@charset "UTF-8";

/* base.css上書き */
html {
    font-weight: 600;
    font-size: 14px;
    color: #232d4b;
}

/* common */
#wrapper {
    min-width: 320px;
    overflow: hidden;
}

.logo {
    width: 400px;
    max-width: 80%;
}

.center {
    text-align: center;
}

.txt {
    padding-top: 5px;
    line-height: 200%;
}

.underline {
    text-decoration: underline;
}

.x-big {
    font-size: 150%;
}

.big {
    font-size: 120%;
}

.small {
    font-size: 80%;
}

.x-small {
    font-size: 50%;
}

.color_01 {
    color: #0000cd;
}

.bg_color_01 {
    background-color: rgba(19, 30, 63, 0.8);
}

.bg_color_02 {
    background-color: rgba(240, 247, 248, 0.8);
}

.text-contrast * {
    color: white;
}

.text-inherit * {
    color: #131e3f;
}

/*  レイアウト  */
.cross-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.cross-item:nth-of-type(odd) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

.cross-item:nth-of-type(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.cross-rowr .cross-item:nth-of-type(odd) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.cross-rowr .cross-item:nth-of-type(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

.cross-none .cross-item:nth-of-type(odd) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

.cross-none .cross-item:nth-of-type(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

/* title */
.blue_heading {
    padding: 10px 0;
    font-size: 28px;
    color: white;
    text-align: center;
    background-color: #131e3f;
}

.title_01 {
    margin-bottom: 50px;
    font-size: 28px;
}

.title_02 {
    font-size: 40px;
}

.title_03 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    margin-bottom: 30px;
    font-size: 28px;
    text-align: center;
}

.title_03 .en {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    font-size: 65%;
}

.title_03 .en::before,
.title_03 .en::after {
    content: "";
    width: 50px;
    height: 1px;
    display: inline-block;
    margin: 0 10px;
    background-color: black;
}

.title_04 {
    padding: 10px 20px;
    font-weight: bold;
    font-size: 20px;
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0.65)), to(rgba(255, 255, 255, 0)));
    background: linear-gradient(to right, rgba(255, 255, 255, 0.65) 0%, rgba(255, 255, 255, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a6ffffff', endColorstr='#00ffffff', GradientType=1);
    -webkit-transition: 0.3s linear;
    transition: 0.3s linear;
}

.title_04 .sub {
    display: block;
    font-size: 70%;
}

.title_05 {
    margin-bottom: 12px;
    font-weight: bold;
    font-size: 18px;
    letter-spacing: 1px;
}

.title_06 {
    margin-bottom: 30px;
    font-weight: bold;
    font-size: 20px;
    text-align: center;
}

.title_07 {
    margin-bottom: 10px;
    font-family: "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-weight: bold;
    font-size: 20px;
}

.title_08 {
    margin-bottom: 30px;
    font-family: "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-weight: bold;
    font-size: 20px;
    color: #0000cd;
}

.title_08 span {
    display: block;
}

.title_08 .title-sub {
    padding-left: 1em;
    font-weight: 500;
    font-size: 80%;
}

.title_09 {
    margin-bottom: 30px;
    padding: 5px;
    font-weight: bold;
    font-size: 20px;
    border-bottom: 1px solid black;
}

.title_09 .sub {
    display: block;
    padding-left: 1em;
    font-weight: 500;
    font-size: 70%;
}

.title_10 {
    padding: 5px;
    font-weight: bold;
    font-size: 24px;
}

.title_10 .sub {
    display: block;
    padding-top: 5px;
    font-weight: 500;
    font-size: 70%;
    border-top: 1px solid #232d4b;
}

.title-side-border {
    padding-left: 10px;
    border-left: 5px solid #131e3f;
}

.title-mb-large {
    margin-bottom: 80px;
}

.title-mb-small {
    margin-bottom: 30px;
}

.title-mb-0 {
    margin-bottom: 0;
}

.title-white {
    color: white;
}

.title-text-center {
    text-align: center;
}

@media (max-width: 1024px) {
    .blue_heading {
        font-size: 22.4px;
    }

    .title_01 {
        margin-bottom: 30px;
        font-size: 22.4px;
    }

    .title_02 {
        font-size: 32px;
    }

    .title_03 {
        font-size: 22.4px;
    }

    .title_04 {
        font-size: 18px;
    }

    .title_06 {
        font-size: 20px;
    }

    .title_07 {
        font-size: 18px;
    }

    .title_08 {
        font-size: 18px;
    }

    .title_09 {
        font-size: 18px;
    }

    .title_10 {
        font-size: 20px;
    }

    .title_10 .sub {
        margin-top: 5px;
    }

    .title-mb-large {
        margin-bottom: 50px;
    }

    .title-mb-small {
        margin-bottom: 20px;
    }
}

@media (max-width: 599px) {
    .blue_heading {
        font-size: 16.8px;
    }

    .title_01 {
        font-size: 20px;
    }

    .title_02 {
        font-size: 24px;
    }

    .title_03 {
        font-size: 18px;
    }

    .title_07 {
        font-size: 17px;
    }

    .title-mb-large {
        margin-bottom: 40px;
    }
}

/* list */
.banner-list li a {
    position: relative;
}

.banner-list li a .title_04 {
    width: 100%;
    position: absolute !important;
    top: 10%;
    left: 0;
    z-index: 2;
}

.banner-list li a .bnr-img::before {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    background-color: rgba(0, 0, 0, 0.3);
    -webkit-transition: 0.3s linear;
    transition: 0.3s linear;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.banner-list li a:hover {
    opacity: 1;
}

.banner-list li a:hover .title_04 {
    background: -webkit-gradient(linear, left top, right top, from(white), color-stop(54%, white), to(rgba(255, 255, 255, 0.15)));
    background: linear-gradient(to right, white 0%, white 54%, rgba(255, 255, 255, 0.15) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#26ffffff', GradientType=1);
}

.banner-list li a:hover .bnr-img::before {
    background-color: transparent;
}

.circle-caption-list li a {
    overflow: hidden;
    border-radius: 100%;
    position: relative;
}

.circle-caption-list li a .caption-box {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: hidden;
    margin: auto;
    padding: 30px;
    color: white;
    border-radius: 100%;
    background-color: rgba(19, 30, 63, 0.8);
    opacity: 0;
    -webkit-transition: 0.3s linear;
    transition: 0.3s linear;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    z-index: 1;
}

.circle-caption-list li a .caption-box .caption-text {
    line-height: 1.8;
}

.circle-caption-list li a .circle-img img {
    overflow: hidden;
    border-radius: 100%;
}

.circle-caption-list li a:hover {
    opacity: 1;
}

.circle-caption-list li a:hover .caption-box {
    opacity: 1;
}

.list-flat {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 20px 0;
    border-bottom: 1px solid #ddd8d4;
}

.list-flat .left {
    width: 30%;
    padding: 5px 1em;
    font-weight: bold;
    font-size: 16px;
}

.list-flat .right {
    width: 10%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding: 5px 15px;
    font-size: 16px;
}

.list-check li {
    padding-left: 2em;
    position: relative;
}

.list-check li::before {
    content: "\f14a";
    display: inline-block;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 20px;
    color: #131e3f;
    line-height: 100%;
    position: absolute;
    top: 5px;
    left: 0;
}

.list-number li {
    padding-left: 2em;
    position: relative;
}

.list-number li+li {
    margin-top: 15px;
}

.list-number li .num {
    content: "\f14a";
    display: inline-block;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 20px;
    line-height: 100%;
    position: absolute;
    top: 5px;
    left: 0;
}

.list-faq {
    counter-reset: number;
}

.list-faq li+li {
    margin-top: 30px;
}

.list-faq li dl {
    padding-left: 120px;
    position: relative;
}

.list-faq li dl::before {
    content: "Q"counter(number, decimal-leading-zero);
    width: 100px;
    height: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    counter-increment: number;
    font-size: 40px;
    color: white;
    background-color: rgba(19, 30, 63, 0.8);
    position: absolute;
    top: 0;
    left: 0;
}

.list-faq li dl dt {
    padding: 10px 5px;
    font-family: "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-weight: bold;
    font-size: 20px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.4);
}

.list-faq li dl dd {
    padding: 10px 1em;
    font-family: "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-weight: 500;
    font-size: 18px;
}

.list-voice li .box .text {
    border: 1px solid #d3d3d3;
}

.list-grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.list-grid li {
    margin: 1%;
}

.list-grid li:nth-of-type(odd) {
    width: 31%;
}

.list-grid li:nth-of-type(even) {
    width: 15%;
}

.list-grid_02 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.list-grid_02 li {
    width: 10%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin: 1%;
}

.list-grid_02 li.title-box {
    width: 30%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 30px;
    color: white;
    background-color: #131e3f;
}

.list-grid_02 li.title-box .title-grid {
    margin-bottom: 15px;
    font-size: 18px;
}

.list-service {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.list-service li {
    width: 48%;
    margin: 1%;
}

.list-service li a {
    width: 100%;
    height: 100%;
    display: block;
    padding: 10px;
    border: 1px solid #dcdcdc;
}

.list-service-title {
    padding: 5px 75px 5px 15px;
    font-family: "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-weight: bold;
    font-size: 16px;
    color: white;
    line-height: 1.3;
    background-color: rgba(19, 30, 63, 0.8);
    position: relative;
}

.list-service-title::after {
    content: "詳細";
    display: inline-block;
    margin: auto;
    padding: 2px 15px;
    font-weight: bold;
    font-size: 12px;
    color: white;
    border: 1px solid #dc143c;
    background-color: #dc143c;
    position: absolute;
    top: 5px;
    right: 10px;
    z-index: 1;
}

.list-service-text {
    padding: 10px 5px;
    font-family: "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.fishing-results {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.fishing-results .fish-species {
    width: 15%;
    font-weight: bold;
}

.fishing-results .fish-species::before {
    content: "【";
    display: inline-block;
}

.fishing-results .fish-species::after {
    content: "】";
    display: inline-block;
}

.fishing-results dd {
    width: 10%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.fishing-results .fish-size {
    width: auto;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    margin: 0 15px;
}

.bnr_list li a {
    width: 100%;
    display: block;
    padding: 15px 0;
    font-size: 16px;
    text-align: center;
    border: 1px solid #bbb8b5;
}

@media (max-width: 1024px) {
    .circle-caption-list li a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
        border-radius: 0;
    }

    .circle-caption-list li a .circle-img {
        width: 40%;
        border-radius: 0;
    }

    .circle-caption-list li a .circle-img img {
        border-radius: 0;
    }

    .circle-caption-list li a .caption-box {
        width: 60%;
        height: auto;
        margin: 0;
        padding: 30px 15px;
        border-radius: 0;
        opacity: 1;
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
        position: static;
    }

    .circle-caption-list li a .caption-box .caption-text {
        text-align: left;
    }

    .list-check li::before {
        top: 2px;
    }

    .list-faq li dl {
        padding-left: 96px;
    }

    .list-faq li dl::before {
        width: 80px;
        height: 80px;
        font-size: 32px;
    }

    .list-faq li dl dt {
        padding: 5px;
        font-size: 16px;
    }

    .list-faq li dl dd {
        padding: 5px;
        font-size: 16px;
    }

    .list-grid_02 li.title-box {
        padding: 30px 15px;
    }

    .fishing-results dt {
        width: 30%;
    }
}

@media (max-width: 599px) {
    .circle-caption-list li a {
        display: block;
    }

    .circle-caption-list li a .circle-img {
        width: 100%;
        margin: auto;
        opacity: 0.6;
        -webkit-transform: translate(0, -50%);
        transform: translate(0, -50%);
        position: absolute;
        top: 50%;
        left: 0;
        right: 0;
        z-index: -1;
    }

    .circle-caption-list li a .caption-box {
        width: 90%;
        margin: 10% 5%;
        padding: 20px 10px;
        border-radius: 5px;
    }

    .circle-caption-list li a .caption-box .caption-text {
        font-weight: 500;
        font-size: 13px;
    }

    .list-flat {
        padding: 5px 0;
    }

    .list-flat .left {
        width: 100%;
    }

    .list-flat .right {
        padding-left: 2em;
    }

    .list-faq li dl {
        padding-left: 72px;
    }

    .list-faq li dl::before {
        width: 60px;
        height: 60px;
        font-size: 24px;
    }

    .list-grid {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .list-grid li:nth-of-type(odd) {
        width: 48%;
    }

    .list-grid li:nth-of-type(even) {
        width: 48%;
    }

    .list-grid_02 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .list-grid_02 li {
        width: 10%;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        margin: 1%;
    }

    .list-grid_02 li.title-box {
        width: 100%;
    }

    .list-service li {
        width: 98%;
    }

    .list-service li a {
        padding: 10px 5px;
    }

    .fishing-results .fish-species,
    .fishing-results .fish-size {
        width: 48%;
        margin: 1%;
    }

    .fishing-results .comment {
        width: 100%;
    }
}

/* button */
.more {
    width: 230px;
    max-width: 80%;
    height: 50px;
    margin: 50px auto 0;
}

.more a,
.more button {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 10px 40px 10px 10px;
    font-family: "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-weight: 600;
    color: #131e3f;
    letter-spacing: 1px;
    text-align: center;
    border: 1px solid #131e3f;
    border-radius: 60px;
    background-color: white;
    position: relative;
}

.more a::after,
.more button::after {
    content: "";
    width: 22px;
    height: 8px;
    display: inline-block;
    margin: auto;
    background-image: url(http://dc25-sigyou01.site/wp-content/uploads/2025/06/morebtn_bk.png);
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    position: absolute;
    top: 50%;
    right: 10px;
    z-index: 1;
}

.more a:hover,
.more button:hover {
    color: white;
    background-color: #131e3f;
    opacity: 1;
    cursor: pointer;
}

.more a:hover::after,
.more button:hover::after {
    background-image: url(http://dc25-sigyou01.site/wp-content/uploads/2025/06/morebtn_wh.png);
}

.more.-colored a {
    color: white;
    border: 1px solid white;
    background-color: #131e3f;
}

.more.-colored a::after {
    background-image: url(/import/tenant_1/160.16.98.105/html/images/common/morebtn_wh.png);
}

.more.-colored a:hover {
    color: #131e3f;
    background-color: white;
}

.more.-colored a:hover::after {
    background-image: url(/import/tenant_1/160.16.98.105/html/images/common/morebtn_bk.png);
}

.more.-transparent a {
    background-color: transparent;
}

.more.-transparent.-white a {
    color: white;
    border: 1px solid white;
}

.more.-transparent.-white a::after {
    background-image: url(/import/tenant_1/160.16.98.105/html/images/common/morebtn_wh.png);
}

.more.-transparent.-white a:hover {
    color: #131e3f;
    background-color: white;
}

.more.-transparent.-white a:hover::after {
    background-image: url(/import/tenant_1/160.16.98.105/html/images/common/morebtn_bk.png);
}

.more.-back a,
.more.-back button {
    padding: 10px 10px 10px 40px;
}

.more.-back a::after,
.more.-back button::after {
    background-image: url(http://dc25-sigyou01.site/wp-content/uploads/2025/06/backarrow.png);
    left: 10px;
    right: auto;
}

.more.-back a:hover::after,
.more.-back button:hover::after {
    background-image: url(http://dc25-sigyou01.site/wp-content/uploads/2025/06/backarrow_wh.png);
}

.more.-mt-large {
    margin-top: 80px;
}

.more.-mt-small {
    margin-top: 30px;
}

.more.-ml-0 {
    margin-left: 0;
}

.more.-mr-0 {
    margin-right: 0;
}

@media (max-width: 599px) {
    .more {
        margin-top: 30px;
    }
}

/* header */
.fixed-logo {
    display: none;
}

#header {
    width: 100%;
    max-width: 100%;
    padding: 15px;
    background-color: rgba(255, 255, 255, 0.8);
    z-index: 3;
}

#header .header-inner {
    width: 1000px;
    max-width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: auto;
}

#header .header-inner .header-catch {
    width: 100%;
    margin-bottom: 5px;
    font-family: "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-weight: normal;
    font-size: 12px;
    text-align: center;
}

#header .header-inner .logo {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin: 5px auto;
}

#header .header-inner .logo a {
    display: block;
    -webkit-transition: none;
    transition: none;
}

.lower #header {
    position: relative;
}

@media (max-width: 1024px) {
    .fixed-logo {
        display: block;
        position: fixed;
        top: 10px;
        left: 10px;
        z-index: 2;
    }

    #header {
        width: 65%;
        height: 100vh;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding-bottom: 70px;
        background-color: rgba(19, 30, 63, 0.8);
        -webkit-transform: translate(100%, 0);
        transform: translate(100%, 0);
        position: fixed !important;
        left: auto;
        right: 0;
    }

    #header .header-inner .header-catch {
        color: white;
    }

    #header .header-inner .logo {
        width: 16a0px;
        margin: 10px auto;
    }

    .active #header {
        -webkit-box-shadow: -2px 0px 15px -5px #000;
        box-shadow: -2px 0px 15px -5px #000;
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
}

