<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

.fp_wrapper .fp_inner {
	padding: 0 100px 80px;
}
.fp_wrapper .fp_img {
	margin: 40px 0;
	text-align: center;
}
.fp_wrapper .fp_txt {
	margin-bottom: 30px;
}
.fp_wrapper .fp_txt p {
	margin-top: 20px;
	font-size: 15px;
}
.fp_wrapper .fp_txt_indent1 {
	padding-left: 1rem;
	text-indent: -1rem;
}
.fp_wrapper .fp_txt_indent3 {
	padding-left: 3rem;
	text-indent: -3rem;
}
.fp_wrapper .fp_txt_right {
	text-align: right;
}
.fp_wrapper .fp_txt_center {
	text-align: center;
}
.fp_wrapper .fp_txt .fp_txt_sm {
	font-size: 13px;
}
.fp_wrapper .fp_txt p a {
	color: #ef857d;
}
.fp_wrapper .fp_subtitle {
	font-size: 32px;
	font-weight: bold;
	text-align: center;
	color: #c69c6d;
	margin-bottom: 40px;
	padding-bottom: 30px;
	background-image: url("../column/dot_line_big.png");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center bottom;
}
.fp_wrapper .fp_bold {
	font-weight: bold;
}
.fp_wrapper .fp_bg_dot_ttl {
	background-image: url("../column/lp_contents_01/bg_pattern_dot_white.png");
	background-position: center;
	background-color: #FAF8F8;
	border-top: 6px solid #c69c6d;
	border-bottom: 1px solid #EAEAEB;
	padding: 30px 0;
	text-align: center;
	font-size: 28px;
	font-weight: bold;
	color: #333;
}
.fp_wrapper .fp_bg_dot_ttl + .fp_inner {
	padding: 40px 100px 60px;
}
.fp_wrapper .fp_ttl_h3 {
	font-size: 20px;
    font-weight: bold;
    margin-bottom: 5px;
	color: #c69c6d;
}
.fp_wrapper .fp_color_red {
	color: #cc0000;
}
@media screen and (max-width: 767px) {
	.fp_wrapper .fp_inner {
		padding: 0 3% 40px;
	}
	.fp_wrapper .fp_img {
		margin: 30px 0;
	}
	.fp_wrapper .fp_txt_center {
		text-align: left;
	}
	.fp_wrapper .fp_subtitle {
		font-size: 20px;
		padding-bottom: 20px;
	}
	.fp_wrapper .fp_bg_dot_ttl {
		padding: 20px 4%;
		font-size: 18px;
	}
	.fp_wrapper .fp_bg_dot_ttl + .fp_inner {
		padding: 10px 4% 40px;
	}
}

/* store_info */
#store_info .store_anchor_area {
	color: #c69c6d;
    margin-top: 10px;
    font-size: 18px;
    font-weight: 500;
}
#store_info .store_anchor ul {
	margin-top: 5px;
	overflow: hidden;
}
#store_info .store_anchor ul li {
	float: left;
    margin-right: 15px;
}
#store_info .store_anchor ul li a {
	display: inline-block;
}
#store_info .store_anchor ul li a:before {
	content: "&gt;";
	color: #c69c6d;
	display: inline-block;
	margin-right: 3px;
}
#store_info .store_pref {
	margin-top: 30px;
}
#store_info .store_pref_ttl {
	font-size: 18px;
    font-weight: 500;
    margin-bottom: 5px;
	color: #333;
}
#store_info .store_table {
	width: 100%;
    border-collapse: collapse;
}
#store_info .store_table th {
	font-size: 14px;
	color: #fff;
	text-align: center;
	background-color: #c69c6d;
	border: 1px solid #b9b9b9;
	padding: 6px 0;
}
#store_info .store_table th.name {
	width: 75%;
}
#store_info .store_table th.tel {
	width: 25%;
}
#store_info .store_table td {
	font-size: 14px;
	background-color: #fff;
	border: 1px solid #b9b9b9;
	padding: 6px 10px;
}
#store_info .store_table td.tel {
	text-align: center;
	vertical-align: middle;
}
#store_info .common_btn {
	text-align: center;
}
#store_info .common_btn a {
	text-align: center;
    width: 550px;
    line-height: 1;
    color: #000000;
    font-size: 22px;
    position: relative;
    border: 1px solid #000000;
}
#store_info .common_btn a:after {
	content: "";
    display: block;
    position: absolute;
    right: 30px;
    top: 0px;
    bottom: 0px;
    margin-top: auto;
    margin-bottom: auto;
    width: 10px;
    height: 10px;
    border-top: 1px solid #000000;
    border-right: 1px solid #000000;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
