@charset "UTF-8";
/* 
------------------------------------------------------------------------------------------------------------------------
Default
------------------------------------------------------------------------------------------------------------------------
*/

*,*::before,*::after {
  box-sizing: border-box;
	outline: none;
}
html, body, div, span, object, iframe,
h1, h2, h3, h4, img, small, dl, dt, dd, ol, ul, li,
form, label, table, caption, tbody, tfoot, thead, tr, th, td,
article, canvas, figcaption, figure, footer, header,
nav, section, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    vertical-align:baseline;
    background:transparent;
}
html, body {width:100%;}
html {
  font-size: 62.5%;
  overflow-x:hidden;
}

body {
	font-family: 'DM Sans',YuGothic, "游ゴシック", Hiragino Sans, "ヒラギノ角ゴシック", Hiragino Kaku Gothic ProN, "ヒラギノ角ゴ ProN W3", Roboto, "Droid Sans", Meiryo, "メイリオ", Verdana, sans-serif;
	color: #444;
	height:100%;
	font-size:1.5rem;
	line-height:1.8;
	-webkit-text-size-adjust: 100%;
	background: url("../img/common/backImg.jpg") repeat;
}
article,figcaption,figure,footer,header,nav,section { display:block;}
ul li {list-style-type:none;}
a {
    margin:0;
    padding:0;
    vertical-align:baseline;
    background:transparent;
	text-decoration:none;
	color:#333;
	transition:.3s;
}
a:hover {
	color:#333;
}
a img {transition:.3s;}
a:hover img {opacity:0.7;}
.logo a:hover img {opacity:1;}
img {max-width:100%; height:auto;}
table {border-collapse:collapse; border-spacing:0;}
select {vertical-align:middle;}
p {margin:0 0 30px;}
p:last-child {margin:0;}

.clearfix:after {
    content:"";
    display:block;
    clear:both;
}
.clear {clear:both;}

.align {text-align:center;}
.align_left {text-align:left;}
.align_right {text-align:right;}

.bold {font-weight:bold;}
.font_s {font-size:1.2rem;}
.mb10 { margin-bottom:10px;}
.mb20 { margin-bottom:20px;}
.mb30 { margin-bottom:30px;}
.mb40 { margin-bottom:40px;}
.mb50 { margin-bottom:50px;}
.mb60 { margin-bottom:60px;}
.mb70 { margin-bottom:70px;}
.mb80 { margin-bottom:80px;}
.mt30 { margin-top:30px;}
.mt50 { margin-top:50px;}
.mmt-20 {margin-bottom: 10px !important;}

.moreList .more {
	display: none;
}
.moreList+.kijiBtn {
	display: none;
}

article {
	z-index: 1;
}

#inline-wrap .inner {
	overflow: auto;
}
#inline-wrap img {
	max-width: none;
}

/* 
------------------------------------------------------------------------------------------------------------------------
Common
------------------------------------------------------------------------------------------------------------------------
*/
.contentPad {
	padding-right: 100px;
}
.wrap {
	max-width: 1140px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 40px;
	padding-right: 40px;
}
.smallWrap {
	max-width: 1040px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 40px;
	padding-right: 40px;
}
@media screen and (max-width:833px){
	.contentPad {
		padding-right: 0;
	}
	.wrap,.smallWrap {
		padding-left: 15px;
		padding-right: 15px;
	}
}

.in833 {display: none;}
@media screen and (max-width:833px){
	.in833 {display: block;}
	.out834 {display: none;}
}

.blueText {
	color: #4891c2;
}
.bigTitle {
	font-size: 7.4rem;
	line-height: 1.5;
	margin-bottom: 50px;
}
.bigTitle span.block {
	display: block;
	font-size: 3.0rem;
}
.middleTitle {
	font-size: 2.8rem;
	margin-bottom: 35px;
}
@media screen and (max-width:833px){
	.bigTitle {
		font-size: 3.8rem;
		margin-bottom: 30px;
	}
	.bigTitle span.block {
		font-size: 1.6rem;
	}
	.middleTitle {
		font-size: 2.0rem;
		margin-bottom: 20px;
	}
}

.btnList li {
	display: inline-block;
	margin: 0 7px 10px 0;
}
.btnList li:last-child {
	margin: 0 0 10px;
}
.betaLink a,.formParts .reservation__search {
	display: inline-block;
	background: #f2f2f2;
	color: #444;
	text-align: center;
	font-size: 1.5rem;
	padding: 10px 46px 10px 36px;
	position: relative;
	border-radius: 30px;
	font-weight: bold;
	box-sizing: border-box;
}
.betaLink a:after,.formParts .reservation__search:after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	right: 18px;
	margin: auto 0;
	width: 9px;
	height: 9px;
	border-top: 2px solid #989296;
	border-right: 2px solid #989296;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	transition: .3s;
}
.betaLink.blue a,.formParts .reservation__search {
	color: #fff;
	background: #4891c2;
	font-family: 'DM Sans',YuGothic, "游ゴシック", Hiragino Sans, "ヒラギノ角ゴシック", Hiragino Kaku Gothic ProN, "ヒラギノ角ゴ ProN W3", Roboto, "Droid Sans", Meiryo, "メイリオ", Verdana, sans-serif;
}
.betaLink.blue a:after,.formParts .reservation__search:after {
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
}
.betaLink.white a {
	color: #444;
	background: #fff;
}
.betaLink.white a:after {
	border-top: 2px solid #989296;
	border-right: 2px solid #989296;
}
.betaLink.window span {
    margin-right: 10px;
}
.betaLink.window a {
    padding: 10px 31px 10px 36px;
}
.betaLink.window a:after {
    display: none;
}

@media screen and (min-width:834px){
	.betaLink a:hover,.formParts .reservation__search:hover {
		opacity: 0.7;
	}
}
@media screen and (max-width:833px){
	.betaLink a {
		padding: 10px 34px 10px 24px;
	}
}

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

.flexBox.twoClum .box {
	width: 46.875%;
	margin-right: 6.25%;
}
.flexBox.twoClum .box:nth-child(2n) {
	margin-right: 0;
}

.flexBox .box .imgBox {
	line-height: 0;
	margin-bottom: 20px;
}
.flexBox .box .imgBox a {
	display: block;
	overflow: hidden;
	border-radius: 20px;
}
.flexBox .box .textBox .title {
	font-weight: bold;
	margin-bottom: 20px;
}

.flexBox.threeClum .box {
	width: 31%;
	margin-right: 3.5%;
}
.flexBox.threeClum .box:nth-child(3n) {
	margin-right: 0;
}

.flexBox.whiteBox {
	background: #fff;
	border-radius: 15px;
	overflow: hidden;
}
.flexBox.whiteBox dt {
	order: 2;
	width: 41.66%;
	line-height: 0;
}
.flexBox.whiteBox dt img {
	height: 100%;
	object-fit: cover;
	font-family: 'object-fit: cover;';
}
.flexBox.whiteBox dd {
	width: 58.34%;
	padding: 55px 48px;
}
@media screen and (max-width:833px){
	.flexBox.whiteBox dd {
		padding: 30px;
	}
}
@media screen and (max-width:500px){
	.flexBox.whiteBox {
		display: block;
	}
	.flexBox.whiteBox dt,.flexBox.whiteBox dd {
		width: 100%;
	}
	.flexBox.whiteBox dt {
		margin-bottom: 20px;
	}
	.flexBox.whiteBox dt img {
		height: 200px;
	}
	.flexBox.whiteBox dt.imgBtm img {
		object-position: bottom center;
	}
	.flexBox.whiteBox dd {
		padding: 0 25px 30px;
	}
}

.flexBox.lineBox .imgBox {
	width: 55.93%;
	line-height: 0;
}
.flexBox.lineBox.right .imgBox {
	order: 2;
}
.flexBox.lineBox .imgBox img {
	height: 450px;
	object-fit: cover;
	font-family: 'object-fit: cover;';
}
.flexBox.lineBox .textBox {
	width: 44.07%;
	padding: 10px 40px 0;
}
.flexBox.lineBox.right .textBox {
	text-align: right;
}
.flexBox.lineBox .textBox .textInner {
	max-width: 390px;
	display: inline-block;
	text-align: left;
}

@media screen and (max-width:833px){
	.flexBox.lineBox {
		display: block;
	}
	.flexBox.lineBox .imgBox,.flexBox.lineBox .textBox {
		width: 100%;
	}
	.flexBox.lineBox .imgBox {
		margin-bottom: 25px;
	}
	.flexBox.lineBox .imgBox img {
		height: 300px;
	}
	.flexBox.lineBox .textBox {
		padding: 0 15px;
	}
	.flexBox.lineBox .textBox .textInner {
		max-width: none;
	}
}
@media screen and (max-width:500px){
	.flexBox.lineBox .imgBox img {
		height: 200px;
	}
}

.tableWrap {
	display: table;
	width: 100%;
	height: 100%;
}
.tableWrap .tableInner {
	display: table-cell;
	vertical-align: middle;
}

.mainVisualBlock {
	position: relative;
	/*margin-bottom: 100px;*/
	height: 100vh;
}
.mainVisualBlock .underLogo {
	position: absolute;
	top: 20px;
	left: 20px;
	z-index: 100;
}
.mainVisualBlock .underLogo a{
	display: block;
	line-height: 0;
}
.mainVisualBlock .underLogo a:hover img {
	opacity: 1;
}
.mainVisualBlock .slide.slick-slider {
	height: 100vh;
}
.mainVisualBlock .slide .slick-list {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	height: 100vh;
	width: 100%;
	z-index: -1;
}
.mainVisualBlock .slide .slick-list img.out834,
.mainVisualBlock .slide .slick-list img.in833{
	width: 100%;
	height: 100vh;
	object-fit: cover;
	font-family: 'object-fit: cover;';
}
.mainVisualBlock .slide img.in833 {
	display: none;
}
.mainVisualBlock .slide .slick-dots {
	position: absolute;
	bottom: 33px;
	right: 33px;
}
.mainVisualBlock .slide .slick-dots li button {
	background: none;
	border:1px solid #fff;
}
.mainVisualBlock .slide .slick-dots li.slick-active button {
	background: #fff;
}
@media screen and (min-width:834px){
	.mainVisualBlock .slide .slick-dots li button:hover {
		background: #fff;
	}
}
@media screen and (max-width:833px){
	.mainVisualBlock .slide in.out834 {
		display: block;
	}
	.mainVisualBlock .slide .slick-list img.out834{
		display: none !important;
	}
	.mainVisualBlock{
		height: calc(100vh - 60px);
	}
	.mainVisualBlock .slide img.in833 {
		display: block;
	}
}
.mainVisualBlock .textBox {
	position: absolute;
	top: 0;
	bottom: 52px;
	left: 0;
	right: 0;
	color: #fff;
	text-align: center;
}
.mainVisualBlock .textBox .inner {
	display: inline-block;
	text-align: left;
}
.mainVisualBlock .textBox .catch {
	font-size: 5.6rem;
	font-weight: bold;
	line-height: 1.96;
}
.mainVisualBlock .textBox .catch .space {
	letter-spacing: 0.2rem;
}
.mainVisualBlock .textBox h1 {
	font-size: 1.7rem;
	line-height: 2.06;
}

.mainVisualBlock .scrollBtn {
	position: absolute;
	bottom: 40px;
	left: calc(50% - 25px);
	transform: translate(-50%,0);
	cursor: pointer;
	animation: move-y 1.0s infinite alternate ease-in-out;
}
@keyframes move-y {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(10px);
  }
}
@media screen and (min-width:834px){
	.mainVisualBlock .scrollBtn {
		transition: .3s;
	}
	.mainVisualBlock .scrollBtn:hover {
		opacity: 0.7;
	}
}

.titleVisual {
	position: relative;
	/*margin-bottom: 70px;*/
	height: 680px;
}
.titleVisual .underLogo {
	padding: 20px;
	position: relative;
	z-index: 100;
}
.titleVisual .imgWrap {
	line-height: 0;
	height: 680px;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: -1;
}
.titleVisual .imgWrap img {
	height: 680px;
	object-fit: cover;
	font-family: 'object-fit: cover;';
}
.titleVisual .pageTitle {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 680px;
	background: url("../img/common/grd.png") repeat-x;
	background-position: bottom left;
	background-size: 1080px;
	z-index: 10;
}
.titleVisual .pageTitle .inner {
	position: absolute;
	bottom: 70px;
	left: 0;
	right: 0;
	max-width: 1000px;
	padding: 0 20px;
	margin: 0 auto;
	color: #fff;
}
.titleVisual .pageTitle .inner h1 img,.titleVisual .pageTitle .inner h1 span {
	vertical-align: middle;
}
.titleVisual .pageTitle .inner h1 img {
	margin-right: 15px;
}
.titleVisual .pageTitle .inner h1 span {
	font-weight: bold;
	font-size: 1.9rem;
}
.titleVisual .pageTitle .inner .title {
	font-size: 6.4rem;
	line-height: 1.25;
	font-weight: bold;
}
.titleVisual .pageTitle .inner .title span {
	font-size: 4.6rem;
	margin: 0 5px;
}
.underInnerWrap {
	z-index: 2;
	position: relative;
	background: url("../img/common/backImg.jpg") repeat;
	padding-top: 70px;
}
@media screen and (max-width:833px){
	/*.titleVisual {
		margin-bottom: 50px;
	}*/
	.titleVisual .underLogo {
		padding: 10px;
	}
	.titleVisual .imgWrap img,.titleVisual .imgWrap,.titleVisual .imgWrap::after,.titleVisual,.titleVisual .pageTitle {
		height: 480px;
	}
	.titleVisual .pageTitle .inner {
		bottom: 30px;
	}
	.titleVisual .pageTitle .inner h1 span {
		font-size: 1.4rem;
	}
	.titleVisual .pageTitle .inner .title {
		font-size: 4.2rem;
	}
	.titleVisual .pageTitle .inner .title span {
		font-size: 3.2rem;
	}
	.underInnerWrap {
		padding-top: 50px;
	}
}


.titleVisual .imgWrap.slide {
	position: relative;
	z-index: 1;
}
.titleVisual .imgWrap.slide:after,.titleVisual .imgWrap:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background: url("../img/common/grd.png") repeat-x;
	background-position: bottom left;
	background-size: 1180px;
}
.titleVisual .imgWrap.slide .slick-list {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: -1;
}
.titleVisual .imgWrap.slide .slick-dots {
	position: absolute;
	bottom: 80px;
	right: 40px;
	z-index: 100;
}
.titleVisual .imgWrap.slide .slick-dots li button {
	background: none;
	border: 1px solid #fff;
}
.titleVisual .imgWrap.slide .slick-dots li.slick-active button {
	background: #fff;
}
@media screen and (min-width:834px){
	.titleVisual .imgWrap.slide .slick-dots li button:hover {
		background: #fff;
	}
}
.titleVisual .roomsTitle {
	position: absolute;
	bottom: 55px;
	left: 0;
	right: 0;
	color: #fff;
	overflow: hidden;
	z-index: 10;
}
.titleVisual .roomsTitle h1,.titleVisual .roomsTitle p {
	display: inline-block;
	vertical-align: middle;
}
.titleVisual .roomsTitle h1 {
	padding-right: 40px;
	line-height: 0;
	position: relative;
	z-index: 1;
}
.titleVisual .roomsTitle p {
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 1.63;
	border-left: 1px solid #fff;
	padding-left: 40px;
	position: relative;
	z-index: 1;
}
.titleVisual .roomsTitle .wrap {
	max-width: 1040px;
}
@media screen and (max-width:833px){
	.titleVisual .roomsTitle {
		bottom: 35px;
	}
	.titleVisual .roomsTitle h1, .titleVisual .roomsTitle p {
		display: block;
		padding: 0;
	}
	.titleVisual .roomsTitle h1 {
		margin-bottom: 15px;
	}
	.titleVisual .roomsTitle p {
		border: none;
		font-size: 1.5rem;
	}
	.titleVisual .imgWrap.slide .slick-dots {
		bottom: 15px;
		right: 15px;
	}
}

.loading{position:absolute;top:0;left:0;right:0;bottom:0;z-index:2000000000;background-color:#fff;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.loading__logo{position:relative;width:6rem;-webkit-animation:load-anim 1.5s infinite cubic-bezier(0.645,0.045,0.355,1);animation:load-anim 1.5s infinite cubic-bezier(0.645,0.045,0.355,1)}.loading__logo:after{content:'';display:block;padding-top:100%;width:0}.loading__logo svg{position:absolute;top:0;left:0;width:100%;height:100%}
@-webkit-keyframes load-anim{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes load-anim{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}
.loading__img {
width: 100%;
padding: 8px 0 0;
}


.noImgTitle {
	padding: 200px 0 140px;
	position: relative;
}
.noImgTitle h2 {
	font-size: 4.0rem;
	line-height: 1.6;
}
.noImgTitle .logo {
	position: absolute;
	top: 20px;
	left: 20px;
}
.noImgTitle .category {
	margin: 30px auto 0;
}
.noImgTitle .category span {
	background: #fff;
	display: inline-block;
	border-radius: 30px;
	font-size: 1.3rem;
	font-weight: bold;
	color: #888;
	padding: 8px 20px;
	margin: 0 15px 10px 0;
}
.noImgTitle .category span:last-child {
	margin: 0 0 10px;
}
@media screen and (max-width:833px){
	.noImgTitle {
		padding: 110px 0 60px;
		position: relative;
	}
	.noImgTitle h2 {
		font-size: 2.8rem;
	}
	.noImgTitle .logo {
		top: 10px;
		left: 10px;
	}
	.noImgTitle .category {
		margin: 15px auto 0;
	}
	.noImgTitle .category span {
		font-size: 1.2rem;
	}
}

.komidasi {
	font-size: 1.8rem;
	font-weight: bold;
	margin-bottom: 20px;
}
.nakamidasi {
	font-size: 2.8rem;
	font-weight: bold;
	margin-bottom: 30px;
}
.catchmidasi {
	font-size: 3.6rem;
	font-weight: bold;
	margin-bottom: 65px;
	line-height: 1.52;
}
.catchMiddle {
	font-size: 3.2rem;
	font-weight: bold;
	margin-bottom: 55px;
	line-height: 1.52;
}
@media screen and (max-width:833px){
	.nakamidasi {
		font-size: 2.0rem;
		margin-bottom: 20px;
	}
	.catchmidasi {
		font-size: 2.6rem;
		margin-bottom: 30px;
	}
	.catchMiddle {
		font-size: 2.2rem;
		margin-bottom: 25px;
	}
}

.kijiBtn {
	text-align: center;
}
.kijiBtn button {
	background: none;
	border: none;
	font-size: 1.8rem;
	color: #333;
	font-family: 'DM Sans',YuGothic, "游ゴシック", Hiragino Sans, "ヒラギノ角ゴシック", Hiragino Kaku Gothic ProN, "ヒラギノ角ゴ ProN W3", Roboto, "Droid Sans", Meiryo, "メイリオ", Verdana, sans-serif;
	margin: 0;
	padding: 0 45px 6px 0;
	display: inline-block;
	position: relative;
	border-bottom: 1px solid #333;
	cursor: pointer;
}
.kijiBtn button:after {
	content: "";
	position: absolute;
	right: 0;
	top: 3px;
	width: 10px;
    height: 10px;
    border-top: 1px solid #333;
    border-right: 1px solid #333;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}

.kijiBlock figure {
	margin-bottom: 75px;
}
.kijiBlock figure .imgWrap {
	border-radius: 15px;
	overflow: hidden;
	line-height: 0;
	margin-bottom: 10px;
}
.kijiBlock figure figcaption {
	font-size: 1.6rem;
}
.kijiBlock .textBox,
.detailKijiBlock .textBox{
	margin-bottom: 70px;
}
.kijiBlock .textBox h3,
.detailKijiBlock .textBox h3{
	font-size: 3.0rem;
	line-height: 1.6;
	margin-bottom: 30px;
}
@media screen and (max-width:833px){
	.kijiBlock figure {
		margin-bottom: 45px;
	}
	.kijiBlock .textBox h3,
	.detailKijiBlock .textBox h3{
		font-size: 2.5rem;
	}
}

.kijiBlock .snsBlock,
.detailKijiBlock .snsBlock{
	border: 1px solid #ccc;
	padding: 40px 20px;
	text-align: center;
	margin-bottom: 55px;
	border-radius: 20px;
}
.kijiBlock .snsBlock p,
.detailKijiBlock .snsBlock p{
	margin-bottom: 15px;
}
.kijiBlock .snsBlock ul li,
.detailKijiBlock .snsBlock ul li{
	display: inline-block;
	margin: 0 10px 5px;
}

.kijiBlock .detailLink,
.detailKijiBlock .detailLink{
	text-align: center;
}
.detailKijiBlock .detailLink{
	margin-bottom: 110px;
}

.detailKijiBlock .single {
	max-width: 1100px;
	margin: 0 auto 40px;
	padding: 0 20px;
	border-radius: 20px;
	overflow: hidden;
}

.detailLink a {
	padding: 0 5px 5px;
	border-bottom: 1px solid #666;
}

.categoryLink {
	margin-bottom: 60px;
}
.categoryLink li {
	display: inline-block;
	margin: 0 10px 10px 0;
}
.categoryLink li:last-child {
	margin: 0 0 10px;
}
.categoryLink li a {
	display: inline-block;
	font-size: 1.3rem;
	font-weight: bold;
	color: #888;
	background: #fff;
	border-radius: 20px;
	padding: 7px 20px;
}
.categoryLink li.active a {
    color: #fff;
    background: #4891c2;
}
@media screen and (min-width:834px){
	.categoryLink li a:hover {
		color: #fff;
		background: #4891c2;
	}
}
@media screen and (max-width:833px){
	.categoryLink {
		margin-bottom: 30px;
	}
}

.halfKijiList dl {
	background: #fff;
	border-radius: 15px;
	overflow: hidden;
	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
	margin-bottom: 60px;
}
.halfKijiList dl dt {
	-webkit-box-ordinal-group:2;
	-ms-flex-order:2;
	order:2;
	width: 41.66%;
	line-height: 0;
}
.halfKijiList dl dt img {
	object-fit: cover;
	font-family: 'object-fit: cover;';
	min-height: 100%;
}
.halfKijiList dl dd {
	width: 58.34%;
	padding: 55px 60px;
}
.halfKijiList dl dd .title a {
	font-size: 2.4rem;
	font-weight: bold;
	color: #444;
}
.halfKijiList dl dd .title span {
	display: block;
	font-size: 1.3rem;
	font-weight: bold;
	color: #888;
	margin-bottom: 15px;
}
.halfKijiList dl dd .category {
	margin-bottom: 20px;
}
.halfKijiList dl dd .category li {
	display: inline-block;
	font-size: 1.3rem;
	font-weight: bold;
	color: #888;
	background: #f2f2f2;
	border-radius: 20px;
	padding: 3px 12px;
	margin: 0 10px 10px 0;
}
.halfKijiList dl dd .category li:last-child {
	margin: 0 0 10px;
}
.halfKijiList dl dd .category+p {
	line-height: 2;
}
.halfKijiList dl dd .betaLink a {
	max-width: 214px;
	width: 100%;
}

.halfKijiList+.kijiBtn {
	margin: 125px 0 0;
}
#event,#plan {
	margin-bottom: 185px;
}

@media screen and (max-width:833px){
	.halfKijiList dl dd {
		padding: 35px 30px;
	}
	.halfKijiList dl dd .title {
		margin-bottom: 20px;
	}
	.halfKijiList dl dd .title span {
		margin-bottom: 5px;
	}
	.halfKijiList dl dd .title a {
		font-size: 2.0rem;
	}
	.halfKijiList dl dd .category {
		margin-bottom: 15px;
	}
}
@media screen and (max-width:500px){
	.halfKijiList dl {
		display: block;
		margin-bottom: 30px;
	}
	.halfKijiList dl dt {
		width: 100%;
		height: 250px;
	}
	.halfKijiList dl dt img {
		height: 250px;
		object-position: center;
	}
	.halfKijiList dl dd {
		width: 100%;
	}
	.halfKijiList + .kijiBtn {
		margin: 55px 0 0;
	}
	#event,#plan {
		margin-bottom: 90px;
	}
}

.detailKijiBlock .slide,.detailKijiBlock .single {
	margin-bottom: 120px;
}
.detailKijiBlock .slide li {
	margin: 0 35px;
}
.detailKijiBlock .slide li span,
.detailKijiBlock .single li span{
	display: block;
	position: relative;
	border-radius: 15px;
	overflow: hidden;
	line-height: 0;
}
@media screen and (min-width:1200px){
	.detailKijiBlock .slide li span img {
		max-width: 704px;
	}
}
/*@media screen and (max-width:1200px){
	.detailKijiBlock .slide .slick-track {
		transform: none !important;
	}
}*/
.detailKijiBlock .slide li span:after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	background: rgba(68,68,68,0.4);
	border-radius: 15px;
	transition: .3s;
}
.detailKijiBlock .slide li.slick-current span:after {
	background: rgba(68,68,68,0);
}
.detailKijiBlock .slide .slide-arrow {
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto 0;
	width: 27px;
	height: 59.5px;
	z-index: 10;
	cursor: pointer;
}
.detailKijiBlock .slide .slide-arrow.prev-arrow {
	left: -webkit-calc(50% - 530px);
	left: calc(50% - 530px);
}
.detailKijiBlock .slide .slide-arrow.next-arrow {
	right: -webkit-calc(50% - 530px);
	right: calc(50% - 530px);
}
@media screen and (max-width:1200px){
	.detailKijiBlock .slide li {
		margin: 0 15px;
	}
	.detailKijiBlock .slide .slide-arrow {
		width: 2%;
		height: auto;
	}
	.detailKijiBlock .slide .slide-arrow.prev-arrow {
		left: 2%;
	}
	.detailKijiBlock .slide .slide-arrow.next-arrow {
		right: 2%;
	}
}
@media screen and (max-width:833px){
	.detailKijiBlock .slide,.detailKijiBlock .single {
		margin-bottom: 50px;
	}
	.detailKijiBlock .slide li {
		margin: 0 8px;
	}
	.detailKijiBlock .slide .slide-arrow {
		width: 3%;
	}
	.detailKijiBlock .slide .slide-arrow.prev-arrow {
		left: 15%;
	}
	.detailKijiBlock .slide .slide-arrow.next-arrow {
		right: 15%;
	}
}

