@import url('https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

header .flex .btn-head img {
    width: 11.765vw;
    height: 2.2795vw;
}

.top_btn_wrap {
    text-align: center;
    padding: 2.941vw 0;
}

.top_btn_wrap a img {
    width: 35.368vw;
    margin: auto;
}

.cta_inner {
    position: relative;
}

.cta_btn {
    position: absolute;
    bottom: 2.5vw;
    right: 45%;
    width: 40.589vw;
    display: flex;
}

.cta_btn a {
    display: block;
    margin: 0 4px 10px;
}

/*  vwここまで  */

.cta_inner.cta2 {
    background: url(../img/new/cta2_bg.jpg);
    background-size: 100%;
    padding-bottom: 2.206vw;
}
.btn_cta {
    width: 52.574vw;
    margin: auto;
}

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

.btn_clm_3 a {
    width: 32%;
}

.tel_btn_wrap {
    margin-bottom: 2%;
}

.section_2 .inner {
    position: relative;
}

.inner {
    width: 925px;
    margin: auto;
}

.bnr_wrap {
    width: 828px;
    margin: 20px auto;
    overflow: hidden;
}

.swiper-button-next, .swiper-rtl .swiper-button-prev,
.swiper-button-prev, .swiper-rtl .swiper-button-next {
    width: 32px !important;
    height: 32px !important;
    top: 55%;
}

.swiper-button-next:after, .swiper-rtl .swiper-button-prev.bnr_slide:after {
    content: "";
    background: url(../img/new/next_1.png);
    width: 32px !important;
    height: 32px !important;
    background-size: 100%;
}

.swiper-button-prev:after, .swiper-rtl .swiper-button-next.bnr_slide:after {
    content: "";
    background: url(../img/new/prev_1.png);
    width: 32px !important;
    height: 32px !important;
    background-size: 100%;
}

.flyer_inner ul {
    display: flex;
    justify-content: space-around;
    width: 90%;
    margin: auto;
}

li.item {
    margin: 0 9px;
}

li.item:first-child {
    margin: 0 9px 0 0;
}

li.item:last-child {
    margin: 0 0 0 9px;
}

li.item h3 {
    text-align: center;
    color: #004B31;
    text-align: center;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-size: 18px;
    font-weight: 700;
}

.flyer_ttl {
    width: 333px;
    margin: 50px auto 15px;
}

.section_4 {
    padding-bottom: 50px;
}

.section_6 {
    background: #FF7B43;
}

.pickup_ttl {
    width: 784px;
    margin: auto;
}

.pickup_inner .block {
    width: 100%;

    .swiper-container.pick_slide {
        position: relative;
    }
}

div#mv {
    padding: 70px 0 0;
}

.pickup_inner {
    width: 100%;
    overflow: hidden;
}

.pickup_card {
    padding: 24px 24px 0;
    background: #fff;
    border-radius: 20px 20px 0 0;

    tr {
        display: block;
        margin-bottom: 8px;
    }

    th {
        background: #353535;
        color: #fff;
        text-align: center;
        font-weight: 300;
        width: 92px;
        font-size: 14px;
        vertical-align: middle;
    }

    td {
        padding-left: 8px;
    }
}

.pick_img img {
    width: 100%;
    height: 180px;
    object-fit: cover;
}

h3.matchHeight-01 {
    color: #FF944C;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 900;
    padding: 8px 0;
}

.price {
    display: flex;
    justify-content: space-between;
    background: #FF5314;
    border-radius: 0 0 20px 20px;
    line-height: 54px;
    padding: 0 20px;
}

.price span {
    color: #fff;
    font-size: 16px;
    font-weight: 300;
    text-shadow: none;
}

.pick_txt_wrap {
    padding: 50px 0;
}

.sev_flex {
    display: flex;
    width: 90%;
    max-width: 1000px;
    margin: 0 auto 50px;
    flex-wrap: wrap;
}

.case_item {
    width: 31%;
}

.img_slide_inner {
    width: 966px;
    margin: auto;
}

.mov_ttl {
    width: 608px;
    margin: 0 auto 20px;
}

.mov_clm_3 {
    width: 830px;
    display: flex;
    margin: auto;
}

.mov {
    width: 31%;
}

.mov:first-child {
    width: 31%;
    margin-left: 0;
}

.mov:last-child {
    width: 32%;
    margin-right: 0;
}


.iframe-wrapper {
    position: relative;
    padding-bottom: 56.5%;
    height: 0;
    overflow: hidden;
}

.iframe-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.mov {
    width: 32%;
    margin: auto;
    height: auto;
}

iframe {
    width: 100%;
}

.mov_btn_wrap {
    width: 230px;
    margin: 20px auto;
}

.insta_wrap {
    display: flex;
    width: 100%;
}

.insta_ttl {
    width: 35%;
    margin-left: 5%;
}

