@charset "UTF-8";


section{
	margin-top: 40px;
}

.sp_only{
	display: none;
}
.pc_only{
	display: block;
}

.font_bold{
	font-weight: bold;
}
.top hr{
	margin: 30px 0;
}
.coupon-list hr{
	margin: 15px 0;
}

h2{
	font-size: 26px;
	font-weight: bold;
	padding: 20px 0 10px 0;
}

.flex-box {
  display: flex;
  flex-wrap: wrap;
  text-align: center;
}

.flex-item {
  width: 30%;
  height: auto;
  margin: 10px;
}

.page-content img{
	margin-bottom: 0;
}

.float{
	display: inline-block;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2), 0 0 20px rgba(128, 128, 128, 0.1) ;
    /*アニメーションの設定*/
    transition: all .3s;
}

/*hoverをしたらボックスの影が拡がり色が濃くなる*/
.float:hover {
    box-shadow: 0 1px 10px rgba(0, 0, 0, 0.4), 0 0 25px rgba(62, 62, 62, 0.1) ;
    border-color: transparent;
}
/*.open {
	cursor:pointer; /* マウスオーバーでカーソルの形状を変えることで、クリックできる要素だとわかりやすいように 
}*/
#pop-up-ihai,
#pop-up-butsudan,
#pop-up-butsugu,
#pop-up-komonorui,
#pop-up-henreihin-catalog,
#pop-up-henreihin-gourmet,
#pop-up-henreihin-nichiyouhin,
#pop-up-shirochochin,
#pop-up-shijukunichi,
#pop-up-isshuki,
#pop-up-sankaiki {
	display: none; /* label でコントロールするので input は非表示に */
}
.overlay {
	display: none; /* input にチェックが入るまでは非表示に */
}
#pop-up-ihai:checked + .overlay, 
#pop-up-butsudan:checked + .overlay, 
#pop-up-butsugu:checked + .overlay, 
#pop-up-komonorui:checked + .overlay, 
#pop-up-henreihin-catalog:checked + .overlay, 
#pop-up-henreihin-gourmet:checked + .overlay, 
#pop-up-henreihin-nichiyouhin:checked + .overlay, 
#pop-up-shirochochin:checked + .overlay, 
#pop-up-shijukunichi:checked + .overlay, 
#pop-up-isshuki:checked + .overlay, 
#pop-up-sankaiki:checked + .overlay{
	display: block;
	z-index: 9999;
	background-color: #00000070;
	position: fixed;
	width: 100%;
	height: 100vh;
	top: 0;
	left: 0;
}
.window {
	width: 500px;
	height: auto;
	padding: 20px 20px;
	background-color: #ffffff;
	border-radius: 6px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	transition: all .3s;
}
h3 {
	font-size: 22px;
	padding-top: 20px;
	text-align: left;
}
.window p{
	text-align: left;
}
.coupon-code p{
	text-align: center;
}
.font-brown{
	color: #BE9A15;
	font-size: 22px;
}
.code{
	font-size: 24px;
	background-color: #BE9A15;
	color: #ffffff;
	padding: 10px;
}
.close {
    cursor: pointer;
    position: absolute;
    top: 6px;
    right: 8px;
    font-size: 40px;
    width: 50px;
    height: 50px;
    vertical-align: top;
    border-radius: 50px;
    color: #ffffff;
    background-color: #171C61;
    border-color: #ffffff;
}

.margin20{
	margin: 20px 0;
}
.delail-bold{
	font-weight: bold;
	font-size: 18px;
	color: #BE9A15;
	margin-top: 10px;
}



@media(max-width: 767px){

.sp_only{
	display: block;
}
.pc_only{
	display: none;
}

h2{
	font-size: 24px;
}

.flex-item {
  width: 47%;
  margin: 5px;
}

.window {
	width: 340px;
	padding: 15px;
}
h3 {
	font-size: 22px;
	padding-top: 20px;
	text-align: left;
}
.font-brown{
	color: #BE9A15;
	font-size: 20px;
}
.font-small{
	font-size: 14px;
}
.code{
	font-size: 20px;
	padding: 5px;
}
.close {
    top: 7px;
    right: 7px;
    font-size: 24px;
    width: 33px;
    height: 33px;
    border-radius: 30px;
}

.margin20{
	margin: 20px 0;
}
.delail-bold{
	font-size: 15px;
	margin-top: 5px;
}

}