@charset "UTF-8";
@import url('https://fonts.googleapis.com/css?family=Sorts+Mill+Goudy:400,400i&display=swap&subset=latin-ext');

/* CSS Document */

*{margin: 0;padding: 0; outline:none; /*-webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;*/ -webkit-appearance: none;
}
html {font-size:62.5%;}
body {background: #f2f2f5; color:#2b3034; text-align: center; scrolling: yes; position: relative; -webkit-text-size-adjust: 100%; overflow-x: hidden;}
body,
button,
input{font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "Yu Gothic", YuGothic, 'Hiragino Kaku Gothic ProN','メイリオ',Meiryo,'ＭＳ Ｐゴシック', sans-serif; font-size:16px; line-height:1.7;}

body.en,
body.en button,
body.en input{font-family: Helvetica, "Helvetica", Arial, "Arial", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "Yu Gothic", YuGothic, 'Hiragino Kaku Gothic ProN','メイリオ',Meiryo,'ＭＳ Ｐゴシック', sans-serif;}

body.fixed {position: fixed; width: 100%; height: 100%;}

h1, h2, h3, *.serif{font-family: "Times New Roman", "Times", "游明朝 Medium", "Yu Mincho Medium", "游明朝体", "Yu Mincho", serif!important; letter-spacing: 0.01px;}
h1, h2, h3{font-weight:normal;}

*.sansSerif{font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "Yu Gothic", YuGothic, 'Hiragino Kaku Gothic ProN','メイリオ',Meiryo,'ＭＳ Ｐゴシック', sans-serif;}


a{color:#2b3034; text-decoration: none; overflow: hidden; outline:none; cursor: pointer;}
a[href^="tel"]{color: inherit; text-decoration: none;}
a:hover{text-decoration: none;}

p{font-size: 14px;}
img{border: none; vertical-align: top;}
table{border-collapse: collapse;}
ul{list-style-type: none;}
button, input, select{border: none; cursor: pointer;}
select{-moz-appearance: none; text-indent: 0.01px; text-overflow: '';}
select::-ms-expand {display: none;}

/* FOR SLICK.JS */
.slick-list{_zoom: 1; overflow: hidden; padding: 0!important;}




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

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



/* ::::::::::::::::::::::::::::::::: COMMON ::::::::::::::::::::::::::::::::: */

div.wrap {
	overflow: hidden;
	width: 100%;
	padding-top: 120px;
}
@media screen and (max-width: 1019px) {
	div.wrap {
		padding-top: 60px;
	}
}
/*COMMON*/
.hoverAlpha {
	transition: opacity 0.2s ease;
}
.hoverAlpha:hover {
	opacity: 0.8;
}
@media screen and (max-width: 1019px) {
	.hoverAlpha {}
	.hoverAlpha:hover {
		opacity: 1;
	}
}


a[href^="tel:"] {
  pointer-events: none;
  color: inherit;
}
@media screen and (max-width: 1019px) {
  a[href^="tel:"] {
    pointer-events: all;
  }
}

p.commonLink {
	width: 100%;
	max-width: 260px;
	text-align: center;
}
@media screen and (max-width: 1019px) {
	p.commonLink {
		max-width: 100%;
	}
}

p.commonLink.center {
	margin-left: auto;
	margin-right: auto;
}
p.commonLink a,
.btnGreen {
	display: block;
	color: #FFF!important;
	background: #2badbd!important;
	padding: 7px 10px;
	text-decoration: none!important;
	transition: all 0.2s ease;
}
.btnGreen {
	width: 100%;
	font-size: 14px;
}
p.commonLink a:hover,
.btnGreen:hover  {
	opacity: 0.8;
}
p.commonLink.green a {
	background: #2badbd!important;
}
p.commonLink.gray a {
	background: #a4a6a8!important;
}
p.commonLink.darkGray a {
	background: #65686c!important;
}
p.commonLink.gold a {
	background: #d69e36!important;
}
p.commonLink.black a {
	background: none!important;
	color: #2b3034!important;
	border: 1px solid #2b3034!important;
	box-sizing: border-box!important;
}
p.commonLink.black a:hover {
	opacity: 1;
	background: #2b3034!important;
	color: #FFF!important;
}
p.commonLink.white a {
	background: none!important;
	color: #FFF!important;
	border: 1px solid #FFF!important;
	box-sizing: border-box!important;
}
p.commonLink.white a:hover {
	opacity: 1;
	background: #FFF!important;
	color: #2b3034!important;
}



/* MAIN VISUAL */
div.h1Wrap h1 {
	color: #2b3034;
	font-size: 32px;
	line-height: 1.5;
	width: 90%;
	margin: 0 auto;
}
@media screen and (max-width: 1019px) {
	div.h1Wrap h1 {
		font-size: 26px;
	}
}
div.h1Wrap p.lead {
	font-size: 15px;
	padding: 15px 0 0;
}

div.h1Wrap.withImg {
	position: relative;
	overflow: hidden;
}
div.h1Wrap.withImg div.inner {
	position: absolute;
	width: 90%;
	height: 100%;
	left: 5%;
	top: 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
div.h1Wrap.withImg h1 {
	color: #FFF;
	font-size: 34px;
}
@media screen and (max-width: 1019px) {
	div.h1Wrap.withImg h1 {
		font-size: 26px;
	}
}
div.h1Wrap.withImg p.lead {
	color: #FFF;
}
div.h1Wrap.withImg p.checkIn {
	position: absolute;
	right: 20px;
	bottom: 20px;
	text-align: right;
}
@media screen and (max-width: 1019px) {
	div.h1Wrap.withImg p.checkIn {
		right: 0;
		left: 0;
		text-align: center;
		margin: 0 auto;
	}
	.rentalDress .h1Wrap.indexHeader h1,
	.rentalDress .h1Wrap.indexHeader .lead{
		text-shadow: 1px 1px 12px rgba(0,0,0,.8) ,
		-1px 1px 12px rgba(0,0,0,.8) ,
		1px -1px 12px rgba(0,0,0,.8) ,
		-1px -1px 12px rgba(0,0,0,.8);
	}
}
div.h1Wrap.withImg p.checkIn span {
	padding: 0 25px;
	display: inline-block;
	line-height: 28px;
	border-radius: 14px;
	background: #FFF;
	font-size: 11px;
}

div.h1Wrap.sldshow {
	padding: 10px;
	background: #e6e6e9;
}
@media screen and (max-width: 1019px) {
	div.h1Wrap.sldshow {
    padding: 10px;
	}
}
div.h1Wrap.sldshow h1 {
	text-align: left;
	width: 100%;
	padding: 60px 0 25px;
	font-size: 28px;
}
@media screen and (max-width: 1019px) {
	div.h1Wrap.sldshow h1 {
		padding: 30px 0 20px;
		font-size: 20px;
	}
}
div.h1Wrap.sldshow p.lead {
	text-align: left;
	padding: 0 0 30px;
	font-size: 14px;
  width: 100%;
}
div.h1Wrap.sldshow p.lead .lead_strong {
	font-size: 24px;
  color: #2BADBD;
}
div.h1Wrap.sldshow p.lead_tel_strong {
	font-size: 20px;
  color: #2B3034;
  text-align: left;
  padding: 0 0 15px;
  letter-spacing: 1px;
}
div.h1Wrap.sldshow p.lead_tel_strong a {
	font-size: 27px;
  color: #2BADBD;
  margin-left: 10px;
}
div.h1Wrap.sldshow p.lead .lead_weak {
	font-size: 12px;
  color: #999999;
}
div.h1Wrap.sldshow div.titleWrap {
	background: #FFF;
	display: flex;
	width: 100%;
}
@media screen and (max-width: 1019px) {
	div.h1Wrap.sldshow div.titleWrap {
		display: block;
	}
}
div.h1Wrap.sldshow div.titleWrap.right {
	flex-direction: row-reverse;
}
div.h1Wrap.sldshow div.first {
	width: 56%;
  position: relative;
}
@media screen and (max-width: 1019px) {
	div.h1Wrap.sldshow div.first {
		width: 100%;
	}
}


div.h1Wrap.sldshow div.first .planCaptionObi {
  position: absolute;
  top: -6px;
  right: -6px;
  width: 89px;
  height: 91px;
  overflow: hidden;
  z-index: 1;
}
div.h1Wrap.sldshow div.first .planCaptionObiTxt {
  display: inline-block;
  position: absolute;
  padding: 7px 0;
  left: -24px;
  top: 22px;
  width: 160px;
  text-align: center;
  font-size: 13px;
  line-height: 16px;
  background: #D69E36;
  color: #fff;
  letter-spacing: 0.05px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}
div.h1Wrap.sldshow div.first .planCaptionObiTxt:before, div.h1Wrap.sldshow div.first .planCaptionObiTxt:after {
  position: absolute;
  content: "";
  border-top: 4px solid #C78619;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  bottom: -4px;
}
div.h1Wrap.sldshow div.first .planCaptionObiTxt:before {
  left: 14px;
}
div.h1Wrap.sldshow div.first .planCaptionObiTxt:after {
  right: 18px;
}

div.h1Wrap.sldshow div.first .planCaptionObiTxt.finish {
  background: #205d7f;
}
div.h1Wrap.sldshow div.first .planCaptionObiTxt.finish:before,
div.h1Wrap.sldshow div.first .planCaptionObiTxt.finish:after {
  border-top: 4px solid #205d7f;
}


div.h1Wrap.sldshow div.first img {
	width: 100%;
}
div.h1Wrap.sldshow div.second {
	width: 36%;
	padding: 0 4%;
	display: flex;
	flex-wrap: wrap;
	align-content: center;
}
@media screen and (max-width: 1019px) {
	div.h1Wrap.sldshow div.second {
		width: auto;
		padding: 0 15px;
		display: block;
	}
}
div.h1Wrap.sldshow div.second p:last-child {
	padding-bottom: 60px!important;
}
@media screen and (max-width: 1019px) {
	div.h1Wrap.sldshow div.second p:last-child {
		padding-bottom: 50px!important;
	}
}
div.h1Wrap.sldshow ul.inner {
	position: relative;
	_zoom: 1;
	overflow: hidden;
}
div.h1Wrap.sldshow ul.inner li {
	float: left;
}
div.h1Wrap.sldshow ul.slick-dots {
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 20px;
}
@media screen and (max-width: 1019px) {
	div.h1Wrap.sldshow ul.slick-dots {
		bottom: 13px;
	}
}
div.h1Wrap.sldshow ul.slick-dots li {
	display: inline-block;
	width: 8px;
	height: 8px;
	cursor: pointer;
	background: #FFF;
	background: rgba(255,255,255,0.5);
	margin: 0 4px;
	overflow: hidden;
	text-indent: -999px;
	border-radius: 50%;
	float: none;
}
div.h1Wrap.sldshow ul.slick-dots li.slick-active {
	background: #2b3034;
}
div.h1Wrap.sldshow button.slick-prev,
div.h1Wrap.sldshow button.slick-next {
	position: absolute;
	width: 40px;
	height: 40px;
	top: 45%;
	top: calc(50% - 20px);
	overflow: hidden;
	text-indent: -999px;
	z-index: 20;
}
@media screen and (max-width: 1019px) {
	div.h1Wrap.sldshow button.slick-prev,
  div.h1Wrap.sldshow button.slick-next {
		width: 30px;
		height: 30px;
		top: auto;
		bottom: 10px;
	}
}

div.h1Wrap.sldshow button.slick-prev:hover,
div.h1Wrap.sldshow button.slick-next:hover {
	opacity: 0.7;
}
@media screen and (max-width: 1019px) {
	div.h1Wrap.sldshow button.slick-prev:hover,
	div.h1Wrap.sldshow button.slick-next:hover {
		opacity: 1;
	}
}
div.h1Wrap.sldshow button.slick-prev {
	left: 20px;
	background: url(../img/common/vector_circle_left_white.svg) no-repeat center left;
	background-size: 40px 40px;
	z-index: 10;
}
@media screen and (max-width: 1019px) {
	div.h1Wrap.sldshow button.slick-prev {
		left: 10px;
		background-size: 30px 30px;
	}
}
div.h1Wrap.sldshow button.slick-next {
	right: 20px;
	background: url(../img/common/vector_circle_right_white.svg) no-repeat center left;
	background-size: 40px 40px;
}
@media screen and (max-width: 1019px) {
	div.h1Wrap.sldshow button.slick-next {
		right: 10px;
		background-size: 30px 30px;
	}
}

div.h1Wrap.sldshow.sldshowBgDarkGray {
	background: #2B3034;
}
div.h1Wrap.sldshow.sldshowBgDarkGray div.titleWrap {
	background: #2B3034;
}
div.h1Wrap.sldshow.sldshowBgDarkGray h1,
div.h1Wrap.sldshow.sldshowBgDarkGray p.lead {
  color: #fff;
}
div.h1Wrap.sldshow.sldshowBgDarkGray div.first {
	background: #353A3E;
  }
div.h1Wrap.sldshow.sldshowBgDarkGray div.second {
  background: #353A3E;
}
div.h1Wrap.sldshow.sldshowBgDarkGray p.lead_tel_strong {
  color: #fff;
}
div.h1Wrap.sldshow.sldshowBgDarkGray p.lead_tel_strong a {
  color: #fff;
}


div.h1Wrap.withOutImg {
	padding: 0 0 25px;
}
@media screen and (max-width: 1019px) {
	div.h1Wrap.withOutImg {
		padding: 0 0 10px;
	}
}
div.h1Wrap.withOutImg h1 {
	padding: 15px 0 30px;
	text-align: center;
}
@media screen and (max-width: 1019px) {
	div.h1Wrap.withOutImg h1 {
		padding: 5px 0 30px;
	}
}
div.h1Wrap.withOutImg p.lead {
	text-align: center!important;
	padding: 0;
	margin: 0 auto 30px;
  width: 90%;
}
@media screen and (max-width: 1019px) {
	div.h1Wrap.withOutImg p.lead {
		margin: -10px auto 30px;
	}
}

ul.breadcrumbs,
div.section ul.breadcrumbs {
	padding: 15px 25px;
	margin: 0;
	font-size: 11px;
	text-align: left;
	color: #888;
}

ul.breadcrumbs a,
div.section ul.breadcrumbs a {
	color: #888;
	text-decoration: underline;
}
ul.breadcrumbs a:hover,
div.section ul.breadcrumbs a:hover {
	color: #444;
	text-decoration: underline;
}
ul.breadcrumbs li,
div.section ul.breadcrumbs li {
	display: inline-block;
	padding: 0 8px 0 20px;
	background: url(../img/common/breadcrumbs_page_gray.svg) no-repeat 0px 3px;
	background-size: 12px 12px;
}
div.section ul.breadcrumbs li::before {
	display: none;
}
ul.breadcrumbs li:first-child,
div.section ul.breadcrumbs li:first-child {
	background-image: url(../img/common/breadcrumbs_home_gray.svg);
}

div.h1Wrap.withImg ul.breadcrumbs {
	position: absolute;
	left: 0;
	top: 0;
	color: #FFF;
	z-index: 2;
}
div.h1Wrap.withImg ul.breadcrumbs a {
	color: #FFF;
}
div.h1Wrap.withImg ul.breadcrumbs a:hover {
	color: #DDD;
}
div.h1Wrap.withImg ul.breadcrumbs li {
	background-image: url(../img/common/breadcrumbs_page_white.svg);
}
div.h1Wrap.withImg ul.breadcrumbs li:first-child {
	background-image: url(../img/common/breadcrumbs_home_white.svg);
}

ul.breadcrumbs.breadcrumbsBgDarkGray,
div.section ul.breadcrumbs.breadcrumbsBgDarkGray {
  background: #575B5E;
  color: #fff;
}

ul.breadcrumbs.breadcrumbsBgDarkGray a,
div.section ul.breadcrumbs.breadcrumbsBgDarkGray a {
	color: #fff;
}
ul.breadcrumbs.breadcrumbsBgDarkGray a:hover,
div.section ul.breadcrumbs.breadcrumbsBgDarkGray a:hover {
	color: #fff;
}
ul.breadcrumbs.breadcrumbsBgDarkGray li {
	background-image: url(../img/common/breadcrumbs_page_white.svg);
}
ul.breadcrumbs.breadcrumbsBgDarkGray li:first-child {
	background-image: url(../img/common/breadcrumbs_home_white.svg);
}




/* SECTION */
div.section {
	padding: 0;
	position: relative;
}
div.section.bgLightGray {
	background: #f2f2f5;
}
div.section.bgGray {
	background: #ebebed;
}
div.section.bgDarkGray {
	background: #575b5e;
}
div.section.bgPattern {
	background: #fff url(../img/common/bg_pattern.svg) repeat center top;
	background-size: 42px 42px;
}
div.section div.inner {
	text-align: left;
	padding: 50px 0 50px;
}
@media screen and (max-width: 1019px) {
	div.section div.inner {
		padding: 40px 15px 20px;
	}
}
@media screen and (max-width: 1019px) {
  div.section div.inner.pcInner {
		padding: 40px 0 20px;
	}
}
div.section div.spacer800 {
	width: 800px;
	margin: 0 auto;
	position: relative;
}
@media screen and (max-width: 1019px) {
	div.section div.spacer800 {
		width: auto;
	}
}
div.section div.spacer990 {
	width: 990px;
	margin: 0 auto;
	position: relative;
}
@media screen and (max-width: 1019px) {
	div.section div.spacer990 {
		width: auto;
	}
}

div.section hr {
  border: none;
  border-bottom: 1px solid #ddd;
  margin: 30px 0;
}

div.section div.boxList {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
div.section div.boxList.col1 {
	justify-content: center;
}
@media screen and (max-width: 1019px) {
	div.section div.boxList {
		display: block;
	}
}
div.section div.boxList div.block {
	background: #FFF;
	margin: 0 0 30px;
	width: 48.5%;
	width: calc(50% - 15px);
}
@media screen and (max-width: 1019px) {
	div.section div.boxList div.block {
		margin: 0 0 30px;
		width: 100%;
	}
}
div.section div.boxList div.inside {
	text-align: left;
	padding: 0 30px 15px;
}
@media screen and (max-width: 1019px) {
	div.section div.boxList div.inside {
		padding: 0 15px 15px;
	}
}
div.section div.boxList div.btnWrap {
	display: flex;
	justify-content: space-between;
}
@media screen and (max-width: 1019px) {
	div.section div.boxList div.btnWrap {
		display: block;
	}
}
div.section div.boxList div.btnWrap p.commonLink {
	width: 45%;
	width: calc(50% - 10px);
}
@media screen and (max-width: 1019px) {
	div.section div.boxList div.btnWrap p.commonLink {
		width: 100%;
	}
  div.section div.boxList div.btnWrap p.commonLink + p.commonLink {
		margin: -20px 0 30px 0;
	}
}
div.section div.boxList h3 {
  position: relative;
	text-align: left;
	margin: 0 0 20px;
}
div.section div.boxList h3 span.subTtl {
  position: absolute;
  right: 0;
  top: 0;
  color: #666;
  border: 1px solid #666;
  padding: 2px 10px;
  font-size: 15px;
}
div.section div.boxList .matchHeight {
  margin: 0 0 30px;
}
@media screen and (max-width: 1019px) {
  div.section div.boxList .matchHeight {
    margin: 0;
  }
}

div.section div.boxList p.img {
	margin: 0 0 25px;
}
div.section div.boxList p.lead {
	color: #999;
}
div.section div.boxList p.lead + p.lead {
  padding-top: 30px;
  border-top: 1px solid #ddd;
}
div.section div.boxList.w3 div.block {
	width: 31.5%;
	width: calc(33.3% - 20px);
}
@media screen and (max-width: 1019px) {
	div.section div.boxList.w3 div.block {
		width: 100%;
	}
}

div.section h2 {
	text-align: center;
	margin: 0 0 35px;
	font-size: 25px;
	position: relative;
}
@media screen and (max-width: 1019px) {
	div.section h2 {
		margin: 0 0 30px;
		font-size: 21px;
	}
}
div.section h2 span {
	color: #2badbd;
}
div.section .h2Lead {
  text-align: center;
	margin: -20px 0 35px;
  font-size: 15px;
}
@media screen and (max-width: 1019px) {
  div.section .h2Lead {
    text-align: center;
  	margin: -15px 0 30px;
    font-size: 15px;
  }
}

div.section h3 {
	text-align: center;
	margin: 0 0 35px;
	font-size: 20px;
}
@media screen and (max-width: 1019px) {
	div.section h3 {
		margin: 0 0 30px;
		font-size: 18px;
	}
}
div.section h4 {
	text-align: center;
	margin: 0 0 25px;
	font-size: 42px;
  color: #494D50;
	position: relative;
  font-family: 'Sorts Mill Goudy', serif;
  font-weight: normal;
}
@media screen and (max-width: 1019px) {
  div.section h4 {
		font-size: 32px;
	}
}
div.section h4::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 20px;
  height: 2px;
  background: #575B5E
}
div.section .h4Lead {
  text-align: center;
	margin: 0 0 35px;
	font-size: 20px;
}
@media screen and (max-width: 1019px) {
  div.section .h4Lead {
    font-size: 18px;
	}
}
div.section .h4Lead span {
	color: #2badbd;
}

div.section p {
	margin: 0 0 30px;
}
div.section ul {
	margin: 0 0 30px;
	font-size: 14px;
}
div.section ul li {
	padding: 0 0 0 15px;
	position: relative;
}
div.section ul li::before {
	position: absolute;
	content: "";
	width: 4px;
	height: 4px;
	left: 0;
	top: 8px;
	border-radius: 50%;
	border: 1px solid #444;
}

div.section a,
.textLink {
	color: #2badbd;
	text-decoration: underline;
}
div.section a:hover,
.textLink:hover {
	color: #D00;
}
div.section a[href^="tel:"] {
  text-decoration: none;
  color: #2A3034;
}
div.section table {
	margin: 0 0 30px;
	font-size: 14px;
	width: 100%;
}
div.section table th,
div.section table td {
	vertical-align: center;
	text-align: left;
	padding: 15px 20px;
}
@media screen and (max-width: 1019px) {
	div.section table th,
	div.section table td {
		padding: 15px 15px;
    width: 100%;
    display: block;
    box-sizing: border-box;
	}
}
div.section table th {
	color: #FFF;
	font-weight: bold;
	background: #575b5e;
	border: 1px solid #444;
}
div.section table td {
	border: 1px solid #eaeaef;
	background: #FFF;
}
div.section table a[href^="tel:"] {
	color: #2b3034;
	text-decoration: none;
}
div.section table .center {
  text-align: center;
}

div.section.bgLightGray table td {
	border-color: #eaeaef;
}
div.section.bgGray table td {
	border-color: #e4e4e7;
}
div.section.bgDarkGray table th {
	background: #777a7c;
	border-color: #575b5e;
}
div.section.bgDarkGray table td {
	border-color: #777a7c;
}
div.section.bgPattern table td {
	border-color: #dddddd;
}

div.section.bgDarkGray h2,
div.section.bgDarkGray h2 span,
div.section.bgDarkGray h3,
div.section.bgDarkGray h4,
div.section.bgDarkGray .h4Lead,
div.section.bgDarkGray p,
div.section.bgDarkGray ul,
div.section.bgDarkGray a {
	color: #FFF;
}
div.section.bgDarkGray h4::after {
  background: #FFF;
}

div.section.bgDarkGray a:hover {
	color: #DDD;
}
div.section.bgDarkGray ul li::before {
	border-color: #FFF;
}

div.section.bigBanner {
	position: relative;
	background: #111;
	overflow: hidden;
}
div.section.bigBanner div.inside {
	position: absolute;
	width: 90%;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	left: 5%;
	top: 0;
}
@media screen and (max-width: 1019px) {
	div.section.bigBanner div.inside {
		width: 100%;
		height: 100%;
		left: 0;
		padding: 0 15px;
		box-sizing: border-box;
	}
}
div.section.bigBanner a {
	color: #FFF;
	display: block;
}
div.section.bigBanner a h2 {
	color: #FFF;
	font-size: 30px;
	line-height: 1.5;
	margin: 0 0 20px;
}
@media screen and (max-width: 1019px) {
  div.section.bigBanner a h2 {
  	font-size: 26px;
  }
}
div.section.bigBanner a p {
	color: #FFF;
}
div.section.bigBanner a p.link {
	margin: 0;
	width: 100%;
	max-width: 260px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
@media screen and (max-width: 1019px) {
	div.section.bigBanner a p.link {
		max-width: 100%;
	}
}
div.section.bigBanner a p.link span {
	display: block;
	padding: 7px 10px;
	border: 1px solid #FFF;
	transition: all 0.3s ease;
}
div.section.bigBanner a p.bestRate {
	position: absolute;
	width: 125px;
	height: 125px;
	right: 25px;
	top: 25px;
}
@media screen and (max-width: 1019px) {
	div.section.bigBanner a p.bestRate {
		width: 90px;
		height: 90px;
		right: 10px;
		top: 10px;
	}
	div.section.bigBanner a p.bestRate img {
		width: 90px;
		height: 90px;
	}
}
div.section.bigBanner a p.img {
	transition: all 0.7s ease;
	margin: 0;
}
div.section.bigBanner a:hover p.img {
	opacity: 0.8;
	transform: scale(1.04);
}
@media screen and (max-width: 1019px) {
	div.section.bigBanner a:hover p.img {
		opacity: 1;
		transform: scale(1);
	}
}
div.section.bigBanner a:hover p.link span {
	background: #FFF;
	color: #2b3034;
}

/* TOPICS LIST */
div.section ul.topicsList {
	margin: 0 0 40px;
}
@media screen and (max-width: 1019px) {
	div.section ul.topicsList {
		margin: 0 0 30px;
	}
}
div.section ul.topicsList li {
	margin: 0;
	padding: 0 0 1px;
}
div.section ul.topicsList li::before {
	display: none;
}
div.section ul.topicsList li a {
	display: flex;
	background: #FFF;
	text-decoration: none;
	color: #2b3034;
	padding: 0 30px;
	align-items: flex-start;
	justify-content: space-between;
}
@media screen and (max-width: 1019px) {
	div.section ul.topicsList li a {
		display: block;
		padding: 5px 15px;
	}
}
div.section ul.topicsList li div.left {
	display: flex;
	width: 180px;
	justify-content: space-between;
	align-items: center;
	padding: 13px 0;
}
@media screen and (max-width: 1019px) {
	div.section ul.topicsList li div.left {
		display: block;
		width: 100%;
		padding: 13px 0 10px;
	}
}
div.section ul.topicsList li div.left div {
	width: 50%;
}
@media screen and (max-width: 1019px) {
  div.section ul.topicsList li div.left div {
  	width: auto;
    display: inline-block;
  }
}
div.section ul.topicsList li div.left p.date {
	font-weight: bold;
	font-size: 13px;
	line-height: 19px;
	margin: 0;
	padding: 0;
}
@media screen and (max-width: 1019px) {
	div.section ul.topicsList li div.left p.date {
		display: inline-block;
		padding-right: 10px;
	}
}
div.section ul.topicsList li div.left p.cat {
	font-size: 12px;
  line-height: 12px;
	width: 90px;
	margin: 2px 0;
	padding: 5px 2px;
	border: 1px solid #2b3034;
	text-align: center;
  box-sizing: border-box;
}
@media screen and (max-width: 1019px) {
	div.section ul.topicsList li div.left p.cat {
		display: inline-block;
    margin: 2px;
	}
}
div.section ul.topicsList li div.right {
	width: 725px;
	padding: 10px 0;
  margin: auto 0;
}
@media screen and (max-width: 1019px) {
	div.section ul.topicsList li div.right {
		width: 100%;
		padding: 0 0 10px;
	}
}
div.section ul.topicsList li div.right p {
	font-size: 15px;
	line-height: 25px;
	padding: 0;
	margin: 0;
}


/* Special Offers */
div.section div.specialList {
	position: relative;
	padding: 0;
	_zoom: 1;
	overflow: hidden;
}
@media screen and (max-width: 1019px) {
	div.section div.specialList {
		width: 100vw;
		margin: 0 -15px;
	}
}
div.section div.specialList ul {
	float: left;
	max-width: 498px;
	_zoom: 1;
	overflow: hidden;
	margin: 0 0 20px;
}
@media screen and (max-width: 1019px) {
	div.section div.specialList ul {
		max-width: inherit;
		width: 100vw;
	}
}
div.section div.specialList ul li {
	float: left;
	padding: 0 12px;
	width: 225px;
}
@media screen and (max-width: 1019px) {
	div.section div.specialList ul li {
		padding: 0 15px 0 7px;
		width: calc(50% - 22px);
	}
	div.section div.specialList ul li:first-child {
		padding: 0 7px 0 15px;
	}
}
div.section div.specialList ul li::before {
	display: none;
}
div.section div.specialList ul a {
	display: block;
	color: #2b3034;
	text-decoration: none;
}
div.section div.specialList ul p.img {
	margin: 0 0 15px;
}
div.section div.specialList ul p.img img {
	width: 225px;
	height: 150px;
}
@media screen and (max-width: 1019px) {
	div.section div.specialList ul p.img img {
		width: 100%;
		height: auto;
	}
}
div.section div.specialList ul p.cat {
	font-size: 13px;
	margin: 0 0 8px;
	font-weight: bold;
}
div.section div.specialList ul p.title {
	font-size: 15px;
	margin: 0;
}
div.section div.specialList ul.slick-dots {
	clear: both;
	margin: 0 0 30px;
	width: 100%;
	max-width: 100%;
	text-align: center;
}
div.section div.specialList ul.slick-dots li {
	display: inline-block;
	width: 8px;
	height: 8px;
	cursor: pointer;
	background: #e0e6e5;
	margin: 0 4px;
	padding: 0;
	overflow: hidden;
	text-indent: -999px;
	border-radius: 50%;
	float: none;
	box-sizing: border-box;
}
@media screen and (max-width: 1019px) {
	div.section div.specialList ul.slick-dots li {
		padding: 0!important;
	}
}
div.section div.specialList ul.slick-dots li.slick-active {
	background: #2b3034;
	border: none;
}
div.section div.specialList button.slick-prev,
div.section div.specialList button.slick-next {
	position: absolute;
	width: 40px;
	height: 40px;
	bottom: 20px;
	overflow: hidden;
	text-indent: -999px;
}
@media screen and (max-width: 1019px) {
	div.section div.specialList button.slick-next {
		width: 20px;
		height: 20px;
		bottom: 30px;
	}
}
div.section div.specialList button.slick-prev:hover,
div.section div.specialList button.slick-next:hover {
	opacity: 0.7;
}
@media screen and (max-width: 1019px) {
	div.section div.specialList button.slick-prev:hover,
	div.section div.specialList button.slick-next:hover {
		opacity: 1;
	}
}
div.section div.specialList button.slick-prev {
	left: 30px;
	background: url(../img/common/vector_circle_left_black.svg) no-repeat center left;
	background-size: 40px 40px;
}
@media screen and (max-width: 1019px) {
	div.section div.specialList button.slick-prev {
		left: 15px;
		background: url(../img/common/vector_line_left_black.svg) no-repeat center left;
		background-size: 20px 20px;
	}
}
div.section div.specialList button.slick-next {
	right: 30px;
	background: url(../img/common/vector_circle_right_black.svg) no-repeat center left;
	background-size: 40px 40px;
}
@media screen and (max-width: 1019px) {
	div.section div.specialList button.slick-next {
		right: 15px;
		background: url(../img/common/vector_line_right_black.svg) no-repeat center left;
		background-size: 20px 20px;
	}
}

/* SHARE BTN LIST */
div.section ul.shareSnsList {
  display: flex;
  justify-content: center;
  width: 100%;
  margin-top: 40px;
  border: 1px solid #DDD;
  padding: 20px;
  box-sizing: border-box;
}
@media screen and (max-width: 1019px){
  div.section ul.shareSnsList {
    width: 100%;
    margin-top: 30px;
    padding: 0;
    border: none;
  }
}
div.section ul.shareSnsList li {
  padding: 0 0 0 15px
}
div.section ul.shareSnsList li:first-child {
  padding: 0;
}
div.section ul.shareSnsList li::before {
  display: none;
}
div.section ul.shareSnsList li a {
  position: relative;
  width: 30px;
  height: 30px;
  display: block;
}
div.section ul.shareSnsList li a img {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

/* DETAIL PLAN BLOCK */
div.section div.detailBlock {
  padding: 60px 90px;
  box-sizing: border-box;
  background: #fff;
  margin-bottom: 40px;
}
@media screen and (max-width: 1019px){
  div.section div.detailBlock {
    padding: 40px 15px;
    box-sizing: border-box;
    margin-bottom: 30px;
  }
}
div.section div.detailBlock p.detailBlockTxt {
  font-size: 14px;
  margin: 40px 0;
}
@media screen and (max-width: 1019px){
  div.section div.detailBlock p.detailBlockTxt {
    margin: 30px 0;
  }
}

div.section div.detailBlock div.detailBlockBtn {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 1019px){
  div.section div.detailBlock div.detailBlockBtn {
    display: block;
  }
}
div.section div.detailBlock div.detailBlockBtn .commonLink {
  margin-bottom: 0;
}

div.section div.detailBlock div.detailBlockBtn .commonLink + .commonLink {
  margin-left: 20px;
}
@media screen and (max-width: 1019px){
  div.section div.detailBlock div.detailBlockBtn .commonLink + .commonLink {
    margin-left: 0;
    margin-top: 10px;
  }
}


div.section div.detailBlock table {
  margin: 40px 0;
}
@media screen and (max-width: 1019px){
  div.section div.detailBlock table {
    margin: 30px 0;
  }
}
div.section div.detailBlock .detailBlockImg {
  display: flex;
  justify-content: center;
  margin: 40px 0;
}
@media screen and (max-width: 1019px){
  div.section div.detailBlock .detailBlockImg {
    display: block;
    margin: 30px 0;
  }
}
div.section div.detailBlock .detailBlockImg img {
  width: 385px;
}
@media screen and (max-width: 1019px){
  div.section div.detailBlock .detailBlockImg img {
    width: 100%;
  }
}
div.section div.detailBlock .detailBlockImg img + img {
  margin-left: 30px;
}
@media screen and (max-width: 1019px){
  div.section div.detailBlock .detailBlockImg img + img {
    margin-left: 0;
    margin-top: 20px;
  }
}

/* 各種プランブロック */
div.section div.kindPlanBlock {
  background: #fff;
  display: flex;
  justify-content: flex-start;
  flex-direction: row-reverse;
  margin: 40px 0;
  min-height: 300px;
}
@media screen and (max-width: 1019px){
  div.section div.kindPlanBlock {
    display: block;
    margin: 30px 0;
    min-height: inherit;
  }
}
div.section div.kindPlanBlock.first {
  margin-top: 0;
}

div.section div.kindPlanBlock .textBlock {
  width: 55%;
  padding: 40px;
  box-sizing: border-box;
  min-height: 300px;
}
@media screen and (max-width: 1019px){
  div.section div.kindPlanBlock .textBlock {
    width: 100%;
    float: none;
	padding: 40px 15px;
	min-height: inherit;
  }
}
div.section div.kindPlanBlock .textBlock h3 {
  text-align: left;
  margin: 0 0 20px;
}
div.section div.kindPlanBlock .textBlock p.lead {
  color: #999;
}
div.section div.kindPlanBlock .textBlock .kindPlanBlockBtnWrap {
  display: flex;
  justify-content: flex-start;
  width: 100%;
}
@media screen and (max-width: 1019px){
  div.section div.kindPlanBlock .textBlock .kindPlanBlockBtnWrap {
    display: block;
  }
}
div.section div.kindPlanBlock .textBlock .kindPlanBlockBtnWrap .commonLink {
  margin-bottom: 0;
  width: 200px;
}
@media screen and (max-width: 1019px){
  div.section div.kindPlanBlock .textBlock .kindPlanBlockBtnWrap .commonLink {
    width: 100%;
  }
}
div.section div.kindPlanBlock .textBlock .kindPlanBlockBtnWrap .commonLink + .commonLink {
  margin-left: 20px;
}
@media screen and (max-width: 1019px){
  div.section div.kindPlanBlock .textBlock .kindPlanBlockBtnWrap .commonLink {
    margin-bottom: 30px;
  }
  div.section div.kindPlanBlock .textBlock .kindPlanBlockBtnWrap .commonLink + .commonLink {
    margin: -20px 0 0 0
  }
}
div.section div.kindPlanBlock .imgBlock {
  width: 45%;
  position: relative;
  min-height: 300px;
}
@media screen and (max-width: 1019px){
  div.section div.kindPlanBlock .imgBlock {
    width: 100%;
	float: none;
	min-height: inherit;
  }
}
div.section div.kindPlanBlock .imgBlock .bgImg {
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 1019px){
  div.section div.kindPlanBlock .imgBlock .bgImg {
    display: none;
  }
}
div.section div.kindPlanBlock .imgBlock img {
  width: 100%;
}

div.section div.kindPlanBlock .planCaptionObi {
  position: absolute;
  top: -6px;
  right: -6px;
  width: 89px;
  height: 91px;
  overflow: hidden;
  z-index: 1;
}
div.section div.kindPlanBlock .planCaptionObiTxt {
  display: inline-block;
  position: absolute;
  padding: 7px 0;
  left: -24px;
  top: 22px;
  width: 160px;
  text-align: center;
  font-size: 13px;
  line-height: 16px;
  background: #D69E36;
  color: #fff;
  letter-spacing: 0.05em;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}
div.section div.kindPlanBlock .planCaptionObiTxt:before, div.section div.kindPlanBlock .planCaptionObiTxt:after {
  position: absolute;
  content: "";
  border-top: 4px solid #C78619;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  bottom: -4px;
}
div.section div.kindPlanBlock .planCaptionObiTxt:before {
  left: 14px;
}
div.section div.kindPlanBlock .planCaptionObiTxt:after {
  right: 19px;
}

div.section div.kindPlanBlock .planCaptionObiTxt.finish {
  background: #205d7f;
}
div.section div.kindPlanBlock .planCaptionObiTxt.finish:before, div.section div.kindPlanBlock .planCaptionObiTxt.finish:after {
  border-top: 4px solid #205d7f;
}


div.section div.kindPlanBlock .recoomendCat {
  position: absolute;
  top: 0;
  left: 0;
  padding: 5px 10px;
  font-size: 12px;
  box-sizing: border-box;
  background: #65686C;
  color: #fff;
  text-align: center;
  max-width: 200px;
  min-width: 80px;
  z-index: 1;
}

div.section div.kindPlanBlock .recoomendCat + .recoomendCat {
  left: 85px;
}

div.section div.kindPlanBlock .recoomendCat + .recoomendCat + .recoomendCat {
  left: 170px;
}



/* 各種リスト横幅100 */
div.section ul.kindListWidthAll li {
  position: relative;
  display: flex;
  flex-direction: row-reverse;
  background: #fff;
  margin: 40px 0;
  padding: 0;
  min-height: 300px;
}
@media screen and (max-width: 1019px) {
  div.section ul.kindListWidthAll li {
    display: block;
    margin: 30px 0;
    min-height: inherit;
  }
}
div.section ul.kindListWidthAll li:first-child {
  margin-top: 0;
}

div.section ul.kindListWidthAll li::before {
  display: none;
}
div.section ul.kindListWidthAll li .kindListWidthAllImg {
  width: 45%;
  min-height: 300px;
}
@media screen and (max-width: 1019px) {
  div.section ul.kindListWidthAll li .kindListWidthAllImg {
	width: 100%;
	min-height: inherit;
  }
}
div.section ul.kindListWidthAll li .kindListWidthAllImg .bgImg {
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 1019px) {
  div.section ul.kindListWidthAll li .kindListWidthAllImg .bgImg {
    display: none;
  }
}
div.section ul.kindListWidthAll li .kindListWidthAllTxt {
  width: 55%;
  padding: 40px;
  box-sizing: border-box;
  min-height: 300px;
}
@media screen and (max-width: 1019px) {
  div.section ul.kindListWidthAll li .kindListWidthAllTxt {
    width: 100%;
	padding: 40px 15px;
	min-height: inherit;
  }
}
div.section ul.kindListWidthAll li h2 {
  text-align: left;
  margin: 0 0 20px;
}

div.section ul.kindListWidthAll li p.img {
  margin: 0;
}
div.section ul.kindListWidthAll li p.img img {
  width: 100%;
}
div.section ul.kindListWidthAll li p.commonLink {
  margin: 0;
}



div.section ul.kindListWidthAll.kindListStyle01 li {
  flex-direction: row;
}
div.section ul.kindListWidthAll.kindListStyle01 li:nth-child(even)  {
  flex-direction: row-reverse;
}
div.section ul.kindListWidthAll.kindListStyle01 li .kindListWidthAllImg {
  width: 50%;
}
@media screen and (max-width: 1019px) {
  div.section ul.kindListWidthAll.kindListStyle01 li .kindListWidthAllImg {
    width: 100%;
  }
}
div.section ul.kindListWidthAll.kindListStyle01 li .kindListWidthAllTxt {
  width: 50%;
  padding: 60px;
  box-sizing: border-box;
}
@media screen and (max-width: 1019px) {
  div.section ul.kindListWidthAll.kindListStyle01 li .kindListWidthAllTxt {
    width: 100%;
    padding: 40px 15px;
  }
}




/*　おすすめプラン一覧ページ */
div.section div.planTabContents {
  display: none;
}
div.section div.planTabContents.on {
  display: block;
}
div.section ul.planTabList {
  text-align: center;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: -10px 0 60px;
}
@media screen and (max-width: 1019px){
  div.section ul.planTabList {
    margin: -15px 0 40px;
    justify-content: flex-start;
  }
}
div.section ul.planTabList li {
  display: block;
  width: calc((100% - 60px) / 5);
  margin-right: 15px;
  color: #65686C;
  padding: 0;
}
div.section ul.planTabList li:last-child {
  margin-right: 0;
}

@media screen and (max-width: 1019px){
  div.section ul.planTabList li {
    width: 49%;
    margin-bottom: 2%;
    margin-right: 2%;
  }
  div.section ul.planTabList li:nth-child(even) {
    margin-right: 0;
  }
  div.section ul.planTabList li.spWidth100 {
    width: 100%;
    margin-bottom: 0;
    margin-right: 0;
  }
}
div.section ul.planTabList.w7 li {
  /*width: calc((100% - 120px) / 7);*/
  /* width: calc((99% - 120px) / 7); */
  width: calc((99% - 120px) / 8);
}
@media screen and (max-width: 1019px){
  div.section ul.planTabList.w7 li {
    width: 49%;
  }
  div.section ul.planTabList.w7 li:last-child {
    /* width: 100%; */
  }
}

div.section ul.planTabList li::before {
  padding: 0;
  border: none;
  top: 0;
}
div.section ul.planTabList li span {
  cursor: pointer;
  padding: 10px;
  box-sizing: border-box;
  border: 1px solid #65686C;
  position: relative;
  display: block;
}
div.section ul.planTabList li span:hover {
  color: #2b3034;
}
div.section ul.planTabList li span.on {
  background: #65686C;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  cursor: inherit;
}
div.section ul.planTabList li span.on::after {
  content: "";
  background: #65686C;
  width: 10px;
  height: 10px;
  left: 0;
  bottom: -6px;
  right: 0;
  transform: rotate(45deg);
  margin: 0 auto;
  position: absolute;
}
@media screen and (max-width: 1019px){
  div.section ul.planTabList li span.on::after {
    display: none;
  }
}



/*　おすすめプラン一覧ページ */
div.section div.newsTabContents {
  display: none;
}
div.section div.newsTabContents.on {
  display: block;
}
div.section ul.newsTabList {
  text-align: center;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: -10px 0 60px;
}
@media screen and (max-width: 1019px){
  div.section ul.newsTabList {
    margin: -15px 0 40px;
    justify-content: flex-start;
  }
}
div.section ul.newsTabList li {
  display: block;
  /*width: calc((100% - 60px) / 4);*/
  width: calc((99% - 60px) / 4);
  margin-right: 20px;
  color: #65686C;
  padding: 0;
}
div.section ul.newsTabList li:last-child {
  margin-right: 0;
}

@media screen and (max-width: 1019px){
  div.section ul.newsTabList li {
    width: 49%;
    margin-bottom: 2%;
    margin-right: 2%;
  }
  div.section ul.newsTabList li:nth-child(even) {
    margin-right: 0;
  }
  div.section ul.newsTabList li.spWidth100 {
    width: 100%;
    margin-bottom: 0;
    margin-right: 0;
  }
}
div.section ul.newsTabList.w7 li {
  /*width: calc((100% - 120px) / 7);*/
  width: calc((99% - 120px) / 7);
}
@media screen and (max-width: 1019px){
  div.section ul.newsTabList.w7 li {
    width: 49%;
  }
  div.section ul.newsTabList.w7 li:last-child {
    width: 100%;
  }
}

div.section ul.newsTabList li::before {
  padding: 0;
  border: none;
  top: 0;
}
div.section ul.newsTabList li span {
  cursor: pointer;
  padding: 10px;
  box-sizing: border-box;
  border: 1px solid #65686C;
  position: relative;
  display: block;
}
div.section ul.newsTabList li span:hover {
  color: #2b3034;
}
div.section ul.newsTabList li span.on {
  background: #65686C;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  cursor: inherit;
}
div.section ul.newsTabList li span.on::after {
  content: "";
  background: #65686C;
  width: 10px;
  height: 10px;
  left: 0;
  bottom: -6px;
  right: 0;
  transform: rotate(45deg);
  margin: 0 auto;
  position: absolute;
}
@media screen and (max-width: 1019px){
  div.section ul.newsTabList li span.on::after {
    display: none;
  }
}

div.section ul.pagerList {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
  margin: 40px 0;
}
@media screen and (max-width: 1019px){
  div.section ul.pagerList {
    margin: 30px 0;
  }
}
div.section ul.pagerList li {
  margin: 0 5px 5px 0;
  padding: 0;
}
div.section ul.pagerList li::before {
  display: none;
}
div.section ul.pagerList li span {
  display: block;
  height: 40px;
  line-height: 40px;
  width: 40px;
  text-align: center;
  color: #65686C;
  background: #fff;
}
div.section ul.pagerList li span.active {
  color: #fff;
  background: #2BADBD;
}
div.section ul.pagerList li span a {
  display: block;
  text-decoration: none;
  color: #65686C;
}
div.section ul.pagerList li span a:hover {
  color: #65686C;
}

@media screen and (max-width: 1019px){
  div.section ul.pagerList {
    margin: 30px 0;
  }
}


/* BOOKING GADJET */
div.bookingGadget {}
div.bookingTabBlock {
	width: 720px;
	margin: 0 auto;
}
@media screen and (max-width: 1019px) {
	div.bookingTabBlock {
		width: 100%;
		padding: 0 15px;
		box-sizing: border-box;
	}
}
div.bookingTabBlock ul {
	display: flex;
	justify-content: space-between;
	width: 500px;
}
@media screen and (max-width: 1019px) {
	div.bookingTabBlock ul {
		width: 290px;
		margin: 0 auto;
	}
}
div.bookingTabBlock ul li {
	width: 50%;
	font-size: 14px;
	background: #2b3034;
	position: relative;
}
div.bookingTabBlock ul li.on {
	background: #FFF;
}
div.bookingTabBlock ul li.on::after {
	content: "";
	width: 11px;
	height: 11px;
	background: #FFF;
	bottom: -3px;
	left: 48%;
	transform-origin: center center;
	transform: rotate(45deg);
	display: block;
	position: absolute;
}
div.bookingTabBlock ul li span {
	display: block;
	line-height: 50px;
	padding: 0;
	color: #FFF;
	font-size: 14px;
	cursor: pointer;
	opacity: 0.5;
	text-align: center;
}
div.bookingTabBlock ul li.on span {
	opacity: 1;
	color: #525559;
}
div.bookingTabBlock ul li.stay {
  /* border-radius: 6px 0 0 0; */
  /* 200326 change */
  border-radius: 6px 6px 0 0;
}
div.bookingTabBlock ul li.stay span {
	background: url(../img/common/mark_book_bed_white.svg) no-repeat 38px center;
	background-size: 32px 20px;
	padding: 0 0 0 40px;
}
@media screen and (max-width: 1019px) {
	div.bookingTabBlock ul li.stay span {
    padding: 0;
		background: none;
	}
}
div.bookingTabBlock ul li.stay.on span {
	background-image: url(../img/common/mark_book_bed_black.svg);
}
@media screen and (max-width: 1019px) {
	div.bookingTabBlock ul li.stay.on span {
		background-image: none;
	}
}
div.bookingTabBlock ul li.withAir {
	border-radius: 0 6px 0 0;
}
div.bookingTabBlock ul li.withAir span {
	background: url(../img/common/mark_book_air_white.svg) no-repeat 16px center;
	background-size: 64px 20px;
	padding: 0 0 0 40px;
}
@media screen and (max-width: 1019px) {
	div.bookingTabBlock ul li.withAir span {
		background: none;
    padding: 0;
	}
}
div.bookingTabBlock ul li.withAir.on span {
	background-image: url(../img/common/mark_book_air_black.svg);
}
@media screen and (max-width: 1019px) {
	div.bookingTabBlock ul li.withAir.on span {
		background-image: none;
	}
}

div.bookingGadget {
	padding: 45px 0 30px;
	background: #464b4f;
}
@media screen and (max-width: 1019px) {
	div.bookingGadget {
		padding: 30px 0 20px;
	}
}
div.bookingGadget div.inputBlock {
	display: none;
	width: 720px;
	_zoom: 1;
	overflow: hidden;
	margin: 0 auto;
}
@media screen and (max-width: 1019px) {
	div.bookingGadget div.inputBlock {
		width: 260px;
	}
}
div.bookingGadget div.inputBlock.on {
	display: block;
}

div.bookingGadget div.airBlock {
	width: 100%;
	display: flex;
	margin: 0 0 15px;
}
@media screen and (max-width: 1019px) {
	div.bookingGadget div.airBlock {
		width: 260px;
		display: block;
		margin: 0 0 35px;
	}
	div.bookingGadget div.airBlock select {
		float: none;
	}
}
div.bookingGadget form {
	display: block;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 100%;
	padding: 0;
	position: relative;
}
@media screen and (max-width: 1019px) {
	div.bookingGadget form {
		display: block;
	}
}
div.bookingGadget div.inputBlock.withAir form {
	padding: 0;
}
@media screen and (max-width: 1019px) {
	div.bookingGadget div.inputBlock.withAir form {
		padding: 0;
	}
}
div.bookingGadget form input,
div.bookingGadget form .input_ymd,
div.bookingGadget form button,
div.bookingGadget form select,
div.bookingGadget form span {
	font-size: 14px;
	height: 40px;
	line-height: 40px;
	color: #FFF;
	display: block;
	background: #86898c;
	border-radius: 0; border: none;
}
@media screen and (max-width: 1019px) {
	div.bookingGadget form input,
  div.bookingGadget form .input_ymd,
	div.bookingGadget form button,
	div.bookingGadget form select,
	div.bookingGadget form span {
		box-sizing: border-box;
	}
}
div.bookingGadget form input,
div.bookingGadget form .input_ymd {
	width: 150px;
	padding: 0 10px;
  cursor: pointer;
  background: #86898c url(../img/common/mark_calender.svg) no-repeat 90% 50%;
  background-size: 25px 26px;
}
@media screen and (max-width: 1019px) {
	div.bookingGadget form input,
  div.bookingGadget form .input_ymd {
		width: 100%;
		padding: 0 10px;
		margin: 0 0 20px;
	}
}
div.bookingGadget form input.r,
div.bookingGadget form .input_ymd.r {
	width: 100px;
}
div.bookingGadget form input:placeholder-shown {
	color: #FFF;
}
div.bookingGadget form input::-webkit-input-placeholder {
	color: #FFF;
}
div.bookingGadget form input:-moz-placeholder {
	color: #FFF;
}
div.bookingGadget form input:-ms-input-placeholder {
	color: #FFF;
}
div.bookingGadget form select {
	width: 70px;
	padding: 0 10px;
	background: #86898c url(../img/common/vector_small_bottom_white.svg) no-repeat right 8px top 16px;
	background-size: 7px 7px;
}
@media screen and (max-width: 1019px) {
	div.bookingGadget form select {
		width: calc(33% - 6px);
		float: left;
		margin: 0 10px 20px 0;
	}
	div.bookingGadget form select.last {
		margin-right: 0;
	}
}
div.bookingGadget form select.r {
	width: 150px;
	margin: 0 15px;
}
@media screen and (max-width: 1019px) {
	div.bookingGadget form select.r {
		width: 100%;
		margin: 0 0 20px;
	}
}
div.bookingGadget form select option {
	text-align: left;
}
div.bookingGadget form button {
	font-size: 15px;
	background: #2badbd;
	width: 200px;
	color: #FFF;
}
@media screen and (max-width: 1019px) {
	div.bookingGadget form button {
		width: 100%;
	}
}
div.bookingGadget form button.r {
	width: 150px;
}
@media screen and (max-width: 1019px) {
	div.bookingGadget form button.r {
		width: 100%;
	}
}
div.bookingGadget form span {
	font-size: 13px;
	background: none;
	position: relative;
	color: #FFF;
}
@media screen and (max-width: 1019px) {
	div.bookingGadget form span {
		display: block;
		line-height: 1.7;
		margin: 0 0 5px;
		text-align: left;
		height: auto;
	}
}

div.bookingGadget form span.textFixWidth {
  width: 70px;
  line-height: inherit;
  height: auto;
  margin: auto 0;
}

div.bookingGadget form img.calender {
	display: block;
	position: absolute;
	width: 25px;
	height: 26px;
	right: 20px;
	top: 7px;
	cursor: pointer;
}
@media screen and (max-width: 1019px) {
	div.bookingGadget form img.calender {
		left: auto;
		right: 10px;
		top: -53px;
	}
}
div.bookingGadget .bottomList {
	display: flex;
	flex-direction: column;
	text-align: right;
	color: #BBB;
	padding: 15px 0 0;
}
.bookingGadget .bottomList a{
	color: #BBB;
	text-decoration: underline;
}
@media screen and (max-width: 1019px) {
	div.bookingGadget .bottomList {
		text-align: left;
		padding: 20px 0 5px;
	}
}
div.bookingGadget .bottomList li {
	display: inline-block;
	padding: 0 0 0 15px;
	font-size: 11px;
	vertical-align: top;
}
@media screen and (max-width: 1019px) {
	div.bookingGadget .bottomList li {
		padding: 0 10px 5px 0;
	}
}
div.bookingGadget .bottomList li:first-child {
	float: left; padding: 0;
}
@media screen and (max-width: 1019px) {
	div.bookingGadget .bottomList li:first-child {
		float: none;
	}
}
div.bookingGadget .bottomList li a {
	color: #AAA;
	padding: 0 0 0 12px;
	text-decoration: underline;
	background: url(../img/common/vector_small_right_white.svg) no-repeat left center;
	background-size: 7px 7px;
}
div.bookingGadget .bottomList li a:hover {
	color: #AAA;
}

@media (min-width: 1021px){
	.modalContentWrap a:hover,
	.inputBlock.stay a:hover{
		/* text-decoration: underline; */
		color: #2badbd !important;
	}
}


/* MODAL */
#modal {
	height: 0;
	overflow: hidden;
	position: fixed;
	width: 100%;
	left: 0;
	top: 0;
	z-index: 2000;
	transition: height 0.3s ease;
}
@media screen and (max-width: 1019px) {
	#modal {
		z-index: 2050;
	}
}
#modal.on {
	height: 100%;
}
#modal div.base {
	position: absolute;
	width: 100%;
	height: 100%;
	overflow-y: auto;
	left: 0;
	top: 0;
	background: #2b3034;
	background: rgba(43,48,52,0.8);
	-webkit-overflow-scrolling: touch;
	overflow-scrolling: touch;
}
@media screen and (max-width: 1019px) {
	#modal div.base {
		background: #34393d;
		background: rgba(52,57,61,0.95);
		-webkit-overflow-scrolling: touch;
		overflow-scrolling: touch;
	}
}
#modal div.inside {
	min-width: 940px;
	max-width: 1200px;
	width: 90%;
	margin: 0 0 0 auto;
	background: #34393d;
	position: relative;
	overflow: hidden;
	border-radius: 0 0 0 6px;
}
@media screen and (max-width: 1019px) {
	#modal div.inside {
		min-width: 100%;
		max-width: 100%;
		width: 100%;
		margin: 0 0 0 auto;
		background: none;
		border-radius: 0;
	}
}
#modal div.bookingTabBlock {}
#modal div.bookingWrap {}
#modal div.bookingWrap div.inner {}
#modal div.bookingWrap div.calender {
	margin: 0;
}
#modal div.bottomWrap {
	background: #FFF;
	padding: 0;
}
#modal div.bottomWrap div.inner {
	padding: 15px 0 15px;
	display: flex;
	justify-content: flex-start;
	text-align: left;
	align-items: center;
}
@media screen and (max-width: 1019px) {
	#modal div.bottomWrap div.inner {
		padding: 30px 15px 35px;
		display: block;
		text-align: center;
	}
}
#modal div.bottomWrap div.inner div.left {
	padding: 26px 40px 26px 35px;
}
@media screen and (max-width: 1019px) {
	#modal div.bottomWrap div.inner div.left {
		padding: 0 0 15px;
	}
	#modal div.bottomWrap div.inner div.left img {
		width: 238px;
		height: 44px;
	}
}
#modal div.bottomWrap div.inner div.center {}
@media screen and (max-width: 1019px) {
	#modal div.bottomWrap div.inner div.center {
		padding: 0 0 15px;
	}
}
#modal div.bottomWrap div.inner div.center p.title {
	font-size: 15px;
	text-align: left;
}
@media screen and (max-width: 1019px) {
	#modal div.bottomWrap div.inner div.center p.title {
		text-align: center;
	}
}
#modal div.bottomWrap div.inner div.center p.checkIn {
	font-size: 11px;
	text-align: left;
}
@media screen and (max-width: 1019px) {
	#modal div.bottomWrap div.inner div.center p.checkIn {
		text-align: center;
	}
}
#modal div.bottomWrap div.inner div.right {
	padding: 10px 35px 10px 45px;
}
@media screen and (max-width: 1019px) {
	#modal div.bottomWrap div.inner div.right {
		padding: 0;
	}
}
#modal div.bottomWrap div.inner div.right p.tel {
	font-size: 22px;
	line-height: 1.2;
}
@media screen and (max-width: 1019px) {
	#modal div.bottomWrap div.inner div.right p.tel {
		padding: 0 0 15px;
	}
}
#modal div.bottomWrap div.inner div.right p.tel span {
	color: #2badbd;
	font-size: 30px;
}
#modal div.bottomWrap div.inner div.right p.address {
	font-size: 14px;
}
#modal div.bookingGadget {}
#modal div.bookingGadget form input,
#modal div.bookingGadget form button,
#modal div.bookingGadget form select {}
#modal div.bookingGadget form span {}
#modal div.bookingGadget form input {}
#modal div.bookingGadget form select {}
#modal div.bookingGadget form button {}
#modal div.bookingGadget .bottomList li:first-child {
	float: none;
}
#modal div.bookingGadget .bottomList li a {}
#modal div.bookingGadget .bottomList li a:hover {}

