@charset "UTF-8";
/****************************************
Setting
*****************************************/
html, body, div, span, applet, object, iframe, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, 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 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  vertical-align: baseline; }

div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, 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 {
  _text-align: left;
  /* IE6センタリング */ }

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

* {
  letter-spacing: 0; }

/* IE7 */
ul {
  list-style: none; }

body {
  font-size: 16px;
  line-height: 1.8em;
  color: #333;
  position: relative;
  /* IE7拡大用 */
  _text-align: center;
  /* IE6センタリング */ }

/* font-style */
strong {
  font-weight: bold;
  /* font-style */ }

em {
  font-weight: bold;
  /* font-style */ }

.itaric {
  font-style: italic; }

.small {
  font-size: 80%; }

.big {
  font-size: 140%;
  font-weight: bold; }

.clear {
  clear: both; }

.hidden {
  display: none; }

.no-align, .no-alignment, .no-wrap, .wrapping {
  overflow: hidden; }

:focus {
  -moz-outline-style: none; }

/* Links */
a, a:visited {
  color: #0088cc;
  text-decoration: none; }

a:hover, a:active {
  text-decoration: underline; }

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

/****************************************
img png_gif
*****************************************/
img {
  behavior: url(iepngfix.htc); }

/*** #a37e39 gold ***/
/*** #9e2226 red ***/
/*** #5d5b57 darkgray***/
/*** #E67E22 ***/
/*** #D35400 ***/
/*** #F1C40F ***/
/*** #F39C12 ***/
/*** #FF3333 ***/
/*** #33CCFF ***/
/*** #FFFF00 ***/
/*** #FFF462 ***/
/*** #3596BC ***/
/*** #325D80 ***/
/*** #8E44AD***/
/*** #16A085 ***/
/*** #FF6600 ***/
/*** #FF99CC ***/
.w10 {
  width: 10%; }

.w15 {
  width: 15%; }

.w20 {
  width: 20%; }

.w25 {
  width: 25%; }

.w30 {
  width: 30%; }

.w35 {
  width: 35%; }

.w40 {
  width: 40%; }

.w45 {
  width: 45%; }

.w50 {
  width: 50%; }

.w55 {
  width: 55%; }

.w60 {
  width: 60%; }

.w65 {
  width: 65%; }

.w70 {
  width: 70%; }

.w75 {
  width: 75%; }

.w80 {
  width: 80%; }

.w85 {
  width: 85%; }

.w90 {
  width: 90%; }

.w95 {
  width: 95%; }

.w100 {
  width: 100%; }

/****************************************
font-style
*****************************************/
body {
  font-family: 'Lato', 'Noto Sans JP', 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  font-weight: normal;
  font-size: 16px;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: subpixel-antialiased; }

.body-copy {
  font-family: 'Lato', 'Noto Sans JP', 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif; }

/*　Safari・Chrome用指定　*/
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  body {
    font-family: 'Lato', 'Noto Sans JP', 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    font-weight: normal;
    font-size: 16px;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: subpixel-antialiased; } }
.number {
  font-size: 1.2em; }

span.pre {
  white-space: pre;
  white-space: -moz-pre-wrap; }

/***********************************
one-page-scroll edit-style
***********************************/
/*** #231815 black***/
/*** #999999 ***/
/*** #3FA8F4 ***/
/*** #00A0E9 ***/
/*** #FFF100 ***/
/*** #ed8f26 ***/
/*** #afc305 ***/
/*** #30a1d2 ***/
/*** #4c2d13 ***/
html {
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0 0;
  padding: 0 0;
  color: #231815; }

body {
  position: relative;
  width: 100%;
  /* height: 100%; */
  margin: 0 0;
  padding: 0 0;
  color: #231815; }

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

a, a:visited {
  color: #231815;
  text-decoration: none; }

a:hover {
  color: #666;
  text-decoration: none; }

img {
  width: 100%;
  border: 0 #FFF;
  margin: 0;
  padding: 0; }

h3, h4, h5, h6 {
  margin: 0;
  padding: 0; }

.clearfix:after {
  content: "";
  clear: both;
  display: block; }

.left, .right {
  display: inline-block; }

.mt-0 {
  margin-top: 0 !important; }

.mt-1 {
  margin-top: 10px !important; }

.mt-2 {
  margin-top: 20px !important; }

.mt-3 {
  margin-top: 30px !important; }

.mt-5 {
  margin-top: 50px !important; }

.mt-6 {
  margin-top: 60px !important; }

.mt-8 {
  margin-top: 80px !important; }

.mt-10 {
  margin-top: 100px !important; }

.mb-1 {
  margin-bottom: 10px !important; }

.mb-2 {
  margin-bottom: 20px !important; }

.mb-3 {
  margin-bottom: 30px !important; }

.mb-4 {
  margin-bottom: 40px !important; }

.mb-5 {
  margin-bottom: 50px !important; }
  .mb-5.mb-sp {
    margin-bottom: 40px !important; }

.mb-6 {
  margin-bottom: 60px !important; }
  .mb-6.mb-sp {
    margin-bottom: 48px !important; }

.mb-8 {
  margin-bottom: 80px !important; }

.mb-10 {
  margin-bottom: 100px !important; }

.pt-1 {
  padding-top: 10px !important; }

.pt-1-5 {
  padding-top: 15px !important; }

.pt-2 {
  padding-top: 20px !important; }

.pt-3 {
  padding-top: 30px !important; }

.pt-4 {
  padding-top: 40px !important; }

.pt-5 {
  padding-top: 50px !important; }

.pt-6 {
  padding-top: 60px !important; }

.pb-1 {
  padding-bottom: 10px; }

.pb-2 {
  padding-bottom: 20px; }

.pb-3 {
  padding-bottom: 30px; }

.pb-4 {
  padding-bottom: 40px; }

.pb-5 {
  padding-bottom: 50px; }

.pb-6 {
  padding-bottom: 60px; }

.pb-8 {
  padding-bottom: 80px; }

.pb-10 {
  padding-bottom: 100px; }

.ind-1 {
  text-indent: 1em; }

.ind-2 {
  text-indent: 2em; }

.ind-3 {
  text-indent: 3em; }

/* view-size-point */
body .h1, body .h2, body .h3, body .h4, body .h5, body .h6, body h1, body h2, body h3, body h4, body h5, body h6, body p {
  color: #231815; }

img {
  vertical-align: top; }

/**************************
font-color-setting
**************************/
html, body {
  color: #231815; }

.text-wht {
  color: #FFF; }

.text-gray {
  color: #666; }

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

.text-x-small {
  font-size: 0.7em; }

.text-large {
  font-size: 1.2em; }

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

body .container-fluid p,
body .container p {
  line-height: 1.8;
  font-size: 16px; }

body .container-fluid p.lh-1,
body .container p.lh-1 {
  line-height: 1; }
body .container-fluid p.lh-1-5,
body .container p.lh-1-5 {
  line-height: 1.5; }
body .container-fluid p.lh-1-6,
body .container p.lh-1-6 {
  line-height: 1.6; }
body .container-fluid p.lh-1-8,
body .container p.lh-1-8 {
  line-height: 1.8; }
body .container-fluid p.lh-2,
body .container p.lh-2 {
  line-height: 2; }
body .container-fluid p.lh-2-3,
body .container p.lh-2-3 {
  line-height: 2.3; }
body .container-fluid p.lh-2-5,
body .container p.lh-2-5 {
  line-height: 2.5; }
body .container-fluid p.lh-2-8,
body .container p.lh-2-8 {
  line-height: 2.8; }
body .container-fluid p.lh-3,
body .container p.lh-3 {
  line-height: 3; }
body .container-fluid p.fs-9,
body .container p.fs-9 {
  font-size: 9px; }
body .container-fluid p.fs-10,
body .container p.fs-10 {
  font-size: 10px; }
body .container-fluid p.fs-12,
body .container p.fs-12 {
  font-size: 12px; }
body .container-fluid p.fs-13,
body .container p.fs-13 {
  font-size: 13px; }
body .container-fluid p.fs-14,
body .container p.fs-14 {
  font-size: 14px; }
body .container-fluid p.fs-15,
body .container p.fs-15 {
  font-size: 15px; }
body .container-fluid p.text-center-cstm,
body .container p.text-center-cstm {
  text-align: center; }
  @media screen and (max-width: 328px) {
    body .container-fluid p.text-center-cstm,
    body .container p.text-center-cstm {
      text-align: left; } }

body dl, body dt, body dd {
  font-weight: 300; }

/**************************
hover
**************************/
a {
  -webkit-backface-visibility: hidden;
  /* chrome */
  backface-visibility: hidden;
  /* chrome */ }
  a img {
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
    opacity: 1;
    -webkit-backface-visibility: hidden;
    /* chrome */
    backface-visibility: hidden;
    /* chrome */
    background: transparent;
    /* chrome */ }
  a:hover img {
    opacity: 0.6; }

/**************************
responsive
**************************/
body #wrap {
  width: 100%;
  overflow: hidden !important; }

@media (min-width: 1200px) {
  .container {
    width: 970px; } }
.hidden-sp {
  display: block; }
  @media (max-width: 768px) {
    .hidden-sp {
      display: none; } }

.visible-sp {
  display: none; }
  @media (max-width: 768px) {
    .visible-sp {
      display: block; } }

.hidden-xsp {
  display: block; }
  @media (max-width: 480px) {
    .hidden-xsp {
      display: none; } }

.visible-xsp {
  display: none; }
  @media (max-width: 480px) {
    .visible-xsp {
      display: block; } }

.visible-sp-hidden-xsp {
  display: none; }
  @media (max-width: 768px) {
    .visible-sp-hidden-xsp {
      display: inline; } }
  @media (max-width: 480px) {
    .visible-sp-hidden-xsp {
      display: none; } }

br.hidden-sp {
  display: inline; }
  @media (max-width: 768px) {
    br.hidden-sp {
      display: none; } }

br.visible-xsp {
  display: none; }
  @media (max-width: 480px) {
    br.visible-xsp {
      display: inline; } }

p .br-line {
  display: inline-block !important; }

@media (max-width: 768px) {
  .col-xs-12 {
    padding-left: 30px;
    padding-right: 30px; } }
@media (max-width: 480px) {
  .col-xs-12 {
    padding-left: 15px;
    padding-right: 15px; } }

/**************************
header
**************************/
header {
  margin: 0 auto;
  /* overflow: hidden; */
  *zoom: 1;
  text-align: center;
  box-sizing: border-box; }

header {
  position: fixed;
  top: 1px;
  left: 0;
  margin-top: -1px;
  width: 100vw;
  display: block;
  /* height: 10.75vw; */
  height: 8vw;
  z-index: 100;
  /* background: rgba(26,26,26,1); */
  /* #1a1a1a */
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  transition: all .3s ease; }
  @media screen and (max-width: 480px) {
    header {
      height: calc(10.75vw + 20px); } }

header.is-header {
  /* height: 10.75vw; */
  /* height: 8vw; */ }

.header-inner {
  position: relative;
  margin: 0 auto;
  text-align: center; }

.home header {
  opacity: 0;
  transition: all .5s ease; }

.home header.is-header {
  opacity: 1; }

header::before {
  content: '';
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 2.75vw;
  background-color: #faf5eb;
  z-index: -1; }
  @media screen and (max-width: 480px) {
    header::before {
      height: calc(5.5vw + 25px); } }
header::after {
  content: '';
  position: absolute;
  display: block;
  top: 2.75vw;
  left: 0;
  width: 100%;
  height: 5.25vw;
  border-top: 1px solid #231815;
  border-bottom: 5.5vw solid transparent;
  border-left: 62.25vw solid #231815;
  border-right: 37.75vw solid #231815;
  z-index: -3; }
  @media screen and (max-width: 640px) {
    header::after {
      top: calc(5.5vw + 25px); } }
header .header-inner {
  position: relative; }
  header .header-inner::before {
    content: '';
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 2.75vw;
    background-color: #faf5eb;
    z-index: -1; }
    @media screen and (max-width: 480px) {
      header .header-inner::before {
        height: calc(5.5vw + 25px); } }
  header .header-inner::after {
    content: '';
    position: absolute;
    display: block;
    top: 2.75vw;
    left: 0;
    width: 100%;
    height: 5.25vw;
    border-top: 0 solid #faf5eb;
    border-bottom: 5.5vw solid transparent;
    border-left: 62.25vw solid #faf5eb;
    border-right: 37.75vw solid #faf5eb;
    z-index: -1; }
    @media screen and (max-width: 480px) {
      header .header-inner::after {
        top: calc(5.5vw + 25px); } }

@media screen and (max-width: 768px) {
  header {
    /* height: 60px; */ }

  .header-inner {
    /* height: 60px; */ } }
/**************************
nav
**************************/
#navToggle {
  /* display:none; */
  display: block;
  position: fixed;
  right: 15px;
  top: 12px;
  width: 50px;
  height: 50px;
  cursor: pointer;
  z-index: 9999;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }
  @media screen and (max-width: 768px) {
    #navToggle {
      top: 10px; } }
  @media screen and (max-width: 480px) {
    #navToggle {
      width: 44px;
      height: 44px; } }

#navToggle div {
  position: relative;
  display: block;
  margin: 0 0;
  padding: 0 0;
  width: 50px;
  height: 50px;
  /* 
      &::after {
          content: "MENU";
          position: absolute;
          width: 40px;
          height: 10px;
          top: auto;
          left: 0;
          right: 0;
          bottom: 8px;
          margin: auto auto;
          text-align: center;
          font-size: 8px;
          vertical-align: top;
          color: #333;
          z-index: 3;
      }
  */ }
  @media screen and (max-width: 480px) {
    #navToggle div {
      width: 44px;
      height: 44px; } }

