html {
	font-family: sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}

body {
	margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

progress {
	vertical-align: baseline;
}

template,
[hidden] {
	display: none;
}

a {
	background-color: transparent;
	-webkit-text-decoration-skip: objects;
}

a:active,
a:hover {
	outline-width: 0;
}

abbr[title] {
	text-decoration: underline;
	text-decoration: underline dotted;
	border-bottom: none;
	-webkit-text-decoration: underline dotted;
}

b,
strong {
	font-weight: inherit;
}

b,
strong {
	font-weight: bolder;
}

dfn {
	font-style: italic;
}

h1 {
	font-size: 2em;
	margin: .67em 0;
}

mark {
	color: #000;
	background-color: #ff0;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -.25em;
}

sup {
	top: -.5em;
}

img {
	border-style: none;
}

svg:not(:root) {
	overflow: hidden;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

figure {
	margin: 1em 40px;
}

hr {
	overflow: visible;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	height: 0;
}

button,
input,
select,
textarea {
	font: inherit;
	margin: 0;
}

optgroup {
	font-weight: bold;
}

button,
input {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html [type='button'],
[type='reset'],
[type='submit'] {
	-webkit-appearance: button;
}

button::-moz-focus-inner,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
	padding: 0;
	border-style: none;
}

button:-moz-focusring,
[type='button']:-moz-focusring,
[type='reset']:-moz-focusring,
[type='submit']:-moz-focusring {
	outline: 1px dotted ButtonText;
}

fieldset {
	margin: 0 2px;
	padding: .35em .625em .75em;
	border: 1px solid #c0c0c0;
}

legend {
	display: table;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	max-width: 100%;
	padding: 0;
	white-space: normal;
	color: inherit;
}

textarea {
	overflow: auto;
}

[type='checkbox'],
[type='radio'] {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
}

[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
	height: auto;
}

[type='search'] {
	outline-offset: -2px;
	-webkit-appearance: textfield;
}

[type='search']::-webkit-search-cancel-button,
[type='search']::-webkit-search-decoration {
	-webkit-appearance: none;
}

::-webkit-input-placeholder {
	opacity: .54;
	color: inherit;
}

::-webkit-file-upload-button {
	font: inherit;
	-webkit-appearance: button;
}

body {
	letter-spacing: 1px;
	color: #333;
}

body.no-scroll {
	overflow: hidden;
}

img {
	display: block;
	width: 100%;
}

dd {
	margin-left: 0;
}

a:link {
	text-decoration: none;
	color: inherit;
}

a:visited {
	text-decoration: none;
	color: inherit;
}

a:hover {
	text-decoration: none;
	color: inherit;
}

a img {
	border-width: 0;
	border-style: none;
	border-color: #fff;
	background: transparent;
}

#l-header {
	position: fixed;
	z-index: 10;
	width: 100%;
	height: 16.266666666666666vw;
	border-bottom: 4px solid #060;
	background-color: #fff;
}

#l-main {
	padding-top: 16vw;
	padding-bottom: 4.933333333333334vw;
	background-color: #f3ede4;
}

#l-main__body {
	font-size: 3.866666666666667vw;
	line-height: 1.5em;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 93.33333333333333vw;
	margin: auto;
	padding: 0 3.466666666666666vw 10.266666666666667vw;
	background-color: #fff;
}

#l-main__body > h1 {
	font-size: 6.133333333333333vw;
	padding: 4.399999999999999vw 0 4.399999999999999vw;
	border-bottom: 2px dotted #060;
}

#l-main__body > h2 {
	font-size: 5vw;
	line-height: 1.33em;
}

#l-main__body > h3 {
	font-size: 4.399999999999999vw;
	font-weight: normal;
	line-height: 1.36em;
}

#l-main__body > h3:before {
	font-size: 5.600000000000001vw;
}

#l-main__body__faq {
	padding: 1em;
	border: dashed 2px #060;
}

#l-footer {
	letter-spacing: 0;
	color: #fff;
	background-color: #060;
}

.menu-trigger,
.menu-trigger span {
	display: inline-block;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .4s;
	transition: all .4s;
}

.menu-trigger {
	position: relative;
	width: 7.81vw;
	height: 5.63vw;
	cursor: pointer;
}

