body {
    color: #262626;
    font-family: Helvetica, Arial, sans-serif;
    font-size: /*.875em*/1rem;
    margin: 0!important;
    padding: 0;
    line-height: 150%;
    background-color: #fff;
    word-wrap: break-word;
    /* フッター固定 */
    display: flex;
    min-width: 100%;
    flex-flow: column;
}
#wrap {
    min-height: calc(100vh - 155.77px);
}
.main_wrap{
    max-width: 1200px;
    width: 96%;
    display: block;
    margin: 0 auto;
}
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
    display: block;
}
h2, h3, h4 {
    color: #707070;
    font-size: 1.6rem;
    line-height: 2.8rem;
    text-align: center;
}
h1, h2, h3, h4 {
    font-weight: normal;
}
h2 {
    font-family: "Noto Serif JP", serif, "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",serif;
    color: #707070;
    line-height: 2.8rem;
}
header,footer {
    background: #e9ccae!important;
}
@media screen and (min-width: 62.5em) {
header .inner {
    justify-content: space-between;
}
}
#main_logo {
    display: inline-block;
    flex-grow: 5;
    max-width: 66%;
}
#main_logo h1 a img {
    max-width: 360px;
    margin: 1%;
    filter: drop-shadow(3px 4px 5px #aaa);
}
#main_logo h1 a {
    margin: 0;
    transition: all 0.5s;
}
@media screen and (min-width: 62.5em){
.search-box .searchsubmit {
    color: #565656;
}
}
.type-page, .type-post, .post-type-archive-shop, .tax-shop_status, .tax-aria {
    line-height: 2rem;
    min-height: 500px;
}
.post-li article.category-news {
    min-height: unset;
}
@media screen and (min-width: 62.5em) {
.incart-btn a {
    background-color: #b1d2bf;
}
.incart-btn a:hover {
    background-color: #d56b3b;
}
}
#imgarea_wrap {
    width: 100%;
    display: flex;
    margin: 0 auto;
    position: relative;
}
.img_area h2 {
    font-family: "Noto Sans JP", "Hiragino Kaku Gothic Pro", 'メイリオ', 'Meiryo',7"ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    color: rgba(255,255,255,1);
    letter-spacing: 0.1rem;
    text-shadow: 0px 0px 18px rgb(255 255 255 / 60%);
    font-size: 3rem;
    font-weight: 600;
    text-align: center;
    position: absolute;
    bottom: 6%;
    left: 0;
    right: 0;
}