.detailInfo {
	margin-bottom: 100px;
}
@media screen and (max-width:833px){
	.detailInfo {
		margin-bottom: 60px;
	}
	.detailKijiBlock .detailLink {
		margin-bottom: 90px;
	}
}

.detailTeigi,.exTa {
	border-top: 1px solid #ccc;
}
.detailTeigi dt,.exTa dt {
	float: left;
	clear: both;
	padding: 18px 0;
}
.detailTeigi dd,.exTa dd {
	padding: 18px 0 18px 180px;
	border-bottom: 1px solid #ccc;
}
@media screen and (max-width:833px){
	.detailTeigi dt {
		float: none;
		padding: 18px 0 10px;
		font-weight: bold;
	}
	.detailTeigi dd {
		padding: 0 0 18px;
	}
}

.uncLink {
	margin-bottom: 70px;
}
.uncLink li {
	display: inline-block;
	vertical-align: top;
	margin: 0 15px 10px 0;
}
.uncLink li:last-child {
	margin: 0 0 10px;
}
.uncLink li a {
	background: #fff;
	font-size: 1.6rem;
	font-weight: bold;
	display: inline-block;
	padding: 13px 50px 13px 33px;
	position: relative;
	border-radius: 30px;
	line-height: 1.5;
}
.uncLink li a:after {
	content: "";
	position: absolute;
	top: -3px;
	bottom: 0;
	right: 20px;
	margin: auto 0;
	width: 10px;
	height: 10px;
	border-top: 1px solid #444;
    border-right: 1px solid #444;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}
@media screen and (min-width:834px){
	.uncLink li a:hover {
		opacity: 0.7;
	}
}
@media screen and (max-width:833px){
	.uncLink li a {
		font-size: 1.4rem;
	}
}

.faqTeigi {
	border-top: 1px solid #ccc;
}
.faqTeigi dt {
	background: url("../img/faq/q.png") no-repeat;
	background-position: left 20px top 23px;
	background-size: 20px;
	padding: 20px 20px 5px 70px;
	margin-bottom: 10px;
	font-weight: bold;
	font-size: 2.0rem;
	color: #65a2cc;
}
.faqTeigi dd {
	background: url("../img/faq/a.png") no-repeat;
	background-position: left 20px top 7px;
	background-size: 19px;
	padding: 5px 20px 25px 70px;
	border-bottom: 1px solid #ccc;
}
@media screen and (max-width:833px){
	.faqTeigi dt {
		background-position: left 5px top 18px;
		padding: 15px 20px 5px 48px;
		font-size: 1.8rem;
	}
	.faqTeigi dd {
		background-position: left 5px top 6px;
		padding: 5px 20px 15px 48px;
	}
}


	.popupBox {
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		width: 100vw;
		height: 100vh;
		background: rgba(0,0,0,0.5);
		z-index: 1000000000000000;
		padding: 20px;
		text-align: center;
		display: none;
	}
	.popupBox .inner {
		display: inline-block;
		max-width: 768px;
		position: relative;
		background: #fff;
		max-height: 90vh;
	}
	.popupBox .inner .textBox {
		overflow: auto;
		background: #fff;
		padding: 50px 40px 1px;
		max-height: 90vh;
	}
	.popupBox .inner .textBox label {
		display: block;
		margin: 20px 0 40px;
	}
	.popupBox .inner .nakamidasi {
		color: #4891c2;
		font-size: 2.3rem;
		margin-bottom: 15px;
	}
	.popupBox .inner .betaLink {
		text-align: center;
		margin: 15px 0 0;
	}
.popupBox .inner .arrowLink {
	margin-top: 30px;
	margin-bottom: 0;
}
	.popupBox .inner .closeBtn {
		position: absolute;
		top: -10px;
		right: -10px;
		width: 50px;
		height: 50px;
		line-height: 43px;
		font-size: 5.0rem;
		text-align: center;
		background: #fff;
		border-radius: 50%;
		border: 2px solid #4891c2;
		color: #4891c2;
		cursor: pointer;transition: .3s;
	}
	@media screen and (min-width:834px){
		.popupBox .inner .closeBtn:hover {
			color: #fff;
			background: #4891c2;
		}
	}
	@media screen and (max-width:833px){
		.popupBox .inner .betaLink {
			margin: 30px 0 0;
		}
		.popupBox .inner .textBox {
			padding: 40px 25px 0;
		}
	}
	
	.modalContents .newsLink {
		margin: 0 0 30px;
	}
	.modalContents .newsLink a {
		color: #4891c2;
	}
	@media screen and (min-width:834px){
		.modalContents .newsLink a:hover {
			text-decoration: underline;
		}
	}
	@media screen and (max-width:833px){
		.modalContents .newsLink {
			padding: 0 20px;
			margin: 30px 0 20px;
		}
	}


/* 
------------------------------------------------------------------------------------------------------------------------
Header
------------------------------------------------------------------------------------------------------------------------
*/
#headerBlock {
	width: 100px;
	background: #fff;
	position: fixed;
	top: 0;
	bottom: 0;
	right: 0;
	z-index: 10000000;
}

#headerBlock .menuBtn {
	width: 100%;
	height: calc(100vh - calc(85px * 3)) ;
	display: table;
	cursor: pointer;
	position: relative;
	background: #fff;
}
#headerBlock .menuBtn.active:after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: -24px;
	margin: auto 0;
	box-sizing: border-box;
    width: 4px;
    height: 4px;
    border: 12px solid transparent;
    border-left: 12px solid #adc4c1;
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}
#headerBlock .menuBtn .menuBtnInner {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}
#headerBlock .menuBtn.active {
    background: #adc4c1;
	color: #fff;
}
#headerBlock .menuBtn .menuBtnInner .icon,
#headerBlock .menuBtn .menuBtnInner .icon span {
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box;
}
#headerBlock .menuBtn .menuBtnInner .icon {
  position: relative;
  width: 30px;
  height: 20px;
	margin-bottom: 2px;
}
#headerBlock .menuBtn .menuBtnInner .icon span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #666;
}
#headerBlock .menuBtn.active .menuBtnInner .icon span {
	background-color: #fff;
}
#headerBlock .menuBtn .menuBtnInner .icon span:nth-of-type(1) {
  top: 0;
}
#headerBlock .menuBtn .menuBtnInner .icon span:nth-of-type(2) {
  top: 9px;
}
#headerBlock .menuBtn .menuBtnInner .icon span:nth-of-type(3) {
  bottom: 0;
}
#headerBlock .menuBtn.active .menuBtnInner .icon span:nth-of-type(1) {
  -webkit-transform: translateY(9px) rotate(-45deg);
  transform: translateY(9px) rotate(-45deg);
}
#headerBlock .menuBtn.active .menuBtnInner .icon span:nth-of-type(2) {
  opacity: 0;
}
#headerBlock .menuBtn.active .menuBtnInner .icon span:nth-of-type(3) {
  -webkit-transform: translateY(-9px) rotate(45deg);
  transform: translateY(-9px) rotate(45deg);
}
#headerBlock .menuBtn .menuBtnInner .text {
	font-size: 1.2rem;
	font-weight: bold;
}
#headerBlock .menuBtn .menuBtnInner .text .on,#headerBlock .menuBtn.active .menuBtnInner .text .off {
	display: none;
}
#headerBlock .menuBtn.active .menuBtnInner .text .on {
	display: block;
}
@media screen and (min-width:834px){
	#headerBlock .menuBtn {
		transition: .3s;
	}
	#headerBlock .menuBtn:hover {
		background: #adc4c1;
		color: #fff;
	}
	#headerBlock .menuBtn:hover .icon span {
		background-color: #fff;
	}
}

#headerBlock .subNav li a {
	display: block;
	width: 100%;
	height: 85px;
	color: #fff;
	text-align: center;
	font-size: 1.3rem;
	font-weight: bold;
	position: relative;
	box-sizing: border-box;
}
#headerBlock .subNav li a.active:after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: -24px;
	margin: auto 0;
	box-sizing: border-box;
	width: 4px;
	height: 4px;
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}
#headerBlock .subNav li:first-child a {
	background: #bfd1cf;
	padding-top: 24px;
}
#headerBlock .subNav li:nth-child(2) a {
	background: #65a2cc;
	padding-top: 16px;
}
#headerBlock .subNav li:nth-child(2) a.active:after {
	border: 12px solid transparent;
	border-left: 12px solid #65a2cc;
}
#headerBlock .subNav li:last-child a {
	background: #4891c2;
	padding-top: 18px;
}
#headerBlock .subNav li:last-child a.active:after {
	border: 12px solid transparent;
	border-left: 12px solid #4891c2;
}

@media screen and (max-width:833px){
	#headerBlock {
		width: 60px;
		height: 60px;
		background: none;
	}
	#headerBlock .menuBtn {
		width: 60px;
		height: 60px;
		position: fixed;
		top: 0;
		right: 0;
	}
	#headerBlock .menuBtn .menuBtnInner {
		line-height: 0;
	}
	#headerBlock .menuBtn .menuBtnInner .text .on, #headerBlock .menuBtn .menuBtnInner .text .off {
		display: none !important;
	}
	#headerBlock .menuBtn .menuBtnInner .icon {
		margin: 0;
	}
	#headerBlock .menuBtn.active::after {
		-webkit-transform: rotate(90deg);
		transform: rotate(90deg);
		top: 100%;
		left: 0;
		right: 0;
		margin: 0 auto;
		border: 7px solid transparent;
		border-left: 7px solid #adc4c1;
	}
	#headerBlock .subNav {
		position: fixed;
		bottom: 0;
		left: 0;
		right: 0;
		width: 100%;
		display:-webkit-box;
		display:-ms-flexbox;
		display:flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: reverse;
		-ms-flex-direction: row-reverse;
		flex-direction: row-reverse;
	}
	#headerBlock .subNav li {
		width: 33.33%;
	}
	#headerBlock .subNav li a {
		height: 60px;
		font-size: 1.2rem;
		box-sizing: border-box;
	}
	#headerBlock .subNav li:first-child a {
		padding-top: 19px;
	}
	#headerBlock .subNav li:nth-child(2) a {
		padding-top: 8px;
	}
	#headerBlock .subNav li:last-child a {
		padding-top: 9px;
	}
	#headerBlock .subNav li a.active:after {
		left: 0;
		right: 0;
		top: auto;
		bottom: 100%;
		margin: 0 auto;
		-webkit-transform: rotate(-90deg);
		transform: rotate(-90deg);
	}
	#headerBlock .subNav li:nth-child(2) a.active:after {
		border: 7px solid transparent;
		border-left: 7px solid #65a2cc;
	}
	#headerBlock .subNav li:last-child a.active:after {
		border: 7px solid transparent;
		border-left: 7px solid #4891c2;
	}
	#headerBlock .subNav li a p {
		line-height: 1.0;
	}
}

/* 
------------------------------------------------------------------------------------------------------------------------
Modal
------------------------------------------------------------------------------------------------------------------------
*/
.modalContents{
    display: none;
    height: 100vh;
    position: fixed;
    top: 0;
    width: 100%;
	z-index: 1000;
}
.modalBack{
    background: rgba(227,225,227,0.8);
    height: 100vh;
    position: absolute;
    width: 100%;
}
.modalBlock {
	background: #fff;
	right: 100px;
	top: 0;
	bottom: 0;
    position: absolute;
    width: calc(100% - 100px);
	height: 100vh;
	overflow-y: auto;
	
}
.modalBlock .modalTitle {
	font-size: 2.4rem;
	font-weight: bold;
	margin-bottom: 55px;
}
@media screen and (max-width:833px){
	.modalContents,.modalBlock {
		/*bottom: 60px;*/
		height: calc(100vh - 60px) ;
	}
	.modalBlock {
		width: 100%;
		right: 0;
	}
	.modalBlock .modalTitle {
		font-size: 2.2rem;
		margin-bottom: 35px;
	}
}

.splogo {
	position: absolute;
	top: 11px;
	left: 19px;
}
.planRsvBlock .splogo {
	left: 15px;
}

.navBlock{
	max-width: 860px;
	padding: 90px 60px 0;
}
.navBlock .topBlock {
	overflow: hidden;
	margin-bottom: 50px;
}
.navBlock .topBlock .langList,.navBlock .topBlock .langList li,.navBlock .topBlock .snsLink li {
	float: left;
}
.navBlock .topBlock .langList li:after {
	content: "/";
	margin: 10px;
	color: #888;
}
.navBlock .topBlock .langList li:last-child:after {
	display: none;
}
.navBlock .topBlock .langList li span,.navBlock .topBlock .langList li a {
	font-size: 1.4rem;
}
.navBlock .topBlock .langList li span {
	color: #4891c2;
}
.navBlock .topBlock .langList li a {
	color: #888;
	transition: .3s;
	text-decoration: underline;
}
@media screen and (min-width:834px){
	.navBlock .topBlock .langList li a:hover {
		color: #4891c2;
		text-decoration: none;
	}
}
.navBlock .topBlock .snsLink {
	float: right;
}
.navBlock .topBlock .snsLink li {
	margin: 0 14px 0 0;
}
.navBlock .topBlock .snsLink li:last-child {
	margin: 0;
}
.navBlock .topBlock .snsLink li a {
	display: block;
	line-height: 0;
}
.navBlock .mainList {
	margin-bottom: 95px;
}
.navBlock .mainList li {
	border-bottom: 1px solid #eee;
}
.navBlock .mainList li a {
	display: block;
	font-size: 1.6rem;
	font-weight: bold;
	padding: 16px 45px 16px 0;
	transition: .3s;
	position: relative;
}
.navBlock .mainList li a:after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	right: 15px;
	margin: auto 0;
	width: 9px;
	height: 9px;
	border-top: 2px solid #989296;
    border-right: 2px solid #989296;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
	transition: .3s;
}
@media screen and (min-width:834px){
	.navBlock .mainList li a:hover {
		color: #4891c2;
	}
	.navBlock .mainList li a:hover:after {
		border-top: 2px solid #4891c2;
		border-right: 2px solid #4891c2;
	}
}
@media screen and (max-width:999px){
	.navBlock {
		width: 85%;
		padding: 60px 40px 0;
	}
	.navBlock .mainList {
		margin-bottom: 60px;
	}
}
@media screen and (max-width:833px){
	.navBlock {
		max-width: 290px;
		padding: 60px 0 0;
	}
	.navBlock .mainList {
		margin-bottom: 40px;
		padding: 0 20px;
	}
	.navBlock .mainList li a {
		font-size: 1.5rem;
		padding: 14px 45px 13px 0;
	}
	.navBlock .topBlock {
		margin-bottom: 0;
	}
	.navBlock .topBlock .langList, .navBlock .topBlock .langList li, .navBlock .topBlock .snsLink, .navBlock .topBlock .snsLink li {
		float: none;
	}
	.navBlock .topBlock .langList, .navBlock .topBlock .snsLink {
		text-align: center;
		padding: 0 20px;
	}
	.navBlock .topBlock .langList li, .navBlock .topBlock .snsLink li {
		display: inline-block;
	}
	.navBlock .topBlock .langList {
		margin-bottom: 25px;
	}
	.navBlock .topBlock .snsLink {
		padding-bottom: 30px;
		border-bottom: 1px solid #ebebeb;
		margin-bottom: 30px;
	}
	.navBlock .telBlock {
		padding: 0 20px;
		border-bottom: 1px solid #ebebeb;
		padding-bottom: 25px;
		margin-bottom: 35px;
		text-align: center;
	}
	.navBlock .telBlock:last-child {
		border-bottom: none;
		margin-bottom: 50px;
	}
	.navBlock .telBlock dt {
		font-size: 1.4rem;
		line-height: 1.5;
		margin-bottom: 0;
	}
	.navBlock .telBlock .number img,.navBlock .telBlock .number span {
		vertical-align: middle;
	}
	.navBlock .telBlock .number img {
		margin-right: 10px;
	}
	.navBlock .telBlock .number span {
		font-size: 2.5rem;
		font-weight: bold;
	}
	.navBlock .telBlock p.number {
		margin-bottom: 15px;
	}
	
	.navBlock .betaLink.in833 {
		text-align: center;
		padding: 0 0 50px;
	}
}

.planRsvBlock {
	width: calc(100% - 160px);
	right: 101px;
	background: none;
}
.planRsvBlock .topPlan {
	padding: 85px 60px 80px;
	margin-bottom: 1px;
	background: #fff;
}
.planRsvBlock .reservation__form {
	background: #fff;
	padding: 75px 0 0;
}
.calenderStyle {
	margin-bottom: 45px;
}
.calenderStyle .ui-datepicker-prev {
	background: url("../img/common/calenderPrev.png") no-repeat;
	background-size: 13px;
	width: 13px;
	height: 25px;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 2.5%;
	margin: auto 0;
	font-size: 0;
}
.calenderStyle .ui-datepicker-next {
	background: url("../img/common/calenderNext.png") no-repeat;
	background-size: 13px;
	width: 13px;
	height: 25px;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 3.5%;
	margin: auto 0;
	font-size: 0;
}
.calenderStyle .ui-datepicker-inline {
	width: 100% !important;
	margin: 0 auto;
	border: none;
	display:-webkit-box !important;
  	display:-ms-flexbox !important;
  	display:flex !important;
	position: relative;
	padding: 0 8.33%;
	text-align: center;
	box-sizing: border-box;
}
.calenderStyle#formCalender3 .ui-datepicker-inline,
.calenderStyle#formCalender4 .ui-datepicker-inline{
	display: block !important;
	max-width: 340px;
}
.calenderStyle .ui-datepicker-inline .ui-widget-header {
	background: none;
	border:none;
	font-size: 1.6rem;
	font-weight: bold;
	padding-bottom: 15px;
}
.calenderStyle .ui-datepicker-inline .ui-datepicker-group {
	width: 29.1%;
	margin: 0 6.85% 0 0;
}
.calenderStyle .ui-datepicker-inline .ui-datepicker-group.ui-datepicker-group-last {
	margin: 0;
}
.calenderStyle .ui-datepicker-inline .ui-datepicker-calendar {
	width: 100%;
	font-size: 1.4rem;
}
.calenderStyle .ui-datepicker-inline .ui-datepicker-calendar th {
	font-weight: normal;
}
.calenderStyle .ui-datepicker-inline .ui-datepicker-calendar .ui-datepicker-week-end span {
	color: #4891c2;
	display: inline-block;
	border: 1px solid #4891c2;
	width: 28px;
	height: 28px;
	line-height: 28px;
	border-radius: 50%;
}
.calenderStyle .ui-datepicker-inline .ui-datepicker-calendar .ui-datepicker-week-end:last-child span {
	color: #b9b5b8;
	background: #f3f2f3;
	border: 1px solid #f3f2f3;
}
.calenderStyle .ui-datepicker-inline .ui-datepicker-calendar td a {
	display: inline-block;
	width: 28px;
	height: 28px;
	line-height: 28px;
}
.calenderStyle .ui-datepicker-inline .ui-datepicker-calendar td.ui-datepicker-week-end a {
	color: #4891c2;
}
.calenderStyle .ui-datepicker-inline .ui-datepicker-calendar td.ui-datepicker-week-end:last-child a {
	color: #b9b5b8;
}
.calenderStyle .ui-datepicker-inline .ui-datepicker-calendar td.ui-datepicker-week-end:last-child a.ui-state-active {
	color: #fff;
}
.calenderStyle .ui-datepicker-inline .ui-datepicker-calendar td a.ui-state-active {
	background: #4891c2;
	color: #fff;
	border-radius: 50%;
}

