@charset "UTF-8";

/* ------------- ▼ PCサイズ(768px以上) ここから ----------------- */

ul {
    padding: 0;
}

li {
    list-style: none;
}

a {
    text-decoration: none;
    transition: .3s;
}

a:hover {
    opacity: .7;
}

h2 {
    font-weight: normal;
    font-size: 5.4rem;
    text-align: center;
    font-feature-settings: "palt";
    letter-spacing: 2px;
}

h2 span {
    display: block;
    font-size: 1.6rem;
}

h3 {
    font-size: 4rem;
    font-weight: normal;
    margin-bottom: 10px;
}

h4 {
    font-size: 2.4rem;
    color: #000;
    font-weight: normal;
}

.btn_search {
    max-width: 200px;
    height: 60px;
    background: linear-gradient(to right, #A89052, #BCA97C, #c0a359);
    background-size: 200% auto;
    color: #FFF;
    border: none;
    width: 100%;
    margin-top: 55px;
    border-radius: 1px 1px;
    transition: .3s;
}

.btn_search:hover {
    background-position: right center;
}

.main-contents .swiper .swiper-slide {
    width: 100% !important;
}

.main-contents .swiper .swiper-slide:last-of-type {
    width: 100% !important;
}


/* .loaded .footer_contact {
    z-index: 9999;
} */

.en {
    font-family: "Georgia", sans-serif, "Yu Mincho", "Hiragino Mincho ProN", serif;
}

.ja {
    font-family: 'Shippori Mincho',
        serif !important;
}

.pc_only {
    display: block;
}

.pc_tab_only {
    display: block;
}

.tab {
    display: none;
}

.tab2 {
    display: none;
}

.tab_only {
    display: none;
}

html,
body {
    scroll-padding-top: 130px;
}

@media screen and (min-width: 641px) {
    .sp_only {
        display: none !important;
    }
}

.stopbtn {
    cursor: pointer;
    width: 20px;
    height: 15px;
    z-index: 998;
    bottom: 80px;
    left: 50%;
    transform: translateY(-50%) translateX(300%);
}

.stopbtn.stop {
    position: absolute;
    display: inline-block;
}

.stopbtn.stop:before,
.stopbtn.stop:after {
    position: absolute;
    top: 0;
    content: '';
    width: 3px;
    height: 15px;
    background-color: #fff;
}

.stopbtn.stop:before {
    left: 5px;
}

.stopbtn.stop:after {
    right: 5px;
}


.stopbtn.start {
    position: absolute;
    display: inline-block;
}

.stopbtn.start:before {
    position: absolute;
    top: 0;
    right: 0;
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7px 0 7px 14px;
    border-color: transparent transparent transparent #fff;
}

.stopbtn.start:after {
    display: none;
}


.new {
    position: relative;
}

.new::before {
    content: "";
    position: absolute;
    top: 0;
    left: -1px;
    width: 0;
    height: 0;
    border-style: solid;
    border-color: #90513A transparent transparent #90513A;
    border-width: 28px 44px;
}

.new::after {
    content: "NEW";
    position: absolute;
    top: 12px;
    left: -10px;
    width: 60px;
    height: 0;
    -webkit-transform: rotate(325deg);
    -moz-transform: rotate(325deg);
    transform: rotate(325deg);
    color: #fff;
    font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
    font-size: 1.6rem;
}

.new2 {
    position: relative;
}

.new2::before {
    content: "";
    position: absolute;
    top: 0;
    left: -1px;
    width: 0;
    height: 0;
    border-style: solid;
    border-color: #BCA97C transparent transparent #BCA97C;
    border-width: 28px 44px;
}

.new2::after {
    content: "NEW";
    position: absolute;
    top: 12px;
    left: -10px;
    width: 60px;
    height: 0;
    -webkit-transform: rotate(325deg);
    -moz-transform: rotate(325deg);
    transform: rotate(325deg);
    color: #fff;
    font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
    font-size: 1.6rem;
}

#top .wrapper {
    padding: 100px 0;
}

.wrapper {
    max-width: 1250px;
    width: 100%;
    margin: 0 auto;
}

.btn {
    position: relative;
    /* padding: 15px 0 0 5px; */
}

.btn a {
    font-feature-settings: "palt";
    letter-spacing: 2px;
    padding: 15px 0 15px 5px;
}

.btn::before {
    content: '';
    width: 20px;
    height: 1px;
    position: absolute;
    background-color: #fff;
    top: 35px;
    right: 18px;
}

.btn::after {
    content: '';
    width: 8px;
    height: 8px;
    border: 0px;
    border-top: solid 1px #fff;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 31px;
    right: 19px;
}

.diagonal {
    position: relative;
}

.diagonal::before {
    content: '';
    width: 90px;
    height: 8px;
    border: 0px;
    border-top: solid 2px #5C4F3A;
    -ms-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    position: absolute;
    top: 100px;
    right: 400px;
}

.diagonal::after {
    content: '';
    width: 90px;
    height: 8px;
    border: 0px;
    border-top: solid 2px #5C4F3A;
    -ms-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    position: absolute;
    top: 0px;
    left: 400px;
}

.page_title {
    display: flex;
    justify-content: center;
}

.accordion_menu .check_underline a {
    text-decoration: underline;
    padding: 0px;
}


/* .slider {
    max-width: 1150px;
    margin: 0 auto;
    display: flex;
} */

.promotion {
    /* height: 330px; */
    margin: 50px 0px;
}

.promotion h2 {
    color: #B7A075;
    margin-bottom: 0px;
}

.promotion_slider {
    max-width: 1150px;
    width: 100%;
}

.swiper_2column .promotion_slider {
    background-color: #F9F7F2;
    border: 1px solid #CEBDA0;
    padding: 20px;
    margin: 50px 0;
    max-width: 900px;
    min-width: 640px;
}

.promotion_slider .promotion_content {
    position: relative;
    display: flex;
    /* justify-content: space-around; */
    height: auto;
    flex-wrap: wrap;
    justify-content: space-between;
}

.pickup_content .promotion_slider .promotion_content {
    border: 1px solid #CEBDA0;
}

.promotion .promotion_content img {
    width: 272px;
}

.promotion_content img {
    /* max-width: 375px; */
    width: 100%;
}

.promotion_detail {
    background-color: #F9F7F2;
    width: 100%;
}

.promotion_detail h4 {
    font-size: 1.7rem;
    margin: 5px 0px 5px 0;
}

.promotion_detail p {
    font-size: 1.3rem;
}

.promotion_detail_inner {
    padding: 20px 40px 0 40px;
    text-align: left;
}

.promotion_title {
    width: 100%;
    padding-bottom: 10px;
    text-align: left;
}

.promotion_title span {
    color: #fff;
    font-size: 1.2rem;
    padding: 5px;
    white-space: nowrap;
    margin-right: 10px;
}

.promotion_title .new_tag {
    background-color: #90513A;
}

/*
#top .promotion_detail_inner h3 {
    font-size: 1.7rem;
    margin: 5px 0px 5px 0;
}
*/

