@charset "utf-8";
/* CSS Document */
/* ----------------------- Browser Default Initialization */
html {
	overflow-y: scroll;
}
html#thanks {
    height:100%; /*ブラウザいっぱいに高さを取得*/
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td	{
	margin: 0;	padding: 0;
}
address, caption, cite, code, dfn, em, strong, th, var	{
	font-style: normal;
}
table	{
	border-collapse: collapse;	border-spacing: 0;
}
caption, th	{
	text-align: left;
}
q:before ,q:after	{
	content: '';
}
object, embed	{
	vertical-align: top;
}
hr, legend	{
	display: none;
}
h1, h2, h3, h4, h5, h6	{
	font-size: 24px;
	text-align: center;
	padding-bottom: 10px;
}
img, abbr, acronym, fieldset	{
	border: 0;
}
li	{
	list-style-type: none;
}
p, dd, blockquote	{
	text-align: justify;
	text-justify: inter-ideograph;
}
img {
	display: block;
	margin: 0 auto;
}
/* ----------------------- Basic Style */
/* ------------ Font Style */
body {
	font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background: url(./img/bg_decoration04.gif)0 0 repeat;
	color: #333;
	line-height: 150%;
	font-size: 100%;
}
* {
  -webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
* + html body {
	font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

/* ------------ A Style */
a:link	{
	text-decoration: none; /*underline*/
	color: #5484C8;
}

a:visited	{
	text-decoration: none;
}

a:hover	{
	text-decoration: none;
	opacity:0.8;
}

a:active	{
	text-decoration: none;
}

.xs {
	font-size:90%;
}

.red {
	color: #e14357;
}

.b {
	font-weight: bold;
}

/* ----------------------- ここからオリジナル */
/* ====================
LPコンテンツ
==================== */
#wrapper {
	width: 100%;
}

#wrapper .inner {
	width: 750px;
	background-color: #FFF;
	margin: 0 auto;
}

.cv_btn {
	position: relative;
}

/*----- section01 -----*/
#wrapper .section01 {
	padding: 0;
}
#wrapper .kv {
	position: relative;
	width: 750px;
	margin: 0 auto;
}
#wrapper .section01 .kv .cv_btn_areaA {
	position: absolute;
	width: 30%;
	top: 0;
	right: 27%;
}
#wrapper .section01 .kv .cv_btn_areaB {
	position: absolute;
	width: 30%;
	top: 0;
	right: 0;
}

/*----- section01-summary -----*/
#wrapper .section01-summary {
	padding: 0;
}
#wrapper .section01-summary .cv_btn_area {
	position: absolute;
	width: 100%;
	bottom: 8px;
	left: 0;
	right: 0;
	margin: 0 auto;
}

/*----- section02 -----*/
#wrapper .section02 {
	padding: 0;
}

/*----- section03 -----*/
#wrapper .section03 {
	padding: 0;
}
#wrapper .section03 .cv_btn_area {
	position: absolute;
	width: 100%;
	bottom: 8px;
	left: 0;
	right: 0;
	margin: 0 auto;
}

/*----- section04 -----*/
#wrapper .section04 {
	padding: 0;
}
#wrapper .section04 .cv_btn_area {
	position: absolute;
	width: 100%;
	bottom: 8px;
	left: 0;
	right: 0;
	margin: 0 auto;
}

/*----- section05 -----*/
#wrapper .section05 {
	padding: 0;
}
#wrapper .section05 .cv_btn_area {
	position: absolute;
	bottom: 38px;
	width: 100%;
}

/*----- section06（アコーディオン） -----*/
#wrapper .section06 {
	padding: 0;
}
#wrapper #acMenu {
	width: 690px;
	margin: 0 auto;
	padding: 20px 0 40px;
}
#wrapper .section06 #acMenu dt {
	display: block;
	color: #fff;
	font-size: 16px;
	font-weight: 500;
	text-align: left;
	padding: 20px 40px 20px 60px;
	margin-top: 3px;
	letter-spacing: 0.08em;
}
#wrapper .section06 #acMenu dd {
	display: none;
	margin-bottom: 2px;
}
#wrapper .section06 #acMenu dt span {
	color: #545454;
	margin-right: 15px;
}
#wrapper .section06 #acMenu dd .flowIn {
	padding: 10px 20px 10px;
}
#wrapper .section06 #acMenu dd .flowIn p {
	text-align: justify;
	line-height: 1.3rem;
}
#wrapper .section06 #acMenu .flowIn .point {
	background: #FFFF00;
	padding: 10px;
	width: 100%;
	margin-top: 5px;
}
#wrapper .section06 #acMenu .flowIn .point p {
	background: url(https://fulala.jp/facial/img/icon-point_60.png) no-repeat left center;
	padding-left: 90px;
	min-height: 60px;
	color: #333333;
	font-size: 15px;
	text-align: justify;
	line-height: 1.3rem;
}

