@charset "UTF-8";


/* common /////////////////////////////////////////////////////////////////////////////////////////// */
body{
    color: #333333;
    font-size: 1.5rem;
    font-weight: 500;
    background-image: url(../img/bg.jpg);
    background-repeat: repeat;
}

.cmn_maxbox {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
}

/* コンテンツ余白 */
.calc_contents{
    margin:0 auto;
    width: calc(100% - 60px);
}

.font_seikaisho {
    font-family: "正楷書CB1","Sei Kaisho CB1","Yu Mincho",YuMincho,"游明朝体","MS Mincho","ＭＳ 明朝","MS PMincho","ＭＳ Ｐ明朝","Noto Serif JP",/*"Sawarabi Mincho",*/"Symbol","serif";
}

.font_notosan {
    font-family: "Noto Sans JP","HiraKakuProN-W3","Hiragino Kaku Gothic ProN","ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","HiraKakuProN-W6","ヒラギノ角ゴ ProN W6","HiraKakuPro-W6","ヒラギノ角ゴ Pro W6",Meiryo,"Yu Gothic",YuGothic,"游ゴシック体","メイリオ",Osaka,arial,helvetica,sans-serif;
}

/* sp表示/非表示 */
.pc {
    display: block !important;
}

.sp {
    display: none !important;
}

/* 768px表示/非表示 */
.pc768 {
    display: block !important;
}

.sp768 {
    display: none !important;
}

/* 下層headerスペース */
.space {
    padding-top: 200px;
}

/* flexbox */
.flex{
    display: flex;
    flex-wrap: wrap;
    align-items:flex-start;
    justify-content: space-between;
}

.mb20{
    margin-bottom:20px;

}

/* section */
.section{
    padding:100px 0;
}


/* aタグ(電話番号) */
a[href^="tel"] {
    pointer-events: none;
}


/* 共通メインイメージ */

.side_20{
    padding:0 20px;
}

/* サブページ共通BOX */
.cmn_box {
    padding: 54px 0;
}

/* anchor */
.anchor{
    padding-top: 210px;
    margin-top: -210px;
}

/* 共通見出し（背景付き） */

/* 共通ボタン */
.btn a{
    width: 300px;
    border:solid 1px #534741;
    margin:0 auto;
    padding:20px 0;
    display: block;
    text-align: center;
    color: #534741;
    position: relative;
    font-size: 1.8rem;
    background-image: url(../img/btn_yazirusi.png);
    background-repeat: no-repeat;
    background-size:21px;
    background-position:right 6% center;
}

.btn a:hover{
    background-color:#534741;
    color: #fff;
    background-image: url(../img/btn_yazirusi_h.png);
    opacity: 1;
}