/* ティッカー */
.news_cat {
    background-color: #D56B3B;
    padding: 2px 4px;
    color: #fff;
    margin-right: 10px;
}
.ticker span {
    display:inline-block;
    font-size:0.8rem;
    margin-right:10px;
    color:#777;
}
.cat_date {
    margin-right: 10px;
    background-color: #ff8c00;
    padding: 0px 10px;
    box-sizing: border-box;
}
.cat_date a {
	color: #fff;
	width: 100%;
}
.choice_menu li {
    max-width: 590px;
    letter-spacing: 0.3rem;
    font-size: 1.0rem;
    color: #DBAE7F;
    text-align: center;
    flex-grow: 1;
    list-style: none;
    padding: 15px 0;
    position: relative;
    margin: 0 5px;
    background-color: rgba(255 255 255 / 80%);
}
.general_member,.instructor_mamber {
border: 1px solid;
}
.choice_menu li > ul {
    transition: 0.2s;
    position: absolute;
    visibility: hidden;
    opacity: 0;
    z-index: 200;
    width: 100%;
    margin-top: 8px;
    border-radius: 0 0 0.5rem 0.5rem;
}
.choice_menu li:hover > ul {
    visibility: visible;
    opacity: 1;
}
.sub-menu li {
border-bottom: 1px solid #DBAE7F;
width: 90%;
color: #565656;
margin: 0 auto;
}
#c_shop .img_area {
    background-image: url(/wp-content/themes/welcart_basic_child/image/shop_top.png);
    background-size: cover;
    background-position: 50%;
    height: 700px;
    max-height: calc(100vh - 145px);
    width: 100%;
    position: relative;
}
.base_layout,.pickup_area,.page-header,.category-item,.category-item,.recommend_wrap,.cat-il.type-grid,.sec_header,.tradelaw_box,.category-only_associate {
    display: block;
    margin: 0% auto 4%;
    max-width: 1200px;
}
.base_layout,.pickup_area,.category-item,.category-item,.recommend_wrap,.cat-il.type-grid,.sec_header,.tradelaw_box,.category-only_associate {
    width: 96%;
}
.caption_center {
    display: block;
    margin: 3% auto;
    max-width: 800px;
    line-height: 2rem!important;
    text-align: center;
}
.flex_x_scroll {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: flex-start;
    margin: 0 auto;
    clear: both;
}
#gallery_area .flex_x_scroll {
		align-items: center;
}
.flex_x_scroll::-webkit-scrollbar {
width: 10px;
height: 10px;
}
.flex_x_scroll::-webkit-scrollbar-track {
border-radius: 5px;
box-shadow: 0 0 4px #aaa inset;
}
.flex_x_scroll::-webkit-scrollbar-thumb {
border-radius: 5px;
background: #e8d7bd;
opacity: 0.8;
text-shadow: 1px 1px 3px #aaa;
}
.flex_x_scroll img{
    width: 100%;
    max-width: 300px;
    object-fit: cover;
    height: auto;
    aspect-ratio: 1/1;
    transition: all 0.3s;
    filter: brightness(90%);
}
.flex_x_scroll li {
    position: relative;
    width: 96%;
    max-width: 282px;
	margin:0 0 0 2%;
	background-color: rgba(255,255,255,1);
	border-bottom: 5px solid #b1d2bf;
	box-shadow: 1px 6px 10px -4px rgba(0,0,0,0.6);

}
.flex_x_scroll li:nth-child(1) {
    margin: 0;
}
#gallery_area .flex_x_scroll img {
    min-width: 20vw;
    max-width: unset;
}
.flex_x_scroll p {
	margin:1%;
	line-height:1.3rem;
}
ul.flex_x_scroll .entrydate {
    display: block;
	text-align:center;
    font-size: 0.8em;
    width: auto;
    padding:15px;
}
p.more_link {
    display:inline-block;
	padding: 5px;
}
.flex_x_scroll_row .entry_title {
    display: block;
    font-size: .8em;
    width: auto;
    padding:15px;
}
#gallery_area .flex_x_scroll li {
    width: 100%;
    min-width: 20%;
	margin:0;
	border-bottom:unset;
	box-shadow:unset;
}
.n_r_tag {
    display: flex;
    justify-content: flex-start;
    color: #fff;
}
.n_r_tag > a {
    padding: 4px 16px;
    color: #fff;
    white-space: nowrap;
}
.n_tag {
    background-color: #DBAE7F;
    margin-right: 10px;
}
.r_tag {
    background-color: #B1D2BF;
}
.r_tag:hover,.n_tag:hover {
    background-color: #808080;
    transition: .3s;
    text-decoration: none;
    border-radius: 0 0 4px 4px;
}
#c_shop ul.flex_x_scroll li .item_details li {
    margin: 6px 0;
    width: 100%;
}
.item_details li {
    color: #808080;
}
.item_details li span {
    margin-right: 20px;
}
.item_details li a:hover {
    color: #b1d2bf;
    text-decoration: none;
    transition: .3s;
}
.border_head {
    margin-bottom: 36px;
    border-bottom: 3px solid #e1bb93;
}
.LRitems_wrapper {
    display: flex;
    -webkit-box-pack: justify;
    justify-content: /*space-around*/space-between;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    align-items: center;
    margin: 60px auto;
    max-width: 1200px;
}
#c_shop .LRitems_wrapper {
    align-items: unset;
}
#c_shop .LRitems {
    width: 48%;
}

#c_shop .LRitems img {
    width: 80%;
    margin: 0 auto;
    display: block;
    object-fit: cover;
}
@media screen and (max-width: 767px) {
	.flex_x_scroll_ul_wrap {
		position: relative;
	}
.flex_x_scroll_ul_wrap::before,
.flex_x_scroll_ul_wrap::after{
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	font-size:5.0rem;
	position:absolute;
	bottom:50%;
	z-index:1;
	color:#e8d7bd;
	opacity:0.8;
	text-shadow: 1px 1px 3px #aaa;
}
.flex_x_scroll_ul_wrap::before{
	content: '\f104';
}
.flex_x_scroll_ul_wrap::after{
	content: '\f105';
	right:0;
}
.flex_x_scroll{
	margin:0 2%;
    display: flex;
    justify-content: flex-start;
	overflow-x: scroll;
	-webkit-overflow-scrolling: touch;
}
#gallery_area .flex_x_scroll {
    margin: 0;
}
.flex_x_scroll_row li {
    max-width: 32%;
    padding: 110px 0 0 0;
    margin: 0 0 3% 1%;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
}
.flex_x_scroll_row .entry_title {
    padding: 5px;
    border-bottom: 3px dotted #eee;
}
.flex_x_scroll li {
    flex: 0 0 45%;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
}
.n_r_tag > a {
    padding: 4px 8px;
}
}
.catchcopy_big{
width: 100%;
padding: 30px 0;
overflow: hidden;
clear: both;
position: relative;
box-shadow: 1px 6px 10px -4px rgb(0 0 0 / 20%);
margin: 60px 0;
}
.catch03 p{
line-height: 2.0rem;
}
.catch03 div{
display: block;
font-size: 1.3rem;
color: #666;
margin: 4% auto;
padding: 2% 4%;
max-width:  calc(1200px - 8%);;
width: 90%;
text-overflow: ellipsis;
-webkit-box-orient: vertical;
-webkit-line-clamp: 3;
overflow: hidden;
text-shadow: 2px 2px 8px #fff;
background-color: rgba(255, 255, 255, 0.7);
box-shadow: 1px 6px 10px -4px rgb(255 255 255 / 80%);
}
.b_img_area p {
font-size: 1.6rem;
line-height: 2.8rem;
text-align: center;
margin: 30px auto;
max-width: 700px;
}
.news_wrap {
margin: 30px 0;
padding: 30px 0;
background-color: #e7f2ed;
}

