@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lora&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Playwrite+HU:wght@100..400&display=swap');


/*============================
	base
============================*/
:root {
  --black: #000;
  --white: #fff;
  --brown: #bb783a;
  --green: #e39fbc;
  --font-sans: "Noto Sans JP", sans-serif;
  --font-serif: "Noto Serif JP", serif;
  --font-en: "Lora", serif;
}

html {
  font-size: calc(10 / 1440 * 100vw);
  color: var(--black);
  overflow-x: hidden;
}

@media (max-width: 767px) {
  html {
    font-size: calc(10 / 767 * 100vw);
  }
}

body {
  font-family: var(--font-serif);
  font-size: max(12px, 1.6rem);
  font-weight: 400;
  line-height: 1.5;
  overflow-x: hidden;
}

@keyframes fadeUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}

.fade {
  opacity: 0;
}

.fadeUp {
  animation: fadeUp 0.6s ease both;
}

.header img,
section img,
.footer img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  overflow: hidden;
}

a {
  transition: 0.3s ease-in-out;
}

@media (min-width: 768px) {
  a:hover {
    opacity: 0.6;
  }

  a[href^="tel:"] {
    pointer-events: none;
  }
}

@media (max-width: 767px) {
  a[href^="tel:"] {
    /* text-decoration: underline; */
  }
}

.sp {
  display: none;
}

@media (max-width: 767px) {
  .pc {
    display: none !important;
  }

  .sp {
    display: block;
  }
}

.map {
  width: 100%;
  height: 40rem;
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  filter: grayscale(100%);
}

.map iframe {
  display: block;
  width: 100%;
  height: 100%;
}

/*============================
	fixed_btn
============================*/
.fixed_btn {
  display: flex;
  flex-direction: column;
  row-gap: 2rem;
  position: fixed;
  transform: translateY(-50%);
  top: 50%;
  right: 0;
  z-index: 1000;
}

@media (max-width: 767px) {
  .fixed_btn {
    width: 100%;
    height: max(60px, 8rem);
    flex-direction: row;
    transform: none;
    top: auto;
    bottom: 0;
    z-index: 10;
  }
}

.fixed_btn-item {
  background-color: var(--brown);
  width: max(48px, 6.4rem);
  border-radius: 1rem 0 0 1rem;
}

.fixed_btn-item:nth-of-type(2) {
  background-color: var(--white);
  border: solid 1px #1ca3d9;
  border-right: none;
}

@media (max-width: 767px) {
  .fixed_btn-item {
    width: 100%;
    height: 100%;
    border-radius: 1rem 1rem 0 0;
  }

  .fixed_btn-item:nth-of-type(2) {
    border: solid 1px #1ca3d9;
    border-bottom: none;
  }
}

.fixed_btn-item a {
  width: 100%;
  color: var(--white);
  writing-mode: vertical-rl;
  display: flex;
  align-items: center;
  column-gap: 1.2rem;
  padding: 2rem 0;
}

.fixed_btn-item:nth-of-type(2) a {
  color: #1ca3d9;
}

@media (max-width: 767px) {
  .fixed_btn-item a {
    width: 100%;
    height: 100%;
    writing-mode: horizontal-tb;
    justify-content: center;
    padding: 1rem;
    text-decoration: none;
  }
}

.fixed_btn-item:nth-of-type(2) a::before {
  content: "";
  display: block;
  background: url("../img/telegram.png") no-repeat center / contain;
  width: max(28px, 3.8rem);
  height: max(28px, 3.8rem);
}

.fixed_btn-item p {
  font-size: max(14px, 2rem);
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.2;
}

@media (min-width: 768px) {
  .fixed_btn-item p {
    row-gap: 1rem;
  }
}

.fixed_btn-txt {
  font-size: max(12px, 1.4rem);
  font-weight: 400;
  letter-spacing: 0.3em;
  display: flex;
  align-items: center;
  gap: 1rem;
}

.fixed_btn-txt::after {
  content: "";
  background-color: var(--white);
  width: 1px;
  height: 4.6rem;
}

@media (max-width: 767px) {
  .fixed_btn-txt::after {
    width: 4.6rem;
    height: 1px;
  }

  .underline {
    text-decoration: underline;
  }
}

/*============================
	header
============================*/
.header {
  background-color: var(--white);
  width: 100%;
  height: max(50px, 8rem);
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 9rem;
  z-index: 100000;
  transition: all 0.4s ease; 
}

