@charset "UTF-8";
body {
  font-family: "Noto Sans JP", sans-serif;
  min-width: 1300px;
  color: #1A1A1C;
}

@media screen and (max-width: 767px) {
  body {
    min-width: 100%;
    -webkit-text-size-adjust: 100%;
  }
  body.fixed {
    position: fixed;
  }
}
header {
  position: relative;
  width: 100%;
  background: #FFFFFF;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 1000;
  height: 88px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
      align-items: center;
  -webkit-box-shadow: 0 4px 4px -4px rgba(0, 0, 0, 0.1), 0 0 1px 1px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 4px -4px rgba(0, 0, 0, 0.1), 0 0 1px 1px rgba(0, 0, 0, 0.1);
}
header.sticky {
  position: fixed;
  top: 0;
  left: 0;
}
header h1 {
  width: 320px;
  padding: 0 0 0 30px;
}
header h1 a {
  display: block;
}
header h1 a img {
  width: 320px;
  height: auto;
}
header .stt-lang-select {
  position: absolute;
  top: 0;
  right: 88px;
  width: 88px;
  height: 88px;
  max-height: 88px;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  background: url(/img/common/icon_lang.png) no-repeat center center;
  background-size: contain;
  border-left: 1px solid #cccccc;
  border-right: 0;
  border-top: 0;
  border-bottom: 0;
  cursor: pointer;
  overflow: visible;
  text-align: center;
  /*.stt-text{
      color: $colorText;
      font-size: 12px;
      text-align: center;
      position: absolute;
      bottom: 15px;
      font-weight: 400;
      margin: auto;
      padding: 0;
      width: 100%;
      white-space: nowrap;
      font-feature-settings: "palt";

      &::after{
          display: none;
      }
  }*/
}
header .stt-lang-select[data-stt-disabled] {
  display: none;
}
header .stt-lang-select::after {
  content: "language";
  display: block;
  color: #1A1A1C;
  font-size: 13px;
  font-weight: 500;
  position: absolute;
  bottom: 18px;
  left: 16px;
}
header .stt-lang-select .stt-text {
  text-indent: -9999px;
  height: 88px;
}
header .stt-lang-select .stt-text::after {
  display: none;
}
header .stt-lang-select .stt-select {
  background: #FFFFFF;
  padding: 0;
  width: 88px;
  position: absolute;
  right: 0;
  top: 88px;
  display: none;
}
header .stt-lang-select .stt-select .stt-item {
  padding: 7px 5px 7px 10px;
  white-space: nowrap;
  font-size: 12px;
  text-align: left;
  position: relative;
}
header .stt-lang-select .stt-select .stt-item::after {
  content: "●";
  display: none;
  position: absolute;
  font-size: 10px;
  top: 8px;
  right: 9px;
}
header .stt-lang-select .stt-select .stt-item[data-stt-active] {
  background: #005251;
  color: #FFF;
}
header .stt-lang-select .stt-select .stt-item[data-stt-active]::after {
  color: #FFF;
  display: block;
}
header .stt-lang-select .stt-select .stt-item[data-stt-active]:hover {
  color: #FFF;
}
header .stt-lang-select .stt-select .stt-item[data-stt-active]:hover:after {
  color: #FFF;
}
header .stt-lang-select .stt-select .stt-item:hover:after {
  color: #009694;
}
header .stt-lang-select .stt-select .stt-item:hover {
  color: #009694;
}
header .btn-menu {
  position: absolute;
  top: 0;
  right: 0;
  height: 88px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
      align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
      justify-content: center;
}
header .btn-menu li {
  width: 88px;
  height: 88px;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
      align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
header .btn-menu li span.text {
  font-size: 12px;
  display: block;
  width: 100%;
}
header .btn-menu li.btn-menu-lang {
  border-left: 1px solid #cccccc;
}
header .btn-menu li.btn-menu-lang a {
  color: #000;
  text-decoration: none;
  display: block;
}
header .btn-menu li.btn-menu-lang img {
  width: 36px;
  height: auto;
}
header .btn-menu li.btn-menu-gnav {
  background: #005251;
  color: #FFF;
  cursor: pointer;
  padding-top: 6px;
}
header .btn-menu li.btn-menu-gnav span.line {
  display: block;
  width: 32px;
  height: 2px;
  background: #FFF;
  margin: auto;
  display: block;
  position: relative;
}
header .btn-menu li.btn-menu-gnav span.line::before {
  content: "";
  display: block;
  width: 32px;
  height: 2px;
  background: #FFF;
  position: absolute;
  top: 10px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
header .btn-menu li.btn-menu-gnav span.line::after {
  content: "";
  display: block;
  width: 32px;
  height: 2px;
  background: #FFF;
  position: absolute;
  top: 20px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
header .btn-menu li.btn-menu-gnav.active span.line {
  height: 0;
  background: transparent;
}
header .btn-menu li.btn-menu-gnav.active span.line::before {
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  width: 38px;
  top: 10px;
  left: -4px;
}
header .btn-menu li.btn-menu-gnav.active span.line::after {
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
  width: 38px;
  top: 10px;
  left: -4px;
}

@media screen and (max-width: 767px) {
  header {
    height: 80px;
  }
  header h1 {
    width: calc(100% - 170px);
    max-width: 220px;
    padding: 0 0 0 10px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  header h1 a img {
    width: 100%;
    height: auto;
  }
  header .stt-lang-select {
    right: 80px;
    width: 80px;
    height: 80px;
    max-height: 80px;
    background-size: contain;
    /*.stt-text{
        color: $colorText;
        font-size: 12px;
        text-align: center;
        position: absolute;
        bottom: 15px;
        font-weight: 400;
        margin: auto;
        padding: 0;
        width: 100%;
        white-space: nowrap;
        font-feature-settings: "palt";

        &::after{
            display: none;
        }
    }*/
  }
  header .stt-lang-select[data-stt-disabled] {
    display: none;
  }
  header .stt-lang-select::after {
    font-size: 12px;
    font-weight: 500;
    position: absolute;
    bottom: 15px;
    left: 12px;
  }
  header .stt-lang-select .stt-text {
    height: 80px;
  }
  header .stt-lang-select .stt-select {
    top: 80px;
    width: 80px;
  }
  header .stt-lang-select .stt-select .stt-item {
    padding: 10px 5px 10px 10px;
  }
  header .stt-lang-select .stt-select .stt-item::after {
    top: 11px;
  }
  header .stt-lang-select .stt-select .stt-item[data-stt-active] {
    background: #005251;
    color: #FFF;
  }
  header .stt-lang-select .stt-select .stt-item[data-stt-active]:hover {
    color: #FFF;
  }
  header .stt-lang-select .stt-select .stt-item[data-stt-active]:hover:after {
    color: #FFF;
  }
  header .stt-lang-select .stt-select .stt-item:hover:after {
    color: #009694;
  }
  header .stt-lang-select .stt-select .stt-item:hover {
    color: #009694;
  }
  header .btn-menu {
    height: 80px;
  }
  header .btn-menu li {
    width: 80px;
    height: 80px;
  }
  header .btn-menu li span.text {
    font-size: 10px;
  }
  header .btn-menu li.btn-menu-lang img {
    width: 30px;
    height: auto;
  }
  header .btn-menu li.btn-menu-gnav {
    padding-top: 3px;
  }
  header .btn-menu li.btn-menu-gnav span.line {
    width: 28px;
    height: 2px;
  }
  header .btn-menu li.btn-menu-gnav span.line::before {
    width: 28px;
    height: 2px;
  }
  header .btn-menu li.btn-menu-gnav span.line::after {
    width: 28px;
    height: 2px;
  }
  header .btn-menu li.btn-menu-gnav.active span.line::before {
    width: 34px;
    left: -2px;
  }
  header .btn-menu li.btn-menu-gnav.active span.line::after {
    width: 34px;
    left: -2px;
  }
  header .btn-menu li.btn-menu-gnav.active span.text {
    margin-top: 3px;
  }
}
.g-nav-bg {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 998;
  background-color: #000;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
  cursor: pointer;
}
.g-nav-bg.active {
  opacity: 0.38;
  visibility: visible;
}

#g-nav {
  background: #005251;
  position: fixed;
  width: 100%;
  z-index: 9999;
  top: 88px;
  display: none;
}

.g-nav-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 60px 0;
  width: 1200px;
  margin: 0 auto;
}
.g-nav-wrap .g-nav-unit {
  width: 220px;
}
.g-nav-wrap .g-nav-unit .g-nav-main li {
  margin-bottom: 12px;
}
.g-nav-wrap .g-nav-unit .g-nav-main li a {
  font-size: 14px;
  text-decoration: none;
  font-weight: 500;
  color: #FFFFFF;
}
.g-nav-wrap .g-nav-unit .g-nav-main li a img {
  width: 20px;
  height: auto;
  vertical-align: middle;
  display: inline-block;
  margin-right: 10px;
}
.g-nav-wrap .g-nav-unit .g-nav-main li a:hover {
  text-decoration: underline;
}
.g-nav-wrap .g-nav-unit .g-nav-parent {
  margin-bottom: 12px;
}
.g-nav-wrap .g-nav-unit .g-nav-parent a {
  font-size: 14px;
  text-decoration: none;
  font-weight: 500;
  color: #FFFFFF;
}
.g-nav-wrap .g-nav-unit .g-nav-parent a:hover {
  text-decoration: underline;
}
.g-nav-wrap .g-nav-unit .g-nav-parent span {
  font-size: 14px;
  font-weight: 500;
  color: #f2f6f5;
  opacity: 0.7;
}
.g-nav-wrap .g-nav-unit .g-nav-sub li {
  margin-bottom: 12px;
}
.g-nav-wrap .g-nav-unit .g-nav-sub li a {
  font-size: 13px;
  text-decoration: none;
  font-weight: 400;
  color: #FFFFFF;
  position: relative;
  line-height: 1.2;
}
.g-nav-wrap .g-nav-unit .g-nav-sub li a.link-w {
  background: none;
}
.g-nav-wrap .g-nav-unit .g-nav-sub li a.link-w::after {
  position: absolute;
  top: auto;
  bottom: 0;
  right: 0;
  content: "";
  width: 12px;
  height: 12px;
  background: transparent url(/img/common/link_white.png) no-repeat center right;
  background-size: contain;
  display: block;
}
.g-nav-wrap .g-nav-unit .g-nav-sub li a:hover {
  text-decoration: underline;
}
.g-nav-wrap .g-nav-unit .g-nav-sub li span {
  font-size: 13px;
  font-weight: 400;
  color: #f2f6f5;
  opacity: 0.7;
}
.g-nav-wrap ul.g-nav-sns {
  margin-top: 40px;
}
.g-nav-wrap ul.g-nav-sns li {
  display: inline-block;
  margin: 0 20px 0 0;
}
.g-nav-wrap ul.g-nav-sns li a {
  display: block;
  text-decoration: none;
}
.g-nav-wrap ul.g-nav-sns li a img {
  width: 32px;
  height: auto;
}

@media screen and (max-width: 767px) {
  #g-nav {
    visibility: hidden;
    display: block;
    position: fixed;
    top: 80px;
    width: 90vw;
    right: 0;
    -webkit-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  #g-nav.open {
    visibility: visible;
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
  .g-nav-wrap {
    display: block;
    padding: 2px 0 40px 0;
    width: 100%;
    height: calc(100vh - 80px);
    height: -webkit-fill-available;
  }
  .g-nav-wrap .g-nav-unit {
    width: auto;
    padding: 0 3%;
  }
  .g-nav-wrap .g-nav-unit .g-nav-main li {
    border-bottom: 1px solid #006c6b;
    margin-bottom: 0;
    width: 100%;
  }
  .g-nav-wrap .g-nav-unit .g-nav-main li a {
    font-size: 13px;
    padding: 10px 0;
    display: block;
    position: relative;
  }
  .g-nav-wrap .g-nav-unit .g-nav-main li a:hover {
    text-decoration: none;
  }
  .g-nav-wrap .g-nav-unit .g-nav-main li a::after {
    content: "";
    display: block;
    position: absolute;
    width: 8px;
    height: 8px;
    border-top: 1px solid #FFFFFF;
    border-right: 1px solid #FFFFFF;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 0;
    bottom: 0;
    margin: auto;
    right: 10px;
    left: auto;
  }
  .g-nav-wrap .g-nav-unit .g-nav-main li a.link-w {
    background-position: center right 8px;
  }
  .g-nav-wrap .g-nav-unit .g-nav-main li a.link-w::after {
    display: none;
  }
  .g-nav-wrap .g-nav-unit .g-nav-main.links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    border-top: none;
  }
  .g-nav-wrap .g-nav-unit .g-nav-main.links li {
    width: 50%;
  }
  .g-nav-wrap .g-nav-unit .g-nav-main.links li:nth-child(odd) {
    border-right: 1px solid #006c6b;
  }
  .g-nav-wrap .g-nav-unit .g-nav-main.links li:nth-child(even) a {
    padding: 10px;
  }
  .g-nav-wrap .g-nav-unit .g-nav-main.links li.wide {
    width: 100%;
    border-right: none;
  }
  .g-nav-wrap .g-nav-unit .g-nav-main.links li.wide a {
    padding: 10px 0;
  }
  .g-nav-wrap .g-nav-unit .g-nav-main.links li a {
    font-size: 13px;
  }
  .g-nav-wrap .g-nav-unit .g-nav-main.links li a::after {
    width: 6px;
    height: 6px;
    right: 10px;
  }
  .g-nav-wrap .g-nav-unit .g-nav-main.links li a:hover {
    text-decoration: none;
  }
  .g-nav-wrap .g-nav-unit .g-nav-parent {
    margin-bottom: 0;
    border-bottom: 1px solid #006c6b;
  }
  .g-nav-wrap .g-nav-unit .g-nav-parent a {
    font-size: 13px;
    padding: 12px 0;
    display: block;
    width: 100%;
    position: relative;
  }
  .g-nav-wrap .g-nav-unit .g-nav-parent a:hover {
    text-decoration: none;
  }
  .g-nav-wrap .g-nav-unit .g-nav-parent a::before, .g-nav-wrap .g-nav-unit .g-nav-parent a::after {
    content: "";
    position: absolute;
    display: block;
    top: 0;
    right: 7px;
    bottom: 0;
    left: auto;
    margin: auto;
    width: 12px;
    height: 1px;
    background: #FFFFFF;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .g-nav-wrap .g-nav-unit .g-nav-parent a::after {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  .g-nav-wrap .g-nav-unit .g-nav-parent.close a::after {
    -webkit-transform: rotate(-180deg);
            transform: rotate(-180deg);
  }
  .g-nav-wrap .g-nav-unit .g-nav-parent span {
    font-size: 13px;
    padding: 12px 0;
    display: block;
    width: 100%;
    background-color: #3b6761;
    background-position: center right 10px;
    opacity: 0.7;
  }
  .g-nav-wrap .g-nav-unit .g-nav-sub {
    background: #006c6b;
    display: none;
  }
  .g-nav-wrap .g-nav-unit .g-nav-sub li {
    border-bottom: 1px solid #005251;
    margin-bottom: 0;
  }
  .g-nav-wrap .g-nav-unit .g-nav-sub li a {
    font-size: 13px;
    padding: 10px;
    display: block;
    position: relative;
    line-height: 1.2;
  }
  .g-nav-wrap .g-nav-unit .g-nav-sub li a:hover {
    text-decoration: none;
  }
  .g-nav-wrap .g-nav-unit .g-nav-sub li a::after {
    content: "";
    display: block;
    position: absolute;
    width: 6px;
    height: 6px;
    border-top: 1px solid #FFFFFF;
    border-right: 1px solid #FFFFFF;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 0;
    bottom: 0;
    margin: auto;
    right: 12px;
    left: auto;
  }
  .g-nav-wrap .g-nav-unit .g-nav-sub li a.link-w::after {
    border: none;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    top: 0;
    right: 12px;
  }
  .g-nav-wrap .g-nav-unit .g-nav-sub li span {
    font-size: 13px;
    padding: 10px;
    display: block;
    position: relative;
    line-height: 1.2;
    background-color: #3b6761;
    background-position: center right 10px;
    opacity: 0.7;
  }
  .g-nav-wrap ul.g-nav-sns {
    margin: 20px 3% 10px 3%;
  }
  .g-nav-wrap ul.g-nav-sns li {
    margin: 0 10px 0 0;
  }
  .g-nav-wrap ul.g-nav-sns li a img {
    width: 24px;
    height: auto;
  }
}
section.nav-links {
  text-align: center;
  padding: 60px 0;
  background: #FFFFFF;
}
section.nav-links .nav-links-main li {
  display: inline-block;
  margin: 0 15px;
}
section.nav-links .nav-links-main li a {
  display: block;
  font-weight: 600;
}
section.nav-links .nav-links-main li a img {
  display: inline-block;
  vertical-align: middle;
  width: 24px;
  height: auto;
  margin-right: 5px;
}
section.nav-links .nav-links-main li a::after {
  top: -5px;
}
section.nav-links .nav-links-sub {
  margin: 30px 0;
}
section.nav-links .nav-links-sub li {
  display: inline-block;
  margin: 0 15px;
}
section.nav-links .nav-links-sub li a {
  font-weight: 600;
}
section.nav-links .nav-links-museum {
  text-align: center;
  margin: 15px 0;
}
section.nav-links .nav-links-museum span {
  font-size: 14px;
  display: inline-block;
}
section.nav-links .nav-links-museum img {
  height: 32px;
  width: auto;
  margin-left: 5px;
}
section.nav-links .nav-links-museum img,
section.nav-links .nav-links-museum span {
  vertical-align: middle;
}
section.nav-links .nav-links-museum a {
  text-decoration: none;
  font-weight: 600;
  background-position: top 12px right;
}
section.nav-links .nav-links-manner {
  margin: 15px 0 30px 0;
}
section.nav-links .nav-links-manner a {
  text-decoration: none;
  font-weight: 600;
}
section.nav-links .nav-links-manner a span {
  display: inline-block;
  font-size: 14px;
  vertical-align: middle;
  margin-right: 10px;
}
section.nav-links .nav-links-manner a img {
  vertical-align: middle;
  height: 32px;
  width: auto;
  margin: 0 5px 0 0;
}
section.nav-links .nav-links-sns dt,
section.nav-links .nav-links-sns dd {
  display: inline-block;
  vertical-align: middle;
}
section.nav-links .nav-links-sns dt {
  font-size: 14px;
  font-weight: 600;
  margin-right: 12px;
}
section.nav-links .nav-links-sns dd {
  margin: 0 12px;
}
section.nav-links .nav-links-sns dd a {
  display: block;
}
section.nav-links .nav-links-sns dd a img {
  width: 32px;
  height: auto;
}

@media screen and (max-width: 767px) {
  section.nav-links {
    padding: 0;
  }
  section.nav-links .nav-links-main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    border-top: 1px solid #cccccc;
  }
  section.nav-links .nav-links-main li {
    display: block;
    margin: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 50%;
    text-align: left;
    border-bottom: 1px solid #cccccc;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
        align-items: center;
  }
  section.nav-links .nav-links-main li:nth-child(2n) {
    border-left: 1px solid #cccccc;
  }
  section.nav-links .nav-links-main li a {
    padding: 0 16px;
    font-size: 13px;
    width: 100%;
    min-height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
        align-items: center;
  }
  section.nav-links .nav-links-main li a::after {
    right: 10px;
    top: 0;
  }
  section.nav-links .nav-links-main li a img {
    width: 16px;
    height: auto;
  }
  section.nav-links .nav-links-sub {
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  section.nav-links .nav-links-sub li {
    display: block;
    margin: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 50%;
    text-align: left;
    border-bottom: 1px solid #cccccc;
  }
  section.nav-links .nav-links-sub li:nth-child(2n) {
    border-left: 1px solid #cccccc;
  }
  section.nav-links .nav-links-sub li.wide {
    width: 100%;
    border-left: none;
  }
  section.nav-links .nav-links-sub li a {
    padding: 0 16px;
    display: block;
    font-size: 13px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
        align-items: center;
    min-height: 40px;
  }
  section.nav-links .nav-links-sub li a::after {
    right: 10px;
  }
  section.nav-links .nav-links-museum {
    margin: 0;
    text-align: left;
    border-bottom: 1px solid #cccccc;
  }
  section.nav-links .nav-links-museum a {
    padding: 12px 16px;
    display: block;
    background-position: center right 8px;
  }
  section.nav-links .nav-links-museum a::after {
    right: 10px;
  }
  section.nav-links .nav-links-museum a span {
    font-size: 13px;
  }
  section.nav-links .nav-links-museum a img {
    height: 24px;
    width: auto;
  }
  section.nav-links .nav-links-manner {
    margin: 0;
    text-align: left;
    border-bottom: 1px solid #cccccc;
  }
  section.nav-links .nav-links-manner a {
    padding: 12px 16px;
    display: block;
  }
  section.nav-links .nav-links-manner a::after {
    right: 10px;
  }
  section.nav-links .nav-links-manner a span {
    font-size: 13px;
    margin-right: 5px;
  }
  section.nav-links .nav-links-manner a img {
    height: 24px;
    width: auto;
  }
  section.nav-links .nav-links-sns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
        align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
        justify-content: center;
    padding: 20px 0;
  }
  section.nav-links .nav-links-sns dt,
  section.nav-links .nav-links-sns dd {
    display: block;
  }
  section.nav-links .nav-links-sns dt {
    font-size: 13px;
    margin-right: 0;
    text-align: center;
    width: 30%;
    max-width: 150px;
  }
  section.nav-links .nav-links-sns dd {
    margin: 0 0 0 18px;
  }
  section.nav-links .nav-links-sns dd a {
    display: block;
  }
  section.nav-links .nav-links-sns dd a img {
    width: 24px;
    height: auto;
  }
}
section.sponsor {
  text-align: center;
  padding: 70px 0;
  background: #f5f5f5;
}
section.sponsor h3 {
  font-size: 26px;
  font-weight: 500;
  margin-bottom: 40px;
}
section.sponsor ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 900px;
  margin: 0 auto;
}
section.sponsor ul li {
  margin: 0 18px 20px 0;
}
section.sponsor ul li:nth-child(3n), section.sponsor ul li:last-child {
  margin-right: 0;
}
section.sponsor ul li a {
  display: block;
}
section.sponsor ul li a img {
  width: 288px;
  height: auto;
}
section.sponsor p a {
  font-size: 14px;
  text-decoration: underline;
  color: #1A1A1C;
}

