@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&family=Noto+Serif+JP:wght@400;500;700&display=swap');

* {
margin: 0;
padding: 0;
}
body {
font-family: "Noto Sans JP", sans-serif;
position:relative;
overflow-x: hidden;
}
a {
text-decoration: none;
color: #000;
}
ol,ul,li {
list-style: none;
}
img{
border:none;
vertical-align:bottom;
width: 100%;
height: auto;
}

.wrap{
width: 1400px;
margin: auto;
position: relative;
}
.wrap2{
width: 1200px;
margin: auto;
position: relative;
}
.pc{
}
.sp{
display: none;
}

.en{
font-family: 'Noto Serif JP', serif;
}

#p-pagetop {
position: fixed;
width: 50px;
height: 50px;
bottom: 50px;
right: 50px;
background: #a1f808;
color: #000;
border-radius: 25px;
cursor: pointer;
z-index: 99;
font-size: 26px;
text-align: center;
padding-top: 5px;
box-sizing: border-box;
}

header{
background: #000;
color: #fff;
position: relative;
height: 90px;
}
header .wrap{
display: flex;
flex-flow: row wrap;
justify-content: space-between;
position: relative;
}
header .header-logo{
width: 220px;
margin: 20px;
}
header .header-information{
position: absolute;
top: 10px;
right: 270px;
}
header .header-information p{
font-size: 12px;
display: inline-block;
margin: 0 10px;
}
header .header-menu{
display: flex;
flex-flow: row wrap;
margin-right: 280px;
margin-top: 45px;
}
header .header-menu .header-menu-item{
font-size: 18px;
margin-left: 40px;
}
header .header-menu .header-menu-item:first-child{
margin-left: 0;
}
header .header-menu .header-menu-item:last-child{
margin-left: 20px;
}
header .header-menu .header-menu-item a{
color: #fff;
}
header .header-menu .header-menu-item.icon{
width: 30px;
}
header .header-menu .header-menu-item.icon img{
width: 100%;
height: auto;
}
header .header-button{
width: 260px;
position: absolute;
right: 0;
top: 0;
}
header .header-button a{
color: #fff;
background: #c48a04;
display: block;
font-weight: bold;
font-size: 22px;
text-align: center;
height: 90px;
padding-top: 15px;
line-height: 1.2;
box-sizing: border-box;
}
header .header-button a span{
display: block;
font-size: 28px;
}

footer{
background: #000;
color: #fff;
position: relative;
padding: 60px 0 30px 0;
}
footer .wrap2{
display: flex;
flex-flow: row wrap;
justify-content: space-between;
align-items: flex-end;
position: relative;
}
footer .footer-information{
}
footer .footer-information .footer-information-logo{
width: 120px;
margin-bottom: 20px;
}
footer .footer-information .footer-information-text{
font-size: 12px;
}
footer .footer-information .footer-information-text p{
margin-bottom: 10px;
}
footer .footer-information .footer-information-text p:last-child{
margin-bottom: 100px;
}
footer .footer-information .footer-information-copyright{
font-size: 12px;
}
footer .footer-menu{
margin-bottom: 120px;
}
footer .footer-menu .footer-menu-item{
}
footer .footer-menu .footer-menu-item a{
color: #fff;
font-size: 14px;
}

.mv {
margin: auto;
position: relative;
text-align: center;
box-sizing: border-box;
}
.mv video {
vertical-align: bottom;
}
.mv .mv-wrap {
position: absolute;
top: 250px;
right: 0;
left: 0;
width: 800px;
margin: auto;
}
.mv .mv-wrap .mv-wrap-logo{
width: 200px;
margin: 0 auto 50px;
}
.mv .mv-wrap .mv-wrap-title{
font-size: 80px;
font-weight: bold;
color: #fff;
margin-bottom: 30px;
}
.mv .mv-wrap .mv-wrap-text{
font-size: 36px;
color: #fff;
}

#menu{
}
#menu .menu-title{
color: #a1f808;
background: #000;
text-align: center;
padding: 20px 0;
line-height: 1.2;
font-size: 16px;
font-weight: normal;
}
#menu .menu-title .en{
font-size: 38px;
font-weight: bold;
display: block;
}
#menu .menu-list{
}
#menu .menu-list .menu-list-item{
height: 600px;
padding: 80px 0;
box-sizing: border-box;
}
#menu .menu-list .menu-list-item:nth-child(1){
background: url("../img/menu-bg_01.jpg") no-repeat center;
background-size: cover;
}
#menu .menu-list .menu-list-item:nth-child(2){
background: url("../img/menu-bg_02.jpg") no-repeat center;
background-size: cover;
}
#menu .menu-list .menu-list-item:nth-child(3){
background: url("../img/menu-bg_03.jpg") no-repeat center;
background-size: cover;
}
#menu .menu-list .menu-list-item:nth-child(4){
background: url("../img/menu-bg_04.jpg") no-repeat center;
background-size: cover;
}
#menu .menu-list .menu-list-item:nth-child(5){
background: url("../img/menu-bg_05.jpg") no-repeat center;
background-size: cover;
}
#menu .menu-list .menu-list-item .wrap{
display: flex;
justify-content: space-between;
}
#menu .menu-list .menu-list-item:nth-child(1) .wrap,
#menu .menu-list .menu-list-item:nth-child(3) .wrap,
#menu .menu-list .menu-list-item:nth-child(5) .wrap{
flex-flow: row wrap;
align-items: flex-end;
}
#menu .menu-list .menu-list-item:nth-child(2) .wrap,
#menu .menu-list .menu-list-item:nth-child(4) .wrap{
flex-flow: row-reverse wrap;
}
#menu .menu-list .menu-list-item .item-no{
position: absolute;
color: #a1f808;
font-weight: bold;
font-size: 30px;
text-align: center;
line-height: 1;
padding-top: 50px;
}
#menu .menu-list .menu-list-item:nth-child(1) .item-no,
#menu .menu-list .menu-list-item:nth-child(3) .item-no,
#menu .menu-list .menu-list-item:nth-child(5) .item-no{
right: 0;
top: 0;
}
#menu .menu-list .menu-list-item:nth-child(2) .item-no,
#menu .menu-list .menu-list-item:nth-child(4) .item-no{
right: 0;
left: 0;
top: 0;
}
#menu .menu-list .menu-list-item .item-no span{
display: block;
font-size: 110px;
}
#menu .menu-list .menu-list-item .item-no:after{
position: absolute;
content: "";
width: 1px;
background: #a1f808;
top: -100px;
height: 140px;
transform: scale(1,0);
transition: ease-out .9s;
transform-origin: top;
}
#menu .menu-list .menu-list-item .item-no.is-show::after{
transform: scale(1,1);
}
#menu .menu-list .menu-list-item .item-image{
width: 480px;
}
#menu .menu-list .menu-list-item .item-text{
color: #fff;
width: 820px;
}
#menu .menu-list .menu-list-item .item-text h3{
font-size: 34px;
font-weight: bold;
margin-bottom: 60px;
}
#menu .menu-list .menu-list-item .item-text h4{
font-size: 30px;
font-weight: bold;
margin-bottom: 30px;
}
#menu .menu-list .menu-list-item .item-text p{
font-size: 18px;
}
#menu .menu-accordion{
display: none;
}

#feature{
background: #f3f2ee;
padding: 80px 0;
position: relative;
}
#feature:before {
content: "";
display: block;
width: 100%;
height: 1px;
background: #000;
position: absolute;
top: 105px;
left: 0;
}
#feature .feature-title{
width: 240px;
margin: auto;
color: #a1f808;
background: #000;
text-align: center;
padding: 10px 0;
line-height: 1.2;
font-size: 20px;
font-weight: bold;
margin-bottom: 30px;
}
#feature .feature-subtitle{
color: #dbdbda;
font-size: 140px;
font-weight: normal;
line-height: 1;
}
#feature .feature-list{
display: flex;
flex-flow: row wrap;
justify-content: space-between;
padding: 0 130px;
}
#feature .feature-list .feature-list-item{
width: 360px;
margin-bottom: 30px;
}
#feature .feature-list .feature-list-item .item-image{
margin-bottom: 30px;
}
#feature .feature-list .feature-list-item .item-title{
font-size: 24px;
font-weight: bold;
text-align: center;
margin-bottom: 30px;
}
#feature .feature-list .feature-list-item .item-text{
font-size: 20px;
}

