@charset "utf-8";

html {
  font-size: 62.5%;
}

body {
  font-family: gill-sans-nova, noto-sans-cjk-jp, '游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック体', YuGothic, 'メイリオ', Meiryo, sans-serif;
  -webkit-text-size-adjust: 100%;
  color: #1B564D;
  font-size: 1.6rem;
  font-weight: 400;
  min-width: 1280px;
  background: #FCEFE6;
  letter-spacing: 0.05em;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.w10 {width: 10% !important;}
.w20 {width: 20% !important;}
.w25 {width: 25% !important;}
.w30 {width: 30% !important;}
.w33 {width: 33.3% !important;}
.w35 {width: 35% !important;}
.w40 {width: 40% !important;}
.w50 {width: 50% !important;}
.w60 {width: 60% !important;}
.w70 {width: 70% !important;}
.w75 {width: 75% !important;}
.w80 {width: 80% !important;}
.w90 {width: 90% !important;}
.w100 {width: 100% !important;}

.mb10 {margin-bottom: 10px !important;}
.mb20 {margin-bottom: 20px !important;}
.mb30 {margin-bottom: 30px !important;}

.el_opa {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.el_opa:hover {
  opacity: 0.8;
  -moz-opacity: 0.8;
  filter: alpha(opacity=80);
}

.el_brightness {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.el_brightness:hover {
  -webkit-filter: brightness(1.1);
          filter: brightness(1.1);
}

.el_brightness02 {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.el_brightness02:hover {
  -webkit-filter: brightness(1.05);
          filter: brightness(1.05);
}

a {
  text-decoration: none;
  color: #1B564D;
}

a.line {
  text-decoration: underline;
}

.ly_cont {
  max-width: 1280px;
  padding-left: 60px;
  padding-right: 60px;
  margin: 0 auto;
  position: relative;
}


@media screen and (min-width: 769px) {
  .sp {
    display: none !important;
  }
}

@media screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }
}

img {
  vertical-align: top;
}

img.w100 {
  width: 100%;
  height: auto;
}

.el_txt {
  line-height: 2;
}

.el_bold {
  font-weight: 700;
}

.el_f_s {
  font-size: 0.85em;
}

.el_f_l {
  font-size: 1.25em;
}

.ta_l {text-align: left !important;}
.ta_c {text-align: center !important;}
.ta_r {text-align: right !important;}

.el_link_line {
  text-decoration: underline;
}


/******************************
 header
*******************************/
.ly_header {
  width: 100%;
  min-width: 1280px;
  height: 100px;
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  /* position: -webkit-sticky; */
  z-index: 10000;
  z-index: 999;
  opacity: 0;
}

.ly_header.is-animated {
  -webkit-animation: fadedown 1s cubic-bezier(0.33, 1, 0.68, 1) 1 forwards;
          animation: fadedown 1s cubic-bezier(0.33, 1, 0.68, 1) 1 forwards;
}

.page_top .ly_header.is-animated {
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
}

@-webkit-keyframes fadedown {
  0% {
    -webkit-transform: translateY(-30px);
            transform: translateY(-30px);
    opacity: 0;
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
 
@keyframes fadedown {
  0% {
    -webkit-transform: translateY(-30px);
            transform: translateY(-30px);
    opacity: 0;
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}



.ly_header_inr {
  width: 100%;
  height: 100%;
  padding: 0 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.ly_header_logo {
  width: 220px;
}

.ly_header .logo_gr {
  display: none;
}

.ly_header,
.ly_header_logo {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.ly_header.fixed {
  position: fixed;
  /* background-color: #fff5ed; */
  height: 70px;
}


.ly_header.fixed .logo_wh {
  display: none;
}
.ly_header.fixed .logo_gr {
  display: inline;
}

.ly_header.fixed .ly_header_inr {
  padding-top: 0;
}

.ly_header.fixed .el_menubtn span {
  background: #1B564D;
}

.ly_header .btn_reservation {
  color: #F4A387;
  height: auto;
  margin: 0;
}

.ly_header .bl_language {
  margin-right: 75px;
  color: #fff;
  position: relative;
  padding: 5px 10px 10px;
}

.ly_header.fixed .bl_language,
.page_sub_nopagehead .bl_language {
  color: #1B564D;
}

.menu_open .bl_language {
  display: none;
}

.ly_header .el_language {
  font-size: 1.4rem;
  cursor: pointer;
  font-family: new-kansas, sans-serif;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.ly_header .bl_language:hover .el_language {
  color: #1B564D;
}

.ly_header .el_language i {
  font-size: 1.2rem;
  padding: 10px 0 0 7px;
  opacity: 0.8;
}

.ly_header .bl_language_list {
  display: none;
  width: 100%;
  position: absolute;
  top: 100%;
  left: 0;
  -webkit-transition: .3s ease;
  transition: .3s ease;
}

.ly_header .bl_language:hover .bl_language_list {
  display: block;
  -webkit-animation: fadein .3s ease;
          animation: fadein .3s ease;
}

@-webkit-keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.ly_header .bl_language_list a {
  display: inline-block;
  padding: 3px 10px;
  font-size: 1.3rem;
  -webkit-animation: fadein .3s ease;
          animation: fadein .3s ease;
}

.ly_header .bl_language_list a:hover {
  color: #F08AA0;
}

/******************************
 nav
*******************************/
.menu_open .ly_header {
  position: fixed;
  top: 0;
  left: 0;
  background-color: transparent !important;
  z-index: 1001;
}

.menu_open .ly_header_logo {
  opacity: 1 !important;
}

.menu_open .logo_gr {
  display: none !important;
}

.menu_open .logo_wh {
  display: inline !important;
}

.menu_open .ly_header.fixed .el_menubtn span {
  background: #FCEFE6;
}


.el_menubtn {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 60px;
  margin: auto;
  -webkit-transition: all  0.3s ease;
  transition: all  0.3s ease;
  z-index: 100000;
  width: 50px;
  height: 50px;
}

.el_menubtn span {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
-webkit-transform: rotate(0deg);
        transform: rotate(0deg);
  width: 40px;
  height: 2px;
  display: block;
  background: #FCEFE6;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  border-radius: 10px;
}

.el_menubtn:hover span {
  background: #F08AA0 !important;
}

.el_menubtn .top {
-webkit-transform: translateY(-8px);
        transform: translateY(-8px);
}

.el_menubtn .bottom {
-webkit-transform: translateY(8px);
        transform: translateY(8px);
}

.menu_open .el_menubtn .middle {
  background: transparent !important;
}

.menu_open .el_menubtn .top {
-webkit-transform: rotate(-45deg) translateY(0px);
        transform: rotate(-45deg) translateY(0px);
}

.menu_open .el_menubtn .bottom {
-webkit-transform: rotate(45deg) translateY(0px);
        transform: rotate(45deg) translateY(0px);
}


.ly_nav {
  display: none;
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  display: none;
  background: #F08AA0;
  overflow-y: scroll;
  height: 100%;
  z-index: 100;
  /* padding-left: 75%; */
}

.ly_nav .ly_nav_inr {
  background: #F08AA0;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 100px 10%;
}

.ly_nav .ly_nav_inr:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #F08AA0;
  background-color: #1B564D;
  z-index: 10;
  opacity: 0.85;
}

.ly_nav .bl_nav_list01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.ly_nav .bl_nav_list01 li {
  width: 50%;
}

.ly_nav .bl_nav_list01 li a {
  color: #F4DDCE;
  display: block;
  font-size: 4rem;
  padding: 20px 0;
  position: relative;
  -webkit-transition: all  0.3s ease;
  transition: all  0.3s ease;
  font-family: new-kansas, sans-serif;
  font-weight: 500;
  z-index: 100;
  text-align: center;
}


.ly_nav .bl_nav_list01 li a:hover {
  color: #F08AA0;
}

.ly_nav .bl_nav_list li .bg {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 75%;
  width: 100%;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: 0.4s ease-in;
  transition: 0.4s ease-in;
}

.ly_nav .bl_nav_list li.nav_about .bg {background-image: url(../images/gallery_lanai.jpg);}
.ly_nav .bl_nav_list li.nav_room .bg {background-image: url(../images/room_living.jpg);}
.ly_nav .bl_nav_list li.nav_gallery .bg {background-image: url(../images/gallery_bed.jpg);}
.ly_nav .bl_nav_list li.nav_news .bg {background-image: url(../images/gallery_reception.jpg);}
.ly_nav .bl_nav_list li.nav_location .bg {background-image: url(../images/gallery_front.jpg);}
.ly_nav .bl_nav_list li.nav_neighborhood .bg {background-image: url(../images/gallery_beach.jpg);}
.ly_nav .bl_nav_list li.nav_shop .bg {background-image: url(../images/nav_bg_shop.jpg);}

.ly_nav .bl_nav_list li.hover .bg {
  opacity: 1;
  z-index: 1;
}



.ly_nav .bl_sns_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
}

.ly_nav .bl_sns_list li + li {
  margin-left: 10px;
}

.ly_nav .bl_sns_list a {
  border: 1px solid #FCEFE6;
  color: #FCEFE6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 6rem;
  height: 6rem;
  border-radius: 50%;
  font-size: 2.2rem;
  position: relative;
  -webkit-transition: ease .3s;
  transition: ease .3s;
  z-index: 100;
}

.ly_nav .bl_sns_list .line a {
  font-size: 2.6rem;
}

.ly_nav .bl_sns_list a i {
	position: relative;
	z-index: 3;
}

.ly_nav .bl_sns_list a:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	background: #fea2b6;
	width: 100%;
	height: 100%;
  border-radius: 50%;
	-webkit-transform: scale(0, 0);
	        transform: scale(0, 0);
	-webkit-transform-origin:center;
	        transform-origin:center;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.ly_nav .bl_sns_list a:hover:before{
	-webkit-transform:scale(1.07, 1.07);
	        transform:scale(1.07, 1.07);
}

.ly_nav .bl_language_list {
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
}

.ly_nav .bl_language_list li + li {
  border-left: 1px solid #FCEFE6;
}

.ly_nav .bl_language_list a {
  color: #FCEFE6;
  padding: 10px 20px;
  -webkit-transition: all  0.3s ease;
  transition: all  0.3s ease;
}

.ly_nav .bl_language_list a:hover {
color: #F08AA0;
}
/******************************
 reservation
*******************************/
.bl_reservation {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 100;
}

.bl_reservation a {
  background-color: #1b564d;
  /* background-color: #fea2b6; */
  color: #fcefe6;
  border-radius: 50%;
  width: 100px;
  height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 10000;
  font-family: new-kansas, sans-serif;
  font-weight: 500;
  text-align: center;
}

.bl_reservation a:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  border: 1px solid rgba(244,221,206,0.7);
  border-radius: 50%;
}

.bl_reservation a:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	background: #fea2b6;
	width: 100%;
	height: 100%;
  border-radius: 50%;
	-webkit-transform: scale(0, 0);
	        transform: scale(0, 0);
	-webkit-transform-origin:center;
	        transform-origin:center;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.bl_reservation a:hover:before{
	-webkit-transform:scale(1.07, 1.07);
	        transform:scale(1.07, 1.07);
}

.bl_reservation a span {
  z-index: 10;
}

.bl_reservation a:hover span {
  color: #fff;
}

.bl_reservation {
  opacity: 0;
}

.bl_reservation.is-animated {
  -webkit-animation: zoomIn 0.6s cubic-bezier(0.25, 1, 0.5, 1) 1 forwards;
          animation: zoomIn 0.6s cubic-bezier(0.25, 1, 0.5, 1) 1 forwards;
}

.page_top .bl_reservation.is-animated {
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}

@-webkit-keyframes zoomIn {
  0% {
    -webkit-transform: scale(0.6);
            transform: scale(0.6);
    opacity: 0;
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes zoomIn {
  0% {
    -webkit-transform: scale(0.6);
            transform: scale(0.6);
    opacity: 0;
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

/******************************
 kv
*******************************/
.bl_kv {
  width: 100%;
  min-height: 100vh;
  position: relative;
  background-color: #FDD08B;
  padding: 100px 0;
  position: relative;
}

.bl_kv_bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url(../images/bg_pattern.png);
  background-repeat: no-repeat;
  background-size: 115% auto;
  background-position: center center;
  opacity: 0;
}

.bl_kv_bg.is-animated {
  -webkit-animation: fadeIn 1s cubic-bezier(0.33, 1, 0.68, 1) 1 forwards;
          animation: fadeIn 1s cubic-bezier(0.33, 1, 0.68, 1) 1 forwards;
  /* -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s; */
}

.bl_kv_inner {
  height: calc(100vh - 200px);
}

.bl_kv_video {
  /* position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  overflow: hidden; */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  overflow: hidden;
  margin: 0 160px;
  border-radius: 20px;
  opacity: 0;
}

.bl_kv_video.is-animated {
  -webkit-animation: fadeIn 1s cubic-bezier(0.33, 1, 0.68, 1) 1 forwards;
          animation: fadeIn 1s cubic-bezier(0.33, 1, 0.68, 1) 1 forwards;
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@media screen and (min-width: 1480px) {
  .bl_kv_video {
    margin: 0;
  }
}

.bl_kv_video video {
  height: 100%;
  border-radius: 20px;
}

.bl_kv_txtarea {
  position: absolute;
  top: 0;
  bottom: 0;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 1;
  right: 20px;
  opacity: 0;
}

.bl_kv_txtarea.is-animated {
  -webkit-animation: fadeup 1s cubic-bezier(0.33, 1, 0.68, 1) 1 forwards;
          animation: fadeup 1s cubic-bezier(0.33, 1, 0.68, 1) 1 forwards;
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
}
 
@-webkit-keyframes fadeup {
  0% {
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
    opacity: 0;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
 
@keyframes fadeup {
  0% {
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
    opacity: 0;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@media screen and (min-width: 1520px) {
  .bl_kv_txtarea {
  right: -80px;
  }
}

.bl_kv_ttl {
  font-family: new-kansas, sans-serif;
  font-weight: 400;
  font-size: 4.6rem;
  color: #FCEFE6;
  margin-bottom: 10px;
  line-height: 1.2;
  text-align: right;
}

.bl_kv_ttl span {
  display: block;
  font-size: 8rem;
  font-weight: 700;
  letter-spacing: 0.05em;
}

.btn {
  position: relative;
  min-width: 260px;
  height: 60px;
  padding: 0 40px;
  font-family: gill-sans-nova, sans-serif;
  font-weight: 700;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  zoom: 1;
  text-align: center;
  text-transform: uppercase;
  outline: none;
  border: solid 1px #1B564D;
  color: #1B564D;
  border-radius: 0;
  cursor: pointer;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  background: transparent;
  margin-top: 20px;
  z-index: 1;
  border-radius: 10px;
}
.btn:hover {
  color: #FCEFE6;
  border-color: #F4A387;
  border-color: #F08AA0;
}
.btn:before {
  content: "";
  display: block;
  position: absolute;
  width: 0%;
  height: 100%;
  top: 0;
  left: 0;
  background: #F4A387;
  background: #F08AA0;
  border-radius: 10px;
  z-index: -1;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.btn:hover:before {
  width: 100%;
}




/******************************
 container
*******************************/
.bl_container {
  overflow: hidden;
}

.bl_sec {
  padding: 180px 0;
  position: relative;
}

.el_lv2Heading {
  font-size: 4rem;
  font-weight: 500;
  margin-bottom: 8rem;
  font-family: new-kansas, sans-serif;
}

.el_lv2Heading.anim {
  -webkit-clip-path: inset(0 100% 0 0);
          clip-path: inset(0 100% 0 0);
  -webkit-transition: 1.6s cubic-bezier(0.37, 0, 0.63, 1);
  transition: 1.6s cubic-bezier(0.37, 0, 0.63, 1);
  transition-property: -webkit-clip-path;
  -webkit-transition-property: -webkit-clip-path;
  transition-property: clip-path;
  transition-property: clip-path, -webkit-clip-path;
}

.el_lv2Heading.is-animated {
  -webkit-clip-path: inset(0);
          clip-path: inset(0);
}

.el_lv2Heading .el_jp {
  display: inline-block;
  padding-left: 1em;
  font-size: 0.5em;
  font-family: gill-sans-nova, noto-sans-cjk-jp, '游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック体', YuGothic, 'メイリオ', Meiryo, sans-serif;
}

.page_sub .bl_sec_pagehead {
  padding-top: 0;
}

.bl_sec_pagehead .ly_cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.bl_sec_pagehead .ly_cont > div {
  width: 50%;
}

.page_newsdetail .bl_sec_pagehead .ly_cont > div:first-child {
  width: 30%;
}

.page_newsdetail .bl_sec_pagehead .ly_cont > div:last-child {
  width: 70%;
}

.bl_pagehead_ttlarea {
  padding-right: 100px;
}

.bl_pagehead_imgarea {
  margin-bottom: 80px;
  position: relative;
}

.bl_pagehead_imgarea:after {
  content: '';
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.2;
  position: absolute;
  top: 0;
  left: 0;
}

.bl_pagehead_imgarea img {
  width: 100%;
  height: 350px;
  -o-object-fit: cover;
      object-fit: cover;
  font-family: 'object-fit: cover;';
}

.page_newsdetail .bl_pagehead_imgarea img {
  -o-object-position: center 32%;
     object-position: center 32%;
}

.page_sub_nopagehead .ly_header .logo_wh {
  display: none;
}

.page_sub_nopagehead .ly_header .logo_gr {
  display: block;
}

.page_sub_nopagehead .ly_header .el_menubtn span {
  background: #1B564D;
}

.menu_open.page_sub_nopagehead .ly_header .el_menubtn span {
  background: #fff;
}

.page_sub_nopagehead .bl_sec_pagehead {
  margin-top: 180px;
}

.page_sub_nopagehead .bl_sec_pagehead .ly_cont > div {
  text-align: center;
  width: 100%;
  padding-right: 0;
}


.el_pagettl {
  font-size: 5rem;
  position: relative;
  display: inline;
}

.el_pagettl_wrap {
  position: relative;
  display: inline-block;
}

.el_pagettl_wrap:after {
  content: '';
  background-image: url(../images/img_flower.svg);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  width: 144px;
  height: 137px;
  position: absolute;
  top: 55%;
  right: -40px;
  z-index: -1;
}

.bl {
  position: relative;
}

.bl + .bl {
  margin-top: 120px;
}

.el_lead {
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 2.5;
  margin-bottom: 1em;
}


.el_link_box::before {
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: bottom right;
          transform-origin: bottom right;
}

.el_link_box:hover::before {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
  -webkit-transform-origin: bottom left;
          transform-origin: bottom left;
}

.el_link_box::before {
  content: " ";
  display: block;
  position: absolute;
  top: 0; right: 0; bottom: 0; left: 0;
  inset: 0 0 0 0;
  background: #fea2b6;
  border-radius: 2px;
  padding: 10px;
  z-index: 1;
  -webkit-transition: -webkit-transform .3s ease;
  transition: -webkit-transform .3s ease;
  transition: transform .3s ease;
  transition: transform .3s ease, -webkit-transform .3s ease;
}

.el_link_box {
  position: relative;
  display: inline-block;
  margin: 1em 0;
  margin-left: -5px;
}

.el_link_box span {
  z-index: 2;
  position: relative;
  display: inline-block;
  padding: 1px 5px;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path fill="%231B564D" d="M499.436,225.905L295.858,24.536c-16.623-16.438-43.428-16.305-59.866,0.328 c-16.438,16.613-16.294,43.418,0.329,59.856l130.356,128.958H42.329C18.956,213.679,0,232.624,0,255.997 c0,23.383,18.956,42.328,42.329,42.328h324.347L236.321,427.273c-16.623,16.438-16.767,43.254-0.329,59.867 c16.438,16.622,43.243,16.766,59.866,0.328l203.578-201.368c8.044-7.963,12.564-18.792,12.564-30.102 C512,244.685,507.479,233.866,499.436,225.905z" /></svg>');
  background-repeat: no-repeat;
  background-position: right 5px center;
  background-size: 8px auto;
  padding-right: 20px;
}



/******************************
 about
*******************************/
#about {
  padding-bottom: 0;
}

#about .el_txt {
  line-height: 2.5;
  font-size: 1.8rem;
}

/******************************
 gift
*******************************/
#gift {
  padding-bottom: 0;
}
.el_line_ttl {
  position: relative;
  text-align: center;
  line-height: 1.3;
  font-size: 3.4rem;
  color: #FF9F81;
  font-family: new-kansas, sans-serif;
  margin-bottom: 1.5rem;
}
 
.el_line_ttl:before,
.el_line_ttl:after {
  position: relative;
  display: inline-block;
  content: "";
  background: #FF9F81;
  width: 2px;
  height: 1.5em;
  margin: 0 0.8em;
  margin-top: -.1em;
  vertical-align: middle;
}
 
.el_line_ttl:before {
  -webkit-transform: rotate(-30deg);
          transform: rotate(-30deg);
}
 
.el_line_ttl:after {
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
}

#gift .bl_gift_list {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  /* border-radius: 20px;
  overflow: hidden; */
  margin: 20px 0 5px;
}

#gift .bl_gift_list li {
  width: 25%;
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  margin: 0 10px;
}

#gift .bl_gift_list li:before {
  content: '';
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0,0,0,0)),to(rgba(0,0,0,0.3)));
  background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.3) 100%);
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100px;
}

#gift .bl_gift_list p {
  position: absolute;
  bottom: 15px;
  width: 100%;
  color: #fff;
  font-size: 13px;
  text-align: center;
  line-height: 1.4;
}

/******************************
 room
*******************************/
#room .bl_swiper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
}

#room .thumb-wrapper {
  width: 30%;
}

