@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP&display=swap');

/*-------------------------------------------------------------------
　reset
-------------------------------------------------------------------*/
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, font, ins, kbd, q, s, samp, small, strike, strong,
sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td{
	border:0;
	font-family:inherit;
	font-size:100%;
	font-style:inherit;
	font-weight:inherit;
	margin:0;
	outline:0;
	padding:0;
	vertical-align:baseline;
}

ol, ul {list-style:none;}

table {
	border-collapse:separate;
	border-spacing:0;
}

caption, th, td {
	font-weight:normal;
	text-align:left;
}

img{
	padding:0;
	margin:0;
	vertical-align:bottom;
	-webkit-backface-visibility: hidden;
}

a img {border:0;}

a{
	margin:0;
	padding:0;
	text-decoration:none;
	outline:0;
	vertical-align:baseline;
	background:transparent;
	font-size:100%;
	color:#000;
}

/*-------------------------------------------------------------------
　基本設定
-------------------------------------------------------------------*/
body{
	font-family: Noto Serif JP, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
	font-size:18px;
	line-height:1.8;
	color:#000000;
	-webkit-text-size-adjust:none;
}

/* ---- sp 767-------------- */
@media only screen and (max-width:767px){
body{
	font-size:17px;
	line-height:1.8;
}
}

/*-------------------------------------------------------------------
　common
-------------------------------------------------------------------*/
.br_pc{display:block;}
.br_sp{display:none;}

.br1024{display: none;}
.br480sp{display: none;}

.view_pc{display:block;}
.view_sp{display:none;}

.view_pc767{display:block;}
.view_sp767{display:none;}

/* ---- tablet ------------- */
@media only screen and (max-width:1024px){
.br1024{display:block;}

.view_pc{display:none;}
.view_sp{display:block;}
}

/* ---- sp 767-------------- */
@media only screen and (max-width:767px){
.br_pc{display:none;}
.br_sp{display:block;}

.view_pc767{display:none;}
.view_sp767{display:block;}
}

/* ---- sp 480-------------- */
@media only screen and (max-width:480px){
.br480sp{display: block;}
}

/*-------------------------------------------------------------------
　header
-------------------------------------------------------------------*/
#hd_Area{
	width: 100%;
	height: 150px;
	background: #32241B;
}

#hd_AreaIn{
	width: 1200px;
	height: 150px;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

#hd_logo{
	width: 400px;
	margin-left: 0%;
}

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

#hd_contArea{
	margin-right: 0%;
}

#hd_contArea h1{
	font-size: 11px;
	color: #FFF;
	text-align: right;
	margin-bottom: 0;
	font-weight: normal;
}

#hd_contBox{
	display: flex;
	color: #E4D1A5;
}

#hd_telBox{margin: 0;}

#hd_telBox p{
	font-size: 12px;
}

#hd_tel{
	font-size: 35px;
	display: flex;
	align-items: center;
	line-height: 0;
	margin-right: 20px;
}

#hd_tel i{margin: 6px 5px 0 0;}

#hd_mail{margin-right: 10px;}

#hd_mail a{
	width: 100%;
	height: 45px;
	font-size: 17px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #907B4A;
	color: #FFF;
	margin-top: 12px;
	padding: 0 8px;
	box-sizing: border-box;
}

#hd_mail a:hover,
#hd_line a:hover,
#hd_insta a:hover{
	background: #76653C;
}

#hd_mail i{
	font-size: 23px;
	margin: 0px 5px 0 0;
}

#hd_line{margin-right: 10px;}

#hd_line p.line_icon img,
#hd_insta p.insta_icon img{
	width: 28px;
	height: auto;
	margin-right: 5px;
}

#hd_line a,
#hd_insta a{
	width: 100%;
	height: 45px;
	font-size: 17px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #907B4A;/*background: #06C755;*/
	color: #FFF;
	margin-top: 12px;
	padding: 0 8px;
	box-sizing: border-box;
}

#open{
	font-size: 12px;
	color: #E4D1A5;
	margin-top: 3px;
}

/* ---- pc 1250px ---------- */
@media only screen and (max-width:1250px){
#hd_logo{width: 300px;}

#hd_AreaIn{
	width: 95%;
	height: 150px;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
}

/* ---- tablet ------------- */
@media only screen and (max-width:1024px){
#hd_logo{width: 220px;}
}

