/* カスタマイズ用CSS */
@media (max-width: 768px) {
    #header{
        display: flex;
    }
    #header #logo{
        float: none;
    }
    #header_right2{
        width: 100%;
    }
}
.warning {
    background: #FFEBEE;
    padding: 0.5rem;
    margin: 1rem 0;
    border: 1px solid #EF9A9A;
    border-radius: 0.5rem;
    font-size: 1rem;
}

.warning h4 {
    font-size: 1.2rem;
    font-weight: bold;
    border-bottom: 1px solid #9E9E9E;
}
.ec-checkmark{
    font-size: 4rem;
    color: #43A047;
}
.ec-red-bold{
    color: #E53935;
    font-weight: bold;
}
.ec-grid-margin {
    margin-top: 1.5rem;
}

.ec-text {
    margin: 1rem 0.5rem;
}

.ec-hr{
    border: 1px dotted #ccc;
    width: 100%;
}

.forex_blk{
    background-color: #F5F5F5;
}
.forex_blk a{
    color: #337ab7;
    font-weight: bold;
}

/* div要素の中の最後に<a class="cover-link" href="https://"></a>と入れると全部クリックエリアになる
	親div要素に class="covered" を入れる必要あり
 */
.cover-link {
    position: absolute;
    top: 0px;
    right: 0px;
    left: 0px;
    bottom: 0px;
    display: block;
}
.covered{
	position: relative;
	z-index: 2;
}
.covered:hover{
	cursor: pointer;
	opacity: 0.8;
}

/* ページ送り */
.ec-pagerRole {
    margin: 0.5rem 0;
}

.ec-pager {
    font-size: 1rem;
}

.ec-pager .ec-pager__item,
.ec-pager .ec-pager__item--active{
    border: 1px solid #ccc;
    border-radius: 0.4rem;
}

/* 注文確認画面 決済方法ごとの注意事項 */
.ec-paymentInfo {
    margin: 20px auto;
}

.ec-paymentInfo-title {
    background-color: #4c9ac0;
    color: #fff;
    padding: 0.5rem 1rem;
    width: fit-content;
    border-radius: 10px 10px 0 0;
    margin: 0;
    font-size: 17px;
    font-weight: bold;
}

.ec-paymentInfo-txt {
    padding: 10px 20px;
    border: 2px solid #4c9ac0;
}

.ec-paymentInfo-txt p {
    margin-bottom: 1rem;
}

.ec-perPaymentInfo {
    display: none;
}

/* 商品詳細 お試し案内 */
.product-price-list-sample {
    background: #E1F5FE;
    border: 2px solid #ccc;
    border-radius: 0.5rem;
    padding: 0.5rem 1rem;
    margin-top: 1rem;
}

/* 注文確認画面 見だし */
.ec-linkHead {
    padding-left: 0;
}

.ec-linkHead li {
    list-style: none;
}

.ec-linkHead a {
    color: #23527c;
    text-decoration: underline;
}

/* 注文確認画面 ブロック毎に枠を付ける */
.ec-orderBlock{
	border: 1px solid #ccc;
	border-radius: 0.5rem;
    padding: 1rem;
    margin: 1rem 0;
}

.ec-orderBlock h2{
	margin-top: 5px;
}

/* 注文確認画面 決済方法 */
.ec-orderPayment .ec-radio div > label {
    width: 80%;
    border: 1px solid #ccc;
    padding: 0.5rem;
}

.ec-orderPayment .ec-radio div > input:checked+label,
.ec-orderPayment .ec-radio div > label:hover {
    background: #E3F2FD;
}

/* 注文確認画面 クレジットカード決済の枠のマージン調整 */
#zeus_payment_input{
    margin: 0.5rem 0;
}
#zeus_input_quick{
    background: #F5F5F5;
    padding: 0.5rem;
    border-radius: 3px;
    border: 1px solid #E0E0E0;
}
#zeus_payment_input .ec-required{
    background: #F5F5F5;
    border-radius: 0.5rem;
    padding: 0.1rem 0.5rem;
    border: 1px solid #E0E0E0;
}

