/*
Theme Name:orion_tcd037-child
Template:orion_tcd037
Version:3.1.2
*/


.mobile {}
.pc {}


/**
* Reboot
*/
h1,
h2,
h3,
h4,
em,
b,
strong,
dl,
dt {
    line-height: initial;
    font-weight: normal;
    font-style: normal;
}



/**
* Fonts
*/
.wf--ryumin { font-family: a-otf-ryumin-pr6n, serif; }
.wf--song { font-family: adobe-song-std, sans-serif; }
.wf--didot { font-family: linotype-didot, serif; }



/**
* Tools
*/
.mb1 { margin-bottom: 1rem; }
.mb2 { margin-bottom: 2rem; }
.mb3 { margin-bottom: 3rem; }
.pc .sp-block { display: none; }
.mobile .sp-block { display: block; }


/**
* Anchor
*/
/* a:link,
a:visited, */
a:hover {
    text-decoration: none !important;
    color: #7f7f7f;
    outline: none;
}
a:hover,
a:hover img {
    opacity: .85;
    -webkit-transition: all .2s ease;
            transition: all .2s ease;
}
@media print, screen and (min-width: 768px) {
    a[href*='tel:'] {
        text-decoration: none;
        pointer-events: none;
        cursor: default;
    }
}



/**
* Layout Set
*/
.pos__center {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
}

.flex-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
}
@media print, screen and (min-width: 576px) {
    .flex-wrap {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
            -ms-flex-direction: row;
                flex-direction: row;
    }
}
.flex-wrap .flex-wrap__img {
    margin-bottom: 10px;
    background: #f5f5f5;
}
@media print, screen and (min-width: 576px) {
    .flex-wrap .flex-wrap__img {
        width: 35%;
        margin-bottom: 0;
        background: none;
    }
}
@media print, screen and (min-width: 576px) {
    .flex-wrap .flex-wrap__text {
        width: 60%;
    }
}

.flex-wrap__reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
}

.flex-wrap__between {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
            justify-content: space-between;
}

.flex-wrap__evenly {
    -webkit-box-pack: space-evenly;
    -webkit-justify-content: space-evenly;
    -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
}

.flex-wrap__align-center {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
}

.flex-wrap__0Column {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
}
@media print, screen and (min-width: 576px) {
    .flex-wrap__0Column {
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
                justify-content: flex-start;
    }
}
.flex-wrap__0Column > div,
.flex-wrap__0Column > li {
    margin: 2%;
    -webkit-align-self: baseline;
    -ms-flex-item-align: baseline;
            align-self: baseline;
}

.flex-wrap__2Column {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
}
@media print, screen and (min-width: 576px) {
    .flex-wrap__2Column {
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
                justify-content: space-between;
    }
}
@media print, screen and (min-width: 576px) {
    .flex-wrap__2Column > div,
    .flex-wrap__2Column > li {
        -webkit-flex-basis: 48%;
        -ms-flex-preferred-size: 48%;
                flex-basis: 48%;
    }
}

.flex-wrap__3Column,
.flex-wrap__5Column {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
            justify-content: center;
}
@media print, screen and (min-width: 576px) {
    .flex-wrap__3Column,
    .flex-wrap__5Column {
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
                justify-content: space-between;
    }
}
.fl33.33-wrap__3Column > div,
.flex-wrap__5Column > div,
.flex-wrap__3Column > li,
.flex-wrap__5Column > li {
    /* margin-bottom: 20px; */
}
@media print, screen and (min-width: 576px) {
    .flex-wrap__3Column > div,
    .flex-wrap__5Column > div,
    .flex-wrap__3Column > li,
    .flex-wrap__5Column > li {
        -webkit-flex-basis: 33.33%;
        -ms-flex-preferred-size: 33.33%;
                flex-basis: 33.33%;
        /* margin-bottom: 20px; */
    }
}
.flex-wrap__3Column > div:last-child,
.flex-wrap__5Column > div:last-child,
.flex-wrap__3Column > li:last-child,
.flex-wrap__5Column > li:last-child {
    margin-bottom: 0;
}

