@charset "utf-8";

#contents {
    width: 100%;
    margin: 0 auto;
    font-family: 'メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;

}

#contents * {
    box-sizing: border-box;
}

#contents a {
    text-decoration: none;
}

#contents a:hover {
    text-decoration: none;
}


.sp {
    display: none;
}

.pc {
    display: block;
}

.pc15 {
    font-size: 15px;
}

.pc14 {
    font-size: 14px;
}

.pc13 {
    font-size: 13px;
}

.pc12 {
    font-size: 12px;
}

sub{
    font-size: 70%;
    vertical-align: bottom;
}

sup {
    font-size: 70%;
    vertical-align: super;
}

/*PCモーダルサブ　横並びパターン*/
.flex li {
    width: 50%;
    /* 未対応ブラウザ用フォールバック */
    width: -webkit-calc(100% / 2) !important;
    width: calc(100% / 2) !important;
}

.flex_3 li {
    width: 33%;
    /* 未対応ブラウザ用フォールバック */
    width: -webkit-calc(100% / 3) !important;
    width: calc(100% / 3) !important;
}

.flex_3 img {
    width: 140px !important;
}

.nm_10 {
    margin-top: -10px;
}

#contents #gotouchi .copy {
    text-align: right;
}

#contents #gotouchi .copy img {
    width: 80px;
}



@media only screen and (max-width: 767px) {
    #contents #gotouchi .copy {
        text-align: right;
        margin: 10px 0;
    }

    #contents #gotouchi .copy img {
        text-align: right;
        width: 30% !important;
        display: inline-block !important;
    }

        .pc15,
        .pc14,
        .pc13,
        .pc12 {
            font-size: 16px;
        }
}

/*PC---------------------------------------------------------------------------------------------------------------*/

/* title ------------------------------------*/
#contents #gotouchi .title {
    background: #F9F7E8;
}

#contents #gotouchi .title .wrap {
    background-image: url(../img/common/bg_title1.jpg), url(../img/common/bg_title2.jpg);
    background-repeat: no-repeat, no-repeat;
    background-position: left top, right top;
    background-size: 230px, 230px;
    width: 1260px;
    margin: 0 auto;
    text-align: center;
}

#contents #gotouchi .title .wrap h1 img {
    width: 755px;
    display: block;
    margin: 0 auto;
}

#contents #gotouchi .title .wrap p {
    font-size: 18px;
    line-height: 26px;
    color: #603512;
    margin: 30px 0 0;
}

/* main ------------------------------------*/

#contents #gotouchi .main {
    background: #f9f7e8;
    padding: 40px 0;
}

#contents #gotouchi .flame {
    width: 1350px;
    margin: 0 auto;
    background-image: url(../img/common/bg_contents1.jpg), url(../img/common/bg_contents2.jpg);
    background-repeat: repeat-y, repeat-y;
    background-position: left top, right top;
    background-size: 150px, 150px;
}

/* menu ------------------------------------*/
#contents #gotouchi .menu {
    width: 1024px;
    margin: 20px auto 0;
    padding: 40px 0 50px;
    text-align: center;
    background-image: url(../img/common/border1.jpg), url(../img/common/border2.jpg);
    background-repeat: no-repeat, no-repeat;
    background-position: left top, left bottom;
    background-size: 1024px, 1024px;

}

#contents #gotouchi .menu h2 {
    width: 315px;
    margin: 0 auto 20px;
}

#contents #gotouchi .menu h2 img {
    width: 100%;
}

#contents #gotouchi .menu ul {
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
}

#contents #gotouchi .menu ul li {
    width: 32.9%;
    margin: 2px;
    box-sizing: border-box;
}

#contents #gotouchi .menu ul li:hover {
    opacity: 0.5;
    transition: 0.4s;
}

#contents #gotouchi .menu ul li img {
    width: 100%;
}

#contents #gotouchi .menu ul li a {
    width: 100%;
}