/* カートページの「上記内容でよろしければ」を中央揃えに修正 */
.ec-cartRole .ec-cartRole__actions_text__center {
    margin: 0 auto;
}
/* カートページの進むボタンを商品一覧横に移動 */
.ec-orderRole__summary{
    width:100% !important;
    padding-left: 1rem;
}
@media (min-width: 940px) {
    .ec-cartRole__cart{
        width:70% !important;
    }
    .ec-orderRole__summary{
        width:30% !important;
        padding-left: 1rem;
    }
}
.fullwidth{
	width: 100%;
}

/* カートページなどのログイン画面*/
.ec-login, .ec-guest {
    border: 0.4rem solid #ccc;
    border-radius: 0.6rem;
    background: #fff;
}
.ec-login .ec-blockBtn--cancel
,.ec-guest .ec-blockBtn--cancel {
    background-color: #039BE5;
    border-color: #039BE5;
}
.ec-login .ec-blockBtn--cancel:hover
,.ec-guest .ec-blockBtn--cancel:hover {
    background-color: #0288D1;
    border-color: #0288D1;
}

/* マイページ 見積履歴 */
.estimate_table th,
.estimate_table td{
	text-align: center;
}

/* 右上カートの商品表示 */
.ec-cartNaviIsset .ec-cartNaviIsset__cartImage img{
    width: auto !important;
    max-height: 60px;
}

/* 商品一覧 */
.ec-productList{
    display: flex;
    align-items: stretch;
	flex-wrap: wrap;
	gap: 10px;
}
.ec-productListBlock{
    display: flex;
    align-items: stretch;
	flex-wrap: wrap;
    background: #fff;
    border: 1px solid #999;
    border-radius: 0.5rem;
    width: 49%;
    padding: 10px;
	
}
.ec-productListImage{
    display: block;
    width: 50%;
    padding: 10px;
    box-sizing: border-box;
    background: #fff;
}

.ec-productListDetail{
	display:flex; /*横並び*/
	flex-wrap: wrap; /*折り返し*/
	width: 50%;
	text-align: center;
	border-top: 1px solid #9E9E9E;
	border-left: 1px solid #9E9E9E;
	border-right: 1px solid #9E9E9E;
 }
.ec-productListDetail dt,
.ec-productListDetail dd{
	padding: 0 0.5rem;
}
.ec-productListDetail dt {
	width: 100%;
    font-size: 0.9rem;
	background: #F5F5F5;
	/*border-right: 1px solid #9E9E9E;*/
	border-bottom: 1px solid #9E9E9E;
}
.ec-productListDetail dd {
	margin-left: 0; /*初期値リセット*/
	width: 100%;
	border-bottom: 1px solid #9E9E9E;
    word-break: break-all;
}
.ec-productListComment,
.ec-productListButton{
	width: 100%;
}
.ec-productListComment {
    min-height: 6em;
}
.ec-productListButton {
	text-align: center;
    margin-top: 0.5rem;
}
.ec-productListButton a {
	width: 80%;
}

.ec-productRole img{
    max-height: 100%;
    border-radius: 0.5rem;
}

.detail_photo .mainphoto{
    max-width: 300px;
    margin: 0 auto;
}

@media (min-width: 768px) {
    .ec-cartRole .ec-cartRole__actions {
        width: 100%;
        margin-right: 0;
    }
}

@media (max-width: 720px) {
    .ec-productListBlock {
        width: 100%;
    }
}
@media (max-width: 420px) {
    .ec-productListImage,
	.ec-productListDetail{
        width: 100%;
    }
	.ec-productListImage {
		text-align:center;
	}
	.ec-productListImage img {
		max-width: 160px;
	}
}

/* スマホの右上検索アイコン */
.ec-headerNavSP{
	font-size: 14px;
	width: auto;
	height: auto;
	border-radius: 1rem;
	border: 2px solid #ccc;
}
.ec-headerNavSP i{
	font-size: 18px;
}

