﻿@charset "utf-8";

:root {
    --main-color: #a37f3a;
    --sub-color: #cce8e3;
    --font-color: #000;
    --accent-color: #d9a796;
}

/* iOSでのデフォルトスタイルをリセットここから */
input[type="submit"],
input[type="button"] {
    border-radius: 0;
    -webkit-box-sizing: content-box;
    -webkit-appearance: button;
    appearance: button;
    border: none;
    box-sizing: border-box;
    cursor: pointer;
    font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;

}

input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
    display: none;
}

input[type="submit"]::focus,
input[type="button"]::focus {
    outline-offset: -2px;
}

button {
    font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

input[type="text"],
[type="password"] {
    font-size: 1em;
    padding: 8px 8px;
    border-radius: 3px;
    margin: 15px auto;
    border: 1px #ddd solid;
    outline: none;
    background: none;
    box-sizing: border-box;
}

textarea {
    font-size: 1em;
    height: 50px;
    padding: 8px 8px;
    border-radius: 3px;
    margin: 15px auto;
    border: 1px #ddd solid;
    outline: none;
    background: none;
    box-sizing: border-box;

}

/* iOSでのデフォルトスタイルをリセットここまで */

html {
    font-size: 14px;
    color: var(--font-color);
    background-color: var(--sub-color);
    background-image: url(../images/haikei.png);
    background-repeat: repeat;

}

a {
    color: var(--main-color);
    text-decoration: none;


}

body {
    font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    line-height: 1.6;
}




.header-inner {
    display: flex;
}

.header-inner p {
    flex: 0 0 330px;
}

.header-right {
    flex: 0 0 330px;
}

header ul {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

header li {
    display: block;
    box-sizing: border-box;
    text-align: center;
    flex: 1 1 auto;
    border-bottom: 1px solid #ddd;
    border-left: 1px solid #ddd;
    border-radius: 10px 10px 0 0 /10px 10px 0 0;
    background-color: #fff;
    padding: 0 5px;
    height: 2em;
    line-height: 2em;
}


header li img {
    width: auto;
    height: 1em;
    display: inline-block;
    margin-right: 2px;

}




header li:nth-child(n+2):nth-child(-n+4) {
    width: 85px;
}

header li:first-child {
    border-radius: 0 10px 0 0 / 0 10px 0 0;
    border-bottom: 1px solid #fff;
    border-left: none;
}

header li:nth-child(3) {
    background-color: var(--accent-color);

}

header li:nth-child(3) a {
    color: #fff;
}





.container {
    display: flex;
    flex-wrap: wrap;
    width: 940px;
    margin: auto;
    margin-top: 20px;
    margin-bottom: 20px;
    box-sizing: border-box;
}




.right {
    border-radius: 20px 20px 0 0 /20px 20px 0 0;
    flex: 0 0 679px;
    order: 2;


}

/*メイン*/
/*TOP*/
.main {
    background-color: #fff;
    width: 679px;


}

.catch-photo img {
    width: 670px;
    height: auto;
    margin: 20px auto 0;
}

.top-main-container {
    width: 610px;
    margin: 30px auto;
}

.top-main-container:last-child {
    margin-bottom: 0;
    padding-bottom: 40px;
}



.banner-box {

    width: 100%;
    display: flex;
    justify-content: space-between;

}

.banner-box a {
    display: block;
    width: 100%;
    height: 100%;

}

.banner1 {
    flex: 0 0 300px;
    border: 1px solid #ddd;
    height: 70px;
    background-image: url(../images/top-main-banner01.png);
    background-position: center 200px;
    background-size: cover;
    cursor: pointer;
}

.banner2 {
    flex: 0 0 300px;
    border: 1px solid #ddd;


    height: 70px;
    background-image: url(../images/top-main-banner02.jpg);
    background-position: center;
    background-size: cover;
    cursor: pointer;
}

/*もっと見る*/
.more {
    display: block;
    height: 3em;
    width: 200px;
    text-align: right;
    margin: 10px 0 0 auto;
    text-decoration: underline;
}

/*おすすめ特集*/
.tokusyu-item-box {
    width: 100%;
    height: 230px;
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;
}

.tokusyu-item {
    flex: 0 0 200px;

    height: 230px;
    background-color: var(--main-color);
    color: #fff;
    text-align: center;
    box-sizing: border-box;
}

.tokusyu-item img {
    width: 196px;
    height: auto;
    margin: 2px;
}

/*トップページアイテム共通*/
.item-box {
    width: 100%;
    min-height: 200px;
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;

}

.item {
    flex: 0 0 140px;
    height: 140px;
    box-sizing: border-box;
}

.item a {
    font-size: 0.8rem;
    color: #000;
}

.item img {
    width: 100%;
    height: 100%;
    object-fit: cover;

}



.top-main-container .title {
    text-align: center;
    margin-top: 10px;
    border-top: 2px solid var(--sub-color);
    margin-bottom: 20px;
    color: var(--main-color);
}

.top-main-container .title h3 {
    font-size: 1.6rem;

    font-weight: bold;
    padding-top: 30px;
}

.top-main-container .title h3 span {
    border-bottom: 3px solid var(--main-color);
}

/*人気ランキング*/


.ranking-item-box {
    position: relative;
    z-index: 1;
}

.rank {}

.rank1 {
    display: block;
    position: absolute;
    top: 0;
    left: -10px;
    width: 40px;
    height: auto;
    z-index: 100;
}

.rank2 {
    display: block;
    position: absolute;
    top: 0;
    left: 145px;
    width: 40px;
    height: auto;
    z-index: 100;
}

.rank3 {
    display: block;
    position: absolute;
    top: 0;
    left: 300px;
    width: 40px;
    height: auto;
    z-index: 100;
}

/*出店ストア*/
.store-item {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}

. .store-item-box img {
    flex: 0 0 auto;
    width: 300px;
}

/*サブナビ*/

.subnav {
    border-radius: 20px 0 0 0 /20px 0 0 0;
    flex: 0 0 260px;

    order: 1;
    border-right: 1px solid #ddd;
    background-color: #fff;


}

/*ロゴ*/
.logo {
    display: block;
    width: 200px;
    margin: 20px auto;
}

.logo img {
    width: 100%;
}

/*フリーダイアル*/
.tel {
    margin: 15px auto 40px;
    width: 180px;
    display: flex;
}

.tel i {
    flex: 0 0 40px;
    margin: auto;
    font-size: 40px;

}

.tel span {
    font-size: 1.3rem;
    line-height: 1;
}

.freecall {
    flex: 0 0 auto;
}

/*サブナビコンテナ*/
.subnav-container {
    width: 240px;
    margin: 0 auto;
    padding-bottom: 50px;

}

.subnav h3 {
    margin: 30px 0 0 0;
    font-weight: bold;
    text-align: center;
    font-size: 1.4rem;
    color: var(--main-color);
}

/* 検索フォーム */

.search_container {
    position: relative;
    box-sizing: border-box;
    border: 1px solid var(--main-color);

    padding: 3px 10px;
    border-radius: 3px;
    height: 2.3em;
    width: 100%;
    overflow: hidden;
}



.search_container input[type="text"] {
    border: none;
    height: 2.0em;
    font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    margin: 0;
}

.search_container input[type="text"]:focus {
    outline: 0;
}

.search_container button {
    cursor: pointer;
    font-family: FontAwesome;
    border: none;
    background: var(--main-color);
    color: #fff;
    position: absolute;
    width: 3.5em;
    height: 3.2em;
    right: 0px;
    top: -3px;
    outline: none;
}

.search a {
    display: block;
    text-align: right;
    margin: 0 0 0 auto;
}


/*カテゴリ検索*/
.search-item-box {
    box-sizing: border-box;
    margin-top: 30px;
    border: 1px solid var(--main-color);
    width: 100%;
    height: 40px;
    position: relative;
}


.search-item-box p {
    font-size: 1.5rem;
    text-align: center;
    width: 100%;
    line-height: 40px;
    /*   
    position: absolute;
    top: 50%;
    transform: translateY(-50%);*/
    transition: all 0.3s ease 0s;
}


.search-item-box:hover p {
    background-color: var(--main-color);
    color: #fff;
}

.category-box {
    margin: 20px 0 10px 0;
    width: 100%;
}

.category-box h2 {
    display: block;
    box-sizing: border-box;
    width: 100%;
    background-color: var(--main-color);
    color: #fff;
    padding: 3px 1em;
    font-size: 1.2rem;

}

.category-box i {
    margin-right: 5px;
}

.radio {
    margin: 10px 0;
    font-size: 1.1rem;
    line-height: 2em;
}

.radio-input {
    display: none;

}

.radio-input + label {
    padding-left: 35px;
    position: relative;
    margin-right: 20px;
    transition: all 0.3s ease 0s;
}

.radio-input + label:hover {
    cursor: pointer;
    color: var(--main-color);
}

.radio-input + label::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 10px;
    width: 15px;
    height: 15px;
    border: 1px solid var(--main-color);
    border-radius: 50%;
}

.radio-input:checked + label {
    color: var(--main-color);
}

.radio-input:checked + label::after {
    content: "";
    display: block;
    position: absolute;
    top: 3px;
    left: 13px;
    width: 11px;
    height: 11px;
    background: var(--main-color);
    border-radius: 50%;
}



.category-box input[type="submit"] {

    display: block;

    font-size: 1rem;
    padding: 2px 5px 2px 10px;
    margin: 20px 0 0 auto;
    color: var(--main-color);
    background-color: #fff;
    border: solid 1px var(--main-color);
    transition: all 0.3s ease 0s;
}

.category-box input[type="submit"]:hover {
    background-color: var(--main-color);
    color: #fff;
}

/*SNSアイコン*/
.sns ul {
    text-align: center;
    display: flex;
    justify-content: space-between;

}

.sns a {
    flex: 0 0 auto;
}

.sns li {
    display: inline-block;
    font-size: 2rem;
    text-align: center;
    width: 3rem;
    height: 3rem;
    border-radius: 50%;
    margin: 20px 5px 20px 5px;
    border: 2px solid var(--main-color);
    transition: all 0.3s ease 0s;
}

.sns li:hover {
    background: var(--main-color);
    color: #fff;
}




/* お知らせ */


.oshirase p,
.sns p {
    margin-top: 7px;
    text-align: center;
}



.oshirase-list {
    margin: 20px 0 20px 10px;
    line-height: 2rem;
}




/* バナー */

.subnav .banner img {

    margin-top: 10px;
    width: 100%;
}




/*フッダー*/

footer {
    border-radius: 0 0 20px 20px/0 0 20px 20px;
    display: block;
    flex: 0 0 100%;
    order: 3;
    background-color: #fff;


}

#pagetop-scroll {
    position: fixed;
    bottom: 50px;
    right: 0;
    width: 100px;
    height: 2em;
    line-height: 2em;
    font-size: 1.2rem;
    padding-left: 1em;
    background-color: var(--accent-color);
    z-index: 100;
    border-radius: 5px 0 0 5px / 5px 0 0 5px;

}