/* product ------------------------------------*/
#contents #gotouchi .product {
    width: 1024px;
    background: #fff;
    padding: 50px 30px 0;
    margin: 0 auto;
    background-image: url(../img/common/border1.jpg);
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: 1024px;
}

#contents #gotouchi .product ul {
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
}

#contents #gotouchi .product ul li {
    width: 48%;
    box-sizing: border-box;
    margin: 0 0 80px;
}

#contents #gotouchi .product ul li:nth-child(odd) {
    margin: 0 4% 80px 0;
}

#contents #gotouchi .product ul li#touhoku {
    background: url(../img/common/icon_touhoku.jpg);
}

#contents #gotouchi .product ul li#kanto {
    background: url(../img/common/icon_kanto.jpg);
}

#contents #gotouchi .product ul li#kanto2 {
    background: url(../img/common/icon_kanto-chubu.gif);
}

#contents #gotouchi .product ul li#chubu {
    background: url(../img/common/icon_chubu.jpg);
}

#contents #gotouchi .product ul li#kinki {
    background: url(../img/common/icon_kinki.jpg);
}

#contents #gotouchi .product ul li#shikoku {
    background: url(../img/common/icon_shikoku.jpg);
}

#contents #gotouchi .product ul li#kyusyu {
    background: url(../img/common/icon_kyusyu.jpg);
}

#contents #gotouchi .product ul li#touhoku,
#contents #gotouchi .product ul li#kanto,
#contents #gotouchi .product ul li#kanto2,
#contents #gotouchi .product ul li#chubu,
#contents #gotouchi .product ul li#kinki,
#contents #gotouchi .product ul li#shikoku,
#contents #gotouchi .product ul li#kyusyu {
    background-size: 130px auto;
    background-repeat: no-repeat;
    background-position: top left;
}

/* ---PKG--- */
#contents #gotouchi .product ul li .pkg {
    padding: 20px 0 0;
}

#contents #gotouchi .product ul li .pkg img {
    width: 260px;
    margin: 0 auto;
    display: block;
}

#contents #gotouchi .product ul li .pkg img.big{
    width: 360px;
}

/* ---name--- */
#contents #gotouchi .product .name {
    display: table;
    margin: 0 0 10px 0;
}

#contents #gotouchi .product .name img {
    width: 90px;
    margin: 0 10px 0 0;
    display: table-cell;
}

#contents #gotouchi .product .name h3 {
    color: #000000;
    font-size: 16px;
    text-align: left;
    font-weight: bold;
    line-height: 22px;
    display: table-cell;
    vertical-align: middle;
}

#contents #gotouchi .day {
    display: block;
    margin: -10px 0 10px 100px;
    font-size: 1.1em;
    color: red;
}

/* ---detail--- */
#contents #gotouchi .product ul li .detail {
    font-size: 16px;
    padding: 15px;
    line-height: 26px;
}

#contents #gotouchi .product ul li#touhoku .detail {
    background: #f8f7e7;
}

#contents #gotouchi .product ul li#kanto .detail {
    background: #ffe8f7;
}

#contents #gotouchi .product ul li#kanto2 .detail {
    background: #ffe8f7;
}

#contents #gotouchi .product ul li#chubu .detail {
    background: #f7e3dc;
}

#contents #gotouchi .product ul li#kinki .detail {
    background: #f2e5d3;
}

#contents #gotouchi .product ul li#shikoku .detail {
    background: #ffeaec;
}

#contents #gotouchi .product ul li#kyusyu .detail {
    background: #ffeedf;
}

/* sns ------------------------------------*/
#contents #gotouchi .sns {
    background: #f7f7f7;
    padding: 15px 0;
    margin: 60px auto 0;
}

#contents #gotouchi .sns ul {
    width: 800px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
}

#contents #gotouchi .sns ul li {
    width: 31%;
    margin: 0 2% 0 0;
    background: #fff;
    border-radius: 5px;
}

#contents #gotouchi .sns ul li:hover {
    opacity: 0.6;
    transition: 0.4s;
}

