@charset "utf-8";

/* ---------- common ---------------------------------------- */
.contents {
    position: relative;
}

/* page-visual */
.page-visual {}
.page-visual img {
    width: 100%;
    height: auto;
}

/* page-header */
.page-header {
    position: relative;
    padding-top: 65px;
    padding-bottom: 65px;
}
.page-title {
    /* padding: 0 20px; */
}
.page-title .en {
    font-size: 42px;
    line-height: 120%;
    letter-spacing: 0.08em;
    vertical-align: middle;
}
.page-title .en:after {
    content: "";
    display: inline-block;
    width: 20px;
    height: 31px;
    margin: 0 14px;
    background: url(../images/ic_slash.gif) no-repeat top left;
}
.page-title .ja {
    font-size: 18px;
    line-height: 120%;
    letter-spacing: 0.08em;
    vertical-align: middle;
}

/* breadcrumb */
.breadcrumb {
    position: absolute;
    right: 20px;
    top: 77px;
    text-align: right;
    font-family: 'Abel', '游ゴシック','YuGothic','メイリオ','Meiryo','ＭＳ Ｐゴシック',sans-serif;
}
.breadcrumb ol {}
.breadcrumb ol li {
    display: inline-block;
    font-size: 0;
}
.breadcrumb ol li a {
    display: inline-block;
    /* 	background: url(../images/ic_arrow.png) no-repeat right center; */
    background-size: 8px 8px;
    padding: 4px 19px 3px 0;
    margin-right: 5px;
    font-size: 0;
}
.breadcrumb ol li span {
    display: block;
    font-size: 12px;
    font-weight: 400;
    line-height: 120%;
    letter-spacing: 0.08em;

}

.breadcrumb ol li a:before{
    font-family: 'themify';
    content: "\e649";
    font-size: 10px;
    font-style: normal;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    top: 0;
    left:25px;
    z-index: 1;
    line-height: 20px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;

}



.breadcrumb ol li a span {
    border-bottom: solid 1px;
}






/* content-box */
.content-box {
    width: 100%;
    max-width: 760px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 90px;
}
.content-box p {
    font-size: 15px;
    line-height: 220%;
    margin-bottom: 1.4em;
}
.content-box .photo {
    margin-top: 40px;
    margin-bottom: 40px;
    text-align: center;
}
.content-box .photo img {
    max-width: 100%;
    height: auto;
}


/* page-prod-block */
.page-prod-block {
    overflow: hidden;
    position: relative;
    clear: both;
    width: 100%;
    padding-bottom: 20px;
    margin-bottom: 80px;
}
.page-prod-block .photo {
    position: relative;
    float: left;
    width: 50%;
    height: 100%;
}
.page-prod-block .photo img {
    width: 100%;
    height: auto;
}
.page-prod-block .photo .circle-buy-button {
    position: absolute;
    bottom: -20px;
    right: 30px;
}

.circle-buy-button {
    width: 100px;
    height: 100px;
    border: solid 1px #616161;
    border-radius: 50px;
    text-align: center;
    cursor: pointer;

    -webkit-transition: background-color .3s;
    transition: background-color .3s;
}
.circle-buy-button .icon {
    margin: 20px auto 0;
    width: 25px;
    height: 18px;
    background: url(../images/ic_cart_blank.png) no-repeat top left;
    background-size: 22px 18px;
}
.circle-buy-button .en {
    display: none;
    /*display: block;*/
    padding-top: 4px;
    font-size: 14px;
    line-height: 120%;
    letter-spacing: 0.08em;
}
.circle-buy-button .ja {
    padding-top: 9px;
    font-size: 12px;
    line-height: 140%;
    letter-spacing: 0.08em;
}
.circle-buy-button:hover {
    background-color: #212121;
}
.circle-buy-button:hover .icon {
    background-image: url(../images/ic_cart_white.png);
}
.circle-buy-button:hover .en,
.circle-buy-button:hover .ja {
    color: #fff;
}

.page-prod-block .text {
    box-sizing: border-box;
    position: absolute;
    left: 50%;
    top: 50%;
    float: right;
    width: 50%;
    padding: 0 15px;
    text-align: center;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.page-prod-block .text a {
    display: block;
}
.page-prod-block .text .top-title {
    margin-bottom: 22px;
}
.page-prod-block .text .title {
    padding-bottom: 15px;
    font-size: 21px;
}
.page-prod-block .text p {
    margin-bottom: 20px;
}

/* page-footer */
.page-footer {
    clear: both;
}
.page-footer .banner {
    margin-bottom: 65px;
    text-align: center;
    margin-top: 25px;
}
.page-footer .follow-list {
    margin-bottom: 20px;
    text-align: center;
}
.page-footer .follow-list .title {
    margin-bottom: 23px;
    font-size: 24px;
    line-height: 120%;
}
.page-footer .follow-list ul {
    font-size: 0;
}
.page-footer .follow-list ul li {
    display: inline-block;
    width: 220px;
    margin: 0 15px;
}
.page-footer .follow-list ul li a {
    display: block;
    margin: 0 4px 0 2px;
    padding: 13px 0 13px;
    /* background: url(../images/ic_arrow.png) no-repeat center right; */
    background-size: 10px 10px;
    border-bottom: solid 1px #757575;
    font-size: 16px;
    text-align: left;
}
.page-footer .follow-list ul li a i,
.page-footer .follow-list ul li a svg {
    padding-right: 13px;
}


/* -------- title -------- */

/* top-title */
.top-title {
    margin-bottom: 30px;
    text-align: center;
}

.top-title .en {
    font-size: 32px;
    line-height: 120%;
    letter-spacing: 0.08em;
    vertical-align: middle;
}
.top-title .en:after {
    content: "";
    display: inline-block;
    width: 16px;
    height: 25px;
    margin: 0 14px;
    background: url(../images/ic_slash.png) no-repeat top left;
}
.top-title .ja {
    font-size: 15px;
    line-height: 120%;
    letter-spacing: 0.08em;
    vertical-align: middle;
}

/* border-title */
.border-title {
    position: relative;
    margin-bottom: 30px;
    text-align: center;
}
.border-title:before {
    border-top: solid 1px #757575;
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
}
.border-title .en {
    position: relative;
    padding-left: 10px;
    background-color: #fff;
    font-size: 18px;
    line-height: 120%;
    letter-spacing: 0.08em;
    vertical-align: middle;
}
.border-title .en:after {
    content: "";
    display: inline-block;
    width: 10px;
    height: 18px;
    margin: 0 7px;
    background: url(../images/ic_slash.gif) no-repeat top left;
    background-size: 10px auto;
    vertical-align: middle;
}
.border-title .ja {
    position: relative;
    padding-right: 10px;
    background-color: #fff;
    font-size: 13px;
    line-height: 120%;
    letter-spacing: 0.08em;
    vertical-align: middle;
}

/* box */
.box {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    width: 96%;
    /* padding: 65px 20px; */
    border: none;
}

.box.topics{
    border: solid 1px #1f1b19;
    padding: 3%;
    margin: 0 0 80px 0;
}
.box.topics h4{
    font-size: 1.2em;
    font-weight: 600;
    margin-bottom: 10px;
}
.box.topics p{
    margin: 0;
}

/* -------- button -------- */

/* btn ホバー時に半透明にする */
.btn > a,
.btn > button {
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
}
.btn:hover > a,
.btn:hover > button {
    opacity: 0.6;
    filter: alpha(opacity=60);
    -ms-filter: "alpha(opacity=60)";
}


.button {
    display: inline-block;
}
.button a {
    box-sizing: border-box;
    display: inline-block;
    min-width: 180px;
    border: solid 1px #212121;
    padding: 13px 36px;

    text-align: center;
    line-height: 120%;

    -webkit-transition: opacity .3s;
    transition: opacity .3s;
}
.button a span {
    background: url(../images/ic_arrow.png) no-repeat left center;
    background-size: 8px 8px;
    padding-left: 18px;
    font-size: 13px;
    font-weight: bold;
    letter-spacing: 0.08em;
}
.button a:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
    -ms-filter: "alpha(opacity=70)";
}

.underline-button {
    display: inline-block;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}
.underline-button a,
.underline-button span {
    position: relative;
    display: block;
    padding: 6px 20px 6px 0;
    /* background: url(../images/ic_arrow.png) no-repeat center right; */
    background-size: 10px 10px;
    font-size: 14px;
    line-height: 120%;
    letter-spacing: 0.08em;
    font-family: 'themify';
    content: "\e693";
    font-size: 13px;
    font-style: normal;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    /* position: absolute; */
    /* top: 0; */
    padding-right: 10px;
    z-index: 1;
    line-height: 1.2;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.underline-button a:before,
.underline-button span:before {
    display: block;
    content: '';
    /* width: 10px; */
    position: absolute;
    right: 0%;
    bottom: 0;
    /* border-bottom: 1px solid #424242; */
    transition: all 0.4s ease;
    font-family: 'themify';
    content: "\e6e1";
    font-size: 13px;
    font-style: normal;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    /* position: absolute; */
    /* top: 0; */
    padding-right: 0px;
    z-index: 1;
    line-height: 22px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.underline-button a:after,
.underline-button span:after {
    display: block;
    content: '';
    width: 100%;
    position: absolute;
    right: 0%;
    bottom: 0;
    border-bottom: 1px solid #424242;
    transition: all 0.4s ease;
}
.underline-button a:hover:before,
.underline-button a:hover:after,
.underline-button span:hover:before,
.underline-button span:hover:after {
    width: 0;
}

.buy-button {}
.buy-button a {
    box-sizing: border-box;
    display: inline-block;
    min-width: 230px;
    background: #212121;
    padding: 13px 15px;

    text-align: center;
    line-height: 120%;

    -webkit-transition: opacity .3s;
    transition: opacity .3s;
}
.buy-button a span {
    background: url(../images/ic_cart_white.png) no-repeat left center;
    background-size: 22px 18px;
    padding-left: 26px;
    color: #fff;
    font-size: 13px;
    font-weight: bold;
    letter-spacing: 0.08em;
}
.buy-button a:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
    -ms-filter: "alpha(opacity=70)";
}

/* -------- link -------- */

/* link */
a.link {
    color: #212121;
    text-decoration: underline;
}
a.link:hover {
    text-decoration: underline;
}

/* asterisk　２行目以降一字下げ */
.asterisk {
    display: inline-block;
    padding-left: 1em;
    text-indent: -1em;
}

/* ---------- top ------------------------------------ */

/* ----- top-visual ----- */
#top-visual {
    position: relative;
}

/* top-slider */
#top-visual .slider {
    width: 98%;
    height: 80vh;
    padding: 1% 0 0 1%;
}
#top-visual .slider li {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