#navToggle span {
  display: block;
  position: absolute;
  width: 100%;
  border-bottom-style: solid;
  border-bottom-width: 3.5px;
  border-bottom-color: #111;
  -webkit-transition: .35s ease-in-out;
  -moz-transition: .35s ease-in-out;
  transition: .35s ease-in-out; }
  @media screen and (max-width: 480px) {
    #navToggle span {
      border-bottom-width: 3px; } }

#navToggle.is-header span {
  border-bottom-color: #111; }

.home #navToggle span {
  border-bottom-color: #FFF; }

.home #navToggle.is-header span {
  border-bottom-color: #111; }

#navToggle span:nth-child(1) {
  top: 5px;
  left: 0;
  transform: rotate(-8deg);
  width: 65.2%; }
  @media screen and (max-width: 480px) {
    #navToggle span:nth-child(1) {
      top: 5px; } }

#navToggle span:nth-child(2) {
  top: 15.5px;
  left: 0;
  transform: rotate(-8deg);
  width: 65.2%; }
  @media screen and (max-width: 480px) {
    #navToggle span:nth-child(2) {
      top: 14.4px; } }

#navToggle span:nth-child(3) {
  top: 26px;
  left: 0;
  transform: rotate(-8deg);
  width: 65.2%; }
  @media screen and (max-width: 480px) {
    #navToggle span:nth-child(3) {
      top: 23.8px; } }

#navToggle span:nth-child(4) {
  top: 5px;
  left: auto;
  right: 0;
  transform: rotate(14.38deg);
  width: 36.6%; }
  @media screen and (max-width: 480px) {
    #navToggle span:nth-child(4) {
      top: 5px; } }

#navToggle span:nth-child(5) {
  top: 15.5px;
  left: auto;
  right: 0;
  transform: rotate(14.38deg);
  width: 36.6%; }
  @media screen and (max-width: 480px) {
    #navToggle span:nth-child(5) {
      top: 14.4px; } }

#navToggle span:nth-child(6) {
  top: 26px;
  left: auto;
  right: 0;
  transform: rotate(14.38deg);
  width: 36.6%; }
  @media screen and (max-width: 480px) {
    #navToggle span:nth-child(6) {
      top: 23.8px; } }

#slideMenu .menu {
  display: none; }

#slideMenu.openNav {
  height: 100%; }
  #slideMenu.openNav .menu {
    height: 100%; }

#slideMenu .menu {
  display: block;
  /* position: absolute; */
  position: fixed;
  right: 0;
  top: -100vh;
  height: 100vh;
  background: rgba(255, 255, 255, 0.8);
  width: 100%;
  padding: 0;
  /* padding-left: 10vw; */
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  text-align: center;
  z-index: 999;
  overflow: scroll;
  -webkit-overflow-scrolling: touch;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

#slideMenu ul {
  margin: 0 auto;
  margin-top: 100px;
  padding: 0 0; }
  @media screen and (min-width: 768px) {
    #slideMenu ul {
      margin-top: 5vw; } }
  @media screen and (min-width: 992px) {
    #slideMenu ul {
      max-width: 960px;
      margin-top: calc(50% - 480px); } }

#slideMenu ul li {
  display: block;
  width: 100%;
  height: auto;
  max-width: 170px;
  margin: 0 auto;
  margin-bottom: 15px;
  padding: 0 25px;
  /* border-top: 1px #EEE solid; */
  border-bottom: 0 none;
  line-height: 1; }
  @media screen and (main-width: 768px) {
    #slideMenu ul li {
      max-width: 220px;
      margin-bottom: 10px; } }
  #slideMenu ul li.menu-home {
    max-width: 220px;
    margin-bottom: 20px; }
  #slideMenu ul li.menu-sns-wrap {
    padding-top: 80px; }
    @media screen and (max-width: 768px) {
      #slideMenu ul li.menu-sns-wrap {
        padding-top: 60px; } }
  #slideMenu ul li ol {
    padding: 10px 0 0 0; }
    #slideMenu ul li ol li {
      font-size: 14px;
      width: 100%;
      margin-bottom: 15px;
      padding: 0 0; }
      @media screen and (min-width: 768px) {
        #slideMenu ul li ol li {
          margin-bottom: 10px; } }
    #slideMenu ul li ol li:last-child {
      padding: 0 0; }

#slideMenu ul li a {
  display: block;
  width: 100%;
  height: auto;
  color: #231815;
  font-size: 20px;
  /* font-weight: bold !important; */
  text-decoration: none;
  vertical-align: bottom; }
  #slideMenu ul li a img {
    display: block; }

#slideMenu ul li::after {
  content: ''; }

#slideMenu ul li:last-child {
  border-bottom: none; }

#slideMenu ul li.slideMenu-sns {
  /* background: #ccc; */ }

#slideMenu ul li a.sns-icon {
  display: inline-block;
  width: 2em;
  margin: 5px 5px;
  text-decoration: none;
  vertical-align: middle;
  width: 42px;
  height: 42px; }
  #slideMenu ul li a.sns-icon img {
    display: block;
    margin: 0;
    padding: 0; }

#navToggle {
  display: block;
  z-index: 9999; }

.home .openNav #navToggle span {
  border-bottom-style: solid;
  border-bottom-width: 3.5px;
  border-bottom-color: #111; }
  @media screen and (max-width: 480px) {
    .home .openNav #navToggle span {
      border-bottom-width: 3px; } }

.home .openNav #navToggle.is-header span {
  border-bottom-style: solid;
  border-bottom-width: 3.5px;
  border-bottom-color: #111; }
  @media screen and (max-width: 480px) {
    .home .openNav #navToggle.is-header span {
      border-bottom-width: 3px; } }

.openNav #navToggle span:nth-child(1) {
  top: 20px;
  width: 100%;
  -webkit-transform: rotate(-30deg);
  -moz-transform: rotate(-30deg);
  transform: rotate(-30deg); }

.openNav #navToggle span:nth-child(2) {
  top: 20px;
  width: 100%;
  -webkit-transform: rotate(30deg);
  -moz-transform: rotate(30deg);
  transform: rotate(30deg); }

.openNav #navToggle span:nth-child(3) {
  top: 20px;
  width: 100%;
  -webkit-transform: rotate(30deg);
  -moz-transform: rotate(30deg);
  transform: rotate(30deg); }

.openNav #navToggle span:nth-child(4) {
  top: 20px;
  width: 100%;
  -webkit-transform: rotate(-30deg);
  -moz-transform: rotate(-30deg);
  transform: rotate(-30deg); }

.openNav #navToggle span:nth-child(5) {
  top: 20px;
  width: 100%;
  -webkit-transform: rotate(30deg);
  -moz-transform: rotate(30deg);
  transform: rotate(30deg); }

.openNav #navToggle span:nth-child(6) {
  top: 20px;
  width: 100%;
  -webkit-transform: rotate(30deg);
  -moz-transform: rotate(30deg);
  transform: rotate(30deg); }

.openNav .menu {
  -moz-transform: translateY(100vh);
  -webkit-transform: translateY(100vh);
  transform: translateY(100vh); }

.openNav #navToggle div {
  width: 50px;
  height: 50px;
  /*
      &::after {
          content: "CLOSE";
          position: absolute;
          width: 40px;
          height: 10px;
          top: auto;
          left: 0;
          right: 0;
          bottom: 8px;
          margin: auto auto;
          text-align: center;
          font-size: 8px;
      }
  */ }
  @media screen and (max-width: 480px) {
    .openNav #navToggle div {
      width: 44px;
      height: 44px; } }

@media screen and (max-width: 480px) {
  #slideMenu.openNav {
    height: 100vh; }
    #slideMenu.openNav .menu {
      height: 100vh; }

  #slideMenu .menu {
    top: -100vh;
    height: 100vh; } }
/* *******************
accordion
******************* */
.accbox {
  margin: 0 0;
  padding: 0 0;
  /* max-width: 400px; */ }

.accbox label {
  position: relative;
  display: block;
  width: 100%;
  margin: 0 0;
  padding: 0 0;
  color: #CCC;
  /* font-weight: bold; */
  /* background: rgba(250,250,250,0); */
  cursor: pointer;
  transition: all 0.5s; }

.accbox label:after {
  /* content: '\f054'; */
  /* font-family: 'FontAwesome'; */
  /* padding-right: 8px; */ }

.icon {
  position: absolute;
  display: block;
  top: 10px;
  left: auto;
  right: 0;
  margin: auto auto;
  padding: 0 0;
  font-size: 22px;
  width: 22px;
  height: 22px;
  color: #231815;
  z-index: 1;
  transition: all 0.3s; }

.accbox label:hover {
  /* rgba(250,250,250,1); */
  color: #afc305; }

.accbox input {
  display: none; }

.accbox .accshow {
  height: 0;
  padding: 0;
  overflow: hidden;
  opacity: 0;
  transition: 0.8s; }

.cssacc:checked + label + .accshow {
  height: auto;
  padding: 0 0;
  /* background: rgba(250,250,250,0); */
  opacity: 1; }

.accbox .accshow a {
  color: #666; }

.cssacc:checked + label:before {
  /* content: '\f078'; */ }

.cssacc:checked + label .icon {
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg); }

/**************************
global-menu
*************************/
.global-menu-wrap {
  position: absolute;
  display: inline-block;
  width: calc( 100% - 405px );
  margin: 0;
  padding: 0 10px 0 0;
  top: 26px;
  left: auto;
  right: 195px;
  bottom: auto;
  height: 50px;
  text-align: right;
  vertical-align: middle;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -ms-transition: all .5s ease;
  transition: all .5s ease; }
  @media screen and (max-width: 840px) {
    .global-menu-wrap {
      width: calc( 100% - 400px );
      padding-right: 0; } }

.is-header .global-menu-wrap {
  top: 12px; }
  @media screen and (max-width: 1020px) {
    .is-header .global-menu-wrap {
      top: 15px; } }

.global-menu {
  display: block;
  width: 100%;
  margin: 0 auto;
  padding-right: 10px;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  transition: all .3s ease; }
  .global-menu li {
    display: inline-block;
    margin: 0 5px;
    padding: 0 0;
    text-align: center;
    width: 100px;
    height: 38px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease; }
    .global-menu li a {
      display: block;
      width: 100%;
      margin: 0 0;
      padding: 0 0;
      height: 50px;
      line-height: 50px;
      color: #FFF;
      font-size: 16px;
      letter-spacing: 0.15em;
      font-weight: normal;
      -webkit-transition: all .3s ease;
      -moz-transition: all .3s ease;
      -ms-transition: all .3s ease;
      transition: all .3s ease; }
      .global-menu li a:hover {
        color: #EEE; }
      .global-menu li a.red {
        color: gray; }
      .global-menu li a.red:hover {
        color: #231815; }

@media screen and (max-width: 1020px) {
  .global-menu {
    padding-right: 10px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease; }
    .global-menu li {
      margin: 0 5px;
      width: 90px;
      height: auto; }
      .global-menu li a {
        font-size: 14px; } }
@media screen and (max-width: 970px) {
  .global-menu {
    padding-right: 10px; }
    .global-menu li {
      margin: 0 0;
      width: 80px;
      height: auto; }
      .global-menu li a {
        font-size: 14px; } }
@media screen and (max-width: 840px) {
  .global-menu {
    padding-right: 10px; }
    .global-menu li {
      margin: 0 0;
      width: 70px;
      height: auto; }
      .global-menu li a {
        font-size: 13px; } }
@media screen and (max-width: 768px) {
  .global-menu-wrap {
    display: none; }

  .global-menu {
    display: none; } }
/**************************
top
**************************/
#logo .opc {
  opacity: 0.8; }

header .logo {
  position: absolute;
  display: inline-block;
  margin: 0;
  padding: 0;
  top: 13px;
  left: 25px;
  right: auto;
  bottom: auto;
  /* width: 30.58vw; */
  width: 23.9vw;
  max-width: 287px;
  height: auto;
  vertical-align: middle;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -ms-transition: all .5s ease;
  transition: all .5s ease; }
  @media screen and (max-width: 768px) {
    header .logo {
      top: 10px;
      left: 15px;
      /* width: 150px; */
      /* height: 30px; */ } }
  @media screen and (max-width: 420px) {
    header .logo {
      top: 10px;
      left: 15px;
      /* width: 130px; */
      /* height: 26px; */
      width: 28.75vw; } }
  header .logo a {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0; }
  header .logo img {
    /* max-width: 280px; */
    width: 100%;
    height: auto; }

header.is-header .logo {
  top: 13px;
  /* width: 146px; */
  /* height: 29px; */ }
  @media screen and (max-width: 768px) {
    header.is-header .logo {
      top: 10px;
      left: 15px;
      /* width: 150px; */
      /* height: 30px; */ } }
  @media screen and (max-width: 420px) {
    header.is-header .logo {
      top: 10px;
      left: 15px;
      /* width: 130px; */
      /* height: 26px; */
      width: 28.75vw; } }
  header.is-header .logo a {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0; }
  header.is-header .logo img {
    /* max-width: 280px; */
    width: 100%;
    height: auto; }

/**************************
sns-menu
**************************/
.sns-menu {
  position: absolute;
  display: inline-block;
  margin: 0 0;
  padding: 0 0;
  top: 20px;
  left: auto;
  right: 65px;
  bottom: auto;
  width: 130px;
  height: 50px;
  text-align: center;
  vertical-align: bottom;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -ms-transition: all .5s ease;
  transition: all .5s ease; }
  @media screen and (max-width: 970px) {
    .sns-menu {
      right: 65px; } }
  @media screen and (max-width: 768px) {
    .sns-menu {
      display: none; } }

.is-header .sns-menu {
  top: 6px; }

.sns-menu .list-inline > li {
  display: inline-block;
  padding-right: 4px;
  padding-left: 4px; }

a.sns-icon {
  display: inline-block;
  margin: 0;
  margin-top: 9px;
  padding: 4px auto;
  width: 28px;
  height: 28px;
  text-align: center;
  vertical-align: middle;
  line-height: 1;
  border-radius: 50%; }

a.sns-icon, a.sns-icon:hover {
  color: #555 !important; }

a.sns-icon i {
  color: #1a1a1a !important;
  font-size: 22px;
  line-height: 28px; }

a.sns-icon i.fa-facebook-f {
  margin-right: -5px;
  margin-top: 4px; }

/**************************
side-btn-wrap
**************************/
#side-btn-wrap {
  /* display: none; */
  position: absolute;
  top: 0;
  bottom: auto;
  left: auto;
  right: 50vw;
  width: 132px;
  height: auto;
  margin: auto auto;
  padding: 0 0;
  padding-top: 11vw;
  -webkit-transform: translateX(551px);
  -ms-transform: translateX(551px);
  transform: translateX(551px);
  z-index: 33;
  text-align: right;
  vertical-align: middle; }
  @media screen and (max-width: 1112px) {
    #side-btn-wrap {
      right: 10px;
      width: 100px;
      padding-top: 11vw;
      -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
      transform: translateX(0); } }
  @media screen and (max-width: 768px) {
    #side-btn-wrap {
      display: none; } }
  #side-btn-wrap.is-sidebtn {
    display: block;
    position: fixed; }
    @media screen and (max-width: 768px) {
      #side-btn-wrap.is-sidebtn {
        display: none; } }
  #side-btn-wrap a .icon-fb, #side-btn-wrap a .icon-insta, #side-btn-wrap a:visited .icon-fb, #side-btn-wrap a:visited .icon-insta {
    display: inline-block;
    vertical-align: middle;
    margin: auto auto;
    padding: 0 0; }
  #side-btn-wrap a.sns-icon {
    display: inline-block;
    margin: 0;
    padding: auto auto;
    width: 42px;
    height: 42px;
    text-align: center;
    vertical-align: top;
    line-height: 1;
    border-radius: 50%; }
    #side-btn-wrap a.sns-icon.icon-insta {
      /* margin-top: 30px; */
      margin-top: 10px; }
    #side-btn-wrap a.sns-icon.icon-fb {
      margin-top: 10px; }
  #side-btn-wrap a.sns-icon, #side-btn-wrap a.sns-icon:hover {
    color: #555 !important; }

