@charset "UTF-8";
/*------------------------------------------------
top
--------------------------------------------------*/
#top #mv {
  width: 100%;
  height: 100vh;
}
#top #mv #topSlider {
  width: 100%;
  height: 100%;
}
#top #mv #topSlider .swiper-slide {
  position: relative;
  width: 100%;
  height: 100%;
}
#mv #topSlider .swiper-slide.zoomOut img {
  animation: zoomOut 8s linear;
} 
@keyframes zoomOut {
  0% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
#top #mv #topSlider .swiper-slide .catchcopy {
  background: no-repeat center center;
  background-size: 100%;
  width: 400px;
  height: 430px;
  position: absolute;
  z-index: 9;
  top: calc(50% - 215px);
  left: calc(50% - 200px);
}
#top #mv #topSlider .swiper-slide.topSlider01 .catchcopy {
  background-image: url("../img/top/topSlider01_catch.png");
}
#top #mv #topSlider .swiper-slide.topSlider02 .catchcopy {
  background-image: url("../img/top/topSlider02_catch.png");
}
#top #mv #topSlider .swiper-slide.topSlider03 .catchcopy {
  background-image: url("../img/top/topSlider03_catch.png");
}
#top #mv #topSlider .swiper-slide.topSlider04 .catchcopy {
  background-image: url("../img/top/topSlider04_catch.png");
}
#top #mv #topSlider .swiper-slide.topSlider05 .catchcopy {
  background-image: url("../img/top/topSlider05_catch.png");
}
#top #mv #topSlider .swiper-pagination {
  bottom: 32px;
  left: 32px;
  text-align: left;
}
#top #mv #topSlider .swiper-pagination-bullet {
  width: 40px;
  height: 1px;
  border-radius: 0;
  background-color: #FFF;
  opacity: 1 !important;
}
#top #mv #topSlider .swiper-pagination-bullet-active {
  height: 3px;
  transform: translateY(1px);
}
#top .mv_scroll {
  background: url("../img/top/mv_scroll.png")no-repeat center bottom;
  background-size: 100%;
  width: 15px;
  height: 300px;
  position: absolute;
  z-index: 9;
  bottom: 100px;
  left: 32px;
}
#top .mv_scroll:before, #top .mv_scroll:after {
  content: "";
  display: block;
  width: 1px;
  background-color: #FFF;
  opacity: 0.5;
  height: 220px;
  top: 0;
  left: 50%;
  position: absolute;
}
#top .mv_scroll:after {
  opacity: 1;
  animation: mv_scroll 3s ease infinite;
}
@keyframes mv_scroll {
  0% {
    top: 0;
    bottom: auto;
    height: 0;
    opacity: 1;
  }
  40% {
    height: 220px;
    top: 0;
    bottom: auto;
  }
  41% {
    top: auto;
    bottom: calc(100% - 220px);
    height: 220px;
  }
  90% {
    top: auto;
    bottom: calc(100% - 220px);
    height: 0;
    opacity: 1;
  }
  91% {
    top: auto;
    bottom: calc(100% - 220px);
    height: 0;
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

/*campaign*/
#campaign{
  background: rgb(138, 230, 184);
  background: -moz-linear-gradient(left, rgba(138, 230, 184, 1) 1%, rgba(38, 154, 158, 1) 99%);
  background: -webkit-linear-gradient(left, rgba(138, 230, 184, 1) 1%, rgba(38, 154, 158, 1) 99%);
  background: linear-gradient(to right, rgba(138, 230, 184, 1) 1%, rgba(38, 154, 158, 1) 99%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#8ae6b8', endColorstr='#269a9e', GradientType=1);
  color: #fff;
}
#campaign .inner{
  background-image: url("../img/top/campaign_bg.png"), url("../img/top/campaign_bg.png");
  background-repeat: no-repeat, no-repeat;
  background-position: left calc(50% - 780px) top -50px, left calc(50% + 680px) bottom -100px;
  background-size: 540px auto, 860px auto;
  position: relative;
  padding: 50px 0 96px;
}

#campaign .campaign_ttl_l{
  display: block;
  font-size: 160px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  opacity: 0.25;
}
#campaign .campaign_ttl_s{
  display: block;
  font-size: 72px;
  color: #fff;
  text-align: center;
  margin-top: -55px;
  margin-bottom: 35px;
}
#campaign .contentBox{
  text-align: center;
}
#campaign .campaign_sub_ttl{
  font-size: 32px;
  text-align: center;
  width: 880px;
  margin: 0 auto 64px;
  background: #a9976d;
  box-shadow: 0 0 10px rgba(35, 124, 111, 0.75);
  border-radius: 999px;
  padding: 20px 0;
}
#campaign .campaign_img{
  margin: 0 auto 16px;
  width: 90%;
  max-width: 1080px;
}
#campaign .campaign_img img{
  width: 100%;
  height: auto;
}
#campaign .txt01{
  font-size: 24px;
  text-align: center;
  display: inline-block;
  margin: 0 auto 15px;
  border-bottom: 1px solid #fff;
  padding: 0 50px 24px;
}
#campaign .txt02{
  font-size: 32px;
  line-height: 1.75;
  letter-spacing: 0.08em;
  text-align: center;
  margin-bottom: 40px;
}
#campaign .txtBox01{
  display: flex;
  justify-content: space-between;
  max-width: 680px;
  margin: 0 auto 30px;
  
}
#campaign .txtBox01 .txtBox01_txt01{
  font-size: 20px;
  padding: 55px 0;
  border: 1px solid #fff;
  text-align: center;
  width: 160px;
}
#campaign .txtBox01 .txtBox01_txt02{
  font-size: 24px;
  line-height: 2.0;
  background: linear-gradient(transparent 65%, rgba(224,237,100,0.2) 65%, rgba(224,237,100,0.2) 85%, transparent 85%);
}
#campaign .txtBox01 .txtBox01_txt02 .txt_mark{
  font-size: 16px;
  position: relative;
  top: -8px;
}
#campaign .txtBox01 .txtBox01_txt02 .txt_s{
  font-size: 16px;
}
#campaign .txtBox01 .txtBox01_txt03{
  margin-top: 10px;
  font-weight: lighter;
}
#campaign .txt03{
  text-align: center;
  line-height: 2.5;
  font-weight: lighter;
  margin-bottom: 55px;
}
#campaign .txtBox02{
  justify-content: space-between;
  max-width: 800px;
  margin: 0 auto 65px;
  
}
#campaign .txtBox02 .txtBox02_txt01{
  font-size: 20px;
  padding: 20px 0;
  text-align: center;
  width: 100%;
  background: #fff;
  color: #269a9e;
}

#campaign .txtBox02 .txtBox02_txt02box{
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #ffffff;
}

#campaign .txtBox02 .txtBox02_txt02{
  font-size: 40px;
  text-align: left;
  margin-top: 25px;
　border-bottom: 1px solid;
  padding: 0 0 24px;
  width: 170px;
}
#campaign .txtBox02 .txtBox02_txt02 span{
  font-size: 24px;
  font-weight: 400;
}

/*
#campaign .txtBox02 .txtBox02_txt02 span{
  font-family: inherit;
  font-size: 20px;
  display: inline-block;
  border: 1px solid #fff;
  text-align: center;
  padding: 6px 0;
  width: 34px;
  position: relative;
  top: -7px;
  margin-left: 8px;
}
#campaign .txtBox02 .txtBox02_txt02 span:first-child{
  margin-right: 50px;
}
#campaign .txtBox02 .txtBox02_txt02 span:first-child:after{
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: -37px;
  width: 24px;
  height: 1px;
  background: #fff;
}
*/
#campaign .txtBox02 .txtBox02_txt03{
  font-size: 40px;
  font-weight: lighter;
  width: calc(100% - 150px);
  padding: 25px 0;
}
#campaign .txtBox02 .txtBox02_txt03 span{
  font-size: 24px;
}

p.campaign_btn{
  max-width: 560px;
  margin: 0 auto;
  font-weight: lighter;
}
p.campaign_btn a {
  font-size: 18px;
  text-align: center;
  color: #1e1e24;
  display: block;
  position: relative;
  transition: all 0.3s ease 0s;
  background: rgb(239, 156, 149);
  background: -moz-linear-gradient(45deg, rgba(239, 156, 149, 1) 2%, rgba(171, 149, 111, 1) 85%);
  background: -webkit-linear-gradient(45deg, rgba(239, 156, 149, 1) 2%, rgba(171, 149, 111, 1) 85%);
  background: linear-gradient(45deg, rgba(239, 156, 149, 1) 2%, rgba(171, 149, 111, 1) 85%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ef9c95', endColorstr='#ab956f', GradientType=1);
  padding: 23px 0;
}
p.campaign_btn a:hover {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f9d7d5+3,ddd5c5+100 */
  background: rgb(249, 215, 213);
  /* Old browsers */
  background: -moz-linear-gradient(45deg, rgba(249, 215, 213, 1) 3%, rgba(221, 213, 197, 1) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(45deg, rgba(249, 215, 213, 1) 3%, rgba(221, 213, 197, 1) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(45deg, rgba(249, 215, 213, 1) 3%, rgba(221, 213, 197, 1) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9d7d5', endColorstr='#ddd5c5', GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
}
p.campaign_btn a::after {
  content: url("../img/common/hover-next-b.png");
  position: absolute;
  right: 20px;
  transition: all 0.5s ease-in-out 0s;
}
p.campaign_btn a:hover::after {
  right: 25px;
}
@media screen and (max-width: 768px) {
  #campaign .inner{
    background-image: url("../img/top/campaign_bg.png"), url("../img/top/campaign_bg.png");
    background-repeat: no-repeat, no-repeat;
    background-position: left calc(50% - 100px) top -25px, left calc(50% + 25px) bottom -45px;
    background-size: 270px auto, 380px auto;
    padding: 45px 0 48px;
  }

  #campaign .campaign_ttl_l{
    font-size: 60px;
  }
  #campaign .campaign_ttl_s{
    font-size: 40px;
    margin-top: -26px;
    margin-bottom: 25px;
    line-height: 1.1;
  }
  #campaign .contentBox{
    padding: 0 20px;
  }
  #campaign .campaign_sub_ttl{
    font-size: 24px;
    width: 100%;
    margin: 0 auto 28px;
    box-shadow: 0 0 10px rgba(35, 124, 111, 0.75);
    padding: 20px 0;
    line-height: 1.3;
    letter-spacing: 0;
  }
  #campaign .campaign_img{
    margin: 0 auto 24px;
    width: 100%;
  }
  #campaign .txt01{
    margin: 0 auto 15px;
    padding: 0 15px 24px;
  }
  #campaign .txt02{
    font-size: 28px;
    line-height: 1.75;
    letter-spacing: 0.08em;
    text-align: center;
    margin-bottom: 30px;
  }
  #campaign .txtBox01{
    display: block;
    max-width: 680px;
    margin: 0 auto 30px;

  }
  #campaign .txtBox01 .txtBox01_txt01{
    padding: 13px 0;
    width: 100%;
    margin-bottom: 20px;
  }
  #campaign .txtBox01 .forSP{
    text-align: center;
  }
  #campaign .txtBox01 .txtBox01_txt02{
    font-size: 21px;
    line-height: 2.0;
    background: linear-gradient(transparent 65%, rgba(224,237,100,0.2) 65%, rgba(224,237,100,0.2) 85%, transparent 85%);
    letter-spacing: 0;
    display: inline-block;
  }
  #campaign .txtBox01 .txtBox01_txt02 .txt_mark{
    font-size: 16px;
    position: relative;
    top: -8px;
  }
  #campaign .txtBox01 .txtBox01_txt02 .txt_s{
    font-size: 16px;
  }
  #campaign .txtBox01 .txtBox01_txt03{
    margin-top: 10px;
    text-align: center;
    line-height: 1.7;
  }
  #campaign .txt03{
    margin-bottom: 40px;
    letter-spacing: 0;
  }
  #campaign .txtBox02{
    display: block;
    margin: 0 auto 40px;

  }
  #campaign .txtBox02 .txtBox02_txt01{
    padding: 14px 0;
    width: 100%;
  }

  #campaign .txtBox02 .txtBox02_txt02box{
    flex-wrap: wrap;
  }
	
  #campaign .txtBox02 .txtBox02_txt02{
	width: 100%;
    line-height: 2;
    text-align: center;
	margin: 0;
    padding: 0;
    border-bottom: 1px solid #ffffff;
  }
/*
  #campaign .txtBox02 .txtBox02_txt02:after{
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 50%;
    width: 1px;
    height: 24px;
    background: #fff;
  }
*/
  #campaign .txtBox02 .txtBox02_txt02 span{
    font-family: inherit;
    font-size: 22px;
    display: inline-block;
    text-align: center;
    padding: 6px 0;
    position: relative;
  }
  #campaign .txtBox02 .txtBox02_txt02 span:first-child{
    margin-right: 0;
  }
  #campaign .txtBox02 .txtBox02_txt02 span:first-child:after{
    display: none;
  }
  #campaign .txtBox02 .txtBox02_txt03{
    font-size: 35px;
    font-weight: lighter;
    text-align: center;
	width: 100%;
  }
}

/*didimArea*/
.didimArea{
  width: 90%;
  max-width: 1090px;
  margin: 60px auto 0;
  background: url("../img/top/bg-didim-pc.jpg") no-repeat center center;
  background-size: cover;
  padding: 40px 50px;
}
.didimArea .txtBox{
  width: 55%;
}
.didimArea .txtBox .ttl_en{
  font-size: 160px;
  -webkit-text-stroke: 2px #fff;
  color: transparent;
  font-weight: 500;
  opacity: 0.25;
}
.didimArea .txtBox .ttl{
  font-size: 32px;
  margin-top: -55px;
  padding-left: 40px;
  line-height: 1.75;
  margin-bottom: 30px;
}
.didimArea .txtBox .note{
  font-size: 24px;
  padding-left: 40px;
  line-height: 2;
}
.didimArea .imgBox{
  width: 43%;
}
.didimArea .imgBox a{
  display: block;
}
@media screen and (max-width: 768px) {
.didimArea{
  max-width: inherit;
  margin: 60px auto 0;
  background: url("../img/top/bg-didim-sp.jpg") no-repeat center center;
  background-size: cover;
  padding: 30px;
}
.didimArea .txtBox{
  width: 100%;
  margin-bottom: 30px;
}
.didimArea .txtBox .ttl_en{
  font-size: 60px;
  text-align: center;
}
.didimArea .txtBox .ttl{
  font-size: 16px;
  margin-top: 0;
  padding-left: 0;
  margin-bottom: 20px;
  text-align: center;
}
.didimArea .txtBox .note{
  font-size: 12px;
  padding-left: 0;
  text-align: center;
}
.didimArea .imgBox{
  width: 100%;
}
}


	/* modal */
	.tpmovie-open {
		position: fixed;
		top: 0;
		left: 0;
		background-color: rgba(0, 0, 10, .8);
		display: flex;
		align-items: center;
		z-index: 999999;
		width: 100%;
		height: 100%;
		display: none;
	}
	.tpmovie-open-wrap {
		position: relative;
		width: 100%;
		height: 100%;
		overflow: hidden;
	}
	.tpmovie-open-close {
		top: 5%;
		left: 70%;
		width: 60px;
	}
	.tpmovie-open-close {
		position: absolute;
		transition: 1s;
	}
	.tpmovie-open-close:hover {
		opacity: .6;
		cursor: pointer;
	}

