@charset "UTF-8";

/* HOME */
html{
  font-size: 100%;
}

body{
  font-family: "Yu Gothic Medium","游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", sans-serif;
  line-height: 1.7;
  color:#432;
}

a{
  text-decoration: none;
}

img{
  max-width: 100%;
}

/* HEADER */
h1{
  font-size: 150%;
}

.title span{
  margin-top: 20px;
  display: inline-block;
  margin-left: 10px;
  color: #432;
}

.title img{
  width: 80px;
  /* margin-top:12px; */
  vertical-align: middle;
  display: inline-block;
}

.main-nav{
  display: flex;
  font-size:1.0rem;
  text-transform: uppercase;
  margin-top: 15px;
  list-style: none;
  padding: 25px 3px;
  letter-spacing: 3px;
}

.main-nav li{
  margin-left: 20px;
  padding: 0 6px;
}

.main-nav a{
  color: #432;
}

.main-nav a:hover{
  color: #0bd;
}

.page-header{
  display: flex;
  width: 100%;
  justify-content: space-between;
  box-shadow: 5px 5px 5px 3px lightgray;
  padding: 20px 5px;
}

.wrapper{
  /* max-width: 1100px; */
  margin: 0 auto;
  padding: 0 2%;
}

#video{
  width: 95%;
  margin-top: 15px;
  margin-left: 2.5%;
  padding: 0 4%;
}

.home-content{
  max-width: 1100px;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 50px;
  background-color: aliceblue;
  padding: 30px 10px;
  box-shadow: 5px 5px 5px 5px lightblue;
}
.home-content p{
  font-size:1.125rem;
  margin:20px 0 42px;
}

.page-title{
  font-size:2.5rem;
  /* font-family: 'Philosopher', serif; */
  text-transform: uppercase;
  font-weight: normal;
}

img.top {
  padding-top: 20px;
  margin: auto;
}

.button{
  font-size: 1.375rem;
  background: #0bd;
  color: #fff;
  border-radius: 5px;
  padding: 18px 32px;
  margin-bottom: 30px;
}
.button:hover{
  background: #0090aa;
}

#home .page-title{
  text-transform: none;
}

#home{
  background-image: url(../images/background.jpg);
  min-height: 100vh;
  background-repeat: repeat-x;
  background-size: 100% 15%;
}

/* INDEX */
footer{
  background: #432;
  text-align: center;
  padding: 26px 0;
}

footer p{
  color: #fff;
  font-size: 1.5rem;
}

.page-title{
  font-size:2.5rem;
  /* font-family: 'Philosopher', serif; */
  text-transform: uppercase;
  font-weight: normal;
  text-align: center;
  margin-top: 50px;
}

.kaisha{
  width: 80%;
  padding: 60px;
  margin: 0 auto;
  box-shadow: 5px 5px 5px 5px lightgray;
  margin-top: 50px;
  margin-bottom: 50px;
  max-width: 1100px;
}

.kaisha th,
.kaisha td{
  border: 1px solid #ccc;
  padding: 20px;
  /* font-family: 'Philosopher', serif; */
  font-size: 1.1rem;
}

.kaisha th{
  font-weight: bold;
  background-color: #dedede;
}

/* QUESTION */
.page-title{
  font-size:2.5rem;
  /* font-family: 'Philosopher', serif; */
  text-transform: uppercase;
  font-weight: normal;
  text-align: center;
  margin-top: 50px;
}

.contact-content{
  width: 80%;
  padding: 60px;
  margin: 0 auto;
  box-shadow: 5px 5px 5px 5px lightgray;
  margin-top: 50px;
  margin-bottom: 50px;
  max-width: 1100px;
  /* border: 1px solid gray; */
}
.contact-content p{
  font-size: 1.1rem;
  text-align: center;
  margin-top: 30px;
}
.mailform{
  width: 80%;
  padding: 60px;
  margin-bottom: 20px;
  margin: 0 auto;
}

.mailform th,
.mailform td{
  padding: 20px;
  border: 1px solid #ccc;
  /* font-family: 'Philosopher', serif; */
  font-size: 1.1rem;
}

.red{
  color: red;
  font-size: 0.8rem;
}
.mailform th{
  text-align: left;
  width: 30%;
  background-color: lightblue;
}