@media (max-width: 599px) {
    .fixed-logo {
        width: 250px;
        top: 20px;
        left: 5px;
    }

    #header {
        width: 80%;
    }
}

/* nav */
.sp-only {
    display: none;
}

#gnav {
    width: 100%;
    background-color: rgba(255, 255, 255, 0.8);
}

#gnav .dropmenu {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

#gnav .dropmenu>li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    padding: 4px 10px;
    font-family: "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-weight: normal;
    font-size: 12px;
    letter-spacing: 0.5px;
    position: relative;
}

#gnav .dropmenu>li a::before {
    content: "\f0da";
    display: inline-block;
    margin-right: 5px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 18px;
    line-height: inherit;
}

#gnav .dropmenu>li .dropdown-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    padding: 10px;
    font-family: "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-weight: normal;
    font-size: 12px;
    line-height: inherit;
    letter-spacing: 2px;
    -webkit-transition: 0.3s linear;
    transition: 0.3s linear;
}

#gnav .dropmenu>li .dropdown-btn::before {
    content: "\f0da";
    display: inline-block;
    margin-right: 5px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 18px;
    line-height: inherit;
}

#gnav .dropmenu>li .dropdown-btn:hover {
    opacity: 0.6;
    cursor: pointer;
}

#gnav .dropmenu>li+li {
    margin-left: 30px;
}

