@charset "UTF-8";

/* 施設情報 共通 ****************************************************/
.facility-subwrap {
	width: 90%;
	margin: 60px auto 40px;
	display: flex;
}

/* 左部 もくじ ********************************************/
a.linkstyle {
    text-decoration: none;
}

/* 右部 メインコンテンツ **********************************/
.contents-main {
	width: 80%;
    padding-left: 20px;
}
article h2 {
	background: #FFF;
    height: 46px;
    margin: 7px 0 0 3px;
    padding: 10px 0 0 9px;
    border-left: none;
    box-sizing: border-box;
	font-family: "あんずもじ";
	font-size: 2.4rem;
}
.facility-main-image {
	text-align: center;
    width: 100%;
    margin: 21px 0 10px 0px;
    position: relative;
}
.facility-main-image img {
    width: 100%;
}
.facility-vacant {
    position: absolute;
    bottom: 10px;
    left: 10px;
    color: white;
    font-size: 2rem;
    filter: drop-shadow(1px 1px 1px white);
}
.facility-vacant span {
    font-size: 3rem;
    margin: 0 10px;
}

.facility-summary {
    margin-bottom: 57px;
}
.facility-summary p {
    padding: 0px 0 0 0px;
    font-size: 1.4rem;
    letter-spacing: -0.8px;
    line-height: 24px;
    margin: 18px 0 0 0px;
}
article section {
	width: 100%;
}
article section h3 {
    margin: 16px 2px 10px;
    padding: 0px 14px 11px 3px;
    border-bottom: 1px solid #E07669;
    font-size: 2rem;
    font-family: "あんずもじ";
    letter-spacing: -1px;
}
article section h3 span {
    border-left: 4px solid #E07669;
    padding: 0 0 0 12px;
    color: #E07669;
}
/* 施設概要 *************************************/
section#facility-details {
    margin-bottom: 55px;
}
.facility-table .table-box {
	display: table;
	border-collapse: collapse;
	width: 100%;
}
.facility-table .table-box dl {
	display: table-row;
}
.facility-table .table-box dt,
.facility-table .table-box dd {
	display: table-cell;
    padding: 10px 20px;
    box-sizing: border-box;
    border: 1px solid #7A593A;
    vertical-align: middle;
	height: 50px;
}
.facility-table .table-box dt,
.facility-table .table-box dd {
    color: #7A593A;
}
.facility-table .table-box dt {
	background-color: #EFEFEF;
    height: 63px;
    font-size: 1.5rem;
	font-weight: bold;
}
.facility-table .table-box dd {
    padding: 10px 24px 10px 13px;
    background-color: #FFFFFF;
    font-size: 1.4rem;
	line-height: 18px;
}


/* 施設写真 *************************************/
section#facility-pictures {
    margin-bottom: 36px;
}
.picture-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
dl.facility-picture {
    margin-bottom: 15px;
}
dl.facility-picture dt {
	text-align: center;
}

/* ブログ ***************************************/
section#facility-blog {
    margin-bottom: 36px;
}
.facility-blog-titles {
	display: flex;
    flex-wrap: wrap;
    padding-top: 6px;
    padding-left: 7px;
}
.facility-blog-title {
	border: 1px solid #E9E8E4;
	background-color: #FFF;
	border-radius: 6px;
    width: 216px;
    height: 250px;
    margin-right: 14px;
    position: relative;
}
.facility-blog-title a {
	text-decoration: none;
	color: #000;
}
.facility-blog-title p:nth-child(1){
	padding: 10px 22px;
}
.facility-blog-title p:nth-child(2){
	padding: 1px 22px;
	font-weight: bold;
}
.facility-blog-title:hover {
    top: 2px;
    left: 2px;
    cursor: pointer;
}
.facility-blog-image{
	position: absolute;
    bottom: 10px;
    padding: 1px 0 0 16px;
}
.facility-blog-image img {
    max-width: 185px;
    max-height: 139px;
    text-align: center;
}
.blog-more {
    text-align: right;
    margin: 18px 10px 0 0;
    letter-spacing: -1px;
}


/* 料金表 ***************************************/
section#price-list {
    margin-bottom: 54px;
}

section#price-list dt,
section#price-list dd {
	text-align: center;
}

section#price-list table {
	width: 100%;
}
section#price-list table th,
section#price-list table td {
	width: 33.3%;
	height: 60px;
	padding: 10px 20px;
	box-sizing: border-box;
	border: 1px solid #7A593A;
	vertical-align: middle;
	text-align: center;
	color: #7A593A;
}
#price-list table th {
	background-color: #EFEFEF;
	font-size: 1.5rem;
	font-weight: bold;
}
#price-list table td {
	background-color: #FFF;
	font-size: 1.4rem;
}