@media screen and (max-width: 767px) {
  section.sponsor {
    padding: 32px 2%;
  }
  section.sponsor h3 {
    font-size: 16px;
    margin-bottom: 32px;
  }
  section.sponsor ul {
    width: 100%;
    margin: 0 auto;
  }
  section.sponsor ul li {
    margin: 0 1% 2% 1%;
    width: 48%;
    max-width: 200px;
  }
  section.sponsor ul li:nth-child(3n), section.sponsor ul li:last-child {
    margin-right: 1%;
  }
  section.sponsor ul li a img {
    width: 100%;
    height: auto;
  }
  section.sponsor p {
    margin-top: 16px;
  }
  section.sponsor p a {
    font-size: 13px;
  }
}
footer {
  background: #005251;
  padding: 40px 0;
}
footer .footer-wrap {
  width: 1200px;
  margin: 0 auto;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
footer #f-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
}
footer #f-nav li {
  margin-right: 40px;
}
footer #f-nav li a {
  font-size: 14px;
  background-size: 12px auto;
}
footer #f-nav li a:hover {
  text-decoration: underline;
}
footer .f-tel-info {
  background: #FFFFFF;
  border-radius: 8px;
  padding: 20px;
  text-align: center;
}
footer .f-tel-info p {
  color: #005251;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 10px;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
footer .f-tel-info dl {
  background: url(/img/common/icon_tel.png) no-repeat center left;
  background-size: 45px auto;
  padding-left: 50px;
}
footer .f-tel-info dl dt {
  font-size: 14px;
  font-weight: normal;
}
footer .f-tel-info dl dd span {
  font-size: 30px;
  font-weight: 500;
  letter-spacing: 0.03em;
}
footer .f-other {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 1200px;
  -webkit-box-align: center;
  -ms-flex-align: center;
      align-items: center;
  margin: -15px auto 0 auto;
}
footer .f-other .group {
  margin-right: 30px;
}
footer .f-other .group a {
  display: block;
}
footer .f-other .group img {
  height: 30px;
  width: auto;
}
footer .f-other #copyright {
  color: #FFFFFF;
  font-size: 14px;
}
footer .btn-pagetop {
  display: none;
}