/* cmn_cms_editor */
.cmn_cms_editor {
    word-wrap: break-word;
    overflow-wrap: break-word;
    line-height: 1.8;
}
.cmn_cms_editor>*:nth-child(1) {
    margin-top: 0;
}
.cmn_cms_editor>*:nth-last-child(1) {
    margin-bottom: 0;
}
.cmn_cms_editor h1,
.cmn_cms_editor h2,
.cmn_cms_editor h3,
.cmn_cms_editor h4,
.cmn_cms_editor h5,
.cmn_cms_editor h6 {
    display: block;
    padding: 0 0 0.2em 0;
    margin: 0.9em 0 1.0em;
    /* color: #003D66; */
    border-color: currentColor;
    line-height: 1.6;
    /* letter-spacing: -0.0415625em; */
    letter-spacing: -0.0015625em;
}
.cmn_cms_editor h1 {
    font-size: 2.4rem;
    /* border-width: 0 0 1px 0;
    border-style: solid; */
}
.cmn_cms_editor h2 {
    font-size: 2.3rem;
    /* border-width: 0 0 1px 0;
    border-style: solid; */
}
.cmn_cms_editor h3 {
    font-size: 2.1rem;
    /* border-width: 0 0 1px 0;
    border-style: solid; */
}
.cmn_cms_editor h4 {
    font-size: 1.9rem;
    /* border-width: 0 0 1px 0;
    border-style: dashed; */
}
.cmn_cms_editor h5 {
    font-size: 1.7rem;
    /* border-width: 0 0 1px 0;
    border-style: dotted; */
}
.cmn_cms_editor h6 {
    font-size: 1.6rem;
    /* border-width: 0 0 1px 0;
    border-style: dotted; */
}
@media screen and (max-width: 800px) {
    .cmn_cms_editor h1 {
        font-size: 2.2rem;
    }
    .cmn_cms_editor h2 {
        font-size: 2.0rem;
    }
    .cmn_cms_editor h3 {
        font-size: 1.8rem;
    }
    .cmn_cms_editor h4 {
        font-size: 1.7rem;
    }
    .cmn_cms_editor h5 {
        font-size: 1.6rem;
    }
    .cmn_cms_editor h6 {
        font-size: 1.5rem;
    }
}
.cmn_cms_editor p {
    padding: 0 0 0.2em 0;
    margin: 0.9em 0 1.0em;
    /*text-align: justify;
  text-justify: inter-ideograph;*/
}
.cmn_cms_editor [style*="font-size: 10"],
.cmn_cms_editor [style*="font-size: 10."],
.cmn_cms_editor [style*="font-size:10"],
.cmn_cms_editor [style*="font-size:10."] {
    font-size: calc(10rem * .1) !important;
}
.cmn_cms_editor [style*="font-size: 11"],
.cmn_cms_editor [style*="font-size: 11."],
.cmn_cms_editor [style*="font-size:11"],
.cmn_cms_editor [style*="font-size:11."] {
    font-size: calc(11rem * .1) !important;
}
.cmn_cms_editor [style*="font-size: 12"],
.cmn_cms_editor [style*="font-size: 12."],
.cmn_cms_editor [style*="font-size:12"],
.cmn_cms_editor [style*="font-size:12."] {
    font-size: calc(12rem * .1) !important;
}
.cmn_cms_editor [style*="font-size: 13"],
.cmn_cms_editor [style*="font-size: 13."],
.cmn_cms_editor [style*="font-size:13"],
.cmn_cms_editor [style*="font-size:13."] {
    font-size: calc(13rem * .1) !important;
}
.cmn_cms_editor [style*="font-size: 14"],
.cmn_cms_editor [style*="font-size: 14."],
.cmn_cms_editor [style*="font-size:14"],
.cmn_cms_editor [style*="font-size:14."] {
    font-size: calc(14rem * .1) !important;
}
.cmn_cms_editor [style*="font-size: 15"],
.cmn_cms_editor [style*="font-size: 15."],
.cmn_cms_editor [style*="font-size:15"],
.cmn_cms_editor [style*="font-size:15."] {
    font-size: calc(15rem * .1) !important;
}
.cmn_cms_editor [style*="font-size: 16"],
.cmn_cms_editor [style*="font-size: 16."],
.cmn_cms_editor [style*="font-size:16"],
.cmn_cms_editor [style*="font-size:16."] {
    font-size: calc(16rem * .1) !important;
}
@media screen and (max-width: 800px) {

    .cmn_cms_editor [style*="font-size: 16"],
    .cmn_cms_editor [style*="font-size: 16."],
    .cmn_cms_editor [style*="font-size:16"],
    .cmn_cms_editor [style*="font-size:16."] {
        font-size: calc(16rem * .1 * (0.975 - 16 / 10 / 50)) !important;
    }
}
.cmn_cms_editor [style*="font-size: 17"],
.cmn_cms_editor [style*="font-size: 17."],
.cmn_cms_editor [style*="font-size:17"],
.cmn_cms_editor [style*="font-size:17."] {
    font-size: calc(17rem * .1) !important;
}
@media screen and (max-width: 800px) {

    .cmn_cms_editor [style*="font-size: 17"],
    .cmn_cms_editor [style*="font-size: 17."],
    .cmn_cms_editor [style*="font-size:17"],
    .cmn_cms_editor [style*="font-size:17."] {
        font-size: calc(17rem * .1 * (0.975 - 17 / 10 / 50)) !important;
    }
}
.cmn_cms_editor [style*="font-size: 18"],
.cmn_cms_editor [style*="font-size: 18."],
.cmn_cms_editor [style*="font-size:18"],
.cmn_cms_editor [style*="font-size:18."] {
    font-size: calc(18rem * .1) !important;
}
@media screen and (max-width: 800px) {

    .cmn_cms_editor [style*="font-size: 18"],
    .cmn_cms_editor [style*="font-size: 18."],
    .cmn_cms_editor [style*="font-size:18"],
    .cmn_cms_editor [style*="font-size:18."] {
        font-size: calc(18rem * .1 * (0.975 - 18 / 10 / 50)) !important;
    }
}
@media screen and (max-width: 560px) {

    .cmn_cms_editor [style*="font-size: 18"],
    .cmn_cms_editor [style*="font-size: 18."],
    .cmn_cms_editor [style*="font-size:18"],
    .cmn_cms_editor [style*="font-size:18."] {
        font-size: calc(18rem * .1 * (0.975 - 18 / 10 / 20)) !important;
    }
}
.cmn_cms_editor [style*="font-size: 19"],
.cmn_cms_editor [style*="font-size: 19."],
.cmn_cms_editor [style*="font-size:19"],
.cmn_cms_editor [style*="font-size:19."] {
    font-size: calc(19rem * .1) !important;
}
@media screen and (max-width: 800px) {

    .cmn_cms_editor [style*="font-size: 19"],
    .cmn_cms_editor [style*="font-size: 19."],
    .cmn_cms_editor [style*="font-size:19"],
    .cmn_cms_editor [style*="font-size:19."] {
        font-size: calc(19rem * .1 * (0.975 - 19 / 10 / 50)) !important;
    }
}
@media screen and (max-width: 560px) {

    .cmn_cms_editor [style*="font-size: 19"],
    .cmn_cms_editor [style*="font-size: 19."],
    .cmn_cms_editor [style*="font-size:19"],
    .cmn_cms_editor [style*="font-size:19."] {
        font-size: calc(19rem * .1 * (0.975 - 19 / 10 / 20)) !important;
    }
}
.cmn_cms_editor [style*="font-size: 20"],
.cmn_cms_editor [style*="font-size: 20."],
.cmn_cms_editor [style*="font-size:20"],
.cmn_cms_editor [style*="font-size:20."] {
    font-size: calc(20rem * .1) !important;
}
@media screen and (max-width: 800px) {

    .cmn_cms_editor [style*="font-size: 20"],
    .cmn_cms_editor [style*="font-size: 20."],
    .cmn_cms_editor [style*="font-size:20"],
    .cmn_cms_editor [style*="font-size:20."] {
        font-size: calc(20rem * .1 * (0.975 - 20 / 10 / 50)) !important;
    }
}
@media screen and (max-width: 560px) {

    .cmn_cms_editor [style*="font-size: 20"],
    .cmn_cms_editor [style*="font-size: 20."],
    .cmn_cms_editor [style*="font-size:20"],
    .cmn_cms_editor [style*="font-size:20."] {
        font-size: calc(20rem * .1 * (0.975 - 20 / 10 / 20)) !important;
    }
}
.cmn_cms_editor [style*="font-size: 21"],
.cmn_cms_editor [style*="font-size: 21."],
.cmn_cms_editor [style*="font-size:21"],
.cmn_cms_editor [style*="font-size:21."] {
    font-size: calc(21rem * .1) !important;
}
@media screen and (max-width: 800px) {

    .cmn_cms_editor [style*="font-size: 21"],
    .cmn_cms_editor [style*="font-size: 21."],
    .cmn_cms_editor [style*="font-size:21"],
    .cmn_cms_editor [style*="font-size:21."] {
        font-size: calc(21rem * .1 * (0.975 - 21 / 10 / 50)) !important;
    }
}
@media screen and (max-width: 560px) {

    .cmn_cms_editor [style*="font-size: 21"],
    .cmn_cms_editor [style*="font-size: 21."],
    .cmn_cms_editor [style*="font-size:21"],
    .cmn_cms_editor [style*="font-size:21."] {
        font-size: calc(21rem * .1 * (0.975 - 21 / 10 / 20)) !important;
    }
}
.cmn_cms_editor [style*="font-size: 22"],
.cmn_cms_editor [style*="font-size: 22."],
.cmn_cms_editor [style*="font-size:22"],
.cmn_cms_editor [style*="font-size:22."] {
    font-size: calc(22rem * .1) !important;
}
@media screen and (max-width: 800px) {

    .cmn_cms_editor [style*="font-size: 22"],
    .cmn_cms_editor [style*="font-size: 22."],
    .cmn_cms_editor [style*="font-size:22"],
    .cmn_cms_editor [style*="font-size:22."] {
        font-size: calc(22rem * .1 * (0.975 - 22 / 10 / 50)) !important;
    }
}
@media screen and (max-width: 560px) {

    .cmn_cms_editor [style*="font-size: 22"],
    .cmn_cms_editor [style*="font-size: 22."],
    .cmn_cms_editor [style*="font-size:22"],
    .cmn_cms_editor [style*="font-size:22."] {
        font-size: calc(22rem * .1 * (0.975 - 22 / 10 / 20)) !important;
    }
}
.cmn_cms_editor [style*="font-size: 23"],
.cmn_cms_editor [style*="font-size: 23."],
.cmn_cms_editor [style*="font-size:23"],
.cmn_cms_editor [style*="font-size:23."] {
    font-size: calc(23rem * .1) !important;
}
@media screen and (max-width: 800px) {

    .cmn_cms_editor [style*="font-size: 23"],
    .cmn_cms_editor [style*="font-size: 23."],
    .cmn_cms_editor [style*="font-size:23"],
    .cmn_cms_editor [style*="font-size:23."] {
        font-size: calc(23rem * .1 * (0.975 - 23 / 10 / 50)) !important;
    }
}
@media screen and (max-width: 560px) {

    .cmn_cms_editor [style*="font-size: 23"],
    .cmn_cms_editor [style*="font-size: 23."],
    .cmn_cms_editor [style*="font-size:23"],
    .cmn_cms_editor [style*="font-size:23."] {
        font-size: calc(23rem * .1 * (0.975 - 23 / 10 / 20)) !important;
    }
}
.cmn_cms_editor [style*="font-size: 24"],
.cmn_cms_editor [style*="font-size: 24."],
.cmn_cms_editor [style*="font-size:24"],
.cmn_cms_editor [style*="font-size:24."] {
    font-size: calc(24rem * .1) !important;
}
@media screen and (max-width: 800px) {

    .cmn_cms_editor [style*="font-size: 24"],
    .cmn_cms_editor [style*="font-size: 24."],
    .cmn_cms_editor [style*="font-size:24"],
    .cmn_cms_editor [style*="font-size:24."] {
        font-size: calc(24rem * .1 * (0.975 - 24 / 10 / 50)) !important;
    }
}
@media screen and (max-width: 560px) {

    .cmn_cms_editor [style*="font-size: 24"],
    .cmn_cms_editor [style*="font-size: 24."],
    .cmn_cms_editor [style*="font-size:24"],
    .cmn_cms_editor [style*="font-size:24."] {
        font-size: calc(24rem * .1 * (0.975 - 24 / 10 / 20)) !important;
    }
}
.cmn_cms_editor [style*="font-size: 25"],
.cmn_cms_editor [style*="font-size: 25."],
.cmn_cms_editor [style*="font-size:25"],
.cmn_cms_editor [style*="font-size:25."] {
    font-size: calc(25rem * .1) !important;
}
@media screen and (max-width: 800px) {

    .cmn_cms_editor [style*="font-size: 25"],
    .cmn_cms_editor [style*="font-size: 25."],
    .cmn_cms_editor [style*="font-size:25"],
    .cmn_cms_editor [style*="font-size:25."] {
        font-size: calc(25rem * .1 * (0.975 - 25 / 10 / 50)) !important;
    }
}
@media screen and (max-width: 560px) {

    .cmn_cms_editor [style*="font-size: 25"],
    .cmn_cms_editor [style*="font-size: 25."],
    .cmn_cms_editor [style*="font-size:25"],
    .cmn_cms_editor [style*="font-size:25."] {
        font-size: calc(25rem * .1 * (0.975 - 25 / 10 / 20)) !important;
    }
}
.cmn_cms_editor [style*="font-size: 26"],
.cmn_cms_editor [style*="font-size: 26."],
.cmn_cms_editor [style*="font-size:26"],
.cmn_cms_editor [style*="font-size:26."] {
    font-size: calc(26rem * .1) !important;
}
@media screen and (max-width: 800px) {

    .cmn_cms_editor [style*="font-size: 26"],
    .cmn_cms_editor [style*="font-size: 26."],
    .cmn_cms_editor [style*="font-size:26"],
    .cmn_cms_editor [style*="font-size:26."] {
        font-size: calc(26rem * .1 * (0.975 - 26 / 10 / 50)) !important;
    }
}
@media screen and (max-width: 560px) {

    .cmn_cms_editor [style*="font-size: 26"],
    .cmn_cms_editor [style*="font-size: 26."],
    .cmn_cms_editor [style*="font-size:26"],
    .cmn_cms_editor [style*="font-size:26."] {
        font-size: calc(26rem * .1 * (0.975 - 26 / 10 / 20)) !important;
    }
}
.cmn_cms_editor [style*="font-size: 27"],
.cmn_cms_editor [style*="font-size: 27."],
.cmn_cms_editor [style*="font-size:27"],
.cmn_cms_editor [style*="font-size:27."] {
    font-size: calc(27rem * .1) !important;
}
@media screen and (max-width: 800px) {

    .cmn_cms_editor [style*="font-size: 27"],
    .cmn_cms_editor [style*="font-size: 27."],
    .cmn_cms_editor [style*="font-size:27"],
    .cmn_cms_editor [style*="font-size:27."] {
        font-size: calc(27rem * .1 * (0.975 - 27 / 10 / 50)) !important;
    }
}
@media screen and (max-width: 560px) {

    .cmn_cms_editor [style*="font-size: 27"],
    .cmn_cms_editor [style*="font-size: 27."],
    .cmn_cms_editor [style*="font-size:27"],
    .cmn_cms_editor [style*="font-size:27."] {
        font-size: calc(27rem * .1 * (0.975 - 27 / 10 / 20)) !important;
    }
}
.cmn_cms_editor [style*="font-size: 28"],
.cmn_cms_editor [style*="font-size: 28."],
.cmn_cms_editor [style*="font-size:28"],
.cmn_cms_editor [style*="font-size:28."] {
    font-size: calc(28rem * .1) !important;
}
@media screen and (max-width: 800px) {

    .cmn_cms_editor [style*="font-size: 28"],
    .cmn_cms_editor [style*="font-size: 28."],
    .cmn_cms_editor [style*="font-size:28"],
    .cmn_cms_editor [style*="font-size:28."] {
        font-size: calc(28rem * .1 * (0.975 - 28 / 10 / 50)) !important;
    }
}
@media screen and (max-width: 560px) {

    .cmn_cms_editor [style*="font-size: 28"],
    .cmn_cms_editor [style*="font-size: 28."],
    .cmn_cms_editor [style*="font-size:28"],
    .cmn_cms_editor [style*="font-size:28."] {
        font-size: calc(28rem * .1 * (0.975 - 28 / 10 / 20)) !important;
    }
}
.cmn_cms_editor [style*="font-size: 29"],
.cmn_cms_editor [style*="font-size: 29."],
.cmn_cms_editor [style*="font-size:29"],
.cmn_cms_editor [style*="font-size:29."] {
    font-size: calc(29rem * .1) !important;
}
@media screen and (max-width: 800px) {

    .cmn_cms_editor [style*="font-size: 29"],
    .cmn_cms_editor [style*="font-size: 29."],
    .cmn_cms_editor [style*="font-size:29"],
    .cmn_cms_editor [style*="font-size:29."] {
        font-size: calc(29rem * .1 * (0.975 - 29 / 10 / 50)) !important;
    }
}
@media screen and (max-width: 560px) {

    .cmn_cms_editor [style*="font-size: 29"],
    .cmn_cms_editor [style*="font-size: 29."],
    .cmn_cms_editor [style*="font-size:29"],
    .cmn_cms_editor [style*="font-size:29."] {
        font-size: calc(29rem * .1 * (0.975 - 29 / 10 / 20)) !important;
    }
}
.cmn_cms_editor [style*="font-size: 30"],
.cmn_cms_editor [style*="font-size: 30."],
.cmn_cms_editor [style*="font-size:30"],
.cmn_cms_editor [style*="font-size:30."] {
    font-size: calc(30rem * .1) !important;
}
@media screen and (max-width: 800px) {

    .cmn_cms_editor [style*="font-size: 30"],
    .cmn_cms_editor [style*="font-size: 30."],
    .cmn_cms_editor [style*="font-size:30"],
    .cmn_cms_editor [style*="font-size:30."] {
        font-size: calc(30rem * .1 * (0.975 - 30 / 10 / 50)) !important;
    }
}
@media screen and (max-width: 560px) {

    .cmn_cms_editor [style*="font-size: 30"],
    .cmn_cms_editor [style*="font-size: 30."],
    .cmn_cms_editor [style*="font-size:30"],
    .cmn_cms_editor [style*="font-size:30."] {
        font-size: calc(30rem * .1 * (0.975 - 30 / 10 / 20)) !important;
    }
}
.cmn_cms_editor [style*="font-size: 31"],
.cmn_cms_editor [style*="font-size: 31."],
.cmn_cms_editor [style*="font-size:31"],
.cmn_cms_editor [style*="font-size:31."] {
    font-size: calc(31rem * .1) !important;
}
@media screen and (max-width: 800px) {

    .cmn_cms_editor [style*="font-size: 31"],
    .cmn_cms_editor [style*="font-size: 31."],
    .cmn_cms_editor [style*="font-size:31"],
    .cmn_cms_editor [style*="font-size:31."] {
        font-size: calc(31rem * .1 * (0.975 - 31 / 10 / 50)) !important;
    }
}
@media screen and (max-width: 560px) {

    .cmn_cms_editor [style*="font-size: 31"],
    .cmn_cms_editor [style*="font-size: 31."],
    .cmn_cms_editor [style*="font-size:31"],
    .cmn_cms_editor [style*="font-size:31."] {
        font-size: calc(31rem * .1 * (0.975 - 31 / 10 / 20)) !important;
    }
}
.cmn_cms_editor [style*="font-size: 32"],
.cmn_cms_editor [style*="font-size: 32."],
.cmn_cms_editor [style*="font-size:32"],
.cmn_cms_editor [style*="font-size:32."] {
    font-size: calc(32rem * .1) !important;
}
@media screen and (max-width: 800px) {

    .cmn_cms_editor [style*="font-size: 32"],
    .cmn_cms_editor [style*="font-size: 32."],
    .cmn_cms_editor [style*="font-size:32"],
    .cmn_cms_editor [style*="font-size:32."] {
        font-size: calc(32rem * .1 * (0.975 - 32 / 10 / 50)) !important;
    }
}
@media screen and (max-width: 560px) {

    .cmn_cms_editor [style*="font-size: 32"],
    .cmn_cms_editor [style*="font-size: 32."],
    .cmn_cms_editor [style*="font-size:32"],
    .cmn_cms_editor [style*="font-size:32."] {
        font-size: calc(32rem * .1 * (0.975 - 32 / 10 / 20)) !important;
    }
}
.cmn_cms_editor [style*="font-size: 33"],
.cmn_cms_editor [style*="font-size: 33."],
.cmn_cms_editor [style*="font-size:33"],
.cmn_cms_editor [style*="font-size:33."] {
    font-size: calc(33rem * .1) !important;
}
@media screen and (max-width: 800px) {

    .cmn_cms_editor [style*="font-size: 33"],
    .cmn_cms_editor [style*="font-size: 33."],
    .cmn_cms_editor [style*="font-size:33"],
    .cmn_cms_editor [style*="font-size:33."] {
        font-size: calc(33rem * .1 * (0.975 - 33 / 10 / 50)) !important;
    }
}
@media screen and (max-width: 560px) {

    .cmn_cms_editor [style*="font-size: 33"],
    .cmn_cms_editor [style*="font-size: 33."],
    .cmn_cms_editor [style*="font-size:33"],
    .cmn_cms_editor [style*="font-size:33."] {
        font-size: calc(33rem * .1 * (0.975 - 33 / 10 / 20)) !important;
    }
}
.cmn_cms_editor [style*="font-size: 34"],
.cmn_cms_editor [style*="font-size: 34."],
.cmn_cms_editor [style*="font-size:34"],
.cmn_cms_editor [style*="font-size:34."] {
    font-size: calc(34rem * .1) !important;
}
@media screen and (max-width: 800px) {

    .cmn_cms_editor [style*="font-size: 34"],
    .cmn_cms_editor [style*="font-size: 34."],
    .cmn_cms_editor [style*="font-size:34"],
    .cmn_cms_editor [style*="font-size:34."] {
        font-size: calc(34rem * .1 * (0.975 - 34 / 10 / 50)) !important;
    }
}
@media screen and (max-width: 560px) {

    .cmn_cms_editor [style*="font-size: 34"],
    .cmn_cms_editor [style*="font-size: 34."],
    .cmn_cms_editor [style*="font-size:34"],
    .cmn_cms_editor [style*="font-size:34."] {
        font-size: calc(34rem * .1 * (0.975 - 34 / 10 / 20)) !important;
    }
}
.cmn_cms_editor [style*="font-size: 35"],
.cmn_cms_editor [style*="font-size: 35."],
.cmn_cms_editor [style*="font-size:35"],
.cmn_cms_editor [style*="font-size:35."] {
    font-size: calc(35rem * .1) !important;
}
@media screen and (max-width: 800px) {

    .cmn_cms_editor [style*="font-size: 35"],
    .cmn_cms_editor [style*="font-size: 35."],
    .cmn_cms_editor [style*="font-size:35"],
    .cmn_cms_editor [style*="font-size:35."] {
        font-size: calc(35rem * .1 * (0.975 - 35 / 10 / 50)) !important;
    }
}
@media screen and (max-width: 560px) {

    .cmn_cms_editor [style*="font-size: 35"],
    .cmn_cms_editor [style*="font-size: 35."],
    .cmn_cms_editor [style*="font-size:35"],
    .cmn_cms_editor [style*="font-size:35."] {
        font-size: calc(35rem * .1 * (0.975 - 35 / 10 / 20)) !important;
    }
}
.cmn_cms_editor [style*="font-size: 36"],
.cmn_cms_editor [style*="font-size: 36."],
.cmn_cms_editor [style*="font-size:36"],
.cmn_cms_editor [style*="font-size:36."] {
    font-size: calc(36rem * .1) !important;
}
@media screen and (max-width: 800px) {

    .cmn_cms_editor [style*="font-size: 36"],
    .cmn_cms_editor [style*="font-size: 36."],
    .cmn_cms_editor [style*="font-size:36"],
    .cmn_cms_editor [style*="font-size:36."] {
        font-size: calc(36rem * .1 * (0.975 - 36 / 10 / 50)) !important;
    }
}
@media screen and (max-width: 560px) {

    .cmn_cms_editor [style*="font-size: 36"],
    .cmn_cms_editor [style*="font-size: 36."],
    .cmn_cms_editor [style*="font-size:36"],
    .cmn_cms_editor [style*="font-size:36."] {
        font-size: calc(36rem * .1 * (0.975 - 36 / 10 / 20)) !important;
    }
}
.cmn_cms_editor [style*="font-size: 37"],
.cmn_cms_editor [style*="font-size: 37."],
.cmn_cms_editor [style*="font-size:37"],
.cmn_cms_editor [style*="font-size:37."] {
    font-size: calc(37rem * .1) !important;
}
@media screen and (max-width: 800px) {

    .cmn_cms_editor [style*="font-size: 37"],
    .cmn_cms_editor [style*="font-size: 37."],
    .cmn_cms_editor [style*="font-size:37"],
    .cmn_cms_editor [style*="font-size:37."] {
        font-size: calc(37rem * .1 * (0.975 - 37 / 10 / 50)) !important;
    }
}
@media screen and (max-width: 560px) {

    .cmn_cms_editor [style*="font-size: 37"],
    .cmn_cms_editor [style*="font-size: 37."],
    .cmn_cms_editor [style*="font-size:37"],
    .cmn_cms_editor [style*="font-size:37."] {
        font-size: calc(37rem * .1 * (0.975 - 37 / 10 / 20)) !important;
    }
}
.cmn_cms_editor [style*="font-size: 38"],
.cmn_cms_editor [style*="font-size: 38."],
.cmn_cms_editor [style*="font-size:38"],
.cmn_cms_editor [style*="font-size:38."] {
    font-size: calc(38rem * .1) !important;
}
@media screen and (max-width: 800px) {

    .cmn_cms_editor [style*="font-size: 38"],
    .cmn_cms_editor [style*="font-size: 38."],
    .cmn_cms_editor [style*="font-size:38"],
    .cmn_cms_editor [style*="font-size:38."] {
        font-size: calc(38rem * .1 * (0.975 - 38 / 10 / 50)) !important;
    }
}
@media screen and (max-width: 560px) {

    .cmn_cms_editor [style*="font-size: 38"],
    .cmn_cms_editor [style*="font-size: 38."],
    .cmn_cms_editor [style*="font-size:38"],
    .cmn_cms_editor [style*="font-size:38."] {
        font-size: calc(38rem * .1 * (0.975 - 38 / 10 / 20)) !important;
    }
}
.cmn_cms_editor [style*="font-size: 39"],
.cmn_cms_editor [style*="font-size: 39."],
.cmn_cms_editor [style*="font-size:39"],
.cmn_cms_editor [style*="font-size:39."] {
    font-size: calc(39rem * .1) !important;
}
@media screen and (max-width: 800px) {

    .cmn_cms_editor [style*="font-size: 39"],
    .cmn_cms_editor [style*="font-size: 39."],
    .cmn_cms_editor [style*="font-size:39"],
    .cmn_cms_editor [style*="font-size:39."] {
        font-size: calc(39rem * .1 * (0.975 - 39 / 10 / 50)) !important;
    }
}
@media screen and (max-width: 560px) {

    .cmn_cms_editor [style*="font-size: 39"],
    .cmn_cms_editor [style*="font-size: 39."],
    .cmn_cms_editor [style*="font-size:39"],
    .cmn_cms_editor [style*="font-size:39."] {
        font-size: calc(39rem * .1 * (0.975 - 39 / 10 / 20)) !important;
    }
}
.cmn_cms_editor [style*="font-size: 40"],
.cmn_cms_editor [style*="font-size: 40."],
.cmn_cms_editor [style*="font-size:40"],
.cmn_cms_editor [style*="font-size:40."] {
    font-size: calc(40rem * .1) !important;
}
@media screen and (max-width: 800px) {

    .cmn_cms_editor [style*="font-size: 40"],
    .cmn_cms_editor [style*="font-size: 40."],
    .cmn_cms_editor [style*="font-size:40"],
    .cmn_cms_editor [style*="font-size:40."] {
        font-size: calc(40rem * .1 * (0.975 - 40 / 10 / 50)) !important;
    }
}
@media screen and (max-width: 560px) {

    .cmn_cms_editor [style*="font-size: 40"],
    .cmn_cms_editor [style*="font-size: 40."],
    .cmn_cms_editor [style*="font-size:40"],
    .cmn_cms_editor [style*="font-size:40."] {
        font-size: calc(40rem * .1 * (0.975 - 40 / 10 / 20)) !important;
    }
}
.cmn_cms_editor [style*="font-size: 41"],
.cmn_cms_editor [style*="font-size: 41."],
.cmn_cms_editor [style*="font-size:41"],
.cmn_cms_editor [style*="font-size:41."] {
    font-size: calc(41rem * .1) !important;
}
@media screen and (max-width: 800px) {

    .cmn_cms_editor [style*="font-size: 41"],
    .cmn_cms_editor [style*="font-size: 41."],
    .cmn_cms_editor [style*="font-size:41"],
    .cmn_cms_editor [style*="font-size:41."] {
        font-size: calc(41rem * .1 * (0.975 - 41 / 10 / 50)) !important;
    }
}
@media screen and (max-width: 560px) {

    .cmn_cms_editor [style*="font-size: 41"],
    .cmn_cms_editor [style*="font-size: 41."],
    .cmn_cms_editor [style*="font-size:41"],
    .cmn_cms_editor [style*="font-size:41."] {
        font-size: calc(41rem * .1 * (0.975 - 41 / 10 / 20)) !important;
    }
}
.cmn_cms_editor [style*="font-size: 42"],
.cmn_cms_editor [style*="font-size: 42."],
.cmn_cms_editor [style*="font-size:42"],
.cmn_cms_editor [style*="font-size:42."] {
    font-size: calc(42rem * .1) !important;
}
@media screen and (max-width: 800px) {

    .cmn_cms_editor [style*="font-size: 42"],
    .cmn_cms_editor [style*="font-size: 42."],
    .cmn_cms_editor [style*="font-size:42"],
    .cmn_cms_editor [style*="font-size:42."] {
        font-size: calc(42rem * .1 * (0.975 - 42 / 10 / 50)) !important;
    }
}
@media screen and (max-width: 560px) {

    .cmn_cms_editor [style*="font-size: 42"],
    .cmn_cms_editor [style*="font-size: 42."],
    .cmn_cms_editor [style*="font-size:42"],
    .cmn_cms_editor [style*="font-size:42."] {
        font-size: calc(42rem * .1 * (0.975 - 42 / 10 / 20)) !important;
    }
}
.cmn_cms_editor [style*="font-size: 43"],
.cmn_cms_editor [style*="font-size: 43."],
.cmn_cms_editor [style*="font-size:43"],
.cmn_cms_editor [style*="font-size:43."] {
    font-size: calc(43rem * .1) !important;
}
@media screen and (max-width: 800px) {

    .cmn_cms_editor [style*="font-size: 43"],
    .cmn_cms_editor [style*="font-size: 43."],
    .cmn_cms_editor [style*="font-size:43"],
    .cmn_cms_editor [style*="font-size:43."] {
        font-size: calc(43rem * .1 * (0.975 - 43 / 10 / 50)) !important;
    }
}
@media screen and (max-width: 560px) {

    .cmn_cms_editor [style*="font-size: 43"],
    .cmn_cms_editor [style*="font-size: 43."],
    .cmn_cms_editor [style*="font-size:43"],
    .cmn_cms_editor [style*="font-size:43."] {
        font-size: calc(43rem * .1 * (0.975 - 43 / 10 / 20)) !important;
    }
}
.cmn_cms_editor [style*="font-size: 44"],
.cmn_cms_editor [style*="font-size: 44."],
.cmn_cms_editor [style*="font-size:44"],
.cmn_cms_editor [style*="font-size:44."] {
    font-size: calc(44rem * .1) !important;
}
@media screen and (max-width: 800px) {

    .cmn_cms_editor [style*="font-size: 44"],
    .cmn_cms_editor [style*="font-size: 44."],
    .cmn_cms_editor [style*="font-size:44"],
    .cmn_cms_editor [style*="font-size:44."] {
        font-size: calc(44rem * .1 * (0.975 - 44 / 10 / 50)) !important;
    }
}
@media screen and (max-width: 560px) {

    .cmn_cms_editor [style*="font-size: 44"],
    .cmn_cms_editor [style*="font-size: 44."],
    .cmn_cms_editor [style*="font-size:44"],
    .cmn_cms_editor [style*="font-size:44."] {
        font-size: calc(44rem * .1 * (0.975 - 44 / 10 / 20)) !important;
    }
}
.cmn_cms_editor [style*="font-size: 45"],
.cmn_cms_editor [style*="font-size: 45."],
.cmn_cms_editor [style*="font-size:45"],
.cmn_cms_editor [style*="font-size:45."] {
    font-size: calc(45rem * .1) !important;
}
@media screen and (max-width: 800px) {

    .cmn_cms_editor [style*="font-size: 45"],
    .cmn_cms_editor [style*="font-size: 45."],
    .cmn_cms_editor [style*="font-size:45"],
    .cmn_cms_editor [style*="font-size:45."] {
        font-size: calc(45rem * .1 * (0.975 - 45 / 10 / 50)) !important;
    }
}
@media screen and (max-width: 560px) {

    .cmn_cms_editor [style*="font-size: 45"],
    .cmn_cms_editor [style*="font-size: 45."],
    .cmn_cms_editor [style*="font-size:45"],
    .cmn_cms_editor [style*="font-size:45."] {
        font-size: calc(45rem * .1 * (0.975 - 45 / 10 / 20)) !important;
    }
}
.cmn_cms_editor [style*="font-size: 46"],
.cmn_cms_editor [style*="font-size: 46."],
.cmn_cms_editor [style*="font-size:46"],
.cmn_cms_editor [style*="font-size:46."] {
    font-size: calc(46rem * .1) !important;
}
@media screen and (max-width: 800px) {

    .cmn_cms_editor [style*="font-size: 46"],
    .cmn_cms_editor [style*="font-size: 46."],
    .cmn_cms_editor [style*="font-size:46"],
    .cmn_cms_editor [style*="font-size:46."] {
        font-size: calc(46rem * .1 * (0.975 - 46 / 10 / 50)) !important;
    }
}
@media screen and (max-width: 560px) {

    .cmn_cms_editor [style*="font-size: 46"],
    .cmn_cms_editor [style*="font-size: 46."],
    .cmn_cms_editor [style*="font-size:46"],
    .cmn_cms_editor [style*="font-size:46."] {
        font-size: calc(46rem * .1 * (0.975 - 46 / 10 / 20)) !important;
    }
}
.cmn_cms_editor [style*="font-size: 47"],
.cmn_cms_editor [style*="font-size: 47."],
.cmn_cms_editor [style*="font-size:47"],
.cmn_cms_editor [style*="font-size:47."] {
    font-size: calc(47rem * .1) !important;
}
@media screen and (max-width: 800px) {

    .cmn_cms_editor [style*="font-size: 47"],
    .cmn_cms_editor [style*="font-size: 47."],
    .cmn_cms_editor [style*="font-size:47"],
    .cmn_cms_editor [style*="font-size:47."] {
        font-size: calc(47rem * .1 * (0.975 - 47 / 10 / 50)) !important;
    }
}
@media screen and (max-width: 560px) {

    .cmn_cms_editor [style*="font-size: 47"],
    .cmn_cms_editor [style*="font-size: 47."],
    .cmn_cms_editor [style*="font-size:47"],
    .cmn_cms_editor [style*="font-size:47."] {
        font-size: calc(47rem * .1 * (0.975 - 47 / 10 / 20)) !important;
    }
}
.cmn_cms_editor [style*="font-size: 48"],
.cmn_cms_editor [style*="font-size: 48."],
.cmn_cms_editor [style*="font-size:48"],
.cmn_cms_editor [style*="font-size:48."] {
    font-size: calc(48rem * .1) !important;
}
@media screen and (max-width: 800px) {

    .cmn_cms_editor [style*="font-size: 48"],
    .cmn_cms_editor [style*="font-size: 48."],
    .cmn_cms_editor [style*="font-size:48"],
    .cmn_cms_editor [style*="font-size:48."] {
        font-size: calc(48rem * .1 * (0.975 - 48 / 10 / 50)) !important;
    }
}
@media screen and (max-width: 560px) {

    .cmn_cms_editor [style*="font-size: 48"],
    .cmn_cms_editor [style*="font-size: 48."],
    .cmn_cms_editor [style*="font-size:48"],
    .cmn_cms_editor [style*="font-size:48."] {
        font-size: calc(48rem * .1 * (0.975 - 48 / 10 / 20)) !important;
    }
}
.cmn_cms_editor [style*="font-size: 49"],
.cmn_cms_editor [style*="font-size: 49."],
.cmn_cms_editor [style*="font-size:49"],
.cmn_cms_editor [style*="font-size:49."] {
    font-size: calc(49rem * .1) !important;
}
@media screen and (max-width: 800px) {

    .cmn_cms_editor [style*="font-size: 49"],
    .cmn_cms_editor [style*="font-size: 49."],
    .cmn_cms_editor [style*="font-size:49"],
    .cmn_cms_editor [style*="font-size:49."] {
        font-size: calc(49rem * .1 * (0.975 - 49 / 10 / 50)) !important;
    }
}
@media screen and (max-width: 560px) {

    .cmn_cms_editor [style*="font-size: 49"],
    .cmn_cms_editor [style*="font-size: 49."],
    .cmn_cms_editor [style*="font-size:49"],
    .cmn_cms_editor [style*="font-size:49."] {
        font-size: calc(49rem * .1 * (0.975 - 49 / 10 / 20)) !important;
    }
}
.cmn_cms_editor [style*="font-size: 50"],
.cmn_cms_editor [style*="font-size: 50."],
.cmn_cms_editor [style*="font-size:50"],
.cmn_cms_editor [style*="font-size:50."] {
    font-size: calc(50rem * .1) !important;
}
@media screen and (max-width: 800px) {

    .cmn_cms_editor [style*="font-size: 50"],
    .cmn_cms_editor [style*="font-size: 50."],
    .cmn_cms_editor [style*="font-size:50"],
    .cmn_cms_editor [style*="font-size:50."] {
        font-size: calc(50rem * .1 * (0.975 - 50 / 10 / 50)) !important;
    }
}
@media screen and (max-width: 560px) {

    .cmn_cms_editor [style*="font-size: 50"],
    .cmn_cms_editor [style*="font-size: 50."],
    .cmn_cms_editor [style*="font-size:50"],
    .cmn_cms_editor [style*="font-size:50."] {
        font-size: calc(50rem * .1 * (0.975 - 50 / 10 / 20)) !important;
    }
}
.cmn_cms_editor [style*="font-size: 51"],
.cmn_cms_editor [style*="font-size: 51."],
.cmn_cms_editor [style*="font-size:51"],
.cmn_cms_editor [style*="font-size:51."] {
    font-size: calc(51rem * .1) !important;
}
@media screen and (max-width: 800px) {

    .cmn_cms_editor [style*="font-size: 51"],
    .cmn_cms_editor [style*="font-size: 51."],
    .cmn_cms_editor [style*="font-size:51"],
    .cmn_cms_editor [style*="font-size:51."] {
        font-size: calc(51rem * .1 * (0.975 - 51 / 10 / 50)) !important;
    }
}
@media screen and (max-width: 560px) {

    .cmn_cms_editor [style*="font-size: 51"],
    .cmn_cms_editor [style*="font-size: 51."],
    .cmn_cms_editor [style*="font-size:51"],
    .cmn_cms_editor [style*="font-size:51."] {
        font-size: calc(51rem * .1 * (0.975 - 51 / 10 / 20)) !important;
    }
}
.cmn_cms_editor [style*="font-size: 52"],
.cmn_cms_editor [style*="font-size: 52."],
.cmn_cms_editor [style*="font-size:52"],
.cmn_cms_editor [style*="font-size:52."] {
    font-size: calc(52rem * .1) !important;
}
@media screen and (max-width: 800px) {

    .cmn_cms_editor [style*="font-size: 52"],
    .cmn_cms_editor [style*="font-size: 52."],
    .cmn_cms_editor [style*="font-size:52"],
    .cmn_cms_editor [style*="font-size:52."] {
        font-size: calc(52rem * .1 * (0.975 - 52 / 10 / 50)) !important;
    }
}
@media screen and (max-width: 560px) {

    .cmn_cms_editor [style*="font-size: 52"],
    .cmn_cms_editor [style*="font-size: 52."],
    .cmn_cms_editor [style*="font-size:52"],
    .cmn_cms_editor [style*="font-size:52."] {
        font-size: calc(52rem * .1 * (0.975 - 52 / 10 / 20)) !important;
    }
}
.cmn_cms_editor [style*="font-size: 53"],
.cmn_cms_editor [style*="font-size: 53."],
.cmn_cms_editor [style*="font-size:53"],
.cmn_cms_editor [style*="font-size:53."] {
    font-size: calc(53rem * .1) !important;
}
@media screen and (max-width: 800px) {

    .cmn_cms_editor [style*="font-size: 53"],
    .cmn_cms_editor [style*="font-size: 53."],
    .cmn_cms_editor [style*="font-size:53"],
    .cmn_cms_editor [style*="font-size:53."] {
        font-size: calc(53rem * .1 * (0.975 - 53 / 10 / 50)) !important;
    }
}
@media screen and (max-width: 560px) {

    .cmn_cms_editor [style*="font-size: 53"],
    .cmn_cms_editor [style*="font-size: 53."],
    .cmn_cms_editor [style*="font-size:53"],
    .cmn_cms_editor [style*="font-size:53."] {
        font-size: calc(53rem * .1 * (0.975 - 53 / 10 / 20)) !important;
    }
}
.cmn_cms_editor [style*="font-size: 54"],
.cmn_cms_editor [style*="font-size: 54."],
.cmn_cms_editor [style*="font-size:54"],
.cmn_cms_editor [style*="font-size:54."] {
    font-size: calc(54rem * .1) !important;
}
@media screen and (max-width: 800px) {

    .cmn_cms_editor [style*="font-size: 54"],
    .cmn_cms_editor [style*="font-size: 54."],
    .cmn_cms_editor [style*="font-size:54"],
    .cmn_cms_editor [style*="font-size:54."] {
        font-size: calc(54rem * .1 * (0.975 - 54 / 10 / 50)) !important;
    }
}
@media screen and (max-width: 560px) {

    .cmn_cms_editor [style*="font-size: 54"],
    .cmn_cms_editor [style*="font-size: 54."],
    .cmn_cms_editor [style*="font-size:54"],
    .cmn_cms_editor [style*="font-size:54."] {
        font-size: calc(54rem * .1 * (0.975 - 54 / 10 / 20)) !important;
    }
}
.cmn_cms_editor [style*="font-size: 55"],
.cmn_cms_editor [style*="font-size: 55."],
.cmn_cms_editor [style*="font-size:55"],
.cmn_cms_editor [style*="font-size:55."] {
    font-size: calc(55rem * .1) !important;
}
@media screen and (max-width: 800px) {

    .cmn_cms_editor [style*="font-size: 55"],
    .cmn_cms_editor [style*="font-size: 55."],
    .cmn_cms_editor [style*="font-size:55"],
    .cmn_cms_editor [style*="font-size:55."] {
        font-size: calc(55rem * .1 * (0.975 - 55 / 10 / 50)) !important;
    }
}
@media screen and (max-width: 560px) {

    .cmn_cms_editor [style*="font-size: 55"],
    .cmn_cms_editor [style*="font-size: 55."],
    .cmn_cms_editor [style*="font-size:55"],
    .cmn_cms_editor [style*="font-size:55."] {
        font-size: calc(55rem * .1 * (0.975 - 55 / 10 / 20)) !important;
    }
}
.cmn_cms_editor [style*="font-size: 56"],
.cmn_cms_editor [style*="font-size: 56."],
.cmn_cms_editor [style*="font-size:56"],
.cmn_cms_editor [style*="font-size:56."] {
    font-size: calc(56rem * .1) !important;
}
@media screen and (max-width: 800px) {

    .cmn_cms_editor [style*="font-size: 56"],
    .cmn_cms_editor [style*="font-size: 56."],
    .cmn_cms_editor [style*="font-size:56"],
    .cmn_cms_editor [style*="font-size:56."] {
        font-size: calc(56rem * .1 * (0.975 - 56 / 10 / 50)) !important;
    }
}
@media screen and (max-width: 560px) {

    .cmn_cms_editor [style*="font-size: 56"],
    .cmn_cms_editor [style*="font-size: 56."],
    .cmn_cms_editor [style*="font-size:56"],
    .cmn_cms_editor [style*="font-size:56."] {
        font-size: calc(56rem * .1 * (0.975 - 56 / 10 / 20)) !important;
    }
}
.cmn_cms_editor [style*="font-size: 57"],
.cmn_cms_editor [style*="font-size: 57."],
.cmn_cms_editor [style*="font-size:57"],
.cmn_cms_editor [style*="font-size:57."] {
    font-size: calc(57rem * .1) !important;
}
@media screen and (max-width: 800px) {

    .cmn_cms_editor [style*="font-size: 57"],
    .cmn_cms_editor [style*="font-size: 57."],
    .cmn_cms_editor [style*="font-size:57"],
    .cmn_cms_editor [style*="font-size:57."] {
        font-size: calc(57rem * .1 * (0.975 - 57 / 10 / 50)) !important;
    }
}
@media screen and (max-width: 560px) {

    .cmn_cms_editor [style*="font-size: 57"],
    .cmn_cms_editor [style*="font-size: 57."],
    .cmn_cms_editor [style*="font-size:57"],
    .cmn_cms_editor [style*="font-size:57."] {
        font-size: calc(57rem * .1 * (0.975 - 57 / 10 / 20)) !important;
    }
}
.cmn_cms_editor [style*="font-size: 58"],
.cmn_cms_editor [style*="font-size: 58."],
.cmn_cms_editor [style*="font-size:58"],
.cmn_cms_editor [style*="font-size:58."] {
    font-size: calc(58rem * .1) !important;
}
@media screen and (max-width: 800px) {

    .cmn_cms_editor [style*="font-size: 58"],
    .cmn_cms_editor [style*="font-size: 58."],
    .cmn_cms_editor [style*="font-size:58"],
    .cmn_cms_editor [style*="font-size:58."] {
        font-size: calc(58rem * .1 * (0.975 - 58 / 10 / 50)) !important;
    }
}
@media screen and (max-width: 560px) {

    .cmn_cms_editor [style*="font-size: 58"],
    .cmn_cms_editor [style*="font-size: 58."],
    .cmn_cms_editor [style*="font-size:58"],
    .cmn_cms_editor [style*="font-size:58."] {
        font-size: calc(58rem * .1 * (0.975 - 58 / 10 / 20)) !important;
    }
}
.cmn_cms_editor [style*="font-size: 59"],
.cmn_cms_editor [style*="font-size: 59."],
.cmn_cms_editor [style*="font-size:59"],
.cmn_cms_editor [style*="font-size:59."] {
    font-size: calc(59rem * .1) !important;
}
@media screen and (max-width: 800px) {

    .cmn_cms_editor [style*="font-size: 59"],
    .cmn_cms_editor [style*="font-size: 59."],
    .cmn_cms_editor [style*="font-size:59"],
    .cmn_cms_editor [style*="font-size:59."] {
        font-size: calc(59rem * .1 * (0.975 - 59 / 10 / 50)) !important;
    }
}
@media screen and (max-width: 560px) {

    .cmn_cms_editor [style*="font-size: 59"],
    .cmn_cms_editor [style*="font-size: 59."],
    .cmn_cms_editor [style*="font-size:59"],
    .cmn_cms_editor [style*="font-size:59."] {
        font-size: calc(59rem * .1 * (0.975 - 59 / 10 / 20)) !important;
    }
}
.cmn_cms_editor [style*="font-size: 60"],
.cmn_cms_editor [style*="font-size: 60."],
.cmn_cms_editor [style*="font-size:60"],
.cmn_cms_editor [style*="font-size:60."] {
    font-size: calc(60rem * .1) !important;
}
@media screen and (max-width: 800px) {

    .cmn_cms_editor [style*="font-size: 60"],
    .cmn_cms_editor [style*="font-size: 60."],
    .cmn_cms_editor [style*="font-size:60"],
    .cmn_cms_editor [style*="font-size:60."] {
        font-size: calc(60rem * .1 * (0.975 - 60 / 10 / 50)) !important;
    }
}
@media screen and (max-width: 560px) {

    .cmn_cms_editor [style*="font-size: 60"],
    .cmn_cms_editor [style*="font-size: 60."],
    .cmn_cms_editor [style*="font-size:60"],
    .cmn_cms_editor [style*="font-size:60."] {
        font-size: calc(60rem * .1 * (0.975 - 60 / 10 / 20)) !important;
    }
}
.cmn_cms_editor [style*="font-size: 61"],
.cmn_cms_editor [style*="font-size: 61."],
.cmn_cms_editor [style*="font-size:61"],
.cmn_cms_editor [style*="font-size:61."] {
    font-size: calc(61rem * .1) !important;
}
@media screen and (max-width: 800px) {

    .cmn_cms_editor [style*="font-size: 61"],
    .cmn_cms_editor [style*="font-size: 61."],
    .cmn_cms_editor [style*="font-size:61"],
    .cmn_cms_editor [style*="font-size:61."] {
        font-size: calc(61rem * .1 * (0.975 - 61 / 10 / 50)) !important;
    }
}
@media screen and (max-width: 560px) {

    .cmn_cms_editor [style*="font-size: 61"],
    .cmn_cms_editor [style*="font-size: 61."],
    .cmn_cms_editor [style*="font-size:61"],
    .cmn_cms_editor [style*="font-size:61."] {
        font-size: calc(61rem * .1 * (0.975 - 61 / 10 / 20)) !important;
    }
}
.cmn_cms_editor [style*="font-size: 62"],
.cmn_cms_editor [style*="font-size: 62."],
.cmn_cms_editor [style*="font-size:62"],
.cmn_cms_editor [style*="font-size:62."] {
    font-size: calc(62rem * .1) !important;
}
@media screen and (max-width: 800px) {

    .cmn_cms_editor [style*="font-size: 62"],
    .cmn_cms_editor [style*="font-size: 62."],
    .cmn_cms_editor [style*="font-size:62"],
    .cmn_cms_editor [style*="font-size:62."] {
        font-size: calc(62rem * .1 * (0.975 - 62 / 10 / 50)) !important;
    }
}
@media screen and (max-width: 560px) {

    .cmn_cms_editor [style*="font-size: 62"],
    .cmn_cms_editor [style*="font-size: 62."],
    .cmn_cms_editor [style*="font-size:62"],
    .cmn_cms_editor [style*="font-size:62."] {
        font-size: calc(62rem * .1 * (0.975 - 62 / 10 / 20)) !important;
    }
}
.cmn_cms_editor [style*="font-size: 63"],
.cmn_cms_editor [style*="font-size: 63."],
.cmn_cms_editor [style*="font-size:63"],
.cmn_cms_editor [style*="font-size:63."] {
    font-size: calc(63rem * .1) !important;
}
@media screen and (max-width: 800px) {

    .cmn_cms_editor [style*="font-size: 63"],
    .cmn_cms_editor [style*="font-size: 63."],
    .cmn_cms_editor [style*="font-size:63"],
    .cmn_cms_editor [style*="font-size:63."] {
        font-size: calc(63rem * .1 * (0.975 - 63 / 10 / 50)) !important;
    }
}
@media screen and (max-width: 560px) {

    .cmn_cms_editor [style*="font-size: 63"],
    .cmn_cms_editor [style*="font-size: 63."],
    .cmn_cms_editor [style*="font-size:63"],
    .cmn_cms_editor [style*="font-size:63."] {
        font-size: calc(63rem * .1 * (0.975 - 63 / 10 / 20)) !important;
    }
}
.cmn_cms_editor [style*="font-size: 64"],
.cmn_cms_editor [style*="font-size: 64."],
.cmn_cms_editor [style*="font-size:64"],
.cmn_cms_editor [style*="font-size:64."] {
    font-size: calc(64rem * .1) !important;
}
@media screen and (max-width: 800px) {

    .cmn_cms_editor [style*="font-size: 64"],
    .cmn_cms_editor [style*="font-size: 64."],
    .cmn_cms_editor [style*="font-size:64"],
    .cmn_cms_editor [style*="font-size:64."] {
        font-size: calc(64rem * .1 * (0.975 - 64 / 10 / 50)) !important;
    }
}
@media screen and (max-width: 560px) {

    .cmn_cms_editor [style*="font-size: 64"],
    .cmn_cms_editor [style*="font-size: 64."],
    .cmn_cms_editor [style*="font-size:64"],
    .cmn_cms_editor [style*="font-size:64."] {
        font-size: calc(64rem * .1 * (0.975 - 64 / 10 / 20)) !important;
    }
}
.cmn_cms_editor [style*="font-size: 65"],
.cmn_cms_editor [style*="font-size: 65."],
.cmn_cms_editor [style*="font-size:65"],
.cmn_cms_editor [style*="font-size:65."] {
    font-size: calc(65rem * .1) !important;
}
@media screen and (max-width: 800px) {

    .cmn_cms_editor [style*="font-size: 65"],
    .cmn_cms_editor [style*="font-size: 65."],
    .cmn_cms_editor [style*="font-size:65"],
    .cmn_cms_editor [style*="font-size:65."] {
        font-size: calc(65rem * .1 * (0.975 - 65 / 10 / 50)) !important;
    }
}
@media screen and (max-width: 560px) {

    .cmn_cms_editor [style*="font-size: 65"],
    .cmn_cms_editor [style*="font-size: 65."],
    .cmn_cms_editor [style*="font-size:65"],
    .cmn_cms_editor [style*="font-size:65."] {
        font-size: calc(65rem * .1 * (0.975 - 65 / 10 / 20)) !important;
    }
}
.cmn_cms_editor [style*="font-size: 66"],
.cmn_cms_editor [style*="font-size: 66."],
.cmn_cms_editor [style*="font-size:66"],
.cmn_cms_editor [style*="font-size:66."] {
    font-size: calc(66rem * .1) !important;
}
@media screen and (max-width: 800px) {

    .cmn_cms_editor [style*="font-size: 66"],
    .cmn_cms_editor [style*="font-size: 66."],
    .cmn_cms_editor [style*="font-size:66"],
    .cmn_cms_editor [style*="font-size:66."] {
        font-size: calc(66rem * .1 * (0.975 - 66 / 10 / 50)) !important;
    }
}
@media screen and (max-width: 560px) {

    .cmn_cms_editor [style*="font-size: 66"],
    .cmn_cms_editor [style*="font-size: 66."],
    .cmn_cms_editor [style*="font-size:66"],
    .cmn_cms_editor [style*="font-size:66."] {
        font-size: calc(66rem * .1 * (0.975 - 66 / 10 / 20)) !important;
    }
}
.cmn_cms_editor [style*="font-size: 67"],
.cmn_cms_editor [style*="font-size: 67."],
.cmn_cms_editor [style*="font-size:67"],
.cmn_cms_editor [style*="font-size:67."] {
    font-size: calc(67rem * .1) !important;
}
@media screen and (max-width: 800px) {

    .cmn_cms_editor [style*="font-size: 67"],
    .cmn_cms_editor [style*="font-size: 67."],
    .cmn_cms_editor [style*="font-size:67"],
    .cmn_cms_editor [style*="font-size:67."] {
        font-size: calc(67rem * .1 * (0.975 - 67 / 10 / 50)) !important;
    }
}
@media screen and (max-width: 560px) {

    .cmn_cms_editor [style*="font-size: 67"],
    .cmn_cms_editor [style*="font-size: 67."],
    .cmn_cms_editor [style*="font-size:67"],
    .cmn_cms_editor [style*="font-size:67."] {
        font-size: calc(67rem * .1 * (0.975 - 67 / 10 / 20)) !important;
    }
}
.cmn_cms_editor [style*="font-size: 68"],
.cmn_cms_editor [style*="font-size: 68."],
.cmn_cms_editor [style*="font-size:68"],
.cmn_cms_editor [style*="font-size:68."] {
    font-size: calc(68rem * .1) !important;
}
@media screen and (max-width: 800px) {

    .cmn_cms_editor [style*="font-size: 68"],
    .cmn_cms_editor [style*="font-size: 68."],
    .cmn_cms_editor [style*="font-size:68"],
    .cmn_cms_editor [style*="font-size:68."] {
        font-size: calc(68rem * .1 * (0.975 - 68 / 10 / 50)) !important;
    }
}
@media screen and (max-width: 560px) {

    .cmn_cms_editor [style*="font-size: 68"],
    .cmn_cms_editor [style*="font-size: 68."],
    .cmn_cms_editor [style*="font-size:68"],
    .cmn_cms_editor [style*="font-size:68."] {
        font-size: calc(68rem * .1 * (0.975 - 68 / 10 / 20)) !important;
    }
}
.cmn_cms_editor [style*="font-size: 69"],
.cmn_cms_editor [style*="font-size: 69."],
.cmn_cms_editor [style*="font-size:69"],
.cmn_cms_editor [style*="font-size:69."] {
    font-size: calc(69rem * .1) !important;
}
@media screen and (max-width: 800px) {

    .cmn_cms_editor [style*="font-size: 69"],
    .cmn_cms_editor [style*="font-size: 69."],
    .cmn_cms_editor [style*="font-size:69"],
    .cmn_cms_editor [style*="font-size:69."] {
        font-size: calc(69rem * .1 * (0.975 - 69 / 10 / 50)) !important;
    }
}
@media screen and (max-width: 560px) {

    .cmn_cms_editor [style*="font-size: 69"],
    .cmn_cms_editor [style*="font-size: 69."],
    .cmn_cms_editor [style*="font-size:69"],
    .cmn_cms_editor [style*="font-size:69."] {
        font-size: calc(69rem * .1 * (0.975 - 69 / 10 / 20)) !important;
    }
}
.cmn_cms_editor [style*="font-size: 70"],
.cmn_cms_editor [style*="font-size: 70."],
.cmn_cms_editor [style*="font-size:70"],
.cmn_cms_editor [style*="font-size:70."] {
    font-size: calc(70rem * .1) !important;
}
@media screen and (max-width: 800px) {

    .cmn_cms_editor [style*="font-size: 70"],
    .cmn_cms_editor [style*="font-size: 70."],
    .cmn_cms_editor [style*="font-size:70"],
    .cmn_cms_editor [style*="font-size:70."] {
        font-size: calc(70rem * .1 * (0.975 - 70 / 10 / 50)) !important;
    }
}
@media screen and (max-width: 560px) {

    .cmn_cms_editor [style*="font-size: 70"],
    .cmn_cms_editor [style*="font-size: 70."],
    .cmn_cms_editor [style*="font-size:70"],
    .cmn_cms_editor [style*="font-size:70."] {
        font-size: calc(70rem * .1 * (0.975 - 70 / 10 / 20)) !important;
    }
}
.cmn_cms_editor [style*="font-size: 71"],
.cmn_cms_editor [style*="font-size: 71."],
.cmn_cms_editor [style*="font-size:71"],
.cmn_cms_editor [style*="font-size:71."] {
    font-size: calc(71rem * .1) !important;
}
@media screen and (max-width: 800px) {

    .cmn_cms_editor [style*="font-size: 71"],
    .cmn_cms_editor [style*="font-size: 71."],
    .cmn_cms_editor [style*="font-size:71"],
    .cmn_cms_editor [style*="font-size:71."] {
        font-size: calc(71rem * .1 * (0.975 - 71 / 10 / 50)) !important;
    }
}
@media screen and (max-width: 560px) {

    .cmn_cms_editor [style*="font-size: 71"],
    .cmn_cms_editor [style*="font-size: 71."],
    .cmn_cms_editor [style*="font-size:71"],
    .cmn_cms_editor [style*="font-size:71."] {
        font-size: calc(71rem * .1 * (0.975 - 71 / 10 / 20)) !important;
    }
}
.cmn_cms_editor [style*="font-size: 72"],
.cmn_cms_editor [style*="font-size: 72."],
.cmn_cms_editor [style*="font-size:72"],
.cmn_cms_editor [style*="font-size:72."] {
    font-size: calc(72rem * .1) !important;
}
@media screen and (max-width: 800px) {

    .cmn_cms_editor [style*="font-size: 72"],
    .cmn_cms_editor [style*="font-size: 72."],
    .cmn_cms_editor [style*="font-size:72"],
    .cmn_cms_editor [style*="font-size:72."] {
        font-size: calc(72rem * .1 * (0.975 - 72 / 10 / 50)) !important;
    }
}
@media screen and (max-width: 560px) {

    .cmn_cms_editor [style*="font-size: 72"],
    .cmn_cms_editor [style*="font-size: 72."],
    .cmn_cms_editor [style*="font-size:72"],
    .cmn_cms_editor [style*="font-size:72."] {
        font-size: calc(72rem * .1 * (0.975 - 72 / 10 / 20)) !important;
    }
}
.cmn_cms_editor [style*="font-size: 73"],
.cmn_cms_editor [style*="font-size: 73."],
.cmn_cms_editor [style*="font-size:73"],
.cmn_cms_editor [style*="font-size:73."] {
    font-size: calc(73rem * .1) !important;
}
@media screen and (max-width: 800px) {

    .cmn_cms_editor [style*="font-size: 73"],
    .cmn_cms_editor [style*="font-size: 73."],
    .cmn_cms_editor [style*="font-size:73"],
    .cmn_cms_editor [style*="font-size:73."] {
        font-size: calc(73rem * .1 * (0.975 - 73 / 10 / 50)) !important;
    }
}
@media screen and (max-width: 560px) {

    .cmn_cms_editor [style*="font-size: 73"],
    .cmn_cms_editor [style*="font-size: 73."],
    .cmn_cms_editor [style*="font-size:73"],
    .cmn_cms_editor [style*="font-size:73."] {
        font-size: calc(73rem * .1 * (0.975 - 73 / 10 / 20)) !important;
    }
}
.cmn_cms_editor [style*="font-size: 74"],
.cmn_cms_editor [style*="font-size: 74."],
.cmn_cms_editor [style*="font-size:74"],
.cmn_cms_editor [style*="font-size:74."] {
    font-size: calc(74rem * .1) !important;
}
@media screen and (max-width: 800px) {

    .cmn_cms_editor [style*="font-size: 74"],
    .cmn_cms_editor [style*="font-size: 74."],
    .cmn_cms_editor [style*="font-size:74"],
    .cmn_cms_editor [style*="font-size:74."] {
        font-size: calc(74rem * .1 * (0.975 - 74 / 10 / 50)) !important;
    }
}
@media screen and (max-width: 560px) {

    .cmn_cms_editor [style*="font-size: 74"],
    .cmn_cms_editor [style*="font-size: 74."],
    .cmn_cms_editor [style*="font-size:74"],
    .cmn_cms_editor [style*="font-size:74."] {
        font-size: calc(74rem * .1 * (0.975 - 74 / 10 / 20)) !important;
    }
}
.cmn_cms_editor [style*="font-size: 75"],
.cmn_cms_editor [style*="font-size: 75."],
.cmn_cms_editor [style*="font-size:75"],
.cmn_cms_editor [style*="font-size:75."] {
    font-size: calc(75rem * .1) !important;
}
@media screen and (max-width: 800px) {

    .cmn_cms_editor [style*="font-size: 75"],
    .cmn_cms_editor [style*="font-size: 75."],
    .cmn_cms_editor [style*="font-size:75"],
    .cmn_cms_editor [style*="font-size:75."] {
        font-size: calc(75rem * .1 * (0.975 - 75 / 10 / 50)) !important;
    }
}
@media screen and (max-width: 560px) {

    .cmn_cms_editor [style*="font-size: 75"],
    .cmn_cms_editor [style*="font-size: 75."],
    .cmn_cms_editor [style*="font-size:75"],
    .cmn_cms_editor [style*="font-size:75."] {
        font-size: calc(75rem * .1 * (0.975 - 75 / 10 / 20)) !important;
    }
}
.cmn_cms_editor [style*="font-size: 76"],
.cmn_cms_editor [style*="font-size: 76."],
.cmn_cms_editor [style*="font-size:76"],
.cmn_cms_editor [style*="font-size:76."] {
    font-size: calc(76rem * .1) !important;
}
@media screen and (max-width: 800px) {

    .cmn_cms_editor [style*="font-size: 76"],
    .cmn_cms_editor [style*="font-size: 76."],
    .cmn_cms_editor [style*="font-size:76"],
    .cmn_cms_editor [style*="font-size:76."] {
        font-size: calc(76rem * .1 * (0.975 - 76 / 10 / 50)) !important;
    }
}
@media screen and (max-width: 560px) {

    .cmn_cms_editor [style*="font-size: 76"],
    .cmn_cms_editor [style*="font-size: 76."],
    .cmn_cms_editor [style*="font-size:76"],
    .cmn_cms_editor [style*="font-size:76."] {
        font-size: calc(76rem * .1 * (0.975 - 76 / 10 / 20)) !important;
    }
}
.cmn_cms_editor [style*="font-size: 77"],
.cmn_cms_editor [style*="font-size: 77."],
.cmn_cms_editor [style*="font-size:77"],
.cmn_cms_editor [style*="font-size:77."] {
    font-size: calc(77rem * .1) !important;
}
@media screen and (max-width: 800px) {

    .cmn_cms_editor [style*="font-size: 77"],
    .cmn_cms_editor [style*="font-size: 77."],
    .cmn_cms_editor [style*="font-size:77"],
    .cmn_cms_editor [style*="font-size:77."] {
        font-size: calc(77rem * .1 * (0.975 - 77 / 10 / 50)) !important;
    }
}
@media screen and (max-width: 560px) {

    .cmn_cms_editor [style*="font-size: 77"],
    .cmn_cms_editor [style*="font-size: 77."],
    .cmn_cms_editor [style*="font-size:77"],
    .cmn_cms_editor [style*="font-size:77."] {
        font-size: calc(77rem * .1 * (0.975 - 77 / 10 / 20)) !important;
    }
}
.cmn_cms_editor [style*="font-size: 78"],
.cmn_cms_editor [style*="font-size: 78."],
.cmn_cms_editor [style*="font-size:78"],
.cmn_cms_editor [style*="font-size:78."] {
    font-size: calc(78rem * .1) !important;
}
@media screen and (max-width: 800px) {

    .cmn_cms_editor [style*="font-size: 78"],
    .cmn_cms_editor [style*="font-size: 78."],
    .cmn_cms_editor [style*="font-size:78"],
    .cmn_cms_editor [style*="font-size:78."] {
        font-size: calc(78rem * .1 * (0.975 - 78 / 10 / 50)) !important;
    }
}
@media screen and (max-width: 560px) {

    .cmn_cms_editor [style*="font-size: 78"],
    .cmn_cms_editor [style*="font-size: 78."],
    .cmn_cms_editor [style*="font-size:78"],
    .cmn_cms_editor [style*="font-size:78."] {
        font-size: calc(78rem * .1 * (0.975 - 78 / 10 / 20)) !important;
    }
}
.cmn_cms_editor [style*="font-size: 79"],
.cmn_cms_editor [style*="font-size: 79."],
.cmn_cms_editor [style*="font-size:79"],
.cmn_cms_editor [style*="font-size:79."] {
    font-size: calc(79rem * .1) !important;
}
@media screen and (max-width: 800px) {

    .cmn_cms_editor [style*="font-size: 79"],
    .cmn_cms_editor [style*="font-size: 79."],
    .cmn_cms_editor [style*="font-size:79"],
    .cmn_cms_editor [style*="font-size:79."] {
        font-size: calc(79rem * .1 * (0.975 - 79 / 10 / 50)) !important;
    }
}
@media screen and (max-width: 560px) {

    .cmn_cms_editor [style*="font-size: 79"],
    .cmn_cms_editor [style*="font-size: 79."],
    .cmn_cms_editor [style*="font-size:79"],
    .cmn_cms_editor [style*="font-size:79."] {
        font-size: calc(79rem * .1 * (0.975 - 79 / 10 / 20)) !important;
    }
}
.cmn_cms_editor [style*="font-size: 80"],
.cmn_cms_editor [style*="font-size: 80."],
.cmn_cms_editor [style*="font-size:80"],
.cmn_cms_editor [style*="font-size:80."] {
    font-size: calc(80rem * .1) !important;
}
@media screen and (max-width: 800px) {

    .cmn_cms_editor [style*="font-size: 80"],
    .cmn_cms_editor [style*="font-size: 80."],
    .cmn_cms_editor [style*="font-size:80"],
    .cmn_cms_editor [style*="font-size:80."] {
        font-size: calc(80rem * .1 * (0.975 - 80 / 10 / 50)) !important;
    }
}
@media screen and (max-width: 560px) {

    .cmn_cms_editor [style*="font-size: 80"],
    .cmn_cms_editor [style*="font-size: 80."],
    .cmn_cms_editor [style*="font-size:80"],
    .cmn_cms_editor [style*="font-size:80."] {
        font-size: calc(80rem * .1 * (0.975 - 80 / 10 / 20)) !important;
    }
}
.cmn_cms_editor [style*="font-size: 81"],
.cmn_cms_editor [style*="font-size: 81."],
.cmn_cms_editor [style*="font-size:81"],
.cmn_cms_editor [style*="font-size:81."] {
    font-size: calc(81rem * .1) !important;
}
@media screen and (max-width: 800px) {

    .cmn_cms_editor [style*="font-size: 81"],
    .cmn_cms_editor [style*="font-size: 81."],
    .cmn_cms_editor [style*="font-size:81"],
    .cmn_cms_editor [style*="font-size:81."] {
        font-size: calc(81rem * .1 * (0.975 - 81 / 10 / 50)) !important;
    }
}
@media screen and (max-width: 560px) {

    .cmn_cms_editor [style*="font-size: 81"],
    .cmn_cms_editor [style*="font-size: 81."],
    .cmn_cms_editor [style*="font-size:81"],
    .cmn_cms_editor [style*="font-size:81."] {
        font-size: calc(81rem * .1 * (0.975 - 81 / 10 / 20)) !important;
    }
}
.cmn_cms_editor [style*="font-size: 82"],
.cmn_cms_editor [style*="font-size: 82."],
.cmn_cms_editor [style*="font-size:82"],
.cmn_cms_editor [style*="font-size:82."] {
    font-size: calc(82rem * .1) !important;
}
@media screen and (max-width: 800px) {

    .cmn_cms_editor [style*="font-size: 82"],
    .cmn_cms_editor [style*="font-size: 82."],
    .cmn_cms_editor [style*="font-size:82"],
    .cmn_cms_editor [style*="font-size:82."] {
        font-size: calc(82rem * .1 * (0.975 - 82 / 10 / 50)) !important;
    }
}
@media screen and (max-width: 560px) {

    .cmn_cms_editor [style*="font-size: 82"],
    .cmn_cms_editor [style*="font-size: 82."],
    .cmn_cms_editor [style*="font-size:82"],
    .cmn_cms_editor [style*="font-size:82."] {
        font-size: calc(82rem * .1 * (0.975 - 82 / 10 / 20)) !important;
    }
}
.cmn_cms_editor [style*="font-size: 83"],
.cmn_cms_editor [style*="font-size: 83."],
.cmn_cms_editor [style*="font-size:83"],
.cmn_cms_editor [style*="font-size:83."] {
    font-size: calc(83rem * .1) !important;
}
@media screen and (max-width: 800px) {

    .cmn_cms_editor [style*="font-size: 83"],
    .cmn_cms_editor [style*="font-size: 83."],
    .cmn_cms_editor [style*="font-size:83"],
    .cmn_cms_editor [style*="font-size:83."] {
        font-size: calc(83rem * .1 * (0.975 - 83 / 10 / 50)) !important;
    }
}
@media screen and (max-width: 560px) {

    .cmn_cms_editor [style*="font-size: 83"],
    .cmn_cms_editor [style*="font-size: 83."],
    .cmn_cms_editor [style*="font-size:83"],
    .cmn_cms_editor [style*="font-size:83."] {
        font-size: calc(83rem * .1 * (0.975 - 83 / 10 / 20)) !important;
    }
}
.cmn_cms_editor [style*="font-size: 84"],
.cmn_cms_editor [style*="font-size: 84."],
.cmn_cms_editor [style*="font-size:84"],
.cmn_cms_editor [style*="font-size:84."] {
    font-size: calc(84rem * .1) !important;
}
@media screen and (max-width: 800px) {

    .cmn_cms_editor [style*="font-size: 84"],
    .cmn_cms_editor [style*="font-size: 84."],
    .cmn_cms_editor [style*="font-size:84"],
    .cmn_cms_editor [style*="font-size:84."] {
        font-size: calc(84rem * .1 * (0.975 - 84 / 10 / 50)) !important;
    }
}
@media screen and (max-width: 560px) {

    .cmn_cms_editor [style*="font-size: 84"],
    .cmn_cms_editor [style*="font-size: 84."],
    .cmn_cms_editor [style*="font-size:84"],
    .cmn_cms_editor [style*="font-size:84."] {
        font-size: calc(84rem * .1 * (0.975 - 84 / 10 / 20)) !important;
    }
}
.cmn_cms_editor [style*="font-size: 85"],
.cmn_cms_editor [style*="font-size: 85."],
.cmn_cms_editor [style*="font-size:85"],
.cmn_cms_editor [style*="font-size:85."] {
    font-size: calc(85rem * .1) !important;
}
@media screen and (max-width: 800px) {

    .cmn_cms_editor [style*="font-size: 85"],
    .cmn_cms_editor [style*="font-size: 85."],
    .cmn_cms_editor [style*="font-size:85"],
    .cmn_cms_editor [style*="font-size:85."] {
        font-size: calc(85rem * .1 * (0.975 - 85 / 10 / 50)) !important;
    }
}
@media screen and (max-width: 560px) {

    .cmn_cms_editor [style*="font-size: 85"],
    .cmn_cms_editor [style*="font-size: 85."],
    .cmn_cms_editor [style*="font-size:85"],
    .cmn_cms_editor [style*="font-size:85."] {
        font-size: calc(85rem * .1 * (0.975 - 85 / 10 / 20)) !important;
    }
}
.cmn_cms_editor [style*="font-size: 86"],
.cmn_cms_editor [style*="font-size: 86."],
.cmn_cms_editor [style*="font-size:86"],
.cmn_cms_editor [style*="font-size:86."] {
    font-size: calc(86rem * .1) !important;
}
@media screen and (max-width: 800px) {

    .cmn_cms_editor [style*="font-size: 86"],
    .cmn_cms_editor [style*="font-size: 86."],
    .cmn_cms_editor [style*="font-size:86"],
    .cmn_cms_editor [style*="font-size:86."] {
        font-size: calc(86rem * .1 * (0.975 - 86 / 10 / 50)) !important;
    }
}
@media screen and (max-width: 560px) {

    .cmn_cms_editor [style*="font-size: 86"],
    .cmn_cms_editor [style*="font-size: 86."],
    .cmn_cms_editor [style*="font-size:86"],
    .cmn_cms_editor [style*="font-size:86."] {
        font-size: calc(86rem * .1 * (0.975 - 86 / 10 / 20)) !important;
    }
}
.cmn_cms_editor [style*="font-size: 87"],
.cmn_cms_editor [style*="font-size: 87."],
.cmn_cms_editor [style*="font-size:87"],
.cmn_cms_editor [style*="font-size:87."] {
    font-size: calc(87rem * .1) !important;
}
@media screen and (max-width: 800px) {

    .cmn_cms_editor [style*="font-size: 87"],
    .cmn_cms_editor [style*="font-size: 87."],
    .cmn_cms_editor [style*="font-size:87"],
    .cmn_cms_editor [style*="font-size:87."] {
        font-size: calc(87rem * .1 * (0.975 - 87 / 10 / 50)) !important;
    }
}
@media screen and (max-width: 560px) {

    .cmn_cms_editor [style*="font-size: 87"],
    .cmn_cms_editor [style*="font-size: 87."],
    .cmn_cms_editor [style*="font-size:87"],
    .cmn_cms_editor [style*="font-size:87."] {
        font-size: calc(87rem * .1 * (0.975 - 87 / 10 / 20)) !important;
    }
}
.cmn_cms_editor [style*="font-size: 88"],
.cmn_cms_editor [style*="font-size: 88."],
.cmn_cms_editor [style*="font-size:88"],
.cmn_cms_editor [style*="font-size:88."] {
    font-size: calc(88rem * .1) !important;
}
@media screen and (max-width: 800px) {

    .cmn_cms_editor [style*="font-size: 88"],
    .cmn_cms_editor [style*="font-size: 88."],
    .cmn_cms_editor [style*="font-size:88"],
    .cmn_cms_editor [style*="font-size:88."] {
        font-size: calc(88rem * .1 * (0.975 - 88 / 10 / 50)) !important;
    }
}
@media screen and (max-width: 560px) {

    .cmn_cms_editor [style*="font-size: 88"],
    .cmn_cms_editor [style*="font-size: 88."],
    .cmn_cms_editor [style*="font-size:88"],
    .cmn_cms_editor [style*="font-size:88."] {
        font-size: calc(88rem * .1 * (0.975 - 88 / 10 / 20)) !important;
    }
}
.cmn_cms_editor [style*="font-size: 89"],
.cmn_cms_editor [style*="font-size: 89."],
.cmn_cms_editor [style*="font-size:89"],
.cmn_cms_editor [style*="font-size:89."] {
    font-size: calc(89rem * .1) !important;
}
@media screen and (max-width: 800px) {

    .cmn_cms_editor [style*="font-size: 89"],
    .cmn_cms_editor [style*="font-size: 89."],
    .cmn_cms_editor [style*="font-size:89"],
    .cmn_cms_editor [style*="font-size:89."] {
        font-size: calc(89rem * .1 * (0.975 - 89 / 10 / 50)) !important;
    }
}
@media screen and (max-width: 560px) {

    .cmn_cms_editor [style*="font-size: 89"],
    .cmn_cms_editor [style*="font-size: 89."],
    .cmn_cms_editor [style*="font-size:89"],
    .cmn_cms_editor [style*="font-size:89."] {
        font-size: calc(89rem * .1 * (0.975 - 89 / 10 / 20)) !important;
    }
}
.cmn_cms_editor [style*="font-size: 90"],
.cmn_cms_editor [style*="font-size: 90."],
.cmn_cms_editor [style*="font-size:90"],
.cmn_cms_editor [style*="font-size:90."] {
    font-size: calc(90rem * .1) !important;
}
@media screen and (max-width: 800px) {

    .cmn_cms_editor [style*="font-size: 90"],
    .cmn_cms_editor [style*="font-size: 90."],
    .cmn_cms_editor [style*="font-size:90"],
    .cmn_cms_editor [style*="font-size:90."] {
        font-size: calc(90rem * .1 * (0.975 - 90 / 10 / 50)) !important;
    }
}
@media screen and (max-width: 560px) {

    .cmn_cms_editor [style*="font-size: 90"],
    .cmn_cms_editor [style*="font-size: 90."],
    .cmn_cms_editor [style*="font-size:90"],
    .cmn_cms_editor [style*="font-size:90."] {
        font-size: calc(90rem * .1 * (0.975 - 90 / 10 / 20)) !important;
    }
}
.cmn_cms_editor [style*="font-size: 91"],
.cmn_cms_editor [style*="font-size: 91."],
.cmn_cms_editor [style*="font-size:91"],
.cmn_cms_editor [style*="font-size:91."] {
    font-size: calc(91rem * .1) !important;
}
@media screen and (max-width: 800px) {

    .cmn_cms_editor [style*="font-size: 91"],
    .cmn_cms_editor [style*="font-size: 91."],
    .cmn_cms_editor [style*="font-size:91"],
    .cmn_cms_editor [style*="font-size:91."] {
        font-size: calc(91rem * .1 * (0.975 - 91 / 10 / 50)) !important;
    }
}
@media screen and (max-width: 560px) {

    .cmn_cms_editor [style*="font-size: 91"],
    .cmn_cms_editor [style*="font-size: 91."],
    .cmn_cms_editor [style*="font-size:91"],
    .cmn_cms_editor [style*="font-size:91."] {
        font-size: calc(91rem * .1 * (0.975 - 91 / 10 / 20)) !important;
    }
}
.cmn_cms_editor [style*="font-size: 92"],
.cmn_cms_editor [style*="font-size: 92."],
.cmn_cms_editor [style*="font-size:92"],
.cmn_cms_editor [style*="font-size:92."] {
    font-size: calc(92rem * .1) !important;
}
@media screen and (max-width: 800px) {

    .cmn_cms_editor [style*="font-size: 92"],
    .cmn_cms_editor [style*="font-size: 92."],
    .cmn_cms_editor [style*="font-size:92"],
    .cmn_cms_editor [style*="font-size:92."] {
        font-size: calc(92rem * .1 * (0.975 - 92 / 10 / 50)) !important;
    }
}
@media screen and (max-width: 560px) {

    .cmn_cms_editor [style*="font-size: 92"],
    .cmn_cms_editor [style*="font-size: 92."],
    .cmn_cms_editor [style*="font-size:92"],
    .cmn_cms_editor [style*="font-size:92."] {
        font-size: calc(92rem * .1 * (0.975 - 92 / 10 / 20)) !important;
    }
}
.cmn_cms_editor [style*="font-size: 93"],
.cmn_cms_editor [style*="font-size: 93."],
.cmn_cms_editor [style*="font-size:93"],
.cmn_cms_editor [style*="font-size:93."] {
    font-size: calc(93rem * .1) !important;
}
@media screen and (max-width: 800px) {

    .cmn_cms_editor [style*="font-size: 93"],
    .cmn_cms_editor [style*="font-size: 93."],
    .cmn_cms_editor [style*="font-size:93"],
    .cmn_cms_editor [style*="font-size:93."] {
        font-size: calc(93rem * .1 * (0.975 - 93 / 10 / 50)) !important;
    }
}
@media screen and (max-width: 560px) {

    .cmn_cms_editor [style*="font-size: 93"],
    .cmn_cms_editor [style*="font-size: 93."],
    .cmn_cms_editor [style*="font-size:93"],
    .cmn_cms_editor [style*="font-size:93."] {
        font-size: calc(93rem * .1 * (0.975 - 93 / 10 / 20)) !important;
    }
}
.cmn_cms_editor [style*="font-size: 94"],
.cmn_cms_editor [style*="font-size: 94."],
.cmn_cms_editor [style*="font-size:94"],
.cmn_cms_editor [style*="font-size:94."] {
    font-size: calc(94rem * .1) !important;
}
@media screen and (max-width: 800px) {

    .cmn_cms_editor [style*="font-size: 94"],
    .cmn_cms_editor [style*="font-size: 94."],
    .cmn_cms_editor [style*="font-size:94"],
    .cmn_cms_editor [style*="font-size:94."] {
        font-size: calc(94rem * .1 * (0.975 - 94 / 10 / 50)) !important;
    }
}
@media screen and (max-width: 560px) {

    .cmn_cms_editor [style*="font-size: 94"],
    .cmn_cms_editor [style*="font-size: 94."],
    .cmn_cms_editor [style*="font-size:94"],
    .cmn_cms_editor [style*="font-size:94."] {
        font-size: calc(94rem * .1 * (0.975 - 94 / 10 / 20)) !important;
    }
}
.cmn_cms_editor [style*="font-size: 95"],
.cmn_cms_editor [style*="font-size: 95."],
.cmn_cms_editor [style*="font-size:95"],
.cmn_cms_editor [style*="font-size:95."] {
    font-size: calc(95rem * .1) !important;
}
@media screen and (max-width: 800px) {

    .cmn_cms_editor [style*="font-size: 95"],
    .cmn_cms_editor [style*="font-size: 95."],
    .cmn_cms_editor [style*="font-size:95"],
    .cmn_cms_editor [style*="font-size:95."] {
        font-size: calc(95rem * .1 * (0.975 - 95 / 10 / 50)) !important;
    }
}
@media screen and (max-width: 560px) {

    .cmn_cms_editor [style*="font-size: 95"],
    .cmn_cms_editor [style*="font-size: 95."],
    .cmn_cms_editor [style*="font-size:95"],
    .cmn_cms_editor [style*="font-size:95."] {
        font-size: calc(95rem * .1 * (0.975 - 95 / 10 / 20)) !important;
    }
}
.cmn_cms_editor [style*="font-size: 96"],
.cmn_cms_editor [style*="font-size: 96."],
.cmn_cms_editor [style*="font-size:96"],
.cmn_cms_editor [style*="font-size:96."] {
    font-size: calc(96rem * .1) !important;
}
@media screen and (max-width: 800px) {

    .cmn_cms_editor [style*="font-size: 96"],
    .cmn_cms_editor [style*="font-size: 96."],
    .cmn_cms_editor [style*="font-size:96"],
    .cmn_cms_editor [style*="font-size:96."] {
        font-size: calc(96rem * .1 * (0.975 - 96 / 10 / 50)) !important;
    }
}
@media screen and (max-width: 560px) {

    .cmn_cms_editor [style*="font-size: 96"],
    .cmn_cms_editor [style*="font-size: 96."],
    .cmn_cms_editor [style*="font-size:96"],
    .cmn_cms_editor [style*="font-size:96."] {
        font-size: calc(96rem * .1 * (0.975 - 96 / 10 / 20)) !important;
    }
}
.cmn_cms_editor [style*="font-size: 97"],
.cmn_cms_editor [style*="font-size: 97."],
.cmn_cms_editor [style*="font-size:97"],
.cmn_cms_editor [style*="font-size:97."] {
    font-size: calc(97rem * .1) !important;
}
@media screen and (max-width: 800px) {

    .cmn_cms_editor [style*="font-size: 97"],
    .cmn_cms_editor [style*="font-size: 97."],
    .cmn_cms_editor [style*="font-size:97"],
    .cmn_cms_editor [style*="font-size:97."] {
        font-size: calc(97rem * .1 * (0.975 - 97 / 10 / 50)) !important;
    }
}
@media screen and (max-width: 560px) {

    .cmn_cms_editor [style*="font-size: 97"],
    .cmn_cms_editor [style*="font-size: 97."],
    .cmn_cms_editor [style*="font-size:97"],
    .cmn_cms_editor [style*="font-size:97."] {
        font-size: calc(97rem * .1 * (0.975 - 97 / 10 / 20)) !important;
    }
}
.cmn_cms_editor [style*="font-size: 98"],
.cmn_cms_editor [style*="font-size: 98."],
.cmn_cms_editor [style*="font-size:98"],
.cmn_cms_editor [style*="font-size:98."] {
    font-size: calc(98rem * .1) !important;
}
@media screen and (max-width: 800px) {

    .cmn_cms_editor [style*="font-size: 98"],
    .cmn_cms_editor [style*="font-size: 98."],
    .cmn_cms_editor [style*="font-size:98"],
    .cmn_cms_editor [style*="font-size:98."] {
        font-size: calc(98rem * .1 * (0.975 - 98 / 10 / 50)) !important;
    }
}
@media screen and (max-width: 560px) {

    .cmn_cms_editor [style*="font-size: 98"],
    .cmn_cms_editor [style*="font-size: 98."],
    .cmn_cms_editor [style*="font-size:98"],
    .cmn_cms_editor [style*="font-size:98."] {
        font-size: calc(98rem * .1 * (0.975 - 98 / 10 / 20)) !important;
    }
}
.cmn_cms_editor [style*="font-size: 99"],
.cmn_cms_editor [style*="font-size: 99."],
.cmn_cms_editor [style*="font-size:99"],
.cmn_cms_editor [style*="font-size:99."] {
    font-size: calc(99rem * .1) !important;
}
@media screen and (max-width: 800px) {

    .cmn_cms_editor [style*="font-size: 99"],
    .cmn_cms_editor [style*="font-size: 99."],
    .cmn_cms_editor [style*="font-size:99"],
    .cmn_cms_editor [style*="font-size:99."] {
        font-size: calc(99rem * .1 * (0.975 - 99 / 10 / 50)) !important;
    }
}
@media screen and (max-width: 560px) {

    .cmn_cms_editor [style*="font-size: 99"],
    .cmn_cms_editor [style*="font-size: 99."],
    .cmn_cms_editor [style*="font-size:99"],
    .cmn_cms_editor [style*="font-size:99."] {
        font-size: calc(99rem * .1 * (0.975 - 99 / 10 / 20)) !important;
    }
}
.cmn_cms_editor [style*="font-size: 100"],
.cmn_cms_editor [style*="font-size: 100."],
.cmn_cms_editor [style*="font-size:100"],
.cmn_cms_editor [style*="font-size:100."] {
    font-size: calc(100rem * .1) !important;
}
@media screen and (max-width: 800px) {

    .cmn_cms_editor [style*="font-size: 100"],
    .cmn_cms_editor [style*="font-size: 100."],
    .cmn_cms_editor [style*="font-size:100"],
    .cmn_cms_editor [style*="font-size:100."] {
        font-size: calc(100rem * .1 * (0.975 - 100 / 10 / 50)) !important;
    }
}
@media screen and (max-width: 560px) {

    .cmn_cms_editor [style*="font-size: 100"],
    .cmn_cms_editor [style*="font-size: 100."],
    .cmn_cms_editor [style*="font-size:100"],
    .cmn_cms_editor [style*="font-size:100."] {
        font-size: calc(100rem * .1 * (0.975 - 100 / 10 / 20)) !important;
    }
}
.cmn_cms_editor img {
    display: inline-block;
    /* width: auto; */
    height: auto;
    /* 画像固有の高さをautoにする */
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
    /* vertical-align: baseline; vertical-alignの初期値 */
    vertical-align: bottom;
    /* 隙間をなくす */
}
.cmn_cms_editor iframe[src*=youtube] {
    /* display: inline-block;
  width: 100%;
  height: 56.25vw;
  max-height: 50.6rem;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem; */
    display: inline-block;
    max-width: 100%;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
}
.cmn_cms_editor iframe[src*=google][src*=map] {
    display: inline-block;
    max-width: 100%;
    max-height: 60rem;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
}
.cmn_cms_editor strong {
    display: inline;
    font-weight: 900;
}
.cmn_cms_editor em {
    font-style: italic;
}
.cmn_cms_editor a {
    display: inline;
    /* text-decoration: underline; */
    color: #998675;
    /* color: #534741; */
    word-break: break-all;
}
.cmn_cms_editor table {
    margin: 0 0 0.5rem 0;
    word-break: break-all;
    table-layout: fixed;
}
.cmn_cms_editor th,
.cmn_cms_editor td {
    margin: 0 0 0.5rem 0rem;
    padding: 0.6em 0.9em;
    border: 1px solid #333333;
}
.cmn_cms_editor th {
    text-align: left;
    color: #ffffff;
    background-color: #534741;
}
.cmn_cms_editor td {
    background-color: #FFFFFF;
}
.cmn_cms_editor ul {
    list-style-type: disc;
}
.cmn_cms_editor ol {
    list-style-type: decimal;
}
.cmn_cms_editor ul,
.cmn_cms_editor ol {
    padding-left: 0;
    margin: 0 0 0.5rem 0;
}
.cmn_cms_editor ul>li,
.cmn_cms_editor ol>li {
    list-style-type: inherit;
    margin: 0 0 1.2rem 2rem;
    margin: 0 0 0.66em 1.7em;
}
.cmn_cms_editor ul>li::marker,
.cmn_cms_editor ol>li::marker {
    color: #534741;
}
.cmn_cms_editor blockquote {
    color: #333333;
    background-color: #F3F3F3;
    padding: 0.8em 1.2em;
    /* margin-inline-start: 0.8em; */
    /* margin-inline-end: 0.8em; */
    margin-inline-start: 0;
    margin-inline-end: 0;
}
/* WPオリジナルクラス有効化 */
.cmn_cms_editor .aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.cmn_cms_editor .alignright {
    display: block;
    margin-left: auto;
}
.cmn_cms_editor .alignleft {
    display: block;
    margin-right: auto;
}
.cmn_cms_editor .wp-caption {
    /* border: 1px solid #ddd;
  text-align: left;
  background-color: #f3f3f3;
  padding: 0.5rem;
  border-radius: 0.3rem; */
    display: inline-block;
    max-width: 100%;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
    vertical-align: top;
}
.cmn_cms_editor .wp-caption img {
    padding: 0;
    border: 0;
    margin: 0;
}
.cmn_cms_editor .wp-caption p.wp-caption-text {
    font-size: 1.4rem;
    line-height: 1.5;
    padding: 0;
    margin: 0;
}
/* cmn_pagenation */
.cmn_pagenation{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    color: #534741;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 0.05em;
}
.cmn_pagenation a{
    display: inline-block;
    height: 26px;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    line-height: 26px;
}
.cmn_pagenation .number{
    position: relative;
    padding-left: 0.5em;
    padding-right: 0.5em;
    /* width: 6px; */
    text-align: center;
}
/* .cmn_pagenation .number::after{
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translate(-50%,0);
    display: block;
    width: 1em;
    border-bottom: 1px solid #534741;
    opacity: 0;
    transition: opacity .2s;
}
.cmn_pagenation .number:hover::after{
    opacity: 1;
} */
.cmn_pagenation .prev img,
.cmn_pagenation .next img{
    display: inline-block;
    width: 1.33em;
    margin-bottom: 0.3em;
}
.cmn_pagenation .first,
.cmn_pagenation .prev,
.cmn_pagenation .next,
.cmn_pagenation .last{
    padding-left: 0.8em;
    padding-right: 0.8em;
}
.cmn_pagenation a:nth-of-type(1){
    margin-left: 0;
}
.cmn_pagenation a:nth-last-of-type(1){
    margin-right: 0;
}
.cmn_pagenation .current{
    position: relative;
    pointer-events: none;
}
.cmn_pagenation .current:hover{
    opacity: 1;
}
.cmn_pagenation .current::after{
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translate(-50%,0);
    display: block;
    width: 1em;
    border-bottom: 1px solid #534741;
    pointer-events: none;
}
@media screen and (max-width: 780px) {
    .cmn_pagenation .first,
    .cmn_pagenation .prev,
    .cmn_pagenation .next,
    .cmn_pagenation .last{
        padding-left: 0.5em;
        padding-right: 0.5em;
    }
    .cmn_pagenation .first,
    .cmn_pagenation .last{
        font-size: 88%;
    }
}