/**************************
header-inq-btn
**************************/
.header-inq-btn {
  position: relative;
  display: block;
  margin: 0 0;
  padding: 0 0;
  /* top: 200px; */
  /* left: auto; */
  /* right: 10px; */
  width: 100%;
  height: auto;
  text-align: center;
  vertical-align: top;
  /* background-color: $main-color; */
  /* z-index: 100; */ }
  @media screen and (max-width: 768px) {
    .header-inq-btn {
      /* top: 17px; */
      /* left: auto; */
      /* right: 55px; */
      /* width: 103px; */
      /* height: 26px; */
      /* z-index: 100; */ } }
  .header-inq-btn a {
    width: 100%;
    display: block;
    margin: 0 0;
    padding: 0 0; }
  .header-inq-btn:hover a img {
    /* opacity: 0.8; */ }

/**************************
header-event-btn
**************************/
.header-event-btn {
  position: relative;
  display: block;
  margin: 0 0;
  margin-top: 20px;
  padding: 0 0;
  width: 100%;
  height: 42px;
  text-align: right;
  vertical-align: top; }
  .header-event-btn a.event-btn {
    /* position: relative; */
    position: absolute;
    display: block;
    width: 42px;
    height: 42px;
    top: 0;
    bottom: 0;
    left: auto;
    right: 0;
    border-radius: 21px;
    margin: 0 0;
    padding: 0 0;
    text-align: center;
    line-height: 1;
    background-color: #afc305;
    -webkit-transition: all .7s;
    transition: all .7s; }
    .header-event-btn a.event-btn::after {
      content: "イ";
      position: absolute;
      display: block;
      width: 27px;
      height: 27px;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      margin: auto auto;
      padding: 0 0;
      text-align: center;
      font-size: 27px;
      line-height: 1;
      font-weight: bold;
      color: #FFF;
      z-index: 3;
      -webkit-transition: all .3s;
      transition: all .3s; }
    .header-event-btn a.event-btn span {
      display: none;
      width: auto;
      height: 42px;
      margin: 0 0;
      padding: 0 21px;
      font-size: 14.6px;
      color: transparent;
      line-height: 42px;
      overflow: hidden;
      -webkit-transition: all .1s;
      transition: all .1s; }
    .header-event-btn a.event-btn:hover {
      width: 210px; }
      .header-event-btn a.event-btn:hover::after {
        display: none; }
      .header-event-btn a.event-btn:hover span {
        display: inline-block;
        color: #FFF; }

/**********************************
bo-btn
**********************************/
.bo-btn {
  display: block;
  position: relative;
  margin: 0 auto;
  margin-top: 30px;
  margin-bottom: 30px;
  width: 100%;
  height: 50px;
  text-align: center; }
  @media screen and (max-width: 768px) {
    .bo-btn {
      width: calc(100% - 30px);
      height: auto; } }
  @media screen and (max-width: 420px) {
    .bo-btn {
      height: 62px; } }

.bo-btn a {
  display: block;
  margin: 0;
  width: 100%;
  cursor: pointer;
  text-decoration: none;
  background-color: transparent;
  line-height: 50px;
  padding: auto auto;
  font-size: 16px;
  color: #231815;
  letter-spacing: .1em;
  border: 1px #231815 solid;
  border-radius: 25px; }
  @media screen and (max-width: 768px) {
    .bo-btn a {
      /* line-height: 20px; */
      /* padding: 10px 15px; */
      /* font-size: 13px !important; */
      font-size: 14px !important; } }
  @media screen and (max-width: 420px) {
    .bo-btn a {
      line-height: 20px;
      padding: 10px 15px;
      /* font-size: 13px !important; */
      font-size: 14px !important;
      letter-spacing: .04em;
      border-radius: 31px; } }

.bo-btn a.btn-cstm:hover {
  text-decoration: none;
  color: #FFF;
  background-color: #afc305;
  border: 1px #afc305 solid; }

.ser-btn {
  display: block;
  position: relative;
  margin: 0 auto;
  margin-top: 10px;
  margin-bottom: 10px;
  width: 255px;
  height: 40px;
  text-align: center; }
  @media screen and (min-width: 420px) {
    .ser-btn {
      width: 300px; } }
  @media screen and (min-width: 768px) {
    .ser-btn {
      margin-top: 20px;
      margin-bottom: 20px; } }

.ser-btn a {
  display: block;
  margin: 0;
  width: 100%;
  cursor: pointer;
  text-decoration: none;
  background-color: #FFF;
  line-height: 40px;
  padding: auto;
  font-size: 16px;
  color: #231815;
  letter-spacing: .1em;
  border: 1px #231815 solid;
  border-radius: 20px; }

.ser-btn a.btn-cstm:hover {
  text-decoration: none;
  color: #FFF;
  background-color: #231815; }

.more-btn {
  display: inline-block;
  position: relative;
  margin: auto;
  margin-top: 0;
  margin-bottom: 10px;
  width: 120px;
  height: 32px;
  text-align: center; }
  @media screen and (max-width: 420px) {
    .more-btn {
      width: 140px; } }

.more-btn a {
  display: block;
  margin: 0;
  width: 100%;
  cursor: pointer;
  text-decoration: none;
  background-color: #FFF;
  line-height: 32px;
  padding: auto;
  /* font-size: 13px !important; */
  font-size: 14px !important;
  color: #231815;
  letter-spacing: .1em;
  border: 1px #231815 solid; }

.more-btn a.btn-cstm:hover {
  text-decoration: none;
  color: #FFF;
  background-color: #231815;
  border: 1px #231815 solid;
  border-radius: 0 16px 16px 0; }

.btn-cstm::before, .btn-cstm::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: ''; }

.btn-cstm, .btn-cstm::before, .btn-cstm::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s; }

/**************************
phone-box 
**************************/
.phone-box {
  position: absolute;
  display: inline-block;
  margin: 0;
  padding: 15px 15px;
  top: 0;
  left: auto;
  right: 0;
  bottom: auto;
  width: 210px;
  height: 70px;
  text-align: center;
  vertical-align: bottom;
  background-color: #ffe0cc; }
  @media screen and (max-width: 768px) {
    .phone-box {
      display: none; } }
  .phone-box .phone-box-inner {
    width: 100%; }
  .phone-box .phone-number {
    color: #4c2d13;
    display: block;
    border-bottom: 1px #4c2d13 solid;
    width: 100%;
    text-align: right;
    line-height: 1.2; }
    .phone-box .phone-number span {
      font-weight: 600 !important;
      font-size: 24px;
      letter-spacing: -0.01em; }
      .phone-box .phone-number span.phone-num {
        font-weight: 600 !important;
        font-family: 'Lato' , Helvetica , Arial , sans-serif;
        font-size: 23px; }
    .phone-box .phone-number i {
      color: #4c2d13 !important;
      font-size: 18px; }
  .phone-box .phone-cap {
    display: block;
    width: 100%;
    font-weight: 400;
    font-size: 10px;
    text-align: right;
    line-height: 1.6; }

.foot-phone-box {
  display: block;
  margin: 0;
  padding: 0;
  text-align: left;
  vertical-align: bottom; }
  .foot-phone-box .phone-box-inner {
    width: 100%; }
  .foot-phone-box .phone-number {
    color: #FFF;
    display: block;
    width: 100%;
    text-align: right;
    line-height: 1.2; }
    .foot-phone-box .phone-number span {
      font-weight: 600 !important;
      font-size: 29px;
      letter-spacing: -0.01em; }
      .foot-phone-box .phone-number span.phone-num {
        font-weight: 600 !important;
        font-family: 'Lato' , Helvetica , Arial , sans-serif;
        font-size: 35px; }
        @media screen and (max-width: 768px) {
          .foot-phone-box .phone-number span.phone-num {
            font-size: 30px; } }
        @media screen and (max-width: 420px) {
          .foot-phone-box .phone-number span.phone-num {
            font-size: 28px; } }
    @media screen and (max-width: 768px) {
      .foot-phone-box .phone-number {
        text-align: center; } }
    .foot-phone-box .phone-number i {
      color: #FFF;
      font-size: 24px; }

.foot-phone-cap {
  display: none; }
  @media screen and (max-width: 768px) {
    .foot-phone-cap {
      display: inline-block;
      font-size: 10px;
      padding-left: 10px;
      padding-right: 10px; } }

/**************************
effect
**************************/
/*----- フェードイン -----*/
.inviewfadeIn {
  opacity: 0;
  transition: 2s; }

.fadeIn {
  opacity: 1.0; }

/*----- フェードインしながら上へスライド -----*/
.inviewfadeInUp {
  opacity: 0;
  transform: translate(0, 60px);
  -webkit-transform: translate(0, 60px);
  transition: 1.4s; }

/*----- フェードインしながら上へスライド遅く -----*/
.inviewfadeInSlowUp {
  opacity: 0;
  transform: translate(0, 60px);
  -webkit-transform: translate(0, 60px);
  transition: 3.4s; }

.fadeInUp {
  opacity: 1.0;
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0); }

/*----- フェードインしながらズームイン -----*/
.inviewzoomIn {
  opacity: 0;
  -webkit-transform: scale(0.96);
  -ms-transform: scale(0.96);
  transform: scale(0.96);
  -webkit-transition: all 1.4s ease-out;
  -o-transition: all 1.4s ease-out;
  transition: all 1.4s ease-out; }

.zoomIn {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1); }

.gotocon-down {
  display: block;
  padding: 7px;
  width: 40px;
  height: 40px;
  border: 2px #FFF solid;
  border-radius: 50%;
  vertical-align: middle; }
  .gotocon-down span.glyphicon {
    line-height: 1;
    font-size: 26px;
    text-shadow: none; }

/**************************
footer
**************************/
footer {
  position: relative;
  width: 100%;
  color: #FFF;
  text-align: center;
  background: rgba(0, 0, 0, 0); }

#foot-roof {
  position: relative;
  display: block;
  width: 100vw;
  height: 5.25vw;
  margin: 0 auto;
  padding: 0 0;
  border-top: 0 solid transparent;
  border-bottom: 5.5vw solid #231815;
  border-left: 62.25vw solid transparent;
  border-right: 37.75vw solid transparent; }

body #footer-cont {
  /* font-size: 13px; */ }

#footer-cont {
  position: relative;
  background-color: #231815;
  margin: 0 0;
  /* padding-top: 30px; */
  padding-bottom: 30px;
  text-align: left;
  color: #FFF; }
  @media screen and (max-width: 420px) {
    #footer-cont {
      /* padding-top: 30px; */
      padding-bottom: 10px; } }
  #footer-cont a, #footer-cont a:hover {
    color: #FFF; }
  #footer-cont .footer-cont-inner {
    position: relative;
    padding-top: 30px; }
  #footer-cont .logo {
    display: inline-block;
    /* margin: 5em auto; */
    width: 100%;
    max-width: 255px;
    height: auto; }
    @media screen and (max-width: 768px) {
      #footer-cont .logo {
        margin: 0 auto; } }
    @media screen and (max-width: 420px) {
      #footer-cont .logo {
        max-width: 180px; } }

@media screen and (max-width: 768px) {
  .foot-global-menu-wrap {
    padding-left: 15px; } }
@media screen and (max-width: 420px) {
  .foot-global-menu-wrap {
    padding-left: 15px; } }