.video-wrap{
  width: 40vh;
  height: 100vh;
  display: flex;
  align-content: center;
  flex-wrap: wrap;
  max-width: 370px;
  margin: 0 auto;
}
.video {
    position: relative;
    width: 100%;
    padding-top: 178%; 
    height: 0;
}

.video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}  
	@media screen and (max-width: 768px) {
		.tpmovie {
			padding: 5vw 0;
		}
		.tpmovie-ttl {
			background-size: 1.5em;
			padding-top: 2em;
			line-height: 1.3;
			margin-bottom: 5vw;
		}
		/* modal */
		.tpmovie-open-close {
			top: 2vw;
			left: auto;
			right: 2vw;
			width: 8vw;
		}
	}






/*laketowada-wrap*/
.Inner {
  width: 1280px;
  margin: 0 auto;
  position: relative;
}
section.laketowada-wrap {
  background-color: #1e1e24;
  background-image: url("../img/top/sec1-2.png"), url("../img/top/sec01-bg.png");
  background-repeat: no-repeat, no-repeat;
  background-position: calc(50% + 200px) top, left top;
  background-size: 80% auto, 100% auto;
  position: relative;
}
.laketowada-over {
  padding: 96px 0;
}
.laketowada-over .txt {
  max-width: 568px;
  background: rgb(30 30 36 / 80%);
  color: #fff;
  padding: 64px;
  margin: 0 0 228px -70px;
}
.laketowada-over .txt h2 {
  font-size: 24px;
  line-height: 2;
  margin-bottom: 20px;
  font-weight:normal;
}
.laketowada-over .txt p {
  font-size: 16px;
  line-height: 2.8;font-weight: lighter;
}
.laketowada-over .backimg {
  position: absolute;
  right: -170px;
  top: 160px;
}.laketowada-over .backimg img {
    max-width: 874px;
}
.laketowada-over .txt2 h3 {
  margin-bottom: 40px;
}
.laketowada-over .txt2 h3 span {
  font-size: 160px;
  background: linear-gradient(to bottom, rgba(241, 156, 151, 1) 1%, rgba(170, 149, 110, 1) 99%);
  display: inline-block;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: lighter;
  font-style: normal;
  line-height: 1;
  letter-spacing: 20px;
}
.laketowada-over .txt2 p {
  font-size: 24px;
  color: #fff;
}
.laketowada-under {
  position: relative;
  overflow: hidden;
}
.backimg2 {
  position: absolute;
  left: calc(50% - 130px);
  bottom: 120px;
  max-width: 1113px;
}
.laketowada-under .backimg {
  margin: 0 calc(50% - 610px) 100px 0;
}
.laketowada-under h2 span {
  font-size: 24px;
  color: #fff;
  display: block;
  margin-bottom: 20px;
}
.laketowada-under h2 {
  margin-bottom: 50px;
  font-weight: normal;
}
.laketowada-under h2 b {
  display: inline-block;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f19c97+1,aa956e+99 */
  background: rgb(241, 156, 151); /* Old browsers */
  background: -moz-linear-gradient(top, rgba(241, 156, 151, 1) 1%, rgba(170, 149, 110, 1) 99%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(241, 156, 151, 1) 1%, rgba(170, 149, 110, 1) 99%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(241, 156, 151, 1) 1%, rgba(170, 149, 110, 1) 99%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f19c97', endColorstr='#aa956e', GradientType=0); /* IE6-9 */
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 64px;
}
.laketowada-under p {
    font-size: 16px;
    color: #fff;
    line-height: 2.5;
    font-weight: lighter;
}
.laketowada-under .txt {
  margin-bottom: 170px;
  padding-left: 100px;
  position: relative;
  z-index: 1;
}
.laketowada-under:before {
  content: "";
  display: block;
  width: 1px;
  background-color: rgb(255 255 255 / 50%);
  opacity: 0.5;
  height: calc(56% - 40px);
  top: 0;
  left: calc(50% - 520px);
  position: absolute;
  z-index: 1;
}
.laketowada-under:after {
  content: "";
  display: block;
  width: 1px;
  background-color: #FFF;
  opacity: 0.5;
  height: calc(55% / 2);
  top: 0;
  left: calc(50% - 520px);
  position: absolute;
  z-index: 1;
}
/*slider_area*/
ul.activ-nav.flex {
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
}
.tab-content.active {
  display: block;
}
.activ-nav > li {
  cursor: pointer;
  width: auto;
  flex: inherit;
}
.activ-nav .activ-cont li {
  cursor: pointer;
}
.activ-nav .activ-cont li.active {
  color: #000;
  font-size: 40px;
}
.activ-nav .activ-cont li.active span {
  color: #000;
  font-size: 16px;
}
.activ-nav .activ-cont li {
  color: #fff;
  font-size: 40px;
}
.activ-nav .activ-cont li span {
  color: #fff;
  font-size: 16px;
  display: block;
}
.activ-nav .activ-cont li.active {
  background: none;
  color: #000;
}
ul.activ-nav.flex li {
    font-size: 40px;
    position: relative;
    color: #fff;
    text-align: center;
    margin: 0 50px;
    transition: background 1s, color 1s;
    font-weight: lighter;
}
ul.activ-nav.flex li span {
  font-size: 16px;
  position: relative;
  display: block;
  margin: 20px;
  text-align: center;
}
section.slider_area {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f19c97+1,aa956e+99 */
  background: rgb(241, 156, 151); /* Old browsers */
  background: -moz-linear-gradient(left, rgba(241, 156, 151, 1) 1%, rgba(170, 149, 110, 1) 99%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left, rgba(241, 156, 151, 1) 1%, rgba(170, 149, 110, 1) 99%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, rgba(241, 156, 151, 1) 1%, rgba(170, 149, 110, 1) 99%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f19c97', endColorstr='#aa956e', GradientType=1); /* IE6-9 */
  padding: 96px 0 1px;
}
ul.activ-nav.flex li.active {
  color: #000;
  background: url("../img/top/slider_area.png");
  background-size: auto 100%;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
}
ul.activ-nav.flex li.active:after {
  content: "";
  background: #808080;
  width: 1px;
  height: 32px;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: -25px;
}
section.slider_area .slick-list li {
    text-align: center;
    padding: 0 16px;
    margin-bottom: 56px;
    font-weight: lighter;
}
li.act_content figure {
  text-align: center;
  padding: 0;
  margin: 0;
}
li.tab-content.activ-cont03 ul li .txt {
  min-height: 96px;
  margin-bottom: 32px;
}
section.slider_area .slick-list li h3 {
    text-align: center;
    margin: 40px 0;
    font-size: 20px;
    font-weight: normal;
    line-height: 1.5;
}
section.slider_area .slick-list li .txt p {
  line-height: 2;
  font-size: 16px;
  margin-bottom: 32px;
}
section.slider_area .slick-list li .detail {
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: center;
  width: 100%;
}
section.slider_area .slick-list li .detail p {
  text-align: center;
  margin: 0 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 1.8;
  width: 50%;
}
section.slider_area .slick-list li .detail p:nth-child(1):before {
  content: "";
  height: 30px;
  width: 1px;
  background: #808080;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
li.act_content figure img {
  margin: 0 auto;
  width: 100%;
}
.detail2 p {
  font-size: 16px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.8;
  height: 40px;
}
.tab-content {
  display: none;
}
.tab-content.active {
  display: block;
}
.tabnav > li {
  flex: 1;
  text-align: center;
  background: #ccc;
}
.tabnav > li.active {
  background: #000;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .tabnav > li {
    cursor: pointer;
  }
  .tabnav > li.active {
    cursor: default;
  }
}
section.slider_area .slick-list li a figure {
  position: relative;
  cursor: pointer;
  transition: all 1s;
}
section.slider_area .slick-list li a figure:before {
  transition: all .3s;
  transform: scale(0, 1);
  transform-origin: left top;
  content: "";
  background: oklab(0 0 0 / 0);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  transform: scale(1, 1);
}
section.slider_area .slick-list li a:hover figure:before {
  content: "";
  background: oklab(0 0 0 / 0.3);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
section.slider_area .slick-list li a:hover figure:after {
  content: "";
  background: url("../img/common/more.png");
  background-position: center center;
  background-size: auto;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
/*stay-wrap*/
section.stay-wrap {
  background: #1e1e24;
  position: relative;
}
section.stay-wrap:before {
  content: "";
  display: block;
  width: 1px;
  background-color: rgb(255 255 255 / 50%);
  opacity: 0.5;
height: 36vw;	
  max-height: 575px;
  top: -96px;
  right: calc(50% - 520px);
  position: absolute;
  z-index: 1;
}
section.stay-wrap:after {
  content: "";
  display: block;
  width: 1px;
  background-color: #FFF;
  opacity: 0.5;
  height: 287px;
  top: -96px;
  right: calc(50% - 520px);
  position: absolute;
  z-index: 1;
}
figure.stay01 {
  position: relative;
  float: right;
  margin: -96px 0 0;
}
figure.stay02 {
  position: absolute;
  float: left;
  padding: 0px;
  right: calc(50% - 111px);
  top: 385px;
  margin: 0;
  padding: 0;
}
section.stay-wrap .Inner_1600 {
  clear: both;
}
section.stay-wrap .Inner .txt {
  width: 380px;
  float: right;
  padding: 90px 0px 45px;
  display: flex;
  flex-wrap: wrap;
  justify-content: end;
}
section.stay-wrap .Inner .txt h2 span {
  font-size: 24px;
  color: #fff;
  display: inline-block;
  margin-bottom: 32px;
}
section.stay-wrap .Inner .txt h2 b.en_font {
    font-size: 64px;
    background: linear-gradient(to bottom, rgba(241, 156, 151, 1) 1%, rgba(170, 149, 110, 1) 99%);
    display: inline-block;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: normal;
}
section.stay-wrap .Inner .txt h2 {
    margin-bottom: 80px;
    text-align: right;
    font-weight: normal;
}
section.stay-wrap .Inner .txt p {
    font-size: 16px;
    color: rgb(255, 255, 255);
    line-height: 2;
    font-weight: lighter;
    text-align: justify;
}
section.stay-wrap .Inner {
  width: 1080px;
}
section.stay-wrap .Inner .txt2 {
  color: rgb(255, 255, 255);
  text-align: center;
  clear: both;
  padding: 120px 0 96px;
  width: 100%;
}
section.stay-wrap .Inner .txt2 h3 {
  text-align: center;
  font-size: 24px;
	font-weight: normal;
}
section.stay-wrap .Inner .txt2 h3 span {
  display: block;
  text-align: center;
  margin: 20px 0 80px;
  font-size: 40px;
  letter-spacing: 0.1em;
}
section.stay-wrap .Inner .txt2 p {
    text-align: center;
    line-height: 2.5;
    font-size: 16px;
    font-weight: lighter;
}
.Inner_1600 {
  width: 1600px;
  margin: 0 auto;
}
.room_area {
  display: flex;
  flex-wrap: wrap;
}
.room_box01 {
  width: 50%;
}
.room_box02 {
  width: 50%;
}
.room_In.slick-initialized.slick-slider.slick-dotted .slick-list.draggable {
  padding: 0 !important;
}
.room_box01 ul.slick-dots, .room_box03 ul.slick-dots, .eat_box01 ul.slick-dots {
  bottom: -19px;
  left: auto;
  right: 40px;
  width: auto;
}
.room_box02 ul.slick-dots, .room_box04 ul.slick-dots, .eat_box02 ul.slick-dots {
  bottom: -19px;
  left: 20px;
  right: auto;
  width: auto;
}
.room_box01 .slick-dotted.slick-slider, .room_box02 .slick-dotted.slick-slider {
  margin-bottom: 56px;
}
.room_box01 .txt {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 96px;
}
.room_area .txt {
  color: #fff;
}
.room_area .txt h4 {
    font-size: 24px;
    margin-bottom: 32px;
    font-weight: normal;
}
.room_area .txt p {
    font-size: 16px;
    line-height: 2.2;
    font-weight: lighter;
}
.room_box03, .room_box04 {
  width: 100%;
  display: flex;
  margin-bottom: 96px;
  align-items: center;
}
.room_box03 .slick-dotted.slick-slider, .room_box04 .slick-dotted.slick-slider {
  width: 50%;
  margin-bottom: 0;
}
.room_area .txt h3 {
    font-size: 24px;
    font-weight: normal;
}
.room_area .txt h3 span {
  line-height: 2;
}
.room_area .txt h3 b {
    font-size: 40px;
    letter-spacing: 0.1em;
    display: inline-block;
    margin: 15px 0 80px;
}
.room_area .room_cont span.h_im {
    position: absolute;
	color: #fff;
    bottom: 0;
    z-index: 5;
    left: 0;
    padding: 20px;
    font-size: 15px;
}
.room_area .txt p {
  margin-bottom: 80px;
}
.room_box03 .txt, .room_box04 .txt {
  padding: 0 50px;
}
.more-link a {
    font-size: 20px;
    letter-spacing: 0.1em;
    display: inline-block;
    padding: 15px 0;
    position: relative;
    transition: all 0.3s ease 0s;
    color: rgb(255, 255, 255);
    min-width: 200px;
    font-weight: lighter;
}
.more-link a:before {
  content: "";
  height: 2px;
  width: 100%;
  position: absolute;
  bottom: 0;
  background: rgb(241, 156, 151);
  background: -moz-linear-gradient(left, rgba(241, 156, 151, 1) 1%, rgba(170, 149, 110, 1) 99%);
  background: -webkit-linear-gradient(left, rgba(241, 156, 151, 1) 1%, rgba(170, 149, 110, 1) 99%);
  background: linear-gradient(to right, rgba(241, 156, 151, 1) 1%, rgba(170, 149, 110, 1) 99%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f19c97', endColorstr='#aa956e', GradientType=1);
}
.more-link a::after {
  content: url(../img/common/whi-next.png);
  position: absolute;
  right: 0px;
  transition: all 0.5s ease-in-out;
}
.more-link a:hover {
  display: inline-block;
  background: rgb(241, 156, 151);
  background: -moz-linear-gradient(top, rgba(241, 156, 151, 1) 1%, rgba(170, 149, 110, 1) 99%);
  background: -webkit-linear-gradient(top, rgba(241, 156, 151, 1) 1%, rgba(170, 149, 110, 1) 99%);
  background: linear-gradient(to bottom, rgba(241, 156, 151, 1) 1%, rgba(170, 149, 110, 1) 99%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f19c97', endColorstr='#aa956e', GradientType=0);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.more-link a:hover:after {
  content: url("../img/common/hover-next.png");
  position: absolute;
  transition: all 0.5s ease-in-out;
  right: 5px;
}
section.Plan_wrap .more-link a:hover:after, section.enjyoy_wrap .more-link a:hover:after {
  content: url("../img/common/hover-next-b.png");
  position: absolute;
  transition: all 0.5s ease-in-out;
  right: 5px;
}
section.Plan_wrap .more-link a:hover:before, section.enjyoy_wrap .more-link a:hover:before {
  content: "";
  height: 2px;
  width: 100%;
  position: absolute;
  bottom: 0px;
  background: #000;
  ;
}
section.Plan_wrap .more-link a:hover, section.enjyoy_wrap .more-link a:hover {
  color: #000;
  -webkit-text-fill-color: unset;
}
section.Plan_wrap .crowdfunding{
	max-width: 874px;
	margin: 0 auto;
	padding: 30px 0 50px;
}
section.Plan_wrap .crowdfunding img.pc_none{
	display: none;
}

section.Plan_wrap .ryujin{
	max-width: 874px;
	margin: 0 auto;
	padding: 5px 0 15px;
}
section.Plan_wrap .ryujin img.pc_none{
	display: none;
}
.info-banners {
  display: block;
  margin: auto;
}

@media screen and (max-width: 480px){
	section.Plan_wrap .crowdfunding{
		padding: 0 20px;
		margin-bottom: 32px;
	}
	section.Plan_wrap .crowdfunding img.pc_none{
		display: block;
	}
	section.Plan_wrap .crowdfunding img.sp_none{
		display: none;
	}
	section.Plan_wrap .ryujin{
		padding: 0 20px;
		margin-bottom: 32px;
	}
	section.Plan_wrap .ryujin img.pc_none{
		display: block;
	}
	section.Plan_wrap .ryujin img.sp_none{
		display: none;
	}
}
.room_box04 {
  justify-content: space-between;
}
.room_box04 .txt {
  order: -1;
  padding: 0 40px 0 250px;
}
/*section.facilities*/
section.facilities {
  background: rgb(221, 221, 222);
  padding: 96px 0px 120px;
}
section.facilities h2 {
    text-align: center;
    font-size: 20px;
    margin-bottom: 40px;
    font-weight: normal;
}
.facilities_box ul, .facilities_box2 ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.facilities_box2 ul li div{
  position: relative;
}
.facilities_box2 ul li img{
  width: 100%;
}
.facilities_box2 ul li .cap{
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  left: 50%;
  width: 80%;
  background: red;
  color: #FFFFFF;
  font-weight: bold;
  margin-top: 0;
}
section.facilities .Inner {
  width: 1080px;
}
.facilities_box ul li, .facilities_box2 ul li {
  text-align: center;
  margin-bottom: 40px;
}
.facilities_box ul li p, .facilities_box2 ul li p {
    text-align: center;
    margin-top: 24px;
    line-height: 2.2;
    font-weight: lighter;
}
.facilities_box, .facilities_box2 {
  margin-bottom: 56px;
}
.facilities_box .facilities_box_belowtext {
  padding-bottom: 40px;
  font-weight: lighter;
}

@media (min-width: 768px) and (max-width: 1280px) {
  .facilities_box ul {
    justify-content: center;
    gap: 1%;
  }
}

@media screen and (min-width: 1281px) {
  .facilities_box ul {
    justify-content: center;
    gap: 2%;
  }
}


/*バナー*/
.banner-area {
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.new {
  padding: 0 0 0 40px;
}
.banner-area .txt {
  padding: 0 30px;
  width: 40%;
}
.banner-area .txt h3 {
    line-height: 1.8;
    font-size: 24px;
    border-bottom: 1px solid rgb(128, 128, 128);
    margin-bottom: 15px;
    font-weight: normal;
    padding-bottom: 15px;
}
.banner-area .txt h3 span {
  letter-spacing: 0.2em;
  font-size: 20px;
  color: #f29c97;
}
.banner-area .txt p {
    font-size: 16px;
    line-height: 2;
    font-weight: lighter;
}
.banner-area figure {
  margin: 0;
  width: 43%;
  text-align: right;
}
/*section.eat_wrap*/
section.eat_wrap {
  background: rgb(30, 30, 36);
  padding: 128px 0px 120px;
  color: rgb(255, 255, 255);
  position: relative;
}
section.eat_wrap:before {
  content: "";
  width: 1px;
  height: 88px;
  background: #8f8f8f;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
}
section.eat_wrap:after {
  content: "";
  width: 1px;
  height: 44px;
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
}
section.eat_wrap h2 span {
  font-size: 24px;
  color: #fff;
  display: inline-block;
  margin-bottom: 32px;
}
section.eat_wrap h2 b.en_font {
    font-size: 64px;
    background: linear-gradient(to bottom, rgba(241, 156, 151, 1) 1%, rgba(170, 149, 110, 1) 99%);
    display: inline-block;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 400;
    font-style: normal;
    font-weight: lighter;
}
section.eat_wrap h2 {
    text-align: center;
    font-weight: normal;
    margin-bottom: 80px;
}
section.eat_wrap p.ac {
    text-align: center;
    line-height: 2.5;
    margin-bottom: 96px;
    font-weight: lighter;
}
.eat_area {
  display: flex;
  justify-content: space-between;
  padding: 56px 0 0;
  margin-bottom: 96px;
}
.eat_box01, .eat_box02 {
  width: 50%;
  position: relative;
}
.eat_box01 {
  border-right: 1px solid rgb(170, 170, 170);
  padding: 56px 0 0;
}
.eat_box01:before {
  content: "";
  height: 1px;
  width: 50vw;
  position: absolute;
  right: 0;
  top: 0;
  background: rgb(170, 170, 170);
}
.eat_box02 {
  margin-top: 96px;
}
.eat_box01 .slick-dotted.slick-slider, .eat_box02 .slick-dotted.slick-slider {
  margin-bottom: 56px;
}
.mb56 {
  margin-bottom: 56px;
}.room_cont {
    position: relative;
}.eat_box02 .room_cont span.h_im {
    position: absolute;
    bottom: 0;
    z-index: 5;
    left: 0;
    padding: 20px;
    font-size: 15px;
}.eat_box01 .room_cont span.h_im {
    position: absolute;
    bottom: 0;
    z-index: 5;
    right: 0;
    padding: 20px;
    font-size: 15px;
}
.eat_area h3 span {
    font-size: 24px;
    margin-bottom: 20px;
    display: inline-block;
    font-weight: normal;
    line-height: 1.5;
}
.eat_area h3 b {
  font-size: 40px;
  letter-spacing: 0.1em;
}
.eat_area h3 {
  margin-bottom: 80px;
}
.eat_box01 .txt-In {
  padding: 0 80px 0 260px;
}
.eat_area h3 {
  margin-bottom: 80px;
}
.eat_box02 .txt-In {
  padding: 0 40px;
  max-width: 510px;
}
.eat_box02 .txt-In {
    padding: 0px calc(50% - 500px) 40px 40px;
   
}
.eat_area p {
  line-height: 2.5;
}
.eat_area p {
    line-height: 2.5;
    letter-spacing: 0.1em;
    font-weight: lighter;
}
.eat_box02:after {
  content: "";
  height: 1px;
  width: 50vw;
  background: #aaa;
  position: absolute;
  bottom: 0;
  left: 0;
}
.bbq_banner.banner-area {
  max-width: 1080px;
  margin: 0 auto;
  color: #000;
}
/*section.Relax_wrap */
section.Relax_wrap {
  background: #1e1e24;
  padding: 0;
  position: relative;
  color: #fff;
}
section.Relax_wrap:before {
    content: "";
    display: block;
    width: 1px;
    background-color: rgb(255 255 255 / 50%);
    opacity: 0.5;
    height: 584px;
    top: 0;
    left: calc(50% - 520px);
    position: absolute;
    z-index: 1;
}
section.Relax_wrap:after {
    content: "";
    display: block;
    width: 1px;
    background-color: #FFF;
    opacity: 0.5;
    height: 287px;
    top: 0;
    left: calc(50% - 520px);
    position: absolute;
    z-index: 1;
}
.Relax01 {
  float: left;
}
section.Relax_wrap .Inner {
  width: 1080px;
  display: flex;
  align-items: center;
  padding: 103px 0 120px;
}
.Relax02 {
  position: absolute;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
  height: 385px;
}
section.Relax_wrap h2 span {
  font-size: 24px;
  color: #fff;
  display: block;
  margin-bottom: 32px;
}
section.Relax_wrap h2 b.en_font {
    font-size: 64px;
    background: linear-gradient(to bottom, rgba(241, 156, 151, 1) 1%, rgba(170, 149, 110, 1) 99%);
    display: inline-block;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 400;
    font-style: normal;
    font-weight: lighter;
}
section.Relax_wrap h2 {
  margin-bottom: 80px;
  font-weight: normal;
}
section.Relax_wrap p {
    line-height: 2.2;
    font-weight: lighter;
}
section.Relax_wrap .Inner .txt {
  max-width: 350px;
  margin-right: 56px;
}
section.Relax_wrap .Inner figure {
  margin: -150px 0 0;
}
/*section.enjyoy_wrap*/
section.enjyoy_wrap {
  padding: 128px 0 120px;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f19c97+1,aa956e+99 */
  background: rgb(241, 156, 151); /* Old browsers */
  background: -moz-linear-gradient(left, rgba(241, 156, 151, 1) 1%, rgba(170, 149, 110, 1) 99%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left, rgba(241, 156, 151, 1) 1%, rgba(170, 149, 110, 1) 99%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, rgba(241, 156, 151, 1) 1%, rgba(170, 149, 110, 1) 99%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f19c97', endColorstr='#aa956e', GradientType=1); /* IE6-9 */
  position: relative;
}
section.enjyoy_wrap:before {
  content: "";
  width: 1px;
  height: 88px;
  background:rgba(255,255,255,0.5);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
}
section.enjyoy_wrap:after {
  content: "";
  width: 1px;
  height: 44px;
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
}
section.enjyoy_wrap h2 span {
  font-size: 24px;
  color: #000;
  display: block;
  text-align: center;
  margin-bottom: 32px;
}
section.enjyoy_wrap h2 b.en_font {
    font-size: 56px;
    color: #000;
    font-style: normal;
    font-weight: lighter;
}
section.enjyoy_wrap h2 {
    margin-bottom: 80px;
    text-align: center;
    font-weight: normal;
}
section.enjyoy_wrap .txt p {
    text-align: center;
    font-weight: lighter;
}
section.enjyoy_wrap .txt {
  margin-bottom: 96px;
}
.enjoybox {
  padding: 0 70px;
}
.enjoybox ul {
  display: flex;
  justify-content: space-between;
  margin-bottom: 56px;
}
.enjoybox ul li:hover .item__text {
  opacity: 1;
}
.item__text {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 20%;
  left: 0px;
  text-align: center;
  color: rgb(0, 0, 0);
  transition: all 0.3s ease-in-out 0s;
  opacity: 0;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  line-height: 2.5;
  z-index: 2;
}
.item__img {
  width: 100%;
  height: 100%;
}
.enjoybox ul li h3 {
  text-align: center;
  color: #fff;
  font-size: 24px;
  padding: 32px 0 0;
  z-index: 2;
}
.enjoybox ul li h3 b {
  text-align: center;
  font-size: 40px;
  padding: 32px 0;
  display: block;
  text-align: center;
}
.enjoybox ul li:hover h3 {
  color: #000;
}
section.enjyoy_wrap .item__text p {
    line-height: 2.5;
    text-align: center;
    margin-bottom: 50px;
    font-weight: lighter;
}
.enjoybox ul li {
  width: 31%;
  position: relative;
  text-align: center;
  transition: .3s ease-in-out;
  transition-property: transform;
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(.165, .84, .44, 1);
}
.enjoybox ul li:hover:after {
  background: rgb(241, 156, 151);
  background: -moz-linear-gradient(left, rgba(241, 156, 151, 1) 1%, rgba(170, 149, 110, 1) 99%);
  background: -webkit-linear-gradient(left, rgba(241, 156, 151, 1) 1%, rgba(170, 149, 110, 1) 99%);
  background: linear-gradient(to bottom, rgba(241, 156, 151, 1) 1%, rgba(170, 149, 110, 1) 99%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f19c97', endColorstr='#aa956e', GradientType=1);
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  position: absolute;
  opacity: 0.8;
  transform: scale(1.1, 1.05);
}
.enjoybox ul li:after {
  background: none;
  content: "";
  transition: all 0.5s ease-in-out;
}
.enjoybox ul li a {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    z-index: 10;
}p.linkmore span {
    color: #fff;
    font-size: 20px;
    padding: 0;
}
section.enjyoy_wrap .more-link {
  text-align: center;
}
section.enjyoy_wrap .more-link a::before {
  content: "";
  height: 2px;
  width: 100%;
  position: absolute;
  bottom: 0px;
  background: #fff;
}
section.enjyoy_wrap .more-link a {
  font-size: 20px;
  letter-spacing: 0.1em;
  display: inline-block;
  padding: 10px 70px 10px 0px;
  position: relative;
  transition: all 0.3s ease 0s;
  color: #fff;
}
/*section.access_wrap */
section.access_wrap {
  background: #1e1e24;
  padding: 128px 0 1px;
  position: relative;
  color: #fff;
}
section.access_wrap:before {
    content: "";
    width: 1px;
    height: 88px;
    background: rgb(255 255 255 / 50%);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
}
section.access_wrap:after {
  content: "";
  width: 1px;
  height: 44px;
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
}
section.access_wrap h2 span {
  font-size: 24px;
  color: #fff;
  display: block;
  text-align: center;
  margin-bottom: 32px;
}
section.access_wrap h2 b.en_font {
    font-size: 64px;
    background: linear-gradient(to bottom, rgba(241, 156, 151, 1) 1%, rgba(170, 149, 110, 1) 99%);
    display: inline-block;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: lighter;
    font-style: normal;
}
section.access_wrap h2 {
    margin-bottom: 80px;
    text-align: center;
    font-weight: normal;
}
section.access_wrap .txt p {
    text-align: center;
    font-weight: lighter;
}
section.access_wrap .txt {
  margin-bottom: 96px;
}
.Inner1280 {
  max-width: 1280px;
  margin: 0 auto;
}
.gmap {
  margin: 56px 0 120px;
  text-align: center;
  width: 100%;
}
.gmap p {
  text-align: center;
}
section.access_wrap .Inner {
  width: 1080px;
}
.acc_linkBox ul li {
  width: 32%;
}
.acc_linkBox ul {
  display: flex;
  justify-content: space-between;
  margin-bottom: 96px;
}
.acc_linkBox ul li a {
    border: 1px solid #808080;
    display: flex;
    align-items: center;
    height: 64px;
    padding: 0 25px;
    transition: all 0.3s ease 0s;
    font-weight: lighter;
}
.acc_linkBox ul li a:hover {
  background: #404045;
  transition: all 0.3s ease 0s;
}
.acc_linkBox ul li a::after {
  content: url(../img/common/whi-next.png);
  position: absolute;
  right: 20px;
  transition: all 0.5s ease-in-out;
}
.acc_linkBox ul li a:hover::after {
  right: 25px;
}
section.access_wrap h3 {
    font-size: 24px;
    text-align: center;
    margin-bottom: 56px;
    font-weight: normal;
}
.visit_howto-Box {
  display: flex;
  justify-content: space-between;
  margin-bottom: 56px;
}
.visit_goal {
  width: 120px;
  border: 1px solid #808080;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #34343a;
}
.visit_howto {
  width: calc(100% - 120px);
}
.visit_tokyo, .visit_other {
  display: flex;
  justify-content: space-between;
  position: relative;
  margin-bottom: 30px;
}
.visit01 p span {
    font-size: 20px;
    font-weight: normal;
}
.visit01 p {
  text-align: center;
  color: #000;
  line-height: 1.8;
}
.visit01 {
  background: #ddddde;
  width: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 96px;
  margin-right: 20px;
  position: relative;
  z-index: 1;
}
.visit02 {
  width: 120px;
  border: 1px solid rgb(128, 128, 128);
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgb(30, 30, 36);
  position: relative;
  z-index: 1;
  min-height: 96px;
}
.visit02 p, .visit03 p {
    width: 100%;
    text-align: center;
    line-height: 1.8;
    font-weight: lighter;
}
.visit03 {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  position: relative;
  z-index: 1;
}
.visit04 {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
}
.visit04 p {
    width: 65px;
    height: 65px;
    border: 1px solid #ddddde;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    line-height: 1.6;
    background: #1e1e24;
    font-weight: lighter;
}
.visit_other .visit03 {
  width: calc(100% - 120px);
}
.visit_tokyo:after, .visit_other:after, .visit_bus:after, .visit_jet01:after, .visit_jet02:after {
  content: "";
  height: 1px;
  width: 100%;
  position: absolute;
  background: #808080;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 0;
}
.visit_other:last-child {
  margin-bottom: 0;
}
.visit_howto-Box2 {
  border-top: 1px solid #808080;
  margin-bottom: 120px;
}
.visit_detail {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #808080;
}
.visit_detail-title {
    width: 350px;
    font-weight: lighter;
}
.visit_detail-txt {
  width: calc(100% - 350px);
  padding: 32px 0;
}
.visit_detail-txt p {
    line-height: 2.2;
    letter-spacing: 0.15em;
    font-weight: lighter;
}
.visit_detail-title span {
    font-size: 20px;
    font-weight: normal;
}
.visit_bus {
  display: flex;
  justify-content: space-between;
  min-height: 160px;
}
.visit_bus .visit01 {
  background: rgb(221, 221, 222);
  width: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: auto;
  margin-right: 20px;
  position: relative;
  z-index: 1;
}
.visit_bus .visit02 p {
  line-height: 2;
  text-align: center;
}
.visit_bus .visit03:last-child {
  min-width: 20%;
}
.visit_bus .visit03:nth-child(2) {
  width: 50%;
}
.visit_bus .visit03 p:nth-child(2) {
  margin-top: -25px;
}
.visit_bus .visit03 p:nth-child(1) {
  margin-bottom: -25px;
}
.visit_airport .visit01 {
  height: 100%;
}
.visit_jet01 {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
  justify-content: space-between;
}
.visit_jet02 {
  display: flex;
  justify-content: space-between;
}
.visit_jet01 .visit03 {
  width: calc(100% - 120px);
  min-height: 96px;
}
.visit_car_img{
	margin-bottom: 56px;
	text-align: center;
}
/*section.Plan_wrap*/
.plan_slider {
  width: calc(50% + 240px);
}
section.Plan_wrap {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f19c97+1,aa956e+99 */
  background: rgb(241, 156, 151); /* Old browsers */
  background: -moz-linear-gradient(left, rgba(241, 156, 151, 1) 1%, rgba(170, 149, 110, 1) 99%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left, rgba(241, 156, 151, 1) 1%, rgba(170, 149, 110, 1) 99%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, rgba(241, 156, 151, 1) 1%, rgba(170, 149, 110, 1) 99%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f19c97', endColorstr='#aa956e', GradientType=1); /* IE6-9 */
  display: flex;
  align-items: center;
	flex-wrap: wrap;
}
.planTxt {
  margin-left: calc(50% - 540px);
  width: 300px !important;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.planTxt h2 span {
  display: block;
  margin-bottom: 32px;
  line-height: 1.8;
}
.planTxt h2 b {
  display: block;
  font-size: 40px;
}
.planTxt h2 {
    width: 100%;
    font-size: 24px;
    margin-bottom: 88px;
    font-weight: normal;
}
.plan_slider .slick-slider .slick-track {
  display: flex;
}
.plan_slider .slick-slide {
  float: none;
  height: auto;
}
.plan_slider .slick-dotted.slick-slider {
  margin: 0;
}
section.Plan_wrap .more-link a:before {
  content: "";
  height: 2px;
  width: 100%;
  position: absolute;
  bottom: 0;
  background: #fff;
}
.plan-cont p,
.PlanView .explan{
  padding: 24px 0;
  line-height: 1.8;
  color: #fff;
  overflow-wrap: break-word;
}
.plan-cont figure,
.PlanView figure{
  margin: 0;
}
.plan-cont,
.PlanView{
    border-left: 1px solid rgb(255, 255, 255);
    position: relative;
    font-weight: lighter;
}
.plan-cont .plan-cont-inner,
.plan-cont a,
.PlanView{
  display: block;
  padding: 45px;
}
.plan-cont .plan-cont-inner:before,
.plan-cont a:before,
.PlanView a:before{
  transition: all .3s;
  transform: scale(0, 1);
  transform-origin: left top;
  content: "";
  background: oklab(0 0 0 / 0);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  transform: scale(1, 1);
}
:not(#information) .plan-cont .plan-cont-inner:hover:before,
:not(#information) .plan-cont a:hover:before,
:not(#information) .PlanView a:hover:before{
  content: "";
  background: oklab(0 0 0 / 0.3);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
#information .plan-cont .plan-cont-inner:hover:before,
#information .plan-cont a:hover:before,
#information .PlanView a:hover:before {
  display: none;
}
.plan-cont .plan-cont-inner:hover:after,
.plan-cont a:hover:after
.PlanView a:hover:before{
  content: "";
  background: url("../img/common/more.png");
  background-position: center center;
  background-size: auto;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.plan-cont img{
  object-fit: cover;
  width: 100%;
  height: 100%;
  aspect-ratio: 660 / 466;
}
.PlanView .comment,
.PlanView .roomlist{
	display: none;
}
/*section.outline_wrap*/
section.outline_wrap {
  padding: 120px 0;
  background: #1e1e24;
  color: #fff;
}
section.outline_wrap h2 {
    font-size: 24px;
    text-align: center;
    margin-bottom: 56px;
    font-weight: normal;
}
section.outline_wrap .Inner {
  width: 1080px;
}
section.outline_wrap table tr {
  border-bottom: 1px solid #808080;
  display: flex;
}
section.outline_wrap table {
    width: 100%;
    border-top: 1px solid #808080;
    font-size: 18px;
    font-weight: lighter;
}
section.outline_wrap table th {
  width: 28%;
  padding: 20px 0;
  line-height: 2;
}
section.outline_wrap table td {
  padding: 20px 0;
  line-height: 2;
  width: 82%;
}
.canceltab {
  margin-bottom: 16px;
}
.canceltab p {
  line-height: 2;
}
.canceltab p span {
  display: inline-block;
  width: 25%;
}
@media only screen and (max-width: 1599px) {
  .Inner_1600 {
    width: 100% !important;
    margin: 0 auto;
    padding: 0 10px;
    position: relative;
  }
}
@media (min-width: 768px) and (max-width: 1280px) {
  .Inner_1600, .Inner, .Inner1280 {
    width: 100% !important;
    margin: 0 auto;
    padding: 0 10px;
    position: relative;
  }
  /*laketowada-wrap*/
  .laketowada-over .txt {
    margin: 0 0 250px 0;
  }
  .laketowada-under .txt {
    margin-bottom: 170px;
    padding-left: 150px;
    width: 100%;
  }
  .backimg2 {
    position: relative;
    right: 0;
    bottom: 120px;
    width: 100%;
    left: 0;
    margin: auto;
  }
  .laketowada-over .txt {
    margin: 0 0 250px 0;
  }.laketowada-over .txt2 p {
    font-size: 24px;
    color: #fff;
    padding-bottom: 48px;
}.laketowada-over .backimg {
    position: absolute;
    right: -170px;
    top: auto;
    bottom: 0;
}.laketowada-over {
    padding: 96px 0 0;
}
  /*	Activity*/
  ul.activ-nav.flex li span {
    font-size: 16px;
    position: relative;
    display: block;
    margin: 20px 0;
    text-align: center;
  }
  section.slider_area .slick-list li .detail p {
    font-size: 12px;
  }
  section.slider_area .slick-list li {
    text-align: center;
    padding: 0 10px;
    margin-bottom: 56px;
  }
  /*STAY*/
  figure.stay02 {
    position: absolute;
    float: left;
    padding: 0px;
    right: calc(50% - 111px);
    top: 7%;
    margin: 0;
    padding: 0;
  }
  section.stay-wrap .Inner .txt {
    width: 380px;
    float: right;
    padding: 90px 20px 45px;
    display: flex;
    flex-wrap: wrap;
    justify-content: end;
  }
  .room_box04 .txt {
    order: -1;
    padding: 0 30px 0 0;
  }
  .facilities_box ul li, .facilities_box2 ul li {
    text-align: center;
    margin-bottom: 40px;
    width: 24%;
  }
  /*banner-area*/
  .new {
    padding: 0 0 0 10px;
  }
  .banner-area .txt {
    padding: 0 18px;
    width: 60%;
  }
  .banner-area .txt h3 {
    line-height: 1.8;
    font-size: 16px;
    border-bottom: 1px solid #808080;
    margin-bottom: 15px;
    padding-bottom: 15px;
  }
  .banner-area .txt h3 span {
    letter-spacing: 0.2em;
    font-size: 18px;
    color: #f29c97;
  }
  .banner-area .txt p {
    font-size: 13px;
    line-height: 2;
  }
  .banner-area figure {
    margin: 0;
    width: auto;
    text-align: right;
  }
  /*	EAT*/
  .eat_box01 .txt-In {
    padding: 10px;
  }
  .eat_area h3 span {
    font-size: 20px;
    margin-bottom: 32px;
    display: inline-block;
  }
  .eat_box02 .txt-In {
    padding: 10px;
  }
  /*	Relax*/
 
 
  .facilities_box2 ul li {
    text-align: center;
    margin-bottom: 40px;
    width: 32%;
  }
  .enjoybox {
    padding: 0;
  }
  /*	PLAN*/
  .planTxt {
    margin-left: 015px;
    width: 300px !important;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
  }
  section.outline_wrap table th {
    width: 30%;
    padding: 30px 0;
    line-height: 2;
  }
  section.outline_wrap table td {
    padding: 30px 0;
    line-height: 2;
    width: calc(100% - 25%);
  }
  .plan_slider {
    width: calc(50% + 150px);
  }
}
@media only screen and (max-width: 1279px) {
  .Inner_1280 {
    width: 100% !important;
    margin: 0 auto;
    padding: 0 10px;
    position: relative;
  }
}
@media only screen and (max-width: 1079px) {
  .Inner {
    width: 100% !important;
    margin: 0 auto;
    padding: 0 10px;
    position: relative;
  }
}
@media only screen and (max-width: 767px) {
  /*	MAIN*/
#top #mv #topSlider .swiper-slide .catchcopy {
    background: no-repeat center center;
    background-size: 100%;
    width: 80%;
    height: 100%;
    position: absolute;
    z-index: 9;
    left: 0;
    right: 0;
    display: flex;
    margin: auto;
    align-items: center;
    bottom: auto;
    justify-content: center;
    top: 0%;
}
#top .mv_scroll {
    background: url("../img/top/mv_scroll.png")no-repeat center bottom;
    background-size: 80%;
    width: 15px;
    height: 200px;
    position: absolute;
    z-index: 9;
    bottom: 50px;
    left: 10px;
}
  #top .mv_scroll:before, #top .mv_scroll:after {
    content: "";
    display: block;
    width: 1px;
    background-color: #FFF;
    opacity: 0.5;
    height: 130px;
    top: 0;
    left: 50%;
    position: absolute;
  } 
@keyframes mv_scroll {
  0% {
    top: 0;
    bottom: auto;
    height: 0;
    opacity: 1;
  }
  40% {
    height: 130px;
    top: 0;
    bottom: auto;
  }
  41% {
    top: auto;
    bottom: calc(100% - 130px);
    height: 110px;
  }
  90% {
    top: auto;
    bottom: calc(100% - 130px);
    height: 0;
    opacity: 1;
  }
  91% {
    top: auto;
    bottom: calc(100% - 130px);
    height: 0;
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
  #top #mv #topSlider .swiper-pagination {
    bottom: 32px;
    left: auto;
    text-align: right;
    right: 0;
  }
  .Inner_1600, .Inner, .Inner1280 {
    width: 100% !important;
    margin: 0 auto;
    position: relative;
  }
  /*reserve-area */
  .reserve-under {
    background: #1e1e24;
    padding: 30px;
    text-align: center;
  }
  .reserve-under a.reserv_btn {
    font-size: 18px;
  }
  .reserve-under .reservlink {
    margin-bottom: 20px;
  }
  .reserve-under p.cancel_txt {
    display: inline-block;
    margin: 0 auto;
  }
  .reserve-under p.cancel_txt a::after {
    content: url("../img/common/whi-next.png");
    position: absolute;
    right: -20px;
    transition: all 0.5s ease-in-out 0s;
  }
  /*	section.laketowada-wrap */
  section.laketowada-wrap {
    background-color: #1e1e24;
    background-image: url("../img/top/sp/sec01-bg.png");
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 100% 50%;
    position: relative;
    overflow: hidden;
  }
  .laketowada-over .backimg {
    position: absolute;
    right: 0;
    top: auto;
    left: 0;
    width: 100%;
    bottom: 50px;
  }
  .laketowada-over .backimg img {
    width: 100%;
  }
  .laketowada-over .txt {
    max-width: 568px;
    background: rgb(30 30 36 / 80%);
    color: #fff;
    padding: 64px;
    margin: 0 auto 50px;
    position: relative;
    z-index: 1;
  }
  .laketowada-over {
    padding: 96px 0;
    position: relative;
  }
  .laketowada-over:after {
    content: "";
    height: 20%;
    width: 100%;
    background: #000000b8;
    position: absolute;
    top: 0;
  }
  .laketowada-over .txt2 p {
    font-size: 22px;
    color: #fff;
    padding: 0 30px;
    line-height: 2;
    font-weight: normal;
  }
  .backimg2 {
    position: relative;
    right: auto;
    bottom: auto;
  }
  .laketowada-under h2 span {
    font-size: 24px;
    color: #fff;
    display: block;
    margin-bottom: 56px;
  }
  .laketowada-under .txt {
    margin-bottom: 120px;
    padding-left: 100px;
  }
  .backimg2 {
    position: relative;
    right: auto;
    bottom: auto;
    margin-bottom: 120px;
  }
  section.slider_area .slick-list li h3 {
    text-align: center;
    margin: 64px 0;
    font-size: 20px;
    font-weight: normal;line-height: 1.5;
  }
  section.slider_area {
    background: rgb(239, 156, 149);
    background: rgb(241, 156, 151);
    background: -moz-linear-gradient(left, rgba(241, 156, 151, 1) 1%, rgba(170, 149, 110, 1) 99%);
    background: -webkit-linear-gradient(left, rgba(241, 156, 151, 1) 1%, rgba(170, 149, 110, 1) 99%);
    background: linear-gradient(to bottom, rgba(241, 156, 151, 1) 1%, rgba(170, 149, 110, 1) 99%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f19c97', endColorstr='#aa956e', GradientType=1);
    padding: 72px 0 96px;
  }
  ul.activ-nav.flex {
    display: flex;
    justify-content: space-evenly;
    margin-bottom: 30px;
  }
  ul.activ-nav.flex li {
    font-size: 34px;
    position: relative;
    color: #fff;
    text-align: center;
    margin: 0;
    transition: background 1s, color 1s;
  }
  section.stay-wrap .Inner .txt {
    width: 100%;
    float: right;
    padding: 56px 30px 45px;
    display: flex;
    flex-wrap: wrap;
    justify-content: end;
  }
  section.stay-wrap .Inner .txt h2 span {
    font-size: 24px;
    color: #fff;
    display: inline-block;
    margin-bottom: 56px;
  }
  section.stay-wrap .Inner .txt h2 {
    margin-bottom: 120px;
    text-align: right;
    font-weight: normal;
  }
  section.stay-wrap .Inner .txt h2 span {
    font-size: 24px;
    color: #fff;
    display: inline-block;
    margin-bottom: 56px;
  }
  section.stay-wrap .Inner .txt h2 {
    margin-bottom: 120px;
    text-align: right;
    font-weight: normal;
  }
  figure.stay02 {
    position: relative;
    float: left;
    padding: initial;
    right: auto;
    top: auto;
    margin: auto;
    padding: initial;
    width: 100%;
    text-align: center;
  }
  section.stay-wrap .Inner .txt2 h3 {
    text-align: center;
    font-size: 24px;
    font-weight: normal;
    line-height: 2;
  }
  section.stay-wrap .Inner .txt2 {
    color: rgb(255, 255, 255);
    text-align: center;
    clear: both;
    padding: 120px 0 72px;
    width: 100%;
  }
  section.stay-wrap .Inner .txt2 h3 span {
    display: block;
    text-align: center;
    margin: 32px 0 120px;
    font-size: 40px;
    letter-spacing: 0.1em;
  }
  .room_box01 {
    width: 100%;
  }
  .room_box02 {
    width: 100%;
  }
  .room_box01 .txt {
    display: flex;
    align-items: center;
    justify-content: left;
    margin-bottom: 72px;
    padding: 0 30px;
  }
  .room_area .txt p {
    margin-bottom: 0;
  }
  .room_box02 .txt {
    padding: 0 30px;
    margin-bottom: 120px;
  }
  .room_box03, .room_box04 {
    width: 100%;
    display: block;
    margin-bottom: 120px;
    align-items: center;
  }
  .room_box03 .slick-dotted.slick-slider, .room_box04 .slick-dotted.slick-slider {
    width: 100%;
    margin-bottom: 56px;
  }
  .room_area .txt h3 b {
    font-size: 40px;
    letter-spacing: 0.1em;
    display: inline-block;
    margin: 32px 0 120px;
  }
  .room_box03 .txt-In p {
    margin-bottom: 72px;
  }
  .room_box04 .txt {
    order: -1;
    padding: 0 30px;
  }
  section.facilities {
    background: rgb(221, 221, 222);
    padding: 72px 0px 120px;
  }
  section.facilities h2 {
    text-align: center;
    font-size: 25px;
    margin-bottom: 56px;
    font-weight: normal;
  }
  .facilities_box, .facilities_box2 {
    margin-bottom: 72px;
  }
  .facilities_box ul li, .facilities_box2 ul li {
    text-align: center;
    margin-bottom: 40px;
    width: 48%;
  }
  .facilities_box ul li img, .facilities_box2 ul li img {
    width: 100%;
  }
  .banner-area {
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .new {
    padding: 56px;
    width: 100%;
    text-align: center;
  }
  .banner-area .txt h3 {
    line-height: 1.8;
    font-size: 24px;
    border-bottom: 1px solid #808080;
    margin-bottom: 15px;
    padding-bottom: 15px;
    text-align: center;
  }
  .banner-area .txt {
    padding: 0 30px;
    width: 100%;
    text-align: center;
  }
  .banner-area .txt p {
    font-size: 16px;
    line-height: 2;
    margin-bottom: 56px;
  }
  .banner-area figure {
    margin: 0;
    width: 100%;
    text-align: center;
  }
  .banner-area figure img {
    width: 100%;
  }
  section.facilities .Inner {
    padding: 0 30px;
  }
  section.eat_wrap h2 {
    text-align: center;
    margin-bottom: 120px;
    font-weight: normal;
  }
  section.eat_wrap h2 span {
    font-size: 24px;
    color: #fff;
    display: inline-block;
    margin-bottom: 56px;
  }
  section.eat_wrap p.ac {
    text-align: center;
    line-height: 2.5;
    margin-bottom: 120px;
  }
  .eat_area {
    display: flex;
    justify-content: space-between;
    padding: 56px 0 0;
    margin-bottom: 96px;
    flex-wrap: wrap;
  }
  .eat_box01, .eat_box02 {
    width: 90%;
    position: relative;
    margin-bottom: 0;
  }
  .eat_box01 {
    border-right: 1px solid #aaa;
  }
  .eat_box01 .txt {
    margin-bottom: 72px;
  }
  .eat_box01 .txt-In {
    padding: 0 30px;
  }
  .eat_box02 .txt-In {
    padding: 0 30px;
  }
  .eat_box01:after {
    content: "";
    height: 1px;
    width: 100vw;
    background: #aaa;
    position: absolute;
    bottom: auto;
    right: 0;
    top: 0;
  }
  .eat_box01:before {
    content: "";
    height: 1px;
    width: calc(80vw - 18px);
    background: #aaa;
    position: absolute;
    bottom: 0;
    right: 0;
    top: auto;
  }
  .eat_box01 {
    border-right: 1px solid #aaa;
    padding: 56px 0 0;
  }
  .eat_box02 {
    margin: 0 0 0 10%;
    padding: 56px 0;
    border-left: 1px solid #aaa;
  }
  .eat_box02:after {
    content: "";
    height: 1px;
    width: 100vw;
    background: #aaa;
    bottom: auto;
    right: 0;
    bottom: 0;
  }
  .eat_area h3 span {
    font-size: 24px;
    margin-bottom: 56px;
    display: inline-block;
    line-height: 2;
  }
  .eat_area h3 {
    margin-bottom: 120px;
  }
  .bbq_banner.banner-area {
    width: calc(100% - 60px);
  }
  section.enjyoy_wrap {
    padding: 144px 0 120px;
    background: rgb(241, 156, 151);
    background: -moz-linear-gradient(left, rgba(241, 156, 151, 1) 1%, rgba(170, 149, 110, 1) 99%);
    background: -webkit-linear-gradient(left, rgba(241, 156, 151, 1) 1%, rgba(170, 149, 110, 1) 99%);
    background: linear-gradient(to bottom, rgba(241, 156, 151, 1) 1%, rgba(170, 149, 110, 1) 99%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f19c97', endColorstr='#aa956e', GradientType=1);
    position: relative;
  }
  section.enjyoy_wrap h2 span {
    font-size: 24px;
    color: #000;
    display: block;
    text-align: center;
    margin-bottom: 56px;
  }
  section.enjyoy_wrap h2 {
    margin-bottom: 120px;
    text-align: center;
    font-weight: normal;
  }
  section.enjyoy_wrap .txt {
    margin-bottom: 120px;
  }
  .enjoybox ul {
    display: flex;
    justify-content: space-between;
    margin-bottom: 56px;
    flex-wrap: wrap;
  }
  .enjoybox ul li {
    width: 100%;
    position: relative;
    text-align: center;
    transition: .3s ease-in-out;
    transition-property: transform;
    transition-duration: 0.2s;
    transition-timing-function: cubic-bezier(.165, .84, .44, 1);
    margin-bottom: 72px;
  }
  .enjoybox ul li:hover:after {
    content: none;
  }
  .enjoybox ul li .item__text:after {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f19c97+1,aa956e+99 */
background: rgb(241,156,151); /* Old browsers */
background: -moz-linear-gradient(left,  rgba(241,156,151,1) 1%, rgba(170,149,110,1) 99%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  rgba(241,156,151,1) 1%,rgba(170,149,110,1) 99%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  rgba(241,156,151,1) 1%,rgba(170,149,110,1) 99%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f19c97', endColorstr='#aa956e',GradientType=1 ); /* IE6-9 */

    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    position: absolute;
    opacity: 0.8;
    transform: scale(1.1, 1.05);
  }
  .item__img img {
    width: 100%;
  }
  .item__text {
    position: absolute;
    width: 100%;
    height: 50%;
    top: auto;
    left: 0;
    text-align: center;
    color: #000;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    opacity: 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-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    line-height: 2.5;
    z-index: 2;
    bottom: 0;
  }
  section.enjyoy_wrap .item__text p {
    line-height: 2.5;
    text-align: center;
    margin-bottom: 50px;
    z-index: 10;
  }
  .item {
    position: relative;
    margin-bottom: 56px;
  }
  section.Relax_wrap .Inner .txt {
    max-width: 350px;
    margin-right: 56px;
    padding-left: 30px;
  }
  section.access_wrap {
    position: relative;
    color: rgb(255, 255, 255);
    background: rgb(30, 30, 36);
    padding: 144px 0px 1px;
  }
  section.access_wrap h2 span {
    font-size: 24px;
    color: #fff;
    display: block;
    text-align: center;
    margin-bottom: 56px;
  }
  section.access_wrap h2 {
    margin-bottom: 120px;
    text-align: center;
    font-weight: normal;
  }
  section.access_wrap .txt p {
    text-align: center;
    line-height: 2;
    margin-bottom: 120px;
  }
  section.access_wrap .txt {
    margin-bottom: 120px;
  }
  .gmap {
    margin: 72px 0;
    text-align: center;
    width: 100%;
  }
  .acc_linkBox ul {
    display: flex;
    justify-content: space-between;
    margin-bottom: 96px;
    flex-wrap: wrap;
  }
  .acc_linkBox {
    padding: 0 30px;
  }
  .acc_linkBox ul li {
    width: 100%;
    margin-bottom: 32px;
  }
  .acc_linkBox ul {
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
    flex-wrap: wrap;
  }
  .visit_howto-Box {
    display: flex;
    justify-content: space-between;
    margin-bottom: 56px;
    flex-wrap: wrap;
  }
  .visit_howto {
    width: 100%;
    display: flex;
    justify-content: space-between;
  }
  .visit_tokyo, .visit_other {
    display: flex;
    justify-content: space-between;
    position: relative;
    margin-bottom: 30px;
    width: 32%;
    flex-wrap: wrap;
    justify-content: center;
  }
  .visit01 {
    background: #ddddde;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 96px;
    margin: 0 0 20px;
    position: relative;
    z-index: 1;
  }
  .visit02 {
    width: 100%;
    border: 1px solid rgb(128, 128, 128);
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgb(30, 30, 36);
    position: relative;
    z-index: 1;
    min-height: 96px;
    margin-bottom: 20px;
  }
  .visit03 {
    display: inline-block;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    position: relative;
    z-index: 1;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    width: 35%;
    margin-bottom: 20px;
    padding-left: 30px;
  }span.text-combine {
    -webkit-text-combine: horizontal;
    -ms-text-combine-horizontal: all;
    text-combine-upright: all;
    margin: 3px 0;
    display: inline-block;
}span.text-combine.f02 {     
    font-size: 18px;
    -webkit-text-combine: horizontal;
    -ms-text-combine-horizontal: all;
    text-combine-upright: all;
    margin: 3px 0;
    display: inline-block;
}
  .visit03 p {
    text-align: center;
    line-height: 1.8;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    text-orientation: upright;
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    display: block;
  }
  .visit04 {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 1;
    width: 100%;
    margin: 0 0 20px;
  }
  .visit04 p {
    width: 85px;
    height: 85px;
    border: 1px solid #ddddde;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    line-height: 1.6;
    background: #1e1e24;
  }
  section.access_wrap .Inner {
    padding: 0 30px;
  }
  .visit_goal {
    width: 100%;
    border: 1px solid #808080;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #34343a;
    padding: 20px;
  }
  .visit_tokyo:after, .visit_other:after, .visit_bus:after, .visit_jet01:after, .visit_jet02:after {
    content: "";
    height: calc(100% + 120px);
    width: 1px;
    position: absolute;
    background: #808080;
    top: 0;
    bottom: auto;
    z-index: 0;
    left: 0;
    right: 0;
    margin: auto;
  }
  .visit_other .visit03 {
    width: 35%;
    height: auto;
    margin: auto auto 0;
  }
  .visit_detail {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #808080;
    flex-wrap: wrap;
  }
  .visit_detail-title {
    width: 100%;
    padding: 20px 0;
    border-bottom: 1px solid #808080;
  }
  .visit_howto-Box {
    display: flex;
    justify-content: space-between;
    margin-bottom: 56px;
    flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .visit_howto {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 20px;
  }
  .visit_bus {
    display: flex;
    min-height: auto;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
  }
  .visit_bus .visit01 {
    background: rgb(221, 221, 222);
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: auto;
    margin: 0 0 20px;
    position: relative;
    z-index: 1;
    padding: 20px;
  }
  .visit_bus .visit03:nth-child(2) {
    width: 20%;
  }
  .visit_bus .visit03:last-child {
    width: 20%;
  }
  .visit_airport {
    width: 100%;
    margin-bottom: 20px;
  }
  .visit_jet01 {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 48%;
  }
  .visit_jet02 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 48%;
  }
  .visit_jet01 .visit03 {
    width: 20%;
    margin: auto auto 0;
  }
  .visit_jet02 .visit03 {
    width: 20%;
    margin: 0 auto 20px;
  }
  .visit_jet01 .visit02 {
    margin: 0 0 auto;
  }
  section.Plan_wrap {
    background: rgb(241, 156, 151);
    background: -moz-linear-gradient(left, rgba(241, 156, 151, 1) 1%, rgba(170, 149, 110, 1) 99%);
    background: -webkit-linear-gradient(left, rgba(241, 156, 151, 1) 1%, rgba(170, 149, 110, 1) 99%);
    background: linear-gradient(to bottom, rgba(241, 156, 151, 1) 1%, rgba(170, 149, 110, 1) 99%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f19c97', endColorstr='#aa956e', GradientType=1);
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding-bottom: 96px;
  }
  .planTxt {
    margin-left: auto;
    width: 100% !important;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding: 56px 30px 0;
  }
  .plan_slider {
    width: 100%;
  }
  .plan-cont figure img {
    width: 100%;
  }
  .plan_slider {
    width: 100%;
    border-top: 1px solid #fff;
  }
  .plan-cont {
    padding: 0 50px;
    position: relative;
    border-bottom: 1px solid rgb(255, 255, 255);
  }
  .plan-cont:before {
    content: "";
    width: 1px;
    height: 100%;
    background: #fff;
    position: absolute;
    left: 40px;
    top: 0;
  }
  .plan-cont:after {
    content: "";
    width: 1px;
    height: 100%;
    background: #fff;
    position: absolute;
    right: 40px;
    top: 0;
  }
  .plan-cont .plan-cont-inner:hover:after,
  .plan-cont a:hover:after {
    content: none;
  }
  .plan-cont .plan-cont-inner span.forSP.en_font,
  .plan-cont a span.forSP.en_font {
    text-align: center;
  }
  .plan-cont .plan-cont-inner span.forSP.en_font b,
  .plan-cont a span.forSP.en_font b {
    display: inline-block;
    text-align: center;
    color: #fff;
    position: relative;
  }
  .plan-cont .plan-cont-inner span.forSP.en_font b:before,
  .plan-cont a span.forSP.en_font b:before {
    content: url("../img/common/whi-next.png");
    position: absolute;
    right: -20px;
  }
  section.Plan_wrap .more-link.forSP {
    text-align: center;
    margin: 0 auto;
  }
  section.outline_wrap {
    padding: 120px 30px;
    background: #1e1e24;
    color: #fff;
  }
  section.outline_wrap table {
    width: 100%;
    border-top: 1px solid #808080;
    font-size: 18px;
    display: block;
  }
  section.outline_wrap table tr {
    border-bottom: 1px solid #808080;
    display: block;
  }
  section.outline_wrap table th {
    width: 100%;
    padding: 30px 0;
    line-height: 2;
    display: block;
    border-bottom: 1px solid #404040;
  }
  .visit_detail-txt {
    width: 100%;
    padding: 32px 0;
  }
}
/*------------------------------------------------
sp
--------------------------------------------------*/
@media screen and (max-width: 480px) {
	#top #mv {
    width: 100%;
    height: calc(100vh - 100px);
}
  /*	reserve-area*/
  .reserve-under {
    background: #1e1e24;
    padding: 28px 20px;
    text-align: center;
  }
  .reserve-under .reservlink {
    margin-bottom: 16px;
  }section.reserve-area.forSP .Inner {
    padding: 0;
}
  /*	laketowada-wrap*/
  section.laketowada-wrap {
    background-color: #1e1e24;
    background-image: url("../img/top/sp/sec01-bg.png");
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 100% auto;
    position: relative;
    overflow: hidden;
  }
  .laketowada-over .txt {
    max-width: 90%;
    background: rgb(30 30 36 / 80%);
    color: #fff;
    padding: 32px;
    margin: 0 auto 48px;
    position: relative;
    z-index: 1;
  }
  .laketowada-over {
    padding: 48px 0 60px;
    position: relative;
  }
  .laketowada-over .Inner {
    padding: 0;
  }
  .laketowada-over:after {
    content: none;
  }
  .laketowada-over .backimg {
    position: relative;
    width: 100%;
    margin-top: -45%;
  }
  .laketowada-over .txt2 h3 {
    margin: -45% 0 32px;
    padding: 0 20px;
  }
  .laketowada-over .txt2 h3 span {
    font-size: 84px;
    background: linear-gradient(to bottom, rgba(241, 156, 151, 1) 1%, rgba(170, 149, 110, 1) 99%);
    display: inline-block;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: lighter;
    font-style: normal;
    line-height: 1;
    letter-spacing: 0.1em;
  }
  .laketowada-under .backimg {
    margin: 0 0 48px;
    padding: 0 20px 0 0;
    box-sizing: border-box;
  }
  .laketowada-under h2 span {
    font-size: 22px;
    color: #fff;
    display: block;
    margin-bottom: 28px;
  }
  section.slider_area .slick-list li .txt p {
    line-height: 2;
    font-size: 14px;
    margin-bottom: 32px;
  }
  .laketowada-under p {
    font-size: 14px;
    color: #fff;
    line-height: 2.5;
  }
  section.slider_area .slick-list li .detail p {
    font-size: 14px;
  }
  section.slider_area {
    background: rgb(241, 156, 151);
    background: -moz-linear-gradient(left, rgba(241, 156, 151, 1) 1%, rgba(170, 149, 110, 1) 99%);
    background: -webkit-linear-gradient(left, rgba(241, 156, 151, 1) 1%, rgba(170, 149, 110, 1) 99%);
    background: linear-gradient(to right, rgba(241, 156, 151, 1) 1%, rgba(170, 149, 110, 1) 99%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f19c97', endColorstr='#aa956e', GradientType=1);
    padding: 32px 0 48px;
  }
  ul#tabcontents {
    margin-bottom: 120px;
  }
  section.slider_area .slick-list li h3 {
    text-align: center;
    margin: 32px 0;
    font-size: 18px;
    font-weight: normal;line-height: 1.5;
  }
  .laketowada-under .txt {
    margin-bottom: 60px;
    padding: 0 20px;
  }
  .laketowada-under h2 {
    margin-bottom: 60px;
    font-weight: normal;
  }
  .backimg2 {
    position: relative;
    right: auto;
    bottom: auto;
    margin-bottom: 48px;
    left: auto;
  }
  ul.activ-nav.flex li {
    font-size: 26px;
    position: relative;
    color: #fff;
    text-align: center;
    margin: 0;
    transition: background 1s, color 1s;
    width: 33%;
  }
  ul.activ-nav.flex {
    display: flex;
    justify-content: center;
    margin-bottom: 40px;
  }
  ul.activ-nav.flex li span {
    font-size: 14px;
    position: relative;
    display: block;
    margin: 20px;
    text-align: center;
    white-space: nowrap;
  }
  section.slider_area .slick-list li {
    text-align: center;
    padding: 0 10px;
    margin-bottom: 32px;
  }
  figure.stay01 {
    position: relative;
    float: right;
    margin: -96px 0 0;
    padding-left: 20px;
  }
  section.stay-wrap .Inner .txt {
    width: 100%;
    float: right;
    padding: 56px 20px 60px;
    display: flex;
    flex-wrap: wrap;
    justify-content: end;
  }
  section.stay-wrap .Inner .txt p {
    font-size: 14px;
  }
  section.stay-wrap .Inner .txt2 h3 {
    text-align: center;
    font-size: 22px;
  }
  section.stay-wrap .Inner .txt2 p {
    text-align: center;
    line-height: 2.5;
    font-size: 14px;
  }
  section.stay-wrap .Inner .txt h2 span {
    font-size: 22px;
    color: #fff;
    display: inline-block;
    margin-bottom: 28px;
  }
  section.stay-wrap .Inner .txt h2 b.en_font {
    font-size: 58px;
  }
  section.stay-wrap .Inner .txt h2 {
    margin-bottom: 60px;
    text-align: right;
  }
  .room_box03 .txt, .room_box04 .txt {
    padding: 0 20px;
  }
  section.stay-wrap .Inner .txt2 {
    color: rgb(255, 255, 255);
    text-align: center;
    clear: both;
    padding: 60px 0 36px;
    width: 100%;
  }
  .room_area .txt h4 {
    font-size: 22px;
    margin-bottom: 32px;
    font-weight: normal;
  }
  .room_area .txt p {
    font-size: 14px;
    line-height: 2.2;
  }
  .room_area .txt h3 {
    font-size: 22px;
    font-weight: normal;
  }
  .room_area .txt h3 b {
    font-size: 36px;
    letter-spacing: 0.1em;
    display: inline-block;
    margin: 10px 0 60px;
  }
  .more-link a {
    font-size: 18px;
  }
  section.stay-wrap .Inner .txt2 h3 span {
    display: block;
    text-align: center;
    margin: 14px 0 60px;
    font-size: 36px;
    letter-spacing: 0.1em;
  }
  .room_box01 ul.slick-dots, .room_box03 ul.slick-dots, .eat_box01 ul.slick-dots {
    bottom: -19px;
    right: auto;
    left: 0;
    width: auto;
  }
  .room_box01 .slick-dotted.slick-slider, .room_box02 .slick-dotted.slick-slider {
    margin-bottom: 28px;
  }
  .room_box01 .txt {
    display: flex;
    align-items: center;
    justify-content: left;
    margin-bottom: 36px;
    padding: 0 20px;
  }
  .room_box03 .slick-dotted.slick-slider, .room_box04 .slick-dotted.slick-slider {
    width: 100%;
    margin-bottom: 28px;
  }
  section.facilities .Inner {
    padding: 0 20px;
  }
  .room_box02 .txt {
    padding: 0 20px;
    margin-bottom: 60px;
  }
  .room_area .txt h3 span {
    line-height: 1.8;
  }
  .room_box03 .txt-In p {
    margin-bottom: 36px;
  }
  .room_box03, .room_box04 {
    width: 100%;
    display: block;
    margin-bottom: 60px;
    align-items: center;
  }
  section.facilities {
    background: rgb(221, 221, 222);
    padding: 36px 0px 120px;
  }
  section.facilities h2 {
    text-align: center;
    font-size: 18px;
    margin-bottom: 28px;
    font-weight: normal;
  }
  .facilities_box ul li, .facilities_box2 ul li {
    text-align: center;
    margin-bottom: 20px;
    width: 48%;
  }
  .facilities_box, .facilities_box2 {
    margin-bottom: 16px;
  }
  .facilities_box ul li p, .facilities_box2 ul li p {
    text-align: center;
    margin-top: 24px;
    line-height: 1.7;
    font-size: 14px;
  }
  .new {
    padding: 28px;
    width: 100%;
    text-align: center;
  }
  .new img {
    height: 100px;
  }
  .banner-area .txt p {
    font-size: 16px;
    line-height: 2;
    margin-bottom: 28px;
  }
  .banner-area .txt h3 {
    line-height: 1.8;
    font-size: 21px;
    border-bottom: 1px solid #808080;
    margin-bottom: 15px;
    padding-bottom: 15px;
    text-align: left;
  }
  .banner-area .txt h3 span {
    letter-spacing: 0.2em;
    font-size: 18px;
    color: #f29c97;
  }
  .banner-area .txt p {
    font-size: 14px;
    line-height: 2;
    margin-bottom: 28px;
    letter-spacing: 0.1em;
  }
  section.facilities {
    background: rgb(221, 221, 222);
    padding: 36px 0px;
  }
  section.eat_wrap {
    background: rgb(30, 30, 36);
    padding: 116px 0px 60px;
    color: rgb(255, 255, 255);
    position: relative;
  }
  section.eat_wrap h2 span {
    font-size: 22px;
    color: #fff;
    display: inline-block;
    margin-bottom: 28px;
  }
  section.eat_wrap h2 b.en_font {
    font-size: 58px;
  }
  section.eat_wrap h2 {
    text-align: center;
    margin-bottom: 60px;
  }
  section.eat_wrap p.ac {
    text-align: center;
    line-height: 2.5;
    margin-bottom: 60px;
    font-size: 14px;
  }
  .banner-area .txt {
    padding: 0 30px;
    width: 100%;
    text-align: center;
  }
  .eat_area {
    display: flex;
    justify-content: space-between;
    padding: 0;
    margin-bottom: 48px;
    flex-wrap: wrap;
  }.eat_box01 .room_cont span.h_im,.eat_box02 .room_cont span.h_im{
    font-size: 12px ;
	  padding: 15px;
}
  .eat_box01 {
    border-right: 1px solid #aaa;
    padding: 28px 0 0;
  }
  .eat_box01 .slick-dotted.slick-slider, .eat_box02 .slick-dotted.slick-slider {
    margin-bottom: 28px;
  }
 .eat_area h3 span {
    font-size: 22px;
    margin-bottom: 15px;
    display: inline-block;
    line-height: 1.3;
}
  .eat_area h3 b {
    font-size: 36px;
  }
  .eat_area h3 {
    margin-bottom: 60px;
  }
  .eat_area p {
    font-size: 14px;
  }
  section.eat_wrap .Inner_1600 {
    padding: 0;
  }
  .eat_box01 .txt {
    margin-bottom: 36px;
  }
  .eat_box01 .txt-In {
    padding: 0px 20px;
  }
.eat_box02 {
    margin: 0 0 0 20px;
    padding: 28px 0px 36px 0;
    border-bottom: 1px solid #aaa;
    border-left: 1px solid #aaa;
}
  .bbq_banner.banner-area {
    width: calc(100% - 40px);
  }
  .bbq_banner.banner-area .txt, .bbq_banner.banner-area .txt p, .bbq_banner.banner-area .txt h3 {
    text-align: left;
  }
  .Relax01 {
    float: left;
    padding: 0 20px 0 0;
    box-sizing: border-box;
  }
  section.Relax_wrap {
    background: #1e1e24;
    padding: 0;
    position: relative;
    color: #fff;
  }
  section.Relax_wrap .Inner {
    display: flex;
    align-items: center;
    padding: 56px 0 60px;
    flex-wrap: wrap;
  }
  section.Relax_wrap h2 span {
    font-size: 22px;
    color: #fff;
    display: block;
    margin-bottom: 28px;
  }
  section.Relax_wrap h2 b.en_font {
    font-size: 58px;
  }
  section.Relax_wrap p {
    line-height: 2.2;
    font-size: 14px;
  }
  .sauna_banner.banner-area .txt h3, .sauna_banner.banner-area p {
    text-align: left;
  }
  section.Relax_wrap h2 {
    margin-bottom: 60px;
  }
  section.Relax_wrap .Inner .txt {
    max-width: initial;
    margin: 0 0 60px;
    padding: 0 20px;
  }
  section.Relax_wrap .Inner figure {
    margin: 0;
  }
  section.enjyoy_wrap {
    padding: 116px 0 60px;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f19c97+1,aa956e+99 */
background: rgb(241,156,151); /* Old browsers */
background: -moz-linear-gradient(left,  rgba(241,156,151,1) 1%, rgba(170,149,110,1) 99%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  rgba(241,156,151,1) 1%,rgba(170,149,110,1) 99%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  rgba(241,156,151,1) 1%,rgba(170,149,110,1) 99%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f19c97', endColorstr='#aa956e',GradientType=1 ); /* IE6-9 */

    position: relative;
  }
  section.enjyoy_wrap h2 span {
    font-size: 22px;
    color: #000;
    display: block;
    text-align: center;
    margin-bottom: 28px;
  }
  section.enjyoy_wrap h2 b.en_font {
    font-size: 58px;
  }
  section.enjyoy_wrap .txt p {
    font-size: 14px;
  }
  .enjoybox ul li h3 {
    font-size: 22px;
  }
  section.enjyoy_wrap h2 {
    margin-bottom: 60px;
    text-align: center;
  }
  section.enjyoy_wrap .txt p {
    text-align: center;
    line-height: 2.5;
    padding: 0 30px;
  }
  section.enjyoy_wrap .txt {
    margin-bottom: 60px;
  }
  .enjoybox {
    padding: 0 20px;
  }
  .item__text {
    position: absolute;
    width: 100%;
    height: auto;
    top: auto;
    left: 0;
    text-align: center;
    color: #000;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    opacity: 1;
    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;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    line-height: 2.5;
    z-index: 2;
    bottom: 0;
  }
  section.enjyoy_wrap .item__text p.txt {
    line-height: 1.8;
    text-align: center;
    z-index: 10;
    margin: 28px 0;
    font-size: 14px;
  }
  p.linkmore a {
    color: #fff;
    font-size: 18px;
  }
  section.enjyoy_wrap .more-link a {
    font-size: 18px;
    letter-spacing: 0.1em;
    display: inline-block;
    padding: 10px 70px 10px 0px;
    position: relative;
    transition: all 0.3s ease 0s;
    color: #fff;
  }
  section.enjyoy_wrap .item__text p.linkmore {
    line-height: 0;
    text-align: center;
    z-index: 10;
    margin: 0px 0 28px;
  }
  .item {
    position: relative;
    margin-bottom: 0;
  }
  section.enjyoy_wrap .item__text p.linkmore span:before {
    content: url("../img/common/whi-next.png");
    position: absolute;
    right: -15px;
    top: 6px;
  }
  .enjoybox ul li {
    width: 100%;
    position: relative;
    text-align: center;
    transition: .3s ease-in-out;
    transition-property: transform;
    transition-duration: 0.2s;
    transition-timing-function: cubic-bezier(.165, .84, .44, 1);
    margin-bottom: 36px;
  }
  .enjoybox ul li h3 b {
    text-align: center;
    font-size: 36px;
    padding: 32px 0 0;
    display: block;
    text-align: center;
  }
  .enjoybox ul li:hover h3 {
    color: #fff;
  }
  .enjoybox ul {
    display: flex;
    justify-content: space-between;
    margin-bottom: 0;
    flex-wrap: wrap;
  }
  section.access_wrap {
    position: relative;
    color: rgb(255, 255, 255);
    background: rgb(30, 30, 36);
    padding: 116px 0px 1px;
  }
  section.access_wrap h2 span {
    font-size: 22px;
    color: #fff;
    display: block;
    text-align: center;
    margin-bottom: 28px;
  }
  section.access_wrap h2 b.en_font {
    font-size: 58px;
  }
  section.access_wrap .txt p {
    text-align: center;
    line-height: 2;
    margin-bottom: 0;
    font-size: 14px;
  }
  section.access_wrap h2 {
    margin-bottom: 60px;
    text-align: center;
  }
  section.access_wrap .txt p {
    text-align: center;
    line-height: 2;
    margin-bottom: 0;
  }
  section.access_wrap .txt {
    margin-bottom: 60px;
  }
  section.access_wrap iframe {
    height: 235px;
  }
  .gmap {
    margin: 36px 0;
    text-align: center;
    width: 100%;
  }
  .acc_linkBox {
    padding: 0;
  }
  .acc_linkBox ul li {
    width: 100%;
    margin-bottom: 16px;
  }
  .acc_linkBox ul li a {
    border: 1px solid #808080;
    display: flex;
    align-items: center;
    height: 64px;
    padding: 0 25px;
    transition: all 0.3s ease 0s;
    font-size: 14px;
  }
  .acc_linkBox ul {
    display: flex;
    justify-content: space-between;
    margin-bottom: 36px;
    flex-wrap: wrap;
  }
  section.access_wrap h3 {
    font-size: 22px;
    text-align: center;
    margin-bottom: 28px;
    font-weight: normal;
  }
  .visit01 p span {
    font-size: 18px;
    font-weight: normal;
  }
  .visit01 p {
    font-size: 14px;
  }
  .visit02 {
    width: 100%;
    border: 1px solid rgb(128, 128, 128);
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgb(30, 30, 36);
    position: relative;
    z-index: 1;
    min-height: 48px;
    margin-bottom: 20px;
  }
  .visit03 {
    display: inline-block;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    position: relative;
    z-index: 1;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    width: 75%;
    margin-bottom: 20px;
    padding-left: 35px;
  }
  .visit_other .visit03 {
    width: 75%;
    height: auto;
    margin: auto auto 0;
  }
  .visit_goal img {
    height: 47px;
  }
  .visit_goal {
    width: 100%;
    border: 1px solid #808080;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #34343a;
    padding: 10px;
  }
  .visit_howto-Box {
    display: flex;
    justify-content: space-between;
    margin-bottom: 28px;
    flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .visit_tokyo:after, .visit_other:after, .visit_bus:after, .visit_jet01:after, .visit_jet02:after {
    content: "";
    height: calc(100% + 56px);
    width: 1px;
    position: absolute;
    background: #808080;
    top: 0;
    bottom: auto;
    z-index: 0;
    left: 0;
    right: 0;
    margin: auto;
  }
  .visit_howto-Box2 {
    border-top: 1px solid #808080;
    margin-bottom: 60px;
  }
  .visit_bus .visit03:nth-child(2) {
    width: 30%;
  }
  .visit_bus .visit03:last-child {
    width: 30%;
  }
  .visit_jet01 .visit03 {
    width: 60%;
    margin: auto auto 0;
  }
  .visit_jet02 .visit03 {
    width: 60%;
    margin: 0 auto 20px;
  }
  .visit02 p, .visit03 p {
    font-size: 12px;
    letter-spacing: 2px;
  }
  .visit04 p {
    font-size: 14px;
  }
  .planTxt h2 {
    width: 100%;
    font-size: 22px;
    margin-bottom: 56px;
    font-weight: normal;
  }
  .planTxt h2 b {
    display: block;
    font-size: 36px;
  }
  section.outline_wrap h2 {
    font-size: 22px;
    text-align: center;
    margin-bottom: 56px;
    font-weight: normal;
  }
  .plan-cont .plan-cont-inner,
  .plan-cont a {
    display: block;
    padding: 30px 15px;
  }
  .visit_tokyo, .visit_other {
    margin-bottom: 0;
  }
  .visit_howto {
    margin-bottom: 0;
  }
  .visit_detail-title span {
    font-size: 18px;
    font-weight: normal;
  }
  .visit_detail-title {
    font-size: 14px;
  }
  .visit_detail-txt p {
    line-height: 2.2;
    letter-spacing: 0.15em;
    font-size: 14px;
  }
  .visit_detail-txt {
    width: 100%;
    padding: 20px 0;
  }
	.visit_car_img{
		margin-bottom: 28px;
	}
  section.Plan_wrap {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f19c97+1,aa956e+99 */
    background: rgb(241, 156, 151); /* Old browsers */
    background: -moz-linear-gradient(left, rgba(241, 156, 151, 1) 1%, rgba(170, 149, 110, 1) 99%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(241, 156, 151, 1) 1%, rgba(170, 149, 110, 1) 99%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(241, 156, 151, 1) 1%, rgba(170, 149, 110, 1) 99%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f19c97', endColorstr='#aa956e', GradientType=1); /* IE6-9 */
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding-bottom: 60px;
  }
  .plan_slider {
    width: 100%;
    border-top: 1px solid #fff;
    margin-bottom: 32px;
  }
  section.outline_wrap {
    padding: 60px 20px;
    background: #1e1e24;
    color: #fff;
  }
  section.outline_wrap table th {
    width: 100%;
    padding: 15px 0;
    line-height: 2;
    display: block;
    font-size: 14px;
    border-bottom: 1px solid #404040;
  }
  section.outline_wrap table td {
    padding: 15px 0;
    line-height: 2;
    font-size: 14px;
  }
  .canceltab p span {
    display: inline-block;
    width: 35%;
  }
  section.outline_wrap table td p {
    line-height: 2;
  }
  .laketowada-over .txt p {
    font-size: 14px;
    line-height: 2.2;
    letter-spacing: 0.1em;
  }
  .laketowada-under:before {
    content: "";
    display: block;
    width: 1px;
    background-color: rgb(255 255 255 / 50%);
    opacity: 0.5;
    height: calc(100vw - 28px);
    top: 0;
    left: 30px;
    position: absolute;
    z-index: 1;
  }
  .laketowada-under:after {
    content: "";
    display: block;
    width: 1px;
    background-color: #FFF;
    opacity: 0.5;
    height: 50vw;
    top: 0;
    left: 30px;
    position: absolute;
    z-index: 1;
  }
  .laketowada-under h2 b {
    font-size: 58px;
  }
  section.stay-wrap:before {
    content: "";
    display: block;
    width: 1px;
    background-color: rgb(255 255 255 / 50%);
    opacity: 0.5;
    height: calc(100vw - 28px);
    top: -96px;
    right: 30px;
    position: absolute;
    z-index: 1;
  }
  section.stay-wrap:after {
    content: "";
    display: block;
    width: 1px;
    background-color: #FFF;
    opacity: 0.5;
    height: 50vw;
    top: -96px;
    right: 30px;
    position: absolute;
    z-index: 1;
  }
  figure.stay02 {
    padding: 0 20px;
    box-sizing: border-box;
  }
  section.Relax_wrap:before {
    content: "";
    display: block;
    width: 1px;
    background-color: rgb(255 255 255 / 50%);
    opacity: 0.5;
    height: calc(100vw - 28px);
    top: 0;
    left: 30px;
    position: absolute;
    z-index: 1;
  }
  section.Relax_wrap:after {
    content: "";
    display: block;
    width: 1px;
    background-color: #FFF;
    opacity: 0.5;
    height: 50vw;
    top: 0;
    left: 30px;
    position: absolute;
    z-index: 1;
  }
  .eat_box01, .eat_box02 {
    width: calc(100% - 20px);
    position: relative;
    margin-bottom: 0;
  }
  .eat_box01:before {
    content: "";
    height: 1px;
    width: calc(100% - 20px);
    background: #aaa;
    position: absolute;
    bottom: 0;
    right: 0;
    top: auto;
  }
  section.access_wrap .Inner {
    padding: 0 20px;
  }
  .visit_bus .visit03 p:nth-child(2) {
    margin-top: unset;
  }
  .visit_bus .visit03 p:nth-child(1) {
    margin-bottom: unset;
  }
  p.cancel_txt a {
    font-size: 14px;
    text-align: center;
    color: #fff;
    display: block;
    position: relative;
    ransition: all 0.3s ease 0s;
  }
  .laketowada-over .txt h2 {
    font-size: 22px;
  }.mb56 {
  margin-bottom: 28px;
} 
}

figure.stay02.forTab {
    display: none;
}
@media (min-width: 768px) and (max-width: 850px) {
	figure.stay02 {
    display: none !important;
    float: left;
    padding: 0px;
    right: calc(50% - 111px);
    top: 7%;
    margin: 0;
    padding: 0;
}figure.stay02.forTab {
    display: block !important;
    position: absolute;
    float: left;
    left: 0;
    top: 4%;
    margin: 0;
    padding: 0;
    width: 50%;
}section.stay-wrap .Inner .txt {
    width: 50%;
    float: right;
    padding: 50px 20px 45px;
    display: flex;
    flex-wrap: wrap;
    justify-content: end;
}section.stay-wrap:before {
    content: "";
    display: block;
    width: 1px;
    background-color: rgb(255 255 255 / 50%);
    opacity: 0.5;
    height: 36vw;
    top: -96px;
    right: 30px;
    position: absolute;
    z-index: 1;
}section.stay-wrap:after {
    content: "";
    display: block;
    width: 1px;
    background-color: rgb(255 255 255 / 50%);
    opacity: 0.5;
    height: 18vw;
    top: -96px;
    right: 30px;
    position: absolute;
    z-index: 1;
}section.stay-wrap .Inner .txt h2 {
    margin-bottom: 52px;
    text-align: right;
    font-weight: normal;
}.room_box03 .room_cont {
    margin-left: -10vw;
}.room_area .txt h3 b {
    font-size: 40px;
    letter-spacing: 0.1em;
    display: inline-block;
    margin: 32px 0;
}.room_area .txt p {
    margin-bottom: 30px;
}.room_box04 .slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}.room_box04 .room_In.slick-initialized.slick-slider.slick-dotted {
    height: 284px;
}.room_box04 .room_In .slick-track {
    height: 284px;
}.room_box04 .room_In.slick-slide img {
    height: 100%;
    display: block;
    object-fit: cover;
}.room_box04 .txt {
    order: -1;
    padding: 0 30px 0 0;
    width: 50vw;
}.Relax02.forPC {
    display: none !important;
}
section.Relax_wrap .Inner figure {
    margin: -75px 20px 0;
    max-width: 350px;
}section.Relax_wrap:before {
    content: "";
    display: block;
    width: 1px;
    background-color: rgb(255 255 255 / 50%);
    opacity: 0.5;
    max-height: 584px;
    top: 0;
    left: 20px;
    position: absolute;
    z-index: 1;
    height: 36vw;
}
section.Relax_wrap:after {
  content: "";
  display: block;
  width: 1px;
  background-color: #FFF;
  opacity: 0.5;
  max-height: 287px;
  top: 0;
   left: 20px;
  position: absolute;
  z-index: 1;height: 18vw;
}section.Relax_wrap .Inner .txt {
    max-width: 50%;
    margin-right: 0;
}section.Relax_wrap .Inner {
    display: flex;
    align-items: center;
    padding: 50px 0 30px 20px;
    justify-content: space-between;
}section.Relax_wrap h2 {
    margin-bottom: 32px;
    font-weight: normal;
}.eat_box01, .eat_box02 {
    width: 50%;
    position: relative;
    padding-bottom: 32px;
}
}
@media (min-width: 851px) and (max-width: 1200px) {
.Relax02 img {
    max-width: initial;
}
.Relax02 {
    position: absolute;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    height: 385px;
    left: 80vw;
}figure.stay02 {
    position: absolute;
    float: left;
    padding: 0px;
    right: calc(50% - 111px);
    top: 7%;
    margin: 0;
    padding: 0;
}figure.stay02.forTab {
    display: block;
    left: 0;
}section.stay-wrap .Inner .txt {
    width: 50%;
    float: right;
    padding: 90px 20px 45px;
    display: flex;
    flex-wrap: wrap;
    justify-content: end;
}section.stay-wrap .Inner .txt {
    width: 50%;
    float: right;
    padding: 52px 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: end;
}.room_area .txt h3 b {
    font-size: 40px;
    letter-spacing: 0.1em;
    display: inline-block;
    margin: 32px 0;
}.room_area .txt p {
    margin-bottom: 32px;
}.room_box03, .room_box04 {
    width: 100%;
    display: flex;
    margin-bottom: 96px;
    align-items: normal;
}figure.stay02.forPC {
    display: none !important;
}.room_box04 .room_In.slick-initialized.slick-slider.slick-dotted {
    height: 414px;
}.room_box04 .room_In .slick-track {
    height: 414px;
}.room_box04 .room_In .slick-slide img {
    height: 100%;
    display: block;
    object-fit: cover;
}.room_area .txt h3 b {
    font-size: 40px;
    letter-spacing: 0.1em;
    display: inline-block;
    margin: 10px 0 30px;
}.eat_area h3 span {
    font-size: 20px;
    margin-bottom: 15px;
    display: inline-block;
}section.Relax_wrap .Inner {
    width: 1080px;
    display: flex;
    align-items: center;
    padding: 0 0 120px 20px;
}section.Relax_wrap .Inner figure {
    margin: 50px 0 0;
}section.Relax_wrap:before {
    content: "";
    display: block;
    width: 1px;
    background-color: rgb(255 255 255 / 50%);
    opacity: 0.5;
    height: 36vw;
    top: 0;
    left: calc(50% - 520px);
    position: absolute;
    z-index: 1;
    max-height: 584px;
}
}


/*TOPコンテンツ追加*/

#view{
	position: relative;
	background: #1e1e24;
}
#view img.mainv{
	position: absolute;
	top: -50px;
	left: 0;
}
#view div{
	background:rgba(30,30,30,0.8);
	padding: 30px 50px;
}
#view div h3,#view div p{
	color: #fff;
	line-height: 2em;
}
#view div h3{
	font-size: 24px;
	margin-bottom: 20px;
}
#view div p{
	font-weight: lighter;
}
#view::after{
	content: "";
	display: block;
	width: 1px;
	background-color: #FFF;
	opacity: 0.5;
	height: calc(106% - 334px);
	top: 334px;
	left: 50%;
	position: absolute;
	z-index: 1;
}

@media only screen and (min-width: 767px) {
	#view div{
		position: absolute;
		top: 30px;
		left: 50%;
	}
}

@media only screen and (max-width: 767px) {
	#view img{
		display: none;
	}
	#view{
		background-image: url("../img/top/view_bg_sp.jpg");
		padding: 30px 0 300px;
		background-size: 100%;
	}
	#view::after{
		display: none;
	}
	#view div{
		width: 90%;
		padding: 30px 30px;
		margin: 0 auto;
	}
	#view div p{
		font-size: 14px;
	}
}

#self{
	background: #1e1f24;
	padding: 100px 0;
}
#self h2 {
	margin-bottom: 120px;
	font-weight: normal;
	text-align: center;
}
#self h2 span {
		font-size: 24px;
		color: #fff;
		display: block;
		margin-bottom: 20px;
	text-align: center;
	}
#self h2 b {
	  display: inline-block;
	  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f19c97+1,aa956e+99 */
	  background: rgb(241, 156, 151); /* Old browsers */
	  background: -moz-linear-gradient(top, rgba(241, 156, 151, 1) 1%, rgba(170, 149, 110, 1) 99%); /* FF3.6-15 */
	  background: -webkit-linear-gradient(top, rgba(241, 156, 151, 1) 1%, rgba(170, 149, 110, 1) 99%); /* Chrome10-25,Safari5.1-6 */
	  background: linear-gradient(to bottom, rgba(241, 156, 151, 1) 1%, rgba(170, 149, 110, 1) 99%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f19c97', endColorstr='#aa956e', GradientType=0); /* IE6-9 */
	  -webkit-background-clip: text;
	  -webkit-text-fill-color: transparent;
	  font-size: 64px;
	}

	#self .inner{
		max-width: 1260px;
		margin: 0 auto;
		color: #fff;
		position: relative;
	}
	#self .inner div{
		/*padding-left: 100px;*/
		position: relative;
		z-index: 1;
		font-weight: lighter;
	}

	#self .inner{
		padding-left: 590px;
	}

	#self .inner:first-of-type{
		margin-bottom: 290px;
		padding-left: 0;
	}

	#self .inner div p{
		margin-bottom: 20px;
		line-height: 2em;
	}
	@media only screen and (min-width: 768px) {
		#self .imgbox.right{
			position: absolute;
			left: calc(55%);
			top: 290px;
			max-width: 1113px;
		}
		#self .imgbox.left{
			position: absolute;
			right: calc(55%);
			bottom: 120px;
			max-width: 1113px;
		}

	}
	@media only screen and (max-width: 767px) {
		#self .inner,
		#self .inner:first-of-type{
			padding-left: 20px;
			padding-right: 20px;
		}
		#self .inner div p{
			font-size: 14px;
		}
		#self .inner, #self .inner:first-of-type{
			margin-bottom: 30px;
		}
		#self .imgbox.right{
			margin-bottom: 60px;
		}
	}
	@media screen and (max-width: 480px) {
	#self h2 {
		margin-bottom: 60px;
		font-weight: normal;
	}
	 #self h2 span {
		font-size: 22px;
		color: #fff;
		display: block;
		margin-bottom: 28px;
	}
	#self h2 b {
		font-size: 48px;
		text-align: center;
	}
}

