@charset "UTF-8";

/*TOP共通項目
-------------------------------------------------------------------------*/
#title.index{
	background-image: url("../img/index.png");
}

/*面会について
-------------------------------------------------------------------------*/
.alert_box{
	font-weight: bold;
	color: red;
	text-align: center;
	font-size: 2.0rem;
}
.menkai_box{
	display: flex;
	justify-content: space-between;
    align-items: flex-start;
	margin: 0 auto 40px;
}
.menkai_box .menkai_in{
	width: calc(100%/2 - 30px);
}
.menkai_box .menkai_in:nth-of-type(1){
	border: 1px solid #3d7cf1;
}
.menkai_box .menkai_in:nth-of-type(1) h4{
	background: #3D7CF1;
	text-align: center;
	color: #fff;
}
.menkai_box .menkai_in:nth-of-type(1) p{
	margin: 0;
}
.menkai_box .menkai_in h4::before{
	content: none;
}
.menkai_box .menkai_in .menkai_time{
	display: flex;
	justify-content: space-around;
	text-align: center;
	margin: 0 auto 30px;
}
.menkai_box .menkai_in:nth-of-type(2){
	background: #F4F4F5;
	padding: 20px;
}
.menkai_box .menkai_in:nth-of-type(2) p{
	margin: 10px;
}

.img_box{
	width: 400px;
}
.img_box img{
	width: 100%;
}

.flow_box{
	margin-bottom: 50px;
}
.flow_box::after{
	display: none;
}

/*貸与リスト
-------------------------------------------------------------------------*/
.kashi_box{
	display: flex;
	justify-content: space-between;
	background: #fff;
	width: 100%;
}
.kashi_box .kashi_in{
	width: calc(100%/2 - 20px);
}
.kashi_box .kashi_in dl{
	display: flex;
	justify-content: space-between;
	border-bottom:1px solid #000;
	margin-bottom: 10px;
}
.kashi_box .kashi_in dl dt{
	width: calc(100%/2);
	color: #3D7CF1;
}
.kashi_box .kashi_in dl dd{
	width: calc(100%/2);
}

/*注意事項
-------------------------------------------------------------------------*/
.chuui_box{
	display: flex;
	justify-content: space-between;
}
.chuui_box .chuui_in{
	width: calc(100%/2 - 40px);
}

/*相談例
-------------------------------------------------------------------------*/
div.tbl_nomal2.soudan table{
	width: 100%;
}
div.tbl_nomal2.soudan table th{
	width: 30%;
	vertical-align: top;
}
ul.nomal.soudan{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 0;
}
ul.nomal.soudan li{
	width: calc(100%/2);
}

/*お問い合わせ欄
-------------------------------------------------------------------------*/
.contact_box{
	margin: 0 auto 30px;
}
.contact_box .contact_in.tel{
	border-right: 1px solid #707070;
}
.contact_box .contact_in.mail p a{
	font-size: 2.0rem;
}


/*面会禁止
-------------------------------------------------------------------------*/
.close_box{
	position: relative;
}
.close_box .close_box_in{
	position: absolute;
	background: rgb(238 238 238);
	height: 105%;
	width: 100%;
	z-index: 99;
	display: flex;
	justify-content: space-around;
	padding: 20px 0;	
}

.close_box  .close_box_in .close_txt{
    font-size: 16px;
	padding: 0 15px;
}

.adm_info {
		padding-top: 170px;
}

p.right {
	text-align: right;
}

p.info {
	font-size: 25px;
	text-align: center;
}

p.center {
	text-align: center;
}

span.red {
	color: red;
	text-decoration: underline;
}

span.bl {
	font-weight: bold;
	text-decoration: underline;
}

span.rb {
	font-weight: bold;
	color: red;
}

span.rl {
	color: red;
	text-decoration: underline;
	font-size: 18px;
	font-weight: bold;
}

span.blue {
	font-size: 18px;
	color: #3d7cf1;
}

span.tel a {
	color: #3d7cf1;
}

.close_box_in.info {
	display: block;
}

.close_box_in.info ul,span.blue {
	padding: 0 15px;
}

span.rbl {
	color:red;
	font-weight: bold;
	text-decoration: underline;
}

/*個室情報
-------------------------------------------------------------------------*/
#room  img{
	width: 100%;
}

.accordion-area li section .container{
	margin-bottom: 20px;
}
	

/*スマホサイト用
-------------------------------------------------------------------------*/
@media screen and (max-width:767px) {

/*面会について（スマホ）
-------------------------------------------------------------------------*/
.menkai_box{
	flex-wrap: wrap;
}
.menkai_box .menkai_in{
	width: 100%;
}
.menkai_box .menkai_in .menkai_time{
	flex-wrap: wrap;
	margin: 0 auto 30px;
}
.menkai_box .menkai_in:nth-of-type(1){
	margin-bottom: 20px;
}
.menkai_box .menkai_in:nth-of-type(2){
	background: #F4F4F5;
	padding: 20px;
}
.menkai_box .menkai_in:nth-of-type(2) p{
	margin: 10px;
}

.img_box{
	width: 100%;
}


/*貸与リスト（スマホ）
-------------------------------------------------------------------------*/
.kashi_box{
	flex-wrap: wrap;
}
.kashi_box .kashi_in{
	width: 100%;
}
.kashi_box .kashi_in dl{
	flex-wrap: wrap;
}
.kashi_box .kashi_in dl dt{
	width: 100%;
	text-align: center;
}
.kashi_box .kashi_in dl dd{
	width: 100%;
	text-align: center;
}


/*注意事項
-------------------------------------------------------------------------*/
.chuui_box{
	flex-wrap: wrap;
}
.chuui_box .chuui_in{
	width: 100%;
}

/*相談例
-------------------------------------------------------------------------*/
div.tbl_nomal2.soudan table th{
	width: 100%;
}
ul.nomal.soudan li{
	width: 100%;
}

/*お問い合わせ欄
-------------------------------------------------------------------------*/
.contact_box .contact_in.tel{
	border-bottom: 1px solid #707070;
	border-right: none;
	padding-bottom: 20px;
}
.contact_box .contact_in.mail{
	padding-top: 20px;
}

/*面会禁止
-------------------------------------------------------------------------*/
	
	p.info {
		font-size: 20px;
	}
	
	p.right {
		text-align: center;
	}
	
	.close_box .close_box_in {
		 height: 98%;
	}
	
	.adm_info {
		padding-top: 175px;
	}

}