/*＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊*/
/*基本設定（滅多に変更しない）*/
/*＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊*/


@media screen and (min-width:601px) and ( max-width:980px){
body {
	background: #F7F7F3;
	color:#232320;
	font-family:'Noto Sans JP', "Meiryo UI", "Hiragino Sans", "Yu Gothic UI", "MS PGothic", "Hiragino Kaku Gothic ProN", sans-serif;
	letter-spacing:1.2px;
	font-size: 16px;
  }

a {
  color: #c41e1e;
  transition: 0.3s;
}
a:hover {
	color: #471b1b;
  transition: 0.3s;
}
::selection {
	background: #FFFFFF;
	color: #232320;
}
ul{
	padding: 0;
}
   
.pcnone{
	display:none;
}
hr{
	margin: 80px;
	border: none;
}
h1{
	text-align: center;
	margin-bottom: 80px;
}
.box{
	width: 80%;
	margin: 10%;
}

/*フェードインの処理*/
.fadein {
	opacity : 0;
	transform : translate(0, 0px);
	transition :1s;
	-webkit-transform: scale(1);
            transform: scale(1);
}
/* 画面内に入った状態 */
.fadein.scrollin {
    opacity : 1.3;
    transform : translate(0, 0);
	transform: translateY(0);
	  -webkit-transform: scale(1);
            transform: scale(1);
    }


/*メニュー周辺*/


/*TOP周辺*/
#top{
	margin: 0 auto;
	text-align: center;
}
#top img{
	width: 100%;
}
#top h1{
	background: rgb(196,30,30);
	background: linear-gradient(132deg, rgba(196,30,30,1) 0%, rgba(121,9,37,1) 63%, rgba(48,48,48,1) 100%);
	-webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
	font-size: 4rem;
	font-weight: bold;
}
.inview img {
	opacity: 0;
	-moz-transition: -moz-transform 0.5s linear;
	-webkit-transition: -webkit-transform 0.5s linear;
	-o-transition: -o-transform 0.5s linear;
	-ms-transition: -ms-transform 0.5s linear;
	transition: transform 0.5s linear;
	-webkit-animation-duration: 1.5s;
	animation-duration: 2.5s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
  }
  .img-blur {
	-webkit-animation-name: imageBlur;
	animation-name: imageBlur;
	opacity: 1;
	transition: .8s;
  }
  
  @-webkit-keyframes imageBlur {
	from {
	  opacity: 0;
	  -webkit-filter: blur(15px);
	  -moz-filter: blur(15px);
	  -ms-filter: blur(15px);
	  -o-filter: blur(15px);
	  filter: blur(15px);
	}
  
	to {
	  opacity: 1;
	  -webkit-filter: blur(0px);
	  -moz-filter: blur(0px);
	  -ms-filter: blur(0px);
	  -o-filter: blur(0px);
	  filter: blur(0px);
	}
  }
  @keyframes imageBlur {
	from {
	  opacity: 0;
	  -webkit-filter: blur(15px);
	  -moz-filter: blur(15px);
	  -ms-filter: blur(15px);
	  -o-filter: blur(15px);
	  filter: blur(15px);
	}
  
	to {
		opacity: 1;
	  -webkit-filter: blur(0px);
	  -moz-filter: blur(0px);
	  -ms-filter: blur(0px);
	  -o-filter: blur(0px);
	  filter: blur(0px);
	}
  }

.top-bottom{
	margin: 100px auto 0 auto;
	background-color: #ffffff;
	padding:50px ;
	border-radius: 20px;
	position: relative;
	width: 70%;
	text-align: center;
}
.top-bottom h2{
	border-radius: 50px;
	padding: 5px 10px;
	position: absolute;
	background: rgb(196,30,30);
	background: linear-gradient(150deg, rgba(196,30,30,1) 0%, rgba(121,9,37,1) 78%, rgba(48,48,48,1) 100%);
	color: #ffffff;
	left: 0;
	right: 0;
	top: -20px;
	margin: auto;
	width: 100px;
	font-weight: 900;
	font-size: 20px;
	letter-spacing: 5px;
}
.top-bottom .day{
	font-size:3rem ;
	color: #c41e1e;
	font-weight: 900;
}
.top-bottom .day .yobi{
	color: #303030;
	font-size: 28px;
	padding: 0 10px ;
}
.top-bottom .day .place{
	font-size: 2.5rem;
	color: #303030;
}
.top-bottom .day .map{
	font-size: 1.4rem;
}
.top-bottom .time{
	color: #c41e1e;
}
.top-bottom .part{
	margin-top: 20px;
	font-weight: bold;
	letter-spacing: 2px;
	font-size: 1.3rem;
	line-height: 30px;
}

