/*
Theme Name: clinic1
Theme URI: https://plusmate.co.jp/
Author: 株式会社プラスメイト
Author URI: https://plusmate.co.jp/
Description: クリニックタイプのテーマです。
Version: 1.0.0
License URI: https://plusmate.co.jp/theme/term
Text Domain: clinic1
*/
@font-face {
    font-family: 'Oswald';
    src: url('./fonts/Oswald-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
	font-display: swap;
}

@font-face {
    font-family: 'Noto Sans JP';
    src: url('./fonts/NotoSansJP-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
	font-display: swap;
}

@font-face {
    font-family: 'Noto Sans JP';
    src: url('./fonts/NotoSansJP-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
	font-display: swap;
}

@font-face {
    font-family: 'Noto Sans JP';
    src: url('./fonts/NotoSansJP-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
	font-display: swap;
}

@font-face {
    font-family: 'Noto Serif JP';
    src: url('./fonts/NotoSerifJP-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
	font-display: swap;
}

@font-face {
    font-family: 'Noto Serif JP';
    src: url('./fonts/NotoSerifJP-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
	font-display: swap;
}

@font-face {
    font-family: 'Noto Serif JP';
    src: url('./fonts/NotoSerifJP-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
	font-display: swap;
}
:root{
    --header-height: 0;
}
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
	font-size:16px;
	box-sizing: border-box;
}

body {
	margin: 0;
	color:#1b224c;
}
main {
	display: block;
	width: 100%;
}
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}
a {
	background-color: transparent;
}
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}
b,
strong {
	font-weight: bolder;
}
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}
small {
	font-size: 80%;
}
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sub {
	bottom: -0.25em;
}
sup {
	top: -0.5em;
}
img {
	border-style: none;
}
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}
button,
input {
	overflow: visible;
}
button,
select {
	text-transform: none;
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}
fieldset {
	padding: 0.35em 0.75em 0.625em;
}
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}
progress {
	vertical-align: baseline;
}
textarea {
	overflow: auto;
}
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}
details {
	display: block;
}
summary {
	display: list-item;
}
template {
	display: none;
}
[hidden] {
	display: none;
}

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