#gnav .dropmenu .dropdown {
    overflow: hidden;
    position: relative;
}

#gnav .dropmenu .dropdown::after {
    content: "";
    width: 280px;
    height: 23px;
    border: 0;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    position: absolute;
    left: 50%;
    right: 50%;
    z-index: 2;
}

#gnav .dropmenu .dropdown ul {
    width: 280px;
    height: auto;
    margin: 23px auto 0 auto;
    padding: 10px 15px;
    border-radius: 3px;
    background-color: #131e3f;
    -webkit-box-shadow: 3px 3px 10px -7px black;
    box-shadow: 3px 3px 10px -7px black;
    opacity: 0;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    -webkit-transform: translate(0, -15px);
    transform: translate(0, -15px);
    position: absolute;
    top: 100%;
    left: -175px;
    right: -175px;
    z-index: 2;
}

#gnav .dropmenu .dropdown ul::before {
    content: "";
    width: 0;
    height: 0;
    display: inline-block;
    margin: auto;
    border-width: 0 7px 7px 7px;
    border-style: solid;
    border-color: transparent transparent #131e3f transparent;
    position: absolute;
    top: -7px;
    left: 0;
    right: 0;
}

#gnav .dropmenu .dropdown ul li {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-left: 0;
}

#gnav .dropmenu .dropdown ul li a {
    display: block;
    padding: 10px 5px;
    font-size: 14px;
    color: white;
}

