@charset "UTF-8";
/* ===================================================================
CSS information

 file name  : banquet_rooms.css
 author     : Ability Consultant
 style info : コピー
=================================================================== */
.anklink, .cnt-roomlist {
	max-width: 1260px;
	width: 92%;
	margin-right: auto;
	margin-left: auto;
}

#banquet_rooms {
	/* -----------------------------------------------------------
		#js-FvSlide
	----------------------------------------------------------- */
	/* -----------------------------------------------------------
		.con_intro
	----------------------------------------------------------- */
	/* -----------------------------------------------------------
		.con_banquet_hall
	----------------------------------------------------------- */
}

#contents #banquet_rooms .text {
	line-height: 2.4;
}

@media only screen and (min-width: 1025px) {
	#contents #banquet_rooms .text {
		font-size: 125%;
	}
}

@media print {
	#contents #banquet_rooms .text {
		font-size: 125%;
	}
}

.ie8 #contents #banquet_rooms .text {
	font-size: 125%;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	#contents #banquet_rooms .text {
		font-size: 113%;
	}
}

@media only screen and (max-width: 767px) {
	#contents #banquet_rooms .text {
		font-size: 100%;
	}
}

@media only screen and (max-width: 767px) {
	#contents #banquet_rooms .text {
		line-height: 1.9;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	#contents #banquet_rooms .text {
		line-height: 1.9;
	}
}

#banquet_rooms .txt_center {
	text-align: center;
}

#banquet_rooms .st_fsz120 {
	font-weight: 400;
	margin-bottom: 70px;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	#banquet_rooms .st_fsz120 {
		margin-bottom: 4em;
	}
}

@media only screen and (max-width: 767px) {
	#banquet_rooms .st_fsz120 {
		margin-bottom: 2em;
	}
}

#banquet_rooms .st_fsz120 .en {
	color: #aa002b;
	font-family: "Julius Sans One", sans-serif;
}

@media only screen and (min-width: 1025px) {
	#banquet_rooms .st_fsz120 .en {
		font-size: 750%;
	}
}

@media print {
	#banquet_rooms .st_fsz120 .en {
		font-size: 750%;
	}
}

.ie8 #banquet_rooms .st_fsz120 .en {
	font-size: 750%;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	#banquet_rooms .st_fsz120 .en {
		font-size: 500%;
	}
}

@media only screen and (max-width: 767px) {
	#banquet_rooms .st_fsz120 .en {
		font-size: 250%;
	}
}

#banquet_rooms .st_fsz120 .jp {
	color: #505d69;
}

@media only screen and (min-width: 1025px) {
	#banquet_rooms .st_fsz120 .jp {
		font-size: 188%;
	}
}

@media print {
	#banquet_rooms .st_fsz120 .jp {
		font-size: 188%;
	}
}

.ie8 #banquet_rooms .st_fsz120 .jp {
	font-size: 188%;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	#banquet_rooms .st_fsz120 .jp {
		font-size: 157%;
	}
}

@media only screen and (max-width: 767px) {
	#banquet_rooms .st_fsz120 .jp {
		font-size: 144%;
	}
}

#banquet_rooms #js-FvSlide .slide1 {
	background-image: url(../banquet_rooms/images/img_slide1-pc.jpg);
}

#banquet_rooms #js-FvSlide.slick-initialized .slide2 {
	background-image: url(../banquet_rooms/images/img_slide2-pc.jpg);
}

#banquet_rooms #js-FvSlide.slick-initialized .slide3 {
	background-image: url(../banquet_rooms/images/img_slide3-pc.jpg);
}

#banquet_rooms #js-FvSlide.slick-initialized .slide4 {
	background-image: url(../banquet_rooms/images/img_slide4-pc.jpg);
}

#banquet_rooms #js-FvSlide.slick-initialized .slide5 {
	background-image: url(../banquet_rooms/images/img_slide5-pc.jpg);
}

