@charset "UTF-8";
/*! normalize.css v2.1.2 | MIT License | git.io/normalize */
/* ==========================================================================
		 HTML5 display definitions
	========================================================================== */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
	display: block;
}

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

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

[hidden] {
	display: none;
}

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

body {
	margin: 0;
}

/* ==========================================================================
		 Links
	========================================================================== */
a:focus {
	outline: thin dotted;
}

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

/* ==========================================================================
		 Typography
	========================================================================== */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

hr {
	box-sizing: content-box;
	height: 0;
}

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

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

pre {
	white-space: pre-wrap;
}

q {
	quotes: "\201C" "\201D" "\2018" "\2019";
}

small {
	font-size: 80%;
}

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

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

/* ==========================================================================
		 Embedded content
	========================================================================== */
img {
	border: 0;
}

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

/* ==========================================================================
		 Figures
	========================================================================== */
figure {
	margin: 0;
}

/* ==========================================================================
		 Forms
	========================================================================== */
fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

button,
input,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	margin: 0;
}

button,
input {
	line-height: normal;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

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

input[type="search"] {
	-webkit-appearance: textfield;
	box-sizing: content-box;
}

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

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
	vertical-align: top;
}

/* ==========================================================================
		 Tables
	========================================================================== */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

body, div,
dl, dt, dd, ul, ol, li,
h1, h2, h3, h4, h5, h6,
pre, form, fieldset, input, textarea, p, blockquote,
th, td {
	margin: 0;
	padding: 0;
}

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

fieldset, img {
	border: 0;
}

address, caption, cite, code, dfn, em, strong, th, var, figcaption {
	font-style: normal;
	font-weight: normal;
}

ol, ul {
	list-style: none;
}

caption, th {
	text-align: left;
}

h1, h2, h3, h4, h5, h6, p, ul, li, dl, dt, dd, th, td {
	font-weight: normal;
}

q:before, q:after {
	content: '';
}

abbr, acronym {
	border: 0;
}

hr {
	display: none;
}

img {
	vertical-align: bottom;
	border: none;
}

caption {
	display: none;
}

legend {
	display: none;
}

label {
	cursor: pointer;
}

*, *:before, *:after {
	box-sizing: border-box;
}

html, body {
	width: 100%;
}

html {
	font-size: 62.5%;
}

body {
	font-family: 'Noto Sans JP', YuGothic, 'Yu Gothic', 'メイリオ', Meiryo, 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', sans-serif;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.75;
	color: #212121;
	position: relative;
}

a {
	color: #304483;
	text-decoration: none;
}

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

@media ( min-width: 769px ){
	.sp {
		display: none !important;
	}
}
@media screen and (max-width: 768px){
	.pc {
		display: none !important;
	}
}

/* clearfix */
.cf:before, .cf:after {content:"";display:table;}
.cf:after {clear:both;}
.clr {clear: both;}



.l-header {
	position: fixed;
	top: 0;
	z-index: 9991;
	background: #fff;
	width: 100%;
	/* box-shadow: 0 0 4px #aaa; */
}

.l-header__inner {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
			justify-content: space-between;
	-ms-flex-align: center;
			align-items: center;
	margin: 0 auto;
	height: 95px;
	min-width: 1280px;
	width: 100%;
	max-width: 1400px;
}
@media screen and (max-width: 1280px){
	.l-header__inner {
		padding: 0 40px;
	}
}

.l-header__logo {
	width: 320px;
}

.l-header__logo span {
	display: block;
	overflow: hidden;
	margin-bottom: 8px;
	font-size: 10px;
	font-size: 1rem;
	color: #304382;
	line-height: 1;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.l-header__logo a {
	background: url(../img/logo.png) left top no-repeat;
	background-size: 100% auto;
	display: block;
	height: 33px;
	width: 100%;
}

.l-header__logo a.amashio{
	background: url(../img/amashio_logo2210.png) left top no-repeat;
}
.l-header__logo a.amamine{
	background: url(../img/amamine_logo2210.jpg) left top no-repeat;
}
.l-header__logo a.other-clinic{
	height: 39px;
	background-size: 100% 100%;
}

.l-header__info {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
			justify-content: space-between;
	-ms-flex-align: center;
			align-items: center;
}

.l-header__tel {
	color: #304382;
	font-family: YuMincho, 'Yu Mincho', 'Noto Serif JP', 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'HG明朝E', 'ＭＳ Ｐ明朝', 'ＭＳ 明朝', serif;
	margin: 0 25px 0 auto;
	text-align: center;
}

.l-header__tel__read {
	display: none;
}

.l-header__tel__num {
	font-size: 32px;
	font-size: 3.2rem;
	line-height: 1;
	margin-bottom: 7px;
}

.l-header__tel__num a {
	color: #304382;
	display: inline-block;
	line-height: 1;
	letter-spacing: .04em;
}

.l-header__tel__num:before {
	background: url(../img/icon_phone.png) center center no-repeat;
	background-size: cover;
	content: "";
	display: inline-block;
	height: 26px;
	width: 26px;
	margin: 0 9px 0 0;
}

.l-header__tel__time {
	font-size: 11px;
	font-size: 1.1rem;
	text-indent: -.5em;
	line-height: 1;
}

.l-header__btn__list {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: start;
			justify-content: flex-start;
	-ms-flex-align: center;
			align-items: center;
}

.l-header__btn__item {
	margin-left: 10px;
}

.l-header__btn__item a {
	align-items: center;
	background-color: #caac4a;
	color: #fff;
	display: flex;
	font-family: YuMincho, 'Yu Mincho', 'Noto Serif JP', 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'HG明朝E', 'ＭＳ Ｐ明朝', 'ＭＳ 明朝', serif;
	font-size: 14px;
	font-size: 1.4rem;
	height: 45px;
	line-height: 1;
	justify-content: center;
	text-align: center;
	width: 230px;
}

.l-header__btn__item a span {
	display: inline-block;
	vertical-align: middle;
}

.l-header__btn__item a:before {
	content: "";
	display: inline-block;
	margin: 0 8px 0 0;
	vertical-align: middle;
}

.l-header__btn__item a:hover {
	background-color: #b89d46;
}

.l-header__btn__item a:hover.u-btn__line {
	background-color: #28a234;
}

.l-header__btn__item a.u-btn__line {
	background-color: #00b900;
	font-size: 12px;
}

.l-header__btn__item a.u-btn__line:before {
	background: url(../img/icon_line.png) center center no-repeat;
	background-size: 20px auto;
	height: 20px;
	width: 20px;
}

.l-header__btn__item a.u-btn__reservation:before {
	background: url(../img/icon_reservation.png) center center no-repeat;
	background-size: 15px auto;
	height: 20px;
	width: 15px;
}

.l-header__btn__item a.u-btn__contact:before {
	background: url(../img/icon_mail.png) center center no-repeat;
	background-size: 35px auto;
	height: 45px;
	width: 55px;
}

.l-header__btn__item a.u-btn__contact {
	width: 55px;
}
.l-header__btn__item a.u-btn__contact span {
	display: none;
}

.l-header__btn__menu .l-header__btn__tell {
	display: none;
}

.l-header__icon{
	display: none;
}

.l-nav {
	width: 100%;
	position: relative;
	background-color: #FFF;
	z-index: 9999;
}

.l-nav__line {
	background: #f3e9c8;
	background: linear-gradient(to right, #f3e9c8 0%, #b99e41 100%);
	height: 1px;
	min-width: 1280px;
	width: 100%;
}

.l-nav__list {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
			justify-content: space-between;
	-ms-flex-align: center;
			align-items: center;
	margin: 0 auto;
	min-width: 1280px;
	max-width: 1400px;
	width: 100%;
}

.l-nav__item {
	background: url(../img/navi_line.png) left center no-repeat;
	background-size: 1px auto;
	display: table;
	width: calc(100% / 7);
}

.l-nav__item:last-of-type {
	background-image: url(../img/navi_line.png), url(../img/navi_line.png);
	background-position: left center, right center;
	background-repeat: no-repeat;
	background-size: 1px auto;
}

.l-nav__item > a {
	display: table-cell;
	font-family: YuMincho, 'Yu Mincho', 'Noto Serif JP', 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'HG明朝E', 'ＭＳ Ｐ明朝', 'ＭＳ 明朝', serif;
	color: #304382;
	font-size: 16px;
	font-size: 1.6rem;
	height: 55px;
	line-height: 1;
	text-align: center;
	width: 100%;
	outline: none;
	vertical-align: middle;
}

.l-nav__item > a span {
	font-family: 'Cormorant Garamond', serif;
	color: #acb1c6;
	display: block;
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: 600;
	letter-spacing: .1em;
	margin-top: 5px;
}

.l-nav__item:hover {
	background: #304382;
	background: linear-gradient(to bottom, #304382 0%, #27284f 100%);
}

.l-nav__item:hover > a {
	color: #fff;
}

.l-nav__item:hover > a span {
	color: #fff;
}

.l-nav__fixed {
	display: none;
}

.l-subnav {
	position: absolute;
	top: 151px;
	left: 0;
	right: 0;
	z-index: 1;
	display: none;
	width: 100%;
}

.l-subnav--overlay {
	display: none;
}

.l-subnav__list {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
			justify-content: space-between;
	-ms-flex-align: stretch;
			align-items: stretch;
	background: #fff;
	border-top: .67vw solid #27284f;
	margin: 0 auto;
	min-width: 1278px;
	max-width: 1398px;
}

.l-subnav__item {
	border-right: 1px solid #eaecf2;
	font-family: YuMincho, 'Yu Mincho', 'Noto Serif JP', 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'HG明朝E', 'ＭＳ Ｐ明朝', 'ＭＳ 明朝', serif;
	padding: 25px 20px;
	max-width: 233px;
	width: 100%;
}

.l-subnav__item .u-link--disabled {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
	background: none;
}

.l-subnav__item ul li {
	margin-bottom: .8em;
	line-height: 1;
	padding: 0 10px;
}

.l-subnav__item ul li a {
	color: #212121;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1;
	display: inline-block;
	width: 100%;
	background: url(../img/icon_arrow_right04.png) 99% center no-repeat;
	background-size: 5px;
}

.l-subnav__item ul li a:hover {
	color: #304382;
	background: url(../img/icon_arrow_right01.png) 99% center no-repeat;
	background-size: 5px;
}

.l-subnav__title a {
	border-bottom: 1px solid #eaecf2;
	color: #212121;
	display: block;
	padding: 25px 0;
	margin-bottom: 45px;
	font-size: 24px;
	font-size: 2.4rem;
	line-height: 1;
	text-align: center;
	background: url(../img/icon_arrow_right04.png) 95% center no-repeat;
	background-size: 8px;
}
.l-subnav__title a:hover {
	color: #304382;
	background: url(../img/icon_arrow_right01.png) 95% center no-repeat;
	background-size: 8px;
}

.l-subnav__title a.u-link--disabled {
	background-image: none;
}

.l-subnav__title a span {
	font-size: 16px;
	font-size: 1.6rem;
	display: block;
	margin-top: 5px;
}

.js-navi .u-btn__subnav {
	display: none;
}

.l-footer {
	display: -ms-flexbox;
	display: flex;
	overflow: hidden;
	width: 100%;
	color: #304382;
	background: #fff;
	border-top: 1px solid #304382;
}

.l-footer__inner {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
			align-items: center;
	overflow: hidden;
	width: 100%;
	min-width: 1280px;
	min-height: 120px;
	height: 100%;
	margin: 0 auto;
	padding: 0 40px;
}

.l-footer__logo {
	margin-right: 40px;
	width: 250px;
}

.l-footer__navi li {
	display: inline-block;
	font-size: 0;
	margin-right: 40px;
}

.l-footer__navi li a {
	color: #304382;
	font-size: 12px;
	font-size: 1.2rem;
}

.l-footer__link--sns {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
			align-items: center;
	margin-left: auto;
}

.l-footer__link--sns__item {
	width: 40px;
	margin-right: 10px;
}

.l-footer__link--sns__item:last-child {
	margin-right: 0;
}

.l-footer__copy {
	margin-left: 40px;
	font-size: 12px;
	font-size: 1.2rem;
}

.c-sidebar__title {
	background: #FFF;
    color: #304483;
    border-left: 5px solid #304382;
    border-radius: 3px;
    box-shadow: 0px 1px 2px rgb(0 0 0 / 10%);
    font-size: 16px;
    font-weight: 700;
    height: 50px;
    line-height: 50px;
    margin-bottom: 20px;
    padding-left: 15px;
    width: 100%;
}

.c-sidebar__item ul li img {
	vertical-align: middle;
}

.c-sidebar__item {
	margin-bottom: 40px;
}

.c-sidebar__item ul li {
	margin-bottom: .5em;
}

.c-sidebar__item ul li a {
	display: table;
	color: #212121;
	font-size: 16px;
}

.c-sidebar__item ul li a object {
	display: table-cell;
	height: 100x;
	width: 100px;
}

.sidebar__banner{
	position: sticky;
	top: 180px;
	text-align: center;
}

.sidebar__banner a{
	width: 301px;
	height: 121px;
	margin: 0 auto;
	display: block;
}

.sidebar__banner a:hover{
	opacity: .7;
}

#popup__bg{
  width: 100%;
  height: 100vh;
  height: 100dvh;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #0008;
  cursor: pointer;
  display: none;
  z-index: 99998;
}

#popup__banner{
	width: 100%;
	max-width: 586px;
	height: 100%;
	max-height: 586px;
	position: fixed;
	top: 50%;
	left: 50%;
	background-color: #FFF;
	transform: translate(-50%,-50%);
	z-index: 99999;
}
@media screen and (max-width: 1366px){
	#popup__banner{
		max-width: 400px;
		max-height: 400px;
	}
}
@media screen and (max-width: 480px){
	#popup__banner{
		max-width: 300px;
		max-height: 300px;
	}
}

#popup__bg .popup__img{
	width: 100%;
	height: 100%;
	outline: 5px solid #FFF;
	object-fit: cover;
	vertical-align: bottom;
}

#popup__bg .popup__btn{
	width: 50px;
	height: 50px;
	position: absolute;
	bottom: 100%;
	right: -5px;
	background-color: #FFF;
	display: block;
}

#popup__bg .popup__close{
	width: 60%;
	height: 4px;
	position: absolute;
	top: 50%;
	left: 50%;
	background-color: #caac4a;
	transition: 1s;
}

#popup__bg .popup__close.close01{
	transform: translate(-50%,-50%) rotate(45deg)
}

#popup__bg .popup__close.close02{
	transform: translate(-50%,-50%) rotate(-45deg)
}


.l-main {
	min-width: 1280px;
	width: 100%;
}

.u-btn__type01 {
	margin: 50px auto 100px;
	width: 250px;
}

.u-btn__type01 a {
	background: #fff;
	border: 1px solid #304483;
	border-radius: 5px;
	color: #304483;
	display: block;
	font-family: YuMincho, 'Yu Mincho', 'Noto Serif JP', 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'HG明朝E', 'ＭＳ Ｐ明朝', 'ＭＳ 明朝', serif;
	font-size: 16px;
	font-size: 1.6rem;
	height: 50px;
	line-height: 50px;
	position: relative;
	text-align: center;
	width: 100%;
}

.u-btn__type01 a:after {
	background: url(../img/icon_arrow_right01.png) center center no-repeat;
	background-size: cover;
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	right: 20px;
	transform: translateY(-50%);
	height: 18px;
	width: 7px;
}

.u-btn__type01 a:hover {
	background: #304483;
	color: #fff;
}

.u-btn__type01 a:hover:after {
	background: url(../img/icon_arrow_right02.png) center center no-repeat;
	background-size: cover;
}

.u-btn__type02 {
	margin: 0 7.5px 15px;
	width: 390px;
}

.u-btn__type02 a {
	background-color: #fff;
	border: 1px solid #eaecf2;
	border-radius: 5px;
	color: #212121;
	display: block;
	font-family: YuMincho, 'Yu Mincho', 'Noto Serif JP', 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'HG明朝E', 'ＭＳ Ｐ明朝', 'ＭＳ 明朝', serif;
	font-size: 20px;
	font-size: 2rem;
	height: 75px;
	line-height: 75px;
	position: relative;
	padding-left: 30px;
	width: 100%;
}

.u-btn__type02 a:after {
	background: url(../img/icon_arrow_right01.png) center center no-repeat;
	background-size: cover;
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	right: 20px;
	transform: translateY(-50%);
	height: 18px;
	width: 7px;
}

.u-btn__type02 a:hover {
	background-color: #eaecf2;
}

.u-btn__type03 {
	margin: 0 0 15px;
	width: 285px;
}

.u-btn__type03 a {
	background-color: #fff;
	border: 1px solid #eaecf2;
	border-radius: 5px;
	color: #212121;
	display: block;
	font-family: YuMincho, 'Yu Mincho', 'Noto Serif JP', 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'HG明朝E', 'ＭＳ Ｐ明朝', 'ＭＳ 明朝', serif;
	font-size: 18px;
	font-size: 1.8rem;
	position: relative;
	padding: 10px 30px;
	width: 100%;
	height: 100%;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
			align-items: center;
}

.u-btn__type03 a:after {
	background: url(../img/icon_arrow_right01.png) center center no-repeat;
	background-size: contain;
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	right: 20px;
	transform: translateY(-50%);
	height: 18px;
	width: 7px;
}

.u-btn__type03 a:hover {
	background-color: #eaecf2;
}

.u-btn__type03 a.u-link--disabled:after {
	display: none;
}
.u-btn__type02 a.u-link--disabled:after {
	display: none;
}

.u-btn__contact a {
	font-family: YuMincho, 'Yu Mincho', 'Noto Serif JP', 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'HG明朝E', 'ＭＳ Ｐ明朝', 'ＭＳ 明朝', serif;
}

.u-btn__menu {
	display: none;
}

.u-btn__more {
	display: none;
}

.c-input--text, .c-input--date, .c-input--textarea {
	background: transparent;
	border: none;
	outline: none;
	box-shadow: none;
	-webkit-appearance: none;
		 -moz-appearance: none;
					appearance: none;
	border-radius: 0;
	max-width: 100%;
	padding: 5px 20px;
	font-family: 'Noto Sans JP', YuGothic, 'Yu Gothic', 'メイリオ', Meiryo, 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', sans-serif;
	font-size: 16px;
	font-size: 1.6rem;
	vertical-align: middle;
	background-color: #fff;
	border: 1px solid #f1efea;
	border-radius: 0;
}

.c-input--text:focus, .c-input--date:focus, .c-input--textarea:focus {
	box-shadow: 0 0 1px 0 #afafaf;
}

.c-input--text::-webkit-input-placeholder, .c-input--date::-webkit-input-placeholder, .c-input--textarea::-webkit-input-placeholder {
	color: #acb1c6;
}

.c-input--text::-moz-placeholder, .c-input--date::-moz-placeholder, .c-input--textarea::-moz-placeholder {
	color: #acb1c6;
}

.c-input--text:-ms-input-placeholder, .c-input--date:-ms-input-placeholder, .c-input--textarea:-ms-input-placeholder {
	color: #acb1c6;
}

.c-input--text::-ms-input-placeholder, .c-input--date::-ms-input-placeholder, .c-input--textarea::-ms-input-placeholder {
	color: #acb1c6;
}

.c-input--text:-ms-input-placeholder, .c-input--date:-ms-input-placeholder, .c-input--textarea:-ms-input-placeholder {
	color: #acb1c6;
}

.c-input--text::placeholder, .c-input--date::placeholder, .c-input--textarea::placeholder {
	color: #acb1c6;
}

.c-input--text:-ms-input-placeholder, .c-input--date:-ms-input-placeholder, .c-input--textarea:-ms-input-placeholder {
	color: #acb1c6;
}

.c-input--text::-ms-input-placeholder, .c-input--date::-ms-input-placeholder, .c-input--textarea::-ms-input-placeholder {
	color: #acb1c6;
}

.c-input--checkbox, .p-form .wpcf7-list-item input[type="checkbox"], .c-input--radio, .p-form .wpcf7-list-item input[type="radio"] {
	-ms-flex-positive: 0;
			flex-grow: 0;
	-ms-flex-negative: 0;
			flex-shrink: 0;
	width: 15px;
	margin: .45em 6px 0 5px;
	vertical-align: middle;
	background-color: #fff;
	border: 1px solid #f1efea;
}

.c-input--radio, .p-form .wpcf7-list-item input[type="radio"] {
	border-radius: 50%;
}

.c-input--select {
	max-width: 100%;
	padding: 5px 20px;
	font-family: 'Noto Sans JP', YuGothic, 'Yu Gothic', 'メイリオ', Meiryo, 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', sans-serif;
	font-size: 16px;
	font-size: 1.6rem;
	vertical-align: middle;
	background-color: #fff;
	border: 1px solid #f1efea;
	border-radius: 0;
}

.c-input--date {
	position: relative;
	padding-left: 30px;
	background-repeat: no-repeat;
	background-position: 5px 50%;
	background-image: url(../img/icon-calendar.svg);
	background-size: 20px auto;
}

.c-input--date::-webkit-inner-spin-button {
	-webkit-appearance: none;
}

.c-input--date::-webkit-clear-button {
	-webkit-appearance: none;
}

.c-input--date::-webkit-calendar-picker-indicator {
	cursor: pointer;
	position: absolute;
	left: 0;
	top: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	margin: auto;
	color: transparent;
	background: transparent;
}

.c-input--date::-webkit-datetime-edit-year-field, .c-input--date::-webkit-datetime-edit-month-field, .c-input--date::-webkit-datetime-edit-day-field {
	-webkit-appearance: none;
					appearance: none;
}

.c-input--date::-webkit-datetime-edit-year-field:after, .c-input--date::-webkit-datetime-edit-month-field:after, .c-input--date::-webkit-datetime-edit-day-field:after {
	content: '';
}

.c-input--date::-webkit-datetime-edit-year-field:not([aria-valuenow]), .c-input--date::-webkit-datetime-edit-month-field:not([aria-valuenow]), .c-input--date::-webkit-datetime-edit-day-field:not([aria-valuenow]) {
	color: transparent !important;
}

.c-input--textarea {
	width: 100%;
	height: 10em;
}

.c-input--block {
	display: block;
	width: 100%;
}

.c-button--success, .c-button--back {
	background: transparent;
	border: none;
	outline: none;
	box-shadow: none;
	-webkit-appearance: none;
		 -moz-appearance: none;
					appearance: none;
	border-radius: 0;
	position: relative;
	display: block;
	width: 100%;
	max-width: 600px;
	margin: auto;
	padding: 25px 2em;
	font-family: YuMincho, 'Yu Mincho', 'Noto Serif JP', 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'HG明朝E', 'ＭＳ Ｐ明朝', 'ＭＳ 明朝', serif;
	font-size: 24px;
	font-size: 2.4rem;
	line-height: 1.2;
	text-align: center;
	text-decoration: none;
}

.c-button--success {
	color: #fff;
	background-color: #caac4a;
}

.c-button--back {
	color: #212121;
	background-color: #acb1c6;
}

.c-label--optional, .c-label--must {
	display: -ms-inline-flexbox;
	display: inline-flex;
	-ms-flex-align: center;
			align-items: center;
	padding: 2px 10px;
	font-weight: normal;
	font-size: 14px;
	font-size: 1.4rem;
	color: #fff;
	text-align: center;
	line-height: 1.7;
	border-radius: 2px;
}

.c-label--optional {
	background-color: #acb1c6;
}

.c-label--must {
	background-color: #e61d35;
}

.c-label--control, .p-form .wpcf7-list-item label {
	display: -ms-inline-flexbox;
	display: inline-flex;
	-ms-flex-align: start;
			align-items: flex-start;
}

.c-col__multi {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
			justify-content: space-between;
	-ms-flex-align: start;
			align-items: flex-start;
	margin-bottom: .5em;
	width: 100%;
}

.c-col__img {
	min-width: 400px;
	width: 46.5%;
}

.c-col__img .caption {
	font-weight: 700;
	padding: 1em 0;
	text-align: center;
}

.c-section__inner {
	padding: 100px 0 95px;
}

.c-section__inner > *:first-child {
	margin-top: 0;
}

.c-section__inner > *:last-child {
	margin-bottom: 0;
}

.c-section--md {
	width: 960px;
	margin: 0 auto;
}

.c-section--sm {
	width: 690px;
	margin: 0 auto;
}

/* list
----------------------------------------------------------------- */
.c-list--disc {
	margin: 40px 0;
}

.c-list--disc__item,
.c-list--disc > li {
	position: relative;
	padding-left: 2.5em;
}

.c-list--disc__item:before,
.c-list--disc > li:before {
	content: '・';
	position: absolute;
	top: 0;
	left: .8em;
	color: #304483;
}

.c-list--num {
	counter-reset: list;
	margin: 40px 0;
}

.c-list--num__item,
.c-list--num > li {
	position: relative;
	counter-increment: list;
	padding-left: 2.5em;
}

.c-list--num__item:before,
.c-list--num > li:before {
	content: counter(list) ".";
	position: absolute;
	top: 0;
	left: 0;
	width: 2em;
	color: #304483;
	text-align: right;
}

.l-section {
	padding: 150px 0 0;
}

.l-section.p-address {
	padding: 100px 0;
}

.l-section.p-doctor {
	padding: 100px 0;
}

.l-section.p-column {
	padding: 100px 0 0;
}

.l-section__title {
	color: #304483;
	font-family: 'Cormorant Garamond', serif;
	font-size: 40px;
	font-size: 4.0rem;
	font-weight: 600;
	letter-spacing: .1em;
	line-height: 1;
	margin-bottom: 50px;
	text-align: center;
}

h3.l-section__title {
	font-size: 2.5rem;
	margin-bottom: 30px;
}

.p-menu .l-section__title {
	margin-bottom: 100px;
}

.l-section__title span {
	display: block;
	font-family: YuMincho, 'Yu Mincho', 'Noto Serif JP', 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'HG明朝E', 'ＭＳ Ｐ明朝', 'ＭＳ 明朝', serif;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: normal;
	letter-spacing: normal;
	line-height: 1.2;
	margin-top: 10px;
}

.l-section__note p {
	color: #304483;
	font-size: 16px;
	font-size: 1.6rem;
	text-align: center;
	line-height: 1.9375;
}

.l-section__subtitle {
	color: #304382;
	font-family: YuMincho, 'Yu Mincho', 'Noto Serif JP', 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'HG明朝E', 'ＭＳ Ｐ明朝', 'ＭＳ 明朝', serif;
	font-size: 30px;
	font-size: 3rem;
	line-height: 1;
	text-align: center;
	margin-bottom: 100px;
}

.l-section__subtitle--list {
	margin-bottom: 50px;
}

.l-detail .l-section__subtitle {
	font-size: 40px;
	font-size: 4rem;
}

.l-bread {
	margin-top: 151px;
	border-top: 1px solid #eaecf2;
	font-family: YuMincho, 'Yu Mincho', 'Noto Serif JP', 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'HG明朝E', 'ＭＳ Ｐ明朝', 'ＭＳ 明朝', serif;
	padding: 15px 40px;
	min-width: 1280px;
	width: 100%;
}

.l-bread.top {
	border-bottom: 1px solid #eaecf2;
}

.l-bread.bottom {
	border-top: 1px solid #eaecf2;
}

.l-bread__list {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
			align-items: center;
	width: 100%;
	max-width: 1400px;
	margin: 0 auto;
	font-size: 0;
	line-height: 1;
}

.l-bread__item {
	position: relative;
	padding-right: 3.4em;
	font-size: 11px;
	font-size: 1.1rem;
}

