@charset "UTF-8";
/* CSS Document */

@import url("reset.css");

html, body { width: 100% ;}

body {
  font-family: "Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;
  box-sizing: border-box;
  font-size: 14px;
  line-height: 170%;
  margin: 0;
  color:#333;
}

/* 各ベンダープレフィックスが取れた標準版！！(http://caniuse.com/#search=placeholder-shown) */
:placeholder-shown {
  color: #BBBBBB; }

/* - Chrome ≤56,
   - Safari 5-10.0
   - iOS Safari 4.2-10.2
   - Opera 15-43
   - Opera Mobile >12
   - Android Browser 2.1-4.4.4
   - Samsung Internet
   - QQ Browser */
::-webkit-input-placeholder {
  color: #BBBBBB;
}

/* Firefox 4-18 */
:-moz-placeholder {
  color: #BBBBBB;
}

/* Firefox 19-50 */
::-moz-placeholder {
  color: #BBBBBB;
}

/* - Internet Explorer 10–11
   - Internet Explorer Mobile 10-11 */
:-ms-input-placeholder {
  color: #BBBBBB !important;
}

/* Edge (also supports ::-webkit-input-placeholder) */
::-ms-input-placeholder {
  color: #BBBBBB;
}

/* CSS Pseudo-Elements Level 4 Editor's Draft */
::placeholder {
  color: #BBBBBB;
}


a{
  color: navy;
  text-decoration:underline;
  -moz-text-decoration-line: underline;
  text-decoration-line: underline;

}
a:link
{
  color: navy;
  text-decoration-line: underline;
  text-decoration-style: solid;
}
a:focus
{
  outline-width: thin;
  outline-style: dotted;
}
a:hover, a:active
{
  outline-width: 0px;
  outline-style: none;
}

a:focus, a:active, a:hover
{
  text-decoration-line: none;
  text-decoration-style: solid;
}

input, textarea, select {
  font-size: 16px;
  margin: 0 5px 0 0;
  padding: 5px;
  vertical-align: middle;
  background-color: #FFFFFF;
  border: solid 1px #BBBBBB;
  border-radius: 3px; /*ボックス角の丸み*/
  box-sizing: border-box;
}

input::placeholder {
  font-size: 14px;
}

.no_res_name{
  max-width: 25%;
}

.res_in{
  width: 80%;
}


/* チェックボックス */
.ECM_CheckboxInput {
  padding: 12px 8px;
  display: flex;
  align-items: center;
  cursor: pointer;
}

.ib_chk{
  padding: 20px 0 0 20px;
}

.ECM_CheckboxInput-Input {
  width: 30px;
  height: 30px;
  /*
  margin: 0;
  width: 0;
  opacity: 0;
  */
}

.ECM_CheckboxInput-LabelText {
  width: 100%;
  padding: 0;
}

.det_txt {
  position   : absolute;
  display: none;
  padding: 5px;
  background-color: #F25500;
  border-radius: 10px;
  width:90%;
  top: 50%;
  left: 0;
  right: 0;
  margin: auto;
  font-size: 80%;
  color: #FFFFFF;
}

.ECM_CheckboxInput-LabelText:hover .det_txt {
  display: inline;
  z-index: 9999;
  animation-name: fade;
  animation-duration: 1s;
}

@keyframes fade{
  0%{
    opacity: 0;
  }
  100%{
    opacity: 1;
  }
}

.ib{
  width: 100%;
  text-align: center;
  padding: 0;
  margin: 0;
}


.i_name{
  color: #263FA5;
  font-weight: bold;
  font-size: 16px;
}

.i_price{
  margin-top: 10px;
}


label{
  cursor: pointer;
  display: inline-block;
  padding-right: 15px;
}

.center{
  text-align: center!important;
}

.right{
  text-align: right!important;
}

.left{
  text-align: left!important;
}

.top {
  vertical-align: top!important;
}

.middle{
  vertical-align: middle!important;
}

.hide{
  display: none;
}

.bold{
  font-weight: bold!important;
}
.mar_b{
  margin-bottom: 20px;
}

.mar_b10{
  margin-bottom: 10px;
}

.mar_b5{
  margin-bottom: 5px;
}

.pad_10{
  padding: 10px;
}

.f16{
  font-size: 16px!important;
}

.f18{
  font-size: 18px!important;
}

.f20{
  font-size: 20px!important;
}

.bb_d{
  border-bottom: dashed 1px #000000!important;
}

.no_link{
  pointer-events: none!important;
  text-decoration: none!important;
  color:#F0790A!important;
}

.no_link a{
  pointer-events: none!important;
  text-decoration: none!important;
  color:#F0790A!important;
}

h1 {
  color: #000000;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  padding: 0.25em;
  border-top: solid 4px #F0790A;
  border-bottom: solid 4px #F0790A;
  background: -webkit-repeating-linear-gradient(-45deg, #faf2de, #faf2de 3px,#F9E2C5 3px, #F9E2C5 7px);
  background: repeating-linear-gradient(-45deg, #faf2de, #faf2de 3px,#F9E2C5 3px, #F9E2C5 7px);
  margin-bottom: 20px;
}

#h_w{
  width: 100%;
  height: 250px;
  background-image: url("../img/hbg_02.png");
  background-repeat: no-repeat;
  background-color: #F0790A;
  background-size: 100%;
  background-position: bottom;
  color:white;
}


#c_w{
  margin: 0;
  padding: 50px 0 50px 0;
  width: 100%;
  min-height: 500px;
  /*background-color: #F9E2C5;*/
  background-color: #FFFFFF;
}

#f_w{
  width: 100%;
  height: 350px;
  background-image: url("../img/fbg_02.png");
  background-repeat: no-repeat;
  background-color: #F0790A;
  background-size: 100%;
  background-position: top;
}

