@charset "UTF-8";
/*--------------------------------------------------------------
Foundation
--------------------------------------------------------------*/
@import url("https://fonts.googleapis.com/css?family=Montserrat:400,700&display=swap");
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, i, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td, figure, figcaption,
input, textarea, select, i {
  border: 0;
  font-style: inherit;
  font-weight: inherit;
  font-size: inherit;
  line-height: inherit;
  font-family: inherit;
  color: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
  line-height: 1.5;
}

html {
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

input[type="submit"], button {
  -webkit-appearance: none;
}

body {
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.5;
  background: #fff;
  color: #000;
  overflow-y: scroll;
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}

ul, li {
  list-style: none;
}

table {
  border-collapse: collapse;
  width: 100%;
}

a:hover,
a:active,
a:focus {
  outline: 0;
}

a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all .2s ease-in;
  transition: all .2s ease-in;
  -webkit-transition-property: opacity, color, background, box-shadow, -webkit-transform;
  transition-property: opacity, color, background, box-shadow, -webkit-transform;
  transition-property: opacity, color, background, transform, box-shadow;
  transition-property: opacity, color, background, transform, box-shadow, -webkit-transform;
  opacity: 1;
  line-height: inherit;
}

img,
input[type="image"] {
  border: 0;
  height: auto;
  max-width: 100%;
}

input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: none;
  border-radius: 0;
}

strong {
  font-weight: bold;
}

a {
  text-decoration: none;
}

a:hover,
input[type="image"]:hover {
  opacity: 0.7;
}

p * {
  line-height: inherit;
}

.m_ft {
  font-family: "游明朝 Medium", "Yu Mincho Medium", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.ft_e {
  font-family: 'Montserrat', sans-serif;
}

/*--------------------------------------------------------------
Component
--------------------------------------------------------------*/
.evt {
  visibility: hidden;
}

.c_anchor {
  position: absolute;
  width: 100%;
  left: 0;
  margin-top: -14rem;
}

@media screen and (max-width: 767px) {
  .c_anchor {
    margin-top: -8rem;
  }
}

/*--------------------------------------------------------------
Utility
--------------------------------------------------------------*/
.u_wrap {
  overflow: hidden;
}

.u_inner {
  width: 112rem;
  margin: 0 auto;
  padding: 0 2rem;
  max-width: 100%;
}

#max {
  width: 112rem;
}

#maxsp {
  width: 1120px;
}

@media screen and (max-width: 767px) {
  html {
    font-size: calc(100vw * 10 / 550);
  }
}

.u_clearfix:after,
.u_clearfix > li:after {
  height: 0;
  visibility: hidden;
  content: ".";
  display: block;
  clear: both;
}

* html .u_clearfix,
* html .u_clearfix > li {
  zoom: 1;
}

* + html .u_clearfix,
* + html .u_clearfix li {
  zoom: 1;
}

.u_switch_img {
  opacity: 1;
}

.u_relative {
  position: relative;
}

@media screen and (min-width: 768px) {
  .u_visible_sp {
    display: none;
  }
  .u_tel {
    cursor: default;
  }
  .u_tel:hover {
    opacity: 1;
  }
}

@media screen and (max-width: 767px) {
  .u_visible_pc {
    display: none;
  }
  .u_inner {
    width: auto;
    margin: 0 5.3%;
    padding: 0;
  }
  .u_inner.b {
    margin: 0;
  }
}

/*--------------------------------------------------------------
Layout/PageBase
--------------------------------------------------------------*/
#header {
  height: 14rem;
}

#header a {
  display: block;
}

@media screen and (max-width: 767px) {
  #header {
    height: 8rem;
  }
}

.h_logo img {
  width: 100rem;
}

@media screen and (min-width: 768px) {
  #toggle_menu {
    display: block !important;
  }
}

@media screen and (max-width: 767px) {
  .h_menu {
    position: absolute;
    right: 0;
    top: 0;
    width: 8rem;
    z-index: 10;
    cursor: pointer;
  }
  #toggle_menu {
    position: fixed;
    top: 8rem;
    top: 0;
    z-index: 9;
    left: -80%;
    width: 80%;
    height: 100%;
    transition: left .2s ease-in;
    -webkit-transition: left .2s ease-in;
    overflow-y: auto;
    height: calc(100vh - 3rem);
    height: 100vh;
    height: calc(100vh - 8rem);
  }
  body.open #toggle_menu {
    left: 0;
  }
  body.open {
    overflow-y: hidden;
  }
}

/*--------------------------------------------------------------
Project
--------------------------------------------------------------*/
.top_main {
  text-align: center;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  font-weight: bold;
}

.top_main .date {
  font-size: 4rem;
  line-height: 1.125;
  margin: 11rem 0 2.5rem;
}

.top_main .addr {
  font-size: 2.4rem;
}

.top_main .tel {
  font-size: 2.4rem;
  margin: 2rem 0 9rem;
  line-height: 1.3;
}

.top_main .tel small {
  display: block;
  font-size: 75%;
}

.top_main li {
  display: inline-block;
  margin: 0 3rem;
}

.top_main li img {
  width: 6rem;
}

body {
  height: 100vh;
  min-height: 57rem;
}

.low {
  margin-top: 14rem;
}

@media screen and (max-width: 767px) {
  .low {
    margin-top: 8rem;
  }
}

.low_header {
  background: url(../img/about_mv.jpg) no-repeat center center;
  background-size: cover;
  height: 15em;
}

.low_header .u_inner {
  height: 100%;
}

.low_header .ttl {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

/*# sourceMappingURL=style.css.map */