.l-bread__item:not(:first-child) {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.l-bread__item:last-child {
	padding-right: 0;
}

.l-bread__item a {
	color: #304382;
}

.l-bread__item a:after {
	content: ">";
	position: absolute;
	top: 0;
	bottom: 0;
	right: 1.2em;
	display: inline-block;
}

.l-page__title {
	background: #f9f9fb;
	border-bottom: 1px solid #eaecf2;
	color: #304483;
	font-family: 'Cormorant Garamond', serif;
	font-size: 40px;
	font-size: 4.0rem;
	font-weight: 600;
	letter-spacing: .1em;
	line-height: 1;
	padding: 72px 0;
	text-align: center;
}

.l-page__title_archive {
	background: #f9f9fb;
	color: #304483;
	font-family: 'Cormorant Garamond', serif;
	font-size: 40px;
	font-size: 4.0rem;
	font-weight: 600;
	letter-spacing: .1em;
	line-height: 1;
	padding: 72px 0;
	text-align: center;
}

.l-page__title span {
	display: block;
	font-family: YuMincho, 'Yu Mincho', 'Noto Serif JP', 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'HG明朝E', 'ＭＳ Ｐ明朝', 'ＭＳ 明朝', serif;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: normal;
	letter-spacing: normal;
	line-height: 1;
	margin-top: 10px;
}

.l-page__hero {
	position: relative;
	min-width: 1280px;
	width: 100%;
}

.l-page__hero__note {
	padding: 0 100px;
	min-width: 1280px;
	width: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.l-page__hero__title {
	color: #304382;
	font-family: YuMincho, 'Yu Mincho', 'Noto Serif JP', 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'HG明朝E', 'ＭＳ Ｐ明朝', 'ＭＳ 明朝', serif;
	font-size: 40px;
	font-size: 4rem;
	line-height: 1.5;
	margin-bottom: 30px;
	letter-spacing: -.04em;
}

.menu .l-page__hero__title {
	width: 600px;
}

.l-page__hero__read {
	font-family: YuMincho, 'Yu Mincho', 'Noto Serif JP', 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'HG明朝E', 'ＭＳ Ｐ明朝', 'ＭＳ 明朝', serif;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.9375;
	width: 480px;
}

.l-page__read {
	font-size: 16px;
	font-size: 1.6rem;
	padding: 72px 0;
	text-align: center;
}

.l-page__contents {
	padding: 100px 0;
}

.l-post__content {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
			justify-content: space-between;
	-ms-flex-align: start;
	margin: 0 auto;
	padding: 100px 0;
	width: 1200px;
}

body.news .l-post__content {
	-ms-flex-pack: center;
			justify-content: center;
}

.l-post__list {
	width: 860px;
}

.l-post__list__title {
	margin: 0 auto 40px;
}

.l-post__list__subtitle {
	border-bottom: 1px solid #304483;
	color: #304483;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 1;
	padding: 0 20px 16px;
}

.l-post__sidebar {
	width: 300px;
}

.c-post__item {
	border-bottom: 1px solid #eaecf2;
	width: 100%;
}

.c-post__item a {
	color: #212121;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
			justify-content: space-between;
	-ms-flex-align: start;
			align-items: flex-start;
	padding: 20px;
}

.c-post__item a:hover {
	background: #f9f9fb;
}

.c-post__item a:hover .c-post__title {
	color: #304382;
}

.c-post__note {
	width: 600px;
}

.c-post__meta {
	padding: 10px 0;
}
.post_mv {
    width: 100%;
    height: 300px;
    object-fit: cover;
}
.c-post__date {
	display: inline-block;
	font-size: 14px;
	font-size: 1.4rem;
	margin-right: 12px;
	vertical-align: middle;
	color: #B1B1B1;
}

.c-post__cat {
	display: -ms-inline-flexbox;
	display: inline-flex;
	-ms-flex-align: center;
			align-items: center;
	height: 18px;
	padding: 1px 10px;
	font-size: 12px;
	font-size: 1.2rem;
	color: #fff;
	line-height: 1;
	text-align: center;
	background: #caac4a;
	border-radius: 9px;
}

.c-post__title {
	font-size: 24px;
	font-size: 2.4rem;
	line-height: 1.5;
}

.c-post__img {
	width: 200px;
}

.c-post__header {
	position: relative;
	margin-bottom: 40px;
}
.c-post__header::before,
.c-post__header::after {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	height: 3px;
}

.c-post__detail {
	width: 870px;
	margin-right: 20px;	
    background-color: #FFF;
    border-radius: 5px;
}

.c-post__area {
	padding: 35px;
}

.c-post__detail__title {
	color: #212121;
	font-size: 32px;
	font-weight: bold;
	line-height: 1.5;
}

body#tinymce {
	padding: 20px !important;
}

.c-post__body > *:first-child {
	margin-top: 0;
}

.c-post__body > *:last-child {
	margin-bottom: 0;
}

.c-post__body .inner {
	padding-bottom: .8em;
}

.c-post__body p {
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.7;
	margin-bottom: 2em;
}

.c-post__body p strong {
	color: #304382;
	font-weight: 700;
}

.l-post__content .c-post__detail .c-post__area h2 {
	padding: 10px 20px;
	font-size: 22px;
	font-weight: bold;
	color: #304483;
	background: #F4F5F9;
	border-bottom: solid 5px #304483;
	margin-bottom: 50px;
}

.l-post__content .c-post__detail .c-post__area h3 {
	font-size: 20px;
	font-weight: bolder;
	padding: 5px 0;
	border-bottom: solid 3px #F4F5F9;
	position: relative;
	margin-bottom: 20px;
}
.l-post__content .c-post__detail .c-post__area h3:after {
	position: absolute;
	content: " ";
	display: block;
	border-bottom: solid 3px #304483;
	bottom: -3px;
	width: 20%;
  }

  .l-post__content .c-post__detail .c-post__area h4 {
	font-size: 18px;
    font-weight: bold;
	line-height: 1.4;
	margin-bottom: 15px;
  }
  
  .l-post__content .c-post__detail .c-post__area h4:before {
	content: '■';
    font-size: 12px;
    color: #304483;
    margin-right: 8px;
  }

  .l-post__content .c-post__detail .c-post__area p .marker_01 {
	background:linear-gradient(transparent 60%, #FFF34B 60%);
	font-weight: bolder;
  }

  .l-post__content .c-post__detail .c-post__area p .marker_02 {
	  color: #304483;
	font-weight: bolder;
  }

  .l-post__content .c-post__detail .c-post__area .author {
	  margin: 50px 0;
	  border: solid 3px #304483;
	  border-radius: 8px;
  }

  .l-post__content .c-post__detail .c-post__area .author_title {
		display: inline-block;
		position: relative;
		top: -14px;
		left: 10px;
		padding: 0 9px;
		margin: 0 7px;
		background: #fff;
		color: #304483;
		font-size: 22px;
		font-weight: bold;
		line-height: 1.4;
  }
	.l-post__content .c-post__detail .c-post__area .back_box {
		padding: 35px 1.5em;
		border: none;
		background-color: #F1F9FF;
  }

  

  .l-post__content .c-post__detail .c-post__area .author_introduction img {
	  border-radius: 2px;
	  vertical-align: middle;
  }

  .l-post__content .c-post__detail .c-post__area .author_introduction .author_name {
	  padding-left: 30px;
	  font-size: 22px;
	  font-weight: bolder;
	  vertical-align: middle;
	  display: inline;
  }

  .l-post__content .c-post__detail .c-post__area .author_introduction .author_name:hover {
	  opacity: 1;
  }

  .l-post__content .c-post__detail .c-post__area .author_introduction p {
	  margin: 25px 0;
  }

  .l-post__content .c-post__detail .c-post__area .author_introduction {
	  padding: 0 1.5em 24px;
  }



  .l-post__content .c-post__detail .c-post__area .author {
	margin: 50px 0;
	border: solid 3px #304483;
	border-radius: 8px;
}

.l-post__content .c-post__detail .c-post__area .author_title {
	  display: inline-block;
	  position: relative;
	  top: -14px;
	  left: 10px;
	  padding: 0 9px;
	  margin: 0 7px;
	  background: #fff;
	  color: #304483;
	  font-size: 22px;
	  font-weight: bold;
	  line-height: 1.4;
}
  .l-post__content .c-post__detail .c-post__area .back_box {
	  padding: 35px 1.5em;
	  border: none;
	  background-color: #F1F9FF;
}







  .l-post__content .c-post__detail .c-post__area table {
	  width: 100%;
	  border-collapse: collapse;
	  text-align: left;
	  margin-bottom: 50px;
  }
  .l-post__content .c-post__detail .c-post__area th, .l-post__content .c-post__detail .c-post__area td {
    padding: 20px 20px;
	border: 1px solid #BEBEBE;
  }
  .l-post__content .c-post__detail .c-post__area th {
	  background-color: #F4F5F9;
	  font-weight: bold;
	  text-align: left;
  }

  .l-post__content .c-post__detail .c-post__area ul {
	  color: #304483;
	  font-weight: bold;
	  border: 2px dashed #304483;
	  padding: 20px 40px;
	  margin-bottom: 50px;
  }

  .l-post__content .c-post__detail .c-post__area ul li {
	font-weight: bold;
	list-style-type: disc;
	line-height: 35px;
  }


  .c-sidebar__item ul li a .new_blog_title {
	display: table-cell;
	vertical-align: middle;
	padding-left: 10px;
}


.l-post__content .c-post__detail .c-post__area .column_btn01 {
	font: normal normal normal 23px/37px Yu Mincho;
	display: block;
	text-align: center;
	padding: 20px;
    margin: 50px auto;
	width: 400px;
	color: white;
    background: #CAAC4A;
    box-shadow: 0px 0px 0px 10px #CAAC4A;
    border: solid 1px white;
}

.l-post__content .c-post__detail .c-post__area a {
	display: block;
	max-width: 100%;
}

.l-post__content .c-post__detail .c-post__area .column_btn02 {
	font: normal normal normal 23px/37px Yu Mincho;
	display: block;
	padding: 20px 0 20px 50px;
    margin: 50px auto;
	width: 420px;
    background: white;
    border: solid 2px #CAAC4A;
	border-right: solid 75px #CAAC4A;
	border-radius: 5px;
	color: #CAAC4A;
	position: relative;
}

.l-post__content .c-post__detail .c-post__area .column_btn02:before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 15px;
	margin: auto;
	
}

.l-post__content .c-post__detail .c-post__area .column_btn02:after {
	background: url(../img/icon_arrow_right02.png) center center no-repeat;
	background-size: cover;
	content: "";
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	right: -40px;
	height: 18px;
	width: 7px;
	margin: auto;
	z-index: 20;
}

.l-post__content .c-post__detail .c-post__area .column_btn03 {
	font: normal normal normal 23px/37px Yu Mincho;
	display: block;
	padding: 20px 0 20px 50px;
    margin: 50px auto;
	width: 420px;
    background: white;
    border: solid 2px #55C120;
	border-right: solid 75px #55C120;
	border-radius: 5px;
	color: #55C120;
	position: relative;
}

.l-post__content .c-post__detail .c-post__area .column_btn03:before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 15px;
	margin: auto;
	
}

.l-post__content .c-post__detail .c-post__area .column_btn03:after {
	background: url(../img/icon_arrow_right02.png) center center no-repeat;
	background-size: cover;
	content: "";
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	right: -40px;
	height: 18px;
	width: 7px;
	margin: auto;
	z-index: 20;
}

.l-post__content .c-post__detail .c-post__area .column_btn04 {
	font: normal normal normal 23px/37px Yu Mincho;
	display: block;
	padding: 20px 0 20px 50px;
    margin: 50px auto;
	width: 420px;
    background: white;
    border: solid 2px #CAAC4A;
	border-radius: 5px;
	color: #CAAC4A;
	position: relative;
}

.l-post__content .c-post__detail .c-post__area .column_btn04:before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 15px;
	margin: auto;
	
}

.l-post__content .c-post__detail .c-post__area .column_btn04:after {
	background: url(../img/icon_arrow_right03.png) center center no-repeat;
	background-size: cover;
	content: "";
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 30px;
	height: 18px;
	width: 7px;
	margin: auto;
	z-index: 20;
}



.blog-card {
	background: #FFF;
	  border:1px solid #304483;
	  word-wrap:break-word;
	  max-width:100%;
	  border-radius:5px;
  }
  .blog-card:hover {
	opacity: 0.7;
  }
  .l-post__content .c-post__detail .c-post__area .blog-card a {
	text-decoration: none;
	display: flex;
	text-decoration: none;
	display: flex;
	align-items: center;
	justify-content: space-between;
  }
  .blog-card-title {
	  color: #212121;
	  display: block;
  }
  .blog-card-thumbnail {
    display: flex;
	width: 200px;
}
  .blog-card-thumbnail img {
	  display: block;
	  padding: 0;
	  -webkit-transition: 0.3s ease-in-out;
	  -moz-transition: 0.3s ease-in-out;
	  -o-transition: 0.3s ease-in-out;
	  transition: 0.3s ease-in-out;
	  width: 100%;
	  height: 200px;
  }
  .blog-card-content {
	  line-height:120%;
	  width: 550px;
  }
  .blog-card-title {
	  padding:10px 10px 10px 0;
	  font-size: 20px;
	font-weight: bold;
	line-height: 1.5em;
  }
  .blog-card-excerpt {
	  color:#858585;
	  font-size: 16px;
	  margin:0 10px 10px;
	  line-height: 1.5em;
  }
  .blog-card .clear {
	clear: both;
  }





  

.c-post__body a {
	color: #304483;
}

.c-post__attention {
	margin: 2em 0 3em;
	padding: 10px 20px;
	background: #f9f9fb;
	border: 1px solid #cbcddb;
}

.c-post__attention__title {
	position: relative;
	color: #304382;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 700;
	margin-bottom: .5em;
	padding: 0 0 0 5.5em;
}
.c-post__attention__title::before {
	content: 'POINT';
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: .4em 0 .4em;
	color: #fff;
	width: 5em;
	height: 1.8em;
	background: #304382;
	position: absolute;
	top: 0;
	left: 0;
}

.c-post__attention p {
	margin: 0;
}

.c-post__navi {
	margin: 75px auto 0;
	padding: 0 0 0 20px;
}

.c-post__navi__inner {
	border-bottom: 1px solid #eaecf2;
	border-top: 1px solid #eaecf2;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
			justify-content: space-between;
	-ms-flex-align: center;
			align-items: center;
	margin-bottom: 20px;
	padding: 10px 0;
	width: 100%;
}

.c-post__navi__prev {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: start;
			justify-content: flex-start;
	-ms-flex-align: stretch;
			align-items: stretch;
	width: 46%;
}

.c-post__navi__next {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: start;
			justify-content: flex-start;
	-ms-flex-align: stretch;
			align-items: stretch;
	width: 46%;
	margin-left: auto;
}

.c-post__navi__title {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
			justify-content: center;
	-ms-flex-align: center;
			align-items: center;
	width: 60px;
}

.c-post__navi__title a {
	color: #304382;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 700;
}

.c-post__navi__prev .c-post__navi__title {
	border-right: 1px solid #eaecf2;
	-ms-flex-order: 1;
			order: 1;
}

.c-post__navi__next .c-post__navi__title {
	border-left: 1px solid #eaecf2;
	-ms-flex-order: 2;
			order: 2;
}

.c-post__navi__link {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
			align-items: center;
	padding: 20px 0;
	width: calc(100% - 60px);
}

.c-post__navi__link a {
	color: #212121;
	font-size: 12px;
	font-size: 1.2rem;
	text-decoration: underline;
}

.c-post__navi__prev .c-post__navi__link {
	padding-left: 20px;
	-ms-flex-order: 2;
			order: 2;
}

.c-post__navi__next .c-post__navi__link {
	padding-right: 20px;
	-ms-flex-order: 1;
			order: 1;
}

.c-post__list__link {
	text-align: center;
}

.c-post__list__link a {
	color: #212121;
	font-size: 14px;
	font-size: 1.4rem;
}

.c-pagination {
	margin: 75px auto 0;
}

.c-pagination__list {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
			justify-content: center;
	-ms-flex-align: center;
			align-items: center;
	width: 100%;
}

.c-pagination__list li {
	border-radius: 5px;
	display: table;
	height: 40px;
	margin: 0 5px;
	width: 40px;
}

.c-pagination__list li a, .c-pagination__list li span {
	background-color: #fff;
	border: 1px solid #eaecf2;
	border-radius: 5px;
	color: #212121;
	display: table-cell;
	font-size: 14px;
	font-size: 1.4rem;
	text-align: center;
	vertical-align: middle;
}

.c-pagination__list li a:hover, .c-pagination__list li span:hover {
	background-color: #eaecf2;
}

.c-pagination__list li.previous a {
	background-image: url(../img/icon_previous.png);
}

.c-pagination__list li.next a {
	background-image: url(../img/icon_next.png);
}

.c-pagination__list li.previous a, .c-pagination__list li.next a {
	text-indent: -9999px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 7px auto;
}

.wp-block-columns {
	margin: 2em 0;
}

.wp-block-column > *:first-child {
	margin-top: 0;
}

.wp-block-column > *:last-child {
	margin-bottom: 0;
}

.wp-block-image {
	margin: 2em 0;
}

.wp-block-image figcaption {
	margin: 0;
	padding: 1em 0;
	font-weight: 700;
	text-align: center;
}

.p-address {
	background: #f4f5f9;
	font-family: YuMincho, 'Yu Mincho', 'Noto Serif JP', 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'HG明朝E', 'ＭＳ Ｐ明朝', 'ＭＳ 明朝', serif;
	min-width: 1280px;
	width: 100%;
}

.p-address__tel {
	background: #fff;
	border: 1px solid #eaecf2;
	border-radius: 5px;
	min-height: 150px;
	margin: 0 auto 30px;
	padding: 20px;
	text-align: center;
	width: 800px;
}

.p-address__read {
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 1;
	margin-bottom: 20px;
}

.p-address__num {
	font-size: 50px;
	font-size: 5rem;
	line-height: 1;
	margin-bottom: 14px;
}

.p-address__num a {
	color: #304382;
	display: inline-block;
	line-height: 1;
	letter-spacing: .04em;
}

.p-address__num:before {
	background: url(../img/icon_phone_sp.png) center center no-repeat;
	background-size: cover;
	content: "";
	display: inline-block;
	height: 40px;
	width: 40px;
	margin: 0 15px 0 0;
}

.p-address__time {
	color: #304382;
	font-size: 16px;
	font-size: 1.6rem;
	text-indent: -.5em;
	letter-spacing: .04em;
	line-height: 1;
}

.p-address__btn__list {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
			justify-content: space-between;
	-ms-flex-align: center;
			align-items: center;
	margin: 0 auto;
	width: 800px;
}

.p-address__btn__item {
	display: table;
	width: 260px;
}

.p-address__btn__item a {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-align: start;
			align-items: flex-start;
	-ms-flex-pack: center;
			justify-content: center;
	width: 100%;
	height: 75px;
	line-height: 1;
	font-family: YuMincho, 'Yu Mincho', 'Noto Serif JP', 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'HG明朝E', 'ＭＳ Ｐ明朝', 'ＭＳ 明朝', serif;
	font-size: 18px;
	font-size: 1.6rem;
	color: #fff;
	text-align: left;
	background-color: #caac4a;
	border-radius: 5px;
	text-align: center;
}

.p-address__btn__item a > * {
	max-width: 100%;
	min-height: 0%;
}

.p-address__btn__item a span {
	display: block;
	font-size: 12px;
	font-size: 1.2rem;
	margin-bottom: 5px;
}

.p-address__btn__item a:before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 15px;
	margin: auto;
}

.p-address__btn__item a:after {
	background: url(../img/icon_arrow_right02.png) center center no-repeat;
	background-size: cover;
	content: "";
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 20px;
	height: 18px;
	width: 7px;
	margin: auto;
}

.p-address__btn__item a:hover {
	background-color: #b89d46;
}

.p-address__btn__item a:hover.u-btn__line {
	background-color: #069d06;
}

.p-address__btn__item a.u-btn__line {
	padding-left: 60px;
	background-color: #00b900;
}

.p-address__btn__item a.u-btn__line:before {
	width: 30px;
	height: 37px;
	background: url(../img/icon_line_sp.png) center center no-repeat;
	background-size: 30px auto;
}

.p-address__btn__item a.u-btn__reservation {
	padding-left: 54px;
}

.p-address__btn__item a.u-btn__reservation:before {
	width: 25px;
	height: 32px;
	background: url(../img/icon_reservation_sp.png) center center no-repeat;
	background-size: 25px auto;
}

.p-address__btn__item a.u-btn__contact {
	padding-left: 60px;
}

.p-address__btn__item a.u-btn__contact:before {
	width: 30px;
	height: 20px;
	background: url(../img/icon_mail_sp.png) center center no-repeat;
	background-size: 30px auto;
}

.p-hero {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	margin-top: 150px;
	width: 100%;
	min-width: 1280px;
	background-repeat: no-repeat;
	background-position: 50% 0;
	background-image: url(../img/home/main_visual_img_pc.jpg);
	background-size: cover;
}

.p-hero__inner {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
			align-items: center;
	width: 960px;
	margin: 0 auto;
	height: 750px;
	min-height: 50vw;
}

.p-hero__text {
	width: 520px;
}

#js-mv__slider{
	width: 100%;
	min-width: 1280px;
	margin-top: 182px;
	margin-bottom: 80px;
	display: none;
}

#js-mv__slider.slick-initialized{
	display: block;
}

#js-mv__slider .js-mv__item{
	width: 55vw;
	height: 30.9375vw !important;
	margin: 0 6px 10px;
	box-shadow: 4px 4px 10px #ccc;
	cursor: pointer;
	opacity: .4;
	transition: .3s;
}

#js-mv__slider .js-mv__item.slick-center{
	opacity: 1;
	pointer-events: all;
}

#js-mv__slider .js-mv__item .js-mv__link{
	width: 100%;
	height: 100%;
	display: block;
	pointer-events: none;
}

#js-mv__slider .js-mv__item.slick-center .js-mv__link{
	pointer-events: all;
}

.js-mv__item img{
	width: 100%;
	height: 100%;
	object-fit: contain;
}

#js-mv__slider .prev-btn,
#js-mv__slider .next-btn{
	width: 60px;
	height: 60px;
	position: absolute;
	top: 15.46875vw;
	background-color: #fff;
	border-radius: 50%;
	box-shadow: 0 6px 15px #00000029;
	cursor: pointer;
	transition: .3s;
	z-index: 10;
	transform: translateY(-50%);
}

#js-mv__slider .prev-btn:hover,
#js-mv__slider .next-btn:hover{
	box-shadow: 0 6px 20px #00000099;
}

#js-mv__slider .prev-btn{
	left: 19.7916vw;
}

#js-mv__slider .prev-btn::before{
	width: 20px;
	height: 20px;
	position: absolute;
	top: 50%;
	left: 40%;
	border-bottom: 3px solid #CAAC4A;
	border-left: 3px solid #CAAC4A;
	content: "";
	transform: translateY(-50%) rotate(45deg);
}

#js-mv__slider .next-btn{
	right: 19.7916vw;
}

#js-mv__slider .next-btn::before{
	width: 20px;
	height: 20px;
	position: absolute;
	top: 50%;
	right: 40%;
	border-top: 3px solid #CAAC4A;
	border-right: 3px solid #CAAC4A;
	content: "";
	transform: translateY(-50%) rotate(45deg);
}

#js-mv__slider .slick-dots{
	width: 440px;
	margin: auto;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-around;
}
#js-mv__slider iframe{
	width: 100%;
	height: 100%;
}
#js-mv__slider .slick-dots::before{
	width: 100%;
	height: 1px;
	position: absolute;
	top: 50%;
	left: 50%;
	background-color: #CAAC4A;
	content: "";
	transform: translate(-50%, -50%);
}

#js-mv__slider .slick-dots li{
	margin: 0;
	position: relative;
}

#js-mv__slider .slick-dots .slider-design{	
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	z-index: -1;
}

#js-mv__slider .slick-dots .slider-design::before,
#js-mv__slider .slick-dots .slider-design:after{
	width: 15px;
	height: 15px;
	position: absolute;
	top: 50%;
	background-size: cover;
	content: "";
	transform: translateY(-50%);
}

#js-mv__slider .slick-dots .slider-design::before{
	left: -10px;
	background-image: url(../img/home/slider-btn-left.png);
}

#js-mv__slider .slick-dots .slider-design:after{
	right: -10px;
	background-image: url(../img/home/slider-btn-right.png);
}

#js-mv__slider .slick-dots li button::before{
	opacity: 1;
	color: transparent;
}

#js-mv__slider .slick-dots .dots-design{
	width: 12px;
	height: 12px;
	position: absolute;
	top: 50%;
	background-color: #CAAC4A;
	border: 1px solid #FFF;
	box-shadow: 0 0 0 3px #caac4a;
	transform: translateY(-50%) rotate(45deg);
	transition: .6s;
	z-index: -1;
}

#js-mv__slider .slick-dots .dots-design-sp{
	display: none;
}

#js-mv__slider .slick-dots li.slick-active button::before{
	opacity: 1;
}

#js-mv__slider .slick-dots li button::after{
	width: 9px;
	height: 5px;
	position: absolute;
	top: 50%;
	left: 50%;
	background-image: url(../img/home/slider-dots.png);
	background-size: cover;
	content: "";
	transform: translate(-50%, -50%);
}

.home .p-concept__img01 {
	margin: 0 auto 65px;
	width: 960px;
}

.home .p-concept__img01 img{
	width: 100%;
}

.home .p-menu__contents {
	background: #f9f9fb;
	padding-bottom: 85px;
}

.home .p-menu__contents.p-other {
	background: #fff;
	padding: 75px 0 0;
}

.home .p-menu__hero {
	position: relative;
	margin-bottom: 50px;
}

.home .p-menu__hero img{
	width: 100%;
}

.home .p-menu__note {
	font-family: YuMincho, 'Yu Mincho', 'Noto Serif JP', 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'HG明朝E', 'ＭＳ Ｐ明朝', 'ＭＳ 明朝', serif;
	position: absolute;
	left: 26%;
	top: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
	font-weight: normal;
}

.home .p-menu__note--read {
	font-size: 1.3333vw;
}

.home .p-menu__note--ja {
	font-size: 2vw;
}

.home .p-menu__title {
	font-size: 4vw;
	line-height: 1em;
	margin-top: 0.5vw;
	/*.p-other & {
				font-size: 3rem;
				line-height: 1em;
			}*/
}

.home .p-menu__list {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: start;
			justify-content: flex-start;
	-ms-flex-align: stretch;
			align-items: stretch;
	margin: 0 auto;
	width: 1215px;
}

.home .p-menu__item {
	background: #fff;
	border: 1px solid #eaecf2;
	border-radius: 5px;
	margin: 0 7.5px 15px;
	width: 390px;
	padding: 105px 30px 30px;
	position: relative;
}

.home .p-menu__item a {
	color: #212121;
	display: block;
	height: 100%;
	width: 100%;
	bottom: 0;
	left: 0;
	top: 0;
	padding: 30px;
	position: absolute;
}

.home .p-menu__item__title {
	font-family: YuMincho, 'Yu Mincho', 'Noto Serif JP', 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'HG明朝E', 'ＭＳ Ｐ明朝', 'ＭＳ 明朝', serif;
	border-bottom: 1px solid #eaecf2;
	line-height: 1;
	padding-bottom: 25px;
	position: relative;
}

.home .p-menu__item__title:after {
	background: url(../img/icon_arrow_right01.png) center center no-repeat;
	background-size: contain;
	content: "";
	display: block;
	position: absolute;
	top: 5px;
	right: 10px;
	height: 26px;
	width: 10px;
}

.home .p-menu__item__title span {
	display: inline-block;
	vertical-align: middle;
	line-height: 1;
}

.home .p-menu__item__title .num {
	font-size: 35px;
	font-size: 3.5rem;
	margin-right: 8px;
}

.home .p-menu__item__title .txt {
	font-size: 27px;
	font-size: 2.7rem;
}

.home .p-menu__item__title .u-btn__popup {
	display: none;
}

.home .p-menu__item__note p {
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 2;
	margin-bottom: 1em;
}

.home .p-menu__item__note p .strong {
	color: #caac4a;
}

.home .p-menu__item:hover {
	background: #eaecf2;
}

.home .p-menu__item:hover .p-menu__item__title {
	border-bottom: 1px solid #fff;
}

.home .p-menu__item.long-type {
	width: 585px;
}

.home .p-menu__btn__list {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: start;
			justify-content: flex-start;
	-ms-flex-align: center;
			align-items: center;
	-ms-flex-wrap: wrap;
			flex-wrap: wrap;
	margin: 0 auto;
	width: 1215px;
}

.home .p-popup__header {
	display: none;
}

.home .p-concept .p-concept__title {
	font-family: YuMincho, 'Yu Mincho', 'Noto Serif JP', 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'HG明朝E', 'ＭＳ Ｐ明朝', 'ＭＳ 明朝', serif;
	font-size: 25px;
	font-size: 2.5rem;
	line-height: 1;
	margin-bottom: 50px;
	text-align: center;
}

.home .p-other .p-menu__title {
	font-family: YuMincho, 'Yu Mincho', 'Noto Serif JP', 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'HG明朝E', 'ＭＳ Ｐ明朝', 'ＭＳ 明朝', serif;
	font-size: 25px;
	font-size: 2.5rem;
	line-height: 1;
	margin-bottom: 75px;
	text-align: center;
}

.new_blog_title {
	font-size: 16px;
	font-weight: bold;
    vertical-align: middle;
}

.home .p-other__hero {
	margin-bottom: 30px;
	position: relative;
}