#store_info .common_btn a .sp-only{
	display: none;
}
@media screen and (max-width: 767px) {
	#store_info .store_anchor ul li {
		margin-right: 10px;
	}
	#store_info .common_btn a {
		width: 100%;
		font-size: 18px;
	}
	#store_info .common_btn a:after {
		right: 20px;
	}
	#store_info .common_btn a .sp-only{
		display: block;
	}
}

/* company */
#company .company_table {
	width: 100%;
    border-collapse: collapse;
}
#company .company_table th,
#company .company_table td {
	border: 1px solid #dddddd;
	padding: 10px 20px;
	vertical-align: middle;
	color: #333;
}
#company .company_table th {
	background-color: #f0f0f0;
}
#company .company_map {
	position: relative;
	overflow: hidden;
	height: 0;
	margin-top: 60px;
	padding-bottom: 56.25%;
}
#company .company_map iframe {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
}
@media screen and (max-width: 767px) {
	#company .company_table th,
	#company .company_table td {
		padding: 8px;
	}
	#company .company_table th {
		text-align: center;
		width: 25%;
	}
	#company .company_map {
		margin-top: 40px;
	}
}

/* guide */
#guide .guide_list {
	margin-top: 30px;
	padding-bottom: 50px;
	background-image: url(../common/dot_line_k15.png);
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: contain;
}
#guide .guide_list:last-of-type {
	padding-bottom: 0;
	background-image: none;
}
#guide .guide_list_col {
	margin-top: 20px;
}
#guide .guide_list_ttl {
	font-size: 17px;
	font-weight: bold;
	color: #333;
}
#guide .guide_list_txt {
	padding-left: 30px;
}
#guide .guide_list_txt p {
	font-size: 16px;
	margin-top: 8px;
}
#guide .guide_list_txt p.guide_list_txt_link a {
	color: #c69c6d;
	text-decoration: underline;
}
#guide .guide_list_txt p.guide_list_txt_link a:hover {
	text-decoration: none;
}
#guide .guide_list_txt p.guide_list_txt_link a:before {
	content: "&gt;";
	display: inline-block;
	margin-right: 3px;
}
@media screen and (max-width: 767px) {
	#guide .guide_list_txt {
		padding-left: 0;
	}
	#guide .guide_list_txt p {
		font-size: 15px;
	}
}

/* faq */
#faq .faq_anchor {
	margin-top: 30px;
	margin-bottom: 50px;
}
#faq .faq_anchor ul li {
	margin-top: 10px;
}
#faq .faq_anchor ul li a {
	display: inline-block;
}
#faq .faq_anchor ul li a:before {
	content: "&gt;";
	color: #c69c6d;
	display: inline-block;
	margin-right: 15px;
	transition: transform .3s;
}
#faq .faq_anchor ul li a:hover:before {
	transform: translateX(5px);
}
#faq .faq_list_col {
	margin-top: 40px;
}
#faq .faq_list_col .faq_list_ttl {
	font-size: 17px;
	font-weight: bold;
	color: #333;
}
#faq .faq_list_col .faq_list_txt {
	margin-top: 10px;
	border: 1px solid #ddd;
	padding: 20px 30px;
	font-size: 16px;
}
@media screen and (max-width: 767px) {
	#faq .faq_list_col .faq_list_txt {
		padding: 15px;
		font-size: 15px;
	}
}

/* order */
#fs_AboutTerms .fs-l-main {
	background-color: #f2f2f4;
	padding: 80px 0 60px;
}
#fs_AboutTerms .fs-l-pageMain {
	background-color: #fff;
	padding: 0;
}
#order .order_table {
	width: 100%;
    border-collapse: collapse;
}
#order .order_table th,
#order .order_table td {
	border: 1px solid #dddddd;
	padding: 10px 20px;
	vertical-align: middle;
	color: #333;
}
#order .order_table th {
	background-color: #f0f0f0;
	width: 25%;
}
@media screen and (max-width: 767px) {
	#fs_AboutTerms .fs-l-main {
		padding: 10px 2% 40px;
	}
	#order .order_table th,
	#order .order_table td {
		padding: 8px;
	}
	#order .order_table th {
		text-align: center;
		width: 30%;
	}
}