#banquet_rooms .con_intro {
	max-width: 92%;
	margin-left: auto;
	margin-right: auto;
}

@media only screen and (max-width: 767px) {
	#banquet_rooms .con_intro .text {
		text-align: left;
	}
}

#banquet_rooms .con_banquet_hall {
	padding-bottom: 70px;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	#banquet_rooms .con_banquet_hall {
		padding-bottom: 4em;
	}
}

@media only screen and (max-width: 767px) {
	#banquet_rooms .con_banquet_hall {
		padding-bottom: 1em;
	}
}

#banquet_rooms .con_banquet_hall .box_banquet_hall .box {
	margin-bottom: 90px;
	width: 1810px;
	max-width: 96%;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	#banquet_rooms .con_banquet_hall .box_banquet_hall .box {
		margin-bottom: 4em;
	}
}

@media only screen and (max-width: 767px) {
	#banquet_rooms .con_banquet_hall .box_banquet_hall .box {
		margin-bottom: 4em;
	}
}

@media only screen and (min-width: 768px) {
	#banquet_rooms .con_banquet_hall .box_banquet_hall .box {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
}

@media print {
	#banquet_rooms .con_banquet_hall .box_banquet_hall .box {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
}

.ie8 #banquet_rooms .con_banquet_hall .box_banquet_hall .box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

@media only screen and (max-width: 767px) {
	#banquet_rooms .con_banquet_hall .box_banquet_hall .box {
		margin: 0 auto;
		max-width: 92%;
		margin-bottom: 4em;
	}
}

#banquet_rooms .con_banquet_hall .box_banquet_hall .box .img {
	width: 65.02762%;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	#banquet_rooms .con_banquet_hall .box_banquet_hall .box .img {
		width: 56%;
	}
}

@media only screen and (max-width: 767px) {
	#banquet_rooms .con_banquet_hall .box_banquet_hall .box .img {
		width: 100%;
	}
}

@media only screen and (max-width: 767px) {
	#banquet_rooms .con_banquet_hall .box_banquet_hall .box .img {
		margin-bottom: 2em;
	}
}

#banquet_rooms .con_banquet_hall .box_banquet_hall .box .box_info {
	width: 30.38674%;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	#banquet_rooms .con_banquet_hall .box_banquet_hall .box .box_info {
		width: 40%;
	}
}

@media only screen and (max-width: 767px) {
	#banquet_rooms .con_banquet_hall .box_banquet_hall .box .box_info {
		width: 100%;
	}
}

#banquet_rooms .con_banquet_hall .box_banquet_hall .box .box_info .txt_f {
	font-family: "Julius Sans One", sans-serif;
	color: #a99a54;
	margin-bottom: 20px;
}

@media only screen and (min-width: 1025px) {
	#banquet_rooms .con_banquet_hall .box_banquet_hall .box .box_info .txt_f {
		font-size: 125%;
	}
}

@media print {
	#banquet_rooms .con_banquet_hall .box_banquet_hall .box .box_info .txt_f {
		font-size: 125%;
	}
}

.ie8 #banquet_rooms .con_banquet_hall .box_banquet_hall .box .box_info .txt_f {
	font-size: 125%;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	#banquet_rooms .con_banquet_hall .box_banquet_hall .box .box_info .txt_f {
		font-size: 113%;
	}
}

@media only screen and (max-width: 767px) {
	#banquet_rooms .con_banquet_hall .box_banquet_hall .box .box_info .txt_f {
		font-size: 113%;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	#banquet_rooms .con_banquet_hall .box_banquet_hall .box .box_info .txt_f {
		margin-bottom: 1em;
	}
}

@media only screen and (max-width: 767px) {
	#banquet_rooms .con_banquet_hall .box_banquet_hall .box .box_info .txt_f {
		margin-bottom: 1em;
	}
}

