@charset "UTF-8";
@import url("./reset.css?20250831");
@import url("./plugin.css?20250408");
@import url("./base.css?20250408");
@import url("./module.css?20250408");
/* ==========================================================
Name:
    master.css

Description:
    サイトで共通使用する汎用モジュールのスタイルを記述する
    アルファベット降順(A->Z)に記述する

Contents:
    layout
    component
    utility
========================================================== */

.contents-section {
    margin-top: 60px;
}
@media screen and (max-width: 767px) { /* sp size */
    .contents-section {
        margin-top: 30px;
    }
}
/* 必須と任意アイコン */
.required,
.optional {
    background-color: #df043a;
    padding: 4px 8px;
    font-size: 13px;
    margin-left: 5px;
    color: #fff;

    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}
.optional { background-color: #666; }
/* input間のスペース */
.input-space { margin: 0 10px; }


/* ---------------------------------------------
*   layout--login ログインページ
--------------------------------------------- */
.layout--login,
.layout--post {
    text-align: center;
}
.layout--login input[type="text"],
.layout--login input[type="password"] {
    display: inline-block;
    margin: 0 0 4px;
    padding-left: 15px;
    border: 0;
    background-color: #eee;

    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}
.layout--login .form_basic div {
    margin-bottom: 10px;
}
.layout--login .non_member-title,
.layout--login .form-title,
.layout--login .form-check-title {
    margin-top: 40px;
    font-size: 24px;
    border-bottom: 2px solid #c3000d;
    padding-bottom: 10px;
    margin-bottom: 20px;
}
.layout--login .form-title {
    font-size: 28px;
    margin-bottom: 30px;
}
.layout--login .form-check-title {
    border-bottom: 1px solid #333;
}
.layout--login .gray-box {
    background-color: #f5f5f5;
    padding: 20px;
    margin: 20px 0;
}
.layout--login .gray-box span {
    background-color: #2b3b9c;
    color: #fff;
    padding: 5px 14px;
    margin: 0 3px;
    line-height: 2;

    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
}
@media screen and (max-width: 767px) { /* sp size */
    .layout--login .form-title {
        font-size: 5.6888vw;
    }
    .layout--login .gray-box {
        font-size: 3.6888vw;
    }
}

@media screen and (min-width: 768px) { /* pc size */
    .form_basic dl,
    .log-frame dl {
        width: 60%;
        margin: 0 auto;
    }
    .form_basic dt,
    .form_basic dd,
    .log-frame dt,
    .log-frame dd {
        display: inline-block;
        vertical-align: top;
        text-align: left;
        width: 70%;
        margin-bottom: 30px;
    }
    .form_basic dt,
    .log-frame dt {
        margin-top: 16px;
        width: 30%;
        font-weight: bold;
    }
    .form_basic li dl,
    .log-frame li dl {
        width: 100%;
    }
    .form_basic li dt,
    .log-frame li dt {
        margin-top: 0;
    }
    .form_basic dd .input--text--login,
    .form_basic dd .input--text--cmn {
        width: 500px;
    }
    .form_basic dd span {
        font-size: 14px;
    }
}
@media screen and (max-width: 767px) { /* sp size */
    .form_basic dd .input--text--login,
    .form_basic dd .input--text--cmn,
    .form_basic dd .input--text--count,
    .form_basic dd .input--text--order,
    .form_basic dd .input--text--tel {
        width: 100%;
        height: 50px;
        margin-top: 0px;
    }
    .form_basic dd .input--text--count {
        width: 40%;
    }
    .form_basic dd .input--text--tel {
        width: 24%;
    }
    .form_basic dd .input--text--order {
        width: 80px;
        text-align: center;
    }
    .form_basic dt,
    .log-frame dt {
        border-bottom: 1px dotted #ccc;
        padding-bottom: 6px;
        margin-bottom: 10px;
        margin-top: 20px;
    }
    .form_basic dd span {
        padding-top: 10px;
        font-size: 3.4888vw;
    }
}

.form_basic dd p {
    margin-top: 5px;
}
.form_basic dd .bold {
    margin-bottom: 5px;
    display: block;
}
.form_basic div {
    margin: 0;
}
.layout--form .form_basic div {
    margin: 0 auto;
}
.layout--form .form_basic div.select2 {
    margin: 0;
}

/* ---- [.select.form-select] ---- */
.select2.form-select {
    border-radius: 10px;
}
.select2.form-select select {
    padding: 18px 38px 18px 18px;
}
@media screen and (max-width: 767px) {
    .select2.form-select select {
    	padding: 18px 38px 18px 18px !important;
    }
    .select2.form-select::before {
    	top: 1.4em;
		right: 0.8em;
    }
	.filter-items .select2.form-select select {
    	padding: 14px 30px 14px 10px !important;
	}
    .select2.form-select::before {
    	top: 1.2em;
		right: 0.8em;
    }
}

/* ---------------------------------------------
*   layout--check 会員登録（入力内容確認ページ）
--------------------------------------------- */

@media screen and (min-width: 768px) { /* pc size */
    .form-check ul,
    .log-frame ul {
        margin: 0 auto;
        width: 60%;
    }
    .order--form-check div.u-inner > ul {
        margin: 0 auto;
        width: 80%;
    }
    .form-check li,
    .log-frame li,
    .order--form-check div.u-inner > ul li {
        border-bottom: 1px solid #ccc;
        margin-top: 30px;
    }
}
@media screen and (max-width: 767px) { /* sp size */
    .form-check ul,
    .log-frame ul,
    .order--form-check ul {
        margin: 0 auto;
        width: 100%;
    }
    .form-check li,
    .log-frame li,
    .order--form-check li {
        margin-top: 30px;
    }
    .form_basic li dt,
    .log-frame li dt {
        font-weight: bold;
        font-size: 3.8888vw;
    }
    .form_basic li dd,
    .log-frame li dd {
        border-bottom: 0;
    }
}

/* ---------------------------------------------
*   mypage マイページ
--------------------------------------------- */

.mypage .member-name {
    margin-bottom: 40px;
    font-size: 18px;
}
.mypage .mypage-top div {
    margin-bottom: 10px;
}
.mypage .withdrawal a {
    width: 400px;
    margin-top: 40px;
    background-color: #7d7d7d;
    font-size: 20px;
}
.mypage .withdrawal a:hover {
    background-color: #666;
}
@media screen and (max-width: 767px) { /* sp size */
    .mypage .withdrawal a {
        width: 79.8888vw;
        margin-bottom: 10px;
        font-size: 4.2888vw;
        padding: 14px 0;
    }
}
.mypage label {
    font-size: 14px;
}
@media screen and (max-width: 767px) { /* sp size */
    .mypage label {
        font-size: 3.4888vw;
    }
}

/* ---------------------------------------------
*   log マイページ（注文履歴）
--------------------------------------------- */

.log-wpr {
    margin-bottom: 40px;
}
.log-frame {
    border: 2px solid #df043a;
    padding: 40px 60px;
}
@media screen and (max-width: 767px) { /* sp size */
    .log-frame {
        padding: 20px 10px;
    }
}
.log .log-wpr h4.sub-contents-title {
    text-align: left;
}
.log .log-frame h5.sub-contents-title {
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
}
.log .log-frame h6 {
    text-align: left;
    margin-top: 20px;
    font-size: 20px;
}
.total-price {
    font-size: 28px;
    font-weight: bold;
    color: #c3000d;
}
@media screen and (max-width: 767px) { /* sp size */
    .log h4.sub-contents-title {
        font-size: 3.8888vw;
    }
    .log .log-frame h5.sub-contents-title {
        font-size: 4.2888vw;
    }
    .log .log-frame h6 {
        font-size: 3.8888vw;
        text-align: center;
    }
    .total-price {
        font-size: 3.8888vw;
    }
    .log-order-list p {
        font-size: 3.8888vw;
    }
    .log-frame .total-price {
        font-size: 4.8888vw;
    }
    .total-yen {
        font-size: 3.2888vw;
    }
}
.log-order-list {
    background-color: #fef7e5;
    padding: 20px 50px 30px;
}
@media screen and (min-width: 768px) { /* pc size */
    .log-frame .total-yen {
        font-size: 20px;
    }
    .log-frame ul {
        margin: 0 auto;
        width: 100%;
    }
    .log-frame li {
        border-bottom: 1px solid #cf8c2d;
        margin-top: 30px;
    }
    .log-frame dt {
        text-align: left;
        width: 50%;
    }
    .log-frame dd {
        text-align: right;
        width: 50%;
    }
    .log-delivery li {
        border-bottom: 1px solid #ccc;
        margin-top: 30px;
    }
    .log-delivery dt {
        text-align: left;
        width: 30%;
    }
    .log-delivery dd {
        text-align: left;
        width: 70%;
    }
}
@media screen and (max-width: 767px) { /* sp size */
    .log-order-list {
        padding: 5px 15px 30px;
        font-size: 3.2888vw;
    }
    .log-delivery dl {
        padding: 0px 10px;
    }
    .log-delivery dt {
        text-align: left;
    }
    .log-delivery dd {
        font-size: 3.2888vw;
        text-align: left;
    }
}
.log-frame .red {
    margin-right: 5px;
}
.log-order-list p {
    margin-top: 20px;
    text-align: right;
}


/* ==========================================================
*
*   layout--order
*   注文ページ（都道府県選択）
*
========================================================== */
.layout--order .logut-case p {
    font-size: 16px;
}
.layout--order .other_shop-btn a {
    width: 60%;
}
.layout--order .logut-case .non-memner {
	margin-top: 5px;
	font-size: 22px;
	border: 1px solid #ccc;
    background-color: #fef7e5;
	padding: 5px 20px;
	display: inline-block;
}
.layout--order .select-guidance-message {
    margin: 50px 0;
    line-height: 1.5;
    font-size: 18px;
}
@media screen and (max-width: 767px) { /* sp size */
    .layout--order .logut-case .contents-btn a {
        font-size: 4.8888vw;
        padding-top: 16px;
        padding-bottom: 16px;
    }
    .layout--order .logut-case p {
        font-size: 3.2888vw;
    }
    .layout--order .select-guidance-message {
        font-size: 3.8888vw;
        margin: 30px 0;
    }
}

/* ---- [.prefectures-select] ---- */
.prefectures-select .select2 {
  width: 360px;
}
.prefectures-select .select2.form-select {
  border: 2px solid #df043a;
  border-radius: 0px;
  background: #fff;
}
.prefectures-select .select2.form-select::before {
  border-top: 6px solid #df043a;
}
@media screen and (max-width: 767px) { /* sp size */
    .prefectures-select .select2 {
        width: 100%;
    }
    .orders-bento-count .select2 {
        width: 160px;
    }
    .prefectures-select .select2.form-select::before {
        border-top: 6px solid #df043a;
        top: 1.6em;
        right: 0.8em;
    }
    .prefectures-select .select2.form-select select {
        font-size: 4.2888vw;
    }
}

/* ---- [.gps-google-api-btn] ---- */
.gps-google-api-btn {
    margin: 20px 0 40px;
}
.gps-google-api-btn a {
    width: 500px;
    font-size: 20px;
}
.gps-google-api-btn span {
    position: relative;
    margin-left: 24px;
}
.gps-google-api-btn span:after {
    background: url("../img/common/icon-search.svg") no-repeat;
    -webkit-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
    content: "";
    position: absolute;
    right:104%;
    top: 49%;
    height: 32px;
    width: 24px;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    transform: translate(0, -50%);
}
@media screen and (max-width: 767px) { /* sp size */
    .gps-google-api-btn a {
        width: 89.8888vw;
        font-size: 4.8888vw;
    }
    .gps-google-api-btn span {
        margin-left: 18px;
    }
    .gps-google-api-btn span:after {
        right:104%;
        top: 49%;
        height: 23px;
        width: 18px;
    }
}
.layout--order .arrow {
  width: 24px;
  height: 24px;
  border: 4px solid;
  border-color:  transparent transparent #565656 #565656;
  transform: rotate(-225deg);
  margin: 0 auto;
  margin-bottom: 10px;
}
.layout--order .select-other .yellow-box,
.layout--order .select-other .red-box {
    font-size: 16px;
    margin-bottom: 40px;
}
.layout--order .select-other .yellow-box p {
    background-color: #fff;
    padding: 10px;
    margin: 10px;
}
.layout--order .select-other .yellow-box .tel-size {
    font-size: 20px !important;
    font-weight: bold;
    margin-right: 6px;
}
@media screen and (max-width: 767px) { /* sp size */
    .layout--order .select-other .yellow-box .tel-size {
        font-size: 4.8888vw !important;
    }
}

/* ==========================================================
*
*   layout--order
*   注文ページ（弁当選択画面）
*
========================================================== */

/*  bottom--cart-fix-btn
--------------------------------------------- */
.bottom--cart-fix-btn {
    position: fixed;
    width: 100%;
    background-color: #fff;
    border-top: 1px solid #e0e0e0;
    padding: 12px 0 10px;
}
/* pc size */
@media screen and (min-width: 768px) {
    .bottom--cart-fix-btn {
        bottom: 0;
    }
}
/* sp size */
@media screen and (max-width: 767px) {
    .bottom--cart-fix-btn {
        bottom: 62px;
    }
}

/*  bottom--cart-area
--------------------------------------------- */
/* pc size */
@media screen and (min-width: 768px) {
    .bottom--cart-fix-btn .bottom--cart-area {
        display: table;
        width: 100%;
    }
    .bottom--cart-fix-btn div {
        display: table-cell;
    }
    .bottom--cart-fix-btn .cart--select .select2.form-select select {
        height: 56px;
    }
    .menu-txt {	font-size: 20px !important; }
}

.bottom--cart-fix-btn div.cart--select-div { text-align: left; }
.bottom--cart-fix-btn div.cart--post-div { text-align: right; }

.bottom--cart-fix-btn .cart--select .select2 {
  width: 100%;
}
.bottom--cart-fix-btn .cart--select .select2.form-select {
  border: 2px solid #df043a;
  border-radius: 0px;
  background: #fff;
}
.bottom--cart-fix-btn .cart--select .select2.form-select::before {
  border-top: 6px solid #df043a;
}

/*  bottom--cart-fix-btn
--------------------------------------------- */

/* sp size */
@media screen and (max-width: 767px) {
    .bottom--cart-fix-btn {
        bottom: 62px;
    }
    .bottom--cart-fix-btn .cart--select .select2 {
        width: 100%;
        margin-bottom: 5px;
    }
    .bottom--cart-fix-btn .cart--select .select2.form-select select {
        height: 50px;
        padding: 8px 38px 8px 18px !important;
    }
    .bottom--cart-fix-btn .cart--select .select2.form-select::before {
        border-top: 6px solid #df043a;
        top: 1.4em;
        right: 0.8em;
    }
}

/*  cart--in-btn
--------------------------------------------- */

/* pc size */
@media screen and (min-width: 768px) {
    .bottom--cart-fix-btn .cart--in-btn a {
        width: 240px;
        padding: 0;
        height: 58px;
        line-height:58px;
        vertical-align: middle;
    }
}
/* sp size */
@media screen and (max-width: 767px) {
    .bottom--cart-fix-btn .cart--in-btn a {
        width: 38%;
        padding: 0;
        height: 48px;
        line-height:48px;
        vertical-align: middle;
        font-size: 3.2888vw;
    }
}

/*  cart--total-price
--------------------------------------------- */
.bottom--cart-fix-btn .cart--total-price {
    margin-right: 20px;
    margin-top: 10px;
}
.bottom--cart-fix-btn .cart--total-price .price--font {
    font-size: 26px;
    color: #000;
    margin-left: 5px;
    font-family: "DIN Bold";
}
@media screen and (max-width: 767px) { /* sp size */
    .bottom--cart-fix-btn .cart--total-price {
        margin-right: 10px;
    }
    .bottom--cart-fix-btn .cart--total-price {
        font-size: 3.2888vw;
    }
    .bottom--cart-fix-btn .cart--total-price .price--font {
        font-size: 4.8888vw;
        margin-left: 0;
        height: 48px;
        line-height:48px; 
    }
}

.click-guidance-message {
    color: #df043a;
    font-weight: bold;
    margin: 20px 0;
}
/* sp size */
@media screen and (max-width: 767px) {
    .click-guidance-message {
        font-size: 3.2888vw;
    }
}
/* ---- [.option--select] ---- */
.option--select {
    margin-bottom: 5px;
}
.option--select .select2 {
  width: 100%;
}
.option--select .select2.form-select {
  border: 2px solid #cf8c2d;
  border-radius: 0px;
  background: #fff;
}
.option--select .select2.form-select::before {
  border-top: 6px solid #cf8c2d;
}

/* sp size */
@media screen and (max-width: 767px) {
    /*#category-menu--area .label { width: 24%; }*/
}


/* pc size */
@media screen and (min-width: 768px) {
    .category-menu--wpr {
        border-bottom: 3px solid #df043a;
    }
}
#category-menu--area ul {
    margin-bottom: 0;
    padding: 0;
}
#category-menu--area li {
    display: inline-block;
    margin-left: 1%;
}
#category-menu--area li:first-child {
    margin-left: 0;
}
#category-menu--area .label {
    width: 100%;
    margin: 0 !important;
    padding: 0 !important;
}
/* pc size */
@media screen and (min-width: 768px) {
    #category-menu--area .all { width: 15%; }
    #category-menu--area .bento { width: 180px; }
    #category-menu--area .gozen { width: 180px; }
    #category-menu--area .okosama { width: 180px; }
    #category-menu--area .odoburu { width: 180px; }
    #category-menu--area .okazu { width: 180px; }
}
/* sp size */
@media screen and (max-width: 767px) {
    /*#category-menu--area .label { width: 24%; }*/
}
#category-menu--area input[type=radio] {
    display: none;
}
#category-menu--area .label {
    display: block;
    color: #000;
    text-align: center;
    cursor: pointer;
    transition: 0.3s;
}
/* pc size */
@media screen and (min-width: 768px) {
    #category-menu--area .label {
        margin-left: 1%;
        height: 45px;
        line-height: 45px;
        border-top: 1px solid #df043a;
        border-left: 1px solid #df043a;
        border-right: 1px solid #df043a;
        border-top-left-radius: 8px;
        border-top-right-radius: 8px;
    }
}
/* sp size */
@media screen and (max-width: 767px) {
    .category-menu--wpr {
        border-bottom: 3px solid #df043a;
    }
    #category-menu--area .label {
        margin-right: 0.5%;
        height: 45px;
        line-height: 45px;
        border-top: 1px solid #df043a;
        border-left: 1px solid #df043a;
        border-right: 1px solid #df043a;
        border-top-left-radius: 4px;
        border-top-right-radius: 4px;

        font-size: 3.0888vw;
    }
    #category-menu--area .label span {
        margin: 0 10px;
    }
}

