@charset "utf-8";

/* ーーーーーーーーーーーーーーーーーーーーーー
    Base
ーーーーーーーーーーーーーーーーーーーーーーーー*/
  img{width:100%;}
  
  .NotoSans_text{
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400;
    font-style: normal;
  }
  
  .bold{
    font-weight: bold !important;
  }
/* ーーーーーーーーーーーーーーーーーーーーーー

SP CSS

ーーーーーーーーーーーーーーーーーーーーーーーー*/
@media screen and (max-width:1300px) {
  
/* ーーーーーーーーーーーーーーーーーーーーーー
    header
ーーーーーーーーーーーーーーーーーーーーーーーー*/
  header h1{
    width: 132px;
    margin: 40px auto 35px;
  }
  header .midashi{
    text-align: center;
    font-size: 15.5px;
    line-height: 35px;
    margin-bottom: 33px;
    letter-spacing: 0.238em;
  }
  header .img{
    margin-bottom: 30px;
  }
  
/* ーーーーーーーーーーーーーーーーーーーーーー
    footer固定Navi
ーーーーーーーーーーーーーーーーーーーーーーーー*/
  #scrollNavi{
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 41px;
    background: #f39945;
    z-index: 9999;
  }
  #scrollNavi ul{
    max-width: 375px;
    display: flex;
    margin: 0 auto;
  }
  #scrollNavi ul li{
    width: calc(100% / 3);
    border-right: 1px solid #fff;
    position: relative;
  }
  #scrollNavi ul li:first-child a:before{
    background: url(../images/btn_icon4.svg) no-repeat left top / 14px 15px;
    content: "";
    width: 14px;
    height: 41px;
    display: inline-block;
    margin-right: 8px;
    position: absolute;
    top: 13px;
  }
  #scrollNavi ul li:nth-child(2) a:before{
    background: url(../images/btn_icon5.svg) no-repeat left top / 16px 15px;
    content: "";
    width: 16px;
    height: 41px;
    display: inline-block;
    margin-right: 8px;
    position: absolute;
    top: 13px;
  }
  #scrollNavi ul li:nth-child(3) a:before{
    background: url(../images/btn_icon6.svg) no-repeat left top / 18px 14px;
    content: "";
    width: 18px;
    height: 41px;
    display: inline-block;
    margin-right: 8px;
    position: absolute;
    top: 13px;
  }
  #scrollNavi ul li:last-child{
    border-right: 0;
  }
  #scrollNavi ul li a{
    color: #fff;
    line-height: 41px;
    height: 41px;
    display: block;
    text-align: center;
    font-style: normal;
    font-size: 13px;
  }
  #scrollNavi ul li:first-child a span{
    padding-left: 20px;
  }
  #scrollNavi ul li:nth-child(2) a span{
    padding-left: 20px;
  }
  #scrollNavi ul li:nth-child(3) a span{
    padding-left: 25px;
  }
  
  
/* ーーーーーーーーーーーーーーーーーーーーーー
    title
ーーーーーーーーーーーーーーーーーーーーーーーー*/
  .h2style{
    text-align: center;
    font-style: normal;
    margin-bottom: 20px;
    font-size: 19px;
    line-height: 35px;
    letter-spacing: 0.238em;
  }
  .h3style{
    text-align: center;
    font-style: normal;
    margin-bottom: 30px;
    font-size: 16px;
    line-height: 27px;
    letter-spacing: 0.238em;
  }
  .browntitle{
    background: #4c4948;
    text-align: center;
    color: #fff;
    font-style: normal;
  }
  .titleborder{
    background: #fff;
    text-align: center;
    font-style: normal;
    border: 1px solid #4c4948;
    box-shadow: 0 0 2px rgba(76, 73, 72, 0.2);
    width: 90%;
    padding: 10px 0;
    margin: 0 auto 25px;
    color: #4c4948;
    font-size: 17px;
  }
  
  #facility .titleborder{
    background: #4c4948;
    text-align: center;
    font-style: normal;
    border: 1px solid #4c4948;
    box-shadow: 0 0 2px rgba(76, 73, 72, 0.2);
    width: 90%;
    padding: 10px 0;
    margin: 0 auto 25px;
    color: #fff;
    font-size: 17px;
  }
/* ーーーーーーーーーーーーーーーーーーーーーー
    margin
ーーーーーーーーーーーーーーーーーーーーーーーー*/
  .mb0_center{
    margin: 0 auto !important;
  }
  .mb10{
    margin-bottom: 10px !important;
  }
  .mb20{
    margin-bottom: 20px !important;
  }
  .mb30{
    margin-bottom: 30px !important;
  }
  .mb40{
    margin-bottom: 40px !important;
  }
  .mb50{
    margin-bottom: 50px !important;
  }
  .mb60{
    margin-bottom: 60px !important;
  }
  .mb70{
    margin-bottom: 70px !important;
  }
  
/* ーーーーーーーーーーーーーーーーーーーーーー
    ac
ーーーーーーーーーーーーーーーーーーーーーーーー*/
.acbtn{
    width: 90% !important;
    letter-spacing: 0.1em;
    font-style: normal;
    box-sizing: border-box;
    padding: 20px 10px 15px;
    margin: 0 auto 30px!important;
    border: 3px solid #4c4948;
    background: url(../images/btn_open_v1.png) no-repeat 97% center / 33px 30px, #fff;
}
.acbtn.open{
    background: url(../images/btn_close_v1.png) no-repeat 97% center / 33px 30px, #fff;
}
/*
.acbtn.ac_open:before {
    margin-right: 10px;
}
.acbtn.ac_open:after {
    margin-right: 10px;
}
*/
.acbtn .h2style{
    margin-bottom: 0;
}
.acbtn .h2style2 {
    margin: 0 auto 30px !important;
}
#facility .acbtn {
    margin: 0 auto 0 !important;
}
#facility_2 .acbtn {
    margin: 0 auto 0 !important;
}
#facility_3 .acbtn {
    margin: 0 auto 0 !important;
}
  
  
  
/* ーーーーーーーーーーーーーーーーーーーーーー
    concept
ーーーーーーーーーーーーーーーーーーーーーーーー*/
  #concept{
    width: 92%;
    margin: 0 auto 60px;
  }
  #concept .midashi{
    font-size: 15px;
    line-height: 32px;
    margin-bottom: 30px;
  }
  #concept .img1{
    margin-bottom: 50px;
  }
  #concept .areainfo1{
    display: flex;
    justify-content: space-between;
    margin-bottom: 35px;
  }
  #concept .areainfo1 li{
    width: 48%;
  }
  #concept .areainfo1 li a{
    display: block;
    width: 100%;
    background: url(../images/icon_zoom.png) no-repeat 97% 97% / 13.5px 13.5px, #d4d4d1;
  }
  #concept .areainfo1 li a .name1{
    font-size: 12px;
    line-height: 1.0;
    letter-spacing: 0.1em;
    font-style: normal;
    padding: 10px 5px 5px;
  }
  #concept .areainfo1 li a .name1 span{
    font-size: 10px;
    line-height: 1.0;
    letter-spacing: 0.1em;
    font-style: normal;
  }
  #concept .areainfo1 li a .name2{
    font-size: 10px;
    letter-spacing: 0.1em;
    font-style: normal;
    background: #4c4948;
    padding: 0 5px;
    height: 21px;
    line-height: 20px;
    color: #fff;
    display: inline-block;
    width: 55%;
    position: relative;
  }
  #concept .areainfo1 li a .name2:after{
    content: "";
    border-right: 21px solid transparent;
    border-bottom: 21px solid #4c4948;
    position: absolute;
    top: 0;
    left: 100%;
  }
  
  
  #concept .text{
    font-size: 12px;
    line-height: 27px;
    letter-spacing: 0.05em;
  }
  
  #concept .areainfo2{
    display: flex;
    justify-content: space-between;
    margin: 35px 0;
  }
  #concept .areainfo2 li{
    width: 48%;
  }
  #concept .areainfo2 li figcaption{
    font-size: 10px;
    line-height: 20px;
    letter-spacing: 0.05em;
  }
  
  #concept .pointlist{
    width: 100%;
    margin: 35px 0;
  }
  #concept .pointlist li{
    display: table;
    width: 100%;
    height: 45px;
    margin-bottom: 10px;
    box-shadow: 0 2px 2px rgba(76, 73, 72, 0.2);
  }
  #concept .pointlist li a{
    display: table-cell;
    width: 100%;
    height: 45px;
    border: 1px solid #4c4948;
    box-sizing: border-box;
/*    background: url(../images/icon1.png) no-repeat 99% 94% / 6px 6px;*/
    font-size: 14px;
    line-height: 17px;
    letter-spacing: 0.1em;
    vertical-align: middle;
    padding-left: 65px;
	position: relative;
  }
  #concept .pointlist li a:after{
        content: "";
        display: block;
        background: url(../images/icon1.png) no-repeat bottom right / 10px 10px;
        padding-right: 10px;
        width: 12px;
        height: 12px;
        position: absolute;
        bottom: 0;
        right: 0;
        margin: 0 5px 5px 0;
  }
  #concept .pointlist li:nth-child(3){
    background: url(../images/concept_btn_img1.png) no-repeat top left/ contain, #fff;
  }
  #concept .pointlist li:nth-child(1){
    background: url(../images/concept_btn_img2.png) no-repeat top left/ contain, #fff;
  }
  #concept .pointlist li:nth-child(2){
    background: url(../images/concept_btn_img3.png) no-repeat top left/ contain, #fff;
  }
  #concept .pointlist li a .spindent{
    text-indent: -1em;
    margin-left: 1em;
    display: block;
  }
	

  
/* ーーーーーーーーーーーーーーーーーーーーーー
    plan
ーーーーーーーーーーーーーーーーーーーーーーーー*/
  #plan{
      border-top: 2px solid #4c4948;
      background: #fff;
      padding-bottom: 60px;
      border-bottom: 2px solid #4c4948;
      margin: 0 auto;
  }
  #plan h2.maintitle{
    text-align: center;
    font-size: 44px;
    letter-spacing: 0.05em;
    font-style: normal;
    line-height: 1.0;
    margin: 40px 0 60px;
  }
  #plan .contents{
/*
      max-width: 768px;
      margin: 0 auto;
*/
/*
      border-left: 1px solid #4c4948;
      border-right: 1px solid #4c4948;
*/
  }
  #plan .tabBox{