#pagetop-scroll a {
    color: #fff;
}


.footer-inner {
    margin: 20px 0;

}

.maru-conteiner {
    position: relative;
    width: 100%;
    height: 100px;

}

.maru1 {
    position: absolute;
    width: 70px;
    height: 70px;
    top: 30%;
    left: 3%;
    border-radius: 50%;
    background-color: #000;
    background-image: url(../images/footer01.jpg);
    background-position: 200px 100px;
    background-size: 500px auto;
}

.maru2 {
    position: absolute;
    width: 60px;
    height: 60px;
    top: 0;
    left: 17%;
    border-radius: 50%;
    background-color: #000;
    background-image: url(../images/footer01.jpg);
    background-position: top left;
    background-size: cover;
}

.maru3 {
    position: absolute;
    width: 65px;
    height: 65px;
    top: 30%;
    left: 30%;
    border-radius: 50%;

    background-image: url(../images/footer02.jpg);
    background-position: center;
    background-size: cover;
}

.maru4 {
    position: absolute;
    width: 25px;
    height: 25px;
    top: 70%;
    left: 40%;
    border-radius: 50%;

    background-image: url(../images/footer02.jpg);
    background-position: 0 100px;
    background-size: 200px auto;
}

.maru5 {
    position: absolute;
    width: 50px;
    height: 50px;
    top: 45%;
    left: 50%;
    border-radius: 50%;

    background-image: url(../images/footer03.jpg);
    background-position: 0 0;
    background-size: cover;
}