/*NEWS*/
#news .grid{
	display: grid;
	grid-template-columns: 30% 65%;
	justify-content: space-between;
	font-weight: bolder;
}
#news h2{
	font-weight: bold;
	font-size: 3rem;
	letter-spacing: 5px;
	background: rgb(196,30,30);
	background: linear-gradient(132deg, rgba(196,30,30,1) 0%, rgba(121,9,37,1) 63%, rgba(48,48,48,1) 100%);
	-webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
#news ul li{
	list-style: none;
	letter-spacing: 1.5px;
	padding-bottom: 10px;
}
#news ul li .day{
	font-weight: bolder;
	padding-right: 20px;
}

/*ABOUT*/
#about{
	background: #ffffff;
	border-radius: 20px;
	padding:5%;
	width: 70%;
	font-weight: bold;
}
#about h2{
	font-size: 2.2rem;
	font-weight: bold;
	text-align: center;
	margin-bottom: 50px;
	color: #c41e1e;
}
#about table tr td:first-child{
	width: 25%;
	padding-left: 25px;
}
#about table tr td{
	line-height: 28px;
	vertical-align: top;
	padding-bottom: 50px;
}
#about .guest-grid{
	display: grid;
	grid-template-columns: 30% 30%;
	grid-gap: 50px;
	margin: 30px 0 0 0;
	text-align: center;
}
#about .guest-grid .guest-submidashi{
	background:#c41e1e;
	color: #ffffff;
	font-size: 12px;
	padding: 3px 15px;
	margin: 5px 0;
	border-radius: 20px;
	display: inline-block;
}
#about .guest-grid img{
	width: 100%;
	margin-bottom: 10px;
}


/*GOODS*/
#goods{
	text-align: center;
}
#goods h2 ,
#qa h2{
	font-weight: bold;
	font-size: 3rem;
	letter-spacing: 5px;
	background: rgb(196,30,30);
	background: linear-gradient(132deg, rgba(196,30,30,1) 0%, rgba(121,9,37,1) 63%, rgba(48,48,48,1) 100%);
	-webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
	display: inline-block;
}
#goods .content{
	margin: 100px 0;
	text-align: left;
}
#goods .goods-name{
	font-weight: bold;
	position: relative;
	padding-bottom: 10px;
	margin-bottom: 5px;
	font-size: 1.2rem;
}
#goods .goods-name::before{
	content: "";
	position: absolute;
	bottom: 0;
	display: block;
	width: 100%;
	height: 2px;
	background-color: #c41e1e;
}
#goods .price{
	text-align: right;
	font-weight: bold;
	font-size: 1.1rem;
}
#goods .content .grid{
	display: grid;
	grid-template-columns: 33% 33% 33%;
	margin: 30px 0;
}
#goods .grid img{
	width: 100%;
}
#goods .atari{
	color: #c41e1e;
}
#goods .coution{
	text-align: left;
}
#goods .coution span{
	margin: 50px 0 15px 0;
	display: block;
	font-weight: bold;
}

/*QA*/
#qa{
	text-align: center;
}

dl.accordion {
    margin:50px auto;
    padding:0 ;
	text-align: left;
  }

dl.accordion dt {
    border-bottom: 2px dotted #999;
    height:40px;
    text-indent:10px;
    line-height:40px;
    cursor:pointer;
}

dl.accordion dd {
    padding:10px 40px 10px 10px;
    line-height:1.5;
    display:none;
}


/*footer*/
#footer{
	position: relative;
	text-align: center;
	padding: 15px 0;
	background: #c41e1e;
	color: #ffffff;
}


}