/*--基本フォント指定--*/

body,
p,
li,
td,
figcaption {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Hiragino Sans", "メイリオ", "Mayryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
}

html {
    -webkit-text-size-adjust: 100%;
}

/*汎用クラス（Jimdo機能側での余白など調整用）*/

.t-margin5 {
    margin-top: 5px;
}

.t-margin10 {
    margin-top: 10px;
}

.t-margin15 {
    margin-top: 15px;
}

.t-margin20 {
    margin-top: 20px;
}

.b-margin10 {
    margin-bottom: 10px;
}

.b-margin15 {
    margin-bottom: 15px;
}

.b-margin20 {
    margin-bottom: 20px;
}

/*--
.powr-instagram-feed {
    height: auto;
    max-height: 330px;
    overflow-y: scroll;
}
--*/

/*--ピンポイント用クラス--*/
.st-poppin {
    font-size: 18px;
    color: #bda482;
    font-family: 'Poppins', sans-serif !important;
    font-weight: 300;
}

.headline01 {
    width: auto;
    margin: 0;
    padding: 40px 15px 0px 15px;
    font-size: 30px;
    font-weight: bold;
    color: #1d2731;
    line-height: 150%;
    text-align: center;
    letter-spacing: 2px;
    background: url(https://u.jimcdn.com/cms/o/sb6075837ede862a0/userlayout/img/subject-border.png?t=1775619887) center top no-repeat;
    display: block;
    box-sizing: border-box;
}

@media screen and (max-width:768px) {
    .headline01 {
        padding-top: 35px;
        font-size: 28px;
    }
}

/*--Jimdo機能各部調整--*/
#cc-inner {
    position: relative;
    overflow-x: hidden;
}

.j-table {
    overflow-y: hidden !important;
}

.j-cart {
    top: 10px !important;
    right: 10px !important;
    transition: 0.3s;
}

@media screen and (max-width:768px) {
    .j-cart {
        top: 5px !important;
        right: 5px !important;
    }
}

a[href^="tel:"] {
    pointer-events: none;
}

@media screen and (max-width:768px) {
    a[href^="tel:"] {
        pointer-events: auto;
    }
}

.m-off {
    display: block;
}

.m-on {
    display: none;
}

@media screen and (max-width:768px) {
    .m-off {
        display: none;
    }

    .m-on {
        display: block;
    }
}

.j-table table {
    border-collapse: collapse;
}

.j-table table.gray-top {
    border-top: 1px solid #CCC;
}

.j-table table th,
.j-table table td {
    border-bottom: 1px solid #CCC;
    padding: 10px;
    vertical-align: top;
}

.j-table table.around-border tr,
.j-table table.around-border02 tr {
    border-top: 1px solid #CCC;
    border-left: 1px solid #CCC;
}

.j-table table.around-border th,
.j-table table.around-border td {
    border-bottom: 1px solid #CCC;
    border-right: 1px solid #CCC;
    padding: 10px;
}

.j-table table.around-border02 th,
.j-table table.around-border02 td {
    border-bottom: 1px solid #CCC;
    border-right: 1px solid #CCC;
    padding: 10px;
    vertical-align: middle;
}

.j-table table.around-border th,
.j-table table.around-border02 th {
    background-color: #EEE;
}

.j-table .topic-table {
    width: 100%;
    max-width: 930px;
    max-height: 330px;
    margin: 0 auto;
    padding: 0;
    display: block;
    box-sizing: border-box;
    overflow-y: scroll;
}

.j-table .topic-table tr {
    display: flex;
}

/*--.j-table .topic-table tr:first-child {
    border-top: 1px dotted #CCC;
}--*/

.j-table .topic-table td {
    border-bottom: 1px dotted #CCC;
    margin: 0;
    padding: 15px;
    font-size: 14px;
    line-height: 150%;
    display: block;
    box-sizing: border-box;
}

.j-table .topic-table td:nth-child(1) {
    width: 115px;
    color: #073b5e;
    font-weight: bold;
}

.j-table .topic-table td:nth-child(2) {
    width: calc(100% - 115px);
    display: block;
}