/*
      max-width: 768px;
      margin: 0 auto;
*/
  }
  
  #plan .contents .icon_plan{
    width: 50px;
    margin: 0 auto;
  }
  #plan .contents .logo_plana{
    max-width: 335px;
    width: 90%;
    margin: 0 auto 25px;
  }
  #plan .contents .logo_planb{
    max-width: 225px;
    width: 65%;
    margin: 20px auto 25px;
  }
  #plan .contents .midashi{
    text-align: left;
    font-size: 12px;
    line-height: 25.5px;
    width: 90%;
    margin: 0 auto;
    background-image: linear-gradient(transparent 0, transparent 97%, #999 100%, transparent 1px);
    background-size: 100% 2.13em;
    padding-bottom: 1px;
  }
  #plan .contents .plana_img1{
    width: 92.5%;
    margin: 0 0 10px 5%;
  }
  #plan .contents .plana_img2{
    width: 91%;
    margin: 10px 0 10px 5%;
  }
  
  
  #plan .contents .planaInfoBlock .slider{
    width: 90%;
    margin: 0 auto 25px;
    background: #fff;
    border: 2px solid #dadad9;
    box-sizing: border-box;
    padding: 27px 18px 5px;
    text-align: left;
  }
  #plan .contents .planaInfoBlock .slider .img{
    margin-bottom: 15px;
  }
  #plan .contents .planaInfoBlock .slider dl{
    margin-bottom: 15px;
    font-style: normal;
  }
  #plan .contents .planaInfoBlock .slider dl dt{
    border-left: 1px solid #4c4948;
    border-bottom: 1px solid #4c4948;
    font-size: 17px;
    line-height: 26px;
    margin-bottom: 10px;
  }
  #plan .contents .planaInfoBlock .slider dl dt span{
    border-right: 1px solid #4c4948;
    font-size: 16px;
    line-height: 26px;
    text-align: center;
    width: 27px;
    display: inline-block;
    margin-right: 10px;
  }
  #plan .contents .planaInfoBlock .slider dl dd{
    font-size: 12px;
    line-height: 20px;
  }

  #plan .contents .movie{
    width: 90%;
    margin: 0 auto 40px;
  }
  
  #plan .contents .logo_a{
    max-width: 288px;
    width: 90%;
    margin: 0 auto 30px;
  }
  #plan .contents .logo_b{
    max-width: 225px;
    width: 65%;
    margin: 10px auto 30px;
  }
  
  #plan .contents .pointlist{
    width: 90%;
    max-width: 768px;
    margin: 0 auto 30px;
  }
  #plan .contents .pointlist li a{
    display: block;
    width: 100%;
    height: 100px;
    box-sizing: border-box;
    background: #fff;
    margin: 0 auto 30px;
    box-shadow: 2px 0 2px rgba(35, 24, 21, 0.1);
    padding-right: 100px;
    font-style: normal;
    position: relative;
  }
  #plan .contents .pointlist li a .icon{
    position: absolute;
    top: -11px;
    left: 0;
    width: 31.5px;
    height: 38.5px;
  }
  
  #plan .contents .pointlist.plana li:nth-child(1) a{
    background: url(../images/plana_img2.png) no-repeat top right/ contain, #fff;
  }  
  #plan .contents .pointlist.plana li:nth-child(2) a{
    background: url(../images/plana_img3.png) no-repeat top right/ contain, #fff;
  }  
  #plan .contents .pointlist.plana li:nth-child(3) a{
    background: url(../images/plana_img4.png) no-repeat top right/ contain, #fff;
  }  
  #plan .contents .pointlist.plana li:nth-child(4) a{
    background: url(../images/plana_img5.png) no-repeat top right/ contain, #fff;
  }
  
  #plan .contents .pointlist.planb li:nth-child(1) a{
    background: url(../images/planb_img2.png) no-repeat top right/ contain, #fff;
  }  
  #plan .contents .pointlist.planb li:nth-child(2) a{
    background: url(../images/planb_img3.png) no-repeat top right/ contain, #fff;
  }  
  #plan .contents .pointlist.planb li:nth-child(3) a{
    background: url(../images/planb_img4.png) no-repeat top right/ contain, #fff;
  }  
  #plan .contents .pointlist.planb li:nth-child(4) a{
    background: url(../images/planb_img5.png) no-repeat top right/ contain, #fff;
  }
  
  #plan .contents .pointlist li a:after{
    position: absolute;
    bottom: 5px;
    right: 105px;
    width: 10px;
    height: 10px;
    content: "";
    background: url(../images/icon1.png) no-repeat top left / 10px 10px;
  }

  #plan .contents .pointlist li a .title{
    color: #86562a;
    font-size: 20px;
    line-height: 1.0;
    padding: 15px 0 13px;
    letter-spacing: 0.05em;
  }
  #plan .contents .pointlist li a .btntext{
    font-size: 14px;
    line-height: 19px;
    letter-spacing: 0.238em;
    text-align: left;
    padding-left: 20px;
  }
  
/* ーーーーーーーーーーーーーーーーーーーーーー
    facility
ーーーーーーーーーーーーーーーーーーーーーーーー*/
  #facility{
    border-top: 1px solid #4c4948;
    padding-top: 35px;
    padding-bottom: 36px;
    border-bottom: 2px solid #4c4948;
    margin-top: 3px;
  }
  #facility .h2style{
    letter-spacing: 0.05em;
  }
  #facility .img1{
    width: 92%;
    max-width: 768px;
    margin: 0 auto 20px;
  }
  #facility .text1{
    width: 92%;
    margin: 0 auto 35px;
    font-size: 12px;
    line-height: 21px;
    letter-spacing: 0.05em;
  }
  #facility .subtitle{
    font-size: 17px;
    line-height: 35px;
    letter-spacing: 0.05em;
    width: 92%;
    margin: 0 auto 35px;
  }
  #facility .h2style2{
    font-size: 44px;
    line-height: 50px;
    letter-spacing: 0.05em;
    width: 92%;
    margin: 0 auto 35px;
    position: relative;
  }
  #facility .h2style2 .textleft{
    font-size: 13px;
    line-height: 20px;
    letter-spacing: 0.1em;
    display: block;
  }
  #facility .h2style2 .textsub{
    font-size: 20px;
    line-height: 25px;
    letter-spacing: 0.1em;
    color: #a8a8a8;
    position: absolute;
    left: 220px;
    bottom: 0;
  }
  #facility .h2style2 .textsub:before{
    position: absolute;
    content: "";
    display: block;
    background-color: rgba(76, 73, 72, 1);
    height: 1px;
    width: 80px;
    top: 5px;
    left: -49px;
    transform: rotate(-30deg);
  }
  #facility .box{
    background: #fff;
    width: 90%;
    margin: 0 auto 10px;
    box-sizing: border-box;
    padding: 20px;
    font-style: normal;
  }
  #facility .box .img2{
    margin-bottom: 20px;
  }
  #facility .box .text2{
    margin-bottom: 20px;
    font-size: 12px;
    line-height: 21px;
    letter-spacing: 0.05em;
  }
  .facilitylist{
    border-bottom: 1px dotted #4c4948;
    margin-bottom: 14px;
    padding-bottom: 8px;
  }
  .facilitylist.bordernone{
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0;
  }
  .facilitylist dt{
    font-size: 14px;
    line-height: 21px;
    letter-spacing: 0.05em;
    margin-bottom: 10px;
  }
  .marker{
    background:linear-gradient(transparent 70%, #f6ff00 70%);
  }
  .facilitylist dd p{
    font-size: 12px;
    line-height: 21px;
    letter-spacing: 0.05em;
    margin-bottom: 5px;
  }
  .facilitylist dd .clm2{
    display: flex;
  }
  .facilitylist dd .clm2 .textblock{
    width: 68%;
  }
  .facilitylist dd .clm2 .imgblcok{
    width: 32%;
  }
  .facilitylist dd .inner{
    margin-bottom: 10px;
  }

/* ーーーーーーーーーーーーーーーーーーーーーー
    facility_2
ーーーーーーーーーーーーーーーーーーーーーーーー*/
  #facility_2{
    border-top: 1px solid #4c4948;
    padding-top: 35px;
    padding-bottom: 36px;
    border-bottom: 2px solid #4c4948;
    margin-top: 3px;
  }
  #facility_2 .h2style2{
    font-size: 44px;
    line-height: 50px;
    letter-spacing: 0.05em;
    width: 92%;
    margin: 0 auto 40px;
    position: relative;
    font-style: normal;
  }
  #facility_2 .h2style2 .textleft{
    font-size: 13px;
    line-height: 20px;
    letter-spacing: 0.1em;
    display: block;
  }
  #facility_2 .h2style2 .textsub{
    font-size: 20px;
    line-height: 25px;
    letter-spacing: 0.1em;
    color: #a8a8a8;
    position: absolute;
    left: 120px;
    bottom: -13px;
  }
  #facility_2 .h2style2 .textsub:before{
    position: absolute;
    content: "";
    display: block;
    background-color: rgba(76, 73, 72, 1);
    height: 1px;
    width: 80px;
    top: 5px;
    left: -49px;
    transform: rotate(-30deg);
  }
  #facility_2 .h2style{
    letter-spacing: 0.1em;
  }
  #facility_2 .box{
    width: 90%;
    margin: 0 auto 10px;
    background: #fff;
    padding: 25px 15px 10px;
    box-sizing: border-box;
  }
  #facility_2 .img1{
    margin-bottom: 30px;
  }
  #facility_2 .NotoSans_text{
    font-size: 12px;
    line-height: 21px;
    letter-spacing: 0.05em;
    margin-bottom: 20px;
  }
  #facility_2 .h4style{
    font-style: normal;
    font-size: 15px;
  }
  
  .facilitylist2 dd .clm2{
    display: flex;
  }
  .facilitylist2 dd .clm2 .textblock{
    width: 66%;
    margin-right: 2%;
  }
  .facilitylist2 dd .clm2 .imgblcok{
    width: 32%;
  }
  .facilitylist2 dd .inner{
    margin-bottom: 10px;
  }
  
