/*!
Theme Name: gatewing-vr17
Text Domain: gatewing-vr17
*/

/*body {
    padding: 0;
    margin: 0;
    font-family: "IwaOGoPro-Md","Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;
    
}


h1, h2, h3, h4, h5, h6{
    font-family: "IwaUDGoDspPro-Eb";
}
*/


body {
    padding: 0;
    margin: 0;
    /* font-family: 'TsukuAOldMinPr6-M', */
    font-family: 'TsukuAOldMinPr6N-M',
    Arial,
    "Hiragino Kaku Gothic ProN",
    "Hiragino Sans",
    Meiryo,
    sans-serif;
}


h1, h2, h3, h4, h5, h6{
    font-family: "GaramondPremrPro-BdItDisp", serif;
    /* font-family: "Zen Old Mincho", serif; */
    font-weight: 400;
}


a.footer_privacy{
    color: #fff;
    /* color: var(--e-global-color-text); */
    text-decoration: underline;
}
a.footer_privacy:hover{
    /* color: #FFFCF4; */
    color: #ffffff9d;
}

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

.button-20 {
  outline: 1px solid #ffffff;
  display: block;
  position: relative;
  box-sizing: border-box;
  max-width: 220px;
  text-align: center; 
  padding: 18px 15px;
  margin: 24px;
  margin-inline: auto;
  text-decoration: none;
  cursor: pointer;
  z-index:99;
  transition: all 0.3s;
}

.button-20 ::before {
  content: "";
  position: absolute;
  top: 7px;
  left: 7px;
  width: 100%;
  height: 100%;
  background: var(--e-global-color-3612f13);
  z-index:-999;
  transition: all 0.3s ease;
}

.button-20 :hover::before {
  top: 0;
  left: 0;
  transition: all 0.3s;
}
.button-20 a {
  display: block;
  width: 100%;
  height: 100%;
  color: inherit;
  text-decoration: none;
}

.button-21 {
  outline: 1px solid #333;
  display: block;
  position: relative;
  box-sizing: border-box;
  max-width: 220px;
  text-align: center; 
  padding: 18px 15px;
  margin: 24px;
  margin-inline: auto;
  text-decoration: none;
  cursor: pointer;
  z-index:99;
  transition: all 0.3s;
}

.button-21 ::before {
  content: "";
  position: absolute;
  top: 7px;
  left: 7px;
  width: 100%;
  height: 100%;
  background: var(--e-global-color-3612f13);
  z-index:-999;
  transition: all 0.3s ease;
}

.button-21 :hover::before {
  top: 0;
  left: 0;
  transition: all 0.3s;
} 

.button-21 a {
  display: block;
  width: 100%;
  height: 100%;
  color: inherit;
  text-decoration: none;
}


.button-22 {
  outline: 1px solid #111;
  display: block;
  position: relative;
  box-sizing: border-box;
  max-width: 220px;
  text-align: center; 
  padding: 18px 15px;
  margin: 24px;
  margin-inline: auto;
  text-decoration: none;
  cursor: pointer;
  z-index:99;
  transition: all 0.3s;
}

.button-22 ::before {
  content: "";
  position: absolute;
  top: 7px;
  left: 7px;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index:-999;
  transition: all 0.3s ease;
}

.button-22 :hover::before {
  top: 0;
  left: 0;
  transition: all 0.3s;
}
.button-22 a {
  display: block;
  width: 100%;
  height: 100%;
  color: inherit;
  text-decoration: none;
}
/*---------予約ぼたん------------*/

.rsv_btn {
  outline: 1px solid #333;
  display: block;
  position: relative;
  box-sizing: border-box;
  max-width: 220px;
  text-align: center; 
  padding: 8px 13px;
  /* margin: 24px;
  margin-inline: auto;
  text-decoration: none;
  cursor: pointer; */
  z-index:999;
  transition: all 0.3s;
}

.rsv_btn ::before {
  content: "";
  position: absolute;
  top: 7px;
  left: 7px;
  width: 100%;
  height: 100%;
  background: var(--e-global-color-3612f13);
  z-index:-999;
  transition: all 0.3s ease;
}

.rsv_btn :hover::before {
  top: 0;
  left: 0;
  transition: all 0.3s;
}

@media (max-width:767px){

.rsv_btn {
  padding: 1px 5px;
  background: var(--e-global-color-accent);
  outline: 1px solid #fff;
}
.rsv_btn ::before{
    display: none;
}
}


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

.ttl_new h3 .new{
    text-align: center;
    vertical-align: middle;
    font-size: 0.5em;
    color: #ffffff;
    background-color: #8F1E1C;
    padding: 0.2em 0.3em;
    margin-top: 0.1em;
    margin-right: 0.5em;
    line-height: 1.4;
}

/* .gtranslate_wrapper{
    position: ;
} */

.elementor-slideshow__footer, .elementor-slideshow__header {
    width: calc(100% - 66px)!important;
}

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


/* ipad pc -----------------------*/
@media screen and (min-width:768px) {
    .sp_only {
        display: none !important;
    }
}

/* sp ---------------------------*/
@media (max-width:767px) {
    .pc_only {
        display: none !important;
    }
}



