@charset "UTF-8";
/*
Version:	1.0.0
Creation Date:	2022.5.4
Last Updated:	2022.5.5
*/



#header {
		position: fixed;
		top: 0;
		left: 0;
		min-height: 127px;
		height: auto;
		padding: 0;
		z-index: 999;
	}

	#header .head-inner {
		position: relative;
		width: 1000px;
		height: auto;
		margin: 0 auto;
	}

	#header h1,
	#header .txt,
	#header .menu,
	#header .tel,
	#header .btn,
	#header .red-btn {
		position: absolute;
		display: block;
	}

	#header h1,
	#header .txt {
		top: 18px;
		left: 280px;
		line-height: 1.2;
	}

	#header .red-btn {
		background-color: #c0504d;
		color: white;
		font-weight: 800;
		font-size: 18px;
		text-decoration: none;
		padding: 1% 1%;
		top: 17px;
		left: 319px;
		border-radius: 10px;
		border: 4px solid #d99694;
	}

	#header .menu {
		top: 18px;
		left: 370px;
	}

	#header .menu li {
		display: inline-block;
		margin-right: 6px;
	}

	#header .menu li a {
		position: relative;
		padding-left: 12px;
	}

	#header .menu li a:after {
		display: block;
		content: "";
		position: absolute;
		top: 50%;
		left: 0;
		width: 0;
		height: 0;
		margin: -3px 0 0 0;
		border-top: 7px solid #ebb056;
		border-left: 7px solid transparent;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}

	#header .tel {
		top: 12px;
		right: 207px;
	}

	#header .logo {
		position: absolute;
		top: 22px;
		left: 43px;
		padding: 0;
	}

	#header .btn {
		top: 10px;
		right: 38px;
	}

	#header .btn li:nth-child(1) {
		margin-bottom: 5px;
		border: 1px solid #d0a665;
		box-shadow: rgba(255, 255, 255, 0.5) 0px 2px 0px -1px inset;
		-webkit-box-shadow: rgba(255, 255, 255, 0.5) 0px 2px 0px -1px inset;
		-moz-box-shadow: rgba(255, 255, 255, 0.5) 0px 2px 0px -1px inset;
		background: #dfb980;
		/* Old browsers */
		background: -moz-linear-gradient(top, #dfb980 0%, #d0a665 100%);
		/* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #dfb980), color-stop(100%, #d0a665));
		/* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top, #dfb980 0%, #d0a665 100%);
		/* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top, #dfb980 0%, #d0a665 100%);
		/* Opera 11.10+ */
		background: -ms-linear-gradient(top, #dfb980 0%, #d0a665 100%);
		/* IE10+ */
		background: linear-gradient(to bottom, #dfb980 0%, #d0a665 100%);
		/* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfb980', endColorstr='#d0a665', GradientType=0);
		/* IE6-9 */
	}

	#header .btn li:nth-child(2) {
		border: 1px solid #ce7f7f;
		box-shadow: rgba(255, 255, 255, 0.5) 0px 2px 0px -1px inset;
		-webkit-box-shadow: rgba(255, 255, 255, 0.5) 0px 2px 0px -1px inset;
		-moz-box-shadow: rgba(255, 255, 255, 0.5) 0px 2px 0px -1px inset;
		background: #e38181;
		/* Old browsers */
		background: -moz-linear-gradient(top, #e38181 0%, #da5858 100%);
		/* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e38181), color-stop(100%, #da5858));
		/* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top, #e38181 0%, #da5858 100%);
		/* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top, #e38181 0%, #da5858 100%);
		/* Opera 11.10+ */
		background: -ms-linear-gradient(top, #e38181 0%, #da5858 100%);
		/* IE10+ */
		background: linear-gradient(to bottom, #e38181 0%, #da5858 100%);
		/* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e38181', endColorstr='#da5858', GradientType=0);
		/* IE6-9 */
	}

	#header .btn li:nth-child(1):hover,
	#header .btn li:nth-child(2):hover {
		opacity: 0.9;
	}

	#header .btn li:nth-child(1) > a,
	#header .btn li:nth-child(2) > a {
		display: block;
		width: 160px;
		min-height: 30px;
		padding: 7px 0;
		box-sizing: border-box;
		color: #fff;
		font-size: 125%;
		text-align: center;
		text-decoration: none;
		font-weight: bold;
	}

	#header #pc-nav {
		display: block;
		position: absolute;
		top: 80px;
		left: 0;
		width: 100%;
		font-size: 10px;
		line-height: 1.4;
	}

	#header #pc-nav ul {
		overflow: hidden;
		margin-right: -10px;
	}

	#header #pc-nav li {
		position: relative;
		float: left;
		width: 135px;
		margin-right: 3px;
	}

	#header #pc-nav li:first-child {
		width: 166px;
	}

	#header #pc-nav li:nth-child(3) {
		width: 100px;
	}

	#header #pc-nav li:nth-child(6) {
		width: 120px;
	}

	#header #pc-nav li:nth-child(7) {
		width: 100px;
	}

	#header #pc-nav li:last-child {
		width: 88px;
	}

	#header #pc-nav li a {
		display: block;
		min-height: 60px;
		padding-top: 11px;
		box-sizing: border-box;
		font-size: 109%;
		text-align: center;
		text-decoration: none;
		font-weight: bold;
		border-radius: 3px 3px 0 0;
		-webkit-border-radius: 3px 3px 0 0;
		-moz-border-radius: 3px 3px 0 0;
		border: 1px solid #e6e6e6;
		border-bottom: none;
		box-shadow: rgba(255, 255, 255, 0.5) 0px 2px 0px -1px inset;
		-webkit-box-shadow: rgba(255, 255, 255, 0.5) 0px 2px 0px -1px inset;
		-moz-box-shadow: rgba(255, 255, 255, 0.5) 0px 2px 0px -1px inset;
		background: #f7f4f0;
		/* Old browsers */
		background: -moz-linear-gradient(top, #f7f4f0 0%, #f5f2ed 100%);
		/* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f7f4f0), color-stop(100%, #f5f2ed));
		/* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top, #f7f4f0 0%, #f5f2ed 100%);
		/* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top, #f7f4f0 0%, #f5f2ed 100%);
		/* Opera 11.10+ */
		background: -ms-linear-gradient(top, #f7f4f0 0%, #f5f2ed 100%);
		/* IE10+ */
		background: linear-gradient(to bottom, #f7f4f0 0%, #f5f2ed 100%);
		/* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f7f4f0', endColorstr='#f5f2ed', GradientType=0);
		/* IE6-9 */
	}

	.aga #header #pc-nav li:nth-child(7) a,
	.bihaku #header #pc-nav li:nth-child(6) a,
	.datumou #header #pc-nav li:nth-child(4) a,
	.nikibi #header #pc-nav li:nth-child(2) a,
	.anti-ageing #header #pc-nav li:nth-child(5) a,
	.skincare #header #pc-nav li:nth-child(1) a,
	.tarumi #header #pc-nav li:nth-child(3) a,
	.biyougeka #header #pc-nav li:nth-child(8) a,
	#header #pc-nav li a:hover,
	#header #pc-nav li a.active {
		border: 1px solid #d1ab3d;
		border-bottom: none;
		background: #f4cc71;
		/* Old browsers */
		background: -moz-linear-gradient(top, #f4cc71 0%, #f2c358 100%);
		/* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f4cc71), color-stop(100%, #f2c358));
		/* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top, #f4cc71 0%, #f2c358 100%);
		/* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top, #f4cc71 0%, #f2c358 100%);
		/* Opera 11.10+ */
		background: -ms-linear-gradient(top, #f4cc71 0%, #f2c358 100%);
		/* IE10+ */
		background: linear-gradient(to bottom, #f4cc71 0%, #f2c358 100%);
		/* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f4cc71', endColorstr='#f2c358', GradientType=0);
		/* IE6-9 */
	}

	#header #pc-nav li a:hover,
	#header #pc-nav li a.active {
		text-decoration: underline;
	}

	#header #pc-nav li i {
		display: inline-block;
		width: 0;
		height: 0;
		margin: 2px 5px 0 0;
		border-top: 8px solid #ebb056;
		border-left: 8px solid transparent;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}

	.aga #header #pc-nav li:nth-child(7) a i,
	.bihaku #header #pc-nav li:nth-child(6) a i,
	.datumou #header #pc-nav li:nth-child(4) a i,
	.nikibi #header #pc-nav li:nth-child(2) a i,
	.anti-ageing #header #pc-nav li:nth-child(5) a i,
	.skincare #header #pc-nav li:nth-child(1) a i,
	.tarumi #header #pc-nav li:nth-child(3) a i,
	#header #pc-nav li a:hover i,
	#header #pc-nav li a.active i {
		border-top: 8px solid #624d49;
	}

	#header #pc-panel {
		border-top: 3px solid #f0c13a;
		margin-top: 142px;
		padding-top: 10px;
		box-sizing: border-box;
		z-index: 1000;
	}

	#header #pc-panel > div {
		/*overflow: hidden;*/
		width: 1000px;
		height: auto;
		margin: 0 auto;
		padding-bottom: 15px;
	}

	#header #pc-panel dl {
		float: left;
		width: 250px;
		padding: 0 10px;
		box-sizing: border-box;
		border-left: 1px dashed #d7d5d2;
	}

	#header #pc-panel dl:last-child {
		border-right: 1px dashed #d7d5d2;
	}

	#header #pc-panel dt a {
		display: block;
		padding: 7px 0;
		font-weight: bold;
		font-size: 117%;
		color: #fff;
		background: #625c51;
		text-align: center;
		border-radius: 3px;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		background: #857d75;
		/* Old browsers */
		background: -moz-linear-gradient(top, #857d75 0%, #6b665c 100%);
		/* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #857d75), color-stop(100%, #6b665c));
		/* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top, #857d75 0%, #6b665c 100%);
		/* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top, #857d75 0%, #6b665c 100%);
		/* Opera 11.10+ */
		background: -ms-linear-gradient(top, #857d75 0%, #6b665c 100%);
		/* IE10+ */
		background: linear-gradient(to bottom, #857d75 0%, #6b665c 100%);
		/* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#857d75', endColorstr='#6b665c', GradientType=0);
		/* IE6-9 */
	}

	#header #pc-panel dt a:hover {
		/*background: #ecb562;*/
		background: #eab76b;
		/* Old browsers */
		background: -moz-linear-gradient(top, #eab76b 0%, #ecb562 100%);
		/* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #eab76b), color-stop(100%, #ecb562));
		/* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top, #eab76b 0%, #ecb562 100%);
		/* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top, #eab76b 0%, #ecb562 100%);
		/* Opera 11.10+ */
		background: -ms-linear-gradient(top, #eab76b 0%, #ecb562 100%);
		/* IE10+ */
		background: linear-gradient(to bottom, #eab76b 0%, #ecb562 100%);
		/* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eab76b', endColorstr='#ecb562', GradientType=0);
		/* IE6-9 */
	}

	#header #pc-panel li a {
		position: relative;
		display: block;
		padding: 6px 10px 6px 2px;
		box-sizing: border-box;
		border-bottom: 1px solid #d7d5d2;
		font-size: 117%;
		line-height: 1.4;
		color: #40211a;
		vertical-align: middle;
		text-decoration: none;
	}

	#header #pc-panel li a:hover {
		text-decoration: underline;
	}

	#header #pc-panel li a:after {
		position: absolute;
		top: 50%;
		right: 5px;
		display: block;
		content: "";
		width: 5px;
		height: 5px;
		margin: -5px 0 0 0;
		border-top: solid 2px #ecb562;
		border-right: solid 2px #ecb562;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}






* {
margin: 0;
padding: 0;
max-width: 100%;
box-sizing: border-box;
}
html {
overflow-y: scroll;
}
body {
overflow: hidden;
}

div#inner,
div#border_container_wrapp div#border_container div.form_container,
div#border_container_wrapp div#border_container div.form_container div.form_caption,
div#border_container_wrapp div#border_container div.form_container ul.form_list li dl {
margin: 0;
}

div#header_container h1,
div#header_container div#header_right_container div.calling_area,
div#header_container div#header_right_container,
div#border_container_wrapp div#border_container div.form_container ul.form_list li dl dt,
div#border_container_wrapp div#border_container div.form_container ul.form_list li dl dd,
div.bt_area img.back_bt {
float: none;
}

div#inner {
padding: 0 20px 20px;
}
div#header_container h1 {
margin: 0 auto;
}
div#header_container div#header_right_container div.calling_area p {
padding: 5px 0px 10px;
}
div#border_container_wrapp div#border_container div.form_container div.form_flow_area {
padding: 0 0 20px;
}
div#border_container_wrapp div#border_container div.form_container div.form_caption {
padding: 0 20px 20px;
}
div#border_container_wrapp div#border_container div.form_container ul.form_list {
max-width: 90%;
margin: 0 auto;
}
input.mid_text,
input.long_text,
dl dd input#date,
dl dd input#date2,
dl dd select {
width: 100%;
height: 35px;
}
.ui-widget.ui-widget-content {
margin: 5px auto 0;
}
div#border_container_wrapp div#border_container div.form_container ul.form_list li dl dt {
margin-bottom: 10px;
}

div#border_container_wrapp div#border_container div.form_container ul.form_list li p {
padding-top: 10px;
}
div.bt_area img.back_bt {
margin: 0 0 20px;
}

div.done_container {
text-align: left;
padding: 0px 20px;
}
div.done_container h4 {
font-size: 14px;
text-align: center;
}

div#border_container_wrapp div#border_container {
padding: 20px;
}

p#page_top {
z-index: 3;
}




#header .logo {
top: 0;
left: 20px;
}
#header .menu {
top: 50px;
left: 20px;

}
#header .tel {
top: 50px;
right: 10px;
max-width: 60%;
font-size: 70%;
}
#header .btn {
display: none;
}