.tokuten {
	/*border: 1px solid #ccc;*/
	padding: 20px 35px 10px;
	overflow: hidden;
	max-width: 1000px;
	margin: 0 auto 45px;
	color: #555;
	background: #dfe9f4;
}
.tokuten dt {
	float: left;
	font-weight: bold;
}
.tokuten dt img,.tokuten dt span {
	vertical-align: middle;
}
.tokuten dt img {
	margin-right: 15px;
}
.tokuten dd {
	padding-left: 220px;
}
.tokuten dd ul {
	margin-bottom: 20px;
}
.tokuten dd li {
	/*display: inline-block;
	margin: 0 45px 10px 0;*/
	margin: 0 0 10px;
}
.tokuten dd li:last-child {
	margin: 0 0 10px;
}
.tokuten dd li span {
	vertical-align: middle;
}
.tokuten dd li .number {
	font-weight: bold;
	border-bottom: 2px solid #888;
	margin-right: 8px;
	display: inline-block;
	padding: 0 3px;
}
.tokuten dd .betaLink {
	margin-bottom: 10px;
}

.formInner {
	max-width: 1040px;
	margin: 0 auto;
	padding: 0 20px;
}
.formParts {
	overflow: hidden;
	margin: 0 0 15px;
}
.formParts .inputParts {
	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
	max-width: 452px;
	width: 100%;
	margin-right: 25px;
	float: left;
}
.formParts .inputParts input#date,
.formParts .inputParts input#date2,
.formParts .inputParts input#date3,
.formParts .inputParts input#date4{
	background: #f3f2f3;
	color: #222;
	font-size: 1.5rem;
	padding: 0 20px;
	height: 50px;
	line-height: 50px;
	border: none;
	border-right:1px solid #fff;
	border-radius: 30px 0 0 30px;
	flex:1;
	max-width: 180px;
}
.formParts.daytrip .inputParts {
	max-width: 360px;
}
.formParts .inputParts input#date2,
.formParts .inputParts input#date4{
	max-width: 360px;
	border-radius: 30px;
}
.formParts .inputParts .selectWrap {
	flex: 0.8;
	overflow: hidden;
	text-align: center;
	position: relative;
	border-right: 1px solid #fff;
}
.formParts .inputParts .selectWrap select {
	width: 100%;
	height: 50px;
	line-height: 30px;
	padding-right: 1em;
	cursor: pointer;
	text-indent: 0.01px;
	text-overflow: ellipsis;
	border: none;
	outline: none;
	box-shadow: none;
	-webkit-appearance: none;
	appearance: none;
	padding: 8px 38px 8px 8px;
	background: #f3f2f3;
	color: #222;
	font-size: 1.5rem;
}
.formParts .inputParts .selectWrap select::-ms-expand {
    display: none;
}
.formParts .inputParts .selectWrap::before {
	position: absolute;
	top: 1.5em;
	right: 0.9em;
	width: 0;
	height: 0;
	padding: 0;
	content: '';
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 6px solid #666666;
	pointer-events: none;
}
.formParts .inputParts .selectWrap:last-child select {
	border-radius: 0 30px 30px 0;
}
.formParts .reservation__search {
	float: left;
	line-height: 30px;
	height: 50px;
	border: none;
	cursor: pointer;
	transition: .3s;
	margin-right: 10px;
}
.formInner .last {
	padding-bottom: 90px;
}
.formInner .last li {
	display: inline-block;
	margin: 0 15px 0 0;
}
.formInner .last li:last-child {
	margin: 0;
}
.formInner .time,.formInner .cancel a {
	font-size: 1.4rem;
	color: #888;
}
.formInner .cancel a {
	padding: 0 0 0 17px;
	display: inline-block;
	position: relative;
}
.formInner .cancel a:after {
	content: "";
	position: absolute;
	top: 8px;
	left: 0;
	width: 8px;
	height: 8px;
	border-top: 1px solid #888;
    border-right: 1px solid #888;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
@media screen and (min-width:834px){
	.formInner .cancel a:hover {
		text-decoration: underline;
	}
}

@media screen and (max-width:833px){
	.planRsvBlock {
		width: 100%;
		height: calc(100vh - 60px);
		right: 0;
	}
	.planRsvBlock .topPlan {
		padding: 50px 15px 0;
		margin: 1px 0 0;
	}
	.planRsvBlock .topPlan .btnList li {
		display: block;
		margin: 0 0 10px;
	}
	.planRsvBlock .topPlan .btnList li a{
		width: 100%;
	}
	.spRsv {
		background: #fff;
		padding: 0 15px 50px;
	}
	.spRsv .betaLink {
		margin-bottom: 20px;
	}
	.spRsv .betaLink a {
		width: 100%;
	}
	.spRsv .time {
		color: #888;
		text-align: center;
		font-size: 1.3rem;
	}
	
	.formInner {
		max-width: 360px;
		padding-bottom: 50px;
	}
	.formInner .last {
		padding-bottom: 30px;
	}
	.formParts .inputParts {
		max-width: none;
		width: 100%;
		margin: 0 0 10px;
	}
	.formParts.daytrip .inputParts,
	.formParts .inputParts input#date2, .formParts .inputParts input#date4{
		display: block;
		max-width: none;
		width: 100%;
	}
	.formParts.daytrip .inputParts {
		margin-bottom: 10px;
	}
	.formParts .reservation__search {
		width: 100%;
		margin-bottom: 10px;
	}
	.formParts .reservation__search+.betaLink a {
		width: 100%;
		margin-bottom: 0;
	}
	.formParts .inputParts input#date3 {
		max-width: 125px;
	}
	
	.calenderStyle {
		margin-bottom: 28px;
	}
	
	.tokuten {
		padding: 20px 20px 10px;
		margin: 0;
	}
	.tokuten dt {
		float: none;
		margin-bottom: 10px;
	}
	.tokuten dd {
		padding: 0;
	}
	.tokuten dd li {
		display: block;
		margin: 0 0 10px;
	}
}
@media screen and (max-width:560px){
	.planRsvBlock .topPlan {
		display: block;
	}
	.planRsvBlock .topPlan .box {
		width: 100%;
		margin: 0 0 50px;
	}
	.planRsvBlock .topPlan .btnList {
		overflow: hidden;
	}
	.planRsvBlock .topPlan .btnList li {
		width: 48%;
		margin: 0 4% 0 0;
		float: left;
	}
	.planRsvBlock .topPlan .btnList li:last-child {
		margin: 0;
	}
}

.dayRsv .planRsvBlock {
	width: calc(100% - 160px);
	right: 101px;
	background: none;
}
.dayPlanBlock {
	background: #fff;
	padding: 90px 60px 100px;
	margin-bottom: 1px;
}
.dayPlanBlock .flexBox {
	overflow: hidden;
	border-radius: 20px;
}
.dayPlanBlock .flexBox li {
	width: 33.33%;
	padding: 0 1px 0 0;
	margin-bottom: 1px;
	box-sizing: border-box;
}
.dayPlanBlock .flexBox li:nth-child(3n) {
	padding: 0;
}
.dayPlanBlock .flexBox li a {
	display: block;
	position: relative;
	line-height: 0;
}
.dayPlanBlock .flexBox li a .icon {
	position: absolute;
	top: 0;
	right: 0;
	width: 27.027%;
}
.dayPlanBlock .flexBox li a .title {
	line-height: 1.5;
	color: #fff;
	position: absolute;
	bottom: 20px;
	left: 20px;
	font-size: 1.7rem;
}
.dayPlanBlock .flexBox li a .title span {
	display: block;
	font-size: 1.3rem;
}
@media screen and (max-width:833px){
	.dayRsv .planRsvBlock {
		width: 100%;
		height: calc(100vh - 60px);
		right: 0;
	}
	.dayPlanBlock {
		padding: 50px 15px 50px;
		margin: 1px 0 0;
	}
	.dayPlanBlock .flexBox li a .title {
		left: 9px;
		bottom: 9px;
	}
}
@media screen and (max-width:620px){
	.dayPlanBlock .flexBox {
		display: block;
	}
	.dayPlanBlock .flexBox li {
		width: 100%;
		padding: 0;
	}
}

/* 
------------------------------------------------------------------------------------------------------------------------
footer
------------------------------------------------------------------------------------------------------------------------
*/
#footerBlock {
	background: url("../img/common/footBack.jpg") no-repeat;
	background-position: center;
	background-size: cover;
	color: #fff;
	padding: 40px 0 0;
	position: relative;
	z-index: 10;
}

#footerBlock .footH2 {
	font-size: 1.3rem;
	font-weight: normal;
	margin-bottom: 40px;
}

#footerBlock .telBlock {
	border-top: 1px solid rgba(255,255,255,0.2);
	border-bottom: 1px solid rgba(255,255,255,0.2);
	padding: 20px 0 15px;
	margin-bottom: 40px;
	text-align: center;
}
#footerBlock .telBlock .telInner ,#footerBlock .telBlock .betaLink {
	display: inline-block;
	vertical-align: middle;
}
#footerBlock .telBlock .telInner {
	text-align: left;
}
#footerBlock .telBlock dt {
	font-weight: bold;
	float: left;
	width: 230px;
}
#footerBlock .telBlock dd {
	overflow: hidden;
}
#footerBlock .telBlock dd p {
	margin-bottom: 0;
}
#footerBlock .telBlock dd span,#footerBlock .telBlock dd img {
	vertical-align: middle;
	display: inline-block;
	white-space: nowrap;
}
#footerBlock .telBlock dd img {
	float: left;
	margin: 5px 5px 0 0;
	width: 15px;
}
#footerBlock .telBlock dd .out834 span,
#footerBlock .telBlock dd .in833 a{
	font-size: 1.8rem;
	font-weight: bold;
	color: #fff;
	line-height: 1.5;
}
#footerBlock .telBlock .stay dd {
	padding: 0 0 0 20px;
}
#footerBlock .telBlock .restaurant dd {
	padding: 0 0 0 20px;
}
#footerBlock .telBlock .restaurant dd p {
	float: left;
}
#footerBlock .telBlock .restaurant dd p.out834,#footerBlock .telBlock .restaurant dd p.in833 {
	margin-right: 15px;
}
#footerBlock .telBlock p.betaLink {
	margin: 0 30px 0 0;
}
#footerBlock .telBlock p.betaLink a {
	padding: 10px 25px;
	background: rgba(255,255,255,0.2);
	color: #fff;
}
#footerBlock .telBlock p.betaLink a:after {
	display: none;
}

#footerBlock .sitemapBlock .middleBlock {
	margin-bottom: 40px;
}
#footerBlock .sitemapBlock .mainLink a {
	color: #fff;
	font-weight: bold;
	
}
#footerBlock .sitemapBlock .box {
	display: inline-block;
	vertical-align: top;
	margin-right: 40px;
}
#footerBlock .sitemapBlock .box:last-child {
	margin-right: 0;
}
#footerBlock .sitemapBlock .box .mainLink {
	margin-bottom: 20px;
}
#footerBlock .sitemapBlock .box .mainLink.mb0 {
	margin-bottom: 0;
}
#footerBlock .sitemapBlock .box .subLink a {
	font-size: 1.4rem;
	color: #fff;
	padding: 0 0 0 25px;
	position: relative;
}
#footerBlock .sitemapBlock .box .subLink a:after {
	content: "";
	width: 15px;
	height: 1px;
	background: #fff;
	position: absolute;
	top: -2px;
	bottom: 0;
	left: 0;
	margin: auto 0;
}
#footerBlock .sitemapBlock .bottomBlock {
	overflow: hidden;
	margin-bottom: 45px;
}
#footerBlock .sitemapBlock .bottomBlock .otherLink {
	float: left;
	margin-right: 20px;
}
#footerBlock .sitemapBlock .bottomBlock .otherLink li a {
	font-size: 1.4rem;
	color: #fff;
}
#footerBlock .sitemapBlock .bottomBlock .snsLink {
	float: right;
}
#footerBlock .sitemapBlock .bottomBlock .snsLink li {
	float: left;
	margin: 0 13px 0 0;
}
#footerBlock .sitemapBlock .bottomBlock .snsLink li:last-child {
	margin: 0;
}

#footerBlock .hotelInfo {
	font-size: 1.4rem;
	margin-bottom: 60px;
}

#footerBlock .groupLogo {
	position: absolute;
	bottom: 120px;
	left: 0;
	right: 0;
	text-align: center;
	margin: 0;
	line-height: 0;
}

#footerBlock small {
	background: #b9b5b8;
	color: #fff;
	display: block;
	text-align: center;
	font-size: 1.2rem;
	padding: 19px 20px;
}

#footerBlock .topScroll {
	position: absolute;
	bottom: 126px;
	right: 55px;
	z-index: 1000;
	line-height: 0;
	cursor: pointer;
}
@media screen and (min-width:834px){
	#footerBlock .topScroll {
		transition: .3s;
	}
	#footerBlock .topScroll:hover {
		opacity: 0.7;
	}
}

@media screen and (max-width:1200px){
	#footerBlock .telBlock dt {
		font-size: 1.4rem;
	}
	#footerBlock .telBlock dt br {
		display: none;
	}
	#footerBlock .telBlock dd img {
		margin: 2px 5px 0 0;
	}
	#footerBlock .telBlock .stay dd,#footerBlock .telBlock .restaurant dd {
		padding: 0;
	}

}

@media screen and (max-width:833px){
	#footerBlock {
		padding-bottom: 60px;
	}
	#footerBlock .footH2 {
		margin-bottom: 35px;
	}
	#footerBlock .telBlock {
		display: block;
		padding: 20px;
		text-align: center;
		margin: 0;
	}
	#footerBlock .telBlock dd img {
		float: none;
		display: inline-block;
	}
	#footerBlock .telBlock .restaurant dd p.in833,#footerBlock .telBlock .restaurant dd p.betaLink {
		display: block;
		float: none;
	}
	#footerBlock .telBlock .restaurant dd p.in833 {
		margin: 0 0 15px;
	}
	#footerBlock .telBlock p.betaLink {
		display: block;
		margin: 0 0 20px;
	}
	#footerBlock .sitemapBlock .mainLink span,#footerBlock .sitemapBlock .mainLink a {
		padding: 15px 0;
		display: block;
		line-height: 1.5;
		font-weight: bold;
	}
	#footerBlock .sitemapBlock .mainLink.first,
	#footerBlock .sitemapBlock .box .mainLink.mb0{
		border-bottom: 1px solid rgba(255,255,255,0.2);
		margin: 0;
	}
	#footerBlock .sitemapBlock .box .mainLink.mb0:last-child {
		border: none;
	}
	#footerBlock .sitemapBlock .box {
		display: block;
		width: 100%;
		margin: 0;
		border-bottom: 1px solid rgba(255,255,255,0.2);
		padding-bottom: 15px;
	}
	#footerBlock .sitemapBlock .box .mainLink span {
		padding-bottom: 0;
		position: relative;
	}
	#footerBlock .sitemapBlock .box .mainLink span:before,#footerBlock .sitemapBlock .box .mainLink span:after {
		content: "";
		position: absolute;
		background: #fff;
	}
	#footerBlock .sitemapBlock .box .mainLink span:before {
		top: 12px;
		bottom: 0;
		right: 10px;
		width: 12px;
		height: 2px;
		margin: auto 0;
	}
	#footerBlock .sitemapBlock .box .mainLink span:after {
		width: 2px;
		height: 12px;
		top: 12px;
		bottom: 0;
		right: 15px;
		margin: auto 0;
	}
	#footerBlock .sitemapBlock .box .mainLink span.active:after {
		display: none;
	}
	#footerBlock .sitemapBlock .box .mainLink span.active {
		padding-bottom: 15px;
		transition: .3s;
	}
	#footerBlock .sitemapBlock .box .mainLink {
		margin-bottom: 0;
	}
	#footerBlock .sitemapBlock .box .mainLink:last-child a {
		padding-bottom: 0;
	}
	#footerBlock .sitemapBlock .box .subLink {
		margin-left: 15px;
		display: none;
	}
	#footerBlock .sitemapBlock .bottomBlock {
		margin-bottom: 40px;
	}
	#footerBlock .sitemapBlock .bottomBlock .snsLink {
		float: none;
		text-align: center;
	}
	#footerBlock .sitemapBlock .bottomBlock .snsLink li {
		display: inline-block;
		float: none;
	}
	#footerBlock .sitemapBlock .bottomBlock .otherLink {
		margin-bottom: 60px;
	}
	#footerBlock .hotelInfo {
		text-align: center;
		margin-bottom: 30px;
	}
	#footerBlock .groupLogo {
		position: static;
		margin-bottom: 85px;
	}
	#footerBlock .topScroll {
		bottom: 157px;
		right: 25px;
	}
}
@media screen and (max-width:468px){
	#footerBlock .telBlock dt {
		float: none;
		width: 100%;
		margin: 0 0 5px;
	}
	#footerBlock .telBlock .stay {
		margin-bottom: 20px;
	}
	#footerBlock .telBlock dd img {
		margin: 1px 5px 0 0;
	}
	#footerBlock .telBlock dd span {
		font-size: 1.8rem;
	}
}


/* 
------------------------------------------------------------------------------------------------------------------------
top
------------------------------------------------------------------------------------------------------------------------
*/
#top .mainVisual {
	position: relative;
	width: 100%;
	height: 100vh;
}
#bg-video{
 position: fixed;
 right: 0;
 bottom: 0;
 min-width: 100%;
 min-height: 100%;
 width: auto;
 height: auto;
 z-index: -100;
 background: url('poster.jpg') no-repeat;
 background-size: cover;
}
#top .mainVisual .mainSlide {
 position: fixed;
	top: 0;
	left: 0;
 right: 0;
 bottom: 0;
 min-width: 100%;
 min-height: 100%;
 width: auto;
 height: auto;
 z-index: -101;
}
#top .mainVisual img.mainPic {
	height:100vh;
	object-fit: cover;
	font-family: 'object-fit: cover;';
}
.slide-animation{
    animation: fadezoom 8s 0s forwards;
}
@keyframes fadezoom {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.2);
  }
}
#top .mainVisual .logo {
	display: none;
	text-align: center;
	position: absolute;
	width: 14.7656%;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}
#top .mainVisual .scrollBtn {
	position: absolute;
	left: calc(50% - 25px);
	bottom: 40px;
	-webkit-transform: translate(-50%,0);
	transform: translate(-50%,0);
	line-height: 0;
	cursor: pointer;
	animation: move-y 1.0s infinite alternate ease-in-out;
}
@keyframes move-y {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(10px);
  }
}
@media screen and (min-width:834px){
	#top .mainVisual .scrollBtn {
		transition: .3s;
	}
	#top .mainVisual .scrollBtn:hover {
		opacity: 0.7;
	}
}
#top .mainVisual .seasonLink {
	position: absolute;
	bottom: 27px;
	left: 27px;
}
@media screen and (max-width:833px){
	#top .mainVisual{
		height: auto;
	}
	#top .mainVisual .mainSlide {
		position: static;
	}
	#top .mainVisual .seasonLink {
		width: 80px;
		height: 80px;
		left: 10px;
		bottom: 10px;
	}
	#top .mainVisual .logo {
		width: 31%;
	}
}

#top .innerWrap {
	z-index: 2;
	position: relative;
	background: url("../img/common/backImg.jpg") repeat;
	padding-top: 110px;
}

#top .featureBox {
	margin-bottom: 125px;
}
#top .featureBox .wrap {
	overflow: hidden;
}
#top .featureBox h2 {
	font-size: 4.0rem;
	float: left;
	letter-spacing: 0.4rem;
}
#top .featureBox .textBox {
	padding-left: 450px;
	line-height: 2.19;
	font-size: 1.6rem;
}
#top .featureBox .textBox p:first-child {
	margin-bottom: 40px;
}
#top .featureBox .textBox .betaLink a {
	max-width: 265px;
	width: 100%;
}

