@charset "UTF-8";
/*///////////////////////////////////// リセット */
*,
::before,
::after {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
html {
  text-size-adjust: 100%;
	font-size: 10px;
	line-height: 10px;
}

ul,
ol {
  list-style: none;
}
a {
  color: inherit;
  text-decoration: none;
}
body {
	font-size: 1.6rem;
	line-height: 2.4rem;
	font-family: YakuHanJP,"Zen Old Mincho", serif;
	color: #000000;
	background-color: #fff;
	position: relative;
}
img {
	width: 100%;
	max-width: 100%;
	vertical-align: top;
}
p {
	font-size: 1.6rem;
	line-height: 2.6rem;
	text-align: justify;
}
h1 {
  font-size: 3.2rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
h2 {
	font-size: 3.6rem;
	font-family: "Montserrat", sans-serif;
	font-weight: 600;
	line-height: 4rem;
	position: relative;
	letter-spacing: 0.05em;
}
	h2 span{
	font-size: 70%;		
	}
h3{
	font-size: 2rem;
	line-height: 1.5;
	letter-spacing: 0.05em;
	font-weight: normal;
}
.sp {
  display: none;
}
.sec {
  max-width: 1240px;
  margin: 100px auto;
  padding: 0 20px;
}
.small{
  font-size: 5rem;
}
p.cap{
	margin: 10px 0px 0px;
	font-size: 1.4rem;
}
p.copy{
	font-size: 2.4rem;
	line-height: 4rem;
}
/* header */
.header{
	position: fixed;
	top: 0;
	left: 0;
	background-color: #fff;
	width: 100%;
	z-index: 999;
	-webkit-box-shadow: 0px 1px 5px rgba(0,0,0,0,4);
	box-shadow: 0px 1px 5px rgba(0,0,0,0.4);
}
.headerInner{
	width: 100%;
	height: 60px;
	padding: 0 0px 0 20px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.headerLogo{
  width: 200px;
}
.headerLogo img{
	vertical-align: baseline;
}
.toggle-btn{
  display: none;
}
.globalNavList{
  display: flex;
  align-items: center;
}
.globalNavList li{

}
.globalNavList li a{
	padding: 20px;
	font-size: 1.5rem;
	transition: 0.5s;
	display: block;
	line-height: 20px;
	border-left: 1px solid #EEEEEE;
}
.globalNavList .insta a{
	padding: 15px 20px;
}
.globalNavList .insta img{
	height: 30px;
	width: auto;
}
.globalNavList .insta a span{
	display: none;	
}
.globalNavItem:hover{
  opacity: 0.6;
}
.instagram{
  width: 20px;
  transition: 0.5s;
}
.instagram:hover{
  opacity: 0.6;
}
.reserve{
	background-color: #F29949;
	color: #FFFFFF;
	transition: 0.5s;
	font-weight: 600;
}
.reserve:hover{
  opacity: 0.6
}

/* メインビジュアル */
.mvArea{
	position: relative;
}
.mv_img{

}
.mv-copy{
		position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	padding-top: 80px;
	max-width: 800px;
	width: 90%;
}
/* コンテンツ */
.flexWrap{
  display: flex;
  justify-content: space-between;
	align-items: center;
}
.flexText{
  width: 50%;
}
.flexText p{
	margin-bottom: 15px;
}
.flexImg{
  width: 45%;
}
.title{
  margin-bottom: 20px;
}
.sub-title{
  font-size: 1.4rem;
}

.stayArea .sub-title::after{
  background-color: #fff;
}

.btn{
	display: block;
	font-family: "Montserrat", sans-serif;
	margin: 40px 0px 0px;
	position: relative;
	padding: 10px;
	max-width: 400px;
	border: 2px solid #000;
	border-radius: 10px;
	font-weight: 600;
}
.btn::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 15px;
  width: 9px;
  height: 9px;
  margin: auto;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  transform: rotate(45deg);
  box-sizing: border-box;
}
.reserveArea .btn-area{
  text-align: center;
}
.btn-b {
	display: inline-block;
	line-height: 2.1rem;
	width: 100%;
	max-width: 400px;
	background-color: #1d201f;
	color: #fff;
	margin-right: 10px;
	text-align: center;
	font-size: 1.6rem;
	border: 1px solid #fff;
	transition: 0.5s;
	padding: 10px 5px;
	border-radius: 10px;
	margin-left: 10px;
}
.btn-b span {
    display: block;
    font-size: 80%;
}
.btn-b:hover{
  background-color: #fff;
  color: #1d201f;
  border: 1px solid #1d201f;
}
.btn-w{
  display: inline-block;
  line-height: 90px;
  width: 100%;
  max-width: 400px;
  background-color: #fff;
  color: #1d201f;
  text-align: center;
  font-size: 2rem;
  border: 1px solid #1d201f;
transition: 0.5s;
}
.btn-w:hover{
  background-color: #1d201f;
  color: #fff;
  border: 1px solid #fff;
}
.flexText p.border-red{
	border: 2px solid #CC0000;
	padding: 5px 10px;
	color: #CC0000;
	display: inline-block;
	font: 1.3rem/1.4rem "Montserrat", sans-serif;
	border-radius: 5px;
	margin-bottom: 5px;
}

.header-img{
	position: relative;		
}
.header-img .title{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	padding-top: 60px;
}
.header-img .title h2,.header-img .title p{
		text-align: center;
	color: #FFFFFF;
}
.header-img .title h2{
	font-size: 6rem;
	margin-bottom: 15px;
}
.info-area h2 {
	text-align: center;
	font-size: 20px;
	margin-bottom: 20px;
}
.info-area{
	max-width: 800px;
}
.whatsnew hr{

}

.whatsnew dl a{
	display: flex;
	padding: 20px 0;
	flex-wrap: wrap;
}
.whatsnew dl a dt{
	width: 20%;
	line-height: 1.5;
}
.whatsnew dl a dd{
	width: 75%;
	line-height: 1.5;
}
.service{
	align-items: stretch;
	padding: 40px;
	margin-top: 80px;
	border-radius: 20px;
	border: 2px solid #999;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.service > div{
	width: 30%;
	position: relative;
	padding-bottom: 60px;	
}
.service > div h3{
	margin-top: 20px;
	font-size: 2.4rem;
}
.service > div .s-ttl{
	margin-bottom: 20px;
	font-size: 1.8rem;
}
.service .cap{
	line-height: 1.6rem;
	font-size: 1.3rem;
}
.service p.service-btn{
	left: 0px;
	bottom: 0px;
	position: absolute;
	width: 100%;
}
.service a{
	display: block;
	position: relative;
	padding: 10px;
	background-color: #FFFFFF;
	text-align: center;
	border-radius: 5px;
	width: 100%;
	font-family: "Montserrat", sans-serif;
	font-weight: 600;
	line-height: 1.8rem;
}
.service a::after{
	content: "";
	background-image: url(../images/icon-brank.png);
	background-repeat: no-repeat;
	width: 18px;
	height: 18px;
	background-size: contain;
	display: block;
	position: absolute;
	top: 10px;
	right: 10px;
}


.stayArea .flexWrap{
	position: relative;	
}
.stayArea .flexWrap p.badge{
	width: 160px;
	height: 160px;
	right: 20px;
	top: -60px;
	position: absolute;
}
.stayArea .flexWrap .btn{
	background-color: #FFFFFF;
	border-style: none;	
}
.stayArea .btn span::before{
background:#fff;
}

.stayArea .btn span::after{
background:#fff;
}

.smartArea{
	margin-top: 80px;
	padding: 30px;
	border: 1px solid #ccc;
}.smartArea h3{
	margin-bottom: 20px;	
}
.smartArea .flexWrap{
  margin-top: 20px;
	column-gap: 10px;
}
.smartArea .flexWrap p{
  font-size: 2rem;
}
.smartArea .flexWrap ul{
	display: flex;
	align-items: center;
	width: 100%;
	margin-bottom: 20px;
}
.smartArea .flexWrap ul li{
	background-color: #000;
	color: #fff;
	width: 18%;
	text-align: center;
	font-size: 1.4rem;
	padding: 10px 0px;
	line-height: 2rem;
}
.smartArea .flexWrap ul li:nth-child(2n){
	width: 3%;
	background-color: #fff;
	text-align: center;
	color: #000000;
	font-size: 2rem;
	font-weight: 600;
}
.smartArea p{
	font-size: 1.5rem;
	line-height: 2.2rem;
}
.smartArea p.cap{
	font-size: 1.3rem;
}
.borderTop{
  border-top: 1px solid #999999;
  padding-top: 60px;
}
.stayArea{
	background-color: #EFF3F3;
	padding: 100px 0px;
}
.stayArea .sec{
	margin: 0px auto;
}
.reco-shop{
	border: 3px solid #ccc;
	padding: 40px;
	margin-top: 60px;
}
.reco-shop p{
	margin-top: 10px;
}
.reco-shop p.copy{
	margin-top: 0px;
}
.reco-shop .flexWrap > div{
	width: 50%;
	padding-left: 20px;
}
.reco-shop .flexWrap > div.photo{
	padding: 0px;
	width: 24%;
}
.reserveArea{
	background-color: #F5F5F5;
	padding: 100px 0px;
	width: 100%;
}
.reserveArea .sec{
	padding: 30px;
	margin: 20px auto;
	background-color: #FFFFFF;
	max-width: 960px;
}
.reserveArea .title{
	text-align: center;
}
.reserveArea .title p,.reserveArea >p{	
	text-align: center;
}
.accessArea{
	background-image: url(../images/acc-bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	padding: 10px 0px;
	background-position: center center;
}
.accessArea .flexWrap {
	align-items: center;
	justify-content: left;
	max-width: 900px;
	margin-left: auto;
	margin-right: auto;
}
.accessArea .btn{
	background-color: #FFFFFF;
	border-style: none;	
  margin-top: 20px;
}
.accessArea .flexWrap .flexText{
	width: 35%;	
}
.accessArea .flexWrap .flexImg{
	width: 68%;	
}
.spotArea .flexWrap{
  column-gap: 30px;
}
/* footer */
.footer{
  background-color:  #000;
  color: #fff;
}
.footerInner{
	padding: 80px 20px;
	max-width: 1240px;
	margin: 0px auto;
	text-align: center;
}
.footerInner p{
	text-align: center;
		font-size: 1.3rem;
}
.footerInner nav{
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;

}
.f-globalNavList{
  display: flex;
  align-items: center;
}

.f-globalNavList li{
  padding: 0 20px;
  font-size: 1.6rem;
  transition: 0.5s;
}

.f-globalNavItem:hover{
  opacity: 0.6;
}
	.f-logo{
	max-width: 280px;
	margin: 0px auto 20px;
	}
.copyright{
  
}
/* 下層ページ */
.page-mv{
  display: flex;
  justify-content: space-between;
  max-width: 1240px;
  margin: 200px auto 50px;
  padding: 0 20px;
}
.page-mv .title h2{
  font-size: 12rem;
}
/* 予約詳細ページ */
.reserveTop{
    max-width: 1000px;
    margin: 150px auto 50px;
  }
  .reservePage p {
    font-size: 1.6rem;
    line-height: 2;
    letter-spacing: 0.15em;
}
  .reserveTop h2{
	  font-family: YakuHanJP,"Zen Old Mincho", serif;
    font-size: 2.8rem;
    line-height: 2;
    text-align: center;
    background-color: #1d201f;
    color: #fff;
    margin-bottom: 20px;
  }
.reserveInfo{
  max-width: 1040px;
  margin: 100px auto;
  padding: 0 20px;
}
.reservePage h3{
  padding-left: 10px;
  position: relative;
  margin-bottom: 20px;
}
.reservePage h3::before{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 3px;
  height: 100%;
  background: #1d201f;
}
.reserveInfo-inner{
  padding-left: 10px;
}
.mt20{
  margin-top: 20px;
}
.mt40{
  margin-top: 40px;
}
.red{
  color: #D40F1A;
}
.reserveInfo .border{
  border: 1px solid #1a1a1a;
  padding: 20px;
  margin-bottom: 40px;
}
.reserveInfo .border p:first-child{
  font-size: 2rem;
  font-weight: 700;
}
.reserveInfo .border p:first-child span{
  font-size: 1.6rem;
  margin-left: 20px;
}
.reserveInfo-inner ul li{
  line-height: 2;
}
.liststyle{
  list-style: disc;
  padding-left: 1em;
}
.reservePage .btn-area{
  margin-top: 40px;
}
.pc{
	display: block;	
}
.sp{
	display: none;
}
.single {
    padding: 150px 15px 60px;
}
.single article {
    max-width: 830px;
    margin: 0 auto;
}
.single h2{
    font-size: 2rem;
}
@media (max-width: 750px) {
	.pc{
	display: none;	
}
.sp{
	display: block;
}
  h2 {
    font-size: 3rem;
  }

  p {
    font-size: 1.4rem;
    line-height: 2;
    letter-spacing: 0.1em;
  }
  ul li{
    font-size: 1.4rem;
    line-height: 2;
    letter-spacing: 0.1em;
  }
  .sp{
	display: block;
  }
  .sec {
    margin: 50px auto;
  }
  .small{
    font-size: 3rem;
  }
  
  .globalNavArea {
    display: none;
    position: fixed;
    top: 60px;
    left: 0;
    background-color: #fff;
    width: 100%;
    height: 100vh;
    justify-content: center;
    z-index: 10;
  }
  .toggle-btn {
    display: block;
    position: absolute;
    top: 5px;
    right: 5px;
    cursor: pointer;
    width: 50px;
    height: 50px;
    border: 1px solid #aaa;
    border-radius: 5px;
    z-index: 99;
  }
  .toggle-btn-line {
    display: inline-block;
    transition: all .4s;
    position: absolute;
    left: 10%;
    height: 3px;
    border-radius: 5px;
    background: #aaa;
    width: 80%;
  }
  .toggle-btn-line-top {
    top: 13px;
  }
  .toggle-btn-line-center {
    top: 23px;
  }
  .toggle-btn-line-bottom {
    top: 33px;
  }

  .close .toggle-btn-line-top {
    top: 18px;
    left: 10%;
    transform: translateY(6px) rotate(-45deg);
    width: 80%;
  }
  .close .toggle-btn-line-center {
    opacity: 0;
  }
  .close .toggle-btn-line-bottom {
    top: 28px;
    left: 10%;
    transform: translateY(-6px) rotate(45deg);
    width: 80%;
  }
  .toggle-btn:hover {
    cursor: pointer;
  }
  .globalNavList {
    display: block;
    text-align: center;
  }
  .globalNavList li {
	position: relative;
	display: block;
	padding: 10px !important;
	font-size: 14px;
	text-align: left;
	color: #1d201f;
  }
  .globalNavList li span {
    display: inline-block;
	  font-size: 1.4rem;
  }
.globalNavList li a {
	padding: 10px;
	font-size: 1.8rem;
	line-height: 20px;
	border-left-style: none;
}
	.globalNavList .insta a{
	padding: 10px;
}
	.globalNavList .insta a span{
	display: inline-block;
	margin-left: 20px;
	font-size: 1.8rem;
}
  .flexWrap{
    display: block;
  }
  .flexText {
    width: 100%;
}
.flexImg {
	width: 100%;
	margin-top: 40px;
}
	.flexWrap p{
	letter-spacing: normal;		
	}
	p.copy {
    font-size: 2rem;
    line-height: 3rem;
}
	.flexWrap p br{
	display: none;		
	}
	
	
	
	
	
.mvArea {
	padding-top: 60px;
}	
	
	
.smartArea {
  margin-top: 80px;
}
.smartArea .flexWrap {
  margin: 20px 0;
}
.smartArea .flexWrap p {
  font-size: 1.6rem;
}
.smartArea .flexWrap ul li {
  width: 100%;
  margin: 2px 0px;
}
.stayArea {
  padding-bottom: 50px;
}
.borderTop {
  border-top: 1px solid #e5e5e5;
  padding-top: 50px;
}

.spotArea .flexWrap li {
  margin-bottom: 20px;
}
.page-mv .title h2 {
  font-size: 4rem;
}
.page-mv {
  display: block;
  margin: 100px auto 50px;
  padding: 0 20px;
}
.page-mv br{
  display: none;
}
  .footerInner {
    display: block;
    padding: 60px 40px;
}
.f-globalNavList{
  flex-wrap: wrap;
}
.f-globalNavList li {
  width: 50%;
  padding: 20px 20px 20px 0;
  font-size: 1.6rem;
  transition: 0.5s;
}

.copyright {
  text-align: left;
}
.spotItem{
  display: block;
}
.spotImg{
  width: 100%;
  margin-bottom: 10px;
}
.spotText{
  width: 100%;
}
.spotText p{
  line-height: 1.6;
  margin-bottom: 10px;
}
.spotText p:first-child{
  font-size: 2rem;
}
.reserveArea .btn-area {
	margin-top: 40px;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}
.reserveArea .btn-area a{
  margin-bottom: 20px;
}
.btn-b {
    width: 90%;
    margin-right: 0px;
    text-align: center;
    margin-left: 0px;
}
	
.whatsnew dl a dt,.whatsnew dl a dd{
	width: 100%;
}
	.stayArea{
	padding-top: 40px;		
	}
	.stayArea .flexWrap {
	display: block;    
}
	.stayArea .flexWrap p.badge {
    width: 100px;
    height: 100px;
    right: 5px;
    top: -20px;
}
	.service {
	padding: 20px 20px 0px;
	margin-top: 40px;
	border-radius: 10px;
}
	.service > div{
	width: 100%;
	margin-bottom: 30px;
	}
	.accessArea .flexWrap .flexText,.accessArea .flexWrap .flexImg {
	width: 100%;		
	}
	.accessArea .flexWrap .flexImg {
	margin-top: 40px;
}
		.reco-shop{
	padding: 20px;
	}
	.reco-shop .flexWrap{
	display: flex;
		flex-wrap: wrap;
	}
	.reco-shop .flexWrap > div {
    width: 100%;
    padding-left: 0px;
}
	.reco-shop .flexWrap > div.photo{
	width: 48%;		
	}
	.reserveArea {

    padding: 40px 0px;

}
	.header-img {
	padding-top: 60px;
}
	.single h2{
    font-size: 1.6rem;
}
.single {
    padding: 200px 15px 50px;
}
	.reserveTop{
    margin: 70px auto 40px;
  }

}

