@charset "UTF-8";
@import url(import/reset.css);
@import url(import/util.css);
/* ==================== common ==================== */
* {
  box-sizing: border-box;
}

html {
  font-size: 10px;
  position: relative;
}

body {
  color: black;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.6;
  /* font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", "YuGothic", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; */
  font-family: 'Noto Serif Japanese',"ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: normal;
  color: white;
  letter-spacing: 0.06em;
  min-width: 1000px;
  overflow-x: hidden;
  background: black;
}

.hdr__first .logo img {
  width: 185px;
}

.hdr__first .lang img {
  width: 53px;
}

.ohover img {
  width: 165px;
  margin-top: 1vw;
}

.logo img {
  width: 55px;
}

.reserve-for-sma {
  margin-top:5vw;
  margin-bottom: 5vw;
  margin-left: 25%;
  width: 50%;
}

@media only screen and (max-width: 767px) {
  .for-pc {
    display: none;
  }

  .reserve-for-sma {
    display: block;
    margin-top: 15vw;
    margin-bottom: 15vw;
    margin-left: 0vw;
    width: 100%;
  }

  body {
    min-width: auto;
  }
}
img {
  max-width: 100%;
  vertical-align: bottom;
  height: auto;
}

.wrap {
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
}

@media only screen and (max-width: 767px) {
  .wrap {
    padding: 0 20px;
  }
}
.inner {
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
}

@media only screen and (max-width: 767px) {
  .inner {
    padding: 0 20px;
  }
}
.sp, .tab {
  display: none;
}

@media only screen and (max-width: 1023px) {
  .tab {
    display: block;
  }

  img.tab {
    display: inline;
  }

  .tab_none {
    display: none !important;
  }
}
@media only screen and (max-width: 767px) {
  .sp {
    display: block;
  }

  img.sp {
    display: inline;
  }

  .pc {
    display: none !important;
  }
}
a {
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  color: white;
  text-decoration: none;
}

a.ohover:hover {
  opacity: 0.7;
}

a.thover:hover {
  text-decoration: underline;
}

.ohoverArea a:hover {
  opacity: 0.7;
}

.thoverArea a:hover {
  text-decoration: underline;
}

.cap {
  font-size: 12px;
  letter-spacing: 0.06em;
  line-height: 15px;
}

.image_cap {
  position: relative;
}

.image_cap .cap {
  position: absolute;
  bottom: 5px;
  right: 5px;
}

.serif {
  font-family: 'Noto Serif Japanese',"ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.sans {
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", "YuGothic", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.ft_white {
  color: white;
}

/*
画像のフロート
<div class="fl oh_img"><img src="" alt=""></div>
<div class="oh_txt">テキストテキスト....</div>
*/
.oh_txt {
  overflow: hidden;
}

@media only screen and (max-width: 767px) {
  .oh_img {
    margin: 0 0 20px !important;
    width: 100%;
    float: none;
  }
}
.table_wrap table {
  width: 100%;
  border-collapse: collapse;
}

@media only screen and (max-width: 767px) {
  .table_wrap table {
    display: block;
  }

  .table_wrap table tbody, .table_wrap table tr, .table_wrap table td {
    display: block;
    width: 100% !important;
  }
}
.clm {
  letter-spacing: -.4em;
}

.clm > div, .clm > li {
  letter-spacing: normal;
  vertical-align: top;
  display: inline-block;
}

.titA {
  font-size: 26px;
  margin-bottom: 30px;
}

.titB {
  position: relative;
  margin-bottom: 20px;
}
.titB:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 1px;
  background: white;
  margin: auto;
}
.titB span {
  display: inline-block;
  background: black;
  padding: 0 10px;
  position: relative;
  font-size: 16px;
  font-weight: bold;
}

.titC {
  text-align: center;
  margin-bottom: 30px;
}
.titC span {
  font-size: 18px;
  font-weight: bold;
  display: inline-block;
  border-bottom: white solid 1px;
  padding: 0 30px 0 50px;
  position: relative;
}
.titC span:before {
  content: url(../imgs/fairy01.png);
  display: block;
  position: absolute;
  bottom: -4px;
  left: -20px;
  line-height: 1;
}
.titC span:after {
  content: url(../imgs/feather.png);
  display: block;
  position: absolute;
  bottom: -4px;
  right: -30px;
  line-height: 1;
}

.txtA {
  display: inline-block;
  border-radius: 4px;
  padding: 0 10px;
  font-weight: bold;
  font-size: 14px;
  border: 1px solid white;
  margin: 5px 0;
}

.txtB {
  text-align: center;
  font-size: 16px;
  background: url(../imgs/txtB.png) center bottom no-repeat;
  background-size: 100% auto;
  padding: 0 50px 20px;
  max-width: 576px;
  margin: 0 auto;
  min-height: 80px;
}