/* site_policy */
#site_policy .policy_list_col {
	margin-top: 30px;
}
#site_policy .policy_list_ttl {
	font-size: 17px;
	font-weight: bold;
	color: #333;
}
#site_policy .policy_list_txt {
	padding-left: 30px;
}
#site_policy .policy_list_txt p {
	font-size: 16px;
	margin-top: 8px;
}
@media screen and (max-width: 767px) {
	#site_policy .policy_list_txt {
		padding-left: 0;
	}
	#site_policy .policy_list_txt p {
		font-size: 15px;
	}
}

/* privacy */
#fs_PrivacyPolicy .fs-l-main {
	background-color: #f2f2f4;
	padding: 80px 0 60px;
}
#fs_PrivacyPolicy .fs-l-pageMain {
	background-color: #fff;
	padding: 0;
}
#privacy .privacy_greet {
	margin-bottom: 40px;
}
#privacy .privacy_greet_ttl {
	text-align: center;
	font-size: 17px;
}
#privacy .privacy_greet_txt {
	margin-top: 20px;
	font-size: 16px;
}
#privacy .privacy_greet_sign {
	margin-top: 20px;
	font-size: 14px;
	text-align: right;
}
#privacy .policy_list_col {
	margin-top: 40px;
}
#privacy .policy_list_col .policy_list_ttl {
	font-size: 17px;
	font-weight: bold;
	color: #333;
	margin-bottom: 20px;
}
#privacy .policy_list_col .policy_list_txt {
	margin-top: 10px;
}
#privacy .policy_list_col .policy_list_txt p {
	margin-top: 20px;
	margin-bottom: 20px;
	font-size: 15px;
	color: #333;
}
#privacy .policy_list_col .policy_list_txt .policy_txt3 {
	padding-left: 3rem;
}
#privacy .policy_list_col .policy_list_txt .policy_txt3 p {
	margin-top: 10px;
	margin-bottom: 0;
}
#privacy .policy_list_col .policy_list_txt .fp_txt_indent1,
#privacy .policy_list_col .policy_list_txt .fp_txt_indent3 {
	margin-top: 10px;
	margin-bottom: 0;
}
@media screen and (max-width: 767px) {
	#fs_PrivacyPolicy .fs-l-main {
		padding: 10px 2% 40px;
	}
	#privacy .privacy_greet_txt {
		font-size: 15px;
	}
	#privacy .policy_list_col .policy_list_txt .policy_txt3 {
		padding-left: 0;
	}
}

/* magazine */
#magazine .magazine_list_col {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #dddddd;;
	font-size: 15px;
	color: #333;
}
#magazine .magazine_list_col a {
	font-weight: bold;
	color: #000;
	text-decoration: underline;
}
#magazine .magazine_list_col a:hover {
	color: #666;
	text-decoration: none;
}
#magazine .magazine_list_col .magazine_list_ttl {
	font-size: 17px;
	font-weight: bold;
	color: #333;
	margin-bottom: 10px;
}

