@charset "UTF-8";
/* CSS Document */
@import url("https://fonts.googleapis.com/css?family=Montserrat:400,500,700&display=swap");
a {
  text-decoration: none;
  transition: all  0.3s ease-out;
  color: #000; }

a img,
a svg {
  text-decoration: none;
  transition: all  0.3s ease-out;
  color: #000; }

a:hover img {
  opacity: 0.7; }

img {
  max-width: 100%; }

div, li, header, footer {
  box-sizing: border-box; }

.pc-view {
  display: none !important; }

.sp-view {
  display: inline-block !important; }

@media screen and (min-width: 769px) {
  .pc-view {
    display: inline-block !important; }
  .sp-view {
    display: none !important; } }

/*-- Base --*/
html {
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-size: 14px; }

body {
  color: #000;
  background: #FFF;
  line-height: 1.7;
  font-family: "ヒラギノ角ゴシック", "Hiragino Kaku Gothic", "游ゴシック", YuGothic, "メイリオ", Meiryo,sans-serif;
  font-size: 12px;
  width: 100%;
  word-wrap: break-word; }

@media screen and (min-width: 769px) {
  body {
    font-size: 16px; } }

/*-- HTML5 elements --*/
article, aside, details, figcaption, figure, footer, header, nav, section, summary {
  display: block;
  margin: 0;
  padding: 0; }

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden; }

.clearfix {
  min-height: 1px; }

* html .clearfix {
  height: 1px;
  /*\*/
  /*/
  height: auto;
  overflow: hidden;
  /**/ }

/* PARTS-------------------------------------------*/
h2.ttl-l {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 21px;
  text-align: center;
  background: #EFEFEF;
  padding: 20px 0; }

@media screen and (min-width: 769px) {
  h2.ttl-l {
    font-size: 42px;
    padding: 65px 0; } }

h3.box-ttl {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 27px;
  text-align: center;
  margin-bottom: 20px; }

@media screen and (min-width: 769px) {
  h3.box-ttl {
    font-size: 36px; } }

.box-inner {
  margin: 0 15px; }

@media screen and (min-width: 769px) {
  .box-inner {
    max-width: 1200px;
    margin: 0 auto; } }

.btn-more {
  text-align: center;
  width: 53%;
  margin: 0 auto;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 18px;
  border: 1px solid #000; }
  .btn-more a {
    display: block;
    padding: 2px 0; }

@media screen and (min-width: 769px) {
  .btn-more {
    width: 200px; } }

#page {
  padding-top: 60px; }

@media screen and (min-width: 769px) {
  .box-txt {
    line-height: 2.3;
    max-width: 980px;
    margin: 0 auto; } }

.sns-list {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 15px; }
  .sns-list .icon-insta {
    width: 19px;
    margin-right: 20px; }
  .sns-list .icon-fb {
    width: 10px;
    margin-right: 20px; }
  .sns-list .icon-tw {
    width: 19px; }

@media screen and (min-width: 769px) {
  .sns-list {
    margin-bottom: 0; }
    .sns-list .icon-insta {
      width: 22px;
      margin-right: 20px; }
    .sns-list .icon-fb {
      width: 14px;
      margin-right: 20px; }
    .sns-list .icon-tw {
      width: 22px; } }

.fade-element {
  opacity: 0;
  transition: all  0.4s ease-out;
  transform: translateY(-20px); }

.fadein {
  opacity: 1;
  transform: translateY(0); }

/* NEWS-PARTS-------------------------------------------*/
.box-news .news-list {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 10px; }
  .box-news .news-list li {
    width: 48%;
    margin-right: 4%;
    margin-bottom: 12px; }
    .box-news .news-list li:nth-child(2n) {
      margin-right: 0; }
    .box-news .news-list li .news-img {
      text-align: center;
      position: relative;
      margin-bottom: 5px; }
      .box-news .news-list li .news-img .date {
        text-align: left;
        font-size: 10px;
        font-family: "Montserrat", sans-serif;
        font-weight: 700;
        color: #FFF;
        padding: 0 5px;
        background: #A92C35;
        position: absolute;
        bottom: 0;
        left: 0;
        letter-spacing: 0.1em; }
    .box-news .news-list li .news-txt {
      text-align: left;
      font-weight: bold; }

@media screen and (min-width: 769px) {
  .box-news .news-list li {
    width: 22%;
    margin-right: 40px;
    margin-bottom: 20px; }
    .box-news .news-list li:nth-child(2n) {
      margin-right: 40px; }
    .box-news .news-list li:nth-child(4n) {
      margin-right: 0; }
    .box-news .news-list li .news-img {
      margin-bottom: 20px; } }

/* HEADER-------------------------------------------*/
header {
  width: 100%;
  background: #FFF;
  height: 60px;
  position: fixed;
  z-index: 100;
  padding-right: 19px; }
  header .hd-inner-top {
    display: flex; }
    header .hd-inner-top h1 {
      width: 60px;
      margin-right: auto;
      z-index: 101; }
  header .btn-nav-open {
    width: 21px;
    padding-top: 20px;
    cursor: pointer; }

@media screen and (min-width: 769px) {
  header .hd-inner-top {
    height: 60px; }
    header .hd-inner-top h1 {
      width: 160px; }
  header .btn-nav-open {
    padding-top: 10px; } }

#modal-overlay {
  display: none;
  width: 100%;
  height: 100vh;
  background: rgba(255, 255, 255, 0.95) url(../images/common/hd_nav_bg.png) no-repeat right bottom;
  background-size: 100%;
  position: absolute;
  top: 0;
  left: 0;
  overflow-y: auto; }
  #modal-overlay .btn-nav-close {
    width: 21px;
    padding-top: 20px;
    position: absolute;
    right: 19px;
    cursor: pointer;
    z-index: 20; }
  #modal-overlay .nav-wrapper {
    padding-top: 116px;
    padding-left: 15%;
    padding-bottom: 20px; }
    #modal-overlay .nav-wrapper .gnav {
      font-size: 21px;
      font-family: "Montserrat", sans-serif;
      font-weight: 700; }
      #modal-overlay .nav-wrapper .gnav li {
        line-height: 1;
        margin-bottom: 12px;
        letter-spacing: 0.1em;
        opacity: 0;
        transition: all  0.4s ease-out;
        transform: translateY(-20px); }
        #modal-overlay .nav-wrapper .gnav li.fadein {
          opacity: 1;
          transform: translateY(0); }
      #modal-overlay .nav-wrapper .gnav .nav-s {
        font-size: 13px;
        padding-left: 33px;
        padding-top: 15px;
        margin-bottom: 18px; }
        #modal-overlay .nav-wrapper .gnav .nav-s li {
          margin-bottom: 10px; }
  #modal-overlay .sns-list {
    justify-content: flex-start;
    transition: all  0.4s ease-out;
    transform: translateY(-20px);
    opacity: 0; }
    #modal-overlay .sns-list.fadein {
      opacity: 1;
      transform: translateY(0); }