/* ーーーーーーーーーーーーーーーーーーーーーー
    facility_3
ーーーーーーーーーーーーーーーーーーーーーーーー*/
  #facility_3{
    border-top: 1px solid #4c4948;
    padding-top: 35px;
    padding-bottom: 10px;
    margin-top: 3px;
    font-style: normal;
  }
  #facility_3 .h2style2{
    font-size: 65px;
    line-height: 1.0;
    letter-spacing: 0.05em;
    width: 92%;
    margin: 0 auto 40px;
    position: relative;
    font-style: normal;
  }
  #facility_3 .h2style2 .textsub{
    font-size: 20px;
    line-height: 25px;
    letter-spacing: 0.1em;
    color: #a8a8a8;
    position: absolute;
    left: 130px;
    bottom: -10px;
  }
  #facility_3 .h2style2 .textsub:before{
    position: absolute;
    content: "";
    display: block;
    background-color: rgba(76, 73, 72, 1);
    height: 1px;
    width: 80px;
    top: 5px;
    left: -49px;
    transform: rotate(-30deg);
  }
  #facility_3 .h2style{
    letter-spacing: 0.1em;
  }
  #facility_3 .box{
    width: 90%;
    margin: 0 auto 10px;
    background: #fff;
    padding: 10px 15px 10px;
    box-sizing: border-box;
  }
  #facility_3 .img2{
    width: 90%;
    margin: 0 auto;
  }
  #facility_3 .NotoSans_text{
    font-size: 12px;
    line-height: 21px;
    letter-spacing: 0.05em;
    margin-bottom: 20px;
  }
  #facility_3 .h3style{
    letter-spacing: 0.1em;
  }
  #facility_3 .titlebgbrown{
    text-align: center;
  }
  
  #facility_3 .titlebgbrown span{
    margin: 0 auto 30px;
    background: #4c4948;
    height: 35px;
    line-height: 35px;
    box-sizing: border-box;
    padding: 0 20px;
    color: #fff;
    letter-spacing: 0.1em;
    display: inline-block;
  }
  #facility_3 .img1_2{
    width: 104%;
    margin: 0 0 30px -4%;
    position: relative;
  }
  #facility_3 .img1{
    margin: 15px 0 0;
  }
  #facility_3 .img1 figcaption{
    margin: 7px 0 20px;
    display: block;
    font-size: 12px;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400;
  }
  #facility_3 .h4style{
    margin-bottom: 10px;
  }
  #facility_3 .f14{
    font-size: 14px;
    margin-bottom: 10px;
  }
  
  
  .brownbox{
    background: #f1efe9;
    text-align: center;
    font-weight: bold;
    font-size: 12px;
    line-height: 20px;
    letter-spacing: 0.05em;
    font-family: "Noto Sans JP", sans-serif;
    font-style: normal;
    border-radius: 10px;
    padding: 10px 0;
    margin-bottom: 20px;
}
  .brownbox.normal{
    font-weight: normal;
}
  .greenbox{
    background: #deefe7;
    text-align: left;
    font-size: 12px;
    line-height: 20px;
    letter-spacing: 0.05em;
    font-family: "Noto Sans JP", sans-serif;
    font-style: normal;
    border-radius: 10px;
    padding: 15px;
    margin-bottom: 20px;
}
 
  .clm2_img1{
    display: flex;
    margin-bottom: 30px;
  }
  .clm2_img1 li:nth-child(1){
    width: 39%;
    margin-right: 3%;
  }
  .clm2_img1 li:nth-child(2){
    width: 58%;
  }
  .clm2_img1 li img{
    display: block;
    margin-bottom: 10px;
  }
  .clm2_img1 li p{
    font-size: 12px;
    line-height: 21px;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400;
    font-style: normal;
  }
  
  .clm2_img2{
    display: flex;
    margin-bottom: 30px;
  }
  .clm2_img2 .img{
    width: 30%;
    margin-right: 3%;
  }
  .clm2_img2 .text{
    width: 67%;
  }
  .clm2_img2 .text p{
    font-size: 12px;
    line-height: 21px;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400;
    font-style: normal;
  }


/* ーーーーーーーーーーーーーーーーーーーーーー
    facility_4
ーーーーーーーーーーーーーーーーーーーーーーーー*/
  #facility_4{
    padding-bottom: 10px;
    margin-top: 10px;
    font-style: normal;
  }
  #facility_4 .actitle2{
    background: #fff;
    font-style: normal;
    border: 3px solid #4c4948;
    box-shadow: 0 0 2px rgba(76, 73, 72, 0.2);
    padding: 12px 15px;
    margin: 0 auto 10px;
    color: #4c4948;
    font-size: 17px;
    letter-spacing: 0.1em;
    box-sizing: border-box;
  }
  #facility_4 .actitle2 span{
    font-size: 14px;
    line-height: 26px;
    display: block;
    margin-left: 18px;
    letter-spacing: 0.238em;
  }
  #facility_4 .ac_section{
    width: 90%;
    margin: 0 auto 20px;
    background: #fff;
    padding: 20px 15px 5px;
    box-sizing: border-box;
  }
  #facility_4 .ac_section .h3style{
    letter-spacing: 0.1em;
    margin-bottom: 10px;
  }
  #facility_4 .ac_section .NotoSans_text{
    font-size: 12px;
    line-height: 21px;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 0.05em;
  }
  #facility_4 .ac_section .browntitle{
    font-size: 16px;
    line-height: 35px;
    height: 35px;
  }
  #facility_4 .ac_section .img1{
    margin-bottom: 20px;
  }
  #facility_4 .ac_section .clm2{
    font-family: "Noto Sans JP", sans-serif;
    font-weight: bold;
    font-style: normal;
    font-size: 14px;
    line-height: 21px;
    letter-spacing: 0.05em;
  }

  #facility_4 .clm2 dt{
    margin-bottom: 5px;
  }
  #facility_4 .clm2 dd{
    display: flex;
    margin-bottom: 10px;
  }
  #facility_4 .clm2 dd img{
    width: 32%;
    margin-right: 3%;
  }
  #facility_4 .clm2 dd p{
    width: 65%;
    font-size: 12px;
    line-height: 21px;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400;
    font-style: normal;
  }

  #facility_4 .clm2_2{
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-bottom: 10px;
  }
  #facility_4 .clm2_2 li{
    width: 48%;
    flex-grow: 1;
    box-sizing: border-box;
    position: relative;
  }
  #facility_4 .clm2_2 li:nth-child(odd){
    margin-right: 4%;
  }
  #facility_4 .clm2_2 li .browntitle{
    height: 55px;
    line-height: 55px;
    font-size: 14px;
    letter-spacing: 0.1em;
    box-sizing: border-box;
  }
  #facility_4 .clm2_2 li .browntitle.l2{
    padding-top: 9px;
    line-height: 1.3;
  }
  #facility_4 .clm2_2 .NotoSans_text{
    width: 100%;
    font-size: 12px;
    line-height: 21px;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400;
    font-style: normal;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }

/* ーーーーーーーーーーーーーーーーーーーーーー
    facility_5
ーーーーーーーーーーーーーーーーーーーーーーーー*/
  #facility_5{
    padding-bottom: 10px;
    font-style: normal;
  }
  #facility_5 .actitle2{
    background: #fff;
    font-style: normal;
    border: 1px solid #4c4948;
    box-shadow: 0 0 2px rgba(76, 73, 72, 0.2);
    padding: 12px 15px;
    margin: 0 auto 10px;
    color: #4c4948;
    font-size: 17px;
    letter-spacing: 0.1em;
    box-sizing: border-box;
  }
  #facility_5 .actitle2 span{
    font-size: 14px;
    line-height: 26px;
    display: block;
    margin-left: 18px;
    letter-spacing: 0.238em;
  }
  #facility_5 .ac_section{
    width: 90%;
    margin: 0 auto 20px;
    background: #fff;
    padding: 20px 15px 5px;
    box-sizing: border-box;
  }
  #facility_5 .h3style{
    width: 85%;
    margin: 0 auto 20px;
    text-align: left;
    letter-spacing: 0.238em;
    padding-top: 10px;
  }
  #facility_5 .ac_section .NotoSans_text{
    font-size: 12px;
    line-height: 21px;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 0.05em;
    margin-bottom: 20px;
  }
  #facility_5 .ac_section .h4style{
    margin-bottom: 10px;
  }
  #facility_5 .ac_section .img1{
    margin-bottom: 25px;
  }
  
  

/* ーーーーーーーーーーーーーーーーーーーーーー
    facility_6
ーーーーーーーーーーーーーーーーーーーーーーーー*/
  #facility_6{
    padding-bottom: 10px;
    font-style: normal;
  }
  #facility_6 .actitle2{
    background: #fff;
    font-style: normal;
    border: 1px solid #4c4948;
    box-shadow: 0 0 2px rgba(76, 73, 72, 0.2);
    padding: 12px 15px;
    margin: 0 auto 10px;
    color: #4c4948;
    font-size: 17px;
    letter-spacing: 0.1em;
    box-sizing: border-box;
  }
  #facility_6 .actitle2 span{
    font-size: 14px;
    line-height: 26px;
    display: block;
    margin-left: 18px;
    letter-spacing: 0.238em;
  }
  #facility_6 .ac_section{
    width: 90%;
    margin: 0 auto 20px;
    background: #fff;
    padding: 20px 15px 5px;
    box-sizing: border-box;
  }
  #facility_6 .h3style{
    width: 85%;
    margin: 0 auto 20px;
    text-align: left;
    letter-spacing: 0.238em;
    padding-top: 10px;
  }
  #facility_6 .ac_section .NotoSans_text{
    font-size: 12px;
    line-height: 21px;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 0.05em;
    margin-bottom: 20px;
  }
  #facility_6 .ac_section .h4style{
    margin-bottom: 10px;
  }
  #facility_6 .ac_section .img2{
    width: 210px;
    margin: 20px auto;
  }
  #facility_6 .ac_section .img3{
    width: 223px;
    margin: 15px auto 25px;
  }
  #facility_6 .facility_6_img{
    max-width: 300px;
    margin: 10px auto 0;
  }
  
  #facility_6 .constructorBlock{
    border-top: 2px solid #4c4948;
    border-bottom: 2px solid #4c4948;
    background: #fff;
    padding: 3px 0 3px;
    box-sizing: border-box;
    width: 90%;
    margin: 45px auto 20px;
    font-style: normal;
  }
  #facility_6 .constructorBlock .innerblock{
    border-top: 1px solid #4c4948;
    border-bottom: 1px solid #4c4948;
  }
  #facility_6 .constructorBlock .innerblock .title{
        font-style: normal;
        border: 1px solid #4c4948;
        box-shadow: 0 0 2px rgba(76, 73, 72, 0.2);
        padding: 12px 15px;
        margin: 25px auto 30px;
        color: #4c4948;
        font-size: 20px;
        letter-spacing: 0.1em;
        box-sizing: border-box;
        width: 92%;
        text-align: center;
  }
  #facility_6 .constructorBlock .innerblock .title2{
        margin: 0 auto 20px;
        font-size: 16px;
        line-height: 24px;
        box-sizing: border-box;
        width: 92%;
        text-align: center;
  }
  #facility_6 .constructorBlock .innerblock .img1{
    margin: 0 auto 25px;
    width: 282px;
  }
  #facility_6 .constructorBlock .innerblock .text{
    margin: 0 auto 20px;
    font-size: 13px;
    line-height: 22px;
    width: 92%;
    letter-spacing: 0.1em;
  }
  #facility_6 .constructorBlock .innerblock .borderbox{
        border: 1px solid #4c4948;
        padding: 10px 15px;
        margin: 0 auto 31px;
        font-size: 12px;
        line-height: 21px;
        width: 92%;
        box-sizing: border-box;
  }
  #facility_6 .constructorBlock .innerblock .borderbtm{
    border-top: 1px dotted #4c4948;
    border-right: none;
    border-bottom: none;
    border-left: none;
    width: 92%;
    margin: 0 auto 22px;
  }
  #facility_6 .constructorBlock .innerblock .img2{
    margin: 0 auto 25px;
    width: 277px;
  }
  
  
  
/* ーーーーーーーーーーーーーーーーーーーーーー
    speedyAccess
ーーーーーーーーーーーーーーーーーーーーーーーー*/
  #speedyAccess{
    border-bottom: 2px solid #4c4948;
    padding-bottom: 40px;
    font-style: normal;
  }
  #speedyAccess .h2style{
    font-size: 35px;
    line-height: 1.0;
    letter-spacing: 0;
    margin-top: 30px;
  }
  #speedyAccess .h3style{
    font-size: 19px;
    line-height: 35px;
    letter-spacing: 0.1em;
  }
  #speedyAccess .actitle2{
    background: #fff;
    font-style: normal;
    border: 1px solid #4c4948;
    box-shadow: 0 0 2px rgba(76, 73, 72, 0.2);
    padding: 12px 15px;
    margin: 0 auto 10px;
    color: #4c4948;
    font-size: 17px;
    letter-spacing: 0.1em;
    box-sizing: border-box;
  }
  #speedyAccess .box{
    margin: 0 auto 20px;
    width: 90%;
    padding-top: 12px;
  }
  #speedyAccess .box .img1{
    margin-bottom: 20px;
  }
  #speedyAccess .box .NotoSans_text{
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 0;
    margin-bottom: 10px;
  }
  #speedyAccess .box .NotoSans_text.indent1{
    text-indent: -1em;
    margin-left: 1em;
  }
  
  #speedyAccess .h4style {
    align-items: center;
    font-size: 18px;
    line-height: 30px;
    letter-spacing: 0.238em;
    margin: 40px auto 20px;
    width: 90%;
    text-align: center;
  }
