/*----------
common
----------*/

body{
}

a.tel:link {
  text-decoration: none;
}

.sp{
  display:none;
}
.pc{
  display:block;
}
@media only screen and (max-width: 768px) {
  .sp{
    display:block;
  }
  .pc{
    display:none;
  }
}

hr{
  background: #000;
}

@media (min-width: 768px){
  .container {
    max-width: 1200px;
    padding-left:0;
    padding-right:0;
  }
}

a:link,a:visited{
  color:#968031;
  text-decoration: underline;
}
a:hover{
  color:#968031;
  text-decoration: none;
}

.radius {
  border-radius:4px;
}

/*----------
header
----------*/

header{
  padding:15px 0 0 0;
}
header ul{
  padding-top:25px;
}

header ul a:link,header ul a:visited{
  color:#000;
  text-decoration: none;
}
header ul a:hover{
  color:#000;
  text-decoration: underline;
}

header ul li{
  border-right:1px solid #000;
  padding-right:6px;
}
header ul li:nth-last-child(1){
  border-right:none;
}

@media only screen and (max-width: 768px) {
  header p.logo img{
    width:70%;
  }
  header dd{
    width:100%;
  }
  header dd img{
    width:49%;
  }
}
/*----------
mv
----------*/

#mv{
  background: url("../images/mv.jpg") center center no-repeat;
  background-size: 100% auto;
  color:#fff;
  font-family:serif;
  height:490px;
  width:100%;
  padding-top:170px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2),(min-resolution: 2dppx){
  #mv{
    background: url("../images/mv.jpg") center center no-repeat;
    background-size: 125% auto;
  }
}

#mv div{
  width:580px;
  margin:0 auto;
  background: rgba(0,0,0,.6);
  height:140px;
  padding:10px 0 0 0;
  text-align:center;
}

#mv h1{
  font-size:44px;
}

#mv p{
  font-size:25px;
}

@media only screen and (max-width: 1024px) {
  #mv{
    background: url("../images/mv.jpg") center center no-repeat;
    background-size: 100% auto;
    color:#fff;
    font-family:serif;
    height:auto;
    width:100%;
    padding:50px 0;
  }

  @media only screen and (-webkit-min-device-pixel-ratio: 2),(min-resolution: 2dppx){
    #mv{
      background: url("../images/mv.jpg") center center no-repeat;
      background-size: 125% auto;
    }
  }

  #mv div{
    width:60%;
    margin:0 auto;
    background: rgba(0,0,0,.6);
    height:80px;
    padding:10px 0 0 0;
    text-align:center;
  }

  #mv h1{
    font-size:30px;
  }

  #mv p{
    font-size:14px;
  }
}

/*----------
news
----------*/
#news h2{
  font-size:20px;
  font-weight:bold;
  text-align:center;
  padding:60px 0 20px 0;
  border-bottom: 1px solid #000;
}

#news dl{
  border-bottom: 1px solid #000;
  padding:15px 0;
}

#news dl dt{
  font-weight: normal;
}


/*----------
title
----------*/

hr.headline{
  width:100%;
}
.ttls h2{
  font-size:26px;
  font-weight:bold;
  text-align:center;
  margin:100px 0 20px 0;
}

.ttls hr{
  width:100px;
  height:6px;
  background: #968031;
}

h1.pageTtl{
  text-align:center;
  border-bottom:1px solid #c5c6c6;
  font-size:42px;
  color:#968031;
  font-family:serif;
  width:1000px;
  margin:0 auto;
  padding:0 0 15px 0;
}

h2.acTtl{
  font-size:24px;
  margin:20px 0 30px 0;
}

@media only screen and (max-width: 1024px) {

  .ttls h2{
    margin:40px 0 20px 0;
  }


  h1.pageTtl{
    font-size:30px;
    width:90%;
  }

  h2.acTtl{
    font-size:24px;
    margin:20px 0 30px 0;
  }
}

/*----------
table
----------*/
.table1{
  width:800px;
  margin:50px 5px 5px 5px;
  border-left:1px solid #000;
  border-top:1px solid #000;
}

.table1 th{
  background: #efece0;
  text-align:center;
  font-weight:normal;
}

