body {
    font-family: "ＭＳ Ｐゴシック", Arial, Helvetica, Sans-Serif;
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
    color: #DCDDD0;
    margin: 0 auto;
    padding: 0;
    background-color: #12120D;
    background-image: url('../img/Page-BgTexture.jpg');
    background-repeat: repeat;
    background-attachment: scroll;
    background-position: top left;
}

#wrapper {
    width: 860px;
    margin: 50px auto 20px;
    box-shadow: 0px 0px 15px rgba(160, 160, 160, 0.6);

}

header {
    width: 100%;
    background-color: #000000;
}

h1 {
    padding: 6px 0 0;
}

h1 img {
    display: block;
    margin: 0 auto;
}

nav#gnav {
    background: url(../img/nav.png) no-repeat center center;
    height: 36px;
    margin-bottom: 2px;
}

#gnav>ul {
    display: flex;
    gap: 10px;
    align-items: stretch;
    justify-content: flex-start;
    margin: 0 0 0 10px;
}

#gnav>ul>li {
    position: relative;
    margin-top: 8px;
}

#gnav>ul>li>a {
    font-family: "ＭＳ Ｐ明朝", Arial, Helvetica, Sans-Serif;
    display: inline-block;
    padding: 8px 30px 6.7px;
    color: #9B9C77;
    text-decoration: none;
    background-image: url('../img/MenuItem.png');
    background-repeat: no-repeat;
    background-position: top right;
    border-bottom: 1px solid #52533c;
}

#gnav>ul>li>a:hover {
    color: #E9EAE1 !important;
    background-position-y: -30px;
}

#gnav>ul>li.active>a {
    color: #ADAE8F;
    background-position-y: -60px;
    border-left: 1px solid #52533c;
    border-bottom: 1px solid #000;
}

/* サブメニューを初期非表示にする */
#gnav li .subnav {
    display: none;
}

/* 親メニューにマウスホバーされたときにサブメニューを表示する */
#gnav li:hover .subnav {
    display: block;
    position: absolute;
    top: 100%;
    left: 0;
    padding: 0;
    margin: 0;
}

/* サブメニューのスタイル */
#gnav li:hover .subnav li a {
    display: block;
    white-space: nowrap;
    height: 20px;
    width:180px;
    overflow: hidden;
    text-align: left;
    text-indent: 12px;
    text-decoration: none;
    line-height: 20px;
    color: #9D9F7A;
    font-family: "ＭＳ Ｐ明朝",Arial, Helvetica, Sans-Serif;
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
    margin-right: auto;
    background-image: url('../img/subitem-bg.png');
    background-position: left top;
    background-repeat: repeat-x;
    border-width: 1px;
    border-style: solid;
    border-color: #353527;
}
#gnav li:hover .subnav li a:hover {
    color: #202118;
    border-color: #93946B;
    background-position: 0 -20px;
}

#container {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
}

#side {
    width: 213px;
    margin: 0 0 0 2px;
}

#side a {
    color: #B5B69A;
    text-decoration: underline;
}

#side a:hover {
    color: #CDCEBB;
    text-decoration: none;
}

main {
    width: 620px;
    padding: 30px 5px 10px 0;
}

footer {
    background-image: url('../img/Footer.png');
    background-repeat: no-repeat;
    background-position:bottom center;
    width: 856px;
    padding: 20px 0;
    text-align: center;
    margin-top: 50px;
    font-size: 11px;
    color: #BEBFA6;
}


.ttl-red {
    color:#f00;
    font-family: "ＭＳ Ｐ明朝",Arial, Helvetica, Sans-Serif;
    font-size:18px;
    text-align: center;
    margin-bottom:20px;
}

.ttl-tora {
    font-family: "ＭＳ Ｐ明朝",Arial, Helvetica, Sans-Serif;
    font-size:18px;
    font-weight: bold;
    margin-bottom:10px;
}

.oshinagaki {
    font-size:14px;
}

.oshinagaki.font16 {
    font-size:16px;
}

.oshinagaki .left {
    width:49%;
    float:left;
}

.oshinagaki .right {
    width:49%;
    float:right;
}

.oshinagaki dl {
    margin-bottom:10px;
}
.oshinagaki dd {
    margin-left:40px;
}

.mb10 {
    margin-bottom: 10px !important;
}

.mb20 {
    margin-bottom: 20px !important;
}

.mb30 {
    margin-bottom: 30px !important;
}

.mb40 {
    margin-bottom: 40px !important;
}


img.floatleft {
    float:left;
    margin:0 20px 20px 0;
}

img.floatright {
    float:right;
    margin:0 0 20px 20px;
}

.gallery-box {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: stretch;
}

.gallery-box li {
    width:25%;
}
.gallery-box.gift li {
    width:180px;
    margin-bottom:10px;
}

.gallery-box li a {
    width:128px;
    padding: 2px;
    display: block;
    border: 2px #9db2b9 solid;
    border-radius: 5px;
    line-height: 0;
    text-decoration: none;
    margin:0 auto;
}

.gallery-box.gift li a {
    width:160px;
}