.accordion {
  position: relative;
	width: 100%;
	margin-left: auto;
  margin-right: auto;
}
.accordion-title {
  color: #fff;
  cursor: pointer;
  font-size: 16px;
  padding: 10px 20px;
}
/*--▼▼ タイトルの背景色 ▼▼--*/
.accordion-item:nth-of-type(1) .accordion-title,
.accordion-item:nth-of-type(2) .accordion-title,
.accordion-item:nth-of-type(3) .accordion-title,
.accordion-item:nth-of-type(4) .accordion-title,
.accordion-item:nth-of-type(5) .accordion-title,
.accordion-item:nth-of-type(6) .accordion-title,
.accordion-item:nth-of-type(7) .accordion-title {
  background-color: #9E7136;
}
.accordion-item:nth-of-type(8) .accordion-title,
.accordion-item:nth-of-type(9) .accordion-title,
.accordion-item:nth-of-type(10) .accordion-title{
  background-color: #FE9FB7;
}

/*--▼▼ コンテンツボックスの枠線 ▼▼--*/
.accordion-item:nth-of-type(1) .accordion-content,
.accordion-item:nth-of-type(2) .accordion-content,
.accordion-item:nth-of-type(3) .accordion-content,
.accordion-item:nth-of-type(4) .accordion-content,
.accordion-item:nth-of-type(5) .accordion-content,
.accordion-item:nth-of-type(6) .accordion-content,
.accordion-item:nth-of-type(7) .accordion-content {
  border-bottom: 1px solid #9E7136;
  border-left: 1px solid #9E7136;
  border-right: 1px solid #9E7136;
}
.accordion-item:nth-of-type(8) .accordion-content,
.accordion-item:nth-of-type(9) .accordion-content,
.accordion-item:nth-of-type(10) .accordion-content {
  border-bottom: 2px solid #FE9FB7;
  border-left: 2px solid #FE9FB7;
  border-right: 2px solid #FE9FB7;
}
.accordion img {
  position: absolute;
	width: 26px;
	margin-top: -4px;
	margin-left: -40px;
}

/*--▼▼ 矢印 ▼▼--*/
.accordion-title {
  position: relative;
}
.accordion-title::after {
  border-right: solid 2px #fff;
  border-top: solid 2px #fff;
  content: "";
  display: block;
  height: 8px;
  position: absolute;
  right: 15px;
  top: 38%;
  transform: rotate(135deg);
  transition: transform .3s ease-in-out, top .3s ease-in-out;
  width: 8px;
}
.accordion-title.open::after {
  top: 45%;
  transform: rotate(-45deg);
}

/*----- section07 -----*/
#wrapper .section07 {
	padding: 0px;
	margin-top: 30px;
}
#wrapper #acMenu_01 {
	width: 100%;
	margin: 0 auto;
	padding-top: 10px;
}
#wrapper .section07 #acMenu_01 dt {
	background: url(https://fulala.jp/face_afb/img/icon_question.png) no-repeat;
	background-position: 20px;
	background-size: 4%;
	background-color: #0FA7EA;
	display: block;
	cursor: pointer;
	color: #fff;
	font-size: 17px;
	font-weight: 600;
	text-align: left;
	padding: 18px 0 16px;
	margin-bottom: 1px;
}
#wrapper .section07 #acMenu_01 dd {
	display: none;
	border-right: 2px solid #0FA7EA;
	border-left: 2px solid #0FA7EA;
	border-bottom: 2px solid #0FA7EA;
	margin-bottom: 2px;
}
#wrapper .section07 #acMenu_01 dt span {
	color: #545454;
	margin-right: 30px;
}
#wrapper .section07 #acMenu_01 dd .flowIn {
	padding: 4px 20px 10px 20px;
}
#wrapper .section07 #acMenu_01 dd .flowIn p {
	padding-left: 0px;
	padding-right: 0px;
}
#wrapper .section07 #acMenu_01 p {
	font-size: 16px;
	margin: 0;
	padding-left: 60px;
	padding-right: 18px;
}