@media screen and (max-width:768px) {
    .j-table {
        white-space: normal;
    }

    .j-table .scroll-table {
        width: 1120px;
    }

    .j-table-scroll::-webkit-scrollbar {
        height: 5px;
    }

    .j-table-scroll::-webkit-scrollbar-track {
        background: #333;
    }

    .j-table-scroll::-webkit-scrollbar-thumb {
        background: #999;
    }

    .j-table .topic-table table {
        white-space: normal;
    }

    .j-table .topic-table table::after {
        content: "";
    }

    .j-table .topic-table tr {
        flex-direction: column;
    }

    .j-table .topic-table td:nth-child(1) {
        width: 100%;
        padding-bottom: 0px;
        border-bottom: none;
    }

    .j-table .topic-table td:nth-child(2) {
        width: 100%;
        padding-top: 0px;
    }
}

.j-calltoaction-link.j-calltoaction-link-style-1 {
    width: auto;
    padding: 20px 55px !important;
    margin: 0 auto;
    font-size: 16px !important;
    color: #FFF !important;
    font-weight: bold;
    letter-spacing: 2px;
    line-height: 150% !important;
    background-color: #073b5e !important;
    background-image: url(https://u.jimcdn.com/cms/o/sb6075837ede862a0/userlayout/img/btn-bg01.png?t=1775619650);
    background-position: right 18px center;
    background-repeat: no-repeat;
    border: 2px solid #073b5e !important;
    border-radius: 100px;
    display: inline-block;
    align-items: center;
    box-sizing: border-box;
}

.j-calltoaction-link.j-calltoaction-link-style-2 {
    padding: 10px 35px 10px 30px !important;
    font-size: 14px !important;
    color: #FFF !important;
    font-weight: bold;
    letter-spacing: 2px;
    line-height: 150% !important;
    background-color: #073b5e !important;
    background-image: url(https://u.jimcdn.com/cms/o/sb6075837ede862a0/userlayout/img/btn-bg01.png?t=1775619650);
    background-position: right 12px center;
    background-repeat: no-repeat;
    border: 2px solid #073b5e !important;
    border-radius: 100px !important;
    display: inline-block;
    align-items: center;
    box-sizing: border-box;
}

.j-calltoaction-link.j-calltoaction-link-style-3 {
    padding: 10px 30px 10px 35px !important;
    font-size: 14px !important;
    color: #073b5e !important;
    font-weight: bold;
    letter-spacing: 2px;
    line-height: 150% !important;
    background-color: transparent !important;
    background-repeat: no-repeat;
    border: 2px solid #073b5e !important;
    border-radius: 100px !important;
    display: inline-block;
    align-items: center;
    box-sizing: border-box;
}

.j-calltoaction-link {
    transition: 0.6s;
    line-height: 150% !important;
    text-decoration: none;
    display: inline-block;
    align-items: center;
}

.j-calltoaction-link.j-calltoaction-link-style-1:hover {
    opacity: 0.6;
}

.j-calltoaction-link.j-calltoaction-link-style-2:hover {
    opacity: 0.6;
}

.j-calltoaction-link.j-calltoaction-link-style-3:hover {
    opacity: 0.6;
}

div.j-text ol li,
div.j-text ul li {
    right: 1em !important;
}

/*clearfix*/

.clearfix:after {
    content: "";
    display: block;
    height: 0;
    visibility: hidden;
    clear: both;
}

/*--カラム部分など--*/

@media screen and (max-width:768px) {
    .cc-m-hgrid-column {
        width: 100% !important;
        float: none !important;
    }

    .cc-m-image-align-1,
    .cc-m-image-align-2 {
        float: none !important;
        display: block !important;
    }
}

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

img {
    max-width: 100% !important;
    height: auto !important;
    margin: 0;
    padding: 0;
    border: none;
    vertical-align: top;
    image-rendering: -webkit-optimize-contrast;
}

figure {
    max-width: 100% !important;
    height: auto;
}

figure img {
    max-width: 100% !important;
    height: auto !important;
    margin: 0;
    padding: 0;
    border: none;
}

a img {
    background-color: transparent;
    -moz-transition: 0.3s;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    transition: 0.3s;
}

a:hover img {
    filter: alpha(opacity=65);
    opacity: 0.65;
}

#lb-container img {
    max-width: none !important;
    width: auto;
    height: auto;
}

.cc-map-canvas img {
    max-width: none !important;
}

body {
    background: #FFF;
    padding: 0;
    margin: 0;
    position: relative;
}

/*--ヘッダ--*/

header {
    width: 100%;
    margin: 0;
    padding: 0;
    background: #FFF;
    border-top: 3px solid #073b5e;
    border-bottom: 1px solid #f1f1f1;
}

#header-inner {
    width: 100%;
    max-width: 1150px;
    margin: 0 auto;
    padding: 18px 15px;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    box-sizing: border-box;
}

