@charset "UTF-8";
/* ================================================================= 
 License : e-TRUST Inc.
 File name : assets.css
 Style : assets
================================================================= */
/* gradation */
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
* {
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  counter-reset: number 0;
  line-height: 2;
  font-weight: 500;
  letter-spacing: 0.6;
  color: #232323;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 16px;
  word-wrap: break-word;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  font-weight: 500;
}

.inner {
  margin: 0 auto;
  max-width: 1000px;
  padding: 0 10px;
}

@media screen and (min-width: 641px) and (max-width: 834px) {
  .inner {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}

@media only screen and (max-width: 640px) {
  .inner {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
}

#contents_wrap {
  width: 100%;
  min-width: 100%;
  margin-bottom: 70px;
  overflow: hidden;
}

#contents {
  width: 100%;
  max-width: 1000px;
  padding: 0 10px;
}

@media screen and (min-width: 641px) and (max-width: 834px) {
  #contents {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}

@media only screen and (max-width: 640px) {
  #contents {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
}

#main {
  width: 100%;
}

#main #col_main {
  width: 100%;
}

.pankuzu {
  font-size: 14px;
  color: #232323;
}

@media only screen and (max-width: 640px) {
  .pankuzu {
    display: none;
  }
}

.pankuzu a {
  text-decoration: none;
  color: #232323;
}

.pankuzu a:hover {
  text-decoration: underline;
}

.policy h2 {
  margin: 50px 0 15px;
  padding: 0 0 5px;
  border-bottom: 1px solid #b67a0c;
  font-size: 18px;
  font-weight: bold;
}

.error_link a {
  display: inline-block;
  margin-top: 50px;
  color: #0a2314;
}

.error_link a:hover {
  text-decoration: underline;
}

table {
  table-layout: fixed;
}

table td {
  padding: 0 !important;
}

.tlauto table {
  table-layout: auto;
}

table td img {
  height: auto !important;
}

.pdtd10 td {
  padding: 10px !important;
}

pre {
  margin: 0;
  padding: 0;
  white-space: pre-line;
}

b, strong {
  font-weight: bold;
}

u {
  text-decoration: line-through;
}

img {
  max-width: 100%;
  height: auto !important;
}

small {
  font-size: 80%;
}

hr {
  border: none;
  height: 0;
  border-bottom: 1px dashed #B3B3B3;
}

span {
  font-weight: inherit;
}

u {
  text-decoration: underline;
}

b {
  font-weight: bold;
}

input[type="button"] {
  cursor: pointer;
  padding: 5px 10px;
}

a {
  -webkit-transition: all .8s;
  -webkit-transition: all .3s;
  transition: all .3s;
}

a:hover {
  opacity: 1;
}

@media screen and (min-width: 641px) and (max-width: 834px) {
  .imgR, .imgL {
    max-width: 30% !important;
  }
}

@media only screen and (max-width: 640px) {
  .imgR, .imgL {
    display: block;
    float: none;
    margin: 0 auto 10px;
    max-width: 100% !important;
    text-align: center;
  }
}

.mincho {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

.gothic {
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

@media only screen and (max-width: 640px) {
  .fltL {
    float: none;
    width: 100% !important;
  }
  .fltR {
    float: none;
    width: 100% !important;
  }
  .sptal {
    text-align: left !important;
  }
  .sptar {
    text-align: right !important;
  }
  .sptac {
    text-align: center !important;
  }
  .spcenter {
    text-align: center;
    display: block;
    margin-top: 10px;
  }
}

header#global_header {
  max-width: 100%;
  width: 100%;
  min-width: 100%;
  height: auto;
}

@media only screen and (max-width: 834px) {
  header#global_header {
    padding-top: 10px;
  }
}

#header {
  width: 100%;
  padding: 20px 0;
}

@media only screen and (max-width: 834px) {
  #header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
    background-color: #fff;
  }
}

@media only screen and (max-width: 834px) {
  #header #siteID {
    width: 200px;
    margin: 0 auto;
  }
}

#header #siteID a {
  display: block;
  opacity: 1;
}

#header #hedInfo {
  position: fixed;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 100;
}

@media only screen and (max-width: 640px) {
  #header #hedInfo {
    top: auto;
    bottom: 0;
    left: 0;
    -webkit-transform: inherit;
            transform: inherit;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

#header #hedInfo .linkTel a, #header #hedInfo .cont a {
  display: block;
}

#header #hedInfo .linkTel a:hover, #header #hedInfo .cont a:hover {
  opacity: 0.9;
}

#header #hedInfo .cont {
  margin-top: -1px;
}

@media only screen and (max-width: 640px) {
  #header #hedInfo .cont {
    margin-top: 0;
  }
}

#mainArea {
  position: relative;
  overflow: hidden;
  background: #0a2314;
}

#mainArea .minInner {
  position: relative;
  max-width: 1220px;
  margin: 0 auto;
  padding: 10px;
}

#mainArea .minInner .img img {
  width: 100% !important;
}

#mainArea .minInner .txt {
  position: absolute;
  top: 40%;
  left: 0;
  -webkit-transform: translateY(-40%);
          transform: translateY(-40%);
  width: 100%;
  text-align: center;
}

#mainArea .minInner .txt img {
  width: 80% !important;
}

@media screen and (min-width: 641px) and (max-width: 834px) {
  #mainArea .minInner .txt img {
    width: 100% !important;
  }
}

#mainArea:before, #mainArea:after {
  content: "";
  display: block;
  position: absolute;
  width: 18%;
  height: 20vw;
}

#mainArea:before {
  background: url(../images/contents/main_kazariL.png) no-repeat;
  background-size: contain;
  background-position: top left;
  left: 0;
  top: 0;
}

#mainArea:after {
  background: url(../images/contents/main_kazariR.png) no-repeat;
  background-size: contain;
  background-position: bottom right;
  right: 0;
  bottom: 0;
}

.ceNone a {
  pointer-events: none;
}

#nav_global {
  background: url(../images/common/bg_nav.png);
  background-color: #f6e3c1;
  border-top: 3px solid #c0a573;
  border-bottom: 3px solid #c0a573;
}

#nav_global #gnavi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

#nav_global #gnavi li {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  position: relative;
}

#nav_global #gnavi li a {
  display: block;
  padding: 13px 3px;
  font-weight: bold;
  color: #232323;
  text-decoration: none;
  line-height: 1.3;
  letter-spacing: 0.5px;
}

