#background_img {
  background-image: url(../img/background.png);
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: 100vw 90vh;
}

#contact_div {
  padding-top: 3vh;
  width: 75%;
  height: 15%;
  background-color: #ffffff;
  box-shadow: 0 3px 0 0 #969591;
  border-radius: 0 0 20px 20px;
  margin: 5vh 13vw 10vh 13vw;
  padding-bottom: 5vh;
  text-align: center;
}

#contact_title {
  margin: 0 0 5vh 0;
}

#contact_title_p {
  font-family: "Cormorant", serif;
  font-size: 5vw;
  display: flex;
  justify-content: center;
}

#contact_title_ja_p {
  display: flex;
  justify-content: center;
}



#contact_separate {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 13vw 0 13vw;
  font-size: 1.1vw;
}

#contact_from_tel {
  font-weight: bold;
}

#contact_separate b {
  font-size: 2vw;
}

#contact_separate hr {
  border: none;
  width: 1px;
  height: 12vh;
  background-color: #969591;
}

#contact_separate a {
  text-align: left;
  text-decoration: none;
  color: #000000;
  border-bottom: 1px solid #000000;
  width: 12vw;
  display: inline-block;
}

#contact_separate p {
  line-height: 4vh;
}

#contact_from_web {
  font-weight: bold;
}

.arrow {
  width: 1vw;
  height: 1.93vh;
}

#contact_separate img {
  width: 1vw;
  position: relative;
  left: 20%;
  margin-bottom: 0.5vh;
}

#footer {
  background-color: #969591;
  color: #ffffff;
  padding-bottom: 6vh;
}

#footer_div_top {
  padding: 10vh 0 10vh 0;
}

#footer_p_top {
  font-family: "Shippori Mincho", serif;
  text-align: center;
  align-items: center;
  font-size: 2.5vw;
  font-weight: 600;
}

#footer_addres_tel {
  display: flex;
  align-items: center;
  margin: 2vh 6vw 2vh 6vw;
}

#footer_addres_tel h1 {
  font-family: "Shippori Mincho", serif;
  font-size: 3vw;
  font-weight: 600;
  margin-right: 2vw;
}

#footer_addres {
  width: 50vw;
  font-size: 1vw;
  line-height: 4vh;
  font-weight: bold;
}

#footer_addres a {
  margin-left: 1vw;
}

#footer_addres span {
  margin: 0 0.5vw 0 0.5vw;
}

#footer_nav_copy {
  display: flex;
  justify-content: space-between;
  margin: 3vh 5vw 1vh 5vw;
}

#footer_nav_div {
  display: flex;
  justify-content: space-between;
  font-size: 0.7vw;
}

#footer_nav ul {
  list-style-type: none; /* リストマーカーを非表示に */
  padding: 0; /* パディングをリセット */
  display: flex; /* フレックスボックスで横並びに */
}

#footer_nav li {
  padding: 0 1vw 0 0;
  position: relative;
  font-weight: bold;
  letter-spacing: 0.2vw;
}

#footer_nav li:not(:last-child)::after {
  content: ""; /* 擬似要素の内容 */
  position: absolute; /* 絶対位置 */
  right: 0; /* アイテムの右端に配置 */
  top: 50%; /* 垂直中央に配置 */
  transform: translateY(-50%); /* 垂直中央揃え */
}

#footer_nav a {
  text-decoration: none;
  color: #ffffff;
  margin: 0 0.1vw;
}

#copyright {
  font-size: 0.7vw;
  text-align: right;
  display: flex;
  align-items: center;
}

#copyright_sp {
  display: none;
}

/* border */
.border {
  border: none;
  width: 90%;
  height: 1px;
  background-color: #ffffff;
  margin: 0 auto;
}

#border_sp1 {
  display: none;
}

#border_sp3 {
  display: none;
}

#hamburger {
  display: none;
}

@media screen and (max-width: 1271px) {
  #contact_title_p {
    font-size: 7.5vw;
  }

  #contact_separate {
    font-size: 1.5vw;
  }

  #contact_separate a {
    width: 15vw;
  }
  #contact_separate img {
    width: 1.5vw;
    position: relative;
    left: 15%;
    margin-bottom: 1vh;
  }

  #contact_separate b {
    font-size: 2.5vw;
  }

  #footer_p_top {
    font-size: 3vw;
  }

  #footer_addres_tel h1 {
    font-size: 4.5vw;
  }

  #footer_addres {
    font-size: 1.5vw;
  }

  #footer_nav_div {
    font-size: 1vw;
  }

  #copyright {
    font-size: 1vw;
  }
}