#category-menu--area li:first-child .label {
    margin-left: 0;
}
#category-menu--area input[type="radio"]:checked + label {
    background: #df043a;
    color: #ffffff;
}
#category-menu--area .label:hover {
    background-color: #df043a;
    color: #fff;
    transition: 0.3s;
}
/******  tab-menu end *****/

#area-select-mode {
    margin-top: 20px;
}
#area-select-mode li {
    display: inline-block;
    margin-left: 20px;
}
#area-select-mode li:first-child {
    margin-left: 0;
}
#area-select-mode a {
    display: inline-block;
    padding: 0px;
    width: 200px;
    border-radius: 50px;
    border: 1px solid #68964B;
}
@media screen and (max-width: 767px) {
    #area-select-mode a {
        padding: 10px 40px;
        width: 100%;
    }
    #area-select-mode li {
        margin-left: 10px;
    }
}
#area-select-mode a.on,
#area-select-mode a:hover {
    background-color: #68964B;
    color: #fff;
}

#filter-back {
    background-color: #fef7e5 !important;
    padding-top: 30px;
}
/* sp size */
@media screen and (max-width: 767px) {
    #filter-back {
        padding-bottom: 50px;
    }
}

/*アニメーションは全てCSSで行う*/
.filter-items>li{
    display: inline-block;
    display: none;
    vertical-align: top;
    animation: fadeIn 2s ease 0s backwards;
}
/*#selectorのクラス値と一致したパネルのみを表示する*/
#selector.all+#filter-back>.filter-items>.all,
#selector.bento+#filter-back>.filter-items>.bento,
#selector.gozen+#filter-back>.filter-items>.gozen,
#selector.okazu+#filter-back>.filter-items>.okazu,
#selector.okosama+#filter-back>.filter-items>.okosama,
#selector.odoburu+#filter-back>.filter-items>.odoburu{
    display: inline-block;
}
/*@keyframes fadeIn{
    0%{opacity: 0}
    100%{opacity: 1}
}*/
.entry--btm-content {
    background-color:#fff;
    margin-top: 10px;
    padding: 10px;
    color: #68964B;
}
.stamp-book-login {
    margin: 10px 0 30px;
}
.filter-items li {
    width: 250px;
    margin: 0px 0.6% 30px 0.6%;
}
/* pc size */
@media screen and (min-width: 768px) {
    .filter-items li {
    }
    .layout--list .filter-items li {
    }
}
/* sp size */
@media screen and (max-width: 767px) {
	.filter-items.u-inner {
        padding: 0 1.06667vw;
	}
    .filter-items li {
        width: 48%;
        margin: 0 0 30px 0;
        float: unset;
    }
    .filter-items li:first-child {
        margin-top: 0;
    }
}
.filter-items li:nth-of-type(3n) {
    /*margin-right: 0;*/
}
.shop-list--ttl,
.detail--shop--ttl {
    font-size: 18px;
    font-family: "HiraKaku M7";
}
@media screen and (max-width: 767px) {
    .shop-list--ttl,
    .detail--shop--ttl {
        font-size: 4.13333vw;
        line-height: 1.2;
    }
    .entry--btm-content,
    .stamp-book-login {
        font-size: 3.43333vw;
    }
    .area,
    .time {
        font-size: 3.83333vw !important;
    }
}
.stamp--icon--wrp {
    margin: 10px 0;
    border: 1px solid #ccc;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
}
.filter-items .shop-list--detail a,
#shop-list--all .shop-list--detail a,
#shop-list--all .end,
#stamp-book-login .shop-list--detail a,
a.detail--shop--cart {
    font-size: 1.0em;
    font-weight: bold;
    color: #FFF;
    width: 100%;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    background-color: #df043a;
    border: 0;
    padding: 14px;

    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
}
.filter-items .shop-list--detail a:hover,
#shop-list--all .shop-list--detail a:hover,
#stamp-book-login .shop-list--detail a:hover,
a:hover.detail--shop--cart {
    background-color: #c3000d;
    cursor: pointer;
}
#shop-list--all .end {
    padding: 20px 0;
    font-size: 20px;
    background-color: #aaa;
}

