@charset "utf-8";
/* CSS Document */

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
form,
input,
button,
p {
    margin: 0px;
    padding: 0px;
 /*   font-size: 16px;*/
    /*font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝", serif;*/
    /*font-family:"游ゴシック",YuGothic,Hiragino Sans,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic Pro",Hiragino Kaku Gothic ProN,"メイリオ",Meiryo,'ＭＳ Ｐゴシック',sans-serif;*/
    /*font-family: 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', sans-serif;*/
   /* line-height: 160%;*/
    /*color: #000;*/
}

/*フォント系*/


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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.bold {
    font-weight: bold;
}

.red {
    color: red;
}

.blue {
    color: blue;
}

.white {
    color: #fff;
}

/*クリアフィックス*/

.clearfix:after {
    content: "";
    display: block;
    clear: both;
}

.clearfix:before {
    display: block;
    content: "";
    clear: both;
}

.clearfix {
    display: inline-block;
}

* html .clearfix {
    height: 1%;
}

.clearfix {
    display: block;
}

.clear {
    clear: both;
}

iframe {
    max-width: 100%;
}

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

img:not([src*="."]) {
    display: none;
}

.lb-outerContainer {
    width: initial !important;
    max-width: 450px !important;
    height: auto !important;
}

.lightbox .lb-image {
    width: 100% !important;
    height: auto !important;
    border: none !important;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    max-width: initial !important;
}

.pic {
    text-align: center;
}

.rp .pic {
    width: 35%;
}

.rp .tbox {
    width: 60%;
}

