@charset "utf-8";

/*背景*/
.ec-layoutRole {
    background: #f8f8f8;
}

/*ヘッダー-------------------------------------*/

/*トップバー*/
.ec-headertopbar {
    text-align: right;
    background: #dbd5d2;
}

.ec-headertopbar p {
    padding: 10px 20px 8px;
    font-size: 18px;
}
.ec-headertopbar a {
    color: #fff;
    text-decoration: none;
}

/*ロゴ・ログインナビ*/
.ec-headerNaviRole {
    display: block;
    padding-top: 0px;
}

/*ロゴ下のキャッチ*/
.header-catch {
    font-size: 12px;
}

/*ヘッダー左側のレイアウトボックス（ロゴ）*/
.ec-headerNaviRole .ec-headerNaviRole__left {
    width: auto;
}
/*ヘッダー右側のレイアウトボックス（ログインナビ）*/
.ec-headerNaviRole .ec-headerNaviRole__right {
}

/*ロゴ画像の大きさ*/
.ec-headerTitle img {
    max-width: 220px;
}
.ec-headerTitle .ec-headerTitle__title a {
    margin-bottom: 10px;
}

/*PCでのみ表示*/
@media only screen and (min-width: 768px){

    /*ロゴ・ログインナビ*/
    .ec-headerNaviRole {
    display: flex;
    }

    /*ロゴの何か？*/
    .logo_header {
        width: auto;
        display: flex;
        justify-content: space-between;
    }
    .logo_header_inlinebox {
        margin-left: 0;
        display: inline-block;
        width: 26%;
    }

    /*ログインナビ・カートを二列にする*/
    .ec-headerNaviRole .ec-headerNaviRole__right {
        display: block;
    }
    .ec-headerNaviRole__top {
        width: 100%;
        display: flex;
        justify-content: flex-end;
        width: auto;
    }
    .ec-headerNaviRole__bottom {
        display: flex;
        justify-content: flex-end;
    }

    /*カートの背景色*/
    .ec-cartNavi {
        background: #ffffff;
    }
}


/*ログインナビ・カート　アイコンの色*/
.ec-headerNav .ec-headerNav__itemIcon,
.ec-cartNavi__icon {
    color: #4c412f;
}

/*検索ボックスの色*/
.ec-headerSearch .ec-headerSearch__category .ec-select.ec-select_search {
    background: #ada08c;
}




/*グローバルメニュー-------------------------------------*/
/*グロメニューの幅と背景*/
.ec-categoryNaviRole {
    max-width: 100%;
    background: #fff;
}

/*文字色*/
.ec-itemNav__nav li a {
    color: #4c412f;
}
/*ドロワー内の背景とホバー時のいろ*/
.ec-itemNav__nav li ul li a {
    background: #4c412f;
}
.ec-itemNav__nav > li:hover li:hover > a {
    background: #dbd5d2;
}
.ec-itemNav__nav li:hover ul li ul li a:hover {
    background: #dbd5d2;
}

/*PCグロメニューのspan*/
.ec-itemNav__nav span {
    display: block;
    font-size: 0.5em;
    padding: 0 10px;

}

/*アクティブ時に色がつく設定*/
.current a span {
    background: #333;
    color: #fff;
}

/*
.nav-ordermade:before {
    position: absolute;
    content: '';
    left: -2px;
    top: -2px;
    border: none;
    border-left: solid 40px #a94442;
    border-bottom: solid 79px transparent;
    z-index:-2;
  }
  */

/*PCグロメニューの多階層ドロップダウン自作-------------*/
.menu > li.menu__multi {
    position: relative;
}

li.menu__multi ul.menu__second-level {
    position: absolute;
    top: 40px;
    width: 100%;
    background: #072A24;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
}

li.menu__multi:hover ul.menu__second-level {
    top: 50px;
    visibility: visible;
    opacity: 1;
}

li.menu__multi ul.menu__second-level li {
    position: relative;
}

li.menu__multi ul.menu__second-level li:hover {
    background: #111;
}

li.menu__multi ul.menu__second-level li ul.menu__third-level {
    position: absolute;
    top: -1px;
    left: 100%;
    width: 100%;
    background: #111;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
}

li.menu__multi ul.menu__second-level li:hover ul.menu__third-level {
    visibility: visible;
    opacity: 1;
}

li.menu__multi ul.menu__second-level li ul.menu__third-level li {
    position: relative;
}

li.menu__multi ul.menu__second-level li ul.menu__third-level li:hover {
    background: #2a1f1f;
}

