/* CSS Document */
@import url('https://fonts.googleapis.com/css?family=Oswald:300,400');
html, body {
	width: 100%;
	color: #333;
	background: #FFF;
	font-family: "Hiragino Kaku Gothic ProN", sans-serif;
}
a {
	color: #9b0000;
	text-decoration: underline;
}
body {
	font-size: 14px;
	line-height: 1.6em;
	-webkit-text-size-adjust : 100%;
}
.wrapper {
	max-width: 750px;
	margin-left: auto;
	margin-right: auto;
	box-sizing: border-box;
}
img {
	width: auto;
	height: auto;
	max-width: 100%;
	vertical-align: top;
}
.clearfix::after {
	content: "";
	display: block;
	clear: both;
}
article p {
	margin-bottom: 1em;
}
.leftImg {
	margin: 0 10px 10px 0;
	float: left;
}
.rightImg {
	margin: 0 0 10px 10px;
}
.centerTxt {
	text-align: center;
}
.clr {
	clear: both;
}
.en-sub {
	font-weight: 400;
	font-family: Oswald;
	font-style: normal;
	letter-spacing: 2px;
}
.u-item-mb-1em {
	margin-bottom:1em;
}
.u-item-mb-2em {
	margin-bottom:2em;
}
/*HEADER*/
header {
	position:relative;
}
header > .inner {
	position:absolute;
	width:96%;
	top:0;
	left:4%;
	padding-top:4%;
}
h1 {
	font-size: 8px;
	line-height: 1.4em;
	margin-bottom:2%;
  color:#d3b077;
  transform: scale(0.8);
  position: absolute;
  top: 10px;
  left: -10px;
}
#header .logo {
	width: 40%;
}
#header .point {
	margin: 0;
	text-align: center;
}
#gnav {
	background: #293442;
	padding:1.6% 1.6% 0.05%;
}
#gnav ul li {
	width:32.2314%;
	float:left;
	margin:0 1.6528% 1.6528% 0;
}
#gnav ul li:nth-child(3n) {
	margin-right:0;
}
#gnav ul li span {
	display:table;
	width:100%;
}
#gnav ul li span a {
	display:table-cell;
	width:100%;
	height:4.5em;
	text-align: center;
	vertical-align: middle;
	padding-bottom: 1em;
	background:#1a1f25 url(../img/gnav_arrow.png) no-repeat center 93%;
	background-size:16px;
	color:#cfad76;
	text-decoration: none;
	font-size: 10px;
	line-height: 1.3;
	border-radius: 3px;
}
/*-------------------------------------------------------------------

	WORRY

-------------------------------------------------------------------*/
#worry {
	background:#f2f3f5;
	padding: 10% 0 0;
	text-align: center;
}
#worry h2 {
	margin-bottom: 1em;
	font-size:20px;
	line-height: 1.3;
	font-weight: 700;
	color:#393d48;
}
#worry figure {
	width: 94.8%;
	margin:0 auto;
}
/*-------------------------------------------------------------------

	POINT

-------------------------------------------------------------------*/
#point {
	background: #FFF;
	padding:10% 4%;
}
#point h2.point-main-title {
	margin:0 auto 1em;
	width:90%;
	text-align: center;
}
#point .point-comment {
	margin-bottom: 8%;
}
#point .point-comment-doctor {
	width:45%;
	padding-left:1em;
	margin:0 auto;
}
#point .point-comment-fukidashi {
	position:relative;
	padding:1.5em;
	border-radius: 10px;
	background:#f7f7f7;
	font-size:12px;
	box-sizing: border-box;
}
#point .point-comment-fukidashi::before {
	display:block;
	position:absolute;
	top:-10px;
	right:49%;
	content:"";
	width:20px;
	height:10px;
	background:url(../img/fukidashi.png) no-repeat 0 0;
	background-size:cover;
}
#point h2.point-sub-title {
	text-align: center;
	margin-bottom: 35px;
	font-size:23px;
	line-height: 1.3;
	font-weight: 700;
	color:#4e2d11;
}
#point .list {
	display: -webkit-flex;
	display: -ms-flex;
	display:flex;
	-ms-justify-content: space-between;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
    flex-wrap:wrap;
}
#point .list li {
	width: 48.5507%;
	margin: 0 0 30px 0;
	padding: 0 15px 15px;
	border-radius: 3px;
	box-sizing: border-box;
	background:#bd9960;
	color:#FFF;
}
#point .list li i {
	display: block;
	width: 50px;
	height: 50px;
	margin: -25px auto 3px;
	padding-top:1.6em;
	box-sizing: border-box;
	background: url(../../img/point_back.png) no-repeat 0 0;
	background-size: cover;
	text-align: center;
	font-size:8px;
	line-height: 1.2;
	font-weight: 400;
	font-family: Oswald;
	font-style: normal;
}
#point .list li i > span {
	display: block;
	font-size:13px;
}
#point .list li h3 {
	display: table;
	width: 100%;
}
#point .list li h3 span {
	display: table-cell;
	width: 100%;
	height: 3.2em;
	text-align: center;
	vertical-align: middle;
	font-size: 13px;
	line-height: 1.4;
	font-weight: 600;
	text-shadow: 0 2px 0 rgba(0,0,0,.2);
}
#point .list li p {
	margin: 0;
	font-size: 12px;
	line-height: 1.5;
}
#point h2.laser-title {
	margin-bottom:1.5em;
	font-size: 21px;
	line-height: 1.4;
	text-align: center;
	color:#9b0000;
	font-weight: 600;
}
#point h2.laser-title i {
	display:block;
	width:112px;
	margin:0 auto .2em;
}
#point .laser-contents > figure {
	width:30%;
	float:left;
	margin:0 1.5em .5em 0;
}
#point .laser-contents > h3 {
	font-size:16px;
	line-height: 1.3;
	font-weight: 600;
	margin-bottom:1em;
}
#point .laser-contents > :last-child {
	margin-bottom:0;
}
#point .laser-contents_02 > figure {
	width:40%;
	float:right;
	margin:0 0 .5em 1.5em;
}
#point .laser-contents_02 > h3 {
	font-size:16px;
	line-height: 1.3;
	font-weight: 600;
	margin-bottom:1em;
}
#point .laser-contents_02 > :last-child {
	margin-bottom:0;
}
/*-------------------------------------------------------------------

	DIFF

-------------------------------------------------------------------*/
#diff {
	background: #d9f7ff;
	padding: 10% 4%;
}
#diff > .inner > :last-child {
	margin-bottom: 0;
}
#diff h2 {
	margin-bottom: 1em;
	text-align: center;
	font-size:20px;
	line-height: 1.3;
	font-weight: 700;
}
#diff .lead {
	margin-bottom: 1em;
	text-align: center;
	font-size: 14px;
	line-height: 1.3;
	font-weight: 600;
}
#diff .diff_table {
	width: 100%;
	border-collapse: collapse;
	background: #FFF;
	border: 1px solid #DDD;
	margin-bottom: 1em;
}
#diff .diff_table th, #diff .diff_table td {
	border: 1px solid #DDD;
	padding: .8em;
	font-size: 9px;
	line-height: 1.5;
}
#diff .diff_table th {
	font-weight: bold;
	text-align: center;
	background: #FFF;
}
#diff .diff_table th.este {
	background: #999;
	color: #FFF;
}
#diff .diff_table th.clinic {
	background: #9b0000;
	color: #FFF;
}
#diff .diff_table td {
	background: #f7f7f7;
}
#diff .diff_table td.clinic {
	background: #ffeded;
}
#diff .text {
	margin-bottom:0;
}
/*-------------------------------------------------------------------

	POLICY

-------------------------------------------------------------------*/
#policy {
	padding: 10% 4%;
}
#policy > :last-child {
	margin-bottom: 0;
}
#policy h2 {
	margin-bottom: 1em;
	text-align: center;
	font-size:25px;
	line-height: 1.3;
	font-weight: 700;
}
#policy h2 > span {
	font-size:20px;
}
#policy h2 > span > span {
	font-size:16px;
}
#policy h2 > i {
	display:block;
	font-size:10px;
}
#policy .block {
	margin-bottom:1em;
}
#policy .block::after {
	content: "";
	display: block;
	clear: both;
}
#policy .block > :last-child {
	margin-bottom:0;
}
#policy .block figure {
	width:48%;
}
#policy .block.right-block figure {
	float: right;
	margin: 0 0 .5em 1em;
}
#policy .block.left-block figure {
	float: left;
	margin: 0 1em .5em 0;
}
#policy .block > .num {
	display: block;
	font-size: 25px;
	line-height: 1;
	color: #00ccff;
	text-align: center;
	margin-bottom: .2em;
}
#policy .block > h3 {
	font-size: 18px;
	line-height: 1.3;
	font-weight: 600;
	text-align: center;
	margin-bottom: .5em;
}
#policy .block > p {
	font-size: 13px;
	margin-bottom: 0;
	overflow: hidden;
}
#policy .policy_comment figure {
	float: left;
	width:32%;
	margin:0 1em .5em 0;
}
#policy .policy_comment {
	border: 1px solid #DDD;
	border-radius: 8px;
	padding: 1em;
	font-size: 12px;
}
#policy .policy_comment::after {
	content:"";
	display: block;
	clear:both;
}
#policy .policy_comment > :last-child {
	margin-bottom:0;
}

