@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@500;600;700&family=Zen+Kaku+Gothic+New:wght@400;500;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@200;400;500;600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Sofia+Sans+Condensed:ital,wght@0,700;0,800;1,700;1,800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Abril+Fatface&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Hind:wght@700&display=swap');
/***********************
        COMMON
*************************/

/* *{
    border: 2px solid red;
} */
html {
	font-size: 62.5%;/* 16px x 0.625 = 10px(=1rem) */
}
body {
font-family: 'Zen Kaku Gothic New', "游ゴシック体", YuGothic, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", "ヒラギノ角ゴ ProN W6", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
background-color: #171616;
font-size: 1.6rem;/* 16px */
}

.body_inner{
        min-width: 740px;
        background: url( "../images/bg-line1.png" ), url( "../images/bg-line2.png" ), url( "../images/bg-line3.png"), url( "../images/bg-line4.png" ) ;
        background-size: 48%, 100%, 100%, 100%;
        background-repeat: no-repeat, no-repeat, no-repeat, no-repeat ;
        background-position: left 0% top 15%, right 0% top 29%, right 0% top 80%, right 0% bottom 0%;
        background-blend-mode: hard-light, hard-light, hard-light, hard-light ;
}

/* .body_inner{
  min-width: 740px;
  background: url( "../images/bg-line1.png" );
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: right 0% top 50%;
  background-blend-mode: hard-light;
} */

.flex{
    display: flex;
}

.CB{
    clear: both;
}
*:focus {
    outline: none;
  }
a {
  -webkit-tap-highlight-color:rgba(0,0,0,0);
  cursor:pointer;
    text-decoration: none !important;
    word-wrap:break-word;
}

p a:link {
  color: #CC7667;
  
  
}
p a:visited {
  color: #CC7667;
  
}
.links {
  padding-bottom: 2px;
  text-decoration: underline;
  text-decoration-color: #171616;
}

.links:hover {
  color: #CC7667;
  padding-bottom: 2px;
  text-decoration: underline;
  text-decoration-color: #995346
  animation-name: fade;
  animation-duration: 1s;
}
p a:hover {
  animation-name: fade;
  
}

@keyframes fade{
  0%{
    opacity: 1;
  }
  100%{
    opacity: 0.5;
  }
}

p{
  font-size: 1.4rem;
  line-height: 1.5;
  font-weight: 500;
  letter-spacing: 1px;
}
/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc { display: block !important; }
.sp { display: none !important; }
.pc848 { display: block !important; }
.sp848 { display: none !important; }
/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */

.mb-50 {
    margin-bottom: 1.5%;
}
.w90{
    width:90%;
    padding: 2% 5%;
}


.Ttl_decoration{
  margin-top: 2%;
  margin-bottom: 2%;
  text-align: center;
  font-size: 4.5rem;
  color: #fff;
  letter-spacing: 0.15em;
  /* font-weight: bold; */
  font-family: 'Abril Fatface', cursive;
  
}

.Ttls_decoration{
  margin-top: 0%;
  margin-bottom: 2%;
  text-align: center;
  font-size: 1.6rem;
  color: #fff;
  letter-spacing: 3px;
  font-weight: bold;
  
}

/****************
        top-header
**************************/

.header_inner {
    display: flex;
    justify-content:space-between;
}
.header_inner.flex{
}
.header_inner .h-logo {
    /* margin: 0% 2% 1% 1%; */
}
.header_inner a {
}
.header_inner img {
}
.header_inner .h-nav {
/* width: 80%; */
z-index: 10;
}

#nav-drawer {
	display: block;
	z-index:100;
	position: -webkit-sticky; /* safari対応 */
	position: sticky;
	top: 0em;　/* 上端から0em;のところで固定 */
	position: relative;
	height: 3em;
	background-color: none;
	}

/*チェックボックス等は非表示に*/
.nav-unshown {
	display:none;
	}

/*アイコンのスペース*/
#nav-open {
	display: inline-block;
	width: 56px;
	height: 46px;
	vertical-align: middle;
	}