.maru6 {
    position: absolute;
    width: 80px;
    height: 80px;
    top: 0;
    left: 65%;
    border-radius: 50%;

    background-image: url(../images/footer03.jpg);
    background-position: 0 0;
    background-size: 200px auto;
}

.maru7 {
    position: absolute;
    width: 30px;
    height: 30px;
    top: 65%;
    left: 80%;
    border-radius: 50%;

    background-image: url(../images/footer04.png);
    background-position: 50% 100%;
    background-size: 100px auto;
}

.maru8 {
    position: absolute;
    width: 70px;
    height: 70px;
    top: 0;
    left: 90%;
    border-radius: 50%;

    background-image: url(../images/footer04.png);
    background-position: center;
    background-size: cover;
}

.footer-box {
    width: 100%;
    text-align: center;

}

.footer-box li {
    line-height: 2rem;
    display: inline;
    border-left: 1px solid var(--main-color);
    padding: 0 1em;
}

.footer-box li:first-child {
    border-left: none;
}

.sp-site {
    margin-left: 50px;
    margin-bottom: 30px;
}


.copy {
    background-color: var(--main-color);
    text-align: center;
    width: 940px;
    margin: auto;
    height: 2em;
    border-radius: 0 0 20px 20px/0 0 20px 20px;
    color: #fff;
}



