@charset "utf-8";

/*--------------------------------------------------
	common
--------------------------------------------------*/
a:link { color: #ea504d; text-decoration: none; }
a:visited { color: #ea504d; text-decoration: none; }
a:hover { color: #ea504d; text-decoration: none; }
@media screen and (min-width: 768px) {
a[href^="tel:"] { pointer-events: none; color: inherit; }
}

.bold { font-weight: bold;}
.strong { font-weight: bold; text-decoration: underline;}
.disable { opacity: 0.6; pointer-events: none;}

/* 選択時背景色 */
/*::selection {background: #fe4545;color:#fff; }
::-moz-selection {background: #fe4545;color:#fff; }*/

.mgt05 { margin-top: 5px; }
.mgt10 { margin-top: 10px; }
.mgt15 { margin-top: 15px; }
.mgt20 { margin-top: 20px; }
.mgt25 { margin-top: 25px; }
.mgt30 { margin-top: 30px; }
.mgt35 { margin-top: 35px; }
.mgt40 { margin-top: 40px; }
.mgt45 { margin-top: 45px; }

.right { text-align: right; }
.left { text-align: left; }
.center { text-align: center; }

/* float解除 */
.clearfix:after { content: ""; display: block; clear: both; }
.clearfix { display: inline-block; }
* html .clearfix { height: 1%; }
.clearfix { display: block; }
.both { clear: both; }

.sp { display: none !important; }
@media screen and (max-width: 767px) {
.pc { display: none !important; }
.sp { display: inherit !important; }
}

/*--------------------------------------------------
	layout
--------------------------------------------------*/
html {
	font-size: 62.5%;
}
body {
	line-height: 1;
	font-family: 'Noto Sans JP', "メイリオ", "meiryo", Verdana, "Hiragino Kaku Gothic Pro W3", "MS UI Gothic", sans-serif;
	font-size: 1.0rem;
	overflow-wrap: break-word;
	word-wrap: break-word;
	-webkit-text-size-adjust: none;
	color: #890910;
	background: #fff3c7;
}
img {
	max-width: 100%;
	height: auto;
}
#wrap {
	width: 1200px;
	text-align: left;
	margin: 0 auto;
	background: #fff;
	box-shadow: 0 0 80px rgba(234,143,77,0.4);
}
#content {
	padding: 80px 0;
	background: url(../images/content_bg.jpg) no-repeat center top;
	background-size: cover;
}
section {
}
.inner {
	margin-right: 90px;
	margin-left: 90px;
}
.sec_ttl {
	width: 400px;
	text-align: center;
	font-size: 4rem;
	color: #e9514d;
	margin-right: auto;
	margin-left: auto;
	padding: 10px 10px;
	background: #fff;
	border: 4px #e9514d solid;
	border-radius: 50px;
}
.flowerLine {
	text-align: center;
}

@media (max-width: 767px) {
	#wrap {
		width: 100%;
		background: none;
		box-shadow: none;
	}
	#content {
		padding: 40px 0;
	}
	.inner {
		margin-right: 4%;
		margin-left: 4%;
	}
	.sec_ttl {
		width: 57.97%;
		font-size: 2rem;
	}
}

/*--------------------------------------------------
	content
--------------------------------------------------*/
.select_area {
	display: flex;
}
.select_box {
	position: relative;
	width: 400px;
	height: 290px;
	text-align: center;
}
.select_box.mochu {
	background: url(../images/select_mochu_bg.jpg) no-repeat center top;
	background-size: cover;
}
.select_box.nenga {
	background: url(../images/select_nenga_bg.jpg) no-repeat center top;
	background-size: cover;
}
.select_box.basic {
	background: #60b530;
}
.select_box.basic .select_sub {
	font-size: 2.4rem;
	color: #333;
	font-weight: bold;
	padding: 10px;
	background: #fff;
}
.select_ttl, .select_sub, .select_btn {
	position: absolute;
	right: 0;
	left: 0;
	transform: translateY(-50%);
	margin: auto;
}
.select_ttl {
	top: 23.1%;
}
.select_sub {
	top: 50.69%;
}
.select_btn {
	top: 75.86%;
	display: block;
}

@media (max-width: 767px) {
	.select_area {
		display: block;
	}
	.select_box {
		display: flex;
		width: 100%;
		height: 120px;
	}
	.select_head, .select_btm {
		position: relative;
		width: 50%;
	}
	.select_box.basic .select_sub {
		font-size: 1.3rem;
		padding: 5px;
	}
	.select_ttl {
		top: 35.83%;
		width: 90.67%;
	}
	.select_sub {
		top: 70.42%;
		width: 90.67%;
	}
	.select_btn {
		top: 50.42%;
		width: 93.6%;
	}
}


