@charset "utf-8";

/* 基本タグ設定 */
body{
	font-size:12px;
	font-family: "メイリオ", sans-serif;
	margin:0px;
	padding: 0px;
}
h2{
	background-color:hsla(0,0%,40%,1.00);
	color:white;
	padding:5px 0 5px 8px;
	margin:40px 0 0 0;
	font-size:16px;
}
h4{
	background-color:hsla(0,0%,72%,1.00);
	padding:5px 0 5px 5px;
	color:white;
}
p{
	padding-left:10px;
}
#question{
	margin-top:-150px;
	padding-top:150px;
}
/*
#size{
	margin-top:-150px;
	padding-top:150px;
}

#return{
	margin-top:-150px;
	padding-top:150px;
}

#attention{
	margin-top:-150px;
	padding-top:150px;
}

#delivery{
	margin-top:-150px;
	padding-top:150px;
}


#payment{
	margin-top:-150px;
	padding-top:150px;
}
	
#order{
	margin-top:-160px;
	padding-top:160px;
}
*/
#container{
	width:95%;
	margin:0 auto;
}
#info_header{
	text-align:center;
	margin:30px 0;
	font-size:16px;
}
#info_header p span{
	font-size:30px;
	font-weight:bold;
}
#copyright{
	margin-top:100px;
	background-color:black;
	color:white;
	text-align:center;
	padding:10px 0;
}
#to_order,#other_question{
	margin-bottom:100px;
}
/*サイズについて*/
.size_container{
	margin-bottom:60px;
}
.size_container:after{
	clear:both;
	content:"";
	display:block;
}
.size_img{
	float:left;
}
.size_comment{
	float:left;
	margin-top:60px;
	margin-left:20px;
}
.guide_rl{
	padding-left:10px;
	margin-bottom:100px;
}
.guide_rl:after{
	content:"";
	display:block;
	clear:both;
}
ul{
	list-style:none;
	margin:0;
	padding-left:0px;

}
.guide li{
	margin-bottom:8px;
	padding-left:1em;

}
.left_guide{
	float:left;
	width:50%;
}
.right_guide{
	float:left;
	width:50%;
}
/*再入荷について*/
.rearrival_img{
	float:left;
	width:50%;
	vertical-align:bottom;
	text-align:center;
}
.rearrival_text{
	float:right;
	width:50%;
}

.rearrival{
	margin-bottom:20px;
}
.rearrival:after{
	content:"";
	display:block;
	clear:both;
}
/*配達時刻について*/
.delivery_time li{
	display:inline-block;
	float:left;
	margin-left:10px;
}
.delivery_time:after{
	display:block;
	clear:both;
	content:"";
}
/* 赤文字 */
.text_red{
	color:red;
}
/* 注文の流れ */
.order_flow{
	width:180px;
	height:200px;
	vertical-align:top;
	margin-top:5px;
	padding:5px;
	border:black 1px solid;
	display:inline-block;
	word-wrap: break-word;
}


a.fix_color{
	color:rgba(6,6,6,1.00);
}

.margin_header{
	margin-top:120px;
}

/* CSS Document */

 
/* header */
#top-head {
    top: -100px;
    position: absolute;
    width: 100%;
    margin: 100px auto 0px;
    line-height: 1;
    z-index: 999;
}
#top-head a,
#top-head {
    color: black;
    text-decoration: none;
}
#top-head a:hover{
	background-color:rgba(123,121,121,0.20);
}
#top-head .inner {
    position: relative;
}
#top-head .logo {
    float: left;
}
#global-nav ul {
    list-style: none;
    position: absolute;
    right: 0;
    bottom: 37px;/* メニューの高さ調整 */
    font-size: 18px;
	font-weight:bold;
}
#global-nav ul li {
    float: left;
}
#global-nav ul li a {
    padding: 0 30px;
}
 
/* Fixed */
#top-head.fixed {
    margin-top: 0;
    top: 0;
    position: fixed;
    padding-top: 10px;
    height: 90px;
    background:white;
    transition: top 0.65s ease-in;
	box-shadow: 0px 9px 3px -3px rgba(0,0,0,0.3);
  	-webkit-box-shadow: 0px 9px 3px -3px rgba(0,0,0,0.3);
  	-moz-box-shadow: 0px 9px 3px -3px rgba(0,0,0,0.3);
    -webkit-transition: top 0.65s ease-in;
    -moz-transition: top 0.65s ease-in;
}
#top-head.fixed .logo {
    font-size: 24px;
    color: black;
	margin-bottom:25px;
}
#top-head.fixed #global-nav ul li a {
    color: #333;
    padding: 0 20px;
}
 
/* Toggle Button */
#nav-toggle {
    display: none;
    position: absolute;
    right: 12px;
    top: 14px;
    width: 34px;
    height: 36px;
    cursor: pointer;
    z-index: 101;
}
#nav-toggle div {
    position: relative;
}
#nav-toggle span {
    display: block;
    position: absolute;
    height: 4px;
    width: 100%;
    background: #666;
    left: 0;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
}
#nav-toggle span:nth-child(1) {
    top: 0;
}
#nav-toggle span:nth-child(2) {
    top: 11px;
}
#nav-toggle span:nth-child(3) {
    top: 22px;
}

.style_title{
	
	margin-top:30px;
	font-size: 20px;
	font-weight:bold;
	color: #202020;
}

/* トップページへ移動 */

#move_top{
	position:fixed;
	bottom:27px;
	right:10px;
	background:hsla(351,4%,65%,0.85);
	padding:6px;
	color:white;
}
#move_top a{
	color:white;
	font-size:18px;
	font-weight:bold;
	text-decoration:none;
}

