/*************************************************************

初期化設定

*************************************************************/
body {
    margin: 0;
    padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
    font-weight: 600;
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

#page_apg_form_builder_form_complete .ec-off4Grid .ec-off4Grid__cell{
    width: auto;
}



/*************************************************************

基本設定

*************************************************************/
/*----------------------------
カラー設定
----------------------------*/
:root {
    --paneSkyBlue: #64d2dc;
    --paneBlue: #3fa9f5;
    --paneOrange: #ff7f00;
    --mainFontColor: #333;
    --red: #ff1d25;
    --paneRed: #eb4c53;
}


/*----------------------------
body設定
----------------------------*/
body {
    font-size: 12px;
    font-size: 14px;
    font-family:
        "Hiragino Kaku Gothic ProN",
        "Hiragino Sans",
        "Noto Sans JP",
        "Meiryo",
        "Yu Gothic",
        sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    line-height: 1.5 !important;
    color: var(--mainFontColor);
}

/*----------------------------
リンク設定
----------------------------*/

a {
    transition: .3s;
}

a:hover {
    opacity: .5;
}

a.strongLink {
    color: var(--red);
    text-decoration-style: wavy !important;
}


/*----------------------------
画像設定
----------------------------*/
img {
    max-width: 100%;
}

/*----------------------------
基本レイアウト設定
----------------------------*/
@media screen and (max-width:1024px) {
    #page_homepage .ec-layoutRole__mainBottom {
        padding: 0 10px;
    }

    #mainContents{
        padding: 0 10px;
    }

    #page_homepage #mainContents{
        padding: 0;
    }
}

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

    .ec-layoutRole .ec-layoutRole__left,
    .ec-layoutRole .ec-layoutRole__right {
        display: none;
        ;
    }
}

@media only screen and (min-width: 1024px) {

    .ec-layoutRole .ec-layoutRole__left,
    .ec-layoutRole .ec-layoutRole__right {
        display: block;
        width: 25%;
    }
}

@media only screen and (max-width: 1024px) {
    .ec-layoutRole .ec-layoutRole__mainWithColumn {
        width: 100%;
    }
}

@media only screen and (min-width: 1024px) {
    .ec-layoutRole .ec-layoutRole__mainWithColumn {
        width: 75%;
        max-width: 767px;
    }
}




/*----------------------------
注釈設定
----------------------------*/
.notes {
    margin-bottom: 30px;
}

.notes>li {
    font-size: 12px;
    font-weight: 600;
    position: relative;
    padding-left: 1.5em;
    text-align: left;
}

.notes>li::before {
    content: "※";
    position: absolute;
    left: 0;
    top: 0;
}

/*----------------------------
共通見出し設定
----------------------------*/
h2 {
    text-align: center;
    font-size: 16px;
    font-size: 20px;
    font-weight: 600;
    padding-bottom: 10px;
    margin-bottom: 20px;
    border-bottom: solid 1px #999;
}

#page_homepage h3 {
    background: #333;
    color: #fff;
    padding: 10px 20px;
    font-size: 16px;
    margin-bottom: 20px;
}


/*----------------------------
共通コンテンツブロック
----------------------------*/
section.sec {
    margin-bottom: 30px;
}

section.sec>.inner {}


/*************************************************************

共通ヘッダー

*************************************************************/
#header {
    margin-bottom: 20px;
}

#header>.inner {
    max-width: 1050px;
    margin: auto;
    padding-top: 10px;
    position: relative;
}

@media screen and (max-width:1050px) {
    #header>.inner {
        padding: 10px 10px 0;
    }
}

#header .headerMain {
    margin-bottom: 20px;
}

@media screen and (max-width:599px) {
    #header .headerMain {
        margin-bottom: 0;
    }
}

#header .leftArea {
    flex: 0 1 250px;
}

@media screen and (max-width:599px) {
    #header .leftArea {
        flex: 0 1 150px;
    }
}

#header .header-text {
    font-size: 11px;
    margin-bottom: 10px;
    font-weight: 700;
}

#header .rightArea {
    flex: 0 1 calc(100% - 320px);
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

@media screen and (max-width:1024px) {
    #header .rightArea {
        display: none;
    }
}

#header .headerMain {
    display: flex;
    justify-content: space-between;
}

