@charset "UTF-8";
/* CSS Document */

header{
	width: 100%;
	height: 50px;
	background-color: hsla(0,0%,0%,0.7);
	position: fixed;
	z-index: 1;
	
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	 align-items: center;
}

.btn{
	background-color: hsla(0,0%,100%,1.00);
	padding: 0.5rem 1rem;
	margin: 0 0.5rem;
}

main{
    width: 100%;
    position: relative;
}

.container-base{
    width: 100%;
    max-width: 1200px;
    height: 100%;
    /*overflow: scroll;*/
    margin: 0 auto;
    background-image: url(../img/base_news.jpg);
    background-position: 35% top;/*	gridで中央表示*/
    background-repeat: no-repeat;	/*display: grid;
	grid-template-columns: 100vw;
	grid-template-rows: 100vh;*/
    background-size: 120%;
    background-attachment: fixed;
}

.section-bt{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	background-color: hsla(179,41%,66%,1.00);
}

.link-bt{
width:45%;
margin:0 1%;
}

.link-bt img{
width:100%;

}




/*------------*/

#fb_sns {
	/*background-image: url(../img/sns_fb_border.png);
	background-repeat: no-repeat;
	background-position: 50% 0%;*/
	font-size: 18px;
	font-weight: bolder;
	line-height: 1.2em;
	text-align: center;
	margin: 0;
	padding: 0;
	position: relative;
	text-align: center;
	width: 100%;
	height: 110px;
	z-index: 99;
	margin-top: 50px;
}


.news-header{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 1rem;
}

.header-logo{
	margin-top:5%;
	width:43%;
}

.header-title{
	width:30%;
}

.news-wrapper{
    position: relative;
	margin:auto;
	width:95%;
    display: flex;
	 flex-wrap: wrap;
	justify-content: space-between;
  /* height:100%;*/
}

.news-wrapper::after{
  content:"";
  display: block;
  width:32.5%;
}


.news-thumbArea{
/*	display: flex;*/
	position: relative;
    width: 100%;
    background-color: #000000;
    /*background-image: url(../img/news_thumb_base.png);
    background-position: center top;
    background-size: 100% auto;
    background-repeat: no-repeat;*/
	margin-bottom: 1.5rem;
}

.news-thumbBase{
position: relative;
width:100%;	
}

.news-contents{
position: absolute;	
top:0;
height: 100%;
}

.news-date{
    color: #B98D6E;
    line-height: 1em;
  padding:5% 5% 3% 5%;
    position: relative;
	font-size: 85%;
	width:100%;
}

.news-thumbTitle{
	 color: #E5DCD2;
	line-height: 1.4em;
	font-size: 100%;
padding:0 5%;

	
	position: relative;
  
	width:100%;
}

.news-thumbTitle a{
	 color: #E5DCD2;
}

.news-thumbTitle a:hover{
	 color: #fff;
}

.news-thumbImg{

	padding:0 0.5%;
	position: absolute;
	width:100%;
	bottom: 17.5%;
}

.news-readmore{
	padding:0 0.5%;
	position: absolute;
	width:100%;
	bottom: 0.5%;
}





.news-textArea{
    position: relative;
    width: 100%;
    max-width: 1000px;
    background-color: hsla(0,0%,0%,0.76);
    margin: auto;
    padding: 2rem 0.5rem;
}

.news-date2{
    color: #B98D6E;
    line-height: 1em;
    position: relative;
	font-size: 90%;
	width:100%;
	margin-bottom: 1rem;
}

.news-title{
	 color: #E5DCD2;
	line-height: 1.4em;
	font-size: 120%;
	position: relative;
	width:100%;
	margin-bottom: 2rem;
}

.news-img{
    position: relative;
    width: 100%;
    /*border: 1px solid hsla(30,35%,45%,0.4);*/
    padding-bottom: 0px;
	margin: 10px 0;
}

.news-text{
	position: relative;
	width:100%;
	line-height: 1.4em;
	color: #CEBEAE;
	margin:2rem 0;
}

.news-closeBt{
	position: absolute;
	top:-50px;
	right: -15px;
   /* left:100px;*/
	z-index: 10;
	width:10%;
	max-width:90px;
	min-width: 60px;
}

.news-return{
	width:30%;
	max-width:180px;
	min-width:130px;
}


.waku {
	border: 1px dotted #B98D6E;
	margin: 20px 0;
	padding: 20px;
}

.aka {
	color: #FF0251;
}

hr {
	border-top: 1px dotted #B98D6E;
	border-bottom: none;
	border-left: none;
	border-right: none;
	margin: 20px 0;
	padding: 0;
}

.kugiri {
	clear: both;
}

.shoplist td {
    border-collapse: collapse;
	border: 1px dotted #666;
}

.only_pc {
	text-align: center;
	display: none;
}
.only_sp {
	text-align: center;
	display: block;
}
@media screen and (min-width: 1000px) {
.only_pc {
	text-align: center;
	display: block;
}
.only_sp {
	text-align: center;
	display: none;
}
}


@media screen and (min-width: 768px) {
	
	.container-base{

    background-size: 110%;
}
	
	
	.header-logo{
	margin-top:3%;
	width:27%;
}

.header-title{
	width:20%;
}
	
.news-thumbArea{
    width: 32%;
	margin-bottom: 1.5rem;
}
	
		.news-thumbTitle{
	font-size: 85%;
}
	
	.news-title{
		font-size:150%;
		}
	


}


@media screen and (min-width: 900px) {
	
			.news-thumbTitle{
	font-size: 100%;
}

	
}

@media screen and (min-width: 1100px) {
	
			.news-thumbTitle{
	font-size: 120%;
}

	
}


.text-wrapper{
	justify-self: center;
	align-self: center;
	padding: 0em 20px;
	background-color: #000;
	color: #000;
	line-height: 1.7em;
	width: 100%;
}





.footer{
width:100%;
max-width: 640px;
margin:0 auto;
padding:1em 0;

}


.theater table {
	width:900px;
	text-align:center;
	margin: 0 auto;
	padding: 0;
    border-collapse: collapse;
	border: 1px solid #666;
    /*border-spacing:2px;*/

}

.theater table th {
	/*color: #e30077;*/
	color: #000;
	padding: 12px;
	background-color: #666;
	text-align: center;
}
.th_right{
	border-right: 1px solid #000;
}

.theater table td {
	color:#ccc;
	padding: 12px;
	border: 1px solid #666;
	/*background-color: rgba(232,83,130,0.80);*/
}
  .sp_date {
	background-color: rgba(0,0,0,0.10);
  }


.demo03 th, .demo03 td  {text-align: left;}
@media only screen and (max-width: 900px) { 
  .demo03 { margin: 0;}
  .demo03 tr {
    display:block;
    margin-bottom: 10px;
  }
  .demo03 th {
    display: none;
  }
  .demo03 td {
    display: list-item;
	list-style:none;
	width: 100%;
    border:none;
    text-align: right;
    vertical-align: middle;
  }
  .demo03 td::before {
	content: attr(data-label);
    float: left;
	font-size: 0.7em;
	color: #000;
	margin: 0 10px 0 0;
  }
  .sp_date {
	color: #000;
	border-bottom: none;
	background-color: #666;
  }
.demo03 td img {width: 250px;}
			
.theater table {
	width:100%;
	margin: 0;
	padding: 0;
    border-collapse:collapse;
	border: none;
}

.theater table td {
	width: 95%;
	margin: 0;
	padding: 10px;
}
}




/*@media screen and (min-width: 1281px) {
}*/

/*@media screen and (min-width: 1101px) {
}

@media screen and (min-width: 961px) {
}*/
