
/* 共通 */
section h2 {
    font-size: 2.2rem;
    font-weight: bold;
    line-height: 1;
	text-align: center;
    margin-bottom: 0.5em;
}

section hr {
    border-bottom: solid 4px #f0e7e0;
    border-width: 0 0 4px;
    margin-top: 20px;
	width: 100%;
}

/* 施設 */
.facilities {
    position: relative;
    background-image: url("../images/facilities/backimg01.jpg"), url("../images/facilities/backimg02.jpg"), url("../images/facilities/backimg01.jpg");
    background-repeat: no-repeat, no-repeat, no-repeat;
    background-size: contain, contain, contain;
    background-position: left 14%, left 30%, left 60%;
}
.room {
    margin-bottom: 20px;
}
.room dl {
    font-size: 2rem;
    margin-bottom: 2em;
    position: relative;
}
.room dl.nomargin {
    margin-bottom: 0;
}
.room dl dt {
//    font-size: 2rem;
    font-weight: bold;
    line-height: 1.4;
    color: #367bc3;
    padding-left: 0.8em;
    margin-bottom: 1.5em;
    position: relative;
}
.room dl dt:before {
    content: '';
    display: block;
    width: 4px;
    height: 1.4em;
    background: #367bc3;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    position: absolute;
    left: 0px;
    top: 0px;
}
.room dl dd {
    margin: 0 1em 1em;
    position: relative;
}
.room dl dd:before {
    content: '';
    display: block;
    width: 2px;
    height: 60px;
    background: #367bc3;
    position: absolute;
    left: 10px;
    top: -20px;
    -moz-transform: rotate( 45deg );  /* Firefox用 */
    -webkit-transform: rotate( 45deg );  /* Chrome,Safari,新しいOpera用 */
    -o-transform: rotate( 45deg );  /* 古いOpera用 */
    -ms-transform: rotate( 45deg );  /* IE9用 */
    transform: rotate( 45deg );  /* CSS3の書き方 */
}
.room dl dd:after {
    content: '';
    display: block;
    width: 2px;
    height: 60px;
    background: #367bc3;
    position: absolute;
    right: 10px;
    bottom: -20px;
    -moz-transform: rotate( 45deg );  /* Firefox用 */
    -webkit-transform: rotate( 45deg );  /* Chrome,Safari,新しいOpera用 */
    -o-transform: rotate( 45deg );  /* 古いOpera用 */
    -ms-transform: rotate( 45deg );  /* IE9用 */
    transform: rotate( 45deg );  /* CSS3の書き方 */
}
.room dl dd img {
    width: 100%;
}
.room dl dd.cats01 {
    text-align: right;
}
.room dl dd.cats01:before,
.room dl dd.cats01:after {
    content: none;
}
.room dl dd.cats01 img {
    width: 80px;
    margin-right: -30px;
}