/*ハンバーガーアイコン*/
#nav-open span {
	z-index:100;
	position: -webkit-sticky; /* safari対応 */
	position: sticky;
	top: 0em;　/* 上端から0em;のところで固定 */
    right:2em;
	position: absolute;
	display: block;
    margin: 10% 0% 0% 0%;
	width: 3em;
	padding-top: 4em;
	background-image: url("../images/icon_MENU.svg");
	background-size:2.4em;
	background-position:top center;
	background-repeat: no-repeat
	}

/*閉じる用の薄黒カバー*/
#nav-close {
	display: none;/*はじめは隠しておく*/
	position: fixed;
	z-index: 99;
	top: 0px;/*全体に広がるように*/
    left: 0;
	width: 100%;
	height: 100%;
	background: black;
	opacity: 0;
	transition: .3s ease-in-out;
	}

/*中身*/
#nav-content {
	overflow: auto;
	position: fixed;
	top: -0px;
	left: -105%;
	z-index: 9999;/*最前面に*/
	width: 70%;/*右側に隙間を作る（閉じるカバーを表示）*/
	height: 100%;
	background: #121C39;/*背景色*/
	transition: .3s ease-in-out;/*滑らかに表示*/
	}

/*チェックが入ったらもろもろ表示*/
#nav-input:checked ~ #nav-close {
	display: block;/*カバーを表示*/
	opacity: .5;/*透過具合*/
	}

#nav-input:checked ~ #nav-content {
	left: 0;
	box-shadow: 6px 0 25px rgba(0,0,0,.15);
	}

/*★ドロアーメニューはここまで↑*/
/*追記*/
.menu{
    display: flex;
    justify-content: flex-end;
}

.f_box{
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    margin: 6% 0 0 0;
}
/* .f_item:first-child{
    margin-right: auto;
    margin: 0 auto 0 1%;
} */

/*ここまで追記*/


li.nav_menu_icon {
	display: block;
	margin:0; 
	width: 4em;
	padding-top: 100%;
	background-image: url("../images/icon_MENU.svg");
	background-size:4em;
	background-position:top center;
	background-repeat: no-repeat
	}

li.nav_text {
    /* font-family: 'Josefin Sans', sans-serif; */
    font-size: 1.6em;
    margin: 1% 2% 0% 1%;
    line-height: 3.2;
    letter-spacing: 2px;
    text-align: center;
    display: table-cell;
    vertical-align:middle;
    font-weight: 700;
    color: ;
    
	}
li.nav_text a {
    text-decoration: none;
    color: #C1AD68;
    letter-spacing: 4px;
    vertical-align:middle;
	}

/*hover effect*/
/*#nav-content ul li a:hover{
    letter-spacing: 5px;
}*/

#nav-content ul li a {
  display: inline-block;
}
#nav-content ul li a:hover {
  -webkit-animation: zoom .3s;
  animation: zoom .3s;
}
@-webkit-keyframes zoom {
  50% {
    -webkit-transform: scale(1.05);
  }
}
@keyframes zoom {
  50% {
    transform: scale(1.05);
  }
}
/*追記*/
.menu {
	width: 100%;
    display: flex;
    align-items: center;
	}

.menu li.nav_text {
    font-family: 'Spectral', serif;
    font-size: 0.9em;
    margin: 1% 2% 0% 1%;
    line-height: 1.2;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
}
.menu-topmenu-container{
    width: 100%;

}

/***********************
         MAIN
*************************/

/*header*/
header {
    background-color:#030337;
    padding: .8% 1% .8% 2%;

}
header .header_inner {
    justify-content: space-between;
    width: 100%;
    /* align-items:center; */
}
header .h-logo {
    width: 10vw;
}
header .h-logo img{
    width: 5.5vw;
}
header .flex a {
    /*margin-right: 3%;*/
}
header nav ul a li{
    display: block;

}
header .pc-nav img {
}


/*end_menu_PC*/





/*============================
  main
============================*/
.main{
  min-width: 760px;
  width: 100% !important;
  margin: 0% auto 0%;
}
.main_inner{
}
.mainImgBox{
  position: relative;
}
.main-img.animation2{
}
.pc{
}
.sp{
}
.BNT_logo{
  position: absolute;
  top: 5%;
  left: 5%;
  width: 10vw;
}
.BNT_logo img{

}
.Yukata_logo{
  position: absolute;
  top: 13%;
  right: 15%;
  width: 36vw;
}
.Yukata_logo{

}