.promotion_title h3 {
    font-size: 1.7rem;
    display: inline;
    margin: 0 10px;
    line-height: 1.8rem;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.promotion_slider .content_2column img {
    aspect-ratio: 4/3;
}

.detail_2column {
    width: 61%;
    background-color: unset;
}

.detail_2column .inner_2column {
    padding: 0 0 0 20px;
}

.inner_2column p {
    margin: 0;
}

.pick_up_tag.sp_only_cat {
    display: none;
}

.pick_up_tag.pc_only_cat {
    position: absolute;
    right: 0;
    bottom: 0;
}

.inner_2column .cat_campaign {
    background-color: #C4B185;
    color: #fff;
    font-size: 1.2rem;
    padding: 5px;
    margin-left: 10px;
    white-space: nowrap;
}

.sp_cat_tag {
    display: none;
}

.cat_trip {
    background-color: #8399B9;
    color: #fff;
    font-size: 1.2rem;
    padding: 5px;
}

.promotion .btn_search_wt {
    margin: 0 auto;
    max-width: 300px;
    font-size: 2rem;
    display: flex;
    align-items: center;
    margin-top: 1em;
}

.promotion .btn_search_wt a {
    text-align: center;
    max-width: 300px;
}

.promotion .btn::before {
    background-color: #B7A075;
    top: 30px;
    right: 20px;
}

.promotion .btn::after {
    border-top: solid 1px #B7A075;
    top: 26px;
    right: 21px;
}


/* ------------- ▲ promotion ここまで ----------------- */

/* ------------- ▼ pickup ここから ----------------- */

.pickup {
    background-color: rgba(183, 160, 117, 0.26);
}

.pickup .wrapper::after {
    content: "";
    display: block;
    clear: both;
}

.pickup .btn_search {
    float: right;
    margin-top: -100px;
}

.btn_search a {
    display: block;
    color: #fff;
    font-size: 20px;
    padding: 15px 0 15px 15px;
    line-height: 1.5;
}

.pickup h2 {
    color: #5C4F3A;
    margin: 0;
}

.pickup .promotion_detail_inner {
    padding: 25px 20px 20px;
    /* height: auto; */
    /* height: 330px; */
}

.pickup h3,
.pickup h4 {
    font-size: 1.4rem;
    font-weight: normal;
    margin: 0 0 1.33em 0;
    text-align: left;
    border-bottom: 0;
}

.pickup h3 span,
.pickup h4 span {
    font-size: 2rem;
    display: block;
    margin: 0 !important;
}

.pickup_detail .promotion_detail_inner h4 {
    margin-top: 0;
}

.pickup .promotion_detail_inner p {
    font-size: 1.5rem;
}

.pickup .pickup_content {
    margin-top: 40px;
}

.pickup_content {
    display: flex !important;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0;
}

.pickup_content li {
    /* max-width: 375px; */
    width: 375px;
    transition: .4s ease-out;
    border-radius: 1px;
    margin-bottom: 40px;
    background-color: white;
}

.pickup_content li:hover {
    box-shadow: 0 16px 44px -12px rgb(0 0 0 / 16%);
    transform: translateY(-14px);
    transition: .4s ease-out;
    border-radius: 5px;
    overflow: hidden;
}

.pickup_content li a {
    display: block;
    color: #31220A;
}

.pickup_content .btn_detail a {
    display: block;
    color: #9E8241;
}

.pickup_content li img {
    width: 100%;
    object-fit: cover;
}

.pickup_content li .btn::before {
    background-color: #9E8241;
    width: 35px;
    top: 18px;
    right: 5px;
}

.pickup_content li .btn::after {
    border-top: solid 1px #9E8241;
    top: 14px;
    right: 6px;
}

.pickup_detail {
    background-color: #fff;
}

.btn_detail {
    max-width: 130px;
    width: 100%;
    color: #9E8241;
    font-size: 1.6rem;
}

.btn_detail a {
    padding: 0;
}


/* .pickup_slider {
    margin: 0px 50px;
} */

#top .pickup .wrapper {
    max-width: none;
}

.pickup .pickup_head {
    max-width: 1250px;
    width: 100%;
    margin: 0 auto;
}

.swiper3 {
    max-width: 1300px;
    width: 100%;
    margin: 0 auto;
    display: flex;
}

.swiper_tab {
    display: block;
}

.swiper_sp {
    display: none;
}

/* .pickup_slider {
    display: flex;
    flex-direction: column;
    align-items: baseline;
} */


/* ------------- ▲ pickup ここまで ----------------- */

/* ------------- ▼ service ここから ----------------- */

#top .service .wrapper {
    padding-top: 0;
    padding-bottom: 0;
    max-width: none;
}

.service_content {
    background-color: #F5F3EF;
    display: flex;
    padding-left: 0;
    padding-right: 0;
}

.service_content:first-of-type {
    margin-right: 0;
    background-color: #fff;
    padding-left: 75px;
}

.service_content:nth-child(even) {
    flex-direction: row-reverse;
    padding-left: 0;
    padding-right: 0;

}

.service_content:first-of-type img {
    max-width: 520px;
    width: 40%;
    object-fit: cover;
}

.service_detail_img {
    max-width: 570px;
    width: 40%;
}

.service_detail_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.service_back {
    position: absolute;
    font-size: 18rem;
    opacity: 0.15;
    color: #C4B185;
    top: 0px;
}

.service .btn_search {
    margin: auto 0 30px auto;
}

.service_content p {
    font-size: 1.5rem;
    line-height: 2em;
}

.service .diagonal::before {
    border-top: solid 2px;
    border-image: linear-gradient(to left, #E0D5B7 0%, #EDE1BE 25%, #F6EECC 50%, #F4EFE0 75%, #F1E8D0 100%);
    border-image-slice: 1;
    top: 140px;
    left: 300px;
}

.service .diagonal::after {
    border-top: solid 2px;
    border-image: linear-gradient(to left, #E0D5B7 0%, #EDE1BE 25%, #F6EECC 50%, #F4EFE0 75%, #F1E8D0 100%);
    border-image-slice: 1;
    top: -20px;
    left: -60px;
}

.service h2 {
    text-align: left;
    color: #B7A075;
    font-size: 5.2rem;
    margin-bottom: 20px;
}

.service_title01 {
    color: #B8A16B;
    font-size: 1.8rem;
    margin-bottom: 22px;
}

.service_title02 {
    color: #000;
    font-size: 2.2rem;
}

.service_explanation {
    position: relative;
    width: 100%;
}

.service_explanation .service_inner {
    margin: 100px auto auto 0;
}

.service_explanation .service_back {
    top: 60px;
}

.service_explanation .btn_search {
    max-width: 330px;
    width: 100%;
    /* bottom: 70px;
    right: 100px;
    position: absolute; */
}

.service_explanation p {
    color: #000;
}

.service_detail {
    position: relative;
    background-color: #F5F3EF;
    width: 60%;
}

.service_inner {
    width: 80%;
    margin: 0 auto;
    margin-top: 85px;
}

.service_inner p {
    max-width: none;
    width: 100%;
}

.service_detail .btn_search {
    max-width: 360px;
    width: 100%;
    margin-top: 30px;
    /* bottom: 50px;
    right: 60px;
    position: absolute; */
}

.service_detail .service_back {
    font-size: 17rem;
    left: 50px;
}

.service_detail {
    font-size: 1.4rem;
}


/* ------------- ▲ service ここまで ----------------- */

/* ------------- ▼ guide ここから ----------------- */


.guide {
    background-color: rgba(215, 217, 222, 0.5);
}

.guide h2 {
    color: #9F8657;
    font-size: 5.2rem;
    margin-bottom: 0;
}

.guide h2 span {
    font-size: 1.8rem;
}

.guide_title {
    display: flex;
    align-items: center;
    justify-content: center;
}

.guide_title:before,
.guide_title:after {
    content: "";
    border-bottom: 2px solid;
    width: 270px;
    height: 2px;
    margin-top: 35px;
}

.guide_title::before {
    border-image: linear-gradient(to left, #E0D5B7 0%, #EDE1BE 25%, #F6EECC 50%, #F4EFE0 75%, #F1E8D0 100%);
    border-image-slice: 1;
    margin-right: 5rem;
}

.guide_title::after {
    border-image: linear-gradient(to right, #E0D5B7 0%, #EDE1BE 25%, #F6EECC 50%, #F4EFE0 75%, #F1E8D0 100%);
    border-image-slice: 1;
    margin-left: 5rem;
}

.guide .wrapper p {
    font-size: 1.5rem;
    text-align: center;
    line-height: 2em;
    color: #000;
}

.page_menu_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 32px;
}

.page_menu_list li {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 38%;
    background-color: #fff;
    border: 1px solid #9F8657;
    color: #5C4F3A;
    font-size: 25px;
    margin: 0 12px 15px 0;
    height: 85px;
    transition: .5s;
}

.page_menu_list li:hover {
    background-color: #ffffff86;
}

.page_menu_list li:nth-of-type(even) {
    margin-right: 0;
}

.page_menu_list li a {
    padding: 21px 0px;
    display: block;
    color: #5C4F3A;
}


/* ------------- ▲ guide ここまで ----------------- */

/* ------------- ▼ question ここから ----------------- */

.question .wrapper {
    width: 90%;
}

.question h2 {
    color: #BCA97C;
    margin: 0;
}

.question h2 span {
    display: initial;
    color: #B7A075;
}

.question .btn_search {
    max-width: 300px;
    margin-top: 0px;
}

.question .page_title {
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
}

.question_answer::after {
    content: "";
    display: block;
    clear: both;
}

ul#demo2_headline {
    float: left;
    width: 38%;
    margin: 10px 15px 0 0;
    padding: 0;
}

ul#demo2_headline span {
    background-color: #B7A075;
    color: #fff;
    font-size: 2.2rem;
    padding: 10px;
    margin-right: 10px;
    display: flex;
    align-items: center;
}

ul#demo2_headline li {
    /* display: inline-block; */
    display: flex;
    width: 100%;
    height: auto;
    margin: 0 0 10px 0;
    background-color: #fff;
    text-align: left;
    cursor: pointer;
    font-size: 1.7rem;
    border: 1px solid #E8E8E8;
    align-items: stretch;
    /* padding: 10px 0; */
}

ul#demo2_headline li:hover {
    background-color: #f8f3e73b;
}

ul#demo2_headline li.current {
    background-color: #F8F3E7;
    position: relative;
}

ul#demo2_headline li.current .question_text::before {
    content: "";
    right: -15px;
    position: absolute;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 15px solid #F8F3E7;
}

ul#demo2_story {
    float: right;
    width: 60%;
    margin: 10px 0 0 0px;
    padding: 0;
    font-size: 1.6rem;
}

ul#demo2_story li {
    display: none;
    vertical-align: top;
    height: 380px;
    background-color: #FFF;
    padding: 5%;
    z-index: 2;
    /* border: 3px solid#B7A075; */
    overflow-y: scroll;
}