#header-inner #header-left {
    width: 392px;
    max-height: 29px;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    display: block;
}

#header-left h1 {
    max-width: 392px;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

#header-left h1 a img:hover {
    filter: alpha(opacity=100);
    opacity: 1.00;
    text-decoration: none;
}

#header-inner #head-contact {
    width: 100%;
    max-width: 202px;
    margin: 0px 0px 0px auto;
    padding: 0;
    display: block;
    box-sizing: border-box;
}

@media screen and (max-width:768px) {
    header {
        border-bottom: 1px solid #F1F1F1;
    }

    #header-inner {
        padding: 0;
        flex-direction: column;
    }

    #header-left h1 {
        margin: 0 auto;
        padding: 0;
        line-height: 100%;
    }

    #header-inner #header-left {
        width: auto;
        max-height: none;
        margin: 0 auto;
        padding: 15px;
        box-sizing: border-box;
    }

    #header-inner #head-contact {
        width: 100%;
        max-width: none;
        margin: 0 auto;
        padding: 0;
        background-color: #073b5e;
        display: block;
        box-sizing: border-box;
    }

    #header-inner #head-contact > a {
        width: 100%;
        height: 50px;
        margin: 0;
        padding: 0;
        background: url(https://u.jimcdn.com/cms/o/sb6075837ede862a0/userlayout/img/head-contact-mb.png?t=1775619840) center center no-repeat;
        display: block;
        box-sizing: border-box;
        transition: 0.6s;
    }

    #header-inner #head-contact > a:hover {
        opacity: 0.6;
    }

    #header-inner #head-contact > a > img {
        display: none;
    }

}

/*--ヘッダここまで--*/

/*--グローバルナビ--*/

#g-nav-wrap {
    width: 100%;
    margin: 0;
    padding: 0;
    display: block;
    background-color: #FFF;
    box-sizing: border-box;
}

#g-nav {
    width: 100%;
    max-width: 1120px;
    margin: 0 auto;
    padding: 0;
    box-sizing: border-box;
}

#g-nav:after {
    content: "";
    display: block;
    clear: both;
}

#g-nav ul {
    list-style-type: none;
}

#g-nav ul.cc-nav-level-0 {
    /* 第一階層のul */
    width: 100%;
    *zoom: 1;
    /*forIE6,7*/
    margin: 0 auto;
    padding: 0;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

#g-nav ul.cc-nav-level-0:after {
    content: "";
    display: block;
    clear: both;
}

#g-nav ul.cc-nav-level-0 > li {
    *zoom: 1;
    /*forIE6,7*/
    white-space: nowrap;
    width: auto;
    margin: 0;
    padding: 0;
    background: url(https://u.jimcdn.com/cms/o/sb6075837ede862a0/userlayout/img/nav-border.png?t=1775619878) right center no-repeat;
    box-sizing: border-box;
}

#g-nav ul.cc-nav-level-0 > li:nth-child(1) {
    border-left: url(https://u.jimcdn.com/cms/o/sb6075837ede862a0/userlayout/img/nav-border.png?t=1775619878) left center no-repeat;
}

#g-nav ul.cc-nav-level-0 li ul {
    visibility: hidden;
    position: absolute;
    margin: 0;
    padding: 0;
    z-index: 1000000 !important;
}

#g-nav ul.cc-nav-level-0 li:hover > ul {
    visibility: visible;
}

#g-nav ul.cc-nav-level-0 li ul li {
    width: auto !important;
    clear: left;
    position: relative;
    background: none;
}

#g-nav ul.cc-nav-level-0 li ul li ul {
    top: 0;
    left: 100%;
}

#g-nav ul.cc-nav-level-0 > li > a {
    width: auto;
    display: block;
    padding: 15px 55px;
    margin: 0;
    color: #1d2731;
    text-decoration: none;
    font-size: 16px;
    font-weight: bold;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Hiragino Sans", "メイリオ", "Mayryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
    line-height: 150%;
    box-sizing: border-box;
    white-space: normal;
    letter-spacing: 2px;
    text-align: center;
    transition: 0.6s;
    position: relative;
}

