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

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

/*汎用クラス（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;
}

.txt-box01 {
    width: 90%;
    margin: 0 auto;
    padding: 0;
}

.fs-20 {
    font-size: 20px;
}

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

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

.m-off {
    display: block;
}

.m-on {
    display: none;
}

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

.blog-head {
    width: 100%;
    height: 93px;
    font-size: 1px;
    color:rgba(0,0,0,0);
    margin: 0 auto;
    padding: 0;
    background: url(https://u.jimcdn.com/cms/o/s6e85d6fc38845739/userlayout/img/blog-head.png?t=1568687119) center top no-repeat;
    display: block;
}

.fb-head {
    width: 100%;
    height: 93px;
    font-size: 1px;
    color:rgba(0,0,0,0);
    margin: 0 auto;
    padding: 0;
    background: url(https://u.jimcdn.com/cms/o/s6e85d6fc38845739/userlayout/img/fb-head.png?t=1568687131) center top no-repeat;
    display: block;
}

.txt-box01 {
    width: 100%;
    margin: 0;
    padding: 40px 5px 25px 5px;
    background: url(https://u.jimcdn.com/cms/o/s6e85d6fc38845739/userlayout/img/ft-kazari.png?t=1568687178) center top no-repeat;
    text-align: center;
    border-bottom: 1px solid #CCC;
}

.txt-box01 p {
    margin: 0;
    padding: 0;
    font-size: 14px !important;
    line-height: 160%;
    color: #333;
}

.cc-map-wrapper {
    border:1px solid #2e65a2;
    box-sizing:content-box;
}

.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;
}

.j-table table.around-border {
    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-border th {
    background-color: #EEE;
}

.j-calltoaction-link-style-1 {
    padding: 10px 16px !important;
    font-size: 20px !important;
}

.j-calltoaction-link-style-2 {
    padding: 5px 15px !important;
    font-size: 14px !important;
}

.j-calltoaction-link {
    background-color: #725750 !important;
    border-color: #725750 !important;
}

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

.topic-box {
    width: 100%;
    max-height: 310px;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    overflow-y: scroll;
}

.topic-box p {
    display: block;
    border-bottom: 1px dashed #CCC;
    padding: 10px;
}

@media screen and (max-width:768px) {
    .topic-box {
        padding: 0;
        background-image: none;
    }
}

/*--RSSまわり--*/
.rssFeed {
    width: 100%;
    margin: 0;
    padding: 0;
    border-bottom: 1px dotted #CCC;
}

.rssFeed .rssFeedTitle {
    width: 100%;
    margin: 0;
    padding: 20px 20px 0px 20px !important;
    font-size: 16px !important;
    color:#333 !important;
    line-height: 160%;
    display: block;
    border-top: 1px dotted #CCC;
    box-sizing: border-box;
}

.rssFeed > br {
    display: none;
}

.rssFeed > a {
    width:100%;
    margin: 0px 0px 20px 0px;
    padding: 0px 20px 0px 20px !important;
    font-size: 16px !important;
    color: #D85C5C !important;
    text-decoration: none !important;
    display: block;
}

.rssFeed > a:hover {
    text-decoration: underline !important;
    opacity:0.7 !important;
}

/*clearfix*/

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

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

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

    .under-arrow-hidden {
        display: none;
    }
}

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

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

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;
    overflow-x: hidden;
}

#cc-inner {
    overflow: hidden;
}

/*--ヘッダ--*/

header {
    width: 100%;
    margin: 0;
    padding: 8px 0px 0px 0px;
    background: #FFF;
}

#header-inner {
    width: 100%;
    max-width: 1010px;
    margin: 0 auto;
    padding: 20px 0px;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
}

#header-inner #header-left {
    width: 100%;
    max-width: 464px;
    margin: 0;
    padding: 0;
}

#header-left h1 {
    margin: 0;
    padding: 0;
}

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

#header-inner #head-tel {
    width: 100%;
    max-width: 241px;
    margin: 0px 0px 0px auto;
    padding: 0px 17px;
    box-sizing: border-box;
}

#header-inner #head-contact {
    width: 100%;
    max-width: 185px;
    margin: 0;
    padding: 0;
}

@media screen and (max-width:1010px) {
    #header-inner {
        width: 100%;
        padding: 15px 5px;
        box-sizing: border-box;
    }
}

