@charset "UTF-8";
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, img, ins, kbd, q, s, samp, small, strike, strong, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
  counter-reset: followupnum;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

img {
  vertical-align: top;
  max-width: 100%;
}

#wpadminbar {
  display: none !important;
}

html {
  margin-top: 0 !important;
}

.wpcf7-not-valid-tip {
  font-size: 14px !important;
  padding: 0 5px !important;
}

.ajax-loader {
  display: block !important;
  text-align: center;
  width: auto !important;
  background-repeat: no-repeat;
  background-position: center;
}

_:-ms-lang(x)::-ms-backdrop, .luxy-el {
  transform: translate3d(0px, 0px, 0px) !important;
  transform: rotate(0.0001deg);
}

.aligncenter {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.alignleft {
  float: left;
}

.alignright {
  float: right;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  overflow: inherit !important;
  -webkit-font-smoothing: antialiased;
}

html, body {
  width: 100%;
  height: 100%;
}

body {
  font-size: 17px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, sans-serif;
  color: #323232;
  background: #fff;
  word-break: break-word;
  line-height: 1.8;
  font-weight:500;
  text-rendering: optimizeLegibility;
  -webkit-font-kerning: normal;
  font-kerning: normal;
  -webkit-font-variant-ligatures: common-ligatures contextual;
  font-variant-ligatures: common-ligatures contextual;
  -webkit-font-feature-settings: "kern", "liga", "clig", "calt";
  font-feature-settings: "kern", "liga", "clig", "calt";
  -webkit-font-smoothing: subpixel-antialiased;
}

@media screen and (max-width: 899px) {
  body {
    font-size: 15px;
  }
}

form * {
  word-break: break-all;
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
}

ul {
  list-style: none;
}

em {
  font-weight: bold;
}

a {
  color: #000;
  cursor: pointer;
  outline: none;
  text-decoration: none;
}

strong {
  font-weight: bold;
}

address {
  font-style: normal;
}

sub, sup {
  font-size: 10px;
}

.bold {
  font-weight: bold;
}

.nowrap {
  white-space: nowrap;
}

iframe {
  vertical-align: top;
}

/* ==========================================================================
layout
============================================================================*/
.l-bg {
  position: relative;
}

.l-bg::before, .l-bg::after {
  width: 100%;
  left: 0;
  top: 0;
  height: 100%;
  position: absolute;
  z-index: -1;
  content: '';
}

@media screen and (max-width: 899px) {
  .l-bg::before, .l-bg::after {
    background-size: 100px auto !important;
  }
}

.l-bg::before {
  background: url(../img/bg--l.png) repeat-y left top;
}

.l-bg::after {
  background: url(../img/bg--r.png) repeat-y right top;
}

/* main
----------------------------------------------------------------- */
.l-wrapper {
  position: relative;
}

.l-main {
  padding-top: 100px;
}

@media screen and (max-width: 899px) {
  .l-main {
    padding-top: 50px;
  }
}

/* header
----------------------------------------------------------------- */
.l-header {
  width: 100%;
  height: 100px;
  border-bottom: 5px solid #231815;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  background: #fff;
  transition: all 0.2s;
}

@media screen and (max-width: 899px) {
  .l-header {
    height: 50px !important;
	border-bottom: none;
  }
}

.l-header__hd {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  position: relative;
  align-items: flex-end;
  justify-content: space-between;
  height: 100%;
}

@media screen and (max-width: 899px) {
  .l-header__hd {
    height: 50px !important;
  }
}

.l-header__hd .-hdbtn {
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.2s;
}

.l-header__hd__logo {
  height: 100%;
  display: flex;
  align-items: center;
  padding: 0 5px;
}

@media screen and (max-width: 899px) {
  .l-header__hd__logo {
    padding-bottom: 5px;
  }
  .l-header__hd__logo img {
    height: 40px;
  }
}

@media screen and (min-width: 900px) {
  .l-header__hd__gnavi {
    flex: 1;
  }
  .l-header__hd__gnavi__menu > ul {
    display: flex;
    justify-content: flex-end;
  }
  .l-header__hd__gnavi__menu > ul > li {
    position: relative;
  }
  .l-header__hd__gnavi__menu > ul > li > a {
    padding: 0 20px 16px;
    position: relative;
    display: block;
    font-size: 0.85em;
    font-weight: bold;
  }
}

@media screen and (min-width: 900px) and (max-width: 1080px) {
  .l-header__hd__gnavi__menu > ul > li > a {
    padding: 0 10px 16px;
  }
}

@media screen and (min-width: 900px) {
  .l-header__hd__gnavi__menu > ul > li > a:hover::after, .l-header__hd__gnavi__menu > ul > li > a.is-active::after {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 0;
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 8px 16px 8px;
    border-color: transparent transparent #231815 transparent;
  }
  .l-header__hd__gnavi__menu > ul > li .-sub {
    display: none;
    position: absolute;
    bottom: -70px;
    left:-50px;
    height: 70px;
    background: #231815;
    align-items: center;
    padding: 20px 60px;
  }
  .l-header__hd__gnavi__menu > ul > li .-sub > div{
    display:table-cell;
    vertical-align: middle;
  }
  .l-header__hd__gnavi__menu > ul > li .-sub > div > ul {
    display: flex;
  }
  .l-header__hd__gnavi__menu > ul > li .-sub > div > ul li {
    line-height: 1;
  }
  .l-header__hd__gnavi__menu > ul > li .-sub > div > ul li + li {
    margin-left: 20px;
    padding-left: 20px;
    border-left: 1px solid #fff;
  }
  .l-header__hd__gnavi__menu > ul > li .-sub > div > ul li a {
    color: #fff;
    white-space: nowrap;
    font-size: 0.9em;
    line-height: 1;
  }
  .l-header__hd__gnavi__menu > ul > li .-sub > div > ul li a:hover {
    text-decoration: underline;
  }
  .l-header__hd__gnavi__menu > ul > li.is-active .-sub {
    display: table;
  }
}

@media screen and (max-width: 899px) {
  .l-header__hd__gnavi {
    z-index: 1000;
  }
  .l-header__hd__gnavi .-menubtn {
    width: 50px;
    height: 50px;
    top: 0;
    background: #fff;
    position: absolute;
    right: 0;
    z-index: 2000;
    cursor: pointer;
    transition: all 0.4s;
  }
  .l-header__hd__gnavi .-menubtn::before {
    content: 'MENU';
    position: absolute;
    width: 50px;
    font-size: 10px;
    left: 0;
    top: 5px;
    color: #000;
    text-align: center;
  }
  .l-header__hd__gnavi .-menubtn > span {
    width: 30px;
    margin: 0 auto;
    left: 0;
    right: 0;
    height: 3px;
    background: #000;
    display: inline-block;
    position: absolute;
    transition: all 0.4s;
  }
  .l-header__hd__gnavi .-menubtn > span:nth-of-type(1) {
    top: 20px;
  }
  .l-header__hd__gnavi .-menubtn > span:nth-of-type(2) {
    top: 28.5px;
  }
  .l-header__hd__gnavi .-menubtn > span:nth-of-type(3) {
    top: 38px;
  }
  .l-header__hd__gnavi .-menubtn.active {
    right: 200px;
  }
  .l-header__hd__gnavi .-menubtn.active > span:nth-of-type(1) {
    top: 30px;
    transform: rotate(45deg);
  }
  .l-header__hd__gnavi .-menubtn.active > span:nth-of-type(2) {
    opacity: 0;
  }
  .l-header__hd__gnavi .-menubtn.active > span:nth-of-type(3) {
    top: 30px;
    transform: rotate(-45deg);
  }
  .l-header__hd__gnavi__menu {
    padding: 0 10px 10px;
    right: -200px;
    width: 200px;
    transition: all 0.4s;
    position: fixed;
    background: #000;
    height: 100%;
    top: 0;
  }
  .l-header__hd__gnavi__menu > ul {
    padding: 0;
  }
  .l-header__hd__gnavi__menu > ul > li {
    transition: all 0.4s;
  }
  .l-header__hd__gnavi__menu > ul > li + li {
    border-top: 1px solid #fff;
  }
  .l-header__hd__gnavi__menu > ul > li > a, .l-header__hd__gnavi__menu > ul > li > span {
    font-weight: bold;
    padding: 15px 0;
    text-align: center;
    color: #fff;
    display: block;
  }
  .l-header__hd__gnavi__menu > ul > li > span {
    position: relative;
    cursor:pointer;
  }
  .l-header__hd__gnavi__menu > ul > li > span::after {
    font-family: 'Material Icons';
    content: "arrow_drop_down";
    color: #fff;
    position: absolute;
    right: 0;
  }
  .l-header__hd__gnavi__menu > ul > li > span.is-active::after {
    content: "arrow_drop_up";
  }
  .l-header__hd__gnavi__menu > ul > li .-sub {
    display: none;
    left:0;
  }
  .l-header__hd__gnavi__menu > ul > li .-sub.is-active {
    display: block;
  }
  .l-header__hd__gnavi__menu > ul > li .-sub li {
    margin-bottom: 10px;
    text-align: center;
  }
  .l-header__hd__gnavi__menu > ul > li .-sub li a {
    color: #fff;
  }
  .l-header__hd__gnavi__menu.active {
    transition: all 0.4s;
    right: 0;
    display: block;
  }
}

.l-header.is-scroll {
  height: 84px;
  transition: all 0.2s;
}

.l-header.is-scroll .l-header__hd .-hdbtn {
  top: -40px;
  transition: all 0.2s;
}

/* footer
----------------------------------------------------------------- */
.l-footer {
  background: #231815;
}

.l-footer__copy {
  border-top: 1px solid #fff;
}

.l-footer__copy > p {
  max-width: 1140px;
  width: 100%;
  margin: 0 auto;
  padding: 30px 20px;
  color: #d3d3d3;
}

.l-footer__in {
  max-width: 1140px;
  margin: 0 auto;
  padding: 50px 10px;
}

.l-footer__navi {
  display: flex;
  justify-content: space-between;
  padding: 0 10px;
}

.l-footer__navi__address {
  color: #d3d3d3;
  font-size: 0.9rem;
  width:346px;
}

.l-footer__navi__address > div {
  display: flex;
  align-items: flex-end;
  margin-bottom: 30px;
}

.l-footer__navi__address > div ul {
  margin-left: 30px;
  display: flex;
  align-items: flex-end;
}

.l-footer__navi__address > div ul li + li {
  margin-left: 15px;
}

.l-footer__navi__map {
  padding: 0 10px;
  width:600px;
}

.l-footer__navi__map .-map {
  margin-bottom: 20px;
}

.l-footer__navi__map p {
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  color: #d3d3d3;
  font-size: 0.9rem;
}

.l-footer__navi__map p > span + span {
  flex: 1;
  padding-left: 10px;
}

@media screen and (max-width: 899px) {
  .l-footer__copy > p {
    padding: 10px 10px 54px;
    font-size: 0.8em;
    text-align: center;
  }
  .l-footer__in {
    padding: 30px 20px;
  }
  .l-footer__navi {
    display: block;
    padding: 0;
  }
  .l-footer__navi__address {
    margin-bottom: 15px;
    width:100%;
  }
  .l-footer__navi__address > div {
    text-align: center;
    display: block;
    margin-bottom: 15px;
  }
  .l-footer__navi__address > div img {
    max-width: 100px;
  }
  .l-footer__navi__address > div ul {
    margin-left: 0;
    margin-top: 10px;
    justify-content: center;
  }
  .l-footer__navi__address p {
    text-align: center;
  }
  .l-footer__navi__map {
    padding: 0;
    width:100%;
  }
  .l-footer__navi__map .-map {
    text-align: center;
  }
  .l-footer__navi__map .-map iframe {
    width: 100%;
  }
}

#pagetop {
  position: fixed;
  right: 10px;
  bottom: 0;
  padding-bottom: 10px;
}

