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

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

body{
	margin:0;
	padding:0;
	font-family: IwaKaiPro-Db, -apple-system, BlinkMacSystemFont, "Helvetica Neue",
    YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial,
    "メイリオ", 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: IwaKai-Eb, sans-serif;*/
  font-family: "FOT-万葉行書 Std E", sans-serif;
  /*	font-family: "TsukuBMinPr6-HV", 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: 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;
}



/*---------メニューページ------------*/
.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: #ad3547;
    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%;
}
}

/* #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 .8s, color .8s!important;
}
.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;
	color: #000!important;
	transition: .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;
}
.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;
}

@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;
    }
}
