/*--------*/
@media screen and (min-width: 640px) {

html{background:#eee;}
body{
width:840px;
margin-left:auto;
margin-right:auto;
margin-top:0;
margin-bottom:0;}

hedder{height:60px;}
h1{margin:0;height:36px;padding:30px 0;}
h1 img{height:36px;}
div.banner p img{width:620px;}
div.banner p{text-align:center;margin-bottom:30px;}
h1 a:hover{opacity:0.6;background-color:white;}


.tw_box{width:400px;height:370px; text-align:center;margin:20px auto;}

img.sp{display:none;}

section{
width:780px;
margin-left:auto;
margin-right:auto;
margin-top:0px;
margin-bottom:40px;}


section div.s2_img{float:right;}

#sec02{width:780px;}
#sec02 div.text-box-3{width:680px;padding-top:0px;}
#sec02 div.text-box-3 li{margin-top:10px;line-height:20px;}
#sec02 div.text-box-3 ul{width:680px;}
#sec02 div.text-box-3 h2::before {position:relative; content: "■";font-size:36px;top:2px;}
#sec02 div.text-box-3 h2{margin-left:50px;width:680px;height:54px;font-size:20px;border-bottom:4px solid #000;}
#sec02 div.text-box-3 p{margin-left:50px;width:680px;text-align:center;}
#sec02 div.text-box-3 p.lef{text-align:left;}

#sec03{width:780px;}
#sec03 div.text-box-3{width:680px;padding-top:0px;}
#sec03 div.text-box-3 li{margin-top:10px;line-height:20px;}
#sec03 div.text-box-3 ul{width:680px;}
#sec03 div.text-box-3 h2::before {position:relative; content: "■";font-size:36px;top:2px;}
#sec03 div.text-box-3 h2{margin-left:50px;width:680px;height:54px;font-size:20px;border-bottom:2px solid #000;}
#sec03 div.text-box-3 p{margin-left:50px;width:680px;text-align:center;}
.backgd{background-color:#eee;height:880px;}


#sec04{width:780px;}
#sec04 div.text-box-3{width:680px;padding-top:0px;}
#sec04 div.text-box-3 h2{margin:0 0 0 50px;width:680px;font-size:20px;text-align:center;}
#sec04 div.text-box-3 p{margin:0 0 40px 50px;width:680px;text-align:center;}
#sec04 br{display:block;}


.inner{
width: 780px;
margin: 0 auto;}


.col3 {padding-top:20px;}
.col3 li{
width: 346px;
text-align: center;
margin-right:10px;
float: left;}

.col3 li p.img{padding:0;margin:0;}
.col3 li p.img img{width:330px;}

.crier{
clear:both;}

div.shop_guide p{text-align:center;margin-bottom:30px;}
div.shop_guide p img{width:560px;}
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;
    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: 20px;
    right: 20px;
    font-size: 100%;}

#page-top a {
    background: #ffa500;
    text-decoration: none;
    color: #fff;
    width: 100px;
    padding: 30px 0;
    text-align: center;
    display: block;
    border-radius: 5px;}

#page-top a:hover {
    text-decoration: none;
    background: #8b4513;}
}