@charset "utf-8";

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin:0;
  padding:0;
  border:0;
  outline:0;
  font-size:100%;
  vertical-align:baseline;
  background:transparent;
}

body {
  line-height:1;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
  display:block;
}

nav ul {
  list-style:none;
}

blockquote, q {
  quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content:'';
  content:none;
}

a {
  margin:0;
  padding:0;
  font-size:100%;
  vertical-align:baseline;
  background:transparent;
  color: #336699;
}

a:hover {
  text-decoration:underline;
}


/* clearfix */
.clearfix {
	zoom: 1;
}

.clearfix:after {
	content: "";
	display: block;
	clear: both;
}

.mrg-t20{
	margin-top: 20px !important;
}

.mrg-t40{
	margin-top: 40px !important;
}
.mrg-t60{
	margin-top: 60px !important;
}
.mrg-t100{
	margin-top: 100px !important;
}


body{
	position: relative;
	color:#1a1a1a;
	font-weight:300;
	line-height: 1.7em;
	font-size: 16px;
	width: 100vw;
	letter-spacing: 0.04em;
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", sans-serif;
}
@media (max-width: 960px) {

body{
  font-size: 15px;
}
}

@media (max-width: 480px) {
  body{
	font-size: 14px;
}
}

img{
  max-width: 100%;
}

#breadcrumb {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  font-size: 0.8em;
  margin-bottom: 20px;
}

#breadcrumb li:not(:last-of-type)::after {
  content: "›";
  margin: 0 .6em; /* 記号の左右の余白 */
  color: #777; /* 記号の色 */
}

.txt_st{
  font-weight: bold;
}
.txt_red{
  color: #ca1d06;
}
.txt_redbox{
  color: #ca1d06;
  border: 1px solid #ca1d06;
  padding: 4px;
  text-align: left;
  font-size: 0.9em;
  display: inline-block;
  line-height: 1.5em;
  margin: 4px;
}
.marker_red{
  border-bottom:1px solid #ca1d06;
}

.txt_c{
  text-align: center !important;
}
.txt_l{
  text-align: left !important;
}
.txt_r{
  text-align: right !important;
}

.text_sm{
  font-size: 0.9em;
}



/* Header */
#Header{
  padding: 10px 3% 0;
  display: flex;
  flex-wrap: wrap;
}

#headerLogo{
  width: 220px;
  margin-right: 20px;
}
#headerLogo2{
  width: 660px;
  padding-top: 15px;
}

@media (max-width: 960px) {
#headerLogo{
  width: 22%;
  margin-right: 2%;
}
#headerLogo2{
  width: 76%;
  padding-top: 1%;
}

}

#headerNav{
  margin-bottom: 20px;
}

.main_nav{
  display: flex;
  flex-wrap: wrap;
}
.main_nav li{
  width: 20%;
  border: 1px solid #0a6ba0;
  border-bottom: 4px solid #0a6ba0;
  border-right: none;
}
.main_nav li:last-child{
  border-right: 1px solid #0a6ba0;
}
.main_nav li a{
  display: block;
  font-size: 15px;
  padding: 6px 8px;
  font-weight: bold;
  color: #111;
}
.main_nav li a:hover{
  text-decoration: none;
  color: #0a6ba0;
  background-color: #d6f1ff;
}

.main_nav li a {
  position: relative;
  display: block;
  padding-left: 22px;
}
.main_nav li a:before {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 8px;
  border-color: transparent transparent transparent #0a6ba0;
  position: absolute;
  top: 0;
  right: 10px;
  bottom: 0;
  margin: auto;
}



/* Footer */

#Footer{
    min-height: 130px;
    margin: 80px auto 0;
    padding: 10px 0;
    border-top: 4px solid #0a6ba0;
    background-color: #f4f4f4;
}

#Footer div.logo{
    text-align: center;
    margin: 10px auto 20px;
}

#Copy{
    text-align: center;
    font-size: 0.8em;
}

#footerNav ul{
  display: flex;
  flex-wrap: wrap;
  margin: 10px auto 20px;
  text-align: center;
  width: 65%;
  align-items: center;
  justify-content: center;
}
#footerNav ul li{
  margin-right: 2.5em;
}
#footerNav ul li:last-child{
  margin-right: 0;
}


#footerNav ul li a {
  position: relative;
  display: block;
  padding-left: 16px;
  font-size: 0.9em;
}
#footerNav ul li a:before {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 8px;
  border-color: transparent transparent transparent #0a6ba0;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}




/* Contents */

.contentsWrap{
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 3%;
}

@media (max-width: 960px) {
    .contentsWrap{
        max-width: 100%;

    }
}