.bkimg {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.bkimg img {
    width: 100%;
    min-width: 1200px;
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

a {
    text-decoration: none;
    color: #000;
}

a:hover {
    opacity: 0.6;
    color: inherit;
    text-decoration: none;
}

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

a[data-href="#"] {
    border: solid red 5px;
    display: block;
    position: relative !important;
    opacity: 1;
}

a[data-href*="."] {
    border: solid red 5px;
    display: block;
    position: relative !important;
    opacity: 1;
}

a[data-href="#"]:hover:before {
    content: "リンクが設定されていない可能性があります。";
    position: absolute !important;
    width: 100%;
    bottom: 100%;
    color: red;
    font-weight: bold;
    background: #555;
    padding: 5px;
    font-size: 12px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

a[data-href*="."]:hover:before {
    content: "外部リンクの可能性があります。リンクが飛ばない可能性がありますので注意してください。";
    position: absolute !important;
    width: 100%;
    bottom: 100%;
    color: red;
    font-weight: bold;
    background: #555;
    padding: 5px;
    font-size: 12px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

[data-element-id][data-uk-slideshow]:hover:before {
    content: "※こちらは見たまま編集ができません。①画像をダブルクリック、②変更（歯車マーク）、③スライドショーから編集してください。";
    display: block;
    line-height: 1.8;
    font-weight: bold;
    color: red;
    clear: both;
    background: #4c4c4c;
    padding: 5px;
    text-align: left;
    position: relative;
    letter-spacing: 1px;
    z-index: 1000;
    font-size: 12px;
}

[data-collection-list-content]:hover:before {
    content: "※こちらは見たまま編集ができません。①ページのどこかをダブルクリック、②左下（もしくは左上）のCMSロゴをクリック、③画面右上のメニュー（三本線マーク）から「カスタムコンテンツ管理」をクリック、④編集したいカスタムコンテンツの一覧（三本線マーク）から記事投稿・記事編集ができます。";
    display: block;
    line-height: 1.8;
    font-weight: bold;
    color: red;
    clear: both;
    background: #4c4c4c;
    padding: 5px;
    text-align: left;
    position: relative;
    letter-spacing: 1px;
    z-index: 1000;
    font-size: 12px;
}

ul,
li {
    list-style: none;
   /* text-align: left;*/
    padding: 0;
    margin: 0;
}

dl,
dt,
dd {
  /*  text-align: left;*/
    padding: 0;
    margin: 0;
}

/*トランスフォーム親*/

.tfm_p {
    position: relative;
}

/*左右中央寄せ*/

.tfm_x {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}

/*上下中央寄せ*/

.tfm_y {
    position: absolute;
    top: 50%;
    left: 0%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

/*上下左右中央寄せ*/

.tfm_xy {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

/*トリミング*/

.trimming {
    width: 100%;
    position: relative;
    display: block;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.trimming:after {
    display: block;
    content: "";
    padding-top: 100%;
    /*100%で正方形にカット。100%以下で横長、100%以上で縦長*/
}
/*ofiImg*/

.ofiImg img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100% !important;
    font-family: 'object-fit: cover;';
    /*IE対策*/
}
@media all and (-ms-high-contrast: none) {
    .ofiImg img {
        background-position: top center !important;
    }
}
.ofiImg.tc {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    height: 100%;
    width: 100%;
}

.ofiImg.t130 {
    position: relative;
    padding-top: 130%;
    display: block;
}

.ofiImg.t130 img {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    -o-object-position: top center;
    object-position: top center;
}

.ofiImg.t120 {
    position: relative;
    padding-top: 120%;
    display: block;
}

.ofiImg.t120 img {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    -o-object-position: top center;
    object-position: top center;
}

.ofiImg.t110 {
    position: relative;
    padding-top: 110%;
    display: block;
}

.ofiImg.t110 img {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    -o-object-position: top center;
    object-position: top center;
}

.ofiImg.t100 {
    position: relative;
    padding-top: 100%;
    display: block;
}

.ofiImg.t100 img {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    -o-object-position: top center;
    object-position: top center;
}

.ofiImg.t90 {
    position: relative;
    padding-top: 90%;
    display: block;
}

.ofiImg.t90 img {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    -o-object-position: top center;
    object-position: top center;
}

.ofiImg.t80 {
    position: relative;
    padding-top: 80%;
    display: block;
}

.ofiImg.t80 img {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    -o-object-position: top center;
    object-position: top center;
}

.ofiImg.t75 {
    position: relative;
    padding-top: 75%;
    display: block;
}

.ofiImg.t75 img {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    -o-object-position: top center;
    object-position: top center;
}
.ofiImg.t70 {
    position: relative;
    padding-top: 70%;
    display: block;
}

.ofiImg.t70 img {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    -o-object-position: top center;
    object-position: top center;
}
.ofiImg.t65 {
    position: relative;
    padding-top: 60%;
    display: block;
}

.ofiImg.t65 img {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    -o-object-position: top center;
    object-position: top center;
}
.ofiImg.t60 {
    position: relative;
    padding-top: 60%;
    display: block;
}

.ofiImg.t60 img {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    -o-object-position: top center;
    object-position: top center;
}
.ofiImg.t57 {
    position: relative;
    padding-top: 57%;
    display: block;
}

.ofiImg.t55 img {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    -o-object-position: top center;
    object-position: top center;
}
.ofiImg.t55  {
    position: relative;
    padding-top: 55%;
    display: block;
}

.ofiImg.t57 img {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    -o-object-position: top center;
    object-position: top center;
}
.ofiImg.t50 {
    position: relative;
    padding-top: 50%;
    display: block;
}

.ofiImg.t50 img {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    -o-object-position: top center;
    object-position: top center;
}.ofiImg.t50 {
    position: relative;
    padding-top: 50%;
    display: block;
}

.ofiImg.t50 img {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    -o-object-position: top center;
    object-position: top center;
}
.ofiImg.t47 {
    position: relative;
    padding-top: 47%;
    display: block;
}

.ofiImg.t47 img {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    -o-object-position: top center;
    object-position: top center;
}
.ofiImg.t45 {
    position: relative;
    padding-top: 45%;
    display: block;
}

.ofiImg.t45 img {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    -o-object-position: top center;
    object-position: top center;
}
.ofiImg.t40 {
    position: relative;
    padding-top: 40%;
    display: block;
}

.ofiImg.t40 img {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    -o-object-position: top center;
    object-position: top center;
}

/*フレックス*/

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

/*フレックスセンター*/

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

.flex > div[data-collection-list-content],
.flex_c > div[data-collection-list-content] {
    width: 100%;
}

.flex > div[data-recommend-collection-list-content],
.flex_c > div[data-recommend-collection-list-content] {
    width: 100%;
}

.flex > div[data-collection-list-content] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.flex_c > div[data-collection-list-content] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: justify;
    -webkit-justify-content: center;
    justify-content: center;
}

.flex > div[data-recommend-collection-list-content] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.flex_c > div[data-recommend-collection-list-content] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: justify;
    -webkit-justify-content: center;
    justify-content: center;
}

.col2 {
    width: 46%;
    margin: 0% 2% 4% 2%;
}

.col3 {
    width: 29%;
    margin: 0% 2% 4% 2%;
}

.col4 {
    width: 21%;
    margin: 0% 2% 4% 2%;
}

.col5 {
    width: 16%;
    margin: 0% 2% 4% 2%;
}

.col6 {
    width: 12%;
    margin: 0% 2% 4% 2%;
}

.list2 {
    width: 46%;
    margin: 0% 2% 4% 2%;
}

.list3 {
    width: 29%;
    margin: 0% 2% 4% 2%;
}

.list4 {
    width: 21%;
    margin: 0% 2% 4% 2%;
}

.list5 {
    width: 16%;
    margin: 0% 2% 4% 2%;
}

.list6 {
    width: 12%;
    margin: 0% 2% 4% 2%;
}

@media only screen and (max-width: 1024px) {
    .bkimg {
        position: relative;
    }
    .bkimg img {
        min-width: initial !important;
    }

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

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

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

    .fs-26 {
        font-size: 22px;
    }

    .fs-28 {
        font-size: 22px;
    }

    .fs-30 {
        font-size: 24px;
    }

    .fs-32 {
        font-size: 24px;
    }

    .fs-34 {
        font-size: 26px;
    }

    .fs-36 {
        font-size: 26px;
    }

    .fs-38 {
        font-size: 28px;
    }

    .fs-40 {
        font-size: 28px;
    }

    .fs-42 {
        font-size: 30px;
    }

    .fs-44 {
        font-size: 30px;
    }

    .fs-46 {
        font-size: 32px;
    }
    a[href*="tel"] {
        pointer-events: initial !important;
    }
    .flex {
        max-width: 700px;
        margin: auto;
    }

    .flex_c {
        max-width: 700px;
        margin: auto;
    }
    
    .col2 {
        width: 46%;
    }

    .col3 {
        width: 29%;
    }

    .col4 {
        width: 29%;
    }

    .col5 {
        width: 29%;
    }
    
    .col6 {
        width: 21%;
    }
    
    .list2 {
        width: 46%;
    }
    
    .list3 {
        width: 46%;
    }

    .list4 {
        width: 46%;
    }

    .list5 {
        width: 29%;
    }
    
    .list6 {
        width: 29%;
    }
    #gnav {
        position: fixed;
        top: 0;
        right: 0;
        min-width: 200px;
        width: 30%;
        height: 100%;
        -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
        transform: translateX(100%);
        -webkit-transition: ease .7s;
        transition: ease .7s;
        padding: 0;
        z-index: 101;
        border: none;
        padding-bottom: 0;
    }
    #gnav p {
        display: block !important;
        position: fixed;
        width: 38px;
        height: 38px;
        top: -4px;
        left: -44px;
        border: 1px solid #fff;
        background: #608810;
        cursor: pointer;
        opacity: 0.8;
        margin: 2px;
        box-shadow: 0px 0px 0px 2px #608810;
        -moz-box-shadow: 0px 0px 0px 2px #608810;
        -webkit-box-shadow: 0px 0px 0px 2px #608810;
    }
    #gnav ul {
        width: auto;
        height: 100%;
        overflow-y: auto;
        padding-top: 0;
        padding-bottom: 0;
    }
    #gnav li {
        display: block !important;
        width: auto;
        text-align: center;
        float: none;
        border-bottom: 1px dotted #cacad9;
        padding: 0 !important;
        margin-top: 0;
    }
    #gnav ul li a {
        height: auto;
        display: block;
        text-align: left;
        padding: 10px 15px;
        border: none !important;
    }
    #gnav.action {
        -webkit-transform: translateX(0px);
        -ms-transform: translateX(0px);
        transform: translateX(0px);
    }
    #gnav p span.n {
        display: block;
        background: #fff;
        height: 2px;
        width: 26px;
        text-indent: 9999px;
        padding: 0;
        top: 50%;
        left: 6px;
        margin-top: -1px;
        position: absolute;
    }
    #gnav p span.n:before {
        display: block;
        content: "";
        background: #fff;
        height: 2px;
        width: 26px;
        position: absolute;
        top: -8px;
        left: 0;
    }
    #gnav p span.n:after {
        display: block;
        content: "";
        background: #fff;
        height: 2px;
        width: 26px;
        position: absolute;
        top: 8px;
        left: 0;
    }
    #gnav.action p span.n {
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
        -webkit-transition: ease .10s;
        transition: ease .10s;
    }
    #gnav.action p span.n:after,
    #gnav.action p span.n:before {
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
        top: 0;
        left: 0;
    }
    .overlay:after {
        content: "";
        width: 100%;
        height: 100%;
        background: #000;
        position: fixed;
        top: 0;
        left: 0;
        opacity: 0.3;
        z-index: 100;
    }
}