#footer{
  max-width: 1000px;
  height: 100%;
  margin: 0 auto;
}

#footer table{
  width: 100%;
  height: 100%;
  border-spacing: 0;
  border-collapse: separate;
  border: none;
  margin: 0 auto;
}

#footer td{
  vertical-align: middle;
  border: none;
  font-weight: normal;
  color: #FFFFFF;
  padding: 0 20px;
}


#header {
  padding: 20px;
  max-width: 1000px;
  height: 100%;
  margin: 0 auto;
  background-image: url("../img/logo.png");
  background-repeat: no-repeat;
  background-position: 0 20%;
  background-size: 160px;
}

#header table{
  border: none;
  width: 100%;
}


#header table td{
  font-size: 26px;
  font-weight: bold;
  padding-top: 5%;
}

#contents{
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
}

#top_login{
  display: none;
}
#side_login{
  display: block;
}

.w_area {
  display: flex;
  width: 100%;
}
.m_area{
  width: 70%;
  padding-right: 3%;
}
.m_content {
}

.s_area {
  width: 30%;
  padding: 0;
}
.s_content {
  position: sticky;
  top: 0;

}

.s_cart{
  width: 100%;
  border: 4px solid #F0790A;
  background-color: #FFFFFF;
}

.s_cart th{
  border-bottom: 4px solid #F0790A;
  background-color: #F0790A;
  color: #FFFFFF;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}

.s_login{
  width: 100%;
  border: 1px solid #000000;
  background-color: #FFFFFF;
  margin-bottom: 20px;
}

.s_login th, .s_login td{
  background-color: #FFFFFF;
  text-align: center;
}

.s_login td{
  background-color: #FFFFFF;
  text-align: center;
  padding-top: 10px;
}

.s_login th span, .s_login td span{
  width: 20%;
  display: inline-block;
  font-weight: bold;
}

.s_menu{
  width: 80%;
  margin: 0 auto;
  text-align: left;
}

.c_block{
  margin-bottom: 80px;
}

.flex{
  display: flex;
}

.between{
  justify-content: space-between;
}

.item_box{
  position   : relative;
  width: 47%;
  /*border: 4px solid #F0790A;*/
  border-radius: 10px;
  background-color: #f5f5f5;
  box-shadow: 1px 1px black;
}


.item_wc{
  display: block;
}

.wc1,.wc2{
  width: 100%;
}


.pc_img{
  width: 150px;
  display: block;
  margin: 10px auto;
  /*margin: 10px auto 20px auto;*/
}

.pc_img_min{
  width: 30%;
}


.choice_item{
  background: #F8E6D0;
}

.cart_item_table{
  width: 100%;
  border: none;
}

.cart_item_table td{
  padding: 10px 0;
  border: none;
}

#total_area{
  width: 100%;
  padding: 10px 0;
  border-top: 2px solid #F25500;
  font-weight: bold;
  text-align: right;
  font-size: 16px;
}

.r_table{
  width: 100%;
  border: none;
  border-spacing: 0;
  border-collapse: separate;
  margin: 0 auto 40px auto;
}
.r_table td, .r_table th{
  vertical-align: middle;
  border: none;
  padding: 10px!important;
  font-weight: normal;
}

.r_table th{
  text-align: left;
  width: 30%;
  font-weight: bold;
}

.rsp_table {
  width: 100%;
  border-spacing: 0;
  border-collapse: separate;
  border: none;
  margin: 0 auto 40px auto;
}

.rsp_table td,.rsp_table th{
  vertical-align: middle;
  border: none;
  font-weight: normal;
  padding-bottom: 20px;
  padding-left: 20px;
}



