@charset "UTF-8";

/* サイト内のメインフォントはここに追加 */
html,
button,
input,
select,
textarea {
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
}

html,
button,
input,
select,
textarea,
body>* {
    font-family: "Noto Sans JP", sans-serif;
}

@font-face {
    font-family: 'AvenirNext';
    src: url('/page/wp-content/themes/swell_child/fonts/avenir-next-regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'AvenirNext';
    src: url('/page/wp-content/themes/swell_child/fonts/avenir-next-demi-bold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'AvenirNext';
    src: url('/page/wp-content/themes/swell_child/fonts/AvenirNext-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}


.font_en {
    font-family: 'AvenirNext', sans-serif;
    font-weight: bold;
    text-align: unset;
    color: #2F2F2F;
}

body {
    color: #585858;
    font-size: 14px;
    line-height: 1.7;
    padding-top: 163px !important;
    margin-top: unset;
}

a[href $='.pdf'] {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    text-decoration: underline;
    color: #000;
    line-height: 1.5;
}

a[href $='.pdf']::before {
    content: "";
    display: block;
    flex-shrink: 0;
    width: 30px;
    height: 38px;
    background-image: url(/wp-content/themes/child/image/icon/icon_pdf.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    margin-right: 15px;
}

a[href $='.pdf']:hover {
    text-decoration: none;
}

.wrap {
    width: 1140px;
    margin: 0 auto;
    overflow: unset;
}

.wrap.mid {
    width: 1240px;
}

.wrap.lr {
    width: 1340px;
    max-width: 1340px;
}

/* PC固定ページ 共通設定 */

.common_page_main {
    overflow: hidden;
}

.common_page_main .wrap {
    position: relative;
}

.common_page_main .text_slider .slick-list {
    overflow: visible;
}

.common_page_main .text_slider .en_paint {
    font-size: 80px;
    color: #DDDDDD;
    padding-right: 22px;
    background: url(/page/wp-content/themes/swell_child/image/accent_square_gray.svg) no-repeat;
    background-position: 100% 78%;
    line-height: 1;
    display: inline-block;
    margin: 0 28px;
}

.common_page_main .text_slider .en_hollow {
    font-size: 80px;
    line-height: 1;
    display: inline-block;
    -webkit-text-fill-color: rgba(255, 255, 255, 0);
    -webkit-text-stroke: 3px #DDDDDD;
}

.common_page_main .title {
    font-size: 48px;
    color: #2F2F2F;
    font-weight: 900;
    letter-spacing: .1em;
    line-height: 1;
    position: relative;
    top: -25px;
}

.common_page_main .h1_accent {
    margin-left: -75px;
    margin-top: 5px;
}

.common_page_wrap {
    padding: 55px 0 14px 0;
}

.not_found .text {
    text-align: center;
}

.reserve_text {
    text-align: center;
    font-size: 30px;
}

/* パンくず */
.breadcrumb {
    font-size: 13px;
    color: #222222;
    position: relative;
    padding-top: 40px;
    margin-bottom: 90px;
}

.breadcrumb:before {
    content: "";
    width: calc(1037px + ((100% - 1140px) / 2));
    height: 194px;
    background: #F6F6F6;
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
}

.breadcrumb a {
    text-decoration: none;
    color: #ACACAC;
}

.breadcrumb a:after {
    content: ">";
    color: #801A1F;
    margin: 0 1em;
}

/* ここから下部にCSSを追加してください */

#pc_header {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 200;
    width: 100%;
    background: #fff;
}

#pc_header .head {
    background: #000000;
    color: #fff;
    padding: 3px 0;
}

#pc_header .head .cont {
    align-items: center;
}

#pc_header .head .title .text {
    font-size: 12px;
    letter-spacing: .04em;
}

#pc_header .head ul li a {
    color: #fff;
    font-size: 13px;
    padding: 0 24.5px;
}

#pc_header .head ul li:nth-child(2) a {
    border-right: 1px solid;
    border-left: 1px solid;
}

#pc_header .head ul li:last-child a {
    padding-right: 0;
}

#pc_header .main_navi {
    padding: 16px 0 18px 0;
}

#pc_header .main_navi .cont {
    align-items: center;
}

#pc_header .main_navi .cont .logo {
    width: 289px;
}

#pc_header .main_navi .cont .logo a {
    display: block;
}

#pc_header .main_navi .cont .logo img {
    width: 100%;
}

#pc_header .main_navi .cont .menu_area {
    width: calc(100% - 289px);
    padding-left: 70px;
}

#pc_header .main_navi .cont .menu_area .top {
    align-items: center;
    gap: 36px;
    margin-bottom: 16px;
}

#pc_header .main_navi .cont .menu_area .top .tel_box .tel {
    font-size: 32px;
    color: #222222;
    line-height: 1;
    gap: 8px;
    align-items: center;
}

#pc_header .main_navi .cont .menu_area .top .tel_box .time {
    font-size: 13px;
}

#pc_header .main_navi .cont .menu_area .top .button_area {
    align-items: center;
    gap: 20px;
}

#pc_header .main_navi .cont .menu_area .top .button_square {
    border: 1px solid #D8D8D8;
    padding: 10px 20px;
}

#pc_header .main_navi .cont .menu_area .top .button_square ul {
    gap: 15px;
}

#pc_header .main_navi .cont .menu_area .top .button_square ul li a {
    color: #2F2F2F;
    align-items: center;
    gap: 10px;
    transition: .3s;
}

#pc_header .main_navi .cont .menu_area .top .button_square ul li:first-child a {
    border-right: 1px solid #D8D8D8;
    padding-right: 15px;
}

#pc_header .main_navi .cont .menu_area .top .button_radius ul {
    gap: 10px;
}

#pc_header .main_navi .cont .menu_area .top .button_radius ul li a {
    width: 170px;
    line-height: 50px;
    color: #fff;
    border-radius: 50px;
    padding-left: 10px;
    align-items: center;
    gap: 12px;
    font-weight: 700;
    position: relative;
}

#pc_header .main_navi .cont .menu_area .top .button_radius ul li a::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 18px;
    width: 7px;
    height: 7px;
    margin: auto;
    border-top: 1.5px solid #fff;
    border-right: 1.5px solid #fff;
    transform: rotate(45deg);
    box-sizing: border-box;
}

#pc_header .main_navi .cont .menu_area .top .button_radius ul li a .icon {
    width: 34px;
    height: 34px;
    background: #fff;
    border-radius: 100%;
}

#pc_header .main_navi .cont .menu_area .top .button_radius ul li a .icon {
    background-position: center;
    background-repeat: no-repeat;
}

#pc_header .main_navi .cont .menu_area .top .button_radius ul li.reserved a {
    background-color: #801A1F;
    border: 1px solid #801A1F;
}

#pc_header .main_navi .cont .menu_area .top .button_radius ul li.reserved a .icon {
    background-image: url(/page/wp-content/themes/swell_child/image/icon_calendar.svg);
}

#pc_header .main_navi .cont .menu_area .top .button_radius ul li.line a {
    background-color: #3EB539;
    border: 1px solid #3EB539;
}

#pc_header .main_navi .cont .menu_area .top .button_radius ul li.line a .icon {
    background-image: url(/page/wp-content/themes/swell_child/image/icon_line.svg);
}

#pc_header .main_navi .cont .menu_area .main_list ul li a {
    color: #222222;
    font-weight: 700;
    font-size: 16px;
    position: relative;
}

.section_main_visual {
    position: relative;
    overflow: hidden;
}

