@charset "shift_jis";

/*============ 商品ページ個別CSS ===========*/

/*============= 色指定ここから =============*/
.main1c .section h2:after,
.main1c .section .block-title,
.main1c .section .box,
.main1c .cdlist-default .cdlist-title,
.main1c .section .underline:after,
.main1c p.point-number {
  background: #e83929;  /*【←アクセントカラーを設定】*/
}

.all-section {
  background: #a0d8ef !important;  /*【←背景色を設定】*/
}

/*============= 色指定ここまで =============*/

/*============ 全体用CSSここから ===========*/

/*===== TOP画像ここから =====*/

.main1c .all-section {
	padding: 0px 0 30px;
}

.main1c #section01 {
	padding: 0px 0;
}

.main1c #section01 h2 {
	width: 100%;
	padding: 0px 0px 0px!important;
	background: none;
}

.main1c #section01 .block {
	background: none;
}

.main1c #section01 h2::after{
    background:none;
}

/*===== TOP画像ここまで =====*/

.zei{
	font-family: "游明朝",YuMincho,"ヒラギノ明朝 ProN W3","Hiragino Mincho ProN","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",serif!important;
	    font-weight: bold!important;
}
.main1c .top {
	font-family: NotoSerifJP,serif;
    color: #000000;
    font-size: 250%;
    font-weight: bold;
    text-align: center;
	padding:40px 40px 0 40px;
    text-shadow: 0 0 8px #ffffff;
}

.main1c .top2 {
	font-family: NotoSerifJP,serif;
    color: #583822;
    font-size: 200%;
    font-weight: bold;
    text-align: center;
	padding:40px;
    text-shadow: 0 0 8px #ffffff;
}

.main1c .red{
	color:#e83929;
	font-weight:bold;
}

#hanashika{
	border-radius:10px;
	margin:0px auto;
	margin-bottom:10px;
	width:670px!important;
}

.hanashika2{
	font-size:150%!important;
	font-weight:bold!important;
	color:#ffffff!important;
}

.hanashika3{
	color:#ffffff!important;
	margin-top:5px!important;
}

.hanashika4{
	margin-top:0px!important;
	padding:10px;
	background-color:#ffe5f2;
}

.name{
	font-weight:bold;
	font-size:120%;
	margin-bottom:7px;
}

.kana{
	font-size:80%;
}


/*============ 全体用CSSここまで ===========*/

@media screen and (max-width: 767px) {
/*======= スマートフォン用CSSここから ======*/

#hanashika{
	width:95%!important;
}

.hanashika2 {
    font-size: 25px !important;
}

.main1c .top{font-size: 25px;}
.main1c .top2{font-size: 22px;}

/*======= スマートフォン用CSSここまで ======*/
} /* end media query */