.insta_inner {
    width: 56%;
    margin-left: 3%;
    margin-right: 1%;
}

.instagram-gallery__actions {
    display: none;
}

.cta3 {
    padding: 70px 0;
    background: url(../img/new/cta3_bg.png);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: bottom;
}

.cta_img {
    width: 90%;
    margin: auto;
}

.shop_wrap {
    background: url(../img/new/shop_bg.jpg);
    padding-bottom: 60px;
}

.shop_inner {
    width: 100%;
    overflow: hidden;
}

.shop_ttl {
    width: 767px;
    margin: auto;
    padding: 24px 0 0;
}

.shop_card {
    background: #fff;
    padding: 24px;
    border-radius: 20px 20px;
    min-height: 445px;
}

.shop_txt h3 {
    color: var(--2, #FF5314);
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    margin: 22px 0 6px;
}

.section_14 {
    padding: 70px 0;
    background: #F6F6F6;
}

.details {
    width: 685px;
    margin: auto;
}

.details table {
    width: 100%;
}

.details tr {
    display: flex;
    padding: 10px 0;
    border-bottom: solid 1px #CBCBCB;
}

.details th {
    width: 24%;
    color: #898989;
}

.details td {
    width: 76%;
    color: #353535;
    font-family: "Zen Kaku Gothic New", sans-serif;
}

.details h2 {
    color: #353535;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-size: 25px;
    font-style: normal;
    font-weight: 700;
    margin-bottom: 50px;
    text-align: center;
}

.details h3 {
    position: relative;
    color: #353535;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    margin-bottom: 5px;
    padding-left: 10px;
}

.details h3:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 3px;
    height: 100%;
    background: #353535;
}

.company_wrap {
    margin-bottom: 32px;
}

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

.detail_inner {
    width: 48%;
    margin-bottom: 8%;
}

.detail_inner:nth-child(3),
.detail_inner:nth-child(4) {
    width: 48%;
    margin-bottom: 0;
}

.contact {
    background-color: #fff;
}

.contact_wrap {
    width: 100%;
    padding: 50px 100px 30px;
    background: url(../img/new/sec1_bg.jpg);
    background-size: auto;
    background-repeat: repeat;
}

.contact .wpcf7-form {
    margin-top: 25px;
    padding: 15px 40px;
}

.contact .form__wrap .form__row .form__label {
    width: 30%;
}

p.form__body {
    width: 70%;
}

select.wpcf7-form-control.wpcf7-select {
    width: 100% !important;
}

.date_flex {
    display: flex;
    justify-content: space-between;
    width: 70%;
}

.contact .form__wrap .form__row {
    justify-content: flex-start;
}

input#your-email,
input#your-tel,
input#your-name {
    width: 100%;
}

input#your-email {
    margin-bottom: 0;
}

span.red {
    color: #ED4024;
    font-size: 14px;
}

.contact .info {
    margin-left: 30%;
}

textarea#your-message {
    width: 100%;
    height: 100px;
}

input[type=submit] {
    background: #004B31;
    width: 322px;
    height: 50px;
    text-align: center;
    color: #fff;
    margin: auto;
}

.form_btn p {
    width: 100%;
    display: flex;
    flex-direction: column;
}

div#contact_confirm .form__row {
    height: 45px;
}

a.fly_btn {
    width: 280px;
    display: block;
    margin: 30px auto 0;
}

.swiper-container.shop_slide {
    position: relative;
}

.swiper-button-next.shop_slide {
    width: 22px !important;
    height: 184px !important;
    top: 40%;
    right: 0;
}

.swiper-button-prev.shop_slide {
    width: 22px !important;
    height: 184px !important;
    top: 40%;
    left: 0;
}

.swiper-button-next.img_slide {
    width: 22px !important;
    height: 184px !important;
    top: 50%;
    right: 5%;
}

.swiper-button-prev.img_slide {
    width: 22px !important;
    height: 184px !important;
    top: 50%;
    left: 5%;
}

.swiper-button-next.shop_slide:after,
.swiper-button-next.imgs_slide:after {
    background: url(../img/new/next_2.png);
    width: 22px !important;
    height: 184px !important;
    background-size: contain;
    z-index: 3;
}

.swiper-button-prev.shop_slide:after,
.swiper-button-prev.imgs_slide:after {
    background: url(../img/new/prev_2.png);
    width: 22px !important;
    height: 184px !important;
    background-size: contain;
    z-index: 3;
}

.top_btn {
    width: 200px;
    margin: 0 auto 50px;
}

.contact.confirm .contact_wrap {
    padding-top: 150px;
}

.btn-thanks {
    width: 300px;
    margin: 50px auto;
    padding: 15px 0;
    text-align: center;
    color: #fff;
    background: #004b31;
}

p.thanks_p {
    margin: 50px 0 0;
    text-align: center;
}

p.wht.sml {
    text-align: center;
    color: #fff;
    font-size: 12px;
    margin-top: 20px;
}