.menu-trigger span {
	position: absolute;
	left: 0;
	width: 100%;
	height: 4px;
	background-color: #060;
}

.menu-trigger span:nth-of-type(1) {
	top: 0;
}

.menu-trigger span:nth-of-type(2) {
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.menu-trigger span:nth-of-type(3) {
	bottom: 0;
}

.menu-trigger span:nth-of-type(4) {
	font-size: 3.13vw;
	top: 6.25vw;
	left: 50%;
	width: auto;
	height: auto;
	margin: auto;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	white-space: nowrap;
	color: #060;
	background-color: transparent;
}

.menu-trigger.active span:nth-of-type(1) {
	top: 2.1875vw;
	-webkit-transform: translateY(0) rotate(-45deg);
	transform: translateY(0) rotate(-45deg);
}

.menu-trigger.active span:nth-of-type(2) {
	opacity: 0;
}

.menu-trigger.active span:nth-of-type(3) {
	top: 2.1875vw;
	-webkit-transform: translateY(0) rotate(45deg);
	transform: translateY(0) rotate(45deg);
}

.global_nav {
	position: fixed;
	z-index: 100;
	top: 16vw;
	right: 0;
	bottom: 0;
	overflow: auto;
	height: 100%;
	-webkit-transition: all .4s;
	transition: all .4s;
	-webkit-transform: translateX(100%);
	transform: translateX(100%);
	opacity: 0;
	background-color: #f3ede4;
}

.global_nav.active {
	-webkit-transform: translateX(0);
	transform: translateX(0);
	opacity: 1;
}

.global_nav a,
.global_nav a:visited,
.global_nav a:hover {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	height: 100%;
	padding: 4vw;
	text-decoration: none;
	color: #333;
}

.global_nav ul {
	width: 50vw;
	margin: 0;
	padding: 0;
	list-style: none;
}

.global_nav li {
	font-size: 4vw;
	line-height: 2em;
	border-bottom: 1px solid #d2cdc5;
}

.breadcrumbs {
	font-size: 3.333333333333333vw;
	width: 93.33333333333333vw;
	margin: 0 auto;
	padding: 4.266666666666667vw 0 0;
}

.breadcrumbs span:before {
	content: ' > ';
}

.breadcrumbs span:first-child:before {
	content: '';
}

.gc-wrap {
	width: 100%;
	height: 360px;
}

.g-calendar {
	position: relative;
	overflow: hidden;
	height: 0;
	padding-bottom: 100%;
}

.g-calendar iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.btn-normal {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	text-decoration: inherit;
	color: #fff;
	border: solid 4px #fff;
	background-color: #060;
}

.access_map {
	width: 85.33vw;
	height: 85.33vw;
	border: 0;
}

.pricing_table {
	font-weight: normal;
	line-height: 1.5;
	width: 100%;
	margin: auto;
	border-spacing: 0;
	border-collapse: collapse;
}

.pricing_table th,
.pricing_table td {
	font-size: 2.666666666666667vw;
	font-weight: 400;
	width: 30%;
	padding: 1em 0;
	text-align: center;
}

.pricing_table th {
	color: #fff;
	background-color: #060;
}

.pricing_table tr {
	background-image: url('/images/outside_insurance/line_dashed.png');
	background-repeat: repeat-x;
	background-position: left bottom;
	background-size: 8px 1px;
}

.pricing_table tr:first-child {
	background-image: none;
}

.pricing_table tr:last-child {
	border-bottom: solid 1px #060;
	background: none;
}

.licon__light:before {
	display: inline-block;
	width: 1em;
	height: 1em;
	margin-right: .5em;
	content: '';
	vertical-align: middle;
	background-image: url('/images/outside_insurance/ico_light_bulb.png');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: auto 100%;
}

.licon__plus:before {
	display: inline-block;
	width: 2.266666666666667vw;
	height: 1em;
	margin-right: .5em;
	content: '';
	vertical-align: middle;
	background-image: url('/images/outside_insurance/ico_plus.png');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100%;
}

.top_title {
	color: #fff;
}

.top_title__messeage {
	font-size: 3.47vw;
	line-height: 1.52em;
	padding: 5.97vw 6.39vw;
	background-color: #060;
}

.main_menu {
	width: 94.13333333333334vw;
	margin: 2.133333333333333vw auto;
	border: .4vw solid #060;
	background-color: #fff;
}

.main_menu a,
.main_menu a:visited {
	font-size: 6vw;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	height: 100%;
	padding: 6.133333333333333vw 5.733333333333333vw 2.266666666666667vw;
	cursor: pointer;
	text-decoration: none;
	color: inherit;
}

.main_menu__title--reservation {
	display: flex;
	flex-direction: row;
	align-items: center;
	font-size: 6vw;
	line-height: 1rem;
}

.main_menu.main_menu--point a,
.main_menu.main_menu--reservation a {
	padding: 0;
}

.main_menu__title {
	margin-bottom: 4.666666666666667vw;
	color: #060;
}

.main_menu__icon {
	position: relative;
	top: .8vw;
	display: inline-block;
	width: 7.466666666666668vw;
	margin-right: 3.333333333333333vw;
	vertical-align: top;
}

.main_menu__icon--reservation {
	width: 7.466666666666668vw;
	margin-right: 1rem;
}

.main_menu__body {
	font-size: 3.333333333333333vw;
}

.main_menu--point,
.main_menu--reservation {
	font-weight: bold;
	margin-bottom: 3.733333333333334vw;
	border: .8vw solid #060;
	height: 146px;
}
.main_menu--reservation {
	font-weight: bold;
	margin-bottom: 3.733333333333334vw;
	background-color: #060;
	color: #fff;
	height: 146px;
}

.main_menu__title--point,
.main_menu__title--reservation {
	display: flex;
	flex-direction: row;
	justify-content: center;
	height: 100%;
}

.main_menu__title--reservation {
	color: #fff;
	line-height: 1.8rem;
}

.main_menu__title--reservation .second_line {
	font-size: 3vw;
	line-height: 1em;
}

.doctor_section {
	margin-bottom: 7.733333333333333vw;
	padding: 3.6vw 2vw;
	background-color: #fff;
}

.doctor_section__title {
	font-size: 4.399999999999999vw;
	margin-bottom: 3.466666666666666vw;
	color: #060;
}

.doctor_section__abstract {
	line-height: 1.5em;
	margin-bottom: 20px;
}

.doctor_section__doctore {
	width: 66.66666666666666vw;
	margin: 0 3.066666666666666vw;
	vertical-align: top;
}

.doctor_section__doctore a {
	white-space: nowrap;
	text-decoration: none;
	color: inherit;
}

.doctor_section__name {
	font-size: 3.866666666666667vw;
	margin-top: 0;
}

.doctor_section__certified {
	font-size: 14px;
	margin: 0;
}

.doctor_section__table {
	font-weight: normal;
	width: 80%;
	margin: auto;
	border-spacing: 0;
	border-collapse: collapse;
}

.doctor_section__table th,
.doctor_section__table td {
	font-size: 1rem;
	font-weight: 400;
	padding: .3em;
	text-align: center;
}

.doctor_section__table td:nth-child(1) {
	width: 20%;
}

.doctor_section__table td {
	width: 40%;
}

.doctor_section__table th {
	color: #fff;
	background-color: #060;
}

.doctor_section__table tr:nth-child(2n+1) {
	background-color: #ccc;
}

.banner_block {
	width: 91.86666666666666vw;
	margin: 0 auto;
	padding: 0;
	list-style: none;
}

.banner_block li {
	margin-bottom: 2vw;
}

.banner_block li:last-child {
	margin-bottom: 6.666666666666667vw;
}

.news {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 91.86666666666666vw;
	margin-bottom: 7.733333333333333vw;
	border: .4vw solid #060;
	background-color: #fff;
}

.news__inner {
	overflow: scroll;
	height: 76vw;
	padding: 0 5.466666666666667vw;
	-webkit-overflow-scrolling: touch;
	overflow-scrolling: touch;
}

.news__header {
	font-size: 6vw;
	width: 80.80000000000001vw;
	padding-top: 3.6vw;
	padding-bottom: 3.6vw;
	color: #060;
	border-bottom: 1px solid #060;
}

.news__section {
	padding: 4.533333333333333vw 0;
	border-bottom: 1px dotted #060;
}

.news__section:last-child {
	border-bottom: none;
}

.news__date {
	font-size: 3.333333333333333vw;
}

.news__title {
	font-size: 4.399999999999999vw;
	line-height: 2em;
}

.news__body {
	font-size: 3.333333333333333vw;
	line-height: 1.5em;
}

.news__new_mark {
	font-size: 11px;
	line-height: 100%;
	display: inline-block;
	padding: 1px 4px;
	color: #fff;
	border: 1px solid #f44;
	border-radius: 8px 8px 8px 0;
	background: #f44;
}

.p-medical_list {
	padding: 0;
}

.p-medical_list li {
	font-size: 3.333333333333333vw;
	display: block;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 46%;
	margin: 1.6vw 0;
	padding: 2vw 0 2vw;
	background: #d7fcd7;
}

.p-equipment_list {
	padding: 0;
}

.p-equipment_list dl {
	font-size: 2.666666666666667vw;
	line-height: 1.6em;
	width: 46%;
	margin: 1.6vw 0;
}

.p-equipment_list dt,
.p-equipment_list dd {
	margin: 0;
}

.header__title {
	width: 75%;
	margin: 3.19vw 7.36vw;
	text-align: center;
}

.header__phone {
	position: absolute;
	top: 40px;
	right: 58px;
}

.header__phone dl {
	margin: 0;
}

.header__phone dt {
	font-size: 20px;
	line-height: 1;
}

.header__phone dd {
	font-size: 14px;
}

.header__menu_button {
	position: absolute;
	top: 5.56vw;
	right: 5.28vw;
}

.footer__title {
	font-size: 6vw;
	line-height: 8.266666666666666vw;
	position: relative;
	width: 59.73333333333334vw;
	height: 8.266666666666666vw;
	padding: 8.933333333333334vw 0 0;
}

.footer__telephone {
	font-size: 6vw;
	margin-bottom: 11.066666666666666vw;
	padding-top: 11.066666666666666vw;
}

.footer__medical_time {
	background-color: #060;
}

.footer__medical_time__title {
	font-size: 1.5rem;
	display: block;
	margin: 0;
	letter-spacing: .2rem;
}

.footer__medical_time__table {
	width: 90.53333333333333vw;
	border-collapse: collapse;
}

.footer__medical_time__table,
.footer__medical_time__table td,
.footer__medical_time__table th {
	border-spacing: 0;
	border: none;
}

.footer__medical_time__body {
	background-color: #060;
}

.footer__medical_time__body th,
.footer__medical_time__body td {
	font-size: 4vw;
	padding: 2.666666666666667vw 0;
}

.footer__medical_time__body th {
	font-size: 4vw;
	border-bottom: 3px solid #fff;
}

.footer__medical_time__body th:first-child,
.footer__medical_time__body td:first-child {
	width: 30%;
	padding-left: 4.533333333333333vw;
}

.footer__medical_time__body td:first-child {
	font-size: 2.933333333333333vw;
}

.footer__medical_time__body tr:last-child td {
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
}

.footer__medical_time:after {
	font-size: .8rem;
	display: block;
	margin: .5em 0 1em 1em;
	content: '※ 受付は午前は8:45、午後は14:15から開始します。';
	text-align: left;
	white-space: pre;
}

.footer__accsess {
	font-size: 4vw;
	padding-bottom: 7.066666666666667vw;
	text-align: center;
}

.footer__accsess p {
	display: inline-block;
}

.footer__accsess__button {
	line-height: 10.4vw;
	display: inline-block;
	width: 68.4vw;
	height: 11.466666666666667vw;
	text-align: center;
	border-radius: 15px;
}

.footer__navi {
	background-color: #f3ede4;
}

.footer__navi ul {
	width: 100%;
	margin: 0;
	padding: 0;
}

.footer__navi li {
	font-size: 0;
	position: relative;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 50%;
	margin: 0;
	padding: 4vw 0 4vw 5.333333333333334vw;
	border-top: solid 1px #d2cdc5;
	border-left: solid 1px #d2cdc5;
}

.footer__navi li:before {
	position: absolute;
	top: 4.399999999999999vw;
	right: 5.600000000000001vw;
	display: block;
	width: 2.266666666666667vw;
	height: 3.733333333333334vw;
	content: '';
	background-image: url('../images/ico_arrow_r.png');
	background-repeat: no-repeat;
	background-size: 100%;
}

.footer__navi a {
	width: 100%;
	height: 100%;
}

.footer__navi span {
	font-size: 4.399999999999999vw;
	color: #333;
}

.doctor_profile__h1 {
	font-size: 6.133333333333333vw;
}

.doctor_profile__h2 {
	font-size: 5vw;
}

.doctor_profile__h3 {
	font-size: 4.399999999999999vw;
}

.doctor_profile a {
	color: #000;
}

.doctor_profile dl {
	line-height: 2em;
}

.doctor_profile dd {
	width: 65%;
	margin: 0;
}

.doctor_profile dt {
	width: 35%;
}

.p-outside_insurance__list {
	padding-left: 0;
}

.p-outside_insurance__list li {
	width: 90%;
	margin: 0 auto 20px;
	padding-left: 25px;
	list-style: none;
	background-image: url('/images/outside_insurance/ico_plus.png');
	background-repeat: no-repeat;
	background-position: left 1.35vw;
}

.p-outside_insurance__case {
	width: auto;
}

.p-outside_insurance__case__data {
	width: 100%;
}

.p-outside_insurance__case__image {
	width: 100%;
}

.news_detail {
	font-size: 3.866666666666667vw !important;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 2.666666666666667vw;
}

.news_detail h2 {
	font-size: 5vw;
	font-weight: normal;
	margin: 10px 0 10px 0;
	padding: 5px 10px;
	color: #060;
	border: 1px solid #060;
	border-bottom: 3px solid #060;
	text-shadow: 1px 1px 0 #fff;
}

.news_detail #up_ymd {
	font-size: 16px;
	margin: 5px 10px;
	text-align: right;
}

