@charset "UTF-8";


/* common /////////////////////////////////////////////////////////////////////////////////////////// */
.pcNone {
    display: none;
}

.cmn_maxbox {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
}

.font_min {
    font-family: 'Noto Serif JP', serif,"Yu Mincho",YuMincho,"游明朝体","MS Mincho","ＭＳ 明朝","MS PMincho","ＭＳ Ｐ明朝","Symbol","serif";
}

.font_rubik {
	font-family: 'Rubik',"Noto Serif JP", cursive, sans-serif;
}

.font_rubik_b {
	font-family: 'Rubik',"Noto Serif JP", cursive, sans-serif;
	font-weight: 500;
}

.font_alex {
	font-family: 'Alex Brush', cursive, sans-serif;
}

#wrapper {
	width: 100%;
	overflow: hidden;
}



header {
	background:#FCF8F0;
}

.header_wrap {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 10px 15px 15px 10px;
}

.header_logo {
	width: calc( 100% - 800px );
}

.header_info {
	display: flex;
	min-width: 784px;
}


.header_info ul {
	display: flex;
	justify-content: space-between;
	margin-top: 10px;
}

.header_info ul li {
	text-align: center;
	font-size: 1.2rem;
	font-weight: bold;
	width: 25%;
	border-left: 2px solid #FCD821;
}

.header_info ul li:last-of-type {
	border-right: 2px solid #FCD821;
}

.header_info ul li a {
	display: block;
}

.header_info ul li span {
	display: block;
	font-size: 1.8rem;
}

.header_info ul li span:hover {
	transform: scale(1.1);
	transition: .3s;
	color: #EA5457;
}


