@charset "utf-8";
@import url("import.css");
/* 共通
-------------------------------------------------------------*/
.pc {
	display: none;
}
.switch {
	visibility: hidden;
}
html, body {
	width: 100%;
}
body {
	font-family: Verdana, Roboto, "Droid Sans", "游ゴシック", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", sans-serif !important;
	-webkit-text-size-adjust: 100%;
	line-height: 1.5;
	color: #595757;
	background: #fff;
	font-size: 14px;
}
#outer {
	width: 100%;
	overflow: hidden;
}
#___plusone_0 {
	width: 65px !important;
}
.inner {
	margin: 20px 2% 0;
}
.inner15 {
	margin: 0px 2% 0;
}
.inner75 {
	margin: 0px 6% 0;
}
/* 2019/12/04 - [要望]画面幅を広げて欲しい */
.inner110 { margin: 0px 5% 0; }

img.fit {
	width: 100%;
	height: auto;
}
a {
	outline: none;
}
p.line1 {
	width: 32px;
	height: 1px;
	background: #595757;
	margin: 16px auto 64px;
}
p.line2 {
	width: 32px;
	height: 1px;
	background: #595757;
	margin: -10px auto 10px;
}
.bg_gray1 {
	background: #f6f8f9;
}
.bg_gray2 {
	background: #e6e6e6;
}
a {
	color: #595757;
}
/* 見出し
-------------------------------------------------------------*/
.headline01 {
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	text-align: center;
	font-size: 18px;
	line-height: 1.4;
	padding: 10px 0 10px;
	font-weight: normal !important;
	margin-bottom: 25px;
	color: #252525;
	font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
	letter-spacing: 1.4px;
}
/* ヘッダー
-------------------------------------------------------------*/
/*
.slider {
	background: url(../images/top_slide01_sp.jpg) no-repeat;
	background-size: 100%;
	height: 0;
	padding-top: 150%;
	position: relative;
}
.flexslider {
	display: none;
}

*/
.slider {
	position: relative;
}
header {
	position: absolute;
	top: 0%;
	width: 100%;
	padding-top: 150%;
}
header h1 {
	width: 76%;
	position:absolute;
	bottom:20%;
	left:12%;
}
header p.t1 {
	position:absolute;
	top:24%;
	left:4%;
	width: 62%;

}
header p.t2 {
	position:absolute;
	width: 62%;
	top:40%;
	left:4%;

}
header p.btn {
	position:absolute;
	width: 40%;				/*20160831変更60-40*/
	bottom:6%;
	left:30%;				/*20160831変更20-30*/

}
header p.scroll {
	display: none;
}
header img {
	width: 100%;
	height: auto;
}


/* nav
-------------------------------------------------------------*/
.gnav h2 {
	display: none;
}
.gnav p.reservation {
	display: none;
}
#change {
	display: none;
}
#change .wrapper {
	display: none;
}
/* ハンバーガーメニュー
-------------------------------------------------------------*/
#openMenu {
	position: absolute;
	top: 18px;
	left: 18px;
	z-index: 10;
}
#closeMenu {
	position: absolute;
	top: 18px;
	left: 18px;
	z-index: 10;
	cursor: pointer;
}

#menuBar { display: none; }

#layerMenu {
	display: none;
	position: absolute;
	top: 0px;
	width: 100%;
	font-size: 12px;
	z-index: 10;
}
#layerMenu nav {
	position: absolute;
	top: 0px;
}
#layerMenu ul {
	border-top: 1px solid #ccc;
	font-size: 0;
}
#layerMenu ul li {
	width: 100%;
	text-align: center;
	display: inline-block;
	background: rgba(255,255,255,0.9);
	list-style: none;
}
#layerMenu ul li img {
}
#layerMenu ul li a {
	position: relative;
	text-decoration: none;
	color: #231815;
	display: block;
	padding: 17px 20px 16px;
	font-size: 15px;
	font-weight: bold;
	line-height: 1;
	border-bottom: 1px solid #ccc;
}

li.reserveList { margin:0; }
/* 共通
-------------------------------------------------------------*/
section h3 {
	margin: 0 auto;
}
section h3 img {
	width: 100%;
	height: auto;
}
.inner15 h3 {
	width: 60%;
}
.inner75 h3 {
	width: 80%;
}
.inner110 h3 {
	width: 95%;
}
.news .inner110 h3 {
	width: 80%;
}
section.access h3 {
	width: 75%;
}
/* whitening
-------------------------------------------------------------*/
section.whitening {
	margin: 0 0 30px;
	/* 2019/12/04 - [要望]行間を詰めて欲しい */
	/* line-height: 2.5; */
}
section.whitening h3 {
	text-align: center;
}
/* 2019/12/04 - [要望]キャッチ画像を表示したい */
/* section.whitening .catch { display: none; } */
section.whitening .catch { margin:15px 0; }
section.whitening .catch img { width:100%; }