.flex-wrap__5Column > div,
.flex-wrap__5Column > li {
    -webkit-flex-basis: 46%;
    -ms-flex-preferred-size: 46%;
            flex-basis: 46%;
}
@media print, screen and (min-width: 576px) {
    .flex-wrap__5Column > div,
    .flex-wrap__5Column > li {
        -webkit-flex-basis: 16%;
        -ms-flex-preferred-size: 16%;
                flex-basis: 16%;
    }
}



/**
* Structure
*/
/*+++ Common +++*/
#body {
    line-height: 1.8;
    font-family: a-otf-ryumin-pr6n, serif;
    color: #3e3a39;
    position: relative;
}

.mobile .home img {
    max-width: 100%;
    height: auto;
}

#header { background-color: #fff !important; }
    /* ヒーローイメージ内のロゴと英文 */
    .pc .home #header_logo_index {
        text-align: left;
        top: auto;
        bottom: 80px;
        left: 30px;
        transform: none;
    }
        .home #header_logo_index .logo { margin-bottom: 0; }
            .home #header_logo_index .logo img { width: 220px; }
        /* PC,SP共通 */
        .home #header_logo_index p { line-height: 1.6; }
    /* スマートフォン用ロゴ */
    #logo_image_mobile img { max-width: initial; }
    /* スライダー */
    .mobile .slick-slide {
        /* width: 100vw !important;
        height: 100vh !important;
        background-size: contain !important;
        background-repeat: no-repeat !important;
        background-position: right center !important;
        position: relative !important;
        left: 0 !important; */
    }

#footer_top,
#footer_bottom { display: none; }
#copyright-wrap #copyright {
    height: auto;
    line-height: inherit;
    margin-bottom: 2rem;
    font-size: 14px;
    color: #aaa;
    background: none;
}
    #copyright-wrap #copyright a { color: #3e3a39; }
#return_top { line-height: normal; }

/*+++ Navigation +++*/
/* SPナビ */
.mobile #header { height: auto; }
.mobile #header_inner { position: fixed; }
.mobile a.menu_button:before {
    color: #fff;
    top: 10px;
    left: 15px;
    font-size: 30px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
}

.mobile #global_menu {
    top: 0 !important;
    z-index: 1;
}
.mobile a.menu_button:hover:before, a.menu_button.active:before {
    color: #3e3a39 !important;
}
.mobile a.menu_button:hover, a.menu_button.active {
    background: #fff !important;
}
.mobile #header #menu-or_global-menue a {
    font-size: 18px;
    color: #3e3a39;
    letter-spacing: 1px;
    background: rgba(255, 255, 255, .9) !important;
}

/* PCナビ - Gナビのロゴ - 初期 */
#header_logo { display: none; }
/* PCナビ - Gナビのロゴ - スクロール後 */
.pc .header_fix #header_logo {
    display: block;
}
/* PCナビ - Gナビ - 初期 */
.pc #global_menu {
    width: 100vw !important;
}
.pc #global_menu > ul {
    margin-left: 10px !important;
    text-align: left !important;
}
/* PCナビ - Gナビ - スクロール後 */
.pc .header_fix  #global_menu > ul {
    margin-left: 230px !important;
}
    .pc #header #global_menu > ul > li > a {
        height: 65px;
        line-height: 65px;
        padding: 0 25px;
        font-family: a-otf-ryumin-pr6n, serif;
        font-size: 18px;
        font-weight: 400;
        color: #3e3a39;
        letter-spacing: 2px;
    }
    .pc #global_menu > ul > li > a:hover { background: none !important; }

/* PCナビ - GナビSNS */
.gnav-sns img { width: 22px; }
.pc #header #global_menu .gnav-sns {
    position: absolute;
    right: 20px;
    top: 5px;
}
    .pc #header #global_menu .gnav-sns a { padding: 0 10px; }
.mobile #header #global_menu .gnav-sns {
    padding: 1rem 0 0 1rem;
    background: rgba(255, 255, 255, .9);
}
    .mobile #header #global_menu .gnav-sns li { display: inline-block; }
    .mobile #header #global_menu .gnav-sns a {
        padding: 5px;
        background: none;
    }


