@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap');

/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
	font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
}
/* 太字がにじむため */
.font-weight-bold {
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
button:focus {
	outline:none;
}
/* ===================================================== */
/* common */
/* ===================================================== */
body p,
body a,
body a:hover,
body table th,
body table td {
	text-decoration:none;
	color:black;
	line-height:1.5em;
	font-size:14px;
}
body h1,
body h2,
body h3,
body h4,
body h5,
body h6 {
	line-height:1.5em;
}
.title-1 {
	font-size:40px;
	background-color: #FF6600;
	color:white;
	text-align: center;
	padding:15px;
}
.title-2 {
	font-size:40px;
/*	font-weight: bold;	*/
	color:#FF6600;
	border-bottom:8px solid #FF6600;
	padding-bottom:15px;
	padding-left: 70px;
	position: relative;
}
.title-2::before {
	content:"";
	position: absolute;
	left:0;
	bottom:-2px;
	width:28px;
	height:90px;
	background-color: #FF6600;	
}

@media(max-width:767px) {
	.title-1,
	.title-2 {
		font-size:28px;
	}

	.title-2 {
		border-bottom:4px solid #FF6600;
		padding-left: 30px;
	}
	.title-2::before {
		width:15px;
		height:75px;
	}
}
.clear {
	clear:both;
}
.spc-50 {
	height:50px;
}
.spc-80 {
	height:80px;
}
.spc-100 {
	height:100px;
}

@media(max-width:767px) {
	.spc-50 {
		height:20px;
	}
	.spc-80 {
		height:50px;
	}
	.spc-100 {
		height:50px;
	}
}

.in {
	max-width:980px;
	margin:0 auto;
}
.container {
	max-width: 1280px;
}

/* ヘッダー */
header .d-md-flex {
	padding:25px 30px 15px 30px;
}
header p {
	font-size:13px;
}
header p span {
	font-size:16px;
}
header .pc-header div {	/* IE11対策 */
	width:33.33%;
}

header .sp-logo {
	max-width: 250px;
}
header .in {
	width:95%;
}
header .header-info img {
	max-width: 400px;
}

header .sp-calender img,
header .sp-calender p {
	max-width: 440px;
	display:block;
	margin:0 auto;
	color:#231815;
	width:95%;
}

header .drawer-hamburger {
	position: static;
	top:auto;
	right:auto;
}
.drawer-nav {
	background-color: #FF6600;
	z-index: 99999;
}
.drawer-nav a {
	display:block;
	color:white;
	width: 100%;
	height: 100%;
}
.drawer-nav .drawer-menu-item {
	border-bottom: 1px solid white;
}
.drawer-nav a:hover,
.drawer-nav .drawer-menu-item:hover {
	text-decoration: none;
	color:white;
}
/* フッター */
footer {
	background-color:#FF6600;
}
footer .container {
	position: relative;
}
footer .social-ico {
	position: absolute;
	top:50%;
	transform: translateY(-50%);
	right: 12%;
}
footer p {
	font-size:10px;
}



/* フローティングバナー */
.fix-bn {
    position: fixed;
    z-index: 88888;
	right: -15px;
	top: 150px;
}
.fix-bn a {
	display: inline-block;
	font-size:0;
}
.fix-bn a:hover {
	font-size:0;
}
@media(max-width:575px) {
	.fix-bn {
		right: 0;
		top: auto;
		bottom:0;
		width: 100%;
		background-color: white;
	}
	.fix-bn a {
		width: 100%;
	}
	.fix-bn a img {
		width: 100%;
		height: 100%;
		vertical-align: bottom;
		line-height: 1.0em;
	}
}

/* ページTOPへもどるボタン */
#btn_pagetop {
	display: none;
	z-index: 99;
	background: rgba(255,102,0,1);
	width: 65px;
	height: 65px;
	line-height: 55px;
	text-align: center;
	color: #fff;
	border-radius: 50%;
	position: fixed;
	bottom: 2%;
	right: 2%;
	cursor: pointer;
	border: 2px solid white;
}
#btn_pagetop:hover {
	opacity: .5;
}

@media(max-width:575px) {
	#btn_pagetop {
		bottom: 16.5%;
	}
	
}
/* メインビジュアル */
.main-visual {
	position:relative;
	overflow: hidden;
}
.main-visual .item-1,
.main-visual .item-2,
.main-visual .item-3,
.main-visual .item-4 {
	position:absolute;
}
.main-visual img {
	width:100%;
}
.main-visual .item-1 {
	top:10%;
	left: 8%;
	max-width:20%; 
}
.main-visual .item-2 {
	bottom:5%;
	max-width:20%; 
	left: 8%;
}
.main-visual .item-3 {
	top:10%;
	left:30%;
	max-width:42%; 
}
.main-visual .item-4 {
	bottom:40%;
	left:30%;
	max-width:42%; 
}
@media(max-width:575px) {
	.main-visual .item-1 {
		max-width:100%;
		width:35%;
		left:5%;
		top:3%;
		margin: 0 auto;
	}
	.main-visual .item-1 li img {
		width:100%;
	}
	.main-visual .item-2 {
		left:5%;
		top:auto;
		bottom: 3%;
		max-width:53%; 
	}
	.main-visual .item-3 {
		top:45%;
		left:50%;
		transform: translateX(-50%);
		max-width:90%;
	}
	.main-visual .item-4 {
		bottom:auto;
		top:auto;
		bottom:24%;
		left:50%;
		transform: translateX(-50%);
		max-width:90%;
	}
}