#gnav .dropmenu .dropdown ul li a::before {
    display: none;
}

#gnav .dropmenu .dropdown ul li+li {
    border-top: 1px solid white;
}

#gnav .dropmenu .dropdown:hover {
    overflow: visible;
}

#gnav .dropmenu .dropdown:hover ul {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}

#gnav.fixed {
    -webkit-box-shadow: 0px 4px 2px -2px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 4px 2px -2px rgba(0, 0, 0, 0.2);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 3;
}

.type-b a {
    color: white;
    background-color: rgba(19, 30, 63, 0.8);
}

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

    #gnav {
        width: 100%;
        height: 10%;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        background-color: transparent;
    }

    #gnav .accordion-body {
        width: 100%;
        height: 100%;
    }

    #gnav .dropmenu {
        width: 100%;
        height: 100%;
        display: block;
        overflow-y: scroll;
        -webkit-overflow-scrolling: touch;
    }

    #gnav .dropmenu li a {
        color: white;
    }

    #gnav .dropmenu li .dropdown-btn {
        padding: 10px;
        color: white;
    }

    #gnav .dropmenu li+li {
        margin-left: 0;
    }

    #gnav .dropmenu .dropdown ul {
        width: 100%;
        margin-top: 0;
        padding: 0 0 0 2em;
        background-color: transparent;
        -webkit-box-shadow: none;
        box-shadow: none;
        opacity: 1;
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
        position: static;
    }

    #gnav .dropmenu .dropdown ul::before {
        display: none;
    }

    #gnav .dropmenu .dropdown ul li a {
        padding-left: 2em;
        position: relative;
    }

    #gnav .dropmenu .dropdown ul li a::before {
        content: "└";
        display: inline-block;
        position: absolute;
        top: 0.5em;
        left: 0;
    }

    #gnav .dropmenu .dropdown ul li+li {
        border-top: none;
    }

    #gnav .dropmenu .dropdown::after {
        display: none;
    }
}