/*波形の設定*/
.entrybtn01 {
    text-align: center;
    display: block;
}
.entrybtn01 a {
    display: inline-block;
    padding: 6px 12px;
    min-width: 300px;
    margin: 1rem 0 0;
    color: #707070;
    border: 1px solid #707070;
    background: #fff;
    box-shadow: 1px 6px 10px -4px rgb(0 0 0 / 30%);
    transition: all .5s;
    line-height: 1.5;
    height: /*38px*/fit-content;
    position: relative;
    text-decoration: none;
    box-sizing: border-box;
}
.entrybtn01 a:hover,
.entrybtn01 a:active{
    box-shadow: 1px 6px 10px -4px rgb(0 0 0/10%);
    background-color: #b1d2bf;
    color: #fff;
    border: 1px solid #b1d2bf;
    border-radius: 5px;
    transform: translateY(8px);
}
.entrybtn01 a:hover::before,
.entrybtn01 a:active::before{
    content: '';	
    border: thin dashed #eee;
    border-radius: 50%;
    position: absolute;
    left:40%;
    top: -20px;
    width: 60px;
    height:65px;
    background-color: /*rgb(165 199 156 / 60%)*/#e8d7bd;
    /*はじめは不透明*/
    opacity:1;
    /*アニメーションの設定*/
    animation:1s circleanime2 forwards;
}
.entrybtn01 a:active::before{
animation:0s circleanime2 forwards;
}
/*波形が広がるアニメーション*/
@keyframes circleanime2{
0%{
transform: scale(0);
}
100%{
transform:scale(2);
opacity: 0;
}
}
img.wp-smiley,
img.emoji {
	display: inline !important;
	border: none !important;
	box-shadow: none !important;
	height: 1em !important;
	width: 1em !important;
	margin: 0 0.07em !important;
	vertical-align: -0.1em !important;
	background: none !important;
	padding: 0 !important;
}
#c_shop ul.flex_x_scroll li {/*トップページcss*/
    background-color: unset;
    border-bottom: unset;
    box-shadow: unset;
    text-align: left;
}

/*カタリーヌショップ*/
#c_shop section {
    margin: 0 auto 5%;
}
.banner_area {
    display: block;
    width: 96%;
    max-width: 1200px;
    margin: 0 auto 3%;
}
.banner_area img,
.banner img {
    width: 100%;
    object-fit: cover;
}
#new_item_area {
    background-color: rgb(233 204 174 / 40%);
    padding: 30px 0;
}
#new_item_area h3 {
    color: #DBAE7F;
    margin-bottom: 36px;
}
#c_shop #gallery_area h3 {
    background-color: #e9ccae;
    color: #fff;
    letter-spacing: 4px;
    padding: 10px 0;
    font-family: 'meyrio';
    margin-bottom: 30px;
}
#c_shop #gallery_area i{
    background-color: #fff;
    color: #e1bb93;
    padding: 6px;
    border-radius: 50%;
    letter-spacing: 0;
    margin-right: 10px;
}
.widget.widget_welcart_calendar {
    color: #808080;
}
.widget_welcart_calendar th {
    background-color: #808080;
}

/* 商品アーカイブページ */
.cat-il.type-grid article {
    min-height: unset;
}
@media screen and (min-width: 62.5em){
  #main.two-column #content {
    width: 100%;
  }
  .two-column.right-set #content,
  .two-column.right-set #secondary {
    float: unset;
  }
  .two-column #secondary {
    width: unset;
  }
}

