@charset "utf-8";
/* CSS Document */


.c-header-top {
    width: 100%;
    background: #FFFFFF;
	height: 80px;
}
.logo {
	width: 50vh;
	display: block;
	float: left;
	padding: 20px 0 0 1%;
}
#nav {
  list-style: none;
  overflow: hidden;
    padding-right: 90px;
    height: 80px;
}
 
#nav li {
  width: auto;
  text-align: center;
  background-color: #FFFFFF;
  float: right;
  height: 80px;
  line-height: 80px;
/*  margin-right: 2px;*/
    letter-spacing: 0;
}
 
#nav li a {
  text-decoration: none;
  color: #46413c;
    margin: 20px;

/*  padding: 20px;*/
}

#nav li a:hover {
    border-bottom: 2px solid #FCC800;
}

.c-mv-text {
    position: absolute;
    top: 15%;
    left: 10%;
/*    transform: translate(-50%, -50%);*/
    min-width: 280px;
    font-size: 42px;
    line-height: 1.5;
    font-weight: 500;
    color: white;
}
.c-mv-text span {
	font-size: 28px;
	color: #FFFFFF;
	text-decoration: underline #fcc800 2px;
	margin-right: 0.5em;
	float: left;
}
.c-mv-pickup {
    position: absolute;
    left: 10%;
	top: 40%;
    width: auto;
	padding: 15px;
	background: rgb(000, 000, 000, .5);
    display: flex;
    justify-content: left;
    align-items: left;
    flex-direction: column;
}
.c-mv-pickup p {
	color: #FFFFFF;
}
.c-mv-pickup p a{
    text-decoration: underline;
    text-underline-offset: 5px;
}
@media (max-width: 1272px) {
.c-mv-text {
    left: 0;
    top: 12%;
    font-size: 1.2rem;
    font-weight: 500;
    background: rgb(000, 000, 000, .5);
    padding: 6px 10px 6px 8%;
    }
.c-mv-text span {
    font-size: 0.8rem;
	}
.c-mv-pickup {
    left: 0;
	top: 32%;
    width: auto;
    font-size: 0.7rem;
    padding: 6px 10px 6px 8%;
    }
/*.c-header-top {
    height: 110px;
    }*/
@media (max-width: 999px) {
.c-header-top {
    height: 110px;
    }
}
#sp-nav {
  list-style: none;
  overflow: hidden;
    width: 100%;
/*    background: #000000;*/
}
 
#sp-nav li {
  text-align: center;
  background-color: #009574;
  float: left;
  height: 40px;
  line-height: 40px;
 border-right: solid #FFFFFF 2px;
  margin-top: 70px;
  width:calc(100% / 3);
	font-size: 0.8rem;
}
	#sp-nav li:last-child {
	border: none;
  float: left;
	}
 
#sp-nav li a {
  text-decoration: none;
  color: #FFFFFF;
}

}

/* ----------------------------------------------------
	pagetop
---------------------------------------------------- */
.top-button {
    font-size: 14px;
    font-family: system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    position: fixed;
    right: 0;
    bottom: 20px;
    height: auto;
    z-index: 2040;
    writing-mode: vertical-rl;
    line-height: normal;
    
  opacity: 0;
  visibility: hidden;
}

.active {
  opacity: 1;
  visibility: visible;
}

.top-button a {
    display: block;
    width: 100%;
    padding: 0px 5px;
    padding-top: 40px;
    color: #000;
    text-decoration: none;
    letter-spacing: 1px;
}
.top-button a::before {
    content: "";
    position: absolute;
    top: 0;
    left: -7.2px;
    border-bottom: 6px solid transparent;
    border-left: 20px solid #000;
    transform: rotate(270deg);
}
.top-button a::after {
    position: absolute;
    content: "";
    display: block;
    background-color: #000;
    bottom: 0;
    left: 0;
    height: 95px;
    width: 1.2px;
}