@media screen and (max-width: 767px) {
.filter-items .shop-list--detail {
        width: 100%;
        margin-bottom: 10px;
    }
}
.modal {
    text-align: center;
    -webkit-box-shadow: 0 0 10px #666;
    -moz-box-shadow: 0 0 10px #666;
    -o-box-shadow: 0 0 10px #666;
    -ms-box-shadow: 0 0 10px #666;
    box-shadow: 0 0 10px #666;
}
.modal img {
    width: 280px;
    display: block;
    margin: 10px auto;
}
.modal--info-box {
    margin-bottom: 20px;
}
/* sp size */
@media screen and (max-width: 767px) {
    .modal img {
        margin-bottom: 0;
    }
    .modal--info-box {
        font-size: 3.26667vw;
    }
}

/*  list page
--------------------------------------------- */
.filter-items .image--items {
    border: 1px solid #faecc9;
    padding: 10px 0;
    background-color: #fff;
    /*background: #fff url(../img/common/icon-modal-glass.svg) no-repeat;
    background-size: 20px;
    background-position: 220px 10px;*/

    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    
    position: relative;
}
.filter-items .image--items .glass {
	position: absolute;
	top: 14px;
	right: 14px;
	width: 20px;
}
/* sp size */
@media screen and (max-width: 767px) {
    .filter-items .image--items {
        max-width: 250px;
        margin: 0 auto;
    }
}
.filter-items a:hover .image--items {
    border: 1px solid #df043a;
    /*transition: all 0.1s;*/
    cursor: pointer;
    text-decoration: none;
}
.filter-items a:hover {
    text-decoration: none;
}
.filter-items .image--items .modal-glass {
    max-width: 20px;
}
.filter-items .image--items .filter-bento {
    max-width: 200px;
}
/* sp size */
@media screen and (max-width: 767px) {
	.filter-items .image--items .filter-bento {
	    max-width: 90%;
	}
}
.filter-items .image--items img.filter-bento {
    display: block;
    margin: 0 auto;
}
.filter-items .image--items div {
    text-align: right;
    margin: 0 10px 0 0;
}
.filter-items .image--items span {
    font-size: 12px;
    color:  #999;
    display: block;
}