/*--------------------------------------------------------------------商品一覧--------------------------------------------------------------------*/

/*メイン*/

.ichiran h1 {
    font-size: 22px;
    font-weight: normal;
    color: #333;
    border-bottom: solid 2px #ccc;
    margin: 5px 0;
}

.ichiran h2 {
    font-size: 1.2rem;
}


.ichiran .goodsimg-wrap {
    background-color: #fff;
    min-height: 1700px;
    width: 640px;
    margin: auto;
    padding: 15px;
}



.ichiran .contents {
    text-align: justify;
    margin: 30px 0;
    line-height: 2em;
}



.ichiran-item {
    width: 100%;
    padding-top: 30px;
    padding-bottom: 30px;
    display: flex;
    justify-content: space-between;
    border-bottom: dotted 1px #a37f3a;

}

.ichiran-img {
    flex: 0 0 20%;
    position: relative;
}

.ichiran-img img {
    width: 100%;

}

.ichiran-setumei {
    flex: 0 0 75%;
}

.ichiran-icon img {
    float: left;
    margin-right: 20px;
}

.ichiran-icon::after {
    content: "";
    display: block;
    clear: both;
}


.ichiran-cart {
    display: flex;
    justify-content: space-between;
}

.ichiran-buy a {
    display: block;
    width: 100px;
    height: 1em;
    font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    padding: 10px 13px 11px;
    cursor: pointer;
    border-radius: 4px;
    line-height: 1;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    color: #fff;
    background: var(--main-color);
}







/* 商品画像 */


.ichiran .photo {

    text-align: center;
    margin-bottom: 30px;
    padding-top: 30px;
    padding-bottom: 30px;
    border-bottom: dotted 1px #a37f3a;
}



/* カートボタン関係 */
.cartbox {


    float: left;
    margin: 8px 0 8px 70px;
    padding: 8px;
    width: 40px;

}

.ichiran-buy .submit {

    background: var(--accent-color) url(images/cart2.png) 6px center no-repeat;
    background-size: 1.5rem auto;
    padding-left: 1.8rem;
    padding-right: 1rem;
    width: 200px;
    height: 40px;
    color: #fff;
    border-radius: 5px;
    transition: all 0.3s ease 0s;
}

.ichiran-buy .submit:hover {
    box-shadow: 0px 0px 5px #a37f3a;
    text-shadow: 0px 0px 5px #fff;
}




.pagination {
    margin-left: 280px;
}

.pagenav {
    overflow: hidden;
    margin: 0 0 10px;
    padding: 10px;
}

.pagenav li {
    float: left;
    margin: 0 1px 1px 0;
    color: #a37f3a;
}

.pagenav li span,
.pagenav li a {
    float: left;
    padding: 5px 10px;
    background: #fff;
    color: #a37f3a;
    transition: all 0.3s ease 0s;
}

.pagenav li a:hover {
    background: #cce8e3;
}