#voice{
background: #f3f2ee;
padding-bottom: 120px;
verflow: hidden;
position: relative;
}
#voice:before {
content: "";
display: block;
width: 100%;
height: 1px;
background: #000;
position: absolute;
top: 25px;
left: 0;
}
#voice .voice-title{
width: 240px;
margin: auto;
color: #a1f808;
background: #000;
text-align: center;
padding: 10px 0;
line-height: 1.2;
font-size: 20px;
font-weight: bold;
margin-bottom: 30px;
}
#voice .voice-subtitle{
color: #dbdbda;
font-size: 140px;
font-weight: normal;
line-height: 1;
text-align: right;
}
.voice-wrap {
overflow: hidden;
/*padding-bottom: 110px;*/
}
.swiper {
max-width: 650px;
overflow: visible !important;
}
.swiper-wrapper {
width: 100%;
}
.swiper-slide {
width: 650px !important;
height: auto !important;
background: #fff;
border-radius: 30px;
padding: 30px 40px;
box-sizing: border-box;
opacity: 0.6;
}
.swiper-slide.swiper-slide-active {
opacity: 1;
}
.voice-flex{
display: flex;
flex-flow: row wrap;
}
.voice-flex .voice-flex-wrap{
margin-right: 20px;
}
.swiper-slide .icon{
width: 150px;
}
.swiper-slide .icon img{
border-radius: 85px;
border: 1px solid #707070;
}
.swiper-slide .name{
font-size: 20px;
text-align: center;
}
.swiper-slide .title{
font-size: 22px;
margin-top: 10px
}
.swiper-slide .number{
font-size: 20px;
margin-right: 20px;
width: 150px;
text-align: center;
background: #a1f808;
height: 35px;
line-height: 35px;
margin-top: 5px;
}
.swiper-slide .review{
font-size: 30px;
line-height: 40px;
color: #c48a04;
}
.swiper-slide .text{
font-size: 18px;
margin-top: 30px;
}
.swiper-pagination-bullets {
width: 100px;
bottom: -100px !important;
z-index: 1 !important;
}
.swiper-pagination-bullet {
background: url("../img/pagination_inactive.png") no-repeat !important;
background-size: 100% auto !important;
border-radius: 0px !important;
opacity: 1 !important;
margin: 0 0 0 10px !important;
width: 50px !important;
height: 10px !important;
}
.swiper-pagination-bullet-active {
background: url("../img/pagination_active.png") no-repeat !important;
background-size: 100% auto !important;
width: 50px !important;
height: 10px !important;
}
.swiper-pagination-bullet:first-child {
margin: 0 !important;
}
.swiper-button-prev,
.swiper-button-next {
width: 90px !important;
height: 40px !important;
margin: 0 !important;
bottom: -100px !important;
top: auto !important;	
z-index: 9999;
}
.swiper-button-prev::after,
.swiper-button-next::after {
content: "";
margin: auto;
text-indent: 100%;
white-space: nowrap;
overflow: hidden;
width: 90px !important;
height: 40px !important;
}
.swiper-button-prev::after {
background: url("../img/arrow_prev.png") no-repeat;
background-size: 90px auto;
}
.swiper-button-next::after {
background: url("../img/arrow_next.png") no-repeat;
background-size: 90px auto;
}

#price{
background: #f3f2ee;
padding-bottom: 80px;
}
#price .price-title{
width: 240px;
margin: auto;
color: #a1f808;
background: #000;
text-align: center;
padding: 10px 0;
line-height: 1.2;
font-size: 20px;
font-weight: bold;
margin-bottom: 30px;
}
#price .price-subtitle{
color: #dbdbda;
font-size: 140px;
font-weight: normal;
line-height: 1;
}
#price .price-wrap{
max-width: 1360px;
background: #fff;
border-radius: 30px;
margin: auto;
padding: 80px;
box-sizing: border-box;
position: relative;
}
#price .price-wrap .price-wrap-title{
font-size: 64px;
color: #c48a04;
}
#price .price-wrap .price-wrap-subtitle{
font-size: 50px;
}
#price .price-wrap .price-wrap-text{
font-size: 30px;
margin-top: 10px;
}
#price .price-wrap .price-wrap-free{
font-size: 64px;
font-weight: bold;
color: #c48a04;
position: absolute;
top: -70px;
right: 340px;
z-index: 1;
}
#price .price-wrap .price-wrap-free span{
font-size: 260px;
}
#price .price-wrap .price-wrap-foodsupport{
background: #a1f808;
width: 350px;
height: 350px;
border-radius: 175px;
box-sizing: border-box;
padding-top: 65px;
text-align: center;
position: absolute;
top: -40px;
right: 40px;
z-index: 0;
line-height: 1.2;
}
#price .price-wrap .price-wrap-foodsupport span{
font-weight: bold;
display: block;
font-size: 76px;
line-height: 1;
}
#price .price-wrap .price-wrap-foodsupport span:first-child{
font-size: 34px;
}
#price .price-wrap .price-wrap-foodsupport span:last-child{
font-size: 42px;
}
#price .price-wrap .price-wrap-flex{
display: flex;
flex-flow: row wrap;
justify-content: space-between;
margin-top: 60px;
}
#price .price-wrap .price-wrap-flex .item{
width: 24.8%;
text-align: center;
}
#price .price-wrap .price-wrap-flex .item .item_title{
background: #040404;
color: #A1F808;
font-size: 24px;
line-height: 1;
padding: 15px 0 20px 0;
margin-top: 53px;
font-weight: bold;
}
#price .price-wrap .price-wrap-flex .item:nth-child(3) .item_title{
background: #C48A04;
color: #fff;
margin-top: 0;
}
#price .price-wrap .price-wrap-flex .item .item_title span{
font-size: 60px;
margin: 0 5px;
}
#price .price-wrap .price-wrap-flex .item .item_title p{
font-size: 22px;
line-height: 1.2;
}
#price .price-wrap .price-wrap-flex .item .item_text{
border: 1px solid #707070;
padding: 30px 40px;
height: 165px;
}
#price .price-wrap .price-wrap-flex .item .item_text .item_text-per{
font-size: 18px;
color: #040404;
background: #C5C5C5;
line-height: 1;
padding: 10px 20px;
border-radius: 10px;
margin-bottom: 20px;
}
#price .price-wrap .price-wrap-flex .item .item_text .item_text-price{
font-size: 28px;
line-height: 1;
margin-bottom: 20px;
}
#price .price-wrap .price-wrap-flex .item .item_text .item_text-price span{
font-size: 50px;
}
#price .price-wrap .price-wrap-flex .item .item_text .item_text-copy{
font-size: 16px;
line-height: 1;
}
#price .price-wrap .price-wrap-flex .item .item_text .item_text-copy span{
display: block;
color: #C48A04;
margin-bottom: 5px;
font-weight: bold;
}

#reservation{
background: #f3f2ee;
padding-bottom: 80px;
}
#reservation .reservation-title{
color: #a1f808;
background: #000;
text-align: center;
padding: 20px 0;
line-height: 1.2;
font-size: 16px;
font-weight: normal;
margin-bottom: 80px;
}
#reservation .reservation-title .en{
font-size: 38px;
font-weight: bold;
display: block;
}
#reservation .reservation-text{
text-align: center;
line-height: 1.6;
font-size: 20px;
margin-bottom: 60px;
}