/* tieup */
#tieup .tieup_head {
	padding-bottom: 50px;
	background-image: url(../common/dot_line_k15.png);
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: contain;
}
#tieup .tieup_makeroom {
	margin-top: 30px;
	padding-bottom: 50px;
	background-image: url(../common/dot_line_k15.png);
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: contain;
}
#tieup .tieup_makeroom .tieup_makeroom_ttl {
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	color: #333;
}
#tieup .tieup_makeroom .fp_img {
	padding-left: 100px;
	padding-right: 100px;
}
#tieup .tieup_num {
	margin-top: 30px;
	padding-bottom: 50px;
	background-image: url(../common/dot_line_k15.png);
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: contain;
	text-align: center;
}
#tieup .tieup_num .tieup_num_bg {
	display: inline-block;
	border-radius: 10px;
    padding: 30px 80px;
	background-color: #c1c0c0;
}
#tieup .tieup_num .tieup_num_bg .tieup_num_ttl {
	font-weight: bold;
	color: #ffffff;
	font-size: 18px;
	line-height: 1.3;
}
#tieup .tieup_num .tieup_num_bg .tieup_num_num {
	color: #202020;
	font-size: 48px;
	font-family: 'Josefin Sans', sans-serif;
	line-height: 1.3;
}
#tieup .tieup_num .tieup_num_bg .tieup_num_txt {
	color: #202020;
	font-size: 14px;
	line-height: 1.3;
}
#tieup .tieup_list {
	margin-top: 30px;
	padding-bottom: 20px;
	background-image: url(../common/dot_line_k15.png);
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: contain;
	overflow: hidden;
}
#tieup .tieup_list_img {
	float: left;
	width: 330px;
	margin-right: 50px;
	padding-bottom: 30px;
}
#tieup .tieup_list_info {
	float: left;
	width: 420px;
}
#tieup .tieup_list_info_full {
	width: 100%;
}
#tieup .tieup_list_info .tieup_list_cate {
	display: inline-block;
	margin-bottom: 10px;
	padding: 5px 10px;
	border: 1px solid #333;
	color: #333;
	font-size: 14px;
	line-height: 1;
	vertical-align: middle;
	font-weight: bold;
	text-align: center;
}
#tieup .tieup_list_info .tieup_list_ttl {
	color: #333;
	font-size: 22px;
	line-height: 1.3;
	font-weight: bold;
}
#tieup .tieup_list_info .tieup_list_ttl span {
	display: block;
	font-size: 12px;
	font-weight: bold;
}
#tieup .tieup_list_info .tieup_list_catch {
	margin-top: 10px;
	font-weight: bold;
}
#tieup .tieup_list_info dl {
	overflow: hidden;
	margin: 10px 0 30px;
	font-size: 12px;
}
#tieup .tieup_list_info dl dt {
	float: left;
	width: 20%;
	position: relative;
}
#tieup .tieup_list_info dl dt:after {
	content: "：";
	position: absolute;
	top: 0;
	right: 0;
	display: inline-block;
}
#tieup .tieup_list_info dl dd {
	float: left;
	width: 80%;
	padding-left: 5px;
}
#tieup .tieup_list .fp_txt {
	clear: both;
}
#tieup .tieup_list .fp_txt p {
	font-size: 14px;
}
#tieup .tieup_list .NhK_tieup {
	text-align: center;
	font-size: 120%;
	font-weight: bold;
	border: 2px solid;
	padding: 4px;
	margin-bottom: 20px;
	line-height: 1.5;
}
@media screen and (max-width: 767px) {
	#tieup .tieup_head {
		padding-bottom: 10px;
	}
	#tieup .tieup_makeroom {
		padding-bottom: 10px;
	}
	#tieup .tieup_makeroom .tieup_makeroom_ttl {
		font-size: 17px;
	}
	#tieup .tieup_makeroom .fp_img {
		padding-left: 0;
		padding-right: 0;
	}
	#tieup .tieup_num {
		padding-bottom: 30px;
	}
	#tieup .tieup_num .tieup_num_bg {
		display: inline-block;
		border-radius: 10px;
		padding: 30px 80px;
		background-color: #c1c0c0;
	}
	#tieup .tieup_list {
		padding-bottom: 10px;
	}
	#tieup .tieup_list_img {
		width: 100%;
		margin-right: 0;
		padding-bottom: 10px;
		text-align: center;
	}
	#tieup .tieup_list_info {
		width: 100%;
	}
	#tieup .tieup_list_info dl dt {
		width: 22%;
		clear: left;
		margin-top: 5px;
	}
	#tieup .tieup_list_info dl dd {
		width: 78%;
	}
	#tieup .tieup_list_info .tieup_list_ttl {
		font-size: 17px;
	}
	#tieup .tieup_list .NhK_tieup {
		font-size: 16px;
	}
}