/*

  #speedyAccess .h4style:before,
  #speedyAccess .h4style:after {
    content: "";
    height: 1px;
    flex-grow: 1;
    background-color: #4c4948;
}

  #speedyAccess .h4style:before {
    margin-right: 1rem;
}

  #speedyAccess .h4style:after {
    margin-left: 1rem;
}
*/
  #speedyAccess .address {
    border: 1px solid #4c4948;
    box-sizing: border-box;
    background: #fff;
    width: 90%;
    margin: 0 auto 15px;
  }
  #speedyAccess .address dt {
    background: #4c4948;
    text-align: center;
    color: #fff;
    height: 28px;
    line-height: 28px;
    font-size: 14px;
    letter-spacing: 0.238em;
    box-sizing: border-box;
  }
  #speedyAccess .address dd {
    padding: 10px;
    text-align: center;
    font-size: 14px;
    line-height: 21px;
    letter-spacing: 0;
    box-sizing: border-box;
  }
  #speedyAccess .img2 {
    width: 90%;
    margin: 0 auto 20px;
  }
  #speedyAccess .note {
    font-size: 10px;
    line-height: 16px;
    font-style: normal;
    width: 90%;
    margin: 0 auto;
  }
  
  
/* ーーーーーーーーーーーーーーーーーーーーーー
    footer
ーーーーーーーーーーーーーーーーーーーーーーーー*/
  #contact{
    background: url(../images/bg1.png) repeat left top/ 50%;
    margin: 3px 0 0 0;
    border-top: 1px solid #4c4948;
    border-bottom: 1px solid #fff;
    padding-bottom: 41px;
  }
  #contact .browntitle{
    width: 88%;
    margin: 25px auto 30px;
    height: 52px;
    line-height: 52px;
    font-size: 20px;
    letter-spacing: 0.1em;
  }
  #contact .link{
    width: 88%;
    margin: 0 auto 40px;
  }
  #contact .link li{
    height: 65px;
    background: #f1efe9;
    border: 1px solid #4c4948;
    box-shadow: 0 2px 2px rgba(76, 73, 72, 0.2);
    margin: 0 auto 15px;
    padding: 1px;
    box-sizing: border-box;
    position: relative;
  }
  #contact .link li a{
    border: 1px solid #4c4948;
    display: block;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    line-height: 61px;
    font-size: 19px;
    padding-left: 55px;
  }
  #contact .link li:nth-child(1) a{
    background: 
      url(../images/btn_icon1.png) no-repeat 20px center / 27px 23.5px;
/*      url(../images/icon1.png) no-repeat 99% 94% / 6px 6px;*/
  }
  #contact .link li:nth-child(2) a{
    background: 
      url(../images/btn_icon2.png) no-repeat 20px center / 27.5px 27px;
/*      url(../images/icon1.png) no-repeat 99% 94% / 6px 6px;*/
  }
  #contact .link li:nth-child(3) a{
    background: 
      url(../images/btn_icon3.png) no-repeat 20px center / 27.5px 29.5px;
/*      url(../images/icon1.png) no-repeat 99% 94% / 6px 6px;*/
  }
  #contact .link li:after{
        content: "";
        display: block;
        background: url(../images/icon1.png) no-repeat bottom right / 6px 6px;
        padding-right: 10px;
        width: 12px;
        height: 12px;
        position: absolute;
        bottom: 0;
        right: 0;
        margin: 0 5px 5px 0;
  }
  #contact .banner{
    width: 220px;
    margin: 0 auto 40px;
  }
  #contact .copyright{
    background: #4c4948;
    line-height: 75px;
    height: 75px;
    text-align: center;
    color: #fff;
    font-size: 10px;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 0.1em;
  }
  .pagetop a{
      width: 40px;
      height: 40px;
      display: block;
      background: #4c4948;
      position: fixed;
      bottom: 46px;
      right: 5px;
      border-top: 1px solid #fff;
      border-left: 1px solid #fff;
      border-bottom: 1px solid #fff;
      z-index: 999;
      border-radius: 20px;
  }
  .pagetop a img{
      width: 20px;
      height: 12px;
      display: block;
      margin: 13px auto 0;
  }
  
  .pc-only {
  	display: none !important;
  }
  .sp-only {
    display: block !important;
  }
  
  .pcnavi {
  	display: none;
  }
  
}
  
/* ーーーーーーーーーーーーーーーーーーーーーー

PC CSS

ーーーーーーーーーーーーーーーーーーーーーーーー*/
@media screen and (min-width:1301px) {
.pc-only {
  display: block !important;
}
.sp-only {
  display: none !important;
}

  #maincontents{
    max-width: 1300px;
    width: 90%;
    margin: 0 auto;
  }
/* ーーーーーーーーーーーーーーーーーーーーーー
    header
ーーーーーーーーーーーーーーーーーーーーーーーー*/
  header{
    margin: 0 auto;
  }
  header h1{
    width: 200px;
    margin: 0 auto;
    padding: 60px 0 40px;
  }
  header .midashi{
    display: none;
  }
  header .img{
    margin-bottom: 30px;
  }
  .innerblock{
    max-width: 1300px;
    width: 90%;
    margin: 0 auto;
    position: relative;
  }
  
  .pcnavi{
        max-width: 1300px;
        width: 90%;
        margin: 0 auto;
        position: absolute;
        top: 40%;
        left: 0;
        right: 0;
        height: 33px;
        line-height: 33px;
  }
  .pcnavi ul{
    display: flex;
    position: absolute;
    top: 0;
    right: 13%;
  }
  .pcnavi ul li{
    display: flex;
    font-size: 14px;
    font-style: normal;
    padding: 0 32px 0 15px;
    background: url(../images/icon4.png) no-repeat right center/20px 33px;
    height: 33px;
    line-height: 33px;
    text-align: center;
  }
  .pcnavi ul li:last-child{
    padding: 0 0 0 15px;
    background: none;
  }
  
/* ーーーーーーーーーーーーーーーーーーーーーー
    footer固定Navi
ーーーーーーーーーーーーーーーーーーーーーーーー*/
  #scrollNavi{
        position: fixed;
        bottom: 0;
        right: 0;
        width: 260px;
        height: auto;
        background: #d98b41;
        z-index: 9999;
  }
  #scrollNavi ul{
        width: 250px;
        margin: 0 auto;
        padding: 10px 0 0 10px;
  }
  #scrollNavi ul li{
        width: 250px;
        height: 42px;
        line-height: 42px;
        position: relative;
        background: #f39945;
        margin-bottom: 7px;
  }
  #scrollNavi ul li:first-child a:before{
    background: url(../images/btn_icon4.svg) no-repeat left top / 20px 20px;
    content: "";
    width: 20px;
    height: 20px;
    display: inline-block;
    margin-right: 8px;
    position: absolute;
    top: 12px;
  }
  #scrollNavi ul li:nth-child(2) a:before{
    background: url(../images/btn_icon5.svg) no-repeat left top / 22px 21px;
    content: "";
    width: 22px;
    height: 21px;
    display: inline-block;
    margin-right: 8px;
    position: absolute;
    top: 10px;
  }
  #scrollNavi ul li:nth-child(3) a:before{
    background: url(../images/btn_icon6.svg) no-repeat left top / 23px 18px;
    content: "";
    width: 23px;
    height: 18px;
    display: inline-block;
    margin-right: 8px;
    position: absolute;
    top: 12px;
  }
  #scrollNavi ul li:last-child{
    border-right: 0;
  }
  #scrollNavi ul li a{
    color: #fff;
    height: 42px;
    line-height: 42px;
    display: block;
    text-align: center;
    font-style: normal;
    font-size: 16px;
  }
  #scrollNavi ul li:first-child a span{
    padding-left: 30px;
  }
  #scrollNavi ul li:nth-child(2) a span{
    padding-left: 30px;
  }
  #scrollNavi ul li:nth-child(3) a span{
    padding-left: 35px;
  }
  
  
/* ーーーーーーーーーーーーーーーーーーーーーー
    title
ーーーーーーーーーーーーーーーーーーーーーーーー*/
  .h2style{
        text-align: center;
        font-style: normal;
        margin-bottom: 20px;
        font-size: 38px;
        line-height: 70px;
        letter-spacing: 0.238em;
        padding-top: 70px;
        font-weight: 400;
  }
  .h3style{
        text-align: center;
        font-style: normal;
        margin-bottom: 30px;
        font-size: 32px;
        line-height: 54px;
        letter-spacing: 0.238em;
  }
  .browntitle{
    background: #4c4948;
    text-align: center;
    color: #fff;
    font-style: normal;
  }
  .titleborder{
    height: 88px;
    position: relative;
    margin-bottom: 50px;
  }
  .titleborder span{
    max-width: 1300px;
    width: 90%;
    margin: 0 auto;
    display: block;
    font-style: normal;
    font-size: 34px;
    color: #4c4948;
    height: 88px;
    line-height: 88px;
    position: absolute;
    left: 0;
    right: 0;
  }
  .titleborder:after{
    content:"";
        text-align: left;
        background: #fff;
        font-style: normal;
        border-top: 1px solid #4c4948;
        border-right: 1px solid #4c4948;
        border-bottom: 1px solid #4c4948;
        box-shadow: 0 0 2px rgba(76, 73, 72, 0.2);
        padding: 10px 0 10px 12.5%;
        margin: 0;
        box-sizing: border-box;
        display: inline-block;
    height: 88px;
    line-height: 88px;
    width: 50%;
  }
  
  #facility .titleborder:after{
    color: #fff;
    background: #4c4948;
  }
  #facility .titleborder span{
    color: #fff;
  }
/* ーーーーーーーーーーーーーーーーーーーーーー
    margin
ーーーーーーーーーーーーーーーーーーーーーーーー*/
  .mb0_center{
    margin: 0 auto !important;
  }
  .mb10{
    margin-bottom: 10px !important;
  }
  .mb20{
    margin-bottom: 20px !important;
  }
  .mb30{
    margin-bottom: 30px !important;
  }
  .mb40{
    margin-bottom: 40px !important;
  }
  .mb50{
    margin-bottom: 50px !important;
  }
  .mb60{
    margin-bottom: 60px !important;
  }
  .mb70{
    margin-bottom: 70px !important;
  }
  