#modal p.bestRate {
	width: 125px;
	height: 125px;
	position: absolute;
	right: 30px;
	top: 270px;
}
@media screen and (max-width: 1019px) {
	#modal p.bestRate {
		width: 90px;
		height: 90px;
		left: 0;
		right: auto;
		top: 0;
	}
	#modal p.bestRate img {
		width: 100px;
		height: auto;
	}
}

#modal button.modalCloseBtn {
	color: #FFF;
	line-height: 50px;
	display: block;
	font-size: 15px;
	width: 240px;
	background: #86898c url(../img/common/vector_small_top_white.svg) no-repeat right 10px top 21px;
	background-size: 7px 7px;
	text-indent: -10px;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 2100;
}
@media screen and (max-width: 1019px) {
	#modal button.modalCloseBtn {
		width: 60px;
		height: 60px;
		background: #86898c url(../img/common/vector_small_top_white.svg) no-repeat center 45px;
		background-size: 7px 7px;
		color: #FFF;
		right: 60px;
		top: 0;
		z-index: 2100;
		cursor: pointer;
		font-size: 14px;
		text-indent: 0;
	}

}

/* 190917追記　ボックスリンク */
div.section ul.kindListWidthAll li.boxlink a {
	width: 100%;
	display: flex;
	text-decoration: none;
	color: #2b3034;
	transition: opacity 0.2s ease;
}
@media screen and (max-width: 1019px) {
	div.section ul.kindListWidthAll li.boxlink a {
		display: block;
	}
}
div.section ul.kindListWidthAll li.boxlink a:hover {
	color: #2b3034;
	opacity: 0.8;
}
@media screen and (max-width: 1019px) {
	div.section ul.kindListWidthAll li.boxlink a:hover {
		opacity: 1;
	}
}
div.section ul.kindListWidthAll li.boxlink p.commonLink span:hover {
	opacity: 1;
}
div.section div.boxList div.block.boxlink {
	transition: opacity 0.2s ease;
}
div.section div.boxList div.block.boxlink:hover {
	opacity: 0.8;
}
@media screen and (max-width: 1019px) {
	div.section div.boxList div.block.boxlink:hover {
		opacity: 1;
	}
}
div.section div.boxList div.block.boxlink a {
	text-decoration: none;
	color: #2b3034;
	transition: opacity 0.2s ease;
}
div.section div.boxList div.block.boxlink a:hover {
	color: #2b3034;
}
div.section div.boxList div.block.boxlink a p.commonLink span:hover {
	opacity: 1;
}
div.section div.kindPlanBlock.boxlink div.bgImg,
div.section div.kindPlanBlock.boxlink img {
	transition: opacity 0.2s ease;
}
div.section div.kindPlanBlock.boxlink div.bgImg:hover,
div.section div.kindPlanBlock.boxlink img:hover {
	opacity: 0.8;
}
@media screen and (max-width: 1019px) {
	div.section div.kindPlanBlock.boxlink div.bgImg:hover,
	div.section div.kindPlanBlock.boxlink img:hover {
		opacity: 1;
	}
}
div.section div.kindPlanBlock.boxlink a {
	text-decoration: none;
	color: #2b3034;
	transition: opacity 0.2s ease;
}
div.section div.kindPlanBlock.boxlink a:hover {
  color: #2b3034;
  opacity: 0.8;
}
@media screen and (max-width: 1019px) {
	div.section div.kindPlanBlock.boxlink a:hover {
		opacity: 1;
	}
}
p.commonLink span {
	display: block;
	color: #FFF!important;
	background: #2badbd!important;
	padding: 7px 10px;
	text-decoration: none!important;
	transition: all 0.2s ease;
}
p.commonLink span:hover {
	opacity: 0.8;
}
p.commonLink.green span {
	background: #2badbd!important;
}