header.header.scrolled_color{
  background-color: var(--green);
  transition: all 0.4s ease; 
  position: fixed;
}
header ul li a{
  position: relative;
  display: block;
}
header ul li a::after {  
  display: block;
  content: "";
  visibility: hidden;
  background-image: url(/img/li_heart.png);
  background-size: cover;
  background-repeat: no-repeat;
  width: 2.5rem;
  height: 2rem;
  position: absolute;
  top: -2.5rem;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

header ul li:nth-child(4) a::after {
  background-image: url(/img/li_chicken.png); /* 4つ目だけの特別な画像 */
  width: 3rem;
  height:4rem;
  top: -4rem;
}

header ul li a:hover::after {
  visibility: visible;  /* hover されたら表示 */
}

.google_icon{
 width: 4rem;
 cursor: pointer;
}

.header_h1{
  width: 100%;
  margin: 3rem auto;
  padding: 0rem;
  z-index: 100000;
  transition: all 0.4s ease; 

}

.header_h1.scrolled {
  height: 0;
  opacity: 0;
  overflow: hidden;
  padding: 0;
  transition: all 0.4s ease; /* ロゴのサイズ、透明度、パディングの変更を0.3秒でスムーズに */
  display: none;
}


@media (max-width: 767px) {
  header.header.scrolled_color{
    position: inherit;
    background-color: var(--white);
  }



}

.header__logo {
  width: 100%;
  margin: 0 auto;
  font-family: "Playwrite HU", cursive;
  text-align: center;
  font-size: 3rem;
  
}

/* .header__logo img{
  width: 100%;
  object-fit: cover;

} */

@media (max-width: 767px) {
  .header__logo {
    width: max(85px, 10.3rem);
  }
}

.header__hamburger-sp {
  visibility: hidden;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 1000;
}

@media (max-width: 767px) {
  .header__hamburger-sp {
    background-color: var(--green);
    width: 8rem;
    height: 8rem;
    min-width: 60px;
    min-height: 60px;
    visibility: visible;
  }

  .header__hamburger-sp::before,
  .header__hamburger-sp::after,
  .header__line-sp {
    content: "";
    background-color: var(--white);
    width: 5rem;
    min-width: 35px;
    height: 2px;
    border-radius: 5px;
    position: absolute;
    transform: translate(-50%, -50%);
    left: 50%;
    transition: 0.3s;
  }

  .header__hamburger-sp::before {
    top: 30%;
    transform-origin: bottom left;
  }

  .header__hamburger-sp::after {
    top: 70%;
    transform-origin: top left;
  }

  .header__hamburger-sp.js-transform::before,
  .header__hamburger-sp.js-transform::after {
    transform: scale(1.414);
    top: 50%;
  }

  .header__hamburger-sp.js-transform::before {
    transform: rotate(45deg) translateX(-50%);
  }

  .header__hamburger-sp.js-transform::after {
    transform: rotate(-45deg) translateX(-50%);
  }

  .js-transform .header__line-sp {
    transform: scale(0);
  }
}

.header__contents {
  display: flex;
  align-items: center;
  gap: 6rem 4.5rem;
}

@media (max-width: 767px) {
  .header__contents {
    background-color: var(--white);
    width: 100%;
    height: 100%;
    min-height: max-content;
    flex-direction: column;
    justify-content: center;
    padding: 8rem 0;
    position: fixed;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    overflow-y: scroll;
    z-index: 100;
    transition: 0.3s ease-out;
  }

  .header__contents.js-show {
    opacity: 1;
    visibility: visible;
  }
}

.header__nav-list {
  display: flex;
  gap: 4rem;
  align-items: center;
}

@media (max-width: 767px) {
  .header__nav-list {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}

.header__nav-list a {
  font-size: max(10px, 1.2rem);
  letter-spacing: 0.1em;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.header__nav-list a span {
  font-family: var(--font-en);
  font-size: max(12px, 1.4rem);
}


.header__sns li {
  width: max(21px, 3rem);
  height: max(21px, 3rem);
}


/*============================
	footer
============================*/
.footer {
  background-color: var(--white);
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 6rem 0 3rem;
  position: relative;
}

@media (max-width: 767px) {
  .footer {
    padding: 6rem 0 max(75px, 10rem);
  }
}

.pagetop {
  background-color: var(--black);
  width: max(30px, 4rem);
  height: max(30px, 4rem);
  border-radius: 50%;
  opacity: 0;
  visibility: hidden;
  position: fixed;
  bottom: 1rem;
  right: 1rem;
  z-index: 100;
}

@media (max-width: 767px) {
  .pagetop {
    bottom: max(70px, 8.5rem);
  }
}

.pagetop.js-top {
  opacity: 1;
  visibility: visible;
}

@media (min-width: 768px) {
  .pagetop.js-top:hover {
    opacity: 0.6;
  }
}

.pagetop::before {
  content: "";
  display: inline-block;
  width: max(7px, 1rem);
  height: max(7px, 1rem);
  border: 0.2rem solid var(--white);
  border-left: 0;
  border-bottom: 0;
  position: absolute;
  transform: translate(-55%, -45%) rotate(-45deg);
  top: 50%;
  left: 50%;
}

.footer__logo {
  display: block;
  width: 100%;
  height: auto;
  margin: 5rem 0;
  font-family: "Playwrite HU", cursive;
  text-align: center;
  font-size: 3rem;
}

.footer__link {
  height: 100%;
  display: flex;
  align-items: center;
  gap: 4rem 2rem;
}

@media (max-width: 767px) {
  .footer__link {
    flex-direction: column;
  }
}

.footer__nav-list {
  display: flex;
  justify-content: center;
  gap: max(20px, 3rem) 0;
}

@media (max-width: 767px) {
  .footer__nav-list {
    flex-direction: column;
    align-items: center;
  }
}

.footer__nav-list a {
  display: block;
  font-family: var(--font-en);
  letter-spacing: 0.1em;
  line-height: 1;
  padding: 0 2.8rem;
}

@media (min-width: 768px) {
  .footer__nav-list li:not(:last-of-type) a {
    border-right: solid 1px var(--white);
  }
}

.footer__sns {
  display: none;
}

.footer__sns li {
  width: max(21px, 3rem);
  height: max(21px, 3rem);
}

.footer__btn-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 5rem;
  margin: 0 auto;
}

.footer__btn-list li {
  border: solid 1px var(--brown);
  border-radius: 1rem;
}

.footer__btn-list li:nth-of-type(2) {
  border: solid 1px #1ca3d9;
}

.footer__btn-list li a {
  width: 100%;
  height: 100%;
  color: var(--brown);
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  padding: 1rem;
}

.footer__btn-list li:nth-of-type(2) a {
  color: #1ca3d9;
}

.footer__btn-list li:nth-of-type(2) a::before {
  content: "";
  display: block;
  background: url("../img/telegram.png") no-repeat center / contain;
  width: max(21px, 2.8rem);
  height: max(21px, 2.8rem);
}

.footer__btn-list p {
  font-size: max(14px, 2rem);
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.2;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.footer__btn-list li:nth-of-type(2) p {
  font-size: max(12px, 1.6rem);
}

.footer__btn-list p span:first-of-type {
  font-size: max(12px, 1.4rem);
  letter-spacing: 0.2em;
}

@media (max-width: 767px) {
  .footer__btn-list li a {
    text-decoration: none;
  }

  .underline {
    text-decoration: underline;
  }
}

.copy {
  font-size: max(12px, 1.3rem);
  letter-spacing: 0.1em;
  margin-top: 7rem;
}

/*============================
	common
============================*/
.common__ttl {
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.5rem 2rem;
}

.common__ttl--wt {
  color: var(--white);
}

.common__ttl span {
  font-size: max(24px, 4rem);
  color: var(--green);
  letter-spacing: 0.1em;
}

.common__ttl--wt span {
  color: var(--white);
}

.common__btn {
  width: max(160px, 21.6rem);
  height: max(40px, 5rem);
  margin: 0 auto;
}

.common__btn a {
  width: 100%;
  height: 100%;
  border: solid 1px var(--green);
  font-family: var(--font-sans);
  font-weight: 500;
  color: var(--green);
  letter-spacing: 0.1em;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-right: 2rem;
  position: relative;
}

.common__btn--wt a {
  border: solid 1px var(--white);
  color: var(--white);
}

.common__btn a::before {
  content: "";
  background-color: var(--green);
  width: max(40px, 8rem);
  height: 1px;
  position: absolute;
  transform: translate(50%, -50%);
  top: 50%;
  right: 0;
}

.common__btn--wt a::before {
  background-color: var(--white);
}

/* google translate */
/* GTranslateウィジェットのスタイル */
/* GTranslateウィジェットのスタイル */

/* Googleロゴを非表示にする（完全には削除できませんが、目立たなくする） */
.goog-te-gadget img{
  display: none; /* ロゴを非表示 */
}

.google_icon #google_translate_element {
  right: 58rem!important;
  top: 0rem;
  }

  .VIpgJd-ZVi9od-xl07Ob-lTBxed span:nth-child(2){
    display: none;
    border-left: none;

  }

  

/* #google_translate_element .skiptranslate .goog-te-gadget-simple{
  background-color: #e39fbc !important;
  border-radius: 2rem;
  width: 14rem;
  text-align: center;
  padding: 1rem 0;
} */

@media (max-width: 767px) {
  #google_translate_element .skiptranslate .goog-te-gadget-simple{
width: 100%;
  }

  .goog-te-gadget-simple{
    border-left: none !important;
    border-right: none!important;
    
  }

  #google_translate_element {
    left:16rem; 
    top: 0rem;
    }
    
}


.VIpgJd-ZVi9od-ORHb .VIpgJd-ZVi9od-l4eHX-hSRGPd img{
  display: none !important;
}