input.wpcf7-form-control.wpcf7-previous {
    width: 320px;
    padding: 10px 0;
    margin: auto;
    text-align: center;
    background: #ddd;
}

/*  pc new  */

.top_txt_wrap {
    background: #ffff01;
}

.top_txt_wrap p {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #22926C;
    font-weight: 700;
    font-size: 19px;
}

.top_txt_wrap p span {
    color: #ffff01;
    background: #22926C;
    padding: 0 15px;
    letter-spacing: 1px;
    margin: 0 5px;
}

.top_txt_wrap p img {
    width: 79px;
}

.section_1 {
    background: url(../img/new/sec1_bg.jpg);
    background-size: auto;
    background-repeat: repeat;
    padding-bottom: 1px;
}

.sec1_ttl_wrap {
    width: 760px;
    margin: auto;
    padding: 35px 0 18px;
}

.img_wrap {
    position: relative;
}

.img_in_txt.top {
    color: #577A6E;
    text-shadow: 0 0 4px #fff, 0 0 4px #fff, 0 0 4px #fff, 0 0 4px #fff, 0 0 4px #fff, 0 0 4px #fff, 0 0 4px #fff, 0 0 4px #fff, 0 0 4px #fff, 0 0 4px #fff, 0 0 4px #fff;
    font-family: "Zen Kaku Gothic New",sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 27px;
    position: absolute;
    top: 5px;
    left: 10px;
}

.img_in_txt.btm {
    color: #577A6E;
    text-shadow: 0 0 4px #fff, 0 0 4px #fff, 0 0 4px #fff, 0 0 4px #fff, 0 0 4px #fff, 0 0 4px #fff, 0 0 4px #fff, 0 0 4px #fff, 0 0 4px #fff, 0 0 4px #fff, 0 0 4px #fff;
    font-family: "Zen Kaku Gothic New",sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 27px;
    position: absolute;
    bottom: 5px;
    left: 10px;
    letter-spacing: -1px;
}

.case_item {
    margin: 0 7.5px 15px;
    background: #EFEFEF;
}

.price_1 {
    padding: 8px 15px;
    color: #22926C;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.pr_th {
    font-weight: 700;
}

.pr_td {
    font-weight: 900;
    font-family: "Barlow", serif;
    font-style: normal;
    font-size: 30px;
    color: #22926C;
    text-shadow: 0 0 4px #fff, 0 0 4px #fff, 0 0 4px #fff, 0 0 4px #fff, 0 0 4px #fff, 0 0 4px #fff, 0 0 4px #fff, 0 0 4px #fff, 0 0 4px #fff, 0 0 4px #fff, 0 0 4px #fff, 5px 5px 0 #B8D7CD, 5px 5px 0 #B8D7CD;
}

.price_2 {
    margin: 0 15px;
    padding: 0 0;
    border-top: solid 1px #E0E0E0;
    font-weight: 900;
    font-family: "Barlow", serif;
    font-style: normal;
    font-size: 48px;
    color: #22926C;
    text-shadow: 0 0 4px #fff, 0 0 4px #fff, 0 0 4px #fff, 0 0 4px #fff, 0 0 4px #fff, 0 0 4px #fff, 0 0 4px #fff, 0 0 4px #fff, 0 0 4px #fff, 0 0 4px #fff, 0 0 4px #fff, 5px 5px 0 #B8D7CD, 5px 5px 0 #B8D7CD;
}

.section_2 {
    position: relative;
}

.section_2:before {
    content: "";
    background: url(../img/new/sec2_before.png);
    width: 150px;
    height: 150px;
    position: absolute;
    right: 0;
    top: -70px;
    background-size: contain;
}

.section_3 {
    background: url(../img/new/sec3_bg.jpg);
    background-size: cover;
    padding: 50px 0 75px;
}

.sec3_ttl_wrap {
    width: 850px;
    margin: auto;
    padding-left: 50px;
}

.sec3_item .flex_wrap {
    display: flex;
    margin: auto;
}

.point_txt p {
    margin-left: 20px;
    margin-top: 15px;
    line-height: 175%;
    font-weight: 500;
}

.point_img {
    width: 30%;
}

.point_txt.left {
    width: 66%;
    margin-right: 4%;
}

.point_txt.right {
    width: 66%;
    margin-left: 4%;
}

.sec3_item {
    padding: 50px 0;
    border-bottom: solid 1px #22926C;
    max-width: 1000px;
    width: 90%;
    margin: auto;
}

.sec3_item.last-child {
    border: none;
}

.more_btn {
    max-width: 344px;
    margin: auto;
}

.sec4_ttl_wrap {
    width: 488px;
    margin: 23px auto;
}

.flex_3 {
    display: flex;
    max-width: 1000px;
    width: 90%;
    margin: auto;
}

.item {
    margin: 0 10px 50px;
}