.mainTxtBox{
    min-width: 760px;
    width: 100% !important;
    margin: 0% auto 0%;
    background: url( "../images/bg-blue1.png" ), url( "../images/bg-yellow1.png" ) ;
    background-size: 30%,20%;
    background-position: right 10% top 0%,left 15% bottom -5%;
    background-repeat: no-repeat, no-repeat;

}
.mainTxtBox .Txt1{

  padding: 7% 12% 0%;
}
.mainTxtBox .Img{
    padding-right: 1%;
    border-right: 1px #CC7667 solid;
}
.mainTxtBox .Txt{
    color: #fff;
    padding-left: 3%;
    font-size: 2.3rem;
    line-height: 2.6;
    letter-spacing: 0.17em;
    font-weight: bold;
}
.mainTxtBox .Abril_aquablue{
  font-family: 'Abril Fatface', cursive;
  color: #CC7667;
  font-size: 3.6rem;
  letter-spacing: 0.17em;
}
.mainTxtBox .aquablue{
  color: #CC7667;
}
.mainTxtBox .Txt2{
  padding: 3% 12%;

}
.mainTxtBox .TxtArea_small{
  color: #fff;
  text-align: right;
  line-height: 1.6;
}


/*============================
  CocktailArea
============================*/


.CocktailArea{
    min-width: 760px;
    width: 90%;
    margin: 4% 0 auto ;
    padding: 3% 5% 5% 5%;
    background: url( "../images/bg-blue2.png" ) ;
    background-size: 50%;
    background-position: right 0% bottom 0%;
    background-repeat: no-repeat;
}
.CocktailArea .CocktailArea_inner {
  margin: 5% 12%;
}
.CocktailArea .Img{
  width: 40vw;
}
.CocktailArea .TxtBox{
  margin: 5% 0% 5% 5%;
  color: #fff;
}
.CocktailArea .badge{
  margin-bottom:5% ;
  width: 7vw;
}
.CocktailArea .TxtImg{
  margin-bottom:5% ;
  width: 25vw;
}
.CocktailArea .disc{
  line-height: 1.6;
  margin-bottom:10% ;
}
.CocktailArea .campain{
  margin-bottom:5% ;
  width: 200px;
  padding: 2%;
  border: 1px #fff solid;
  letter-spacing: 2.5px;
  font-size: 1.5rem;
  font-weight: bold;
  text-align: center;

}
.CocktailArea .date{
  font-family: 'Hind', sans-serif;
  font-size: 2.6rem;
  font-weight: bold;
  letter-spacing: 2px;
}


 
/*============================
ShowArea
============================*/

.ShowArea{
  min-width: 760px;
  width: 90%;
  margin-top: 13% ;
  padding: 3% 5% 5% 5%;
  background: url( "../images/bg-yellow2.png" ) ;
  background-size: 50%;
  background-position: left 0% top -8%;
  background-repeat: no-repeat;
}
.ShowArea .ShowArea_inner{
  margin: 5% 10%;
}
.ShowArea .Show_Ttl{
  margin: 0 auto 3%;
}
.ShowArea .Ttl.Ttl_decoration{
}
.ShowArea .sTtl.sTtl_decoration{
}
.ShowArea .date{
  font-family: 'Hind', sans-serif;
  font-size: 2.6rem;
  font-weight: bold;
  letter-spacing: 2px;
  color: #fff;
  text-align: center;
}
.ShowArea .ShowContents{
}
.ShowArea .ShowContents_inner{
  flex-wrap:wrap;
  justify-content:space-around;
  align-content:flex-start
}
.ShowContents_inner::after {
  display: block;
  content:"";
  width: 32%;
  }

.ShowArea .ShowBox{
  margin-top: 2%;
  width: 32%;
  background-color: #fff;
}
.ShowArea .Img{
}
.ShowArea .TxtBox{
  margin: 2% 4% 4%;
}
.ShowArea .TxtBox .catch{
  margin: 4% 4%;
  line-height: 1.4;
  /* flex-grow: 1; */
}
.ShowArea .TxtBox .Rbtn{
  width: 100%;
  display: block;
  text-align: center;
  margin: auto auto 0 auto;
}


 /*============================
  Venue
============================*/
.VenueArea{
  min-width: 760px;
  width: 96%;
  margin-top: 8% ;
  padding: 3% 2% 5% 2%;
  background: url( "../images/bg-yellow3.png" ), url( "../images/bg-blue3.png" ) ;
  background-size: 20%, 30%;
  background-position: left 30% top -2%, right 0% bottom 0% ;
  background-repeat: no-repeat, no-repeat;

}