@media screen and (max-width:767px) {
    #header-inner {
        -webkit-flex-direction: column;
        flex-direction: column;
        padding-bottom: 10px;
        padding-top: 10px;
    }

    #header-inner #header-left,
    #header-inner #head-tel,
    #header-inner #head-contact {
        margin: 0 auto;
    }
    
    #header-inner #head-tel {
        padding: 10px 0px;
    }

}

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

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

#g-nav-wrap {
    width: 100%;
    margin: 0;
    padding: 0;
    display: block;
    background: url(https://u.jimcdn.com/cms/o/s6e85d6fc38845739/userlayout/img/g-nav-bg.png?t=1568687192);
}

#g-nav {
    width: 100%;
    max-width:1010px;
    margin: 0 auto;
    padding: 10px 0px;
}

#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: -webkit-flex;
    display: flex;
    justify-content:space-between;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

#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: 100%;
    margin: 0;
    border-left:1px dotted #FFF;
}

#g-nav ul.cc-nav-level-0 > li:last-child {
    border-right:1px dotted #FFF;
}

#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: 8px 5px;
    margin: 0 auto;
    color: #FFF;
    text-decoration: none;
    font-size: 15px;
    font-weight: bold;
    font-family: "メイリオ", "Mayryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
    line-height: 150%;
    box-sizing: border-box;
    white-space: normal;
    text-align: center;
}

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

#g-nav ul.cc-nav-level-0 li a.cc-nav-current,
ul.cc-nav-level-0 li.cc-nav-parent a {
    font-weight: bold;
}

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

#g-nav ul.cc-nav-level-0 li ul li {
    min-width: 150px;
    height: auto;
    margin: 0px 0px 0px 1px;
    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: "メイリオ", "Mayryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
    line-height: 120%;
    color: #333;
    padding: 14px 20px 14px 28px;
    background: url(https://u.jimcdn.com/cms/o/s6e85d6fc38845739/userlayout/img/g-nav-lm02.png?t=1568687204) left top no-repeat #F2ECD6;
    font-weight: normal;
    text-shadow: none;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    transition: 0.3s;
    border-right: none;
    text-decoration: none;
}

#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: "メイリオ", "Mayryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
    line-height: 120%;
    color: #333;
    padding: 14px 20px 14px 28px;
    background: url(https://u.jimcdn.com/cms/o/s6e85d6fc38845739/userlayout/img/g-nav-lm02.png?t=1568687204) left top no-repeat #F2ECD6;
    font-weight: normal;
    border-right: none;
    text-decoration: none;
}

#g-nav ul.cc-nav-level-0 a:hover {
    font-weight: bold;
}

#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;
    color: #FFF;
    background: url(https://u.jimcdn.com/cms/o/s6e85d6fc38845739/userlayout/img/g-nav-lm02ro.png?t=1568687215) left top no-repeat #725750;
}

#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;
    color: #FFF;
    background: url(https://u.jimcdn.com/cms/o/s6e85d6fc38845739/userlayout/img/g-nav-lm02ro.png?t=1568687215) left top no-repeat #725750;
}

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

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

/*--編集可能共通ブロック（サイドバー）ー--*/

#navigation {
    width: 100%;
    margin: 0;
    padding: 0;
    background: url(https://u.jimcdn.com/cms/o/s6e85d6fc38845739/userlayout/img/ft-bg01.png?t=1568687146);
}

#navigation #sidebar {
    width: 98%;
    max-width: 1020px;
    margin: 0 auto;
    padding: 35px 0px 25px 0px;
}

/*--サイドバーここまで--*/

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

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

#navigation-m {
    display: none;
}

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

