@charset "utf-8";
/*==========================================================================
                              mobile first
 ==========================================================================*/

/***********************
+++ COMMON
***********************/
html{font-size: 62.5%;/* =10px */ overflow-y: scroll; overflow: auto;/* for negative margin */ }
body{margin:0;
    font-family:Verdana,Helvetica,Arial,'メイリオ','ヒラギノ角ゴ Pro W3','ＭＳ Ｐゴシック',sans-serif;
    font-size: 14px; font-size: 1.4rem;
    color: #4f2a11;
    overflow: hidden;/* for negative margin */
	/*text-align:center;*/
    background-color:inherit;
}
th, td, p, li, dt, dd, h1, h2, h3, h4{line-height: 1.7}
ul, ol, dl{list-style-type: none}
h1{font-size:42px;font-size:4.2rem; font-weight:normal;}
h2{font-size:23px;font-size:2.3rem; font-weight:normal;}
h3{font-size:20px;font-size:2.0rem; font-weight:normal;}
.fontsize_lrg {font-size:40px; font-size:4.0rem;}
.fontsize_mid {font-size:14px; font-size:1.4rem;}
.fontsize-sml, small{font-size:12px; font-size:1.2rem;}

img {vertical-align:bottom; max-width:100%; height:auto;}
a           {text-decoration:underline;}
a:link      {color: #815120;}
a:visited   {color: #996600;}
a:active    {color: #996600;}
a:hover     {color: #813820; opacity: 0.7;filter: alpha(opacity=70)}
a:hover img {opacity: 0.7; filter: alpha(opacity=70)}
a img       {border: none}/* IE */
/* table */
table{border-collapse:collapse;}
th, td {border:1px #cfcfcf solid; padding: 0.2rem 2px;}
th{font-weight: normal;}

/***********************************
+++ HANDINESS
***********************************/
.verticalCenter{/* set itself in the center of the top and bottom */
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.fullWid{margin-left: -500%; margin-right: -500%; padding-left: 500%; padding-right: 500%;text-align:center;}/* max width without regard to parents width */
.faq-fullWid{margin-left: 0; margin-right: 0; padding-left: 500%; padding-right: 500%;text-align:center;}
.alignR {text-align:right;}
.alignL {text-align:left;}
.alignC {text-align:center;}
.clearfix{overflow:hidden;}
a.rakkasei_Link{color:#b57e10;font-weight:bold;font-size:14px; font-size:1.4rem;margin-left:13px;}

/* 注意書きや但し書き等のちょっとした項目に汎用的に使う*/
.precautionsA{border:2px solid #c9bc9c;padding:2.4rem 4.9%;}
.precautionsA__title{margin:0 auto;border-bottom:2px dotted #c9bc9c;margin-bottom:1rem;}

/***********************
+++ GENERAL LAYOUT
***********************/
article{
    width:100%;
    margin:0 auto;
}
section.middle,
.unit,
#mkrSG
{
    width:96%;
    margin:0 auto;
}

/***********************
+++ PARTS
***********************/
.gray{border-top:1px solid #dcdcdc;border-bottom:1px solid #dcdcdc;background:#f2f2f2;}
/* 上部セクション */
section.top{text-align:center;}
section.top img{margin:2.5rem 0;}
section.top img:first-child{margin-top:0;}
section.top h2{text-align:center;color:#7a4c1c;font-weight:bold; padding:6.5rem 0 1.9rem;}
section.top p span a{color:#575757;font-weight:bold;}
.rakkasei__keppin{border-radius: 10px;background:#f7eacd;margin:15px 0; padding:20px 0;}

/* 中間セクション */
section.middle{text-align:center;}
div.hiwa{
    text-align:center;
    margin:10rem auto 5rem;
    padding:8rem 6% 11rem 7%;
    border-radius:10rem;
    background-color:#EAF5EF;
}
div.hiwa div.hiwaTitle{
    width:100%;
    margin-bottom:3rem;
    overflow:hidden;
}
div.hiwaTitle h2{color:#7a4c1c;font-weight:bold;}
div.hiwaTitle img{margin-top:3rem;}
div.hiwa p{text-align:left; color:#4f2a11;}
img.chiikisangyo{margin:5.5em 0;}

div.news{background:#f7f9e4;border-radius:20px;width:800px;margin:3rem auto;text-align:center;}
div.news h2{font-size:2.6rem;text-align:left;padding:10px 30px;}
div.news ol{display:inline-block; width:100%; text-align:left; margin:1rem auto 1.8rem;}
div.news ol li{color:#4f2a11;margin:0 0 10px;padding:0 30px 10px;border-bottom:1px dashed #c9bc9c;}
div.news ol li time{display:inline-block;width:150px;}

div.itemRemarks{width:95%; margin:4rem auto; text-align:left;}

/* 下部セクション */
section.bottom img{margin:2.5rem 0;}

/* 商品概要テーブル */
#mkrSG{border-collapse:collapse;margin:4rem auto 8rem;}
#mkrSG th,#mkrSG td{border:1px solid #cfcfcf;padding:1.2rem 0.9rem;}
#mkrSG th{width:17%;}
#mkrSG td{text-align:left;}
.mkrSGt{background:#815120;border:none;color:#fff;}
.mkrSGsub{background:#f2f2f2;white-space:nowrap;}

/* ご注文フォーム */
#form{background:#fffef0;width:100%;}
h1.form-title{
    text-align:center;
    color:#fff;
    border-top:1px solid #dcdcdc;
    border-bottom:1px solid #dcdcdc;
    background:#815120;
    padding:6rem 0;
}

/**/
#social{margin:7em 0;text-align:center;}
div.copyright{
    background:#815120;
    color:#fff;
    margin-left: -500%; margin-right: -500%; padding-left: 500%; padding-right: 500%;
    padding-top:5em;
    padding-bottom:5em;
    text-align:center;
}

/* フッターエリア */
div.contactUs{width:85%; margin:3em auto; color:#4f2a11; text-align:left;}
div.contactUs img {text-align:center;}
div.contactUs p{margin:5em 0;}

/* フッターリンク */
#mediafootlink{width:100%; background-color:#fff; padding:6em 0;} 
#mediafootlink table{margin:0 auto; border:0;}
#mediafootlink td{vertical-align:middle;padding:0 5px;text-align:center; border:0;}
#mediafootlink td.shopname{font-size:12px; font-size:1.2rem;vertical-align:bottom;}
#mediafootlink img{border:0;}
#mediafootlink a:link { color: #000;text-decoration:none; } 
#mediafootlink a:visited { color: #000;text-decoration:none; } 
#mediafootlink a:hover { color: #000;text-decoration:none;background-color:#ccc; } 
#mediafootlink a:active { color: #000;text-decoration:none;background-color:#ccc; }
#mediafootlink #makura{ float:left;}
#mediafootlink #line{border-bottom:dotted 2px #005BAC; height:2px;margin:20px 0;}

/*============================================
2016年5月16日　田邉追加分
============================================*/
span.hr{display:block;background:url("/imgs/middle_04.gif") repeat-x center center;height:25px;}

section.buy{background:#f7f9e4;border-radius:50px;margin:0 0 80px;padding:50px 0;text-align:center;}

section.buy #netshopList{width:85%;margin:0 auto 50px;}
section.buy #netshopList h2{line-height:1.5;text-align:left;}
section.buy #netshopList h2 small{display:block;font-size:1.8rem;}
section.buy #netshopList li{margin:50px 0 0;}
section.buy #netshopList a{display:inline-block;}
section.buy #netshopList button {
    background: #815120 url("/imgs/icon-btn-cart.png") no-repeat scroll 20px center;
    border: medium none;
    border-radius: 100px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25), 0 -1px 1px rgba(0, 0, 0, 0.25) inset, 0 0 1px rgba(255, 255, 255, 0.8) inset;
    color: #fff;
    font-size: 2.5rem;
    font-weight: bold;
    line-height: 1.3;
    padding: 15px 15px 11px 60px;
    width: 600px;
		font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;
		cursor:pointer;
}
section.buy #netshopList button b{font-size:3rem;}
section.buy #netshopList button small{display:block;font-size:1.6rem;font-weight:normal;margin:5px 0 0;}

section.buy #shopList{width:85%;margin:100px auto 0;text-align:left;}
section.buy #shopList h2{line-height:1.5;margin:0 0 20px!important;padding:0 0 10px;}
section.buy #shopList h2 small{display:block;font-size:1.8rem;}
section.buy #shopList #googleMap{height:600px;margin:30px 0 50px;}
section.buy #shopList #googleMap .gm-style-iw {
    font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;
    margin: 5px 0 0;
}
section.buy #shopList #googleMap .gm-style-iw > div {
    padding: 5px 0;
}
section.buy #shopList #googleMap .gmap-shopname {font-size:1.8rem; font-weight: bold;}

section.buy #shopList table{width:100%;}
section.buy #shopList table th{background:#815120;border:1px solid #c9bc9c;color:#fff;padding:7px 10px;text-align:center;line-height:1.5;}
section.buy #shopList table td{background:#fff;border:1px solid #c9bc9c;padding:7px 10px;line-height:1.5;vertical-align:middle;}

#gotouchi{margin:80px auto;width:90%;text-align:center;}
#gotouchi h2{font-size:2rem;line-height:1.5;margin:0 0 20px;padding:10px;}
#gotouchi img{width:80%;}


/*===========================================================================================================================================
 ▼らっかせいまくら色パレットここから▼　明るい色…#996600 　中間色…なし 　暗い色…#815120 　強調文字色…#812f20　背景色…#fffef0
 ===========================================================================================================================================*/
/* メインページ内 お買い物ガイド簡易版 */
#rakkaseiFooterGuide{
    margin:6em auto 2.5em auto;
	width:100%;
	text-align:left;
	}
#rakkaseiFooterGuide h2{
    position:relative;
	background:url("http://www.pillow.co.jp/kyoutsu/guide/images/icon-kago.png") no-repeat 20px center #996600;
	color:#fff;
	font-size:2.4em;
	text-indent:60px;
	margin:0 0 0.5em 0;
	padding:0.6em;
	}
#rakkaseiFooterGuide h2 a{
    position:absolute;
    top:26%;
    right:3.5%;
    display:block;
    background:#fff;
    box-shadow:5px 5px 5px rgba(0,0,0,0.2);
    border-radius:30px;
    color:#815120;
    font-size:0.6em;
    text-indent:0;
    padding:0.4em 1em 0.4em 2.2em;
    text-decoration:none;
}
#rakkaseiFooterGuide h2 a span{
    position:absolute;
    top:36%;
    left:8%;
    display:block;
    width:0;
    height:0;
    border-color:#fff #fff #fff #815120;
    border-style:solid;
    border-width:9px 9px 9px 16px;
    
}
#rakkaseiFooterGuide h3{position:relative;
	border-left:4px solid #815120;
	color:#815120;
	margin:0 0 15px 0;
	padding:0 0 0 10px;
	}
#rakkaseiFooterGuide h3 a{
    position:absolute;
    top:0.1em;
    right:1em;
    display:block;
    background:#996600;
    box-shadow:2px 2px 2px #ccc;
    border-radius:20px;
    color:#fff;
    font-size:0.5em;
    text-indent:0;
    padding:0.4em 1em 0.4em 2.9em;
    text-decoration:none;
}
#rakkaseiFooterGuide h3 a span{
    position:absolute;
    top:27%;
    left:15%;
    display:block;
    width:0;
    height:0;
    border-color:#996600 #996600 #996600 #fff;
    border-style:solid;
    border-width:5px 5px 5px 8px;
}
#rakkaseiFooterGuide p,
#rakkaseiFooterGuide ul{margin:0 auto;
	width:100%;
	}
#rakkaseiFooterGuide .box{padding:0 0 30px;
	}
#rakkaseiFooterGuide .box p, #rakkaseiFooterGuide .box ul{
    width:100%;
	}

#rakkaseiFooterGuide #nagare{
     padding:0 2% 1em 2%;
	 border-bottom:2px dashed #e5ba6c;
	}
#rakkaseiFooterGuide #nagare li{margin:1.3em 0;}
#rakkaseiFooterGuide #nagare li span{
    display:inline-block;
    width:100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom:1px;
    padding:0.7em 0;
    position: relative; /*bの高さを、spanの高さ（可変）に合わせる*/
    background:#f2f2f2;
    border:1px solid #d0d0d0;
    border-radius:5px;
    color:#030303;
    text-align:center;
    }
#rakkaseiFooterGuide #nagare li:after{/* 矢印 */
   	display: block;
    content: url("http://www.pillow.co.jp/kyoutsu/guide/images/icon-arrow01.png");
    position:absolute;
	left:50%;
	}
#rakkaseiFooterGuide #nagare li:last-child:after {content:none;}

#rakkaseiFooterGuide #nagare li span b {
    display:inline-block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float:left;
    vertical-align:middle;
    background:#815120;
    border:1px solid #815120;
    border-right:none;
    border-radius:5px 0 0 5px;
    color:#fff;
    padding-top:0.5em;
    width:15%;
    text-align:center;

    /*bの高さを、liの高さ（可変）に合わせる*/
    position: absolute;
    top: 0; right: 0; bottom: 0; left: 0;
}

#rakkaseiFooterGuide #haiso-otodoke{
    padding:2.7em 3%;
    border-bottom:2px dashed #e5ba6c;}
#rakkaseiFooterGuide #haiso-otodoke img{padding:0 10px 15px 0;vertical-align:text-top;}
#rakkaseiFooterGuide #haiso-otodoke p b{color:#812f20;font-size:25px;}

#rakkaseiFooterGuide #oshiharai{
    padding:2.7em 3%;
}
#rakkaseiFooterGuide #oshiharai p{margin:0 0 15px;}
#rakkaseiFooterGuide #oshiharai li{background:url("http://www.pillow.co.jp/kyoutsu/guide/images/icon-arrow02.png") no-repeat left 6px;padding:0 0 30px 15px;}
#rakkaseiFooterGuide #oshiharai b{color:#812f20;font-size:20px;}

#rakkaseiFooterGuide #henpin{clear:both;padding:20px 0 0 20px;border-top:2px dashed #e5ba6c;}
#rakkaseiFooterGuide #otoiawase{padding:20px 0 20px 20px;border-top:2px dashed #e5ba6c;}
#rakkaseiFooterGuide #otoiawase img{padding:0 0 10px;}
#rakkaseiFooterGuide #otoiawase dt{float:left;}
#rakkaseiFooterGuide #kaisha{padding:20px 0 50px 20px;border-top:2px dashed #e5ba6c;}
#rakkaseiFooterGuide #kaisha table{border-collapse:collapse;width:96%;}
#rakkaseiFooterGuide #kaisha table th,
#rakkaseiFooterGuide #kaisha table td{border:1px solid #cfcfcf;padding:12px 20px;}
#rakkaseiFooterGuide #kaisha table th{width:30%;background:#f2f2f2;font-weight:normal;text-align:center;}

/* お買い物ガイド詳細ページ */
body#rakkaseiMinuteGuide{background:#fffef0; padding-top:2.6em;}
#rakkaseiMinuteGuide h1{border-top:1px solid #dcdcdc;border-bottom:1px solid #dcdcdc;background:#996600;color:#fff;font-size:3em;margin-bottom:1.8em; padding:1.1em 0;}
#rakkaseiMinuteGuide table{border-collapse:collapse;margin:0 auto;width:100%;}
#rakkaseiMinuteGuide th,
#rakkaseiMinuteGuide td{border:1px solid #cfcfcf;padding:15px;}
#rakkaseiMinuteGuide th{font-weight:normal;width:25%;background:#f2f2f2;white-space:nowrap;}
#rakkaseiMinuteGuide td{background:#fff;text-align:left;}
#rakkaseiMinuteGuide .mkrSGt{background:#815120;border:none;color:#fff;font-size:20px;}
#rakkaseiMinuteGuide .left{color:#815120;font-size:18px;text-align:left;}
#rakkaseiMinuteGuide .s-txt{font-size:17px;}
#rakkaseiMinuteGuide p.pageback{text-align:center;}
#rakkaseiMinuteGuide .pageback a{position:relative;display:inline-block;background:#7ab863;box-shadow:2px 2px 2px rgba(0,0,0,0.2);border-radius:10px;color:#fff;font-size:18px;text-decoration:none;margin:35px auto;padding:10px 17px 10px 35px;}
#rakkaseiMinuteGuide .pageback a:hover{opacity:0.8;}
#rakkaseiMinuteGuide .pageback a span{position:absolute;top:19px;left:15px;display:block;width:0;height:0;border-color:#7ab863 #7ab863 #7ab863 #fff;border-style:solid;border-width:5px 5px 5px 8px;}
/*===========================================================================================================================================
 △らっかせいまくら色パレットここまで△
 ===========================================================================================================================================*/


/* よくあるご質問ページ
--------------------------------------------------------------------------------------*/
.faq{width:100%;}
.faq__unit{width:96%;margin:0 auto;}
#faq article section h2{margin-top:2rem; border-left:8px solid #4f2a11; border-bottom:1px solid #4f2a11;padding-left:11px;}
#faq article section h3{margin-top:1.2rem; font-weight:bold;color:#a06a23;}
#faq article section h4{margin-top:1.2rem; font-weight:bold;color:#a06a23;border-bottom:1px dashed #a06a23;}
#faq article section .faq__shopList{background:#eaf5ef;border-radius: 10px;padding:19px 5%;}
#faq article section .faq__shopList ul{margin-left:4%;}
#faq article section p{width:94%;margin:3rem auto 7rem;line-height:1.9;}
#faq article section.faq__conclusion{margin:10rem 0 5rem;}
#faq article section.faq__conclusion img{margin-left:90px;}
.faq__backButton {
    margin:7rem 0 0 296px;
	font-size:19px;
	font-weight:normal;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #e4e872;
	padding:27px 32px;
	text-decoration:none;
	background:-moz-linear-gradient( center top, #fae4bd 5%, #e6c073 100% );
	background:-ms-linear-gradient( top, #fae4bd 5%, #e6c073 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fae4bd', endColorstr='#e6c073');
	background:-webkit-gradient( linear, left top, left bottom, color-stop(5%, #fae4bd), color-stop(100%, #e6c073) );
	background-color:#fae4bd;
	color:#7a7a7a;
	display:inline-block;
	text-shadow:1px 1px 0px #c0c28e;
 	-webkit-box-shadow:inset 1px 1px 0px 0px #ffffff;
 	-moz-box-shadow:inset 1px 1px 0px 0px #ffffff;
 	box-shadow:inset 1px 1px 0px 0px #ffffff;
}
.faq__backButton:hover {
	background:-moz-linear-gradient( center top, #e6c073 5%, #fae4bd 100% );
	background:-ms-linear-gradient( top, #e6c073 5%, #fae4bd 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#e6c073', endColorstr='#fae4bd');
	background:-webkit-gradient( linear, left top, left bottom, color-stop(5%, #e6c073), color-stop(100%, #fae4bd) );
	background-color:#e6c073;
}
.faq__backButton:active {
	position:relative;
	top:1px;
}



/*==========================================================================
                              PC / Tablet
 ==========================================================================*/
/*---- over 960px for PC ----*/
@media (min-width: 960px) {

    body {font-size: 17px; font-size: 1.7rem;}
    article {width: 1000px;}
    h1{font-size:54px;font-size:5.4rem; font-weight:normal;}
    h2{font-size:33px;font-size:3.3rem;}

    div.hiwaTitle h2{
        display:inline;
        float:left;
        padding-top:4rem;
    }
    div.hiwaTitle img{float:right;margin-top:0;}
    #form{margin-left: -500%; margin-right: -500%; padding-left: 500%; padding-right: 500%;text-align:center;}
    

    /* お買いもの簡易ガイド */
    #rakkaseiFooterGuide #nagare{
        width:50%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
	    float:left;
	    border-right:2px dashed #e5ba6c;
	    border-bottom:none;
	}
    #rakkaseiFooterGuide #nagare li span{text-align:left;padding-left:19%;}
    #rakkaseiFooterGuide #nagare li:after{left:36%;}

    #rakkaseiFooterGuide #haiso-otodoke{
        width:50%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
	    padding:0 0 2.5em 4%;
	    float:left;
	}

    #rakkaseiFooterGuide #oshiharai{
        width:50%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
	    padding:2em 0 2.5em 4%;
        float:left;
    }
    
    #rakkaseiFooterGuide h3 a{font-size:16px;padding:0.4em 1em 0.4em 2.5em;}
    #rakkaseiFooterGuide h3 a span{top:36.5%;}
    
    /*よくあるご質問*/
    .faq{width:1000px;}

}