/* 下層aminimg */
.lower_mainimg{
    position: relative;
    margin:30px auto 30px;
    width: calc(100% - 60px);
}

.lower_mainimg img{
    width: 100%;
}

.lower_mainimg .lower_title{
    position: absolute;
    left:50%;
    top:50%;
    transform: translate(-50%,-50%);
    width: 100%;
}

.lower_mainimg .lower_title > *{
    color: #fff;
    text-align: center;
    font-size: 3.2rem;
    font-weight: 700;
    text-shadow: 1px 1px 8px #000000;
    letter-spacing: 0.5rem;
    font-family: "Reisho 101", 'Noto Serif JP', serif;
    font-weight: 500;
}

.lower_mainimg .lower_title > * span,
.lower_mainimg .lower_title > * span{
    font-size: 1.4rem;
    display: block;
    margin-top: 15px;
    text-shadow: 1px 1px 8px #000000;
    font-family: 'Noto Serif JP', serif;
}
/* 共通dlリスト */


/* topheader */
.home_header{
    width: 100%;
}

.nav-wrap{
    max-width:1000px;
    margin:0 auto;
    align-items: center;
    width: 100%;
}

.nav-wrap .nav{
    display: flex;
    flex-wrap: wrap;
    align-items:center;
    width: 100%;
    height: 110px;
}

