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

/* 中身======================================================================================================== */
#top_copy{
	text-align: center;
}
#top_copy h2 img{
	height: 100px;
}
#top_copy p{
	margin: 20px 0;
}
#top_copy p span{
	color: #C00;
}

.box_line h3{
	margin: 0 0 10px;
}
.box_line h3 img{
	height: 20px;
}
.box_line h3 + h4{
	font-size: 16px;
	margin: 0 0 10px;
}

.price{
	display: block;
	text-align: center;
	border: solid 2px #111;
	padding:20px;
}
.price em{
	font-size: 5vw;
}
.price em span{
	color: #8D0107;
	font-size: 6vw;
}
.price p{
	font-size: 12px;
}



#cost .comicomi{
}
#cost .comicomi li{
	text-align: center;
	color: #FFF;
	background-color: #CC9997;
	border-radius: 5px;
	margin: 10px 0 0;
	padding: 10px;
}
#cost .comicomi li h5{
	font-size: 18px;
	font-weight: bold;
}
#cost .comicomi li ol{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#cost .comicomi li li{
	width: 49%;
	background-color: #9A6665;
	border-radius: 5px;
	margin: 10px 0 0;
	padding: 10px;
}
#cost .comicomi li li h5{
	font-size: 12px;
}




#taishin .img01{
	text-align: center;
	margin: 0 0 20px;
}
#taishin .text{
	margin: 0 0 20px;
}


#kimitsu ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#kimitsu li{
	width: 48%;
	margin-bottom: 10px;
}
#kimitsu li img{
	max-height: 32vw;
}
#kimitsu li .photo{
	text-align: center;
}
#kimitsu .btn{
	margin: 30px 0;
	text-align: center;
}
#kimitsu .btn a{
	display: block;
	text-decoration: none;
	padding: 10px 60px 10px 40px;
	border: solid 1px #333;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
}
#kimitsu .btn a::before{
	right: 13px;
}
#kimitsu .president{
	text-align: center;
	margin-top: 30px;
}
#kimitsu .president > *{
	display: inline-block;
	vertical-align: middle;
}
#kimitsu .president p{
	margin-right: 20px;
	font-size: 16px;
}


#contact{
	text-align: center;
}
#contact p{
	font-size: 16px;
	margin: 0 0 10px;
}
#contact .btn{
	text-align: center;
}
#contact .btn a{
	display: block;
	text-decoration: none;
	background-color: #670002;
	color: #FFF;
	padding: 10px 60px 10px 40px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
}
#contact .btn a::before{
	right: 13px;
	border-color: #FFF;
}





/* PCのみ======================================================================================================== */
@media print and (min-width: 671px), screen and (min-width: 671px){

#top_copy h2 img{
	height: auto;
}
#top_copy p{
	margin: 30px 0;
}

.box_line h3{
	margin: 0 0 20px;
}
.box_line h3 img{
	height: auto;
}
.box_line h3 + h4{
	font-size: 20px;
	margin: 0 0 20px;
}


.price{
	width: 440px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
	box-sizing: border-box;
	padding:20px;
}
.price em{
	font-size: 30px;
}
.price em span{
	font-size: 40px;
	line-height: 1.2;
}


#cost .comicomi ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#cost .comicomi li{
	width: 355px;
}
#cost .comicomi li.gaiko{
	width: 100%;
}
#cost .comicomi li p{
	font-size: 12px;
}
#cost .comicomi li ol{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#cost .comicomi li ol li{
	width: 24%;
}


#taishin .flex{
	display: flex;
	flex-wrap: wrap;
	flex-direction: row-reverse;
}
#taishin .flex .text{
	flex: 1;
	margin-right: 20px;
}


#kimitsu li img{
	max-width: 345px;
	max-height: 263px;
}
#kimitsu li p{
	font-size: 12px;
}

#kimitsu .btn a{
	display: inline-block;
	box-sizing: border-box;
	margin-right: auto;
	margin-left: auto;
}
#kimitsu .btn a:hover{
	border-color: #803A4A;
	background-color: #803A4A;
	color: #FFF;
}
#kimitsu .btn a:hover::before{
	border-color: #FFF;
}

#contact p{
	font-size: 20px;
	margin: 0 0 20px;
}
#contact .btn a{
	display: inline-block;
	box-sizing: border-box;
	margin-right: auto;
	margin-left: auto;
}
#contact .btn a:hover{
	background-color: #C00;
	color: #FFF;
}





}