/* コンビニ決済 */
.ec-orderRole__detail_cvsinfo{
    width: 100%;
}

/* 商品検索カテゴリのブランド*/
.ec-legend-brand{
    font-size: 1.2rem;
    margin-bottom: 0;
}

#itemdetail_area a{
    color: #1E88E5;
    text-decoration: underline;
}

/* 商品詳細のタグリスト */
.ec-productRole .ec-productRole__tags{
    margin-top: 4px;
    padding-bottom: 0px;
    border-bottom: none;

}
.ec-productRole .ec-productRole__tag{
    font-size: 90%;
    margin: 0.2rem 0;
}
.ec-productRole .ec-productRole__tag:hover{
	background: #E3F2FD;
	transition: all 0.3s;
}
.ec-productRole .ec-productRole__tag a{
    text-decoration: none;
}

/* 売れ筋アイコン */
.ec-productListBest {
    background: #E53935;
    color: #fff;
    padding: 0.2rem 0.5rem;
    border-radius: 1rem;
    display: inline-block;
    font-size: 1rem;
}
/* 目合いアイコン */
.ec-productListMesh {
    background: #1E88E5;
    color: #fff;
    padding: 0.2rem 0.5rem;
    border-radius: 1rem;
    display: block;
    font-size: 0.6rem;
    text-align: center;
}
/* キャッチコピー */
.ec-productListCatch {
    border: 2px solid #1E88E5;
    padding: 0.2rem 0.5rem;
    border-radius: 1rem;
    display: inline-block;
    font-size: 1rem;
}

/* --------------------------- */
/* メニュー（親）のスタイル */
/* --------------------------- */
#search_block{
    background: #F5F5F5;
    border: 2px solid #EEEEEE;
    border-radius: 0.5rem;
    padding: 0.5rem;
    margin-top: 0.5rem;
}
.menu {
	display: flex;
    flex-wrap: wrap;
	justify-content: center;
	gap: 0.5rem;
	position: relative;
	color: #333;
	padding: 0;
	font-size: 1rem;
}
.menu-parent {
	width: calc(100% / 11);
	border-right: 2px solid #1E88E5;
	list-style: none;
	background-color: #fafafa;
	border: 2px solid #1E88E5;
	border-radius: 0.5rem;
	display: flex;
	justify-content: center;
	align-items: center;
}
.menu-parent2{
    list-style: none;
}
.modal_open2{
    width:20% !important;
    background: #EEEEEE;
    border: 2px solid #1E88E5;
    border-radius: 4px;
}
.menu-parent_a {
	display: block;
	width: 100%;
	padding: 10px 0;
	text-align: center;
	font-weight: bold;
    cursor: pointer;
    color: #333 !important;
}
.menu-parent_a:focus,.menu-parent_a:hover  {
	text-decoration: none;
}
/* --------------------------- */
/* メニュー（親）の直接動作に関係する箇所 */
/* --------------------------- */
/* 親をhover時 */
@media (hover: hover) {
	.menu-parent:hover .menu-parent_a{
		color: #1E88E5 !important;
		transition: all .3s;
	}
    .menu-child_ul label:hover{
        background-color: #E3F2FD;
        transition: all .3s;
    }
}
 /* --------------------------- */
/* メガメニュー(子)のスタイル */
/* --------------------------- */
.menu-child {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
    z-index: 65535;
	width: 100%;
	height: auto !important;
	padding: 20px 0;
	background-color: #FAFAFA;
	border: 2px solid #E0E0E0;
	border-radius: 0 0 1rem 1rem;
	color: #333;
}
.menu-child_ul{
	list-style-type: none;
	display: flex;
	flex-wrap: wrap;
	margin: 0.5rem 1rem;
	padding: 5px;
}
.menu-child_head{
    font-weight: bold;
    margin: 0 1rem;
    border-bottom: 1px solid #ccc;
    text-align: left;
}
.menu-child_ul label{
	width: 30%;
    padding: 5px;
    border-radius: 0.5rem;
    box-sizing: border-box;
}
@media (max-width: 768px) {
    .menu,.menu-container {
        font-size: 0.8rem !important;
    }
    .menu-parent{
		width: calc(100% / 6);
	}
    .menu-child_ul label{
	    width: 49%;
    }
}
.menu-child_li {
	display: flex;
    align-items: center;
    text-align: left;
    margin: 0 auto;
	line-height: 1.5;
}
.menu-child_img{
    flex-shrink: 0;
    width: 60px;
    margin-right: 5px;
    border-radius: 0 !important;
}
.menu-child_li input {
    margin-right: 5px;
}