@media (max-width: 599px) {
    #gnav .dropmenu li a {
        padding: 5px 10px;
    }

    #gnav .dropmenu .dropdown ul li a {
        padding-top: 5px;
        padding-bottom: 5px;
        font-size: 12px;
    }

    #gnav .dropmenu .dropdown ul li a::before {
        font-size: 90%;
    }
}

/* footer */
.footer-top {
    padding: 50px 0;
}

.footer-top .right {
    width: 500px;
    max-width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-right: auto;
    padding: 50px;
}

.footer-top .txtbox .logo {
    width: 160px;
}

.footer-top .call {
    padding: 10px 20px;
    font-size: 30px;
    background-color: rgba(240, 247, 248, 0.8);
}

.footer-top .map::after {
    padding-top: 65%;
}

.footer-bottom {
    padding: 80px 0 0 0;
    position: relative;
}

.footer-bottom-logo {
    width: 180px;
    margin-bottom: 10px;
}

.footer-bottom-inner .call {
    font-size: 24px;
}

.footer-bottom-list li a {
    letter-spacing: 1px;
}

.footer-bottom-list li+li {
    margin-top: 15px;
}

.footer-bottom .bkpic {
    width: 100%;
    height: 100%;
    margin: auto;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
}

.footer-bottom .bkpic::before {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    background-color: rgba(0, 0, 0, 0.8);
    position: absolute;
    top: 0;
    left: 0;
}

.footer-bottom .copy {
    margin-top: 50px;
    padding: 10px;
    color: white;
    letter-spacing: 2px;
    text-align: center;
    position: relative;
    z-index: 1;
}

@media (max-width: 1024px) {
    .footer-top .right {
        max-width: 50%;
        padding: 50px 30px;
    }

    .footer-top .map {
        height: 100%;
    }

    .footer-top .call {
        font-size: 22px;
    }
}

@media (max-width: 599px) {
    .footer-top {
        padding: 30px 0;
    }

    .footer-top .right {
        max-width: 100%;
        padding: 30px 15px;
    }

    .footer-bottom-list li a {
        font-size: 12px;
    }

    .footer-bottom-list li+li {
        margin-top: 10px;
    }

    .footer-top .call {
        font-size: 26px;
    }
}

/* main visual */
.mainimg {
    position: relative;
}

.mainimg-cont {
    margin: auto;
    opacity: 0;
    -webkit-transition: 0.3s linear;
    transition: 0.3s linear;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    position: absolute;
    top: calc(50% + 50px);
    left: 0;
    right: 0;
    z-index: 1;
}

.mainimg-cont .mainimg-title {
    font-family: "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-weight: bold;
    font-size: 40px;
    color: white;
    -webkit-transition: 0.3s linear;
    transition: 0.3s linear;
}

.mainimg-cont .mainimg-title .mainimg-title-inner {
    display: inline-block;
    margin: 5px;
    padding: 10px;
    font-size: 250%;
    color: #131e3f;
    line-height: 1;
    background-color: rgba(255, 255, 255, 0.7);
    -webkit-transition: 0.3s linear;
    transition: 0.3s linear;
}

.mainimg-cont .mainimg-text {
    display: inline-block;
    margin-top: 30px;
    margin-left: -999rem;
    padding: 10px 50px;
    padding-left: 999rem;
    font-size: 20px;
    color: #131e3f;
    line-height: 1.2;
    background-color: white;
    opacity: 0;
    -webkit-transition: 0.6s linear;
    transition: 0.6s linear;
    -webkit-transform: translate(0, 100%);
    transform: translate(0, 100%);
}

.mainimg-cont.opacity {
    opacity: 1;
}

.mainimg-cont .mainimg-title.shadow {
    text-shadow: 3px 3px 0px rgba(19, 30, 63, 0.8);
}

.mainimg-cont .mainimg-title.shadow .mainimg-title-inner {
    text-shadow: none;
}

.mainimg-cont .mainimg-title .mainimg-title-inner.rotate {
    text-shadow: none;
    -webkit-transform: rotateY(360deg);
    transform: rotateY(360deg);
}

.mainimg-cont .mainimg-title .mainimg-title-inner:nth-of-type(2) {
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
}

.mainimg-cont .mainimg-text.move {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}

.subtit {
    overflow: hidden;
    position: relative;
}

.subtit h2 {
    width: auto;
    min-width: 400px;
    max-width: 65%;
    padding-left: 10%;
    font-weight: bold;
    font-size: 28px;
    text-align: left;
    text-shadow: 1px 1px 1px white, 0 0 1px white, 0 1px 1px white, 1px 0 1px white;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    position: absolute !important;
    top: 50%;
    left: 0;
    z-index: 1;
}