section.whitening .btn {
	text-align: center;
	margin: 50px auto 30%;
	width: 80%;
}
section.whitening .btn img {
	width: 100%;
	height: auto;
}
/* flow
-------------------------------------------------------------*/
section.flow {
	padding-top: 5%;
	padding-bottom:20px;
	text-align: left;
}
section.flow h3 {
	width:100%;
	margin:10px 0  20px 0;
	text-align: center;
}

section.flow table {
	vertical-align: top;
	margin: 0 8%;
	/* 2019/12/04 - [要望]行間を詰めて欲しい */
	/* line-height: 2.5; */
}
/* 2019/12/04 - [要望]画像を横並びで表示して欲しい */
/* section.flow table img { display: none; } */

section.flow table td {
	vertical-align: top;
}

section.flow table tr td img {
	width:126px;
	height:91px;
}

section.flow table td h4 {
	font-size: 18px;
	margin-bottom: 5%;
	line-height: 1.6;
}
section.flow table td p {
	margin-bottom: 25%;
}
section.flow .btn {
	text-align: center;
	padding-bottom: 20%;
	margin: 0px auto;
	width: 60%;
}
section.flow .btn img {
	width: 100%;
	height: auto;
}

/* == スマホ画面で見た際の画像の表示CSS == */
section.flow td.pcMarkCell { display:none; }
section.flow tr.spImgRow { display:contents; }
section.flow table .spImgRow td { text-align:center; }
section.flow table td p { margin-bottom: 20px; }
section.flow tr.spImgRow img { display:block; width:auto; margin:0 auto 25% auto; }

/* profile
-------------------------------------------------------------*/
section.profile {
	/* 2020/01/07 - [要望]空白を詰めて欲しい */
	/* padding-top: 5%; */
	padding-bottom: 20px;
	/* 2019/12/04 - [要望]行間を詰めて欲しい */
	/* line-height: 2.5; */
}
section.profile h3 {
	width:100%;
	margin:10px 0  20px 0;
	text-align: center;
}
section.profile .catch {
	text-align: center;
	width: 90%;
	margin: 0 auto 50px;
}
section.profile .catch img {
	width: 100%;
	height: auto;
}
section.profile .info {
}
section.profile .info .photo {
}
section.profile .info .photo img {
	width: 100%;
	height: auto;
	margin-bottom: 15px;
}
section.profile .info .text {
	font-size: 14px;
}
section.profile .info .text h4 {
}
section.profile .info .text h5 {
	margin-bottom: 30px;
}
section.profile .info .text h5 span {
	font-size: 18px;
}
section.profile .info .text p {
}
/* photo_all1
-------------------------------------------------------------*/
.photo_all1 {
	display: none;
}
/* price
-------------------------------------------------------------*/
section.price {
	padding-top: 5%;
	padding-bottom: 20px;
}
section.price h3 {
	width:100%;
	margin:10px 0  20px 0;
	text-align: center;
}
section.price dl.menu {
	font-size: 17px;
	margin-bottom: 30px;
	text-align: center;
	/* 2019/12/04 - [要望]行間を詰めて欲しい */
	/* line-height: 2; */
}
section.price dl.menu dt {
}
section.price dl.menu dt span {
	/*white-space: nowrap;			20160831変更*/
}
section.price dl.menu dd span {
	font-size: 12px;
}
section.price .more {
}
section.price .more p {
	text-align: center;
	margin-bottom: 5%;
}
section.price .more dl {
	text-align: center;
}
section.price .more dl dt {  }
section.price .more dl dd {
	margin-bottom: 6%;
	/* 2019/12/04 - [要望]行間を詰めて欲しい */
	/* line-height: 1.8; */
}
section.price .more dl dd span {
	font-size: 11px;
}
section.price h4 {
	margin: 15% 0 10px;
	font-size: 16px;
}
section.price h5 {
	font-size: 18px;
	margin-top: 65px;
	margin-bottom: 20px;
}
section.price h5 span {
	display: block;
}
section.price ul.mark li{
	padding-left:1em;
	text-indent:-1em;
	line-height:1.8;
}
section.price ul.mark li span.line{
	text-decoration:underline;
}
section.price .commission{
	margin:8% 0 12% 0px;
	border-left:1px solid #000;
	border-right:1px solid #000;
	padding:0 4%;
	text-align:center;
	font-size:16px;
}
section.price .commission .t1{
	font-size:16px;
	border-bottom:1px dashed #000;
	padding-bottom:12px;
	margin-bottom:12px;
	padding-top:5px;
}
section.price .commission .t2{
	display:inline;
}
section.price .commission .t3{
	display:inline;
}
section.price .f15 {
	margin-bottom: 6%;
	font-size: 15px;
}
section.price .f12, section.price .t1 {
	font-size: 12px;
}
/* 2019/12/04 - [要望]行間を詰めて欲しい */
/* section.price { line-height: 1.8; } */