/*+++ Contents Area +++*/
.pc .index_content1 { width: 1100px; }
.pc .home #main_contents {
    padding-top: 90px;
}
.mobile .home #main_contents {
    padding-top: 40px;
}
.home .index_content1 {
    padding-top: 0;
    padding-bottom: 0;
}
.container {
    margin-right: auto;
    margin-left: auto;
    position: relative;
    z-index: 1;
}

.pc .container {
    /* max-width: 1200px; */
    max-width: 960px;
    padding: 0;
}
.mobile .container {
    max-width: auto;
    padding: 0 10px;
}

.pc .section {
    margin-bottom: 90px;
    position: relative;
}
.section:last-child { margin-bottom: 0; }
.mobile .section {
    margin-bottom: 40px;
    position: relative;
}
.mobile .section:last-child { margin-bottom: 0; }
    .mobile .section__in { padding: 0 30px; }

.pc .container__w1 {
    /* width: 1200px; */
    width: 960px;
    margin: 0 auto;
    /* padding: 115px 0 55px; */
}
.mobile .container__w1 {
    width: 100%;
    /* padding: 25px 0 50px; */
}


/* Title */
.t2 {
    text-align: center;
    letter-spacing: 2px;
}
 .t2 span {
    font-size: 18px;
    display: block;
 }
 .pc .t2,
 #archive_headline {
    margin-bottom: 50px !important;
    font-size: 32px !important;
    font-family: a-otf-ryumin-pr6n, serif !important;
}
 .mobile .t2,
 #archive_headline {
    margin-bottom: 20px !important;
    font-size: 26px !important;
    font-family: a-otf-ryumin-pr6n, serif !important;
}



/**
* Unique
*/
/*+++ 共通 +++*/
.pc .about__lead-jp { margin-bottom: 90px; }
.pc .about__lead-en { margin-bottom: 90px; }
.mobile .about__lead-jp { margin-bottom: 40px; }
.mobile .about__lead-en { margin-bottom: 40px; }
/* .mobile .about__lead-zh { margin-bottom: 40px; } */

/*+++ kachuaについて +++*/
#tag-about {}
    .pc #tag-about .about__lead { margin-bottom: 100px; }
    .mobile #tag-about .about__lead { margin-bottom: 50px; }
        .pc #tag-about .about__lead img {
            max-width: 408px;
            margin-right: 50px;
        }
        .mobile #tag-about .about__lead img { margin-bottom: 50px; }

    #tag-about .about-en__core {
        margin: 2rem 0;
        text-align: center;
    }

/*+++ 3つの特徴 +++*/
.about__detail {}
    .about__detail > div {
        width: 100%;
        position: relative;
        background-color: #000;
    }
    .about__detail a:hover::before {
        /* content: '';
        width: 100%;
        height: 100%;
        background: rgba(0,0,0,.7);
        position: absolute;
        left: 0;
        top: 0;
        -webkit-transition: all .2s ease;
        transition: all .2s ease; */
    }
    .about__detail .bnr__title {
        width: 14rem;
        text-align: center;
        font-size: 27px;
        color: #fff;
        z-index: 10;
    }
    .mobile .about__detail .bnr__title { font-size: 24px; }
        .about__detail .bnr__title span {
            font-size: 19px;
            display: block;
        }
    .about__detail a:hover img { opacity: .4; }
    .about__detail img {
        width: 100%;
        vertical-align: bottom;
    }
    .mobile .about__detail img { display: block; }