.filter-items .detail--shop--ttl {
    margin: 10px 0 10px;
    color: #df043a;
}
.filter-items .price--text {
    background-color: #faecc9;
    padding: 6px 10px;
    margin-bottom: 10px;
    font-size: 20px;

    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
}
.filter-items .price--text span.tax {
    font-size: 15px;
}
.filter-items .price--text span.price--font {
    font-size: 26px;
    font-family: "DIN Bold";
}

.cart--stock-btn {
    margin-top: 10px;
}
a.detail--shop--cart.is_desabled {
    pointer-events:none;
    background-color: #ccc;
}


/*  number--items
--------------------------------------------- */
.number--items__box {
    margin-left:auto
}
/* sp size */
@media screen and (max-width: 767px) {
    .number--items__box {
        margin: 0 auto;
    }
}
p.count-message {
    display: block;
    font-size: 12px;
    margin-bottom: 3px;
}
.c-label {
    display:inline-block;
    margin-bottom:3px;
    padding:7px 10px;
    font-size:1rem;
    border-radius:3px;
    color:#fff;
    line-height:1;
    font-weight:700
}
.c-label--new {
    background-color:#ed1c24
}
.c-label--small {
    background-color:rgba(3,67,0,.5)
}
.c-label--end {
    background-color:rgba(69,69,69,.5)
}
.c-label--allergy{
    background-color:#a08f7f
}
.c-label--radius{
    padding:15px 5px;
    text-align:center;
    border-radius:50%;
    width:40px;height:40px
}
.number--items__box{
    display:table;
    text-align:left;
    height:30px
}
.number--items__input{
    text-align:center;
}
.number--items__btn--minus,
.number--items__btn--plus {
    display:table-cell;
    vertical-align:middle;
    width:80px;
    height:30px;
    box-sizing:border-box
}
input[type="text"].number--items__input {
    width:100px;
    height: 40px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    margin: 0 5px;

    background-color: #fff;
    border: 1px solid #cf8c2d;
}
.number--items__btn--minus,
.number--items__btn--plus{
    position:relative;
    /*border:2px solid #ccc;*/
    overflow:hidden;
    text-indent:-9999px;
    cursor:pointer;
    background-color: #a6937c;
    transition:border-color .15s ease-in,background-color .15s ease-in
}
.number--items__btn--minus:before,
.number--items__btn--plus:before{
    content:"";
    position:absolute;
    top:50%;
    left:0;
    right:0;
    display:block;
    width:14px;
    height:1px;
    margin:-1px auto 0;
    background:#fff
}
.number--items__btn--minus.is_active {
    /*border-color:#ed1c24;*/
    background-color:#cf8c2d
}
.number--items__btn--plus.is_active {
    /*border-color:#ed1c24;*/
    background-color:#df043a
}
.number--items__btn--plus{
    /*border-radius:0 6px 6px 0*/

    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
}
.number--items__btn--plus:after{
    content:"";
    position:absolute;
    top:50%;
    left:0;
    right:0;
    display:block;
    width:1px;
    height:14px;
    margin:-7px auto 0;
    background:#fff
}
.number--items__btn--minus{
    /*border-radius:6px 0 0 6px*/

    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
}
@media screen and (max-width: 767px) { /* sp size */
    .count-message {
        text-align: center !important;
    }
    .number--items__box {
        margin: 0 auto !important;
    }
}
/* ==========================================================
*
*   layout--order
*   注文ページ（カート画面）
*
========================================================== */