#header .headerMain .miryoku {
    display: flex;
    margin-right: -10px;
    margin-right: 10px;
}

#header .headerMain .miryoku li {
    margin-right: 10px;
}

#header .headerMain .headerNav p {
    margin-bottom: 0;
    font-size: 11px;
    font-weight: 700;
    margin-bottom: 3px;
    text-align: center;
}

#header .headerMain .headerNav li {
    margin-bottom: 3px;
}

#header .headerMain .headerNav li:last-child {
    margin-bottom: 0;
}

#header .headerMain .headerNav .bt a {
    display: block;
    text-align: center;
    color: #fff;
    font-weight: 700;
    padding: 5px 10px;
    min-width: 176px;
}

#header .headerMain .headerNav .faq.bt a {
    background: var(--paneSkyBlue);
}

#header .headerMain .headerNav .contact.bt a {
    background: var(--paneBlue);
}


/*----------------------------
メインナビゲーション
----------------------------*/
#header .mainNav {}

@media screen and (max-width:1024px) {
    #header .mainNav {
        display: none;
    }
}

#header .mainNav ul {
    display: flex;
    justify-content: space-between;
}

#header .mainNav ul>li {
    flex: 0 1 calc(100%/6 - 2px);
}

#header .mainNav ul>li a {
    display: block;
    padding: 10px 10px;
    font-weight: 700;
    color: #fff;
    background: var(--paneSkyBlue);
    font-size: 12px;
    text-align: center;
}

#header .mainNav ul>li:last-child a {
    background: var(--paneOrange);
}


/*----------------------------
SPナビゲーション
----------------------------*/

/*-----
ハンバーガーボタン
-----*/
.openbtn{
    display: none;
}

@media screen and (max-width:1024px) {
    .openbtn{
        position:fixed;
        z-index: 9999;
        top:40px;
        right: 10px;
        cursor: pointer;
        width: 50px;
        height:50px;
        display: block;
        background: #fff;
        border-radius: 50%;
    }
}
	
/*×に変化*/	
.openbtn span{
    display: inline-block;
    transition: all .4s;
    position: absolute;
    left: 14px;
    height: 3px;
    border-radius: 2px;
	background-color: #666;
    width: 45%;
}

.openbtn span:nth-of-type(1) {
	top:15px;	
}

.openbtn span:nth-of-type(2) {
	top:23px;
}

.openbtn span:nth-of-type(3) {
	top:31px;
}

.openbtn.active span:nth-of-type(1) {
    top: 18px;
    left: 18px;
    transform: translateY(6px) rotate(-45deg);
    width: 30%;
}

.openbtn.active span:nth-of-type(2) {
	opacity: 0;
}

.openbtn.active span:nth-of-type(3){
    top: 30px;
    left: 18px;
    transform: translateY(-6px) rotate(45deg);
    width: 30%;
}


/*-----
ナビゲーションの開閉
-----*/
.ec-drawerRole{
    position:fixed;
    z-index: 999;
	top:0;
    left: inherit;
    right: -120%;
	width:280px;
    height: 100vh;
	background:#999;
	transition: all 0.6s;
    transform: none;
    display: none;
    background: rgba(255,255,255,.9);
    padding: 70px 20px;
}

@media screen and (max-width:1024px) {
    .ec-drawerRole{
        display: block;
    }
}

.ec-drawerRole.panelactive{
    right: 0;
}


.ec-overlayRole.panelactive{
    display: block;
    position: fixed;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 100;
    background: rgba(0,0,0,.5);
    top: 0;
    left: 0;
    opacity: 1;
    visibility: unset;
}

/*-----
SPナビゲーション　レイアウト
-----*/
#spNav{
    margin-bottom: 30px;
}

#spNav ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    border-radius: 10px;
    overflow: hidden;
}

#spNav ul>li {
    flex: 0 1 100%;
    margin-bottom: 2px;
}

#spNav ul>li a {
    display: block;
    padding: 10px 10px;
    font-weight: 700;
    color: #fff;
    background: var(--paneSkyBlue);
    font-size: 12px;
    text-align: center;
}

#spNav ul>li:last-child a {
    background: var(--paneOrange);
}


/*-----
SPナビゲーション(カテゴリ)　レイアウト
-----*/
#spCategoryNav {
    font-weight: 600;
}

