@charset "utf-8";
/* sample css */

/* html
------------------------------*/
html {
  font-size: 62.5%;
  /*HTMLのデフォルトのフォントサイズ16pxを13pxに変更（基準）*/
  /* 以降 1rem=10px  1.6rem=16px */
}

/* body
------------------------------*/
body {
  font-family: "Noto Sans JP", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  background-color: #fff;
}

/* wrapper
------------------------------*/
.wrapper {
  /* display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center; */
  width: 100%;
  margin: 0 auto;

}


/* header
------------------------------*/
header {
  width: 100%;
  padding: 10px 20px 10px;
  background-color: #fff;
  color: rgb(153, 78, 24);
  position: sticky;
  top: 0;
  z-index: 999;
  display: flex;
  justify-content: space-evenly;
  border-bottom: 1px solid rgb(153, 78, 24);
}



header h1 a {
  width: 250px;
  font-size: 3rem;
font-family: 'Times New Roman', Times, serif;
  color: rgb(153, 78, 24);
  text-decoration: none;
  text-align: center;
  line-height: 55p;
  background-position: center center;
}

/*------ nav.menu------ */
nav {
  margin-top: 10px;


}

nav ul {
  margin: 10px 15px;
  padding: 10px;
  text-align: center;
  display: flex;
  justify-content: flex-start;
}

nav ul li {
  width: 20%;
  text-align: center;
}

nav ul li a {
  display: block;
  line-height: 30px;
  font-size: 1.8rem;
  margin-top: auto;
  font-weight: bold;
  font-family: serif;
  color: rgb(153, 78, 24);
  text-align: center;
  text-decoration: none;

}

nav ul li:last-child a {
  border-right: none;
}

nav ul li a:hover span {
  color: #dcebb9;
}


/* main-visual
-----------------------------*/
.main-visual {
  width: 100%;
  height: auto;
  font-size: 2rem;
  color: #fff;
  background-size: cover;
  background-position: center center;
  margin-bottom: 50px;
}

#top {
  margin: 0 auto;
  padding: 15px 50px;
  max-width: 40%;
  font-size: 1.6rem;
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  border: 4px solid #bdb7b7;
  border-radius: 0;
  background: #f8f3f3f6;
  -webkit-box-shadow: 4px 4px 0 #bdb7b7;
  box-shadow: 4px 4px 0 #bdb7b7;
  color: #000;
  text-align: center;

}

div a.btn-border {
  width: 100%;
  max-width: 30%;
  position: relative;
  text-decoration: none;
  color: inherit;
  padding: 20px 20px;
}

div a.btn-border:hover {
  -webkit-box-shadow: -4px -4px 0 #000;
  box-shadow: -4px -4px 0 #000;
  color: rgb(153, 78, 24);

}




/* article
------------------------------*/


#about {
  padding: 50px 50px;
  background: linear-gradient(180deg, rgba(250, 244, 228, 0.4411797924576519) 0%, rgba(210, 136, 25, 0.3477218485324182)100%);
  height: auto;
  margin: 50px 30px 20px;
}




article h2 {
  font-size: 3rem;
  padding: 30px 50px;
  font-family: serif;
  color: rgb(153, 78, 24);
  line-height: 30px;
  margin-bottom: 50px;
  text-align: center;
  text-shadow: 5px 5px 2px #333(0, 0, 0, 8);

}

.p_about {
  width: fit-content;
  margin: 0 auto 100px;
  padding-bottom: 30px;
  line-height: 25px;
  font-size: 1.6rem;
  text-align: justify;
}

.flex_conteiner {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
  padding-bottom: 50px;
}


/* -----section---------- */

.achievements_section {
  width: 30%;
  padding-bottom: 100px;
  font-size: 1.6rem;
  font-family: serif;
  font-weight: bolder;
  line-height: 20px;
}

.achievements_section h3 {
  font-size: 1.6rem;
  font-weight: normal;
  margin-top: 5px;
}


figure {
  margin: 0;
  margin-bottom: 10px;
}

img {
  width: 100%;
  height: auto;
}



/* -----dl.notice---------- */
dl.notice {
  max-width: 1000px;
  height: 200px;
  font-size: 1.3rem;
  border: 1px solid #030;
  padding: 10px 20px;
  overflow-y: auto;
  margin: 0 auto 100px;
  background-color: #f8f3f3f6;
}

dl.notice div {
  display: flex;
  justify-content: flex-start;
    line-height: 24px;
  padding: 10px 0;
  border-bottom: 2px dotted #ccc;
  margin-bottom: 5px;
}

dl.notice dt {
  width: 9em;
  font-family: serif;
}

dl.notice dd {
  width: calc(100% - 9em);
  font-family: serif;
  text-align: justify;
}

/* -----横並び---------- */


#pro椅子duct {
  background-color: #ded8d1;
  padding: 10px 20px 10px;
}