/* 商品詳細ページ */
#itempage {
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-around;
    flex-wrap: wrap;
}
#itempage .itemsubimg {
    margin: 3% 0;
    max-width: 98%;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    justify-content: flex-start;
}
.itemsubimg a {
    margin: 1%;
    height: fit-content;
    aspect-ratio: 1/1;
    width: 25%;
    box-sizing: border-box;
    display: block;
}
.itemsubimg a:nth-child(1) {
    margin: 1% 1% 1% 0;
}
.itemsubimg a img{
    width: 100%;
    height: fit-content;
    object-fit: cover;
}
.cat-il.type-grid .itemimg a {
    overflow: hidden;
}
.storycontent ,.item-description {
    margin: 0 auto 5%;
}
.item-description {
    padding: 16px 0 0 16px;
}
.item-description p {
    line-height: 1.8;
}
.storycontent #img-box {
    text-align: center;
    min-width: 300px;
    max-width: 500px;
    width: 100%;
    margin-bottom: 1rem;
    flex: 1;
}
.storycontent.itemimg {
    border: 1px solid #ccc;
    padding: 4px;
    margin: 0 3%;
    box-sizing: border-box;
    flex: 1;
}
.storycontent .itemimg img {
    max-width: 500px;
    width: 100%;
    height: fit-content;
}
.item-info {
    width: fit-content;
    flex: 1;
    margin: 0 4%;
    min-width: 230px;
}
.sku-selector-box {
    border-top: 4px double #bbb!important;
    border-bottom: 4px double #bbb!important;
    border-left: none!important;
    border-right: none!important;
    padding: 6px 0;
    margin: 6px 0;
    box-sizing: border-box;
    width: 100%;
    height: fit-content;
}
.advance span {
    display: block;
}
span.quantity,
span.cart-button {
    display: block;
    margin-top: 30px;
}
.quantity input {
    margin-left: 1rem;
width: calc(100% - 3rem);
}
.item-info input[type="submit"] {
    background-color: #b1d2bf;
    width: 100%;
    color: #fff;
    font-size: 1.2rem;
    box-sizing: border-box;
    transition: .3s;
}
.item-info input[type="submit"]:hover {
    background-color: #aaa;
}
.detail-box h3 {
    text-align: left;
    font-size: 1.4rem;
    /*border-bottom: 3px solid #e1bb93;*/
    margin-bottom: 30px;
    background-color: #eee;
    color: #434343;
    padding-left: 12px;
    border-left: 6px solid #b1d2bf;
}
header.item-header {
    background-color: unset;
}
.item_page_title {
    margin-bottom: 36px;
    border-bottom: 3px solid #e1bb93;
    color: #434343;
    text-align: left;
}
#c_shop section.recommend_item_shop_area {
    margin: 8% auto 5%;
}
.recommend_head {
    margin-bottom: 42px;
    /*background-color: #b1d2bf; */
    color: #434343;
    /* border-radius: 30px; */
    letter-spacing: 4px;
    padding: 4px;
    font-family: /*'meyrio'*/"Noto Serif JP", serif, "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",serif;
    font-size: 1.4rem;
    /*border-bottom: #707070 1px solid;
    border-top: #707070 1px solid;*/
    font-weight: 900;
    background-image: linear-gradient(90deg, rgba(255 255 255), rgba(177 210 191/50%));
}
.c-box {
    max-width: 400px;
}
.item-name {
    text-align: left;
    font-size: 1.2rem;
    font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
}
p.shopname {
    font-size: 1.2rem;
    width: fit-content;
    margin: 0 0 0 auto;
}
p.shopname:hover {
    color: #b1d2bf;
    transition: .3s;
}

/* 会員ログインページ */
.loginbox,
article#wc_newmemberform {
    background-image: url(/wp-content/themes/welcart_basic_child/image/bg01.jpg);
    background-size: cover;
    background-position: center center;
    padding: 3% 0;
    box-sizing: border-box;
}
.member-box {
    width: 96%;
    margin: 3% auto;
    padding: 30px;
    background-color: rgba(255 255 255 /60%);
    text-align: center;
}
form#loginform .submit {
    text-align: center;
    margin: 10px 0;
}
.loginbox div {
    max-width: 1200px;
    width: 80%;
    margin: 5% auto;
}
.loginbox .nav {
    width: fit-content;
    margin: 0 auto;
    border: 1px solid #aaa;
    padding: 10px 30px;
    box-sizing: border-box;
    background-color: #fff;
}
.loginbox p.nav:hover {
    background-color: #eee;
}
.new-entry {
    max-width: 96%;
    width: 100%;
    background-color: rgba(255 255 255 / 60%);
    text-align: center;
    padding: 30px 0;
    margin: 0 auto;
    box-sizing: border-box;
}
.new-entry #nav {
    background-color: unset;
    border: none;  

}
article#wc_newmemberform {
    width: 100%;
    margin: 0 auto;
}
#wc_newmemberform #memberpages {
    padding: 5%;
}
.header_explanation {
    line-height: 1.8;
    margin-bottom: 36px;
}
#memberpages {
    background-color: rgba(255 255 255 /65%);
    width: 96%;
    max-width: 1200px;
    margin: 3% auto;
}
#wc_newmemberform.member_page_title {
    text-align: center;
    color: #808080;
    font-size: 1.4rem;
    background-color: rgba(255 255 255 / 60%);
    width: fit-content;
    margin: 0 auto;
    padding: 10px;
    box-sizing: border-box;
}
em {
    color: #819a8c;
}
#wc_newmemberform input[type="submit"],.entry-content input[type="submit"],input#member_login,p#nav a {
    width: 260px;
    max-width: 90%;
    background-color: #b1d2bf;
    color: #fff;
    margin: 30px auto;
    display: block;
    text-align: center;
    padding: 18px 6px;
}
table.customer_form tr {
    display: flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
}
.author_btn {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
}
.author_btn .entrybtn01 a {
    margin: 1rem;
}