#spCategoryNav .title {
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 5px;
}

#spCategoryNav>ul {
    border-top: solid 1px var(--mainFontColor);
}

#spCategoryNav>ul>li {
    border-bottom: solid 1px var(--mainFontColor);
}

#spCategoryNav li>div {
    padding: 8px 0;
}

#spCategoryNav li a {
    display: block;
    padding: 5px 20px;
    font-size: 15px;
    font-weight: 500;
    text-align: left;
    color: var(--mainFontColor);
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#spCategoryNav li a p {
    margin: 0 5px 0 0;
    flex: 0 1 auto;
}

#spCategoryNav li a img {
    flex: 0 1 45px;
}

#spCategoryNav .ec-itemNav>li:nth-child(1)>div>a {
    background: var(--paneSkyBlue);
    color: #fff;
}

#spCategoryNav .ec-itemNav>li:nth-child(2) a {
    background: #ffdd71;
}

#spCategoryNav .ec-itemNav>li:nth-child(3) a {
    font-size: 13px;
    letter-spacing: -1px;
    background: #fad2d3;
}

#spCategoryNav .ec-itemNav>li:nth-child(4) a {
    background: #d0eac2;
}


/*************************************************************

メインエリア全体

*************************************************************/
.ec-layoutRole .ec-layoutRole__contents {
    max-width: 1050px;
    display: flex;
    justify-content: space-between;
}

.ec-layoutRole .ec-layoutRole__contents>aside.sideLeft {
    flex: 0 1 210px;
}

.ec-layoutRole .ec-layoutRole__contents>main.mainContents {
    flex: 0 1 calc(100% - 240px);
}


/*************************************************************

共通サイド

*************************************************************/
#sideLeft {
    max-width: 210px;
    max-width: 240px;
}

#sideLeft .sideContents {
    margin-bottom: 20px;
}

#sideLeft .sideContents.bnr-area li{
    margin-bottom: 15px;
}

#sideLeft .sideContents.bnr-area li:last-child{
    margin-bottom: 0;
}


/*----------------------------
サイドナビゲーション
----------------------------*/
#sideLeft #sideNav {
    font-weight: 600;
}

#sideLeft #sideNav .title {
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 5px;
}

#sideLeft #sideNav>ul {
    border-top: solid 1px var(--mainFontColor);
}

#sideLeft #sideNav>ul>li {
    border-bottom: solid 1px var(--mainFontColor);
}

#sideLeft #sideNav li>div {
    padding: 8px 0;
}

#sideLeft #sideNav li a {
    display: block;
    padding: 5px 20px;
    font-size: 15px;
    font-weight: 500;
    text-align: left;
    color: var(--mainFontColor);
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#sideLeft #sideNav li a p {
    margin: 0 5px 0 0;
    flex: 0 1 auto;
}

#sideLeft #sideNav li a img {
    flex: 0 1 45px;
}

#sideLeft #sideNav .ec-itemNav>li:nth-child(1)>div>a {
    background: var(--paneSkyBlue);
    color: #fff;
}

#sideLeft #sideNav .ec-itemNav>li:nth-child(2) a {
    background: #ffdd71;
}

#sideLeft #sideNav .ec-itemNav>li:nth-child(3) a {
    font-size: 13px;
    letter-spacing: -1px;
    background: #fad2d3;
}

#sideLeft #sideNav .ec-itemNav>li:nth-child(4) a {
    background: #d0eac2;
}

/*----------------------------
サイドナビゲーション(パネル印刷　子カテゴリ設定)
----------------------------*/
#sideLeft #sideNav .ec-itemNav>li:nth-child(1) ul {
    border-top: solid 1px var(--mainFontColor);
}

#sideLeft #sideNav .ec-itemNav>li:nth-child(1) ul>li {
    border-bottom: solid 1px var(--mainFontColor);
}

#sideLeft #sideNav .ec-itemNav>li:nth-child(1) ul>li:last-child {
    border-bottom: none;
}

#sideLeft #sideNav .ec-itemNav>li:nth-child(1) ul a {
    padding-left: 50px;
}




/*----------------------------
お役立ち情報
----------------------------*/
#sideLeft #oyakudashi {
    background: var(--paneSkyBlue);
    padding: 12px 12px 12px;
}