#site-translate-header-wrapper {
  display: none;
}




/* reservation modal tab none new style */
div.bookingGadget {
  display: flex;
}
@media screen and (max-width: 1019px) {
  div.bookingGadget {
    display: block;
  }
}
div.bookingGadget div.iconBlock {
  text-align: center;
  color: #fff;
  width: 150px;
  border-right: 1px solid #686c6f;
  padding: 15px;
  box-sizing: border-box;
  font-size: 14px;
}
@media screen and (max-width: 1019px) {
  div.bookingGadget div.iconBlock {
    width: 260px;
    border-right: none;
    border-bottom: 1px solid #686c6f;
    margin: 0 auto 20px;
  }
}
div.bookingGadget div.iconBlock span.icon {
  display: block;
  width: 30px;
  height: 20px;
  background: url(../img/common/mark_book_bed_white.svg) no-repeat 50% 50%;
  background-size: 30px 20px;
  margin: 0 auto 5px;
}
@media screen and (max-width: 1019px) {
  div.bookingGadget div.iconBlock span.icon {
    display: inline-block;
    width: 24px;
    height: 16px;
    background: url(../img/common/mark_book_bed_white.svg) no-repeat 50% 50%;
    background-size: 24px 16px;
    margin: 0 6px -2px;
  }
}