/* ---- 950px -------------- */
@media only screen and (max-width:950px){
#hd_Area{
	width: 100%;
	height: 60px;
	background: #32241B;
	position: fixed;
	top:0;
	display: flex;
	align-items: center;
	justify-content: space-between;
	z-index: 1000;
}

#hd_logo{
	width: 200px;
	margin-left: 3%;
}

#hd_contArea{
	display: none;
	margin-right: 2%;
}
}

/*-------------------------------------------------------------------
　SP hamburger navi  950pxから表示
-------------------------------------------------------------------*/
#nav-toggle {
	position: fixed;
	top: 0px;
	right: 0px;
	width: 80px;
	height: 80px;
	cursor: pointer;
	display: none;
	z-index: 1000;
}

#nav-toggle > div {
	position: relative;
	width: 36px;
}

#nav-toggle span {
	width: 100%;
	height: 3px;
	left: 20px;
	display: block;
	background: #FFF;
	position: absolute;
	transition: transform 0.6s ease-in-out, top 0.5s ease;
}

#nav-toggle span:nth-child(1) {top: 25px;}
#nav-toggle span:nth-child(2) {top: 37px;}
#nav-toggle span:nth-child(3) {top: 49px;}

#nav-toggle:hover span:nth-child(1) {top: 25px;}
#nav-toggle:hover span:nth-child(3) {top: 49px;}

.open #nav-toggle span {background: #fff;}

.open #nav-toggle span:nth-child(1) {
	top: 35px;
	transform: rotate(45deg);
}

.open #nav-toggle span:nth-child(2) {
	top: 35px;
	width: 0;
	left: 50%;
}

.open #nav-toggle span:nth-child(3) {
	top: 35px;
	transform: rotate(-45deg);
}

/*----- z-index -----*/
#container {
	z-index: 900;
}

#gloval-nav {
	font-size: 25px;
	background: #000;
	color: #775600;
	position: fixed;
	top: 0;
	left: 0;
	right: 0px;
	bottom: 0;
	z-index: 990;
	text-align: center;
	display: flex;
	visibility: hidden;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	opacity: 0;
	transition: opacity 0.6s ease, visibility 0.6s ease;
	overflow-y: auto;
}

#gloval-nav span{
	display: block;
	font-size: 14px;
	margin-top: -5px;
}

#gloval-nav a {
	display: block;
	color: #fff;
	text-decoration: none;
	padding: 5px 0;
	transition: color 0.6s ease;
}

#gloval-nav a:hover {
	color: #666;
}

#gloval-nav ul {
	list-style: none;
}

#gloval-nav ul li {
	opacity: 0;
	/*- transform: translateX(200px); -*/
	/*- transition: transform 0.6s ease, opacity 0.2s ease; -*/
}

/*- #gloval-nav ul li:nth-child(2) {transition-delay: 0.15s;} -*/
/*- #gloval-nav ul li:nth-child(3) {transition-delay: 0.3s;} -*/
/*- #gloval-nav ul li:nth-child(4) {transition-delay: 0.45s;} -*/
/*- #gloval-nav ul li:nth-child(5) {transition-delay: 0.6s;} -*/
/*- #gloval-nav ul li:nth-child(6) {transition-delay: 0.75s;} -*/
/*- #gloval-nav ul li:nth-child(7) {transition-delay: 0.9s;} -*/

/*----- open -----*/
.open {
	overflow: hidden;/*スクロールバーを非表示にする */
}

.open #gloval-nav {
	visibility: visible;
	opacity: 1;
}

.open #gloval-nav li {
	opacity: 1;
	transform: translateX(0);
	transition: transform 1s ease, opacity 0.9s ease;
}

/* ---- tablet ------------- */
@media only screen and (max-width:950px){
#nav-toggle {
	width: 60px;
	height: 60px;
	display: block;
}

#nav-toggle span {left: 13px;}
#nav-toggle span:nth-child(1) {top: 18px;}
#nav-toggle span:nth-child(2) {top: 30px;}
#nav-toggle span:nth-child(3) {top: 42px;}

#nav-toggle:hover span:nth-child(1) {top: 18px;}
#nav-toggle:hover span:nth-child(3) {top: 42px;}

.open #nav-toggle span {background: #fff;}
.open #nav-toggle span:nth-child(1) {top: 28px;}
.open #nav-toggle span:nth-child(2) {top: 28px;}
.open #nav-toggle span:nth-child(3) {top: 28px;}

#gloval-nav {
	display: block;
	padding: 100px 0 100px 0;
}
}