/* ニュース */
.category-news header.entry-header {
    /*padding: 30px 10px!important;
    text-align: center;
    background-color: #b1d2bf;
    background:repeating-radial-gradient(#ffffff 0 0.0001%,#fff 0 0.0001%) 80% 80%/300px 300px, repeating-conic-gradient(#b1d2bf 0 0.0001%,#fff 0 0.0002%) 40% 40%/300px 100px;
    background-blend-mode: soft-light;*/
    padding: 30px 10px 36px!important;
    text-align: center;
    background-color: unset!important;
    margin: 0 auto 30px!important;
}
.category-news .entry-header h1.entry-title {
    /*margin: 0 auto!important;
    font-size: 30px!important;
    font-weight: bold!important;
    font-family: serif;
    color: #565656;
    text-shadow: 3px 4px 3px #fff;
    margin-bottom: 30px!important;*/
    margin: 0 auto!important;
    font-size: 30px!important;
    font-weight: bold!important;
    font-family: serif;
    position: relative;
}
.category-news .entry-header h1.entry-title:before {
    position: absolute;
    content: '';
    bottom: -12px;
    left: calc(50% - 30px);
    width: 60px;
    height: 6px;
    background-color: #b1d2bf;
    border-radius: 6px;
}
.category-news .entry-meta {
    display: flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    justify-content: flex-end;
    border-bottom: 1px solid #e0e0e0;
    border-left: none;
    margin: 0% auto 4%;
    max-width: 1200px;
    width: 96%;
}
.category-news .entry-meta span {
    display: block;
    margin-right: 15px;
}
.category-news .entry-meta span.cat, .category-news .entry-meta span.tag {
    display: none!important;
}
.category-news .entry-content p {
    line-height: 2;
    letter-spacing: 3px;
}
.post-li article,.category-news .entry-content {
    max-width: 1200px;
    width: 96%;
    margin: 0 auto;
}

/* アーカイブ・個人 */
.archive.author #main {
    margin: 0 auto 36px;
}
.archive.author .border_head:nth-child(1) {
    margin: 48px auto 36px;
}
#system_title_area {
    background: url(../image/system_bg.jpg);
    background-position: center center;
    background-size: cover;
    margin-bottom: 42px;
}
#content #system_title_area h2 {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    min-height: 200px;
    font-size: 1.6rem;
    line-height: 2.8rem;
    letter-spacing: .4rem;
    margin: 0 auto;
    background-size: cover;
    text-shadow: 2px 2px 8px #333;
    box-shadow: 1px 6px 10px -4px rgb(0 0 0 / 20%);
}
.post-li article {
    padding: 36px 0;
    min-height: fit-content;
    border-bottom: 1px solid #e0e0e0;
}
.post-li .loopimg {
    width: 20%;
    min-width: 200px;
    float: left;
    margin: 0 12px 12px 0;
}
/* フォーム設定 */
.form_wrap {
    background-image: url(/wp-content/themes/welcart_basic_child/image/contact-image.png);
    background-size: cover;
    background-position: center center;
    padding: 3% 0;
    box-sizing: border-box;
}
.wpcf7-form.init,#wc_lostmemberpassword .loginbox form#loginform {
    width: 80%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 5%;
    box-sizing: border-box;
    display: block;
    background: rgba(255 255 255 / 65%);
}
#wc_lostmemberpassword .loginbox form#loginform {
    text-align: center;
}
select {
    background-color: #fff;
}
.dl_table {
    background: #f8f1e8;
    margin: 0 1% 5%;
    display: flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    border: 1px solid #ddd;
    border-top: none;
    letter-spacing: 0.1rem;
    box-shadow: 0px 10px 8px -11px #eaeaea;
}
.dl_table, .dl_table > dt, .dl_table > dd {
    font-size: 0.9rem;
    line-height: 1.7rem;
    box-sizing: border-box;
}
.dl_table > dt {
    text-align: center;
}
.dl_table > dt, .dl_table > dd {
    width: 100%;
    padding: 1rem;
    margin: 0px;
    border-top: 1px solid #ddd;
}
.dl_table dt {
    background-color: #E7F1EC;
}
@media print, (min-width: 768px){
    .dl_table {
        margin: 0 10% 3%;
    }
#contact .dl_table > dt {
    border-bottom: 1px solid #fff;
}
.dl_table > dt {
    display: flex;
    align-items: center;
    width: 40%;
}
.dl_table > dt, .dl_table > dd {
    text-align: left;
    padding: 1em 2rem;
}
.dl_table > dd {
    border-left: none;
    width: 60%;
    background-color: #f8f1e8;
}
}
.dl_table select,.dl_table input,.dl_table textarea {
    width: calc(100% - 2%);
    max-width: unset;
    padding: 1%;
    margin: 4px 0;
    line-height: 3;
    border: none;
    box-sizing: border-box;
    border-radius: 0;
    background-color: #fff;
    color: #666;
}
.member_page_title {
    text-align: center;
    background-color: rgba(255 255 255 /60%);
    padding: 30px;
    width: fit-content;
    margin: 0 auto;
    font-weight: bold;
    letter-spacing: 1px;
    color: #565656;
    box-sizing: border-box;
}
span.member_name,span.member_furigana,p.password_policy {
    font-size: .8rem;
}
table.customer_form {
    width: 100%;
    margin: 0 auto;
    padding: 10px;
    background-color: #f8f1e8;
    border: 1px solid #ddd;
    border-top: none;
    letter-spacing: 0.1rem;
    box-shadow: 0px 10px 8px -11px #eaeaea;
}