.news_detail .detailText span {
	font-size: 3.866666666666667vw !important;
	line-height: 1.8em;
}

.news_detail .detailText strong {
	font-size: 3.866666666666667vw !important;
}

.news_detail .detailUpfile {
	margin: 5px 0 35px;
	text-align: center;
}

.news_detail .backORcloseBtn {
	line-height: 1.8em;
	margin-top: 15px;
	text-align: center;
}

.news_detail .backORcloseBtn a {
	font-size: 2.666666666666667vw;
	display: inline-block;
	padding: 4px 15px;
	text-decoration: none;
	color: #060;
	border: 1px solid #060;
	border-radius: 8px;
}

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

.news_detail .pNav {
	font-size: 11px;
}

.u-fc-g {
	color: #060 !important;
}

.u-m-c {
	margin-right: auto !important;
	margin-left: auto !important;
}

.u-mt-5 {
	margin-top: .666666666666667vw !important;
}

.u-mt-10 {
	margin-top: 1.333333333333333vw !important;
}

.u-mt-20 {
	margin-top: 2.666666666666667vw !important;
}

.u-mt-30 {
	margin-top: 4vw !important;
}

.u-mt-40 {
	margin-top: 5.333333333333334vw !important;
}

.u-mt-50 {
	margin-top: 6.666666666666667vw !important;
}

