@charset "UTF-8";

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {border: 0;font-size: 100%;font-family: inherit;font-style: inherit;font-weight: inherit;margin: 0;outline: 0;padding: 0;vertical-align: baseline;}
:focus {outline: 0;}
strong {font-weight:bold;}
ol, ul {list-style: none;}
table {border-collapse: separate;border-spacing: 0;}
caption, th, td {font-weight: normal;text-align: left;}
blockquote:before, blockquote:after,q:before, q:after {content: "";}
blockquote, q {quotes: "" "";}
img{border: 0; margin:0; padding:0;}
figure{margin:0}
option,select {color: #0F0F0F;}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, picture {display: block;}
img {padding:0; margin:0; vertical-align:bottom; max-width: 100%;}
a { text-decoration:none; color: #0F0F0F; transition: .4s;}
a:hover { opacity:0.8;transition: .4s;}

/*
font-family: "M PLUS Rounded 1c", sans-serif;
*/
:root {
--maru:"M PLUS Rounded 1c", sans-serif;
--rodl-top:345px;
--rodl-left:-40px;
--rodl-top2:390px;
--rodl-left2:-60px;
--circle-top:44px;
--circle-right:-44px;
--rodr-top:240px;
--rodr-right:-120px;
--use-left:-180px;
--use-top:345px;
--use2-right:-250px;
--use2-top:70px;
--use3-right:-250px;
--use3-top:120px;
--usec-right:300px;
--usec-top:-60px;
--arrow-opacity: 0;
--arrow-scale: 0.5;
}

html, body {overflow-x: hidden;}

body{color:#0F0F0F; font-family: "Noto Sans JP", Futura, 'Century Gothic', YuGothic, 'Hiragino Kaku Gothic ProN','Yu Gothic', Meiryo; -webkit-text-size-adjust: 100%;font-weight: 400;line-height: 1.7;}

header {width: 100%; padding:0px 34px 0px 40px; display: flex; justify-content: space-between; box-sizing: border-box; position: relative;}
header > p.logo img {width: 115px; margin-top: 22px;}
header > p.rbt {position: fixed; top: 30px; right: 34px;z-index: 1000;}
header > p.rbt a {width: 132px; height: 40px; display: flex; justify-content: center; align-items: center; background-color: #D42F26; border-radius: 5px; color: #FFF; font-size: 16px; font-weight: 600;}

header > p.rbt_n {position: fixed; top: 30px; right: 34px;z-index: 1000;}
header > p.rbt_n span {width: 250px; height: 40px; display: flex; justify-content: center; align-items: center; background-color: #D42F26; border-radius: 5px; color: #FFF; font-size: 16px; font-weight: 600;}


br.sp {display: none;}

.top {position: relative; padding-bottom: 70px; max-width:1366px; margin: 60px auto 0px;}
.top:before {content: ""; width: 155px; height: 155px; background: url(../images/topcircle.svg) no-repeat; background-size: cover; position: absolute; top:var(--circle-top); right: var(--circle-right); z-index: -1;transition: none;}
.top:after {content: ""; width: 210px; height: 10px; background-color: #FFF7DC; position: absolute; top:var(--rodr-top); right:var(--rodr-right); transform: rotate(-35deg); border-radius: 4px; z-index: -1;}
.top_cont {max-width: 1000px; margin: 0px auto; display: flex; justify-content: space-between;}
.top_cont:before {content: ""; width: 210px; height: 10px; background-color: #FFF7DC; position: absolute; top:var(--rodl-top); left:var(--rodl-left); transform: rotate(-35deg); border-radius: 4px; z-index: -1;}
.top_cont:after {content: ""; width: 210px; height: 10px; background-color: #F6E8E8; position: absolute; top:var(--rodl-top2); left:var(--rodl-left2); transform: rotate(-35deg); border-radius: 4px; z-index: -1;}

.top_cont > div.left {width: 422px; text-align: center;}
.top_cont > div.left h1 {margin-top: 40px;}
.top_cont > div.left h1 img {width: 333px;}
.top_cont > div.left figure {margin-top: 40px;}
.top_cont > div.left dl {margin-top: 40px; display: flex; justify-content: center; align-items: center; flex-wrap: wrap;}
.top_cont > div.left dl dt {width: 240px;}
.top_cont > div.left dl dt + dd {margin-left: 18px;}
.top_cont > div.left dl dd + dd {width: 100%; margin-left: 0px;}
.top_cont > div.left dl dd + dd ul {display: flex; justify-content: center; font-size: 10px; margin-top: 15px;}
.top_cont > div.left dl dd + dd ul li + li {margin-left: 1em;}
.top_cont > div.right {width: 522px;}
.top_cont > div.right ul {margin-top: -30px;}
.top_cont > div.right ul li {font-size: 10px;}

.service {width: 100%; background-color:#F4F4F4; padding: 80px 0px 100px;}
.service > div.service_cont {max-width: 1000px; margin: 0px auto;}
.service_cont > h2 {text-align: center; font-size: 20px; color: #FFF; line-height: 200%; font-weight: 600;}
.service_cont > h2 span {background-color: #0F0F0F;padding: 0px 10px;}
.service_cont > h2 + p {text-align: center; font-size: 16px; font-weight: 600; margin-top: 30px; line-height: 200%;}
.service_cont > h2 + p span {position: relative;z-index: 1;}
.service_cont > h2 + p span:before {content: ""; width: 100%; height: 8px; background: #FFF500; position: absolute; bottom: 0; left: 0; z-index: -1;}

.service_cont > div.campaign {max-width: 560px; margin: 16px auto 0px; background-color: #FEF500; display: flex; justify-content: center; align-items: center; padding: 10px 20px; box-sizing: border-box; position: relative; overflow: hidden;}
.service_cont > div.campaign:after {content: ""; height: 100%; width: 30px; position: absolute; top: -180px; left: 0; background-color: #FFF; opacity: 0; transform: rotate(45deg);animation: reflection 1.5s ease-in-out infinite; z-index: 0;}
@keyframes reflection {
    0% { transform: scale(0) rotate(45deg); opacity: 0; }
    80% { transform: scale(0) rotate(45deg); opacity: 0.5; }
    81% { transform: scale(4) rotate(45deg); opacity: 1; }
    100% { transform: scale(50) rotate(45deg); opacity: 0; }
}
.service_cont > div.campaign p {font-size: 18px; font-weight: 700; color: #EB0700; line-height: 160%; position: relative; z-index: 2;}
.service_cont > div.campaign br.sp {display: none;}
.service_cont > dl {display: flex; align-items: center; flex-direction: column; margin-top: 16px;}
.service_cont > dl dt {font-size: 14px;font-weight: 700;}
.service_cont > dl dt span {color: #EB0600;}
.service_cont > dl dd {font-size: 10px; margin-top: 10px;}

.service_cont > div.service_list {display: flex; justify-content: space-between; margin-top: 70px;}
.service_cont > div.service_list > div {width: 32.2%; background-color: #FFF; padding: 50px 0px ; box-sizing: border-box; position: relative;}
.service_cont > div.service_list > div h3 {text-align: center; font-family: var(--maru); font-weight: 700; color: #B12E2A; font-size: 24px; line-height: 130%;}
.service_cont > div.service_list > div p {font-size: 14px; font-weight: 600; text-align: center; margin-top: 20px;}
.service_cont > div.service_list > div p span {font-size: 12px; font-weight: 400;}
.service_cont > div.service_list > div:first-child:after {content: ""; width: 88px; height: 87px; background: url(../images/service_img01.png) no-repeat; background-size: cover; position: absolute; left: 10px; top: -44px;}
.service_cont > div.service_list > div:nth-child(2):after {content: ""; width: 115px; height: 85px; background: url(../images/service_img02.png) no-repeat; background-size: cover; position: absolute; right: 20px; top: -34px;}
.service_cont > div.service_list > div:nth-child(3):after {content: ""; width: 83px; height: 45px; background: url(../images/service_img03.png) no-repeat; background-size: cover; position: absolute; right: -20px; bottom: 26px;}

.reservation_area {background-color: #FFE272; padding: 50px 0px; display: flex; justify-content: center; align-items: center;}
.reservation_area p:not([class]) {display: flex; font-family: var(--maru); font-weight: 700; font-size: 18px; margin-right: 30px;}
.reservation_area p:not([class]):before {content: url(../images/reservation_img01.png); margin-right: 20px;}
.reservation_area p.bt {width: 254px; height: 73px; margin-top: -4px; animation: buruburu 1s linear infinite;scale: 1;}
@keyframes buruburu{
 0%{transform:translateX(0)}
 7%{transform:translateX(-10px)}
 14%{transform:translateX(10px)}
 20%{transform:translateX(-10px)}
 32%{transform:translateX(10px)}
 40%{transform:translateX(0px)}
}

.reservation_area p.bt a {display: flex; width: 100%; height: 100%; background-color: #D42F26; border-radius: 18px; font-family: var(--maru); font-weight: 700; align-items: center; font-size: 16px; color: #FFF; border: 2px solid #000000; box-sizing: border-box;box-shadow: 0px 4px 0px 0px rgba(0, 0, 0, 1); padding: 0px 15px; position: relative;}
.reservation_area p.bt a span:not([class]) {margin-right: 20px;}
.reservation_area p.bt a span:not([class]) img{width: 52px;}
.reservation_area p.bt a:after {content: "";display: inline-block;width: 8px;height: 8px;border-top: 2px solid #FFF;border-right: 2px solid #FFF;transform: rotate(45deg);position: absolute; right: 20px; top:calc(50% - 6px);}

.reservation_area.now p.bt {width: 347px;}
.reservation_area.now p.bt a {padding: 0; justify-content: center;}
.reservation_area.now p.bt a span:not([class]) {margin-right: 0;}
.reservation_area.now p.bt a span:not([class]) img {display: none;}
.reservation_area p.bt a span.meg {position: absolute; top: -12px; left: 0; right: 0; background-color: #FFF; font-size: 13px; padding: 5px 15px; line-height: 100%; color: #0F0F0F; font-weight: 400; display:inline-block; border-radius: 10px; text-align: center; width: fit-content; margin: auto;}
.reservation_area p.bt a span.meg strong {color: #B12E2A; font-weight: 400;}

.no_reservation_area {background-color: #FFE272; padding: 50px 0px; display: flex; justify-content: center; align-items: center;}
.no_reservation_area > p:not([class]) {display: flex; font-family: var(--maru); font-weight: 700; font-size: 18px; margin-right: 30px;}
.no_reservation_area > p:not([class]):before {content: url(../images/reservation_img01.png); margin-right: 20px;}
.no_reservation_area div.bt {width: 254px; height: 73px; margin-top: -4px;}
.no_reservation_area div.bt p {display: flex; width: 100%; height: 100%; background-color: #D42F26; border-radius: 18px; font-family: var(--maru); font-weight: 700; align-items: center; font-size: 16px; color: #FFF; border: 2px solid #000000; box-sizing: border-box;box-shadow: 0px 4px 0px 0px rgba(0, 0, 0, 1); padding: 0px 15px; position: relative;}
.no_reservation_area div.bt p span:not([class]) {margin-right: 20px;}
.no_reservation_area div.bt p span:not([class]) img{width: 52px;}
.no_reservation_area div.bt p em {text-align: center; line-height: 150%;}

.use {padding: 80px 0px 100px;}
.use_cont {max-width:1100px; margin: 0px auto; position: relative;}
.use_cont:before {content: ""; width: 210px; height: 10px; background-color: #FFF7DC; position: absolute; top:var(--use2-top); right:var(--use2-right); transform: rotate(-35deg); border-radius: 4px; z-index: -1;}
.use_cont:after {content: ""; width: 210px; height: 10px; background-color: #F6E8E8; position: absolute; top:var(--use3-top); right:var(--use3-right); transform: rotate(-35deg); border-radius: 4px; z-index: -1;}

.use_cont > h2 {font-family: var(--maru); font-weight: 700; font-size: 30px; position: relative; padding-left: 20px; display: inline-block;}
.use_cont > h2:before {content: ""; width: 200vw; height: 2px; background-color: #B12E2A; position: absolute; bottom: 0; left: calc(-200vw + 100% - 83px);}
.use_cont > h2 em {color: #B12E2A;}
.use_cont > h2 span {display: flex; align-items: center;}
.use_cont > h2 span:after {content: ""; width: 78px; height: 83px; background: url(../images/use_title_img.png) no-repeat; background-size: cover; display: block;}
.use_cont > div {display: block;position: relative; min-height: 510px;}
.use_cont > div:before {content: ""; width: 210px; height: 10px; background-color: #FFF7DC; position: absolute; top:var(--use-top); left:var(--use-left); transform: rotate(-35deg); border-radius: 4px; z-index: -1;}
.use_cont > div:after {content: ""; width: 61px; height: 61px; background-color: #FFF7DC; border-radius: 50%; position: absolute; top:var(--usec-top); right:var(--usec-right);z-index: -1;}

.use_cont > div figure {display: flex;}
.use_cont > div figure picture img {transform-origin: center center;}
.use_cont > div figure figcaption p {font-size: 10px; background-color: #0F0F0F; color: #FFF; width: 74px; height: 26px; display: flex; justify-content: center; align-items: center; border-radius: 12px; position: relative;}
.use_cont > div figure figcaption p em {font-size: 14px;}
.use_cont > div figure figcaption p:after {  content: "";position: absolute;bottom: 0;left: 50%;border-style: solid;border-width: 9px 6px 0 0;border-color: #0F0F0F transparent transparent;translate: -50% 100%;}
.use_cont > div figure figcaption h3 {font-size: 21px; font-family: var(--maru); font-weight: 700; color: #B12E2A; margin-top: 12px; }
.use_cont > div figure figcaption h4 {font-size: 14px; line-height: 150%; font-weight: 600; margin-top: 5px;}
.use_cont > div figure figcaption h5 {font-size: 12px; line-height: 140%; margin-top: 12px;}
.use_cont > div figure.st1 {flex-direction: row-reverse;position: absolute; left: 20px; top: 44px; z-index: 1;}
.use_cont > div figure.st1:after {content: url(../images/st1_arrow.svg); position: absolute; bottom:-27px; left: 56px; opacity: var(--arrow-opacity);transform: scale(var(--arrow-scale));transition: opacity 0.4s ease, transform 0.4s ease;}
.use_cont > div figure.st1:before {content: ""; width: 150px; height: 150px; border-radius: 50%; background-color: #FFF7DC; position: absolute; right: -100px; bottom: var(--sc1); z-index: -1; }

.use_cont > div figure.st1 figcaption {margin-right: 56px; margin-top: 30px;}
.use_cont > div figure.st2 {align-items: center; position: absolute; bottom: 0; left: 180px; z-index: 1;}
.use_cont > div figure.st2:after {content: url(../images/st2_arrow.svg); position: absolute; top: -20px; right: -70px; opacity: var(--arrow-opacity);transform: scale(var(--arrow-scale));transition: opacity 0.4s ease, transform 0.4s ease;}
.use_cont > div figure.st2:before {content: ""; width: 106px; height: 106px; background: url(../images/topcircle.svg) no-repeat; background-size: cover; position: absolute; top:var(--sc2); left: -60px; z-index: -1;}
.use_cont > div figure.st2 figcaption {margin-left: 28px;}
.use_cont > div figure.st3 {flex-direction: row-reverse; align-items:end; position: absolute; right: -34px; top: 0; z-index: 1;}
.use_cont > div figure.st3:before {content: ""; width: 106px; height: 106px; background: url(../images/topcircle.svg) no-repeat; background-size: cover; position: absolute; bottom: var(--sc3); right: -16px; z-index: -1;}

.use_image {max-width: 1100px; margin: 80px auto 0px; }
.use_image h3 {font-size: 18px;font-family: var(--maru); font-weight: 700; color: #FFF; text-align: center; margin-bottom: -20px;}
.use_image h3 span {background-color: #0F0F0F; display: inline-block; padding: 10px 40px; line-height: 100%; border-radius: 20px;}
.use_image > p {font-size: 10px; margin-top: 10px; text-align: right;}
.use_image_cont { background-color: #F4F4F4; display: flex; padding: 50px 0px 40px;}
.use_image_cont > div {width: 33.3333%; padding: 0px 45px 15px; box-sizing: border-box; border-right: 1px solid #D1D1D1;}
.use_image_cont > div > h4 {text-align: center;font-size: 16px; font-family: var(--maru); font-weight: 700;}
.use_image_cont > div > figure {margin-top: 30px;}
.use_image_cont > div:last-child {border-right: none;}

.faq {background-color: #F4F4F4;}
.faq_cont {max-width: 1100px; margin: 0px auto; display: flex; padding: 90px 30px; box-sizing: border-box; align-items: center;}
.faq_cont > h2 {font-size: 30px; font-family: var(--maru); font-weight: 700; width: 360px;}
.faq_cont > h2 span {display: flex; align-items: center;}
.faq_cont > h2 span:after {content: ""; height: 160px; width: 61px; background: url(../images/faq_img.png) no-repeat; background-size: cover; margin-left: 20px;}
.faq_list {width: calc(100% - 360px); display: flex; flex-wrap: wrap; gap: 30px;}
.faq_list > div {width: calc(50% - 15px);display: flex; flex-direction: column;}
.faq_list > div dl {display: contents;}
.faq_list > div dl dt {display: flex; align-items: center; font-size: 16px; font-family: var(--maru); font-weight: 700; color: #B12E2A;}
.faq_list > div dl dt span {width: 38px; height: 38px; border-radius: 50%; background-color: #B12E2A; font-size: 23px; font-family: var(--maru); font-weight: 700; display: flex; justify-content: center; align-items: center; line-height: 100%; color: #FFF; margin-right: 16px; flex-shrink: 0;}
.faq_list > div dl dd { background-color: #FFF; margin-top: 24px; padding: 20px 20px 20px 55px; font-size: 12px; font-weight: 600; line-height: 200%; position: relative; flex-grow: 1;}
.faq_list > div dl dd em {color: #F50000;}
.faq_list > div dl dd span {width: 28px; height: 28px; border-radius: 50%; background-color: #0F0F0F; font-size: 17px; font-family: var(--maru); font-weight: 700; display: flex; justify-content: center; align-items: center; line-height: 100%; color: #FFF; position: absolute; left: 5px; top: -14px;}
.faq_list > div dl dd ul li{list-style: outside; margin-left: 1.5em; font-weight: 300; font-size: 10px;}

.form {background-color: #FFE272; padding: 70px 0px 90px;}
.form > p {display: flex; font-family: var(--maru); font-weight: 700; font-size: 18px; margin-right: 30px; justify-content: center;}
.form > p:before {content: url(../images/reservation_img01.png); margin-right: 20px;}
.form_cont {max-width: 640px; margin: 35px auto;}
.form_cont > h2 { background-color: #D32D26; border-radius: 18px 18px 0px 0px;font-size: 18px; font-family: var(--maru); font-weight: 700; text-align: center; color: #FFF; padding: 20px 0px; position: relative; line-height: 100%;}
.form_cont > h2:before {content: url(../images/reservation_bt.svg); position: absolute; left: 30px; top: -15px;}

.iframe_area {background-color: #FFF; height: 800px; border-radius: 0px 0px 18px 18px; display: flex; justify-content: center; align-items: center;}

.sp_bt {display: none; position: fixed; bottom: 0; padding: 15px; background-color: #FFE272;width: 100%; box-sizing: border-box;}
.sp_bt p.bt {height: 64px;}
.sp_bt p.bt a {display: flex; width: 100%; height: 100%; background-color: #D42F26; border-radius: 18px; font-family: var(--maru); font-weight: 700; align-items: center; font-size: 20px; color: #FFF; border: 2px solid #000000; box-sizing: border-box;box-shadow: 0px 4px 0px 0px rgba(0, 0, 0, 1); padding: 0px 15px; position: relative; justify-content: center;}
.sp_bt p.bt a span:not([class]) {position: absolute; left: 20px;}
.sp_bt p.bt a span:not([class]) img{width: 73px;}
.sp_bt p.bt a:after {content: "";display: inline-block;width: 8px;height: 8px;border-top: 2px solid #FFF;border-right: 2px solid #FFF;transform: rotate(45deg);position: absolute; right: 40px; top:calc(50% - 6px);}

.sp_bt.now p.bt a span:not([class]) img{display: none;}
.sp_bt p.bt a span.meg {position: absolute; top: -8px; left: 0; right:0px; background-color: #FFF; font-size: 13px; padding: 3px 15px; line-height: 100%; color: #0F0F0F; font-weight: 400; display:inline-block; border-radius: 10px; text-align: center; width: fit-content; margin: auto;}
.sp_bt p.bt a span.meg strong {color: #B12E2A; font-weight: 400;}

.sp_no_bt {display: none; position: fixed; bottom: 0; padding: 15px; background-color: #FFE272;width: 100%; box-sizing: border-box;}
.sp_no_bt div.bt {height: 64px;}
.sp_no_bt div.bt p {display: flex; width: 100%; height: 100%; background-color: #D42F26; border-radius: 18px; font-family: var(--maru); font-weight: 700; align-items: center; font-size: 18px; color: #FFF; border: 2px solid #000000; box-sizing: border-box;box-shadow: 0px 4px 0px 0px rgba(0, 0, 0, 1); padding: 0px 0px; position: relative; justify-content: flex-end;}
.sp_no_bt div.bt p span:not([class]) {position: absolute; left: 10px;}
.sp_no_bt div.bt p span:not([class]) img{width: 73px;}
.sp_no_bt div.bt p em {width: calc(100% - 73px); text-align: center;}

.footer_cont {max-width: 1100px; margin: 0px auto; padding: 75px 40px 55px; box-sizing: border-box; display: flex; justify-content: space-between;}
.footer_cont > div.left {width: 300px;}
.footer_cont > div.left p.copy {font-size: 12px; color: #ADADAD; margin-top: 20px;}
.footer_cont > div.left p.logo {width: 232px;}
.footer_cont > div.right {width: 580px;}
.footer_cont > div.right > p {text-align: center; font-size: 14px; font-weight: 600;}
.footer_cont > div.right > p em {color: #B12E2A;}
.footer_cont > div.right > p span {position: relative;}
.footer_cont > div.right > p span:after {content: ""; width: 14px; height: 10px; clip-path: polygon(0 0, 100% 0%, 50% 100%); background-color: #B12E2A; position: absolute; left:0; right: 0; margin: auto; bottom: -20px;}
.footer_cont > div.right > div {margin-top: 40px; display: flex; flex-wrap: wrap;}
.footer_cont > div.right > div dl {width: 50%; display: flex; padding: 18px 0px;}
.footer_cont > div.right > div dl:nth-child(3) {width: 100%; border-top: 1px solid #C7C7C7;border-bottom: 1px solid #C7C7C7;}
.footer_cont > div.right > div dl dt {width: 100px; font-size: 14px; font-weight: 600;}
.footer_cont > div.right > div dl dd {font-size: 14px;}
.footer_cont > div.right > div dl dd a {color: #0017CB; text-decoration: underline;}

@media only screen and (max-width:1100px){
.use_cont > div figure.st2 {align-items: center; position: absolute; bottom: 0; left: 80px; z-index: 1;}
.use_cont > div figure.st2:after {content: url(../images/st2_arrow.svg); position: absolute; top: -40px; right: -30px;}

.use_image {max-width: 1100px; margin: 80px 30px 0px; }

}
@media only screen and (max-width:1000px){
.top_cont { margin: 0px 30px;}
.top_cont > div.left {width: 45%;}
.top_cont > div.right {width: 50%;}

.service > div.service_cont {max-width: 1000px; margin: 0px auto; padding: 0px 25px;}

.use_cont > div {display: block;position: relative; min-height: auto; display: flex; justify-content: center; flex-direction: column; align-items: center;}

.use_cont > div figure {display: flex; justify-content: center; width: fit-content;}
.use_cont > div figure figcaption p {font-size: 10px; background-color: #0F0F0F; color: #FFF; width: 74px; height: 26px; display: flex; justify-content: center; align-items: center; border-radius: 12px; position: relative;}
.use_cont > div figure figcaption p em {font-size: 14px;}
.use_cont > div figure figcaption p:after {  content: "";position: absolute;bottom: 0;left: 50%;border-style: solid;border-width: 9px 6px 0 0;border-color: #0F0F0F transparent transparent;translate: -50% 100%;}
.use_cont > div figure figcaption h3 {font-size: 21px; font-family: var(--maru); font-weight: 700; color: #B12E2A; margin-top: 12px; }
.use_cont > div figure figcaption h4 {font-size: 14px; line-height: 150%; font-weight: 600; margin-top: 5px;}
.use_cont > div figure figcaption h5 {font-size: 12px; line-height: 140%; margin-top: 12px;}
.use_cont > div figure.st1 {flex-direction: row-reverse;position: relative; left:0; top: 0; z-index: 1; margin-top: 30px;}
.use_cont > div figure.st1:after {content: url(../images/st1_arrow.svg); position: absolute; bottom:-27px; left: 56px;}
.use_cont > div figure.st1:before {content: ""; width: 150px; height: 150px; border-radius: 50%; background-color: #FFF7DC; position: absolute; right: -100px; bottom: -14px; z-index: -1; }
.use_cont > div figure.st1 figcaption {margin-right: 56px; margin-top: 30px;}

.use_cont > div figure.st2 {align-items: center; position: relative; bottom: 0; left: -40px; z-index: 1;}
.use_cont > div figure.st2:after {content: url(../images/st2_arrow_r.svg); position: absolute; top: auto; bottom: -80px; right: auto; left: 100px;}
.use_cont > div figure.st2:before {content: ""; width: 106px; height: 106px; background: url(../images/topcircle.svg) no-repeat; background-size: cover; position: absolute; top: -14px; left: -60px; z-index: -1;}
.use_cont > div figure.st2 figcaption {margin-left: 28px;}

.use_cont > div figure.st3 {flex-direction: row-reverse; align-items:end; position: relative; right:auto; left: 0px; top: 0; z-index: 1;}
.use_cont > div figure.st3:before {content: ""; width: 106px; height: 106px; background: url(../images/topcircle.svg) no-repeat; background-size: cover; position: absolute; bottom: 0px; right: -16px; z-index: -1;}
.use_cont > div figure.st3 img {width: 250px;}

.faq_cont {max-width: 1100px; margin: 0px auto; display: flex; flex-direction: column; padding: 90px 30px; box-sizing: border-box; align-items: center;}

.faq_cont > h2 {font-size: 30px; font-family: var(--maru); font-weight: 700; width:100%;}
.faq_cont > h2 span {display: flex; align-items: center; justify-content: center;}
.faq_cont > h2 span:after {content: ""; height: 160px; width: 61px; background: url(../images/faq_img.png) no-repeat; background-size: cover; margin-left: 20px;}
.faq_list {width: 100%; display: flex; flex-wrap: wrap; gap: 30px;}


}

@media only screen and (max-width:768px){
.top_cont {flex-direction: column;}
.top_cont > div.left {width: 100%; display: contents;}
.top_cont > div.left > p {order: 1;}
.top_cont > div.left > h1 {order: 3;}
.top_cont > div.left > figure {order: 2;}
.top_cont > div.left > dl {order: 5; flex-direction: column;}
.top_cont > div.right {width: 100%; order: 4;}
.top_cont > div.left dl dt + dd {margin-left: 0px; margin-top: 24px;}

.service_cont > div.service_list {flex-wrap: wrap; gap: 25px 0px;}
.service_cont > div.service_list > div {width: 49%;}

.reservation_area {background-color: #FFE272; padding: 45px 0px; display: flex; justify-content: center; align-items: center; flex-direction: column;}
.reservation_area p.bt {width: 254px; height: 73px; margin-top:14px;}
.reservation_area p:not([class]):before {content: url(../images/reservation_img01.png); margin-right: 20px; margin-left: -100px;}

.no_reservation_area {background-color: #FFE272; padding: 45px 0px; display: flex; justify-content: center; align-items: center; flex-direction: column;}
.no_reservation_area > p:not([class]):before {content: url(../images/reservation_img01.png); margin-right: 20px; margin-left: -100px;}
.no_reservation_area div.bt {width: 254px; height: 73px; margin-top: 14px;}

.use_image_cont { background-color: #F4F4F4; display: flex; flex-direction: column; padding: 50px 0px 40px;}
.use_image_cont > div {width:50%; padding: 30px 0px 30px; box-sizing: border-box; border-right:none; border-bottom: 1px solid #D1D1D1; margin: 0px auto;}
.use_image_cont > div > h4 {text-align: center;font-size: 16px; font-family: var(--maru); font-weight: 700;}
.use_image_cont > div > figure {margin-top: 30px; text-align: center;}
.use_image_cont > div:last-child {border-right: none; border-bottom: none;}

.faq_list {width: 100%; display: flex; flex-wrap: wrap; gap: 30px; flex-direction: column;}
.faq_list > div {width: 100%;display: flex; flex-direction: column;}

.form_cont {max-width: 100%; margin: 35px 25px;}

.footer_cont {max-width: 1100px; margin: 0px auto; padding: 75px 40px 55px; box-sizing: border-box; display: flex; justify-content: space-between; flex-direction: column;}
.footer_cont > div.left {width: 100%; display: contents;}
.footer_cont > div.left p.logo {order: 1; margin: 0px auto;}
.footer_cont > div.left p.copy {font-size: 12px; color: #ADADAD; margin-top: 40px; text-align: center;order: 3;}
.footer_cont > div.right {width: 100%;order: 2; padding: 0px 25px; box-sizing: border-box; margin-top: 60px;}

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

.footer_cont > div.right > div {margin-top: 40px; display: flex; flex-direction: column; flex-wrap: wrap;}
.footer_cont > div.right > div dl {width: 100%; display: flex; padding: 18px 0px; border-bottom: 1px solid #C7C7C7;}
.footer_cont > div.right > div dl:nth-child(3) {width: 100%; border-top: none;border-bottom:1px solid #C7C7C7;}
.footer_cont > div.right > div dl dt {width: 110px; font-size: 14px; font-weight: 600; flex-shrink: 0;}
.footer_cont > div.right > div dl dd {font-size: 14px;}
.footer_cont > div.right > div dl dd a {color: #0017CB; text-decoration: underline;}


}
@media only screen and (max-width:500px){
br.sp {display: block;}
:root {
--rodl-top:420px;
--rodl-left:-140px;
--rodl-top2:460px;
--rodl-left2:-160px;
--circle-top:-60px;
--circle-right:-20px;
--rodr-top:320px;
--rodr-right:-120px;
--use-left:-180px;
--use-top:345px;
--use2-right:-250px;
--use2-top:70px;
--use3-right:-250px;
--use3-top:120px;
--usec-right:300px;
--usec-top:-60px;
}
header {width: 100%; padding:0px 16px 0px 16px; display: flex; justify-content: space-between; box-sizing: border-box; position: relative;}
header > p.logo img {width: 94px; margin-top: 10px;}
header > p.rbt {position: fixed; top: 18px; right: 16px;z-index: 1000;}
header > p.rbt a {width: 70px; height: 26px; display: flex; justify-content: center; align-items: center; background-color: #D42F26; border-radius: 5px; color: #FFF; font-size: 10px; font-weight: 600;}

header > p.rbt_n {position: fixed; top: 18px; right: 16px;z-index: 1000;}
header > p.rbt_n span {width: 150px; height: 26px; display: flex; justify-content: center; align-items: center; background-color: #D42F26; border-radius: 5px; color: #FFF; font-size: 10px; font-weight: 600;}

.top:before {content: ""; width: 70px; height: 70px; background: url(../images/topcircle.svg) no-repeat; background-size: cover; position: absolute; top:var(--circle-top); right: var(--circle-right); z-index: -1;}

.top_cont { margin: 0px auto;}
.top_cont > div.left > * {padding: 0px 30px;}
.top_cont > div.left dl {margin-top: 30px; flex-direction: column;}
.top_cont > div.left dl dt {width: 240px;}
.top_cont > div.left dl dd + dd {width: auto; margin-left: 0px;}
.top_cont > div.left dl dd + dd ul {display: flex; flex-direction: column; justify-content: center; font-size: 10px; margin-top: 15px; text-align: left;}
.top_cont > div.left dl dd + dd ul li + li {margin-left: 0em;}

.top_cont > div.right {display: flex; justify-content: center; flex-direction: column; align-items: center;}
.top_cont > div.right ul {margin-top: 0px; display: flex; flex-direction:column; align-items:flex-start;width: fit-content;}
.top_cont > div.right ul li {text-align: left; width: 100%;}
.top_cont > div.right figure picture {overflow: hidden; text-align: center;}
.top_cont > div.right figure picture img {width: 130%; max-width: none; position: relative; left: 50%;transform: translateX(-50%)}

.service {width: 100%; background-color:#F4F4F4; padding: 40px 0px 70px; position: relative;}
.service:before {content: ""; width: 100%; height: 50px; display: block; clip-path: polygon(50% 100%, 100% 0, 100% 100%, 0 100%, 0 0);background-color:#F4F4F4; position: absolute; top: -49px; left: 0;
}

.service_cont > h2 {text-align: center; font-size: 20px; color: #FFF; line-height: 200%; font-weight: 600;}
.service_cont > h2 span {background-color: none;padding: 0px 0px;}
.service_cont > h2 span:first-child {background-color: #0F0F0F;padding: 0px 10px;}
.service_cont > h2 em {background-color: #0F0F0F;padding: 0px 10px}
.service_cont > h2 + p {text-align: center; font-size: 16px; font-weight: 600; margin-top: 20px; line-height: 200%;}

.service_cont > div.service_list {display: flex; flex-direction: column; justify-content: space-between; flex-wrap: wrap; margin-top: 50px; gap: 25px 0px;}
.service_cont > div.service_list > div {width:100%; background-color: #FFF; padding: 40px 0px ; box-sizing: border-box; position: relative;}

.service_cont > div.service_list > div:first-child:after {content: ""; width: 88px; height: 87px; background: url(../images/service_img01.png) no-repeat; background-size: cover; position: absolute; left: auto; right: -10px; top: 30px;}
.service_cont > div.service_list > div:nth-child(2):after {content: ""; width: 115px; height: 85px; background: url(../images/service_img02.png) no-repeat; background-size: cover; position: absolute; right: auto; left: -50px; top: -32px;}
.service_cont > div.service_list > div:nth-child(3):after {content: ""; width: 83px; height: 45px; background: url(../images/service_img03.png) no-repeat; background-size: cover; position: absolute; right: 0px; bottom:-23px;}

.reservation_area p.bt {width: 307px; height: 90px; margin-top:14px;}
.reservation_area p.bt a {display: flex; width: 100%; height: 100%; background-color: #D42F26; border-radius: 18px; font-family: var(--maru); font-weight: 700; align-items: center; font-size: 20px; color: #FFF; border: 2px solid #000000; box-sizing: border-box;box-shadow: 0px 4px 0px 0px rgba(0, 0, 0, 1); padding: 0px 15px; position: relative;}
.reservation_area p.bt a:after {content: "";display: inline-block;width: 8px;height: 8px;border-top: 2px solid #FFF;border-right: 2px solid #FFF;transform: rotate(45deg);position: absolute; right: 30px; top:calc(50% - 6px);}

.no_reservation_area div.bt {width: 307px; height: 90px; margin-top: 14px;}
.no_reservation_area div.bt p {display: flex; width: 100%; height: 100%; background-color: #D42F26; border-radius: 18px; font-family: var(--maru); font-weight: 700; align-items: center; font-size: 20px; color: #FFF; border: 2px solid #000000; box-sizing: border-box;box-shadow: 0px 4px 0px 0px rgba(0, 0, 0, 1); padding: 0px 15px; position: relative;}


.use {padding: 60px 0px 50px;}
.use_cont > h2 {font-family: var(--maru); font-weight: 700; font-size: 20px; position: relative; padding-left: 0px; display: block; background-color:#0F0F0F ; color: #FFF; text-align: center; padding: 14px;}
.use_cont > h2:before {content: none; width: 200vw; height: 2px; background-color: #B12E2A; position: absolute; bottom: 0; left: calc(-200vw + 100% - 83px);}
.use_cont > h2 em {color: #FFF;}
.use_cont > h2 span {display: block; align-items: center;}
.use_cont > h2 span:after {content: ""; width: 78px; height: 83px; background: url(../images/use_title_img.png) no-repeat; background-size: cover; display: block; position: absolute; top: -42px; right: 30px;}
.use_cont > div {display: block;position: relative; min-height: auto; display: flex; justify-content: center; flex-direction: column; align-items: center;}
.use_cont > div:after {content: none; width: 61px; height: 61px; background-color: #FFF7DC; border-radius: 50%; position: absolute; top:var(--usec-top); right:var(--usec-right);z-index: -1;}
.use_cont > div:before {content: none; width: 210px; height: 10px; background-color: #FFF7DC; position: absolute; top:var(--use-top); left:var(--use-left); transform: rotate(-35deg); border-radius: 4px; z-index: -1;}
.use_cont > div figure {display: flex; justify-content: center; width: fit-content;}
.use_cont > div figure figcaption p {font-size: 10px; background-color: #0F0F0F; color: #FFF; width: 74px; height: 26px; display: flex; justify-content: center; align-items: center; border-radius: 12px; position: relative;}
.use_cont > div figure figcaption p em {font-size: 14px;}
.use_cont > div figure figcaption p:after {  content: "";position: absolute;bottom: 0;left: 50%;border-style: solid;border-width: 9px 6px 0 0;border-color: #0F0F0F transparent transparent;translate: -50% 100%;}
.use_cont > div figure figcaption h3 {font-size: 20px; font-family: var(--maru); font-weight: 700; color: #B12E2A; margin-top: 12px; }
.use_cont > div figure figcaption h4 {font-size: 12px; line-height: 150%; font-weight: 600; margin-top: 5px;}
.use_cont > div figure figcaption h5 {font-size: 12px; line-height: 140%; margin-top: 12px;}
.use_cont > div figure.st1 {flex-direction: row-reverse;position: relative; left:30px; top: 0; z-index: 1; margin-top: 30px;}
.use_cont > div figure.st1:after {content: url(../images/st1_arrow.svg); position: absolute; bottom:-27px; left: 56px;}
.use_cont > div figure.st1:before {content: ""; width: 150px; height: 150px; border-radius: 50%; background-color: #FFF7DC; position: absolute; right: -100px; bottom: -14px; z-index: -1; }
.use_cont > div figure.st1 figcaption {margin-right: 56px; margin-top: 30px;}

.use_cont > div figure.st2 {align-items: center; position: relative; bottom: 0; left: 0px; z-index: 1;}
.use_cont > div figure.st2:after {content: url(../images/st2_arrow_r.svg); position: absolute; top: auto; bottom: -80px; right: auto; left: 100px;}
.use_cont > div figure.st2:before {content: ""; width: 106px; height: 106px; background: url(../images/topcircle.svg) no-repeat; background-size: cover; position: absolute; top: -14px; left: -60px; z-index: -1;}
.use_cont > div figure.st2 figcaption {margin-left: 28px;}

.use_cont > div figure.st3 {flex-direction: row-reverse; align-items:end; position: relative; right:auto; left: 30px; top: 30px; z-index: 1;}
.use_cont > div figure.st3:before {content: ""; width: 106px; height: 106px; background: url(../images/topcircle.svg) no-repeat; background-size: cover; position: absolute; bottom: 0px; right: -16px; z-index: -1;}
.use_cont > div figure.st3 img {width: 250px;}
.use_cont > div figure.st3 figcaption {flex-shrink: 0;}

.use_image_cont { background-color: #F4F4F4; display: flex; flex-direction: column; padding: 20px 0px 10px;}
.use_image_cont > div {width:calc(100% - 60px); padding: 30px 0px 30px; box-sizing: border-box; border-right:none; border-bottom: 1px solid #D1D1D1; margin: 0px 30px; box-sizing: border-box;}
.use_image > p {font-size: 10px; margin-top: 10px; text-align: left;}

.faq {background-color: #FFF;}
.faq_cont {max-width: 1100px; margin: 0px auto; display: flex; flex-direction: column; padding: 0px 0px 60px; box-sizing: border-box; align-items: center;}
.faq_cont > h2 {font-size: 20px; font-family: var(--maru); font-weight: 700; width:100%; background-color: #0F0F0F; color: #FFF;padding: 14px; position: relative;}
.faq_cont > h2 span {display: flex; align-items: center; justify-content: center;}
.faq_cont > h2 span:after {content: ""; height: 160px; width: 61px; background: url(../images/faq_img.png) no-repeat; background-size: cover; margin-left: 0px; position: absolute; top: -60px; right: 35px;}
.faq_list {width: calc(100% - 50px); display: flex; flex-wrap: wrap; gap: 30px; margin: 40px 25px 0px;}

.faq_list > div dl dd { background-color: #F4F4F4; margin-top: 24px; padding: 20px 20px 20px 55px; font-size: 12px; font-weight: 600; line-height: 200%; position: relative; flex-grow: 1;}

.form {background-color: #FFE272; padding: 40px 0px 50px;}
.form > p:before {content: url(../images/reservation_img01.png); margin-right: 20px;margin-left: -100px;}
.form_cont > h2:before {content: url(../images/reservation_bt.svg); position: absolute; left: 20px; top: -15px;}
.form_cont {max-width: 100%; margin: 20px 25px 0px;}

.sp_bt {display: block; z-index: 1000;}
.sp_no_bt {display: block; z-index: 1000;}

.footer_cont {max-width: 1100px; margin: 0px auto; padding: 60px 0px 120px; box-sizing: border-box; display: flex; justify-content: space-between; flex-direction: column;}
.footer_cont > div.right > p {text-align: center; font-size: 14px; font-weight: 600;}
.footer_cont > div.right > p em {color: #0F0F0F}
.footer_cont > div.right > p span {position: relative;}
.footer_cont > div.right > p span:after {content: ""; width: 60px; height: 2px; clip-path:none; background-color: #B12E2A; position: absolute; left:0; right: 0; margin: auto; bottom: -20px;}

.service_cont > div.campaign p {text-align: center;}
.service_cont > div.campaign br.sp {display: block;}

.sp_bt p.bt a span:not([class]) img{width: 53px;}


}