section.price .credit_img img{
	width:100%;
	height:auto;
}
/* news
-------------------------------------------------------------*/
section.news {
/*	background: url(../images/news_bg_sp.jpg) no-repeat top left; */
	background-size:auto 100%;
	padding-bottom:10%;
	margin: 0px 0 10%;
}
section.news .inner110 {
	margin: 0 4%;
}
section.news .inner110 .box {
	/* 2020/01/07 - [要望]空白を詰めて欲しいので、Topを15%→6%に変更 */
	padding: 6% 6% 3%;
	background: #fff;
	filter: alpha(opacity=85);
	-moz-opacity: 0.85;
	-khtml-opacity: 0.85;
	opacity: 0.85;
}
section.news h3 {
	width:100%!important;
	margin:10px 0  20px 0;
	text-align: center;
}
section.news dl {
	margin-bottom: 0%;
}
section.news dl dt {
	margin-bottom: 5px;
}
section.news dl dd {
	font-size: 15px;
	margin-bottom: 10%;
}
/* news記事ページ
-------------------------------------------------------------*/

article.news {
	margin: 20% 0 0;
}
article.news h1 {
	text-align: left;
	font-size: 17px;
	margin-bottom: 30px;
}
article.news p.h {
	width: 90%;
	margin: 0 auto 10%;
	text-align: center;
}
article.news p.h img {
	width: 100%;
	height: auto;
}
article.news .post {
	margin: 0 auto;
	text-align: left;
	margin-bottom: 30px;
}
article.news .post p {
	margin-bottom: 1em;
}
article.news .post img {
	max-width: 100%;
	height: auto;
}
article.news p.date {
	margin-bottom: 0px;
}
article.news .pager {
	margin-bottom: 100px;
	text-align: center;
}
article.news .pager .prev {
	display: inline-block;
	padding-right: 15px;
	position: relative;
	top: 2px;
}
article.news .pager .num {
	display: inline-block;
	padding-right: 10px;
}
article.news .pager .next {
	display: inline-block;
	position: relative;
	top: 2px;
}
/* access
-------------------------------------------------------------*/
section.access {
	padding-top: 5%;
	/* 2020/01/08 - 空白を除去したい */
	/* padding-bottom: 20px; */
}
section.access h3 {
	width:100%;
	margin:10px 0  20px 0;
	text-align: center;
	font-size:21px;
}
section.access .left {
	font-size: 14px;
	line-height: 1.7;
}
section.access .left .top h4 {
	margin: 0 auto 25px;
	width: 95%;
}
section.access .left .top h4 img {
	width: 100%;
	height: auto;
}
section.access .left .top p {
	margin-bottom: 25px;
}
section.access .left .top {
	margin: 0 4%;
}
section.access .left .top img {
	width: 100%;
	height: auto;
}
section.access .left .bottom .line1 {
	margin-bottom: 10%;
}
section.access .left .bottom .time {
	padding: 10px 0;
	text-align: center;
}
section.access .left .bottom p {
	font-size: 17px;
	line-height: 1.7;
}
section.access .left .bottom .btn {
	margin: 10% auto;
	width: 60%;
}
section.access .left .bottom .btn img {
	width: 100%;
	height: auto;
}
section.access .right {
	margin: 15px 0% 15px;
}
section.access .right {
	position: relative;
	width: 100%;
	padding: 75% 0 0 0;
}
section.access .right iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
/* フッター
-------------------------------------------------------------*/

footer {
	padding: 20px 4% 0;
	width: 92%;
	color: #fff;
	background: #64b5c7;
	text-align: center;
}
footer ul li {
	display: inline-block;
	line-height: 2;
	padding: 0 5px 0px;
}
footer ul li a {
	font-size: 12px;
	color: #fff;
	text-decoration: none;
	position: relative;
	top: -2px;
}
footer ul li a:hover {
	text-decoration: underline;
}
footer .copy {
	font-size: 87%;
	padding-top: 35px;
	padding-bottom: 10px;
}
#page-top a {
	position: fixed;
	bottom: 10px;
	right: 10px;
	z-index: 9999;
	text-align: center;
	text-decoration: none;
	color: #fff;
	display: block;
}
#page-top a img {
	width: 40px;
	height: auto;
}