#nav_global #gnavi li a .en {
  display: block;
  font-weight: bold;
  font-size: 11px;
  color: #b67a0c;
}

#nav_global #gnavi li a:hover {
  background: rgba(255, 255, 255, 0.4);
}

#nav_global #gnavi li .sub {
  position: absolute;
  top: 60px;
  left: 0px;
  width: 100%;
  min-width: 150px;
  z-index: 100;
  background: url(../images/common/bg_nav.png);
  background-color: #f6e3c1;
}

@media only screen and (max-width: 834px) {
  #nav_global #gnavi li .sub {
    position: static;
  }
}

#nav_global #gnavi li .sub li {
  border: none;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #c0a573;
}

@media only screen and (max-width: 834px) {
  #nav_global #gnavi li .sub li {
    border: none;
  }
}

#nav_global #gnavi li .sub li a {
  pointer-events: auto;
  display: block;
  padding: 13px 10px;
  text-align: center;
}

.spNav {
  display: none;
}

@media only screen and (max-width: 834px) {
  .spNav {
    display: block;
  }
}

.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
}

/* ----------------------------------------------------------
hamburger menu
---------------------------------------------------------- */
/*hamburger menu  */
.nav-toggle {
  display: none;
}

@media only screen and (max-width: 834px) {
  .nav-toggle {
    display: block;
  }
}

@media only screen and (max-width: 834px) {
  /* toggle */
  #nav-toggle {
    position: fixed;
    top: 22px;
    left: 15px;
    height: 32px;
    cursor: pointer;
  }
  #nav-toggle > div {
    position: relative;
    width: 36px;
  }
  #nav-toggle span {
    width: 100%;
    height: 2px;
    left: 0;
    display: block;
    background: #000;
    position: absolute;
    -webkit-transition: top .5s ease, -webkit-transform .3s ease-in-out;
    transition: top .5s ease, -webkit-transform .3s ease-in-out;
    transition: transform .3s ease-in-out, top .5s ease;
    transition: transform .3s ease-in-out, top .5s ease, -webkit-transform .3s ease-in-out;
    /* #nav-toggle close */
  }
  #nav-toggle span:nth-child(1) {
    top: 0;
  }
  #nav-toggle span:nth-child(2) {
    top: 14px;
  }
  #nav-toggle span:nth-child(3) {
    top: 28px;
  }
  #nav-toggle:hover span:nth-child(1) {
    top: 4px;
  }
  #nav-toggle:hover span:nth-child(3) {
    top: 23px;
  }
  .open #nav-toggle span:nth-child(1) {
    top: 15px;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    background-color: #000;
  }
  .open #nav-toggle span:nth-child(2) {
    top: 15px;
    width: 0;
    left: 50%;
  }
  .open #nav-toggle span:nth-child(3) {
    top: 15px;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    background-color: #000;
  }
  /* z-index */
  #nav-toggle {
    z-index: 1000;
  }
  #nav_global nav {
    z-index: 999;
  }
  /* nav */
  #nav_global {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 990;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-left: 0;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    -webkit-transition: -webkit-transform 1s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: -webkit-transform 1s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: transform 1s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: transform 1s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  #nav_global ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    list-style: none;
  }
  #nav_global ul li {
    display: block;
    width: 100%;
    -webkit-transition: color .6s ease;
    transition: color .6s ease;
    font-size: 20px !important;
    text-decoration: none;
  }
}

@media only screen and (max-width: 834px) and (max-width: 640px) {
  #nav_global ul li {
    margin: 0 auto;
  }
}

@media only screen and (max-width: 834px) {
  #nav_global ul li a {
    display: block;
    color: #fff;
  }
}

@media only screen and (max-width: 834px) and (max-width: 640px) {
  #nav_global ul li a {
    padding: 1.5% 0 !important;
    font-size: 16px !important;
  }
}

@media only screen and (max-width: 834px) {
  #nav_global ul li ul li {
    border: none;
  }
  #nav_global ul .spNav {
    display: block;
  }
  .open #nav_global {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

footer#global_footer {
  width: 100%;
  min-width: 100% !important;
  height: auto;
  font-size: 13px;
}

footer#global_footer a {
  font-size: 13px;
  color: #232323;
  text-decoration: none;
}

footer#global_footer #pagetop {
  position: fixed;
  bottom: 10px;
  right: 10px;
  width: 50px;
  z-index: 1000;
}

@media only screen and (max-width: 640px) {
  footer#global_footer #pagetop {
    bottom: 50px;
  }
}

footer#global_footer #pagetop a {
  display: block;
  padding: 8.5px 0;
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 50%;
  border: 1px solid #c0a573;
  font-size: 30px;
  color: #b67a0c;
  text-align: center;
  line-height: 1;
}

footer#global_footer #pagetop a:hover {
  background-color: rgba(182, 122, 12, 0.9);
  color: #fff;
}

footer#global_footer #copy {
  display: block;
  padding: 11.5px 10px;
  border-top: 1px solid #c0a573;
  font-size: 13px;
}

@media only screen and (max-width: 640px) {
  footer#global_footer #copy {
    padding-bottom: 70px;
  }
}

footer#global_footer #copy a {
  text-decoration: none;
}

footer#global_footer #copy a:hover {
  opacity: 1;
}

/* ------------------------------------------------------------
builingual
------------------------------------------------------------ */
#builingual {
  background-color: #fff !important;
}

@media only screen and (max-width: 834px) {
  #builingual {
    margin-top: 75px;
    text-align: right;
  }
}

#builingual select {
  margin-left: 10px !important;
}

.translate {
  margin-top: 30px !important;
  font-size: 13px;
}

.course .txt .translate {
  margin-top: 30px;
  color: #fff;
}

.flow .txt .translate, .lodging .txt .translate {
  margin-top: 30px;
  color: #fff;
}

.tbl_st .translate, .tbl_st01 .translate, .tbl_st02 .translate, .costFlex .translate, .courseDl .translate, .step .translate, .policy .translate {
  margin-top: 10px !important;
}

.step span .translate {
  display: none;
}

.faq span {
  font-size: 13px;
}

.faq .translate {
  display: block;
  margin-top: 0 !important;
  font-size: 16px;
}

.cont_form span {
  font-size: 13px;
}

.cont_form .translate {
  display: block;
  margin-top: 0 !important;
  font-size: 16px;
}

.policy .translate {
  margin-bottom: 20px;
}