/* ーーーーーーーーーーーーーーーーーーーーーー
    ac
ーーーーーーーーーーーーーーーーーーーーーーーー*/
.acbtn{
    max-width: 1300px !important;
    width: 100% !important;
/*    color: #fff;*/
    letter-spacing: 0.1em;
    background: #fff;
    font-style: normal;
    box-sizing: border-box;
    padding: 20px 10px 15px;
    margin: 0 auto 30px!important;
    border: 3px solid #4c4948;
}
.acbtn.ac_open:before {
/*    background-color: #fff !important;*/
    margin-right: 10px;
}
.acbtn.ac_open:after {
/*    background-color: #fff !important;*/
    margin-right: 10px;
}
.acbtn .h2style{
    margin-bottom: 0;
}
.acbtn .h2style2 {
    margin: 0 auto 30px !important;
}
#facility .acbtn {
    margin: 0 auto 0 !important;
}
#facility_2 .acbtn {
    margin: 0 auto 0 !important;
}
#facility_3 .acbtn {
    margin: 0 auto 0 !important;
}
/* ーーーーーーーーーーーーーーーーーーーーーー
    concept
ーーーーーーーーーーーーーーーーーーーーーーーー*/
  #concept{
/*    width: 92%;*/
    margin: 60px auto 60px;
    position: relative;
  }
  #concept .pcbg{
    background-image: linear-gradient(0deg, #f7f6f2, #f1eee8);
    padding-bottom: 75px;
  }
  #concept .innerblock{
    position: relative;
    max-width: 1300px;
    width: 90%;
    margin: 0 auto;
  }
  #concept .midashi{
    font-size: 24px;
    line-height: 54px;
    margin-bottom: 30px;
    background: url(../images/icon5.png) no-repeat left top / 300px 220px;
    padding: 60px 0 0 62px;
  }
  #concept .midashi span{
    font-size: 34px;
  }
  #concept .img1_1{
/*    position: relative;*/
    margin-bottom: 50px;
  }
  #concept .img1_1 img{
        position: absolute;
        max-width: 657px;
        width: 40%;
        top: 20px;
        right: 0;
        z-index: 1;
  }
  #concept .img1_2 img{
        position: absolute;
        max-width: 587px;
        width: 43%;
        bottom: -40px;
        left: 0;
        z-index: 1;
  }
  #concept .midashi_2{
        font-size: 24px;
        line-height: 54px;
        background: url(../images/icon6.png) no-repeat bottom right / 299px 224px;
        width: 100%;
        box-sizing: border-box;
        padding: 0 60px 40px 50%;
  }
  #concept .areainfo1{
        display: flex;
        justify-content: space-between;
        margin-bottom: 35px;
        max-width: 1300px;
        margin: 60px auto 70px;
  }
  #concept .areainfo1 li{
    width: 48%;
  }
  #concept .areainfo1 li a:after{
   content: "";
   display: block;
   clear: both;
}
  #concept .areainfo1 li a{
    display: block;
    width: 100%;
    background: url(../images/icon_zoom.png) no-repeat 97% 92% / 27px 27px, #d4d4d1;
  }
  #concept .areainfo1 li img{
    width: 50%;
    float: left;
  }
  #concept .areainfo1 li a .name1{
    font-size: 28px;
    line-height: 1.3;
    letter-spacing: 0.1em;
    font-style: normal;
    padding: 15px 0 10px 3.5%;
    width: 50%;
    box-sizing: border-box;
    float: right;
  }
  #concept .areainfo1 li a .name1 span{
    font-size: 20px;
    line-height: 1.0;
    letter-spacing: 0.1em;
    font-style: normal;
  }
  #concept .areainfo1 li a .name2{
    font-size: 20px;
    letter-spacing: 0.1em;
    font-style: normal;
    background: #4c4948;
    padding: 0px 11px;
    height: 44px;
    line-height: 44px;
    color: #fff;
    display: inline;
    width: 33%;
    position: relative;
    box-sizing: border-box;
    float: left;
    margin: 0 0 0 3.5%;
  }
  #concept .areablock{
    max-width: 1300px;
    width: 90%;
    margin: 50px auto 0;
    display: flex;
  }
  #concept .areablock .text{
    font-size: 22px;
    line-height: 50px;
    letter-spacing: 0.05em;
    width: 42%;
  }
  
  #concept .areainfo2{
    display: flex;
    justify-content: space-between;
    margin: 10px 0 0 4%;
    width: 56%;
  }
  #concept .areainfo2 li{
    width: 48%;
  }
  #concept .areainfo2 li figcaption{
    font-size:20px;
    line-height: 20px;
    letter-spacing: 0.05em;
    margin-top: 10px;
  }
  
  #concept .pointlist{
    max-width: 1300px;
    width: 90%;
    margin: 35px auto;
    display: flex;
  }
  #concept .pointlist li{
    display: table;
    width: 33%;
    height: 160px;
    margin-right: 1.5%;
    margin-bottom: 10px;
    box-shadow: 0 2px 2px rgba(76, 73, 72, 0.2);
  }
  #concept .pointlist li:last-child{
    margin-right: 0;
  }
  #concept .pointlist li a{
    display: table-cell;
    width: 100%;
    height: 45px;
    border: 1px solid #4c4948;
    box-sizing: border-box;
    background: url(../images/icon1.png) no-repeat 97.8% 94% / 12px 12px;
    font-size: 21px;
    line-height: 36px;
    letter-spacing: 0.05em;
    vertical-align: middle;
    padding-left: 145px;
    padding-right: 10px;
  }
  #concept .pointlist li:nth-child(3){
    background: url(../images/concept_btn_img1_pc.png) no-repeat top left/ contain, #fff;
  }
  #concept .pointlist li:nth-child(1){
    background: url(../images/concept_btn_img2_pc.png) no-repeat top left/ contain, #fff;
  }
  #concept .pointlist li:nth-child(2){
    background: url(../images/concept_btn_img3_pc.png) no-repeat top left/ contain, #fff;
  }
  #concept .text{
    max-width: 1300px;
    width: 90%;
    margin: 0 auto;
    font-size: 22px;
    line-height: 50px;
    letter-spacing: 0.05em;
  }
  #concept .img1{
    max-width: 1000px;
    width: 90%;
    margin: 0 auto;
  }
  
/* ーーーーーーーーーーーーーーーーーーーーーー
    plan
ーーーーーーーーーーーーーーーーーーーーーーーー*/
  #plan{
    border-top: 4px solid #4c4948;
    background: #fff;
    padding-bottom: 110px;
    border-bottom: 4px solid #4c4948;
  }
  #plan h2.maintitle{
    text-align: center;
    font-size: 88px;
    letter-spacing: 0.05em;
    font-style: normal;
    line-height: 1.0;
    margin: 90px 0 80px;
  }
  
  #plan .tabBox{
    max-width: 1300px;
    width: 90%;
    margin: 0 auto;
  }
  #plan .contents{
    max-width: 1300px;
    width: 90%;
    margin: 0 auto;
  }
  
  #plan .contents .icon_plan{
    width: 100px;
    margin: 0 auto;
  }
  #plan .contents .logo_plana{
    max-width: 670px;
    width: 90%;
    margin: 0 auto 25px;
  }
  #plan .contents .logo_planb{
    max-width: 450px;
    width: 90%;
    margin: 25px auto 25px;
  }
  #plan .contents .midashi{
    text-align: left;
    font-size: 22px;
    line-height: 50px;
    width: 90%;
    margin: 0 auto;
    background-image: linear-gradient(transparent 0, transparent 97%, #999 100%, transparent 1px);
    background-size: 100% 50px;
    padding-bottom: 1px;
  }
  #plan .contents .plana_img1{
    width: 80%;
    margin: 0 0 60px 11.5%;
  }
  #plan .contents .plana_img2{
    width: 80%;
    margin: 0 0 10px 11.5%;
  }
  
  
  #plan .contents .planaInfoBlock{
   content: "";
   display: block;
   clear: both;
    position: relative;
  }
  #plan .contents .planaInfoBlock .slider{
    width: 90%;
    margin: 0 auto 25px;
    background: #fff;
    border: 2px solid #dadad9;
    box-sizing: border-box;
    padding: 27px 18px 5px;
    text-align: left;
  }


  #plan .contents .planaInfoBlock .textarea{
    padding: 330px 0 0 0;
  }
  #plan .contents .planaInfoBlock .slider .img{
    margin-bottom: 15px;
    width: 50%;
    float: right;
    margin-right: 5%;
  }
.slick-initialized .slick-slide {
    display: block;
    position: relative;
}
  #plan .contents .planaInfoBlock .slider .textimg{
    margin-bottom: 30px;
    float: left;
    width: 38%;
    margin-left: 4%;
    box-sizing: border-box;
  }
  #plan .contents .planaInfoBlock .slider dl{
    margin-bottom: 30px;
    font-style: normal;
    float: left;
    width: 38%;
    margin-left: 4%;
    box-sizing: border-box;
  }
  #plan .contents .planaInfoBlock .slider dl dt{
    border-left: 1px solid #4c4948;
    border-bottom: 1px solid #4c4948;
    font-size: 24px;
    line-height: 50px;
    margin-bottom: 10px;
  }
  #plan .contents .planaInfoBlock .slider dl dt span{
    border-right: 1px solid #4c4948;
    font-size: 24px;
    line-height: 50px;
    text-align: center;
    width: 50px;
    display: inline-block;
    margin-right: 10px;
  }
  #plan .contents .planaInfoBlock .slider dl dd{
    font-size: 18px;
    line-height: 28px;
  }

  #plan .contents .movie{
    width: 90%;
    margin: 0 auto;
    background: #35312d;
    padding: 40px 0;
  }
  #plan .contents .movie img{
    max-width: 1000px;
    width: 90%;
    margin: 0 auto;
  }
  
  #plan .contents .logo_a{
    width: 576px;
    margin: 40px auto 40px;
  }
  #plan .contents .logo_b{
    width: 450px;
    margin: 30px auto 60px;
  }
  
  #plan .contents .pointlist{
    width: 90%;
    margin: 0 auto 30px;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
  }
  #plan .contents .pointlist li{
    width: 49%;
    flex-grow: 1;
    box-sizing: border-box;
  }
  #plan .contents .pointlist li:nth-child(odd){
    margin-right: 2%;
  }
  #plan .contents .pointlist li a{
    display: block;
    width: 100%;
    height: 200px;
    box-sizing: border-box;
    background: #fff;
    margin: 0 auto 45px;
    box-shadow: 2px 0 2px rgba(35, 24, 21, 0.1);
    padding-right: 200px;
    font-style: normal;
    position: relative;
  }
  #plan .contents .pointlist li:nth-child(1) a .icon{
    position: absolute;
    top: -23px;
    left: 0;
    width: 64px;
    height: 74px;
  }
  #plan .contents .pointlist li:nth-child(2) a .icon{
    position: absolute;
    top: -24px;
    left: 0;
    width: 63px;
    height: 74px;
  }
  #plan .contents .pointlist li:nth-child(3) a .icon{
    position: absolute;
    top: -24px;
    left: 0;
    width: 63px;
    height: 74px;
  }
  #plan .contents .pointlist li:nth-child(4) a .icon{
    position: absolute;
    top: -23px;
    left: 0;
    width: 63px;
    height: 74px;
  }
  
  #plan .contents .pointlist.plana li:nth-child(1) a{
    background: url(../images/plana_img2.png) no-repeat top right/ contain, #fff;
  }  
  #plan .contents .pointlist.plana li:nth-child(2) a{
    background: url(../images/plana_img3.png) no-repeat top right/ contain, #fff;
  }  
  #plan .contents .pointlist.plana li:nth-child(3) a{
    background: url(../images/plana_img4.png) no-repeat top right/ contain, #fff;
  }  
  #plan .contents .pointlist.plana li:nth-child(4) a{
    background: url(../images/plana_img5.png) no-repeat top right/ contain, #fff;
  }
  
  #plan .contents .pointlist.planb li:nth-child(1) a{
    background: url(../images/planb_img2.png) no-repeat top right/ contain, #fff;
  }  
  #plan .contents .pointlist.planb li:nth-child(2) a{
    background: url(../images/planb_img3.png) no-repeat top right/ contain, #fff;
  }  
  #plan .contents .pointlist.planb li:nth-child(3) a{
    background: url(../images/planb_img4.png) no-repeat top right/ contain, #fff;
  }  
  #plan .contents .pointlist.planb li:nth-child(4) a{
    background: url(../images/planb_img5.png) no-repeat top right/ contain, #fff;
  }
  
  #plan .contents .pointlist li a:after{
    position: absolute;
    bottom: 5px;
    right: 105px;
    width: 10px;
    height: 10px;
    content: "";
    background: url(../images/icon1.png) no-repeat top left / 10px 10px;
  }

  #plan .contents .pointlist li a .title{
    color: #86562a;
    font-size: 34px;
    line-height: 1.0;
    padding: 40px 10px 13px 30px;
    letter-spacing: 0.05em;
  }
  #plan .contents .pointlist li a .btntext{
    font-size: 22px;
    line-height: 38px;
    letter-spacing: 0.1em;
    text-align: left;
    padding: 17px 10px 0 25px;
  }
  