/* ---- sp 767-------------- */
@media only screen and (max-width:767px){
#gloval-nav {
	font-size: 18px;
	display: block;
	padding: 100px 0 100px 0;
}

#gloval-nav span{
	font-size: 12px;
	margin-top: -5px;
}
}

/*-------------------------------------------------------------------
　PC gloval-nav
-------------------------------------------------------------------*/
#g_navi{
	width: 100%;
	background: #EFEADC;
	padding: 15px 0;
}

#g_navi ul{
	width: 95%;
	display: flex;
	justify-content: center;
	list-style-type: none;
	margin: 0 auto;
}

#g_navi ul li{
	text-align: center;
	border-right: 1px dashed #D6BB7C;
	padding: 0 15px;/*padding: 0 40px*/
}

#g_navi ul li:last-of-type{
	border-right: 0px dashed #D6BB7C;
}

#g_navi ul li a{
	display: block;
	color: #775600;
	font-weight: bold;
}

#g_navi ul li a span{
	display: block;
	font-size: 12px;
	line-height: 1.2;
}

#g_navi ul li a:hover{
	color: #AB7C00;
}

/*-- navi fixed --------*/
.clone-nav {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
  transition: .3s;
  transform: translateY(-100%);
}

.is-show {
  transform: translateY(0);
}

/* ---- pc 1250px ---------- */
@media only screen and (max-width:1250px){
#g_navi ul{
	width: 100%;
}

#g_navi ul li{
	font-size: 16px;
	padding: 0 10px;
}
}

/* ---- tablet ------------- */
@media only screen and (max-width:1024px){
#g_navi ul li a{
	font-size: 14px;
}
}

/* ---- 950px -------------- */
@media only screen and (max-width:950px){
#g_navi{display:none;}
}


/*-------------------------------------------------------------------
　footer map
-------------------------------------------------------------------*/
#accmap{
	position: relative;
	width: 100%;
	height: auto;
	padding-top: 25%;
}

#accmap iframe{
	position: absolute;
	top:0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* ---- pc 1200px ---------- */
@media only screen and (max-width:1200px){
#accmap{padding-top: 35%;}
}

/* ---- sp 767 ------------- */
@media only screen and (max-width:767px){
#accmap{padding-top: 80%;}
}

/* ---- sp 480 ------------- */
@media only screen and (max-width:480px){
#accmap{padding-top: 100%;}
}


/*-------------------------------------------------------------------
　footer
-------------------------------------------------------------------*/
#footer_logo{
	width: 420px;
	margin: 70px auto 0;
}

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

#footer_contents{
	width: 1200px;
	margin: 35px auto;
	display: flex;
	justify-content: space-between;
	align-items:flex-end;
	border:0px solid #EEE;
}

#ft_add{
	width: 30%;
	font-size: 15px;
	line-height: 1.3;
}

#ft_add p.addtx{
	margin-bottom: 10px;
}

#ft_tel_area{
	width: 35%;
	color: #907B4A;
}

#ft_telTx{
	font-size: 14px;
	text-align: center;
	margin-bottom: -5px;
}

#ft_tel{
	font-size: 35px;
	display: flex;
	align-items: center;
	justify-content: center;
	line-height: 0;
	margin-right: 20px;
}

#ft_tel i{margin: 6px 5px 0 0;}
#ft_tel a{color: #907B4A;}

#ft_snsBox{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 5px;
}

#ft_mail{margin-right: 10px;}
#ft_line{margin-right: 10px;}

#ft_mail i{
	font-size: 18px;
	margin: 0px 7px 0 0;
}

#ft_mail a{
	width: 100%;
	font-size: 16px;
	color: #FFF;
	background: #907B4A;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto 0;
	padding: 2px 10px;
	box-sizing: border-box;
}

#ft_line a,
#ft_insta a{
	width: 100%;
	font-size: 16px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #907B4A;
	color: #FFF;
	padding: 2px 10px;
	box-sizing: border-box;
}

.ft_line_icon img,
.ft_insta_icon img{
	width: 20px;
	height: auto;
	vertical-align: middle;
	margin-right: 5px;
}

#ft_mail a:hover,
#ft_line a:hover,
#ft_insta a:hover{
	background: #76653C;
}

/*----- 診療テーブル -------*/
#ft_hours_area{
	width: 32%;
	font-size: 15px;
	line-height: 1.5;
	color: #000;
}

#timeTb_Wrap_pc{
	width: 100%;
	font-size: 14px;
	margin-bottom: 5px;
}