/* 入居までの流れ *******************************/
section#entry-flow {
    margin-bottom: 46px;
}
.entry-flows {
	display: flex;
	justify-content: center;
	align-items: flex-start;
	margin-bottom: 40px;
}
.entry-flows dl {
    padding: 5px 0 0 0px;
    width: 143px;
}
.entry-flows dt {
    background-color: #E07669;
    border-radius: 8px;
    width: 100%;
    height: 53px;
    text-align: center;
    line-height: 53px;
    color: #FFF;
    font-weight: bold;
    letter-spacing: 4px;
}
.entry-flows dd {
    padding: 11px 0 11px 2px;
    line-height: 19px;
    letter-spacing: -1px;
    font-size: 1.4rem;
}
img.entry-flow-arrows {
	margin: 18px 7px;
}
p.guide1 {
    margin-bottom: 25px;
    font-size: 2.2rem;
    line-height: 27px;
    color: #E07669;
    letter-spacing: px;
}
.experience-guide {
    display: flex;
    height: 290px;
    border: 1px solid #E07669;
    background-color: #FFF;
}
.experience-guide h4 {
    width: 95px;
    padding: 19px 0 0 11px;
    font-size: 1.8rem;
    color: #E07669;
}
.guide-right p {
	margin-left: 15px;
	color: #656565;
}
span.guide-header {
	display: inline-block;
	margin-bottom: 13px;
	letter-spacing: 2px;
	font-weight: bold;
	color: #656565;
}
span.guide-main {
	line-height: 20px;
}
.guide-right p:nth-child(1) {
	margin: 21px 0;
	padding-left: 10px;
}
.guide-right p:nth-child(2) {
    padding: 13px 10px 0 6px;
    margin-bottom: 11px;
    font-size: 1.3rem;
}
.guide-right p:nth-child(3) {
    padding: 13px 10px 0 6px;
    font-size: 1.3rem;
}

/* 受け入れ目安表 *******************************/
section#acceptable-list table {
	width: 100%;
}

section#acceptable-list table th,
section#acceptable-list table td {
    padding: 10px 15px;
    width: 33.3%;
    height: 50px;
    vertical-align: middle;
    text-align: center;
    box-sizing: border-box;
    border: 2px solid #F0F0F0;
    font-size: 1.4rem;
}
section#acceptable-list table th {
	color: #FFFFFF;
	font-weight: bold;
	background-color: #E07669;
}
section#acceptable-list table td {
	background-color: #FFF;
	color: #7A593A;
}

p.guide2 {
    text-align: right;
    margin: 10px 0px;
    font-size: 1.4rem;
    letter-spacing: -1px;
    color: #8A8681;
}

/* はーと・かなおか *************************************************/

/* 左部 もくじ *************************/

#facility-kanaoka  a.linkstyle:link{color:#7A593A;}
#facility-kanaoka  a.linkstyle:visited{color:#7A593A;}
#facility-kanaoka  a.linkstyle:hover{color:#5da262; text-decoration: underline;}
#facility-kanaoka  a.linkstyle:active{color:#7A593A;}

#facility-kanaoka .left-nav ul li{
    background-image: url(/kurarey/style/images/icon-list-mark-green.svg);
    background-repeat: no-repeat;
    background-size: 30px 10px;
    background-position: center left;
}
#facility-kanaoka .left-nav h4 {
	border-bottom: 2px solid #349e30;
}
#facility-kanaoka .nav-fix,
#facility-kanaoka .nav-fix-end {
    box-shadow: 2px 2px 5px #5DA262;
}
li#mokuzi-kyomachi {
    background-image: url(/kurarey/style/images/icon-list-mark-orange.svg)!important;
    background-position: 17px 17px !important;
}
li#mokuzi-kyomachi a {
    padding-left:20px;
}

/* 右部 メインコンテンツ **************/
#facility-kanaoka article h2 {
	border-bottom: 1px solid #73CE6E;
	color: #73CE6E;
}
/* 小見出し ***************************/
#facility-kanaoka article section h3 {
	border-bottom: 1px solid #77d15f;
}
#facility-kanaoka article section h3 span {
	border-left: 4px solid #77D15F;
	color: #77D15F;
}
/* 入居の流れ *************************/
#facility-kanaoka .entry-flows dt {
	background-color: #76CD64;
}
#facility-kanaoka p.guide1 {
    color: #76CD64;
}
#facility-kanaoka .experience-guide {
	border: 1px solid #76CD64;
}
#facility-kanaoka .experience-guide h4 {
	color: #76CD64;
}

#facility-kanaoka p a {
    background-image: url(/kurarey/style/images/icon-list-mark-green.svg);
    background-repeat: no-repeat;
    background-size: 7px 14px;
    background-position:left 4px;
    padding: 0 11px;
    font-weight: bold;
}

/* 受け入れ目安表 *********************/
#facility-kanaoka section#acceptable-list table th {
	background-color: #76CD64;
}

/* はーと・京町 *************************************************/


/* 左部 もくじ *************************/