.txtC {
  font-size: 26px;
  text-align: center;
  margin-bottom: 30px;
}

.txtD {
  font-size: 16px;
}

@media only screen and (max-width: 767px) {
  .titA {
    font-size: 20px;
  }

  .txtC {
    font-size: 16px;
  }

  .txtD {
    font-size: 14px;
  }
}
.btnA a {
  display: inline-block;
  background: white;
  border-radius: 4px;
  padding: 0 10px;
  color: black;
  font-weight: bold;
  font-size: 14px;
}

.btnB a {
  display: inline-block;
  border-radius: 4px;
  padding: 0 10px;
  font-weight: bold;
  font-size: 14px;
  border: 1px solid white;
}

.main__contents {
  padding-top: 60px;
}

.header {
  padding: 20px 0 40px;
  /* position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99999; */
  background: black;
}

.hdr__first {
  text-align: center;
  position: relative;
  margin: 0 20px;
}
.hdr__first .lang {
  position: absolute;
  top: 0;
  right: 0;
}
.hdr__first .lang ul > li + li {
  margin-left: 5px;
}

@media only screen and (max-width: 767px) {
  .main__contents {
    padding-top: 105px;
  }

  .header {
    padding: 17px 0;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99999;
  }

  .hdr__first {
    margin: 0 10px;
  }
  .hdr__first .logo img {
    width: 92.5px;
  }
  .hdr__first .lang {
    line-height: 1;
    top: -9px;
  }
  .hdr__first .lang a {
    display: block;
  }
  .hdr__first .lang img {
    width: 45px;
    display: block;
  }
  .ohover img {
    width: 100px;
  }
  .logo img {
    width: 55px;
  }
}
.hdr__second {
  text-align: center;
  position: relative;
  margin: 0 20px;
  padding: 0 0 0;
}
.hdr__second .schedule {
  position: absolute;
  top: -50px;
  right: 0px;
  z-index: 999999;
  width: 130px;
}

@media only screen and (max-width: 767px) {
  .hdr__second {
    position: static;
    margin: 0;
    padding: 0;
  }
  .hdr__second .schedule {
    top: 40px;
    right: 30px;
    width: 80px;
  }

  .header .menu {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 10px;
    margin: auto 0;
  }
}
.gnav {
  position: absolute;
  left: 0;
  right: 0;
  background: black;
  z-index: 9999;
  padding: 25px 0;
}
.gnav.fixed {
  position: fixed;
  top: 0;
}
.gnav ul li {
  padding: 0 20px;
}
.gnav ul li a {
  font-size: 15px;
  font-weight: bold;
  border-bottom: 1px solid transparent;
}
.gnav ul li a:hover {
  border-color: white;
}

@media only screen and (max-width: 767px) {
  .gnav {
    position: fixed;
    top: 66px !important;
    left: 0;
    right: 0;
    background: black;
    z-index: 99999;
    display: none;
  }
  .gnav .clm {
    border-top: 1px solid white;
  }
  .gnav .clm > li {
    display: block;
    padding: 0;
    text-align: left;
  }
  .gnav .clm > li a {
    display: block;
    padding: 0 10px 0 25px;
    height: 55px;
    line-height: 55px;
    font-size: 12px;
    border-bottom: 1px solid white;
    background: url(../imgs/icon_sanksaku.png) top 22px left 10px no-repeat;
    background-size: 7px auto;
  }
}
.float_bnr {
  position: fixed;
  bottom: 30px;
  right: 30px;
}

@media only screen and (max-width: 767px) {
  .float_bnr {
    bottom: 10px;
    right: 10px;
  }
}
.footer {
  background: black;
  padding: 20px 0 25px;
}
.footer .fl .clm > div {
  color: black;
  font-size: 12px;
}
.footer .fl .clm > div + div {
  margin-left: 15px;
}
.footer .fr {
  text-align: right;
  color: black;
  font-size: 10px;
}
.footer .fr a + a {
  margin-left: 10px;
}
.copyright {
  color: white;
}

@media only screen and (max-width: 767px) {
  .footer {
    padding: 10px 0;
  }
  .footer .fl {
    text-align: center;
    float: none;
    padding: 0 20px;
    margin-bottom: 10px;
  }
  .footer .fl .clm > div + div {
    margin: 10px 0 0;
  }
  .footer .fr {
    text-align: center;
    float: none;
    padding: 0 20px;
  }
}
.language li{
  border: 1px solid rgb(155, 155, 155);
    padding: 0px 10px;
    margin: 0 8px;
}
@media only screen and (max-width: 767px) {
  .language li{
    border: 1.2px solid rgb(155, 155, 155);
    padding: 0px 4px;
    margin: 8px 2px;
    font-size: 12px;
  }
}