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

 file name  : copy.css
 author     : Ability Consultant
 style info : コピー
=================================================================== */
.box_container {
	max-width: 1160px;
	margin: auto;
}

@media only screen and (max-width: 1024px) {
	.box_container {
		width: 95%;
	}
}

.box_container:after, .row:after, .clearfix:after, .con_intro .box_container .box_list_room:after, .con_intro_des .box_des:after, .con_intro_des .box_des .col_table dl:after, .con_fac_am .box_col_table:after, .con_fac_am .box_col_table .col-table .txt_item:after {
	content: "";
	display: table;
	clear: both;
}

/* -----------------------------------------------------------
	.con_title
----------------------------------------------------------- */
.con_title {
	background-image: url(../rooms/images/bg_title-pc.jpg);
}

@media only screen and (max-width: 767px) {
	.con_title {
		background-image: url(../rooms/images/bg_title-sp.jpg);
	}
}

/* -----------------------------------------------------------
	common
----------------------------------------------------------- */
.box_container {
	display: block;
}

.row {
	display: block;
}

.col {
	display: block;
	float: left;
	position: relative;
	min-height: 1px;
}

.row_tbl {
	display: table;
	width: 100%;
}

.cell {
	display: table-cell;
	vertical-align: top;
}

#contents h2, #contents h3 {
	font-weight: normal;
}

/* -----------------------------------------------------------
	ボタン button
----------------------------------------------------------- */
.btn_blue {
	text-align: center;
}

.btn_blue a {
	display: inline-block;
	vertical-align: middle;
	position: relative;
	width: 100%;
	max-width: 340px;
	font-size: 100%;
	color: #fff !important;
	background: #3b7544;
	border: 1px solid #3b7544;
	border-radius: 0;
	text-align: left;
	text-decoration: none !important;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
	padding: 1em 2em;
}

@media only screen and (max-width: 767px) {
	.btn_blue a {
		max-width: 100%;
		font-size: 94%;
		padding: 10px;
		padding-right: 55px;
	}
}

@media only screen and (min-width: 1025px) {
	.btn_blue a:hover {
		background: #2d5a34;
		color: #fff !important;
	}
}

@media print {
	.btn_blue a:hover {
		background: #2d5a34;
		color: #fff !important;
	}
}

.ie8 .btn_blue a:hover {
	background: #2d5a34;
	color: #fff !important;
}

@media only screen and (min-width: 1025px) {
	.btn_blue a:hover .ic_arrow {
		right: 2.5em;
	}
}

@media print {
	.btn_blue a:hover .ic_arrow {
		right: 2.5em;
	}
}

.ie8 .btn_blue a:hover .ic_arrow {
	right: 2.5em;
}

