/*
Theme Name: astra-child
Template: astra
Version: 1.0
*/


html{
	box-sizing: border-box;
    font-size: 62.5%;
}

body{
	font-family: "Crimson Text", "Noto Serif JP", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
	margin: 0 auto;
	max-width: 1920px!important;
    width: 100%;
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, .2);
}

/*繝倥ャ繝繝ｼ*/
.header-area {
  height: auto;
  max-width: 1920px;
  position: absolute;
  width: 100%;
  z-index: 10;
}

.header-nav {
  align-items: center;
  display: flex;
  justify-content: space-between;
}

.logo {
  filter: drop-shadow(1px 1px 1px #174e03ed);
  padding-left: 1em;
}

.logo-img {
  opacity: 1;
  width: 250px;
}

/* 繝｡繝九Η繝ｼ縺ｮ繧ｹ繧ｿ繧､繝ｫ */
.menu-list {
  padding: 5rem;
  margin: 0;
  background: #fff;
  position: fixed;
  top: 0;
  right: 0;
  height: 100%;
  width: 50rem;
  transform: translateX(500px);
  transition: transform 0.5s ease-in-out;
  z-index: 200;
  overflow-y: scroll;
}

.menu-list.active {
  transform: translateX(0);
}

.menu-list-text {
  color: #333;
  padding: 2rem;
  border-bottom: 1px solid #333;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  flex-wrap: wrap;
  font-size: 2rem;
  opacity: 0;
  /* 荳九°繧我ｸ翫↓繧｢繝九Γ繝ｼ繧ｷ繝ｧ繝ｳ */
  /*transform: translateY(80px);
  transition: opacity 2s ease, transform 2s ease;*/
}

.menu-list>.menu-list-text a {
  color: #333;
	font-weight: 600;
    line-height: 1.5;
	letter-spacing: .03em;
}

.menu-list-sub>li a {
  display: block;
  width: 100%;
}

.menu-list>.menu-list-text:hover {
  background-color: rgb(222, 222, 222);
}

.menu-list .logo {
  padding-left: 0;
}

.menu-list .logo a {
  width: fit-content;
  margin: 2rem auto;
}

.menu-list .logo-img {
  width: 180px;
  display: inline-block;
  text-align: center;
}

/* 繧ｵ繝悶Γ繝九Η繝ｼ縺ｮ繧ｹ繧ｿ繧､繝ｫ */
.menu-list-sub {
  list-style: none;
  padding-left: 1rem;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease-in-out;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  font-size: 1.5rem;
  line-height: 1.6;
}

.menu-list-sub li {
  width: 100%;
}

.menu-list-sub>li:hover {
  background-color: rgb(192, 189, 189);
}

/* 繝｡繝九Η繝ｼ縺後い繧ｯ繝�ぅ繝悶↓縺ｪ縺｣縺溷ｾ後↓繧｢繝九Γ繝ｼ繧ｷ繝ｧ繝ｳ */
.menu-list.active .menu-list-text.visible {
  animation: fadeInUp .6s ease-in-out both;
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translate(0, 50px);
  }

  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}

.menu-list.active .menu-list-text:nth-child(2) {
  animation-delay: .7s;
}

.menu-list.active .menu-list-text:nth-child(3) {
  animation-delay: .8s;
}

.menu-list.active .menu-list-text:nth-child(4) {
  animation-delay: .9s;
}

.menu-list.active .menu-list-text:nth-child(5) {
  animation-delay: 1s;
}

.menu-list.active .menu-list-text:nth-child(6) {
  animation-delay: 1.1s;
}

.menu-list.active .menu-list-text:nth-child(7) {
  animation-delay: 1.2s;
}

.menu-list.active .menu-list-text:nth-child(8) {
  animation-delay: 1.3s;
}


/* 繝上Φ繝舌�繧ｬ繝ｼ繝｡繝九Η繝ｼ縺ｮ繧ｹ繧ｿ繧､繝ｫ */
.hamburger {
  position: fixed;
  top: 3rem;
  right: 2.5rem;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  width: 6rem;
  height: 6rem;
  cursor: pointer;
  z-index: 300;
  background: #4aa140;
  padding: 1rem;
  border-radius: 5px;
  border: 2px solid #fff;
}

.hamburger span {
  width: 3.5rem;
  height: 0.3rem;
  background-color: #fff;
  border-radius: 5px;
  transition: transform 0.3s ease;
  margin: auto;
}

.hamburger span:nth-child(1) {
  width: 2rem;
  margin: 0 auto 0 0;
}

