@charset "utf-8";

/*-----------------------------------

guide.css
ガイドレイアウト

-----------------------------------*/

/* ガイド共通
-----------------------------------*/
#guide .heading01 {
    text-align: center;
}
#guide .heading03 {
    margin-bottom: 10px;
    padding: 13px 20px;
    background: #d6d6d6;
    font-size: 14px;
    font-weight: bold;
}
#guide .heading04 {
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: bold;
}
#guide .subHead01 {
    margin: 20px 20px 15px;
    font-size: 14px;
}

#guide p {
    margin: 0 20px 20px;
    font-size: 14px;
    line-height: 1.4;
}
#guide p + p { margin-top: -10px; }

/* ボックス */
#guide .guideBox01 {
    margin: 0 20px 10px;
}
#guide .guideBox02 {
    margin: 0 20px 10px;
    border: 1px dotted #d6d6d6;
}
    #guide .guideBox02 + .guideBox02 {
        padding-top: 1px;
        margin-top: -10px;
        border-top: none;
    }
.guideBoxIn01 {
    float: left;
    box-sizing: border-box;
    width: 50%;
    padding: 20px 10px 10px;
}
.guideBoxIn01:first-child { padding-right: 15px; }
.guideBoxIn01:last-child { padding-left: 15px; }
    #guide .guideBoxIn01 .title {
        margin: 0 0 10px;
        font-size: 14px;
        font-weight: bold;
        text-align: center;
    }
    #guide .guideBoxIn01 p {
        margin: 0;
    }
    .guideBoxIn01 .box {
        float: left;
        box-sizing: border-box;
        width: 50%;
        padding-right: 5px;
    }
    .guideBoxIn01 .box:last-child { padding: 0 0 0 5px; }
        #guide .guideBoxIn01 .box p {
            font-size: 12px;
        }
        #guide .guideBoxIn01 .box:last-child .title {
            margin-bottom: 24px;
        }
    .guideBoxIn01 img {
        max-width: 100%;
        margin-bottom: 10px;
    }

#guide .boxIndent01 {
    padding: 1em;
    text-indent: -1em;
}

/* 画像 */
#guide .guideImage01 {
    margin: 0 20px 20px;
    padding: 10px;
    background :#f3f3f3;
    text-align: center;
}
#guide .guideImage02 {
    margin: 0 20px 20px;
    text-align: center;
}

#guide .floatBox01 {
    float: right;
    width: 47.16981132075472%;
    max-width: 350px;
    margin: 0 20px 20px;
}
#guide .floatBox02 {
    float: left;
    width: 47.16981132075472%;
    max-width: 350px;
    margin: 0 20px 20px;
}
#guide .contentBox01 .floatBox01,
#guide .contentBox01 .floatBox02 {
    margin: 0 0 20px;
}

    #guide .guideImage01 img,
    #guide .floatImage01 img,
    #guide .guideImage02 img {
        max-width: 100%;
    }

#guide .floatBoxWrap{
  display: block;
  max-width: 742px;
}


/* ページ内メニュー */
#guide .guideNav01 {
    margin: 20px 10px 40px 20px;
}
  #guide .guideNav01 li {
        float: left;
        width: 366px;
        margin: 0 10px 4px 0;
    }
    #guide .guideNav01 li a {
            display: block;
            padding: 8px 20px;
            background: #ededed url(../../images/guide/ico_arrow02.png) no-repeat right center;
            font-size: 14px;
          text-decoration: none;
          color: #333333;
        }

/* テーブル */
#guide .normalTable01 {
    width: 742px;
    margin: 20px;
}
    #guide .normalTable01 th {
        width: 136px;
    }
        #guide .normalTable01 p {
            margin: 0 0 1em;
        }
        #guide .normalTable01 p:last-child { margin-bottom: 0; }

/* フローヤジルシ */
#guide .flowBox01 {
    position: relative;
    margin-bottom: 100px;
}
    #guide .flowBox01:before {
        position: absolute;
        bottom: -6rem;
        left: 50%;
        display: block;
        width: 4rem;
        height: 3rem;
        margin-left: -2rem;
        background: #858585;
        content: " ";
    }
    #guide .flowBox01:after {
        position: absolute;
        bottom: calc(-8rem + 1px);
        left: 50%;
        display: block;
        border-width: 2rem 3rem 0;
        border-color: #858585 transparent transparent transparent;
        border-style: solid;
        margin-left: -3rem;
        content: " ";
        visibility: visible;
    }

/* テキスト文のリスト */
#guide .textList01 {
    margin: 0 20px 10px;
}
#guide .guideBox02 .textList01 { margin-top: 20px; }
#guide table .textList01 { margin: 10px 0; }
#guide p + .textList01 { margin-top: -10px; }
    #guide .textList01 li {
        margin-bottom: 1em;
        padding-left: 1em;
        font-size: 14px;
        line-height: 1.4;
        text-indent: -1em;
    }





