@charset "UTF-8";
/* ====================================================
*
* Style Index:
* 0. Reset #デフォルトスタイルのリセット
* 1. Layout #ページのレイアウトのスタイル
* 2. Module #ページ内の共通パーツ等のスタイル
* 3. Cosmetic #共通パーツ等の装飾をするスタイル
* 4. Utility #部分的に調整をするスタイル
* 5. Colorbox
*
* ======================================================= */
/* -------------------------------------------------------*
* 0. Reset
* -------------------------------------------------------*/
body {
  background: #fff;
  min-width: 320px;
  color: #333;
  font-family: YuGothic, "游ゴシック", "ヒラギノ角ゴ Pro W3", Hiragino Kaku Gothic Pro, " メイリオ", Meiryo, Osaka, " ＭＳ Ｐゴシック", MS PGothic, " sans-serif";
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
  text-align: left;
  -webkit-text-size-adjust: 100%;
  word-break: break-word;
  margin: 0;
  padding: 0;
}

a {
  color: #000;
  text-decoration: none;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}
a:hover {
  text-decoration: none;
}
a:visited {
  color: #000;
}
a.effect:hover {
  opacity: 0.8;
}

.txt a {
  text-decoration: underline;
}
.txt a:hover {
  text-decoration: none;
}

section,
nav,
header,
footer,
article,
ul,
ol,
li,
dl,
dt,
dd,
figure,
h1,
h2,
h3,
h4,
h5 {
  display: block;
  margin: 0;
  padding: 0;
}

li {
  list-style: none;
}

section {
  margin: 60px 0;
}
@media screen and (max-width: 780px) {
  section {
    margin: 40px 0;
  }
  section.last_section {
    margin: 40px 0 60px;
  }
}

h2, h3, h4, h5 {
  margin: 20px 0;
  font-size: 16px;
}
@media screen and (max-width: 780px) {
  h2, h3, h4, h5 {
    margin: 15px 0;
  }
}

h2:first-child,
h3:first-child {
  margin-top: 0;
}

p {
  margin: 20px 0;
}
@media screen and (max-width: 780px) {
  p {
    margin: 15px 0;
  }
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
  box-sizing: border-box;
}

em {
  font-style: normal;
}

input,
button {
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}

.onvalue {
  background: #fff799;
}

.inview {
  opacity: 0;
  transform: translate(0, 40px);
  -webkit-transform: translate(0, 40px);
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  transition: all 1s;
}
@media screen and (max-width: 780px) {
  .inview {
    transform: translate(0, 20px);
    -webkit-transform: translate(0, 20px);
  }
}

.inview.show {
  opacity: 1;
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
}

.anchor_point {
  position: relative;
  top: -150px;
}
@media screen and (max-width: 780px) {
  .anchor_point {
    top: -70px;
  }
}

/* -------------------------------------------------------*
* 1. Layout
* -------------------------------------------------------*/
/* Base */
@media screen and (min-width: 781px) {
  .sp_only {
    display: none !important;
  }
}
@media screen and (max-width: 780px) {
  .pc_only {
    display: none !important;
  }
}
.inner {
  width: 1100px;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 780px) {
  .inner {
    width: auto;
    padding: 0 15px;
  }
}

#container {
  min-width: 1200px;
}
@media screen and (max-width: 780px) {
  #container {
    min-width: 320px;
  }
}

/* Header */
header {
  position: relative;
  text-align: left;
}
header .inner {
  height: 100%;
}
header .reserve {
  display: table;
  position: absolute;
  top: 38px;
  right: 0;
}
header .reserve .english {
  display: inline-block;
  margin: 8px 30px 0 0;
}
header .reserve .txt {
  display: table-cell;
  vertical-align: middle;
  margin: 0;
  padding: 0 20px 0 0;
  border-right: 1px solid #fff;
  line-height: 1;
}
header .reserve .txt:before {
  content: "";
  display: inline-block;
  margin: 0 5px 0 0;
  width: 15px;
  height: 15px;
  vertical-align: middle;
  background: url(../img/icon_tel_wh.png) no-repeat center center;
  background-size: contain;
}
header .reserve .txt .time {
  display: block;
  margin: 5px 0 0 0;
}
header .reserve .number {
  display: table-cell;
  vertical-align: middle;
  padding: 0 0 0 20px;
  font-size: 39px;
  line-height: 39px;
}

@-webkit-keyframes sdb {
  0% {
    -webkit-transform: rotate(-45deg) translate(0, 0);
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  100% {
    -webkit-transform: rotate(-45deg) translate(-20px, 20px);
    opacity: 0;
  }
}
@keyframes sdb {
  0% {
    transform: rotate(-45deg) translate(0, 0);
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  100% {
    transform: rotate(-45deg) translate(-20px, 20px);
    opacity: 0;
  }
}
body.home header {
  height: 550px;
  color: #fff;
}
@media screen and (max-width: 780px) {
  body.home header {
    height: 100vh;
  }
}
body.home header:after {
  display: block;
  position: absolute;
  bottom: 40px;
  left: 50%;
  width: 28px;
  height: 28px;
  margin: 0 0 0 -20px;
  content: "";
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-animation: sdb 1.5s infinite;
  animation: sdb 1.5s infinite;
}
body.home header .logo {
  position: absolute;
  top: 0;
  left: 50px;
  width: 148px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
}
@media screen and (max-width: 780px) {
  body.home header .logo {
    left: 10px;
    width: 111px;
  }
}
body.home header .logo img {
  vertical-align: top;
}
body.home header .logo_sub {
  position: absolute;
  top: 38px;
  left: 240px;
}
@media screen and (max-width: 780px) {
  body.home header .logo_sub {
    top: 19px;
    left: 140px;
    max-width: 33%;
  }
}
body.home header .copy {
  position: absolute;
  bottom: 10px;
  left: 0px;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.6);
  font-family: "Sawarabi Mincho", YuMincho, "游明朝", "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  font-size: 18px;
  letter-spacing: 2px;
  line-height: 40px;
}
@media screen and (max-width: 780px) {
  body.home header .copy {
    bottom: 40px;
    left: 0px;
    padding: 0 10px;
    line-height: 20px;
  }
}
body.home header .mainimg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
body.home header .mainimg .child {
  background: no-repeat center bottom;
  background-size: cover;
  height: 630px;
  color: #fff;
}
@media screen and (max-width: 780px) {
  body.home header .mainimg .child {
    height: 100vh;
  }
}
body.home header .english {
  position: absolute;
  top: 85px;
  right: 5px;
  margin: 0;
  padding: 0;
}
body.home header .english a {
  color: #fff;
}

body:not(.home) header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  min-width: 1200px;
  height: 120px;
  z-index: 90;
  background: url(../img/common_bg_wh2.png) repeat center center;
}
body:not(.home) header .logo {
  position: relative;
  top: 23px;
  left: 0;
  z-index: 100;
  width: 160px;
}
body:not(.home) header .reserve {
  top: 15px;
}
body:not(.home) header .reserve .txt {
  border-right: 1px solid #000;
}
body:not(.home) header .reserve .txt:before {
  background: url(../img/icon_tel_bk.png) no-repeat center center/cover;
}
body:not(.home) header .reserve .txt .time {
  display: block;
  margin: 5px 0 0 0;
}
body:not(.home) header .reserve .number {
  color: #bb9521;
}

#sp_header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 70px;
  z-index: 100;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}
#sp_header .scroll {
  opacity: 0;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}
#sp_header.active, #sp_header.localpage, #sp_header.onmenu {
  background: url(../img/sp_header_bg.jpg) no-repeat center center/cover;
}
#sp_header.active .scroll, #sp_header.localpage .scroll, #sp_header.onmenu .scroll {
  opacity: 1;
}
#sp_header .logo {
  position: absolute;
  top: 50%;
  left: 15px;
  width: 100px;
  margin: -12px 0 0 0;
}
#sp_header .tel {
  display: block;
  position: absolute;
  top: 10px;
  right: 70px;
  height: 50px;
  padding: 5px 10px;
  box-sizing: border-box;
  background: #bb9521;
  color: #fff;
  font-size: 11px;
}
#sp_header .tel:before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  margin: 0 auto 4px;
  background: url(../img/icon_tel_wh.png) no-repeat center center/cover;
}

/* Footer */
footer {
  overflow: hidden;
}
@media screen and (max-width: 780px) {
  footer {
    overflow: visible;
  }
}
footer .inner {
  padding: 40px 0 20px;
  overflow: hidden;
}
@media screen and (max-width: 780px) {
  footer .inner {
    background: #000;
    text-align: center;
    padding: 70px 0 30px 0;
    overflow: visible;
  }
}
footer .reserve {
  display: table;
  float: left;
  margin: 0 0 30px;
  padding: 10px 0 0 0;
}
footer .reserve .logo {
  display: table-cell;
  vertical-align: middle;
  padding: 0 45px 0 0;
}
footer .reserve .tel {
  display: table-cell;
  vertical-align: middle;
  padding: 0 20px 0 0;
  border-right: 1px solid #000;
}
footer .reserve .tel .label {
  margin: 0 0 5px;
  letter-spacing: 3px;
}
footer .reserve .tel .label:before {
  content: "";
  display: inline-block;
  margin: 0 5px 0 0;
  width: 20px;
  height: 18px;
  vertical-align: middle;
  background: url(../img/icon_tel_bk.png);
}
footer .reserve .tel .number {
  font-size: 39px;
  line-height: 39px;
  color: #bb9521;
}
footer .reserve .txt {
  display: table-cell;
  vertical-align: middle;
  padding: 0 0 0 20px;
}
footer .sns {
  float: right;
  margin: 0 -12px 20px 0;
}
footer .sns .child {
  width: 80px;
  float: left;
  text-align: center;
}
footer .sns .child img {
  width: 63px;
}
footer .sns .child .label {
  display: block;
  margin-top: 5px;
  font-size: 12px;
  line-height: 1.2;
}
footer .sitemap {
  clear: both;
  display: table;
  width: 630px;
  float: left;
}
footer .sitemap .links {
  display: table-cell;
}
footer .sitemap .links .child {
  margin: 0 0 10px;
}
footer .sitemap .links .child.sub:before {
  content: "- ";
}
footer .sitemap .links .child .link:hover {
  text-decoration: underline;
}
footer .bnrs {
  float: right;
  padding: 20px 0 0 0;
}
footer .bnrs .child {
  float: left;
  padding: 0 0 0 25px;
}
footer .bnrs .child:first-child {
  padding: 0;
}
@media screen and (max-width: 780px) {
  footer .gotop {
    display: block;
    width: 80px;
    position: absolute;
    top: -40px;
    left: 50%;
    margin: 0 0 0 -40px;
  }
}
@media screen and (max-width: 780px) {
  footer .logo {
    width: 90px;
    margin: 0 auto;
  }
}
footer .copyright {
  padding: 10px 0;
  clear: both;
  background: #000;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 780px) {
  footer .copyright {
    font-size: 12px;
  }
}

#float_gotop {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 80px;
  height: 80px;
  display: none;
}

/* Gnavi */
.gnavi {
  position: relative;
  height: 120px;
  min-width: 1200px;
  text-align: center;
  background: url(../img/common_bg_wh.png);
  z-index: 99;
}
@media screen and (max-width: 780px) {
  .gnavi {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    min-width: 320px;
    box-sizing: border-box;
    padding: 70px 0 0 0;
    overflow: auto;
    background: rgba(0, 0, 0, 0.8);
  }
}
body:not(.home) .gnavi {
  position: fixed;
  top: 60px;
  left: 0;
  width: 100%;
  height: 60px;
  background: none;
}
@media screen and (max-width: 780px) {
  body:not(.home) .gnavi {
    display: none;
    top: 0;
    height: 100vh;
    background: rgba(0, 0, 0, 0.8);
  }
}
@media screen and (max-width: 780px) {
  .gnavi .list {
    background: #eee;
  }
}
body:not(.home) .gnavi .list {
  padding: 0 0 0 225px;
  box-sizing: border-box;
}
@media screen and (max-width: 780px) {
  body:not(.home) .gnavi .list {
    padding: 0;
  }
}
.gnavi .list .child {
  display: inline-block;
}
@media screen and (max-width: 780px) {
  .gnavi .list .child {
    display: block;
    border-bottom: 1px solid #000;
  }
}
@media screen and (min-width: 781px) {
  .gnavi .list .child .strong {
    background: #bb9521;
    color: #fff;
    display: inline-block;
    line-height: 30px;
    padding: 10px 30px;
  }
}
@media screen and (min-width: 781px) {
  .gnavi .list .child.sub_parent:after {
    content: "";
    position: absolute;
    bottom: 20px;
    left: 50%;
    margin: 0 0 0 -280px;
    width: 0px;
    height: 0px;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 16px solid #000;
    opacity: 0;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
  }
  body.home .gnavi .list .child.sub_parent:after {
    display: none !important;
  }
  body:not(.home) .gnavi .list .child.sub_parent:after {
    margin: 0 0 0 -177px;
  }
  body:not(.home) .gnavi .list .child.sub_parent:after {
    bottom: 0px;
  }
  .gnavi .list .child.sub_parent:hover {
    color: #bb9521;
  }
  .gnavi .list .child.sub_parent:hover .subnavi {
    display: block;
    height: 238px;
    z-index: 10;
    opacity: 1;
  }
  .gnavi .list .child.sub_parent:hover:after {
    opacity: 1;
  }
}
.gnavi .list .child .link {
  display: inline-block;
  padding: 0 35px;
  font-size: 18px;
  font-weight: bold;
  line-height: 120px;
}
@media screen and (max-width: 780px) {
  .gnavi .list .child .link {
    display: block;
    padding: 20px;
    line-height: 1;
    font-weight: 500;
  }
}
.gnavi .list .child .link:hover {
  color: #bb9521;
}
body:not(.home) .gnavi .list .child .link {
  padding: 0 19px;
  line-height: 60px;
}
@media screen and (max-width: 780px) {
  body:not(.home) .gnavi .list .child .link {
    padding: 20px;
    line-height: 1;
  }
}
.gnavi .list .child .sns {
  padding: 20px 30px;
  overflow: hidden;
}
.gnavi .list .child .sns .child {
  border: none;
  width: 33.333333%;
  float: left;
  text-align: center;
}
.gnavi .list .child .sns .child img {
  width: 63px;
  border-radius: 5px;
}
.gnavi .list .child .sns .child .label {
  display: block;
  margin: 5px 0 0 0;
  font-size: 12px;
  line-height: 1.3;
}
.gnavi .list .child .sub_btns {
  overflow: hidden;
  padding: 0 15px 20px;
}
.gnavi .list .child .sub_btns .link {
  display: block;
  width: 50%;
  padding: 10px 0 !important;
  float: left;
  box-sizing: border-box;
  font-size: 12px;
  text-align: center;
  background: #000;
  color: #fff;
}
.gnavi .list .child .sub_btns .link:nth-of-type(1) {
  width: 100%;
  border-bottom: 1px solid #eee;
}
.gnavi .list .child .sub_btns .link:nth-of-type(2),
.gnavi .list .child .sub_btns .link:nth-of-type(3) {
  border-bottom: 1px solid #eee;
}
.gnavi .list .child .sub_btns .link:nth-of-type(2),
.gnavi .list .child .sub_btns .link:nth-of-type(4) {
  border-right: 1px solid #eee;
}
.gnavi .list .child .close {
  display: block;
  padding: 20px;
  line-height: 1;
  font-weight: 500;
  background: #bb9521;
  color: #fff;
}

.subnavi {
  position: absolute;
  top: 100px;
  left: 0;
  width: 100%;
  height: 0;
  background: url(../img/common_bg_bk.jpg);
  color: #fff;
  opacity: 0;
  z-index: -1;
  overflow: hidden;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}
