@charset "utf-8";
/* ---------------------------------------------------------------
レスポンシブ対応
--------------------------------------------------------------- */
@media only screen and (min-width: 48em) { /* PC 768px～ */
  .pc_n {
    display: none;
  }
  body {
    min-width: 1000px;
  }
}
@media only screen and (max-width: 47.938em) { /* SP ～767px */
  * {
    max-width: 100%;
    box-sizing: border-box;
  }
  body {
    background: #fff;
  }
  img {
    height: auto;
  }
  iframe {
    width: 100%;
  }
  table {
    width: 100%;
  }
  .sp_n {
    display: none;
  }
  #container {
    width: 100%;
  }
  /* レスポンシブ対応 ----------------------------------------- */
  /* ヘッダー周り */
  #header {
    width: 100%;
    height: auto;
    background: url(../images/index/logo_.gif) no-repeat left bottom / 210% auto;
  }
  #header h1 {
    height: auto;
    padding: 4px 10px;
    line-height: 1.4;
  }
  #logo {
    width: 100%;
    height: 34vw;
    margin: 0 0 10px;
  }
  #twoColLiqLtHdr #container #mainphoto { /* KV */
    width: 100%;
    height: auto;
    background: none;
  }
  #menu, #sidebar1 { /* Gナビ・サイドバー */
    display: none;
  }
  /* SP ヘッダー ---------------------------------------------------- */
  .s_header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 10px 4px;
  }
  .s_header .item {
    width: 48% !important;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    height: 45px;
    align-items: center;
    align-content: center;
    color: #fff;
    border-radius: 4px;
    background: #1c6f3d;
    text-decoration: none;
    border: 0;
    outline: none;
  }
  .s_header .item img {
    width: 20px;
  }
  .s_header .item span {
    display: block;
    text-align: center;
    line-height: 1;
    font-size: 13px;
    margin-left: 10px;
  }
  /* drawer ---------------------------------------------------- */
  html {
    overflow-y: scroll;
  }
  .Drawer {
    position: fixed;
    z-index: 11;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .Drawer-backdrop {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
  }
  .Drawer-nav {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 80%;
    background: #eef5cb;
  }
  .Nav {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }
  .Drawer[aria-expanded] {
    transition-property: visibility;
    transition-duration: 0.25s;
  }
  .Drawer[aria-expanded] .Drawer-backdrop {
    transition-property: opacity;
    transition-duration: 0.25s;
    transition-timing-function: linear;
  }
  .Drawer[aria-expanded] .Drawer-nav {
    transition-property: transform;
    transition-duration: 0.25s;
    transition-timing-function: ease;
  }
  /* 開いているとき */
  .Drawer[aria-expanded="true"] {
    visibility: visible;
    transition-duration: 0s;
  }
  .Drawer[aria-expanded="true"] .Drawer-backdrop {
    opacity: 1;
  }
  .Drawer[aria-expanded="true"] .Drawer-nav {
    transform: translateX(0);
  }
  /* 閉じているとき */
  .Drawer[aria-expanded="false"] {
    visibility: hidden;
  }
  .Drawer[aria-expanded="false"] .Drawer-backdrop {
    opacity: 0;
  }
  .Drawer[aria-expanded="false"] .Drawer-nav {
    transform: translateX(100%);
  }
  .Nav-button {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    width: 30%;
    height: 100px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    justify-content: center;
    border: 0;
    padding: 0;
    color: #fff;
    background: #1c6f3d;
    opacity: 0;
    transition-property: opacity;
    transition-duration: 0.25s;
    transition-timing-function: linear;
    outline: none;
  }
  .Nav-button img {
    width: 20px;
    display: block;
  }
  .Nav-button span {
    margin-top: 5px;
    display: block;
    width: 100%;
    line-height: 1;
    font-size: 10px;
  }
  .Drawer[aria-expanded="true"] .Nav-button {
    opacity: 1;
  }
  .Nav-list {
    margin: 100px 0 0;
    padding: 0 10px;
    text-align: left;
    list-style-type: none;
  }
  .Nav-item {
    margin: 0;
    border-width: 0 0 1px;
    border-style: solid;
    border-color: #f2e9de;
  }
  .Nav-item.bdb0 {
    border-bottom: 0;
  }
  .Nav-item:first-child {
    border-top-width: 1px;
  }
  .Nav-link {
    display: block;
    position: relative;
    padding: 1rem;
    line-height: 1.2;
    text-decoration: none;
    font-weight: bold;
    color: #1c6f3d;
  }
  .Nav-link:active {
    padding: 1rem;
    margin: 0;
  }
  a.Nav-link {
    color: #1c6f3d;
  }
  a.Nav-link:after {
    content: "";
    position: absolute;
    right: 10px;
    width: 6px;
    height: 6px;
    border-width: 1px 1px 0 0;
    border-style: solid;
    border-color: #1c6f3d;
    transform: rotate(45deg);
    top: calc(50% - 4px);
  }
  span.Nav-link {
    text-align: center;
    padding: 1.2rem 0;
  }
  .Nav-link:before {
    color: #f9f15c;
  }
  .Nav-listBoxIn {
    position: absolute;
    width: 70%;
    height: 100px;
    background: #fff;
    top: -100px;
    left: 0;
    border-right: 1px solid rgba(0, 0, 0, 0.1);
  }
  .Nav-listBoxIn::after {
    content: "";
    display: block;
    position: absolute;
    height: 1px;
    bottom: 0;
    left: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.1);
  }
  .Nav-listBoxIn a {
    display: flex;
    width: 100%;
    height: 100%;
    padding: 10px;
    align-items: center;
    text-align: center;
  }
  .Nav-listBox {
    position: relative;
    background: #fff;
  }
  .sub_menu {
    max-width: none;
    margin-right: -10px;
    margin-left: -10px;
    padding: 10px 15px;
    text-align: center;
    background: #eef5cb;
  }
  .sub_menu > a {
    display: block;
    width: 100%;
    text-align: left;
  }
  .sub_menu > a img {
    width: 50%;
    margin: 0 auto 10px;
  }
  .Nav-list {
    height: 100%;
    overflow-y: auto;
  }
  .Nav-listIn {
    margin: 0 auto;
    list-style: none;
    padding-left: 2rem;
    text-align: left;
  }
  .Nav-listIn .Nav-link {
    position: relative;
    padding: 1rem 1rem 1rem 0;
    color: #1c6f3d;
    font-weight: normal;
  }
  .Nav-listIn .Nav-item:first-of-type {
    border-top: 0;
  }
  .Nav-listIn .Nav-item:last-of-type {
    border-bottom: 0;
  }
  .Nav-bn { /*  サブナビ */
    max-width: none;
    margin: 10px -10px;
    border: 0;
    padding: 1em;
    background: #eef5cb;
  }
  .Nav-bn > div {
    font-weight: bold;
    text-align: center;
    padding: 10px;
    font-size: 18px;
  }
  .Nav-bn ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .Nav-bn ul li {
    border-bottom: 1px solid #f2e9de;
  }
  .Nav-bn a {
    display: flex;
    justify-content: center;
    font-weight: bold;
    padding: 10px;
    border-radius: 4px;
    background: #fff;
    text-decoration: none;
    color: #666;
    position: relative;
  }
  .Nav-bn a::after {
    content: "";
    position: absolute;
    right: 10px;
    width: 6px;
    height: 6px;
    border-width: 1px 1px 0 0;
    border-style: solid;
    border-color: #1c6f3d;
    transform: rotate(45deg);
    top: calc(50% - 4px);
  }
  .bnr li {
    text-align: center;
  }
  .Drawer.close { /* アンカー対策 */
    display: none;
  }
  /* メインコンテンツ ---------------------------------------------------- */
  #twoColLiqLtHdr #top_bg {
    background: none;
  }
  #twoColLiqLtHdr #container {
    float: none;
    width: 100%;
    margin: auto;
    padding: 0;
  }
  #mainContent {
    float: none;
    width: 100%;
    margin: auto;
    padding: 0 10px;
  }
  #mainContent #banner {
    width: 100%;
    height: auto;
  }
  .timetable, .time_ps {
    width: 100%;
  }
  .timetable td {
    padding: 4px;
  }
  .index_contents {
    width: 100%;
    text-align: center;
    float: none;
    margin: 0 0 10px;
  }
  #top_image {
    width: 100%;
    height: auto;
  }
  .dr_photo {
    float: none !important;
    text-align: center;
  }
  #mainContent h3 {
    padding: 4px 0px 0px 25px;
  }
  contents_photo {
    width: 100%;
    float: none;
    margin: 0;
  }
  .contents_photo .naiyou_photo, .contents_photo .tokucho_photo {
    width: 100%;
    float: none;
    text-align: center;
    margin: 0 0 10px;
  }
  .contents_photo .naiyou_explanation {
    width: 100%;
    float: none;
  }
  #mainContent p {
    padding: 0;
  }
  .hosp {
    width: 100%;
    height: auto;
    float: none;
    text-align: center;
  }
  .staffArea dl {
    width: 100%;
    float: none;
    margin: 0;
  }
  .staffArea dt {
    text-align: center;
  }
  .staffArea dd {
    padding: 5px 0 10px;
  }
  #topagetop {
    float: none;
  }
}