.nav-wrap .nav li{
    width: calc(100% / 4);
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}


.nav-wrap .nav .nav_shop{
    display: none;
}

.nav-wrap .nav li a {
    color: #534741;
    display: block;
    text-align: center;
    font-weight: 600;
    padding:0 0 10px;
    position: relative;
    text-decoration: none;
    font-family: "Reisho 101", 'Noto Serif JP', serif;
    font-weight: 500;

}

.nav-wrap .nav li a:after {
    position: absolute;
    bottom: 0px;
    left:50%;
    transform: translate(-50%);
    content: '';
    width: 60%;
    height: 2px;
    background: #534741;
    opacity: 0;
    visibility: hidden;
    transition: .3s;
}

.nav-wrap .nav li a span{
    display: block;
    color: #808080;
    letter-spacing: 0.2rem;
    font-size: 1.4rem;
    font-family: 'Noto Serif JP', serif;
}

.nav-wrap .nav li a:hover:after {
    bottom: -2px;
    opacity: 1;
    visibility: visible;
}

.header_nav_button {
    display: none;
}

.header_link_shop{
    position: absolute;
    right: 0;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 220px;
    height: 56px;
    background-image: url(../img/header_link_shop_bg.svg);
    background-repeat: repeat;
    background-position: center;
    background-size: cover;
    color: #FFFFFF;
    font-size: 15px;
    letter-spacing: 0.02em;
    font-weight: 700;
    line-height: 1.25;
    text-align: center;
}
.header_link_shop_subpage{
    position: fixed;
    z-index: 10000;
}
@media screen and (max-width: 1000px) {
    .header_link_shop_subpage{
        height: 62px;
    }
}
@media screen and (max-width: 780px) {
    .header_link_shop{
        display: none;
    }
}
.header_link_shop_conts{
    display: inline-block;
    text-align: center;
    padding-right: .2em;
    padding-left: 2.5em;
    background-image: url(../img/header_link_shop_ico_cart.svg);
    background-repeat: no-repeat;
    background-position: left top 0.32em;
    background-size: auto;
}
.header_link_shop_conts_en{
    display: block;
    /* font-size: 72%; */
    font-size: 57%;
    font-weight: 400;
    letter-spacing: 0.06em;
}

