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

/*===============================================
●全体アウトライン装飾
===============================================*/
* {
  margin: 0px;
  padding: 0px;
}

#wrapper {
  width: 960px;
  margin: 0px auto;
  background-color: #F6F0F7;
}

header {
  width: 960px;
  height: 125px;
  min-height: 50px;
  background-color: #F6F0F7;
  position: relative;
}

#hamMenuBox {
  width: 300px;
  height: 300px;
  background-color: #025252;
}

.hamMenu_item a {
  color: #FFFFFF;
  text-decoration: none;
  display: block;
}

#titleLogo {
  width: 300px;
  height: 125px;
  margin: 0 auto;
}

nav {
  width: 960px;
  height: 30px;
  margin: 0 auto;
  background-color: #328295;
}

nav li {
  width: 240px;
  height: 30px;
  margin: 0 auto;
  line-height: 2.0em;
  text-align: center;
  color: #328295;
  float: left;
}

nav li:hover {
  background-color: #b4dde7;
}

nav li a {
  color: #FFFFFF;
  text-decoration: none;
  display: block;
}

#sliderBox {
  width: 960px;
  height: 350px;
  background-color: #FFFFFF;
  clear: both;
}

#pickBox {
  width: 960px;
  height: 200px;
  margin: 0px;
  background-color: #C58D00;
}

.pick_item {
  width: 320px;
  height: 200px;
  background-color: none;
  float: left;
}

#main {
  width: 960px;
  padding-top: 20px;
  background-color: #FFFFFF;
  clear: both;
}

#itemIntro {
  width: 960px;
  height: auto;
}

#compIntro {
  width: 960px;
  height: auto;
}

#itemIntro p {
  width: 960px;
  height: auto;
  text-align: center;
  font-size: 3.0em;
  padding-bottom: 0.3em;
}

.intro_title{
  width: 960px;
  height: auto;
  text-align: center;
  font-size: 3.0em;
  padding-bottom: 0.3em;
}

.intro_cont{
  width: 960px;
  height: auto;
  text-align: center;
  font-size: 1.2em;
  padding-bottom: 0.3em;
}

.productBox {
  width: 960px;
  height: 430px;
  margin: 0px;
  background-color: #FFFFFF;
  clear: both;
}

footer {
  width: 960px;
  height: 30px;
  background-color: #328295;
  line-height: 2.0em;
  text-align: center;
  color: #FFFFFF;
  clear: both;
}

/*===============================================
●ハンバーガーメニュー装飾
===============================================*/

#hamMenu {
  position: relative;
  top: 0px;
  left: 90%;
  border: none;
  background-color: transparent;
  cursor: pointer;
}

#hamMenu img {
  width: 100%;
  height: auto;
}

#hamMenuCont {
  list-style-type: none;
  background-color: #000000;
  opacity: 0.75;
  z-index: 99;
  position: relative;
  left: 60%;
  top: 0%;
  width: 30%;
  display: none;
}

#hamMenuCont li {
  border-bottom: 1px solid #0003A3;
  height: 2.0em;
  line-height: 2.0em;
  text-align: center;
  color: #FFFFFF;
}

/*===============================================
●カルーセル装飾
===============================================*/
#sliderBoxCont {
  overflow: hidden;
  position: relative;
  width: 960px;
  height: 350px;
}

#prev, #next {
  position: relative;
  width: 100px;
  height: 100px;
  cursor: pointer;
  z-index: 10;
  display: inline-block;
  background-color: #000000;
  opacity: 0.5;
  vertical-align: bottom;

}

#prev {
  left: 0px;
  top: -225px;

}

#next {
  left: 755px;
  top: -225px;
}

.box {
  position: absolute;
  width: 100%;
  left: 100%;
}

.box1 {
  left: 0%;
}

/*===============================================
●メインコンテンツの装飾
===============================================*/
.Box_L {
  width: 384px;
  height: 400px;
  background-color: #FFFFFF;
  float: left;
}

.Box_R {
  width: 576px;
  height: 400px;
  background-color: #FFFFFF;
  float: left;
}

.Box_R p {
  width: 576px;
  height: auto;
  margin-bottom: 0.8em;
}

.item_title {
  width: 576px;
  height: auto;
  font-size: 1.3em;
  font-weight: bold;
  margin-top: 1.3em;
  padding-bottom: 0.5em;
}


/*===============================================
●PC・タブレット横型（画面の横幅が960px以上）
===============================================*/
@media screen and (min-width: 960px) {
  html {
    font-size: 100%;
  }

#hamMenuBox {
  display: none;
  }

  #main {
    background-color: #FFFFFF;
  }
}

/*===============================================
●タブレット縦型（画面の横幅が959pxまで）
===============================================*/
@media screen and (max-width: 959px) {
  html {
    font-size: 95%;
  }

  nav, nav ul, nav li, #sliderBox, #sliderBoxCont, .box {
    display: none;
  }

  #wrapper, header, nav, #sliderBox, #pickBox, #main, #itemIntro, #itemIntro img, #itemIntro p, #compIntro, #compIntro img, #compIntro p, .productBox, .productBox img, footer, footer small {
    width: 100%;
    height: auto;
  }

  #hamMenuBox {
    width: 30%;
    height: auto;
  }

  #titleLogo {
    width: 30%;
    height: auto;
  }

  #titleLogo img {
    width: 100%;
    height: auto;
  }

  #hamMenu {
    display: block;
    width: 10%;
    height: auto;
    position: absolute;
    top: 0%;
    right: 0%;
  }

  #hamMenuCont {
    width: 30%;
    height: auto;
    position: absolute;
    top: 100%;
    left: 70%;
  }

  .pick_item {
    width: 33.33333%;
    height: auto;
    margin-top: 0px;
  }

  .pick_item img {
    width: 100%;
    height: auto;
  }

  #main img {
    width: 100%;
    height: auto;
  }

  .Box_L, .Box_R {
    width: 50%;
    height: auto;
  }

  .Box_L p, .Box_R p {
    width: 100%;
    height: auto;
  }
}

/*===============================================
●スマートフォン（画面の横幅が600pxまで）
===============================================*/
@media screen and (max-width:600px) {
  html {
    font-size: 80%;
  }

  #hamMenu {
    display: block;
    width: 10%;
    height: auto;
  }

  #hamMenuCont {
    width: 30%;
    height: auto;
  }
}

