@import url("https://fonts.googleapis.com/css2?family=IBM+Plex+Sans+JP:wght@300;400;500&family=Noto+Sans+JP&family=Zen+Old+Mincho:wght@400;500;600&display=swap");

html {
  scroll-behavior: smooth;
}

html,
body {
  width: 100%;
  margin: 0px;
  padding: 0px;
  font-size: 1.1rem;
}

header {
  width: 100%;
  min-width: 100%;
  background-color: white;
  height: 170px;
  z-index: 4;
  box-sizing: border-box;
}

main {
  width: 100%;
  z-index: 2;
  background-color: white;
  box-sizing: border-box;
  min-height: 100%;
  top: 200px;
  margin-bottom: 300px;
}

footer {
  background-color: white;
  z-index: 1;
  position: fixed;
  bottom: 0px;
  box-sizing: border-box;
  width: 100%;
  height: 70px;
  color: #333333;
  margin-bottom: 10px;
}

a {
  text-decoration: none;
  border: 1px solid #333;
  padding: 1px 2px;
}

a:link {
  color: #333333;
}

a:visited {
  color: #333333;
}

a:hover {
  color: #669966;
}

a:active {
  color: #669966;
}

.fi-social-twitter {
  position: absolute;
  top: -5px;
  left: -70px;
  font-size: 1rem;
}

.fi-social-instagram {
  position: absolute;
  top: -5px;
  left: -35px;
  font-size: 1rem;
}

.gradient {
  width: 100%;
  height: 160px;
  background: linear-gradient(to bottom, #fff 10%, transparent 100%);
  background-color: white;
  background-image: url(border.png);
  margin: 0 0 15px;
  width: 100%;
  height: 3px;
}

.box1 {}

.rogo {
  position: absolute;
  image-rendering: crisp-edges;
  top: 38px;
  left: 30px;
}

.rogo img {
  width: 40%;
  height: auto;
}

.box1 li {
  display: inline-block;
  padding: 0px 5px;
}

header ul {
  display: flex;
}

.box2 {
  position: absolute;
  top: 125px;
  letter-spacing: 0.2rem;
  right: 2%;
  display: flex;
}

.box2_1::before {
  border-left: solid #333333 1px;
  content: " ";
  margin-left: 5px;
  font-family: "Zen Old Mincho", serif;
}

.box2 li a {
  font-family: "Zen Old Mincho", serif;
  list-style: none;
  padding: 0 15px;
  text-decoration: none;
  border-right: solid #666 1px;
  font-weight: 500;
  font-size: 1rem;
}

.fa-brands {
  font-size: 1.1rem;
  color: #808080;
  padding-right: 5px;
}

.fa-brands:hover {
  color: #669966;
}

.fa-cart-shopping:before {
  font-size: 16px;
  margin-left: 5px;
  color: #808080;
}

#trader {
  margin: 0px auto;
}

#trader a {
  font-size: 1.1rem;
  font-weight: 600;
  color: #666;
  display: inline-block;
  right: 49px;
  top: 65px;
  font-family: "Zen Old Mincho", serif;
  background-color: #f0f0f0;
  padding: 10px 33px;
  position: absolute;
  border-radius: 30px;
  /* background-image: url(dot3.png); */
}

#wrap {
  height: auto !important;
  /*IE6対策*/
  height: 100%;
  /*IE6対策*/
  min-height: 100%;
}

.column {
  width: 70%;
  margin: 0 auto;
}

.column-main {
  width: 100%;
}

.column-main section {
  width: 60%;
  margin: 0 auto;
  padding: 40px;
  font-family: "Zen Old Mincho", "Zen Old Mincho", "IBM Plex Sans JP",
    sans-serif;
  list-style: none;
  font-weight: 300;
  font-size: 0.95rem;
  line-height: 1rem;
}

.column-main p {
  font-family: "Zen Old Mincho", "IBM Plex Sans JP", sans-serif;
  font-size: 0.85rem;
  font-weight: 300;
  letter-spacing: 0.6px;
  line-height: 30px;
  padding: 10px 0px;
}

address {
    font-style: normal;
    font-family: "Zen Old Mincho", "IBM Plex Sans JP", sans-serif;
    font-size: 0.82rem;
    font-weight: 300;
    letter-spacing: 0.6px;
    line-height: 1.3rem;
    padding: 10px 0px;
}

.column-main h1,
.column-main h2 {
  font-family: "Zen Old Mincho", serif;
  letter-spacing: 0.2rem;
  color: #444444;
}

.column-main h1 {
  font-size: 1.3rem;
  padding: 8px 30px;
  display: table;
  margin: 60px;
  display: inline-table;
  margin: 15px 0px;
  border: 1px solid #999;
}

