@charset "UTF-8";
/*------------------------------------------------------------
    clearfix（float解除）
------------------------------------------------------------*/
.clearfix {
  *zoom: 1;
}

.clearfix:after {
  display: block;
  clear: both;
  content: "";
}

/*------------------------------------------------------------
    Default
------------------------------------------------------------*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, dialog, figure, footer, header, button,
hgroup, menu, nav, section,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 1em;
}

html {
  font-size: 62.5%;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body, table,
input, textarea, select, option, button,
h1, h2, h3, h4, h5, h6 {
  line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 500;
}

table,
input, textarea, select, option {
  line-height: 1.1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

:focus {
  outline: 0;
}

ins {
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

img {
    vertical-align: top;
    max-width: 100%;
}

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

a:hover,
a:hover img {
    opacity: 0.80;
    filter: alpha(opacity=80);
    -ms-filter: "alpha(opacity=80)";
}

iframe {
    width: 100%;
    height: 100%;
}

/* .fadein
------------------------------------------------------------*/
.fadeInUp {
    opacity: 0;
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
    transition: transform 1s, opacity 1s;
}
.fadeInUp.on {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}


/*------------------------------------------------------------
Layout
------------------------------------------------------------*/

body {
    min-width: 768px;
    font-family: "メイリオ", "meiryo", sans-serif;
    /*font-family: 'Noto Sans JP', sans-serif;*/
    line-height: 1.5;
    color: #424242;
    font-size: 14px;
}

.c-header__image::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../img/top/bg_loading.jpg);
    background: url(../img/top/icon_loading.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-color: #019944;
    /* 背景カラー */
    z-index: 9999;
    /* 一番手前に */
    pointer-events: none;
    /* 他の要素にアクセス可能にするためにポインターイベントは無効に */
    opacity: 0.7;
    /* 初期値 : 透過状態 */
    -webkit-transition: opacity .8s ease;
    /* アニメーション時間は 0.8秒 */
    transition: opacity .8s ease;
}

.c-header__image.YTPReady::after {
    opacity: 0;
}

.c-header__image.fadeout article {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

@media screen and (max-width: 1220px) {
    body {
        min-width: auto;
    }
}

.pt60 {
    padding: 60px 0 0 0;
}

.pd60 {
    padding: 60px 0 65px;
}

@media screen and (max-width: 767px) {
    .pd60 {
        padding: 50px 0 55px;
    }
}

.l-container {
    margin: 0 auto;
    width: 1226px;
}

@media screen and (max-width: 1300px) {
    .l-container {
        width: 94%;
        margin: 0 auto;
    }
}

.pc-only {
    display: block;
}

@media screen and (max-width: 767px) {
    .pc-only {
        display: none;
    }
}

.sp-only {
    display: none;
}

@media screen and (max-width: 767px) {
    .sp-only {
        display: block;
    }
}

#overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    /* top: 650px; */
    cursor: pointer;
    display: none;
    z-index: 10;
    background-color: rgba(0, 0, 0, 0.7);
}

#overlay.is-open {
    display: block;
}

.product-image-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    z-index: 9999;
    display: none;
}

.product-image-overlay img {
    width: auto;
    max-width: 1000px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

/*------------------------------------------------------------
Header
------------------------------------------------------------*/

.c-header {
    position: relative;
    width: 100%;
    text-align: center;
}

.c-header__image {
    width: 100%;
    top: 0;
    z-index: 0;
    height: 80vh;
    position: relative;
}

@media screen and (max-width: 767px) {
    .c-header__image {
        height: 70vh;
        margin-top: 66px;
    }
}

.c-header__image.is_sticky {
    margin-bottom: 86px;
}

@media screen and (max-width: 767px) {
    .c-header__image.is_sticky {
        margin-bottom: 0;
    }
}

.c-header__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    position: relative;
    z-index: 9999;
    background: #fff;
    /*padding: 10px 0 10px 0;*/
    height: 84px;
    border-bottom: 2px solid #e3e3e3;
}

@media screen and (max-width: 767px) {
    .c-header__nav {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
    }
}

.c-header__nav.is_sticky {
    position: fixed;
    top: 0;
    width: 100%;
    left: 0;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.2);
    background: #fff;
    z-index: 999;
}

@media screen and (max-width: 767px) {
    .c-header__nav {
        height: 66px;
        padding: 0;
    }
}

.c-header__nav .nav-logo {
    -webkit-transition: width 0.5s;
    transition: width 0.5s;
    padding-left: 15px;
}

@media screen and (max-width: 1430px) and (min-width: 768px) {
    .c-header__nav .nav-logo {
        width: 20%;
    }
}

@media screen and (max-width: 767px) {
    .c-header__nav .nav-logo {
        zoom: 80%;
    }
}

.c-header__nav .nav-logo img {
    max-height: 54px;
    width: auto;
}

@media screen and (max-width: 767px) {
    .c-header__nav .nav-logo img {
        max-height: 60px;
        width: auto;
    }
}

.c-header__nav .nav-menu {
    width: 74%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media screen and (max-width: 1430px) and (min-width: 768px) {
    .c-header__nav .nav-menu {
        width: 75%;
    }
}

.c-header__nav .nav-menu > li {
    width: 15%;
    display: flex;
    align-items: center;
}
.c-header__nav .nav-menu > li.contact {
    width: 24%;
}
@media screen and (max-width: 767px) {
    .c-header__nav .nav-menu {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        display: none;
        position: fixed;
        width: 100%;
        height: calc(100vh - 66px);
        left: 0;
        padding-right: 0;
        text-align: left;
        z-index: 999;
        top: 66px;
        overflow-x: hidden;
        /*border-top: 2px solid #87c6a1;*/
    }

    .c-header__nav .nav-menu > li {
        width: 100%;
        display: block;
        background: #fff;
        border-bottom: 1px solid #e9e7e5;
    }
    .c-header__nav .nav-menu > li.contact {
        width: 100%;
    }
}

.c-header__nav .nav-menu .contact {
    padding-right: 15px;
}

@media screen and (max-width: 1220px) {
    .c-header__nav .nav-menu .contact {
        padding-right: 0;
    }
}

@media screen and (max-width: 767px) {
    .c-header__nav .nav-menu .contact {
    }
}

.c-header__nav .nav-menu .contact a {
    font-size: 22px;
    padding: 0 8%;
}

@media screen and (max-width: 1220px) and (min-width: 768px) {
    .c-header__nav .nav-menu .contact a {
        font-size: 2vw;
    }
}

.c-header__nav .nav-menu .contact a span {
    color: #fefcfc;
    display: block;
    font-size: 12px;
    padding: 4px 0;
    background: #87c6a1;
    border-radius: 2px;
    margin-bottom: 5px;
}

@media screen and (max-width: 767px) {
    .c-header__nav .nav-menu .contact a {
        font-size: 20px;
        padding: 10px 4%;
    }
}

.c-header__nav .nav-menu .first {
    display: flex;
    justify-content: center;
    flex-direction: column;
    color: #221f1d;
    font-size: 1.4rem;
    text-align: center;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    cursor: pointer;
    position: relative;
    /*padding: 0 20px;*/
    height: 65%;
    width: 100%;
    line-height: 1;
    font-weight: 400;
    font-family: 'Noto Sans JP', sans-serif;
    border-left: 1px solid #C4C4C4;
}

.c-header__nav .nav-menu .first span {
    font-size: 11px;
    padding-top: 5px;
}

@media screen and (max-width: 1430px) and (min-width: 768px) {
    .c-header__nav .nav-menu .first {
        /*padding: 0 1vw;*/
        font-size: 1vw;
    }
    .c-header__nav .nav-menu .first span {
        font-size: 0.8vw;
    }
}

@media screen and (max-width: 767px) {
    .c-header__nav .nav-menu .first {
        font-size: 1.4rem;
        padding: 12px 0;
    }

    .c-header__nav .nav-menu .first:active,
    .c-header__nav .nav-menu .first.active {
        background: #f8e3b6;
    }
}

.c-header__nav .nav-menu > li:not(:last-child) .first:before,
.c-header__nav .nav-menu > li:not(:last-child) .first:after {
    content: "";
    left: 0;
    right: 0;
    margin: 0 auto;
    position: absolute;
    opacity: 0;
}

.c-header__nav .nav-menu > li:not(:last-child):hover .first:before,
.c-header__nav .nav-menu > li:not(:last-child):hover .first:after {
    opacity: 1;
}

.c-header__nav .nav-menu > li:not(:last-child).active .first:before,
.c-header__nav .nav-menu > li:not(:last-child).active .first:after {
    opacity: 1;
}

.c-header__nav .nav-menu .first:before {
    width: 7px;
    height: 7px;
    bottom: 0px;
    border-right: 1px solid #008A32;
    border-bottom: 1px solid #008A32;
    transform: rotate(45deg);
}
.c-header__nav .nav-menu .first:after {
    height: 4px;
    width: 90%;
    bottom: -10px;
    border-radius: 3px;
    background: #4AB16E;
}

@media screen and (max-width: 767px) {
    .c-header__nav .nav-menu > li:not(:last-child) .first:before,
    .c-header__nav .nav-menu > li:not(:last-child) .first:after {
        content: none;
    }
}



/*drop-sp*/
.c-header__nav .nav-menu .nav-hover .drop-sp {
    padding: 0;
    width: 38px;
    height: 38px;
    position: absolute;
    top: 0;
    right: 0;
    background: #008A32;
    z-index: 1050;
}

@media screen and (max-width: 767px) {
    .c-header__nav .nav-menu .nav-hover {
        position: relative;
    }
}

.c-header__nav .nav-menu .nav-hover .drop-sp .button {
    width: 100%;
    height: 100%;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    max-height: 999999px;
}

.c-header__nav .nav-menu .nav-hover .drop-sp .button:after {
    content: "";
    margin: auto;
    position: absolute;
    top: -3px;
    right: 0;
    bottom: 0;
    left: 0;
    width: 0.5em;
    height: 0.5em;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg) translateZ(1px);
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
}

.c-header__nav .nav-menu .nav-hover .drop-sp.active .button {
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
}