.hamburger span:nth-child(3) {
  width: 2rem;
  margin: 0 0 0 auto;
}

.hamburger.active span:nth-child(1) {
  transform: rotate(45deg) translate(0.8rem, 0.8rem);
  width: 3rem;
  margin: auto;
}

.hamburger.active span:nth-child(2) {
  opacity: 0;
}

.hamburger.active span:nth-child(3) {
  transform: rotate(-45deg) translate(0.85rem, -0.85rem);
  width: 3rem;
  margin: auto;
}

/* 縲鯉ｼ九阪→縲娯�縲阪�陦ｨ遉ｺ螟画峩 */
.menu-list>.menu-list-text .toggle {
  color: #333;
  font-size: 1.8rem;
  cursor: pointer;
  position: relative;
}

.toggle::before {
  content: "＋";
  /* 蛻晄悄迥ｶ諷九�縲鯉ｼ九� */
  transition: content 0.3s ease;
}

.toggle.active::before {
  content: "−";
  /* 繧ｯ繝ｪ繝�け蠕後↓縲娯�縲阪↓螟画峩 */
}

/* 繧ｹ繝槭�逕ｨ縺ｮ繝｡繝�ぅ繧｢繧ｯ繧ｨ繝ｪ */
@media screen and (max-width: 768px) {
  .hamburger {
    top: 15px;
    right: 15px;
  }

  /*
  .menu-list {
    transform: translateX(250px);
    transition: transform 0.5s ease-in-out;
  }
*/
  .menu-list.active {
    transform: translateX(0);
  }

  .menu-list>.menu-list-text {
    padding: 20px;
    font-size: 18px;
  }

}

/*MV縺ｮ荳ｭ縺ｮ繧ｿ繧､繝医Ν*/

.mv-title,
.mv-subtitle {
  color: #fff;
  filter: drop-shadow(1px 1px 2px black);
  letter-spacing: 0.2em;
  position: absolute;
  margin-left: 1.2em;
}

.mv-title {
  top: 40rem;
  font-size: 4rem;
}

.mv-subtitle {
  top: 47rem;
  font-size: 3rem;
  line-height: 1.4;
  padding-left: 0.7em;
}

.header-sub-area-box {}

.header-sub-area {
  align-items: center;
  display: flow-root;
  justify-content: flex-end;
  top: 200px;
  position: fixed;
  pointer-events: none;
  z-index: 100;
  max-width: 1920px;
	margin: 0;
  width: 100%;
}

.header-sub-area li{
	list-style: none;
}

.header-sub-area .contact {
  border: 2px solid #fff;
  background: #4aa140;
  font-size: 1.8rem;
  font-weight: bold;
  border-radius: 5px;
  width: 6rem;
  text-align: center;
  line-height: 5rem;
  margin: 2.5rem 2.5rem 0 auto;
}

.shop_menu_text {
  color: #385446;
  font-size: 17px;
  font-weight: bold;
  border-bottom: 2px solid rgb(107 206 107 / 90%);
  width: 180px;
  margin: auto;
  display: block;
  text-align: left;
  margin: inherit;
}

.header-sub-area .contact a {
  display: block;
  color: #fff;
  font-size: 0.9em;
  pointer-events: auto;
  font-family: "Noto Sans JP", serif;
}

.header_area_sp {
  display: none;
}

.scroll_var {
  filter: drop-shadow(1px 1px 2px #f4f4f4);
  display: inline-block;
  overflow: hidden;
  text-decoration: none;
  right: 52px;
  top: 505px;
  height: 180px;
  position: absolute;
  width: 2px;
  writing-mode: vertical-lr;
  z-index: 2;
}

.scroll_var::after {
  background: #fff;
  content: "";
  position: absolute;
  width: 2px;
  height: 180px;
}

.scroll_var::after {
  animation: sdl 2.5s cubic-bezier(1, 0, 0, 1) infinite;
}


/* コンタクト */
.contact-contents {
    background-color: #666;
	padding: 3rem 0;
}

.contact-wrapper {
    display: flex;
    align-items: center;
    text-align: center;
    background: #fff;
    max-width: 1400px;
    width: 90%;
    margin: auto;
    box-sizing: border-box;
    justify-content: space-between;
}

.contact-txt-box {
    box-sizing: border-box;
    margin: 5rem auto;
}

.contact-hd2 {
    font-size: 4.5rem;
    letter-spacing: .4rem;
}

.contact-hd2-secondary {
    display: block;
    font-size: 1.6rem;
    letter-spacing: -.1rem;
}

.contact-hd2::after {
    border-bottom: 3px solid #666;
    content: "";
    display: block;
    width: 55%;
    margin: 1.8rem auto 4rem;
}

.contact-txt {
    font-size: 1.6rem;
    padding-bottom: 2rem;
}

.contact-txt:first-of-type {
    border-bottom: 1px solid #ccc;
}

.contact-txt:last-of-type {
    padding-top: 2rem;
}

.map_box {
    height: 45rem;
    width: 50%;
}


.sns-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 40px;
    line-height: 1;
}