.menu-child_table{
	display:flex;
	flex-wrap: wrap;
	justify-content: space-between;
    gap: 20px;
}
.menu-child_items{
	width: 48%;
}
.menu-child_submit{
	width: 100%;
    margin: 1rem auto;
}
.menu-child_submit button{
	width: 100%;
	max-width: 480px;
    padding: 0.5rem 1rem;
}
.menu-child_items span{
	width: 5rem;
	display: inline-block;
}
.menu-child_items select{
	width: 13rem;
}
@media (max-width: 460px) {
	.menu-child_items,
	.menu-child_items select{
		width: 100%;
	}
}

.modal_box {
    position: fixed;
    z-index: 7777;
    display: none;
    width: 90%;
    max-width: 840px;
    max-height: 70vh;
    overflow-y: scroll;
    margin: 0;
    padding: 40px 2vw 40px;
    border: 2px solid #aaa;
    text-align: center;
    background: #fff;
    box-sizing: border-box;
	border-radius: 1rem;
}
.modal_box_block2{
	font-size: 1rem;
}
 
.modal_close {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 62px;
    font-size: 46px;
    color: #000;
    line-height: 62px;
    text-align: center;
	cursor: pointer;
}
.modal_close:hover {
	color: #F44336;
}
 
.modal_close i {
    line-height: 62px;
    vertical-align: bottom;
}
 
.modal_bg {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 6666;
    display: none;
    width: 100%;
    height: 120%;
    background-color: rgba(0,0,0,0.7);
}
 
@media (max-width: 768px) {
  .modal_box {
      padding: 50px 2vw 40px;
  }
 
  .modal_close {
      width: 40px;
      line-height: 40px;
      font-size: 30px;
  }
 
  .modal_close i {
      line-height: 44px;
  }
}

.input-min-max{
	width: 4.5rem !important;
}

.ec-layoutRole__header,#serach-bar{
	background: #F5F5F5;
}
#serach-bar-category{	
    width: 100%;
    display: grid;
    max-width: 1280px;
    margin: 0 auto;
}
.ec-layoutRole__header{
	box-shadow: 0 0 5px 0 rgba(0,0,0,.4);
}
#serach-bar-searchform-form{
	display: grid;
	gap: 0.5rem;
    margin-bottom: 5px;
}
#serach-bar-searchform-form-text {
	display: flex;
	gap: 0.5rem;
    max-width: 900px;
    margin: 0 auto;
}
#serach-bar-searchform-form input{
	border: 2px solid #E0E0E0;
	width: 60%;
    height: auto;
}
#serach-bar-searchform-button{
	width: 20%;
    background: #EEEEEE;
    font-size: 1.1rem;
    border: 2px solid #E0E0E0;
    border-radius: 4px;
    cursor: pointer;
    text-align: center;
}

@media (max-width: 768px) {
    #serach-bar-searchform-form-text{
        flex-wrap: wrap;
        justify-content: center;
    }
    #serach-bar-searchform-form input
    ,#serach-bar-searchform-button{
        width: 95%;
    }
    .modal_open2{
        width: 95% !important;
    }
}