.c-header__text {
    position: absolute;
    top: 55%;
    left: 0;
    right: 0;
    text-align: center;
    margin: 0 auto;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

@media screen and (max-width: 767px) {
    .c-header__text {
        top: 53%;
    }
}

@media screen and (max-width: 320px) {
    .c-header__text {
        zoom: 80%;
    }
}

.c-header__text h1 {
    color: #fff;
    font-size: 52px;
    text-shadow: 0px 0px 28px black;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

@media screen and (max-width: 767px) {
    .c-header__text h1 {
        font-size: 3.2rem;
    }
}

.c-header__text p {
    color: #fdf7f7;
    font-size: 16px;
    padding-top: 30px;
    text-shadow: 0px 0px 28px black;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

@media screen and (max-width: 767px) {
    .c-header__text p {
        font-size: 1.4rem;
    }
}

.tp_text {
    zoom: 90%;
    position: absolute;
    top: 30px;
    right: 30px;
    text-align: center;
    z-index: 10000;
    background-color: #009900;
    border: 4px solid #98cc00;
    color: #fff;
    border-radius: 7px;
    width: 265px;
    padding: 10px 50px;
    font-size: 11px;
}

@media screen and (max-width: 767px) {
    .tp_text {
        width: 201px;
        zoom: 66%;
        padding: 10px 18px;
    }
}

.tp_text img {
    width: 100%;
    height: auto;
}

.tp_text p {
    margin-top: 4px;
}

.h_contact {
    position: absolute;
    top: 30px;
    right: 30px;
    z-index: 2;
}
.h_contact a {
    color: #fff;
    font-size: 24px;
}
.h_contact a span {
    color: #fefcfc;
    display: block;
    font-size: 16px;
    padding: 4px 0;
    background: #35926b;
    border-radius: 2px;
    margin-bottom: 3px;
}
@media screen and (max-width: 767px) {
    .h_contact {
        top: 20px;
        right: 20px;
    }
    .h_contact a {
        font-size: 18.6px;
    }
    .h_contact a span {
        font-size: 10px;
        padding: 2px 0;
        margin-bottom: 1px;
    }
}


.c-header .nav-btn {
    display: none;
    position: relative;
    right: 15px;
}

.c-header .nav-btn span {
    width: 30px;
    height: 2px;
    background-color: #322f2d;
    display: block;
    position: relative;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.c-header .nav-btn span:nth-child(1) {
    position: absolute;
    content: '';
    width: 30px;
    height: 2px;
    background-color: #322f2d;
    top: 10px;
    -webkit-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
}

.c-header .nav-btn span:nth-child(2) {
    position: absolute;
    content: '';
    width: 30px;
    height: 2px;
    background-color: #322f2d;
    top: -10px;
    -webkit-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
}

@media screen and (max-width: 767px) {
    .c-header .nav-btn {
        display: block;
    }
}

.c-header .is-open.nav-btn {
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.c-header .is-open.nav-btn span:nth-child(1) {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 0;
    -webkit-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
}

.c-header .is-open.nav-btn span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 0;
    -webkit-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
}

.c-header .is-open.nav-btn span {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
}

/*------------------------------------------------------------
end-Header
------------------------------------------------------------*/
/*------------------------------------------------------------
Footer
------------------------------------------------------------*/

.c-footer {
    font-size: 12px;
}

.c-footer .details {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

@media screen and (max-width: 767px) {
    .c-footer .details {
        display: block;
    }
}

.c-footer__top {
    color: #fbf9f9;
    background: #0e3f2a;
    padding: 50px 0 30px;
}

@media screen and (max-width: 767px) {
    .c-footer__top {
        padding: 40px 0;
    }
}

@media screen and (max-width: 767px) {
    .c-footer__top .sideleft {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .c-footer__top .sideright+.sideleft {
        padding-top: 30px;
    }
}

.c-footer__top .sideleft li~li {
    padding-top: 22px;
}

@media screen and (max-width: 767px) {
    .c-footer__top .sideleft li~li {
        padding-top: 0;
        padding-left: 12px;
    }
}

.c-footer__top .sideright {
    width: 67%;
    text-align: center;
}

@media screen and (max-width: 767px) {
    .c-footer__top .sideright {
        width: 100%;
    }
}

.c-footer__top .sideright h2 {
    color: #fbf9f9;
    padding: 20px 0;
    line-height: 1.5;
}

@media screen and (max-width: 767px) {
    .c-footer__top .sideright h2 {
        padding: 50px 0 15px;
    }
}

.c-footer__top .sideright ul {
    padding-top: 83px;
}

@media screen and (max-width: 767px) {
    .c-footer__top .sideright ul {
        padding-top: 50px;
    }
}

.c-footer__top .sideright ul li {
    display: inline-block;
}

.c-footer__top .sideright ul a {
    color: #d0cfcf;
}

.c-footer__bottom {
    color: #848382;
    background: #0a2b1d;
    padding: 18px 0;
    text-align: center;
}

@media screen and (max-width: 767px) {
    .c-footer__bottom {
        padding: 10px 0;
    }
}

.footer_link a {
	text-decoration: underline;
}
td.time_td {
	min-width: 70px;
}

/*------------------------------------------------------------
c-other
------------------------------------------------------------*/
/*
#main_slider {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
}

#main_slider .slide {
overflow: hidden;
position: relative;
opacity: 1 !important;
height: 70vh;
}

@media screen and (max-width: 767px) {
#main_slider .slide {
height: 60vh;
}
}

#main_slider .slide span {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
background: transparent no-repeat center center;
background-size: cover;
background-position: center;
opacity: 0;
-webkit-transition: 0s;
transition: 0s;
}

#main_slider .slide.slick-start span {
opacity: 1;
-webkit-transition: 0.3s;
transition: 0.3s;
}

#main_slider .slide.slick-active span {
opacity: 1;
-webkit-transition: 0.3s;
transition: 0.3s;
}

#main_slider .slide.slick-continue span {
opacity: 0;
-webkit-transition: 0.3s;
transition: 0.3s;
}
*/

#mvbox {
    background-color: #019944;
    width: 100%;
    height: 70vh;
    opacity: 1.0;
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

/* --------------------------------------------------
7. Slick
-------------------------------------------------- */

.slick-slider {
position: relative;
display: block;
-webkit-box-sizing: border-box;
box-sizing: border-box;
-webkit-touch-callout: none;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
-ms-touch-action: pan-y;
touch-action: pan-y;
-webkit-tap-highlight-color: transparent;
}

.slick-list {
position: relative;
overflow: hidden;
display: block;
margin: 0;
padding: 0;
}

.slick-list:focus {
outline: none;
}

.slick-list.dragging {
cursor: pointer;
cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}

.slick-track {
position: relative;
left: 0;
top: 0;
display: block;
margin-left: auto;
margin-right: auto;
}

.slick-track::before, .slick-track::after {
content: "";
display: table;
}

.slick-track::after {
clear: both;
}

.slick-loading .slick-track {
visibility: hidden;
}

.slick-slide {
float: left;
height: 100%;
min-height: 1px;
display: none;
}

[dir="rtl"] .slick-slide {
float: right;
}

.slick-slide img {
display: block;
}

.slick-slide.slick-loading img {
display: none;
}

.slick-slide.dragging img {
pointer-events: none;
}

.slick-initialized .slick-slide {
display: block;
}

.slick-loading .slick-slide {
visibility: hidden;
}

.slick-vertical .slick-slide {
display: block;
height: auto;
border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
display: none;
}

.slick-dotted.slick-slider {
margin-bottom: 10px;
}

.slick-prev,
.slick-next {
display: block;
overflow: hidden;
color: transparent;
text-decoration: none;
text-indent: 110%;
white-space: nowrap;
font-size: 0;
width: 60px;
height: 60px;
position: absolute;
top: 50%;
padding: 0;
line-height: 0;
border: none;
outline: none;
background-color: rgba(255, 255, 255, 0.8);
border-radius: 50%;
-webkit-transform: translate(0, -50%);
transform: translate(0, -50%);
cursor: pointer;
z-index: 1;
opacity: .8;
-webkit-transition: opacity 0.4s;
transition: opacity 0.4s;
}

.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
opacity: .25;
}

.slick-prev::before,
.slick-next::before {
position: absolute;
top: 20px;
display: block;
content: "";
width: 20px;
height: 20px;
opacity: .75;
}

.slick-prev {
left: 20px;
}

.slick-prev::before {
left: 20px;
border-top: 5px solid #000;
border-left: 5px solid #000;
-webkit-transform: rotate(-45deg);
transform: rotate(-45deg);
}

.slick-next {
right: 20px;
}

.slick-next::before {
left: 15px;
border-top: 5px solid #000;
border-right: 5px solid #000;
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
}

@media screen and (max-width: 767px) {
    .slick-prev {
        left: 10px;
    }
    .slick-next {
        right: 10px;
    }
    .slick-prev, .slick-next {
        width: 30px;
        height: 30px;
    }
    .slick-prev::before, .slick-next::before {
        width: 10px;
        height: 10px;
        top: 10px;
    }
    .slick-prev::before {
        left: 10px;
        border-top: 2px solid #000;
        border-left: 2px solid #000;
    }
    .slick-next::before {
        left: 7px;
        border-top: 2px solid #000;
        border-right: 2px solid #000;
    }
}

.slick-dots {
position: absolute;
left: 0;
right: 0;
text-align: center;
bottom: 15px;
list-style: none;
display: none;
margin: 0;
padding: 0;
z-index: 2;
}

.slick-dots li {
position: relative;
display: inline-block;
height: 10px;
width: 10px;
margin: 0 10px;
padding: 0;
cursor: pointer;
}

.slick-dots li button {
border: 0;
background: transparent;
display: block;
width: 10px;
height: 10px;
outline: none;
line-height: 0;
font-size: 0;
color: transparent;
padding: 5px;
cursor: pointer;
}

.slick-dots li button:hover, .slick-dots li button:focus {
outline: none;
}

.slick-dots li button:hover::before, .slick-dots li button:focus::before {
background-color: #15b7db;
}

.slick-dots li button::before {
position: absolute;
top: 0;
left: 0;
content: "";
width: 10px;
height: 10px;
border-radius: 50%;
background-color: #dcdcdc;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button::before {
background-color: #15b7db;
}

/*------------------------------------------------------------
c-title
------------------------------------------------------------ */

.c-title01 {
    color: #2d2e2e;
    font-size: 30px;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

@media screen and (max-width: 767px) {
    .c-title01 {
        text-align: center;
        font-size: 2.5rem;
    }
}

.c-title02 {
    margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
    .c-title02 {
        margin-bottom: 25px;
    }
}

.c-title02 h2 {
    color: #5A5A5A;
    font-size: 30px;
    border-bottom: 1px solid #E5E5E5;
}

@media screen and (max-width: 767px) {
    .c-title02 h2 {
        font-size: 2.3rem;
    }
}

.c-title02 p {
    font-size: 16px;
    padding-top: 10px;
}

@media screen and (max-width: 767px) {
    .c-title02 p {
        font-size: 1.4rem;
    }
}

/*------------------------------------------------------------
c-btn
------------------------------------------------------------*/

.c-btn01 {
    color: #fff;
    font-size: 12px;
    padding: 8px 38px;
    background: #35926b;
    border-radius: 2px;
    position: relative;
}

.c-btn01:after {
    content: url(../img/top/ic_right.png);
    position: absolute;
    right: 12px;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

@media screen and (max-width: 767px) {
    .c-btn01:after {
        right: 9px;
    }
}

@media screen and (max-width: 767px) {
    .c-btn01 {
        padding: 5px 26px;
    }
}

/*------------------------------------------------------------
p-top
------------------------------------------------------------*/

.p-top {
/* section-introduce
------------------------------------------------------------*/
/* section-descript
------------------------------------------------------------*/
/* section-staff
------------------------------------------------------------*/
/* section-news
------------------------------------------------------------*/
/* section-aboutus
------------------------------------------------------------*/
/* section-recruit
------------------------------------------------------------*/
}

.p-top .section-introduce {
    background: #f8fcf9;
}

.p-top .section-introduce .details {
    text-align: center;
    padding: 48px 0 55px;
}

@media screen and (max-width: 767px) {
    .p-top .section-introduce .details {
        padding: 40px 0 50px;
    }
}

.p-top .section-introduce .list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 16px;
}

@media screen and (max-width: 767px) {
    .p-top .section-introduce .list {
        display: block;
    }
}

.p-top .section-introduce .list li:not(:nth-child(4n)) {
    margin-right: 13px;
}

.p-top .section-introduce .list li:last-child {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin: 0 !important;
}

.p-top .section-introduce .list li {
    /* width: calc((100% - 39px) / 4); */
    /* width: calc((100% - 39px) / 3); */
    width: calc((100% - 13px) / 2);
    margin-bottom: 13px;
}

@media screen and (max-width: 767px) {
    .p-top .section-introduce .list li {
        width: 100%;
        margin-bottom: 8px;
    }
    .p-top .section-introduce .list li:not(:nth-child(4n)) {
        margin-right: 0;
    }
}

.p-top .section-introduce .list a {
    color: #fff;
    display: block;
    font-size: 18px;
    padding: 8px 0;
    background: #35926b;
    /*#657f6e*/
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    border-radius: 3px;
}

@media screen and (max-width: 900px) and (min-height: 768px) {
    .p-top .section-introduce .list a {
        font-size: 2vw;
    }
}

@media screen and (max-width: 767px) {
    .p-top .section-introduce .list a {
        font-size: 1.6rem;
        padding: 4px 0;
    }
}

.p-top .section-introduce .parking {
    margin-top: 60px;
}

@media screen and (max-width: 767px) {
    .p-top .section-introduce .parking {
        margin-top: 50px;
    }
}

.p-top .section-introduce .parking .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 16px;
}

@media screen and (max-width: 767px) {
    .p-top .section-introduce .parking .inner {
        display: block;
    }

    .p-top .section-introduce .parking .inner .boxright {
        margin-top: 16px;
    }
}

.p-top .section-introduce .parking .boxleft,
.p-top .section-introduce .parking .boxright {
    width: 47.5%;
    background: #fff;
    padding: 26px 40px;
    border: 1px solid #e4ce9f;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.p-top .section-introduce .parking.top_topics .boxleft,
.p-top .section-introduce .parking.top_topics .boxright {   
    /* border: 1px solid #4AB16E; */
}

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

    .p-top .section-introduce .parking .boxleft,
    .p-top .section-introduce .parking .boxright {
        width: 100%;
        padding: 20px 15px;
    }
}

.p-top .section-introduce .parking .textarea {
    display: flex;
    padding-bottom: 16px;
    align-items: center;
    justify-content: center;
}
.p-top .section-introduce .parking .textarea .text {
    padding-left: 20px;
    text-align: left;
}


.p-top .section-introduce .parking h3 {
    font-size: 18px;
}

@media screen and (max-width: 767px) {
    .p-top .section-introduce .parking .textarea {
        padding-bottom: 12px;
    }
    .p-top .section-introduce .parking .textarea .text {
        padding-left: 12px;
    }
    .p-top .section-introduce .parking h3 {
        font-size: 1.6rem;
    }
}

.p-top .section-introduce .parking p {
    font-size: 13px;
    padding-top: 6px;
}

.p-top .section-introduce .parking p.open_info {
    display: inline-block;
    font-size: 21px;
    padding: 6px 35px;
    border-bottom: 4px solid #f3ead6;
    border-top: 4px solid #f3ead6;
    margin-top: 16px;
    margin-bottom: 18px;
    cursor: pointer;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

@media screen and (max-width: 767px) {
    .p-top .section-introduce .parking p {
        font-size: 1.1rem;
    }
}

.p-top .section-introduce .parking a {
    font-size: 15px;
    padding: 7px 0;
    display: block;
    background: #f3ead6;
}

@media screen and (max-width: 767px) {
    .p-top .section-introduce .parking a {
        font-size: 1.3rem;
        padding: 5px 0;
    }
}

.p-top .section-descript {
    border-top: 1px solid #c6c6c6;
    border-bottom: 1px solid #c6c6c6;
    background: #fefcf7;
}

.p-top .section-descript .inner~.inner {
    border-top: 1px solid #e9e7e5;
}

.p-top .section-descript ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-left: 1px solid #e5e5e5;
}

.p-top .section-descript ul li {
    border-right: 1px solid #e5e5e5;
    width: calc((100% - 5px) / 4);
}

@media screen and (max-width: 767px) {
    .p-top .section-descript ul li {
        width: calc((100% - 3px) / 2);
        border-top: 1px solid #e5e5e5;
    }

    .p-top .section-descript ul li:nth-child(1),
    .p-top .section-descript ul li:nth-child(2) {
        border-top: 0;
    }
}

.p-top .section-descript ul .descript_ic01 a:before {
    background-image: url(../img/top/descript_ic01.png);
}

.p-top .section-descript ul .descript_ic02 a:before {
    background-image: url(../img/top/descript_ic02.png);
}

.p-top .section-descript ul .descript_ic03 a:before {
    background-image: url(../img/top/descript_ic03.png);
}

.p-top .section-descript ul .descript_ic04 a:before {
    background-image: url(../img/top/descript_ic04.png);
}

.p-top .section-descript ul .descript_ic05 a:before {
    background-image: url(../img/top/descript_ic05.png);
}

.p-top .section-descript ul .descript_ic06 a:before {
    background-image: url(../img/top/descript_ic06.png);
}

.p-top .section-descript ul .descript_ic07 a:before {
    background-image: url(../img/top/descript_ic07.png);
}

.p-top .section-descript ul .descript_ic08 a:before {
    background-image: url(../img/top/descript_ic08.png);
}

.p-top .section-descript ul a {
    display: block;
    padding: 50px 0;
    text-align: center;
    background-position: top center;
}

@media screen and (max-width: 767px) {
    .p-top .section-descript ul a {
        padding: 30px 0;
    }
}

.p-top .section-descript ul a:before {
    content: "";
    display: block;
    width: 71px;
    height: 69px;
    margin: 0 auto;
    background-repeat: no-repeat;
    background-position: center center;
}

@media screen and (max-width: 767px) {
    .p-top .section-descript ul a:before {
        /*background-size: 60%;*/
    }
}

.p-top .section-descript ul h3 {
    font-size: 18px;
    margin: 12px 0 10px;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    font-weight: 500;
}

@media screen and (max-width: 767px) {
    .p-top .section-descript ul h3 {
        font-size: 1.6rem;
        margin: 10px 0 8px;
    }
}

.p-top .section-descript ul p {
    color: #868686;
    font-size: 12px;
    max-width: 160px;
    margin: 0 auto;
    padding: 0 10px;
    text-align: left;
}

.p-top .section-staff .details {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
}

.p-top .section-staff .inner {
    width: 50%;
    padding: 98px 0;
    background-size: cover !important;
}

.p-top .section-staff .btncenter {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    padding: 10px 0;
    max-width: 287px;
    margin: 0 auto;
    background: #313031;
    transform: translate(0, -50%);
}

/* .p-top .section-staff .btncenter:before, .p-top .section-staff .btncenter:after {
content: "";
width: 38%;
height: 1px;
top: 50%;
transform: translate(0, -50%);
position: absolute;
background: #e4ce9f;
}

@media screen and (max-width: 767px) {
.p-top .section-staff .btncenter:before, .p-top .section-staff .btncenter:after {
width: 28%;
}
}
.p-top .section-staff .btncenter:before {
left: 0;
}
.p-top .section-staff .btncenter:after {
right: 0;
}*/

@media screen and (max-width: 767px) {
    .p-top .section-staff .btncenter {
        max-width: 205px;
        padding: 7px 0;
    }
}

.p-top .section-staff h3 {
    color: #fff;
    font-size: 21px;
    line-height: 1.3;
    text-align: center;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
.p-top .section-staff h3 span {
    font-size: 16px;
    display: block;
}

@media screen and (max-width: 767px) {
    .p-top .section-staff h3 {
        font-size: 1.6rem;
    }
    .p-top .section-staff h3 span {
        font-size: 1.2rem;
    }
}

.p-top .section-staff .sideleft {
    background: url(../img/top/staff_infor.png) center no-repeat;
}

.p-top .section-staff .sideright {
    background: url(../img/top/staff_recruit.png) center no-repeat;
}

.p-top .section-news .details {
    padding: 55px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media screen and (max-width: 767px) {
    .p-top .section-news .details {
        display: block;
        padding: 50px 0;
    }
}

.p-top .section-news .inner .label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    margin-bottom: 5px;
}

.p-top .section-news .inner .label a,
.p-top .section-news .inner .label p {
    font-size: 12px;
}

.p-top .section-news .sideleft {
    width: 47%;
}

@media screen and (max-width: 767px) {
    .p-top .section-news .sideleft {
        width: 100%;
    }
}

.p-top .section-news .label a {
    color: #fff;
    border-radius: 2px;
    padding: 2px 12px;
    background: #47a16c;
}

@media screen and (max-width: 767px) {
    .p-top .section-news .label a {
        right: 0;
    }
}

.p-top .section-news .sideleft ul {
    border-top: 1px solid #dddddd;
    height: 264px;
    overflow-y: scroll;
}

.p-top .section-news .sideleft ul a {
    font-size: 14px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 14px 0;
    border-bottom: 1px solid #dddddd;
}

@media screen and (max-width: 767px) {
    .p-top .section-news .sideleft ul a {
        padding: 10px 0;
    }
}

.p-top .section-news .sideleft ul a span {
    margin-right: 13px;
}

@media screen and (max-width: 767px) {
    .p-top .section-news .sideleft ul a span {
        margin-right: 8px;
    }
}

.p-top .section-news .sideright {
    width: 47%;
}

@media screen and (max-width: 767px) {
    .p-top .section-news .sideright {
        width: 100%;
        padding-top: 50px;
    }
}

.p-top .section-news .sideright .label p {
    color: #0e0d0e;
}

.p-top .section-news .sideright ul {
    text-align: left;
    background: #fef2f9;
    padding: 25px 20px 25px 30px;
    line-height: 1.6;
}

@media screen and (max-width: 767px) {
    .p-top .section-news .sideright ul {
        padding: 20px 15px 30px;
    }
}

.p-top .section-news .sideright ul p {
    padding-bottom: 10px;
    text-align: center;
    font-weight: bold;
}

.p-top .section-news .sideright ul li {
    position: relative;
    margin: 7px 0 7px 0px;
    padding-bottom: 4px;
    border-bottom: dashed 1px #F6A38B;
}

.p-top .section-aboutus .sidetop {
    background: url(../img/top/aboutus_bg.png) center no-repeat;
    background-size: cover;
    padding: 88px 0 178px;
}

@media screen and (max-width: 767px) {
    .p-top .section-aboutus .sidetop {
        padding: 50px 0 120px;
    }
}

.p-top .section-aboutus .sidetop .inner {
    max-width: 576px;
}

.p-top .section-aboutus .sidetop p {
    padding: 17px 0 31px;
    line-height: 1.8;
}

@media screen and (max-width: 767px) {
    .p-top .section-aboutus .sidetop p {
        padding: 13px 0 25px;
    }
}

.p-top .section-aboutus .sidebottom {
    background: #87c6a1;
    padding-bottom: 83px;
}

@media screen and (max-width: 767px) {
    .p-top .section-aboutus .sidebottom {
        padding-bottom: 40px;
    }
}

.p-top .section-aboutus .sidebottom .details {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.p-top .section-aboutus .sidebottom ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: -110px;
}

@media screen and (max-width: 767px) {
    .p-top .section-aboutus .sidebottom ul {
        margin-top: -60px;
    }
}

.p-top .section-aboutus .sidebottom ul li {
    float: left;
    width: calc((100% - 98px) / 8);
    background: #f6fcf9;
}

@media screen and (max-width: 767px) {
    .p-top .section-aboutus .sidebottom ul li {
        width: calc((100% - 20px) / 3);
        margin-bottom: 20px;
    }

    .p-top .section-aboutus .sidebottom ul li:nth-child(3n) {
        margin-right: 0 !important;
    }
}

.p-top .section-aboutus .sidebottom ul li:not(:last-child) {
    margin-right: 14px;
}

@media screen and (max-width: 767px) {
    .p-top .section-aboutus .sidebottom ul li:not(:last-child) {
        margin-right: 10px;
    }
}

.p-top .section-aboutus .sidebottom ul .aboutus_avt01 a:before {
    background-image: url(../img/top/aboutus_avt01.png);
}

.p-top .section-aboutus .sidebottom ul .aboutus_avt02 a:before {
    background-image: url(../img/top/aboutus_avt02.png);
}

.p-top .section-aboutus .sidebottom ul .aboutus_avt03 a:before {
    background-image: url(../img/top/aboutus_avt03.png);
}

.p-top .section-aboutus .sidebottom ul .aboutus_avt04 a:before {
    background-image: url(../img/top/aboutus_avt04.png);
}

.p-top .section-aboutus .sidebottom ul .aboutus_avt05 a:before {
    background-image: url(../img/top/aboutus_avt05.png);
}

.p-top .section-aboutus .sidebottom ul .aboutus_avt06 a:before {
    background-image: url(../img/top/aboutus_avt06.png);
}

.p-top .section-aboutus .sidebottom ul .aboutus_avt07 a:before {
    background-image: url(../img/top/aboutus_avt07.png);
}

.p-top .section-aboutus .sidebottom ul .aboutus_avt08 a:before {
    background-image: url(../img/top/aboutus_avt08.png);
}

.p-top .section-aboutus .sidebottom ul a {
    height: 100%;
    display: block;
    padding: 20px 0 30px;
    text-align: center;
    background-position: top center;
}

@media screen and (max-width: 767px) {
    .p-top .section-aboutus .sidebottom ul a {
        padding: 10px 0 30px;
    }
}

.p-top .section-aboutus .sidebottom ul a:before {
    content: "";
    display: block;
    width: 79px;
    height: 79px;
    margin: 0 auto;
    background-repeat: no-repeat;
    background-position: center center;
}

@media screen and (max-width: 767px) {
    .p-top .section-aboutus .sidebottom ul a:before {
        background-size: 80%;
    }
}

.p-top .section-aboutus .sidebottom ul h3 {
    font-size: 21px;
    text-align: center;
    display: inline-block;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    margin: 0 auto;
    -webkit-writing-mode: vertical-lr;
    -ms-writing-mode: tb-lr;
    writing-mode: vertical-lr;
    padding-top: 30px;
}

@media screen and (max-width: 767px) {
    .p-top .section-aboutus .sidebottom ul h3 {
        font-size: 1.8rem;
        padding-top: 15px;
    }
}

.p-top .section-recruit {
    background: url(../img/top/recruit_bg.png) center no-repeat;
    background-size: cover;
}

.p-top .section-recruit .inner {
    padding: 70px 0 58px;
    max-width: 588px;
}

@media screen and (max-width: 767px) {
    .p-top .section-recruit .inner {
        max-width: 100%;
        padding: 50px 0 55px;
    }
}

.p-top .section-recruit p {
    padding: 10px 0 31px;
    line-height: 1.8;
}

@media screen and (max-width: 767px) {
    .p-top .section-recruit p {
        padding: 10px 0 25px;
    }
}

.p-top .section-recruit ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 70px;
}

@media screen and (max-width: 767px) {
    .p-top .section-recruit ul {
        margin-top: 50px;
    }
}

.p-top .section-recruit ul li {
    width: 43%;
}

.p-top .section-recruit ul li img {
    width: 100%;
}

.p-top .section-recruit ul li~li {
    padding-left: 27px;
}

@media screen and (max-width: 767px) {
    .p-top .section-recruit ul li~li {
        padding-left: 13px;
    }
}

.p-top .section-magazine .details {
    position: relative;
}

@media screen and (max-width: 767px) {
    .p-top .section-magazine .details {
        display: flex;
        flex-direction: column-reverse;
    }
}

.p-top .section-magazine .details .sideleft,
.p-top .section-magazine .details .sideright {
    width: 50%;
    box-sizing: border-box;
}

.p-top .section-magazine .sideleft {
    padding: 73px 30px 70px 0;
}

.p-top .section-magazine .sideleft .label {
    padding-top: 20px;
    line-height: 1.8;
}

.p-top .section-magazine .sideleft .inner {
    display: flex;
    justify-content: space-between;
    margin-top: 25px;
}

.p-top .section-magazine .sideleft .inner img {
    /*width: 100%;*/
}

.p-top .section-magazine .sideleft .inner .boximg {
    width: 30%;
}

.p-top .section-magazine .sideleft .inner .boxtxt {
    width: 67%;
}

.p-top .section-magazine .sideleft .inner .boxtxt li:first-child {
    border-top: 1px solid #e4ce9f;
}

.p-top .section-magazine .sideleft .inner .boxtxt li {
    display: flex;
    padding: 15px 0;
    border-bottom: 1px solid #e4ce9f;
}

.p-top .section-magazine .sideleft .inner .boxtxt li .img {
    width: 17%;
}

.p-top .section-magazine .sideleft .inner .boxtxt li .text {
    padding: 10px 0 0 18px;
    width: calc(100% - 17% - 18px);
}

.p-top .section-magazine .sideleft .inner .boxtxt li .text p {
    padding-bottom: 20px;
}

.p-top .section-magazine .sideleft .inner .boxtxt li .c-btn01 {
    padding: 8px 28px;
}

.p-top .section-magazine .sideright {
    position: absolute;
    top: 0;
    right: 0;
    overflow: hidden;
    height: 100%;
}

.p-top .section-magazine .sideright img {
    min-width: 100%;
    min-height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    object-fit: cover;
}

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

    .p-top .section-magazine .details .sideleft,
    .p-top .section-magazine .details .sideright {
        width: 100%;
    }

    .p-top .section-magazine .sideright,
    .p-top .section-magazine .sideright img {
        position: unset;
    }

    .p-top .section-magazine .sideleft {
        padding: 50px 0;
    }

    .p-top .section-magazine .sideright img {
        transform: none;
    }
}

.p-top .section-access {
    background: #bad3c3;
    padding: 62px 0;
}

.p-top .section-access .details {
    display: flex;
    justify-content: space-between;
}

.p-top .section-access .details .sideleft,
.p-top .section-access .details .sideright {
    width: 50%;
    box-sizing: border-box;
}

.p-top .section-access .sideleft {
    padding: 27px 35px 27px 40px;
    background: #fff;
}

.p-top .section-access .sideleft table {
    width: 100%;
    border-collapse: collapse;
}

.p-top .section-access .sideleft table tr:last-child td {
    border-bottom: 0;
}

.p-top .section-access .sideleft table td {
    line-height: 1.7;
    padding: 11px 0;
    vertical-align: top;
    border-bottom: 1px solid #e4ce9f;
}

.color4 {
    color: #4AB16E;
    text-decoration: underline;
}

.p-top .section-access .sideleft table td p+p {
    /*padding-top: 25px;*/
}

@media screen and (max-width: 1000px) {
    .p-top .section-access .sideleft table td:first-child {
        min-width: 63px;
    }
}

@media screen and (max-width: 767px) {
    .p-top .section-access .details {
        display: block;
    }

    .p-top .section-access .details .sideleft,
    .p-top .section-access .details .sideright {
        width: 100%;
    }

    .p-top .section-access .sideleft {
        padding: 15px;
    }
}

/*------------------------------------------------------------
c-mainvisual
------------------------------------------------------------*/

.c-header__nav.nav-fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
}

.c-mainvisual {
    position: relative;
    background-color: #4AB16E!important;
    height: 280px; /*306px*/
    margin-top: 84px;
    background-size: cover!important;
    overflow: hidden;
    z-index: 5;
}
@media screen and (max-width: 1430px) and (min-width: 768px) {
    .c-mainvisual {
        /*margin-top: 5.4vw;*/
    }
}

@media screen and (max-width: 767px) {
    .c-mainvisual {
        margin-top: 66px;
    }
}

.c-mainvisual .text {
    z-index: 2;
    left: 0;
    right: 0;
    top: 50%;
    position: absolute;
    text-align: center;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

@media screen and (max-width: 767px) {
    .c-mainvisual .text {
    }
}

.c-mainvisual .text h1 {
    color: #fff;
    font-size: 52px;
    text-shadow: 0px 0px 12px rgba(255, 255, 255, 0.2);
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

@media screen and (max-width: 767px) {
    .c-mainvisual .text h1 {
        font-size: 3.8rem;
    }
}

.c-mainvisual .text img {
    vertical-align: middle;
}
@media screen and (max-width: 767px) {
    .c-mainvisual .text img {
        zoom: 80%;
    }
}


/* Breadcrumb
------------------------------------------------------------*/
.c-breadcrumb {
    background: rgba(255,255,255,0.10);
    padding: 8px 0;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

.c-breadcrumb ul li {
    display: inline-block;
}

.c-breadcrumb ul li a {
    color: #fff;
    font-size: 12px;
}

.c-breadcrumb ul li a:hover {
    color: #4AB16E;
}

.c-breadcrumb ul li:after {
    content: "";
    width: 7px;
    height: 7px;
    margin: 0 5px;
    display: inline-block;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    transform: rotate(-45deg);
}

.c-breadcrumb ul li:last-of-type:after {
    content: none;
}

/*------------------------------------------------------------
c-gnavdrop
------------------------------------------------------------*/
@media screen and (min-width: 768px) {
    .c-gnavdrop {
        position: absolute;
        top: 84px;
        left: 0;
        right: 0;
        z-index: 999;
        overflow: hidden;
        transition: .3s;
        -webkit-animation-duration: 1s;
        animation-duration: 1s;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
        animation-name: fadeIn;
        max-height: 0;
        visibility: hidden;
        box-shadow: 0 0 15px 5px rgb(153 153 153 / 50%);
    }
    .c-gnavdrop.is_hover {
        visibility: visible;
        max-height: 500px;
        transition-duration: 0.9s;
    }
}

@media screen and (max-width: 767px) {
    .c-gnavdrop {
        position: unset;
        display: none;
    }
}


.c-gnavdrop .label {
    display: block;
    background: #4AB16E;
    padding: 23px 0 30px;
    position: relative;
    text-align: center;
}
@media screen and (max-width: 767px) {
    .c-gnavdrop .label {
        padding: 18px 0 26px;
    }
}
.c-gnavdrop .label:hover {
    opacity: 1;
}

.c-gnavdrop .label h2 {
    color: #fff;
    font-size: 24px;
    text-shadow: 0px 0px 12px rgba(255, 255, 255, 0.2);
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    /**/
}

@media screen and (max-width: 767px) {
    .c-gnavdrop .label h2 {
        font-size: 2rem;
    }
}

.c-gnavdrop .label img {
    margin-right: 15px;
    vertical-align: -15px;
}
@media screen and (max-width: 767px) {
    .c-gnavdrop .label img {
        margin-right: 10px;
    }
}

.c-gnavdrop .navlink {
    background-color: #FDFCF7;
    padding-bottom: 60px;
}

.c-gnavdrop .navlink .details {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 1022px;
    margin: -15px auto;
    position: relative;
}

@media screen and (max-width: 767px) {
    .c-gnavdrop .navlink .details {
        display: block;
    }
}

.c-gnavdrop .navlink .nav-parrent {
    width: calc((100% - 30px) / 4);
}

@media screen and (max-width: 767px) {
    .c-gnavdrop .navlink .nav-parrent {
      width: 100%;
    }
}

.c-gnavdrop .navlink .nav-parrent+.nav-parrent {
    margin-left: 10px;
}

@media screen and (max-width: 767px) {
    .c-gnavdrop .navlink .nav-parrent+.nav-parrent {
      margin-left: 0;
    }
}

.c-gnavdrop .navlink .nav-parrent a {
    display: block;
}

.c-gnavdrop .navlink .nav-parrent .link-parrent {
    color: #fff;
    font-size: 16px;
    padding: 3px 0;
    text-align: center;
    border-radius: 20px;
    background-color: #008A32;
}

@media screen and (max-width: 767px) {
    .c-gnavdrop .navlink .nav-parrent .link-parrent {
        font-size: 1.4rem;
    }
}

.c-gnavdrop .navlink .nav-parrent.clinical {
    width: 48%;
}
.c-gnavdrop .navlink .col1 ul {
    column-count: 2;
}

.c-gnavdrop .navlink .col2 {
    display: flex;
    justify-content: space-between;
}
.c-gnavdrop .navlink .col2 ul {
    width: 48%;
}

@media screen and (max-width: 767px) {
    .c-gnavdrop .navlink .nav-parrent.clinical {
        width: 100%;
    }
    .c-gnavdrop .navlink .col ul {
        width: 100%;
    }
}

.c-gnavdrop .navlink .nav-sub {
    margin: 0 0 0 18px;
}

.c-gnavdrop .navlink .nav-sub a {
    color: #424242;
    text-align: left;
    position: relative;
    padding: 5px 3px 3px 20px;
    border-bottom: 1px solid #DEDEDE;
}

@media screen and (max-width: 767px) {
    .c-gnavdrop .navlink .nav-sub a {
        font-size: 1.2rem;
    }
}

.c-gnavdrop .navlink .nav-sub a:after {
    content: "";
    width: 0;
    height: 0;
    left: 0;
    top: 50%;
    position: absolute;
    border-style: solid;
    transform: translate(0, -50%);
    border-width: 4px 0 4px 8px;
    border-color: transparent transparent transparent #70B96D;
}

.c-gnavdrop .navlink .nav-sub a span {
    font-size: 11px;
    display: block;
}


/*------------------------------------------------------------
p-news
------------------------------------------------------------*/
.visual-news {
    background: url(../img/news/mainvisual.png) center no-repeat;
}
.p-news .section-news .details {
    max-width: 800px;
}

.p-news .section-news .details img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: auto;
}

.p-news .section-news .newlist li {
    border-bottom: 1px solid #C3C3C3;
}

.p-news .section-news .newlist a {
    color: #000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 9px 0;
}

.p-news .section-news .newlist a span {
    margin-right: 18px;
}

@media screen and (max-width: 767px) {
    .p-news .section-news .newlist a span {
        margin-right: 15px;
    }
}

.p-news .section-news .single-detail p~p {
    padding-top: 20px;
}

.viewmore {
    padding: 3px;
    margin: 80px auto 0;
    max-width: 220px;
    border: 1px solid #707070;
}

.viewmore a {
    color: #1F1F1F!important;
    font-size: 18px!important;
    display: block !important;
    padding: 12px 0 8px;
    text-align: center;
    border: 1px solid #707070;
    font-family: "Acumin Pro Condensed", sans-serif;
}

@media screen and (max-width: 767px) {
    .p-news .section-news .details {
    }

    .p-news .section-news .single-detail .image {
        margin-bottom: 25px;
    }

    .viewmore {
        padding: 2px;
        margin: 50px auto 0;
        max-width: 138px;
    }

    .viewmore a {
        font-size: 1.6rem!important;
        padding: 6px 0 2px;
    }
}

.single-detail h3 {
    font-size: 18px;
    margin-bottom: 20px;
    font-weight: bold;
}

/*------------------------------------------------------------
pagination
------------------------------------------------------------*/

.pagination {
    text-align: center;
    margin-top: 100px;
}

@media screen and (max-width: 767px) {
    .pagination {
        margin-top: 50px;
    }
}

.pagination a,
.pagination span {
    display: inline-block;
    margin: 0;
    font-size: 1.6rem;
    padding: 5px 13px;
    color: #000;
    margin-left: 10px;
}

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

    .pagination a,
    .pagination span {
        font-size: 1.4rem;
        padding: 5px 8px;
        margin-left: 7px;
    }
}

.pagination a:not(:first-child),
.pagination span:not(:first-child) {
    margin-left: 16px;
}

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

    .pagination a:not(:first-child),
    .pagination span:not(:first-child) {
        margin-left: 7px;
    }
}

.pagination .next~.all_next {
    padding: 0;
    margin-left: 5px !important;
}

.pagination .all_next~.prev {
    padding: 5px 13px 5px 0;
    margin-left: 5px;
}

.pagination a {
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.pagination a:hover {
    filter: alpha(opacity=50);
    opacity: 0.5;
}

.pagination span.current {
    background-color: #fab000;
}

.pagination span.dots {
    border: none;
    padding: 0;
}

.page-numbers {
    color: #fff;
    background: #698075;
}

.next.page-numbers,
.prev.page-numbers {
    color: #000;
    background: none;
}

.pagination span.current {
    color: #000;
}

/*// end*/
/* 20210323 */

.new {}

.new_label {
    display: contents;
    color: #e96f8c;
}

/* .new_label {
display: contents;
background-color: #e96f8c;
margin-left: 8px;
padding: 0 4px;
border-radius: 3px;
color: #fff;
display: inline-table;
font-size: 87%;
} */



/*------------------------------------------------------------
p-common
------------------------------------------------------------*/
.p-common {
    /*z-index: -1;*/
    position: relative;
}


/* section-introduce */

.p-common .section-introduce {
    background-color: #F8F8F8;
    padding: 40px 0;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}

.p-common .section-introduce ul {
    display: flex;
    flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
    .p-common .section-introduce ul {
        display: block;
    }
}

.p-common .section-introduce ul li+li {
    margin-left: 3%;
}

@media screen and (max-width: 767px) {
    .p-common .section-introduce ul li+li {
        margin-left: 0;
        margin-top: 25px;
    }
}

.p-common .section-introduce ul li {
    width: calc((100% - 6%) / 3);
    background: #fff;
    border: 1px solid #4AB16E;
}

@media screen and (max-width: 767px) {
    .p-common .section-introduce ul li {
        width: 100%;
    }
}

.p-common .section-introduce ul a {
    display: block;
    color: #484848;
    /*padding: 23px 20%;*/
    padding: 23px 10px;
}
.p-common .section-introduce ul a p {
    max-width: 230px;
    margin: 0 auto;
}

@media screen and (max-width: 767px) {
    .p-common .section-introduce ul a {
        /*padding: 20px;*/
    }
}

.p-common .section-introduce ul h3 {
    font-size: 19px;
    text-align: center;
    margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
    .p-common .section-introduce ul h3 {
    }
}

.p-common .section-introduce ul h3:before {
    content: url(../img/common/ic_right.png);
    margin-right: 10px;
    vertical-align: middle;
}

@media screen and (max-width: 767px) {
    .p-common .section-introduce ul h3:before {
        margin-right: 7px;
    }
}

/* section-information */

.p-common .section-information ul {
    display: flex;
    flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
    .p-common .section-information ul {
        display: block;
    }
}

.p-common .section-information ul li {
    border: 1px solid #4AB16E;
    box-sizing: border-box;
}

.p-common .section-information ul li:not(:last-child) {
    margin-right: 3%;
}

@media screen and (max-width: 767px) {
    .p-common .section-information ul li {
        width: 100% !important;
    }
    .p-common .section-information ul li:not(:last-child) {
        margin-right: 0;
        margin-bottom: 30px;
    }
}

.p-common .section-information ul .boximg {
    position: relative;
    overflow: hidden;
}
.p-common .section-information ul .boximg .img {
    background-size: cover !important;
    height: 167px;
    background-color: #87C6A1!important;
    transition: transform 0.6s;
}

.p-common .section-information ul .boximg .img.h275 {
    height: 275px;
}

.p-common .section-information ul .boximg .img.h250 {
    height: 250px;
}

.p-common .section-information ul li a:hover .img {
     transform: scale(1.1);
}

.p-common .section-information ul li h3 {
    color: #484848;
    display: block;
    font-size: 19px;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    padding: 10px 0;
    margin: 0 auto;
    border-radius: 40px;
    text-align: center;
    transform: translate(0, -50%);
    background-color: rgba(255, 255, 255, 0.8);
}
.p-common .section-information ul li h3 span {
    font-size: 14px;
}
.p-common .section-information ul.list-col2 li h3 {
    max-width: 365px;
}
.p-common .section-information ul.list-col3 li h3 {
    max-width: 277px;
}

.p-common .section-information ul.list-col3 li h3.w345 {
    max-width: 345px;
}

@media screen and (max-width: 767px) {
    .p-common .section-information ul li h3 {
        max-width: 92% !important;
        font-size: 1.6rem;
        padding: 8px 0 4px;
    }
    .p-common .section-information ul li h3 span {
        font-size: 12px;
    }
}

.p-common .section-information ul li h3:before {
    content: url(../img/common/ic_right.png);
    margin-right: 10px;
}

@media screen and (max-width: 767px) {
    .p-common .section-information ul li h3:before {
        vertical-align: -2px;
    }
}

.p-common .section-information ul li .boxtext {
    /*padding: 20px 20%;*/
    max-width: 322px;
    margin: 0 auto;
    text-align: center;
}

.p-common .section-information ul li p {
    padding: 20px 10px;
    text-align: left;
    display: inline-block;
}

@media screen and (max-width: 767px) {
    .p-common .section-information ul li .boxtext {
        /*padding: 20px;*/
    }
}

.p-common .section-information ul.list-col2 li {
    width: calc((100% - 3%)/2);
    margin-top: 3%;
}

@media screen and (max-width: 767px) {
    .p-common .section-information ul.list-col2 li {
        margin-top: 0;
    }
}

.p-common .section-information ul.list-col2 li:nth-child(-n+2) {
    margin-top: 0;
}

.p-common .section-information ul.list-col2 li:nth-child(2n) {
    margin-right: 0;
}


.p-common .section-information ul.list-col2 li a {
    display: block;
}

.p-common .section-information ul.list-col3 ~ ul.list-col2,
.p-common .section-information ul.list-col2 ~ ul.list-col3 {
    margin-top: 38px;
}

@media screen and (max-width: 767px) {
    .p-common .section-information ul.list-col3 ~ ul.list-col2,
    .p-common .section-information ul.list-col2 ~ ul.list-col3, {
        margin-top: 30px;
    }
}

.p-common .section-information ul.list-col3 li {
    width: calc((100% - 6%)/3);
}


/* section-about */

.p-common .section-about {
    background: #F8F8F8;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}
.p-common .section-about .inner {
    display: flex;
    justify-content: space-between;
}

@media screen and (max-width: 767px) {
    .p-common .section-about .inner {
        display: block;
    }
}

.p-common .section-about .inner .boxleft,
.p-common .section-about .inner .boxright {
    width: 48.5%;
}

@media screen and (max-width: 767px) {
    .p-common .section-about .inner .boxleft,
    .p-common .section-about .inner .boxright {
        width: 100%;
    }
}

.p-common .section-about .inner .boxleft table {
    width: 100%;
    border-collapse: collapse;
}

.p-common .section-about .inner .boxleft table th {
    background-color: #F3EAD5;
    min-width: 60px;
}

.p-common .section-about .inner .boxleft table th,
.p-common .section-about .inner .boxleft table td {
    border: 1px solid #E4CE9F;
    font-size: 16px;
    padding: 12px;
}

@media screen and (max-width: 767px) {
    .p-common .section-about .inner .boxleft table th,
    .p-common .section-about .inner .boxleft table td {
        border: 1px solid #E4CE9F;
        font-size: 14px;
        padding: 8px;
    }
    .p-common .section-about .inner .boxleft table td span {
        display: block;
        margin: 3px 0 0 -10px;
    }
}

.p-common .section-about .inner .boxleft .alert {
    color: #C90000;
    padding-top: 12px;
}

.p-common .section-about .inner .boxright ul li+li {
    padding-top: 7px;
}

.p-common .section-about .inner .boxright ul li:before {
    content: "※";
    margin-right: 3px;
}

.p-common .section-about .inner .boxright ul span {
    color: #2D7B4C;
}

/* section-medical */

.p-common .section-medical .details {
    display: flex;
    justify-content: space-between;
}

@media screen and (max-width: 767px) {
    .p-common .section-medical .details {
        display: block;
    }
}

.p-common .section-medical .boxleft,
.p-common .section-medical .boxright {
    width: 48.5%;
}

@media screen and (max-width: 767px) {
    .p-common .section-medical .boxleft,
    .p-common .section-medical .boxright {
        width: 100%;
    }
}

.p-common .section-medical .boxleft .item+.item {
    padding-top: 20px;
}

.p-common .section-medical .boxleft .item h3 {
    font-size: 17px;
}

@media screen and (max-width: 767px) {
    .p-common .section-medical .boxleft .item h3 {
    }
}

.p-common .section-medical .boxleft .item p {
    font-size: 16px;
}

@media screen and (max-width: 767px) {
    .p-common .section-medical .boxleft .item p {
        font-size: 1.4rem;
    }
}

.p-common01 .section-person a.link-target {
    display: block;
    color: #424242;
}

.p-common .section-medical .boxleft a {
    display: block;
    font-size: 16px;
    padding: 20px 20px 20px 10px;
    text-align: right;
    margin-top: 38px;
    border: 5px solid rgba(228, 206, 159, 0.43);
    background: url(../img/outpatient/medical_logo.png) left 5px center no-repeat;
}
@media screen and (max-width: 1000px) {
    .p-common .section-medical .boxleft a {
        background-size: 55%;
    }
}

@media screen and (max-width: 767px) {
    .p-common .section-medical .boxleft a {
        font-size: 1.4rem;
        padding: 15px 15px 15px 10px;
        margin-top: 30px;
        border: 4.5px solid rgba(228, 206, 159, 0.43);
    }
}

.p-common .section-medical .boxright {
    margin-top: 40px;
}

.p-common .section-medical .boxright ul {
    display: flex;
    margin-top: 15px;
}

.p-common .section-medical .boxright ul li {
    width: calc((100% - 15px) / 2);
}

.p-common .section-medical .boxright ul li img {
    width: 100%;
}

.p-common .section-medical .boxright ul li+li {
    margin-left: 15px;
}

@media screen and (max-width: 767px) {
    .p-common .section-medical .boxright ul {
        margin-top: 8px;
    }
    .p-common .section-medical .boxright ul li {
        width: calc((100% - 8px) / 2);
    }
    .p-common .section-medical .boxright ul li+li {
        margin-left: 8px;
    }
}

/* common */
.c-title06.df {
    display: flex;
}
.js-tongle {
    background-color: #eaf4ef;
}
.js-tongle-ttl {
    cursor: pointer;
    position: relative;
    padding: 11px 15px 3px 45px;
}
.js-tongle-ttl::after {
    content: '';
    display: inline-block;
    position: absolute;
    top: 13px;
    left: 11px;
    width: 12px;
    height: 12px;
    border-right: 2px solid #468d22;
    border-bottom: 2px solid #468d22;
    transform: rotate(45deg);
    margin-left: 8px;
    transition: transform 0.3s ease;
}
.js-tongle-ttl.active::after {
    top: 20px;
    transform: rotate(-135deg);
}
.js-tongle-txt {
    display: none;
    padding: 0 15px 11px;
}
.js-tongle-ttl:hover, .js-fancybox:hover {
    color: #70B96D !important;
}
.js-fancybox {
    cursor: pointer;
    text-decoration: underline;
    color: #70B96D;
}

/*###############################################
　角丸設定*/
.p-common .section-introduce ul li {
    border-radius: 8px;
}

.p-common .section-information ul li {
    border-radius: 8px;
    overflow: hidden;
}

/*診療科*/
.p-clinical .section-clinical .list .boximg, .p-nursing .section-clinical .list .boximg {
    border-radius: 8px 8px 0 0;
}
.p-clinical .section-clinical .list .boxtext, .p-nursing .section-clinical .list .boxtext {
    border-radius: 0 0 8px 8px;
}

.p-clinical .section-clinical .list .boximg h3, .p-nursing .section-clinical .list .boximg h3 {
    width: 80%;
    margin: 0 auto;
    border-radius: 40px;
    text-align: center;
    transform: translate(0, 18%);
    background-color: rgba(255, 255, 255, 0.8);
}

/*トップページ*/
.p-top .section-introduce .parking.top_topics .boxleft, .p-top .section-introduce .parking.top_topics .boxright {
    border-radius: 8px;
}
.p-top .section-staff .btncenter {
    border-radius: 40px;
}
.p-top .section-aboutus .sidebottom ul li {
    border-radius: 8px;
}

.p-top .section-access .details {
    border-radius: 8px;
    overflow: hidden;
}

/*###############################################*/
/* common-access */
.common-access {
    z-index: 5;
    position: relative;
    background-color: #F0F0F0;
    /*margin-top: 130px;*/
    border-top: 22px solid #BEBEBE;
}

@media screen and (max-width: 767px) {
    .common-access {
        margin-top: 0;
        border-top: 10px solid #BEBEBE;
    }
}

.common-access .details {
    display: flex;
}

@media screen and (max-width: 767px) {
    .common-access .details {
        display: block;
    }
}

.common-access .boxleft,
.common-access .boxright {
    width: 50%;
}

@media screen and (max-width: 767px) {
    .common-access .boxleft,
    .common-access .boxright {
        width: 100%;
    }
}

.common-access .boxleft table {
    width: 100%;
    border-collapse: collapse;
}

.common-access .boxleft table td {
    padding: 11px 0;
    line-height: 1.7;
}
.common-access .boxleft table td:first-child {
    min-width: 60px;
}

@media screen and (max-width: 767px) {
    .common-access .boxleft table td {
        padding: 8px 0;
    }
}

.common-access .boxleft table td p+p {
    padding-top: 20px;
}

.common-access .boxleft table tr:not(:last-child) td {
    border-bottom: 1px solid #CCCCCC;
}

.common-access .boxright {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
}

@media screen and (max-width: 767px) {
    .common-access .boxright {
        position: unset;
        height: 50vw;
        margin-top: 30px;
    }
}

/*------------------ ---------------------------------------*/
.id720 .table2.non_color td,
.id720 .table2 td:last-child {
    text-align: left;
    padding-left: 5%;
}
.id720 .table2.bgcolor1 {
    margin-top: 25px;
}
.id720 .table2.bgcolor1 th {
    background: #fff;
}

.id720 .booking {
    margin-bottom: 30px;
}
.id720 .booking li {
    width: 100% !important;
} 
.id720 .booking .tel p {
    width: 49.5%;
    padding: 30px 0;
}
.id720 .booking .tel p span {
    display: block;
    font-size: 16px;
    margin-top: -8px;
}
.id720 .booking .tel h5 {
    font-size: 41px;
    text-align: center;
    /*padding: 26px 0 0 0;*/
    width: calc(100% - 49.5%);
    justify-content: center;
    padding-left: 0;
}
.id720 .booking .tel h5 span {
    font-size: 23px;
}

.id720 .common-access {
    margin-top: 0;
}

.id720 .boxtext p strong {
    display: inline-block;
    border-bottom: 3px solid #ddd;
    padding: 0px 0 0 0;
    margin-top: 10px;
}
/*------------------------------------------------------------
p-outpatient
------------------------------------------------------------*/
.visual-patient {
    background: url(../img/outpatient/mainvisual.png) center no-repeat;
}

.p-outpatient .section-information ul li .boximg .img01 {
    background: url(../img/outpatient/information_img01.png) center no-repeat;
}

.p-outpatient .section-information ul li .boximg .img02 {
    background: url(../img/outpatient/information_img02.png) center no-repeat;
}

.p-outpatient .section-information ul li .boximg .img03 {
    background: url(../img/outpatient/information_img03.png) center no-repeat;
}

.p-outpatient .section-information ul li .boximg .img04 {
    background: url(../img/outpatient/information_img04.png) center no-repeat;
}

.p-outpatient .section-information ul li .boximg .img05 {
    background: url(../img/outpatient/information_img05.png) center no-repeat;
}


/*------------------------------------------------------------
p-outpatient
------------------------------------------------------------*/
.p-introduce .section-introduce .item + .item {
    margin-top: 70px;
}
.list_staff {
    display: flex;
    flex-wrap: wrap;
}
.list_staff li {
    width: calc((100% - 2%) / 2);
    border: 1px solid #4AB16E;
    margin-top: 2%;
    background-color: #eefff5;
}
.list_staff li:not(:last-child) {
    margin-right: 2%;
}
.list_staff li:nth-child(2n) {
    margin-right: 0;
}
.list_staff li:nth-child(-n+2) {
    margin-top: 0;
}
.list_staff .boximg {
    background-color: #E0E0E0;
    background-size: cover !important;
}

.list_staff li a {
    pointer-events: none;
}

.p-introduce .section-introduce .list_staff .boximg {
    height: 375px;
}
.p-introduce .section-introduce .list_staff .img1_01 {
    background: url(../img/outpatient/introduce_img1_01.jpg) center no-repeat;
}
.p-introduce .section-introduce .list_staff .img1_02 {
    background: url(../img/outpatient/introduce_img1_02.jpg) center no-repeat;
}
.p-introduce .section-introduce .list_staff .img1_03 {
    background: url(../img/outpatient/introduce_img1_03.jpg) center no-repeat;
}
.p-introduce .section-introduce .list_staff .img1_04 {
    background: url(../img/outpatient/introduce_img1_04.jpg) center no-repeat;
}

.p-introduce .section-introduce .list_staff .img2_01 {
    background: url(../img/outpatient/introduce_img2_01.jpg) center no-repeat;
}
.p-introduce .section-introduce .list_staff .img2_02 {
    background: url(../img/outpatient/introduce_img2_02.jpg) center no-repeat;
}
.p-introduce .section-introduce .list_staff .img2_03 {
    background: url(../img/outpatient/introduce_img2_03.jpg) center no-repeat;
}
.p-introduce .section-introduce .list_staff .img2_04 {
    background: url(../img/outpatient/introduce_img2_04.jpg) center no-repeat;
}
.p-introduce .section-introduce .list_staff .img2_05 {
    background: url(../img/outpatient/introduce_img2_05.jpg) center no-repeat;
}

.list_staff .boxtext {
    padding: 7%;
    margin: 0 !important;
}
.p-introduce .section-introduce .list_staff .boxtext table {
    width: 100%;
    border-collapse: collapse;
}
.p-introduce .section-introduce .list_staff .boxtext table th,
.p-introduce .section-introduce .list_staff .boxtext table td {
    text-align: left;
    vertical-align: top;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.5;
}
.p-introduce .section-introduce .list_staff .boxtext table th {
    width: 100px;
}

.p-introduce .section-introduce .list_staff .boxtext table .name td {
    font-size: 16px;
    font-weight: bold;
}
@media screen and (max-width: 767px) {
    .p-introduce .section-introduce .item + .item {
        margin-top: 60px;
    }
    .list_staff {
        display: flex;
        flex-wrap: wrap;
    }
    .list_staff li {
        width: 100%;
        margin-top: 0;
    }
    .list_staff li:not(:last-child) {
        margin-right: 0;
        margin-bottom: 30px;
    }
    .list_staff .boxtext {
        padding: 15px;
    }
    .p-introduce .section-introduce .list_staff .boxtext table th,
    .p-introduce .section-introduce .list_staff .boxtext table td {
        font-size: 1.4rem;
    }
}


.single-doctor li {
    width: 100%;
}
.single-doctor li .boximg {
    height: 375px;
    background-size: cover !important;
}
.single-doctor li .boximg + .boxtext {
    margin-top: 0;
}


/*------------------------------------------------------------
p-visit, p-examination, p-emergency
------------------------------------------------------------*/
.color1 {
    color: #CC0A0A !important;
}
.p-common01 .section-person .inner .btn2 {
    margin: 10px 0 25px;
}
.p-common01 .section-person .booking {
    margin-top: 40px;
    flex-wrap: wrap;
    display: flex;
    justify-content: space-between;
}
.p-common01 .section-person .booking a {
    display: block;
    color: #2E2E2E;
}
.p-common01 .section-person .booking li {
    /*width: 48.5%;*/
    width: calc((100% - 2.5%) / 2);
    border: 1px solid #4AB16E;
    margin-top: 2.5%;
}
.p-common01 .section-person .booking li:nth-child(-n+2) {
    margin-top: 0;
}
.p-common01 .section-person .booking li:not(:last-child) {
    margin-right: 2.5%;
}
.p-common01 .section-person .booking li:nth-child(2n) {
    margin-right: 0;
}
.p-common01 .section-person .booking li p {
    padding: 15px 0;
    text-align: center;
}
.p-common01 .section-person .booking .tel a {
    display: initial;
}
.p-common01 .section-person .booking .tel p {
    width: 35%;
    /*width: 45%;*/
    color: #fff;
    float: left;
    min-width: 150px;
    background: #208A32;
    justify-content: center;
    font-size: 15px;
}
.p-common01 .section-person .booking .tel h5 {
    color: #036237;
    float: left;
    font-size: 25px;
    padding: 0 0 0 25px;
    width: calc(100% - 35%);
}
.p-common01 .section-person .booking .tel h5,
.p-common01 .section-person .booking .tel p {
    height: 100%;
    display: flex;
    align-items: center;
}

.p-common01 .section-person .booking .tel h5 span {
    font-size: 18px;
}


.p-common01 .section-person .booking .view p {
    color: #4AB16E;
    position: relative;
}
.p-common01 .section-person .booking .view p:before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    margin-right: 25px;
    display: inline-block;
    border-width: 4px 0 4px 7px;
    border-color: transparent transparent transparent #70B96D;
}

.p-common01 .section-person .booking + .boxtext {
    margin-top: 30px;
}

.p-common01 .section-person .other li {
    border: 1px solid #9B9B9B;
}

.p-common01 .section-person .table2.non_color td,
.p-common01 .section-person .table2 td:last-child {
    text-align: left;
    padding-left: 5%;
}
.p-common01 .section-person .table2.bgcolor1 {
    margin-top: 25px;
}
.p-common01 .section-person .table2.bgcolor1 th {
    background: #fff;
}

.p-emergency .section-person .booking {
    margin-bottom: 30px;
}
.p-emergency .section-person .booking li {
    width: 100% !important;
} 

.p-emergency .section-person .booking .tel p {
    width: 49.5%;
    padding: 30px 0;
}
.p-emergency .section-person .booking .tel p span {
    display: block;
    font-size: 16px;
    margin-top: -8px;
}
.p-emergency .section-person .booking .tel h5 {
    font-size: 41px;
    text-align: center;
    /*padding: 26px 0 0 0;*/
    width: calc(100% - 49.5%);
    justify-content: center;
    padding-left: 0;
}
.p-emergency .section-person .booking .tel h5 span {
    font-size: 23px;
}

.page-person_emergency .common-access {
    margin-top: 0;
}

.p-emergency .section-person .boxtext p strong {
    display: inline-block;
    border-bottom: 3px solid #ddd;
    padding: 0px 0 0 0;
    margin-top: 10px;
}

#infor_consult .item + .item {
    padding-top: 0;
}
#infor_consult .boxtext {
    padding-bottom: 50px;
}
#infor_consult .item .c-title06 {
	cursor: pointer;
	position: relative;
	padding-right: 30px;
}
#infor_consult .item .c-title06:before,
#infor_consult .item .c-title06:after {
	content: " ";
	position: absolute;
	display: block;
	background-color: #A7A6A6;
	top: 50%;
	width: 4px;
	height: 23px;
	right: 23px;
}
#infor_consult .item .c-title06:before {
	transform: translate(0, -50%);
}
#infor_consult .item .c-title06:after {
	transform: translate(0, -50%) rotate(90deg);

}
#infor_consult .item .c-title06.active:before {
	content: none;
}

