@charset "utf-8";

/* 共通部分 */
body{
    max-width: 960px;
    margin: 0 auto;
    font-family: sans-serif;
    font-size: 100%;
    color: #000;
    background-color: #fff5dd;
}
h1,h2,h3,ul,ol,dl,p,table{
    margin-top: 0;
}
img{
    max-width: 100%;
    vertical-align: bottom;
}
a{
    text-decoration: none;
    color: #245a2a;
}
.page-title{
    padding: 20px 0 5px 5px;
    font-size: 1.2rem;
    font-weight: bold;
    color: #245a2a;
    border-bottom: dotted 3px #245a2a;
}
.wrapper{
    margin: 0 4%;
}
p{
    line-height: 1.8;
}

/* header
----------------- */
.shop-logo{
    width: 30%;
    margin: 0 auto;
    padding: 20px 0;
}
.global-nav{
    margin: 0;
	padding: 20px 10px 15px 20px;
    /* background-image: url(../images/menu-bg1.png);
    background-repeat: repeat-x; */
    display: flex;
    justify-content: space-around;
}
/* .global-nav li{
    margin-top: 0.8rem;
} */
.shop-logo:hover{
    opacity: 0.6;
}

.global-nav{
    display: flex;
    padding-left: 20px;
}
.global-nav li{
    padding: 10px;
    margin-right: 20px;
    font-size: 0.9rem;
    list-style-type: none;
}
.global-nav a:hover{
    color: #e26837;
}
/* main
----------------- */
.news p{
    padding: 5px 0 15px 20px;
    font-size: 0.9rem;
}

/* footer
----------------- */
footer p{
    padding: 30px 0 30px;
    font-size: 0.7rem;
    color: #245a2a;
}
/* access */
.map{
    text-align: center;
    margin-bottom: 15px;
}
.map img{
    width: 60%;
}
.access{
    font-size: 0.9rem;
    margin-bottom: 30px;
}
.access p{
    padding-left: 20px;
}
.access ol{
    padding-left: 0;
}
.access li{
    list-style-position: inside;
}
/* menu
------------------ */
.menu-item img{
    margin-bottom: 20px;
}
.menu-list li{
    list-style-type: none;
}
.menu-list img{
    width: 60%;
}
.menu-title{
    border-bottom: #000 solid 1.8px;
    padding-bottom: 5px;
    font-size: 1rem;
}
.menu-item{
    display: flex;
    margin-bottom: 20px;
    border-bottom: dotted 3px #d7d7d7;
}
.menu-content{
    margin: 15px 0 0 20px;
}
.menu-content p{
    font-size: 0.9rem;
}
/* about
---------------------- */
.about-img{
    width: 150%;
}
.about{
    display: flex;
}
.text{
    width: 150%;
    margin-left: 20px;
}
.text p {
    font-size: 0.9rem;
}
.text a,
.shop-info a{
    color: #e26837;
    border-bottom: solid 1px #e26837;
}
table{
    width: 100%;
}
table th{
    width: 10%;
}
table td{
    width: 90%;
}
/* contact
------------------ */

.form-item{
    padding: 10px 5px;
    border-bottom: dashed 1px #d7d7d7;
}
textarea {
	width: 30em;
	height: 6em;
}
input[type=text],select
{
    width: 30em;
    padding: 5px 0;
}
input[type=submit]
{
    background-color: #e5e5e5;
    border-radius: 5px;
    border: solid 1px ;
    padding: 5px 0;
    margin: 20px 0;
    width: 30em;
}

form div{
    border-bottom: dashed 1px #aea9a9;
    padding: 10px;
}
form{
    margin-bottom: 30px;
}