#top .pageNav {
	width: calc(100vw - 100px) ;
	overflow: hidden;
}
#top .pageNav.act {
	margin-bottom: 100px;
}
#top .pageNav a {
	display: block;
	transition: 0.8s;
	position: relative;
	background: #000;
}
#top .pageNav a .arrow {
	position: absolute;
	bottom: 50px;
	right: 35px;
}
#top .pageNav a:hover {
	opacity: 1;
}
#top .pageNav a .colorBox {
	background: #c2d3d1;
	background-image: url("../img/top/wakuLeftTop.gif"), url(../img/top/wakuRightTop.gif), url("../img/top/wakuLeftBottom.gif"), url("../img/top/wakuRightBottom.gif"), url(../img/top/wakuXtop.gif), url("../img/top/wakuYleft.gif"), url("../img/top/wakuYRight.gif"), url("../img/top/wakuXbottom.gif");
	background-repeat: no-repeat , no-repeat,no-repeat ,no-repeat, repeat-x, repeat-y, repeat-y ,repeat-x;
	background-position: left top, right top,left bottom,right bottom, left top,left top, right top,left bottom;
	background-size: 50px,50px,50px,50px,50px,30px,30px,50px;
	color: #fff;
	width: 50%;
	height: 560px;
	padding: 50px;
	text-align: center;
	position: absolute;
	top: 0;
	bottom: 0;
	box-sizing: border-box;
	transition: 0.8s;
	z-index: 1;
}
#top .pageNav.stay a .colorBox,#top .pageNav.spa a .colorBox {
	right: -50%;
}
#top .pageNav.restaurant a .colorBox,#top .pageNav.act a .colorBox {
	left: -50%;
}
#top .pageNav a .colorBox .tableWrap {
	max-width: 340px;
	margin: 0 auto;
	font-size: 2.0rem;
	font-weight: bold;
}
#top .pageNav a .colorBox .tableWrap .icon {
	line-height: 0;
	margin-bottom: 15px;
}
#top .pageNav a .colorBox .tableWrap .title {
	font-size: 4.8rem;
	font-weight: bold;
	line-height: 1.3;
}
#top .pageNav a .colorBox .tableWrap .title span {
	font-size: 3.3rem;
	margin: 0 5px;
}
#top .pageNav .titleBox {
	position: relative;
	line-height: 0;
}
#top .pageNav .titleBox img.out834 {
	width: 100%;
	height: 560px;
	object-fit: cover;
	font-family: 'object-fit: cover;';
}
#top .pageNav .titleBox .titleInner {
	color: #fff;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 110px;
	line-height: 1.7;
	font-size: 3.0rem;
	font-weight: bold;
	transition: .8s;
}
#top .pageNav .titleBox .titleInner h2 {
	line-height: 1.4;
}
#top .pageNav .titleBox .titleInner h2 img,#top .pageNav .titleBox .titleInner h2 span {
	vertical-align: middle;
	font-size: 1.9rem;
}
#top .pageNav .titleBox .titleInner h2 img {
	margin-right: 8px;
}
#top .pageNav .titleBox .titleInner .title {
	font-size: 7.4rem;
	font-weight: bold;
	line-height: 1.4;
	margin-bottom: 10px;
}
#top .pageNav .titleBox .titleInner .title span {
	font-size: 5.6rem;
	margin: 0 5px;
}
@media screen and (min-width:1001px){
	#top .pageNav.stay a:hover .colorBox,#top .pageNav.spa a:hover .colorBox {
		right: 0;
	}
	#top .pageNav.restaurant a:hover .colorBox,#top .pageNav.act a:hover .colorBox {
		left: 0;
	}
	#top .pageNav.stay a:hover .titleBox .titleInner,#top .pageNav.spa a:hover .titleBox .titleInner,
	#top .pageNav.restaurant a:hover .titleBox .titleInner,#top .pageNav.act a:hover .titleBox .titleInner{
		transform: translate(-100%,0);
		left: 0;
		opacity: 0;
	}
	#top .pageNav.restaurant a:hover .titleBox .titleInner,#top .pageNav.act a:hover .titleBox .titleInner {
		transform: translate(100%,0);
		left: 0;
		opacity: 0;
	}
}

.tabiStyle {
	margin-bottom: 65px;
}
.tabiStyle h2 {
	text-align: center;
	font-size: 3.6rem;
	letter-spacing: 0.5rem;
	line-height: 1.5;
	margin-bottom: 45px;
}
.tabiStyle .slide {
	height: 745px;
}
.tabiStyle .slide .slide-arrow {
	position: absolute;
	top: -215px;
	bottom: 0;
	width: 23px;
	height: 50px;
	margin: auto 0;
	z-index: 10;
	cursor: pointer;
}
.tabiStyle .slide .slide-arrow.prev-arrow {
	left: calc(50% - 294px) ;
}
.tabiStyle .slide .slide-arrow.next-arrow {
	right: calc(50% - 294px) ;
}
.tabiStyle .slide li {
	margin: 0 70px;	
	text-align: center;
	transition: .8s;
}
.tabiStyle .slide li a {
	display: block;
}
.tabiStyle .slide li .img {
	margin-bottom: 25px;
	border-radius: 50%;
	margin-left: auto;
	margin-right: auto;
}
.tabiStyle .slide li .imgBox {
	position: relative;
}
.tabiStyle .slide li .imgBox span {
	color: #dfdbc8;
	font-size: 12.0rem;
	line-height: 12.0rem;
	position: absolute;
	top: 2px;
	right: 0;
	z-index: 10;
	font-weight: bold;
	letter-spacing: -0.7rem;
	transition: .8s;
	display: block;
}
@media screen and (min-width:834px){
	.tabiStyle .slide li .imgBox {
		margin: 50px 0 0;
		transition: .5s;
	}
	.tabiStyle .slide li .imgBox .img {
		transform: scale(1.0,1.0);
		transition: .5s;
	}
	.tabiStyle .slide li.slick-center .imgBox .img {
		transform: scale(1.1,1.1);
	}
	.tabiStyle .slide li.slick-center .imgBox span {
		transform: translate(31%,-40%);
		top: 0;
		font-size: 15.0rem;
		line-height: 15.0rem;
	}
	.tabiStyle .slide li .textBox {
		transition: .5s;
	}
	.tabiStyle .slide li.slick-center .textBox {
		margin: 80px 0 0;
	}
	.tabiStyle .slide li .img img,.tabiStyle .slide .slide-arrow {
		transition: .4s;
	}
	.tabiStyle .slide .slide-arrow:hover {
		opacity: 0.7;
	}
	.tabiStyle .slide li a .img {
		overflow: hidden;
	}
	.tabiStyle .slide li a:hover .img img {
		transform: scale(1.1,1.1);
	}
}

.tabiStyle .slide li .textBox img {
	display: inline-block;
}
.tabiStyle .slide li .textBox .title {
	margin-bottom: 15px;
}

#top .pickup {
	margin-bottom: 95px;
	overflow: hidden;
}
#top .pickup .wrap {
	max-width: 1180px;
	padding: 0 50px;
	position: relative;
}
#top .pickup .wrap .detailLink{
	position: absolute;
	top: -60px;
	right: 60px;
}
#top .pickup .wrap .detailLink a{
	padding-bottom: 5px;
	border-bottom: 1px solid #666;
}
#top .pickup .tab_panel {
	display: none;
}
#top .pickup .tab_panel.active {
	display: block;
}
#top .pickup h2 {
	color: #dfdbcf;
	font-size: 11.8rem;
	line-height: 1.3;
	margin-left: -8px;
	margin-left: auto;
	margin-right: auto;
	max-width: 1180px;
}
#top .pickup .category {
	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
	overflow-x: auto;
	padding: 0 20px 0 0;
}
#top .pickup .category li {
	margin: 0 14px 28px 0;
	position: relative;
	color: #888;
	cursor: pointer;
	white-space: nowrap;
}
#top .pickup .category li.active {
	content: "";
	position: relative;
	color: #333;
	padding: 0 0 5px;
}
#top .pickup .category li.active:after {
	content: "";
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	margin: 0 auto;
	box-sizing: border-box;
    width: 4px;
    height: 4px;
    border: 4px solid transparent;
    border-left: 6px solid #333;
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}
@media screen and (min-width:834px){
	#top .pickup .category li {
		transition: .3s;
	}
	#top .pickup .category li:hover {
		color: #333;
	}
	#top .pickup .category li:hover:after {
		content: "";
		position: absolute;
		top: 100%;
		left: 0;
		right: 0;
		margin: 0 auto;
		box-sizing: border-box;
		width: 4px;
		height: 4px;
		border: 4px solid transparent;
		border-left: 6px solid #333;
		-webkit-transform: rotate(90deg);
		transform: rotate(90deg);
	}
}
#top .pickup .slide li {
	margin: 0 10px;
}
#top .pickup .slide li a {
	display: block;
	overflow: hidden;
	border-radius: 15px;
	background: #fff;
}
#top .pickup .slide li a .textBox {
	padding: 20px 20px 30px;
	line-height: 1.87;
}
#top .pickup .slide li a .textBox .cate {
	color: #4891c2;
	font-size: 1.2rem;
	margin-bottom: 5px;
}
#top .pickup .slide li a .textBox .cate+p {
	margin-bottom: 7px;
}
#top .pickup .slide li a .textBox .date {
	font-size: 1.3rem;
	color: #888;
}
#top .pickup .slide .slick-list {
	margin-bottom: 35px;
}
#top .pickup .slide .slide-arrow  {
	position: absolute;
	top: -41px;
	bottom: 0;
	margin: auto 0;
	width: 13px;
	height: 25px;
	cursor: pointer;
}
#top .pickup .slide .slide-arrow.next-arrow  {
	right: -20px;
}
#top .pickup .slide .slide-arrow.prev-arrow  {
	left: -25px;
}
.slick-dots {
	text-align: center;
}
.slick-dots li {
	display: inline-block;
	margin: 0 5px;
}
.slick-dots li button {
	margin: 0;
	padding: 0;
	border: none;
	font-size: 0;
	cursor: pointer;
	background: rgba(185,181,184,0.25);
	width: 8px;
	height: 8px;
	border-radius: 50%;
	line-height: 0;
}
.slick-dots li.slick-active button {
	background: rgba(185,181,184,1);
}
@media screen and (min-width:834px){
	#top .pickup .slide .slide-arrow,.slick-dots li button {
		transition: .3s;
	}
	#top .pickup .slide .slide-arrow:hover {
		opacity: 0.7;
	}
	.slick-dots li button:hover {
		background: rgba(185,181,184,1);
	}
}

.findPlan {
	background: url("../img/top/findBack.jpg") no-repeat;
	background-position: center;
	background-size: cover;
	color: #fff;
	padding: 75px 0 140px;
	margin-bottom: 85px;
}
.findPlan .wrap {
	max-width: 890px;
}
.findPlan h2 {
	text-align: center;
	font-size: 4.3rem;
	font-weight: bold;
	line-height: 1.6;
	margin-bottom: 35px;
}
.findPlan h2 span.block {
	display: block;
	font-size: 1.8rem;
}
.findPlan .wrap .linkList {
	overflow: hidden;
}
.findPlan .wrap .linkList li:first-child {
	float: left;
}
.findPlan .wrap .linkList li:last-child {
	float: right;
}
.findPlan .wrap .linkList li a {
	color: #fff;
}
.findPlan .wrap .linkList li a .img,.findPlan .wrap .linkList li a span {
	vertical-align: middle;
	display: inline-block;
}
.findPlan .wrap .linkList li a .img {
	margin-right: 30px;
	line-height: 0;
	overflow: hidden;
	border-radius: 50%;
	border:2px solid #fff;
}
@media screen and (min-width:834px){
	.findPlan .wrap .linkList li a .img img {
		transition: .3s;
	}
	.findPlan .wrap .linkList li a:hover .img img {
		transform: scale(1.1,1.1);
	}
}
.findPlan .wrap .linkList li a span {
	font-size: 2.4rem;
	font-weight: bold;
	position: relative;
	padding-right: 32px;
}
.findPlan .wrap .linkList li a span:after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	right: 2px;
	margin: auto 0;
	width: 12px;
	height: 12px;
	border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

#top .accessBox .topBlock {
	color: #666;
	position: relative;
	margin-bottom: 95px;
}
#top .accessBox .topBlock h2 {
	font-size: 5.0rem;
	margin-bottom: 25px;
	line-height: 1.5;
}
#top .accessBox .topBlock .detailLink {
	position: absolute;
	top: 28px;
	right: 20px;
	margin: 0;
}
#top .accessBox .topBlock .detailLink a {
	padding-bottom: 5px;
	border-bottom: 1px solid #666;
}
#top .accessBox .topBlock .btnLink {
	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
	-ms-flex-wrap: wrap;
  	flex-wrap: wrap;
}
#top .accessBox .topBlock .btnLink li {
	width: 18.86%;
	margin: 0 1.425% 0 0;
}
#top .accessBox .topBlock .btnLink li:last-child {
	margin: 0;
}
#top .accessBox .topBlock .btnLink li a {
	display: block;
	text-align: center;
	background: #fff;
	padding: 17px 20px;
	border-radius: 20px;
	line-height: 1.5;
}
#top .accessBox .topBlock .btnLink li a .icon {
	margin-bottom: 0;
}
#top .accessBox #map {
	width: 100%;
	height: 550px;
	margin-bottom: -10px;
}

@media screen and (max-width:1000px){
	#top .pageNav a .colorBox {
		width: 70%;
	}
	#top .pageNav.stay a .colorBox, #top .pageNav.spa a .colorBox {
		right:-70%;
	}
	#top .pageNav.restaurant a .colorBox, #top .pageNav.act a .colorBox {
		left:-70%;
	}
}
@media screen and (min-width:834px) and (max-width:1000px){
	#top .pageNav.stay a:hover .colorBox,#top .pageNav.spa a:hover .colorBox {
		right: 0;
	}
	#top .pageNav.restaurant a:hover .colorBox,#top .pageNav.act a:hover .colorBox {
		left: 0;
	}
	#top .pageNav.stay a:hover .titleBox .titleInner,#top .pageNav.spa a:hover .titleBox .titleInner,
	#top .pageNav.restaurant a:hover .titleBox .titleInner,#top .pageNav.act a:hover .titleBox .titleInner{
		transform: translate(-100%,0);
		right: 0;
	}
	#top .pageNav.restaurant a:hover .titleBox .titleInner,#top .pageNav.act a:hover .titleBox .titleInner {
		transform: translate(100%,0);
		left: 0;
	}
}
@media screen and (min-width:834px) {
	#top .pageNav a .titleBox img.out834 {
		transition: .8s;
	}
	#top .pageNav a:hover .titleBox img.out834 {
		transform: scale(1.1,1.1);
	}
	
}
@media screen and (max-width:950px){
	#top .pickup .wrap {
		padding: 0;
	}
	#top .pickup .category {
		padding: 0 20px;
	}
	#top .pickup .slide .slide-arrow {
		bottom: 0;
		top: auto;
	}
	#top .pickup .slide .slide-arrow.prev-arrow {
		left: 15px;
	}
	#top .pickup .slide .slide-arrow.next-arrow {
		right: 15px;
	}
}
@media screen and (max-width:833px){
	#top .featureBox {
		margin-bottom: 55px;
	}
	#top .innerWrap {
		padding-top: 55px;
	}
	#top .featureBox h2 {
		font-size: 2.6rem;
	}
	#top .featureBox .textBox {
		font-size: 1.5rem;
		padding-left:285px; 
	}
	
	#top .pageNav {
		width: 100%;
	}
	#top .pageNav.act {
		margin-bottom: 65px;
	}
	#top .pageNav .titleBox img.visual {
		width: 100%;
		height: 260px;
		object-fit: cover;
		font-family: 'object-fit: cover;';
	}
	#top .pageNav .titleBox img.in833.arrow {
		width: 37px;
		height: auto;
		position: absolute;
		bottom: 20px;
		right: 20px;
	}
	#top .pageNav .titleBox .titleInner {
		font-size: 1.7rem;
		left: 5%;
	}
	#top .pageNav .titleBox .titleInner h2 img {
		width: 40px;
		margin-right: 3px;
	}
	#top .pageNav .titleBox .titleInner h2 span {
		font-size: 1.4rem;
	}
	#top .pageNav .titleBox .titleInner .title {
		font-size: 3.8rem;
	}
	#top .pageNav .titleBox .titleInner .title span {
		font-size: 2.8rem;
	}
	
	.tabiStyle {
		margin-bottom: 60px;
	}
	.tabiStyle h2 {
		font-size: 2.2rem;
		margin-bottom: 30px;
		letter-spacing: 0.3rem;
	}
	.tabiStyle .slide {
		height: auto;
	}
	.tabiStyle .slide .slick-list {
		margin-bottom: 25px;
	}
	.tabiStyle .slide li {
		margin: 0 10px;
	}
	.tabiStyle .slide li .imgBox {
		max-width: 260px;
		margin: 0 auto;
	}
	.tabiStyle .slide li .imgBox span {
		font-size: 9.0rem;
		line-height: 9.0rem;
		top: -11px;
		right: -11px;
	}
	.tabiStyle .slide .slide-arrow {
		bottom: 0;
		top: auto;
		width: 13px;
		height: 25px;
	}
	.tabiStyle .slide .slide-arrow.prev-arrow {
		left:15px;
	}
	.tabiStyle .slide .slide-arrow.next-arrow {
		right:15px;
	}
	
	#top .pickup {
		margin-bottom: 60px;
	}
	#top .pickup h2 {
		font-size: 5.6rem;
		margin-left: -4px;
	}
	#top .pickup .wrap .detailLink {
		top: -45px;
		right: 15px;
	}
	#top .pickup .category li {
		font-size: 1.4rem;
		margin: 0 14px 20px 0;
	}
	
	.findPlan {
		padding: 48px 0 55px;
	}
	.findPlan h2 {
		font-size: 3.6rem;
	}
	.findPlan .wrap {
		max-width: 400px;
	}
	.findPlan .wrap .linkList li:first-child,.findPlan .wrap .linkList li:last-child {
		float: none;
		overflow: hidden;
	}
	.findPlan .wrap .linkList li:first-child {
		margin: 0 0 20px;
	}
	.findPlan .wrap .linkList li a .img {
		display: block;
		float: left;
	}
	.findPlan .wrap .linkList li a span {
		padding-left: 154px;
		display: block;
		margin-top: 56px;
	}
	
	#top .accessBox .topBlock h2 {
		font-size: 3.6rem;
		margin-bottom: 15px;
	}
	#top .accessBox .topBlock .detailLink {
		top: 16px;
	}
	#top .accessBox .topBlock .btnLink li:first-child,#top .accessBox .topBlock .btnLink li:nth-child(2) {
		width: 48.27%;
		margin-bottom: 10px;
	}
	#top .accessBox .topBlock .btnLink li:first-child {
		margin-right: 2.46%;
	}
	#top .accessBox .topBlock .btnLink li:nth-child(3),#top .accessBox .topBlock .btnLink li:nth-child(4),#top .accessBox .topBlock .btnLink li:nth-child(5) {
		width: 31.03%;
		margin-right: 3.455%;
	}
	#top .accessBox .topBlock .btnLink li:nth-child(2),#top .accessBox .topBlock .btnLink li:nth-child(5) {
		margin-right: 0;
	}
	#top .accessBox .topBlock .btnLink li a {
		font-size: 1.4rem;
		padding: 17px 15px;
	}
	#top .accessBox #map {
		height: 330px;
	}
}
@media screen and (max-width:550px){
	#top .featureBox h2 {
		float: none;
		margin-bottom: 30px;
	}
	#top .featureBox .textBox {
		padding-left: 0;
	}
	
	.findPlan {
		margin-bottom: 45px;
	}
	.findPlan .wrap {
		max-width: 290px;
	}
	.findPlan h2 {
		margin-bottom: 15px;
	}
	.findPlan .wrap .linkList li a .img {
		width: 90px;
		height: 90px;
		margin-right: 19px;
	}
	.findPlan .wrap .linkList li a span {
		padding-left: 90px;
		margin-top: 31px;
		font-size: 1.8rem;
	}
}

/* 
------------------------------------------------------------------------------------------------------------------------
feature
------------------------------------------------------------------------------------------------------------------------
*/
#feature .spendBox {
	margin-bottom: 120px;
}
#feature .spendBox .flexBox {
	overflow: hidden;
	border-radius: 20px;
}
#feature .spendBox .flexBox li {
	width: 50%;
	padding: 0 0.5px 0 0;
	box-sizing: border-box;
}
#feature .spendBox .flexBox li:nth-child(2) {
	padding: 0 0 0 0.5px;
}
#feature .spendBox .flexBox li a {
	position: relative;
	display: block;
	line-height: 0;
	margin-bottom: 1px;
}
#feature .spendBox .flexBox li a .icon {
	position: absolute;
	top: 0;
	right: 0;
}
#feature .spendBox .flexBox li a .arrow {
	position: absolute;
	bottom: 25px;
	right: 25px;
}
#feature .spendBox .flexBox li a .title {
	display: block;
	color: #fff;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	padding: 0 50px;
	font-size: 2.6rem;
	font-weight: bold;
	line-height: 1.52;
}
#feature .spendBox .flexBox li:first-child a:first-child .title {
	font-size: 3.3rem;
}
#feature .spendBox .flexBox li a .title span {
	font-size: 1.7rem;
	display: block;
}

#feature .tabiStyle {
	margin-bottom: 90px;
}

#feature .planBox {
	background: #fff;
	padding: 95px 0 110px;
}
#feature .planBox .middleTitle {
	max-width: 1000px;
}
#feature .planBox .slide {
	padding: 0 110px;
	max-width: 1180px;
	box-sizing: border-box;
	margin: 0 auto;
}
#feature .planBox .slide .slick-list dl {
	margin: 0 15px;
}
#feature .planBox .slide .slide-arrow {
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto 0;
}
#feature .planBox .slide .slide-arrow.next-arrow {
	right: 55px;
}
#feature .planBox .slide .slide-arrow.prev-arrow {
	left: 55px;
}
#feature .planBox .slide .slick-list dl .imgBox {
	line-height: 0;
	margin-bottom: 15px;
}
#feature .planBox .slide .slick-list dl .textBox .title {
	font-weight: bold;
	margin-bottom: 20px;
}
#feature .planBox .slide .slick-list dl .textBox .betaLink a {
	padding: 10px 41px 10px 31px;
}

#feature .otherLink a {
	display: block;
	position: relative;
	line-height: 0;
	overflow: hidden;
}
#feature .otherLink a .backImg {
	width: 100%;
	height: 600px;
	object-fit: cover;
	font-family: 'object-fit: cover;';
}
#feature .otherLink a:after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url("../img/feature/gradeBack.png") no-repeat;
	background-position: left top;
	background-size: cover;
	z-index: 1;
}
#feature .otherLink a .textBox {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	color: #fff;
	z-index: 10;
	line-height: 1.67;
}
#feature .otherLink a .textBox .bigTitle {
	margin-bottom: 20px;
}
#feature .otherLink a .textBox .catch {
	font-size: 3.0rem;
	font-weight: bold;
}
#feature .otherLink a .textBox .detailLink span {
	font-size: 1.5rem;
	padding-bottom: 5px;
	border-bottom: 1px solid #fff;
	display: inline-block;
}
@media screen and (min-width:834px){
	#feature .otherLink a .backImg {
		transition: .6s;
	}
	#feature .otherLink a:hover .backImg {
		transform: scale(1.1,1.1);
	}
}

.inText {
	transition: .15s;
}
#feature .findPlan {
	margin-bottom: 0;
}


