/** @format */

@charset "UTF-8";

html:not(.responsive) {
  min-width: 1000px; /* viewport */
}

/*=============================================
 * body
 *=============================================*/
body {
  color: #000;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "メイリオ", Meiryo, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 16px;
  line-height: 36px;
  letter-spacing: 0;
  background: url("../img/shared/body.jpg") repeat center top;
  min-width: inherit;
  min-height: inherit;
  max-height: 100%;
}

/*=============================================
 * fonts - DON'T EDIT
 *=============================================*/
.fnt-mincho {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "メイリオ", Meiryo, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.fnt-meiryo {
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴシックPro", "ＭＳ ゴシック", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.fnt-gothic {
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.min {
  font-size: 70% !important;
}
/*=============================================
 * .fnt - customs
 *=============================================*/
.fnt-ro-nikkatsu {
  font-family: ro-nikkatsu-sei-kai-std, serif;
  font-weight: 400;
  font-style: normal;
}

/*=============================================
 * <main>
 *=============================================*/
main {
  clear: both;
  width: 100%;
  position: relative;
  overflow: hidden;
}
.wrap {
  width: 1000px;
}

/*=============================================
 * <header>
 *=============================================*/
header {
  position: relative;
  height: 860px;
  padding-bottom: 10px;
}
header:before {
  content: "";
  position: absolute;
  top: 0;
  left: -1px;
  width: calc(50% - 330px);
  height: 860px;
  background: url("../img/shared/h_deco.png") no-repeat right top/cover;
}
header:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 10px;
  background: url("../img/shared/line01.png") repeat-x center bottom;
}
header .box-left {
  margin-left: 67px;
  width: 232px;
}
header .box-right {
  position: absolute;
  top: 0;
  right: 194px;
  text-align: right;
}
header h1 {
  font-size: 14px;
  color: #fff;
  padding-top: 4px;
}
#floating_btn {
  position: fixed;
  top: 0;
  right: 0;
  width: 0;
  height: 100%;
  z-index: 9999;
  -webkit-transform: translateX(0px);
  -moz-transform: translateX(0px);
  -ms-transform: translateX(0px);
  -o-transform: translateX(0px);
  transform: translateX(0px);
  -webkit-transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  -o-transition: 400ms ease-in-out;
  transition: 400ms ease-in-out;
}
#floating_btn .floating_block {
  width: 100%;
  height: 100%;
  background: #241b0d;
}
#floating_btn .btn_group {
  position: absolute;
  top: 0px;
  left: -39px;
  /* transform: translateY(-50%); */
}
#floating_btn .btn_group li {
  cursor: pointer;
  margin: 0px 0px 3px;
}
#floating_btn .btn_group li:hover {
  opacity: 0.8;
}
#floating_btn .box-navi {
  position: absolute;
  top: 50%;
  left: 0;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-50%);
  -webkit-transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  -o-transition: 400ms ease-in-out;
  transition: 400ms ease-in-out;
}
#floating_btn .box-navi .btn_close {
  margin-top: 38px;
}
#floating_btn .box-tel {
  position: absolute;
  top: 50%;
  left: 0;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-50%);
  -webkit-transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  -o-transition: 400ms ease-in-out;
  transition: 400ms ease-in-out;
}
#floating_btn .box-tel .btn_tel {
  margin-top: 24px;
}
#floating_btn .btn_close {
  cursor: pointer;
  width: 31px;
  margin: 0 auto;
}
#floating_btn.open {
  width: 300px;
}
#floating_btn .box-tel.active,
#floating_btn .box-navi.active {
  opacity: 1;
  visibility: visible;
  z-index: 9;
}

/*=============================================
 * key
 *=============================================*/
#key {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 860px;
  z-index: -1;
}
#key ul {
  min-height: inherit;
}
#key li {
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  min-height: inherit;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

/*=============================================
 * <section>
 *=============================================*/

/*=============================================
 * #socialbuttons
 *=============================================*/
#socialbuttons {
  padding: 46px 0 20px;
}

/*=============================================
 * <footer>
 *=============================================*/
footer {
  background: url("../img/shared/f_bg.jpg") repeat center top;
  position: relative;
  color: #fff;
  padding: 23px 0 50px;
}
footer:before {
  content: "";
  position: absolute;
  top: 94px;
  left: 0;
  width: 100%;
  height: 320px;
  background: url("../img/shared/f_deco.png") no-repeat center top;
}
footer:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 10px;
  background: url("../img/shared/f_line.png") repeat-x center top;
}
footer .info {
  padding: 30px 0 0 95px;
}
footer .info dl {
  font-size: 15px;
  line-height: 18px;
  padding-bottom: 18px;
}
footer .info dl:after {
  content: "." !important;
  clear: both !important;
  display: block !important;
  height: 0 !important;
  visibility: hidden !important;
}
footer .info dl dt {
  float: left;
  width: 154px;
}
footer .info dl dd {
  float: left;
}
footer .logo {
  text-align: center;
  margin: 0 0 -2px 7px;
}
footer .tel {
  text-align: center;
}
footer nav {
  position: absolute;
  top: 440px;
  right: 0;
  width: 252px;
}
footer nav:before {
  content: "";
  position: absolute;
  top: -9px;
  left: -58px;
  width: 1px;
  height: 275px;
}
footer nav a {
  display: block !important;
  position: relative;
  font-size: 15px;
  line-height: 16px;
  padding-left: 24px;
  padding-bottom: 16px;
}
footer nav a:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 15px;
  height: 15px;
  background: url("../img/shared/f-icon.png") no-repeat center top;
}
footer nav a + a:before {
  content: "";
}

