@CHARSET "UTF-8";

/* 全体 */
@import url(https://fonts.googleapis.com/css?family=Lato:400,700);
@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);

html {
    overflow: auto;
}

body {
    font-family: Lato, "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    overflow-x: hidden;
}

img {
    width: 100%;
}

a {
    word-break: break-all;
}

.mincho {
    font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}

.row-eq-height {
    display: flex;
    flex-wrap: wrap;
}

.wrap {
    border-top: 6px solid #DE2727;
}

/* ヘッダー関連 */
.header {
    padding: 10px 0;
    border-bottom: 1px solid #DE2727;
}
.header .header-link {
    display: block;
    text-decoration: none;
}
.header .sun-circle {
    width: 60px;
    height: 60px;
    background: #DE2727;
    border-radius: 50%;
    -webkit-border-radius: 50%;/* for Safari and Chrome */
    -moz-border-radius: 50%; /* for Firefox */
    -o-border-radius: 50%; /* for opera */
    margin: 0 auto;
}
.header h1 {
    font-size: 36px;
    text-align: center;
    margin: 0;
    margin-top: 5px;
    color: #000;
}
.header h2 {
    font-size: 18px;
    margin: 0;
    text-align: center;
    color: #000;
}
.header h3 {
    font-size: 16px;
    margin: 0;
    margin-top: 10px;
    text-align: center;
    color: #000;
    font-style: italic;
}

/* グローバルメニュー関連 */
.global-menu {
    padding: 0;
}
.global-menu nav {
    text-align: center;
}
.global-menu nav ul {
    margin: 0;
    padding: 0;
    display: table;
    width: 100%;
}
.global-menu nav ul li {
    list-style: none;
    display: table-cell;
    width: 12.5%;
    margin: 0;
    vertical-align: middle;
    padding: 0;
    border-bottom: 4px solid #9FA0A0;
    border-right: 1px solid #000;
    position: relative;
}
.global-menu nav ul li a {
    text-decoration: none;
    color: #595857;
    font-size: 1.4vw;
    display: block;
    padding: 5px 0;
    height: 100%;
}
.global-menu nav ul li.current a {
    color: #F33135;
}
.global-menu nav ul li a:hover {
    color: #E7DA66;
}

/* パンくず関連 */
.breadcrumbs a {
    color: #000;
}
.breadcrumbs span {
    font-weight: bold;
    color: #DE2727;
}

/* ハンバーガーメニュー */
.drawer-hamburger {
    width: 3rem;
}
.drawer-overlay {
    background-color: rgba(0,0,0,.3);
}
.drawer-hamburger-icon, .drawer-hamburger-icon:after, .drawer-hamburger-icon:before {
    background-color: #9FA0A0;
    height: 4px;
}
.drawer-open .drawer-hamburger-icon:after, .drawer-open .drawer-hamburger-icon:before {
    background-color: #fff;
}

.drawer--right .drawer-nav {
    right: -280px;
}
.drawer--right.drawer-open .drawer-hamburger {
    right: 280px;
}

.drawer-nav {
    background: #374c5d;
    width: 280px;
}
.drawer-nav ul {
    border-bottom: 1px solid #24323d;
}
.drawer-nav li {
    border-top: 1px solid #24323d;
    border-bottom:  1px solid #3f566a;
    position:  relative;
}
.drawer-nav li.main-menu {
    background-color: #7a8a96;
    border-bottom: 1px solid #949ba0;
}
.drawer-nav li a {
    font-size: 16px;
    color: #fff;
    display:  block;
    padding: 10px 15px 10px 30px;
}
.drawer-nav li a:before {
    content: "";
    width: 0;
    height: 0;
    border: 8px solid transparent;
    border-left: 8px solid #fff;
    position:  absolute;
    top: 50%;
    left: 15px;
    margin-top: -8px;
}

.drawer-nav {
    z-index: 12;
}
.drawer-open .drawer-overlay {
    z-index: 11;
}

/* トップページ関連 */
.flexslider {
    border: none;
}

.sub-image-wrap img {
    margin-bottom: 10px;
}

.contents {
    padding: 30px;
}
.contents .main-contents {
    position: relative;
}
.contents .main-contents.add-border {
    border-right: 1px solid #000;
}
.contents .sub-contents.add-border {
    border-left: 1px solid #000;
}
.contents .fixed-bottom-image {
    position: relative;
    bottom: -60px;
}

.right-contents-wrap .row {
    margin-bottom: 15px;
}
.right-contents-wrap .doctor-name {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 5px;
}
.right-contents-wrap .doctor-contents a {
    color: #000;
}
.right-contents-wrap .doctor-contents.museum {
    margin-top: 6%;
}

.flexslider {
    margin-bottom: 0;
    z-index: 10;
}