/*+++ モーダル -ウインドウ +++*/
.mobile #colorbox,
.mobile #cboxOverlay,
.mobile #cboxWrapper { padding-top: 10px; }
/* 背景 */
#cboxLoadedContent { background: #fff; }
/* クローズ＆ページ送りボタン */
#cboxClose:hover,
#cboxPrevious:hover,
#cboxNext:hover {
    background-position: center center;
    z-index: 10;
    opacity: .6;
    -webkit-transition: all .2s ease;
            transition: all .2s ease;
}
.pc #cboxClose {
    width: 30px;
    height: 30px;
    background: url(img/common/cbox-close.svg) center center;
    right: 70px;
    top: 50px;
}
.mobile #cboxClose {
    width: 20px;
    height: 20px;
    background: url(img/common/cbox-close__sp.svg) center center;
    right: 10px;
    top: -35px;
}
.pc #cboxPrevious,
.pc #cboxNext {
    width: 22px;
    height: 28px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background-repeat: no-repeat;
    background-position: center center;
}
.pc #cboxPrevious {
    background-image: url(img/common/arrow-cbox-left.svg);
    left: 50px;
}
.pc #cboxNext {
    background-image: url(img/common/arrow-cbox-right.svg);
    right: 50px;
}
.mobile #cboxPrevious,
.mobile #cboxNext {
    width: 20px;
    height: 20px;
    top: -35px;
    background-repeat: no-repeat;
    background-position: center center;
}
.mobile #cboxPrevious {
    background-image: url(img/common/arrow-cbox-left__sp.svg);
    left: 10px;
}
.mobile #cboxNext {
    background-image: url(img/common/arrow-cbox-right__sp.svg);
    left: 50px;
}

/*+++ モーダル - コンテンツ +++*/
.cbox-wrap {
    display: none;
}
    .about__cbox--in {}
        .pc .about__cbox--in .container {
            width: 900px;
            z-index: 11;
            padding: 70px 0;
        }
        .mobile .about__cbox--in .container {
            width: 80vw;
            padding: 40px 0;
        }
        .about__cbox--in .title {
            font-size: 27px;
            color: #fff;
            position: absolute;
            left: 50px;
            top: 30px;
        }
            .about__cbox--in .title span {
                font-size: 19px;
                display: block;
            }
        .mobile .about__cbox--in .title {
            left: 15px;
            top: 10px;
        }
        .about__cbox--in .cbox__hero {
            width: 100%;
        }
/* モーダル - 木版更紗について */
#cbox__block-print {}
    .about__detail--flow {}
        .about__detail--flow h4 {
            text-align: center;
            font-size: 30px;
        }
            .about__detail--flow h4 span {
                font-size: 18px;
                display: block;
            }
        .mobile .about__detail--flow h4 { font-size: 20px; }
            .mobile.about__detail--flow h4 span { font-size: 16px; }
        .mobile .about__detail--flow ul:last-child li:last-child::after {
            content: none;
        }
            .pc .about__detail--flow li {
                margin: 0 1.5rem  1.5rem 0;
                position: relative;
            }
            .pc .about__detail--flow li:last-child { margin-right: 0; }
            .pc .about__detail--flow li::after {
                content: '';
                width: 15px;
                height: 15px;
                display: inline-block;
                background: url(img/home/arrow-flow.svg) right center no-repeat;
                position: absolute;
                top: 25%;
                transform: translateY(-25%);
                right: -17px;
            }
            .pc .about__detail--flow li:last-child::after { content: none; }
            .mobile .about__detail--flow li {
                margin-bottom: 2rem;
                text-align: center;
                position: relative;
            }
            /* .mobile .about__detail--flow li:last-child { margin-bottom: 0; } */
            .mobile .about__detail--flow li::after {
                content: '';
                width: 14px;
                height: 7px;
                display: inline-block;
                background: url(img/home/arrow-flow__sp.svg) bottom center no-repeat;
                position: absolute;
                bottom: -15px;
                left: 50%;
                transform: translateX(-50%);
            }

            .about__detail--flow img { width: 100%; }