/* lowerheader */
.lower_header{
    position: fixed;
    top:0;
    background-color: #534741;
    background-image: url(../img/bg3_trans.png);
    height: 200px;
    z-index: 9999;
}

.lower_header_top{
    position: relative;
    display: flex;
    align-items: center;
    background-color:#534741;
    min-height: 56px;
    padding:10px 0;
}

.lower_header_top .flex{
    align-items:center;
}

.lower_header_top p{
    color: #fff;
    font-size: 1.4rem;
    text-shadow: 2px 2px 3px #000000;
}

.lower_header_top p br{
    display: none;
}

.lower_header_top p.lower_header_tel {
    font-size: 2.4rem;
    padding-left: 20px;
    background-image: url(../img/lower_tel_icon.png);
    background-size: 13px;
    background-repeat: no-repeat;
    background-position: top 56% left;
    display: flex;
    align-items:center;
    text-shadow: 2px 2px 3px #000000;
}

.lower_header_top p.lower_header_tel span{
    font-size: 1.4rem;
    padding-left:10px;
}

.lower_header_tel_sp {
    display: none;
}

.lower_header_logo{
    position: absolute;
    top:20px;
    left:50%;
    transform: translateX(-50%);
    width: 66px;
}

.lower_header_logo a{
    display: block;
}