#booking-package-locale-ja {
padding: 30px;
background: #fff;
}
#booking-package_inputFormPanel .form_text {
padding: 10px !important;
}
#booking-package_inputFormPanel textarea {
padding: 10px !important;
min-height: 100px !important;
}
#booking-package #returnToCalendarButton {
font-size: 18px !important;
font-weight: bold !important;
background: #a1f808;
width: 200px;
height: 50px;
line-height: 50px;
border-radius: 25px;
border: none;
margin: 10px auto 0 !important;
cursor: pointer;
}
#paymentPanel,
#booking-package_pay_locally,
#nextAndReturnPanel {
width: 200px;
}
#booking-package_pay_locally {
margin: 0 auto !important;
}
#paymentPanel {
float: right;
margin: 0 360px 0 0 !important;
}
#nextAndReturnPanel {
float: left;
margin: 0 0 0 360px !important;
}
.booking_completed_panel #nextAndReturnPanel {
float: none;
margin: 0 auto !important;
}
#booking-package_pay_locally button,
#nextAndReturnPanel button {
font-size: 18px !important;
font-weight: bold !important;
background: #a1f808;
width: 100%;
height: 50px;
line-height: 50px;
border-radius: 25px;
border: none;
margin: 0 !important;
cursor: pointer;
}

#concept{
color: #fff;
text-align: center;
background: url("../img/concept_bg.jpg") no-repeat center;
background-size: cover;
}
#concept .concept-title{
color: #a1f808;
background: #000;
text-align: center;
padding: 20px 0;
line-height: 1.2;
font-size: 16px;
font-weight: normal;
}
#concept .concept-title span{
font-size: 38px;
font-weight: bold;
display: block;
}
#concept .wrap2{
padding: 60px 0 120px 0;
}
#concept .concept-subtitle{
font-size: 30px;
font-weight: bold;
margin-bottom: 20px;
}
#concept .concept-text{
font-size: 20px;
margin-bottom: 40px;
line-height: 1.8;
}
#concept .concept-president{
display: flex;
flex-flow: row wrap;
justify-content: space-between;
}
#concept .concept-president .concept-president-image{
width: 36%;
text-align: left;
}
#concept .concept-president .concept-president-image .position{
font-size: 18px;
margin-top: 20px;
}
#concept .concept-president .concept-president-image .name{
font-size: 36px;
line-height: 1.2;
}
#concept .concept-president .concept-president-image .name span{
font-size: 22px;
margin-left: 10px;
}
#concept .concept-president .concept-president-image .midashi{
font-size: 20px;
margin-top: 30px;
}
#concept .concept-president .concept-president-image .list{
margin-top: 20px;
margin-left: 25px;
}
#concept .concept-president .concept-president-image .list li{
font-size: 18px;
list-style: outside disc;
margin-top: 10px;
}
#concept .concept-president .concept-president-image .list li:first-child{
margin-top: 0;
}
#concept .concept-president .concept-president-image .text{
font-size: 18px;
margin-top: 20px;
}
#concept .concept-president .concept-president-text{
width: 62%;
text-align: left;
background: rgba(0, 0, 0, 0.5);
padding: 40px 30px;
box-sizing: border-box;
}
#concept .concept-president .concept-president-text .midashi{
font-size: 20px;
margin-bottom: 30px;
}
#concept .concept-president .concept-president-text p{
font-size: 16px;
margin-top: 20px;
}
#concept .concept-president .concept-president-text p:first-of-type{
margin-top: 0;
}
#concept .concept-president .concept-president-text .list{
margin-top: 20px;
margin-left: 25px;
}
#concept .concept-president .concept-president-text .list li{
font-size: 16px;
}
#concept .concept-president .concept-president-text .list li:nth-child(1),
#concept .concept-president .concept-president-text .list li:nth-child(3),
#concept .concept-president .concept-president-text .list li:nth-child(5){
list-style: outside disc;
}
#concept .concept-president .concept-president-text .list li:nth-child(2),
#concept .concept-president .concept-president-text .list li:nth-child(4),
#concept .concept-president .concept-president-text .list li:nth-child(6){
margin-bottom: 10px;
list-style: none;
}
#concept .concept-president .concept-president-text .list li:nth-child(6){
margin-bottom: 0;
}
#concept .concept-president .concept-president-text .list li:nth-child(2):before,
#concept .concept-president .concept-president-text .list li:nth-child(4):before,
#concept .concept-president .concept-president-text .list li:nth-child(6):before {
content: "―";
margin-left: -23px;
margin-right: 6px;
}

#faq{
background: #f3f2ee;
padding: 120px 0 180px 0;
position: relative;
}
#faq:before {
content: "";
display: block;
width: 100%;
height: 1px;
background: #000;
position: absolute;
top: 145px;
left: 0;
}
#faq .faq-title{
width: 240px;
margin: auto;
color: #a1f808;
background: #000;
text-align: center;
padding: 10px 0;
line-height: 1.2;
font-size: 20px;
font-weight: bold;
margin-bottom: 30px;
}
#faq .faq-subtitle{
color: #dbdbda;
font-size: 140px;
font-weight: normal;
line-height: 1;
text-align: right;
}
#faq .faq-list {
border-bottom: #b2aeae solid 1px;
}
#faq .faq-list .faq-list-q {
cursor: pointer;
font-size: 20px;
font-weight: bold;
padding: 20px 80px;
position: relative;
background: #dbdbda;
}
#faq .faq-list .faq-list-q .icon {
position: absolute;
background: #000;
color: #fff;
display: block;
width: 40px;
height: 40px;
line-height: 40px;
text-align: center;
left: 20px;
top: 0;
bottom: 0;
margin: auto;
font-size: 20px;
font-weight: bold;
}
#faq .faq-list:nth-of-type(2n) .faq-list-q {
background: #fff;
}
#faq .faq-list .faq-list-q:before {
position: absolute;
content: '';
top: 50%;
right: 20px;
height: 2px;
width: 25px;
background: #000;
transform: rotate(90deg);
transition: all .3s ease-in-out;
}
#faq .faq-list .faq-list-q:after {
position: absolute;
content: '';
top: 50%;
right: 20px;
height: 2px;
width: 25px;
background: #000;
transition: all .3s ease-in-out;
}
#faq .faq-list .faq-list-q.open:before {
transform: rotate(180deg);
}
#faq .faq-list .faq-list-q.open:after {
opacity: 0;
}
#faq .faq-list .faq-list-a {
display: none;
padding: 0 20px 20px 20px;
background: #dbdbda;
font-size: 20px;
}
#faq .faq-list:nth-of-type(2n) .faq-list-a {
background: #fff;
}

#instagram{
background: #f3f2ee;
}
#instagram .instagram-title{
color: #a1f808;
background: #000;
text-align: center;
padding: 20px 0;
line-height: 1.2;
font-size: 16px;
font-weight: normal;
}
#instagram .instagram-title .en{
font-size: 38px;
font-weight: bold;
display: block;
}
#instagram .wrap2 {
padding: 80px 0 120px 0;
}
#instagram .instagram-list {
display: flex;
flex-flow: row wrap;
justify-content: space-between;
}
#instagram .instagram-list .instagram-list-item {
width: 23.5%;
margin-bottom: 2%;
}
#instagram .instagram-list .instagram-list-item a {
display: block;
background: #000;
}
#instagram .instagram-list .instagram-list-item a:hover img {
transition: 0.3s;
opacity: 0.7;
}
#instagram .instagram-button {
width: 320px;
margin: 30px auto 0;
}
#instagram .instagram-button a {
display: block;
text-align: center;
transition: 0.3s;
width: 100%;
height: 70px;
line-height: 70px;
border-radius: 35px;
background: #a1f808;
color: #000;
font-size: 26px;
font-weight: bold;
}
#instagram .instagram-button a:hover {
background: #000;
color: #a1f808;
}

