@charset "utf-8";
body {
    font-size: 16px;
    font-family: "FP-ヒラギノ明朝 ProN W2" !important;
    line-height: 1.7;
}

h2 {
    font-size: 115%;
    line-height: 1.8;
}

p {
    line-height: 1.8;
}

a {
    color: #753804;
}

a:hover,button:hover {
    opacity: 0.6;
}

.logout.my-false {
    display: none;
}
.login.my-true {
    display: none;
}

.fs-preview-header { display: none; }

.fs-c-breadcrumb__list {
    width: 1216px;
    margin: 0 auto;
    padding: 20px 0;
}

main.fs-l-main {
    display: flex;
    flex-wrap: wrap;
    width: 1216px;
    margin: 0 auto;
}
aside#side-container {
    max-width: 240px;
    width: 240px;
    margin-right: 48px;
}
section#main-container {
    max-width: 928px;
    width: 928px;
}

.fs-l-page {
    margin-top: 140px;
}

.mb-40 {
    margin-bottom: 80px;
}

.flex-mode {
    display: flex;
    flex-wrap: wrap;
}

.fs-c-heading.fs-c-heading--page {
    margin: 0;
    margin-bottom: 20px;
}

button.fs-c-button--displayPassword.fs-c-button--particular,button.fs-c-button--hidePassword.fs-c-button--particular {
    background: none;
    border: none;
}

.fs-c-button--particular.fs-c-button--displayPassword::before {
    content: "\f06e";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #cacaca;
    font-size: 16px;
}

.fs-c-button--hidePassword.fs-c-button--particular::before {
    content: "\f070";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #cacaca;
    font-size: 16px;
}

/* float時共通スタイル */
.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

main.fs-l-main.clearfix {
    display: block;
}

main.fs-l-main.clearfix aside#side-container {
    float: left;
}

.clearfix form#fs_form {
    float: left;
    width: 928px;
    margin: 0 auto;
}

.clearfix table {
    width: 700px;
    margin: 0 auto;
}

/* ヘッダー */

header {
    box-shadow: 0px 2px 2px #ddd;
    position: fixed;
    background: #fff;
    width: 100%;
    z-index: 1000;
    padding-top: 5px;
    top: 0;
}

#header-container {
    display: flex;
    flex-wrap: wrap;
    width: 1200px;
    justify-content: space-between;
    margin: 0 auto;
    align-items: center;
}

.fs-p-logo {
    align-items: center;
}

.fs-p-logo p {
    margin-left: 20px;
    color: #83022c;
}

#header-right {
    width: 700px;
}

#header-right-top {
    align-items: center;
    padding: 10px;
    border-bottom: 1px solid #ddd;
    justify-content: space-between;
}

#header-tel {
    margin-right: 20px;
    align-items: center;
}

#header-tel a {
    color: #000;
    text-decoration: none;
    align-items: center;
}

#freedial img {
    width: 20%;
}

#header-right-bottom {
    padding: 0 10px;
}

#header-guide-btn {
    margin-right: 20px;
    background: #e2e2e2;
}

.header-utility-btn a {
    background: #E5E1DB;
    padding: 7px 15px;
    border-radius: 25px;
    text-decoration: none;
    color: #000;
    align-items: center;
    letter-spacing: 1px;
    font-size: 90%;
}

header .fs-clientInfo.is-ready {
    display: block;
    background: #DD5D50;
    padding: 0px 6px;
    border-radius: 20px;
    color: #fff;
    margin-left: 5px;
    text-align: center;
}

#header-right-bottom ul {
    justify-content: space-between;
    padding: 0;
    margin: 0;
}

#header-right-bottom ul li {
    list-style: none;
    width: 20%;
    text-align: center;
}

.header-sub {
    position: absolute;
    width: 240px;
    display: none;
    top: 131px;
}

.header-sub li {
    width: 240px;
    display: block;
    margin: 0;
    padding: 0 !important;
}

.header-sub li a {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    text-decoration: none;
    color: #52514F;
    font-size: 85%;
    padding: 10px 10px;
    width: 220px;
    background: #f7f2e9;
    border-bottom: 1px solid #e6e1d9;
}

.header-sub li a img {
    margin-right: 15px;
    width: 30px;
}

li.header-menu-list:hover > ul.header-sub {
    display: block;
}

.header-sub a:hover {
    background: #eadcc5;
    opacity: 1;
}

.menu-top-floor {
    text-decoration: none;
    color: #000;
    display: block;
    padding: 15px 10px 12px 10px;
    border-bottom: 3px solid #fff;
}

.menu-top-floor:hover {
    border-bottom: 3px solid #604622;
    color: #604622;
}

/* フッターエリア */

#footer-container {
    background: #F3EFE7;
    margin-top: 180px;
    padding-top: 60px;
    font-size: 80%;
}

#footer-container a {
    color: #444444;
}

#footer-container ul {
    list-style: none;
    padding:0;
}

#footer-contents3 {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

#footer-container h4 {
    color: #60553F;
    border-bottom: 1px solid #60553F;
    padding-bottom: 10px;
    font-size: 15px;
}

.footer-group3 {
    width: 30%;
}

#footer-contents3 a {
    text-decoration: none;
}

#payment-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

#payment-list a {
    width: 47%;
    background: #FFFFFF;
    margin-bottom: 10px;
    padding: 3px;
    text-align: center;
    border-radius: 3px;
}