#timeTb_Wrap_pc table{
	width: 100%;
	color: #ED7A86;
	border-collapse: collapse;
	margin: 0 auto;
	border: 1px solid #CB7453;
}

#timeTb_Wrap_pc th {
	padding: 5px;
	background: #CB7453;
	color: #fff;
	text-align: center;
	border-width: 0px 0px 0px 0px;
	border-color: #FBE3E6;
	border-style: solid;
}

#timeTb_Wrap_pc td {
	color: #CB7453;
	padding: 5px 10px;
	background: #FFF;
	text-align: center;
	border-width: 0px 0px 0px 0px;
	border-color: #CB7453;
	border-style: solid;
}

#copy{
	width: 100%;
	font-size: 12px;
	background: #32241B;
	padding: 25px 0;
	text-align: center;
	color: #FFF;
}

/* ---- pc 1200px ---------- */
@media only screen and (max-width:1200px){
#footer_contents{
	width: 100%;
	margin: 35px auto;
	flex-direction: column;
}

#ft_add{
	width: 100%;
	font-size: 14px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}

#ft_tel_area{
	width: 100%;
	margin-top: 15px;
}

#ft_hours_area{
	width: 400px;
	font-size: 14px;
	margin: 25px auto 0;
}
}

/* ---- sp 767 ------------- */
@media only screen and (max-width:767px){
#footer_logo{
	width: 340px;
	margin: 70px auto 0;
}

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

#ft_mail{
	width: 100%;
	margin: 10px auto 0;
}

#ft_mail a{
	width: 100%;
	height: 50px;
	font-size: 18px;
}

#ft_snsBox{display: none;}

#ft_hours_area{
	width: 400px;
	margin: 25px auto 0;
}

#copy{
	margin-bottom: 55px;
}
}

/* ---- sp 400 ------------- */
@media only screen and (max-width:400px){
#footer_logo{
	width: 90%;
	margin: 50px auto 0;
}

#footer_contents{
	width: 90%;
	margin: 30px auto;
}

#ft_hours_area{
	width: 100%;
	margin: 25px auto 0;
}

#timeTb_Wrap_pc td {
	color: #CB7453;
	padding: 5px 2px;
	background: #FFF;
	text-align: center;
	border-width: 0px 0px 0px 0px;
	border-color: #CB7453;
	border-style: solid;
}

#copy{
	font-size: 10px;
}
}

/*-------------------------------------------------------------------
　floating
-------------------------------------------------------------------*/
.floatingWrap{
	display: none;
}

/* ---- sp 767 ------------- */
@media only screen and (max-width:767px){
.floatingWrap{
	width: 100%;
	position: fixed;
	bottom: 0;
	z-index: 99999;
	display: block;
}

.floatingIn{
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.floatingMenu{
	width: 25%;/*width: 33.33%; 3列/width: 49%; 2列*/
	text-align: center;
	height: 55px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #FFF;
}

.floatingMenu a{
	color: #FFF;
	text-decoration: none;
}

.floatingMenu img{
	width: 22px;
	height: auto;
	margin-right: 5px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.ftm01,.ftm03{background:#7C5B0E;}
.ftm02,.ftm04{background:#B7A053;}
/*.ftm03{background:#06C755;ライン}*/
}

/* ---- sp 480 ------------- */
@media only screen and (max-width:480px){
.floatingMenu{
	width: 33.33%;/*width: 33.33%; 3列/width: 49%; 2列*/
	text-align: center;
	height: 55px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #FFF;
	flex-direction: column;
	font-size: 15px;
}

.floatingMenu img{
	width: 18px;
	margin-right: 0;
}
}

/*-------------------------------------------------------------------
　tel link 
-------------------------------------------------------------------*/
[href^="tel"] {
    text-decoration: none;
    color: #333;
    cursor: default;
    pointer-events: none;
}

@media screen and (max-width: 768px) {
    [href^="tel"] {
        pointer-events: auto;
    }
}


/*----------------------------------------------------
	page top icon
----------------------------------------------------*/
#page-top {
	position: fixed;
	bottom: 80px;
	right: 15px;
	z-index:100;
}

#page-top a {
	width: 51px;
	height: 62px;
	display: block;
}


#page-top a:hover {
	filter:alpha(opacity=70);
    -moz-opacity: 0.8;
    opacity: 0.8;
}


/* ===== sp 767px ========= */
@media only screen and (max-width:767px){
#page-top,
#page-top a {
	display:none;
}
}