#access{
background: #f3f2ee;
}
#access .access-title{
color: #a1f808;
background: #000;
text-align: center;
padding: 20px 0;
line-height: 1.2;
font-size: 16px;
font-weight: normal;
}
#access .access-title .en{
font-size: 38px;
font-weight: bold;
display: block;
}
#access .wrap2{
padding: 80px 0 120px 0;
display: flex;
flex-flow: row wrap;
justify-content: space-between;
}
#access .access-map{
width: 800px;
}
#access .access-map iframe{
width: 100%;
height: 400px;
}
#access .access-text{
width: 360px;
}
#access .access-text h3{
font-size: 18px;
font-weight: bold;
border-bottom: 1px solid #000;
padding-bottom: 10px;
margin-bottom: 30px;
}
#access .access-text p{
font-size: 16px;
font-weight: bold;
margin-bottom: 20px;
}

#banner{
display: none;
}

.fadeIn {
  opacity: 0;
  transition: 1s;
}
.fadeIn.is-show {
  opacity: 1;
}
.fadeIn_up {
  opacity: 0;
  transform: translate(0, 50px);
  transition: 1s;
}
.fadeIn_up.is-show {
  transform: translate(0, 0);
  opacity: 1;
}
.fadeIn_left {
  opacity: 0;
  transform: translate(-50px, 0);
  transition: 1s;
}
.fadeIn_left.is-show {
  transform: translate(0, 0);
  opacity: 1;
}
.fadeIn_right {
  opacity: 0;
  transform: translate(50px, 0);
  transition: 1s;
}
.fadeIn_right.is-show {
  transform: translate(0, 0);
  opacity: 1;
}

@media screen and (max-width:1399px) {

.wrap{
width: 100%;
}
.wrap2{
width: 85.7vw;
}

header{
height: 6.4vw;
}
header .header-logo{
width: 15.7vw;
margin: 1.4vw;
}
header .header-information{
top: 0.7vw;
right: 19.2vw;
}
header .header-information p{
font-size: 0.8vw;
margin: 0 0.7vw;
}
header .header-menu{
margin-right: 20vw;
margin-top: 3.2vw;
}
header .header-menu .header-menu-item{
font-size: 1.2vw;
margin-left: 2.8vw;
}
header .header-menu .header-menu-item.icon{
width: 2.1vw;
}
header .header-button{
width: 18.5vw;
}
header .header-button a{
font-size: 1.5vw;
height: 6.4vw;
padding-top: 1vw;
}
header .header-button a span{
font-size: 2vw;
}

footer{
padding: 4.2vw 0 2.1vw 0;
}
footer .footer-information .footer-information-logo{
width: 8.5vw;
margin-bottom: 1.4vw;
}
footer .footer-information .footer-information-text{
font-size: 0.8vw;
}
footer .footer-information .footer-information-text p{
margin-bottom: 0.7vw;
}
footer .footer-information .footer-information-text p:last-child{
margin-bottom: 7.1vw;
}
footer .footer-information .footer-information-copyright{
font-size: 0.8vw;
}
footer .footer-menu{
margin-bottom: 8.5vw;
}
footer .footer-menu .footer-menu-item a{
font-size: 1vw;
}

.mv .mv-wrap {
top: 17.8vw;
width: 57.1vw;
}
.mv .mv-wrap .mv-wrap-logo{
width: 14.2vw;
margin: 0 auto 3.5vw;
}
.mv .mv-wrap .mv-wrap-title{
font-size: 5.7vw;
margin-bottom: 2.1vw;
}
.mv .mv-wrap .mv-wrap-text{
font-size: 2.5vw;
}

#menu .menu-title{
padding: 1.4vw 0;
font-size: 1.1vw;
}
#menu .menu-title .en{
font-size: 2.7vw;
}
#menu .menu-list .menu-list-item{
height: 42.8vw;
padding: 5.7vw 0;
}
#menu .menu-list .menu-list-item .item-no{
font-size: 2.1vw;
padding-top: 3.5vw;
}
#menu .menu-list .menu-list-item .item-no span{
font-size: 7.8vw;
}
#menu .menu-list .menu-list-item .item-no:after{
top: -7.1vw;
height: 10vw;
}
#menu .menu-list .menu-list-item .item-image{
width: 34.2vw;
}
#menu .menu-list .menu-list-item .item-text{
width: 58.5vw;
}
#menu .menu-list .menu-list-item .item-text h3{
font-size: 2.4vw;
margin-bottom: 4.2vw;
}
#menu .menu-list .menu-list-item .item-text h4{
font-size: 2.1vw;
margin-bottom: 2.1vw;
}
#menu .menu-list .menu-list-item .item-text p{
font-size: 1.2vw;
}

#feature{
padding: 5.7vw 0;
}
#feature:before {
top: 7.5vw;
}
#feature .feature-title{
width: 17.1vw;
padding: 0.7vw 0;
font-size: 1.4vw;
margin-bottom: 2.1vw;
}
#feature .feature-subtitle{
font-size: 10vw;
}
#feature .feature-list{
padding: 0 9.2vw;
}
#feature .feature-list .feature-list-item{
width: 25.7vw;
margin-bottom: 2.1vw;
}
#feature .feature-list .feature-list-item .item-image{
margin-bottom: 2.1vw;
}
#feature .feature-list .feature-list-item .item-title{
font-size: 1.7vw;
margin-bottom: 2.1vw;
}
#feature .feature-list .feature-list-item .item-text{
font-size: 1.4vw;
}

#voice{
padding-bottom: 8.5vw;
}
#voice:before {
top: 1.7vw;
}
#voice .voice-title{
width: 17.1vw;
padding: 0.7vw 0;
font-size: 1.4vw;
margin-bottom: 2.1vw;
}
#voice .voice-subtitle{
font-size: 10vw;
}
.voice-wrap {
/*padding-bottom: 7.8vw;*/
}
.swiper {
max-width: 46.4vw;
}
.swiper-wrapper {
width: 100%;
}
.swiper-slide {
width: 46.4vw !important;
border-radius: 2.1vw;
padding: 2.1vw 2.8vw;
}
.voice-flex .voice-flex-wrap{
margin-right: 1.4vw;
}
.swiper-slide .icon{
width: 10.7vw;
}
.swiper-slide .icon img{
border-radius: 6vw;
}
.swiper-slide .name{
font-size: 1.4vw;
}
.swiper-slide .title{
font-size: 1.5vw;
margin-top: 0.7vw;
}
.swiper-slide .number{
font-size: 1.4vw;
margin-right: 1.4vw;
width: 10.7vw;
height: 2.5vw;
line-height: 2.5vw;
margin-top: 0.3vw;
}
.swiper-slide .review{
font-size: 2.1vw;
line-height: 2.8vw;
}
.swiper-slide .text{
font-size: 1.2vw;
margin-top: 2.1vw;
}
.swiper-pagination-bullets {
width: 7.1vw;
bottom: -7.1vw !important;
z-index: 1 !important;
}
.swiper-pagination-bullet {
margin: 0 0 0 0.7vw !important;
width: 3.5vw !important;
height: 0.7vw !important;
}
.swiper-pagination-bullet-active {
width: 3.5vw !important;
height: 0.7vw !important;
}
.swiper-button-prev,
.swiper-button-next {
width: 6.4vw !important;
height: 2.8vw !important;
bottom: -7.1vw !important;
}
.swiper-button-prev::after,
.swiper-button-next::after {
width: 6.4vw !important;
height: 2.8vw !important;
}
.swiper-button-prev::after {
background-size: 6.4vw auto;
}
.swiper-button-next::after {
background-size: 6.4vw auto;
}