/* ------------------------------------------------------------
index.html
------------------------------------------------------------ */
.index_contents #contents_wrap {
  margin-bottom: 0;
}

/* title */
@media only screen and (max-width: 640px) {
  .topTtl01 div {
    text-align: center !important;
  }
}

.topTtl01 h2 {
  margin-bottom: 40px;
  font-size: 30px;
  line-height: 1.5;
  letter-spacing: 0.2em;
}

@media only screen and (max-width: 640px) {
  .topTtl01 h2 {
    display: inline-block;
    text-align: center;
  }
}

.topTtl01 h2 .en {
  display: block;
  font-size: 16px;
  letter-spacing: 1px;
}

.ttl_bdrBlk h2 .en, .ttl_bdrWh h2 .en {
  position: relative;
  margin-top: 5px;
  padding-top: 10px;
}

.ttl_bdrBlk h2 .en:before, .ttl_bdrWh h2 .en:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #232323;
}

@media only screen and (max-width: 640px) {
  .ttl_bdrBlk h2 .en:before, .ttl_bdrWh h2 .en:before {
    width: 110%;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

.ttl_bdrWh h2 {
  color: #fff;
}

@media only screen and (max-width: 834px) {
  .ttl_bdrWh h2 {
    color: #232323;
  }
}

.ttl_bdrWh h2 .en:before {
  width: 0;
  background-color: #fff;
  -webkit-transition: all 1s;
  transition: all 1s;
}

@media only screen and (max-width: 834px) {
  .ttl_bdrWh h2 .en:before {
    background-color: #232323;
  }
}

.ttl_bdrWh.js_drowLineTargetFire h2 .en:before {
  width: 100%;
}

/* contents */
.top01 {
  position: relative;
  padding: 50px 0 70px 0;
}

@media only screen and (max-width: 640px) {
  .top01 {
    padding: 15px 0 25px 0;
  }
}

.top01 .box {
  position: relative;
  z-index: 1;
  padding: 70px 130px 50px 130px;
  background-color: #fff;
  border: 1px solid #ccc;
}

@media only screen and (max-width: 834px) {
  .top01 .box {
    padding: 70px 100px 50px 100px;
    background-color: rgba(255, 255, 255, 0.8);
  }
}

@media only screen and (max-width: 640px) {
  .top01 .box {
    padding: 40px 20px 30px 20px;
  }
}

.top01 .box:before, .top01 .box:after {
  content: "";
  position: absolute;
  display: block;
  width: 17%;
  height: 6vw;
}

.top01 .box:before {
  background: url(../images/contents/kazari01L.png) no-repeat;
  background-size: contain;
  background-position: top left;
  top: 10px;
  left: 10px;
}

.top01 .box:after {
  background: url(../images/contents/kazari01R.png) no-repeat;
  background-size: contain;
  background-position: top right;
  bottom: 10px;
  right: 10px;
}

.top01 .box .h2wrap {
  position: relative;
  z-index: 5;
}

.top01 .box h2 {
  margin-bottom: 40px;
}

@media only screen and (max-width: 640px) {
  .top01 .box h2 {
    margin-bottom: 25px;
  }
}

.top01 .box .subH2 {
  position: relative;
  z-index: 5;
  margin-bottom: 40px;
  font-size: 13px;
  color: #acacac;
  letter-spacing: 0.2em;
}

@media only screen and (max-width: 640px) {
  .top01 .box .subH2 {
    margin-bottom: 25px;
    font-size: 11px;
    line-height: 1.5;
  }
}

@media only screen and (max-width: 640px) {
  .top01 .box .subH2 p br {
    display: none;
  }
}

.top01 .box p {
  position: relative;
  z-index: 5;
}

.top01 .box .btn_grn, .top01 .box .btn_grd {
  position: relative;
  z-index: 5;
  max-width: 420px;
  margin: 50px auto 0;
}

@media only screen and (max-width: 640px) {
  .top01 .box .btn_grn, .top01 .box .btn_grd {
    margin-top: 30px;
  }
}

.top01:before, .top01:after {
  content: "";
  position: absolute;
  display: block;
  width: 25.5%;
  height: 14vw;
}

.top01:before {
  background: url(../images/contents/bgR01.png) no-repeat;
  background-size: contain;
  background-position: top right;
  top: 10px;
  right: 0;
}

.top01:after {
  background: url(../images/contents/bgL01.png) no-repeat;
  background-size: contain;
  background-position: bottom left;
  bottom: 10px;
  left: 0;
}

.el_musubiEffect {
  position: absolute;
  top: -1px;
  left: -1px;
  bottom: -1px;
  right: -1px;
}

.el_musubiEffect_line {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 3;
}

.el_musubiEffect_line:before {
  content: "";
  position: absolute;
  -webkit-transition: all 300ms cubic-bezier(0.66, 0.18, 0.13, 0.94);
  transition: all 300ms cubic-bezier(0.66, 0.18, 0.13, 0.94);
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  background-color: #232323;
  z-index: 3;
}

.el_musubiEffect_line:after {
  content: "";
  position: absolute;
  -webkit-transition: all 300ms cubic-bezier(0.66, 0.18, 0.13, 0.94);
  transition: all 300ms cubic-bezier(0.66, 0.18, 0.13, 0.94);
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  background-color: #232323;
  z-index: 3;
}

/* top */
.el_musubiEffect_line.el_musubiEffect_line__top:before {
  height: 1px;
  width: 0;
  top: 0;
  right: 0;
}

.el_musubiEffect_line.el_musubiEffect_line__top:after {
  height: 1px;
  width: 0;
  top: 0;
  left: 0;
}

.el_musubiEffect.js_fire .el_musubiEffect_line.el_musubiEffect_line__top:before,
.el_musubiEffect.js_fire .el_musubiEffect_line.el_musubiEffect_line__top:after {
  width: 50%;
}

/* left */
.el_musubiEffect_line.el_musubiEffect_line__left:before {
  width: 1px;
  height: 0;
  bottom: 0;
  left: 0;
  -webkit-transition: all 400ms 100ms cubic-bezier(0.66, 0.18, 0.13, 0.94);
  transition: all 400ms 100ms cubic-bezier(0.66, 0.18, 0.13, 0.94);
}

.el_musubiEffect_line.el_musubiEffect_line__left:after {
  width: 1px;
  height: 0;
  top: 0;
  left: 0;
  -webkit-transition: all 400ms 100ms cubic-bezier(0.66, 0.18, 0.13, 0.94);
  transition: all 400ms 100ms cubic-bezier(0.66, 0.18, 0.13, 0.94);
}

.el_musubiEffect.js_fire .el_musubiEffect_line.el_musubiEffect_line__left:before,
.el_musubiEffect.js_fire .el_musubiEffect_line.el_musubiEffect_line__left:after {
  height: 50%;
}

/* right */
.el_musubiEffect_line.el_musubiEffect_line__right:before {
  width: 1px;
  height: 0;
  bottom: 0;
  right: 0;
  -webkit-transition: all 400ms 400ms cubic-bezier(0.66, 0.18, 0.13, 0.94);
  transition: all 400ms 400ms cubic-bezier(0.66, 0.18, 0.13, 0.94);
}

.el_musubiEffect_line.el_musubiEffect_line__right:after {
  width: 1px;
  height: 0;
  top: 0;
  right: 0;
  -webkit-transition: all 400ms 400ms cubic-bezier(0.66, 0.18, 0.13, 0.94);
  transition: all 400ms 400ms cubic-bezier(0.66, 0.18, 0.13, 0.94);
}

.el_musubiEffect.js_fire .el_musubiEffect_line.el_musubiEffect_line__right:before,
.el_musubiEffect.js_fire .el_musubiEffect_line.el_musubiEffect_line__right:after {
  height: 50%;
}

/* bottom */
.el_musubiEffect_line.el_musubiEffect_line__bottom:before {
  height: 1px;
  width: 0;
  bottom: 0;
  right: 0;
  -webkit-transition: all 400ms 300ms cubic-bezier(0.66, 0.18, 0.13, 0.94);
  transition: all 400ms 300ms cubic-bezier(0.66, 0.18, 0.13, 0.94);
}

.el_musubiEffect_line.el_musubiEffect_line__bottom:after {
  height: 1px;
  width: 0;
  bottom: 0;
  left: 0;
  -webkit-transition: all 400ms 300ms cubic-bezier(0.66, 0.18, 0.13, 0.94);
  transition: all 400ms 300ms cubic-bezier(0.66, 0.18, 0.13, 0.94);
}

.el_musubiEffect.js_fire .el_musubiEffect_line.el_musubiEffect_line__bottom:before,
.el_musubiEffect.js_fire .el_musubiEffect_line.el_musubiEffect_line__bottom:after {
  width: 50%;
}

.costume {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 70px 0;
}

.costume:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 7.3%;
  height: 100%;
  background: url(../images/contents/kazari02R.gif) repeat-y;
  background-position: top right;
  background-size: contain;
}

@media only screen and (max-width: 1080px) {
  .costume .inner {
    padding-right: 8%;
  }
}

@media only screen and (max-width: 834px) {
  .costume .inner {
    padding-right: 10% !important;
  }
}

.costume .flex ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}