@media screen and (max-width:950px){
	#feature .spendBox {
		margin-bottom: 65px;
	}
	#feature .spendBox .flexBox li a .title {
		padding: 0 15px;
		font-size: 1.8rem;
	}
	#feature .spendBox .flexBox li:first-child a:first-child .title {
		font-size: 1.8rem;
	}
	#feature .spendBox .flexBox li a .title span {
		font-size: 1.4rem;
	}
}
@media screen and (max-width:833px){
	.mainVisualBlock .textBox .catch {
		font-size: 3.2rem;
		margin-bottom: 20px;
	}
	
	.tabiStyle .slide li img,.tabiStyle .slide li .img {
		max-width: 260px;
	}
	
	
	#feature .tabiStyle {
		margin-bottom: 60px;
	}
	
	#feature .planBox {
		padding: 50px 0 60px;
	}
	
	#feature .planBox .slide {
		padding: 0;
	}
	#feature .planBox .slide .slick-list {
		margin-bottom: 20px;
	}
	#feature .planBox .slide .slide-arrow {
		top: auto;
		bottom: 0;
	}
	#feature .planBox .slide .slide-arrow.prev-arrow {
		left: 15px;
	}
	#feature .planBox .slide .slide-arrow.next-arrow {
		right: 15px;
	}
	
	#top .pageNav a .colorBox {
		display: none;
	}
	
	#feature .otherLink a .backImg {
		height: 300px;
	}
	#feature .otherLink a .textBox .catch {
		font-size: 1.6rem;
	}
	
}
@media screen and (max-width:600px){
	#feature .spendBox .flexBox {
		display: block;
	}
	#feature .spendBox .flexBox li {
		width: 100%;
		padding:  0 !important;
	}
}

/* 
------------------------------------------------------------------------------------------------------------------------
news
------------------------------------------------------------------------------------------------------------------------
*/
#news {
	margin-bottom: 125px;
}
#news.detailPage .noImgTitle,
#event.detailPage .noImgTitle,
#plan.detailPage .noImgTitle{
	padding: 200px 0 95px;
}
#news.detailPage .noImgTitle h2{
	font-size: 3.6rem;
}

#news .newsListBox {
	margin-bottom: 80px;
}
#news .newsListBox .alm-reveal {
	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
	-ms-flex-wrap: wrap;
  	flex-wrap: wrap;
}
#news .newsListBox li {
	width: 32.29%;
	margin: 0 1.565% 26px 0;
}
#news .newsListBox li:nth-child(3n) {
	margin: 0 0 26px;
}
#news .newsListBox li a {
	display: block;
	overflow: hidden;
	border-radius: 15px;
	background: #fff;
}
#news .newsListBox li a .textBox {
	padding: 20px 20px 30px;
	line-height: 1.87;
}
#news .newsListBox li a .textBox .cate {
	color: #4891c2;
	font-size: 1.2rem;
	margin-bottom: 5px;
}
#news .newsListBox li a .textBox .cate+p {
	margin-bottom: 7px;
}
#news .newsListBox li a .textBox .date {
	font-size: 1.3rem;
	color: #888;
}

#news .newsLink {
	margin-bottom: 20px;
}
#news .newsLink li {
	display: inline-block;
	font-size: 1.4rem;
	margin: 0 15px 10px 0;
}
#news .newsLink li a {
	color: #888;
	text-decoration: underline;
	padding-bottom: 15px;
	display: block;
}
#news .newsLink li.active a {
	font-weight: bold;
	color: #333;
	text-decoration: none;
	position: relative;
}
#news .newsLink li.active a:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	box-sizing: border-box;
    width: 4px;
    height: 4px;
    border: 5px solid transparent;
    border-left: 7px solid #333;
	transform: rotate(90deg);
	margin: 0 auto;
}
@media screen and (min-width:834px){
	#news .newsLink li a:hover {
		font-weight: bold;
		color: #333;
		text-decoration: none;
		position: relative;
	}
	#news .newsLink li a:hover:after {
		content: "";
		position: absolute;
		bottom: 0;
		left: 0;
		right: 0;
		box-sizing: border-box;
		width: 4px;
		height: 4px;
		border: 5px solid transparent;
		border-left: 7px solid #333;
		transform: rotate(90deg);
		margin: 0 auto;
	}
}

@media screen and (max-width:833px){
	#news {
		margin-bottom: 85px;
	}
	#news.detailPage .noImgTitle,
	#event.detailPage .noImgTitle,
	#plan.detailPage .noImgTitle{
		padding: 125px 0 60px;
	}
	#news.detailPage .noImgTitle h2 {
		font-size: 2.4rem;
	}
	#news .newsListBox {
		margin-bottom: 45px;
	}
	#news .newsListBox li,#news .newsListBox li:nth-child(3n) {
		width: 48%;
		margin: 0 4% 20px 0;
	}
	#news .newsListBox li:nth-child(2n) {
		margin: 0 0 20px;
	}
}
@media screen and (max-width:468px){
	#news .newsListBox .alm-reveal {
		display: block;
	}
	#news .newsListBox li,#news .newsListBox li:nth-child(3n),#news .newsListBox li:nth-child(2n) {
		width: 100%;
		margin: 0 0 20px;
	}
}

/* 
------------------------------------------------------------------------------------------------------------------------
plan
------------------------------------------------------------------------------------------------------------------------
*/
#plan .bigCategory {
	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
	margin-bottom: 60px;
}
#plan .bigCategory li {
	flex:1;
	text-align: center;
	margin: 0 20px 0 0;
}
#plan .bigCategory li:last-child {
	margin: 0;
}
#plan .bigCategory li a {
	display: block;
	color: rgba(68,68,68,0.5);
	font-size: 1.8rem;
	font-weight: bold;
	padding-bottom: 20px;
	position: relative;
}
#plan .bigCategory li.active a {
	color: rgba(68,68,68,1);
	border-bottom: 2px solid #444;
}
#plan .bigCategory li a:after {
	content: "";
	transition: .3s;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
}
#plan .bigCategory li.active a:after {
	content: "";
	position: absolute;
	bottom: -6px;
	left: 0;
	right: 0;
	background: url("../img/common/backImg.jpg") repeat;
	width: 10px;
    height: 10px;
    border-top: 2px solid #444;
    border-right: 2px solid #444;
	margin: 0 auto;
}
@media screen and (min-width:834px){
	#plan .bigCategory li a:hover {
		color: rgba(68,68,68,1);
		border-bottom: 2px solid #444;
	}
	#plan .bigCategory li a:hover:after {
		content: "";
		position: absolute;
		bottom: -6px;
		left: 0;
		right: 0;
		background: url("../img/common/backImg.jpg") repeat;
		width: 10px;
		height: 10px;
		border-top: 2px solid #444;
		border-right: 2px solid #444;
		margin: 0 auto;
	}
}

#plan .categoryLink li a {
	font-size: 1.6rem;
}

@media screen and (max-width:833px){
	#plan .bigCategory li {
		margin: 0 10px 0 0;
	}
	#plan .bigCategory li a {
		padding-bottom: 10px;
		font-size: 1.5rem;
	}
	#plan .categoryLink li a {
		font-size: 1.4rem;
	}
}
@media screen and (max-width:468px){
	#plan .btnList li {
		display: block;
		margin: 0 0 10px;
	}
	#plan .btnList li a {
		width: 100%;
		max-width: none;
	}
}

#plan.detailPage .slide {
	margin-bottom: 60px;
}
#plan.detailPage .slide li img {
	display: block;
}
#plan.detailPage .slide li p {
	font-size: 1.5rem;
	display: block;
	margin: 10px 0 0;
}

#plan.detailPage .betaLink.blue {
	text-align: center !important;
}
#plan.detailPage .slide+.wrap .betaLink.blue,
#plan.detailPage .single+.wrap .betaLink.blue {
	margin-bottom: 105px;
}

#plan.detailPage .textBox {
	background: #fff;
	padding: 100px 0 105px;
}
#plan.detailPage .textBox .inner {
	margin-bottom: 60px;
}

#plan .detailKijiBlock .slide .slide-arrow {
	top: -20px;
}

@media screen and (max-width:833px){
	#plan.detailPage .slide {
		margin-bottom: 40px;
	}
	#plan.detailPage .slide + .wrap .betaLink.blue,
	#plan.detailPage .single + .wrap .betaLink.blue{
		margin-bottom: 75px;
	}
	#plan.detailPage .textBox {
		padding: 50px 0 65px;
	}
	#plan.detailPage .textBox .inner {
		margin-bottom: 40px;
	}
}

/* 
------------------------------------------------------------------------------------------------------------------------
rooms
------------------------------------------------------------------------------------------------------------------------
*/
#rooms .readBox {
	margin-bottom: 105px;
}
#rooms .readBox .imgmt {
	margin: 40px 0 0;
}
@media screen and (max-width:833px){
	#rooms .readBox {
		margin-bottom: 70px;
	}
	#rooms .readBox .imgmt {
		margin: 30px 0 0;
	}
	#rooms .readBox .imgWrap {
		position: relative;
	}
	#rooms .readBox .imgWrap a {
		position: absolute;
		bottom: 15px;
		right: 15px;
		display: inline-block;
	}
	#rooms .readBox .imgWrap a:hover img {
		opacity: 1;
	}
	#rooms .uncLink {
		margin-bottom: 50px;
	}
}
@media screen and (max-width:450px){
	#rooms .uncLink li {
		display: block;
		margin: 0 0 10px;
	}
	#rooms .uncLink li a {
		display: block;
		width: 100%;
	}
}

#rooms .uncPad {
	margin-bottom: 110px;
}
#rooms #pets.uncPad {
	margin-bottom: 0;
}
#rooms .uncPad .nakamidasi {
	margin-bottom: 45px;
}
#rooms .uncPad .flexBox li {
	width: 50%;
}
#rooms #pets.uncPad .flexBox li {
	width: 100%;
}
#rooms .uncPad .flexBox li a {
	display: block;
	position: relative;
	line-height: 0;
}
#rooms .uncPad .flexBox li a .backImg{
	width: 100%;
	height: 480px;
	object-fit: cover;
	font-family: 'object-fit: cover;';
}
#rooms .uncPad .flexBox li a .textBox {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background: rgba(85,76,75,0.3);
	padding: 0 20px;
	color: #fff;
}
#rooms .uncPad .flexBox li a .textBox .tableWrap {
	max-width: 385px;
	margin: 0 auto;
}
#rooms #pets.uncPad .flexBox li a .textBox .tableWrap {
	max-width: 960px;
}
#rooms .uncPad .flexBox li a .textBox .tableWrap .name {
	line-height: 0;
	margin-bottom: 40px;
}
#rooms .uncPad .flexBox li a .textBox .tableWrap .name+p {
	font-size: 1.9rem;
	font-weight: bold;
	line-height: 1.79;
}
#rooms .uncPad .flexBox li a .arrow {
	position: absolute;
	bottom: 35px;
	right: 35px;
}
@media screen and (min-width:834px){
	#rooms .uncPad .flexBox li a:hover img {
		opacity: 1;
	}
	#rooms .uncPad .flexBox li a .arrow {
		transition: .3s;
	}
	#rooms .uncPad .flexBox li a:hover .arrow {
		transform: translate(13px,0);
	}
	#rooms.bark .titleVisual .imgWrap img {
		object-position: 0 center;
		font-family: 'object-fit: cover; object-position: 0 center;';
	}
}
@media screen and (max-width:833px){
	#rooms .uncPad {
		margin-bottom: 55px;
	}
	#rooms .uncPad .nakamidasi {
		margin-bottom: 30px;
	}
	#rooms .uncPad .flexBox {
		display: block;
	}
	#rooms .uncPad .flexBox li {
		width: 100%;
	}
	
	#rooms .uncPad .flexBox li a .backImg {
		height: 260px;
	}
	#rooms .uncPad .flexBox li a .textBox .tableWrap .name {
		margin-bottom: 13px;
	}
	#rooms .uncPad .flexBox li a .textBox .tableWrap .name img {
		width: 232px;
	}
	#rooms .uncPad .flexBox li a .textBox .tableWrap .name + p {
		font-size: 1.6rem;
	}
	#rooms .uncPad .flexBox li a .arrow {
		bottom: 15px;
		right: 15px;
	}
}
@media screen and (max-width:500px){
	#rooms.bark .titleVisual .imgWrap img {
		object-fit: unset;
		font-family: 'object-fit: unset;';
		height: auto;
	}
	#rooms.bark .titleVisual .imgWrap img.out834 {
		display: none;
	}
}

.contactBox.under {
	background: #fff;
	text-align: center;
	padding: 95px 0 115px;
}
.contactBox.under .contactList li {
	margin-bottom: 25px;
}
.contactBox.under .contactList li:last-child {
	margin-bottom: 0;
}
.contactBox.under .contactList li p {
	margin-bottom: 10px;
}
.contactBox.under .numberBox dl {
	display: inline-block;
	vertical-align: middle;
	padding-top: 13px;
	padding-bottom: 13px;
}
.contactBox.under .numberBox dl.tel {
	border-right: 1px solid #ccc;
	padding-right: 70px;
}
.contactBox.under .numberBox dl.mail {
	padding-left: 65px;
}
.contactBox.under .numberBox dl dt {
	margin-bottom: 15px;
}
.contactBox.under .numberBox dl.tel dd,
.contactBox.under .numberBox dl.mail .number{
	font-size: 3.8rem;
	font-weight: bold;
	line-height: 1.2;
}
@media screen and (max-width:833px){
	.contactBox.under {
		padding: 55px 0 66px;
	}
	.contactBox.under .numberBox dl {
		display: block;
		max-width: 240px;
		padding: 0;
	}
	.contactBox.under .numberBox dl.tel {
		border-bottom: 1px solid #ccc;
		border-right: 0;
		padding-bottom: 30px;
		padding-right: 0;
		margin: 0 auto 30px;
	}
	.contactBox.under .numberBox dl.mail {
		padding-left: 0;
		margin: 0 auto;
	}
	.contactBox.under .numberBox dl dt {
		font-size: 1.4rem;
		margin-bottom: 5px;
	}
	.contactBox.under .numberBox dl.mail dt {
		margin-bottom: 15px;
	}
	.contactBox.under .numberBox dl.tel dd,
	.contactBox.under .numberBox dl.mail .number{
		font-size: 3.0rem;
	}
}

/* 
------------------------------------------------------------------------------------------------------------------------
rooms detail
------------------------------------------------------------------------------------------------------------------------
*/
.pointBox {
	margin-bottom: 80px;
}
.pointBox .catchMiddle+p {
	margin-bottom: 65px;
}
.pointBox .flexBox {
	margin: 0 auto;
	padding: 0 40px;
	max-width: 1040px;
}
.pointBox .flexBox dl {
	width: 46.875%;
	margin: 0 6.25% 40px 0;
	text-align: right;
}
.pointBox .flexBox.max dl {
	width: 100%;
	margin: 0 0 40px;
}
.pointBox .flexBox dl:nth-child(2n) {
	margin: 0 0 40px;
}
.pointBox .flexBox dl dt {
	line-height: 0;
}
.pointBox .flexBox dl dd {
	background: #fff;
	padding: 25px 45px;
	margin-top: -35px;
	color: #65a2cc;
	font-weight: bold;
	font-size: 1.8rem;
	line-height: 2;
	position: relative;
	z-index: 1;
	display: inline-block;
	text-align: left;
	max-width:  calc(100% - 20px);
}

.detailPageInfo {
	background: #fff;
	padding: 75px 0;
	margin-bottom: 100px;
}
.detailPageInfo.mb0 {
	margin-bottom: 0;
}

#rooms.detailPage .recoPlan {
	margin-bottom: 135px;
}
#rooms.detailPage .recoPlan .smallWrap {
	padding: 0 110px;
	max-width: 1180px;
	position: relative;
}
#rooms.detailPage .recoPlan .detailLink {
	position: absolute;
	top: 11px;
	right: 110px;
}
.slidePlan {
	margin: 0 -15px;
}
.slidePlan dl {
	margin: 0 15px;
}
.slidePlan .imgBox {
	margin-bottom: 20px;
}
.slidePlan .imgBox a{
	display: block;
	line-height: 0;
	border-radius: 15px;
	overflow: hidden;
}
.slidePlan .textBox .title {
	margin-bottom: 10px;
}
.slidePlan .textBox .title a{
	font-weight: bold;
	line-height: 2;
}
.slidePlan .textBox .btnList li.betaLink a {
	padding: 10px 36px 10px 26px;
}
.slidePlan .textBox .btnList li.betaLink:not(.blue) a {
	background: #fff;
}
.slidePlan .slide-arrow {
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto 0;
	width: 23px;
	height: 49.5px;
	z-index: 10;
	cursor: pointer;
}
.slidePlan .slide-arrow.prev-arrow {
	left: -60px;
}
.slidePlan .slide-arrow.next-arrow {
	right: -60px;
}

.detailAccessBox {
	background: #fff;
	margin-bottom: 140px;
}
.detailAccessBox .smallWrap {
	padding-top: 75px;
	padding-bottom: 100px;
}

@media screen and (max-width:833px){
	.pointBox {
		margin-bottom: 60px;
	}
	.pointBox .catchMiddle + p {
		margin-bottom: 45px;
	}
	.pointBox .flexBox {
		display: block;
		padding: 0;
	}
	.pointBox .flexBox dl,.pointBox .flexBox dl:nth-child(2n) {
		width: 100%;
		margin: 0 0 30px;
	}
	.pointBox .flexBox dl dt img {
		height: 200px;
		object-fit: cover;
		font-family: 'object-fit: cover;';
	}
	.pointBox .flexBox dl dd {
		font-size: 1.6rem;
		max-width: none;
		width: 100%;
		margin: 0;
		padding: 25px 30px;
	}
	
	.detailPageInfo {
		padding: 60px 0;
		margin-bottom: 50px;
	}
	
	#rooms.detailPage .recoPlan {
		margin-bottom: 70px;
	}
	#rooms.detailPage .recoPlan .detailLink {
		top: 5px;
		right: 15px;
	}
	#rooms.detailPage .recoPlan .smallWrap {
		padding: 0 15px;
	}
	.slidePlan dl {
		margin: 0 15px 20px;
	}
	.slidePlan dl .imgBox img {
		height: 210px;
		object-fit: cover;
		font-family: 'object-fit: cover;';
	}
	.slidePlan .slide-arrow {
		width: 13px;
		height: 25px;
		bottom: 0;
		top: auto;
	}
	.slidePlan .slide-arrow.prev-arrow {
		left: 15px;
	}
	.slidePlan .slide-arrow.next-arrow {
		right: 15px;
	}
	
	.detailAccessBox {
		margin-bottom: 65px;
	}
	.detailAccessBox .smallWrap {
		padding-top: 45px;
		padding-bottom: 60px;
	}
	.detailAccessBox .smallWrap .btnList li {
		display: block;
		margin: 0 0 10px;
	}
	.detailAccessBox .smallWrap .btnList li a{
		width: 100%;
	}
	.detailAccessBox iframe {
		height: 440px;
	}
}

/* 
------------------------------------------------------------------------------------------------------------------------
restaurant
------------------------------------------------------------------------------------------------------------------------
*/
.tabList {
	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
	margin-bottom: 75px;
}
.tabList.last {
	margin-top: 75px;
}
.tabList li {
	flex: 1;
	text-align: center;
	opacity: 0.5;
	padding-bottom: 20px;
	position: relative;
	cursor: pointer;
	transition: .3s;
	margin: 0 15px 0 0;
}
.tabList li:last-child {
	margin: 0;
}
.tabList li img,.tabList li span {
	vertical-align: middle;
	display: inline-block;
}
.tabList li img {
	margin-right: 15px;
}
.tabList li span {
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 1.3;
}
.tabList li.active {
	opacity: 1;
	border-bottom: 2px solid #444;
}
.tabList li.active:after {
    content: "";
    position: absolute;
    bottom: -6px;
    left: 0;
    right: 0;
    background: url("../img/common/backImg.jpg") repeat;
    width: 10px;
    height: 10px;
    border-top: 2px solid #444;
    border-right: 2px solid #444;
    margin: 0 auto;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
}
.tabList.last li.active:after {
	display: none;
}
@media screen and (min-width:834px){
	.tabList li:hover {
		opacity: 1;
		border-bottom: 2px solid #444;
	}
	.tabList li:hover:after {
		content: "";
		position: absolute;
		bottom: -6px;
		left: 0;
		right: 0;
		background: url("../img/common/backImg.jpg") repeat;
		width: 10px;
		height: 10px;
		border-top: 2px solid #444;
		border-right: 2px solid #444;
		margin: 0 auto;
		-webkit-transform: rotate(135deg);
		transform: rotate(135deg);
	}
	.tabList.last li:hover:after {
		display: none;
	}
}
.tabArea .tabBox {
	display: none;
}
.tabArea .tabBox.active {
	display: block;
}

.tabArea.detailLinkList {
	margin-bottom: 120px;
}
#restaurant .underInnerWrap  {
	padding-bottom: 120px;
}
#restaurant .tabArea.detailLinkList {
	margin-bottom: 0;
}
.tabArea.detailLinkList .tabBox .maxImgBox,.sumImgBox {
	margin-bottom: 95px;
}
.tabArea.detailLinkList .tabBox .maxImgBox:last-child,.sumImgBox:last-child {
	margin-bottom: 0;
}
.tabArea.detailLinkList .tabBox .maxImgBox .imgBox {
	margin-bottom: 65px;
}
.tabArea.detailLinkList .tabBox .maxImgBox .imgBox a,.sumImgBox .imgBox a {
	display: block;
	line-height: 0;
	position: relative;
}
.tabArea.detailLinkList .tabBox .maxImgBox .imgBox .backImg,.sumImgBox .imgBox .backImg {
	height: 480px;
    object-fit: cover;
    font-family: 'object-fit: cover;';
}
.tabArea.detailLinkList .tabBox .maxImgBox .imgBox .arrow,.sumImgBox .imgBox .arrow {
	position: absolute;
	bottom: 36px;
	right: 26px;
	z-index: 10;
}
.tabArea.detailLinkList .tabBox .maxImgBox .flexBox .leftBox {
	width: 58.3%;
	margin-right: 5.3%;
}
.tabArea.detailLinkList .tabBox .maxImgBox .flexBox .leftBox .nakamidasi {
	line-height: 1.57;
	margin-bottom: 15px;
}