@media (max-width: 768px){
}

@media (max-width: 480px) {
}


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

.flexbox{
  width: 50%;
}

h1{
  font-size: 1.2em;
  font-weight: bold;
  margin-bottom: 1.1em;
}

.text_bg{
  background-color: #0a6ba0;
  color: #fff;
  display: inline-block;
  padding: 3px 10px;
  margin-bottom: 1.1em;
}

.midashi01{
  border-left: 5px solid #0a6ba0;
  background-color: #eeeeee;
  padding: 4px 10px;
  font-weight: bold;
}

.midashi01r{
  border-left: 5px solid #ca1d06;
  background-color: #ffc9c2;
  padding: 4px 10px;
  font-weight: bold;
}

.midashi02{
  background-color: #0a6ba0;
  padding: 4px 10px;
  color: #fff;
  text-align: center;
  font-weight: bold;
  font-size: 1.1em;
}



.list01{
  margin: 0 0 0 1em;
  list-style-type: disc;
  color: #0a6ba0;
  line-height: 1.5em;
  padding-right: 20px;
}

.list01 li{
  margin: 0 2% 6px 0;

}

.list01 li.list_active{

}
.list01 li.list_active a {
  background-color: #0a6ba0;
  color: #fff;
  position: relative;
  display: block;
  padding: 4px 6px;
}
.list01 li.list_active a:before {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 0 8px 10px;
  border-color: transparent transparent transparent #0a6ba0;
  position: absolute;
  top: 0;
  right: -14px;
  bottom: 0;
  margin: auto;
}
.list01 li.list_active a:hover{
  text-decoration: none;
}






.list01 li ul{
  margin: 0 0 0 1.5em;
  list-style-type:circle;
}
.list01 li ul li{
  margin-top: 3px;
}




.search_btn{
  border-radius: 9999px;
  background-color: #0a6ba0;
  border: 1px solid #0a6ba0;
  color: #fff;
  padding: 0.8% 2%;;
  width: 100%;
  display: inline-block;
  text-align: center;
  font-size: 0.9em;
}

.search_btn:hover{
  text-decoration: none;
  background-color: #201a7b;
}


.btn_plus{
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 40px;
  align-items: self-end;
}
.btn_plus div:first-child{
  width: 40%;
}
.btn_plus div:last-child{
  margin-left: auto;
}




/* pagination */

.Pagination {
  display: flex;
  align-items: center;
  margin: 0.8% 0;
  border: solid 1px #888888;

}
.Pagination > * + * {
  border-left: solid 1px #888888;
}
.Pagination-Item-Link {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  width: 35px;
  height: 35px;
  background: #fff;
  font-size: 12px;
  color: #111;
}
.Pagination-Item-Link-Icon {
  width: 20px;
}
.Pagination-Item-Link.isActive {
  background: #888888;
  color: #fff;
  pointer-events: none;
}
.Pagination-Item-Link:not(.isActive):hover {
  background: #888888;
  color: #fff;
}

#List_wrap{

}

.list_item{
  margin-bottom: 40px;
}

.item_title{
  background-color: #efefef;
  color: #5c5c5c;
  padding: 1em;
  border: 1px solid #e2e2e2;
  border-bottom: none;
  font-size: 0.9em;

}

.item_title span{
  display: inline-block;
  margin-left: 2.5em;
  margin-right: 0.5em;
  background-color: #5c5c5c;
  color: #fff;
  border-radius: 8px;
  padding: 0px 12px;
  font-size: 0.9em;

}

.item_table{
  width: 100%;
  font-size: 0.8em;
  line-height: 1.5em;
}


.item_table tr{

}

.item_table th,.item_table td{
  border: 1px solid #e2e2e2;
  padding: 8px 6px;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
}

.item_table th,.item_table td{
  border-bottom: 4px solid #e2e2e2;
}

.item_table .tbl01,.item_table .tbl02,.item_table .tbl03,.item_table .tbl04,.item_table .tbl05,.item_table .tbl06,.item_table .tbl07,.item_table .tbl08,.item_table .tbl09{
  text-align: center;
}
.item_table .tbl00{
  width: 3%;
}
.item_table .tbl01{
  width: 16%;
}
.item_table .tbl02{
  width: 24%;
}
.item_table .tbl03{
  width: 14%;
}
.item_table .tbl04{
  width: 4%;
}
.item_table .tbl05{
  width: 9%;
}
.item_table .tbl06{
  width: 8%;
}
.item_table .tbl07{
  width: 10%;
}

.item_table .tbl08{
  width: auto;
}