#room .swiper {
  width: 60%;
  overflow: visible;
  margin: 0;
}

#room .thumb-media {
  position: relative;
  cursor: pointer;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  margin-bottom: 2.5rem;
  padding-left: 30px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

#room .thumb-media:hover {
  color: #F4A387;
}

#room .thumb-media .en {
  font-size: 2.5rem;
  font-family: new-kansas, sans-serif;
}

#room .thumb-media .jp {
  font-size: 1.4rem;
  letter-spacing: 0;
  margin-left: 0.5em;
}

.thumb-media-active {
  /* -webkit-transform: scale(0.9);
          transform: scale(0.9);
  opacity: 0.3; */
  /* color: #F08AA0; */
}

#room .thumb-media-active:before {
  content: '';
  background-image: url(../images/img_flower02.svg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 18px;
  height: 22px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

#room .thumb-wrapper .btn-wrap {
  margin-left: 30px;
}


#room .slide {
  display: block;
  overflow: hidden;
}

#room .slide-media {
  display: block;
  padding-top: 62.5%;
  padding-top: 100%;
  border-radius: 20px;
  position: relative;
  overflow: hidden;
  }

#room .slide-media img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
      object-fit: cover;
  font-family: 'object-fit: cover;';
}

#room .swiper-controller,
#gallery .swiper-controller,
.bl_story_detail .swiper-controller {
  position: absolute;
  top: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 0 20px 0 20px;
  overflow: hidden;
  z-index: 1;
}