.top-news-wrap {
    margin-bottom: 20px;
}
.top-news-wrap .top-news-title-wrap {
    border-bottom: 1px solid #E13234;
    padding-left: 5px;
    margin-bottom: 10px;
}
.top-news-wrap .top-news-title-wrap .top-news-title {
    font-size: 22px;
    font-weight: bold;
    border-left: 2px solid #E13234;
    padding-left: 10px;
    margin-bottom: 5px;
}
.top-news-wrap .fixed-message-wrap {
    border: 1px solid #E13234;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    padding: 10px;
    margin-bottom: 0px;
}
.top-news-wrap .fixed-message-wrap p {
    font-size: 16px;
    margin: 0;
}
.top-news-wrap .news-box {
    padding: 10px;
    max-height: 200px;
    overflow-y: scroll;
}
.top-news-wrap .news-box table {
    width: 100%;
}
.top-news-wrap .news-box th, .top-news-wrap .news-box td {
    font-size: 16px;
    padding: 5px 0;
}
.top-news-wrap .news-box th {
    color: #E13234;
    width: 6em;
}
.top-news-wrap .news-box a {
    color: #1601ff;
}
.top-news-wrap p.date-and-venue {
    padding-left: 18px;
    font-size: 16px;
    line-height: 1.8;
}

/* 下層ページ関連 */
.contents .fixed-bottom-image.sub-page {
    width: 90%;
    position: relative;
    margin: 100px auto 0;
    bottom: 0;
}
.fixed-bottom-image-sp {
    padding: 0 10px;
}

/* Newsページ */
.pager {
    margin: 0;
    position: absolute;
}
.pager a, .pager span {
    font-size: 14px;
    color: #574E3F!important;
    border-radius: 0px!important;
    -webkit-border-radius: 0px!important;
    -moz-border-radius: 0px!important;
    -o-border-radius: 0px!important;
}
.pager li.current > span {
    background-color: #eb6f6c;
    color: #fff!important;
}
.pager.top {
    top: 70px;
    right: 60px;
}
.pager.bottom {
    position: relative;
    bottom: -30px;
    text-align: right;
}
.pagination {
    margin: 0;
}

.detail-news-wrap {
    margin: 20px 0;
}
.detail-news-wrap .news-date {
    font-size: 16px;
    margin-bottom: 0;
    font-weight: bold;
    color: #DE2727;
}
.detail-news-wrap .news-title {
    font-size: 20px;
}
.detail-news-wrap .news-title:first-letter {
    font-size: 30px;
}
.detail-news-wrap .news-contents {
    margin-top: 10px;
    line-height: 1.8;
}

/* Greetingページ */
.contents.sub-page {
    padding: 30px 60px 0;
    position: relative;
}
.contents h2.sub-page-title {
    border-left: 2px solid #DE2727;
    padding: 0px 15px 2px;
    position: relative;
}
.contents h3.sub-page-title {
    margin-top: 10px;
}
.contents h3.sub-page-title:first-letter {
    font-size: 30px;
}

.sub-page-contents-wrap {
    margin: 20px 0;
}
.sub-page-contents-wrap p {
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 25px;
}
.sub-page-contents-wrap p.last-paraph {
    margin-top: 60px;
}

.greeting-box-wrap {
    margin: 50px 0;
}
.greeting-box-wrap .greeting-box {
    margin-bottom: 50px;
}
.greeting-box-wrap .greeting-box .greeting-message-title {
    border-left: 2px solid #DE2727;
    padding-left: 10px;
}
.greeting-box-wrap .greeting-box .greeting-message-title h4 {
    margin: 0;
    margin-bottom: 10px;
}
.greeting-box-wrap .greeting-box .greeting-message-title h4:first-letter {
    font-size: 30px;
}
.greeting-box-wrap .greeting-box .greeting-message-title p {
    margin: 0;
    line-height: 1.6;
}
.greeting-box-wrap .greeting-box p.greeting-message {
    margin: 15px 0;
    line-height: 1.8;
}

/* General Informationページ */
.general-information-line {
    width: 100%;
    background: #DE2727;
    margin: 35px 0 0;
}
.general-information-line .general-information-box {
    background: #fff;
    margin-left: 60px;
    width: 90px;
    padding: 5px 0;
}
.general-information-line .general-information-box .general-information-circle {
    width: 40px;
    height: 40px;
    background: #DE2727;
    margin: auto;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
}

.contents.sub-page p.general-information-title {
    font-size: 24px;
    border-bottom: 1px solid #DE2727;
}
.contents.sub-page p.general-information-title:first-letter {
    font-size: 30px;
    color: #DE2727;
}

