@charset "UTF-8";

/* base */
html {
    font-size: 62.5%;
}

ol,
ul {
    list-style: none;
}

body {
    background-color: #fff;
    font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
    color: #663300;
    line-height:1.8;
    font-size:1.6rem;
}

a:link, a:visited, a:hover, a:active {
  color: #663300;
  text-decoration: none;
}

a.linkred{
  color:#cc0000;
  text-decoration: underline;
}

a.whitelink:link, a.whitelink:visited, a.whitelink:hover, a.whitelink:active{
	color:#FFF;
  text-decoration: none;
}

article,aside,canvas,details,figcaption,figure,
header,footer,main,menu,nav,section,summary,table,tr {
  display: block;
}

img {
    max-width: 100%;
    vertical-align: bottom;
}

section{
  margin:auto;
  text-align: center;
}

*, *::before, *::after {
  box-sizing: border-box;
}

.clearfix::after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

/* wrapper */
div.wrap{
  width:100%;
  text-align: center;
}

/* 100%  */
.contents100{
  width: 100%;
  padding-bottom: 80px;
}

.bg_brown{
  background-color:#EBE0CF;
}

.bg_org{
  background:url("../img/o4.jpg");
}

.bg_gry{
  background:url("../img/w4.jpg");
}

.red{
  color:#cc0000;
  font-weight: bold;
}

.redmin{
  color:#cc0000;
  font-size: 1.4rem;
}

/* subtitle */
h2 {
  font-size: 2.6rem;
  margin:50px 0;
  font-family: "Hiragino Mincho ProN","Hiragino Mincho Pro",游明朝,"Yu Mincho",YuMincho,HGS明朝E,メイリオ,Meiryo,serif;
}

h3{
  font-size: 2.0rem;
  font-weight: bold;
}

h4{
  font-size: 1.8rem;
  font-weight: bold;
  color:#cc3300;
}