/* ナビゲーション */
ul.pc-nav {
	background-color:#FF6600;
	padding:20px 0;
}
ul.pc-nav li a {
	font-size:18px;
	color:white;
}
@media(max-width:767px) {
	ul.pc-nav li a {
		font-size:16px;
	}
}
ul.pc-nav li.border-r::after {
	content:"|";
	margin-left:20px;
	color:white;
}

/* 当院について */

#about .catch-1 {
	background-color:#5A3D35;
	padding:15px;
	max-width: 900px;
	margin:0 auto;
}
#about .catch-1 h1 {
	color:white;
	font-size: 28px;
}
#about .catch-1 h1 span {
	font-size: 45px;
	line-height:1.3em;
}
@media(max-width:767px) {
	#about .catch-1 h1 {
		color:white;
		font-size: 14px;
		line-height:2em;
	}
	#about .catch-1 h1 span {
		font-size: 20px;
	}
}

#about .catch-2 {
	background-image:url('../img/about-bg.png');
	background-size:contain;
	background-repeat:no-repeat;
	background-position: bottom left;
	max-width:1280px;
	margin:0 auto;
}
#about .catch-2 p {
	font-size:24px;
	line-height: 2em;
	color:#333333;
}
@media(max-width:767px) {
	#about .catch-2 p {
		font-size: 16px;
	}
}
#about .sejutsu h3 {
	font-size:28px;
	color:white;
	background-color:#FF6600;
}

#about .sejutsu p {
	font-size:16px;
}
@media(max-width:767px) {
	#about .sejutsu h3 {
		font-size:22px;
	}
}

/* こんな方へオススメ */
#osusume {
	overflow:hidden;
}
#osusume .box {
/*	border:1px solid #231815;	*/
	border-radius: 30px;
	box-shadow:0px 0px 6px 5px #d3d3d3;
	position: relative;
}

#osusume .box .title-wrap {
	position: absolute;
	top:0;
	left:50%;
	transform: translateY(-50%) translateX(-50%);
	text-align:center;
	width:100%;
}
#osusume .box .title-wrap img {
	max-width:80%;
}

#osusume .box .in th,
#osusume .box .in td {
	padding: 15px 0;
	vertical-align: top;
}
#osusume .box .in .border-b th,
#osusume .box .in .border-b td {
	border-bottom:1px solid #FF6600;
}

#osusume .box .in th {
	width:67%;
}
#osusume .box .in th p {
	font-size:24px;
	display:inline-block;
	line-height: 1.8em;
}
#osusume .box .in th p.num {
	font-size:48px;
	padding:15px;
	width:75px;
	background-color: #FF6600;
	color: white;
	line-height: 1.2em;
	text-align:center;
	display: inline-block;
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
	margin-right:50px;
}
#osusume .box .in .marker {
	background-color: #FFFF33;
	font-size:32px;
}
_:-ms-input-placeholder, :root #osusume .box .in .marker {
	font-family: Meiryo, sans-serif;
	line-height: 1.7em;
}

@media(max-width:767px) {
	#osusume .box .in th p {
		font-size:16px;
	}
	#osusume .box .in th p.num {
		font-size:32px;
		width:50px;
		line-height: 0.8em;
		margin-right: 25px;
	}
	#osusume .box .in .marker {
		font-size:21px;
	}	
	#osusume .box .in th {
		display: block;
		width: 100%;
	}
	#osusume .box .in td {
		display: block;
		width: 100%;
	}
	#osusume .box .in .border-b th {
		border:none;
	}
}
#osusume .tips strong {
	font-size:40px;
	text-align:center;
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
	color: #603B33;
}
#osusume .tips h3 {
	font-size:34px;
	color: #FF6600;
/*	font-weight:bold;	*/
}
#osusume .tips p {
	font-size:23px;
	color:#333333;
}

@media(max-width:991px) {
	#osusume .tips strong {
		font-size:26px;
	}
}
@media(max-width:767px) {
	#osusume .tips strong {
		font-size:18px;
	}
	#osusume .tips h3 {
		font-size:20px;
	}
	#osusume .tips p {
		font-size:18px;
	}	
}

#osusume .tips .marker {
	background:linear-gradient(transparent 60%, #FFC300 60%);
}

/* 9月のキャンペーン */
@media(max-width:575px) {
	.flyer-img {
		width: 80%;
	}
}