.form-text{
  width: 100%;
  max-width: 400px;
  padding: 10px;
  border: 1px  solid #ccc;
  border-radius: 5px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  font-size: 1rem;
}
textarea{
  width: 100%;
  padding: 10px;
  height: 200px;
  border: 1px  solid #ccc;
  border-radius: 5px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  font-size: 1rem;
}
.button{
  width: 250px;
  background-color: #333;
  color: #fff;
  font-weight: bold;
  display: block;
  margin: 0 auto;
  font-size: 16px;
  padding: 15px;
  border-radius: 100vh;
  border: none;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  cursor: pointer;
}
.button_submit{
  width: 250px;
  background-color: #333;
  color: #fff;
  font-weight: bold;
  display: block;
  margin-left: 40px;
  font-size: 16px;
  padding: 15px;
  border-radius: 100vh;
  border: none;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  cursor: pointer;
}
.button_submit:hover{
  background: #0090aa;
}
.button_back{
  width: 250px;
  background-color: white;
  color: darkgray;
  font-weight: bold;
  display: block;
  /* margin: 0; */
  font-size: 16px;
  padding: 15px;
  border-radius: 100vh;
  border: 1px solid darkgray;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  cursor: pointer;
}
 .confirm_label{
  padding: 20px 5px;
  margin-top: 20px;
}
.two_button{
  margin-top: 20px;
  display: flex;
  width: 600px;
  margin-left: auto;
  margin-right: auto;
}


#location{
  max-width: 1100px;
  padding: 3% 20px;
  margin-left: 55px;
}
#location .wrapper{
  display: flex;
  justify-content: space-between;
}
.location-info{
  width: 25%;
}
.location-info p{
  padding: 10px 10px;
}
.location-map{
  width: 74%;
}
iframe{
  width: 100%;
}

.confirm_form{
  margin-left: 30px;
  margin-top: 10px;
}

/* CONTENT */
article{
  max-width: 1100px;
  margin: 50px auto;
  width: 100%;
  display: flex;
  /* box-shadow: 5px 5px 5px 5px lightgray; */
}

article img{
  width: 48%;
  position: relative;
  padding: 60px 20px;
}

article ul{
  margin-top: 0;
  padding: 60px 15px;
  /* margin-right: 40px; */
  /* margin-left: 0px; */
  font-size: 1.15rem;
}

.content2{
  /* margin-top: 10px; */
  box-shadow: 5px 5px 5px 5px lightgray;
  margin-left: 15px;
  margin-right: 15px;
  margin-bottom: 50px;
}

.work-header {
  font-size: 160%;
  margin-top: 30px;
  padding-top: 50px;
  margin-left: 50px;
}

.buhin-header{
  font-size: 150%;
  margin-left: 10px;
  margin-top: 20px;
}
.buhin{
  margin: 0 auto;
  margin-bottom: 20px;
  padding: 10px 60px;
  padding-bottom: 60px;
}
.buhin ul{
  font-size: 1.15rem;
  margin-left: 20px;
  margin-bottom: 20px;
}
.buhin img{
  width: 300px;
  height: auto;
  margin-right: 30px;
}

.suitcase {
  margin-top: 20px;
  margin-bottom: 20px;
}

.suitcase img{
  width: 300px;
  height: auto;
  margin-right: 30px;
}

.bag {
  margin-top: 10px;
}

.bag img {
  width: 300px;
  height: auto;
  margin-right: 30px;
}

.slider{
  max-width: 1100px;
  position: relative;
  height: 90vh;
  margin-top: 50px;
  margin-bottom: 30px;
  margin-left: 55px;
}

.slider-item01{
  background: url(../images/machine1.jpg);
}

.slider-item02{
  background: url(../images/machine2.jpg);
}

.slider-item03{
  background: url(../images/machine3.jpg);
}

.slider-item04{
  background: url(../images/machine4.jpg);
}
.slider-item05{
  background: url(../images/machine5.jpg);
}
.slider-item06{
  background: url(../images/machine6.jpg);
}

.slider-item{
  width:100%;
  height:90vh;
  background-repeat: no-repeat;/*背景画像をリピートしない*/
  background-position: center;/*背景画像の位置を中央に*/
  background-size: cover;
}

.slick-prev,
.slick-next {
  position: absolute;/*絶対配置にする*/
  z-index: 3;
  top: 42%;
  cursor: pointer;/*マウスカーソルを指マークに*/
  outline: none;/*クリックをしたら出てくる枠線を消す*/
  border-top: 2px solid #ccc;/*矢印の色*/
  border-right: 2px solid #ccc;/*矢印の色*/
  height: 25px;
  width: 25px;
}

.slick-prev {/*戻る矢印の位置と形状*/
  left:2.5%;
  transform: rotate(-135deg);
}

.slick-next {/*次へ矢印の位置と形状*/
  right:2.5%;
  transform: rotate(45deg);
}

