@charset "UTF-8";

/*
Theme Name:Original Style - 1column
Version:1.2
*/

/*===================
 Reset
===================*/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*===================
 Native
===================*/

/* editor */

.mainblock p,
.mce-content-body p {
  display: block;
  margin: 0 0 2em;
}
strong {
  font-weight: bold;
}
em {
  font-style: italic;
}
blockquote {
  display: block;
  -webkit-margin-before: 1em;
  -webkit-margin-after: 1em;
  -webkit-margin-start: 40px;
  -webkit-margin-end: 40px;
}

/**/

img[class*="wp-image-"],
img[class*="attachment-"] {
  height: auto;
  max-width: 100%;
}

/* clearfix */

.clearfix {
  overflow: hidden;
  zoom: 1;
}
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}
body {
  font-family: "Kiwi Maru", serif;
  color: #222222;
  line-height: 1.8em;
  letter-spacing: 0;
  font-size: 16px;
}
a:focus,
*:focus {
  outline: none;
}
a,
a img {
  -webkit-transition: 200ms;
  transition: 200ms;
}
a {
  color: #222222;
  text-decoration: none;
}
a:visited {
  color: #ee86b4;
}
a:hover {
  text-decoration: none;
}
a:hover img {
  opacity: 0.7;
  -moz-opacity: 0.7;
  filter: alpha(opacity=70);
  cursor: pointer;
}
img {
  max-width: 100%;
  max-height: 100%;
}

/*==========================
	base
==========================*/

#header > .inner,
#nav > .inner,
#contents > .inner,
#footer .inner {
  /* コンテンツ幅 */
  width: 1000px;
  margin: 0 auto;
  max-width: 96%;
}

/*==========================
	#header
==========================*/

#header {
  box-sizing: border-box;
}
#header h1 {
  /* h1ロゴのサイズ指定 */
  display: block;
  float: left;
  max-width: 34%;
  width: 314px;
  padding-top: 0;
  position: relative;
  z-index: 1;
}
#header h1 img {
  width: 100%;
}
#header h1 a:hover img {
  opacity: 1;
  -moz-opacity: 1;
  filter: alpha(opacity=100);
}
.headerinner ul.pc {
  float: right;
  overflow: hidden;
  width: 600px;
  max-width: 62%;
  box-sizing: border-box;
  text-align: right;
}
.headerinner ul img {
  display: block;
}
.headerinner .txt {
  float: left;
  width: 50%;
}
.headerinner .txt img {
  width: 300px;
}
/* .headerinner .tel {
  float: right;
  width: 46.7%;
  padding-top: 0;
}
.headerinner .tel img.telimg {
  width: 280px;
} */
.headerinner .inq {
  padding-top: 14px;
}
.headerinner .inq .access {
  width: 90px;
  max-width: 32.15%;
  float: left;
}
.headerinner .inq .btn {
  width: 183px;
  max-width: 65.4%;
  float: right;
}

/*==========================
	#nav
==========================*/

.menu-sp-nav-container {
  /* スマホ用メニューを隠す */
  display: none;
}
.fixed {
  /* javascript用 */
  position: fixed;
  top: 0;
}
#nav {
  box-sizing: border-box;
}

/*==========================
	#contents
==========================*/

/* H2タイトル -------------*/

.page-title {
  overflow: hidden;
  position: relative;
  text-align: center;
  padding: 4em 0;
  background: #90d789;
}
.page-title h2 {
  color: #fff;
  font-size: 36px;
  letter-spacing: 0.15em;
  position: relative;
  line-height: 1.4em;
  display: table;
  margin: 0 auto;
  padding: 5px 15px;
}
.page-information .page-title {
  background: url(img/information_h2.jpg) no-repeat center / cover;
}
.page-doctor .page-title {
  background: url(img/doctor_h2.jpg) no-repeat center / cover;
}
.page-recruit .page-title {
  background: url(img/recruit_h2.jpg) no-repeat center / cover;
}
.page-medical .page-title {
  background: url(img/medical_h2.jpg) no-repeat center / cover;
}
.page-covid19 .page-title {
  background: url(img/covid19_h2.jpg) no-repeat center / cover;
}
/* パンくず -------------*/

.bread_wrap {
  margin-bottom: 2.5em;
}
.home .bread_wrap {
  margin-bottom: 0;
}
.bread_wrap .bread {
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  width: 1000px;
  max-width: 96%;
}
.bread {
  padding: 0.4em 0 0.4em;
  font-size: 82%;
  /*13px*/
  margin-bottom: 0.5em;
  text-align: right;
}
.bread li {
  display: inline-block;
  line-height: 1.3em;
}
.bread li a {
  color: #666;
}
.bread li a:hover {
  text-decoration: none;
}