/* schedule */
#schedule .schedule_anchor {
	text-align: center;
	margin-bottom: 10px;
}
#schedule .schedule_anchor ul li {
	display: inline-block;
}
#schedule .schedule_anchor ul li:before {
	content: "|";
	padding: 0 10px;
	color: #ccc;
}
#schedule .schedule_anchor ul li:first-child:before {
	content: none;
}
#schedule .schedule_anchor ul li a {
	display: inline-block;
	color: #c69c6d;
	font-size: 16px;
}
#schedule .schedule_day_month {
	margin-bottom: 20px;
	font-size: 16px;
}
#schedule .schedule_table {
	width: 100%;
    border-collapse: collapse;
	table-layout: fixed;
	font-size: 12px;
}
#schedule .schedule_table th {
	padding: 6px;
	text-align: center;
	vertical-align: top;
	color: #FFFFFF;
	background-color: #cccccc;
	border: 1px solid #dddddd;
}
#schedule .schedule_table th.su {
	background-color: #ef857d;
}
#schedule .schedule_table th.sa {
	background-color: #ADC3FF;
}
#schedule .schedule_table th.w {
	background-color: #999;
}
#schedule .schedule_table td {
	padding: 5px;
	vertical-align: top;
	border: 1px solid #dddddd;
}
#schedule .schedule_table td p.num,
#schedule .schedule_table td p.num_su,
#schedule .schedule_table td p.num_sa {
	font-weight: bold;
}
#schedule .schedule_table td p.num {
	color: #000000;
}
#schedule .schedule_table td p.num_su {
	color:  #ef857d;
}
#schedule .schedule_table td p.num_sa {
	color:  #0033FF;
}
#schedule .schedule_table td p.i {
	border-bottom: thin dotted #ccc;
	color: #000;
	line-height: 12px;
	margin: 6px 0;
}
#schedule .schedule_prefs {
	margin-top: 30px;
}
#schedule .schedule_prefs_area {
	color: #c69c6d;
    font-size: 18px;
    font-weight: 500;
	margin-bottom: 10px;
}
#schedule .schedule_pref {
	margin-bottom: 20px;
}
#schedule .store_pref_ttl {
	font-size: 16px;
    font-weight: 500;
    margin-bottom: 5px;
    color: #333;
}
#schedule .store_table {
	width: 100%;
    border-collapse: collapse;
}
#schedule .store_table th {
	font-size: 14px;
	color: #fff;
	text-align: center;
	background-color: #c69c6d;
	border: 1px solid #b9b9b9;
	padding: 6px 0;
}
#schedule .store_table th.name {
	width: 40%;
}
#schedule .store_table th.date {
	width: 60%;
}
#schedule .store_table td {
	font-size: 14px;
	background-color: #fff;
	border: 1px solid #b9b9b9;
	padding: 6px 10px;
}
#schedule .store_table td.date {
	vertical-align: middle;
}
@media screen and (max-width: 767px) {
	#schedule .schedule_day_month {
		text-align: center;
	}
	#schedule .store_table th.name {
		width: 50%;
	}
	#schedule .store_table th.date {
		width: 50%;
	}
}

/* about */
#about .fp_subtitle {
	font-family: 'Josefin Sans', sans-serif;
}
#about .fp_subtitle .sm {
	display: block;
	font-size: 15px;
	color: #333;
	font-family: -apple-system, BlinkMacSystemFont, 'Helvetica Neue', 'Segoe UI', 'Hiragino Kaku Gothic ProN', 'Yu Gothic', sans-serif;
}
#about .about_ttl {
	font-size: 18px;
    font-weight: bold;
	text-align: center;
	margin-bottom: 30px;
}
#about .fp_txt p {
	font-size: 16px;
}
#about .fp_txt .fp_txt_sm {
	font-size: 13px;
}
#about .about_promise {
	margin-top: 60px;
}
#about .about_promise_list {
	margin-bottom: 30px;
	padding: 0 40px 30px;
	background-image: url(../common/dot_line_k15.png);
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: contain;
	counter-reset: number;
}
#about .about_promise_list li {
	position: relative;
    margin-bottom: 20px;
    padding-left: 40px;
	font-size: 16px;
}
#about .about_promise_list li:before {
	position: absolute;
	top: 0;
	left: 0;
	width: 28px;
	height: 28px;
	line-height: 30px;
	font-size: 20px;
	color: #fff;
	text-align: center;
	counter-increment: number;
	content: counter(number);
	display: inline-block;
	background: #c69c6d;
	font-family: 'Josefin Sans', sans-serif;
	border-radius: 50%;
}
#about .about_ingredients {
	margin-top: 60px;
}
@media screen and (max-width: 767px) {
	#about .fp_subtitle .sm {
		font-size: 14px;
	}
	#about .about_ttl {
		font-size: 17px;
		margin-bottom: 20px;
	}
	#about .fp_txt p {
		font-size: 15px;
	}
	#about .about_promise {
		margin-top: 40px;
	}
	#about .about_promise_list {
		padding: 0 0 30px;
	}
	#about .about_promise_list li {
		font-size: 15px;
	}
	#about .about_ingredients {
		margin-top: 40px;
	}
}