.tabArea.detailLinkList .tabBox .maxImgBox .flexBox .rightBox {
	width: 36.4%;
	font-weight: bold;
}
.tabArea.detailLinkList .tabBox .maxImgBox .flexBox .rightBox .title {
	font-size: 1.6rem;
	padding-bottom: 10px;
	border-bottom: 1px solid #444;
	margin-bottom: 20px;
}
.tabArea.detailLinkList .tabBox .maxImgBox .flexBox .rightBox .title span {
	font-weight: normal;
	font-size: 1.4rem;
	margin-left: 20px;
}
.tabArea.detailLinkList .tabBox .maxImgBox .flexBox .rightBox dl dt {
	float: left;
	clear: both;
}
.tabArea.detailLinkList .tabBox .maxImgBox .flexBox .rightBox dl dd {
	padding: 0 0 0 80px;
}
.tabArea.detailLinkList .tabBox .maxImgBox .flexBox .rightBox a,.pdfArrow {
	margin-left: 20px;
	display: inline-block;
	padding-right: 20px;
	position: relative;
}
.tabArea.detailLinkList .tabBox .maxImgBox .flexBox .rightBox .menuLink a {
	margin: 20px 0 0;
}
.tabArea.detailLinkList .tabBox .maxImgBox .flexBox .rightBox .betaLink a {
	margin: 20px 0 0;
	padding: 10px 26px 10px 36px;
}
.pdfArrow {
	margin-left: 0;
}
.tabArea.detailLinkList .tabBox .maxImgBox .flexBox .rightBox a:after,.pdfArrow:after {
	content: "";
	position: absolute;
	top: 9px;
	right: 0;
	width: 10px;
	height: 10px;
	border-top: 2px solid #444;
    border-right: 2px solid #444;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.tabArea.detailLinkList .tabBox .maxImgBox .flexBox .rightBox a img,
.tabArea.detailLinkList .tabBox .maxImgBox .flexBox .rightBox a span,
.pdfArrow img,.pdfArrow span{
	vertical-align: middle;
	display: inline-block;
}
.tabArea.detailLinkList .tabBox .maxImgBox .flexBox .rightBox a img,.pdfArrow img {
	margin-right: 7px;
}
@media screen and (min-width:834px){
	.tabArea.detailLinkList .tabBox .maxImgBox .imgBox a:hover img,.sumImgBox .imgBox a:hover img {
		opacity: 1;
	}
	.tabArea.detailLinkList .tabBox .maxImgBox .imgBox a .arrow,.sumImgBox .imgBox a .arrow {
		transition: .3s;
	}
	.tabArea.detailLinkList .tabBox .maxImgBox .imgBox a:hover .arrow,.sumImgBox .imgBox a:hover .arrow {
		transform: translate(13px,0);
	}
}
@media screen and (max-width:833px){
	.tabList {
		margin-bottom: 45px;
	}
	.tabList li {
		margin: 0;
		padding-bottom: 15px;
	}
	.tabList li:last-child {
		flex: 1.2;
	}
	.tabList li img {
		margin: 0 0 15px;
		width: 40px;
		height: 40px;
	}
	.tabList li span {
		display: block;
		font-size: 1.6rem;
	}
	
	.tabArea.detailLinkList,.tabArea.detailLinkList .tabBox .maxImgBox,.sumImgBox {
		margin-bottom: 70px;
	}
	#restaurant .underInnerWrap  {
		padding-bottom: 70px;
	}
	#restaurant .tabArea.detailLinkList {
		margin-bottom: 0;
	}
	.tabArea.detailLinkList .tabBox .maxImgBox .imgBox {
		margin-bottom: 35px;
	}
	.tabArea.detailLinkList .tabBox .maxImgBox .imgBox .backImg,.sumImgBox .imgBox .backImg {
		height: 240px;
	}
	.tabArea.detailLinkList .tabBox .maxImgBox .imgBox .arrow,.sumImgBox .imgBox .arrow {
		bottom: 15px;
		right: 15px;
	}
	.tabArea.detailLinkList .tabBox .maxImgBox .flexBox {
		display: block;
	}
	.tabArea.detailLinkList .tabBox .maxImgBox .flexBox .leftBox,.tabArea.detailLinkList .tabBox .maxImgBox .flexBox .rightBox {
		width: 100%;
	}
	.tabArea.detailLinkList .tabBox .maxImgBox .flexBox .leftBox {
		margin: 0 0 25px;
	}
	.tabArea.detailLinkList .tabBox .maxImgBox .flexBox .leftBox .title {
		margin-bottom: 5px;
	}
}

/* 
------------------------------------------------------------------------------------------------------------------------
restaurant detail
------------------------------------------------------------------------------------------------------------------------
*/
.textLink {
	color: #4891c2;
	text-decoration: underline;
}
.imTextLink {
	color: #da4444;
	text-decoration: underline;
}
.arrowLink {
	color: #4891c2;
	font-weight: bold;
	display: inline-block;
	padding: 0 0 0 17px;
	position: relative;
}
.arrowLink:after {
	content: "";
	position: absolute;
	top: 8px;
	left: 0;
	width: 8px;
	height: 8px;
	border-top: 1px solid #4891c2;
    border-right: 1px solid #4891c2;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.detailPlanBox .tabList {
	font-weight: bold;
	font-size: 1.8rem;
}
.detailAccessBox {
	line-height: 0;
}
.detailAccessBox .smallWrap {
	line-height: 1.8;
}

#restaurant .matsuriBox {
	margin-bottom: 115px;
}
#restaurant .matsuriBox .nakamidasi+p {
	margin: -15px 0 50px;
}
#restaurant .matsuriBox .flexBox.twoClum {
	margin-bottom:55px; 
}
#restaurant .matsuriBox .detailTeigi {
	margin-bottom: 30px;
}

@media screen and (max-width:833px){
	#restaurant .matsuriBox {
		margin-bottom: 65px;
	}
	#restaurant .matsuriBox .nakamidasi+p {
		margin: -15px 0 40px;
	}
	#restaurant .matsuriBox .flexBox.twoClum {
		margin-bottom:35px; 
	}
	#restaurant .matsuriBox .detailTeigi {
		margin-bottom: 20px;
	}
}

/* 
------------------------------------------------------------------------------------------------------------------------
spa
------------------------------------------------------------------------------------------------------------------------
*/
#spa .tabList li img.in833 {
	display: none;
}
#spa .tabArea.detailLinkList {
	margin-bottom: 0;
}
#spa .tabArea.detailLinkList .tabBox .maxImgBox .flexBox .leftBox .nakamidasi {
	margin-bottom: 30px;
}
#spa .tabArea.detailLinkList .tabBox .maxImgBox .flexBox .leftBox .name {
	font-size: 2.5rem;
	font-weight: bold;
}
#spa .tabArea.detailLinkList .tabBox .maxImgBox .flexBox .banner {
	margin-top: 50px;
}
#spa .tabArea.detailLinkList .tabBox .detailAccessBox {
	margin-bottom: 0;
}
@media screen and (max-width:833px){
	#spa .titleVisual .pageTitle .inner .title {
		font-size: 3.2rem;
	}
	#spa .tabList li img {
		width: auto;
		height: 86px;
	}
	#spa .tabList li img.out834 {
		display: none;
	}
	#spa .tabList li img.in833 {
		display: inline-block;
	}
	#spa .tabArea.detailLinkList .tabBox .maxImgBox .flexBox .leftBox .nakamidasi {
		margin-bottom: 10px;
	}
	#spa .tabArea.detailLinkList .tabBox .maxImgBox .flexBox .leftBox .name {
		font-size: 1.8rem;
	}
	#spa .tabArea.detailLinkList .tabBox .maxImgBox .flexBox .banner {
		margin-top: 40px;
	}
}
#spa .contactBox.under {
	background: none;
}

/* 
------------------------------------------------------------------------------------------------------------------------
spa detail
------------------------------------------------------------------------------------------------------------------------
*/
#spa .titleVisual .roomsTitle h1 {
	font-size: 3.0rem;
	line-height: 1.4;
}

#spa .pointBox .guide {
	overflow: hidden;
}
#spa .pointBox .guide .imgBox {
	order: 2;
	width: 26.04%;
	margin: 0 0 0 7.3%;
}
#spa .pointBox .guide .imgBox span {
	display: block;
	overflow: hidden;
	border-radius: 50%;
}
#spa .pointBox .guide .textBox {
	width: 66.66%;
}
#spa .pointBox .guide .textBox .title {
	font-size: 2.4rem;
	line-height: 1.79;
	font-weight: bold;
}
#spa .pointBox .guide .textBox .title .font_s {
	font-size: 1.6rem;
}

#spa .detailPageInfo .betaLink {
	margin:  45px 0 0;
}
#spa .detailPageInfo+.nakamidasi {
	margin-bottom: 65px;
}

#spa .senshitsu {
	background-size: cover !important;
	background-position: center !important;
}
#spa .senshitsu .inner {
	background: rgba(42,42,42,0.5);
	color: #fff;
	padding: 100px 0 140px;
}
#spa .senshitsu .nakamidasi {
	margin-bottom: 50px;
}

#spa .bathType {
	margin-bottom: 100px;
}
#spa .bathType .flexBox {
	margin-bottom: 20px;
}
#spa .bathType .flexBox .box {
	background: #fff;
	border-radius: 15px;
	overflow: hidden;
}
#spa .bathType .flexBox .box dt {
	line-height: 0;
	margin-bottom: 20px;
}
#spa .bathType .flexBox .box dd {
	padding: 0 25px 20px;
}
#spa .bathType .flexBox .box dd .title {
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 1.5;
	margin-bottom: 10px;
}

#spa .seibun {
	margin-bottom: 75px;
}
#spa .seibun .nakamidasi {
	margin-bottom: 25px;
}
#spa .seibun .nakamidasi+p {
	margin-bottom: 70px;
}

#spa .flow {
	background: #fff;
	padding: 75px 0;
	margin-bottom: 65px;
}
#spa .flow .flowList li {
	border: 1px solid #b0d0e5;
	padding: 12px;
	margin-bottom: 60px;
	position: relative;
}
#spa .flow .flowList li .inner {
	overflow: hidden;
}
#spa .flow .flowList li:last-child {
	margin-bottom: 0;
}
#spa .flow .flowList li:after {
	content: "";
	position: absolute;
	bottom: -35px;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 8px;
	height: 8px;
	border-top: 1px solid #4891c2;
    border-right: 1px solid #4891c2;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}
#spa .flow .flowList li:last-child:after {
	display: none;
}
#spa .flow .flowList li span {
	display: block;
}
#spa .flow .flowList li span.number {
	float: left;
	padding: 10px 30px 10px 20px;
	font-weight: bold;
	font-size: 2.0rem;
	color: #65a2cc;
	line-height: 1.5;
	border-right: 1px solid #b0d0e5;
}
#spa .flow .flowList li span.cont {
	padding: 12px 30px 11px 137px;
}

#spa .faqBox {
	margin-bottom: 76px;
}

#spa .pointBox.under {
	background: #fff;
	padding-bottom: 65px;
}
#spa .pointBox.under .detailAccessBox {
	margin-bottom: 75px;
}
#spa.hidamari .detailPageInfo,
#spa.arkland .detailPageInfo{
	margin-bottom: 0;
}
#spa.hidamari .detailAccessBox.under .smallWrap,
#spa.arkland .under .detailAccessBox .smallWrap{
	padding-top: 0 !important;
	padding-bottom: 65px;
}

#spa .price {
	max-width: 600px;
	width: 100%;
	margin: 0 0 20px;
}
#spa .price,#spa .price tr,#spa .price th,#spa .price td {
	border: 1px solid #aaa;
}
#spa .price th,#spa .price td {
	padding: 10px 10px;
	vertical-align: middle;
	text-align: center;
}
#spa .price th {
	background: #5cbcd3;
	color: #fff;
	border: 1px solid #fff;
}
#spa .price td {
	background: #fff;
}
#spa .detailPageInfo .price+.betaLink {
	margin: 0 0 10px;
}

@media screen and (max-width:833px){
	#spa .pointBox .guide {
		padding: 0 15px;
	}
	#spa .pointBox .guide .imgBox,#spa .pointBox .guide .textBox {
		width: 100%;
	}
	#spa .pointBox .guide .imgBox {
		text-align: center;
		line-height: 0;
		margin: 0 0 25px;
	}
	#spa .pointBox .guide .imgBox span {
		width: 250px;
		height: 250px;
		display: inline-block;
	}
	#spa .pointBox .guide .textBox .title {
		font-size: 2.0rem;
		margin-bottom: 10px;
	}
	#spa .pointBox .guide .textBox .title .font_s {
		font-size: 1.3rem;
	}
	#spa .detailPageInfo + .nakamidasi {
		margin-bottom: 30px;
	}
	
	#spa .senshitsu .inner {
		padding: 45px 0 60px;
	}
	#spa .senshitsu .nakamidasi {
		margin-bottom: 25px;
	}
	
	#spa .bathType .flexBox {
		margin: 0;
	}
	#spa .bathType .flexBox .box,#spa .bathType .flexBox .box:nth-child(3n) {
		width: 48%;
		margin: 0 4% 30px 0;
	}
	#spa .bathType .flexBox .box:nth-child(2n) {
		margin: 0 0 30px;
	}
	#spa .bathType .flexBox .box dd .title {
		font-size: 1.7rem;
	}
	
	#spa .seibun {
		margin-bottom: 50px;
	}
	#spa .seibun .nakamidasi {
		margin-bottom: 10px;
	}
	#spa .seibun .nakamidasi + p {
		margin-bottom: 40px;
	}
	
	#spa .flow {
		padding: 50px 0;
		margin-bottom: 45px;
	}
	#spa .flow .flowList li {
		margin-bottom: 40px;
	}
	#spa .flow .flowList li::after {
		bottom: -23px;
	}
	#spa .flow .flowList li span.number {
		float: none;
		border-right: none;
		border-bottom: 1px solid #b0d0e5;
		text-align: center;
		padding: 0 0 7px;
		margin-bottom: 15px;
	}
	#spa .flow .flowList li span.cont {
		padding: 0;
	}
	#spa.hidamari .pointBox.under {
		padding-bottom: 45px;
	}
	#spa.hidamari .pointBox.under .detailAccessBox {
		margin-bottom: 35px;
	}
	#spa .detailPageInfo .price+.betaLink {
		text-align: center;
	}
}
@media screen and (max-width:468px){
	#spa .bathType .flexBox {
		display: block;
	}
	#spa .bathType .flexBox .box,#spa .bathType .flexBox .box:nth-child(3n),#spa .bathType .flexBox .box:nth-child(2n) {
		width: 100%;
	}
	#spa .bathType .flexBox .box dt img {
		height: 180px;
		object-fit: cover;
		font-family: 'object-fit: cover;';
	}
}

/* 
------------------------------------------------------------------------------------------------------------------------
Party
------------------------------------------------------------------------------------------------------------------------
*/
#party .underInnerWrap {
	padding-bottom: 95px;
}
#party .readBox {
	margin-bottom: 115px;
}

#party .partyList .box .imgBox {
	position: relative;
	line-height: 0;
	margin-bottom: 35px;
}
#party .partyList .box .imgBox .backImg {
	height: 480px;
    object-fit: cover;
    font-family: 'object-fit: cover;';
}
#party .partyList .box .imgBox .title {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	width: 100%;
	height: 100%;
	color: #ffffff;
	font-size: 3.2rem;
	font-weight: bold;
	background: rgba(85,76,75,0.3);
	line-height: 1.5;
	letter-spacing: 0.3rem;
}

#party .partyList .box .textBox .align_right {
	font-size: 1.2rem;
}

.defaultTable {
	width: 100%;
	border-collapse: collapse;
	font-size: 1.2rem;
	line-height: 1.33;
}
.defaultTable,.defaultTable tr td,.defaultTable th {
	border: 1px solid #ccc;
}
.defaultTable th,.defaultTable td {
	vertical-align: middle;
	padding: 5px 0;
}
.defaultTable th {
	background: #666;
	color: #fff;
	font-weight: normal;
}

.fixTable .inner {
	overflow: auto;
}
.fixTable .attention {
	display: none;
}
.fixTable .inner .defaultTable {
	min-width: 850px;
}

#party .defaultTable {
	margin-bottom: 20px;
}
#party .defaultTable td {
	text-align: center;
}
#party .partyList {
	margin-bottom: 150px;
}
#party .partyList .box {
	margin-bottom: 115px;
}
#party .fixTable {
	margin-bottom: 70px;
}
#party .fixTable .align_right {
	margin-bottom: 5px;
}
#party .partyList .box .betaLink.blue {
	text-align: center;
	padding: 0 15px;
}
#party .partyList .box .betaLink.blue a,
.betaLink.blue.pdf a{
	padding: 10px 26px 10px 36px;
}
#party .partyList .box .betaLink.blue a:after,
.betaLink.blue.pdf a:after{
	display: none;
}
#party .partyList .box .betaLink.blue a span,#party .partyList .box .betaLink.blue a img,
.betaLink.blue.pdf a span,.betaLink.blue.pdf a img{
	vertical-align: middle;
}
#party .partyList .box .betaLink.blue a span,
.betaLink.blue.pdf a span{
	margin-right: 15px;
}
#party .partyList .box .betaLink.blue a img,
.betaLink.blue.pdf a img{
	margin-top: -2px;
}

#party .accessBox {
	margin-bottom: 150px;
}
#party .accessBox .flexBox {
	margin-bottom: 45px;
}
#party .accessBox .flexBox:last-child {
	margin-bottom: 0;
}
#party .accessBox .flexBox .imgBox,#party .accessBox .flexBox .textBox {
	width: 47.91%;
}
#party .accessBox .flexBox .imgBox {
	order: 2;
	margin: 0 0 0 4.18%;
	line-height: 0;
}
#party .accessBox .flexBox .textBox {
	padding: 5px 0 0;
}

.dotList li {
	position: relative;
	padding: 0 0 0 14px;
	margin-bottom: 5px;
}
.dotList li:last-child {
	margin-bottom: 0;
}
.dotList li:after {
	content: "";
	position: absolute;
	top: 10px;
	left: 0;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	border: 1px solid #444;
}
#party .attentionBox .nakamidasi {
	margin-bottom: 15px;
}

@media screen and (max-width:833px){
	#party .underInnerWrap {
		padding-bottom: 65px;
	}
	
	#party .readBox {
		margin-bottom: 65px;
	}
	
	#party .partyList {
		margin-bottom: 75px;
	}
	#party .partyList .box {
		margin-bottom: 55px;
	}
	#party .partyList .box .imgBox {
		margin-bottom: 20px;
	}
	#party .partyList .box .imgBox .backImg {
		height: 260px;
	}
	#party .fixTable {
		margin-bottom: 30px;
	}
	.fixTable .attention {
		display: block;
		margin-bottom: 5px;
	}
	
	#party .accessBox {
		margin-bottom: 75px;
	}
}
@media screen and (max-width:500px){
	#party .accessBox .flexBox {
		display: block;
	}
	#party .accessBox .flexBox .imgBox,#party .accessBox .flexBox .textBox {
		width: 100%;
	}
	#party .accessBox .flexBox .imgBox {
		margin: 0 0 15px;
	}
}

/* 
------------------------------------------------------------------------------------------------------------------------
entertainment
------------------------------------------------------------------------------------------------------------------------
*/
#entertainment .underInnerWrap {
	padding-bottom: 150px;
}
.sumImgBox .imgBox {
	margin-bottom: 45px;
}
.sumImgBox .imgBox .luminaLogo {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}
.sumImgBox .catchMiddle {
	margin-bottom: 30px;
}
.sumImgBox .catchSmall {
	font-size: 2.1rem;
	font-weight: bold;
}

@media screen and (max-width:833px){
	#entertainment .titleVisual .imgWrap img {
		object-fit: cover;
		object-position: 71% center;
		font-family: 'object-fit: cover; object-position: 71% center;';
	}
	#entertainment .underInnerWrap {
		padding-bottom: 80px;
	}
	.sumImgBox .imgBox {
		margin-bottom: 25px;
	}
	.sumImgBox .imgBox .luminaLogo img {
		max-width: 170px;
	}
	.sumImgBox .catchMiddle {
		margin-bottom: 15px;
	}
	.sumImgBox .catchSmall {
		font-size: 1.8rem;
	}
}

/* 
------------------------------------------------------------------------------------------------------------------------
entertainment detail
------------------------------------------------------------------------------------------------------------------------
*/
#entertainment.detailPage .catchMiddle {
	margin-bottom: 20px;
}

#entertainment.detailPage .titleVisual .roomsTitle h1 {
	font-size: 6.4rem;
	font-weight: bold;
	line-height: 1.25;
}
#entertainment.detailPage .pointBox .catchMiddle + p {
	margin-bottom: 100px;
}
#entertainment.detailPage .pointBox .catchMiddle + p+p.unc {
	margin: -50px 0 100px;
}
#entertainment.detailPage .pointBox .catchMiddle + p+p.unc a:after {
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
}
#entertainment.detailPage .pointBox .simpleBox {
	margin-bottom: 120px;
}
#entertainment.detailPage .pointBox .flexBox dl dd {
	max-width: 315px;
	margin-top: -48px;
}
#entertainment.detailPage .pointBox .flexBox+.smallWrap {
	margin: -140px auto 0;
    padding-right : 396px;
}
#entertainment.detailPage .pointBox .flexBox+.smallWrap.more {
	margin: -180px auto 0;
}

#entertainment.detailPage .detailTeigi {
	margin-bottom: 50px;
}

#entertainment.detailPage .btnList {
	text-align: center;
}
#entertainment.detailPage .detailAccessBox .btnList {
	text-align: left;
}

#entertainment.detailPage .tabList {
	max-width: 744px;
}
#entertainment.detailPage .tabList li {
	font-size: 1.8rem;
	font-weight: bold;
}
#entertainment.detailPage .flexBox.twoClum .box {
	margin-bottom: 80px;
}
#entertainment.detailPage .flexBox.twoClum .box:last-child,#entertainment.detailPage .flexBox.twoClum .box:nth-last-child(2) {
	margin-bottom: 0;
}
#entertainment.detailPage .flexBox.twoClum .box .imgBox {
	line-height: 0;
	border-radius: 20px;
	overflow: hidden;
	margin-bottom: 20px;
}
#entertainment.detailPage .flexBox.twoClum .box .textBox .title {
	font-size: 2.4rem;
	font-weight: bold;
	margin-bottom: 15px;
}
#entertainment.detailPage .flexBox.twoClum .box .textBox .title span {
	color: #888;
	font-size: 1.3rem;
	font-weight: bold;
	margin-bottom: 5px;
	display: block;
}
#entertainment.detailPage .flexBox.twoClum .box .textBox .title+p {
	margin-bottom: 40px;
}
#entertainment.detailPage .flexBox.twoClum .box .textBox .detailTeigi {
	margin: 0;
}
#entertainment.detailPage .flexBox.twoClum .box .textBox .detailTeigi dd {
	padding: 18px 0 18px 120px;
	
}