h2 {
  font-size: 1.1rem;
  padding: 3px 20px 5px 20px;
  /* background-color: #f0f0f0; */
  display: table;
  margin: 60px;
  margin: 10px 0px;
  border: 1px solid #999;
}

.column-main h3 {
  font-size: 1rem;
  padding: 5px;
  /* background-color: #f0f0f0; */
  display: table;
  border: 1px solid #999;
}

.shop1 {
  display: flex;
  flex-direction: row;
  padding-bottom: 5%;
  gap: 5%;
}

.shop1 h2 {
  display: inline;
  font-family: "Zen Old Mincho", serif;
  letter-spacing: 0.2rem;
  color: #444444;
}

article hr {
  margin: 50px 0px;
}

/* 嵐山関係 */
dt {
  float: left;
  margin: 0 auto;
  font-weight: 500;
}

dd {
  margin-left: 25%;
  text-align: left;
}

dl {
  margin: 0 auto;
  font-size: 0.85rem;
  line-height: 1.7rem;
  background-color: #f5f5f5;
  padding: 5% 10%;
  letter-spacing: 0.02rem;
  margin: 20px 0px 20px 0px;
}

/* 嵐山関係 */

.footer_w {
  font-family: "Zen Old Mincho", serif;
  list-style: none;
  font-size: 0.8rem;
  line-height: 1.4rem;
  text-align: right;
  margin-right: 38.4px;
  position: relative;
}

.footer_menu {
  display: flex;
  letter-spacing: 0.3rem;
  text-align: right;
  position: absolute;
  right: 0px;
  font-weight: 600;
}

.footer_menu li {
  padding: 0px 10px;
}

.copyright {
  padding-top: 20px;
  display: block;
}

em {
  background-color: #e8e8e8;
  margin-left: 5px;
  font-style: normal;
  /* background-image: url(dot2.png); */
}

table {
  width: 100%;
  letter-spacing: 0.02rem;
}

table th {
  position: relative;
  text-align: left;
  width: 15%;
}

table th:after {
  display: block;
  content: "";
  width: 10px;
  height: 1px;
  background-color: #808080;
  position: absolute;
  top: calc(50% - 1px);
  right: -17px;
}

table td {
  text-align: left;
  padding: 20px 0 20px 40px;
  width: 85%;
}

.company_contents {
  padding-top: 70px;
  margin: 0 auto;
}

.company_contents div {
  padding: 20px 0px;
}

.company_contents li {
  list-style: none;
  display: flex;
}

.company_contents th {
  font-weight: 500;
}

.history {
  margin: 8px 0px;
  width: 100px;
  font-size: 15px;
  letter-spacing: 1.5px;
  line-height: 1.7rem;
}

.history::after {
  margin-right: 4px;
}

.history2 {
  margin-right: 35px;
  margin: 8px 0px;
  font-size: 16px;
  letter-spacing: 1.5px;
  line-height: 1.7rem;
}

.center {
  margin: 0 auto;
  width: 100%;
}

.company_story>p {
  margin: 5% 0;
}

.companyimage {
  margin: 0 auto;
  width: 500px;
  margin-top: 50px;
}

#index {
  display: flex;
}

#index img {
  width: 100vw;
  object-fit: cover;
  height: 490px;
}

#title span {
  font-size: 1.1rem;
  color: #ffffff;
  letter-spacing: 0.15rem;
  /* text-shadow: 1px 1px 3px #626262; */
  font-weight: 600;
  margin-left: 430px;
}

#sub_title {
  font-family: "Noto Serif JP", serif;
  font-size: 20px;
  line-height: 35px;
  font-weight: bold;
  color: #fff;
  top: 365px;
  right: 50px;
  position: absolute;
  letter-spacing: 1.3px;
}

/* #company_photo {
  position: fixed;
  left: 11%;
  top: 320px;
}
#company_photo img {
  width: 50%;
  padding-bottom: 20px;
  height: auto;
} */
#company_photo2 {
  position: fixed;
  left: 15%;
  top: 250px;
}

#company_photo2 img {
  height: auto;
}

.contents {
  display: flex;
  gap: 20px;
}

.contents li {
  list-style: none;
  background-color: #669966;
  margin: 0 auto;
  width: 100%;
  text-align: center;
}

#news_index {
  width: 70%;
  margin-top: 30px;
  padding: 40px 40px 70px 40px;
  list-style: none;
  font-size: 0.9rem;
  line-height: 1rem;
}

#news {
  width: 70%;
  margin: 0 auto;
  padding: 40px 40px 70px 40px;
  list-style: none;
  font-size: 0.9rem;
  line-height: 1rem;
}

/* 最新情報の更新欄・news-list */
.news-list {
  list-style: none outside;
  margin: 10 0 0 0;
  padding: 0;
}

