@charset "utf-8";

*{
	box-sizing:border-box;
	margin:0;
	padding:0;
	font-weight:normal;
	font-weight:500;
}
html{
	font-size:62.5%;
}
body{
	font-family:游ゴシック体, 'Yu Gothic', YuGothic, メイリオ, Meiryo, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-size:1.6rem;
	overflow-x:hidden;
}
main{
	display:block;
	padding-top:80px;
	padding-bottom:40px;
}
img{
	display:block;
	border:none;
}

ul,ol{
	list-style:none;
}
a{
	text-decoration:none;
	color:#4d4d4d;
}
.hover:hover{
	opacity:0.7;
	filter:alpha(opacity=70);
}
.hover{
	transition:0.3s all ease;
	cursor:pointer;
}

.sp,.sp480{
	display:none !important;
}

.f-left{
	float:left;
}
.f-right{
	float:right;
}
.ov-hidden{
	overflow:hidden;
}
.clear{
	clear:both;
}
table{
	border-collapse:collapse;
}
.tc{
	text-align:center;
}
.inner{
	width:1100px;
	margin:auto;
	position:relative;
}
.outer{
	width:100%;
	min-width:1100px;
}
.pic img{
	display:block;
	width:100%;
}
.mincho{
	font-family:"游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝B" , "ＭＳ Ｐ明朝" , "MS PMincho" , Garamond , "Times New Roman" , serif;
}
.bg-gray{
	background:#efefef;
}
/* ++++++++++++++++++header++++++++++++++++ */
header{
	position:relative;
	height:65px;
	background:#fff;
}
header .logo{
	position:absolute;
	left:20px;
	top:20px;
}
/* ++++++++++++++++++++++++++globalnavi++++++++++++++++++++++++++++ */
nav{
	position:absolute;
	right:0;
	top:15px;
}
nav li{
	padding-right:40px;
}
nav a{
	color:#9F9FA0;
	font-size:1.55rem;
	line-height:1.1;
	display:block;
	font-weight:600;
	transform:skewX(-10deg);
}
nav span{
	font-size:1.3rem;
	display:block;
	padding-top:5px;
	font-weight:600;
}


/* +++++++++++++++++++++++footer+++++++++++++++++++++ */

.back-top{
	display:block;
	background:#C0BB88;
	padding-top:12px;
	height:36px;
}
.back-top img{
	display:block;
	margin:auto;
}
footer *{
	color:#C0BB88;
}
.page-menu{
	padding:18px 0;
	border-bottom:1px solid #c0bb88;
	width:100%;
}
.page-menu li{
	display:inline-block;
	font-size:0;
	padding:0 18px;
}
.page-menu a{
	color:#9F9FA0;
	font-size:1.55rem;
	line-height:1.1;
	display:block;
	font-weight:600;
	transform:skewX(-10deg);
}
.page-menu span{
	font-size:1.3rem;
	display:block;
	padding-top:5px;
	font-weight:600;
	color:#9F9FA0;
}
.clinic-data01{
	width:325px;
	display:inline-block;
	font-size:0;
	text-align:justify;
	margin-right:24px;
	vertical-align:top;
}
.address{
	font-weight:600;
	margin-top:10px;
	font-size:1.5rem;
	line-height:1.533;
	color:#9F9FA0;
}
.clinic-data02{
	display:inline-block;
	margin-left:24px;
	font-size:1.5rem;
	line-height:1.533;
	vertical-align:top;
	text-align:justify;
	width:330px;
	margin-right:10px;
}
.clinic-data02 p{
	color:#9F9FA0;
	font-size:1.5rem;
	font-weight:600;
	margin-bottom:10px;
	line-height:1.1;
}
.clinic-data02 dl *{
	color:#9F9FA0;
	font-size:1.5rem;
	font-weight:600;
	display:inline-block;
	line-height:1.1;
	margin-bottom:5px;
}
.clinic-data02 dl:nth-of-type(1) *{
	font-size:2.8rem;
	color:#C0BB88;
	margin-bottom:10px;
}
.clinic-data02 dl:nth-of-type(3){
	margin-bottom:20px;
}
.links{
	display:flex;
	display:-webkit-flex;
	justify-content:space-between;
	align-items:center;
	margin-top:10px;
	margin-bottom:10px;
}
footer .clinic-data02 dl:nth-of-type(4) *{
	color:#C0BB88;
	margin-bottom:10px;
}
footer .clinic-data02 p:nth-of-type(2){
	line-height:1.533;
}
.links a{
	display:block;
}
.offical-site{
	color:#7F7F7F;
	font-size:1.4rem;
	line-height:1.1;
}
.offical-site:after{
	content:"";
	display:inline-block;
	width:24px;
	height:17px;
	background:url(../images/footer-icon01.png) no-repeat;
	vertical-align:text-top;
	margin-left:8px;
}
.map{
	width:260px;
	height:200px;
	display:inline-block;
	vertical-align:top;
	margin-left:10px;
}
.map>iframe{
	width:100%;
	height:100%;
}
.clinic-data{
	padding:40px 0 20px;
}
.copyrights{
	background:#C0BB88;
	line-height:24px;
	font-size:1.2rem;
	color:#fff;
}

