.ct-content {
	display: flex;
	flex-direction: column;
}
.main {
	flex: 1;
}

/* COMPANY */
.table {
	font-size: 1.2em;
}
.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th,
.table > thead > tr > td, .table > thead > tr > th {
	padding: 8px;
	line-height: 1.5;
	vertical-align: top;
	border: none;
}

/* PRIVACY POLICY */
.privacy .sign {
	text-align: right;
	margin-bottom: 40px;
}
.privacy h2 {
	margin-bottom: 30px;
	font-size: 1.6em;
	font-weight: bold;
}
.privacy p {
	margin-bottom: 15px;
}
.privacy .lead {
	margin-bottom: 30px;
}
.privacy dl {
	margin-bottom: 30px;
}
.privacy dl dt {
	margin-bottom: 10px;
	font-size: 1.2em;
	font-weight: bold;
}
.privacy dl dd {
	margin-bottom: 25px;
}
.privacy ul {
	margin: 10px 0;
}
.privacy ul li {
	list-style: disc inside;
	padding-left: 0.5em;
}

/* ROOM */
.room .ct-layout__headerTitle span {
		font-size: 2rem
}
.room .room_list {
	margin-top: 4.8rem;
	padding-bottom: 4.8rem;
	border-bottom: 1px solid #d6d6d4;
}
.room .room_list:last-child {
	border-bottom: none;
}
.room_list {
	display: flex;
	flex-wrap: wrap;
	font-family: "Shippori Mincho", serif;
	font-size: 0.9em;
}
.room_list * {
	box-sizing: border-box;
	vertical-align: bottom;
}
.slider.slick-slider
{
	margin-bottom:8px;
}
.photo_area {
	width: 100%;
	margin-bottom:12px;
}
.txt_area {
	width: 100%;
	padding: 8px 0 0 8px;
	border-top: 5px solid #7a6d3b;
}
.txt_area h2 {
	font-size:2.2em;
	line-height: 1;
	margin-bottom: 25px;
}
.txt_area h2 span {
	color: #7a6d3b;
	font-size: 2.6em;
	vertical-align: baseline;
	margin-right: 8px;
}
.txt_area .spec {
	display: flex;
	flex-wrap: wrap;
}
.txt_area .spec .layout {
	width: 45%;
	border-left: 1px solid  #7a6d3b;
	border-right: 1px solid #7a6d3b;
	display: flex;
	padding: 18px 0;
	justify-content: center;
	font-size: 3em;
	line-height: 1;
}
.txt_area .spec .storage {
	width: 55%;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 1.5em;
	line-height: 1.4;
}
.txt_area .spec .detail {
	padding: 0px 0 0;
}
.txt_area .spec .detail .area {
	font-size: 1.5em;
	line-height: 1.8;
	margin-bottom: 40px;
}
.txt_area .spec .detail .area span {
	font-size: 1.1em;
	display: inline-block;
}
.txt_area .spec .detail .area span.all {
	line-height:1.4;
	margin-bottom: 12px;
}
.txt_area .spec .detail .area span span {
	font-size: 2.2em;
	vertical-align:baseline;
	margin:0 8px;
	color: #7a6d3b;
}
.txt_area .spec .detail .comment {
	font-size: 1.4em;
	margin-bottom: 35px;
}
.txt_area .spec .detail a {
	font-size: 1.3rem;
	line-height: 1.6;
	letter-spacing: .12em;
	display: inline-block;
	padding-right: 1.6rem;
	position: relative;
	padding-bottom: .3rem
}

.txt_area .spec .detail a:before,
.txt_area .spec .detail a:after {
	content: "";
	display: block;
	position: absolute
}

.txt_area .spec .detail a:before {
	width: 1rem;
	height: 1rem;
	background: url("../images/icon_blank.svg") no-repeat;
	background-position: center center;
	background-size: contain;
	top: 50%;
	right: 0;
	margin-top: -0.6rem
}