#entertainment.detailPage.lumina .pointBox {
	margin-bottom: 0;
}
#entertainment.detailPage .detailAccessBox,
#entertainment.detailPage.kids .underInnerWrap,
#entertainment.detailPage.costa .underInnerWrap{
	padding-bottom: 0;
	margin-bottom: 0;
}
#entertainment.detailPage.kids .pointBox {
	margin-bottom: 100px;	
}
#entertainment.detailPage.kids .pointBox .simpleBox {
	margin-bottom: 100px;
}
#entertainment.detailPage.kids .pointBox .flexBox + .smallWrap {
	margin: -116px auto 0;	
}
#entertainment.detailPage.kids .pointBox .flexBox dl dd {
	max-width: none;
}
#entertainment.detailPage.kids .pointBox .flexBox dl dd.w315 {
	max-width: 315px;
}

#entertainment.detailPage.costa .pointBox .flexBox dl dd .tableWrap {
	min-height: 130px;
}
.redText {
	color: #cc0000;
}
#entertainment.detailPage.costa .detailAccessBox .attentionText {
	color: #cc0000;
	font-size: 1.9rem;
	font-weight: bold;
	margin-bottom: 15px;
}
#entertainment.detailPage.costa .detailAccessBox .attentionBox {
	color: #cc0000;
	border: 1px solid #cc0000;
	padding: 8px 18px;
	margin-bottom: 64px;
}
#entertainment.detailPage.costa .detailAccessBox .detailTeigi .height2 {
	min-height: 91px;
}
#entertainment.detailPage.costa .detailAccessBox .btnList {
	text-align: left;
}

#entertainment.detailPage.costa .acBlock {
	margin-bottom: 50px;
	background: #fff;
}
#entertainment.detailPage.costa .acBlock .clumBlock {
	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
	-ms-flex-wrap: wrap;
  	flex-wrap: wrap;
}
#entertainment.detailPage.costa .acBlock .clumBlock .textBox {
	width: calc(100% - 240px) ;
	margin-right: 40px;
	
}
#entertainment.detailPage.costa .acBlock .clumBlock .textBox .komidasi {
	margin: 50px 0 10px;
}
#entertainment.detailPage.costa .acBlock .clumBlock .textBox .arrowTtl {
	margin-bottom: 10px;
	font-weight: bold;
}
#entertainment.detailPage.costa .acBlock .clumBlock .textBox .arrowTtl span {
	color: #4891c2;
}
#entertainment.detailPage.costa .acBlock .clumBlock .table {
	width: 200px;
}
#entertainment.detailPage.costa .acBlock .clumBlock .table table {
	width: 100%;
	text-align: center;
}
#entertainment.detailPage.costa .acBlock .clumBlock .table table,#entertainment.detailPage.costa .acBlock .clumBlock .table table tr,#entertainment.detailPage.costa .acBlock .clumBlock .table table th,#entertainment.detailPage.costa .acBlock .clumBlock .table table td {
	border: 1px solid #ccc;
	background: #fff;
}
#entertainment.detailPage.costa .acBlock .clumBlock .table table th,#entertainment.detailPage.costa .acBlock .clumBlock .table table td {
	padding: 5px 10px;
}
#entertainment.detailPage.costa .acBlock .clumBlock .table table th {
	background: #4891c2;
	color: #fff;
}

@media screen and (max-width:833px){
	#entertainment.detailPage .titleVisual .roomsTitle h1 {
		font-size: 4.0rem;
	}
	#entertainment.detailPage .pointBox .catchMiddle + p {
		margin-bottom: 80px;
	}
	
	#entertainment.detailPage .pointBox .simpleBox,
	#entertainment.detailPage.kids .pointBox .simpleBox{
		margin-bottom: 55px;
	}
	#entertainment.detailPage .pointBox .flexBox.max dl {
		margin: 0 0 25px;
	}
	#entertainment.detailPage .pointBox .flexBox dl dd,#entertainment.detailPage.kids .pointBox .flexBox dl dd.w315 {
		max-width: none;
		margin: 0;
		padding: 25px 15px;
	}
	#entertainment.detailPage .pointBox .flexBox + .smallWrap,
	#entertainment.detailPage .pointBox .flexBox + .smallWrap.more,
	#entertainment.detailPage.kids .pointBox .flexBox + .smallWrap{
		margin: 0 auto;
		padding: 0 15px;
	}
	
	#entertainment.detailPage .tabList li {
		font-size: 1.5rem;
	}
	#entertainment.detailPage .flexBox.twoClum .box .textBox .detailTeigi dd {
		padding: 0 0 18px;
	}
	#entertainment.detailPage .flexBox.twoClum .box .textBox .title {
		font-size: 2.0rem;
	}
	#entertainment.detailPage .flexBox.twoClum .box .textBox .title span {
		font-size: 1.1rem;
	}
	
	#entertainment .titleVisual .imgWrap.act img {
		object-position: 26% center;
		font-family: 'object-fit: cover; object-position: 26% center;';
	}
	
	#entertainment.detailPage.kids .pointBox {
		margin-bottom: 60px;
	}
	
	#entertainment.detailPage.costa .pointBox .flexBox dl dd .tableWrap,#entertainment.detailPage.costa .detailAccessBox .detailTeigi .height2 {
		min-height: 0px;
	}
	#entertainment.detailPage.costa .detailAccessBox .attentionText{
		font-size: 1.7rem;
	}
	#entertainment.detailPage.costa .detailAccessBox .attentionBox {
		margin-bottom: 40px;
	}
	#entertainment.detailPage.costa .acBlock .clumBlock .textBox .komidasi {
		font-size: 1.7rem;
	}
}
@media screen and (max-width:468px){
	#entertainment.detailPage .btnList li {
		display: block;
		margin: 0 0 10px;
	}
	#entertainment.detailPage .btnList li a {
		width: 100%;
	}
	
	#entertainment.detailPage .flexBox.twoClum {
		display: block;
	}
	#entertainment.detailPage .flexBox.twoClum .box,#entertainment.detailPage .flexBox.twoClum .box:nth-child(2n) {
		width: 100%;
		margin: 0 0 35px;
	}
	#entertainment.detailPage .flexBox.twoClum .box .imgBox img {
		height: 200px;
		object-fit: cover;
		object-position:50% 100%;
		font-family: 'object-fit: cover; object-position:50% 100%;';
	}
	#entertainment.detailPage.costa .acBlock .clumBlock {
		display: block;
	}
	#entertainment.detailPage.costa .acBlock .clumBlock .textBox,#entertainment.detailPage.costa .acBlock .clumBlock .table {
		width: 100%;
	}
	#entertainment.detailPage.costa .acBlock .clumBlock .textBox {
		margin: 0 0 40px;
	}
}

/* 
------------------------------------------------------------------------------------------------------------------------
sightseeing
------------------------------------------------------------------------------------------------------------------------
*/
#sightseeing .underInnerWrap {
	padding-bottom: 120px;
}
@media screen and (max-width:833px){
	#sightseeing .underInnerWrap {
		padding-bottom: 70px;
	}
}

#sightseeing.gunkan .underInnerWrap {
	padding-bottom: 0;
}
#sightseeing.detailPage .titleVisual .roomsTitle h1 {
	line-height: 1.5;
	font-size: 4.4rem;
	font-weight: bold;
}
#sightseeing.gunkan .pointBox .flexBox dl {
	margin-bottom: 20px;
}
#sightseeing.gunkan .pointBox .flexBox+p {
	margin: 0 auto;	
}
#sightseeing.gunkan .detailAccessBox .smallWrap {
	padding-bottom: 75px;
}
#sightseeing.gunkan .histBox {
	margin-bottom: 220px;
}
#sightseeing.gunkan .histBox .flexBox {
	margin-bottom: 120px;
}
#sightseeing.gunkan .histBox .flexBox:last-child {
	margin-bottom: 0;
}
#sightseeing.gunkan .histBox .flexBox dt {
	width: 56.25%;
	position: relative;
}
#sightseeing.gunkan .histBox .flexBox dt .inner {
	position: relative;
	display: block;
	line-height: 0;
}
#sightseeing.gunkan .histBox .flexBox.left dt {
	margin-right: 4.125%;
}
#sightseeing.gunkan .histBox .flexBox.right dt {
	margin-left: 4.125%;
	order: 2;
}
#sightseeing.gunkan .histBox .flexBox dt .whiteTitle,
#sightseeing.gunkan .tourBox .flexBox dt .whiteTitle{
	position: absolute;
	top: 90%;
	right: 0;
	padding: 35px 60px;
	font-size: 1.8rem;
	line-height: 1.5;
	font-weight: bold;
	background: #fff;
	color: #65a2cc;
}
#sightseeing.gunkan .histBox .flexBox dd {
	width: 39.625%;
	padding-top:15px;
}
#sightseeing.gunkan .tourBox .flexBox {
	max-width: 1040px;
	padding: 0 40px;
	margin: 0 auto;
}
#sightseeing.gunkan .tourBox {
	margin-bottom: 100px;
}
#sightseeing.gunkan .tourBox .flexBox dt {
	position: relative;
	margin-bottom: 100px;
}
#sightseeing.gunkan .tourBox .flexBox dt .whiteTitle {
	top: 80%;
}
#sightseeing.gunkan .overviewBox {
	background: #fff;
	padding: 80px 0 75px;
}
#sightseeing.gunkan .overviewBox .komidasi {
	color: #65a2cc;
}
#sightseeing.gunkan .overviewBox .komidasi.border {
	border-bottom: 1px solid #ccc;
	padding-bottom: 8px;
}
#sightseeing.gunkan .overviewBox .simpleBox {
	margin-bottom: 80px;
}
#sightseeing.gunkan .overviewBox .simpleBox:last-child {
	margin-bottom: 0;
}
#sightseeing.gunkan .overviewBox .exTa {
	margin-bottom: 30px;
}
#sightseeing.gunkan .overviewBox .exTa dd {
	padding: 18px 0 18px 95px;
}
#sightseeing.gunkan .overviewBox .exTa dd span {
	display: inline-block;
	vertical-align: middle;
	text-align: center;
}
#sightseeing.gunkan .overviewBox .exTa dd span.first {
	width: 185px;
}
#sightseeing.gunkan .overviewBox .exTa dd span.last {
	width: 240px;
}
p.mb5 {
	margin-bottom: 5px;
}
@media screen and (max-width:833px){
	#sightseeing.gunkan .detailAccessBox .smallWrap {
		padding-bottom: 50px;
	}
	#sightseeing.gunkan .histBox {
		margin-bottom: 140px;
	}
	#sightseeing.gunkan .histBox .flexBox {
		margin-bottom: 75px;
	}
	#sightseeing.gunkan .tourBox {
		margin-bottom: 60px;
	}
	#sightseeing.gunkan .tourBox .flexBox {
		display: block;
		padding: 0;
	}
	#sightseeing.gunkan .tourBox .flexBox .box {
		width: 100%;
	}
	#sightseeing.gunkan .tourBox .flexBox .box dt img {
		height: 200px;
		object-fit: cover;
		font-family: 'object-fit: cover;';
	}
	#sightseeing.gunkan .tourBox .flexBox .box {
		margin-bottom: 45px;
	}
	#sightseeing.gunkan .tourBox .flexBox .box:nth-child(2n) {
		margin: 0;
	}
	#sightseeing.gunkan .tourBox .flexBox dt {
		margin-bottom: 20px;
	}
	#sightseeing.gunkan .tourBox .flexBox dt .whiteTitle {
		position: static;
		width: 100%;
		display: block;
		margin: -10px 0 0;
		padding: 20px 15px;
	}
	#sightseeing.gunkan .tourBox .flexBox dd {
		padding: 0 15px;
	}
	#sightseeing.gunkan .overviewBox {
		padding: 50px 0 30px;	
	}
	#sightseeing.gunkan .overviewBox .simpleBox {
		margin-bottom: 60px;
	}
	#sightseeing.gunkan .overviewBox .simpleBox .flexBox.twoClum {
		display: block;
	}
	#sightseeing.gunkan .overviewBox .simpleBox .flexBox.twoClum .box,
	#sightseeing.gunkan .overviewBox .simpleBox .flexBox.twoClum .box:nth-child(2n){
		width: 100%;
		margin: 0 0 30px;
	}
	#sightseeing.gunkan .overviewBox .exTa {
		font-size: 1.2rem;
	}
	#sightseeing.gunkan .overviewBox .exTa dd {
		padding: 18px 0 18px 60px;
	}
	#sightseeing.gunkan .overviewBox .exTa dd span.first {
		width: 60px;
	}
	#sightseeing.gunkan .overviewBox .exTa dd span.last {
		width: 134px;
	}
	#sightseeing.gunkan .overviewBox .exTa dd span.last .in833 {
		display: inline-block;
	}
}
@media screen and (max-width:500px){
	#sightseeing.gunkan .histBox {
		padding: 0;
		margin-bottom: 65px;
	}
	#sightseeing.gunkan .histBox .flexBox {
		display: block;
	}
	#sightseeing.gunkan .histBox .flexBox dt {
		width: 100%;
		margin: 0 0 20px !important;
	}
	#sightseeing.gunkan .histBox .flexBox dt img {
		height: 200px;
		object-fit: cover;
		font-family: 'object-fit: cover;';
	}
	#sightseeing.gunkan .histBox .flexBox dt .whiteTitle {
		position: static;
		width: 100% !important;
		max-width: none !important;
		display: block;
		padding: 20px 15px;
	}
	#sightseeing.gunkan .histBox .flexBox dd {
		padding: 0 15px;
		width: 100%;
	}
}

#sightseeing.iou .pointBox .flexBox dd {
	max-width: 342px;
}
#sightseeing.iou .pointBox .smallWrap:last-child {
	margin: 0 auto;
}
#sightseeing.iou .spotList .simpleBox {
	margin-bottom: 115px;
}
#sightseeing.iou .spotList .flexBox {
	margin-bottom: 46px;
}
#sightseeing.iou .spotList .simpleBox:last-child,
#sightseeing.iou .spotList .flexBox:last-child{
	margin-bottom: 0;
}
#sightseeing.iou .spotList .flexBox dd .title {
	font-size: 2.4rem;
	font-weight: bold;
	margin-bottom: 20px;
}
@media screen and (max-width:833px){
	#sightseeing.iou .pointBox .flexBox dd {
		max-width: none;
		width: 100%;
	}
	#sightseeing.iou .spotList .simpleBox {
		margin-bottom: 70px;
	}
	#sightseeing.iou .spotList .flexBox dd .title {
		font-size: 2.0rem;
		margin-bottom: 15px;
	}
}

/* 
------------------------------------------------------------------------------------------------------------------------
sightseeing
------------------------------------------------------------------------------------------------------------------------
*/
#persona {
	margin-bottom: 100px;
}

#persona .mainPersona {
	position: relative;
	line-height: 0;
	margin-bottom: 95px;
}
#persona .mainPersona .underLogo {
	position: absolute;
	top: 20px;
	left: 20px;
	z-index: 10;
}
#persona .mainPersona .backImg {
	height: 680px;
	object-fit: cover;
	font-family: 'object-fit: cover;';
}
#persona .mainPersona .inner {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.4);
	color: #fff;
	text-align: center;
	padding: 0 30px;
}
#persona .mainPersona .inner h1 {
	margin-bottom: 35px;
}
#persona .mainPersona .inner h1+p {
	line-height: 1.8;
	font-size: 2.0rem;
	font-weight: bold;
}

#persona .readBox {
	margin-bottom: 80px;
}
#persona .readBox .catchMiddle {
	margin-bottom: 30px;
}

#persona .contentBlock .flexBox.lineBox {
	margin-bottom: 70px;
}
#persona .contentBlock .flexBox.lineBox.last {
	margin-bottom: 80px;	
}

#persona .contentBlock .sumImgBox {
	margin: 0 0 130px;
}
#persona .contentBlock .sumImgBox .inner {
	display: block;
	line-height: 0;
	position: relative;
}
#persona .contentBlock .sumImgBox .inner:after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	background: rgba(85,76,75,0.3);
}
#persona .contentBlock .sumImgBox.lumina .inner:after {
	display: none;
}
#persona .contentBlock .sumImgBox .inner img {
	height: 400px;
	object-fit: cover;
	font-family: 'object-fit: cover;';
}
#persona .contentBlock .sumImgBox .logo {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	width: 100%;
	height: 100%;
	max-width: 1040px;
	padding: 0 40px;
	margin: 0 auto;
	font-size: 3.2rem;
	color: #fff;
	letter-spacing: 0.4rem;
	line-height: 1.5;
}
#persona .contentBlock .flexBox.halfBox {
	margin-bottom: 120px;
}
#persona .contentBlock .flexBox .sumImgBox.box {
	width: 50%;
	margin: 0;
}
#persona .contentBlock .flexBox .sumImgBox.box .imgBox {
	margin: 0;
}
#persona .contentBlock .flexBox .sumImgBox.box .imgBox a {
	border-radius: 0;
}
#persona .contentBlock .flexBox .sumImgBox.box .logo {
	font-size: 2.5rem;
	padding: 0 10%;
}
#persona .contentBlock .detailTeigi.last {
	margin-bottom: 50px;
}
#persona .contentBlock .detailTeigi.last+.betaLink {
	text-align: center;
}

#persona .tabList li {
	font-size: 1.8rem;
	font-weight: bold;
}
#persona .tabArea {
	margin-bottom: 155px;
}
#persona .tabArea .catchMiddle {
	text-align: center;
	color: #4891c2;
}
#persona .simpleBox p:last-child {
	margin: 0 auto;
}
#persona .simpleBox {
	margin-bottom: 100px;
}
#persona .pointBox .flexBox.max dl {
	margin: 0 0 18px;
}
#persona .pointBox .flexBox.normal {
	margin-bottom: 140px;
}
#persona .pointBox .flexBox.normal:last-child {
	margin-bottom: 0;
}
#persona .pointBox .flexBox.normal dt {
	width: 56.25%;
	position: relative;
	margin-right: 4.125%;
}
#persona .pointBox .flexBox.normal dt .inner {
	position: relative;
	display: block;
	line-height: 0;
}
#persona .pointBox .flexBox.normal.right dt {
	margin-left: 4.125%;
	margin-right: 0;
	order: 2;
}
#persona .pointBox .flexBox.normal dt .whiteTitle{
	position: absolute;
	top: 90%;
	right: 0;
	padding: 35px 60px;
	font-size: 1.8rem;
	line-height: 1.5;
	font-weight: bold;
	background: #fff;
	color: #65a2cc;
}
#persona .pointBox .flexBox.normal dd {
	width: 39.625%;
	padding-top:15px;
}
#persona .threedays .detailTeigi {
	margin-bottom: 45px;
}
#persona .threedays .betaLink {
	text-align: center;
}

@media screen and (max-width:833px){
	#persona {
		margin-bottom: 80px;
	}
	#persona .mainPersona,#persona .readBox {
		margin-bottom: 50px;
	}
	#persona .mainPersona .underLogo {
		top: 10px;
		left: 10px;
	}
	#persona .mainPersona .backImg {
		height: 450px;
	}
	#persona .mainPersona .inner h1 + p {
		font-size: 1.6rem;
	}
	#persona .contentBlock .flexBox.lineBox {
		margin-bottom: 40px;
	}
	#persona .contentBlock .sumImgBox {
		margin: 0 0 60px;
	}
	#persona .contentBlock .sumImgBox .inner img {
		height: 300px;
	}
	#persona .contentBlock .sumImgBox .logo {
		font-size: 2.6rem;
		padding: 0 10%;
	}
	#persona .contentBlock .sumImgBox.lumina .logo img {
		width: 130px;
	}
	#persona .contentBlock .flexBox.halfBox {
		margin-bottom: 50px;
	}
	#persona .contentBlock .flexBox.lineBox.last {
		margin-bottom: 65px;
	}
	
	#persona .tabArea {
		margin-bottom: 75px;
	}
	#persona .tabArea .simpleBox {
		margin-bottom: 65px;
	}
	#persona .pointBox .flexBox.normal {
		display: block;
		margin-bottom: 65px;
	}
	#persona .pointBox .flexBox.normal dt {
		width: 100%;
		margin: 0 0 20px !important;
	}
	#persona .pointBox .flexBox.normal dt img {
		height: 200px;
		object-fit: cover;
		font-family: 'object-fit: cover;';
	}
	#persona .pointBox .flexBox.normal dt .whiteTitle {
		position: static;
		width: 100% !important;
		max-width: none !important;
		display: block;
		padding: 20px 15px;
	}
	#persona .pointBox .flexBox.normal dd {
		padding: 0 15px;
		width: 100%;
	}
}
@media screen and (max-width:500px){
	#persona .contentBlock .flexBox.halfBox {
		display: block;
	}
	#persona .contentBlock .flexBox .sumImgBox.box {
		width: 100%;
	}
	#persona .contentBlock .flexBox .sumImgBox.box .imgBox .inner img {
		height: 200px;
	}
	
}

/* 
------------------------------------------------------------------------------------------------------------------------
access
------------------------------------------------------------------------------------------------------------------------
*/
#access .pointBox {
	margin-bottom: 65px;
}
#access .pointBox .catchMiddle + p {
	margin-bottom: 30px;
}
#access .pointBox .betaLink {
	margin-bottom: 80px;
}
#access .pointBox iframe {
	margin-bottom: 30px;
}
#access .pointBox .floatBox {
	overflow: hidden;
}
#access .pointBox .floatBox .betaLink {
	float: right;
}
#access .pointBox .floatBox .address {
	padding-right: 240px;
}
#access .pointBox .floatBox .address .title {
	font-size: 2.1rem;
	font-weight: bold;
	margin-bottom: 15px;
}

#access .tabList li {
	background: #fff;
	border: none;
	opacity: 1;
	text-align: center;
	padding: 20px 10px;
	border-radius: 20px;
}
#access .tabList li span {
	font-size: 1.5rem;
	font-weight: normal;
}
#access .tabList li img {
	margin: 0;
}
#access .tabList li .on,
#access .tabList li.active .off{
	display: none;
}
#access .tabList li.active .on {
	display: inline-block;
}
#access .tabList li.active {
	background: #4891c2;
	color: #fff;
}
#access .tabList li.active:after {
	display: none;
}
#access .tabList li .icon {
	display: block;
}
@media screen and (min-width:834px){
	#access .tabList li:hover {
		background: #4891c2;
		color: #fff;
	}
	#access .tabList li:hover .on {
		display: inline-block;
	}
	#access .tabList li:hover .off,#access .tabList li:hover:after {
		display: none;
	}
}