#offer {
	position: relative;
	text-align: center;
	padding: 40px 0;
	background: url(../images/offer_bg.jpg) no-repeat center top;
	background-size: cover;
}
#offer .flowerLine {
	position: absolute;
	right: 0;
	left: 0;
	width: 1078px;
	margin: auto;
	z-index: 10;
}
#offer .flowerLine.top {
	top: 0;
	transform: translateY(-50%);
}
#offer .flowerLine.btm {
	bottom: 0;
	transform: translateY(50%);
}
.offer_area {
	display: flex;
	justify-content: center;
	margin-top: 10px;
}
.offer_box + .offer_box {
	margin-left: 20px;
}
.offer_note {
	text-align: right;
	font-size: 1.6rem;
	margin-top: 5px;
}

@media (max-width: 767px) {
	#offer {
		padding: 20px 0;
	}
	#offer .flowerLine {
		width: 97.33%;
	}
	.offer_box {
		width: 48.93%;
	}
	.offer_box + .offer_box {
		margin-left: 1.33%;
	}
	.offer_note {
		font-size: 1rem;
	}
}


.howto_area {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	margin-top: 60px;
}
.howto_box {
	position: relative;
	background: rgba(255,255,255,0.5);
	border: 4px #ee7b64 solid;
	border-radius: 30px;
}
.howto_inner {
	padding: 40px 60px;
}
.howto_boxttl {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	transform: translateY(-50%);
	width: 380px;
	text-align: center;
	font-size: 2.4rem;
	color: #fff;
	font-weight: bold;
	margin: auto;
	padding: 10px 20px;
	background: #ee7b64;
	border: 4px #fff solid;
	border-radius: 30px;
}
.howto_boxttl span {
	font-size: 3.2rem;
}
.howto_btn {
	display: block;
	margin: 20px auto 0;
}
.howto_btn + p {
	margin-top: 20px;
}
.howto_box p + p,
.howto_box ol + p {
	margin-top: 10px;
}
.howto_txtL, .howto_txtM, .howto_txtS {
	line-height: 1.5;
}
.howto_txtL {
	font-size: 2.6rem;
	font-weight: bold;
}
.howto_txtM {
	font-size: 2rem;
}
.howto_txtS {
	font-size: 1.6rem;
}
.howto_hr {
	margin: 20px 0;
	border-top: 4px #e9514d dotted;
}
.howto_note,
.howto_box.boxName .howto_list {
	text-indent: -1em;
	padding-left: 1em;
}

.howto_box.boxWeb {
	width: 500px;
	border: 4px #e9514d solid;
}
.howto_box.boxWeb .howto_boxttl {
	background: #e9514d;
}
.howto_box.boxWeb .howto_sppc {
	vertical-align: middle;
	margin: 0 4px;
}
.howto_box.boxShop {
	width: 500px;
	border: 4px #ee7b64 solid;
}

.howto_box.boxName {
	display: flex;
	margin-top: 40px;
}
.howto_box.boxName .howto_inner {
	padding: 20px 60px 40px;
}
.howto_box.boxName .howto_boxttl {
	width: 520px;
}
.howto_box.boxName .howto_column {
	width: 50%;
}
.howto_box.boxName .howto_column + .howto_column {
	border-left: 4px #e9514d dotted;
}
.howto_box.boxName .howto_head {
	padding: 50px 60px 10px;
	border-bottom: 4px #e9514d solid;
}
.howto_box.boxName .howto_balloon {
	position: absolute;
	top: -140px;
	right: -40px;
	z-index: 10;
}