.lower_header_logo a img{
    width: 100%;
}

.lower_header .nav-wrap {
    padding: 17px 0;
}

.lower_header .nav-wrap li a{
    color: #fff;
}

.lower_header .nav-wrap li a span{
    color: #b3b3b3;
}

.lower_header .nav-wrap .nav li a:after{
    display: none;
}

.lower_header .nav-wrap .nav li a {
    padding: 0;
}

.lower_header .nav-wrap .nav li:nth-child(2) a{
    padding-right:50px;
}

.lower_header .nav-wrap .nav li:nth-child(3) a{
    padding-left:50px;
}



/* footer */
footer{
    background-image: url(../img/bg2.png);
    padding: 30px 0 0 0;
}

.footer_contents.flex{
    justify-content: unset;
}

.footer_contents .footer_logo a{
    display: block;
    width: 63px;
}

.footer_contents .footer_logo a img{
    width: 100%;
}

.footer_contents .footer_contents_address{
    margin-left:30px;
}

.footer_contents .footer_contents_address h2{
    font-size: 2rem;
    margin-bottom:7px;
    font-weight: normal;
}

.footer_contents .footer_contents_address h2 b{
    font-size: 2.2rem;
}

.footer_contents .footer_contents_address h2 span{
    font-size: 1.4rem;
}

.footer_nav p span {
    transform: rotate(45deg);
    display: inline-block;
    color: #534741;
}

.footer_nav {
    margin: 0 0 0 auto;
}

.footer_nav ul{
    padding-left:18px;
    margin:10px 0 30px;
}

.footer_nav li {
    margin-bottom:8px;
    text-indent: -9px;
    padding-left: 10px;
}

.footer_nav li.blank_icon{
    background-image: url(../img/target_blank.png);
    background-repeat: no-repeat;
    background-size: 12px;
    background-position: right center;
    padding-right: 15px;
    display: table;
}

.footer_nav li a{

    padding-left: 10px;
}

.footer_nav li a span{
    font-size: 1.2rem;
}

.footer_nav li:before {
    content: "";
    width: 21px;
    height: 21px;
    position: absolute;
    background-image: url(../img/footer_navicon.png);
    background-repeat: no-repeat;
    background-size: 4px;
    background-position: left center;
}
.footer_copy{
    background-color:#534741;
    padding:15px 0;
    align-items: center;
}

.footer_copy small{
    font-size:1.4rem;
    color: #fff;
    letter-spacing: 0.2rem;
    text-shadow: 2px 2px 3px #000000;
}

.footer_gotop{
    position: fixed;
    bottom: 0;
    right: 20px;
    width: 40px;
    height: 100px;
    background-color:#fff;
    z-index: 999;
}

.footer_gotop a{
    display: block;
}

.footer_gotop a img{
    width: 100%;
    margin:auto;
    display: block;
}

/* google calender */

.store_googlecalendar {
    width: 100%;
    max-width: 800px;
    /* border: solid 1px #c7b299; */
    margin: 50px auto;
    /* height: calc(800px * 0.75); */
}

.store_googlecalendar_inner {
    position: relative;
    height: 0;
    padding-top: 75%;
}

.store_googlecalendar_iframe {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

/* home /////////////////////////////////////////////////////////////////////////////////////////// */
/*home_main_slide*/
.home_main_slide{
    width: calc(100% - 60px);
    position: relative;
    margin:30px auto 0;
}

.home_main_slide .header_top{
    padding:18px 20px;
    align-items: flex-start;
    position: absolute;
    top: 0;
    width: 100%;
}

.home_main_slide .header_top h1{
    color: #fff;
    font-size: 1.4rem;
    text-shadow: 2px 2px 3px #000000;
}

.home_main_slide .header_top .header_tel p {
    color: #fff;
    font-size: 2.6rem;
    padding-left: 35px;
    background-image: url(../img/home_tel_icon.svg);
    background-size: 39px;
    background-repeat: no-repeat;
    background-position: center left;
    text-shadow: 2px 2px 3px #000000;
    letter-spacing: 0.17rem;
}

.home_main_slide .header_top .header_tel span{
    display: block;
    color: #fff;
    font-size: 1.4rem;
    text-shadow: 2px 2px 3px #000000;
    text-align: right;
}

.home_main_slide .main_txt {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    margin: 0 auto;
    background-color: rgba(0,0,0,0.5);
    padding: 15px 0;
    width: 250px;
    height: 450px;
    text-align: center;
}

.home_main_slide .main_txt p {
    display: inline-block;
    padding: 260px 80px 0;
    color: #fff;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    margin: 0 auto;
    background-image: url(../img/home_main_slide_logo.png);
    background-size: 126px;
    background-repeat: no-repeat;
    background-position: center top;
    letter-spacing: 0.15rem;
    text-shadow: 2px 2px 3px #000000;
    text-align: left;
}

/*home_news*/
.home_news{
    background-image: url(../img/bg2.png);
    background-size: 14%;
    background-repeat: repeat;
    padding:20px 0;
}

[id="home_news"]{
    align-items: stretch;
}

.home_news_tit{
    display: flex;
    justify-content: center;
    align-items: center;

    background-color: rgba(83,71,65,0.6);
    color: #fff;
    width: 230px;
    /* height: 160px; */
}

.home_news_tit h2{
    font-size: 2rem;
    font-weight: normal;
    padding: 65px 0;
    text-align: center;
    text-shadow: 2px 2px 3px #000000;
}

.home_news_contents {
    background-color: #fff;
    /* height: 160px; */
    height: 220px;
    max-width: 770px;
    overflow: auto;
    padding: 20px 40px;
    width: 100%;
}

.home_news_contents dl{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    /* padding:19px 0; */
    padding:10px 0;
}

::-webkit-scrollbar{
    width: 10px;
}

::-webkit-scrollbar-track{
    background: #fff;
    border: none;
    border-radius: 10px;
    box-shadow: inset 0 0 2px #777;
}

::-webkit-scrollbar-thumb{
    background: #ccc;
    border-radius: 10px;
    box-shadow: none;
}

.home_news_contents dt{
    width: 20%;
    text-align: center;
    color: #534741;
    font-size: 1.3rem;
}

.home_news_contents dt p{
    padding-left: 10px;
    display: inline-block;
}

.home_news_contents dt span{
    transform: rotate(45deg);
    display: inline-block;
}

.home_news_contents dd{
    width: 75%;
    color: #333;
    padding-right: 15px;
}


/*home_onlinebnr*/
.home_onlinebnr{
   padding:90px 0;
}

.home_onlinebnr a{
    display: block;
}

.home_onlinebnr img{
    width: 100%;
}


/*home_about*/
.home_about{
    position: relative;
    overflow: hidden;
}

.home_about .home_aboutbg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    background-image: url(../img/bg3.png);
    background-repeat: repeat;
    width: calc(100% - 40px);
    height: 470px;
    opacity: 0.5;
}