p,
li {
  color:#000;
}

  /*----------------------------------
   base pc site 768〜(inc.Ipad 768) 
   ------------------------------------*/

  /* header */
  header{
    position: relative;
    background:#663300 url("../img/main/cart_main_pc.jpg") no-repeat;
    background-size: cover;
    padding-top:31.33333%;
    /*padding-top:48.828125%;*/
  }

  header h1{
    position: absolute;
    top:20px;
    left:20px;
    font-size: 3.6rem;
    color:#663300;
    font-family: "Hiragino Mincho ProN","Hiragino Mincho Pro",游明朝,"Yu Mincho",YuMincho,HGS明朝E,メイリオ,Meiryo,serif;
    text-shadow:#FFF 1px 1px 0;
  }

  header div.subtitle{
    position: absolute;
    top:80px;
    left:20px;
    font-size: 1.8rem;
    font-weight: bold;
    color:#663300;
    text-shadow:#FFF 0.5px 0.5px 0;
    text-align: left;
  }

  /* cart */
  #headmsg{
    padding:30px 0;
  }

  .cartmsg{
    font-size: 1.6rem;
  }

  .attention{
    font-size: 1.6rem;
    color:#663300;
    height:200px;
    padding:30px 0 100px 0;
    width:100%;
    margin-bottom: 50px;
  }

  .attentionbtn{
    display:inline-block;
    margin:0;
    padding: 13px;
    border: none;
    border-radius: 3px;
    font-size: 14px;
    color: #5C2E06;
    background-color: #D6C8B2;
    width:40%;
    border: 1px solid #5C2E06;
    text-align: center;
    }

  .attentionbtn:hover{
    color: #5C2E06;
    background-color: #FFF;
  }  


  .complete{
    font-size: 1.6rem;
    color:#663300;
    height:200px;
    padding:20px 0 250px 0;
    width:100%;
  }


  .completemsg{
    font-size: 1.8rem;
    font-weight: bold;
  }

  /* フォーム段組み */
  .content {
    width: 100%;
    max-width: 980px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    background-color: #EBE0CF;
    text-align: left;
  }

  /* 商品カート　*/
  .order {
    width: 400px;
    padding:20px 30px;
  }
  .cart {
    margin-bottom: 20px;
    font-size: 1.4rem;
  }
  .cart:last-child {
    margin-bottom: 0;
  }
  .cart--sticky {
    position: sticky;
    top: 20px;
    width:320px;
  }
  .cart_img{
    float: left;
    width:150px;
  }

  .item_list{
    padding-bottom: 10px;
    margin-bottom: 15px;
    border-bottom: dotted 1px #663300;
  }

  .item_info{
    float: right;
    width:150px;
  }

  .item_name{
    margin-bottom: 5px;
    color: #000;
    font-size: 1.4rem;
  }

  .item_qty{
    color:#660000;
    font-weight: bold;
    font-size: 1.1em;
  }  

  .item_amount{
    font-weight: bold;
    margin: 5px 0;
    color: #cc0000;
    font-size: 1.4rem;
  }

  .item_amount_r{
    font-weight: 900;
    text-align: right;
    margin: 5px 0;
    color: #cc0000;
    font-size: 1.5rem;
  }

  .total_amount{
    margin: 10px 0 30px 0;
    font-weight: 900;
    text-align: center;
    color: #cc0000;
    font-size: 1.6rem;
  }

  .total_pay{
    margin: 10px 0 30px 0;
    font-weight: 900;
    text-align: center;
    color: #cc0000;
    font-size: 1.8rem;
  }
  


  /* お客様情報入力　*/
  .user {
    /*width: calc(100% - 400px);*/
    width:600px;
    padding:20px 20px 20px 50px;
  }
  .user li:nth-child(even){
    margin-bottom: 20px;
    color: #660000;
    font-weight:bold;
  }

  .hissu{
    margin-left: 12px;
    padding:3px;
    background-color: #cc0000;
    font-size: 1.2rem;
    color:#fff;
  }

  input{
    position: relative;
    padding: 15px;
    border:#5C2E06 solid 1px;
    border-radius: 3px;
    color: #000;
    font-size: 1.0em;
    outline: none;
    width:100%;
  }

  #zip {
    width:50%;
  }

  input::placeholder{
    color: #cfcece;
    /*font-size: 0.9em;*/
    font-style: italic;
  }

  select{
    -webkit-appearance: none;
  	-moz-appearance: none;
    appearance: none;
    padding: 15px 20px;
    border-radius: 3px;
    background-color: #fff;
    color: #000;
    font-size: 1.0em;
    border:#5C2E06 solid 1px;
  }

  .select_count{
    width:100%;
  }

  textarea{
    width:90%;
    border:#5C2E06 solid 1px;
  }

  /* 特商法表記　*/
  ul.ContentsList{
    margin:20px 0;
    width:100%;
    text-align: left;
  }

  ul.ContentsList li{
    display: block;
    padding:0 20px;
  }

  ul.ContentsList li:nth-child(odd){
    font-size: 1.4rem;
    font-weight: bold;
    padding-top:10px;
    color:#663300;
    border-bottom: #663300 1px dotted;
  }

  ul.ContentsList li:nth-child(even){
    font-size: 1.4rem;
    color:#000;
    margin: 10px 0;
  }

  ul.ContentsList .p{
    padding-top:10px;
    color:#ccc;
  }


  /* 各種ボタン */

  .backbtn{
    display: block;
    margin:0;
    padding: 13px;
    border: none;
    border-radius: 3px;
    font-size: 14px;
    color: #5C2E06;
    background-color: #D6C8B2;
    width:100%;
    /*outline: none;*/
    border: 1px solid #5C2E06;
  }

  .backbtn:hover {
    border:1px double #663300;
    background: #fff;
  }
  

  .dobtn{
    display: block;
    padding: 13px;
    border: none;
    border-radius: 3px;
    font-size: 14px;
    color: #D6C8B2;
    background-color: #5C2E06;
    border: 1px solid #5C2E06;
    width:90%;
  }

  .dobtn:hover {
    color: #663300;
    background-color: #fff;
  }

  .zipbtn{
    margin:0;
    padding: 13px;
    border: none;
    border-radius: 3px;
    font-size: 14px;
    color: #5C2E06;
    background-color: #D6C8B2;
    /*outline: none;*/
    border: 1px solid #5C2E06;
  }

  .zipbtn:hover {
    color: #663300;
    background-color: #fff;
  } 

  .delbtn{
    display: inline;
    margin:5px 0;
    padding: 5px;
    border-radius: 3px;
    font-size: 1.4rem;
    color: #5C2E06;
    background-color: #D6C8B2;
    /*outline: none;*/
    border: 1px solid #5C2E06;
    width:100%;
  }

  .delbtn:hover {
    color: #663300;
    background-color: #fff;
  }

  .updbtn{
    display: inline;
    margin:5px 0;
    padding: 5px;
    border-radius: 3px;
    font-size: 1.4rem;
    color: #5C2E06;
    background-color: #D6C8B2;
    /*outline: none;*/
    border: 1px solid #5C2E06;
    width:100%;
  }

  .updbtn:hover {
    color: #663300;
    background-color: #fff;
  } 

  /* subMenulist */
  ul.subMenuList{
    margin:30px 0;
    width:100%;
    text-align: center;
    font-family: "Hiragino Mincho ProN","Hiragino Mincho Pro",游明朝,"Yu Mincho",YuMincho,HGS明朝E,メイリオ,Meiryo,serif;
  }

  ul.subMenuList li{
    display: inline-block;
    font-size: 1.4rem;
    padding:0 20px;
  }


  /* footer */
  footer{
    background-color:#663300;
    padding: 20px 5px;
    font-size:1.4rem;
    text-align:center;
    font-family: "Hiragino Mincho ProN","Hiragino Mincho Pro",游明朝,"Yu Mincho",YuMincho,HGS明朝E,メイリオ,Meiryo,serif;
  }

  footer p{
    margin:0;
    color: #FFF;
  }

  footer p.shopname{
    padding-bottom:10px;
  }

  footer p.copyright{
    padding-top:10px;
  }

  footer ul{
    width:100%;
    text-align: center;
  }

  footer li{
    display: inline-block;
    margin-left: 20px;
    color: #FFF;
  }



  /* --------------------------------
   * tablet&smart phone 360〜767
   * -------------------------------- */
  @media (max-width: 767px) {

    header{
      position: relative;
      background:#663300 url("../img/main/cart_main_sp.jpg") no-repeat;
      background-size: cover;
      padding-top:60%;
    }

    header h1{
      top:25px;
      font-size: 2.6rem;
    }

    header div.subtitle{
      top:70px;
      font-size: 1.8rem;
      color:#663300;
      text-shadow:#FFF 0.5px 0.5px 0;
    }

    header div.shopmsg{
      position: absolute;
      top:50px;
      left:0px;
      font-size: 1.6rem;
      text-shadow:#FFF 0.5px 0.5px 0;
      text-align: left;
    }

    h2 {
      font-size: 2.0rem;
    }

    h4{
      font-size: 1.6rem;
      font-weight: bold;
      text-align: left;
      color:#cc0000;
    }


    /* subMenulist */
    ul.subMenuList{
      margin:10px 0;
      width:100%;
      text-align: left;
    }

    ul.subMenuList li{
      display: block;
      padding:5px 20px;
      border-bottom: 1px dotted #ccc;
    }

    #headmsg{
      margin:0 20px;
      text-align: left;
    }

    .cartmsg{
      font-size: 1.4rem;
    }

    .content {
      width: 100%;
      /*max-width: 400px;*/
      margin: 0 auto;
      display: block;
      /*justify-content: space-between;*/
      background-color: #EBE0CF;
      text-align: left;
    }

    .order {
      width:100%;
    }

    .user {
      width: 100%;
      padding:20px;
    }
    .user li:nth-child(even){
      margin-bottom: 20px;
    }

    input{
      width:98%;
    }

    /*  input操作時のzoomを防ぐ */
    select,input[type=text] {
      font-size: 16px;
      transform: scale(1.0);
    }

    textarea{
      width:98%;
    }

    .backbtn{
      width:98%;
    }

    .dobtn{
      margin:0;
      width:98%;
    }

    .zipbtn{
      margin-top:10px;
      padding: 13px;
      border-radius: 3px;
      font-size: 14px;
      color: #5C2E06;
      background-color: #D6C8B2;
      border: 1px solid #5C2E06;
      width:98%;
    }
    
    .attentionbtn{
      width:100%;
    }

  }

  /* --------------------------------
   * min smart phone 〜360（smp）
   * -------------------------------- */
  @media (max-width: 360px) {

    .cart--sticky {
      position: sticky;
      top: 20px;
      width:100%;
    }

    .cart_img{
      float: left;
      width:200px;
    }

    .item_info{
      margin:10px;
      padding:0;
      width:100%;
    }

    .item_name{
      margin:5px;
    }

    .item_amount{
      margin:5px;
    }

    .total_amount{
      margin: 10px 0 30px 0;
      font-weight: bold;
    }

    .select_count{
      margin: 5px;
      width:100%;
    }

    .delbtn{
      display: inline;
      font-size: 14px;
      margin:5px;
      width:100%;
    }


  }