.home .p-other__hero img {
	border-radius: 5px;
}

.home .p-other__note {
	width: 40%;
	text-align: center;
	font-family: YuMincho, 'Yu Mincho', 'Noto Serif JP', 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'HG明朝E', 'ＭＳ Ｐ明朝', 'ＭＳ 明朝', serif;
	position: absolute;
	left: 8%;
	top: 30%;
}

.home .p-other__title {
	font-size: 40px;
	line-height: 1;
	margin-bottom: 10px;
}

.home .p-other__ja {
	font-size: 20px;
	margin-bottom: 30px;
	line-height: 1;
}

.home .p-other__list {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
			justify-content: space-between;
	-ms-flex-align: stretch;
			align-items: stretch;
	-ms-flex-wrap: wrap;
			flex-wrap: wrap;
	margin: 0 auto 50px;
	width: 1200px;
}

.home .p-other__list iframe {
	width: 48%;
	height: 315px;
	margin: 0 0 30px;
}

.home .p-other__item {
	margin-top: -160px;
	padding-top: 160px;
	margin-bottom: 85px;
	width: 585px;
}

.home .p-other__menu__list {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
			justify-content: space-between;
	-ms-flex-wrap: wrap;
			flex-wrap: wrap;
	-ms-flex-align: stretch;
			align-items: stretch;
}

.home .p-other__machine {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
					justify-content: center;
	-ms-flex-align: stretch;
					align-items: stretch;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 auto;
	width: 1200px;
	padding-bottom: 100px;
}

.home .p-other__machine figure {
	width: 30%;
	padding-bottom: 50px;
	text-align: center;
	margin: 0;
}

.home .p-doctor {
	background: #f4f5f9 url(../img/home/home_sect_bg01_pc.png) right top no-repeat;
	background-size: contain;
}

.home .p-doctor__inner {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
			justify-content: space-between;
	-ms-flex-align: start;
			align-items: flex-start;
	margin: 0 auto 50px;
	width: 960px;
}

.home .p-doctor__img {
	width: 240px;
}

.home .p-doctor__name {
	color: #304382;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.5;
	margin-top: 1em;
}

.home .p-doctor__name span {
	font-size: 20px;
	font-size: 2rem;
}

.home .p-doctor .dr_sns ul {
	text-align: center;
}
.home .p-doctor .dr_sns ul li {
	display: inline-block;
	width: 17%;
	padding: 5% 3%;
}

.home .p-doctor__note {
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 2.15;
	width: 680px;
}

.home .p-column__list {
	border-top: 1px solid #eaecf2;
	margin: 0 auto;
	width: 960px;
}

.home .p-column__item a {
	color: #212121;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: start;
			justify-content: flex-start;
	-ms-flex-align: start;
			align-items: flex-start;
	border-bottom: 1px solid #eaecf2;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.5;
	padding: 20px;
}

.home .p-column__item a:hover {
	background: #eaecf2;
}

.home .p-column__date {
	margin-right: 10px;
}

.home .p-column__cate {
	background: #caac4a;
	border-radius: 9px;
	color: #fff;
	font-size: 12px;
	font-size: 1.2rem;
	height: 18px;
	line-height: 17px;
	white-space: nowrap;
	min-width: 75px;
	text-align: center;
	margin: 2px 20px 0 0;
	padding: 0 10px;
}

.home .js-thumb__slide {
	min-width: 1280px;
	width: 100%;
}

.caution {
	background-color: #ececec;
	padding: 20px;
	font-size: 12px;
	font-size: 1.2rem;
	margin-top: 30px;
}

.clinic .p-concept {
	background: #f9f9fb;
	border-top: 1px solid #eaecf2;
	padding: 0;
}

.clinic .p-concept .l-section__title {
	margin-bottom: 72px;
}

.clinic .p-concept__hero {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	min-width: 1280px;
	height: 40vw;
	min-height: 600px;
	background-repeat: no-repeat;
	background-position: 0 0;
	background-image: url(../img/clinic/concept_img01_pc.jpg);
	background-size: cover;
}

.clinic .p-concept__hero__image {
	display: none;
}

.clinic .p-concept__hero__inner {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
			align-items: center;
	-ms-flex-pack: start;
			justify-content: flex-start;
}

.clinic .p-concept__hero__note {
	margin: 0 0 0 10vw;
}

.clinic .p-concept__hero__title {
	line-height: 1;
	margin-bottom: 30px;
	width: 417px;
}

.clinic .p-concept__hero__read {
	font-family: YuMincho, 'Yu Mincho', 'Noto Serif JP', 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'HG明朝E', 'ＭＳ Ｐ明朝', 'ＭＳ 明朝', serif;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.9375;
	width: 480px;
}

.clinic .p-feature {
	background: #f4f5f9 url(../img/home/home_sect_bg01_pc.png) right top no-repeat;
	background-size: contain;
	padding: 100px 0;
}

.clinic .p-feature__title {
	color: #304382;
	font-family: YuMincho, 'Yu Mincho', 'Noto Serif JP', 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'HG明朝E', 'ＭＳ Ｐ明朝', 'ＭＳ 明朝', serif;
	font-size: 40px;
	font-size: 4rem;
	text-align: center;
	line-height: 1;
	margin: 0 auto 95px;
}

.clinic .p-feature__title .strong {
	font-size: 56px;
	font-size: 5.6rem;
}

.clinic .p-feature__list {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
			justify-content: space-between;
	-ms-flex-align: stretch;
			align-items: stretch;
	margin: 0 auto;
	width: 1200px;
}

.clinic .p-feature__item {
	width: 360px;
}

.clinic .p-feature__img {
	overflow: hidden;
	border-radius: 5px;
}

.clinic .p-feature__num {
	position: relative;
	z-index: 1;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
			align-items: center;
	-ms-flex-pack: center;
			justify-content: center;
	width: 80px;
	height: 80px;
	margin: -60px auto 20px;
	font-family: YuMincho, 'Yu Mincho', 'Noto Serif JP', 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'HG明朝E', 'ＭＳ Ｐ明朝', 'ＭＳ 明朝', serif;
	font-size: 40px;
	font-size: 4rem;
	color: #fff;
	line-height: 80px;
	text-align: center;
	background: #304382;
	border-radius: 50%;
}

.clinic .p-feature__subtitle {
	color: #304382;
	font-family: YuMincho, 'Yu Mincho', 'Noto Serif JP', 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'HG明朝E', 'ＭＳ Ｐ明朝', 'ＭＳ 明朝', serif;
	font-size: 30px;
	font-size: 3rem;
	line-height: 1.3;
	text-align: center;
	position: relative;
	padding-bottom: 15px;
	margin-bottom: 15px;
}

.clinic .p-feature__subtitle:after {
	background: #304382;
	content: "";
	display: block;
	height: 1px;
	width: 1em;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
}

.clinic .p-feature__read {
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 2;
	padding: 0 20px;
	width: 100%;
}

.clinic .p-gallery {
	background: #fff;
	padding: 100px 0;
}

.clinic .p-gallery .js-slider {
	margin: 0 auto;
	width: 1000px;
}

.clinic .p-gallery .p-slider__cap {
	font-size: 18px;
	font-size: 1.8rem;
	padding: 18px 20px;
	text-align: center;
}

.clinic .p-gallery .slick-prev, .clinic .p-gallery .slick-next {
	background: #eaecf2;
	height: 60px;
	width: 60px;
	transform: translate(0, calc(-50% - 60px));
}

.clinic .p-gallery .slick-prev:hover, .clinic .p-gallery .slick-next:hover {
	background: #304382;
}

.clinic .p-gallery .slick-prev:hover:before, .clinic .p-gallery .slick-next:hover:before {
	color: #fff;
}

.clinic .p-gallery .slick-prev:before, .clinic .p-gallery .slick-next:before {
	color: #304382;
	font-family: inherit;
	font-size: 22px;
	font-size: 2.2rem;
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.clinic .p-gallery .slick-prev {
	left: -100px;
}

.clinic .p-gallery .slick-next {
	right: -100px;
}

.clinic .p-clinic {
	padding: 100px 0;
}

.clinic .p-clinic__info {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
			justify-content: space-between;
	-ms-flex-align: start;
			align-items: flex-start;
	margin: 0 auto;
	width: 1000px;
}

.clinic .p-clinic__logo {
	width: 250px;
}

.clinic .p-clinic__note {
	border-top: 1px solid #eaecf2;
	width: 700px;
}

.clinic .p-clinic__note tr {
	border-bottom: 1px solid #eaecf2;
}

.clinic .p-clinic__note th, .clinic .p-clinic__note td {
	padding: 20px;
	vertical-align: top;
}

.clinic .p-clinic__note th {
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 700;
	white-space: nowrap;
}

.clinic .p-clinic__note td {
	font-size: 14px;
	font-size: 1.4rem;
}

.clinic .p-clinic__note td .small {
	font-size: 12px;
	font-size: 1.2rem;
}

.clinic .p-clinic__note a {
	color: #212121;
}

.clinic .p-access {
	background: #fff;
	padding: 100px 0;
}

.clinic .p-access__map {
	margin: 0 auto 50px;
	height: 500px;
	width: 1200px;
	position: relative;
	overflow: hidden;
}

.clinic .p-access__map iframe {
	position: absolute;
	bottom: 0;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
}

.clinic .p-access__info {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
			justify-content: space-between;
	-ms-flex-align: start;
			align-items: flex-start;
	margin: 0 auto;
	width: 1200px;
}

.clinic .p-access__address {
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 1.8;
	width: 400px;
}

.clinic .p-access__address .google-map {
	margin-top: 5px;
}

.clinic .p-access__address .google-map a {
	border-bottom: 1px solid #304382;
	color: #304382;
	display: inline-block;
	font-size: 14px;
	font-size: 1.4rem;
}

.clinic .p-access__address .google-map a:after {
	background: url(../img/clinic/icon_external_link.png);
	background-size: contain;
	content: "";
	display: inline-block;
	height: 11px;
	margin-left: 8px;
	width: 16.5px;
}

.clinic .p-access__item {
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 2;
	width: 400px;
}

.menu .l-page__navi {
	margin: 0 auto;
	padding: 100px 0;
	width: 1200px;
}

.menu .l-page__navi__read {
	color: #304382;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.9375;
	text-align: center;
	margin-bottom: 50px;
}

.menu .l-page__navi__item {
	border-bottom: 1px solid #eaecf2;
	border-left: 1px solid #eaecf2;
	border-top: 1px solid #eaecf2;
	font-family: YuMincho, 'Yu Mincho', 'Noto Serif JP', 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'HG明朝E', 'ＭＳ Ｐ明朝', 'ＭＳ 明朝', serif;
	text-align: center;
}

.menu .l-page__navi__item a {
	color: #212121;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
			flex-wrap: wrap;
	-ms-flex-align: center;
			align-items: center;
	-ms-flex-pack: center;
			justify-content: center;
	-ms-flex-direction: column;
	flex-direction: column;
	position: relative;
	height: 100%;
}

.menu .l-page__navi__item a:hover {
	background: #eaecf2;
}

.menu .l-page__navi__item a:hover:after {
	background: url(../img/icon_arrow_bottom01.png) center center no-repeat;
	background-size: cover;
	content: "";
	display: block;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
}

.menu .l-page__navi__main {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
			justify-content: center;
	-ms-flex-align: center;
			align-items: center;
	margin: 0 auto 10px;
	width: 100%;
}

.menu .l-page__navi__main .l-page__navi__item {
	font-size: 40px;
	font-size: 4rem;
	line-height: 1;
	height: 150px;
	width: 50%;
}

.menu .l-page__navi__main .l-page__navi__item a:hover:after {
	bottom: 12px;
	height: 10px;
	width: 26px;
}

.menu .l-page__navi__main .l-page__navi__item.left {
	border-radius: 5px 0 0 5px;
}

.menu .l-page__navi__main .l-page__navi__item.right {
	border-right: 1px solid #eaecf2;
	border-radius: 0 5px 5px 0;
}

.menu .l-page__navi__main .l-page__navi__item span {
	display: block;
	font-size: 20px;
	font-size: 2rem;
	margin-top: 10px;
}

.menu .l-page__navi__sub {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
			justify-content: center;
	-ms-flex-align: center;
			align-items: center;
	margin: 0 auto 10px;
	width: 100%;
}

.menu .l-page__navi__sub .l-page__navi__item {
	font-size: 30px;
	font-size: 3rem;
	line-height: 1;
	height: 110px;
	width: 25%;
}

.menu .l-page__navi__sub .l-page__navi__item a:hover:after {
	bottom: 10px;
	height: 7px;
	width: 18px;
}

.menu .l-page__navi__sub .l-page__navi__item.left {
	border-radius: 5px 0 0 5px;
}

.menu .l-page__navi__sub .l-page__navi__item.right {
	border-right: 1px solid #eaecf2;
	border-radius: 0 5px 5px 0;
}

.menu .l-page__navi__sub .l-page__navi__item span {
	display: block;
	font-size: 15px;
	font-size: 1.5rem;
	margin-top: 5px;
}

.menu .p-menu__contents {
	padding: 40px 0;
}

.menu .p-menu__contents.p-other {
	background: #fff;
	padding: 75px 0 0;
}

.menu .p-menu__hero {
	position: relative;
	margin: 0 auto 60px;
	width: 1200px;
	height: 300px;
}

.menu .p-menu__hero__picture {
	position: absolute;
}

.menu .p-menu__hero__picture img{
	width: 100%;
}

.menu .p-menu__note {
	font-family: YuMincho, 'Yu Mincho', 'Noto Serif JP', 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'HG明朝E', 'ＭＳ Ｐ明朝', 'ＭＳ 明朝', serif;
	text-align: center;
	font-weight: normal;
	width: 550px;
	position: relative;
	height: 100%;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
			align-items: center;
	padding: 30px;
}

.menu .p-menu__note__box {
	width: 100%;
}

.menu .p-menu__note--read {
	font-family: 'Noto Sans JP', YuGothic, 'Yu Gothic', 'メイリオ', Meiryo, 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', sans-serif;
	font-size: 12px;
	font-size: 1.2rem;
}

.menu .p-menu__note--ja {
	font-size: 20px;
	margin-bottom: 10px;
}

.menu .p-menu__title {
	font-size: 40px;
	line-height: 1;
}

.menu .p-menu__list {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: start;
			justify-content: flex-start;
	-ms-flex-align: stretch;
			align-items: stretch;
	margin: 0 auto;
	width: 1215px;
}

.menu .p-menu__item {
	background: #fff;
	border: 1px solid #eaecf2;
	border-radius: 5px;
	margin: 0 7.5px 15px;
	width: 390px;
	padding: 105px 30px 30px;
	position: relative;
}

.menu .p-menu__item a {
	color: #212121;
	display: block;
	height: 100%;
	width: 100%;
	bottom: 0;
	left: 0;
	top: 0;
	padding: 30px;
	position: absolute;
}

.menu .p-menu__item__title {
	font-family: YuMincho, 'Yu Mincho', 'Noto Serif JP', 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'HG明朝E', 'ＭＳ Ｐ明朝', 'ＭＳ 明朝', serif;
	border-bottom: 1px solid #eaecf2;
	line-height: 1;
	padding-bottom: 25px;
	position: relative;
}

.menu .p-menu__item__title:after {
	background: url(../img/icon_arrow_right01.png) center center no-repeat;
	background-size: contain;
	content: "";
	display: block;
	position: absolute;
	top: 0;
	right: 10px;
	height: 26px;
	width: 10px;
}

.menu .p-menu__item__title span {
	display: inline-block;
	vertical-align: middle;
	line-height: 1;
}

.menu .p-menu__item__title .num {
	font-size: 35px;
	font-size: 3.5rem;
	margin-right: 8px;
}

.menu .p-menu__item__title .txt {
	font-size: 30px;
	font-size: 3rem;
}

.menu .p-menu__item__title .u-btn__popup {
	display: none;
}

.menu .p-menu__item__note p {
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 2;
	margin-bottom: 1em;
}

.menu .p-menu__item__note p .strong {
	color: #caac4a;
}

.menu .p-menu__item:hover {
	background: #eaecf2;
}

.menu .p-menu__item:hover .p-menu__item__title {
	border-bottom: 1px solid #fff;
}

.menu .p-menu__item.long-type {
	width: 585px;
}

.menu .p-menu__btn__list,
.p-note-list .p-menu__btn__list {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: start;
			justify-content: flex-start;
	-ms-flex-align: center;
			align-items: center;
	-ms-flex-wrap: wrap;
			flex-wrap: wrap;
	margin: 0 auto;
	width: 1215px;
}

.menu .p-popup__header {
	display: none;
}

.menu .p-other__hero {
	margin-bottom: 30px;
	position: relative;
}

.menu .p-other__hero img {
	border-radius: 5px;
}

.menu .p-other__note {
	width: 40%;
	text-align: center;
	font-family: YuMincho, 'Yu Mincho', 'Noto Serif JP', 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'HG明朝E', 'ＭＳ Ｐ明朝', 'ＭＳ 明朝', serif;
	position: absolute;
	left: 8%;
	top: 30%;
}

.menu .p-other__title {
	font-size: 40px;
	line-height: 1;
	margin-bottom: 10px;
}

.menu .p-other__ja {
	font-size: 20px;
	margin-bottom: 30px;
	line-height: 1;
}

.menu .p-other__list {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
			justify-content: space-between;
	-ms-flex-align: stretch;
			align-items: stretch;
	-ms-flex-wrap: wrap;
			flex-wrap: wrap;
	width: 1200px;
	margin: 0 auto;
}

.menu .p-other__item {
	margin-bottom: 85px;
	width: 585px;
}

.menu .p-other__menu__list {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
			justify-content: space-between;
	-ms-flex-align: stretch;
			align-items: stretch;
	-ms-flex-wrap: wrap;
			flex-wrap: wrap;
}

.l-detail__title {
	background: #f9f9fb;
	border-bottom: 1px solid #eaecf2;
	border-top: 1px solid #eaecf2;
	color: #304483;
	font-family: YuMincho, 'Yu Mincho', 'Noto Serif JP', 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'HG明朝E', 'ＭＳ Ｐ明朝', 'ＭＳ 明朝', serif;
	font-size: 40px;
	font-size: 4.0rem;
	letter-spacing: .1em;
	line-height: 1;
	padding: 72px 0;
	text-align: center;
}

.l-detail__hero {
	padding: 100px 0;
	margin: 0 auto;
	width: 1200px;
}

.l-detail__hero__note {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
			justify-content: space-between;
	-ms-flex-align: start;
			align-items: flex-start;
	padding: 50px 40px;
	width: 100%;
}

.l-detail__hero__title {
	font-family: YuMincho, 'Yu Mincho', 'Noto Serif JP', 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'HG明朝E', 'ＭＳ Ｐ明朝', 'ＭＳ 明朝', serif;
	font-size: 40px;
	font-size: 4rem;
	line-height: 1.5;
	width: 480px;
}

.l-detail__hero__read {
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 2;
	width: 520px;
}

.l-detail__navi {
	padding-bottom: 100px;
}

.l-detail__navi__list {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: start;
			justify-content: flex-start;
	-ms-flex-align: center;
			align-items: center;
	-ms-flex-wrap: wrap;
			flex-wrap: wrap;
	margin: 0 auto;
	width: 1200px;
}

.l-detail__navi__item {
	border-bottom: 1px solid #eaecf2;
	border-left: 1px solid #eaecf2;
	height: 75px;
	width: 400px;
}

.l-detail__navi__item a {
	color: #212121;
	font-family: YuMincho, 'Yu Mincho', 'Noto Serif JP', 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'HG明朝E', 'ＭＳ Ｐ明朝', 'ＭＳ 明朝', serif;
	font-size: 20px;
	font-size: 2rem;
	height: 100%;
	text-align: center;
	vertical-align: middle;
	width: 100%;
	position: relative;
	outline: none;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
			flex-wrap: wrap;
	-ms-flex-align: center;
			align-items: center;
	-ms-flex-pack: center;
			justify-content: center;
	-ms-flex-direction: column;
	flex-direction: column;
}

.l-detail__navi__item a:hover {
	background: #eaecf2;
}

.l-detail__navi__item a:hover:after {
	background: url(../img/icon_arrow_bottom01.png) center center no-repeat;
	background-size: cover;
	content: "";
	display: block;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	height: 6px;
	width: 15.5px;
	bottom: 11px;
}

.l-detail__navi__item:nth-of-type(1) {
	border-top: 1px solid #eaecf2;
	border-radius: 5px 0 0 0;
}

.l-detail__navi__item:nth-of-type(2) {
	border-top: 1px solid #eaecf2;
}

.l-detail__navi__item:nth-of-type(3) {
	border-top: 1px solid #eaecf2;
	border-radius: 0 5px 0 0;
}

.l-detail__navi__item:nth-of-type(4) {
	border-radius: 0 0 0 5px;
}

.l-detail__navi__item:nth-of-type(3n) {
	border-right: 1px solid #eaecf2;
}

.l-detail__navi__item:last-of-type {
	border-radius: 0 0 5px 0;
}

.l-detail__contents {
	padding: 100px 0;
}

.l-detail .p-recommend {
	background: #f9f9fb;
	padding: 100px 0 60px;
}

.l-detail .p-recommend__list {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
			justify-content: space-between;
	-ms-flex-align: center;
			align-items: center;
	-ms-flex-wrap: wrap;
			flex-wrap: wrap;
	margin: 0 auto;
	width: 1200px;
}

.l-detail .p-recommend__item {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
			justify-content: center;
	-ms-flex-align: center;
			align-items: center;
	border-radius: 5px;
	background: #304382 url(../img/list_title_bg01.png) 20px center no-repeat;
	background-size: contain;
	color: #fff;
	font-size: 24px;
	font-size: 2.4rem;
	margin-bottom: 40px;
	height: 100px;
	text-align: center;
	width: 560px;
	line-height: 1.25;
	padding: 0 20px;
}

.l-detail .p-risk__list {
	background: #fff5f5;
	padding: 50px 40px 0;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
			justify-content: space-between;
	-ms-flex-align: stretch;
			align-items: stretch;
	-ms-flex-wrap: wrap;
			flex-wrap: wrap;
	margin: 0 auto;
	width: 1200px;
}

.l-detail .p-risk__item {
	margin-bottom: 60px;
	width: 520px;
}

.l-detail .p-risk__item p {
	border-top: 1px solid #212121;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 2;
	padding-top: 5px;
	width: 100%;
}

.l-detail .p-risk__title {
	background: url(../img/list_title_bg02.png) left center no-repeat;
	background-size: auto 27px;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 700;
	min-height: 27px;
	margin-bottom: 13px;
	padding-left: 40px;
}

.l-detail .p-flow {
	background: #f9f9fb;
	padding: 100px 0;
}

.l-detail .p-flow__list {
	margin: 0 auto;
	width: 1200px;
}

.l-detail .p-flow__item {
	background: #fff;
	border-radius: 5px;
	box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1);
	margin-bottom: 25px;
}

.l-detail .p-flow__item:last-of-type {
	margin-bottom: 0;
}

.l-detail .p-flow__title {
	background: #fff;
	border-left: 5px solid #304382;
	border-radius: 5px;
	font-size: 30px;
	font-size: 3rem;
	line-height: 1;
	padding: 35px 40px;
	width: 100%;
	position: relative;
	cursor: pointer;
}

.l-detail .p-flow__title:after {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	display: block;
	height: 30px;
	width: 30px;
	position: absolute;
	right: 40px;
	top: 50%;
	transform: translateY(-50%);
}

.l-detail .p-flow__title.open:after {
	background-image: url(../img/icon_flow_open.png);
}

.l-detail .p-flow__title.close {
	background: #304382;
	border-radius: 5px 5px 0 0;
	color: #fff;
}

.l-detail .p-flow__title.close:after {
	background-image: url(../img/icon_flow_close.png);
}

.l-detail .p-step__list {
	display: none;
	padding: 0 40px;
}

.l-detail .p-step__item {
	border-bottom: 1px solid #eaecf2;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: start;
			justify-content: flex-start;
	-ms-flex-align: start;
			align-items: flex-start;
	padding: 40px 0;
}

.l-detail .p-step__item:last-of-type {
	border-bottom: none;
}

.l-detail .p-step__item__num {
	background: #eaecf2;
	border-radius: 50%;
	display: table;
	height: 100px;
	width: 100px;
	margin-right: 20px;
}

.l-detail .p-step__item__num p {
	border-radius: 50%;
	color: #304382;
	display: table-cell;
	font-family: YuMincho, 'Yu Mincho', 'Noto Serif JP', 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'HG明朝E', 'ＭＳ Ｐ明朝', 'ＭＳ 明朝', serif;
	font-size: 16px;
	font-size: 1.6rem;
	text-align: center;
	vertical-align: middle;
	line-height: 1;
}

.l-detail .p-step__item__num p span {
	display: block;
	font-size: 38px;
	font-size: 3.8rem;
	font-style: italic;
	margin-left: -.1em;
	letter-spacing: .05em;
}

.l-detail .p-step__item__note {
	padding: 5px 0 0;
	width: 980px;
}

.l-detail .p-step__item__title {
	font-size: 24px;
	font-size: 2.4rem;
	font-weight: 700;
	line-height: 2;
}

.l-detail .p-step__item__read {
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 2;
}

.l-detail .p-faq__list {
	border-top: 1px solid #eaecf2;
	font-size: 16px;
	font-size: 1.6rem;
	margin: 0 auto;
	width: 900px;
}

.l-detail .p-faq__question {
	border-bottom: 1px solid #eaecf2;
	font-weight: 700;
	padding: 20px 60px;
	position: relative;
	cursor: pointer;
}

.l-detail .p-faq__question:before {
	background: url(../img/icon_Q.png) center center no-repeat;
	background-size: 23px auto;
	content: "";
	display: block;
	height: 29.5px;
	width: 23px;
	position: absolute;
	left: 20px;
	top: 50%;
	transform: translateY(-50%);
}

.l-detail .p-faq__question:after {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	display: block;
	height: 20px;
	width: 20px;
	position: absolute;
	right: 20px;
	top: 50%;
	transform: translateY(-50%);
}

.l-detail .p-faq__question.open:after {
	background-image: url(../img/icon_faq_open.png);
}

.l-detail .p-faq__question.close:after {
	background-image: url(../img/icon_faq_close.png);
}

.l-detail .p-faq__answer {
	background: rgba(48, 67, 130, 0.03);
	border-bottom: 1px solid #eaecf2;
	display: none;
	line-height: 2;
	padding: 16px 30px 16px 60px;
	position: relative;
}

.l-detail .p-faq__answer:before {
	background: url(../img/icon_A.png) center center no-repeat;
	background-size: 21.5px auto;
	content: "";
	display: block;
	height: 22px;
	width: 23px;
	position: absolute;
	left: 20px;
	top: 20px;
}

.l-detail .p-price {
	background: #f9f9fb;
	padding: 100px 0 50px;
}

.l-detail .p-price__list {
	margin: 0 auto;
	width: 900px;
}

.l-detail .p-price__item {
	margin-bottom: 50px;
}

.l-detail .p-price__item__title {
	background: #304483;
	color: #fff;
	font-size: 1.6rem;
	font-weight: 700;
	line-height: 1.3;
	padding: 15px 22px 16px;
}
.l-detail .p-price__item__title span {
	font-size: 1.2rem;
	font-weight: normal;
}

.l-detail .p-price__item__subtitle {
	background: #eaecf2;
	font-size: 1.6rem;
	font-weight: 700;
	line-height: 1.3;
	padding: 15px 22px 16px;
}
.l-detail .p-price__item__subtitle span {
	font-weight: normal;
	font-size: 1.2rem;
}

.l-detail .p-price__item .c-table__price {
	background: #fff;
	border: 1px solid #eaecf2;
	display: table;
	width: 100%;
}

.l-detail .p-price__item .c-table__price.noboder {
	border-right: none;
	border-top: none;
}
.l-detail .p-price__item .c-table__price.nobodermx {
	border-right: none;
	border-bottom: none;
}


.l-detail .p-price__item .c-table__price__note {
	display: table-cell;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 2;
	padding: 15px 25px;
	vertical-align: middle;
}

.l-detail .p-price__item .c-table__price__num--list {
	border-left: 1px solid #eaecf2;
	display: table-cell;
	width: 50%;
}

.l-detail .p-price__item .c-table__price__num--item:last-of-type {
	border-bottom: none;
}

.l-detail .p-price__item .c-table__price__num--item span {
	display: inline-block;
}

.l-detail .p-price__item .c-table__price__num--item .strong {
	font-weight: 700;
}

