
@font-face {
  font-family: "NotoSansJP";
  src: url("../fonts/NotoSansJP-Regular.022f32abf24d.ttf") format("truetype");
}

@font-face {
    font-family: "RocknRollOne";
    src: url("../fonts/RocknRollOne-Regular_mini.5484e6f4a90f.ttf") format("truetype");
}

.header {
    background: rgba(0, 0, 0, 0.4);
    position: fixed;
    z-index: 1040;
    height: 81px;
    width: 100%;
    padding: 0 40px;
    left: 0;
    -webkit-transition: height 0.3s ease-out, background 0.3s ease-out, box-shadow 0.5s, left 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.5s;
    transition: height 0.3s ease-out, background 0.3s ease-out, box-shadow 0.5s, left 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.5s;
    transition: height 0.3s ease-out, background 0.3s ease-out, transform 0.5s, box-shadow 0.5s, left 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: height 0.3s ease-out, background 0.3s ease-out, transform 0.5s, box-shadow 0.5s, left 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.5s;
    box-shadow: none;
    font-family: "RocknRollOne", "Poppins", Arial, serif;
    border-bottom: 1px solid rgba(220, 220, 220, 0.2);
}

.inner-brand {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    font-size: 32px;
}

body {
    background-color: #fff;
    font-family: "NotoSansJP", "Hind", Arial, serif;
    line-height: 1.85;
    font-weight: 400;
    font-size: 15px;
    color: #999;
    -ms-overflow-style: scrollbar;
    overflow-x: hidden;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
    font-family: "Poppins", Arial, serif;
    line-height: 1.2;
    font-weight: 700;
    color: #313131;
}
h3 {
    font-family: 'NotoSansJP';
}
.header .inner-brand {
    color: aliceblue;
    white-space: nowrap;
}
@media only screen and (max-width:992px) {
    .header .inner-brand {
        color: #313131;
    }
}
.inner-brand .inner-header span {
    color: aliceblue;
}
.header .header-small {
    color: #313131;
}
.header .inner-nav > ul > li > a {
    color: aliceblue;
}
.header-small .container-fluid .inner-header span {
    color: #313131 !important;
}
.header-small .container-fluid .inner-nav ul li a {
    color: #313131 !important;
}

@media only screen and (max-width:992px) {
    .header-small .container-fluid .inner-nav ul li a {
        color: #313131 !important;
    }
}

.top-title, .top-sub-title {
    color: aliceblue !important;
}
/* モバイルでカルーセル下部に黒帯が出る問題の修正:
   100vhとJS $(window).height()の差異で画像がコンテナを覆いきれないため、
   object-fit: coverで強制的にカバーさせる */
.module-slides {
    height: 100svh;
    min-height: 100svh;
}
.module-slides .slides-container li > img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    top: 0 !important;
    left: 0 !important;
}
@media (max-width: 991px) {
    .module-slides .container > .row {
        padding-bottom: 30%;
    }
}
.block-two-columns .block-item {
    vertical-align: initial;
    min-height: 100px;
}

.section-title span {
    height: 20px;
    width: 20px;
    display: block;
    margin: auto;
    margin-top: 20px;
    margin-bottom: 20px;
    border-radius: 10px;
}

.section-title-green {
    background-color: darkgreen;
}
.section-title-orange {
    background-color: orangered;
}
.section-title-gold {
    background-color: gold;
}
.section-title-dark {
    background-color: darkslateblue;
}

#historyList {
    border: solid 2px;
    border-color: grey;
}

.t-header {
    border: solid 2px;
    border-color: grey;
}
    .t-header th {
        background-color: darkseagreen;
        color: white;
        text-align: center;
        font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    }

.add-date{
    width: 100px;
}

#histories a, td {
    font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    font-weight: 600;
    color: dimgray;
    text-align: left;
}

th, tr, td {
    border: solid 2px;
    border-color: grey;
}

.shisetsu {
    color: dimgray;
    font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}
    .shisetsu th {
        background-color: oldlace;
    }
.shisetsu td {
    background-color: white;
}