@media screen and (max-width: 899px) {
  #pagetop {
    display: none !important;
  }
}

.-ftbtn {
  position: fixed;
  top:100px;
  right: -62px;
  z-index: 1000;
  transition: all 0.2s;
}

.-ftbtn.is-scroll {
  right: 0;
  transition: all 0.2s;
}

.-ftbtn a {
  display: block;
}

@media screen and (max-width: 899px) {
  .-ftbtn {
    right: 0;
    bottom: -44px;
    top: inherit;
    height: 44px;
    display: flex;
    width: 100%;
  }
  .-ftbtn a {
    width: 50%;
    text-align: center;
    background: #362e2b;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .-ftbtn a + a {
    background: #8ca556;
  }
  .-ftbtn.is-scroll {
    bottom: 0;
  }
}

/* ==========================================================================
object
============================================================================*/
/* Component
----------------------------------------------------------------- */
.c-box--base {
  max-width: 1120px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}

.c-btn--1 {
  display: inline-flex;
  align-items: center;
  padding: 5px 20px;
  background: #cee1c7;
  border-radius: 5px;
}

.c-btn--1 span {
  display: flex;
  align-items: center;
  padding: 0 5px;
}

.c-btn--2 {
  display: inline-block;
  width: 250px;
  background: #231815;
  color: #fff;
  text-align: center;
  border-radius: 20px;
  position: relative;
  padding: 10px;
  font-size: 0.8em;
  transition: all 0.2s;
}