/*+++ お知らせ +++*/
#tag-news {}
    .pc #tag-news .news-list {}
    @media print, screen and (min-width: 576px) {
        #tag-news .news-list {
            flex-direction: column;
        }
    }
    @media print, screen and (min-width: 992px) {
        #tag-news .news-list {
            flex-wrap: wrap;
            justify-content: space-between;
            flex-direction: row;
            margin-top: -2rem;
        }
    }
        @media print, screen and (min-width: 992px) {
            .pc #tag-news .news-list__in {
                flex-basis: 49%;
                margin-top: 2rem;
            }
        }

    .mobile #tag-news .news-list__in:nth-child(even) {
        margin: 1rem 0;
        padding: 1rem;
        border: 1px solid #f5f5f5;
        background: #fafafa;
    }
        #tag-news .news-list__in > div { align-items: center; }
        .pc #tag-news .news__img { margin-right: 1.5rem; }
        #tag-news .news-list__in h3 {
            margin-bottom: 10px;
            font-size: 20px;
        }
        #tag-news .news-list__in time.date {
            margin-bottom: 5px;
            font-family: Arial,sans-serif;
            /* font-size: 17px; */
            display: block;
            position: relative;
        }
            /* #tag-news .news-list__in time.date:before {
                margin-right: .5rem;
                font-family: 'design_plus';
                content: '\e94e';
                font-size: 12px;
                color: #222;
                display: block;
                display: inline-block;
                -webkit-font-smoothing: antialiased;
                -moz-osx-font-smoothing: grayscale;
            } */
        .mobile #tag-news .news-list__in h3,
        .mobile #tag-news .news-list__in time.date { text-align: center; }

/*+++ お取り扱い店舗 +++*/
#tag-retail-shops {}
    #tag-retail-shops .shops-list__wrap { background: url(img/home/shops-list-bg.jpg) center center no-repeat; }
    .mobile #tag-retail-shops .shops-list.section__in { padding: 0 15px; }
    .pc #tag-retail-shops .shops-list__wrap {
        padding: 60px 0;
        background-size: cover;
    }
    .mobile #tag-retail-shops .shops-list__wrap {
        padding: 30px 15px;
        background-size: cover;
        /* background-repeat: repeat;
        background-position: top center; */
    }
        #tag-retail-shops .shops-list {
            justify-content: space-evenly;
            text-align: center;
        }
            /* IE11 */
            .ie11_0 #tag-retail-shops .shops-list { justify-content: center; }
        .mobile #tag-retail-shops .shops-list__in:first-child { margin-bottom: 50px; }
        #tag-retail-shops .shops-list p { color: #000; }
        #tag-retail-shops .shops-list__in h3 { font-size: 18px; }

    #tag-retail-shops .online-shop { position: relative; }
        #tag-retail-shops .online-shop__logo {
            letter-spacing: 1px;
            color: #fff;
            position: absolute;
            z-index: 10;
        }
        .pc #tag-retail-shops .online-shop__logo {
            font-size: 19px;
            left: 50px;
            bottom: 40px;
        }
        .mobile #tag-retail-shops .online-shop__logo {
            font-size: 15px;
            left: 10px;
            top: 50%;
            -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
        }
            #tag-retail-shops .online-shop__logo img { width: 195px; }
        #tag-retail-shops .online-shop__bg {
            width: 100%;
            vertical-align: bottom;
        }

/*+++ 商品のお洗濯＆取り扱い方法について +++*/
#tag-wash {
    text-align: center;
    color: #000;
}
    #tag-wash .tag-wash__in {
        background: url(img/home/wash-bg.jpg) center center no-repeat;
        background-size: cover;
    }
    .pc .tag-wash__in { padding: 60px 0; }
    .mobile .tag-wash__in { padding: 30px 15px; }
        .pc #tag-wash .tag-wash__in .t2 {
            /* line-height: 2; */
            font-size: 26px !important;
        }
        .mobile #tag-wash .tag-wash__in .t2 {
            /* line-height: 2; */
            font-size: 20px !important;
        }

/*+++ お問い合わせ +++*/
#tag-contact { text-align: center; }
    #tag-contact .contact-logo img {
        /* width: 195px; */
    }
    #tag-contact .contact-info {}
    #tag-contact .contact-info::after {
        content: '';
        width: 140px;
        height: 1px;
        margin: 30px 0;
        background-color: #3e3a39;
        display: inline-block;
    }
    #tag-contact .fnav-sns {
        margin-bottom: 60px;
    }
        #tag-contact .fnav-sns li {
            padding: 0 .3rem;
            display: inline;
        }



/**
* News
*/
.archive,
.category,
#index_blog_list li .date {
    font-family: a-otf-ryumin-pr6n, serif !important;
}
.mobile .blog #header_image img {
    position: absolute;
    left: -380px;
}