.section_main_visual .slider {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.section_main_visual .slider:before {
    content: "";
    width: 100%;
    height: 100%;
    background: #393434;
    opacity: 70%;
    mix-blend-mode: multiply;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
}

.section_main_visual .js_main_slider,
.section_main_visual .slick-list,
.section_main_visual .slick-track {
    height: 100%;
}

.section_main_visual .slider .slide {
    height: 100%;
}

.section_main_visual .slider .slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.section_main_visual .cont {
    position: relative;
    z-index: 2;
    color: #fff;
    padding-top: 150px;
    padding-bottom: 60px;
}

.section_main_visual .cont .wrap {
    position: relative;
}

.section_main_visual .cont .ribon {
    margin-bottom: 14px;
}

.section_main_visual .cont .catch {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 26px;
    letter-spacing: .05em;
}

.section_main_visual .cont .catch .accent {
    font-size: 26px;
}

.section_main_visual .cont .en_text {
    font-size: 86px;
    line-height: 0.85;
    letter-spacing: .02em;
    color: #fff;
}

.section_main_visual .cont .en_small_text {
    font-size: 18px;
    margin-bottom: 50px;
    letter-spacing: .1em;
    color: #fff;
}

.section_main_visual .cont .text {
    font-size: 14px;
    font-weight: 700;
    line-height: 2;
}

.section_main_visual .cont .medal {
    position: absolute;
    right: 50px;
    bottom: 0;
}

.section_main_visual .cont .medal ul {
    gap: 10px;
}

.section_main_banner {
    padding: 150px 0 130px 0;
    overflow: hidden;
}

.section_main_banner .slider_box {
    width: 710px;
    margin: 0 auto 20px auto;
}

.section_main_banner .slider_box .slick-list {
    overflow: visible !important;
}

.section_main_banner .slider_box .slide {
    padding: 0 10px;
    cursor: pointer;
}

.section_main_banner .js_thumbnail_banner .slick-track {
    transform: unset !important;
    display: flex;
    justify-content: center;
    width: 100% !important;
    gap: 10px;
}

.section_main_banner .thumbnail_box ul {
    justify-content: center;
}

.section_main_banner .thumbnail_box ul li.slide {
    width: 170px;
    float: none;
    cursor: pointer;
}

.section_search {
    position: relative;
}

.section_search:before {
    content: "";
    width: calc((100% - 1240px) / 2 + 520px);
    height: 100%;
    background: #801A1F;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}

.section_search:after {
    content: "";
    width: calc((100% - 1240px) / 2 + 720px);
    height: 100%;
    background: #F4F4F4;
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
}

.section_search .title_area {
    width: 520px;
    color: #fff;
    padding-top: 110px;
    padding-bottom: 105px;
    position: relative;
}

.section_search .title_area * {
    position: relative;
    z-index: 2;
}

.section_search .title_area .text_image {
    position: absolute;
    right: 10px;
    top: 21px;
}

.section_search .title_area .text_image img {
    width: 642px;
    max-width: unset;
}

.section_search .title_area .en_text {
    font-size: 24px;
    letter-spacing: .1em;
    line-height: 1.375;
    margin-bottom: 8px;
    color: #fff;
}

.section_search .title_area .title {
    font-size: 26px;
    font-weight: 800;
    letter-spacing: .1em;
    margin-bottom: 32px;
    line-height: 1.6;
}

.section_search .title_area .text {
    font-size: 15px;
}

.section_search .search_area {
    width: 720px;
    padding-top: 56px;
    padding-left: 100px;
    background-color: unset;
}

.section_search .search_area .button_box {
    margin-bottom: 45px;
}

.section_search .search_area .button_box ul {
    gap: 10px;
    display: flex !important;
}

.section_search .search_area .button_box ul li {
    margin-left: unset;
    margin-bottom: unset;
}

.section_search.top .search_area .button_box ul li {
    width: unset !important;
}

.section_search .search_area .button_box ul li a {
    display: block;
    background: #fff;
    border: 1px solid #E8E8E8;
    width: 200px;
    height: 200px;
    padding-top: 30px;
    color: #2F2F2F;
    text-align: center;
    position: relative;
    border-radius: unset;
}

.section_search .search_area .button_box ul li a::after {
    position: absolute;
    left: 0;
    content: '';
    width: 100%;
    height: 4px;
    background: #801A1F;
    bottom: -1px;
    transform: scale(0, 1);
    transform-origin: center top;
    transition: transform 0.3s;
}

.section_search .search_area .button_box ul li a .icon {
    width: 70px;
    height: 70px;
    border-radius: 100%;
    background-color: #F4F4F4;
    display: block;
    margin: 0 auto 20px auto;
    background-repeat: no-repeat;
    background-position: center;
}

.section_search .search_area .button_box ul li.line a .icon {
    background-image: url(/page/wp-content/themes/swell_child/image/icon_train.svg);
}

.section_search .search_area .button_box ul li.area a .icon {
    background-image: url(/page/wp-content/themes/swell_child/image/icon_map.svg);
}

.section_search .search_area .button_box ul li.request a .icon {
    background-image: url(/page/wp-content/themes/swell_child/image/icon_request.svg);
}

.section_search .search_area .button_box ul li a .en {
    font-size: 20px;
    line-height: 1.4;
}

.section_search .search_area .button_box ul li a .en:first-letter {
    color: #B92129;
}

.section_search .search_area .button_box ul li a .text {
    font-size: 16px;
    font-weight: 700;
}

.section_search .search_area .keyword_box .title_box {
    align-items: flex-end;
    gap: 24px;
    margin-bottom: 15px;
}

.section_search .search_area .keyword_box .title_box .en {
    color: #2F2F2F;
    letter-spacing: .1em;
    line-height: 1;
    font-size: 14px;
}

.section_search .search_area .keyword_box .title_box .en:first-letter {
    color: #B92129;
}

.section_search .search_area .keyword_box .title_box .title {
    font-size: 24px;
    font-weight: 700;
    color: #121212;
    letter-spacing: .1em;
    line-height: 1;
    margin-bottom: unset;
}

.section_search .search_area .keyword_box form {
    position: relative;
}

.section_search .search_area .keyword_box form .text {
    display: block;
    background: #fff;
    width: 100%;
    height: 54px;
    padding-left: 20px;
    padding-right: 50px;
    border: 1px solid #D3D3D3;
}

.section_search .search_area .keyword_box input.submit {
    width: 28px;
    height: 28px;
    background: url(/page/wp-content/themes/swell_child/image/icon_search.svg) no-repeat;
    background-size: contain;
    background-position: center;
    position: absolute;
    top: 13px;
    right: 20px;
    text-indent: -9999px;
    border: none;
}

.common_title {
    text-align: center;
    margin-bottom: 27px;
    color: #2F2F2F;
}

.common_title .en {
    font-size: 24px;
    letter-spacing: .1em;
    line-height: 1.4;
}

.common_title .en:first-letter {
    color: #801A1F;
}

.common_title .title {
    font-size: 40px;
    font-weight: 900;
    letter-spacing: .03em;
}

.common_title .lead {
    margin-top: 27px;
    font-size: 15px;
    color: #585858;
    letter-spacing: .07em;
}

.section_obsession {
    padding: 140px 0 220px 0;
}

.section_obsession .lead_area {
    text-align: center;
    margin-bottom: 44px;
}

.section_obsession .lead_area .catch {
    font-size: 24px;
    color: #2F2F2F;
    font-weight: 700;
    margin-bottom: 13px;
    letter-spacing: .1em;
}

.section_obsession .slider_area {
    position: relative;
}

.section_obsession .slider_area:before {
    content: "";
    width: 6px;
    height: 100%;
    background: #801A1F;
    position: absolute;
    left: -50px;
    top: 0;
}

.section_obsession .slider_area:after {
    content: "";
    width: 6px;
    height: 100%;
    background: #801A1F;
    position: absolute;
    right: -50px;
    top: 0;
}

.section_obsession .slider_area .slide {
    padding: 0 5.5px;
}

.section_obsession .slider_area .slide li+li {
    margin-top: 30px;
}

.section_obsession .slider_area .slide li a {
    display: block;
    border-bottom: 1px solid #801A1F;
    padding-bottom: 6.5px;
}

.section_obsession .slider_area .slide li .image {
    width: 100%;
    height: 160px;
    margin-bottom: 16px;
    overflow: hidden;
}

.section_obsession .slider_area .slide li .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: .3s;
}

.section_obsession .slider_area .slide li .text_area .title_box {
    margin-bottom: 15px;
}

.section_obsession .slider_area .slide li .text_area .title_box .title {
    font-size: 20px;
    font-weight: 700;
    transition: .3s;
    color: #2F2F2F;
}

.section_obsession .slider_area .slide li .text_area .title_box .arrow {
    width: 30px;
    height: 30px;
    background: #fff;
    border-radius: 100%;
    position: relative;
    border: 1px solid #999999;
    transition: .3s;
}

.section_obsession .slider_area .slide li .text_area .title_box .arrow::after {
    content: '';
    position: absolute;
    top: 53%;
    left: 34%;
    width: 7px;
    height: 7px;
    border-top: 1.5px solid #999999;
    border-right: 1.5px solid #999999;
    transform: rotate(45deg) translate(-50%, -50%);
    transition: .3s;
}

.section_obsession .slider_area .slide li .text_area .text {
    color: #585858;
    margin-bottom: 12px;
    line-height: 1.53;
    min-height: 64px;
}

.section_obsession .slider_area .slide li .text_area .category {
    color: #C7C7C7;
    text-align: right;
    font-weight: 600;
}

.section_obsession .slider_area .slick-next {
    right: -100px;
}

.section_obsession .slider_area .slick-prev {
    left: -100px;
}

.section_obsession .slider_area .slick-arrow {
    background: url(/page/wp-content/themes/swell_child/image/slide_arrow.svg)no-repeat;
    background-size: contain;
    background-position: center;
    width: 16px;
    height: 24px;
    transition: .3s;
}

.section_obsession .slider_area .slick-arrow:before {
    display: none;
}

.section_obsession .slider_area .slick-prev {
    transform: scale(-1, 1) translate(0, -50%);
}

.section_reviews .title_box {
    text-align: center;
    margin-bottom: 20px;
    position: relative;
    top: -20px;
    color: #2F2F2F;
}

.section_reviews .title_box .en {
    font-size: 24px;
    letter-spacing: .1em;
}

.section_reviews .title_box .en:first-letter {
    color: #801A1F;
}

.section_reviews .title_box .title {
    font-size: 28px;
    font-weight: 900;
    color: #2F2F2F;
    margin-bottom: 1em;
    letter-spacing: .1em;
}

.section_reviews .title_box .lead {
    letter-spacing: .1em;
}

.section_reviews {
    padding-bottom: 130px;
}

.section_reviews .cont_wrap {
    background: url(/page/wp-content/themes/swell_child/image/reviews_back.png) no-repeat;
    background-size: cover;
    background-position: center;
    padding-bottom: 50px;
}

.section_reviews .cont {
    background: #fff;
    width: 1140px;
    padding: 50px;
    margin: 0 auto;
    align-items: center;
}

.section_reviews .cont .title_area {
    width: 370px;
}

.section_reviews .cont .title_area .catch {
    font-size: 30px;
    color: #222222;
    font-weight: 900;
    line-height: 1.3;
    margin-bottom: 15px;
}

.section_reviews .cont .title_area .catch .num {
    color: #B92129;
    font-size: 56px;
}

.section_reviews .cont .title_area .catch small {
    font-size: 20px;
}

.section_reviews .cont .title_area .lead {
    font-size: 14px;
    margin-bottom: 48px;
}

.common_button a {
    display: block;
    width: 320px;
    line-height: 80px;
    background: #801A1F;
    color: #fff;
    border-radius: 60px;
    font-size: 16px;
    font-weight: 700;
    padding-left: 30px;
    position: relative;
    z-index: 2;
}

.common_button a .text {
    position: relative;
    z-index: 2;
}

.common_button a:before {
    content: "";
    width: 330px;
    height: 90px;
    background: #801A1F;
    border-radius: 45px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
    opacity: 0;
    transition: .3s;
}

.common_button a:after {
    content: "";
    width: 100%;
    height: 100%;
    background: #801A1F;
    border-radius: 45px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background-image: url(/page/wp-content/themes/swell_child/image/arrow_white.svg);
    background-repeat: no-repeat;
    background-position: 90%;
}

.section_reviews .cont .reviews_area {
    width: 630px;
    border: 1px solid #DBDBDB;
    padding: 20px
}

.section_reviews .cont .reviews_area ul {
    height: 340px;
    overflow-y: scroll;
    padding-right: 45px;
}

.section_reviews .cont .reviews_area ul::-webkit-scrollbar {
    background: #E5E5E5;
    width: 4px;
}

.section_reviews .cont .reviews_area ul::-webkit-scrollbar-thumb {
    background-color: #801A1F;
}

.section_reviews .cont .reviews_area ul li {
    padding-bottom: 12px;
    border-bottom: 1px solid #D8D8D8;
}

.section_reviews .cont .reviews_area ul li+li {
    padding-top: 17px;
}

.section_reviews .cont .reviews_area ul li .head {
    align-items: center;
    gap: 30px;
    margin-bottom: 8px;
}

.section_reviews .cont .reviews_area ul li .head .name {
    font-size: 20px;
    color: #222222;
    line-height: 1;
}

.section_reviews .cont .reviews_area ul li .head .star img {
    vertical-align: top;
}

.section_arrival {
    background: #F8F5F4;
    padding-bottom: 100px;
}

.section_arrival .wrap {
    padding-top: 110px;
    position: relative;
}

.section_arrival .accent_square {
    position: absolute;
    left: 50px;
    top: 0;
    z-index: 1;
}

.section_arrival .title_area {
    position: relative;
    z-index: 2;
    margin-bottom: 34px;
    gap: 62px;
    align-items: flex-end;
}

.section_arrival .title_area .title_box .en {
    font-size: 24px;
    color: #2F2F2F;
    letter-spacing: .1em;
    line-height: 1.4;
}

.section_arrival .title_area .title_box .en:first-letter {
    color: #801A1F;
}

.section_arrival .title_area .title_box .title {
    font-size: 48px;
    font-weight: 900;
    color: #2F2F2F;
    line-height: 1.25;
    letter-spacing: .1em;
}

.section_arrival .title_area .lead_box .catch {
    font-size: 24px;
    font-weight: 700;
    color: #2F2F2F;
    letter-spacing: .1em;
    margin-bottom: 10px;
}

.section_arrival .title_area .lead_box .text {
    font-size: 15px;
}

.section_arrival .content {
    display: none;
    width: 100% !important;
    height: 100% !important;
}

.section_arrival .content.show {
    display: block;
}

.section_arrival .tab_container {
    margin-bottom: 37px;
}

.section_arrival .tab_container .tab {
    width: 180px;
    background: #fff;
    color: #801A1F;
    font-weight: 700;
    text-align: center;
    line-height: 50px;
    border: 1px solid;
    position: relative;
    font-size: 16px;
    cursor: pointer;
}

.section_arrival .tab_container .tab.active {
    background: #801A1F;
    color: #fff;
    border-color: #801A1F;
}

.section_arrival .tab_container .tab.active:before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-right: 9px solid transparent;
    border-left: 9px solid transparent;
    border-top: 7px solid #801A1F;
    border-bottom: 0;
    position: absolute;
    left: 50%;
    bottom: -7px;
    transform: translateX(-50%);
}

.section_arrival .content_container ul {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 44px 20px;
}

.section_arrival .content_container ul li a {
    display: block;
}

.section_arrival .content_container ul li .image {
    width: 100%;
    height: 280px;
    position: relative;
    margin-bottom: 18px;
    overflow: hidden;
}

.section_arrival .content_container ul li .image:before {
    content: "VIEW MORE";
    color: #fff;
    background: rgba(8, 8, 7, .4);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'AvenirNext', sans-serif;
    font-weight: bold;
    font-size: 18px;
    letter-spacing: .03em;
    transition: .3s;
    opacity: 0;
}

.section_arrival .content_container ul li .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: .3s;
}

.section_arrival .content_container ul li .text_area {
    text-align: left;
}

.section_arrival .content_container ul li .text_area .name {
    font-size: 16px;
    font-weight: 700;
    color: #222222;
    margin-bottom: 10px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    line-height: 1.5;
    transition: .3s;
}

.section_arrival .content_container ul li .text_area dl {
    gap: 13px;
    align-items: center;
    margin-bottom: unset;
}

.section_arrival .content_container ul li .text_area dl dt {
    background: #801A1F;
    color: #fff;
    padding: 2px 10px;
}

.section_arrival .content_container ul li .text_area dl dd {
    font-size: 16px;
    color: #2F2F2F;
    font-weight: 700;
    width: calc(100% - 70px);
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    margin-left: unset;
}

.section_arrival .content_container ul li .text_area dl dd .price {
    color: #801A1F;
    font-size: 24px;
}

.section_arrival .content_container ul li .text_area .access {
    font-size: 13px;
    color: #838383;
    line-height: 1.53;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.section_column {
    padding: 160px 0 180px 0;
}

.column_list ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px 15px;
}

.column_list ul li a {
    align-items: stretch;
    position: relative;
    border: 3px solid transparent;
    transition: .3s;
}

.column_list ul li:hover a {
    align-items: stretch;
    position: relative;
    border: 3px solid #801A1F;
}

/* .column_list ul li a:before {
    content: "";
    width: 100%;
    height: 100%;
    border: 3px solid #801A1F;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    opacity: 0;
    transition: .3s;
} */

.column_list ul li .image {
    width: 146px;
    height: 230px;
    overflow: hidden;
    position: relative;
}

.column_list ul li .image:before {
    content: "";
    width: 100%;
    height: 100%;
    background: #080707;
    mix-blend-mode: multiply;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    transition: .3s;
}

.column_list ul li .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: .3s;
}

.column_list ul li .text_area {
    width: calc(100% - 146px);
    padding: 20px;
    position: relative;
    border: 1px solid #E3E0E0;
    border-left: none;
}

.column_list ul li .text_area .label {
    display: inline-block;
    background: #801A1F;
    color: #fff;
    font-size: 13px;
    padding: 4px 9px 2px 9px;
    margin-bottom: 10px;
}

.column_list ul li .text_area .title {
    color: #2F2F2F;
    font-size: 18px;
    font-weight: 700;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    line-height: 1.54;
    min-height: 111px;
}

.column_list ul li .text_area .data {
    font-weight: normal;
    color: #A39B9B;
    padding-top: 6px;
    margin-top: 18px;
    border-top: 1px dashed #E3E0E0;
    font-size: 12px;
    line-height: 1;
    font-weight: 400;
}

.column_list ul li .text_area:before {
    content: "";
    position: absolute;
    bottom: 10px;
    right: 10px;
    border-left: 14px solid transparent;
    border-bottom: 14px solid #801A1F;
}

.section_column .common_button a {
    margin: 60px auto 0 auto;
}

.common_section_member {
    padding-bottom: 163px;
}

.common_section_member .common_title {
    margin-bottom: 56px;
}

.common_section_member .common_title .lead {
    letter-spacing: 0;
}

.member_list {
    position: relative;
}

.member_list:before {
    content: "";
    width: 300px;
    height: 300px;
    background: #F4EDED;
    position: absolute;
    left: -150px;
    top: -165px;
    z-index: -1;
}

.member_list:after {
    content: "";
    width: 150px;
    height: 150px;
    background: #F4EDED;
    position: absolute;
    right: -100px;
    bottom: -75px;
    z-index: -1;
}

.member_list ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.member_list ul li a {
    background: #fff;
}

.member_list ul li .image {
    width: 160px;
    height: 240px;
    overflow: hidden;
}

.member_list ul li .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: .3s;
}

.member_list ul li .text_area {
    width: calc(100% - 160px);
    border-bottom: 4px solid #801A1F;
    padding-left: 30px;
    padding-top: 11px;
    position: relative;
    transition: .3s;
}

.member_list ul li .text_area .circle {
    width: 20px;
    height: 20px;
    border-radius: 100%;
    border: 5px solid #801A1F;
    position: absolute;
    top: 11px;
    right: 10px;
    transition: .3s;
    z-index: 2;
}

.member_list ul li .text_area .circle:before {
    content: "";
    width: 24px;
    height: 24px;
    background: #801A1F;
    border-radius: 100%;
    opacity: 0;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
}

.member_list ul li .text_area .num {
    color: #C6C6C6;
    font-size: 14px;
    margin-bottom: 61px;
    transition: .3s;
}

.member_list ul li .text_area .name_box {
    color: #2F2F2F;
}

.member_list ul li .text_area .name_box .en {
    font-size: 16px;
}

.member_list ul li .text_area .name_box .name {
    font-size: 24px;
    font-weight: 700;
}

.section_strengths {
    background: #F8F5F4;
    padding: 90px 0 133px 0;
}

.section_strengths .common_title {
    margin-bottom: 39px;
}

.section_strengths .common_title .title {
    line-height: 1.3;
    font-size: 32px;
}

.section_strengths .common_title .title small {
    font-size: 28px;
}

.section_strengths .cont {
    position: relative;
}

.section_strengths .accent_square {
    position: absolute;
}

.section_strengths .accent_square.top {
    right: -25px;
    top: 50px;
}

.section_strengths .accent_square.bottom {
    left: -63px;
    bottom: -64px;
}

.section_strengths ul li {
    box-shadow: 0 1px 2px rgba(110, 110, 110, 0.16);
    background: #fff;
}

.section_strengths ul li+li {
    margin-top: 23px;
}

.section_strengths ul li .image {
    width: 300px;
    object-fit: cover;
    position: relative;
    z-index: 2;
}