#access .whiteBox {
	padding: 100px 0;
	background: #fff;
}
#access .whiteBox .nakamidasi,
#access .whiteBox .nakamidasi+p{
	text-align: center;
}
#access .whiteBox .nakamidasi+p{
	margin-bottom: 55px;
}
#access .whiteBox .border {
	border: 1px solid #ccc;
	padding: 40px 35px;
}
#access .whiteBox .border h3 {
	font-size: 3.0rem;
	margin-bottom: 15px;
}
#access .whiteBox .border h3+p {
	margin-bottom: 55px;
}
#access .whiteBox figure {
	text-align: center;
}
@media screen and (max-width:833px){
	#access .pointBox .betaLink {
		margin-bottom: 40px;
	}
	#access .pointBox iframe {
		height: 300px;
		margin-bottom: 20px;
	}
	#access .pointBox .floatBox .betaLink {
		float: none;
		text-align: center;
		margin: 0 0 20px;
	}
	#access .pointBox .floatBox .address {
		padding: 0;
	}
	
	#access .tabList {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	#access .tabList li {
		width: 31%;
		margin: 0 3.5% 10px 0;
		flex: none;
	}
	#access .tabList li:nth-child(3n) {
		margin: 0 0 10px;
	}
	
	#access .whiteBox {
		padding: 60px 0;
	}
	#access .whiteBox .nakamidasi + p,
	#access .whiteBox .border h3 + p{
		margin-bottom: 40px;
	}
	#access .whiteBox .border {
		padding: 32px 20px;
	}
	#access .whiteBox .border h3 {
		font-size: 2.4rem;
	}
}

#access .tabArea .bussBlock {
	padding-bottom: 80px;
}
#access .tabArea .bussBlock .simpleBox {
	padding-bottom: 80px;
	margin-bottom: 55px;
	border-bottom: 1px solid #ccc;
}
#access .tabArea .bussBlock .simpleBox.last {
	border: none;
	margin-bottom: 0;
}
#access .tabArea .bussBlock .simpleBox figure {
	margin: 45px 0 50px;
	line-height: 0;
}
#access .tabArea .bussBlock .simpleBox .btnList {
	margin: 70px 0 0;
	text-align: center;
}
#access .tabArea .bussBlock .linkList {
	border: 1px solid #ccc;
	padding: 30px 40px 20px;
	overflow: hidden;
}
#access .tabArea .bussBlock .linkList dt {
	float: left;
	font-weight: bold;
}
#access .tabArea .bussBlock .linkList dd {
	padding: 0 0 0 160px;
}
#access .tabArea .bussBlock .linkList dd li {
	display: inline-block;
	vertical-align: top;
	margin: 0 40px 10px 0;
}
#access .tabArea .bussBlock .linkList dd li:last-child {
	margin: 0 0 10px;
}
#access .tabArea .bussBlock .linkList dd li span,#access .tabArea .bussBlock .linkList dd li img {
	vertical-align: middle;
}
#access .tabArea .bussBlock .linkList dd li span {
	margin-right: 10px;
}
@media screen and (max-width:833px){
	#access .tabArea .bussBlock .simpleBox {
		padding-bottom: 55px;
		margin-bottom: 40px;
	}
	#access .tabArea .bussBlock .simpleBox figure {
		margin: 45px 0 15px;
	}
	#access .tabArea .bussBlock .simpleBox .btnList {
	    margin: 45px 0 0;
	}
	#access .tabArea .bussBlock .simpleBox .btnList li {
		display: block;
		margin: 0 0 10px;
	}
	#access .tabArea .bussBlock .simpleBox .btnList li a{
		max-width: 360px;
		width: 100%;
	}
	#access .tabArea .bussBlock .linkList {
		padding: 22px 25px 12px;
	}
	#access .tabArea .bussBlock .linkList dt {
		float: none;
	}
	#access .tabArea .bussBlock .linkList dd {
		padding: 0;
	}
}

#access .tabArea .carBlock .simpleBox {
	margin-bottom: 85px;
}
#access .tabArea .carBlock .simpleBox figure {
	margin-bottom: 40px;
}
#access .tabArea .carBlock .simpleBox figure img {
	margin-bottom: 30px;
}
#access .tabArea .carBlock .simpleBox figure img:last-child {
	margin-bottom: 0;
}
#access .tabArea .carBlock .simpleBox .komidasi.blueText {
	margin-bottom: 10px;
}
#access .tabArea .carBlock .simpleBox .blueTitleTeigi {
	border-top: 1px solid #ccc;
	margin-bottom: 15px;
}
#access .tabArea .carBlock .simpleBox .blueTitleTeigi dt {
	color: #65a2cc;
	font-size: 1.8rem;
	font-weight: bold;
	margin-bottom: 5px;
	padding: 15px 5px 0;
}
#access .tabArea .carBlock .simpleBox .blueTitleTeigi dd {
	padding: 0 5px 15px;
	border-bottom: 1px solid #ccc;
}
#access .tabArea .carBlock .simpleBox .blueTitleTeigi dd img,
#access .tabArea .carBlock .simpleBox .blueTitleTeigi dd span{
	vertical-align: middle;
}
#access .tabArea .carBlock .simpleBox .blueTitleTeigi dd img {
	margin-right: 10px;
}
#access .tabArea .carBlock .simpleBox .blueTitleTeigi dd span{
	font-size: 2.0rem;
	font-weight: bold;
}
#access .tabArea .carBlock .simpleBox .parkingFlex {
	margin-bottom: 50px;
}
#access .tabArea .carBlock .simpleBox .parkingFlex li:first-child {
	width: 63.33%;
	margin: 0 5.42% 0 0;
}
#access .tabArea .carBlock .simpleBox .parkingFlex li:first-child .komidasi {
	margin-bottom: 20px;
}
#access .tabArea .carBlock .simpleBox .parkingFlex li:last-child {
	width: 31.25%;
}
#access .tabArea .carBlock .simpleBox .parkingFlex li:last-child .inner {
	background: #fff;
	padding: 20px;
	text-align: center;
	border-radius: 20px;
	line-height: 1.5;
}
#access .tabArea .carBlock .simpleBox iframe,#access .tabArea .carBlock .simpleBox iframe+p {
	margin-bottom: 40px;
}
#access .tabArea .carBlock .simpleBox .parkingList li {
	overflow: hidden;
	line-height: 1.5;
	margin-bottom: 40px;
}
#access .tabArea .carBlock .simpleBox .parkingList li .number {
	font-size: 1.62963rem;
	width: 43px;
	height: 43px;
	text-align: center;
	line-height: 43px;
	color: #fff;
	font-weight: bold;
	background: #418dc0;
	border-radius: 50%;
	display: block;
	float: left;
}
#access .tabArea .carBlock .simpleBox .parkingList li .inner {
	padding: 10px 0 0 60px;
}
#access .tabArea .carBlock .simpleBox .parkingList li .inner p:first-child {
	font-size: 1.8rem;
	font-weight: bold;
	color: #418dc0;
	margin-bottom: 20px;
}
@media screen and (max-width:833px){
	#access .tabArea .carBlock .simpleBox {
		margin-bottom: 50px;
	}
	#access .tabArea .carBlock .simpleBox figure {
		margin-bottom: 30px;
	}
	#access .tabArea .carBlock .simpleBox figure img {
		margin-bottom: 10px;
	}
	#access .tabArea .carBlock .simpleBox .parkingList li {
		margin-bottom: 20px;
	}
	#access .tabArea .carBlock .simpleBox iframe {
		height: 300px;
		margin-bottom: 15px;
	}
}
@media screen and (max-width:500px){
	#access .tabArea .carBlock .simpleBox .parkingFlex {
		display: block;
	}
	#access .tabArea .carBlock .simpleBox .parkingFlex li {
		width: 100% !important;
	}
	#access .tabArea .carBlock .simpleBox .parkingFlex li:first-child {
		margin: 0 0 20px;
	}
}

#access .tabArea .trainBlock figure {
	margin: 55px 0 50px;
}
#access .tabArea .trainBlock .komidasi.blueText {
	margin-bottom: 10px;
}
#access .tabArea .trainBlock .detailTeigi {
	margin-bottom: 23px;
}
#access .tabArea .trainBlock .plus {
	font-size: 2.0rem;
	color: #fff;
	background: #418dc0;
	text-align: center;
	border-radius: 50%;
	width: 42px;
	height: 42px;
	line-height: 42px;
	margin: 0 auto 20px;
}
#access .tabArea .trainBlock .shuttlebus {
	max-width: 434px;
	margin: 0 auto;
	background: #fff;
	border-radius: 20px;
	padding: 30px;
	text-align: center;
	margin-bottom: 100px;
}
#access .tabArea .trainBlock .shuttlebus dt,#access .tabArea .trainBlock .shuttlebus dd {
	display: inline-block;
	vertical-align: middle;
}
#access .tabArea .trainBlock .shuttlebus dt {
	margin-right: 40px;
}
#access .tabArea .trainBlock .shuttlebus dd {
	text-align: left;
	line-height: 1.5;
}
#access .tabArea .trainBlock .btnList,
#access .tabArea .airBlock .btnList{
	text-align: center;
}
#access .tabArea .trainBlock .btnList li,
#access .tabArea .airBlock .btnList li{
	margin-bottom: 40px
}
#access .tabArea .trainBlock .btnList .block,
#access .tabArea .airBlock .btnList .block{
	display: block;
	margin-right: 0;
}
#access .tabArea .trainBlock .whiteBox,
#access .tabArea .airBlock .whiteBox{
	padding-bottom: 0;
}
@media screen and (max-width:833px){
	#access .tabArea .trainBlock figure {
		margin: 33px 0 30px;
	}
	#access .tabArea .trainBlock .shuttlebus {
		margin-bottom: 60px;
	}
	#access .tabArea .trainBlock .btnList li,
	#access .tabArea .airBlock .btnList li{
		margin-bottom: 15px;
		margin-right: 0;
		display: block;
	}
	#access .tabArea .trainBlock .btnList li:last-child,
	#access .tabArea .airBlock .btnList li:last-child{
		margin-bottom: 0;
	}
	#access .tabArea .trainBlock .btnList li a,
	#access .tabArea .airBlock .btnList li a{
		max-width: 355px;
		width: 100%;
	}
}
@media screen and (max-width:500px){
	#access .tabArea .trainBlock .shuttlebus dt, #access .tabArea .trainBlock .shuttlebus dd {
		display: block;
		text-align: center;
	}
	#access .tabArea .trainBlock .shuttlebus dt {
		margin: 0;
	}
}

#access .tabArea .shipBlock {
	padding-bottom: 100px;
}
#access .tabArea .shipBlock figure {
	margin: 30px 0;
}
@media screen and (max-width:833px){
	#access .tabArea .shipBlock {
		padding-bottom: 70px;
	}
}
@media screen and (max-width:500px){
	#access .tabArea .shipBlock .btnList li {
		display: block;
		margin: 0 0 10px;
	}
	#access .tabArea .shipBlock .btnList li a {
		width: 100%;
	}
}

#access .tabArea .airBlock .nakamidasi+p {
	margin-bottom: 15px;
}
#access .tabArea .airBlock figure {
	margin: 15px 0;
}
#access .tabArea .airBlock .arrowLink {
	margin-bottom: 35px;
}
#access .tabArea .airBlock .arrowLink img,#access .tabArea .airBlock .arrowLink span {
	vertical-align: middle;
}
#access .tabArea .airBlock .arrowLink span {
	margin-right: 10px;
}

/* 
------------------------------------------------------------------------------------------------------------------------
shop
------------------------------------------------------------------------------------------------------------------------
*/

#shop .underInnerWrap {
	padding-bottom: 60px;
}
#shop .pointBox {
	margin-bottom: 90px;
}
#shop .shopBox .maxImgBox {
	margin-bottom: 65px;
}
#shop .shopBox .maxImgBox dt {
	line-height: 0;
	margin-bottom: 45px;
}
#shop .shopBox .maxImgBox dt img {
	height: 480px;
	object-fit: cover;
	font-family: 'object-fit: cover;';
}
#shop .shopBox .maxImgBox dd .catchMiddle {
	margin-bottom: 20px;
}
#shop .shopBox .flexBox {
	margin-bottom: 25px;
}
#shop .shopBox .flexBox.twoClum .box {
	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
	margin-bottom: 75px;
}
#shop .shopBox .flexBox.twoClum .box .imgBox {
	width: 39.57%;
	margin-right: 4%;
}
#shop .shopBox .flexBox.twoClum .box .imgBox span {
	display: block;
	overflow: hidden;
	border-radius: 50%;
}
#shop .shopBox .flexBox.twoClum .box .textBox {
	width: 56.43%;
}
#shop .shopBox .detailTeigi {
	margin-bottom: 65px;
}
#shop .shopBox iframe {
	margin-bottom: 80px;
}
#shop .shopBox .nakamidasi+p {
	margin-bottom: 50px;
}
#shop .shopBox .roomsList {
	margin-bottom: 150px;
}
#shop .shopBox .roomsList.last {
	margin-bottom: 0;
}
#shop .shopBox .roomsList li {
	display: inline-block;
	margin: 0 30px 40px 0;
	line-height: 0;
}
#shop .shopBox .roomsList li:last-child {
	margin: 0 0 10px;
}

@media screen and (max-width:833px){
	#shop .underInnerWrap {
		padding-bottom: 40px;
	}
	#shop .pointBox {
		margin-bottom: 55px;
	}
	#shop .shopBox .maxImgBox {
		margin-bottom: 40px;
	}
	#shop .shopBox .maxImgBox dt {
		margin-bottom: 20px;
	}
	#shop .shopBox .maxImgBox dt img {
		height: 200px;
	}
	#shop .shopBox .maxImgBox dd .catchMiddle {
		margin-bottom: 5px;
	}
	#shop .shopBox .flexBox {
		display: block;
		margin-bottom: 40px;
	}
	#shop .shopBox .flexBox.twoClum .box {
		width: 100%;
		margin: 0 0 30px;
	}
	#shop .shopBox .flexBox.twoClum .box .imgBox {
		width: 25.57%;
		margin-bottom: 0;
	}
	#shop .shopBox .flexBox.twoClum .box .textBox {
		width: 70.43%;
		padding-top: 30px;
	}
	#shop .shopBox .detailTeigi {
		margin-bottom: 55px;
	}
	#shop .shopBox iframe {
		height: 300px;
		margin-bottom: 30px;
	}
	#shop .shopBox .roomsList {
		margin-bottom: 75px;
	}
}
@media screen and (max-width:500px){
	#shop .shopBox .flexBox.twoClum .box .imgBox {
		width: 39.57%;
	}
	#shop .shopBox .flexBox.twoClum .box .textBox {
		width: 56.43%;
		padding-top: 0;
	}
	#shop .shopBox .roomsList li {
		display: block;
		margin: 0 0 30px;
	}
}

/* 
------------------------------------------------------------------------------------------------------------------------
about
------------------------------------------------------------------------------------------------------------------------
*/

#about,#faq {
	margin-bottom: 120px;
}
#about .noImgTitle,#faq .noImgTitle,#contact .noImgTitle{
	padding: 200px 0 60px;
}
#about .noImgTitle h2,#faq .noImgTitle h2,#contact .noImgTitle h2 {
	margin-bottom: 15px;
}
#about .noImgTitle .readBox,#faq .noImgTitle .readBox,#contact .noImgTitle .readBox {
	max-width: 1040px;
	padding: 0 40px;
	margin: 0 auto;
}

#about .detailTeigi dd {
	padding: 18px 0 18px 240px;
}
@media screen and (max-width:833px){
	#about {
		margin-bottom: 80px;
	}
	#about .noImgTitle,#faq .noImgTitle,#contact .noImgTitle {
		padding: 120px 0 40px;
	}
	#about .noImgTitle .readBox,#faq .noImgTitle .readBox,#contact .noImgTitle .readBox {
		padding: 0 15px;
	}
	#about .detailTeigi dd {
		padding: 0 0 18px;
	}
}

/* 
------------------------------------------------------------------------------------------------------------------------
faq
------------------------------------------------------------------------------------------------------------------------
*/
#faq .contactBox {
	margin-bottom: 60px;
}
#faq .uncLink,#faq .contentBlock {
	margin-bottom: 110px;
}
@media screen and (max-width:833px){
	#faq .contactBox {
		margin-bottom: 40px;
	}
	#faq .uncLink,#faq .contentBlock {
		margin-bottom: 70px;
	}
}
@media screen and (max-width:500px){
	#faq .uncLink li {
			display: block;
		margin: 0 0 10px;
	}
	#faq .uncLink li a {
		width: 100%;
	}
}

/* 
------------------------------------------------------------------------------------------------------------------------
contact
------------------------------------------------------------------------------------------------------------------------
*/
#contact .contactBox {
	margin-bottom: 110px;
}
#contact .contactForm .arrowLink span,#contact .contactForm .arrowLink img {
	vertical-align: middle;
}
#contact .contactForm .arrowLink span {
	margin-right: 10px;
}

#contact .contactForm .formTeigi {
	margin: 50px 0 15px;
	border-top: 1px solid #ccc;
}
#contact .contactForm .formTeigi dt {
	float: left;
	clear: both;
	padding: 24px 0 0;
	overflow: hidden;
	width: 260px;
}
#contact .contactForm .formTeigi dt span {
	display: block;
}
#contact .contactForm .formTeigi dt span.hissu {
	float: left;
	background: #64a2cc;
	color: #fff;
	font-size: 1.2rem;
	width: 42px;
	height: 26px;
	line-height: 26px;
	text-align: center;
	border-radius: 4px;
}
#contact .contactForm .formTeigi dt span.name {
	padding-left: 55px;
}
#contact .contactForm .formTeigi dd {
	padding: 20px 0 20px 260px;
	border-bottom: 1px solid #ccc;
}
#contact .contactForm .formTeigi dd .inputParts {
	border: 1px solid #999;
	padding: 12px 10px 13px;
	font-size: 1.5rem;
	width : -webkit-calc(100% - 180px) ;
    width : calc(100% - 180px) ;
}
#contact .contactForm .formTeigi dd textarea.inputParts {
	min-height: 240px;
}
#contact .contactForm .formTeigi dd .inputParts+p {
	margin: 5px 0 0;
}
#contact .contactForm .formTeigi dd .inputParts+p.mailAttention {
	margin-bottom: 30px;
}
#contact .contactForm .formTeigi dd .mailAttention+p {
	margin-bottom: 5px;
}
#contact .contactForm .formTeigi dd .inputParts.wpcf7c-conf {
	border: none;
	background: none;
	min-height: 0;
	
}
#contact .contactForm .formTeigi dd.kakunin p {
	margin-bottom: 5px;
}
#contact .contactForm .formTeigi dd.kakunin .check li {
	display: inline-block;
	margin: 0 20px 0 0;
}
#contact .contactForm .formTeigi dd.kakunin .check li:last-child {
	margin: 0;
}
.wpcf7-list-item {
	margin: 0 !important;
}
#contact .contactForm .formBtnWrap {
	text-align: center;
	margin-bottom: 80px;
}
#contact .contactForm .formBtn {
	display: inline-block;
	position: relative;
}
#contact .contactForm .formBtn:after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	right: 18px;
	margin: auto 0;
	width: 9px;
	height: 9px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	transition: .3s;
	display: none;
}
#contact .contactForm .formBtn input {
	display: inline-block;
	background: #4891c2;
	color: #fff;
	text-align: center;
	font-size: 1.5rem;
	/*padding: 16px 75px 16px 65px;*/
	padding: 16px 65px 16px 65px;
	position: relative;
	border-radius: 30px;
	font-weight: bold;
	box-sizing: border-box;
	border: none;
}
#contact .contactForm .guideBox {
	margin-bottom: 100px;
	border: 1px solid #ccc;
	background: #fff;
	padding: 40px;
}
#contact .contactForm .guideBox h3 {
	font-size: 2.0rem;
	margin-bottom: 20px;
}

.wpcf7-response-output,div.wpcf7 .ajax-loader {
	display: none !important;
}
/*
#contact .formBtnWrap .formBtn:nth-child(1),
#contact .formBtnWrap .formBtn:nth-child(3),*/
#contact .custom-wpcf7c-confirmed .formTeigi dd p,
#contact .custom-wpcf7c-confirmed .formTeigi dd .your-email-comf{
	display: none;
}
#contact .custom-wpcf7c-confirmed .formBtnWrap .formBtn:nth-child(3),
#contact .custom-wpcf7c-confirmed .formBtnWrap .formBtn:nth-child(1){
	display: inline-block;
	margin: 0 15px 10px 0;
}
#contact .custom-wpcf7c-confirmed .formBtnWrap .formBtn:nth-child(3) {
	margin-right: 0;
}

#contact .wpcf7c-force-hide {
	display: inline-block!important;
	border: none !important;
}
#contact .formBtn .wpcf7c-force-hide {
	display: none !important;
	
}

@media screen and (max-width:833px){
	#contact .contactBox {
		margin-bottom: 55px;
	}
	#contact .contactForm .formTeigi dt {
		float: none;
		width: 100%;
		padding: 24px 0 12px;
	}
	#contact .contactForm .formTeigi dd {
		padding: 0 0 20px;
	}
	#contact .contactForm .formTeigi dd .inputParts {
		width: 100%;
	}
	#contact .contactForm .formTeigi dd .inputParts + p.mailAttention {
		margin-bottom: 20px;
	}
	#contact .contactForm .formBtnWrap {
		margin-bottom: 50px;
	}
	#contact .contactForm .guideBox {
		padding: 30px 20px;
	}
	#contact .contactForm .guideBox h3 {
		font-size: 1.8rem;
		margin-bottom: 10px;
	}
}
.tabArea.detailLinkList .tabBox .maxImgBox .flexBox .rightBox .betaLink a {
    margin: 0;
    padding: 10px 46px 10px 36px;

}
.tabArea.detailLinkList .tabBox .maxImgBox .flexBox .rightBox .betaLink a:after {
    right: 18px;
    top: 3px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
}
@media screen and (max-width:833px){
    .tabArea.detailLinkList .tabBox .maxImgBox .flexBox .rightBox .betaLink {
        text-align: center;
    }
}
.tabArea.detailLinkList .tabBox .maxImgBox .flexBox .rightBox dl+.betaLink {
	margin-top: 30px;
}