/* == 改修時新規追加スタイル ================================================== */
/* 営業時間注釈 */
div.time p#timeComment { font-size: 12px; }

/* ナビゲーションメニュー */
ul.cf li {
	text-align:center;
	font-size:12px;
}

/* ナビゲーションメニューリンク */
ul.cf li a { text-decoration:none; }

/* ナビゲーションメニュー日本語文言 */
ul.cf li a span { font-size:10px; }

/* コンテンツタイトル */
/* 2019/12/04 - [要望]タイトル文字の大きさを小さくしたい */
div.inner110 h3, div.inner75 h3 { font-size:18px; }

/* フロント表示『WEBご予約』 */
div#topReserveArea { text-align:center; margin:15px 0; }

/* ヘッダーロゴエリア */
section.headerLogoArea {
	z-index: 9999;
	width:100%;
	padding:10px 0 0 0;
	background-color:#282772;
	text-align:center;
	position:fixed;
	top:0;
	left:0;
}
/* [ヘッダロゴエリア]コンテンツテーブル */
section.headerLogoArea table { width:85%; margin:0 auto 12px auto; }
/* [ヘッダロゴエリア]コンテンツ左 */
section.headerLogoArea table tr td#contentsLeft { color:#FFFFFF; width:25%; font-size:18px; font-weight:bold; }
/* [ヘッダロゴエリア]コンテンツ右 */
section.headerLogoArea table tr td.contentsRight { width:35%; padding-right:15px; }
/* [ヘッダロゴエリア]コンテンツ右Aタグ */
section.headerLogoArea table tr td.contentsRight a { display:block; background-color:#FFFFFF; border-radius:3px; }
section.headerLogoArea table tr td.contentsRight a.btnText { padding:7px 0; text-decoration:none; }

/* サイトマップエリア */
footer#sitemap { background-color:#282772; }

/* 三大特徴説明エリア */
div#characteristicArea {
	margin-bottom:15px;
	padding:10px;
	font-size:14px;
	font-weight:bold;
	background-color:rgba(245,245,245, 1);
	border-radius:8px;
}
/* [三大特徴説明エリア]タイトル */
div#characteristicArea p.areaTitle { margin-bottom:15px; text-align:center;  }
/* [三大特徴説明エリア]詳細テーブル */
/* div#characteristicArea table { margin:5px; } */
/* [三大特徴説明エリア]詳細テーブル 空白行 */
div#characteristicArea table tr.blankCell { height:10px; }
/* [三大特徴説明エリア]詳細テーブル タイトルセル */
div#characteristicArea table tr td.titleCell { vertical-align:top; text-align:center; }
/* [三大特徴説明エリア]詳細テーブル 詳細セル */
/* div#characteristicArea table tr td.detailCell { padding-left:28px; } */

/* お問い合わせエリア */
div#contactArea { margin:5px 0 0 0; padding:15px 0; }
/* [お問い合わせエリア]コンテンツテーブル */
div#contactArea table { width:73%; }
/* [お問い合わせエリア]マーキー */
div#contactArea marquee { margin-right:5px; }
/* [お問い合わせエリア]コンテンツテーブルセル */
div#contactArea table td { width:50%; }
/* [お問い合わせエリア]『お問い合わせ』ボタン */
div#contactArea tr td a {
	width:70%;
	padding:8px;
	text-decoration:none; 
	border-radius:3px;
	background-color:#FFFFFF;
	display:inline-block;
}

/* [アクセスエリア]住所 */
section.access p.accessDiscript { text-align:center; }

/* 『詳しい技術』フレーム */
section#detailTechnic { margin:0 auto 20px auto; }
/* 『詳しい技術』ボタン */
section#detailTechnic p.btn { text-align:center; width:180px; margin:0 auto; }
section#detailTechnic p.btn a img { width:100%; height:auto; }

/* [院長からの挨拶エリア]画像 */
section.profile img {
	width:30%;
	height:30%;
	margin-left:5px;
	margin-bottom:5px;
	float:right;
}

/* PCサイト用マーキー */
marquee#pcMarquee { display:none; }
/* コンテンツ上マージン */
div#contents { margin-top:162px; }

/* [ホワイトニング紹介]キャッチ画像 */
p.pcImgArea { display:none; }
p.spImgArea { display:block; }

/* [治療の流れ]PCとSPで出力する文言の位置を切り替える */
table#flowPcTable { display:none; }
table#flowSpTable { display:block; }
table#flowSpTable tr td h4 { margin-bottom:0; }
table#flowSpTable tr td img { margin-left:26px; }
table#flowSpTable tr td p { margin-left:26px; }