#room .swiper-button-prev,
#room .swiper-button-next,
#gallery .swiper-button-prev,
#gallery .swiper-button-next,
.bl_story_detail .swiper-button-prev,
.bl_story_detail .swiper-button-next {
  position: relative;
  top: initial;
  left: initial !important;
  right: initial !important;
  margin-top: 0;
  width: 70px;
  height: 70px;
  background-color: #1B564D;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

#room .swiper-button-prev:hover,
#room .swiper-button-next:hover,
#gallery .swiper-button-prev:hover,
#gallery .swiper-button-next:hover,
.bl_story_detail .swiper-button-prev:hover,
.bl_story_detail .swiper-button-next:hover {
  background-color: #809F9A;
}

/* #room .swiper-button-next.swiper-button-disabled, 
#room .swiper-button-prev.swiper-button-disabled {
    opacity: 1;
    pointer-events: inherit;
} */

#room .swiper-button-prev::after, 
#room .swiper-button-next::after,
#gallery .swiper-button-prev::after, 
#gallery .swiper-button-next::after,
.bl_story_detail .swiper-button-prev::after, 
.bl_story_detail .swiper-button-next::after  {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
}
#room .swiper-button-prev::after,
#gallery .swiper-button-prev::after,
.bl_story_detail .swiper-button-prev::after {
  border-width: 5px 9px 5px 0;
  border-color: transparent #fcefe6 transparent transparent;
}
#room .swiper-button-next::after,
#gallery .swiper-button-next::after,
.bl_story_detail .swiper-button-next::after {
  border-width: 5px 0 5px 9px;
  border-color: transparent transparent transparent #fcefe6;
}

/* .swiper-button-disabled {
  pointer-events: none;
  opacity: 0;
} */


#room .swiper-fade .swiper-slide {
  -webkit-transition-property: opacity, -webkit-transform !important;
  transition-property: opacity, -webkit-transform !important;
  transition-property: opacity, transform !important;
  transition-property: opacity, transform, -webkit-transform !important;
  pointer-events: none;
}
#room .swiper-fade .swiper-slide-active {
  pointer-events: auto;
}