table.customer_form th {
    padding: 1em 2rem;
    background-color: #E7F1EC;
    border-bottom: 1px solid #ddd;
    border-right: 1px solid #ddd;
    width: 300px;
    box-sizing: border-box;
    vertical-align: middle;
}
table.customer_form td {
    padding: 1em 2rem;
    font-size: .8rem;
}

table.customer_form input[type="text"], input[type="password"], input[type="email"], input[type="tel"], input[type="search"], input[type="url"] {
    margin-right: 1rem;
    font-size: 1rem;
}
form#loginform input[type="password"] {
    margin-right: unset;
}
table.customer_form tr {
    border-top: 1px solid #ddd;
    display: table-row;
}
table.customer_form select {
    background-color: #f9f9f9;
    font-size: 1rem;
}
@media screen and (max-width: 930px) {
    table.customer_form tr {
        display: flex;
    }
    table.customer_form th {
        width: 100%;
        display: block;
    }
    table.customer_form input[type="text"], input[type="password"], input[type="email"], input[type="tel"], input[type="search"], input[type="url"] {
        margin-right: 0;
        display: block;
    }
    table.member_status th,table.member_status td {
        display: block;
    }
}
@media screen and (max-width: 400px) {
    table.customer_form th {
        padding: 10px;
    }
    table.customer_form td {
        padding: 10px;
    }
}
/* ログイン後のフォーム */
#memberinfo table {
    width: 100%;
    margin-bottom: 30px;
}
table.member_status {
    border-top: 1px solid #ddd;
    border-left: 1px solid #ddd;
}
table.member_status th,table.member_status td {
    border-bottom: 1px solid #ddd;
    border-right: 1px solid #ddd;
    padding: 5px;
    box-sizing: border-box; 
    min-height: 35px
}
table.member_status th {
    background-color: #e7f1ec;
}
#memberinfo .member_submenu {
    text-align: right;
    margin-bottom: 30px;
    line-height: 2;
}
/* カート内ページ */
#cart {
    margin-bottom: 36px;
    letter-spacing: 1px;
}
.cart_page_title {
    border: 4px double #ddd;
    margin-bottom: 60px;
    padding: 10px;
    box-sizing: border-box;
}
.cart_navi ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    height: fit-content;
    margin: 44px 0 54px;
}
/*.cart_navi li {
    min-width: 136px;
    width: 24%;
    text-align: center;
    background-color: #808080;
    padding: 12px 6px;
    box-sizing: border-box;
    border: 1px solid #ddd;
    margin-top: 10px;
    color: #fff;
}
.cart_navi li.current {
    background-color: #b1d2bf;
}*/
.cart_navi li {
    width: 25%;
    text-align: center;
    padding: 12px 6px;
    box-sizing: border-box;
    margin-top: 10px;
    display: flex;
    justify-content: center;
    flex-flow: column;
    border-bottom: 4px solid #ddd;
}
.cart_navi li.current {
    border-bottom: 4px solid #262626;
}
.cart_navi li i {
    font-size: 36px;
    margin-bottom: 18px;
    color: #ddd;
    font-weight: 600;
}
.cart_navi li.current i {
    color: #262626;
}
.fa-cart-shopping:before, .fa-shopping-cart:before {
    content: "\f07a";
    font-weight: 600!important;
}
.upbutton {
    width: 100%;
    margin-bottom: 36px;
    text-align: right;
}
.upbutton input[type="submit"] {
    background-color: unset;
    border: 1px solid;
    padding: 6px 18px;
    border-radius: 0;
}
.upbutton input[type="submit"]:hover {
    background-color: #b1d2bf;
    color: #fff;
    border: 1px solid #ddd;
}
table#cart_table {
    margin-bottom: 10px;
}
#cart_table {
    width: 100%;
    border: none;
}
#cart_table thead {
    display: none;
}
#cart_table th {
    padding: .35rem;
    background-color: #efefef;
    border: 1px solid #e7e7e7;
    text-align: center;
    font-weight: normal;
}
#cart_table td {
    width: 100%;
    display: block;
    padding: .5rem;
    border: none;
    text-align: center;
}
#cart_table td.stock, #cart_table td.num, #cart_table td.thumbnail, #cart_table td.quantity, #cart_table td.action {
    display: block;
    width: 100%;
    text-align: left;
}
#cart_table td.num {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    -ms-grid-row: 1;
    -ms-grid-row-span: 4;
    grid-row: 1 / 5;
}
#cart_table td.thumbnail {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    -ms-grid-row: 1;
    -ms-grid-row-span: 4;
    grid-row: 1 / 5;
}
#cart_table td.thumbnail img {
    width: 100%;
    height: auto;
}
#cart_table td.stock {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    text-align: left;
    font-size: .85rem;
}
#cart_table td.productname {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
    text-align: left;
    font-weight: bold;
}
#cart_table td.unitprice {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
    text-align: left;
    letter-spacing: 1px;
}
#cart_table td.quantity {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
}
#cart_table td.quantity input {
    text-align: center;
}