.ShopInfo {
}
.ShopInfo .ShopInfo_inner {
    margin: 5% 10%;
}
.ShopInfo .ShopInfoBox {
    margin: 0 0 6% 0;
}
.ShopInfo .ShopInfo_ImgBox {
    width: 50%;
    background-color: #EBEBEB;
}

.ShopInfo .ShopInfo_disc {
    width: 42%;
    padding: 3% 4%;
    background-color: #EBEBEB;
}
.ShopInfo .Shoplogo img {
    width: 100%;

}
.ShopInfo .Shoplogo {
    width: 11vw;

}
.ShopInfo .ShoplogoCC img{
    width: 10vw;

}
.ShopInfo .Shop_name {
    margin: 2% auto 1%; 
    font-size: 1.1vw;
    font-weight: bold;
    letter-spacing: 0.2vw;
    line-height: 1.8;
}
.ShopInfo .Shop_txt {
    margin: 1% auto 3%;
    font-size: 0.9vw;
    font-weight: normal;
    letter-spacing: 0.1vw;
    line-height: 1.4;
}
.ShopInfo hr {
}
.ShopInfo .Shop_address {
    margin: 3% auto 1%;
    font-size: 0.9vw;
    font-weight: normal;
    letter-spacing: 0.1vw;
    line-height: 1.4;
}
.ShopInfoDisc_inner a {
    text-decoration: none;     
    }
.ShopInfo .googleMap_Btn {
    width: 10vw;
    margin: 5% 0 0;
    padding: 0.5vw;
    color: #fff;
    background-color: #2d2d2d;
    border-radius: 5px;
    text-align: center;
    font-size: 0.75vw;
    font-weight: bold;
    letter-spacing: 0.1vw;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all  0.5s ease;
    text-decoration: none;     
}

.ShopInfo .googleMap_Btn:hover {
    opacity: 0.7;
}


/***********************
         Swiper
*************************/

.mb60{
  margin-bottom: 0px;
}

.swiper-container{
  text-align: center;
}
.swiper-container .swiper-slide img {
  max-width: 100%;
  width: 100%;
  height: auto;
}
.prettyprint{
  border: none;
  background: #fafafa;
  color: #697d86;
}
#thumbs, #thumbs2, #thumbs3{
      height: 10%;
      box-sizing: border-box;
      padding: 0px 0;
  }
  #thumbs .swiper-slide , #thumbs2 .swiper-slide, #thumbs3 .swiper-slide {
      width: 16%;
        margin-right: 0.2% !important;
      height: auto;
      opacity: 0.5;
      cursor: pointer;
  }
  #thumbs .swiper-slide-active, #thumbs2 .swiper-slide-active, #thumbs3 .swiper-slide-active {
      opacity: 1;
  }
    .swiper-button-next, .swiper-button-prev {
        opacity: 0.2;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all  0.5s ease;
    }
    .swiper-button-next, .swiper-button-prev{
        background-size: 70% !important;
    }
    .swiper-button-next:hover, .swiper-button-prev:hover {
        opacity: 0.5;
        
    }
    #slider, #slider2, #slider3 {
        background-color: #000;
        -webkit-backface-visibility:hidden;
        backface-visibility:hidden;
    }

/***********************
   Swiper_END
*************************/


/*============================
GroupArea
============================*/

.GroupArea{
  min-width: 760px;
  width: 90%;
  margin-top: 20% ;
  margin-bottom: 20% ;
  padding: 3% 5% 5% 5%;
  background: url( "../images/bg-yellow2.png" ) ;
  background-size: 50%;
  background-position: right 0% bottom 0%;
  background-repeat: no-repeat;
}

.GroupArea .GroupArea_inner{
  min-width: 760px;
}

.GroupArea .GroupInfo{
  margin: 0 auto;
  width: 76%;
}
.GroupArea .Group_Ttl{
  margin-bottom: 4%;
  color: #fff;
  text-align: center;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 2px;

}
.GroupArea .Abril_white{
  font-family: 'Abril Fatface', cursive;
  font-size: 2.4rem;
}