.header_info_tel {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.header_info_tel span {
	display: inline-block;
	padding: 4px 8px;
	background:#FFFFFF;
	color: #EA5457;
	font-weight: bold;
	border:1px solid #EA5457;
}

.header_info_tel strong, .cmn_footer_tel strong {
	display: inline-block;
	margin: 0 20px;
	padding: 0 0 0 20px;
	font-size: 3.6rem;
	font-weight: 500;
	background:url("../img/cmn_ico_tel_black.svg") no-repeat;
	background-position: left 50%;
}

.header_sptel {
	font-size: 1.2rem;
	letter-spacing: 1px;
}

.header_sptel a {
	display: inline-block;
	font-size: 1.8rem;
}

.header_sptel a img {
	display: inline-block;
	margin-right: 5px;
}

.header_contact {
	padding-left: 20px;
}

.header_contact > a {
	display: block;
	width: 110px;
	height: 110px;
	padding-top: 25px;
	line-height: 100%;
	background: #EC6D65;
	color: #FFFFFF;
	text-align: center;
}

.header_contact img {
	display: inline-block;
	margin-bottom: 10px;
}

.header_contact span, .header_contact small {
	display: block;
}















/* 共通見出し */


.h2_type01, .h2_type02, .h2_type03 {
	margin-bottom: 30px;
	text-align: center;
}

.h2_type01 span, .h2_type02 span, .h2_type03 span {
	display: inline-block;
	padding: 0 66px;
	background-image:url("../img/cmn_title_l.svg"),url("../img/cmn_title_r.svg");
	background-repeat: no-repeat;
	background-position: left 80%, right 80%;
}

.h2_type01 strong, .h2_type02 strong, .h2_type03 strong {
	display: block;
	line-height: 130%;
	font-size: 4.2rem;
	color: #B71C25;
}

.h2_type03 strong {
	color: #EC6D65;
	font-size: 3.6rem;
	letter-spacing: 2px;
}

.h2_type01 small, .h2_type02 small {
	display: block;
	font-size: 1.6rem;
	color: #EC6D65;
}

.h2_type02 strong, .h2_type02 small {
	color: #FFFFFF;
}





/* 共通dlリスト */
/* 定義リスト */
.cmn_dl {
	width: 100%;
	margin: auto;
	border-top: 1px dashed #cccccc;
	border-bottom: 1px dashed #cccccc;
}

.cmn_dl > div {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	border-bottom: 1px dashed #cccccc;
}

.cmn_dl > div:last-of-type {
	border: none;
}

.cmn_dl dt, .cmn_dl dd {
	text-align: left;
}

.cmn_dl dt {
	width: 23%;
	padding: 18px 15px 18px 30px;
	text-align: left;
	font-weight: bold;
}

.cmn_dl dd {
	width: 77%;
	padding: 18px 15px 18px 25px;
}


/* 色つき、角丸定義リスト */
.cmn_dl_desc {
	margin: 40px auto 20px;
	display: flex;
	justify-content: center;
}

.cmn_dl_desc dt {
	width: 150px;
	padding: 30px 20px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #FFFFFF;
	background: #EA5457;
	border-top-left-radius: 20px;
	border-bottom-left-radius: 20px;
}

.cmn_dl_desc dt strong, .cmn_dl_desc dt small {
	display: block;
	text-align: center;
	line-height: 110%;
}

.cmn_dl_desc dt strong {
	font-size: 4.2rem;
}

.cmn_dl_desc dt small {
	font-size: 2rem;
}

.cmn_dl_desc dd {
	width: calc(100% - 150px);
	padding: 10px 5px 10px 15px;
	background: #FBE2E0;
	border-top-right-radius: 20px;
	border-bottom-right-radius: 20px;
}

.cmn_dl_desc dd strong {
	font-size: 2.4rem;
	display: block;
	height: 80px;
}







/* キーカラー */
.cmn_keycolor01 {
	color: #ec6d65;
}

.cmn_keycolor02 {
	color: #b71c25;
}

/*
.cmn_keycolor03 {
	color: #b81c22;
}
*/


/* 角丸 */
.rd10 {
	border-radius: 10px;
}

.rd20 {
	border-radius: 20px;
}

.rd50pct {
	border-radius: 50%;
}

/*基本の下マージン*/
.mgn0 {
	margin-bottom: 0 !important;
}

.mgn30 {
	margin-bottom: 30px !important;
}

.mgn50 {
	margin-bottom: 50px !important;
}

.mgn80 {
	margin-bottom: 80px !important;
}

/* ボタン */
.cmn_btn {
	display: flex;
	margin: auto;
	justify-content: center;
	flex-wrap: wrap;
	position: relative;
}

.cmn_btn_left {
	justify-content: flex-start;
}

.cmn_btn_right {
	justify-content:flex-end;
}

.cmn_btn_between {
	justify-content: space-between;
}

.cmn_btn_center {
	justify-content: center;
}

.cmn_btn a {
	display: inline-block;
	min-width: 200px;
	padding: 18px 25px;
	margin-top: 10px;

	text-align: center;
	color: #FFFFFF;
	letter-spacing: 2px;

	border-radius: 2em;

	background-repeat: no-repeat;
	background-position: right 15px center;

	background-image: url("../img/cmn_arr_r_black.svg");
	background-color: #ec6d65;
}

.cmn_btn_center a {
	margin-right: 10px;
	margin-left: 10px;
}


.cmn_btn a.type_a {
	/* デフォルトと同じ */
}

.cmn_btn a.type_a:hover {
	background-color: #f2f2f2;
}

.cmn_btn a.type_b {
	border:none;
	background-image: url("../img/cmn_arr_r_white.svg");
	background-color: #ca9e03;
	color: #FFFFFF;
}

.cmn_btn a.type_b:hover {
	background-color: #d4b135;
}


/* ページ共通コンテンツ枠 */


.cmn_conts_sec {
	padding: 60px 0;
}

.cmn_conts_sec_nopadding {
	padding: 60px 0 0;
}


.cmn_bgcolor_01 {
	background: #F29993;
}

.cmn_bgcolor_02 {
	background: #EC6D65;
}

/*
.cmn_conts_wrapper {
	padding: 100px 0 150px 0;
	background: #fcfcfc;
}
*/



.cmn_hr {
	width: 50px;
	margin: 30px 0;
}






.cmn_h2 {
	padding: 0 0 0 20px;
	margin: auto auto 30px auto;
	font-size: 1.8rem;
	font-weight: normal;
	background: url("../img/cmn_arr_r_yellow.svg") no-repeat 0 50%;
}



/* スマホメニュー */
#header_spmenu {
	display: none;
}




