@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css?family=Expletus+Sans');
/* font-family: 'Expletus Sans', cursive; */
@import url('https://fonts.googleapis.com/css?family=Yellowtail');
/* font-family: 'Yellowtail', cursive; */
@import url('https://fonts.googleapis.com/css?family=EB+Garamond');
/* font-family: 'EB Garamond', serif; */

.wrapper{

	padding-top: 0;

}

/* header-fixed スクロールすると出てくるヘッダー */
.header-fixed{	
	width: 100%;
	top: 0;
	left: 0;	
	padding: 5px 10px;
	text-align: center;
	position: fixed; /* ヘッダー固定 */
	z-index: 200;
	background: rgba(0,0,0,0.8);
	color: #fff;
	box-shadow: 0px 2px 3px rgba(0,0,0,0.5);	
}

.header-fixed-inner:after{ /* Clear Fix */
    content:" ";
    display:block;
    clear:both;    
}

.header-fixed-logo{
	width: 25%;	
	margin-top: 20px;
	float: left;
	max-width: 200px;
}

.header-fixed-gnav{
	width: 70%;
	float: right;
	text-align: right;
	margin-top: 20px;
}

.header-fixed-gnav-list li{	
	font-size: 12px;
	font-family: 'Marcellus', serif;
	letter-spacing: 0.05em;
	display: inline-block;
	margin: 3px;
}

.header-fixed-gnav-list a{	
	color: #fff;
}

.header-fixed-gnav-list li a:hover{
	padding-bottom: 5px;	
	border-bottom: solid 5px #fff;
	text-decoration: none;
	opacity: 0.8;
	
}

span.japanese{

	display: none;

}

/* headerメディアクエリ 480px以上*/

@media (min-width: 479px) {
	.header-fixed-gnav{
		margin-top: 25px;
	}

	.header-fixed-gnav-list li{	
		font-size: 14px;
		margin: 3px;
		padding-right: 0.6em;
		border-right: solid 1px #ddd;
	}

	.header-fixed-gnav-list li:last-child{
		border-right: none;
	}

}

/* header-fixedメディアクエリ 768px以上*/

@media (min-width: 767px) {

	.header-fixed-gnav-list li{	
		font-size: 18px;
		letter-spacing: 0.1em;
		margin: 6px;
	}

}

/* header-fixedメディアクエリ 1200px以上*/

@media (min-width: 1199px) {

	.header-fixed-inner{
		width: 1199px;
		margin: auto;
	}

}


/* 通常のヘッダー */
.header {	
	width: 100%;
	height: 700px;	
	position: relative;
	background: url("images/title_bg_700.jpg") right no-repeat;
	background-size: cover;
	display: flex;
	align-items: center;

}

/*タイトルロゴを中央に*/
.header-logo img {
	margin: 0 auto;
	max-width: 90%;
}

/* headerメディアクエリ 480px以上*/
@media (min-width: 350px) {


}

@media (min-width: 479px) {	

	.header img {
		max-width: 76%;
	}
}

/* headerメディアクエリ 768px以上*/

@media (min-width: 767px) {
	.header{
		 background: url(images/title_bg_850.jpg)center no-repeat fixed;
		 background-size: cover;
		 height: 850px;
	}

	.header img {
		margin-left: 20px;
		max-width: 65%;
	}
}

/* header-fixedメディアクエリ 992px以上*/

@media (min-width: 991px) {
	.header{
		background: url(images/title_bg_pc.jpg)center no-repeat fixed;
		background-size: cover;
		height: 850px;
	}
	.header img {
		margin-left: 10%;
		max-width: 85%;
	}
}

@media (min-width: 1239px) {	
}

@keyframes gradient {
0% {
	background-position: 0% 50%
	}
	50% {
	background-position: 100% 50%
	}
	100% {
	background-position: 0% 50%
	}
}


/* カウントダウン */
.timer {
	background-color: #000;
	font-family: 'Garamond' , "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	width: 100%;	
	padding: 18px 0;
}

.countdown {
	max-width: 400px;
	margin: 0 auto;
	text-align: center;
}

.countdown-text {
	color: #9A7E44;
	font-size: 20px;
	font-weight: bold;	
}

.cdt {
	color: #daf6ff; 
  text-shadow: 0 0 20px #0aafe6; 
  font-size: 42px;
  font-weight: 400;
}

.dhms {
	margin-left: 10px;
	color: #9A7E44;
  font-size: 14px;
  font-weight: 600;
}

#CDT {
  color: #daf6ff; 
  text-shadow: 0 0 20px #0aafe6; 
  font-size: 42px;
  font-weight: 400;
}


/* headerメディアクエリ 768px以上*/

@media (min-width: 767px) {
	.countdown {
		max-width: 600px;
	}
	.countdown-text {
		font-size: 28px;
	}
	.cdt {
		font-size: 52px;
	}

	.dhms {
	  font-size: 16px;
	}

	#CDT {
	  font-size: 52px;
	}

}