/* 固定バナー（PCポップアップ） */
.fixedBanner{
  width: 245px;
  position: relative;
  position: fixed;
  transition: all 0.5s 0s ease;
  z-index: 2051;
  right: -210px;
  bottom: 10px;
  top: auto;
}
.mailMagazine img{
  width: 100%;
}
.fixedBanner .closeButton{
	right: -7px;
	top: -12px;
	position: absolute;
	font-size: 30px;
	font-weight: bold;
	background: rgba(255,255,255, .7);
	border-radius: 50%;
	width: 30px;
	height: 30px;
	line-height: 31px;
	cursor: pointer;
}
@media screen and (min-width: 1020px) {
	.fixedBanner.is-visible{
		right: 15px;
	}
  /* IE11 */
  _:-ms-lang(x)::-ms-backdrop, .fixedBanner .closeButton{
    line-height: 41px;
  }
}
@media screen and (max-width: 1019px) {
  .fixedBanner{
    width: 135px;
		right: 10px;
    bottom: 10px;
    padding: 0;
  }
	.fixedBanner.is-hidden{
		right: -105px;
	}
  .mailMagazine img{
    height: auto;
  }
  .fixedBanner .closeButton{
		font-size: 24px;
		line-height: 26px;
  }
}
.notes{
	font-size: 18px;
}
@media screen and (min-width: 1020px){
	.scrollBlock + .notes{
		margin-top: -25px;
	}
}
@media screen and (max-width: 1019px){
	.notes{
		font-size: 17px;
	}
}