.u-mt-60 {
	margin-top: 8vw !important;
}

.u-mt-70 {
	margin-top: 9.333333333333334vw !important;
}

.u-mt-80 {
	margin-top: 10.666666666666668vw !important;
}

.u-mt-90 {
	margin-top: 12vw !important;
}

.u-mt-100 {
	margin-top: 13.333333333333334vw !important;
}

.u-mb-5 {
	margin-bottom: .666666666666667vw !important;
}

.u-mb-10 {
	margin-bottom: 1.333333333333333vw !important;
}

.u-mb-20 {
	margin-bottom: 2.666666666666667vw !important;
}

.u-mb-30 {
	margin-bottom: 4vw !important;
}

.u-mb-40 {
	margin-bottom: 5.333333333333334vw !important;
}

.u-mb-50 {
	margin-bottom: 6.666666666666667vw !important;
}

.u-mb-60 {
	margin-bottom: 8vw !important;
}

.u-mb-70 {
	margin-bottom: 9.333333333333334vw !important;
}

.u-mb-80 {
	margin-bottom: 10.666666666666668vw !important;
}

.u-mb-90 {
	margin-bottom: 12vw !important;
}

.u-mb-100 {
	margin-bottom: 13.333333333333334vw !important;
}

.u-fw-n {
	font-weight: normal !important;
}