#sideLeft #oyakudashi .title {
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    text-shadow:
        -1px 0 0 var(--mainFontColor),
        1px 0 0 var(--mainFontColor),
        0 -1px 0 var(--mainFontColor),
        0 1px 0 var(--mainFontColor);
    text-align: center;
    position: relative;
}


#sideLeft #oyakudashi .title span {
    background: url(../img/common/side/iconOyakudachi01.svg) no-repeat left center;
    padding: 0 0 0 28px;
    background-size: contain;
}

#sideLeft #oyakudashi ul>li {
    margin-bottom: 1px;
}

#sideLeft #oyakudashi ul>li:last-child {
    margin-bottom: 0;
}

#sideLeft #oyakudashi ul>li a {
    display: block;
    padding: 12px 30px 12px 22px;
    font-size: 13px;
    font-weight: 600;
    color: var(--mainFontColor);
    position: relative;
    background: #fff;
}

#sideLeft #oyakudashi ul>li a::before {
    content: "";
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translate(0, -50%);
    background: url(../img/common/side/iconOyakudachi02.svg) no-repeat;
    background-size: contain;
    width: 16px;
    height: 16px;
}


/*----------------------------
カレンダー
----------------------------*/
#sideLeft #businessday_calendar table {
    font-size: 12px !important;
}

#sideLeft #businessday_calendar table th {
    color: var(--mainFontColor);
}

#sideLeft #businessday_calendar table th#sunday {
    color: #ff3300;
}

#sideLeft #businessday_calendar table th#saturday {
    color: #3366cc;
}


/*************************************************************

フッター

*************************************************************/
#footer {
    background: #333;
    position: relative;
    margin-top: 100px;
}

#footer .pageTopBT {
    position: absolute;
    top: -32px;
    left: 50%;
    transform: translate(-50%, 0);
}

#footer .inner {
    max-width: 1050px;
    margin: auto;
    padding: 50px 0;
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
}

@media screen and (max-width:1024px) {
    #footer .inner {
        padding: 50px 10px;
    }
}

#footer .inner #footerLogo {
    flex: 0 1 245px;
}

@media screen and (max-width:750px) {
    #footer .inner #footerLogo {
        margin-bottom: 20px;
        flex: 0 1 100%;
        text-align: center;
    }
}

#footer .inner #footerNav {
    flex: 0 1 auto;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}

@media screen and (max-width:599px) {
    #footer .inner #footerNav {
        flex: 0 1 100%;
    }
}

#footer .inner #footerNav ul {
    flex: 0 1 auto;
    margin-right: 50px;
    border-left: solid 2px #fff;
    padding-left: 10px;
}

@media screen and (max-width:599px) {
    #footer .inner #footerNav ul {
        flex: 0 1 100%;
        margin-right: 0;
        border-left: none;
        padding-left: 0;
        margin-bottom: 10px;
    }
}

#footer .inner #footerNav ul:last-child {
    margin-right: 0;
}

#footer .inner #footerNav ul>li {
    margin-bottom: 10px;
    font-size: 12px;
    font-weight: 600;
}

@media screen and (max-width:599px) {
    #footer .inner #footerNav ul>li {
        border-bottom: dotted 1px #ccc;
        padding-bottom: 10px;
    }
}

#footer .inner #footerNav ul>li:last-child {
    margin-bottom: 0;
}

#footer .inner #footerNav ul>li a {
    color: #fff;
}

@media screen and (max-width:599px) {
    #footer .inner #footerNav ul>li a {
        text-align: center;
        display: block;
    }
}



/*************************************************************

トップページ　メインエリア

*************************************************************/

/*----------------------------
h1タグ
----------------------------*/
h1.top-title {
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    padding-bottom: 10px;
    text-decoration-line    : underline;
}

/*----------------------------
MVスライドエリア
----------------------------*/
#topMV {
    padding: 0;
}



/*----------------------------
NEWS
----------------------------*/
#news .ec-newsRole__newsDescription {
    display: none;
    margin: 0;
}

#news .ec-newsRole__news {}

#news .ec-newsRole__news>li {
    margin-bottom: 10px;
}

#news .ec-newsRole__newsHeading {
    display: flex;
    cursor: pointer;
    margin-bottom: 5px;
    font-weight: 600;
}