#g-nav ul.cc-nav-level-0 > li > a::after {
    position: absolute;
    left: 0;
    content: '';
    width: 100%;
    height: 5px;
    background-color: #073b5e;
    bottom: 0px;
    transform: scale(0, 1);
    transform-origin: center top;
    transition: transform 0.3s ease-out;
}

* html #g-nav ul.cc-nav-level-0 li a {
    /*forIE6*/
    zoom: 1;
}

/*--#g-nav ul.cc-nav-level-0 > li > a::before {
    
}--*/

#g-nav ul.cc-nav-level-0 > li > a.cc-nav-current::after {
    transform: scale(1, 1);
}

#g-nav ul.cc-nav-level-0 > li.cc-nav-parent > a::after {
    transform: scale(1, 1);
}

#g-nav ul.cc-nav-level-0 li ul {
    margin: 0px 0px 0px 25px;
    padding: 0;
}

#g-nav ul.cc-nav-level-0 li ul li {
    min-width: 150px;
    height: auto;
    margin: 0;
    padding: 0;
    display: block;
    background-image: none !important;
    border: none;
}

#g-nav ul.cc-nav-level-0 li ul li ul {
    margin: 0;
    padding: 0;
}

#g-nav ul.cc-nav-level-0 li ul li a {
    display: block;
    width: auto;
    height: auto;
    text-align: left;
    margin: 0px 1px 1px 0px;
    font-size: 12px;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Hiragino Sans", "メイリオ", "Mayryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
    line-height: 120%;
    color: #333;
    padding: 14px 20px 14px 28px;
    background: url(https://u.jimcdn.com/cms/o/sb6075837ede862a0/userlayout/img/g-nav-lm02.png?t=1775619664) left 1px no-repeat #eff3f6;
    font-weight: normal;
    text-shadow: none;
    transition: 0.3s;
    border-right: none;
    border-bottom: none;
    text-decoration: none;
    opacity: 1.0 !important;
}

#g-nav ul.cc-nav-level-0 li ul li ul li a {
    width: auto;
    height: auto;
    text-align: left;
    margin: 0px 1px 1px 0px;
    font-size: 12px;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Hiragino Sans", "メイリオ", "Mayryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
    line-height: 120%;
    color: #333;
    padding: 14px 20px 14px 28px;
    background: url(https://u.jimcdn.com/cms/o/sb6075837ede862a0/userlayout/img/g-nav-lm02.png?t=1775619664) left 1px no-repeat #eff3f6;
    font-weight: normal;
    border-right: none;
    border-bottom: none;
    text-decoration: none;
    opacity: 1.0 !important;
}

#g-nav ul.cc-nav-level-0 > li > a:hover::after {
    transform: scale(1, 1);
}

#g-nav ul.cc-nav-level-1 a:hover,
#g-nav ul.cc-nav-level-2 a:hover {
    font-weight: normal;
    text-decoration: none;
    border-bottom: none !important;
    background: url(https://u.jimcdn.com/cms/o/sb6075837ede862a0/userlayout/img/g-nav-lm02ro.png?t=1775619792) left 1px no-repeat #d6ba93;
    color: #FFF;
    opacity: 1.0 !important;
}

#g-nav ul.cc-nav-level-1 a.cc-nav-current,
ul.cc-nav-level-2 a.cc-nav-current {
    font-weight: normal !important;
    text-decoration: none !important;
    border-bottom: none !important;
    background: url(https://u.jimcdn.com/cms/o/sb6075837ede862a0/userlayout/img/g-nav-lm02ro.png?t=1775619792) left 1px no-repeat #d6ba93;
    color: #FFF;
    opacity: 1.0 !important;
}

@media screen and (max-width:1120px) {
    #g-nav {
        padding: 0px 10px;
        box-sizing: border-box;
    }
}

@media screen and (max-width:768px) {
    #g-nav-wrap {
        display: none;
    }
}

/*--グローバルナビここまで--*/

/*--編集可能共通ブロック（フッタ）ー--*/

#ft-block {
    width: 100%;
    margin: 0;
    padding: 0;
    background: url(https://u.jimcdn.com/cms/o/sb6075837ede862a0/userlayout/img/ft-bg.png?t=1775619658) left bottom no-repeat #f1f4f4;
    background-size: auto;
}