.u-fw-b {
	font-weight: bold !important;
}

.u-td-u {
	text-decoration: underline !important;
}

.u-td-inherit {
	text-decoration: inherit !important;
}

.u-co-inherit {
	color: inherit !important;
}

.u-ws-nw {
	white-space: nowrap;
}

.u-d-tb {
	display: table !important;
}

.u-d-tbc {
	display: table-cell !important;
}

.u-d-b {
	display: block !important;
}

.u-d-ib {
	display: inline-block !important;
}

.u-d-n {
	display: none !important;
}

.u-d-f {
	display: -moz-flex !important;
	display: -ms-flex !important;
	display: -o-flex !important;
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
}

.u-ta-l {
	text-align: left !important;
}

.u-ta-c {
	text-align: center !important;
}

.u-ta-r {
	text-align: right !important;
}

.u-cn:before {
	content: counter(count_val) '. ';
	counter-increment: count_val;
}

.u-cn-r {
	counter-reset: count_val;
}

.u-fxd-r {
	flex-direction: row !important;
	-webkit-box-orient: horizontal !important;
	-webkit-box-direction: normal !important;
	-ms-flex-direction: row !important;
}

.u-fxd-rr {
	flex-direction: row-reverse !important;
	-webkit-box-orient: horizontal !important;
	-webkit-box-direction: reverse !important;
	-ms-flex-direction: row-reverse !important;
}