#news .ec-newsRole__newsDate {
    flex: 0 1 70px;
}

#news .ec-newsRole__newsColumn {
    flex: 0 1 calc(100% - 70px);
    position: relative;
    padding-right: 20px;
}

#news .ec-newsRole__newsClose {
    position: absolute;
    right: 0;
    top: 0;
}

#news .ec-newsRole__newsDescription {}



/*----------------------------
商品リストエリア
----------------------------*/
#topProductsList {}

#topProductsList .mainProducts ul {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

#topProductsList .mainProducts ul>li {
    flex: 0 1 calc(100%/2 - 20px);
    margin-bottom: 30px;
}

@media screen and (max-width:599px) {
    #topProductsList .mainProducts ul>li {
        flex: 0 1 100%;
        margin-bottom: 30px;
    }
}

#topProductsList .etcProducts {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

#topProductsList .etcProducts>div {
    flex: 0 1 calc(100%/2 - 20px);
    margin-bottom: 30px;
}

@media screen and (max-width:599px) {
    #topProductsList .etcProducts>div {
        flex: 0 1 100%;
        margin-bottom: 30px;
    }
}

#topProductsList .etcProducts::after {
    content: "";
    display: block;
    width: calc(100%/2 - 20px);
}

#topProductsList a {
    display: block;
    text-align: center;
}


#topProductsList img{}

@media screen and (max-width:1024px) {
    #topProductsList img{
        width: 100%;
        max-width: none;
    }
}



/*----------------------------
ご注文の流れ
----------------------------*/
#order>div {
    margin-bottom: 10px;
}

#order>div:last-child {
    margin-bottom: 0;
}


/*----------------------------
受付と出荷の流れ
----------------------------*/
#shipping {
    margin-bottom: 100px;
}

#shipping>div {
    margin-bottom: 30px;
    text-align: center;
}

#shipping>div:last-child {
    margin-bottom: 0;
}

#shipping .column {
    border: solid 1px #333;
    padding: 20px;
}

#shipping .column .notes {
    margin-bottom: 0;
}


/*----------------------------
GUIDE
----------------------------*/
#guide>.inner {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    position: relative;
}

#guide>.inner>section {
    flex: 0 1 calc(100%/2 - 50px);
}

@media screen and (max-width:599px) {
    #guide>.inner>section {
        flex: 0 1 100%;
    }
}

#guide>.inner::before {
    content: "";
    width: 1px;
    height: 100%;
    border-left: dotted 1px #999;
    position: absolute;
    left: 50%;
    top: 0;
    transform: translate(-50%, 0);
}

@media screen and (max-width:599px) {
    #guide>.inner::before {
        display: none;
    }
}

#guide h4 {
    font-size: 13px;
    text-align: center;
    margin-bottom: 20px;
}

#guide h4 span {
    font-size: 10px;
    display: block;
}

#guide>.inner>section ul {
    margin-bottom: 30px;
}

#guide>.inner>section ul>li {
    margin-bottom: 20px;
    border-left: 3px solid var(--paneSkyBlue);
    padding-left: 10px;
}

#guide .payment {}

@media screen and (max-width:599px) {
    #guide .payment {
        margin-bottom: 30px;
    }
}

#guide .shippingFee {}

#guide .shippingFee .fee-row {
    display: flex;
    justify-content: space-between;
}

#guide .shippingFee .fee-row .fee-price {
    margin-right: 100px;
}

#guide .bt a {
    display: block;
    background: var(--paneSkyBlue);
    color: #fff;
    font-weight: 600;
    text-align: center;
    padding: 10px 20px;
    border-radius: 5px;
}

#guide .bt a img {
    vertical-align: middle;
}




/*************************************************************

サイドバーカレンダー

*************************************************************/
#slideCalendar{
    margin: 0 !important;
}

#slideCalendar .slick-prev{
    top: 25px;
    left: 0;
    z-index: 100;
}

#slideCalendar .slick-next{
    top: 25px;
    right: 0;
    z-index: 100;
}

#slideCalendar .slick-prev::before,
#slideCalendar .slick-next::before{
    color: #333;
}

#businessday_calendar #slideCalendar caption{
    text-align: center;
    margin: 0;
}