@media screen and (max-width: 767px) {
	#infor_consult .item .c-title06 {
		padding-right: 20px;
	}
	#infor_consult .item .c-title06:before,
	#infor_consult .item .c-title06:after {
		height: 17px;
		right: 13px;
	}
}


@media screen and (max-width: 767px) {
    .p-common01 .section-person .booking {
        display: block;
        margin-top: 25px;
    }
    .p-common01 .section-person .booking li {
        width: 100% !important;
        margin-top: 0;
    }
    .p-common01 .section-person .booking li:not(:last-child) {
        margin-right: 0 !important;
        margin-bottom: 10px;
    }
    .p-common01 .section-person .booking li p {
        padding: 8px 0;
    }
    .p-common01 .section-person .booking .tel p {
        width: 36%;
        min-width: auto;
    }
    .p-common01 .section-person .booking .tel h5 {
        font-size: 2.2rem;
        padding: 4px 0 0 10px;
        width: calc(100% - 36%);
    }
    .p-common01 .section-person .booking .tel h5 span {
        font-size: 1.4rem;
    }
    .p-common01 .section-person .booking li + li {
        margin-top: 10px;
    }

    .p-common01 .section-person .booking + .boxtext {
        margin-top: 20px;
    }

    .p-emergency .section-person .booking {
        margin-bottom: 25px;
    }
    .p-emergency .section-person .booking .tel p {
        width: 100%;
        float: none;
        padding: 13px 0;
    }
    .p-emergency .section-person .booking .tel p span {
        font-size: 1.4rem;
        margin-top: -5px;
    }
    .p-emergency .section-person .booking .tel h5 {
        font-size: 2.8rem;
        padding: 13px 0;
        width: 100%;
        float: none;
    }
    .p-emergency .section-person .booking .tel h5 span {
        font-size: 1.8rem;
    }
}