#check{
	padding: 100px 0 180px;
	width: 100%;
	background: rgb(241, 156, 151); /* Old browsers */
background: -moz-linear-gradient(left, rgba(241, 156, 151, 1) 1%, rgba(170, 149, 110, 1) 99%); /* FF3.6-15 */
background: -webkit-linear-gradient(left, rgba(241, 156, 151, 1) 1%, rgba(170, 149, 110, 1) 99%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, rgba(241, 156, 151, 1) 1%, rgba(170, 149, 110, 1) 99%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f19c97', endColorstr='#aa956e', GradientType=1); /* IE6-9 */
}
#check h3{
	position: relative;
	margin: 0 auto;
	text-align: center;
	margin-bottom: 40px;
}
#check h3 span{
	padding: 0 40px;
	display: inline-block;
	font-size: 20px;
}
#check h3 span:before{
  content: '';/*何も入れない*/
  display: inline-block;
  width: 30px;/*画像の幅*/
  height: 10px;/*画像の高さ*/
  background-image: url("../img/top/check_icon.svg");
  background-size: contain;
	background-repeat: no-repeat;
  vertical-align: middle;
	position: absolute;
	left: 0;
	top: 34%;
}
#check h3 span:after{
  content: '';/*何も入れない*/
  display: inline-block;
  width: 30px;/*画像の幅*/
  height: 10px;/*画像の高さ*/
  background-image: url("../img/top/check_icon_r.svg");
  background-size: contain;
	background-repeat: no-repeat;
  vertical-align: middle;
	position: absolute;
	right: 0;
	top: 34%;
}
#check .inner01{
	position: relative;
	border-bottom: solid #fff 1px;
	padding-bottom: 110px;
}


