@charset "UTF-8";
*, *:before, *:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html, body, h1, h2, h3, h4, h5, h6, p,
ul, ol, li, dl, dt, dd, a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  font-weight: normal;
  line-height: 1;
}

a {
  color: inherit;
  text-decoration: none;
}

li {
  list-style: none;
}

html {
  font-size: 10px;
}

body {
  font-family: 'EB Garamond',YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo;
  font-weight: 400;
  color: #eeeeee;
  -webkit-font-smoothing: antialiased;
  background-color: #000;
  font-size: 1.4rem;
}

@media screen and (min-width: 768px) {
  body {
    font-size: 1.6rem;
  }
}

img {
  max-width: 100%;
}

a:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}

.wrap {
  width: 100%;
  overflow: hidden;
}

.header {
  background-color: #000;
  padding: 10px 15px;
  position: relative;
}

.header-inner {
  position: relative;
  padding: 10px 0;
  max-width: 1060px;
  margin: 0 auto;
}

.header-inner:after {
  content: '';
  display: block;
  clear: both;
}

@media screen and (min-width: 768px) {
  .header-inner {
    padding: 25px 0;
  }
}

.header-logo {
  width: 80px;
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .header-logo {
    width: 141px;
    float: left;
  }
}

.header-nav {
  display: none;
}

@media screen and (min-width: 768px) {
  .header-nav {
    text-align: right;
    padding-top: 22px;
    display: block;
  }
}

.header.is-fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  padding-top: 0;
  padding-bottom: 0;
  background-color: rgba(0, 0, 0, 0.9);
  display: block !important;
  height: auto !important;
  overflow: auto !important;
}

.header.is-fixed .header-inner {
  padding-top: 10px;
  padding-bottom: 10px;
}

@media screen and (min-width: 768px) {
  .is-top .header {
    display: none;
    height: 0;
    overflow: hidden;
  }
}