@media screen and (max-width:1009px) {
    .menu-sw-outer {
        width: 100%;
        margin: 0;
        padding: 0;
        background-color: #F29191;
        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;
        position: absolute;
        top: 20px;
    }

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

    .menu-sw03 {
        width: 31px;
        height: 3px;
        background-color: #FFF;
        position: absolute;
        top: 38px;
    }

    .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: 9px;
        left: 10px;
        font-size: 10px;
        font-weight: bold;
        color: #FFF;
        line-height: 100% !important;
    }

    #navigation-m #s-menu-m {
        width: 100%;
        margin: 0;
        padding: 0;
        background: #F29191;
        display: block;
    }

    #navigation-m #s-menu-m ul.cc-nav-level-0 {
        width: 100%;
        margin: 0 !important;
        padding: 0;
    }

    #navigation-m #s-menu-m ul.cc-nav-level-1 {
        width: 100%;
        margin: 0 !important;
        padding: 0;
        background: none;
    }

    #navigation-m #s-menu-m ul.cc-nav-level-0 li {
        list-style: none;
        line-height: 100%;
    }

    #navigation-m #s-menu-m ul.cc-nav-level-0 li a {
        width: 100%;
        margin: 0;
        font-size: 14px !important;
        line-height: 150% !important;
        text-decoration: none;
        padding: 10px 10px 11px 38px;
        color: #FFF;
        display: block;
        background: url(https://u.jimcdn.com/cms/o/s6e85d6fc38845739/userlayout/img/g-nav-lm02ro.png?t=1568687215) no-repeat #F29191;
        display: block;
        box-sizing: border-box;
        border-bottom: 1px solid #F29191;
    }

    #navigation-m #s-menu-m ul.cc-nav-level-0 li a:hover,
    #navigation-m #s-menu-m ul.cc-nav-level-0 li a.current {
        background: url(https://u.jimcdn.com/cms/o/s6e85d6fc38845739/userlayout/img/g-nav-lm02.png?t=1568687204) no-repeat #F8C2C2;
        color: #333;
        font-weight: bold;
    }

    #navigation-m #s-menu-m ul.cc-nav-level-2 {
        margin: 0 !important;
        padding: 0;
        border-bottom: 1px solid #F29191;
    }

    #navigation-m #s-menu-m ul.cc-nav-level-1 li,
    #navigation-m #s-menu-m ul.cc-nav-level-2 li {
        margin: 0;
        padding: 0;
        list-style: none;
        width: 100%;
        background: #F9DDE2;
        border: none;
    }

    #navigation-m #s-menu-m ul.cc-nav-level-1 li a {
        width: auto;
        margin: 0;
        font-size: 14px !important;
        line-height: 150% !important;
        text-decoration: none;
        padding: 10px 10px 11px 58px;
        color: #333;
        display: block;
        background: url(https://u.jimcdn.com/cms/o/s6e85d6fc38845739/userlayout/img/m-nav-lm02.png?t=1568687639) 20px 2px no-repeat;
        border-bottom: 1px solid #F29191;
    }

    #navigation-m #s-menu-m ul.cc-nav-level-2 li a {
        width: auto;
        margin: 0;
        font-size: 12px !important;
        line-height: 150% !important;
        text-decoration: none;
        color: #333;
        padding: 12px 10px 11px 78px;
        background: url(https://u.jimcdn.com/cms/o/s6e85d6fc38845739/userlayout/img/m-nav-lm02.png?t=1568687639) 40px 2px no-repeat;
        display: block;
        border-bottom: none;
    }

    #navigation-m #s-menu-m ul.cc-nav-level-1 a:hover {
        color: #333;
        font-weight: bold;
        background-color: #F8C2C2 !important;
        background-position: 20px 2px !important;
        background-image: url(https://u.jimcdn.com/cms/o/s6e85d6fc38845739/userlayout/img/m-nav-lm02.png?t=1568687639) !important;
    }

    #navigation-m #s-menu-m ul.cc-nav-level-1 a.current {
        color: #333;
        font-weight: bold;
        background-color: #F8C2C2 !important;
        background-position: 20px 2px !important;
        background-image: url(https://u.jimcdn.com/cms/o/s6e85d6fc38845739/userlayout/img/m-nav-lm02.png?t=1568687639) !important;
    }

    #navigation-m #s-menu-m ul.cc-nav-level-2 a:hover {
        color: #333;
        font-weight: bold;
        background-color: #F8C2C2 !important;
        background-position: 40px 2px !important;
    }

    #navigation-m #s-menu-m ul.cc-nav-level-2 a.current {
        color: #333;
        font-weight: bold;
        background-color: #F8C2C2 !important;
        background-position: 40px 2px !important;
    }

}

@media screen and (max-width:1009px) {
    #navigation #s-menu {
        display: none;
    }
}

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

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

#main-img {
    display: none;
}

.cc-page-index #main-img {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    background-color:#FFF;
    display: block;
}

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