@media screen and (max-width: 360px) {
    .p-common01 .section-person .booking .tel p {
        font-size: 3.5vw !important;
    }
    .p-common01 .section-person .booking .tel h5 {
        font-size: 6vw;
    }

}


/*------------------------------------------------------------
p-hospitalization
------------------------------------------------------------*/
.visual-hospitalization {
    background: url(../img/hospitalization/mainvisual.png) center no-repeat;
}

.p-hospitalization .section-information ul li .boximg .img01 {
    background: url(../img/hospitalization/information_img01.png) center no-repeat;
}

.p-hospitalization .section-information ul li .boximg .img02 {
    background: url(../img/hospitalization/information_img02.png) center no-repeat;
}

.p-hospitalization .section-information ul li .boximg .img03 {
    background: url(../img/hospitalization/information_img03.png) center no-repeat;
}

.p-hospitalization .section-information ul li .boximg .img04 {
    background: url(../img/hospitalization/information_img04.png) center no-repeat;
}

.p-hospitalization .section-information ul li .boximg .img05 {
    background: url(../img/hospitalization/information_img05.png) center no-repeat;
}

.p-hospitalization .section-information ul li .boximg .img06 {
    background: url(../img/hospitalization/information_img06.png) center no-repeat;
}

.p-hospitalization .section-information ul li .boximg .img07 {
    background: url(../img/hospitalization/information_img07.png) center no-repeat;
}

/*------------------------------------------------------------
p-access
------------------------------------------------------------*/
.p-access .section-parking .inner {
    display: flex;
    justify-content: space-between;
}
.p-access .section-parking .inner .boximg {
    width: 39.5%;
    height: 43vw;
    background: url(../img/hospitalization/access_img.jpg) center no-repeat;
    background-size: cover !important;
}
.p-access .section-parking .inner .boxmap {
    width: 58.5%;
    height: 43vw;
    width: 100%;
}
.p-access .section-parking .inner .boxmap iframe {
    width: 100%;
    height: 100%;
}