#price{
padding-bottom: 5.7vw;
}
#price:before {
top: 1.7vw;
}
#price .price-title{
width: 17.1vw;
padding: 0.7vw 0;
font-size: 1.4vw;
margin-bottom: 2.1vw;
}
#price .price-subtitle{
font-size: 10vw;
}
#price .price-wrap{
max-width: 97.1vw;
border-radius: 2.1vw;
padding: 5.7vw;
}
#price .price-wrap .price-wrap-title{
font-size: 4.5vw;
}
#price .price-wrap .price-wrap-subtitle{
font-size: 3.5vw;
}
#price .price-wrap .price-wrap-text{
font-size: 2.1vw;
margin-top: 0.7vw;
}
#price .price-wrap .price-wrap-free{
font-size: 4.5vw;
top: -5vw;
right: 24.2vw;
}
#price .price-wrap .price-wrap-free span{
font-size: 18.5vw;
}
#price .price-wrap .price-wrap-foodsupport{
width: 25vw;
height: 25vw;
border-radius: 12.5vw;
padding-top: 4.7vw;
top: -2.8vw;
right: 2.8vw;
}
#price .price-wrap .price-wrap-foodsupport span{
font-size: 5.5vw;
}
#price .price-wrap .price-wrap-foodsupport span:first-child{
font-size: 2.4vw;
}
#price .price-wrap .price-wrap-foodsupport span:last-child{
font-size: 3vw;
}
#price .price-wrap .price-wrap-flex{
margin-top: 5vw;
}
#price .price-wrap .price-wrap-flex .item .item_title{
font-size: 2vw;
padding: 1.25vw 0 1.6vw 0;
margin-top: 4.4vw;
}
#price .price-wrap .price-wrap-flex .item .item_title span{
font-size: 5vw;
}
#price .price-wrap .price-wrap-flex .item .item_title p{
font-size: 1.8vw;
}
#price .price-wrap .price-wrap-flex .item .item_text{
padding: 2.5vw 3.0vw;
height: 13.75vw;
}
#price .price-wrap .price-wrap-flex .item .item_text .item_text-per{
font-size: 1.3vw;
padding: 0.8vw 1.6vw;
border-radius: 0.8vw;
margin-bottom: 1.6vw;
}
#price .price-wrap .price-wrap-flex .item .item_text .item_text-price{
font-size: 1.8vw;
margin-bottom: 1.6vw;
}
#price .price-wrap .price-wrap-flex .item .item_text .item_text-price span{
font-size: 3.6vw;
}
#price .price-wrap .price-wrap-flex .item .item_text .item_text-copy{
font-size: 1.1vw;
}

#reservation{
padding-bottom: 5.7vw;
}
#reservation .reservation-title{
padding: 1.4vw 0;
font-size: 1.1vw;
margin-bottom: 5.7vw;
}
#reservation .reservation-title .en{
font-size: 2.7vw;
}
#reservation .reservation-text{
font-size: 1.4vw;
margin-bottom: 4.2vw;
}

#booking-package-locale-ja {
padding: 2.1vw;
}
#booking-package_inputFormPanel .form_text {
padding: 0.7vw !important;
}
#booking-package_inputFormPanel textarea {
padding: 0.7vw !important;
min-height: 7.1vw !important;
}
#booking-package #returnToCalendarButton {
font-size: 1.2vw !important;
width: 14.2vw;
height: 3.5vw;
line-height: 3.5vw;
border-radius: 1.7vw;
margin: 0.7vw auto 0 !important;
}
#paymentPanel,
#booking-package_pay_locally,
#nextAndReturnPanel {
width: 14.2vw;
}
#paymentPanel {
margin: 0 25.7vw 0 0 !important;
}
#nextAndReturnPanel {
margin: 0 0 0 25.7vw !important;
}
#booking-package_pay_locally button,
#nextAndReturnPanel button {
font-size: 1.2vw !important;
height: 3.5vw;
line-height: 3.5vw;
border-radius: 1.7vw;
}
	
#concept .concept-title{
padding: 1.6vw 0;
font-size: 1.3vw;
}
#concept .concept-title span{
font-size: 3.1vw;
}
#concept .wrap2{
padding: 5vw 0 10vw 0;
}
#concept .concept-subtitle{
font-size: 2.5vw;
margin-bottom: 1.6vw;
}
#concept .concept-text{
font-size: 1.6vw;
margin-bottom: 3.3vw;
}
#concept .concept-president .concept-president-image .position{
font-size: 1.5vw;
margin-top: 1.6vw;
}
#concept .concept-president .concept-president-image .name{
font-size: 3vw;
}
#concept .concept-president .concept-president-image .name span{
font-size: 1.8vw;
margin-left: 0.8vw;
}
#concept .concept-president .concept-president-image .midashi{
font-size: 1.6vw;
margin-top: 2.5vw;
}
#concept .concept-president .concept-president-image .list{
margin-top: 1.6vw;
margin-left: 2vw;
}
#concept .concept-president .concept-president-image .list li{
font-size: 1.5vw;
margin-top: 0.8vw;
}
#concept .concept-president .concept-president-image .text{
font-size: 1.5vw;
margin-top: 1.6vw;
}
#concept .concept-president .concept-president-text{
padding: 3.3vw 2.5vw;
}
#concept .concept-president .concept-president-text .midashi{
font-size: 1.6vw;
margin-bottom: 2.5vw;
}
#concept .concept-president .concept-president-text p{
font-size: 1.3vw;
margin-top: 1.6vw;
}
#concept .concept-president .concept-president-text .list{
margin-top: 1.6vw;
margin-left: 2vw;
}
#concept .concept-president .concept-president-text .list li{
font-size: 1.3vw;
}
#concept .concept-president .concept-president-text .list li:nth-child(2),
#concept .concept-president .concept-president-text .list li:nth-child(4),
#concept .concept-president .concept-president-text .list li:nth-child(6){
margin-bottom: 0.8vw;
}
#concept .concept-president .concept-president-text .list li:nth-child(2):before,
#concept .concept-president .concept-president-text .list li:nth-child(4):before,
#concept .concept-president .concept-president-text .list li:nth-child(6):before {
margin-left: -1.9vw;
margin-right: 0.5vw;
}
	
#faq{
padding: 8.5vw 0 12.8vw 0;
}
#faq:before {
top: 10.3vw;
}
#faq .faq-title{
width: 17.1vw;
padding: 0.7vw 0;
font-size: 1.4vw;
margin-bottom: 2.1vw;
}
#faq .faq-subtitle{
font-size: 10vw;
}
#faq .faq-list .faq-list-q {
font-size: 1.4vw;
padding: 1.4vw 5.7vw;
}
#faq .faq-list .faq-list-q .icon {
width: 2.8vw;
height: 2.8vw;
line-height: 2.8vw;
left: 1.4vw;
font-size: 1.4vw;
}
#faq .faq-list .faq-list-q:before {
right: 1.4vw;
width: 1.7vw;
}
#faq .faq-list .faq-list-q:after {
right: 1.4vw;
width: 1.7vw;
}
#faq .faq-list .faq-list-a {
padding: 0 1.4vw 1.4vw 1.4vw;
font-size: 1.4vw;
}
	
#instagram .instagram-title{
padding: 1.4vw 0;
font-size: 1.1vw;
}
#instagram .instagram-title .en{
font-size: 2.7vw;
}
#instagram .wrap2 {
padding: 5.7vw 0 8.5vw 0;
}
#instagram .instagram-button {
width: 26.6vw;
margin: 2.5vw auto 0;
}
#instagram .instagram-button a {
height: 5.8vw;
line-height: 5.8vw;
border-radius: 2.9vw;
font-size: 2.1vw;
}

#access .access-title{
padding: 1.4vw 0;
font-size: 1.1vw;
}
#access .access-title .en{
font-size: 2.7vw;
}
#access .wrap2{
padding: 5.7vw 0 8.5vw 0;
}
#access .access-map{
width: 57.1vw;
}
#access .access-map iframe{
height: 28.5vw;
}
#access .access-text{
width: 25.7vw;
}
#access .access-text h3{
font-size: 1.2vw;
padding-bottom: 0.7vw;
margin-bottom: 2.1vw;
}
#access .access-text p{
font-size: 1.1vw;
margin-bottom: 1.4vw;
}

}