/*  cart--stock-number
--------------------------------------------- */
@media screen and (min-width: 768px) { /* pc size */
    .cart--stock-number {
        display: table;
        width: 100%;
    }
    .cart--stock-number div {
        display: table-cell;
    }
}
.cart--stock-number div.cart--title-div { text-align: left; }
.cart--stock-number div.cart--price-div { text-align: right; }
.cart--stock-number .sub-contents-title {
    color: #df043a;
    display: inline-block;
}
.cart--stock-number span {
    display: inline-block;
    font-size: 14px;
    margin-left: 10px;
    color: #999;
}
.cart--stock-number div.cart--price-div {
    font-size: 14px;
}
@media screen and (max-width: 767px) { /* sp size */
    .cart--stock-number .sub-contents-title {
        margin-bottom: 0;
    }
    .cart--stock-number span {
        margin-left: 0;
        margin-bottom: 10px;
    }
}
.cart--stock-number .price--font,
.cart-stock-ul li.cart-stock-price .price--font,
.cart--end-total-price .price--font,
.total-stock-price .price--font {
    font-size: 26px;
    color: #000;
    margin-left: 5px;
    font-family: "DIN Bold";
}
@media screen and (max-width: 767px) { /* sp size */
    .cart--stock-number .price--font,
    .cart-stock-ul li.cart-stock-price .price--font,
    .cart--end-total-price .price--font,
    .total-stock-price .price--font {
        font-size: 7.2888vw;
    }
    .cart-stock-ul li.cart-stock-price .price--font {
        font-size: 5.8888vw !important;
    }
}

/*  cart--stock-on--block
--------------------------------------------- */
.cart--stock-on--block {
    background-color: #fef7e5;
    padding: 40px;
    margin-bottom: 30px;
}
@media screen and (max-width: 767px) { /* sp size */
    .cart--stock-on--block {
        padding: 20px;
    }
}
.cart-stock-ul {
    margin: 0 auto;
}
.cart--stock-on--block li {
    border-top: 1px solid #cf8c2d;
    margin-top: 30px;
    padding-top: 30px;
}
.cart--stock-on--block li.first_li {
    border-top: 0 !important;
    margin-top: 0 !important;
    padding-top: 0 !important;
}
@media screen and (max-width: 767px) { /* sp size */
    .cart--stock-on--block li {
        margin-top: 20px;
        padding-top: 20px;
    }
}
@media screen and (min-width: 768px) { /* pc size */
    .cart--stock-on--block dt,
    .cart--stock-on--block dd {
        display: inline-block;
        vertical-align: top;
    }
    .cart--stock-on--block dt {
        width: 30%;
    }
    .cart--stock-on--block dd {
        width: 50%;
        text-align: left;
    }
    .cart--stock-on--block dd:first-of-type {
        /*display: inline-block;*/
    }
}
.cart--stock-on--block dd .items-line {
    border-top: 1px solid #cf8c2d;
    margin-top: 20px;
    padding-top: 20px;
}
.cart--stock-on--block dd .items-line:first-of-type {
    border-top: 0;
    margin-top: 0;
    padding-top: 0;
}
@media screen and (max-width: 767px) { /* sp size */
    .cart--stock-on--block dd .items-line {
        border-top: 1px dotted #cf8c2d;
    }
}

/*  image--items
--------------------------------------------- */
.cart--stock-on--block .image--items {
    border: 1px solid #faecc9;
    padding: 10px;
    border: 1px solid #faecc9;
    background-color: #fff;

    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
}
@media screen and (min-width: 768px) { /* pc size */
    .cart--stock-on--block .image--items {
        margin-left: auto;
        margin-right: 20px;
        width: 220px;
    }
}
@media screen and (max-width: 767px) { /* sp size */
    .cart--stock-on--block .image--items {
        width: 100%;
        padding: 10px;
        margin-bottom: 10px;
    }
}

.cart--stock-on--block .image--items .filter-bento {
    max-width: 200px;
}
.cart--stock-on--block .image--items img.filter-bento {
    display: block;
    margin: 0 auto;
}
.cart--stock-on--block .image--items div {
    margin: 0 10px 0 0;
}
.cart--stock-on--block .image--items span {
    font-size: 12px;
    color:  #999;
    display: block;
}

.cart--stock-on--block .bento-name {
    color: #df043a;
    font-size: 22px;
}
.cart--stock-on--block .bento-name span {
    color: #000;
    margin-left: 10px;
}
@media screen and (max-width: 767px) { /* sp size */
    .cart--stock-on--block .bento-name {
        font-size: 4.2888vw;
        text-align: left;
        line-height: 1.5;
    }
    .cart--stock-on--block .bento-name span {
        /*display: block;*/
        font-size: 3.8888vw;
        margin: 0;
        margin-left: 5px;
    }
}

/*  cart-stock-ul
--------------------------------------------- */
.cart-stock-ul .price--text {
    width: 270px;
    background-color: #fff;
    border: 1px solid #cf8c2d;
    padding: 10px;
    font-size: 14px;
    text-align: center;

    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
}
@media screen and (max-width: 767px) { /* sp size */
    .cart-stock-ul .price--text {
        width: 100%;
        padding: 6px 10px;
    }
}
.cart-stock-ul .price--text .price--font {
    font-size: 26px;
    color: #000;
    margin-left: 5px;
    font-family: "DIN Bold";
}
@media screen and (max-width: 767px) { /* sp size */
    .cart-stock-ul .price--text .price--font {
        font-size: 5.2888vw;
    }
}
.cart-stock-ul .count-message {
    font-size: 14px;
    margin-top: 10px;
    font-weight: bold;
}
@media screen and (max-width: 767px) { /* sp size */
    .cart-stock-ul .count-message {
        text-align: left;
    }
}