/* footer */
footer {
    background: #fcf8f0;
	border-bottom: 10px solid #ec6d65;
	padding-top: 30px;
}

.cmn_footer_navi {
	margin: auto auto 20px auto;
}

.cmn_footer_navi ul {
	display: flex;
	justify-content: space-between;
}

.cmn_footer_navi ul li {
	width: calc( 100% / 6 );
	border-left: 1px dashed #ec6d65;
}

.cmn_footer_navi ul li:last-of-type {
	border-right: 1px dashed #ec6d65;
}


.cmn_footer_navi ul li a {
	display: block;
	text-align: center;
	padding: 0px 0;
}

.cmn_footer_navi ul li a:hover {
	color: #ea5457;
}



.cmn_footer_info {
	padding: 40px;
	margin: 30px auto;
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
	background: #FFFFFF;
	border-radius: 40px;
}

.cmn_footer_info > div {
	width: 50%;
	text-align: center;
}

.cmn_footer_outline > div {
	margin-bottom: 20px;
}

.cmn_footer_outline > p {
	margin-bottom: 20px;
	font-size: 1.5rem;
	font-weight: bold;
}

.cmn_footer_outline > ul {
	display: flex;
	justify-content: center;
}

.cmn_footer_outline > ul li {
	margin: auto 14px auto;
}


.cmn_footer_reserve {
	
}

.cmn_footer_reserve_txt {
	width: 290px;
	margin: auto;
	display: flex;
    align-items: center;
	color: #ea5457;
	font-weight: bold;
}

.cmn_footer_reserve_txt::before,
.cmn_footer_reserve_txt::after{
	content: "";
    height: 1px;
    flex-grow: 1;
    background-color: #ea5457;
}

.cmn_footer_reserve_txt:before {
    margin-right: 1rem;
}

.cmn_footer_reserve_txt:after {
    margin-left: 1rem;
}

.cmn_footer_revtel {
	font-weight: bold;
}

.cmn_footer_revtel small {
	display: inline-block;
	padding: 0 8px;
	margin-right: 10px;
	
	border: 1px solid #4d4d4d;
	border-radius: 1em;
}

.cmn_footer_revtel a {
	font-size: 2rem;
}

.cmn_footer_reserve p {
	margin: 10px auto;
	font-size: 1.3rem;
}







footer address {
	padding: 0 0 20px 0;
	font-style: normal;
	text-align: center;
	font-size: 1.2rem;
}

.footer_gotop {
    position: fixed;
    right: 40px;
    bottom: 20px;
    display: none;
}

.footer_gotop a {
	display: block;
	width: 60px;
	height: 60px;
	padding-top: 15px;
	background-color: rgba(236,109,101,0.5);
	border-radius: 50%;
	text-align: center;
	
}


/* sub /////////////////////////////////////////////////////////////////////////////////////////// */


.sub_header {
	position: relative;
	z-index: 999;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 86px;
    padding: 0 0 0 2%;
	background: #fcfcfc;
}


.sub_header_logo {
    flex-shrink: 0;
    display: inline-block;
    width: 24%;
    max-width: 370px;
    margin: 0 1% 0 0;
}

.sub_header_logo a {
    display: block;
    width: 100%;
}

.sub_header_gnav {
    width: 100%;
    max-width: 780px;
    margin: 0 70px 0 auto;
}

.sub_header_gnav,
.sub_header_gnav ul,
.sub_header_gnav li,
.sub_header_gnav a {
    height: 100%;
}