.table1 th,
.table1 td{
  padding:10px;
  border-right:1px solid #000;
  border-bottom:1px solid #000;
}

.table1 td strong{
  color:#968031;
}

.table2 th,
.table2 td{
  border:4px solid #fff;
  padding:10px;
  font-size:20px;
}
.table2 th{
  background: #e5dfcc;
  text-align:center;
}
.table2 td{
  background: #e2e2e2;
}

.table3 th,
.table3 td{
  padding:10px;
  border-bottom:4px solid #fff;
}
.table3 th{
  background: #f2f1eb;
  width:10%;
}
.table3 td{
  background: #f2f1eb;
  font-size:22px;
}

.hyo td.head{
  background: #fff;
  text-align:center;
}

.hyo td.head2{
  background: #e2dccc;
}
.hyo td{
  border-left:1px solid #000;
  border-bottom:1px solid #000;
  padding:10px 20px;
}
.hyo{
  border-right:1px solid #000;
  border-top:1px solid #000;
}
.hyo td.hour{
  background: #ede9df;
}

@media only screen and (max-width: 1024px) {
  .hyo{
    width:95%;
    margin:0 auto 10px auto;
  }
}

.tbl_bg{
  background: #efece0;
}
/*----------
box
----------*/

.box1{
  border:2px solid #968031;
  background: #f4f2ea;
  text-align: center;
  font-size:18px;
  padding:10px 10px 0 10px;
  margin:0 0 20px 0;
}

.box1 dt{
  color:#968031;
  font-size:32px;
  padding:0 0 10px 0;
}


/*----------
list
----------*/
ul.flc{
  padding-bottom:0;
  margin-bottom:0;
}
ul.flc li{
  padding-bottom:5px;
}
.flc li::first-letter{
  color:#968031;
}

ul.service_list{
  width:800px;
  overflow: hidden;
  list-style: none;
  margin:0 auto 50px auto;
  padding:0;
}

ul.service_list li{
  width:33.3%;
  margin:0 0 10px 0;
  padding:0;
  float:left;
  text-align:center;
}

@media only screen and (max-width: 1024px) {
  ul.service_list{
    width:600px;
  }
  ul.service_list li{
    width:50%;
  }
}
@media only screen and (max-width: 1024px) {
  ul.service_list{
    width:100%;
    margin:0;
  }
  ul.service_list li{
    width:50%;
  }
  ul.service_list li img{
    width:98%;
  }
  ul.service_list li:nth-child(odd){
    clear:both;
  }
}

ol.topicPath{
  list-style: none;
  width:1050px;
  margin:10px auto;
}

ol.topicPath li{
  display:inline;
  padding:0 10px 0 0;
}

ol.topicPath span{
  padding:0 0 0 10px;
}

ol.topicPath li a{
  color:#009ce5;
}

@media only screen and (max-width: 1024px) {
  ol.topicPath{
    list-style: none;
    width:95%;
    margin:10px auto 20px auto;
    text-align:left;
    padding:0;
  }

  ol.topicPath li{
    display:inline;
    padding:0 10px;
  }

  ol.topicPath li a{
    color:#009ce5;
  }
}

/*----------
btn
----------*/

p.newsBtn{
  width:40%;
  margin:50px auto 0 auto;
  border:4px solid #968031;
  text-align:center;
  padding:10px 15px;
}


/*----------
voice
----------*/
ul.voices{
  width:800px;
  margin:0 auto;
  padding:0;
  border-left:1px solid #c5c6c6;
  border-top:1px solid #c5c6c6;
}
ul.voices li{
  border-right:1px solid #c5c6c6;
  border-bottom:1px solid #c5c6c6;
  width:799px;
  display:flex;
  flex-direction: row-reverse;
  margin:0;
}

ul.voices li p{
  padding:40px 40px 40px 0;
}

ul.voices li dl{
  padding:40px 35px 40px 40px;
}