/* お買い物の流れ
-----------------------------------*/
/* 凡例 */
.notesList01 {
    margin: 0 30px 20px;
    font-size: 14px;
    line-height:1.4;
}
    .notesList01 dt {
        float: left;
        clear: left;
        width: 140px;
        margin-bottom: 10px;
    }
        .notesList01 dt img {
          display: inline-block;
            width: 30px;
            height: 30px;
            margin-right: 10px;
            background: #f3f3f3;
            vertical-align: middle;
        }
        .notesList01 dd {
            float: left;
            margin: 3px 0 10px 20px;
            padding-left: 1em;
            text-indent: -1em;
        }
        .notesList01 dd:before {
            content: "：";
        }


/* クーポンご利用方法について
-----------------------------------*/
.guideAttention01 {
    margin: 20px;
    padding: 10px;
    background: #ffe6e6;
}
    .guideAttention01 .title {
        margin-bottom: 10px;
        color: #dc2525;
        font-size: 14px;
    }
    .guideAttentionIn {
        padding: 10px;
        background: #fff;
        
    }
        #guide .guideAttentionIn p {
            margin: 0 10px 10px;
        }
        .guideAttentionIn li {
            margin-bottom: 5px;
            padding-left: 1em;
            text-indent: -1em;
            font-size: 14px;
        }
    #guide .guideAttentionIn + p {
        margin: 20px 0;
        text-align: center;
    }
    .guideAttention01 .btnBox01 {
        margin: 20px 0;
    }

/* いつ届く
-----------------------------------*/
#shippingDay {
    margin: 20px 20px 30px;
    padding: 10px;
    background: #f3f3f3;
}
    #shippingDay .title {
        margin: 0 10px 8px;
        font-size: 14px;
    }
    #shippingDay p + .title { margin-top: 20px; }
    #shippingDay p {
        margin: 0;
        padding: 20px;
        background: #fff;
        text-align: center;
    }
        #shippingDay .date {
            color: #dc2525;
            font-size: 18px;
        }

#shippingTable {
		width: 425px;
        margin: 20px
}
    #shippingTable th,
    #shippingTable td {
        border: 1px solid #fff;
        text-align: center;
    }
      #shippingTable th {
          padding: 13px 0;
          background: #f3f3f3;
          font-size: 11px;
      }
      #shippingTable th:first-child { background: transparent; }
      #shippingTable td {
          width: 52px;
          padding: 13px;
          font-size: 14px;
      }
      #shippingTable td:first-child {
          width: 147px;
          font-size: 12px;
          text-align: left;
      }
      #shippingTable .area01 { background: #d0f7ff; }
      #shippingTable .area02 { background: #fff0b7; }
      #shippingTable .area03 { background: #e7fab8; }
      #shippingTable .area04 { background: #ffd6ea; }

/*おトクな白鳩会員特典について
-----------------------------------*/
.appealPoint01 {
    display: table;
    width: 742px;
    margin: 20px;
}
    .appealPoint01 li {
        position: relative;
        left: 10px;
        display: table-cell;
        width: 224px;
        border: 1px dotted #d6d6d6;
    }
    .appealPoint01 li:first-child { left: 0; }
    .appealPoint01 li:last-child { left: 20px; }
        #guide .appealPoint01 .title {
            margin: 0 0 10px;
            padding: 8px;
            background: #f3f3f3;
            font-size: 14px;
            text-align: center;
        }
        .appealPoint01 .image {
            margin-bottom: 20px;
            text-align: center;
        }
        #guide .appealPoint01 p {
            font-size: 12px;
        }

/*下着の種類と名前
-----------------------------------*/
.typeList01 {
    margin: 20px 20px 30px;
}
    .typeList01 dt {
        float: left;
        clear: left;
        width: 120px;
        margin: 0 20px 20px 0;
    }
    .typeList01 dd {
        float: left;
        width: 560px;
        margin: 0 0 20px;
        font-size: 14px;
    }

/* 下着のサイズと測り方
-----------------------------------*/
.sizeTable01 + .heading03 { margin-top: 40px; }
.sizeTable01 {
    position: relative;
    max-width: 742px;
    margin-bottom: 20px;
}
    .sizeTable01 caption {
        padding: 10px 0;
        font-size: 14px;
        font-weight: bold;
        text-align: left;
    }
        .sizeTable01 caption span {
            display: block;
            margin-top: 10px;
            font-size: 14px;
            font-weight: normal;
            white-space: nowrap;
        }
        .sizeTable01 .unit {
            position: absolute;
            right: 0;
            margin: 0;
            margin-top: -1em;
            font-size: 12px;
        }
    .sizeTable01 th,
    .sizeTable01 td {
        width: 80px;
        padding: 8px 0;
        border: 1px solid #ccc;
        text-align: center;
    }
    .sizeTable01 th {
        background: #f3f3f3;
        font-weight: normal;
    }
    .sizeTable01 tr:first-of-type th {
        font-size: 11px;
    }