.p-access .section-parking .c-table01 {
    margin-top: 60px;
}
.p-access .section-parking .c-table01 tbody tr:nth-child(even) {
    background: #fff;
}
.p-access .section-parking .c-table01 td .color2 {
    color: #4AB16E;
}
.p-access .c-table01 td ul {
    display: flex;
}
.p-access .c-table01 td a {
    color: #fff;
    display: block;
    padding: 10px 16px;
    background: #75AB77;
    border-radius: 7px;
    text-align: center;
}
.p-access .c-table01 td li + li {
    margin-left: 20px;
}

@media screen and (max-width: 767px) {
    .p-access .section-parking .inner {
        display: block;
    }
    .p-access .section-parking .inner .boximg,
    .p-access .section-parking .inner .boxmap {
        width: 100%;
        height: 86vw;
    }
    .p-access .section-parking .inner .boximg {
    }
    .p-access .section-parking .inner .boxmap {
        margin-top: 15px;
    }
    .p-access .section-parking .c-table01 {
        margin-top: 50px;
    }
    .p-access .c-table01 td ul {
        display: block;
    }
    .p-access .c-table01 td li + li {
        margin-left: 0;
        margin-top: 10px;
    }
    .p-access .c-table01 td a {
        padding: 7px;
    }

}



/*------------------------------------------------------------
p-procedure, p-cost, p-room, p-food
------------------------------------------------------------*/
.p-common01 .section-person .item + .item {
    padding-top: 110px;
}
.c-title05 {
    color: #fff;
    font-size: 26px;
    padding: 8px 25px;
    margin-bottom: 20px;
    background: #4AB16E;
}
.p-common01 .section-person .boxtext + .boxtext,
.p-common01 .section-philosophy .boxtext + .boxtext{
    padding-top:30px;
}
.p-common01 .section-philosophy .boxtext + .boxtext{
    padding:30px;
    border: 1px solid #ccc;
    background-color: #f6f6f6;
}
.p-common01 .section-philosophy .boxtext + .boxtext{
    margin-top: 36px;
}
.p-common01 .section-person h4.color1 {
    font-size: 22px;
}
.p-common01 .section-person .boxtext h4,
.p-common01 .section-philosophy .boxtext h4 {
    color: #036237;
    font-size: 20px;
    padding-bottom: 4px;
    font-weight: bold;
}
.p-common01 .section-person p,
.p-common01 .section-person li,
.p-common01 .section-philosophy p,
.p-common01 .section-philosophy li {
    font-size: 16px;
    line-height: 1.85;
}
.p-common01 .section-person p + p,
.p-common01 .section-philosophy p + p {
    padding-top: 26px;
}
.p-common01 .section-person a,
.p-common01 .section-philosophy a {
    color: #4AB16E;
    font-size: 16px;
    display: inline-block;
}
.p-common01 .section-person .btn01 {
    padding: 8px 27px;
    margin-top: 32px;
    border: 1px solid #4AB16E;
}

.p-common01 .section-person p .bgcolor02 {
    color: #fff;
    padding: 6px 10px;
    background-color: #4AB16E;
}

.c-title06 {
    font-size: 22px;
    padding: 8px 22px;
    margin-bottom: 25px;
    background: #EFEFEF;
}
.p-common01 .section-person .list1 {
    padding: 25px;
    margin: 30px 0;
    border: 1px solid #4AB16E;
}

.p-common01 .section-person .table1 {
    width: 100%;
    margin: 58px 0 12px;
    border-collapse: collapse;
}
.p-common01 .section-person .table1 th,
.p-common01 .section-person .table1 td {
    padding: 18px 5px;
    text-align: center;
    border: 1px solid #4AB16E;
}
.p-common01 .section-person .table1 thead th {
    font-size: 20px;
    background: #C8F0D8;
}
.p-common01 .section-person .table1 tbody th,
.p-common01 .section-person .table1 tbody td {
    font-size: 16px;
}

.p-common01 .section-person .inner {
    display: flex;
    justify-content: space-between;
}
.p-common01 .section-person .inner .sideleft,
.p-common01 .section-person .inner .sideright {
    width: 48%;
}
.p-common01 .section-person .inner1 .boxleft {
    width: 40%;
    float: left;
    margin-right: 3%;
}
.p-common01 .section-person .inner1 .boxright {
    /*width: 57%;*/
}
.p-common01 .section-person .table2 {
    width: 100%;
    border-collapse: collapse;
    margin: 0;
}
.p-common01 .section-person .table2 th {
    background: #E9F7EE;
    font-weight: 500;
    font-size: 20px;
    min-width: 100px;
}
.p-common01 .section-person .table2 td {
    font-size: 16px;
    background: #E9F7EE;
}

.p-common01 .section-person .table2 td:last-child {
    background: #fff;
}

.p-common01 .section-person .table2.non_color td,
.p-common01 .section-person .table2.non_color td:last-child {
    background: #fff;
}
.p-common01 .section-person .table2 th,
.p-common01 .section-person .table2 td {
    padding: 22px 5px;
    line-height: 1.5;
    text-align: center;
    border: 1px solid #4AB16E;
}

.p-common01 .section-person .table3 {
    width: 95%;
    border-collapse: collapse;
    margin: 0;
}
.p-common01 .section-person .table3 th {
    background: #C8F0D8;
    color: #4AB16E;
    font-weight: 500;
}
.p-common01 .section-person .table3 td {
    font-size: 16px;
    background: #fff;
}

.p-common01 .section-person .table3 td:last-child {
    background: #fff;
}

.p-common01 .section-person .table3.txtcenter td:last-child {
    text-align: center;
    padding-left: 1.5%;
}
@media screen and (max-width: 767px) {
    .p-common01 .section-person .table3.txtcenter td:last-child {
        padding-left: 5px;
    }
}

.p-common01 .section-person .table3.non_color td,
.p-common01 .section-person .table3.non_color td:last-child {
    background: #fff;
}
.p-common01 .section-person .table3 th,
.p-common01 .section-person .table3 td {
    padding: 10px 5px;
    line-height: 1.5;
    text-align: center;
    border: 1px solid #4AB16E;
}

@media screen and (max-width: 1270px) and (min-width: 768px) {
    .p-common01 .section-person .table2 th {
        font-size: 1.5vw;
    }
    .p-common01 .section-person .booking .tel p {
        font-size: 1.2vw;
        min-width: auto;
    }
    .p-common01 .section-person .booking .tel h5 {
        font-size: 1.8vw;
        padding: 0 0 0 12px;
    }
    .p-common01 .section-person .booking .tel h5 span {
        font-size: 1.8vw;
    }
}

@media screen and (max-width: 767px) {
    .p-common01 .section-person .item + .item {
        padding-top: 60px;
    }
    .c-title05 {
        font-size: 2.2rem;
        padding: 5px 15px;
        margin-bottom: 20px;
    }
    .p-common01 .section-person .boxtext + .boxtext,
    .p-common01 .section-philosophy .boxtext + .boxtext{
        margin-top: 27px;
    }
    .p-common01 .section-person h4.color1 {
        font-size: 1.8rem;
    }
    .p-common01 .section-person .boxtext h4
    ,.p-common01 .section-philosophy .boxtext h4 {
        font-size: 1.7rem;
    }
    .p-common01 .section-person p,
    .p-common01 .section-person li {
        font-size: 1.4rem !important;
    }
    .p-common01 .section-person p + p {
        padding-top: 22px;
    }
    .p-common01 .section-person a {
        font-size: 1.4rem;
    }
    .p-common01 .section-person .btn01 {
        padding: 6px 23px;
        margin-top: 28px;
    }

    .c-title06 {
        font-size: 1.8rem;
        padding: 6px 10px;
        margin-bottom: 20px;
    }
    .p-common01 .section-person .list1 {
        padding: 15px;
        margin: 25px 0;
    }

    .p-common01 .section-person .table1 {
        margin: 12px 0;
    }
    .p-common01 .section-person .table1 colgroup {
        display: none;
    }
     .p-common01 .section-person .table1 thead {
        display: block;
        float: left;
        overflow-x: scroll;
        /*width: 152px;*/
    }
    .p-common01 .section-person .table1 tbody {
        display: block;
        width: auto;
        overflow-x: scroll;
        white-space: nowrap;
        /*width: calc(100% - 152px);*/
    }
    .p-common01 .section-person .table1 tbody tr {
        display: inline-block;
        margin: 0 -3px;
        width: 50%;
    }

    .p-common01 .section-person .table1 th,
    .p-common01 .section-person .table1 td {
        padding: 18px 5px;
        display: block;
        width: auto;
        font-size: 1.4rem !important;
    }
    .p-common01 .section-person .table1 thead th {
        /*font-size: 1.7rem;*/
    }

    .p-common01 .section-person .inner {
        display: block;
    }
    .p-common01 .section-person .inner .sideleft,
    .p-common01 .section-person .inner .sideright,
    .p-common01 .section-person .inner1 .boxleft,
    .p-common01 .section-person .inner1 .boxright {
        width: 100%;
    }
    .p-common01 .section-person .inner .sideright {
        margin-top: 20px;
    }
    .p-common01 .section-person .inner1 .boxleft {
        font: none;
        margin-bottom: 20px;
    }
    .p-common01 .section-person .table2 th {
        font-size: 1.5rem;
    }
    .p-common01 .section-person .table2 td {
        font-size: 1.4rem;
    }
    .p-common01 .section-person .table2 th,
    .p-common01 .section-person .table2 td {
        padding: 18px 5px;
    }
}

.page-new .txtright {
    text-align: right;
}
.page-new .txtunder {
    line-height: 1.3;
    margin-bottom: 27px;
}
.page-new .txtunder span {
    font-size: 34px;
    background-image: linear-gradient(to bottom, transparent 85%, #97DD7C 50%);
    background-position: bottom 0px left;
}
@media screen and (max-width: 767px)  {
    .page-new .txtunder span {
        font-size: 2.5rem;
        background-position: bottom 0px left;
    }
}

.color5 {
    color: #999999 !important;
}
.color6 {
    color: #60866d !important;
}
#belongings, #bed_fee {
    padding-top: 138px;
}

@media screen and (max-width: 767px)  {
    #belongings, #bed_fee {
        padding-top: 100px;
    }
}

.p-room .section-person .inner {
    justify-content: flex-start;
}
.p-room .section-person .inner .sideimg + .sidetxt {
    padding-left: 4%;
}
.p-room .section-person .inner .sideimg {
    width: 40%;
}
.p-room .section-person .inner .sidetxt {
    width: calc(100% - 40%);
}
.p-room .section-person .inner .sideimg img {
    width: 100%;
}

.p-room .section-person .inner .sidetxt .table2 {
    margin-top: 5%;
}

@media screen and (max-width: 767px) {
    .p-room .section-person .inner .sideimg,
    .p-room .section-person .inner .sidetxt {
        width: 100%;
    }
    .p-room .section-person .inner .sideimg + .sidetxt {
        padding-left: 0;
        padding-top: 16px;
    }
    .p-room .section-person .inner .sidetxt .table2 {
        margin-top: 18px;
    }
    .p-room .section-person .table2 colgroup,
    .p-food .section-person .table2 colgroup {
        display: none;
    }
}

.p-room .section-person .inner2 {
    justify-content: space-between;
}
.p-room .section-person .inner2 h3 {
    font-size: 16px;
    text-align: center;
    padding: 20px 0 10px;
}
.p-room .section-person .inner2 p {
    font-size: 14px;
}
@media screen and (max-width: 767px) {
    .p-common01 .section-person .inner2 .sideright {
        margin-top: 40px;
    }
    .p-room .section-person .inner2 h3 {
        padding: 16px 0 7px;
    }
}


.p-common01 .section-person .table3 table {
    width: 100%;
    border-collapse: collapse;
}
.p-common01 .section-person .table3 th {
    font-weight: 500;
    min-width: 100px;
}
.p-room .section-person .table3 th {
    background: #E9F7EE;
}

.p-common01 .section-person .table3 th,
.p-common01 .section-person .table3 td {
    padding: 22px 1.5%;
    font-size: 14px;
    line-height: 1.5;
    text-align: center;
    border: 1px solid #4AB16E;
}
.p-common01 .section-person .table3 .txtleft {
    text-align: left;
    padding-left: 2%;
}

@media screen and (max-width: 1270px) and (min-width: 768px) {
    .p-common01 .section-person .table3 th,
    .p-common01 .section-person .table3 td {
        font-size: 1vw;
    }
}

@media screen and (max-width: 767px) {
    .p-common01 .section-person .table3 {
        overflow-y: hidden;
    }
    .p-common01 .section-person .table3 th,
    .p-common01 .section-person .table3 td {
        font-size: 1.3rem;
        padding: 15px 5px;
    }
    .p-room .section-person .table3 th,
    .p-room .section-person .table3 td {
        white-space: nowrap;
        word-break: normal;
        overflow-wrap: normal;
        word-wrap: normal;
    }
    .p-common01 .section-person .table3 .txtleft {
        padding-left: 1%;
    }
}


.p-common01 .section-person .table3.bg1 thead th {
    background: #d0efda;
}
.p-common01 .section-person .table3.bg1 tbody td:last-child {
    text-align: left;
}
.p-common01 .section-person .table3.bg1 tbody tr:nth-child(2n) {
    background: #eefff8;
}





.txtcenter {
    text-align: center;
}
.p-food .section-person .booking li {
    width: calc((100% - 4%) / 3);
    margin-top: 0;
}
.p-food .section-person .booking li:not(:last-child) {
    margin-right: 2%;
}
.p-food .section-person .booking li:nth-child(2n) {
    margin-right: 2%;
}
.p-food .section-person .booking li:nth-child(3n) {
    margin-right: 0;
}
.p-food .section-person .list_staff .boximg {
    height: 200px;
}
.p-food .section-person .list_staff .img01 {
    background: url(../img/hospitalization/food_img01.png) center no-repeat;
}
.p-food .section-person .list_staff .img02 {
    background: url(../img/hospitalization/food_img02.png) center no-repeat;
}
.p-food .section-person .list_staff .img03 {
    background: url(../img/hospitalization/food_img03.png) center no-repeat;
}
.p-food .section-person .list_staff .img04 {
    background: url(../img/hospitalization/food_img04.png) center no-repeat;
}
.p-food .section-person .list_staff .img05 {
    background: url(../img/hospitalization/food_img05.png) center no-repeat;
}

.p-food .section-person .list_staff .boxtext {
    max-width: 305px;
    margin: 0 auto!important;
}
.p-food .section-person .list_staff .boxtext h5 {
    text-align: center;
}
.p-food .section-person .list_staff .boxtext p {
    font-size: 14px;
    padding-top: 10px;
}

@media screen and (max-width: 767px) {
    .p-food .section-person .list_staff .boxtext h5 {
        font-size: 1.6rem;
    }
}



