@charset "utf-8";

/*
基本レイアウト
-----------------------------------*/
#guide{display: none!important;}

#sp_guide img{display: inline-block; width: auto; max-width: 100%;}


#sp_guide ul, #sp_guide ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

.static-grid-container{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  width: 100%;
}
.static-grid-container .static-side{order: 2; width: 100%; margin-top: 4rem;}
.static-grid-container .static-content{order: 1;}


/* TEXT */
.txt_center { text-align: center !important; }
.txt_left { text-align: left !important; }
.txt_right { text-align: right !important; }
.attention { color: #cb0000 !important; }

.textBox01 {
    margin: 15px;
}
.headline01 + .textBox01 { margin-top: 0; }

    .textBox01 .title {
        margin: 15px 0;
        font-size: 16px;
    }
    .textBox01 .title:first-child { margin-top: 0; }
    .textBox01 p { margin-top: 10px; }
    .textBox01 p:first-child { margin-top: 0; }
    .textBox01 p.right { text-align: right; }
    .textBox01 ul,
    .textBox01 ol {
         list-style-type: disc;
         margin: 10px 0 0 20px;
     }
    .textBox01 ol { list-style-type: decimal; }
    .textBox01 li {
        margin-top: 5px;
        line-height: 1.2;
    }


.font-red{
	color: #f00;
}
.font-pink{
	color: #FF829C;
}

.btn-type01{
	margin: 5px 0;
	display: inline-block;
	color: #fff;
	background: #FF829C;
	border-radius: 5px;
	line-height: 100%;
	font-size: 120%;
	padding: 10px;
}

/* コンテンツボックス */
.contentBox01 {
	overflow: hidden;/*1710追加*/
    margin: 20px 0 0;
	/*border-top: #d6d6d6 1px solid;*/
}
/* コンテンツボックス メインカルーセル用 1710追加*/
.contentBox_main_cal {
	overflow: hidden;
}

.contentBox02 {
    margin: 0;
    border-bottom: #d6d6d6 1px solid;
}

/*エラー */
.formError01 {
    padding: 8px 15px;
    background: #ffe6e6;
    color: #dc2525;
    font-size: 14px;
}


/*
見出し
-----------------------------------*/
/* ページタイトル*/
.mainHead01 {
/*    margin: 20px ;
    font-size: 22px;
    font-weight: normal;
    line-height: 1.1;*/
    display: flex;
    flex-direction: var(--title-direction);
    align-items: center;
    margin: 2rem 0;
    margin: 2.1rem 0 0;
    text-align: center;
    text-transform: var(--title-transform);
    width: var(--inner-width);
    margin-inline: auto;
    padding-bottom: 3.2rem;
    padding-bottom: 3.1rem;
    border-bottom: 1px solid #eee;
    font-size: 1.8rem;
    font-weight: var(--fw-medium);
    letter-spacing: 0.2em;
    line-height: 1;
}


/* コンテンツ区切り */
.headline01,
.headline02 {
    padding: 0.5em;
    font-size: 20px;
    font-weight: normal;
    text-align: center;
    color: #333;
}
.headline02 {
    font-size: 16px;
}

.heading01 {
    padding: 10px 15px;
    background: #f3f3f3;
    font-size: 16px;
    font-weight: normal;
}

.subHead01 {
    padding: 8px 0;
    font-size: 14px;
}




/*
ボタン
-----------------------------------*/


/* BOX1 */
.boxBtn01 {
    margin: 20px 15px 0;
    text-align: center;
}

.boxBtn01.btmBtn {
    margin: 20px 0 0;
    padding: 20px 15px 0;
    border-top: #ccc 1px solid;
}

    .boxBtn01 p {
        margin-top: 10px;
        font-size: 12px;
    }
    .boxBtn01 p:first-child { margin-top: 0; }



/* main size color:black */
.btnSearch01,
.btnNext01,
.btnNext02,
.btnCart01 {
    display: block;
    position: relative;
    width: 100%;
    padding: 15px 0;
    vertical-align: middle;
    background-color: #000;
    border: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 1.1;
    font-size: 16px;
    text-align: center;
    text-decoration: none;
    color: #fff;
    overflow: hidden;
    white-space: nowrap;
}
    /* アイコン */
    .btnSearch01:after,
    .btnNext01:after,
    .btnNext02:after {
        display:block;
        content: "";
        position: absolute;
        top: 50%;
        background: url(../../images/guide/sp/ico.png) no-repeat 0 0;
        -webkit-background-size: 250px 250px;
        -moz-background-size: 250px 250px;
        -ms-background-size: 250px 250px;
        background-size: 250px 250px;
     }
     
    /* seach 虫めがね */
    .btnSearch01:after {
        right: 20px;
        width: 20px;
        height: 20px;
        margin-top: -10px;
        background-position: -116px 0;
    }
    /* next > */
    .btnNext01:after,
    .btnNext02:after {
        right: 15px;
        width: 15px;
        height: 15px;
        margin-top: -7px;
        background-position: -35px -35px;
    }
    .btnNext02 { background-color: #dc2525; }

    


/* sub size */
.btnMore01,
.btnReset01,
.btnPrev01,
.btnNext03,
.btnPageTop01,
.btnReCalc01,
.btnCancel01 {
    display: block;
    position: relative;
    width: 50%;
    padding: 10px 0;
    margin: 10px auto 0;
    vertical-align: middle;
    border: none;
    background-color: #333;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 1.1;
    font-size: 12px;
    text-align: center;
    text-decoration: none;
    color: #fff;
    overflow: hidden;
    white-space: nowrap;
}
    /* more > */
    .btnMore01:after {
        display: inline-block;
        content: "";
        width: 10px;
        height: 10px;
        margin: 0 -10px 0 10px;
        background: url(../../images/guide/sp/ico.png) no-repeat -30px -129px;
        -webkit-background-size: 250px 250px;
        -moz-background-size: 250px 250px;
        -ms-background-size: 250px 250px;
        background-size: 250px 250px;
    }

    /* reset × */
    .btnReset01,
    .btnCancel01 {
        width: 100%;
        background-color: #858585;
    }
    .btnReset01:after,
    .btnCancel01:after {
        display: block;
        content: "";
        position: absolute;
        top: 50%;
        right: 10px;
        width: 12px;
        height: 12px;
        margin-top: -6px;
        background: url(../../images/guide/sp/ico.png) no-repeat 0 -190px;
        -webkit-background-size: 250px 250px;
        -moz-background-size: 250px 250px;
        -ms-background-size: 250px 250px;
        background-size: 250px 250px;
    }
    
    /* prev < */
    .btnPrev01 {
        width: 100%;
    }
    .btnPrev01::after {
        content: "";
        display: block;
        position: absolute;
        top: 50%;
        left: 10px;
        width: 10px;
        height: 10px;
        margin-top: -5px;
        background: url(../../images/guide/sp/ico.png) no-repeat 0 -129px;
        -webkit-background-size: 250px 250px;
        -moz-background-size: 250px 250px;
        -ms-background-size: 250px 250px;
        background-size: 250px 250px;
    }

    /* next < */
    .btnNext03 {
        width: 100%;
    }
    .btnNext03:after {
        display: block;
        content: "";
        position: absolute;
        top: 50%;
        right: 10px;
        width: 10px;
        height: 10px;
        margin-top: -5px;
        background: url(../../images/guide/sp/ico.png) no-repeat -30px -129px;
        -webkit-background-size: 250px 250px;
        -moz-background-size: 250px 250px;
        -ms-background-size: 250px 250px;
        background-size: 250px 250px;
    }

    /* pagetop mini < */
    .btnPageTop01 {
        padding: 5px 0;
        font-size: 10px;
        overflow: visible;
        background: #5c5c5c;
    }
    .btnPageTop01:after {
        display: block;
        content: "";
        position: absolute;
        top: -5px;
        left: 50%;
        width: 0;
        height: 0;
        margin-left: -4px;
        border-style: solid;
        border-width: 0 4px 5px 4px;
        border-color: transparent transparent #5c5c5c transparent;
    }

    /* 再計算 */
    .btnReCalc01 {
        width: 100%;
    }
    .btnReCalc01:after {
        display: block;
        content: "";
        position: absolute;
        top: 50%;
        right: 10px;
        width: 17px;
        height: 18px;
        margin-top: -9px;
        background: url(../../images/guide/sp/ico.png) no-repeat 0 -212px;
        -webkit-background-size: 250px 250px;
        -moz-background-size: 250px 250px;
        -ms-background-size: 250px 250px;
        background-size: 250px 250px;
    }

/* disabled */
.btnDisabled01 {
    display: block;
    border-radius: 4px;
    background: #858585;
    padding: 8px 0 7px;
    color: #d6d6d6;
    text-align: center;
}


/* sub size 付属type */
.btnMore02 {
    display: block;
    position: relative;
    padding: 13px 0;
    background: #d6d6d6;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 1.1;
    font-size: 12px;
    text-align: center;
    text-decoration: none;
    color: #333;
    overflow: hidden;
    white-space: nowrap;
}
    .btnMore02:after {
        display: block;
        content: "";
        position: absolute;
        top: 50%;
        right: 10px;
        width: 12px;
        height: 12px;
        margin-top: -6px;
        background: url(../../images/guide/sp/ico.png) no-repeat -32px -107px;
        -webkit-background-size: 250px 250px;
        -moz-background-size: 250px 250px;
        -ms-background-size: 250px 250px;
        background-size: 250px 250px;
    }






/* clearfix */
#sp_guide::after,
#sp_guide main:after,
#sp_guide section:after,
#sp_guide div:after,
#sp_guide ul:after,
#sp_guide ol:after,
#sp_guide dl:after,
#sp_guide .clearfix:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    font-size: 0;
    visibility: hidden;
}

#sp_guide,#sp_guide main,#sp_guide section,#sp_guide div,#sp_guide ul,#sp_guide ol,#sp_guide dl, #sp_guide .clearfix { display: block; }