li.menu__multi ul.menu__second-level li ul.menu__third-level li ul.menu__fourth-level {
    position: absolute;
    top: -1px;
    left: 100%;
    width: 100%;
    background: #2a1f1f;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
}

li.menu__multi ul.menu__second-level li ul.menu__third-level li:hover ul.menu__fourth-level {
    visibility: visible;
    opacity: 1;
}

.init-right:after {
    content: '';
    display: inline-block;
    width: 6px;
    height: 6px;
    margin: 0 0 0 15px;
    border-right: 1px solid #fff;
    border-top: 1px solid #fff;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
/*ドロップダウンここまで*/


/*SPグロナビの色設定*/
.ec-drawerRole {
    background: #f8f8f8;
}
.ec-drawerRole .ec-headerLinkArea {
    background: #4c412f;
}
.ec-drawerRole .ec-headerCategoryArea .ec-headerCategoryArea__heading {
    padding: 0;
    color: #4c412f;
    text-align: center;
    font-size: small;
    padding: 10px;
}

.ec-drawerRole .ec-headerCategoryArea .ec-itemNav__nav li a {
    font-weight: bold;
}

/*SP商品一覧*/
.ec-drawerRole .ec-headerCategoryArea .ec-itemNav__nav ul,
.ec-drawerRole .ec-headerCategoryArea .ec-itemNav__nav .sp-category a{
    background: #dbd5d2;
    color: #4c412f;
}

.ec-drawerRole .ec-headerCategoryArea .ec-itemNav__nav .sp-menu a {
    /*border: solid #dbd5d2 2px;
    margin: 10px;*/
    color: #4c412f;
}

/*とっぷぺーじコンテンツ---------------------------*/

/*top-スライドを全幅にする*/
.ec-sliderRole {
    max-width: 1800px;
    padding-left: 0px;
    padding-right: 0px;
}

/*top-新着一覧ブロック*/
.ec-newItemRole .ec-newItemRole__list img {
    height: auto;
}
.ec-newItemRole__listItem img {
    border: solid 4px #000;
}
.img_wrap{
    border: 1px solid #ddd;

    margin: 0 auto;
    overflow: hidden;
    cursor: pointer;
}
.img_wrap img{
    width: 100%;
    transition-duration: 0.5s;
}
.img_wrap:hover img{
    transform: scale(1.05);
    transition-duration: 0.5s;
}


/*top-カテゴリ一覧の背景白くした*/
.ec-categoryRole {
    background: #ffffff;
}

/*top-ボタンの色*/
.ec-blockBtn--top,
.ec-inlineBtn--top {
    color: #fff;
    background-color: #d0900d;
    border: #d0900d;
    border-radius: 5px;
}

.ec-blockBtn--top:hover,
.ec-inlineBtn--top:hover {
    color: #4c412f;
    background: #dbd5d2;
    border-color: #4c412f;
}

/*ボタン各種*/
.ec-blockBtn,.ec-inlineBtn,
.ec-blockBtn--action,
.ec-blockBtn--cancel {
    border-radius: 5px;
    color: #fff;
}

/*ボタン(ノーマル)*/
.ec-blockBtn,.ec-inlineBtn {
    background-color: #d0900d;
    border: #d0900d;
}
.ec-blockBtn:hover,.ec-inlineBtn:hover {
    color: #4c412f;
    background: #dbd5d2;
    border-color: #dbd5d2;
}
.ec-blockBtn--top:active:hover, .ec-blockBtn--top:active:focus, .ec-blockBtn--top:active.focus, .ec-blockBtn--top.active:hover, .ec-blockBtn--top.active:focus, .ec-blockBtn--top.active.focus, .open > .ec-blockBtn--top.dropdown-toggle:hover, .open > .ec-blockBtn--top.dropdown-toggle:focus, .open > .ec-blockBtn--top.dropdown-toggle.focus {
    background-color: #d0900d;
    border: #d0900d;
}

/*ブロックボタン-アクション(注意しておしてほしい)*/
/*
.ec-blockBtn--action,.ec-inlineBtn--action {
    background-color: #a94442;
    border-color: #a94442;
}
.ec-blockBtn--action:hover,.ec-inlineBtn--action:hover {
    background-color: #d45755;
    border-color: #d45755;
}
*/

/*ブロックボタン-キャンセル(積極的に押さなくてよい)*/
.ec-blockBtn--cancel,.ec-inlineBtn--cancel {
    background: #4c412f;
    border-color: #4c412f;
}
.ec-blockBtn--cancel:hover,.ec-inlineBtn--cancel:hover {
    color: #4c412f;
    background: #dbd5d2;
    border-color: #dbd5d2;
}





/*固定ページ-------------------------------------*/

/*コンテンツロールのスペース*/
.ec-layoutRole .ec-layoutRole__contents {
    margin-top: 60px;
}

/*一部のこんてんつを全幅にする*/
.full-width {
    width:100vw; 
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
}
.full-width img{
    max-width:100vw;
    /*width:100vw;*/
}

/*見出し*/
.h-01 {
    margin-bottom: 20px;
    font-size: 1.6rem;
    font-weight: bold;
}


h3{
    padding: 5px 10px;
    color: #111;
    /*background-color: #f0f0f0;*/
    border-bottom: solid 1px;
}

h4{
    color: #111;
}

/* 固定ページテキスト */
#concept {

}