.c-btn--2:hover {
  transition: all 0.2s;
  opacity: 0.7;
}

.c-btn--2::after {
  content: '';
  position: absolute;
  right: 15px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  width: 6px;
  height: 6px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.c-btn--2.-small {
  width: 160px;
}

.c-btn--3 {
  background: #fff;
  border: 3px solid #000;
  border-radius: 60px;
  padding: 30px;
  display: inline-block;
  max-width: 430px;
  position: relative;
  text-align: center;
  width: 100%;
  transition: all 0.2s;
}

.c-btn--3::after {
  content: '';
  right: 10px;
  font-size: 30px;
  line-height: 1;
  position: absolute;
  font-family: 'Material Icons';
  content: "arrow_forward";
}

.c-btn--3:hover {
  transition: all 0.2s;
  opacity: 0.7;
}

@media screen and (max-width: 899px) {
  .c-btn--3 {
    padding: 15px 20px;
  }
}

@keyframes headlineh1wave {
  0% {
    background-position: 0 0;
    transform: translate(0, 10px);
  }
  50% {
    background-position: 398px 0;
    transform: translate(0, 0);
  }
  100% {
    background-position: 796px 0;
    transform: translate(0, 10px);
  }
}

.c-headline--h1 {
  height:45vh;
  border-bottom: 40px solid #cee1c7;
  background-size: cover;
  background-position:center;
  position: relative;
  display: flex;
  padding: 20px 0 50px;
  margin-bottom: 60px;
}

.c-headline--h1::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -52px;
  animation: headlineh1wave 8s linear infinite;
  transform-origin: 0% 0%;
  width: 100%;
  height: 30px;
  background: url(../img/img--wave.png) repeat-x center;
  background-size: auto 30px;
  z-index: 10;
}