/* --------------------------------------------------------------------
	商品詳細
--------------------------------------------------------------------- */


/* 商品スペック */


.goods {
    background-color: #fff;
    display: flex;
    min-height: 1700px;
}


.goodsspec_box {
    margin: 30px 0 20px;
}


.goodsimg {
    width: 200px;
    flex: 1 1 300px;
    background-color: #fff;
    margin: 20px;
}

.img-l {
    width: 300px;
    height: 300px;
    margin-bottom: 10px;
}

.img-l img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.img-s {
    display: flex;
    width: 300px;
    justify-content: space-between;
    cursor: pointer;
}

.etc-goodsimg {
    flex: 0 0 95px;
    height: 95px;


}

.etc-goodsimg img {
    width: 100%;
    height: 100%;
    border: 1px solid #ddd;
    box-sizing: border-box;
    object-fit: cover;
}

.spec_goods {
    font-size: 11px;
    color: #362e2b;
    margin-bottom: 5px;
}

.spec_goods_name {
    color: #000;
}

.spec_goods_name h1 {
    font-size: 20px;
    font-weight: bold;
    color: #000;

}

.goodsinfo {
    flex: 0 0 330px;
    width: 330px;
    padding: 20px 10px;
}

.icon {
    margin-bottom: 20px;

}

.tag {
    display: inline-block;
    border: 1px solid var(--main-color);
    font-size: 10px;
    width: 6em;
    text-align: center;
}

.price_box {
    line-height: 22px;
    padding-bottom: 5px;
    margin-bottom: 5px;

}

.price_box {
    color: #362e2b;
    font-size: 1.5rem;
    text-align: right;
    margin-right: 1em;
}


.spec_goods {
    color: var(--main-color);

}


/* カートボタン関係 */
.goodscart {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.cartbox {
    flex: 0 0 110px;
    margin-right: 10px;
}



#quant {
    text-align: center;
    width: 30px;
    height: 25px;
}

#add1,
#minus1 {
    width: 30px;
    height: 30px;
    margin: 0 2px;
    border: 1px solid #ddd;
    font-size: 1.2rem;
}

.goodscart button,
.goodscart a {
    flex: 0 0 200px;
    font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    padding: 10px 13px 11px;
    font-size: 1.1rem;
    cursor: pointer;
    font-weight: normal;
    border: none;
    border-radius: 4px;
    line-height: 1;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;

    color: #fff;
    background: var(--accent-color);
}

.goodscart a {
    color: var(--main-color);
    background: #fff;
    border: 1px solid var(--main-color);
}

.back {
    display: block;
    text-align: end;
    margin: 10px 0 0 auto;
    cursor: pointer;
}

/*--------------------------------------------------------------------会員登録--------------------------------------------------------------------*/
.kaiin {
    background-color: #fff;
    width: auto;
    padding: 30px;
}


.kaiin table {
    width: 100%;
    margin: 50px 0px;
}





.kaiin form h1 {
    font-size: 22px;
    font-weight: normal;
    color: #333;
    border-bottom: solid 2px #ccc;
    margin-bottom: 5px;
}

.kaiin tr {

    border-bottom: 1px solid #cce8e3;
    height: 50px;
}

.kaiin table th,
.kaiin table td {
    font-size: 14px;
    text-align: left;
    padding: 30px 10px;
    border-bottom: solid 2px #cce8e3;
}

.kaiin table th:first-child,
.kaiin table td:first-child {
    width: 190px;
}

.kaiin th {
    font-weight: bold;
    border-right: 2px dotted #cce8e3;
}

.kaiin input[type="text"],
.kaiin [type="password"],
.kaiin [type="radio"],
.kaiin select {
    font-size: 1em;
    padding: 8px 8px;
    border-radius: 3px;
    margin-left: 20px;
    border: 1px #ddd solid;
    outline: none;
    background: none;
}