#banquet_rooms .con_banquet_hall .box_banquet_hall .box .box_info .txt_f span {
	border: 1px solid #a99a54;
	padding: 3px 14px;
	margin-right: 5px;
}

#banquet_rooms .con_banquet_hall .box_banquet_hall .box .box_info .st_fsz50 {
	font-weight: 400;
	color: #aa002b;
	margin-bottom: 18px;
}

@media only screen and (min-width: 1025px) {
	#banquet_rooms .con_banquet_hall .box_banquet_hall .box .box_info .st_fsz50 {
		font-size: 313%;
	}
}

@media print {
	#banquet_rooms .con_banquet_hall .box_banquet_hall .box .box_info .st_fsz50 {
		font-size: 313%;
	}
}

.ie8 #banquet_rooms .con_banquet_hall .box_banquet_hall .box .box_info .st_fsz50 {
	font-size: 313%;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	#banquet_rooms .con_banquet_hall .box_banquet_hall .box .box_info .st_fsz50 {
		font-size: 219%;
	}
}

@media only screen and (max-width: 767px) {
	#banquet_rooms .con_banquet_hall .box_banquet_hall .box .box_info .st_fsz50 {
		font-size: 188%;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	#banquet_rooms .con_banquet_hall .box_banquet_hall .box .box_info .st_fsz50 {
		margin-bottom: 0.25em;
	}
}

@media only screen and (max-width: 767px) {
	#banquet_rooms .con_banquet_hall .box_banquet_hall .box .box_info .st_fsz50 {
		margin-bottom: 0.25em;
	}
}

#banquet_rooms .con_banquet_hall .box_banquet_hall .box .box_info .txt_fsz26 {
	color: #23384b;
	margin-bottom: 30px;
}

@media only screen and (min-width: 1025px) {
	#banquet_rooms .con_banquet_hall .box_banquet_hall .box .box_info .txt_fsz26 {
		font-size: 163%;
	}
}

@media print {
	#banquet_rooms .con_banquet_hall .box_banquet_hall .box .box_info .txt_fsz26 {
		font-size: 163%;
	}
}

.ie8 #banquet_rooms .con_banquet_hall .box_banquet_hall .box .box_info .txt_fsz26 {
	font-size: 163%;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	#banquet_rooms .con_banquet_hall .box_banquet_hall .box .box_info .txt_fsz26 {
		font-size: 150%;
	}
}

@media only screen and (max-width: 767px) {
	#banquet_rooms .con_banquet_hall .box_banquet_hall .box .box_info .txt_fsz26 {
		font-size: 138%;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	#banquet_rooms .con_banquet_hall .box_banquet_hall .box .box_info .txt_fsz26 {
		margin-bottom: 0.5em;
	}
}

@media only screen and (max-width: 767px) {
	#banquet_rooms .con_banquet_hall .box_banquet_hall .box .box_info .txt_fsz26 {
		margin-bottom: 1em;
	}
}

#banquet_rooms .con_banquet_hall .box_banquet_hall .box .box_info .btn_normal {
	background: #23384b;
	width: 300px;
	margin-top: 23px;
	padding: 0px;
	max-width: 100%;
}

@media only screen and (max-width: 767px) {
	#banquet_rooms .con_banquet_hall .box_banquet_hall .box .box_info .btn_normal {
		width: 100%;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	#banquet_rooms .con_banquet_hall .box_banquet_hall .box .box_info .btn_normal {
		margin-top: 1em;
	}
}

@media only screen and (max-width: 767px) {
	#banquet_rooms .con_banquet_hall .box_banquet_hall .box .box_info .btn_normal {
		margin-top: 1.5em;
	}
}

#banquet_rooms .con_banquet_hall .box_banquet_hall .box .box_info .btn_normal a {
	color: #fff;
	padding: 0.9em 1.5em 0.9em 1em;
	display: block;
}

