@charset "UTF-8";


/* pc-sp設定 */
.pc-show { display: block !important; }
.sp-show { display: none !important; }

@media screen and (max-width:767px) {
.pc-show { display: none !important; }
.sp-show { display: block !important; }
}

/* 汎用 */

.main {
	margin: 0;
	padding: 0;
}

h1 {
	color: #555;
	font-size: 10px;
	font-weight: normal;
	padding-left: 10px;
}

h2 {
	padding: 0;
	margin: 0;
}

h2 a {
	display: block;
}

h2 a:hover {
	opacity: .9;
}

h2 img {
	width: 100%;
	padding: 0;
	margin: 0;
}

.counseling-submit-btn {
	margin-bottom: 50px;
}

p.copyright {
	background: #ee869a;
	color: #fff;
	font-size: 12px;
	text-align: center;
	margin: 0;
	padding: 12px 0 70px;
}

@media screen and (max-width:767px) {
	p.copyright {
		font-size: 10px;
	}
}



/* --------------- フッターコンタクト --------------- */
.footer-contact{
	width: 100%;
	position: fixed;
	bottom: 0;
	left: 0;
	background: none;
}

.contact-outer{
	box-sizing: border-box;
	display: flex;
	flex-flow: row nowrap;
	justify-content:center; /*space-between;*/
	align-items: center;
	align-content:stretch;
	width: 100%;
	max-width: 480px;
	margin: 0 auto;
	padding: 0;
	/*	border: .5px solid #00ff0a;*/
	z-index: 90;
}
.footer-contact .footer_button{
	display: block;
	padding: 1em .1em;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #ffffff;
	text-align: center;
	background: -webkit-gradient(
		linear, left top, left bottom,
		from(#c97b6e),
		to(#c51a33));
	background: linear-gradient(
		top,
		#c97b6e 0%,
		#c51a33);
	border-radius: 10px;
	border: 1px solid #c75a55;
	box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 2px rgba(255,255,255,1);
	text-shadow:
		0px -1px 0px rgba(000,000,000,0.4),
		0px 1px 0px rgba(255,255,255,0.3);
}
.footer-contact .contact-coun{
	width: 40%;
	font-size: 14px;
}
.footer-contact .contact-mail{
	width: 40%;
	font-size: 14px;
}
.footer-contact .contact-tel{
	width: 15%;
	font-size: 18px;
	padding: 14px .1em;
}



.copy{
	display: block;
	font-size: 12px;
	line-height: 1.3em;
	text-align: center;
	background: #eee;
	padding: 1.5em;
	margin: 0 0 20px;
}
.copy a{
	display: inline;
	margin: 0;
	padding: 0;
}




/* 2020.12.11 chiba */

.content h2.en {
	font-family: 'Roboto', sans-serif;
	font-size: 3.0rem;
	font-style: normal;
	text-align: center;
    color: #000;
    margin: 20px auto;
}

@media screen and (min-width:640px) {
	.content h2.en {
	font-family: 'Roboto', sans-serif;
	font-size: 6.0rem;
	font-style: normal;
	text-align: center;
	color: #000;
	margin: 20px auto 30px;
	}
}

.accsess_top {
	margin-top: 20px;
	padding-top: 20px;
	border-top: 1px solid #000;
}

@media screen and (min-width:640px) {
	.accsess_top {
	margin-top: 30px;
	padding-top: 40px;
}
}

.content8 .access {
	color: #00afec;
}

.tit_doctor {
	max-width: 7em;
}

.tit_contact {
	font-size: 2.3rem;
	max-width: 18em;
}

.couns-calender th,
.no-border th {
	color: #00afec;
}

.couns-calender td,
.no-border td {
	text-align: left;
}

.content10 .bg-inner {
	padding-top: 0;
	padding-bottom: 30px;
}

.content10 .time {
	color: #888;
}

.content10 .inner {
	padding-top: 24px;
}

/* 2020.12.14 chiba */

.content10 .bg-inner {
	background: none;
}

.couns-calender td {
	text-align: center;
}


/* 2021.10.18 追加 CHIBA */

.btn-area {
	position: relative;
}

.lp_btn {
	/* max-width: 600px; */
	width: 50%;
	position: absolute;
	top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
	margin: 0;
	padding: 0;
}

@media screen and (max-width:767px) {
	.lp_btn {
		width: 100%;
	}
}/* @media screen and (max-width:767px) */

.lp_btn:hover {
	opacity: .7;
}

.lp_btn img {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
}

.accsess_top {
	border-top: double;
}

.accsess_top {
	border-top: 1px solid #000;
	position: relative;
  }
  
.accsess_top:before {
	content: "";
	width: 100%;
	height: auto;
	border-top: 1px solid #000;
	position: absolute;
	left: 0px;
	top: 8px;  
  }

.content8 .access {
	color: #f9c9d0;
}

.content9 .inner {
	background: #fce5e8;
}

.couns-calender th,
.content9 .no-border th {
	color: #f06e80;
}

.content7 .inner {
	background: #f9f9f9;
}

.calender .tableCalender .holiday {
	background: #f06e80;
}

.couns-calender .holiday {
	background: #f06e80;
}

.calender .note span {
	color: #f06e80;
}

.footer-contact .contact-coun {
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "メイリオ", sans-serif;
	font-weight: 500;
	width: 45%;
	background: -webkit-gradient( linear, left top, left bottom, from(#dbdbdb), to(#414945));
	font-size: 14px;
}

.footer-contact .contact-tel {
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "メイリオ", sans-serif;
	font-weight: 500;
	width: 45%;
	background: -webkit-gradient( linear, left top, left bottom, from(#ffdb9c), to(#603813));
	font-size: 14px;
}

.footer-contact i {
	font-size: 16px;
	padding-right: 4px;
}

@media screen and (min-width:768px) {
	.footer-contact .contact-coun {
		font-size: 16px;
	}
	.footer-contact .contact-tel {
		font-size: 16px;
	}
	.footer-contact i {
		font-size: 18px;
		padding-right: 6px;
	}
}/* @media screen and (max-width:767px) */


/* =================

2022.2.3 追加 CHIBA 

================= */

img {
	width: 100%;
	height: auto;
}

.sp-show .btn-sec {
	position: relative;
}

.sp-show .btn-sec a {
	display: block;
	position: absolute;
	width: 95%;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	-webkit- transform: translateY(-50%) translateX(-50%);
	margin: auto;
	transition: 0.8s;
	-webkit-transition: 0.8s;
	-moz-transition: 0.8s;
	-o-transition: 0.8s;
	-ms-transition: 0.8s;
}

.sp-show .btn-sec a:hover {
	opacity: .8;
}

.pc-show .btn-sec {
	position: relative;
}

.pc-show .btn-sec a {
	display: block;
	position: absolute;
	width: 60%;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	-webkit- transform: translateY(-50%) translateX(-50%);
	margin: auto;
	transition: 0.8s;
	-webkit-transition: 0.8s;
	-moz-transition: 0.8s;
	-o-transition: 0.8s;
	-ms-transition: 0.8s;
}

.pc-show .btn-sec a:hover {
	opacity: .4;
}

/* override */

.content8 .inner {
    padding: 20px 10px 10px;
    background: #fff;
}

.accsess_top {
    border-top: none;
    position: relative;
	margin: 0;
	padding: 0;
}

.accsess_top::before {
	border: none;
}


@media screen and (min-width: 640px){
	.content8 .inner {
		padding: 30px 50px 50px;
		background: #fff;
	}
}

.accsess_top {
    border-top: 1px solid #aaa;
	padding-top: 40px;
}

/* =================

2022.6.21 追加 CHIBA 

================= */

.footer-contact .contact-coun {
	background: #87404a;
 	background: -webkit-gradient( linear, left top, left bottom, from(#dbdbdb), to(#87404a));
}

.footer-contact .contact-tel {
	background: #006c89;
	background: -webkit-gradient( linear, left top, left bottom, from(#dbdbdb), to(#006c89));
}

.accsess_top {
    border-top: none;
}

.content8 .access {
    color: #e46c7f;
}

.couns-calender th, .content9 .no-border th {
    color: #e46c7f;
}

.content9 .inner {
    background: #f8edef;
}