/*!
Theme Name: gw-custom-vr12
Text Domain: gw-custom-vr12
*/

/*
* {
outline: 1px solid magenta;
}*/

body {
  margin: 0;
  padding: 0;
  font-family: "FOT-筑紫明朝 Pr6N R", Arial, "Hiragino Kaku Gothic ProN",
    "Hiragino Sans", Meiryo, sans-serif;
  font-size: 16px;
  line-height: 1.8em;
  font-weight: 300;
}

body {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5 {
  font-family: MotoyaReisyoStd-W6, serif;
  letter-spacing: 2px;
}

.font {
  font-family: MotoyaReisyoStd-W6, serif;
}

.elementor a {
  color: #000;
}
.single-post .elementor-widget-theme-post-content a,
.single-post .elementor-widget-theme-post-content a:visited {
  color: var(--e-global-color-accent);
  text-decoration: none;
}

.menutxt_eng {
  padding-top: 1em;
  font-size: 0.8em;
  color: var(--e-global-color-7d40998);
}
.small {
  font-size: 0.85em;
  color: var(--e-global-color-accent);
  display: block;
  /*    margin-bottom: -10px;*/
  margin-top: 0;
  line-height: 1.7em;
}
.price {
  display: inline-block;
}

/*---------メニューページ------------*/
.menu-title {
  margin-bottom: -10px;
  margin-top: 1em;
}
.menu-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 1em;
  text-align: right;
}
.menu-box:first-child {
  padding-top: 0;
}
.menu-height {
  line-height: 1.4em;
  margin: 0;
  text-align: left;
}
.desc {
  font-size: 85%;
  line-height: 1.5em;
  margin: 0 0 0;
  color: var(--e-global-color-accent);
  clear: both;
}
.text-right {
  display: block;
  text-align: right;
}
.s-font {
  font-size: 85%;
  display: block;
  color: var(--e-global-color-accent);
  margin-bottom: -20px;
  margin-top: 0;
  line-height: 1.2em;
}

@media (max-width: 767px) {
  .menu-box,
  .menu_title,
  .text-right {
    font-size: 14px;
  }
  .desc {
    font-size: 75%;
  }
  .s-font {
    font-size: 75%;
  }
}

.sp_only {
  display: none;
}
.header {
  background-color: var(--e-global-color-primary);
}
.home .header {
  background-color: rgba(23, 8, 5, 0) !important;
}
body.home .header.change-color {
  background-color: var(--e-global-color-primary) !important;
}

/* Alignments
--------------------------------------------- */
.alignleft {
  /*rtl:ignore*/
  float: left;

  /*rtl:ignore*/
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}

.alignright {
  /*rtl:ignore*/
  float: right;

  /*rtl:ignore*/
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em;
}

/*.frame::before, .frame::after {
    content: '';
    position: absolute;
    transform: rotate(-35deg);
    width: 70px;
    height: 25px;
    background-color: var(--e-global-color-primary );
    z-index: 0;
}
.frame.white::before, .frame.white::after {
	background-color: var(--e-global-color-7d40998 );
}
.frame::before {
	top: -10px;
    left: -25px;
    border-bottom: 1px solid var( --e-global-color-accent );
}
.frame::after {
	bottom: -10px;
    right: -25px;
    border-top: 1px solid var( --e-global-color-accent );
}*/
/* 貸切ページ */
.party_ttl {
  display: inline-block;
  position: relative;
  border-top: solid 2px var(--e-global-color-7d40998);
  border-bottom: solid 2px var(--e-global-color-7d40998);
}
.party_ttl:before,
.party_ttl:after {
  content: "";
  position: absolute;
  top: -7px;
  width: 2px;
  height: -webkit-calc(100% + 14px);
  height: calc(100% + 14px);
  background-color: var(--e-global-color-7d40998);
}
.party_ttl:before {
  left: 7px;
}
.party_ttl:after {
  right: 7px;
}

/* 個人情報保護方針 */
.privacy_policy h3 {
  margin-bottom: 0;
  margin-top: 40px;
}

