@charset "UTF-8";
/* CSS Document */
#mainImg {
    width: 100%;
    height: 320px;
    overflow: hidden;
    position: fixed;
    top: 132px;
    left: 0;
    z-index: -5;
}
#mainImg img {
    width: 100%;
    min-width: 1200px;
    min-height: 320px;
}

#mainContents {
    margin-top: 452px;
    background: url(/common/img/cmn/body_bg.png) 0 0 repeat;
}
#mainContents.mainImgNo {
    margin-top: 132px;
}

#mainContents #msgArea {
    padding: 27px 0 74px;
    text-align: center;
}
#mainContents #msgArea h1 {
    margin-bottom: 30px;
}
#mainContents #msgArea h1:first-child + p {
    margin-bottom: 36px;
}
#mainContents #msgArea h1:first-child + p + p,
#mainContents #msgArea h1:first-child + p + p + P,
#mainContents #msgArea h1:first-child + p + p + P + p {
    margin-bottom: 24px;
    line-height: 2;
    font-family: serif;
}
#mainContents #msgArea ul {
    text-align: center;
}
#mainContents #msgArea ul li {
    display: inline-block;
    padding: 0 40px 0 20px;
    text-align: left;
    position: relative;
}
#mainContents #msgArea ul li:before {
content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4px 0 4px 10px;
    border-color: transparent transparent transparent #461209;
    position: absolute;
    top: 8px;
    left: 6px;
}
#mainContents #msgArea ul li a {
    color: #461209;
    text-decoration: none;
}
#mainContents #msgArea #idea {
    margin-top: 40px;
    padding: 40px 0 48px;
    border-top: 1px solid #ccba96;
    border-bottom: 1px solid #ccba96;
}
#mainContents #msgArea #idea ol {
    margin-left: 110px;
}
#mainContents #msgArea #idea ol li {
    font-size: 18px;
    text-align: left;
    list-style: none;
    font-family: serif;
    line-height: 2;
}

#mainContents #outlineArea {
    padding: 28px 0 24px;
    background-color: #fff;
    text-align: center;
}
#mainContents #outlineArea h1 {
    margin-bottom: 24px;
}
#mainContents #outlineArea table {
    width: 800px;
    margin: 0 auto;
}
#mainContents #outlineArea table th,
#mainContents #outlineArea table td {
    padding: 22px 60px;
    border-top: 1px solid #e4e1da;
    text-align: left;
    font-family: serif;
    line-height: 1.8;
}
#mainContents #outlineArea table tr:first-child th,
#mainContents #outlineArea table tr:first-child td {
    border-top: none;
}
#mainContents #outlineArea table td address {
    font-style: normal;
    position: relative;
}
#mainContents #outlineArea table td address:first-child {
    margin-bottom: 2em;
}
#mainContents #outlineArea table td address img {
    position: absolute;
    top: -15px;
    right: -100px;
}

#mainContents #storeArea {
    padding: 36px 0 50px;
    text-align: center;
}
#mainContents #storeArea h1 {
    margin-bottom: 30px;
}
#mainContents #storeArea h1 + p {
    margin-bottom: 50px;
    font-size: 18px;
    font-family: serif;
    line-height: 2;
}
#mainContents #storeArea .store {
    margin-bottom: 58px;
    text-align: left;
}
#mainContents #storeArea .store:last-child {
    margin-bottom: 0;
}
#mainContents #storeArea .store ul {
    overflow: hidden;
}
#mainContents #storeArea .store > ul > li {
    display: block;
    float: left;
    height: 410px;
    padding-right: 20px;
    position: relative;
}
#mainContents #storeArea .store > ul > li:first-child {
    width: 360px;
}
#mainContents #storeArea .store > ul > li:first-child + li {
    width: 560px;
    position: relative;
}
#mainContents #storeArea .store ul li h2 {
    margin: 10px 0;
    font-size: 20px;
}
#mainContents #storeArea .store ul li p {
    font-size: 14px;
}
#mainContents #storeArea .store > ul > li:first-child + li #shopview {
    text-align: center;
    position: absolute;
    top: 0;
    right: 55px;
}
#mainContents #storeArea .store > ul > li:first-child + li .blogList {
    position: absolute;
    top: 312px;
    right: 170px;
}
#mainContents #storeArea .store > ul > li:first-child + li > img + p a,
#mainContents #storeArea .store > ul > li:first-child + li .blogList li {
    margin-bottom: 8px;
    padding-left: 12px;
    line-height: 16px;
    position: relative;
}
#mainContents #storeArea .store > ul > li:first-child + li > img + p a:before,
#mainContents #storeArea .store > ul > li:first-child + li .blogList li:before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4px 0 4px 10px;
    border-color: transparent transparent transparent #461209;
    position: absolute;
    top: 4px;
    left: 0;
}
#mainContents #storeArea .store > ul > li:first-child + li > ul li {
    font-size: 14px;
}
#mainContents #storeArea .store > ul > li:first-child + li > img + p a,
#mainContents #storeArea .store > ul > li:first-child + li > ul li a {
    color: #221815;
    text-decoration: none;
}
#mainContents #storeArea .store > ul > li:first-child + li > img + p a:hover,
#mainContents #storeArea .store > ul > li:first-child + li > ul li a:hover {
    text-decoration: underline;
}

#mainContents #managementArea {
    padding: 10px 0 50px;
    text-align: center;
}
#mainContents #managementArea .inner {
    width: 680px;
}
#mainContents #managementArea #linkPath {
    margin: 0 0 30px;
    font-family: sans-serif;
}
#mainContents #managementArea #linkPath a {
    color: #aa965c;
    text-decoration: none;
}
#mainContents #managementArea #linkPath a:hover {
    text-decoration: underline;
}
#mainContents #managementArea h1 {
    margin-bottom: 0;
}
#mainContents #managementArea p {
    padding: 0 0 0 30px;
    margin-bottom: 1.2em;
    font-size: 15px;
    font-family: serif;
    text-align: left;
    line-height: 2;
}
#mainContents #managementArea .txtR {
    text-align: right;
}
#mainContents #managementArea p b {
    font-size: 18px;
}
#mainContents #managementArea h1 + p {
    margin: 0 0 26px 0;
    padding: 0;
    text-align: center;
}
#mainContents #managementArea h1 + p + p {
    margin-bottom: 30px;
    padding: 0;
    text-align: center;
}
#back {
    display: inline-block;
    margin: 0 auto;
}
#back a {
    display: block;
    padding-left: 20px;
    color: #461209;
    font-family: sans-serif;
    text-decoration: none;
    line-height: 14px;
    position: relative;
}
#back a:before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4px 0 4px 10px;
    border-color: transparent transparent transparent #461209;
    position: absolute;
    top: 3px;
    left: 6px;
}

