/*--------*/
@media screen and (max-width: 640px) {
html{background:#eee;}
body{
width:100%;
margin-left:0;
margin-right:0;
margin-top:0;
margin-bottom:0;}

hedder{width:100%;height:60px;}
h1{margin:0 auto;padding:20px 0 30px 0;height:28px;}
h1 img{height:120%;}
.banner p{margin:0;}
.banner p img{width:100%;}
h1 a:hover{opacity:0.6;background-color:white;}


.tw_box{width:78%;text-align:center;margin:0 auto;}
.line{border:1px solid #eee;}

img.pc{display:none;}

section{
width:100%;
margin-left:auto;
margin-right:auto;
margin-top:0rem;
margin-bottom:1.0rem;}

#sec02{width:100%;}
#sec02 div.text-box-3{width:90%;margin:0 auto;}
#sec02 div.text-box-3 li{margin-top:1.0rem;line-height:1.8rem;}
#sec02 div.text-box-3 ul{width:94%;padding:0;}
#sec02 div.text-box-3 h2::before {position:relative; content: "■";font-size:1.6rem;top:0.0rem;}
#sec02 div.text-box-3 h2{width:90%;height:40px;padding:0;margin:0 auto;font-size:1.0rem;border-bottom:3px solid #000;}
#sec02 div.text-box-3 p{width:90%;padding:10px 16px 0 16px;margin:0;letter-spacing: 0.01em;}

#sec03{width:100%;}
#sec03 div.text-box-3{width:90%;margin:0 auto;}
#sec03 div.text-box-3 li{margin-top:10px;line-height:20px;}
#sec03 div.text-box-3 ul{width:90%;padding:0;margin:0 15px;}
#sec03 div.text-box-3 h2::before {position:relative; content: "■";font-size:1.6rem;top:0.0rem;}
#sec03 div.text-box-3 h2{width:90%;height:40px;padding:0;margin:0 auto;font-size:1.0rem;letter-spacing: 0.01em;border-bottom:3px solid #000;}
#sec03 div.text-box-3 p{width:90%;padding:0 16px 10px 16px;margin:0;letter-spacing: 0.01em;}
#sec03 .backgd{background-color:#eee;height:auto;padding:0.5rem 0;}

#sec04{width:100%;}
#sec04 div.text-box-3{width:90%;margin:0 auto;}
#sec04 div.text-box-3 h2{width:100%;margin:0;font-size:0.9rem;font-weight:bold;letter-spacing: 0.001em;text-align:center;}
#sec04 div.text-box-3 p{margin:0 0 20px 0;font-size:0.8rem;letter-spacing: 0.001em;text-align:center;}
#sec04 br{display:none;}

.inner{
width: 100%;
margin: 0 auto;}

.inner ul.col3 {width:100%;padding:0;}
.col3 {padding-top:20px;}
.col3 li{
width:90%;
text-align:center;
margin:0 auto;
}

.col3 li p{
line-height:1.2rem;
font-size:0.9rem;
margin:0;}
.col3 li p.img img{padding:0 0; width:90%;}
.crier{
clear:both;}


div.shop_guide p{text-align:center;margin-bottom:10px;}
div.shop_guide p img{width:100%;}
div.shop_guide p a:hover{opacity:0.6;background-color:white;}

.botton003{text-align:center;}
.button003 a {
    background: #ffa500;
    border-radius: 50px;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto;
    margin-bottom:30px;
    max-width: 260px;
    padding: 10px 10px;
    color: #ffffff;
    transition: 0.3s ease-in-out;
    font-weight: 500;
}
.button003 a:hover {
    background: #8b4513;
    color: #FFF;
}
.button003 a:after {
    content: '';
    width: 5px;
    height: 5px;
    border-top: 3px solid #ffffff;
    border-right: 3px solid #ffffff;
    transform: rotate(45deg) translateY(-50%);
    position: absolute;
    top: 50%;
    right: 20px;
    border-radius: 1px;
    transition: 0.3s ease-in-out;
}
.button003 a:hover:after {
    border-color: #FFF;
}

footer{
text-align:center;
color:#fff;
margin-bottom:0;}

footer .box{
background-color:#ddd;padding:30px 0;}


/*-------------ページトップボタン-------------*/
#page-top {
    position: fixed;
    bottom:10px;
    right: 10px;
    font-size: 100%;
    margin:0;}
#page-top a {
    background: #ffa500;
    text-decoration: none;
    color: #fff;
    width: 86px;
    padding: 7px 0;
    text-align: center;
    display: block;
    opacity:0.9;
    border-radius: 5px;}
#page-top a:hover {
    text-decoration: none;
    background: #8b4513;}
}



@media screen and (max-width: 320px) {
body{font-size:0.8rem;}
p{ont-size:0.8rem;}

#sec04 div.text-box-3 h2{width:100%;margin:0;font-size:0.75rem;font-weight:bold;letter-spacing: 0.001em;text-align:center;}
#sec04 div.text-box-3 p{margin:0 0 20px 0;font-size:0.75rem;letter-spacing: 0.001em;text-align:center;}
#sec04 br.spb{display:block;}

.inner ul.col3 {width:100%;padding:0;}
.col3 {padding-top:20px;}
.col3 li{
width:90%;
text-align:center;
margin:0 auto;
}

.col3 li p{
text-align:center;
line-height:1.2rem;
font-size:0.8rem;
margin:0 auto;}
.col3 li p.m_sp{margin:0 0 20px 60px;padding:0 auto;}

}