#room .bl_gallery_list {
  margin: 100px -10px 40px;
}

#room .bl_gallery_list li {
  width: calc((100% - 40px) / 4);
}

/******************************
 stay
*******************************/
#stay {
  padding-top: 0;
}

.bl_amenities_list_wrap {
  border-top: 1px solid rgba(27,86,77,0.3);
}

.bl_amenities_list {
  border-bottom: 1px solid rgba(27,86,77,0.3);
  padding: 30px 0;
  padding-left: 25%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
}

.bl_amenities_list dd.w50 {
  width: 50%;
  line-height: 1.8;
  font-size: 0.95em;
  padding-right: 1em;
}

.bl_amenities_list dt {
  position: absolute;
  top: 30px;
  left: 0;
  line-height: 1.6;
}

.bl_amenities_list dd {
  line-height: 1.6;
}

#stay .bl_amenities_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 48%;
  margin: 10px 0;
  margin-right: 2%;
}

#stay .bl_amenities_thumb {
  width: 90px;
  border-radius: 5px;
  overflow: hidden;
  margin-right: 10px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

#stay .bl_amenities_thumb img {
  width: 100%;
  height: auto;
}

#stay .bl_amenities_txt .el_ttl {
  font-weight: bold;
  margin-bottom: 0.5em;
  line-height: 1.2;
}

#stay .bl_amenities_txt .el_txt {
  font-size: 1.3rem;
  line-height: 1.5;
}

/******************************
 gallery
*******************************/
#gallery {
  padding: 0 0 60px;
}
#gallery .swiper {
  overflow: visible;
}

#gallery .swiper-controller {
  top: initial;
  right: initial;
  left: 0;
  bottom: 0;
  border-radius: 0 20px 0 0;
}
#gallery .slide-media {
  height: 700px;
}
#gallery .slide-media img {
  -webkit-transition: 2.5s;
  transition: 2.5s;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: 'object-fit: cover;';
}