/* bx-slider */
#top-visual .slider .bx-viewport,
#top-visual .slider .bx-wrapper {
    position:relative;
    width:100%;
    height:100% !important;
    top:0;
    left:0;
}
#top-visual .slider .bx-wrapper ul {
    height: 100%;
    *zoom: 1;
}
#top-visual .slider .bx-wrapper ul li {
    height: 100%;
}
#top-visual .slider .bx-wrapper ul li img {
    width: 100%;
    height: auto;
}

/* controls */
#top-visual .slider .bx-controls {
    display: none;
}

/* loader */
#top-visual .slider .bx-wrapper .bx-loading {
    display: none;
}

/* zoom animation */
#top-visual .slider .bx-wrapper li {
    -webkit-transform: -webkit-scale(1.3);
    -ms-transform: -ms-scale(1.3);
    transform: scale(1.3);
    -webkit-animation: zoom 15s linear;
    animation: zoom 15s linear;
}

@-webkit-keyframes zoom {
    0% {
        -webkit-transform: -webkit-scale(1);
        -ms-transform: -ms-scale(1);
        transform: scale(1);
    }

    100% {
        -webkit-transform: -webkit-scale(1.3);
        -ms-transform: -ms-scale(1.3);
        transform: scale(1.3);
    }
}
@keyframes zoom {
    0% {
        -webkit-transform: -webkit-scale(1);
        -ms-transform: -ms-scale(1);
        transform: scale(1);
    }

    100% {
        -webkit-transform: -webkit-scale(1.3);
        -ms-transform: -ms-scale(1.3);
        transform: scale(1.3);
    }
}

#top-visual .inner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    /* height: 100%; */
    /* min-width: 1080px; */
}

#top-visual{
    background:#fff;
    border-bottom:1px solid #ddd
}


#top-visual .box {
    position: relative;
    /* height: 100%; */
    /* border-bottom: 1px solid #ddd; */
    /* width: 100%; */
}
#top-visual .catchcopy {
    position: absolute;
    top: 44%;
    left: 0;
    margin-top: -77px;
    z-index: 1000;
}

#top-visual .catchcopy h2 {
    font-size:30px;
    margin-bottom:10px;
    font-weight: 600;
}

#top-visual .catchcopy p {
    font-size:21px;
    line-height:1.5;
    font-weight: 500;
}





#top-visual .scroll {
    position: absolute;
    bottom: 188px;
    right: 40px;
    z-index: 1000;
}
#top-visual #newsize {
    display: none;
    position: absolute;
    top: 130px;
    right: 194px;
    z-index: 1000;
}
#top-visual .award {
    position: absolute;
    top: 500px;
    right: -100px;
    z-index: 1000;
}


#top-visual .award img {
    max-width: 450px;
    height:auto;
}
#top-visual .box2 {
    position: relative;
    height: 100%;
    max-width: 1160px;
    margin: auto;
}
#top-visual .label {
    margin: 0 40px 5%;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1000;
}
#top-visual .label img {
    width: 100%;
    height: auto;
}

/* ----- top-news ----- */

.tab-panels ul {
    margin: 0;
    padding: 0;
}
.tab-panels ul li {
    list-style-type: none;
    display: inline-block;
    background: #008583;
    margin: 0;
    padding: .5em 1.5em;
    border-radius: .5em .5em 0 0;
    color: #fff;
    cursor: pointer;
}

.tab-panels ul li:hover {
    color: #fff;
    background: #333;
}

.tab-panels ul li.active {
    color: #333;
    background: #f5f5f5;
    border: #b3b3b3 1px solid;
    border-bottom: none;
}

.tab-panels .panel  {
    display:none;
    background: white;
    color: black;
    padding: 1.5em;
    border-radius: 0 0 .8em .8em;
    border: 1px solid #ddd;
}

.tab-panels .panel.active {
    display:block;
}



.top-news {
    /* padding-top: 30px; */
    /* padding-bottom: 20px; */
    /* padding: 20px; */
    margin-top: 0px;
    /* border-bottom: 1px solid #ddd; */
}
.top-news .title-area {
    overflow: hidden;
    position: relative;
}
.top-news .title-area .top-title {
    text-align: left;
}
.top-news .title-area .underline-button {
    position: absolute;
    right: 0;
    top: 0;
}

.top-news .entry-area {
    overflow: hidden;
    width: 100%;
    /* max-width: 900px; */
    /* margin: 0 auto; */
}
.top-news .entry-area dl {
    border-top: solid 1px #bdbdbd;
}
.top-news .entry-area dl dt {
    float: left;
    padding: 21px 0 21px;

    font-size: 14px;
    line-height: 120%;
    letter-spacing: 0.08em;
}
.top-news .entry-area dl dd {
    padding: 17px 0 17px 6.7em;
    border-bottom: solid 1px #bdbdbd;
    background: url(../images/ic_arrow.png) no-repeat right center;
    background-size: 10px auto;

    font-size: 14px;
    line-height: 180%;
    letter-spacing: 0.08em;
}
.top-news .entry-area dl dd a:hover {
    text-decoration: underline;
}



/* top-blog
--------------------------- */

.top-blog__header {
    text-align: center;
    float: none;
}

.top-blog__header .katta-arrownav {
    /* display: none; */
}

.top-blog__list {
    padding-right: 0;
}

.top-blog__list > dt {
    margin-left: .5em;
}

.top-blog__list > dd > a {
    padding-left: .5em;
    color: #2f2f2f;
}

.top-blog__list > dd > a:hover {
    color:#008583;
}
.top-blog__list > dt a{
    color: #828282;
}
.top-blog__list > dd {
    line-height: 1.8;
    border-bottom: 1px solid #DEE1EA;
    position: relative;
    z-index: 1;
    /* font-size: 1rem; */
}


/* top-blog
--------------------------- */
@media (min-width: 769px) {
    .top-blog__header {
        text-align: center;
        float: right;
    }

    .top-blog__list {
        text-align: left;
        margin: -2% 0;
        /* padding-right: 18vw; */
    }

    .top-blog__list > dt {
        color: #404040;
        /* font-size: 0.9rem; */
        position: absolute;
        margin: 1.2vw 0 0 1.5em;
        padding-top: .1em;
        /* font-weight: 600; */
    }



    .top-blog__list > dd:last-child {
        border-bottom: none;
    }

    .top-blog__list > dd > a {
        display: block;
        padding: 0 3em 1.2vw 9.5em;
        /* transition: color .1s linear; */
        /* color: #b20; */
        /* font-weight: 600; */
    }
    html.no-touchevents .top-blog__list > dd > a:hover {
        /* 	color: #F6921D; */
    }

    .top-blog__list > dd > a:after {
        /* 	content: "";
        width: .5vw;
        height: .5vw;
        max-width: 7px;
        max-height: 7px;
        min-width: 5px;
        min-height: 5px;
        border-top: 2px solid #F6921D;
        border-right: 2px solid #F6921D;
        position: absolute;
        top: 50%;
        right: 1em;
        transform: translate(-50%,-50%) rotate(45deg); */
    }
    html.no-touchevents .top-blog__list > dd > a:hover:after {
        animation: a-top-blog__list .25s .05s backwards;
    }
    @keyframes a-top-blog__list {
        60% { right: .5em; }
        100% { right: 1em; }
    }
}




/*----------------------------------------------------
QCDS
------------------*/

.boxQcds {
    position: relative;
    margin: 2em 0;
    padding: 1.5em 1em;
    border: solid 2px #c11920;
    border-radius: 3px;
    /* width: 45%; */
    max-width: 1000px;
    margin: 100px auto 50px;
    width: 90%;
}
@media screen and (max-width: 500px) {
    .boxQcds {
        width: 90%;
    }

    .boxQcds ul{
        margin-top:10px;
        margin-left:5px
    }


}




.boxQcds .box-title {
    position: absolute;
    display: inline-block;
    top: -13px;
    left: 10px;
    padding: 0 30px;
    line-height: 1;
    font-size: 20px;
    background: #ffffff;
    color: #292323;
    font-weight: bold;
}
.boxQcds p {
    margin: 0;
    padding: 0 5px;
    font-size: 15px;
    color: #292323;
    line-height: 1.6;
    /* border-bottom: 1px solid #eee; */
}

.boxQcds p span {
    border-bottom: 1px solid #eee;
}

.boxQcds img {
    width: 100%;
}

.ifSp{display:none}


.pickupBox {
    position: relative;
    margin: 2em 0;
    padding: 1.5em 1em;
    border: solid 2px #c11920;
    border-radius: 3px;
    /* width: 45%; */
    max-width: 1000px;
    margin: 10px auto 50px;
    width: 95%;
}

.pickupBox .pickupBox-title {
    position: absolute;
    display: inline-block;
    top: -13px;
    left: 10px;
    padding: 0 30px;
    line-height: 1;
    font-size: 20px;
    background: #ffffff;
    color: #c11920;
    font-weight: bold;
}

.pickupBox p {
    margin: 0;
    padding: 0 5px;
    font-size: 15px;
    color: #292323;
    line-height: 1.6;
    /* border-bottom: 1px solid #eee; */
}

.pickupBox p span {
    border-bottom: 1px solid #eee;
}

.pickupBox img {
    width: 100%;
}



@media screen and (max-width: 500px) {
    .pickupBox {
        width: 90%;
    }

    .pickupBox .pickupBox-title {
        top: -18px;
        left: 18px;
        padding: 0 30px;
        line-height: 1.2;
        font-size: 16px;
    }

    .pickupBox p {
        padding: 10px 5px;
    }
    .ifSp{display:block}
}






.gallery_col_a{
    width: 100%;
    display: flex;
    max-width: 1200px;
    justify-content: center;
}

.gallery_col_a1{
    width:30%;
    padding: 1em 0.5em;
}


.gallery_col_a2{
    width:70%;
    padding: 1em 0.5em;
}

.gallery_col_a1 img{
    width:100%;

}


.gallery_col_a2{
    width:70%;
    padding: 1em 0.5em;
}


@media only screen and (max-width: 500px) {

    .gallery_col_a{
        flex-direction: column;
        justify-content: center;
    }


    .gallery_col_a1{
        width:100%;
        padding: 1em 0.5em;
    }


    .gallery_col_a2{
        width: 95%;
        padding: 1em 0.5em;
    }


}