.section_4 {
    padding-bottom: 50px;
    background: url(../img/new/sec1_bg.jpg);
    background-size: auto;
    background-repeat: repeat;
    padding-top: 23px;
}

.sev.only-pc {
    max-width: 985px;
    width: 90%;
    margin: auto;
    overflow: hidden;
}

.ex_item {
    padding: 15px;
    background: #23926c;
    color: #fff;
    width: 100%;
}

.ex_day {
    display: flex;
    margin: 10px 0;
}

p.ex_th {
    background: #fff;
    color: #23926c;
    padding: 2px 9px;
    margin-right: 8px;
}

.ex_cat {
    margin-bottom: 10px;
}

p.ex_name {
    margin-bottom: 10px;
    font-weight: 700;
    font-size: 18px;
    min-height: 85px;
}

.detail_btn a {
    display: block;
    color: #23926c;
    background: #fff;
    text-align: center;
    width: 90%;
    max-width: 187px;
    height: 38px;
    padding: 7px;
    margin: auto;
    border-radius: 20px;
    filter: drop-shadow(2px 2px 0px rgba(0, 0, 0, 0.25));
}

.section_5 {
    padding: 70px 0;
    background: url(../img/new/sec5_bg.jpg);
    background-size: cover;
}

.sec5_ttl_wrap {
    width: 160px;
    margin: 0 auto 50px;
}

.qa_contents {
    padding-top: 150px;
    margin: -100px 0 150px;
}

/* FAQ */


.cp_qa .cp_actab {
    position: relative;
    overflow: hidden;
    width: 100%;
    margin: 0 0 30px 0;
    color: #fcfcfc;
    box-shadow: rgb(0 0 0 / 10%) 0px 5px 29px;
}
.cp_qa .cp_actab {
    position: relative;
    overflow: hidden;
    width: 100%;
    margin: 0 0 16px 0;
    color: #fcfcfc;
}
.cp_qa .cp_actab input {
	position: absolute;
	opacity: 0;
}
/* 質問 */
.cp_qa .cp_actab label {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.6em;
    position: relative;
    display: block;
    margin: 0 0 0 0;
    padding: 1em 3em 1em 3.5em;
    cursor: pointer;
    text-indent: 1em;
    background: #f5f5f5;
    color: #212121;
    border: solid 2px #23926c;
}
.cp_qa .cp_actab label::before {
    width: 43px;
    height: 43px;
    content: '';
    background: url(../img/new/qa3.svg);
    background-size: 100%;
    position: absolute;
    left: 20px;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0,-50%);
}
.cp_qa .cp_actab label:hover {
    transition: all 0.3s;
    color: #23926c;
}
/* --質問の＋アイコン */
.cp_qa .cp_actab label::after {
    font-size: 1.7em;
    font-weight: bold;
    line-height: 2em;
    position: absolute;
    top: 50%;
    right: 20px;
    content: '';
    background: url(../img/new/qa1.png);
    background-size: contain;
    display: inline-block;
    width: 20px;
    height: 14px;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}
/* 答え */
.cp_qa .cp_actab .cp_actab-content {
	position: relative;
	overflow: hidden;
	max-height: 0;
	padding: 0 0 0 2.5em;
	-webkit-transition: max-height 0.2s;
	transition: max-height 0.2s;
}
.cp_qa .cp_actab .cp_actab-content::before {
    width: 43px;
    height: 43px;
    content: '';
    background: url(../img/new/qa4.svg);
    background-size: 100%;
    position: absolute;
    left: 20px;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0,-50%);
}
.cp_qa .cp_actab .cp_actab-content p {
    margin: 1em 1em 1em 2.5em;
    color: #fff;
    font-weight: 400;
}

p.qa_anc {
    color: #343434;
}
/* 質問を開いた時の仕様 */
/* --答えの高さ */
.cp_qa .cp_actab input:checked ~ .cp_actab-content {
    max-height: 40em;
    background: #23926c;
}
/* 質問をクリックした時のアイコンの動き */
.cp_qa .cp_actab input:checked ~ label {
    border: solid 2px #23926c;
}
/* 質問をクリックした時の+の動き */
.cp_qa .cp_actab input[type=checkbox]:checked + label::after {
    background: url(../img/new/qa2.png);
    background-size: contain;
	-webkit-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
}

.section_6 {
    padding-bottom: 50px;
    background: url(../img/new/sec1_bg.jpg);
    background-size: auto;
    background-repeat: repeat;
    padding-top: 23px;
    position: relative;
}

.section_6 article {
    position: relative;
    z-index: 3;
}

.sec6_btm {
    position: absolute;
    bottom: 0;
    right: 0;
}

.sec6_ttl_wrap {
    width: 488px;
    margin: auto;
}

.faq_wrap {
    max-width: 742px;
    margin: 0 auto 37px;
    text-align: left;
}