#contents #gotouchi .sns ul li a {
    display: block;
    border-right: 10px;
    padding: 10px;
    line-height: 48px;
    font-size: 16px;
}

#contents #gotouchi .sns ul li:nth-child(3) {
    margin: 0;
}

#contents #gotouchi .sns ul li img {
    width: 45px;
    margin: 0 10px 0 0;
}

/* TOPへボタン */
#page_top {
    position: fixed;
    bottom: 30px;
    right: 20px;
    z-index: 1000;
}

#page_top a {
    background: #fff;
    color: #f78b38;
    border: #f78b38 1px solid;
    text-align: center;
    text-decoration: none;
    padding: 15px 20px;
    border-radius: 50px;
}

#page_top a:hover {
    background-color: #f78b38;
    color: #fff;
    transition: 0.4s;
}

.fadein {
    opacity: 0;
    transform: translateY(10px);
    transition: all 1s;
}

/* モーダルボタン ------------------------------------*/
body.fixed {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
}

#contents #gotouchi .product li .modal_btn {
    display: block;
    text-align: center;
    padding: 14px 0;
    width: 350px;
    border-radius: 50px;
    margin: 20px auto 0;
    font-size: 16px;
}

/*東北*/
#contents #gotouchi .product li#touhoku .modal_btn {
    color: #8D8A0C;
    border: 2px solid #8D8A0C;
}

#contents #gotouchi .product li#touhoku .modal_btn:hover {
    transition: 0.4s;
    color: #fff;
    background: #8D8A0C;
}

/*中部*/
#contents #gotouchi .product li#chubu .modal_btn {
    color: #8A2300;
    border: 2px solid #8A2300;
}

#contents #gotouchi .product li#chubu .modal_btn:hover {
    transition: 0.4s;
    color: #fff;
    background: #8A2300;
}

/*関東*/
#contents #gotouchi .product li#kanto .modal_btn,
#contents #gotouchi .product li#kanto2 .modal_btn {
    color: #F953C1;
    border: 2px solid #F953C1;
}

#contents #gotouchi .product li#kanto .modal_btn:hover,
#contents #gotouchi .product li#kanto2 .modal_btn:hover {
    transition: 0.4s;
    color: #fff;
    background: #F953C1;
}

/*近畿*/
#contents #gotouchi .product li#kinki .modal_btn {
    color: #AA7726;
    border: 2px solid #AA7726;
}

#contents #gotouchi .product li#kinki .modal_btn:hover {
    transition: 0.4s;
    color: #fff;
    background: #AA7726;
}

/*中国・四国*/
#contents #gotouchi .product li#shikoku .modal_btn {
    color: #F80000;
    border: 2px solid #F80000;
}

#contents #gotouchi .product li#shikoku .modal_btn:hover {
    transition: 0.4s;
    color: #fff;
    background: #F80000;
}

/*九州*/
#contents #gotouchi .product li#kyusyu .modal_btn {
    color: #EA4E00;
    border: 2px solid #EA4E00;
}

#contents #gotouchi .product li#kyusyu .modal_btn:hover {
    transition: 0.4s;
    color: #fff;
    background: #EA4E00;
}

/* モーダルボタンエリア ------------------------------------*/
#contents #gotouchi .product .modal-wrapper {
    z-index: 999;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 60px 10px;
    text-align: center
}

#contents #gotouchi .product .modal-wrapper:not(:target) {
    opacity: 0;
    visibility: hidden;
    transition: opacity .3s, visibility .3s;
}

#contents #gotouchi .product .modal-wrapper:target {
    opacity: 1;
    visibility: visible;
    transition: opacity .4s, visibility .4s;
}

#contents #gotouchi .product .modal-wrapper::after {
    display: inline-block;
    height: 100%;
    margin-left: -.05em;
    vertical-align: middle;
    content: "";
}