.section_strengths ul li .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.section_strengths ul li .image:before {
    content: "";
    width: 120px;
    height: 120px;
    background: #801A1F;
    position: absolute;
    left: -4px;
    top: -4px;
    z-index: -1;
}

.section_strengths ul li .text_area {
    width: calc(100% - 300px);
    padding: 18px 50px 36px 50px;
}

.section_strengths ul li .text_area .en {
    color: #801A1F;
    margin-bottom: .8em;
    position: relative;
    font-size: 14px;
}

.section_strengths ul li .text_area .en:before {
    content: "";
    width: 54px;
    height: 1px;
    background: #707070;
    position: absolute;
    right: calc(100% + 18.5px);
    top: 46%;
}

.section_strengths ul li .text_area .catch {
    font-size: 24px;
    font-weight: 700;
    color: #2F2F2F;
    margin-bottom: 7px;
    line-height: 1.5;
    letter-spacing: .1em;
}

.section_strengths ul li .text_area .text {
    line-height: 1.6;
    letter-spacing: .01em;
}

.section_top_flow {
    padding: 150px 0 160px 0;
}

.section_top_flow .common_title {
    text-align: left;
}

.section_top_flow ul li {
    background: #F7F7F7;
    position: relative;
}

.section_top_flow ul li:nth-child(even) {
    background: #EDEDED;
}

.section_top_flow ul li:before {
    content: "";
    width: 1px;
    height: calc(100% - 90px + 30px);
    background: #801A1F;
    position: absolute;
    left: 65.5px;
    top: 110px;
    z-index: 2;
}

.section_top_flow ul li:last-child::before {
    display: none;
}

.section_top_flow ul li+li {
    margin-top: 30px;
}

.section_top_flow ul li .text_wrap {
    gap: 30px;
    padding: 20px;
}

.section_top_flow ul li .icon_box {
    width: 90px;
    height: 90px;
    background: #fff;
    border-radius: 100%;
    text-align: center;
    padding-top: 14px;
}

.section_top_flow ul li .icon_box .num {
    font-size: 12px;
    margin-bottom: 4px;
    color: #222222;
}

.section_top_flow ul li .text_area {
    width: 610px;
}

.section_top_flow ul li .text_area .title {
    font-size: 28px;
    font-weight: 800;
    color: #2F2F2F;
    margin-bottom: 13px;
    letter-spacing: .1em;
}

.section_top_flow ul li .text_area .text {
    line-height: 1.65;
}

.section_top_flow ul li .image {
    width: 330px;
    object-fit: cover;
}

.section_top_flow ul li .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.section_top_faq {
    padding-bottom: 200px;
}

.section_top_faq .common_title {
    margin-bottom: 40px;
}

.section_top_faq .common_title .en {
    margin-bottom: 0;
    line-height: 1;
}

.section_top_faq .common_title .title {
    line-height: 1.2;
    font-size: 38px;
}

.section_top_faq .common_title .title small {
    font-size: 28px;
}

.section_top_faq .faq_list dl {
    border: 1px solid #801A1F;
    padding: 27.5px 20px;
    background: #fff;
}

.section_top_faq .faq_list dl+dl {
    margin-top: 20px;
}

.section_top_faq .faq_list dt {
    font-size: 20px;
    font-weight: 700;
    color: #222222;
    display: flex;
    align-items: center;
    gap: 30px;
    padding-bottom: 22px;
    border-bottom: 1px dashed #A7A7A7;
    line-height: 1;
    margin-bottom: 18px;
}

.section_top_faq .faq_list dt:before {
    content: "Q";
    font-family: 'AvenirNext', sans-serif;
    font-weight: bold;
    font-size: 28px;
    line-height: 0;
}

.section_top_faq .faq_list dd {
    font-size: 16px;
    display: flex;
    line-height: 1;
    gap: 30px;
}

.section_top_faq .faq_list dd:before {
    content: "A";
    font-family: 'AvenirNext', sans-serif;
    font-weight: bold;
    font-size: 28px;
    line-height: .8;
    color: #801A1F;
}

.housumo_text_slide {
    margin-bottom: 21.5px;
}

.housumo_text_slide .text {
    font-size: 86px;
    color: #801A1F;
    display: inline-block;
    padding-right: 30px;
    background: url(/page/wp-content/themes/swell_child/image/accent_square.svg) no-repeat;
    background-position: 100% 78%;
    line-height: 1;
    margin-right: 60px;
}

.section_top_business {
    padding-bottom: 240px;
    position: relative;
}

.section_top_business:before {
    content: "";
    width: 1020px;
    height: calc(100% + 195px);
    background: #F5F5F5;
    position: absolute;
    top: -310px;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
}

.section_top_business ul {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.section_top_business ul li {
    height: 430px;
    position: relative;
}

.section_top_business ul li a {
    display: flex;
    align-items: flex-end;
    height: 430px;
}

.section_top_business ul li .image {
    width: 100%;
    height: 100%;
    position: absolute;
    overflow: hidden;
}

.section_top_business ul li .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: .3s;
}

.section_top_business ul li .image:before {
    content: "";
    width: 100%;
    height: 100%;
    background: #0D0B0B;
    opacity: .6;
    mix-blend-mode: multiply;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}

.section_top_business ul li .image:after {
    content: "";
    width: 300px;
    height: 410px;
    background: #0D0B0B;
    opacity: .4;
    mix-blend-mode: multiply;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    transition: .3s;
    z-index: 2;
}

.section_top_business ul li .text_area {
    position: relative;
    z-index: 2;
    color: #fff;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 43px;
}

.section_top_business ul li .text_area .en {
    font-size: 18px;
    line-height: 1.4;
    color: #fff;
}

.section_top_business ul li .text_area .title {
    font-size: 24px;
    font-weight: 900;
    line-height: 1.45;
    margin-bottom: 16px;
}

.section_top_business ul li .text_area .text {
    font-size: 13px;
    letter-spacing: .05em;
    min-height: 110.47px;
}

.section_top_business ul li .arrow {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 2;
}

.section_top_store {
    padding-bottom: 129.5px;
}

.section_top_store ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 37px 27px;
}

.section_top_store ul li a {
    color: #2F2F2F;
    display: block;
    border-top: 2px solid #801A1F;
    padding-top: 20.5px;
}

.section_top_store ul li .head {
    margin-bottom: 10px;
}

.section_top_store ul li .head .image {
    width: 130px;
    height: 90px;
}

.section_top_store ul li .head .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.section_top_store ul li .head .title_box {
    width: calc(100% - 130px);
    padding-left: 20px;
}

.section_top_store ul li .head .title_box .lead {
    color: #585858;
    font-weight: 700;
}

.section_top_store ul li .head .title_box .name {
    font-size: 20px;
    font-weight: 900;
}

.section_top_store ul li .information .tel_box .text {
    font-size: 13px;
    font-weight: 700;
}

.section_top_store ul li .information .tel_box .tel {
    font-size: 24px;
    line-height: 1.3;
}

.section_top_store ul li .information .tel_box .tel small {
    font-size: 18px;
}

.section_top_store ul li .information dl {
    font-size: 13px;
    line-height: 1.46;
    margin-bottom: unset;
}

.section_top_store ul li .information dl dt {
    font-weight: 500;
}

.section_top_store ul li .information .address {
    font-size: 13px;
    margin-top: 12px;
    line-height: 1.42;
    padding-left: 24px;
    background: url(/page/wp-content/themes/swell_child/image/icon_access.svg) no-repeat;
    background-position: 0 0;
}

.section_top_store ul li .information .more_box {
    padding-top: 15.7px;
    border-top: 1px dashed #E0E0E0;
    margin-top: 12.3px;
}

.section_top_store ul li .information .more_box .more {
    font-weight: 700;
    transition: .3s;
}

.section_top_store ul li .information .more_box .arrow {
    width: 24px;
    height: 24px;
    background: #fff;
    border-radius: 100%;
    position: relative;
    border: 1px solid #999999;
    transition: .3s;
}

.section_top_store ul li .information .more_box .arrow::after {
    content: '';
    position: absolute;
    top: 54%;
    left: 32%;
    width: 6px;
    height: 6px;
    border-top: 1.5px solid #999999;
    border-right: 1.5px solid #999999;
    transform: rotate(45deg) translate(-50%, -50%);
    transition: .3s;
}

.section_top_company {
    padding-top: 80px;
    position: relative;
}

.section_top_company:before {
    content: "";
    width: 100%;
    height: calc(100% + 371px);
    background: #F6F6F6;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}

.section_top_company .common_title {
    text-align: left;
    margin-left: 50px;
}

.section_top_company ul {
    background: #fff;
    padding: 50px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2px;
}

.section_top_company ul li .image {
    width: 100%;
    height: 200px;
    position: relative;
}

.section_top_company ul li .image:before {
    content: "";
    width: 100%;
    height: 100%;
    background: #000000;
    mix-blend-mode: multiply;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    transition: .3s;
}

.section_top_company ul li .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.section_top_company ul li .text_area {
    padding: 20px 30px 46px 20px;
    position: relative;
    transition: .3s;
}

.section_top_company ul li .text_area .title_box {
    color: #2F2F2F;
    margin-bottom: 20px;
}

.section_top_company ul li .text_area .title_box .en {
    font-size: 16px;
}

.section_top_company ul li .text_area .title_box .en:first-letter {
    color: #801A1F;
}

.section_top_company ul li .text_area .title_box .title {
    font-weight: 800;
    font-size: 24px;
    line-height: 1.3;
    transition: .3s;
}

.section_top_company ul li .text_area .arrow {
    width: 24px;
    height: 24px;
    background: #fff;
    border-radius: 100%;
    position: relative;
    border: 1px solid #999999;
    transition: .3s;
    position: absolute;
    right: 30px;
    top: 50.5px;
}

.section_top_company ul li .text_area .arrow::after {
    content: '';
    position: absolute;
    top: 54%;
    left: 32%;
    width: 6px;
    height: 6px;
    border-top: 1.5px solid #999999;
    border-right: 1.5px solid #999999;
    transform: rotate(45deg) translate(-50%, -50%);
    transition: .3s;
}

.section_top_company ul li .text_area .text {
    color: #585858;
    font-size: 15px;
}

.section_top_greeting {
    padding: 119px 0 150px 0;
}

.section_top_greeting .cont {
    padding-right: 50px;
}

.section_top_greeting .cont .title_area {
    width: 448px;
}

.section_top_greeting .cont .title_area .title_box {
    margin-left: 50px;
    border-left: 5px solid #801A1F;
    padding-left: 15px;
    color: #2F2F2F;
    margin-bottom: 40px;
}

.section_top_greeting .cont .title_area .title_box .en {
    font-size: 24px;
    line-height: 1.4;
}

.section_top_greeting .cont .title_area .title_box .en:first-letter {
    color: #801A1F;
}

.section_top_greeting .cont .title_area .title_box .title {
    font-size: 32px;
    font-weight: 900;
    line-height: 1.45;
}

.section_top_greeting .cont .text_area {
    width: 680px;
}

.section_top_greeting .cont .text_area .text {
    letter-spacing: .01em;
}

.section_top_greeting .cont .text_area .text+.text {
    margin-top: 25px;
}

.section_top_town {
    overflow: hidden;
}

.section_top_town .wrap {
    width: 1160px;
}

.section_top_town .slick-list {
    overflow: visible;
}

.section_top_town .slick-arrow {
    width: 64px;
    height: 64px;
    background: #fff;
    border-radius: 100%;
    z-index: 2;
    border: 1px solid #801A1F;
    transition: .3s;
}

.section_top_town .slick-arrow:before {
    display: none;
}

.section_top_town .slick-prev {
    left: -65px;
}

.section_top_town .slick-next {
    right: -65px;
}

.section_top_town .slick-arrow:after {
    content: '';
    position: absolute;
    top: 55%;
    left: 32%;
    width: 16px;
    height: 16px;
    border-top: 1px solid #801A1F;
    border-right: 1px solid #801A1F;
    transform: rotate(45deg) translate(-50%, -50%);
    transition: .3s;
    transition: .3s;
}

.section_top_town .slick-prev:after {
    transform: rotate(45deg) translate(-50%, -50%) scale(-1, -1);
    left: 40%;
}

.section_top_town .slider_area .slide {
    padding: 0 10px;
}

.section_top_town .slider_area .slide .text_area {
    width: calc(100% - 340px);
    height: 340px;
    padding: 30px 60px 0 30px;
    border: 1px solid #E3E0E0;
    border-right: none;
}

.section_top_town .slider_area .slide .text_area .title {
    background: #801A1F;
    color: #fff;
    display: inline-block;
    padding: 10px 20px 10px 20px;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.45;
    margin-bottom: 19px;
}

.section_top_town .slider_area .slide .text_area .text {
    font-size: 13px;
    letter-spacing: .01em;
    max-height: 212px;
    overflow: scroll;
    line-height: 1.8;
}

.section_top_town .slider_area .slide .image {
    width: 340px;
    height: 340px;
}

.section_top_town .slider_area .slide .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.section_foot_banner {
    padding: 186px 0 152px 0;
    overflow: hidden;
}

.section_foot_banner .slider_box {
    width: 704px;
    margin: 0 auto 20px auto;
}

.section_foot_banner .slider_box .slick-list {
    overflow: visible;
}

.section_foot_banner .slider_box .slide {
    padding: 0 10px;
    cursor: pointer;
}

.section_foot_banner .js_foot_thumbnail_banner .slick-track {
    transform: unset !important;
    display: flex;
    justify-content: center;
    width: 100% !important;
    gap: 10px;
}

.section_foot_banner .thumbnail_box ul {
    justify-content: center;
}

.section_foot_banner .thumbnail_box ul li.slide {
    width: 148px;
    float: none;
    cursor: pointer;
}

#main_footer {
    padding-bottom: unset;
    margin-bottom: unset;
}

#main_footer .footer_contents {
    position: relative;
    z-index: 10;
}

#main_footer .top_area {
    background: #520B0E;
    padding-top: 52px;
    padding-bottom: 111px;
    color: #fff;
}

#main_footer .top_area .intro_box {
    align-items: center;
    margin-bottom: 44px;
}

#main_footer .top_area .information_box {
    margin-bottom: 66px;
}

#main_footer .top_area .intro_box .image_wrap {
    width: 480px;
}

#main_footer .top_area .intro_box .image_wrap .image {
    width: 230px;
    height: 140px;
}

#main_footer .top_area .intro_box .image_wrap .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#main_footer .top_area .intro_box .text_area {
    width: 600px;
}