@media only screen and (max-width: 640px) {
  .costume .flex ul {
    display: block;
  }
}

.costume .flex ul li {
  position: relative;
  float: none !important;
  overflow: inherit !important;
  width: 30%;
  margin-right: 5%;
}

@media only screen and (max-width: 640px) {
  .costume .flex ul li {
    width: 100%;
    max-width: 320px;
    margin: 0 auto 30px auto;
  }
}

.costume .flex ul li:nth-of-type(3n) {
  margin-right: 0;
}

@media only screen and (max-width: 640px) {
  .costume .flex ul li:nth-of-type(3n) {
    margin: 0 auto 30px auto !important;
  }
}

.costume .flex ul li img {
  position: relative;
  z-index: 10;
  width: 100% !important;
  height: 435px !important;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: 'object-fit: cover; object-position: center top;';
}

@media screen and (min-width: 641px) and (max-width: 834px) {
  .costume .flex ul li img {
    height: 335px !important;
  }
}

@media only screen and (max-width: 640px) {
  .costume .flex ul li img {
    height: 475px !important;
  }
}

.costume .flex ul li:after {
  content: "";
  position: absolute;
  top: -10px;
  left: 10px;
  display: block;
  width: 100%;
  height: 100%;
  border: 2px solid #fff;
}

.costume .btn_grn, .costume .btn_grd {
  max-width: 420px;
  margin: 50px auto 0 auto;
}

.el_musubiEffect.bdrGld {
  position: absolute;
  top: -10px;
  left: 10px;
  bottom: 6px;
  right: -14px;
}

.bdrGld .el_musubiEffect_line:before,
.bdrGld .el_musubiEffect_line:after {
  background-color: #c0a573;
}

/* top */
.el_musubiEffect_line.el_musubiEffect_line__topGld:before {
  height: 2px;
  width: 0;
  top: 0;
  right: 0;
}

.el_musubiEffect_line.el_musubiEffect_line__topGld:after {
  height: 2px;
  width: 0;
  top: 0;
  left: 0;
}

.el_musubiEffect.js_fire .el_musubiEffect_line.el_musubiEffect_line__topGld:before,
.el_musubiEffect.js_fire .el_musubiEffect_line.el_musubiEffect_line__topGld:after {
  width: 50%;
}

/* left */
.el_musubiEffect_line.el_musubiEffect_line__leftGld:before {
  width: 2px;
  height: 0;
  bottom: 0;
  left: 0;
  -webkit-transition: all 400ms 100ms cubic-bezier(0.66, 0.18, 0.13, 0.94);
  transition: all 400ms 100ms cubic-bezier(0.66, 0.18, 0.13, 0.94);
}

.el_musubiEffect_line.el_musubiEffect_line__leftGld:after {
  width: 2px;
  height: 0;
  top: 0;
  left: 0;
  -webkit-transition: all 400ms 100ms cubic-bezier(0.66, 0.18, 0.13, 0.94);
  transition: all 400ms 100ms cubic-bezier(0.66, 0.18, 0.13, 0.94);
}

.el_musubiEffect.js_fire .el_musubiEffect_line.el_musubiEffect_line__leftGld:before,
.el_musubiEffect.js_fire .el_musubiEffect_line.el_musubiEffect_line__leftGld:after {
  height: 50%;
}

/* right */
.el_musubiEffect_line.el_musubiEffect_line__rightGld:before {
  width: 2px;
  height: 0;
  bottom: 0;
  right: 0;
  -webkit-transition: all 400ms 400ms cubic-bezier(0.66, 0.18, 0.13, 0.94);
  transition: all 400ms 400ms cubic-bezier(0.66, 0.18, 0.13, 0.94);
}