html {
	box-sizing: border-box;
}
body,
button,
input,
select,
optgroup,
textarea {
	color: #111;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}
body {
	background: #fff;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

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

img[src$=".svg"] {
    width: 100%;
}

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* Links
--------------------------------------------- */
a {
	color: #111;
	transition: .3s;
	text-decoration: none;
}

a:visited {
	color: #111;
}

a:hover,
a:focus,
a:active {
	opacity: .8;
}

a:focus {
	outline: thin dotted;
}

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

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}


.is_sp{
	display: none
}
@media screen and (max-width: 1200px){
	.is_sp{
		display: block;
	}
	.is_pc{
		display: none;
	}
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
/*FadeIn フェードイン*/
.slidein_to_up_elem{
	opacity: 0;
}
.slidein_to_up{
	animation: slidein_to_up .5s;
	opacity: 1;
}
@keyframes slidein_to_up {
	0% {
		opacity: 0;
		transform: translateY(50px);
	}
	100% {
		opacity: 1;
		transform: translateY(0);
	}
}
/*フロントページ front page*/
.front_heading{
	margin-bottom: 4em;
	position: relative;
}
.front_heading:after{
	font-size: 2.8em;
	content: "";
	width: 1.4em;
	height: 4px;
	background: #100b54;
	background: linear-gradient(90deg, #100b54 0%, #0c3e9f 20%, #0a4792 60%, #30b6dd 100%);
	position: absolute;
	bottom: -15px;
	left: 50%;
	transform: translateX(-50%);
}
.front_heading h2{
	color:#111;
	font-size: 2.4em;
	letter-spacing: .15em;
	text-align: center;
	line-height: 1.3;
	margin: 0;
	overflow: hidden;
	transform: translate(-105%, 0);
	transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
}

.front_heading h2 span {
	display: inline-block;
	transform: translate(100%, 0);
	transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
	margin-bottom: .1em;
}
			
.front_heading h2.-visible,
.front_heading h2.-visible span {
	transform: translate(0, 0);
}
.front_heading p{
	letter-spacing: .15em;
	text-align: center;
	line-height: 1.3;
	margin: 0;
	overflow: hidden;
	transform: translate(0, -100%);
	transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
}
.front_heading p span{
	display: inline-block;
	color: #0062B2;
    font-weight: 500;
	transform: translate(0, 100%);
	transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
}			
.front_heading p.-visible,
.front_heading p.-visible span {
	transform: translate(0, 0);
}
.desc_red{
	color:#d11c2c;
}
.front_link{
	text-align: right;
	margin-bottom: 0;
}
.front_link a{
	display: inline-block;
	padding:.6em 4em .45em 3em;
	border: 3px solid #100b54;
	border-image: linear-gradient(90deg, #100b54 0%, #0c3e9f 20%, #0a4792 60%, #30b6dd 100%);
	border-image-slice: 1;
	position: relative;
	font-weight: 700;
	background:#fff;
}
.front_link a:after{
	position: absolute;
	top: 50%;
	right: 15px;
	content:"";
	width: 20px;
	height: 4px;
	border-bottom: 1px solid #1b224c;
	border-right: 2px solid #1b224c;
	transform:translateY(calc(-50% - 2px)) skew(45deg);
}
.front_link_left{
	text-align: left;
}
.front_link_center{
	text-align: center;
}
/*FV ファーストビュー*/
.fv{
	position: relative;
	z-index: 0;
}
.fv_bg_area{
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.fv_bg_area img {
	display: block;
	width: 100%;
	object-fit: cover;
	filter: brightness(80%);
}
.fv_txt{
	font-size:100%;
	margin: 0 auto;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	transform: translate(-50%,-50%);
	text-align: left;
	max-width: 1200px;
}
.fv_txt p{
	color:#fff;
	margin: 0;
	letter-spacing: .2em;
	position: relative;
	overflow: hidden;
	font-size:2.8em;
	font-weight: 700;
	font-family: 'Noto Serif JP', serif;
	text-shadow: 2px 3px 5px #6a6a6a;
	line-height: 1.8;
}

/*見出し
===============*/
.heading_title01{
	text-align: center;
}
.heading_title01 span{
	font-size:19px;
	color:#6cafac;
    font-family: 'Oswald',serif;
	letter-spacing: .15em;
	margin-bottom: 0.5em;
}
.heading_title01 h2{
	font-size:36px;
	margin: 0 0 0 0;
	color:#206053;
    font-family: 'Noto Serif JP',serif;
	font-weight: 500;
	letter-spacing: .1em;
}
.heading_title02{
	text-align: left;
	max-width: 1200px;
	margin: 0 auto;
	position: relative;
	padding-left: 35px;
	z-index: 1;
}
.heading_title02:before{
	content:"";
	width: 1px;
	height: 200%;
	background:#6cafac;
	position: absolute;
	top: 0;
	left: 0;
}
.heading_title02 span{
	font-size:19px;
	color:#6cafac;
    font-family: 'Oswald',serif;
	letter-spacing: .15em;
	margin-bottom: 0.5em;
}
.heading_title02 h2{
	font-size:36px;
	margin: 0 0 0 0;
	color:#206053;
    font-family: 'Noto Serif JP',serif;
	font-weight: 500;
	letter-spacing: .1em;
}
.heading_title03{
	text-align: left;
	max-width: 50%;
	margin: 0 0 0 auto;
	position: relative;
	padding-left: 35px;
	z-index: 1;
}
.heading_title03:before{
	content:"";
	width: 1px;
	height: 180%;
	background:#6cafac;
	position: absolute;
	top: 0;
	left: 0;
}
.heading_title03 span{
	font-size:19px;
	color:#6cafac;
    font-family: 'Oswald',serif;
	letter-spacing: .15em;
	margin-bottom: 0.5em;
}
.heading_title03 h2{
	font-size:36px;
	margin: 0 0 0 0;
	color:#206053;
    font-family: 'Noto Serif JP',serif;
	font-weight: 500;
	letter-spacing: .1em;
}

/*トップ上部お知らせ*/
.top_information{
	max-width: 1200px;
	margin:150px auto;
	background:#fff7f7;
	border:1px solid #c10008;
	padding:60px 110px;
}
.top_information h3{
	text-align: center;
	color:#ff1720;
	font-size:24px;
	margin:0 0 35px 0;
}
.top_information p{
	font-size:16px;
	line-height: 1.8;
	margin:0 0 1em 0;
}
.top_information p:last-of-type{
	margin-bottom: 0;
}
.front_menu{
	margin-bottom: 150px;
}
.front_menu_contents{
	position: relative;
	margin-top: 40px;
	padding-top: 70px;
}
.front_menu_contents:before{
	position: absolute;
	top: -25px;
	left: 50%;
    content: "";
	transform: translateX(-50%);
	width: 1px;
	height:60px;
	background:#6cafac;
}
.front_menu_contents:after {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 150px;
    background: #dff0ed;
    z-index: -1;
}

.front_menu_contents table{
	max-width: 1000px;
	margin:0 auto;
	padding: 0;
	border-collapse: collapse;
}
.front_menu_contents table td{
	border:1px solid #3fcdb8;
	width: 25%;
	background:#fff;
}
.front_menu_contents table td a{
	display: block;
	padding:40px 0 20px;
}
.front_menu_contents table td a figure{
	margin: 0 auto 20px;
	max-width: 85px;
}
.front_menu_contents table td a p{
	margin: 0;
	text-align: center;
	color:#00bda1;
	font-weight: 500;
	letter-spacing: .1em;
	position: relative;
}
.front_menu_contents table td a p:after {
    content: '';
    width: 8px;
    height: 8px;
    border-top: solid 1px #00bda1;
    border-right: solid 1px #00bda1;
    transform: rotate(45deg) translateY(-50%);
    position: absolute;
    top: 50%;
    right: 1em;
}
.front_menu_bottom{
	margin-top: 70px;
}
.front_menu_bottom ul{
	list-style-type: none;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	max-width: 1200px;
	margin: 0 auto;
}
.front_menu_bottom ul li{
	width: 24%;
	margin-right: 1%;
	box-shadow: 0 0 20px 0px rgb(0 0 0 / 20%);
}
.front_menu_bottom ul li:last-child{
	margin-right: 0;
}
.front_menu_bottom ul li a{
	display: block;
	background:#3cc4ba;
}
.front_menu_bottom ul li a figure{
	margin: 0;
}
.front_menu_bottom ul li a p{
	color:#fff;
    font-family: 'Noto Serif JP',serif;
	font-weight: 500;
	letter-spacing: .1em;
	margin: 0;
	text-align: center;
	padding:2.5em 0;
	font-size:17px;
}

.front_about{
	position: relative;
	z-index: 0;
}
.front_about_contents{
	margin-top: 43px;
	padding:70px 0;
	position: relative;
	z-index: 0;
	width: 100%;
}
.front_about_contents_inner{
	position: relative;
	max-width: 1200px;
	margin:0 auto ;
}
.front_about_contents:before{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 70%;
	height:100%;
	background:#dff0ed;
	box-shadow: 0 0 20px 0px rgb(0 0 0 / 5%);
	z-index: -1;
}
.front_about_contents{
	margin-right: auto;
}
.front_about_contents figure{
	margin: 0;
	width: 350px;
	position: absolute;
}
.front_about_contents figure:nth-of-type(1){
	top: -115px;
	right: 350px;
}
.front_about_contents figure:nth-of-type(2){
	right: 60px;
	top:-200px;
}
.front_about_contents_info{
	position: relative;
}
.front_about_contents_info h3{
	color:#303030;
	font-weight: 500;
	margin: 0 0 calc(50px - .8em) 0;
}
.front_about_contents_info p:nth-of-type(1){
	max-width: 450px;
    font-family: 'Noto Sans JP', sans-serif;
	font-size:16px;
	padding-left: 35px;
	line-height: 1.6;
	color:#303030;
	letter-spacing: .10em;
}
.front_about_contents_info p:nth-of-type(2){
	position: relative;
	max-width: 450px;
	text-align: right;
	padding-right: 40px;
	font-family: 'Oswald', sans-serif;
}
.front_about_contents_info p:nth-of-type(2):before{
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	content:"";
	width: 30px;
	height: 30px;
	border:1px solid #808080;
	border-radius: 100%;
}
.front_about_contents_info p:nth-of-type(2):after{
	position: absolute;
    top: 50%;
    right: 10px;
    content: "";
    width: 12px;
    height: 4px;
    border-bottom: 1px solid #808080;
    border-right: 2px solid #808080;
    transform: translateY(calc(-50% - 2px)) skew(45deg);
}
/*フロント　施設案内*/
.front_facility{
	position: relative;
	z-index: 0;
	margin:150px 0;
}
.front_facility_contents{
	position: relative;
	z-index: 0;
}
.front_facility_contents:before{
	content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 70%;
    height: 100%;
    background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 10%, rgba(223,240,237,1) 10%, rgba(223,240,237,1) 100%);
    z-index: -1;
}
.front_facility_contents img{
	width: 100%;
	display: block;
}
.front_facility_contents .swiper-container {
	width: 100%;
	max-width: 940px;
}
.front_facility_contents .swiper-container.slider_facility-thumbnail .swiper-wrapper .swiper-slide {
	width: 25%;
	height: 100%;
	opacity: 0.5;
	overflow: hidden;
}
.front_facility_contents .swiper-container.slider_facility-thumbnail .swiper-wrapper .swiper-slide.swiper-slide-thumb-active {
	opacity: 1;
}
.swiper-container.slider_facility{
	max-width: 1200px;
	position: relative;
}
.slider_facility .swiper-slide{
	display: flex;
	flex-wrap: wrap;
}
.slider_facility .swiper-slide figure{
	width: 45%;
	margin-right: 10%;
	position: relative;
	top:0;
}
.slider_facility .swiper-slide .slider_facility_right{
	width: 45%;
	padding:170px 0 150px;
}
.slider_facility .swiper-slide .slider_facility_right h2{
	font-weight: 500;
	font-family: 'Noto Serif JP', serif;
	font-size:22px;
	margin: 0 0 1em 0;
}
.slider_facility .swiper-slide .slider_facility_right p:nth-of-type(1){
	font-size: 16px;
	line-height: 1.6;
	letter-spacing: .10em;
}
.slider_facility .swiper-slide .slider_facility_right p:nth-of-type(2) {
	position: relative;
	text-align: right;
	padding-right: 40px;
	font-family: 'Oswald', sans-serif;
}
.slider_facility .swiper-slide .slider_facility_right p:nth-of-type(2):before {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    content: "";
    width: 30px;
    height: 30px;
    border: 1px solid #808080;
    border-radius: 100%;
}
.slider_facility .swiper-slide .slider_facility_right p:nth-of-type(2):after {
    position: absolute;
    top: 50%;
    right: 10px;
    content: "";
    width: 12px;
    height: 4px;
    border-bottom: 1px solid #808080;
    border-right: 2px solid #808080;
    transform: translateY(calc(-50% - 2px)) skew(45deg);
}
.swiper_button_wrap{
	position: absolute;
	top: calc(10% + 50px);
	left: 50%;
	transform: translateX(-45%);
	width: 1200px;
	z-index: 2;
}
.swiper_button_wrap .swiper-button-prev{
	margin-top: 3px;
    top: 0;
    left: 50%;
    right: 46px;
    height: 30px;
    width: 30px;
    background: #00bda1;
}
.swiper_button_wrap .swiper-button-next{
	margin-top: 3px;
    top: 0;
    left: calc(50% + 40px);
    height: 30px;
    width: 30px;
    background: #00bda1;
}
.swiper_button_wrap .swiper-button-prev:after{
	font-family: "Font Awesome 5 Free";
	font-weight: bold;
	content:"\f053";
	font-size:1em;
	color:#fff;
}
.swiper_button_wrap .swiper-button-next:after{
	font-family: "Font Awesome 5 Free";
	font-weight: bold;
	content:"\f054";
	font-size:1em;
	color:#fff;
}
.slider_facility-thumbnail_wrap{
	position: absolute;
	bottom: 10%;
	left: 50%;
	transform: translateX(-45%);
	width: 1200px;
	z-index: 2;
}
.swiper-container.slider_facility-thumbnail{
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 45%;
	z-index: 2;
}
.swiper-container.slider_facility-thumbnail .swiper{

}


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


}
@media screen and (max-width: 983px){
}
@media screen and (max-width: 768px){

}
/*ニュース一覧*/
@media screen and (max-width: 1200px){
}
@media screen and (max-width: 767px){
}

/*ブログ一覧*/
@media screen and (max-width: 1200px){
}
@media screen and (max-width: 767px){
}

/*ブログ詳細　ニュース詳細*/
.single #primary > article{
	padding:50px;
	max-width: 1000px;
	margin:0 auto;
}
.single_top_meta{
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 50px;
}
.single .post-thumbnail{
	text-align: center;
	margin:30px 0;
}
.single_top_meta a{
	margin-right: 1em;
}
.single_top_meta p{
	margin: 0;
}
.entry-content h2{
	border-bottom:2px solid;
	padding-bottom: 0.5em;
	margin-bottom:1em;
	letter-spacing: .15em;
	font-size:1.8em;
}
.entry-content h3{
	border-left:2px solid;
	padding-left: .5em;
	margin-bottom:1em;
	letter-spacing: .15em;
	font-size:1.6em;
}
.entry-content h4{
	font-size:1.4em;
	background:#efefef;
	padding:.5em .5em;
}
.entry-content h5{
	font-size:1.2em;
}
.entry-content p{
	line-height: 1.8;
	letter-spacing: .1em;
}
.entry-content ul{
	padding-left:1em;
	margin-left: 1em;
}
.entry-content ul li{
	line-height:2em;
	margin:1em 0;
}
@media screen and (max-width: 1200px){
	.single #primary > article{
		max-width: 100%;
		padding:5%;
	}
}
@media screen and (max-width: 767px){
	.single h1{
		font-size:1.5em;
		margin-top: 0;
	}
	.single_top_meta{
		flex-wrap: wrap;
		justify-content: flex-start;
		margin-bottom: 5%;
	}
	.single_top_meta a{
		width: 100%;
		margin-right: 0;
		margin-bottom: 0.5em;
	}
	.single .post-thumbnail{
		margin:5% 0;
	}
	.single #primary > article p{
		font-size:.9em;
	}
	.entry-content h2{
		font-size:1.4em;
	}
	.entry-content h3{
		font-size:1.2em;
	}
	.entry-content h4{
		font-size:1.1em;
	}
}