#contents #gotouchi .product .modal-wrapper .modal-window {
    position: fixed;
    box-sizing: border-box;
    display: inline-block;
    z-index: 20;
    position: relative;
    width: 950px;
    background: #fff;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
    vertical-align: middle;
    text-align: left;
    font-size: 16px;
    line-height: 28px;
    padding: 25px;
    overflow: visible;
    max-height: 500px;
    overflow-y: scroll;
    overflow-x: hidden;
}

#contents #gotouchi .product .modal-wrapper .modal-window .modal-content {
    max-height: 80vh;
    overflow-y: auto;
}

#contents #gotouchi .product .modal-overlay {
    z-index: 10;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(255, 255, 255, 0.69)
}

#contents #gotouchi .product .modal-close {
    z-index: 20;
    position: absolute;
    top: 10px;
    right: 10px;
    color: #fff;
    font-size: 16px;
    padding: 3px 20px;
    border-radius: 50px;
}

#contents #gotouchi .product .modal-close:hover {
    transition: 0.5s;
}

/*東北*/
#contents #gotouchi .product li#touhoku .modal-window {
    border: 2px solid #8D8A0C;
}

#contents #gotouchi .product li#touhoku .modal-close {
    background: #8D8A0C;
}

#contents #gotouchi .product li#touhoku .modal-close:hover {
    background: #8D8A0C;
}

/*関東*/
#contents #gotouchi .product li#kanto .modal-window,
#contents #gotouchi .product li#kanto2 .modal-window {
    border: 2px solid #F953C1;
}

#contents #gotouchi .product li#kanto .modal-close,
#contents #gotouchi .product li#kanto2 .modal-close {
    background: #F953C1;
}

#contents #gotouchi .product li#kanto .modal-close:hover,
#contents #gotouchi .product li#kanto2 .modal-close:hover {
    background: #d82e9f;
}

/*中部*/
#contents #gotouchi .product li#chubu .modal-window {
    border: 2px solid #8A2300;
}

#contents #gotouchi .product li#chubu .modal-close {
    background: #8A2300;
}

#contents #gotouchi .product li#chubu .modal-close:hover {
    background: #2e0f05;
}

/*近畿*/
#contents #gotouchi .product li#kinki .modal-window {
    border: 2px solid #AA7726;
}

#contents #gotouchi .product li#kinki .modal-close {
    background: #AA7726;
}

#contents #gotouchi .product li#kinki .modal-close:hover {
    background: #5d431a;
}

/*中国・四国*/
#contents #gotouchi .product li#shikoku .modal-window {
    border: 2px solid #F90303;
}

#contents #gotouchi .product li#shikoku .modal-close {
    background: #F90303;
}

#contents #gotouchi .product li#shikoku .modal-close:hover {
    background: #b20f0f;
}

/*九州*/
#contents #gotouchi .product li#kyusyu .modal-window {
    border: 3px solid #E94E01;
}

#contents #gotouchi .product li#kyusyu .modal-close {
    background: #E94E01;
}

#contents #gotouchi .product li#kyusyu .modal-close:hover {
    background: #b4420a;
}


/* モーダルコンテンツ ------------------------------------*/
#contents #gotouchi .product .modal-window .box {
    display: flex;
    flex-wrap: wrap;
}

/* ---img--- */
#contents #gotouchi .product .modal-window .img_box {
    width: 318px;
    margin: 10px 0 0 0;
    text-align: center;
}

#contents #gotouchi .product .modal-window .img_box img {
    width: 200px;
    margin: 0 auto;
}

#contents #gotouchi .product .modal-window .img_box img.big {
    width: 300px;
}

#contents #gotouchi .product .modal-window .img_box .tit {
    text-align: center;
}

#contents #gotouchi .product .modal-window .img_box .tit img {
    width: 100px;
    margin: 0 0 5px;
}

#contents #gotouchi .product .modal-window .img_box .tit_no img {
    width: 100px;
    margin: 0 0 5px !important;
}

#contents #gotouchi .product .modal-window .img_box .none img {
    margin: 0 0 5px;
}