#demo2_story {
    border: 3px solid#B7A075;
}

ul#demo2_story li.current {
    display: block;
    line-height: 2em;
    color: #000;
}

.question_text {
    display: flex;
    align-items: center;
    padding: 10px 0;
    line-height: 1.6;
}

.answer_title {
    font-size: 2rem;
    margin: 0 0 30px 0;
    color: #000;
}

.answer_detail br {
    /* display: flex; */
    display: none;
}

/* .answer_detail p {
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
} */

.accordion_menu .answer_detail a,
.answer_detail a {
    color: #2A58A2;
    text-decoration: underline;
    text-decoration-color: #2A58A2;
    padding: 0;
    display: inline;
}

.img_position_right {
    margin-left: 20px;
}

/* ------------- ▲ guquestionide ここまで ----------------- */

/* ------------- ▼ insta ここから ----------------- */

.insta {
    background-color: #F6F4F0;
}

.insta h2 {
    color: #B7A075;
    margin-right: 50px;
    display: flex;
}

.insta h2 img {
    margin-right: 15px;
}

.btn_search_wt {
    position: relative;
    color: #A89052;
    font-size: 1.5rem;
    max-width: 220px;
    width: 100%;
    border-radius: 1px 1px;
    transition: .5s;
}

.btn_search_wt a {
    /* position: relative; */
    transition: all 1s;
    padding: 10px 15px;
    color: #A89052;
    max-width: 220px;
    width: 100%;
    border: 1px solid #A89052;
    transition: .5s;
}

.btn_search_wt:hover {
    background-color: #fffbf6;
}

.insta .btn_search_wt a {
    position: absolute;
    display: flex;
    top: 50%;
    transform: translate(0%, -50%);
}

.insta .btn_search_wt {
    height: 50px;
    margin: auto 0;
}

.insta .btn::before {
    background-color: #A89052;
    top: 27px;
    right: 10px;
}

.insta .btn::after {
    border-top: solid 1px #A89052;
    top: 23px;
    right: 12px;
}

.insta_content {
    padding-bottom: 100px;
    width: 100%;
}

.insta_item {
    justify-content: space-around;
    display: flex;
    width: 100%;
    max-width: 1600px;
    margin: 0 auto;
}

.insta_item li img {
    width: 100%;
}

#sb_instagram #sbi_images {
    justify-content: space-around;
    display: flex;
    width: 100%;
    max-width: 1600px;
    margin: 0 auto;
    float: unset;
}

#sb_instagram .sbi_photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.sbi_item {
    max-width: 280px;
}

@media screen and (min-width: 641px) and (max-width: 1024px) {
    #sb_instagram #sbi_images {
        flex-wrap: wrap;
        justify-content: center;
        gap: 10px;
    }

    .sbi_item {
        min-width: 280px;
    }
}

@media screen and (max-width: 640px) {
    #sb_instagram #sbi_images {
        flex-wrap: wrap;
        justify-content: space-between;
        gap: 10px;
    }

    #sb_instagram.sbi_mob_col_2 #sbi_images .sbi_item {
        width: 48%;
    }
}

/* ------------- ▲ insta ここまで ----------------- */

/* ------------- ▼ press ここから ----------------- */

#top .press .wrapper {
    padding-top: 50px;
}

.press h2 {
    color: #B7A075;
}

.press .btn_search_wt {
    margin: 0 auto;
    max-width: 300px;
    font-size: 2rem;
    display: flex;
    align-items: center;
}

.press .btn_search_wt a {
    text-align: center;
    max-width: 300px;
}

.press .btn::before {
    background-color: #B7A075;
    top: 30px;
    right: 20px;
}

.press .btn::after {
    border-top: solid 1px #B7A075;
    top: 26px;
    right: 21px;
}

.press_content {
    /* display: flex; */
    /* justify-content: space-between; */
}

.press_list {
    /* max-width: 595px; */
    width: 100%;

    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    text-align: left;
}

.press_list li {
    font-size: 1.6rem;
    border-bottom: 1px solid #CDD6DD;
    padding-bottom: 25px;
    margin-bottom: 20px;
    /* max-width: 595px; */
    width: 45%;
    transition: .5s;
}

.press_list li:hover {
    opacity: .7;
}

/* .press_list li:last-of-type { */
.press_list li:last-of-type,
.press_list li:nth-last-of-type(2) {
    border: none;
}

.press_list a {
    display: flex;
    color: #3B4043;
}

.press_list li p {
    margin: 0;
}

.category {
    background-color: #b2ae9b;
    color: #fff;
    font-size: 1.2rem;
    padding: 2px 5px;
    margin-left: 10px;
    white-space: nowrap;
}

.press_list li span:first-of-type {
    font-weight: bold;
}

.press_list li p {
    font-size: 14px;
    margin-top: 10px;
    color: #707F89;
}

.press_list li time {
    margin-right: 25px;
    color: #707F89;
}


.banner_container {
    background-color: #D3D6DB;
}

#top .banner_container .wrapper {
    max-width: 1400px;
    padding: 50px 0;
}

.banner_container .pickup_content li:hover {
    transform: translateY(0px);
}

.press_detail {
    background-color: #fff;
    text-align: left;
    height: 100px;
}

.press_detail p {
    margin: 0;
    font-size: 1.6rem;
    padding: 20px;
}


/* ------------- ▲ press ここまで ----------------- */

/* ------------- ▼ contact ここから ----------------- */


.contact {
    position: relative;
    background: url(../img/CONTACT.jpg);
    background-size: cover;
}