.news-list .news-list_item {
  display: flex;
  flex-wrap: wrap;
  flex-wrap: nowrap;
  text-decoration: none;
  color: #333333;
  border-bottom: 1px solid #ccc;
}

.news-list .news-list_item:first-child {
  border-top: 1px solid #ccc;
}

.news-list .news-list_item .date {
  margin: 0;
  min-width: 120px;
  font-size: 16px;
  color: rgb(15, 15, 15);
  margin-right: 20px;
}

.news-list .news-list_item .title {
  margin: 0;
  width: 100%;
}

/* 最新情報の更新欄・news-list *　end/
/* よくあるご質問・qanda-list */
.qanda-list {
  list-style: none outside;
  margin: 10 0 0 0;
}

.qanda-list .qanda-list_item {
  text-decoration: none;
  color: #333333;
  margin-bottom: 25px;
}

.qanda_q {
  background-color: rgb(233, 233, 233);
  font-weight: bold;
}

.qanda_q::before {
  content: "Q.";
  padding-left: 15px;
}

.qanda_a::before {
  content: "A.";
  /* padding-left: 15px; */
}

.question {
  margin: 0px 15px;
}

.answer {
  padding-left: 15px;
}


.form {
  border: 1px solid #333;
  background-color: #ececec;
}
/* ********************************************* */
@media screen and (max-width: 959px) {

  /* 959px以下に適用されるCSS（タブレット用） */
  header {
    height: 250px;
  }

  .rogo {
    display: block;
    text-align: center;
    left: 0px;
  }

  .rogo img {
    width: 90%;
  }

  #trader {
    display: grid;
    place-items: center;
  }

  #trader a {
    position: relative;
    right: 0px;
    top: 160px;
  }

  .box2 {
    letter-spacing: 0.1rem;
    top: 150px;
  }

  .column-main p {
    font-size: 14px;
    line-height: 26px;
  }

  dd {
    font-size: 10pt;
  }

  #company_photo img {
    /* width: 30%;
    padding-bottom: 20px;
    height: auto; */
    display: none;
  }

  #company_photo {
    /* position: fixed;
      left: 9%;
      top: 300px; */
    display: none;
  }

  .column-main section {
    width: 80%;
    padding: 0px;
    margin-bottom: 50px;
  }

  .company_contents th {
    width: 25%;
    font-weight: 300;
  }

  .column {
    width: 100%;
  }

  nav {
    display: none;
  }


}

@media screen and (max-width: 480px) {
  /* 480px以下に適用されるCSS（スマホ用） */

  header {
    position: relative;
  }

  nav {
    display: none;
  }

  .column {
    top: 170px;
  }

  .rogo {
    position: absolute;
    image-rendering: crisp-edges;
    text-align: center;
    top: 50px;
    left: 0;
  }

  .rogo img {
    width: 90%;
  }

  .none {
    display: none;
  }

  #trader a {
    display: block;
    right: auto;
    top: 140px;
    font-family: "Zen Old Mincho", serif;
    background-color: #f0f0f0;
    padding: 10px;
    position: relative;
    margin: 0 auto;
    text-align: center;
    width: 80%;
  }

  .box2_1 li {
    width: 110px;
  }

  .box2 {
    letter-spacing: 0.1rem;
    top: 170px;
    flex-wrap: wrap;
  }

  .box2 li {
    margin-top: 5px;
  }

  #company_photo img {
    /* width: 30%;
    padding-bottom: 20px;
    height: auto; */
    display: none;
  }

  /* #company_photo {
      position: fixed;
      left: 9%;
      top: 300px;
  display: none;
    } */

  .column-main section {
    width: 80%;
    margin-top: 35px;
  }

  .column-main p {
    font-family: "Zen Old Mincho", "IBM Plex Sans JP", sans-serif;
    font-size: 15px;
    font-weight: 300;
    letter-spacing: 0.5px;
    line-height: 25px;
    padding: 10px 0px;
  }

  .company_contents th {
    width: 25%;
  }

  .column {
    width: 100%;
  }



  .column-main h1,
  .column-main h2 {
    display: block;
    text-align: center;
    line-height: 23px;
  }

  dl {
    margin: 0 auto;
    font-size: 10pt;
    line-height: 24px;
    background-color: #f5f5f5;
    padding: 15px;
    letter-spacing: 0.02rem;
  }

  dd {
    margin-left: 30%;
    padding-bottom: 13px;
  }

  footer {
    position: relative;
  }

  .footer_w {
    text-align: center;
    line-height: 1rem;
    margin-right: 0px;
  }

  .copyright {
    padding-top: 5px;
  }

  .column-main dl {
    width: none;
  }

