@charset "utf-8";
/* CSS Document */
.main_box h1{
	line-height: 0;
	margin: 0;
}

h2{
	text-align: left;
	font-weight: bold;
	margin-bottom: 0;
	font-size: 32px;
	height: 60px;
	line-height: 60px;
	color: #3f8597 !important;
	padding: 10px 0 0 70px;
}

.H2{
	border-bottom: 2px solid #988445;
	    position: relative;
}
.H2 .receive{
	padding: 0;
    font-size: 16px;
    text-align: right;
	margin-bottom: 10px;
}
.H2 .receive span{
	padding: 5px 1em;
    color: #fff;
    font-weight: bold;
    font-size: 20px;
}
.H2 .receive span.shop{
	background-color: #154c2a;
	position: absolute;
	bottom: 10px;
    right: 0;
}
.H2 .receive span.delivery{
	background-color: #ebbd40;
	position: absolute;
	bottom: 10px;
    right: 0;
}
h2.s_h2{
	/*border-bottom: 2px solid #988445;*/
	background: url(../images/icon.jpg) no-repeat top 10px left;
}

h2 span{
	font-size: 20px;
	color: #333;
}

h2.p_tb{
	padding-bottom: 10px;
}

h3{
	font-size: 20px;
	color: #fff;
	padding:15px; 
	text-align: center;
	font-weight: bold;
	margin-bottom: 0;
	background-color: #b93a29;
}


h3 span{
	font-size: 22px;
}

p{
	margin: 0;
	padding: 0;
}

#main{
	margin: 0 auto;
	width: 100%;
}

.tyuki{
	margin-top: 10px;
	font-size: 14px;
}

.tyuki_f{
	padding: 20px;
	background-color: #f0f0f0;
	border-top: dashed #ccc 1px;
	font-size: 14px;
	margin-bottom: 30px;
}

.DivLink{
    position:relative;
}