@media screen and (max-width: 767px) {
  footer {
    padding: 0 4% 24px 4%;
  }
  footer .footer-wrap {
    width: auto;
    margin: 0 auto;
    position: relative;
    display: block;
    padding-top: 106px;
  }
  footer #f-nav {
    display: block;
    margin-top: 30px;
    text-align: center;
  }
  footer #f-nav li {
    margin: 0 0 12px 0;
  }
  footer #f-nav li a {
    font-size: 13px;
    text-decoration: underline;
  }
  footer .f-tel-info {
    position: absolute;
    top: 16px;
    bottom: auto;
    margin: auto;
    left: 0;
    right: 0;
    padding: 16px;
    max-width: 350px;
  }
  footer .f-tel-info p {
    font-size: 15px;
  }
  footer .f-tel-info dl {
    background-size: 40px auto;
    padding-left: 40px;
    max-width: 256px;
    margin: 0 auto;
  }
  footer .f-tel-info dl dt {
    font-size: 12px;
  }
  footer .f-tel-info dl dd span {
    font-size: 28px;
    letter-spacing: 0em;
  }
  footer .f-other {
    display: block;
    width: auto;
    text-align: center;
    margin-top: 15px;
  }
  footer .f-other .group {
    margin: 15px auto;
  }
  footer .f-other #copyright {
    font-size: 12px;
  }
  .btn-pagetop {
    position: fixed;
    display: none;
    bottom: 3%;
    right: 4%;
    z-index: 100;
  }
  .btn-pagetop.active {
    display: block;
  }
  .btn-pagetop.stop {
    position: absolute;
    top: -24px;
    right: 0;
  }
  .btn-pagetop a {
    display: block;
  }
  .btn-pagetop a img {
    width: 45px;
    height: auto;
  }
}
.modal-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  background: rgba(0, 0, 0, 0.5);
  padding: 40px 20px;
  overflow: auto;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 10000000000;
}
.modal-container::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}
.modal-container.active {
  opacity: 1;
  visibility: visible;
}
.modal-container .modal-body {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  max-width: 700px;
  width: 90%;
}
.modal-container .modal-close {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  top: -40px;
  right: -40px;
  width: 40px;
  height: 40px;
  font-size: 40px;
  color: #fff;
  cursor: pointer;
}
.modal-container .modal-content {
  background: #fff;
  text-align: left;
  padding: 40px;
}
.modal-container .modal-content p {
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
  .modal-container .modal-body {
    max-width: 400px;
  }
  .modal-container .modal-close {
    right: -20px;
  }
  .modal-container .modal-content {
    padding: 25px;
  }
  .modal-container .modal-content p {
    font-size: 13px;
  }
}
#main {
  padding: 50px 0;
  width: 1200px;
  margin: 0 auto;
}
#main.full {
  width: 100%;
}
#main.no-padding {
  padding: 0;
}
#main + .nav-links {
  border-top: 1px solid #cccccc;
}
#main .base-width {
  width: 1200px;
  margin: 0 auto;
}
#main .contents-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 20px;
}
#main .contents-list a {
  width: 576px;
  display: block;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  text-decoration: none;
  color: #1A1A1C;
}
#main .contents-list a:nth-child(n+3) {
  margin-top: 46px;
}
#main .contents-list a:hover {
  opacity: 0.8;
}
#main .contents-list a h3 {
  background: #005251;
  color: #FFF;
  font-size: 24px;
  padding: 10px 20px;
  font-weight: 500;
  position: relative;
}
#main .contents-list a h3::after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-top: 3px solid #FFFFFF;
  border-right: 3px solid #FFFFFF;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 20px;
  left: auto;
}
#main .contents-list a .box {
  padding: 20px;
  background: #f5f5f5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
#main .contents-list a .box img {
  width: 280px;
  height: auto;
}
#main .contents-list a .box p {
  width: 236px;
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
  #main {
    padding: 20px 0 25px 0;
    width: auto;
    margin: 0 3%;
  }
  #main + .nav-links {
    border-top: none;
  }
  #main.full {
    margin: 0;
  }
  #main.full .base-width {
    margin: 0;
  }
  #main.sp-full {
    margin: 0;
  }
  #main.sp-full .base-width {
    margin: 0;
  }
  #main .base-width {
    width: auto;
    margin: 0 3%;
  }
  #main .contents-list {
    margin-bottom: 0;
  }
  #main .contents-list a {
    width: auto;
  }
  #main .contents-list a:nth-child(n+2) {
    margin-top: 20px;
  }
  #main .contents-list a h3 {
    font-size: 16px;
    padding: 10px 15px;
  }
  #main .contents-list a h3::after {
    right: 15px;
  }
  #main .contents-list a .box {
    padding: 15px;
  }
  #main .contents-list a .box img {
    width: 140px;
    height: auto;
  }
  #main .contents-list a .box p {
    width: calc(100% - 155px);
    font-size: 14px;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
  }
}
/*# sourceMappingURL=layout.css.map */