.foot-global-menu-wrap {
  text-align: left;
  padding-bottom: 80px; }
  .foot-global-menu-wrap > ul {
    width: calc(100% - 100px); }
    @media screen and (max-width: 768px) {
      .foot-global-menu-wrap > ul {
        padding-left: 15px;
        padding-right: 15px; } }
    .foot-global-menu-wrap > ul > li {
      width: 27%;
      padding: 0 15px 0 0; }
      @media screen and (max-width: 970px) {
        .foot-global-menu-wrap > ul > li {
          width: 50%;
          /* margin-top: 2em; */ } }
      @media screen and (max-width: 768px) {
        .foot-global-menu-wrap > ul > li {
          width: 100%;
          /* margin-top: 2em; */ } }
      @media screen and (max-width: 420px) {
        .foot-global-menu-wrap > ul > li {
          width: 100%; } }
      .foot-global-menu-wrap > ul > li:first-child {
        /* width: 19%; */
        /* border-left: 1px #FFF solid; */
        /* padding-bottom: 3em; */ }
        @media screen and (max-width: 768px) {
          .foot-global-menu-wrap > ul > li:first-child {
            width: 100%;
            border-left: 0 none; } }
  .foot-global-menu-wrap li {
    line-height: 1.8;
    vertical-align: top;
    margin-top: 6px; }
    .foot-global-menu-wrap li a {
      font-size: 14px; }
    .foot-global-menu-wrap li h6 {
      position: relative;
      font-size: 14px;
      line-height: 1.8;
      display: block;
      width: 120px; }
      @media screen and (max-width: 420px) {
        .foot-global-menu-wrap li h6 {
          /* margin-top: 16px; */
          width: 110px; } }
      .foot-global-menu-wrap li h6:first-child {
        margin-top: 0; }
      .foot-global-menu-wrap li h6::before {
        content: "＞ ";
        display: inline-block;
        position: absolute;
        left: -1.5em;
        top: 6px;
        right: auto;
        bottom: 0;
        color: #FFF; }
      .foot-global-menu-wrap li h6 a {
        font-size: 14px;
        font-weight: bold;
        font-weight: 600; }
    .foot-global-menu-wrap li li {
      width: 100%;
      padding-left: 1.5em; }
      @media screen and (max-width: 640px) {
        .foot-global-menu-wrap li li {
          padding-top: 10px; } }
      .foot-global-menu-wrap li li a {
        /* font-size: 13px !important; */
        font-size: 14px !important;
        color: #b1b1b1;
        display: block;
        width: 120px; }
        @media screen and (max-width: 420px) {
          .foot-global-menu-wrap li li a {
            width: 110px; } }

.foot-flex {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap; }

.foot-logo-wrap {
  width: 25%;
  padding-top: 3px;
  text-align: left;
  padding-left: 0;
  padding-right: 30px; }
  @media screen and (max-width: 768px) {
    .foot-logo-wrap {
      width: 40%;
      padding-left: 15px; } }
  @media screen and (max-width: 640px) {
    .foot-logo-wrap {
      width: 100%;
      margin-bottom: 5px; } }

.foot-address-wrap {
  width: 35%;
  padding-left: 30px;
  border-left: 1px #b1b1b1 solid;
  text-align: left; }
  @media screen and (max-width: 768px) {
    .foot-address-wrap {
      width: 59.5%;
      padding-left: 15px;
      padding-right: 15px; } }
  @media screen and (max-width: 640px) {
    .foot-address-wrap {
      width: calc(100% - 30px);
      margin: 0 auto; } }
  .foot-address-wrap .foot-address-wrap-inner {
    color: #b1b1b1;
    /* font-size: 13px !important; */
    font-size: 14px !important;
    vertical-align: top;
    line-height: 1.8; }

.copy-cont {
  width: 39.5%;
  position: relative; }
  @media screen and (max-width: 768px) {
    .copy-cont {
      width: 100%;
      padding-left: 30px;
      padding-right: 30px; } }
  @media screen and (max-width: 640px) {
    .copy-cont {
      padding-left: 15px;
      padding-right: 15px; } }
  .copy-cont .copyright {
    position: absolute;
    top: auto;
    bottom: 0;
    width: 100%;
    text-align: right;
    font-size: 11px;
    color: #FFF;
    vertical-align: bottom; }
    @media screen and (max-width: 768px) {
      .copy-cont .copyright {
        position: relative;
        top: 0;
        bottom: 0;
        padding-top: 30px; } }

.foot-menu {
  padding-top: 55px; }
  @media screen and (max-width: 420px) {
    .foot-menu {
      padding-top: 10px; } }
  .foot-menu li {
    padding: 5px 0; }
    .foot-menu li a {
      border-right: 1px #231815 solid;
      padding: 0 20px; }
      @media screen and (max-width: 420px) {
        .foot-menu li a {
          /* border-right: 0 none; */
          font-size: 7px;
          padding: 0 5px; } }
    .foot-menu li:last-child a {
      border-right: 0 none; }

/**********************************
page-top
**********************************/
#page-top {
  width: 85px;
  height: 33px;
  display: block;
  position: absolute;
  top: 30px;
  right: 0px;
  bottom: auto;
  z-index: 1; }
  @media screen and (max-width: 970px) {
    #page-top {
      right: 15px; } }
  @media screen and (max-width: 420px) {
    #page-top {
      top: 15px; } }
  #page-top .move-page-top {
    display: block;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    text-align: center;
    border: 1px #FFF solid;
    border-radius: 16.5px;
    background: rgba(175, 195, 5, 0);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s; }
    #page-top .move-page-top:hover {
      opacity: 1;
      -webkit-filter: invert(100%);
      filter: invert(100%);
      /* background: rgba(175,195,5,1); */
      background: black; }
    #page-top .move-page-top img {
      opacity: 1;
      width: 100%;
      height: 100%;
      background: transparent; }

#move-page-top {
  text-decoration: none;
  display: block;
  cursor: pointer; }