.u-fxd-c {
	flex-direction: column !important;
	-webkit-box-orient: vertical !important;
	-webkit-box-direction: normal !important;
	-ms-flex-direction: column !important;
}

.u-fxw-n {
	-ms-flex-wrap: nowrap !important;
	flex-wrap: nowrap !important;
}

.u-fxw-w {
	-ms-flex-wrap: wrap !important;
	flex-wrap: wrap !important;
}

.u-fxw-wr {
	-ms-flex-wrap: wrap-reverse !important;
	flex-wrap: wrap-reverse !important;
}

.u-fxj-fs {
	-webkit-box-pack: start !important;
	-ms-flex-pack: start !important;
	justify-content: flex-start !important;
}

.u-fxj-fe {
	-webkit-box-pack: end !important;
	-ms-flex-pack: end !important;
	justify-content: flex-end !important;
}

.u-fxj-c {
	-webkit-box-pack: center !important;
	-ms-flex-pack: center !important;
	justify-content: center !important;
}

.u-fxj-sb {
	-webkit-box-pack: justify !important;
	-ms-flex-pack: justify !important;
	justify-content: space-between !important;
}

.u-fxj-sa {
	-ms-flex-pack: distribute !important;
	justify-content: space-around !important;
}

.u-fx-col3::before {
	display: block;
	width: 33.33%;
	content: '';
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
}

.u-fx-col3::after {
	display: block;
	width: 33.33%;
	content: '';
}

.u-fx-col4::before {
	display: block;
	width: 23%;
	content: '';
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
}

.u-fx-col4::after {
	display: block;
	width: 23%;
	content: '';
}

@media screen and (min-width: 767px) {

body {
	min-width: 1100px;
}

#l-header {
	position: relative;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	height: 100px;
	padding-top: 26px;
	border-bottom: none;
}

#l-main {
	padding-top: 0;
	padding-bottom: 38px;
}

#l-main.is_scroll {
	padding-top: 46px;
}

#l-main__body {
	font-size: 16px;
	width: 965px;
}

#l-main__body img {
	max-width: 794px;
	margin: auto;
}

#l-main__body > h1 {
	font-size: 30px;
	line-height: 1em;
	margin: 0 0 40px !important;
	padding: 29px 0 18px;
	border-bottom: 1px solid #060;
}

#l-main__body > h2 {
	font-size: 26px;
	line-height: 1.5em;
	width: 800px;
	margin: 70px auto 0 !important;
}

#l-main__body > h3 {
	font-size: 20px;
	line-height: 1em;
	width: 800px;
	margin: 40px auto 0 !important;
}

#l-main__body > h3:before {
	font-size: 26px;
}

#l-main__body p {
	line-height: 28px;
	width: 700px;
	margin: auto;
	margin-top: 1em;
	margin-bottom: 2em !important;
}

#l-main__body__faq h2,
#l-main__body__faq h3 {
	width: 800px;
	margin: auto;
}