.pickup_txt{font-size:20px;color:#a32b2e;font-weight:600;}


.gallery_col{
    width: 100%;
    /* padding: 3%; */
    display: flex;
    /* display: flex; */
    /* flex-wrap: wrap; */
    /* width: 100%; */
    max-width: 1200px;
    justify-content: center;
    /* align-items: center; */
    /* margin-bottom: 100px; */
    /* padding: 1em 0.1em; */
    /* border-radius: 5px; */
    flex: 1 0 300px;
    /* margin: 0.4em 0.5em; */
}

.gallery_col > div{
    flex: 0 0 50%;
    margin: 0.4em 0.5em;
    padding: 1em 0.5em;
    /* border:1px solid #ddd; */
}
.gallery_col > div img{
    width:100%;
}




/* ----- top-blocks ----- */
.top-blocks {
    overflow: hidden;
    width: 100%;
    max-width: 100%;
    margin: 50px auto 0px;
    background: #eee;
    padding: 2% 0;
}
.top-blocks .block {
    overflow: hidden;
    position: relative;
    clear: both;
    /* width: 100%; */
    max-width: 1200px;
    width: 94%;
    margin: 0 auto;
}
.top-blocks .photo {
    position: relative;
    float: left;
    width: 50%;
    height: 100%;
}
.top-blocks .photo img {
    width: 90%;
    height: auto;
    border-radius: 50%;
    padding: 5%;
    /* max-width: 300px; */
    margin: 0 auto;
}
.top-blocks .photo .circle-buy-button {
    position: absolute;
    bottom: -20px;
    right: 30px;
}
.top-blocks .text {
    box-sizing: border-box;
    position: absolute;
    left: 50%;
    top: 50%;
    float: right;
    width: 50%;
    padding: 0 15px;
    text-align: center;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.top-blocks .text a {
    display: block;
}
.top-blocks .text p a {
    display: inline-block;
    text-decoration: underline;
}
.top-blocks .text .top-title {
    margin-bottom: 21px;
}
.top-blocks .text .title {
    padding-bottom: 15px;
    font-size: 21px;
}
.top-blocks .text p {
    margin-bottom: 19px;
}
.top-blocks .text .underline-button {}
.top-blocks ul {
    width: 340px;
    margin: 0 auto 22px;
    text-align: left;
}
.top-blocks ul li {
    margin-bottom: 12px;
}
.top-blocks ul li .num {
    padding-right: 6px;
    font-size: 18px;
}

.top-newsize .photo,
.top-feature .photo,
.top-story .photo {
    float: right;
}
.top-newsize .text,
.top-feature .text,
.top-story .text {
    float: left;
    left: 0;
}






/*================コロナ対策についてお知らせ=================*/
.item_text {
    box-shadow: 2px 2px 4px 0px grey;
    border: 4px solid #c11920;
    padding: 10px;
    line-height: 150%;
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    max-width: 1000px;
    margin: 20px auto;
}
.item_text p.attention_title {
    font-size: 1.2em;
    margin: 0 auto 20px;
    border-bottom: 2px solid #ddd;
}
.item_text p.attention_text {
    line-height: 1.8;
    margin: 0 auto;
}
.item_text p.attention_text a {
    color: #211614;
}
@media only screen and (max-width: 414px) {
    .item_text p.attention_title {
        font-size: 1em;
        line-height: 1.5;
    }
    .item_text p.attention_text {
        font-size: 0.9em;
        text-align:left;
    }
}



/*================アコーディオン=================*/
.accordion {
    width: 100%;
    max-width: 600px;
    margin: 10px auto 10px;
    background: #FFF;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    text-align: center;
}

.accordion .link {
    cursor: pointer;
    display: block;
    padding: 15px 15px 5px 10px;
    color: #4D4D4D;
    font-size: 15px;
    /* font-weight: 700; */
    border-bottom: 1px solid #CCC;
    position: relative;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.accordion .link:before {/* position: absolute; *//* top: 0; *//* left: 0; *//* content: "Q"; *//* color: #ffc309; *//* font-family: 'Ropa Sans', sans-serif; *//* font-size: 25px; *//* font-weight: normal; *//* padding: 5px 15px 5px 0px; */}



.accordion li:last-child .link {
    border-bottom: 0;
}

.accordion li i {
    position: absolute;
    top: 16px;
    left: 12px;
    font-size: 18px;
    color: #595959;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.accordion li i.fa-chevron-down {
    /* right: 12px; */
    left: 10px;
    top: 0;
    position: relative;
    /* padding-left: 20px; */
    font-size: 16px;
}

.accordion li.open .link {
    color: #003868;
}

.accordion li.open i {
    color: #b63b4d;
    /* padding-right: 20px; */
}
.accordion li.open i.fa-chevron-down {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.accordion li.default .submenu {display: block;}
/**
* Submenu
-----------------------------*/
.submenu {
    /* display: none; */
    /* background: #f5f5f5; */
    font-size: 15px;
    max-width: 600px;
    margin: 0 auto;
    text-align: left;
    width: 100%;
}

.submenu li {
    border-bottom: 1px solid #ddd;
}

.submenu li {
    display: block;
    text-decoration: none;
    color: #333;
    padding: 5px;
    padding-left: 50px;
    -webkit-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

.submenu li a {
    /* background: #b63b4d; */
    color: #b63b4d;
    display: inline;
    font-weight: 600;
    border-bottom: 1px dashed #b63b4d;
}

@media only screen and (max-width: 414px) {
    .submenu li {
        padding-left: 0px;
    }
}


.osususme_title{max-width:1200px;width:100%;margin:50px auto 10px}

.osususme_title h1{font-size:20px;color: #a32b2e;font-weight: 600;background: linear-gradient(transparent 70%, #e9a1a2 70%);}
.osususme_title h1:before{font-family: 'FontAwesome';content:'\f118';font-size:25px; padding-right:10px;}
/* --------- .worksArea --------- */

.worksArea {
    /* position: relative; */
    /* font-size: 0; */
    /* margin: -2px -2px 0; */
    z-index: 3;
    display: flex;
    /* flex-wrap: wrap; */
    justify-content: space-between;
    align-items: stretch;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto 10px;
}

.worksArea .worksBox {
    /*         display: inline-block; */
    /* flex: 0 0 48%; */
    margin: 30px 0 30px;
    /* border: transparent 2px solid; */
    align-items: stretch;
    background: #fff;
    border: 1px solid #ddd;
    width: 24%;
}
/* .inner */

.worksArea .worksBox .wrap {
    position: relative;
    /* background: #fefefe; */
    padding: 10px 7.5% 10px;
    z-index: 2;
    /* border: 1px solid #ddd; */
}

.worksArea .worksBox .wrap:before {
    position: absolute;
    right: 0;
    top: 0;
    left: 0;
    bottom: 0;
    content: "";
    border: #fefefe 0 solid;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    z-index: -1;
}

.worksBox:hover .wrap:before {
    border: #c11920 2px solid;
    /*     position: absolute;
    bottom: 0;
    right: 0;
    border-left: 5px solid transparent;
    border-bottom: 5px solid #c11920; */


}
.worksBox:hover .wrap:after {
    /*         border: #c11920 5px solid; */
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    z-index: -1;
    border-bottom: solid 0px transparent;
    border-top: solid 40px transparent;
    border-right: solid 40px #c11920;
    border-left: solid 0px transparent;
    width: 0;
    height: 0;
    content: '';
    position: absolute;
    bottom: 0px;
    right: 0px;


}

.worksArea .worksBox .wrap img {
    width: 100%;
    margin: 10px 0;
    max-height: 180px;
    object-fit: cover;
}

.worksArea .worksBox .wrap h2 {
    text-align: center;
    color: #c11920;
    margin: 20px 0;
    font-weight: 600;
    font-size: 17px;
}

.worksArea .worksBox .wrap h2:after {
    content: '';
    display: block;
    width: 147px;
    height: 1px;
    background-color: #c11920;
    position: relative;
    bottom: 0px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
/* ul.category */

.worksArea .worksBox ul.category {
    margin-top: 20px;
    list-style: none;
    z-index: 2;
    text-align: center;
}

.worksArea .worksBox ul.category li {
    display: inline-block;
    color: #fefefe;
    background: #c11920;
    font-size: 13px;
    font-weight: 500;
    line-height: 35px;
    letter-spacing: 1px;
    border-radius: 1.5em;
    padding: 0 35px 0 25px;
    position: relative;
    z-index: 1;
}

.worksArea .worksBox ul.category li:after {
    position: absolute;
    top: 0;
    right: 10px;
    bottom: 0;
    font-size: 1.1em;
    /* font-family: themify; */
    /* content: "\e6ad"; */
    font-weight: normal;
    font-family: 'Font Awesome 6 pro';
    content: "\f054";
    vertical-align: 0;
}
/* p.date */
/*.worksArea .worksBox p.date { position: absolute; top:20px; left:7.5%; font-family: 'Poppins', sans-serif; font-weight: 500;line-height:40px; }
.worksArea .worksBox p.date span { padding-left:5px; color: #e96c36; }*/

.worksArea .worksBox p.date {
    position: absolute;
    top: 20px;
    left: 7.5%;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    line-height: 40px;
    font-size: 0;
    display: none;
}
/*.worksArea .worksBox p.date span { font-size: 14px; color: #e96c36; }*/
/* h3 */

.worksArea .worksBox .wrap h3 {
    font-size: 15px;
    font-weight: 500;
    line-height: 2;
    letter-spacing: 1px;
    padding: 0;
    margin-top: 10px;
    color: #a32b2e;
}
/* .icon_award */

.worksArea .worksBox .icon_award {
    position: absolute;
    top: 15px;
    right: 7.5%;
    width: 55px;
    height: 55px;
    content: "";
    background: url(../images/common/icon_award.png) center center no-repeat;
    background-size: cover;
    z-index: 2;
}

@media only screen and (max-width: 780px) {

    .worksArea {
        flex-wrap: wrap;
    }
}  
@media only screen and (max-width: 780px) {
    .worksArea .worksBox {
        flex: 0 0 99%;
    }
}

@media only screen and (max-width: 414px) {
    .worksArea .worksBox p.date {
        letter-spacing: 0.5px;
    }
    .worksArea .worksBox .wrap h3 {
        line-height: 1.8;
    }
    .worksArea .worksBox ul.category li {
        font-size: 9px;
        padding: 0 5px 0 18px;
    }
    .worksArea .worksBox .icon_award {
        top: 6px;
        right: 4%;
        width: 30px;
        height: 30px;
    }
}


/* ---------- about ------------------------------------ */
.abou-blocks {
    overflow: hidden;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}
.abou-blocks .block {
    overflow: hidden;
    position: relative;
    clear: both;
    width: 100%;
}
.abou-blocks .photo {
    float: left;
    width: 50%;
    height: 100%;
}
.abou-blocks .photo img {
    width: 100%;
    height: auto;
}
.abou-blocks .text {
    box-sizing: border-box;
    position: absolute;
    left: 50%;
    top: 50%;
    float: right;
    width: 50%;
    padding: 0 15px;
    text-align: left;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.abou-blocks .text .top-title {
    width: 420px;
    margin: 0 auto 16px;
    text-align: left;
}
.abou-blocks .text .top-title .en:after {
    margin: 0 10px;
}
.abou-blocks .text .top-title .en {
    font-size: 36px;
}
.abou-blocks .text .top-title .ja {
    font-size: 16px;
}
.abou-blocks .text p {
    width: 420px;
    margin: 0 auto;
    line-height: 220%;
}
.abou-blocks .text small {
    font-size: 12px;
}
.abou-blocks .block:nth-child(2n) .photo {
    float: right;
}
.abou-blocks .block:nth-child(2n) .text {
    float: left;
    left: 0;
}
.abou-blocks .text .button-area {
    margin-top: 20px;
    text-align: center;
}


/* ---------- products ------------------------------------ */
.slider-block {
    margin-bottom: 82px;
    text-align: center;
}
.slider-block .title {
    padding-bottom: 10px;
    font-size: 27px;
    line-height: 140%;
}
.slider-block .fotorama {
    margin-top: 32px;
    margin-bottom: 42px;
}
.slider-block p {
    text-align: left;
}
.slider-block .title+p {
    text-align: center;
}
.slider-block .notice {
    color: #c2252e;
    font-weight: bold;
}
.slider-block .buy-button {
    margin-bottom: 42px;
}
.slider-block .button {
    margin: 0 7px;
}

.slider-denim {
    padding-top: 78px;
    margin-bottom: 60px;
    border-top: solid 1px #212121;
}

.prod-block {
    padding-top: 60px;
    margin-bottom: 70px;
    border-top: solid 1px #ddd;
    text-align: center;
}
.prod-block .notice,
.prod-block .notice a {
    color: #c2252e;
}
.prod-color {
    overflow: hidden;
}
.prod-color .left {
    float: left;
    width: 340px;
}
.prod-color .right {
    float: right;
    width: 340px;
}
.prod-color .block {
    margin-bottom: 40px;
    text-align: center;
}
.prod-color .block img {
    margin-bottom: 14px;
}
.prod-color .block .en {
    padding-bottom: 8px;
    font-size: 16px;
}
.prod-color .block .ja {
    font-size: 13px;
}

.prod-size .button {
    display: block;
    margin: 0 auto;
    text-align: center;
    display: inline;
}
.prod-size .button i,
.prod-size .button svg {
    padding-right: 7px;
    color: #616161;
    font-size: 14px;
}
.prod-size .button span {
    padding: 0;
    background: none;
    font-weight: 500;
}
.prod-size .photo-footprint img {
    max-width: 320px;
}

.prod-faq .block {
    margin-bottom: 35px;
}
.prod-faq .block:after {
    content: "";
    display: block;
    width: 30px;
    height: 1px;
    background-color: #757575;
}
.prod-faq .block:last-child:after {
    display: none;
}
.prod-faq .question {
    position: relative;
    margin-bottom: 18px;
    padding-left: 26px;
    font-size: 18px;
}
.prod-faq .question .en {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 21px;
}
.prod-faq .answer {
    position: relative;
    margin-bottom: 30px;
    padding-left: 26px;
    font-size: 14px;
}
.prod-faq .answer .en {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 21px;
}

.prod-maintenace {}
.prod-maintenace .title {
    margin-bottom: 1.4em;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
}
.prod-maintenace .block {
    margin-bottom: 45px;
}

.prod-maintenace .wash-block {
    margin-bottom: 35px;
}
.prod-maintenace .wash-block:after {
    content: "";
    display: block;
    width: 30px;
    height: 1px;
    background-color: #757575;
    margin: 0 auto;
}
.prod-maintenace .wash-block:last-child:after {
    display: none;
}

.prod-maintenace .wash-title {
    font-size: 18px;
    text-align: center;
}
.prod-maintenace .wash-title .num {
    padding-right: 12px;
    font-size: 21px;
}
.prod-maintenace .wash-block .photo {
    margin-top: 25px;
    margin-bottom: 25px;
}


/* ---------- feature ------------------------------------ */
.feat-list {
    margin-bottom: 50px;
    text-align: center;
}
.feat-list ul {
    display: inline-block;
    text-align: left;
}
.feat-list li {
    margin-bottom: 19px;
}
.feat-list li a {
    display: block;
    padding-right: 20px;
    background: url(../images/ic_arrow_bottom.png) no-repeat center right;
    background-size: 8px 8px;
    font-size: 14px;
    line-height: 180%;
}
.feat-list li a .num {
    padding-right: 10px;
    font-size: 18px;
}

.feat-block {
    padding-top: 60px;
    margin-bottom: 70px;
    border-top: solid 1px #212121;
}
.feat-block .title-area {
    margin-bottom: 40px;
    text-align: center;
}
.feat-block .title-area .num {
    padding: 18px 0 16px;
    background: url(../images/ic_arrow_bottom.png) no-repeat center top;
    background-size: 10px 10px;
    color: #9e9e9e;
    font-size: 54px;
    line-height: 110%;
}
.feat-block .title-area .title {
    font-size: 21px;
}
.feat-block .photos {
    overflow: hidden;
    margin-top: 30px;
    margin-bottom: 25px;
}
.feat-block .photos .left {
    float: left;
    width: 350px;
}
.feat-block .photos .right {
    float: right;
    width: 350px;
}
.feat-block .photos img {
    margin-bottom: 9px;
}
.feat-block .photos .caption {
    font-size: 13px;
    font-weight: bold;
}
.feat-block .photo-deodorize img {
    max-width: 420px;
}
.feat-block .photo-data img {
    max-width: 400px;
}
.feat-block .notice,
.feat-block .notice a {
    color: #c2252e;
    line-height: 200%;
}

.desi-blocks {}
.desi-blocks .title {
    margin-bottom: 10px;
    font-size: 18px;
}
.desi-blocks .title .num {
    padding-right: 10px;
    font-size: 21px;
}
.desi-blocks .block {
    margin-bottom: 36px;
}
.desi-blocks .block:after {
    content: "";
    display: block;
    width: 30px;
    height: 1px;
    background-color: #757575;
}
.desi-blocks .block:last-child:after {
    display: none;
}
.desi-blocks .block p {
    margin-bottom: 32px;
}


/* ---------- news ------------------------------------ */
.news-block {
    overflow: hidden;
}
.news-block .entry-area {
    float: left;
    overflow: hidden;
    width: 680px;
    margin: 0 0 20px;
}

.news-entry {
    margin-bottom: 60px;
}
.news-entry .date {
    padding-bottom: 8px;
    font-size: 14px;
    line-height: 120%;
}
.news-entry .title {
    position: relative;
    margin-bottom: 22px;
    padding-bottom: 16px;
    border-bottom: solid 1px #717171;
    font-size: 18px;
    line-height: 140%;
}

/* news-sidebar */
.news-sidebar {
    float: right;
    width: 200px;
    padding-top: 45px;
    padding-bottom: 100px;
}
.news-sidebar > section {
    margin-bottom: 25px;
}
.news-sidebar .border-title {
    margin-bottom: 14px;
}
.news-sidebar .border-title .title {
    display: inline-block;
    padding: 0 12px;
    font-size: 18px;
}
.news-sidebar .title:after {
    display: none;
}
.news-sidebar nav {
    padding: 8px 0;
    background-color: #fff;
}
.news-sidebar ul {
    padding: 0 2px;
}
.news-sidebar ul li a {
    display: block;
    padding: 4px 0 4px 18px;
    background: url(../images/ic_arrow.png) no-repeat left center;
    background-size: 8px 8px;
    margin-bottom: 3px;
    font-size: 13px;
}


/* ---------- contact ------------------------------------ */
.contact-block {
    margin-bottom: 60px;
}
.contact-block > p {
    margin-bottom: 35px;
    text-align: left;
}

/* form-table */
.form-table {
    width: 100%;
    margin-bottom: 40px;
}
.form-table th,
.form-table td {
    border-top: solid 1px #727272;
    border-bottom: solid 1px #727272;
}
.form-table th {
    box-sizing: border-box;
    width: 220px;
    padding: 19px 18px 19px 20px;
    background-color: #fff;
    font-size: 14px;
    font-weight: bold;
}
.form-table th span {
    display: inline-block;
}
.form-table td {
    padding: 11px 11px;
}
.form-table .required,
.form-table .optional {
    display: inline-block;
    float: right;
    margin-top: 2px;
    margin-left: 2px;
    padding: 3px 4px;
    border-radius: 3px;
    color: #fff;
    font-size: 10px;
    font-weight: bold;
    line-height: 120%;
}
.form-table .required {
    background-color: #000;
}
.form-table .optional {
    background-color: #bdbdbd;
}

.form-table input[type="text"],
.form-table input[type="email"],
.form-table input[type="tel"],
.form-table input[type="password"],
.form-table textarea {
    padding: 10px 8px;
    background-color: #f5f5f5;
    border: 1px solid #e0e0e0;
    border-radius: 3px;
    line-height: 140%;
}
.form-table input[type="text"],
.form-table input[type="email"] {
    width: 300px;
    box-sizing: border-box;
}
.form-table input[type="tel"] {
    width: 300px;
    box-sizing: border-box;
}
.form-table textarea {
    width: 100%;
    height: 280px;
    box-sizing: border-box;
}

.form-table input.address {
    width: 400px;
}

p.form-privacy {
    text-align: center;
    font-size: 14px;
    line-height: 180%;
}
.form-privacy a {
    text-decoration: underline;
}

.form-submit {
    margin-top: 34px;
    text-align: center;
}
.form-submit input {
    box-sizing: border-box;
    min-width: 270px;
    margin: auto;
    padding: 20px 30px;
    background-color: #000;
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease;

    color: #fff;
    font-size: 15px;
    font-weight: bold;
    letter-spacing: 0.08em;
    text-align: center;
}
.form-submit input:hover {
    opacity: 0.7;
}


/* ---------- thanks ------------------------------------ */
.thanks-block {
    margin-bottom: 80px;
    text-align: center;
}
.thanks-title {
    display: inline-block;
    margin-bottom: 30px;
    padding: 28px 55px;
    border: solid 1px #727272;
    font-size: 15px;
    font-weight: bold;
}


/* ---------- privacy ------------------------------------ */
.privacy-block {
    margin-bottom: 50px;
}
.privacy-block > p {
    margin-bottom: 45px;
}
.privacy-block .block {
    margin-bottom: 30px;
}
.privacy-block .block:after {
    content: "";
    display: block;
    width: 30px;
    height: 1px;
    background-color: #757575;
}
.privacy-block .block:last-child:after {
    display: none;
}
.privacy-block .title {
    margin-bottom: 8px;
    font-size: 18px;
}
.privacy-block .title .num {
    padding-right: 10px;
    font-size: 21px;
}
.privacy-block .block p {
    margin-bottom: 30px;
}


/* ---------- wordpress ------------------------------------ */

/* wp-pagenavi */
.pagenavi-area {
    margin-bottom: 40px;
}
.wp-pagenavi {
    clear: both;
    position: relative;
    margin: 0 auto;
    text-align: center;
    font-size: 0;
}
.wp-pagenavi a,
.wp-pagenavi span {
    overflow: hidden;
    box-sizing: border-box;
    display: inline-block;
    width: 50px;
    height: 50px;
    margin-left: 10px;
    background-color: #fff;
    border: solid 1px #212121;

    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0.08em;
    line-height: 50px;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.wp-pagenavi span.current,
.wp-pagenavi a:hover {
    color: #fff;
    background-color: #212121;
}
.wp-pagenavi a.first,
.wp-pagenavi a.last {
    width: auto;
    padding: 0 18px;
}
.wp-pagenavi span.pages {
    position: absolute;
    top: 0;
    left: 0;
    width: auto;
    border: none;
    background: none;
    padding: 0;
    margin: 0;
}
.wp-pagenavi span.extend {
    background-color: inherit;
}


/* postbody */
.postbody {
    overflow: hidden;
    font-size: 14px;
    line-height: 200%;
}
.postbody h1,
.postbody h2 {
    font-size: 16px;
    font-weight: bold;
    padding: 1.2em 0;
    letter-spacing: 0.08em;
}
.postbody h3,
.postbody h4 {
    font-size: 14px;
    font-weight: bold;
    padding: 0.8em 0;
    letter-spacing: 0.08em;
}
.postbody p {
    margin-bottom: 1.4em;
    line-height: 200%;
    letter-spacing: 0.08em;
}
.postbody a {
    text-decoration: underline;
}
.postbody a:hover {
    text-decoration: underline;
}

.postbody img {
    display: block;
    margin-top: 1em;
    margin-bottom: 2em;
}
.postbody img:first-child {
    margin-top: 0;
}

.postbody ul {
    margin-bottom: 1.5em;
}
.postbody ul > li {
    padding-bottom: 0.5em;
    list-style-position: inside;
    list-style-type: disc;
    font-size: 14px;
    line-height: 200%;
    letter-spacing: 0.08em;
}

.postbody ol {
    margin-bottom: 1.5em;
}
.postbody ol > li {
    padding-bottom: 0.5em;
    list-style-position: inside;
    list-style-type: decimal;
    font-size: 14px;
    line-height: 200%;
    letter-spacing: 0.08em;
}

.postbody table {
    width: 100%;
    margin-bottom: 2em;
}
.postbody table th,
.postbody table td {
    border-top: solid 1px #727272;
    border-bottom: solid 1px #727272;
    padding: 14px 14px 14px 14px;
    font-size: 14px;
    line-height: 160%;
    text-align: left;
}
.postbody table th {
    border-right: solid 1px #727272;
    padding: 14px 14px 14px 6px;
}
.postbody table thead,
.postbody table th {

}
.postbody table tbody th {
    font-weight: bold;
}

.postbody .alignleft {
    float: left;
    margin-right: 1em;
}
.postbody .alignright {
    float: right;
    margin-left: 1em;
}
.postbody .aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.postbody .wp-caption {
    margin-top: 1.2em;
    margin-bottom: 1.2em;
}
.postbody .wp-caption > img {
    margin: 0;
}
.postbody .wp-caption .wp-caption-text {
    font-size: 12px;
    margin: 0;
}

/* contact form 7 */
.form-table .wpcf7-list-item {
    margin: 0;
}
.form-table .wpcf7-list-item label {
    display: inline-block;
    margin-left: 7px;
    margin-right: 20px;
    padding: 7px 0 7px;
    font-size: 15px;
}

.wpcf7 span.wpcf7-not-valid-tip {
    color: #d91f52;
    display: block;
    font-size: 13px;
    font-weight: bold;
    padding: 2px 0 0px;
}
.wpcf7 div.wpcf7-response-output {
    margin: 1.5em 0.5em;
    padding: 14px 11px;
    font-size: 14px;
    font-weight: bold;
    line-height: 140%;
}
.wpcf7 div.wpcf7-response-output.wpcf7-validation-errors {
    color: #d91f52;
    border: 2px solid;
}
.wpcf7 div.wpcf7-response-output.wpcf7-mail-sent-ng {
    color: #d91f52;
    border: 2px solid;
}
.wpcf7 div.wpcf7-response-output.wpcf7-mail-sent-ok {
    color: #212121;
    border: 2px solid;
}
.wpcf7 .wpcf7-form .ajax-loader {
    visibility: hidden;
    display: block;
    border: medium none;
    margin: 6px auto 0;
}


@media only screen and (max-width: 768px) {

    /* ---------- common ---------------------------------------- */
    .contents {}

    .box {
        width: auto;
        margin-left: 4%;
        margin-right: 4%;
    }

    /* page-visual */
    .page-visual {}
    .page-visual img {}

    /* page-header */
    .page-header {
        padding-top: 28px;
        padding-bottom: 60px;
    }
    .page-title {}
    .page-title .en {
        font-size: 28px;
    }
    .page-title .en:after {
        width: 14px;
        height: 22px;
        margin: 0 8px;
        background-size: 100% auto;
    }
    .page-title .ja {
        font-size: 14px;
    }

    /* breadcrumb */
    .breadcrumb {
        right: 0;
        top: 75px;
    }
    .breadcrumb ol {}
    .breadcrumb ol li {}
    .breadcrumb ol li a {
        background-size: 6px 6px;
        padding: 4px 15px 3px 0;
        margin-right: 3px;
    }
    .breadcrumb ol li span {
        font-size: 12px;
    }
    .breadcrumb ol li a span {
        border-bottom: solid 1px;
    }

    /* content-box */
    .content-box {
        width: auto;
        margin: 0 4% 40px;
    }
    .content-box p {
        font-size: 13px;
        line-height: 210%;
        margin-bottom: 1.4em;
    }
    .content-box .photo {
        margin-top: 25px;
        margin-bottom: 25px;
    }
    .content-box .photo img {
        max-width: 100%;
        height: auto;
    }

    /* page-prod-block */
    .page-prod-block {
        width: 92%;
        max-width: 500px;
        padding-bottom: 25px;
        margin: 0 auto 30px;
    }
    .page-prod-block .photo {
        position: relative;
        float: none;
        width: auto;
        height: auto;
        margin-bottom: 28px;
    }
    .page-prod-block .photo img {
        width: 100%;
        height: auto;
    }
    .page-prod-block .photo .circle-buy-button {
        position: absolute;
        bottom: -20px;
        right: 4%;
    }

    .circle-buy-button {
        width: 90px;
        height: 90px;
        border-radius: 45px;
    }
    .circle-buy-button .icon {
        margin: 16px auto 0;
        width: 25px;
        height: 18px;
        background-size: 22px 18px;
    }
    .circle-buy-button .en {
        padding-top: 8px;
        font-size: 14px;
    }
    .circle-buy-button .ja {
        padding-top: 7px;
    }

    .page-prod-block .text {
        position: relative;
        left: inherit;
        top: inherit;
        float: none;
        width: auto;
        padding: 0;
        text-align: center;
        -webkit-transform: inherit;
        transform: inherit;
    }
    .page-prod-block .text a {
        display: block;
    }
    .page-prod-block .text .top-title {
        margin-bottom: 15px;
    }
    .page-prod-block .text .title {
        padding-bottom: 11px;
        font-size: 17px;
    }
    .page-prod-block .text p {
        margin-bottom: 18px;
    }

    /* page-footer */
    .page-footer {
        clear: both;
    }
    .page-footer .banner {
        margin: 20px auto;
    }
    .page-footer .banner img {
        max-width: 100%;
        height: auto;
    }
    .page-footer .follow-list {
        max-width: 400px;
        margin: 0 auto 20px;
        text-align: center;
    }
    .page-footer .follow-list .title {
        margin-bottom: 20px;
        font-size: 23px;
    }
    .page-footer .follow-list ul {
        font-size: 0;
    }
    .page-footer .follow-list ul li {
        display: inline-block;
        width: 220px;
        margin: 0 15px;
    }
    .page-footer .follow-list ul li a {
        display: block;
        margin: 0 4px 0 2px;
        padding: 13px 0 13px;
        background: url(../images/ic_arrow.png) no-repeat center right;
        background-size: 10px 10px;
        border-bottom: solid 1px #757575;
        font-size: 16px;
        text-align: left;
    }
    .page-footer .follow-list ul li a i,
    .page-footer .follow-list ul li a svg {
        width: 1em;
        padding-right: 13px;
    }


    /* -------- title -------- */

    /* top-title */
    .top-title {
        margin-bottom: 18px;
    }
    .top-title .en {
        font-size: 26px;
        line-height: 120%;
        letter-spacing: 0.08em;
    }
    .top-title .en:after {
        width: 12px;
        height: 18px;
        margin: 0 8px;
        background-size: 100% auto;
    }
    .top-title .ja {
        font-size: 13px;
    }

    /* border-title */
    .border-title {
        position: relative;
        margin-bottom: 30px;
        text-align: center;
    }
    .border-title:before {
        border-top: solid 1px #757575;
        content: "";
        position: absolute;
        top: 50%;
        left: 0;
        width: 100%;
    }
    .border-title .en {
        position: relative;
        padding-left: 10px;
        background-color: #fff;
        font-size: 18px;
        line-height: 120%;
        letter-spacing: 0.08em;
        vertical-align: middle;
    }
    .border-title .en:after {
        content: "";
        display: inline-block;
        width: 10px;
        height: 18px;
        margin: 0 7px;
        background: url(../images/ic_slash.gif) no-repeat top left;
        background-size: 10px auto;
        vertical-align: middle;
    }
    .border-title .ja {
        position: relative;
        padding-right: 10px;
        background-color: #fff;
        font-size: 13px;
        line-height: 120%;
        letter-spacing: 0.08em;
        vertical-align: middle;
    }


    /* -------- button -------- */

    .buttons{width:100%;text-align:center;margin-bottom: 20px;}
    .button {
        display: inline-block;
    }
    .button a {
        min-width: 100px;
        padding: 5px;
        margin: 5px;
        font-size: 14px;
    }
    .button a span {
        background-size: 7px 7px;
        padding-left: 15px;
        font-size: 13px;
    }
    .button a:hover {}

    .underline-button {}
    .underline-button a,
    .underline-button span {
        padding: 5px 16px 5px 0;
        background-size: 4px 4px;
        font-size: 13px;
    }

    .buy-button {}
    .buy-button a {
        min-width: 220px;
        padding: 13px 15px;
    }
    .buy-button a span {
        background-size: 20px auto;
        padding-left: 25px;
        font-size: 13px;
    }


    /* scroll-image */
    .scroll-image {
        overflow-x: auto;
        overflow-y: hidden;
    }
    .scroll-image::-webkit-scrollbar {
        height: 6px;
    }
    .scroll-image::-webkit-scrollbar-track {
        border-radius: 5px;
        background: #eee;
    }
    .scroll-image::-webkit-scrollbar-thumb {
        border-radius: 5px;
        background: #666;
    }
    .contents .scroll-image img {
        max-width: inherit;
        width: 560px;
        height: auto;
        padding-bottom: 15px;
    }

    /* ---------- top ------------------------------------ */

    /* ----- top-visual ----- */
    #top-visual {
        position: relative;
    }

    /* top-slider */
    #top-visual .slider,
    #top-visual .slider .bx-viewport,
    #top-visual .slider .bx-wrapper,
    #top-visual .slider .bx-wrapper ul li {
        height: 0 !important;
        padding-bottom: 66.75%;
    }

    #top-visual .inner {
        min-width: inherit;
    }

    #top-visual .catchcopy {
        position: absolute;
        top: 45%;
        left: 4%;
        margin-top: -10%;
        width: 90%;
        min-width: 115px;
    }

    #top-visual .catchcopy h2 {
        font-size:20px;
    }

    #top-visual .catchcopy p {
        font-size:16px;
    }



    #top-visual .catchcopy img {
        width: 100%;
        height: auto;
    }
    #top-visual .scroll {
        display: none;
    }
    #top-visual #newsize {
        top: 21%;
        right: 20%;
        width: 22.8%;
    }
    #top-visual #newsize img {
        width: 100%;
        height: auto;
    }
    #top-visual .award {
        top: 3%;
        right: 5.5%;
        width: 29%;
    }
    #top-visual .award img {
        width: 100%;
        height: auto;
    }
    #top-visual .box2 {}
    #top-visual .label {
        margin: 0 5.5% 4%;
        position: absolute;
        bottom: 0;
        left: 0;
    }
    #top-visual .label img {}

    /* ----- top-buynow ----- */
    .top-buynow {
        margin: 25px auto 0;
        text-align: center;
    }

    /* ----- top-news ----- */
    .top-news {
        box-sizing: border-box;
        padding: 30px 4% 35px;
        /* max-width: 500px; */
        margin: 0 auto;
    }
    .top-news .title-area {}
    .top-news .title-area .top-title {
        margin-bottom: 13px;
    }
    .top-news .title-area .underline-button {}

    .top-news .entry-area {
        overflow: hidden;
    }
    .top-news .entry-area dl {
        border-top: solid 1px #bdbdbd;
    }
    .top-news .entry-area dl dt {
        float: none;
        padding: 13px 0 3px;
        font-size: 12px;
    }
    .top-news .entry-area dl dd {
        padding: 0 0 10px 0;
        border-bottom: solid 1px #bdbdbd;
        background: none;
        font-size: 12px;
    }


    /* ----- top-blocks ----- */
    .top-blocks {
        margin: 0 0% 0px;
    }
    .top-blocks .block {
        max-width: 500px;
        margin: 0 auto 36px;
    }
    .contents .top-blocks .photo {
        float: none;
        width: auto;
        height: auto;
        margin-bottom: 26px;
    }
    .top-blocks .photo img {}
    .contents .top-blocks .text {
        position: relative;
        left: inherit;
        top: inherit;
        float: none;
        width: auto;
        padding: 0;
        text-align: center;
        -webkit-transform: inherit;
        transform: inherit;
    }
    .contents .top-blocks .text p {
        text-align: left;
    }
    .top-blocks .text p br {
        display: none;
    }
    .top-blocks .text a {
        display: block;
    }
    .top-blocks .text .top-title {
        margin-bottom: 15px;
    }
    .top-blocks .text .title {
        padding-bottom: 13px;
        font-size: 17px;
        text-align: center;
    }
    .top-blocks .text p {
        margin-bottom: 18px;
    }
    .top-blocks .text .underline-button {}
    .top-blocks ul {
        width: auto;
        margin-bottom: 20px;
    }
    .top-blocks ul li {
        margin-bottom: 11px;
        padding-left: 1em;
        text-indent: -1em;
    }
    .top-blocks ul li .num {
        font-size: 16px;
    }


    /* ---------- about ------------------------------------ */
    .abou-blocks {
        margin: 0 4%;
        width: 92%;
    }
    .abou-blocks .block {
        max-width: 500px;
        margin: 0 auto 30px;
    }
    .contents .abou-blocks .photo {
        float: none;
        width: auto;
        height: auto;
        margin-bottom: 18px;
    }
    .abou-blocks .photo img {
        max-width: 100%;
    }
    .contents .abou-blocks .text {
        position: relative;
        left: inherit;
        top: inherit;
        float: none;
        width: auto;
        padding: 0;
        text-align: left;
        -webkit-transform: inherit;
        transform: inherit;
    }
    .abou-blocks .text .top-title {
        width: auto;
        margin: 0 auto 13px;
        padding-left: 2.85em;
        text-indent: -2.85em;
    }
    .abou-blocks .text .top-title .en:after {
        margin: 0 8px;
    }
    .abou-blocks .text .top-title .en {
        font-size: 28px;
    }
    .abou-blocks .text .top-title .ja {
        font-size: 15px;
    }
    .abou-blocks .text p {
        width: auto;
        margin: 0 auto;
        line-height: 210%;
    }
    .abou-blocks .text .button-area {
        margin-top: 13px;
    }
    .abou-blocks .text .button-area .underline-button a {
        font-size: 13px;
    }

    /* ---------- products ------------------------------------ */
    .slider-block {
        margin-bottom: 42px;
        text-align: center;
    }
    .slider-block .title {
        padding-bottom: 10px;
        font-size: 21px;
    }
    .slider-block .fotorama {
        margin-top: 32px;
        margin-bottom: 32px;
    }
    .slider-block p {}
    .slider-block .title+p {}
    .slider-block .buy-button {
        margin-bottom: 32px;
    }
    .slider-block .button {
        margin: 0 5px 10px;
    }
    .slider-denim {
        padding-top: 42px;
    }

    .prod-block {
        padding-top: 35px;
        margin-bottom: 40px;
    }
    .prod-color {}
    .prod-color .left {
        float: none;
        width: auto;
    }
    .prod-color .right {
        float: none;
        width: auto;
    }
    .prod-color .block {
        margin-bottom: 20px;
        text-align: center;
    }
    .prod-color .block img {
        max-width: 100%;
        height: auto;
        margin-bottom: 11px;
    }
    .prod-color .block .en {
        padding-bottom: 6px;
        font-size: 15px;
    }
    .prod-color .block .ja {
        font-size: 12px;
    }

    .prod-size .button {
        margin: 0 auto;
    }
    .prod-size .button i,
    .prod-size .button svg {
        padding-right: 7px;
        font-size: 14px;
    }
    .prod-size .button span {}
    .prod-size .photo-footprint img {
        max-width: 260px;
    }
    .prod-faq .block {
        margin-bottom: 30px;
    }
    .prod-faq .block:after {
        width: 30px;
    }
    .prod-faq .question {
        margin-bottom: 12px;
        padding-left: 24px;
        font-size: 16px;
    }
    .prod-faq .question .en {
        font-size: 21px;
    }
    .prod-faq .answer {
        margin-bottom: 24px;
        padding-left: 24px;
        font-size: 13px;
    }
    .prod-faq .answer .en {
        font-size: 21px;
    }

    .prod-maintenace {}
    .prod-maintenace .title {
        margin-bottom: 1.2em;
        font-size: 15px;
        line-height: 160%;
    }
    .prod-maintenace .block {
        margin-bottom: 35px;
    }

    .prod-maintenace .wash-block {
        margin-bottom: 30px;
    }
    .prod-maintenace .wash-block:after {
        width: 30px;
    }

    .prod-maintenace .wash-title {
        font-size: 16px;
        line-height: 160%;
    }
    .prod-maintenace .wash-title .num {
        padding-right: 8px;
        font-size: 19px;
    }
    .prod-maintenace .wash-block .photo {
        margin-top: 12px;
        margin-bottom: 12px;
    }


    /* ---------- feature ------------------------------------ */
    .feat-list {
        margin-bottom: 28px;
        text-align: center;
    }
    .feat-list ul {
        display: inline-block;
        text-align: left;
    }
    .feat-list li {
        margin-bottom: 12px;
        padding-left: 1em;
        text-indent: -1em;
    }
    .feat-list li a {
        padding-right: 12px;
        background-size: 7px 7px;
        font-size: 12px;
    }
    .feat-list li a .num {
        padding-right: 5px;
        font-size: 15px;
    }

    .feat-block {
        padding-top: 30px;
        margin-bottom: 40px;
    }
    .feat-block .title-area {
        margin-bottom: 25px;
    }
    .feat-block .title-area .num {
        padding: 12px 0 8px;
        background-size: 8px 8px;
        font-size: 42px;
    }
    .feat-block .title-area .title {
        font-size: 18px;
        line-height: 160%;
    }
    .feat-block .photos {
        margin-top: 25px;
        margin-bottom: 25px;
    }

    .feat-block .photos .left {
        width: 48.5%;
        max-width: 260px;
    }
    .feat-block .photos .right {
        float: left;
        width: 48.5%;
        max-width: 260px;
        margin-left: 3%;
    }
    .feat-block .photos img {
        margin-bottom: 5px;
        max-width: 100%;
        height: auto;
        text-align: center;
    }
    .feat-block .photo-deodorize img {
        max-width: 340px;
        width: 100%;
    }
    .feat-block .photo-data img {
        max-width: 320px;
        width: 100%;
    }

    .feat-block .photos .caption {
        font-size: 12px;
    }

    .desi-blocks {
        margin-top: 30px;
    }
    .desi-blocks .title {
        margin-bottom: 9px;
        font-size: 15px;
        line-height: 160%;
    }
    .desi-blocks .title .num {
        padding-right: 8px;
        font-size: 18px;
    }
    .desi-blocks .block {
        margin-bottom: 24px;
    }
    .desi-blocks .block p {
        margin-bottom: 22px;
    }


    /* ---------- news ------------------------------------ */
    .news-block {}
    .news-block .entry-area {
        float: none;
        width: auto;
        margin: 0 0 30px;
    }

    .news-entry {
        margin-bottom: 40px;
    }
    .news-entry .date {
        padding-bottom: 8px;
        font-size: 13px;
    }
    .news-entry .title {
        margin-bottom: 18px;
        padding-bottom: 12px;
        font-size: 16px;
    }

    /* news-sidebar */
    .news-sidebar {
        float: none;
        width: auto;
        padding-top: 0;
        padding-bottom: 40px;
    }
    .news-sidebar > section {
        margin-bottom: 0;
    }
    .news-sidebar .border-title {
        margin-bottom: 12px;
    }
    .news-sidebar .border-title .title {
        padding: 0 12px;
        font-size: 16px;
    }
    .news-sidebar .title:after {
        display: none;
    }
    .news-sidebar nav {
        padding: 6px 0;
    }
    .news-sidebar ul {
        padding: 0 2px;
    }
    .news-sidebar ul li a {
        padding: 4px 0 4px 15px;
        background-size: 7px 7px;
        margin-bottom: 2px;
        font-size: 13px;
    }


    /* ---------- contact ------------------------------------ */
    .contact-block {
        margin-bottom: 35px;
    }
    .contact-block > p {
        margin-bottom: 25px;
    }

    /* form-table */
    .form-table {
        margin-bottom: 12px;
    }
    .form-table th,
    .form-table td {
        box-sizing: border-box;
        display: block;
        border-bottom: none;
        width: 100%;
        font-size: 13px;
    }
    .form-table th {
        padding: 10px 5px 0;
    }
    .form-table td {
        border-top: none;
        padding: 8px 5px 12px;
    }
    .form-table .required,
    .form-table .optional {
        float: none;
        margin-top: 0;
        margin-left: 10px;
        padding: 2px 3px;
        font-size: 10px;
    }

    .form-table input[type="text"],
    .form-table input[type="email"],
    .form-table input[type="tel"],
    .form-table input[type="password"],
    .form-table textarea {
        width: 100%;
        padding: 6px 4px;
    }
    .form-table textarea {
        height: 120px;
    }

    p.form-privacy {
        font-size: 12px;
    }

    .form-submit {
        margin-top: 26px;
    }
    .form-submit input {
        min-width: inherit;
        width: 100%;
        max-width: 220px;
        margin: auto;
        padding: 18px 20px;
        font-size: 14px;
    }

    /* ---------- thanks ------------------------------------ */
    .thanks-block {
        margin-bottom: 40px;
        text-align: center;
    }
    .thanks-block .thanks-title {
        margin-bottom: 20px;
        padding: 16px 14px;
        font-size: 15px;
        text-align: center;
        line-height: 160%;
    }
    .thanks-block p {
        text-align: left;
    }
    .thanks-block p br {
        display: none;
    }

    /* ---------- privacy ------------------------------------ */
    .priv .page-header {
        padding-bottom: 70px;
    }
    .priv .page-title {}
    .priv .page-title .en:after {
        display: none;
    }
    .priv .page-title .ja {
        display: block;
        padding-top: 4px;
    }
    .priv .breadcrumb {
        top: 104px;
    }

    .privacy-block {
        margin-bottom: 40px;
    }
    .privacy-block > p {
        margin-bottom: 32px;
    }
    .privacy-block .block {
        margin-bottom: 24px;
    }
    .privacy-block .title {
        margin-bottom: 8px;
        font-size: 16px;
    }
    .privacy-block .title .num {
        padding-right: 7px;
        font-size: 19px;
    }
    .privacy-block .block p {
        margin-bottom: 20px;
    }


    /* ---------- wordpress ------------------------------------ */

    /* wp-pagenavi */
    .pagenavi {
        margin: 0 auto 30px;
    }
    .wp-pagenavi {
        clear: both;
        position: relative;
        margin: 0 auto;
        text-align: center;
        font-size: 0;
    }
    .wp-pagenavi a,
    .wp-pagenavi span {
        width: 36px;
        height: 36px;
        margin-left: 8px;

        font-size: 13px;
        line-height: 36px;
    }
    .wp-pagenavi a.first,
    .wp-pagenavi a.last {
        padding: 0 16px;
    }
    .wp-pagenavi span.pages {
        position: relative;
        top: inherit;
        left: inherit;
        display: block;
        width: auto;
        border: none;
        background: none;
        padding: 0;
        margin: 0 auto 6px;
    }



    /* postbody */
    .postbody {}
    .postbody h1,
    .postbody h2 {
        font-size: 15px;
        font-weight: bold;
        padding: 0.8em 0;
        letter-spacing: 0.08em;
    }
    .postbody h3,
    .postbody h4 {
        font-size: 13px;
        font-weight: bold;
        padding: 0.6em 0;
        letter-spacing: 0.08em;
    }
    .postbody p {
        margin-bottom: 0.8em;
        font-size: 13px;
    }
    .postbody img {
        max-width: 100%;
        height: auto;
        margin: 0.7em auto 1.5em;
    }
    .postbody img:first-child {
        margin-top: 0;
    }

    .postbody ul {}
    .postbody ul > li {
        padding-left: 0.2em;
        padding-bottom: 0.3em;
        font-size: 13px;
    }

    .postbody ol {
        margin-bottom: 1.0em;
    }
    .postbody ol > li {
        padding-left: 0.2em;
        padding-bottom: 0.3em;
        font-size: 13px;
    }

    .postbody table {
        width: 100%;
        margin-bottom: 1.5em;
    }
    .postbody table th,
    .postbody table td {
        padding: 8px 10px;
        font-size: 13px;
    }

    .postbody .alignleft {
        float: none;
        margin-right: 0;
    }
    .postbody .alignright {
        float: none;
        margin-left: 0;
    }
    .postbody .aligncenter {}

}