/*=============================================
 * copyright
 *=============================================*/
address {
  font-size: 11px;
  line-height: 15px;
}

address a{
 font-size: 10px;
 color: #FFF;
 display: block;
 text-decoration: none;
}



.bsd_img {
  box-shadow: 0px 0px 27px 0px rgba(81, 52, 9, 0.5);
}
.uo_btn a {
  font-family: ro-nikkatsu-sei-kai-std, serif;
  display: block;
  background: url("../img/shared/uo_btn.jpg") no-repeat center top/cover;
  width: 420px;
  height: 61px;
  box-sizing: border-box;
  font-size: 22px;
  color: #fff;
  line-height: 61px;
  text-align: center;
}
.uo_btn a:hover {
  text-decoration: none;
  opacity: 0.8;
}
.uo_ttl {
  font-family: ro-nikkatsu-sei-kai-std, serif;
  text-shadow: 1px 1px 7px rgba(250, 198, 112, 0.4), 1px 1px 7px rgba(250, 198, 112, 0.4);
  color: #372016;
}
.slider .bx-pager {
  position: absolute;
  z-index: 99;
}
.slider .bx-pager div {
  display: inline-block;
  height: 68px;
  margin: 0 6px;
  overflow: hidden;
  width: 68px;
}
.slider .bx-pager div a {
  background: url("../img/course/pager.png") no-repeat scroll -80px 0;
  display: block;
  height: 8px;
  padding: 12px 0 0;
  width: 68px;
  margin: 0;
  text-indent: -999999px;
}
.slider .bx-pager div .active {
  background: url("../img/course/pager.png") no-repeat scroll 0px 0;
  width: 68px;
  height: 8px;
}
.sake {
  color: #fff;
  background: url("../img/shared/sake_img.jpg") no-repeat center/cover;
  padding: 124px 0 116px;
}
.sake h2 {
  font-family: ro-nikkatsu-sei-kai-std, serif;
  font-size: 48px;
  float: left;
  line-height: 87px;
  width: 174px;
  height: 435px;
  margin-left: -30px;
}
.sake .txt {
  font-size: 15px;
  line-height: 30px;
  width: 605px;
}
.sake .fl {
  padding: 32px 0 0 55px;
}
.sake h3 {
  font-size: 26px;
  line-height: 57px;
  position: relative;
  margin-top: 67px;
  padding-left: 104px;
  position: relative;
  z-index: 2;
}
.sake h3:before {
  content: "";
  position: absolute;
  top: 0;
  left: -60px;
  width: 465px;
  height: 51px;
  background: url("../img/shared/sake_h3.png") no-repeat center top/cover;
  z-index: -1;
}
.sake ul {
  float: left;
  width: 207px;
  padding: 34px 0 0 5px;
}
.reverse {
  padding: 132px 0 175px;
}
.reverse .wrap:before {
  content: "";
  position: absolute;
  top: -135px;
  right: -169px;
  width: 390px;
  height: 339px;
  background: url("../img/shared/reserve_deco.png") no-repeat center top/cover;
}
.reverse .fr {
  width: 435px;
  /*padding-top: 58px;*/
}
.reverse h2 {
  font-size: 30px;
  text-align: center;
  color: #372016;
  line-height: 50px;
}
.reverse .tel {
  padding-top: 25px;
}
.reverse h3 {
  font-size: 36px;
  padding: 53px 0 0 80px;
  color: #372016;
  background: url("../img/shared/icon1.png") no-repeat left 10px top 50px;
}
.reverse .txt {
  line-height: 30px;
  color: #1f1306;
  font-weight: 600;
  width: 380px;
  letter-spacing: 1px;
  padding: 25px 0 53px 30px;
}
.reverse .reverse_btn {
  padding-left: 6px;
}
.reverse .img01 {
  position: absolute;
  top: 0;
  left: -107px;
}
@-webkit-keyframes fadeInUpNew {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 10%, 0);
    transform: translate3d(0, 10%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUpNew {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 10%, 0);
    transform: translate3d(0, 10%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInUpNew {
  -webkit-animation-name: fadeInUpNew;
  animation-name: fadeInUpNew;
}

.yoyaku {
  position: fixed;
  right: 0px;
  top: 400px;
  z-index: 999;
}
.btnfix-insta {
  position: fixed;
  right: 0px;
  top: 560px;
  z-index: 999;
}

.policy {
  margin: 20px auto;
  width: 800px;
  display: block;
  color: #fff;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
  text-align: center;
  background-color: rgba(0, 0, 0, 0.4);
  border-radius: 0px;
  padding: 20px 0;
  text-decoration: none;
  box-sizing: border-box;
  line-height: 25px;
  font-size: 16px;
}
#pagetop {
  right: 52px;
}

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