.DivLink .Link{
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.wrap01{
	background-color: #fff;
	margin-top: 20px;
}

.container{
	display: flex;
	margin: 15px auto 10px;
}

.item{
	padding: 20px;
	text-align: center;
	width: 100%;
	color: #fff;
	font-weight: bold;
	font-size: 19px;
}

.s_item{
	background-color: #1c50a1;
}

.s_item:hover{
	opacity: 0.5 ;
}

.btn_l{
	background-color: #fff;
	border: solid 4px #988445;
	text-align: center;
	color: #333;
	font-weight: bold;
	font-size: 19px;
	padding: 20px;
	margin-right: 10px;
}
.d-flex{
	display: flex;
	justify-content: space-between;
    flex-wrap: nowrap;
}
.d-flex > p{
	width: 48%;
}
.d-flex > p a{
	display: block;
	padding: 10px .5em;
	text-decoration: none;
	color: #fff;
}
.d-flex > p a:hover{
	opacity: 0.5;
}
.d-flex > p:nth-child(1){
	background-color: #ebbd40;
	border-radius: 25px;
}
.d-flex > p:nth-child(2){
	background-color: #154c2a;
	border-radius: 25px;
}
.btn_r{
	background-color: #a49050;
	text-align: center;
	color: #fff;
	font-weight: bold;
	font-size: 19px;
	padding: 45px 0 20px;
}

.btn_r:hover{
	opacity: 0.5 ;
}


.wrap03{
	border-top: 1px dashed #999;
	margin-top: 30px;
}

.wrap04{
		border-top: 1px dashed #999;
	margin-top: 30px;
	}


.wrap04 .category_box p.s_p{
	background: #fcf1d2;
padding: 20px;
}

.wrap03 .category_box p.hayatoku,.wrap04 .category_box p.hayatoku{
	font-size: 14px;
	padding: 10px;
}

.wrap01,.wrap02,.wrap03,.wrap04,.wrap05,.wrap06,.wrap07{
	width: 100%;
	max-width: 640px;
	margin-left: auto;
	margin-right: auto;
}

.main_box{
	margin: 0 auto;
	width: 100%;
	max-width: 640px;
	background-color: #fff;
}

.main_box img {
	width: 100%;
	max-width: 640px;
}
.main_box .pointLink{
	text-align: center;
	background-color: #fff3a2;
    margin: 10px 0;
    font-size: 19px;
	border: 2px solid #f3e47e;
}
.main_box .pointLink a{
	text-decoration: none;
    font-weight: bold;
    color: #231816;
    display: block;
    padding: 20px;
}
.obi{
	margin: 0 auto;
	color: #333;
	font-size: 19px;
	font-weight: bold;
}

.obi p{
	padding: 0 20px;
	    line-height: 1.5;
}


.category_box{
	margin: 0 auto 40px;
	width: 100%;
	max-width: 640px;
	background-color: #fff;
}

.category_box img{
	width: 100%;
	max-width: 640px;
}

.category_box p{
	padding: 20px 0;
	font-size: 16px;
}

a img:hover {
	opacity: 0.5 ;
}


.indent{
	    text-indent: -1em;
    padding-left: 1em;
}

.pc{
  display:block;
}
.sp{
  display:none;
}


@media (max-width:768px) {
	
	.H2{margin-bottom: 50px;}
	.H2 .receive span{
		font-size: 13px;
	}
	.H2 .receive{
		margin: 0 0.5em 10px 0;
	}
	.H2 .receive span{
		padding: 5px 1em;
	}
	
	.H2 .receive span.shop {
    bottom: -40px;
    right: 5px;
}
	
	.H2 .receive span.delivery {
    bottom: -40px;
    right: 5px;
}
	
	h2 {
 font-size: 19px;
	height: auto;
	line-height: 1.5;
	padding: 10px 0 15px 55px;
}
	
	h2.s_h2{
		background: url(../images/icon.jpg) no-repeat top 0px left;
		background-size: contain;
}
	
	h2 span{
	font-size: 16px;
	color: #333;
}
	h2.p_tb{
	padding-top: 15px;
	padding-bottom: 15px;
}

	h3{
	font-size: 16px;
		padding: 15px 10px;
}
	
	h3 span{
	font-size: 17px;
}
	.main_box .pointLink{
		font-size: 16px;
		width: 98%;
		margin: 10px auto;
	}
	.tyuki{
	margin: 10px 5px 0;
}
span.tyuki{
	font-size: 11px;
}
	.container{
	display: flex;
	margin: 10px auto 10px;
	flex-wrap: wrap;
}
	
	.item{
	padding: 15px 10px;
	font-size: 13px;
}
	
	.s_item{
	margin-right: 5px;
}

	.btn_l{
	font-size: 13px;
	padding: 15px 10px;
	margin: auto;
}
.d-flex{
	flex-wrap: wrap;
}
.d-flex > p{
	width: 100%;
}
.d-flex > p:nth-child(1){
	margin: 10px 0 0;
}
.d-flex > p:nth-child(2){
	margin: 10px 0 0;
}
	.btn_r{
	font-size: 13px;
	padding: 22px 10px 15px;
	margin: 10px 0;
}
	
	.wrap03 .category_box p.hayatoku,.wrap04 .category_box p.hayatoku{
	font-size: 13px;
	padding: 10px;
}
	
	.wrap01,.wrap02,.wrap03,.wrap04,.wrap05,.wrap06,.wrap07{
	width: 100%;
	max-width: 640px;
	margin-left: auto;
	margin-right: auto;
}
	
	.wrap02{
		width: 98% !important;
	}
	
	.wrap03{
		border-top: 1px dashed #999;
	}

	.wrap04{
		border-top: 1px dashed #999;
	}

	
.obi{
	margin: 0 auto;
	font-size: 16px;
	font-weight: bold;
}
	
	.obi p{
	padding: 0 15px;
		    line-height: 1.5;
}
	
	.category_box{
	margin: 0 auto 30px;
	width: 100%;
	max-width: 640px;
	background-color: #fff;
}

	.category_box p {
    padding:15px 10px;
    font-size: 16px;
}
	
	.sp{
  display:block;
}
.pc{
  display:none;
}

	
}