/* ーーーーーーーーーーーーーーーーーーーーーー
    facility
ーーーーーーーーーーーーーーーーーーーーーーーー*/
  #facility{
    border-top: 1px solid #4c4948;
    padding-top: 35px;
    padding-bottom: 35px;
    border-bottom: 2px solid #4c4948;
    margin-top: 3px;
  }
  #facility .h2style{
    font-size: 38px;
    line-height: 70px;
    letter-spacing: 0.05em;
    max-width: 1300px;
    width: 90%;
    margin: 0 auto 35px;
    text-align: center;
    padding-top: 10px;
    font-weight: 400;
  }

  #facility .img1block{
    max-width: 1300px;
    width: 90%;
    margin: 0 auto;
  }
  #facility .img1block:after{
   content: "";
   display: block;
   clear: both;
  }
  #facility .img1block .img1{
    float: right;
    width: 60%;
    max-width: 777px;
  }
  #facility .img1block .text1{
    float: left;
    max-width: 496px;
    width: 40%;
    font-size: 20px;
    line-height: 38px;
    letter-spacing: 0.05em;
    padding-top: 50px;
  }
  #facility .subtitle{
    font-size: 34px;
    line-height: 70px;
    letter-spacing: 0.05em;
    max-width: 1300px;
    width: 90%;
    margin: 60px auto 70px;
  }
  #facility .h2style2{
    font-size: 80px;
    line-height: 100px;
    letter-spacing: 0.05em;
    max-width: 1300px;
    width: 90%;
    margin: 0 auto 35px;
    position: relative;
    font-weight: 400;
  }
  #facility .h2style2 .textleft{
    font-size: 20px;
    line-height: 40px;
    letter-spacing: 0.1em;
    display: block;
  }
  #facility .h2style2 .textsub{
    font-size: 20px;
    line-height: 25px;
    letter-spacing: 0.1em;
    color: #a8a8a8;
    position: absolute;
    left: 570px;
    bottom: 0;
  }
  #facility .h2style2 .textsub:before{
    position: absolute;
    content: "";
    display: block;
    background-color: rgba(76, 73, 72, 1);
    height: 1px;
    width: 80px;
    top: 5px;
    left: -49px;
    transform: rotate(-30deg);
  }
  #facility .box{
    background: #fff;
    max-width: 1300px;
    width: 90%;
    margin: 0 auto 10px;
    box-sizing: border-box;
    padding: 0 0 60px;
    font-style: normal;
  }
  #facility .box .img2{
    margin-bottom: 20px;
  }
  #facility .box .text2{
    margin-bottom: 20px;
    font-size: 20px;
    line-height: 38px;
    letter-spacing: 0.05em;
    padding: 50px 50px 60px;
  }
  .facilitylist{
    border-bottom: 1px dotted #4c4948;
    margin-bottom: 14px;
    padding-bottom: 8px;
    max-width: 1300px;
    width: 90%;
    margin: 0 auto 50px;
  }
  .facilitylist.bordernone{
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0;
  }
  .facilitylist dt{
    font-size: 28px;
    line-height: 42px;
    letter-spacing: 0.05em;
    margin-bottom: 20px;
  }
  .marker{
    background:linear-gradient(transparent 70%, #f6ff00 70%);
  }
  .facilitylist dd p.bold{
    font-size: 20px;
    line-height: 42px;
    letter-spacing: 0.05em;
    margin-bottom: 0;
  }
  .facilitylist dd p{
    font-size: 18px;
    line-height: 38px;
    letter-spacing: 0.05em;
    margin-bottom: 10px;
  }
  .facilitylist dd .clm2{
    display: flex;
  }
  .facilitylist dd .clm2 .textblock{
    width: 68%;
    margin-right: 2%;
  }
  .facilitylist dd .clm2 .imgblcok{
    width: 32%;
  }
  .facilitylist dd .inner{
    margin-left: 2em;
    margin-bottom: 30px;
  }

/* ーーーーーーーーーーーーーーーーーーーーーー
    facility_2
ーーーーーーーーーーーーーーーーーーーーーーーー*/
  #facility_2{
    border-top: 1px solid #4c4948;
    padding-top: 35px;
    padding-bottom: 40px;
    border-bottom: 2px solid #4c4948;
    margin-top: 3px;
  }
  #facility_2 .h2style2{
        font-size: 80px;
        line-height: 100px;
        letter-spacing: 0.05em;
        max-width: 1300px;
        width: 90%;
        margin: 0 auto 35px;
        position: relative;
    font-weight: 400;
  }

  #facility_2 .h2style2 .textleft{
    font-size: 13px;
    line-height: 20px;
    letter-spacing: 0.1em;
    display: block;
  }
  #facility_2 .h2style2 .textsub{
        font-size: 20px;
        line-height: 25px;
        letter-spacing: 0.1em;
        color: #a8a8a8;
        position: absolute;
        left: 850px;
        bottom: 0;
  }
  #facility_2 .h2style2 .textsub:before{
    position: absolute;
    content: "";
    display: block;
    background-color: rgba(76, 73, 72, 1);
    height: 1px;
    width: 80px;
    top: 5px;
    left: -49px;
    transform: rotate(-30deg);
  }
  #facility_2 .h2style{
        font-size: 38px;
        line-height: 70px;
        letter-spacing: 0.05em;
        max-width: 1300px;
        width: 90%;
        margin: 0 auto 35px;
        text-align: center;
        padding-top: 10px;
    font-weight: 400;
  }
  #facility_2 .acblock{
    max-width: 1300px;
    width: 90%;
    margin: 0 auto;
  }
  
  #facility_2 .box{
    width: 100%;
    margin: 0 auto 10px;
    background: #fff;
    padding: 60px 40px 60px;
    box-sizing: border-box;
  }
  
  #facility_2 .imgblock{
    display: flex;
  }
  #facility_2 .imgblock .img1{
    margin-bottom: 30px;
    max-width: 630px;
    width: 50%;
    margin-right: 3%;
  }
  #facility_2 .imgblock .NotoSans_text{
    font-size: 20px;
    line-height: 38px;
    letter-spacing: 0.05em;
    margin-bottom: 20px;
    width: 48%;
    max-width: 550px;
  }
  #facility_2 .NotoSans_text{
    font-size: 20px;
    line-height: 38px;
    letter-spacing: 0.05em;
    margin-bottom: 20px;
  }
  #facility_2 .h4style{
    font-style: normal;
    font-size: 30px;
  }
  #facility_2 .img1{
    margin-bottom: 30px;
    width: 80%;
    margin: 0 auto 40px;
  }
  .facilitylist2 dt{
    font-size: 30px;
  }
  .facilitylist2 dd .clm2{
    display: flex;
  }
  .facilitylist2 dd .clm2 .textblock{
    width: 78%;
    margin-right: 2%;
  }
  .facilitylist2 dd .clm2 .imgblcok{
    width: 20%;
  }
  .facilitylist2 dd .inner{
    margin-bottom: 10px;
  }