/* コンテンツの下部余白 -------------*/

.mainblock.under {
  padding-bottom: 3em;
}

/*==========================
	#aside
==========================*/

/*==========================
	.contentbottom
==========================*/

.contentbottom {
  text-align: center;
}
.contentbottom .contact-bn {
  text-align: center;
}
.contentbottom .contact-bn a {
  display: inline-block;
  margin: 0 0.5%;
  width: 280px;
  max-width: 96%;
}

/*==========================
	#footer
==========================*/

.bnr {
  padding: 40px 0 0;
}
.bnr a {
  display: inline-block;
  margin: 0 0.5% 0;
  width: 360px;
  max-width: 46%;
}
#footer {
  padding: 3em 0;
  text-align: left;
  color: #222222;
  font-size: 16px;
}
#footer li.menu-item-has-children {
  margin-bottom: 1em;
}
#footer .ft_tel span {
  font-size: 3em;
  color: #4dc17f;
  padding-left: 40px;
  position: relative;
  line-height: 1em;
}
#footer .ft_tel span:before {
  content: "";
  display: block;
  position: absolute;
  width: 33px;
  height: 34px;
  top: 0;
  bottom: 0;
  right: auto;
  left: 0;
  margin: auto;
  background: url(img/ft_tel_icon.png) no-repeat center;
}

#footer .nav_title {
  font-size: 16px;
  pointer-events: none;
  color: #4dc17f;
  border-bottom: 2px solid;
  display: block;
  font-weight: bold;
  padding-bottom: 6px;
  padding-left: 0.8em;
}
#footer .sub-menu {
  font-size: 15px;
  margin-bottom: 1.2em;
  margin-top: 1em;
  display: block !important;
}
#footer .sub-menu li {
  line-height: 1.4;
  font-size: 16px;
  position: relative;
  margin-bottom: 0.7em;
  padding-left: 24px;
}
#footer .sub-menu li::before {
  content: "";
  position: absolute;
  top: 0.35em;
  left: 8px;
  width: 6px;
  height: 6px;
  border-top: 2px solid #4dc17f;
  border-right: 2px solid #4dc17f;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#footer li a {
  text-decoration: none;
  color: #222222;
}
#footer li a:hover {
  color: #4dc17f;
}
.footer_access p {
  margin-bottom: 5px;
  font-size: 15px;
}
.footer_access p.logo {
  margin-bottom: 1em;
}
#footer .googlemap iframe {
  border: 1px solid #ccc;
  box-sizing: border-box;
}
#footer .table01 th,
#footer .table01 td {
  padding: 4px 2px 4px;
}
#footer .table01 th {
  width: 4em;
  padding-left: 0.8em;
}
#footer .table01 a {
  color: #222222;
}
#footer #menu-footer-nav {
  /* float: left;
    width: 48%;
    box-sizing: border-box; */
  text-align: center;
  margin-bottom: 2em;
}

#footer #menu-footer-nav li {
  display: inline-block;
}
#footer #menu-footer-nav li a {
  padding: 0 0.5em;
}
#footer #menu-footer-nav li:before {
  content: "|";
  left: 0;
}
#footer #menu-footer-nav li:first-child:before {
  content: none;
}
.copyright {
  /**/
  text-align: center;
  padding: 0.5em 0;
  font-size: 16px;
}
.p_01 {
  text-align: center;
  font-size: 14px;
  padding-top: 4%;
}
.inq01 {
  position: fixed;
  bottom: 0px;
  right: 0;
  z-index: 100;
}

/********************************
	Responsive
*********************************/

