@charset "utf-8";

#contentsBlock .block {
  margin-top: 90px;
}
#contentsBlock .block:first-child {
  margin-top: 0;
}

@media (max-width:767px) {
  #contentsBlock .block {
    margin-top: 10px;
    padding-top: 50px;
  }
  #contentsBlock .block:first-child {
    margin-top: -50px;
    padding-top: 50px;
  }
}

/*  greetingBlock
/* ------------------------------------------------------------------------ */
.greetingBlock .box {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
}

.greetingBlock .box .pic {
  width: 440px;
  margin: 0 40px 0 0;
}

.greetingBlock .box .txtBox {
  width: 620px;
  text-align: left;
}

.greetingBlock .box .txtBox .txt {
  text-align: left;
}

@media (max-width:767px) {
  .greetingBlock .box {
    display: block;
  }

  .greetingBlock .box .pic {
    width: 100%;
    margin: 0;
  }

  .greetingBlock .box .txtBox {
    width: 100%;
    margin: 18px 0 0 0;
  }
}


/*  overviewBlock
/* ------------------------------------------------------------------------ */


/*  timeBlock
/* ------------------------------------------------------------------------ */

.timeBlock .dayTable {
  width: 100%;
}

.timeBlock .dayTable th {
  padding: 15px 20px;
  text-align: center;
  font-size: 14px;
}

.timeBlock .dayTable tr:first-child th {
  background: #666666;
  color: #fff;
  border-right: #858585 1px solid;
  font-weight: normal;
}

.timeBlock .dayTable tr:first-child th:last-child {
  border: none;
}

.timeBlock .dayTable th.time {
  background: #eeeeee;
  border: #ccc 1px solid;
  font-weight: normal;
  width: 200px;
}

.timeBlock .dayTable td {
  padding: 15px 20px;
  text-align: center;
  border: #ccc 1px solid;
  font-weight: normal;
  font-size: 14px;
}

.timeBlock .txt {
  text-align: left;
  margin: 10px 0 0 0;
}

@media (max-width:767px) {

  .timeBlock .dayTable th {
    padding: 5px 3px;
    font-size: 13px;
  }

  .timeBlock .dayTable th.time {
    width: auto;
  }

  .timeBlock .dayTable td {
    padding: 5px 3px;
    font-size: 13px;
  }
}


/*  photoBlock
/* ------------------------------------------------------------------------ */
.photoBlock .photoBox ul {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
}

.photoBlock .photoBox ul li {
  margin: 20px 20px 0 0;
}

.photoBlock .photoBox ul li:nth-child(4n) {
  margin-right: 0;
}

.photoBlock .photoBox ul li:first-child,
.photoBlock .photoBox ul li:nth-child(2),
.photoBlock .photoBox ul li:nth-child(3),
.photoBlock .photoBox ul li:nth-child(4) {
  margin-top: 0;
}

.photoBlock .photoBox ul li figure {
  position: relative;
  overflow: hidden;
  background-color: #f5f5f5;
  aspect-ratio: 26 / 17;
}

.photoBlock .photoBox ul li a figure:after {
  position: absolute;
  font-family: icon_set_v1;
  content: '\e8de';
  font-size: 18px;
  color: #fff;
  right: 4px;
  bottom: 1px;
  opacity: 0.65;
  zoom: 1;
  z-index: 2;
}

.photoBlock .photoBox ul li figcaption {
  position: absolute;
  top: -100%;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: rgba(20, 20, 20, .6);
  transition: .3s;
  opacity: 1;
}

.photoBlock .photoBox ul li figcaption div {
  position: absolute;
  left: -100%;
  width: 260px;
  height: 170px;
  transition: .3s;
  top: 0;
  display: table;
  text-align: center;
}

.photoBlock .photoBox ul li figcaption div p {
  font-size: 12px;
  color: #ffffff;
  display: table-cell;
  vertical-align: middle;
  padding: 0 14px;
  text-align: center;
}

.photoBlock .photoBox ul li a:hover img {
  opacity: 1;
}

.photoBlock .photoBox ul li a figure img {
  object-fit: cover;
  aspect-ratio: 26 / 17;
  width: 260px;
  height: 170px;
}
.photoBlock .photoBox ul li figure:hover figcaption {
  top: 0;
  left: 0;
}

.photoBlock .photoBox ul li figure:hover figcaption div {
  left: 0;
  -webkit-transition-delay: .2s;
  transition-delay: .2s;
}

@media (min-width:768px) {
  .photoBlock .photoBox ul li a figure img {
    transition: 0.2s ease-in-out;
  }

  .photoBlock .photoBox ul li a:hover figure img {
    transform: scale(1.2, 1.2);
  }
}

@media (max-width:767px) {
  .photoBlock .photoBox ul li,
  .photoBlock .photoBox ul li:nth-child(3),
  .photoBlock .photoBox ul li:nth-child(4),
  .photoBlock .photoBox ul li:nth-child(4n) {
    position: relative;
    aspect-ratio: 26 / 17;
    width: 48%;
    height: auto;
    margin-left: 0;
    margin: 4% 4% 0 0;
  }

  .photoBlock .photoBox ul li:nth-child(2n) {
    margin-right: 0;
  }
  .photoBlock .photoBox ul li a figure:after {
    font-size: 15px;
    right: 3px;
    bottom: -1px;
  }

  .photoBlock .photoBox ul li a figcaption {
    display: none;
  }
  .photoBlock .photoBox ul li a figure img {
    width: 100%;
    height: auto;
  }
}


/*  accessBlock
/* ------------------------------------------------------------------------ */

.accessBlock .map iframe {
  width: 100%;
  height: 440px;
}

.accessBlock .mapTxtBox {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  margin: 10px 0 0 0;
}

.accessBlock .mapTxtBox .btn {
  margin: 0;
}

@media (max-width:767px) {

  .accessBlock .map iframe {
    height: 300px;
  }

  .accessBlock .mapTxtBox {
    display: block;
    margin: 10px 0 0 0;
  }

  .accessBlock .mapTxtBox .txt {
    text-align: left;
  }

  .accessBlock .mapTxtBox .btn {
    margin: 10px 0 0 0;
  }
}




/* ============================================================
カスタマイズ
============================================================ */
#about .photoBlock .btn01 {
  margin-top: 30px;
  }
#about .mapTxtBox .btn01 {
  margin-top: 30px;
  }
#about h3.h02 {
  font-weight: 500;
  }

#about .greetingBlock .txtBox h4 {
  margin-bottom: 8px;
  font-weight: 500;
  }
#about .greetingBlock .txtBox p.indent {
  padding-left: 3em;
  text-indent: -3em;
  }

/* 768＜ --------------------------- */
@media (min-width: 768px) {

  #about h3.h02 {
    margin-bottom: 24px;
    font-size: 24px;
    }
  #about .mapTxtBox .btn01 a {
    min-width: 300px;
    }

  #about .greetingBlock .txtBox h4 {
    font-size: 21px;
    }

} /* end 768＜ */
/* ＞767 --------------------------- */
@media (max-width: 767px) {

  #about .greetingBlock .txtBox h4 {
    font-size: 16px;
    }

} /* end ＞767 */