.GroupArea .GroupInfo{
}
.GroupArea .GroupInfo_inner{
}


.GroupArea .GroupInfo_inner .Img{
  flex-basis: 50%;
 

}
.GroupArea .InfoBox{
  background-color: #fff;
  flex-basis: 50%;
}
.GroupArea .InfoBox .CokotailBox{
  background-color: #fff;
  margin: 20% 13% 5%;
}
.GroupArea .InfoBox .TxtBox{
  flex-basis: 54%;
  margin-left: 4%;

}
.GroupArea .InfoBox .CImg{
  flex-basis: 46%;

}
.GroupArea .InfoBox .TxtBox .Cname{
  margin-top: 0%;
  margin-bottom: 5%;
   color: #AF1212;
   font-weight: bold;
   font-size: 2.2rem;
   letter-spacing: 2px;
   line-height: 1.5;

}
.GroupArea .InfoBox .TxtBox .Txt{
  color: #582626;
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 2px;
  line-height: 1.4;

}
.GroupArea .InfoBox .Rbtn {
text-align: center;

}

.BNT-bnr{
font-family: 'Abril Fatface'; 
color: #0B5B87; 
font-size: 20px; 
margin-bottom: 5px;
}

.BNT-bnr2{
font-family: 'Zen Kaku Gothic New';
color: #0B5B87; 
font-weight: bold; 
font-size: 16px;
padding-bottom: 20px;
} 

.GroupArea .InfoBox .TxtBox .BNP_ttl{
   color: #0057a6;
}

/*============================
   Footer
============================*/
footer{
  min-width: 760px;
  width: 100%;
}

.Footer_bk{
  color: #fff;
}
.footer_inner .JFS_Logo{
  margin: 1% auto 4%;
  width: 220px;
}
.Fcontents_1{
}
.BackToTop{
  text-align: center;
}
.support{
  margin: 3% auto;
  text-align: center;
  font-size: 1em;
  letter-spacing: 2px;
}
.Fcontents2{
}
.copy{
  font-size: 0.8em;
  letter-spacing: 1px;
  text-align: center;
  padding-bottom: 2%;
  color:#ababab;
  font-weight: 500;
}





/***********************
        BTN CSS Effect************************************/

/*GOLD*/