.general-information-contents-wrap {
    margin-top: 20px;
}
.general-information-contents-wrap p {
    line-height: 1.8;
}
.general-information-contents-wrap table {
    margin-top: -8px;
    width: 100%;
}
.general-information-contents-wrap th {
    width: 4em;
    font-weight: normal;
}
.general-information-contents-wrap th, .general-information-contents-wrap td {
    padding: 3px 0;
}

.place-information-wrap {
    margin-top: 60px;
    border-top: 1px solid #574E3F;
}
.place-information-wrap .place-information-title {
    font-size: 24px;
    font-weight: bold;
    color: #DE2727;
    margin-top: 20px;
}
.place-information-wrap .place-information-body {
    line-height: 2;
    margin-top: 20px;
}
.place-information-wrap .place-information-body a {
    color: #000;
}
.place-information-wrap .museum-contents {
    padding-top: 20px;
    margin-bottom: 30px;
}
.place-information-wrap .museum-contents a {
    color: #000;
}
.place-information-wrap .museum-contents .place-information-title {
    margin-bottom: 20px;
}
.place-information-wrap .museum-contents.no-border {
    border: none;
    padding-top: 0;
}

.map-image {
    margin-top: 50px;
    border: 1px solid #ccc;
}

/* フッター関連 */
.footer {
    background-color: #DE2727;
    padding: 30px 0 40px;
    position: relative;
}
.footer .footer-top-image-wrap {
    padding: 0 30px;
    position: absolute;
    width: 100%;
    top: -100%;
    margin-top: 19px;
}
.footer .footer-top-image-wrap.sub-page-footer {
    padding: 0 80px;
    margin-top: -38px;
}
.footer .footer-menu {
    margin: 0 40px;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    padding: 15px 5px;
    text-align:  center;
}
.footer .footer-menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.footer .footer-menu li {
    display:  inline;
    border-right: 1px solid #fff;
    padding: 0px 8px 2px;
}
.footer .footer-menu li:last-child {
    border-right:  none;
}
.footer .footer-menu li a {
    color: #fff;
    font-size: 15px;
    word-break: normal;
}
.footer .copyright {
    margin: 20px 80px 0;
    color:  #fff;
    letter-spacing: 3px;
    text-align: center;
}

/* トップに戻る関連 */
.pagetop {
    display: none;
    position: fixed;
    bottom: 15px;
    right: 15px;
}
.pagetop a {
    display: block;
    background-color: #ccc;
    text-align: center;
    color: #222;
    font-size: 12px;
    text-decoration: none;
    padding: 5px 10px;
    filter:alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
}
.pagetop a:hover {
    display: block;
    background-color: #b2d1fb;
    text-align: center;
    color: #fff;
    font-size: 12px;
    text-decoration: none;
    padding:5px 10px;
    filter:alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
}

/* GoogleMap関連 */
.ggmap {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
    margin-top: 20px;
}
.ggmap iframe,
.ggmap object,
.ggmap embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* 2019.04.10 追加CSS */
.header .theme-wrap {
    text-align: center;
    margin-top: 10px;
}
.header h2.theme {
    position: relative;
    display: inline-block;
    padding: 0 55px;
    color: #0D3388;
}
.header h2.theme:before, .header h2.theme:after {
    content: '';
    position: absolute;
    top: 50%;
    display: inline-block;
    width: 45px;
    height: 1px;
    background-color: #0D3388;
}
.header h2.theme:before {
    left: 0;
}
.header h2.theme:after {
    right: 0;
}

/* 2019.10.23 追加CSS */
.banner-wrap {
    margin-top: 80px;
}

/* 2020.07.08 追加CSS */
.global-menu nav ul li:last-child {
    border-right: none;
}
.global-menu nav ul li.current {
    border-bottom-color: #DE2726;
}
.global-menu nav ul li.current:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0;
    height: 0;
    border: 10px solid transparent;
    border-bottom: 10px solid #de2826;
    margin-left: -10px;
}

.banner-wrap dd {
    padding-left: 3.5em;
}

.detail-news-wrap .detail-news-box {
    margin-bottom: 20px;
}
.detail-news-wrap .detail-news-box .news-title:first-letter {
    font-size: 20px;
}
.detail-news-wrap .detail-news-box .news-title a {
    color: #000;
}

.contents h4.add-page-title {
    font-weight: normal;
    margin: 20px 0 0 0;
    padding-bottom: 5px;
    border-bottom: 1px solid #DE2726;
}
.contents h4.add-page-title:first-letter {
    font-size: 30px;
    color: #DE2726;
}

a.external-link {
    color: #DE2726;
    font-size: 16px;
}

/* 2021.07.20 追加CSS */
.sub-page-contents-wrap ul {
    font-size: 16px;
    margin-bottom: 25px;
    padding-left: 20px;
}
.sub-page-contents-wrap ul li {
    line-height: 1.8;
}
.sub-page-contents-wrap ul.check {
    list-style-type: none;
    padding-left: 40px;
}

