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

#single article #ichiran:hover {
	background-color: #555;
	color: #fff;
}
#introBox .snsBox {
    justify-content: flex-end;
    gap: 0px 10px;
	width: 70px;
}
.imgBox .names {
	font-size: 18px;
	padding-top: 0.3em;
}
#single .sec h3.h3-Cnn {
	border: none;
}
#single .sec h3.h3-Cnn::before {
	content: "　";
	width: 2.2em;
	display: inline-block;
	background-image: url("../img/necktie.svg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 100%;
	margin-right: 0.3em;
}
#sec03 .flex {}
#sec03 .flex .itemBox {
	width: 48.5%;
	max-width: 386px;
}
#sec03 .flex .itemBox dt {
	font-size: 18px;
	text-align: center;
	padding: 0.5em 0;
	font-weight: 600;
}
#sec03 .flex .itemBox dd {
	font-size: 16px;
}
#single .sec h3.h3Shop {
	border: none;
	padding-bottom: 0;
}
.btPdf {
	display: block;
	background-color: #eaeae2;
	text-align: center;
	font-size: 22px;
	width: 100%;
	position: relative;
	line-height: 3em;
	height: 3em;
	margin-top: 30px;
}
.btPdf::before {
	content: "　";
	display: inline-block;
	width: 2em;
	height:3em;
	background-image: url("../img/ico-dl.svg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	margin-right: 0.6em;
}
#single #sec04-1 h3.h3-pu {
	text-align: center;
	font-size: 30px;
	font-weight: 500;
	border-top: #e9546b solid 2px;
	border-bottom: #e9546b solid 2px;
	padding-top: 0;
	position: relative;
	width: 100%;
	padding-top: 1.4em;
	margin-top: 2em;
}
#single #sec04-1 h3.h3-pu .ico {
	position: absolute;
	width: 30%;
	left: 35%;
	top: 0;
	transform: translateY(-50%);
}
#single.oshihamo .addBox .flex {
    min-height: 7em;
}

#single #sec04-2 {
	background-color: #eaeae2;
	padding: 30px!important;
}
#single #sec04-2 h3 {
	color: #e95382;
	font-size: 26px;
	border: none;
	text-align: center;
	padding: 0;
}
#sec04-2 p {}
#sec04-2 .gaiyo {
	border-top: #9fa0a0 solid 1px;
	padding-top: 15px;
}
#sec04-2 .gaiyo h4 {
	font-size: 16px;
	font-weight: 600;
}
#sec04-2 .gaiyo table {
	font-size: 16px;
	width: 100%;
}
#sec04-2 .gaiyo table th,#sec04-2 .gaiyo table td {
	text-align: left;
	font-size: 16px;
	font-weight: normal;
	vertical-align: top;
	padding: 0.5em 0;
}
#sec04-2 .gaiyo table th {
	white-space: nowrap;
}
#sec04-2 .gaiyo table td:nth-child(2) {
	padding: 0.5em 0.3em;
}
#sec04-2 .gaiyo table td:nth-child(3) {
}
#sec04-2 .tour {
	text-align: center;
	padding: 0!important;
}
#sec04-2 .tour a {
	color: rgba(4,138,220,1.00);
}
#single article #ichiran  {
	background-color: #eaeae2;
	max-width: 460px;
	display: flex;
justify-content: center;
align-items: center;
	font-size: 26px;
	font-weight: 500;
	height: 3em;
	margin: 30px auto;
	border-radius: 20px;
	
}




@media screen and (max-width : 959px ){

}


@media screen and (max-width : 599px ){
	#single article #ichiran {
		font-size: 18px;
	}
	.imgBox .names {
    font-size: 13px;
		font-size: clamp(13px, 3.7vw, 15px);
	}
	#introBox .snsBox {
    justify-content: center;
    gap: 0px 10px;
		width: 100%;
	}
	#sec03 .flex .itemBox {
    width: 100%;
    max-width: 386px;
		margin: 0 auto 30px;
	}
	.btPdf {
    font-size: clamp(15px, 4.5vw, 18px);
    height: auto;
    margin-top: 30px;
		padding-top: calc(2em + 5%);
		line-height: 1.3;
		padding-bottom: 0.6em;
	}
	.btPdf::before {
		position: absolute;
		left: calc(50% - 1em);
		top: 0;
		margin: 0;
	}
	#single #sec04-1 h3.h3-pu {
		font-size: clamp(21px, 5.9vw, 23px);
		margin-top: 0em;
	}
	#single #sec04-1 h3.h3-pu .ico {
		position: absolute;
		width: 50%;
		left: 25%;
	}
	#single #sec04-2 {
		padding: 0px!important;
	}
	#single #sec04-2 h3 {
		font-size: clamp(21px, 5.9vw, 23px);
		padding: 1em 0.3em 0;
		margin-bottom: 0;
	}
	#sec04-2 .gaiyo {
		width: 94%;
		margin: 0 auto;
	}
	#sec04-2 .gaiyo h4 {
		font-size: 15px;
	}
	#sec04-2 .gaiyo table {
		width: 100%;
	}
	#sec04-2 .gaiyo table th,#sec04-2 .gaiyo table td {
		text-align: left;
		font-size: 14px;
		font-weight: normal;
		vertical-align: top;
		padding: 0.5em 0;
	}
}