.btn-square-soft {
  display: inline-block;
  position: relative;
  text-decoration: none;
  color: #fff;
  width: 100%;
  height: auto;
  line-height: 50px;
  letter-spacing: 1px;
  border-radius: 5px;
  text-align: center;
  overflow: hidden;
  font-weight: bold;
  background: linear-gradient(#967B1E 0%, #967B1E 100%);
  background:linear-gradient(#967B1E 0%, #967B1E 100%);
  /*text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.66);*/
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.28);
}

.btn-square-soft:active {
  /*押したとき*/
  -webkit-transform: translateY(2px);
  transform: translateY(2px);/*沈むように*/
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.15);
  background-image: linear-gradient(#052638 0%, #052638 100%);/*グラデーションを明るく*/
}

/*GOLD2*/

.btn-square-soft2 {
  display: inline-block;
  position: relative;
  text-decoration: none;
  color: #fff;
  width: 75%;
  height: auto;
  line-height: 50px;
  letter-spacing: 1px;
  border-radius: 5px;
  text-align: center;
  overflow: hidden;
  font-weight: bold;
  background: linear-gradient(#0b5b87 0%, #003A5A 100%);
  background:linear-gradient(#0b5b87 0%, #003A5A 100%);
  /*text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.66);*/
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.28);
}

.btn-square-soft2:active {
  /*押したとき*/
  -webkit-transform: translateY(2px);
  transform: translateY(2px);/*沈むように*/
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.15);
  background-image: linear-gradient(#052638 0%, #052638 100%);/*グラデーションを明るく*/
}

.btn-square-soft2:before {
  content: '';
  width: 18px;
  height: 18px;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -9px;
}

.btn-square-soft2:after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 6px;
  border-color: transparent transparent transparent #A08A61;
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -4px;
}

/*BNP*/

.btn-square-soft3 {
  display: inline-block;
  position: relative;
  text-decoration: none;
  color: #fff;
  width: 75%;
  height: auto;
  line-height: 50px;
  letter-spacing: 1px;
  border-radius: 5px;
  text-align: center;
  overflow: hidden;
  font-weight: bold;
  background: linear-gradient(#0057a6 0%, #0057a6 100%);
  background:linear-gradient(#0057a6 0%, #0057a6 100%);
  /*text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.66);*/
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.28);
}


/*Gray*/
.btn-square-soft-gray:before {
  content: '';
  width: 18px;
  height: 18px;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -9px;
}

.btn-square-soft-gray:after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 6px;
  border-color: transparent transparent transparent #665315;
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -4px;
}

.btn-square-soft-gray {
  display: inline-block;
  position: relative;
  text-decoration: none;
  color: #fff;
  width: 320px;
  height: auto;
  line-height: 50px;
  letter-spacing: 1px;
  border-radius: 5px;
  text-align: center;
  overflow: hidden;
  font-weight: bold;
  background: linear-gradient(#665315 0%, #665315 100%);
  background:linear-gradient(#665315 0%, #665315 100%);
  /*text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.66);*/
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.28);
  pointer-events: none;
}

.btn-square-soft:active {
  /*押したとき*/
  -webkit-transform: translateY(2px);
  transform: translateY(2px);/*沈むように*/
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.15);
  background-image: linear-gradient(#665315 0%, #665315 100%);/*グラデーションを明るく*/
}

/*Gold*/
.btn-square-soft:before {
  content: '';
  width: 18px;
  height: 18px;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -9px;
}

.btn-square-soft:after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 6px;
  border-color: transparent transparent transparent #A08A61;
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -4px;
}

/*line-Gold*/

.btn-lineGold-soft {
  display: inline-block;
  position: relative;
  text-decoration: none;
  color: #C1AD68;
  width: 320px;
  height: auto;
  line-height: 50px;
  letter-spacing: 2px;
  border: 1.5px solid #C1AD68;
  border-radius: 50px;
  text-align: center;
  overflow: hidden;
  font-weight: bold;
  /*text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.66);*/
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.28);
}

.btn-slineGold-soft:active {
  /*押したとき*/
  -webkit-transform: translateY(2px);
  transform: translateY(2px);/*沈むように*/
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.15);
  /*グラデーションを明るく*/
}

/***********************
        BTN CSS Effect END  ************************************/

/***********************
       COMMON
*************************/
@media (max-width: 1560px) {
.ShowArea .ShowArea_inner {
  margin: 5% 4%;
}
}
@media (max-width: 1280px) {

  /*Main*/
  .mainTxtBox .Txt1 {
    padding: 7% 7% 0%;
}
  .mainTxtBox .Txt2 {
    padding: 3% 7%;
  }
 /*Cocktil Area*/ 
  .CocktailArea .CocktailArea_inner {
    margin: 5% 5%;
}
  .CocktailArea .Img {
    width: 43vw;
  }

  /*ShowArea*/
  .ShowArea .ShowArea_inner {
    margin: 5% 3%;
}
.ShowArea .catch {
  font-size: 1.4rem;
}
.ShopInfo .ShopInfo_inner {
  margin: 5% 7%;
}
.ShopInfo .ShopInfo_disc {
  padding: 2% 4%;
}
.ShopInfo .Shop_txt {
  font-size: 1.4rem;
}
.ShopInfo .Shop_address {
  font-size: 1.4rem;
}
.GroupArea .GroupInfo {
  margin: 0 auto;
  width: 86%;
}
.GroupArea .InfoBox .TxtBox .Txt {
  font-size: 1.2rem;
}
}