#contents #gotouchi .product .modal-window .img_box h4 {
    color: #000000;
    font-size: 16px;
    line-height: 24px;
    font-weight: bold;
}

#contents #gotouchi .product ul li#touhoku .box {
    background: url(../img/common/icon_touhoku.jpg);
}

#contents #gotouchi .product ul li#kanto .box {
    background: url(../img/common/icon_kanto.jpg);
}

#contents #gotouchi .product ul li#kanto2 .box {
    background: url(../img/common/icon_kanto-chubu.gif);
}

#contents #gotouchi .product ul li#chubu .box {
    background: url(../img/common/icon_chubu.jpg);
}

#contents #gotouchi .product ul li#kinki .box {
    background: url(../img/common/icon_kinki.jpg);
}

#contents #gotouchi .product ul li#shikoku .box {
    background: url(../img/common/icon_shikoku.jpg);
}

#contents #gotouchi .product ul li#kyusyu .box {
    background: url(../img/common/icon_kyusyu.jpg);
}

#contents #gotouchi .product ul li#touhoku .box,
#contents #gotouchi .product ul li#kanto .box,
#contents #gotouchi .product ul li#kanto2 .box,
#contents #gotouchi .product ul li#chubu .box,
#contents #gotouchi .product ul li#kinki .box,
#contents #gotouchi .product ul li#shikoku .box,
#contents #gotouchi .product ul li#kyusyu .box {
    background-size: 80px auto;
    background-repeat: no-repeat;
    background-position: top left;
}

/* ---txt--- */
#contents #gotouchi .product .modal-window .txt_box {
    width: 500px;
    margin: 10px 0 0;
}

#contents #gotouchi .product .modal-window .txt_box h5 {
    margin: 0 0 10px;
}

#contents #gotouchi .product .modal-window .txt_box h5 img {
    width: 220px;
}

#contents #gotouchi .product .modal-window .point h5 img {
    width: 280px;
}

#contents #gotouchi .product .modal-window .txt_box ul {
    margin: 20px auto 0;
    width: 100%;
}

#contents #gotouchi .product .modal-window .txt_box ul li {
    margin: 0 auto 10px;
    text-align: center;
    width: auto;
    width: 33%;
}

#contents #gotouchi .product .modal-window .txt_box ul.half li {
    width: 49%;
}

#contents #gotouchi .product .modal-window .txt_box ul li p {
    color: #000000;
    font-size: 14px;
    line-height: 22px;
    font-weight: bold;

}

#contents #gotouchi .product .modal-window .txt_box ul img {
    width: 160px;
    margin: 0 auto
}

#contents #gotouchi .product .modal-window .txt_box ul.half img {
    width: 95%;
    margin: 0 auto
}

#contents #gotouchi .product .modal-window .center {
    margin: 70px auto 0;
}


#contents #gotouchi .product .modal-window .txt_box h6 {
    margin: 5px 0;
    font-size: 16px;
    font-weight: bold;
}

#contents #gotouchi .product ul li#touhoku h6 {
    color: #8d8a0c;
}

#contents #gotouchi .product ul li#kanto h6,
#contents #gotouchi .product ul li#kanto2 h6 {
    color: #FA77CA;
}

#contents #gotouchi .product ul li#chubu h6 {
    color: #892201;
}

#contents #gotouchi .product ul li#kinki h6 {
    color: #aa7726;
}

#contents #gotouchi .product ul li#shikoku h6 {
    color: #F93531;
}

#contents #gotouchi .product ul li#kyusyu h6 {
    color: #EA4D00;
}

/* ---point--- */
#contents #gotouchi .product .modal-window .point {
    background: #FDF3DF;
    padding: 18px 13px 18px;
    margin: 20px auto 0;
    text-align: left;
    width: 100%
}

#contents #gotouchi .product .modal-window .point h5 {
    margin: 0 0 5px;
}

#contents #gotouchi .product .modal-window .point p {
    padding: 0 5px;
    margin: 10px 0 0;
}