.l-detail .p-price__item .c-table__price__memo {
	color: #a8a8a8;
	font-size: 11px;
	font-size: 1.1rem;
	line-height: 1.5;
	margin-top: 15px;
}

.l-detail .p-note {
	background: #fff;
}

.l-detail .p-note__inner {
	width: 1200px;
	margin: 0 auto;
}

.l-detail .p-note__textarea {
	text-align: center;
}

.l-detail .p-note-list {
	margin-top: 90px;
}

.p-price__item .c-table__price__num {
	display: table-cell;
	font-size: 16px;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 700;
	padding: 10px 25px;
	vertical-align: middle;
	text-align: right;
}
.p-price__item .c-table__price__num .tax {
	font-size: 14px;
	font-weight: normal;
	padding-left: 15px;
}

.p-price__item .c-table__price__num--item {
	border-bottom: 1px solid #eaecf2;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
			justify-content: space-between;
	-ms-flex-align: center;
			align-items: center;
	padding: 9px 25px 10px;
}

.p-price .c-table__price__note {
	display: table-cell;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 2;
	padding: 10px 25px;
	vertical-align: middle;
	width: 40%;
}

.p-price .c-table__price__note span {
	font-weight: bold;
}

.price .p-price {
	background: #f9f9fb;
	padding: 50px 0 100px;
}

.price .p-price__list {
	margin: 0 auto;
	width: 960px;
}

.price .p-price__item {
	background: #fff;
	border-radius: 5px;
	box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1);
	margin-bottom: 25px;
}

.price .p-price__item:last-of-type {
	margin-bottom: 0;
}

.price .p-price__item__list {
	display: none;
	padding: 50px 30px 10px;
}

.price .p-price__item .c-table {
	margin-bottom: 50px;
}

.price .p-price__item .c-table__title {
	background: #97a1c1;
	color: #fff;
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 1.3;
	padding: 15px 22px 16px;
}

.price .p-price__item .c-table__title.ver2 {
	background: #465895;
}

.price .p-price__item .c-table__title span {
	font-weight: normal;
	font-size: 1.4rem;
}

.price .p-price__item .c-table__subtitle {
	background: #eaecf2;
	font-size: 1.6rem;
	font-weight: 700;
	line-height: 1.3;
	padding: 15px 22px 16px;
}
.price .p-price__item .c-table__subtitle span {
	font-weight: normal;
	font-size: 1.2rem;
}

.price .p-price__item .c-table__price {
	background: #fff;
	border: 1px solid #eaecf2;
	border-top: none;
	display: table;
	width: 100%;
}
.price .p-price__item .c-table__price.noboder {
	border-right: none;
}
.price .p-price__item .c-table__price.nobodermx {
	border-right: none;
	border-bottom: none;
}
.price .c-table.topborder {
	border-top: 1px solid #eaecf2;
}

.price .p-price__item .c-table__price__num--list {
	border-left: 1px solid #eaecf2;
	display: table-cell;
	width: 75%;
}

.price .p-price__item .c-table__price__num--item:last-of-type {
	border-bottom: none;
}

.price .p-price__item .c-table__price__num--item span {
	display: inline-block;
}

.price .p-price__item .c-table__price__num--item .strong {
	font-weight: 700;
}

.price .p-price__item .c-table__price__memo {
	color: #a8a8a8;
	font-size: 11px;
	font-size: 1.1rem;
	line-height: 1.5;
	margin-top: 15px;
}

.price .p-price__title {
	position: relative;
	cursor: pointer;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
			align-items: center;
	width: 100%;
	padding: 35px 40px;
	font-size: 30px;
	font-size: 3rem;
	line-height: 1;
	background: #fff;
	border-left: 5px solid #304382;
	border-radius: 5px;
}

.price .p-price__title:after {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	position: absolute;
	right: 40px;
	top: 50%;
	display: block;
	height: 30px;
	width: 30px;
	transform: translateY(-50%);
}

.price .p-price__title.open:after {
	background-image: url(../img/icon_flow_open.png);
}

.price .p-price__title.close {
	background: #304382;
	border-radius: 5px 5px 0 0;
	color: #fff;
}

.price .p-price__title.close:after {
	background-image: url(../img/icon_flow_close.png);
}

.price .p-price__title__text--open {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
			align-items: center;
	height: 40px;
	padding: 5px 0 0 50px;
	font-family: YuMincho, 'Yu Mincho', 'Noto Serif JP', 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'HG明朝E', 'ＭＳ Ｐ明朝', 'ＭＳ 明朝', serif;
	font-size: 22px;
	font-size: 2.2rem;
	margin-left: 20px;
	background-repeat: no-repeat;
	background-position: 0 50%;
	background-image: url(../img/list_title_bg01.png);
	background-size: auto 38px;
}

.price .p-price__open {
	width: 960px;
	margin: 0 auto 72px;
	padding: 50px 40px;
	font-family: YuMincho, 'Yu Mincho', 'Noto Serif JP', 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'HG明朝E', 'ＭＳ Ｐ明朝', 'ＭＳ 明朝', serif;
	text-align: center;
	background-color: #f4f5f9;
}

.price .p-price__open__text {
	margin-bottom: 20px;
}

.price .p-price__open__text:last-child {
	margin-bottom: 0;
}

.price .p-price__open__text--bold {
	font-weight: bold;
	color: #caac4a;
}

.p-price__nav__wrap {
	padding: 0 0 50px;
}
.p-price__nav__wrap nav {
	max-width: 1200px;
	margin: 0 auto;
}
.p-price__nav__wrap nav ul {
	display: flex;
	flex-wrap: wrap;
	border: 1px solid #eaecf2;
	border-radius: 5px;
}
.p-price__nav__wrap nav ul li {
	display: table;
	width: calc(100%/5);
}
.p-price__nav__wrap nav ul li:nth-child(-n + 10) {
	border-bottom: 1px solid #eaecf2;
}
.p-price__nav__wrap nav ul li:not(:nth-child(5n)) {
	border-right: 1px solid #eaecf2;
}
.p-price__nav__wrap nav ul li a {
	position: relative;
	display: table-cell;
	font-family: YuMincho, 'Yu Mincho', 'Noto Serif JP', 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'HG明朝E', 'ＭＳ Ｐ明朝', 'ＭＳ 明朝', serif;
	vertical-align: middle;
	text-align: center;
	color: #212121;
	line-height: 1;
	font-size: 20px;
	font-size: 2rem;
	height: 75px;
}
.p-price__nav__wrap nav ul li a span {
	display: block;
	font-size: 12px;
	font-size: 1.2rem;
	margin: 5px 0 0;
}

.faq .p-faq__tab__list {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
			justify-content: center;
	-ms-flex-align: center;
			align-items: center;
	margin: 0 auto 50px;
	width: 960px;
}

.faq .p-faq__tab__item {
	border-bottom: 2px solid rgba(48, 67, 130, 0.3);
	color: rgba(48, 67, 130, 0.3);
	font-family: YuMincho, 'Yu Mincho', 'Noto Serif JP', 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'HG明朝E', 'ＭＳ Ｐ明朝', 'ＭＳ 明朝', serif;
	font-size: 20px;
	font-size: 2rem;
	line-height: 1;
	padding-bottom: 30px;
	position: relative;
	text-align: center;
	width: 160px;
	cursor: pointer;
	transition: all .2s ease;
}

.faq .p-faq__tab__item br {
	display: none;
}

.faq .p-faq__tab__item.current {
	border-bottom: 2px solid #304382;
	color: #304382;
}

.faq .p-faq__tab__item.current:after {
	background: url(../img/icon_arrow_up01.png) center bottom no-repeat;
	background-size: contain;
	content: "";
	display: block;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	height: 7.5px;
	width: 10px;
}

.faq .p-faq__tab__contents {
	background: #fff;
	border-radius: 5px;
	box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1);
	margin: 0 auto;
	padding: 40px 30px 75px;
	width: 960px;
	display: none;
}

.faq .p-faq__tab__contents.show {
	display: block;
}

.faq .p-faq__contents {
	background: #f9f9fb;
	padding: 50px 0 100px;
}

.faq .p-faq__title {
	color: #304483;
	font-size: 24px;
	font-size: 2.4rem;
	font-weight: 700;
	margin-bottom: 40px;
	text-align: center;
}

.faq .p-faq__list {
	border-top: 1px solid #eaecf2;
	font-size: 16px;
	font-size: 1.6rem;
	margin: 0 auto;
	width: 900px;
}

.faq .p-faq__question {
	border-bottom: 1px solid #eaecf2;
	font-weight: 700;
	padding: 20px 60px;
	position: relative;
	cursor: pointer;
}

.faq .p-faq__question:before {
	background: url(../img/icon_Q.png) center center no-repeat;
	background-size: 23px auto;
	content: "";
	display: block;
	height: 29.5px;
	width: 23px;
	position: absolute;
	left: 20px;
	top: 50%;
	transform: translateY(-50%);
}

.faq .p-faq__question:after {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	display: block;
	height: 20px;
	width: 20px;
	position: absolute;
	right: 20px;
	top: 50%;
	transform: translateY(-50%);
}

.faq .p-faq__question.open:after {
	background-image: url(../img/icon_faq_open.png);
}

.faq .p-faq__question.close:after {
	background-image: url(../img/icon_faq_close.png);
}

.faq .p-faq__answer {
	background: rgba(48, 67, 130, 0.03);
	border-bottom: 1px solid #eaecf2;
	display: none;
	line-height: 2;
	padding: 16px 30px 16px 60px;
	position: relative;
}

.faq .p-faq__answer:before {
	background: url(../img/icon_A.png) center center no-repeat;
	background-size: 21.5px auto;
	content: "";
	display: block;
	height: 22px;
	width: 23px;
	position: absolute;
	left: 20px;
	top: 20px;
}

.p-form__table {
	width: 100%;
	max-width: 100%;
	margin: 30px 0;
	table-layout: fixed;
	font-size: 16px;
	font-size: 1.6rem;
}

.p-form__table th,
.p-form__table td {
	padding: 15px 0;
}

.p-form__table td {
	padding-left: 20px;
}

.p-form__table th {
	position: relative;
	vertical-align: top;
}

.p-form__column {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
			flex-wrap: wrap;
}

.p-form__column > * {
	margin: 5px 10px 0 0;
}

.p-form__column--2 > * {
	width: calc(50% - (10px / 2));
}

.p-form__column--3 > * {
	width: calc(33.333333333% - (10px / 1.5));
}

.p-form__show--confirm {
	display: none;
}

.mw_wp_form_confirm .p-form__show--confirm {
	display: block;
}

.p-form__hide--confirm {
	display: block;
}

.mw_wp_form_confirm .p-form__hide--confirm {
	display: none;
}

.p-form .wpcf7-list-item {
	margin: inherit;
}

.p-form .wpcf7 .ajax-loader {
	display: block;
	margin: 0 auto;
}
.reserve {
	overflow-x: hidden;
}
.p-reserve__date__item {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
			flex-wrap: wrap;
	-ms-flex-align: center;
			align-items: center;
	margin-bottom: 5px;
}

.p-reserve__date__item:last-child {
	margin-bottom: 0;
}

.p-reserve__date__item__error {
	width: 100%;
}


.p-reserve__date__item input {
	width: 160px;
	height: 38px;
	margin: 0 15px;
}

.p-reserve__date__item select {
	height: 38px;
	border: 1px solid #f1efea;
}

.p-reserve__note {
	margin: 40px auto;
	font-size: 14px;
	font-size: 1.4rem;
	text-align: center;
}

.p-reserve__note a {
	text-decoration: none;
}

.p-sitemap__inner {
	padding: 100px 0 95px;
}

.p-sitemap__nav__list {
	border-top: 1px solid #eaecf2;
}

.p-sitemap__nav__list__item {
	border-bottom: 1px solid #eaecf2;
}

.p-sitemap__nav__list__item__inner {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
			align-items: center;
	padding: 15px 0;
	font-family: YuMincho, 'Yu Mincho', 'Noto Serif JP', 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'HG明朝E', 'ＭＳ Ｐ明朝', 'ＭＳ 明朝', serif;
	font-size: 18px;
	font-size: 1.8rem;
	color: #212121;
	line-height: 1;
	text-decoration: none;
}

.p-sitemap__nav__list__item--sm {
	font-size: 0.6em;
}

.p-sitemap__nav__list__item .u-link--disabled {
	opacity: 0.4;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
}

.p-sitemap__nav__list__item--en {
	margin-left: 20px;
	font-family: 'Cormorant Garamond', serif;
	font-size: 12px;
	font-size: 1.2rem;
	color: #acb1c6;
}

.p-sitemap__nav__list--menu {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
			flex-wrap: wrap;
	-ms-flex-align: start;
			align-items: flex-start;
	margin-bottom: 50px;
	border-top: none;
}

.p-sitemap__nav__list--menu__item {
	border-bottom: none;
}

.p-sitemap__nav__list--menu__item > a {
	border-bottom: 1px solid #eaecf2;
}

.p-sitemap__nav__list--menu-sub {
	margin-top: 15px;
}

.p-sitemap__nav__list--menu-sub__item {
	margin-bottom: 5px;
}

.p-sitemap__nav__list--menu-sub__item__inner {
	font-family: YuMincho, 'Yu Mincho', 'Noto Serif JP', 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'HG明朝E', 'ＭＳ Ｐ明朝', 'ＭＳ 明朝', serif;
	font-size: 15px;
	font-size: 1.5rem;
	color: #212121;
	text-decoration: none;
}

.p-mcampaign{
	background-color: #f9f9fb;
}

.p-mcampaign__in{
	width: 85%;
	max-width: 960px;
	margin: auto;
	padding-top: 120px;
}

.p-mcampaign__content{
	margin-top: 100px;
	box-shadow: 2px 2px 10px #ccc, -2px 2px 10px #ccc;
}

.p-mcampaign__content:first-child{
	margin-top: 0;
}

.p-mcampaign__name{
	padding: 28px 52px;
	background-color: #304483;
	color: #FFF;
	font-size: 32px
}

.p-mcampaign__name span{
	font-size: 20px;
}

.p-mcampaign__white{
	padding: 0 30px 50px;
	background-color: #FFF;
	counter-reset: number 0;
}

.p-mcampaign__parts{
	margin-top: 50px;
	padding: 15px 22px;
	background-color: #97A2C2;
	color: #FFF;
	font-size: 18px;
	font-weight: bold;
}

.p-mcampaign__menu{
	padding: 15px 22px;
	background-color: #EBECF1;
	font-size: 16px;
	font-weight: bold;;
}

.p-mcampaign__menu::before{
	counter-increment: number 1;
	content: counter(number)"."; 
}

.p-mcampaign__box{
	position: relative;
	display: flex;
}

.p-mcampaign__box::after{
	width: 24px;
	height: 7px;
	position: absolute;
	top: 50%;
	left: 50%;
	background-image: url(../img/monitor-campaign__arrow.png);
	background-size: cover;
	content: "";
	transform: translate(-50%,-50%);
}

.p-mcampaign__left,
.p-mcampaign__right{
	width: 50%;
	padding: 20px 0;
	display: flex;
	justify-content: center;
	align-items: center;
}

.p-mcampaign__left p,
.p-mcampaign__right p{
	padding: 0 20px;
}

.p-mcampaign__right p{
	color: #CAAC4A;
}

.p-mcampaign__left .generally-price{
	font-size: 16px;
}

.p-mcampaign__left .generally-price .tax{
	font-size: 12px;
}

.p-mcampaign__left .generally,
.p-mcampaign__right .monitor{
	font-size: 14px;
}

.p-mcampaign__right .monitor-price{
	font-size: 24px;
	font-weight: bold;
}

.p-mcampaign__right .monitor-price .tax{
	font-size: 12px;
	font-weight: normal;
}

.p-mcampaign__right span{
	position: relative;
}

.p-mcampaign__right span::before{
	width: 4px;
	height: 4px;
	position: absolute;
	top: 0;
	left: 50%;
	background-color: #304382;
	border-radius: 50%;
	content: "";
	transform: translate(-50%,-50%);
}

.p-mcampaign__right .monitor-price .tax::before{
	content: none;
}

.p-mcampaign__other-menu{
	margin-top: 10px;
	padding-right: 20px;
	text-align: right;
	font-size: 14px;
}

.p-mcampaign__other-menu .caution-price{
	font-size: 16px;
}

.p-mcampaign__other-menu span{
	padding-left: 20px;
}

.p-mcampaign__caution{
	margin-top: 56px;
	padding-bottom: 100px;
}

.p-mcampaign__caution .p-mcampaign__wrap{
	width: 95%;
	max-width: 900px;
	margin: 0 auto;
	padding: 24px;
	background-color: #ECECEC;
}

.p-mcampaign__caution dl{
	align-items: baseline;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
}

.p-mcampaign__caution dt{
	width: 25%;
	padding: 8px 0;
	font-size: 16px;
	font-weight: bold;
	text-align: right;
}

.p-mcampaign__caution dd{
	width: 65%;
	padding: 8px 0;
	font-size: 14px;
	text-align: left;
}

.p-mcampaign__caution li::before{
	content: "・";
}


/* align
----------------------------------------------------------------- */
.float-r {
	float: right;
}

.float-l {
	float: left;
}

.u-align--center {
	text-align: center;
}

.u-align--right {
	text-align: right;
}

.u-align--left {
	text-align: left;
}

.u-align--img-right {
	float: right;
	margin: 0 0 .2em 1em;
	max-width: 250px;
}

.u-align--img-left {
	float: left;
	margin: 0 1em .2em 0;
	max-width: 250px;
}

.u-sp__show {
	display: none;
}

.u-link--disabled {
	cursor: default;
	pointer-events: none;
}

.pc-only {
	display: block;
}

.sp-only {
	display: none;
}

.u-display--block {
	display: block;
}

.u-display--inline {
	display: inline;
}

.u-show {
	display: block;
}

/* margin, padding
----------------------------------------------------------------- */
.u-mg--0 {
	margin: 0 !important;
}

.u-mg--t-0 {
	margin-top: 0 !important;
}

.u-mg--t-xl {
	margin-top: 100px !important;
}

.u-mg--t-lg {
	margin-top: 60px !important;
}

.u-mg--t-md {
	margin-top: 30px !important;
}

.u-mg--t-sm {
	margin-top: 20px !important;
}

.u-mg--t-xs {
	margin-top: 10px !important;
}

.u-mg--r-0 {
	margin-right: 0 !important;
}

.u-mg--r-xl {
	margin-right: 100px !important;
}

.u-mg--r-lg {
	margin-right: 60px !important;
}

.u-mg--r-md {
	margin-right: 30px !important;
}

.u-mg--r-sm {
	margin-right: 20px !important;
}

.u-mg--r-xs {
	margin-right: 10px !important;
}

.u-mg--b-0 {
	margin-bottom: 0 !important;
}

.u-mg--b-xl {
	margin-bottom: 100px !important;
}

.u-mg--b-lg {
	margin-bottom: 60px !important;
}

.u-mg--b-md {
	margin-bottom: 30px !important;
}

.u-mg--b-sm {
	margin-bottom: 20px !important;
}

.u-mg--b-xs {
	margin-bottom: 10px !important;
}

.u-mg--l-0 {
	margin-left: 0 !important;
}

.u-mg--l-xl {
	margin-left: 100px !important;
}

.u-mg--l-lg {
	margin-left: 60px !important;
}

.u-mg--l-md {
	margin-left: 30px !important;
}

.u-mg--l-sm {
	margin-left: 20px !important;
}

.u-mg--l-xs {
	margin-left: 10px !important;
}

.u-mg--t-auto {
	margin-top: auto !important;
}

.u-mg--r-auto {
	margin-right: auto !important;
}

.u-mg--b-auto {
	margin-bottom: auto !important;
}

.u-mg--l-auto {
	margin-left: auto !important;
}

.u-pd--0 {
	padding: 0 !important;
}

.u-pd--t-0 {
	padding-top: 0 !important;
}

.u-pd--t-xl {
	padding-top: 100px !important;
}

.u-pd--t-lg {
	padding-top: 60px !important;
}

.u-pd--t-md {
	padding-top: 30px !important;
}

.u-pd--t-sm {
	padding-top: 20px !important;
}

.u-pd--t-xs {
	padding-top: 10px !important;
}

.u-pd--r-0 {
	padding-right: 0 !important;
}

.u-pd--r-xl {
	padding-right: 100px !important;
}

.u-pd--r-lg {
	padding-right: 60px !important;
}

.u-pd--r-md {
	padding-right: 30px !important;
}

.u-pd--r-sm {
	padding-right: 20px !important;
}

.u-pd--r-xs {
	padding-right: 10px !important;
}

.u-pd--b-0 {
	padding-bottom: 0 !important;
}

.u-pd--b-xl {
	padding-bottom: 100px !important;
}

.u-pd--b-lg {
	padding-bottom: 60px !important;
}

.u-pd--b-md {
	padding-bottom: 30px !important;
}

.u-pd--b-sm {
	padding-bottom: 20px !important;
}

.u-pd--b-xs {
	padding-bottom: 10px !important;
}

.u-pd--l-0 {
	padding-left: 0 !important;
}

.u-pd--l-xl {
	padding-left: 100px !important;
}

.u-pd--l-lg {
	padding-left: 60px !important;
}

.u-pd--l-md {
	padding-left: 30px !important;
}

.u-pd--l-sm {
	padding-left: 20px !important;
}

.u-pd--l-xs {
	padding-left: 10px !important;
}



/* text
----------------------------------------------------------------- */
.gothic {
	font-family: 'Noto Sans JP', YuGothic, 'Yu Gothic', 'メイリオ', Meiryo, 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', sans-serif;
}

.mincho {
	font-family: YuMincho, 'Yu Mincho', 'Noto Serif JP', 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'HG明朝E', 'ＭＳ Ｐ明朝', 'ＭＳ 明朝', serif;
}

.font20 {
	font-size: 20px;
}

.quilline {
	font-family: 'Alex Brush', cursive;
	font-weight: normal;
}

.u-text--size-xs {
	font-size: .75em;
}

.u-text--size-sm {
	font-size: .8em;
}

.u-text--size-md {
	font-size: 1.2em;
}

.u-text--size-lg {
	font-size: 1.5em;
}

.u-text--size-xl {
	font-size: 1.7em;
}

.u-text--size-xxl {
	font-size: 2em;
}

.u-text--size-30p {
	font-size: 30%;
}

.u-text--size-35p {
	font-size: 35%;
}

.u-text--size-40p {
	font-size: 40%;
}

.u-text--size-45p {
	font-size: 45%;
}

.u-text--size-50p {
	font-size: 50%;
}

.u-text--size-55p {
	font-size: 55%;
}

.u-text--size-60p {
	font-size: 60%;
}

.u-text--size-65p {
	font-size: 65%;
}

.u-text--size-70p {
	font-size: 70%;
}

.u-text--size-75p {
	font-size: 75%;
}

.u-text--size-80p {
	font-size: 80%;
}

.u-text--size-85p {
	font-size: 85%;
}

.u-text--size-90p {
	font-size: 90%;
}

.u-text--size-95p {
	font-size: 95%;
}

.u-text--size-100p {
	font-size: 100%;
}

.u-text--size-105p {
	font-size: 105%;
}

.u-text--size-110p {
	font-size: 110%;
}

.u-text--size-115p {
	font-size: 115%;
}

.u-text--size-120p {
	font-size: 120%;
}

.u-text--size-125p {
	font-size: 125%;
}

.u-text--size-130p {
	font-size: 130%;
}

.u-text--size-135p {
	font-size: 135%;
}

.u-text--size-140p {
	font-size: 140%;
}

.u-text--size-145p {
	font-size: 145%;
}

.u-text--size-150p {
	font-size: 150%;
}

.u-text--size-155p {
	font-size: 155%;
}

.u-text--color-theme {
	color: #304483;
}

.u-text--color-accent {
	color: #caac4a;
}

.u-text--color--danger {
	color: #e61d35;
}

.u-text--color--em {
	color: #e61d35;
}

.u-text--color--sub {
	color: #acb1c6;
}

.u-text--font-gothic {
	font-family: 'Noto Sans JP', YuGothic, 'Yu Gothic', 'メイリオ', Meiryo, 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', sans-serif;
}

.u-text--font-mincho {
	font-family: YuMincho, 'Yu Mincho', 'Noto Serif JP', 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'HG明朝E', 'ＭＳ Ｐ明朝', 'ＭＳ 明朝', serif;
}

.u-text--strong {
	font-weight: bold;
}

.u-text--block {
	display: block;
}

.u-text--block--sp {
	margin-right: 15px;
	margin-right: 1.5rem;
}

.u-text--break {
	word-wrap: break-word;
}