/* member_agreement */
#fs_MemberAgreement .fs-l-main {
	background-color: #f2f2f4;
    padding: 80px 0 60px;
}
#fs_MemberAgreement .fs-l-pageMain {
	background-color: #fff;
	padding: 0;
}
#member_agreement .policy_list_col {
	margin-top: 40px;
}
#member_agreement .policy_list_col .policy_list_ttl {
	font-size: 17px;
	font-weight: bold;
	color: #333;
	margin-bottom: 20px;
}
#member_agreement .policy_list_col .policy_list_txt {
	margin-top: 10px;
}
#member_agreement .policy_list_col .policy_list_txt p {
	margin-top: 20px;
	margin-bottom: 20px;
	font-size: 15px;
	color: #333;
}
#member_agreement .policy_list_col .policy_list_txt .policy_txt1 {
	padding-left: 1rem;
}
#member_agreement .policy_list_col .policy_list_txt .policy_txt1 p {
	margin-top: 10px;
	margin-bottom: 0;
}
#member_agreement .policy_list_col .policy_list_txt .fp_txt_indent1,
#member_agreement .policy_list_col .policy_list_txt .fp_txt_indent3 {
	margin-top: 10px;
	margin-bottom: 0;
}
@media screen and (max-width: 767px) {
	#fs_MemberAgreement .fs-l-main {
		padding: 10px 2% 40px;
	}
	#member_agreement .policy_list_col .policy_list_txt .policy_txt1 {
		padding-left: 0;
	}
}

/* ColumnTop */
#columnTop .columnTop_list {
	margin-top: 60px;
	overflow: hidden;
}
#columnTop .columnTop_list_img {
	float: left;
	width: 200px;
	border-radius: 10px;
    overflow: hidden;
}
#columnTop .columnTop_list_spec {
	float: right;
	width: 570px;
	padding-top: 20px;
}
#columnTop .columnTop_list_ttl a {
	font-size: 24px;
	font-weight: 500;
	color: #333;
}
#columnTop .columnTop_list_ttl a:hover {
	color: #ef857d;
}
#columnTop .columnTop_list_txt {
	margin-top: 20px;
	font-size: 16px;
}
#columnTop .common_btn {
	float: right;
	margin-top: 20px;
}
@media screen and (max-width: 767px) {
	#columnTop .columnTop_list {
		margin-top: 40px;
		padding-bottom: 40px;
		border-bottom: 1px solid #ddd;
	}
	#columnTop .columnTop_list_img {
		width: 30%;
		border-radius: 4px;
	}
	#columnTop .columnTop_list_spec {
		width: 65%;
		padding-top: 0;
	}
	#columnTop .columnTop_list_ttl a {
		font-size: 16px;
	}
	#columnTop .columnTop_list_txt {
		margin-top: 10px;
		font-size: 15px;
	}
	#columnTop .common_btn {
		float: none;
	}
}