.subtit h2::after {
    content: "";
    width: 130%;
    height: 100%;
    display: block;
    margin-top: -999rem;
    margin-bottom: -999rem;
    padding-top: 999rem;
    padding-bottom: 999rem;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background-color: rgba(255, 255, 255, 0.6);
    -webkit-transform: skew(10deg);
    transform: skew(10deg);
    position: absolute;
    top: 0;
    left: -20%;
    z-index: -1;
}

.subtit .lower-image {
    width: 100%;
    display: block;
    position: relative;
}

.subtit .lower-image::after {
    content: "";
    display: block;
    padding-top: 30%;
}

.subtit .lower-image img {
    width: 100%;
    height: 100% !important;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    font-family: "object-fit: cover; object-position: 50% 50%;";
    position: absolute;
    top: 0;
    left: 0;
}

@media (max-width: 1024px) {
    .mainimg-cont {
        top: 50%;
    }

    .mainimg-cont .mainimg-title {
        font-size: 28px;
    }

    .mainimg-cont .mainimg-text {
        margin-top: 15px;
        font-size: 18px;
    }

    .subtit h2 {
        min-width: 40%;
        padding-left: 5%;
        font-size: 22.4px;
    }

    .subtit .lower-image::after {
        padding-top: 40%;
    }
}

@media (max-width: 599px) {
    .mainimg-cont .mainimg-title {
        font-size: 24px;
    }

    .mainimg-cont .mainimg-title .mainimg-title-inner {
        margin: 3px;
        padding: 5px;
    }

    .mainimg-cont .mainimg-text {
        margin-top: 10px;
        padding-top: 10px;
        padding-bottom: 10px;
        padding-right: 30px;
        font-size: 12px;
    }

    .subtit h2 {
        font-size: 16.8px;
    }

    .subtit .lower-image::after {
        padding-top: 55%;
    }
}

/* parts */
.special-box {
    width: 80%;
    margin: 50px auto;
    padding: 50px 30px;
    background-color: rgba(240, 247, 248, 0.8);
}

.spacial-box-nomargin {
    margin-top: 0;
    margin-bottom: 0;
}

.special-box.-white {
    background-color: white;
}

.special-box .list-check li+li {
    margin-top: 15px;
}

.special-box .list-check li .text {
    padding-left: 1em;
}

.special-box.special-box_02 {
    background-color: rgba(19, 30, 63, 0.3);
}

.arrow-box {
    width: 100%;
    margin-top: 180px;
    padding: 50px 20px;
    font-size: 20px;
    border: 1px solid #131e3f;
    position: relative;
}

