@charset "UTF-8";
/*===============================================
●pc.css 画面の横幅が770px以上
===============================================*/
@media screen and (min-width: 770px) {
  .auto {
    width: 1100px;
    margin: 0 auto;
  }
  #conts_page_title {
    background-image: url(../img/facility/page_title_bg.jpg?20231129);
  }
  #content {
    width: 100%;
    float: left;
    clear: both;
    margin-bottom: 60px;
  }
  #conts_link {
    width: 100%;
    float: left;
    clear: both;
    margin-bottom: 80px;
  }
  #conts_link ul {
    width: 100%;
    float: left;
    clear: both;
    text-align: center;
  }
  #conts_link ul li {
    display: inline-block;
    margin: 0 5px;
  }
  #conts_link ul li a {
    background-color: #8B713E;
    color: #FFFFFF;
    font-size: 16px;
    float: left;
    clear: both;
    padding: 7px 34px 9px 58px;
    border-radius: 4px;
    box-sizing: border-box;
    border: 2px solid #8B713E;
    background-image: url(../img/share/button_icon_off.png);
    background-repeat: no-repeat;
    background-position: 18px 18px;
    background-size: 12px;
  }
  #conts_link ul li a:hover {
    background-color: #fff;
    border: 2px solid #8B713E;
    color: #8B713E;
    background-image: url(../img/share/button_icon_on.png);
    text-decoration: none;
    transition-duration: 0.4s;
  }
  #conts_link .map {
    width: 100%;
    margin-top: 40px;
    float: left;
    clear: both;
  }
  #conts_list {
    width: 100%;
    float: left;
    clear: both;
    margin-bottom: 80px;
  }
  #conts_list .center-house {
    width: 100%;
    float: left;
    clear: both;
    box-sizing: border-box;
    padding: 48px 40px 10px;
    border: 2px solid #ddd;
    margin-bottom: 60px;
  }
  #conts_list .center-house .auto {
    width: 100%;
  }
  #conts_list .center-house h2 {
    text-align: center;
    font-size: 30px;
    line-height: 1.4;
    color: #fff;
    font-weight: 600;
    padding: 12px 0 11px;
    background-color: #8B713E;
    margin-bottom: 40px;
  }
  #conts_list .outer {
    width: 100%;
    float: left;
    clear: both;
    background-color: #F8F8F8;
    margin-bottom: 40px;
  }
  #conts_list .outer .img {
    width: 446px;
    float: left;
    margin-right: 36px;
    line-height: 0;
  }
  #conts_list .outer .box {
    width: calc(100% - 482px);
    float: left;
    padding-right: 30px;
    box-sizing: border-box;
  }
  #conts_list .outer .box .title {
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 8px;
    margin-top: 36px;
    line-height: 1.3;
    position: relative;
  }
  #conts_list .outer:nth-of-type(6) .box .title {
    padding-left: 50px;
  }
  #conts_list .outer:nth-of-type(6) .box .title::before {
    content:"";
    display: block;
    background-image: url("../img/facility/school_logo.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 42px;
    height: 42px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
  }
  #conts_list .outer .box .info {
    margin-bottom: 34px;
  }
  #conts_list .outer .box .info dl {
    width: 100%;
    float: left;
    clear: both;
    margin-bottom: 18px;
  }
  #conts_list .outer .box .info dl dt {
    float: left;
    width: 106px;
    background-color: #2D2820;
    color: #FFFFFF;
    text-align: center;
    border-radius: 14px;
  }
  #conts_list .outer .box .info dl span {}
  #conts_list .outer .box .info dl dd {
    float: right;
    width: calc(100% - 132px);
    line-height: 24px;
    margin-top: 3px;
  }
  #conts_list .outer .box .text {
    margin-bottom: 34px;
  }
}
/*===============================================
●sp.css  画面の横幅が769pxまで
===============================================*/
@media screen and (max-width:769px) {
  #conts_page_title {
    background-image: url(../img/facility/page_title_bg.jpg?20231129);
  }
  #content {
    width: 100%;
    float: left;
    clear: both;
    margin: 0 0 116px;
  }
  #conts_link {
    width: 90%;
    float: left;
    clear: both;
    margin: 0 5% 40px;
  }
  #conts_link ul {
    width: 100%;
    float: left;
    clear: both;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #conts_link ul li {
    width: 48%;
    margin-right: 2%;
    margin-bottom: 10px;
    text-align: center;
    background-color: #8B713E;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    border-radius: 4px;
  }
  #conts_link ul li:nth-child(even) {
    margin-right: 0;
  }
  #conts_link ul li a {
    color: #FFFFFF;
    font-size: 1.2rem;
    line-height: 1.2;
    float: left;
    clear: both;
    width: 100%;
    padding: 10px 10px 10px 26px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 2px solid #8B713E;
    background-image: url(../img/share/button_icon_off.png);
    background-repeat: no-repeat;
    background-position: 10px center;
    background-size: 8px;
    border-radius: 4px;
  }
  #conts_link ul li a:hover {
    text-decoration: none;
  }
  #conts_link .map {
    width: 100%;
    float: left;
    clear: both;
    margin-top: 20px;
  }
  #conts_list {
    width: 90%;
    float: left;
    clear: both;
    margin: 0 5%;
  }
  #conts_list .center-house {
    width: 100%;
    float: left;
    clear: both;
    box-sizing: border-box;
    padding: 30px 5% 0;
    border: 2px solid #ddd;
    margin-bottom: 40px;
  }
  #conts_list .center-house .auto {
    width: 100%;
  }
  #conts_list .center-house h2 {
    text-align: center;
    font-size: 22px;
    line-height: 1.4;
    color: #fff;
    font-weight: 600;
    padding: 8px 0 8px;
    background-color: #8B713E;
    margin-bottom: 20px;
  }
  #conts_list .outer {
    width: 100%;
    float: left;
    clear: both;
    background-color: #F8F8F8;
    margin-bottom: 30px;
    padding-bottom: 24px;
  }
  #conts_list .outer .img {
    margin-bottom: 20px;
  }
  #conts_list .outer .img img {
    width: 100%;
  }
  #conts_list .outer .box {
    margin: 0 20px;
  }
  #conts_list .outer .box .title {
    font-size: 1.8rem;
    line-height: 1.4;
    font-weight: bold;
    margin-bottom: 4px;
    position:relative;
  }
  #conts_list .outer:nth-of-type(6) .box .title {
    padding-left: 36px;
  }
  #conts_list .outer:nth-of-type(6) .box .title::before {
    content:"";
    display: block;
    background-image: url("../img/facility/school_logo.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 30px;
    height: 30px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
  }
  #conts_list .outer .box .text {
    margin-bottom: 22px;
  }
  #conts_list .outer .box .info {
    margin-bottom: 8px;
    width: 100%;
    float: left;
    clear: both;
  }
  #conts_list .outer .box .info dl {
    margin-bottom: 12px;
    width: 100%;
    float: left;
    clear: both;
  }
  #conts_list .outer .box .info dl dt {
    width: 106px;
    margin-bottom: 6px;
  }
  #conts_list .outer .box .info dl span {
    width: 96px;
    display: inline-block;
    background-color: #2D2820;
    color: #FFFFFF;
    text-align: center;
    font-size: 1.4rem;
    border-radius: 14px;
  }
  #conts_list .outer .box .info dl dd {
    line-height: 1.4;
    padding-top: 3px;
  }
  #conts_list .outer .box .text {
    clear: both;
  }
}