/*一覧*/
.archive_list{
	max-width: 1000px;
	margin:0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.archive_list article{
	width: 31%;
	margin-bottom: 30px;
}
.archive_list article h2{
	font-size: 1.17em;
}
.archive_list article figure{
	margin: 0;
}
.archive_list article figure img{
	height: auto;
	width: 100%;
	object-fit: cover;
	box-shadow: 0 0 20px 0px rgb(0 0 0 / 20%);
}
@media screen and (max-width: 1200px){
	.archive_list{
		max-width: 100%;
		padding:0 5%;
	}
}
@media screen and (max-width: 767px){
	.archive_list article{
		width: 100%;
		margin-bottom: 10%;
	}
}

/*フォームCSS*/

.mw_wp_form input{
	font-size:17px;
	border:3px solid #ccc;
	padding:.5em;
}
.mw_wp_form dt{
	display: flex;
	align-items: center;
	font-size:17px;
	margin: 2em 0 1em 0;
}
.mw_wp_form .required{
	background:#db7575;
	color:#fff;
	padding:.25em 1em;
	margin-left: 2em;
	font-size:14px;
	line-height: 1.5;
}
.mw_wp_form dd{
	margin: 1em 0;
	font-size:17px;
}
.mw_wp_form textarea{
	width: 100%;
	border:3px solid #ccc;
	padding:.5em;
	box-sizing: border-box;
	line-height: 1.5em;
	height: 9em;
}
.mw_wp_form textarea:focus{
	outline: none;
}
.mw_wp_form .form_submit {
	width: 500px;
	margin: 50px auto;
}
.mw_wp_form input[type=submit]{
	width: 100%;
	padding:1em;
	cursor: pointer;
	transition: .3s;
}
.mw_wp_form input[type=submit]:hover{
	opacity: .8;
}
@media screen and (max-width: 767px){
	.mw_wp_form input:not([type=checkbox]) {
		width: 100%;
		box-sizing: border-box;
	}
	.mw_wp_form .form_submit{
		width: 100%;
	}
	.mw_wp_form .mwform-radio-field input{
		width: initial;
	}
}


/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.site-header{
	width: 100%;
	z-index: 3;
	background:#fff;
}
.site-header_content_wrap{
	padding:20px 50px 0;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	border-bottom: 1px solid #d4d4d4;
}

.site-header_content_logo{
	width: 314px;
	margin-bottom: 20px;
}

.site-header_content_right{
	margin-left: auto;
}

.site-header_tel{
	display: flex;
	justify-content: flex-end;
	align-items: center;
	margin-bottom: 5px;
}

.site-header_tel p{
	margin: 0;
}
.site-header_tel p:nth-of-type(1){
	margin-right: 1em;
	font-family: 'Noto Serif JP', serif;
	font-size:14px;
	color:#666666;
	font-weight: 500;
}
.site-header_tel p:nth-of-type(2){
	color:#00807b;
	font-family: 'Oswald', sans-serif;
	font-size: 19px;
}
.site-header_tel p:nth-of-type(2) span{
	font-size: 23px;
}

.site-header_content_menu{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-left: auto;
}

.site-header_content_menu nav ul{
	display: flex;
	align-items: center;
	list-style: none;
	padding: 0;
	margin: 0;
}

.site-header_content_menu nav ul li{
	margin-left: 2em;
	text-align: center;
	padding:.5em 0 20px 0;
}

.site-header_content_menu nav ul li .dropdown-menu_wrap{
	position: absolute;
	top: var(--header-height);
	left: 0;
	width: 100%;
	background: #fff;
	transition: .3s;
	visibility: hidden;
    opacity: 0;
	border-top: 1px solid #d4d4d4;
	z-index: 1;
}
.site-header_content_menu nav ul li:hover .dropdown-menu_wrap{
    visibility: visible;
    opacity: 1;
}
.site-header_content_menu nav ul li ul{
	padding: 60px;
	justify-content: center;
}

.site-header_content_menu nav ul li ul li{
	max-width: 220px;
	margin-right: 24px;
	margin-left: 0;
	text-align: left;
}
.site-header_content_menu nav ul li ul li img{
	display: block;
	margin-bottom: 5px;
}
.site-header_content_menu nav ul li ul li:last-child{
	margin-right: 0;
}

.site-header_content_menu a{
	font-weight: 500;
	font-size:16px;
	letter-spacing: 0.05em;
	font-family: 'Noto Serif JP', serif;
	padding:.5em 0;
	display: block;
}

.site-header_content_menu a span{
	display: block;
	font-size:12px;
	color:#0062B2;
	font-weight: 500;
	font-family: 'Noto Sans', sans-serif;
}

.header_contact a{
	background:#00bda1;
	color:#fff;
	border-radius: 25px;
	display: block;
	padding:.35em 1.5em;
}

.header_medical_time{
	position: absolute;
	bottom:0;
	right: 0;
	background:#fff;
	box-shadow: 0 0 20px 0px rgb(0 0 0 / 5%);
	padding:43px 98px;
	z-index: 1;
}
.header_medical_time table{
    border-collapse: collapse;
    max-width: 100%;
    word-break: break-all;
	margin:0;
	font-size: 16px;
}
.header_medical_time table th,.header_medical_time table td{
	padding:1em .5em;
	border-bottom:1px solid #bfbfbf;
	line-height: 1em;
	letter-spacing: .1em;
	text-align: center;
}
.header_medical_time tr th:first-of-type{
	padding-left: 0;
}
.header_medical_time tr:last-of-type th,.header_medical_time tr:last-of-type td{
	border-bottom: none;
}
.header_medical_time table th{
	font-weight: 500;
	text-align: center;
}
.header_medical_time table td{
	color:#00bda1;
	text-align: center;
}
.medical_time_note{
	font-weight: 500;
	margin:10px 0 35px 0;
}
.medical_time_bottom{
	display: flex;
	justify-content: space-between;
}
.medical_time_bottom a{
	width: 49%;
	border:2px solid #00bda1;
	display: flex;
	justify-content: center;
	align-items: center;
	padding:5px 0;
	border-radius:35px;
}
.medical_time_bottom a:first-of-type{
	flex-direction: column;
}
.medical_time_bottom a:first-of-type p{
	margin: 0;
	text-align: center;
	line-height: 1;
}
.medical_time_bottom a:first-of-type p:first-of-type{
	font-size:12px;
	color: #666666;
	margin-bottom: 5px;
}
.medical_time_bottom a:first-of-type p:last-of-type{
	color:#00807b;
	font-family: 'Oswald', sans-serif;
	font-size: 19px;
}
.medical_time_bottom a:first-of-type p:last-of-type span{
	font-size: 23px;
}
.medical_time_bottom a:last-of-type{
	background:#00bda1;
	color:#fff;
	text-align: center;
	position: relative;
}
.medical_time_bottom a:last-of-type:after{
	content: '';
    width: 8px;
    height: 8px;
    border-top: solid 1px #ffffff;
    border-right: solid 1px #ffffff;
    transform: rotate(45deg) translateY(-50%);
    position: absolute;
    top: 50%;
    right: 1em;
}
#medical{
	display: none;
}
#calendar{
	display: none;
}