/* header-fixedメディアクエリ 992px以上*/

@media (min-width: 991px){
	.countdown {
		max-width: 680px;
	}
	.countdown-text {
		font-size: 32px;
	}
	.dhms {
	  font-size: 18px;
	}
	.cdt {
		font-size: 60px;
	}
	#CDT {
	  font-size: 60px;
	}
}


/* コンテンツフェードイン */

/*.fi{

    animation: fadeIn 2s ease 0s 1 normal;

    -webkit-animation: fadeIn 2s ease 0s 1 normal;

}

@keyframes fadeIn {

    0% {opacity: 0}

    100% {opacity: 1}

}

@-webkit-keyframes fadeIn {

    0% {opacity: 0}

    100% {opacity: 1}

}*/

/* intro */

/*スライダー*/

.bx-wrapper .bx-viewport {
	
	box-shadow: 0 0 0 #000;
	
	border:  0 solid #000;
	
	background: #000;

}

#slider-wrapper {
   
   width: 100%;

}

#slide img{
	
	margin: 0;
	
	padding: 0;
	
}

.intro_center{
	display: flex;
	justify-content: center;
}

.intro{
	margin: 24px;
	width: 780px;
}

.content_intro{	
	width: 100%;
 	background: url("images/cb_bg_02.jpg") no-repeat center;
  	background-size: cover;
}

.content_intro{
	z-index: 100;
	background-color: #000;
}

/*メディアクエリ 992px以上*/

@media (min-width: 991px) {
	
	.content_intro {	
		width: 100%;
		height: 100%;	
		position: relative;
		background: url("images/cb_bg_pc_02.jpg") no-repeat center fixed;
		background-size: cover;		
	}
	
}

@media (min-width: 1239px) {

}


.intro-headline{
	
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
	font-size: 1.25rem;
	letter-spacing: 0.1rem;
	margin-bottom: 1.25rem;	
	font-weight: 900;
	line-height: 1.5;
}

.intro h3{
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 10px;
}

.intro-summary{	
	font-size: 0.875rem;	
	line-height: 1.8;	
	margin-bottom: 24px;	
}

/*.intro img{	
	width: 100%;
	margin: 30px auto 10px auto; 	
}*/

.text-divider {
  display: flex;
  align-items: center;
  --text-divider-gap: 1rem;
  margin: 50px 0 20px 0;
  font-size: 0.875rem;
}
.text-divider::before,
.text-divider::after {
  content: '';
  height: 1px;
  background-color: #333;
  flex-grow: 1;
}
.text-divider::before {
  margin-right: var(--text-divider-gap);
}
.text-divider::after {
  margin-left: var(--text-divider-gap);
}

#my_panel{
	width:100%;
	margin:0;
	padding:0;
	overflow:hidden;
}
#my_panel img{
	vertical-align: bottom;
	border:none;
	width:100%;
	transition: all .2s ease;
}
#my_panel a:hover img{
	filter:alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
}
#my_panel ul{
	margin:0;
	padding:0;
	width:102%;
}
#my_panel li{
	margin:0;
	padding:0;
	list-style-type:none;
}
#my_panel li{
	width:23%;
	float:left;
	margin:0 2% 2% 0;
}
#my_panel li:nth-of-type(10n+1){
	width:48%;
}
#my_panel li:nth-of-type(10n+6){
	float:right;
	width:48%;
}


/* introメディアクエリ 768px以上*/

@media (min-width: 767px) {

	.intro-bg{
		
		padding: 150px 0;
		
	}

.intro-headline{
	
	font-size: 2rem;

}

.intro-summary{
	
	font-size: 1rem;
	
}


}

/* content-about */

.content-about{

	background: url(../1801shinshun/images/coment_bg.jpg) fixed;

	line-height: 2;

}

.content-about-inner{

	width: 80%;

}

.coment{
	
	border-left: solid 5px #000;
	
	padding-left: 1em; 
	
}

/*NEWS*/

.content-news{
	width: 100%;
	background-color: #000;
}
.content-news span {
	color: #9A7E44;
	border-bottom: solid 4px #9A7E44;
}
.content-news p {
	color: #9A7E44;
}

.news{
	overflow: hidden;
	text-align: left;
	font-size: 14px;
	padding: 10px 40px;
}

.shop_twitter{
	padding: 10px;
	margin: 0 15%;
	text-align: center;
	
}

.shop_twitter_cb {
	padding: 10px;
	text-align: center;
	background-color: #9A7E44;
	border-radius:10px;
}

.shop_twitter_nagoya {
	padding: 10px;
	text-align: center;
	margin-top: 25px;
	background-color: #9A7E44;
	border-radius:10px;
}

