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

 file name  :homepage.css
 author     :Ability Consultant
style info  :トップページ
=================================================================== */
#contents {
	margin-top: 73%;
}

.popup_overlay {
	z-index: 4;
}

#popup_bestrate {
	display: none;
	position: absolute;
	top: 55px;
	left: 3.125%;
	z-index: 5;
	margin: 0 auto;
	width: 93.75%;
}

#popup_bestrate .btn_close {
	text-align: center;
}

#popup_bestrate .btn_close img {
	width: 41.875%;
}

#mv {
	position: fixed;
	width: 100%;
	padding-top: 60%;
	top: 55px;
}

#mv .change_mv {
	width: 100%;
	height: 100%;
}

#mv .change_mv li {
	background: url("../images/mv_01.jpg") no-repeat center center;
	background-size: cover;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
}

#mv .change_mv li.mv02 {
	background: url("../images/mv_02.jpg") no-repeat center center;
	background-size: cover;
}

#mv .change_mv li.mv03 {
	background: url("../images/mv_03.jpg") no-repeat center center;
	background-size: cover;
}

#mv .change_mv li.mv04 {
	background: url("../images/mv_04.jpg") no-repeat center center;
	background-size: cover;
}

#mv .change_mv li.mv05 {
	background: url("../images/mv_05.jpg") no-repeat center center;
	background-size: cover;
}

#mv .change_mv li.show {
	z-index: 0;
}

#info_box {
	margin-bottom: 10px;
}

#info_box .tb_info {
	width: 100%;
}

#info_box .tb_info th {
	background: #9f0c0c;
	text-align: center;
	padding: 0 7px;
	width: 20%;
}

#info_box .tb_info td {
	width: 80%;
	background: #ffffff;
	font-size: 12px;
	color: #333333;
}

#info_box .tb_info td a {
	padding: 10px;
	display: block;
}

#info_box .tb_info td .date {
	font-size: 11px;
	color: #666666;
	display: block;
}

#form_box {
	margin: 0 10px 20px;
	text-align: center;
}

#form_box .btn_search {
	margin-bottom: 10px;
}

#form_box .btn_cancel {
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #dddddd;
}

.popup_box {
	text-align: center;
	margin: 0 10px 10px;
}

.bnr_area {
	text-align: center;
	border-radius: 6px;
	box-shadow: 0px 0px 7px rgba(6, 0, 1, 0.2);
	margin: 0 10px 20px;
	padding: 5px;
	background: #ffffff;
}

.bnr_area p {
	padding: 45px;
	font-size: 20px;
	font-weight: bold;
	background: #cccccc;
}

#menu_box {
	margin-bottom: 30px;
}

#menu_box .con_room {
	text-align: center;
	margin: 0 10px;
}

#menu_box .con_room .btn_room {
	margin-bottom: 6px;
}

#menu_box .con_room .btn_room.last {
	margin-bottom: 10px;
}

#menu_box .col2 {
	margin: 0 10px 15px;
}

#menu_box .col2 li {
	float: left;
	width: 50%;
	padding: 0px;
}

#menu_box .col2 li:nth-child(2) {
	float: right;
	clear: right;
	text-align: right;
}

#menu_box h3 {
	text-align: center;
	margin-bottom: 10px;
}

#plan_box {
	padding-bottom: 30px;
}

#plan_box .plan_list {
	margin-bottom: 10px;
	padding: 10px;
	background: #fef4f2;
}

#plan_box .plan_list li {
	margin-top: 10px;
	background: #ffffff;
	border-top: 3px solid #c5bfad;
	border-bottom: 3px solid #c5bfad;
}

#plan_box .plan_list li a {
	padding: 10px;
	display: block;
}

#plan_box .plan_list li:first-child {
	margin-top: 0px;
}

#plan_box .plan_list li h4 {
	color: #a98143;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 10px;
}

#plan_box .plan_list li .photo,
#plan_box .plan_list li .box_info {
	float: left;
	margin-bottom: 6px;
}

#plan_box .plan_list li .photo {
	width: 100px;
	margin-right: 10px;
}

#plan_box .plan_list li .box_info {
	width: 51%;
	font-size: 12px;
	color: #333333;
}

#plan_box .plan_price {
	font-size: 12px;
}

#plan_box .plan_price th {
	font-weight: bold;
	color: #ffffff;
	background: #444444;
	padding: 6px 14px;
	width: 100px;
	text-align: center;
}

#plan_box .plan_price td {
	color: #333333;
	padding: 6px 14px;
	width: 80%;
	background: #f0f0f0;
}

#plan_box .btn_plan {
	margin: 0 10px;
}

.box_link {
	display: flex;
	justify-content: space-between;
}

.box_link	p	{
	width: 48%;
}

.box_con {
	padding: 0 0 3em;
}

.box_con:nth-child(odd) {
	background: #cccdc9;
}

.box_con h3 {
	font-size: 46px;
	font-family: serif;
	line-height: 1.2em;
	letter-spacing: -0.01em;
	margin-top: 0.5em;
}

.box_con h3 span {
	font-size: 18px;
}

.btn_menu a {
	display: block;
	font-size: 20px;
	font-family: serif;
	color: #fff;
	background: #434343;
	text-align: center;
	padding: 1em;
	width: 80%;
	margin: 0 auto 1em;
	border-radius: 15px;
	border: 1px solid #fff;
	background: rgb(25,25,25);
	background: linear-gradient(0deg, rgba(25,25,25,1) 0%, rgba(50,50,50,1) 67%, rgba(97,97,97,1) 100%);
}


.box_con_s {

}

.box_con_s ul {
	display: flex;
	justify-content: space-around;
}

.box_con_s ul li {
	text-align: center;
	width: 48%;
}

.box_con_s .tit_con_s {
	text-align: center;
	font-size: 20px;
	margin-top: 0.5em;
	font-family: serif;
	font-weight: bold;
}

.box_con_s .link_con_s {
	text-align: right;
	margin: 0.5em;
}

.box_con_s .link_con_s a {
	border-bottom: 1px solid #000;
}

.box_acc iframe {
	margin: 0.5em auto 1em;
}