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

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

body {
  margin: 0;
  padding: 0;
  font-family: "TsukuAOldMinPr6-L", 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: "IwaOMinPro-Md", sans-serif;
}

.elementor a {
  color: #fff;
}

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

.menutxt_eng {
  padding-top: 1em;
  font-size: 0.8em;
  color: var(--e-global-color-7d40998);
}

.small {
  font-size: 0.8em;
  color: var(--e-global-color-7d40998);
  display: block;
  margin-bottom: -20px;
  margin-top: 0;
  line-height: 1em;
}

.price {
  display: inline-block;
}

/* #footer_main a:link,
#footer_main a:visited {
color: #ffffff;
text-decoration: underline;
}
#footer_main a:hover {
color: #ffffff;
text-decoration: none;
} */
.sp_only {
  display: none;
}

.tb_only {
  display: none;
}

.default-table {
  border-top: 1px solid #c7c7c7;
  border-left: 1px solid #c7c7c7;
}

.default-table tbody tr th,
.default-table tbody tr td {
  border-right: 1px solid #c7c7c7;
  border-bottom: 1px solid #c7c7c7;
  padding-top: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  background: #fef8e8;
}

.default-table tbody tr th {
  font-weight: normal;
  text-align: left;
  background-color: #ad7403;
  width: 300px;
  color: #fcf4e0;
}

.default-table td input,
.default-table td textarea {
  padding: 10px;
  /* padding:6px;*/
}

#contact_submit {
  text-align: center;
  padding-top: 30px;
}

#contact_submit input {
  padding: 6px;
  margin: 10px;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
select,
textarea {
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 8px 12px;
  border: 1px solid #ebeced;
  background-color: #fff;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
select:focus,
textarea:focus {
  outline: none;
  -webkit-box-shadow: 0 5px 32px rgba(103, 122, 141, 0.17);
  box-shadow: 0 5px 32px rgba(103, 122, 141, 0.17);
}

button:focus,
input[type="submit"]:focus,
input[type="reset"]:focus {
  outline: none;
}

input[type="submit"],
input[type="reset"] {
  font-size: 11px;
  font-size: 0.9em;
  /* font-size: 0.6875rem;*/
  font-weight: 600;
}

select {
  border: 1px solid #ebeced;
  padding: 10px;
}

textarea {
  min-height: 150px;
  resize: vertical;
  overflow: auto;
}

::-moz-placeholder {
  opacity: 1;
}

:-moz-placeholder {
  opacity: 1;
}

/*---reCAPTCHA v3---*/
.grecaptcha-badge {
  visibility: hidden;
}

.recaptcha {
  font-size: 13px;
  color: #797979;
}

.reserve_caution {
  margin-bottom: 30px;
  background-color: #fef8e8;
  padding: 20px;
}

.reserve_caution strong {
  font-size: 1.1em;
  font-weight: bold;
}

.reserve_caution h3 {
  font-size: 20px;
  font-weight: bold;
  padding: 8px;
  border-left: 5px solid #ad7403;
}

.caution_tel {
  width: 180px;
  height: 50px;
}

.caution_tel a {
  display: block;
  color: #fff;
  background-color: #b20000;
  text-align: center;
  font-size: 14px;
  padding: 10px;
  text-decoration: none;
}

[date-tel="pc_only"] {
  width: 180px;
  height: 50px;
  color: #fff;
  background-color: #b20000;
  text-align: center;
  font-size: 14px;
  padding: 10px;
}

.marker {
  background: linear-gradient(transparent 50%, rgba(255, 220, 123) 50%);
  display: inline;

  /* 背景の繰り返しを停止 */
  background-repeat: no-repeat;

  /* マーカーの横方向を0にして縮める */
  background-size: 0% 100%;

  /* マーカーが引かれる速度を指定 */
  transition: background-size 1.5s;
}

/* マーカーが引かれる際に付与するクラス */
.marker.on {
  /* 横方向を100%にして、マーカーを引く */
  background-size: 100% 100%;
}

/* 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;
  color: #fff;
  transition: 0.5s;
}

.rsv a:hover {
  opacity: 0.8;
}

.rsv.header a {
  background-color: var(--e-global-color-accent);
  padding: 18px 0;
  line-height: 1px;
  width: 150px;
  text-align: center;
  font-size: 18px;
}

.rsv.header.sp a {
  width: 200px;
  margin: 0 auto;
}

.rsv.footer a {
  text-align: center;
}

.rsv.footer a span {
  text-align: center;
  font-size: 14px;
  display: block;
}

.rsv.footer a i {
  font-size: 22px;
  margin-bottom: 10px;
}

/* 送る＞ポップアップ調整 */
.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;
  }
}