#cart_table td.quantity:before {
    content: "数量 ";
    font-size: .85rem;
}
#cart_table td.action {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
    width: 100%;
    -ms-grid-row: 5;
    -ms-grid-row-span: 1;
    grid-row: 5 / 6;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1 / 3;
    text-align: center;
}
#cart_table td.subtotal {
    position: relative;
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
    -ms-grid-row: 5;
    -ms-grid-row-span: 1;
    grid-row: 5 / 6;
    -ms-grid-column: 3;
    -ms-grid-column-span: 1;
    grid-column: 3 / 4;
    padding-right: 0;
    white-space: nowrap;
    font-size: 1.15rem;
    text-align: right;
    letter-spacing: 1px;
}
#cart_table tbody tr {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 2em 90px 1fr;
        grid-template-columns: 2em 90px 1fr;
    gap: 0;
    border-bottom: 1px solid  #e7e7e7;
    padding: 25px 0 10px;
}
#cart_table tfoot tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border: none;
}
#cart_table tfoot th {
    background-color: transparent;
    border: none;
}
#cart_table tfoot th.thumbnail, #cart_table tfoot th.productname {
    display: none;
}
#cart_table tfoot th.num {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    color: #424242;
    font-size: .9rem;
}
#cart_table tfoot th.aright {
    display: inline-block;
    padding: 2.3rem 0 0;
    text-align: right;
    color: #424242;
    font-weight: bold;
    font-size: 1rem;
}
#cart_table tfoot th.aright .tax {
    font-weight: normal;
} 
#cart_table tfoot th.amount-text {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    color: #424242;
    width: calc( 100% - 120px);
}
#cart_table tfoot th.amount {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    color:  #424242;
    width: 120px;
    font-size: 1.3rem;
    letter-spacing: 1px;
}
#cart_table tfoot th .currency_code {
    text-align: left;
}
#cart_table em.tax {
    font-style: normal;
}
#cart_table .quantity input.quantity {
    background-color: #f1f1f1;
    width: 5rem;
    height: 4rem;
    margin-left: 1.5rem;
    border: 1px solid #e7e7e7;
    display: inline-block;
}
#cart .action {
    width: 40px;
    text-align: center;
    white-space: nowrap;
}
#cart .action input.delButton {
    display: inline;
    padding: 0;
    color: var(--general-text-color, #424242);
    border: none;
    background: none;
    text-decoration: underline;
    text-align: left;
}
#cart .action input.delButton:hover {
    text-decoration: none;
}
  
#cart .action input.delButton:hover, #cart .action input.delButton:focus {
    outline: none;
    -webkit-box-shadow: none;
            box-shadow: none;
}
.send {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap-reverse;
    margin: 36px auto;
}

@media screen and (min-width: 782px) {
#cart_table thead {
    display: table-header-group;
  }
  #cart_table thead th {
    padding: 1rem;
    font-size: 1rem;
  }
  #cart_table tbody tr,
  #cart_table tfoot tr {
    display: table-row;
  }
  #cart_table td {
    display: table-cell;
    vertical-align: middle;
    width: auto;
    border: 1px solid var(--general-border-color, #efefef);
    padding: 1rem;
  }
  #cart_table td.num, #cart_table td.thumbnail, #cart_table td.stock, #cart_table td.quantity, #cart_table td.action {
    display: table-cell;
  }
  #cart_table td.num, #cart_table td.unitprice, #cart_table td.quantity, #cart_table td.stock, #cart_table td.subtotal {
    text-align: center;
    font-size: 1rem;
  }
  #cart_table td.num {
    width: 5.6%;
  }
  #cart_table td.thumbnail {
    width: 11.7%;
  }
  #cart_table td.productname {
    width: 28.7%;
  }
  #cart_table td.unitprice {
    width: 10.6%;
  }
  #cart_table td.quantity {
    width: 11.5%;
  }
  #cart_table td.quantity input.quantity {
    margin-left: 0;
  }
  #cart_table td.quantity:before {
    display: none;
  }
  #cart_table td.subtotal {
    width: 12.4%;
  }
  #cart_table td.subtotal:before {
    display: none;
  }
  #cart_table td.stock {
    width: 10.6%;
  }
  #cart_table td.action {
    width: 8.9%;
  }
  #cart_table tfoot th.thumbnail, #cart_table tfoot th.productname {
    display: table-cell;
  }
  #cart_table tfoot th.amount {
    font-size: 1.4rem;
  }
  #cart_table tfoot th.amount-text {
    font-size: 1.1rem;
  }
  #cart_table tfoot th.aright {
    display: table-cell;
    font-weight: bolder;
  }
  #cart_table tfoot th.aright .tax {
    font-weight: normal;
  }
}
#cart .send {
    display: flex;
    justify-content: space-between;
}