@media screen and (max-width:767px) {
	
.wrap{
width: 100%;
}
.wrap2{
width: 96%;
}
.pc{
display: none;
}
.sp{
display: block;
}

#p-pagetop {
width: 40px;
height: 40px;
bottom: 80px;
right: 20px;
border-radius: 20px;
font-size: 20px;
}
	
header{
width: 100%;
height: 50px;
position: fixed;
top: 0;
z-index: 9999;
}
header .wrap{
display: flex;
flex-flow: row wrap;
justify-content: space-between;
position: relative;
}
header .header-logo{
width: 140px;
margin: 10px 20px;
}
header .header-information{
display: none;
}
header .hamburger{
width: 50px;
height: 50px;
position: fixed;
top: 0;
right: 0;
z-index: 9998;
background: #c48a04;
box-sizing: border-box;
padding: 15px 10px;
}
header .hamburger .hamburger-wrap{
width: 30px;
height: 20px;
position: relative;
}
header .hamburger .hamburger-wrap span{
position: absolute;
width: 100%;
height: 1px;
background: #fff;
transition: .3s;
}
header .hamburger .hamburger-wrap span:first-of-type{
top: 0;
}
header .hamburger .hamburger-wrap span:nth-of-type(2){
top: 50%;
}
header .hamburger .hamburger-wrap span:last-of-type{
top: 100%;
}
header .hamburger.active .hamburger-wrap span:first-of-type{
top: 50%;
transform: rotate(45deg);
}
header .hamburger.active .hamburger-wrap span:nth-of-type(2){
opacity: 0;
}
header .hamburger.active .hamburger-wrap span:last-of-type{
top: 50%;
transform: rotate(-45deg);
}
header .header-menu{
/*display: block;*/
justify-content: center;
margin-right: 0;
margin-top: 0;
background: #000;
position: fixed;
top: 50px;
width: 100%;
left: 0;
z-index: 9997;
transform: translateX(100%);
transition: .5s;
padding: 40px 0;
}
header .header-menu.active{
transform: translateX(0); 
}
header .header-menu .header-menu-item{
font-size: 16px;
margin-left: 0;
margin-bottom: 20px;
text-align: center;
width: 100%;
}
header .header-menu .header-menu-item:nth-last-child(2){
margin-bottom: 40px;
}
header .header-menu .header-menu-item.icon{
width: 35px;
margin: 0 10px;
}	
header .header-button{
display: none;
}

footer{
padding: 30px 0 80px 0;
}
footer .wrap2{
display: block;
position: relative;
}
footer .footer-information{
display: flex;
flex-flow: row wrap;
justify-content: center;
align-items: flex-end;
}
footer .footer-information .footer-information-logo{
width: 80px;
margin-bottom: 10px;
}
footer .footer-information .footer-information-text{
font-size: 10px;
margin-bottom: 10px;}
footer .footer-information .footer-information-text p{
margin-bottom: 10px;
}
footer .footer-information .footer-information-text p:last-child{
margin-bottom: 0;
}
footer .footer-information .footer-information-menu{
width: 100%;
text-align: center;
margin-bottom: 10px;
}
footer .footer-information .footer-information-menu .menu-item{
display: inline-block;
margin: 0 10px;
}
footer .footer-information .footer-information-menu .menu-item a{
color: #fff;
font-size: 10px;
}
footer .footer-information .footer-information-copyright{
font-size: 10px;
}

.mv {
margin-top: 50px;
}
.mv .mv-wrap {
width: 260px;
height: 180px;
top: 2rem;	
}
.mv .mv-wrap .mv-wrap-logo{
width: 80px;
margin: 0 auto 20px;
}
.mv .mv-wrap .mv-wrap-title{
font-size: 26px;
margin-bottom: 10px;
}
.mv .mv-wrap .mv-wrap-text{
font-size: 14px;
}

#menu .menu-title{
text-align: left;
padding: 10px 20px;
font-size: 12px;
}
#menu .menu-title .en{
font-size: 22px;
}
#menu .menu-list{
display: none;
}
#menu .menu-accordion{
display: block;
}
#menu .menu-list .menu-list-item .item-no{
position: absolute;
font-size: 16px;
padding-top: 0px;
}
#menu .menu-list .menu-list-item:nth-child(1) .item-no,
#menu .menu-list .menu-list-item:nth-child(3) .item-no,
#menu .menu-list .menu-list-item:nth-child(5) .item-no{
right: 0;
top: 0;
}
#menu .menu-list .menu-list-item:nth-child(2) .item-no,
#menu .menu-list .menu-list-item:nth-child(4) .item-no{
right: 0;
left: 0;
top: 0;
}
#menu .menu-list .menu-list-item .item-no span{
display: block;
font-size: 40px;
}
#menu .menu-list .menu-list-item .item-no:after {
display: none;
}	
.menu-accordion {
}
.menu-accordion-title {
font-size: 16px;
font-weight: bold;
background: #000;
color: #a1f808;
padding: 10px 20px;
transition: 0.3s;
cursor: pointer;
position: relative;
border-top: 1px solid #a1f808;
}
.menu-accordion-title::before {
content: "";
width: 10px;
height: 10px;
border-right: 2px solid #a1f808;
border-bottom: 2px solid #a1f808;
position: absolute;
top: 12px;
transform: rotate(45deg);
right: 20px;
transition: 0.3s;
}
.menu-accordion-title.active::before {
transform: rotate(225deg);
top: 20px;
}
.menu-accordion-content {
padding: 0;
opacity: 0;
height: 0;
line-height: 0;
transition: 0.3s;
position: relative;
}
#menu .menu-accordion .menu-accordion-content:nth-of-type(1) {
background: url("../img/menu-bg_01.jpg") no-repeat center;
background-size: cover;
}
#menu .menu-accordion .menu-accordion-content:nth-of-type(2) {
background: url("../img/menu-bg_02.jpg") no-repeat center;
background-size: cover;
}
#menu .menu-accordion .menu-accordion-content:nth-of-type(3) {
background: url("../img/menu-bg_03.jpg") no-repeat center;
background-size: cover;
}
#menu .menu-accordion .menu-accordion-content:nth-of-type(4) {
background: url("../img/menu-bg_04.jpg") no-repeat center;
background-size: cover;
}
#menu .menu-accordion .menu-accordion-content:nth-of-type(5) {
background: url("../img/menu-bg_05.jpg") no-repeat center;
background-size: cover;
}
.menu-accordion-content.open {
opacity: 1;
line-height: normal;
height: auto;
}
.menu-accordion-content.open img {
height: auto;
}
.content-title{
background: #000;
color: #fff;
font-size: 16px;
font-weight: normal;
padding: 20px 20px;
border-top: 1px solid #a1f808;
border-bottom: 1px solid #ccc;
min-height: 90px;
box-sizing: border-box;
}
#menu .menu-accordion .menu-accordion-content:nth-of-type(3) .content-title{
line-height: 45px;
}
.content-no{
color: #a1f808;
font-size: 14px;
text-align: center;
position: absolute;
right: 20px;
top: 10px;
}
.content-no span{
font-size: 46px;
display: block;
line-height: 1;
}
.content-image{
margin: 40px 20px;
}
.content-text{
color: #fff;
font-size: 14px;
padding: 0 20px 60px 20px;
}

#feature{
background: #f3f2ee;
padding: 40px 20px;
}
#feature:before {
top: 50px;
}
#feature .feature-title{
width: 160px;
font-size: 14px;
margin-bottom: 10px;
}
#feature .feature-subtitle{
font-size: 45px;
text-align: center;
}
#feature .feature-list{
display: block;
padding: 0;
}
#feature .feature-list .feature-list-item{
width: 100%;
margin-bottom: 40px;
background: #fff;
}
#feature .feature-list .feature-list-item .item-image{
margin-bottom: 20px;
}
#feature .feature-list .feature-list-item .item-title{
font-size: 20px;
text-align: left;
margin-bottom: 10px;
padding: 0 10px;
}
#feature .feature-list .feature-list-item .item-text{
font-size: 16px;
padding: 0 10px 20px 10px;	
}