.cart-stock-ul .number--items__box {
    text-align: left;
    margin-left: 0;
    margin-right: auto;
}
.cart-stock-ul li.cart-stock-price {
    text-align: right;
}
.cart-stock-ul li.cart-stock-price p {
    display: inline-block;
}
.cart-stock-ul li.cart-stock-price .price--font,
.cart--end-total-price .price--font {
    font-size: 28px;
    color: #df043a;
    margin: 0;
}
.cart-stock-ul li.cart-stock-price .total--price {
    margin-left: 10px;
}
.cart-stock-ul li.cart-stock-price .calculation--btn a,
.cart-stock-ul li.cart-stock-price .add--bento-btn a {
    margin-top: 10px;
    width: 300px;
}
@media screen and (max-width: 767px) { /* sp size */
    .cart-stock-ul li.cart-stock-price .calculation--btn,
    .cart-stock-ul li.cart-stock-price .add--bento-btn {
        text-align: center;
        font-size: 3.46667vw;
        font-family: "HiraKaku M7";
    }
    .cart-stock-ul li.cart-stock-price .calculation--btn a,
    .cart-stock-ul li.cart-stock-price .add--bento-btn a {
        padding-top: 14px;
        padding-bottom: 14px;
    }
}

/*  add--bento-btn
--------------------------------------------- */
.add--bento-btn a {
    background-color: #009e96;
}
.add--bento-btn a:hover {
    background-color: #006258;
}
@media screen and (max-width: 767px) { /* sp size */
    .add--bento-btn a {
        width: 100%;
    }
    #cart--end-block .add--bento-btn a {
        font-size: 4.2888vw;
        padding: 14px;
    }    
}

/*  error--class-count
--------------------------------------------- */
.error--class-count {
    margin-bottom: 40px;
}
.error--class-count div {
    background-color: #df043a;
    font-size: 26px;
    font-family: "HiraKaku M7";
    font-weight: bold;
    color: #fff;
    padding: 16px;
}
.error--class-count p {
    margin-top: 10px;
}
@media screen and (max-width: 767px) { /* sp size */
    .error--class-count {
        margin-bottom: 20px;
    }
    .error--class-count div {
        font-size: 4.2888vw;
        padding: 10px;
        text-align: left;
        line-height: 1.5;
    }
    .error--class-count p {
        font-size: 3.4888vw;
        text-align: left;
    }
}

/*  cart--end
--------------------------------------------- */
.cart--end-cont {
    margin: 40px 0;
}
.cart--end-total-price {
    background-color: #fef7e5;
    border: 2px solid #f29b76;
    padding: 16px;
    font-weight: bold;

    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
}
.cart--end-total-price .price--font {
    font-size: 38px;
    color: #df043a;
    margin: 0;
}
.cart--end-separately {
    margin: 6px 0 30px;
    font-size: 14px;
}
#cart--end-block .cmn-radius-btn.none a {
    background-color: #ccc;
    pointer-events: none;
}
@media screen and (max-width: 767px) { /* sp size */
    .cart--end-cont {
        margin: 20px 0;
        font-size: 3.2888vw;
        text-align: left;
    }
    .cart--end-total-price {
        font-size: 3.8888vw;
    }
    .cart--end-total-price .price--font {
        font-size: 7.2888vw;
    }
}

/* ==========================================================
*
*   layout--order
*   注文ページ（注文フォーム）
*
========================================================== */

.form-contents-title {
    text-align: center;
    margin-bottom: 30px;
}
.order--start-desc {
    margin-bottom: 30px;
}
@media screen and (max-width: 767px) { /*sp size */
    .order--start-desc {
        font-size: 3.86667vw;
    }
}
.layout--form .cart--stock-block {
    padding-bottom: 40px;
}

/*  dt.radio
--------------------------------------------- */
dt.radio {
    margin-top: 10px;
}
dd.radio div {
    padding-top: 10px;
    padding-bottom: 3px;
}
dd.radio label {
    position: relative;
    cursor: pointer;
    padding-left: 30px;
    font-size: 14px;
}
dd.radio label::before,
dd.radio label::after {
    content: "";
    display: block; 
    border-radius: 50%;
    position: absolute;
    transform: translateY(-50%);
    top: 50%;
}
dd.radio label::before {
    background-color: #eee;
    border: 1px solid #ddd;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    left: 5px;
}
dd.radio label::after {
    background-color: #df043a;
    border-radius: 50%;
    opacity: 0;
    width: 16px;
    height: 16px;
    left: 7px
}
dd.radio input:checked + label::after {
    opacity: 1;
}
dd.radio .visually-hidden {
    position: absolute;
    white-space: nowrap;
    border: 0;
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    overflow: hidden;
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
}
dd.radio small {
    font-size: 12px;
    margin-left: 3px;
}
dd.radio .required {
    font-size: 11px;
}
.privacy-cont {
    margin-top: 10px;
}
.check--info-mail {
    background-color: #f5f5f5;
    padding: 10px;
}

/*  layout--form
--------------------------------------------- */
.layout--form label.check {
    font-size: 14px;
}
.layout--form .cart--stock-on--block dt {
    text-align: center;
}
.layout--form .cart--stock-on--block .image--items {
    margin-left: auto;
    margin-right: 20px;
}
.layout--form .cart--stock-on--block dd .total-stock-price {
    padding: 14px 10px 10px;
    margin: 0;
    border: 1px solid #cf8c2d;
    background-color: #fff;
}
.total-stock-price .price--font {
    margin: 0;
}
span.total-stock-font {
    font-size: 18px !important;
    margin-right: 5px;
}
.layout--form .bento-name span {
    font-size: 20px;
}
.layout--form .bento-name {
    margin-bottom: 15px;
}
.order--form-check .send--btn {
    width: 70%;
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
}
@media screen and (max-width: 767px) { /* sp size */
    dt.radio {
        margin-top: 20px;
    }
    .layout--form dd.radio div {
        padding-top: 0px;
        padding-bottom: 10px;
    }
    .layout--form .bento-name span {
        font-size: 3.8888vw;
    }
    .layout--form .bento-name {
        margin-bottom: 15px;
        line-height: 1.0;
        font-size: 4.2888vw;
    }
    .layout--form .form_basic dt {
        border-bottom: 1px dotted #ccc;
        font-weight: bold;
    }
    .layout--form .form_basic .cart-stock-ul dt {
        border-bottom: 0;
    }
    .layout--form .cart--stock-number {
        padding-bottom: 10px;
    }
    .order--form-check .send--btn {
        width: 100%;
    }
    span.total-stock-font {
        font-size: 3.26667vw !important;
    }
    .total-stock-price .price--font {
        font-size: 5.26667vw !important;
    }
    #receipt_area .required {
        padding: 5px;
    }
}