/* columnLP */
#columnLP .columnLP_inner {
	padding: 0 100px 80px;
}
#columnLP .columnLP_img {
	margin: 60px 0;
	text-align: center;
}
#columnLP .columnLP_txt {
	margin-bottom: 40px;
}
#columnLP .columnLP_txt p {
	margin-top: 20px;
	font-size: 17px;
}
#columnLP .columnLP_txt p a {
	color: #ef857d;
}
#columnLP .columnLP_anchor {
	margin-top: 60px;
}
#columnLP .columnLP_anchor ul {
	overflow: hidden;
}
#columnLP .columnLP_anchor ul li {
	float: left;
	width: 50%;
}
#columnLP .columnLP_anchor ul li a {
	display: block;
	padding: 8px 10px;
	color: #fff;
	background-color: #c69c6d;
	border: 1px solid #fff;
	font-size: 16px;
	position: relative;
}
#columnLP .columnLP_anchor ul li a:after {
	content: "\f107";
	position: absolute;
	top: 50%;
	right: 15px;
	transform: translateY(-50%);
    display: inline-block;
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
}
#columnLP .columnLP_anchor ul li a:hover {
	opacity: .8;
}
#columnLP .columnLP_list .columnLP_product {
	margin-top: 60px;
	overflow: hidden;
}
#columnLP .columnLP_list .columnLP_product .columnLP_product_img {
	float: left;
	width: 250px;
}
#columnLP .columnLP_list .columnLP_product .columnLP_product_info {
	float: right;
	width: 520px;
}
#columnLP .columnLP_list .columnLP_product .columnLP_product_ttl {
	margin-bottom: 20px;
	padding: 10px 0 15px;
	background-image: url(../column/dot_line_big.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: bottom center;
}
#columnLP .columnLP_list .columnLP_product .columnLP_product_ttl a {
	font-size: 24px;
	color: #333;
}
#columnLP .columnLP_list .columnLP_product .columnLP_product_txt p {
	font-size: 16px;
	margin-top: 10px;
}
#columnLP .columnLP_list .columnLP_product .columnLP_product_spec,
#columnLP .columnLP_list .columnLP_product .columnLP_product_price {
	margin-top: 15px;
	overflow: hidden;
}
#columnLP .columnLP_list .columnLP_product .columnLP_product_spec dt,
#columnLP .columnLP_list .columnLP_product .columnLP_product_price dt {
	float: left;
	font-size: 15px;
	line-height: 18px;
	color: #999;
}
#columnLP .columnLP_list .columnLP_product .columnLP_product_spec dd,
#columnLP .columnLP_list .columnLP_product .columnLP_product_price dd {
	float: left;
	margin-left: 15px;
	font-size: 18px;
	line-height: 18px;
	font-weight: bold;
}
#columnLP .columnLP_list .columnLP_product .columnLP_product_price dd {
	color: #c69c6d;
}
#columnLP .columnLP_list .columnLP_product .columnLP_product_price dd .columnLP_product_tax {
	font-size: 13px;
	color: #333;
}
#columnLP .columnLP_list .columnLP_movie {
	overflow: hidden;
	width: 600px;
	margin: 0 auto;
	padding-top: 654px;
	position: relative;
}
#columnLP .columnLP_list .columnLP_movie iframe {
	position: absolute;
	top: -54px;
	left: 0;
	width: 100%;
	height: 100%;
}

@media screen and (max-width: 767px) {
	#columnLP .columnLP_inner {
		padding: 0 4% 40px;
	}
	#columnLP .fp_subtitle {
		font-size: 19px;
		padding-bottom: 20px;
	}
	#columnLP .columnLP_img {
		margin: 40px 0;
	}
	#columnLP .columnLP_txt {
		margin-bottom: 30px;
	}
	#columnLP .columnLP_txt p {
		font-size: 15px;
	}
	#columnLP .columnLP_anchor {
		margin-top: 40px;
	}
	#columnLP .columnLP_anchor ul li {
		width: 100%;
	}
	#columnLP .columnLP_anchor ul li a {
		font-size: 15px;
	}
	#columnLP .columnLP_list .columnLP_step_ttl {
		padding: 20px 4%;
		font-size: 20px;
	}
	#columnLP .columnLP_list .columnLP_product {
		margin-top: 40px;
	}
	#columnLP .columnLP_list .columnLP_product .columnLP_product_img {
		width: 100%;
		padding: 0 20%;
		text-align: center;
	}
	#columnLP .columnLP_list .columnLP_product .columnLP_product_info {
		width: 100%;
	}
	#columnLP .columnLP_list .columnLP_product .columnLP_product_ttl {
		margin-bottom: 10px;
	}
	#columnLP .columnLP_list .columnLP_product .columnLP_product_ttl a {
		font-size: 17px;
		font-weight: bold;
	}
	#columnLP .columnLP_list .columnLP_product .columnLP_product_txt p {
		font-size: 15px;
	}
	#columnLP .columnLP_list .columnLP_product .common_btn {
		text-align: right;
	}
	#columnLP .columnLP_list .columnLP_movie {
		width: 100%;
		padding-top: calc(100% + 54px);
		margin-bottom: -40px;
	}
	#columnLP .columnLP_list .columnLP_movie iframe {
		top: -54px;
	}
}


