
/* ヘッダ
------------------------------------------------------------ */
article.head_img {
    background: #10549b url("../images/family/head_img_sp.jpg") no-repeat center top;
    background-size: 100%;
}
article.head_img .intro_txt br {
    display: none;
}

@media (orientation: landscape) {
}

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

@media (min-width:1200px) {
article.head_img {
    background: url("../images/family/head_img_pc.jpg"), linear-gradient(107deg,#10549d 10%, #0b162c 95%);
	background-repeat: no-repeat;
	background-position: right center;
	background-size: contain;
    background-size: auto 100%, 100%;
}
article.head_img .intro_txt br {
    display: inline;
}
}
@media (min-width:1300px) {
article.head_img {
    background: url("../images/family/head_img_pc.jpg"), linear-gradient(180deg,#10549d 0%, #105196 100%);
	background-repeat: no-repeat;
	background-position: right center;
}
}

/* 見出し
------------------------------------------------------------ */
.contents h3 {
	font-size: 1.8rem;
    color: #fff;
    background: #042b45;
    text-align: center;
    padding: 0.5em;
    margin-bottom: 1.5em;
}

@media (orientation: landscape) {
.contents h3 {
	font-size: 2rem;
}
}

@media (min-width:768px) {
.contents h3 {
	font-size: 2rem;
}
}

@media (min-width:1200px) {
.contents h3 {
	font-size: 2.4rem;
    margin-bottom: 35px;
}
}

/* 共通
------------------------------------------------------------ */
.contents * {
  font-family: "Noto Serif JP", serif;
}
.contents .facility_list {
    margin-bottom: 30px;
    list-style: none;
}
.contents .facility_list li {
    background: #f0f7ff;
    padding: 1em;
    margin-bottom: 1em;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.contents .facility_list h4 {
    font-size: 1.6rem;
    padding-bottom: 0.5em;
    margin-bottom: 1em;
    border-bottom: solid 2px #d5dce2;
}
.contents .facility_list .facility_add {
    margin-bottom: 0.5em;
}
.contents .facility_list .facility_link:after {
    content: '　';
    background: url("../images/common/icon_window.svg") no-repeat right center;
    background-size: contain;
    margin-left: 0.5em;
}

@media (min-width:768px) {
.contents .facility_list {
	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;
}
.contents .facility_list li {
    width: 49%;
    padding: 1.5em;
    margin-bottom: 1.5em;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}
.contents .facility_list h4 {
    font-size: 1.8rem;
}
.contents .facility_list li {
    width: 49%;
    padding: 1.5em;
    margin-bottom: 1.5em;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}
}

@media (min-width:1200px) {
.contents .facility_list h4 {
    font-size: 2rem;
}
.contents .facility_list li {
    max-width: 460px;
    padding: 1.5em 1.5em 1.8em;
    margin-bottom: 30px;
}
}

/* 
------------------------------------------------------------ */
.contents table.indications_pc {
    display: none;
}
.contents table.indications_sp {
    display: table;
}
.contents table.indications_pc thead,
.contents table.indications_sp thead {
    background: #dae4e9;
}
.contents table.indications_pc thead th,
.contents table.indications_sp thead th {
    color: #fff;
    background: #5291d2;
    text-align: center;
}
.contents table.indications_sp tbody th {
    width: 45%;
}

@media (min-width:768px) {
.contents table.indications_pc {
    display: table;
}
.contents table.indications_sp {
    display: none;
}
}

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