.flex {
  display: flex;
  /* 横並び*/
  justify-content: space-between;
  margin-bottom: 100px;
  padding-bottom: 200px;
  margin: 0 auto;
  background-size: cover;
}

.flex h2 {
  font-size: 3rem;
  padding: 30px 50px;
  font-family: serif;
  color: rgb(153, 78, 24);
  line-height: 30px;
  margin-bottom: 50px;
  text-align: center;
  text-shadow: hoff voff blur #000000cf;
}



.products_image {
  width: 1000px;
}

.flex .right {
  margin: 0 0 0 20px;
  padding: 0;
  padding-left: 10px;

}

.flex .title {
  margin: 0;
  padding: 0;
  padding-bottom: 0;
  font-weight: bolder;
  font-size: 1.5rem;
  font-style: oblique;

}

.flex .text {
  margin: 10px 0 0;
  padding: 5;
  font-size: 1.5rem;
  font-weight: normal;
  font-style: unset;
  line-height: 25px;
  text-align: justify;
  text-decoration: none;

}

/* -----画像を天地中央表示---------- */

.flex .image::before {
  content: "";
  display: block;
  padding-top: 50px;
}

.flex .image img {
  width: 100%;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}




/* -----sustainability---------- */

.sustainability_image {
  height: 650px;
  width: 100%;
  background-image: url(../images/sustainability_0.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  font-size: 1.5rem;
  font-family: serif;
  padding-top: 50px;
  padding-left: 5%;
  padding-bottom: 50px;
}

.sustainability_image h2 {
  color: #fff;
  font-size: 4rem;
  width: 100%;
  margin-bottom: 20px;
  padding-top: 30px;
  padding-left: 0;
  text-align: left;
  text-decoration: none;
  text-shadow: hoff voff blur #eadc40;
}

.sustainability_image p {
  line-height: 2;
  font-family: sans-serif;
  padding-left: 0;
  padding-bottom: 20px;
  text-align: justify;
  text-decoration: none;
  text-shadow: hoff voff blur #ded67f;
}



.border_btn08 {
  position: relative;
  text-decoration: none;
  display: inline-block;
  text-align: center;
  width: 100%;
  margin: 0 auto;
  padding-top: 50px;
  max-width: 150px;
  /* ボタンの最大幅 */
}

.border_btn08::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 4px;
  left: 4px;
  width: 100%;
  height: 100%;
  -moz-border-radius: 100vh;
  -webkit-border-radius: 100vh;
  border-radius: 100vh;
  background-color: #f8f8f3c7;
  /* 後ろの背景色 */
}