@media screen and (min-width: 769px) {
  #modal-overlay {
    background-size: 80%; }
    #modal-overlay .btn-nav-close {
      width: 29px; }
    #modal-overlay .nav-wrapper {
      padding-top: 280px;
      padding-left: 190px; }
      #modal-overlay .nav-wrapper .gnav {
        font-size: 30px; }
        #modal-overlay .nav-wrapper .gnav li {
          margin-bottom: 17px; }
          #modal-overlay .nav-wrapper .gnav li a {
            position: relative;
            display: inline-block; }
            #modal-overlay .nav-wrapper .gnav li a:after {
              content: "";
              position: absolute;
              bottom: 0;
              top: 0;
              left: 0;
              margin: auto;
              transition: .5s all;
              width: 0;
              height: 2px;
              background: #000; }
            #modal-overlay .nav-wrapper .gnav li a:hover:after {
              width: 100%; }
        #modal-overlay .nav-wrapper .gnav .nav-s {
          font-size: 18px;
          padding-left: 50px;
          padding-top: 25px;
          margin-bottom: 30px; }
          #modal-overlay .nav-wrapper .gnav .nav-s li {
            margin-bottom: 20px; } }

/* FOOTER-------------------------------------------*/
footer {
  text-align: center;
  padding-bottom: 60px;
  margin-top: 50px; }
  footer h3.box-ttl {
    margin-bottom: 7px; }
  footer .access-txt {
    margin: 0 15px; }
    footer .access-txt p {
      margin-bottom: 10px; }
    footer .access-txt .mds-s {
      font-size: 10px;
      margin-bottom: 0; }
    footer .access-txt .mds-l {
      font-size: 18px;
      font-weight: bold;
      margin-bottom: 5px; }
    footer .access-txt .calendar-txt {
      margin-bottom: 30px;
      font-family: "Montserrat", sans-serif;
      font-weight: 500;
      position: relative;
      display: inline-block; }
      footer .access-txt .calendar-txt:before {
        content: "";
        position: absolute;
        bottom: 0;
        width: 100%;
        height: 1px;
        background: #000; }
      footer .access-txt .calendar-txt .icon-calendar {
        margin-right: 5px;
        line-height: 1;
        display: inline-block; }
        footer .access-txt .calendar-txt .icon-calendar img {
          width: 12px; }
  footer .access-map {
    position: relative; }
    footer .access-map img {
      margin-bottom: 30px; }
  footer .btn-map {
    width: 80%;
    border: #9D3739 1px solid;
    margin: 0 auto 55px; }
    footer .btn-map a {
      color: #9D3739;
      font-family: "Montserrat", sans-serif;
      font-weight: 500;
      display: block;
      padding: 5px 0; }
  footer .ft-parts .ft-logo {
    width: 190px;
    margin: 0 auto 17px; }
  footer .ft-parts .copyright {
    font-size: 10px; }

@media screen and (min-width: 769px) {
  footer {
    padding-bottom: 0; }
    footer .access-txt p {
      margin-bottom: 20px; }
    footer .access-txt .calendar-txt {
      margin-bottom: 50px; }
      footer .access-txt .calendar-txt .icon-calendar {
        margin-right: 5px; }
        footer .access-txt .calendar-txt .icon-calendar img {
          width: 17px; }
    footer .access-map img {
      margin-bottom: 0;
      width: 100%; }
    footer .btn-map {
      width: 12%;
      border: #9D3739 1px solid;
      margin: auto;
      font-size: 1.2vw;
      position: absolute;
      bottom: 3.5%;
      right: 1.5%; }
      footer .btn-map a:hover {
        opacity: 0.7; }
    footer .ft-parts {
      display: flex;
      align-items: center;
      padding: 25px 30px; }
      footer .ft-parts .left-box {
        display: flex;
        align-items: center;
        margin-right: auto; }
      footer .ft-parts .ft-logo {
        width: 267px;
        margin: 0 30px 0 0; } }