#check .inner01 dl dt{
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
#check .inner01 dl dt span{
	font-size: 32px;
	color: #fff;
	margin-right: 10px;
	font-family: "brandon-grotesque", sans-serif;
	font-weight: lighter;
}
#check .inner01 dl dd{
	font-weight: lighter;
	line-height: 1.8em;
	padding-left: 40px;
	padding-top: 10px;
	padding-bottom: 10px;
	position: relative;
}

#check .inner01 dl dd:after{
	content: "";
	display: block;
	width: 1px;
	background-color: #FFF;
	opacity: 0.5;
	height: 80%;
	top: 10px;
	left: 18px;
	position: absolute;
	z-index: 1;
}
#check .inner02{
	padding: 60px 0;
}
#check .inner02 .box{
	display: flex;
	flex-direction: row-reverse;
	max-width: 1080px;
	margin: 0 auto;
	justify-content: space-between;
}
#check .inner02 .box .txt{
	max-width: 700px;
}
#check .inner02 .box p{
	font-weight: lighter;
	margin-bottom: 30px;
	line-height: 1.8em;
}

#check .inner03{
	padding-top: 30px;
	border-top: solid 1px #fff;
}

#check .inner03 p.leadtxt{
	text-align: center;
	font-weight: lighter;
}
#check .inner03 h4{
	text-align: center;
	color: #fff;
	font-size: 20px;
	margin-bottom: 40px;
}
#check .inner03 h4 span{
	font-family: "brandon-grotesque", sans-serif;
	font-weight: lighter;
	font-size: 32px;
	display: block;
	text-align: center;
}
#check .inner03 .box{
	display: flex;
	justify-content: space-between;
	max-width: 1080px;
	margin: 30px auto 40px;
	border-top: solid 1px #fff; 
	border-bottom: solid 1px #fff;
	position: relative;
}
#check .inner03 .box div{
	width: 50%;
	padding-top: 60px;
	padding-bottom: 40px;
	max-width: 492px;
}