#top-main {
    width: 100%;
    max-width: 1030px;
    margin: 0 auto;
    padding: 0;
    display: block;
}

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

/*--トップページメルマガ部分まで--*/
#top-page-head {
    display: none;
}

.cc-page-index #top-page-head {
    width: 100%;
    margin: 0;
    padding: 25px 0px 30px 0px;
    background-color: #F6F2E9;
    display: block;
}

.cc-pagemode-notfound #top-page-head,
.cc-pagemode-overlay #top-page-head,
.cc-pagemode-sitetemplate #top-page-head {
    display: none !important;
}

#top-page-head .top-hl {
    width: 98%;
    max-width: 490px;
    margin: 0 auto;
    padding: 0;
}

#top-page-head .top-txt {
    width:95%;
    max-width: 1010px;
    margin: 0 auto;
    padding: 25px 0px;
}

#top-page-head .top-txt > p {
    margin: 0;
    padding: 0;
    color: #333;
    font-size:15px;
    line-height: 160%;
    text-align: center;
}

.m-mag-box-pc {
    width: 1010px;
    margin: 0 auto;
    padding: 60px 98px 16px 177px;
    background: url(https://u.jimcdn.com/cms/o/s6e85d6fc38845739/userlayout/img/m-mag-bg.png?t=1568687613) left top no-repeat;
    box-sizing: border-box;
    display: flex;
}

.m-mag-box-pc > div:last-child {
    width: 440px;
    margin: 0px 0px 0px auto;
}

.m-mag-box-pc > div > p {
    margin: 0;
    padding: 0;
    font-size:14px;
    line-height: 160%;
    color: #333;
}

.mag-mail {
    width: 275px;
    height: 38px;
    margin: 0;
    border-radius: 5px;
    border:1px solid #CCC;
}

.m-mag-box-pc .input-box02 {
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
}

.m-mag-box-pc .input-box02 p {
    margin: 0;
    padding: 0;
    font-size:14px;
    line-height: 160%;
    color: #333;
}

.mag-seimei {
    width: 125px;
    height: 38px;
    margin: 0px 10px;
    border-radius: 5px;
    border:1px solid #CCC;
}

.mag-submit {
    width:96px;
    height: 40px;
    margin: 0px 0px 0px auto;
    background-color: transparent;
    background: url(https://u.jimcdn.com/cms/o/s6e85d6fc38845739/userlayout/img/m-mag-btn.png?t=1568687624) left top no-repeat;
    font-size: 1px;
    color: rgba(0,0,0,0);
    border: none;
    transition: 0.3s;
}

.mag-submit:hover {
    cursor: pointer;
    opacity: 0.7;
}

.m-mag-box-mb {
    width:100%;
    max-width: 480px;
    margin: 0 auto;
    padding: 0px 0px 15px 0px;
    background-color: #FFF;
    display: block;
}

.m-mag-box-mb .m-mag-title {
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif !important;
    font-size: 20px;
    font-weight: bold;
    color: #FFF;
    line-height: 150%;
    margin: 0;
    padding: 15px;
    background-color: #FD8389;
    text-align: center;
    display: block;
    box-sizing: border-box;
}

.m-mag-box-mb .m-mag-text {
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif !important;
    font-size: 18px;
    font-weight: bold;
    color: #3F1818;
    line-height: 150%;
    margin: 0;
    padding: 10px 15px;
    text-align: center;
    display: block;
    box-sizing: border-box;
}

.m-mag-box-mb p {
    margin: 0;
    padding: 0;
    font-size:14px;
    line-height: 160%;
    color: #333;
}

.m-mag-box-mb > div {
    padding: 0px 15px;
    box-sizing: border-box;
}

.m-mag-box-mb .mag-mail {
    width: 100%;
    height: 38px;
    margin: 0px 0px 10px 0px;
    border-radius: 5px;
    border:1px solid #CCC;
    display: block;
}

.m-mag-name-mb {
    width: 100%;
    margin: 0;
    padding: 0px 0px 10px 0px;
    display: flex;
}

.m-mag-name-mb > div {
    width:47%;
}

.m-mag-name-mb > div:last-child {
    margin: 0px 0px 0px auto;
}

.m-mag-name-mb .mag-seimei-m {
    width: 100%;
    height: 38px;
    margin: 0;
    border-radius: 5px;
    border:1px solid #CCC;
}

.m-mag-box-mb .mag-submit {
    margin: 0 auto;
    display: block;
}

@media screen and (max-width:479px) {
    .m-mag-name-mb {
        flex-direction: column;
    }
    
    .m-mag-name-mb > div {
        width: 100%;
    }
    
    .m-mag-name-mb > div:last-child {
        margin: 0;
    }
    
}

/*--トップページメルマガ部分ここまで--*/

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

#container {
    width: 100%;
    margin: 0;
    padding: 55px 0px 0px 0px;
    text-align: left;
}

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

#bc-outer {
    width: 100%;
    margin: 0;
    padding: 10px 0px 10px 0px;
    display: block;
    box-sizing: border-box;
    background-color: #FBF4E7;
}

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