/*NEWS スクロールバー*/
.news-list{
	padding-right: 15px;
	overflow-y: scroll;
	max-height: 200px;
	margin-bottom: 50px;
	color: #fff;
}

.news-list::-webkit-scrollbar{
	width: 10px;
  height: 10px;
}

.news-list::-webkit-scrollbar-track{
	border-radius: 5px;
  	box-shadow: 0 0 4px #aaa inset;
}

.news-list::-webkit-scrollbar-thumb {
	border-radius: 5px;
  	background: #9A7E44;
}

.news-list li{

	border-bottom: 1px dotted #ccc;
	padding-bottom: 5px;
	margin-bottom: 1em;
	overflow: hidden;

}

.news-list li .news-date{

	width: 35%;
	float: left;
	color: #aaa;
	
}

.news-list li .news-headline{

	width: 65%;

	float: right;

}

.news-date:after{

	content: ">>";
	font-size: 70%;
	vertical-align: 2px;
	margin-left: 0.5em;
	color: #aaa;
}

.news-list li a:hover{

	background: #fff;

}

.news-category{
	background: #aaa;
	color: #fff;
	display: inline-block;
	text-align: center;
	width: 4em;
	padding: 3px 5px;
	margin-left: 1em;
	margin-right: 2em;
	box-sizing: border-box;
	font-size: 12px;
	border-radius: 2px;
	vertical-align: 1px;
}

@media (min-width: 767px) {

	.shop_twitter{
		display: flex;
		justify-content: space-around;
		margin: 0 auto;
	}

	.shop_twitter_cb {
		padding: 10px;
		text-align: center;
		background-color: #9A7E44;
		border-radius:10px;
		width: 45%;
	}

	.shop_twitter_nagoya {
		padding: 10px;
		text-align: center;
		margin-top: 0;
		background-color: #9A7E44;
		border-radius:10px;
		width: 45%;
	}

	.news-list li .news-date{

		width: 20%;
	
	}

	.news-list li .news-headline{
		width: 80%;
	}
}

@media (min-width: 1200px) {
	.news{
	padding: 0 80px;
	}

	.shop_twitter_cb {
	max-width: 430px;
	}

	.shop_twitter_nagoya {
		max-width: 430px;
	}
	.news-list{
	padding-right: 30px;
	}
}



/* campaign */

.instore-event img {
	margin-bottom: 10px;
}

.campaign {
	margin: auto;
}

.oneday_manager {
	padding: 15px;
	margin-bottom: 25px;
}

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

/*ボックス全体をボタンに*/

.camp-box{
	margin-bottom: 32px;
}

.camp-box a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-indent:-999px;
}

.camp-box:hover {
    filter:alpha(opacity=70);/* IE 6,7*/
    -ms-filter: "alpha(opacity=70)";/* IE 8,9 */
    -moz-opacity:0.7;/* FF , Netscape */
    -khtml-opacity: 0.7;/* Safari 1.x */
    opacity:0.7;
    zoom:1;/*IE*/
}

.camp-headline{	
	font-weight: bold;	
	margin: 1em 0;	
}
.camp-headline-02 {
	margin: 1em 0;
}

.btn-simple{ /* commonを上書き */	
	margin: 8px;	
	padding: 3px;
}

p.summary{

	font-size: 14px;
	
}

a:hover{
	
	opacity: 0.8;
	
}

a img{
	
	transition-property: opacity;
	
	transition-duration: 0.6s;

}

a img:hover{
	
	opacity: 0.6;
	
}

@media (min-width: 479px) {
	
	
	.title{

		width: 80%;

		margin: auto;

	}
	
}


@media (min-width: 767px) {

	.title{

		width: 780px;

		margin: auto;

	}

	.news-list li .news-date{

		width: 20%;
	
	}

	.news-list li .news-headline{

		width: 80%;

	}
	
	.content-about-inner{

		font-size: 18px;

		width: 50%;
	
	}

}
 

@media (min-width: 767px) {

		
	.benefit-row{
		
		width: 767px;
		
		margin: auto;
		
		text-align: center;
	
	}

}

/*メディアクエリ 992px以上*/

@media (min-width: 991px) {
	
	.campaign {
		display: flex;
		flex-wrap: wrap;
	}

	.width991 {
		width: 33%;
	}
	
}

/*========== .items ==========*/

.featured{
	background: #ddd;
}

.content-heading-center{
	margin: 30px 0 35px 0;
}

/*サムネイル上　テキスト下*/

.items {
	display: flex;
	flex-wrap: wrap;
}

.items-sec{
		flex-basis: 50%;
	}

.item-right{
	width: 100%;
}

.item-1{
  display: flex;
  /*background: #eee;*/
  box-sizing: border-box;
  padding: 0.5rem;
  flex-direction: column;
}

.item-tn-1{
  position: relative;
  margin-bottom: 0.5rem;
}