.back-btn {
  height: 70px; }
  .back-btn a.btn-back {
    display: block;
    margin: 0;
    vertical-align: middle;
    padding: 17px 0;
    font-size: 14px;
    color: #FFF;
    letter-spacing: 0.1em; }
    .back-btn a.btn-back img {
      diplay: inline-block;
      width: 36px;
      height: 36px;
      vertical-align: middle;
      margin-right: 10px; }
    .back-btn a.btn-back:hover {
      color: #DDD; }
      .back-btn a.btn-back:hover img {
        opacity: 0.7; }

/**********************************
mark
**********************************/
.mailmark {
  letter-spacing: 0.02em; }

.form_ul span.mailmark {
  color: #231815; }

.mailmark::before {
  content: "@"; }

/**********************************
pre
**********************************/
span.pre {
  white-space: pre;
  white-space: -moz-pre-wrap; }

/**********************************
edit
**********************************/
@media screen and (max-width: 768px) {
  .img-wrap {
    /* padding: 0 15px; */
    border-left: 1px #231815 solid;
    border-right: 1px #231815 solid; } }

@media screen and (max-width: 768px) {
  .pad-wrap {
    padding: 0 15px; } }

.pad-30-wrap {
  padding: 15px 15px; }
  @media screen and (max-width: 768px) {
    .pad-30-wrap {
      padding: 30px 30px; } }

.pad-0-30-wrap {
  padding: 15px 0 15px 15px; }
  @media screen and (max-width: 768px) {
    .pad-0-30-wrap {
      padding: 30px 30px; } }

.oth-wrap {
  padding-top: 100px;
  padding-bottom: 60px; }

.col-oth {
  padding: 0 15px 30px 15px; }

.staff-cont {
  padding-bottom: 100px; }
  @media screen and (max-width: 420px) {
    .staff-cont {
      padding-bottom: 80px; } }
  .staff-cont .pad-wrap {
    max-width: 280px;
    margin: 0 auto; }
    @media screen and (max-width: 420px) {
      .staff-cont .pad-wrap {
        max-width: 50vw; } }
  .staff-cont:last-child {
    padding-bottom: 10px; }

.gly-wrap {
  padding-top: 30px;
  padding-bottom: 0; }

.col-gly {
  padding: 15px 15px 15px 15px; }

@media screen and (max-width: 768px) {
  .gallery-cont {
    padding: 0 30px; } }

.eventlist-wrap {
  padding-bottom: 50px; }
  @media screen and (max-width: 420px) {
    .eventlist-wrap {
      padding-bottom: 30px; } }
  .eventlist-wrap li {
    margin-bottom: 10px; }

/**************************
breadcrumb
**************************/
.breadcrumb {
  padding: 0 0;
  padding-top: 40px;
  text-align: left;
  background-color: initial;
  background-color: transparent; }
  .breadcrumb li {
    color: #FFF;
    font-size: 12px; }
    .breadcrumb li a {
      color: #FFF;
      font-size: 12px; }

.breadcrumb > li + li:before {
  content: ">";
  color: #FFF; }

@media screen and (max-width: 768px) {
  .breadcrumb {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 15px; } }
/**********************************
hr
**********************************/
.hr-simple {
  position: relative;
  display: block;
  width: 100%;
  max-width: 970px;
  height: 1px;
  margin: 90px auto 120px auto;
  padding: 0 0;
  border-bottom: 1px #231815 solid; }
  @media screen and (max-width: 768px) {
    .hr-simple {
      width: calc(100% - 30px);
      margin: 45px auto 60px auto; } }

.page .hr-simple {
  position: relative;
  display: block;
  width: 100%;
  max-width: 970px;
  height: 1px;
  margin: 100px auto 80px auto;
  padding: 0 0;
  border-bottom: 1px #231815 solid; }
  @media screen and (max-width: 768px) {
    .page .hr-simple {
      width: calc(100% - 30px);
      margin: 50px auto 50px auto; } }

.hr-line.hr-line-high {
  position: relative;
  display: block;
  width: 100vw;
  height: 18vw;
  margin: 0 auto;
  padding: 0 0; }
  @media screen and (min-width: 1400px) {
    .hr-line.hr-line-high {
      height: 16vw; } }
  @media screen and (max-width: 768px) {
    .hr-line.hr-line-high {
      height: 18vw; } }
  .hr-line.hr-line-high .hr-stw {
    position: absolute;
    width: 15.875vw;
    height: 15.875vw;
    top: auto;
    left: calc(50vw - 485px);
    bottom: calc(5.55572vw - 40.903614px);
    z-index: 0; }
    @media screen and (min-width: 1200px) {
      .hr-line.hr-line-high .hr-stw {
        width: 190.5px;
        height: 190.5px;
        top: auto;
        left: calc(50vw - 485px);
        bottom: calc(4.21686745vw - 24.83734928px); } }
    @media screen and (max-width: 768px) {
      .hr-line.hr-line-high .hr-stw {
        width: 15.875vw;
        height: 15.875vw;
        top: auto;
        left: 15px;
        bottom: calc(1.3388554vw + 1.26506px); } }
  .hr-line.hr-line-high .hr-hr {
    position: absolute;
    width: 100vw;
    height: 5.25vw;
    top: auto;
    left: 0;
    bottom: 0;
    z-index: 0; }
.hr-line.hr-line-high-02 {
  position: relative;
  display: block;
  width: 100vw;
  height: 19.46vw;
  margin: 0 auto;
  padding: 0 0; }
  @media screen and (min-width: 1400px) {
    .hr-line.hr-line-high-02 {
      height: 18vw; } }
  @media screen and (max-width: 768px) {
    .hr-line.hr-line-high-02 {
      height: 19.46vw; } }
  .hr-line.hr-line-high-02 .hr-stw-right {
    position: absolute;
    width: 15.875vw;
    height: 15.875vw;
    top: auto;
    left: auto;
    right: calc(50vw - 485px);
    bottom: calc(9.161423796vw - 67.45033px);
    z-index: 0; }
    @media screen and (min-width: 1200px) {
      .hr-line.hr-line-high-02 .hr-stw-right {
        width: 190.5px;
        height: 190.5px;
        top: auto;
        left: auto;
        right: calc(50vw - 485px);
        bottom: calc(6.95364235vw - 40.95695344px); } }
    @media screen and (max-width: 768px) {
      .hr-line.hr-line-high-02 .hr-stw-right {
        width: 15.875vw;
        height: 15.875vw;
        top: auto;
        left: auto;
        right: 15px;
        bottom: calc(2.207781446vw + 2.0860927px); } }
  .hr-line.hr-line-high-02 .hr-hr {
    position: absolute;
    width: 100vw;
    height: 5.25vw;
    top: auto;
    left: 0;
    bottom: 0;
    z-index: 0; }

.container.sideline-container {
  border-left: 1px solid #231815;
  border-right: 1px solid #231815; }

.container .nm-section {
  margin-left: -15px;
  margin-right: -15px; }

h3 {
  position: relative;
  font-weight: 600;
  font-size: 26px;
  color: #231815; }
  @media screen and (max-width: 328px) {
    h3 {
      font-size: 20px; } }
  h3 .num {
    display: inline-block;
    font-size: 28px;
    font-weight: 600;
    letter-spacing: 0.16em;
    padding-bottom: 2px; }
    @media screen and (max-width: 328px) {
      h3 .num {
        font-size: 22px;
        letter-spacing: 0.03em; } }
  h3 .text-small {
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.06em;
    line-height: 2; }
  h3 .un-line {
    padding-bottom: 3px;
    border-bottom: 1px #4c2d13 solid; }
  h3 .title-img {
    display: block;
    height: auto; }

h3.title-img {
  width: 320px;
  margin: 0 auto 80px auto;
  font-size: 35px;
  font-weight: bold;
  font-weight: 600;
  letter-spacing: 0.1em; }
  @media screen and (max-width: 768px) {
    h3.title-img {
      margin: 0 auto 40px auto; } }
  @media screen and (max-width: 420px) {
    h3.title-img {
      font-size: 24px;
      width: 52.5vw;
      margin: 0 auto 40px auto;
      padding: 0 auto; } }
  h3.title-img.title-img-lo {
    margin: 0 auto 50px auto; }
    @media screen and (max-width: 768px) {
      h3.title-img.title-img-lo {
        margin: 0 auto 40px auto; } }
    @media screen and (max-width: 420px) {
      h3.title-img.title-img-lo {
        margin: 0 auto 30px auto; } }

h3.title-img-sub {
  /* width: 320px; */
  margin: 0 auto 30px auto;
  font-size: 34px;
  font-weight: bold;
  font-weight: 600;
  letter-spacing: 0.05em; }
  h3.title-img-sub.title-img-sub-02 {
    margin: 70px auto 60px auto; }
  h3.title-img-sub img {
    text-align: center;
    margin: 0 auto;
    width: 100%;
    max-width: 768px; }
  @media screen and (max-width: 768px) {
    h3.title-img-sub {
      margin: 0 auto 20px auto; } }
  @media screen and (max-width: 420px) {
    h3.title-img-sub {
      width: 100%;
      margin: 0 auto 20px auto;
      padding: 0 0;
      font-size: 24px; } }

h3.big-center {
  display: block;
  width: 100%;
  margin: 40px auto;
  padding: auto auto;
  font-size: 45px;
  font-weight: normal;
  font-weight: 300;
  text-align: center;
  letter-spacing: 0.1em; }
  @media screen and (max-width: 768px) {
    h3.big-center {
      font-size: 30px; } }
  h3.big-center.mid-bc {
    font-size: 35px; }
    @media screen and (max-width: 640px) {
      h3.big-center.mid-bc {
        font-size: 25px; } }
  @media screen and (max-width: 640px) {
    h3.big-center.page-title-bc {
      margin: 10px auto; } }

h4 .num {
  font-size: 19px;
  font-weight: 300;
  letter-spacing: 0.1em; }

h4.un-line {
  display: inline-block;
  width: 100%;
  margin: 10px auto;
  padding: 0 0 10px 0;
  border-bottom: 1px #231815 solid;
  font-size: 21px;
  font-weight: bold;
  font-weight: 600;
  letter-spacing: 0.04em; }
  @media screen and (max-width: 768px) {
    h4.un-line {
      width: calc(100% - 30px);
      margin-left: 15px;
      font-size: 16px;
      letter-spacing: 0.02em; } }
  @media screen and (max-width: 320px) {
    h4.un-line {
      width: calc(100% - 30px);
      font-size: 14px;
      letter-spacing: 0; } }

h4.small-center {
  display: block;
  width: 100%;
  margin: 40px auto 30px auto;
  padding: auto auto;
  font-size: 19px;
  font-weight: normal;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0.1em; }
  @media screen and (max-width: 768px) {
    h4.small-center {
      font-size: 18px; } }

h4.mid-center {
  display: block;
  width: 100%;
  margin: 0 auto;
  padding: 40px 0;
  font-size: 21px;
  font-weight: bold;
  font-weight: 600;
  text-align: center;
  line-height: 1.67;
  letter-spacing: 0.04em; }
  @media screen and (max-width: 768px) {
    h4.mid-center {
      width: calc(100% - 30px); } }
  @media screen and (max-width: 480px) {
    h4.mid-center {
      width: calc(100% - 30px);
      padding-bottom: 20px;
      font-size: 16px;
      text-align: left; } }
  @media screen and (max-width: 320px) {
    h4.mid-center {
      font-size: 14px;
      letter-spacing: 0; } }

h4.title-copy {
  font-size: 44px;
  font-weight: bold;
  font-weight: 600;
  letter-spacing: 0.135em;
  line-height: 1.88;
  padding-bottom: 50px;
  color: #1a1a1a; }
  h4.title-copy img {
    text-align: center;
    margin: 0 auto;
    width: 100%;
    max-width: 768px; }
  @media screen and (max-width: 768px) {
    h4.title-copy {
      font-size: 35px;
      padding-left: 10px;
      padding-right: 10px; } }
  @media screen and (max-width: 420px) {
    h4.title-copy {
      font-size: 24px;
      letter-spacing: 0.05em;
      margin-left: -15px;
      margin-right: -15px;
      padding-left: 0;
      padding-right: 0; } }
  h4.title-copy.title-copy-topmgn {
    padding-top: 50px; }

h4.kod-oth-title {
  display: block;
  width: 100%;
  margin: 0 auto;
  padding: 0 0 10px 0;
  font-size: 23px;
  font-weight: bold;
  font-weight: 600;
  line-height: 1.67;
  letter-spacing: 0.04em; }
  @media screen and (max-width: 768px) {
    h4.kod-oth-title {
      font-size: 16px !important; } }
  @media screen and (max-width: 480px) {
    h4.kod-oth-title {
      font-size: 14.8px !important; } }
  @media screen and (max-width: 320px) {
    h4.kod-oth-title {
      font-size: 14px !important; } }

h4.title-phone-center {
  position: relative;
  display: block;
  width: 13em;
  height: 2em;
  margin: 0 auto 40px auto;
  padding: 0 0;
  padding-left: 1em;
  font-size: 21px;
  font-weight: 400;
  text-align: center;
  line-height: 1.67;
  letter-spacing: 0.04em; }
  @media screen and (max-width: 480px) {
    h4.title-phone-center {
      font-size: 18px; } }
  h4.title-phone-center::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: auto;
    bottom: 0;
    width: 19px;
    height: 24.5px;
    margin: auto auto;
    padding: 0 0;
    background-image: url("images/2x/icon-phone@2x.png");
    background-size: contain;
    background-repeat: no-repeat; }

a.phone-num-center {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  max-width: 416px;
  margin: 0 auto 15px auto;
  padding: 0 0;
  text-align: center; }

h4.title-mail-center {
  position: relative;
  display: block;
  width: 13em;
  height: 2em;
  margin: 0 auto 40px auto;
  padding: 0 0;
  padding-left: 1em;
  font-size: 21px;
  font-weight: 400;
  text-align: center;
  line-height: 1.67;
  letter-spacing: 0.04em; }
  @media screen and (max-width: 480px) {
    h4.title-mail-center {
      font-size: 18px; } }
  h4.title-mail-center::before {
    content: '';
    display: block;
    position: absolute;
    top: -3px;
    left: -14px;
    right: auto;
    bottom: 3px;
    width: 28px;
    height: 19px;
    margin: auto auto;
    padding: 0 0;
    background-image: url("images/2x/icon-mail@2x.png");
    background-size: contain;
    background-repeat: no-repeat; }

h5.img-cap {
  display: block;
  width: 100%;
  margin: 10px auto 10px auto;
  padding: auto auto;
  font-size: 14px;
  font-weight: normal;
  font-weight: 300;
  text-align: center;
  letter-spacing: 0.1em; }
  @media screen and (max-width: 768px) {
    h5.img-cap {
      font-size: 13px;
      line-height: 1.4; } }

p.lead {
  text-align: left;
  font-size: 30px !important;
  font-weight: bold;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1.88;
  color: #231815;
  padding-bottom: 20px; }
  @media screen and (max-width: 768px) {
    p.lead {
      font-size: 23px !important;
      padding-left: 15px;
      padding-right: 15px;
      padding-bottom: 20px; } }
  @media screen and (max-width: 420px) {
    p.lead {
      text-align: left;
      font-size: 20px !important;
      padding-bottom: 10px; } }
  p.lead.center {
    text-align: center; }

p.lead-sub {
  display: block;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 100px;
  padding: 10px 0;
  font-size: 18px !important;
  font-weight: 400;
  line-height: 1.67;
  letter-spacing: 0.02em; }
  @media screen and (max-width: 768px) {
    p.lead-sub {
      width: calc(100% - 30px); } }
  @media screen and (max-width: 480px) {
    p.lead-sub {
      width: calc(100% - 30px);
      margin-bottom: 50px;
      font-size: 17px !important; } }
  p.lead-sub span {
    letter-spacing: 0.04em;
    font-weight: 400; }
  p.lead-sub.center {
    text-align: center; }
    @media screen and (max-width: 480px) {
      p.lead-sub.center {
        /* font-size: 13px !important; */
        font-size: 14px !important;
        text-align: left;
        line-height: 2;
        letter-spacing: 0; } }
    @media screen and (max-width: 320px) {
      p.lead-sub.center {
        /* font-size: 13px !important; */
        font-size: 14px !important; } }

p.bodycopy {
  letter-spacing: 0.04em;
  font-weight: 300;
  text-align: justify;
  text-justify: inter-ideograph; }
  @media screen and (max-width: 768px) {
    p.bodycopy {
      padding-left: 15px;
      padding-right: 15px;
      /* font-size: 81.25% !important; */
      font-size: 87.5% !important;
      letter-spacing: 0.02em; } }
  @media screen and (max-width: 600px) {
    p.bodycopy {
      padding-left: 15px;
      padding-right: 15px;
      letter-spacing: 0; } }
  p.bodycopy span {
    letter-spacing: 0.04em;
    font-weight: 300;
    text-align: justify;
    text-justify: inter-ideograph; }
  p.bodycopy.center {
    text-align: center; }
    @media screen and (max-width: 420px) {
      p.bodycopy.center {
        text-align: left;
        text-align: justify;
        text-justify: inter-ideograph; } }
  p.bodycopy.bodycopy-400 {
    font-weight: 400; }
    p.bodycopy.bodycopy-400 span {
      font-weight: 400; }
  p.bodycopy .date {
    display: inline-block;
    width: 100px;
    color: #afc305;
    margin-right: 1em; }
    @media screen and (max-width: 420px) {
      p.bodycopy .date {
        display: block; } }

@media screen and (max-width: 768px) {
  .home p.bodycopy.bodycopy-400 {
    padding-left: 0px;
    padding-right: 0px; } }
@media screen and (max-width: 420px) {
  .home p.bodycopy.bodycopy-400 {
    padding-left: 15px;
    padding-right: 15px; } }
.home p.bodycopy.bodycopy-400 br.visible-xxsp {
  display: none; }
  @media screen and (max-width: 320px) {
    .home p.bodycopy.bodycopy-400 br.visible-xxsp {
      display: inline; } }

p.green-copy {
  color: #afc305; }
  p.green-copy.center {
    text-align: center; }

.information-box {
  position: relative;
  display: block;
  width: calc(100% - 30px);
  height: auto;
  max-width: 440px;
  margin: 25px auto 0 auto;
  padding: 15px 15px;
  font-size: 14px;
  font-weight: 400;
  text-align: center;
  line-height: 1.67;
  letter-spacing: 0.04em;
  color: #afc305;
  border: 2px #afc305 solid; }
  @media screen and (max-width: 480px) {
    .information-box {
      font-size: 14px; } }
  @media screen and (max-width: 320px) {
    .information-box {
      /* font-size: 13px */
      font-size: 14px; } }

.img-icon-insta-wrap {
  position: relative; }

.img-icon-insta {
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  /* -webkit-transform: translate3d(0, 0, -1px); */
  /* transform: translate3d(0, 0, -1px); */
  width: 96px;
  height: 101px; }

.title-bar {
  position: relative;
  margin-bottom: 120px;
  width: 100%;
  height: 320px; }
  .title-bar img {
    text-align: center;
    margin: 0 auto;
    width: 100%;
    max-width: 768px; }
  @media screen and (max-width: 768px) {
    .title-bar {
      height: 240px; } }
  @media screen and (max-width: 420px) {
    .title-bar {
      height: 135px;
      margin-bottom: 80px; } }
  .title-bar h2 {
    font-size: 44px;
    letter-spacing: 0.135em;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 1em;
    margin: auto auto;
    padding: 0 0;
    color: #FFF; }
    @media screen and (max-width: 420px) {
      .title-bar h2 {
        font-size: 24px; } }
  .title-bar.prd-02 {
    margin-top: 50px;
    margin-bottom: 0;
    text-align: center;
    background: url("images/prd/img-prd-02@2x.jpg") center/cover no-repeat;
    -webkit-background-size: cover;
    background-size: cover; }
    @media screen and (max-width: 420px) {
      .title-bar.prd-02 {
        margin-top: 10px; } }
  .title-bar.prd-04 {
    margin-top: 0;
    margin-bottom: 50px;
    text-align: center;
    background: url("images/prd/img-prd-04@2x.jpg") center/cover no-repeat;
    -webkit-background-size: cover;
    background-size: cover; }
    @media screen and (max-width: 420px) {
      .title-bar.prd-04 {
        margin-bottom: 30px; } }

/**********************************
hero1
**********************************/
#hero1 {
  /* margin-top: 90px; */ }

@media screen and (max-width: 768px) {
  #hero1 {
    /* margin-top: 60px; */ } }
.home #hero1 {
  position: relative;
  width: 100vw;
  /* height: 100%; */
  /* height: 100vh !important; */
  /* height: 600px; */
  height: auto;
  -webkit-scroll-behavior: smooth;
  -webkit-scroll-snap-type: mandatory;
  scroll-snap-type: mandatory;
  -webkit-scroll-snap-points-y: repeat(100%);
  -webkit-backface-visibility: hidden;
  text-align: center; }
  @media screen and (max-width: 1280px) {
    .home #hero1 {
      /* height: 500px; */ } }
  @media screen and (max-width: 768px) {
    .home #hero1 {
      /* height: 84.8vw; */ } }
  .home #hero1 .img_bk img {
    width: 100% !important;
    height: auto !important; }
  .home #hero1 #hero1-main {
    position: absolute;
    top: -1px;
    left: 0;
    width: 100%;
    height: auto;
    height: 64.66vw;
    z-index: 3; }
    @media screen and (max-width: 480px) {
      .home #hero1 #hero1-main {
        /* height: 172.5333vw; */
        height: 150.125vw; } }

/* IE10 IE11 */
.img-ie {
  display: none; }

/* IE10 */
@media all and (-ms-high-contrast: none) {
  .hero1-main-img svg {
    display: none; }

  .img-ie {
    display: block;
    width: 100%;
    height: 100%;
    height: 64.66vw;
    background-size: contain;
    background-repeat: no-repeat; }
    .img-ie.img-ie-01 {
      background-image: url("images/home/img-01_ie.png"); }
    .img-ie.img-ie-02 {
      background-image: url("images/home/img-02_ie.png"); }
    .img-ie.img-ie-03 {
      background-image: url("images/home/img-03_ie.png"); }
    .img-ie.img-ie-04 {
      background-image: url("images/home/img-04_ie.png"); }
    .img-ie.img-ie-05 {
      background-image: url("images/home/img-05_ie.png"); } }
/* IE11 */
@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop svg, .hero1-main-img svg {
    display: none; }

  *::-ms-backdrop, .img-ie {
    display: block;
    width: 100%;
    height: 100%;
    height: 64.66vw;
    background-size: contain;
    background-repeat: no-repeat; }
    *::-ms-backdrop.img-ie-01, .img-ie.img-ie-01 {
      background-image: url("images/home/img-01_ie.png"); }
    *::-ms-backdrop.img-ie-02, .img-ie.img-ie-02 {
      background-image: url("images/home/img-02_ie.png"); }
    *::-ms-backdrop.img-ie-03, .img-ie.img-ie-03 {
      background-image: url("images/home/img-03_ie.png"); }
    *::-ms-backdrop.img-ie-04, .img-ie.img-ie-04 {
      background-image: url("images/home/img-04_ie.png"); }
    *::-ms-backdrop.img-ie-05, .img-ie.img-ie-05 {
      background-image: url("images/home/img-05_ie.png"); } }
svg#mask_01 {
  position: absolute;
  top: 0;
  left: 0; }

svg#mask_01_sp {
  position: absolute;
  top: 0;
  left: 0; }

svg#mask_img_01 {
  width: 100% !important;
  height: auto !important; }

.home #hero1 .logo-main {
  position: absolute;
  display: block;
  width: 28.25%;
  /* max-width: 260px; */
  height: auto;
  left: 0;
  right: 0;
  top: 23.83vw;
  bottom: auto;
  margin: auto auto;
  padding: auto auto;
  z-index: 5; }
  @media screen and (max-width: 480px) {
    .home #hero1 .logo-main {
      /* top: 77.2vw; */
      /* top: 70.8vw; */
      top: 62.25vw;
      width: 54.5vw; } }
  .home #hero1 .logo-main img {
    width: 100%;
    height: auto; }

