@charset "UTF-8";
/* CSS Document */
html {
  scroll-behavior: smooth;
}
html {
  font-size: 62.5%; /* 16px * 62.5% = 10px */
  width: 100%;
}
.header_contents {
  display: flex;
  position: absolute;
  justify-content: space-between;
  top: 0;
  width: 100%;
  margin: 0 auto;
  z-index: 8700;
}
.header_contents h1 {
  margin-top: 45px;
  margin-left: 70px;
}
.header_contents ul {
  font-family: Arial, Helvetica, "sans-serif";
  display: flex;
  gap: 11.5rem;
  margin-top: 45px;
}
.header_contents li {
  list-style: none;
  font-size: 1.8rem;
  font-weight: 550;
  letter-spacing: 0.15rem;
}
.header_insta {
  margin-right: 100px;
  margin-top: 50px;
}
.header_insta img {
  width: 24px;
  height: 24px;
}
.rs_insta img {
  display: none;
}
@media (max-width: 1200px) {
  .rs_insta img {
    display: block;
    height: 28px;
    width: 28px;
    margin-right: -0.5px;
    margin-top: 3px;
  }
}
@media (max-width: 1200px) {}
body {
  color: #194a0b; /* RGB */
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: 500;
  font-size: 1.6em;
  line-height: 2.4rem;
  text-align: center;
  background-color: #f4f6ec;
}
h2 {
  margin-top: 80px;
  font-size: 2.4rem;
  font-weight: 550;
  letter-spacing: 0.18rem;
  font-family: Arial, Helvetica, "sans-serif";
}
.sp-nav {
  display: none;
}
.rs_insta {
  display: none;
}
@media (max-width: 1160px) {
  .header_contents {
    display: none;
  }
  #hamburger {
    position: absolute;
    display: unset;
    width: 30px;
    height: 20px;
    top:
      30px;
    z-index: 99998;
  }
  #hamburger span {
    position: absolute;
    top: 50%;
    left: 0;
    display: block;
    width: 100%;
    height: 2px;
    background-color: #fff;
    transform: translateY(-50%);
  }
  .humburger1 {
    right: 30px;
  }
  .sp-nav {
    z-index: 1;
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100vh;
    display: block;
    width: 100%;
    background: rgba(0, 0, 0, .8);
    transition: all .4s ease-in-out;
    opacity: 0;
    transform: translateY(-100%);
  }
  #hamburger::after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #fff;
  }
  .sp-nav ul {
    padding: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
  }
  .sp-nav li {
    margin: 0;
    padding: 0;
  }
  .sp-nav li span {
    font-size: 13px;
    color: #fff;
  }
  .sp-nav li a, .sp-nav li span {
    display: block;
    padding: 20px 0;
    font-size: 1.5rem;
    font-weight: 600;
    letter-spacing: 0.06em;
  }
  /*-閉じるアイコンー*/
  .sp-nav .close {
    position: relative;
    padding-left: 20px;
  }
  /*基準となるli要素*/
  .sp-nav .close {
    position: relative;
  }
  /*バツ印線1*/
  .sp-nav .close::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    display: block;
    width: 13px;
    height: 1.5px;
    background: #fff;
    transform: rotate(45deg);
  }
  /*バツ印線2*/
  .sp-nav .close::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    display: block;
    width: 13px;
    height: 1.5px;
    background: #fff;
    transform: rotate(-45deg);
  }
  .toggle {
    transform: translateY(0);
    opacity: 1;
  }
  .rs_insta {
    position: absolute;
    right: 32px;
    top: 65px;
    display: unset;
    z-index: 99998;
  }
  body {
    font-size: 1.4rem;
    line-height: 1.5;
  }
  h2 {
    font-size: 2.4rem;
    margin-top: 50px;
  }
}
@media (max-width: 768px) {
  h2 {
    font-size: 1.8rem;
  }
}
.none {
  display: none;
}
a:hover {
  opacity: 0.5;
  transition: .3s;
}
a {
  outline: none;
  text-decoration: none;
}@charset "UTF-8";
/* CSS Document */
html {
  scroll-behavior: smooth;
}
html {
  font-size: 62.5%; /* 16px * 62.5% = 10px */
  width: 100%;
}
.header_contents {
  display: flex;
  position: absolute;
  justify-content: space-between;
  top: 0;
  width: 100%;
  margin: 0 auto;
  z-index: 8700;
}
.header_contents h1 {
  margin-top: 45px;
  margin-left: 70px;
}
.header_contents ul {
  font-family: Arial, Helvetica, "sans-serif";
  display: flex;
  gap: 11.5rem;
  margin-top: 45px;
}
.header_contents li {
  list-style: none;
  font-size: 1.8rem;
  font-weight: 550;
  letter-spacing: 0.15rem;
}
.header_insta {
  margin-right: 100px;
  margin-top: 50px;
}
.header_insta img {
  width: 24px;
  height: 24px;
}
.rs_insta img {
  display: none;
}
@media (max-width: 1200px) {
  .rs_insta img {
    display: block;
    height: 28px;
    width: 28px;
    margin-right: -0.5px;
    margin-top: 3px;
  }
}
@media (max-width: 1200px) {}
body {
  color: #194a0b; /* RGB */
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: 500;
  font-size: 1.6em;
  line-height: 2.4rem;
  text-align: center;
  background-color: #f4f6ec;
}
h2 {
  margin-top: 80px;
  font-size: 2.4rem;
  font-weight: 550;
  letter-spacing: 0.18rem;
  font-family: Arial, Helvetica, "sans-serif";
}
.sp-nav {
  display: none;
}
.rs_insta {
  display: none;
}
@media (max-width: 1160px) {
  .header_contents {
    display: none;
  }
  #hamburger {
    position: absolute;
    display: unset;
    width: 30px;
    height: 20px;
    top:
      30px;
    z-index: 99998;
  }
  #hamburger span {
    position: absolute;
    top: 50%;
    left: 0;
    display: block;
    width: 100%;
    height: 2px;
    background-color: #fff;
    transform: translateY(-50%);
  }
  .humburger1 {
    right: 30px;
  }
  .sp-nav {
    z-index: 1;
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100vh;
    display: block;
    width: 100%;
    background: rgba(0, 0, 0, .8);
    transition: all .4s ease-in-out;
    opacity: 0;
    transform: translateY(-100%);
  }
  #hamburger::after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #fff;
  }
  .sp-nav ul {
    padding: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
  }
  .sp-nav li {
    margin: 0;
    padding: 0;
  }
  .sp-nav li span {
    font-size: 13px;
    color: #fff;
  }
  .sp-nav li a, .sp-nav li span {
    display: block;
    padding: 20px 0;
    font-size: 1.5rem;
    font-weight: 600;
    letter-spacing: 0.06em;
  }
  /*-閉じるアイコンー*/
  .sp-nav .close {
    position: relative;
    padding-left: 20px;
  }
  /*基準となるli要素*/
  .sp-nav .close {
    position: relative;
  }
  /*バツ印線1*/
  .sp-nav .close::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    display: block;
    width: 13px;
    height: 1.5px;
    background: #fff;
    transform: rotate(45deg);
  }
  /*バツ印線2*/
  .sp-nav .close::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    display: block;
    width: 13px;
    height: 1.5px;
    background: #fff;
    transform: rotate(-45deg);
  }
  .toggle {
    transform: translateY(0);
    opacity: 1;
  }
  .rs_insta {
    position: absolute;
    right: 32px;
    top: 65px;
    display: unset;
    z-index: 99998;
  }
  body {
    font-size: 1.4rem;
    line-height: 1.5;
  }
  h2 {
    font-size: 2.4rem;
    margin-top: 50px;
  }
}
@media (max-width: 768px) {
  h2 {
    font-size: 1.8rem;
	  letter-spacing: 0.06em;
  }
}
.none {
  display: none;
}
a:hover {
  opacity: 0.5;
  transition: .3s;
}
a {
  outline: none;
  text-decoration: none;
}
a:link {
  color: #f6f8f9;
}
a:visited {
  color: #f6f8f9;
}
a:active {
  color: #f6f8f9;
}
</style > <a href="#" > anchor</a > footer {
  background-color: #f4f6ec;
  margin: 0 auto;
}
footer h2 {
  margin-top: 60px;
}
footer iframe {
  width: 1000px;
  height: 400px;
  margin-top: 50px;
}
.shop-info {
  display: flex;
  justify-content: space-between;
  max-width: 1000px;
  margin: 0 auto;
  margin-top: 20px;
}
.shop-info-left {
  display: flex;
}
.shop-info-left p {
  text-align: left;
  line-height: 1.7;
  margin-left: 50px;
  letter-spacing: 0.06em;
  font-weight: 550;
}
footer span {
  text-align: center;
  margin: auto;
  letter-spacing: 0.12em;
  font-weight: 500;
  padding: 12px 20px;
  border: 1.5px solid #194a0b;
  background-color: #f4f6ec;
  border-radius: 2.2vh;
  font-size: 2.0rem;
  transition: 0.5s;
  margin-top: 75px;
  color: #194a0b;
  font-size: 1.8rem;
}
.tel img {
  vertical-align: -30%;
  margin-right: 18px;
}
.small {
  margin: 30px auto 20px auto;
  font-size: 1.1rem;
}
@media (max-width: 1160px) {
  footer iframe {
    width: 345px;
    height: 150px;
    margin: 30px auto 0;
  }
}
.shop-info-left img {
  width: 75px;
}
@media (max-width: 768px) {
  footer h2 {
    margin-top: 40px;
  }
  footer iframe {
    width: 360px;
    height: 200px;
  }
  .shop-info {
    display: block;
  }
  .shop-info-left {
    display: flex;
    flex-flow: column;
    justify-content: center;
  }
  .shop-info_p {
    order: -1;
  }
  .shop-map {
    margin-bottom: 0px;
  }
  .shop-info-left p {
    text-align: center;
    font-size: 1.1rem;
    width: 375px;
    margin: 0 auto;
    margin-bottom: 17px;
    letter-spacing: 0.06em;
    line-height: 1.9;
  }
  .shop-info-left img {
    width: 95px;
    margin-bottom: 22px;
  }
  footer span {
    padding: 8px 8px 8px 7px;
    font-size: 1.3rem;
    margin-top: 30px;
    letter-spacing: 0.1em;
    font-weight: 600;
  }
  .tel img {
    vertical-align: -24%;
    margin-right: 8px;
  }
  .tel img {
    width: 21px;
    margin-right: 13px;
  }
  .tel {
    margin-bottom: 50px;
	  text-decoration: none;
  }
  .small {
    font-size: 0.9rem;
    margin-bottom: 20px;
  }
}
a:link {
  color: #f6f8f9;
}
a:visited {
  color: #f6f8f9;
}
a:active {
  color: #f6f8f9;
}
</style > <a href="#" > anchor</a > footer {
  background-color: #f4f6ec;
  margin: 0 auto;
}
footer h2 {
  margin-top: 60px;
}
footer iframe {
  width: 1000px;
  height: 400px;
  margin-top: 50px;
}
.shop-info {
  display: flex;
  justify-content: space-between;
  max-width: 1000px;
  margin: 0 auto;
  margin-top: 20px;
}
.shop-info-left {
  display: flex;
}
.shop-info-left p {
  text-align: left;
  line-height: 1.7;
  margin-left: 50px;
  letter-spacing: 0.06em;
  font-weight: 550;
}
footer span {
  text-align: center;
  margin: auto;
  letter-spacing: 0.12em;
  font-weight: 500;
  padding: 12px 20px;
  border: 1.5px solid #194a0b;
  background-color: #f4f6ec;
  border-radius: 2.2vh;
  font-size: 2.0rem;
  transition: 0.5s;
  margin-top: 75px;
  color: #194a0b;
  font-size: 1.8rem;
}
.tel img {
  vertical-align: -30%;
  margin-right: 18px;
}
.small {
  margin: 30px auto 20px auto;
  font-size: 1.1rem;
}
@media (max-width: 1160px) {
  footer iframe {
    width: 345px;
    height: 150px;
    margin: 30px auto 0;
  }
}
.shop-info-left img {
  width: 75px;
}
@media (max-width: 768px) {
  footer h2 {
    margin-top: 40px;
	  letter-spacing: 0.06em;
  }
  footer iframe {
    width: 360px;
    height: 200px;
  }
  .shop-info {
    display: block;
  }
  .shop-info-left {
    display: flex;
    flex-flow: column;
    justify-content: center;
  }
  .shop-info_p {
    order: -1;
  }
  .shop-map {
    margin-bottom: 0px;
  }
  .shop-info-left p {
    text-align: center;
    font-size: 1.1rem;
    width: 375px;
    margin: 0 auto;
    margin-bottom: 17px;
    letter-spacing: 0.06em;
    line-height: 1.9;
  }
  .shop-info-left img {
    width: 95px;
    margin-bottom: 22px;
  }
  footer span {
    padding: 8px 8px 8px 7px;
    font-size: 1.3rem;
    margin-top: 30px;
    letter-spacing: 0.1em;
    font-weight: 600;
  }
  .tel img {
    vertical-align: -24%;
    margin-right: 8px;
  }
  .tel img {
    width: 21px;
    margin-right: 13px;
  }
  .tel {
    margin-bottom: 50px;
  }
  .small {
    font-size: 0.9rem;
    margin-bottom: 20px;
  }
}