#voice{
padding-bottom: 60px;
}
#voice:before {
top: 10px;
}
#voice .voice-title{
width: 160px;
font-size: 14px;
margin-bottom: 10px;
}
#voice .voice-subtitle{
font-size: 45px;
text-align: center;
}

.voice-wrap {
padding: 0 20px;
}
.swiper {
max-width: 100%;
}
.swiper-slide {
width: 100% !important;
border-radius: 20px;
padding: 20px;
}
.voice-flex .voice-flex-wrap{
margin-right: 10px;
}
.swiper-slide .icon{
width: 60px;
}
.swiper-slide .icon img{
border-radius: 30px;
}
.swiper-slide .name{
font-size: 12px;
}
.swiper-slide .title{
font-size: 12px;
margin-top: 0;
}
.swiper-slide .number{
font-size: 12px;
margin-right: 10px;
width: 60px;
height: 30px;
line-height: 30px;
}
.swiper-slide .review{
font-size: 20px;
line-height: 35px;
}
.swiper-slide .text{
font-size: 12px;
margin-top: 20px;
}
.swiper-pagination-bullets {
bottom: -50px !important;
}
.swiper-pagination-bullet {
margin: 0 0 0 5px !important;
width: 30px !important;
height: 5px !important;
}
.swiper-pagination-bullet-active {
width: 30px !important;
height: 5px !important;
}
.swiper-button-prev,
.swiper-button-next {
width: 50px !important;
height: 25px !important;
bottom: -50px !important;
}
.swiper-button-prev::after,
.swiper-button-next::after {
width: 50px !important;
height: 25px !important;
}
.swiper-button-prev::after {
background-size: 50px auto;
}
.swiper-button-next::after {
background-size: 50px auto;
}

#price{
padding-bottom: 40px;
}
#price .price-title{
width: 160px;
font-size: 14px;
margin-bottom: 10px;
}
#price .price-subtitle{
font-size: 45px;
text-align: center;
}
#price .price-wrap{
max-width: 100%;
background: none;
padding: 0;
}
#price .price-wrap .price-wrap-title{
font-size: 20px;
padding-left: 20px;
margin-top: 10px;
}
#price .price-wrap .price-wrap-subtitle{
font-size: 16px;
padding-left: 20px;
}
#price .price-wrap .price-wrap-text{
font-size: 12px;
margin-top: 5px;
padding: 0 20px;
}
#price .price-wrap .price-wrap-free{
font-size: 26px;
top: -30px;
right: auto;
left: 240px;
}
#price .price-wrap .price-wrap-free span{
font-size: 70px;
}	
#price .price-wrap .price-wrap-foodsupport{
width: calc(100% - 40px);
height: 30px;
border-radius: 50px;
position: static;
margin: 10px 20px 0 20px;
padding: 0;
line-height: 30px;
}
#price .price-wrap .price-wrap-foodsupport span{
font-size: 14px;
display: inline-block;
}
#price .price-wrap .price-wrap-foodsupport span br{
display: none;
}
#price .price-wrap .price-wrap-foodsupport span:first-child{
font-size: 14px;
}
#price .price-wrap .price-wrap-foodsupport span:last-child{
font-size: 14px;
}
#price .price-wrap .price-wrap-flex{
display: block;
margin-top: 0;
}
#price .price-wrap .price-wrap-flex .item{
width: calc( 100% - 40px );
margin: 20px auto 0;
}
#price .price-wrap .price-wrap-flex .item .item_title{
font-size: 18px;
padding: 10px 0 15px 0;
margin-top: 0;
}
#price .price-wrap .price-wrap-flex .item:nth-child(3) .item_title{
padding: 15px 0;
}
#price .price-wrap .price-wrap-flex .item .item_title span{
font-size: 30px;
margin: 0 3px;
}
#price .price-wrap .price-wrap-flex .item .item_title p{
font-size: 14px;
}	
#price .price-wrap .price-wrap-flex .item .item_text{
padding: 20px 30px;
height: auto;
background: #fff;
border: none;
}
#price .price-wrap .price-wrap-flex .item .item_text .item_text-per{
font-size: 16px;
padding: 0;
border-radius: 20px;
height: 40px;
line-height: 40px;
width: 200px;
margin: 0 auto 10px;
}	
#price .price-wrap .price-wrap-flex .item .item_text .item_text-price{
font-size: 20px;
margin-bottom: 15px;
}
#price .price-wrap .price-wrap-flex .item .item_text .item_text-price span{
font-size: 40px;
}	
#price .price-wrap .price-wrap-flex .item .item_text .item_text-copy{
font-size: 14px;
}

#reservation{
padding-bottom: 40px;
}
#reservation .reservation-title{
text-align: left;
padding: 10px 20px;
font-size: 12px;
margin-bottom: 40px;
}
#reservation .reservation-title .en{
font-size: 22px;
}
#reservation .reservation-text{
font-size: 14px;
margin-bottom: 20px;
}

#booking-package-locale-ja {
padding: 10px 20px;
}
#booking-package_inputFormPanel .form_text {
padding: 5px !important;
}
#booking-package_inputFormPanel textarea {
padding: 5px !important;
min-height: 50px !important;
}
#booking-package #returnToCalendarButton {
font-size: 16px !important;
width: 49%;
height: 40px;
line-height: 40px;
border-radius: 20px;
}
#paymentPanel,
#booking-package_pay_locally,
#nextAndReturnPanel {
width: 49%;
}
#booking-package_pay_locally {
width: 100%;
}
#paymentPanel {
margin: 0 !important;
}
#nextAndReturnPanel {
margin: 0 !important;
}
#booking-package_pay_locally button,
#nextAndReturnPanel button {
font-size: 16px !important;
height: 40px;
line-height: 40px;
border-radius: 20px;
}	

#concept .concept-title{
text-align: left;
padding: 10px 20px;
font-size: 12px;
}
#concept .concept-title span{
font-size: 22px;
}
#concept .wrap2{
padding: 40px 0 60px 0;
}
#concept .concept-subtitle{
font-size: 22px;
margin-bottom: 10px;
}
#concept .concept-text{
font-size: 12px;
margin-bottom: 20px;
line-height: 1.6;
}
#concept .concept-president .concept-president-image{
width: 100%;
}
#concept .concept-president .concept-president-text{
width: 100%;
padding: 30px 20px;
}
#concept .concept-president .concept-president-text .position{
font-size: 12px;
margin-bottom: 10px;
}
#concept .concept-president .concept-president-text .name{
font-size: 26px;
line-height: 1.2;
margin-bottom: 30px;
}
#concept .concept-president .concept-president-text .name span{
font-size: 16px;
display: inline-block;
margin-left: 10px;
}
#concept .concept-president .concept-president-text .midashi{
font-size: 16px;
margin-bottom: 10px;
}
#concept .concept-president .concept-president-text .list_01{
margin-left: 20px;
margin-bottom: 20px;
}
#concept .concept-president .concept-president-text .list_01 li{
font-size: 12px;
list-style: outside disc;
margin-top: 5px;
}
#concept .concept-president .concept-president-text .list_01 li:first-child{
margin-top: 0;
}
#concept .concept-president .concept-president-text .list_02{
margin-top: 10px;
margin-left: 20px;
}
#concept .concept-president .concept-president-text .list_02 li{
font-size: 12px;
}
#concept .concept-president .concept-president-text .list_02 li:nth-child(1),
#concept .concept-president .concept-president-text .list_02 li:nth-child(3),
#concept .concept-president .concept-president-text .list_02 li:nth-child(5){
list-style: outside disc;
}
#concept .concept-president .concept-president-text .list_02 li:nth-child(2),
#concept .concept-president .concept-president-text .list_02 li:nth-child(4),
#concept .concept-president .concept-president-text .list_02 li:nth-child(6){
margin-bottom: 10px;
list-style: none;
}
#concept .concept-president .concept-president-text .list_02 li:nth-child(6){
margin-bottom: 0;
}
#concept .concept-president .concept-president-text .list_02 li:nth-child(2):before,
#concept .concept-president .concept-president-text .list_02 li:nth-child(4):before,
#concept .concept-president .concept-president-text .list_02 li:nth-child(6):before {
content: "―";
margin-left: -19px;
margin-right: 7px;
}	
#concept .concept-president .concept-president-text p{
font-size: 12px;
margin-top: 10px;
}

