@charset "UTF-8";

.bogoflags {
  display: none !important;
}
.bogo-language-switcher {
  margin-bottom: 20px;
}
.bogo-language-switcher a {
  color: #aaa !important;
}
.bogo-language-switcher a:hover {
  color: #aaa !important;
}

.sp_lang a {
  color: #666 !important;
}
.sp_lang a:hover {
  color: #666 !important;
}

.pc_header {
  width: 320px;
  background: #141414;
  height: 100%;
  position: fixed;
  overflow-y: auto;
}

.pc_header>a {
  display: block;
  color: white;
  font-size: 20px;
  margin-bottom: 16px;
}

.pc_header>a:hover {
  color: white;
}


/*スクロールバー全体*/

::-webkit-scrollbar {
  width: 6px;
}


/*スクロールバーの軌道*/

::-webkit-scrollbar-track {
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, .1);
}


/*スクロールバーの動く部分*/

::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 50, .5);
  border-radius: 10px;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, .3);
}

@media screen and (max-width: 992px) {
  .cont-sp {
    display: inline-block;
  }
}

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

.fl {
  float: left;
}

.fr {
  float: right;
}


/* Header */

.head {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  min-width: 1200px;
  z-index: 99;
}

.head a:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}

.head::before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #ffffff;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.2s ease-out 0s;
  -moz-transition: all 0.2s ease-out 0s;
  -o-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
}

@media screen and (min-width: 993px) {
  .head {
    height: 66px;
  }
  .head.-scroll::before {
    opacity: 0.85;
    filter: alpha(opacity=85);
  }
  .head.-scroll .head-logo>a {
    width: 124px;
    height: 34px;
    top: 16px;
  }
  .head.-scroll .head-logo>a .head-logo__scroll {
    opacity: 1;
    filter: alpha(opacity=100);
  }
  .head.-scroll .head-logo>a .head-logo__fix {
    opacity: 0;
    filter: alpha(opacity=0);
  }
}

@media screen and (max-width: 992px) {
  .head {
    height: 74px !important;
    min-width: 100%;
    overflow: hidden;
    -webkit-transition: all 0.2s ease-out 0s;
    -moz-transition: all 0.2s ease-out 0s;
    -o-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
  }
  .head::before {
    opacity: 1;
    filter: alpha(opacity=85);
  }
  .head.-open {
    height: 100% !important;
  }
  .head.-open .head-navbtn>.text {
    letter-spacing: 0.075em;
  }
  .head.-open .head-navbtn>.line-t {
    top: 38px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
  }
  .head.-open .head-navbtn>.line-c {
    opacity: 0;
    filter: alpha(opacity=0);
  }
  .head.-open .head-navbtn>.line-b {
    top: 38px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }
}

@media screen and (min-width: 993px) {
  .head-logo>a {
    display: block;
    width: 170px;
    height: 130px;
    position: absolute;
    left: 25px;
    top: 20px;
    -webkit-transition: all 0.2s ease-out 0s;
    -moz-transition: all 0.2s ease-out 0s;
    -o-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
    opacity: 1;
    filter: alpha(opacity=100);
  }
  .head-logo>a:hover {
    opacity: 0.6;
    filter: alpha(opacity=60);
  }
  .head-logo>a .head-logo__scroll {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 0.2s ease-out 0s;
    -moz-transition: all 0.2s ease-out 0s;
    -o-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
    position: absolute;
    left: 0;
    top: 0;
  }
  .head-logo>a .head-logo__fix {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transition: all 0.2s ease-out 0s;
    -moz-transition: all 0.2s ease-out 0s;
    -o-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
    position: absolute;
    left: 0;
    top: 0;
  }
}

@media screen and (max-width: 992px) {
  .head-logo>a {
    display: block;
    width: 100%;
    position: absolute;
    left: 12px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
  }
  .head-logo>a>p {
    width: 100%;
  }
}