.inputSize01 {
    position: relative;
    float: left;
    width: 35.71428571428571%;
    max-width: 250px;
    margin:0 14rem 2rem 2rem;
}
.inputSize01:before {
    position: absolute;
    top: 2.5rem;
    right: -6rem;
    width: 2rem;
    height: 2rem;
    background: #858585;
    content: " ";
}
.inputSize01:after {
    position: absolute;
    top: 1.5rem;
    right: calc(-10rem + 2px);
    border-width: 2rem;
    border-style: solid;
    border-color: transparent transparent transparent #858585;
    content: " ";
    visibility: visible;
}
    .inputSize01 input {
        margin: 1rem 0.5rem;
    }

#guide .inputSize01:after{visibility: visible;}

#guide .sizeTable01 + p { margin-left: 0; }
#guide .sizeTable01 + p strong { font-size: 16px; }

/*下着の正しいつけ方
-----------------------------------*/
#guide .howtoBox01{
  display: block;
  max-width: 742px;
}

#guide .howtoBox01 .floatBox01 {
    margin: 5rem 0 0;
}

/*メール送信について
-----------------------------------*/
.textCase01 {
    padding-left: 1em;
    text-indent: -1em;
}
    .textCase01 strong {
        display: block;
        margin-bottom: 5px;
        color: #dc2525;
        font-weight: bold;
    }
    .textAttention01 {
        color: #dc2525;
    }
        .textAttention01 strong {
            font-size: 18px;
        }

#guide #inquiryAnnounce p {
    margin: 0 0 10px;
}


/* 会社概要
-----------------------------------*/
#corporatePhilosophy {
    text-align: center;
}
#guide.single .normalTable01 {
    width: 940px;
    margin: 20px;
}
    #guide.single .normalTable01 .group {
        margin-bottom: 13px;
        padding-bottom: 13px;
        border-bottom: 1px dotted #d6d6d6;
        line-height: 1.6;
    }
    #guide.single .normalTable01 .group:last-child {
        margin-bottom: 0;
        padding-bottom: 0;
        border-bottom: none;
    }
        #guide.single .normalTable01 .group .text {
            float: left;
            width: 550px;
        }
        #guide.single .normalTable01 .group.mobile .text { width: 300px; }
        #guide.single .normalTable01 .group .image {
            float: left;
            margin: 0 20px;
        }
.corporateImage01 {
    float: left;
    width: 180px;
    margin: 20px 30px;
}
    #guide .corporateImage01 p {
        margin: 10px 0;
        text-align: center;
    }
    #guide .corporateImage01 p:last-child {
        font-size: 12px;
        text-align: left;
    }


/* 店舗紹介
-----------------------------------*/
#guide .floatBox01.map {
  width: 59.08163265306122%;
  /*  max-width: 530px;*/
  max-width: none;
  margin: 0;
  padding: 0 20px 20px;
}

#guide .floatBox01.map iframe{
    width: 100%;
    height: 45rem;
}

#guide .floatBox01.map + .floatBox02 {
  width: 36.73469387755102%;
  max-width: none;
  margin: 0;
  padding: 0 0 20px 20px;
  /*  max-width: 360px;*/
}

#guide .floatBox01.map + .floatBox02 img{display: block; width: 100%;}


/* プライバシーポリシー
-----------------------------------*/
.privacyBox01 .alignRight {
    text-align: right;
}
.privacyBox01 ol {
    margin: 20px;
    list-style: decimal
}
    .privacyBox01 ol li {
        margin: 20px;
        font-size: 14px;
        line-height: 1.4;
    }
        #guide .privacyBox01 ol li .guideBox02 { margin-top: 10px; }


/* エラー
-----------------------------------*/
#pageError p {
    margin: 50px 0;
    font-size: 16px;
    text-align: center;
    line-height: 1.4;
}

/* レディス下着のサイズと測り方
-----------------------------------*/
div#guide_wrapper{
	width: 742px;
}

/* ページ内リンク　タイトル表示のため余白
-----------------------------------*/
.linkSpace{
	padding: 50px 0 0;
}

/* /ec/static/sainyukamail.html 再入荷おしらせとは
-----------------------------------*/
div.sainyukaBox01{
	width: 660px;
	margin: 15px auto;
	font-size: 14px;
	line-height: 1.5;
}

div.sainyukaBox01 div.guideImage01{
	margin: 30px 0 0;
	text-align: center;
}