/* +++++++++++++++++サブページメインビジュアル++++++++++++++++++ */
.key-visual{
	background-repeat:no-repeat;
	background-position:center top;
	background-size:cover;
	height:277px;
	text-align:center;
	position:relative;
}
.page-title{
	padding-top:10px;
	padding-bottom:5px;
}
.page-title span{
	line-height:1.1;
	color:#B5B5B6;
	border-bottom:1px solid #b5b5b6;
	font-size:4rem;
}

.entry-btn{
	position:absolute;
	right:20px;
	top:10px;
	color:#fff;
	display:block;
	background:#E95044;
	text-align:center;
	width:90px;
	line-height:30px;
}
.entry-btn:after{
	content:"";
	display:inline-block;
	width:0;
	height:0;
	border-left:10px solid #fff;
	border-top:7px solid transparent;
	border-bottom:7px solid transparent;
	vertical-align:-1px;
	margin-left:5px;
}
/* ++++++++++++++++++++2カラムレイアウト+++++++++++++++++++++++ */
main>.bg-gray{
	padding:30px 0 25px;
	margin-bottom:45px;
}
main>.bg-gray>.inner{
	padding-left:52.5px;
}
.sidebar{
	width:245px;
	line-height:1.75;
	margin-left:10px;
}

.sidebar dt{
	color:#fff;
	background:#C0BB88;
	font-size:1.8rem;
	line-height:40px;
}
.sidebar dl{
	background:#fff;
	margin-bottom:40px;
}
.sidebar dd{
	width:calc(100% - 6px);
	margin:auto;
	border-bottom:1px solid #192D60;
	padding:10px 0;
}
.sidebar dl dd:last-of-type{
	border-bottom:none;
}
.sidebar dd>a,.sidebar dd>p{
	padding-left:20px;
	display:block;
	position:relative;
	color:#7f7f7f;
	line-height:2;
	font-size:1.6rem;
}
.sidebar dd>a:before,.sidebar dd>p:before{
	content:"";
	display:inline-block;
	width:0;
	height:0;
	border-left:6px solid #7F7F7F;
	border-top:6px solid transparent;
	border-bottom:6px solid transparent;
	margin-right:10px;
}
.sidebar dd ul{
	width:calc(100% - 40px);
	margin:auto;
	display:none;
}
.sidebar dd li{
	padding:10px 16px;
	border-bottom:1px solid #7f7f7f;
}
.sidebar dd li:last-of-type{
	border-bottom:none;
}
.sidebar dd li a:before{
	content:"";
	display:inline-block;
	width:0;
	height:0;
	border-left:4px solid #7F7F7F;
	border-top:4px solid transparent;
	border-bottom:4px solid transparent;
	margin-right:6px;
}
.main-contents{
	width:740px;
	border-top:6px solid #C0BB88;
	padding:12px 37px 20px;
	background:#fff;
}










