@charset "utf-8";
/**
/* CSS RESET START
----------------------------------------------- */
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%;vertical-align: baseline;box-sizing: border-box;-webkit-box-sizing: border-box;}
article, aside, details, figcaption, figure,footer, header, hgroup, menu, nav, section {display: block;}
html{overflow-y: scroll;}
blockquote, q {quotes: none;}
blockquote:before, blockquote:after,q:before, q:after {content: '';content: none;}
input, textarea{margin: 0;padding: 0;outline: none;}
ol, ul{list-style:none;}
table{border-collapse: collapse; border-spacing:0;width:100%;}
caption, th{text-align: left;}
img {vertical-align: middle;max-width:100%;height: auto;}
.clearfix {min-height: 1px;}
.clearfix:after {content: "."; display: block;clear: both;height: 0;visibility: hidden;}
.both{clear:both;}
/**
/* CSS START
----------------------------------------------- */
html,body {
	font-family: 'Noto Sans JP', sans-serif;
	color: #333333;
	width: 100%;
	margin: 0;
	padding: 0;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.6;
	letter-spacing: 0.01em;
}
@media only screen and (max-width: 767px) {
	html,body {
		font-size: 3.8vw;
	}
}
#Wrapper{
	width: 100%;
	display: flex;
	flex-direction: column;
	min-height: 100vh;
	overflow: hidden;
}
*, *:before, *:after{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}
a{
	text-decoration: none;
	-webkit-transition: 0.8s;
	-moz-transition: 0.8s;
	-o-transition: 0.8s;
	-ms-transition: 0.8s;
	transition: 0.8s;
	color: #404040;
}
br.pc_br,
.pc_img,
.pc,
br.tb_br,
.tab{
	display: none;
}
@media only screen and (min-width: 768px){
	br.sp_br,
	.sp_img,
	.sp{
		display: none;
	}
	.pc_img{
		display: inline-block;
	}
	br.pc_br,
	.pc{
		display: block;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1024px){
	br.tb_br,
	.tab{
		display: block;
	}
}
/**
/* flex CSS
----------------------------------------------- */
.flex{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.flex_row{
	webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}
.flex_between{
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.flex_column{
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
		flex-direction: column;
}
.flex_center{
	-webkit-justify-content: center;
	justify-content: center;
}
.flex_wrap{
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	flex-wrap: wrap;
}
/**
/* ヘッダー CSS
----------------------------------------------- */
.global-header{
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 999;
}
.global-header .header-top{
	align-items: center;
}
.global-header .header-logo{
	width: 27.625rem;
}
.global-header .header-logo a{
	display: block;
}
.global-header .contact-btn li{
	width: 14.3125rem;
}
@media only screen and (max-width: 1024px) {
	.global-header .contact-btn{
		display: none;
	}
}
@media only screen and (max-width: 767px) {
	.global-header .header-top{
		-webkit-justify-content: left;
		justify-content: left;
		padding: 0.675rem 0 0 1rem;
	}
	.global-header .header-logo{
		width: 14.25rem;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1024px){
	.global-header .header-top{
		-webkit-justify-content: left;
		justify-content: left;
		padding: 1.25rem 0 0 0;
	}
	.global-header .header-logo{
		width: 14.0625rem;
	}
}
/**
/* Common CSS
----------------------------------------------- */
section{
	position: relative;
}
.inner{
	width: 90%;
	max-width: 1050px;
	margin: 0 auto;
}
.center{
	text-align: center;
}
.alignleft {
	display: inline;
	float: left;
}
.alignright{
	display: inline;
	float: right;
}
.aligncenter{
	display: block;
	margin-right: auto;
	margin-left: auto;
}
@media only screen and (max-width: 767px) {
	.inner{
		width: 100%;
		padding: 0 1.875rem;
	}
}
.footer__wrapper {
	display: flex;
	align-items: center;
}

.footer__logo img {
	width: 100%;
	max-width: 100%;
	height: auto;
}

.footer__logo.img01 {
	max-width: 55px;
}

.footer__logo.img02 {
	max-width: 55px;
}

.footer__logo.img03 {
	max-width: 55px;
}

.footer__clinic {
	font-size: 30px;
	line-height: 1;
	font-weight: 500;
	font-family: kozuka-gothic-pr6n, sans-serif;
	font-style: normal;
	color: #020335;
	margin-left: 10px;
}

@media screen and (max-width: 767px) {
	.footer__clinic {
	    font-size: 19px;
	}
	.footer__wrapper {
	    justify-content: center;
	}
	.footer__logo.img02 {
	    max-width: 37px;
	}
	.footer__logo.img03 {
	    max-width: 48px;
	}
}
.ftr-01__wrapper {
	background-color: #fff;
}

.ftr-01__block-01 {
	padding: 16px;
	background-color: #EFF8FE;
}

.ftr-01__img-01 {
	width: 300px;
	max-width: 100%;
	margin-right: auto;
	margin-left: auto;
}

.ftr-01__tr {
	display: flex;
	padding: 10px 0;
	font-weight: bold;
}

.ftr-01__tr-02 {
	border-bottom: 1px solid #666;
}

.ftr-01__tr-01 {
	background-color: #dcc89e52;
}

.ftr-01__block-02 {
	padding: 40px 16px;
}

.ftr-01__address {
	text-align: center;
	font-size: 14px;
	letter-spacing: 0.06em;
	margin-top: 4px;
	margin-bottom: 4px;
}

.ftr-01__tel {
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 32px;
	font-weight: bold;
	letter-spacing: 0;
	color: #CCAF71;
	margin-bottom: 16px;
}

.ftr-01__tel:link,
.ftr-01__tel:visited {
	color: #CCAF71;
}

.ftr-01__tel-img {
	width: 32px;
	margin-right: 8px;
}

.ftr-01__th-01 {}

.ftr-01__th-01 {
	font-size: 12px;
	width: 90px;
	letter-spacing: 0;
	text-align: center;
	line-height: 1;
	display: flex;
	align-items: center;
	justify-content: center;
}

.ftr-01__th-02 {
	font-size: 12px;
	width: 90px;
	text-align: center;
	letter-spacing: 0;
	line-height: 1;
	display: flex;
	align-items: center;
	justify-content: center;
}

.ftr-01__th-small {
	display: block;
	font-size: 0.8em;
	margin-top: 4px;
}

.ftr-01__td-01 {
	width: calc((100% - 90px) / 7);
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 12px;
}

.ftr-01__td-02 {
	width: calc((100% - 90px) / 7);
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 12px;
}

.ftr-01__time-area {
	font-size: 14px;
	text-align: left;
	line-height: 1.6;
	margin-bottom: 16px;
	letter-spacing: 0;
}

.ftr-01__time-02 {
	display: block;
}

.ftr-01__table-area {
	margin-bottom: 8px;
}

.ftr-01__map {
	width: 100%;
	height: 250px;
}

.ftr-01__block-02-inner {
	width: 600px;
	max-width: 100%;
	margin-right: auto;
	margin-left: auto;
}

.ftr-01__end {
	padding: 40px 0 100px;
	font-size: 16px;
	text-align: center;
	color: #fff;
	letter-spacing: 0;
	background-color: #999;
}

.ftr-01__block-02-type-02 {
	background-color: #EFF8FE;
}

.ftr-01__sat {
	color: #3f8bd7;
}

.ftr-01__sun {
	color: #cf1c24;
}

.ftr-01__holiday {
	font-weight: normal;
}

@media screen and (min-width: 768px) {
	.ftr-01__block-02-inner {
	    width: 1200px;
	}
	.ftr-01__flex-area {
	    display: flex;
	    justify-content: space-between;
	    flex-direction: row-reverse;
	}
	.ftr-01__item-01 {
	    width: 50%;
	    padding-left: 20px;
	}
	.ftr-01__map {
	    width: calc(50% - 20px);
	    height: auto;
	}
	.ftr-01__address {
	    text-align: left;
	}
	.ftr-01__tel {
	    justify-content: flex-start;
	}
	.ftr-01__time-area {
	    margin-bottom: 0;
	}
	.ftr-01__block-02-type-02 .ftr-01__flex-area {
	    flex-direction: row;
	}
	.ftr-01__block-02-type-02 .ftr-01__item-01 {
	    padding-left: 0;
	    padding-right: 20px;
	}
	.ftr-01__img-01 {
	    width: 384px;
	}
	.ftr-01__block-01 {
	    padding: 32px 0;
	}
	.ftr-01__logo {
	    display: block;
	    margin-left: 0;
	    margin-right: auto;
	}
	.ftr-01__block-02-type-02 .ftr-01__logo {
	    width: 80%;
	}
	.ftr-01__block-02-type-03 .ftr-01__logo {
	    width: 90%;
	}
}
@media screen and (min-width: 1024px) {
	.ftr-01__item-01 {
	    padding-right: 30px;
	}
	.ftr-01__map {
	    width: calc(50% - 30px);
	}
	.ftr-01__tel {
	    font-size: 38px;
	}
	.ftr-01__th-01 {
	    width: 120px;
	}
	.ftr-01__th-02 {
	    width: 120px;
	}
	.ftr-01__td-01 {
	    width: calc((100% - 120px) / 7);
	}
	.ftr-01__td-02 {
	    width: calc((100% - 120px) / 7);
	}
}