#concept section{
    margin-top: 50px;
    text-align: center;
}

.concept1 {
    background-image: url(/html/template/default/assets/img/top/top01.jpg);
    background-size: cover;
    margin-bottom: 100px;
}

.bkRGBA{
    /* 背景画像の透過用css */
    height: 100%;
    background: rgba(255,255,255,0.6);
}

.concept1-textbox{
    padding: 40px 0;
}

.concept1-textbox p{
    color: #111;
    text-shadow: 2px 2px #ffffff;
    margin: 30px;
    font-weight: bold;
}

.concept1-textbox a{
    margin: 30px;
}

#concept .catch {
    font-size: 3em;
}
#concept .text {
    margin-bottom: 30px;
    line-height: 2;
}

.concept2 { 
    background-color: #fff;
}

.concept2 p {
    color: #111;
}

.concept2 p,.concept2 a{
    margin: 30px;
}

.ec-role .pagetitle {
    width: 600px;
    display: block;
    margin: auto;
}

/*オーダーメイド-----------------*/
#ordermade {

}

#ordermade section{
    margin-top: 50px;
    text-align: center;
}

#ordermade .catch {
    font-size: 2em;
    font-weight: bold;
    margin: 50px;
    line-height: 2;
}

#ordermade .text {
    margin: 40px;
}

#ordermade section p{
    color: #111;
}

/*問い合わせボックス*/
.contact-box {
    margin: 20px 0;
}

.contact-box .ec-grid2__cell {
    margin: 0 20px;
    background: #fff;
    border-radius: 5px;
    box-shadow: 0px 2px 2px #ccc;
}
.contact-box h4{
    padding: 10px;
    font-size: 1em;
    background: #333333;
    color: #fff;
    font-weight: bold;
    margin: 0;
    border-radius: 5px 5px 0 0;
}
.contact-box p,.contact-box a {
    margin: 30px 0 40px;
}
.contact-box span {
    font-size: 2em;
}

/*オーダーフロー*/
.order_flow {
    text-align: center;
    counter-reset: h4;
}

/*連番の見出し*/
.order_flow h4{
	display: flex;
	border-left: 0;
	line-height: 4.2rem;
    counter-increment: h4;
    padding: 30px;
    font-size: 2em;
    border-bottom: solid 1px #ccc;
}
.order_flow h4:before {
    content: counter(h4);
    background-color: #5cb1b1;
	border-radius: 50%;
	color: #fff;
	text-align: center;
	width: 4.2rem;
	height: 4.2rem;
	line-height: 4.2rem;
	font-size: 1.8rem;
	margin-right: 1.2rem;
	/*margin-left: -25px;*/
    flex-shrink: 0;
}

.order_flow_box {
    background: #fff;
}

.order_flow_box .ec-grid2__cell {
    padding: 30px;
}

.order_flow_box h4 {

}


/*オーダーフローの矢印*/
.order_flow .fa-angle-down {
    font-size: 5em;
    color: #dbd5d2;
}

/*商品ページ---------------------------------*/
/*商品コード*/
.ec-productRole__code {
    font-size: 12px;
}

@media only screen and (min-width: 768px){
.ec-productRole .ec-productRole__btn {
    width: 100%;
}
}

/*いいねボタンの成形*/
.ec-productRole .ec-productRole__btn #favorite {
    border-radius: 50%;
    width: 55px;
    height: 55px;
}

.ec-productRole #form1 {
    background: #dbd5d2;
    border-radius: 2px;
}

.ec-productRole__btn,
.ec-numberInput  {
    padding: 14px;
}

/*フッターの色------------------------------*/
.ec-footerRole {
    background: #4c412f;
}