.sub_header_gnav ul {
    display: flex;
    justify-content: flex-end;
    width: 100%;
}

.sub_header_gnav li {
    width: 140px;
}

.sub_header_gnav li:first-of-type {
	width: 120px;
}

.sub_header_gnav li:last-of-type {
	width: 150px;
}

.sub_header_gnav a {
    display: flex;
    justify-content: center;
    align-content: center;
    flex-wrap: wrap;
    text-align: center;
    padding: 0 4%;
}


.sub_header_gnav a span {
    display: block;
    width: 100%;
    margin: 0 0 5px 0;
    font-size: 1.6rem;
	letter-spacing: 2px;
}

.sub_header_gnav a small {
    display: block;
    width: 100%;
	color: #dabb4f;
    font-size: 1.1rem;
    letter-spacing: 0.15rem;
}


/* 共通ページタイトル */
.sub_page_title_box {
	position: relative;
	padding: 20px 0;
	margin-bottom: 60px;
}

.sub_page_title_box::before {
	display: block;
	position: absolute;
	width: 100%;
	height: 180px;
	top: 0;
	z-index: -1;
	content: '';
	background: #FCF8F0;
}

.sub_page_title {
	width: calc(100% - 40px);
	margin: auto 20px;
    position: relative;
    display: flex;
	justify-content: center;
    height: 300px;
	border-radius: 20px;
    background-image: url("../img/menu_main.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}


.sub_page_title h1 {
    position: absolute;
	text-align: center;
	font-weight: normal;
	line-height: 120%;
	bottom: -40px;
}

.sub_page_title h1 span {
	display: block;
	font-size: 8rem;
	color: #EC6D65;
}

.sub_page_title h1 small {
	display: block;
    font-size: 2.4rem;
	font-weight: bold;
	color: #B71C25;
}




.sub_page_subimg {
	text-align: center;
}

.sub_page_subimg img {
	max-width:90%;
	width: 560px;
	border-radius: 20px;
}

.sub_page_subimg figcaption {
	margin: 30px auto;
}






/* home /////////////////////////////////////////////////////////////////////////////////////////// */





.home_mainimg {
	position: relative;
	padding: 10px 20px;
	background:#FCF8F0;
}

.home_mainimg_photo {
	position: relative;
	height: 630px;
	background-image: url("../img/home_main.jpg");
	background-position: center;
	background-size: cover;
}


.home_main_copy {
	width: 100%;
	margin: auto;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}


.home_main_copy_main {
	padding-left: 4%;
	font-size: 3.6rem;
	color: #FFFFFF;
}

.home_main_copy_sentence {
	max-width: 480px;
	font-size: 2rem;
	padding: 30px 30px 30px 40px;
	background-color: rgba(255,255,255, 0.9);
	border-top-left-radius: 20px;
	border-bottom-left-radius: 20px;
}

.home_main_copy_sentence h2 {
	margin-bottom: 20px;
	font-size: 2.9rem;
	color: #EC6D65;
}

.home_main_copy_sentence p {
	font-size: 1.8rem;
	line-height: 140%;
	font-weight: bold;
}



.home_topics {
	background:#FCF8F0;
}

.home_topics > div {
	padding: 60px 0 80px 0;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.home_topics section {
	width: 300px;
	height: 480px;
	overflow: hidden;
}

.home_topics section h3 {
	margin-bottom: 10px;
	color: #B71C25;
}

.home_news ul {
	padding: 15px;
	height: 442px;
	background: #FFFFFF;
	overflow-y: scroll;
}

.home_news li {
	padding: 10px 4px 10px 4px;
	border-bottom: 1px dashed #999999;
}

.home_news small {
	font-size: 1.2rem;
	display: block;
}

.home_news strong {
	font-size: 1.5rem;
}

.home_news p {
	font-size: 1.4rem;
}


.home_instagram ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.home_instagram ul li {
	width: 48%;
	margin-bottom: 10px;
}




.home_trial p {
	text-align: center;
}

.home_trial h3 {
	text-align: center;
	font-size: 2rem;
}


.home_trial_price_wrapper {
	display: flex;
	justify-content: space-between;
}

.home_trial_price_wrapper dl {
	width: 48%;
}


.home_trial_price {
	display: flex;
	align-items: center;
	justify-content: space-around;
}

.home_trial_price li:nth-of-type(1) {
	width: 50px;
	height: 50px;
	padding-top: 22px;
	text-align: center;
	line-height: 0;
	color: #B71C25;
	font-size: 1.5rem;
	border: 1px solid #B71C25;
	border-radius: 50%;
}

.home_trial_price li:nth-of-type(2) {
	padding: 0;
}

.home_trial_price li:nth-of-type(2) span {
	text-decoration: line-through;
}

.home_trial_price li:nth-of-type(3) span {
	font-size: 3.6rem;
}

.home_trial_price li:nth-of-type(3) small {
	font-size: 2.4rem;
}


.home_menu_wrapper {
	display: flex;
}

.home_menu_list {
	display: flex;
	width: 50%;
}

.home_menu_list > li {
	width: 50%;
	border-left: 1px solid #FFFFFF;
}

.home_menu_list > li a {
	display: block;
}

.home_menu_list > li a:hover {
	opacity: 1;
}

.home_menu_list figure {
	height: 310px;
	position: relative;
	overflow: hidden;
}

.home_menu_list figure img {
	position: absolute;
	height: 100%;
	max-width: auto;
	object-fit: cover;
}

.home_menu_list figure img:hover {
	transform: scale(1.1);
	transition: .3s;
	opacity: 1;
}

.home_menu_list > li:nth-of-type(1) {
	background: #EC6D65;
}

.home_menu_list > li:nth-of-type(2) {
	background: #EA5457;
}



.home_menu_list dl {
	min-height: 290px;
	padding: 20px;
	color: #FFFFFF;
}

.home_menu_list dl dt {
	padding-bottom: 20px;
	text-align: center;
	font-weight: bold;
	font-size: 2.8rem;
}

.home_menu_list dl dd strong {
	display: block;
	text-align: center;
	font-size: 1.8rem;
}

.home_menu_list dl dd > ul {
	margin: 20px auto auto auto;
}

.home_menu_list dl dd > ul li::before {
	content : '●';
}



.home_seminar {
	max-width: 900px;
	margin: auto;
	position: relative;
	justify-content: space-around;
	display: flex;
	border: 1px dashed #B71C25;
	border-radius: 20px;
	padding: 30px 20px;
}

.home_seminar > figure {
	width: 30%;
}

.home_seminar > div {
	width: 60%;
}

.home_seminar > div h3 {
	font-size: 4.2rem;
	color: #B71C25;
}

.home_seminar > div h3 small {
	display: inline-block;
	margin-left: 20px;
	color: #EC6D65;
	font-size: 1.6rem;
}

.home_seminar::after {
	position: absolute;
	content: '';
	background:url("../img/cmn_ico_note.svg") no-repeat;
	background-size: 100% auto;
	
	width: 130px;
	height: 100px;
	right: 20px;
	top: -20px;
}



.home_map > div {
	overflow: hidden;
}


.xxxx_title {
	background-image: url(../img/menu_main.jpg);	
}


/* menu 施術メニュー /////////////////////////////////////////////////////////////////////////////////////////// */
.menu_title {
	background-image: url(../img/menu_main.jpg);	
}

.menu_jump {
	font-size: 2rem;
}


.menu_constipation {
	display: flex;
	justify-content:space-around;
	margin: 80px auto 20px auto;
}

.menu_constipation li {
	width: 300px;
	border-radius: 20px;
	overflow: hidden;
}

.menu_list_title {
	background: #fbe2e0;
}

.menu_list_title strong {
	display: block;
	padding: 20px;
	text-align: center;
	color: #ec6d65;
	font-size: 2.4rem;
	line-height: 120%;
	height: 100px;
}

.menu_list_conts {
	background: #fcf8f0;
	padding: 15px;
	min-height: 345px;
}

.menu_detail {
	padding: 20px 15px;
	border-top: 1px dashed #808080;
	border-bottom: 1px dashed #808080;
}

.menu_detail strong {
	display: block;
	margin-bottom: 10px;
}

.menu_price {
	background: #ea5457;
	display: flex;
	justify-content: space-around;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 1.7rem;
	height: 100px;
	align-items: center;
}

.menu_price strong {
	font-size: 2.6rem;
}

.menu_price div:nth-of-type(1) {
	width: 65px;
	height: 65px;
	border:1px solid #FFFFFF;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
}


.menu_cource {
	display: flex;
	justify-content: space-between;
}

.menu_cource > div {
	width: 48%;
}

.menu_cource > div:nth-of-type(1) img {
	border-radius: 20px;
}

.menu_cource > div:nth-of-type(2) p {
	margin-bottom: 20px;
}

.menu_detail ul {
	
}

.menu_detail li {
	margin: auto auto 6px auto;
}

.menu_detail li::before, .profile_detail li::before, .profile_seminar li::before {
	content: '●';
	color: #ec6d65;
	font-size: 1.3rem;
	display: inline-block;
	margin-right: 6px;
}


/* info ルミナスについて /////////////////////////////////////////////////////////////////////////////////////////// */
.info_title {
	background-image: url(../img/info_main.jpg);	
}



/* profile プロフィール /////////////////////////////////////////////////////////////////////////////////////////// */
.profile_title {
	background-image: url(../img/profile_main.jpg);	
}

.profile_wrapper {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.profile_wrapper .profile_detail {
	width: calc( 100% - 350px );
}

.profile_wrapper figure {
	width: 300px;
}

.profile_wrapper figcaption {
	text-align: center;
	margin: 10px auto;
	font-size: 2.8rem;
}

.profile_detail dt {
	color: #ec6d65;
	font-size: 2.4rem;
	font-weight: bold;
	margin-bottom: 15px;
}

.profile_detail dd {
	margin-bottom: 30px;
}

.profile_seminar dt {
	color: #ec6d65;
}



.profile_seminar_fee {
	
}

.profile_seminar_fee th {
	text-align: center;
	vertical-align: top;
	padding: 0 10px 15px 0;
}

.profile_seminar_fee th span {
	display: inline-block;
	text-align: center;
	border: 1px solid;
	padding: 2px 8px;
	width: 90px;
	color: #FFFFFF;
	background: #ec6d65;
	font-size: 1.3rem;
	font-weight: normal;
	border-radius: 6px;
}

.profile_seminar_fee td {
	vertical-align: top;
	padding-bottom: 10px;
}

.menu_dl_txt {
	margin: 20px auto;
	text-align: center;
}

.profile_soudan dt {
	width: 200px;
}

.profile_soudan dt div {
	text-align: center;
}

.profile_soudan dt strong, .profile_soudan dt small  {
	line-height: 180%;
}

.profile_soudan dd {
	padding: 30px;
}

.profile_soudan_list01 {
	font-size: 1.8rem;
	font-weight: bold;
	margin-bottom: 20px;
}

.profile_soudan_list01 span {
	color: #ea5457;
}

.profile_soudan_list02 {
	color: #b71c25;
	margin-bottom: 20px;
}

.profile_soudan_list02 span {
	color: #ec6d65;
}


.profile_soudan_list02 small {
	color: #4d4d4d;
}



/* faq よくある質問 /////////////////////////////////////////////////////////////////////////////////////////// */
.faq_title {
	background-image: url(../img/faq_main.jpg);	
}


.faq_list dt {
	font-size: 2.4rem;
	color: #ec6d65;
	margin-bottom: 10px;
	font-weight: bold;
}

.faq_list dd {
	margin-bottom: 40px;
	padding-left: 3em;
}

.faq_list dt::before {
	content: 'Q';
	display: inline-block;
	padding: 0px 10px 2px 10px;
	margin-right: 10px;
	background: #ec6d65;
	color: #FFFFFF;
	border-radius: 6px;
	font-family: 'Rubik';
}




/* contact /////////////////////////////////////////////////////////////////////////////////////////// */
.contact_title {
	background-image: url(../img/contact_main.jpg);	
}


.contact_info_box {
	margin: auto auto 50px auto;
}



.contact_shop_name {
	text-align: center;
}

.contact_shop_name strong {
	color: #ec6d65;
	font-size: 3.2rem;
}

.contact_shop_name small {
	color: #ec6d65;
	font-size: 1.5rem;
}

.contact_telno {
	font-size: 2.4rem;
	font-weight: bold;
}


.contact_form > p {
    margin: 0 0 40px 20px;
    letter-spacing: 0.05rem;
}

.contact_form > p > small {
    display: block;
    margin: 0 0 26px 0;
    color: #C81432;
    font-size: 1.4rem;
}


.contact_form_dl {
    margin: 0 0 80px 0;
	background: #fcf8f0;
	border-radius: 20px;
	border-top: none;
	border-bottom: none;
}

/* .contact_form_dl:last-of-type {
    margin: 0 0 60px 0;
} */

.contact_form_dl dt {
    width: 25%;
    padding-left: 30px;
    padding-right: 10px;
}

.contact_form_dl dd {
    padding-left: 30px;
    padding-right: 30px;
}

.contact_form_dl dt span {
	font-weight: normal;
	padding: 2px 4px;
	border-radius: 5px;
    display: inline-block;
    margin: 0 0 0 10px;
    color: #FFFFFF;
	font-size: 1.2rem;
	background: #ec6d65;
}

.contact_form_dl #fax,
.contact_form_dl #tel,
.contact_form_dl #toiawase {
    width: 300px;
}

.contact_form_dl #addr,
.contact_form_dl #name_kana,
.contact_form_dl #username {
    width: 100%;
}

.contact_form_dl #zip {
    width: 200px;
}

.contact_form_dl #mail1,
.contact_form_dl #mail0 {
    width: 100%;
    /* max-width: 520px; */
    max-width: 770px;
}