.item-text-1{

}
.item-1 h3{
	font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
}

.item-1 p.price{
  color: red;
}
.price{
  font-weight: 600;
}
.price:before{
  content: '会場特価';
  color: red;
  margin-right: 0.5rem;
}
.price_a{
	font-weight: 600;
}
.price_a:before{
	content:'会場特価';
	color: red;
	margin-right: 0.5rem;
}
.item-1 p.price_a{
	color: red;
}

.btn-item{
	border: solid 1px #000;
	margin: 8px auto;
	text-align: center;
	padding: 2px 5px;
	font-size: 12px;
}

/*ボックス全体をボタンに*/
.item-1{
  position: relative;
}
.item-1 a{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-indent:-999px;
}
.item-1:hover {
  filter:alpha(opacity=85);/* IE 6,7*/
  -ms-filter: "alpha(opacity=85)";/* IE 8,9 */
  -moz-opacity:0.85;/* FF , Netscape */
  -khtml-opacity: 0.85;/* Safari 1.x */
  opacity:0.85;
  zoom:1;/*IE*/
}

.item-List{
  	display: inline-block;
  	width: 100%;
  	height: 40px;  	 	
  	margin :5px 5px 35px 5px;
}

.item-List-text a {
	width: 100%;	
	padding: 6px;
	text-align: center;  
	border: solid 1.5px #000;
	border-radius: 20px;
	text-decoration: none;
	transition: all .3s;
	display: inline-block;

}

.item-List-text a:hover {
	text-decoration: none;
	background-color: #337ab7;
	color: #fff;
}

.item-List p {
	font-weight: 600;
}

.nagoya-list {
	max-width: 90%;
	padding: 0 30px 0 50px;
	margin: 0 auto;
}
.nagoya-list li {
	list-style-type: disc;
	line-height: 1.75em;
}


/*========== .novelty ==========*/

 .novelty {
 	background-color: #000;
 }

 .novelty p {
 	color: #9A7E44;
 }

 .novelty-text p {
 	color: #fff;
 }

  .novelty .container {
  	padding: 0 25px;
  }

  .sub-title {
  	color: #9A7E44;
  }

 .novelty img {
 	margin-bottom: 10px;
 }

 .novelty h2 {
 	font-size: 20px;
 	font-weight: bold;
 	color: #9A7E44;
 	margin-bottom: 10px;
 }

 .reservation img {
 	text-align: center;
 	width: 80%;
 	margin: 10px auto;
 }

 .reservation p {
 	color: #fff;
 	font-size: 14px;
 	margin-bottom: 35px;
 }

 .novelty-span {
 	color: #9A7E44;
 	font-weight: bold;
 	font-size: 18px;
 }

 .shop_name {
 	font-size: 18px;
 	font-weight: bold;
 }


@media (min-width: 479px) {

	.items-sec{
	}

  /*サムネイル左　テキスト右*/
  .item-tn-1{
    width: 100%;
    margin-bottom: 0.5rem;
  }
  .item-text-1{
    width: 100%;
  }
}
@media (min-width: 767px) {
	.items{
	}

  .item-1{
  	display: flex;
  	flex-direction: column;
 	 }

	.item-1 h3,p{
	    font-size: 1rem;
	}

	.items-sec{
		flex-basis: 144px;
	}
	.price-tag{
	    width: 60px;
	    height: 60px;
	    /*padding: 20px 2px 0 2px;*/
	}
	.btn-item p{
		font-size: 14px;
	}
	.item-List{
  	width: 100%;
  	height: 40px;
  	margin :10px 5px 35px 5px;
  }
    .novelty .container {
  	padding: 0 50px;
  }
   .novelty h2 {
 	font-size: 22px;
 }

}

@media (min-width: 991px) {
	.items{
	  /*background: #aaa;*/

	}
	.items-sec{
		flex-basis: 188px;
	}
	.novelty-details {
		display: flex;
		max-width: 900px;
		text-align: left;
		margin: 0 auto 20px auto;
	}
	.novelty-image {
		width: 50%;
	}
	.novelty-text {
		margin-left: 15px;
		display: flex;
		flex-direction: column;
	}
	.reservation {
		text-align: center;
		margin-bottom: 35px;
	}
	.reservation img {
		margin: 10px auto 10px auto;
 		width: 70%;
 	}
 	.reservation p {
 		font-size: 16px;
 	}

}

@media (min-width: 1199px) {

	.items-sec{
		flex-basis: 228px;
	}

	.reservation img {
		margin: 10px auto 10px auto;
 		width: 60%;
 }
 	.novelty-text {
		margin-left: 35px;
	}
	.reservation p {
		margin-bottom: 35px;
	}

}



.copyright{
	background: #000;
}
.copyright p{
    font-size: 9px;
    line-height: 1;
  }