#facility-kyomachi  a.linkstyle:link{color:#7A593A;}
#facility-kyomachi  a.linkstyle:visited{color:#7A593A;}
#facility-kyomachi  a.linkstyle:hover{color:#eeac00; text-decoration: underline;}
#facility-kyomachi  a.linkstyle:active{color:#7A593A;}

#facility-kyomachi .left-nav ul li {
	background-image: url(/kurarey/style/images/icon-list-mark-orange.svg);
    background-repeat: no-repeat;
    background-size: 30px 10px;
    background-position: center left;
}
#facility-kyomachi .left-nav h4 {
	border-bottom: 2px solid #f0821e;
}
#facility-kyomachi .left-nav h3 {
	background-color: #f0821e;
}

#facility-kyomachi .nav-fix,
#facility-kyomachi .nav-fix-end {
    box-shadow: 2px 2px 5px #f0821e;
}
li#mokuzi-kanaoka {
    background-image: url(/kurarey/style/images/icon-list-mark-green.svg)!important;
    background-position: 17px 17px !important;
}
li#mokuzi-kanaoka a {
    padding-left:20px;
}

/* 右部 メインコンテンツ **************/
#facility-kyomachi article h2 {
	border-bottom: 1px solid #eeac00;
	color: #eeac00;
}
/* 小見出し ***************************/
#facility-kyomachi article section h3 {
	border-bottom: 1px solid #eeac00;
}
#facility-kyomachi article section h3 span {
	border-left: 4px solid #eeac00;
	color: #eeac00;
}
#facility-kyomachi p a {
    background-image: url(/kurarey/style/images/icon-list-mark-orange.svg);
    background-repeat: no-repeat;
    background-size: 7px 14px;
    background-position: left 4px;
    padding: 0 11px;
    font-weight: bold;
}
/* 入居の流れ *************************/
#facility-kyomachi .entry-flows dt {
	background-color: #eeac00;
}
#facility-kyomachi p.guide1 {
    color: #eeac00;
}
#facility-kyomachi .experience-guide {
	border: 1px solid #eeac00;
}
#facility-kyomachi .experience-guide h4 {
	color: #eeac00;
}

/* 受け入れ目安表 *********************/
#facility-kyomachi section#acceptable-list table th {
	background-color: #EEAC00;
}

section#facility-items, 
section#facility-room-items, 
section#Occupancy conditions{
    padding-bottom: 22px;
    line-height: 3rem;
}

div.Occupancy ul li{
	list-style-type: circle;
	margin-left: 30px;
	line-height: 3rem;
}
div.Occupancy{
	padding-bottom: 22px;
}

/* レスポンシブ対応 *************************************************/
@media (max-width: 768px){

	/* 施設情報 共通 ******************************************/
	.facility-subwrap {
		width: 100%;
		margin: 0px auto 40px;
		display: flex;
	}
	
	/* メインコンテンツ **********************************/
	.contents-main {
		width: 100%;
	    padding-left: 0px;
	}
	
	/* 施設概要 ****************************/
	.facility-table .table-box dl {
		display: flex;
		flex-direction: column;
	}
	.facility-table .table-box dt {
		margin-top: -1px;
		padding: 10px 10px;
	    height: auto;
	}
	.facility-table .table-box dd {
	    margin-top: -1px;
	    padding-left: 20px;
	    height: auto;
	}
	dl.facility-picture img {
	    width: 43vw;
	}
	iframe {
	    width: 100%;
	}
	
	/* ブログ *****************************/
	.facility-blog-title {
		width: 100%;
		height: 320px;
		margin-right: 0px;
		margin-bottom: 10px;
	}
	.facility-blog-image {
	    padding: 0;
	    text-align: center;
	    width: 100%;
	}
	.facility-blog-image img {
		max-width: 90%;
		max-height: 210px;
		text-align: center;
	}
	
	/* 料金表 *****************************/
	section#price-list table th,
	section#price-list table td {
		width: auto;
		height: 60px;
		padding: 10px 0px;
	}	
	
	/* 入居までの流れ *********************/
	.entry-flows {
		flex-direction: column;
	}
	.entry-flows dl {
	    display: flex;
	    width: 100%;
	}
	.entry-flows dt {
	    flex: 1;
	    height: auto;
	}
	.entry-flows dd {
	    flex: 2;
	    padding: 3px 10px;
	}
	img.entry-flow-arrows {
	    transform: rotate(90deg);
	    margin: 5px 0px 5px 38px;
	}
	.experience-guide {
	    flex-direction: column;
	    height: auto;
	    padding: 0px 5px 20px;
	}
	
	/* 受け入れ目安表 *********************/
	section#acceptable-list .table-wrap {
		overflow-x: scroll;
	}
	section#acceptable-list .table-box {
		width: 500px;
	}
	section#acceptable-list dl:nth-child(1) {
	    width: 620px;
	}
	p.guide-media {
		display: block;
	}
	section#acceptable-list dt,
	section#acceptable-list dd {
	    padding: 10px 10px;
	}
}/*@media*/