@media (max-width: 848px) {
.pc848 { display: none !important; }
.sp848 { display: block !important; }
}
/***********************
       COMMON
*************************/
@media (max-width: 848px) {

  .body_inner{
    background: url( "../images/bg-line1.png" ), url( "../images/bg-line2.png" ), url( "../images/bg-line3.png"), url( "../images/bg-line4.png" ) ;
    background-size: 60%, 100%, 100%, 100%;
    background-repeat: no-repeat, no-repeat, no-repeat, no-repeat ;
    background-position: left 0% top 10%, right 0% top 20%, right 0% top 67%, right 0% bottom 0%;
    background-blend-mode: hard-light, hard-light, hard-light, hard-light ;
}
  .main {
    min-width: initial;
   
}
.Ttl_decoration {
  font-size: 3.5rem;
}
.main .main-txt {
  padding: 5% 4% 8%;

}
.mainTxtBox{
  min-width: initial;
  width: 100% !important;

}
.mainTxtBox .Img img{
  width: 100%;
}
.mainTxtBox .Txt {
  font-size: 2rem;
  line-height: 2;
}
.mainTxtBox .Abril_aquablue {
  font-size: 3rem;
}
p {
  font-size: 1.2rem;
}
.body_inner{
  min-width: initial;
 
}
.GroupArea_inner{
  min-width: initial;
  width: 100% !important;
  margin: 0% auto 0%;
 
}

.CocktailArea {
  min-width: initial;
  width: 90% !important;
  margin: 0% auto 0%;
  padding: 3% 5% 5% 5%;
}
.CocktailArea .TxtBox {
  flex-basis: 50%;
}
.CocktailArea .campain {
  width: 180px;
  padding: 2%;
  letter-spacing: 2.5px;
  font-size: 1.1rem;
}
.CocktailArea .date {
  font-size: 2rem;
}

.ShowArea{
  min-width: initial;
  width: 90%;
}
.ShowArea .date {
  font-size: 2rem;
}
/*.ShowArea .ShowBox {
  width: 48%;
}*/
.VenueArea{
  min-width: initial;
  width: 96%;
  margin-top: 8% ;
  padding: 3% 2% 5% 2%;

}
.ShopInfo .ShopInfoBox {
  margin: 0 0 6% 0;
  flex-direction: column;
  align-items: center;
}
.ShopInfo .ShopInfo_ImgBox {
  width: 80%;
}
.ShopInfo .Shop_name {
  font-size: 1.5rem;
  letter-spacing: 0.15vw;
}
.ShopInfo .ShopInfo_disc {
  width: 72%;
  padding: 3% 4%;
}
.GroupArea{
  min-width: initial;
  width: 90%;
  padding: 3% 5% 5% 5%;
}
.GroupArea .GroupArea_inner{
  min-width: initial;
}
.GroupArea .GroupInfo {
  margin: 0 auto;
  width: 72%;
}
.GroupArea .Group_Ttl {
  line-height: 1.5;
  letter-spacing: 2px;
  font-size: 1.3rem;
}
.GroupArea .Abril_white {
  font-size: 2rem;
}
.GroupArea .GroupInfo_inner {
  flex-direction: column;
}
.GroupArea .InfoBox .CokotailBox {
  margin: 5% 10% 5%;
}
.GroupArea .InfoBox .CImg {
  flex-basis: 36%;
}
.Rbtn_box {
  padding: 1.5% 6% 1.5% 6%;
}
.GroupArea .InfoBox .Rbtn {
    text-align: center;
    padding-bottom: 2%;
}

footer{
  min-width: initial;
  width: 100%;
  margin: 0% ;
  /* padding: 8% 2% 1% 2%;  */
}
}

@media screen and (max-width: 676px){
  .Ttl_decoration{
    font-size: 2em;
  }

  .Ttls_decoration{
    font-size: 1.4em; 
  }
  .Rbtn_box {
    flex-direction: column;
    border: 1px solid #fff;
    padding: 2.5% 6% 2.5% 6%;
    align-items: center;
    justify-content: space-between;
  }

  .Rtxt {
    margin-bottom: 2%;
    font-size: 0.9em;
    letter-spacing: 1px;
    font-weight: bold;
  }
  .BackToTop img{
    width:30px;
  }
}