.bg-paper {
  /* background:url("images/bg-paper.jpg") center top repeat-y; */
  /* background-size:100%; */
  background: #faf5eb;
  /* #faf5eb */ }

.bg-line::after {
  content: '';
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: calc(100vw - 30px);
  max-width: 970px;
  height: 100%;
  margin: auto auto;
  padding: 0 0;
  border-left: 1px solid #231815;
  border-right: 1px solid #231815;
  z-index: -1; }

.bg-white {
  background: white; }

.cont-wrap {
  /* padding-top: 50px; */
  /* padding-bottom: 50px; */
  position: relative;
  height: auto;
  /* text-align: center; */ }
  @media screen and (max-width: 768px) {
    .cont-wrap {
      /* padding-top: 30px; */ } }
  @media screen and (max-width: 420px) {
    .cont-wrap {
      /* padding-bottom: 30px; */ } }
  .cont-wrap.cont-wrap-long {
    /* padding-top: 120px; */
    /* padding-bottom: 120px; */ }
    @media screen and (max-width: 768px) {
      .cont-wrap.cont-wrap-long {
        /* padding-top: 50px; */
        /* padding-bottom: 50px; */ } }
  .cont-wrap.np-cont {
    margin-top: -20px;
    padding-top: 0; }
    @media screen and (max-width: 768px) {
      .cont-wrap.np-cont {
        margin-top: -10px;
        padding-top: 0; } }

.page #conINST {
  padding-bottom: 14em; }
  @media screen and (max-width: 1280px) {
    .page #conINST {
      padding-bottom: 14em; } }
  @media screen and (max-width: 970px) {
    .page #conINST {
      padding-bottom: 10em; } }

/**********************************
slider
**********************************/
/* 1枚目をあらかじめ表示 */
.home #hero1-main .flexslider .slides > li:first-child {
  display: block;
  -webkit-backface-visibility: visible; }

.home #hero1-main .flexslider {
  position: absolute;
  left: 0;
  right: 0;
  border: 0;
  width: 100%;
  /* height: calc(100vh - 170px) !important;  */
  height: 64.66vw;
  margin: 0 0;
  margin-bottom: 0;
  background: rgba(255, 255, 255, 0); }
  .home #hero1-main .flexslider .flex-viewport {
    height: 100%; }
  @media screen and (max-width: 1280px) {
    .home #hero1-main .flexslider {
      height: 64.66vw; } }
  @media screen and (max-width: 768px) {
    .home #hero1-main .flexslider {
      /* height: calc(100vh - 292px) !important;  */
      /* height: initial; */
      /* height: auto; */
      height: 64.66vw; } }

.slides {
  margin: 0;
  padding: 0;
  height: 100%; }
  .slides li {
    height: 100%; }

#hero1-main-inner img {
  width: 100%;
  height: 100%;
  position: relative;
  vertical-align: bottom;
  object-fit: cover;
  object-position: top right; }

#hero1-main-inner img.fitimg {
  object-fit: cover;
  font-family: "object-fit: cover; object-position: top right;"; }

#hero1-main-inner ul {
  margin: 0;
  padding: 0; }

#hero1 .flex-control-nav {
  display: none;
  bottom: 20px;
  z-index: 300; }

.home .flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #FFF;
  background: rgba(255, 255, 255, 0.7);
  cursor: pointer;
  text-indent: -9999px;
  -webkit-box-shadow: inset 0 0 3px rgba(255, 255, 255, 0.3);
  -moz-box-shadow: inset 0 0 3px rgba(255, 255, 255, 0.3);
  -o-box-shadow: inset 0 0 3px rgba(255, 255, 255, 0.3);
  box-shadow: inset 0 0 3px rgba(255, 255, 255, 0.3);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px; }

.home .flex-control-paging li a.flex-active {
  background: #ff3c00;
  background: rgba(255, 60, 0, 0.8);
  cursor: default; }

/* ******************************
slide img layer cstm 
****************************** */
.page #hero1 .lead-copy-wrap {
  display: block;
  width: 60%;
  max-width: 768px;
  height: auto;
  margin: 0 auto;
  padding: 4em 0 0 0;
  text-align: left; }
  .page #hero1 .lead-copy-wrap h4 {
    font-size: 26px;
    font-weight: bold;
    font-weight: 600;
    font-weight: 600; }
    @media screen and (max-width: 420px) {
      .page #hero1 .lead-copy-wrap h4 {
        font-size: 22px;
        line-height: 1.6; } }
  .page #hero1 .lead-copy-wrap p {
    font-size: 16px; }
  @media screen and (max-width: 1280px) {
    .page #hero1 .lead-copy-wrap {
      max-width: 600px; } }
  @media screen and (max-width: 922px) {
    .page #hero1 .lead-copy-wrap {
      width: 70%;
      max-width: 600px; }
      .page #hero1 .lead-copy-wrap p {
        font-size: 14px; } }

.page #hero1 .copy-main h1 {
  text-align: center;
  font-size: 39px;
  letter-spacing: 0.2em;
  line-height: 1.2;
  color: #FFF;
  font-weight: 300; }

/**********************************
scrl-btn
**********************************/
.home #hero1 .scroll-box {
  position: absolute;
  display: block;
  width: 5.5vw;
  min-width: 40px;
  height: auto;
  top: auto;
  left: 0;
  right: 0;
  bottom: 7.5vw;
  margin: 0 auto;
  padding: 0 0 10px 0;
  z-index: 3; }
  @media screen and (max-width: 768px) {
    .home #hero1 .scroll-box {
      /* bottom: 20vw; */ } }
  @media screen and (max-width: 480px) {
    .home #hero1 .scroll-box {
      bottom: 12.5vw; } }

.home #hero1 .scroll-box img {
  width: 100%;
  margin: 0;
  padding: 0; }

.page #hero1 .scroll-box {
  position: absolute;
  display: block;
  width: 40px;
  height: 50px;
  top: auto;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
  padding: 0 0 10px 0;
  z-index: 3; }

.page #hero1 .scroll-box img {
  width: 100%;
  margin: 0;
  padding: 0; }

.hr-line {
  position: relative; }

.hr-line-high .scroll-box {
  position: absolute;
  display: block;
  width: 5.5vw;
  min-width: 40px;
  height: auto;
  top: auto;
  left: 0;
  right: 0;
  bottom: 7.5vw;
  margin: 0 auto;
  padding: 0 0 10px 0;
  z-index: 3; }

/**********************************
gaiyo
**********************************/
.gaiyo-cont {
  padding-bottom: 55px; }

.gaiyo-list {
  width: 100%;
  margin: 0 0;
  /* padding-left: 13%; */
  font-size: 16px;
  line-height: 1.85;
  letter-spacing: 0.12em;
  vertical-align: top; }
  @media screen and (max-width: 768px) {
    .gaiyo-list {
      padding-left: 30px;
      padding-right: 30px; } }
  @media screen and (max-width: 640px) {
    .gaiyo-list {
      /* font-size: 13px */
      font-size: 14px;
      /* padding-top: 30px; */
      padding-left: 30px;
      padding-right: 30px; } }
  @media screen and (max-width: 320px) {
    .gaiyo-list {
      /* font-size: 13px */
      font-size: 14px; } }
  .gaiyo-list dt {
    display: inline-block;
    width: 22.6%;
    vertical-align: top;
    line-height: 1.85;
    margin-bottom: 25px;
    letter-spacing: 0.12em; }
    @media screen and (max-width: 640px) {
      .gaiyo-list dt {
        width: 25%; } }
    @media screen and (max-width: 320px) {
      .gaiyo-list dt {
        width: 27%; } }
  .gaiyo-list dd {
    display: inline-block;
    width: 77%;
    vertical-align: top;
    line-height: 1.85;
    margin-bottom: 25px;
    padding-left: 45px;
    letter-spacing: 0.12em;
    border-left: 1px #231815 solid; }
    @media screen and (max-width: 640px) {
      .gaiyo-list dd {
        width: 74%;
        padding-left: 15px; } }
    @media screen and (max-width: 320px) {
      .gaiyo-list dd {
        width: 72%; } }

.map-cont {
  padding-bottom: 80px; }

/**********************************
con1
**********************************/
@media screen and (max-width: 768px) {
  #con1-inner {
    padding-top: 30px; } }

.page #con1-inner {
  padding-top: calc(10.75vw + 10px); }
  @media screen and (max-width: 768px) {
    .page #con1-inner {
      padding-top: calc(10.75vw + 30px); } }

/**********************************
kod
**********************************/
.kod-cont {
  /* padding-bottom: 100px; */ }

@media screen and (max-width: 768px) {
  .kod-cont {
    padding-left: 15px;
    padding-right: 15px; } }
@media screen and (max-width: 768px) {
  .kod-cont p.bodycopy {
    padding-left: 0;
    padding-right: 0; } }

h3.kod-title {
  position: relative;
  display: block;
  font-weight: 600;
  font-size: 30px;
  color: #231815;
  letter-spacing: 0.06em;
  margin: 0 auto;
  padding-left: 67px;
  margin-bottom: 30px;
  line-height: 1.3; }
  @media screen and (max-width: 768px) {
    h3.kod-title {
      width: calc(100% - 30px);
      font-size: 20px; } }
  @media screen and (max-width: 480px) {
    h3.kod-title {
      padding-left: 50px;
      font-size: 16px; } }
  h3.kod-title.kod-title-01::before, h3.kod-title.kod-title-02::before, h3.kod-title.kod-title-03::before {
    content: '';
    position: absolute;
    top: auto;
    left: 0;
    bottom: -5px;
    width: 45px;
    height: 50px;
    margin: auto auto;
    padding: 0 0;
    background-size: contain;
    background-repeat: no-repeat; }
    @media screen and (max-width: 768px) {
      h3.kod-title.kod-title-01::before, h3.kod-title.kod-title-02::before, h3.kod-title.kod-title-03::before {
        top: -5px;
        left: 0;
        bottom: auto;
        width: 40.5px;
        height: 45px; } }
    @media screen and (max-width: 480px) {
      h3.kod-title.kod-title-01::before, h3.kod-title.kod-title-02::before, h3.kod-title.kod-title-03::before {
        top: 0;
        left: 0;
        bottom: auto;
        width: 36px;
        height: 40px; } }
  h3.kod-title.kod-title-01::before {
    background-image: url("images/kodawari/k-num-01@2x.png"); }
  h3.kod-title.kod-title-02::before {
    background-image: url("images/kodawari/k-num-02@2x.png"); }
  h3.kod-title.kod-title-03::before {
    background-image: url("images/kodawari/k-num-03@2x.png"); }