.c-headline--h1 h1 {
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
  z-index: 10;
  line-height: 1;
  writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
}
.c-headline--h1 h1.-l {
  writing-mode: vertical-lr;
  -ms-writing-mode: tb-lr;
}

.c-headline--h1 h1 > span {
  position: relative;
  margin: 5px;
  line-height: 1;
  color: #202020;
  display: inline-block;
  line-height: 1;
  background: #fff;
  text-align: left;
  font-size: 25px;
  font-weight: bold;
  vertical-align: top;
  padding: 10px;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

@media all and (-ms-high-contrast: none) {
  .c-headline--h1 h1 > span {
    padding: 10px 17px 10px 5px;
  }
}

.c-headline--h1.-home {
  height: 75vh;
  padding: 75px 0 50px;
	background-image:url(/assets/img/home/mainbg.jpg);
}

.c-headline--h1.-home h1 {
  max-width: auto;
  width: auto;
}

.c-headline--h1 .-sub {
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 20px;
}

.c-headline--h1 .-sub.-r {
  text-align: right;
}


@media screen and (max-width: 899px) {
  .c-headline--h1 {
    height: 55vw;
    margin-bottom: 30px;
    padding: 0;
    justify-content: center;
  }
  .c-headline--h1 h1 {
    max-height: 45vw;
  }
  .c-headline--h1 h1 > span {
    padding: 5px;
    font-size: 3.5vw;
  }
  .c-headline--h1.-home {
    height: 95vw;
    padding: 10px 0;
  }
  .c-headline--h1.-home h1 {
    max-height: 80vw;
  }
  .c-headline--h1 .-sub {
    bottom: 5px;
  }
  .c-headline--h1 .-sub img {
    height: 35px;
  }
}

.c-headline--1 {
  padding: 0 20px 20px;
  border-bottom: 1px solid #362e2b;
  margin-bottom: 30px;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 30px;
  font-weight: bold;
}

@media screen and (max-width: 899px) {
  .c-headline--1 {
    padding: 0 0 5px;
    margin-bottom: 20px;
    font-size: 20px;
  }
}

@media screen and (max-width: 480px) {
	.c-headline--h1.-home h1 {
    max-height: 130vw;
		margin-top: 60px;
  }
	.c-headline--h1.-home {
    height: 77vh;
    padding: 10px 0;
	background-image:url(/assets/img/home/mainbgSP.jpg);
	
  }
	.c-headline--h1 h1 > span {
    font-size: 3.5vw;
  }
	.c-headline--h1 .topTtl > span {
    font-size: 5vw;
  }
}

/* Utility
----------------------------------------------------------------- */
.clearfix:after {
  content: "";
  clear: both;
  display: block;
}

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

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

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

.material-icons {
  vertical-align: middle;
  line-height: 1;
}

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

.fit__img {
  object-fit: cover;
  font-family: 'object-fit: cover;';
  width: 100% !important;
  height: 100% !important;
}

@media screen and (min-width: 900px) {
  .sp {
    display: none !important;
  }
  a[href*="tel:"] {
    pointer-events: none;
  }
}

@media screen and (max-width: 899px) {
  .pc {
    display: none !important;
  }
  a[href*="tel:"] {
    text-decoration: underline;
  }
  a[href*="tel:"]:hover {
    color: #006934;
  }
}