/*-------------------------------------------------------------------

	CAMPAIGN

-------------------------------------------------------------------*/
#campaign {
  padding: 35px 15px;
  background: #d9f7ff;
}

#campaign .campaign-cont1__ttl,#campaign .campaign-cont1__txt{
  text-align: center;
}

#campaign .campaign-cont1__ttl{
  font-size: 22px;
  font-weight: bold;
  line-height: 1.5;
  color: #2e91b5;
}

#campaign .campaign-cont1__txt{
  margin: 20px 0 30px;
  font-size: 15px;
  font-weight: bold;
}

#campaign .campaign-cont1__txt span{
  font-size: 18px;
  color: #9B0007;
}

#campaign .campaign-cont1__imgs{
  margin: 0 0 40px;
}

#campaign .campaign-cont1__img{
  margin: 0 0 10px;
}


#campaign .campaign-cont2__ttl {
  margin-bottom: 1em;
  text-align: center;
  font-size: 23px;
  line-height: 1.3;
  color: #9b0000;
  font-weight: 700;
}

#campaign .campaign-cont2__ttl i {
  display: block;
  font-size: 10px;
  margin-bottom: 0.5em;
}

#campaign .campaign-cont2__ttl span{
  display: block;
  line-height: 1;
}

#campaign .campaign-cont2__ttl .en{
  font-size: 12px;
  letter-spacing: 1.5px;
}