@media (max-width: 999px) {
#nav {
    height: 110px
    }
.top-button {
    bottom: 80px;
    }
}

.scroll_down{
  position:absolute;
  bottom:35%;
  right:50%;
  transform: translate(40%, 50%);
  animation: arrowmove 2s ease-in-out infinite;
}

.scroll_down a{
/*  position: absolute;*/
  left: -24px;
  bottom: 17px;
  color: #FFF;
  font-size: 14px;
  font-family: system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
  letter-spacing: 1px;
  writing-mode: vertical-rl;
  text-decoration: none;
/*  text-transform: uppercase;*/
}

.scroll_down:before {
    content: "";
    position: absolute;
    bottom: 5px;
    right: -3px;
    width: 1.2px;
    height: 20px;
      transform: translateX(45%) rotate(180deg);
      border-left: 6px solid transparent;
/*      border-right: 6px solid transparent;*/
      border-bottom: 20px solid #FFF;
}

.scroll_down:after{
  content:"";
  position: absolute;
  bottom: 5px;
  right: 0;
  width: 1px;
  height: 100px;
  background:#FFF;
  display: block;
}

@keyframes arrowmove{
   0%{bottom:25%;}
   50%{bottom:30%;}
   100%{bottom:25%;}
}


div#bookingMenu {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 2050;
    left: 0;
    top: 0;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    transition: opacity .3s ease, visibility .3s ease
}
div#bookingMenu.on {
    opacity: 1;
    visibility: visible
}
div#bookingMenu div.bg {
    width: 100%;
    height: 100%;
    right: 0;
    top: 0;
    background: rgba(0, 0, 0, .5);
    position: fixed;
    cursor: pointer
}
div#bookingMenu div.inner {
    width: 400px;
    height: 100%;
    left: initial;
    right: 0;
    bottom: 0;
    padding: 70px 60px 0;
    background: #FFF;
    position: absolute;
    transition: bottom .3s ease
}
div#bookingMenu.on div.inner {
    top: 0;
    bottom: inherit;
}
div#bookingMenu button.closeBtn {
    position: absolute;
    width: 70px;
    height: 70px;
    right: 0;
    top: 0;
    z-index: 2010;
    background: none
}
div#bookingMenu button.closeBtn span {
    display: block;
    position: absolute;
    width: 30px;
    left: 20px;
    border-top: 2px solid #419276;
    transition: all .2s ease
}
div#bookingMenu button.closeBtn span.line1 {
    top: 35px;
    transform: rotate(45deg)
}
div#bookingMenu button.closeBtn span.line2 {
    top: 35px;
    transform: rotate(-45deg)
}
div#bookingMenu form {
    display: block;
    width: 100%;
    justify-content: center;
    vertical-align: center;
    align-items: center
}
div#bookingMenu form input, div#bookingMenu form select, div#bookingMenu span {
    color: #727171;
    font-size: 15px;
    letter-spacing: normal;
    margin-left: 5px;
}
div#bookingMenu form input, div#bookingMenu form select {
    cursor: pointer
}
div#bookingMenu div.datepicker, div#bookingMenu div.num {
    padding: 0;
}
div#bookingMenu div.submit {
    text-align: left;
    padding: 10px 0 0 0;
}
div#bookingMenu div.submit p {
    margin-top: 1em
}
div#bookingMenu div.submit button {
    line-height: normal;
    display: inline-block;
    padding: 10px 50px;
    border-radius: 0px;
    background: #009574;
    font-size: 17px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 25px;
    width: 280px;
    text-align: center;
}
    div.submit01 button {
    display: inline-block;
    padding: 10px 53px;
    background: #009574;
    font-size: 17px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 25px;
}
    div.submit03 button {
    display: inline-block;
    padding: 10px 15px;
    background: #009574;
    font-size: 17px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 25px;
        line-height: 1.6em;
}