/*----- section08 -----*/
#wrapper .section08 {
	padding: 0;
	margin-top: 0;
}
#wrapper .about {
	padding: 0;
	margin-top: 0;
}
#wrapper .store {
	width: 750px;
	background-color: #FFF;
	margin: 0 auto;
	padding: 20px 20px 30px;
}
#wrapper .section08 .cv_btn_area {
	position: absolute;
	width: 100%;
	bottom: 60px;
	left: 0;
	right: 0;
	margin: 0 auto;
}

/*-----------------------------
注釈関係
------------------------------*/
.detail_txt {
	text-align: justify;
	width: 690px;
	margin: 0 auto;
}
.detail_txtB {
	margin-top: 10px;
	margin-bottom: 3px;
}

#wrapper p {
	font-size: 14px;
	line-height: 1.2rem;
	text-align: center;
	padding-top: 2px;
}
p {
	line-height: 1.5rem;
}

/*----- ドメイン送受信許可のお願い -----*/
.contentsPicup {
	width: 660px;
	margin: 0 auto;
	margin-top: 15px;
	background-color: #F7F1DF;
	border: 2px solid #D7CBA3;
	padding: 15px;
	text-align: center;
}
.contentsPicup b {
	font-size: 16px;
	font-weight: bold;
}

.annotation {
	width: 894px;
	margin: 0 auto;
	font-size: 12px;
	color: #E92B81;
	margin-top: 15px;
}

.flR {
	float: right;
}

/*----- 店舗詳細 -----*/
.omotesando_deta {
	overflow: hidden;
	margin-bottom: 0;
	margin-top: 0;
}
.omotesando_deta img {
	width: 350px;
	display: block;
	margin-left: 20px;
}
.omotesando_deta h3 {
	border-bottom: 1px solid #c3a956;
	margin-bottom: 13px;
	font-size: 22px;
}
.omotesando_deta dl.salon-info {
	margin: 0 0 15px;
	padding: 0;
	font-size: 16px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	line-height: 2.3;
	letter-spacing: 0.025em
}
.omotesando_deta dl.salon-info dt {
	width: 25%;
	padding: 0;
	font-weight: bold;
	text-align: right;
}
.omotesando_deta dl.salon-info dd {
	margin: 0;
	padding: 0;
	width: calc(100% - 5.5em);
	line-height: 1.8;
}
.omotesando_deta dl.salon-info dd, .omotesando_deta dl.salon-info dt {
	margin: 0;
	line-height: 1.8;
}
.omotesando_deta a.map_btn {
	display: inline-block;
	position: relative;
	background-color: #FFF;
	width: 100%;
	color: #C36;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	border: 2px solid #C36;
	border-radius: 25px;
	letter-spacing: 0.05em;
	padding: 10px;
}

#entry .inner h2 {
	font-size: 27px;
	text-align: center;
	margin-bottom: 12px;
}
#entry .inner p {
	font-size: 14px;
	text-align: center;
	line-height: 1.2rem;
	margin-bottom: 5px;
}

/*-----------------------------
お問合せ
------------------------------*/
form#mailformpro dl dt {
	width: 210px;
	margin-right: 30px;
}
form#mailformpro dl dd {
	padding: 10px 5px 10px 240px;
}

/*-----------------------------
フッター
------------------------------*/
footer {
	overflow: hidden;
	background: #C9A25C;
	margin-top: 15px;
	margin-bottom: 80px;
}
footer .footer-area {
	text-align: center;
	padding: 10px 0 2px;
}
footer img {
	width: 80px;
}
footer .copyright {
	font-size: 12px;
	color: #FFF;
	padding-top: 3px;
}