@media screen and (max-width: 780px) {
  .subnavi {
    display: block;
    position: static;
    height: auto;
    opacity: 1;
  }
}
body:not(.home) .subnavi {
  top: 60px;
}
.subnavi .list {
  display: table;
  width: 1100px;
  margin: 0 auto;
  padding: 30px 0;
}
@media screen and (max-width: 780px) {
  .subnavi .list {
    display: block;
    width: auto;
    padding: 0;
  }
}
body:not(.home) .subnavi .list {
  padding: 30px 0;
}
@media screen and (max-width: 780px) {
  body:not(.home) .subnavi .list {
    padding: 0;
  }
}
.subnavi .list .child {
  display: table-cell;
  width: 25%;
}
@media screen and (max-width: 780px) {
  .subnavi .list .child {
    display: block;
    width: auto;
    background: #000;
    border-bottom: 1px solid #fff;
  }
  .subnavi .list .child:last-child {
    border-bottom: none;
  }
}
@media screen and (max-width: 780px) {
  .subnavi .list .child .link {
    padding: 10px 20px;
    color: #fff;
  }
  body:not(.home) .subnavi .list .child .link {
    padding: 10px 20px;
  }
}
.subnavi .list .child .label {
  display: block;
  margin: 0 0 5px;
  font-size: 16px;
  font-family: YuGothic, "游ゴシック", "ヒラギノ角ゴ Pro W3", Hiragino Kaku Gothic Pro, " メイリオ", Meiryo, Osaka, " ＭＳ Ｐゴシック", MS PGothic, " sans-serif";
}
@media screen and (max-width: 780px) {
  .subnavi .list .child .label {
    margin: 0 0 10px;
  }
}
.subnavi .list .child .ttl {
  display: block;
  font-size: 24px;
  font-style: normal;
}
@media screen and (max-width: 780px) {
  .subnavi .list .child .ttl {
    font-size: 18px;
  }
}
.subnavi .list .child .subttl {
  display: block;
  font-size: 14px;
  font-weight: bold;
  opacity: 0.5;
}
.subnavi .list .child .subttl:before {
  display: none;
}
.subnavi .list .child .subttl:after {
  content: "";
  display: block;
  width: 86px;
  height: 1px;
  margin: 10px auto 20px;
  background: #fff;
}

.gnavi_btn {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 50px;
  height: 50px;
  font-size: 8px;
  text-indent: -999em;
  overflow: hidden;
  background: url(../img/gnavi_btn1.png) no-repeat center center/cover;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}
.active .gnavi_btn, .localpage .gnavi_btn {
  background: url(../img/gnavi_btn2.png) no-repeat center center/cover;
}
.onmenu .gnavi_btn {
  background: url(../img/gnavi_btn3.png) no-repeat center center/cover;
}

/* contents */
.contents {
  clear: both;
}

/* multicolumn */
.column_wrap {
  margin: 30px 0;
  overflow: hidden;
}
@media screen and (max-width: 780px) {
  .column_wrap {
    margin: 30px 0;
  }
}
.column_wrap2 .column {
  width: 530px;
  margin: 0 0 0 40px;
  float: left;
  box-sizing: border-box;
  overflow: hidden;
}
@media screen and (max-width: 780px) {
  .column_wrap2 .column {
    width: 100%;
    margin: 15px 0 0 0;
  }
}
.column_wrap2 .column:nth-of-type(2n+1) {
  clear: both;
  margin: 0;
}
.column_wrap2_full .column {
  width: 50%;
  margin: 0;
  float: left;
  box-sizing: border-box;
  overflow: hidden;
}
@media screen and (max-width: 780px) {
  .column_wrap2_full .column {
    width: 100%;
    margin: 0;
  }
}

.column_wrap2 .column .ttl{
    margin: 0 0 10px;
    text-align:center;
    font-size: 21px;
    font-weight: 400;
}

.column_wrap2_full .column.lt {
  float: left;
}
.column_wrap2_full .column.rt {
  float: right;
}
.column_wrap2_full .column.txtarea {
  padding: 50px 50px 0;
}
.column_wrap2_full .column.txtarea.flex {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 780px) {
  .column_wrap2_full .column.txtarea {
    padding: 20px 15px 0;
  }
}
@media screen and (max-width: 780px) {
  .column_wrap2_full .column.imgarea {
    height: 200px;
  }
}
.column_wrap2_full .column.txtarea dl{
    display: flex;
    margin-top: 10px;
}
.column_wrap2_full .column.txtarea dl dt{
    width: 100%;
    max-width: 155px;
    text-align: left;
    margin: 0 20px 0 5px;
}
.column_wrap2_full .column.txtarea dl dt strong{
    color: #bb9521;
}
.column_wrap2_full .column.txtarea dl dd{
    width: 100%;
    max-width: 337px;
    text-align: left;
}
.column_wrap2_full .column.txtarea dl p{
    margin: 10px 0;
}

.column_wrap2_full .column.txtarea .btns{
    margin-top: 30px;
}

@media screen and (max-width: 780px) {
.column_wrap2_full .column.txtarea dl dt{
    max-width: 85px;
}
}

.column_wrap2_full .column:nth-of-type(2n+1) {
  clear: both;
  margin: 0;
}
.column_wrap3 {
  display: table;
  margin: 30px auto;
}
.column_wrap3 .column {
  width: 315px;
  margin: 0 0 0 20px;
  float: left;
  box-sizing: border-box;
  overflow: hidden;
}
@media screen and (max-width: 780px) {
  .column_wrap3 .column {
    width: 100%;
    margin: 15px 0 0 0;
  }
}
.column_wrap3 .column:nth-of-type(3n+1) {
  clear: both;
  margin: 0;
}
.column_wrap4 {
  display: table;
  margin: 30px auto;
}
.column_wrap4 .column {
  width: 265px;
  margin: 0 0 0 10px;
  float: left;
  box-sizing: border-box;
  overflow: hidden;
}
@media screen and (max-width: 780px) {
  .column_wrap4 .column {
    width: 100%;
    margin: 15px 0 0 0;
  }
}
.column_wrap4 .column:nth-of-type(4n+1) {
  clear: both;
  margin: 0;
}