@media screen and (min-width: 768px) {
  /* タブレットまで */
  .sp {
    display: none !important;
  }
  .telbtn {
    display: none;
  }
  /*==========================
	base
==========================*/
  a[href^="tel:"] {
    pointer-events: none;
    text-decoration: none;
  }
  /*-- 2カラム時の設定 ------------
#main {
	width:720px;
	float:right;
}
#aside {
	width:240px;
	float:left;
	margin-bottom:20px;
}
--------------*/
  /*==========================
	#header
==========================*/
  #header {
    padding: 37px 0 34px;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
  }
  /*==========================
	#nav
==========================*/
  #nav {
    left: 0;
    width: 100%;
    z-index: 100;
    box-sizing: content-box;
  }
  #nav .inner {
    position: relative;
  }
  /* PC用グローバルナビゲーション */
  #menu-header-nav {
    float: right;
    position: absolute;
    right: 0;
    top: -78px;
    width: 550px;
    max-width: 63%;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: end !important;
    justify-content: flex-end !important;
  }
  #nav li {
    box-sizing: border-box;
  }
  #nav a,
  #menu-header-nav > li > span {
    text-decoration: none;
    display: block;
    text-align: center;
    background-repeat: no-repeat;
    line-height: 1.35em;
    box-sizing: border-box;
    -webkit-transition: 200ms;
    transition: 200ms;
  }
  #menu-header-nav > li {
    position: relative;
    float: left;
    padding: 0;
    width: 20%;
    box-sizing: border-box;
    text-align: center;
  }
  #menu-header-nav > li.nav01 {
  }
  #menu-header-nav > li > a {
    /**/
    font-size: 16px;
    box-sizing: border-box;
    padding: 0 5px;
    color: #222222;
    letter-spacing: 0;
    position: relative;
    z-index: 20000;
    line-height: 1.4em;
    display: inline-block;
  }
  #menu-header-nav > li > a > span {
    font-size: 12px;
    color: #85d685;
    display: block;
  }
  #menu-header-nav > li > a::after {
    position: absolute;
    bottom: -4px;
    left: 0;
    content: "";
    width: 100%;
    height: 2px;
    background: #53c383;
    transform: scale(0, 1);
    transform-origin: center top;
    transition: transform 0.3s;
  }
  #menu-header-nav > li > a:hover::after {
    transform: scale(1, 1);
  }

  #menu-header-nav > li.nav01 > a {
    /* background-image:url(img/nav_home.png) ; */
    background-position: center;
    background-repeat: no-repeat;
    /* text-indent:-9999px;
    width: 15px;
    padding: 0 15px; */
  }
  /*#menu-header-nav > li > a::before,
#menu-header-nav > li > a::after {
	position:absolute;
	content:"";
	right:0;
	top:13px;
	height:24px;
	width:1px;
	background:rgba(255,255,255,0.3);
}*/
  #menu-header-nav > li.nav01 > a::before {
    left: 0;
  }
  /*#menu-header-nav > li > a:hover {
	color:#fff;
	cursor:pointer;
}*/
  #menu-header-nav li {
    -moz-transition: 0.2s;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    -ms-transition: 0.2s;
    transition: 0.2s;
  }
  #menu-header-nav ul.sub-menu {
    position: absolute;
    padding: 0;
    background: none;
    z-index: 9;
    top: 0;
    left: 0;
    width: 100%;
    box-sizing: border-box;
    text-align: center;
    -moz-transition: 0.2s;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    -ms-transition: 0.2s;
    transition: 0.2s;
  }
  #menu-header-nav > li:last-child ul.sub-menu {
    width: 100%;
  }
  #menu-header-nav > li > ul.sub-menu {
    height: auto;
    overflow: hidden;
    top: 50px;
  }
  #menu-header-nav > li:hover > ul.sub-menu {
    height: auto;
    /* top: 70px; */
    background: RGBA(83, 195, 131, 0.8);
    border-radius: 6px;
    padding: 5px;
  }
  #menu-header-nav > li > ul.sub-menu > li {
    width: 100%;
    height: 0;
  }
  #menu-header-nav > li:hover > ul.sub-menu > li {
    float: none;
    height: auto;
  }
  #menu-header-nav > li > ul.sub-menu > li a {
    font-size: 15px;
    text-align: center;
    text-indent: inherit;
    color: #fff;
    padding: 8px 5px 7px;
    display: block;
  }
  #menu-header-nav ul.sub-menu li a:hover {
    color: #53c383;
    background-color: #fff;
    border-radius: 4px;
  }
  /*==========================
	#contents
==========================*/
  /* コンテンツのmin-height -------------*/
  #contents #main {
    min-height: 600px;
  }
  /*==========================
	#aside
==========================*/
  #aside .inq {
    /* サイド固定バナー */
    position: fixed;
    top: 120px;
    right: 0;
    width: 98px;
    z-index: 5;
  }
  #aside .inq a {
    display: block;
    margin-top: 10px;
  }
  #aside .inq a:hover img {
    opacity: 0.8;
    -moz-opacity: 0.8;
    filter: alpha(opacity=80);
  }
  /*-- ブログページ ------------*/
  .caegory-in-blog #main,
  .single-in-blog #main {
    float: right;
    width: 72%;
  }
  .caegory-in-blog #aside,
  .single-in-blog #aside {
    float: left;
    width: 24%;
  }
  /*==========================
	.contentbottom
==========================*/
  .contentbottom .contact-bn a {
    max-width: 45%;
  }
  /*==========================
	#footer
==========================*/

  #footer li.menu-item-has-children {
    float: right;
    width: 48%;
  }
  #footer li.menu-item-has-children:first-child {
    width: 48%;
    float: left;
  }
  #footer .footer_access {
    float: right;
    width: 48%;
    box-sizing: border-box;
  }
  #footer .googlemap {
    padding-bottom: 34%;
  }
  #footer .btn-style {
    text-align: left;
  }
}
@media screen and (max-width: 1280px) {
  /*サイドバナーのサイズ調整*/
  #aside .inq {
    width: 60px;
  }
}
@media screen and (max-width: 1042px) {
  /*コンテンツが横幅いっぱいになったら*/
  /*==========================
	base
==========================*/
  /*-- 2カラム時の設定 ------------
#main {
	width:720px;
	max-width:100%;
	float:none;
	margin:0 auto 2.5em;
}
.home #main {
	width:720px;
}

#aside {
	width:490px;
	max-width:100%;
	float:none;
	margin:0 auto 20px;
}
#aside .sideinner {
	overflow:hidden;
	margin-bottom:20px;
}
------------------*/
  /*==========================
	#footer
==========================*/
  #footer #menu-footer-nav {
    width: 100%;
  }
  #footer .footer_access {
    width: 100%;
    margin-bottom: 1.5em;
  }
}
@media screen and (min-width: 768px) and (max-width: 1042px) {
  /*==========================
	#nav
==========================*/
  #nav li {
    box-sizing: border-box;
  }
  #menu-header-nav > li a {
    font-size: 12px;
  }
  #menu-header-nav ul.sub-menu li a {
    font-size: 12px;
  }
  #menu-header-nav > li {
    padding: 5px 0.2em 0;
  }
  #menu-header-nav > li > ul.sub-menu {
    width: 130%;
    left: -15%;
  }
}
@media screen and (min-width: 768px) and (max-width: 768px) {
  #footer li,
  #footer li a,
  #menu-sitemap li,
  #menu-sitemap li a {
    vertical-align: top;
  }
}
@media screen and (max-width: 767px) {
  /* スマホ */
  .pc {
    display: none !important;
  }
  /*==========================
	base
==========================*/
  /*-- 2カラム時の設定 ------------
#main , #aside{
	width:480px;
	max-width:96%;
	float:none;
}*/
  /*==========================
	#header
==========================*/
  #header {
    padding: 16px 0 15px;
  }
  #header h1 {
    /* padding: 1% 0 0; */
    max-width: 65%;
  }
  .headerinner ul {
    float: right;
    max-width: 30%;
    width: 30px;
    margin-top: 6px;
  }
  .headerinner ul img {
    width: 100%;
  }
  .headerinner .tel {
    float: left;
    max-width: 44%;
    width: 47px;
  }
  .headerinner .mail {
    float: left;
    max-width: 32%;
    margin-right: 4.5%;
    width: 61px;
  }
  .headerinner #toggle {
    width: 100%;
    float: right;
  }
  /*==========================
	#nav
==========================*/
  #nav {
    height: auto;
    padding: 0;
  }
  #nav.fixed {
    /*.fixedの指定を初期化して無効に。スマホに影響させないため*/
    position: inherit !important;
    top: auto !important;
  }
  /* メニューボタン */
  #toggle {
    display: block;
    /*	position: absolute;
	top:0;
	right:0;
	width:auto;
	height:86px;*/
  }
  #toggle a {
    width: 100%;
    margin: 0;
    float: none;
    position: relative;
    padding: 0;
    border: none;
  }
  #toggle img {
    max-height: 100%;
    width: 30px;
  }
  #toggle a:hover {
    background: none !important;
  }
  /* #menu-header-nav ------*/
  #menu-header-nav,
  #menu-header-nav .sub-menu {
    /* スライドダウンさせるために隠す */
    display: none;
  }
  #nav ul.menu {
    background: #edf7f1;
    left: 0;
    margin: 0;
    width: 100%;
    position: absolute;
    z-index: 99;
    border-top: 1px solid #ccc;
  }
  #nav ul li .subtxt {
    display: none;
  }
  #nav ul li > a br {
    display: none;
  }
  #nav ul li {
    display: block;
    text-align: left;
    background: none;
    float: none;
    height: auto;
    width: 100%;
    padding: 0;
    box-sizing: border-box;
    border: none;
    border-bottom: 1px solid #ccc;
    margin: 0;
  }
  #nav ul li ul li {
    border-top: 1px solid #ccc;
    border-bottom: none;
  }
  #nav ul li a {
    display: block;
    padding: 18px 6px 18px 15px;
    background-position: 5px center;
    background-size: 16px auto;
    width: 100%;
    float: none;
    box-sizing: border-box;
    text-align: left;
    height: auto;
    line-height: 1.5;
    font-size: 88%;
    text-decoration: none;
    position: relative;
    color: #1a1a1a;
  }
  #nav ul li span {
    padding-left: 1em;
    vertical-align: middle;
    display: inline-block;
  }
  #nav ul li span:hover {
    cursor: pointer;
    color: #53c383;
  }
  #nav .menu > li > a::after {
    display: block;
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    top: 50%;
    right: 20px;
    margin: -6px 0 0 0;
    border-bottom: solid 2px #ccc;
    border-right: solid 2px #ccc;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  #nav ul li.has_children > a::after {
    display: block;
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    top: 50%;
    right: 20px;
    margin: -6px 0 0 0;
    border-bottom: solid 2px #ccc;
    border-right: solid 2px #ccc;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  #nav ul li a:before {
    content: "- ";
  }
  #nav ul li a:hover {
    background: #daf2e4;
  }
  #nav ul li .sub-menu {
    background: #fff;
  }
  #nav ul li .sub-menu li a {
    padding-left: 35px;
  }
  #nav ul li .sub-menu li a:hover {
    background: #b7e4ca;
  }
  #nav ul li .sub-menu li a:after {
    display: block;
    content: "";
    position: absolute;
    width: 8px;
    height: 8px;
    top: 50%;
    right: 20px;
    margin: -6px 0 0 0;
    border-bottom: solid 2px #ccc;
    border-right: solid 2px #ccc;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  #nav li:first-child a {
    border-left: none;
  }

  /*==========================
	#contents
==========================*/
  .bread_wrap {
    margin-bottom: 1em;
  }
  #contents {
    margin-bottom: 1.5em;
  }
  /*==========================
	#aside
==========================*/
  #aside .inq {
    width: 100%;
    display: flex;
  }

  #aside .inq img {
    width: 100%;
  }
  #aside .inq01 {
    bottom: 14vw;
  }
  #aside {
    margin-bottom: 0.5em;
  }
  /*==========================
	.contentbottom
==========================*/
  /* 最下部固定お問い合わせバナー */
  .contact {
    position: fixed;
    bottom: 0;
    width: 100%;
    left: 0;
    text-align: center;
    z-index: 5;
    vertical-align: bottom;
    font-size: 0;
  }
  .contact .clearfix a {
    display: inline-block;
    width: 770px;
    max-width: 100%;
    margin: 0;
    vertical-align: bottom;
  }
  .contact .clearfix {
    width: 100%;
  }

  /*==========================
	#footer
==========================*/
  .bnr a {
    margin: 0 auto 10px;
    max-width: 70%;
    display: block;
  }
  #footer .ft_tel span {
    font-size: 2em;
  }
  #footer {
    padding: 2em 0;
    text-align: center;
  }
  #footer .footer_access {
    margin-bottom: 1.5em;
  }
  #footer li.parent,
  #footer li.parent2,
  #footer li.parent3 {
    float: none;
    width: auto;
    display: block;
  }
  #footer li.menu-item-has-children,
  #footer li.menu-item-has-children:last-child {
    float: none;
    height: auto;
    width: 100%;
    border-left: none;
    padding-left: 1%;
  }
  #footer .sub-menu li {
    vertical-align: top;
  }
  .copyright {
    padding-bottom: 18%;
  }
  .inq01 {
    height: 60px;
  }
}
@media screen and (max-width: 480px) {
  /* スマホ480px */
  /*==========================
	#header
==========================*/
  #header {
    padding: 15px 0;
  }
  #header h1 {
    margin-bottom: 0;
  }
  /*==========================
	#nav
==========================*/
  #toggle {
  }
  #nav ul.menu {
    top: 78px;
  }
  /*==========================
	#contents
==========================*/
  .bread {
    margin-bottom: 0.5em;
    padding: 0.3em 0em 0.2em;
    text-align: right;
  }
  /*==========================
	#footer
==========================*/
  .copyright {
    padding-bottom: 22%;
  }
}
@media screen and (max-width: 320px) {
  /* スマホ320px */
  /*==========================
	#header
==========================*/
  #header {
  }
  /*==========================
	#nav
==========================*/
  #toggle {
  }
}