@media screen and (max-width: 768px){
	html{
		font-size: 1.33vw;
	}
	body{
		font-size: 3.2rem;
	}
	.l-header{
		position: fixed;
		top: 0;
		box-shadow: none;
	}
	.l-header__inner{
		height: 16vw;
		padding: 0 5.33vw;
		min-width: inherit;
	}
	.l-header__logo{
		width: 53.33vw;
	}
	.l-header__logo span{
		margin-bottom: 1.33vw;
		font-size: 2rem;
	}
	.l-header__logo a{
		height: 5.87vw;
	}
	.l-header__logo a.other-clinic{
		height: 53px;
	}
	.l-header__info{
		background: #f9f9fb;
		display: none;
	}
	.l-header__tel{
		border-bottom: 1px solid #e5e6ef;
		margin: 0 auto;
		padding: 6.666vw 0;
	}
	.l-header__tel__read{
		color: #212121;
		display: block;
		font-size: 2.8rem;
	}
	.l-header__tel__num{
		font-size: 8rem;
	}
	.l-header__tel__num a{
		letter-spacing: inherit;
	}
	.l-header__tel__num:before{
		background-size: contain;
		height: 8.533vw;
		width: 8.533vw;
		margin: 0 3.2vw 0 0;
	}
	.l-header__tel__time{
		font-size: 2.4rem;
	}
	.l-header__btn__list{
		display: block;
		margin: 0 5.33vw;
		padding: 2.666vw 0;
	}
	.l-header__btn__item{
		margin-left: 0;
		margin-bottom: 2.66vw;
		width: 100%;
	}
	.l-header__btn__item a{
		background: #caac4a url(../img/icon_arrow_right02.png) 92% center no-repeat;
		background-size: 1.866vw auto;
		border-radius: 1.33vw;
		font-size: 3rem;
		height: 14vw;
		text-align: left;
		width: 100%;
	}
	.l-header__btn__item a.u-btn__contact {
		width: 100%;
	}
	.l-header__btn__item a.u-btn__line {
		font-size: 3.2rem;
	}
	.l-header__btn__item a:before{
		margin: 0 4.4vw 0 0;
	}
	.l-header__btn__item a:hover{
		background-color: #caac4a;
	}
	.l-header__btn__item a:hover.u-btn__line{
		background-color: #00b900;
	}
	.l-header__btn__item a.u-btn__line:before{
		background: url(../img/icon_line_sp.png) center center no-repeat;
		background-size: 7.066vw auto;
		height: 6.8vw;
		width: 7.066vw;
	}
	.l-header__btn__item a.u-btn__reservation:before{
		background: url(../img/icon_reservation_sp.png) center center no-repeat;
		background-size: 6.666vw auto;
		height: 8vw;
		width: 6.666vw;
	}
	.l-header__btn__item a.u-btn__contact{
		padding-left: 6.5vw;
	}
	.l-header__btn__item a.u-btn__contact span {
		display: inline-block;
	}
	.l-header__btn__item a.u-btn__contact:before{
		background: url(../img/icon_mail_sp.png) center center no-repeat;
		background-size: 8vw auto;
		height: 8vw;
		width: 8vw;
	}
	.l-header__btn__menu{
		background-position: center center;
		background-repeat: no-repeat;
		background-size: contain;
		display: block;
		height: 8.533vw;
		width: 8.266vw;
	}
	.l-header__btn__menu.open{
		background-image: url(../img/btn_menu_open01.png);
	}
	.l-header__btn__menu.close{
		background-image: url(../img/btn_menu_close01.png);
	}
	.l-header__icon {
		display: flex;
    	justify-content: flex-end;
    	width: 22%;
	}
	.l-header__btn__tell {
		background-image: url(../img/icon_phone_spnew.png);
		background-position: center center;
		background-repeat: no-repeat;
		background-size: contain;
		display: block;
		height: 8.533vw;
		width: 8.266vw;
	}
	.l-nav{
		background: #f9f9fb;
		display: none;
		position: fixed;
		top: 16vw;
		left: 0;
		z-index: 9999;
		height: calc(100% - (60px + 16vw));
		bottom: 0;
		overflow: scroll;
	}
	.l-nav__line{
		min-width: inherit;
	}
	.l-nav__list{
		display: block;
		min-width: inherit;
		max-width: inherit;
	}
	.l-nav__item{
		background: none;
		display: block;
		width: 100%;
		border-bottom: 1px solid #e5e6ef;
	}
	.l-nav__item:last-of-type{
		background: none;
	}
	.l-nav__item > a{
		font-size: 3.2rem;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-pack: start;
		justify-content: flex-start;
		-ms-flex-align: center;
		align-items: center;
		height: 13.33vw;
		padding: 0 5.33vw;
		text-align: left;
		background: #f9f9fb url(../img/icon_arrow_right02_sp.png) 90.66vw center no-repeat;
		background-size: 1.2vw auto;
	}
	.l-nav__item > a span{
		display: inline-block;
		font-size: 2.4rem;
		margin-top: 0;
		margin-left: 2.66vw;
	}
	.l-nav__item:hover{
		background: inherit;
	}
	.l-nav__item:hover > a{
		color: #304382;
	}
	.l-nav__item:hover > a span{
		color: #acb1c6;
	}
	.l-nav .l-header__info{
		display: block;
	}
	.l-nav__fixed{
		background: #fff;
		border-top: 1px solid #d6dae6;
		display: block;
		position: fixed;
		bottom: 0;
		left: 0;
		width: 100%;
		z-index: 10000;
	}
	.l-nav__fixed__list{
		display: -ms-flexbox;
		display: flex;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-ms-flex-align: center;
		align-items: center;
	}
	.l-nav__fixed__item{
		font-family: YuMincho, 'Yu Mincho', 'Noto Serif JP', 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'HG明朝E', 'ＭＳ Ｐ明朝', 'ＭＳ 明朝', serif;
		font-size: 2.2rem;
		text-align: center;
		width: 33%;
	}
	.l-nav__fixed__item.tel {
		width: 15%;
	}
	.l-nav__fixed__item a{
		color: #212121;
		display: block;
		height: 16vw;
		padding-top: 8vw;
		width: 100%;
	}
	.l-nav__fixed__item a span {
		font-size:2rem;
		font-weight:bold;
	}
	.l-nav__fixed__item a span.secondline {
		display: block;
		font-size: 1.8rem;
		line-height: 0.7;
		font-weight: initial;
	}
	.l-nav__fixed__item a span.reserve_sec {
		font-size: 1.6rem;
	}
	.l-nav__fixed__item.reservation a{
		background: url(../img/icon_reservation02_sp.png) center 1.3vw no-repeat;
		background-size: 5.5vw auto;
	}
	.l-nav__fixed__item.contact a{
		background: url(../img/icon_mail02_sp.png) center 3.33vw no-repeat;
		background-size: 5.466vw auto;
	}
	.l-nav__fixed__item.line a{
		background: #00b900 url(../img/icon_line_sp.png) center 1vw no-repeat;
		background-size: 7vw auto;
		color: #fff;
	}
	.l-nav__fixed__item.tel a{
		background: #304483 url(../img/icon_phone02_sp.png) center no-repeat;
		background-size: 7vw auto;
		color: #fff;
	}
	.l-nav__fixed__item.monitor a{
		background: #304483 url(../img/icon_cp_new.png) center 0.9vw no-repeat;
		background-size: 7.5vw auto;
		color: #fff;
	}
	.l-subnav{
		position: static !important;
		display: block;
		opacity: inherit !important;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=NaN)";
	}
	.l-subnav__list{
		border-top: 1px solid #eaecf2;
		display: none;
		min-width: inherit;
		max-width: inherit;
		width: 100%;
	}
	.l-subnav__item{
		border-right: none;
		padding: 0;
		max-width: inherit;
	}
	.l-subnav__item ul{
		display: -ms-flexbox;
		display: flex;
		-ms-flex-pack: start;
		justify-content: flex-start;
		-ms-flex-align: center;
		align-items: center;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin: 5.33vw 5.33vw 0;
	}
	.l-subnav__item ul li{
		margin-bottom: 5.33vw;
		padding: 0;
		width: 50%;
	}
	.l-subnav__item ul li a{
		display: inline-block;
		width: 100%;
		font-size: 2.8rem;
		background: url(../img/icon_arrow_right04_sp.png) 90.66% center no-repeat;
		background-size: 1vw auto;
	}
	.l-subnav__item ul li a:hover{
		color: inherit;
		background: url(../img/icon_arrow_right02_sp.png) 90.66% center no-repeat;
		background-size: 1vw auto;
	}
	.l-subnav__title a{
		border-top: 1px solid #eaecf2;
		font-size: 3.6rem;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-pack: start;
		justify-content: flex-start;
		-ms-flex-align: center;
		align-items: center;
		height: 13.33vw;
		padding: 0 5.33vw;
		margin-bottom: 0;
		text-align: left;
		background: #f9f9fb url(../img/icon_arrow_right02_sp.png) 90.66vw center no-repeat;
		background-size: 1.2vw auto;
	}
	.l-subnav__title a span{
		display: inline-block;
		font-size: 2.8rem;
		margin-top: 0;
		margin-left: 2.66vw;
	}
	.js-navi{
		position: relative;
	}
	.js-navi > .u-btn__subnav{
		display: block;
		height: 13.33vw;
		width: 10vw;
		position: absolute;
		top: 0;
		right: 3.66vw;
	}
	.js-navi.open > .u-btn__subnav{
		background: url(../img/icon_plus_sp.png) center center no-repeat;
		background-size: 2.66vw auto;
	}
	.js-navi.open > a{
		background: #f9f9fb;
	}
	.js-navi.close > .u-btn__subnav{
		background: url(../img/icon_minus_sp.png) center center no-repeat;
		background-size: 2.66vw auto;
	}
	.js-navi.close > a{
		background: #304382;
		background: linear-gradient(to bottom, #304382 0%, #27284f 100%);
		color: #fff;
	}
	.js-navi.close > a span{
		color: #fff;
	}
	.l-footer{
		display: block;
		min-width: inherit;
		height: auto;
		padding: 6.666vw 0 18.66vw;
	}
	.l-footer__inner{
		display: block;
		padding: 0;
		min-width: inherit;
	}
	.l-footer__logo{
		margin: 0 auto 6.666vw;
		width: 53.33vw;
	}
	.l-footer__navi{
		margin-bottom: 4vw;
		line-height: 1;
		text-align: center;
	}
	.l-footer__navi li{
		margin: 0 2.666vw;
	}
	.l-footer__navi li a{
		font-size: 2rem;
	}
	.l-footer__link--sns{
		-ms-flex-pack: center;
		justify-content: center;
		margin: 1.33333vw 0;
	}
	.l-footer__link--sns__item{
		width: 8vw;
		margin-right: 2vw;
	}
	.l-footer__copy{
		margin: 0;
		font-size: 2rem;
		text-align: center;
	}
	.c-sidebar__title{
		border-left: 1.33vw solid #304382;
		border-radius: 1.33vw;
		font-size: 3.2rem;
		height: 13.33vw;
		line-height: 13.33vw;
		padding-left: 3.33vw;
		margin-bottom: 5.33vw;
	}
	.c-sidebar__item{
		margin-bottom: 10.66vw;
	}
	.c-sidebar__item ul{
	}
	.c-sidebar__item ul li a{
		font-size: 16px;
		font-weight: bold;
		margin-bottom: 15px;
	}
	.l-main{
		min-width: inherit;
	}
	.u-btn__type01{
		margin: 13.33vw auto;
		width: 66.66vw;
	}
	.u-btn__type01 a{
		border-radius: 1.33vw;
		font-size: 3.2rem;
		height: 13.33vw;
		line-height: 13.33vw;
	}
	.u-btn__type01 a:after{
		background-size: contain;
		right: 5.6vw;
		height: 4.8vw;
		width: 1.866vw;
	}
	.u-btn__type01 a:hover{
		background: #fff;
		color: #304483;
	}
	.u-btn__type01 a:hover:after{
		background: url(../img/icon_arrow_right01.png) center center no-repeat;
		background-size: contain;
	}
	.u-btn__type02{
		margin: 0 auto 2.666vw;
		width: 100%;
	}
	.u-btn__type02 a{
		font-size: 3.2rem;
		height: 13.33vw;
		line-height: 13.33vw;
		padding-left: 5.333vw;
	}
	.u-btn__type02 a:after{
		right: 5.333vw;
		height: 4.8vw;
		width: 1.866vw;
	}
	.u-btn__type02 a:hover{
		background-color: #fff;
	}
	.u-btn__type03{
		margin: 0 0 2.666vw;
		width: 43.33vw;
	}
	.u-btn__type03 a{
		border-radius: 1.333vw;
		font-size: 2.8rem;
		padding: 2.5vw;
	}
	.u-btn__type03 a:after{
		right: 2.8vw;
		height: 3.2vw;
		width: 1.2vw;
	}
	.u-btn__type03 a:hover{
		background-color: #fff;
	}
	.u-btn__menu{
		display: block;
		height: 5.33vw;
		width: 5.866vw;
		position: absolute;
		right: 7.73vw;
		top: 6vw;
	}
	.u-btn__menu.open{
		background: url(../images/icon_menu_open.png) center center no-repeat;
		background-size: auto 5.33vw;
	}
	.u-btn__menu.close{
		background: url(../images/icon_menu_close.png) center center no-repeat;
		background-size: auto 5.33vw;
	}
	.u-btn__more.open{
		background: #d6dae6;
		color: #304382;
		font-size: 2.8rem;
		display: block;
		height: 13.333vw;
		line-height: 13.333vw;
		margin: 0 auto;
		width: 89.2vw;
		text-align: center;
		cursor: pointer;
	}
	.p-risk .u-btn__more.open{
		background: #fdd7d7;
		color: #f73939;
	}
	.u-btn__more.open:after{
		background: url(../img/icon_plus_sp.png) center center no-repeat;
		content: "";
		display: inline-block;
		margin-left: 2.133vw;
		height: 3.2vw;
		width: 3.2vw;
	}
	.p-risk .u-btn__more.open:after{
		background: url(../img/icon_plus02_sp.png) center center no-repeat;
	}
	.u-btn__more.close{
		display: none;
	}
	.u-btn__detail{
		text-align: center;
		margin: 0 auto 9.333vw;
	}
	.u-btn__detail a{
		color: #304382;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-pack: center;
		justify-content: center;
		-ms-flex-align: center;
		align-items: center;
		font-size: 3.2rem;
		line-height: 1;
	}
	.u-btn__detail a:before{
		background: url(../img/icon_arrow_right03.png) center center no-repeat;
		background-size: 5.333vw;
		content: "";
		display: inline-block;
		margin-right: 2.666vw;
		height: 5.333vw;
		width: 5.333vw;
	}
	.link_detail{
		line-height: 1;
		text-align: center;
		padding: 3.333vw 0 3.7vw;
	}
	.link_detail a{
		color: #304382;
		font-size: 2.4rem;
	}
	.c-input--text, .c-input--date, .c-input--textarea{
		padding: 1.33333vw 2.66667vw;
		font-size: 3.2rem;
	}
	.c-input--text::-webkit-input-placeholder, .c-input--date::-webkit-input-placeholder, .c-input--textarea::-webkit-input-placeholder{
		font-size: 2.8rem;
	}
	.c-input--text::-moz-placeholder, .c-input--date::-moz-placeholder, .c-input--textarea::-moz-placeholder{
		font-size: 2.8rem;
	}
	.c-input--text:-ms-input-placeholder, .c-input--date:-ms-input-placeholder, .c-input--textarea:-ms-input-placeholder{
		font-size: 2.8rem;
	}
	.c-input--text::-ms-input-placeholder, .c-input--date::-ms-input-placeholder, .c-input--textarea::-ms-input-placeholder{
		font-size: 2.8rem;
	}
	.c-input--text:-ms-input-placeholder, .c-input--date:-ms-input-placeholder, .c-input--textarea:-ms-input-placeholder{
		font-size: 2.8rem;
	}
	.c-input--text::placeholder, .c-input--date::placeholder, .c-input--textarea::placeholder{
		font-size: 2.8rem;
	}
	.c-input--text:-ms-input-placeholder, .c-input--date:-ms-input-placeholder, .c-input--textarea:-ms-input-placeholder{
		font-size: 2.8rem;
	}
	.c-input--text::-ms-input-placeholder, .c-input--date::-ms-input-placeholder, .c-input--textarea::-ms-input-placeholder{
		font-size: 2.8rem;
	}
	.c-input--checkbox, .p-form .wpcf7-list-item input[type="checkbox"], .c-input--radio, .p-form .wpcf7-list-item input[type="radio"]{
		width: 4vw;
		margin-right: 2.66667vw;
		margin-left: 1.33333vw;
	}
	.c-input--select{
		padding: 1.33333vw 2.66667vw;
		font-size: 3.2rem;
	}
	.c-input--date{
		padding-left: 8vw;
		background-position: 1.33333vw 50%;
		background-size: 5.06667vw auto;
	}
	.c-input--textarea{
		height: 5em;
	}
	.c-button--success, .c-button--back{
		padding: 2.66667vw 2em;
		font-size: 3rem;
	}
	.c-label--optional, .c-label--must{
		margin: 2px 0 0 10px;
		padding: 0.26667vw 1.6vw;
		font-size: 2.4rem;
	}
	.c-col__multi{
		margin-bottom: 13.33vw;
		display: block;
	}
	.c-col__img{
		margin-bottom: 13.33vw;
		min-width: inherit;
		width: 100%;
	}
	.c-col__img .caption{
		padding: 1em 0 0;
		margin-bottom: 0;
	}
	.c-section__inner{
		padding: 9.33333vw 0 20vw;
	}
	.c-section--md{
		width: 89.33333vw;
	}
	.c-section--sm{
		width: 89.33333vw;
	}
	.c-list--disc{
		margin: 20px 0;
	}
	.c-list--num{
		margin: 20px 0;
	}
	.l-section{
		padding: 13.33vw 0 0;
	}
	.l-section.p-address{
		padding: 13.33vw 0 17.34vw;
	}
	.l-section.p-doctor{
		padding: 13.33vw 0 20vw;
	}
	.l-section.p-column{
		padding: 13.33vw 0 0;
	}
	.l-section__title{
		font-size: 6.0rem;
		margin-bottom: 13.33vw;
	}
	h3.l-section__title{
		font-size: 4.0rem;
		margin-bottom: 5%;
	}
	.p-menu .l-section__title{
		margin-bottom: 13.33vw;
	}
	.l-section__title span{
		font-size: 2.8rem;
		margin-top: 2vw;
	}
	.l-section__note{
		margin: 0 5.33vw;
	}
	.l-section__note p{
		font-size: 3.2rem;
		line-height: 2;
		text-align: left;
	}
	.l-section__note p br{
		display: none;
	}
	.l-section__subtitle{
		font-size: 4rem;
		margin-bottom: 13.333vw;
	}
	.column .l-bread.bottom, .detail .l-bread.bottom{
		display: none;
	}
	.l-bread{
		margin-top: 16vw;
		min-width: inherit;
		padding: 4vw 5.333vw;
	}
	.l-bread__list{
		max-width: inherit;
	}
	.l-bread__item{
		font-size: 2.2rem;
	}
	.l-page__title{
		font-size: 6.0rem;
		padding: 6.666vw 0;
	}
	.l-page__title span{
		font-size: 2.8rem;
		margin-top: 2.666vw;
	}
	.l-page__hero{
		min-width: inherit;
	}
	.l-page__hero__picture-box{
		position: relative;
		overflow: hidden;
		width: 100%;
		height: 73.33333333vw;
	}
	.l-page__hero__picture-box img{
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		width: 100%;
	}
	.l-page__hero__note{
		padding: 0;
		min-width: inherit;
		position: static;
		transform: inherit;
	}
	.l-page__hero__title{
		font-size: 4.6rem;
	}
	.menu .l-page__hero__title{
		margin: 10.666vw auto 8vw;
		width: 89.2vw;
	}
	.l-page__hero__read{
		border-bottom: 1px solid #eaecf2;
		font-size: 3.2rem;
		margin: 0 auto;
		padding-bottom: 8vw;
		width: 89.2vw;
	}
	.l-page__read{
		font-size: 3.2rem;
		padding: 13.33vw 5.33vw;
		text-align: left;
	}
	.l-page__contents{
		padding: 13.333vw 0;
	}
	.l-post__content{
		display: block;
		padding: 13.33vw 0 6.66vw;
		width: 100%;
	}
	body.news .l-post__content{
		padding-bottom: 13.33vw;
	}
	.l-post__list{
		margin: 0 auto;
		width: 89.3vw;
	}
	.l-post__list__title{
		margin: 0 auto 6.66vw;
	}
	.l-post__list__subtitle{
		font-size: 2.8rem;
		padding: 0 0 4vw;
	}
	.l-post__sidebar{
		margin: 30px auto 0;
		width: 89.3vw;
	}
	.c-post__item a{
		padding: 5.33vw 0;
	}
	.c-post__item a:hover{
		background: inherit;
	}
	.c-post__item a:hover .c-post__title{
		color: inherit;
	}
	.c-post__note{
		width: 53.33vw;
	}
	.c-post__meta{
		line-height: 1;
		padding: 0;
		margin-bottom: 2.66vw;
	}
	.post_mv {
		height: 150px;
	}	
	.detail .c-post__meta{
		margin-bottom: 5.33vw;
	}
	.c-post__date{
		font-size: 2.8rem;
		line-height: 1;
		margin-right: 3.33vw;
	}
	.c-post__cat{
		height: 4.8vw;
		padding: 1px 1.33333vw;
		font-size: 2.4rem;
		line-height: 4.8vw;
		border-radius: 2.4vw;
	}
	.c-post__title{
		font-size: 2.8rem;
	}
	.c-post__title br{
		display: none;
	}
	.c-post__img{
		width: 32vw;
	}
	.c-post__header{
		margin-bottom: 5.33vw;
		padding: 0 0 4.66vw 0;
	}
	.c-post__detail{
		margin: 0 auto;
		width: 89.3vw;
	}
	.c-post__detail__title{
		font-size: 3.6rem;
		line-height: 1.33;
	}
	.c-post__body{
		padding: 0;
	}
	.c-post__body p{
		font-size: 3.2rem;
	}
	.c-post__body h3{
		margin: 9.33333vw auto 6.66667vw;
		padding: .5em 2.66vw;
		font-size: 3.2rem;
	}
	.c-post__body h4{
		font-size: 3.2rem;
		padding: 0 0 .8em;
	}
	.c-post__body h4.type01{
		background-size: 5.33vw auto;
		padding: 0 0 .8em 6.66vw;
	}
	.c-post__body h4.type02{
		background-size: 5.33vw auto;
		padding: 0 0 .8em 6.66vw;
	}
	.c-post__attention{
		padding: 4vw 5.33vw;
	}
	.c-post__attention__title{
		font-size: 3.2rem;
	}
	.c-post__attention br{
		display: none;
	}
	.c-post__navi{
		margin: 4vw auto 20vw;
		padding: 0;
		position: relative;
	}
	.c-post__navi__inner{
		margin-bottom: 0;
		padding: 2.66vw 0;
		height: 25.33vw;
	}
	.c-post__navi__title{
		height: 20vw;
		width: 14.66vw;
	}
	.c-post__navi__title a{
		font-size: 2.8rem;
	}
	.c-post__navi__link a{
		display: none;
	}
	.c-post__list__link{
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		width: 60vw;
	}
	.c-post__list__link a{
		font-size: 2.8rem;
	}
	.c-pagination{
		margin: 13.33vw auto 16vw;
	}
	.c-pagination__list{
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
	.c-pagination__list li{
		border-radius: 1.33vw;
		height: 10.66vw;
		margin: 0;
		width: 10.66vw;
	}
	.c-pagination__list li a, .c-pagination__list li span{
		border-radius: 1.33vw;
		font-size: 2.8rem;
	}
	.c-pagination__list li a:hover, .c-pagination__list li span:hover{
		background-color: inherit;
	}
	.c-pagination__list li.previous a, .c-pagination__list li.next a{
		background-size: 1.866vw auto;
	}
	.wp-block-column{
		margin-bottom: 2em;
	}
	.wp-block-column:last-child{
		margin-bottom: 0;
	}
	.wp-block-image figcaption{
		margin: 0;
	}
	.p-address{
		min-width: inherit;
	}
	.p-address__tel{
		border-radius: 1.333vw;
		min-height: inherit;
		margin: 0 auto 2.666vw;
		padding: 5.6vw 3.33vw;
		width: 89.2vw;
	}
	.p-address__read{
		font-size: 3.6rem;
		margin-bottom: 6.666vw;
	}
	.p-address__num{
		font-size: 8rem;
		margin-bottom: 4vw;
		white-space: nowrap;
	}
	.p-address__num:before{
		background: url(../img/icon_phone_sp.png) center center no-repeat;
		background-size: 8.533vw auto;
		height: 9vw;
		width: 8.533vw;
		margin: 0 3.2vw 0 0;
	}
	.p-address__time{
		font-size: 2.4rem;
	}
	.p-address__btn__list{
		display: block;
		width: 89.2vw;
	}
	.p-address__btn__item{
		margin-bottom: 2.66vw;
		width: 100%;
	}
	.p-address__btn__item a{
		height: 18vw;
		padding-left: 20vw;
		font-size: 4rem;
		text-align: left;
		line-height: 1;
		border-radius: 1.33vw;
	}
	.p-address__btn__item a span{
		font-size: 3rem;
	}
	.p-address__btn__item a:after{
		right: 5.333vw;
		height: 4.8vw;
		width: 1.866vw;
	}
	.p-address__btn__item a:hover{
		background-color: #caac4a;
	}
	.p-address__btn__item a:hover.u-btn__line{
		background-color: #00b900;
	}
	.p-address__btn__item a.u-btn__line{
		padding-left: 20vw;
	}
	.p-address__btn__item a.u-btn__line:before{
		background-size: 7.066vw auto;
		height: 6.8vw;
		width: 7.066vw;
		left: 8.4vw;
	}
	.p-address__btn__item a.u-btn__reservation{
		padding-left: 20vw;
	}
	.p-address__btn__item a.u-btn__reservation:before{
		background-size: 6.666vw auto;
		height: 8vw;
		width: 6.666vw;
		left: 8.666vw;
	}
	.p-address__btn__item a.u-btn__contact{
		padding-left: 20vw;
	}
	.p-address__btn__item a.u-btn__contact:before{
		background-size: 8vw auto;
		height: 8vw;
		width: 8vw;
		left: 8vw;
	}
	.p-hero{
		margin-top: 16vw;
		min-width: inherit;
		background-image: url(../img/home/main_visual_img_sp.jpg);
	}
	.p-hero__inner{
		-ms-flex-align: end;
		align-items: flex-end;
		width: auto;
		height: auto;
		min-height: 145.73333vw;
	}
	.p-hero__text{
		width: 100%;
	}
	.home .p-concept__img01{
		margin: 0 auto 14vw;
		width: 100vw;
	}
	.home .p-menu{
		background: #f9f9fb;
	}
	.home .p-menu__contents{
		padding-bottom: 20vw;
	}
	.home .p-menu__hero{
		margin-bottom: 6.66vw;
	}
	.home .p-menu__note{
		left: 50%;
		transform: translateX(-50%);
		top: 62%;
		margin: auto;
		width: 100%;
	}
	.home .p-menu__note--read{
		font-size: 2.5rem;
	}
	.home .p-menu__note--ja{
		font-size: 4rem;
	}
	.home .p-menu__title{
		font-size: 8rem;
	}
	.home .p-menu__list{
		display: block;
		width: 100%;
	}
	.home .p-menu__item{
		border-radius: 1.33vw;
		margin: 0 auto 2.666vw;
		padding: 0;
		width: 89.2vw;
	}
	.home .p-menu__item a{
		padding: 5.333vw;
		position: static;
	}
	.home .p-menu__item__title{
		border-bottom: none;
		padding-bottom: 0;
		margin-bottom: 0;
	}
	.home .p-menu__item__title:after{
		height: 5.733vw;
		width: 2.133vw;
		transform: translateY(-50%);
		top: 50%;
		right: 0;
	}
	.home .p-menu__item__title .num{
		font-size: 6rem;
	}
	.home .p-menu__item__title .txt{
		font-size: 4.4rem;
		position: relative;
		margin-right: 2.66vw;
	}
	.home .p-menu__item__title .u-btn__popup{
		background: url(../img/btn_popup_open.png) center center no-repeat;
		background-size: 6.666vw;
		display: inline-block;
		position: relative;
		height: 6.666vw;
		width: 6.666vw;
		z-index: 9990;
	}
	.home .p-menu__item__note p{
		font-size: 2.8rem;
		margin-bottom: 0;
	}
	.home .p-menu__item:hover{
		background: #fff;
	}
	.home .p-menu__item:hover .p-menu__item__title{
		border-bottom: none;
	}
	.home .p-menu__item.long-type{
		width: 89.2vw;
	}
	.home .p-menu__btn__list{
		display: block;
		margin: 0 auto;
		width: 89.2vw;
	}
	.home .p-popup{
		display: none;
		background: #fff;
		position: fixed;
		bottom: 0;
		left: 0;
		top: 0;
		padding: 9.333vw 5.333vw;
		height: 100%;
		width: 100%;
		z-index: 9991;
	}
	.home .p-popup__header{
		display: block;
	}
	.home .p-popup__breadcrumbs{
		font-family: YuMincho, 'Yu Mincho', 'Noto Serif JP', 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'HG明朝E', 'ＭＳ Ｐ明朝', 'ＭＳ 明朝', serif;
		font-size: 2.4rem;
		line-height: 1;
		margin-bottom: 9.333vw;
	}
	.home .p-popup__title{
		border-bottom: 1px solid #eaecf2;
		border-top: 1px solid #eaecf2;
		font-family: YuMincho, 'Yu Mincho', 'Noto Serif JP', 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'HG明朝E', 'ＭＳ Ｐ明朝', 'ＭＳ 明朝', serif;
		font-size: 4rem;
		line-height: 1;
		margin-bottom: 5.333vw;
		padding: 5.333vw 0;
	}
	.home .p-popup__close{
		background: url(../img/btn_popup_close.png) center center no-repeat;
		background-size: contain;
		position: absolute;
		right: 5.333vw;
		top: 5.333vw;
		height: 10.666vw;
		width: 10.666vw;
		cursor: pointer;
	}
	.home .p-concept .p-concept__title {
		font-size: 4rem;
		margin-bottom: 10vw;
	}
	.home .p-other .p-menu__title {
		font-size: 4rem;
		margin-bottom: 13.333vw;
	}
	.home .p-other__hero img{
		border-radius: 0;
	}
	.home .p-other__note{
		font-size: 6rem;
		left: 5.4vw;
		width: 40%;
	}
	.home .p-other__title{
		font-size: 8vw;
		margin-bottom: 2vw;
	}
	.home .p-other__ja{
		font-size: 3rem;
	}
	.home .p-other__list{
		display: block;
		width: 100%;
		margin: 0 auto 10vw;
	}
	.home .p-other__list iframe{
		width: 90%;
		margin: 5%;
		height: 50vw;
	}
	.home .p-other__item{
		width: 100%;
		margin-bottom: 9.333vw;
	}
	.home .p-other__menu__list{
		margin: 0 auto;
		width: 89.2vw;
	}
	.home .p-other__machine{
		width: 90%;
		margin: 0 auto;
		padding-bottom: 100px;
	}
	.home .p-other__machine figure{
		width: 50%;
		padding-bottom: 50px;
		text-align: center;
		margin: 0;
	}
	.home .p-doctor{
		background: #f4f5f9 url(../img/home/home_sect_bg01_sp.png) right top no-repeat;
		background-size: contain;
	}
	.home .p-doctor__inner{
		display: block;
		width: 100%;
	}
	.home .p-doctor__img{
		margin: 0 auto 10.666vw;
		width: 64vw;
	}
	.home .p-doctor__name{
		font-size: 2.8rem;
	}
	.home .p-doctor__name span{
		font-size: 4rem;
	}
	.home .p-doctor__note{
		font-size: 2.7rem;
		line-height: 2;
		margin: 0 auto 5.33vw;
		width: 89.2vw;
	}
	.home .p-doctor__note br{
		display: none;
	}
	.home .p-doctor__note .js-note--more{
		display: none;
	}
	.home .p-column__list{
		width: 89.2vw;
	}
	.home .p-column__item a{
		font-size: 2.8rem;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin: 0 auto;
		padding: 5.6vw 0;
		width: 100%;
	}
	.home .p-column__item a:hover{
		background: inherit;
	}
	.home .p-column__date{
		margin: 0 3.333vw 4vw 0;
	}
	.home .p-column__cate{
		border-radius: 2.4vw;
		font-size: 2.4rem;
		height: 4.8vw;
		line-height: 4.8vw;
		min-width: 20vw;
		margin: 0 0 4vw;
		padding: 0 1.333vw;
	}
	.home .p-column__title{
		width: 100%;
	}
	.home .js-thumb__slide{
		min-width: inherit;
	}
	.clinic .p-concept__hero{
		display: block;
		min-width: inherit;
		height: auto;
		min-height: inherit;
		padding: 0 0 20vw;
		background-image: none;
	}
	.clinic .p-concept__hero__image{
		display: block;
	}
	.clinic .p-concept__hero__inner{
		display: block;
	}
	.clinic .p-concept__hero__note{
		padding: 0;
		position: static;
		margin: 10.666vw auto 0;
		min-width: inherit;
		width: 89.2vw;
		transform: inherit;
	}
	.clinic .p-concept__hero__title{
		margin-bottom: 10.666vw;
		width: 83.466vw;
	}
	.clinic .p-concept__hero__read{
		font-size: 3.2rem;
		width: 100%;
	}
	.clinic .p-feature{
		background: #f4f5f9 url(../img/home/home_sect_bg01_sp.png) right top no-repeat;
		background-size: contain;
		padding: 18.666vw 0 0;
	}
	.clinic .p-feature__title{
		font-size: 4.8rem;
	}
	.clinic .p-feature__title .strong{
		font-size: 6.4rem;
	}
	.clinic .p-feature__list{
		display: block;
		width: 89.2vw;
	}
	.clinic .p-feature__item{
		margin-bottom: 18.666vw;
		width: 100%;
	}
	.clinic .p-feature__num{
		font-size: 6rem;
		margin: -10.666vw auto 5.333vw;
		height: 16vw;
		line-height: 16vw;
		width: 16vw;
	}
	.clinic .p-feature__subtitle{
		font-size: 6rem;
		padding-bottom: 5.333vw;
		margin-bottom: 5.333vw;
	}
	.clinic .p-feature__subtitle:after{
		height: .2666vw;
		width: .8em;
	}
	.clinic .p-feature__read{
		font-size: 2.8rem;
		padding: 0;
	}
	.clinic .p-gallery{
		padding: 13.333vw 0 20vw;
	}
	.clinic .p-gallery .js-slider{
		width: 100%;
	}
	.clinic .p-gallery .p-slider__cap{
		font-size: 2.8rem;
		padding: 4vw 0 0;
	}
	.clinic .p-gallery .slick-prev, .clinic .p-gallery .slick-next{
		height: 10.66vw;
		width: 10.66vw;
		transform: translate(0, calc(-50% - 10vw));
	}
	.clinic .p-gallery .slick-prev:hover, .clinic .p-gallery .slick-next:hover{
		background: #eaecf2;
	}
	.clinic .p-gallery .slick-prev:hover:before, .clinic .p-gallery .slick-next:hover:before{
		color: #304382;
	}
	.clinic .p-gallery .slick-prev:before, .clinic .p-gallery .slick-next:before{
		font-size: 2.8rem;
	}
	.clinic .p-gallery .slick-prev{
		left: 0;
		z-index: 1;
	}
	.clinic .p-gallery .slick-next{
		right: 0;
		z-index: 1;
	}
	.clinic .p-clinic{
		padding: 13.333vw 0;
	}
	.clinic .p-clinic__info{
		display: block;
		width: 89.2vw;
	}
	.clinic .p-clinic__logo{
		margin-bottom: 13.333vw;
		width: 100%;
	}
	.clinic .p-clinic__logo.amashio{
		text-align: center;
	}
	.clinic .p-clinic__note{
		display: block;
		width: 100%;
	}
	.clinic .p-clinic__note tbody{
		display: block;
	}
	.clinic .p-clinic__note tr{
		display: block;
	}
	.clinic .p-clinic__note th, .clinic .p-clinic__note td{
		display: block;
		padding: 0;
	}
	.clinic .p-clinic__note th{
		font-size: 2.8rem;
		line-height: 1;
		margin-bottom: 4vw;
		padding: 6vw 3.333vw 0;
	}
	.clinic .p-clinic__note td{
		font-size: 2.8rem;
		padding: 0 3.333vw 5.333vw;
		line-height: 1.4;
	}
	.clinic .p-clinic__note td .small{
		font-size: 2.4rem;
	}
	.clinic .p-access{
		padding: 13.333vw 0;
	}
	.clinic .p-access__map{
		height: 100vw;
		width: 100%;
	}
	.clinic .p-access__info{
		display: block;
		width: 89.2vw;
	}
	.clinic .p-access__address{
		font-size: 3.2rem;
		margin-bottom: 10.666vw;
		width: 100%;
	}
	.clinic .p-access__address .google-map{
		margin-top: 0;
	}
	.clinic .p-access__address .google-map a{
		font-size: 2.8rem;
	}
	.clinic .p-access__address .google-map a:after{
		height: 2.933vw;
		width: 4.266vw;
	}
	.clinic .p-access__item{
		font-size: 2.8rem;
		margin-bottom: 3.333vw;
		width: 100%;
	}
	.menu .l-page__navi{
		padding: 13.333vw 0;
		width: 89.2vw;
	}
	.menu .l-page__navi__read{
		font-size: 3.2rem;
		text-align: left;
	}
	.menu .l-page__navi__read br{
		display: none;
	}
	.menu .l-page__navi__item a:hover{
		background: transparent;
	}
	.menu .l-page__navi__item a:hover:after{
		display: none;
	}
	.menu .l-page__navi__main{
		margin: 0 auto 2.666vw;
	}
	.menu .l-page__navi__main .l-page__navi__item{
		font-size: 5rem;
		height: 24vw;
	}
	.menu .l-page__navi__main .l-page__navi__item.left{
		border-radius: 1.33vw 0 0 1.33vw;
	}
	.menu .l-page__navi__main .l-page__navi__item.right{
		border-radius: 0 1.33vw 1.33vw 0;
	}
	.menu .l-page__navi__main .l-page__navi__item span{
		font-size: 2.8rem;
		margin-top: 2.666vw;
	}
	.menu .l-page__navi__sub{
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.menu .l-page__navi__sub .l-page__navi__item{
		border-left: 1px solid #eaecf2;
		border-top: 1px solid #eaecf2;
		border-right: none;
		border-bottom: none;
		font-size: 4rem;
		height: 17.33vw;
		width: 50%;
	}
	.menu .l-page__navi__sub .l-page__navi__item:nth-of-type(2){
		border-right: 1px solid #eaecf2;
		border-radius: 0 1.33vw 0 0;
	}
	.menu .l-page__navi__sub .l-page__navi__item:nth-of-type(3){
		border-bottom: 1px solid #eaecf2;
		border-radius: 0 0 0 1.33vw;
	}
	.menu .l-page__navi__sub .l-page__navi__item.left{
		border-radius: 1.33vw 0 0 0;
	}
	.menu .l-page__navi__sub .l-page__navi__item.right{
		border-bottom: 1px solid #eaecf2;
		border-radius: 0 0 1.33vw 0;
	}
	.menu .l-page__navi__sub .l-page__navi__item span{
		font-size: 2.8rem;
		margin-top: 1.333vw;
	}
	.menu .p-menu__contents{
		background: #f9f9fb;
		padding: 5.333vw 0 0;
	}
	.menu .p-menu__contents.p-other{
		background: #f9f9fb;
		padding: 0;
	}
	.menu .p-menu__hero{
		height: auto;
		width: 100%;
		margin-bottom: 0;
		padding: 0 5.4vw;
	}
	.menu .p-menu__hero__picture{
		position: static;
		margin-bottom: 11vw;
	}
	.menu .p-menu__hero__picture img{
		margin-bottom: 11vw;
	}
	.menu .p-menu__note{
		width: 100%;
		height: auto;
		padding: 0 5.4vw;
	}
	.menu .p-menu__note--read{
		font-size: 3.733333vw;
		margin: 6vw 0 6.66666vw;
	}
	.menu .p-menu__note--ja{
		font-size: 4rem;
	}
	.menu .p-menu__title{
		font-size: 10.6666vw;
	}
	.menu .p-menu__list{
		display: block;
		width: 100%;
	}
	.menu .p-menu__item{
		border-radius: 1.33vw;
		margin: 0 auto 2.666vw;
		padding: 0;
		width: 89.2vw;
	}
	.menu .p-menu__item a{
		padding: 5.333vw;
		position: static;
	}
	.menu .p-menu__item__title{
		border-bottom: none;
		padding-bottom: 0;
		margin-bottom: 0;
	}
	.menu .p-menu__item__title:after{
		height: 5.733vw;
		width: 2.133vw;
		transform: translateY(-50%);
		top: 50%;
		right: 0;
	}
	.menu .p-menu__item__title .num{
		font-size: 6rem;
	}
	.menu .p-menu__item__title .txt{
		font-size: 4.4rem;
		position: relative;
		margin-right: 2.66vw;
	}
	.menu .p-menu__item__title .u-btn__popup{
		background: url(../img/btn_popup_open.png) center center no-repeat;
		background-size: 6.666vw;
		display: inline-block;
		position: relative;
		height: 6.666vw;
		width: 6.666vw;
		z-index: 9990;
	}
	.menu .p-menu__item__note p{
		font-size: 2.8rem;
		margin-bottom: 0;
	}
	.menu .p-menu__item:hover{
		background: #fff;
	}
	.menu .p-menu__item:hover .p-menu__item__title{
		border-bottom: none;
	}
	.menu .p-menu__item.long-type{
		width: 89.2vw;
	}
	.menu .p-menu__btn__bg{
		background: #fff;
		padding: 5.333vw 0 9.333vw;
	}
	.menu .p-menu__btn__list,
	.p-note-list .p-menu__btn__list {
		display: block;
		margin: 0 auto;
		width: 89.2vw;
	}
	.menu .p-popup{
		display: none;
		background: #fff;
		position: fixed;
		bottom: 0;
		left: 0;
		top: 0;
		padding: 9.333vw 5.333vw;
		height: 100%;
		width: 100%;
		z-index: 9991;
	}
	.menu .p-popup__header{
		display: block;
	}
	.menu .p-popup__breadcrumbs{
		font-family: YuMincho, 'Yu Mincho', 'Noto Serif JP', 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'HG明朝E', 'ＭＳ Ｐ明朝', 'ＭＳ 明朝', serif;
		font-size: 2.4rem;
		line-height: 1;
		margin-bottom: 9.333vw;
	}
	.menu .p-popup__title{
		border-bottom: 1px solid #eaecf2;
		border-top: 1px solid #eaecf2;
		font-family: YuMincho, 'Yu Mincho', 'Noto Serif JP', 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'HG明朝E', 'ＭＳ Ｐ明朝', 'ＭＳ 明朝', serif;
		font-size: 4rem;
		line-height: 1;
		margin-bottom: 5.333vw;
		padding: 5.333vw 0;
	}
	.menu .p-popup__close{
		background: url(../img/btn_popup_close.png) center center no-repeat;
		background-size: contain;
		position: absolute;
		right: 5.333vw;
		top: 5.333vw;
		height: 10.666vw;
		width: 10.666vw;
		cursor: pointer;
	}
	.menu .p-other__hero{
		margin-bottom: 0;
	}
	.menu .p-other__hero img{
		border-radius: 0;
	}
	.menu .p-other__note{
		left: 5.4vw;
		width: 40%;
	}
	.menu .p-other__title{
		font-size: 8vw;
		margin-bottom: 2vw;
	}
	.menu .p-other__ja{
		font-size: 3rem;
	}
	.menu .p-other__list{
		display: block;
		width: 100%;
	}
	.menu .p-other__item{
		margin-bottom: 0;
		width: 100%;
	}
	.menu .p-other__menu__bg{
		background: #fff;
		padding: 5.333vw 0 9.333vw;
	}
	.menu .p-other__menu__list{
		margin: 0 auto;
		width: 89.2vw;
	}
	.l-detail__title{
		font-size: 6.0rem;
		padding: 9.6vw 0;
	}
	.l-detail__hero{
		padding: 0;
		width: 100%;
	}
	.l-detail__hero__note{
		display: block;
		padding: 9.333vw 5.333vw;
	}
	.l-detail__hero__title{
		font-size: 6rem;
		line-height: 1.33;
		margin-bottom: 8vw;
		max-width: 100%;
	}
	.l-detail__hero__title br{
		display: none;
	}
	.l-detail__hero__read{
		font-size: 2.8rem;
		width: 100%;
	}
	.l-detail__hero__read br{
		display: block;
	}
	.l-detail__navi__list{
		width: 89.2vw;
	}
	.l-detail__navi__item{
		height: 17.333vw;
		width: 50%;
	}
	.l-detail__navi__item a{
		font-size: 2.8rem;
		line-height: 1.25;
	}
	.l-detail__navi__item a:hover{
		background: #fff;
	}
	.l-detail__navi__item a:hover:after{
		display: none;
	}
	.l-detail__navi__item:nth-of-type(1){
		border-radius: 1px;
	}
	.l-detail__navi__item:nth-of-type(2){
		border-right: 1px solid #eaecf2;
		border-radius: 0 1.33vw 0 0;
	}
	.l-detail__navi__item:nth-of-type(3){
		border-top: none;
		border-radius: 0;
	}
	.l-detail__navi__item:nth-of-type(4){
		border-right: 1px solid #eaecf2;
		border-radius: 0;
	}
	.l-detail__navi__item:nth-of-type(5){
		border-radius: 0 0 0 1.33vw;
	}
	.l-detail__navi__item:nth-of-type(3n){
		border-right: none;
	}
	.l-detail__navi__item:last-of-type{
		border-radius: 0 0 1.33vw 0;
		border-right: 1px solid #eaecf2;
	}
	.l-detail__contents{
		padding: 13.333vw 0 0;
	}
	.l-detail .p-recommend{
		padding: 13.333vw 0 17.33vw;
	}
	.l-detail .p-recommend__list{
		width: 89.2vw;
	}
	.l-detail .p-recommend__item{
		-ms-flex-pack: start;
		justify-content: flex-start;
		border-radius: 1.33vw;
		font-size: 3.2rem;
		margin-bottom: 2.66vw;
		height: auto;
		width: 100%;
		text-align: left;
		padding: 10px 20px;
	}
	.l-detail .p-risk__list{
		padding: 13.33vw 5.33vw 20vw;
		width: 100%;
	}
	.l-detail .p-risk__item{
		margin-bottom: 7.33vw;
		width: 100%;
	}
	.l-detail .p-risk__item p{
		font-size: 2.8rem;
	}
	.l-detail .p-risk__title{
		display: -ms-flexbox;
		display: flex;
		-ms-flex-pack: start;
		justify-content: flex-start;
		-ms-flex-align: center;
		align-items: center;
		background-size: 8vw auto;
		height: 8vw;
		font-size: 2.8rem;
		padding-left: 10vw;
		margin-bottom: 2.66vw;
	}
	.l-detail .p-risk .js-note--more{
		display: none;
	}
	.l-detail .p-flow{
		padding: 13.333vw 0;
	}
	.l-detail .p-flow__list{
		width: 89.2vw;
	}
	.l-detail .p-flow__title{
		border-left: 1.33vw solid #304382;
		border-radius: 1.33vw;
		font-size: 4rem;
		padding: 6.66vw 4vw;
	}
	.l-detail .p-flow__title:after{
		height: 5.33vw;
		width: 5.33vw;
		right: 5.33vw;
	}
	.l-detail .p-flow__title.close{
		border-radius: 1.33vw 1.33vw 0 0;
	}
	.l-detail .p-step__list{
		padding: 0 5.33vw;
	}
	.l-detail .p-step__item{
		display: block;
		padding: 5.33vw 0;
		position: relative;
	}
	.l-detail .p-step__item__num{
		height: 13.33vw;
		width: 13.33vw;
		position: absolute;
		left: 0;
		top: 6.66vw;
	}
	.l-detail .p-step__item__num p{
		font-size: 2rem;
	}
	.l-detail .p-step__item__num p span{
		font-size: 4.2rem;
		margin-left: -.2em;
	}
	.l-detail .p-step__item__note{
		padding: 1.33vw 0 0;
		width: 100%;
	}
	.l-detail .p-step__item__title{
		display: -ms-flexbox;
		display: flex;
		-ms-flex-pack: start;
		justify-content: flex-start;
		-ms-flex-align: center;
		align-items: center;
		font-size: 3.6rem;
		height: 13.33vw;
		padding-left: 16.66vw;
		margin-bottom: 2.66vw;
	}
	.l-detail .p-step__item__read{
		font-size: 2.8rem;
	}
	.l-detail .p-step__item__read br{
		display: none;
	}
	.l-detail .p-faq{
		padding: 13.333vw 0 17.33vw;
	}
	.l-detail .p-faq__list{
		font-size: 2.8rem;
		width: 84vw;
	}
	.l-detail .p-faq__question{
		padding: 5.33vw 10vw 5.33vw 12vw;
	}
	.l-detail .p-faq__question br{
		display: none;
	}
	.l-detail .p-faq__question:before{
		background-size: 6.133vw auto;
		height: 7.866vw;
		width: 6.133vw;
		left: 2vw;
	}
	.l-detail .p-faq__question:after{
		height: 5.33vw;
		width: 5.33vw;
		right: 2vw;
	}
	.l-detail .p-faq__answer{
		padding: 5.33vw 10vw 5.33vw 12vw;
	}
	.l-detail .p-faq__answer:before{
		background-size: 5.733vw auto;
		height: 5.866vw;
		width: 5.733vw;
		top: 50%;
		transform: translateY(-50%);
		left: 2vw;
	}
	.l-detail .p-price{
		padding: 13.33vw 0 6.66vw;
	}
	.l-detail .p-price__list{
		width: 84vw;
	}
	.l-detail .p-price__item__title{
		font-size: 3.2rem;
		padding: 2.66vw 6vw;
	}
	.l-detail .p-price__item__title span {
		font-size: 2.4rem;
	}
	.l-detail .p-price__item__subtitle{
		font-size: 2.8rem;
		padding: 2.66vw 6vw;
	}
	.l-detail .p-price__item__subtitle span{
		font-size: 2.2rem;
	}
	.l-detail .p-price__item .c-table__price{
		display: block;
		padding: 3.33vw 5.33vw;
	}
	.l-detail .p-price__item .c-table__price.sp-table{
		display: table;
		padding: 0;
	}
	.l-detail .p-price__item .c-table__price__note{
		display: block;
		font-size: 2.8rem;
		padding: 0 0 5.33vw;
		width: 100%;
	}
	.l-detail .p-price__item .c-table__price__note br{
		display: none;
	}
	.l-detail .p-price__item .c-table__price__num{
		display: block;
		font-size: 3.2rem;
		padding: 0;
	}
	.l-detail .p-price__item .c-table__price__num .tax{
		font-size: 3rem;
	}
	.l-detail .p-price__item .c-table__price__num--list{
		width: 78%;
	}
	.l-detail .p-price__item .c-table__price__num--item{
		padding: 1.33vw 4vw;
	}
	.l-detail .p-price__item .c-table__price__memo{
		font-size: 2rem;
		margin-top: 2vw;
	}
		.l-detail .p-price__item .c-table__price.noboder {
		border-right: none;
		border-left: none;
		border-bottom: none;
		padding: 2vw 4vw;
	}
	.l-detail .p-price__item .c-table__price.noboder {
		border-bottom: none;
		padding: 2vw 4vw;
	}
	.l-detail .p-price__item .c-table__price.nobodermx {
		border-left: none;
		border-bottom: none;
		border-top: none;
		padding: 0 4vw 4vw;
	}
	.l-detail .p-price__item .c-table__price.noboder .c-table__price__note{
		display: inline-block;
		float: left;
		padding: 1rem 0 0;
		font-size: 2rem;
	}
	.l-detail .p-price__item .c-table__price.noboder .c-table__price__num{
		display: inline-block;
		float: right;
		padding: 0;
	}
	.l-detail .p-price__item .c-table__price.nobodermx .c-table__price__note{
		display: inline-block;
		float: left;
		padding: 1rem 0 0;
		font-size: 2rem;
	}
	.l-detail .p-price__item .c-table__price.nobodermx .c-table__price__num{
		display: inline-block;
		float: right;
		padding: 0;
	}
	.l-detail .p-note{
		padding: 13.333vw 0 17.33vw;
	}
	.l-detail .p-note__inner{
		width: 90%;
	}
	.l-detail .p-note__textarea{
		text-align: left;
	}
	.p-price__nav__wrap nav {
		width: 89.2vw;
		padding: 0 0 13.3333vw;
	}
	.p-price__nav__wrap nav ul {
		border-radius: 0.6667vw;
	}
	.p-price__nav__wrap nav ul li {
		width: calc(100%/3);
	}
	.p-price__nav__wrap nav ul li:nth-child(-n + 12) {
		border-bottom: 1px solid #eaecf2;
	}
	.p-price__nav__wrap nav ul li {
		border-right: 1px solid #eaecf2;
	}
	.p-price__nav__wrap nav ul li:nth-child(3n),
	.p-price__nav__wrap nav ul li:last-child {
		border-right: none;
	}
	.p-price__nav__wrap nav ul li a {
		font-size: 2.8rem;
		height: 12.6667vw;
	}
	.p-price__nav__wrap nav ul li a span {
		display: inline;
		font-size: 2rem;
		margin: 0;
	}
	.p-price__item .c-table__price__num{
		display: block;
		font-size: 3.2rem;
		padding: 0;
	}
	.p-price .c-table__price{
		display: block;
		padding: 3.33vw 5.33vw;
	}
	.p-price .c-table__price.sp-table{
		display: table;
		padding: 0;
	}
	.p-price .c-table__price.sp-table .c-table__price__note{
		display: block;
		padding: 4vw 4vw 0 4vw;
		width: auto;
	}
	.p-price .c-table__price.sp-table .c-table__price__num{
		display: block;
		padding: 0 4vw 4vw 4vw;
		width: auto;
	}
	.p-price .c-table__price__note{
		display: block;
		font-size: 2.8rem;
		padding: 0 0 5.33vw;
	}
	.p-price .c-table__price__note br{
		display: none;
	}
	.price .p-price{
		padding: 6.66vw 0 13.33vw;
	}
	.price .p-price__list{
		width: 89.2vw;
	}
	.price .p-price__item{
		border-radius: 1.33vw;
		margin-bottom: 3.33vw;
	}
	.price .p-price__item__list{
		padding: 10.66vw 2.66vw 1.33vw;
	}
	.price .p-price__item .c-table{
		margin-bottom: 10.66;
	}
	.price .p-price__item .c-table__title{
		font-size: 3.2rem;
		padding: 3.33vw 5.33vw;
	}
	.price .p-price__item .c-table__title span{
		font-size: 2.4rem;
	}
	.price .p-price__item .c-table__subtitle{
		font-size: 2.8rem;
		padding: 2.66vw 6vw;
	}
	.price .p-price__item .c-table__subtitle span{
		font-size: 2.2rem;
	}
	.price .p-price__item .c-table__price.noboder {
		border-right: none;
		border-left: none;
		border-bottom: none;
		padding: 2vw 4vw;
	}
	.price .p-price__item .c-table__price.noboder {
		border-bottom: none;
		padding: 2vw 4vw;
	}
	.price .p-price__item .c-table__price.nobodermx {
		border-left: none;
		border-bottom: none;
		padding: 0 4vw 4vw;
	}
	.price .p-price__item .c-table__price.noboder .c-table__price__note{
		display: inline-block;
		float: left;
		padding: 1rem 0 0;
		font-size: 2rem;
	}
	.price .p-price__item .c-table__price.noboder .c-table__price__num{
		display: inline-block;
		float: right;
		padding: 0;
	}
	.price .p-price__item .c-table__price.nobodermx .c-table__price__note{
		display: inline-block;
		float: left;
		padding: 1rem 0 0;
		font-size: 2rem;
	}
	.price .p-price__item .c-table__price.nobodermx .c-table__price__num{
		display: inline-block;
		float: right;
		padding: 0;
	}
	.price .p-price__item .c-table__price__memo{
		font-size: 2rem;
		margin-top: 2vw;
	}
	.price .p-price__title{
		border-left: 1.33vw solid #304382;
		border-radius: 1.33vw;
		font-size: 3.2rem;
		padding: 6.66vw 4vw;
	}
	.price .p-price__title:after{
		right: 4vw;
		width: 5.33333vw;
		height: 5.33333vw;
	}
	.price .p-price__title__text{
		width: auto;
	}
	.price .p-price__title__text--open{
		height: 5.33333vw;
		margin-left: 4vw;
		padding: 0 0 0 6.66667vw;
		font-size: 3.2vw;
		background-size: auto 5.33333vw;
	}
	.price .p-price__open{
		width: 89.33333vw;
		margin-bottom: 13.33333vw;
		padding: 6.66667vw 5.33333vw;
		text-align: left;
	}
	.faq .p-faq__tab__list{
		-ms-flex-pack: start;
		justify-content: center;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin: 0 auto 4vw;
		width: 90.64vw;
	}
	.faq .p-faq__tab__item{
		font-size: 2.8rem;
		margin: 0 .67vw 8vw;
		padding-bottom: 4.8vw;
		width: 21.32vw;
		height: 12vw;
	}
	.faq .p-faq__tab__item br{
		display: block;
	}
	.faq .p-faq__tab__item.current:after{
		height: 1.866vw;
		width: 2.666vw;
	}
	.faq .p-faq__tab__contents{
		border-radius: 1.33vw;
		padding: 40px 2.66vw 75px;
		width: 89.2vw;
	}
	.faq .p-faq__contents{
		padding: 13.33vw 0;
	}
	.faq .p-faq__title{
		font-size: 3.2rem;
		margin-bottom: 8vw;
	}
	.faq .p-faq__list{
		font-size: 3.2rem;
		width: 100%;
	}
	.faq .p-faq__question{
		padding: 5.33vw 10vw 5.33vw 12vw;
	}
	.faq .p-faq__question br{
		display: none;
	}
	.faq .p-faq__question:before{
		background-size: 6.133vw auto;
		height: 7.866vw;
		width: 6.133vw;
		left: 2vw;
	}
	.faq .p-faq__question:after{
		height: 5.33vw;
		width: 5.33vw;
		right: 2vw;
	}
	.faq .p-faq__answer{
		padding: 5.33vw 10vw 5.33vw 12vw;
	}
	.faq .p-faq__answer:before{
		background-size: 5.733vw auto;
		height: 5.866vw;
		width: 5.733vw;
		top: 50%;
		transform: translateY(-50%);
		left: 2vw;
	}
	.p-form__table{
		display: block;
		margin: 6.66667vw 0;
		font-size: 2.8rem;
	}
	.p-form__table tbody,
	.p-form__table tr,
	.p-form__table th,
	.p-form__table td{
		display: block;
		width: 100% !important;
	}
	.p-form__table tr{
		margin: 5.33333vw 0;
	}
	.p-form__table th,
	.p-form__table td{
		padding: 0;
	}
	.p-form__table th{
		margin-bottom: 4vw;
	}
	.p-form__column{
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.p-form__column > *{
		max-width: 100%;
		min-height: 0%;
	}
	.p-form__column > *{
		width: 100%;
		margin: 0 0 1.33333vw;
	}
	.p-form__column > *:last-child{
		margin-bottom: 0;
	}
	.p-reserve__date__item{
		margin-bottom: 1.33333vw;
	}
	.p-reserve__date__item .wpcf7-form-control-wrap{
		margin-left: 1.33333vw;
	}
	.p-reserve__date__item input[type="date"]{
		width: 36vw;
		height: 10vw;
	}
	.p-reserve__date__item select{
		height: 10vw;
	}
	.p-reserve__note{
		margin: 5.33333vw auto;
		font-size: 2.8rem;
		text-align: left;
	}
	.p-sitemap__inner{
		padding: 9.33333vw 0 20vw;
	}
	.p-sitemap__nav__list__item__inner{
		padding: 4vw 0;
		font-size: 5.33333vw;
	}
	.p-sitemap__nav__list__item--en{
		margin-left: 5.33333vw;
		font-size: 3.2vw;
	}
	.p-sitemap__nav__list--menu{
		display: block;
		margin-bottom: 0;
	}
	.p-sitemap__nav__list--menu__item{
		border-top: 1px solid #eaecf2;
	}
	.p-sitemap__nav__list--menu__item:first-child{
		border-top: none;
	}
	.p-sitemap__nav__list--menu-sub{
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin: 2.66667vw 0 5.33333vw;
	}
	.p-sitemap__nav__list--menu-sub > *{
		margin: 10px 1.33333vw 0 0;
		width: calc(50% - (1.33333vw / 2));
	}
	.p-sitemap__nav__list--menu-sub > *:nth-of-type(-n+2){
		margin-top: 0;
	}
	.p-sitemap__nav__list--menu-sub > *:nth-of-type(2n){
		margin-right: 0;
	}
	.p-sitemap__nav__list--menu-sub__item__inner{
		font-size: 3.73333vw;
	}
	.u-align--center-sp{
		text-align: center;
	}
	.u-align--right-sp{
		text-align: right;
	}
	.u-align--left-sp{
		text-align: left;
	}
	.u-align--img-right{
		max-width: 50%;
	}
	.u-align--img-left{
		max-width: 50%;
	}
	.u-pc__show{
		display: none !important;
	}
	.u-sp__show{
		display: block;
	}
	.u-sp__show.l-bread__item{
		display: inline-block;
	}
	.pc-only{
		display: none !important;
	}
	.sp-only{
		display: block !important;
	}
	.u-display--block-sp{
		display: block;
	}
	.u-display--inline-sp{
		display: inline-block;
	}
	.u-show--pc{
		display: none;
	}
	.u-show--sp{
		display: block;
	}
	.u-hide--sp{
		display: none !important;
	}
	.u-mg--t-xl{
		margin-top: 60px !important;
	}
	.u-mg--t-lg{
		margin-top: 30px !important;
	}
	.u-mg--t-md{
		margin-top: 20px !important;
	}
	.u-mg--t-sm{
		margin-top: 10px !important;
	}
	.u-mg--t-xs{
		margin-top: 5px !important;
	}
	.u-mg--r-xl{
		margin-right: 60px !important;
	}
	.u-mg--r-lg{
		margin-right: 30px !important;
	}
	.u-mg--r-md{
		margin-right: 20px !important;
	}
	.u-mg--r-sm{
		margin-right: 10px !important;
	}
	.u-mg--r-xs{
		margin-right: 5px !important;
	}
	.u-mg--b-xl{
		margin-bottom: 60px !important;
	}
	.u-mg--b-lg{
		margin-bottom: 30px !important;
	}
	.u-mg--b-md{
		margin-bottom: 20px !important;
	}
	.u-mg--b-sm{
		margin-bottom: 10px !important;
	}
	.u-mg--b-xs{
		margin-bottom: 5px !important;
	}
	.u-mg--l-xl{
		margin-left: 60px !important;
	}
	.u-mg--l-lg{
		margin-left: 30px !important;
	}
	.u-mg--l-md{
		margin-left: 20px !important;
	}
	.u-mg--l-sm{
		margin-left: 10px !important;
	}
	.u-mg--l-xs{
		margin-left: 5px !important;
	}
	.u-pd--t-xl{
		padding-top: 60px !important;
	}
	.u-pd--t-lg{
		padding-top: 30px !important;
	}
	.u-pd--t-md{
		padding-top: 20px !important;
	}
	.u-pd--t-sm{
		padding-top: 10px !important;
	}
	.u-pd--t-xs{
		padding-top: 5px !important;
	}
	.u-pd--r-xl{
		padding-right: 60px !important;
	}
	.u-pd--r-lg{
		padding-right: 30px !important;
	}
	.u-pd--r-md{
		padding-right: 20px !important;
	}
	.u-pd--r-sm{
		padding-right: 10px !important;
	}
	.u-pd--r-xs{
		padding-right: 5px !important;
	}
	.u-pd--b-xl{
		padding-bottom: 60px !important;
	}
	.u-pd--b-lg{
		padding-bottom: 30px !important;
	}
	.u-pd--b-md{
		padding-bottom: 20px !important;
	}
	.u-pd--b-sm{
		padding-bottom: 10px !important;
	}
	.u-pd--b-xs{
		padding-bottom: 5px !important;
	}
	.u-pd--l-xl{
		padding-left: 60px !important;
	}
	.u-pd--l-lg{
		padding-left: 30px !important;
	}
	.u-pd--l-md{
		padding-left: 20px !important;
	}
	.u-pd--l-sm{
		padding-left: 10px !important;
	}
	.u-pd--l-xs{
		padding-left: 5px !important;
	}
	.u-text--size-30p-sp{
		font-size: 30%;
	}
	.u-text--size-35p-sp{
		font-size: 35%;
	}
	.u-text--size-40p-sp{
		font-size: 40%;
	}
	.u-text--size-45p-sp{
		font-size: 45%;
	}
	.u-text--size-50p-sp{
		font-size: 50%;
	}
	.u-text--size-55p-sp{
		font-size: 55%;
	}
	.u-text--size-60p-sp{
		font-size: 60%;
	}
	.u-text--size-65p-sp{
		font-size: 65%;
	}
	.u-text--size-70p-sp{
		font-size: 70%;
	}
	.u-text--size-75p-sp{
		font-size: 75%;
	}
	.u-text--size-80p-sp{
		font-size: 80%;
	}
	.u-text--size-85p-sp{
		font-size: 85%;
	}
	.u-text--size-90p-sp{
		font-size: 90%;
	}
	.u-text--size-95p-sp{
		font-size: 95%;
	}
	.u-text--size-100p-sp{
		font-size: 100%;
	}
	.u-text--size-105p-sp{
		font-size: 105%;
	}
	.u-text--size-110p-sp{
		font-size: 110%;
	}
	.u-text--size-115p-sp{
		font-size: 115%;
	}
	.u-text--size-120p-sp{
		font-size: 120%;
	}
	.u-text--size-125p-sp{
		font-size: 125%;
	}
	.u-text--size-130p-sp{
		font-size: 130%;
	}
	.u-text--size-135p-sp{
		font-size: 135%;
	}
	.u-text--size-140p-sp{
		font-size: 140%;
	}
	.u-text--size-145p-sp{
		font-size: 145%;
	}
	.u-text--size-150p-sp{
		font-size: 150%;
	}
	.u-text--size-155p-sp{
		font-size: 155%;
	}
	.u-text--block--sp{
		margin-right: 0;
		display: block;
	}



	.c-post__area {
		padding: 0;
	}


	.news_archive__content .news_archive__detail .news_archive__area a {
		width: 360px;
	}
}

@media print, screen and (min-width: 769px){
	.p-price__nav__wrap nav ul li a:hover {
		background-color: #eaecf2;
	}
	.p-price__nav__wrap nav ul li a:hover::after {
		content: '';
		position: absolute;
		left: 0;
		right: 0;
		bottom: 9px;
		margin: 0 auto;
		width: 16px;
		height: 6px;
		background-image: url(../img/icon_arrow_bottom01.png);
		background-repeat: no-repeat;
		background-size: cover;
	}
	.l-subnav--overlay{
		position: absolute;
		z-index: 1;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: rgba(38, 39, 79, 0.7);
	}
	.l-footer__link--sns__item a{
		transition: .3s;
	}
	.l-footer__link--sns__item a:hover{
		opacity: 0.6;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
	}
	.c-button--success, .c-button--back{
		transition: background-color .4s;
	}
	.c-button--success:hover{
		background-color: #b89d46;
	}
	.c-button--back:hover{
		background-color: #727a9c;
	}
	th .c-label--optional, th .c-label--must{
		position: absolute;
		top: 15px;
		right: 15px;
	}
	.c-post__body a{
		transition: .3s;
	}
	.c-post__body a:hover{
		opacity: 0.6;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
	}
	.p-form__table th{
		width: 30%;
	}
	.p-form__column--2 > *:nth-of-type(-n+2){
		margin-top: 0;
	}
	.p-form__column--2 > *:nth-of-type(2n){
		margin-right: 0;
	}
	.p-form__column--3 > *:nth-of-type(-n+3){
		margin-top: 0;
	}
	.p-form__column--3 > *:nth-of-type(3n){
		margin-right: 0;
	}
	.p-reserve__note a{
		transition: .3s;
	}
	.p-reserve__note a:hover{
		opacity: 0.6;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
	}
	.p-sitemap__nav__list__item__inner{
		transition: .3s;
	}
	.p-sitemap__nav__list__item__inner:hover{
		opacity: 0.6;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
	}
	.p-sitemap__nav__list--menu > *{
		margin: 50px 52px 0 0;
		width: calc(25% - ((52px) / 1.33));
	}
	.p-sitemap__nav__list--menu > *:nth-of-type(-n+4){
		margin-top: 0;
	}
	.p-sitemap__nav__list--menu > *:nth-of-type(4n){
		margin-right: 0;
	}
	.p-sitemap__nav__list--menu-sub__item:last-child{
		margin-bottom: 0;
	}
	.p-sitemap__nav__list--menu-sub__item__inner{
		transition: .3s;
	}
	.p-sitemap__nav__list--menu-sub__item__inner:hover{
		opacity: 0.6;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
	}
	.u-align--center-pc{
		text-align: center;
	}
	.u-align--right-pc{
		text-align: right;
	}
	.u-align--left-pc{
		text-align: left;
	}
	.u-display--block-pc{
		display: block;
	}
	.u-display--inline-pc{
		display: inline-block;
	}
	.u-show--pc{
		display: block;
	}
	.u-show--sp{
		display: none;
	}
	.u-hide--pc{
		display: none !important;
	}
	.u-text--size-30p-pc{
		font-size: 30%;
	}
	.u-text--size-35p-pc{
		font-size: 35%;
	}
	.u-text--size-40p-pc{
		font-size: 40%;
	}
	.u-text--size-45p-pc{
		font-size: 45%;
	}
	.u-text--size-50p-pc{
		font-size: 50%;
	}
	.u-text--size-55p-pc{
		font-size: 55%;
	}
	.u-text--size-60p-pc{
		font-size: 60%;
	}
	.u-text--size-65p-pc{
		font-size: 65%;
	}
	.u-text--size-70p-pc{
		font-size: 70%;
	}
	.u-text--size-75p-pc{
		font-size: 75%;
	}
	.u-text--size-80p-pc{
		font-size: 80%;
	}
	.u-text--size-85p-pc{
		font-size: 85%;
	}
	.u-text--size-90p-pc{
		font-size: 90%;
	}
	.u-text--size-95p-pc{
		font-size: 95%;
	}
	.u-text--size-100p-pc{
		font-size: 100%;
	}
	.u-text--size-105p-pc{
		font-size: 105%;
	}
	.u-text--size-110p-pc{
		font-size: 110%;
	}
	.u-text--size-115p-pc{
		font-size: 115%;
	}
	.u-text--size-120p-pc{
		font-size: 120%;
	}
	.u-text--size-125p-pc{
		font-size: 125%;
	}
	.u-text--size-130p-pc{
		font-size: 130%;
	}
	.u-text--size-135p-pc{
		font-size: 135%;
	}
	.u-text--size-140p-pc{
		font-size: 140%;
	}
	.u-text--size-145p-pc{
		font-size: 145%;
	}
	.u-text--size-150p-pc{
		font-size: 150%;
	}
	.u-text--size-155p-pc{
		font-size: 155%;
	}
}

@media screen and (max-width: 360px){
	.u-show--xs{
		display: block;
	}
}

@media print, screen and (min-width: 361px){
	.u-show--xs{
		display: none;
	}
}

/*---------------------------------
2020.10 フッタCONTACT改修
---------------------------------*/
.p-address_line_area {
	text-align: center;
}
.p-address_line_area .lead {
	line-height: 1;
}
.p-address_line_area .btn {
	width: 100%;
	margin: 0 auto;
}
.p-address_line_area .btn a {
	box-sizing: border-box;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	background: #00b900;
	font-weight: bold;
	width: 100%;
}
.p-address_line_area .btn a::before,
.p-address_line_area .btn a::after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto 0;
}
.p-address_line_area .btn a::before {
	background: url(../img/icon_line_sp.png) center center no-repeat;
	background-size: cover;
}
.p-address_line_area .btn a::after {
	background: url(../img/icon_arrow_right02.png) center center no-repeat;
	background-size: cover;
}
@media ( min-width: 769px ){
	.p-address_line_area br.sp {
		display: none;
	}
	.p-address_line_area {
		margin: 0 0 50px;
	}
	.p-address_line_area .lead {
		font-size: 18px;
		margin: 0 0 20px;
	}
	.p-address_line_area .btn {
		max-width: 540px;
	}
	.p-address_line_area .btn a {
		height: 100px;
		border-radius: 5px;
		font-size: 25px;
		padding: 0 0 0 50px;
	}
	.p-address_line_area .btn a::before {
		width: 59px;
		height: 55px;
		left: 35px;
	}
	.p-address_line_area .btn a::after {
		width: 14px;
		height: 36px;
		right: 35px;
	}
	.p-address_line_area .btn a:hover {
		background: #069d06;
	}
}
@media ( max-width: 768px ){
	.p-address_line_area br.sp {
		display: block;
	}
	.p-address_line_area {
		padding: 0 5.33vw;
		margin: 0 0 8vw;
	}
	.p-address_line_area .lead {
		font-size: 3.6rem;
		margin: 0 0 4vw;
	}
	.p-address_line_area .btn a {
		height: 18.67vw;
		line-height: 1.3;
		border-radius: 1.33vw;
		font-size: 4.8vw;
		padding: 0 0 0 4vw;
	}
	.p-address_line_area .btn a::before {
		width: 11.6vw;
		height: 11.07vw;
		left: 6.4vw;
	}
	.p-address_line_area .btn a::after {
		width: 1.87vw;
		height: 4.8vw;
		right: 6.4vw;
	}
}
.p-address_tel_and_web {
	background: #fff;
	text-align: center;
}
.p-address_tel_and_web .tel_wrap {
	position: relative;
}
.p-address_tel_and_web .tel_wrap::after {
	content: '';
	display: block;
	width: 100%;
	background: #eaecf2;
	background: linear-gradient(to right, #fff 0%,#eaecf2 50%,#fff 100%);
	position: absolute;
	left: 0;
	bottom: 0;
}
.p-address_tel_and_web .web_wrap .note {
	text-align: center;
}
.p-address_tel_and_web .web_wrap .btn_wrap {
	display: flex;
	justify-content: center;
	margin: 0 auto;
}
.p-address_tel_and_web .web_wrap .p-address__btn__item a {
	align-items: center;
}
.p-address_tel_and_web .web_wrap .p-address__btn__item a.u-btn__reservation:before,
.p-address_tel_and_web .web_wrap .p-address__btn__item a.u-btn__contact:before {
	content: none;
}
@media ( min-width: 769px ){
	.p-address_tel_and_web {
		border: 1px solid #eaecf2;
		border-radius: 5px;
		min-height: 150px;
		margin: 0 auto 50px;
		padding: 30px 20px;
		width: 800px;
	}
	.p-address_tel_and_web .tel_wrap {
		padding: 0 0 25px;
		margin: 0 0 25px;
	}
	.p-address_tel_and_web .tel_wrap::after {
		height: 1px;
	}
	.p-address_tel_and_web .web_wrap .p-address__read {
		margin: 0 0 10px;
	}
	.p-address_tel_and_web .web_wrap .note {
		margin: 0 auto 20px;
		font-size: 14px;
		font-size: 1.4rem;
	}
	.p-address_tel_and_web .web_wrap .btn_wrap {
		width: 540px;
	}
	.p-address_tel_and_web .web_wrap .p-address__btn__item a {
		padding: 0 20px 0 0;
		height: 55px;
	}
}
@media ( max-width: 768px ){
	.p-address_tel_and_web {
		border-radius: 1.333vw;
		min-height: inherit;
		margin: 0 auto 2.666vw;
		padding: 8vw 3.33vw;
		width: 89.2vw;
	}
	.p-address_tel_and_web .tel_wrap {
		padding: 0 0 4.67vw;
		margin: 0 0 4.67vw;
	}
	.p-address_tel_and_web .tel_wrap::after {
		height: 0.27vw;
	}
	.p-address_tel_and_web .web_wrap .p-address__read {
		margin: 0 0 2.67vw;
	}
	.p-address_tel_and_web .web_wrap .note {
		margin: 0 auto 3.33vw;
		font-size: 2.8rem;
		text-align: left;
	}
	.p-address_tel_and_web .web_wrap .btn_wrap {
		width: 100%;
	}
	.p-address_tel_and_web .web_wrap .btn_wrap .p-address__btn__item {
		margin-bottom: 0;
		width: 55%;
	}
	.p-address_tel_and_web .web_wrap .p-address__btn__item a {
		font-size: 2.8vw;
		padding: 0 2.67vw 0 0;
		height: 10.67vw;
	}
	.p-address_tel_and_web .web_wrap .p-address__btn__item a::after {
		height: 4vw;
		width: 1.6vw;
		right: 2.67vw;
	}
}
/*-----------------------------------
index calendar
-----------------------------------*/
.p-calendar .calendar_wrap {
	margin: 0 auto;
}
.p-calendar .calendar_wrap .tbl {

}
.p-calendar  .calendar_wrap .tbl .month {
}
.p-calendar .calendar_wrap .tbl table {
	width: 100%;
}
.p-calendar .calendar_wrap .tbl table th,
.p-calendar .calendar_wrap .tbl table td {
	text-align: center;
}
.p-calendar .calendar_wrap .tbl table th {
	color: #fff;
}
.p-calendar .calendar_wrap .tbl table thead th {
	position: relative;
	background: #304483;
}
.p-calendar .calendar_wrap .tbl table tbody th {
	background: #53659e;
}
.p-calendar .calendar_wrap .tbl table tbody td {
	box-sizing: border-box;
	position: relative;
	text-align: center;
	vertical-align: top;
	width: 14.2%;
}
.p-calendar .calendar_wrap .tbl table tbody tr:last-of-type td {
	border-bottom: none;
}
.p-calendar .calendar_wrap .tbl table tbody tr td:last-child {
	border-right: none;
}
.p-calendar .calendar_wrap .tbl td.none {
	background: #ececec;
}
.p-calendar .calendar_wrap .tbl td.off_day {
	background: #f1dce1;
}
.p-calendar .calendar_wrap .tbl table tbody td .number {
	position: absolute;
	top: 0;
	color: #909090;
}
.p-calendar .calendar_wrap .tbl table tbody td .dr span {
	color: #212121;
	display: flex;
	justify-content: center;
	align-items: center;
}
.p-calendar .calendar_wrap .tbl table tbody td .dr span:last-of-type {
	margin: 0;
}
.p-calendar .calendar_wrap .tbl table tbody td .dr span.hosoi {
	background: #ccc9b2;
}
.p-calendar .calendar_wrap .tbl table tbody td .dr span.shiozaki {
	background: #d1e3e6;
}
.p-calendar .calendar_wrap .tbl table tbody td .dr span.akamine {
	background: #f2e5db;
}
.p-calendar .calendar_wrap .tbl table tbody td .dr span.maeda {
	background: #ded7db;
}
.p-calendar .calendar_wrap .tbl table tbody td .dr span.sasaki {
	background: #c9dcd2;
}
.p-calendar .calendar_wrap .tbl table tbody td .dr span.miyashita {
	background: #cfd6cc;
}
.p-calendar .calendar_wrap .tbl table tbody td .dr span.yamamoto {
	background: #bfbcc2;
}
.p-calendar .calendar_wrap .tbl table tbody td .dr span.maenami {
	background: #ececec;
}
.p-calendar .comment {
	position: relative;
}
.p-calendar .comment::before {
	content: '';
	display: block;
	background: #f1dce1;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto 0;
}
.p-calendar_note {
	font-family: YuMincho, 'Yu Mincho', 'Noto Serif JP', 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'HG明朝E', 'ＭＳ Ｐ明朝', 'ＭＳ 明朝', serif;
}

@media ( min-width: 769px ) {
	.p-calendar  {
		padding-bottom: 150px;
	}
	.p-calendar .calendar_wrap {
		width: 960px;
	}
	.p-calendar .calendar_wrap .tbl {
		border-radius: 5px;
		border: 1px solid #304483;
	}
	.p-calendar .calendar_wrap .tbl table thead th {
		height: 68px;
		font-size: 24px;
	}
	.p-calendar .calendar_wrap .tbl table tbody th {
		height: 50px;
		font-size: 18px;
	}
	.p-calendar .calendar_wrap .tbl table tbody td {
		border-bottom: 1px solid #304483;
		border-right: 1px solid #304483;
		padding: 10px;
		height: 101px;
	}
	.p-calendar .calendar_wrap .tbl table tbody tr:last-of-type td:last-child {
		border-radius: 0 0 5px 0;
	}
	.p-calendar .calendar_wrap .tbl table tbody td .number {
		right: 10px;
		font-size: 20px;
	}
	.p-calendar .calendar_wrap .tbl table tbody td .dr {
		min-height: 80px;
	}
	.p-calendar .calendar_wrap .tbl table tbody td .dr span {
		border-radius: 5px;
		width: 60px;
		height: 25px;
		font-size: 14px;
		margin: 0 0 3px;
		letter-spacing: 0.3em;
		text-indent: 0.3em;
	}
	.p-calendar .comment {
		font-size: 16px;
		padding: 0 0 0 50px;
	}
	.p-calendar .comment::before {
		width: 40px;
		height: 20px;
	}
	.p-calendar_note {
	    margin: 40px auto;
	    font-size: 14px;
	    font-size: 1.4rem;
	}
}
@media ( max-width: 768px ) {
	.p-calendar {
		padding-bottom: 13.33vw;
	}
	.p-calendar .calendar_wrap {
		width: 89.2vw;
	}
	.p-calendar .calendar_wrap .tbl {
		border-radius: 1.33vw;
		border: 0.27vw solid #304483;
	}
	.p-calendar .calendar_wrap .tbl table thead th {
		height: 8.93vw;
		font-size: 3.73vw;
	}
	.p-calendar .calendar_wrap .tbl table thead th .btn {
		width: 5.6vw;
		height: 5.6vw;
		background: url('../img/calendar_btn_sp.png') no-repeat;
		background-size: cover;
		right: 4vw;
	}
	.p-calendar .calendar_wrap .tbl table tbody th {
		height: 6.67vw;
		font-size: 2.93vw;
	}
	.p-calendar .calendar_wrap .tbl table tbody td {
		border-bottom: 0.27vw solid #304483;
		border-right: 0.27vw solid #304483;
		padding: 5vw 1.33vw 1.33vw;
		height: 3.555em;
	}
	.p-calendar .calendar_wrap .tbl table tbody tr:last-of-type td:last-child {
		border-radius: 0 0 1.33vw 0;
	}
	.p-calendar .calendar_wrap .tbl table tbody td .number {
		right: 1.33vw;
		font-size: 2.93vw;
	}
	.p-calendar .calendar_wrap .tbl table tbody td .dr {
		min-height: 8vw;
	}
	.p-calendar .calendar_wrap .tbl table tbody td .dr span {
		border-radius: 0.67vw;
		width: 9vw;
		height: 4vw;
		font-size: 2vw;
		margin: 0 0 0.67vw;
	}
	.p-calendar .comment {
		font-size: 3.2vw;
		padding: 0 0 0 6.67vw;
	}
	.p-calendar .comment::before {
		width: 5.33vw;
		height: 2.67vw;
	}
	.p-calendar_note {
	    margin: 5.33333vw auto;
	    font-size: 2.8rem;
	}
}
/*-------------------------------
#js_calendar slick
-------------------------------*/
.p-calendar #js_calendar .slick-prev,
.p-calendar #js_calendar .slick-next {
	-webkit-transform: translate(0,0);
	-ms-transform: translate(0,0);
	transform: translate(0,0);
	z-index: 10;
}
.p-calendar #js_calendar .slick-prev.slick-disabled,
.p-calendar #js_calendar .slick-next.slick-disabled {
	display: none !important;
}
.p-calendar #js_calendar .slick-prev:before,
.p-calendar #js_calendar .slick-next:before {
	content: none;
}
@media ( min-width: 769px ) {
	.p-calendar #js_calendar {
		margin: 0 0 15px;
	}
	.p-calendar #js_calendar .slick-prev,
	.p-calendar #js_calendar .slick-next {
		width: 35px;
		height: 35px;
		top: 15px;
		transition: opacity .3s;
	}
	.p-calendar #js_calendar .slick-prev {
		background: url('../img/calendar_btn_prev.png') no-repeat;
		left: 40px;
	}
	.p-calendar #js_calendar .slick-next {
		background: url('../img/calendar_btn_next.png') no-repeat;
		right: 40px;
	}
	.p-calendar #js_calendar .slick-prev:hover,
	.p-calendar #js_calendar .slick-next:hover {
		opacity: 0.8;
	}
}
@media ( max-width: 768px ) {
	.p-calendar #js_calendar {
		margin: 0 0 2vw;
	}
	.p-calendar #js_calendar .slick-prev,
	.p-calendar #js_calendar .slick-next {
		width: 5.6vw;
		height: 5.6vw;
		top: 1.6vw;
	}
	.p-calendar #js_calendar .slick-prev {
		background: url('../img/calendar_btn_prev_sp.png') no-repeat;
		background-size: cover;
		left: 4vw;
	}
	.p-calendar #js_calendar .slick-next {
		background: url('../img/calendar_btn_next_sp.png') no-repeat;
		background-size: cover;
		right: 4vw;
	}
}
/*-------------------------------------
.p-news
-------------------------------------*/
.home .p-news__contents {
	background: #f9f9fb;
}
.home .p-news__contents .p-news__list li {
	position: relative;
}
.home .p-news__contents .p-news__list li::after {
	content: '';
	display: block;
	background: #f4f5f9;
	top: 0;
	right: 0;
}
.home .p-news__contents .p-news__list li:last-child::after {
	content: none;
}
.home .p-news__contents .p-news__list li a {
	box-sizing: border-box;
	color: #212121;
	display: block;
	width: 100%;
}
.home .p-news__contents .p-news__list li a time {
	display: block;
	line-height: 1;
}
.home .p-news__contents .u-btn__type01 {
	margin: 0 auto;
}
@media ( min-width: 769px ) {
	.home .p-news__contents {
		padding-bottom: 85px;
	}
	.home .p-news__contents .p-news__list {
		width: 960px;
		margin: 0 auto 60px;
	}
	.home .p-news__contents .p-news__list ul {
		display: flex;
		justify-content: center;
	}
	.home .p-news__contents .p-news__list li {
		width: 30%;
	}
	.home .p-news__contents .p-news__list li:nth-child(2) {
		width: 40%;
	}
	.home .p-news__contents .p-news__list li::after {
		width: 1px;
		height: 100%;
		background: -moz-linear-gradient(top, #f4f5f9 0%, #d7dbe7 50%, #f4f5f9 100%);
		background: -webkit-linear-gradient(top, #f4f5f9 0%,#d7dbe7 50%,#f4f5f9 100%);
		background: linear-gradient(to bottom, #f4f5f9 0%,#d7dbe7 50%,#f4f5f9 100%);
		position: absolute;
	}
	.home .p-news__contents .p-news__list li:first-child a {
		padding: 0 45px 20px 0;
	}
	.home .p-news__contents .p-news__list li:nth-child(2) a {
		padding: 0 30px 20px;
	}
	.home .p-news__contents .p-news__list li:last-child a {
		padding: 0 0 20px 45px;
	}
	.home .p-news__contents .p-news__list li a time {
		font-size: 12px;
		margin: 0 0 25px;
	}
	.home .p-news__contents .p-news__list li a p {
		font-size: 16px;
	}
}
@media (max-width: 768px) {
	.home .p-news__contents {
		padding-bottom: 13.33vw;
	}
	.home .p-news__contents .p-news__list {
		width: 89.2vw;
		margin: 0 auto 10vw;
	}
	.home .p-news__contents .p-news__list li::after {
		width: 100%;
		height: 0.27vw;
		background: #f4f5f9;
		background: -moz-linear-gradient(left,  #f4f5f9 0%, #d7dbe7 50%, #f4f5f9 100%);
		background: -webkit-linear-gradient(left,  #f4f5f9 0%,#d7dbe7 50%,#f4f5f9 100%);
		background: linear-gradient(to right,  #f4f5f9 0%,#d7dbe7 50%,#f4f5f9 100%);
	}
	.home .p-news__contents .p-news__list li:first-child a {
		padding: 0 0 6.67vw;
	}
	.home .p-news__contents .p-news__list li a {
		padding: 6.67vw 0;
	}
	.home .p-news__contents .p-news__list li a time {
		font-size: 2.93vw;
		margin: 0 0 2.67vw;
	}
	.home .p-news__contents .p-news__list li a p {
		font-size: 3.47vw;
	}
}

/*-----------------------------------
news_archive
-----------------------------------*/
.news_archive__content .news_archive__detail .news_archive__area {
	display: flex;
	flex-wrap: wrap;
	width: 870px;
	margin-right: 20px;
}

.news_archive__content .news_archive__detail .news_archive__area a {
	position: relative;
	width: 425px;
	height: 389px;
	display: block;
	padding: 1em 0;
	background-color: #FFF;
	margin: 0 10px 20px 0;
    border-radius: 5px;
}

.news_archive__content .news_archive__detail .news_archive__area a::after {
	content: '';
	display: block;
	width: 100%;
	height: 1px;
	background: #f4f5f9;
	background: -moz-linear-gradient(left, #f4f5f9 0%, #d7dbe7 50%, #f4f5f9 100%);
	background: -webkit-linear-gradient(left, #f4f5f9 0%,#d7dbe7 50%,#f4f5f9 100%);
	background: linear-gradient(to right, #f4f5f9 0%,#d7dbe7 50%,#f4f5f9 100%);
	position: absolute;
	bottom: 0;
	left: 0;
}
.news_archive__content .news_archive__detail .pager {
	padding: 3em 0 0;
	text-align: center;
	width: 870px;
}
.news_archive__content .news_archive__detail .pager .pagination {
	display: inline-flex;
	align-items: center;
	justify-content: space-between;
	margin: 0 auto;
}
.news_archive__content .news_archive__detail .pager .pagination li a,
.news_archive__content .news_archive__detail .pager .pagination li.active span,
.news_archive__content .news_archive__detail .pager .pagination li.dot span {
	display: block;
}
.news_archive__content .news_archive__detail .pager .pagination li a {
	text-decoration: underline;
	color: rgba(33,33,33,1);
}
.news_archive__content .news_archive__detail .pager .pagination li.pre a,
.news_archive__content .news_archive__detail .pager .pagination li.next a {
	text-decoration: none;
}
@media ( min-width: 769px ) {
	.news_archive__content {
		display: -ms-flexbox;
		display: flex;
		width: 1200px;
		-ms-flex-pack: justify;
		justify-content: center;
		-ms-flex-align: start;
		margin: 0 auto;
		padding: 100px 0;
	}
	.archive_back {
		background: #f9f9fb;
		min-width: 1280px
	}
	
	.news_archive__content .news_archive__detail {
		box-sizing: border-box;
	}
	.news_archive__content .news_archive__detail .news_archive__area a {
		transition: background .3s;
	}
	.news_archive__content .news_archive__detail .news_archive__area a img {
		margin-top: -15px;
		border-radius: 5px 5px 0 0;
		height: 250px;
		object-fit: cover;
	}
	.news_archive__content .news_archive__detail .news_archive__area a:hover {
		background: #f4f5f9;
	}
	.news_archive__content .news_archive__detail .news_archive__area a dl {
		width: 100%;
		padding: 15px 20px;
	}
	.news_archive__content .news_archive__detail .news_archive__area a dt,
	.news_archive__content .news_archive__detail .news_archive__area a dd {
		line-height: 1.3;
	}
	.news_archive__content .news_archive__detail .news_archive__area a dt {
		line-height: 1.3;
		width: 15%;
	}
	.news_archive__content .news_archive__detail .news_archive__area a dd {
		width: 100%;
	    font-size: 24px;
    	font-weight: bold;
		padding-top: 10px;
		display: -webkit-box;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
		overflow: hidden;
	}
	.news_archive__content .news_archive__detail .news_archive__area a dt time {
		font-size: 14px;
		color: #B1B1B1;
	}
	.news_archive__content .news_archive__detail .pager .pagination li a,
	.news_archive__content .news_archive__detail .pager .pagination li.active span,
	.news_archive__content .news_archive__detail .pager .pagination li.dot span {
		font-size: 18px;
		margin: 0 15px;
		color: #B1B1B1;
	}
	.news_archive__content .news_archive__detail .pager .pagination li.pre a,
	.news_archive__content .news_archive__detail .pager .pagination li.next a {
		width: 13px;
		height: 18px;
	}
	.news_archive__content .news_archive__detail .pager .pagination li.pre a {
		background: url('../img/pagination_pre.png') no-repeat;
		margin: 0 15px 0 0;
	}
	.news_archive__content .news_archive__detail .pager .pagination li.next a {
		background: url('../img/pagination_next.png') no-repeat;
		margin: 0 0 0 15px;
	}
	.news_archive__content .news_archive__detail .pager .pagination li a:hover {
		text-decoration: none;
		color: rgba(33,33,33,0.7);
		opacity: 0.8;
		transition: color .3s, opacity .3s;
	}
	.news_archive__content .news_archive__sidebar {
		width: 260px;
	}

	#columnside {
		float: right;
		width: 300px;
	}

	.side_title{
		background-color: #FFF;
		border-left: solid 4px #304483;
		border-radius: 2px 0 0 2px;
		box-shadow: 1px 1px 2px #00000029;
		height: 40px;
		color: #304483;font-size: 16px;
		font-weight: bold;
		padding: 5px 0 0 10px;
	}
}
@media ( max-width: 768px ) {
	.news_archive__content {
		display: block;
		padding: 13.33vw 0 6.66vw;
		width: 100%;
	}
	.news_archive__content .news_archive__detail {
		margin: 0 auto;
		max-width: 100%;
	}
	.news_archive__content .news_archive__detail .news_archive__area a dt {
		margin: 0 0 2vw;
	}
	.news_archive__content .news_archive__detail .news_archive__area a dd {
		line-height: 1.4;
	}
	.news_archive__content .news_archive__detail .news_archive__area a dt time {
		font-size: 2.93vw;
	}
	.news_archive__content .news_archive__detail .pager .pagination li a,
	.news_archive__content .news_archive__detail .pager .pagination li.active span,
	.news_archive__content .news_archive__detail .pager .pagination li.dot span {
		margin: 0 2.5vw;
	}
	.news_archive__content .news_archive__detail .pager .pagination li.pre a,
	.news_archive__content .news_archive__detail .pager .pagination li.next a {
		width: 2.93vw;
		height: 4vw;
	}
	.news_archive__content .news_archive__detail .pager .pagination li.pre a {
		background: url('../img/pagination_pre_sp.png') no-repeat;
		background-size: cover;
		margin: 0 2vw 0 0;
	}
	.news_archive__content .news_archive__detail .pager .pagination li.next a {
		background: url('../img/pagination_next_sp.png') no-repeat;
		background-size: cover;
		margin: 0 0 0 2vw;
	}
	.news_archive__content .news_archive__sidebar {
		margin: 30px auto 0;
		width: 89.3vw;
	}

	.news_archive__content .news_archive__detail .news_archive__area {
		width: 375px;
		margin: 0 auto;
	}

	.news_archive__content .news_archive__detail .pager {
		padding: 0;
		text-align: center;
		width: 100%;
	}

	.news_archive__content .news_archive__detail .news_archive__area a {
		max-width: 100%;
		margin: 0 auto 50px;
		padding: 0 20px 20px;
		height: auto;
}

.news_archive__content .news_archive__detail .news_archive__area {
	display: block;
}

.news_archive__content .news_archive__detail .news_archive__area a dt time {
	font-size: 14px;
    color: #B1B1B1;
}

.news_archive__content .news_archive__detail .news_archive__area a dd {
    width: 100%;
    font-size: 24px;
    font-weight: bold;
}

.news_archive__content .news_archive__detail .news_archive__area a dt {
    margin: 0;
}
.news_archive__content .news_archive__detail .news_archive__area a img {
	height: 200px;
	object-fit: cover;
}

.l-post__content .c-post__detail .c-post__area .column_btn01 {
    padding: 20px 40px;
    width: 330px;
}

.l-post__content .c-post__detail .c-post__area .column_btn02 {
	width: 350px;
	padding: 20px 0 20px 30px;
}

.l-post__content .c-post__detail .c-post__area .column_btn03 {
	width: 350px;
	padding: 20px 0 20px 30px;
}

.l-post__content .c-post__detail .c-post__area .column_btn04 {
	width: 350px;
	padding: 20px 0 20px 30px;
}

  
  .blog-card-thumbnail {
    display: flex;
	width: 200px;
	margin: 10px;
}
.l-post__content .c-post__detail .c-post__area .blog-card a {
	align-items: flex-start;
}
  .blog-card-thumbnail img {
	  display: block;
	  padding: 0;
	  -webkit-transition: 0.3s ease-in-out;
	  -moz-transition: 0.3s ease-in-out;
	  -o-transition: 0.3s ease-in-out;
	  transition: 0.3s ease-in-out;
	  width: 100px;
	  height: 100px;
	  border-radius: 3px;
  }
  .blog-card-content {
	  width: 500px;
  }
  .blog-card-title {
	  padding:10px 10px 10px 0;
	  font-size: 20px;
	font-weight: bold;
	line-height: 1.5em;
  }
  .blog-card-excerpt {
	  color:#858585;
	  font-size: 16px;
	  margin:0 10px 10px;
	  line-height: 1.5em;
  }
 

}


.slick-slide {
	height: auto!important;
}

.mwform-checkbox-field label {
    display: inline-flex;
    align-items: center;
    width: calc(50% - (10px));
}
.ui-widget-header {
	border: none!important;
    background: none!important;
}
.ui-datepicker th:first-child {
	color: #ff0000;
}
.ui-datepicker th:last-child {
	color: #00f;
}
.ui-datepicker .ui-state-default {
	border: none!important;
    background: none!important;
	text-align: center;
}
.ui-datepicker .ui-state-default.ui-state-highlight {
	background: #0075ff!important;
	color: #fff;
	box-shadow: 0px 0px 0px 3px #101010 inset;
}
@media screen and (max-width: 768px) {
	.mwform-checkbox-field label {
		width: 100%;
	}	
	.ui-widget.ui-widget-content {
		width: 70%;
		left: 50%!important;
		transform: translateX(-50%);
	}	
}
.mw_wp_form .horizontal-item + .horizontal-item {
	margin-left: 0;
}

div#toc_container {
	margin:auto;
	margin-bottom:1em;
}
#toc_container span.toc_toggle a {
	display:inline;
}
#toc_container p.toc_title+ul.toc_list {
	border:none;
}
.c-post__body img {
	display: block;
    margin: auto;
    margin-bottom: 2rem;
}

@media screen and (max-width:768px){
	div#toc_container {
		width:100%!important;
	}
}
#toc_container a {
	line-height:2;
}

/** ブログカードCSS **/

.blog-card {
	width: 100%;
	background: #f5f5f5;
	border: 1px solid #dddddd;
	word-wrap: break-word;
	margin: 1.5em 0 0;
	padding: 0;
}

.blog-card:hover {
	background: #dbe9f4;
}

.blog-card a {
	display: flex;
	justify-content: space-between;
}

.blog-card-thumbnail {
	width: 20%;
	padding: 10px;
}

.blog-card-thumbnail img {
	width: 100%;
	border: none;
	display: block;
	padding: 0;
}

.blog-card-content {
	width: 78%;
	line-height: 1.5;
}

.blog-card-title {
	font-weight: bold;
	font-size: 15px;
	color: #000000;
	padding: 10px 10px 10px 0;
}

.blog-card-url {
	font-size: 15px;
	padding: 10px 10px 10px 0;
}

.blog-card-excerpt {
	color: #333333;
	font-size: 13px;
	padding: 0 10px 10px 0;
}

/** ブログカード（スマホ用調整） **/

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

	.blog-card-url {
		display: none !important;
	}

	.blog-card-excerpt {
		display: none !important;
	}
}

/** 著者ボックス **/
.authorbox {
	border: 3px solid #304483;
    width: 75%;
    margin: 1.5rem auto;
    padding: 1.5rem;
}

section.authorbox .author_person {
	display: flex;
    justify-content: space-evenly;
    border-bottom: 1px solid black;
    padding-bottom: 2rem;
	padding-top: 1.5rem
}

section.authorbox .author_person img {
	width: 17%;
}

section.authorbox .author_person .author_namebox {
	width: 80%;
}

section.authorbox .author_person .author_namebox p.author_in {
	margin: 2rem 0;
    font-size: 1.5rem;
    font-weight: bold;
}

section.authorbox .author_person .author_namebox p.author_title {
	font-size: 1.3rem;
}

section.authorbox .author_text {
	padding-top: 2rem;
    font-size: 1.5rem;
}
section.authorbox .author_text p {
	margin-bottom: 1rem;
}

@media screen and (max-width:768px){
	.authorbox {
		width: 100%;
		padding: 1.5rem 3rem;
	}
	section.authorbox .author_person img {
		width: 30%;
	}
	section.authorbox .author_person .author_namebox {
		width: 70%;
		margin-left: 3rem;
	}
	section.authorbox .author_person .author_namebox p.author_in {
		font-size: 2.5rem;
	}
	section.authorbox .author_person .author_namebox p.author_title {
		font-size: 2.5rem;
	}
	section.authorbox .author_text {
		font-size: 3rem;
	}
	section.authorbox .author_text p {
		margin-bottom: 2rem;
	}
}



.menu .l-page__navi__main {
    flex-wrap: wrap;
  }
  .menu .l-page__navi__main .l-page__navi__item {
    width: 25%;
    font-size: 2.5rem;
    height: 100px;
  }
  .menu .l-page__navi__main .l-page__navi__item span {
    font-size: 1.25rem;
  }
  .u-btn__type03 a {
    padding: 10px 20px;
  }
  @media screen and (max-width:480px) {
    .menu .l-page__navi__main .l-page__navi__item {
      width: 50%;
      font-size: 3.5rem;
      height: 80px;
    }
    .menu .l-page__navi__main .l-page__navi__item span {
      font-size: 2.5rem;
    }
  }


.artmake {
	font-family: "游明朝";
	min-width: 1280px;
}

.artmake-wrap {
	width: calc(360 / 390) * 100%;
	max-width: 1380px;
	margin: auto;
	padding: 0 20px;
}

.artmake-mv {
	background: url(../img/clinic/mv_bg.png);
	padding: 100px 0;
	background-size: cover;
	overflow: hidden;
}
.artmake-mv__text {
	position: relative;
	top: 100px;
}
.artmake-mv__text h2 {
	font-size: 200px;
	position: relative;
	top: -90px;
	z-index: 1;
	line-height: 0.8;
	font-weight: 700;
    color: transparent;
    -webkit-text-stroke-color: #fff;
    -webkit-text-stroke-width: 1px;
}
.artmake-mv__text h2:before {
	content: "アートメイク";
    font-size: 42px;
    position: absolute;
    right: 25%;
    bottom: 89px;
    -webkit-text-stroke-width: 0;
    color: #fff;
}
.artmake-mv__text img {
	position: absolute;
    right: -10%;
    bottom: 0px;
    z-index: 1;
    max-width: 600px;
}
.artmake-mv__text:before {
	content: "";
	position: absolute;
	top: -110px;
	width: 100%;
	height: 120%;
	background: #304483;
}
.artmake-mv__text:after {
	content: "";
	margin-left: calc(50% - 50vw);
	position: absolute;
	top: -110px;
	width: 100%;
	height: 120%;
	background: #304483;
}
.artmake-head {
	margin-bottom: 50px;
}
.artmake-head h2 {
	font-weight: 700;
    color: transparent;
    -webkit-text-stroke-color: #304483;
    -webkit-text-stroke-width: 1px;
	font-size: 100px;
}
.artmake-head small {
	font-size: 30px;
    margin-top: -50px;
    display: block;
	color: #304483;
}

.artmake-about {
	text-align: center;
	margin: 70px auto;
}
.artmake-about h2 {
	font-size: 40px;
	color: #304483;
}
.artmake-about p {
	margin-bottom: 1rem;
	font-size: 18px;
	line-height: 2;
}

.artmake-design {
	background: #EAECF2;
	padding: 100px 0; 
}
.artmake-brows {
	margin: 60px auto;
	display: flex;
	text-align: center;
	justify-content: space-between;
	max-width: 1050px;
	font-size: 18px;
}
.artmake-brows figure img {
	margin-bottom: 20px;
}

.artmake-flex {
	max-width: 1050px;
	margin: auto;
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
	text-align: center;
}
.artmake-flex div {
	margin-bottom: 50px;
}
.artmake-flex h3 {
	text-align: center;
	font-size: 23px;
	border-bottom: 1px solid #304483;
	padding-bottom: 5px;
	margin-bottom: 20px;
	display: inline-block;
}
.artmake-flex ul {
	text-align: left;
	font-size: 18px;
}

.artmake-case {
	padding: 100px 0;
	position: relative;
	overflow: hidden;
}
.artmake-case:before {
	content: "";
    background: #EAECF2;
    position: absolute;
    width: 1000px;
    height: 600px;
    margin-left: calc(50% - 50vw);
    z-index: -1;
}
.artmake-slider__box {
	border: 1px solid #304483;
	border-radius: 5px;
	margin: 0 10px;
	background: #fff;
}
.artmake-slider__box figure {
	display: flex;
	align-items: center;
	padding: 10px 20px;
}
.artmake-slider__box figure img {
	margin-right: 10px;
}
.artmake-slider__box p {
	padding: 20px;
}
.artmake-slider__box p b {
	margin-top: 5px;
	display: inline-block;
}


.artmake-artist {
	padding: 100px 0;
	position: relative;
	overflow: hidden;
}
.artmake-artist:before {
	content: "";
    background: #EAECF2;
    position: absolute;
    width: 1500px;
    height: 100%;
    margin-left: calc(75% - 50vw);
    z-index: -1;
}
.artmake-artist__flex {
	display: flex;
	align-items: center;
}
.artmake-artist__flex__left {
	width: calc(836 / 1380) * 100%;
}
.artmake-artist__flex__left img {
	border-radius: 5px;
}
.artmake-artist__flex__right {
	width: calc(770 / 1380) * 100%;
	margin-left: -67px;
	border-radius: 5px;
	background: #fff;
	box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.16) ;
	padding: 30px 60px;
}
.artmake-artist__flex__right h3 {
	font-size: 50px;
	font-weight: 700;
    color: transparent;
    -webkit-text-stroke-color: #304483;
    -webkit-text-stroke-width: 1px;
}
.artmake-artist__flex__right h3 span {
	font-size: 18px;
	-webkit-text-stroke-width: 0;
	color: #304483;
	padding-left: 10px;
}
.artmake-artist__flex__right h4 {
	color: #304483;
	font-size: 18px;
	border-bottom: 1px solid;
	margin-bottom: 10px;
	margin-top: 20px;
}
.artmake-artist__flex__right h4 span {
	font-size: 10px;
}
.artmake-artist__flex__right p {
	font-size: 15px;
}
.artmake-artist__flex__right p a {
	display: flex;
    align-items: flex-end;
}
.artmake-artist__flex__right p a img {
	max-width: 35px;
    margin-right: 5px;
}
.artmake-artist__flex__right__name {
	display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: -30px;
}

.artmake-insta {
	padding: 100px 0;
}
.artmake-insta__gallery {
    display: flex;
}
.artmake-insta p {
    font-size: 40px;
    color: #304483;
}
.artmake-insta__gallery a {
    transition: 0.3s;
    overflow: hidden;
}
.artmake-insta__gallery img {
    transition: 0.3s;
}
.artmake-insta__gallery a:hover img {
    transform: scale(1.2);
}
.anime span {
	opacity: 0;
}
.anime.active span {
	animation:text_anime_on 1s ease-out forwards;
}
@keyframes text_anime_on {
	0% {
		opacity:0;
	}
	100% {
		opacity:1;
	}
}




@media screen and (max-width:768px) {
	.artmake-mv__text h2 {
		font-size: 100px;
	}
	.artmake-mv__text h2:before {
		font-size: 24px;
		right: 31%;
		top: 100px;
	}
	.artmake-mv__text img {
		max-width: 400px;
	}

	.artmake-artist__flex__right {
		width: 100%;
		margin-left: 0;
		margin-top: -67px;
	}
	.artmake-artist__flex__left {
		width: 100%;
	}
	.artmake-artist__flex {
		flex-wrap: wrap;
	}
	.artmake {
		min-width: unset;
	}
	.artmake-insta__gallery {
		flex-wrap: wrap;
	}
	.artmake-insta__gallery a {
		width: 33%;
	}
}

@media screen and (max-width: 1366px){
	#js-mv__slider .js-mv__item{
		width: max(70vw, 800px);
		height: max(41.72767203513909vw, 480px) !important;
		margin: 0 20px 10px;
	}
	#js-mv__slider .js-mv__item img{
		object-fit: cover;
	}
	#js-mv__slider .prev-btn,
	#js-mv__slider .next-btn{
		top: max(20.863836017569547vw, 240px);
	}
	#js-mv__slider .prev-btn{
		left: 180px;
	}
	#js-mv__slider .next-btn{
		right: 180px;
	}
}

