body{
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ ゴシック", "MS Gothic", Osaka, sans-serif;
	color:#333333;
	font-size:16px;
	line-height:2.0;
}
img{
	margin:0;
	padding:0;
	vertical-align: bottom;
}

header{
	position:relative;
	padding: 0 10px;
	background-color:#B30083;
	color:#ffffff;
}
header h1{
	font-size:16px;
	line-height:36px;
}
header h1 img{
	width:16px;
	height:16px;
	margin-right:5px;
	vertical-align: middle;
}


section{
	width:800px;
	margin:0 auto  ;
	border-bottom:1px solid #eee;
}
.wrap{
	margin:50px 20px;
}
section h1{
	font-size:30px;
	line-height:1.2;
	text-align:center;
}
section#shop h1{
	margin-bottom:20px;
}
section h1 span{
	font-weight:bold;
}
.update{
	margin-bottom:30px;
	color:#777777;
	font-size:14px;
	text-align:center;
}

.date_link{
	display:flex;
	margin:30px 0;
}
.date_link a{
	display:block;
	flex-grow:1;
	height:40px;
	margin:0 2px;
	font-weight:bold;
	text-align:center;
	line-height:40px;
	border-radius:5px;
	background-color: #F9DB57;
}
.date_link a:hover{
	background-color: #FCEDAA;

}
section h2{
	position: relative;
	margin:30px 0 15px;
	padding-left:20px;
	vertical-align: middle;
	color:#B30083;
	font-size:22px;
	font-weight:bold;
	border-bottom:5px solid #B30083;
}
section h2::before,
section h2::after{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	content: "";
	vertical-align: middle;
}
section h2::before{
    width: 12px;
    height: 12px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #B30083;
}
section h2::after{
    left: 5px;
    box-sizing: border-box;
    width: 3px;
    height: 3px;
    border: 3px solid transparent;
    border-left: 3px solid #fff;
}
section h3{
	color:#E4007F;
	font-size:18px;
	font-weight:bold;
}
section #mainimg{
	margin:15px 0 30px;
	text-align:center;
}
section .block{
	margin-bottom:50px;
}
section ul{
	display:grid;
	grid-template-columns:1fr 1fr;
	width:100%;
	margin:20px auto 15px;
}
section ul li{
	margin:0 2px 4px;
	font-size:16px;
}
section ul li a{
	position: relative;
	display:block;
	padding:5px 5px 5px 30px;
	background-color:#FFD5E3;
}
section ul li a::before{
	position: absolute;
	margin: auto;
	content: "";
	vertical-align: middle;
	top: 0;
	bottom: 0;
	left: 15px;
	box-sizing: border-box;
	width: 10px;
	height: 10px;
	border: 10px solid transparent;
	border-left: 10px solid #ffffff;
}
section p{
}
section p.syukkin{
	text-align:center;
}
section p span{
	color:#FF0055;
}
section p em{
	display:block;
	margin:20px;
	font-size:30px;
	text-align:center;
}
section .period{
	margin:15px 0;
}
section .period p{
	margin:30px 0 0;
	font-size:18px;
	text-align:center;
}
section .period p span{
	font-weight:bold;
}
section .period p.comments{
	margin:0 0 30px;
	font-size:12px;
}
section dl{
	display:grid;
	grid-template-columns:1fr 1fr;
	margin:30px auto ;
}
section .period dl{
	margin:10px auto 0 ;
}
section dt ,
section dd{
	margin-bottom:5px;
	padding:5px;
}
section dt{
	display: flex;
	align-items: center;
	justify-content: flex-end;
	background-color:#FFD5E3;
}
section dd{
	position: relative;
	padding-left:20px;
}
section dd em{
	color:#B30083;
}
section dd.comments{
	line-height:1.2;
}
section dd::before{
	position: absolute;
	margin: auto;
	content: "";
	vertical-align: middle;
	top: 0;
	bottom: 0;
	left: 5px;
	box-sizing: border-box;
	width: 7px;
	height: 7px;
	border: 7px solid transparent;
	border-left: 7px solid #FF558E;
}
section dd span{
	font-size:12px;
}
/*br{
	display:none;
}*/

footer{
	margin-top:30px;
	text-align:center;
}
footer a{

}
footer small{
	display:block;
	font-size:14px;
	}

@media screen and ( max-width:800px )
{
body{
	font-size:14px;
	line-height:1.7;
}
header h1{
	font-size:14px;
}
section{
	width:100%;
}
.wrap{
	margin:30px 15px;
}
section h1{
	font-size:20px;
	line-height:1.2;
	text-align:center;
}
section h2{
	margin-bottom:20px;
	font-size:18px;
}
.date_link{
	display:grid;
	grid-template-columns:1fr;
	margin:30px 0;
}
.date_link a{
	display:block;
	height:40px;
	margin:2px 0;
	font-weight:bold;
	text-align:center;
	line-height:40px;
	border-radius:5px;
	background-color: #F9DB57;
}

section ul{
	display:grid;
	grid-template-columns:1fr;
	width:100%;
	margin:20px auto 20px;
}
section ul li{
	font-size:14px;
}
section ul li a{
	padding:5px 5px 5px 20px;
}
section ul li a::before{
	left: 10px;
	box-sizing: border-box;
	width: 5px;
	height: 5px;
	border: 5px solid transparent;
	border-left: 5px solid #ffffff;
}
section p em{
	margin:20px 0;
	font-size:20px;
	text-align:center;
}
section .period p{
	margin:30px 0 0;
	font-size:16px;
	text-align:center;
	line-height:1.4;
}
section dl{
	grid-template-columns:1fr;
	margin:20px auto ;
}
section dt{
	margin-bottom:0;
	justify-content: flex-start;
}
section dd{
	padding-bottom:10px;
	margin-bottom:0px;
	border-bottom:2px solid #B30083;
}
section dd.comments{
	line-height:1.4;
}
br{
	display:inline;
}
}
@media screen and ( max-width:570px )
{
	#mainimg img{
		width:100%;
		height:auto;
	}
}
