/* CSS Document */
html {
	width: 100%;
	height: 100%;
}

body {
	width: 100%;
	height: 100%;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;
	font-size: 0.812rem;
	background-color: #fff;
}

a {
	text-decoration: none;
	color: #9806e2;
}

a:hover {
	opacity: 0.6;
}

p {
	padding: 5px 0;
}

img {
	max-width: 100%;
}

.sabcon-wrap {
	padding: 4% 0;
}

.sabcon-wrap h3 {
	color: #e7224b;
	font-size: 1.125rem;
	letter-spacing: 0.03rem;
	padding: 2% 0 1% 1%;
	border-bottom: 5px solid #e7224b;
	margin-bottom: 2%;
}

.content-wrap {
	width: 900px;
	margin: 0 auto;
	padding: 2% 0;
}

/* =============================================
HEADER
============================================= */
#header-wrap {
	width: 100%;
	height: 97px;
	background-color: #e03d6f;
	z-index: 1000;
}

#header-wrap section {
	display: -webkit-box;
	display: -webkit-flexbox;
	display: -ms-flexbox;
	display: flex;
	width: 930px;
	max-width: 95%;
	margin: 0 auto;
}

#header-wrap .logo {
	width: 290px;
	padding-top: 30px;
}

.logo img {
	width: 100%;
}

.navi-inner {
	display: -webkit-box;
	display: -webkit-flexbox;
	display: -ms-flexbox;
	display: flex;
	padding-top: 30px;
}

.navi-inner li {
	width: calc(100%/4);
}

/* =============================================
MAIN
============================================= */
#wrapper {
	display: -webkit-box;
	display: -webkit-flexbox;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 900px;
	max-width: 100%;
	margin: 1% auto;
	padding-bottom: 100px;
}

main {
	width: 600px;
	max-width: 95%;
	margin: 40px 0;
}

main #wrap {
	width: 100%;
	margin: 2% 0;
}

#wrap .Img-small {
	width: 600px;
}

#information {
	width: 100%;
	margin: 7% 0;
}

.list {
	display: -webkit-box;
	display: -webkit-flexbox;
	display: -ms-flexbox;
	-ms-flex-wrap: wrap;
	display: flex;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 100%;
}

.list-box {
	width: 45%;
	height: 290px;
	max-width: 95%;
	margin-top: 5%;
	padding: 2%;
	text-align: center;
}

.list-box img {
	padding: 3% 0;
}

.list-box p {
	padding-top: 3%;
	text-align: left;
	font-size: 1rem;
	line-height: 1.3rem;
	color: #e7224b;
}

.list-box h2 {
	color: #fc649c;
	border-bottom: double 6px #fc649c;
	font-size: 1.375rem;
	letter-spacing: 0.2em;
	padding-bottom: 5px;
}

/* =============================================
SIDEMENU
============================================= */
#sidebar {
	position: relative;
	width: 240px;
	height: 100%;
	background-color: #fdd7e2;
	padding: 2% 0 10%;
}

#sidebar .Img-menutab {
	position: absolute;
	top: 0;
	left: 0;
	width: auto;
	max-width: none;
}

.sidemenu-wrap {
	width: 95%;
	margin: 0 auto;
	padding-top: 35px;
}

.list-oya li {
	padding: 5% 0 2%;
}

.list_child li {
	padding: 2px 0;
}

.list-oya .Img-center {
	text-align: center;
}

/* =============================================
MAIN_NEWS
============================================= */
#news {
	width: 98%;
	height: auto;
	background-color: #fdffc4;
	border: #f9b8d0 solid 6px;
	border-radius: 8px;
	margin: 5% auto;
}

#news h2 {
	font-size: 1.3em;
	margin: 1% 20px;
	color: #f70e64;
	border-bottom: dotted 3px #f9b8d0;
	padding-bottom: 1%;
}

#news h2 span {
	color: #fc649c;
	font-size: 0.8em;
	font-weight: 400;
	padding-left: 3%;
}

#news ul li {
	width: 93%;
	margin: 2% auto;
	overflow: hidden;
	border-bottom: dotted 1px #fcce64;
	padding-bottom: 1%;
}

#news ul li .date {
	margin-right: 3%;
	width: 17%;
	color: #e7224b;
	font-weight: 600;
	font-size: 0.937rem;
}

#news ul li .news-content {
	width: 75%;
	font-size: 1.0em;
	color: #e7224b;
}