.cart_button {
    background-color: #efbe1e;
    padding: 6px 8px;
    font-weight: bold;
    border: none;
    cursor: pointer;
    font-size: 12px;
    width: 100%;
    display: block;
    margin: 0 auto;
    text-align: center;
    border-radius: 9999px;
}

.cart_button:hover {
    background-color: #f4a300;
}

.cart_button:active {
    background-color: #f4a300;
    transform: scale(0.98);
}

.cart_button.btn_disabled{
    background-color: #e2e2e2 !important;
    color: #111 !important;
}

.cart_button2 {
    background-color: #cadef2;
    border: 1px solid #9aaaba;
    padding: 6px 8px;
    font-weight: bold;
    cursor: pointer;
    font-size: 12px;
    width: 100%;
    display: block;
    margin: 0 auto;
    text-align: center;
    border-radius: 9999px;
}
.cart_button2:hover {
    background-color: #9dbbd8;
}

.cart_button2:active {
    background-color: #9dbbd8;
    transform: scale(0.98);
}

.cart_button2.btn_disabled{
    background-color: #e2e2e2 !important;
    color: #111 !important;
}






.adtxt{
  text-align: left !important;
  color: #ca1d06;
}

@media (max-width: 960px){
  .item_table{
    font-size: 0.7em;
    line-height: 1.5em;
  }
  .cart_button {
    font-size: 10px;
    line-height: 1.3em;
    border-radius: 6px;
  }
}


.item_category{
  list-style: none;
  font-size: 0.9em;
}
.item_category li{
  margin-left: 2em;
}
.item_category li:first-child{
  margin-left: 0;
}
.item_category li:nth-child(2){
  margin-left: 2em;
}
.item_category li:nth-child(3){
  margin-left: 4em;
}
.item_category li:nth-child(4){
  margin-left: 6em;
}

.item_category li::before{
  content: "›";
  margin: 0 .6em; /* 記号の左右の余白 */
  color: #777; /* 記号の色 */
}

.table_base{
  width: 100%;
  font-size: 0.9em;
  line-height: 1.5em;
}
@media (max-width: 960px){
  .table_base{
    font-size: 0.8em;
    line-height: 1.5em;
  }
}

.table_base tr{

}

.table_base th,.table_base td{
  border: 1px solid #e2e2e2;
  padding: 10px 8px;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
}

.table_base th,.table_base td{
  border-bottom: 4px solid #e2e2e2;
}

.tb_color{
  background-color: #eeeeee;
}


.item_table_normal .tbl01{
  width: 18%;
}
.item_table_normal .tbl02{
  width: 36%;
}
.item_table_normal .tbl03{
  width: 9%;
}
.item_table_normal .tbl04{
  width: 7%;
}
.item_table_normal .tbl05{
  width: 15%;
}

.item_table_normal .tbl06{
  width: auto;
}


.item_table_custom{
    width: 60%;
    margin: 0 auto;
}
@media (max-width: 960px){
  .item_table_custom{
      width: 80%;
      margin: 0 auto;
  }

}

.item_table_custom .tbl01{
  width: 15%;
}
.item_table_custom .tbl02{
  width: 50%;
}
.item_table_custom .tbl04{
  width: auto;
}

.item_table_custom .cart_button{
  font-size: 13px;
}



@media (max-width: 960px){
  .item_table_cart{

  }

}
.item_table_cart .tbl00{
  width: 5%;
}
.item_table_cart .tbl01{
  width: 16%;
}
.item_table_cart .tbl02{
  width: 43%;
}
.item_table_cart .tbl03{
  width: 10%;
}
.item_table_cart .tbl04{
  width: 7%;
}
.item_table_cart .tbl05{
  width: auto;
}


.item_table_list th,.item_table_list td{

}

.item_table_list .tbl00{
  width: 18%;
}
.item_table_list .tbl01{
  width: 14%;
}
.item_table_list .tbl02{
  width:24%;
}
.item_table_list .tbl03{
  width: 8%;
}
.item_table_list .tbl04{
  width: 12%;
}
.item_table_list .tbl05{
  width: auto;
}



.searchwrap_border{
  border: 6px solid #eeeeee;
  padding: 2% 3%;
}

#searchWrap2{
    display: flex;
    flex-wrap: wrap;
}

#searchWrap2 label{
  font-size: 0.9em;
  width: 30%;
  display: inline-block;
  margin-right: 2.5%;
}
#searchWrap2 label:last-child{
  margin-right: 0%;
}


#searchWrap2 div:first-child{
  width: 73%;
}
#searchWrap2 div:last-child{
  width: 220px;
  margin-left: auto;
  flex-direction: column;
  margin-top: auto;
}