@media screen and (max-width: 992px) {
  .head-logo {
    /* width: 31.4%; */
    height: 60px;
    position: absolute;
    left: 10px;
    top: 5px;
  }
}

@media screen and (min-width: 993px) {
  .head-nav {
    position: absolute;
    right: 140px;
    top: 17px;
  }
}

@media screen and (max-width: 992px) {
  .head-nav {
    position: absolute;
    left: 0;
    top: 74px;
    width: 100%;
    padding-top: 50px;
  }
}

.head-nav>ul {
  font-size: 0;
  padding-inline-start: 0px;
  margin-bottom: 30px;
}

.head-nav>ul>li {
  display: inline-block;
  margin: 0 19px;
}

@media screen and (max-width: 992px) {
  .head-nav>ul>li {
    display: block;
    margin: 0 auto;
    text-align: center;
  }
  .head-nav>div {
    line-height: 2;
    margin-bottom: 30px;
  }
}

.head-nav>ul>li>a {
  /* font-family: 'PT Sans', sans-serif; */
  font-size: 17px;
  line-height: 30px;
  text-decoration: none;
  display: block;
  position: relative;
  color: #000000;
  letter-spacing: 0.05em;
}

.head-nav>ul>li>a::after {
  content: '';
  width: 0;
  height: 1px;
  background: #a69e62;
  position: absolute;
  left: 0;
  bottom: 0;
  -webkit-transition: all 0.2s ease-out 0s;
  -moz-transition: all 0.2s ease-out 0s;
  -o-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
}

@media screen and (min-width: 993px) {
  .head-nav>ul>li>a:hover {
    text-decoration: none;
  }
  .head-nav>ul>li>a:hover::after {
    width: 100%;
  }
}

@media screen and (max-width: 992px) {
  .head-nav>ul>li>a {
    font-size: 20px;
    line-height: 52px;
  }
}

.head-nav>ul>li.head-nav__book>a {
  color: #a69e62;
}

.head-navbtn {
  width: 40px;
  height: 40px;
  position: absolute;
  right: 20px;
  top: 0;
  text-align: center;
}

.head-navbtn>.text {
  font-size: 13px;
  font-family: 'ta-kouran', sans-serif;
  letter-spacing: 0.1em;
  padding-top: 9px;
  position: absolute;
  left: 6px;
  top: 35px;
}

.head-navbtn>.line {
  width: 26px;
  height: 2px;
  position: absolute;
  left: 8px;
  top: 0;
  background: #000000;
  -webkit-transition: all 0.2s ease-out 0s;
  -moz-transition: all 0.2s ease-out 0s;
  -o-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
}

.head-navbtn>.line-t {
  top: 23px;
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
}

.head-navbtn>.line-c {
  top: 31px;
  opacity: 1;
  filter: alpha(opacity=100);
}

.head-navbtn>.line-b {
  top: 39px;
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
}

.head-book {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 120px;
  height: 66px;
  text-align: center;
  font-size: 21px;
  line-height: 26px;
  font-weight: 700;
  text-decoration: none;
  letter-spacing: 0.2em;
  font-family: 'PT Sans', sans-serif;
  padding-top: 15px;
  background: #d2c87b;
  color: #ffffff;
  -webkit-transition: all 0.2s ease-out 0s;
  -moz-transition: all 0.2s ease-out 0s;
  -o-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
}

.head-book::after {
  content: '';
  position: absolute;
  right: 0;
  top: 66px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 36px 60px 0 60px;
  border-color: #d2c87b transparent transparent transparent;
  -webkit-transition: all 0.2s ease-out 0s;
  -moz-transition: all 0.2s ease-out 0s;
  -o-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
}

.head-book span {
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 0.05em;
  color: #00382d;
  -webkit-transition: all 0.2s ease-out 0s;
  -moz-transition: all 0.2s ease-out 0s;
  -o-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
}

.head-book:hover {
  background: #e9e4bd;
}

.head-book:hover::after {
  border-color: #e9e4bd transparent transparent transparent;
}

.head-book:hover span {
  color: #809c96;
}