@media (max-width: 767px) {
	.howto_area {
		display: block;
		margin-top: 40px;
	}
	.howto_inner {
		padding: 30px 4%;
	}
	.howto_boxttl,
	.howto_box.boxName .howto_boxttl {
		width: 89.86%;
		line-height: 1.5;
		font-size: 1.6rem;
		padding: 5px 10px;
	}
	.howto_boxttl span {
		font-size: 2rem;
	}
	.howto_btn {
		width: 205.5px;
	}
	.howto_txtL {
		font-size: 1.6rem;
	}
	.howto_txtM {
		font-size: 1.4rem;
	}
	.howto_txtS {
		font-size: 1.4rem;
	}
	.howto_note {
		font-size: 1.2rem;
	}

	.howto_box.boxWeb {
		width: 100%;
	}
	.howto_box.boxWeb .howto_sppc {
		width: 62px;
	}
	.howto_box.boxWeb .howto_btn.transfer {
		width: 93.65%;
	}
	.howto_box.boxShop {
		width: 100%;
		margin-top: 40px;
	}

	.howto_box.boxName {
		display: block;
		margin-top: 60px;
	}
	.howto_box.boxName .howto_inner {
		padding: 20px 4% 20px;
	}
	.howto_box.boxName .howto_column {
		width: 100%;
	}
	.howto_box.boxName .howto_column + .howto_column {
		border-left: none;
	}
	.howto_box.boxName .howto_head {
		padding: 60px 4% 5px;
		border-bottom: 4px #e9514d solid;
	}
	.howto_box.boxName .howto_column + .howto_column .howto_head {
		padding-top: 20px;
	}
	.howto_box.boxName .howto_balloon {
		top: -80px;
		right: -4%;
		width: 156.5px;
	}
}


#flow {
	margin-top: 40px;
}
#flow .flowerLine.top {
	margin-bottom: 40px;
}
.flow_figure {
	margin: 40px 0;
}
@media (max-width: 767px) {
	#flow {
		margin-top: 40px;
	}
	#flow .flowerLine {
		width: 97.33%;
		margin: 0 auto;
	}
	#flow .flowerLine.top {
		margin-bottom: 20px;
	}
	.flow_figure {
		margin: 20px -4%;
	}
}


#contact {
	text-align: center;
	color: #fff;
	padding: 40px 0;
	background: linear-gradient(to bottom,  rgba(238,115,113,1) 0%,rgba(234,80,77,1) 100%);
}
.contact_ttl {
	font-size: 2.8rem;
	font-weight: bold;
}
.contact_subttl {
	font-size: 2.0rem;
	letter-spacing: 0.1em;
	color: #ea504d;
	font-weight: bold;
	margin-top: 40px;
	padding: 10px 0;
	background: #fff;
}
.contact_area {
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: 1.6rem;
	margin-top: 20px;
}
.contact_box {
	width: 50%;
}

.contact_area.store .contact_txt {
	line-height: 1.5;
}
.contact_area.store .contact_btn {
	display: block;
	max-width: 424px;
	text-align: center;
	margin: 0 auto;
}

.contact_area.call .contact_tel {
	display: flex;
	align-items: center;
	justify-content: center;
}
.contact_area.call .contact_tel img {
	margin-right: 5px;
}
.contact_area.call .contact_tel a {
	font-size: 5.0rem;
	font-weight: bold;
	color: #fff;
	margin-left: 10px;
}
.contact_area.call .contact_time {
	letter-spacing: 0.1em;
	margin-top: 10px;
}
.contact_area.call .contact_txt span {
	display: block;
	font-size: 1.2rem;
	margin-top: 10px;
}
.contact_area.call .contact_email {
	font-size: 2.8rem;
	font-weight: bold;
	margin-top: 10px;
}

@media (max-width: 767px) {
	.contact_ttl {
		font-size: 2.0rem;
	}
	.contact_subttl {
		font-size: 1.4rem;
	}
	.contact_area {
		display: block;
		font-size: 1.4rem;
	}
	.contact_box {
		width: 100%;
	}

	.contact_area.store .contact_box + .contact_box {
		margin-top: 10px;
	}
	.contact_area.store .contact_txt {
		text-align: left;
	}
	.contact_area.store .contact_btn {
		max-width: 305px;
	}
	.contact_area.call .contact_box + .contact_box {
		margin-top: 40px;
	}
	.contact_area.call .contact_time {
		letter-spacing: 0;
	}
	.contact_area.call .contact_tel {
		font-size: 1.0rem;
	}
	.contact_area.call .contact_tel a {
		font-size: 3.0rem;
	}
	.contact_area.call .contact_txt span {
		font-size: 1.0rem;
	}
	.contact_area.call .contact_email {
		font-size: 1.6rem;
	}
}

/*--------------------------------------------------
	footer
--------------------------------------------------*/
footer {
	text-align: center;
	padding: 40px 0 10px;
}
footer .link {
	font-size: 1.6rem;
	font-weight: bold;
}
footer .copy {
	font-size: 1.2rem;
	margin-top: 20px;
}
@media (max-width: 767px) {
	footer .link {
		font-size: 1.4rem;
	}
	footer .copy {
		font-size: 1.0rem;
	}
}