.sub-page-contents-wrap ul.check li {
    position: relative;
}

.sub-page-contents-wrap ul.check li:after {
    content: '';
    display: block;
    position: absolute;
    top: .6em;
    left: -1.5em;
    width: 12px;
    height: 8px;
    border-left: 3px solid #000;
    border-bottom: 3px solid #000;
    transform: rotate(-45deg);
}

.sub-page-contents-wrap h4 {
    padding: 0.5em;
    background: #ffe2e2;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.23);
}

.sub-page-contents-wrap table {
    width: 100%;
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 20px;
}
.sub-page-contents-wrap table th,
.sub-page-contents-wrap table td {
    vertical-align: top;
    padding-bottom: 1em;
}
.sub-page-contents-wrap table th {
    padding-left: 1em;
    width: 130px;
}

.sub-page-contents-wrap ul.square {
    list-style: none;
    padding-left: 40px;
}
.sub-page-contents-wrap ul.square li {
    position: relative;
    margin-bottom: 20px;
}
.sub-page-contents-wrap ul.square li:before {
    content: "";
    width: 14px;
    height: 14px;
    background: #000;
    position: absolute;
    top: 7px;
    left: -22px;
}

.sub-page-contents-wrap ul.number {
    padding-left: 40px;
}
.sub-page-contents-wrap ul.number > li {
    list-style-type: none;
    counter-increment: cnt;
    position: relative;
    margin-bottom: 20px;
}
.sub-page-contents-wrap ul.number > li:before {
    content: counter(cnt) ".";
    display: inline-block;
    margin-left: -1.5em;
    width: 1.5em;
}

.sub-page-contents-wrap ul li > .fee {
    margin: 10px 0;
}
.sub-page-contents-wrap ul li > .fee table {
    width: 100%;
}
.sub-page-contents-wrap ul li > .fee table th,
.sub-page-contents-wrap ul li > .fee table td {
    padding-left: 1em;
    padding-bottom: 10px;
}
.sub-page-contents-wrap ul li > .fee table th {
    width: 13em;
}

/* 2022.01.26 追加CSS */
.registration-button-wrap a {
    display: inline-block;
    margin: 0 20px;
}

.fees-table-wrap {
    margin-top: 30px;
}
.fees-table-wrap table {
    margin: 0;
    border-top: 1px solid #555;
    border-left: 1px solid #555;
}
.fees-table-wrap table th, .fees-table-wrap table td {
    padding: 10px;
    border-right: 1px solid #555;
    border-bottom: 1px solid #555;
    text-align: center;
    width: auto;
}
.fees-table-wrap table th {
    background: #ffdad9;
}

/* 2022.04.14 追加CSS */
p.closed-alert {
    border: 2px solid #de2726;
    color: #de2726;
    font-size: 18px;
    margin-top: 15px;
    padding: 8px 14px;
}
p.closed-alert a {
    color: #de2726;
    text-decoration: underline;
}

.global-menu nav ul li small {
    font-size: 0.8vw;
    display: block;
}

.modal-dialog .modal-content {
    border: 2px solid #0C8683;
    padding: 30px;
}
.modal-backdrop {
    background-color: #fff;
}
.modal-dialog p.alert-title {
    background: #0C8683;
    color: #fff;
    padding: 10px 12px;
    font-family: KozGo;
    font-size: 16px;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -o-border-radius: 8px;
}
.modal-dialog p.alert-span {
    color: red;
    font-family: KozGoBold;
    padding: 10px;
    font-size: 16px;
    position: relative;
}
.modal-dialog p.alert-span:after {
    content: "";
    background-image: linear-gradient(to right, #000, #000 2px, transparent 2px, transparent 6px);
    background-size: 6px 1px;
    background-repeat: repeat-x;
    position: absolute;
    top: 41px;
    bottom: 0;
    left: 0;
    right: 0;
}
.modal-dialog p:not(.alert-title) {
    margin-bottom: 20px;
}
.modal-dialog .close-wrap {
    width: 50%;
    margin: 40px auto 0;
}
.modal-dialog .close-wrap a {
    font-size: 16px;
}
.modal-dialog p.alert-body {
    font-size: 16px;
    line-height: 2;
    margin: 50px 0;
    text-align: center;
}
.modal-dialog p.alert-body a {
    color: red;
}

.btn-gray {
    background: #B5B6B6;
    color: #fff;
}

.sub-page-contents-wrap ul.number.kakko li {
    margin-bottom: 0;
}
.sub-page-contents-wrap ul.number.kakko > li:before {
    content: counter(cnt) "）";
}

.sub-page-contents-wrap p.pad {
    padding-left: 16px;
}