@media (max-width: 960px){
  #searchWrap2 label{
    font-size: 0.9em;
    width: 26%;
    display: inline-block;
    margin-right: 2.5%;
  }

  #searchWrap2 div:last-child{
    width: 170px;
    margin-left: auto;
    flex-direction: column;
    margin-top: auto;
  }


}




.kome_y{
  background-color: #ffe855;
  padding: 1px 6px;
  display: inline-block;
  font-size: 0.9em;
  margin: 4px 0;
}

.kome_r{
  color: #ca1d06;
  font-size: 0.9em;
}

.flexwrap_select{
  display: flex;
}
.flexwrap_select div{
  border: 1px solid #e2e2e2;
  flex: 1;
  margin-right: 1%;
}
.flexwrap_select div:last-child{
  margin-right: 0;
}


.flexwrap_select div label{
  display: block;
  background-color: #eeeeee;
  text-align: center;
  padding: 6px;
}
.flexwrap_select div select{
  padding: 6px 10px;
  width: 100%;
  font-size: 0.9em;
}

@media (max-width: 960px){
  .flexwrap_select{
    font-size: 0.9em;
    line-height: 1.5em;
  }
  .flexwrap_select div label{
    font-size: 12px;
  }
}

.total_yen{
  text-align: right;
  font-size: 1.1em;
  padding: 2% 1% 0.2em; 
  border-bottom: 1px solid #cccccc;
  font-weight: bold;
}

.total_yen span{
  margin-left: 2em;
}

.shipping_btn{
  border-radius: 9999px;
  background-color: #0a6ba0;
  border: 1px solid #0a6ba0;
  color: #fff;
  padding: 0.6% 2%;;
  width: 240px;
  display: inline-block;
  text-align: center;
  font-size: 0.9em;
}

.shipping_btn:hover{
  text-decoration: none;
  background-color: #201a7b;
}


/* form */

.message_box{
  padding: 20px;
  width: 70%;
  margin: 30px auto 30px;
  border: 1px solid #ca1d06;
  border-top: 6px solid #ca1d06;
  background-color: #fffcfb;
  color: #ca1d06;
}
.message_box ul{
  list-style: circle;
  margin-left: 20px;
}

.login_header{
  max-width: 600px;
  background-color: #0a6ba0;
  color: #fff;
  text-align: center;
  font-size: 1.1em;
  font-weight: bold;
  padding: 26px 20px;
  margin: 40px auto 0;
}

.login_form {
    max-width: 600px;
    margin: 0 auto;
    padding: 5%;
    border: 1px solid #cccccc;
}

input{
  border: 1px solid #b0b0b0;
  border-radius: 4px;
  padding: 0.6% 3%;
  width: 100%;
  text-align: left;
}

label {
    font-size: 15px;
}

.form_button {
  background-color: #0a6ba0;
  border: 1px solid #0a6ba0 !important;
    border-radius: 9999px;
    padding: 10px 20px;
    border: none;
    cursor: pointer;
    font-size: 16px;
    width: 300px;
    display: block;
    margin: 0 auto;
    text-align: center;
    color: #fff;;
}

button.form_button:hover {
    background-color: #201a7b;
}

button.form_button:active {
    background-color: #201a7b;
    transform: scale(0.98);
}

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

.inputpass_wrap label{
  width: 100%;
}
.inputpass_wrap input{
  width: 70%;
  font-size: 0.9em;
  border-right: none;
  border-radius: 9999px 0px 0px 9999px;
}

.btn_sub{
  background-color: #0a6ba0;
  border: 1px solid #0a6ba0;
  color: #fff;
  border-radius: 0px 9999px 9999px 0px;
  width:64px;
  padding: 0.6% 2.5% 0.6% 1.5%;
  text-align: center;
  font-size: 14px;
}
button.btn_sub:hover {
    background-color: #201a7b;
}

button.btn_sub:active {
    background-color: #201a7b;
    transform: scale(0.98);
}




#searchWrap{

}
#searchWrap label{
  font-size: 0.9em;
}

.search_box01{
  width: 290px;
  border-right: 1px solid #cccccc;
  margin-right: 25px;
}
.search_box02{
  width: 240px;
  border-right: 1px solid #cccccc;
  margin-right: 25px;
}
.search_box03{
  width: 180px;
  display: flex;
  flex-direction: column;
  margin-right: auto;
  margin-top: 20px;

}
.search_box03 p{
  margin-top: auto;
}

.search_box01 input{
  width: 200px;
}

.search_box02 input{
  width: 150px;
}

@media (max-width: 640px){

  .search_box02{
    width: 240px;
    border-right: none;
    margin-right: 0;
  }

}