ul.voices li dl dt.place{
  color:#968031;
  padding:0 0 10px 0;
  font-size:20px;
}
@media only screen and (max-width: 1024px) {
  ul.voices{
    width:95%;
    margin:0 auto;
    padding:0;
  }
  ul.voices li{
    border-right:1px solid #c5c6c6;
    border-bottom:1px solid #c5c6c6;
    width:99.9%;
    display:block;
  }

  ul.voices li p{
    padding:20px 10px 10px 10px;
    float:right;
    width:40%;
  }
  ul.voices li p img{
    width:100%;
  }
  ul.voices li dl{
    padding:20px;
  }

  ul.voices li dl dt.place{
    color:#968031;
    padding:0 0 10px 0;
    font-size:20px;
  }
}

/*----------
boiki
----------*/
.boikiHead{
  display: flex;
  width:800px;
  margin:0 auto;
  padding:10px 0;
  justify-content: space-between;
}

.boikiHead dl dt{
  font-size:20px;
}

ul.boikiPh{
  list-style: none;
  display: flex;
  width:800px;
  margin:0 auto;
  padding:0;
  justify-content: space-around;
}

ul.boikiPh li{
  margin:0;
  padding:0;
}


dl.mov{
  width:800px;
  margin:50px auto;
}

dl.mov dt{
  font-size:22px;
}

ul.priceLst{
  width:800px;
  margin:30px auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  list-style:none;
  padding:0;
}



ul.priceLst li{
  width:253px;
  background: #ede9df;
  margin:0 0 20px 0;
  padding:0;
  padding:20px;
}

ul.priceLst::after{
  content:"";
  display: block;
  width:253px;
}


ul.priceLst li dt{
  padding:0 0 0 10px;
}
ul.priceLst li p,
ul.priceLst li dd{
  text-align:center;
  padding:10px 0 0 0;
}

ul.priceLst li p.price{
  color:#f00;
}

.priceDetail{
  background: #fff;
  padding:10px;
  font-size:12px;
}

h3.priceTtl{
  width:800px;
  margin:0 auto;
  font-size:22px;
}

h3.priceTtl::first-letter{
  color:#6fba2c;
}

p.imgCt{
  text-align:center;
}

.pageContact{
  border-top:1px solid #000;
  width:1000px;
  margin:50px auto 0 auto;
  border-bottom:1px solid #000;
  text-align: center;
  padding:30px 0;
}

body.boikibody .pageContact{
  margin-top:0;
}

.pageContact h3{
  font-size:35px;
}
.pageContact dl.tel dt{
  font-size:70px;
  line-height:70px;
  color:#6fba2c;
}

.pageContact dl.tel dt img{
  vertical-align: middle;
  padding:0 10px 10px 0;
}

.pageContact dl.tel dd{
  font-size:20px;
}

.pageContact ul{
  list-style: none;
  margin:0 auto;
  padding:10px 0;
  display:flex;
  width:500px;
  justify-content: space-around;
}

.pageContact ul li{
  padding:0 5px;
}

ul.bokiList{
  width:1000px;
  margin:10px auto;
  border-bottom:1px solid #c5c6c6;
  padding:10px 0;
  display: flex;
  justify-content: space-around;
  list-style:none;
}

ul.bokiList li::after{
  content:url("../images/1x/yaji.png");
}

ul.bokiList li a{
  color:#000;
}


.boiki_select{
  width:1000px;
  margin:50px auto;
  background: #ede9df;
  padding:40px 100px;
}
.boiki_select_head{
  text-align:center;
}
.boiki_select_head dt{
  font-size:30px;
}

.boiki_select_head dd{
  padding:10px 0 20px 0;
  font-size:20px;
}

.selectBox{
  margin:20px 0 0 0;
  background: #fff;
}
.selectHead{
  text-align:center;
}
.selectHead dt{
  padding:10px 0 5px 0;
  font-size:22px;
}

.selectBox ul{
  display: flex;
  flex-wrap:wrap;
  justify-content: space-between;
  list-style: none;
  width:750px;
  margin:0 auto;
  padding:20px 0 30px 0;
}
.selectBox ul li{
  width:233px;
  border:2px solid #968031;
  padding:10px;
}


.selectBox ul::after{
  content:"";
  display: block;
  width:253px;
}

.selectBox ul li p.ph{
  text-align: center;
}

.selectBox ul li h3{
  font-size:16px;
  font-weight: bold;
}