#campaign .campaign-cont2__ttl .ja{
  margin: 10px 0 15px;
  font-size: 25px;
  letter-spacing: 2px;
}

#campaign .campaign-cont2__txt{
  text-align: center;
  font-size: 15px;
  font-weight: bold;
}

#campaign .campaign-cont2__txt .strong{
  color: #9B0007;
}

#campaign .campaign-cont2__txt .num{
  font-size: 25px;
}

#campaign .price table th.campTit{
  background: #00ccff;
}

#campaign .price .priceTable3 td .normal{
  display: block;
  color: #444;
  font-size: 10px;
}

#campaign .caption{
  margin: 5px 0 0;
  font-size: 11px;
  text-align: right;
}

#campaign .price table{
  width: 100%;
}

#campaign .price table td{
  padding: 5px 3px;
}
/*-------------------------------------------------------------------

	CONTACT

-------------------------------------------------------------------*/
.contact {
	padding: 15px;
	background: #393d48;
	color:#FFF;
	text-align: center;
	font-size:11px;
	line-height: 1.4;
}
.contact .logo {
	width: 38%;
	margin: 0 auto 12px;
}
.contact ul li {
	width:55.0724%;
	float:left;
}
.contact ul li:last-child {
	width:43.913%;
	float:right;
}
/*-------------------------------------------------------------------

	MENU

-------------------------------------------------------------------*/
#menu {
	background: #f7f7f7;
	padding: 10% 4%;
}
#menu h2 {
	margin-bottom: 1em;
	text-align: center;
	font-size:23px;
	line-height: 1.3;
	color:#9b0000;
	font-weight: 700;
}
#menu h2 > i {
	display:block;
	font-size:10px;
	margin-bottom: .5em;
}
#menu .plan-block {
	margin: 0 auto 2em;
}
#menu .plan-block h3 {
	margin-bottom: .6em;
	text-align: center;
	font-size:18px;
	line-height:1.3;
	font-weight: 600;
	color:#393d48;
}
#menu .plan-block ul li {
	text-align: center;
	margin-bottom: 1em;
}
#menu .plan-block ul li:last-child {
	margin-right:0;
}
#menu .plan-block.price h3 {
	margin-top: 2em;
}
.price table {
 margin: 0px auto 15px;
	padding: 0px;
	width: 94%;
	border: 1px solid #dddddd;
	clear: both;
}
.price table th {
 margin: 0px auto;
	padding: 5px 10px;
 font: normal normal 12px/14px "メイリオ", Meiryo,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
 text-align: center;
	color: #333;
	border: 1px solid #dddddd;
	background: #ffffff;
	vertical-align:middle;
}
.price table td {
	margin: 0px auto;
	padding: 5px 10px;
	font: normal normal 12px/14px "メイリオ", Meiryo,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	text-align: right;
	color: #333;
	border: 1px solid #dddddd;
	background: #ffffff;
	vertical-align:middle;
}
.price table td .txtRed {
	color: #9b0000;
	font-size:14px;
	font-style:normal;
}
.price table td small{
  display: block;
  font-size:10px;
  line-height: 1.4;
}
.price table th.campTit{
	background-color: #D9F7FF;
	font-size: 14px;
	line-height: 21px;
	color: #393D48;
	font-weight: bold;
	text-align: center;
	padding: 0.2em 0;
}
.price table.priceTable th,#price table.priceTable td {
 width: 33.3%;
}
.price table.priceTable th.parts2 {
 width: 10px;
}
.price table.priceTable3 th,#price table.priceTable3 td {
 width: 25%;
}
.price p.price_info {
 margin: 0px auto 30px;
	padding: 0px;
 font: normal normal 14px/20px "メイリオ", Meiryo,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
 text-align: left;
	color: #9b0000;
}
#menu .pay-block {
	margin-bottom: 40px;
}
#menu h3.sub-title {
	margin-bottom: 1em;
	text-align: center;
	font-size: 18px;
	line-height: 1.3;
	font-weight: 600;
}
#menu h3.sub-title span {
	display: inline-block;
	border-bottom: 2px solid #00ccff;
	padding: 0 .2em .3em;
}
#menu .pay-block .lead {
}
#menu .pay-list {
	border-bottom: 2px solid #efefef;
	margin-bottom: 1em;
}
#menu .pay-list li {
	padding-bottom: 1em;
	font-size: 11px;
	line-height: 1.5;
}
#menu .pay-list li h4 {
	margin-bottom: .5em;
	background: #fff;
	padding: .7em;
	line-height: 1.3;
	font-size:14px;
	text-align: left;
	border:1px solid #EFEFEF;
}
#menu .pay-list li h4 i {
	display:inline-block;
	text-align: center;
	width:50px;
	height: 20px;
}
#menu .pay-list li h4 i img {
	width:auto;
	height: 100%;
}

