@charset "UTF-8";
/*-------------------------フォントサイズ等の指定*/
body{
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Noto Sans Japanese", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, Meiryo, sans-serif;
    font-size: 100%;
    color: #656565;
    padding: 0;
    margin: 0;
}

/*-------------------------wrapperの指定*/
#wrapper {
    width: 1000px;
    margin: 0 auto;
    padding: 0;
}

/*-------------------------headerの指定*/
#header {
    background-color: #000055;
    text-align: center;
}

#header img{
    width: 80%;
}

/*-------------------------topの指定*/
#top {
    margin-top: 0px;
    padding-top: 90px;
}

/*-------------------------contentsの指定*/
#contents {
    text-align: center;
    font-size: 120%;
}

#contents table {
    margin-left: auto;
    margin-right: auto;
}

#contents h1 {
    font-size: 300%;
    font-weight: bold;
    color: black;
}

#contents h2 {
    font-size: 200%;
    font-weight: bold;
}

#contents h3 {
    font-size: 200%;
    line-height: 0;
}

.semai {
    line-height: 1;
}

#kashikiri {
    text-align: left;
    margin-left: 50px;
}

.kashikiri-s {
    text-align: left;
    margin-left: 25px;
    line-height: 200%;
    font-size: 80%;
}

#manner {
    text-align: left;
    margin-left: 50px;
    line-height: 250%;
    font-size: 80%;
}

.center {
    text-align: center;
    display:block;
    margin:0 auto;
}

.left {
    text-align: left;
    margin-left: 50px;
}

.right {
    text-align: right;
    margin-right: 50px;
}

.blue {
    color: #3c8cc8;
}

#omise {
    text-align: center;
    line-height: 70%;
}

#omise h1 {
    font-size: 200%;
    font-weight: bold;
}

#omise h2 {
    font-size: 140%;
    font-weight: bold;
}

/*-------------------------back-topの指定*/
#back-top {
    position: fixed;
    bottom: 1%;
    right: 3%;
}

#back-top span {
    background-image:
        url(../img/to-top-be.png);
    background-repeat: no-repeat;
    width: 150px;
    height: 80px;
    display: block;
}

#back-top span:hover {
    background-image:
        url(../img/to-top-af.png);
    background-repeat: no-repeat;
}

/*-------------------------contentsの表組み指定*/
#shop {
    font-size: 100%;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    border-collapse: collapse;
}

#shop tr {
    border-color: #656565;
    border-style: solid;
    border-width: 1px 0;
}

#shop td{
    padding: 0px 0px 0px 20px;
}

#menu {
    font-size: 100%;
    margin-left: auto;
    margin-right: auto;
}

.menu-40 {
    background-image: url(../img/menu-line40.jpg);
    width: 40px;
}

.menu-430img {
    width: 430px;
}

.menu-430r {
    background-image: url(../img/menu-line430.jpg);
    text-align: left;
    vertical-align: bottom;
    line-height: 110%;
    padding: 0px 0px 30px 40px;
    width: 430px;
}

.menu-430l {
    background-image: url(../img/menu-line430.jpg);
    text-align: right;
    vertical-align: bottom;
    line-height: 110%;
    padding: 0px 40px 30px 0px;
    width: 430px;
}

.menu-580img {
    width: 580px;
    padding: 0px 0px 20px 0px;
}

.menu-280r {
    background-image: url(../img/menu-line430.jpg);
    text-align: left;
    vertical-align: bottom;
    line-height: 110%;
    padding: 0px 0px 40px 0px;
    width: 280px;
}

/*-------------------------字下げ設定*/
.sage1em {
    padding-left: 1em;
    margin: 0;
}

.sage2em {
    padding-left: 2em;
    margin: 0;
}

.sage3em {
    padding-left: 3em;
    margin: 0;
}

.sage4em {
    padding-left: 4em;
    margin: 0;
}

.sage5em {
    padding-left: 5em;
    margin: 0;
}

.sage6em {
    padding-left: 6em;
    margin: 0;
}

.sage7em {
    padding-left: 7em;
    margin: 0;
}

/*-------------------------footerの指定*/
#footer {
    font-size: 80%;
    text-align: center;
    color: black;
    padding: 25px 0px 0px 0px;
    background-image: url(../img/mama-footer.jpg);
    background-repeat: no-repeat;
    height: 40px;
}