#ft-block #ft-edit {
    width: 95%;
    max-width: 1130px;
    margin: 0 auto;
    padding: 50px 0px 55px 0px;
}

/*--フッタ編集可能ブロックここまで--*/

/*--モバイル時のナビ--*/

.menu-sw-outer {
    display: none;
}

#navigation-m {
    display: none;
}

#s-menu-m {
    display: none;
}

@media screen and (max-width:768px) {
    .menu-sw-outer {
        width: 100%;
        margin: 0;
        padding: 0;
        background-color: #073b5e;
        display: block;
    }

    .menu-sw {
        width: 100%;
        height: 52px;
        margin: 0;
        padding: 5px 10px 5px 10px;
        position: relative;
        display: block;
        cursor: pointer;
        box-sizing: border-box;
        z-index: 10001;
    }

    #navigation-m {
        width: 100%;
        padding: 0;
        display: none;
    }

    .menu-sw01 {
        width: 31px;
        height: 3px;
        background-color: #FFF;
        border-radius: 10px;
        border: none;
        position: absolute;
        top: 21px;
    }

    .menu-sw02 {
        width: 31px;
        height: 3px;
        background-color: #FFF;
        border-radius: 10px;
        border: none;
        position: absolute;
        top: 29px;
    }

    .menu-sw03 {
        width: 31px;
        height: 3px;
        background-color: #FFF;
        border-radius: 10px;
        border: none;
        position: absolute;
        top: 37px;
    }

    .menu-sw01,
    .menu-sw02,
    .menu-sw03 {
        transition: all 0.5s ease-out;
        -o-transition: all 0.5s ease-out;
        -moz-transition: all 0.5s ease-out;
        -webkit-transition: all 0.5s ease-out;
        -ms-transition: all 0.5s ease-out;
    }

    .menu-open01 {
        top: 29px;
        -moz-transform: rotate(405deg);
        -webkit-transform: rotate(405deg);
        -o-transform: rotate(405deg);
        -ms-transform: rotate(405deg);
        transform: rotate(405deg);
    }

    .menu-open02 {
        opacity: 0;
    }

    .menu-open03 {
        top: 29px;
        -moz-transform: rotate(-405deg);
        -webkit-transform: rotate(-405deg);
        -o-transform: rotate(-405deg);
        -ms-transform: rotate(-405deg);
        transform: rotate(-405deg);
    }

    .menu-txt {
        height: 10px;
        position: absolute;
        top: 8px;
        left: 11px;
        font-size: 10px;
        font-weight: bold;
        color: #FFF;
        line-height: 100% !important;
    }

    #s-menu-m {
        width: 100%;
        margin: 0;
        padding: 0;
        display: block;
        background-color: #073b5e;
        box-sizing: border-box;
    }

    #s-menu-m ul {
        list-style-type: none;
    }

    #s-menu-m ul.cc-nav-level-0 {
        width: auto;
        margin: 0 auto;
        padding: 0;
        display: block;
    }

    #s-menu-m ul.cc-nav-level-0 > li,
    #s-menu-m ul.cc-nav-level-1 > li,
    #s-menu-m ul.cc-nav-level-2 > li {
        white-space: wrap;
        width: auto;
        margin: 0;
        position: relative;
    }

    #s-menu-m ul.cc-nav-level-0 > li > a {
        width: auto;
        display: block;
        padding: 12px 30px 12px 15px;
        margin: 0 auto;
        color: #FFF;
        text-decoration: none;
        font-size: 16px;
        font-weight: bold;
        line-height: 150%;
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
        box-sizing: border-box;
        white-space: normal;
        text-align: left;
        transition: 0.3s;
        position: relative;
    }

    #s-menu-m ul.cc-nav-level-0 li a.cc-nav-current {
        background-color: rgba(255, 255, 255, 0.2);
    }

    #s-menu-m ul.cc-nav-level-0 li ul {
        margin: 0;
        padding: 0;
    }

    #s-menu-m ul.cc-nav-level-0 li ul li ul {
        margin: 0;
        padding: 0;
    }

    #s-menu-m ul.cc-nav-level-0 li ul li a {
        width: auto;
        display: block;
        padding: 12px 30px 12px 40px;
        margin: 0 auto;
        color: #073b5e;
        background-color: #FFF;
        background-image: url(https://u.jimcdn.com/cms/o/sb6075837ede862a0/userlayout/img/g-nav-lm03.png?t=1775619800);
        background-position: left center;
        background-repeat: no-repeat;
        text-decoration: none;
        font-size: 16px;
        font-weight: bold;
        line-height: 150%;
        border-bottom: 1px solid #073b5e;
        box-sizing: border-box;
        white-space: normal;
        text-align: left;
        transition: 0.3s;
        position: relative;
    }

    #s-menu-m ul.cc-nav-level-0 li ul li ul li a {
        width: auto;
        display: block;
        padding: 12px 30px 12px 70px;
        margin: 0 auto;
        color: #073b5e;
        background-color: #FFF;
        background-position: left 30px center;
        text-decoration: none;
        font-size: 16px;
        font-weight: bold;
        line-height: 150%;
        border-bottom: none;
        box-sizing: border-box;
        white-space: normal;
        text-align: left;
        transition: 0.3s;
        position: relative;
    }

    #s-menu-m ul.cc-nav-level-0 li ul li ul li:last-child a {
        border-bottom: 1px solid #073b5e;
    }

    #s-menu-m ul.cc-nav-level-0 a:hover,
    #s-menu-m ul.cc-nav-level-0 a:active {
        background-color: rgba(255, 255, 255, 0.2);
    }

    #s-menu-m ul.cc-nav-level-1 a:hover,
    #s-menu-m ul.cc-nav-level-1 a:active {
        background-color: rgba(255, 255, 255, 0.7);
    }

    #s-menu-m ul.cc-nav-level-2 a:hover,
    #s-menu-m ul.cc-nav-level-2 a:active {
        background-color: rgba(255, 255, 255, 0.7);
    }

    #s-menu-m ul.cc-nav-level-1 a.cc-nav-current {
        background-color: rgba(255, 255, 255, 0.7) !important;
    }

    #s-menu-m ul.cc-nav-level-2 a.cc-nav-current {
        background-color: rgba(255, 255, 255, 0.7) !important;
    }

}

