@charset "utf-8";
/* CSS Document */

/*メインビジュアル*/

/*.conA{
	margin-bottom: 20px;
}*/

.conA .container{
	height: 160px;
	background-image: url("../img/main02_sm.jpg");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center top;
	display: flex;
	justify-content: center;
	align-items: center;
	
}

.conA h1{
	font-family: 'Noto Serif JP', serif;
	font-size: 24px;
	letter-spacing: 0.1em;
}


@media print, screen and (min-width: 768px){
	
.conA{
	margin-bottom: 50px;
}
	
	.conA h1{
		font-size: 30px;
	}
	
	.conA .container{
		background-image: url("../img/main02.jpg");
		height: 300px;
	}
}


@media print, screen and (min-width: 768px){
	
	.main{
		padding:0 50px 30px;
		
	}
}




/*お問い合わせ*/

.post{
	max-width: 800px;
	margin: 0 auto 50px;
}

.main p{
	margin-bottom: 1em;
	font-size: 15px;
}

.contact{
	/*border: 3px solid #795A9E;*/
	padding: 1em;
	box-sizing: border-box;
	text-align: center;
	width: 90%;
	margin: 0 auto 1em;
	background:#f0eaf8;
}

.post .contact p{
	margin-bottom: 0.5em;
	font-size: 16px;
}

.post .contact p.fax{
	font-size: 24px;
	/*margin-bottom: 0;*/
	font-weight: bold;
}

.post .contact p.tel-order{
	font-size: 14px;
	margin-bottom: 1em;
}

span.mark{
	font-size: 50%;
	color: #8B70B7;
	vertical-align: middle;
	margin-right: 0.5em;
}

span.tel-n{
	font-size: 24px;
}

.post .contact p.order-time{
	color: #fff;
	background: #C73333;
	background: #785a9e;
	margin-bottom: 1em;
	padding: 0.2em 1em;
	box-sizing: border-box;
	border-radius: 5px;
}

@media print, screen and (min-width: 768px){
	
	.post{
		margin-bottom: 80px;
	}

	.contact{
		text-align: left;
		padding:1em 2em 2em;
	}
	
.post .contact p{
	font-size: 16px;
}
	
	.post .contact p.fax{
	font-size: 30px;
	margin-bottom: 0;
}

span.tel-n{
	font-size: 34px;
}
	
	
.post .contact p.tel-order{
	font-size: 16px;
}	
	
}

.tel-order a{
	text-decoration:none;
	color: steelblue;
}


/*注文用紙ボタン用*/



.order-btn a{
	display: block;
	padding:1em;
	box-sizing: border-box;
	color: #000;
	background: #F4EAE4;
	border:1px solid #000;
	font-size: 16px;
	text-align: center;
	font-weight: bold;
	margin-bottom: 20px;

}

@media print, screen and (min-width: 768px){
	

.order-btn{
	display: flex;
	justify-content: space-around;
}
	
	
	
.order-btn a{
	padding:0.5em 1em;
width: 48%;
	margin-bottom: 0;
}	
	
}


/*供物ボックス*/

.main h2{
	font-family: 'Noto Serif JP', serif;
	margin-bottom: 1em;
	font-size: 20px;
}

.main h3{
	font-family: 'Noto Serif JP', serif;
	margin-bottom: 1em;
	border-bottom: 2px solid #8B70B7;/*下線（太さ 実線 色）*/
    position: relative;
	padding-bottom: 0.2em;
}

.main h3::after{
	content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: 2px;/*下線部 二本線の間の余白*/
    width: 100%;
    height: 1px;/*下線部上線の太さ（高さ）*/
    background: #8B70B7;/*下線部上線の色*/
}

.main h4{
	font-weight: bold;
	margin-bottom: 0.5em;
}



.wp-block-columns{
	margin-bottom: 50px;
}

.wp-block-columns img{
	margin-bottom: 1em;
	
	
}


@media print, screen and (min-width: 768px){
.main h2{
	font-size: 26px;
}
	
	.main h3{
		font-size: 22px;
	}
	
	.main h4{
		font-size: 18px;
	}
	
.wp-block-columns{
	margin-bottom: 80px;
}
}



.contact .wp-block-columns{
	margin-bottom: 0;
}