.contact::after {
    content: "";
    position: absolute;
    background: rgba(164, 146, 103, 0.7);
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.contact .wrapper {
    position: relative;
    z-index: 2;
}

.contact h2 {
    color: #5C4F3A;
    font-size: 8rem;
    margin: 0;
}

.contact p {
    color: #FFF;
    font-size: 2.2rem;
    text-align: center;
    margin: -10px 0 40px 0;
}

.contact span {
    font-size: 4rem;
    color: #5C4F3A;
    margin-left: 15px;
}

.contact span a {
    color: #5C4F3A;
}

.contact .page_menu_list {
    justify-content: center;
    max-width: 1250px;
}

.contact .page_menu_list li {
    width: 42%;
}

.contact .page_menu_list li:hover {
    background-color: #ffffffd9;
}

/* ------------- ▲ contact ここまで ----------------- */

/* ------------- ▼ footer ここから ----------------- */


footer {
    background-color: #F6F4F0;
}

footer .wrapper {
    width: 90%;
}

.footer_content {
    display: flex;
    justify-content: space-between;
}

.footer_information {
    color: #5C4F3A;
    width: 40%;
}

.footer_title {
    display: flex;
    height: 43px;
    margin-bottom: 35px;
    align-items: center;
    max-width: 436px;
}

.footer_information p {
    font-size: 1.3rem;
}

.footer_information_mansion {
    margin-bottom: 25px;
}

.footer_information .footer_information_detail {
    font-size: 1.6rem;
}

.footer_information .footer_information_detail img {
    margin-left: 7px;
}

.footer_title p {
    font-size: 2.6rem;
    margin: 0;
}

.footer_title img:first-of-type {
    width: 10%;
}

.footer_title img:nth-of-type(2) {
    width: 60%;
}

.footer_title img:nth-of-type(3) {
    width: 30%;
}

.footer_sns {
    display: flex;
    justify-content: space-between;
    margin-top: 35px;
    margin-bottom: 0;
}

.footer_sns li {
    width: 48%;
    /* border: 1px solid #5C4F3A; */
    height: 50px;
    align-items: center;
    display: flex;
}

.footer_sns .btn_search_wt a::before,
.footer_sns .btn_search_wt a::after {
    border-color: #5C4F3A;
}

.footer_sns li img {
    /* margin-left: 5%;
    margin-right: 15%; */
    position: absolute;
    top: 16px;
    left: 14px;
}

.footer_sns .facebook img {
    margin-right: 20%;
}

.footer_sns a {
    width: 100%;
    color: #5C4F3A;
    font-size: 1.8rem;
    padding: 10px 0;
    display: block;
    position: relative;
    text-align: center;
}

.googlemap {
    max-width: none;
    width: 50%;
    padding-left: 0;
}

.googlemap iframe {
    height: 100%;
    width: 100%;
}

.footer_menu {
    display: flex;
    justify-content: space-between;
}

.footer_menu.pc_tab_only {
    gap: 10px;
}

.footer_menu li {
    margin: 0 0 4px 0;
}

.footer_menu a {
    color: #5C4F3A;
    font-size: 1.4rem;
}

.footer_menu .footer_menu_title {
    border-bottom: solid 1px #5C4F3A;
    color: #5C4F3A;
    font-weight: bold;
    margin-top: 50px;
    padding-bottom: 5px;
    vertical-align: middle;
}

.footer_menu .footer_newline .footer_menu_title {
    padding-left: 0;
}

.footer_newline li {
    padding-left: 15px;
}

.footer_menu_title::before {
    content: "";
    background-color: #5C4F3A;
    padding: 2px 2px;
    margin-right: 10px;
    display: inline-block;
    width: 2px;
    height: 25px;
}

.footer_menu .sub_title {
    color: #5C4F3A;
    font-weight: bold;
    margin-top: 20px;
    padding-left: 15px;
}

.footer_menu_room {
    max-width: 580px;
    width: 100%;
}

.footer_menu_list {
    max-width: 260px;
    width: 100%;
}

.footer_newline>div {
    max-width: 260px;
    width: 100%;
}

.sticking {
    display: flex;
    flex-wrap: wrap;
    /* padding-left: 15px; */
    font-weight: normal;
}

.sticking li {
    width: 50%;
}

.map_search {
    display: flex;
    padding-left: 15px;
}

.map_search_detail {
    margin-right: 12%;
}

.footer_menu_detail {
    padding-left: 15px;
}

.footer_newline {
    display: flex;
    max-width: 580px;
    width: 100%;
    justify-content: space-between;
    gap: 10px;
}

.footer_newline_inner>.footer_menu_title {
    margin-top: 69px;
    font-size: 14px;
}

.business_license {
    font-size: 1.4rem;
}

.business_license a {
    text-decoration: underline;
}

.copyright {
    background-color: #5C4F3A;
    text-align: center;
    padding: 30px 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.copyright img {
    width: 300px;
    margin-bottom: 10px;
}

small {
    color: #fff;
    font-size: 1.4rem;
}

/* ------------- ▲ footer ここまで ----------------- */


/* ------------- ▼ promotionスライダー ここから ----------------- */


.swiper {
    max-width: 1550px;
    width: 100%;
    height: 100%;
}

.swiper-wrapper {
    margin: 0;
}

.pickup .swiper-slide {
    background-color: transparent;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.pick_size {
    aspect-ratio: 16/9;
}


.swiper-slide a {
    max-width: 1150px;
    width: 100%;
    color: #3B4043;
}

.swiper {
    margin-left: auto;
    margin-right: auto;
}

.promotion .swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: 0;
}

.swiper_2column {
    max-width: 900px;
    min-width: 640px;
}

.card_text {
    /* width: 100%; */
    width: calc(100% - 272px);
    position: relative;
    padding: 0 0 26px 20px;
    text-align: left;
}

.card_text .under_780 {
    display: none;
}

.detail_2column {
    width: 100%;
    /* padding-top: 10px; */
}

.over_780 h3,
.under_780 h3 {
    margin: 0 0 10px;
}

.detail_2column .inner_2column {
    padding: 0px;
}





/* カード幅700px以上でタイトル位置変更 */

@media screen and (min-width: 1401px) and (max-width: 1519px) {
    .promotion .swiper {
        padding-right: 30px;
    }
}

@media screen and (min-width: 1700px) {

    .detail_2column {
        width: 50%;
        border-top: solid 1px #CEBDA0;
    }

    .card_text .under_780 {
        display: initial;
    }

    .over_780 {
        display: none;
    }

    .card_text .detail_2column {
        width: 100%;
    }

    .detail_2column .inner_2column {
        padding-top: 5px;
    }
}

@media screen and (min-width: 870px) and (max-width: 1400px) {

    .detail_2column {
        width: 50%;
        border-top: solid 1px #CEBDA0;
    }

    .card_text .under_780 {
        display: initial;
    }

    .over_780 {
        display: none;
    }

    .card_text .detail_2column {
        width: 100%;
    }

    .detail_2column .inner_2column {
        padding-top: 5px;
    }
}

@media screen and (min-width: 701px) and (max-width: 810px) {

    .swiper_2column a {
        margin: 0 5%;
    }
}

@media screen and (max-width: 700px) {

    .detail_2column {
        width: 50%;
        border-top: solid 1px #CEBDA0;
    }

    .card_text .under_780 {
        display: initial;
    }

    .over_780 {
        display: none;
    }

    .card_text .detail_2column {
        width: 100%;
        height: auto;
    }

    .under_780 h3 {
        border-bottom: none;
        margin: 10px 0;
    }

    .detail_2column .inner_2column {
        padding-top: 5px;
    }

}

/* カード幅700px以上でタイトル位置変更 ここまで*/




@media screen and (min-width: 1401px) and (max-width: 1920px) {
    .swiper_2column {
        -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
    }

    .swiper_btn_next2 {
        right: 5rem;
        width: 70px;
        height: 70px;
    }

    .swiper_btn_next2::before {
        top: 32px;
        right: 20px;
    }

    .swiper_btn_next2::after {
        top: 36px;
    }

    .swiper_btn_prev2 {
        left: 5rem;
        width: 70px;
        height: 70px;
    }

    .swiper_btn_prev2::before {
        top: 32px;
        left: 20px;
    }

    .swiper_btn_prev2::after {
        top: 36px;
    }

    .card_text .under_780 {
        /* display: initial; */
    }

    .over_780 {
        /* display: none; */
    }

    .detail_2column {
        /* border-top: solid 1px #CEBDA0; */
    }

    .promotion .swiper {
        /* padding-right: 20px; */
    }
}


@media screen and (min-width: 701px) and (max-width: 1400px) {

    .swiper_btn_next2 {
        right: 9rem;
        width: 50px;
        height: 50px;
    }

    .swiper_btn_next2::before {
        top: 22px;
        right: 10px;
    }

    .swiper_btn_next2::after {
        top: 26px;
    }

    .swiper_btn_prev2 {
        left: 9rem;
        width: 50px;
        height: 50px;
    }

    .swiper_btn_prev2::before {
        top: 22px;
        left: 10px;
    }

    .swiper_btn_prev2::after {
        top: 26px;
    }

}


@media screen and (max-width: 1140px) {

    .detail_2column {
        /* width: 50%; */
        /* border-top: solid 1px #CEBDA0; */
    }

    .card_text .under_780 {
        /* display: initial; */
    }

    .over_780 {
        /* display: none; */
    }

    .card_text .detail_2column {
        /* width: 100%; */
    }

}

@media screen and (max-width: 1100px) {

    .swiper_btn_prev2 {
        left: 6rem;
    }

    .swiper_btn_next2 {
        right: 6rem;
    }
}

/* @media screen and (min-width: 1141px) and (max-width: 1400px) {

    .promotion_title span {
        margin: 0 10px 0 20px;
    }

} */

@media screen and (max-width: 910px) {

    .swiper_btn_prev2 {
        left: 1rem;
    }

    .swiper_btn_next2 {
        right: 1rem;
    }

}

@media screen and (max-width: 700px) {

    .swiper_2column {
        min-width: auto;
    }

    .promotion_slider .promotion_content {
        display: block;
    }

    .swiper_2column a {
        margin: 25px 5% 0;
        aspect-ratio: 3 / 4;
    }

    .swiper_2column .promotion_slider {
        padding: 0;
        margin: 0 0 30px;
        min-width: auto;
        height: 100%;
    }

    .promotion_slider .content_2column img {
        aspect-ratio: 16/9;
        height: auto;
        width: 100%;
    }

    .card_text {
        padding: 15px;
        width: 100%;
    }

    .inner_2column .cat_campaign {
        display: none;
    }

    .sp_cat_tag {
        display: inline;
        position: unset;
    }

    .sp_cat_tag span {
        background-color: #C4B185;
        margin-top: 10px;
    }

}

@media screen and (max-width: 700px) {

    .promotion .swiper-button-next,
    .promotion .swiper-button-prev {
        top: 35%;
    }

    .pick_up_tag.sp_only_cat {
        display: inline;
    }

    .promotion_title span {
        margin-right: 5px;
    }

    .promotion_title .cat_campaign {
        background-color: #C4B185;
    }

}

@media screen and (max-width: 640px) {

    .promotion .swiper-button-next,
    .promotion .swiper-button-prev {
        top: 40%;
    }
}


/* ------------- ▲ promotionスライダー ここまで ----------------- */

/* ------------- ▼ Pressスライダー ここから ----------------- */

.swiper2 {
    /* height: 300px; */
    position: relative;
}

.swiper2 img {
    /* height: 200px; */
    background-size: cover;
}

.swiper2 .swiper-slide {
    background-color: transparent;
}

.swiper2 .swiper-button-next,
.swiper-rtl .swiper-button-prev {
    right: 2%;
    top: 45%;
}

.swiper2 .swiper-button-prev,
.swiper-rtl .swiper-button-next {
    left: 2%;
    top: 45%;
}

/*.promotion_content {
    margin: 50px 40px;
}*/

/* .pickup_slider {
    margin: 50px 40px;
} */


.promotion .swiper-pagination-bullet {
    background-color: #F5F3EF;
}

.promotion .swiper-pagination-bullet-active {
    background-color: #C4B185;
}


/* ------------- ▲ Pressスライダー ここまで ----------------- */

/* ------------- ▼ pickスライダー ここから ----------------- */

.swiper3 {
    margin-top: 40px;
    height: auto;
    position: relative;
    overflow: hidden;
}

.swiper3 img {
    /* height: 200px; */
    background-size: cover;
}

.swiper3 .swiper-slide {
    background-color: transparent;
}

.swiper3 .swiper-button-next,
.swiper-rtl .swiper-button-prev {
    right: 0.5%;
    top: 35%;
}

.swiper3 .swiper-button-prev,
.swiper-rtl .swiper-button-next {
    left: 0.5%;
    top: 35%;
}

/*.promotion_content {
    margin: 50px 40px;
}*/

.pickup .swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: 0;
}


/* ------------- ▲ pickスライダー ここまで ----------------- */


.accordion_menu_content {
    width: 90%;
    margin: 5% auto;
    font-size: 1.6rem;
}

.accordion_menu {
    overflow-x: hidden;
    width: 100%;
    margin: 0 auto;
}

.accordion_menu a {
    display: block;
    padding: 15px;
    text-decoration: none;
    /* color: #000; */
}

.accordion_menu label span::after {
    content: "＋";
    right: 6%;
    /* right: 20px; */
    position: absolute;
    font-weight: normal;
    font-size: 2rem;
    font-weight: bold;
    color: #B7A075;
}

.accordion_menu #menu_bar01:checked+label span::after,
.accordion_menu #menu_bar02:checked+label span::after,
.accordion_menu #menu_bar03:checked+label span::after,
.accordion_menu #menu_bar04:checked+label span::after,
.accordion_menu #menu_bar05:checked+label span::after,
.accordion_menu #menu_bar06:checked+label span::after {
    content: "ー";
}