/*アコーディオンメニュー*/

.ac_menu dt{
	display:block;
    width:100%;
	padding:10px 0px 20px 0px;
    border-bottom :#666 1px solid;
    cursor:pointer;
}
.ac_menu dt:before{
	content: '';
    position: relative;
    float: right;
    border: 8px solid rgba(179, 10, 10, 0);
    border-top-color: #000;
    width: 0;
    height: 0;
    top: 5px;
    right: 20px;
}
.ac_menu dt.open:before{
	content: '';
    position: relative;
    float: right;
    border: 8px solid transparent;
    border-bottom-color: #000;
    width: 0;
    height: 0;
    top: -5px;
    right: 20px;
}
.ac_menu dd{
    width:100%;
	margin-left:0px;
    display:none;
	margin-top:30px;
}
.ac_menu dd span{
	display:block;
	padding-left:10px;
}
.ac_menu dt span{
	font-size:20px;
	display:block;
	padding-left:15px;
	padding-right: 50px;
}
.ac_menu dd:after{
	content:"";
	display:block;
	margin: 30px 0;
	border-bottom:2px dotted hsla(0,0%,28%,0.4);
}

/*追加*/

.tdwh{
	padding:5px;
	background-color:#ffffff;
	line-height:160%;
	border-top:1px solid #eeeeee;
	border-right:1px solid #eeeeee;
	border-bottom:1px solid #eeeeee;
}

.tdwh_bottom{
	padding:5px;
	background-color:#ffffff;
	line-height:160%;
	border-top:1px solid #eeeeee;
	border-right:1px solid #eeeeee;
	border-bottom:1px solid #eeeeee;
}


.pay_sp{
	display:none;
	}
	


@media screen and (max-width : 640px ){
	body{
		font-size:14px;
	}
	h2{
		font-size:16px;
	}
		.ac_menu dt span{
		font-size:13px;
		font-weight:bold;
	}

	.ac_menu > dd > span{
		font-size:12px;
	}
	.rearrival_text{
		display:none;
	}

	#info_header{
		text-align:center;
		margin:80px 0 20px 0;
		font-size:14px;
	}
	#info_header p span{
		font-size:18px;
		font-weight:bold;
	}
	.size_img > img{
		width:100%;
	}
	.size_comment{
		margin-top:0px;
	}
	.np{
		width:100%;
	}
	.logo{
		width:26%;
	}
    .margin_header{
		margin-top:55px;
	}
	#top-head,
    .inner {
        width: 100%;
        padding: 0;
    }
    #top-head {
        top: 0;
        position: fixed;
        margin-top: 0;
    }
    /* Fixed reset */
    #top-head.fixed {
        padding-top: 0;
        background: transparent;
    }
    #mobile-head {
        background: #fff;
        width: 100%;
        height: 56px;
        z-index: 999;
        position: relative;
    }
	#top-head.fixed{
		height:50px;
	}
    #top-head.fixed .logo,
    #top-head .logo {
        position: absolute;
        left: 13px;
        top: 0px;
        color: #333;
        font-size: 10px;
    }
    #global-nav {
        position: absolute;
        /* 開いてないときは画面外に配置 */
        top: -500px;
        background: #333;
        width: 100%;
        text-align: center;
        padding: 10px 0;
        -webkit-transition: .5s ease-in-out;
        -moz-transition: .5s ease-in-out;
        transition: .5s ease-in-out;
    }
    #global-nav ul {
        list-style: none;
        position: static;
        right: 0;
        bottom: 0;
        font-size: 14px;
		padding:0px;
		margin:0px;
    }
    #global-nav ul li {
        float: none;
        position: static;
    }
    #top-head #global-nav ul li a,
    #top-head.fixed #global-nav ul li a {
        width: 100%;
        display: block;
        color: #fff;
        padding: 18px 0;
    }
    #nav-toggle {
        display: block;
    }
    /* #nav-toggle 切り替えアニメーション */
    .open #nav-toggle span:nth-child(1) {
        top: 11px;
        -webkit-transform: rotate(315deg);
        -moz-transform: rotate(315deg);
        transform: rotate(315deg);
    }
    .open #nav-toggle span:nth-child(2) {
        width: 0;
        left: 50%;
    }
    .open #nav-toggle span:nth-child(3) {
        top: 11px;
        -webkit-transform: rotate(-315deg);
        -moz-transform: rotate(-315deg);
        transform: rotate(-315deg);
    }
    /* #global-nav スライドアニメーション */
    .open #global-nav {
        /* #global-nav top + #mobile-head height */
        -moz-transform: translateY(556px);
        -webkit-transform: translateY(556px);
        transform: translateY(556px);
    }
	.style_title{
		text-align:left;
		padding-left:10px;
	}
	.logo_img{
		width:100%;
	}
	
	
	/*追加*/
	
	.tdwh{
	background-color:#ffffff;
	line-height:160%;
	border-top:1px solid #eeeeee;
	border-right:1px solid #eeeeee;
	border-bottom:1px solid #eeeeee;
}

.tdwh_bottom{
	padding:5px;
	background-color:#ffffff;
	line-height:160%;
	border-top:1px solid #eeeeee;
	border-right:1px solid #eeeeee;
	border-bottom:1px solid #eeeeee;
}


.credit{
	width:30%;
	float:left;
	text-align:center;
	border:1px solid #333;
	margin:10px 5px;
	}


.pay{
	display:none;
	}

.pay_sp{
	width:100%;
	}
	
.pay_sp{
	display:block;
}

	
}
