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

Top
https://www.webdlab.com/labs/responsive-web-design-4/
414pxまでをスマホ縦画面用
415px〜959pxをスマホ横画面及びタブレット縦画面用
960px以上をタブレット横画面とPC用として使用
----------------------------------------------------*/
@media (min-width: 415px) {}
@media (min-width: 960px) {}
/* sec01
----------------------------------------------------*/
#sec01 {}
#sec01 dt {
  padding: 10px 3px 0;
  color: #06c;
}
#sec01 dd {
  padding: 0 3px 10px;
  border-bottom: 1px dashed #ccc;
}
@media (min-width: 415px) {
  #sec01 dl {
    display: flex;
    flex-wrap: wrap;
  }
  #sec01 dt {
    width: 25%;
    padding: 10px 3px;
    border-bottom: 1px dashed #ccc;
  }
  #sec01 dd {
    width: 75%;
    padding: 10px 3px;
  }
}
@media (min-width: 960px) {}
/* 
----------------------------------------------------*/
#sec02 h3 {
  text-align: center;
}
#sec02 h4 {
  text-align: center;
  font-family: "Arial Black", Gadget, "sans-serif";
  font-weight: 700;
  font-size: 2.6rem;
  color: #ffbc48;
  line-height: 1;
  margin-top: 10px;
}
#sec02 h4 a {
  text-decoration: none;
  font-size: 3.8rem;
  padding-left: 5px;
  color: #ffbc48;
}
#sec02 dl {
  border: 1px solid #ccc;
  border-bottom: 0;
  margin: 10px 0;
  display: flex;
  flex-wrap: wrap;
}
#sec02 dt, #sec02 dd {
  border-bottom: 1px solid #ccc;
}
#sec02 dt {
  padding: 10px 6px;
  width: 44%;
  border-right: 1px solid #ccc;
  background: #fffbd0;
}
#sec02 dd {
  padding: 10px 0;
  width: 8%;
  background: #fff;
  text-align: center;
}
#sec02 .tbl_head {
  background: #eee;
  padding-top: 6px;
  padding-bottom: 6px;
}
#sec02 .op_time {
  color: #ffbc48;
}
@media (min-width: 415px) {
  #sec02 h4 {
    font-size: 3.6rem;
  }
  #sec02 h4 a {
    font-size: 5rem;
  }
  #sec02 dt {
    width: 30%;
  }
  #sec02 dd {
    width: 10%;
  }
}
@media (min-width: 960px) {
  #sec02 h4 {
    font-size: 5rem;
  }
  #sec02 h4 a {
    font-size: 7rem;
    pointer-events: none;
  }
}
/* 
----------------------------------------------------*/
#sec03 {}
#sec03 .txtBox dl {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 10px;
  border: 1px solid #ccc;
  border-bottom: 0;
}
#sec03 .txtBox dt, #sec03 .txtBox dd {
  padding: 10px;
  border-bottom: 1px solid #ccc;
}
#sec03 .txtBox dt {
  width: 25%;
  background: #fffbd0;
  border-right: 1px solid #ccc;
}
#sec03 .txtBox dd {
  width: 75%;
}
.txtIndent {
  padding-left: 6em;
}
.txtIndent strong {
  margin-left: -6em;
  display: inline-block;
  width: 6em;
}
.accordion-container {
  position: relative;
  width: 100%;
  border-top: none;
  outline: 0;
  cursor: pointer
}
.accordion-container .accordion-title {
  display: block;
  position: relative;
  margin: 10px 0 0;
  font-weight: normal;
  cursor: pointer;
  border: 4px solid #9bc5ff;
  border-radius: 30px;
  padding: 8px 10px 8px 20px;
}
.accordion-container .accordion-title:hover, .accordion-container .accordion-title:active, .accordion-container .content-entry.open .accordion-title {}
.accordion-container .accordion-title:hover i:before, .accordion-container .accordion-title:hover i:active, .accordion-container .content-entry.open i {}
.accordion-title {
  position: relative;
}
.accordion-title:after {
  content: "";
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -10px;
  transition: all 0.2s ease-in-out;
  display: block;
  width: 20px;
  height: 20px;
  background: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 24 24"><path fill="%230066cc" d="M11,6V14L7.5,10.5L6.08,11.92L12,17.84L17.92,11.92L16.5,10.5L13,14V6H11M12,22A10,10 0 0,1 2,12A10,10 0 0,1 12,2A10,10 0 0,1 22,12A10,10 0 0,1 12,22Z" /></svg>') no-repeat center center;
}
.accordion-title.open:after {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.accordion-content {
  display: none;
  padding: 10px;
}
.accordion-content .pht {
  padding: 10px;
}
.accordion-content .midashi {
  font-weight: 700;
  color: #06c;
}
/* CSS for CodePen */
.accordion-container {
  padding-top: 10px;
}
@media (min-width: 415px) {
  .accordion-content .pht {
    text-align: center;
  }
  .accordion-content .pht img {
    width: 400px;
  }
}
@media (min-width: 960px) {}
/* 
----------------------------------------------------*/
#sec04 .pht {
  width: 200px;
  margin: 0 auto;
}
#sec04 .pht .cap {
  text-align: center;
  font-size: 1.6rem;
  padding-top: 5px;
}
#sec04 .txt {
  margin: 10px 0;
  padding: 15px;
  background: #fff;
}
#sec04 .txt h3 {
  background: #06c;
  color: #fff;
  padding: 5px;
  margin: 0 auto 10px;
  width: 240px;
  text-align: center;
  border-radius: 20px;
}
#sec04 ul.gallery {
  margin-top: 20px;
}
#sec04 ul::after {
  clear: both;
  content: '';
  display: block;
}
#sec04 ul.gallery li {
  float: left;
  width: 31%;
  margin: 0 3.5% 15px 0;
}
#sec04 ul.gallery li:nth-child(3n) {
  margin-right: 0;
}
.keireki {
  margin-top: 20px;
}
.keireki h3 {
  text-align: center;
  margin: 10px;
}
.keireki h3 strong {
  border: 1px solid #333;
  background: #fff;
  padding: 3px 5px;
}
.keireki li {
  float: left;
  width: 50%;
}
.keireki .keireki_txt {
  padding-left: 11em;
  padding-bottom: 10px;
}
.keireki .keireki_txt span {
  margin-left: -11em;
  width: 11em;
  display: inline-block;
}
.swiper-container {
  padding: 40px 50px;
}
.swiper-button-next {}
@media (min-width: 415px) {
  #sec04 .txt2 {
    display: table;
    width: 100%;
  }
  #sec04 .pht {
    display: table-cell;
    vertical-align: top;
    padding-right: 20px;
  }
  #sec04 .txt {
    display: table-cell;
    vertical-align: top;
    padding: 20px;
    margin: 0;
  }
  #sec04 .txt h3 {
    border-radius: 30px;
  }
  .keireki {
    padding: 0 50px;
  }
}
@media (min-width: 960px) {
  #sec04 .pht {
    padding-right: 40px;
    width: 240px;
  }
  #sec04 .txt {}
  #sec04 ul.gallery {
    margin-top: 40px;
  }
  .keireki {
    padding: 0 100px;
  }
}
/* 
----------------------------------------------------*/
#sec05 {}
#sec05 .gmap {
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  margin-bottom: 15px;
}
#sec05 .gmap iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
.bus    {
    padding: 15px;
    background: #f6f6f6;
    margin-top: 15px;
}
.bus    img {
    width: 48%;
    float: right;
}
@media (min-width: 415px) {
.bus    {
    padding: 20px;
}
.bus   br.sp    {   display: none;}
}
@media (min-width: 960px) {}
/* 
----------------------------------------------------*/
@media (min-width: 415px) {}
@media (min-width: 960px) {}
/* 
----------------------------------------------------*/
@media (min-width: 415px) {}
@media (min-width: 960px) {}