.member-text {
    color: #009574;
    font-weight: 600;
    display: block;
    margin-bottom: 10px;
    margin-right: 40px;
}
.member-text a {
    letter-spacing: 0;
    border-bottom: 1px solid #009574;
}

.member-text02 {
    color: #009574;
    font-weight: 600;
    display: block;
    margin-bottom: 10px;
    border: 1px solid #009574;
    padding: 15px;
    line-height: 1.4em;
}
.member-text02 a {
    letter-spacing: 0;
}
.member-text02 a:hover {
  opacity: .7
}
.member-text03 {
    font-weight: normal;
    font-size: 12px;
}

.box_elem {
    display: inline-flex;
    position: relative;
    border: 1px solid #ccc;
    padding: 10px;
    margin: 10px auto;
    width: 280px;
}
.mark {
    vertical-align: top;
    display: inline-block;
}
.mark #ifreme{
    
}
.calendar-flyout-container {
    display: inline-block;
    width: fit-content;
}
.search-bar-container_label01 {
    font-weight: 600;
    color: #009574;
    display: block;
    width:120px;
}
.search-bar-container_label01_1 {
    font-weight: 600;
    color: #009574;
    display: block;
    width:200px;
}
.search-bar-container_label01_2 {
    font-weight: 600;
    color: #009574;
    display: block;
    width:120px;
}
.search-bar-container_label01_3 {
    font-weight: 600;
    color: #009574;
    display: block;
    width: 230px;
}
.search-bar-container_label01_4 {
    font-weight: 600;
    color: #009574;
    display: block;
    width: 150px;
}

div#bookingMenu span.search-bar-container_label02 {
    font-weight: 600;
    display: block;
    width: 7em;
}
div#bookingMenu span.search-bar-container_label02_1 {
    font-weight: 600;
    display: block;
}
div#bookingMenu span.search-bar-container_label02_2 {
    font-weight: 600;
    display: block;
    margin-top: 10px;
}
.com_form-txt01 {
    font-size: 14px;
    text-align: right;
}
.com_form-txt02 {
    font-size: 14px;
}

.com_form_wrapper {
    z-index: 2;
    position: relative;
    margin-top: -140px;
}
.com_form {
    display: inline-flex;
    align-items: center;
    flex-wrap: wrap;
    border: 1px solid #ccc;
    border-radius: 0px;
    position: relative;
    margin-right: 10px;
}
.com_form_inner {
    max-width: 1080px;
    margin: 0 auto;
    background-color: white;
    padding: 20px 20px 15px;
}
.mv_box_elem {
    display: inline-block;
    position: relative;
    border-right: 1px solid #ccc;
    padding: 10px 0 10px 10px;
}

.mv_box_elem.end {
    border-right: none;
}
.mv_box_elem_submit {
    display: inline-block;
    position: relative;
    right: 0;
    
}
@media (min-width: 1000px) {
    .c-header .c-reserve-button {
        margin: 10px auto 40px -10px;
    }
}

@media (max-width: 999px) {
    .member-text {
        text-align: center;
    }
    div#bookingMenu div.inner {
        width: 100%;
        padding: 60px 30px;
        bottom: -320px;
        left: auto;
        right: auto;
    }
    div#bookingMenu form {
        width: 100%;
        flex-wrap: wrap;
        justify-content: flex-start;
        align-items: flex-start;
        align-content: flex-start;
        text-align: left;
        margin: 0 auto
    }
    div#bookingMenu div.datepicker {
        padding: 0;
        width: 100%;
    }
    div#bookingMenu div.num {
        padding: 0;
    }
    div#bookingMenu div.submit {
        padding: 0;
        width: 100%
    }
    div#bookingMenu div.submit button {
        font-weight: 400;
        display: block;
        width: 100%;
        text-align: center
    }
    div#bookingMenu .bottom {
        padding: 0 15px 20px
    }
.box_elem {
    display: block;
    position: relative;
    border: 1px solid #ccc;
    padding: 10px;
    margin: 10px auto;
    width: 100%;
}
    div#bookingMenu div.submit p {
        text-align: right;
    }
}