.line-img {
    width: 6.5rem;
    height: auto;
    max-width: 100%;
}

.frog {
    transform-origin: center bottom;
    animation: yurayura 5s linear infinite;
}

@keyframes yurayura {

    0%,
    100% {
        transform: rotate(10deg);
    }

    50% {
        transform: rotate(-10deg);
    }
}

@keyframes sdl {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }

  50% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }

  50.1% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }

  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}

/* カウンター */
.counter{
	font-size: 30px;
    padding: 5px;
    color: #eb776f;
    font-weight: bold;
}

@media screen and (max-width: 1024px) {
  .mv-title {
    top: 12em;
    font-size: 2.2em;
  }

  .mv-subtitle {
    top: 18em;
    font-size: 1.7em;
  }

  .header_area_sp {
    display: flex;
  }
}

@media screen and (max-width: 780px) {
  .logo {
    padding-left: 2vw;
  }

  .logo-img {
    opacity: 1;
    width: 200px;
  }

  .slicknav_btn {
    margin: 17px 20px 10px;
  }

  .mv-title,
  .mv-subtitle {
    margin-right: 0.8em;
  }

  .mv-title {
    top: 45vw;
    font-size: 4vw;
  }

  .mv-subtitle {
    top: 52vw;
    font-size: 3vw;
    padding-left: 1.8vw;
  }

  .scroll_var {
    top: 415px;
  }
}

@media screen and (max-width: 768px) {
	html{
	font-size: 50%;
	}
	
    .contact-wrapper {
        flex-wrap: wrap;
    }
	
	.ast-container, .ast-container-fluid{
		padding: 0;
	}
	

    .map_box {
        width: 100%;
    }
	
	
}

@media screen and (max-width: 480px) {


  .logo-img {
    width: 167px;
  }

  .slicknav_btn {
    padding: 0.7em;
  }

  .mv-title {
    top: 11.5em;
    font-size: 1.5em;
  }

  .mv-subtitle {
    top: 15.5em;
    font-size: 1.3em;
    padding-left: 0.3em;
  }

  .slicknav_menu .slicknav_nav {
    min-width: initial;
    padding: 70px 40px;
    width: 100vw;
  }

  .slicknav_menu>li {
    font-size: 20px;
  }

  .scroll_var {
    right: 10px;
    top: 345px;
    height: 100px;
  }

  .header-sub-area {
    display: none;
  }

  .menu-list {
    width: 100%;
  }
	

	  .content-box {
        flex-wrap: wrap;
        margin: 9rem auto 10rem;
        width: 100%;
    }

    .content-wrapper {
        order: 2;
        width: 100%;
    }

    .content-img {
        order: 1;
        margin: 2rem auto;
        width: 100%;
    }
	
	
}

body, h1, h2, h3, h4, h5, h6, .entry-title a, .entry-content :where(h1,h2,h3,h4,h5,h6){
	    font-family: "Crimson Text", "Noto Serif JP", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
}

.contact-sub {
	padding: 0!important;
}

.contact-sub .contact-contents {
    padding: 3rem 0;
}

.top-cacth{
	
}

.top-cacth {
  position: relative;
  z-index: 0;
}

.top-cacth:before {
	content: "";
	inset: 0;
    position: absolute;
    background: url(https://efuseput.sakura.ne.jp/about/wp-content/uploads/2025/09/clock.png) no-repeat 4% top / 45%;
    opacity: 0.1;
    z-index: -1;
    background-attachment: fixed;
}

@media screen and (max-width: 768px) {
.top-cacth:before {
    background: url(https://efuseput.sakura.ne.jp/about/wp-content/uploads/2025/09/clock.png) no-repeat 85% 50% / 60%;
	    background-attachment: fixed;
}
}

@media (min-width: 922px) {	
	.contact-sub .wp-block-columns{
		max-width: 100%;
	}
}

.wp-container-core-group-is-layout-5e06d50e > :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
	max-width: 1400px!important;

}

html, body {
	margin: 0 auto;
	padding: 0;
	overflow-x: hidden;
	max-width: 1920px;
}