.el_musubiEffect_line.el_musubiEffect_line__rightGld:after {
  width: 2px;
  height: 0;
  top: 0;
  right: 0;
  -webkit-transition: all 400ms 400ms cubic-bezier(0.66, 0.18, 0.13, 0.94);
  transition: all 400ms 400ms cubic-bezier(0.66, 0.18, 0.13, 0.94);
}

.el_musubiEffect.js_fire .el_musubiEffect_line.el_musubiEffect_line__rightGld:before,
.el_musubiEffect.js_fire .el_musubiEffect_line.el_musubiEffect_line__rightGld:after {
  height: 50%;
}

/* bottom */
.el_musubiEffect_line.el_musubiEffect_line__bottomGld:before {
  height: 2px;
  width: 0;
  bottom: 0;
  right: 0;
  -webkit-transition: all 400ms 300ms cubic-bezier(0.66, 0.18, 0.13, 0.94);
  transition: all 400ms 300ms cubic-bezier(0.66, 0.18, 0.13, 0.94);
}

.el_musubiEffect_line.el_musubiEffect_line__bottomGld:after {
  height: 2px;
  width: 0;
  bottom: 0;
  left: 0;
  -webkit-transition: all 400ms 300ms cubic-bezier(0.66, 0.18, 0.13, 0.94);
  transition: all 400ms 300ms cubic-bezier(0.66, 0.18, 0.13, 0.94);
}

.el_musubiEffect.js_fire .el_musubiEffect_line.el_musubiEffect_line__bottomGld:before,
.el_musubiEffect.js_fire .el_musubiEffect_line.el_musubiEffect_line__bottomGld:after {
  width: 50%;
}

.con_pd {
  padding: 16% 0;
}

@media only screen and (max-width: 1500px) {
  .con_pd {
    padding: 12.5% 0;
  }
}

@media only screen and (max-width: 1160px) {
  .con_pd {
    padding: 4.5% 0;
  }
}

@media only screen and (max-width: 1000px) {
  .con_pd {
    padding: 6.5% 0;
  }
}

.con_pd .txt {
  max-width: 700px;
}

@media only screen and (max-width: 1500px) {
  .con_pd .txt {
    max-width: 600px;
  }
}

@media only screen and (max-width: 1160px) {
  .con_pd .txt {
    max-width: 500px;
  }
}

@media only screen and (max-width: 1000px) {
  .con_pd .txt {
    max-width: 370px;
  }
}

@media only screen and (max-width: 834px) {
  .con_pd .txt {
    max-width: 100%;
  }
}

.con_pd .txt .btn_grd {
  max-width: 420px;
  margin: 50px 0 0 auto;
}

@media only screen and (max-width: 640px) {
  .con_pd .txt .btn_grd {
    margin: 50px auto 0;
  }
}