@media screen and (max-width: 1460px){
	/* .site-header_content_menu{
		width: 100%;
	}
	.site-header_content_menu nav ul li:first-child{
		margin-left: 0;
	} */
}

@media screen and (max-width: 1200px){
	.site-header{
		z-index: 999;
	}
	.site-header_content_wrap{
		padding: 0 80px 0 2.5%;
		min-height: 80px;
	}
	.site-header_content_logo{
		margin-right: auto;
		margin-bottom: 0;
	}
	.site-header_content_menu{
		align-items: initial;
	}
	.site-header_content_menu nav ul{
		display: block;
	}
	.site-header_content_menu nav ul li{
		margin-left: 0;
		text-align: left;
	}
	#toggle {
		position: absolute;
		top: 0;
		right: 0;
	}
	
	#toggle-box {
		position: relative;
		width: 36px;
		height: 32px;
		cursor: pointer;
	}
	
	#toggle-box > span {
		width: 100%;
		height: 2px;
		left: 0;
		display: block;
		background: #1B224C;
		position: absolute;
		transition: transform .6s ease-in-out, top .5s ease, bottom .5s ease;
	}
	
	#toggle-box > span:nth-child(1) {
		top: 0;
	}
	
	#toggle-box > span:nth-child(2) {
		top: calc(50% + 0px);
		transform: translateY(-50%);
	}
	
	#toggle-box > span:nth-child(3) {
	  bottom: 0;
	}
	
	#toggle {
		z-index: 1000;
		background:#00bda1;
		padding:10px;
		height: 80px;
		width: 80px;
	}
	.site-header_navin_logo{
		position: absolute;
		top: 20px;
		width: 230px;
	}


	#main {
		position: relative;  
		z-index: 990;
		margin: 2.857143em auto;
	}
	
	.site-header_content_menu {
		display: initial;
		z-index: 900;
		overflow: auto;
		width: 100%;
		height: 100%;
		background: #0062B2;
		color: #fff;
		position: fixed;
		top: 0;
		right: 0;
		transform: translateX(100%);
		transition:  transform .5s cubic-bezier(0.215, 0.61, 0.355, 1);
	}
	
	.site-header_content_menu ul {
		list-style: none;
	}
	
	.site-header_content_menu a {
		display: block;
		text-decoration: none;
		padding:.5em 0;
		margin-bottom: 1em;
		transition: opacity .6s ease;
		color:#fff;
	}

	.site-header_content_menu a span{
		color:#fff;
	}
	
	.site-header_content_menu a:hover {
		opacity: 0.6;
	}
	
	.site-header_navin_logo a{
		padding: 0;
		margin: 0;
	}
	.site-header_navin_logo img{
		-webkit-filter: brightness(0) invert(1);
		filter: brightness(0) invert(1);
	}
	
	.is-open {
		overflow: hidden;
	}
	
	.is-open #toggle-box > span {
		background: #fff;
	}
	
	.is-open #toggle-box > span:nth-child(1) {
		top: 50%;
		transform: rotate(45deg) translatey(-50%);
	}
	
	.is-open #toggle-box > span:nth-child(2) {
		width: 0;
	}
	
	.is-open #toggle-box > span:nth-child(3) {
		top: 50%;
		transform: rotate(-45deg) translatey(-50%);
	}
	
	.is-open .site-header_content_menu {
		z-index: 999;
		transform: translateX(0);
		padding:15% 2.5% 5%;
	}
	.overlay{
		display: none;
	}
	
	.overlay_show {
		display: block;
		position: fixed;
		top: 0;
		left: 0;
		background: rgba(0,0,0,0.5);
		height: 100vh;
		width: 100%;
		height: 100vh;
		z-index: 999;
	}
	.site-header_content_right{
		margin-left: 0;
	}
	.header_medical_time{
		display: none;
	}
	.header_medical_time.is-open {
		display: initial;
		z-index: 1000;
		overflow: auto;
		width: 100%;
		height: 100%;
		background: #fff;
		color: #231815;
		position: fixed;
		top: var(--header-height);
		right: 0;
	}
	.site-header_tel{
		display: none;
	}
	#calendar{
		display: block;
		width: 80px;
		height: 80px;
		background:#00bda1;
		padding:10px;
		color:#ffffff;
		text-align: center;
		cursor: pointer;
	}
	#calendar i{
		font-size:28px;
	}
	#calendar span{
		letter-spacing: .1em;
		font-size:14px;
	}
	#medical{
		display: block;
		width: 80px;
		height: 80px;
		background:#00bda1;
		padding:10px;
		color:#ffffff;
		text-align: center;
		cursor: pointer;
	}
	#medical i{
		font-size:28px;
	}
	#medical span{
		letter-spacing: .1em;
		font-size:14px;
	}
}