#gallery .swiper-slide {
  overflow: hidden;
}
#gallery .swiper-slide[class*=-prev] .slide-media img {
  /* -webkit-transform: translateX(80vw);
  -ms-transform: translateX(80vw);
  transform: translateX(80vw); */
  -webkit-transform: translateX(80%);
          transform: translateX(80%);
}
#gallery .swiper-slide[class*=-next] .slide-media img {
  /* -webkit-transform: translateX(-80vw);
  -ms-transform: translateX(-80vw);
  transform: translateX(-80vw); */
  -webkit-transform: translateX(-80%);
          transform: translateX(-80%);
}

#gallery .content-wrapper {
  position: relative;
}
#gallery .content {
  pointer-events: none;
  position: absolute;
  top: 20px;
  left: 30px;
  /* display: none; */
}
#gallery .content-text {
  font-size: 1.4rem;
  line-height: 1.6;
}
#gallery .fraction {
  position: absolute;
  padding-top: 20px;
  top: 100%;
  right: 20px;
  font-family: new-kansas, sans-serif;
}
#gallery .fraction .current {
  /* font-size: 3rem; */
  /* display: inline-block; */
  overflow: hidden;
  /* width: 4rem; */
}
#gallery .fraction .current .num {
  display: inline-block;
}
#gallery .fraction .current .num.anm-started {
  -webkit-animation: mv05-fraction 1s var(--easing);
          animation: mv05-fraction 1s var(--easing);
}
#gallery .fraction .total {
  /* vertical-align: 0.5em; */
}
#gallery .fraction .total::before {
  content: " / ";
}
#gallery .marker {
  position: relative;
  display: inline-block;
  -webkit-clip-path: inset(0 100% 0 0);
          clip-path: inset(0 100% 0 0);
}
#gallery .marker::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: #FDD08B;
  border-radius: 2px;
}
#gallery .anm-started .marker {
  -webkit-animation: mv05-marker 1s 0.5s both;
          animation: mv05-marker 1s 0.5s both;
}
#gallery .anm-started .marker::after {
  -webkit-animation: mv05-markerBg 1s 0.5s both;
          animation: mv05-markerBg 1s 0.5s both;
}
#gallery .anm-started .content-text .marker,
#gallery .anm-started .content-text .marker::after {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}
#gallery .anm-started .content-link .marker,
#gallery .anm-started .content-link .marker::after {
  -webkit-animation-delay: 0.7s;
          animation-delay: 0.7s;
}
#gallery .anm-finished .marker {
  -webkit-animation: mv05-markerHide 0.5s both;
          animation: mv05-markerHide 0.5s both;
}
#gallery .anm-finished .marker::after {
  -webkit-clip-path: inset(0 0 0 100%);
          clip-path: inset(0 0 0 100%);
}

@-webkit-keyframes mv05-marker {
  60%, 100% {
    -webkit-clip-path: inset(0);
            clip-path: inset(0);
  }
}

@keyframes mv05-marker {
  60%, 100% {
    -webkit-clip-path: inset(0);
            clip-path: inset(0);
  }
}
@-webkit-keyframes mv05-markerBg {
  60% {
    -webkit-clip-path: inset(0);
            clip-path: inset(0);
  }
  100% {
    -webkit-clip-path: inset(0 0 0 100%);
            clip-path: inset(0 0 0 100%);
  }
}
@keyframes mv05-markerBg {
  60% {
    -webkit-clip-path: inset(0);
            clip-path: inset(0);
  }
  100% {
    -webkit-clip-path: inset(0 0 0 100%);
            clip-path: inset(0 0 0 100%);
  }
}
@-webkit-keyframes mv05-markerHide {
  0% {
    -webkit-clip-path: inset(0);
            clip-path: inset(0);
  }
  100% {
    -webkit-clip-path: inset(0 0 0 100%);
            clip-path: inset(0 0 0 100%);
  }
}
@keyframes mv05-markerHide {
  0% {
    -webkit-clip-path: inset(0);
            clip-path: inset(0);
  }
  100% {
    -webkit-clip-path: inset(0 0 0 100%);
            clip-path: inset(0 0 0 100%);
  }
}
@-webkit-keyframes mv05-fraction {
  0%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
  50% {
    -webkit-transform: translateY(-110%);
            transform: translateY(-110%);
    opacity: 1;
  }
  50.1% {
    -webkit-transform: translateY(110%);
            transform: translateY(110%);
    opacity: 0;
  }
}
@keyframes mv05-fraction {
  0%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
  50% {
    -webkit-transform: translateY(-110%);
            transform: translateY(-110%);
    opacity: 1;
  }
  50.1% {
    -webkit-transform: translateY(110%);
            transform: translateY(110%);
    opacity: 0;
  }
}

#gallery .btn {
  margin-top: 100px;
}



/******************************
 news
*******************************/
#news .bl_cardUnit {
  padding-bottom: 40px;
}

.bl_cardUnit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: -40px;
}

.bl_cardUnit:after {
display: block;
content:"";
width: 30%;
}

.bl_card {
  width: 28%;
  margin-bottom: 40px;
}

.bl_card a {
  display: block;
  height: 100%;
}

.bl_card_imgarea img {
  width: 100%;
  height: 250px;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: 'object-fit: cover;';
  vertical-align: bottom;
  -webkit-transition: .3s ease;
  transition: .3s ease;
  border-radius: 20px;
}

.bl_card_imgarea.contain img {
  -o-object-fit: contain;
  object-fit: contain;
  font-family: 'object-fit: contain;';
}

.bl_card a:hover .bl_card_imgarea img {
  -webkit-filter: brightness(1.05);
          filter: brightness(1.05);
}

.bl_card_txtarea {
  padding: 15px 0;
}

.bl_card_txt01 {
  font-size: 1.6rem;
  line-height: 1.6;
  margin-bottom: 0.5em;
}

.bl_card_date {
  opacity: 0.6;
  font-size: 1.4rem;
}

.bl_newsList li {
  opacity: 1;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}

.bl_newsList li.is-hidden {
  opacity: 0;
  height: 0;
  margin: 0;
}


/******************************
 location
*******************************/
#location {
  background-color: #F4DDCE;
  background-image: url(../images/location_map.png);
  background-repeat: no-repeat;
  background-size: 911px auto;
  background-position: center -150px;
  height: 950px;
  padding-top: 100px;
}

#location .bl_txtarea {
  position: absolute;
  top: 250px;
  right: 60px;
  width: 480px;
}

#location .el_txt {
  line-height: 2;
  font-size: 1.5rem;
}

/******************************
 booknow
*******************************/
#booknow {
  width: 100%;
  background-color: #FDD08B;
  background-image: url(../images/bg_pattern.png);
  background-repeat: no-repeat;
  background-size: 115% auto;
  background-position: center center;
  text-align: center;
}