.btn_blue a .ic_arrow {
	position: absolute;
	right: 3em;
	top: 53%;
	width: 50px;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

@media only screen and (max-width: 767px) {
	.btn_blue a .ic_arrow {
		right: 15px;
		width: 35px;
	}
}

.btn_blue a .ic_arrow:before {
	display: block;
	content: '';
	position: absolute;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 1px;
	background: #fff;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

.btn_blue a .ic_arrow:after {
	display: block;
	content: '';
	position: absolute;
	right: 0;
	bottom: 0;
	-webkit-transform: rotate(34deg);
	-ms-transform: rotate(34deg);
	transform: rotate(34deg);
	-webkit-transform-origin: right bottom;
	-ms-transform-origin: right bottom;
	transform-origin: right bottom;
	width: 16px;
	height: 1px;
	background: #fff;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

.btn_ghost_brown {
	text-align: center;
}

.btn_ghost_brown a {
	display: inline-block;
	vertical-align: middle;
	position: relative;
	width: 100%;
	max-width: 340px;
	font-size: 100%;
	color: #453939 !important;
	border: 1px solid #453939;
	border-radius: 0;
	text-align: left;
	text-decoration: none !important;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
	padding: 1em 2em;
}

@media only screen and (max-width: 767px) {
	.btn_ghost_brown a {
		max-width: 100%;
		font-size: 94%;
		padding: 10px;
		padding-right: 55px;
	}
}

.btn_ghost_brown a:hover {
	border: 1px solid #453939;
}

@media only screen and (min-width: 1025px) {
	.btn_ghost_brown a:hover {
		background: #453939;
		color: #fff !important;
	}
}

@media print {
	.btn_ghost_brown a:hover {
		background: #453939;
		color: #fff !important;
	}
}

.ie8 .btn_ghost_brown a:hover {
	background: #453939;
	color: #fff !important;
}

@media only screen and (min-width: 1025px) {
	.btn_ghost_brown a:hover .ic_arrow {
		right: 2.5em;
	}
}

@media print {
	.btn_ghost_brown a:hover .ic_arrow {
		right: 2.5em;
	}
}

.ie8 .btn_ghost_brown a:hover .ic_arrow {
	right: 2.5em;
}

@media only screen and (min-width: 1025px) {
	.btn_ghost_brown a:hover .ic_arrow:before {
		background: #fff;
	}
}

@media print {
	.btn_ghost_brown a:hover .ic_arrow:before {
		background: #fff;
	}
}

.ie8 .btn_ghost_brown a:hover .ic_arrow:before {
	background: #fff;
}

@media only screen and (min-width: 1025px) {
	.btn_ghost_brown a:hover .ic_arrow:after {
		background: #fff;
	}
}

@media print {
	.btn_ghost_brown a:hover .ic_arrow:after {
		background: #fff;
	}
}

.ie8 .btn_ghost_brown a:hover .ic_arrow:after {
	background: #fff;
}

.btn_ghost_brown a .ic_arrow {
	position: absolute;
	right: 3em;
	top: 53%;
	width: 50px;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

@media only screen and (max-width: 767px) {
	.btn_ghost_brown a .ic_arrow {
		right: 15px;
		width: 35px;
	}
}

.btn_ghost_brown a .ic_arrow:before {
	display: block;
	content: '';
	position: absolute;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 1px;
	background: #453939;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

.btn_ghost_brown a .ic_arrow:after {
	display: block;
	content: '';
	position: absolute;
	right: 0;
	bottom: 0;
	-webkit-transform: rotate(34deg);
	-ms-transform: rotate(34deg);
	transform: rotate(34deg);
	-webkit-transform-origin: right bottom;
	-ms-transform-origin: right bottom;
	transform-origin: right bottom;
	width: 16px;
	height: 1px;
	background: #453939;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

/* -----------------------------------------------------------
	.slick_style
----------------------------------------------------------- */
.slick_style .slick-arrow {
	display: block;
	position: absolute;
	color: #fff;
	top: 50%;
	transform: translateY(-50%);
	width: 25px;
	height: 38px;
	text-indent: -9999px;
	border: 0 none;
	cursor: pointer;
	z-index: 100;
}

.slick_style .slick-dots {
	border: 0;
	background: transparent;
	display: block;
	text-align: center;
	outline: none;
	position: initial;
	width: 100%;
	padding: 15px 0;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.slick_style .slick-dots {
		bottom: 5%;
	}
}

@media only screen and (max-width: 767px) {
	.slick_style .slick-dots {
		bottom: 0;
	}
}

.slick_style .slick-dots li {
	height: 14px;
	width: 14px;
	margin: 10px;
	display: inline-block;
	outline: none !important;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	background: transparent;
	border: 2px solid #3b7544;
}

.slick_style .slick-dots li.slick-active {
	background: #3b7544;
	border: 2px solid #3b7544;
}

.slick_style .slick-dots li button {
	color: transparent;
	padding: 0;
	border: 0;
	height: 14px;
	width: 14px;
	outline: none !important;
	cursor: pointer;
	background: transparent;
	display: block;
	position: relative;
}

.slick_style .slick-dots li button:before {
	position: absolute;
	top: 0;
	left: 0;
	outline: none !important;
}

.slick_style .slick-dots li button:hover, .slick_style .slick-dots li button:focus {
	outline: none !important;
}

/* -----------------------------------------------------------
	.con_intro
----------------------------------------------------------- */
.con_intro {
	text-align: center;
	margin-bottom: 50px;
	overflow: hidden;
}

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

@media only screen and (max-width: 767px) {
	.con_intro {
		margin-bottom: 30px;
	}
}

.con_intro .box_container {
	max-width: 1400px;
}

.con_intro .box_container h3 {
	font-size: 160%;
	margin-bottom: 23px;
}

@media only screen and (max-width: 767px) {
	.con_intro .box_container h3 {
		font-size: 120%;
		margin-top: 1em;
	}
}

.con_intro .box_container .txt_con {
	font-size: 107%;
	margin-bottom: 15px;
	line-height: 2.2;
}

@media only screen and (max-width: 767px) {
	.con_intro .box_container .txt_con {
		line-height: 1.8;
	}
}

.con_intro .box_container .item_icon {
	margin-bottom: 50px;
	font-size: 107%;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.con_intro .box_container .item_icon {
		margin-bottom: 20px;
	}
}

@media only screen and (max-width: 767px) {
	.con_intro .box_container .item_icon {
		margin-bottom: 20px;
	}
}

.con_intro .box_container .item_icon span {
	background: #f4f4ea;
	display: inline-block;
	padding: 10px 20px;
	min-width: 300px;
	margin-bottom: 15px;
	vertical-align: middle;
}

.con_intro .box_container .item_icon span img {
	display: inline-block;
	vertical-align: middle;
	padding-left: 10px;
}

.con_intro .box_container .box_list_room {
	margin-left: -4px;
	margin-right: -4px;
}

.con_intro .box_container .box_list_room .box_col {
	float: left;
	width: 25%;
	padding-left: 4px;
	padding-right: 4px;
}

@media only screen and (max-width: 1024px) {
	.con_intro .box_container .box_list_room .box_col {
		width: 50%;
	}
}

.con_intro .box_container .box_list_room .box_col a {
	display: block;
	text-decoration: none;
}

.con_intro .box_container .box_list_room .box_col .txt_tit {
	margin: 15px 0 30px;
	font-size: 107%;
}

/* -----------------------------------------------------------
	.box_slide_01
----------------------------------------------------------- */
.box_slide_01 {
	margin-bottom: 80px;
	margin: 0 auto;
}

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

@media only screen and (max-width: 767px) {
	.box_slide_01 {
		margin-bottom: 0;
	}
}

@media only screen and (max-width: 767px) {
	.box_slide_01 {
		width: 100%;
		padding-bottom: 0;
	}
}

@media only screen and (max-width: 1024px) {
	.box_slide_01 .slick-dots {
		background-image: none !important;
	}
}

@media only screen and (max-width: 767px) {
	.box_slide_01 .slick-dots {
		top: 80%;
		background-image: none !important;
	}
}

.box_slide_01 .slick-dots li:hover {
	cursor: pointer !important;
}

/* -----------------------------------------------------------
	.main_con_bath
----------------------------------------------------------- */
.main_con_bath {
	margin-bottom: 100px;
}

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

@media only screen and (max-width: 767px) {
	.main_con_bath {
		margin-bottom: 50px;
	}
}

/* -----------------------------------------------------------
	.con_room_bath
----------------------------------------------------------- */
.con_room_bath {
	text-align: center;
	margin-bottom: 50px;
}

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

@media only screen and (max-width: 767px) {
	.con_room_bath {
		margin-bottom: 0;
	}
}

.con_room_bath h3 {
	font-size: 160%;
	margin-bottom: 23px;
}

@media only screen and (max-width: 767px) {
	.con_room_bath h3 {
		font-size: 147%;
	}
}

/* -----------------------------------------------------------
	.con_intro_des
----------------------------------------------------------- */
.con_intro_des {
	margin-bottom: 50px;
	font-size: 107%;
}

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

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

.con_intro_des .box_des .col_des {
	float: left;
	width: 55%;
	line-height: 1.8;
	margin-bottom: 30px;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.con_intro_des .box_des .col_des {
		width: 45%;
	}
}

@media only screen and (max-width: 767px) {
	.con_intro_des .box_des .col_des {
		width: 100%;
	}
}

.con_intro_des .box_des .col_table {
	float: right;
	width: 40%;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.con_intro_des .box_des .col_table {
		width: 50%;
	}
}

@media only screen and (max-width: 767px) {
	.con_intro_des .box_des .col_table {
		width: 100%;
	}
}

.con_intro_des .box_des .col_table dl {
	margin-bottom: 15px;
	border-top: 1px solid #dfdfdf;
	border-bottom: 1px solid #dfdfdf;
	padding: 3% 0 2% 3%;
}

.con_intro_des .box_des .col_table dl dt {
	width: 30%;
	float: left;
}

.con_intro_des .box_des .col_table dl dd {
	width: 70%;
	float: left;
	margin-bottom: 1em;
}

.con_intro_des .box_des .col_table .btn_blue a {
	display: block;
	max-width: 100%;
	font-size: 100%;
}

/* -----------------------------------------------------------
	.con_fac_am
----------------------------------------------------------- */
.con_fac_am .box_container {
	overflow: hidden;
}

.con_fac_am .st_bas {
	color: #453939;
	margin-bottom: 30px;
}

@media only screen and (max-width: 767px) {
	.con_fac_am .st_bas {
		margin-bottom: 15px;
	}
}

.con_fac_am .st_bas .en {
	font-size: 214%;
}

.con_fac_am .st_bas .jp {
	font-size: 107%;
	padding-left: 15px;
}

@media only screen and (max-width: 767px) {
	.con_fac_am .st_bas .jp {
		display: block;
		padding-left: 0px;
		text-align: center;
	}
}

.con_fac_am .box_col_table {
	margin-left: -15px;
	margin-right: -15px;
}

.con_fac_am .box_col_table .col-img {
	float: left;
	width: 30%;
	padding-left: 15px;
	padding-right: 15px;
}

.con_fac_am .box_col_table .col-img img {
	width: 100%;
}

@media only screen and (max-width: 1024px) {
	.con_fac_am .box_col_table .col-img {
		width: 100%;
		padding: 0;
		display: flex;
	}
	.con_fac_am .box_col_table .col-img p {
		width: 50%;
	}
}

.con_fac_am .box_col_table .col-img p {
	margin-bottom: 15px;
}

@media only screen and (max-width: 767px) {
	.con_fac_am .box_col_table .col-img p {
		width: 50%;
	}
}

.con_fac_am .box_col_table .col-table {
	background: #f4f4ea;
	float: left;
	width: 70%;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 25px;
}

.con_fac_am .box_col_table .col-table.not_col {
	width: 100%;
}

@media only screen and (max-width: 1024px) {
	.con_fac_am .box_col_table .col-table {
		width: 100%;
	}
}

.con_fac_am .box_col_table .col-table .cl_blue {
	color: #3b7544;
}

.con_fac_am .box_col_table .col-table .txt_item ul {
	padding: 25px 10px 0;
	float: left;
	width: 33.33333%;
}

@media only screen and (max-width: 767px) {
	.con_fac_am .box_col_table .col-table .txt_item ul {
		width: 100%;
		padding: 15px 15px 0;
	}
}

.con_fac_am .box_col_table .col-table .txt_item ul li {
	line-height: 2;
}

.con_fac_am .box_col_table .col-table p {
	padding: 25px 15px 0;
}

@media only screen and (max-width: 767px) {
	.con_fac_am .box_col_table .col-table p {
		padding: 15px 15px 0;
	}
}

/* -----------------------------------------------------------
	.accordion_spring
----------------------------------------------------------- */
.accordion_spring.all {
	color: #fff;
	background: #777;
	padding: 10px;
	cursor: pointer;
	position: relative;
	font-size: 106%;
}

.accordion_spring.all + * .inner {
	padding: 1em;
	border: 1px dotted #999;
	border-top: 0;
	display: block;
}

.accordion_spring.all + * {
	display: none;
	margin-bottom: 30px;
}

@media only screen and (min-width: 768px) {
	.accordion_spring.sp_only {
		font-weight: bold;
	}
	.accordion_spring.sp_only + * {
		display: block !important;
	}
}

@media print {
	.accordion_spring.sp_only {
		font-weight: bold;
	}
	.accordion_spring.sp_only + * {
		display: block !important;
	}
}

.ie8 .accordion_spring.sp_only {
	font-weight: bold;
}

.ie8 .accordion_spring.sp_only + * {
	display: block !important;
}

@media only screen and (max-width: 767px) {
	.accordion_spring.sp_only {
		color: #fff;
		background: #777;
		padding: 10px;
		cursor: pointer;
		position: relative;
		font-size: 106%;
	}
	.accordion_spring.sp_only + * .inner {
		padding: 1em;
		border: 1px dotted #999;
		border-top: 0;
		display: block;
	}
	.accordion_spring.sp_only + * {
		display: none;
	}
}

/*# sourceMappingURL=../maps/rooms.css.map */