/*  order--notes-area
--------------------------------------------- */
.order--notes-area {
    background-color: #fef7e5;
    padding: 40px 20px;
}
.order--notes-area .attention-message {
    background-color: #df043a;
    padding: 10px;
    color: #fff;
}
.order--notes-area ul {
    text-align: left;
}
.order--notes-area li {
    border-top: 1px dotted #999;
    margin-top: 16px;
    padding-top: 16px;
    font-size: 14px;
}
.order--notes-area li:first-child {
    border-top: 0;
}
@media screen and (min-width: 768px) { /* pc size */
    .scheduled--date-area dt {
        padding-top: 14px;
    }
}
@media screen and (max-width: 767px) { /* sp size */
    .order--notes-area h4,
    .order--notes-area .attention-message {
        text-align: center;
    }
    .order--notes-area li,
    .order--notes-area .attention-message {
        font-size: 3.4888vw;
    }
}
.scheduled--date-area {
    text-align: center;
    background-color: #fff;
    padding: 40px;

    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
}
.consult-area {
    padding: 0;
}
.scheduled--date-area .time--zone,
.orders-bento-count {
    display: inline-block;
    vertical-align: middle;
}
.scheduled--date-area .select2,
.time--zone .select2 {
    width: 100px;
}
.scheduled--date-area .input-space {
    margin: 0 12px 0 5px;
}

.fieldArea_row {
    padding: 10px 0 0;
}
.DeliveryTime .dt_tit {
    font-size: 16px;
    margin-right: 10px;
}
.DeliveryTime .dt_times,
.DeliveryTime .dt_times span {
    font-size: 20px;
}

@media screen and (max-width: 767px) { /* sp size */
    .scheduled--date-area {
        padding: 10px 10px 30px;
    }
    .scheduled--date-area .select2 {
        width: 84px;
    }
    .scheduled--date-area .input-space {
        margin: 0 10px 0 2px;
    }
    .DeliveryTime .dt_tit {
        display: block;
        font-size: 16px;
        margin-right: 0;
        margin-bottom: 5px;
    }
    .fieldArea_row {
        padding: 0;
    }
}
.calendar_box {
    position: relative;    /* 基準値とする */
}
.calendar_box:after {
    background: url("../img/common/icon-calendar.svg") no-repeat;
    -webkit-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
    content: "";
    position: absolute;
    top: 49%;
    right: 65.5px;
    height: 32px;
    width: 27px;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    transform: translate(0, -50%);
}
.consult-box:after {
    right: 45.5px;
}
@media screen and (max-width: 767px) { /* sp size */
    .calendar_box {
        width: 100%;
    }
    .calendar_box:after {
        background: url("../img/common/icon-calendar.svg") no-repeat;
        -webkit-background-size: 80%;
        -o-background-size: 80%;
        background-size: 80%;
        content: "";
        position: absolute;
        top: 50%;
        right: 15.5px;
        height: 22px;
        width: 24px;
    }
    .check-date {
        font-size: 3.8888vw;
        line-height: 1.5;
    }
}











.input--text--login,
.input--text--cmn {
    width: 500px;
}
.input--text--name {
    width: 400px;
}
.input--text--number {
    width: 300px;
}
.input--text--count {
    width: 160px;
}
.input--text--tel {
    width: 100px;
}
.input--text--order {
    width: 80px;
    text-align: center;
}
.page_title-area {
    margin-top: 50px;
}
.page_title-area .contents-title {
    font-size: 38px;
}
@media screen and (max-width: 767px) { /* sp size */
    .page_title-area {
        margin: 10px;
    }
    .page_title-area .contents-title {
        font-size: 7.8888vw;
    }
}
@media screen and (min-width: 768px) { /* pc size */
    .input--text--login,
    .input--text--cmn {
        height: 60px;
        font-size: 16px;
    }
    .input--text--name {
        height: 60px;
        font-size: 16px;
    }
    .input--text--number {
        height: 60px;
        font-size: 16px;
    }
    .input--text--count {
        height: 60px;
        font-size: 16px;
    }
    .input--text--tel {
        height: 60px;
        font-size: 16px;
    }
    .input--text--order {
        height: 50px;
        font-size: 16px;
    }
}
@media screen and (max-width: 767px) { /* sp size */
    .input--text--login,
    .input--text--cmn {
        height: 50px;
        width: 82.8888vw;
    }
    .input--text--name {
        width: 82.8888vw;
    }
    .input--text--number {
        width: 82.8888vw;
    }
    .input--text--count {
        width: 82.8888vw;
    }
    .input--text--tel {
        width: 82.8888vw;
    }
    .input--text--order {
        width: 80px;
    }
}
#attachment-img { margin-bottom: 20px; }
#attachment-img img {
    width: 280px;
}
input.submit,
input.delete,
input.return {
    font-weight: bold;
    color: #FFF;
    width: 500px;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    background-color: #df043a;
    border: 0;
    padding: 20px;
    font-family: "HiraKaku M7";

    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
}
input.delete {
    background-color: #AD5332;
}
input.return {
    margin-top: 30px;
    width: 340px;
    background-color: #7d7d7d;
}
@media screen and (min-width: 768px) { /* pc size */
    input.submit,
    input.delete {
        font-size: 26px;
    }
    input.return {
        font-size: 20px;
    }
}
@media screen and (max-width: 767px) { /* sp size */
    input.submit,
    input.delete {
        width: 89.8888vw;
        margin-bottom: 10px;
        font-size: 5.2888vw;
    }
    input.return {
        width: 72.8888vw;
        margin-bottom: 10px;
        font-size: 3.8888vw;
        padding: 14px 0;
        margin-top: 10px;
    }
}
.layout--list .cmn-tbl input.submit {
    width: 100px;
    padding: 6px;
    background-color: #df043a;
    font-size: 14px;
}
input.submit:hover {
    background-color: #c3000d;
    transition: all 0.4s;
    cursor: pointer;
}
input.delete:hover {
    background-color: #80351A;
    transition: all 0.4s;
    cursor: pointer;
}
input.return:hover {
    background-color: #666;
    transition: all 0.4s;
    cursor: pointer;
}
.layout--list .cmn-tbl input.submit:hover {
    background-color: #c3000d;
}
textarea.content,
textarea.order-form-content {
    width: 600px;
    height: 200px;
    padding: 14px 20px;
    margin: 0 auto;
    border: 0;
    font-size: 16px;
    background-color: #eee;
}
textarea.order-form-content {
    margin-left: 0;
    margin-right: auto;
    width: 500px;

    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}
@media screen and (max-width: 767px) { /* sp size */
    textarea.content {
        width: 82.8888vw;
    }
    textarea.order-form-content {
        width: 100%;
        margin-bottom: 10px;
    }
}
.form_basic {
    margin: 0 auto;
}
.err {
    color: #df043a;
    display: block;
    margin: 8px 0 14px;
    font-weight: bold;
}