#main_footer .top_area .intro_box .text_area .text {
    font-size: 13px;
}

#main_footer .top_area .information_box .information {
    width: 450px;
    border-right: 1px solid #2E0002;
}

#main_footer .top_area .information_box .information .logo_area {
    margin-bottom: 30px;
}

#main_footer .top_area .information_box .information .logo_area .logo {
    width: 360px;
}

#main_footer .top_area .information_box .information .logo_area .text {
    font-size: 12px;
    margin-bottom: 20px;
}

#main_footer .top_area .information_box .information .address {
    margin-bottom: 21px;
}

#main_footer .top_area .information_box .information .tel_box .num_area {
    gap: 12.5px;
}

#main_footer .top_area .information_box .information .tel_box .num_area .tel {
    font-size: 18px;
    line-height: 1.2;
    color: #fff;
}

#main_footer .top_area .information_box .information .tel_box .num_area .tel:first-child {
    border-right: 1px solid;
    padding-right: 12.5px;
}

#main_footer .top_area .information_box .information .tel_box .text_wrap {
    margin-bottom: 26px;
}

#main_footer .top_area .information_box .information .tel_box .text_wrap dl {
    font-size: 13px;
}

#main_footer .top_area .information_box .information .tel_box .text_wrap dl dt {
    font-weight: 500;
}

#main_footer .top_area .information_box .information .mail {
    font-size: 18px;
    color: #fff;
}

.common_contact_box {
    width: 600px;
}

.common_contact_box .title_box {
    position: relative;
    margin-bottom: 7px;
}

.common_contact_box .title_box:before {
    content: "";
    width: 100%;
    height: 1px;
    background: #fff;
    position: absolute;
    left: 0;
    top: 50%;
}

.common_contact_box .title_box .title {
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    background: #520B0E;
    position: relative;
    z-index: 2;
    padding-right: 20px;
}

.common_contact_box .flex_box {
    align-items: center;
    gap: 7px;
}

.common_contact_box .tel_box .tel {
    font-size: 38px;
    padding-left: 48px;
    background: url(/page/wp-content/themes/swell_child/image/icon_tel.svg) no-repeat;
    background-position: 0;
    background-size: 38px;
    color: #fff;
}

.common_contact_box .tel_box .tel a {
    color: #fff;
    pointer-events: none;
}

.common_contact_box .tel_box .text {
    font-size: 13px;
}

.common_contact_box .net_box ul {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.common_contact_box .net_box ul li a {
    width: 290px;
    height: 80px;
    align-items: center;
    background-color: #fff;
    border-radius: 80px;
    padding-left: 17px;
    color: #222222;
    font-weight: 700;
    font-size: 16px;
    gap: 14px;
    background-image: url(/page/wp-content/themes/swell_child/image/triangle.svg);
    background-repeat: no-repeat;
    background-position: 90%;
}

.common_contact_box .net_box ul li a .icon {
    width: 46px;
    height: 46px;
    border-radius: 100%;
    background-color: #F4F4F4;
    background-repeat: no-repeat;
    background-position: center;
}

.common_contact_box .net_box ul li.reserved a .icon {
    background-image: url(/page/wp-content/themes/swell_child/image/icon_calendar.svg);
    background-size: 19.7px;
}

.common_contact_box .net_box ul li.line a .icon {
    background-image: url(/page/wp-content/themes/swell_child/image/icon_line.svg);
    background-size: 22px;
}

.common_contact_box .net_box ul li.contact a .icon {
    background-image: url(/page/wp-content/themes/swell_child/image/icon_mail.svg);
}

.common_contact_box .net_box ul li.request a .icon {
    background-image: url(/page/wp-content/themes/swell_child/image/icon_request_2.svg);
    background-size: 23.97px;
}

#main_footer .top_area .site_contents .en_title {
    font-size: 24px;
    margin-bottom: 14px;
    line-height: 1.4;
    color: #fff;
}

#main_footer .top_area .site_contents .contents ul {
    gap: 3px 20px;
    width: 721px;
}

#main_footer .top_area .site_contents .contents ul:nth-child(2) li:nth-child(4) {
    margin-right: 80px;
}

#main_footer .top_area .site_contents .contents ul+ul {
    margin-top: 39px;
}

#main_footer .top_area .site_contents .contents ul li a {
    color: #fff;
    padding-right: 20px;
    border-right: 1px solid;
    line-height: 1.1;
    display: inline-block;
    font-weight: 700;
    transition: .3s;
}

#main_footer .top_area .site_contents .banner_area {
    width: 340px;
}

#main_footer .top_area .site_contents .banner_area ul li+li {
    margin-top: 13px;
}

#main_footer .middle_area {
    background: #F6F6F6;
    padding: 80px 0;
}

#main_footer .middle_area .box {
    background: #fff;
    border: 1px solid #E3E0E0;
    padding: 20px 35px;
    position: relative;
}

#main_footer .middle_area .box:before {
    content: "";
    width: 5px;
    height: calc(100% - 40px);
    background: #801A1F;
    position: absolute;
    left: 0;
    top: 20px;
}

#main_footer .middle_area .box+.box {
    margin-top: 20px;
}

#main_footer .middle_area .box .title {
    font-weight: 700;
    color: #2F2F2F;
    margin-bottom: 9px;
}

#main_footer .middle_area .box ul {
    gap: 5px 19px;
}

#main_footer .middle_area .box ul li a {
    color: #333333;
    font-size: 13px;
    border-right: 1px solid;
    padding-right: 19px;
    line-height: 1.1;
    display: inline-block;
    transition: .3s;
}

#main_footer .middle_area .box ul li:last-child a {
    border-right: none;
    padding-right: 0;
}

#main_footer .bottom_area {
    background: #000;
    color: #fff;
    padding: 20px 0;
}

#main_footer .bottom_area ul {
    gap: 18px;
}

#main_footer .bottom_area ul li a {
    color: #fff;
    font-size: 13px;
    padding-right: 18px;
    display: inline-block;
    border-right: 1px solid;
    line-height: 1;
    transition: .3s;
}

#main_footer .bottom_area .copyright small {
    font-size: 12px;
}

/* 店舗情報（PC） */

.section_greeting {
    padding-bottom: 154px;
}

.page_shop_info .section_greeting .wrap {
    position: relative;
}

.page_shop_info .section_greeting .common_title {
    margin-bottom: 40px;
}

.page_shop_info .section_greeting .common_title .en {
    font-size: 20px;
}

.page_shop_info .section_greeting .common_title .title {
    font-size: 32px;
    line-height: 1.55;
}

.page_shop_info .section_greeting .text_area .text {
    text-align: center;
}

.page_shop_info .section_greeting .text_area .text+.text {
    margin-top: 1.65em;
}

.page_shop_info .section_greeting .logo {
    position: absolute;
    bottom: 0;
    right: -150px;
}

.page_shop_info .section_greeting .logo img {
    width: 474px;
}

.page_shop_info .section_information {
    padding-bottom: 150px;
}

.page_shop_info .section_information .wrap {
    position: relative;
    padding-top: 80px;
}

.page_shop_info .section_information .wrap:before {
    content: "";
    width: calc(100% + ((100vw - 100%) / 2));
    height: 100%;
    background: #F6F6F6;
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
}

.page_shop_info .section_information .cont {
    background: #fff;
    padding: 50px;
    padding-bottom: 78px;
}

.page_shop_info .section_information .cont .head {
    margin-bottom: 40px;
}

.page_shop_info .section_information .cont .head .image_area {
    width: 730px;
}

.page_shop_info .section_information .cont .head .image_area .image {
    width: 350px;
    height: 200px;
}

.page_shop_info .section_information .cont .head .image_area .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.page_shop_info .section_information .cont .head .common_title {
    text-align: left;
}

.page_shop_info .section_information .cont .head .common_title .en {
    font-size: 20px;
}

.page_shop_info .section_information .cont .head .common_title .title {
    font-size: 46px;
    line-height: 1.5;
}

.page_shop_info .section_information .cont .text_box .text {
    letter-spacing: .02em;
}

.page_shop_info .section_about .common_title {
    margin-bottom: 44px;
}

.page_shop_info .section_about .common_title .title {
    font-size: 38px;
    line-height: 1.57;
}

.page_shop_info .section_about .table_wrap {
    margin-bottom: 70px;
}

.page_shop_info .section_about .table_wrap table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 2px;
}

.page_shop_info .section_about .table_wrap table th {
    background: #801A1F;
    color: #fff;
    text-align: center;
    padding: 13px 30px;
    width: 250px;
}

.page_shop_info .section_about .table_wrap table td {
    padding: 13px 30px;
    width: calc(100% - 250px);
    background: #F4F4F4;
    color: #2F2F2F;
}

.page_shop_info .section_about .map_area .en_title {
    color: #2F2F2F;
    padding-left: 32px;
    font-size: 20px;
    margin-bottom: 18px;
    background: url(/page/wp-content/themes/swell_child/image/accent_square.svg) no-repeat;
    background-position: 0;
    background-size: 18px;
}

.page_shop_info .section_about .map_area .map {
    width: 765px;
    height: 370px;
}

.page_shop_info .section_about .map_area .map iframe {
    width: 100%;
    height: 100%;
}

.page_shop_info .section_about .map_area .image_wrap {
    width: calc(100% - 765px);
    padding-left: 10px;
}

.page_shop_info .section_about .map_area .image_wrap .image {
    width: 100%;
    height: 180px;
}

.page_shop_info .section_about .map_area .image_wrap .image+.image {
    margin-top: 10px;
}

.page_shop_info .section_about .map_area .image_wrap .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* 追加css */
.search_area ul li {
    width: 100% !important;
}

nav.globalMenuSp ul {
    display: block !important;
}

.search_main_midashi {
    background-color: var(--main-color) !important;
}

.page_staff_list .common_section_member {
    padding-top: 150px;
    padding-bottom: unset;
}

.sec06_Heya::before {
    position: relative !important;
}

.sec06_Heya li .text .madori {
    margin-top: 0.2em;
}

.online_features {
    background-color: #F6F6F6 !important;
}

.nameH1_area input.room_buttom_btn {
    padding-left: 25px;
    border: unset;
}

.heya_sec02 .wrap .bx-wrapper a {
    z-index: 100 !important;
}

#areaFavorites .Fav_list_cell .outline {
    border-top: 2px solid var(--main-color) !important;
}

#page_link h3.page_h3 {
    margin: 30px 0 20px !important;
}

#page_link #term {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
}

#page_link #term dl {
    width: 100% !important;
    margin: unset !important;
}

#page_link #term dt {
    border: 2px solid #be6f6f !important;
    background: #be6f6f !important;
}

#page_link #term dt span {
    border: 1px solid #fff !important;
}

#page_term #term {
    justify-content: center;
}

#page_term #term dt {
    border: 2px solid #be6f6f !important;
    background: #be6f6f !important;
}

#page_term #term dt span {
    border: 1px solid #fff !important;
}

.manual_itemlist dt {
    color: var(--main-color) !important;
}

#page_manual caption {
    background: #be6f6f !important;
}

#page_manual dl.manual_theme dt {
    color: var(--main-color) !important;
}

section.common_terms_page {
    margin-bottom: unset !important;
}

.privacy_page h4.page_h4 {
    margin: 1.5em 0 .6em;
}

.privacy_page p {
    line-height: 2;
}

.numOfSearchResultArea .font-NumOfSearchResult {
    color: var(--main-color) !important;
}

#buildinglist_cell .roomListTableDataCell.list08 {
    z-index: 100 !important;
}

.roomListTableDataCell .contact_button {
    z-index: 100 !important;
}

/* .butkenHeya_arrival .secArrivalBox li {
    width: 100% !important;
}

.butkenHeya_arrival .secArrivalBox li a {
    background-color: unset !important;
    box-shadow: unset !important
} */

#page_life .section_arrival {
    background-color: unset;
}

#page_life .section_arrival .tab_container {
    justify-content: center;
    gap: 20px;
}

#page_life .section_arrival .tab_container .tab {
    width: 370px;
    padding: 0.5em;
}

#page_life .section_arrival .content .common_button {
    margin-top: 50px;
}

#page_life .section_arrival .accent_square {
    display: none;
}

#page_asset .rent_h2 {
    background-image: unset;
    padding-left: 1em;
}

#page_rent_menu .rent_h2 {
    background-image: unset;
    padding-left: 1em;
}

#page_buy_menu .rent_h2 {
    background-image: unset;
    padding-left: 1em;
}

#page_syataku .rent_h2 {
    background-image: unset;
    padding-left: 1em;
}

.page_gakku .rent_h2 {
    background-image: unset;
    padding-left: 1em;
}

#page_rent_menu .rent_ul {
    width: 100%;
    display: grid;
    justify-content: center;
    gap: 20px 60px;
    grid-template-columns: repeat(2, 1fr);
}

#page_rent_menu .rent_ul li {
    width: 100%;
    margin-right: unset;
    margin-bottom: unset;
}

.heya_sec02 .wrap .bx-wrapper {
    z-index: 10;
}

.tsujichougentei {
    background-image: unset;
}

.tsujichougentei .wrap {
    font-size: 16px;
    font-weight: bold;
    line-height: 3;
    background-image: url(/penguin/resources/image/housumo/tennoji/gentei_txtbg.png);
    background-repeat: no-repeat;
    background-position: right center;
    margin-bottom: 80px;
    height: 380px;
    padding-top: 30px;
}

.page_friend_cont .img {
    text-align: center;
    width: 100%;
    height: 400px;
}

.heyapage .heya_sec02 .bx-wrapper .bx-loading{
    display: none;
}

/* お問い合わせ */
body.page-template-page-contact {
    padding-top: unset !important;
}

body.page-template-page-contact .breadcrumb {
    display: none;
}

body.page-template-page-contact .common_page_main {
    display: none;
}

.page_contact #Formbox h3.top_h3 {
    border-left: unset;
}

/* ホバーエフェクト（PCのみ適用） */

.page_sitemap.mainArea.full .inner {
    width: 100%;
    max-width: unset;
}

.page_sitemap.single_page .inner h1 {
    padding: .5em;
}

.page_sitemap ul.sitemap li {
    border: none;
}