/*--下層持ちの場合のボタン等--*/

#s-menu-m .jmd-nav__toggle-button {
    border: none;
    width: 32px;
    height: 32px;
    position: absolute;
    top: 8px;
    padding-top: 0px;
    right: 10px;
    outline: 0;
    cursor: pointer;
    box-sizing: border-box;
    z-index: 100;
}

/*--
#s-menu-m .j-nav-level-0 .jmd-nav__toggle-button {
    background-color: rgba(255, 255, 255, 1);
    -webkit-tap-highlight-color: rgba(255, 255, 255, 1);
    border-color: #FFF;
}

#s-menu-m .j-nav-level-1 .jmd-nav__toggle-button {
    background-color: rgba(191, 10, 25, 1);
    -webkit-tap-highlight-color: rgba(191, 10, 25, 1);
    border-color: #bf0a19;
}
--*/

#s-menu-m .j-nav-has-children > ul {
    position: relative;
    visibility: hidden;
    max-height: 0;
    opacity: 0;
}

#s-menu-m .jmd-nav__item--last-opened > ul {
    transition: all .3s ease-in-out;
    visibility: visible;
    max-height: initial;
    opacity: 1;
}

#s-menu-m .jmd-nav__toggle-button::after,
#s-menu-m .jmd-nav__toggle-button::before {
    border-radius: 1px;
    content: "";
    display: block;
    position: absolute;
    width: 18px;
    height: 2px;
    top: 13px;
    left: 6px;
    transition: all .3s ease-in-out;
}

#s-menu-m .j-nav-level-0 .jmd-nav__toggle-button::after,
#s-menu-m .j-nav-level-0 .jmd-nav__toggle-button::before {
    background-color: #FFF;
}

#s-menu-m .j-nav-level-1 .jmd-nav__toggle-button::after,
#s-menu-m .j-nav-level-1 .jmd-nav__toggle-button::before {
    background-color: #073b5e;
}

#s-menu-m .jmd-nav__toggle-button::before {
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    right: 23px;
}

#s-menu-m .jmd-nav__toggle-button::after {
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    right: 23px;
}

#s-menu-m .jmd-nav__item--last-opened > .jmd-nav__toggle-button::after,
#s-menu-m .jmd-nav__item--last-opened > .jmd-nav__toggle-button::before {
    -ms-transform: rotate(0);
    transform: rotate(0);
}