/*------------------------------------------------------------
p-hospital
------------------------------------------------------------*/
.bgcolor01 {
    background: #F8F8F8;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}
.visual-hospital {
    background: url(../img/hospital/mainvisual.png) center no-repeat;
}

.p-hospital .section-information ul li .boximg .img01 {
    background: url(../img/hospital/information_img01.png) center no-repeat;
}

.p-hospital .section-information ul li .boximg .img02 {
    background: url(../img/hospital/information_img02.png) center no-repeat;
}

.p-hospital .section-information ul li .boximg .img03 {
    background: url(../img/hospital/information_img03.png) center no-repeat;
}

.p-hospital .section-information ul li .boximg .img04 {
    background: url(../img/hospital/information_img04.png) center no-repeat;
}

.p-hospital .section-information ul li .boximg .img05 {
    background: url(../img/hospital/information_img05.png) center no-repeat;
}

.p-hospital .section-information ul li .boximg .img06 {
    background: url(../img/hospital/information_img06.png) center no-repeat;
}

.p-hospital .section-information ul li .boximg .img07 {
    background: url(../img/hospital/information_img07.png) center no-repeat;
}

.p-hospital .section-information ul li .boximg .img08 {
    background: url(../img/hospital/information_img08.png) center no-repeat;
}

.p-hospital .section-information ul li .boximg .img09 {
    background: url(../img/hospital/information_img09.png) center no-repeat;
}

.p-hospital .section-information ul li .boximg .img10,
.p-overview .section-information ul li .boximg .img10 {
    background: url(../img/hospital/information_img10.png) center no-repeat;
}

.p-hospital .section-information ul li .boximg .img11,
.p-overview .section-information ul li .boximg .img11,
.p-access .section-information ul li .boximg .img11 {
    background: url(../img/hospital/information_img11_2.png) center no-repeat;
}
.p-access .section-information ul li .boximg .img12 {
    background: url(../img/hospital/information_img11.png) center no-repeat;
}

.p-hospital .section-information ul li .boximg .img13 {
    background: url(../img/hospital/information_img13.png) center no-repeat;
}

.p-hospital .section-information ul li .boximg .img14 {
    background: url(../img/hospital/information_img14.png) center no-repeat;
}

.p-hospital .section-information ul li .boximg .img15 {
    background: url(../img/hospital/information_img15.png) center no-repeat;
}

.p-hospital .section-information ul li .boximg .img16 {
    background: url(../img/hospital/information_img16.png) center no-repeat;
}


/*------------------------------------------------------------
p-floor
------------------------------------------------------------*/
.p-floor .section-person .boximg img + img {
    margin-top: 20px;
}
.p-floor .section-person .link-pdf {
    color: #343434;
    display: block;
    font-size: 23px;
    text-align: center;
    padding: 24px 0;
    border: 1px solid #707070;
}

@media only screen and (max-width: 767px) {
    .p-floor .section-person .link-pdf {
        font-size: 1.8rem;
        padding: 12px 0;
    }
}


/*------------------------------------------------------------
p-nursing
------------------------------------------------------------*/
.visual-nursing {
    background: url(../img/nursing/mainvisual.png) center no-repeat;
}

.p-nursing .section-information ul li .boximg .img01 {
    background: url(../img/nursing/information_img01.png) center no-repeat;
}
.p-nursing .section-information ul li .boximg .img02 {
    background: url(../img/nursing/information_img02.png) center no-repeat;
}
.p-nursing .section-information ul li .boximg .img03 {
    background: url(../img/nursing/information_img03.png) center no-repeat;
}
.p-nursing .section-information ul li .boximg .img04 {
    background: url(../img/nursing/information_img04.png) center no-repeat;
}

.p-nursing .section-news .list {
    max-width: 670px;
}
.p-nursing .section-news .list li {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.p-nursing .section-news .list li p {
    font-size: 16px;
}
.p-nursing .section-news .list li a {
    width: 153px;
    display: block;
    font-size: 12px;
    padding: 5px 0 0;
    text-align: center;
    border: 1px solid #707070;
}
.p-nursing .section-news .list li a:before {
    margin-right: 10px;
    vertical-align: -3px;
    content: url(../img/common/ic_right.png);
}

.p-nursing .section-person .item .inner {
    display: block;
}
.p-nursing .section-person .item .inner:after {
    display: block;
    clear: both;
    content: "";
}
.p-nursing .section-person .item .inner .boximg {
    width: 40%;
    height: 440px;
    float: left;
    margin-right: 3%;
    background-size: cover!important;
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
    .p-nursing .section-person .item .inner .boximg {
        height: 34vw;
    }
}
/*.p-common01 .section-person .item .image {
    margin-bottom: 10px;
}*/

.p-nursing .section-person .item .img01 {
    background: url(../img/nursing/greeting_img01.jpg) center no-repeat;
}
.p-nursing .section-person .item .img02 {
    background: url(../img/nursing/greeting_img02.jpg) center no-repeat;
}
.p-nursing .section-person .item .img03 {
    background: url(../img/nursing/greeting_img03.jpg) center no-repeat;
}
.p-nursing .section-person .item .img04 {
    background: url(../img/nursing/greeting_img04.jpg) center no-repeat;
}
.p-nursing .section-person .item .img05 {
    background: url(../img/nursing/greeting_img05.jpg) center no-repeat;
}
.p-nursing .section-person .item .img06 {
    background: url(../img/nursing/greeting_img06.jpg) center no-repeat;
}
.p-nursing .section-person .item .img07 {
    background: url(../img/nursing/greeting_img07.jpg) center no-repeat;
}
.p-nursing .section-person .item .img08 {
    background: url(../img/nursing/greeting_img08.jpg) center no-repeat;
}

.p-nursing .section-person .item .inner .boxtext {
    /*padding-left: 3.5%;*/
    /*width: calc(100% - 40%);*/
}

.p-nursing .section-person .item p {
    font-size: 16px;
    /*line-height: 1.5;*/
}
.p-nursing .section-person .item p + p {
    padding-top: 20px;
}

@media only screen and (max-width: 767px) {
    .p-nursing .section-news .list {
        max-width: 100%;
    }
    .p-nursing .section-news .list li {
        display: block;
    }
    .p-nursing .section-news .list li p {
        font-size: 1.4rem;
    }
    .p-nursing .section-news .list li a {
        margin: 10px 0 0 auto;
    }
    .p-nursing .section-news .list li a:before {
        margin-right: 10px;
        vertical-align: -3px;
    }

    .p-nursing .section-person .item .inner {
        display: block;
    }
    .p-nursing .section-person .item .inner .boximg {
        width: 100%;
        height: 110vw;
        margin-right: 0;
        margin-bottom: 40px;
    }
    .p-nursing .section-person .item .inner .boxtext {
        width: 100%;
        padding-left: 0;
        /*margin-top: 40px;*/
    }

    .p-nursing .section-person .item p {
        font-size: 1.3rem;
    }
    .p-nursing .section-person .item p + p {
        padding-top: 16px;
    }
}


/*------------------------------------------------------------
p-education
------------------------------------------------------------*/
.p-education .section-person .table2 td {
}
.p-education .section-person .table2 thead th:last-child {
    background: #fff;
}
.p-education .section-person .table2 tbody th {
    font-size: 16px;
}
.p-education .section-person .table2 tbody td {
    line-height: 1.7;
}

@media only screen and (max-width: 767px) {
    .p-education .section-person .table2 tbody th {
        font-size: 1.6rem;
    }
}



/*------------------------------------------------------------
p-greeting
------------------------------------------------------------*/
.c-title03 {
    color: #fff;
    font-size: 16px;
    padding: 8px 22px;
    margin-bottom: 30px;
    background: #4AB16E;
}

/*.p-greeting .section-person .frame + .frame {
    margin-top: 160px;
}*/

.p-greeting .section-person .inner {
    flex-wrap: wrap;
    display: block;
}
.p-greeting .section-person .inner:after {
    display: block;
    clear: both;
    content: "";
}
.p-greeting .section-person .inner .boximg {
    width: 40%;
    float: left;
    /*background: url(../img/hospital/greeting_img.jpg) center no-repeat;*/
    background-size: cover;
    margin-right: 4%;
	margin-bottom: 2%;
}
.p-greeting .section-person .inner .boxtext {
    /*width: 58%;*/
    margin-top: 0;
}
.p-greeting .section-person .inner p {
    font-size: 15px;
}
/*.p-greeting .section-person .inner .boxtext p + p {
    padding-top: 25px;
}*/
.p-greeting .section-person .inner .txtarea {
    width: 100%;
}
.p-greeting .section-person .txtright {
    text-align: right;
    margin-top: 62px;
}
.p-greeting .section-person .txtright p {
    font-size: 18px;
    text-align: left;
    display: inline-block;
}
.p-greeting .section-person .txtright span {
    font-size: 21px;
}
.p-greeting .section-person .inner .boxvideo {
    max-width: 890px;
    height: 490px;
    margin: 0 auto;
}
.p-greeting .section-person .inner .boxvideo iframe {
    width: 100%;
    height: 100%;
}

.p-greeting .section-person ul {
    margin-top: 40px;
}
.p-greeting .section-person ul li {
    border: 1px solid #ccc;
    background-color: #f6f6f6;
    padding: 18px;
    display: flex;
}
.p-greeting .section-person ul li + li {
    margin-top: 20px;
}
.p-greeting .section-person ul li h4 {
    color: #036237;
    min-width: 106px;
    text-align: center;
}
.p-greeting .section-person ul li:last-child {
    align-items: flex-start;
}
/*.p-greeting .section-person ul li:last-child h4 {
    padding-top: 15px;
}*/
.p-greeting .section-person ul li:last-child p + p {
    padding-top: 1px solid #707070;
}

@media only screen and (max-width: 767px) {
    .c-title03 {
        font-size: 1.7rem;
        padding: 5px 12px;
        margin-bottom: 20px;
    }

    /*.p-greeting .section-person .frame + .frame {
        margin-top: 70px;
    }*/

    .p-greeting .section-person .inner {
        display: block;
    }
    .p-greeting .section-person .inner .boximg {
        width: 100%;
        float: none;
        margin-right: 0;
    }
    .p-greeting .section-person .inner .boxtext {
        width: 100%;
        margin-top: 20px !important;
    }
    /*.p-greeting .section-person .inner .boxtext p + p {
        padding-top: 18px;
    }*/
    .p-greeting .section-person .txtright {
        margin-top: 30px;
    }
    .p-greeting .section-person .txtright p {
        font-size: 1.6rem;
    }
    .p-greeting .section-person .txtright span {
        font-size: 1.8rem;
    }
    .p-greeting .section-person .inner .boxvideo {
        width: 100%;
        height: 52vw;
    }

    .p-greeting .section-person ul li {
        padding: 15px;
        display: block;
    }
    .p-greeting .section-person ul li + li {
        margin-top: 15px;
    }
    .p-greeting .section-person ul li h4 {
        text-align: left;
        margin-bottom: 10px;
    }
    .p-greeting .section-person ul li:last-child h4 {
        padding-top: 0;
    }
}

/*------------------------------------------------------------
p-history
------------------------------------------------------------*/
.p-history .section-history {}
.c-table01 {
    width: 100%;
    border-collapse: collapse;
}
.c-table01 th,
.c-table01 td {
    padding: 16px 4%;
    line-height: 1.5;
    border: 1px solid #4AB16E;
}
.c-table01 th {
    color: #17833D;
    font-size: 16px;
    text-align: center;
    background: #C8F0D8;
}
.c-table01 td {
    font-size: 16px;
}
.c-table01 th:first-child,
.c-table01 td:first-child {
    width: 18%;
}
.p-history .section-history .c-table01 th:first-child,
.p-history .section-history .c-table01 td:first-child {
    min-width: 180px;
}
.c-table01 tbody tr:nth-child(even) {
    background: #F0F0F0;
}

@media only screen and (max-width: 767px) {
    .c-table01 th,
    .c-table01 td {
        padding: 10px;
    }
    .c-table01 th {
        font-size: 1.6rem;
    }
    .c-table01 td {
        font-size: 1.3rem;
    }
    .p-history .section-history .c-table01 th:first-child,
    .p-history .section-history .c-table01 td:first-child {
        min-width: 106px;
    }
}

/*------------------------------------------------------------
p-philosophy
------------------------------------------------------------*/
.p-overview .section-information .frame + .frame {
    margin-top: 80px;
}
.p-overview .section-information .c-table01 td:first-child {
    min-width: 160px;
}

@media only screen and (max-width: 767px) {
    .p-overview .section-information .frame + .frame {
        margin-top: 50px;
    }
    .p-overview .section-information .c-table01 td:first-child {
        min-width: 90px;
    }
}

/*------------------------------------------------------------
p-facilities
------------------------------------------------------------*/
.p-facilities .section-facilities ul.tabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

/*.p-facilities .section-facilities ul.tabs li.current:before,
.p-facilities .section-facilities ul.tabs li.current:after {
    content: "";
    left: 0;
    right: 0;
    margin: 0 auto;
    position: absolute;
}
.p-facilities .section-facilities ul.tabs li.current:before {
    width: 6px;
    height: 6px;
    bottom: -20px;
    transform: rotate(45deg);
    border-right: 1px solid #008A32;
    border-bottom: 1px solid #008A32;
}
.p-facilities .section-facilities ul.tabs li.current:after {
    width: 100%;
    height: 4px;
    bottom: -30px;
    background: #4AB16E;
    border-radius: 3px;
}*/

/*.p-facilities .section-facilities ul.tabs li {
    display: block;
    color: #17833D;
    font-size: 22px;
    padding: 15px 0;
    font-weight: bold;
    text-align: center;
    background: #C8F0D8;
    cursor: pointer;
    position: relative;
    width: calc((100% - 6.5%) / 6);
}
.p-facilities .section-facilities ul.tabs li:not(:last-child) {
    margin-right: 1.3%;
}

@media screen and (max-width:1000px) and (min-width: 768px) {
    .p-facilities .section-facilities ul.tabs li {
        font-size: 18px;
    }
}

.p-facilities .section-facilities ul.tab-content {
    display: none;
    margin-top: 100px;
}

.p-facilities .section-facilities ul.tab-content.current {
    display: inherit;
}

@media screen and (max-width: 767px) {
    .p-facilities .section-facilities ul.tabs li {
        font-size: 1.6rem;
        padding: 8px 0;
        margin-bottom: 10px;
        width: calc((100% - 20px) / 3);
    }
    .p-facilities .section-facilities ul.tabs li.current:before {
        bottom: -18px;
    }
    .p-facilities .section-facilities ul.tabs li.current:after {
        bottom: -25px;
        height: 2px;
    }
    .p-facilities .section-facilities ul.tabs li:not(:last-child) {
        margin-right: 10px;
    }
    .p-facilities .section-facilities ul.tabs li:nth-child(3n) {
        margin-right: 0;
    }
    .p-facilities .section-facilities ul.tab-content {
        margin-top: 40px;
    }
}*/


.js .cSlider--single {
    & > div:nth-child(1n + 2) { display: none; }

    &.slick-initialized > div:nth-child(1n + 2) { display: block; }
}
.cSlider--nav .slick-track {
    margin-left: 0;
}
.cSlider--nav .cSlider__item {
    display: block;
    color: #17833D;
    font-size: 22px;
    padding: 15px 0;
    font-weight: bold;
    text-align: center;
    background: #C8F0D8;
    cursor: pointer;
    position: relative;
    width: calc((100% - 6.5%) / 6);
}
.cSlider--nav .cSlider__item:not(:last-child) {
    margin-right: 1.3%;
}

@media screen and (max-width:1000px) and (min-width: 768px) {
    .cSlider--nav .cSlider__item {
        font-size: 18px;
    }
}

@media screen and (max-width: 767px) {
    .cSlider--nav .cSlider__item {
        font-size: 1.6rem;
        padding: 8px 0;
    }
    .cSlider--nav .cSlider__item:not(:last-child) {
        margin-right: 10px;
    }
}



.p-facilities .section-facilities .frame + .frame {
    padding-top: 110px;
}
#facilities {
    padding-top: 138px;
}
@media screen and (max-width: 767px) {
    #facilities {
        padding-top: 100px;
    }
}
.p-facilities .section-facilities .list-img {
    display: flex;
    flex-wrap: wrap;
}
.p-facilities .section-facilities .list-img li {
    width: calc((100% - 4.5%) / 2);
    margin-top: 4.5%;
}
.p-facilities .section-facilities .list-img li:not(:last-child) {
    margin-right: 4.5%;
}
.p-facilities .section-facilities .list-img li:nth-child(2n) {
    margin-right: 0;
}
.p-facilities .section-facilities .list-img li img {
    width: 100%;
}
.p-facilities .section-facilities .list-img li a {
    display: block;
}

@media screen and (max-width: 767px) {
    .p-facilities .section-facilities .frame + .frame {
        margin-top: 60px;
    }
    .p-facilities .section-facilities .list-img {
        display: block;
    }
    .p-facilities .section-facilities .list-img li {
        width: 100%;
        margin-top: 20px;
    }
    .p-facilities .section-facilities .list-img li:not(:last-child) {
        margin-right: 0;
    }
}



/*------------------------------------------------------------
p-philosophy
------------------------------------------------------------*/
.p-philosophy .section-philosophy .frame + .frame {
    margin-top: 110px;
}
.p-philosophy .section-philosophy .textarea {
    /*max-width: 770px;*/
    padding: 22px 35px 27px;
    border: 1px solid #4AB16E;
}
.p-philosophy .section-philosophy .textarea h3 {
    color: #036237;
    font-size: 46px;
    text-align: center;
}
.p-philosophy .section-philosophy .textarea p {
    font-size: 16px;
    padding-top: 5px;
}
.p-philosophy .section-philosophy .image {
    margin-top: 40px;
}

@media screen and (max-width: 767px) {
    .p-philosophy .section-philosophy .frame + .frame {
        margin-top: 60px;
    }
    .p-philosophy .section-philosophy .textarea {
        max-width: 100%;
        padding: 18px 20px 25px;
    }
    .p-philosophy .section-philosophy .textarea h3 {
        font-size: 2.8rem;
    }
    .p-philosophy .section-philosophy .textarea p {
        font-size: 1.4rem;
    }
}



/*------------------------------------------------------------
p-schedule
------------------------------------------------------------*/
.p-schedule .section-schedule .c-table {
    margin-top: 20px;
}

.p-schedule .section-schedule .c-table table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 20px;
}
.p-schedule .section-schedule .c-table th {
    color: #17833D;
    font-size: 22px;
    background: #C8F0D8;
}
.p-schedule .section-schedule .c-table td {
    font-size: 16px;
}
.p-schedule .section-schedule .c-table tr th:nth-child(2),
.p-schedule .section-schedule .c-table tr td:nth-child(2){
    min-width: 30px;
}
.p-schedule .section-schedule .c-table th, .p-schedule .section-schedule .c-table td {
    border: 1px solid #4AB16E;
    padding: 20px 5px;
    text-align: center;
}

.p-schedule .section-schedule .c-table td {
    border-bottom: 1px solid #eee;
}

.p-schedule .section-schedule .c-table td.boder_color,
.p-schedule .section-schedule .c-table tr:last-child td {
    border-bottom: 1px solid #4AB16E;
}


.p-schedule .section-schedule .c-table .bgcolor {
    background: #F0F0F0;
}

.p-schedule .section-schedule .c-table td .vertical {
    writing-mode: vertical-lr;
    display: inline-block;
}

@media screen and (max-width: 1200px) {
    .p-schedule .section-schedule .c-table {
        overflow-y: hidden;
        padding-top: 210px;
        margin-top: -190px;
    }
    .p-schedule .section-schedule .c-table th, .p-schedule .section-schedule .c-table td {
        white-space: nowrap;
        word-break: normal;
        overflow-wrap: normal;
        word-wrap: normal;
    }
}

@media only screen and (max-width: 767px) {
    .p-schedule .section-schedule .c-table th {
        font-size: 1.7rem;
    }
    .p-schedule .section-schedule .c-table td {
        font-size: 1.4rem;
    }
    .p-schedule .section-schedule .c-table th, .p-schedule .section-schedule .c-table td {
        padding: 10px 5px;
    }
}
/*
.p-schedule .section-schedule .c-table tr:nth-child(2) td:nth-child(4):before,
.p-schedule .section-schedule .c-table tr:nth-child(6) td:nth-child(4):before,
.p-schedule .section-schedule .c-table tr:nth-child(33) td:nth-child(3):before {
    content: "＊";
    color: #17833D;
}
*/

.p-schedule .section-schedule .note {
    padding-top: 18px;
    font-size: 19px;
}
.p-schedule .section-schedule .note span {
    color: #17833D;;
}
@media only screen and (max-width: 767px) {
    .p-schedule .section-schedule .note {
        padding-top: 12px;
        font-size: 1.6rem;
    }
}


/*------------------------------------------------------------
p-clinical
------------------------------------------------------------*/
.visual-clinical {
    background: url(../img/clinical/mainvisual.png) center no-repeat;
}

.p-clinical .section-clinical .list,
.p-nursing .section-clinical .list {
    display: flex;
    flex-wrap: wrap;
}
.p-clinical .section-clinical .list li,
.p-nursing .section-clinical .list li {
    width: calc((100% - 7%) / 3);
    margin-top: 3.5%;
}
.p-clinical .section-clinical .list li:not(:last-child),
.p-nursing .section-clinical .list li:not(:last-child) {
    margin-right: 3.5%;
}
.p-clinical .section-clinical .list li:nth-child(3n),
.p-nursing .section-clinical .list li:nth-child(3n) {
    margin-right: 0;
}
.p-clinical .section-clinical .list li:nth-child(-n+3),
.p-nursing .section-clinical .list li:nth-child(-n+3) {
    margin-top: 0;
}
.p-clinical .section-clinical .list .boximg,
.p-nursing .section-clinical .list .boximg {
    background: #87C6A1;
    text-align: center;
    padding: 20px 0;
    border-top: 1px solid #4AB16E;
    border-left: 1px solid #4AB16E;
    border-right: 1px solid #4AB16E;
}
.p-clinical .section-clinical .list .boximg h3,
.p-nursing .section-clinical .list .boximg h3 {
    color: #484848;
    font-size: 19px;
    padding-top: 5px;
}
.p-clinical .section-clinical .list .boximg h3:before,
.p-nursing .section-clinical .list .boximg h3:before {
    content: url(../img/clinical/ic_list.svg);
    margin-right: 10px;
    vertical-align: middle;
}
.p-clinical .section-clinical .list .boximg .icon,
.p-nursing .section-clinical .list .boximg .icon {
    width: 120px;
    height: 84px;
    margin: 0 auto;
}
.p-clinical .section-clinical .list .boximg .icon1_01 {
    background: url(../img/clinical/clinical_icon1_01.svg) center no-repeat;
}
.p-clinical .section-clinical .list .boximg .icon1_02 {
    background: url(../img/clinical/clinical_icon1_02.svg) center no-repeat;
}
.p-clinical .section-clinical .list .boximg .icon1_03 {
    background: url(../img/clinical/clinical_icon1_03.svg) center no-repeat;
}
.p-clinical .section-clinical .list .boximg .icon1_04 {
    background: url(../img/clinical/clinical_icon1_04.svg) center no-repeat;
}
.p-clinical .section-clinical .list .boximg .icon1_05 {
    background: url(../img/clinical/clinical_icon1_05.svg) center no-repeat;
}
.p-clinical .section-clinical .list .boximg .icon1_06 {
    background: url(../img/clinical/clinical_icon1_06.svg) center no-repeat;
}
.p-clinical .section-clinical .list .boximg .icon1_07 {
    background: url(../img/clinical/clinical_icon1_07.svg) center no-repeat;
}
.p-clinical .section-clinical .list .boximg .icon1_08 {
    background: url(../img/clinical/clinical_icon1_08.svg) center no-repeat;
}
.p-clinical .section-clinical .list .boximg .icon1_09 {
    background: url(../img/clinical/clinical_icon1_09.svg) center no-repeat;
}
.p-clinical .section-clinical .list .boximg .icon1_10 {
    background: url(../img/clinical/clinical_icon1_10.svg) center no-repeat;
}
.p-clinical .section-clinical .list .boximg .icon1_11 {
    background: url(../img/clinical/clinical_icon1_11.svg) center no-repeat;
}