/* 設備紹介 */
.equipment {
    margin-bottom: 20px;
}
.equipment dl {
    margin-bottom: 30px;
}
.equipment dl dt {
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 1.6;
    padding-left: 15px;
    position: relative;
}
.equipment dl dt:before {
    content: '';
    display: block;
    width: 4px;
    height: 1.4em;
    background: #367bc3;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    position: absolute;
    left: 0px;
    top: 0.1em;
}
.equipment dl dd {
	margin: 1em 0 0 15px;
}
.equipment dl dd.equipment_img {
	text-align: center;
}
.equipment dl dd.equipment_img img {
	width: 49%;
	max-width: 250px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.equipment dl dd.equipment_img img:last-child {
	margin-left: 2%;
}

.equipment table colgroup {
	display: block;
}
.equipment table th,
.equipment table td {
	display: block;
}

@media (min-width: 360px) {
}

@media (min-width: 414px) {
}

@media (min-width: 768px) {
section h2 {
    font-size: 2.8rem;
}

section hr {
    border-width: 0 0 5px;
    margin-top: 40px;
    clear: both;
}

/* 施設 */
.facilities {
    background-position: left 20px, left 30%, left 60%;
}
.room {
    margin-bottom: 40px;
}
.room dl {
    font-size: 2.8rem;
    margin-bottom: 2em;
	display: flex;
	display: -ms-flexbox; /* IE10 */
	display: -webkit-box; /* Android4.3以下、Safari3.1～6.0 */
	display: -webkit-flex; /* Safari6.1以降 */
    -webkit-box-pack:justify;
    -webkit-justify-content:space-between;
    -ms-flex-pack:justify;
    justify-content:space-between;
    -webkit-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
}
.room dl.fukidashi_r {
    -webkit-box-orient:horizontal;
    -webkit-box-direction:reverse;
    -webkit-flex-direction:row-reverse;
    -ms-flex-direction:row-reverse;
    flex-direction:row-reverse;
}
.room dl.nomargin {
    margin-bottom: 0;
}
.room dl dt {
    text-align: center;
    width: 40%;
    max-height: 420px;
    line-height: 1.4;
    padding: 8.4% 0 0;
    margin-bottom: 0;
    background: url("../images/facilities/fukidashi_l.png") no-repeat left top;
    background-size: contain;
}
.room dl.fukidashi_r dt {
    background: url("../images/facilities/fukidashi_r.png") no-repeat right top;
    background-size: contain;
}
.room dl dt:before {
    content: none;
}
.room dl dd {
    margin: 0;
    width: 57%;
    max-height: 629px;
}
.room dl dd:before {
    height: 100px;
    left: 20px;
    top: -30px;
}
.room dl dd:after {
    height: 100px;
    right: 20px;
    bottom: -30px;
}
.room dl dd.cats01 {
    position: absolute;
    right: 0px;
    bottom: 0px;
}
.room dl dd.cats01 img {
    width: 140px;
    margin-right: 0px;
}

/* 設備紹介 */
.equipment {
    margin-bottom: 40px;
}
.equipment .equipment_detail {
//	display: flex;
//	display: -ms-flexbox;
//	display: -webkit-box;
//	display: -webkit-flex;
//    -webkit-box-pack:justify;
//    -webkit-justify-content:space-between;
//    -ms-flex-pack:justify;
//    justify-content:space-between;
//    -webkit-flex-wrap:wrap;
//    -ms-flex-wrap:wrap;
//    flex-wrap:wrap;
    display: grid;
	grid-template-columns: repeat(2, 1fr);
	-ms-grid-columns: repeat(3, 2fr);
	grid-template-rows: auto;
	-ms-grid-rows: auto;
	gap: 0 30px;
}
.equipment dl {
    margin-bottom: 30px;
//	width: 48%;
//	widht: -webkit-calc(50% - 15px);/*Chrome19~25対応*/
//	width: -moz-calc(50% - 15px);/*Firefox4~15対応*/
//	width: calc(50% - 15px);
//	display: flex;
//	display: -ms-flexbox;
//	display: -webkit-box;
//	display: -webkit-flex;
//    -webkit-box-orient:vertical;
//    -webkit-box-direction:normal;
//    -webkit-flex-direction:column;
//    -ms-flex-direction:column;
//    flex-direction:column;
    display: grid;
	grid-template-rows: subgrid;
	-ms-grid-rows: subgrid;
	grid-row: span 3;
	-ms-grid-row-span: 3;
	gap: 0px;
}
.equipment dl dt {
    font-size: 2rem;
}
.equipment dl dd {
	margin: 10px 0 0 15px;
}
.equipment dl dd.equipment_img img {
	width: 48%;
	max-width: 250px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.equipment dl dd.equipment_img img:last-child {
	margin-left: 4%;
}

}

@media (min-width: 1200px) {
/* 共通 */
header {
}
section {
    overflow: hidden;
}
section article.contents {
	padding: 100px 0px;
}

section h2 {
    font-size: 3.4rem;
}

.greeting {
    margin-bottom: 40px;
}
section hr {
    margin-top: 60px;
}

/* 施設 */
.facilities {
    background-position: left 40px, left 40%, left 200%;
}
.room {
    margin-bottom: 60px;
}
.room dl {
    font-size: 3.4rem;
}
.room dl dt {
    padding: 9% 0 0;
}
.room dl dd:before {
    height: 124px;
    left: 25px;
    top: -35px;
}
.room dl dd:after {
    height: 124px;
    right: 25px;
    bottom: -35px;
}
.room dl dd.cats01 img {
    width: auto;
}

/* 設備紹介 */
.equipment .equipment_detail {
	gap: 0 50px;
}
.equipment dl {
//	gap: 15px;
	margin-bottom: 50px;
}
.equipment dl dt {
    font-size: 2.4rem;
}
.equipment dl dd {
	margin-top: 15px;
}
.equipment dl dd.equipment_img img {
	width: 250px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
}
.equipment dl dd.equipment_img img:last-child {
	margin-left: 10px;
}

}

@media (min-width: 1320px) {
}