body.is-open .header-nav {
  display: block;
  margin-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

@media screen and (min-width: 768px) {
  body.is-open .header-nav {
    margin-top: 0;
    border-top: none;
  }
}

body.is-open .header-nav .m-nav li {
  margin-right: 0px;
  display: block;
}

@media screen and (min-width: 768px) {
  body.is-open .header-nav .m-nav li {
    display: inline-block;
  }
}

body.is-open .header-nav .m-nav li a {
  padding: 20px;
}

@media screen and (min-width: 768px) {
  body.is-open .header-nav .m-nav li a {
    padding: 10px 20px;
  }
}

.header-menu-btn {
  display: block;
  position: absolute;
  width: 50px;
  height: 50px;
  top: 18px;
  right: 15px;
  z-index: 10000;
  background-size: 40px 17px;
}

@media screen and (min-width: 768px) {
  .header-menu-btn {
    display: none;
  }
}

.header-menu-btn span {
  display: block;
  width: 40px;
  height: 3px;
  background-color: #fff;
  position: absolute;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  left: 5px;
}

.header-menu-btn span:nth-of-type(1) {
  top: 5px;
}

.header-menu-btn span:nth-of-type(2) {
  top: 14px;
}

.header-menu-btn span:nth-of-type(3) {
  top: 23px;
}

.header-menu-btn.is-open span {
  width: 25px;
}

.header-menu-btn.is-open span:nth-of-type(1) {
  top: 12px;
  height: 3px;
  left: 12px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.header-menu-btn.is-open span:nth-of-type(2) {
  opacity: 0;
}

.header-menu-btn.is-open span:nth-of-type(3) {
  top: 12px;
  height: 3px;
  left: 12px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.footer {
  background-color: #000;
  color: #fff;
}

.footer-logo {
  text-align: center;
  padding: 40px 0;
}

.footer-link {
  text-align: center;
  padding-bottom: 40px;
}

.footer-link li {
  display: inline-block;
  margin: 0 20px;
  font-size: 0;
}

.footer-menu {
  text-align: center;
  padding-bottom: 40px;
}

.footer-menu li {
  display: inline-block;
  margin: 0 20px;
  font-size: 0;
}

.footer-menu li a {
  font-size: 1.3rem;
}

.footer-copyright {
  text-align: center;
  padding-bottom: 20px;
}

.footer-pagetop {
  position: fixed;
  bottom: 20px;
  right: 20px;
}

.m-section {
  max-width: 1060px;
  position: relative;
  margin: 0 auto;
  padding: 0 5%;
}

@media screen and (min-width: 768px) {
  .m-section {
    padding: 0;
  }
}

/* nav
---------------------------------------------------------------- */
.m-nav {
  font-family: 'Cinzel', serif;
}

.m-nav li {
  display: inline-block;
  font-size: 0;
  margin-right: 15px;
}

.m-nav li a {
  color: #fff;
  font-size: 1.4rem;
  font-weight: bold;
  letter-spacing: 1.8px;
  display: block;
  border: 1px solid rgba(255, 255, 255, 0);
  padding: 10px 20px;
  text-align: center;
  -webkit-transition: border-color .3s ease-out;
  transition: border-color .3s ease-out;
}

.m-nav li a:hover {
  border: 1px solid rgba(255, 255, 255, 0.8);
}

.m-nav li:last-child {
  margin-right: 0;
}

.m-nav li.is_current a {
  border: 1px solid #fff;
}

.m-nav.is_top {
  padding-top: 20px;
  text-align: right;
  display: none;
}

@media screen and (min-width: 768px) {
  .m-nav.is_top {
    display: block;
  }
}

.m-nav.is_top li a {
  color: #000;
}

.m-nav.is_top li a:hover {
  border: 1px solid #000;
  background-color: rgba(255, 255, 255, 0.2);
}

.m-nav.is_top li.is_current a {
  border: 1px solid #000;
}

/* module
---------------------------------------------------------------- */
.m-bg-black {
  background-color: #000;
  color: #fff;
}

/* fadeIn+Up
---------------------------------------------------------------- */
.m-fadeup {
  opacity: 0;
  -webkit-transform: translate(0, 60px);
      -ms-transform: translate(0, 60px);
          transform: translate(0, 60px);
  -webkit-transition: .9s;
  transition: .9s;
}

.m-fadeup-is-show {
  opacity: 1;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
}

/* TOP
---------------------------------------------------------------- */
.m-top-main-visual {
  background-color: #000;
  background-image: url(/assets/img/top/main.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 180px;
}

@media screen and (min-width: 768px) {
  .m-top-main-visual {
    height: 478px;
  }
}

.m-top-main-visual__inner {
  max-width: 1060px;
  position: relative;
  margin: 0 auto;
}

.m-top-main-visual__logo {
  position: absolute;
  top: 100px;
  left: 42%;
  opacity: 0;
  -webkit-animation: toplogoAnim 1s ease 0.5s 1 forwards;
          animation: toplogoAnim 1s ease 0.5s 1 forwards;
  display: none;
}

@media screen and (min-width: 768px) {
  .m-top-main-visual__logo {
    display: block;
  }
}

@-webkit-keyframes toplogoAnim {
  100% {
    top: 90px;
    opacity: 1;
  }
}

@keyframes toplogoAnim {
  100% {
    top: 90px;
    opacity: 1;
  }
}

.m-top-about {
  background-color: #000;
  background-image: url(/assets/img/top/bg-about.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

@media screen and (min-width: 768px) {
  .m-top-about {
    background-attachment: fixed;
  }
}

.m-top-about-box {
  padding: 70px 20px;
  margin: 0 20px;
  position: relative;
  background-color: #000;
}

@media screen and (min-width: 768px) {
  .m-top-about-box {
    width: 600px;
    padding: 100px 60px;
    margin: 0 auto;
  }
}

.m-top-about-box:before {
  display: block;
  position: absolute;
  content: ' ';
  width: 152px;
  height: 20px;
  top: 10px;
  right: 10px;
  background-image: url(/assets/img/icon-line.png);
  background-repeat: no-repeat;
  background-position: center;
}

.m-top-about-box:after {
  display: block;
  position: absolute;
  content: ' ';
  width: 152px;
  height: 20px;
  bottom: 10px;
  left: 10px;
  background-image: url(/assets/img/icon-line.png);
  background-repeat: no-repeat;
  background-position: center;
}

.m-top-blog {
  background-color: #fff;
  color: #000;
}

.m-top-blog-list {
  width: 300px;
  margin: 0 auto 80px;
}

.m-top-blog-list:after {
  content: '';
  display: block;
  clear: both;
}

@media screen and (min-width: 768px) {
  .m-top-blog-list {
    width: 490px;
  }
}

.m-top-blog-list li {
  display: block;
  float: left;
  width: 80px;
  margin-right: 30px;
  font-size: 1.2rem;
}

@media screen and (min-width: 768px) {
  .m-top-blog-list li {
    width: 120px;
    margin-right: 65px;
    font-size: 1.3rem;
  }
}

.m-top-blog-list li img {
  display: block;
  margin-bottom: 20px;
  width: 100%;
  height: auto;
}

.m-top-blog-list li a {
  line-height: 1.5;
}

.m-top-blog-list li:last-child {
  margin-right: 0;
}

/* about
---------------------------------------------------------------- */
.m-about-top {
  background-image: url(/assets/img/about/bg-img.jpg);
  background-repeat: no-repeat;
  background-position: center;
}

@media screen and (min-width: 768px) {
  .m-about-text {
    padding: 0 100px 0 10px;
  }
}

/* hedding
---------------------------------------------------------------- */
.m-h-lv2 {
  font-size: 24px;
  margin-bottom: 40px;
  letter-spacing: 1.8px;
  font-family: 'Cinzel',YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo;
  font-weight: 400;
  line-height: 1.5;
}

@media screen and (min-width: 768px) {
  .m-h-lv2 {
    font-size: 30px;
    margin-bottom: 60px;
  }
}

/* text
---------------------------------------------------------------- */
.m-txt {
  line-height: 1.8;
  margin-bottom: 1rem;
  letter-spacing: 1.8px;
}

.m-txt-center {
  text-align: center;
}

/* hr
---------------------------------------------------------------- */
.m-hr {
  background-image: url(/assets/img/icon-line.png);
  background-repeat: no-repeat;
  background-position: center;
  height: 60px;
}

.m-hr hr {
  display: none;
}

/* block
---------------------------------------------------------------- */
.m-block {
  padding-bottom: 40px;
  padding-top: 40px;
}

@media screen and (min-width: 768px) {
  .m-block {
    padding-bottom: 90px;
    padding-top: 90px;
  }
}

.m-block-s {
  padding-bottom: 20px;
  padding-top: 20px;
}

@media screen and (min-width: 768px) {
  .m-block-s {
    padding-bottom: 30px;
    padding-top: 30px;
  }
}

.m-block-ss {
  padding-bottom: 6px;
  padding-top: 6px;
}

@media screen and (min-width: 768px) {
  .m-block-ss {
    padding-bottom: 12px;
    padding-top: 12px;
  }
}

/* form
---------------------------------------------------------------- */
.form-contact {
  max-width: 620px;
  margin: 0 auto;
}

:placeholder-shown {
  color: #ccc;
}

::-webkit-input-placeholder {
  color: #ccc;
}

:-moz-placeholder {
  color: #ccc;
  opacity: 1;
}

::-moz-placeholder {
  color: #ccc;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #ccc;
}

input, button, select, textarea {
  -webkit-appearance: none;
  color: #000;
}

.m-input-txt {
  font-family: 'EB Garamond',YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo;
  width: 100%;
  border: 1px solid #ccc;
  padding: 10px 8px;
  font-size: 1.6rem;
}

.m-btn {
  font-family: 'EB Garamond',YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo;
  background: #000;
  border-radius: 0;
  padding: 10px 30px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  font-size: 1.6rem;
  text-align: center;
  color: #fff;
  cursor: pointer;
}

.m-btn:hover {
  border: 1px solid rgba(255, 255, 255, 0.9);
}

/* m-article
---------------------------------------------------------------- */
.m-article {
  margin-bottom: 50px;
}

.m-article p {
  line-height: 1.8;
  margin-bottom: 1rem;
  letter-spacing: 1.8px;
}

.m-local-nav {
  margin-bottom: 10px;
}

.m-local-nav li {
  display: block;
  margin: 0;
  padding: 0;
}

@media screen and (min-width: 768px) {
  .m-local-nav li {
    display: inline-block;
    margin: 4px 10px 4px 0;
    padding: 5px 10px;
  }
}

.m-local-nav li a {
  display: block;
  padding: 15px 10px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.m-local-nav li a.is_current {
  background-color: rgba(255, 255, 255, 0.1);
}

@media screen and (min-width: 768px) {
  .m-local-nav li a {
    display: inline-block;
    padding: 15px 10px;
    border-bottom: none;
  }
}

.m-local-nav li a:after {
  margin-left: 5px;
  vertical-align: center;
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #fff;
}

@media screen and (min-width: 768px) {
  .m-article-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.m-article-list li {
  padding: 15px;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .m-article-list li {
    width: 50%;
  }
}

.m-article-list li a {
  display: block;
  margin-bottom: 20px;
}

.m-article-list li a:after {
  content: '';
  display: block;
  clear: both;
}

.m-article-list li .m-article-list-img {
  float: left;
  width: 30%;
  padding-right: 10px;
}

.m-article-list li .m-article-list-img img {
  width: 100%;
  height: auto;
}

.m-article-list li .m-article-list-contet {
  float: right;
  width: 70%;
  padding-left: 10px;
  text-align: left;
}

.m-article-list li .m-article-list-title {
  font-size: 1.8rem;
  line-height: 1.3;
  margin-bottom: 10px;
}

.m-article-list li .m-article-list-label {
  margin-bottom: 10px;
}

.m-article-list li .m-article-list-txt {
  font-size: 1.4rem;
  line-height: 1.6;
}

.m-label {
  display: inline-block;
  margin: 2px 10px 2px 0;
  padding: 4px 10px;
  background-color: #333;
  color: #fff;
  min-width: 100px;
  text-align: center;
  font-size: 1.2rem;
}

.m-img100per {
  text-align: center;
}

/* col
---------------------------------------------------------------- */
.m-article {
  max-width: 800px;
  margin: 0 auto;
  padding-left: 5%;
  padding-right: 5%;
}

@media screen and (min-width: 768px) {
  .m-article {
    padding: 0;
  }
}

/* col
---------------------------------------------------------------- */
@media screen and (min-width: 768px) {
  .m-col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.m-col .m-cell {
  margin-bottom: 20px;
}

@media screen and (min-width: 768px) {
  .m-col .m-cell {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-bottom: 0;
  }
}

@media screen and (min-width: 768px) {
  .m-col .m-cell-inner-rpadding {
    padding-right: 10px;
  }
}

@media screen and (min-width: 768px) {
  .m-col .m-cell-inner-lpadding {
    padding-left: 10px;
  }
}

@media screen and (min-width: 768px) {
  .m-col .m-cell-vcenter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    /* 縦方向中央揃え（Safari用） */
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    /* 縦方向中央揃え */
  }
}

.m-col .m-cell-1 {
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 1;
  order: 1;
}

.m-col .m-cell-2 {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 2;
  order: 2;
}

.m-col .m-cell-3 {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 3;
  order: 3;
}

.m-col .m-cell-4 {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 4;
  order: 4;
}

.u-text--align-left {
  text-align: left !important;
}

.u-text--align-center {
  text-align: center !important;
}

.u-text--align-right {
  text-align: right !important;
}

.u-text--weight-bold {
  font-weight: bold !important;
}

.u-text--weight-normal {
  font-weight: normal !important;
}

.u-text--size-big {
  font-size: 1.2em !important;
}

.u-text--size-small {
  font-size: 0.8em !important;
}

.u-margin__none {
  margin: 0 !important;
}

.u-margin-bottom__none {
  margin-bottom: 0 !important;
}

.u-margin-bottom__small {
  margin-bottom: 10px !important;
}

.u-margin-bottom__middle {
  margin-bottom: 30px !important;
}

.u-margin-bottom__large {
  margin-bottom: 60px !important;
}

.u-margin-bottom__mx {
  margin-bottom: 80px !important;
}

@media screen and (min-width: 768px) {
  .u-show--sp {
    display: none !important;
  }
}

@media screen and (max-width: 767px) {
  .u-show--pc {
    display: none !important;
  }
}

.u-cfx:after {
  content: '';
  display: block;
  clear: both;
}

.u-right {
  float: right;
  margin-left: 15px;
}

.u-left {
  float: left;
  margin-right: 15px;
}

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