/* CSS Document */

img[src*="mitsumori-0en"]{
	width:1100px;
	margin-top: 40px;
	margin-bottom: 27px;
}
img[src*="p-okomari1"]{margin-top: 32px;}
img[src*="p-okomari2"]{
	margin-top: 25px;
	margin-bottom: 25px;
}
@media screen and (max-width: 999px) {
	img[src*="mitsumori-0en"]{
		max-width: 351px;
	}
}

.local_head_bg{background-image: url(img/bg-head-pc.jpg);}
.local_head{background-image: url(img/head-chara-pc.png);}
@media screen and (max-width: 999px) {
	.local_head{
		background-position: right 10px bottom -30px;
		background-position: right calc((100vw - 375px) / 2 + 10px) bottom -30px;
		background-size: 350px;
	}
	.local_head img[src*="flame"]{
		margin-top: 44px;
		margin-left: 0;
		margin-bottom: 66px;
	}
}

#content .subt > *{background-image: url(img/subt-frame.svg);}
#content .subt > *::after{border-color: #E85D45 transparent;}
@media screen and (max-width: 999px) {
	#content .subt > *{background-image: url(img/subt-frame-sp.svg);}
}

#content .sec01{background-image: url(img/bg-sec01.jpg);}
#content .sec01 .riyuu .text{
	display: flex;
	align-items: baseline;
}
#content .sec01 ul{margin-bottom: 0;}
#content .sec01 ul li .num{background-color: #E85D45;}
#content .sec01 ul li .title{color: #E85D45;}
@media screen and (max-width: 999px) {
	#content .sec01 .riyuu .text{
		flex-direction: column;
		align-items: center;
	}
}

#content .sec02 .irai{margin-bottom: 100px;}
#content .sec02 .irai img{margin-top: 20px;}
#content .sec02 .irai img[src*="irai1"],
#content .sec02 .irai img[src*="irai3"],
#content .sec02 .irai img[src*="irai5"]{margin-right: auto;}
#content .sec02 .irai img[src*="irai2"],
#content .sec02 .irai img[src*="irai4"]{margin-left: auto;}
@media screen and (max-width: 999px) {
	#content .sec02 .irai{margin-bottom: 35px;}
}

#content .link_btn a,
#content .link_btn a[href*="/rakuten/"]{background-color: #F04B8E;}
#content .link_btn a[href*="/area/"]{background-color: #E01C24;}

#content .sec02 img[src*="mitsumori-0en"]{
	margin-top: 45px;
	margin-bottom: 105px;
}
#content .sec02 .hikaku{margin-bottom: 0;}
@media screen and (max-width: 999px) {
	#content .sec02 img[src*="mitsumori-0en"]{
		margin-top: 20px;
		margin-bottom: 50px;
	}
}

#content .nagare{margin-bottom: 105px;}
@media screen and (max-width: 999px) {
	#content .nagare{margin-bottom: 45px;}
}

#content .sec04{background-color: #FDEFEC;}

#content .sec04B .qa li .q{background-color: #FADFDA;}