.arrow-box::before {
    content: "";
    width: 120px;
    height: 120px;
    display: inline-block;
    margin: auto;
    background-image: url(http://dc25-sigyou01.site/wp-content/uploads/2025/06/arrow.png);
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center center;
    position: absolute;
    top: -140px;
    left: 0;
    right: 0;
    z-index: 1;
}

.table-wrap {
    margin: 50px auto;
}

.table-wrap .price-table {
    width: 100%;
    font-family: "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    border: 1px solid rgba(0, 0, 0, 0.4);
}

.table-wrap .price-table tr+tr {
    border-top: 1px solid rgba(0, 0, 0, 0.4);
}

.table-wrap .price-table tr th,
.table-wrap .price-table tr td {
    width: 50%;
    padding: 10px 5px;
    text-align: center;
}

.table-wrap .price-table tr th {
    font-weight: bold;
    background-color: rgba(0, 0, 0, 0.4);
}

.table-wrap .price-table tr th+th {
    border-left: 1px solid white;
}

.table-wrap .price-table tr td+td {
    border-left: 1px solid rgba(0, 0, 0, 0.4);
}

.table-wrap .table_01 {
    width: 100%;
    font-family: "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    border: 1px solid rgba(0, 0, 0, 0.4);
}

.table-wrap .table_01 tr+tr {
    border-top: 1px solid rgba(0, 0, 0, 0.4);
}

.table-wrap .table_01 tr th,
.table-wrap .table_01 tr td {
    padding: 10px 5px;
}

.table-wrap .table_01 tr th {
    width: 35%;
    font-weight: bold;
    background-color: rgba(0, 0, 0, 0.4);
}

.table-wrap .table-note {
    margin-top: 5px;
}

.mapbox::after {
    padding-top: 100%;
}

@media (max-width: 1024px) {
    .special-box {
        width: 90%;
        padding: 50px 20px;
    }

    .arrow-box {
        margin-top: 144px;
        padding: 30px 15px;
        font-size: 16px;
    }

    .arrow-box::before {
        width: 96px;
        height: 96px;
        top: -112px;
    }

    .table-wrap {
        width: 90%;
    }
}

@media (max-width: 599px) {
    .special-box {
        width: 100%;
        padding: 30px 15px;
    }

    .arrow-box {
        margin-top: 108px;
        padding: 30px 10px;
    }

    .arrow-box::before {
        width: 72px;
        height: 72px;
        top: -84px;
    }

    .table-wrap {
        width: 100%;
    }
}

/* custom contents */
.category {
    margin: 10px;
}

.category span {
    display: inline-block;
    padding: 2px 10px;
    font-family: "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    line-height: 1.2;
    letter-spacing: 2px;
    border: 1px solid black;
    border-radius: 20px;
}

.category span+span {
    margin-left: 5px;
}

.news-list li .date {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    font-weight: bold;
    font-size: 28px;
    line-height: 1;
    letter-spacing: 1px;
}

.news-list li .date .date-inner {
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.news-list li .date::after {
    content: "";
    width: 100%;
    height: 1px;
    display: inline-block;
    margin-left: 30px;
    background-color: black;
}

.news-list li .news-info {
    padding-left: 14em;
}

.news-list li .news-info .news-title {
    font-family: "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-weight: bold;
    font-size: 20px;
}

.news-list li .news-info .news-title a {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.news-list li+li {
    margin-top: 50px;
}

.detail-box {
    padding: 0 0 50px 0;
}

.detail-title {
    margin-bottom: 30px;
    font-size: 28px;
    border-bottom: 1px solid white;
}

.detail-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    margin-bottom: 20px;
}

.detail-info .category span {
    color: #131e3f;
    border: 1px solid white;
    background-color: white;
}

.detail-date {
    font-size: 20px;
    letter-spacing: 1px;
}

.detail-cont {
    padding: 30px;
    background-color: white;
}

.side-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.side-box {
    width: 48%;
}

.side-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    margin-bottom: 30px;
    font-weight: bold;
    font-size: 28px;
    border-bottom: 1px solid white;
}

.side-title .sub {
    display: inline-block;
    margin-left: 30px;
    font-weight: 500;
    font-size: 70%;
    letter-spacing: 2px;
}

.side-list li {
    padding: 0 5px;
}

.side-list li a {
    font-size: 18px;
    letter-spacing: 1px;
}

.side-list li+li {
    margin-top: 10px;
}

.pager-contrast ul li a,
.pager-contrast ul li .now {
    color: white;
    border: 1px solid #131e3f;
    background-color: #131e3f;
}

.pager-contrast ul li a:hover,
.pager-contrast ul li .now:hover {
    color: #131e3f;
    background-color: white;
}

@media (max-width: 1024px) {
    .news-list li .date {
        font-size: 22.4px;
    }

    .news-list li .date::after {
        margin-left: 24px;
    }

    .news-list li .news-info {
        padding-left: 11.2em;
    }

    .news-list li .news-info .category {
        font-size: 12px;
    }

    .news-list li .news-info .news-title {
        font-size: 20.8px;
    }

    .detail-box {
        padding: 0 0 30px 0;
    }

    .detail-title {
        margin-bottom: 24px;
        font-size: 22.4px;
    }

    .detail-info {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        align-items: flex-start;
        -ms-flex-align: start;
        margin-bottom: 16px;
    }

    .detail-info .category {
        margin: 5px 0;
    }

    .detail-date {
        font-size: 16px;
        letter-spacing: 1px;
    }

    .detail-cont {
        padding: 30px 20px;
    }

    .side-list li a {
        font-size: 16px;
    }

    .side-list li+li {
        margin-top: 5px;
    }

    .side-title {
        font-size: 22.4px;
    }
}

@media (max-width: 599px) {
    .day {
        font-size: 12px;
        letter-spacing: 1px;
    }

    .category {
        margin: 0 5px;
    }

    .category span {
        padding: 1px 5px;
        font-size: 10px;
    }

    .news-list li .date {
        font-size: 16.8px;
    }

    .news-list li .date::after {
        margin-left: 18px;
    }

    .news-list li .news-info {
        padding-left: 0;
    }

    .news-list li .news-info .news-title {
        font-size: 16px;
    }

    .detail-box {
        padding: 0 0 30px 0;
    }

    .detail-title {
        margin-bottom: 18px;
        font-size: 16.8px;
    }

    .detail-info {
        margin-bottom: 12px;
    }

    .detail-cont {
        padding: 30px 10px;
    }

    .side-box {
        width: 100%;
    }

    .side-box+.side-box {
        margin-top: 50px;
    }
}


/* 元ブログスタイル */

.detail-cont h2 {
    margin: 20px 0;
    padding-bottom: 2px;
    font-weight: normal;
    font-size: 130%;
    color: #333;
    border-bottom: 2px solid #515151;
}

.detail-cont .big_txt {
    margin: 20px 0;
    font-weight: bold;
    font-size: 130%;
}

.detail-cont h3.style1 {
    margin: 20px 0;
    font-weight: bold;
    font-size: 130%;
    background-color: #eee;
}

.detail-cont h4 {
    margin: 20px 0;
    padding-left: 0.5em;
    font-weight: bold;
    font-size: 110%;
    line-height: 1.2em;
    border-left: #aaa solid 8px;
}

.detail-cont h4.style1 {
    margin: 20px 0;
    padding: 0.5em;
    font-weight: bold;
    font-size: 110%;
    line-height: 1.2em;
    border-width: 0px;
    background-color: #eee;
}

.detail-cont h5 {
    margin: 20px 0;
    font-weight: bold;
}

.detail-cont h6 {
    margin: 20px 0;
    padding-left: 4px;
    border-left: #ccc solid 4px;
}

/* ======================================
table
====================================== */
.detail-cont table {
    empty-cells: show;
    border-collapse: collapse;
    border-top: 1px solid #aaa;
    border-left: 1px solid #aaa;
    background-color: #fff;
}

.detail-cont th {
    height: 2em;
    vertical-align: middle;
    padding: 0.5em;
    color: #300;
    text-align: center;
    border-bottom: 1px solid #aaa;
    border-right: 1px solid #aaa;
    background-color: #eee;
}

.detail-cont td {
    height: 2em;
    vertical-align: middle;
    padding: 0.5em;
    border-bottom: 1px solid #aaa;
    border-right: 1px solid #aaa;
}

/* ======================================



/* layout_01 */
.layout_01 ul li {
    padding: 15px 10px;
}

.layout_01 ul li+li {
    border-top: 1px solid #dfdbd8;
}

/* layout_02 */
.layout_02 .txtbox {
    padding: 50px 30px;
    /* background-color: #131e3f; */
}

.layout_02 .right {
    position: relative;
}

.layout_02 .right .more {
    margin-left: 0;
}

@media (max-width: 599px) {
    .layout_02 .txtbox {
        margin-top: 0;
        padding: 50px 15px;
    }
}

/* layout_08 */
.layout_08 .left dl .pic {
    margin-bottom: 20px;
}

.layout_08 .left dl .name {
    font-size: 28px;
    text-align: right;
}

.layout_08 .right .q_list li {
    margin-bottom: 55px;
}

.layout_08 .right .q_list li dl dt {
    margin-bottom: 20px;
    padding-bottom: 10px;
    font-size: 24px;
    border-bottom: 1px solid #ddd8d4;
}

.layout_08 .right .q_list li dl dt .q {
    font-size: 25px;
}

.layout_08 .right .q_list li dl dt .num {
    padding-right: 18px;
    font-size: 37px;
}

.layout_08 .right .q_list li dl dd .txt {
    font-size: 16px;
}

@media (max-width: 599px) {
    .staff_detail1 h3 {
        margin-bottom: 30px;
    }

    .staff_detail3 .inner {
        padding-top: 0;
    }

    .staff_detail3 h3 {
        text-align: left;
    }

    .staff_detail3 ul {
        margin-bottom: 30px;
    }

    .staff_detail3 ul li {
        width: 48%;
    }
}

/* recruit */
.layout_14 .bottom_img {
    padding-top: 45px;
}

.layout_14 .bottom_img img {
    display: block;
    margin: 0 auto;
}

.layout_14 .inn_box {
    overflow: hidden;
    margin-bottom: 30px;
    position: relative;
}

.layout_14 .inn_box .box {
    max-width: 810px;
    margin: 0 auto;
    padding: 30px;
    position: relative;
    z-index: 2;
}

.layout_14 .inn_box .bkimg img {
    opacity: 0.5;
    z-index: 1;
}

.layout_14 .inn_box2 .pic {
    margin-bottom: 30px;
}

.layout_14 .inn_box2 dt {
    padding-bottom: 8px;
    font-weight: bold;
}

@media (max-width: 599px) {
    .layout_14 .inn_box .box {
        padding: 15px;
    }

    .layout_14 .inn_box .bkimg img {
        opacity: 1;
    }
}

/* contact */
.contact-item dd input,
.contact-item dd textarea {
    font-family: "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    color: #131e3f;
}

.contact-btns .more {
    margin: 30px;
}

@media (max-width: 1024px) {
    .contact-btns .more {
        margin: 15px;
    }
}

/* ##### 見たまま編集 ##### */
[data-element-id] #header {
    position: relative;
}