.accordion_menu #menu_bar01:checked+label,
.accordion_menu #menu_bar02:checked+label,
.accordion_menu #menu_bar03:checked+label,
.accordion_menu #menu_bar04:checked+label,
.accordion_menu #menu_bar05:checked+label {
    background-color: #F8EDD1;
}


.accordion_menu label {
    display: flex;
    margin: 0 0 15px 0;
    padding: 0 35px 0 0;
    line-height: 1;
    color: #3B4043;
    cursor: pointer;
    font-size: 2rem;
    font-weight: bold;
    border: 1px solid #E8E8E8;
}

.accordion_menu a.menu_link {
    display: inline;
    color: #FFFFFF;
    padding: 0;
}

.accordion_menu label span {
    display: flex;
    align-items: center;
    line-height: 2em;
    padding-left: 10px;
}

.accordion_menu label .qu,
.default_menu ul li a span {
    font-size: 2rem;
    color: #fff;
    background-color: #B7A075;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 15px;
}

.accordion_menu ul {
    margin: 0 0 15px 0;
    padding: 0;
    list-style: none;
}

.accordion_menu:nth-of-type(1) .new_menu {
    margin-top: 10px;
    border-top: 1px solid#AAB8D9;
}

.accordion_menu li {
    height: 0;
    overflow: hidden;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    opacity: 0;
}

#menu_bar01:checked~#links01 li,
#menu_bar02:checked~#links02 li,
#menu_bar03:checked~#links03 li,
#menu_bar04:checked~#links04 li,
#menu_bar05:checked~#links05 li {
    height: auto;
    opacity: 1;
    border: #B7A075 3px solid;
}

.swiper-button-next,
.swiper-button-prev {
    transition: .5s;
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
    opacity: .8;
}

.simple_search_list li:hover {
    background-color: #f6f3f0;
}

/* ------------- ▲ PCサイズ(768px以上) ここまで ----------------- */


@media screen and (min-width: 1400px) {

    .swiper-button-next,
    .swiper-rtl .swiper-button-prev {
        right: 20px;
    }

    .swiper-button-prev,
    .swiper-rtl .swiper-button-next {
        left: 20px;
    }

    #top .banner_container .wrapper {
        max-width: none;
    }

    .banner_container .wrapper {
        max-width: none !important;
    }
}

/* ------------- ▼ PCサイズ(1600px以上) ここから ----------------- */


@media screen and (min-width: 1600px) {

    .service_content:first-of-type {
        max-width: 1600px;
        margin: 0 auto 0 10%;
        background-color: #fff;
    }

    .service_content {
        padding-right: 0;
        padding-left: 10%;
        margin-left: 0;
        margin-right: 10%;
        justify-content: flex-end;
    }

    .service_content:nth-child(even) {
        flex-direction: row-reverse;
        padding-right: 0;
        padding-left: 0;
        margin-left: 10%;
        margin-right: 0;
        justify-content: flex-end;
    }

    .service_inner {
        margin-left: 10%;
    }

    .service_content:nth-child(odd) .service_inner {
        margin-left: 0;
    }

    .service_content:first-of-type .service_inner {
        margin-left: 0;
    }

    .service_detail .service_back {
        left: 60px;
    }

    .service_detail .btn_search {
        right: 0;
    }

    /* .swiper .swiper-slide {
        width: 75% !important;
        justify-content: right;
    }

    .swiper .swiper-slide:last-of-type {
        width: 91% !important;
        justify-content: center;
    } */

    .swiper {
        max-width: none;
    }


    .swiper-button-next,
    .swiper-rtl .swiper-button-prev {
        /*right: 140px;*/
        right: 60px;
    }

    .swiper-button-prev,
    .swiper-rtl .swiper-button-next {
        left: 60px;
    }
}

.answer_title {
    font-size: 2.2rem;
    line-height: 1.7;
}

@media screen and (min-width: 1025px) {
    .answer_title {
        text-decoration: solid underline #F8EDD1 10px;
    }
}

/* ------------- ▲ PCサイズ(1600px以上) ここまで ----------------- */

@media screen and (min-width: 1800px) {

    .swiper-button-next,
    .swiper-rtl .swiper-button-prev {
        right: 100px;
    }

    .swiper-button-prev,
    .swiper-rtl .swiper-button-next {
        left: 100px;
    }
}

@media screen and (min-width: 2000px) {

    .swiper-button-next,
    .swiper-rtl .swiper-button-prev {
        right: 80px;
    }

    .swiper-button-prev,
    .swiper-rtl .swiper-button-next {
        left: 80px;
    }
}


@media screen and (max-width: 1330px) {
    h3 {
        font-size: 3rem;
    }

    .service_detail .service_back {
        font-size: 15rem;
    }
}

@media screen and (max-width: 1301px) {
    .service .btn_search {
        margin-bottom: 30px;
    }

    .press .wrapper {
        width: 90%;
    }
}

@media screen and (max-width: 1170px) {
    .service_back {
        font-size: 15rem;
    }

    .pickup_content {
        justify-content: space-evenly;
    }
}

@media screen and (max-width: 1120px) {
    .diagonal::before {
        right: 350px;
    }

    .diagonal::after {
        left: 370px;
    }
}

@media screen and (max-width: 1100px) {
    h3 {
        font-size: 2.8rem;
    }

    h4 {
        font-size: 2rem;
    }

    .service_back {
        font-size: 13rem;
    }
}

@media screen and (max-width: 1024px) {

    .question {
        margin-bottom: 0;
    }

    .question .wrapper {
        width: 90%;
    }

    .question .accordion_menu .new_menu {
        transition: .3s;
    }

    .question .accordion_menu .new_menu:hover {
        background-color: #f8edd16e;
    }

    .answer_title u {
        text-decoration-color: #F8EDD1;
        text-decoration: solid underline #F8EDD1 10px;
    }

    .insta {
        padding-bottom: 50px;
    }

    .insta_item {
        justify-content: center;
    }

    .footer_information {
        width: 100%;
    }

    .googlemap {
        width: 100%;
    }

    .tab {
        display: block;
    }

    .tab_only {
        display: block;
    }

    .pc_only {
        display: none;
    }

}

@media screen and (max-width: 840px) {
    .tab_only {
        display: none;
    }

    .tab2 {
        display: block;
    }

    .pc_only {
        display: none;
    }
}