.kaiin input::placeholder {
    color: #777;
    font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.kaiin select {
    margin-left: 20px;
    font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;

}

.kaiin .hisu {
    float: right;
}

.kaiin span {
    color: #fff;
    background: #a37f3a;
    display: inline-block;
    padding: 1px 5px;
    font-size: 3px;
    border-radius: 2px;
    display: inline;
    margin-left: 20px;
}

.kaiin .small {
    padding-left: 20px;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 12px;
}

.kaiin button {
    width: 200px;

    padding: 10px 13px 11px;
    font-size: 1em;
    cursor: pointer;
    line-height: 1;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    border: 1px solid #a37f3a;
    color: #fff;
    background: #a37f3a;
    border-radius: 3px;
    display: block;
    margin: 0 auto;
}

/*--------------------------------------------------------------------配送先指定--------------------------------------------------------------------*/



/*--------------------------------------------------------------------ログイン画面--------------------------------------------------------------------*/
.login {
    padding: 30px;
    background-color: #fff;
    min-height: 900px;
}

.login .loginform {
    width: 600px;
    margin: 10px auto 0;
    padding: 10px 10px 20px;
    text-align: left;

}

.login .member {
    margin-bottom: 10px;
    padding: 12px;
    font-weight: bold;
    border-bottom: 1px solid #cce8e3;
    clear: both;
}

.login .form_text {
    margin-bottom: 10px;
    margin-left: 30px;
}

.login .login_form {
    margin-left: 85px;
}

.login th {
    padding: 2px;
    text-align: right;
    font-weight: bold;
}

.login td {
    padding: 2px;
    text-align: left;
}

.login input[type="text"],
[type="password"] {
    font-size: 1em;
    padding: 8px 8px;
    border-radius: 3px;
    margin: 15px auto;
    border: 1px #ddd solid;
    outline: none;
    background: none;

}


.login .button_field {
    margin-top: 30px;
    margin-bottom: 10px;
    text-align: center;
}

.login .passloss {
    padding-top: 18px;
}

.login button {
    width: 200px;

    padding: 10px 13px 11px;
    font-size: 1em;
    cursor: pointer;
    line-height: 1;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    border: 1px solid #a37f3a;
    color: #fff;
    background: #a37f3a;
    border-radius: 3px;
}




.login a:link {
    color: #a37f3a;
}

.login h1 {
    font-size: 22px;
    font-weight: normal;
    color: #333;
    border-bottom: solid 2px #ccc;
    margin-bottom: 5px;
}

.login-error {
    color: #f00;
}


/*--------------------------------------------------------------------ログアウト画面--------------------------------------------------------------------*/

.logout {
    padding: 30px 30px 500px 30px;

    background-color: #fff;

}

.logout .kanryou {
    text-align: center;
    margin: 80px auto;
    font-weight: bold;
    height: 150px;
}

.logout h1 {
    font-size: 22px;
    font-weight: normal;
    color: #333;
    border-bottom: solid 2px #ccc;
    margin;
}




.logout a:link {
    color: #a37f3a;
}

/*--------------------------------------------------------------------お買い物かご画面--------------------------------------------------------------------*/
.header-cart li:first-child {
    border-bottom: 1px solid #ddd;
}

.header-cart li:nth-child(4) {
    border-bottom: 1px solid #fff;
}

.cart {
    padding: 30px;
    box-sizing: border-box;
    min-height: 1350px;

    background-color: #fff;

}


.cart h1 {
    font-size: 22px;
    font-weight: normal;
    color: #333;
    border-bottom: solid 2px #ccc;
    margin-bottom: 5px;
}

.cart-table table {
    width: 100%;
    margin: 50px auto;

}

.cart-table table th,
.cart-table table td {
    text-align: center;
    vertical-align: middle;
    padding: 10px 5px;
    border-bottom: solid 2px var(--sub-color);
    border-top: solid 2px var(--sub-color);
}


.cart-table .syouhinmei {
    display: flex;
    width: auto;

}

.cart-table .syouhinmei-img img {
    width: 100px;
}

.cart-table .syouhinmei-img {
    flex: 0 0 100px;
}

.cart-table .syouhinmei-info {
    padding-left: 20px;
    flex: 1 1 auto;
    text-align: left;
}

.sakujo button {
    background-color: transparent;
    border: none;
    cursor: pointer;
    outline: none;

    appearance: none;
    background-color: var(--main-color);
    color: #fff;
}

.cart-button {
    display: flex;
    flex-direction: column;
    width: auto;

    margin: 0 0 0 auto;
}

.cart-button a {
    display: block;
    margin: 0 0 20px auto;
    width: 200px;
    height: 40px;
    font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;

    font-size: 1em;
    cursor: pointer;
    line-height: 2.5;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    border: 1px solid var(--main-color);
    color: var(--main-color);
    background: #fff;
    border-radius: 3px;
    box-sizing: border-box;

}

.cart-button button {
    margin: 0 0 0 auto;
    width: 200px;
    height: 40px;

    font-size: 1em;
    cursor: pointer;
    line-height: 1;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    border: 1px solid #a37f3a;
    color: #fff;
    background: #a37f3a;
    border-radius: 3px;
    font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}


/*--------------------------------------------------------------------お買い物かご画面--------------------------------------------------------------------*/
.complete {
    padding: 30px;
    height: 900px;
    background-color: #fff;
}

.complete h1 {
    font-size: 22px;
    font-weight: normal;
    color: #333;
    border-bottom: solid 2px #ccc;
    margin;
}

.complete .kanryou {
    margin-left: 150px;
    margin-top: 50px;
    font-size: 1.3em;
}

.complete .button_field {
    margin-top: 30px;
    margin-bottom: 10px;
    text-align: center;
}


.complete button {
    width: 200px;
    font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    padding: 10px 13px 9px;
    font-size: 1em;
    cursor: pointer;
    line-height: 1;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    border: 1px solid #a37f3a;
    color: #fff;
    background: #a37f3a;
    border-radius: 3px;
}

.complete h3 i {
    font-family: "Font Awesome 5 Free";
    font-size: 1.2em;
    padding-right: 10px;
    /*文字との隙間*/
    color: #fff;
    /*アイコンの色*/
    vertical-align: middle;
    padding-bottom: 5px;
}

.complete img {
    width: auto;
    height: 1.5em;
    display: inline-block;
    margin-right: 8px;
    margin-bottom: -5px;
}

/*--------------------------------------------------------------------登録確認画面--------------------------------------------------------------------*/

.confirm {
    padding: 30px;
    box-sizing: border-box;
    background-color: #fff;

}



/*--------------------------------------------------------------------登録完了画面--------------------------------------------------------------------*/
.touroku_complete {
    padding: 30px;
    height: 900px;

}

.touroku_complete .kanryou {
    text-align: center;
    margin: 30px auto 80px;
    font-weight: bold;
}

.touroku_complete h1 {
    font-size: 22px;
    font-weight: normal;
    color: #333;
    border-bottom: solid 2px #ccc;

}

.touroku_complete i {
    padding: 8px;
}

.touroku_complete h2 {
    font-size: 22px;
    font-weight: bold;
    color: #a37f3a;
    text-align: center;
    margin-top: 80px;
}

.touroku_complete .button_field {
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: center;
}


.tourokugamen button[type="submit"] {

    padding: 10px 13px 9px;
    font-size: 1em;
    cursor: pointer;
    line-height: 1;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    border: 1px solid #a37f3a;
    color: #fff;
    background: #a37f3a;
    border-radius: 3px;
    display: inline-block;
}

.touroku_complete h3 i {
    font-family: "Font Awesome 5 Free";
    font-size: 1.2em;
    padding-right: 10px;
    /*文字との隙間*/
    color: #fff;
    /*アイコンの色*/
    vertical-align: middle;
    padding-bottom: 5px;
}


/*--------------------------------------------------------------------登録確認画面--------------------------------------------------------------------*/
.regist_ckeck {
    background-color: #fff;
    width: auto;
    padding: 30px;


}


.regist_ckeck table {
    width: 100%;
    margin: 50px 0px;
    font-weight: bold;

}

.regist_ckeck table th,
.regist_ckeck table td {
    border-bottom: solid 2px #cce8e3;
}

.regist_ckeck form h1 {
    font-size: 22px;
    font-weight: normal;
    color: #333;
    border-bottom: solid 2px #ccc;
    margin-bottom: 5px;
}

.regist_ckeck tr {

    border-bottom: 1px solid #cce8e3;
    height: 50px;
}

.regist_ckeck th {
    width: 230px;
    font-size: 14px;
    font-weight: bold;
    text-align: left;
    padding: 30px 0px 30px 30px;
    border-right: 2px dotted #cce8e3;
}

.regist_ckeck input[type="text"],
.regist_ckeck [type="password"],
.regist_ckeck [type="radio"] {
    font-size: 1em;
    padding: 8px 8px;
    border-radius: 3px;
    margin-left: 20px;

}


.button_area {
    text-align: center;
}





.tourokugamen button[type="submit"] {
    width: 200px;

    padding: 10px 13px 9px;
    font-size: 1em;
    cursor: pointer;
    line-height: 1;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    border: 1px solid #a37f3a;
    color: #fff;
    background: #a37f3a;
    border-radius: 3px;
    display: inline-block;
}


.regist_ckeck td {
    padding-left: 30px;
}

.online_top {
    text-align: center;
    margin: 40px 0;
    text-decoration: underline;
}

.back {
    width: 200px;

    padding: 10px 13px 9px;
    font-size: 1em;
    cursor: pointer;
    line-height: 1;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    border: 1px solid var(--main-color);
    color: var(--main-color);
    display: inline-block;
    border-radius: 3px;
}



/* 会社概要 */






.main-container {
    display: flex;
    flex-direction: row;
    background: #fff;
}






#corpmain {
    display: block;
    float: right;

    width: 679px;
    padding-bottom: 25px;
    background: #fff;
    min-height: 1500px;
}