dl.selectTxt{
  font-size:14px;
}
dl.selectTxt dt{
  font-weight:normal;
}
dl.selectTxt dd{
  text-align:center;
}
@media only screen and (max-width: 1024px) {
  .boikiHead{
    display: block;
    width:95%;
    margin:0 auto;
  }

  .boikiHead p{
    text-align:center;
  }
  .boikiHead p img{
    width:90%;
  }

  ul.boikiPh{
    display: block;
    width:95%;
  }

  ul.boikiPh li img{
    width:100%;
    padding:0  0 10px 0;
  }


  dl.mov{
    width:95%;
    margin:25px auto;
  }

  ul.priceLst{
    width:95%;
    margin:25px auto;
    display: block;
  }



  ul.priceLst li{
    width:100%;
  }


  h3.priceTtl{
    width:95%;
  }

  p.imgCt img{
    width:95%;
  }

  .pageContact{
    width:95%;
    margin:25px auto 0 auto;
    padding:20px 0;
  }
  .pageContact h3{
    font-size:26px;
  }
  .pageContact dl.tel dt{
    font-size:25px;
    line-height:25px;
  }

  .pageContact dl.tel dt img{
    width:20%;
  }

  .pageContact dl.tel dd{
    font-size:17px;
  }

  .pageContact ul{
    width:95%;
  }
  .pageContact ul li{
    width:50%;
    padding:0;
  }
  .pageContact ul li img{
    width:95%;
  }

  ul.bokiList{
    width:100%;
    border-bottom:none;
    margin:0 auto 10px auto;
    padding:10px 0;
    display: block;
  }
  ul.bokiList li{
    border-bottom:1px solid #c5c6c6;
    text-align:center;
    padding:10px 0;
  }

  .boiki_select{
    width:95%;
    margin:25px auto;
    padding:20px;
  }
  .boiki_select_head dt{
    font-size:26px;
  }

  .boiki_select_head dd{
    font-size:16px;
  }


  .selectBox ul{
    display: block;
    width:100%;
    margin:0 auto;
    padding:20px 0 30px 0;
  }
  .selectBox ul li{
    width:95%;
    margin:0 auto 10px auto;
    border:2px solid #968031;
    padding:10px;
  }


  .selectBox ul::after{
    width:95%;
  }
}

/*----------
footer
----------*/

footer{
  background: #ede9df;
  width:100%;
  margin:50px 0 0 0;
  padding:30px 0 20px 0;
}

.footer{
  width:1000px;
  margin:0 auto;
  display:flex;
  justify-content: space-between;
}

p.copy{
  text-align: center;
  font-size:12px;
}

p.f_logo{
  margin:0 auto;
  width:1000px;
}

p.f_logo img{
  // margin-top:-100px;
}


footer .footerLinks ul a:link,footer .footerLinks ul a:visited{
  color:#000;
  text-decoration: none;
}
footer .footerLinks ul a:hover{
  color:#000;
  text-decoration: underline;
}

footer .footerLinks ul li{
  border-right:1px solid #000;
  padding-right:15px;
}
footer .footerLinks ul li:nth-last-child(1){
  border-right:none;
}

ul.list-inline-small{
  display:block;
  font-size:12px;
  margin:0 0 0 -15px;
  padding:10px 0 0 0;
}

ul.list-inline-small li{
  display:inline;
  padding-right:15px;
  margin-left:15px;
}

footer .footerLinks p{
  padding:20px 0 0 0;
}

.footerBanner ul{
  display:flex;
  justify-content: space-between;
  list-style:none;
  width:343px;
  margin:0;
  padding:0 0 20px 0;
}

