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

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

body{
	margin:0;
	padding:0;
	font-family: "FOT-筑紫ゴシック Pro B","FOT-ニューセザンヌ Pro M","丸明オールド StdN R", sans-serif
    Arial, 
    "Hiragino Kaku Gothic ProN",
    "Hiragino Sans",
    Meiryo,
    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: "HG羽衣E","AH白洲毛筆太楷書体W3","HGS創英太楷書体","FOT-清御隷書体 StdN R", sans-serif;
	letter-spacing: 2px;
	}

.elementor a {
	    color: var(--e-global-color-secondary);
      transition: all .5s;
}
.single-post .elementor-widget-theme-post-content a,
.single-post .elementor-widget-theme-post-content a:visited {
  color: var(--e-global-color-text);
  text-decoration: none;
}
.offcampus{
    font-family: "HG羽衣E", "AH白洲毛筆太楷書体W3", "HGS創英太楷書体", "FOT-清御隷書体 StdN R", sans-serif;
}


.menutxt_eng {
	padding-top: 1.0em;
	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;
}

.bdt-offcanvas-bar {
  --bdt-inverse: light;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -270px;
  box-sizing: border-box;
  width: 270px;
  padding: 20px 20px;
  /* background: #111111 !important; */
  overflow-y: auto;
}



/*---------メニューページ------------*/
.menu-title{
  margin-bottom: -10px;
  margin-top: 1em;
}
.menu-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: left;
    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: 5px 0 0 0;
    color: #c9171e;
    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;
}

/* index 縦書き */
.tategaki {
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  text-orientation: upright;
  padding: 30px;
  display: inline-block;
  color:#fff;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.8);
}

.tategaki h1 {
  font-size: 2em;
  margin:0 0 0 60px;
  line-height: 1.4;
}


@media (max-width:767px){
  .menu-box, .menu_title, .text-right {
      font-size: 14px;
  }
  .desc{
    font-size: 75%;
  }
  .s-font {
    font-size: 75%;
}
.tategaki{
  writing-mode: horizontal-tb;
    padding: 0;
}
.tategaki h1 {
  font-size: 1.5em;
  line-height: 1.5;
  margin: 0;

}

}
.single-post .elementor .elementor-widget-theme-post-content a {
  text-decoration: underline;
  color: var(--e-global-color-accent);
}
.news-bg {
        background-color: #da5333;
        background-image: linear-gradient(45deg, #d34b2b 25%, transparent 25%, transparent 75%, #d34b2b 75%, #d34b2b),
        linear-gradient(45deg, #d34b2b 25%, transparent 25%, transparent 75%, #d34b2b 75%, #d34b2b);
        background-size: 40px 40px;
        background-position: 0 0,
        20px 20px;
        position: relative;
        z-index: 1;
      }

.sp_only {
	display: none;
}

.home .header{
	background: none!important;
	transition: background-color .8s, color .8s!important;
}
.home .header.change-color{
	background-color: none!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;
}


/* 貸切ページ */
.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: .5s;
}
.rsv a:hover {
	opacity: 0.8;
}
.rsv.reserve a {
  color: var(--e-global-color-secondary);
	background-color: var( --e-global-color-accent );
	padding: 17px 0;
	line-height: 1px;
	width: 150px;
    text-align: center;
    font-size: 18px;
}
.rsv.reserve.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;
}
}


/* 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_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: 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: '';
  position: absolute;
  top: 50%;
  right: -2em;
  transform: translateY(-50%);
  width: 70px;
  height: 1px;
  background-color: #fff;
  transition: 0.3s;
}

.index_btn a:hover {
  text-decoration: none;
  background-color: rgb(255, 255, 255, 0.2);
}

.index_btn a:hover::before,
.index_btn a:hover::after {
  right: -2.5em;
}

.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: 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: '';
  position: absolute;
  top: 50%;
  right: -2em;
  transform: translateY(-50%);
  width: 70px;
  height: 1px;
  background-color: #000;
  transition: 0.3s;
}

.index_btn_2 a:hover {
  text-decoration: none;
  background-color: rgb(0, 0, 0, 0.2);
}

.index_btn_2 a:hover::before,
.index_btn_2 a:hover::after {
  right: -2.5em;
} */

/*== ボタン共通設定 */
.btn {
  /*アニメーションの起点とするためrelativeを指定*/
  position: relative;
 overflow: hidden;
  transition: ease .2s;
    font-family: "HG羽衣E", "AH白洲毛筆太楷書体W3", "HGS創英太楷書体", "FOT-清御隷書体 StdN R", sans-serif;
}

.btn span{
  position: relative;
  z-index: 5;
}

/*== 背景が流れる（斜め） */
.bgskew::before {
  content: '';
  position: absolute;
  top: 0;
    left: -130%;
  background: #ffffff;
  width: 120%;
  height: 100%;
  transform: skewX(-25deg);
}

/*hoverした時のアニメーション*/
.bgskew:hover::before {
  animation: skewanime .5s forwards;
  /*アニメーションの名前と速度を定義*/
}
.btn-pink:hover span
{color: #B04369;

}
.btn-orange:hover span {
  color: #E45D00;
}

@keyframes skewanime {
  100% {
    left: -10%;
    /*画面の見えていない左から右へ移動する終了地点*/
  }
}

@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;
    }
    .rsv.reserve a {
      padding: 16px 0;
      line-height: 1px;
      width: 90px;
        text-align: center;
        font-size: 12px;
    }
}

/* アニメーションカスタマイズ */
@keyframes fadeInUp {
  from {
      opacity: 0;
      transform: translate3d(0,20%,0)!important
  }
}
@keyframes fadeInRight {
  from {
      opacity: 0;
      transform: translate3d(20%,0,0)!important
  }
}
@keyframes fadeInLeft {
  from {
      opacity: 0;
      transform: translate3d(-20%,0,0)!important
  }
  to {
    opacity: 1;
    transform: none
}
}
@keyframes fadeInDown {
  from {
      opacity: 0;
      transform: translate3d(0,-20%,0)!important
  }
}