.section_7 {
    position: relative;
    padding: 34px 0 70px;
    background: url(../img/new/sec7_bg.jpg);
    background-size: cover;
}

.sec7_ttl_wrap {
    width: 524px;
    margin: 0 auto 12px;
}

.img_slide_wrap {
    position: relative;
    max-width: 1000px;
    width: 100%;
    margin: auto;
}

.img_slide_inner {
    max-width: 966px;
    width: 90%;
    margin: 0 auto 37px;
    overflow: hidden;
}

.swiper-button-next.imgs_slide {
    right: 2%;
    top: 50%
}

.swiper-button-prev.imgs_slide {
    left: 2%;
    top: 50%
}

.section_8 {
    position: relative;
    padding: 57px 0 67px;
    background: url(../img/new/sec1_bg.jpg);
    background-size: cover;
}

.img_slide_ttl {
    width: 508px;
    margin: 0 auto 35px;
}

.step {
    width: 68.52941176470588vw;
    margin: 0 auto 50px;
}

.footer_content {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    width: 87vw;
    margin: auto;
}

.f-logo {
    color: var(--3, #212121);
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-size: 26px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    text-align: left;
    width: 132px;
    margin-left: 12px;
    margin-bottom: 10px;
}

.f-menu ul li a {
    margin: 10px;
}

.f-menu ul {
    display: flex;
}

.right_footer {
    text-align: right;
    color: #333;
}

.right_footer p.corp_name {
    font-weight: 700;
    margin-bottom: 14px;
    font-size: 16px;
    font-style: normal;
    line-height: 13.6px; /* 85% */
    letter-spacing: 0.96px;
}

footer.footer {
    padding: 70px 0;
    background: #EEF6F3;
}

.right_footer p {
    text-align: right;
    color: #333;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 14px; /* 116.667% */
    letter-spacing: 0.84px;
}

.flex_wrap.only-sp {
    display: none;
}

.pc_menu {
    padding: 12px 0 9px;
    background: #23926c;
}

.pc_menu ul {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}

.pc_menu ul li {
    border-left: solid 1px;
    padding: 0 24px 0 23px;
}

.pc_menu ul li:first-child {
    border-left: unset;
}

.page_mv_wrap {
    padding-top: 114px;
}

.voice_card {
    padding: 16px 14px 25px;
    background: #fff;
}

.voi_ttl {
    position: relative;
    background: #22926C;
    padding: 0.368vw;
}

.voi_ttl:after {
    content: "";
    position: absolute;
    background: url(../img/voice/vo_ttl_after.png);
    background-size: cover;
    width: 19px;
    height: 11px;
    bottom: -11px;
    left: 3.088vw;
}

.voi_ttl h3 {
    color: #FFF;
    text-align: center;
    font-family: "Zen Kaku Gothic New",sans-serif;
    font-size:  min(1.324vw, 18px);
    font-style: normal;
    font-weight: 700;
}

.voi_txt_box {
    padding: 20px 0 16px;
    min-height: 170px;
}

.voi_txt_box p {
    font-size: min(1.029vw, 14px);
}

.voi_name_wrap {
    position: relative;
}

.voi_name_wrap img {
    position: absolute;
    bottom: 0;
    right: 120px;
    width: 40px;
}

.voi_name {
    width: 185px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-left: auto;
    background: #F1F1F1;
}

p.voi_p {
    padding-right: 14px;
}

.section_5 .more_btn_wrap {
    margin-top: 50px;
}

.f-menu ul {
    flex-wrap: wrap;
}

@media (min-width:  1200px) {

    .voi_ttl {
        position: relative;
        background: #22926C;
        padding: 5px 5px;
    }

    .f-menu ul li a {
        margin: 5px;
        font-size: min(1.5vw, 16px);
    }
    
}

@media (max-width:  1199px) {

    .f-menu ul li a {
        margin: 5px;
        font-size: min(1.5vw, 16px);
    }

}

@media (max-width: 767px) {

    .page_mv_wrap {
        padding-top: 0;
    }


    .flex_wrap.only-pc {
        display: none;
    }

    .flex_wrap.only-sp {
        display: flex;
        flex-direction: column;
    }

    .sec4_ttl_wrap {
        width: 100%;
        margin-left: -5%;
        overflow: hidden;
    }

    .sec5_ttl_wrap {
        width: 130px;
        margin: 0 auto 50px;
    }

    .sec6_ttl_wrap {
        width: 100%;
        margin-left: -5%;
        overflow: hidden;
    }

    .section_4 .sev.only-sp,
    .section_5 .sev.only-sp {
        margin-bottom: 32px;
    }

    .point_img {
        width: 60%;
        margin: 5px auto 14px;
    }

    .header .flex .logo .mainLogo {
        display: block;
        width: 135px;
        height: 34px;
        background-image: url(../img/new/sp/logo.svg);
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
    }

    .hamburger-menu {
        position: fixed;
        top: 20px;
        right: 20px;
        width: 20px;
        height: 35px;
        padding-bottom: 20px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        cursor: pointer;
        z-index: 10;
    }

    input.wpcf7-form-control.wpcf7-previous {
        width: 100%;
        height: 50px;
    }

    .btn-head_sp {
        width: 60%;
        margin: auto;
    }

    .btn-head_sp a {
        margin-bottom: 10px;
        display: block;
    }

    .hamburger-menu .bar {
        width: 100%;
        height: 2px;
        background-color: #23926c;
        transition: all 0.3s ease;
    }

    .header {
        top: 0;
        height: 0;
        background-color: none;
    }

    .img_slide_ttl {
        width: 95%;
        margin-left: 0;
    }

    .swiper-container.sec7_slide {
        margin-bottom: 47px;
    }

    .menu {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: #ffffffeb;
        color: white;
        padding-top: 50px;
        transform: translateX(+200%);
        transition: transform 0.3s ease;
        z-index: 9;
    }

    .menu ul {
        list-style: none;
        padding-left: 0px;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        width: 87vw;
        margin: 23vw auto;
        position: relative;
    }

    .menu ul li {
        padding: 20px 0;
        text-align: left;
        width: 100%;
        border-top: solid #CBE4DB 1px;
        color: #22926C;
    }

    .menu ul li a {
        color: #004B31;
        font-family: "Zen Kaku Gothic New",sans-serif;
        font-size: 21px;
        font-style: normal;
        font-weight: 700;
    }

    .top_txt_wrap p {
        display: inline-block;
        text-align: center;
        width: 80%;
        margin: 0 10%;
    }

    .top_txt_wrap p img {
        position: absolute;
        width: 60px;
        bottom: 0;
    }

    .top_txt_wrap {
        padding: 5px 0;
        position: relative;
    }

    .cta_btn {
        flex-direction: column;
        width: 90%;
    }

    .sec1_ttl_wrap {
        width: 95%;
    }

    .section_1 {
        padding-bottom: 67px;
    }

    .sec3_ttl_wrap {
        width: 90%;
        margin: auto;
        padding-left: 25px;
    }

    .close-btn {
        position: absolute;
        top: 20px;
        right: 20px;
        background: none;
        border: none;
        color: white;
        font-size: 30px;
        cursor: pointer;
    }

    .logo_sp_menu {
        width: 60%;
        margin: 20% auto 0;
    }

    .menu.open {
        transform: translateX(0);
    }

    .hamburger-menu.open .bar:nth-child(1) {
        transform: rotate(45deg) translate(3px, 3px);
    }

    .hamburger-menu.open .bar:nth-child(2) {
        opacity: 0;
    }

    .hamburger-menu.open .bar:nth-child(3) {
        transform: rotate(-45deg) translate(6px, -6px);
    }

    .hamburger-menu:before {
        content: "";
        position: absolute;
        width: 60px;
        height: 50px;
        background: #FFF;
        top: -20px;
        right: -20px;
        z-index: -1;
    }

    .hamburger-menu.open:before {
        content: "";
        position: absolute;
        width: 60px;
        height: 50px;
        background: #22926C;
        top: -20px;
        right: -20px;
        z-index: -1;
    }

    .hamburger-menu.open .bar {
        background-color: #fff;
    }

    p.logo {
        text-align: center;
    }

    .f-menu ul {
        flex-direction: column;
        align-items: center;
        justify-content: center;
        margin: auto;
    }

    .left_footer {
        width: 100%;
    }

    .f-menu ul li {
        margin: 8px 0;
        text-decoration: underline;
    }

    .right_footer {
        text-align: center;
        width: 100%;
    }

    p.corp_name,
    .right_footer p {
        text-align: center;
    }

    .right_footer {
        margin-top: 40px;
    }

    footer.footer {
        padding: 20px 0 70px;
    }

    .section_3 {
        background: url(../img/new/sp/sec3_bg.jpg);
        background-size: 100%;
    }

    .cta_btn {
        width: 90vw;
        right: 5vw;
        bottom: 3vw;
    }

    .top_btn_wrap a img {
        width: 90%;
    }

    .flyer_inner ul {
        flex-direction: column;
        width: 80%;
    }

    .sp-slide {
        position: relative;
        padding: 180px 0 0;
        width: 100%;
        margin: auto;
        overflow: hidden;
    }

    .sp-slide .swiper-container.point_slide {
        width: 86%;
        padding: 5%;
        margin: auto;
    }

    .swiper-button-next, .swiper-rtl .swiper-button-prev, .swiper-button-prev, .swiper-rtl .swiper-button-next {
        width: 22px !important;
        height: 184px !important;
        transform: translate(0, -50%);
    }

    .swiper-button-prev, .swiper-rtl .swiper-button-next {
        left: 0px;
        right: auto;
    }

    .swiper-button-next, .swiper-rtl .swiper-button-prev {
        right: 0px;
        left: auto;
    }

    .swiper-button-prev.sec7_slide,
    .swiper-button-next.sec7_slide,
    .swiper-button-next.default_slide,
    .swiper-button-prev.default_slide {
        top: 60%;
    }


    .swiper-button-prev:after, .swiper-rtl .swiper-button-next.bnr_slide:after {
        content: "";
        background: url(../img/new/prev_2.png);
        width: 22px !important;
        height: 184px !important;
        background-size: 100%;
        background-repeat: no-repeat;
    }

    .swiper-button-next:after, .swiper-rtl .swiper-button-prev.bnr_slide:after {
        content: "";
        background: url(../img/new/next_2.png);
        width: 22px !important;
        height: 184px !important;
        background-size: 100%;
        background-repeat: no-repeat;
    }

    .pickup_inner {
        width: 100%;
    }

    .pickup_inner .block {
        width: 100%;
        padding: 0;
    }

    .swiper-container.pick_slide {
        width: 100%;
        padding: 0 5%;
    }

    .pickup_ttl {
        width: 90%;
        padding-top: 30px;
    }

    .sev.only-sp {
        width: 100%;
        margin: auto;
        position: relative;
        overflow: hidden;
    }

    .swiper-container.sev_slide {
        width: 100%;
        padding: 0 5%;
    }

    .merit_1 {
        position: relative;
        width: 100%;
        overflow: hidden;
    }

    .merit_6 {
        position: relative;
        width: 100%;
        overflow: hidden;
    }

    .swiper-container.default_slide {
        width: 90%;
        padding: 5%;
        margin: auto;
    }

    .mov_clm_3 {
        width: 100%;
        flex-direction: column;
    }

    .cta3 {
        padding: 40px 0;
    }

    .cta_img {
        width: 85%;
    }

    .mov_ttl {
        width: 70%;
    }

    .mov_clm_3 {
        position: relative;
    }

    .mov {
        width: 60%;
        margin: 0 auto 20px;
        height: auto;
    }

    .mov:first-child {
        width: 60%;
        margin-left: 0;
    }

    .mov:last-child {
        width: 60%;
        margin-right: 0;
    }

    .mov_clm_3:before {
        content: "";
        top: 0;
        right: 0;
        position: absolute;
        width: 170px;
        height: 193px;
        background: url(../img/new/sp/mov_be_1.png);
        background-size: cover;
        z-index: 5;
    }

    .mov_clm_3:after {
        content: "";
        bottom: 0;
        left: 0;
        position: absolute;
        width: 170px;
        height: 193px;
        background: url(../img/new/sp/mov_be_2.png);
        background-size: cover;
        z-index: 5;
    }

    .shop_ttl {
        width: 90%;
    }

    .shop_inner {
        width: 100%;
        overflow: hidden;
        position: relative;
    }

    .swiper-container.shop_slide {
        width: 95%;
        padding: 5%;
        margin: auto;
    }

    .details {
        width: 90%;
        margin: auto;
    }

    .details tr {
        flex-direction: column;
    }

    li.item:first-child {
        margin: 0 9px;
    }
    
    li.item:last-child {
        margin: 0 9px;
    }

    .details th {
        width: 100%;
    }

    .details td {
        width: 100%;
    }

    .shop_detail {
        flex-direction: column;
    }

    .detail_inner,
    .detail_inner:nth-child(3), 
    .detail_inner:nth-child(4) {
        width: 100%;
        margin-bottom: 8%;
    }

    .contact_wrap {
        width: 100%;
        margin: 10px auto 0;
        padding: 20px 20px;
    }

    .contact .wpcf7-form {
        margin-top: 15px;
    }

    .contact .form__wrap .form__row .form__label {
        width: 100%;
    }

    .contact .info {
        margin-left: 0;
    }

    .cta_inner.cta2 {
        background: url(../img/new/sp/cta2_bg.jpg);
        background-size: cover;
        padding: 50px 0 40px;
    }

    .btn_cta {
        width: 85%;
    }

    .tel_btn_wrap {
        margin-bottom: 15px;
    }

    .btn_clm_3 {
        flex-direction: column;
    }

    .btn_clm_3 a {
        width: 70%;
        margin: 0 auto 15px;
    }

    select.wpcf7-form-control.wpcf7-select {
        min-width: 70px;
    }

    .contact .form__wrap .form__row .form__body {
        width: 100%;
        line-height: 1.5;
    }

    span.info {
        line-height: 1.5;
        display: block;
    }

    input[type=submit] {
        background: #004B31;
        width: 100%;
        height: 50px;
        text-align: center;
        color: #fff;
        margin: auto;
    }

    .float_btn {
        width: 50%;
    }

    div#mv {
        padding: 0 0 0;
    }

    .img_slide_inner {
        width: 90%;
        overflow: hidden
    }

    .top_btn {
        width: 200px;
        margin: 20px auto 15px;
    }

    .swiper-button-prev.img_slide {
        top: 36%;
        left: 0;
        z-index: 3;
    }

    .swiper-button-next.img_slide {
        top: 36%;
        right: 0;
        z-index: 3;
    }

    .section_12 {
        padding: 0;
        background-size: cover;
        background-repeat: no-repeat;
        margin-top: -26px;
    }

    .img_slide_inner {
        margin-top: 20px;
    }

    .swiper-button-next.point_slide,
    .swiper-button-prev.point_slide {
        top: 50%;
    }

    .insta_wrap {
        display: flex;
        flex-direction: column;
    }

    .insta_ttl {
        width: 80%;
        margin: 0 auto 20px;
    }

    .insta_inner {
        width: 87%;
        margin: auto;
    }

    .wht.sml {
        text-align: center;
        color: #fff;
        width: 90%;
        margin: auto;
        font-size: 10px;
        margin-top: 20px;
    }

    /*  QA  */

    .cp_qa .cp_actab {
        width: 90%;
        margin: 0 auto 16px;
    }

    .cp_qa .cp_actab label::before {
        width: 38px;
        height: 38px;
        content: '';
        background: url(../img/new/qa3.svg);
        background-size: 100%;
        position: absolute;
        left: 10px;
        top: 50%;
        -webkit-transform: translate(0, -50%);
        transform: translate(0, -50%);
    }

    .cp_qa .cp_actab label {
        text-indent: 0em;
    }

    .faq_wrap {
        margin-bottom: 147px;
    }

    /* ボタン設置でこちらに変更 */
    .sec6_btm {
        position: absolute;
        bottom: 127px;
        right: 20%;
        width: 171px;
    }

    .sec7_ttl_wrap {
        width: 93%;
        margin-left: 2%;
    }

    .footer_content {
        width: 80%;
        margin: auto;
        flex-direction: column;
    }

    .section_8 {
        overflow: hidden;
    }

    .cp_qa .cp_actab .cp_actab-content {
        padding: 0 0 0 0;
    }

    .cp_qa .cp_actab .cp_actab-content p {
        margin: 1em 1em 1em 1em;
    }

    .case_item,
    .ex_item {
        width: 97%;
    }

    .case_item,
    .ex_item {
        margin: 0 auto 0;
    }

    .swiper-button-next.imgs_slide {
        right: 0;
    }

    .swiper-button-prev.imgs_slide {
        left: 0;
    }

    .f-logo {
        width: 182px;
        margin: auto;
    }

    .pr_td {
        font-size: 43px;
    }

    .swiper-container.default_slide .swiper-wrapper {
        align-items: flex-end;
    }

    .swiper-button-next.imgs_slide {
        top: 55%
    }
    
    .swiper-button-prev.imgs_slide {
        top: 55%
    }

    .voi_ttl {
        padding: 5px 20px;
    }

    .voi_ttl h3 {
        font-size: 4.615vw;
    }

    .voi_txt_box p {
        font-size: 3.59vw;
    }

    .cp_qa .cp_actab label {
        text-indent: 0em;
        padding: .5em 2em .5em 2.2em;
        font-size: 3.59vw;
    }

    .cp_qa .cp_actab label::before {
        width: 20px;
        height: 20px;
        content: '';
        background: url(../img/new/qa3.svg);
        background-size: 100%;
        position: absolute;
        left: 5px;
        top: 50%;
        -webkit-transform: translate(0, -50%);
        transform: translate(0, -50%);
    }

    .cp_qa .cp_actab label::after {
        font-size: 1.7em;
        font-weight: bold;
        line-height: 2em;
        position: absolute;
        top: 50%;
        right: 8px;
        content: '';
        background: url(../img/new/qa1.png);
        background-size: contain;
        display: inline-block;
        width: 15px;
        height: 11px;
        -webkit-transform: translate(0, -50%);
        transform: translate(0, -50%);
    }

    .contact .wpcf7-form {
        margin-top: 15px;
        padding: 0;
    }

    table.form_tbl tr {
        border-top: solid 1px #9e9e9e;
        display: flex;
        flex-direction: column;
    }

    table.form_tbl td {
        padding: 5px 0 20px;
    }

    table.form_tbl th {
        padding: 20px 0 3px;
        display: flex;
        width: 100%;
    }

    table.form_tbl td {
        width: 100%;
    }

    .section_5 .more_btn_wrap {
        margin-top: 0px;
    }

    .f-menu ul li a {
        font-size: 16px;
    }
}

@media (max-width: 375px) {

    .header .flex {
        height: 48px;
        padding: 0 12px;
    }

    .top_txt_wrap p {
        display: inline-block;
        text-align: center;
        width: 82%;
        margin: 0 9%;
    }

    .f-menu ul li a {
        font-size: 15px;
    }

}