.border_btn08 span {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-weight: bold;
  /* 文字の太さ */
  border-radius: 100vh;
  border: solid 1px #a7a9aa;
  /* 線の色 */
  color: #a89672;
  /* 文字色 */
  padding: 1em 2em;
  background-color: #f8f8f3c7;
  /* 背景色 */
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

/* マウスオーバーした際のデザイン */
.border_btn08:hover span {
  background-color: #f4f4eb;
  /* 背景色 */
  transform: translate(4px, 4px);
  transition: all 0.3s ease-in-out;
}


/* footer
------------------------------*/
footer {
  padding-top: 50px;
  /* padding-bottom: 50px; */
  display: block;
  text-align: center;
}

.cta_btn03 {
  width: 100%;
  height: auto;
  max-width: 200px;
  /* ボタン幅 */
  color: #fff;
  /* ボタン文字色 */
  font-size: 1.5rem;
  background-color: #c8b916fb;
  /* ボタン上色 */
  position: relative;
  padding: 1em 2em;
  border-radius: 100vh;
  border-bottom: 5px solid #a89672;
  /* ボタン下色 */
  font-weight: bold;
  /* ボタン文字の太さ */
  text-decoration: none;
  display: inline-block;
  transition: 0.2s;
  text-align: center;
  margin-top: 2em;
}

.cta_btn03-copy {
  font-size: 90%;
  /* コピー文字サイズ */
  font-weight: normal;
  /* コピー文字の太さ */
  color: initial;
  /* コピー文字の色 */
  position: absolute;
  top: -2em;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  width: 100%;
}

.cta_btn03-copy:before {
  margin-right: 1rem;
  content: '＼';
}

.cta_btn03-copy:after {
  margin-left: 1rem;
  content: '／';
  padding-bottom: 50px;
  background-position: center;
}

/*---------- マウスオーバーした際のデザイン-------- */
.cta_btn03:hover {
  margin-top: calc(2em + 3px);
  border-bottom: 2px solid #7c3b97;
  /* ボタン下色 */
}

.cta_btn04 {
  width: 30px;
  /* ボタン幅 */
  color: #fff;
  /* ボタン文字色 */
  font-size: 1.5rem;
  background-color: #c8b916fb;
  /* ボタン上色 */
  position: relative;
  padding: 1.1em 1em;
  border-radius: 50%;
  border-bottom: 5px solid #a89672;
  /* ボタン下色 */
  font-weight: bold;
  /* ボタン文字の太さ */
  text-decoration: none;
  display: block;
  transition: 0.2s;
  text-align: center;
  margin-top: 2em;
  margin-left: auto;
  margin-right: 50px;
}

.cta_btn04:hover {
  margin-top: calc(2em + 3px);
  border-bottom: 2px solid #7c3b97;
  /* ボタン下色 */
}


footer .content {
  /* margin-top: 50px;
  padding-top: 50px; */
  text-align: center;

}

footer h3 {
  font-size: 2rem;
  font-family: serif;
  font-weight: bolder;
  color: #ffffff;
  line-height: 35px;
  margin-top: 50px;
  margin-bottom: 5px;
  padding-top: 30px;
}

.content_section {
  background-color: #524e2a9c;
}

/*------------ address----------- */

address {

  font-size: 1.4rem;
  font-family: serif;
  font-weight: bolder;
  color: #ffffff;
  padding-top: 0;
  padding-bottom: 50px;
  line-height: 24px;
  margin-bottom: -10px;
}

address span {
  padding-left: 28px;

}

/*-------------- small------------- */
small {
  display: block;
  font-size: 1.4rem;
  color: #ffffff;
  text-align: center;
  line-height: 40px;
  margin-top: 0 auto;
  padding-bottom: 50px;
}

/*==================================================
スライダーのためのcss
===================================*/
/* Slider */


.slider {
  position: relative;
  z-index: 1;
  /*↑z-indexの値をh1のz-indexの値よりも小さくして背景に回す*/
  height: 100vh;
  /*スライダー全体の縦幅を画面の高さいっぱい（100vh）にする*/

}

/*　背景画像設定　*/

.slider-item01 {
  background-image: url(../images/top_No3.jpg);
}

.slider-item02 {
  background-image: url(../images/company_6.jpg);
}

.slider-item03 {
  background-image: url(../images/cafe_1.JPG);
}

.slider-item {
  width: 100%;
  /*各スライダー全体の横幅を画面の高さいっぱい（100%）にする*/
  height: 100vh;
  /*各スライダー全体の縦幅を画面の高さいっぱい（100vh）にする*/
  background-repeat: no-repeat;
  /*背景画像をリピートしない*/
  background-position: center;
  /*背景画像の位置を中央に*/
  background-size: cover;
  /*背景画像が.slider-item全体を覆い表示*/
}


/*矢印の設定*/

/*戻る、次へ矢印の位置*/
.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: #fff;
  /*ドットボタンの色*/
}

.slick-dots .slick-active button {
  background: #333;
  /*ドットボタンの現在地表示の色*/
}

.visual_slider {
  position: relative;
  margin: 0 auto 100px;
}

.visual_slider p {
  line-height: 2;
  font-family: sans-serif;
  padding-left: 0;
  padding-bottom: 20px;
  text-align: justify;
  text-decoration: none;
}

/* div.company
------------------------------*/



div.company {
  width: calc(100% - 50px);
  display: flex;
  justify-content: flex-start;
  padding: 0px 20px;
}

div.company figure {
  height: 700px;
  padding: 20px 30px;
  background-color: #b4b2abaf;
}

/* Company－会社概要--------------------*/

dl {
  padding: 30px 30px;
}

dt,dd {
  font-size: 1.4rem;
  font-family: sans-serif;
}

dt {
  margin-bottom: 10px;
  font-weight: bolder;
}

dd {
  margin-bottom: 20px;
}

/* お問い合わせ--------------------*/




table {
  width:calc(100% - 50px);
  margin-top: 50px;
  margin-left: 50px;
 border: 1px solid #030;
}


table th {
  width: 160px;
  font-size: 1.6rem;
  background-color: #608862;
  color: #fff;
  text-align: right;
padding: 10px 20px;
border-bottom: 1px solid #030;
}

table tr:nth-child(7)th {
  border-bottom: 1px solid #030;
}

table td {
font-size: 1.6rem;
padding: 10px 20px;
border: 1px solid #030;
}

table tr:last-child td {
  text-align: center;
}

/* form--------------------*/

input {
  font-size: 1.6rem;
  padding: 5px;
}

form span {
  color: #fff;
  font-size: 1.4rem;
  margin-left: 10px;
}

td label {
  margin-right: 20px;
}

input[type="text"] {
width: 70%;
}

input#mail {
  margin-bottom: 10px;
}

select {
  font-size: 1.6rem;
  padding: 5px;
}

textarea {
  font-size: 1.6rem;
  width: 90%;
  padding: 5px;
  box-sizing: border-box;
  resize: none;
  vertical-align: bottom;
}

.send input {
  word-wrap: 200px;
}