.bgCover {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

@media only screen and (max-width: 834px) {
  .bgCover {
    background-size: contain;
    background-position: bottom left;
  }
}

@media only screen and (max-width: 834px) {
  .course {
    padding: 0 0 39% 0;
  }
}

@media only screen and (max-width: 640px) {
  .course {
    background-image: url(../images/contents/bgCource_sp.jpg) !important;
  }
}

@media only screen and (max-width: 834px) {
  .course .inner1750 {
    padding: 11.5% 10px;
  }
}

.flow, .lodging {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center left;
}

@media only screen and (max-width: 1200px) {
  .flow, .lodging {
    background-size: cover;
  }
}

@media only screen and (max-width: 834px) {
  .flow, .lodging {
    padding-bottom: 58%;
    background-size: contain;
    background-position: bottom left;
  }
}

.flow .con_pd, .lodging .con_pd {
  padding: 11.5% 0;
}

.flow .graBk, .lodging .graBk {
  background: -webkit-gradient(linear, right top, left top, color-stop(35%, #000), to(transparent));
  background: linear-gradient(to left, #000 35%, transparent);
}

@media only screen and (max-width: 834px) {
  .flow .graBk, .lodging .graBk {
    background: #fff;
  }
}

.flow .txt, .lodging .txt {
  margin: 0 0 0 auto;
}

@media only screen and (max-width: 834px) {
  .flow .txt, .lodging .txt {
    margin: 0 auto 0 0;
  }
}

.lodging {
  background-position: center right;
}

@media only screen and (max-width: 834px) {
  .lodging {
    background-position: bottom left;
  }
}

.lodging .graBk {
  background: -webkit-gradient(linear, left top, right top, color-stop(35%, #000), to(transparent));
  background: linear-gradient(to right, #000 35%, transparent);
}

@media only screen and (max-width: 834px) {
  .lodging .graBk {
    background: #fff;
  }
}

.lodging .txt {
  margin: 0 auto 0 0;
}

.news {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 70px 0 100px 0;
}

.news:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 7.3%;
  height: 100%;
  background: url(../images/contents/kazari02L.gif) repeat-y;
  background-position: top left;
  background-size: contain;
}

.news .inner {
  position: relative;
  z-index: 10;
}

@media only screen and (max-width: 1160px) {
  .news .inner {
    padding: 10px;
    background-color: rgba(255, 255, 255, 0.2);
  }
}

@media only screen and (max-width: 1000px) {
  .news .inner {
    margin: 0 10px;
  }
}

@media only screen and (max-width: 834px) {
  .news .inner {
    padding: 0;
    margin: 0 auto;
    padding-left: 10% !important;
    background-color: transparent;
  }
}

.wrap_news .scroll {
  max-height: 300px;
  overflow-x: auto;
}

.wrap_news dt, .wrap_news dd {
  display: block !important;
  padding: 0 !important;
  border: none !important;
}

@media only screen and (max-width: 640px) {
  .wrap_news dt, .wrap_news dd {
    width: 100% !important;
  }
}

.wrap_news dl {
  margin: 0 10px 10px 0;
  padding: 20px 0;
  border-bottom: 1px solid rgba(35, 35, 35, 0.2);
}

@media only screen and (max-width: 640px) {
  .wrap_news dl {
    display: block !important;
  }
}

.wrap_news dt {
  text-align: center;
}

.wrap_news dt span {
  display: block;
  background-color: #0a2314;
}

@media only screen and (max-width: 640px) {
  .wrap_news dt span {
    margin-bottom: 10px;
  }
}

.wrap_news dd {
  padding-left: 20px !important;
}

.contact {
  padding: 70px 0 100px 0;
  background-size: cover;
}

.contact .bgWh {
  padding: 70px 0 100px 0;
  padding-left: 10%;
  padding-right: 10%;
  background-color: rgba(255, 255, 255, 0.8);
}

.contact .bgWh h2 {
  display: inline-block;
  margin-bottom: 50px;
}

.contact .bgWh h2 .en:before {
  width: 110%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.contact .bgWh .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media only screen and (max-width: 640px) {
  .contact .bgWh .flex {
    display: block;
  }
}

.contact .bgWh .flex .box {
  width: 49%;
  color: #b67a0c;
}

@media only screen and (max-width: 640px) {
  .contact .bgWh .flex .box {
    width: 100%;
  }
}

.contact .bgWh .flex .box .linkTel p {
  font-style: oblique;
  font-size: 42px;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.7;
}

@media screen and (min-width: 641px) and (max-width: 834px) {
  .contact .bgWh .flex .box .linkTel p {
    font-size: 32px;
  }
}

@media only screen and (max-width: 640px) {
  .contact .bgWh .flex .box .linkTel p {
    font-size: 22px;
    line-height: 2.5;
  }
}

.contact .bgWh .flex .box .linkTel p i {
  font-size: 50px;
}

.contact .bgWh .flex .box .linkTel a {
  text-decoration: none;
  color: #b67a0c;
}

@media only screen and (max-width: 640px) {
  .contact .bgWh .flex .box .mail {
    margin-top: 50px;
  }
}

.contact .bgWh .flex .box .mail a {
  display: block;
  font-size: 28px;
  font-weight: bold;
  text-decoration: none;
  color: #b67a0c;
  letter-spacing: 0.1em;
  line-height: 2.4;
}

@media only screen and (max-width: 1000px) {
  .contact .bgWh .flex .box .mail a {
    font-size: 25px;
    line-height: 2.8;
  }
}

@media screen and (min-width: 641px) and (max-width: 834px) {
  .contact .bgWh .flex .box .mail a {
    font-size: 19px;
  }
}

@media only screen and (max-width: 640px) {
  .contact .bgWh .flex .box .mail a {
    font-size: 18px;
  }
}

.contact .bgWh .flex .box .mail a i {
  font-size: 50px;
}

.contact .bgWh .flex .box .mail a:hover {
  opacity: 0.5;
}

.top_access {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

@media only screen and (max-width: 834px) {
  .top_access {
    display: block;
  }
}

.top_access .txt, .top_access .gmap {
  width: 50%;
}

@media only screen and (max-width: 834px) {
  .top_access .txt, .top_access .gmap {
    width: 100%;
  }
}

.top_access .txt {
  position: relative;
  padding: 70px 70px 100px 70px;
  background-color: #0a2314;
}

@media only screen and (max-width: 640px) {
  .top_access .txt {
    padding: 60px 20px 80px 20px;
  }
}

.top_access .txt .shop h2 {
  margin-bottom: 20px;
  font-style: oblique;
  font-size: 35px;
  font-weight: 500;
  letter-spacing: 1px;
}

@media only screen and (max-width: 1400px) {
  .top_access .txt .shop h2 {
    font-size: 1.9vw;
  }
}

@media only screen and (max-width: 834px) {
  .top_access .txt .shop h2 {
    font-size: 4.9vw;
    color: #fff;
  }
}

.top_access .txt .shop h2 .en {
  margin-top: 10px;
  font-style: oblique;
  font-size: 30px;
  letter-spacing: 0.4em;
}

@media only screen and (max-width: 834px) {
  .top_access .txt .shop h2 .en:before {
    background-color: #fff;
  }
}

.top_access .txt:after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 17%;
  height: 8vw;
  display: block;
  background: url(../images/contents/kazari_acs.png) no-repeat;
  background-position: bottom right;
  background-size: contain;
}

.top_access .gmap div {
  height: 100%;
}

/* ------------------------------------------------------------
costume.html
------------------------------------------------------------ */
.cost_txt img {
  margin-bottom: 20px;
  height: 470px !important;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: 'object-fit: cover; object-position: center top;';
}

@media screen and (min-width: 641px) and (max-width: 834px) {
  .cost_txt img {
    height: 380px !important;
  }
}

@media only screen and (max-width: 640px) {
  .cost_txt img {
    max-width: 320px !important;
    height: auto !important;
  }
}

.cost_txt p {
  font-size: 15px;
  line-height: 1.5;
}

@media only screen and (max-width: 640px) {
  .cost_txt p {
    max-width: 320px;
    margin: 0 auto;
  }
}

.flex.costFlex {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

/* ------------------------------------------------------------
course.html
------------------------------------------------------------ */
.course_st01 {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (min-width: 641px) and (max-width: 834px) {
  .course_st01 {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.course_st01 .txt .tbl_st td {
  padding: 10px !important;
  border: none !important;
  border-bottom: 1px dashed #c0a573 !important;
}

@media only screen and (max-width: 640px) {
  .course_st01 .txt .tbl_st td {
    text-align: center !important;
  }
}

.course_st01 .txt .tbl_st td:first-of-type {
  width: 200px;
}

@media screen and (min-width: 641px) and (max-width: 834px) {
  .course_st01 .txt .tbl_st td:first-of-type {
    width: 100px;
  }
}

.course_st01 .txt .bgGld {
  margin: 0 auto 20px auto;
  padding: 20px;
}

.course_st01 .courseDl dt, .course_st01 .courseDl dd {
  display: block !important;
  padding: 0 !important;
  border: none !important;
}

.course_st01 .courseDl dl {
  display: block !important;
}

.course_st01 .courseDl dt {
  text-align: center;
}

.course_st01 .courseDl dd {
  padding-top: 10px !important;
}

/* ------------------------------------------------------------
flow.html
------------------------------------------------------------ */
.flow_st {
  margin: 70px auto 55px auto;
  padding: 4%;
  background-size: cover;
  border: 1px solid #0a2314;
}

.flow_st .cont_btn {
  margin-top: 20px;
}

.flow_st .cont_btn ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (max-width: 640px) {
  .flow_st .cont_btn ul {
    display: block;
  }
}

.flow_st .cont_btn ul li {
  width: 48%;
  margin-right: 4%;
  -webkit-box-shadow: 5px 5px 0 #0a2314;
          box-shadow: 5px 5px 0 #0a2314;
}

@media only screen and (max-width: 640px) {
  .flow_st .cont_btn ul li {
    width: 100%;
    margin: 0 0 30px 0;
  }
}

.flow_st .cont_btn ul li a {
  display: block;
  padding: 12px 5px 0px;
  background-color: #b67a0c;
  font-size: 22px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  line-height: 2.7;
}

.flow_st .cont_btn ul li a i {
  display: block;
  font-size: 40px;
}

.flow_st .cont_btn ul li a:hover {
  background-color: #f6e3c1;
  color: #0a2314;
}

.flow_st .cont_btn ul .linkTel {
  display: block;
  padding: 15px 5px 0px;
  background-color: #b67a0c;
  font-style: oblique;
  font-size: 28px;
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
}

@media only screen and (max-width: 640px) {
  .flow_st .cont_btn ul .linkTel {
    padding: 0;
    background-color: transparent;
  }
}

.flow_st .cont_btn ul .linkTel i {
  display: block;
  font-size: 40px;
}

.step dt, .step dd {
  display: block !important;
  padding: 0 !important;
  border: none !important;
  font-size: 22px;
}

@media only screen and (max-width: 640px) {
  .step dt, .step dd {
    font-size: 18px;
  }
}

.step dl {
  display: block !important;
}

.step dt span {
  display: block;
  width: 200px;
  margin-bottom: 15px;
  background-color: #0a2314;
  font-style: oblique;
  color: #b67a0c;
  text-align: center;
  letter-spacing: 0.1em;
}

@media only screen and (max-width: 640px) {
  .step dt span {
    width: 100%;
    font-size: 24px;
  }
}

.arrows {
  position: relative;
}

.arrows:after {
  content: "\f107";
  font-family: "Font Awesome 5 Pro";
  position: absolute;
  bottom: -120px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  font-size: 80px;
  color: #0a2314;
}

/* ------------------------------------------------------------
lodging.html
------------------------------------------------------------ */
.lodging_img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 50px;
}

.lodging_img .box {
  width: 22%;
  margin-right: 4%;
  margin-bottom: 20px;
}

@media only screen and (max-width: 640px) {
  .lodging_img .box {
    width: 48%;
    margin-right: 4%;
  }
}

.lodging_img .box:nth-of-type(4n) {
  margin-right: 0;
}

@media only screen and (max-width: 640px) {
  .lodging_img .box:nth-of-type(4n) {
    margin-right: 4%;
  }
}

@media only screen and (max-width: 640px) {
  .lodging_img .box:nth-of-type(even) {
    margin-right: 0;
  }
}

/* ------------------------------------------------------------
question.html
------------------------------------------------------------ */
.faq {
  margin-bottom: 30px;
  padding: 4%;
  border: 1px solid #232323;
}

.faq li:nth-of-type(odd) {
  position: relative;
  margin-bottom: 10px;
  padding: 0 0 10px 45px;
  border-bottom: 1px solid #c0a573;
}

.faq li:nth-of-type(odd):before {
  content: "Q.";
  position: absolute;
  top: 3px;
  left: 0;
  display: inline-block;
  font-size: 28px;
  color: #b67a0c;
  line-height: 1;
}

.faq li:nth-of-type(even) {
  position: relative;
  padding-left: 45px;
}

.faq li:nth-of-type(even):before {
  content: "A.";
  position: absolute;
  top: 3px;
  left: 0;
  display: inline-block;
  font-size: 28px;
  color: #b67a0c;
  line-height: 1;
}

/* ------------------------------------------------------------
contact.html
------------------------------------------------------------ */
.mail.title {
  display: none;
}

.cont_form dt label {
  font-size: 11px;
}

.cont_form dt label:after {
  content: "必須";
}

.annot {
  margin: 0 !important;
  text-align: right;
  font-size: 13px;
}

/* ------------------------------------------------------------
box
------------------------------------------------------------ */
.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media only screen and (max-width: 640px) {
  .flex {
    display: block;
  }
}

.flex .box02 {
  width: 48%;
  margin-right: 4%;
  margin-bottom: 30px;
}

@media only screen and (max-width: 640px) {
  .flex .box02 {
    width: 100%;
    margin-right: 0;
  }
}

.flex .box02:nth-of-type(even) {
  margin-right: 0;
}

.flex .box02 img {
  width: 100% !important;
}

.flex .box03 {
  width: 32%;
  margin-right: 2%;
  margin-bottom: 30px;
}

@media only screen and (max-width: 640px) {
  .flex .box03 {
    width: 100% !important;
    margin-right: 0 !important;
  }
}

.flex .box03:nth-of-type(3n) {
  margin-right: 0;
}

.flex .box03 img {
  width: 100% !important;
}

.flex .box04 {
  width: 22%;
  margin-right: 4%;
  margin-bottom: 30px;
}

@media screen and (min-width: 641px) and (max-width: 834px) {
  .flex .box04 {
    width: 48%;
    margin-right: 4%;
  }
}

@media only screen and (max-width: 640px) {
  .flex .box04 {
    width: 100%;
    margin-right: 0;
  }
}

.flex .box04:nth-of-type(4n) {
  margin-right: 0;
}

@media screen and (min-width: 641px) and (max-width: 834px) {
  .flex .box04:nth-of-type(4n) {
    margin-right: 4%;
  }
}

@media screen and (min-width: 641px) and (max-width: 834px) {
  .flex .box04:nth-of-type(even) {
    margin-right: 0;
  }
}

.flex .box04 img {
  width: 100% !important;
}

/* ------------------------------------------------------------
title
------------------------------------------------------------ */
.ttl01 h1 {
  padding: 40px 0;
  color: #b67a0c;
  font-size: 16px;
  letter-spacing: 1px;
  line-height: 1.5;
}

@media only screen and (max-width: 640px) {
  .ttl01 h1 {
    padding: 20px 0;
  }
}

.ttl01 h1 .ja {
  font-size: 30px;
  letter-spacing: 5px;
}

@media only screen and (max-width: 640px) {
  .ttl01 h1 .ja {
    font-size: 24px;
  }
}

.ttl01 h2 {
  margin: 100px auto 30px auto;
  font-size: 26px;
  letter-spacing: 5px;
}

@media screen and (min-width: 641px) and (max-width: 834px) {
  .ttl01 h2 {
    margin-top: 70px;
  }
}

@media only screen and (max-width: 640px) {
  .ttl01 h2 {
    margin-top: 70px;
    font-size: 20px;
  }
}

.ttl01 h2 .en {
  font-size: 16px;
  letter-spacing: 1px;
}

.ttl01 h2 .en {
  position: relative;
  display: block;
  margin-top: 10px;
  padding-top: 10px;
  color: #b67a0c;
}

.ttl01 h2 .en:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  display: block;
  background: -webkit-gradient(linear, right top, left top, from(transparent), color-stop(50%, #b67a0c), to(transparent));
  background: linear-gradient(to left, transparent, #b67a0c 50%, transparent);
}

.h1wrap.h1txt.con100.ttl01 {
  position: relative;
  border-top: 2px solid #b67a0c;
  border-bottom: 2px solid #b67a0c;
  overflow: hidden;
}

@media only screen and (max-width: 640px) {
  .h1wrap.h1txt.con100.ttl01 {
    margin-bottom: 30px;
  }
}

.h1wrap.h1txt.con100.ttl01:before, .h1wrap.h1txt.con100.ttl01:after {
  content: "";
  display: block;
  position: absolute;
  width: 13%;
  height: 14vw;
}

.h1wrap.h1txt.con100.ttl01:before {
  background: url(../images/contents/main_kazariL.png) no-repeat;
  background-size: contain;
  background-position: top left;
  left: 0;
  top: 0;
}

.h1wrap.h1txt.con100.ttl01:after {
  background: url(../images/contents/main_kazariR.png) no-repeat;
  background-size: contain;
  background-position: bottom right;
  right: 0;
  bottom: 0;
  visibility: inherit !important;
}

/* ------------------------------------------------------------
button
------------------------------------------------------------ */
.btn_grn a, .btn_grd a {
  display: block;
  padding: 12px 5px;
  background-color: #0a2314;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.1em;
  color: #b67a0c;
  line-height: 1.5;
}

@media only screen and (max-width: 640px) {
  .btn_grn a, .btn_grd a {
    font-size: 16px;
  }
}

.btn_grn a:hover, .btn_grd a:hover {
  background-color: #b67a0c;
  color: #232323;
}

.btn_grn a .en, .btn_grd a .en {
  display: block;
  font-size: 11px;
  letter-spacing: 0;
}

.btn_grd a {
  background-color: rgba(182, 122, 12, 0.3);
  border: 1px solid rgba(255, 255, 255, 0.3);
  color: #fff;
}

@media only screen and (max-width: 834px) {
  .btn_grd a {
    background-color: #b67a0c;
  }
}

.linkLine a {
  text-decoration: none;
}

.anc_btn {
  margin: 50px auto;
}

.anc_btn li {
  width: 30%;
  margin-right: 5%;
  margin-bottom: 20px;
  -webkit-box-shadow: 5px 5px 0 #b67a0c;
          box-shadow: 5px 5px 0 #b67a0c;
}

@media screen and (min-width: 641px) and (max-width: 834px) {
  .anc_btn li {
    width: 48%;
    margin-right: 4%;
  }
}

@media only screen and (max-width: 640px) {
  .anc_btn li {
    width: 100%;
    margin-right: 0;
  }
}

.anc_btn li:nth-of-type(3n) {
  margin-right: 0;
}

@media screen and (min-width: 641px) and (max-width: 834px) {
  .anc_btn li:nth-of-type(3n) {
    margin-right: 4%;
  }
}

@media screen and (min-width: 641px) and (max-width: 834px) {
  .anc_btn li:nth-of-type(even) {
    margin-right: 0;
  }
}

.anc_btn a {
  display: block;
  padding: 7px 5px;
  background-color: #0a2314;
  font-size: 18px;
  text-decoration: none;
  text-align: center;
  color: #fff;
}

.anc_btn a:hover {
  color: #b67a0c;
}

.max500 {
  max-width: 500px;
  margin: 0 auto;
}

/* ------------------------------------------------------------
text
------------------------------------------------------------ */
.fcWh p {
  color: #fff;
}

@media only screen and (max-width: 834px) {
  .tab_fcBk p {
    color: #232323;
  }
}

/* ------------------------------------------------------------
table
------------------------------------------------------------ */
.tbl_st01 td, .tbl_st02 td {
  padding: 20px !important;
  border: none !important;
  border-bottom: 1px solid #ccc !important;
}

@media only screen and (max-width: 640px) {
  .tbl_st01 td, .tbl_st02 td {
    padding: 10px !important;
  }
}

.tbl_st01 td:first-of-type, .tbl_st02 td:first-of-type {
  width: 200px;
  border-bottom: 1px solid #c0a573 !important;
}

@media only screen and (max-width: 640px) {
  .tbl_st01 td:first-of-type, .tbl_st02 td:first-of-type {
    padding-top: 20px !important;
  }
}

.tbl_st01 .linkTel a, .tbl_st02 .linkTel a {
  text-decoration: none;
}

.tbl_st02 td {
  border-bottom: 1px solid #0a2314 !important;
}

.tbl_st02 td:first-of-type {
  border-bottom: 1px solid #b67a0c !important;
}

/* ------------------------------------------------------------
common
------------------------------------------------------------ */
.con100 {
  margin-left: calc(((100vw - 100%) / 2) * -1);
  margin-right: calc(((100vw - 100%) / 2) * -1);
}

.mg_t0, .mg_t0 h2, .mg_t0 h3, .mg_t0 h4, .mg_t0 h5 {
  margin-top: 0 !important;
}

.inner1750 {
  max-width: 1750px;
  margin: 0 auto;
  padding: 0 10px;
}

.bgGld {
  margin-top: 70px;
  padding: 70px;
  background: url(../images/common/bg_nav.png);
  background-color: rgba(246, 227, 193, 0.8);
}

@media only screen and (max-width: 834px) {
  .bgGld {
    margin-top: 30px;
    padding: 40px 20px;
  }
}

.anc {
  clear: inherit !important;
  position: relative;
  z-index: -1;
}

.anc div {
  margin-top: -75px;
  padding-top: 75px;
}

@media screen and (min-width: 641px) and (max-width: 834px) {
  .gmap iframe {
    height: 400px !important;
  }
}

@media only screen and (max-width: 640px) {
  .gmap iframe {
    height: 300px !important;
  }
}

@media only screen and (max-width: 640px) {
  .sp_left div {
    text-align: left !important;
  }
}

.link_line a:hover {
  text-decoration: none;
}
/*# sourceMappingURL=assets.css.map */