#booknow .el_bookcatch {
  font-size: 6rem;
  font-weight: 500;
  color: #FCEFE6;
  white-space: nowrap;
  margin-bottom: 30px;
  font-family: new-kansas, sans-serif;

  -webkit-clip-path: inset(0 100% 0 0);
          clip-path: inset(0 100% 0 0);
  -webkit-transition: 2s cubic-bezier(0.37, 0, 0.63, 1);
  transition: 2s cubic-bezier(0.37, 0, 0.63, 1);
  transition-property: -webkit-clip-path;
  -webkit-transition-property: -webkit-clip-path;
  transition-property: clip-path;
  transition-property: clip-path, -webkit-clip-path;
}
#booknow .el_bookcatch.is-animated {
  -webkit-clip-path: inset(0);
          clip-path: inset(0);
}

#booknow .el_txt {
  font-size: 1.8rem;
  font-weight: 500;
}

#booknow .btn {
  width: 300px;
  height: 80px;
}

#booknow .bl_sites {
  background-color: #FCEFE6;
  background-color: #fff;
  border-radius: 20px;
  margin-top: 100px;
  padding: 60px 80px 50px;
}

#booknow .bl_sites .el_txt {
  text-align: center;
  font-weight: 400;
  font-size: 1.6rem;
  margin-bottom: 30px;
}

#booknow .bl_logo_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#booknow .bl_logo_list li {
  width: 14%;
}

#booknow .bl_logo_list img {
  width: 100%;
  height: auto;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

#booknow .bl_logo_list a:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}


/******************************
 footer
*******************************/
.ly_footer {
  background-color: #1B564D;
  color: #FCEFE6;
  padding: 100px 0;
}

.ly_footer a {
  color: #FCEFE6;
}

.ly_footer .ly_cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  margin-bottom: 30px;
}

.bl_footer_head {
  width: 50%;
  margin-bottom: 100px;
}

.bl_footer_head .el_address {
  line-height: 1.8;
  margin: 30px 0 15px;
  font-size: 1.5rem;
}

.bl_footer_head .bl_sns_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.bl_footer_head .bl_sns_list li + li {
  margin-left: 10px;
}

.bl_footer_head .bl_sns_list a {
  background-color: #FCEFE6;
  color: #1B564D;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 4.4rem;
  height: 4.4rem;
  border-radius: 50%;
  font-size: 2rem;
  position: relative;
  overflow: hidden;
  -webkit-transition: ease .3s;
  transition: ease .3s;
}

.bl_footer_head .bl_sns_list .line a {
  font-size: 2.4rem;
}

.bl_footer_head .bl_sns_list a i {
	position: relative;
	z-index: 3;
}

.bl_footer_head .bl_sns_list a:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	background: #fea2b6;
	width: 100%;
	height: 100%;
  border-radius: 50%;
	-webkit-transform: scale(0, 0);
	        transform: scale(0, 0);
	-webkit-transform-origin:center;
	        transform-origin:center;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.bl_footer_head .bl_sns_list a:hover:before{
	-webkit-transform:scale(1, 1);
	        transform:scale(1, 1);
}

.bl_footer_navwrap {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: -15px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.bl_footer_nav {
  width: 33%;
}

.page_en .bl_footer_nav {
  width: 50%;
}

.bl_footer_nav a {
  font-family: new-kansas, sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  padding: 15px 0;
  display: inline-block;
  -webkit-transition: ease .3s;
  transition: ease .3s;
}

.bl_footer_nav a:hover {
  color: #fea2b6;
}

.bl_footer_nav a.cs {
  opacity: 0.3;
  cursor: default;
}

.bl_footer_nav a.cs:hover {
  color: #FCEFE6;
}

.ly_footer .el_copyright {
  font-size: 1.2rem;
}

.ly_footer .el_by {
  font-size: 1.2rem;
}

.ly_footer .bl_footer_subnav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 100%;
}

.ly_footer .bl_footer_subnav li + li {
  margin-left: 2em;
}

.ly_footer .bl_footer_subnav a {
  font-size: 1.2rem;
  -webkit-transition: ease .3s;
  transition: ease .3s;
}

.ly_footer .bl_footer_subnav a:hover {
  color: #fea2b6;
}

.ly_footer .el_cancel {
  margin-top: 1.5em;
}

.ly_footer .el_cancel a {
  font-size: 1.1rem;
  -webkit-transition: ease .3s;
  transition: ease .3s;
}

.ly_footer .el_cancel a:hover {
  color: #fea2b6;
}


/******************************
 news detail
*******************************/
.el_news_ttl {
  font-size: 2.4rem;
  line-height: 1.8;
  margin-bottom: 1rem;
}

.el_news_date {
  font-size: 1.8rem;
}

.bl_news_detail {
  padding-bottom: 180px;
}

.bl_news_detail .ly_cont {
  max-width: 700px;
  margin: 0 auto;
}

.bl_news_detail .bl_news_imgarea {
  margin-bottom: 30px;
}

.bl_news_detail .bl_news_imgarea img {
  width: 100%;
  height: auto;
  border-radius: 20px;
}

/* .bl_news_detail .bl_news_imgarea img {
  width: 100%; 
  height: 420px;
  -o-object-fit: cover;
      object-fit: cover;
  font-family: 'object-fit: cover;';
} */

.bl_news_detail .btn-wrap {
  margin-top: 60px;
}

.bl_news_detail .el_txt + .el_txt {
  margin-top: 1em;
}

.bl_news_detail .el_txt {
  text-align: justify;
}

/******************************
 facilities
*******************************/
.bl_disclist {
  padding-left: 1.5em;
}

.bl_disclist li {
  line-height: 1.8;
  list-style: disc;
}
.bl_disclist li + li {
  margin-top: 0.5em;
}

.bl_sec_houseguide,
.bl_sec_facilities {
  padding-top: 0 !important;
}

.bl_facilities_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.bl_facilities_list:after {
  content: "";
  display: block;
  width: 31%;
  height: 0;
}

.bl_facilities_list li {
  width: 31%;
  margin-bottom: 35px;
}

.bl_facilities_list li a {
  width: 100%;
  height: 130px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  background-color: #fff;
  font-size: 1.8rem;
  border-radius: 10px;
  cursor: pointer;
  padding: 10px 10px 10px 130px;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  z-index: 1;
  position: relative;
  overflow: hidden;
}

.bl_facilities_list li a .thumb {
  width: 110px;
  height: 110px;
  -webkit-transition: .3s ease;
  transition: .3s ease;
  position: absolute;
  top: 10px;
  left: 10px;
  overflow: hidden;
  border-radius: 5px;
}

.bl_facilities_list li a .thumb img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: 'object-fit: cover;';
  vertical-align: bottom;
  -webkit-transition: .3s ease;
  transition: .3s ease;
}

.bl_facilities_list li a:hover .thumb img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.bl_facilities_list li a .txt {
  line-height: 1.4;
}

.modaal-container {
  color: #1B564D;
}

.modaal-content-container {
  padding: 50px;
}

.el_modal_ttl {
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.4;
  margin-bottom: 20px;
  background-image: url(../images/img_flower.svg);
  background-repeat: no-repeat;
  background-position: left 60%;
  background-size: 22px auto;
  padding-left: 32px;
}