@media screen and (max-width: 767px) {
  #background_img {
    background-position: 50% 10%;
  }

  #contact_div {
    margin: 0;
    margin: 6vh 5vw 6vh 5vw;
    align-items: center;
    justify-content: center;
    width: 90%;
  }

  #contact_title_p {
    font-size: 10vw;
  }

  #contact_separate {
    display: block;
    justify-content: center;
    width: 100%;
    margin: 0;
  }
  #contact_separate img {
    width: 3vw;
    position: relative;
    left: 40%;
    margin-bottom: 1vh;
  }

  #contact_separate span {
    font-size: 4vw;
    font-weight: bold;
  }

  #contact_separate a {
    width: 50%;
    font-size: 3vw;
    line-height: 4vh;
    font-weight: bold;
  }

  #contact_separate b {
    font-size: 8vw;
  }

  #contact_separate p {
    margin: 5vh 0 5vh 0;
    line-height: 7vh;
    align-items: center;
    font-size: 5vw;
  }

  #contact_separate hr {
    border: none;
    width: 30vw;
    height: 1px;
    background-color: #969591;
    margin: 0 auto;
  }

  #order {
    display: contents;
  }

  #footer {
    display: flex;
    flex-flow: column;
    padding: 0;
  }

  #footer_div_top {
    padding: 0;
    padding: 7vh 0 7vh 0;
    line-height: 7vh;
    display: flex;
    justify-content: center;
  }

  #footer_p_top {
    font-size: 5vw;
  }

  #footer_p_top span {
    display: inline-block;
  }

  #footer_nav_div {
    margin: 0;
    margin: 5vh 5vw 5vh 5vw;
    order: 2;
  }

  #footer_nav {
    font-size: 3.5vw;
  }

  #footer_nav ul {
    display: flex;
    flex-flow: column;
    justify-content: space-around;
  }

  #footer_nav li {
    margin: 3vh 0 3vh 0;
  }

  #footer_addres_tel {
    order: 4;
    display: block;
    line-height: 3vh;
  }

  #footer_addres_tel h1 {
    font-size: 8vw;
    margin: 3vh 0 5vh 0;
    letter-spacing: 0.5vw;
  }

  #footer_addres p {
    font-size: 3.6vw;
    width: 90vw;
    line-height: 6vh;
  }

  #footer_addres a {
    margin-left: 5vw;
  }

  #footer_addres span {
    margin: 0 2vw 0 2vw;
  }

  #footer_nav_copy {
    display: unset;
    justify-content: unset;
    margin: unset;
    order: unset;
  }

  #copyright {
    text-align: center;
    display: none;
  }

  #copyright_sp {
    display: block;
    text-align: center;
    margin: 3vh 5vw 3vh 5vw;
    font-size: 3vw;
    order: 6;
  }

  /* border */

  .border {
    display: none;
  }

  #border_sp1 {
    display: unset;
    border: none;
    width: 90%;
    height: 1px;
    background-color: #ffffff;
    margin: 0 auto;
    order: 0;
  }

  #border_sp2 {
    border: none;
    width: 90%;
    height: 1px;
    background-color: #ffffff;
    margin: 0 auto;
    order: 3;
  }

  #border_sp3 {
    display: unset;
    border: none;
    width: 90%;
    height: 1px;
    background-color: #ffffff;
    margin: 0 auto;
    order: 5;
  }
}
/* ハンバーガーメニュー ここから */
header .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 9.65vh;
}

#close_nav {
  width: 10vw;
  text-align: right;
}

.hamburger img {
  width: 10vw;
}

.hamburger span {
  display: flex;
  margin: 1vh 0 1vh 0;
  border: 1px solid #969591;
  width: 10vw;
}

#hamburger {
  background-color: #969591;
  color: #ffffff;
  position: fixed;
  right: -100%;
  top: 0;
  width: 100%;
  height: 100%;

  display: unset;
}

.show {
  transform: translate3d(-50%, 0, 0);
}

#wrapper,
#hamburger {
  transition: transform 0.3s;
}

#hamburger_div_top {
  display: flex;
  justify-content: space-between;
  margin: 2.5vh 5vw 0 5vw;
}

#hamburger_div_top h1 {
  font-weight: bold;
  font-family: "Shippori Mincho", serif;
  font-style: normal;
  font-size: 9vw;
}

#hamburger_p_top {
  font-family: "Shippori Mincho", serif;
  text-align: center;
  margin: 10vw 0;
  font-size: 5vw;
  line-height: 3.5vh;
}

#hamburger_nav {
  margin: 3vh 5vw;
}

#hamburger_nav li {
  margin: 3vh 0;
}

#hamburger_address {
  margin: 4vw 5vw 2vw 5vw;
  line-height: 3vh;
}

#hamburger_address span {
  font-size: 4vw;
  font-weight: bold;
}

#google_map_iframe {
  display: flex;
  justify-content: center;
  width: 90%;
  height: 25vh;
  margin: 0 5vw 0 5vw;
}

#hamburger_tel {
  display: flex;
  justify-content: space-between;
  margin: 2vh 5vw 2vh 5vw;
  font-weight: bold;
  width: 65vw;
  font-size: 3vw;
}

/* ハンバーガーメニュー ここまで*/