/* ーーーーーーーーーーーーーーーーーーーーーー
    facility_3
ーーーーーーーーーーーーーーーーーーーーーーーー*/
  #facility_3{
    border-top: 1px solid #4c4948;
    padding-top: 35px;
    padding-bottom: 10px;
    margin-top: 3px;
    font-style: normal;
  }
  #facility_3 .h2style2{
        font-size: 80px;
        line-height: 100px;
        letter-spacing: 0.05em;
        max-width: 1300px;
        width: 90%;
        margin: 0 auto 35px;
        position: relative;
    font-weight: 400;
  }
  #facility_3 .h2style2 .textsub{
        font-size: 20px;
        line-height: 25px;
        letter-spacing: 0.1em;
        color: #a8a8a8;
        position: absolute;
        left: 160px;
        bottom: 0;
  }
  #facility_3 .h2style2 .textsub:before{
    position: absolute;
    content: "";
    display: block;
    background-color: rgba(76, 73, 72, 1);
    height: 1px;
    width: 80px;
    top: 5px;
    left: -49px;
    transform: rotate(-30deg);
  }
  #facility_3 .h2style{
        font-size: 38px;
        line-height: 70px;
        letter-spacing: 0.05em;
        max-width: 1300px;
        width: 90%;
        margin: 0 auto 35px;
        text-align: center;
        padding-top: 10px;
    font-weight: 400;
  }
  #facility_3 .acblock{
    max-width: 1300px;
    width: 90%;
    margin: 0 auto;
  }
  #facility_3 .box{
    width: 100%;
    margin: 0 auto 10px;
    background: #fff;
    padding: 50px 40px 60px;
    box-sizing: border-box;
  }
  #facility_3 .NotoSans_text{
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400;
  }
  #facility_3 .midashi {
        font-size: 20px;
        line-height: 38px;
        letter-spacing: 0.05em;
  }
  #facility_3 .imgblock{
    display: flex;
  }
  #facility_3 .imgblock .img_right{
    margin-bottom: 30px;
    max-width: 630px;
    width: 50%;
    margin-left: 3%;
  }
  #facility_3 .imgblock .textblock{
    font-size: 18px;
    line-height: 34px;
    letter-spacing: 0.05em;
    margin-bottom: 20px;
    width: 47%;
    max-width: 550px;
  }
  #facility_3 .imgblock2{
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
  }
  #facility_3 .imgblock2 .img1{
    width: 48%;
  }
  #facility_3 .imgblock2 .img1.right{
    margin-left: 2%;
    width: 48%;
  }
  #facility_3 .imgblock3{
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
  }
  #facility_3 .imgblock3 .NotoSans_text{
        font-size: 18px;
        line-height: 34px;
        letter-spacing: 0.05em;
  }
  #facility_3 .imgblock3 .imgblock3_block .left{
    width: 48%;
  }
  #facility_3 .imgblock3 .imgblock3_block{
    margin-left: 2%;
    width: 48%;
  }
  #facility_3 .lineheight_pc p{
    line-height: 28px !important;
  }
  
  
  #facility_3 .h3style{
    letter-spacing: 0.1em;
    margin-top: 30px;
  }
  #facility_3 .titlebgbrown{
    text-align: center;
    margin-top: 30px;
  }
  
  #facility_3 .titlebgbrown span{
    margin: 0 auto 30px;
    background: #4c4948;
    height: 60px;
    line-height: 60px;
    box-sizing: border-box;
    padding: 0 20px;
    color: #fff;
    letter-spacing: 0.1em;
    display: block;
    font-size: 30px;
    font-weight: 400;
  }
  #facility_3 .img1_2{
    width: 104%;
    margin: 0 0 30px -4%;
    position: relative;
  }
  #facility_3 .img1{
    margin: 25px 0 0;
  }
  #facility_3 .img1 figcaption{
    margin: 7px 0 20px;
    display: block;
    font-size: 14px;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400;
  }
  #facility_3 .h4style{
    margin-bottom: 10px;
    font-style: normal;
    font-size: 26px;
  }
  #facility_3 .f14{
    font-size: 26px;
    margin-bottom: 10px;
  }
  
  #facility_3 .clm2_img2{
    margin-top: 20px;
  }
  #facility_3 .clm2_img2 .text p {
        font-size: 16px;
        line-height: 38px;
        letter-spacing: 0.05em;
  }
  #facility_3 .clm2_img1 li p{
    font-size: 14px;
    line-height: 20px;
    margin-top: 10px;
  }
  
  .brownbox{
    background: #f1efe9;
    text-align: center;
    font-weight: bold;
    font-size: 20px;
    line-height: 40px;
    letter-spacing: 0.05em;
    font-family: "Noto Sans JP", sans-serif;
    font-style: normal;
    border-radius: 10px;
    padding: 20px 0;
    margin-top: 20px;
    margin-bottom: 60px;
}
  .brownbox.normal{
    font-weight: normal;
}
  .greenbox{
    background: #deefe7;
    text-align: left;
    font-size: 12px;
    line-height: 20px;
    letter-spacing: 0.05em;
    font-family: "Noto Sans JP", sans-serif;
    font-style: normal;
    border-radius: 10px;
    padding: 15px;
    margin-bottom: 20px;
}
 
  .clm2_img1{
    display: flex;
    margin-bottom: 30px;
  }
  .clm2_img1 li:nth-child(1){
    width: 39%;
    margin-right: 3%;
  }
  .clm2_img1 li:nth-child(2){
    width: 58%;
  }
  .clm2_img1 li img{
    display: block;
    margin-bottom: 10px;
  }
  .clm2_img1 li p{
    font-size: 12px;
    line-height: 21px;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400;
    font-style: normal;
  }
  
  .clm2_img2{
    display: flex;
    margin-bottom: 30px;
  }
  .clm2_img2 .img{
    width: 30%;
    margin-right: 3%;
  }
  .clm2_img2 .text{
    width: 67%;
  }
  .clm2_img2 .text p{
    font-size: 12px;
    line-height: 21px;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400;
    font-style: normal;
  }


/* ーーーーーーーーーーーーーーーーーーーーーー
    facility_4
ーーーーーーーーーーーーーーーーーーーーーーーー*/
  #facility_4{
    padding-bottom: 10px;
    font-style: normal;
    max-width: 1300px;
    width: 90%;
    margin: 20px auto 20px;
  }
  #facility_4 .actitle2{
    background: #fff;
    font-style: normal;
    border: 3px solid #4c4948;
    box-shadow: 0 0 2px rgba(76, 73, 72, 0.2);
    padding: 12px 15px;
    margin: 0 auto ;
    color: #4c4948;
    font-size: 30px;
    letter-spacing: 0.1em;
    box-sizing: border-box;
  }
  #facility_4 .actitle2 span{
    font-size: 20px;
    line-height: 26px;
    display: block;
    margin-left: 18px;
    letter-spacing: 0.238em;
  }
  #facility_4 .ac_section{
    width: 100%;
    margin: 0 auto 20px;
    background: #fff;
    padding: 20px 25px 5px;
    box-sizing: border-box;
  }
  #facility_4 .ac_section .h3style{
    letter-spacing: 0.1em;
        margin-bottom: 30px;
        padding-top: 30px;
  }
  #facility_4 .ac_section .NotoSans_text{
    font-size: 12px;
    line-height: 21px;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 0.05em;
  }
  #facility_4 .ac_section .browntitle{
        margin: 0 auto;
        background: #4c4948;
        height: 60px;
        line-height: 60px;
        box-sizing: border-box;
        padding: 0 20px;
        color: #fff;
        letter-spacing: 0.1em;
        display: block;
        font-size: 30px;
        font-weight: 400;
  }
  #facility_4 .ac_section .img1{
    margin-bottom: 20px;
  }
  #facility_4 .ac_section .bn_clm{
    display: flex;
    background: #f1efe9;
    margin-bottom: 50px;
  }
  #facility_4 .ac_section .bn_clm .img1{
    width: 45%;
    margin-bottom: 0;
  }
  #facility_4 .ac_section .bn_clm .textblock{
    width: 55%;
    display: table !important;
    vertical-align: middle;
    padding: 30px;
  }
  #facility_4 .ac_section .bn_clm .textblock .NotoSans_text{
        display: table-cell !important;
        font-size: 18px;
        line-height: 34px;
        letter-spacing: 0.05em;
        vertical-align: middle;
  }
  #facility_4 .ac_section .clm2{
    display: flex;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: bold;
    font-style: normal;
    font-size: 20px;
    line-height: 38px;
    letter-spacing: 0.05em;
    justify-content: flex-start;
    flex-wrap: wrap;
    padding-bottom: 20px;
  }
  #facility_4 .ac_section .clm2_block{
    width: 50%;
    flex-grow: 1;
    box-sizing: border-box;
  }
  #facility_4 .ac_section .clm2_block .NotoSans_text{
    font-size: 16px;
    line-height: 32px;
    letter-spacing: 0.05em;
    margin-right: 10px;
  }

  #facility_4 .clm2 dt{
    margin-bottom: 5px;
  }
  #facility_4 .clm2 dd{
    display: flex;
    margin-bottom: 10px;
  }
  #facility_4 .clm2 dd img{
    width: 32%;
    margin-right: 3%;
  }
  #facility_4 .clm2 dd p{
    width: 65%;
    font-size: 12px;
    line-height: 21px;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400;
    font-style: normal;
  }

  #facility_4 .clm2_2{
    display: flex;
    margin: 0 auto 10px;
    max-width: 950px;
    width: 90%;
  }
  #facility_4 .clm2_2.v2{
    display: flex;
    margin: 0 auto 10px;
    max-width: 625px;
    width: 90%;
  }
  #facility_4 .clm2_2 li{
    width: 32%;
    flex-grow: 1;
    box-sizing: border-box;
    position: relative;
    margin-right: 25px;
  }
  #facility_4 .clm2_2 li:last-child{
    margin-right: 0;
  }
  #facility_4 .clm2_2 li .browntitle{
    height: 80px;
    line-height: 80px;
    font-size: 18px;
    letter-spacing: 0.1em;
    box-sizing: border-box;
  }
  #facility_4 .clm2_2 li .browntitle.l2{
    padding-top: 16px;
    line-height: 1.3;
  }
  #facility_4 .clm2_2 .NotoSans_text{
    width: 100%;
    font-size: 16px;
    line-height: 24px;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400;
    font-style: normal;
    margin-top: 10px;
  }
  #facility_4 .pcmargin{
    margin: 0 auto 10px;
    max-width: 625px;
    width: 90%;
    font-size: 16px !important;
    line-height: 24px !important;
  }
  #facility_4 .ac_section .NotoSans_text.submidashi{
        font-size: 18px;
        line-height: 34px;
        letter-spacing: 0.05em;
  }
  #facility_4 .acblock .ac_inner .closeArea .close_box a.close_btn,
  #facility_5 .acblock .ac_inner .closeArea .close_box a.close_btn,
  #facility_6 .acblock .ac_inner .closeArea .close_box a.close_btn,
  #speedyAccess .acblock .ac_inner .closeArea .close_box a.close_btn {
        width: 100%;
    }
  

/* ーーーーーーーーーーーーーーーーーーーーーー
    facility_5
ーーーーーーーーーーーーーーーーーーーーーーーー*/
  #facility_5{
    padding-bottom: 10px;
    font-style: normal;
    max-width: 1300px;
    width: 90%;
    margin: 0 auto 10px;
  }
  #facility_5 .actitle2{
    background: #fff;
    font-style: normal;
    border: 1px solid #4c4948;
    box-shadow: 0 0 2px rgba(76, 73, 72, 0.2);
    padding: 12px 15px;
    margin: 0 auto 10px;
    color: #4c4948;
    font-size: 30px;
    letter-spacing: 0.1em;
    box-sizing: border-box;
  }
  #facility_5 .actitle2 span{
    font-size: 14px;
    line-height: 26px;
    display: block;
    margin-left: 18px;
    letter-spacing: 0.238em;
  }
  #facility_5 .ac_section{
    width: 100%;
    margin: 0 auto 20px;
    background: #fff;
    padding: 35px 25px 5px;
    box-sizing: border-box;
  }
  #facility_5 .h3style{
    width: 100%;
    margin: 0 auto 40px;
    text-align: center;
    letter-spacing: 0.238em;
    padding-top: 30px;
    font-weight: 400;
  }
  #facility_5 .ac_section .NotoSans_text{
    font-size: 12px;
    line-height: 21px;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 0.05em;
    margin-bottom: 20px;
  }
  #facility_5 .ac_section .h4style{
        margin-bottom: 10px;
        font-style: normal;
        font-size: 26px;
  }
  #facility_5 .ac_section .img1{
    margin-bottom: 25px;
  }
  #facility_5 .ac_section .NotoSans_text {
        font-size: 18px;
        line-height: 34px;
        letter-spacing: 0.05em;
  }

  #facility_5 .ac_section .clm2_pc{
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    padding-bottom: 20px;
  }
  #facility_5 .ac_section .clm2_pc .clm2_block{
    width: 49%;
    flex-grow: 1;
    box-sizing: border-box;
    padding-bottom: 20px;
  }
  #facility_5 .ac_section .clm2_pc .clm2_block.left{
    margin-right: 2%;
  }