@media screen and (min-width:640px) and (max-width:1024px) {

    /* .swiper .swiper-slide:last-of-type {
        width: 72% !important;
    } */

    .promotion_detail_inner {
        padding: 20px 26px 20px 26px;
    }

    /* 
    .swiper .swiper-slide {
        width: 72% !important;
    } */

    /* .swiper2 .swiper-slide-active {
        margin-left: 0%;
        margin-right: 0%;
    }

    .swiper-slide-active {
        margin-left: 13.5%;
        margin-right: 11%;
    }

    .swiper-slide-active:last-of-type {
        margin-left: 8.5%;
    }

    .swiper-slide-next {
        margin-left: -2%;
    }

    .swiper-slide-prev {
        margin-right: 0;
    } */

    /* .swiper .swiper-slide-prev {
        width: 70% !important;
    } */

    /*.promotion_content {
        margin: 50px 20px;
    } */

    .promotion_detail p {
        margin: 0;
    }

    h4 {
        font-size: 1.8rem;
    }

    /* .swiper-slide img {
        width: 40%;
    } */

    .pickup_content {
        justify-content: space-evenly;
    }

    .diagonal::after {
        left: 170px;
    }

    .diagonal::before {
        right: 140px;
    }

    .service h2 {
        font-size: 4.5rem;
        margin: 0;
        line-height: 1.3;
    }

    .service_title01 {
        margin-bottom: 10px;
    }

    .service_title02 {
        font-size: 1.8rem;
    }

    .service .btn_search {
        margin-bottom: 30px;
    }

    .service_explanation .service_back {
        top: 35px;
    }

    .service_content:nth-child(even) {
        margin-left: 0;
    }

    .service_content {
        margin-right: 0;
    }

    .service_content:first-of-type img {
        max-width: none;
        width: 40%;
        height: auto;
        object-fit: cover;
    }

    .service_explanation .service_inner {
        margin-top: 70px;
    }

    .service_back {
        font-size: 10rem;
    }

    .service_inner {
        margin-top: 40px;
    }

    .service_detail {
        width: 60%;
    }

    .service_detail_img {
        width: 40%;
    }

    .service_detail_img img {
        height: 100%;
        object-fit: cover;
    }

    .service_detail .service_back {
        font-size: 9rem;
        left: 25px;
    }

    .service .diagonal::before {
        left: 250px;
        top: 90px;
    }

    .service_content:first-of-type {
        margin-left: 5%;
    }

    h3 {
        font-size: 2.2rem;
    }

    .guide_title:before,
    .guide_title:after {
        width: 100px;
    }

    .question_content #menu_bar01,
    .question_content #menu_bar02,
    .question_content #menu_bar03,
    .question_content #menu_bar04,
    .question_content #menu_bar05 {
        display: none;
    }

    .page_menu_list li {
        font-size: 23px;
    }

    .insta_item {
        flex-wrap: wrap;
    }

    .press .wrapper {
        width: 90%;
    }

    .press_list li p {
        margin-right: 25px;
    }

    .press_list a {
        flex-direction: column;
    }

    .press_detail p {
        padding: 12px 0 0 20px;
    }

    .footer_content {
        flex-direction: column;
    }

    .googlemap {
        max-width: none;
        margin-top: 30px;
    }

    .footer_menu_room {
        margin: 0 auto;
    }

    .footer_newline {
        margin: 0 auto;
    }

    .pc_only {
        display: none !important;
    }

    .pc_tab_only {
        display: block;
    }

    .sp_only {
        display: none;
    }

    .map_search_detail {
        margin-right: 20%;
    }

    .sticking li:nth-of-type(odd) {
        margin-right: 6%;
    }

    .sticking li:nth-of-type(even) {
        width: auto;
    }
}

@media screen and (max-width: 750px) {
    .swiper_tab {
        display: none;
    }

    .swiper_sp {
        display: block;
    }
}

@media screen and (min-width:640px) and (max-width:750px) {
    /* .pickup .wrapper {
        width: 90%;
    } */

    .pickup .wrapper .swiper-button-next,
    .swiper-rtl .swiper-button-prev {
        right: 10px;
        width: 50px;
        height: 50px;
    }

    .pickup .wrapper .swiper-button-prev,
    .swiper-rtl .swiper-button-next {
        right: 10px;
        width: 50px;
        height: 50px;
    }

    .pickup .wrapper .swiper-button-next::before,
    .swiper-rtl .swiper-button-prev::before {
        top: 21px;
        right: 9px;
    }

    .pickup .wrapper .swiper-button-prev::before,
    .swiper-rtl .swiper-button-next::before {
        top: 21px;
        left: 9px;
    }

    .pickup .wrapper .swiper-button-next:after,
    .swiper-rtl .swiper-button-prev:after {
        top: 25px;
    }

    .pickup .wrapper .swiper-button-prev:after,
    .swiper-rtl .swiper-button-next:after {
        top: 25px;
    }

    .swiper3 .swiper-button-next,
    .swiper-rtl .swiper-button-prev {
        right: 0.5%;
        top: 38%;
    }

    .swiper3 .swiper-button-prev,
    .swiper-rtl .swiper-button-next {
        left: 0.5%;
        top: 38%;
    }

    .btn_search a {
        font-size: 16px;
        padding: 20px 0 15px 15px;
    }

}


@media screen and (max-width: 720px) {
    h4 {
        font-size: 1.5rem;
    }
}

/* ------------- ▼ SPサイズ(640px以下) ここから ----------------- */