/* 商品一覧 */
.ec-productList3{
    display: flex;
    align-items: stretch;
	flex-wrap: wrap;
	gap: 10px;
}
.ec-productList3Block{
    display: flex;
    align-items: stretch;
	justify-content: space-between;
    flex-flow: column;
    background: #fff;
    border: 1px solid #999;
    border-radius: 0.5rem;
    width: 32%;
    padding: 10px;
	
}
@media (max-width: 768px) {
	.ec-productList3Block{
		width: 48%;
	}
}
@media (max-width: 460px) {
	.ec-productList3Block{
		width: 98%;
	}
}
.ec-productList3Title{
	margin: 0 auto;
	font-weight: bold;
}
.ec-productList3Image{
    display: block;
    width: 100%;
    padding: 10px;
	text-align: center;
    box-sizing: border-box;
    background: #fff;
	max-height: 280px;
}
.ec-productList3 .photolist img{
	margin-right: 5px;
    border: 2px solid #ccc;
}

.ec-productList3Price{
	margin: 0 auto;
    text-align: center;
    border-top: 1px solid #ccc;
    padding-top: 0.5rem;
    margin-top: 0.5rem;
}

.ec-productList3Price span{
	font-size: 1.4rem;
}

.ec-productList3Detail{
	display:flex; /*横並び*/
	flex-wrap: wrap; /*折り返し*/
	width: 50%;
	text-align: center;
	border-top: 1px solid #9E9E9E;
	border-left: 1px solid #9E9E9E;
	border-right: 1px solid #9E9E9E;
 }
.ec-productList3Detail dt,
.ec-productList3Detail dd{
	padding: 0 0.5rem;
}
.ec-productList3Detail dt {
	width: 100%;
    font-size: 0.9rem;
	background: #F5F5F5;
	/*border-right: 1px solid #9E9E9E;*/
	border-bottom: 1px solid #9E9E9E;
}
.ec-productList3Detail dd {
	margin-left: 0; /*初期値リセット*/
	width: 100%;
	border-bottom: 1px solid #9E9E9E;
    word-break: break-all;
}
.ec-productList3Comment,
.ec-productList3Button{
	width: 100%;
}
.ec-productList3Comment {
    min-height: 6em;
}
.ec-productList3Button {
	text-align: center;
    margin-top: 0.5rem;
}
.ec-productList3Button a {
	width: 80%;
}
#search_form_name {
	font-size: 1rem;
	margin: 0.5rem 0;
}
#search_form_name .h2_subtitle{
	margin-top: 0px;
}
#search_form_name_input{
	width: 80%;
	max-width: 300px;
	border: 2px solid #E0E0E0;
	border-radius: 0.5rem;
}

#search_form_name_button{
	background: #fafafa;
    padding: 0.3rem 1.5rem;
	border: 2px solid #1E88E5;
    border-radius: 0.5rem;
}
#search_form_name_button:hover{
	background: #E3F2FD;
    transition: all 0.3s;
}
.order-by{
    max-width: 15rem;
}

/* --------------------------- */
/* ツールチップ data-tooltip=""で内容を記入する */
/* --------------------------- */
.tooltip5 {
  position: relative;
  cursor: pointer;
}

/* ツールチップ全体の設定 */
.tooltip5::before,
.tooltip5::after {
  position: absolute;
  opacity: 0;
  z-index: 5000;
}
.tooltip5::after {
  transition: all 0.3s;
}

/* 吹き出しのひげ部分 */
.tooltip5::before {
  content: "";
  border: 10px solid transparent;
  border-bottom-color: #BDBDBD;
  top: 10px;
  left: 10px;
}

/* 吹き出しの本体 */
.tooltip5::after {
  content: attr(data-tooltip);
  display: block;
  min-width: 14rem;
  padding: 0.5rem 1rem;
  background: #fafafa;
  border: 1px solid #BDBDBD;
  border-radius: 0.5rem;
  font-size: 1rem;
  font-weight: 600;
  color: #333;
  top: 48px;
  left: 0;
}

/* マウスホバーしたときの設定 */
.tooltip5:hover::before{
  top: 30px;
  opacity: 1;
}

.tooltip5:hover::after{
  top: 48px;
  opacity: 1;
}