.home_aboutbox {
    position: relative;
    background-image: url(../img/home_about1.png);
    background-repeat: no-repeat;
    background-size: 60%;
    background-position: left bottom;
    margin-bottom:40px;
}

.home_aboutbox_right{
    background-image: url(../img/home_about2.png);
    background-position: right bottom;
}

.home_aboutbox .cmn_maxbox{
    padding-top: 258px;
}

.home_aboutbox_right .cmn_maxbox {
    padding-bottom: 258px;
    padding-top: 0px;
}

.home_about_txtbox {
    width: 400px;
    height: 400px;
    bottom: 0;
    padding: 40px 40px;
    box-sizing: border-box;
    background-color: rgba(255,255,255,0.7);
    margin: 0 0 0 auto;
    position: relative;
    line-height: 2;
}

.home_aboutbox_right .home_about_txtbox{
    margin:0 auto 0 0;
}

.home_about_txtbox:before{
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top:-10px;
    right: -10px;
    border:solid 1px #c7b299;

}

.home_about_txtbox h2 img{
    width: 42px;
}

.home_aboutbox_right h2 img{
    width: 51px;
}

.home_about_txtbox p{
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
}

@media all and (-ms-high-contrast: none) {
    .home_about_txtbox p{
        height: 104%;
        width: 78%;
    }
}
.home_about .btn{
    margin-top:70px;
}

/*home_croquette*/
.home_croquette{
    margin-top:100px;
    position: relative;
    background-image: url(../img/home_croquette_rightimg.png),url(../img/home_croquette_bg.jpg);
    background-repeat: no-repeat,no-repeat;
    background-size:530px,cover;
    background-position:right bottom,center;
}

.home_croquette_txt{
    width: 40%;
    height: 573px;
    top:0;
    display: flex;
    padding: 90px 0;
    margin: 0 0 0 auto;
}

.home_croquette_txt h2 {
    color: #534741;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    margin: -90px 0 0 auto;
    background-color: rgba(255,255,255,0.7);
    height: 70%;
    position: relative;
    line-height: 3;
    display: flex;
    justify-content: center;
    align-items: baseline;
    letter-spacing: 0.6rem;
    font-family: "Reisho 101", 'Noto Serif JP', serif;
    font-weight: 500;
}

.home_croquette_txt h2:before{
    content: "";
    width: 100%;
    height: 100%;
    top:-5px;
    right: -5px;
    position: absolute;
    border:solid 1px #fff;
}

.home_croquette_txt p{
    color: #fff;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    margin: 0 30px 0 auto;
    letter-spacing: 0.15rem;
    line-height: 2;
    text-shadow: 2px 2px 3px #211414;
}

.home_croquette_txt .flex{
    justify-content: center;
}

.home_croquette_txt .flex h3{
    color: #fff;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    border:solid 1px #fff;
    padding:10px;
    margin: 0 20px -45px 0;
    text-shadow: 2px 2px 3px #211414;
}
@media all and (-ms-high-contrast: none) {
    .home_croquette_txt .flex {
        justify-content: center;
        width: ;
        width: 80px;
        padding-right: ;
        margin: 0 80px 0 20px;
    }
    .home_croquette_txt {
        width: 50%;
        height: 603px;
        padding: 90px 0;
    }
    .home_croquette_txt p {
        margin: 0 -7px 0 auto;
    }


}

.home_croquette_txt .flex p{
    margin: 0 25px 0 auto;
    text-shadow: 2px 2px 3px #211414;
}

.home_croquette_txt .attention{
    text-indent: -20px;
    padding-top: 20px;
}

.home_croquette img{
    width: 100%;
    display: none;
}

/*home_shoplist*/
.home_shoplist{
    padding:100px 0;
    background-image: url(../img/kamon_icon.png);
    background-repeat: no-repeat;
    background-size:340px;
    background-position:right top;
    background-position: right -4% top 10%;
}

.home_shoplist h2{
    color: #534741;
    font-size: 3.2rem;
    text-align: center;
    letter-spacing: 0.8rem;
    font-family: "Reisho 101", 'Noto Serif JP', serif;
    font-weight: 500;
}

.home_shoplist ul{
    margin:60px 0 30px;
}

/* 20220113 追記 */

.home_shoplist ul::after{
    content: "";
    display: block;
    width: 30%;
    height: 0;
}

/* /20220113 追記 */

.home_shoplist li{
    width: 30%;
    margin-bottom:60px;
}

.home_shoplist li img{
    width: 100%;
}

.home_shoplist li p{
    display: block;
    width: 100%;
    padding:12px 0;
    text-align: center;
    background-color:#534741;
    font-size: 2rem;
    color: #fff;
}

/* single /////////////////////////////////////////////////////////////////////////////////////////// */
.single_contents{
    margin-bottom:30px;
}

.single_contents{
    background-color:#fff;
    padding:80px 20px;
    margin:0 auto 30px;
    width: calc(100% - 60px);
}

.single_box_inner{
    max-width: 900px;
    margin:0 auto;
}

.single_ttl{
    border-top: solid 1px #c7b299;
    border-bottom: solid 1px #c7b299;
    padding:20px 20px;
    justify-content: flex-start;
    align-items:center;
    flex-wrap: nowrap;
    margin-bottom:30px;
}

.single_ttl p.day{
    flex-shrink: 0;
    margin-top: 5px;
    margin-right: 20px;
    font-size: 1.4rem;
    color: #534741;
}

.single_ttl h1{
    width: 100%;
    font-size: 2rem;
    color: #534741;
    width: 85%;
}

.single_ttl p.day span {
    transform: rotate(45deg);
    display: inline-block;
    margin-right: 0.9em;
    color: #c7b299;
}

.single_box_txt{
    padding-bottom: 30px;
    margin-bottom:30px;
    border-bottom: solid 1px #c7b299;
}

.single_box_txt p{
    /* line-height: 1.8; */
}

.single_box_txt img{
    /* width: 50%; */
    /* margin:25px auto;
    height: auto; */
}

.single_next_btn .prev a{
    background-image: url(../img/single_prev.png);
    background-repeat: no-repeat;
    background-size: 21px;
    background-position: left center;
    padding-left: 40px
}

.single_next_btn .noinfo{
    opacity: 0;
    visibility: hidden;
}

.single_next_btn .next a{
    background-image: url(../img/single_next.png);
    background-repeat: no-repeat;
    background-size: 21px;
    background-position: right center;
    padding-right: 40px
}

.single_next_btn a{
    display: block;
}

/* about /////////////////////////////////////////////////////////////////////////////////////////// */
.about_contents{
    padding:80px 20px;
    background-image: url(../img/bg3.png);
    background-repeat: repeat;
}

.about_contents h2{
    color: #534741;
    font-size: 2.4rem;
    text-align: center;
    margin-bottom:30px;
}

.about_contents img{
    display: block;
    width:30%;
}

.about_contents .about_txt{
    width: 50%;
    margin:60px auto 0;
}

.about_contents .about_txt p{
    margin-bottom:25px;
    line-height: 1.7;
    text-align: justify;
}

.about_contents .about_txt span{
    display: block;
    text-align: right;
    color: #534741;
    font-size: 2rem;
}

.about_roots{
    margin-top:70px;
    padding-top:80px;
    position: relative;

}

.about_roots:before{
    content: "";
    position: absolute;
    width: 70%;
    height: 450px;
    background-image: url(../img/bg3.png);
    right: 0;
    top:0;
    z-index: -1;
}

.about_roots h2{
    color: #534741;
    font-size: 2.4rem;
    text-align:right;
    font-weight: normal;
    font-family: "Reisho 101", 'Noto Serif JP', serif;
    font-weight: 500;
}

.about_roots img.about_roots_img{
    width: 60%;
    margin-top:40px;
    display: block;
}

.about_roots .roots_box {
    max-width: 600px;
    padding: 60px 50px;
    box-sizing: border-box;
    background-color: rgba(255,255,255,0.7);
    position: relative;
    margin: -170px 0 0 auto;
}

.about_roots .roots_box:before{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    border:solid 1px #c7b299;
    top:-10px;
    right:-10px;
}

.about_roots .roots_box h3{
    font-size: 2rem;
    color: #534741;
    margin-bottom:20px;
    font-weight: normal;
}

.about_kodawari{
    margin-top:70px;
    position: relative;
}

.about_kodawari:before{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url(../img/bg3.png);
    left: 0;
    top:20px;
    z-index: -1;
}

.about_roots h2{
    color: #534741;
    font-size: 2.4rem;
    font-weight: normal;
}

.about_kodawari_box{
    margin:50px 0;
}

.about_kodawari h2{
    color: #534741;
    font-size: 2.4rem;
    font-weight: normal;
    font-family: "Reisho 101", 'Noto Serif JP', serif;
    font-weight: 500;
}


.about_kodawari_box li{
    width: 31%;
}

.about_kodawari_box li:nth-child{
    margin-top: 90px;

}
.about_kodawari_box li img{
    width: 100%;
}

.about_kodawari_box li h3 {
    font-size: 2.3rem;
    text-shadow: 1px 1px 3px #fff;
    letter-spacing: 0.15rem;
    margin: -18px 0 0 -10px;
}

.about_kodawari_box li p{
    margin-top:20px;
    font-size: 1.4rem;
}

.about_company{
    margin-top:70px;
    padding:70px 0;
    background-image: url(../img/bg3.png);
}

.about_company h2{
    color: #534741;
    font-size: 2.4rem;
    font-weight: normal;
    text-align: center;
    font-family: "Reisho 101", 'Noto Serif JP', serif;
    font-weight: 500;
}

.about_company table{
    width: 100%;
    max-width: 900px;
    margin:60px auto 0;
    border-top:solid 1px #c7b299;
}

.about_company tr{
    border-bottom:solid 1px #c7b299;
}

.about_company th{
    width: 20%;
    padding: 18px 0;
    text-align: center;
    font-weight:normal;
}

.about_company td{
    padding: 18px 0 18px 20px;
}

.about_history{
    margin:20px auto 70px;
}

.about_movie01_wrap{
    width: 100%;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}