.checkbox{
  appearance: auto;
}

.checklist_wrap{
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
}

input[type=radio]{
    border: none !important;
    padding: 0 !important;
    width: auto !important;
    vertical-align:baseline !important;
}
input[type=checkbox] {
    border: none !important;
    padding: 0 !important;
    width: auto !important;
    vertical-align: baseline !important;
}


.checklist_wrap label{
  margin-right: 2.5em;;
}
.checklist_wrap label span{
  font-size: 1.1em;
  margin-left: 0.2em;
}
.textbox01{
    border: 1px solid #b0b0b0;
    padding: 0;
    width: auto;
    text-align: left;
    margin-left: 0.5em;
}
.textarea01{
  border: 1px solid #cccccc;
  border-radius: 4px;
  width: 100%;
  display: inline-block;
  line-height: 1.5em;
}

.border_wrap{
  border: 6px solid #eeeeee;
  padding: 3% 4%;
}
.border_wrap_red{
  border: 6px solid #ffc9c2;
  padding: 2% 4%;
  width: 60%;
  margin: 0 auto;
}


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

.cart_dl01 dt{
  width: 12%;
  text-align: right;
  padding-right: 2%;
}
.cart_dl01 dd{
  width: 88%;
  margin-bottom: 2%;
  
}
.cart_dl01 dt:last-child{
}
.cart_dl01 dd:last-child{
  margin-bottom: 0;
  
}

.cart_dl01 input {
    border: 1px solid #b0b0b0;
    border-radius: 4px;
    padding: 0 0.5em;
    width: 100%;
    text-align: left;
}


.cart_dl01 dd.num_btn{
  display: flex;
  flex-wrap: wrap;
}

.cart_dl01 dd.num_btn input{
    border: 1px solid #b0b0b0;
    border-radius: 4px;
    padding: 0 0.5em;
    width: 35%;
    text-align: left;
}

.cart_dl01 dd.num_btn .chbtn_wrap{
  width: 65%;
}

.ch_button {
  background-color: #cadef2;
  border: 1px solid #9aaaba;
  border-radius: 9999px;
  width:20%;
  padding: 0.4% 0.8%;
  text-align: center;
  font-size: 0.8em;
}

.ch_button:hover {
  background-color: #9dbbd8;
}

.ch_button:active {
  background-color: #9dbbd8;
    transform: scale(0.98);
}

.label_wrap01{
  display: flex;
  flex-wrap: wrap;
}
.label_wrap01 label{
  width: 100%;
  margin-bottom: 2%;
}
.label_wrap01 label span{
  width: 8%;
  display: inline-block;
  text-align: right;
  margin-right: 1%;
}
.label_wrap01 input {
    border: 1px solid #b0b0b0;
    border-radius: 4px;
    padding: 0 0.5em;
    width: 80%;
    text-align: left;
}

.label_wrap02{
  display: flex;
  flex-wrap: wrap;
}
.label_wrap02 label{
  width: 50%;
  padding: 2% 2% 0;
}
.label_wrap02 label span{
  width: 100%;
  display: inline-block;
  margin-right: 1%;
  font-weight: bold;
}
.label_wrap02 input {
    border: 1px solid #b0b0b0;
    border-radius: 4px;
    padding: 0 0.5em;
    width: 100%;
    text-align: left;
}

.checkout_button {
    background-color: #efbe1e;
    padding: 6px 8px;
    border: none;
    cursor: pointer;
    font-size: 16px;
    font-weight: bold;
    width: 340px;
    display: block;
    margin: 20px auto;
    text-align: center;
    border-radius: 9999px;
    color: #1a1a1a !important;
}

.checkout_button:hover {
    background-color: #f4a300;
    text-decoration: none;
}

.checkout_button:active {
    background-color: #f4a300;
    transform: scale(0.98);
}

.checkout_button.return {
    background-color: #cccccc;
    padding: 6px 8px;
    border: none;
    cursor: pointer;
    font-size: 14px;
    font-weight: bold;
    width: 240px;
    display: block;
    margin: 20px auto;
    text-align: center;
    border-radius: 9999px;
    color: #1a1a1a !important;
}

.checkout_button:hover {
    background-color: #f4a300;
    text-decoration: none;
}

.checkout_button:active {
    background-color: #f4a300;
    transform: scale(0.98);
}


.checkout_button.return:hover {
    background-color: #b0b0b0;
    text-decoration: none;
}

.checkout_button.return:active {
    background-color: #b0b0b0;
    transform: scale(0.98);
}







select{
    appearance:auto;
    border: 1px solid #b0b0b0;
    border-radius: 4px;
}