@media screen and (max-width: 986px) {
	#js-mv__slider .slick-dots{
		width: 260px;
	}
	#js-mv__slider .js-mv__item{
		min-width: 1280px;
		height: 768px !important;
		margin: 0 0 10px;
		opacity: 1;
	}
	#js-mv__slider .prev-btn,
	#js-mv__slider .next-btn{
		width: 64px;
		height: 64px;
		top: 384px;
	}
	#js-mv__slider .prev-btn{
		left: 8px;
	}
	#js-mv__slider .next-btn{
		right: 8px;
	}
	#js-mv__slider .prev-btn::before,
	#js-mv__slider .next-btn::before{
		width: 15px;
		height: 15px;
	}
	#js-mv__slider .prev-btn::before,
	#js-mv__slider .next-btn::before{
		border-width: 2px;
	}
	#js-mv__slider .slick-dots .slider-design::before{
		background-image: url(../img/home/slider-btn-left-sp.png);
	}
	
	#js-mv__slider .slick-dots .slider-design::after{
		background-image: url(../img/home/slider-btn-right-sp.png);
	}
	#js-mv__slider .slick-dots .dots-design{
		display: none;
	}
	#js-mv__slider .slick-dots .dots-design-sp {
		width: 10px;
		height: 10px;
		position: absolute;
		top: 50%;
		background-color: #CAAC4A;
		border: 1px solid #FFF;
		box-shadow: 0 0 0 3px #caac4a;
		display: block;
		transform: translate(-50%, -50%) rotate(45deg);
		transition: .6s;
		z-index: -1;
	}
	#js-mv__slider .slick-dots li button::after{
		background-image: url(../img/home/slider-dots-sp.png);
	}
}