@media only screen and (max-width: 767px) {
	#banquet_rooms .con_banquet_hall .box_banquet_hall .box .box_info .btn_normal a {
		padding: 1.2em 0.5em;
	}
}

@media only screen and (min-width: 768px) {
	#banquet_rooms .con_banquet_hall .box_banquet_hall .box.box_right {
		margin-right: 0px;
		margin-left: auto;
	}
}

@media print {
	#banquet_rooms .con_banquet_hall .box_banquet_hall .box.box_right {
		margin-right: 0px;
		margin-left: auto;
	}
}

.ie8 #banquet_rooms .con_banquet_hall .box_banquet_hall .box.box_right {
	margin-right: 0px;
	margin-left: auto;
}

@media only screen and (min-width: 768px) {
	#banquet_rooms .con_banquet_hall .box_banquet_hall .box.box_right .img {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
	}
}

@media print {
	#banquet_rooms .con_banquet_hall .box_banquet_hall .box.box_right .img {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
	}
}

.ie8 #banquet_rooms .con_banquet_hall .box_banquet_hall .box.box_right .img {
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
}

#largebanquet #js-FvSlide .slide1 {
	background-image: url(../banquet_rooms/largebanquet/images/img_slide1-pc.jpg);
}

#largebanquet #js-FvSlide.slick-slider .slide2 {
	background-image: url(../banquet_rooms/largebanquet/images/img_slide2-pc.jpg);
}

#largebanquet #js-FvSlide.slick-slider .slide3 {
	background-image: url(../banquet_rooms/largebanquet/images/img_slide3-pc.jpg);
}

#largebanquet #js-FvSlide.slick-slider .slide4 {
	background-image: url(../banquet_rooms/largebanquet/images/img_slide4-pc.jpg);
}

#largebanquet #js-FvSlide.slick-slider .slide5 {
	background-image: url(../banquet_rooms/largebanquet/images/img_slide5-pc.jpg);
}

#mediumbanquet #js-FvSlide .slide1 {
	background-image: url(../banquet_rooms/mediumbanquet/images/img_slide1-pc.jpg);
}

#mediumbanquet #js-FvSlide.slick-slider .slide2 {
	background-image: url(../banquet_rooms/mediumbanquet/images/img_slide2-pc.jpg);
}

#mediumbanquet #js-FvSlide.slick-slider .slide3 {
	background-image: url(../banquet_rooms/mediumbanquet/images/img_slide3-pc.jpg);
}

#mediumbanquet #js-FvSlide.slick-slider .slide4 {
	background-image: url(../banquet_rooms/mediumbanquet/images/img_slide4-pc.jpg);
}

#mediumbanquet #js-FvSlide.slick-slider .slide5 {
	background-image: url(../banquet_rooms/mediumbanquet/images/img_slide5-pc.jpg);
}

#mediumbanquet #js-FvSlide.slick-slider .slide6 {
	background-image: url(../banquet_rooms/mediumbanquet/images/img_slide6-pc.jpg);
}

#mediumbanquet #js-FvSlide.slick-slider .slide7 {
	background-image: url(../banquet_rooms/mediumbanquet/images/img_slide7-pc.jpg);
}

#smallbanquet #js-FvSlide .slide1 {
	background-image: url(../banquet_rooms/smallbanquet/images/img_slide1-pc.jpg);
}

#smallbanquet #js-FvSlide.slick-slider .slide2 {
	background-image: url(../banquet_rooms/smallbanquet/images/img_slide2-pc.jpg);
}

#smallbanquet #js-FvSlide.slick-slider .slide3 {
	background-image: url(../banquet_rooms/smallbanquet/images/img_slide3-pc.jpg);
}

#smallbanquet #js-FvSlide.slick-slider .slide4 {
	background-image: url(../banquet_rooms/smallbanquet/images/img_slide4-pc.jpg);
}

#smallbanquet #js-FvSlide.slick-slider .slide5 {
	background-image: url(../banquet_rooms/smallbanquet/images/img_slide5-pc.jpg);
}