.contact_form_dl #mail1, .contact_form_dl #mail0 {
    display: inline-block;
    width: 85%;
}

.contact_form_dl #mail0,
.contact_form_dl #zip {
    display: inline-block;
    margin: 0 0 14px 0;
}

.contact_form_dl #mail1 ~ span {
    display: inline-block;
    margin: 6px 0 0 0;
    color: #C81432;
    letter-spacing: 0;
}


.contact_form_dl #message {
    width: 100% !important;
    height: 200px !important;
}

.contact_form_dl label {
    display: inline-block;
}

#contactButton {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 550px;
    margin: 0 auto;
}

.contact_form_dl dd input[type="text"],
.contact_form_dl dd input[type="email"],
.contact_form_dl dd textarea,
.contact_form_dl dd select {
	border: 1px solid #4d4d4d;
	border-radius: 5px;
	padding: 4px;
}

/* mfp */
#contactButton button[type="reset"],
#contactButton button[type="submit"] {
    width: 48%;
    max-width: 200px;
    padding: 15px 0;
    outline: none;
    font-size: 1.4rem;
	border-radius: 5em;
	letter-spacing: 2px;
}

#contactButton button[type="reset"] {
    background: #ec6d65;
    color: #FFFFFF;
	border:none;
}

#contactButton button[type="submit"] {
    border: 0; /* mfp上書き */
    color: #FFFFFF;
    background-color: #ec6d65;
	background-image: url("../img/cmn_arr_r_white.svg");
	background-repeat: no-repeat;
	background-position: right 15px center;
}

div#mfp_overlay {
  color: #333333; /* mfp上書き */
}
/* /end */