/* 予約リンク */
.rsv a {
  display: block;
  text-decoration: none;
  transition: 0.5s;
}
.rsv a:hover {
  opacity: 0.8;
}
.rsv.reserve a {
  background-color: var(--e-global-color-6fa6bb9);
  padding: 18px 0;
  line-height: 1px;
  width: 150px;
  text-align: center;
  font-size: 18px;
}
.rsv.reserve.sp a {
  width: 200px;
  margin: 0 auto;
}
.rsv.reserve.sp a i {
  color: #000 !important;
}
.rsv.footer a {
  text-align: center;
  color: #fff;
}
.rsv.footer a span {
  text-align: center;
  font-size: 14px;
  display: block;
  margin-top: -9px;
}
.rsv.footer a i {
  font-size: 22px;
  margin-bottom: 0px;
}

/* 送る＞ポップアップ調整 */
.elementor-popup-modal div.dialog-widget-content {
  border-radius: 3px;
}
.elementor-popup-modal a.dialog-close-button {
  top: 8px;
  right: 8px;
}

@media (max-width: 1024px) {
  html {
    overflow-x: hidden !important;
  }
  body {
    overflow-x: hidden !important;
  }
}

/* sp ------------------------------------------
------------------------------------------------ */
@media (max-width: 767px) {
  html,
  body {
    /* display:inline-block; */
    overflow-x: hidden;
  }

  img {
    width: 100%;
  }

  .wrap {
    overflow-x: hidden;
  }
  .pc_only {
    display: none;
  }
  .sp_only {
    display: block;
    /* display: inline-block; */
  }
  .elementor-widget-icon-box.elementor-mobile-position-top
    .elementor-icon-box-icon {
    margin-bottom: -12px !important;
  }
}

/* frame ------------------------------------------
------------------------------------------------ */
.frame::before {
  content: "";
  border: 1px solid #a18b54;
  position: absolute;
  top: 30px;
  right: -30px;
  width: 100%;
  height: 100%;
}

.frame_2::before {
  content: "";
  border: 1px solid #a18b54;
  position: absolute;
  top: -30px;
  right: 30px;
  width: 100%;
  height: 100%;
}

/* ボタン ------------------------------------------
------------------------------------------------ */

.index_btn a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  padding: 1em 2em;
  width: 300px;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  background-color: rgb(0, 0, 0, 0);
  transition: 0.3s;
  border-bottom: 1px solid #fff;
}

.index_btn a::before {
  /* content: ''; */
  position: absolute;
  top: calc(50% - 2px);
  right: -2em;
  transform: translateY(calc(-50% - 2px)) rotate(30deg);
  width: 12px;
  height: 1px;
  background-color: #fff;
  transition: 0.3s;
}

.index_btn a::after {
  content: "＞";
  text-align: center;
  padding-left: 3px;
  line-height: 36px;
  position: absolute;
  top: calc(50% - 20px);
  right: 0px;
  width: 40px;
  height: 40px;
  transition: 0.3s;
  border-radius: 20px;
}

.index_btn_2 a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  padding: 1em 2em;
  width: 230px;
  color: #000;
  font-size: 18px;
  font-weight: 700;
  background-color: rgb(0, 0, 0, 0);
  transition: 0.3s;
  border-bottom: 1px solid #000;
}

.index_btn_2 a::before {
  /* content: ''; */
  position: absolute;
  top: calc(50% - 2px);
  right: -2em;
  transform: translateY(calc(-50% - 2px)) rotate(30deg);
  width: 12px;
  height: 1px;
  background-color: #000;
  transition: 0.3s;
}

.index_btn_2 a::after {
  content: "＞";
  text-align: center;
  padding-left: 3px;
  line-height: 36px;
  position: absolute;
  top: calc(50% - 20px);
  right: 0px;
  /* transform: translateY(-50%); */
  width: 40px;
  height: 40px;
  /* background-color: #000; */
  transition: 0.3s;
  /* background-color: #ddd; */
  border-radius: 20px;
}
.index_btn a:hover,
.index_btn_2 a:hover {
  text-decoration: none;
  opacity: 0.7;
}
.index_btn a:hover::before,
.index_btn a:hover::after,
.index_btn_2 a:hover::before,
.index_btn_2 a:hover::after {
  right: -0.5em;
}

@media screen and (min-width: 768px) {
  .index_btn a {
    width: 230px;
  }
  .index_btn_2 a {
    width: 230px;
  }
}

@media screen and (max-width: 767px) {
  .index_btn a {
    width: 200px;
    font-size: 16px;
  }
  .index_btn_2 a {
    width: 200px;
    font-size: 16px;
  }
}