/* 施術について */
#care .box {
	background-color:#EFECE7;
	max-width:480px;
	height:100%;
	margin:0 auto;
}
#care .box p {
	font-size:16px;
}
#care .box h3 {
	font-size:28px;
	border-radius:15px;
	background-color:#FFC300;
	color:#603B33;
	padding:15px;
/*	font-weight: bold;	*/
}

@media(max-width:767px) {
	#care .box h3 {
		font-size:22px;
	}
}
#care .box table {
	width:100%;
}
#care .box th {
	width:20%;
}
#care .box td span {
	font-size:20px;
	padding-right:5px;
}

/* 治療の流れ */
#flow .box {
	background-color:#EFECE7;
	max-width:315px;
	height:100%;
	margin:0 auto;
	padding-right:30px;
	padding-left:30px;
}
#flow .box p {
	font-size:14px;
}
#flow .box p span {
	font-size:16px;
/*	font-weight:bold;	*/
}
#flow .box .num {
	font-size:72px;
/*	font-weight:bold;	*/
	color:#FF6600;
	line-height:1em;
}
#flow .box .step {
	font-size:24px;
/*	font-weight:bold;	*/
	color:white;
	line-height:1em;
	padding:10px 20px;
	background-color: #5A3D35;
	border-radius:25px;
	margin-bottom:15px;
	margin-left: 15px;
}

@media(max-width:991px) {
	#flow .box .num {
		font-size:57px;
	}
	#flow .box .step {
		font-size:19px;
		margin-bottom:10px;
	}
}


/* よくある質問 */
#faq img {
	min-width:50px;
}
#faq dt {
	padding:25px;
	background-color: #F1E7CE;
	border:3px solid #FF6600;
	border-radius:25px;
}
#faq dd {
	padding:25px;
	border:1px solid #B3B3B3;
	border-radius:25px;
	position: relative;
	margin-top:30px;
	margin-bottom:50px;
}
#faq dd::before {
	content: "";
	position: absolute;
	top: -16px;
	left: 60px;
	margin-left: -15px;
	border: 8px solid transparent;
	border-bottom: 8px solid #FFF;
	z-index: 2;
}

#faq dd::after {
	content: "";
	position: absolute;
	top: -20px;
	left: 60px;
	margin-left: -17px;
	border: 10px solid transparent;
	border-bottom: 10px solid #B3B3B3;
	z-index: 1;
}
#faq dt p {
	font-size:21px;
/*	font-weight:bold;	*/
	padding-left:30px;
}
#faq dd p {
	font-size:18px;
/*	font-weight:bold;	*/
	padding-left:30px;
}
@media(max-width:767px) {
	#faq dt p {
		font-size:17px;
		padding-left: 15px;
	}
	#faq dd p {
		font-size:16px;
		padding-left: 15px;
	}
}
@media(max-width:575px) {
	#faq img {
		min-width:30px;
		width:30px;
	}
	#faq dt p {
		padding-left: 15px;
	}
	#faq dd p {
		padding-left: 15px;
	}
}
#faq dd p .marker {
	background-color: #FFCC00;
}
/* 医院概要/アクセス */
#access {
	background-color:#F3F3F3;	
}
#access .title-1 {
	background-color:#5A3D35;
}
#access p {
	font-size:18px;
	max-width:500px;
	margin:0 auto;
}
#access .name,
#access .tel a {
	font-size:24px;
}
#access .map-link a {
	font-size:14px;
	position:relative;
	margin-left:20px;
}

@media(max-width:767px) {
	#access p {
		font-size:14px;
	}
	#access .name,
	#access .tel a {
		font-size:16px;
	}	
}

#access .map-link a::before {
	position:absolute;
	content:"";
	background-image: url("../img/map-ico.png");
	background-size:contain;
	background-repeat: no-repeat;
	background-position: center;
	width:20px;
	height:20px;
	top:0;
	left:-20px;
}

/* ページ下部インフォメーション */
#info {
	background-color:#F1E7CE;
}
#info h2 {
	font-size:36px;
/*	font-weight:bold;	*/
}

#info h2 .marker {
	background:linear-gradient(transparent 75%, #FF6600 75%);
}
#info p {
	font-size:22px;
}
#info p.info {
	font-size:18px;
}
#info .bn a {
	font-size:0;
	width:100%;	/*IE対策*/
}
#info .sp-text {
	color:#D70013;
}
@media(max-width:767px) {
	#info .in {
		max-width:560px;
	}
	
	#info h2 {
		font-size:33px;
	}
	#info p {
		font-size:14px;
	}
	#info p.info {
		font-size:14px;
		text-align: left;
	}
	#info .sp-text {	
		font-size: 14px;
	}
}
@media(max-width:575px) {
	#info {
		padding-bottom: 32%;
	}
	#info h2 {
		font-size:31px;
	}
	#info .in {
		max-width:330px;
	}
}

