@charset "utf-8";
/* レイアウト*/
body{
    font-family: "Kiwi Maru", serif;
    font-weight: 400;
	color: #58380E;
	font-size: 1rem;
	line-height: 1.8;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-text-size-adjust: 100%; 
	word-wrap: break-word;
	background-color: #FDFDE3;
}
@media screen and (max-width: 900px) {
body{
	font-size: 0.8rem;
	}
}
*{box-sizing: border-box;}
ul{
	margin:0;
	padding: 0;
	list-style: none;
}
a{
	text-decoration: none;
    outline: none;
}
img{
    width: 100%;
    height: auto;
}
/* font*/
.zen-maru{
    font-family: "Zen Maru Gothic", serif;
    font-weight: 700;
}
.open-sans{
    font-family: "Open Sans", serif;
}
.pink{
    color: #FF818C;
}
.blue{
    color: #32A1DB;
}
.green{
    color: #A0CA3B;
}
.font-80{
    font-size: 80%;
}
.font-120{
    font-size: 120%;
}
.font-150{
    font-size: 150%;
}
/* section */
section{
    padding: 100px 0 0;
}
#about,
#difference,
#flow-area{
    padding-bottom: 100px;
}
#menu-price{
    padding-bottom: 170px;
    margin-bottom: -70px;
}
#contact{
    padding-bottom: 200px;
}
@media screen and (max-width: 550px) {
    section{
        padding: 60px 0 0;
    }
    #about,
    #difference,
    #flow-area{
        padding-bottom: 60px;
    }
    #menu-price{
        padding-bottom: 130px;
        margin-bottom: -30px;
    }
    #contact{
        padding-bottom: 160px;
    }
}
/* common */
h2{
    display: flex;
    flex-direction: column;
    align-items: center;
    line-height: 1.2;
    margin-bottom: 50px;
    font-weight: 500;
    font-size: 200%;
    position: relative;
}
h2 span{
    margin-top: 10px;
    text-transform: capitalize;
}
.title-flag{
    width: 50px;
    position: absolute;
}
#about .title-flag,
#contact .title-flag{
    left: calc(50% - 160px);
}
#difference .title-flag,
#flow-area .title-flag{
    left: calc(50% - 250px);
}
#menu-price .title-flag{
    left: calc(50% - 225px);
}
.nami,
.nami02{
    display: block;
}
.nami-last{
    position: relative;
    z-index: 9;
    display: block;
    margin-top: -100px;
    margin-bottom: -1px;
}
@media screen and (max-width: 550px) {
    h2{
        font-size: 175%;
    }
    .title-flag{
        width: 35px;
    }
    #about .title-flag,
    #contact .title-flag{
        left: calc(50% - 115px);
    }
    #difference .title-flag,
    #flow-area .title-flag{
        left: calc(50% - 175px);
    }
    #menu-price .title-flag{
        left: calc(50% - 155px);
    }
}
@media screen and (max-width: 450px) {
    h2{
        font-size: 155%;
    }
    .title-flag{
        width: 32px;
    }
    #about .title-flag,
    #contact .title-flag{
        left: calc(50% - 105px);
    }
    #difference .title-flag,
    #flow-area .title-flag{
        left: calc(50% - 155px);
    }
    #menu-price .title-flag{
        left: calc(50% - 135px);
    }
}
/* hover */
a:hover{
    opacity: 0.7;
}
/* about */
.wrap{
    max-width: 750px;
    margin: 0 auto;
    width: 90%;
}
.wrap-50{
    margin-bottom: 50px;
}
#about h3{
    margin-bottom: 40px;
    text-align: center;
}
.wrap p{
    margin-bottom: 30px;
}
.wrap p:last-of-type{
    margin-bottom: 0;
}
.about-wrap02{
    margin-bottom: 50px;
    position: relative;
}
.prof-box{
    position: absolute;
    bottom: 0;
    right: -80px;
}
.prof-box img{
    width: 80%;
    max-width: 300px;
    margin: 0 auto 10px;
    display: block;
}
.prof-box p{
    margin-bottom: 0;
    text-align: center;
}
.prof-box p:first-of-type{
    font-size: 90%;
}
.prof-box p:last-of-type{
    font-size: 110%;
}
.jscd-box{
    background-color: #fff;
    padding: 30px;
    border-radius: 50px;
    outline: 1px dashed #FF818C;
    outline-offset: -15px;
    margin-bottom: 50px;
}
.jscd-box p,
#about h4{
    margin-bottom: 30px!important;
}
.jscd-box p{
    text-align: center;
}
.logo-box{
    display: flex;
    justify-content: center;
    gap: 50px;
}
.logo-box img{
    width: 45%;
    max-width: 220px;
}
.about-section{
    margin-bottom: 50px;
}
.about-section:last-of-type{
    margin-bottom: 0;
}
.possibility{
    background-color: #FDEAEE;
    padding: 50px 0;
    position: relative;
    z-index: -1;
    margin: 50px auto;
}
.possibility-wrap{
    position: relative;
    margin-bottom: 0;
}
.possibility h4{
    text-align: center;
}
.possibility img{
    max-width: 250px;
    width: 80%;
    position: absolute;
    right: 0;
    bottom: -30px;
}
@media screen and (max-width: 1024px) {
    .prof-box{
        right: -20px;
    }
}
@media screen and (max-width: 820px) {
    .prof-box{
        right: 0;
    }
    .prof-box img{
        max-width: 250px;
    }
}
@media screen and (max-width: 700px) {
    .prof-box{
        position: inherit;
        margin-top: 20px;
    }
}
@media screen and (max-width: 550px) {
    #about h3{
        text-align: left;
    }
    .possibility img{
        max-width: 200px;
        position: inherit;
        margin: 0 auto;
        display: block;
    }
    .jscd-box{
        padding: 30px 20px;
        outline-offset: -8px;
    }
    .logo-box{
        gap: 20px;
    }
}
/* difference */
#difference{
    background-color: #EAF5F8;
}
.scroll-text{
    display: none;
}
table{
    width: 95%;
    max-width: 980px;
    margin: 0 auto 50px;
}
th,td{
    padding: 15px 10px;
    height: 60px;
    text-align: center;
    line-height: 1.3;
}
thead th{
    background-color: #BCDA74;
}
thead th:last-of-type{
    background-color: #32A1DB;
    color: #fff;
}
tbody th{
    background-color: #CCE3A3;
}
tbody td{
    background-color: #fff;
}
tbody td:last-of-type{
    background-color: #BDE1F1;
}
.effect{
    max-width: 640px;
    width: 90%;
    margin: 0 auto 50px;
}
.effect h4{
    margin-bottom: 30px;
    text-align: center;
}
.effect ul li{
    display: flex;
    align-items: center;
    gap: 1rem;
}
.effect img{
    width: 20px;
}
.effect-comment{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 80%;
    margin: 0 auto;
}
@media screen and (max-width: 820px) {
    .scroll-text{
        display: block;
        margin-left: 2rem
    }
    .table-scroll{
        overflow: scroll;
    }
    table{
        width: 780px;
        margin: 20px 2rem 50px;
    }
}
@media screen and (max-width: 450px) {
    .effect ul li{
        font-size: 100%;
    }
}
/* flow-area */
#flow-area h3{
    margin-bottom: 30px;
    text-align: center;
    font-weight: 500;
}
#flow,
#area{
    width: 90%;
    max-width: 900px;
    margin: 0 auto;
}
#flow{
    margin-bottom: 50px;
}
.flow-list li{
    margin-bottom: 30px;
}
.flow-list dl{
    width: 100%;
    border-radius: 50px;
    display: flex;
}
.flow-list li:nth-of-type(1) dl{
    background-color: #D3E7E0;
}
.flow-list li:nth-of-type(2) dl{
    background-color: #FCE1D0;
}
.flow-list li:nth-of-type(3) dl{
    background-color: #DFEAD6;
}
.flow-list li:nth-of-type(4) dl{
    background-color: #FBE9BD;
}
.flow-list li:nth-of-type(5) dl{
    background-color: #EAF0C0;
}
.flow-list dt{
    width: 25%;
    line-height: 1.1;
    border-radius: 50px 0 0 50px;
    color: #fff;
    font-weight: 700;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.flow-list li:nth-of-type(1) dt{
    background-color: #32A1DB;
}
.flow-list li:nth-of-type(2) dt{
    background-color: #FF818C;
}
.flow-list li:nth-of-type(3) dt{
    background-color: #67AEAA;
}
.flow-list li:nth-of-type(4) dt{
    background-color: #F6AA32;
}
.flow-list li:nth-of-type(5) dt{
    background-color: #A0CA3B;
}
.flow-list dt p:nth-of-type(2){
    font-size: 3rem;
}
.flow-list dd{
    width: 75%;
    padding: 30px 50px;
}
.flow-list dd p{
    margin-bottom: 15px;
}
.flow-list h4{
    margin-bottom: 20px;
    font-size: 130%;
}
.btn{
    text-align: center;
    width: 90%;
    max-width: 300px;
    margin: 0 auto;
}
.btn a{
    display: block;
    background-color: #F6AA32;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 50px;
    padding: 8px 20px;
    transition: all .3s;
}
.btn a:hover{
    opacity: 1;
    background-color: #fff;
    color: #F6AA32;
    border: 1px solid #F6AA32;
}
.flow-notice{
    text-align: center;
}
.range-box{
    position: relative;
    background-color: #fff;
    border: 1px dashed #58380E;
    border-radius: 30px;
    padding: 30px;
    margin-bottom: 50px;;
}
.range-box img{
    width: 150px;
    position: absolute;
    top: -80px;
    right: 30px;
}
.range-box dl{
    width: 100%;
    max-width: 680px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 auto;
    font-size: 140%;
}
.range-box dt{
    width: 15%;
}
.range-box dd{
    width: 85%;
}
.range-notice{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
@media screen and (max-width: 820px) {
    .range-box dl{
        max-width: 510px;
    }
    .range-box dt{
        width: 20%;
        min-width: 73px;
    }
    .range-box dd{
        width: 70%;
    }
}
@media screen and (max-width: 550px) {
    .flow-list dl{
        flex-direction: column;
    }
    .flow-list dt{
        width: 100%;
        border-radius: 50px 50px 0 0;
        padding: 15px;
    }
    .flow-list dd{
        width: 100%;
        padding: 30px;
    }
    .range-box{
        padding: 30px 15px;
    }
    .range-box img{
        width: 120px;
        top: -64px;
        right: 0;
    }
    .range-box dl{
        font-size: 125%;
    }
}
@media screen and (max-width: 450px) {
    .range-box img{
        width: 100px;
        top: -55px;
    }
}
@media screen and (max-width: 375px) {
    .range-box img{
        width: 80px;
        top: -44px;
    }
}
/* menu-price */
#menu-price{
    background-color: #FEF3F5;
}
.menu-title,
.menu-sub-title{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    max-width: 560px;
    margin: 0 auto;
}
.menu-title{
    margin-bottom: 20px;
}
.menu-list,
.carfare,
.menu-notice{
    width: 85%;
    max-width: 800px;
    margin: 0 auto;
}
.menu-list li{
    padding: 30px 40px 40px 30px;
    background-color: rgba(103, 174, 170, 0.2);
    border-radius: 50px;
    position: relative;
    margin-bottom: 50px;
    margin-left: 10px;
}
.menu-list li::before{
    content: '';
    width: 100%;
    height: 100%;
    border: 2px solid #58380E;
    border-radius: 50px;
    position: absolute;
    top: -10px;
    left: -10px;
}
.menu-detail{
    max-width: 560px;
    margin: 20px auto 0;
    line-height: 1.5;
}
.menu-detail p{
    margin-bottom: 15px;
}
.menu-detail p:last-of-type{
    margin-bottom: 0;
}
.carfare{
    text-align: center;
    margin-bottom: 50px;
}
.carfare p:first-of-type{
    margin-bottom: 20px;
}
.carfare-notice-wrap{
    margin-left: 10px;
}
.carfare-notice{
    padding: 30px 40px 40px 30px;
    background-color: rgba(246,170,50,0.3);
    border-radius: 50px;
    position: relative;
    margin: 0 auto 50px;
    max-width: 600px;
    width: 85%;
}
.carfare-notice::before{
    content: '';
    width: 100%;
    height: 100%;
    border: 2px solid #58380E;
    border-radius: 50px;
    position: absolute;
    top: -10px;
    left: -10px;
}
.carfare-notice p{
    max-width: 450px;
    margin: 0 auto;
}
.menu-notice{
    font-size: 110%;
}
@media screen and (max-width: 550px) {
    .menu-title,
    .menu-sub-title{
        flex-direction: column;
        gap: 0;
    }
    .menu-sub-title01{
        margin-bottom: 20px;
    }
}
@media screen and (max-width: 450px) {
    .carfare p:last-of-type{
        text-align: left;
    }
}
/* contact */
#contact{
    background-color: #EAF5F8;
    text-align: center;
}
.contact-lead,
.contact-phone{
    width: 90%;
    max-width: 580px;
    margin: 0 auto 50px;
}
.contact-lead p:first-of-type{
    margin-bottom: 20px;
}
#contact h3{
    margin-bottom: 20px;;
}
.phone-number{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
}
.phone-number img{
    width: 18px;
}
.phone-number a{
    color: #58380E;
    font-size: 200%;
}
.contact-form{
    width: 90%;
    margin:0 auto 100px;;
}
form{
    max-width: 600px;
	margin: 10px auto 0;
    text-align: left;
}
#contact dl{
    margin-bottom: 20px;
    color: #58380E;
}
#contact li,
#contact dt{
    margin-bottom: 20px;
}
#contact dt{
    font-size: 110%;
    line-height: 1.5;
}
#contact input,
button,
textarea{
	margin: 0;
	padding: 0;
	border: none;
	outline: none;
	background: none;
}
#contact ul input[type='text'] , 
#contact ul textarea{
	width: 100%;
	background: #fff;
	padding: 10px;
    border: 1px solid #58380E;
    border-radius: 10px;
	-webkit-appearance:none;
	   -moz-appearance:none;
	        appearance:none;
}
#contact ul input[type='text']{
	height: 50px;
}
#contact .submit-btn{
    width: 250px;
    margin: 0 auto;
}
#contact input[type='submit']{
	background-color: #58380E;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 50px;
    text-align: center;
    padding: 5px 20px;
    width: 250px;
    margin: 2rem auto 0;
    transition: all .3s;
}
#contact input[type='submit']:hover{
    border: 1px solid #58380E;
	background-color: #fff;
    color: #58380E;
} 
#contact ul textarea{
	height: 200px;
}
.required{
	font-size: 85%;
	color: #FF818C;
	margin-left: 10px;
    font-weight: 700;
}
.policy-title{
    color: #fff;
    background-color: #836B4E;
    padding: 5px 20px;
    border-radius: 10px 10px 0 0;
}
.box-scroll {
    height: 15rem;
    overflow: auto;
    padding: 20px;
    border: solid 1px #836B4E;
    border-radius: 0 0 10px 10px;
    background-color: #fff;
    margin: 0 auto 30px;
}
.box-scroll p{
    font-size: 95%;
    margin-bottom: 15px;
}
.policy-section,
.policy-section h4{
    margin-bottom: 10px;
}
.policy-contact p:nth-of-type(2),
.policy-contact p:nth-of-type(3),
.policy-contact p:nth-of-type(4),
.policy-section-list li{
    margin-bottom: 0!important;
}
.policy-contact a{
    color: #58380E;
}
.word{
    font-size: 90%;
}
.radio-item{
    text-align: center;
    margin-top: -10px;
}
.contact-sns{
    display: flex;
    gap: 10%;
    justify-content: center;
}
.contact-sns img.qr{
    width: 200px;
}
@media screen and (max-width: 550px) {
    .contact-lead{
        text-align: left;
    }
    .contact-sns{
        flex-direction: column;
        align-items: center;
        gap: 30px;
    }
}
/* footer */
#footer{
    background:url("../images/footer-bg.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
    height: 500px;
    z-index: 9;
    background-color: #fff;
}
#footer-nav{
    position: absolute;
    bottom: 10%;
    left: 50%;
    transform: translate( -50%, -50%);
    width: 100%;
}
#footer-nav a{
    color: #58380E;
}
#footer-nav .main-nav{
	list-style: none;
	display: flex;
	justify-content: center;
    align-items: center;
    text-align: center;
    gap: 30px;
    z-index: 2;
    margin-bottom: 40px;
}
#footer-nav .main-nav li{
    position: relative;
    padding: 0 5px;
    line-height: 1.5;
}
#footer-nav .main-nav li:first-of-type::before{
    content:'';
    position: absolute;
    border-right: 1px dashed #58380E;
    width: 1px;
    height: 50px;
    top: 0;
    left: calc(0% - 15px);
}
#footer-nav .main-nav li::after{
    content:'';
    position: absolute;
    border-right: 1px dashed #58380E;
    width: 1px;
    height: 50px;
    top: 0;
    left: calc(100% + 15px);
}
#footer-nav .main-nav li a{
	transition: all 0.3s;
    font-weight: 500;
    display: flex;
    flex-direction: column;
}
#footer-nav .sub-nav{
    display: flex;
    justify-content: center;
    gap: 30px;
}
#footer-nav .information{
    flex-direction: row;
    gap: 30px;
}
#page-top{
    position: absolute;
    bottom: 30%;
    right: 3rem;
    width: 12%;
    min-width: 150px;
}
.copyright{
    font-size: 90%;
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX( -50%);
    width: 100%;
    text-align: center;
}
@media screen and (max-width: 1024px) {
    #page-top{
        bottom: 50%;
    }
}
@media screen and (max-width: 820px) {
    #footer-nav .main-nav li{
        padding: 0;
    }
    #footer-nav .main-nav li:first-of-type::before,
    #footer-nav .main-nav li::after{
        height: 42px;
    }
}
@media screen and (max-width: 767px) {
    #footer-nav{
        bottom: 20px;
    }
    #footer-nav .main-nav{
        flex-wrap: wrap;
        gap: 15px;
        margin: 0 auto 30px;
    }
    #footer-nav .main-nav li{
        width: 28%;
    }
    #footer-nav .main-nav li:first-of-type::before{
        content: none;
    }
    #footer-nav .main-nav li::after{
        content: none;
    }
}
@media screen and (max-width: 550px) {
    #page-top{
        min-width: 120px;
        right: 1rem;
    }
}
@media screen and (max-width: 530px) {
    #footer-nav{
        bottom: 60px;
    }
    #footer-nav .main-nav{
        display: none;
    }
    #footer-nav .sub-nav{
        flex-direction: column;
    }
    #footer-nav .information{
        flex-direction: column;
        gap: 10px;
        align-items: center;
    }
}
/* thanks.html */
.main{
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
#thx{
    width: 80%;
    margin: 0 auto 100px;
    text-align: center;
}
#thx img{
    display: block;
    width: 70%;
    max-width: 200px;
    margin: 0 auto;
}
#thx p{
    color: #684F31;
    margin-bottom: 20px;
}
#thx p:first-of-type{
    font-size: 150%;
}
#thx p:nth-of-type(2){
    margin-bottom: 50px;
}
.back-btn{
    text-align: center;
}
.back-btn a{
	background-color: #F6AA32;
    color: #fff;
    border: 2px solid #fff;
    border-radius: 50px;
    text-align: center;
    padding: 5px 20px;
    width: 250px;
    height: 50px;
    margin: 2rem auto 0;
    transition: all .3s;
    display: flex;
    justify-content: center;
    align-items: center;
}
.back-btn a:hover{
    border: 2px solid #F6AA32;
	background-color: #fff;
    color: #F6AA32;
}
@media screen and (max-width: 550px) {
    #thx{
        text-align: left;
    }
}