#corpmain p {
    margin-bottom: 18px;
}

#corpmain h2 {
    text-align: center;
    font-size: 25px;
    color: #a37f3a;
    margin-top: 25px;
}



#corpmain #profile {
    width: 600px;
    float: right;
    display: block;
    line-height: 1.4em;
    padding-bottom: 40px;
}

#profile dt {
    float: left;
    width: 140px;
    margin: 0;
    padding: 20px 0 0;
    font-weight: bold;
    color: #1e90ff;
}

#profile dd {
    float: left;
    padding: 0 0 20px 140px;
    margin-top: -15px;
    width: 400px;
    border-bottom: solid 1px #dcd6cc;
}



#profile dd ul {
    width: 240px;
}

#profile dd ul li {
    float: left;
    width: 120px;
    display: block;
    margin-bottom: 10px;
}



/* ご利用ガイド */

.guide {
    padding: 0 100px;
}

.guideh1 {
    font-size: 20px;
    padding-top: 20px;
    text-align: center;
    color: #a37f3a;
}


/* qanda */


.qanda {
    padding: 30px;
    box-sizing: border-box;
    min-height: 1500px;
    background-color: #fff;
}


.qanda p {
    line-height: 1.8;
    min-height: 40px;
}



.qanda h1 {
    margin-bottom: 3rem;
    border-bottom: 1px dashed #a37f3a;
    font-weight: normal;
    font-size: 1.6rem;
}