.kod-flow-wrap {
  position: relative;
  display: block;
  width: 100%;
  margin: 100px auto 80px auto;
  padding: 60px 60px 30px 60px;
  border: 1px #231815 solid; }
  @media screen and (max-width: 768px) {
    .kod-flow-wrap {
      width: calc(100% - 30px);
      margin: 100px auto 50px auto;
      padding: 30px 30px;
      border: 1px #231815 solid; } }
  @media screen and (max-width: 480px) {
    .kod-flow-wrap {
      padding: 30px 30px; } }
  .kod-flow-wrap h3.kod-box-title {
    content: '';
    position: absolute;
    top: -20px;
    left: 0;
    right: 0;
    bottom: auto;
    width: 260px;
    height: 40px;
    margin: auto auto;
    padding: 0 0;
    background: #faf5eb;
    text-align: center;
    font-size: 27px;
    font-weight: 300;
    letter-spacing: 0.1em; }
    @media screen and (max-width: 768px) {
      .kod-flow-wrap h3.kod-box-title {
        top: -15px;
        width: 240px;
        height: 30px;
        font-size: 20px; } }
    @media screen and (max-width: 480px) {
      .kod-flow-wrap h3.kod-box-title {
        top: -10px;
        width: 170px;
        height: 20px;
        font-size: 16px; } }

.kod-flow {
  display: block;
  margin: 0 auto;
  padding: 0 0; }
  .kod-flow p {
    font-weight: 300;
    font-size: 16px;
    letter-spacing: 0.02em;
    text-align: justify;
    text-justify: inter-ideograph; }
    @media screen and (max-width: 768px) {
      .kod-flow p {
        /* font-size: 13px; */
        font-size: 87.5% !important; } }
    @media screen and (max-width: 480px) {
      .kod-flow p {
        /* font-size: 13px; */
        font-size: 87.5% !important; } }
    .kod-flow p span {
      font-weight: 300; }
  .kod-flow li {
    position: relative;
    width: 100%;
    display: block;
    color: #231815;
    letter-spacing: 0.06em;
    margin: 0 auto;
    padding-left: 50px;
    padding-bottom: 30px;
    margin-bottom: 30px;
    vertical-align: top; }
    @media screen and (max-width: 768px) {
      .kod-flow li {
        padding-left: 30px; } }
    @media screen and (max-width: 480px) {
      .kod-flow li {
        padding-left: 25px;
        padding-bottom: 25px; } }
    .kod-flow li::after {
      content: '';
      position: absolute;
      top: auto;
      left: 0;
      right: 0;
      bottom: -30px;
      width: 100%;
      height: 30px;
      margin: auto auto;
      padding: 0 0;
      background-size: contain;
      background-repeat: no-repeat;
      background-image: url("images/SVG/k-01-04-line.svg");
      z-index: 1; }
      @media screen and (max-width: 768px) {
        .kod-flow li::after {
          background-size: 100%; } }
    .kod-flow li::before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      right: auto;
      bottom: auto;
      width: 32px;
      height: 45px;
      margin: auto auto;
      padding: 0 0;
      background-size: contain;
      background-repeat: no-repeat; }
      @media screen and (max-width: 768px) {
        .kod-flow li::before {
          top: -3px;
          width: 14.4px;
          height: 20.25px; } }
      @media screen and (max-width: 480px) {
        .kod-flow li::before {
          top: -3px; } }
    .kod-flow li:nth-of-type(1)::before {
      background-image: url("images/kodawari/k-01-num-01@2x.png"); }
    .kod-flow li:nth-of-type(2)::before {
      background-image: url("images/kodawari/k-01-num-02@2x.png"); }
    .kod-flow li:nth-of-type(3)::before {
      background-image: url("images/kodawari/k-01-num-03@2x.png"); }
    .kod-flow li:nth-of-type(4) {
      margin-bottom: 0; }
    .kod-flow li:nth-of-type(4)::after {
      display: none; }
    .kod-flow li:nth-of-type(4)::before {
      background-image: url("images/kodawari/k-01-num-04@2x.png"); }
    .kod-flow li h4 {
      font-weight: 600;
      font-size: 20px;
      padding-bottom: 10px; }
      @media screen and (max-width: 768px) {
        .kod-flow li h4 {
          font-size: 16px; } }
      @media screen and (max-width: 480px) {
        .kod-flow li h4 {
          font-size: 15px; } }
    .kod-flow li p {
      font-weight: 300;
      font-size: 16px;
      text-align: justify;
      text-justify: inter-ideograph; }
      @media screen and (max-width: 768px) {
        .kod-flow li p {
          /* font-size: 13px; */
          font-size: 87.5%;
          margin-left: -30px; } }
      @media screen and (max-width: 480px) {
        .kod-flow li p {
          /* font-size: 13px; */
          font-size: 87.5%;
          margin-left: -25px; } }
      .kod-flow li p span {
        font-weight: 300; }

@media screen and (max-width: 768px) {
  .kod-oth-cont p.bodycopy {
    padding-left: 0;
    padding-right: 0; } }
@media screen and (max-width: 768px) {
  .kod-oth-cont .pt-5 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; } }

/**********************************
light-box
**********************************/
#lightbox .lb-outerContainer {
  padding: 0; }

#lightbox .lb-container {
  padding: 0; }

#lightbox.lightbox .lb-image {
  border: 0 solid transparent; }

.page .lightboxOverlay {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
  opacity: 0.6; }

#lightbox .lb-dataContainer {
  position: absolute;
  margin: 0 auto;
  padding-top: 0;
  width: 100%;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  top: -16px;
  bottom: auto;
  right: -16px;
  left: 16px; }

#lightbox .lb-data .lb-close {
  display: block;
  float: right;
  width: 32px;
  height: 32px;
  background: url("images/close.png") top right no-repeat;
  background-size: contain;
  text-align: right;
  outline: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
  opacity: 0.9;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s; }

/**********************************
foot-sns-menu
**********************************/
.foot-sns-menu-wrap {
  padding-top: 60px; }
  @media screen and (max-width: 420px) {
    .foot-sns-menu-wrap {
      padding-top: 30px; } }

.icon-large {
  display: inline-block;
  width: 88px;
  height: 88px;
  margin: 25px 10px;
  padding: 0 0; }
  @media screen and (max-width: 420px) {
    .icon-large {
      width: 44px;
      height: 44px;
      margin: 20px 10px 10px 10px; } }

.icon-hash {
  display: inline-block;
  width: 195px;
  height: 30px;
  margin: 25px auto;
  padding: 0 0; }
  @media screen and (max-width: 420px) {
    .icon-hash {
      width: 97.5px;
      height: 22px;
      margin: 13px 10px; } }

/**********************************
btn-cstm-lg
**********************************/
.btn-cstm-lg {
  display: inline-block;
  position: relative;
  margin-top: 23px;
  width: 100%;
  height: 70px;
  text-align: left; }

.btn-cstm-lg a {
  display: block;
  margin: 0;
  width: 100%;
  cursor: pointer;
  text-decoration: none;
  background: #ed8f26;
  line-height: 70px;
  padding: auto;
  padding-left: 3em;
  font-size: 18px;
  color: #FFF;
  font-weight: bold;
  font-weight: 600;
  letter-spacing: .1em;
  border-radius: 2px;
  -webkit-transition: all .6s;
  -moz-transition: all .6s;
  -ms-transition: all .6s;
  -o-transition: all .6s;
  transition: all .6s; }
  .btn-cstm-lg a::before {
    font-family: 'FontAwesome';
    content: "\f105";
    position: absolute;
    display: inline-block;
    top: 0;
    right: 10px;
    line-height: 70px;
    vertical-align: middle;
    font-size: 24px;
    color: #FFF; }
  .btn-cstm-lg a:hover {
    background: rgba(237, 143, 38, 0.8); }
  @media screen and (max-width: 768px) {
    .btn-cstm-lg a {
      padding-left: auto; } }

body .btn-cstm-contact {
  /* font-family: "游ゴシック体", "Yu Gothic", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif; */ }

.btn-cstm-contact {
  display: block;
  position: relative;
  margin: 0 auto;
  margin-top: 46px;
  width: 430px;
  height: 107px;
  text-align: center; }
  @media screen and (max-width: 460px) {
    .btn-cstm-contact {
      width: 100%;
      max-width: 320px;
      height: 70px; } }

.btn-cstm-contact a {
  display: block;
  margin: 0;
  width: 100%;
  cursor: pointer;
  text-decoration: none;
  background: #c1272d;
  line-height: 107px;
  padding: auto;
  padding-left: 3em;
  font-size: 24px;
  color: #FFF;
  font-weight: bold;
  font-weight: 600;
  letter-spacing: .1em;
  border-radius: 7px;
  -webkit-transition: all .6s;
  -moz-transition: all .6s;
  -ms-transition: all .6s;
  -o-transition: all .6s;
  transition: all .6s; }
  @media screen and (max-width: 460px) {
    .btn-cstm-contact a {
      font-size: 20px;
      line-height: 70px;
      padding-left: 1em; } }
  .btn-cstm-contact a::before {
    content: "";
    position: absolute;
    display: block;
    top: 35px;
    left: 4em;
    line-height: 107px;
    width: 47px;
    height: 30px;
    background: url("images/img-icon-contact@2x.png") no-repeat;
    background-size: contain;
    z-index: 3; }
    @media screen and (max-width: 460px) {
      .btn-cstm-contact a::before {
        width: 33px;
        height: 21px;
        top: 24px;
        left: 30px; } }
  .btn-cstm-contact a:hover {
    background: rgba(193, 39, 45, 0.8); }

body .btn-cstm-detail {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif; }

.btn-cstm-detail {
  display: block;
  position: relative;
  margin: 0 auto;
  margin-top: 46px;
  width: 233px;
  height: 58px;
  text-align: center; }
  @media screen and (max-width: 420px) {
    .btn-cstm-detail {
      /* width: 100%; */ } }

.btn-cstm-detail a {
  display: block;
  margin: 0;
  width: 100%;
  cursor: pointer;
  text-decoration: none;
  background: #1a1a1a;
  /* #1a1a1a */
  line-height: 58px;
  padding: auto;
  font-size: 17px;
  color: #FFF;
  font-weight: normal;
  font-weight: 500;
  letter-spacing: 0.1em;
  border-radius: 7px;
  -webkit-transition: all .6s;
  -moz-transition: all .6s;
  -ms-transition: all .6s;
  -o-transition: all .6s;
  transition: all .6s; }
  .btn-cstm-detail a i {
    padding-left: 10px; }
  .btn-cstm-detail a:hover {
    background: rgba(26, 26, 26, 0.8); }

.overall-wrap {
  display: block;
  margin: 0 auto;
  padding: 0;
  padding-bottom: 4em;
  width: 100%;
  max-width: 790px; }

.overview-img-wrap {
  padding-left: 15px;
  padding-right: 20px; }

/**********************************
flex
**********************************/
/*     list-pict     */
.list-pict {
  list-style: none;
  margin: 0 auto;
  padding-left: 0;
  padding-right: 0;
  display: -ms-grid;
  display: grid;
  grid-gap: 10px;
  -ms-grid-columns: 1.34fr 0.66fr;
  grid-template-columns: 1.34fr 0.66fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto; }

.list-pict li {
  font-size: 0;
  line-height: 0;
  vertical-align: middle;
  margin: 0;
  padding: 0;
  overflow: hidden; }

.list-pict li.box_1 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  grid-row: 1/ span 2;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1 / span 1; }

_:-ms-input-placeholder, :root .list-pict li.box_1 {
  padding-right: 5px; }

.list-pict li.box_2 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  grid-row: 1/ span 1;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-column: 2 / span 1; }

_:-ms-input-placeholder, :root .list-pict li.box_2 {
  padding-left: 5px;
  padding-bottom: 5px; }

.list-pict li.box_3 {
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  grid-row: 2/ span 1;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-column: 2 / span 1; }

_:-ms-input-placeholder, :root .list-pict li.box_3 {
  padding-left: 5px;
  padding-top: 5px; }

.list-pict li {
  position: relative;
  overflow: hidden; }

.list-pict li img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover; }

/*     gallery-pict     */
.gallery-pict {
  list-style: none;
  margin: 0 auto;
  padding-left: 0;
  padding-right: 0;
  display: -ms-grid;
  display: grid;
  grid-gap: 10px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto; }

.gallery-pict li {
  font-size: 0;
  line-height: 0;
  vertical-align: middle;
  margin: 0;
  padding: 0;
  overflow: hidden; }

_:-ms-input-placeholder, :root .gallery-pict li {
  padding: 5px 5px; }

.gallery-pict li.box_1 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  grid-row: 1/ span 2;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-column: 1 / span 2; }

.gallery-pict li.box_2 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  grid-row: 1/ span 1;
  -ms-grid-column: 3;
  -ms-grid-column-span: 1;
  grid-column: 3 / span 1; }

.gallery-pict li.box_3 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  grid-row: 1/ span 1;
  -ms-grid-column: 4;
  -ms-grid-column-span: 1;
  grid-column: 4 / span 1; }

.gallery-pict li.box_4 {
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  grid-row: 2/ span 1;
  -ms-grid-column: 3;
  -ms-grid-column-span: 1;
  grid-column: 3 / span 1; }

.gallery-pict li.box_5 {
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  grid-row: 2/ span 1;
  -ms-grid-column: 4;
  -ms-grid-column-span: 1;
  grid-column: 4 / span 1; }

.gallery-pict li.box_6 {
  -ms-grid-row: 3;
  -ms-grid-row-span: 1;
  grid-row: 3/ span 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1 / span 1; }

.gallery-pict li.box_7 {
  -ms-grid-row: 3;
  -ms-grid-row-span: 1;
  grid-row: 3/ span 1;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-column: 2 / span 1; }

.gallery-pict li.box_8 {
  -ms-grid-row: 4;
  -ms-grid-row-span: 1;
  grid-row: 4/ span 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1 / span 1; }

.gallery-pict li.box_9 {
  -ms-grid-row: 4;
  -ms-grid-row-span: 1;
  grid-row: 4/ span 1;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-column: 2 / span 1; }

.gallery-pict li.box_10 {
  -ms-grid-row: 3;
  -ms-grid-row-span: 2;
  grid-row: 3/ span 2;
  -ms-grid-column: 3;
  -ms-grid-column-span: 2;
  grid-column: 3 / span 2; }

.gallery-pict li.box_11 {
  -ms-grid-row: 5;
  -ms-grid-row-span: 1;
  grid-row: 5/ span 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1 / span 1; }

.gallery-pict li.box_12 {
  -ms-grid-row: 5;
  -ms-grid-row-span: 1;
  grid-row: 5/ span 1;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-column: 2 / span 1; }

.gallery-pict li.box_13 {
  -ms-grid-row: 5;
  -ms-grid-row-span: 1;
  grid-row: 5/ span 1;
  -ms-grid-column: 3;
  -ms-grid-column-span: 1;
  grid-column: 3 / span 1; }