/*--モバイル時のナビここまで--*/

/*--メインイメージ部--*/

#main-img {
    width: 100%;
    height: auto;
    padding: 0;
    background: url(https://u.jimcdn.com/cms/o/sb6075837ede862a0/userlayout/img/sub-main.png?t=1775619895) center bottom repeat-x;
    display: block;
}

.cc-page-index #main-img {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0px 0px 28px 0px;
    background: url(https://u.jimcdn.com/cms/o/sb6075837ede862a0/userlayout/img/main-top-bg.png?t=1775619865) center bottom repeat-x;
    display: block;
}

.cc-pagemode-notfound #main-img,
.cc-pagemode-overlay #main-img,
.cc-pagemode-sitetemplate #main-img {
    width: 100%;
    height: auto;
    padding: 0 !important;
    background: url(https://u.jimcdn.com/cms/o/sb6075837ede862a0/userlayout/img/sub-main.png?t=1775619895) center bottom repeat-x;
    display: block !important;
}

#main-img > img {
    width: 100%;
    max-width: 1740px !important;
    margin: 0 auto;
}

#main-img > img:first-child {
    display: none;
}

.cc-page-index #main-img > img:first-child {
    display: block;
}

.cc-pagemode-notfound #main-img > img:first-child,
.cc-pagemode-overlay #main-img > img:first-child,
.cc-pagemode-sitetemplate #main-img > img:first-child {
    display: none !important;
}

#main-img > img:nth-child(2) {
    display: block;
}

.cc-page-index #main-img > img:nth-child(2) {
    display: none;
}

.cc-pagemode-notfound #main-img > img:nth-child(2),
.cc-pagemode-overlay #main-img > img:nth-child(2),
.cc-pagemode-sitetemplate #main-img > img:nth-child(2) {
    display: block !important;
}

.sp-main-txt {
    margin: 0;
    padding: 5px 20px 0px 20px;
    font-size: 16px;
    color: #333;
    line-height: 160%;
    text-align: center;
    display: none;
}

@media screen and (max-width:768px) {
    .cc-page-index #main-img {
        padding-bottom: 20px;
    }

    .sp-main-txt {
        display: none;
    }

    .cc-page-index .sp-main-txt {
        display: block;
    }

    .cc-pagemode-notfound .sp-main-txt,
    .cc-pagemode-overlay .sp-main-txt,
    .cc-pagemode-sitetemplate .sp-main-txt {
        display: none !important;
    }
}

/*--メインイメージ部ここまで--*/

/*--全体のラッピング--*/

#container {
    width: 95%;
    max-width: 1130px;
    margin: 0 auto;
    padding: 55px 0px 0px 0px;
    display: block;
}

@media screen and (max-width:768px) {
    #container {
        padding-top: 35px;
    }
}

/*--パンくず部--*/

#bc-outer {
    width: 100%;
    margin: 0;
    padding: 0;
    display: block;
    box-sizing: border-box;
}

.cc-page-index #bc-outer {
    display: none;
}

.cc-pagemode-notfound #bc-outer,
.cc-pagemode-overlay #bc-outer,
.cc-pagemode-sitetemplate #bc-outer {
    display: block !important;
}

#bc-inner {
    width: 98%;
    max-width: 1120px;
    margin: 0 auto;
    padding: 0;
    display: block;
    box-sizing: border-box;
}

#breadcrumb {
    width: 100%;
    margin: 0;
    padding: 15px 5px;
    display: block;
    box-sizing: border-box;
}

#breadcrumb a.home-link {
    width: auto;
    padding: 0 16px 0 0;
    color: #333;
    background: url(https://u.jimcdn.com/cms/o/sb6075837ede862a0/userlayout/img/bc-arrow.png?t=1775619644) center right no-repeat;
    font-size: 12px;
    text-decoration: none;
    float: left;
}

#breadcrumb a.home-link:hover {
    text-decoration: underline;
    text-decoration-color: #999;
    text-underline-offset: 8px;
}

#breadcrumb ol {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

#breadcrumb ol li {
    float: left;
    margin: 0;
    font-size: 12px;
    color: #333;
}