#menu .price table{
  width: 100%;
}

#menu .caption {
	font-size: 11px;
  line-height: 1.5;
  text-align: right;
}
#menu .spot-block {
	background: #fff;
	padding: 6% 4%;
	text-align: center;
}


/*-------------------------------------------------------------------

	CLINIC

-------------------------------------------------------------------*/
#clinic {
	background: #FFF;
	padding: 35px 15px;
	margin: 0 auto;
}
#clinic h2 {
	text-align: center;
	margin-bottom:1.4em;
	font-size:19px;
	line-height: 1.3;
	font-weight: 700;
}
#clinic h2 i {
	display:block;
	font-size:9px;
	margin-bottom:.5em;
}
#clinic .clinic-block {
	margin: 0 auto 20px;
	font-size: 11px;
	line-height: 1.4;
}
#clinic .clinic-block > section {
	margin-bottom:20px;
}
#clinic .clinic-block > section h3 {
	padding: 1em 0 .8em;
	margin-bottom:14px;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.3;
	text-align: center;
	border-top: 2px solid #555;
	border-bottom: 1px solid #DDD;
}
#clinic .clinic-block > section .profile {
	padding-bottom:1em;
}
#clinic .clinic-block > section .profile dt {
	clear: left;
  float: left;
  width: 20%;
}
#clinic .clinic-block > section .profile dd {
	margin:0 0 1em 20%;
}
#clinic .clinic-block > section .name {
	margin-bottom: .5em;
	font-size:12px;
	font-weight: bold;
}
#clinic .clinic-block > section .sub-title {
	margin-bottom: .5em;
	font-size:12px;
	font-weight: bold;
}
#clinic .clinic-block > section .information dt {
	clear: left;
  float: left;
  width: 30%;
}
#clinic .clinic-block > section .information dd {
	padding:0 0 1em 30%;
	margin-bottom:1em;
	border-bottom:1px solid #DDD;
}
footer {
	padding: 3% 0 50px;
	text-align: center;
	font-size: 10px;
}
#footer-fixed {
	width: 100%;
	position: fixed;
	bottom: 0;
	right: 0;
}
#footer-fixed li {
	float:left;
	width:44.1333%;
}
#footer-fixed li:last-child {
	width:11.7333%;
}