/* お客様情報 */
#customer-info h3 {
    margin-bottom: 12px;
    text-align: left;
    color: #212121;
    font-size: 1.4rem;
}
#customer-info table.customer_form {
    margin-bottom: 36px;
}
table.customer_form td {
    padding: 1em 2rem;
    font-size: .8rem;
    width: calc(100% - 300px);
}
table.customer_form textarea#note {
    width: 80%;
    padding: 12px;
    box-sizing: border-box;
    font-size: 1rem;
    line-height: 1.4;
}
@media screen and (max-width: 930px) {
    table.customer_form td {
        width: 100%;
    }
    table.customer_form textarea#note {
        width: 100%;
    }
}
#customer-info .send {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap-reverse;
    margin-bottom: 36px;
}
table#point_table {
    width: 100%;
    margin: 36px auto;
}
#confirm_table {
    width: 100%;
    font-size: .8rem;
}
#confirm_table th,#confirm_table tr {
    padding: 4px 0;
}
#confirm_table tr.ttl {
    background-color: #808080;
}
#confirm_table tr.ttl td {
    padding: 0;
}
#confirm_table tr {
    border-bottom: 1px solid #e7e7e7;
}
#confirm_table th,#confirm_table tr {
    padding: 4px 0;
}
#confirm_table tr.ttl h3 {
    color: #fff;
    font-size: 1.2rem;
}
/* 購入ページ */
.history-area {
    overflow-x: scroll;
    scroll-behavior: smooth;
}
#history_head {
    border-bottom: 1px dashed #aaa;
    border-top: 1px dashed #aaa;
    margin: 48px 0 30px;
}
#history_head thead {
    background-color: #e7f1ec;
    border-bottom: 1px dashed #aaa;
}
.history-area caption,.history-area  th,.history-area  td {
    text-align: left;
    padding: 4px 6px;
    min-width: 100px;
    vertical-align: middle;
}
.history-area th.cartrownum,
.history-area td.cartrownum {
    min-width: unset;
}


/* ボタン */
input#previouscart,input.back_to_customer_button {
    width: 100%;
    max-width: 240px;
    height: 64px;
    margin: 6px 0;
    border-radius: unset;
}
input.to_customerinfo_button,input.to_confirm_button,input.to_deliveryinfo_button,input#purchase_button {
    background-color: #b1d2bf;
    border: none;
    color: #fff;
    width: 100%;
    max-width: 240px;
    height: 64px;
    margin: 6px 0;
    padding: 1.071428em 2.142856em;
    border-radius: unset;
}
/*input.to_memberlogin_button {
    display: flex;
    justify-content: center;
    width: 100%;
    max-width: 240px;
    height: 64px;
    margin: 6px 0;
    border: none;
    border-radius: unset;
    cursor: pointer;
}*/
input.to_memberlogin_button {
    width: 100%;
    max-width: 240px;
    height: 64px;
    border: none;
    border-radius: unset;
    cursor: pointer;
    display: block;
    margin: 0 auto;
    background-color: #b1d2bf;
    color: #fff;
}
input.back_cart_button,input.to_deliveryinfo_button,input.to_reganddeliveryinfo_button{
    max-width: 240px;
    width: 100%;
    height: 64px;
    margin: 6px 0;
    border-radius: unset;
}
input.to_deliveryinfo_button,input.to_deliveryinfo_button {
    margin-left: auto;
}
input.use_point_button {
    margin: 36px 0;
    width: 100%;
    max-width: 240px;
    height: 64px;
}
input#back_button {
    max-width: 280px;
    width: 100%;
    height: 64px;
    margin: 6px 0;
    border-radius: unset;
}
input#purchase_button:hover {
    background-color: #808080;
}

/* 特定商取引法 */
.tradelaw_box h3 {
    text-align: left;
}
.list_table {
    display: flex;
    flex-wrap: wrap;
    border: 1px solid #e3e3e3;
    border-top: none;
    overflow: hidden;
    margin-bottom: 20px;
    box-sizing: border-box;
}
.list_table dt {
    background: #f7f7f7;
}
.list_table dt, .list_table dd {
    width: 100%;
    padding: 1em;
    margin: 0px;
    border-top: 1px solid #e3e3e3;
    box-sizing: border-box;
}
@media screen and (min-width: 768px) {
.list_table dt {
    display: flex;
    align-items: center;
    width: 25%;
}
.list_table dt, .list_table dd {
    text-align: left;
}
.list_table dd {
    width: 75%;
    border-left: 1px solid #e3e3e3;
}
}