@media only screen and (max-width: 1024px) {
  footer{
    margin:25px 0 0 0;
    padding:20px 0 100px 0;
  }

  .footer{
    width:95%;
    margin:0 auto;
    display:block;
  }
  footer .footerLinks{
    width:90%;
    margin:0 auto;
  }


  footer .footerLinks ul li{
    display:block;
    border-right:none;
    padding:5px 0px;
  }
  footer .footerLinks ul li:nth-last-child(1){
    border-right:none;
  }
  footer ul.list-inline{
    float:left;
    width:50%;
  }
  ul.list-inline-small{
    float:right;
    display:block;
    font-size:12px;
    margin:0;
    padding:10px 0 0 0;
  }


  footer .footerLinks p{
    padding:20px 0 0 0;
  }

  .footerBanner ul{
    display:flex;
    justify-content: space-between;
    list-style:none;
    width:95%;
    margin:0 auto;
    padding:0 0 20px 0;
  }
  .footerBanner ul li{
      width:48%;
      text-align: center;

  }
  .footerBanner ul li img{
    width:100%;
  }
 .footerBanner p{
  text-align:center;
 }
  .footerBanner p img{
    width:95%;
  }
  p.f_logo{
    width:95%;
    text-align:center;
    padding:0 0 10px 0;
  }

  p.f_logo img{
    margin-top:0px;
    width:95%;
  }

}

/*----------
spmenu
----------*/

#spMenu{
  position: fixed;
  top:15px;
  right:5px;
  display:none;
}

@media only screen and (max-width: 1024px) {
  #spMenu{
    display:block;
  }
}

#spMenu img{
  width:80%;
}

#spNavi{
  position:fixed;
  background: rgba(0,0,0,.3);
  width:100%;
  height:100%;
  top:0;
  left:0;
  display:none;
}

#spNaviIn{
  width:80%;
  height:100%;
  background: #fff;
  margin:0 0 0 auto;
}

#spNaviIn p{
  text-align:right;
  padding:15px 20px 0 0;
}

#spNaviIn p img{
  width:10%;
}

#spNaviIn ul li{
  list-style:none;
  padding:10px 0 10px 30px;
  background: url("../images/1x/sp_yaji.png") center left no-repeat;
}

#spNaviIn ul li a{
  color:#000;
}

/*-------
slider
-------*/

.sliders{
  width:830px;
  margin:0 0 0 -40px;
}
@media only screen and (max-width: 1024px) {
  .sliders{
    width:95%;
    height:auto;
    margin:0 0 0 -15px;
  }
  .sliders img{
    height:auto;
    width:100%;
  }
}

/*-------
top
-------*/
@media only screen and (max-width: 1024px) {
  #top_shisetsu img{
    width:100%;
  }
}


#toTop{
  position: fixed;
  bottom:30px;
  right:30px;
  display:none;
}

#toTop img{
  cursor: pointer;
}
/*-------
access
-------*/
#accessTxt{
  padding:45px 0 60px 0;
  margin:0 auto 60px auto;
  border-bottom:1px solid #c5c6c6;
}

#accessTxt dd{
  margin:0 0 40px 0;
}

@media only screen and (max-width: 1024px) {
  #accessTxt{
    padding:30px 25px 30px 25px;
  }
}

/*-------
news
-------*/

.news{
  padding:45px 0 60px 0;
  border-bottom:1px solid #c9caca;
}

.news p.img{
  padding:30px 0 0 0;
}

@media only screen and (max-width: 1024px) {
  .news p.img img{
    width:95%;
  }

}


/*----------
chigasaki
----------*/
.boikiBox {
  padding:25px ;
  overflow:hidden;
  font-size:18px;
}
.boikiBox p.boikiImg img{
  width:100%;
}

.boikiBox h3{
  font-size:32px;
  font-weight:bold;
}

.boikiBox h3 strong{
  color:#ff0000;
}
.boikiBox h3 small{
  font-size:22px;
}

.boikiBox p.sub{
  font-size:18px;
}

.boikiBox p.cRed{
  color:#f00;
}

.kukaku_name {
  font-size:18px;
  font-weight: bold;
  padding: 1rem 2rem;
  border-bottom: 4px double #968031;
  background: #f4f4f4;
}

.recBox{
  background: #efece0;
  width:100%;
  padding: 2% 5%;
}

.recBox h4{
  color:#968031;
  font-size:26px;
}

.recBox .recFlx{
  display:flex;
}

.recBox .recFlx ul{
  padding:20px 20px 0 20px;
  list-style:none;
  line-height:1.8em;
  font-size:22px;
}

.recBox .recFlx ul li span{
  color:#968031;
}