@media only screen and (max-width: 599px) {
    .fs-18 {
        font-size: 16px;
    }

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

    .fs-22 {
        font-size: 18px;
    }

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

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

    .fs-28 {
        font-size: 22px;
    }

    .fs-30 {
        font-size: 22px;
    }

    .fs-32 {
        font-size: 24px;
    }

    .fs-34 {
        font-size: 24px;
    }

    .fs-36 {
        font-size: 26px;
    }

    .fs-38 {
        font-size: 26px;
    }

    .fs-40 {
        font-size: 28px;
    }

    .fs-42 {
        font-size: 28px;
    }

    .fs-44 {
        font-size: 30px;
    }

    .fs-46 {
        font-size: 32px;
    }
    .flex {
        max-width: 450px;
        margin: auto;
    }
    .flex_c {
        max-width: 450px;
        margin: auto;
    }
    .col2 {
        width: 46%;
    }
    .col3 {
        width: 46%;
    }
    .col4 {
        width: 46%;
    }
    .col5 {
        width: 29%;
    }
    .col6 {
        width: 29%;
    }
    .list2 {
        width: 96%;
    }
    .list3 {
        width: 96%;
    }
    .list4 {
        width: 46%;
    }
    .list5 {
        width: 46%;
    }
    .list6 {
        width: 46%;
    }
    .rp {
        max-width: 450px;
        width: 95%;
    }
    .rp .pic {
        float: none !important;
        width: 90% !important;
        margin: 20px auto;
    }
    .rp .tbox {
        float: none !important;
        width: 100% !important;
        padding: 0 !important;
    }
}