#error-box {
    margin-top: 20px;
}
#error-box p {
    background-color: #df043a;
    color: #fff;
    padding: 10px 30px;
    margin-bottom: 10px;
    display: inline-block;

    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
}
.err-list {
    background-color: #ffcb3f;
    padding: 10px;
    margin-bottom: 20px;
}
@media screen and (max-width: 767px) { /* sp size */
    .err {
        margin: 0 0 22px;
        font-weight: bold;
    }
}
.annotation {
    display: block;
    margin-top: 10px;
}
.post-btn {
    text-align: center;
    margin-bottom: 40px;
}
.cat-list li {
    display: inline-block;
}
@media screen and (max-width: 767px) { /* sp size */
    .cat-list li {
        font-size: 3.8888vw;
    }
}
.logo-title {
    max-width: 160px;
}
/* ---------------------------------------------
*   cmn-tbl
--------------------------------------------- */
.cmn-tbl {
    width: 100%;
    font-size: 14px;
    border-collapse: collapse;
}
.cmn-tbl th {
    padding: 15px;
    text-align: center;
    vertical-align: top;
    color: #333;
    background-color: #fafafa;
    border: 1px solid #eee;
    vertical-align: middle;
    text-align: center;
    font-weight: bold;
}
.cmn-tbl td {
    padding: 15px;
    background-color: #fff;
    border: 1px solid #eee;
    vertical-align: middle;
    text-align: center;
    line-height: 1.5;
}
@media screen and (max-width: 767px) {
    .scroll {
        overflow-x: auto;
    }
    .cmn-tbl {
    min-width: 727px;
    margin: 0 10px 30px;
    }
}

/* ---------------------------------------------
*   logo-area ログインページ
--------------------------------------------- */
.logo-area {
    margin-bottom: 50px;
}

/* ---------------------------------------------
*   layout--list リストページ
--------------------------------------------- */
.layout--list input.submit {
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
}

/* ---- [.search-results] ---- */
.search-results {
    text-align: left;
    margin-bottom: 10px;
}
.search-results input.submit {
    width: auto;
    margin-left: 5px;
    padding: 0 20px;
    font-size: 14px;
    background-color: #1d2088;

    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
}
.search-results input.submit:hover {
    background-color: #121459;
}
@media screen and (min-width: 768px) { /* pc size */
    .search-select-area .input--text--name {
        height: 50px;
        padding-left: 12px;
        font-size: 16px;
    }
    .search-select-area span {
        margin-right: 10px;
    }
}

/* ---- [.search-select-area] ---- */
.search-select-area {
    margin-bottom: 40px;
}
.search-select-area .select {
    width: 110px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}
.search-select-area .select,
.search-select-area span {
    display: inline-block;
    vertical-align: middle;
}
.search-select-area input.submit,
.regist_btn-area input.submit {
    width: auto;
    padding: 10px 20px;
    margin-top: 20px;
    font-size: 14px;

    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
}
.regist_btn-area input.submit {
    margin-top: 0;
    margin-bottom: 40px;
    padding: 10px 60px;
}
.layout--list .product-image {
    max-width: 200px;
}

.product-detail .product-image {
    max-width: 300px;
    margin-bottom: 20px;
}


/* ---- [.product-list-tbl] ---- */
.product-list-tbl {
    margin-bottom: 40px;
}
.product-list-tbl span {
    display: block;
    font-size: 17px;
    font-weight: bold;
    color: #df043a;
    margin-bottom: 10px;
}
.product-list-tbl .display {
    background-color: #707070;
    color: #fff;
    padding: 5px;
    font-weight: bold;
    width: auto;

    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
}
.product-list-tbl .on {
    background-color: #00a0e9;
}
/* ---------------------------------------------
*   member-detail 会員詳細
--------------------------------------------- */
.member-detail .cmn-tbl td {
    text-align: left;
}
.delete-area {
    margin-top: 40px;
}
.delete-area p {
    margin-bottom: 20px;
}
.member-detail input.submit {
    width: 200px;
    padding: 10px;
    font-size: 20px;

    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
}

/* ---------------------------------------------
*   order-detail 注文詳細
--------------------------------------------- */
.order-detail .sub-contents-title {
    text-align: left;
}
.order-detail .total-price {
    text-align: right;
    margin-top: 20px;
    font-family: "HiraKaku M7";
}
.order-detail .order-menu-tbl,
.order-detail .order-total-tbl {
    margin-top: 10px;
}
.order-detail .sub-contents-title span.schedule-day {
    margin-left: 10px;
    font-size: 20px;
}
.order-detail .time,
.order-detail .info-tbl td {
    text-align: left;
}
.order-detail .price {
    text-align: right;
}
.order-total-tbl td {
    color: #df043a;
    font-weight: bold;
}
.order-detail section {
    border-top: 1px solid #eee;
    margin-top: 40px;
    padding-top: 30px;
}
.order-detail section:first-child {
    border-top: 0;
    margin-top: 0;
    padding-top: 0;
}
.order-detail .delivery-info,
.order-detail .customer-info {
    margin-top: 40px;
}

/* ---------------------------------------------
*   product-detail 商品登録
--------------------------------------------- */
.product-detail fieldset {
    border: 1px dotted #000000;
    padding: 20px;
    margin-bottom: 40px;
}
.product-detail fieldset.requied {
    border: 1px dotted #c3000d;
}
.product-detail legend {
    padding:0 10px;
    font-size: 20px;
    font-weight: bold;
    font-family: "HiraKaku M7";
}

/* ---- [.yellow-box] ---- */

.yellow-box,
.red-box {
    font-size: 12px;
    padding: 14px;
    margin-top: 20px;
    background-color: #fef7e5;
}
.red-box {
    background-color: #FCF3F4;
}
.yellow-box span {
    font-size: 12px !important;
}
/* pc size */
@media screen and (min-width: 768px) {
    .yellow-box span.menu-txt {	font-size: 16px !important; }
}
.layout--form .yellow-box,
.layout--form .red-box {
    width: 500px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}
@media screen and (max-width: 767px) { /* sp size */
    .yellow-box,
    .red-box,
    .yellow-box span {
        font-size: 3.46667vw !important;
    }
    .layout--form .yellow-box,
    .layout--form .red-box {
        width: 100%;
    }
}
.product-detail div span {
    margin-left: 10px;
}　

/* ---------------------------------------------
*   pagination
--------------------------------------------- */
#page {
    margin: 0 auto;
}
#page nav {
    display: flex;
    justify-content: center;
    margin-top: 1em;
    padding-top: .5em;
    font-size: 14px;
}
#page .pagination {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
}
#page .pagination li {
    margin: 0 1px;
}
#page .pagination a {
    display: block;
    padding: .5em 1em;
    border: 1px solid #df043a;
    border-radius: .2em;
    text-decoration: none;
}
#page .pagination a[aria-current="page"] {
    background-color: #df043a;
    color: #fff;
}

.c-ttl3__jp {
    border-bottom: 1px solid #df043a;
    padding-bottom: 5px;
    margin-bottom: 20px;
}

.stop-message {
	color: #df043a;
	font-weight: bold;
	margin-bottom: 10px;
}