@media (min-width: 750px) {

    #pc_header .main_navi .cont .menu_area .main_list ul li a:hover {
        color: #801A1F;
    }

    #pc_header .main_navi .cont .menu_area .main_list ul li a::after {
        position: absolute;
        left: 0;
        content: '';
        width: 100%;
        height: 2px;
        background: #801A1F;
        bottom: -24px;
        opacity: 0;
        visibility: hidden;
        transition: 0.3s;
    }

    #pc_header .main_navi .cont .menu_area .main_list ul li a:hover::after {
        visibility: visible;
        bottom: -20px;
        opacity: 1;
    }

    #pc_header .main_navi .cont .menu_area .top .button_square ul li a:hover {
        color: #801A1F;
    }

    #pc_header .main_navi .cont .menu_area .top .button_radius ul li a {
        transition: .3s;
    }

    #pc_header .main_navi .cont .menu_area .top .button_radius ul li.reserved a:hover {
        background-color: #fff;
        color: #801A1F;
    }

    #pc_header .main_navi .cont .menu_area .top .button_radius ul li.line a:hover {
        background-color: #fff;
        color: #3EB539;
    }

    #pc_header .main_navi .cont .menu_area .top .button_radius ul li a.icon {
        transition: .3s;
    }

    #pc_header .main_navi .cont .menu_area .top .button_radius ul li.reserved a:hover .icon {
        background-color: #801A1F;
        background-image: url(/page/wp-content/themes/swell_child/image/icon_calendar_white.svg);
    }

    #pc_header .main_navi .cont .menu_area .top .button_radius ul li.reserved a:hover::after {
        border-top: 1.5px solid #801A1F;
        border-right: 1.5px solid #801A1F;
    }

    #pc_header .main_navi .cont .menu_area .top .button_radius ul li.line a:hover .icon {
        background-color: #e5f2e5;
    }

    #pc_header .main_navi .cont .menu_area .top .button_radius ul li.line a:hover::after {
        border-top: 1.5px solid #3EB539;
        border-right: 1.5px solid #3EB539;
    }

    #pc_header .head ul li a {
        transition: .3s;
    }

    #pc_header .head ul li a:hover {
        opacity: .7;
    }

    .section_search .search_area .button_box ul li a {
        transition: .3s;
    }

    .section_search .search_area .button_box ul li a .icon {
        transition: .3s;
    }

    .section_search .search_area .button_box ul li a:hover {
        background: #FAF5F4;
    }

    .section_search .search_area .button_box ul li a:hover .icon {
        background-color: #fff;
    }

    .section_search .search_area .button_box ul li a:hover::after {
        transform: scale(1, 1);
    }

    .section_obsession .slider_area .slide li:hover .text_area .title_box .title {
        color: #801A1F;
    }

    .section_obsession .slider_area .slide li:hover .text_area .title_box .arrow {
        background: #801A1F;
        border-color: #801A1F;
    }

    .section_obsession .slider_area .slide li:hover .image img {
        transform: scale(1.1, 1.1);
    }

    .section_obsession .slider_area .slick-arrow:hover {
        opacity: .8;
    }

    .common_button a:hover::after {
        background-image: url(/page/wp-content/themes/swell_child/image/arrow_hover.svg);
    }

    .common_button a:hover::before {
        opacity: .3;
    }

    .section_arrival .content_container ul li:hover .image:before {
        opacity: 1;
        z-index: 2;
    }

    .section_arrival .content_container ul li:hover .image img {
        transform: scale(1.1, 1.1);
    }

    .section_arrival .content_container ul li:hover .text_area .name {
        color: #801A1F;
        text-decoration: underline;
        text-underline-offset: 2px;
    }

    .column_list ul li:hover .image:before {
        opacity: .3;
    }

    .column_list ul li:hover .text_area .title {
        text-decoration: underline;
    }

    .column_list ul li:hover a:before {
        opacity: 1;
    }

    .member_list ul li:hover .image img {
        transform: scale(1.1, 1.1);
    }

    .member_list ul li:hover .text_area {
        background: #F6F6F6;
    }

    .member_list ul li:hover .text_area .num {
        color: #801A1F;
    }

    .member_list ul li:hover .text_area .circle {
        width: 14px;
        height: 14px;
        right: 13px;
        top: 13px;
        background: #801A1F;
    }

    .member_list ul li:hover .text_area .circle:before {
        opacity: .3;
    }

    .section_top_business ul li:hover .image:after {
        opacity: .4;
    }

    .section_top_business ul li:hover .image img {
        transform: scale(1.1, 1.1);
    }

    .section_top_store ul li:hover .information .more_box .more {
        color: #801A1F;
    }

    .section_top_store ul li:hover .information .more_box .arrow {
        background: #801A1F;
        border-color: #801A1F;
    }

    .section_top_store ul li:hover .information .more_box .arrow::after {
        border-top: 1.5px solid #fff;
        border-right: 1.5px solid #fff;
    }

    .section_top_company ul li:hover .image:before {
        opacity: .2;
    }

    .section_top_company ul li:hover .text_area {
        background: #F4F4F4;
    }

    .section_top_company ul li:hover .text_area .title_box .title {
        color: #801A1F;
    }

    .common_contact_box .net_box ul li a:hover {
        background-image: url(/page/wp-content/themes/swell_child/image/arrow_red.svg);
    }

    #main_footer .top_area .site_contents .contents ul li a:hover {
        opacity: .8;
    }

    #main_footer .middle_area .box ul li a:hover {
        opacity: .8;
    }

    #main_footer .bottom_area ul li a:hover {
        opacity: .8;
    }

    .section_obsession .slider_area .slide li:hover .text_area .title_box .arrow::after {
        border-top: 1.5px solid #fff;
        border-right: 1.5px solid #fff;
    }

    .column_list ul li:hover .image img {
        transform: scale(1.1, 1.1);
    }

    .section_top_town .slick-arrow:hover {
        background-color: #801A1F;
        border-color: #fff;
    }

    .section_top_town .slick-arrow:hover::after {
        border-top: 1px solid #fff;
        border-right: 1px solid #fff;
    }

    .common_contact_box .net_box ul li a:hover {
        color: #801A1F;
    }


}