#breadcrumb ol li a {
    padding: 0 16px 0 0;
    color: #333;
    background: url(https://u.jimcdn.com/cms/o/sb6075837ede862a0/userlayout/img/bc-arrow.png?t=1775619644) center right no-repeat;
    font-size: 12px;
    text-decoration: none;
}

#breadcrumb ol li a:hover {
    text-decoration: underline;
    text-decoration-color: #999;
    text-underline-offset: 8px;
}

#breadcrumb ol li a.cc-nav-current {
    text-decoration: underline;
    color: #333;
    background: none;
    text-decoration-color: #999;
    text-underline-offset: 8px;
}

/*--コンテンツなど--*/

#content {
    width: 100%;
    margin: 0;
    padding: 0px 0px 145px 0px;
    display: block;
    box-sizing: border-box;
}

@media screen and (max-width:768px) {
    #content {
        padding-bottom: 60px;
    }
}

/*--見出し--*/

.j-header h1 {
    width: auto;
    font-size: 30px !important;
    font-weight: bold;
    color: #1d2731 !important;
    line-height: 150% !important;
    padding: 45px 15px 30px 15px;
    margin: 0px 0px 5px 0px;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Hiragino Sans", "メイリオ", "Mayryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
    text-align: center;
    letter-spacing: 3px;
    background: url(https://u.jimcdn.com/cms/o/sb6075837ede862a0/userlayout/img/h1-bg.png?t=1775619805) center top no-repeat;
    display: block;
}

.j-header h2 {
    width: auto;
    font-size: 24px !important;
    font-weight: bold;
    color: #FFF !important;
    line-height: 150% !important;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Hiragino Sans", "メイリオ", "Mayryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
    text-align: center;
    background: url(https://u.jimcdn.com/cms/o/sb6075837ede862a0/userlayout/img/h2-border.png?t=1775619820) center top 3px repeat-x,
        url(https://u.jimcdn.com/cms/o/sb6075837ede862a0/userlayout/img/h2-border.png?t=1775619820) center bottom 3px repeat-x,
        url(https://u.jimcdn.com/cms/o/sb6075837ede862a0/userlayout/img/h2-bg.png?t=1775619815) center top repeat;
    padding: 12px 25px;
    margin: 0px 0px 25px 0px;
    box-sizing: border-box;
    display: block;
    position: relative;
}

.j-header h3 {
    width: auto;
    font-size: 18px !important;
    font-weight: bold;
    color: #1d2731 !important;
    line-height: 150% !important;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Hiragino Sans", "メイリオ", "Mayryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
    padding: 0px 15px 0px 20px;
    margin: 0px 0px 5px 0px;
    background: url(https://u.jimcdn.com/cms/o/sb6075837ede862a0/userlayout/img/h3-bg.png?t=1775619825) 0px 7px no-repeat;
    box-sizing: border-box;
}

@media screen and (max-width:768px) {
    .j-header h1 {
        font-size: 28px !important;
    }

    .j-header h2 {
        font-size: 22px !important;
    }
}

/*--ブログタイトル--*/

h1.j-blog-header {
    color: #1d2731 !important;
}

/*--見出しここまで--*/

/*--フッタ--*/

footer {
    width: 100%;
    clear: both;
    margin: 0;
    padding: 0;
}

#ft-copy {
    width: 100%;
    margin: 0;
    padding: 15px 15px;
    font-size: 14px;
    font-family: Helvetica, Arial, sans-serif !important;
    font-weight: 400;
    color: #FFF;
    background: #235170;
    line-height: 150%;
    letter-spacing: 1px;
    text-align: center;
    box-sizing: border-box;
}


footer #footer-btm {
    background: #1d2731;
}

footer #sys-footer {
    width: 98%;
    max-width: 1120px;
    margin: 0 auto;
    padding: 15px 0px 15px 0px;
    text-align: left;
    font-size: 12px;
    line-height: 150%;
    color: #FFF;
}

footer #sys-footer a:link,
footer #sys-footer a:visited {
    text-decoration: underline;
    color: #FFF !important;
}

footer #sys-footer a:active {
    text-decoration: none;
}

footer #sys-footer a:hover {
    text-decoration: none;
}

footer #sys-footer a img {
    background-color: transparent;
}

#content .j-blogarticle .c {
    display: none;
}

/*--Jimdo概要P補正--*/

#imprint h2 {
    background: none;
    height: auto;
}

footer .inforow {
    display: none;
}