.rsp_table th {
  text-align: left;
  width: 30%;
  font-weight: bold;
}

.btn2 {
  background: #000000;
  background-image: -webkit-linear-gradient(top, #000000, #000000);
  background-image: -moz-linear-gradient(top, #000000, #000000);
  background-image: -ms-linear-gradient(top, #000000, #000000);
  background-image: -o-linear-gradient(top, #000000, #000000);
  background-image: linear-gradient(to bottom, #000000, #000000);
  -webkit-border-radius: 28px;
  -moz-border-radius: 28px;
  border-radius: 28px;
  color: #ffffff;
  font-size: 18px;
  font-weight: bold;
  padding: 10px 0;
  text-decoration: none;
  cursor:pointer;
  width: 30%;
}

.btn2:hover {
  opacity: 0.7 ;
}


.btn1 {
  background: #000000;
  color: #ffffff;
  font-size: 16px;
  padding: 10px 10px;
  text-decoration: none;
  cursor:pointer;
}

.btn1:hover {
  opacity: 0.7 ;
}


.back {
  margin-right: 30px;
  background: #8a8a8a;
  background-image: -webkit-linear-gradient(top, #8a8a8a, #c9c9c9);
  background-image: -moz-linear-gradient(top, #8a8a8a, #c9c9c9);
  background-image: -ms-linear-gradient(top, #8a8a8a, #c9c9c9);
  background-image: -o-linear-gradient(top, #8a8a8a, #c9c9c9);
  background-image: linear-gradient(to bottom, #8a8a8a, #c9c9c9);
}

.back:hover {
  opacity: 0.7 ;
}

.btn3 {
  background: #e5e3e3;
  background-image: -webkit-linear-gradient(top, #e5e3e3, #e5e3e3);
  background-image: -moz-linear-gradient(top, #e5e3e3, #e5e3e3);
  background-image: -ms-linear-gradient(top, #e5e3e3, #e5e3e3);
  background-image: -o-linear-gradient(top, #e5e3e3, #e5e3e3);
  background-image: linear-gradient(to bottom, #e5e3e3, #e5e3e3);
  -moz-border-radius:6px;
  -webkit-border-radius:6px;
  border-radius:6px;
  border:1px solid #b8b4b8;
  display:inline-block;
  cursor:pointer;
  color:#000000;
  margin: 0;
  padding:5px 8px;
  text-decoration:none;
  font-size: 14px;
}
.btn3:hover {
  opacity: 0.7 ;
}




#err{
  font-size: 20px;
  color: #FFFFFF;
  text-align: center;
  padding: 20px 0;
  background-color: #FF0000;
  margin-bottom: 40px;
}


@media screen and (max-width: 767px) { /*ウィンドウ幅が最大767pxまでの場合に適用*/

  #h_w{
    max-height: 150px;
  }

  #header{
    background-size: 18%;
  }

  #header table td{
    font-size: 20px;
  }

  #f_w{
    max-height: 200px;
    padding-top: 30%;
  }

  #footer{
  }

  #footer table{
    height: 100%;
  }

  #footer td{
    display: block;
    height: 100%;
    width: auto;
    padding: 0 20px;
    vertical-align: baseline;
  }

  #top_login{
    display: block;
  }
  #side_login{
    display: none;
  }


  input[type="text"],input[type="password"],input[type="file"],input[type="tel"]{
    margin: 0;
    width: 95%;
  }


  .w_area {
    display: block;
    width: 100%;
  }

  .m_area{
    width: 100%;
    padding-right: 0;
    margin: 0;
  }

  .s_area {
    width: 100%;
  }


  .s_content {
    position: relative;
  }

  .flex{
    display: block;
  }

  .item_box{
    width: 100%;
    margin: 0 0 20px 0;
    padding: 0;
    box-sizing: border-box;
  }

  .item_wc{
    display: flex;
  }

  .wc1{
    width: 70%;
  }

  .wc2{
    width: 30%;
  }

  .pc_img{
    width: 50%;
    display: inline-block;
    /*margin: 10px auto 20px auto;*/
  }

  .r_table{
    width: 100%;
  }

  .r_table th{
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .r_table td{
    margin-top: 0;
    padding-top: 0;
  }

  .rsp_table{
    width: 100%;
  }

  .rsp_table th,
  .rsp_table td{
    border-bottom: none;
    display: block;
    width: auto;
  }

  .rsp_table th{
    padding-bottom: 0;
  }

  .rsp_table td{
    padding-bottom: 20px;
  }

  .no_res_w{
    width: auto!important;
  }

  .btn2 {
    width: 100%;
    margin-bottom: 40px;
  }

}


@media screen and (max-width: 400px) {/*ウィンドウ幅が最大767pxまでの場合に適用*/



}