/*!
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-family: "FP-ヒラギノUD明朝 StdN W6", "I-OTF-UD明朝KAPro D", 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: "FOT-テロップ明朝 Pro B", sans-serif;*/
/*   font-family: "FOT-マティス ProN B",  sans-serif;*/
font-family: "FOT-モード明朝Aラージ Pro B",  sans-serif;;
  letter-spacing: 2px;
}

.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-14fa674);
  text-decoration: none;
}

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

/*---------メニューページ------------*/
.page_ttl {
  position: relative;
  border: 8px solid #613100;
}

.page_ttl:before {
  position: absolute;
  top: 6px;
  left: 6px;
  width: calc(100% - 12px);
  height: calc(100% - 12px);
  content: '';
  border: 2px solid #613100;
}


.menu-title {
  margin-bottom: -10px;
  margin-top: 1em;
}
.menu-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 1em;
  color: var(--e-global-color-ba90d98);
}
.menu-height {
  line-height: 1.4em;
  margin: 0;
}
.desc {
  font-size: 85%;
  line-height: 1.5em;
  margin: 0 0 0;
  color: #7e5505;
  clear: both;
}
.text-right {
  display: block;
  text-align: right;
}
.s-font {
  font-size: 85%;
  display: block;
  color: #ad3547;
  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%;
  }
}


/*メニューページ項目タイトル*/
.menu_ttl {
  font-size: 22px;
}

.menu_ttl span {
  display: flex;
  align-items: center;
  color: #A67C22;
  font-size: 18px;
  font-family: "andalus", sans-serif;
    font-style: normal;
    
}

.menu_ttl span::before {
  content: '';
  display: inline-block;
  margin-right: 20px;
  width: 40px;
  height: 1px;
  background-color: #A67C22;
}

/*TB表示調整*/
@media only screen and (min-width: 768px) and (max-width: 1279px) {
.menu_ttl {
  font-size: 18px;
}
}

@media screen and (max-width: 767px) {
    .menu_ttl {
  font-size: 18px;
}
.menu_ttl span {
  font-size: 14px;
}
.menu_ttl span::before {
  margin-right: 16px;
}
}



/*--------コースページ-----------*/
h3.ttl_ribbon {
  position: relative;
  display: inline-block;
  margin: 1rem 0 1rem -30px;
  padding: 1rem 1rem 1rem 1.8rem;
  color: #fff;
  background: #a67c22;
  /*box-shadow: 3px 3px 5px rgba(0, 0, 0, .2);*/
}

h3.ttl_ribbon:before {
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 0;
  height: 0;
  content: '';
  border-top: 10px solid #755413;
  border-left: 10px solid transparent;
  
}
h3.ttl_ribbon:after {
  position: absolute;
  display: block;
  content: '';
  top: 0;
  right: -40px;
  border: 30px solid #a67c22;
  border-right-width: 15px;
  border-right-color: transparent;
  padding-bottom: 1px;
}

h3.ttl_ribbon[data-type="top"]:after {
  padding-bottom: 0;
}

@media (max-width:767px){
h3.ttl_ribbon {
  margin: 1rem 0 1rem -24px;
  font-size: 16px;
}

h3.ttl_ribbon:after {
  padding-bottom: 0;
}
}


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

.home .header {
  background: none !important;
  transition: background-color 0.8s, color 0.8s !important;
}
.home .header.change-color {
  background-color: #000 !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;
  color: #fff !important;
  transition: 0.5s;
}
.rsv a:hover {
  opacity: 0.8;
}
.rsv.reserve a {
  background-color: var(--e-global-color-e19051d);
  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: #fff !important;
}
.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;
  }
}

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

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

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

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

.index_button a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    margin: 0 auto;
    padding: 1em 2em;
    width: 230px;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    background-color: #a67c22;
    transition: 0.3s;
}

.index_button a::before {
    content: '';
    position: absolute;
    bottom: -7px;
    right: -7px;
    width: 100%;
    height: 2px;
    background-color: #a67c22;
    transition: 0.2s ease 0s;
}

.index_button a::after {
    content: '';
    position: absolute;
    top: 7px;
    right: -7px;
    width: 2px;
    height: 100%;
    background-color: #a67c22;
    transition: 0.2s ease 0.2s;
}

.index_button a:hover::before {
    width: 0%;
}

.index_button a:hover::after {
    height: 0%;
}

.index_button a:hover {
    text-decoration: none;
    background-color: #ce9f42;
    color: #fff;
}


.index_button a[data-type="transparent"] {
    color: #fff;
    background: transparent;
    border: 1px solid #fff;
  }

.index_button a[data-type="transparent"]::before {
    background-color: #fff;
}

.index_button a[data-type="transparent"]::after {
    background-color: #fff;
}

.index_button a[data-type="transparent"]:hover {
    text-decoration: none;
    background-color: #ffffff66;
    color: #fff;
}


@media screen and (max-width: 767px) {
    .index_button a {
        width: 200px;
        padding: 15px 25px;
    }
}

/*タブレット時の調整*/

.tb_only {
  display: none;
}

@media (768px <= width <= 1024px) {
  .tb_only {
    display: block !important;
  }
}