.nenkangyoji {
    color: dimgray;
    font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}
    .nenkangyoji th {
        background-color: beige;
    }

    .nenkangyoji td {
        background-color: white;
    }

ul, ol {
    padding: 30px 30px 0 30px;
    list-style-type: circle;
    font-size: large;
}


.nav-link {
    font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    font-size: 16px;
}

.extra-nav{
    min-width: 0px;
}
.extra-nav,
.inner-header {
    min-width: 140px;
    max-width: 240px;
    overflow: inherit;
}
.single_blog {
    padding-bottom: 60px;
    text-align: -webkit-right;
}

.normal-text {
    font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    font-weight: 600;
    z-index: 1;
    color: #1C1C1C;
}

.blog-text {
    background-color: rgba(255,255,255,0.6);
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
    font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    font-weight: 600;
    margin: 45px 0 30px;
    padding: 15px;
    position: relative;
    width: 60%;
    z-index: 1;
    color: #1C1C1C;
    text-align: left;
}
    .blog-text p {
        margin-top: 20px
    }

.blog-photo {
    position: absolute;
    top: 0;
    left: 25px;
}
.blog-photo-1 {
    position: absolute;
    top: 0;
    left: 0;
}
.blog-photo-2 {
    position: absolute;
    top: 0;
    right: 0;
}
.blog-photo-3 {
    position: absolute;
    top: 230px;
    right: 130px;
}

@media only screen and (max-width:480px) {
    .blog-photo {
        left: 0;
    }
}

    .module,
    .module-sm {
        padding: 100px 0;
    }

    .block-two-columns h2 {
        padding: 0.25em 0.5em;
        background: transparent;
        border-left: solid 15px forestgreen;
    }

    .extra-nav, .inner-header {
        max-width: 200px;
    }

#map {
    height: 500px;
}

#support {
    background-color: white;
}

.font-md {
    font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    font-size: medium;
    font-weight:bold;
}
.font-lg {
    font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    font-size: xx-large;
    font-weight: bold;
}
.modal-dialog{
    margin-top: 20%;

}

.modal-body {
    font-family: "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    font-weight: 900;
    color: #333;
}

/* SNS dropdown menu */
.sns-dropdown {
    position: relative;
}
.sns-dropdown .sub-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background: rgba(0, 0, 0, 0.85);
    min-width: 180px;
    padding: 10px 0 !important;
    list-style: none !important;
    z-index: 1050;
    border-radius: 4px;
}
.sns-dropdown:hover .sub-menu {
    display: block;
}
.sns-dropdown .sub-menu li {
    padding: 0;
    margin: 0;
}
.sns-dropdown .sub-menu li a {
    display: block;
    padding: 8px 20px;
    color: #fff !important;
    font-size: 14px;
    text-decoration: none;
    white-space: nowrap;
    font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}
.sns-dropdown .sub-menu li a:hover {
    background: rgba(255, 255, 255, 0.15);
}
.sns-dropdown .sub-menu li a i {
    margin-right: 8px;
}

/* Mobile: SNS dropdown inline */
@media (max-width: 991px) {
    .sns-dropdown .sub-menu {
        position: static;
        background: rgba(255, 255, 255, 0.3);
        min-width: auto;
    }
    .sns-dropdown .sub-menu li a {
        color: #313131 !important;
    }
}

/* Mobile burger menu positioning */
@media (max-width: 991px) {
    .nav-toggle {
        position: fixed;
        right: 15px;
        top: 28px;
        z-index: 1000;
    }
}

/* SP: ヘッダー白、ナビゲーション部分は少し透過 */
@media (max-width: 991px) {
    .header {
        background: #fff !important;
        border-bottom: 1px solid #f2f2f2;
    }
    .inner-navigation {
        background-color: rgba(255, 255, 255, 0.85) !important;
    }
    .inner-nav ul > li > a,
    .inner-nav .sub-menu li a {
        color: #313131 !important;
    }
    .inner-nav ul > li > a:hover,
    .inner-nav ul > li > a:focus {
        color: #666 !important;
    }
}