#faq{
padding: 40px 0 60px 0;
}
#faq:before {
top: 50px;
}
#faq .faq-title{
width: 160px;
font-size: 14px;
margin-bottom: 10px;
}
#faq .faq-subtitle{
font-size: 45px;
text-align: center;
}
#faq .faq-list .faq-list-q {
font-size: 14px;
padding: 10px 45px;
}
#faq .faq-list .faq-list-q .icon {
width: 25px;
height: 25px;
line-height: 25px;
left: 10px;
font-size: 14px;
}
#faq .faq-list .faq-list-q:before {
right: 10px;
height: 2px;
width: 20px;
}
#faq .faq-list .faq-list-q:after {
right: 10px;
height: 2px;
width: 20px;
}
#faq .faq-list .faq-list-a {
padding: 0 10px 10px 10px;
font-size: 12px;
}
	
#instagram .instagram-title{
text-align: left;
padding: 10px 20px;
font-size: 12px;
}
#instagram .instagram-title .en{
font-size: 22px;
}
#instagram .wrap2 {
padding: 40px 0 60px 0;
}
#instagram .instagram-list .instagram-list-item {
width: 49%;
}
#instagram .instagram-button {
width: 200px;
margin: 20px auto 0;
}
#instagram .instagram-button a {
height: 50px;
line-height: 50px;
border-radius: 25px;
font-size: 20px;
}
	
#access .access-title{
text-align: left;
padding: 10px 20px;
font-size: 12px;
}
#access .access-title .en{
font-size: 22px;
}
#access .wrap2{
padding: 40px 0 60px 0;
}
#access .access-map{
width: 100%;
margin-bottom: 20px;
}
#access .access-map iframe{
height: 300px;
}
#access .access-text{
width: 100%;
}
#access .access-text h3{
font-size: 14px;
padding-bottom: 10px;
margin-bottom: 10px;
}
#access .access-text p{
font-size: 12px;
margin-bottom: 10px;
}

#banner{
display: block;
position: fixed;
bottom: 0;
width: 100%;
background:rgba(0,0,0,0.7);
padding: 10px;
box-sizing: border-box;
z-index: 9999;
}
#banner .banner-list{
display: flex;
flex-flow: row wrap;
justify-content: space-between;
}
#banner .banner-list .banner-list-item{
width: 48%;
text-align: center;
}
#banner .banner-list .banner-list-item a{
display: block;
background: #000;
color: #fff;
font-size: 10px;
padding: 5px;
}
#banner .banner-list .banner-list-item:first-child a{
background: #a1f808;
color: #000;
}
#banner .banner-list .banner-list-item a > span{
padding-left: 25px;
display: inline-block;
}
#banner .banner-list .banner-list-item:first-child a > span{
background: url("../img/icon_mail2.png") no-repeat left 7px;
background-size: 20px 20px;
}
#banner .banner-list .banner-list-item:last-child a > span{
background: url("../img/icon_tel.png") no-repeat left 7px;
background-size: 20px 20px;
}
#banner .banner-list .banner-list-item a > span > span{
display: block;
font-size: 12px;
}

/*.fadeIn {
  opacity: 0;
  transition: 1s;
}
.fadeIn.is-show {
  opacity: 1;
}
.fadeIn_up {
  opacity: 0;
  transform: translate(0, 50px);
  transition: 1s;
}
.fadeIn_up.is-show {
  transform: translate(0, 0);
  opacity: 1;
}
.fadeIn_left {
  opacity: 0;
  transform: translate(0, 50px);
  transition: 1s;
}
.fadeIn_left.is-show {
  transform: translate(0, 0);
  opacity: 1;
}
.fadeIn_right {
  opacity: 0;
  transform: translate(0, 50px);
  transition: 1s;
}
.fadeIn_right.is-show {
  transform: translate(0, 0);
  opacity: 1;
}*/
	
}





.submv {
margin: auto;
position: relative;
text-align: center;
box-sizing: border-box;
background: #f3f2ee;
padding: 50px 0 80px 0;
}
.submv h2 {
font-size: 60px;
}
.submv h3 {
font-size: 26px;
}

.sub{
background: #f3f2ee;
padding-bottom: 100px;
}

.company-table{
border-collapse: collapse;
width: 100%;
}
.company-table th{
font-size: 20px;
color: #a1f808;
background: #000;
padding: 20px 40px;
border-bottom: 3px solid #f3f2ee;
box-sizing: border-box;
}
.company-table td{
font-size: 20px;
padding: 20px 40px;
border-bottom: 3px solid #f3f2ee;
box-sizing: border-box;
background: #fff
}

.privacy-title{
color: #a1f808;
background: #000;
font-size: 20px;
font-weight: bold;
padding: 10px 20px;
margin: 50px auto 20px;
}
.privacy-title:first-of-type{
margin: 0 auto 20px;
}
.privacy-text{
font-size: 16px;
}
.privacy-list{
margin-left: 25px;
margin-top: 20px;
}
.privacy-list .privacy-list-item{
list-style: outside disc;
font-size: 16px;
margin-bottom: 5px;
}
.privacy-list .privacy-list-item:last-child{
margin-bottom: 0;
}

@media screen and (max-width:1399px) {
.submv {
padding: 3.5vw 0 5.7vw 0;
}
.submv h2 {
font-size: 4.2vw;
}
.submv h3 {
font-size: 1.8vw;
}
.sub{
padding-bottom: 7.1vw;
padding-left: 1.4vw;
padding-right: 1.4vw;
}
.company-table th{
font-size: 1.4vw;
padding: 1.4vw 2.8vw;
}
.company-table td{
font-size: 1.4vw;
padding: 1.4vw 2.8vw;
}
.privacy-title{
font-size: 1.4vw;
padding: 0.7vw 1.4vw;
margin: 3.5vw auto 1.4vw;
}
.privacy-title:first-of-type{
margin: 0 auto 1.4vw;
}
.privacy-text{
font-size: 1.1vw;
}
.privacy-list{
margin-left: 1.7vw;
margin-top: 1.4vw;
}
.privacy-list .privacy-list-item{
font-size: 1.1vw;
margin-bottom: 5px;
}
}

@media screen and (max-width:767px) {
.submv {
padding: 80px 0 50px 0;
}
.submv h2 {
font-size: 36px;
}
.submv h3 {
font-size: 16px;
}
.sub{
padding: 0 10px 50px 10px;
}
.company-table th{
font-size: 16px;
padding: 10px 20px;
border-bottom: 2px solid #f3f2ee;
width: 120px;
}
.company-table td{
font-size: 16px;
padding: 10px 20px;
border-bottom: 2px solid #f3f2ee;
}
.privacy-title{
font-size: 16px;
padding: 5px 10px;
margin: 30px auto 10px;
}
.privacy-title:first-of-type{
margin: 0 auto 10px;
}
.privacy-text{
font-size: 14px;
}
.privacy-list{
margin-left: 20px;
margin-top: 10px;
}
.privacy-list .privacy-list-item{
font-size: 14px;
}
}