.p-nursing .section-clinical .list .boximg .icon2_01 {
    background: url(../img/clinical/clinical_icon2_01.svg) center no-repeat;
}
.p-nursing .section-clinical .list .boximg .icon2_02 {
    background: url(../img/clinical/clinical_icon2_02.svg) center no-repeat;
}
.p-nursing .section-clinical .list .boximg .icon2_03 {
    background: url(../img/clinical/clinical_icon2_03.svg) center no-repeat;
}
.p-nursing .section-clinical .list .boximg .icon2_04 {
    background: url(../img/clinical/clinical_icon2_04.svg) center no-repeat;
}
.p-nursing .section-clinical .list .boximg .icon2_05 {
    background: url(../img/clinical/clinical_icon2_05.svg) center no-repeat;
}
.p-clinical .section-clinical .list .boxtext,
.p-nursing .section-clinical .list .boxtext {
    font-size: 14px;
    border-left: 1px solid #4AB16E;
    border-right: 1px solid #4AB16E;
    border-bottom: 1px solid #4AB16E;
    margin-top: 0;
}
.p-clinical .section-clinical .list .boxtext p,
.p-nursing .section-clinical .list .boxtext p {
    max-width: 252px;
    margin: 0 auto;
    padding: 0 4%;
}
.p-clinical .section-clinical .list .boxtext p + p,
.p-nursing .section-clinical .list .boxtext p + p {
    padding-top: 10px;
    margin-top: 10px;
    border-top: 1px solid #707070;
}
.p-clinical .section-clinical .list .boxtext p:first-child,
.p-nursing .section-clinical .list .boxtext p:first-child {
    padding-top: 22px;
}
.p-clinical .section-clinical .list .boxtext p:last-child,
.p-nursing .section-clinical .list .boxtext p:last-child {
    padding-bottom: 22px;
}

.p-clinical .section-clinical .list .boxtext p span:not(:last-child):after,
.p-nursing .section-clinical .list .boxtext p span:not(:last-child):after {
    content: " /";
}

@media only screen and (max-width: 767px) {
    .p-clinical .section-clinical .list,
    .p-nursing .section-clinical .list {
        display: block;
    }
    .p-clinical .section-clinical .list li,
    .p-nursing .section-clinical .list li {
        width: 100%;
        margin-top: 0;
    }
    .p-clinical .section-clinical .list li:not(:last-child),
    .p-nursing .section-clinical .list li:not(:last-child) {
        margin-right: 0;
        margin-bottom: 40px;
    }
    .p-clinical .section-clinical .list .boximg,
    .p-nursing .section-clinical .list .boximg {
        padding: 10px 0;
    }
    .p-clinical .section-clinical .list .boximg h3,
    .p-nursing .section-clinical .list .boximg h3 {
        font-size: 1.7rem;
        padding-top: 8px;
    }
    .p-clinical .section-clinical .list .boximg h3:before,
    .p-nursing .section-clinical .list .boximg h3:before {
        margin-right: 5px;
    }
    .p-clinical .section-clinical .list .boximg .icon {
        /*background-size: 80px 62px !important;*/
    }
    .p-clinical .section-clinical .list .boxtext,
    .p-nursing .section-clinical .list .boxtext {
        font-size: 1.3rem;
    }
    .p-clinical .section-clinical .list .boxtext p,
    .p-nursing .section-clinical .list .boxtext p {
        max-width: 100%;
    }
    .p-clinical .section-clinical .list .boxtext p + p,
    .p-nursing .section-clinical .list .boxtext p + p {
        padding-top: 10px;
        margin-top: 10px;
        border-top: 1px solid #707070;
    }
    .p-clinical .section-clinical .list .boxtext p:first-child,
    .p-nursing .section-clinical .list .boxtext p:first-child {
        padding-top: 15px;
    }
    .p-clinical .section-clinical .list .boxtext p:last-child,
    .p-nursing .section-clinical .list .boxtext p:last-child {
        padding-bottom: 15px;
    }
}

/*------------------------------------------------------------
p-clinical
------------------------------------------------------------*/
.p-clinical .fz19 {
    font-size: 16px;
}
.p-clinical .fz14 {
    font-size: 14px;
}
.p-clinical .fz19 + .fz14 {
    padding-top: 20px;
}

.p-clinical .cases-box {
    display: flex;
    align-items: center;
    justify-content: space-around;
    padding: 30px;
    margin-top: 30px;
    text-align: center;
    background-color:  #fff;
}
.p-clinical .cases-box .boximg {
    width: 32%;
}
.p-clinical .cases-box .boxtxt {
    width: 60%;
}
.p-clinical .cases-box a {
    color: #fff;
    padding: 7px 0;
    display: block;
    margin-top: 20px;
    background: #64AD71;
}

@media screen and (max-width: 767px) {
    .p-clinical .cases-box {
        display: block;
        padding: 20px;
        margin-top: 20px;
    }
    .p-clinical .cases-box .boximg {
        width: 100%;
    }
    .p-clinical .cases-box .boxtxt {
        width: 100%;
        margin-top: 20px;
    }
    .p-clinical .cases-box a {
        padding: 5px 0;
        margin-top: 15px;
    }
}

.p-clinical .section-calendar table {
    width: 100%;
    border-collapse: collapse;
    margin: 30px 0 22px;
}
.p-clinical .section-calendar table thead th {
    color: #118A32;
    background: #C8F0D8;
}
.p-clinical .section-calendar table th {
    font-size: 22px;
}
.p-clinical .section-calendar table th,
.p-clinical .section-calendar table td {
    padding: 10px;
    line-height: 1.5;
    text-align: center;
     border: 1px solid #4AB16E;
}
.p-clinical .section-calendar table th {
}
.p-clinical .section-calendar table td {    
    border-bottom: 1px solid #eee;
}
.p-clinical .section-calendar table tr:last-child td {  
    border-bottom: 1px solid #4AB16E;
}

.p-clinical .section-calendar table td.day_sch {
    border-bottom: 1px solid #ddd;
}
.p-clinical .section-calendar table tr.day_sch_tr:last-child td.day_sch {
    border-bottom: 1px solid #4AB16E;
}

.p-clinical .section-calendar table td {
    font-size: 16px;
}
.p-clinical .section-calendar table td .check {
    color: #118A32;
}

.p-schedule .section-schedule .c-table table td a,
.p-clinical .section-calendar table td a {
    text-decoration: underline;
    color: #4AB16E;
}

.p-clinical .section-calendar p span {
    color: #118A32;
}

.section-introduce01 .inner {
    display: flex;
}
.section-introduce01 .inner + .inner {
    margin-top: 50px;
    padding-top: 50px;
    border-top: 1px solid #efefef;
}
.section-introduce01 .boximg {
    /* width: 30%; */
    width: 270px;
    height: 270px;
}
.section-introduce01 .boximg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.section-introduce01 .boxtext {
    padding-left: 4.5%;
    /* width: calc((100% - 30%)); */
    width: calc((100% - 270px));
}
.section-introduce01 .boxtext table {
    width: 100%;
    border-collapse: collapse;
}

.section-introduce01 .boxtext table th,
.section-introduce01 .boxtext table td {
    font-size: 16px;
    line-height: 1.5;
    padding: 10px 0;
    text-align: left;
    vertical-align: top;
}

.section-introduce01 .boxtext table .name_td th,
.section-introduce01 .boxtext table .name_td td {
    font-size: 16px;
    /*border-bottom: 1px solid #999;*/
}

.section-introduce01 .boxtext table  tr:nth-child(odd)  {  
  background-color: #C8F0D8;  
}

.section-introduce01 .boxtext table  tr:nth-child(even)  {  
  background-color: #eefff5;  
}  

.section-introduce01 .boxtext table td p + p {
    padding-top: 35px;
}
.section-introduce01 .boxtext table th {
    width: 12%;
    min-width: 115px;
    display: flex;
    justify-content: space-between;
    padding-left: 15px;
}
.section-introduce01 .boxtext table td {
    width: calc(100% - 12%);
    padding-right: 15px;
}

.p-clinical .section-symptoms ul {
    display: flex;
    flex-wrap: wrap;
}
.p-clinical .section-symptoms ul li {
    font-size: 16px;
    padding: 15px 5px;
    margin-bottom: 9px;
    text-align: center;
    background: #C8F0D8;
    border: 1px solid #4AB16E;
    width: calc((100% - 18px) / 3);
}
.p-clinical .section-symptoms ul li:not(:last-child) {
    margin-right: 9px;
}
.p-clinical .section-symptoms ul li:nth-child(3n) {
    margin-right: 0;
}

.p-clinical .section-cases ul li {
    border: 1px solid #4AB16E;
    background-color: #eefff5;
    padding: 18px 18px 16px;
}
.p-clinical .section-cases ul li:not(:last-child) {
    margin-bottom: 22px;
}
.p-clinical .section-cases ul li h3 {
    font-size: 19px;
    padding-bottom: 10px;
    font-weight: bold;
}

@media screen and (max-width: 767px) {
    .p-clinical .fz14 {
        font-size: 1.2rem;
    }
    .p-clinical .fz19 {
        font-size: 1.4rem;
    }
    .p-clinical .section-calendar table {
        margin: 20px 0 16px;
        border-collapse: collapse;
    }
    /*.p-clinical .section-calendar table colgroup {
        display: none;
    }
    .p-clinical .section-calendar table thead {
        display: block;
        float: left;
        overflow-x: scroll;
        width: 48px;
    }
    .p-clinical .section-calendar table tbody {
        display: block;
        width: auto;
        overflow-x: scroll;
        white-space: nowrap;
        width: calc(100% - 48px);
    }
    .p-clinical .section-calendar table tbody tr {
        width: 50%;
        display: inline-block;
        margin: 0 -3px;
    }*/
    .p-clinical .section-calendar .c-table {
        overflow-y: hidden;
        padding-top: 170px;
        margin-top: -170px;
    }
    .p-clinical .section-calendar table th,
    .p-clinical .section-calendar table td {
        padding: 16px;
        /*display: block;*/
        width: auto;
        font-size: 1.4rem !important;
        /*display: flex;
        align-items: center;
        justify-content: center;*/
        text-align: center;
        white-space: nowrap;
        word-break: normal;
        overflow-wrap: normal;
        word-wrap: normal;
    }
    .section-introduce01 .inner {
        display: block;
        padding-top: 25px;
        margin-top: 25px;
    }
    .section-introduce01 .inner + .inner {
        margin-top: 50px;
    }
    .section-introduce01 .boximg {
        width: 100%;
        height: 370px;
        margin-top: 0;
    }
    .section-introduce01 .boxtext {
        padding-left: 0;
        width: 100%;
        padding-top: 20px;
    }
    .section-introduce01 .boxtext table th,
    .section-introduce01 .boxtext table td {
        font-size: 1.4rem;
        padding: 7px 0;
    }
    .section-introduce01 .boxtext table th {
        padding-left: 5px;
    }
    .section-introduce01 .boxtext table td p + p {
        padding-top: 20px;
    }
    .section-introduce01 .boxtext table th {
        min-width: 70px;
    }
    .p-clinical .section-symptoms ul {
        display: block;
    }
    .p-clinical .section-symptoms ul li {
        font-size: 1.4rem;
        padding: 15px 5px;
        width: 100%;
    }
    .p-clinical .section-symptoms ul li:not(:last-child) {
        margin-right: 0;
        padding: 8px 0;
        margin-bottom: 7px;
    }

    .p-clinical .section-cases ul li {
        padding: 15px;
    }
    .p-clinical .section-cases ul li:not(:last-child) {
        margin-bottom: 17px;
    }
    .p-clinical .section-cases ul li h3 {
        font-size: 1.7rem;
    }
}


.l-sticky {
  position: relative;
  -webkit-transition: background 0.6s ease-out;
  transition: background 0.6s ease-out;
  width: 1226px;
  margin: 0 auto;
  display: flex;
}
.l-sticky .l-container {
    width: auto;
}
@media screen and (max-width: 1300px) {
    .l-sticky {
        width: 94%;
    }
}
@media screen and (max-width: 767px) {
    .l-sticky {
        display: flex;
        flex-direction: column-reverse;
    }
}

.c-sidebar {
  /*position: absolute;*/
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  z-index: 2;
  top: 0;
  width: 300px;
  height: 100%;
}
@media screen and (max-width: 1200px) and (min-width: 768px) {
    .c-sidebar {
        width: 23vw;
    }
}

@media screen and (max-width: 767px) {
  .c-sidebar {
    position: static !important;
    width: 100%;
    height: auto;
    max-width: 100%;
  }
}

.c-sidebar__wrap {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  padding: 60px 0;
  margin-right: 10%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow-x: hidden;
  background: transparent;
  height: 100%;
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
}
.c-sidebar__wrap::-webkit-scrollbar {
    display: none;
}

.c-sidebar__wrap--list + h3 {
    margin-top: 40px;
    font-size: 19px;
}

.c-sidebar__wrap--list li {
  padding: 5px 0;
  border-bottom: 1px solid #E5E5E5;
}

.c-sidebar__wrap--list li a {
    font-size: 15px;
    position: relative;
    padding-left: 15px;
}

.c-sidebar__wrap--list li a:before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 0 5px 7px;
    border-color: transparent transparent transparent #70B96D;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
}
.c-sidebar__wrap--list li a span {
    display: block;
    font-size: 12px;
    padding-left: 10px;
}

@media screen and (max-width: 1200px) and (min-width: 768px) {
    .c-sidebar__wrap h3 {
        font-size: 1.5vw;
    }
    .c-sidebar__wrap--list li a {
        font-size: 1.3vw;
    }
}
@media screen and (max-width: 767px) {
    .c-sidebar__wrap {
        padding: 0 0 60px;
        margin-right: 0;
    }
    .c-sidebar__wrap--list + h3 {
        margin-top: 50px;
    }
    .c-sidebar__wrap h3 {
        font-size: 1.7rem;
    }
    .c-sidebar__wrap--list li a {
        font-size: 1.3rem;
    }
}


.c-sidebar.is_sticky {
  position: fixed;
}
.c-sidebar.is_sticky .c-sidebar__wrap {
    padding-top: 85px;
}

.c-content {
  position: relative;
  width: calc(100% - 300px);
  /*margin-left: 25%;*/
  text-align: left;
}

@media screen and (max-width: 1200px) and (min-width: 768px) {
    .c-content {
        width: calc(100% - 23vw);
    }
}

@media screen and (max-width: 767px) {
  .c-content {
    width: 100%;
    margin-left: 0;
  }
}

.c-content__wrap {
  position: relative;
  margin: 0 auto;
  padding-bottom: 60px;
}
@media screen and (max-width: 767px) {
    .c-content__wrap {
        padding-bottom: 0;
    }
}


/*------------------------------------------------------------
p-medical
------------------------------------------------------------*/
.p-medical .section-person .imglist {
    display: flex;
    flex-wrap: wrap;
}
.p-medical .section-person .imglist li {
    width: calc((100% - 20px) / 2);
    margin-bottom: 30px;
}
.p-medical .section-person .imglist li:not(:last-child) {
    margin-right: 20px;
}
@media screen and (min-width: 768px) {
    .p-medical .section-person .imglist li:nth-child(2n) {
        margin-right: 0;
    }
}
.p-medical .section-person .itemlist + .itemlist {
    padding-top: 40px;
}
@media screen and (max-width: 767px) {
.p-medical .section-person .imglist .sp {
    display: block;
    line-height: 1.2;
    margin-left: -5px;
}
}

.p-medical .section-person .inner01 p {
    min-height: 97px;
}
.p-medical .section-person .inner01 ul {
    margin-top: 18px;
}
.p-medical .section-person .inner01 ul li:nth-child(odd) {
    background: #EFEFEF;
}
.p-medical .section-person .inner01 ul li {
    padding: 2px 10px;
}

.p-medical .section-person .boxtext + .boxtext {
    margin-top: 60px;
}
.p-medical .section-person .list01 li {
    padding: 3%;
    background: #fff;
    margin-top: 30px;
    border: 1px solid #707070;
}
.p-medical .section-person .list01 p {
    padding-top: 18px;
}

.p-medical .section-person .list02 li {
    background: #fff;
    margin-top: 30px;
    border: 1px solid #4AB16E;
}

.p-medical .section-person .list02 li h4 {
    padding: 2% 3%;
    border-bottom: 1px solid #4AB16E;
    background: #E9F7EE;
}
.p-medical .section-person .list02 li p {
    padding: 3%;
}
.p-medical .section-person .list02 li p + p {
    padding-top: 0;
}


@media screen and (max-width: 767px) {
    .p-medical .section-person .boxtext + .boxtext {
        margin-top: 35px;
    }
    .p-medical .section-person .list01 li {
        padding: 20px 4%;
        margin-top: 20px;
    }
    .p-medical .section-person .list01 p {
        padding-top: 12px;
    }
}


@media screen and (max-width: 767px) {
    .p-medical .section-person .imglist li {
        width: calc((100% - 10px) / 2);
        margin-bottom: 20px;
    }
    .p-medical .section-person .imglist li:not(:last-child) {
        margin-right: 10px;
    }
    .p-medical .section-person .imglist li:nth-child(2n) {
        margin-right: 0;
    }
    .p-medical .section-person .inner01 p {
        min-height: auto;
    }
}

.p-medical .section-person .inner01 .boximg {
    padding-top: 50px;
}
.p-medical .section-person .inner01 .imglist div {
    padding-bottom: 30px;
}


@media screen and (max-width: 767px) {
    .p-medical  .section-person .table1 thead {
        width: 68px;
    }
    .p-medical .section-person .table1 tbody {
        width: calc(100% - 68px);
    }
}

.p-common01 .section-person .inner1:after {
    display: block;
    clear: both;
    content: "";
}


/*------------------------------------------------------------
p-office
------------------------------------------------------------*/
.visual-office {
    background: url(../img/office/mainvisual.png) center no-repeat;
}
.p-office .section-person .booking .tel p {
    width: 47%;
}
.p-office .section-person .booking .tel h5 {
    width: calc(100% - 47%);
}

.p-office .section-information ul li .boximg .img01 {
    background: url(../img/office/information_img01.png) center no-repeat;
}
.p-office .section-information ul li .boximg .img02 {
    background: url(../img/office/information_img02.png) center no-repeat;
}



/*------------------------------------------------------------
p-protection
------------------------------------------------------------*/
.visual-protection {
    background: url(../img/protection/mainvisual.png) center no-repeat;
}

/*------------------------------------------------------------
p-magazine
------------------------------------------------------------*/
.visual-magazine {
    background: url(../img/magazine/mainvisual.png) center no-repeat;
}

