body {
}
.menu-pc,
.inquire-pc-tel,
.pc__line,
.call__img-pc {
    display: none !important;
}

/* header */
.header {
    position: relative;
    height: 15vw;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 2vw 3vw;
    box-shadow: 1vw 0 1vw rgba(0,0,0,.16);
}
.logo {
    width: 27vw;
    height: 11vw;
}
.menu {
    display: flex;
}
.menu-sp {
    width: 11vw;
    height: 10vw;
    background-color: #551E06;
    border-radius: 2vw;
}
.menu-sp-calling {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}
.menu-sp-img {
    width: 7vw;
}
.menu__item {
    border-radius: 2vw;
    box-shadow: 0 1vw 1vw rgba(0,0,0,.2);
}
.menu__item:not(:first-child) {
    margin-left: 3vw;
}
.menu-request,
.menu-visit {
    position: relative;
    display: flex;
    width: 22vw;
    justify-content: center;
    align-items: center;
    height: 9.5vw;
    border-radius: 2vw;
    color: #fff;
    font-size: 4vw;
    font-weight: bold;
    text-decoration: none;
}
.menu-request { background: repeating-linear-gradient(-45deg, #7BC234, #7BC234 5px, #71BE25 5px, #71BE25 10px); box-shadow: 0 1vw 0 #3C5028; }
.menu-visit   { background: repeating-linear-gradient(-45deg, #F89713, #F89713 5px, #F88F00 5px, #F88F00 10px); box-shadow: 0 1vw 0 #504128; }

.menu-request-line,
.menu-visit-line {
    width: 20vw;
    height: 8vw;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 2vw;
}
.menu-request-line { border: 2px solid #A3D571; }
.menu-visit-line   { border: 2px solid #FAB759; }

/* mv */
.mv {
    display: none;
}
.mv-sp {
    width: 100%;
}

/* inquire */
.inquire {
    padding: 4vw 5vw 7vw;
    background: url(../img/inquire_bg_sp.png);
}
.inquire__midashi {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 65vw;
    margin: 0 auto;
    padding: 2vw;
    border-radius: 2vw 2vw 0 0;
    background-color: #4D4230;
    text-align: center;
    color: #fff;
    font-size: 6vw;
    font-weight: bold;
}
.inquire__list {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin: 0 auto;
    padding: 15vw 4vw 4vw;
    background-color: #fff;
    border-radius: 2vw;
}
.inquire__item {
    width: calc(33.3% - 2vw);
    border-radius: 6vw;
    box-shadow: 0 1vw 1vw rgba(0,0,0,.2);
}
.inquire__item:not(:first-child) {
    margin-left: 3vw;
}
.inquire-tel,
.inquire-request,
.inquire-visit {
    position: relative;
    display: block;
    height: 25vw;
    padding: 1vw;
    border-radius: 2vw;
    color: #fff;
    font-weight: bold;
    text-decoration: none;
}
.inquire-tel { background: repeating-linear-gradient(-45deg, #EE5612, #EE5612 5px, #ED4900 5px, #ED4900 10px); box-shadow: 0 1.5vw 0 #504128; }
.inquire-request { background: repeating-linear-gradient(-45deg, #7BC234, #7BC234 5px, #71BE25 5px, #71BE25 10px); box-shadow: 0 1.5vw 0 #504128; }
.inquire-visit   { background: repeating-linear-gradient(-45deg, #F89713, #F89713 5px, #F88F00 5px, #F88F00 10px); box-shadow: 0 1.5vw 0 #504128; }
.inquire-tel:before,
.inquire-request:before,
.inquire-visit:before {
    position: absolute;
    content: "";
    width: 100%;
    height: calc(100% + 1.5vw);
    top: 0;
    left: 0;
    border-radius: 2vw;
    box-shadow: 0 1vw 1vw rgba(0,0,0,.2);
}
.inquire-tel-line,
.inquire-request-line,
.inquire-visit-line {
    display: block;
    font-size: 4.5vw;
    text-align: center;
    padding: 2vw 0;
}
.inquire-tel-sp-line { border: 2px solid #F3804D; }
.inquire-request-sp-line { border: 2px solid #A3D571; }
.inquire-visit-sp-line   { border: 2px solid #FAB759; }

.inquire-tel-sp-line,
.inquire-request-sp-line,
.inquire-visit-sp-line {
     position: relative;
     display: block;
     height: 17.5vw;
     padding: 4.5vw 1vw 0;
     border-radius: 2vw;
     color: #fff;
     text-decoration: none;
}

.inquire__item__img {
    position: absolute;
    left: 0;
    right: 0;
    top: -11vw;
    margin: auto;
    width: 70%;
    border-radius: 50%;
    box-shadow: 0 3px 5px rgba(0,0,0,.1);
}
.inquire__item__label {
    display: block;
    font-size: 4vw;
    border-radius: 4vw;
    color: #4D4230;
    text-align: center;
    padding: 1vw 3vw 1vw 1vw;
    background: #fff url(../img/ic_omakase_arrow.svg) no-repeat right 1.5vw center;
    background-size: 3vw;
}

.inquire__note-sp {
    width: 100%;
    margin-top: 5vw;
    text-align: center;
    font-size: 4vw;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
    line-height: 1.4;
    color: #4D4230;
}

/* minaoshi */
.minaoshi {
    padding: 7vw 6.5vw 0;
}
.minaoshi__midashi {
    margin-bottom: 4vw;
    font-size: 6.5vw;
    font-weight: bold;
    text-align: center;
    color: #4D4230;
    line-height: 1.5;
}
.minaoshi__midashi__strong {
    background: url(../img/minaoshi_waku.png) no-repeat center;
    width: 53vw;
    height: 12vw;
    display: inline-block;
    background-size: 46vw;
    padding-top: 1vw;
}
.minaoshi__case {
}
.minaoshi__case__img {
    width: 65vw;
    margin: 6vw auto -17vw;
    text-align: center;
    display: block;
}
.minaoshi__case__list__item {
    margin-top: 4vw;
    padding-left: 13vw;
    background: url(../img/ic_check.svg) no-repeat 2vw;
    background-size: 7vw;
}
.minaoshi__case__list__item__text {
    display: block;
    padding-bottom: 2vw;
    line-height: 1.4;
    font-size: 5vw;
    font-weight: bold;
    border-bottom: 1px dotted #C9C9C9;
    color: #4D4230;
}

/* solution */
.solution {
    position: relative;
    padding-bottom: 50px;
    background-color: #EFF4DE;
}
.solution:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 20vw;
    top: -8vw;
    background: url(../img/minaoshi_footer_sp.png) no-repeat top;
    background-size: contain;
}
.solution__inner {
    padding-top: 50px;
}
.solution__midashi {
    margin-bottom: 5vw;
    padding-bottom: 7vw;
    font-size: 7vw;
    font-weight: bold;
    color: #4D4230;
    background: url(../img/midashi_underline.svg) no-repeat center bottom;
    text-align: center;
}
.solution__lead {
    padding: 0 6.5vw;
    margin-bottom: 5vw;
    color: #4D4230;
    text-align: center;
    font-size: 5vw;
    font-weight: bold;
    text-align: left;
    line-height: 1.6;
}
.solution__list {
    padding: 0px 6.5vw;
}
.solution__list__item {
    position: relative;
    background-color: #fff;
    border-radius: 2vw;
}
.solution__list__item:not(:last-child) {
    margin-bottom: 4vw;
}
.solution__list__item:before {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    left: -4vw;
    margin: auto;
    width: 13vw;
    height: 13vw;
    background: url(../img/ic_omakase_check.svg) center top no-repeat;
    background-size: contain;
}
.solution__link {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    text-decoration: none;
    padding: 3vw;
}
.solution__link__img {
    display: block;
    height: 25vw;
    margin: 0 5vw;
}
.solution__link__text {
    width: 35vw;
    padding-right: 5vw;
    background: url(../img/ic_omakase_arrow.svg) no-repeat right;
    background-size: 5vw;
    font-size: 6.5vw;
    font-weight: bold;
    color: #4D4230;
}

/* call */
.call {
    padding: 5vw 0;
    background: url(../img/call_bg_sp.png);
    background-size: cover;
}
.call__inner {
    text-align: center;
}
.call__img-sp {
    width: 80vw;
}
.call__detail {
    margin-top: -5vw;
    padding: 0px 5vw;
}
.call__fukidashi {
    position: relative;
    padding-bottom: 10px;
    margin: 0 auto 30px;
    background-color: #fff;
    border-radius: 30px;
    color: #4D4230;
    font-size: 7vw;
    font-weight: bold;
    text-align: center;
}
.call__fukidashi:after {
    content: "";
    position: absolute;
    width: 0;
    right: 0;
    left: 0;
    bottom: -47px;
    margin: auto;
    transform: translateY(-50%);
    border: 15px solid transparent;
    border-top: 17px solid #fff;
}
.call__fukidashi__strong {
    font-size: 10vw;
}
.call__link {
    display: block;
    position: relative;
    padding-left: 10vw;
    margin-bottom: 5vw;
    color: #fff;
    font-size: 10vw;
    font-family: 'Kiwi Maru', serif;
    font-weight: bold;
    text-decoration: none;
}
.call__link:before {
    width: 11vw;
    height: 12vw;
    position: absolute;
    content: "";
    left: 0;
    background: url(../img/ic_call.svg) no-repeat;
    background-size: contain;
}
.call__text {
    margin-bottom: 2vw;
    color: #fff;
    font-size: 5vw;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
    font-weight: bold;
    text-align: center;
}
.call__notice {
    color: #fff;
    font-size: 4vw;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
    font-weight: bold;
    text-align: center;
}
.callSub {
    padding: 4vw 0;
    margin-bottom: 5vw;
    background-color: #54AD12;
    text-align: center;
}
.callSub__inner {
    color: #fff;
    font-size: 5vw;
    font-weight: bold;
    line-height: 1.4;
}

/* service */
.service {
}
.service__midashi {
    position: relative;
    padding: 5vw 0;
    margin-bottom: 10vw;
    background-color: #F88F00;
    color: #fff;
    text-align: center;
    font-size: 7vw;
    font-weight: bold;
}
.service__midashi:after {
    content: "";
    position: absolute;
    width: 0;
    right: 0;
    left: 0;
    bottom: -47px;
    margin: auto;
    transform: translateY(-50%);
    border: 15px solid transparent;
    border-top: 17px solid #F88F00;
}
.service__midashi__sub {
    display: block;
    font-size: 6vw;
    margin-bottom: 2vw;
}
.service__list {
    padding: 0px 5vw;
    margin-bottom: 10vw;
}
.service__list__item {
    display: flex;
    margin-bottom: 5vw;
    padding: 5vw;
    border: 12px solid #F0F0F0;
}
.service__img {
    height: 25vw;
    margin-right: 5vw;
}
.service__name {
    margin-bottom: 2vw;
    font-size: 4.5vw;
    font-weight: bold;
    color: #4D4230;
}
.service__text {
    font-size: 4vw;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
    line-height: 1.6;
    color: #4D4230;
}

/* merit */
.merit {
    padding: 10vw 0 5vw;
}
.merit__midashi {
    margin-bottom: 5vw;
    padding-bottom: 7vw;
    font-size: 7vw;
    font-weight: bold;
    color: #4D4230;
    background: url(../img/midashi_underline.svg) no-repeat center bottom;
    text-align: center;
    line-height: 1.4;
}
.merit__list {
    padding: 5vw;
}
.merit__list__item {
    display: flex;
}
.merit__list__item:not(:last-child) {
    margin-bottom: 7vw;
}
.merit__img {
    height: 35vw;
    margin-right: 5vw;
}
.merit__list__item__midashi {
    margin-bottom: 2vw;
    color: #4D4230;
    font-size: 5vw;
    font-weight: bold;
    text-align: left;
    line-height: 1.4;
}
.merit__list__item__text {
    color: #4D4230;
    font-size: 4vw;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
    line-height: 1.6;
}
.merit__about {
    padding: 0 5vw 5vw;
    margin: 5vw;
    border: 1px solid #D9D9D9;
    border-radius: 2vw;
}
.merit__about__sentences {
    text-align: center;
}
.merit__about__midashi {
    display: inline-block;
    padding: 10px 18px;
    margin-bottom: 4vw;
    color: #fff;
    background-color: #71BE24;
    font-size: 5vw;
    font-weight: bold;
}
.merit__about__text {
    color: #4D4230;
    font-size: 4vw;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
    text-align: left;
    line-height: 1.6;
}
.merit__about__img {
    height: 25vw;
    display: block;
    margin: 4vw auto 0;
}

/* flow */
.flow {
    padding: 10vw 5vw;
    background: url(../img/flow_bg_sp.png);
    background-size: contain;
}
.flow__inner {
    padding: 10vw 5vw;
    background-color: #fff;
    border-radius: 2vw;
}
.flow__midashi {
    margin-bottom: 10vw;
    padding-bottom: 7vw;
    font-size: 7vw;
    font-weight: bold;
    color: #4D4230;
    background: url(../img/midashi_underline.svg) no-repeat center bottom;
    text-align: center;
}
.flow__list {
    background: url(../img/flow_sp_line.svg) no-repeat left 1.7vw top 3vw;
    background-size: 1vw 90vw;
}
.flow__list__item {
    display: flex;
    align-items: start;
}
.flow__list__item:not(:last-child) {
    margin-bottom: 8vw;
}
.flow__img-sp {
    width: 31vw;
    margin-right: 5vw;
}
.flow__img-pc {
    display: none;
}
.flow__list__item__midashi {
    margin-bottom: 2vw;
    font-weight: bold;
    font-size: 5vw;
    color: #4D4230;
    line-height: 1.4;
}
.flow__list__item__text {
    color: #4D4230;
    font-size: 4vw;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
    line-height: 1.6;
}

/* question */
.question {
    padding: 10vw 5vw;
}
.question__midashi {
    margin-bottom: 10vw;
    padding-bottom: 7vw;
    font-size: 7vw;
    font-weight: bold;
    color: #4D4230;
    background: url(../img/midashi_underline.svg) no-repeat center bottom;
    text-align: center;
}
.question__list {
}
.question__list__item:not(:last-child) {
    margin-bottom: 40px; 
}
.question__list__item dl {
    padding-bottom: 40px;
    border-bottom: 1px solid #E2E2E2;
}
.question__list__item__q {
    position: relative;
    margin-bottom: 2vw;
    padding: .5vw 0 0 15vw;
    color: #4D4230;
    font-weight: bold;
    font-size: 6vw;
    line-height: 1.4;
}
.question__list__item__q:before {
    position: absolute;
    content: "Q";
    left: 0;
    top: 0;
    width: 10vw;
    height: 10vw;
    line-height: 1.6;
    color: #fff;
    background-color: #71BE24;
    border-radius: 50%;
    font-size: 5.5vw;
    font-family: 'Kiwi Maru', serif;
    text-align: center;
}
.question__list__item__a {
    position: relative;
    padding: .5vw 0 0 15vw;
    color: #4D4230;
    font-size: 4.5vw;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
    line-height: 1.6;
}
.question__list__item__a:before {
    position: absolute;
    content: "A";
    left: 0;
    top: 5px;
    width: 10vw;
    height: 10vw;
    line-height: 1;
    color: #71BE24;
    font-weight: bold;
    font-size: 5.5vw;
    font-family: 'Kiwi Maru', serif;
    text-align: center;
}

/* footer */
.footer {
    background-color: #9AB76F;
}
.footer__inner {
    padding: 5vw 0;
}
.footer__logo {
    text-align: center;
}
.footer__logo__img {
    width: 45vw;
}
.footer__links__list {
    margin-bottom: 5vw;
    padding: 5vw 10vw 0;
}
.footer__links__list__item:not(:last-child) {
    margin-bottom: 5vw;
}
.footer__links__list__item__link {
    color: #fff;
    font-size: 4vw;
    font-weight: bold;
    text-decoration: none;
}
.footer__copyright {
    color: #fff;
    font-size: 3vw;
    text-align: center;
}