/* ++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++レスポンシブスタイル+++++++++++++ */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
@media screen and (max-width:767px){
	.pc{
		display:none !important;
	}
	.sp{
		display:block !important;
	}
	.inner{
		width:100%;
	}
	.outer{
		min-width:100%;
	}
	body{
		font-size:1.4rem;
		padding-top:60px;
	}



/* ++++++++++++++++++header++++++++++++++++ */
header{
	height:60px;
	position:fixed;
	top:0;
	left:0;
	width:100%;
	z-index:9999;
}
header .logo{
	left:15px;
	top:25px;
	margin:auto;
	width:220px;
}
header .logo *{
	display:block;
	width:100%;
}
/* ++++++++++++++++++++++++++globalnavi++++++++++++++++++++++++++++ */
nav{
	position:fixed;
	right:-100%;
	top:60px;
	width:100%;
	height:100vh;
	overflow:auto;
	background:rgba(255,255,255,0.9);
	z-index:9999;
	padding-top:0;
}
nav ul{
	border-top:1px solid #dfdfdf;
}
nav li{
	padding:0 15px;
	border-bottom:1px solid #dfdfdf;
	float:none;
	width:100%;
}
nav a{
	padding:15px 0;
}
nav li.btn_red{
	background: #E95044;
}
nav li.btn_red a{
	color:#fff;
}
.menu-btn{
	position:fixed;
	right:0;
	top:0;
	width:60px;
	height:60px;
	background:#C0BB88;
	z-index:9999;
}
.menu-btn span{
	background:#fff;
	display:block;
	height:2px;
	width:40px;
	position:absolute;
	left:0;
	right:0;
	margin:auto;
}
.menu-btn span:nth-of-type(1){
	top:20px;
}
.menu-btn span:nth-of-type(2){
	top:0;
	bottom:0;
}
.menu-btn span:nth-of-type(3){
	top:38px;
}


/* +++++++++++++++++++++++footer+++++++++++++++++++++ */

.back-top{
	padding-top:8px;
	height:28px;
}
.clinic-data01{
	width:100%;
	padding:15px;
	display:block;
	margin:auto;
	text-align:center;
}
footer .logo{
	width:240px;
	margin:0 auto 15px;
	display:block;
}
footer .logo *{
	display:block;
	width:100%;
}
footer .address{
	margin-top:0;
}
footer .clinic-data02{
	width:100%;
	padding:15px;
	display:block;
	margin:auto;
	text-align:center;
}
footer .clinic-data02 p{
	margin-bottom:10px;
}
footer .clinic-data02 p:last-of-type{
	margin-bottom:0;
}
footer .clinic-data02 dl *{
	color:#9F9FA0;
	font-size:1.5rem;
	font-weight:600;
	display:inline-block;
	line-height:1.1;
	margin-bottom:5px;
}
footer .clinic-data02 dl:nth-of-type(1) *{
	font-size:2.8rem;
	color:#C0BB88;
	margin-bottom:10px;
}
footer .clinic-data02 dl:nth-of-type(3){
	margin-bottom:20px;
}
.links{
	justify-content:space-around;
	margin:15px auto;
	width:162px;
	flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
}
.links li:last-of-type{
	margin-top:10px;
}
footer .clinic-data02 dl:nth-of-type(4) *{
	color:#C0BB88;
	margin-bottom:5px;
	display:block;
}
footer .clinic-data02 p:nth-of-type(2){
	font-size:1.3rem;
}
.copyrights{
	font-size:.9rem;
}
.links a{
	display:block;
}
.offical-site{
	color:#7F7F7F;
	font-size:1.4rem;
	line-height:1.1;
	text-align:center;
}
.offical-site:after{
	content:"";
	display:inline-block;
	width:24px;
	height:17px;
	background:url(../images/footer-icon01.png) no-repeat;
	vertical-align:text-top;
	margin-left:8px;
}
.map{
	width:100%;
	height:320px;
	padding:15px;
	display:block;
	margin:auto;
}
.clinic-data{
	padding:20px 0;
}


main{
	display:block;
	padding-top:40px;
	padding-bottom:20px;
}

/* +++++++++++++++++サブページメインビジュアル++++++++++++++++++ */
.key-visual{
	height:160px;
}
.entry-btn{
	position:absolute;
	right:30px;
	top:auto;
	bottom:15px;
	width:calc(100% - 60px);
	line-height:28px;
	font-size:1.3rem;
}
.entry-btn:after{
	content:"";
	display:inline-block;
	width:0;
	height:0;
	border-left:10px solid #fff;
	border-top:7px solid transparent;
	border-bottom:7px solid transparent;
	vertical-align:-1px;
	margin-left:5px;
}

/* ++++++++++++++++++++2カラムレイアウト+++++++++++++++++++++++ */
main>.bg-gray{
	padding:40px 0 20px;
	margin-bottom:30px;
}
main>.bg-gray>.inner{
	padding-left:0;
}
.sidebar{

}
.sidebar{
	width:100%;
	float:none;
	margin-left:0;
	padding:0 15px;
	line-height:2.5;
}
.sidebar dd a{
	line-height:2.5;
}
.sidebar dl{
	margin-bottom:20px;	
}
.sidebar dt{
	position:relative;
}
.sidebar dl:nth-of-type(1){
	border-bottom:1px solid #fff;
}
/*
.sidebar dt span{
	position:absolute;
	right:0;
	top:0;
	display:block;
	height:100%;
	width:30px;
	background:#a59e62;
	font-weight:600;
}
.sidebar dd{
	display:none;
} */
.main-contents{
	width:calc(100% - 30px);
	margin:auto;
	float:none;
	border-top:3px solid #C0BB88;
	padding:20px 15px;
	margin-bottom:30px;
}
}

@media screen and (max-width:480px){
	.sp480{
		display:block !important;
	}
}