p.imgRt{
  float:right;
  padding:20px;
}

.boikiBox p b{
  font-size:32px;
}

.set{
  border:1px solid #ff0000;
  width:390px;
  margin:20px 0;
  padding:10px;
}

.set b{
  font-weight: normal;
  color:#f00;
}

h3 span.icon{
  background: #f00;
  color:#fff;
  padding:2px 10px;
}

.boiki3Box{
  display:flex;
  padding:30px 0;
}

.boiki3Box dl{
  padding:0 100px 0 0;
  font-size:26px;
}

.boiki3Box dl dt strong{
  color:#f00;
}

.boiki3Box dl dd{
  padding:20px 0;
  font-size:18px;
}
dl.point{
  margin:20px 0 40px 0;
}
dl.point dt{
  color:#f00;
  padding:0 0 5px 0;
}

.boikiBox h3.priceTtl{
  font-size:24px;
  margin:0 0 20px 0;
}

h3.mbook{
  color:#968031;
  padding:20px 0 20px 0;
}

td.flx{
  display:flex;
  flex-wrap:wrap;
}
td.flx dl{
padding:0 50px 0 0;

}
td.flx dl dt{
  color:#968031;
  font-weight:bold;
}

td.flx dd{
  padding:10px 0 0 0;
  font-size:24px;
}

td.flx dd strong{
  color:#f00;
}

#sc3 table.table1 th{
  width:28%;
}

@media (max-width: 768px){
  .recBox .recFlx{
    display:block;
    padding:20px 0;
  }
  .recBox .recFlx ul{
    padding-top:0;
    margin:0;
  }
  .set{
    width:95%;
  }

  .boiki3Box{
    display:block;
    padding:30px 0;
    margin:0 auto;
  }
  .boiki3Box dd img{
    width:100%;
  }

  .boiki3Box dl{
    padding:0 0px 0 0;
    font-size:26px;
  }
}

/* facility */



.card-img-top {
  width: 100%;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}



.maru {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  flex-flow: column; 
  vertical-align: top;
}


.size_normal{
  width: 24px;
  height: 24px;
}


.letter3 {
  font-size: 1rem;
  line-height: 1.5em;
}


.pink1 {
  color: #ffffff;
/*  border: 4px solid pink; */
  background:#968031;
}




/*----------

----------*/
.facility-box {
  border:2px solid #968031;
  box-shadow: 0 0 6px #cccccc;
}

.facility-box h2 {
  color:#ffffff;
  background:#968031;
  font-size:20px;
  margin:0;
}

.facility-box p {
  margin-bottom:10px;
}

.facility-box .osusume {
  color:#FF6F61;
  font-weight:bold;
}




/*----------
施設紹介 通常
----------*/
.connection{
  margin:0em 2% 3em;
    width: 96%;
    padding: 0;
    max-width: 1100px;
    text-align: center;}
@media screen and (max-width: 767.99px) {
    .connection{
    margin:0 auto 1em;
}}

.connection .connection_item{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: stretch;}
@media screen and (max-width: 767.99px) {
.connection .connection_item{
    width: 100%;
    margin: 0 auto;
}}


.connectionbox{
  width: 47.5%;
  background: #fff;
  margin: 0rem 1% 1rem;
  display: block;
  color: #666;
  /*padding: 0.6rem 0.6vw;*/
  font-size: 90%;
  /*filter: drop-shadow(1px 2px 3px #00000010);*/
  /*border: 1px solid #f2f1eb;*/}
@media screen and (max-width: 767.99px) {
.connectionbox{
   /* width: 90%;
    margin: 0.5rem 5%;*/
        width: 48%;
        margin: 0.5rem 1%;
}}


.connectionbox img{
  width: 100%;
  border-radius:0.5rem;}
@media screen and (max-width: 767.99px) {
.connectionbox img{
  border-radius:0rem;
}}


.connectiontitle {
  margin: 5px auto 1rem;
  text-align: left;
  line-height: 1.4;
  font-size: 1.1rem;
  font-weight: 500;
  width: 100%;}
@media (max-width: 767.99px){
.connectiontitle {
  margin: 3px auto 0;
    font-size: 106%;
  }}