.facilities_modal_img {
  text-align: center;
  width: 500px;
  margin: 20px 0;
}

.facilities_modal_img02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}

.facilities_modal_img02 img {
  width: 48%;
}

.bl_facilities_step_list {
  margin: 30px 0;
}

.bl_facilities_step_list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 30px;
}

.bl_facilities_step_list li .el_img {
  width: 25%;
}

.bl_facilities_step_list li .el_img img {
  width: 100%;
  height: auto;
}

.bl_facilities_step_list li .el_txt {
  width: 73%;
  padding-left: 38px;
  position: relative;
}

.bl_facilities_step_list li .el_txt .el_num {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #1B564D;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  font-weight: 700;
}



/******************************
 gallery page
*******************************/
.bl_gallery_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: 10px;
}

.bl_gallery_list li {
  width: calc((100% - 30px) / 3);
  margin-bottom: 10px;
  margin-right: 10px;
  background-color: #F4A387;
}

@media screen and (min-width: 1450px) {
  .bl_gallery_list li {
    width: calc((100% - 40px) / 4);
  }
}

@media screen and (min-width: 1810px) {
  .bl_gallery_list li {
    width: calc((100% - 50px) / 5);
  }
}

.bl_gallery_list img {
  width: 100%;
  height: 350px;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: 'object-fit: cover;';
  vertical-align: bottom;
  -webkit-transition: .3s ease;
  transition: .3s ease;
}

.bl_gallery_list a:hover img {
  opacity: 0.6;
}


/******************************
 neighborhood
*******************************/
.bl_neighborhood {
  padding-top: 0;
}

.bl_slideandtxt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.bl_slideandtxt_reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.bl_slideandtxt + .bl_slideandtxt {
  margin-top: 100px;
}

.bl_slideandtxt .bl_slideandtxt_imgarea {
  width: 40%;
  border-radius: 20px;
  overflow: hidden;
}

.bl_slideandtxt .swiper-slide img {
  width: 100%;
  height: 340px;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: 'object-fit: cover;';
}

.bl_slideandtxt .bl_slideandtxt_txtarea {
  width: 52%;
}

.bl_slideandtxt .bl_slideandtxt_txtarea .el_ttl {
  font-size: 2.5rem;
  line-height: 1.2;
  margin-bottom: 1.5em;
  font-weight: 500;
}

/* .bl_slideandtxt_reverse .bl_slideandtxt_txtarea .el_ttl {
  text-align: right;
} */

.el_link_arrup:after {
  content:"\f08e";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 0.6em;
  margin-left: 0.5em;
}



/******************************
 story
*******************************/
.bl_story_profile {
  padding-top: 0 !important;
}

.bl_story_profile .bl_profile {
  max-width: 800px;
  margin: 0 auto;
}

.bl_story_profile .bl_profile .el_ttl {
  font-size: 3rem;
  font-family: new-kansas, sans-serif;
  text-align: center;
  margin-bottom: 1em;
}