#check .inner03 .box:after{
	content: "";
	display: block;
	width: 1px;
	background-color: #FFF;
	opacity: 0.5;
	height: 100%;
	top: 0;
	left: 50%;
	position: absolute;
	z-index: 1;
}

#check .inner03 .box div h5{
	display: flex;
	line-height: 1.4em;
	margin-bottom: 20px;
}
#check .inner03 .box div h5 span{
	color: #fff;
	font-family: "brandon-grotesque", sans-serif;
	font-weight: lighter;
	font-size: 52px;
	margin-right: 10px;
}

#check .inner03 .box div p{
	margin-top: 20px;
	font-weight: lighter;
	line-height: 1.8em;
}

#check .inner04{
	padding-top: 40px;
}

#check .inner04 h4{
	text-align: center;
	color: #fff;
	font-size: 20px;
	margin-bottom: 40px;
}
#check .inner04 h4 span{
	font-family: "brandon-grotesque", sans-serif;
	font-weight: lighter;
	font-size: 32px;
	display: block;
	text-align: center;
}
#check .inner04 .box{
	display: flex;
	justify-content: space-between;
	max-width: 1080px;
	margin: 0 auto;
	flex-direction: row-reverse;
}

#check .inner04 .box .txt{
	padding-left: 30px;
}

