@charset "utf-8";
/* CSS Document */
/*■原則改変しない■*/
/*■全体統括指定■*/

* {box-sizing:border-box;}
html{font-size: 62.5%;}
body {text-align:center;background:#f5f5f5; margin:0; padding:0 2.5%; color:#333;font-size:1.4rem;/* 14px*/line-height: 1.5; font-family: sans-serif ;}
#header, #footer {min-height:40px; width:100%; min-width:100%; background:#333; position:relative;}
#header a, #footer a {color:#FFF; text-decoration:none;}

a {color:#FFF;  text-decoration:none;padding:0.7em 0 0.5em 0; }
#main {width:100%; max-width:800px; margin:auto auto 5em auto ; text-align:left;padding:10px 0 ;background:#FFF;}

img.icon {margin:auto; text-align:center; padding:10%; width:100%; max-width:300px;}

h2 {padding:10% 0.5em 0.1em 0.5em; font-size:2em; font-weight:normal; border-bottom:4px double #63ACB9; 
margin-top:2em;text-align:center; border-top:80px solid #f5f5f5; position:relative;}
h2.icon {padding:30% 0.5em 0.1em 0.5em;}
h2.icon::after {content:""; position:absolute; top:0; left:0; right:0; margin:-5% auto 0 auto;width:30%; height:0; padding-top:30%;
background-repeat:no-repeat; background-size:60%; background-color:#FFF;background-position:50% 50%; border-radius:50%;z-index:2}
h2.icon::before {content:""; position:absolute; top:0; left:0; right:0; width:100%; height:0; display:block; background:#F3F3F3;
 margin:0; padding:6% 0 0 0;z-index:1;}


h2#storeinfo::after {background-image:url(https://ic4-a.wowma.net/mi/w/1280/h/1280/q/90/shopping.geocities.jp/riverall/img/FREE-COD.png);}
h2#payment::after {background-image:url(https://ic4-a.wowma.net/mi/w/1280/h/1280/q/90/shopping.geocities.jp/riverall-men/img/payment.png);}
h2#receipt::after {background-image:url(https://ic4-a.wowma.net/mi/w/1280/h/1280/q/90/bcimg1-a.wowma.net/plus/u11386081/pc/guide/imgcss/receipt.png);}
h2#delivery::after {background-image:url(https://ic4-a.wowma.net/mi/w/1280/h/1280/q/90/shopping.geocities.jp/riverall-men/img/delivery.png);}
h2#cancel::after {background-image:url(https://ic4-a.wowma.net/mi/w/1280/h/1280/q/90/bcimg1-a.wowma.net/plus/u11386081/pc/guide/imgcss/30days-warranty.png);}
h2#repair::after {background-image:url(https://ic4-a.wowma.net/mi/w/1280/h/1280/q/90/bcimg1-a.wowma.net/plus/u11386081/pc/guide/imgcss/repair-warranty.png);}
h2#price::after {background-image:url(https://ic4-a.wowma.net/mi/w/1280/h/1280/q/90/shopping.geocities.jp/riverall-men/img/shop.png);}
h2#qa::after {background-image:url(https://ic4-a.wowma.net/mi/w/1280/h/1280/q/90/shopping.geocities.jp/riverall-men/img/qa.png);}
h2#otoiawase::after {background-image:url(https://ic4-a.wowma.net/mi/w/1280/h/1280/q/90/bcimg1-a.wowma.net/plus/u11386081/pc/guide/imgcss/contact-us.png);}
h2#asutsuku::after {background-image:url(https://ic4-a.wowma.net/mi/w/1280/h/1280/q/90/shopping.geocities.jp/riverall-men/img/asutsuku.png);}



h3 {display:table; font-size:1.5em;text-align:center; margin:1.2em auto 0.8em; padding: 0 2em; font-weight:normal; border-bottom:1px dashed #63ACB9; }
.text {width:100%; max-width:700px; padding:0 2% 20px 2% ;  margin:0 auto 5em auto;  background:;}
.red {color:#E43636; font-weight:bold; font-size:1.1em;}
a {color:#00D; text-decoration:underline;}
h4{
    position:relative;
    width:100%;
    max-width:600px;
    background:#FFFFFF;
    padding:30px 10px;
    text-align:center;
    border:1px solid #63ACB9;
    color:#333;
    font-weight:normal;
    font-size:1.4em;
    border-radius:10px;
    -webkit-border-radius:10px;
    -moz-border-radius:10px;
    margin:30px auto;
}
h4:after,h4:before{
    border: solid transparent;
    content:'';
    height:0;
    width:0;
    pointer-events:none;
    position:absolute;
    top:100%;
    left:50%;
}
h4:after{
    border-color: rgba(255, 255, 255, 0);
    border-top-width:10px;
    border-bottom-width:10px;
    border-left-width:10px;
    border-right-width:10px;
    margin-left: -10px;
    border-top-color:#FFFFFF;
}
h4:before{
    border-color: rgba(34, 34, 34, 0);
    border-top-width:11px;
    border-bottom-width:11px;
    border-left-width:11px;
    border-right-width:11px;
    margin-left: -11px;
    margin-top: 1px;
    border-top-color:#63ACB9;
}



table#navi {width:90%; margin:auto; text-align:center; border-spacing:10px;}
table#navi td {padding:10px; background:#; line-height:2em; border:2px solid #BEEBE9;}
table#navi td a {font-size:1.em;text-decoration:none; display:block; color:#222; font-weight:;}
#go_top {position:fixed; bottom:3%; right:3%; z-index:100 }
#go_top a {display:block;width:40px; height:40px; opacity:0.45;}
#go_top a:hover {opacity:0.7;}
a.otoiawase {display:block; padding:20px 3%; margin:auto; background:#333;text-align:center; width:80%; 
max-width:600px; color:#FFF; text-decoration:none; font-size:1.3em;}


ul.navigation {
  padding: 0px;
  margin: 0px;
}
.navigation .item.first {
  padding: 0px
}
.navigation li {
  position: relative;
  list-style: none;
  padding-left: 25px;
}
.navigation .item img {
  height: 40px;
  vertical-align: middle;
}
.navigation li span {
  line-height: 40px;
	font-size: 90%;
}
.navigation .item i {
  background-color: #fa3e3e;
  border-radius: 2px;
  color: white;
  padding: 1px 3px;
  font-size: 10px;
  position: absolute;
  z-index: 5;
}

ul.navigation li#hen{background-image:url(https://ic4-a.wowma.net/mi/w/1280/h/1280/q/90/shopping.geocities.jp/riverall/img/30days-warranty.png); background-size: 50px; background-repeat: no-repeat; background-position: 10px}
ul.navigation li#dai{background-image:url(https://ic4-a.wowma.net/mi/w/1280/h/1280/q/90/shopping.geocities.jp/riverall/img/FREE-COD.png); background-size: 50px; background-repeat: no-repeat; background-position: 10px}
ul.navigation li#toi{background-image:url(https://ic4-a.wowma.net/mi/w/1280/h/1280/q/90/shopping.geocities.jp/riverall/img/contact-us.png); background-size: 50px; background-repeat: no-repeat; background-position: 10px}
ul.navigation li#ryo{background-image:url(https://ic4-a.wowma.net/mi/w/1280/h/1280/q/90/shopping.geocities.jp/riverall/img/receipt.png); background-size: 50px; background-repeat: no-repeat; background-position: 10px}
ul.navigation li#hos{background-image:url(https://ic4-a.wowma.net/mi/w/1280/h/1280/q/90/shopping.geocities.jp/riverall/img/repair-warranty.png); background-size: 50px; background-repeat: no-repeat; background-position: 10px}

.ggmap {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px;
height: 0;
overflow: hidden;
}
 
.ggmap iframe,
.ggmap object,
.ggmap embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
@media (min-width: 765px) {/* 765px以上*/
#main {}
h2 {font-size:2.3em;}
h3 {font-size:1.5em;}
body{font-size:1.6rem;/* 16px*/}
table#navi td a {font-size:1.2em;text-decoration:none; display:block; color:#222; font-weight:;}
}