.bl_story_profile .bl_profile_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.bl_story_profile .bl_profile_list li {
  width: 45%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.bl_story_profile .bl_profile_list img {
  width: 150px;
  height: 150px;
  border-radius: 50%;
}

.bl_story_profile .bl_profile_list .el_name {
  margin: 20px 0 15px;
  font-size: 1.7rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-align: center;
}

.bl_story_profile .bl_profile_list .el_name .el_f_s {
  font-size: 0.7em;
}

.bl_story_profile .bl_profile_list .el_txt {
  font-size: 1.5rem;
  text-align: justify;
}

.bl_story_detail {
  padding: 120px 0;
}

.bl_story_detail_a {
  background-color: #FADCCC;
}

.bl_story_detail .el_year {
  font-size: 14rem;
  font-weight: 700;
  font-family: new-kansas, sans-serif;
  color: #fff;
  position: absolute;
  top: -5rem;
  opacity: 0.8;
}

.bl_story_detail_a .el_year {
  right: calc((100vw - 1160px) / 2);
}

.bl_story_detail_b .el_year {
  left: calc((100vw - 1160px) / 2);
}


.bl_story_detail .bl_slideandtxt {
  position: relative;
}

.bl_story_detail .bl_slideandtxt .bl_slideandtxt_imgarea {
  width: calc((1160px * 0.57) + ((100vw - 1160px)/2));
  border-radius: 0;
}

.bl_story_detail_a .bl_slideandtxt .bl_slideandtxt_imgarea {
  border-radius: 0 20px 20px 0;
}

.bl_story_detail_b .bl_slideandtxt .bl_slideandtxt_imgarea {
  border-radius: 20px 0 0 20px;
}

.bl_story_detail .swiper-slide {
  width: 580px;
}

.bl_story_detail .bl_slideandtxt .swiper-slide img,
.bl_story_detail .bl_slideandtxt .swiper-slide video {
  width: 100%;
  width: 580px;
  height: 580px;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: 'object-fit: cover;';
  border-radius: 20px;
}

.bl_story_detail .bl_slideandtxt .bl_slideandtxt_txtarea {
  width: 406px;
  height: 580px;
  position: absolute;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.bl_story_detail_a .bl_slideandtxt .bl_slideandtxt_txtarea {
  left: calc(50% + (1160px * 0.15));
}

.bl_story_detail_b .bl_slideandtxt .bl_slideandtxt_txtarea {
  right: calc(50% + (1160px * 0.15));
}

.bl_story_detail_b .swiper-controller {
  right: initial;
  left: 0;
  border-radius: 20px 0 20px 0;
}



.bl_story_detail .el_year.anim {
  -webkit-clip-path: inset(0 100% 0 0);
          clip-path: inset(0 100% 0 0);
  -webkit-transition: 1.6s cubic-bezier(0.37, 0, 0.63, 1);
  transition: 1.6s cubic-bezier(0.37, 0, 0.63, 1);
  transition-property: -webkit-clip-path;
  -webkit-transition-property: -webkit-clip-path;
  transition-property: clip-path;
  transition-property: clip-path, -webkit-clip-path;
}

.bl_story_detail .el_year.is-animated {
  -webkit-clip-path: inset(0);
          clip-path: inset(0);
}

.bl_story_detail .youtube {
  position: relative;
  width: 100%;
  padding-top: 100%;
  border-radius: 20px;
  overflow: hidden;
}

.bl_story_detail .youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 1280px) {
.bl_story_detail_a .el_year {
  right: 60px;
}

.bl_story_detail_b .el_year {
  left: 60px;
}

.bl_story_detail .bl_slideandtxt .bl_slideandtxt_imgarea {
  width: calc(1160px * 0.57 + 60px);
}
}



/******************************
 repeater
*******************************/
.bl_repeater_detail {
  background-color: #fff;
  padding: 60px 80px;
  border-radius: 20px;
  margin-top: 80px;
}

.bl_repeater_detail h2 {
  text-align: center;
  position: relative;
  line-height: 1.3;
  font-size: 2.6rem;
  margin-bottom: 3rem;
}

.bl_repeater_detail h2:before,
.bl_repeater_detail h2:after {
  content: '';
  background-image: url(../images/img_flower02.svg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 20px;
  height: 23px;
  display: inline-block;
  margin: 0 10px;
  vertical-align: bottom;
}

.bl_repeater_detail .bl_disclist {
  margin: 3rem 0;
  font-size: 0.95em;
}




/******************************
 cancel
*******************************/
.bl_cancel {
  padding-top: 0;
}

.bl_dl_list dt {
  font-size: 1.4em;
  line-height: 1.8;
  margin-bottom: 1rem;
}

.bl_dl_list dd {
  line-height: 1.8;
  margin-bottom: 1rem;
}

.bl_dl_list dd + dt {
  margin-top: 4rem;
}


/******************************
 favorite
*******************************/
.bl_favorite {
  padding: 120px 0;
}

.bl_anchorlink_list {
  margin-top: -100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 100px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.bl_anchorlink_list a {
  min-width: 180px;
}

.bl_anchorlink_list a::after {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  content: "\f107";
  font-size: 14px;
  display: block;
  width: 14px;
  height: 14px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 12px;
  margin: auto;
}



.bl_favorite_ttl {
  font-size: 3rem;
  font-weight: 500;
  margin-bottom: 3rem;
  font-family: new-kansas, sans-serif;
}

.bl_favorite .bl_map {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  padding-top: calc(56.25% + 60px);
  overflow: hidden;
  margin-bottom: -30px;
}

.bl_favorite .bl_map iframe {
	margin-top: -60px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.bl_favorite_odd {
  background-color: #FADCCC;
}

.bl_favorite_detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  counter-reset: item;
}

.bl_favorite_detail li {
  margin-bottom: 2em;
  width: 46%;
  counter-increment: item;
}

.bl_favorite_detail .el_ttl {
  font-size: 1.2em;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 0.4em;
}

.bl_favorite_detail .el_ttl::before {
  content: counter(item) ". ";
  font-weight: bold;
  margin-right: 0.2em;
}

.bl_favorite_detail li:nth-child(1)  .el_ttl::before { content: "① "; }
.bl_favorite_detail li:nth-child(2)  .el_ttl::before { content: "② "; }
.bl_favorite_detail li:nth-child(3)  .el_ttl::before { content: "③ "; }
.bl_favorite_detail li:nth-child(4)  .el_ttl::before { content: "④ "; }
.bl_favorite_detail li:nth-child(5)  .el_ttl::before { content: "⑤ "; }
.bl_favorite_detail li:nth-child(6)  .el_ttl::before { content: "⑥ "; }
.bl_favorite_detail li:nth-child(7)  .el_ttl::before { content: "⑦ "; }
.bl_favorite_detail li:nth-child(8)  .el_ttl::before { content: "⑧ "; }
.bl_favorite_detail li:nth-child(9)  .el_ttl::before { content: "⑨ "; }
.bl_favorite_detail li:nth-child(10) .el_ttl::before { content: "⑩ "; }
.bl_favorite_detail li:nth-child(11) .el_ttl::before { content: "⑪ "; }
.bl_favorite_detail li:nth-child(12) .el_ttl::before { content: "⑫ "; }
.bl_favorite_detail li:nth-child(13) .el_ttl::before { content: "⑬ "; }
.bl_favorite_detail li:nth-child(14) .el_ttl::before { content: "⑭ "; }
.bl_favorite_detail li:nth-child(15) .el_ttl::before { content: "⑮ "; }
.bl_favorite_detail li:nth-child(16) .el_ttl::before { content: "⑯ "; }
.bl_favorite_detail li:nth-child(17) .el_ttl::before { content: "⑰ "; }
.bl_favorite_detail li:nth-child(18) .el_ttl::before { content: "⑱ "; }
.bl_favorite_detail li:nth-child(19) .el_ttl::before { content: "⑲ "; }
.bl_favorite_detail li:nth-child(20) .el_ttl::before { content: "⑳ "; }


.bl_favorite_detail .el_car {
  border: 1px solid rgba(27,86,77,0.6);
  display: inline-block;
  padding: 4px 10px;
  border-radius: 30px;
  font-size: 1.4rem;
  line-height: 1;
  margin-top: 10px;
}

.bl_favorite_detail .el_car:before {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 1.3rem;
  content: "\f1b9";
  margin-right: 0.3em;
}

.bl_favorite_detail .el_car span {
  font-size: 0.9em;
}




/* animation */
.fadeup {
  opacity: 0;
}
.fadeup.is-animated {
  -webkit-animation: fadeup 1s cubic-bezier(0.33, 1, 0.68, 1) 1 forwards;
          animation: fadeup 1s cubic-bezier(0.33, 1, 0.68, 1) 1 forwards;
}
 
@keyframes fadeup {
  0% {
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
    opacity: 0;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}


/* 複数フェードアップ */
.fadeupwrap > * {
    opacity: 0;
}

 .fadeupwrap.is-animated > * {
  -webkit-animation: fadeup 1s cubic-bezier(0.33, 1, 0.68, 1) 1 forwards;
          animation: fadeup 1s cubic-bezier(0.33, 1, 0.68, 1) 1 forwards;
}

.fadeupwrap.is-animated > *:nth-child(2){
  -webkit-animation-delay: .4s;
          animation-delay: .4s;
}
.fadeupwrap.is-animated > *:nth-child(3){
  -webkit-animation-delay: .8s;
          animation-delay: .8s;
}
.fadeupwrap.is-animated > *:nth-child(4){
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s;
}
.fadeupwrap.is-animated > *:nth-child(5){
  -webkit-animation-delay: 1.6s;
          animation-delay: 1.6s;
}
.fadeupwrap.is-animated > *:nth-child(6){
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}
.fadeupwrap.is-animated > *:nth-child(7){
  -webkit-animation-delay: 2.4s;
          animation-delay: 2.4s;
}
.fadeupwrap.is-animated > *:nth-child(8){
  -webkit-animation-delay: 2.8s;
          animation-delay: 2.8s;
}

.fadeupwrap02.is-animated > *:nth-child(2){
  -webkit-animation-delay: .2s;
          animation-delay: .2s;
}
.fadeupwrap02.is-animated > *:nth-child(3){
  -webkit-animation-delay: .4s;
          animation-delay: .4s;
}
.fadeupwrap02.is-animated > *:nth-child(4){
  -webkit-animation-delay: .6s;
          animation-delay: .6s;
}
.fadeupwrap02.is-animated > *:nth-child(5){
  -webkit-animation-delay: .8s;
          animation-delay: .8s;
}
.fadeupwrap02.is-animated > *:nth-child(6){
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
.fadeupwrap02.is-animated > *:nth-child(7){
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s;
}
.fadeupwrap02.is-animated > *:nth-child(8){
  -webkit-animation-delay: 1.4s;
          animation-delay: 1.4s;
}