#footer-info-container {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.footer-feature {
    background: #fff;
    width: 48%;
    padding: 10px;
}

a.footer-feature {
    text-decoration: none !important;
    color: #30240D;
    text-align: center;
}

.footer-feature h5 {
    font-size: 15px;
    font-weight: bold;
    margin: 0;
    text-align: center;
    line-height: 1.5;
}

.footer-feature p {
    text-align: center;
    margin: 0;
    line-height: 1.5;
}

#footer-contents2 {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
}

#footer-qa-list a {
    text-decoration: none;
    line-height: 2.3;
}

#footer-qa-list a::before {
    content: "\f138";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 5px;
}

.footer-group2 {
    width: 47%;
}

#footer-contact-container {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.footer-contact-left {
    width: 45%;
}

.footer-contact-right {
    width: 50%;
}

#footer-logo {
    margin-bottom: 15px;
}

#footer-address h5 {
    margin: 0;
    font-size: 15px;
    line-height: 1.7;
}

#footer-address p {
    margin: 0;
    line-height: 1.5;
}

#footer-tel img {
    width: 35px;
    margin-right: 10px;
}

#footer-tel a {
    text-decoration: none;
    font-size: 24px;
}

#footer-tel p {
    font-weight: bold;
    letter-spacing: 1px;
    margin: 0;
}

p#footer-tel-cel {
    font-weight: normal;
    font-size: 13px;
}

#footer-tel-cel a {
    font-size: 13px;
}

#footer-btn {
    display: flex;
    align-items: center;
}

#footer-btn a {
    width: 100%;
    display: block;
    text-align: center;
    text-decoration: none;
    color: #fff;
    background: #30240D;
    padding: 15px 0;
}

#footer-sitemap ul {
    display: flex;
    flex-wrap: wrap;
}

#footer-sitemap ul li {
    width: 33%;
    font-size: 80%;
    padding-right: 20px;
    margin-bottom: 10px;
}

p.fs-p-footerCopyright__text {
    text-align: center;
    background: #fff;
    padding: 15px 0 10px 0;
}

/* サイドエリア */

#side-search {
    background: #f7f2e9;
    padding: 15px 10px;
    border-radius: 5px;
}

#side-container #side-search h3 {
    margin: 0;
    padding: 0;
    font-size: 14px;
    text-align: left;
    background: none;
    margin-bottom: 3px;
}

#side-search form {
    display: flex;
    border: 1px solid #ddd;
    background: #fff;
    border-radius: 5px;
}

#side-search input {
    height: 36px;
    border-radius: 5px 0px 0px 5px;
    border: none;
    font-size: 14px;
    color: #4a4a4a;
}

#side-search button {
    background: none;
    border: none;
    color: #C3C3C3;
}

a.side-member-btn {
    background: #52514F;
    width: 100%;
    display: block;
    padding: 10px 0;
    text-align: center;
    color: #fff;
    text-decoration: none;
    border-radius: 3px;
    margin-top: 20px;
    margin-bottom: 5px;
}

a#side-new-member,a#side-logout-member {
    display: block;
    text-align: center;
    text-decoration: none;
    margin-bottom: 20px;
    color: #52514F;
    font-size: 90%;
}

.logout.my-true a.side-member-btn {
    margin-bottom: 15px;
}

#side-menu {
    margin-bottom: 35px;
}

#side-container ul {
    list-style: none;
    padding: 0;
    margin-top: 5px;
    margin-bottom: 35px;
}

#side-container ul li {
    border-bottom: 1px solid #C7C7C7;
}

#side-container ul li:first-child {
    border-top: 1px solid #C7C7C7;
}

#side-container ul li:first-child {
    border-top: 1px solid #C7C7C7;
}

#side-container ul li a {
    display: flex;
    text-decoration: none;
    color: #52514F;
    font-size: 14px;
    padding: 10px 0;
    align-items: center;
}

#side-container ul li a img {
    margin-right: 10px;
}

#side-container h3 {
    color: #52514F;
    background: #f7f2e9;
    padding: 20px 0;
    font-size: 15px;
    text-align: center;
    border-radius: 5px;
    margin-bottom: 0;
}

#side-container ul#side-price li a {
    padding: 15px 10px;
}

ul#side-price li:first-child {
    border-top: none;
}

#side-catalog {
    margin-bottom: 20px;
}

#side-catalog p {
    text-align: center;
    margin: 0;
    font-size: 11px;
    color: #52514F;
}

.side-flex-sp {
    justify-content: space-between;
    padding: 0 4px;
}

a.guide-btn {
    background: #e4e1db;
    border-radius: 20px;
    text-align: center;
    display: block;
    color: #000;
    text-decoration: none;
    padding: 7px 0;
    margin: 20px 0;
    font-size: 95%;
    width: 48%;
}

.side-shop li a {
    padding: 15px 10px !important;
}

.side-shop-info {
    margin-top:35px;
}

.side-purpose img {
    width: 44px;
}


/* カート用ヘッダー */

#header-cart {
    position: relative;
    background: #fff;
    border-bottom: 3px solid #604622;
    width: 100%;
    height: 100px;
    display: flex;
    align-items: center;
    margin-top: -140px;
    box-shadow: none;
}

/* カート用フッター */
#footer-cart {
    margin-top: 80px;
}