@charset "UTF-8";
/* ----- reset ----- */
html, body {
  margin: 0;
  padding: 0;
  font-size: 62.5%;
  /* font-size 1em = 10px */
  line-height: 1;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

h1, h2, h3, h4, h5, h6, p, dl, dt, dd, ol, ul, li, figure, iframe, img, table, th, td {
  margin: 0;
  padding: 0;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

h1, h2, h3, h4, h5, h6, em {
  font-size: 100%;
  font-weight: normal;
}

ul, ol, li {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

img {
  vertical-align: middle;
  border: 0;
}

/* ----- structure ----- */
.contentsWrapper {
  overflow: hidden;
  padding-bottom: 25px;
  background: url(./img/bg.png) repeat 0 0;
  background-size: 22px 22px;
}

.container {
  width: 960px;
  margin: 0 auto;
}

.mainContents {
  width: 624px;
  color: #000;
  line-height: 1;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  font-size: 16px;
  font-weight: 500;
  background-color: #fff;
}
@media all and (-ms-high-contrast: none) {
  .mainContents {
    font-family: "メイリオ", Meiryo, sans-serif;
    font-weight: normal;
  }
}

.sideDodora {
  display: none;
}

@media screen and (max-width: 768px) {
  .container {
    width: 100%;
    padding: 0 8px;
    box-sizing: border-box;
  }

  .mainContents {
    width: 100%;
    padding-right: 8px;
    padding-left: 8px;
    box-sizing: border-box;
    font-size: 14px;
  }
}
/* ----- header ----- */
.header {
  margin-bottom: 23px;
  padding-top: 65px;
  padding-bottom: 80px;
  background: url(./img/header_bg_photo.png) no-repeat center center/auto, url(./img/header_bg.png) repeat 0 0/250px 250px;
}
@media (min-width: 1920px) {
  .header {
    background-size: cover, 250px 250px;
  }
}
@media (max-width: 768px) {
  .header {
    margin-bottom: 5%;
    padding-top: 10%;
    padding-bottom: 5%;
    background: url(./img/header_bg.png) repeat 0 0/125px 125px;
  }
}
.header .inner {
  width: 960px;
  margin: 0 auto;
  padding-left: 10px;
  box-sizing: border-box;
}
@media (max-width: 768px) {
  .header .inner {
    width: 100%;
    padding: 0 10px;
  }
}
.header .headerLogo {
  width: 715px;
  margin-bottom: 27px;
}
.header .headerLogo::after {
  content: "";
  display: block;
  width: 380px;
  height: 2px;
  margin-top: 30px;
  background-color: #fff;
}
@media (max-width: 768px) {
  .header .headerLogo {
    width: 100%;
    margin-bottom: 18px;
  }
  .header .headerLogo::after {
    width: 50%;
    margin-top: 15px;
  }
}
.header .headerText {
  margin-bottom: 50px;
  color: #fff;
  font-family: "A1明朝";
  font-size: 21px;
  line-height: 1.428;
}
@media (max-width: 768px) {
  .header .headerText {
    margin-bottom: 20px;
    font-size: 3.5vw;
    line-height: 1.8;
  }
}
.header .headerDay {
  color: #ffea00;
  font-feature-settings: 'palt';
  font-family: "A1明朝";
  font-size: 37px;
}
.header .headerDay span {
  font-size: .67em;
}
.header .headerDay br {
  display: none;
}
@media (max-width: 768px) {
  .header .headerDay {
    font-size: 5.5vw;
  }
}

/* ----- main ----- */
.mainContents {
  padding: 27px 24px 23px;
  box-sizing: border-box;
  line-height: 1.875;
}
@media (max-width: 768px) {
  .mainContents {
    padding: 20px 10px;
  }
}
.mainContents figure {
  margin: 18px 0;
}
.mainContents .btnArea {
  margin-top: 33px;
  padding: 32px 16px 25px;
  background-color: #17789b;
}
@media (max-width: 768px) {
  .mainContents .btnArea {
    margin-top: 10px;
    padding: 14px 10px;
  }
}
.mainContents .btnArea h3 {
  margin-bottom: 32px;
  color: #fff;
  font-size: 18px;
  line-height: 1;
  text-align: center;
}
@media (max-width: 768px) {
  .mainContents .btnArea h3 {
    margin-bottom: 14px;
    font-size: 14px;
  }
}
.mainContents .btnArea .btn {
  display: block;
  padding: 30px 0;
  color: #17789b;
  font-family: "A1明朝";
  font-size: 20px;
  text-align: center;
  text-decoration: none;
  line-height: 1;
  background-size: 10px 10px;
  background-color: #fff;
  background-image: linear-gradient(-45deg, #f6f6f6 25%, transparent 25%, transparent 50%, #f6f6f6 50%, #f6f6f6 75%, transparent 75%, transparent);
}
@media (max-width: 768px) {
  .mainContents .btnArea .btn {
    padding: 16px 0;
    font-size: 16px;
  }
}
.mainContents .btnArea li:not(:last-of-type) {
  margin-bottom: 25px;
}
@media (max-width: 768px) {
  .mainContents .btnArea li:not(:last-of-type) {
    margin-bottom: 14px;
  }
}

.btnTop {
  display: block;
  margin-top: 18px;
  padding: 30px 0;
  color: #fff;
  font-family: "A1明朝";
  font-size: 20px;
  text-align: center;
  text-decoration: none;
  line-height: 1;
  background-size: 10px 10px;
  background-color: #17789b;
  background-image: linear-gradient(-45deg, #167395 25%, transparent 25%, transparent 50%, #167395 50%, #167395 75%, transparent 75%, transparent);
}
@media (max-width: 768px) {
  .btnTop {
    padding: 16px 0;
    font-size: 16px;
  }
}

/* ----- message ----- */
.messageTitle {
  margin-bottom: 12px;
  padding-left: 60px;
  color: #247fa1;
  font-size: 24px;
  background: url(./img/icon_note.png) no-repeat left center/39px 30px;
}

.comment {
  padding: 18px 6px 20px;
  border-bottom: 1px solid #e6e6e6;
  line-height: 1.75;
}
.comment .name {
  margin-bottom: 10px;
  padding: 4px 12px;
  border-bottom: 2px solid #247fa1;
  font-size: 18px;
}
.comment .text {
  margin-bottom: 10px;
  padding: 0 12px;
}
.comment .date {
  text-align: right;
  line-height: 1;
}

.pagination {
  margin: 24px 0;
  font-size: 14px;
}

.pagination ul {
  display: table;
  margin-left: auto;
}

.pagination li {
  display: table-cell;
}

.pagination a {
  padding: 6px;
  color: #17779a;
  text-decoration: none;
}

.pagination b {
  padding: 6px;
  font-weight: bold;
}

@media screen and (max-width: 480px) {
  .pagination {
    margin: 14px 0;
    font-size: 12px;
  }

  .pagination ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-right: auto;
    margin-left: auto;
  }

  .pagination li {
    display: block;
  }

  .pagination li:first-of-type,
  .pagination li:last-of-type {
    width: 100%;
    padding: 10px 0;
    text-align: center;
  }
}
/* ----- common class ----- */
.c-white {
  color: #fff !important;
}

.c-red {
  color: #c9151e !important;
}

.ta-c {
  text-align: center;
}

.fw-b {
  font-weight: bold;
}

@media (min-width: 768px) {
  .hover {
    transition: all .3s ease-in;
  }

  .hover:hover {
    opacity: .9;
  }
}
@media (max-width: 768px) {
  .mainContents .pc {
    display: none;
  }
}

.mainContents .sp {
  display: none;
}
@media (max-width: 768px) {
  .mainContents .sp {
    display: block;
  }
}

.mt10 {
  margin-top: 10px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mt25 {
  margin-top: 25px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mt35 {
  margin-top: 35px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mt45 {
  margin-top: 45px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mt60 {
  margin-top: 60px !important;
}

.mt64 {
  margin-top: 64px !important;
}

.mt70 {
  margin-top: 70px !important;
}

.mt80 {
  margin-top: 80px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb35 {
  margin-bottom: 35px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mb45 {
  margin-bottom: 45px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

.mb64 {
  margin-bottom: 64px !important;
}

.mb70 {
  margin-bottom: 70px !important;
}

.mb80 {
  margin-bottom: 80px !important;
}

@media screen and (max-width: 768px) {
  .mt10 {
    margin-top: 1.5% !important;
  }

  .mt15 {
    margin-top: 2.3% !important;
  }

  .mt20 {
    margin-top: 3.1% !important;
  }

  .mt25 {
    margin-top: 3.9% !important;
  }

  .mt30 {
    margin-top: 4.6% !important;
  }

  .mt35 {
    margin-top: 5.4% !important;
  }

  .mt40 {
    margin-top: 6.2% !important;
  }

  .mt45 {
    margin-top: 7% !important;
  }

  .mt50 {
    margin-top: 7.8% !important;
  }

  .mt60 {
    margin-top: 9.3% !important;
  }

  .mt64 {
    margin-top: 10% !important;
  }

  .mt70 {
    margin-top: 10.9% !important;
  }

  .mt80 {
    margin-top: 12.5% !important;
  }

  .mb10 {
    margin-bottom: 1.5% !important;
  }

  .mb15 {
    margin-bottom: 2.3% !important;
  }

  .mb20 {
    margin-bottom: 3.1% !important;
  }

  .mb25 {
    margin-bottom: 3.9% !important;
  }

  .mb30 {
    margin-bottom: 4.6% !important;
  }

  .mb35 {
    margin-bottom: 5.4% !important;
  }

  .mb40 {
    margin-bottom: 6.2% !important;
  }

  .mb45 {
    margin-bottom: 7% !important;
  }

  .mb50 {
    margin-bottom: 7.8% !important;
  }

  .mb60 {
    margin-bottom: 9.3% !important;
  }

  .mb64 {
    margin-bottom: 10% !important;
  }

  .mb70 {
    margin-bottom: 10.9% !important;
  }

  .mb80 {
    margin-bottom: 12.5% !important;
  }
}

/*# sourceMappingURL=style.css.map */