/* 工場設備 */
/*ドットナビゲーションの設定*/

.slick-dots {
	position: relative;
	z-index: 3;
  text-align:center;
	margin:-50px 0 0 0;
}

.slick-dots li {
  display:inline-block;
	margin:0 5px;
}

.slick-dots button {
  color: transparent;
  outline: none;
  width:8px;/*ドットボタンのサイズ*/
  height:8px;/*ドットボタンのサイズ*/
  display:block;
  border-radius:50%;
  background:#ccc;/*ドットボタンの色*/
}

.slick-dots .slick-active button{
  background:#333;/*ドットボタンの現在地表示の色*/
}

.facility-content{
  width: 80%;
  padding: 60px;
  margin: 0 auto;
  box-shadow: 5px 5px 5px 5px lightgray;
  margin-top: 50px;
  margin-bottom: 50px;
  max-width: 1100px;
  font-size: 1.15rem;
}
.factory, .facility {
  color: #008080;
  text-decoration: underline;
}
.facility{
  margin-top: 15px;
}
.facility-list {
   list-style-type: none
}

/* モバイル版 */
@media(max-width:600px){
  h1{
    width: 90%;
    font-size: 1.5rem;
    margin-top: -20px;
  }
  img.logo{
    width: 15%;
    height: 15%;
  }
  .page-title{
    font-size:1.5rem;
  }
  .home-content p{
    font-size: 0.8rem;
  }
  .main-nav{
    margin-top: -5px;
    font-size:0.7rem;
    padding: 15px 2px;
  }

  .main-nav li{
    margin: 0 2px;
    font-weight: bold;
  }

  .button{
    font-size: 0.7rem;
    padding: 15px 0px;
  }

  footer{
    background: #432;
    text-align: center;
    padding: 15px 0;
  }

  footer p{
    color: #fff;
    font-size: 1.0rem;
  }

.wrapper{
  width: 100%;
}
.slider{
  margin-top: 15px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  height: 50%;
}
.slider-item{
  height: 40vh;
}
  .home-content{
    margin-top: 10%;
  }
  .page-header{
    flex-direction: column;
    align-items: center;
  }

  .kaisha{
    width: 95%;
    padding: 15px;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .kaisha th,
  .kaisha td{
    border: 1px solid #ccc;
    padding: 10px 5px;
    /* font-family: 'Philosopher', serif; */
    font-size: 0.7rem;
  }

  #location .wrapper{
    flex-direction: column;
    width: 100%;
  }

  #location{
    margin-left: 0px;
  }

  .location-info,
  .location-map{
    width: 100%;
  }
  .sub-title{
    font-size: 1.0rem;
  }
  .location-info p{
    font-size: 0.8rem;
  }
  .location-map iframe{
    height: 200px;
  }

  .contact-content{
    max-width: 100%;
    margin-left: 0px;
    margin-top: 20px;
  }
  .contact-content p{
    font-size: 0.8rem;
    padding: 0 20px;
  }

  .mailform{
    width: 100%;
    padding: 10px 10px;
  }
  .mailform th,.mailform td{
    font-size: 0.7rem;
    padding: 10px 8px;
  }
  .form-text{
    font-size: 0.7rem;
  }
  .red{
    font-size: 0.5rem;
  }
  .error{
    font-size: 0.8rem;
    text-align: left;
  }


  .content2{
    margin-left: 0;
    margin-right: 0;
    width: 100%;
  }
  article{
    margin: 0 auto;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
    display: block;
  }
  article img{
    margin-top: 10px;
    width: 100%;
    padding: 10px 20px;
  }
  .content-list{
    font-size: 0.8rem;
    padding: 5px 20px;
    margin: 0 auto;
    margin-left: 1.0rem;
  }
  .buhin-header{
    margin-left: 1.0rem;
    font-size: 1.0rem;
  }
  .buhin{
    padding: 0;
    margin: 0 auto;
    width: 100%;
  }
  .buhin ul{
    font-size: 0.8rem;
    padding: 5px 15px;
    margin: 0 auto;
    margin-left: 1.2rem;
  }
  .buhin img{
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 10px 50px;
  }
  .bag img{
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 10px 50px;
  }

  .two_button{
    display: flex;
    width: 100%;
    margin: 20px auto;
  }
  .button_submit{
    width: 100px;
    padding: 5px 20px;
  }
  .button_back{
    width: 100px;
    padding: 15px;
  }

  .facility-content{
    width: 95%;
    padding: 15px;
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 0.8rem;
  }