@media screen and (max-width: 768px){
	#js-mv__slider{
		margin-top: calc(16vw + 32px);
		min-width: inherit;
	}
	#js-mv__slider .js-mv__item{
		min-width: inherit;
		height: 59.895833333333336vw !important;
		margin: 0 0 10px;
		box-shadow: none;
		opacity: 1;
	}
	#js-mv__slider .js-mv__item .js-mv__link{
		pointer-events: all;
	}
	#js-mv__slider .prev-btn,
	#js-mv__slider .next-btn{
		width: 50px;
		height: 50px;
		top: 29.947916666666668vw;
	}
}

@media screen and (max-width:480px) {	
	#js-mv__slider .prev-btn,
	#js-mv__slider .next-btn{
		width: 25px;
		height: 25px;
	}
	#js-mv__slider .prev-btn::before,
	#js-mv__slider .next-btn::before{
		width: 8px;
		height: 8px;
	}
	.p-mcampaign__in{
		padding-top: 20px;
	}
	
	.p-mcampaign__content{
		margin-top: 56px;
	}
	
	.p-mcampaign__content:first-child{
		margin-top: 0;
	}
	
	.p-mcampaign__name{
		padding: 22px 21px;
		font-size: 16px
	}
	
	.p-mcampaign__name span{
		font-size: 12px;
	}

	.p-mcampaign__white{
		padding: 0 10px 20px;
	}
	
	.p-mcampaign__parts{
		margin-top: 0;
		padding: 12px 18px;
		font-size: 16px;
	}
	
	.p-mcampaign__sub-content:first-child .p-mcampaign__parts{
		margin-top: 42px;
	}
	
	.p-mcampaign__menu{
		padding: 10px 15px 10px 35px;
		font-size: 14px;
		position: relative;
		line-height: 1.3;
	}
	
	.p-mcampaign__menu::before{
		position: absolute;
		right: 90%;
	}
	
	.p-mcampaign__box{
		display: block;
	}

	.p-mcampaign__box::after{
		width: 32px;
		height: 6px;
		top: 45%;
		left: 70%;
		background-image: url(../img/monitor-campaign__arrow-sp.png);
	}
	
	.p-mcampaign__left,
	.p-mcampaign__right{
		width: 240px;
		padding: 10px 0;
		margin: auto;
		justify-content: space-between;
	}
	
	.p-mcampaign__left p,
	.p-mcampaign__right p{
		padding: 0 5px;
	}
	
	.p-mcampaign__left .generally-price{
		font-size: 16px;
	}
	
	.p-mcampaign__left .generally,
	.p-mcampaign__right .monitor{
		font-size: 12px;
	}
	
	.p-mcampaign__right .monitor-price{
		font-size: 20px;
	}

	.p-mcampaign__right .monitor-price .tax{
		font-size: 12px;
	}
	
	.p-mcampaign__right span::before{
		width: 3px;
		height: 3px;
	}
	
	.p-mcampaign__other-menu{
		width: 95%;
		margin-top: 10px;
		margin-left: auto;
		margin-right: auto;
		padding-right: 0;
		padding-bottom: 10px;
		text-align: left;
		font-size: 12px;
	}

	.p-mcampaign__other-menu .caution-price{
		font-size: 14px;
	}
	
	.p-mcampaign__other-menu p{
		margin-top: 4px;
	}
	
	.p-mcampaign__other-menu span{
		padding-left: 10px;
	}
	
	.p-mcampaign__caution{
		padding-bottom: 56px;
	}
	
	.p-mcampaign__caution .p-mcampaign__wrap{
		padding: 12px 24px;
	}
	
	.p-mcampaign__caution dl{
		display: block;
	}
	
	.p-mcampaign__caution dt{
		width: 100%;
		padding: 6px 0 0;
		text-align: left;
	}
	
	.p-mcampaign__caution dd{
		width: 100%;
		padding: 0 0 4px;
	}
	.artmake-mv {
		padding: 50px 0;
	}
	.artmake-mv__text {
		top: 0;
	}
	.artmake-mv__text h2 {
		font-size: 50px;
		top: -5px;
	}
	.artmake-mv__text img {
		max-width: 200px;
		bottom: -50px;
	}
	.artmake-mv__text:before {
		top: -30px;
		height: 150%;
	}
	.artmake-mv__text:after {
		top: -30px;
		height: 150%;
	}
	.artmake-mv__text h2:before {
		font-size: 18px;
		right: 33%;
		top: -12px;
	}
	.artmake-brows {
		flex-wrap: wrap;
	}
	.artmake-brows figure {
		width: 100%;
		margin-bottom: 30px;
	}
	.artmake-head {
		margin-bottom: 25px;
	}
	.artmake-head h2 {
		font-size: 50px;
	}
	.artmake-head small {
		font-size: 18px;
		margin-top: -20px;
	}
	.artmake-design {
		padding: 50px 0;
	}
	.artmake-flex h3 {
		font-size: 20px;
	}
	.artmake-case {
		padding: 50px 0;
	}
	.artmake-artist {
		padding: 50px 0;
	}
	.artmake-artist__flex__right {
		padding: 20px;
	}
	.artmake-artist__flex__right h3 {
		font-size: 28px;
	}
	.artmake-artist__flex__right h3 span {
		font-size: 14px;
	}
	.artmake-artist__flex__right__name {
		margin-bottom: -10px;
	}
	.artmake-case:before {
		margin-left: calc(75% - 50vw);
	}
	.artmake-about h2 {
		font-size: 30px;
	}
	.artmake-about p {
		font-size: 16px;
	}
	.slick-prev:before, .slick-next:before {
		font-size: 40px!important;
		color: #304483!important;
		z-index: 999;
		opacity: 1!important;
	}
	.slick-prev, .slick-next {
		width: auto!important;
		height: auto!important;
	}
	.slick-next {
		right: -5px!important;
		z-index: 1;
	}
	.slick-prev {
		left: -5px!important;
		z-index: 1;
	}
	.artmake-slider__box figure {
		padding: 10px;
	}
	.artmake-slider__box figure img {
		width: 40px;
	}
	.artmake-insta__gallery a {
		width: 33%;
	}
	.artmake-insta p {
		font-size: 26px;
	}
	.l-header__logo a.other-clinic{
		height: 28px;
	}
}


.artmake-banner {
	display: block;
	width: 100%;
	max-width: 900px;
	margin: 0 auto;
	transition: 0.3s;
}

.artmake-banner--top {
	margin: 50px auto 100px;
}

.artmake-banner:hover {
	opacity: 0.7;
}

/***********************************
改行の有無
***********************************/

br.brsp {
	display: none;
}

@media screen and (max-width:768px) {
	br.brsp {
		display: block;
	}
}