.q-and-a {
    margin-top: 1em;
    padding: 8px 0 0 60px;
}

.question {
    font-weight: bold;
    color: #6eba44;
    background: url(../images/q.png) no-repeat;
    background-size: 30px 30px;


}

.answer {
    margin-bottom: 2em;
    background: url(../images/a.png) no-repeat;
    background-size: 30px 30px;
}

/*--------------------------------------------------------------------メールフォーム--------------------------------------------------------------------*/

.mailform {

    background-color: #fff;
    min-height: 1700px;


}

.mail-input {
    width: 600px;
    margin: 0 auto;
}

.mailform input[type="text"] {
    width: 100%;
}

.mailform textarea {
    width: 100%;
    height: 100px;

}

.mailform h1 {
    font-size: 22px;
    font-weight: normal;
    color: #333;
    border-bottom: solid 2px #ccc;
    padding: 30px 0 0;
    margin-bottom: 20px;
}

.mailform input[type="submit"] {
    padding: 10px 13px 9px;
    font-size: 1em;
    cursor: pointer;
    line-height: 1;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    border: 1px solid #a37f3a;
    color: #fff;
    background: #a37f3a;
    border-radius: 3px;
    display: block;
    width: 200px;
    margin: 0 auto;
}

.mail-box {
    width: 400px;
    margin: 0 auto;
    line-height: 3em;
}

/* 404 */

.main404 {
    background-color: #fff;
    min-height: 1400px;
    font-size: 2rem;
    text-align: center;
    padding: 200px 0;
}