/* フレックスボックス
-----------------------------------------------------------------*/

.item-container {
    display: flex;
    flex-wrap: wrap;
    border: 1px solid #eee;
    padding: 0.4em;
    margin: 0 auto 2em;
    max-width: 1200px;
    width: 99%;
}

.item_m {
    /* background: #f9f9f9; */
    padding: 1em;
    border-radius: 5px;
    flex: 1 0 220px;
    margin: 0.4em;
}
.item_m h1 {
    margin-bottom: 10px;
}

.item_m p {
    text-align:center;
    margin-bottom: 10px;
    color: #000;
    font-weight: 600;
}



.item_m p a:hover {
    background:#000;
    color:#fff;
}

.item_m img{
    width: 77%;
    border-radius:50%;
    padding:3%;
}


/* ==========================================================================

.linkArea

========================================================================== */

.linkArea {text-align: center;padding: 10px 10px 30px;}
.linkArea2 {text-align: center;margin-top: 40px;width:100%;max-width: 300px;margin: 30px auto;}


/* .btnA  */
.btnA {display: inline-block;width: 180px;max-width:100%;padding: 0;margin:0 10px;color: #fff;background: #726e6e;/* border: #3f3d3d 1px solid; *//* border-bottom: #3f3d3d 1px solid; */font-size: 14px;text-decoration: none;text-align:center;font-weight:500;line-height: 48px;letter-spacing: 1px;position: relative;-webkit-border-radius: 30px;-moz-border-radius: 30px;border-radius: 2px;}
.btnA:after {font-family: 'themify';content: "\e649";/* content: "\f16d"; *//* content: "\f105"; */font-size: 10px;font-style: normal;font-weight: normal;-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;position: absolute;top: 0;right: 15px;z-index: 1;line-height: 48px;-webkit-transition: all 0.3s;-moz-transition: all 0.3s;transition: all 0.3s;}
/* .btnA:after { font-family: 'FontAwesome'; 
content: "\f16d"; 
font-size: 10px; 
font-style: normal; 
font-weight: normal; 
-webkit-font-smoothing: antialiased; 
-moz-osx-font-smoothing: grayscale; 
position: absolute; top: 0; right: 15px; z-index: 1; 
line-height: 55px; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; transition: all 0.3s; } */

.btnA:hover {color:#fff;background: #999;border:#999 1px solid;}
.btnA:hover:after { right: 10px; }



/* .btnB  */
.btnB {display: inline-block;width: 250px;max-width:100%;padding: 0;margin:0 10px;color: #fff;background: #726e6e;/* border: #3f3d3d 1px solid; *//* border-bottom: #3f3d3d 1px solid; */font-size: 14px;text-decoration: none;text-align:center;font-weight:500;line-height: 60px;letter-spacing: 1px;position: relative;-webkit-border-radius: 30px;-moz-border-radius: 30px;border-radius: 2px;}
.btnB:after {font-family: 'themify';content: "\e649";/* content: "\f16d"; *//* content: "\f105"; */font-size: 10px;font-style: normal;font-weight: normal;-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;position: absolute;top: 0;right: 15px;z-index: 1;line-height: 60px;-webkit-transition: all 0.3s;-moz-transition: all 0.3s;transition: all 0.3s;}
/* .btnA:after { font-family: 'FontAwesome'; 
content: "\f16d"; 
font-size: 10px; 
font-style: normal; 
font-weight: normal; 
-webkit-font-smoothing: antialiased; 
-moz-osx-font-smoothing: grayscale; 
position: absolute; top: 0; right: 15px; z-index: 1; 
line-height: 55px; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; transition: all 0.3s; } */

.btnB:hover {color:#a32b2e;background: #fffefe;border:#a32b2e 1px solid;}
.btnB:hover:after { right: 10px; }


/* .btnC  */
.btnC {display: inline-block;width: 250px;max-width:100%;padding: 0;margin:0 10px;color: #fff;background: #726e6e;border: #3f3d3d 1px solid;/* border-bottom: #3f3d3d 1px solid; */font-size: 14px;text-decoration: none;text-align:center;font-weight:500;line-height: 60px;letter-spacing: 1px;position: relative;-webkit-border-radius: 30px;-moz-border-radius: 30px;border-radius: 2px;margin: 3px;}
.btnC:after {font-family: 'themify';content: "\e649";/* content: "\f16d"; *//* content: "\f105"; */font-size: 10px;font-style: normal;font-weight: normal;-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;position: absolute;top: 0;right: 15px;z-index: 1;line-height: 60px;-webkit-transition: all 0.3s;-moz-transition: all 0.3s;transition: all 0.3s;}


.btnC:hover {color:#a32b2e;background: #fffefe;border:#a32b2e 1px solid;}
.btnC:hover:after { right: 10px; }


/* .btnD  */
.btnD {display: inline-block;width: 250px;max-width:100%;padding: 0;margin:0 10px;color: #fff;background: #726e6e;/* border: #3f3d3d 1px solid; *//* border-bottom: #3f3d3d 1px solid; */font-size: 14px;text-decoration: none;text-align:center;font-weight:500;line-height: 60px;letter-spacing: 1px;position: relative;-webkit-border-radius: 30px;-moz-border-radius: 30px;border-radius: 2px;}
.btnD:after {font-family: 'FontAwesome';content: "\f1c1";/* content: "\f16d"; *//* content: "\f105"; */font-size: 16px;font-style: normal;font-weight: normal;-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;position: absolute;top: 0;right: 15px;z-index: 1;line-height: 60px;-webkit-transition: all 0.3s;-moz-transition: all 0.3s;transition: all 0.3s;}


.btnD:hover {color:#a32b2e;background: #fffefe;border:#a32b2e 1px solid;}
.btnD:hover:after { right: 10px; }

/* .btnE  */
.btnE {display: inline-block;width: 180px;max-width:100%;padding: 0;margin:0 10px;color: #fff;background: #726e6e;/* border: #3f3d3d 0px solid; *//* border-bottom: #3f3d3d 1px solid; */font-size: 14px;text-decoration: none;text-align:center;font-weight:500;line-height: 60px;letter-spacing: 1px;position: relative;-webkit-border-radius: 30px;-moz-border-radius: 30px;border-radius: 2px;background: #a32b2e;}
.btnE:after {font-family: 'FontAwesome';content: "\f21d";/* content: "\f16d"; *//* content: "\f105"; */font-size: 16px;font-style: normal;font-weight: normal;-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;position: absolute;top: 0;right: 15px;z-index: 1;/* line-height: 60px; */-webkit-transition: all 0.3s;-moz-transition: all 0.3s;transition: all 0.3s;}


.btnE:hover {color:#a32b2e;background: #fffefe;border:#a32b2e 1px solid;}
.btnE:hover:after { right: 10px; }



/* .btnBorder */
.btnBorder {color: #ffffff;background: #666666;border: solid 1px #ddd;/* padding: 2%; */border-radius: 3px;}
.btnBorder:hover { color:#999; background:#fff; border:#999 1px solid;}

/* .btnSmall */
.btnSmall {font-size: 13px;line-height: 30px;width: 150px;max-width: 100%;/* border: #999 2px solid; *//* border-bottom: #016c6e 2px solid; */}
.btnSmall:after {line-height: 30px;}
.btnSmall:hover { border:#999 0px solid; }

/* .btnSmall */
.btnSmallBorder { font-size: 13px; line-height:40px; width:200px; max-width:100%; color:#111; background:none; border:#111 1px solid; }
.btnSmallBorder:after { line-height:40px; }
.btnSmallBorder:hover { color:#fff; background: #f0fafe;background:none; border:#999 1px solid; }

/* .btnBlue */
.btnBlue:hover { color:#fefefe; background:#999; border:#999 1px solid; }
/* .btnBlueBorder */
.btnBlueBorder:hover { color:#fff; background:#999;background:none; border:#999 1px solid; }

/* .btnBlog */
.btnBlog {color: #ffffff;background: #a32b2e;}
.btnBlog:hover { color:#a32b2e; background:none; border:#a32b2e 1px solid;}

/* .btnmenu */
.btnmenu {color: #ffffff;background: #373535;}
.btnmenu:hover { color:#373535; background:none; border:#373535 1px solid;}

/* .btndl */
.btndl {color: #ffffff;background: #484645;}
.btndl:hover {color: #ffffff;background:rgba(72, 70, 69, 0.6);border: rgba(72, 70, 69, 0.6) 1px solid;}


@media only screen and (max-width: 800px) {
    .linkArea { margin-top: 30px; }

    /* .btn  */
    .btnA { margin:10px 1% 0; font-size: 13px;line-height: 30px; width:275px; max-width:100%; }
    .btnA:after { line-height: 30px; right: 10px;}

    /* .btn  */
    .btnB { margin:10px 1% 0; font-size: 13px;line-height: 30px; width:275px; max-width:100%; }
    .btnB:after { line-height: 30px; right: 10px;}

    .btnA:hover { color:#fefefe; background:#000; border:#9E9E9E 0px solid; }

    .btnB:hover { color:#fefefe; background:#000; border:#9E9E9E 0px solid; }

    .btnE { margin:10px 1% 0; font-size: 13px;line-height: 30px; width:275px; max-width:100%; }
    .btnE:hover { color:#fefefe; background:#000; border:#9E9E9E 0px solid; }

    .btnA:hover { color:#fefefe; background:#000; border:#9E9E9E 0px solid; }

    /* .btnBorder */
    .btnBorder:hover { color:#000; background:none; border:#000 0x solid;}
    /* .btnSmall */
    .btnSmall { line-height:30px; width:220px; max-width:100%; }
    .btnSmall:after { line-height:30px; }
    .btnSmall:hover { border:#000 0px solid; }
}

@media only screen and (max-width: 738px) {
    .linkArea { margin-top: 25px; }
    /* .btnA  */
    .btnA { font-size: 13px;line-height: 30px; width:250px; max-width:100%; }
    .btnA:after {line-height: 30px;line-height: 50px;}

    .btnB { font-size: 13px;line-height: 30px; width:250px; max-width:100%; }
    .btnB:after {line-height: 30px;line-height: 50px;}

    .btnSmall { line-height:30px; width:180px; max-width:100%; }
    .btnSmall:after { line-height:30px; }
}

@media only screen and (max-width: 414px) {
    .btnA {font-size: 12px;width: 200px;line-height: 50px;}	
    .btnB {font-size: 12px;width: 200px;line-height: 50px;}	
    .btnE {font-size: 12px;width: 200px;line-height: 50px;}	
}



/* ----- .inner3 ----- */ 
.inner3 { padding:40px 0; margin:0 5%; background: #fefefe; border-top:#ededed 1px solid;text-align:center;position:relative; z-index:1;}
/* ul.sns */
.inner3 ul.sns { font-size:0; text-align:center; padding:0 15%; }
.inner3 ul.sns li { display:inline-block; width:20%; position:relative; z-index:2; line-height:30px; }
.inner3 ul.sns li:after {position:absolute;top:50%;right:-8px;content: "";width: 1px;height:0;border-bottom:#ededed 1px solid;z-index:-1;}
.inner3 ul.sns li:last-child:after { display:none;}
.inner3 ul.sns li a {color: #a32b2e;display:block;font-size: 14px;font-family: 'Catamaran', sans-serif;font-weight:300;letter-spacing:2px;}
.inner3 ul.sns li a span { position:relative; z-index:1;  }
.inner3 ul.sns li a i { font-size:13px;line-height:30px; padding-right:5px; }
.inner3 ul.sns li a.youtube i { font-size:18px; }
.inner3 ul.sns li a:hover {color: #a32b2e;}
.inner3 ul.sns li a span:after { position:absolute; bottom:-5px; left: 33%; right: 33%; height:1px; content:""; background: transparent; z-index:-1; -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; transition: all 0.3s ease; }
.inner3 ul.sns li a:hover span:after { left:0; right:0; background:#a32b2e;}

@media only screen and (max-width: 945px) {
    .inner3 ul.sns { padding:0; }
}

@media only screen and (max-width: 800px) {
    .inner3 ul.sns li a { letter-spacing:1.5px;}
    .inner3 ul.sns li a:hover { color:#111;}
    .inner3 ul.sns li a span:after { display:none; }
}

@media only screen and (max-width: 738px) { 
    .inner3 {padding: 25px 2% 45px;margin: 0 2%;}

    /* ul.sns */
    .inner3 ul.sns { font-size:0; text-align:left; padding:0; margin:-10px -1% 0; }
    .inner3 ul.sns li { display:inline-block; width:31.333%; margin:10px 1% 0; position:relative; z-index:2; line-height:1; }
    .inner3 ul.sns li:after { display:none;}
    .inner3 ul.sns li:last-child:after { display:none;}

    .inner3 ul.sns li a { background:#f0f0f0; line-height:40px; height:40px; display:block; text-align:center; font-size:11px; letter-spacing:0.5px; -webkit-border-radius: 40px; -moz-border-radius: 40px; border-radius: 40px;}
    .inner3 ul.sns li a i { font-size:12px;line-height:40px; padding-right:5px; margin-left:-8px;}
    .inner3 ul.sns li a.youtube i { font-size:13px; }
}

@media only screen and (max-width: 414px) { 
    .inner3 ul.sns { margin:-5px -1% 0; }
    .inner3 ul.sns li {width: 32%;margin: 20px 0.5% 0;}
    .inner3 ul.sns li a {line-height:35px;height:35px;-webkit-border-radius: 35px;-moz-border-radius: 35px;border-radius: 2px;}
    .inner3 ul.sns li a i { line-height:35px;}
}


/* -----------------------------------------------------------

access_map

----------------------------------------------------------- */


.access_map{
    padding: 10px;
    margin: 30px 0;
    /*background: #1a1a1a;*/
    /*	background: #fff url(../images/site_bcg04.png);
    color:#fff;

    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;

    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);*/
    background: #f7f7f7;
    border: 1px solid #fff;
    -webkit-box-shadow: 0 1px 4px rgba(0,0,0,.2), 0 -1px 0 #f2f2f2;
    -moz-box-shadow: 0 1px 4px rgba(0,0,0,.2), 0 -1px 0 #f2f2f2;
    box-shadow: 0 1px 4px rgba(0,0,0,.2), 0 -1px 0 #f2f2f2;
}



/* Read more */
.read-more{margin: 15px 3px;display: inline-block;width:180px;max-width:100%;color:#111;border:#111 1px solid;font-size: 14px;line-height:40px;text-align: center;letter-spacing: 1px;position: relative;-webkit-border-radius: 30px;-moz-border-radius: 30px;border-radius: 0;-webkit-transition: all 0.3s;-moz-transition: all 0.3s;transition: all 0.3s;}
.read-more:after { font-family: 'themify'; content: "\e649"; font-size: 10px; font-style: normal; font-weight: normal; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; position: absolute; top: 0; right: 15px; z-index: 1; -webkit-transition: right 0.3s ease; -moz-transition:right 0.3s ease; transition: right 0.3s ease; }
.read-more:hover { color:#fff; border:#9E9E9E 1px solid; background:#111; }
.read-more:hover:after { right: 10px; }

@media only screen and (max-width: 800px) {
    .read-more{ margin-top:15px;font-size: 13px;}*
    .read-more:after { right: 10px;}	
    .read-more:hover { color:#fff; border:#111 1px solid;background:#111; }
}
@media only screen and (max-width: 738px) {
    .read-more {margin-top: 10px;width: 200px;font-size: 12px;line-height:30px;border:none;border:#111 1px solid;font-size: 12px;line-height:30px;text-align: center;letter-spacing: 1px;position: relative;-webkit-border-radius: 30px;-moz-border-radius: 30px;border-radius: 20px;}
    .read-more:after,
    .read-more:hover:after{ right: 10px;}	
}

.squareTxt{
    border: 0px solid #9E9E9E;
    /* 	border-radius: 5px; */
    padding: 20px;
    background: #fff6f6;
    font-size: 18px;
    font-weight: 400;
    margin-top: 0;
}


.service_catch{
    display:flex;
    flex-wrap:wrap;
    align-items: center;
    max-width: 1200px;width: 98%;margin: 0 auto;}

.catch_txt{width: 51%;text-align: center;}
.catch_txt p{font-size: 20px;line-height: 2;font-weight: 600;color: #c11920;margin-bottom: 60px;}
.catch_img{width: 45%;padding:2%;text-align: center;height: 300px;}
.catch_img img{width: 100%;margin:0 auto;height: 300px;object-fit: cover;}

.service_area{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    margin: 50px 20px;
}


@media only screen and (max-width: 500px) {


    .service_catch{
        flex-direction: column;
        flex-wrap: wrap;
    }

    .catch_txt{width:100%;line-height:1.6;font-weight: 500;order: 2;}
    .catch_txt p{font-size: 15px;font-weight: 500;margin-bottom: 20px;}
    .catch_img{width:100%;padding:2%;text-align: center;order: 1;}

    .service_area{
        margin: 50px 0px;
    }

}

.categoryArea{
    text-align: center;
    padding-bottom: 60px;
}



.pCate{padding: 1% 0;font-size:14px;text-align: right;display: inline;}
.pCate a{font-size:14px;color: #fff;border-bottom: 1px dotted #01a496;padding: 0.5% 1%;/* margin: 1%; */border-radius: 50px;background: #01a496;}
.pCate a:hover{background:#959595;color: #fff;}

.pCate a:after{
    font-size: 10px;
    font-family: 'FontAwesome';
    content: "\f105";
    font-weight: normal;
    margin: 0 10px;
    height: 20px;
    line-height: 20px;
}