.pic {
  width: 100%;
}
.pic img {
  width: 100% !important;
} 
.w42{
  width: 100%;
  max-width: 42%;
}
.w45{
  width: 100%;
  max-width: 45%;
}
.w50{
  width: 100%;
  max-width: 50%;
}
.w60{
  width: 100%;
  max-width: 60%;
}
.w100{
  width: 100%;
  max-width: 100%;
}
.m0a{
  margin: 0 auto;
}
.ml2 {
  margin-left: 2%;
}

.list-pager {
  width: 100%;
  margin: 2% auto;
}
.list-pager ul {
  padding-left: 0;
}
.list-pager li span,
.list-pager li a {
     display: block;
    width: 100%;
    text-align: center;
    font-size: 24px;
    text-decoration: none;
    padding: 0px 2px;
}


.list-pager li.prev,
.list-pager li.next {
  border-bottom: none;
}

.list-pager li.prev {
  padding-right: 1.5rem;
}

.list-pager li.next {
  padding-left: 1rem;
}
.logo_container .h_contact02 {
    width: 44%;
}
.logo_container .h_contact02.flex {
    display: -webkit-box;
  display: -ms-flexbox;
   display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.logo_container .h_contact .flex {
  max-width: 100%;
    display: -webkit-box;
  display: -ms-flexbox;
   display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.logo_container .h_contact .flex .h_contact figure + figure{
margin-left: 8%;
}
.logo_container h1.tit {
    width: auto;
    background: none;
    font-size: 11px;
    text-align: left;
    padding: 0;
    margin: 0;
    width: auto;
    max-width: 60%;
    text-indent: -9999px;
    line-height: 1px;
    margin-top: -1px;
}
[data-element-id].logo_container h1.tit {
    text-indent: initial;
    line-height: 140%;
}
.logo_container .h_contact02 .txt {
    width: 50%;
    padding: 0 1% 0 1%;
    box-sizing: border-box;
    font-size: 25px;
    color: #00411c;
    text-align: right;
    font-weight: bold;
    font-family: "游ゴシック",YuGothic,Hiragino Sans,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic Pro",Hiragino Kaku Gothic ProN,"メイリオ",Meiryo,'ＭＳ Ｐゴシック',sans-serif;
    line-height: 100%;
}
.logo_container .h_contact02 .txt a {
      color: #00411c;
      text-decoration:none;
}
.logo_container .h_contact02 .txt img {
    vertical-align: bottom;
    padding-right: 4%;
    max-width: 39px !important;
    padding-bottom: 5px;
}
.logo_container .h_contact02 .txt:nth-of-type(2) img {
    padding-bottom: 0px;
}
@media only screen and (max-width: 1024px) {
  .logo_container .h_contact {
    right: 5px !important;
  }
}  
@media only screen and (max-width: 1024px) {
  .logo_container .h_contact02 {
    width: 68%;
    padding-bottom: 25px;
}
.logo_container .h_contact.w42 {
  max-width: 50%;
}
.logo_container .h_contact figure.txt + figure.txt {
    margin-left: 3.5%;
}
.logo_container .h_contact02 {
    max-width: 53%;
}
}

@media only screen and (max-width: 768px) {
.logo_container .h_contact02.w45 {
    max-width: 100%;
    width: 80%;
}
.logo_container .h_contact02 .txt {
    width: 50%;
    text-align: center;
}
}
@media only screen and (max-width: 599px) {
.logo_container .h_contact02 {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
}
.logo_container .h_contact02 .txt {
    width: 100%;
    margin-bottom: 6px;
    line-height: 100%;
}
}
.main_visual .main_visual_copy > li.position {
    position: absolute;
    top: 20%;
    right: 0;
    left: 0;
    bottom: 0;
}
.main_visual .main_visual_copy > li .catch {
    text-align: center;
    background: url(/upload/tenant_1/573af035a98dff141dcb0b19263d3f27.png) no-repeat;
    width: 100%;
    background-size: 100% 100%;
    width: 38%;
    margin: 0 auto;
    position: relative;
}
.main_visual .main_visual_copy > li .catch:after {
    display: block;
    content: "";
    padding-top: 100%;
}
.main_visual .main_visual_copy > li .catch h2 {
    font-size: 36px;
    font-weight: bold;
    line-height: 160%;
    color: #31644a;
    text-align: center;
    margin: 0 auto;
    width: 100%;
    box-sizing: border-box;
    position: absolute;
    top: 25%;
}
.main_visual .main_visual_copy > li .catch h2:before,.main_visual .main_visual_copy > li .catch h2:after {
  display: none;
}
@media only screen and (max-width: 1024px) {
.main_visual .main_visual_copy > li .catch {
    width: 40%;
    position: relative;
}
.main_visual .main_visual_copy > li .catch h2 {
    font-size: 24px;
    padding-top: 3%;
        position: absolute;
    top: 30%;
}
.main_visual .main_visual_copy > li.position {
    top: 14%;
}
}
@media only screen and (max-width: 599px) {
.main_visual .main_visual_copy > li .catch {
    width: 65%;
}
.main_visual .main_visual_copy > li .catch h2 {
    font-size: 19px;
    padding-top: 0;
}
}

.gutters .back {
    display: block;
    margin: 0 auto;
    border-radius: 4px;
    line-height: 140%;
    background: #024424;
    color: #fff;
    text-align: center;
    max-width: 140px;
    margin-bottom: 30px;
}
.gutters .back a {
    display: block;
    padding: 1em 1em;
    color: #fff;
    text-decoration: none;
}

.recommend {
    background: #f8f6ef;
    position: relative;
    padding-top: 35px;
    padding-bottom: 25px;
}
.recommend　ul.flex {
  padding-left: 0;
}
.recommend h2 {
  text-align: center;
}
.recommend .container {
      padding: 0;
    position: relative;
}
.recommend .heading_group {
    margin: 0 auto;
    max-width: 32%;
    width: 100%;
    padding-bottom: 0;
}
.recommend .heading .s {
  margin-bottom: 0;
}

.recommend .cate {
  color: rgba(38, 30, 27, 255);
  font-size: 12px;
  margin: 0.5rem 0;
}
.recommend .reco_title {
    color: #261e1b;
}
.recommend .reco_title a {
  display: block;
    color: #261e1b;
    text-decoration: none;
}
.recommend ul {
   padding-left: 0;
}
.recommend li {
    width: 31.3%;
    margin: 0 1% 20px 1%;
}
.recommend li .pic {
    width: 100%;
    margin-bottom: 15px;
}
.recommend li .trimming:after {
    display: block;
    content: "";
    padding-top: 70%;
}
@media only screen and (max-width: 599px) {
  .recommend li {
    width: 46%;
    margin: 0 2% 20px 2%;
}
.recommend .heading_group {
    max-width: 80%;
}
}
.logo_container .h_contact figure.txt {
    width: 100%;
    max-width: 195px;
    background: #c2b56b;
    border-radius: 0 0 6px 6px;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    line-height: 140%;
}

.logo_container .h_contact figure.txt.or {
    background: #f1a939;
}
.logo_container .h_contact figure.txt a {
    display: block;
    width: 100%;
    box-sizing: border-box;
    text-decoration: none;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: justify;
    -webkit-justify-content: center;
    justify-content: center;
    align-items: center;
    padding: 8% 0 8% 0;
}
.logo_container .h_contact figure.txt:nth-of-type(2) a {
    padding: 6.8% 0 5% 0;
}
.logo_container .h_contact figure.txt img {
    vertical-align: bottom;
    margin-right: 5.5%;
    padding-bottom: 4px;
    max-width: 26px !important;
    display: inline-block;
    width: 100% !important;
}
.logo_container .h_contact figure.txt:nth-of-type(2) img {
    padding-bottom: 0px;
}
.coupon1 {
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
}
.coupon1 h2 {
  margin-bottom: 1em;
}
.coupon1 .box {
    width: 100%;
    margin-bottom: 25px;
}
.coupon1 .box:last-of-type {
  margin-bottom: 0;
}
.coupon1 .box .in {
    width: 100%;
    height: 100%;
    border: 2px solid #c3b56c;
    padding: 3% 5%;
    position: relative;
    min-height: 250px;
}
.coupon1 .box .in:before {
    content: "";
    display: block;
    border: 1px dotted #c6c688;
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
}
.coupon1 .box .tit {
    width: 100%;
    border-bottom: 1px #c2b469 solid;
}
.coupon1 .box .tit h3 {
    color: #030;
    font-weight: bold;
    text-align: center;
    padding-bottom: 0;
    margin-bottom: 15px;
    line-height: 140%;
}
.coupon1 .box .tit h3:after {
    display: none;
}
.coupon1 .box .tit h4 {
    text-align: center;
    font-size: 16px;
    margin-bottom: 15px;
}
.coupon1 .box .tit h4 strong {
    color: #ff0000;
    font-size: 25px;
    margin: 0 2%;
}
.coupon1 .box .txt {
    width: 100%;
    padding: 2% 5% 2% 5%;
    margin: 0 auto;
    box-sizing: border-box;
    text-align: center;
    line-height: 180%;
}
.coupon1 .box ul.flex_c {
    padding-left: 0;
    width: 100%;
}
.coupon1 .box ul.flex_c li {
    width: 50%;
    padding: 0 6%;
    margin: 0 auto;
    box-sizing: border-box;
}
.coupon1 .box ul.flex_c li {
    width: 50%;
    padding: 2% 5% 2% 5%;
    margin: 0 auto;
    box-sizing: border-box;
}
.coupon1 .box ul.flex_c li dl {
    width: 100%;
    margin-bottom: 4px;
    margin-top: 0px;
}
.coupon1 .box ul.flex_c li dt {
    width: 55%;
    padding-right: 5%;
    box-sizing: border-box;
    line-height: 100%;
    letter-spacing: 1px;
    font-size: 13px;
}
.coupon1 .box ul.flex_c li dd {
    width: 45%;
    line-height: 140%;
    letter-spacing: 2px;
        font-size: 13px;
}
@media only screen and (max-width: 599px) {
.coupon1 .box ul.flex_c {
    padding-left: 0;
    width: 100%;
    padding-top: 4%;
}
.coupon1 .box ul.flex_c li {
    width: 100%;
}
.coupon1 .box .tit h4 {
    font-size: 14px;
}
.coupon1 .box .tit h4 strong {
    font-size: 18px;
    margin: 0 1%;
}
.coupon1 .box .tit h3 {
    margin-bottom: 6px;
}
.coupon1 .box .tit h4 {
    margin-bottom: 10px;
}
.coupon1 .box .txt {
    font-size: 12px;
}
}

.inquiry dt .required {
  color: #f00;
}

@media screen and (min-width: 769px) {
  body.home main {
    margin-top: -55px !important;
  }
}
@media screen and (min-width: 768px) {
  .gutters .span_6 {
    margin-left: 2%;
}
}
@media only screen and (max-width: 599px) {
  .gutters .span_6 {
    margin-left: 0;
}
}

@media only screen and (max-width: 900px) {
.gutters .col.ml2 {
    margin-left:0 !important;
}
}

.text-xlarge a {
  text-decoration: none;
}
.table-default td a {
  text-decoration: none;
}
.container.gutters span.tel a {
  text-decoration: none;
}
[data-element-id].sp-only02 {
  display: block !important;
}

.pb20{
  padding-bottom: 20px;
}
header .title .bana {
    width: 100%;
    max-width: 345px;
    display: inline-block;
    margin-left: 2%;
    margin-right: 2%;
}
@media only screen and (max-width: 599px) {
header .title .bana {
    max-width: 58%;
    margin-left: 2%;
    margin-right: 1%;
}
}