.txt_area .spec .detail a:after {
	width: 100%;
	height: 1px;
	background: #292929;
	left: 0;
	bottom: 0
}
img {
  height: auto;
  width: 100%;
}
.thumbnail .slick-track {
  transform: unset !important;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.thumbnail .slick-track .slick-slide {
  width: 18.8% !important;
  margin-bottom: 8px;
}
.thumbnail .slick-track .slick-slide:nth-child(4):last-child {
  margin-right: 20.3%;
}
.thumbnail .slick-track .slick-slide:nth-child(6):last-child {
  margin-right: 81.2%;
}
.thumbnail .slick-track .slick-slide:nth-child(7):last-child {
  margin-right: 60.9%;
}
.thumbnail .slick-track .slick-slide:nth-child(8):last-child {
  margin-right: 40.6%;
}
.thumbnail-img {
  opacity: 0.3;
  transition: opacity .3s linear;
}
.thumbnail-img:hover {
  cursor:pointer;
}
.thumbnail .slick-current .thumbnail-img {
  opacity: 1;
}
.thumbnail .slick-track:before,
.thumbnail .slick-track:after
{
	display: none;
	content: none;
}
.pcOnly {
	display: none
}

@media screen and (min-width: 813px) {
	.room .room_list {
		margin-top: 3.8rem;
		padding-bottom: 1.8rem;
		border-bottom: 1px solid #d6d6d4;
	}
	.room_list {
		font-size: 1.0em;
	}
	.photo_area {
		width: 50%;
	}
	.txt_area .spec .detail .comment {
		font-size: 1.4em;
		margin-bottom: 50px;
	}
	.ct-layout__body {
		margin-top: 7.2rem;
		display: inherit !important;
	}
	.txt_area {
		margin-left: 2%;
		width: 48%;
	}
	.spOnly {
		display: none;
	}
	.pcOnly {
		display: block;
	}
}


/* VIEWING */
.viewing * {
	box-sizing:border-box;

		font-family: "Shippori Mincho", serif;
}
.viewing .ct-layout__headerTitle span {
	font-size: 2rem
}

.viewing h2 {
	margin-bottom: 25px;
}
.viewing .lead {
	text-align: center;
	font-size: 1.3em;
	padding: 30px 0;
}
.viewing .news {
	margin-bottom:30px;
}
.viewing .caution {
	font-size: 1.1rem;
	display: block;
	margin-top: 0;
	padding: 15px 20px;
	border: 2px solid #666;
	line-height: 1.8;
}
.viewing .caution h3 {
	color: #000;
	font-size:1.4rem;
	text-align:center;
	margin-bottom:8px;
}
.viewing .caution dl {
	display:flex;
	flex-wrap:wrap;
}
.viewing .caution dl dt {
	width:25%;
	color: #000;
}
.viewing .caution dl dd {
	width:75%;
}
.viewing .access {
	margin-bottom: 30px;
}
.viewing .access dl {
	display: flex;
	justify-content: center;
	flex-wrap:wrap;
	font-size: 1.0em;
}
.viewing .access dl dt {
	width: 22%;
	text-align: right;
}
.viewing .access dl dd {
	width: 78%;
	text-align: left;
}

.viewing  .location {
	margin-bottom:30px;
}
.viewing  .location h3 {
	color:#086c47;
	font-size: 2.0em;
	text-align: center;
	margin-bottom: 16px;
	font-weight: bold;
}
.viewing  .location ul {

}
.viewing  .location ul li {
	margin-bottom: 16px;
}


.viewing .timeschedule .oneday {
}
.viewing .timeschedule h3 {
	background:#786b3b;
	padding:8px;
	font-size:1.6em;
	font-weight:bold;
	color:#FFF;
	text-align:center;
	margin-bottom: 16px;
}

.viewing .timeschedule h3 span {
	font-size:0.8em;
}
.viewing .timeschedule dl {
	padding: 0;
	margin-bottom: 16px;
	font-size:1.2em;
	display:flex;
	flex-wrap:wrap;
}
.viewing .timeschedule dl dt {
	width: 12%;
}
.viewing .timeschedule  dl dd {
	width: 88%;
	margin-bottom: 4px;
}
.viewing .timeschedule .stay {margin-bottom: 30px;}
.viewing .timeschedule .stay h4 {
	border-top: 1px solid #786b3b;
	border-bottom: 1px solid #786b3b;
	text-align:center;
	padding:4px 0;
	font-size:1.4em;
	margin-bottom:8px;
	color: #786b3b;
}
.viewing .timeschedule .stay dl {
	padding: 0 0 0;
	font-size:1.2em;
	display:flex;
	flex-wrap:wrap;
}
.viewing .timeschedule .caution {
	margin-bottom:8px;
	font-size:1.05rem;
}
.viewing .timeschedule .caution_list {
	margin-bottom:8px;
}
.viewing .timeschedule .caution_list li {
	text-indent:-1em;
	padding-left:1em;
}
.viewing .timeschedule p.price {
	margin-bottom:8px;
	font-size: 1.6em;
	font-weight: bold;
	color: #292929;
	text-align: center;
	flex-grow: 1;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.viewing .timeschedule p.price span {
	font-size: 0.7em;
}
.viewing .timeschedule dl.price {

}
.viewing .timeschedule dl.price dt {
	width: 20%;
	display:flex;
	align-items:center;
}
.viewing .timeschedule dl.price dd {
	width:80%;
	border-left: 1px solid #aeaeae;
	padding-left: 16px;
}

.viewing .tp-conversion__cnv h3 {
	text-align:center;
	margin-bottom:16px;
	font-size:1.4em;
}

@media screen and (min-width: 813px) {
	.viewing h2 {
		margin-bottom: 25px;
	}
	.viewing .ct-layout__body {
		max-width: 980px;
		margin: 3.8rem auto 0;
		padding-bottom: 1.8rem;
		border-bottom: 1px solid #d6d6d4;
	}
	.viewing .lead {
		text-align: center;
		font-size: 1.4em;
		padding: 40px 0;
	}
	.viewing .caution dl dt {
		width:12%;
	}
	.viewing .caution dl dd {
		width:88%;
	}
	.viewing .timeschedule .oneday h3 {
		margin-bottom: 0;
	}
	.viewing .timeschedule .oneday dl dd {
		margin-bottom: 10px;
	}
	.viewing .timeschedule .caution {
		font-size:1.2rem;
	}
	.viewing .access {
		margin-bottom: 50px;
	}
	.viewing .access dl {
		display: flex;
		justify-content: center;
		flex-wrap:wrap;
		font-size:1.4em;
	}
	.viewing .access dl dt {
		width: 30%;
		text-align:right;
		padding-right:10px;
	}
	.viewing .access dl dd {
		width: 70%;;
		text-align: left;
	}
	.viewing  .location ul {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	.viewing  .location ul li {
	width: 100%;
	}
	.viewing .timeschedule {
		display:flex;
		justify-content:space-between;
	}
	.viewing .timeschedule .oneday {
		width:49%;
		display: flex;
		flex-direction: column;
	}
	.viewing .timeschedule .stay {
		width:49%;
	}
	.viewing .timeschedule dl.price dt {
		width: 17%;
	}
	.viewing .timeschedule dl.price dd {
		width:83%;
	}
}