@media (min-width: 768px) {
.s-list__detail-title {
	padding-bottom: 0;
}
.smart-list {
	max-width: 1024px;
	width: 94%;
	margin: 100px auto 0;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.smart-list section.s-list{
	width: 30%;
}
.smart-list .s-list__detail-title span{
  line-height:1.5;
  font-weight: 700;
}
}

.s-list__detail-title {
  max-width: 800px;
  margin: 30px auto 0;
  border-bottom: 2px solid #dfe1e7;
  font-size: 12px;
  padding: 0 .6em 1em;
  color: #419276;
  position: relative
}
.s-list__detail-title:after {
  content: "";
  width: 100px;
  height: 2px;
  background: #419276;
  position: absolute;
  bottom: -2px;
  left: 0
}
.s-list__detail-title span {
  display: inline-block;
  font-size: 24px;
  line-height:1.7;
  padding-top: .4em;
  color: #419276
}
.s-list__detail-body {
  max-width: 800px;
  display: flex
}
.s-list__detail-link {
  margin: 80px auto 0;
  text-align: center;
  border: 2px solid #dfe1e7;
  width: 280px
}
.s-list__detail-link .plan_button {
  display: flex;
  padding: 20px;
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100%;
  cursor: pointer;
  transition: opacity .3s ease
}
.s-list__detail-link .plan_button:hover {
  opacity: .7
}
.s-list__detail-link a {
  width: 280px;
  display: flex;
  justify-content: center;
  padding: 0;
}
.s-list__detail-link a:before, .s-list__detail-link a:after {
  content: none
}
.s-list__detail-link .en {
  position: relative;
  color: #419276
}
.s-list__detail-link .en:before {
  position: absolute;
  content: "";
  background: #DFE1E7;
  height: 2px;
  left: 0;
  bottom: -5px;
  width: 196px
}
.s-list__detail-link .en:after {
  position: absolute;
  content: "";
  background: #419276;
  width: 20px;
  height: 2px;
  left: 0;
  bottom: -5px
}
.s-list__slide {
    position: relative;
    max-width: 960px;
    margin: 0 auto
}
.s-list__slide .swiper-pagination {
    position: relative;
    margin-top: 20px;
    z-index: 9
}
.s-list__slide .swiper-pagination-bullet {
    width: 30px;
    height: 2px;
    padding: 10px 0;
    background: transparent;
    position: relative
}
.s-list__slide .swiper-pagination-bullet:before {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    content: "";
    width: 30px;
    height: 2px;
    display: inline-block;
    background: #DBDBDB
}
.s-list__slide .swiper-pagination-bullet.swiper-pagination-bullet-active:before {
    background: #A5A099
}

@media (min-width: 768px) {
  .s-list {
    padding: 0
  }
  .s-list__detail-body {
    margin: 40px auto 0
  }

  .s-list__detail-title span {
    display: contents;
    font-size: 18px;
    line-height:1.5;
  }
  .s-list__detail-body {
    flex-direction: column-reverse;
    width: calc(100% - 40px);
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
.s-list__slide {
    margin: 25px 25px 0;
    }
.s-list__slide img {
    object-fit: cover;
    object-position: 50% 70%;
    height: 170px;
    }
  .s-list__detail-title {
	text-align: left;
    width: calc(100% - 40px);
    margin: 10px 25px;
      padding-bottom: 0.5em;
  }

}


.c-restaurant .p-restaurant__title {
    padding: 120px 0 0;
}
@media (min-width: 1000px) {
    .c-restaurant .p-restaurant {
         padding: 0 0 120px; 
    }
}

div.content div.topIntroBlock {
    padding: 90px 0 100px;
        text-align: center;
}
div.content div.topIntroBlock h2 {
    font-size: 3.5rem;
    color: #009574;
    padding: 0 0 60px;
}
div.content div.topIntroBlock p {
    font-size: 1.2rem;
    line-height: 2.0;
    color: #009574;
    font-weight: bold;
}
@media (max-width: 999px) {
    div.content div.topIntroBlock {
        padding: 80px 0;
    }
    div.content div.topIntroBlock h2 {
        font-size: 2.5rem;
        padding-bottom: 20px;
        line-height: normal;
    }
div.content div.topIntroBlock p {
    font-size: 1.1rem;
    }
.c-restaurant .p-restaurant__title {
    padding: 80px 0 0;
    }
}


/* カルーセルの外枠 */
.carousel {
  width: 790px;
/*  height: 120px;*/
  display: flex;    /* 子要素を横に並べる */
  overflow: hidden; /* はみ出た部分は表示しない */
  margin: 0 0 0 auto;   /* 水平方向中央寄せ */
}
.carousel02 {
  width: 790px;
/*  height: 120px;*/
  display: flex;
  overflow: hidden;
  margin: 0 auto 0 0;
}
/* カルーセル内の画像 */
.carousel img,
.carousel02 img {
  margin: 0;
  padding: 0;
  display: block; /* imgタグの改行のすき間を消すため */
}
/* スクロールアニメーションのキーフレーム */
@keyframes scroll {
  /* 初期位置は1個目の画像が左端 */
  0% { margin-left: 0; }      
  /* 1個分左の位置に進めて2個目の画像を左端にする */
  20% { margin-left: -100%; }
  /* 少しの間上と同じ位置 */  
  25% { margin-left: -100%; }
  /* 2個分左の位置に進めて3個目の画像を左端にする */
  45% { margin-left: -200%; }
  /* 少しの間上と同じ位置 */  
  50% { margin-left: -200%; }
  /* 以降は上と同様に繰り返し */
  70% { margin-left: -300%; }
  75% { margin-left: -300%; }
  95% { margin-left: -400%; }
  100% { margin-left: -400%; }
}
/* カルーセルの子要素にスクロールアニメーションを設定 */
.carousel > :first-child,
.carousel02 > :first-child {
  animation-name: scroll;    /* キーフレーム名 */
  animation-duration: 20s;  /* 再生時間全体は20秒 */
  animation-delay: 0s;      /* 読込直後から遅延無しで開始 */
  animation-iteration-count: infinite;  /* 無限に繰り返す */
}

.c-restaurant {
    background: #FFFFFF;
}
@media (min-width: 1000px) {
    .l-gap-breakfast {
        padding: 60px 0 80px;
    }
}

.l-gap-breakfast {
    position: relative;
}
.l-gap-breakfast__body {
    left: auto;
    right: 0
}
.l-gap-breakfast__body:before {
    content: "";
    position: absolute;
    width: 2px;
    height: 100%;
    background: #419276;
    top: 0;
    left: 20px
}
@media (min-width: 1000px) {
    .l-gap-breakfast__body {
        width: 500px;
        background: rgba(255, 255, 255, .97);
        padding: 40px 20px 40px 60px;
        position: absolute;
        bottom: 0;
        left: 0
    }
}
@media (max-width: 999px) {
    .l-gap-breakfast__body {
        position: relative;
        background: #fff;
        padding: 30px 0 30px 40px
    }
}

.l-gap-buffet {
    position: relative
}
.l-gap-buffet .l-gap__img {
    text-align: left;
}
.l-gap-buffet .l-gap__body {
    left: 0;
    right: auto;
}

@media (min-width: 1000px) {
    .l-gap-buffet {
        padding: 180px 0;
    }
}
@media (max-width: 999px) {
    .l-gap-buffet {
        padding-bottom: 60px
    }
}

.l-gap-buffet__body {
    left: auto;
    right: 0
}
.l-gap-buffet__body:before {
    content: "";
    position: absolute;
    width: 2px;
    height: 100%;
    background: #419276;
    top: 0;
    left: 20px
}

@media (min-width: 1000px) {
    
    .l-gap-buffet__body {
        width: 500px;
        background: rgba(255, 255, 255, .97);
        padding: 40px 20px 40px 60px;
        position: absolute;
        bottom: 150px;
        right: 0
    }
}
@media (max-width: 999px) {
    .l-gap-buffet__body {
        position: relative;
        background: #fff;
        padding: 30px 15px 30px 40px
    }
    .p-news .p-news__body {
        padding: 20px 20px 40px;
    }
    .p-news .p-news__body article a {
        display: block;
    }
    .c-restaurant .p-restaurant__title + p {
        margin: 20px 0;
    }
    .c-restaurant .c-text:last-of-type {
        padding: 0 25px;
        line-height: 1.5;
    }
    .c-restaurant .p-restaurant__list {
        padding-left: 0;
        padding-right: 25px;
    }
    .carousel {
        width: 100%;
        margin: 0;
    }
    .carousel02 {
        width: 100%;
        margin: 30px 0 0;
    }
        .p-app .p-app__list-item {
            max-width: 100%;
    }
        .p-app .p-app__list {
            padding: 60px 25px;
    }
    .p-app .p-app__caption--text {
        text-align: center;
    }
        .l-gap__body {
            padding: 30px 0 30px 40px;
    }
    .c-amenity .l-gap__body {
        width: 100%;
        padding-right: 35px;
    }
    .c-access .p-access__body {
        padding-right: 0;
    }
    .c-access .p-access__list {
        margin: 35px 25px;
    }
    .c-areamap .c-areamap__img {
        padding-left: 0;
    }
    .p-instagram .c-title + .c-text {
        padding: 25px 25px 0;
    }
    .p-instagram .c-title + .c-text + .c-text {
        padding-left: 25px;
        padding-right: 25px;
    }
    .p-restaurant__description {
        line-height: 1.7;
    }
    .swiper-slide {
    }
}

.c-amenity {
    background: #F7F7F7;
}


.c-mv--top .swiper {
    z-index: 0;
    max-height: 90vh;
}

.smart-list {
    margin-top: 60px;
}

@media (max-width: 999px) {
    .c-mv.c-mv--half {
        margin-top: 0;
    }
}

input {
    border-radius: 0;
    width: 200px;
}
.c-header .c-nav__list-item.c-nav__list-item--instagram {
    margin-top: 20px;
}

@media (min-width: 1000px) {
    .c-header {
        width: 90px;
        right: 0;
        height: 100%;
        padding: 5px 10px 0;
        border-left: 1px solid #fff;
        flex-direction: column;
    }
}
@media (max-width: 999px) {
    .c-header .c-nav-button {
        order: 4;
        margin: 0 12px;
    }
}
@media (max-width: 999px) {
    .c-header .c-language-button {
        font-size: 10px;
        width: 60px;
        height: 60px;
        font-weight: 500;
        background: #F7F7F7;
        order: 2;
        border: 1px solid #fff;
        margin-top: 6px;
    }
}

@media screen and (min-width:768px) and (max-width:1024px) {
    .c-header .c-header__logo {
		width: 70%;
		float: left;
        order: 1;
        padding: 18px 0;
        margin: 0 auto 0 20px;
    }
}
@media (max-width: 767px) {
    .c-header .c-header__logo {
		width: auto;
        order: 1;
        padding: 22px 0;
        margin: 0 auto 0 20px;
    }
}
@media screen and (min-width:768px) and (max-width:1024px) {
    .c-header .c-header__logo img {
        width: 70%;
    }
}
@media (max-width: 767px) {
    .c-header .c-header__logo img {
        width: 170px;
        vertical-align: middle;
    }
}

.hide--pc02 {
  display: none !important
}
.hide--sp02 {
  display: block !important
}
@media (max-width: 1271px) {
  .hide--pc02 {
    display: block !important
  }
  .hide--sp02 {
    display: none !important
  }
}