@media screen and (max-width: 640px) {

    html,
    body {
        scroll-padding-top: 80px;
    }

    .form_btn {
        display: none;
    }

    .pc_only {
        display: none !important;
    }

    .pc_tab_only {
        display: none !important;
    }

    .sp_only {
        display: block;
    }

    .tab2 {
        display: none;
    }

    .tab_only {
        display: none;
    }

    h2 {
        font-size: 4rem;
    }

    #top .hum_menu h2 {
        font-size: 5.4rem;
    }

    h3 {
        font-size: 2rem;
        border-bottom: 2px solid #D0C09A;
    }

    h4 {
        font-size: 1.6rem;
    }

    .pick_size2 {
        position: relative;
    }

    .wrapper {
        width: 90%;
        margin: 0 auto;
    }

    #top .wrapper {
        padding: 30px 0;
    }

    .btn::before {
        /* width: 35px; */
        width: 20px;
    }

    .btn::after {
        width: 10px;
        top: 30px;
        right: 20px;
    }

    .slider-text span {
        font-size: 1.8rem;
    }

    .slider-text {
        position: absolute;
        width: 100%;
        bottom: initial;
        left: 50%;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
    }

    .slider-text p {
        margin: 0;
        text-align: center;
    }

    .swiper-button-next,
    .swiper-rtl .swiper-button-prev {
        right: 10px;
        width: 50px;
        height: 50px;
    }

    .swiper-button-next::before,
    .swiper-rtl .swiper-button-prev::before {
        top: 21px;
        right: 9px;
    }

    .swiper-button-prev,
    .swiper-rtl .swiper-button-next {
        left: 10px;
        width: 50px;
        height: 50px;
    }

    .swiper-button-prev::before,
    .swiper-rtl .swiper-button-next::before {
        top: 21px;
        left: 9px;
    }

    .promotion {
        margin: 0;
        /* height: 550px; */
    }

    .promotion_detail_inner {
        padding: 15px 15px 0 15px;
    }

    .promotion_content {
        /*margin: 37px 5%;*/
        flex-direction: column;
        height: auto;
    }

    .promotion_content img {
        max-width: none;
    }

    .new::before,
    .new2::before {
        border-width: 34px 50px;
    }

    .new::after,
    .new2::after {
        letter-spacing: 5px;
        top: 13px;
        left: -25px;
        width: 105px;
        height: 0;
        font-size: 1.7rem;
    }

    .swiper .swiper-slide {
        width: 100%;
    }

    /*.promotion .swiper-slide img {
        position: absolute;
        height: 170px;
    }*/

    .promotion_detail {
        height: 290px;
    }

    /* .promotion_detail p {
        font-size: 1.3rem;
    } */

    .pickup .pickup_content {
        flex-direction: column;
    }

    .promotion .btn_search {
        width: 90%;
        /* margin-top: 30px; */
        max-width: none;
        margin: 30px auto 0;
    }

    .promotion .btn::before {
        background-color: #fff;
    }

    .promotion .btn::after {
        border-top: solid 1px #fff;
        top: 25px;
    }

    .promotion .promotion_content img {
        max-width: none;
        width: 100%;
    }

    .cat_campaign {
        font-size: 1.3rem;
    }

    .cat_trip {
        font-size: 1.3rem;
    }

    .diagonal::before {
        right: 20px;
    }

    .diagonal::after {
        left: 20px;
    }

    .btn_detail {
        display: flex;
        height: 50px;
        max-width: none;
        width: 100%;
        border: 1px solid #9E8241;
        align-items: center;
    }

    .pickup h2 {
        /* margin-bottom: 60px; */
        margin: 30px auto 0;
    }

    .pickup h3,
    .pickup h4 {
        font-size: 2.2rem;
        margin: 0 0 20px 0;
    }

    .pickup_content {
        width: 100%;
    }

    .pickup_content li .btn::before {
        width: 35px;
        top: 25px;
        right: 28px;
    }

    .pickup_content li .btn::after {
        top: 20px;
        right: 30px;
    }

    .pickup .promotion_detail_inner .btn::before {
        background-color: #9E8241;
        top: 25px;
    }

    .pickup .promotion_detail_inner .btn::after {
        border-top: solid 1px #9E8241;
        top: 20px;
    }

    .pickup .promotion_detail_inner a {
        padding-left: 20px;
        color: #9E8241;
    }

    .pickup_content .btn_detail {
        font-size: 2rem;
    }

    .pickup_content .btn_detail a {
        padding: 6px 30px;
    }

    .pickup .promotion_detail_inner {
        padding: 25px 5% 5% 5%;
        height: initial;
    }

    .pickup_content li {
        width: 100%;
        margin-bottom: 0;
        height: 100%;
    }

    .swiper3 {
        overflow: hidden;
        padding-bottom: 20px;
    }

    /* .swiper_container {
        background-color: #fff;
    } */

    /* .swiper3 .swiper-wrapper:hover {
        box-shadow: 0 16px 44px -12px rgb(0 0 0 / 16%);
        transform: translateY(-14px);
        transition: .4s ease-out;
        border-radius: 5px;
        overflow: hidden;
    } */

    .pickup_content li:nth-of-type(4),
    .pickup_content li:nth-of-type(5),
    .pickup_content li:nth-of-type(6) {
        display: none;
    }


    .pickup .btn_search {
        width: 100%;
        margin-top: 30px;
        max-width: none;
    }

    #top .service .wrapper {
        width: 100%;
        overflow: hidden;
        padding-bottom: 0;
    }

    #top .service h2 {
        line-height: 1em;
        position: relative;
        left: 10%;
        margin-bottom: 70px;
        font-size: 4.5rem;
    }

    .service_title01 {
        margin-bottom: 0;
    }

    .service_title02 {
        font-size: 1.4rem;
    }

    .service_detail .service_back {
        font-size: 7rem;
    }

    .service .diagonal::after {
        top: 0;
        left: -40px;
    }

    .service .diagonal::before {
        left: initial;
        top: 140px;
        right: 40%;
    }

    .service_content p {
        font-size: 1.5rem;
        max-width: none;
        width: 100%;
        margin: 20px auto;
    }

    .service_content:first-of-type p {
        width: 90%;
    }

    .service_content {
        flex-direction: column-reverse;
        margin: 0;
        background-color: #F5F3EF;
    }

    .service_content:nth-child(even) {
        flex-direction: column-reverse;
        margin: 0;
    }

    .service_content:first-of-type {
        flex-direction: column-reverse;
        margin: 0;
        padding-left: 0;
        background-color: transparent;
    }

    .service_inner {
        width: 90%;
        /* margin-bottom: 60px; */
        margin: 50px auto 0;
    }

    .service_explanation .service_inner {
        margin: 0 auto;
        width: 100%;
    }

    .service_explanation .btn_search {
        max-width: none;
        position: relative;
        margin: 0 auto 40px auto;
        right: 0;
        bottom: 0;
        width: 90%;
    }

    .service_detail {
        width: 100%;
    }

    .service_detail_img {
        width: 100%;
    }

    .service_detail .btn_search {
        max-width: none;
        position: relative;
        bottom: 0;
        right: 0;
    }

    .service_content .service_detail_img {
        position: relative;
        box-shadow: -40px 40px #EAE1CD;
    }

    .service_content:nth-child(even) .service_detail_img {
        margin: auto 0 auto auto;
        position: relative;
        box-shadow: 40px 40px #EAE1CD;
    }

    .service_explanation .service_back {
        top: 70px;
        left: 8%;
        /* left: 50%;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%); */
    }

    .service_content .service_detail .service_back {
        right: 5%;
        /* top: 60px; */
        top: 25px;
        width: 90px;
        left: initial;
        opacity: 0.45;
    }

    .service_back {
        font-size: 9rem;
    }

    .service_content:nth-child(even) .service_back {
        left: 5%;
    }

    .service_content:nth-child(even) h3 {
        display: flex;
        justify-content: right;
    }

    h3 span {
        width: 220px;
        margin: 0 0 0 auto;
        display: flex;
        text-align: left;
    }

    .service_content:first-of-type img {
        max-width: none;
        height: auto;
        object-fit: cover;
        width: 100%;
    }

    .guide h2 {
        font-size: 3rem;
    }

    .guide h2 span {
        font-size: 2rem;
    }

    .guide .wrapper p {
        font-size: 1.5rem;
    }

    .page_menu_list li {
        font-size: 20px;
    }

    .guide_title:before,
    .guide_title:after {
        content: "";
        border-bottom: 2px solid;
        width: 44px;
        margin-right: 5px;
        margin-left: 5px;
        height: 2px;
    }

    .page_menu_list li a {
        padding: 24px 0px;
    }


    .imput_menu {
        display: none;
    }


    .question {
        margin-bottom: 0;
    }

    .question .wrapper {
        width: 90%;
    }

    .question .btn_search {
        max-width: none;
        width: 100%;
    }

    .answer_title {
        /* font-size: 2.2rem;
        text-decoration: underline 10px;
        text-decoration-color: #F8EDD1; */
    }

    .answer_detail {
        flex-direction: column;
    }

    .img_position_right {
        margin: 0;
    }

    .accordion_menu_content {
        width: 90%;
        margin: 5% auto;
        font-size: 2rem;
    }

    .accordion_menu {
        overflow-x: hidden;
        width: 100%;
        margin: 0 auto;
    }

    .accordion_menu a {
        display: block;
        padding: 15px;
        text-decoration: none;
        /* font-size: 14px; */
    }

    .accordion_menu .hum_content_menu {
        font-size: 14px;
    }

    .accordion_menu label span::after {
        content: "＋";
        right: 6%;
        /* right: 20px; */
        position: absolute;
        font-weight: normal;
        font-size: 2rem;
        font-weight: bold;
        color: #B7A075;
    }

    .accordion_menu #menu_bar01:checked+label span::after,
    .accordion_menu #menu_bar02:checked+label span::after,
    .accordion_menu #menu_bar03:checked+label span::after,
    .accordion_menu #menu_bar04:checked+label span::after,
    .accordion_menu #menu_bar05:checked+label span::after,
    .accordion_menu #menu_bar06:checked+label span::after {
        content: "ー";
    }

    .accordion_menu #menu_bar01:checked+label,
    .accordion_menu #menu_bar02:checked+label,
    .accordion_menu #menu_bar03:checked+label,
    .accordion_menu #menu_bar04:checked+label,
    .accordion_menu #menu_bar05:checked+label {
        background-color: #F8EDD1;
    }


    .accordion_menu label {
        display: flex;
        margin: 0;
        padding: 0 35px 0 0;
        color: #3B4043;
        cursor: pointer;
        font-size: 2rem;
        border: 1px solid #E8E8E8;
        font-weight: normal;
        line-height: 1.6;
    }

    .accordion_menu a.menu_link {
        display: inline;
        color: #FFFFFF;
        padding: 0;
    }

    .accordion_menu label span {
        display: flex;
        align-items: center;
        line-height: 1.6;
        padding-left: 10px;
    }

    .accordion_menu label .qu,
    .default_menu ul li a span {
        font-size: 2rem;
        color: #fff;
        background-color: #B7A075;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 15px 10px;
    }

    input {
        display: none;
    }

    .accordion_menu ul {
        margin: 0 0 15px 0;
        padding: 0;
        list-style: none;
    }

    .accordion_menu:nth-of-type(1) .new_menu {
        margin-top: 10px;
        border-top: 1px solid#AAB8D9;
    }

    .accordion_menu li {
        height: 0;
        overflow: hidden;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -ms-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
    }

    #menu_bar01:checked~#links01 li,
    #menu_bar02:checked~#links02 li,
    #menu_bar03:checked~#links03 li,
    #menu_bar04:checked~#links04 li,
    #menu_bar05:checked~#links05 li {
        height: auto;
        opacity: 1;
        border: #B7A075 3px solid;

        margin-top: 15px;
    }


    .insta_content {
        width: 90%;
        margin: 0 auto 50px;
        padding: 50px 0 0 0;
    }

    .insta_item {
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .insta_item li {
        width: 50%;
    }

    .insta_item li:nth-child(n+5) {
        display: none;
    }

    .btn_search_wt {
        display: flex;
        font-size: 2rem;
        max-width: none;
        width: 90%;
        margin: 0 auto;
        /* padding-bottom: 50px; */
    }

    .insta .btn::before {
        background-color: #A89052;
        width: 35px;
        top: 30px;
        right: 10px;
    }

    .insta .btn_search_wt a {
        position: initial;
        transform: initial;
    }

    .insta .btn::after {
        border-top: solid 1px #A89052;
        width: 10px;
        top: 25px;
        right: 12px;
    }

    .btn_search_wt a {
        padding: 10px 15px;
        max-width: none;
        width: 100%;
    }

    .page_menu_list {
        flex-direction: column;
    }

    .page_menu_list li {
        width: 100%;
    }

    #top .press .wrapper {
        padding: 50px 0;
    }

    .press h2 {
        text-align: left;
        margin-top: 0;
    }

    /* .press_list:last-of-type { */
    .press_list li:nth-of-type(4),
    .press_list li:nth-of-type(5),
    .press_list li:nth-of-type(6) {
        display: none;
    }

    .press_list {
        max-width: none;
    }

    .press_list li {
        /* flex-direction: column; */
        width: 100%;
    }

    .press_list li:nth-of-type(3) {
        border-bottom: none;
    }

    .press_list li:last-of-type {
        border-bottom: 1px solid #CDD6DD;
    }

    .press_list a {
        flex-direction: column;
    }

    .press .btn_search {
        width: 100%;
        margin-top: 20px;
        max-width: none;
    }

    .press .btn::before {
        background-color: #fff;
    }

    .press .btn::after {
        border-top: solid 1px #fff;
        top: 25px;
    }

    .banner_container .wrapper {
        width: 100%;
    }

    .banner_container .pickup_content {
        margin: 0 5%;
        width: 100%;
    }

    .contact h2 {
        font-size: 4rem;
    }

    .contact p {
        font-size: 1.6rem;
    }

    .contact span {
        display: block;
        margin-left: 0;
        font-size: 3.5rem;
    }

    .contact .page_menu_list li {
        width: 100%;
    }

    footer .wrapper {
        width: 90%;
    }

    .footer_title img:first-of-type {
        width: 10%;
    }

    .footer_title img:nth-of-type(2) {
        width: 60%;
    }

    .footer_title img:nth-of-type(3) {
        width: 30%;
    }

    .footer_title p {
        font-size: 1.6rem
    }

    .footer_content {
        flex-direction: column;
    }

    .footer_information {
        width: 100%;
    }

    .googlemap {
        width: 100%;
    }

    .footer_information_detail span {
        display: block;
    }

    .footer_sns {
        flex-direction: column;
    }

    .footer_sns li {
        width: 100%;
        margin-bottom: 30px;
    }

    .googlemap {
        max-width: none;
        height: 200px;
        padding: 0;
    }

    .footer_menu {
        flex-direction: column;
    }

    .footer_menu_room {
        max-width: none;
    }

    .map_search_detail {
        margin-right: 0;
        width: 50%;
    }

    .footer_menu_list {
        max-width: 325px;
    }

    .footer_newline>div {
        max-width: 325px;
    }

    .footer_menu_list:first-of-type {
        margin-right: 30px;
    }

    .footer_newline {
        display: flex;
        max-width: none;
        justify-content: flex-start;
    }

    #top footer .wrapper {
        padding: 22px 0;
    }

    #menu_bar07:checked~#links07 li,
    #menu_bar08:checked~#links08 li,
    #menu_bar09:checked~#links09 li,
    #menu_bar10:checked~#links10 li,
    #menu_bar11:checked~#links11 li,
    #menu_bar12:checked~#links12 li {
        height: 55px;
        opacity: 1;
        border-bottom: 1px solid #C9B797;
        position: relative;
    }

    #menu_bar08:checked~#links08 .footer_accordion {
        height: auto;
    }

    #menu_bar07:checked~#links07 li::before,
    #menu_bar08:checked~#links08 li::before,
    #menu_bar09:checked~#links09 li::before,
    #menu_bar10:checked~#links10 li::before,
    #menu_bar11:checked~#links11 li::before,
    #menu_bar12:checked~#links12 li::before {
        content: '';
        width: 8px;
        height: 8px;
        border: 0px;
        border-top: solid 2px #B7A075;
        border-right: solid 2px #B7A075;
        -ms-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        position: absolute;
        top: 50%;
        right: 15px;
        margin-top: -4px;
    }

    footer .accordion_menu #menu_bar08:checked~#links08 .footer_accordion {
        font-size: 1.4rem;
        position: initial;
        display: flex;
        flex-wrap: wrap;
        transition: none;
    }

    footer .accordion_menu .footer_search {
        color: #6F5F38;
    }

    .footer_search {
        background-color: #fff;
        position: relative;
        margin-bottom: 10px;
    }

    .footer_search::before {
        content: '';
        width: 8px;
        height: 8px;
        border: 0px;
        border-top: solid 2px #B7A075;
        border-right: solid 2px #B7A075;
        -ms-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        position: absolute;
        top: 50%;
        right: 14px;
        margin-top: -4px;
    }

    footer .accordion_menu .footer_accordion p {
        color: #3B4043;
        position: relative;
    }

    footer .accordion_menu .footer_accordion a {
        color: #3B4043;
        position: relative;
    }

    footer .accordion_menu .footer_accordion a::after {
        content: "|";
        position: absolute;
        right: 0;
    }

    footer .accordion_menu .footer_accordion a:last-of-type:after {
        content: none;
    }

    footer .accordion_menu label span::after {
        content: none;
    }

    footer .accordion_menu {
        margin-top: 30px;
    }

    footer .accordion_menu a {
        color: #5C4F3A;
    }

    footer .accordion_menu label a {
        color: #6F5F38;
    }

    footer .accordion_menu label {
        position: relative;
        background-color: #fff;
        color: #6F5F38;
        height: 50px;
        font-size: 1.6rem;
        font-weight: normal;
        border: none;
        margin: 0;
    }

    footer .accordion_menu ul {
        margin: 0 0 10px 0;
    }

    footer .accordion_menu #menu_bar07:checked+label,
    footer .accordion_menu #menu_bar08:checked+label,
    footer .accordion_menu #menu_bar09:checked+label,
    footer .accordion_menu #menu_bar10:checked+label,
    footer .accordion_menu #menu_bar11:checked+label,
    footer .accordion_menu #menu_bar12:checked+label {
        background-color: #8A7F70;
        color: #fff;
    }

    footer .accordion_menu #menu_bar07:checked+label a,
    footer .accordion_menu #menu_bar08:checked+label a,
    footer .accordion_menu #menu_bar09:checked+label a,
    footer .accordion_menu #menu_bar10:checked+label a,
    footer .accordion_menu #menu_bar11:checked+label a,
    footer .accordion_menu #menu_bar12:checked+label a {
        color: #fff;
    }

    footer .accordion_menu label::after {
        content: "＋";
        right: 2%;
        /* top: 30%; */
        top: 20%;
        position: absolute;
        font-weight: normal;
        font-size: 2rem;
        font-weight: bold;
        color: #B7A075;
    }

    footer .accordion_menu #menu_bar07:checked+label::after,
    footer .accordion_menu #menu_bar08:checked+label::after,
    footer .accordion_menu #menu_bar09:checked+label::after,
    footer .accordion_menu #menu_bar10:checked+label::after,
    footer .accordion_menu #menu_bar11:checked+label::after,
    footer .accordion_menu #menu_bar12:checked+label::after {
        content: "ー";
        color: #fff;
    }

    footer .accordion_menu .footer_search,
    footer .accordion_menu label {
        transition: .3s;
        font-size: 1.6rem;
    }

    footer .accordion_menu .footer_search:hover,
    footer .accordion_menu label:hover {
        background-color: #e7e4dd;
    }

    .insta .btn_search_wt {
        margin: 0 auto;
    }

    .copyright img {
        display: none;
    }
}