/* return_policy */
#fs_ReturnPolicy .fs-l-main {
	background-color: #f2f2f4;
    padding: 80px 0 60px;
}
#fs_ReturnPolicy .fs-l-pageMain {
	background-color: #fff;
    padding: 0;
}
#return_policy .policy_list_col {
	margin-top: 40px;
}
#return_policy .policy_list_col .policy_list_ttl {
	font-size: 17px;
	font-weight: bold;
	color: #333;
	margin-bottom: 20px;
}
#return_policy .policy_list_col .policy_list_txt {
	margin-top: 10px;
}
#return_policy .policy_list_col .policy_list_txt p {
	margin-top: 20px;
	margin-bottom: 20px;
	font-size: 15px;
	color: #333;
}
@media screen and (max-width: 767px) {
	#fs_ReturnPolicy .fs-l-main {
		padding: 10px 2% 40px;

	}
}

/* shipping-payment */
#fs_AboutShippingAndPayment .fs-l-main {
	background-color: #f2f2f4;
	padding: 80px 0 60px;
}
#fs_AboutShippingAndPayment .fs-l-pageMain {
	background-color: #fff;
	padding: 80px 100px;
}
@media screen and (max-width: 767px) {
	#fs_AboutShippingAndPayment .fs-l-main {
		padding: 10px 2% 40px;
	}
	#fs_AboutShippingAndPayment .fs-l-pageMain {
		padding: 40px 0;
	}
}

/* register */
#fs_Register .fs-l-main {
	background-color: #f2f2f4;
	padding: 80px 0 60px;
}
#fs_Register .fs-l-pageMain {
	background-color: #fff;
	padding: 0;
}
@media screen and (max-width: 767px) {
	#fs_Register .fs-l-main {
		padding: 10px 2% 40px;
	}
	#fs_Register .fs-l-pageMain {
		padding: 40px 4%;
	}
}

/* news */
.news190918 .coupon_list {
	text-align: center;
	padding-top: 60px;
	background-image: url(../news/news190918_09.png);
	background-position: center top;
}
.news190918 .coupon_list ul {
	padding: 40px 0 20px;
	font-size: 0;
}
.news190918 .coupon_list ul li {
	display: inline-block;
}
@media screen and (max-width: 767px) {
	.news190918 .coupon_list {
		padding: 40px 4% 0;
	}
}

/* contact */
#contact .fs-c-inputField__field--zipCode {
	align-items: center;
}
#contact .fs-c-inputField__field--zipCode .contact_space {
	margin-left: 0;
}
#contact .contact_space {
	font-size: 20px;
	margin-right: 8px;
	margin-left: 8px;
}
#contact .fs-c-inputField__field + .fs-c-inputField__field {
	margin-top: 10px;
}
#contact .form_message {
	margin-top: 10px;
	color: #ef857d;
}
#contact textarea {
	height: auto;
}
#contact .columnLP_back {
	padding-bottom: 0;
}
#contact .fp_txt p a {
	color: #999;
}
@media screen and (max-width: 767px) {
	#contact .fs-c-inputField__field--tel input {
		width: 45px!important;
	}
	#contact .contact_space {
		font-size: 16px;
	}
}

/* sitemap */
#sitemap .sitemap_lists {
	overflow: hidden;
	margin-bottom: 60px;
}
#sitemap .sitemap_lists h3 {
	border-bottom: 1px solid #c69c6d;
}
#sitemap .sitemap_list {
	float: left;
	width: 33.3333%;
	margin-top: 10px;
	padding-right: 10px;
	margin-bottom: 10px;
}
#sitemap .sitemap_list.sitemap_list_2x {
	width: 66.6666%;
}
#sitemap .sitemap_ttl a {
	font-size: 16px;
	font-weight: bold;
	color: #333;
	display: inline-block;
}
#sitemap .sitemap_list ul li {
	margin-top: 10px;
}
#sitemap .sitemap_list ul li a {
	color: #333;
	font-size: 15px;
}
#sitemap .sitemap_list ul li a:before {
	content: "-";
	display: inline-block;
	margin-right: 5px;
}
@media screen and (max-width: 767px) {
	#sitemap .sitemap_list {
		width: 100%;
		padding-right: 0;
	}
	#sitemap .sitemap_list.sitemap_list_2x {
		width: 100%;
	}
	#sitemap .sitemap_list ul li {
		padding-left: 10px;
	}
}





</pre></body></html>