#check .inner04 .box .txt p{
	font-weight: lighter;
	margin-top: 30px;
	line-height: 1.6em;
}
@media only screen and (min-width: 767px) {
	#check .inner01 .imgbox{
		position: absolute;
		right: calc(58%);
		top: 60px;
	}
	#check .inner01 dl{
		max-width: 695px;
		position: inherit;
		top: 70px;
		left: calc(46%);
	}

}
@media only screen and (max-width: 767px) {
	#check h3 span{
		font-size: 18px;
		line-height: 1.4em;
	}
	#check .inner01 dl{
		width: 90%;
		margin: 0 auto;
	}
	#check .inner01 dl dd{
		font-size: 14px;
	}
	#check .inner02 .box{
		display: block;
	}
	#check .inner02 .box .txt{
		max-width: 90%;
		margin: 30px auto 0;
	}
	#check .inner02 .box p:last-child{
		margin-bottom: 0;
	}
	#check .inner02 .box div img{
		width: 100%;
	}
	#check .inner03 p.leadtxt{
		line-height: 1.6em;
	}
	#check .inner03 .box{
		display: block;
		border-top: none;
		border-bottom: none;
	}
	#check .inner03 .box div{
		width: 90%;
		margin: 0 auto;
		border-top:solid 1px #fff;
	}
	#check .inner03 .box:after{
		display: none;
	}
	#check .inner03 .box div h5 span{
		font-size: 38px;
	}
	#check .inner03 .box div:last-child{
		padding-top: 40px;
	}
	#check .inner04{
		width: 90%;
		margin: 0 auto;
		border-top:solid 1px #fff;
	}
	#check .inner04 .box{
		display: block;
	}
	#check .inner04 .box .txt{
		padding-left: 0;
		margin-bottom: 30px;
	}
}