@media screen and (min-width: 640px) {
    .sp_only {
        display: none !important;
    }
}

@media screen and (max-width: 550px) {
    .service .diagonal::before {
        right: 30%;
    }
}

@media screen and (max-width: 450px) {
    /* .banner_container .pickup_content li {
        width: 85%;
    } */

    .press_detail p {
        font-size: 1.4rem;
    }

    .btn_search a {
        font-size: 1.8rem;
    }

    .service .diagonal::before {
        right: 20%;
    }


}

@media screen and (max-width: 400px) {
    .service .diagonal::before {
        right: 15%;
    }

    .business_license {
        font-size: 1.3rem;
    }
}

@media screen and (max-width: 370px) {
    .btn_search a {
        font-size: 1.5rem;
    }

    .service .diagonal::before {
        right: 5%;
    }
}


@media screen and (max-width: 370px) {
    .pickup h4 {
        font-size: 2.1rem;
    }

    .pickup .promotion_detail_inner p {
        font-size: 1.4rem;
    }
}


/*お客様確認サイトマップ用CSS ここから*/

.kakunin-sitemap a {
    font-size: 14px;
}


.kaisou-1 {
    border: 1px solid #c3bbac;
}

.kaisou-2 {
    border: 1px solid #c3bbac;
    border-top: none;
    padding-left: 30px;
    background: #F6A060;
}

.kaisou-3 {
    border: 1px solid #c3bbac;
    border-top: none;
    padding-left: 60px;
    background: #F9BF92;
}

.kaisou-4 {
    border: 1px solid #c3bbac;
    border-top: none;
    padding-left: 80px;
    background: #FEF2CC;
}

.kaisou-1 a,
.kaisou-2 a {
    font-size: 16px;
}

.kaisou-3 a,
.kaisou-4 a,
.kaisou-5 a {
    font-size: 14px;
}

/*お客様確認サイトマップ用CSS ここまで*/

@media print {
    .no_print {
        display: none;
    }
}

/* フォームでの送信できない場合の文言用CSS */

.wpcf7-form .alert,
.wpcf7 .alert {
    text-align: center;
    font-weight: 700;
    margin: 5px;
    color: #3B4043 !important;
    padding-top: 26px;
}

.alert+.alert {
    padding-top: 0px;
}


/* フォームでの送信できない場合の文言用CSSここまで */