.p-column .section-person .booking li a {
    padding: 0 20px;
    display: flex;
    justify-content: space-between;
}
.p-column .section-person .booking li a p {
    text-align: left;
}
.p-column .section-person .booking li a p.txt1 {
    width: calc(100% - 123px);
}
.p-column .section-person .booking li a p.txt2 {
    width: 121px;
    color: #4AB16E;
}
.p-column .section-person .booking li a p.txt2:before {
    content: url(../img/common/ic_right.png);
    margin-right: 10px;
    vertical-align: middle;
}

@media screen and (max-width: 767px) {
    .p-column .section-person .booking li a {
        padding: 0 10px;
    }
    .p-column .section-person .booking li a p.txt1 {
        width: calc(100% - 87px);
    }
    .p-column .section-person .booking li a p.txt2 {
        width: 87px;
        font-size: 1.3rem;
        display: flex;
        align-items: center;
    }
    .p-column .section-person .booking li a p.txt2:before {
        height: 16px;
        margin-right: 5px;
    }
}

/*------------------------------------------------------------
p-mri, p-perspective, p-equipment, p-mammography, p-pacs
p-cancer, 
------------------------------------------------------------*/
.color2 {
    color: #4AB16E;
    color: #036237;
}
.p-common01 .boximg img {
    width: 100%;
}
.p-common01 .boximg + .boxtext,
.p-common01 .boxtext + .boximg {
    margin-top: 50px;
}
.p-common01 .inner .boximg + .boxtext,
.p-common01 .inner .boxtext + .boximg {
    margin-top: 0;
}
.p-common01 .inner p + .img1,
.p-common01 .inner .img1 + p {
    padding-top: 20px;
}
.p-common01 .boxtext .txtright {
    text-align: right;
}
.p-radiation .section-person .table1 thead th {
    background: #fff;
}

@media screen and (max-width: 767px) {
    .p-common01 .boximg + .boxtext,
    .p-common01 .boxtext + .boximg {
        margin-top: 25px;
    }
    .p-common01 .inner p + .img1,
    .p-common01 .inner .img1 + p {
        padding-top: 17px;
    }
    .p-radiation .section-person .table1 thead {
        width: 68px;
    }
    .p-radiation .section-person .table1 tbody {
        width: calc(100% - 68px);
    }
}


/*------------------------------------------------------------
p-bus
------------------------------------------------------------*/
.color3 {
    color: #959AD7;
}
.tb-bus .table1 th:first-child {
    background: #F0F0F0;
}

@media screen and (max-width: 767px) {
    .tb-bus {
        overflow-x: scroll;
    }
    .tb-bus .table1 colgroup {
        display: contents!important;
    }
    .tb-bus .table1 thead {
        display: contents!important;
        float: none!important;
        overflow-x: auto!important;
        width: auto!important;
    }
    .tb-bus .table1 tbody {
        display: contents!important;
        width: auto!important;
        overflow-x: hidden!important;
        width: auto!important;
    }
    .tb-bus .table1 tbody tr {
        display: table-row!important;
        margin:0!important;
        width: auto!important;
    }
    .tb-bus .table1 th, .tb-bus td {
        display: table-cell !important;
    }
}

.p-bus .fix-img {
    zoom: 70%;
}

.p-bus .boxmap {
    position: relative;
    width: 100%;
    padding-top: 70%;
}
@media screen and (max-width: 767px) {
    .p-bus .boxmap {
        padding-top: 56.25%;
    }
}
.p-bus .boxmap iframe {
    position: absolute;
    top: 0;
    right: 0;
}

/*/////*/
.table-bus {
}
.table-bus .col1 {
    border-left: 1px solid #4AB16E;
}
.table-bus .row-content div {
    border-bottom: 1px solid #4AB16E;
}
.table-bus .df {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    text-align: center;
}
.table-bus .grcol {
    width: calc((100% - 5%) / 3);
}
.table-bus.two_col_span .grcol {
    width: calc((100% - 5%) / 2);
}
.table-bus .col1 {
    width: 5%;
}
.table-bus .col {
    display: flex;
    justify-content: center;
    /* width: calc(100% / 3); */
    width: calc(100% / 2);
}
.table-bus.two_col_span .col {
    display: flex;
    justify-content: center;
    width: calc(100% / 2);
}

.table-bus h2, .table-bus h3 {
    padding: 15px 5px;
    border-top: 1px solid #4AB16E;
    border-right: 1px solid #4AB16E;
}
.table-bus h2 {
    font-size: 18px;
    background: #C8F0D8;
}
.table-bus h3, .table-bus p {
    font-size: 13px;
}
@media screen and (max-width: 1200px) and (min-width: 768px) {
    .table-bus h2 {
        font-size: 1.3vw;
    }
    .table-bus h3, .table-bus p {
        font-size: 1.1vw;
        padding: 10px 2px;
    }
}

@media screen and (max-width: 767px) {
    .p-common01 .section-person .item {
        overflow: hidden;
    }
    .tb-frame {
        overflow-y: hidden;
    }

    .table-bus {
        width: 100%;
       display: table;
       border-collapse: collapse;
   }
    .table-bus .df {
        flex-wrap: nowrap;
    }
    .table-bus h2, .table-bus h3, .table-bus p {
        white-space: nowrap;
        word-break: normal;
        overflow-wrap: normal;
        word-wrap: normal;
    }

    .table-bus .row-label {
    }
    .row-label .col1 {
        width: 50px;
    }
    .row-label .grcol {
        width: 300px;
    }


    .row-title {
    }
    .row-title .col1 {
        width: 50px;
    }
    .row-title .grcol {
        /* width: 300px; */
        width: calc((100% - 50px) / 3);
    }
    .row-title .grcol .col {
        /* width: 100px; */
    }

    .row-content {}
    .row-content .col1 {
        width: 50px;
    }
    .row-content .grcol {
        width: 300px;
        flex-wrap: wrap;
    }
    .row-content .grcol .col {
        /* width: 100px; */
    }

}



/*------------------------------------------------------------
p-bus guide
------------------------------------------------------------*/
.p-bus_guide .table1 td {
    font-size: 16px !important;
}
.p-bus_guide .table1 td:nth-last-child(1), .p-bus_guide .table1 td:nth-last-child(2) {
    text-align: left !important;
}
.p-bus_guide .boxleft .img {
    text-align: center;
    padding-bottom: 10px;
}
.p-bus_guide .boxleft .txt {
    display: flex;
    padding-top: 10px;
}
.p-bus_guide .boxleft .txt span {
    display: block;
}
.p-bus_guide .boxleft .txt h3 {
    font-size: 19px;
    line-height: 1.7;
}
@media screen and (max-width: 767px) {
    .p-bus_guide .boxleft .txt h3 {
        font-size: 1.4rem !important;
    }
    .p-bus_guide .boxright {
        margin-top: 30px;
        text-align: center;
    }
}

.visual-bus {
    background: url(../img/hospital/visual-bus.png) center no-repeat;
}


/*------------------------------------------------------------
p-sitemap
------------------------------------------------------------*/
.visual-sitemap {
    background: url(../img/sitemap/mainvisual.png) center no-repeat;
}
.p-sitemap .section-person .boxtext + .boxtext {
    margin-top: 70px;
}

.p-sitemap .section-person .booking li a {
    padding: 0 20px;
}
.p-sitemap .section-person .booking li a p.txt1 {
    text-align: left;
    position: relative;
}
.p-sitemap .section-person .booking li a p.txt1:before {
    content: url(../img/common/ic_right.png);
    position: absolute;
    right: 0;
    top: 52.5%;
    transform: translate(0, -50%);
}


@media screen and (max-width: 767px) {
    .p-sitemap .section-person .boxtext + .boxtext {
        margin-top: 40px;
    }
    .p-sitemap .section-person .booking li a {
        padding: 0 10px;
    }
    .p-sitemap .section-person .booking li a p.txt1:before {
        top: 57.5%;
    }
}




/*------------------------------------------------------------
footer01
------------------------------------------------------------*/

.c-footer01 {}

.c-footer01__top {
    color: #fff;
    font-size: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: #006439;
    padding: 40px 0;
}

@media screen and (max-width: 767px) {
    .c-footer01__top {
        display: block;
        font-size: 1.4rem;
        text-align: center;
    }
}

.c-footer01__top .box-infor {
    width: 27%;
    padding: 0 3.5%;
    border-right: 1px solid #fff;
    font-family: 游明朝体, "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", HG明朝E, "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

.c-footer01__top .box-infor img {
    display: block;
    margin: 0 auto;
}

.c-footer01__top .box-infor h3 {
    font-size: 30px;
    padding-top: 20px;
    font-weight: 400;
}


@media screen and (max-width: 1200px) and (min-width: 768px) {
    .c-footer01__top {
        font-size: 1.3vw;
    }
    .c-footer01__top .box-infor h3 {
        font-size: 2.5vw;
    }
}

@media screen and (max-width: 767px) {
    .c-footer01__top .box-infor h3 {
        font-size: 1.5rem;
    }
}

.c-footer01__top .box-infor p {
    padding-top: 15px;
    line-height: 1.7;
}

.c-footer01__top .box-contact {
    width: 24%;
    padding: 0 3% 0 20px;
    border-right: 1px solid #fff;
}

@media screen and (max-width: 1440px) and (min-width: 768px) {
    .c-footer01__top .box-infor {
        width: 48vh;
    }
    .c-footer01__top .box-contact {
        width: 45vh;
    }
}

@media screen and (max-width: 767px) {
    .c-footer01__top .box-infor, .c-footer01__top .box-contact {
        width: 94%;
        padding: 0;
        border-right: 0;
        margin-left: auto;
        margin-right: auto;
    }
    .c-footer01__top .box-contact {
        margin-top: 30px;
        padding-top: 30px;
        border-top: 1px solid #fff;
    }
    .c-footer01__top .box-contact table {
        margin: 0 auto;
    }
}


.c-footer01__top .box-contact td {
    vertical-align: top;
    line-height: 1.5;
}

@media screen and (max-width: 1340px) and (min-width: 768px) {
    .c-footer01__top .box-contact td {
        font-size: 1vw;
    }
}

.c-footer01__top .box-contact .item+.item {
    padding-top: 28px;
}

.c-footer01__top .box-contact h4 {
    font-size: 22px;
    font-family: Noto Sans;
}

.c-footer01__top .box-contact a {
    color: #fff;
}

.c-footer01__top .box-contact .btn {
    display: block;
    padding: 7px 0;
    text-align: center;
    border: 1px solid #fff;
    margin: 50px auto 50px;
}

.c-footer01__top .box-contact .gr-btn {
    margin: 0px auto 0;
}
.c-footer01__top .box-contact .gr-btn li {
    margin: 10px auto 0;
}
.c-footer01__top .box-contact .gr-btn li img {
    width: 100%;
}
/*.c-footer01__top .box-contact .gr-btn .open {
    display: block;
    width: 100%;
    height: 80px;
    background-size:cover;
    background-position: center center;
    padding: 0;
    text-align: center;
    border: none;
    margin: 10px auto 0;
}
.c-footer01__top .box-contact .gr-btn .open1 {
    background-image: url(../img/common/footer_open.png);
}
.c-footer01__top .box-contact .gr-btn .open2 {
    background-image: url(../img/common/footer_hanamizuki.png);
}
.c-footer01__top .box-contact .gr-btn .open3 {
    background-image: url(../img/common/footer_instagram.png);
}
.c-footer01__top .box-contact .gr-btn .open4 {
    background-image: url(../img/common/footer_facebook.png);
}*/



@media screen and (max-width: 767px) {
    .c-footer01__top .box-contact .btn {
        margin: 30px auto 30px;
    }
}

.c-footer01__bottom {
    padding: 18px 0;
    background-color: #004126;
}

@media screen and (max-width: 767px) {
    .c-footer01__bottom {
        padding: 10px 0;
    }
}

.c-footer01__bottom p {
    color: #C7C7C7;
    font-size: 12px;
    text-align: center;
}

.medical_support_img {
    display: block;
    margin-bottom: 20px;
}

.p-common01 .section-person p.caption {
    font-style: italic;
    background-color: #eee;
    padding: 5px;
    text-align: center;
} 

/* ツールチップ追加 */
.tooltip1{
    position: relative;
    cursor: pointer;
    display: inline-block;
    z-index: 999;
}
.tooltip1 p{
    margin:0;
    padding:0;
    display: inline;
}
.description1 {
  width: 150px; /* 横幅 */
  position: absolute;
  left: 50%;
  bottom: 80%; /* Y軸の位置 */
  transform: translateX(-50%);
  margin-bottom: 8px; /* テキストとの距離 */
  padding: 8px;
  border-radius: 10px; /* 角の丸み */
  background-color: #4ABA6D;
  font-size: 0.7em;
  color: #fff;
  text-align: center;
  visibility: hidden; /* ツールチップを非表示に */
  opacity: 0; /* 不透明度を0％に */
  z-index: 1;
  transition: 0.2s all; /* マウスオーバー時のアニメーション速度 */
}
.tooltip1 .description1 img {
    display: block;
    width: 100%;
    margin: auto;
    padding-bottom: 10px;
}
.tooltip1 .description1 strong {
    display: block;
    font-size: 120%;
    margin-bottom: 5px;
}
.tooltip1 .description1 a {
    display: block;
    padding: 5px;
    text-align: center;
    border: 1px solid #eee;
    margin-top: 10px;
    color: #fff !important;
    text-decoration: none !important;
}

.description1:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    border: 10px solid transparent;
    border-top: 10px solid #4ABA6D;
    margin-left: -10px;
}
.tooltip1:hover .description1{
  bottom: 100%; /* Y軸の位置 */
  visibility: visible; /* ツールチップを表示 */
  opacity: 1; /* 不透明度を100％に */
}


.fl-tel .fl-close, .fl-tel .fl-open {
    color: #fff;
    position: fixed;
    right: 0;
    top: 50%;
    z-index: 9999;
    text-align: center;
    background: #4AB16E;
    transform: translate(0, -50%);
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    transition: .35s ease-in-out;
}
.fl-close p {
    width: 70.5px;
    height: 187.5px;
    cursor: pointer;
    writing-mode: vertical-lr;
    text-orientation: upright;
    font-size: 19px;
    position: relative;
    letter-spacing: 5px;
    padding: 35px 10px 28px 32px;
}
.fl-close p:before, .fl-open .ic-arrow:before {
    content: "";
    top: 50%;
    left: 15px;
    position: absolute;
    width: 10px;
    height: 10px;
    border-bottom: 2px solid #fff;
}
.fl-close p:before {
    border-left: 2px solid #fff;
    transform: translateY(-50%) rotate(45deg);
}
.fl-close span {
    letter-spacing: 2px;
    writing-mode: horizontal-tb;
}

.fl-open .inner {
    padding: 25px 0;
    width: 442px;
    margin: 0 auto;
    position: relative;
}
.fl-open p {
    font-size: 21px;
}
.fl-open h3 {
    font-size: 36px;
    line-height: 1.3;
}
.fl-open a {
    color: #fff;
    display: block;
    font-size: 19px;
    max-width: 252px;
    padding: 6px 0;
    margin: 12px auto 5px;
    border: 1px solid #fff;
}
.fl-open .ic-arrow {
    top: 0;
    left: 0;
    width: 50px;
    height: 100%;
    position: absolute;
    cursor: pointer;
}
.fl-open .ic-arrow:before {
    border-right: 2px solid #fff;
    transform: translateY(-50%) rotate(-45deg);
}

.fl-tel .fl-open {
    opacity: 0;
    visibility: hidden;
}
.fl-tel.active .fl-open {
    opacity: 1;
    visibility: visible;
}

@media screen and (max-width: 1200px) and (min-width: 768px) {
    .fl-tel .fl-close, .fl-tel .fl-open {
        zoom: 70%;
    }
}
@media screen and (max-width: 767px) {
    /*.fl-tel .fl-close, .fl-tel .fl-open {
        border-top-left-radius: 4px;
        border-bottom-left-radius: 4px;
    }
    .fl-close p {
        font-size: 1.4rem;
        padding: 20px 10px 15px 25px;
    }
    .fl-close p:before, .fl-open .ic-arrow:before {
        width: 7px;
        height: 7px;
        left: 13px;
        border-bottom: 1px solid #fff;
    }
    .fl-close p:before {
        border-left: 1px solid #fff;
    }
    .fl-open .inner {
        width: 300px;
        padding: 15px 0;
    }
    .fl-open p {
        font-size: 1.6rem;
    }
    .fl-open h3 {
        font-size: 2.8rem;
    }
    .fl-open a {
        font-size: 1.4rem;
        padding: 3px 0;
        max-width: 200px;
        margin: 7px auto 6px;
    }
    .fl-open .ic-arrow {
        width: 35px;
    }
    .fl-open .ic-arrow:before {
        border-right: 1px solid #fff;
    }*/
    .fl-tel .fl-close, .fl-tel .fl-open {
        zoom: 50%;
    }
}


/*パスワード保護*/
#password_input.p-common .section-introduce {
    background-color: #e9e9e9;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

.page_pass_wrap {
  margin: 0 auto;
  max-width: 60%;
  padding: 50px 50px;
	border: 3px solid #eee;
	background-color: #fff;
}

@media screen and (max-width: 767px) {
	.page_pass_wrap {
		max-width: 100%;
	}
}

.page_pass_text {
	font-size: 120%;
}

.page_pass_input {
  border: 1px solid #000;
  display: block;
  font-size: 18px;
  margin-top: 20px;
  padding: 10px;
  width: 100%;
}

.page_pass_submit {
  background: #35926b;
  border: solid 1px #35926b;
  box-shadow: 0 1px 2px rgba(0,0,0,.2);
  cursor: pointer;
  color: #fff;
  display: block;
  font-size: 1.8rem;
  margin: 20px auto;
  padding: 10px 0;
  width: 100%;
  -webkit-appearance: none;
}

.page_pass_submit:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}


/*20221209 トップページ告知バナー追加分*/
.kokuchi_top.sp {
	display: none;
}

.kokuchi_top.pc {
	text-align: left;
	margin-left: 30px;
	margin-bottom: 30px;
	position: sticky;
	top: 30px;
	left: 30px;
}

.kokuchi_top a {
	padding: 10px 20px;
	background-color: #F6FAF7;
	border: 3px solid #579B5D;
	border-radius: 6px;
}

.kokuchi_top.pc a {
	display: inline-block;
	font-size: 14px;
	text-align: left;
}

.kokuchi_top.sp a {
	display: block;
	text-align: left;
	margin-bottom: 30px;
	font-size: 1.8rem;
}

.stop_scroll {
	opacity: 1.0;
	-webkit-transition: opacity .5s ease;
    transition: opacity .5s ease;
}

.active_scroll {
	opacity: 0.3;
	-webkit-transition: opacity .5s ease;
    transition: opacity .5s ease;
}


@media screen and (max-width: 767px) {
	.kokuchi_top.sp {
		display: block;
	}
	.kokuchi_top.pc {
		display: none;
	}
}


/*20240604 追加*/
ul.page_in_list {
	padding-left: 1em;
	text-indent: -1em;
}

.p-visitors .section-person .table2.no-border td {
    border: none;
    padding-left: 0;
}
.p-visitors .section-person .table3 th, .p-visitors .section-person .table3 td {
    border: 1px solid #4AB16E !important;
}