/* =============================================
GUARANTEE_PAGE
============================================= */
.wording {
	font-size: 0.937rem;
	color: #e7224b;
	line-height: 1.3rem;
	padding: 2% 0;
}

.application-lens {
	color: #e7224b;
	border-radius: 5px;
	border: 1px solid #e7224b;
	margin: 2% auto 5%;
}

.application-lens h3 {
	background: linear-gradient(#f15f79, #e7224b);
	color: #fff;
	font-size: 1.125rem;
	font-weight: normal;
	text-align: center;
	border-radius: 5px 5px 0 0;
	margin: 0;
	padding: 2% 0;
}

.application-lens h3:hover {
	cursor: pointer;
}

.application-lens .accordion-list {
	display: none;
}

.application-lens ul {
	display: -webkit-box;
	display: -webkit-flexbox;
	display: -ms-flexbox;
	-ms-flex-wrap: wrap;
	display: flex;
	flex-wrap: wrap;
	-ms-flex-line-pack: justify;
	align-content: space-between;
	width: 95%;
	margin: 1% auto;
}

.application-lens li {
	width: -webkit-calc(100% / 3);
	width: calc(100% / 3);
	font-size: 1rem;
	font-weight: 700;
	text-align: center;
	padding: 4% 0;
}

.application-lens h4 {
	width: 95%;
	font-size: 1rem;
	color: #e7224b;
	border-bottom: dashed 2px #e7224b;
	margin: 0 auto;
	padding: 2% 0;
}

.application-lens li img {
	width: 100% !important;
	height: auto !important;
}

.price-txt {
	color: #666666;
	font-size: 1.25rem;
	margin-top: -20%;
	z-index: 99;
}

.price-txt span {
	font-size: 0.8rem;
}

/* =============================================
COUPON_PAGE
============================================= */
.list-right {
	list-style-position: inside;
	width: 50%;
	list-style: none;
}

.list-right li {
	padding: 1% 0;
	padding-left: 1em;
	text-indent: -1.3em;
	line-height: 1rem;
}

.list-right li::before {
	font-family: "Font Awesome 5 Pro";
	content: '\f058';
	font-weight: 900;
	padding-right: 5px;
}

/* =============================================
ABOUT_PAGE
============================================= */
.Tworows-tbl,
.Tworows-tbl::before,
.Tworows-tbl::after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.Tworows-tbl {
	width: 100%;
	border-collapse: collapse;
	color: #e7224b;
	margin: 3% 0;
}

.Tworows-tbl th,
.Tworows-tbl td {
	padding: 10px 0;
	border: solid 1px #a7224b;
}

.Tworows-tbl td {
	padding: 10px;
}

.Tworows-tbl th {
	width: 30%;
	vertical-align: middle;
	background-color: rgb(253, 215, 226);
	font-weight: 700;
}

.box-center {
	text-align: center;
	margin: 3% 0;
}

.littitle {
	background-color: rgb(254, 239, 243);
	border-bottom: solid 6px #a7224b;
	color: #a7224b;
	padding-left: 3%;
	font-size: 1.25rem;
	margin: 5% auto 1%;
	line-height: 60px;
}

.notes {
	list-style-type: none;
	color: red;
	font-size: 0.875rem;
	font-weight: 700;
	padding: 2% 0;
}

.notes li {
	padding-bottom: 5px;
}

.notes li::before {
	content: "※";
}

.notice {
	margin-top: 7%;
}

/* =============================================
ABOUT_PAGE お支払い方法レイアウト用 nakajima追加しました(°▽°)
============================================= */

.payment_wrapper h4 {
	color: #777777;
	font-weight: bolder;
}

@media screen and (max-width:320px) {
	.payment_wrapper h4 {
		display: none;
	}
}

.hanacontact_payment {
	display: flex;
	grid-gap: .75em;
	margin: .5em auto .5em auto;
	place-items: center;
}

/* =============================================
GoogleMAP
============================================= */
.googlemap {
	position: relative;
	overflow: hidden;
	height: 0;
	margin: 3% 1%;
	padding-bottom: 56.25%;
	padding-top: 30px;
}

.googlemap iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* =============================================
PRICE ishii追加しました(°▽°)
============================================= */
#price .sectionmenu {
	padding-top: 5%;
	overflow: hidden;
	margin: 0 auto;
	max-width: 930px;
}

#price .sectionmenu span {
	display: inline-block;
	text-align: center;
	height: 50px;
	font-size: 1.1rem;
	width: 48.5%;
	line-height: 50px;
	float: left;
	font-weight: 600;
	font-family: "Noto Sans JP", "sans-serif";
	border: 1px solid #e03d6f;
	text-decoration: none;
	background-color: #fdd7e2;
	margin: 0.5% 1%;
}