footer ul {
	width: 250px;
	margin: 0 auto;
}
footer ul li {
	float: left;
	margin-right: 20px;
}
footer ul li a {
	color:#FFFFFF;
	font-size:14px;
}
footer ul li a:hover {
	text-decoration:underline!important;
}

footer#bottom {
	background-color: #62BDB3;
	margin: 40px 0 0;
}
footer#bottom ul {
	overflow: hidden;
	margin: 0 auto;
	width: 340px;
}
footer#bottom ul a {
	float: left;
	padding: 15px 10px;
	color: #fff;
}
footer#bottom .line li {
	border-left: 1px solid #fff;
	padding-left: 20px;
}

/*------------------------------------------
	オファーボタンのフェードイン
------------------------------------------*/
/* 画面外にいる状態 */
.fadein {
	opacity : 0.1;
	transform : translate(0, 50px);
	transition : all 500ms;
}

/* 画面内に入った状態 */
.fadein.scrollin {
	opacity : 1;
	transform : translate(0, 0);
}

/*-----------------------------
ページTOP
------------------------------*/
#page-top {
	position: fixed;
	bottom: 40px;
	right: 40px;
	font-size: 10px;
	z-index: 99999;
}
#page-top a {
	width: 50px; /*80px*/
	text-align: center;
	display: block;
	border-radius: 5px;
	/* CSS3 */
	-moz-border-radius: 5px;
	/* Firefox */
	-webkit-border-radius: 5px;
}
#page-top a:hover {
}

/*-- YOUTUBE --*/
.movie {
	position: relative;
	text-align: center;
	margin: 20px 0;
}
.movie iframe {
	width: 580px;
	height: 300px;
}

.scrollY {
	height: 80px;
	overflow-y: scroll;
	border: 1px solid #CCC;
	background-color: #FFF;
	padding: 3px;
}

#header img {
	width: 100%;
}