[data-element-id] .mainimg-cont {
    opacity: 1;
    top: 50%;
}

[data-element-id] .mainimg-cont .mainimg-text {
    margin-left: 0;
    padding-left: 50px;
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}

[data-element-id] .sp-only {
    display: block;
    border: 1px solid #232d4b;
}

[data-element-id] .sp-only::before {
    content: "スマホナビ";
    display: block;
    padding: 2px 5px;
    font-size: 10px;
    color: white;
    line-height: 1;
    text-align: center;
    background-color: #232d4b;
}

[data-element-id] #gnav .dropmenu {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

[data-element-id] #gnav .dropmenu>li {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-top: 5px;
    margin-bottom: 5px;
}

[data-element-id] #gnav .dropmenu .dropdown {
    overflow: visible;
    border: 1px solid #006400;
}

[data-element-id] #gnav .dropmenu .dropdown::before {
    content: "吹き出しは右下にあります";
    display: block;
    padding: 2px 5px;
    font-size: 10px;
    color: white;
    line-height: 1;
    text-align: center;
    background-color: #006400;
}

[data-element-id] #gnav .dropmenu .dropdown {
    position: static;
}

[data-element-id] #gnav .dropmenu .dropdown ul {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    top: 200px;
    left: auto;
    right: 30px;
}

[data-element-id] .banner-list li a .title_04 {
    z-index: 10001;
}

[data-element-id] .circle-caption-list li {
    border: 1px solid #232d4b;
}

[data-element-id] .circle-caption-list li a {
    overflow: visible;
    border-radius: 0;
}

[data-element-id].circle-caption-list li a .caption-box {
    margin-bottom: 30px;
    border-radius: 0;
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    position: relative;
}

[data-element-id] .filter img {
    opacity: 0.2;
}

[data-element-id] .list-service>div {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

/* 1025 */

.up-ofi-105-sp:after {
    content: "";
    display: block;
    padding-top: 105%;
}

.up-ofi-105-sp img {
    position: absolute;
    top: 0;
    left: 0;
}