@media screen and (max-width: 480px){
        /* パソコンで見たときは"pc"のclassがついた画像が表示される */
        .pc { display: none !important; }
        .sp { display: block !important; }
        /* スマートフォンで見たときは"sp"のclassがついた画像が表示される */


  .body_inner{
    background: url( "../images/bg-line1_sp.png" ), url( "../images/bg-line2_sp.png" ), url( "../images/bg-line3_sp.png"), url( "../images/bg-line4_sp.png" ) ;
    background-size: 90%, 100%, 100%, 100%;
    background-repeat: no-repeat, no-repeat, no-repeat, no-repeat ;
    background-position: left 0% top 9.9%, right 0% top 19%, right 0% top 87%, right 0% bottom 0%;
    background-blend-mode: hard-light, hard-light, hard-light, hard-light ;
}

.Ttl_decoration {
    margin-top: 7%;
    margin-bottom: 2%;
  }
  .Ttls_decoration {
    font-size: 1.2rem;
}
  .BNT_logo {
    position: absolute;
    top: 3%;
    left: 5%;
    width: 30vw;
}
.Yukata_logo {
    position: absolute;
    top: 15%;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    width: 75vw;
}
.mainTxtBox {
  background: url(../images/bg-blue1.png), url(../images/bg-yellow1.png);
  background-size: 30%,20%;
  background-position: right 10% top 0%,left 0% bottom 0%;
  background-repeat: no-repeat, no-repeat;
}
.mainTxtBox .Txt {
  font-size: 1.4rem;
  line-height: 1.8;
  letter-spacing: 0.1em;
}
.mainTxtBox .Abril_aquablue {
  font-size: 2.4rem;
}
.mainTxtBox .Txt1 {
  padding: 7% 5% 0%;
}
.mainTxtBox .TxtArea_small {
  text-align: left;
}
.mainTxtBox .Txt2 {
  margin-top: 2%;
  padding: 3% 7%;
}
.mainTxtBox .TxtArea_small {
  line-height: 1.8;
}

/*Cocktail Area*/

.CocktailArea {
  margin: 23% auto 0%;
  background: url(../images/bg-blue2.png);
  background-size: 65%;
  background-position: right 0% bottom 28%;
  background-repeat: no-repeat;
}
.CocktailArea .CocktailArea_inner {
  margin: 5% 0%;
  flex-direction: column;
}
.CocktailArea .Img {
  position: relative;
  width: 100%;
}
.CocktailArea .badge {
  position: absolute;
  top: -2%;
  right: -2%;
  width: 20vw;
}
.CocktailArea .TxtImg {
  width: 80%;
  margin: 0 auto 8%;
}
.CocktailArea .TxtBox {
  margin: 10% 2% 5% 2%;
}

/*Show Area*/

.ShowArea {
  margin-top: 18%;
  padding: 3% 5% 5% 5%;
  background: url(../images/bg-yellow2.png);
  background-size: 50%;
  background-position: left 0% top 0%;
  background-repeat: no-repeat;
}
.ShowArea .ShowBox {
  width: 100%;
  margin-top: 4%;
}
.ShopInfo .ShopInfo_ImgBox {
  width: 100%;
}
.ShopInfo .ShopInfo_disc {
  width: 92%;
  padding: 3% 4%;
}
.ShopInfo .Shop_txt {
  font-size: 1.1rem;
}
.ShopInfo .Shop_address {
  font-size: 1.1rem;
}
.ShopInfo .Shoplogo {
  width: 28vw;
}


.ShopInfo .googleMap_Btn {
  width: 24vw;
  padding: 1.5vw;
  font-size: 0.6rem;
}

.VenueArea {
  padding: 3% 2% 15% 2%;
  background: url(../images/bg-yellow3.png), url(../images/bg-blue3.png);
  background-size: 30%, 30%;
  background-position: left 20% top -2%, right 0% bottom 0%;
  background-repeat: no-repeat, no-repeat;
}

/*Group*/
.GroupArea {
  margin-top: 30%;
}
.GroupArea .GroupInfo {
  margin: 0 auto;
  width: 90%;
}
.GroupArea .InfoBox .CokotailBox {
  margin: 5% 5% 5%;
}

.GroupArea .InfoBox .TxtBox .Cname {
  margin-top: 5%;
  font-weight: bold;
  font-size: 1.6rem;
  letter-spacing: 2px;
  line-height: 1.5;
}
.GroupArea .InfoBox .TxtBox .Txt {
  font-size: 1.2rem;
  letter-spacing: 1px;
}
.btn-square-soft2 {
  width: 86%;
}
.GroupArea .Group_Ttl {
  text-align: left;
  margin: 0 5% 8%;
}

footer{
  padding: 8% 0% 8% 0%; 
}

.copy {
  font-size: 0.7rem;
}


}