/* プランページ */
.plan_table_wrap{
	overflow-x: auto;
}
div.section .plan_table_wrap table td{
	display: table-cell;
	width: auto;
	box-sizing: border-box;
}
div.section div.detailBlock .plan_table_wrap table {
	margin-top: 0;
	margin-bottom: 0;
}
div.section .plan_table_wrap + p{
	margin-top: 30px;
}

/* ぎん */
.movieThumbWrap{
  width: 360px;
  margin: 0 auto 30px;
	cursor: pointer;
}
.movieThumbWrap img{
  width: 100%;
}

.modalContent{
	opacity: 0;
	visibility: hidden;
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
  visibility: hidden;
  transition: opacity 0.5s, visibility 0.5s;
	background: rgba(0, 0, 0, .7);
	z-index: 110000;
}
.modalContent.is-show{
	opacity: 1;
  visibility: visible;
  transition: opacity 0.5s, visibility 0.5s;
}
.modalBody{
	width: 60%;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	right: 0;
	margin: auto;
}	
.modalLayer{
	position: fixed;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .6);
}
.movieWrap {
  position: relative;
	width: 100%;
	height: 0;
  padding-top: 56.25%;
}
.movieWrap iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.js-modal-close{
	display: block;
	width: 26px;
	height: 26px;
	margin-top: 5px;
	margin-right: 0;
	margin-left: auto;
	background: url(/img/restaurant/gin/icon_close.png) no-repeat center;
	font-size: 0;
}
@media screen and (min-width: 1020px){
	.movieThumbWrap a{
		display: none;
	}
}
@media screen and (max-width: 1019px){
	.movieThumbWrap{
		width: 100%;
	}
	.movieThumbWrap .js-modal-open{
		display: none;
	}
	.modalContent{
		display: none;
	}
}