#l-footer {
	position: relative;
	padding: 31px 70px;
}

.global_nav {
	position: relative;
	z-index: 1;
	top: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	height: 46px;
	-webkit-transform: translateX(0);
	transform: translateX(0);
	opacity: 1;
	background-color: #fff;
}

.global_nav.is_scroll {
	position: fixed;
}

.global_nav a,
.global_nav a:visited,
.global_nav a:hover {
	padding: 5px 15px;
	text-decoration: none;
	color: #060;
}

.global_nav ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-direction: row;
	width: 100%;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-ms-flex-pack: distribute;
	justify-content: space-around;
}

.global_nav li {
	font-size: 18px;
	border-bottom: none;
}

.breadcrumbs {
	font-size: 14px;
	width: 965px;
	padding: 15px 0;
}

.gc-wrap {
	width: 640px;
	height: 450px;
}

.g-calendar {
	padding-bottom: 70%;
}

.btn-normal {
	border: 2px solid #fff;
}

.access_map {
	width: 800px;
	height: 314px;
}

.pricing_table th,
.pricing_table td {
	font-size: 20px;
}

.licon__light:before {
	width: 26px;
	height: 46px;
}

.licon__plus:before {
	width: 17px;
	height: 17px;
}

.top_title__messeage {
	font-size: 16px;
	line-height: 42px;
	padding: 8px 0;
}

.main_menu {
	position: relative;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 292px;
	height: 292px;
	flex: 1 1 0;
}

.main_menu_column {
	display: flex;
	flex-direction: column;
	flex: 1 1 0;
	gap: 10px;
}

.main_menu--point,
.main_menu--reservation {
	min-height: 136px;
	margin-left: 0;
	margin-right: 0;
}

.main_menu--point {
	margin-bottom: 0;
}

.main_menu--reservation {
	margin-top: 0;
	border-radius: .5rem;
}

.main_menu_wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-direction: row;
	width: 974px;
	margin: auto;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	gap: 20px;
}

.main_menu a,
.main_menu a:visited {
	font-size: 22px;
	line-height: 1em;
	padding: 124px 27px 0;
	text-decoration: underline #060;
	-webkit-text-decoration: underline #060;
}

.main_menu__title {
	line-height: 1.5em;
	margin-bottom: 20px;
}