/*------------------------------------------
	オファーボタン / 固定位置に電話番号を常に表示
------------------------------------------*/
#floatingButton {
	display: none; /* 初期状態非表示 */
	position: fixed;
}
.footer_area {
	bottom: 0;
	left: 0;
	width: 100%;
	background-color: rgba( 0, 0, 0, 0.4 );
	z-index: 10000;
}
.footer_area .footer_area_inner {
	position: relative;
	width: 610px;
	margin: 0px auto;
	padding: 10px 0;
	text-align: center;
}
.footer_area_inner .reception_number {
	color: #FFFF41;
}
.footer_area .footer_area_inner .footer_area_inner_btn {
	width: 85%;
	padding: 11px 0;
	font-size: 20px;
	font-weight: bold;
	margin-left: 15px;
	line-height: 1.3;
}
.footer_area_contact_box {
  width: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.inquiry_btn {
	-webkit-border-radius: 0;
	display: inline-block;
	text-align: center;
	text-decoration: none;
	width: 610px;
	padding: 12px 0;
	border: 3px solid #FFF;
	background: linear-gradient(180deg, #339539 0%, #339539 50%, #007A07 50%, #007A07 100%);
}
.inquiry_btn:link, .inquiry_btn:visited {
	color: #FFFF00 !important;
}
.inquiry_btn img {
	width: 5%;
	display: inline;
	vertical-align: middle;
	margin-right: 4px;
}

.inquiry_btn02 {
	-webkit-border-radius: 3px;
	display: inline-block;
	text-align: center;
	text-decoration: none;
	width: 70px;
	padding: 10px 0;
}
.inquiry_btn02 img {
	width: 54%;
	display: inline;
	vertical-align: middle;
}

.reception_time {
	text-align: center;
  font-size: 20px;
	vertical-align: middle;
}
.reception_time02 {
	text-align: center;
  font-size: 12px;
	vertical-align: middle;
}
#siteBottom {
	margin-bottom: 85px;
}



/*====================================

SP

=====================================*/
@media only screen and (max-device-width: 480px) {
	img {
		display: block;
		margin: 0 auto;
		width: 100%;
	}
	#wrapper p {
		font-size: 13px;
	}
	p {
		line-height: 1.4rem;
	}
	
	/*-- YOUTUBE --*/
	.movie {
		position: relative;
		text-align: center;
		margin: 12px 0 2px 0;
	}
	.movie iframe {
		width: 90%;
		height: auto;
	}
	
	/* ====================
	LPコンテンツ
	==================== */
	#wrapper {
		width: 100%; 
	}
	#wrapper .inner {
		width: 100%;
		margin: 0 auto;
		padding-left: 15px;
    padding-right: 15px;
		padding-bottom: 15px;
	}

	.cv_btn {
		position: relative;
	}

	/*----- SP / section01 -----*/
	#wrapper .section01 {
		padding: 0;
	}
	#wrapper .kv {
		position: relative;
		width: 100%;
		margin: 0 auto;
	}
	#wrapper .section01 .kv .cv_btn_areaA {
		position: absolute;
		width: 30%;
		top: 0;
		right: 27%;
	}
	#wrapper .section01 .kv .cv_btn_areaB {
		position: absolute;
		width: 30%;
		top: 0;
		right: 0;
	}
	#wrapper .section01 .cv_btn_area a img {
		width: 100%;
	}
	/*----- SP / section01-summary -----*/
	#wrapper .section01-summary {
		padding: 0;
	}
	#wrapper .section01-summary .cv_btn_area {
		position: absolute;
		width: 100%;
		bottom: 2%;
		left: 0;
		right: 0;
		margin: 0 auto;
	}
	
	/*----- SP / section03 -----*/
	#wrapper .section03 {
		padding: 0;
	}
	#wrapper .section03 .cv_btn_area {
		position: absolute;
		width: 100%;
		bottom: 2%;
		left: 0;
		right: 0;
		margin: 0 auto;
	}
	#wrapper .section03 .cv_btn_area a img {
		width: 100%;
	}
	
	/*----- SP / section04 -----*/
	#wrapper .section04 {
		padding: 0;
	}
	#wrapper .section04 .cv_btn_area {
		position: absolute;
		width: 100%;
		bottom: 2%;
		left: 0;
		right: 0;
		margin: 0 auto;
	}
	#wrapper .section04 .cv_btn_area a img {
		width: 100%;
	}
	
	/*----- SP / section05 -----*/
	#wrapper .section05 {
		padding: 0;
	}
	#wrapper .section05 .cv_btn_area {
		position: absolute;
		bottom: 10%;
		width: 100%;
	}
	#wrapper .section05 .cv_btn_area a img {
		width: 90%;
	}
	
	/*----- SP / section06 -----*/
	#wrapper #acMenu {
		width: 100%;
		margin: 0 auto;
		padding: 10px 0 30px;
	}
	#wrapper .section06 #acMenu dt {
		font-size: 13px;
		line-height: 1.4;
		padding: 12px 39px 12px 44px;
		letter-spacing: 0.06em;
	}
	#wrapper .section06 #acMenu dd .flowIn {
		padding: 6px 12px;
	}
	#wrapper .section06 #acMenu dd .flowIn p {
		line-height: 1.1rem;
	}
	.accordion img {
		position: absolute;
		width: 5%;
		margin-top: 1.8%;
		margin-left: -8%;
	}
	
	/*----- SP / section07 -----*/
	#wrapper .section07 {
		padding: 0px;
		margin-top: 30px;
	}
	
	#wrapper #acMenu_01 {
		width: 100%;
		margin: 0 auto;
		padding-top: 5px;
	}
	#wrapper .section07 #acMenu_01 dt {
		background: url(https://fulala.jp/face_afb/img/icon_question.png) no-repeat;
		background-position: 4.2%;
		background-size: 6.2%;
		background-color: #0FA7EA;
		display: block;
		cursor: pointer;
		color: #fff;
		font-size: 17px;
		font-weight: 600;
		text-align: left;
		padding: 10px 0 10px;
		margin-bottom: 2px;
	}
	#wrapper .section07 #acMenu_01 dd {
		display: none;
		border: 2px solid #0FA7EA;
		margin-top: -2px;
	}
	#wrapper .section07 #acMenu_01 dt span {
		color: #545454;
		margin-right: 30px;
	}
	#wrapper .section07 #acMenu_01 dd .flowIn {
		padding: 10px;
	}
	#wrapper .section07 #acMenu_01 dd .flowIn p {
		padding-left: 0px;
		padding-right: 0px;
	}
	#wrapper .section07 #acMenu_01 p {
		font-size: 14px;
		margin: 0;
		padding-left: 13%;
		padding-right: 3%;
		line-height: 1.2rem;
	}
	
	/*----- SP / section08 -----*/
	#wrapper .section08 {
		padding-top: 0;
		margin-top: -2px;
	}
	#wrapper .store {
		width: 100%;
		padding: 15px 10px 30px;
	}
	#wrapper .section08 .cv_btn_area {
		position: absolute;
		width: 60%;
		bottom: 7%;
		left: 0;
		right: 0;
		margin: 0 auto;
	}
	
	/*-----------------------------
	注釈関係
	------------------------------*/
	.detail_txt {
		text-align: justify;
		width: 100%;
	}
	.detail_txtB {
		margin-top: 10px;
		margin-bottom: 5px;
	}
	.detail_txtB p {
		line-height: 1.0rem;
	}
	
	/*-----------------------------
	予約フォーム
	------------------------------*/
	#entry .inner h2 {
		font-size: 22px;
		margin-bottom: 8px;
	}
	#entry .inner p {
		font-size: 12px;
		line-height: 1.0rem;
		margin-bottom: 0;
	}
	
	/* 店舗情報 */
	.omotesando_deta {
		overflow: hidden;
		margin-bottom: 0;
	}
	.omotesando_deta img {
		width: 100%;
		display: block;
		margin: 0 auto;
		margin-bottom: 5px;
	}
	.omotesando_deta h3 {
		font-size: 20px;
		border-bottom: solid 1px #c3a956;
		margin-bottom: 12px;
		padding-bottom: 4px;
	}
	
	.omotesando_deta dl.salon-info {
		clear: both;
		margin: 0 0 6px;
		font-size: 12px;
	}
	.omotesando_deta dl.salon-info dt {
		width: 5.2em;
		padding: 0;
		font-weight: bold;
		text-align: right;
	}
	.omotesando_deta dl.salon-info dd {
		margin: 0;
		padding: 0;
		width: calc(100% - 5.5em);
		line-height: 1.8;
	}
	.omotesando_deta a.map_btn {
		position: relative;
		display: block;
		background-color: #FFF;
		letter-spacing: 0.05em;
		color: #C36;
		font-size: 13px;
		font-weight: bold;
		text-align: center;
		border: 2px solid #C36;
		border-radius: 25px;
		margin: 0;
		padding: 6px;
	}
	
	/*-----------------------------
	ページTOP
	------------------------------*/
	#page-top {
		position: fixed;
		bottom: 70px;
		right: 10px;
	}
	/*
	#page-top a {
		width: 80px;
		text-align: center;
		display: block;
		border-radius: 5px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
	}
	*/
	#page-top a img {
		width: 90%;
	}
	
	#header img {
		width: 100%;
	}
	
	/*----- ドメイン送受信許可のお願い -----*/
	.contentsPicup {
		width: 90%;
		margin-top: 20px;
		padding: 10px 10px;
	}
	.contentsPicup b {
		font-size: 14px;
		font-weight: bold;
	}
	
	/*-----------------------------
	フッター
	------------------------------*/
	footer {
		margin-top: 10px;
		margin-bottom: 72px;
	}
	footer .footer-area {
		width: 100%;
	}
	footer img {
		width: 16%;
	}
	
	/*------------------------------------------
	オファーボタン / 固定位置に電話番号を常に表示
	------------------------------------------*/
	.footer_area .footer_area_inner {
		width: 90%;
		text-align: center;
	}
	.inquiry_btn {
		background-color: #25A032;
		-webkit-border-radius: 0;
		width: 100%;
		padding: 7px 0 7px 0;
		border: 2px solid #FFF;
	}
	.inquiry_btn img {
		width: 10%;
		display: inline;
		vertical-align: middle;
	}
	.inquiry_btn02 {
		-webkit-border-radius: 10px;
		width: 15%;
		padding: 10px 0;
	}
	.inquiry_btn02:link, .inquiry_btn02:visited {
		color: #FFFFFF !important;
	}
	.inquiry_btn02 img {
		width: 53%;
		display: block;
	}
	.reception_time {
		text-align: center;
		font-size: 16px;
		font-weight: bold;
		letter-spacing: 0.04rem;
	}
}