/*SP---------------------------------------------------------------------------------------------------------------*/

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

    .pc {
        display: none;
    }

    #contents img {
        width: 100%;
        height: auto;
    }

    #contents p {
        line-height: 28px;
    }

    #contents .main {
        width: 100%;
        padding: 0 0 40px;
    }

    .flex li,
    .flex_3 li {
        width: 50%;
        /* 未対応ブラウザ用フォールバック */
        width: -webkit-calc(50% / 1) !important;
        width: calc(50% / 1) !important;
    }

    /* title ------------------------------------*/
    #contents #gotouchi .title .wrap {
        background-image: none, none;
        width: 90%;
    }

    #contents #gotouchi .title .wrap h1 img {
        width: 100%;
    }

    #contents #gotouchi .title .wrap p {
        font-size: 16px;
        text-align: left;
        line-height: 26px;
        color: #603512;
        margin: 10px auto 0;
    }

    /* main ------------------------------------*/
    #contents #gotouchi .flame {
        width: 100%;
        margin: 0 auto;
        background-image: none, none;
    }

    #contents #gotouchi .main {
        padding: 20px 0;
    }

    /* menu ------------------------------------*/
    #contents #gotouchi .menu {
        width: 100%;
        margin: 20px auto 0;
        padding: 30px 0 40px;
        background-size: 100%, 100%;

    }

    #contents #gotouchi .menu h2 {
        width: 60%;
        margin: 0 auto 20px;
    }

    #contents #gotouchi .menu ul li {
        width: 100%;
        margin: 0;
        box-sizing: border-box;
    }

    /* product ------------------------------------*/
    #contents #gotouchi .product {
        width: 100%;
        padding: 40px 10px 0;
        background-size: 100%;
    }

    #contents #gotouchi .product ul li {
        width: 100%;
        box-sizing: border-box;
        margin: 0 0 70px;
    }

    #contents #gotouchi .product ul li:nth-child(odd) {
        margin: 0 0 70px;
    }

    #contents #gotouchi .product ul li#touhoku,
    #contents #gotouchi .product ul li#kanto,
    #contents #gotouchi .product ul li#kanto2,
    #contents #gotouchi .product ul li#chubu,
    #contents #gotouchi .product ul li#kinki,
    #contents #gotouchi .product ul li#shikoku,
    #contents #gotouchi .product ul li#kyusyu {
        background-size: 80px auto;
    }

    #contents #gotouchi .product ul li .pkg {
        padding: 40px 0 0;
    }

    #contents #gotouchi .product ul li .pkg img {
        width: 70%;
    }

    #contents #gotouchi .product .name {
        margin: 0 0 10px 0;
    }

    #contents #gotouchi .product .name img {
        width: 80px;
        display: block;
        margin: 0 10px 0 0;
    }

    #contents #gotouchi .product ul li .detail {
        padding: 20px;
    }

    /* モーダルボタン ------------------------------------*/
    #contents #gotouchi .product li .modal_btn {
        width: 90%;
    }

    /* モーダルボタンエリア ------------------------------------*/
    #contents #gotouchi .product .modal-wrapper {
        z-index: 999;
        position: fixed;
        padding: 10px;
        text-align: center;
        overflow-y: scroll;
    }

    #contents #gotouchi .product .modal-wrapper .modal-window {
        width: 95%;
        padding: 0 0 20px;
        max-height: none;

    }

    #contents #gotouchi .product .modal-wrapper .modal-window img {
        width: 60%;
        display: block;
        margin: 0 auto;
        float: none;
    }

    #contents #gotouchi .product .modal-close {
        top: 5px;
        right: 5px;
        font-size: 14px;
        padding: 3px 10px;
    }

    #contents #gotouchi .product .modal-window .img_box h4 {
        margin: 0 auto 0;
        font-size: 15px;
    }

    /* モーダルコンテンツ ------------------------------------*/

    /* ---img--- */
    #contents #gotouchi .product .modal-window .img_box {
        width: 100%;
        text-align: center;
    }

    #contents #gotouchi .product .modal-window .img_box img {
        width: 60%;
        margin: 10px auto;
    }

    #contents #gotouchi .product .modal-window .img_box .tit img {
        width: 100px;
        margin: -20px auto 0;
    }

    #contents #gotouchi .product ul li#touhoku .box,
    #contents #gotouchi .product ul li#kanto .box,
    #contents #gotouchi .product ul li#kanto2 .box,
    #contents #gotouchi .product ul li#chubu .box,
    #contents #gotouchi .product ul li#kinki .box,
    #contents #gotouchi .product ul li#shikoku .box,
    #contents #gotouchi .product ul li#kyusyu .box {
        background-size: 80px auto;
        background-repeat: no-repeat;
        background-position: top left;
    }

    /* ---text--- */
    #contents #gotouchi .product .modal-window .txt_box {
        width: 90%;
        margin: 20px auto 0;
        text-align: left;
    }

    #contents #gotouchi .product .modal-window .txt_box img {
        width: 80%;
        margin: 0 0 10px;
    }

    #contents #gotouchi .product .modal-window .img_box .none img {
        margin-top: 0px;
    }


    #contents #gotouchi .product .modal-window .txt_box h5 {
        width: 100%;
        background: #FDF3DF;
    }

    #contents #gotouchi .product .modal-window .txt_box h5 img {
        width: 75%;
    }

    #contents #gotouchi .product .modal-window .point h5 img {
        width: 100%;
    }

    #contents #gotouchi .product .modal-window .txt_box h6 {
        margin: 30px auto 15px;
        font-size: 16px;
        font-weight: bold;
    }

    #contents #gotouchi .product .modal-window .txt_box img {
        width: 100%;
    }

    #contents #gotouchi .product .modal-window .txt_box ul {
        margin: 0 0 10px;
        width: 100%;
    }

    #contents #gotouchi .product .modal-window .txt_box ul li {
        margin: 0 auto;
        width: 90%;
    }

    #contents #gotouchi .product .modal-window .txt_box ul.two li {
        margin: 0 auto;
        width: 48%;
    }


    #contents #gotouchi .product .modal-window .txt_box ul img {
        width: 90%;
    }

    #contents #gotouchi .product .modal-window .txt_box ul.two img {
        margin: 0 auto;
        width: 90%;
    }

    #contents #gotouchi .product .modal-window .center {
        margin: 20px auto 0;
    }

    /* ---point--- */
    #contents #gotouchi .product .modal-window .txt_box .point {
        width: 100%;
        text-align: left;
        margin: 30px auto 0;
    }

    #contents #gotouchi .product .modal-window .point {
        width: 90%;
        text-align: left;
        padding: 15px 10px;
        margin: 20px auto 0;
    }

    #contents #gotouchi .product .modal-window .point h5 {
        margin: 0 auto;
    }

    #contents #gotouchi .product .modal-window .point h5 img {
        display: inline-block;
        margin: 0 auto;
    }

    #contents #gotouchi .product .modal-window .point p {
        margin: 15px auto 0;
    }


    /* sns ------------------------------------*/
    #contents #gotouchi .sns {
        margin: 20px auto 0;
    }

    #contents #gotouchi .sns ul {
        width: 100%;
        display: block;
    }

    #contents #gotouchi .sns ul li {
        width: 90%;
        margin: 0 auto 20px;
        background: #fff;
    }

    #contents #gotouchi .sns ul li:nth-child(3) {
        margin: 0 auto 0;
    }

    /* TOPへボタン **************************************************************/
    #page_top {
        position: fixed;
        bottom: 20px;
        right: 10px;
    }

    .fadein {
        opacity: 1;
        transform: translateY(0);
        transition: all 0s;
    }
}

@media print {
    @page {
        margin: 19.05mm;
    }

    body {
        width: 1500px;
        transform: scale(0.5, 0.5);
        transform-origin: left top;
        overflow: visible !important;
        -webkit-print-color-adjust: exact;
    }
}