/* TAB ------------------------------------------
------------------------------------------------ */
@media acreen and (min-width: 768px) {
  .pc_only {
    display: none;
  }

  .sp_only {
    display: none;
  }

  .tb_only {
    display: block;
  }
}

/* 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; */
  }

  .tb_only {
    display: none;
  }

  .default-table tbody tr th,
  .default-table tbody tr td {
    display: block;
  }

  .default-table tbody tr td input,
  .default-table tbody tr td textarea {
    max-width: 280px;
  }

  .default-table tbody tr th {
    width: 100%;
  }

  .elementor-133
    .elementor-element.elementor-element-d8f610e
    .elementor-heading-title {
    font-size: 28px;
    line-height: 1.5em;
  }

  _:lang(x) + _:-webkit-full-screen-document,
  input[type="submit"],
  input[type="reset"] {
    font-size: 1.1em;
    /* font-size: 0.6875rem;*/
    font-weight: 600;
  }

  .reserve_caution strong {
    font-size: 18px;
    line-height: 1.8;
  }
}

/* 縦書き */
section#tategaki {
  /* color: #43220A; */
  height: 550px;
}

[date-type="tategaki"] {
  position: relative;
  writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

section#tategaki h1 {
  font-size: 30px;
  line-height: 1.5;
  margin: 0;
}

section#tategaki h2 {
  font-size: 20px;
  letter-spacing: 0.2em;
}

section#tategaki p {
  font-size: 16px;
  letter-spacing: 0.2em;
  line-height: 2.2em;
}

@media screen and (min-width: 768px) {
  section#tategaki h1 {
    font-size: 24px;
  }

  section#tategaki h2 {
    font-size: 26px;
  }
}

@media screen and (max-width: 767px) {
  section#tategaki h1 {
    font-size: 20px;
    height: 300px;
  }

  section#tategaki h2 {
    font-size: 22px;
    letter-spacing: 0.2em;
  }

  section#tategaki p {
    font-size: 15px;
    line-height: 2em;
  }

  section#tategaki {
    height: 390px;
  }
}

.vertical-title {
  writing-mode: vertical-rl;
  text-align: left;
  font-family: serif;
  font-size: 22px;
  display: inline-block;
  vertical-align: top;
}

.vertical-title span {
  display: inline-block;
  margin: 2px 0;
}

.vertical-title .number {
  transform: rotate(-90deg);
  display: inline-block;
  margin: 6px auto;
}

.menu-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 1.2em;
  color: #080d25;
  line-height: 1.4em;
  letter-spacing: 1.2px;
  font-size: 15px;
}

.menu-height {
  line-height: 1.4em;
  margin: 0;
}

@media (max-width: 767px) {
  .menu-box,
  .menu_item {
    font-size: 14px;
  }
}

.desc {
  font-size: 13px;
  color: #575757;
  margin: 5px 0;
  letter-spacing: 1.1px;
  line-height: 1.4em;
}

.elementor-posts .elementor-post__title {
  font-size: 16px !important;
  margin: 0;
}

@media (max-width: 767px) {
  .elementor-posts .elementor-post__title {
    font-size: 15px !important;
    margin: 0;
  }
}

@media (min-width: 768px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}