#price .sectionmenu span:nth-child(odd) {
	margin-left: 0;
}

#price .sectionmenu span:nth-child(even) {
	margin-right: 0;
	margin-left: 0;
}

#price .sectionmenu span a {
	color: #e7224b;
	display: block;
}

#price .sectionmenu span:hover {
	opacity: 0.5;
}

.new18-section {
	clear: both;
	width: 100%;
	height: auto;
	margin: 10% 0 0;
}

.new18-section table {
	margin: 0 auto 15%;
	width: 100%;
	max-width: 940px;
}

.new18-section table tbody {
	height: auto;
	color: #e7224b;
}

.new18-section table tbody tr {
	border: solid 1px #e03d6f;
}

.new18-section table tbody td:first-child {
	overflow: hidden;
	height: 40px;
	width: 80%;
	line-height: 40px;
	color: #e7224b;
}

.new18-section table tbody td {
	width: 20%;
	height: 80px;
	border: solid 1px #e03d6f;
	font-weight: 600;
	color: #666666;
	font-size: 17px;
	overflow: hidden;
}

.new18-section table tbody td:last-child {
	text-align: center;
	width: 20%;
	vertical-align: middle;
}

.newproduct18-title {
	color: #fff;
	font-size: 18px;
	background-color: #e03d6f;
	padding: 15px 30px 15px 15px;
	margin: 0 auto;
	font-weight: 600;
	font-family: "Noto Sans JP", "sans-serif";
}

/*.block{
	float: left;
	width: 30%;
	height: 100px;
}*/
.new18-section img {
	float: left;
	width: 30%;
	height: 100px;
}

.new18-section span {
	font-size: 0.7rem;
}

.boxa {
	font-size: 13px;
	margin: 1% 0 1% 1%;
}

.boxc,
.boxc1 {
	width: 70%;
	float: right;
	height: 100px;
	line-height: 30px;
	text-align: left;
	background-color: rgba(255, 255, 255, 0.70);
}

.boxc1 {
	font-size: 0.95rem;
	letter-spacing: -1px;
}

/* =============================================
FOOTER
============================================= */
footer {
	width: 100%;
	background-color: #e03d6f;
	color: #fff;
	left: 0;
	bottom: 0;
}

footer ul {
	display: -webkit-box;
	display: -webkit-flexbox;
	display: -ms-flexbox;
	-ms-flex-wrap: wrap;
	display: flex;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 100%;
	padding: 2% 0 5%;
}

footer ul li {
	display: inline-block;
	width: 25%;
}

footer h3 {
	font-size: 1.1em;
	letter-spacing: 0.1em;
	padding-bottom: 7px;
}

footer .child {
	padding: 10px 0 0 5px;
}

footer .child li {
	width: 100%;
	padding: 5px 0;
	margin-right: 0;
}

footer .width-smail {
	width: 160px;
}

footer ul li a {
	position: relative;
	display: block;
	color: #fff;
	padding-left: 10px;
}

footer ul li a::before {
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	left: 0px;
	width: 0;
	height: 0;
	margin-top: -5px;
	border: 5px solid transparent;
	border-left-color: transparent;
	border-left-style: solid;
	border-left-width: 5px;
	border-left-color: transparent;
	border-left-style: solid;
	border-left-width: 5px;
	border-left: 5px solid #fff;
}

footer .text-right {
	text-align: right;
}

footer hr {
	width: 100%;
	border-color: #fff;
	margin: 5px auto;
}

footer .copy {
	font-size: 0.687rem;
}

/* コンタクトSMS配信用 */

.l_contactSMS__body {
	padding-bottom: 40px;
}

.l_contactSMS__title-txt {
	padding: 16px 0;
	font-size: 26px;
	font-weight: bold;
	color: #333;
	line-height: 1.2em;
}

.l_contactSMS__lens {
	display: flex;
	flex-wrap: wrap;
	gap: 0 10px;
}

.l_contactSMS__lens li img {
	width: 180px;
	height: auto;
}

#l_contactSMS__lens-first img {
	width: 750px;
	height: auto;
}

.l_contactSMS__alert {
	padding-top: 16px;
	line-height: 1.25em;
	color: #333;
}

@media only screen and (max-width: 600px) {
	.l_contactSMS__lens {
		justify-content: center;
	}
}