h1{
	font-size:26px;
}

.p_text{
	
	font-weight: bold;
	text-align: center;
	font-size: 30px;
	margin: 26px 0;
}

.p_box {
    padding: 15px;
    clear: both;
    margin: 10px 0 60px 0;
}

.title_text {
    font-size: 16px;
    line-height: 1.5;
    text-align: center;
    margin: 26px 0;
}

.yomi{
	font-size: 18px;
	margin: -10px 0 40px;
}

.center{
	
	text-align: center;
	margin: 20px;
}
h2{
	font-size:53px;
	font-weight: bold;
}
.spec{
	background-color: #7d7d7d;
	color: #FFF;
	font-size:20px;
}
.variation {
	text-align: center;
}

.name{
	font-size: 16px;
	text-align: center;
	margin: 15px 0px -20px;
}

.priceB{
	text-align: center;
}

.spec {
	text-align: center;
	margin: 20px 0px;
}

.navi{
	text-align: center;
	margin: -30px 0 10px;
}
.section {
 	background: #fff;
}
.sub-title{
	background-color: #dbe4ed;
}

.catch {
	display: flex;
	align-items: center; /* 垂直中心 */
	justify-content: center; /* 水平中心 */
}

.catch:before, .catch:after {
	border-top: 1px solid;
	content: "";
	width: 3em; /* 線の長さ */
}

.catch:before {
	margin-right: 1em; /* 文字の右隣 */
}

.catch:after {
	margin-left: 1em; /* 文字の左隣 */
}

.font_A {
	font-size: 30px;
	text-align: center;
	padding: 20px 0 30px;
	font-weight: bold;
}


/*-------------------------------
676px以下用
---------------------------------*/
@media screen and (max-width: 676px) {
/*--------------------------
	common
--------------------------*/
.pc{display:none;}
.sp{display:block;}

h1{
	font-size:19px;
}

h2{
	font-size: 20px;
	line-height: 20px;
}
.navi{
	font-size: 16px;
}
.sub-title {
	font-size: 22px;
}

.p_box {
	margin: 0px;
	padding: 0;
}

.navi {
	text-align: center;
	margin: 0px -30px 10px;
}

.font_A {
    font-size: 22px;
    text-align: center;
    padding: 20px 0 30px;
    font-weight: bold;
}

.spec {
    background-color: #7d7d7d;
    color: #FFF;
    font-size: 16px;
    padding: 8px;
}

.tc{
	font-size: 11px;
}

.men{
	font-size: 19px;
}
.yomi{ 
	font-size:11px;
	margin: 0px 0px 5px;
}