@media (max-width: 750px) {

    /* 弊社のハンバーガーメニュー */
    header#sp_header {
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        background: #fff;
        box-shadow: 1px 1px #ccc;
        z-index: 1000;
        height: 70px;
    }

    header#sp_header .logo {
        position: absolute;
        left: 10px;
        top: 20px;
        line-height: 0;
        z-index: 11000;
    }

    header#sp_header .logo a {
        display: block;
    }

    header#sp_header .logo img {
        width: 150px;
    }

    header#sp_header .button {
        position: absolute;
        right: 60px;
        top: 5px;
    }

    header#sp_header .button ul {
        gap: 5px;
    }

    header#sp_header .button ul li a {
        display: block;
        background: #F4F4F4;
        width: 70px;
        height: 60px;
        font-size: 11px;
        font-weight: 700;
        color: #2F2F2F;
        text-align: center;
        padding-top: 12px;
    }

    header#sp_header .button ul li a .icon {
        display: block;
        width: 16px;
        margin: 0 auto 8px;
    }

    /*　ハンバーガーボタン　*/
    .hamburger {
        display: block;
        position: fixed;
        z-index: 99999;
        right: 17.6px;
        top: 26.3px;
        width: 24px;
        height: 18px;
        cursor: pointer;
        text-align: center;
        background-color: unset;
    }

    .hamburger span {
        display: block;
        position: absolute;
        width: 24px;
        height: 2px !important;
        left: 0;
        background: #801A1F !important;
        -webkit-transition: 0.5s ease-in-out;
        -moz-transition: 0.5s ease-in-out;
        transition: 0.5s ease-in-out;
        border-radius: 3px;
    }

    .hamburger span:nth-child(1) {
        top: 0;
    }

    .hamburger span:nth-child(2) {
        top: 7.5px;
    }

    .hamburger span:nth-child(3) {
        top: 15px;
    }

    /* sideの場合,popup1の場合ここから */
    .hamburger.active span:nth-child(1) {
        top: 7.5px;
        -webkit-transform: rotate(315deg);
        -moz-transform: rotate(315deg);
        transform: rotate(315deg);
    }

    .hamburger.active span:nth-child(2),
    .hamburger.active span:nth-child(3) {
        top: 7.5px;
        -webkit-transform: rotate(-315deg);
        -moz-transform: rotate(-315deg);
        transform: rotate(-315deg);
    }

    /* sideの場合,popup1の場合ここまで */

    /* sideの場合ここから */
    nav.globalMenuSp {
        position: fixed;
        z-index: 10000;
        top: 0;
        left: 0;
        transform: translateX(100%);
        transition: all 0.6s;
        width: 100%;
        height: 100vh;
        align-items: flex-end;
        background: #fff;
        display: flex;
        justify-content: center;
    }

    nav.globalMenuSp .contents {
        height: calc(100vh - 90px);
        overflow: scroll;
    }

    /* sideの場合ここまで */

    nav.globalMenuSp.active {
        transform: translateX(0%);
    }

    /* ここまで弊社のハンバーガーメニュー */

    .wrap,
    .wrap.mid {
        width: 90%;
    }

    .wrap.lr {
        width: 95%;
    }

    a[href $='.pdf']::before {
        width: 7vw;
        height: 8vw;
        margin-right: 2.5vw;
    }

    a[href $='.pdf']:hover {
        text-decoration: underline;
    }

    body {
        font-size: 13px;
        padding-top: 70px !important;
        padding-bottom: 24.9vw;
        overflow: hidden;
    }

    /* SP固定ページ 共通設定 */

    .common_page_main .text_slider .en_paint {
        font-size: 8.6vw;
        padding-right: 3vw;
        background-size: 2.5vw;
        margin: 0 4vw;
    }

    .common_page_main .text_slider .en_hollow {
        font-size: 8.6vw;
        -webkit-text-stroke: 1px #DDDDDD;
    }

    .common_page_main .title {
        font-size: 8vw;
        top: 0;
    }

    .common_page_main .h1_accent {
        margin-left: 0;
        margin-top: 0;
        text-align: right;
    }

    .common_page_main .h1_accent img {
        width: 8.5vw
    }

    .common_page_wrap {
        padding: 15vw 0 20vw 0;
    }

    .reserve_text {
        font-size: 6vw;
    }

    /* パンくず */
    .breadcrumb {
        font-size: 2.8vw;
        padding-top: 5vw;
        margin-bottom: 10vw;
    }

    .breadcrumb:before {
        content: "";
        width: 78vw;
        height: 33vw;
    }


    /* ここから下部にCSSを追加してください */

    .section_main_visual .cont {
        padding-top: 12.8vw;
        padding-bottom: 18vw;
    }

    .section_main_visual .cont .ribon {
        margin-bottom: 13vw;
    }

    .section_main_visual .cont .ribon img {
        width: 100%;
    }

    .section_main_visual .cont .catch {
        font-size: 4.1vw;
        margin-bottom: .5em;
    }

    .section_main_visual .cont .catch .accent {
        font-size: 5.1vw;
    }

    .section_main_visual .cont .en_text {
        font-size: 11.79vw;
        line-height: 0.85;
        letter-spacing: .02em;
    }

    .section_main_visual .cont .en_small_text {
        font-size: 3.58vw;
        ;
        margin-bottom: 6.15vw;
    }

    .section_main_visual .cont .text {
        font-size: 3.3vw;
        margin-bottom: 17.9vw;
    }

    .section_main_visual .cont .medal {
        position: relative;
        right: auto;
        bottom: auto;
    }

    .section_main_visual .cont .medal ul {
        gap: 2.5vw;
        justify-content: center;
    }

    .section_main_visual .cont .medal ul li {
        width: 26.6vw;
    }

    .section_main_banner {
        padding: 17.4vw 0 24.6vw 0;
    }

    .section_main_banner .wrap {
        width: calc(90% + 2.5vw);
    }

    .section_main_banner .slider_box {
        width: 100%;
        margin: 0 auto 2.5vw auto;
    }

    .section_main_banner .slider_box .slide {
        padding: 0 1.25vw;
    }

    .section_main_banner .js_thumbnail_banner .slick-track {
        gap: 4px;
    }

    .section_main_banner .thumbnail_box ul li.slide {
        width: 14.8vw;
    }

    .section_search .wrap {
        width: 100%;
    }

    .section_search:before {
        display: none;
    }

    .section_search:after {
        display: none;
    }

    .section_search .title_area {
        width: 100%;
        background: #801A1F;
        padding: 10.8vw 5vw;
        overflow: hidden
    }

    .section_search .title_area .text_image {
        right: 5vw;
        top: 1vw;
    }

    .section_search .title_area .text_image img {
        width: 102.5vw;
    }

    .section_search .title_area .en_text {
        font-size: 4.6vw;
        margin-bottom: 1vw;
    }

    .section_search .title_area .title {
        font-size: 4.8vw;
        letter-spacing: .09em;
        margin-bottom: 4.6vw;
    }

    .section_search .title_area .text {
        font-size: 3.3vw;
        letter-spacing: .04em;
    }

    .section_search .search_area {
        width: 100%;
        padding: 5.1vw 5vw 16.9vw 5vw;
        background: #F4F4F4;
    }

    .section_search .search_area .button_box {
        margin-bottom: 6.15vw;
    }

    .site-main .section_search .search_area .button_box ul {
        gap: 2.5vw;
    }

    .section_search .search_area .button_box ul li {
        width: 100%;
    }

    .section_search .search_area .button_box ul li a {
        display: flex;
        width: 100%;
        height: 25.64vw;
        padding-top: 0;
        text-align: left;
        align-items: center;
        padding: 3.84vw 5.12vw;
        gap: 7.69vw;
        background-image: url(/page/wp-content/themes/swell_child/image/triangle.svg);
        background-repeat: no-repeat;
        background-position: 95%;
        background-size: 3vw;
    }

    .section_search .search_area .button_box ul li a .icon {
        width: 18vw;
        height: 18vw;
        margin: 0;
    }

    .section_search .search_area .button_box ul li.line a .icon {
        background-size: 6.9vw;
    }

    .section_search .search_area .button_box ul li.area a .icon {
        background-size: 9.2vw;
    }

    .section_search .search_area .button_box ul li.request a .icon {
        background-size: 9.2vw;
    }

    .section_search .search_area .button_box ul li a .en {
        font-size: 5.1vw;
    }

    .section_search .search_area .button_box ul li a .text {
        font-size: 4.6vw;
    }

    .section_search .search_area .keyword_box .title_box {
        gap: 3.4vw;
        margin-bottom: 2vw;
    }

    .section_search .search_area .keyword_box .title_box .en {
        font-size: 3vw;
    }

    .section_search .search_area .keyword_box .title_box .title {
        font-size: 3.9vw;
    }

    .section_search .search_area .keyword_box form .text {
        height: 12.3vw;
        padding-left: 3.5vw;
        ;
        padding-right: 10vw;
    }

    .section_search .search_area .keyword_box input.submit {
        width: 4.8vw;
        height: 4.8vw;
        top: 3.5vw;
        right: 3.5vw;
    }

    .common_title {
        margin-bottom: 5.8vw;
    }

    .common_title .en {
        font-size: 4.6vw;
    }

    .common_title .title {
        font-size: 6.15vw;
    }

    .common_title .lead {
        margin-top: 5.1vw;
        font-size: 3.58vw;
    }

    .section_obsession {
        padding: 18vw 0 50vw 0;
    }

    .section_obsession .wrap {
        width: calc(95% + 10px);
    }

    .section_obsession .lead_area {
        margin-bottom: 6.1vw;
        padding: 0 2.7vw;
    }

    .section_obsession .lead_area .catch {
        font-size: 5.1vw;
        margin-bottom: 3.5vw;
        line-height: 1.6;
    }

    .section_obsession .lead_area .text {
        letter-spacing: .03em;
    }

    .section_obsession .slider_area:before {
        display: none;
    }

    .section_obsession .slider_area:after {
        display: none;
    }

    .section_obsession .slider_area .slide {
        padding: 0 5px;
    }

    .section_obsession .slider_area .slide li+li {
        margin-top: 5vw;
    }

    .section_obsession .slider_area .slide li a {
        padding-bottom: 15vw;
        position: relative;
    }

    .section_obsession .slider_area .slide li .image {
        height: 25vw;
        margin-bottom: 3vw;
    }

    .section_obsession .slider_area .slide li .text_area {
        padding-right: 4.5vw;
    }

    .section_obsession .slider_area .slide li .text_area .title_box {
        margin-bottom: 3vw;
    }

    .section_obsession .slider_area .slide li .text_area .title_box .title {
        font-size: 3.3vw;
    }

    .section_obsession .slider_area .slide li .text_area .title_box .arrow {
        width: 6.1vw;
        height: 6.1vw;
        position: absolute;
        right: 5vw;
        bottom: 2vw;
    }

    .section_obsession .slider_area .slide li .text_area .title_box .arrow::after {
        top: 54%;
        left: 33%;
        width: 6px;
        height: 6px;
    }

    .section_obsession .slider_area .slide li .text_area .text {
        margin-bottom: 0;
        min-height: 31vw;
        font-size: 3.2vw;
        letter-spacing: .01em;
    }

    .section_obsession .slider_area .slide li .text_area .category {
        display: none;
    }

    .section_obsession .slider_area .slick-next {
        right: 25vw;
    }

    .section_obsession .slider_area .slick-prev {
        left: 25vw;
    }

    .section_obsession .slider_area .slick-arrow {
        background: url(/page/wp-content/themes/swell_child/image/slide_arrow_red.svg) no-repeat;
        width: 13.8vw;
        height: 13.8vw;
        top: 110%;
        z-index: 10;
        background-size: contain;
    }

    .section_obsession .slider_area .slick-dots li button:before {
        display: none;
    }

    .section_obsession .slider_area .slick-dots li button {
        display: none;
    }

    .section_obsession .slider_area .slick-dots {
        bottom: -20vw;
    }

    .section_obsession .slider_area .slick-dots li {
        width: 2vw;
        height: 2vw;
        background: #AFAFAF;
        border-radius: 100%;
        margin: 0 1vw;
    }

    .section_obsession .slider_area .slick-dots li:before {
        display: none;
    }

    .section_obsession .slider_area .slick-dots li.slick-active {
        background: #801A1F;
    }

    .section_reviews {
        padding-bottom: 20vw;
    }

    .section_reviews .wrap {
        width: 95%;
    }

    .section_reviews .cont_wrap {
        padding-bottom: 17vw;
        padding-left: 2.5vw;
        padding-right: 2.5vw;
    }

    .section_reviews .cont {
        width: 100%;
        padding: 5vw 2.5vw;
        margin-bottom: 8.4vw;
    }

    .section_reviews .cont .title_area {
        width: 100%;
    }

    .section_reviews .cont .title_area .catch {
        font-size: 5.1vw;
        margin-bottom: 4.8vw;
        text-align: center;
        letter-spacing: .1em;
    }

    .section_reviews .cont .title_area .catch .num {
        font-size: 10vw;
        letter-spacing: 0;
    }

    .section_reviews .cont .title_area .catch small {
        font-size: 4.1vw;
        letter-spacing: 0;
    }

    .section_reviews .cont .title_area .lead {
        font-size: 3.3vw;
        margin-bottom: 4.8vw;
        text-align: center;
    }

    .common_button a {
        width: 82vw;
        line-height: 17.9vw;
        border-radius: 16vw;
        font-size: 4.1vw;
        padding-left: 7.5vw;
        margin: 0 auto;
    }

    .common_button a:before {
        display: none;
    }

    .common_button a:after {
        border-radius: 16vw;
    }

    .section_reviews .cont .reviews_area {
        width: 100%;
        padding: 2.5vw;
    }

    .section_reviews .cont .reviews_area ul {
        height: 82vw;
        padding-right: 5vw;
    }

    .section_reviews .cont .reviews_area ul li {
        padding-bottom: 3.8vw;
    }

    .section_reviews .cont .reviews_area ul li+li {
        padding-top: 3vw;
    }

    .section_reviews .cont .reviews_area ul li .head {
        gap: 3.8vw;
        margin-bottom: 1vw;
    }

    .section_reviews .cont .reviews_area ul li .head .name {
        font-size: 4.6vw;
    }

    .section_reviews .cont .reviews_area ul li .head .star img {
        width: 24.5vw;
    }

    .section_reviews .cont .reviews_area ul li .text {
        font-size: 3vw;
    }

    .section_reviews .title_box {
        margin-bottom: 2vw;
        top: -4vw;
    }

    .section_reviews .title_box .en {
        font-size: 4.6vw;
    }

    .section_reviews .title_box .title {
        font-size: 4.6vw;
        margin-bottom: 4.8vw;
    }

    .section_reviews .title_box .lead {
        font-size: 3.5vw;
    }

    .section_arrival {
        padding-bottom: 15vw;
    }

    .section_arrival .wrap {
        padding-top: 11.5vw;
    }

    .section_arrival .accent_square {
        left: 0;
        width: 41vw;
    }

    .section_arrival .title_area {
        margin-bottom: 10vw;
        gap: 3.5vw;
    }

    .section_arrival .title_area .title_box .en {
        font-size: 4.6vw;
    }

    .section_arrival .title_area .title_box .title {
        font-size: 8vw;
    }

    .section_arrival .title_area .lead_box .catch {
        font-size: 5.1vw;
        margin-bottom: 3.5vw;
        line-height: 1.5;
    }

    .section_arrival .title_area .lead_box .text {
        font-size: 3.4vw;
    }

    .section_arrival .tab_container {
        margin-bottom: 7.5vw;
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 2.5vw;
    }

    .section_arrival .tab_container .tab {
        width: auto;
        line-height: 10.5vw;
        font-size: 3.5vw;
    }

    .section_arrival .tab_container .tab.active:before {
        display: none;
    }

    .section_arrival .content_container .list_wrap {
        overflow: scroll;
    }

    .section_arrival .content_container ul {
        gap: 5vw 2.5vw;
        width: 182vw;
    }

    .section_arrival .content_container ul li .image {
        height: 46vw;
        margin-bottom: 3.5vw;
    }

    .section_arrival .content_container ul li .image:before {
        display: none;
    }

    .section_arrival .content_container ul li .text_area .name {
        font-size: 4.5vw;
        margin-bottom: 2vw;
    }

    .section_arrival .content_container ul li .text_area dl {
        gap: 2vw;
    }

    .section_arrival .content_container ul li .text_area dl dt {
        padding: .5vw 2.5vw;
        font-size: 3vw;
    }

    .section_arrival .content_container ul li .text_area dl dd {
        font-size: 3.5vw;
        width: calc(100% - 15vw);
    }

    .section_arrival .content_container ul li .text_area dl dd .price {
        font-size: 6vw;
    }

    .section_arrival .content_container ul li .text_area .access {
        font-size: 3.3vw;
    }

    .section_arrival .scroll-hint-icon:before {
        background-image: url(/page/wp-content/themes/swell_child/image/icon_slide.svg);
    }

    .section_arrival .scroll-hint-icon:after {
        display: none;
    }

    .section_arrival .scroll-hint-icon-wrap.is-active .scroll-hint-icon {
        opacity: 1;
    }

    .section_column {
        padding: 22vw 0 27.5vw 0;
    }

    .section_column .common_title .title {
        line-height: 1.5;
    }

    .section_column .common_title .lead {
        font-size: 3.3vw;
        letter-spacing: 0;
    }

    .column_list ul {
        display: block;
    }

    .column_list ul li+li {
        margin-top: 2vw;
    }

    .column_list ul li a:before {
        display: none;
    }

    .column_list ul li:hover a {
        border: 3px solid transparent;
    }

    .column_list ul li .image {
        width: 35vw;
        height: 41vw;
    }

    .column_list ul li .image:before {
        display: none;
    }

    .column_list ul li .text_area {
        width: calc(100% - 35vw);
        padding: 2.5vw 4.6vw;
    }

    .column_list ul li .text_area .label {
        font-size: 2.3vw;
        padding: 1.3vw 2vw .9vw 2vw;
        margin-bottom: 1em;
    }

    .column_list ul li .text_area .title {
        font-size: 3.8vw;
        -webkit-line-clamp: 3;
        min-height: unset;
    }

    .column_list ul li .text_area .data {
        padding-top: 6px;
        margin-top: 4.5vw;
        font-size: 3vw;
    }

    .column_list ul li .text_area:before {
        bottom: 2vw;
        right: 2vw;
    }

    .section_column .common_button a {
        margin: 10vw auto 0 auto;
    }

    .common_section_member {
        padding-bottom: 27vw;
    }

    .common_section_member .common_title {
        margin-bottom: 2.5vw;
    }

    .common_section_member .common_title .title {
        line-height: 1.5;
    }

    .common_section_member .common_title .lead {
        font-size: 3.3vw;
        letter-spacing: .04em;
    }

    .member_list:before {
        width: 33.5vw;
        height: 33.5vw;
        left: -5vw;
        top: -17vw;
    }

    .member_list:after {
        width: 11.5vw;
        height: 11.5vw;
        right: -2.5vw;
        bottom: -5vw;
    }

    .member_list ul {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 2.5vw;
    }

    .member_list ul li .image {
        width: 100%;
        height: 42vw;
    }

    .member_list ul li .image img {
        object-position: 0 30%;
    }

    .member_list ul li .text_area {
        width: 100%;
        border-bottom: 2px solid #801A1F;
        padding: 2.5vw;
        padding-bottom: 4.5vw;
        background: #F4F4F4;
    }

    .member_list ul li .text_area .circle {
        width: 4vw;
        height: 4vw;
        top: 2.5vw;
        right: 2.5vw;
    }

    .member_list ul li .text_area .circle:before {
        display: none;
    }

    .member_list ul li .text_area .num {
        font-size: 3vw;
        margin-bottom: 2vw;
    }

    .member_list ul li .text_area .name_box .en {
        font-size: 3.6vw;
    }

    .member_list ul li .text_area .name_box .name {
        font-size: 5.1vw;
    }

    .section_strengths {
        padding: 15.3vw 0 22vw 0;
    }

    .section_strengths .common_title {
        margin-bottom: 7vw;
    }

    .section_strengths .common_title .title {
        font-size: 6vw;
    }

    .section_strengths .common_title .title small {
        font-size: 3.8vw;
    }

    .section_strengths .accent_square.top {
        right: -2.5vw;
        top: -8vw;
        width: 11vw;
    }

    .section_strengths .accent_square.bottom {
        left: -2.5vw;
        bottom: -14vw;
        width: 8.9vw;
    }

    .section_strengths ul li+li {
        margin-top: 6vw;
    }

    .section_strengths ul li .image {
        width: 100%;
        height: 35vw;
    }

    .section_strengths ul li .image:before {
        width: 25vw;
        height: 25vw;
        left: -1vw;
        top: -1vw;
    }

    .section_strengths ul li .text_area {
        width: 100%;
        padding: 5vw;
    }

    .section_strengths ul li .text_area .en {
        font-size: 3vw;
    }

    .section_strengths ul li .text_area .en:before {
        display: none;
    }

    .section_strengths ul li .text_area .catch {
        font-size: 4.6vw;
        margin-bottom: 2.6vw;
    }

    .section_strengths ul li .text_area .text {
        font-size: 3.3vw;
        letter-spacing: .04em;
    }

    .section_strengths ul li:first-child .image img {
        object-position: 0 70%;
    }

    .section_strengths ul li:nth-child(2) .image img {
        object-position: 0 10%;
    }

    .section_strengths ul li:nth-child(3) .image img {
        object-position: 0 60%;
    }

    .section_strengths ul li:nth-child(4) .image img {
        object-position: 0 25%;
    }

    .section_top_flow {
        padding: 20vw 0 23vw 0;
    }

    .section_top_flow .common_title .title {
        line-height: 1.5;
    }

    .section_top_flow ul li:before {
        display: none;
    }

    .section_top_flow ul li+li {
        margin-top: 3.5vw;
    }

    .section_top_flow ul li .text_wrap {
        gap: 0;
        padding: 4vw 5vw 5vw 2.5vw;
    }

    .section_top_flow ul li .icon_box {
        width: 15vw;
        height: 15vw;
        padding-top: 3vw;
        border: 1px solid #801A1F;
    }

    .section_top_flow ul li:nth-child(1) .icon_box .icon img {
        width: 6.5vw;
    }

    .section_top_flow ul li:nth-child(2) .icon_box .icon img {
        width: 6.7vw;
    }

    .section_top_flow ul li:nth-child(3) .icon_box .icon img {
        width: 4.2vw;
    }

    .section_top_flow ul li:nth-child(4) .icon_box .icon img {
        width: 5vw;
    }

    .section_top_flow ul li:nth-child(5) .icon_box .icon img {
        width: 6vw;
    }

    .section_top_flow ul li .icon_box .num {
        font-size: 2.5vw;
        margin-bottom: .4vw;
        line-height: 1;
    }

    .section_top_flow ul li .text_area {
        width: calc(100% - 15vw);
        padding-left: 2.5vw;
    }

    .section_top_flow ul li .text_area .title {
        font-size: 4.5vw;
        margin-bottom: 2.5vw;
    }

    .section_top_flow ul li .text_area .text {
        font-size: 3vw;
        letter-spacing: .04em;
    }

    .section_top_flow ul li .image {
        width: 100%;
        height: 26vw;
        order: -1;
    }

    .section_top_faq {
        padding-bottom: 35vw;
    }

    .section_top_faq .common_title {
        margin-bottom: 4.8vw;
    }

    .section_top_faq .common_title .title {
        font-size: 6vw;
    }

    .section_top_faq .common_title .title small {
        font-size: 4.6vw;
    }

    .section_top_faq .faq_list dl {
        padding: 5vw;
    }

    .section_top_faq .faq_list dl+dl {
        margin-top: 2.5vw;
    }

    .section_top_faq .faq_list dt {
        font-size: 4vw;
        gap: 5vw;
        padding-bottom: 3.6vw;
        margin-bottom: 3.6vw;
        line-height: 1.5;
    }

    .section_top_faq .faq_list dt:before {
        font-size: 6.5vw;
    }

    .section_top_faq .faq_list dd {
        font-size: 3.3vw;
        line-height: 1.6;
        gap: 5.1vw;
    }

    .section_top_faq .faq_list dd:before {
        font-size: 6.5vw;
    }

    .housumo_text_slide {
        margin-bottom: 5vw;
    }

    .housumo_text_slide .text {
        font-size: 12vw;
        padding-right: 5vw;
        background-position: 100% 80%;
        background-size: 2.5vw;
        margin-right: 5vw;
    }

    .section_top_business {
        padding-bottom: 36vw;
    }

    .section_top_business .common_title .lead {
        font-size: 3.35vw;
    }

    .section_top_business:before {
        width: 74.3vw;
        height: 423vw;
        top: -60vw;
    }

    .section_top_business ul {
        display: block;
    }

    .section_top_business ul li+li {
        margin-top: 5vw;
    }

    .section_top_business ul li {
        height: auto;
    }

    .section_top_business ul li a {
        align-items: stretch;
        height: auto;
    }

    .section_top_business ul li .image {
        position: relative;
        width: 38.4vw;
        height: auto;
    }

    .section_top_business ul li .image:after {
        display: none;
    }

    .section_top_business ul li .text_area {
        z-index: 2;
        color: #2F2F2F;
        width: calc(100% - 38.4vw);
        padding: 4.8vw 3.8vw 8.4vw 3.8vw;
        background: #fff;
    }

    .section_top_business ul li .text_area .en {
        font-size: 3vw;
        color: #801A1F;
    }

    .section_top_business ul li .text_area .title {
        font-size: 5vw;
        margin-bottom: 3.2vw;
    }

    .section_top_business ul li .text_area .text {
        font-size: 3.3vw;
        letter-spacing: .05em;
        min-height: unset;
    }

    .section_top_business ul li .arrow {
        width: 10vw;
    }

    .section_top_store {
        padding-bottom: 16vw;
    }

    .section_top_store ul {
        grid-template-columns: repeat(2, 1fr);
        gap: 2.5vw;
    }

    .section_top_store ul li a {
        padding-top: 2.5vw;
    }

    .section_top_store ul li .head {
        margin-bottom: 2vw;
    }

    .section_top_store ul li .head .image {
        width: 100%;
        height: 23vw;
        margin-bottom: 2vw;
    }

    .section_top_store ul li .head .title_box {
        width: 100%;
        padding-left: 0;
        border-bottom: 1px dashed #E0E0E0;
        padding-bottom: 2vw;
    }

    .section_top_store ul li .head .title_box .lead {
        font-size: 3vw;
    }

    .section_top_store ul li .head .title_box .name {
        font-size: 4.6vw;
    }

    .section_top_store ul li .information .tel_box .text {
        font-size: 2.8vw;
    }

    .section_top_store ul li .information .tel_box .tel {
        font-size: 4.8vw;
    }

    .section_top_store ul li .information .tel_box .tel small {
        font-size: 3.6vw;
    }

    .section_top_store ul li .information dl {
        font-size: 3vw;
    }

    .section_top_store ul li .information .address {
        font-size: 3vw;
        margin-top: 2vw;
        padding-left: 6vw;
        background-size: 2.7vw;
    }

    .section_top_store ul li .information .more_box {
        padding-top: 2.7vw;
        margin-top: 2.9vw;
    }

    .section_top_store ul li .information .more_box .more {
        font-size: 3.3vw;
    }

    .section_top_store ul li .information .more_box .arrow {
        width: 5vw;
        height: 5vw;
    }

    .section_top_store ul li .information .more_box .arrow::after {
        width: 5px;
        height: 5px;
    }

    .section_top_company {
        padding-top: 12.5vw;
    }

    .section_top_company .common_title .title {
        line-height: 1.5;
    }

    .section_top_company .wrap {
        width: 100%;
    }

    .section_top_company:before {
        height: calc(100% + 39vw);
    }

    .section_top_company .common_title {
        margin: 0 5vw 7.5vw 5vw;
    }

    .section_top_company .common_title .lead {
        font-size: 3.3vw;
        letter-spacing: .03em;
    }

    .section_top_company ul {
        padding: 2.5vw;
        padding-right: 5vw;
        display: block;
        margin-left: 2.5vw;
    }

    .section_top_company ul li+li {
        margin-top: 5vw;
    }

    .section_top_company ul li a {
        display: flex;
        align-items: center;
    }

    .section_top_company ul li .image {
        width: 30vw;
        height: 45vw;
    }

    .section_top_company ul li .image:before {
        opacity: .2;
    }

    .section_top_company ul li .text_area {
        padding: 0 0 0 5vw;
        width: calc(100% - 30vw);
    }

    .section_top_company ul li .text_area .title_box {
        margin-bottom: 3.5vw;
    }

    .section_top_company ul li .text_area .title_box .en {
        font-size: 3.3vw;
    }

    .section_top_company ul li .text_area .title_box .title {
        font-size: 4.6vw;
    }

    .section_top_company ul li .text_area .arrow {
        width: 6.1vw;
        height: 6.1vw;
        right: 0;
        top: 5vw;
    }

    .section_top_company ul li .text_area .text {
        font-size: 3.3vw;
    }

    .section_top_greeting {
        padding: 20vw 0 39vw 0;
        position: relative;
    }

    .section_top_greeting .cont {
        padding-right: 0;
    }

    .section_top_greeting .cont .title_area {
        width: 100%;
    }

    .section_top_greeting .cont .title_area .title_box {
        margin-left: 0;
        padding: 3vw 0;
        padding-left: 3.8vw;
        margin-bottom: 5vw;
    }

    .section_top_greeting .cont .logo {
        width: 59vw;
        position: absolute;
        right: 2.5vw;
        bottom: 17.5vw;
    }

    .section_top_greeting .cont .title_area .title_box .en {
        font-size: 4.6vw;
    }

    .section_top_greeting .cont .title_area .title_box .title {
        font-size: 6vw;
    }

    .section_top_greeting .cont .text_area {
        width: 100%;
    }

    .section_top_greeting .cont .text_area .text {
        font-size: 3.3vw;
        letter-spacing: .04em;
        line-height: 1.5;
    }

    .section_top_greeting .cont .text_area .text+.text {
        margin-top: 7vw;
    }

    .section_top_town .wrap {
        width: 100%;
        padding-left: 2.5vw;
    }

    .section_top_town .slider_area .slide {
        padding: 0;
        display: inline-block;
        white-space: initial;
        width: 90vw;
        vertical-align: top;
    }

    .section_top_town .slider_area .slide+.slide {
        margin-left: 2.5vw;
    }

    .section_top_town .slider_area .slide .text_area {
        width: 100%;
        height: auto;
        padding: 6vw 5vw 5vw 5vw;
        border: 1px solid #E3E0E0;
    }

    .section_top_town .slider_area .slide .text_area .title {
        padding: 0;
        font-size: 4.6vw;
        margin-bottom: 4.6vw;
        background: none;
    }

    .section_top_town .slider_area .slide .text_area .title span {
        background: #801A1F;
        padding: .1em .7em .2em .7em;
        display: inline-block;
    }

    .section_top_town .slider_area .slide .text_area .title span+span {
        margin-top: 1vw;
    }

    .section_top_town .slider_area .slide .text_area .title span:last-child {
        margin-top: 1vw;
    }

    .section_top_town .slider_area .slide .text_area .text {
        font-size: 3.3vw;
        max-height: 37vw;
        line-height: 1.5;
    }

    .section_top_town .slider_area .slide .image {
        width: 100%;
        height: 41vw;
        order: -1;
    }

    .section_top_town .js_town_slider {
        overflow-x: scroll;
        white-space: nowrap;
        padding-bottom: 5vw
    }

    .section_top_town .js_town_slider::-webkit-scrollbar {
        background: #E5E5E5;
        height: 4px;
    }

    .section_top_town .js_town_slider::-webkit-scrollbar-thumb {
        background-color: #585858;
    }

    .section_foot_banner {
        padding: 25vw 0 27.5vw 0;
    }

    .section_foot_banner .wrap {
        width: calc(95% - 2.5vw);
    }

    .section_foot_banner .slider_box {
        width: 100%;
        margin: 0 auto 2.5vw auto;
    }

    .section_foot_banner .slider_box .slide {
        padding: 0 1.25vw;
    }

    .section_foot_banner .js_foot_thumbnail_banner .slick-track {
        gap: 0;
        width: 62vw !important;
        flex-wrap: wrap;
    }

    .section_foot_banner .thumbnail_box ul {
        flex-wrap: wrap;
    }

    .section_foot_banner .thumbnail_box ul li.slide {
        width: 20vw;
        padding: .5vw;
    }

    .section_foot_banner .slick-track:before {
        display: none;
    }

    #main_footer .top_area {
        padding-top: 12.5vw;
        padding-bottom: 15vw;
    }

    #main_footer .top_area .intro_box {
        margin-bottom: 7.5vw;
        padding-bottom: 7.5vw;
        border-bottom: 1px solid #2E0002;
    }

    #main_footer .top_area .information_box {
        margin-bottom: 0;
    }

    #main_footer .top_area .intro_box .image_wrap {
        width: 100%;
        margin-bottom: 4.1vw;
    }

    #main_footer .top_area .intro_box .image_wrap .image {
        width: 43.5vw;
        height: 28vw;
    }

    #main_footer .top_area .intro_box .text_area {
        width: 100%;
    }

    #main_footer .top_area .intro_box .text_area .text {
        font-size: 3vw;
        line-height: 1.65;
        letter-spacing: .035em;
    }

    #main_footer .top_area .information_box .information {
        width: 100%;
        border-right: none;
    }

    #main_footer .top_area .information_box .information .logo_area {
        margin-bottom: 6.5vw;
    }

    #main_footer .top_area .information_box .information .logo_area .text {
        font-size: 3vw;
        margin-bottom: 4vw;
        text-align: center;
    }

    #main_footer .top_area .information_box .information .logo_area .logo {
        width: 75vw;
        margin: 0 auto;
    }

    #main_footer .top_area .information_box .information .address {
        margin-bottom: 3vw;
        text-align: center;
    }

    #main_footer .top_area .information_box .information .tel_box .num_area {
        gap: 2.5vw;
        justify-content: center;
    }

    #main_footer .top_area .information_box .information .tel_box .num_area .tel {
        font-size: 4vw;
    }

    #main_footer .top_area .information_box .information .tel_box .num_area .tel:first-child {
        border-right: 1px solid;
        padding-right: 2.5vw;
    }

    #main_footer .top_area .information_box .information .tel_box .text_wrap {
        margin-bottom: 3vw;
        justify-content: center;
    }

    #main_footer .top_area .information_box .information .tel_box .text_wrap dl {
        font-size: 13px;
    }

    #main_footer .top_area .information_box .information .tel_box .text_wrap dl dt {
        font-weight: 500;
    }

    #main_footer .top_area .information_box .information .mail {
        font-size: 4vw;
        text-align: center;
    }

    #main_footer .middle_area {
        padding: 7.5vw 0 15vw 0;
    }

    #main_footer .middle_area .box {
        padding: 5vw;
    }

    #main_footer .middle_area .box:before {
        width: 3px;
        height: calc(100% - 10vw);
        top: 5vw;
    }

    #main_footer .middle_area .box+.box {
        margin-top: 3.3vw;
    }

    #main_footer .middle_area .box .title {
        margin-bottom: 1vw;
        font-size: 3.8vw;
    }

    #main_footer .middle_area .box ul {
        gap: 0 3vw;
    }

    #main_footer .middle_area .box ul li a {
        font-size: 3vw;
        padding-right: 3vw;
    }

    #main_footer .bottom_area {
        padding: 5vw 0;
    }

    #main_footer .bottom_area .cont {
        display: block;
    }

    #main_footer .bottom_area ul {
        gap: 0 3.5vw;
        justify-content: center;
        margin-bottom: 2.5vw;
    }

    #main_footer .bottom_area ul li:nth-child(1) {
        margin-left: 20vw;
    }

    #main_footer .bottom_area ul li:nth-child(2) {
        margin-right: 20vw;
    }

    #main_footer .bottom_area ul li a {
        font-size: 3vw;
        padding-right: 3.5vw;
    }

    #main_footer .bottom_area .copyright {
        text-align: center;
    }

    #main_footer .bottom_area .copyright small {
        font-size: 3vw;
    }

    #main_footer .common_contact_box {
        border-bottom: 1px solid #2E0002;
        padding-bottom: 10vw;
        margin-bottom: 9vw;
    }

    #main_footer .common_contact_box .net_box ul {
        display: block;
    }

    #main_footer .common_contact_box .net_box ul li+li {
        margin-top: 3.5vw;
    }

    #main_footer .common_contact_box .net_box ul li a {
        width: 80vw;
        height: 17.5vw;
        padding-left: 2.5vw;
        font-size: 4vw;
        gap: 5vw;
        background-size: 2vw;
        background-position: 95%;
        margin: 0 auto;
    }

    #main_footer .common_contact_box .net_box ul li a .icon {
        width: 11.5vw;
        height: 11.5vw;
    }

    #main_footer .common_contact_box .net_box ul li.reserved a .icon {
        background-size: 5vw;
    }

    #main_footer .common_contact_box .net_box ul li.line a .icon {
        background-size: 5.1vw;
    }

    #main_footer .common_contact_box .net_box ul li.contact a .icon {
        background-size: 5vw;
    }

    #main_footer .common_contact_box .net_box ul li.request a .icon {
        background-size: 5.2vw;
    }

    .fixed_cv {
        position: fixed;
        left: 0;
        bottom: 0;
        width: 100%;
        background: #fff;
        border: 2.5vw solid #000000;
        z-index: 12;
    }

    .fixed_cv ul {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
    }

    .fixed_cv ul li a {
        display: block;
        padding-top: 2vw;
        height: 100%;
    }

    .fixed_cv ul li.reserved a {
        border-left: 2px solid #000;
        border-right: 2px solid #000;
    }

    .fixed_cv ul li a .icon {
        width: 10vw;
        height: 10vw;
        border-radius: 100%;
        background-color: #F4F4F4;
        display: block;
        margin: 0 auto 1vw;
        background-repeat: no-repeat;
        background-position: center;
    }

    .fixed_cv ul li a .text {
        display: block;
        color: #222222;
        text-align: center;
        font-weight: 700;
        font-size: 3.6vw;
    }

    .fixed_cv ul li.tel a .text {
        line-height: 1.6;
        font-size: 4.6vw;
        font-weight: 600;
    }

    .fixed_cv ul li.line a .icon {
        background-image: url(/page/wp-content/themes/swell_child/image/icon_line.svg);
        background-size: 5vw;
    }

    .fixed_cv ul li.reserved a .icon {
        background-image: url(/page/wp-content/themes/swell_child/image/icon_calendar.svg);
        background-size: 4.5vw;
    }

    .fixed_cv ul li.tel a .icon {
        background-image: url(/page/wp-content/themes/swell_child/image/icon_tel_sp.svg);
        background-size: 4.7vw;
    }

    .globalMenuSp .common_contact_box {
        margin-bottom: 7.5vw;
    }

    .common_contact_box {
        width: 100%;
    }

    .globalMenuSp .common_contact_box .title_box {
        margin-bottom: 0;
    }

    .common_contact_box .title_box {
        margin-bottom: 2vw;
    }

    .common_contact_box .title_box:before {
        display: none;
    }

    .globalMenuSp .common_contact_box .title_box .title {
        color: #2F2F2F;
    }

    .common_contact_box .title_box .title {
        display: block;
        font-size: 3.8vw;
        background: none;
        padding-right: 0;
        text-align: center;
        font-weight: 800;
        line-height: 1.4;
    }

    .common_contact_box .flex_box {
        gap: 0;
        justify-content: center;
    }

    .globalMenuSp .common_contact_box .tel_box {
        border-bottom: 1px solid #D9D9D9;
        margin-left: 2.5vw;
        margin-right: 2.5vw;
    }

    .common_contact_box .tel_box {
        padding-bottom: 4vw;
        margin-bottom: 4.5vw;
        border-bottom: 1px solid #fff;
    }

    .globalMenuSp .common_contact_box .tel_box .tel {
        color: #2F2F2F;
    }

    .common_contact_box .tel_box .tel a {
        pointer-events: initial;
    }

    .common_contact_box .tel_box .tel {
        font-size: 9.7vw;
        padding-left: 12.5vw;
        background-size: 10vw;
        line-height: 1.4;
    }

    .common_contact_box .tel_box .text {
        font-size: 3vw;
        line-height: 1;
        color: #2F2F2F;
    }

    .common_contact_box .net_box .title_box .title {
        margin-bottom: 3vw;
    }

    .globalMenuSp .common_contact_box .net_box {
        margin: 0 2.5vw;
    }

    .globalMenuSp .common_contact_box .net_box ul {
        display: grid !important;
        grid-template-columns: repeat(2, 1fr);
        gap: 2.5vw;
    }

    .globalMenuSp .common_contact_box .net_box ul li a {
        width: auto;
        height: 14vw;
        border-radius: 6px;
        padding-left: 2.5vw;
        font-size: 3vw;
        gap: 3vw;
        background-color: #801A1F;
        color: #fff;
        background-image: url(/page/wp-content/themes/swell_child/image/arrow_white_sp.svg);
        background-size: 2vw;
        background-position: 94%;
    }

    .globalMenuSp .common_contact_box .net_box ul li a .icon {
        width: 10vw;
        height: 10vw;
    }

    .globalMenuSp .common_contact_box .net_box ul li.reserved a .icon {
        background-size: 5vw;
    }

    .globalMenuSp .common_contact_box .net_box ul li.line a .icon {
        background-size: 5.1vw;
    }

    .globalMenuSp .common_contact_box .net_box ul li.contact a .icon {
        background-size: 4.8vw;
    }

    .globalMenuSp .common_contact_box .net_box ul li.request a .icon {
        background-size: 5vw;
    }

    .globalMenuSp .search_area {
        margin-bottom: 10vw;
        margin-left: 2.5vw;
        margin-right: 2.5vw;
    }

    .globalMenuSp .search_area .cont_wrap {
        background: #520B0E;
        padding: 3.5vw 2.5vw 2.5vw 2.5vw;
    }

    .globalMenuSp .search_area .button_box {
        margin-bottom: 4vw;
    }

    .globalMenuSp .search_area .button_box ul {
        gap: 2.5vw;
        display: grid !important;
        grid-template-columns: repeat(3, 1fr);
    }

    .globalMenuSp .search_area .button_box ul li a {
        display: block;
        height: 30vw;
        padding-top: 3.5vw;
        color: #2F2F2F;
        text-align: center;
        position: relative;
        background: #fff;
    }

    .globalMenuSp .search_area .button_box ul li a:before {
        content: "";
        position: absolute;
        bottom: 1vw;
        right: 1vw;
        border-left: 2.5vw solid transparent;
        border-bottom: 2.5vw solid #801A1F;
    }

    .globalMenuSp .search_area .button_box ul li a .icon {
        width: 12.5vw;
        height: 12.5vw;
        border-radius: 100%;
        background-color: #F4F4F4;
        display: block;
        margin: 0 auto 4vw auto;
        background-repeat: no-repeat;
        background-position: center;
    }

    .globalMenuSp .search_area .button_box ul li.line a .icon {
        background-image: url(/page/wp-content/themes/swell_child/image/icon_train.svg);
        background-size: 5vw;
    }

    .globalMenuSp .search_area .button_box ul li.area a .icon {
        background-image: url(/page/wp-content/themes/swell_child/image/icon_map.svg);
        background-size: 6vw;
    }

    .globalMenuSp .search_area .button_box ul li.request a .icon {
        background-image: url(/page/wp-content/themes/swell_child/image/icon_request.svg);
        background-size: 5.7vw;
    }

    .globalMenuSp .search_area .button_box ul li a .text {
        font-size: 3.5vw;
        font-weight: 700;
        line-height: 1;
    }

    .globalMenuSp .search_area .keyword_box .title_box {
        margin-bottom: 2vw;
    }

    .globalMenuSp .search_area .keyword_box .title_box .title {
        font-size: 4vw;
        font-weight: 700;
        color: #fff;
        letter-spacing: .1em;
        margin-bottom: unset;
    }

    .globalMenuSp .search_area .keyword_box form {
        position: relative;
    }

    .globalMenuSp .search_area .keyword_box form .text {
        display: block;
        background: #fff;
        width: 100%;
        height: 12vw;
        padding-left: 3.5vw;
        padding-right: 8.5vw;
        border: 1px solid #D3D3D3;
    }

    .globalMenuSp .search_area .keyword_box input.submit {
        width: 5vw;
        height: 5vw;
        background: url(/page/wp-content/themes/swell_child/image/icon_search.svg) no-repeat;
        background-size: contain;
        background-position: center;
        position: absolute;
        top: 3.5vw;
        right: 3.5vw;
        text-indent: -9999px;
    }

    .globalMenuSp .en_title {
        text-align: center;
        font-size: 6vw;
        color: #2F2F2F;
        margin-bottom: 2.5vw;
        line-height: 1.4;
    }

    .globalMenuSp .site_contents ul {
        background: #520B0E;
        padding: 6vw 10vw 10vw 10vw;
        margin-bottom: 12vw;
        margin-left: 2.5vw;
        margin-right: 2.5vw;
    }

    .globalMenuSp .site_contents ul li .link {
        font-size: 4vw;
        color: #fff;
        padding: 4vw 10vw 4vw 0;
        display: block;
        border-bottom: 1px solid;
        position: relative;
    }

    .globalMenuSp .site_contents ul li .link.nowOpen {
        border-bottom: none;
    }

    .globalMenuSp .site_contents ul li .link.nowOpen:before {
        transform: rotate(90deg);
    }

    .globalMenuSp .site_contents ul li .link:before {
        content: "";
        width: 6vw;
        height: 6vw;
        background: url(/page/wp-content/themes/swell_child/image/arrow_circle.svg) no-repeat;
        background-size: contain;
        background-position: center;
        position: absolute;
        right: 0;
        top: calc(50% - 3vw);
    }

    .globalMenuSp .site_contents ul li .link.switchHat:before {
        transform: rotate(90deg);
    }

    .globalMenuSp .site_contents ul li .link.nowOpen:before {
        transform: rotate(-90deg);
    }

    .globalMenuSp .site_contents ul li .kodawari_box {
        background: #813538;
        padding: 0 5vw 5vw 5vw;
    }

    .globalMenuSp .closeBtnHat {
        display: none;
    }

    .globalMenuSp .site_contents ul li .kodawari_box .child_link {
        color: #fff;
        display: block;
        padding: 4vw 10vw 4vw 0;
        border-bottom: 1px solid #480205;
        background: url(/page/wp-content/themes/swell_child/image/arrow_white.svg) no-repeat;
        background-size: 2vw;
        background-position: 100%;
    }

    .globalMenuSp .bottom_area {
        background: #000000;
        color: #fff;
        padding: 5vw 0;
    }

    .globalMenuSp .bottom_area .copyright {
        text-align: center;
    }

    .globalMenuSp .bottom_area .copyright small {
        font-size: 3vw;
    }

    .globalMenuSp .bottom_area ul {
        gap: 0 3.5vw;
        justify-content: center;
        margin-bottom: 2.5vw;
    }

    .globalMenuSp .bottom_area ul li a {
        color: #fff;
        font-size: 3vw;
        padding-right: 3.5vw;
        display: inline-block;
        border-right: 1px solid;
        line-height: 1;
    }

    .globalMenuSp .bottom_area ul li:nth-child(1) {
        margin-left: 20vw;
    }

    .globalMenuSp .bottom_area ul li:nth-child(2) {
        margin-right: 20vw;
    }


    /* 店舗情報（SP） */

    .section_greeting {
        padding-bottom: 0;
    }

    .section_greeting .wrap {
        padding-bottom: 39vw;
    }

    .page_shop_info .section_greeting .common_title {
        margin-bottom: 7vw;
    }

    .page_shop_info .section_greeting .common_title .en {
        font-size: 4.6vw;
    }

    .page_shop_info .section_greeting .common_title .title {
        font-size: 6.15vw;
    }

    .page_shop_info .section_greeting .text_area .text {
        font-size: 3.3vw;
        letter-spacing: .04em;
        line-height: 1.5;
        text-align: left;
    }

    .page_shop_info .section_greeting .text_area .text+.text {
        margin-top: 7vw;
    }

    .page_shop_info .section_greeting .logo {
        width: 59vw;
        position: absolute;
        right: 0;
        bottom: 17.5vw;
    }

    .page_shop_info .section_information {
        padding-bottom: 20vw;
    }

    .page_shop_info .section_information .wrap {
        padding-top: 10vw;
    }

    .page_shop_info .section_information .cont {
        padding: 5vw;
    }

    .page_shop_info .section_information .cont .head {
        margin-bottom: 7vw;
    }

    .page_shop_info .section_information .cont .head .image_area {
        width: 100%;
    }

    .page_shop_info .section_information .cont .head .image_area .image {
        width: 48%;
        height: 30vw;
    }

    .page_shop_info .section_information .cont .head .title_area {
        width: 100%;
    }

    .page_shop_info .section_information .cont .head .common_title {
        text-align: center;
    }

    .page_shop_info .section_information .cont .head .common_title .en {
        font-size: 4.6vw;
    }

    .page_shop_info .section_information .cont .head .common_title .title {
        font-size: 7vw;
    }

    .page_shop_info .section_information .cont .text_box .text {
        font-size: 3.3vw;
    }

    .page_shop_info .section_about .common_title {
        margin-bottom: 6vw;
    }

    .page_shop_info .section_about .common_title .title {
        font-size: 7vw;
    }

    .page_shop_info .section_about .table_wrap {
        margin-bottom: 10vw;
    }

    .page_shop_info .section_about .table_wrap table {
        width: 100%;
        border-collapse: separate;
        border-spacing: 2px;
    }

    .page_shop_info .section_about .table_wrap table th {
        padding: 3vw;
        width: 100%;
        display: block;
        text-align: left;
    }

    .page_shop_info .section_about .table_wrap table td {
        padding: 3vw;
        display: block;
        width: 100%;
    }

    .page_shop_info .section_about .map_area .en_title {
        padding-left: 7vw;
        font-size: 5vw;
        margin-bottom: 5vw;
        background-size: 4vw;
    }

    .page_shop_info .section_about .map_area .map {
        width: 100%;
        height: 50vw;
        margin-bottom: 3vw;
    }

    .page_shop_info .section_about .map_area .image_wrap {
        width: 100%;
        padding-left: 0;
        display: flex;
        justify-content: space-between;
    }

    .page_shop_info .section_about .map_area .image_wrap .image {
        width: 48.5%;
        height: 30vw;
    }

    .page_shop_info .section_about .map_area .image_wrap .image+.image {
        margin-top: 0;
    }

    /* 追加分 */
    body {
        margin-top: unset;
    }

    .header_top {
        display: none;
    }

    #main_footer {
        padding-bottom: unset;
        margin-bottom: unset;
    }

    .page_staff_list .common_section_member {
        padding-top: 20vw;
    }

    nav.globalMenuSp .search_area {
        background: unset;
        padding: unset;
        margin-bottom: 10vw;
    }

    .globalMenuSp .search_area .button_box ul li a {
        border-radius: unset;
    }

    .bx-wrapper .bx-controls-direction a {
        z-index: 100 !important;
    }

    #main_footer .common_contact_box .tel_box .text {
        color: #fff;
    }

    .globalMenuSp .bottom_area ul {
        display: flex !important;
        justify-content: center !important;
    }

    .section_search.top .search_area .button_box ul li {
        width: 100% !important;
    }

    #page_link #term {
        grid-template-columns: 1fr;
    }

    #page_life .section_arrival .tab_container {
        grid-template-columns: 1fr;
        gap: 4vw;
    }

    #page_life .section_arrival .wrap {
        width: 100%;
    }

    #page_life .section_arrival .tab_container .tab {
        width: 100%;
        margin: 0 auto;
    }

    #page_rent_menu .rent_ul {
        gap: 5vw;
        grid-template-columns: 1fr;
    }

    .tsujichougentei .wrap {
        background-image: unset;
    }

    .page_friend_cont .img {
        height: 30vw;
    }

    /* 追加分 END*/

}