/* ーーーーーーーーーーーーーーーーーーーーーー
    facility_6
ーーーーーーーーーーーーーーーーーーーーーーーー*/
  #facility_6{
    padding-bottom: 10px;
    font-style: normal;
    max-width: 1300px;
    width: 90%;
    margin: 0 auto 10px;
  }
  #facility_6 .actitle2{
    background: #fff;
    font-style: normal;
    border: 1px solid #4c4948;
    box-shadow: 0 0 2px rgba(76, 73, 72, 0.2);
    padding: 12px 15px;
    margin: 0 auto 10px;
    color: #4c4948;
    font-size: 30px;
    letter-spacing: 0.1em;
    box-sizing: border-box;
  }
  #facility_6 .actitle2 span{
    font-size: 14px;
    line-height: 26px;
    display: block;
    margin-left: 18px;
    letter-spacing: 0.238em;
  }
  #facility_6 .ac_section{
    width: 100%;
    margin: 0 auto 20px;
    background: #fff;
    padding: 45px 45px 5px;
    box-sizing: border-box;
  }
  #facility_6 .h3style{
    width: 100%;
    margin: 0 auto 40px;
    text-align: center;
    letter-spacing: 0.238em;
    padding-top: 30px;
    font-weight: 400;
  }
  #facility_6 .ac_section .NotoSans_text{
    font-size: 12px;
    line-height: 21px;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 0.05em;
    margin-bottom: 20px;
  }
  #facility_6 .ac_section .h4style{
    margin-bottom: 10px;
    font-style: normal;
    font-size: 26px;
  }
  #facility_6 .ac_section .img2{
    width: 412px;
    margin: 20px auto 0;
    height: 220px;
  }
  #facility_6 .ac_section .img3{
    width: 445px;
    margin: 15px auto 0;
    height: 220px;
  }
  
  
  #facility_6 .constructorBlock{
    border-top: 2px solid #4c4948;
    border-bottom: 2px solid #4c4948;
    background: #fff;
    padding: 3px 0 3px;
    box-sizing: border-box;
    width: 100%;
    margin: 30px auto 20px;
    font-style: normal;
  }
  #facility_6 .constructorBlock .innerblock{
    border-top: 1px solid #4c4948;
    border-bottom: 1px solid #4c4948;
    width: 100% !important;
  }
  #facility_6 .constructorBlock .innerblock .title{
        font-style: normal;
        border: 1px solid #4c4948;
        box-shadow: 0 0 2px rgba(76, 73, 72, 0.2);
        padding: 12px 15px;
        margin: 55px auto 30px;
        color: #4c4948;
        font-size: 30px;
        letter-spacing: 0.1em;
        box-sizing: border-box;
        width: 92%;
        text-align: center;
  }
  #facility_6 .constructorBlock .innerblock .title2{
        margin: 0 auto 20px;
        font-size: 28px;
        line-height: 42px;
        box-sizing: border-box;
        width: 92%;
        text-align: center;
  }
  #facility_6 .constructorBlock .innerblock .img1{
    margin: 50px auto 57px;
    width: 455px;
  }
  #facility_6 .constructorBlock .innerblock .text{
        margin: 0 auto 20px;
        font-size: 22px;
        line-height: 35px;
        width: 92%;
        letter-spacing: 0.1em;
        height: 105px;
  }
  #facility_6 .constructorBlock .innerblock .borderbox{
        border: 1px solid #4c4948;
        padding: 10px 15px;
        margin: 0 auto 31px;
        font-size: 16px;
        line-height: 30px;
        width: 92%;
        box-sizing: border-box;
        height: 210px;
  }
  #facility_6 .constructorBlock .innerblock .borderbtm{
    border-top: 1px dotted #4c4948;
    border-right: none;
    border-bottom: none;
    border-left: none;
    width: 92%;
    margin: 0 auto 22px;
  }
  #facility_6 .constructorBlock .innerblock .img2{
    margin: 0 auto -75px;
    width: 400px;
  }
  
  #facility_6 .ac_section .NotoSans_text {
        font-size: 18px;
        line-height: 34px;
        letter-spacing: 0.05em;
  }

  #facility_6 .ac_section .clm2_pc{
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    padding-bottom: 20px;
  }
  #facility_6 .ac_section .clm2_pc .clm2_block{
        width: 48%;
        flex-grow: 1;
        box-sizing: border-box;
        padding-bottom: 50px;
        border-bottom: 1px dotted #999;
        margin-bottom: 50px;
  }
  #facility_6 .ac_section .clm2_pc .clm2_block.left{
    margin-right: 4%;
  }
  #facility_6 .facility_6_img{
	width: 70%;
    margin: 0 auto;
  }
  
   #facility_6 .brownbox {
        background: #f1efe9;
        text-align: center;
        font-size: 16px;
        line-height: 1.6;
        letter-spacing: 0.05em;
        font-family: "Noto Sans JP", sans-serif;
        font-style: normal !important;
       font-weight: 400;
        border-radius: 10px;
        padding: 20px;
        margin-top: 20px;
        margin-bottom: 0;
    }
    #facility_6 .greenbox {
        background: #deefe7;
        text-align: left;
        font-size: 16px;
        line-height: 1.6;
        letter-spacing: 0.05em;
        font-family: "Noto Sans JP", sans-serif;
        font-style: normal !important;
       font-weight: 400;
        border-radius: 10px;
        padding: 50px 20px;
        margin-top: 20px;
        margin-bottom: 30px;
    }
  
   #facility_6 .brownbox.pc_pd {
        margin-top: 88px;
    }
  
/* ーーーーーーーーーーーーーーーーーーーーーー
    speedyAccess
ーーーーーーーーーーーーーーーーーーーーーーーー*/
  #speedyAccess{
    border-bottom: 2px solid #4c4948;
    padding-bottom: 40px;
    font-style: normal;
  }
  #speedyAccess .h2style{
        font-size: 70px;
        line-height: 1.0;
        letter-spacing: 0;
        margin-top: 70px;
        padding-top: 0;
  }
  #speedyAccess .h3style{
        width: 100%;
        margin: 0 auto 40px;
        text-align: center;
        letter-spacing: 0.238em;
        padding-top: 30px;
        font-weight: 400;
  }
  
  #speedyAccess .acblock{
    max-width: 1300px;
    width: 90%;
    margin: 0 auto;
  }
  
  #speedyAccess .actitle2{
        background: #fff;
        font-style: normal;
        border: 1px solid #4c4948;
        box-shadow: 0 0 2px rgba(76, 73, 72, 0.2);
        padding: 12px 15px;
        margin: 0 auto 10px;
        color: #4c4948;
        font-size: 30px;
        letter-spacing: 0.1em;
        box-sizing: border-box;
  }
  #speedyAccess .box{
    margin: 0 auto 50px;
    width: 100%;
    padding-top: 12px;
  }
  #speedyAccess .box .img1{
    margin-bottom: 20px;
  }
  #speedyAccess .box .NotoSans_text{
    font-size: 16px;
    line-height: 28px;
    letter-spacing: 0;
    margin-bottom: 5px;
  }
  #speedyAccess .box .NotoSans_text.indent1{
    text-indent: -1em;
    margin-left: 1em;
  }
  
  #speedyAccess .h4style {
/*        display: flex;*/
        align-items: center;
        font-size: 32px;
        line-height: 52px;
        letter-spacing: 0.238em;
        margin: 80px auto 30px;
        max-width: 1300px;
        width: 90%;
        text-align: center;
        font-weight: 400;
  }
/*

  #speedyAccess .h4style:before,
  #speedyAccess .h4style:after {
    content: "";
    height: 1px;
    flex-grow: 1;
    background-color: #4c4948;
}

  #speedyAccess .h4style:before {
    margin-right: 1rem;
}

  #speedyAccess .h4style:after {
    margin-left: 1rem;
}
*/
  #speedyAccess .address {
    border: 1px solid #4c4948;
    box-sizing: border-box;
    background: #fff;
    max-width: 1300px;
    width: 90%;
    margin: 0 auto 30px;
  }
  #speedyAccess .address dt {
        background: #4c4948;
        text-align: center;
        color: #fff;
        height: 40px;
        line-height: 35px;
        font-size: 22px;
        letter-spacing: 0.238em;
        box-sizing: border-box;
  }
  #speedyAccess .address dd {
        padding: 15px;
        text-align: center;
        font-size: 20px;
        line-height: 26px;
        letter-spacing: 0;
        box-sizing: border-box;
  }
  #speedyAccess .img2 {
    max-width: 1300px;
    width: 90%;
    margin: 0 auto 20px;
  }
  #speedyAccess .note {
    max-width: 1300px;
    width: 90%;
    font-size: 14px;
    line-height: 26px;
    font-style: normal;
    margin: 0 auto;
  }
  
  
/* ーーーーーーーーーーーーーーーーーーーーーー
    footer
ーーーーーーーーーーーーーーーーーーーーーーーー*/
  #contact{
    background: url(../images/bg1.png) repeat left top/ 50%;
    margin: 3px 0 0 0;
    padding: 45px 0 0 0;
  }
  #contact .browntitle{
        width: 88%;
        margin: 0 auto 50px;
        height: 80px;
        line-height: 80px;
        font-size: 40px;
        letter-spacing: 0.1em;
  }
  #contact .link{
    width: 88%;
    margin: 0 auto 40px;
    display: flex;
  }
  #contact .link li{
    width: 32.5%;
    height: 130px;
    background: #f1efe9;
    border: 1px solid #4c4948;
    box-shadow: 0 2px 2px rgba(76, 73, 72, 0.2);
    margin: 0 auto 15px;
    padding: 2px;
    box-sizing: border-box;
    margin-right: 1%;
  }
  #contact .link li:last-child{
    margin-right: 0;
  }
  #contact .link li a{
    border: 1px solid #4c4948;
    display: block;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    line-height: 125px;
    font-size: 30px;
    padding-left: 110px;
        position: relative;
  }
  #contact .link li:nth-child(1) a{
	background: url(../images/btn_icon1.png) no-repeat 40px 34px / 54px 47px; /*url(../images/icon1.png) no-repeat 98.3% 94% / 12px 12px;*/
    }
  #contact .link li:nth-child(2) a{
    background: 
      url(../images/btn_icon2.png) no-repeat 47px center / 55px 54px;
      /*url(../images/icon1.png) no-repeat 98.3% 94% / 6px 6px;*/
  }
  #contact .link li:nth-child(3) a{
    background: 
      url(../images/btn_icon3.png) no-repeat 47px center / 55px 59px;
      /*url(../images/icon1.png) no-repeat 98.3% 94% / 6px 6px;*/
  }
	#contact .link li a:after {
        content: "";
        display: block;
        background: url(../images/icon1.png) no-repeat bottom right / 12px 12px;
        padding-right: 10px;
        width: 12px;
        height: 12px;
        position: absolute;
        bottom: 0;
        right: 0;
        margin: 0 5px 5px 0;
    }
  #contact .banner{
    width: 430px;
    margin: 70px auto 70px;
  }
  #contact .copyright{
    background: #4c4948;
    line-height: 75px;
    height: 75px;
    text-align: center;
    color: #fff;
    font-size: 10px;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 0.1em;
  }
  
  .pagetop a{
        width: 60px;
        height: 60px;
        display: block;
        background: #4c4948;
        position: fixed;
        bottom: 166px;
        right: 11px;
        border-top: 1px solid #fff;
        border-left: 1px solid #fff;
        border-bottom: 1px solid #fff;
        z-index: 999;
        border-radius: 40px;
  }
  .pagetop a img{
      width: 20px;
      height: 12px;
      display: block;
      margin: 23px auto 0;
  }
}