.gallery-pict li.box_14 {
  -ms-grid-row: 5;
  -ms-grid-row-span: 1;
  grid-row: 5/ span 1;
  -ms-grid-column: 4;
  -ms-grid-column-span: 1;
  grid-column: 4 / span 1; }

.gallery-pict li.box_15 {
  -ms-grid-row: 6;
  -ms-grid-row-span: 1;
  grid-row: 6/ span 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1 / span 1; }

.gallery-pict li.box_16 {
  -ms-grid-row: 6;
  -ms-grid-row-span: 1;
  grid-row: 6/ span 1;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-column: 2 / span 1; }

.gallery-pict li.box_17 {
  -ms-grid-row: 6;
  -ms-grid-row-span: 1;
  grid-row: 6/ span 1;
  -ms-grid-column: 3;
  -ms-grid-column-span: 1;
  grid-column: 3 / span 1; }

.gallery-pict li.box_18 {
  -ms-grid-row: 6;
  -ms-grid-row-span: 1;
  grid-row: 6/ span 1;
  -ms-grid-column: 4;
  -ms-grid-column-span: 1;
  grid-column: 4 / span 1; }

.gallery-pict li.box_19 {
  -ms-grid-row: 7;
  -ms-grid-row-span: 2;
  grid-row: 7/ span 2;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-column: 1 / span 2; }

.gallery-pict li.box_20 {
  -ms-grid-row: 7;
  -ms-grid-row-span: 1;
  grid-row: 7/ span 1;
  -ms-grid-column: 3;
  -ms-grid-column-span: 1;
  grid-column: 3 / span 1; }

.gallery-pict li.box_21 {
  -ms-grid-row: 7;
  -ms-grid-row-span: 1;
  grid-row: 7/ span 1;
  -ms-grid-column: 4;
  -ms-grid-column-span: 1;
  grid-column: 4 / span 1; }

.gallery-pict li.box_22 {
  -ms-grid-row: 8;
  -ms-grid-row-span: 1;
  grid-row: 8/ span 1;
  -ms-grid-column: 3;
  -ms-grid-column-span: 1;
  grid-column: 3 / span 1; }

.gallery-pict li.box_23 {
  -ms-grid-row: 8;
  -ms-grid-row-span: 1;
  grid-row: 8/ span 1;
  -ms-grid-column: 4;
  -ms-grid-column-span: 1;
  grid-column: 4 / span 1; }

.gallery-pict li {
  position: relative;
  overflow: hidden; }

.gallery-pict li img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition-duration: 0.5s; }

.gallery-pict li:hover img {
  transform: scale(1.2);
  transition-duration: 0.5s;
  opacity: 0.7; }

.list-room {
  list-style: none;
  margin: 0 auto;
  padding-left: 0;
  padding-right: 0;
  display: -ms-grid;
  display: grid;
  grid-gap: 20px;
  /* -ms-grid-columns: 1.2fr 0.8fr; */
  /* grid-template-columns: 1.2fr 0.8fr; */
  -ms-grid-columns: 1.03fr 0.97fr;
  grid-template-columns: 1.03fr 0.97fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto; }

.list-room li {
  font-size: 0;
  line-height: 0;
  vertical-align: middle;
  margin: 0;
  padding: 0;
  overflow: hidden; }

.list-room li.box_1 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1 / span 1; }

_:-ms-input-placeholder, :root .list-room li.box_1 {
  padding-right: 10px;
  padding-bottom: 10px; }

.list-room li.box_2 {
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1; }

_:-ms-input-placeholder, :root .list-room li.box_2 {
  padding-right: 10px;
  padding-top: 10px; }

.list-room li.box_3 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  grid-row: 1/ span 2;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-column: 2 / span 1; }

_:-ms-input-placeholder, :root .list-room li.box_3 {
  padding-left: 10px; }

.list-room li {
  position: relative;
  overflow: hidden; }

.list-room li img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover; }

/**********************************
googlemap
**********************************/
.map-wrap {
  position: relative;
  padding-bottom: 42.3%;
  /* padding-top: 30px; */
  height: 0;
  overflow: hidden; }
  @media screen and (max-width: 768px) {
    .map-wrap {
      margin-left: 30px;
      margin-right: 30px; } }
  @media screen and (max-width: 420px) {
    .map-wrap {
      padding-bottom: 50%; } }

.map-wrap iframe,
.map-wrap object,
.map-wrap embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

body .contact-note-wrap {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif; }
  body .contact-note-wrap p.contact-note-lead {
    width: auto;
    padding-top: 50px;
    padding-bottom: 5px;
    font-size: 24px;
    display: inline-block;
    border-bottom: 3px solid #c1272d;
    color: #808080;
    font-weight: bold;
    font-weight: 600; }
    @media screen and (max-width: 768px) {
      body .contact-note-wrap p.contact-note-lead {
        font-size: 18px; } }
  body .contact-note-wrap p.contact-note-number {
    margin-top: 20px;
    font-size: 20px;
    display: block;
    color: #808080;
    font-weight: bold;
    font-weight: 600; }
    @media screen and (max-width: 768px) {
      body .contact-note-wrap p.contact-note-number {
        font-size: 17px; } }

/**************************
inquiry
**************************/
.privacy-scr-wrap {
  width: 100%;
  margin: 10px auto;
  padding: 15px 15px;
  /* height: 20em; */
  height: 174px;
  overflow: auto;
  overflow-y: scroll;
  overflow-x: hidden;
  border: #E8E8E8 1px solid;
  border-radius: 4px;
  background-color: #f0f0f0;
  color: #231815; }
  .privacy-scr-wrap h4 {
    font-size: 15px;
    padding: 20px 0 10px 0; }
  .privacy-scr-wrap h5 {
    font-size: 14px;
    padding: 10px 0; }
  .privacy-scr-wrap p {
    /* font-size: 13px !important; */
    font-size: 14px !important;
    padding: 0 0; }
  .privacy-scr-wrap li {
    /* font-size: 13px !important; */
    font-size: 14px !important;
    padding: 0 0;
    line-height: 1.4; }

/* input[type="submit"] {
    font-size: 18px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding: 8px;
    background: #F8F8F8;
    font-weight: bold;
    color: #394287;
    border-radius: 4px;
    width: 50%;
    height: 50px;
    cursor: pointer;
    box-shadow: 0 0 1px #b5ebb2;
    border: 2px solid #394287;
} */
.bo-btn input[type="submit"] {
  display: block;
  margin: 0;
  width: 100%;
  cursor: pointer;
  text-decoration: none;
  background-color: transparent;
  line-height: 50px;
  /* padding: auto auto; */
  padding: 0 0;
  font-size: 16px;
  color: #231815;
  letter-spacing: .1em;
  border: 1px #231815 solid;
  border-radius: 25px; }
  @media screen and (max-width: 572px) {
    .bo-btn input[type="submit"] {
      line-height: 40px; } }
  @media screen and (max-width: 420px) {
    .bo-btn input[type="submit"] {
      line-height: 20px;
      padding: 10px 15px;
      font-size: 14px;
      letter-spacing: .04em; } }

.bo-btn input[type="submit"]:hover {
  text-decoration: none;
  color: #FFF;
  background-color: #afc305;
  border: 1px #afc305 solid; }

#submit[disabled] {
  cursor: not-allowed; }

input[type="submit"][disabled] {
  color: #666;
  border: 1px solid #666; }

.bo-btn input[type="submit"][disabled]:hover {
  text-decoration: none;
  color: #666;
  background-color: #EEE;
  border: 1px solid #666; }

/**************************
form
**************************/
#formWrap {
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
  color: #333;
  line-height: 1; }
  #formWrap table.formTable {
    width: 100%;
    margin: 0 auto;
    margin-bottom: 30px;
    border-collapse: collapse;
    background: #FFF; }
  #formWrap table.formTable td, #formWrap table.formTable th {
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    padding: 15px 10px;
    vertical-align: middle;
    line-height: 1.4; }
  #formWrap table.formTable td {
    border-right: 1px solid #ccc;
    font-size: 13px;
    line-height: 1.8; }
    #formWrap table.formTable td span {
      display: inline-block;
      /* width: 44%; */
      width: auto;
      padding: 3px 10px 3px 0;
      vertical-align: top; }
  #formWrap table.formTable th {
    width: 33.7%;
    font-weight: normal;
    background: #231815;
    text-align: left;
    color: #FFF;
    font-size: 13px; }
    #formWrap table.formTable th span {
      display: inline-block;
      float: right;
      margin-top: -2px;
      padding: 3px 5px;
      color: #333;
      font-size: 10px;
      background: #afc305; }
  #formWrap table.formTable tr:last-child th, #formWrap table.formTable tr:last-child td {
    border-bottom: 1px solid #ccc; }
  #formWrap input[type="text"], #formWrap textarea {
    width: 100%;
    padding: 5px;
    font-size: 110%;
    display: block; }

/*　responsive　*/
@media screen and (max-width: 572px) {
  #formWrap {
    width: 95%;
    margin: 0 auto; }
    #formWrap table.formTable th, #formWrap table.formTable td {
      width: auto;
      display: block;
      border-left: 1px solid #ccc;
      border-right: 1px solid #ccc; }
    #formWrap table.formTable th {
      font-size: 15px;
      /* margin-top:5px; */
      border-bottom: 0; }
    #formWrap table.formTable td {
      font-size: 15px; }
      #formWrap table.formTable td span {
        width: 80%;
        padding-bottom: 20px; }
      #formWrap table.formTable td span:nth-child(2n) {
        width: 80%;
        padding-bottom: 20px; }
    #formWrap input[type="text"], #formWrap textarea {
      width: 100%;
      padding: 5px;
      font-size: 110%;
      display: block; }
    #formWrap input[type="submit"], #formWrap input[type="reset"], #formWrap input[type="button"] {
      display: block;
      width: 100%;
      height: 40px; } }
/**********************************

**********************************/
#formWrap {
  /* 
  label {
  	width: 100%;
  	text-align: left;
  	margin-bottom: 20px;
  }
  input {
  	width: 100%;
  	max-width: 600px;
  }  */ }
  #formWrap textarea {
    width: 100%;
    max-width: 600px;
    margin-bottom: 10px; }

/**********************************
kakunin-check-wrap
**********************************/
.kakunin-check-wrap {
  display: block;
  margin: 0 auto;
  padding: 30px 30px; }
  .kakunin-check-wrap div.kakunin-check-cont {
    display: block;
    width: 100%;
    margin: 0 auto;
    border: 1px #666 solid;
    border-radius: 4px;
    padding: 30px 30px; }

@media screen and (max-width: 768px) {
  .contact-cont {
    padding: 0 15px; } }
.contact-cont p {
  font-size: 15px;
  font-weight: 300;
  line-height: 1.8;
  padding-bottom: 15px; }
  @media screen and (max-width: 480px) {
    .contact-cont p {
      font-size: 87.5% !important; } }
  .contact-cont p span {
    font-size: 15px;
    font-weight: 300;
    line-height: 1.8; }
    @media screen and (max-width: 480px) {
      .contact-cont p span {
        font-size: 87.5% !important; } }

/**************************
print-adjust
**************************/
@media print {
  /**************************
  header
  **************************/
  header {
    margin: 0 auto;
    /* overflow: hidden; */
    *zoom: 1;
    text-align: center;
    box-sizing: border-box; }

  header {
    position: fixed;
    top: 1px;
    left: 0;
    margin-top: -1px;
    width: 100%;
    display: block;
    z-index: 333;
    /* background: rgba(26,26,26,1);  */ }

  .home header {
    display: none; }

  .col-sm-8.col-sm-offset-2 {
    float: none;
    margin: 0 auto; }

  /*----- フェードイン -----*/
  .inviewfadeIn {
    opacity: 1;
    transition: none; }

  .fadeIn {
    opacity: 1; }

  .inviewzoomIn {
    opacity: 1;
    transition: none; }

  .zoomIn {
    opacity: 1; } }

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




/**********************************
garelly isotope 2021.11.17
**********************************/
.isotope .item {
    -webkit-transition-duration:0.2s;
    -moz-transition-duration:0.2s;
    -ms-transition-duration:0.2s;
    -o-transition-duration:0.2s;
    transition-duration:0.2s;
}

.filter{
	text-align: center;
}
.filter a{
		margin: 0px 10px ;
}
.gallery-link a:hover{
	color: #666;
	border-bottom: 1px solid #000 ; 
	text-decoration: none; 
}
.gallery-link a:visited{
	color: #000000;
	border-bottom: 1px solid #000 !important; 
	text-decoration: none !important; 
}
@media screen and (max-width: 768px) {
	.gallery-link{font-size:smaller;}
}





/**********************************
kodawari 2021.11.17
**********************************/
.dan-img{
	width: 70%;
	margin: auto;
}
.dan-list dt{
	line-height: 1.8;
	color: #afc305;
	font-weight: bold;
	font-size: 20px;
	letter-spacing: 0.1em;
	margin: 3px auto 6px;
}
.dan-list dd{
	line-height: 1.8;
	margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
	.dan-list {
		font-size: smaller;
	}
.dan-list dt{
	font-size: 18px;
}
}

.greeting_tit{
	line-height: 170%;
	margin-bottom: 10px;
	font-size:23px;
}
.greeting_tit .control{
	margin-left: -15px;
}
.greeting_img{
	width: 191px;
	padding-left:25px;
	float: right;
}
@media screen and (max-width: 768px) {
.greeting_tit{
	text-align: center;
	line-height: 180%;
	margin-bottom: 10px;
	font-size:20px;
	margin-left: 20px;
}
.greeting_img{
	text-align: center;
	float: none;
	padding-left:0px;
	margin: 0 auto 40px;
}
body .container p.lh-2-8 {
  line-height: 2.4; }
}