@media screen and (max-width: 780px) {
  .sp_bxslider.column_wrap {
    margin: 0;
  }
  .sp_bxslider.column_wrap2 .column {
    margin: 0;
  }
  .sp_bxslider.column_wrap2 .column:nth-of-type(2n+1) {
    clear: none;
  }
}
/* with_sidebar */
.with_sidebar {
  width: 1100px;
  margin: 0 auto;
  overflow: hidden;
}
@media screen and (max-width: 780px) {
  .with_sidebar {
    width: auto;
  }
}
.with_sidebar .mainarea {
  width: 770px;
  margin: 60px 0 30px;
  float: left;
}
@media screen and (max-width: 780px) {
  .with_sidebar .mainarea {
    width: auto;
    margin: 40px 0;
    padding: 0 15px;
    float: none;
  }
}
.with_sidebar .sidebar {
  width: 275px;
  margin: 60px 0 30px;
  float: right;
}
.with_sidebar .sidebar .sublist {
  margin: 0 0 30px;
}
.with_sidebar .sidebar .sublist .list li a {
  display: block;
  padding: 5px 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
@media screen and (max-width: 780px) {
  .with_sidebar .sidebar {
    width: auto;
    margin: 0 0 70px;
    clear: both;
    float: none;
    border-bottom: 1px solid #000;
  }
  .with_sidebar .sidebar .sublist {
    margin: 0;
  }
  .with_sidebar .sidebar .sublist .list {
    display: none;
  }
  .with_sidebar .sidebar .sublist .list li {
    border-top: 1px solid #000;
  }
  .with_sidebar .sidebar .sublist .list li a {
    position: relative;
    display: block;
    padding: 20px 40px 20px 20px;
  }
  .with_sidebar .sidebar .sublist .list li a:after {
    content: ">";
    position: absolute;
    top: 50%;
    right: 30px;
    margin: -7px 0 0 0;
    line-height: 14px;
  }
}
.with_sidebar .entry_list .entry_box {
  margin: 0 0 30px;
  overflow: hidden;
}
.with_sidebar .entry_list .entry_box .link {
  display: block;
  overflow: hidden;
}
.with_sidebar .entry_list .entry_box .link:hover {
  opacity: 0.8;
}
.with_sidebar .entry_list .entry_box .txtarea {
  width: 520px;
  float: left;
}
@media screen and (max-width: 780px) {
  .with_sidebar .entry_list .entry_box .txtarea {
    width: 53%;
  }
}
.with_sidebar .entry_list .entry_box .imgarea {
  width: 220px;
  height: 150px;
  float: right;
}
@media screen and (max-width: 780px) {
  .with_sidebar .entry_list .entry_box .imgarea {
    width: 42%;
    height: 90px;
  }
}
.with_sidebar .entry_list .entry_box .ttl {
  margin: 5px 0 10px;
  font-size: 20px;
}
.with_sidebar .entry_list .entry_box .excerpt {
  margin: 0;
  padding: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* top */
.top_info {
  margin: 30px 0 0 0;
}
.top_info a:hover {
  opacity: 0.8;
}
@media screen and (max-width: 780px) {
  .top_info {
    margin: 30px 0 40px;
  }
}
.top_info .hw {
  position: relative;
  float: right;
  width: 120px;
  font-size: 30px;
  margin: 0;
}
@media screen and (max-width: 780px) {
  .top_info .hw {
    width: auto;
    float: none;
  }
}
.top_info .hw .sub {
  display: block;
  text-align: center;
}
.top_info .hw .main {
  position: absolute;
  top: 35px;
  left: 50%;
  width: 80px;
  letter-spacing: 3px;
  white-space: nowrap;
  -moz-transform: translate(-50%, 0%);
  -webkit-transform: translate(-50%, 0%);
  -o-transform: translate(-50%, 0%);
  -ms-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
}
@media screen and (max-width: 780px) {
  .top_info .hw .main {
    position: static;
    width: auto;
    -moz-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
.top_info .list {
  width: 960px;
  overflow: hidden;
}
@media screen and (max-width: 780px) {
  .top_info .list {
    width: auto;
    margin: 0 -5px 20px;
  }
}
.top_info .list .child {
  float: left;
  width: 220px;
  margin: 0 20px 0 0;
}
@media screen and (max-width: 780px) {
  .top_info .list .child {
    width: 50%;
    margin: 0;
    padding: 0 5px;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 780px) {
  .top_info .list .child:nth-of-type(n+3) {
    display: none;
  }
}
.top_info .list .child .link {
  display: block;
}
.top_info .list .child .date {
  margin: 0 0 5px;
}
.top_info .list .child .thumb {
  width: 100%;
  height: 135px;
  margin: 0 0 5px;
}
@media screen and (max-width: 780px) {
  .top_info .list .child .thumb {
    height: 100px;
  }
}
.top_info .list .child .ttl {
  margin: 0 0 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.top_info .list .child .excerpt {
  margin: 0;
  line-height: 1.4;
}
.top_info_btn {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 120px;
  padding: 10px 0;
  background: #000;
  color: #fff !important;
  text-align: center;
  font-size: 14px;
}
@media screen and (max-width: 780px) {
  .top_info_btn {
    position: static;
    display: block;
    width: auto;
    padding: 15px 0;
  }
}

.top_movie{
	text-align: center;
	background: #f2f2f2;
	padding: 50px 0;
}

@media screen and (max-width: 780px) {
	.top_movie{
		padding: 30px 0;
	}
}

@media screen and (min-width: 781px) {
  .top_plan .ttl {
    padding: 50px 0 0 10px;
    font-size: 60px;
    line-height: 1;
    text-align: center;
    font-weight: 500;
    letter-spacing: 10px;
  }
  .top_plan .ttl .sub {
    display: block;
    margin: 15px 0 35px -5px;
    font-size: 16px;
    opacity: 0.5;
    letter-spacing: 5px;
  }
  .top_plan .data {
    display: table;
    width: 100%;
    margin: 0 0 30px;
    border-collapse: collapse;
    border: 1px solid #fff;
    box-sizing: border-box;
  }
  .top_plan .data_num {
    display: table-cell;
    vertical-align: middle;
    padding: 20px;
    border: 1px solid #fff;
    font-size: 22px;
  }
  .top_plan .data_num .num {
    font-size: 33px;
  }
  .top_plan .data_detail {
    display: table-cell;
    vertical-align: middle;
    padding: 20px 30px;
    border: 1px solid #fff;
    line-height: 2;
  }

  .top_plan .shared_detail .wrap {
    display: flex;
    justify-content: space-between;
  }
.top_plan .shared_detail .wrap>div {
    width: 100%;
    max-width: 49%;
}
  .top_plan .shared_detail .wrap>div p {
    margin: 0 0 10px;
    text-align: center;
}
  .top_plan .shared_detail .data {
    display: block;
    border-collapse: inherit;
  }
  .top_plan .shared_detail .data_num {
    display: block;
    border: 0;
    border-bottom: 1px solid;
    padding: 10px;
    text-align: center;
    font-size: 18px;
  }
  .top_plan .shared_detail .data_num .num {
    font-size: 30px;
  }
  .top_plan .shared_detail .data_detail {
    display: block;
    border: 0;
    padding: 10px;
    font-size: 90%;
    min-height: 120px;
    line-height: 170%;
  }
  
  .top_plan .link {
    color: #fff;
    text-align: center;
    display: block;
    font-size: 18px;
    font-family: YuGothic, "游ゴシック", "ヒラギノ角ゴ Pro W3", Hiragino Kaku Gothic Pro, " メイリオ", Meiryo, Osaka, " ＭＳ Ｐゴシック", MS PGothic, " sans-serif";
  }
  .top_plan .link:after {
    content: ">";
    display: inline-block;
    margin: 0 0 0 20px;
  }
  .top_plan .yakatabune {
    height: 533px;
    margin: 0 0 2px;
    background: url(../img/top_plan_bg1.jpg) no-repeat center center;
    background-size: 100%;
  }
  .top_plan .yakatabune .hover {
    height: 533px;
    background: url(../img/top_plan_bg1_hover.jpg) no-repeat center center;
    background-size: 100%;
  }
  .top_plan .yakatabune .hover .lt {
    display: block;
    float: left;
    width: 50%;
    height: 533px;
    color: #fff;
    overflow: hidden;
  }
  .top_plan .yakatabune .hover .rt {
    display: block;
    float: right;
    width: 50%;
    height: 533px;
    color: #fff;
    overflow: hidden;
  }
  .top_plan .yakatabune .hover .reserved_detail{
    width: 500px;
    margin: 0 auto;
  }
  .top_plan .yakatabune .hover .shared_detail {
    width: 570px;
    margin: 0 auto;
  }
  .top_plan .yakatabune .hw {
    width: 90px;
    text-align: center;
  }
  .top_plan .yakatabune .hw .hw_inner {
    line-height: 1.2 !important;
  }
  .top_plan .cruiser {
    height: 280px;
    background: url(../img/top_plan_bg2.jpg) no-repeat center center;
    background-size: 100%;
  }
  .top_plan .cruiser .hover {
    display: block;
    height: 280px;
    padding: 75px 0 0 0;
    box-sizing: border-box;
    background: url(../img/top_plan_bg2_hover.jpg) no-repeat center center;
    background-size: 100%;
    color: #fff;
  }
  .top_plan .cruiser .hw .hw_inner {
    letter-spacing: 3px;
    padding: 25px 25px 25px 28px !important;
  }
  .top_plan .cruiser .ttl {
    width: 45%;
    margin: 0;
    padding: 45px 0 0 0;
    float: left;
    letter-spacing: 0px;
    line-height: 60px;
  }
  .top_plan .cruiser .ttl .sub {
    display: inline-block;
    margin: 0 0 0 20px;
    padding: 0;
    line-height: 60px;
    vertical-align: top;
  }
  .top_plan .cruiser .data {
    width: 53%;
    margin: 0 0 15px;
    float: right;
  }
  .top_plan .cruiser .link {
    clear: both;
    float: right;
  }
  .top_plan .hover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0;
    color: #fff;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
  }
  .top_plan .plan {
    position: relative;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
  }
  .top_plan .plan:hover {
    background-size: 103%;
  }
  .top_plan .plan:hover .hover {
    opacity: 1;
    background-size: 103%;
  }
  .top_plan .plan .hw {
    position: absolute;
    top: 50%;
    left: 50%;
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    padding: 12px;
    border: 1px solid #fff;
    background: rgba(255, 255, 255, 0.2);
  }
  .top_plan .plan .hw .hw_inner {
    display: block;
    padding: 25px;
    font-size: 24px;
    font-weight: bold;
    line-height: 1;
    background: #fff;
  }
}
@media screen and (max-width: 780px) {
  .top_plan {
    color: #fff;
  }
  .top_plan .hw {
    margin: 0 0 10px;
    text-align: center;
    color: #000;
  }
  .top_plan .ttl {
    padding: 30px 0 0 10px;
    font-size: 36px;
    line-height: 1;
    text-align: center;
    font-weight: 500;
    letter-spacing: 10px;
  }
  .top_plan .ttl .sub {
    display: block;
    margin: 15px 0 15px 0;
    opacity: 0.5;
    font-size: 16px;
  }
  .top_plan .data {
    margin: 0 0 15px;
  }
  .top_plan .data_num {
    margin: 0 0 5px;
    text-align: center;
    font-size: 22px;
  }
  .top_plan .data_num .num {
    font-size: 33px;
  }
  .top_plan .data_detail {
    padding: 20px 20px;
    border: 1px solid #fff;
  }

.top_plan .shared_detail .wrap>div p {
    margin: 0 0 -12px;
    text-align: center;
}
.top_plan .shared_detail .wrap>div+div {
    margin: 20px 0 0;
}

  .top_plan .reserved_detail {
    padding: 15px;
    background: url("../img/top_plan_spbg1.jpg") no-repeat center center/cover;
  }
  .top_plan .shared_detail {
    padding: 15px;
    margin: 0 0 30px;
    background: url("../img/top_plan_spbg2.jpg") no-repeat center center/cover;
  }
  .top_plan .cruiser_detail {
    padding: 15px;
    background: url("../img/top_plan_spbg3.jpg") no-repeat center center/cover;
  }
  .top_plan .cruiser .inner {
    padding: 0;
  }
  .top_plan .hover,
  .top_plan .lt,
  .top_plan .rt {
    display: block;
    color: #fff;
  }
  .top_plan .link {
    display: block;
    padding: 20px 0px !important;
    background: #bb9521;
    border: 1px solid #bb9521;
    text-align: center;
    box-sizing: border-box;
  }
  .top_plan .link:after {
    content: ">";
    display: inline-block;
    width: 30px;
    padding: 0 0 0 10px;
    box-sizing: border-box;
  }
}

.top_course {
  overflow: hidden;
}
.top_course .txtarea {
  width: 510px;
  float: left;
}
@media screen and (max-width: 780px) {
  .top_course .txtarea {
    width: auto;
    float: none;
  }
}
.top_course .txtarea .txt {
  margin: 20px 0 40px;
}
@media screen and (max-width: 780px) {
  .top_course .txtarea .txt {
    margin: 15px 0;
  }
}
.top_course .imgarea {
  width: 520px;
  float: right;
  padding: 0 45px 0 0;
}

.top_menu {
  overflow: hidden;
}
.top_menu .menu_wrap {
  position: relative;
  height: 909px;
}
@media screen and (max-width: 780px) {
  .top_menu .menu_wrap {
    height: auto;
  }
}
.top_menu .hw {
  line-height: 1;
  margin: 0;
}
.top_menu .hw2 img {
  width: 80px;
}
@media screen and (max-width: 780px) {
  .top_menu .hw2 img {
    width: 60px;
  }
}
.top_menu .night {
  position: absolute;
  top: 0px;
  right: 0;
  width: 50%;
  padding: 0 0 0 30px;
  box-sizing: border-box;
  text-align: left;
}
@media screen and (max-width: 780px) {
  .top_menu .night {
    position: static;
    width: auto;
    padding: 0 15px;
  }
}
.top_menu .night_img {
  position: absolute;
  top: 0px;
  left: 0;
  width: 50%;
  height: 529px;
  float: left;
  background: url(../img/top_oshinagaki_night.jpg) no-repeat center center/cover;
}
@media screen and (max-width: 780px) {
  .top_menu .night_img {
    position: static;
    width: 100%;
    height: 200px;
    margin: 0 0 25px;
    float: none;
  }
}
.top_menu .night .txt {
  float: left;
}
.top_menu .day {
  position: absolute;
  top: 640px;
  left: 0;
  width: 50%;
  padding: 0 30px 0 0;
  box-sizing: border-box;
  text-align: right;
}
@media screen and (max-width: 780px) {
  .top_menu .day {
    position: static;
    width: auto;
    padding: 0 15px;
    text-align: left;
  }
}
.top_menu .day_img {
  position: absolute;
  top: 380px;
  right: 0;
  width: 50%;
  height: 529px;
  float: left;
  background: url(../img/top_oshinagaki_day.jpg) no-repeat center center/cover;
}
@media screen and (max-width: 780px) {
  .top_menu .day_img {
    position: static;
    width: 100%;
    height: 200px;
    float: none;
  }
}
.top_menu .day .txt {
  float: right;
}
.top_menu .txt {
  width: 500px;
  font-size: 18px;
  line-height: 2;
}
@media screen and (max-width: 780px) {
  .top_menu .txt {
    width: auto;
    margin: 15px 0 20px;
    float: none !important;
    line-height: 1.8;
  }
}
@media screen and (max-width: 780px) {
  .top_menu .btns {
    padding: 0 15px;
  }
}

.top_access .traffic {
  margin: 0 0 50px;
  padding: 0 30px;
  overflow: hidden;
  text-align: center;
  overflow: hidden;
}
@media screen and (max-width: 780px) {
  .top_access .traffic {
    margin: 0;
    padding: 0;
  }
}
.top_access .traffic .box {
  width: 520px;
  padding: 0 20px;
  float: left;
  box-sizing: border-box;
}
@media screen and (max-width: 780px) {
  .top_access .traffic .box {
    width: auto;
    padding: 0;
    margin: 0 0 30px;
    float: none;
  }
}
.top_access .traffic .box .hw {
  font-size: 18px;
  font-weight: bold;
}
.top_access .traffic .box .hw:before {
  content: "";
  display: block;
  width: 75px;
  height: 75px;
  margin: 0 auto 10px;
}
.top_access .traffic .box .hw.train:before {
  background: url(../img/access_train.png) no-repeat center center/cover;
}
.top_access .traffic .box .hw.taxi:before {
  background: url(../img/access_taxi.png) no-repeat center center/cover;
}
.top_access .traffic .box .txt {
  margin: 10px 0 0;
}
.top_access .traffic2 {
  margin: 0 0 50px;
  overflow: hidden;
}
@media screen and (max-width: 780px) {
  .top_access .traffic2 {
    margin: 0 0 30px;
    padding: 0;
  }
}
.top_access .imgarea {
  width: 520px;
  float: left;
}
.top_access .txtarea {
    display: flex;
    justify-content: space-between;
}
@media screen and (max-width: 780px) {
  .top_access .txtarea {
    flex-wrap: wrap;
    width: auto;
    float: none;
  }
}
.top_access .txtarea .access {
  margin: 0;
  border-collapse: collapse;
  border: none;
}
@media screen and (max-width: 780px) {
  .top_access .txtarea .access {
    margin: 0;
  }
}
.top_access .txtarea .access th {
  padding: 3px 20px;
  text-align: center;
  font-weight: 500;
  background: #000;
  color: #fff;
  border-bottom: 7px solid #fff;
}
@media screen and (max-width: 780px) {
  .top_access .txtarea .access th {
    padding: 3px 15px;
    white-space: nowrap;
  }
}
.top_access .txtarea .access td {
  padding: 0 0 0 10px;
  font-size: 18px;
  border-bottom: 7px solid #fff;
}
.top_access .txtarea .btns {
  margin: 0;
}
@media screen and (max-width: 780px) {
  .top_access .txtarea .btns {
    padding: 0;
    width: 100%;
    margin: 10px 0 0;
  }
}
.top_access .txtarea .btn {
  width: 265px;
  float: left;
}
@media screen and (max-width: 780px) {
  .top_access .txtarea .btn {
    width: auto;
    float: none;
    margin: 0 !important;
  }
}
.top_access .txtarea .btn:first-child {
  margin: 0 20px 0 0;
}
@media screen and (max-width: 780px) {
  .top_access .btns {
    margin: 15px 0 0 0;
    padding: 0;
  }
}

.waiting {
    
}
.waiting .hw{
    text-align: center;
}
.waiting .hw:first-letter{
 color:#bb9521;
}

.waiting figure{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: flex-start;
    max-width: 1000px;
    margin: 0 auto;
}
.waiting figure img{

}
.waiting figure + figure{
    margin-top: 20px;
}
.waiting figure + figure  img{
    width: 50%;
    height: auto;
}
.waiting figure figcaption{
    width: 100%;
    text-align: center;
    padding: 20px 15px;
    background: url(../img/common_bg_wh.png);
}

@media screen and (max-width: 780px) {
    .waiting figure + figure {
        margin-top: 10px;
    }
}


.top_about {
  position: relative;
  height: 742px;
  margin: 50px 0 0 0;
  padding: 600px 0 0 0;
  box-sizing: border-box;
  color: #fff;
  background: url(../img/about_bg.jpg) no-repeat center center/cover;
}
@media screen and (max-width: 780px) {
  .top_about {
    height: auto;
    margin: 30px 0 0;
    padding: 30px 15px 60px;
  }
}
.top_about .txtarea {
  display: table;
  position: absolute;
  top: 140px;
  left: 50%;
  height: 450px;
  -moz-transform: translate(-50%, 0%);
  -webkit-transform: translate(-50%, 0%);
  -o-transform: translate(-50%, 0%);
  -ms-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
}
@media screen and (max-width: 780px) {
  .top_about .txtarea {
    display: block;
    position: static;
    height: auto;
    -moz-transform: translate(0%, 0%);
    -webkit-transform: translate(0%, 0%);
    -o-transform: translate(0%, 0%);
    -ms-transform: translate(0%, 0%);
    transform: translate(0%, 0%);
  }
}
.top_about .txtarea .hw {
  font-size: 55px;
  margin: 0 0 0 60px;
}
@media screen and (max-width: 780px) {
  .top_about .txtarea .hw {
    margin: 0 0 15px;
    font-size: 30px;
    text-align: left;
  }
}
.top_about .txtarea .txt {
  margin: 0;
  padding: 0;
  font-size: 20px;
  line-height: 2.5;
}
@media screen and (max-width: 780px) {
  .top_about .txtarea .txt {
    margin: 0 0 20px;
    font-size: 16px;
    line-height: 1.8;
  }
}

/* page_header */
.page_header {
  height: 350px;
  margin: 120px 0 0 0;
  background: #000;
  color: #fff;
}
@media screen and (max-width: 780px) {
  .page_header {
    height: 250px;
    margin: 70px 0 0 0;
  }
}
.page_header .inner {
  height: 100%;
  padding: 40px 0 0 0;
  box-sizing: border-box;
}
@media screen and (max-width: 780px) {
  .page_header .inner {
    padding: 30px 0 0;
  }
}
.page_header .breadclumb {
  text-align: right;
  position: absolute;
  bottom: 10px;
  right: 0;
  font-size: 13px;
}
@media screen and (max-width: 780px) {
  .page_header .breadclumb {
    padding: 0 15px;
    font-size: 11px;
  }
}
.page_header .breadclumb a {
  color: #fff;
}

/* pnal_box */
.plan_box .hw.with_arrow {
  position: relative;
  padding: 30px 0;
  margin: 50px 0 0 0;
  text-align: center;
  color: #fff;
  background: #bb9521;
  font-size: 38px;
}
@media screen and (max-width: 780px) {
  .plan_box .hw.with_arrow {
    font-size: 30px;
    padding: 10px 0;
  }
}
.plan_box .hw.with_arrow:after {
  content: "";
  position: absolute;
  bottom: 15px;
  left: 50%;
  width: 20px;
  height: 20px;
  margin: 0 0 0 -11px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media screen and (max-width: 780px) {
  .plan_box .hw.with_arrow:after {
    bottom: 10px;
    width: 10px;
    height: 10px;
    margin: 0 0 0 -6px;
  }
}

/* yakatabune_intro */
.yakatabune_intro {
  margin: 30px 0 0 0;
}
@media screen and (max-width: 780px) {
  .yakatabune_intro .column {
    background: #212121;
  }
}
.yakatabune_intro .txtarea {
  display: table;
  height: 130px;
  width: 100%;
  margin: 0 0 40px;
  border-top: 3px solid #bb9521;
}
@media screen and (max-width: 780px) {
  .yakatabune_intro .txtarea {
    display: block;
    height: auto;
    margin: 0;
  }
}
.yakatabune_intro .txtarea .txt {
  display: table-cell;
  margin: 0;
  padding: 0 20px;
  vertical-align: middle;
  color: #fff;
  background: #212121;
}
@media screen and (max-width: 780px) {
  .yakatabune_intro .txtarea .txt {
    display: block;
    padding: 20px 35px 65px 35px;
  }
}
.yakatabune_intro .txtarea .txt .ttl {
  display: block;
  font-size: 18px;
  margin: 0 0 5px;
}
.yakatabune_intro .txtarea .link {
  position: relative;
  display: table-cell;
  width: 160px;
  margin: 0;
  padding: 0px 10px 0px 10px;
  box-sizing: border-box;
  vertical-align: middle;
  color: #fff;
  text-align: center;
  background: url(../img/common_bg_gd.png) #bb9521;
}
@media screen and (max-width: 780px) {
  .yakatabune_intro .txtarea .link {
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    padding: 10px 15px;
    text-align: center;
  }
}
.yakatabune_intro .txtarea .link:after {
  content: ">";
  display: inline-block;
  width: 30px;
  margin: 0;
  padding: 0 0 0 10px;
  box-sizing: border-box;
  line-height: 30px;
  -webkit-transition: padding 0.4s;
  -moz-transition: padding 0.4s;
  transition: padding 0.4s;
}
.yakatabune_intro .txtarea .link:hover:after {
  content: "→";
}

/* food_frame*/
.food_frame {
  position: relative;
  padding: 10px 40px;
  margin: 60px 0 0 0;
  border: 1px solid #bb9521;
}
@media screen and (max-width: 780px) {
  .food_frame {
    padding: 15px 15px 5px;
    margin: 20px 0 0 0;
  }
}
.food_frame .ttl {
  position: absolute;
  top: -43px;
  left: -1px;
  display: block;
  padding: 0 10px 0 0;
  font-size: 24px;
  line-height: 30px;
  font-weight: 500;
  background: #fff;
}
@media screen and (max-width: 780px) {
  .food_frame .ttl {
    position: static;
    margin: 0;
    line-height: 1.8;
  }
}
.food_frame .ttl .sub {
  font-size: 16px;
}
@media screen and (max-width: 780px) {
  .food_frame .ttl .sub {
    display: block;
    font-size: 16px;
    line-height: 1.8;
  }
}

/* plan */
.plan_time .time {
  display: table;
  margin: 20px auto;
  padding: 0;
}
@media screen and (max-width: 780px) {
  .plan_time .time {
    display: block;
    margin: 0;
  }
}
.plan_time .time .ttl {
  display: table-cell;
  padding: 0 40px;
  vertical-align: middle;
  font-size: 22px;
  border: 1px solid #bb9521;
}
.plan_time .time .txt {
  display: table-cell;
  padding: 10px 40px;
  font-size: 18px;
  vertical-align: middle;
}
@media screen and (max-width: 780px) {
  .plan_time .time .txt {
    display: block;
    padding: 0;
  }
}

.plan_cancel .inner {
  padding: 50px 110px;
  box-sizing: border-box;
}
@media screen and (max-width: 780px) {
  .plan_cancel .inner {
    padding: 30px 15px;
  }
}
.plan_cancel .charge {
  width: 100%;
  margin: 40px 0 0;
  font-size: 18px;
  table-layout: fixed;
  border-collapse: collapse;
  border: 1px solid #fff;
}
@media screen and (max-width: 780px) {
  .plan_cancel .charge {
    table-layout: auto;
  }
}
.plan_cancel .charge th, .plan_cancel .charge td {
  padding: 15px 25px;
  text-align: left;
  font-weight: 500;
  border: 1px solid #fff;
}
@media screen and (max-width: 780px) {
  .plan_cancel .charge th, .plan_cancel .charge td {
    padding: 10px;
  }
}
.plan_cancel .charge td {
  white-space: nowrap;
}
.plan_cancel .table_note {
  margin: 5px 0;
  text-align: right;
}

.cruiser_wrap {
  margin: 50px 0;
}
.cruiser_wrap .ttl {
  padding: 10px;
  text-align: center;
  font-size: 34px;
  color: #fff;
  background: #23748f;
  margin: 0;
}
@media screen and (max-width: 780px) {
  .cruiser_wrap .ttl {
    font-size: 24px;
  }
}
.cruiser_wrap .ttl .sub {
  display: block;
  font-size: 14px;
}
.cruiser_wrap .cruiser_inner {
  padding: 53px;
}
@media screen and (max-width: 780px) {
  .cruiser_wrap .cruiser_inner {
    padding: 15px;
  }
}
.cruiser_wrap .cruiser_inner .photo {
  margin: 0 0 20px;
}

.price {
  display: table;
  width: 100%;
  padding: 80px 0 0;
  margin: 0 0 -20px;
  overflow: hidden;
}
@media screen and (max-width: 780px) {
  .price {
    display: block;
    padding: 30px 0 0 0;
  }
}
.price .basic,
.price .example {
  display: table-cell;
  padding: 0 40px 0 0;
  vertical-align: middle;
}
@media screen and (max-width: 780px) {
  .price .basic,
  .price .example {
    display: block;
    width: auto;
    padding: 0;
  }
}
.price .basic .ttl,
.price .example .ttl {
  font-size: 40px;
}
@media screen and (max-width: 780px) {
  .price .basic .ttl,
  .price .example .ttl {
    font-size: 20px;
  }
}
.price .basic .ttl .sub,
.price .example .ttl .sub {
  font-size: 30px;
}
@media screen and (max-width: 780px) {
  .price .basic .ttl .sub,
  .price .example .ttl .sub {
    font-size: 16px;
  }
}
.price .basic .txt,
.price .example .txt {
  font-size: 18px;
}
@media screen and (max-width: 780px) {
  .price .basic .txt,
  .price .example .txt {
    margin: 5px 0 20px 0;
    font-size: 16px;
  }
}
.price .child,
.price .drink {
  display: table-cell;
  width: 450px;
  vertical-align: middle;
}
@media screen and (max-width: 780px) {
  .price .child,
  .price .drink {
    display: block;
    width: auto;
  }
}

.price .option_box{
  display:flex;
  justify-content:space-between;
}
.price .option_box .wrap span{
	font-size: 14px;
}
@media screen and (max-width: 780px) {
  .price .option_box{
    flex-wrap: wrap; 
    margin: 0 0 20px;
    }
  .price .option_box .wrap+.wrap{
    margin:10px 0 0 ;
  }
}


.price .child .ttl,
.price .drink .ttl {
  font-size: 24px;
}
@media screen and (max-width: 780px) {
  .price .child .ttl,
  .price .drink .ttl {
    font-size: 18px;
  }
}
@media screen and (max-width: 780px) {
  .price .child .txt,
  .price .drink .txt {
    margin: 5px 0 20px 0;
  }
}
.price .example,
.price .drink {
  vertical-align: top;
}
.price .example .btn,
.price .drink .btn {
  padding: 0 50px 0 30px;
}

.party {
  padding-top: 30px;
}
.party .photo,
.party .example {
  width: 520px;
  float: left;
}
@media screen and (max-width: 780px) {
  .party .photo,
  .party .example {
    width: auto;
    float: none;
  }
}
@media screen and (max-width: 780px) {
  .party .photo {
    margin: 15px 0;
  }
}
.party .party_price,
.party .drink {
  width: 470px;
  float: right;
}
@media screen and (max-width: 780px) {
  .party .party_price,
  .party .drink {
    width: auto;
    float: none;
  }
}
.party .btn {
  padding: 0 50px 0 30px;
}

.yakatabune_modal .photo2,
.yakatabune_modal .photo3 {
  width: 50%;
  float: left;
}
.yakatabune_modal .txtarea {
  padding: 20px;
}

/* flow */
@media screen and (min-width: 781px) {
  .flow {
    margin: 20px -25px 0;
  }
  .flow .step {
    position: relative;
    display: inline-block;
    margin: 30px 25px;
    padding: 40px 15px 20px;
    width: 275px;
    vertical-align: top;
    box-sizing: border-box;
    border: 1px solid #d7d7d7;
  }
  .flow .step:before {
    content: "";
    position: absolute;
    left: -43px;
    top: 50%;
    width: 0;
    height: 0;
    margin: -34px 0 0 0;
    border: 34px solid transparent;
    border-left: 34px solid #d7d7d7;
  }
  .flow .step:first-child:before {
    display: none;
  }
  .flow .step .step_detail .ttl {
    position: relative;
    font-size: 18px;
    margin: 0 0 10px;
  }
  .flow .step .step_detail .ttl .num {
    position: absolute;
    top: -69px;
    left: 50%;
    display: block;
    width: 56px;
    height: 56px;
    margin: 0 0 0 -28px;
    border-radius: 28px;
    font-size: 38px;
    line-height: 56px;
    background: #bb9521;
    color: #fff;
    font-family: "Sawarabi Mincho", YuMincho, "游明朝", "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  }
}
@media screen and (max-width: 780px) {
  .flow {
    margin: 30px -15px 0;
    padding: 0;
    border-bottom: 1px solid #000;
  }
  .flow .step .step_detail .ttl {
    position: relative;
    margin: 0;
    padding: 15px 50px 15px 60px;
    line-height: 1.5;
    text-align: left;
    background: url(../img/common_bg_be.png);
    border-top: 1px solid #000;
  }
  .flow .step .step_detail .ttl:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 20px;
    display: block;
    width: 25px;
    height: 25px;
    margin: -12px 0 0 0;
    background: url(../img/accordion_open.png) no-repeat center center/cover;
  }
  .flow .step .step_detail .ttl.active:after {
    background: url(../img/accordion_close.png) no-repeat center center/cover;
  }
  .flow .step .step_detail .ttl .num {
    position: absolute;
    top: 50%;
    left: 15px;
    display: block;
    width: 30px;
    height: 30px;
    margin: -15px 0 0 0;
    border-radius: 15px;
    font-size: 20px;
    line-height: 30px;
    background: #bb9521;
    color: #fff;
    text-align: center;
    font-family: "Sawarabi Mincho", YuMincho, "游明朝", "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  }
  .flow .step .step_detail .txt {
    display: none;
    padding: 15px;
    text-align: left;
    border-top: 1px solid #000;
  }
}

@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop, .flow .step .step_detail .ttl .num {
    line-height: 70px;
  }

  /* IE11 */
}
/* noriai_caution */
.noriai_caution .inner {
  position: relative;
  padding: 50px 0 40px;
  overflow: hidden;
}
@media screen and (max-width: 780px) {
  .noriai_caution .inner {
    padding: 15px;
  }
}
.noriai_caution .open_calendar {
  position: absolute;
  bottom: 50px;
  right: 0;
  margin: 0;
}
@media screen and (max-width: 780px) {
  .noriai_caution .open_calendar {
    position: static;
    margin: 0 0 10px;
  }
}

/* wedding */
.wedding1 {
  margin: 0;
  padding: 40px 0 60px;
  overflow: hidden;
  background: url(../img/wedding_bg1.jpg) no-repeat center center/cover;
}
@media screen and (max-width: 780px) {
  .wedding1 {
    padding: 20px 0 40px;
  }
}
.wedding1 .food_frame .ttl {
  background: none;
}
.wedding1 .food_frame .ttl:after {
  content: "";
  position: absolute;
  bottom: 3px;
  left: 0;
  width: 100%;
  height: 4px;
  border-left: 1px solid #fafafa;
  border-top: 1px solid #fafafa;
  z-index: 1;
}
@media screen and (max-width: 780px) {
  .wedding1 .food_frame .ttl:after {
    display: none;
  }
}
.wedding1 .food_frame .ttl .ttl_inner {
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 780px) {
  .wedding1 .food_frame .ttl .inline_list {
    margin: 0;
  }
}

.wedding2 {
  margin: 0;
  padding: 40px 0 60px;
  overflow: hidden;
  background: url(../img/wedding_bg2.jpg) no-repeat center center/cover;
}
@media screen and (max-width: 780px) {
  .wedding2 {
    padding: 20px 0 40px;
  }
}
.wedding2 .food_frame .ttl {
  background: #ecf5fa;
}
@media screen and (max-width: 780px) {
  .wedding2 .inline_list {
    margin: 0;
  }
}

.wedding4 {
  overflow: hidden;
}
.wedding4 .photo {
  margin: 50px 0;
}
@media screen and (max-width: 780px) {
  .wedding4 .photo {
    margin: 30px -160px;
  }
}

.wedding_menu {
  width: 100%;
  margin: 40px 0;
}
@media screen and (max-width: 780px) {
  .wedding_menu {
    margin: 20px 0;
  }
}
.wedding_menu th {
  padding: 20px;
  text-align: center;
}
@media screen and (max-width: 780px) {
  .wedding_menu th {
    display: block;
    padding: 10px 15px;
  }
}
.wedding_menu td {
  padding: 40px;
  border: 1px solid #ccc;
  border-left: none;
  background: #fff;
}
@media screen and (max-width: 780px) {
  .wedding_menu td {
    display: block;
    padding: 15px;
    border-top: none;
    border-left: 1px solid #ccc;
  }
}

.wedding_btns {
  margin: 40px 0 0;
  overflow: hidden;
}
@media screen and (max-width: 780px) {
  .wedding_btns {
    margin: 10px 0 0 0;
  }
}
.wedding_btns .btn {
  width: 48%;
  margin: 0 2% 0 0;
  float: left;
  background: rgba(255, 255, 255, 0.8);
}
@media screen and (max-width: 780px) {
  .wedding_btns .btn {
    width: auto;
    margin: 10px 0;
    float: none;
    font-size: 13px;
  }
}

.option_list {
  display: table;
  margin: 50px auto 30px;
}
@media screen and (max-width: 780px) {
  .option_list {
    display: block;
    margin: 30px 0;
    overflow: hidden;
  }
}
.option_list .child {
  display: table-cell;
  width: 180px;
  padding: 0 30px;
  text-align: center;
  vertical-align: top;
}
@media screen and (max-width: 780px) {
  .option_list .child {
    display: block;
    width: 50%;
    padding: 0 5px;
    float: left;
    box-sizing: border-box;
  }
  .option_list .child:nth-of-type(2n+1) {
    clear: both;
  }
}

/* about */
.about_wrap {
  position: relative;
  margin: 70px 0 0 0;
}
@media screen and (max-width: 780px) {
  .about_wrap {
    margin: 0;
  }
}
.about_wrap .about_message {
  background: #dcd4bc;
  margin: 0 40% 0 0;
  padding: 50px;
  overflow: hidden;
}
@media screen and (max-width: 780px) {
  .about_wrap .about_message {
    margin: 0;
    padding: 15px;
  }
}
.about_wrap .about_message .txtarea {
  width: 600px;
  float: right;
  background: #dcd4bc;
}
@media screen and (max-width: 780px) {
  .about_wrap .about_message .txtarea {
    width: auto;
    float: none;
  }
}
.about_wrap .about_message .txtarea .name {
  margin: 40px 0 20px 0;
  text-align: right;
}
@media screen and (max-width: 780px) {
  .about_wrap .about_message .txtarea .name {
    margin: 20px 0 15px;
    text-align: left;
  }
}
.about_wrap .about_message .txtarea .name img {
  width: 300px;
}
@media screen and (max-width: 780px) {
  .about_wrap .about_message .txtarea .name img {
    width: 150px;
  }
}
.about_wrap .about_photo {
  position: absolute;
  top: -30px;
  right: 0;
  width: 50%;
  height: 650px;
  z-index: -1;
  background: url(../img/about_img_1.jpg) no-repeat center 40%/cover;
  border: 1px solid #ccc;
  border-right: none;
}
@media screen and (max-width: 780px) {
  .about_wrap .about_photo {
    position: static;
    width: 100%;
    height: 200px;
    background: url(../img/about_img_1.jpg) no-repeat center 30%/cover;
  }
}

/* dining */
.dining1 .bg_effect {
  max-width: 1200px;
  margin: 0 auto;
  background: url(../img/effect_bg_dining.png) no-repeat bottom right/481px;
}
@media screen and (max-width: 780px) {
  .dining1 .bg_effect {
    background: url(../img/effect_bg_dining.png) no-repeat bottom right/contain;
  }
}
.dining1 .inner {
  padding: 40px 0;
}
@media screen and (max-width: 780px) {
  .dining1 .inner {
    padding: 15px 15px 20px;
  }
}
.dining1 .dining1_wrap {
  display: table;
}
.dining1 .dining1_wrap .ttl {
  display: table-cell;
  padding: 20px 50px;
  width: 20px;
  font-size: 30px;
  font-weight: 500;
  line-height: 32px;
  text-align: center;
  vertical-align: middle;
}
@media screen and (max-width: 780px) {
  .dining1 .dining1_wrap .ttl {
    padding: 10px 20px;
    font-size: 20px;
    line-height: 22px;
  }
}
.dining1 .dining1_wrap .ttl:before {
  display: block;
  content: "◆";
  margin: 0 0 5px;
  color: #bb9521;
}
.dining1 .dining1_wrap .txtarea {
  display: table-cell;
  padding: 0px 50px;
  font-size: 20px;
  line-height: 2.5;
  vertical-align: middle;
}
@media screen and (max-width: 780px) {
  .dining1 .dining1_wrap .txtarea {
    padding: 0 0 0 20px;
    font-size: 16px;
    line-height: 1.8;
  }
}
.dining1 .dining1_wrap .txtarea .txt {
  margin: 50px 0;
}
@media screen and (max-width: 780px) {
  .dining1 .dining1_wrap .txtarea .txt {
    margin: 20px 0;
  }
}

.dining2 .ttl.main {
  padding: 20px 0;
  text-align: center;
  border-top: 1px solid #bb9521;
  border-bottom: 1px solid #bb9521;
}
.dining2 .ttl.main .sub {
  display: block;
}
@media screen and (min-width: 781px) {
  .dining2 .txtarea {
    width: 470px;
    float: left;
  }
  .dining2 .imgarea {
    width: 540px;
    float: right;
  }
}
@media screen and (max-width: 780px) {
  .dining2 .txtarea {
    margin: 0 0 20px;
  }
}

/* course */
.course_wrap {
  position: relative;
  min-height: 700px;
}
@media screen and (max-width: 780px) {
  .course_wrap {
    min-height: 1px;
  }
}
.course_wrap .course_list li {
  margin: 30px 0 0;
}
.course_wrap .course_btns {
  position: absolute;
  bottom: 0;
  left: 0;
}
.course_wrap .map {
  position: absolute;
  bottom: 0;
  right: 0;
}
@media screen and (max-width: 780px) {
  .course_wrap .map {
    position: static;
  }
}

/* sitemap */
.sitemap_contents .sitemap_inner {
  display: table;
  margin: 0 auto;
}
@media screen and (max-width: 780px) {
  .sitemap_contents .sitemap_inner {
    display: block;
  }
}
.sitemap_contents .sitemap_inner .links {
  display: table-cell;
  padding: 0 70px;
}
@media screen and (max-width: 780px) {
  .sitemap_contents .sitemap_inner .links {
    display: block;
    padding: 0 20px;
  }
}
.sitemap_contents .sitemap_inner .links .child {
  padding: 10px 0;
}
.sitemap_contents .sitemap_inner .links .child .link:before {
  content: "";
  display: inline-block;
  border: 5px solid transparent;
  border-left: 5px solid #bb9521;
}
.sitemap_contents .sitemap_inner .links .child .link:hover {
  text-decoration: underline;
}
.sitemap_contents .sitemap_inner .links .child.sub {
  padding-left: 40px;
}
.sitemap_contents .sitemap_inner .links .child.sub .link:before {
  border-left: 5px solid #dbcb8d;
}

/* bxslider */
.common_bxslider_wrap {
  position: relative;
  margin: 0 0 50px;
}
@media screen and (max-width: 780px) {
  .common_bxslider_wrap {
    margin: 0;
  }
}
.common_bxslider_wrap .bx-wrapper {
  position: relative;
  margin: 0 0 4px;
}
@media screen and (max-width: 780px) {
  .common_bxslider_wrap .bx-wrapper {
    margin: 0 0 60px;
  }
  .tab_contents .common_bxslider_wrap .bx-wrapper {
    margin: 0 0 40px;
  }
}
.common_bxslider_wrap .bx-controls-direction {
  display: none;
}
@media screen and (max-width: 780px) {
  .common_bxslider_wrap .bx-controls-direction {
    position: absolute;
    top: 50%;
    left: 0;
    display: block;
    width: 100%;
  }
  .common_bxslider_wrap .bx-controls-direction .bx-prev {
    position: absolute;
    top: -20px;
    left: 0;
    width: 20px;
    height: 40px;
    background: rgba(0, 0, 0, 0.5);
    text-indent: -999em;
    overflow: hidden;
  }
  .common_bxslider_wrap .bx-controls-direction .bx-prev:before {
    content: "";
    position: absolute;
    top: 15px;
    left: 7px;
    width: 10px;
    height: 10px;
    border-left: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .common_bxslider_wrap .bx-controls-direction .bx-next {
    position: absolute;
    top: -20px;
    right: 0;
    width: 20px;
    height: 40px;
    background: rgba(0, 0, 0, 0.5);
    text-indent: -999em;
    overflow: hidden;
  }
  .common_bxslider_wrap .bx-controls-direction .bx-next:before {
    content: "";
    position: absolute;
    top: 15px;
    right: 7px;
    width: 10px;
    height: 10px;
    border-right: 1px solid #fff;
    border-top: 1px solid #fff;
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
}
@media screen and (min-width: 781px) {
  .common_bxslider_wrap .bx-pager {
    display: table;
    margin: 0 -2px;
    width: 1104px;
    table-layout: fixed;
  }
  .tab_content .common_bxslider_wrap .bx-pager {
    width: 1044px;
  }
  .common_bxslider_wrap .bx-pager a {
    display: table-cell;
    padding: 0 2px;
  }
  .common_bxslider_wrap .bx-pager a img {
    border: 3px solid transparent;
  }
  .common_bxslider_wrap .bx-pager a.active img {
    border: 3px solid #bb9521;
  }
}
@media screen and (max-width: 780px) {
  .common_bxslider_wrap .bx-pager {
    position: absolute;
    bottom: -40px;
    left: 0;
    width: 100%;
    text-align: center;
  }
  .common_bxslider_wrap .bx-pager a {
    display: inline-block;
    width: 15px;
    height: 15px;
    margin: 0 4px;
    text-indent: -999em;
    overflow: hidden;
    text-align: left;
    background: #dfd8c3;
    border-radius: 100px;
  }
  .common_bxslider_wrap .bx-pager a.active {
    background: #bb9521;
  }
  .common_bxslider_wrap .bx-pager a img {
    display: none;
  }
  .tab_contents .common_bxslider_wrap .bx-pager a {
    background: #323130;
  }
  .tab_contents .common_bxslider_wrap .bx-pager a.active {
    background: #bb9521;
  }
}

.common_menu_new_wrap{
    margin: 0 0 80px;
}

.common_bxslider_wrap._new{
   margin: 0;
}
    .common_menu_new_wrap .wrap{
        margin-top:40px;
    }
    .common_menu_new_wrap .wrap .hw.nw{
        padding: 15px 0;
        text-align: center;
        border-top: 1px solid #bb9521;
        border-bottom: 1px solid #bb9521;
        background: #fff2ce;
        margin-bottom: 20px;
    }
    .common_menu_new_wrap .wrap+.wrap{
        padding-top: 40px;
        position:relative;
    }
    .common_menu_new_wrap .wrap+.wrap::before,
    .common_menu_new_wrap .wrap+.wrap::after{
        content:"";
        position:absolute;
        top:0;
        left:0;
        width:100%;
        height:1px;
        background:#ececec;
    }
    .common_menu_new_wrap .wrap+.wrap::after{
        top:2px;
    }
    .common_menu_new_wrap .wrap .hw .first{
        /*color:#bb9521;*/
    }
    .common_menu_new_wrap .detail{
    }
        .common_menu_new_wrap .detail p{
            margin: 0;
        }
        .common_menu_new_wrap .detail .txt{
            margin-bottom: 20px;
            text-align: center;
        }
        .common_menu_new_wrap .detail .read{
          margin:30px 0 30px;
          padding:20px;
          border-top:solid 1px #bb9521;
          border-bottom:solid 1px #bb9521;
        }
        .common_menu_new_wrap .detail .read::before{
          content: "◆";
          display: block;
          margin: -39px 0 10px;
          text-align: center;
          color: #bb9521;
          font-size: 24px;
        }
            .common_menu_new_wrap .detail .read p+p{
                margin-top: 20px;
            }

        .common_menu_new_wrap .detail .season_ttl{
            font-size: 30px;
            font-weight: 400;
            text-align: center;
            padding-bottom: 20px;
            margin: 0 0 30px;
            position: relative;
        }
        .common_menu_new_wrap .detail .season_ttl::after{
            content: "";
            position: absolute;
            bottom: 0;
            width: 142px;
            height: 1px;
            left: 0;
            right: 0;
            margin: auto;
            background: #000;
        }
            .common_menu_new_wrap .detail .season_ttl .c_b{
                color: #BB9521;

            }
            .common_menu_new_wrap .detail .season_ttl .season{
                font-size: 16px;
                margin-left: 20px;
            }
        
        
        
        .common_menu_new_wrap .detail .menu{
            background: url("../img/tab_bg_b.png");
            padding: 20px;
        }
            .common_menu_new_wrap .detail .menu .ttl{
               text-align:center;
               font-size:24px;
               margin:0 0 10px;
            }
            .common_menu_new_wrap .detail .menu .txt{
               margin: 0 0 20px;
               font-size:18px;
            }
            .common_menu_new_wrap .detail .menu a{
               background:#FFFFFF;
            }
            
            
        .new_course_wrap .info{
           display:flex;
           justify-content:center;
           margin-top: 40px;
        }
        .new_course_wrap .info div{
          width:100%;
          padding:20px 30px;
          border:solid 1px #bb9521;
        }
        .new_course_wrap .info div+div{
          margin-left:30px;
        }
            .new_course_wrap .info .ttl{
              font-weight:700;
              margin:-30px 0 20px -25px;
              padding:0 20px;
              max-width:120px;
              text-align:center;
              background:#FFF;
            }
            .new_course_wrap .info .inline_list{
               margin: 0 0 20px;
            }
            .new_course_wrap .info .link:hover{
                text-decoration: underline;
            }
    .common_menu_new_wrap .detail .order{
        margin: 20px 0 0;
    }
        .common_menu_new_wrap .detail .order p{
            font-weight:700;
            text-align:center;
            font-size:20px;
        }
    .common_menu_new_wrap .detail .order dl{
       margin-top:10px;
       display:flex;
       justify-content:center;
    }
    .common_menu_new_wrap .detail .order dl dt{
       width:100%;
       max-width:250px;
       margin:0 20px 0 0;
    }
    .common_menu_new_wrap .detail .order dl dt img{
       width:100%;
       height:auto;
    }
    .common_menu_new_wrap .detail .order dl dd{
    }

@media screen and (max-width: 780px) {
    .common_menu_new_wrap .hw{
        font-size:22px;
        line-height:140%;
    }
    .common_menu_new_wrap .detail{
        padding-top: 20px;
    }
    .common_menu_new_wrap .detail .season_ttl{
        font-size: 26px;
        padding-bottom: 15px;
        margin: 0 0 20px;
    }
    .common_menu_new_wrap .detail .season_ttl .season{
        font-size: 14px;
        margin-left: 10px;
    }
    .common_menu_new_wrap .detail .txt {
        text-align: left;
    }
    .common_menu_new_wrap .detail .menu {
        padding: 15px;
    }
    .common_menu_new_wrap .detail .menu .ttl {
        font-size: 24px;
        margin: 0 0 10px;
    }
    .common_menu_new_wrap .detail .menu .txt {
        margin: 0 0 10px;
        font-size: 15px;
    }
    .new_course_wrap .info{
       flex-wrap: wrap;
       margin: 30px 15px 0;
    }
    .new_course_wrap .info div+div{
      margin:30px 0 0;
    }
    .new_course_wrap .info .ttl{
      margin-bottom:10px;
    }
}


.new_course_wrap{
    
}
.new_course_wrap .tab_wrap{
    display: table;
    width: 100%;
    text-align: center;
    table-layout: fixed;
    margin-bottom: -1px;
    z-index: 1;
    position: relative;
}
.new_course_wrap .tab_wrap .tab{
    display: table-cell;
}

.new_course_wrap .tab_wrap .tab:first-child{
    padding-right:5px;
}
.new_course_wrap .tab_wrap .tab:last-child{
   padding-left: 5px; 
}
.new_course_wrap .tab_wrap .tab.active2 .label {
    color: #000;
    background: url(../img/tab_bg_g.png);
    border: solid 1px #B7941B;
    border-top: 4px solid #bb9521;
    border-bottom: 0;
}
.new_course_wrap .tab_wrap .tab .label .sub {
    display: block;
    font-size: 14px;
}
.new_course_wrap .tab_wrap .tab .label {
    padding: 20px;
    font-size: 24px;
    color: #fff;
    background: #212121;
    border-top: 4px solid #212121;
    cursor: pointer;
}

.new_course_wrap .tab_contents{
    background: url(../img/tab_bg_g.png);
    padding: 28px;
    border: solid 1px #B7941B;
}

.new_course_wrap .tab_content{
    visibility: hidden;
    height: 0;
    overflow: hidden;
}
.new_course_wrap .tab_content.show{
    visibility: inherit;
    height: auto;
}

@media screen and (max-width: 780px){

    .new_course_wrap{
        margin-left: -15px;
        margin-right: -15px;
    }

    .new_course_wrap .tab_wrap .tab{
        display: block;
        width: 50%;
        padding: 0;
        float: left;
        box-sizing: border-box;
    }
    .new_course_wrap .tab_wrap .tab:first-child{
        padding-right:1px;
    }
    .new_course_wrap .tab_wrap .tab:last-child{
       padding-left: 0; 
    }
    .new_course_wrap .tab_wrap .tab .label {
        padding: 20px 10px 0px;
        font-size: 15px;
        line-height: 130%;
        min-height: 57px;
    }
    .new_course_wrap .tab_wrap .tab .label .sub {
        font-size: 12px;
    }
    .new_course_wrap .tab_contents{
        padding: 15px;
    }


}



.sp_slider_wrap .bx-wrapper {
  position: relative;
  margin: 0 0 80px;
}
.sp_slider_wrap .bx-default-pager {
  position: absolute;
  bottom: -40px;
  left: 0;
  width: 100%;
  text-align: center;
}
.sp_slider_wrap .bx-default-pager .bx-pager-item {
  display: inline-block;
  margin: 0 10px;
}
.sp_slider_wrap .bx-default-pager .bx-pager-item .bx-pager-link {
  display: inline-block;
  width: 15px;
  height: 15px;
  text-indent: -999em;
  overflow: hidden;
  text-align: left;
  background: #dfd8c3;
  border-radius: 100px;
}
.sp_slider_wrap .bx-default-pager .bx-pager-item .bx-pager-link.active {
  background: #bb9521;
}
.sp_slider_wrap .bx-controls-direction {
  position: absolute;
  top: 60%;
  left: 0;
  width: 100%;
}
.sp_slider_wrap .bx-controls-direction .bx-prev {
  position: absolute;
  top: 0;
  left: 15px;
  width: 10px;
  height: 10px;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  text-indent: -999em;
  overflow: hidden;
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.sp_slider_wrap .bx-controls-direction .bx-next {
  position: absolute;
  top: 0;
  right: 15px;
  width: 10px;
  height: 10px;
  border-right: 1px solid #fff;
  border-top: 1px solid #fff;
  text-indent: -999em;
  overflow: hidden;
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* tab */
.tab_contents_wrap {
  margin: 50px -5px;
}
@media screen and (max-width: 780px) {
  .tab_contents_wrap {
    margin: 30px -15px;
  }
}
.tab_contents_wrap .tab_wrap {
  display: table;
  width: 100%;
  text-align: center;
  table-layout: fixed;
}
.tab_contents_wrap .tab_wrap .tab {
  display: table-cell;
  padding: 0 5px;
}
@media screen and (max-width: 780px) {
  .tab_contents_wrap .tab_wrap .tab {
    display: block;
    width: 50%;
    padding: 0;
    float: left;
    box-sizing: border-box;
  }
  .tab_contents_wrap .tab_wrap .tab:nth-of-type(1) {
    border-right: 1px solid #fff;
  }
  .tab_contents_wrap .tab_wrap .tab:nth-of-type(3) {
    border-right: 1px solid #fff;
    border-top: 1px solid #fff;
  }
  .tab_contents_wrap .tab_wrap .tab:nth-of-type(4) {
    border-top: 1px solid #fff;
  }
}
.tab_contents_wrap .tab_wrap .tab .label {
  padding: 20px;
  font-size: 24px;
  color: #fff;
  background: #212121;
  border-top: 4px solid #212121;
  cursor: pointer;
}
@media screen and (max-width: 780px) {
  .tab_contents_wrap .tab_wrap .tab .label {
	padding: 10px;
	font-size: 15px;
	line-height: 130%;
	min-height: 57px;
  }
}
.tab_contents_wrap .tab_wrap .tab .label .sub {
  display: block;
  font-size: 14px;
}
@media screen and (max-width: 780px) {
  .tab_contents_wrap .tab_wrap .tab .label .sub {
    font-size: 12px;
  }
}
.tab_contents_wrap .tab_wrap .tab.active .label {
  color: #000;
  background: url(../img/common_bg_be.png);
  border-top: 4px solid #bb9521;
}
.tab_contents_wrap .tab_contents {
  position: relative;
  padding: 0 5px;
}
@media screen and (max-width: 780px) {
  .tab_contents_wrap .tab_contents {
    padding: 0;
  }
}
.tab_contents_wrap .tab_contents .tab_content {
  background: url(../img/common_bg_be.png);
  padding: 30px;
}
@media screen and (max-width: 780px) {
  .tab_contents_wrap .tab_contents .tab_content {
    padding: 15px;
  }
}
.tab_contents_wrap .bxtab .tab_content {
  position: relative;
  z-index: 1;
  opacity: 1;
}

.tab_contents_wrap.bg_noeffect .tab_contents .tab_content,
.tab_contents_wrap.bg_noeffect .tab_wrap .tab.active .label {
  background: #dcd4bc;
}

/* calendar */
.calendar_wrap {
  padding: 60px 0 0;
  overflow: hidden;
}
@media screen and (max-width: 780px) {
  .calendar_wrap {
    padding: 40px 0;
  }
}

.scroll_note {
  margin: 0 0 5px;
  padding: 0;
  font-size: 13px;
}

.calendar_box {
  margin: 60px 0;
}
@media screen and (max-width: 780px) {
  .calendar_box {
    margin: 40px 0;
  }
}
.calendar_box .month {
  margin: 20px 0 10px;
}

.calendar_caution {
  margin: 0 50px 50px;
  border-collapse: collapse;
}
@media screen and (max-width: 780px) {
  .calendar_caution {
    margin: 0 0 30px;
  }
}
.calendar_caution th {
  padding: 40px 60px;
  white-space: nowrap;
}
@media screen and (max-width: 780px) {
  .calendar_caution th {
    display: block;
    padding: 10px;
    text-align: center;
  }
}
.calendar_caution td {
  padding: 40px;
  background: #fff;
}
@media screen and (max-width: 780px) {
  .calendar_caution td {
    display: block;
    padding: 15px;
  }
}

.calendar_description {
  display: table;
  margin: 0 auto 50px;
  padding: 30px 100px 15px;
  background: #fff;
}
@media screen and (max-width: 780px) {
  .calendar_description {
    padding: 15px 15px 0;
  }
}
.calendar_description:after {
  position: relative;
  top: 30px;
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin: 0 auto;
  border: 10px solid transparent;
  border-bottom: none;
  border-top: 15px solid #fff;
}
@media screen and (max-width: 780px) {
  .calendar_description:after {
    top: 15px;
  }
}

.calendar_anchor {
  display: table;
  table-layout: fixed;
  margin: 0 auto;
}
@media screen and (max-width: 780px) {
  .calendar_anchor {
    display: block;
    margin: 0 auto 30px;
    text-align: center;
    overflow: hidden;
  }
}
.calendar_anchor li {
  display: table-cell;
  padding: 0 20px;
}
@media screen and (max-width: 780px) {
  .calendar_anchor li {
    display: block;
    width: 50%;
    float: left;
    padding: 2px;
    box-sizing: border-box;
  }
}
.calendar_anchor li a {
  font-size: 18px;
  text-decoration: underline;
}
@media screen and (max-width: 780px) {
  .calendar_anchor li a {
    display: block;
    padding: 10px 0;
    border: 1px solid #bb9521;
    border-radius: 3px;
    background: rgba(255, 255, 255, 0.8);
    font-size: 16px;
    text-decoration: none;
  }
}

.sp_table_wrap {
  overflow: auto;
}

.calendar_table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  table-layout: fixed;
}

.calendar_table tbody tr:nth-of-type(6) td,
.calendar_table tbody tr:nth-of-type(10) td,
.calendar_table tbody tr:nth-of-type(14) td,
.calendar_table tbody tr:nth-of-type(18) td,
.calendar_table tbody tr:nth-of-type(22) td {
    border-top: 2px solid #000000;
}
.calendar_table tbody tr:nth-of-type(6) th,
.calendar_table tbody tr:nth-of-type(10) th,
.calendar_table tbody tr:nth-of-type(14) th,
.calendar_table tbody tr:nth-of-type(18) th,
.calendar_table tbody tr:nth-of-type(22) th {
    border-top: 2px solid #ffffff;
}

@media screen and (max-width: 780px) {
  .calendar_table {
    width: 1000px;
  }
}
.calendar_table th {
  padding: 5px;
  background: #000;
  border-left: 1px solid #fff;
  color: #fff;
  font-weight: 500;
  text-align: center;
  border-top: 1px solid #fff;
}
.calendar_table th:nth-of-type(1) {
  width: 1.5em;
  border-left: none;
}
.calendar_table tr:nth-of-type(1) th {
  border-top: none;
}
.calendar_table td {
  position: relative;
  padding: 15px 10px 15px 29px;
  border-left: 1px solid #e5e5e5;
  border-top: 1px solid #a0a0a0;
  background: #fff;
  text-align: left;
}
.calendar_table td .link {
  text-decoration: underline;
}
.calendar_table tr:nth-of-type(2n + 1) td {
  border-top: 1px solid #e5e5e5;
}
.calendar_table tr:nth-of-type(2) td {
  border-top: none;
}
.calendar_table tr:nth-of-type(odd) td {
  background:#fffcf3;
}

.calendar_table .day {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 25px;
  line-height: 25px;
  background: #eee;
  text-align: center;
}
.calendar_table td:nth-of-type(2) .day {
  color: #d63939;
}
.calendar_table td:nth-of-type(8) .day {
  color: #23748f;
}
.calendar_table a {
  text-decoration: underline;
}
.calendar_table a:hover {
  text-decoration: none;
}


@media screen and (max-width: 780px) {
.calendar_table td {
    padding: 15px 10px 15px 20px;
}
}

/* reserve_form */
.reserve_frame {
  padding: 50px 50px 1px;
  border: 1px solid #dcdcdc;
  border-radius: 5px;
  overflow: hidden;
}
@media screen and (max-width: 780px) {
  .reserve_frame {
    padding: 0;
    border: none;
    border-radius: 0;
  }
}
.reserve_frame .ttl {
  padding: 20px 0;
  margin: -50px -50px 50px;
  text-align: center;
  color: #fff;
  background: #000;
}
@media screen and (max-width: 780px) {
  .reserve_frame .ttl {
    padding: 10px 0;
    margin: 0 0 30px;
  }
}

.privacy_frame {
  border: 1px solid #dcdcdc;
  padding: 20px;
  margin: 0 0 50px;
  height: 200px;
  overflow: auto;
}
@media screen and (max-width: 780px) {
  .privacy_frame {
    padding: 10px;
    margin: 0 0 30px;
  }
}
.privacy_frame .privacy_section {
  margin: 30px 0;
}
@media screen and (max-width: 780px) {
  .privacy_frame .privacy_section {
    margin: 20px 0;
  }
}
.privacy_frame .hw {
  font-size: 20px;
}
@media screen and (max-width: 780px) {
  .privacy_frame .hw {
    font-size: 18px;
  }
}

.reserve_table {
  width: 100%;
  margin: 50px 0 50px;
  border: 1px solid #ccc;
  border-collapse: collapse;
}
@media screen and (max-width: 780px) {
  .reserve_table {
    margin: 30px 0;
  }
}
.reserve_table th {
  width: 150px;
  padding: 30px 20px;
  font-weight: 500;
  background: #dcd4bc;
  text-align: left;
  border: 1px solid #fff;
  font-size: 18px;
  line-height: 1;
  vertical-align: top;
}
@media screen and (max-width: 780px) {
  .reserve_table th {
    padding: 10px;
    width: 50px;
    font-size: 16px;
  }
}
.reserve_table th .required {
  display: block;
  width: 3em;
  padding: 10px 5px;
  margin: 5px 0 0 0;
  text-align: center;
  background: #d63939;
  color: #fff;
  font-size: 14px;
}
.reserve_table th .optional {
  display: block;
  width: 3em;
  padding: 10px 5px;
  margin: 5px 0 0 0;
  text-align: center;
  background: #fff;
  font-size: 14px;
}
.reserve_table td {
  padding: 25px 30px;
  border: 1px solid #ccc;
  overflow: hidden;
}
@media screen and (max-width: 780px) {
  .reserve_table td {
    padding: 10px;
  }
}
.reserve_table td.errvalue {
  background: #ffdddd;
}
.reserve_table .ninzu_list {
  overflow: hidden;
}
.reserve_table .ninzu_list dt {
  width: 180px;
  margin: 5px 30px 5px 0;
  float: left;
  line-height: 50px;
  overflow: hidden;
}

.reserve_table .p_rows .course label{
	font-size: 16px;
}
.reserve_table .p_rows .course .course_caution{
    font-size: 12px;
    margin: 0 0 0 20px;
    vertical-align: text-bottom;
}
.reserve_table .p_rows .course input[type="radio"]{
    margin-right: 5px;
    width: 16px;
    height: 16px;
    vertical-align: text-bottom;
}
.reserve_table .border{
	border-top:solid 1px #dcd4bc;
	border-bottom:solid 1px #dcd4bc;
}
.reserve_table .clm{
	width: 250px;
}
.reserve_table .p_rows .ninzu_list dt {
    line-height: 1.5em;
    margin: 5px 5px 5px 0;
    width: 200px;
}
.reserve_table .p_rows .ninzu_list dt .p_sml{
	font-size:14px;
}
.reserve_table .p_rows .ninzu_list dt .p_price {
	display: block;	
	font-size: 14px;
}
.reserve_table .p_rows .ninzu_list dt .nyuji_caution_pre {
    display: block;
    margin-top: 5px;
    font-size: 12px;
    padding-left: 12px;
    text-indent: -12px;
    line-height: 1.5em;
}

@media screen and (max-width: 780px) {
  .reserve_table .ninzu_list dt {
    clear: both;
    width: 140px;
    margin: 5px 0;
  }


.reserve_table .clm {
    width: 120px;
}
.reserve_table .p_rows .course label{
	display: block;
	font-size: 15px;
}
.reserve_table .p_rows .course span{
	margin: 0;
}
.reserve_table .p_rows .course .course_caution {
    margin: 0;
}
.reserve_table .p_rows .course input[type="radio"]{
    width: 15px;
    height: 15px;
}
.reserve_table .p_rows .ninzu_list dt {
    width: 175px;
}
.reserve_table .p_rows .ninzu_list dd:nth-of-type(1){
    margin: 0 0 40px 0;
}
  
}
.reserve_table .ninzu_list dt .cate {
  float: left;
}
.reserve_table .ninzu_list dt .price {
  float: right;
  margin: 0;
  padding: 0;
  width: auto;
}
.reserve_table .ninzu_list dd {
  width: 160px;
  margin: 5px 0 5px 0;
  float: left;
  line-height: 50px;
}
@media screen and (max-width: 780px) {
  .reserve_table .ninzu_list dd {
    width: auto;
    float: right;
  }
}
.reserve_table input[type="text"],
.reserve_table input[type="email"] {
  line-height: 50px;
  margin: 5px 0;
  padding: 0 10px;
  width: 100%;
  height: 52px;
  box-sizing: border-box;
  border: 1px solid #dcdcdc;
  font-size: 16px;
}
@media screen and (max-width: 780px) {
  .reserve_table input[type="text"],
  .reserve_table input[type="email"] {
    padding: 0 5px;
  }
}
.reserve_table input[type="text"].zip {
  width: 150px;
}
.reserve_table input[type="text"].birth {
  width: 100px;
}
@media screen and (max-width: 780px) {
  .reserve_table input[type="text"].birth {
    width: 40px;
  }
}
.reserve_table input[type="checkbox"] {
  width: 25px;
  height: 25px;
  vertical-align: middle;
}
.reserve_table textarea {
  padding: 10px;
  margin: 5px 0;
  width: 100%;
  height: 200px;
  box-sizing: border-box;
  border: 1px solid #dcdcdc;
  font-size: 16px;
  vertical-align: middle;
}
@media screen and (max-width: 780px) {
  .reserve_table textarea {
    height: 250px;
  }
}
.reserve_table select {
  height: 50px;
  width: 100px;
  padding: 0 10px;
  font-size: 18px;
}
@media screen and (max-width: 780px) {
  .reserve_table select {
    width: auto;
    padding: 0;
    font-size: 16px;
  }
}
.reserve_table .gender {
  display: inline-block;
  margin: 0 0 0 20px;
}
@media screen and (max-width: 780px) {
  .reserve_table .gender {
    display: block;
    margin: 0;
  }
}
.reserve_table .birth_note {
  font-size: 93%;
  color: #B70000;
  display: block;
  text-indent: -1em;
  padding: 0 0 0 1em;
}

.form_step {
  display: flex;
  justify-content: space-between;
  width: 650px;
  margin: 0 auto 50px;
  font-size: 24px;
  line-height: 50px;
  font-family: "Sawarabi Mincho", YuMincho, "游明朝", "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}
@media screen and (max-width: 780px) {
  .form_step {
    width: 100%;
    margin: 0 0 30px;
    font-size: 16px;
    line-height: 25px;
    justify-content: space-around;
  }
}
.form_step li {
  position: relative;
  opacity: 0.4;
}
.mw_wp_form_input .form_step li:nth-of-type(1), .mw_wp_form_confirm .form_step li:nth-of-type(2) {
  opacity: 1;
}
.form_step li:before {
  content: "";
  position: absolute;
  top: 17px;
  left: -65px;
  width: 15px;
  height: 15px;
  margin: 0;
  border-right: 1px solid #000;
  border-top: 1px solid #000;
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media screen and (max-width: 780px) {
  .form_step li:before {
    display: none;
  }
}
.form_step li:nth-of-type(1):before {
  display: none;
}
.form_step .num {
  display: inline-block;
  width: 50px;
  margin: 0 20px 0 0;
  text-align: center;
  color: #fff;
  background: #000;
}
@media screen and (max-width: 780px) {
  .form_step .num {
    width: 25px;
    margin: 0 5px 0 0;
  }
}

.mw_wp_form_confirm .input_only {
  display: none;
}

.street_view.second {
  margin: 25px 0 0;
}
@media screen and (max-width: 780px) {
  .street_view.second {
    margin: 15px 0 0;
  }
}

.street_view iframe {
  width: 100%;
  height: 400px;
}
@media screen and (max-width: 780px) {
  .street_view iframe {
    height: 250px;
  }
}

/* -------------------------------------------------------*
* 2. Module
* -------------------------------------------------------*/
/* Hw */
.hw {
  font-size: 40px;
  font-weight: 500;
}
@media screen and (max-width: 780px) {
  .hw {
    font-size: 25px;
  }
}
.hw .sub {
  display: block;
  font-size: 16px;
}
.hw.large {
  position: relative;
  width: 265px;
  height: 265px;
  margin: 0 auto 30px;
  white-space: nowrap;
  font-size: 30px;
  font-weight: bold;
  text-align: left;
}
@media screen and (max-width: 780px) {
  .hw.large {
    width: 190px;
    height: 190px;
    font-size: 20px;
  }
}
.hw.large:before {
  position: absolute;
  top: 39px;
  left: 39px;
  display: block;
  content: "";
  width: 185px;
  height: 185px;
  border: 1px solid #bb9521;
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media screen and (max-width: 780px) {
  .hw.large:before {
    top: 28px;
    left: 28px;
    width: 130px;
    height: 130px;
  }
}
.hw.large:after {
  position: absolute;
  top: 10px;
  left: 147px;
  display: block;
  content: "";
  width: 33px;
  height: 33px;
  background: #bb9521;
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media screen and (max-width: 780px) {
  .hw.large:after {
    top: 8px;
    left: 105px;
    width: 24px;
    height: 24px;
  }
}
.hw.large .hw_inner {
  position: absolute;
  top: 50%;
  left: 50%;
  font-family: "Sawarabi Mincho", YuMincho, "游明朝", "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  -moz-transform: translate(-51%, -49%);
  -webkit-transform: translate(-51%, -49%);
  -o-transform: translate(-51%, -49%);
  -ms-transform: translate(-51%, -49%);
  transform: translate(-51%, -49%);
}
.hw.large .hw_inner img {
  width: 256px;
}
@media screen and (max-width: 780px) {
  .hw.large .hw_inner img {
    width: 186px;
  }
}
.hw.oshinagaki {
  color: #fff;
  font-size: 28px;
}
@media screen and (max-width: 780px) {
  .hw.oshinagaki {
    font-size: 17px;
  }
}
.hw.oshinagaki:first-letter {
  font-size: 64px;
  color: #bb9521;
}
@media screen and (max-width: 780px) {
  .hw.oshinagaki:first-letter {
    font-size: 36px;
  }
}

.hw2 {
  position: relative;
  height: 220px;
  font-size: 36px;
  font-weight: 500;
  background: url(../img/hw2_line.png) no-repeat center center;
}
@media screen and (max-width: 780px) {
  .hw2 {
    height: 150px;
    font-size: 22px;
    background-size: 1100px;
  }
}
.hw2 .hw_inner {
  display: table;
  position: absolute;
  top: 50%;
  left: 50%;
  font-family: "Sawarabi Mincho", YuMincho, "游明朝", "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  -moz-transform: translate(-52%, -48%);
  -webkit-transform: translate(-52%, -48%);
  -o-transform: translate(-52%, -48%);
  -ms-transform: translate(-52%, -48%);
  transform: translate(-52%, -48%);
}

.hw3 {
  position: relative;
  margin: 0 0 30px;
  padding: 0 0 21px;
  font-size: 30px;
  line-height: 40px;
  font-weight: 500;
  font-family: "Sawarabi Mincho", YuMincho, "游明朝", "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  background: url(../img/hw3_line.png) no-repeat left bottom;
}
@media screen and (max-width: 780px) {
  .hw3 {
    margin: 0 0 20px;
    padding: 0 0 11px;
    font-size: 22px;
    line-height: 1.5;
    background: url(../img/hw3_line.png) no-repeat -130px bottom/1000px;
  }
}

.hw4 {
  position: relative;
  margin: 0 0 25px;
  padding: 0 0 21px;
  font-size: 20px;
  line-height: 40px;
  font-weight: 500;
  font-family: "Sawarabi Mincho", YuMincho, "游明朝", "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  background: url(../img/hw3_line.png) no-repeat -130px bottom;
}
@media screen and (max-width: 780px) {
  .hw4 {
    margin: 0;
    padding: 20px;
    line-height: 25px;
    text-align: center;
    background: url(../img/common_bg_be.png);
    border-top: 1px solid #000;
  }
  .hw4:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 20px;
    display: block;
    width: 25px;
    height: 25px;
    margin: -12px 0 0 0;
    background: url(../img/accordion_open.png) no-repeat center center/cover;
  }
  .hw4.active:after {
    background: url(../img/accordion_close.png) no-repeat center center/cover;
  }
}

.subttl {
  font-size: 24px;
}
@media screen and (max-width: 780px) {
  .subttl {
    font-size: 18px;
  }
}
.subttl:before {
  content: "◆ ";
  color: #bb9521;
}

/* Btn */
.btns {
  margin: 50px 0;
  text-align: center;
}
@media screen and (max-width: 780px) {
  .btns {
    margin: 30px 0;
  }
}

.btn {
  position: relative;
  display: inline-block;
  padding: 0 60px;
  background: rgba(255, 255, 255, 0.2);
  border: 1px solid #000;
  font-size: 18px;
  line-height: 70px;
  box-sizing: border-box;
  text-align: center;
  font-family: YuGothic, "游ゴシック", "ヒラギノ角ゴ Pro W3", Hiragino Kaku Gothic Pro, " メイリオ", Meiryo, Osaka, " ＭＳ Ｐゴシック", MS PGothic, " sans-serif";
}
.tab_content .btn {
  background: rgba(255, 255, 255, 0.8);
}
@media screen and (max-width: 780px) {
  .btn {
    display: block;
    padding: 0;
    font-size: 16px;
    line-height: 50px;
  }
}
.btn:after {
  content: ">";
  position: absolute;
  top: 50%;
  right: 20px;
  display: block;
  width: 30px;
  margin: -15px 0 0 0;
  padding: 0 0 0 10px;
  box-sizing: border-box;
  line-height: 30px;
  -webkit-transition: padding 0.4s;
  -moz-transition: padding 0.4s;
  transition: padding 0.4s;
}
@media screen and (max-width: 780px) {
  .btn:after {
    right: 10px;
  }
}
.btn:hover {
  background: #bb9521 !important;
  border: 1px solid #bb9521;
  color: #fff;
}
.btn:hover:after {
  content: "→";
  /* padding:0 0 0 20px;*/
}
.btn.icon_external {
  font-size: 13px;
}
.btn.icon_external:before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 70px;
  margin: 0 5px 0 0;
  vertical-align: top;
  background: url(../img/icon_external_bk.png) no-repeat center center/contain;
}
@media screen and (max-width: 780px) {
  .btn.icon_external:before {
    height: 50px;
  }
}
.btn.icon_external:after {
  display: none;
}
.btn.icon_external:hover:before {
  background: url(../img/icon_external_wh.png) no-repeat center center/contain;
}
.btn.wh {
  color: #fff;
  border: 1px solid #fff;
}
.pre .btn.wh {
    width: 35%;
    line-height: 100%;
    display: inline-flex;
    vertical-align: top;
    justify-content: center;
    align-items: center;
    height: 72px;
    margin: 0px 5px;
}
.pre .btn.wh:nth-of-type(n+3) {
    margin-top: 10px;
}
.btn.wh:hover {
  border: 1px solid #bb9521;
}
.btn.icon_pdf:before {
  content: "";
  display: inline-block;
  width: 38px;
  height: 70px;
  margin: 0 15px 0 0;
  vertical-align: top;
  background: url(../img/icon_pdf_bk.png) no-repeat center center/contain;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}
@media screen and (max-width: 780px) {
  .btn.icon_pdf:before {
    height: 50px;
  }
	.pre .btn.wh {
		width: 100%;
		margin: 0;
		line-height: 100%;
		height:52px;
	}
	.pre .btn.wh+a {
	  margin:10px 0 0;
	}
	.pre .btn.wh br{
	   display:none;
	}

}
.btn.icon_pdf:hover:before {
  background: url(../img/icon_pdf_wh.png) no-repeat center center/contain;
}
.subnavi .btn {
  padding: 0 45px 0 25px;
  line-height: 50px;
}
.btn.same {
  width: 400px;
  margin: 0 25px;
  padding: 0;
}
@media screen and (max-width: 780px) {
  .btn.same {
    width: auto;
    margin: 25px 0;
  }
}
.btn.tel {
  padding: 15px 0;
  line-height: 1;
}
.btn.tel:before {
  content: "";
  display: block;
  width: 35px;
  height: 35px;
  margin: 0 auto 10px;
  background: url(../img/icon_tel_wh.png) no-repeat center center/cover;
}
.btn.tel:after {
  display: none;
}
@media screen and (max-width: 780px) {
  .btn.sp_btn {
    background: #bb9521;
    border: 1px solid #bb9521;
    color: #fff;
  }
}
@media screen and (max-width: 780px) {
  .btn.confirm {
    line-height: 25px;
    padding: 15px 40px 15px 20px;
    text-align: left;
  }
}
.btn.back {
  margin-right: 50px;
}
.btn.back:after {
  display: none;
}
.btn.back:before {
  content: "<";
  position: absolute;
  top: 50%;
  left: 20px;
  display: block;
  width: 30px;
  margin: -15px 0 0 0;
  padding: 0 10px 0 0;
  box-sizing: border-box;
  line-height: 30px;
  -webkit-transition: padding 0.4s;
  -moz-transition: padding 0.4s;
  transition: padding 0.4s;
}
@media screen and (max-width: 780px) {
  .btn.back:before {
    left: 10px;
  }
}
.btn.back:hover:before {
  content: "←";
  /* padding:0 0 0 20px;*/
}

@media screen and (max-width: 780px) {
  button.btn {
    width: 100%;
    margin: 10px 0;
    box-sizing: border-box;
  }
}

/* Other_content */
.other_content {
  padding: 30px 0 50px;
  overflow: hidden;
}
@media screen and (max-width: 780px) {
  .other_content {
    padding: 30px 0 0;
  }
}
.other_content .with_line {
  margin: 0 0 15px;
}
.other_content .with_line:after {
  background: #bb9521;
}

.other_link {
  margin: 30px 0 0;
}
.other_link_btn {
  display: table;
  width: 430px;
  height: 100px;
  margin: 0 0 0 105px;
  float: left;
  background: #fff;
}
@media screen and (max-width: 780px) {
  .other_link_btn {
    width: 100%;
    margin: 0 0 20px;
  }
}
.other_link_btn:first-child {
  margin: 0 0 0 70px;
}
@media screen and (max-width: 780px) {
  .other_link_btn:first-child {
    margin: 0 0 20px;
  }
}
.other_link_btn .photo {
  display: table-cell;
  width: 145px;
  vertical-align: middle;
}
@media screen and (max-width: 780px) {
  .other_link_btn .photo {
    width: 100px;
  }
}
.other_link_btn .photo.info {
  background: url(../img/other_content_img4.jpg) no-repeat right center/cover;
}
.other_link_btn .photo.menu {
  background: url(../img/other_content_img1.jpg) no-repeat center center/cover;
}
.other_link_btn .photo.course {
  background: url(../img/other_content_img2.jpg) no-repeat right center/cover;
}
.other_link_btn .photo.plan {
  background: url(../img/other_content_img3.jpg) no-repeat right center/cover;
}
.other_link_btn .photo img {
  vertical-align: top;
}
.other_link_btn .label {
  display: table-cell;
  vertical-align: middle;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}
.other_link_btn .label .label_inner {
  display: block;
  position: relative;
  padding: 0 40px;
}
@media screen and (max-width: 780px) {
  .other_link_btn .label .label_inner {
    padding: 0 40px 0 30px;
  }
}
.other_link_btn .label .label_inner:after {
  content: ">";
  position: absolute;
  top: 50%;
  right: 20px;
  display: block;
  width: 30px;
  margin: -15px 0 0 0;
  padding: 0 0 0 10px;
  box-sizing: border-box;
  line-height: 30px;
  -webkit-transition: padding 0.4s;
  -moz-transition: padding 0.4s;
  transition: padding 0.4s;
}
@media screen and (max-width: 780px) {
  .other_link_btn .label .label_inner:after {
    right: 15px;
  }
}
.other_link_btn:hover .label {
  background: #bb9521;
  color: #fff;
}
.other_link_btn:hover .label .label_inner:after {
  content: "→";
}

/* Anchor */
.anchor {
  margin: 0 0 60px;
  padding: 30px 0;
  box-shadow: 0 0 0 1px #eee;
  background: #f7f7f7;
  border-top: 10px solid #fff;
  border-bottom: 10px solid #fff;
  font-size: 18px;
}
@media screen and (max-width: 780px) {
  .anchor {
    padding: 15px 0;
    border-top: 5px solid #fff;
    border-bottom: 5px solid #fff;
  }
}
.anchor .anchor_list {
  display: table;
  width: 1200px;
  margin: 0 auto;
}
.anchor .anchor_list.tablefix {
  table-layout: fixed;
}
@media screen and (max-width: 780px) {
  .anchor .anchor_list {
    width: 100%;
    table-layout: fixed;
  }
}
.anchor .anchor_list .child {
  display: table-cell;
  text-align: center;
}
@media screen and (max-width: 780px) {
  .anchor .anchor_list .child {
    vertical-align: top;
  }
}
.anchor .anchor_list .child .link {
  position: relative;
  display: block;
  padding: 30px 0;
  border-left: 1px solid #c9c9c9;
}
.wedding_anchor .anchor .anchor_list .child .link {
  border-left: 1px solid #fff;
}
@media screen and (max-width: 780px) {
  .anchor .anchor_list .child .link {
    padding: 10px 10px 25px 10px;
    line-height: 40px;
    font-size: 14px;
  }
  .anchor .anchor_list .child .link.line2 {
    line-height: 20px;
  }
}
.anchor .anchor_list .child .link:after {
  content: "";
  position: absolute;
  bottom: 10px;
  left: 50%;
  width: 15px;
  height: 15px;
  margin: 0 0 0 -11px;
  border-right: 1px solid #aaa;
  border-bottom: 1px solid #aaa;
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media screen and (max-width: 780px) {
  .anchor .anchor_list .child .link:after {
    bottom: 10px;
    width: 10px;
    height: 10px;
    margin: 0 0 0 -6px;
  }
}
.anchor .anchor_list .child:nth-of-type(1) .link {
  border: none;
}
.anchor.wedding_anchor {
  box-shadow: 0 0 0 1px #dcd4bc;
  background: #dcd4bc;
}
.anchor.wedding_anchor .anchor_list .child .link {
  border-left: 1px solid #fff;
}
.anchor.wedding_anchor .anchor_list .child .link:after {
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
}
.anchor.wedding_anchor .anchor_list .child:nth-of-type(1) .link {
  border: none;
}

/* pager */
.pager {
  display: table;
  margin: 60px auto;
  clear: both;
}
@media screen and (max-width: 780px) {
  .pager {
    margin: 40px auto;
  }
  .pager .page,
  .pager .extend {
    display: none;
  }
}
.pager a,
.pager span {
  display: inline-block;
  min-width: 50px;
  height: 50px;
  padding: 0 10px;
  margin: 0 5px;
  line-height: 48px;
  text-align: center;
  box-sizing: border-box;
  border: 1px solid #000;
}
.pager a:hover,
.pager span.current {
  border: 1px solid #bb9521;
  background: #bb9521;
  color: #fff;
}

.single_pager .next_link,
.single_pager .index_link,
.single_pager .prev_link {
  float: left;
  min-width: 50px;
  height: 50px;
  margin: 0 5px;
}
.single_pager .next_link a,
.single_pager .index_link a,
.single_pager .prev_link a {
  margin: 0;
}
.single_pager .index_link a {
  padding: 0 20px;
}
@media screen and (max-width: 780px) {
  .single_pager .index_link a {
    padding: 0 10px;
  }
}

/* blog */
.entry_meta {
  margin: -20px 0 40px;
  text-align: right;
}
@media screen and (max-width: 780px) {
  .entry_meta {
    margin: -10px 0 30px;
  }
}

.entry_body {
  overflow: hidden;
}
@media screen and (max-width: 780px) {
  .entry_body * {
    float: none;
    max-width: 100%;
  }
}

/* list */
.common_list li {
  text-indent: -1em;
  padding: 0 0 0 1em;
}
.common_list li:before {
  content: "◆";
}

.inline_list {
  margin: 20px 0;
}
.inline_list li {
  display: inline-block;
  white-space: nowrap;
  margin-right: 1em;
}

.num_list li {
  position: relative;
  padding: 0 0 0 3em;
}
.num_list li .num {
  position: absolute;
  top: 0;
  left: 0;
}

/* table */
.common_table1 {
  width: 100%;
  border: 1px solid #ccc;
  border-collapse: collapse;
}
.common_table1 th {
  width: 50px;
  padding: 10px 20px;
  font-weight: 500;
  color: #fff;
  background: #000;
  text-align: left;
  border: 1px solid #fff;
}
.common_table1 th.ttl{
    font-weight: 700;
    background: #bb9520;
}
.common_table1 dl{
    display: flex;
    margin-top: 10px;
}
.common_table1 dl dt{
    width: 100%;
    max-width: 80px;
    text-align: left;
    margin: 0 10px 0 0;
    font-weight: 700;
}
.common_table1 dl dd{
    width: 100%;
    text-align: left;
}
@media screen and (max-width: 780px) {
  .common_table1 th {
    padding: 10px;
    width: 80px;
  }
  .common_table1 th.ttl {
  text-align: center;
  }
  .common_table1 .bg_tr th {
  background: #FFF;
  }
  .common_table1 dl{
    flex-wrap:wrap;
  }
}
.common_table1 td {
  padding: 10px 20px;
  border: 1px solid #ccc;
  overflow: hidden;
}
@media screen and (max-width: 780px) {
  .common_table1 td {
    padding: 10px;
  }
}

.bg_bk .common_table1 {
  border: 1px solid #fff;
}
.bg_bk .common_table1 th {
  border: 1px solid #fff;
  background: rgba(255, 255, 255, 0.1);
}
.bg_bk .common_table1 td {
  border: 1px solid #fff;
}

.common_table2 {
  width: 100%;
  border: 1px solid #ccc;
  border-collapse: collapse;
}
.common_table2 th {
  width: 120px;
  padding: 10px 20px;
  font-weight: 500;
  background: #dcd4bc;
  text-align: left;
  border: 1px solid #fff;
}
@media screen and (max-width: 780px) {
  .common_table2 th {
    padding: 10px;
    width: 80px;
  }
}
.common_table2 td {
  padding: 10px 20px;
  border: 1px solid #ccc;
  overflow: hidden;
}
@media screen and (max-width: 780px) {
  .common_table2 td {
    padding: 10px;
  }
}

/* dl */
.common_dl dt {
  margin: 0 1em 0 0;
  float: left;
}
@media screen and (max-width: 780px) {
  .common_dl dt {
    margin: 0;
    float: none;
    font-weight: bold;
  }
}
.common_dl dd {
  overflow: hidden;
}

.label_dl {
  display: table;
}
.label_dl dt {
  display: table-cell;
  padding: 5px 10px;
  width: 16px;
  line-height: 1.1;
  border: 1px solid #bb9521;
  vertical-align: middle;
}
.label_dl dd {
  display: table-cell;
  padding: 5px 0 5px 15px;
  vertical-align: middle;
}

/* box */
.float_wrap {
  overflow: hidden;
}

@media screen and (min-width: 781px) {
  .double_box {
    width: 50%;
    float: left;
    box-sizing: border-box;
  }
  .double_box:nth-of-type(1) {
    padding: 0 10px 0 0;
  }
  .double_box:nth-of-type(2) {
    padding: 0 0 0 10px;
  }

  .triple_box {
    width: 33.333333%;
    float: left;
    box-sizing: border-box;
  }
  .triple_box:nth-of-type(1) {
    padding: 0 12px 0 0;
  }
  .triple_box:nth-of-type(2) {
    padding: 0 6px 0 6px;
  }
  .triple_box:nth-of-type(3) {
    padding: 0 0 0 12px;
  }
}
.page-access .map {
  max-width: 900px;
  margin: 0 auto;
}

/* -------------------------------------------------------*
* 3. Cosmetic
* -------------------------------------------------------*/
.bg_bk {
  background: url(../img/common_bg_bk.jpg);
  color: #fff;
}

.bg_wh {
  background: url(../img/common_bg_wh.png);
  color: #000;
}

.bg_wh2 {
  background: url(../img/common_bg_wh2.png);
  color: #000;
}

.bg_bl {
  background: url(../img/common_bg_bl.png);
  color: #fff;
}

.bg_rd {
  background: url(../img/common_bg_rd.png);
  color: #fff;
}

.bg_rd_wed {
  background: url(../img/effect_bg_wed.png) no-repeat right center/contain, url(../img/common_bg_rd.png);
  color: #fff;
}

.bg_gd {
  background: url(../img/common_bg_gd.png);
  color: #fff;
}

.bg_be {
  background: url(../img/common_bg_be.png) !important;
}

.bg_be2 {
  background: #dcd4bc;
}

.imgarea.chartered {
  background: url(../img/plan_img_chartered.jpg) no-repeat center center/cover;
}
.imgarea.shared {
  background: url(../img/plan_img_shared.jpg) no-repeat center 80%/cover;
}
.imgarea.cruiser {
  background: url(../img/plan_img_cruiser.jpg) no-repeat center 80%/cover;
}
.imgarea.wedding {
  background: url(../img/plan_img_wedding.jpg) no-repeat center center/cover;
}
.imgarea.tenpura1 {
  background: url(../img/dining_tenpura_1.jpg) no-repeat center center/cover;
}
.imgarea.tenpura2 {
  background: url(../img/dining_tenpura_2.jpg) no-repeat center center/cover;
}

.frame {
  padding: 30px;
  border: 1px solid #bb9521;
}
@media screen and (max-width: 780px) {
  .frame {
    padding: 15px;
  }
}

.with_square {
  font-size: 30px;
  font-weight: 500;
}
@media screen and (max-width: 780px) {
  .with_square {
    font-size: 28px;
    line-height: 1.3;
  }
}
.with_square:before {
  content: "◆";
  display: block;
  margin: 0 0 10px;
  text-align: center;
  color: #bb9521;
  font-size: 24px;
}

.with_line {
  margin: 50px 0 15px;
  font-size: 22px;
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 780px) {
  .with_line {
    font-size: 23px;
    line-height: 1.3;
  }
}
.with_line .large {
  font-size: 30px;
}
@media screen and (max-width: 780px) {
  .with_line .large {
    font-size: 25px;
  }
}
.with_line:after {
  content: "";
  display: block;
  width: 40px;
  height: 1px;
  margin: 5px auto 0;
  background: gold;
}

.bgimg_lead {
  margin: 40px 0 60px;
  padding: 50px 0;
  background: #333;
}
@media screen and (max-width: 780px) {
  .bgimg_lead {
    padding: 30px 0;
  }
}
.bgimg_lead.kashikiri_1 {
  background: url(../img/kashikiri_img_2.jpg) no-repeat center center/cover;
}
.bgimg_lead.food_ttl {
  background: url(../img/food_img_0.jpg) no-repeat center center/cover;
}
.bgimg_lead.food_ttl.pre {
  background: url(../img/food_img_0_1.jpg) no-repeat center center/cover;
}
.bgimg_lead.food_ttl_cruiser {
  background: url(../img/food_img_cruiser.jpg) no-repeat center center/cover;
}

.lead_inner {
  padding: 50px 0;
  text-align: center;
  color: #fff;
  font-size: 20px;
  line-height: 2.2;
  text-shadow: 0 0 5px #000, 0 0 5px #000;
}
@media screen and (max-width: 780px) {
  .lead_inner {
    padding: 20px 0;
    font-size: 16px;
    line-height: 1.8;
  }
}

.mask_bk {
  overflow: hidden;
  background: rgba(0, 0, 0, 0.45);
  color: #fff;
}
.mask_bk + .mask_bk {
  margin: 1px 0 0 0;
}

:not(body).date {
  display: inline-block;
  line-height: 20px;
}

:not(body).category {
  display: inline-block;
  margin: 0 0 0 10px;
  padding: 0 10px;
  line-height: 20px;
  color: #fff;
  background: #bb9521;
}
@media screen and (max-width: 780px) {
  :not(body).category {
    margin: 0 0 0 5px;
    padding: 0 5px;
  }
}

@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop, :not(body).category {
    padding: 5px 10px 0;
  }

  /* IE11 */
}
@media screen and (min-width: 781px) {
  .imgarea.tenpura1 + .txtarea,
  .imgarea.tenpura2 + .txtarea {
    padding-bottom: 50px;
  }

  .imgarea.tenpura1 + .txtarea * {
    width: 500px;
  }

  .imgarea.tenpura2 + .txtarea * {
    width: 500px;
    float: right;
  }
}
.gold {
  color: #bb9521;
}

.white {
  color: #fff;
}

.red {
  color: #d63939;
}

/* -------------------------------------------------------*
* 4. Utility
* -------------------------------------------------------*/
/* text */
.mincho {
  font-family: "Sawarabi Mincho", YuMincho, "游明朝", "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}

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

.tate {
  writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
}
@media screen and (max-width: 780px) {
  .tate {
    writing-mode: horizontal-tb;
    -ms-writing-mode: horizontal-tb;
    -webkit-writing-mode: horizontal-tb;
  }
}

.fs_60 {
  font-size: 60px;
}
@media screen and (max-width: 780px) {
  .fs_60 {
    font-size: 30px;
  }
}

.fs_48 {
  font-size: 48px;
}
@media screen and (max-width: 780px) {
  .fs_48 {
    font-size: 30px;
  }
}

.fs_38 {
  font-size: 38px;
}
@media screen and (max-width: 780px) {
  .fs_38 {
    font-size: 26px;
  }
}

.fs_34 {
  font-size: 34px;
}
@media screen and (max-width: 780px) {
  .fs_34 {
    font-size: 22px;
  }
}

.fs_30 {
  font-size: 30px;
}
@media screen and (max-width: 780px) {
  .fs_30 {
    font-size: 20px;
  }
}

.fs_24 {
  font-size: 24px;
}
@media screen and (max-width: 780px) {
  .fs_24 {
    font-size: 18px;
  }
}

.fs_20 {
  font-size: 20px;
}
@media screen and (max-width: 780px) {
  .fs_20 {
    font-size: 17px;
  }
}

.fs_18 {
  font-size: 18px;
}
@media screen and (max-width: 780px) {
  .fs_18 {
    font-size: 16px;
  }
}

.note {
  text-indent: -1em;
  padding-left: 1em;
}

.caption {
  margin: 0;
}

.caption_ttl {
  margin: 10px 0;
  padding: 0;
  font-size: 20px;
}

.number {
  font-family: "Crimson Text", "EB Garamond", YuMincho, "游明朝", "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}

.ct {
  text-align: center;
}

@media screen and (min-width: 781px) {
  .ct_pc {
    text-align: center;
  }
}

.txt_lt {
  text-align: left;
}

.txt_rt {
  text-align: right;
}

@media screen and (min-width: 781px) {
  .txt_rt_pc {
    text-align: right;
  }
}

.fl {
  float: left;
}

.fr {
  float: right;
}

@media screen and (min-width: 781px) {
  .fl_pc {
    float: left;
    margin-right: 40px;
  }

  .fr_pc {
    float: right;
  }
}
.ofauto {
  overflow: auto;
}

.ctbox {
  display: table;
  margin: 0 auto;
}

.flat {
  margin: 0 !important;
}

@media screen and (max-width: 780px) {
  .flat.last_section {
    padding-bottom: 50px;
  }
}

.mb0 {
  margin-bottom: 0 !important;
}

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

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

.mb15 {
  margin-bottom: 15px !important;
}

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

.pt50 {
  padding-top: 50px !important;
}
@media screen and (max-width: 780px) {
  .pt50 {
    padding-top: 30px !important;
  }
}

.pt80 {
  padding-top: 80px !important;
}
@media screen and (max-width: 780px) {
  .pt80 {
    padding-top: 30px !important;
  }
}

.pb50 {
  padding-bottom: 50px !important;
}
@media screen and (max-width: 780px) {
  .pb50 {
    padding-bottom: 30px !important;
  }
}

.pb80 {
  padding-bottom: 80px !important;
}
@media screen and (max-width: 780px) {
  .pb80 {
    padding-bottom: 30px !important;
  }
}

@media screen and (max-width: 780px) {
  .full {
    margin: 0 -15px;
  }
}

.hide {
  display: none;
}

.bxtab_hide {
  position: absolute !important;
  left: 0;
  top: 0;
  opacity: 0 !important;
  z-index: -1 !important;
  margin: 0 5px !important;
}
@media screen and (max-width: 780px) {
  .bxtab_hide {
    margin: 0 !important;
  }
}

.youtubewrap {
  max-width: 750px;
  margin: 50px auto;
  box-sizing: border-box;
}
@media screen and (max-width: 780px) {
  .youtubewrap {
    margin: 30px auto;
    padding: 0 15px;
  }
}
.youtubewrap .youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtubewrap .youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

/*
    Colorbox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}

#cboxWrapper {
  max-width: none;
}

#cboxOverlay {
  position: fixed;
  width: 100%;
  height: 100%;
}

#cboxMiddleLeft, #cboxBottomLeft {
  clear: left;
}

#cboxContent {
  position: relative;
}

#cboxLoadedContent {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

#cboxTitle {
  margin: 0;
}

#cboxLoadingOverlay, #cboxLoadingGraphic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow {
  cursor: pointer;
}

.cboxPhoto {
  float: left;
  margin: auto;
  border: 0;
  display: block;
  max-width: none;
  -ms-interpolation-mode: bicubic;
}

.cboxIframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
  padding: 0;
  margin: 0;
}

#colorbox, #cboxContent, #cboxLoadedContent {
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
}

/*
    User Style:
    Change the following styles to modify the appearance of Colorbox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay {
  background: #000;
  opacity: 0.9;
  filter: alpha(opacity=90);
}

#colorbox {
  outline: 0;
}

#cboxContent {
  background: #000;
}

.cboxIframe {
  background: #fff;
}

#cboxError {
  padding: 50px;
  border: 1px solid #ccc;
}

#cboxLoadedContent {
  background: #fff;
}

#cboxTitle {
  position: absolute;
  top: -20px;
  left: 0;
  color: #ccc;
}

#cboxCurrent {
  position: absolute;
  top: -20px;
  right: 0px;
  color: #ccc;
}

#cboxLoadingGraphic {
  background: url(images/loading.gif) no-repeat center center;
}

/* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
#cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {
  border: 0;
  padding: 0;
  margin: 0;
  overflow: visible;
  width: auto;
  background: none;
}

/* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
#cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {
  outline: 0;
}

#cboxSlideshow {
  position: absolute;
  top: -20px;
  right: 90px;
  color: #fff;
}

#cboxPrevious {
  position: absolute;
  top: 50%;
  left: 5px;
  margin-top: -32px;
  background: url(images/controls.png) no-repeat top left;
  width: 28px;
  height: 65px;
  text-indent: -9999px;
}

#cboxPrevious:hover {
  background-position: bottom left;
}

#cboxNext {
  position: absolute;
  top: 50%;
  right: 5px;
  margin-top: -32px;
  background: url(images/controls.png) no-repeat top right;
  width: 28px;
  height: 65px;
  text-indent: -9999px;
}

#cboxNext:hover {
  background-position: bottom right;
}

#cboxClose {
  position: absolute;
  top: 30px;
  right: 30px;
  display: block;
  background: url(../img/colorbox_close.png) no-repeat top center/contain;
  width: 31px;
  height: 31px;
  text-indent: -9999px;
}
@media screen and (max-width: 780px) {
  #cboxClose {
    width: 20px;
    height: 20px;
    top: 20px;
    right: 20px;
  }
}

@media screen and (max-width: 780px) {
  .page-kashikiri #cboxClose {
    opacity: 0;
  }
}

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


@media screen and (max-width: 780px) {
  .reserve_table .ninzu_list dt {
    width: 180px;
  }
  .reserve_table .ninzu_list dt .price {
    margin-right: 10px;
  }
  .reserve_table .ninzu_list {
    overflow: visible;
    width: 100%;
  }
  .reserve_table .ninzu_list dd {
    float: none;
  }
  .nyuji_caution {
    display: block;
    width: 60%;
    margin-top: 30px;
  }
  .reserve_table input[type="text"], .reserve_table input[type="email"] {
    width: 100%;
    max-width: 100%;
  }

}
.form_cautiontxt {
  font-size: 12px;
}
.mw_wp_form_confirm .form_cautiontxt {
  display: none;
}


.btn.confirmbtn._active {
  pointer-events: none;
  background: #bb9521;
  border: 1px solid #bb9521;
  color: #fff;
}

.english a {
  margin: 0 5px 0;
}
.english a:nth-of-type(4) {
  margin: 0 0 0 5px;
}