/* #modal{
	height: 100%;
} */
.modalContentWrap{
  display: none;
}
.modalContentWrap.on{
  display: block;
}
/*  */
div.section.inquiryWrap div.spacer990{
	max-width: 990px;
	width: 96%;
}
.inquiryWrap .contactBlock{
  background-color: #ffffff;
	padding: 60px;
	box-sizing: border-box;
	background: #fff;
}
.inquiryWrap .block {
  display: flex;
  justify-content: flex-start;
	align-items: center;
  padding-bottom: 40px;
  margin-bottom: 40px;
  border-bottom: 1px solid #ddd;
  box-sizing: border-box;
	gap: 1%;
}
.inquiryWrap .contactTtl {
	font-size: 18px;
	flex: 1;
	margin-bottom: 0;
}
.inquiryWrap .contactTtl span{
	display: block;
}
.inquiryWrap .contactTel {
	font-size: 22px;
	width: 280px;
	margin-bottom: 0;
	text-align: right;
	line-height: 1;
}
.inquiryWrap .contactTel span {
	font-size: 68.1818%;
}
.inquiryWrap .contactTel a {
	font-size: 30px;
	line-height: 30px;
	color: #2BADBD !important;
}
.gin .contactOpeningHours{
	letter-spacing: -0.05em;
}
.contactTelItem + .contactTelItem{
	margin-top: 10px;
}
.inquiryTtl{
	color: #2b3034;
	font-size: 32px;
	line-height: 1.5;
	width: 90%;
	margin: 0 auto;
	text-align: center;
	margin-bottom: 30px;
}
.contactOpeningHours{
	width: 300px;
	min-width: fit-content;
	font-size: 87.5%;
	text-align: center;
}
.contactOpeningHours .indent{
	padding-left: 5.5em;
}
.contactTtl br{
	display: none;
}
@media screen and (max-width: 1170px) {
	.inquiryWrap .contactBlock{
		padding-left: calc( 30 / 1170 * 100vw );;
		padding-right: calc( 30 / 1170 * 100vw );;
	}
	.contactTtl br{
		display: block;
	}
}
@media screen and (max-width: 1019px) {
	div.section.inquiryWrap div.inner{
		padding-top: 75px;
	}
	.inquiryWrap .block {
			display: block;
			padding-bottom: 30px;
			margin-bottom: 30px;
	}
	.contactList .block .contactTtl {
		width: 100%;
		text-align: center;
	}
	.inquiryWrap .block .contactTel {
		font-size: 22px;
		width: 100%;
		margin-top: 10px;
		text-align: center;
	}
	.contactOpeningHours{
		width: 100%;
		margin-top: 10px;
	}
	#modal.modal-inquiry button.modalCloseBtn{
		right: 120px;
	}
}