/*固定ページ　共通*/

.page_header{
	position: relative;
	background: linear-gradient(-135deg, #100b54 0%, #0c3e9f 20%, #0a4892 60%, #30b6dd 100%);
	min-height: 380px;
	margin-bottom: 40px;
}
.page_header figure{
	position: relative;
}
.page_header figure img{
	display: block;
	height: 380px;
	object-fit: cover;
}
.page_header figure:after{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background:rgba(0,0,0,.5);
}
.page_header p,.page_header h1,.page_header h2{
	width: 100%;
	color:#fff;
	font-size:2.5em;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	margin: 0;
	text-align: center;
	font-weight: 500;
	letter-spacing: .2em;
}
.page:not(.page.home) .entry-content{
	max-width: 1000px;
	margin:0 auto;
}

.front_heading_black{
	margin-bottom: 4em;
	position: relative;
}
.front_heading_black h3{
	color:#111;
	font-size: 2.3em;
	letter-spacing: .15em;
	text-align: center;
	line-height: 1.3;
	margin: 0;
}

.front_heading_black h3 span {
	display: inline-block;
}

.front_heading_black p{
	letter-spacing: .15em;
	text-align: center;
	line-height: 1.3;
	margin: 0;
}
.front_heading_black p span{
	display: inline-block;
	color: #111;
    font-weight: 500;
}	
@media screen and (max-width: 1200px){
	.page_header{
		margin-bottom: 75px;
	}
	.page:not(.page.home) .entry-content{
		max-width: 100%;
		padding:0 5%;
	}
}
@media screen and (max-width: 767px){
	.page_header{
		min-height: 150px;
		margin-bottom: 10%;
	}
	.page_header figure img{
		height: 150px;
	}
	.page_header p, .page_header h1, .page_header h2{
		font-size:1.5em;
	}
	.page_header h1{
		max-width: 90%;
	}
	.front_heading_black{
		margin-bottom: 2em;
	}
	.front_heading_black h3{
		font-size:2.1em;
	}
}


.site-footer{
	background:#f2f2f2;
	padding:50px 50px 20px 50px;
}

.site-info{
	display:flex;
	align-items: center;
	flex-wrap:wrap;
	margin-bottom: 40px;
}
.site-info_left{
	width: 230px;
}

.site-info_right{
	width: calc(100% - 230px);
	display: flex;
	justify-content: flex-end;
	align-items: center;
	margin-left: auto;
}

.site-info_right nav ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	list-style: none;
	padding: 0;
	margin: -1em 0 0 0;
}

.site-info_right nav ul li{
	margin:1em 0 0 2em;
	margin-left: 2em;
	text-align: center;
}

.site-info_right a{
	font-weight: 700;
	font-size:18px;
	letter-spacing: 0.05em;
}

.site-info_right a span{
	display: block;
	font-size:12px;
	color:#0062B2;
	font-weight: 500;
	font-family: 'Noto Sans', sans-serif;
}
.copyright{
	text-align: center;
	margin: 0;
}
@media screen and (max-width: 767px){
	.site-footer{
		padding:10% 5%;
	}
	.site-info{
		margin-bottom: 10%;
	}
	.site-info .custom-logo-link{
		text-align: center;
	}
	.site-info_left{
		width: 100%;
		padding:0 15%;
		margin-bottom: 10%;
	}
	.site-info_right{
		width: 100%;
	}
	.site-info_right nav ul{
		justify-content: center;
	}
	.site-info_right nav ul li{
		margin-left: 0;
		padding: 0 1em;
	}
}


.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}


.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}
.custom-logo-link img{
	vertical-align: middle;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}