.about_movie01_conts{
    position: relative;
    height: 0;
    padding-top: 56.25%;
    overflow: hidden;
}
.about_movie01{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

/* shopy /////////////////////////////////////////////////////////////////////////////////////////// */
.shop_contents{
    background-color:#fff;
    margin-bottom:30px;
    padding:0 20px;
}

.shop_box li{
    width: 48%;
    border-top:solid 1px #c7b299;
    padding:50px 0;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items:flex-start;
}

.shop_box li:first-child{
    border-top:0;
}

.shop_box li:nth-child(2){
    border-top:0;
}

.shop_box li a{
    width: 48%;
}

.shop_box li a img{
    width: 100%;
}

.shop_box li .shop_txt{
    width: 48%;
}

.shop_box li .shop_txt h2{
    font-weight: normal;
    font-size:2.2rem;
    letter-spacing: 0.2rem;
}

.shop_box li .shop_txt h2 span{
    font-size:1.8rem;
}

.shop_box li .shop_txt ul{
    margin-top:20px;
}

.shop_box li .shop_txt li {
    width: 100%;
    height: auto;
    border: 0;
    display: flex;
    flex-wrap: wrap;
    /* justify-content:end; */
    padding: 0 0 2px;
}

.shop_box li .shop_txt li p:first-child{
    background-color:#534741;
    color: #fff;
    text-align: center;
    padding:3px;
    font-size:1.1rem;
    width: 60px;
    font-family: 'Noto Sans JP', sans-serif;
}

.shop_box li .shop_txt li p:last-child{
    font-size:1.1rem;
    margin-left:10px;
    width: 69%;
    padding: 2px 0 0 0;
}

.shop_box li .shop_txt li p:last-child span{
    display: block;
    text-indent: -15px;
    padding-left: 15px;
}

.shop_box li .shop_txt li p a{
    font-size: 1.1rem;
    width: inherit;
}


/* mainstore /////////////////////////////////////////////////////////////////////////////////////////// */
.mainstore_kodawari{
    background-color: rgba(255,255,255,0.8);
    padding:70px 20px;
    margin-bottom:20px!important;;
}

.mainstore_kodawari .cmn_box{
    max-width: 900px;
    margin:0 auto;
}

.mainstore_kodawari h2{
    text-align: center;
    font-size:2.4rem;
    color: #534741;
    letter-spacing: 0.2rem;
}

.mainstore_kodawari .store_slider{
    margin:50px 0;

}

.mainstore_kodawari .store_slider img{
    width: 100%;
}

.marunouchistore_kodawari .store_address tr:last-child{
    border: 0;
}

.store_address table{
    width: 48%;
    border-top: solid 1px #c7b299;
}

table.store_address2 {
    width: 100%;
    border-top: 0;
    border-bottom: solid 1px #c7b299;
    border-top: solid 1px #c7b299;
}

.store_address tr {
    border-bottom: solid 1px #c7b299;
}

table.store_address2  tr {
    border-bottom:0;
}

a.shoplink {
    max-width: 300px;
    border: solid 1px #534741;
    padding: 15px 0;
    text-align: center;
    color: #534741;
    background-image: url(../img/single_next.png);
    background-repeat: no-repeat;
    background-size: 21px;
    background-position: center right 20px;
    display: block;
    margin: 0 auto 30px;
}

a.shoplink:hover {
    color: #fff;
    background-color: #534741;
    background-image: url(../img/single_next_w.png);
}

.store_address th {
    width: 20%;
    padding: 18px 0;
    text-align: center;
    font-weight: normal;
}

.store_address td {
    padding: 18px 0 18px 20px;
}

.store_address td.flex{
    align-items:center;
}

.store_address td.butasute_td .flex{
    justify-content: end;
}

.store_address td.butasute_td .flex p:first-child{
    /* width: 20%; */
    width: 64px;
}

@media all and (-ms-high-contrast: none) {
    .store_address td.butasute_td .flex{
        display: inherit;
    }

    .store_address td.butasute_td .flex p:first-child{
        width: inherit;
    }
}

.store_address td.map a {
    border: solid 1px #c1272d;
    font-size: 1rem;
    padding: 2px 3px;
    color: #c1272d;
    margin-left: 7px;
}

.store_address td.map a:hover{
    color: #fff;
    background-color:#c1272d;
}

li.slick-slide {
    padding:0 10px;
}

.slick-slide:focus{
  outline:none!important;
}

.slick-prev:before, .slick-next:before {
    font-family:inherit!important;
    font-size: 20px;
    line-height: 1;
    opacity: .75;
    color: gray;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev:before {
    content: ''!important;
    position: absolute;
    width: 36px;
    height: 36px;
    background-image: url(../img/store_kodawari_prev.png);
    background-repeat: no-repeat;
    background-size: 20px;
}

.slick-next:before {
    content: ''!important;
    position: absolute;
    width: 36px;
    height: 36px;
    background-image: url(../img/store_kodawari_next.png);
    background-repeat: no-repeat;
    background-size: 20px;
}

.slick-prev {
    left: -45px!important;
}

.store_address.flex {
    margin-bottom: 50px;
}

.mainstore_kodawari p{
    line-height: 1.8;
}

.store_contentsbox3,
.store_contentsbox2{
    position: relative;
    padding:80px 20px 40px 20px;
    margin-bottom:60px!important;
}

.store_contentsbox3:before,
.store_contentsbox2:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url(../img/bg3.png);
    top: 0;
    left: 0;
    z-index: -1;
}

.store_contentsbox3 h2,
.store_contentsbox2 h2{
    text-align:center;
    text-align: center;
    font-size: 2.4rem;
    color: #534741;
    letter-spacing: 0.2rem;
    margin-bottom:50px;
    font-family: "Reisho 101", 'Noto Serif JP', serif;
    font-weight: 500;
}

p.store_contentsbox_p{
    text-align:center;
    line-height: 1.8;
}

p.store_contentsbox_p_left{
    line-height: 1.8;
}

.store_contentsbox3 .store_img3,
.store_contentsbox2 .store_img2{
    margin-top:50px;
}

.store_contentsbox3 .store_img3 img{
    width: 32%;
    display: block;
}

.store_contentsbox2 .store_img2 img{
    width: 48%;
    display: block;
}

.store_pricelist{
    margin-top:50px;
}

.store_pricelist table{
    width: 48%;
    border-top: solid 1px #c7b299;
}

.store_pricelist tr {
    border-bottom: solid 1px #c7b299;
}

.store_pricelist th {
    width: 60%;
    padding: 18px 0;
    text-align: left;
    font-weight: normal;
}

.store_pricelist td {
    text-align:right;
    padding: 18px 0 18px 20px;
}


p.store_pricelist_p {
    text-align: right;
    margin-top: 15px;
}
p.store_pricelist_p + .store_pricelist_p {
    margin-top: 5px;
}

.store_contents4_pricelist li{
    width: 23%;
}

.store_contents4_pricelist li img{
    width: 100%;
    margin-bottom:20px;
}

.store_contents4_pricelist li table{
    width: 100%;
    margin-bottom:10px;
}

.store_contents4_pricelist p{
    font-size:1.2rem;
    text-align:right;
}

.store_onlinebnr{
    padding: 60px 0 80px;
}


.store_onlinebnr .cmn_maxbox{
    max-width: 800px;
}

.shoplink{
    margin-top:60px;
    margin-bottom:60px;
}

.shoplink ul::after{
    content: "";
    display: block;
    width: 32%;
    height: 0;
}

.shoplink li{
    width:32%;
    margin-bottom:15px;
}

.shoplink li a{
    display: block;
    border:solid 1px #534741;
    background-color:#534741;
    color: #fff;
    text-align:center;
    padding:10px 0;
}

.shoplink li a:hover{
    background-color:inherit;
    color: #534741;
    opacity: 1;
}
/* wakayagi /////////////////////////////////////////////////////////////////////////////////////////// */
.wakayagi_osinagaki{
    padding:80px 20px;
    background-image: url(../img/bg3.png);
    margin-bottom:30px;
}

.wakayagi_osinagaki h2{
    text-align: center;
    font-size: 2.4rem;
    color: #534741;
    letter-spacing: 0.2rem;
    margin-bottom: 50px;
    font-family: "Reisho 101", 'Noto Serif JP', serif;
    font-weight: 500;
}

.wakayagi_osinagaki_box{
    margin-bottom:30px;
}

.wakayagi_osinagaki_box .osinagaki_img{
    width: 48%;
}

.wakayagi_osinagaki_box .osinagaki_img img{
    width: 100%;
}

.wakayagi_osinagaki_box .osinagaki_img_txt{
    width: 48%;
}

.wakayagi_osinagaki_box .osinagaki_img_txt table{
    width: 100%;
    margin-bottom:10px;
}

.wakayagi_osinagaki_box .osinagaki_img_txt tr {
    border-bottom: solid 1px #c7b299;
}

.wakayagi_osinagaki_box .osinagaki_img_txt th {
    width: 60%;
    padding: 18px 0;
    text-align: left;
    font-weight: normal;
}

.wakayagi_osinagaki_box .osinagaki_img_txt td {
    text-align:right;
    padding: 18px 0 18px 20px;
}

.wakayagi_osinagaki_box .osinagaki_img_txt p{
    font-size:1.2rem;
    text-align: right;
}

.wakayagi_tennai{
    padding:80px 20px;
    position: relative;
}

.wakayagi_tennai:before{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url(../img/bg3.png);
    top: 0;
    left: 0;
    z-index: -1;
}

.wakayagi_tennai h2{
    text-align: center;
    font-size: 2.4rem;
    color: #534741;
    letter-spacing: 0.2rem;
    margin-bottom: 50px;
    font-family: "Reisho 101", 'Noto Serif JP', serif;
    font-weight: 500;
}

.wakayagi_tennai li{
    width: 31%;
    margin-bottom:30px;
}

.wakayagi_tennai li img{
    width: 100%;
    display: block;
    margin-bottom:15px;
}

.wakayagi_tennai li p{
    text-align:center;
    font-size:1.3rem;
}

.wakayagi_tennai li p.left{
    text-align:left;
}

/* butasute-shop /////////////////////////////////////////////////////////////////////////////////////////// */

.butasuteshop_nav{
    margin:60px  auto;
    max-width: 960px;
}
.butasuteshop_nav li{
    width: 32%;
}
.butasuteshop_nav li a{
    display: block;
    background-color:#534741;
    color: #fff;
    text-align:center;
    padding:15px 0;
    letter-spacing: 0.15rem;
}

.ttl_obi{
    background-color:#534741;
    background-size: 15%;
    margin-bottom:30px;
    background-image: url(../img/bg3_trans.png);
}

.ttl_obi h2{
    text-align:center;
    padding:20px 0;
    color: #fff;
    font-family: "Reisho 101", 'Noto Serif JP', serif;
    font-weight: 500;
}

.marunouchistore_pricelist{
    border-top: solid 1px #c7b299;
}

.butasutemarunouchi_pricelist {
    border-bottom: solid 1px #c7b299;
    padding:20px 0;
}

.butasutemarunouchi_pricelist .flex{
    align-items: center;
}

.butasutemarunouchi_pricelist ul{
    width: 50%;
}

.butasutemarunouchi_pricelist ul li{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items:center;
}

.butasutemarunouchi_pricelist .marunouchi_menutxt{
    width: 50%;
    padding-left: 30px;
}

.marunouchi_link_news{
    text-align:center;
    margin:30px 0;
}

.butasutemarunouchi_product{
    background-size: 15%;
    padding-bottom: 80px;
    background-image: url(../img/bg3.png);
}

.butasutemarunouchi_product:before{
    display: none;
}


/* blog /////////////////////////////////////////////////////////////////////////////////////////// */
.blog_2col{
    display: flex;
    justify-content: space-between;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}
.blog_2col_main{
    /* width: 74%; */
    width: calc(97% - 200px);
    max-width: 650px;
}
.blog_2col_main > *:nth-child(1){
    margin-top: 0 !important;
}
.blog_2col_side{
    flex-shrink: 0;
    width: 23%;
    min-width: 180px;
    max-width: 200px;
    /* width: 200px; */
}
.blog_2col_side > *:nth-child(1){
    margin-top: 0 !important;
}
@media screen and (max-width: 780px) {
    .blog_2col{
        flex-direction: column-reverse;
    }
    .blog_2col_main{
        width: 100%;
        /* margin-top: 20px; */
        margin-top: 50px;
    }
    .blog_2col_side{
        width: 100%;
        min-width: 0;
        max-width: none;
    }
}
.blog_catlist{
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
}
.blog_catlist_item{
    flex-shrink: 0;
    display: inline-block;
    max-width: 100%;
    margin-right: 10px;
    margin-bottom : 10px;
    color: #FFFFFF;
    font-size: 14px;
    letter-spacing: 0.1em;
    font-weight: 400;
    background-color: #534741;
}
.blog_catlist_link{
    display: block;
    padding: 0.15em 0.75em 0.2em;
    font-size: 100%;
}
@media screen and (max-width: 780px) {
    .blog_catlist_item{
        margin-right: 8px;
        margin-bottom : 8px;
        font-size: 11px;
        /* font-size: 10px; */
        letter-spacing: 0.05em;
    }
}
.blog_taglist{
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    margin-top: 40px;
}
.blog_taglist_item{
    flex-shrink: 0;
    display: inline-block;
    max-width: 100%;
    margin-right: 24px;
    margin-bottom : 10px;
    color: #998675;
    font-size: 14px;
    letter-spacing: 0.05em;
    font-weight: 600;
}
.blog_taglist_link{
    display: block;
    font-size: 100%;
}
@media screen and (max-width: 780px) {
    .blog_taglist_item{
        margin-right: 10px;
        margin-bottom : 6px;
    }
    .blog_taglist_link{
        font-size: 12px;
    }
}
.blog_side_box_item{
    position: relative;
}
.blog_side_box_item::before{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    height: 100%;
    background-image: url(../img/bg.jpg);
    background-repeat: repeat;
    opacity: 0.5;
}
.blog_side_box_item + .blog_side_box_item{
    margin-top: 20px;
}
.blog_side_box_term,
.blog_side_box_desc{
    position: relative;
}
.blog_side_box_term{
    padding: 6px 20px;
    color: #534741;
    font-size: 20px;
    letter-spacing: 0;
    /* font-family: "Reisho 101", serif; */
    font-family: 'Noto Serif JP', serif;
    font-weight: 500;
    background-image: url(../img/bg2.png);
    background-repeat: no-repeat;
    background-repeat: repeat;
    background-position: center;
    background-size: cover;
}
.blog_side_box_desc{
    padding: 14px 20px;
}
@media screen and (max-width: 780px) {
    .blog_side_box_term{
        display: flex;
        align-items: center;
        height: 34px;
        font-size: 15px;
        background-repeat: repeat;
        background-size: 200px;
    }
    .blog_side_box_term::before{
        content: '';
        position: absolute;
        top: 50%;
        right: 20px;
        /* transform: translate(0,-50%); */
        transform: translate(0,-50%) rotate(-90deg);
        display: block;
        width: 12px;
        height: calc(12px * 0.5);
        background-image: url(../img/blog_side_box_sankaku_down.svg);
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        transition: 0.3s transform;
    }
    .blog_side_box_term.js-isOpen::before{
        transform: translate(0,-50%) rotate(0);
    }
    .blog_side_box_desc{
        /* position: absolute;
        left: 0;
        top: 34px;
        z-index: 1;
        width: 100%;
        background-image: url(../img/bg.jpg);
        background-repeat: repeat;
        opacity: 0.5; */
    }
}
.blog_search_form{
    > input{
        display: none;
    }
    > div{
        position: relative;
        > input{
            display: block;
            width: 100%;
            word-break: break-all;
            padding: 0.5em 0.5em 0.5em 2.4em;
            border-radius: 0.2em;
            border: 1px solid #c7b299;
        }
        > button{
            position: absolute;
            left: 0;
            top: 0;
            display: block;
            width: 2.4em;
            height: 100%;
            border: 0;
            appearance: none;
            background: url(../img/blog_ico_glass.svg) no-repeat center top 56% / 54%;
        }
    }
}
.blog_cat_archive{
    margin-top: -0.4em;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0.05em;
    line-height: 1.4;
}
.blog_cat_archive *{
    font-size: 100%;
}
.blog_cat_archive .cat-item{
    margin-top: 0.55em;
}
.blog_cat_archive .children .cat-item{
    padding-left: 1em;
}
.blog_cat_archive .cat-item > a{
    display: block;
    padding-left: 0.65em;
    background-image: url(../img/footer_navicon.png);
    background-repeat: no-repeat;
    background-position: left top 0.5em;
    background-size: 0.25em;
}
@media screen and (max-width: 780px) {
    .blog_cat_archive{
        /* font-size: 15px; */
    }
}
.blog_tag_archive{
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    margin-bottom: -6px;
}
.blog_tag_archive > li{
    flex-shrink: 0;
    display: inline-block;
    max-width: 100%;
    border-radius: 1.33em;
    margin-right: 10px;
    margin-bottom : 6px;
    color: #998675;
    font-size: 13px;
    line-height: 1.4;
    letter-spacing: 0.05em;
    font-weight: 600;
    background-color: #ffffff;
}
.blog_tag_archive > li > a{
    display: block;
    padding: 0.2em 0.8em;
    font-size: 100%;
}
.blog_serach_cond{
    padding: clamp(10px,calc(100vw * 25 / 650),25px) clamp(4px,calc(100vw * 30 / 650),30px);
    font-size: 14px;
    font-weight: 400;
    border: 1px solid #c7b299;
}
@media screen and (max-width: 780px) {
    .blog_serach_cond{
        font-size: 13px;
    }
}
.blog_archive_list{
    margin-top: 30px;
}
.blog_archive_list_item{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding-top: 30px;
    padding-bottom: 26px;
    border-top: 1px solid #c7b299;
}
.blog_archive_list_item:last-of-type{
    border-bottom: 1px solid #c7b299;
}
.blog_archive_list_imgbox{
    position: relative;
    flex-shrink: 0;
    display: block;
    width: 31%;
    /* min-width: 150px; */
    max-width: 200px;
    /* width: 200px; */
    overflow: hidden;
}
.blog_archive_list_imgbox::before{
    content: '';
    display: block;
    width: 100%;
    height: 0;
    padding-top: 100%;
}
.blog_archive_list_imgbox > img{
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: transform .3s;
}
.blog_archive_list_imgbox:hover{
    opacity: 1;
}
.blog_archive_list_imgbox:hover > img{
    transform: scale(1.05);
}
.blog_archive_list_txtbox{
    /* width: 74%; */
    width: calc(95% - 31%);
    max-width: 400px;
}
@media screen and (max-width: 780px) {
    .blog_archive_list_item{
        padding-top: 24px;
        /* padding-bottom: 22px; */
    }
}
@media screen and (max-width: 390px) {
    .blog_archive_list_item{
        display: block;
    }
    .blog_archive_list_imgbox{
        width: 100%;
        max-width: none;
    }
    .blog_archive_list_imgbox::before{
        /* padding-top: 100%; */
        padding-top: 66.666667%;
        /* padding-top: 56.25%; */
    }
    .blog_archive_list_txtbox{
        width: 100%;
        max-width: none;
        margin-top: 18px;
    }
}
.blog_archive_title{
    margin-top: 0.2em;
    font-size: 21px;
    letter-spacing: 0;
    /* font-family: "Reisho 101", serif; */
    font-family: 'Noto Serif JP', serif;
    font-weight: 500;
}
.blog_archive_title > a{
    font-size: 100%;
}
@media screen and (max-width: 780px) {
    .blog_archive_title{
        margin-top: 0.7em;
        /* font-size: 15px; */
        font-size: 18px;
    }
}
.blog_archive_editor_wrap{
    margin-top: 7px;
}
.blog_archive_editor{
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
@media screen and (max-width: 780px) {
    .blog_archive_editor_wrap{
        margin-top: 0.5em;
    }
    .blog_archive_editor{
        -webkit-line-clamp: 2;
    }
    .blog_archive_editor * {
        /* font-size: 13px; */
        font-size: 15px;
    }
}
.blog_archive_taglist{
    margin-top: 10px;
}
.blog_archive_date{
    display: flex;
    align-items: center;
    margin-top: 0.3em;
    font-size: 1.4rem;
    color: #534741;
}
.blog_archive_date > span {
    transform: rotate(45deg);
    display: inline-block;
    margin-right: 0.9em;
    color: #c7b299;
}
@media screen and (max-width: 390px) {
    .blog_archive_taglist{
        margin-top: 1.4em;
    }
    .blog_archive_date{
        justify-content: flex-end;
        font-size: 1.3rem;
    }
}
.blog_pagenation_wrap{
    margin-top: 40px;
}
@media screen and (max-width: 390px) {
    .blog_pagenation_wrap{
        margin-top: 20px;
    }
}

/* contact /////////////////////////////////////////////////////////////////////////////////////////// */

.contact_tel_contents{
    background-size: 40%;
    padding: 50px 0;
    background-image: url(../img/bg3.png);
    position: relative;
    max-width: 600px;
    margin:60px auto 60px;
}

.contact_tel_contents:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    border: solid 1px #c7b299;
    top: -10px;
    right: -10px;
}

.contact_tel_contents h2{
    text-align: center;
    font-size: 2.4rem;
    color: #534741;
    letter-spacing: 0.2rem;
    margin-bottom: 30px;
}

.contact_tel_contents p{
    text-align:center;
}

.contact_tel_contents_outline01.contact_tel_contents_outline01{
    width: 88%;
    max-width: 492px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
}

.contact_tel_shopname{
    font-size:1.8rem;
}

.contact_tel_shopname span{
    font-size:2rem;
}

.contact_tel {
    color: #736357;
    font-size: 2.4rem;
    padding-left: 20px;
    background-image: url(../img/contact_telicon.png);
    background-size: 13px;
    background-repeat: no-repeat;
    background-position: top 10px left;
    margin: 0 auto;
    display: table;
}


.contact_tellist_wrap{
    max-width: 900px;
    margin-bottom: 70px;
}
.contact_tellist_wrap .shop_box{
    gap: 20px;
    justify-content: flex-start;
    align-items: stretch;
}
.contact_tellist_wrap .shop_box li{
    width: calc((100% - (20px * (3 - 1))) / 3);
    padding: 30px clamp(16px,calc(100vw * 20 / 900),20px);
    border-top: 0;
    background-color: #FFFFFF;
}
.contact_tellist_wrap .shop_box li a{
    display: none;
}
.contact_tellist_wrap .shop_box li .shop_txt{
    width: 100%;
}
.contact_tellist_wrap .shop_box li .shop_txt li{
    justify-content: space-between;
    flex-wrap: nowrap;
}
.contact_tellist_wrap .shop_box li .shop_txt li p:first-child{
    flex-shrink: 0;
}
.contact_tellist_wrap .shop_box li .shop_txt li p:last-child{
    width: 100%;
    margin-left: 10px;
}


.contact_form_contents{
    background-color:rgba(255,255,255,0.7);
    padding:80px 20px;
}

.contact_form_contents h2{
    text-align: center;
    font-size: 2.4rem;
    color: #534741;
    letter-spacing: 0.2rem;
    margin-bottom: 30px;
}

.contact_form_contents .cmn_maxbox{
    max-width: 900px;
}

.contact_form_dl{
    border-top: solid 1px #c7b299;
    margin-top:30px;
}

.contact_form_dl div{
    display: flex;
    flex-wrap: wrap;
    margin:20px 0;
    border-bottom: solid 1px #c7b299;
    padding:0 20px 20px 20px;
}
.contact_form_dl dt {
    padding-bottom:7px;
    width: 30%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.contact_form_dl dd {
    width: 70%;
}

.contact_form_dl dt span {
    flex-shrink: 0;
    display: inline-block;
    margin: 0 20px 0 14px;
    color: #c1272d;
    border:solid 1px #c1272d;
    font-size: 1.2rem;
    padding:3px 7px;
    height: 27px

}

.contact_form_dl dd select,
.contact_form_dl dd input{
    padding:7px 10px;
    border: 0;
    border-radius: 0!important;
}

.contact_form_dl dd option {
    color: #000;
}

.contact_form_dl #fax,
.contact_form_dl #tel,
.contact_form_dl #toiawase {
    width: 300px;
}

.contact_form_dl #addr,
.contact_form_dl #name_kana,
.contact_form_dl #username {
    width: 100%;
}

.contact_form_dl #zip {
    width: 200px;
}

.contact_form_dl #mail1,
.contact_form_dl #mail0 {
    width: 100%;
    max-width: 680px;
}

.contact_form_dl #mail1 {
    display: inline-block;
    width: 85%;
}

.contact_form_dl #mail0,
.contact_form_dl #zip {
    display: inline-block;
    margin: 0 0 14px 0;
}

.contact_form_dl #mail1 ~ span {
    display: inline-block;
    margin: 6px 0 0 0;
    letter-spacing: 0;
}


.contact_form_dl #message {
    width: 100% !important;
    height: 200px !important;
    border: 0;
}

.contact_form_dl label {
    display: inline-block;
}

#contactButton {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    max-width: 550px;
    margin: 0 auto;
}

/* mfp */
#contactButton button[type="reset"],
#contactButton button[type="submit"] {
    width: 48%;
    max-width: 250px;
    padding: 15px 0;
    outline: none;
    font-size: 1.8rem;
    border:solid 1px #534741;
    background-image: url(../img/single_next.png);
    background-repeat: no-repeat;
    background-size: 21px;
    background-position: center right 20px;
}

#contactButton button[type="reset"] {
    background-color: unset;
    border:solid 1px #534741;
    color: #534741;
}

#contactButton button[type="submit"] {
    color: #fff;
    background-color: #534741;
    background-image: url(../img/single_next_w.png);
    border:0;
}

div#mfp_overlay {
  color: #333; /* mfp上書き */
}

div.mfp_err {
    color: #c1272d!important;/* mfp上書き */
    border-bottom: none;
}

/* /end */