.cc-pagemode-notfound #bc-outer,
.cc-pagemode-overlay #bc-outer,
.cc-pagemode-sitetemplate #bc-outer {
    width: 100%;
    margin: 0;
    padding: 10px 0px 10px 0px;
    display: block !important;
    box-sizing: border-box;
    background-color: #FBF4E7;
}

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

#breadcrumb a.home-link {
    width: auto;
    padding: 0 14px 0 0;
    color: #6E4F4C;
    background: url(https://u.jimcdn.com/cms/o/s6e85d6fc38845739/userlayout/img/bc-arrow.png?t=1568687109) center right no-repeat;
    font-size: 11px;
    float: left;
}

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

#breadcrumb ol li {
    float: left;
    margin: 0;
    font-size: 11px;
    color: #6E4F4C;
}

#breadcrumb ol li a {
    padding: 0 14px 0 0;
    color: #6E4F4C;
    background: url(https://u.jimcdn.com/cms/o/s6e85d6fc38845739/userlayout/img/bc-arrow.png?t=1568687109) center right no-repeat;
    font-size: 11px;
}

#breadcrumb ol li a.cc-nav-current {
    text-decoration: none;
    color: #6E4F4C;
    background: none;
}


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

#content {
    width: 98%;
    max-width: 1020px;
    margin: 0 auto;
    padding: 0px 0px 100px 0px;
    text-align: left;
}

/*--見出し--*/

.j-header h1 {
    width: auto;
    font-size: 30px !important;
    font-weight: bold !important;
    color: #D85C5C !important;
    line-height: 150% !important;
    padding: 15px;
    margin: 0px 0px 5px 0px;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif !important;
    font-weight: bold;
    text-align: center;
    display: block;
}

.j-header h2 {
    width: auto;
    max-width: 1010px;
    background: url(https://u.jimcdn.com/cms/o/s6e85d6fc38845739/userlayout/img/h2-bg.png?t=1568687229) left top no-repeat;
    font-size: 20px !important;
    font-weight: bold !important;
    color: #FFF !important;
    line-height: 150% !important;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif !important;
    text-align: left;
    padding: 16px 15px 16px 40px;
    margin: 0px 0px 5px 0px;
    box-sizing: border-box;
}

.j-header h3 {
    width: auto;
    background: url(https://u.jimcdn.com/cms/o/s6e85d6fc38845739/userlayout/img/h3-bg.png?t=1568687239) 0px 3px no-repeat;
    font-size: 18px !important;
    font-weight: bold !important;
    color: #3F1818 !important;
    line-height: 150% !important;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif !important;
    padding: 0px 15px 0px 20px;
    margin: 0px 0px 5px 0px;
    box-sizing: border-box;
}

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

h1.j-blog-header {
    color: #3F1818 !important;
}

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

/*--フッタ--*/

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

#ft-copy {
    width: 100%;
    margin: 0;
    padding: 15px 0px 15px 0px;
    font-size: 12px;
    font-weight: bold;
    color: #FFF;
    background:url(https://u.jimcdn.com/cms/o/s6e85d6fc38845739/userlayout/img/ft-bg02.png?t=1568687157);
    line-height: 150%;
    text-align: center;
}


footer #footer-btm {
    background:url(https://u.jimcdn.com/cms/o/s6e85d6fc38845739/userlayout/img/ft-bg03.png?t=1568687166);
}

footer #sys-footer {
    width: 98%;
    max-width: 970px;
    margin: 0 auto;
    padding: 15px 0px 15px 0px;
    text-align: left;
    font-size: 12px;
    font-weight: bold;
    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;
}