/* -----------------------------------------------------------
	.anklink
----------------------------------------------------------- */
.anklink {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

@media only screen and (max-width: 767px) {
	.anklink {
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}
}

.anklink li {
	border: 1px solid #2e3e4d;
}

@media only screen and (max-width: 767px) {
	.anklink li {
		width: 50%;
	}
}

.anklink li a {
	background: none;
	color: #2e3e4d;
	padding: .5em;
	padding: .5em .7em;
	display: block;
	text-align: center;
	-webkit-transition: background-color .3s ease-out,color .3s ease-out;
	transition: background-color .3s ease-out,color .3s ease-out;
}

@media only screen and (max-width: 767px) {
	.anklink li {
		width: 50%;
		margin: 0 0 -1px -1px;
	}
}

.anklink li:hover a {
	background-color: #2e3e4d;
	color: #fff;
}

/* -----------------------------------------------------------
	cnt-roomlist
----------------------------------------------------------- */
.cnt-roomlist {
	margin: 118px auto 126px;
}

@media only screen and (max-width: 767px) {
	.cnt-roomlist {
		margin: 3.5em auto 5em;
	}
}

.wrp_roomlist:not(:first-child) {
	margin-top: 115px;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.wrp_roomlist:not(:first-child) {
		margin-top: 90px;
	}
}

@media only screen and (max-width: 767px) {
	.wrp_roomlist:not(:first-child) {
		margin-top: 3.5em;
	}
}

.box_roomlist {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	margin-bottom: 50px;
}

@media only screen and (max-width: 767px) {
	.box_roomlist {
		display: block;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.box_roomlist {
		margin-bottom: 40px;
	}
}

@media only screen and (max-width: 767px) {
	.box_roomlist {
		margin-bottom: 2em;
	}
}

.box_roomlist .slider {
	position: relative;
}

@media only screen and (min-width: 768px) {
	.box_roomlist .slider {
		width: 63.49206%;
	}
}

@media print {
	.box_roomlist .slider {
		width: 63.49206%;
	}
}

.ie8 .box_roomlist .slider {
	width: 63.49206%;
}

.box_roomlist .slider .slick-dots {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: relative;
	bottom: 0;
	margin-top: 1em;
}

.box_roomlist .slider .slick-dots li {
	width: 8px;
	height: 8px;
	border: 1px solid #ccc;
	background: #ccc;
	border-radius: 50%;
	margin-left: 15px;
	position: relative;
}

.box_roomlist .slider .slick-dots li:first-child {
	margin-left: 0;
}

.box_roomlist .slider .slick-dots li.slick-active {
	border-color: #aa002b;
	background: #aa002b;
}

.box_roomlist .slider .slick-dots li.slick-active button {
	cursor: default;
}

.box_roomlist .slider .slick-dots li button {
	width: 100%;
	height: 100%;
	padding: 0;
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	border-width: 0;
	cursor: pointer;
}

@media only screen and (min-width: 768px) {
	.box_roomlist .box_detail {
		width: 31.74603%;
	}
}

@media print {
	.box_roomlist .box_detail {
		width: 31.74603%;
	}
}

.ie8 .box_roomlist .box_detail {
	width: 31.74603%;
}

@media only screen and (max-width: 767px) {
	.box_roomlist .box_detail {
		margin-top: 2em;
	}
}

.box_roomlist .box_detail h3 {
	font-weight: normal;
	letter-spacing: 0.08em;
	-webkit-font-feature-settings: "palt";
	font-feature-settings: "palt";
	letter-spacing: 0.08em;
	font-feature-settings: "palt";
	padding-bottom: 1.5em;
}

@media only screen and (max-width: 767px) {
	.box_roomlist .box_detail h3 {
		padding-bottom: 1em;
	}
}

@media only screen and (max-width: 767px) {
	.box_roomlist .box_detail h3 {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
}

.box_roomlist .box_detail h3 .en {
	color: #aa002b;
	line-height: 1.2em;
	display: block;
}

@media only screen and (min-width: 1025px) {
	.box_roomlist .box_detail h3 .en {
		font-size: 325%;
	}
}

@media print {
	.box_roomlist .box_detail h3 .en {
		font-size: 325%;
	}
}

.ie8 .box_roomlist .box_detail h3 .en {
	font-size: 325%;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.box_roomlist .box_detail h3 .en {
		font-size: 263%;
	}
}

@media only screen and (max-width: 767px) {
	.box_roomlist .box_detail h3 .en {
		font-size: 225%;
	}
}

@media only screen and (max-width: 767px) {
	.box_roomlist .box_detail h3 .en {
		width: 100%;
	}
}

.box_roomlist .box_detail h3 .jp {
	display: block;
}

@media only screen and (max-width: 767px) {
	.box_roomlist .box_detail h3 .jp {
		width: 100%;
	}
}

.box_roomlist .box_detail .tbl_basic {
	width: 100%;
	margin-bottom: 20px;
}

@media only screen and (min-width: 768px) {
	.box_roomlist .box_detail .tbl_basic {
		width: 70%;
	}
}

@media print {
	.box_roomlist .box_detail .tbl_basic {
		width: 70%;
	}
}

.ie8 .box_roomlist .box_detail .tbl_basic {
	width: 70%;
}

@media only screen and (max-width: 767px) {
	.box_roomlist .box_detail .tbl_basic {
		width: 60%;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.box_roomlist .box_detail .tbl_basic {
		margin-bottom: 20px;
	}
}

@media only screen and (max-width: 767px) {
	.box_roomlist .box_detail .tbl_basic {
		margin-bottom: 0.8em;
	}
}

@media only screen and (min-width: 768px) {
	.box_roomlist .box_detail .tbl_basic tr th {
		width: 35%;
	}
}

@media print {
	.box_roomlist .box_detail .tbl_basic tr th {
		width: 35%;
	}
}

.ie8 .box_roomlist .box_detail .tbl_basic tr th {
	width: 35%;
}

.box_roomlist .box_detail .tbl_basic tr td {
	text-align: left;
}

@media only screen and (min-width: 768px) {
	.box_roomlist .box_detail .tbl_basic tr td {
		width: 65%;
	}
}

@media print {
	.box_roomlist .box_detail .tbl_basic tr td {
		width: 65%;
	}
}

.ie8 .box_roomlist .box_detail .tbl_basic tr td {
	width: 65%;
}

.box_roomlist .box_detail .tbl_nocolor {
	width: 100%;
}

@media only screen and (max-width: 767px) {
	.box_roomlist .box_detail .tbl_nocolor th {
		width: 40%;
	}
}

.box_roomlist .box_detail .text {
	margin-bottom: 20px;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.box_roomlist .box_detail .text {
		margin-bottom: 20px;
	}
}

@media only screen and (max-width: 767px) {
	.box_roomlist .box_detail .text {
		margin-bottom: 1em;
	}
}

.box_number-of-people {
	margin-bottom: 60px;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.box_number-of-people {
		margin-bottom: 50px;
	}
}

@media only screen and (max-width: 767px) {
	.box_number-of-people {
		margin-bottom: 0.8em;
	}
}

.box_number-of-people h3 {
	font-weight: normal;
	letter-spacing: 0.08em;
	-webkit-font-feature-settings: "palt";
	font-feature-settings: "palt";
	letter-spacing: 0.08em;
	font-feature-settings: "palt";
	padding-bottom: 1.5em;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

@media only screen and (max-width: 767px) {
	.box_number-of-people h3 {
		padding-bottom: 0.5em;
	}
}

@media only screen and (min-width: 768px) {
	.box_number-of-people h3 .jp {
		font-size: 175%;
	}
}

@media print {
	.box_number-of-people h3 .jp {
		font-size: 175%;
	}
}

.ie8 .box_number-of-people h3 .jp {
	font-size: 175%;
}

@media only screen and (max-width: 767px) {
	.box_number-of-people h3 .jp {
		font-size: 138%;
	}
}

@media only screen and (max-width: 767px) {
	.box_number-of-people .box_table:after {
		content: "※右にクロールしてご覧ください";
		font-size: 82%;
	}
}

@media only screen and (max-width: 767px) {
	.box_number-of-people .box_table .inner {
		overflow: scroll;
	}
}

.box_number-of-people .box_table .inner .tbl_basic {
	width: 100%;
}

@media only screen and (max-width: 767px) {
	.box_number-of-people .box_table .inner .tbl_basic {
		width: 55em;
	}
}

@media only screen and (max-width: 767px) {
	.box_number-of-people .box_table .inner .tbl_basic th {
		width: 8em;
	}
}

.box-layout {
	margin-top: 10px;
	margin-bottom: 40px;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.box-layout {
		margin-top: 10px;
	}
}

@media only screen and (max-width: 767px) {
	.box-layout {
		margin-top: 4em;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.box-layout {
		margin-bottom: 40px;
	}
}

@media only screen and (max-width: 767px) {
	.box-layout {
		margin-bottom: 0.8em;
	}
}

.box-layout h3 {
	font-weight: normal;
	letter-spacing: 0.08em;
	-webkit-font-feature-settings: "palt";
	font-feature-settings: "palt";
	letter-spacing: 0.08em;
	font-feature-settings: "palt";
	margin-bottom: 1.5em;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.box-layout h3 .jp {
	line-height: 0.5em;
}

@media only screen and (min-width: 768px) {
	.box-layout h3 .jp {
		font-size: 175%;
	}
}

@media print {
	.box-layout h3 .jp {
		font-size: 175%;
	}
}

.ie8 .box-layout h3 .jp {
	font-size: 175%;
}

@media only screen and (max-width: 767px) {
	.box-layout h3 .jp {
		font-size: 138%;
	}
}

.box-layout .txt_cou {
	margin-bottom: 1em;
}

@media only screen and (min-width: 768px) {
	.box-layout .txt_cou {
		font-size: 125%;
	}
}

@media print {
	.box-layout .txt_cou {
		font-size: 125%;
	}
}

.ie8 .box-layout .txt_cou {
	font-size: 125%;
}

@media only screen and (max-width: 767px) {
	.box-layout .txt_cou {
		font-size: 113%;
	}
}

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

@media only screen and (min-width: 768px) {
	.box-layout .box_lay_det li {
		width: 22.75%;
	}
	.box-layout .box_lay_det li:not(:nth-child(4n+1)) {
		margin-left: 3%;
	}
	.box-layout .box_lay_det li:nth-child(n+5) {
		margin-top: 3%;
	}
}

@media print {
	.box-layout .box_lay_det li {
		width: 22.75%;
	}
	.box-layout .box_lay_det li:not(:nth-child(4n+1)) {
		margin-left: 3%;
	}
	.box-layout .box_lay_det li:nth-child(n+5) {
		margin-top: 3%;
	}
}

.ie8 .box-layout .box_lay_det li {
	width: 22.75%;
}

.ie8 .box-layout .box_lay_det li:not(:nth-child(4n+1)) {
	margin-left: 3%;
}

.ie8 .box-layout .box_lay_det li:nth-child(n+5) {
	margin-top: 3%;
}

@media only screen and (max-width: 767px) {
	.box-layout .box_lay_det li {
		width: 47.75%;
	}
	.box-layout .box_lay_det li:nth-child(even) {
		margin-left: 3%;
	}
	.box-layout .box_lay_det li:nth-child(n+3) {
		margin-top: 5%;
	}
}