.main_menu__icon {
	position: absolute;
	top: 43px;
	left: 50%;
	width: 50px;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

.main_menu__body {
	font-size: 14px;
	line-height: 22px;
}

.main_menu__title--point,
.main_menu__title--reservation {
	display: flex;
	flex-direction: column;
	justify-content: center;
	height: 100%; /* 親の高さを基準に中央寄せ */
}

.main_menu--reservation {
	display: flex;
	flex-direction: column;
	justify-content: center;
	height: 100%; /* 親の高さを基準に中央寄せ */
	background: #060;
	color: #fff;
}

.main_menu__title--reservation {
	display: flex;
	flex-direction: row;
	align-items: center;
	color: #fff;
	font-size: 24px;
	line-height: 1rem;
}

.main_menu__icon--reservation {
	width: 36px;
	height: 55px;
	margin-right: 1rem;
}

.main_menu__title--reservation .second_line {
	font-size: 12px;
}

.main_menu--point a,
.main_menu--reservation a {
	padding-top: 108px;
	text-decoration: none;
}

.doctor_section {
	margin: 0 auto 34px;
	padding: 29px 70px 32px;
}

.doctor_section__title {
	font-size: 25px;
	line-height: 1em;
	margin-bottom: 20px;
}

.doctor_section__doctore {
	width: 225px;
}

.doctor_section__name {
	font-size: 20px;
	margin-bottom: 5px;
	text-decoration: underline;
}

.doctor_section__table {
	display: inline-block;
	width: auto;
}

.banner_block {
	display: inline-block;
	width: 465px;
	margin: 0 30px 0 0;
	vertical-align: top;
}

.banner_block li {
	margin-bottom: 15px;
}

.banner_block li:last-child {
	margin-bottom: 0;
}

.news {
	display: inline-block;
	width: 475px;
	margin-bottom: 0;
}

.news__inner {
	height: 406px;
	padding: 0 20px;
}

.news__header {
	font-size: 22px;
	width: 437px;
	padding: 17px 0;
	border-bottom: 2px solid #060;
}

.news__section {
	padding: 29px 0;
}

.news__date {
	font-size: 14px;
}

.news__title {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 10px;
}

.news__body {
	font-size: 14px;
}

.p-medical_list li {
	font-size: 15px;
	width: 200px;
	margin: 13px 0 0;
	padding: 11px 0;
}

.p-equipment_list dl {
	font-size: 16px;
	width: 280px;
}

.header__title {
	width: 362px;
	height: 55px;
	margin: 0 auto auto 73px;
}

.footer__title {
	font-size: 23px;
	line-height: 1em;
	position: relative;
	display: inline-block;
	width: 200px;
	height: auto;
	padding: 0;
}

.footer__telephone {
	font-size: 23.49px;
	margin-bottom: 24px;
	padding-top: 30px;
}

.footer__medical_time {
	position: absolute;
	top: 17px;
	right: 81px;
	width: 451px;
}

.footer__medical_time__table {
	width: 100%;
}

.footer__medical_time__body th,
.footer__medical_time__body td {
	font-size: 17px;
	padding: 0;
}

.footer__medical_time__body th:first-child,
.footer__medical_time__body td:first-child {
	width: auto;
	padding: 14px 0 17px 20px;
}

.footer__medical_time__body td:first-child {
	font-size: 14px;
}

.footer__accsess {
	font-size: 14px;
	padding-bottom: 0;
	text-align: left;
}

.footer__accsess p {
	line-height: 1.8em;
	margin: 0 0 16px;
}

.footer__accsess__button {
	line-height: 34px;
	display: block;
	width: 237px;
	height: 40px;
}

.footer__navi {
	padding: 18px 70px 18px;
}

.footer__navi li {
	width: auto;
	padding: 0 20px;
	text-align: center;
	white-space: nowrap;
	border-top: none;
}

.footer__navi li:first-child {
	border-left: none;
}

.footer__navi li:last-child {
	width: 320px;
	padding: 0;
	text-align: right;
	white-space: nowrap;
	border-left: none;
}

.footer__navi li:before {
	content: none;
}

.footer__navi span {
	font-size: 14px;
}

.access__detail {
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 839px;
	margin: 25px auto;
	text-align: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.access__detail dd {
	width: 380px;
}

.access__detail dd:nth-child(odd) {
	position: relative;
	margin-right: 40px;
}

.access__detail dd:nth-child(odd):after {
	position: absolute;
	top: 90px;
	right: -30px;
	display: inline-block;
	width: 25px;
	height: 48px;
	content: '';
	background-image: url('/images/pc/access/arrow.png');
}

.doctor_profile__coloum {
	display: inline-block;
	margin-bottom: 100px;
}

.doctor_profile__h1 {
	font-size: 26px;
	line-height: 1.5em;
	margin: 0 !important;
}

.doctor_profile__h2 {
	font-size: 18px;
	line-height: 1.33em;
	margin: 0 !important;
}

.doctor_profile__h3 {
	font-size: 16px;
	line-height: 1.75em;
	margin: 30px 0 0 !important;
}

.doctor_profile__msg {
	font-size: 18px;
	width: auto;
	margin: 0 !important;
}

.doctor_profile dl {
	line-height: 1.5em;
	margin: 0 !important;
}

.doctor_profile dd {
	width: 75%;
}

.doctor_profile dt {
	width: 25%;
}

.doctor_profile img {
	float: left;
	clear: both;
	width: 365px;
	margin-right: 30px !important;
}

.p-outside_insurance__list.reservation {
	width: 80%;           /* 必要に応じて調整 */
	max-width: 600px;     /* 必要に応じて調整 */
	padding-left: 1.5em;  /* デフォルトのulのインデントを調整したい場合 */
}

.p-outside_insurance__list li {
	width: 45%;
	background-position: left 8px;
}

.p-outside_insurance__list.reservation li {
	width: 100%;
	background-position: left 8px;
}

.p-outside_insurance__case {
	width: 800px;
}

.p-outside_insurance__case__data {
	width: 200px;
}

.p-outside_insurance__case__image {
	width: 456px;
}

.u-sp {
	display: none !important;
}

}

@media screen and (max-width: 767px) {

.u-pc {
	display: none !important;
}

}

