@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP&family=Zen+Kaku+Gothic+New&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@500&display=swap'); /*title*/
@import url('https://fonts.googleapis.com/css2?family=Gaegu:wght@300&display=swap'); /*数字*/
@import url('https://fonts.googleapis.com/css2?family=Barrio&family=Potta+One&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Darumadrop+One&family=Jost:wght@500&display=swap');
/*Theme name:overhead2025 theme
Author:katachilab
Author URI: https://katachilab.com
Version: 1.0
License: katachilab
Copyright (c) 2025 katachilab. All Rights Reserved.*/
body {
  overflow-x: hidden;
  background: #fff;
  /*background: #F6F5F3;*/
font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.85;
  -webkit-font-nanamefadeining: antialiased;
  -moz-osx-font-nanamefadeining: grayscale;
  -webkit-text-size-adjust: 100%;
  word-wrap: break-word;
  letter-spacing: 0.2em;
  letter-spacing: 0.1em;
  color: #000;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  color: #000;
  background: #f7f3ef;
}

main {
  /* padding:0 30px; */
}
.colorwh {
  color: #fff;
}
li {
  list-style: none;
}
strong {
  font-weight: bold;
}
.center{
	text-align:center;}
/* ------------------------------------------------ */
/*/*navigation　固定
/* ------------------------------------------------ */
/* ------------------------------------------------ */
/*/*----------------header
/* ------------------------------------------------ */
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  align-items: center;
  z-index: 10;
  /* ----------padding: 25px 15px;--------- */
  transition: 0.5s;
}
.logo {
  color: #fff;
  text-decoration: none;
  font-size: 18px;
  display: none;
  letter-spacing: 1px;
  transition: 0.5s;
}
.logo.mini {
  color: #fff;
  text-decoration: none;
  font-size: 18px;
  width: 20vw;
  letter-spacing: 1px;
  transition: 0.5s;
  display: block;
  position: absolute;
  top: 15px;
  left: 8px;
  z-index: 99999999999;
}
@media screen and (min-width: 768px) {
  .logo.mini {
    color: #fff;
    text-decoration: none;
    font-size: 18px;
    width: 30vw;
    letter-spacing: 1px;
    transition: 0.5s;
    display: block;
    position: absolute;
    top: 30px;
    left: 15px;
    z-index: 99999999999;
  }
}
.header_side.header_sidewaku::before {
  content: "";
  position: absolute;
  z-index: 10;
  top: -1px;
  left: 0;
  width: 150px;
  height: 150px;
  background: url(img/mask.png) no-repeat;
  background-position: left top;
  background-size: contain;
}
@media screen and (min-width: 768px) {
  .header_side.header_sidewaku::before {
    content: "";
    position: absolute;
    z-index: 10;
    top: -1px;
    left: 0;
    width: 200px;
    height: 200px;
    background: url(img/mask.png) no-repeat;
    background-position: left top;
    background-size: contain;
  }
}
.navi li {
  list-style: none;
}
.nav-item li a {
  margin-left: 12px;
  color: #000;
  font-size: 12px;
  text-decoration: none;
  letter-spacing: 1.5px;
  transition: 0.5s;
}
@media screen and (min-width:768px) {
  header.scroll-nav {
    padding: 10px 15px;
  }
}
header.scroll-nav .logo, header.scroll-nav ul li a {
  color: #AAB7AE;
}
header.scroll-nav .nav-item {
  display: flex;
}
.header_side {
  position: absolute;
  transform-origin: 0 0 0;
}
@media screen and (min-width:768px) {
  .header_side {
    position: absolute;
    left: 0;
    top: 0;
    /* --------------------------------transform: rotate(90deg);---------------- */
    transform-origin: 0 0 0;
  }
}
.header_catch {
  float: left;
  word-break: keep-all;
  line-height: 12px;
  padding: 0 0 0 30px;
  /* color: #AAB7AE; */
}
.header_side img {
  width: 90px;
  float: left;
}
.header_navi_wrap {
  float: right;
}
.header_navi li {
  font-size: 1.1rem;
  margin: 0 30px 0 0;
}
.spans {
  background-image: url(img/zukei/icons.svg);
  background-position: bottom;
  background-repeat: repeat-x;
}
ul.sub-menu {
  margin-left: 20px;
}
/* ------------------------------------------------ */
/*/*navigation　固定
/* ------------------------------------------------ */
#g-nav {
  display: none;
}
#g-nav.panelactive {
  display: block;
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  background: url('img/menupc.jpg') no-repeat;
  background-size: cover;
  background-position: 80% 20%;
}
.header_area {
  position: relative;
}
.gnav_inner {
  position: relative;
  z-index: 1;
  width: calc(100% - 50px);
  height: 100vh;
  margin: auto;
}
@media screen and (min-width:768px) {
  .gnav_inner {
    width: calc(100% - 80px);
  }
}
@media screen and (min-width:960px) {
  .gnav_inner {
    width: calc(100% - 120px);
  }
}
.gnav_inner .gnav_list {
  /* padding: 45px 0 0 75px; */
  width: 90%;
  margin: 0 auto;
  padding-top: 120px;
  border: 4px solid #000;
  background-color: #fff;
  padding: 1.5rem;
  box-shadow: 10px 10px 0 #000;
  font-family: "Arial", sans-serif;
  margin-left: auto;
  margin-right: auto;
  margin-top: 120px;
}
@media screen and (min-width:960px) {
  .gnav_inner .gnav_list {
    width: 90%;
  }
}
.gnav_inner .gnav_list > ul {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  /* width: 50%; */
  background-color: #fff;
  opacity: 1;
  /* background-image: linear-gradient(#000 1.8px, transparent 1.8px), linear-gradient(to right, #000 1.8px, #fff 1.8px); */
  background-size: 36px 36px;
}

@media screen and (min-width: 960px) {
    .nav-item {
        padding: 50px;
    }
}
.nav-item {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    /* width: 50%; */
    background: #fff;
    border-radius: 30px;
    padding: 20px;
    /* box-shadow: inset 0 0 0 1px #000000, 10px -10px 0 -1px rgb(255, 255, 255), 10px -10px 0 #000, 20px -20px 0 -1px rgb(255, 255, 255), 20px -20px 0 #000, 30px -30px 0 -1px rgb(255, 255, 255), 30px -30px 0 #000; */
}
.gnav_inner .gnav_list > ul > li {
  background: #fff;
  margin-right: 50px;
}
.gnav_list .menu-item-description {
  padding: 20px;
}
ol {
  padding-bottom: 50px;
  padding-top: 20px;
}
.gnav_inner .gnav_list > ul > li > a {
  display: block;
  line-height: 1em;
  font-size: 18px;
  width: 100%;
  padding: 25px 0;
}
.gnav_inner .gnav_list > ul > li > a > span {
  display: block;
  font-size: 13px;
  line-height: 1.7em;
  margin-bottom: 10px;
  padding-top: 12px;
}
@media screen and (max-width: 768px) {
  .gnav_inner .gnav_list {
    margin-left: 0;
  }
  .gnav_inner .gnav_list > ul {
    display: block;
  }
  .gnav_inner .gnav_list > ul > li {
    /* width: 150px; */
    margin-right: 0;
    /* border-bottom: 1px solid #000; */
  }
  .gnav_inner .gnav_list > ul > li > a > span {
    line-height: 1.5em;
  }
}
.g-nav_filter {
  background-color: rgba(0, 0, 0, 0.6);
}
.circle-bg {
  position: fixed;
  z-index: 9;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  border-radius: 50%;
  background: #fff;
  transform: scale(0);
  right: -18px;
  bottom: -18px;
  transition: all .6s;
}
.circle-bg.circleactive {
  transform: scale(50);
}
.openbtn.openwaku {
  position: fixed;
  bottom: 0;
  right: 0;
  width: 120px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 29999;
}
.openbtn.openwaku .openbtn-area {
  transition: all .4s;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  /* flex: 1; */
  position: relative;
}
.openbtn.openwaku span {
  display: block;
  background: #AAB7AE;
  width: 3px;
  height: 27px;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  z-index: 9999;
  height: 1px;
  width: 30px;
  background: #222222;
  display: block;
  margin: 4px;
  border-radius: 2px;
}
.openbtn span:nth-of-type(1) {
  width: 1px;
  height: 50px;
  left: 0;
  position: absolute;
  top: -25px;
}
.openbtn span:nth-of-type(2) {
  width: 50px;
  height: 1px;
  left: -25px;
  position: absolute;
}
.openbtn.openwaku::before {
  content: "";
  position: absolute;
  z-index: 10;
  bottom: -1px;
  right: 0;
  width: 150px;
  height: 150px;
  background: url(img/mask-bottom.png) no-repeat;
  background-position: left top;
  background-size: contain;
	pointer-events: none;
}
@media screen and (min-width:768px) {
  .openbtn.openwaku::before {
    content: "";
    position: absolute;
    z-index: 10;
    bottom: -1px;
    right: 0;
    width: 180px;
    height: 180px;
    background: url(img/mask-bottom.png) no-repeat;
    background-position: left top;
    background-size: contain;
	  pointer-events: none;
  }
}
.menu-item_wrap {
    display: flex; 
	flex-wrap: wrap;
    position: absolute;
    top: 0;
    left: 0;
    /* padding: 3rem 1rem 1rem; */
    width: 100vw;
    min-height: 100vh;
    text-align: center;
    background-color: white;
      /* opacity: 0;  /* 
      /* transform: translateY(-100%); */
    transition: opacity 0.45s 0.45s ease, transform 0s 1.2s;
    overflow-y: scroll;
	background-color: #ebf7e6;
opacity: 1;
background-image: linear-gradient(to right, #ebf745, #ebf745 5px, #ebf7e6 5px, #ebf7e6 );
background-size: 10px 100%;
}
 .menu-items {
	     display: inline-block;
    vertical-align: top;
    /* padding: 0px 26px 26px; */
    border: 1px solid #000;
    box-shadow: 10px 10px 0 #000;
    width: calc(50% - 5px);
}
@media screen and (min-width: 960px) {
 .menu-items {
	   padding: 0px 26px 26px;
    width: calc(33.3333% - 62px);
  }
}
 .menu-items ul li  p{font-family: "Barrio", system-ui;
  font-weight: 400;
	 font-size:2rem;
	 font-style: normal;
  font-family: "Darumadrop One", sans-serif;
  font-weight: 400;
  font-style: normal;}
.section {
  position: relative;
  /* height: 120vh; */
  /* z-index:1; */
}

.topimages{
	position: relative;
	transition: opacity 0.8s ease-out;
}
/*.topimages::after {
  content: "";
  display: block;
  width: 100%;
  position: absolute;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 1;
  bottom: 0%;
  height: 0;
  padding-top: 25%;
  background-image: url(img/topimagesnami.png);
  background-position: 50% 100%;
} */
.button {
  background-color: white;
  color: black;
  border-radius: 10em;
  font-size: 0.8rem;
  font-weight: 600;
  padding: 0.4em 2em;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  border: 1px solid black;
  box-shadow: 0 0 0 0 black;
  display: inline-block;
  font-family: "Jost", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.2em;
}
.button:hover {
  transform: translateY(-4px) translateX(-2px);
  box-shadow: 2px 5px 0 0 black;
}
.button:active {
  transform: translateY(2px) translateX(1px);
  box-shadow: 0 0 0 0 black;
}
@media screen and (min-width: 960px) {
  .button {
    font-size: 1rem;
  }
}
.button a{
	    font-family: "Darumadrop One", sans-serif;
    /* font-weight: 400; */
    font-style: normal;
}
.jost{
	  font-family: "Jost", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}
.button::after {
  content: "→";
  display: inline-block;
  margin-left: 1em;
  font-size: 1.4em;
  vertical-align: middle;
  transition: transform 0.3s ease-in-out;
}
.button:hover::after {
  transform: translateX(4px);
}
a {
  color: #000;
  text-decoration: none;
  outline: none;
}
img {
  max-width: 100%;
  height: auto;
}
.section {
  margin-bottom: 150px;
}

  .section {
    margin-bottom: 100px;
    margin-top: -20%;
    padding-top: 20%;
    padding-bottom: 100px;
  }
@media screen and (min-width: 768px) {
	  .section {
    margin-bottom: 200px;
    margin-top: -20%;
    padding-top: 20%;
    padding-bottom: 200px;
  }

  .pccenter {
    text-align: center;
  }
}
.relative {
  position: relative;
}
@media screen and (min-width: 960px) {
  .pccenter {
    text-align: center;
  }
}

/* ------------------------------------------------ */
/*/*sp pc 切り替え
/* ------------------------------------------------ */
.pc {
  display: block;
}
.sp {
  display: none;
}
/*-- スマホ版表示CSS  --*/
@media screen and (max-width: 767px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
}
/* ------------------------------------------------ */
/*/*width設定
/* ------------------------------------------------ */
.widt100 {
  width: 100%;
}
.w90pc80 {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 960px) {
  .w90pc80 {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
}
.w90pc80s {
  width: 90%;
  margin-left: auto;
}
@media screen and (min-width: 960px) {
  .w90pc80s {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
}
.w90pc60 {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 960px) {
  .w90pc60 {
    width: 60%;
    margin-left: auto;
    margin-right: auto;
  }
}
.w80pc60 {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 960px) {
  .w80pc60 {
    width: 60%;
    margin-left: auto;
    margin-right: auto;
  }
}
.w90pc50 {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 960px) {
  .w90pc50 {
    width: 50%;
    margin-left: auto;
    margin-right: auto;
  }
}
.w90pc70 {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 960px) {
  .w90pc70 {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
  }
}
.w60pc30 {
  width: 60%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 960px) {
  .w60pc30 {
    width: 30%;
    margin-left: auto;
    margin-right: auto;
  }
}
.w60 {
  width: 60%;
  margin-left: auto;
  margin-right: auto;
}
.secmar {
  margin-bottom: 12vw;
}
.mb100 {
  margin-bottom: 100px;
}
.mb200 {
  margin-bottom: 200px;
}
.mb5 {
  margin-bottom: 5px;
}
.mt10 {
  margin-top: 10px;
}
.mb30 {
  margin-bottom: 30px;
}
.mb50 {
  margin-bottom: 50px;
}
.mb80 {
  margin-bottom: 80px;
}
.mb150 {
  margin-bottom: 150px;
}
.mb21vw {
  margin-bottom: 21vw;
}
@media screen and (min-width: 960px) {
  .pcmb80 {
    margin-bottom: 80px;
  }
}
.mt100 {
  margin-top: 100px;
}
.mt-3 {
  margin-top: -3%;
}
.mt200 {
  margin-top: 200px;
}
.mt50 {
  margin-top: 50px;
}
.mt30 {
  margin-top: 30px;
}
.pb100 {
  padding-bottom: 100px;
}
.pb50 {
  padding-bottom: 50px;
}
.pb30 {
  padding-bottom: 30px;
}
.pt200 {
  padding-top: 200px;
}
.pt100 {
  padding-top: 100px;
}
.pt10 {
  padding-top: 10px;
}
.pb10 {
  padding-bottom: 10px;
}
.pb10 {
  padding-bottom: 10px;
}
.pt30 {
  padding-top: 30px;
}
.pt50 {
  padding-top: 50px;
}
.pb14vw {
  padding-bottom: 14vw
}
@media screen and (min-width: 769px) {
  .pcpt200 {
    padding-top: 200px;
  }
}
.ft12 {
  font-size: 1.2rem;
}
section{
	position: relative;
}
/* ------------------------------------------------ */
/*/*見出し
/* ------------------------------------------------ */
h2 {
  font-size: 30px;
}
.h2 {
  font-size: 2rem;
}
@media screen and (min-width: 769px) {
  .h2 {
    font-size: 4.5rem;
    position: relative;
    /* margin-bottom: 50px; */
  }
  h2 {
    font-size: 2rem;
  }
}
h3 {
  font-size: 1.8rem;
}
@media screen and (min-width: 768px) {
  h3 {
    font-size: 2.3rem;
  }
}
@media screen and (min-width:960px) {
  h3 {
    font-size: 3rem;
  }
}

/*ーーーーーーーーーーsection１つ目ーーーーーーーーーーー*/
/* 最初はスクロール禁止 */
body.lock-scroll {
  overflow: hidden;
  height: 100vh;
}
.topimg {
  position: relative;
	
}
.circle-effect {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
   background: #00A75A; 
    border-radius: 50%;
    transform: translate(-50%, -50%);
    z-index: 4; /* マスクが前面に来るようにする */
    opacity: 0; /* 初期状態で非表示 */
}

.topimages { 	width: 100%;aspect-ratio: 392 / 852;
object-fit: cover;
}
.topimages img{ aspect-ratio: 392 / 852;
object-fit: cover;
}
.topimg::after {
  content: "";
  display: block;
  width: 100%;
  position: absolute;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 1;
  bottom: 0%;
  height: 0;
  padding-top: 25%;
  background-image: url(img/sita.png);
  background-position: 50% 100%;
}  .top2 img {mask-image: url("img/アセット 1ka.svg"); /*マスクレイヤーとして使用する画像*/
  -webkit-mask-image: url("img/アセット 1ka.svg");
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
	  mask-position: center;}
.topimages img{
	width:100%;
}
.toptitle {
  width:100%;
  position: absolute;
	top: calc((325/852)*100%);
	position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
  pointer-events: none;
  z-index: 3;
	pointer-events: none;}
.topdraw {
    position: relative;
    aspect-ratio: 392 / 852;
    object-fit: cover;
}
@media screen and (min-width: 960px) {
	.topimages { aspect-ratio: 1920 / 1200;
object-fit: cover;
}	.topimages img { aspect-ratio: 1920 / 1200;
object-fit: cover;
}
.toptitle {
  width: 46.38%;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  z-index: 3;
  pointer-events: none;
	}
.topdraw{
	position:relative;
	aspect-ratio:1920/1200;
	object-fit: cover;
}
}

.grinner {
  background: #00a75a;
}

.circle-effect {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    background-color: white;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    z-index: 4; /* マスクが前面に来るようにする */
    opacity: 0; /* 初期状態で非表示 */
}

.topimg {
	background: #00c6fe;
    position: relative;
    /*z-index: 3;  マスクの後ろに配置 */
    clip-path: circle(0% at 50% 50%); /* 初期状態で見えない */
    transition: clip-path 0.3s ease-out; /* スムーズな切り替え */
    opacity: 0; /* 初期状態で非表示 */
}


.topdraw1 {
    position: absolute;
    width: calc((185.96 / 392) * 100%);
    left: calc((183.97 / 392) * 100%);
    top: calc((90.65 / 852) * 100%);
	z-index: 2;}


.topdraw2 {
    position: absolute;
    width: calc((156.69 / 392) * 100%);
    left: calc((5.86 / 392) * 100%);
    top: calc((117.89 / 852) * 100%);
    z-index: 2;
}

.topdraw3{
	position: absolute;
width: calc((130 / 392) * 100%);
    left: calc((159 / 392) * 100%);
    top: calc((499 / 852) * 100%);
	z-index: 2;
}
.topdraw4{
	position: absolute;
	width: calc((84/392)*100%);
	left: calc((10/392)*100%);
	top: calc((523/852)*100%);
	z-index: 2;
}
.topdraw5{
	position: absolute;
	width: calc((105.32/392)*100%);
	left: calc((257.89/392)*100%);
	top: calc((597.07/852)*100%);
	z-index: 2;
}
.topdraw6{
	position: absolute;
	width: calc((118.8/392)*100%);
	left: calc((233.8/392)*100%);
	top: calc((589.03/852)*100%);
	z-index: 2;
}




.topdraw7 {
    transform: rotate(-45deg);
    position: absolute;
    width: calc((189.12 / 392) * 100%);
    left: calc((141.44 / 392) * 100%);
    top: calc((258.19 / 852) * 100%);
    z-index: 2;
 
}
.topdraw8{
	position: absolute;
	width: calc((374.09/392)*100%);
	left: calc((1.98/392)*100%);
	top: calc((693.38/852)*100%);
	z-index: 2;
}
.topdraw9{
	position: absolute;
	width: calc((83/1920)*100%);
	left: calc((8/1920)*100%);
	top:calc((753.38/852)*100%);
	z-index: 2;
}
.topdraw10{
	position: absolute;
	width: 0;
	left: calc((280.56/392)*100%);
	top: calc((161.26/852)*100%);
	z-index: 2;
}
.topdraw11{
	position: absolute;
	width: 0;
	left: calc((12.45/392)*100%);
	top: calc((321.14/852)*100%);
	z-index: 2;
}


.topdraw12 {
transform: scale(-1, 1);
    position: absolute;
    width: calc((30 / 392) * 100%);
    left: calc((185 / 392) * 100%);
    top: calc((794 / 852) * 100%);
	z-index:2;

}

.topdraw13 {
    position: absolute;
    width: calc((128.8 / 392) * 100%);
    left: calc((5.14 / 392) * 100%);
    top: calc((555.84 / 852) * 100%);
		z-index: 2;}
.topdraw14{
	position: absolute;
	width: calc((106.69/392)*100%);
	left: calc((77.36/392)*100%);
	top: calc((644.92/852)*100%);
	z-index: 2;
}
.topdraw15{
    position: absolute;
    width: calc((35.12 / 392) * 100%);
    left: calc((120.75 / 392) * 100%);
    top: calc((778.26 / 852) * 100%);
	z-index: 2;
}
.topdraw16{
	position: absolute;
	width: calc((41/392)*100%);
	left: calc((311/392)*100%);
	top: calc((542/852)*100%);
	z-index: 2;
	/* transform: rotate(-345deg); */
	transform: scale(-1, 1);
}
.topdraw17{
	position: absolute;
	width: calc((54.75/392)*100%);
	left: calc((94.36/392)*100%);
	top: calc((335.31/852)*100%);
	z-index: 2;
}
.topdraw18{
	position: absolute;
	width: calc((74/392)*100%);
	left: calc((0/392)*100%);
	top: calc((723/852)*100%);
	z-index: 2;
}
.topdraw19{
	position: absolute;
    width: calc((170 / 392) * 100%);
    left: calc((224 / 392) * 100%);
    top: calc((-506 / 852) * 100%);

	z-index: 2;
}
.topdraw20{
	position: absolute;
    position: absolute;
    width: calc((149 / 392) * 100%);
    left: calc((-11 / 392) * 100%);
    top: calc((-457 / 852) * 100%);
	z-index: 2;
}

@media screen and (min-width: 960px) {
.topdraw1{
	position: absolute;
        width: calc((458.48 / 1920) * 100%);
        left: calc((1305.09 / 1920) * 100%);
        top: calc((543 / 1200) * 100%);
	transform:rotate(45deg);
	z-index: 2;
}
.topdraw2{
	position: absolute;
        width: calc((453.86 / 1920) * 100%);
        left: calc((11 / 1920) * 100%);
        top: calc((69 / 1200) * 100%);
	z-index: 2;
}
.topdraw3{
	position: absolute;
width: calc((308 / 1920) * 100%);
        left: calc((438 / 1920) * 100%);
        top: calc((427 / 1200) * 100%);
	z-index: 2;
}
.topdraw4{
	position: absolute;
	width: calc((204.19/1920)*100%);
	left: calc((143/1920)*100%);
	top: calc((828.47/1200)*100%);
	z-index: 2;
}
.topdraw5{
	position: absolute;
        width: calc((349.05 / 1920) * 100%);
        left: calc((50 / 1920) * 100%);
        top: calc((401.51 / 1200) * 100%);
	z-index: 2;
}
.topdraw6{
	position: absolute;
	width: calc((249.05/1920)*100%);
	left: calc((750/1920)*100%);
	top: calc((831.51/1080)*100%);
	z-index: 2;
}
.topdraw7{
        position: absolute;
        width: calc((330.12 / 1920) * 100%);
        left: calc((850.94 / 1920) * 100%);
        top: calc((448.08 / 1200) * 100%);
        z-index: 2;
        transform: rotate(-15deg);
	z-index: 2;
}
.topdraw8{
        position: absolute;
        width: calc((1008.15 / 1920) * 100%);
        left: calc((480 / 1920) * 100%);
	top: calc((693.38/1200)*100%);
  
	z-index: 2;
}
.topdraw9{
	position: absolute;
	width: calc((183/1920)*100%);
	left: calc((1653/1920)*100%);
	top: calc((14/1200)*100%);
	z-index: 2;
}
.topdraw10{
	position: absolute;
	width: calc((197.06/1920)*100%);
	left: calc((148/1920)*100%);
	top: calc((898/1080)*100%);
	z-index: 2;
}
.topdraw11{
	position: absolute;
	width: calc((248.98/1920)*100%);
	left: calc((1259.37/1920)*100%);
	top: calc((890.29/1200)*100%);
	z-index: 2;
}




    .topdraw12 {
        transform: scale(-1, 1);
        position: absolute;
        width: calc((104 / 1920) * 100%);
        left: calc((1098 / 1920) * 100%);
        top: calc((899 / 1200) * 100%);
}
.topdraw13{
	position: absolute;
        width: calc((430 / 1920) * 100%);
        left: calc((1427 / 1920) * 100%);
        top: calc((64 / 1200) * 100%);
	z-index: 2;
}
.topdraw14{
        position: absolute;
        width: calc((323.86 / 1920) * 100%);
        left: calc((1459 / 1920) * 100%);
	top: calc((540/1200)*100%);
	z-index: 2;
}
.topdraw15{
        position: absolute;
        width: calc((120.12 / 1920) * 100%);
        left: calc((855 / 1920) * 100%);
        top: calc((951 / 1200) * 100%);
	z-index: 2;
}
.topdraw16{
	position: absolute;
	width: calc((104/1920)*100%);
	left: calc((1393/1920)*100%);
	top: calc((867/1200)*100%);
	z-index: 2;
}
.topdraw17{
	position: absolute;
	width: calc((174/1920)*100%);
	left: calc((393/1920)*100%);
	top: calc((867/1200)*100%);
	z-index: 2;
}
.topdraw18{
	position: absolute;
	width: calc((104/1920)*100%);
	left: calc((593/1920)*100%);
	top: calc((867/1200)*100%);
	z-index: 2;
}
.topdraw19{
	position: absolute;
position: absolute;
        width: calc((604 / 1920) * 100%);
        left: calc((1293 / 1920) * 100%);
        top: calc((-367 / 1200) * 100%);
	z-index: 2;
}
.topdraw20{
	position: absolute;
        position: absolute;
        width: calc((664 / 1920) * 100%);
              left: calc((-43 / 1920) * 100%);
        top: calc((-507 / 1200) * 100%);
}
}
.one {
  animation: ugoku1 4s;
}
@keyframes ugoku1 {
  0%, 15% {
    opacity: 0;
  }
  15%, 25% {
    transform: none;
    animation-timing-function: cubic-bezier(1,-1.92,.95,.89);
 
    top: calc(50% - 2em);
    left: calc(50% - 2em);
    opacity: 1;
  }
  35%, 45% {
    transform: translateX(8em);
 
    top: calc(50% - 3em);
    animation-timing-function: linear;
    opacity: 1;
  }
  70%{
    transform: translateX(8em) translateY(5em);
 
    top: calc(50% - 3em);
    opacity: 0;
  }
	100%{
		transform:none;
	}
}
.bounce{
	  animation: bounce 6s linear;
  border-radius: 50%;
  position: relative;
  left: auto;
  top: auto;
}
@keyframes bounce {
  0% {
    transform: translateY(-8em);
    animation-timing-function: cubic-bezier(.51,.01,.79,.02);
  }
  15% {
    transform: translateY(8em);
    animation-timing-function: cubic-bezier(.19,1,.7,1);
  }
  45% {
    transform: translateY(-4em);
    animation-timing-function: cubic-bezier(.51,.01,.79,.02);
  }
  100% {
    transform: translateY(0em);
    animation-timing-function: cubic-bezier(.19,1,.7,1);
  }
  
}
/*ーーーーーーーーーーsection2つ目ーーーーーーーーーーー*/
.hcolor {
  background: #9af400;
  font-size: 1.8rem;
  /* margin-top: -3rem; */
  color: #fff;
}
.draw1 {
  position: absolute;
  position: absolute;
  width: calc((107 / 393)* 100%);
  left: calc((55 / 393)* 100%);
  top: calc((1267 / 1500)* 100%);
  z-index: 2;
	pointer-events:none;
}.draw1s {
    position: absolute;
    width: calc((107 / 393) * 100%);
    left: calc((25 / 393) * 100%);
        top: calc((2567 / 1500) * 100%);
    z-index: 2;
}
@media screen and (min-width: 960px) {
	.hcolor {
  background: #9af400;
  font-size: 3rem;
  /* margin-top: -3rem; */
  color: #000;
}
  .draw1 {
    position: absolute;
    position: absolute;
    width: calc((307 / 1920)* 100%);
    left: calc((1255 / 1920)* 100%);
    top: calc((1667 / 1500)* 100%);
    z-index: 2;
  }
	  .draw1s {
    position: absolute;
    position: absolute;
    width: calc((307 / 1920)* 100%);
    left: calc((1255 / 1920)* 100%);
    top: calc((1667 / 1500)* 100%);
    z-index: 2;
  }
}
/*ーーーーーーーーーーsectionnewsーーーーーーーーーーー*/
.bg-pattern-2{
background-image: url("data:image/svg+xml,<svg id='patternId' width='100%' height='100%' xmlns='http://www.w3.org/2000/svg'><defs><pattern id='a' patternUnits='userSpaceOnUse' width='80' height='28' patternTransform='scale(3) rotate(140)'><rect x='0' y='0' width='100%' height='100%' fill='%2300c6feff'/><path d='M-20.133 4.568C-13.178 4.932-6.452 7.376 0 10c6.452 2.624 13.036 5.072 20 5 6.967-.072 13.56-2.341 20-5 6.44-2.659 13.033-4.928 20-5 6.964-.072 13.548 2.376 20 5s13.178 5.068 20.133 5.432'  stroke-width='1' stroke='hsla(20,97.8%,82.4%,1)' fill='none'/></pattern></defs><rect width='800%' height='800%' transform='translate(0,-57)' fill='url(%23a)'/></svg>");
	
  background-repeat: repeat;
  background-size: 240px auto;
  animation: movePattern 30s linear infinite;
}

@keyframes movePattern {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 240px 240px;
  }
}
.pkcolor {
  background: #D4A7AF;
  /* margin-top: -3rem; */
  /* color: #fff; */
}
.cardlists {
  /* width: 90%; */
  border: 4px solid #000;
  background-color: #fff;
  box-shadow: 10px 10px 0 #000;
  margin-left: auto;
  margin-right: auto;
	padding:1rem;
}
@media screen and (min-width: 960px) {
	.cardlists {
  padding: 1.5rem;
	}}

.cardlists > ul > li > .timefont::before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 10px;
    background: url(img/blob.svg) no-repeat;
    background-size: contain;
    vertical-align: middle;
    margin-right: 10px;
}
.draw2 {
  position: absolute;
  position: absolute;
  width: calc((107 / 393)* 100%);
  left: calc((25 / 393)* 100%);
	  top: calc((1267 / 1500)* 100%);
  z-index: 2;
}
.draw2s {
  position: absolute;
  position: absolute;
  width: calc((107 / 393)* 100%);
  left: calc((155 / 393)* 100%);
   bottom:0;
  z-index: 2;
	pointer-events:none;
}
@media screen and (min-width: 960px) {
  .draw2 {
        position: absolute;
        width: calc((307 / 1920) * 100%);
        left: calc((25 / 1920) * 100%);
        top: calc((1267 / 1500) * 100%);
  }
	  .draw2s {
    position: absolute;
    position: absolute;
    width: calc((407 / 1920)* 100%);
    left: calc((1255 / 1920)* 100%);
    bottom:-14%;
    z-index: 2;
  }
}
.ufo-light {
  position: absolute;
  bottom: -30%;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 120px;
  background: radial-gradient(ellipse at center, rgba(255,255,200,0.6), transparent 80%);
  filter: blur(10px);
  opacity: 0.5;
  pointer-events: none;
  z-index: 1;
}
/*ーーーーーーーーーーsectionartistーーーーーーーーーーー*/
.bg-pattern-3{
background-image: url("data:image/svg+xml,<svg id='patternId' width='100%' height='100%' xmlns='http://www.w3.org/2000/svg'><defs><pattern id='a' patternUnits='userSpaceOnUse' width='40' height='20' patternTransform='scale(1) rotate(0)'><rect x='0' y='0' width='100%' height='100%' fill='%2303a9f4ff'/><path d='M-10 7.5l20 5 20-5 20 5'  stroke-linecap='square' stroke-width='1' stroke='%23ffffffff' fill='none'/></pattern></defs><rect width='800%' height='800%' transform='translate(0,0)' fill='url(%23a)'/></svg>");
	  background-repeat: repeat;
  background-size: 80px 40px; /* patternのscaleに応じて適切に調整 */
	  animation: movePattern3 20s linear infinite;
}

@keyframes movePattern3 {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 80px 40px;
  }
}
/*.plane {
    position: absolute;
   width: 38%;
  transform: rotate(-10deg);
  aspect-ratio: 300/133;
  z-index: 99;
   
top:0;
}*/
.plane {
  position: fixed;
  top: 0;
  left: 0;
   width: 38%;
  aspect-ratio: 300/133;
  /* transform: rotate(-10deg); ← ❌これ消す */
  z-index: 99;
  pointer-events: none;
}
.plane-container {
  position: absolute;
  top: 10%;
  left: -20%;
  width: 10%;
  z-index: 15;
}

.tabs {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.tabs li {
  /* border-bottom: 2px solid #0b367f; */
  position: relative;
}
.tabs li a {
  /* color: #0b367f; */
  /* border-bottom: 1px solid #0b367f; */
  font-size: 16px;
  /* position: absolute; */
  text-align: center;
  padding: 15px 5px 10px;
  cursor: pointer;
	    font-family: "Darumadrop One", sans-serif;
    /* font-weight: 400; */
    font-style: normal;
}
@media screen and (min-width:769px) {
  .tabs li a {
    padding: 10px 20px;
  }
}
.tabs li a.button:hover {
  background: #E95512;
  color: #fff;
}

.area {
  display: none;
  opacity: 0;
  /* background: #fff; */
  padding: 20px 10px;
  /* border: 1px solid; */
  border-radius: 50px;
}
.area.is-active {
  display: block;
  animation-name: displayAnime;
  animation-duration: 2s;
  animation-fill-mode: forwards;
}
@keyframes displayAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.cards {
  display: flex;
  flex-wrap: wrap;
}
.card_item {
  /* padding: 56px 0 0 56px; */
  width: 33.333%;
}
@media (max-width: 767px) {
  .card_item {
    width: 50%;
  }
}
.card_thumbnail {
  position: relative;
  /* margin-bottom: calc(20 / 1440 * 100vw); */
  /* border: 1px solid currentColor; */
  /* border-radius: 0 20px 20px 20px; */
  overflow: hidden;
  /* box-shadow: 8px 8px 0 0 #ffd2bf; */
  /* border: 4px solid #000; */
  background-color: #fff;
  /* padding: 1.5rem; */
  /* box-shadow: 10px 10px 0 #000; */
  aspect-ratio: 1/1;
}
.thumbnailimage img {
  /* position: absolute; */
  /* left: -2px; */
  /* top: -2px; */
  /* width: calc(100% + 4px); */
  /* height: calc(100% + 4px); */
  aspect-ratio: 1/1;
}
.card_thumbnail::before {
  /* content: ""; */
  /* display: block; */
  /* padding-top: 100%; */
}
.card_thumbnail .thumbnailimage img {
  -o-object-fit: cover;
  object-fit: cover;
}
.card_meta {
  /* display: flex; */
  /* flex-wrap: wrap; */
  /* font-size: 1.3rem; */
  /* line-height: 1.25; */
  /* align-items: center; */
  /* margin-top: 20px; */
}
.card_title {
  position: relative;
  margin-top: calc(8 / 1440 * 100vw);
  overflow: hidden;
  font-size: 0.9rem;
  letter-spacing: 0.1rem;
  line-height: 1.6;
  word-break: break-all;
  text-align: center;
  /* background: #C1CEDE; */
}
@media (min-width: 960px) {
  .card_title {
    font-size: 1.0rem;
  }
}
.card_titlewaku{/* background: #F5E0A9; *//* border: 1px solid #000; *//* border-radius: 10% 2%; *//* box-shadow: 10px 10px 0 #000; */padding: 10px;margin-bottom:20px;}

/*ーーーーーーーーーーsection shopーーーーーーーーーーー*/
.bg-pattern-shop{background-color: #c2cede;
opacity: 1;
background-size: 40px 40px;
	background-image: repeating-linear-gradient(45deg, #77ff02 0, #77ff02 4px, #c2cede 0, #c2cede 50%);}


.draw3 {
    position: absolute;
    position: absolute;
    width: calc((107 / 393) * 100%);
    left: calc((55 / 393) * 100%);
 top: calc((17 / 1500) * 100%);
    z-index: 2;
	pointer-events: none;
}
@media screen and (min-width: 960px) {
  .draw3 {
    position: absolute;
    position: absolute;
    width: calc((407 / 1920)* 100%);
    left: calc((1055 / 1920)* 100%);
top: calc((1267 / 1500)* 100%);
    z-index: 2;
  }
}

.bg-pattern-4{
background-color: #00a4f3;
opacity: 1;
background-size: 29px 29px;
background-image: repeating-linear-gradient(45deg, #FF9FE0 0, #FF9FE0 2.9000000000000004px, #00a4f3 0, #00a4f3 50%);
}
/*ーーーーーーーーーーsection accessーーーーーーーーーーー*/
.bg-pattern-5{
background-image: url("data:image/svg+xml,<svg id='patternId' width='100%' height='100%' xmlns='http://www.w3.org/2000/svg'><defs><pattern id='a' patternUnits='userSpaceOnUse' width='40' height='20' patternTransform='scale(2) rotate(0)'><rect x='0' y='0' width='100%' height='100%' fill='%23ffeb3bff'/><path d='M-10 7.5l20 5 20-5 20 5'  stroke-linecap='square' stroke-width='1' stroke='%2303a9f4ff' fill='none'/></pattern></defs><rect width='800%' height='800%' transform='translate(0,0)' fill='url(%23a)'/></svg>");
	  animation: movePattern5 25s linear infinite;
}

@keyframes movePattern5 {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 40px 40px;
  }
}
.gmap {
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
}
.gmap iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 2;
}
.bg-pattern-6{
background-image: url("data:image/svg+xml,<svg id='patternId' width='100%' height='100%' xmlns='http://www.w3.org/2000/svg'><defs><pattern id='a' patternUnits='userSpaceOnUse' width='80' height='20' patternTransform='scale(4) rotate(165)'><rect x='0' y='0' width='100%' height='100%' fill='%23fec3a6ff'/><path d='M-20.133 4.568C-13.178 4.932-6.452 7.376 0 10c6.452 2.624 13.036 5.072 20 5 6.967-.072 13.56-2.341 20-5 6.44-2.659 13.033-4.928 20-5 6.964-.072 13.548 2.376 20 5s13.178 5.068 20.133 5.432'  stroke-width='1' stroke='%2303a9f4ff' fill='none'/></pattern></defs><rect width='800%' height='800%' transform='translate(-180,-408)' fill='url(%23a)'/></svg>");
	  background-repeat: repeat;
  background-size: 320px 80px; /* 80x20 pattern × scale(4) */
  animation: movePattern6 30s linear infinite;
}
.bg-pattern-7{
background-image: url("data:image/svg+xml,<svg id='patternId' width='100%' height='100%' xmlns='http://www.w3.org/2000/svg'><defs><pattern id='a' patternUnits='userSpaceOnUse' width='40' height='20' patternTransform='scale(7) rotate(45)'><rect x='0' y='0' width='100%' height='100%' fill='%23ffeb3bff'/><path d='M-4.798 13.573C-3.149 12.533-1.446 11.306 0 10c2.812-2.758 6.18-4.974 10-5 4.183.336 7.193 2.456 10 5 2.86 2.687 6.216 4.952 10 5 4.185-.315 7.35-2.48 10-5 1.452-1.386 3.107-3.085 4.793-4.176'  stroke-width='1' stroke='%2303a9f4ff' fill='none'/></pattern></defs><rect width='800%' height='800%' transform='translate(0,0)' fill='url(%23a)'/></svg>");

}
.section6 .wp-block-image{
	background:#fff;
	border:1px solid #000;
	margin-bottom:10px;
}
@keyframes movePattern6 {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 320px 80px;
  }
}
/*ーーーーーーーーーー投稿ーーーーーーーーーー*/

.waku {
  background: #fff;
  padding: 50px 19px;
  border: 1px solid #000;
  /* border: 2px dashed #000; */
  /* border-radius: 15px; */
  background-color: #ccc;
  /* box-shadow: 0 10px 25px 0 rgba(0, 0, 0, .5); */
  position: relative;
  background-color: rgba(255, 255, 255, 0.8);
}
.fukidashi {
  position: relative;
  /* padding: 30px 20px; */
  margin-left: auto;
  margin-right: auto;
  font-size: 1.2rem;
  padding: 15px 10px;
  margin-left: auto;
  margin-right: auto;
  font-weight: 700;
  text-align: center;
  /* background-color: #fff; */
  font-weight: 400;
  font-style: normal;
  /* box-shadow: 0 10px 25px 0 rgba(0, 0, 0, .5); */
  /* filter: drop-shadow(10px 10px 5px #000); */
  color: #000;
  /* background-color: rgba(255, 255, 255, 0.8); */
}
@media screen and (min-width:960px) {
  .fukidashi {
	   padding: 30px 20px;
    font-size: 1.8rem;
    width: 60%;
  }
}

.waku .size-full {
  width: 100%;
}

.scrolling-container {
    position: fixed;
    bottom: -20vh; /* 画面外の下からスタート */
    right: 0; /* 右端に配置 */
    width: auto;
    height: 100vh;
    overflow: hidden;
    z-index: -1;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.scrolling-title {
    font-size: 10vw; /* タイトルのサイズを可変 */
    font-weight: bold;
    white-space: nowrap;
    writing-mode: vertical-rl;
    text-orientation: upright;
    opacity: 0.3; /* 透明度を調整 */
    position: absolute;
}

/* ------------------------------------------------ */
/*/* タイル一覧表示　投稿固定共通
/* ------------------------------------------------ */
.single-post{
background-image: url("data:image/svg+xml,<svg id='patternId' width='100%' height='100%' xmlns='http://www.w3.org/2000/svg'><defs><pattern id='a' patternUnits='userSpaceOnUse' width='20' height='20' patternTransform='scale(1) rotate(0)'><rect x='0' y='0' width='100%' height='100%' fill='%23ffffffff'/><path d='M 10,-2.55e-7 V 20 Z M -1.1677362e-8,10 H 20 Z'  stroke-width='1' stroke='%2303a9f4ff' fill='none'/></pattern></defs><rect width='800%' height='800%' transform='translate(0,0)' fill='url(%23a)'/></svg>");}
.cards, .cards2, .cards3 {
  display: flex;
  /* justify-content: space-between; */
  flex-wrap: wrap;
}
.card_item {
  /* padding: 4%; */
  /* width: 30%; */
  width: calc(100% / 3 - 30px);
  margin-bottom: 30px;
  margin: 0.5%;
	    margin-top: 50px;
}
@media (max-width: 959px) {
  .cards2 {
    overflow-x: auto;
    white-space: nowrap;
  }
  .card_item {
    width: 50%;
    /* padding: 26px; */
    display: inline-block;
    vertical-align: top;
    width: calc(50% - 26px);
    margin: 13px;
  }
}
.facility_thumb {
  position: relative;
  overflow: hidden;
}
.facility_thumb img:not(.new-icon) {
aspect-ratio: 153 / 145;
  object-fit: cover;
  width: 100%;
  transition: 0.3s ease;
  mask-image: url("img/sikakudayo.svg"); /* マスクレイヤーとして使用 */
  -webkit-mask-image: url("img/sikakudayo.svg");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.facility_thumb .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4); /* 暗くする */
  color: #fff;
  font-size: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: 0.3s ease;
  pointer-events: none; /* クリックを画像に通す */
}
/* ホバーされた .facility_thumb だけに適用 */
.facility_thumb:hover .overlay {
  opacity: 1;
}
.facility_thumb:hover img {
  transform: scale(1.05);
}
@media only screen and (min-width: 900px) {
  .facility_thumb {
    aspect-ratio: 4/4;
    width: 100%;
  }
}
.facility_thumbs {
  aspect-ratio: 16/9;
  object-fit: cover;
  margin-bottom: 20px;
  width: 100%;
}
.names{
font-family: "Barrio", system-ui;
    font-weight: 400;
    font-size: 2rem;
    font-style: normal;
}
.names a{
	color:#000;
	 font-family: "Barrio", system-ui;
  font-weight: 400;
  font-style: normal;
  font-weight: 400;
  font-style: normal;
}
.names img{display: block;
    margin: 0 auto;
    height: 60px;
    width: auto;} 
.waku {
    background: #fff;
    padding: 50px 19px;
    /* border: 1px solid #000; */
    /* border: 2px dashed #000; */
    border-radius: 15px;
    background-color: #fff;
    box-shadow: 0 0 0 4px #fff, 2px 2px 4px 2px rgba(0, 0, 0, 0.5);
    border-radius: 15px;
    box-shadow: -20px 20px 0px -5px #000;
}
.taglist {
  margin-top: min(1.8vw, 16px);
  font-weight: 500;
  font-style: normal;
}
.taglist li {
  list-style: none;
  display: inline-block;
  z-index: 1;
  margin: 2px 5px;
  padding: 2px 12px;
  border: 1px solid #000;
  border-radius: 100vh;
  font-size: 1rem;
  /* line-height: 1.4; */
  text-align: center;
  /* color: #fff; */
  background: #fff;
  /* font-family: 'Zen Kaku Gothic New', sans-serif; */
}
.taglist li:hover{
	background: #D7FF00;
}.taglist li:hover a{
	color: #000;
}
.posttag a {
  /* font-family: 'Zen Kaku Gothic New', sans-serif; */
  font-size: 1rem;
  list-style: none;
  display: inline-block;
  z-index: 1;
  margin: 2px 1px;
  padding: 2px 12px;
  border: 1px solid gray;
  border-radius: 20px;
  font-size: var(--fz_xxs);
  line-height: 1.4;
  text-align: center;
  font-size: 0.6rem;
  color: gray !important;
  background: #D7FF00;
}
.post-navigation {
  overflow: hidden;
  padding: 12px 10px;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  background: #fff;
  filter: drop-shadow(10px 10px 5px #ccc);
}
.next_post {
  font-size: 1rem;
  /* font-family: "Hind", sans-serif; */
  font-weight: 400;
  font-style: normal;
  float: right;
}
.prev_post {
  font-size: 1rem;
  /* font-family: "Hind", sans-serif; */
  font-weight: 400;
  font-style: normal;
  float: left;
}
ul.wp-block-archives-list.wp-block-archives li a {
  font-family: "Hind", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.0rem;
  /* margin-bottom: 50px; */
  font-weight: 100;
  background: #fff;
}
.wp-block-archives-list {
  display: flex;
}
.wp-block-archives-list li a:after {
  content: '/';
  display: inline-block;
  width: 1rem;
  text-indent: 0;
}
.wp-block-categories-list li a:after {
  content: '/';
  display: inline-block;
  width: 1rem;
  text-indent: 0;
}
body.category{
	background-color: #e6f7f3;
opacity: 0.8;
background-size: 10px 10px;
background-image: repeating-linear-gradient(45deg, #444cf7 0, #444cf7 1px, #e6f7f3 0, #e6f7f3 50%);
}
.posttag a {
    /* font-family: 'Zen Kaku Gothic New', sans-serif; */
    font-size: 1rem;
    list-style: none;
    display: inline-block;
    z-index: 1;
    margin: 2px 1px;
    padding: 2px 12px;
    border: 1px solid gray;
    border-radius: 20px;
    font-size: var(--fz_xxs);
    line-height: 1.4;
    text-align: center;
    font-size: 0.6rem;
    color: gray !important;
    background: #D7FF00;
}
.right {
    text-align: right;
}
@media (min-width: 960px) {
    .categorymimi {
        position: absolute;
        top: 48px;
        right: -35px;
        border: 1px solid #221817;
        /* border-radius: 10px; */
        background-color: #F8F6ED;
        background: #D7FF00;
        padding: 10px 5px;
        z-index: 3;
        color: #262626;
        font-size: 1.6rem;
        writing-mode: vertical-lr;
    }
}

.categorymimi {
    position: absolute;
    top: 90%;
    right: -10px;
    border: 1px solid #221817;
    /* border-radius: 10px; */
    background-color: #F8F6ED;
    background: #F2F3F5;
    padding: 3px;
    z-index: 3;
    color: #262626;
    font-size: 1.2rem;
    writing-mode: vertical-lr;
}
.fukidashi {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  font-weight: 700;
  text-align: center;
  background-color: #fff;
  font-weight: 400;
  font-style: normal;
  /* filter: drop-shadow(10px 10px 5px #000); */
}
.fukidashi {
  /* filter:drop-shadow(5px 5px 0 #000); */
  filter: drop-shadow(10px 10px 5px #ccc);
}
.fukidashi::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border: 12px solid transparent;
  border-top-color: #fff;
  border-left-color: #fff;
  filter: drop-shadow(10px 10px 5px #ccc);
}
body.single-shops{background-color: #87d2fa;
opacity: 1;
background-image:  linear-gradient(#edbebb 1.8px, transparent 1.8px), linear-gradient(to right, #edbebb 1.8px, #87d2fa 1.8px);
	
background-size: 36px 36px;}

.shopparara{
	position:relative;
}
  .shop_wrap {
    padding: 10px;
    width: 90%;
    margin: 0 auto;
    /* background: #fff; */
    background: rgba(255, 255, 255, 0.7);
    border-radius: 30px;
    border: 2px solid #000;
    /* clip-path: polygon(20% 0%, 89% 0, 100% 20%, 100% 80%, 91% 100%, 20% 100%, 0 90%, 0 10%); */
  }
@media (min-width: 960px) {
  .shop_wrap {
    padding: 40px;
    width: 80%;
    margin: 0 auto;
    /* background: #fff; */
    background: rgba(255, 255, 255, 0.7);
    border-radius: 30px;
    border: 2px solid #000;
    /* clip-path: polygon(20% 0%, 89% 0, 100% 20%, 100% 80%, 91% 100%, 20% 100%, 0 90%, 0 10%); */
  }
}
.sisumon {
    position: relative;
    padding: 1rem 1rem 1rem 1.5rem;
    border-radius: 30px;
    background-color: #fff;
    color: #000;
    /* font-weight: bold; */
    font-size: 1.4rem;
    border: 1px solid #000;
}

.sisumon:before,
.sisumon:after {
    position: absolute;
    border-radius: 50%;
    background-color: #fff;
    content: "";
    border: 1px solid #000;
}

.sisumon:before {
    top: 110%;
    left: 40px;
    height: 15px;
    width: 15px;
}

.sisumon:after {
    top: 150%;
    left: 50px;
    height: 10px;
    width: 10px;
}
.kotae {
    position: relative;
    /* padding: 50px; */
    /* border-radius: 50%; */
    border: 2px solid #333;
    background: #fff;
	}
.kotae p{
padding: 5px;

}
.kotae p {
    color: #333;
    line-height: 2.5;
font-size: 1.6rem;
    width: 96%;
    margin: 0 auto;
}
@media screen and (min-width: 960px) {
.kotae {
    position: relative;
    padding: 50px;
    border-radius: 50%;
    border: 2px solid #333;
    background: #fff;
    /* font-size: 2rem; */
	}
.kotae:before {
    /* top: -16%; */
    /* border: 9px solid; */
    /* border-color: transparent; */
    /* border-bottom-color: #333; */
    margin-left: -9px;
}

.kotae:after {
    top: 99%;
    border: 8px solid;
    border-color: transparent;
    /* border-top-color: white; */
    margin-left: -8px;
}

.kotae p {
    color: #333;
    line-height: 2.5;
font-size: 1.6rem;
    width: 80%;
    margin: 0 auto;
}
.kotae:before,
.kotae:after {
    position: absolute;
    left: 50%;
    content: "";
    height: 0;
    width: 0;
    /* top: 0; */
}

}
.sankacomment {
  text-align: center;
  /* margin-top:30px; */
}
.sankacomments {
  position: relative;
  text-align: center;
  border: 2px solid #000;
  background: #fff;
}
.sankacomments:before, .sankacomments:after {
  position: absolute;
  content: '';
}
.sankacomments:before {
  top: -40px;
  left: calc(50% - 40px);
  width: 80px;
  height: 80px;
  border: 2px solid #000;
  border-radius: 50%;
  background: #fff;
}
.sankacomments:after {
  top: 4px;
  left: 4px;
  width: calc(100% - 8px);
  height: calc(100% - 8px);
  border: 2px dashed #000;
  background: #fff;
}
.sankacomments i {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 60px;
  position: absolute;
  z-index: 2;
  top: -40px;
  left: calc(50% - 40px);
  width: 80px;
  height: 60px;
  text-align: center;
}
.sankacomments span {
  position: relative;
  z-index: 1;
  display: block;
  padding: 1.5rem;
}
.sankacomments span:before, .sankacomments span:after {
  position: absolute;
  content: '';
}
.sankacomments span:before {
  top: -34px;
  left: calc(50% - 34px);
  width: 68px;
  height: 40px;
  border: 2px dashed #000;
  border-radius: 50vw 50vw 0 0;
}
.sankacomments span:after {
  position: absolute;
  top: 4px;
  left: calc(50% - 32px);
  width: 64px;
  height: 10px;
  background: #fff;
}
.hitokoto {
  position: relative;
  display: inline-block;
  /* padding: 0 45px; */
  text-shadow: 1px 1px 0 #111, -1px -1px 0 #111, -1px 1px 0 #111, 1px -1px 0 #111, 0px 1px 0 #111, 0 -1px 0 #111, -1px 0 0 #111, 1px 0 0 #111;
  color: #fff;
  border-bottom: 1px solid #000;
  font-size: 1.8rem;
  /* border-bottom: 1px solid #111; */
  text-align: center;
  /* padding: 100px 0; */
  letter-spacing: 0.06em;
  /* border-bottom: 3px solid; */
  margin-bottom: 20px;
  /* border: 1px solid; */
  text-align: center;
}
.hitokotocss {
  /* display: flex; */
  /* justify-content: center; */
  text-align: left;
  /* font-size: 2.4rem; */
}
@media screen and (min-width: 960px) {
  .hitokoto {
    font-size: 2.2rem;
  }
}
.hitokoto:before, .hitokoto:after {
  /* content: ''; */
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 24px;
  height: 1px;
  background-color: black;
  -webkit-transform: rotate(-60deg);
  transform: rotate(-60deg);
}
.hitokoto:before {
  left: 0;
}
.hitokoto:after {
  right: 0;
}


.nameswaku {
    border: 1px solid #000;
    /* border-radius: 30px; */
    padding: 10px;
    background: #fff;
    position: absolute;
    left: 1%;
    writing-mode: vertical-lr;
    top: 20%;
    z-index: 2;
}@media screen and (min-width: 960px) {
    .nameswaku {
border: 1px solid #000;
        /* border-radius: 30px; */
        padding: 10px;
        background: #fff;
        position: absolute;
        left: 5%;
        writing-mode: vertical-lr;
        top: 20%;
        font-size: 2rem;
    }
}
.sns {
  display: flex;
  justify-content: center;
}
.sns li {
  margin: 10px;
}
.sns li i {
  font-size: 30px;
}
/* ------------------------------------------------ */
/*/* footer
/* ------------------------------------------------ */
.footers {
  position: relative;
  
  z-index: 0;

  pointer-events: none;
}

.footer_wrap {
    background: #008ad5;
}

.copyright {
  text-align: center;
  color: #fff;
  font-size: 0.8rem;
}
.footer__navi {
  flex-wrap: wrap;
  margin-bottom: 2rem;
  /* display: inline-block; */
  display: flex;
}
.footer__navi li a {
    color: #fff;
    pointer-events: all;
    font-size: 0.8rem;
	    color: #fff;
    font-size: 1rem;
    pointer-events: all;
    font-family: "Darumadrop One", sans-serif;
    font-weight: 400;
    font-style: normal;
}
.footer__navi li {
  /* display: inline-block; */
}

.footer__navi li {
    margin-right: 16px;
    width: 90%;
}@media(min-width: 960px) {
.footer__navi li {
  margin-right: 16px;
  width: 55%;
	}}
.footer__logo {
  display: inline-block;
  margin-bottom: 1rem;
}
.kotei {
  position: fixed;
  left: calc((624.67 / 800)* 100%);
  left: 0;
  z-index: 99999999999;
  width: calc((190 / 800)* 100%);
  bottom: 38px;
}
.fluffy {
  animation: fluffy 3s infinite;
}
@keyframes fluffy {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-20px);
  }
}

 
/* SVGを上にぴったり */
.footer-border {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  
  z-index: 1; /* 必要に応じて調整 */
  pointer-events: none; /* マウス操作を透過させたい場合 */
	    top: -9%;
}

.footer-border img {
  width: 100%;
aspect-ratio: 1920 / 278;
  object-fit: cover; /* ぴったりはめたい場合 */
  display: block;
}
.footer_wrap {
  padding-top: calc(28/ 1920 * 100vw); /* SVGの高さと同じだけ上にスペースを確保 */
	}
/* フッター本体の内容に余白を追加してSVGがかぶらないようにする */
@media(min-width: 960px) {.footer_wrap {
  padding-top: calc(278/ 1920 * 100vw); /* SVGの高さと同じだけ上にスペースを確保 */
	}}
.footer__navi {
  display: flex;
  justify-content: center; /* これが重要 */
  flex-wrap: wrap;
  gap: 1rem; /* アイテム間の間隔 */
  margin-bottom: 2rem;
  padding: 0;
  list-style: none;
}

.footer__navi li {
  width: auto;
  margin: 0;
}

.footer__navi li a {
  color: #fff;
  font-size: 0.8rem;
  pointer-events: all;
}

.footer__logo {
  display: block;
  margin: 0 auto 1rem auto;
}


/* 全体のスタイル */
/* テーブル全体 */
.wp-block-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
}

/* テーブルヘッダー */
.wp-block-table thead th {
  background: #000;
  color: #fff;
  padding: 10px;
  text-align: center;
}

/* テーブルセル */
.wp-block-table td {
  border: 1px solid #ccc;
  padding: 10px;
  vertical-align: top;
  text-align: center;
}

/* 小文字補足 */
.wp-block-table td small {
  display: block;
  font-size: 12px;
  color: #666;
}

/* 通常ボタン風 */
.wp-block-table .button {
  display: inline-block;
  padding: 6px 12px;
  background: #ec4899;
  color: #fff;
  border-radius: 5px;
  font-size: 13px;
  margin-top: 5px;
}

/* ピンクボタン（例：16(土)のみ） */
.wp-block-table .button.pink {
  background: #e60073;
}

/* SOLD OUT表示 */
.wp-block-table .soldout {
  font-weight: bold;
  color: #999;
  margin-top: 5px;
}

/* 赤いSOLD OUT */
.wp-block-table .soldout.red {
  color: red;
}

/* グレー受付終了 */
.wp-block-table .closed {
  background: #eee;
  color: #555;
  padding: 4px 10px;
  display: inline-block;
  border-radius: 5px;
  font-size: 13px;
  margin-top: 5px;
}


.wp-block-table table tbody tr:first-child {
  background-color: #16ade8;
  color: #fff;
  font-weight: bold;
  text-align: center;
}

/* テーブルの各セル内を縦に整列 */
.wp-block-table td {
  vertical-align: middle;
  padding: 1em;
	    font-size: 1.2rem;
}

/* 価格・ボタンなどのブロックを中央に寄せて整列 */
.wp-block-table td > div {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5em;
}

/* 申込ボタン（見た目はすでに指定されていれば不要） */
.wp-block-table .button {
  background: #ec4899;
  color: white;
  padding: 5px 15px;
  border-radius: 6px;
  text-align: center;
  font-size: 14px;
  border: 1px solid #333;
}



@media screen and (max-width: 768px) {
  .wp-block-table {
    display: block;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; /* iOS対応 */
    width: 100%;
  }

  .wp-block-table table {
    min-width: 600px; /* テーブルが狭くなりすぎるのを防止 */
  }
}
.postdate{
	  font-family: "Jost", sans-serif;
	}
.tbutton {
  background-color: #16ade8;
  color: black;
  border-radius: 10em;
  font-weight: 600;
	   font-size: 1.4rem;
    text-align: center;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  border: 1px solid black;
  box-shadow: 0 0 0 0 black;
  font-family: "Jost", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.2em;
}
.tbutton:hover {
  transform: translateY(-4px) translateX(-2px);
  box-shadow: 2px 5px 0 0 black;
}
.tbutton:active {
  transform: translateY(2px) translateX(1px);
  box-shadow: 0 0 0 0 black;
}
@media screen and (min-width: 960px) {
  .tbutton {
	    padding: 0.4em 2em;
    font-size: 2rem;
  }
}
.tbutton::after {
  content: "→";
  display: inline-block;
  margin-left: 1em;
  font-size: 1.4em;
  vertical-align: middle;
  transition: transform 0.3s ease-in-out;
}
.tbutton:hover::after {
  transform: translateX(4px);
}
.timefont{
    font-family: "Jost", sans-serif;
    font-optical-sizing: auto;
    /* font-weight: 500; */
    font-style: normal;
    font-size: 80%;
    margin-right: 1%;
    /* color: #fff; */
    font-size: 1rem;
    pointer-events: all;
    font-family: "Darumadrop One", sans-serif;
    /* font-weight: 400; */
    font-style: normal;
}
.entry-content a {
  border-bottom: 1px solid #000;
}
.entry-content > p > a {
  border-bottom: 1px solid;
}
.entry-content > p {
  margin-bottom: 30px;
}


#cf-tbl table {
  width: 100%;
  border-collapse: collapse;
  border: solid #CCC;
  border-width: 1px;
  color: #444;
}
#cf-tbl table tr th, #cf-tbl table tr td {
  padding: 0.5em;
  text-align: left;
  vertical-align: top;
  border: solid #000;
  border-width: 1px;
  vertical-align: middle;
  background: #fff;
}
#cf-tbl table tr th {
  width: 35%;
  background: #eee;
}
@media screen and (max-width:768px) {
  #cf-tbl {
    width: 100%;
  }
  #cf-tbl table, #cf-tbl table tbody, #cf-tbl table tr, #cf-tbl table tr th, #cf-tbl table tr td {
    display: block;
  }
  #cf-tbl table {
    width: 100%;
    border-width: 0 0 1px 0;
  }
  #cf-tbl table tr th, #cf-tbl table tr td {
    width: 100%;
    padding: 3% 5%;
  }
  #cf-tbl table tr td {
    border-width: 0px 1px 0px 1px;
  }
}
/*「必須」文字デザイン*/
.required {
  font-size: .8em;
  padding: 5px;
  /* background: #F57500; */
  /* color: #fff; */
  border-radius: 3px;
  margin-right: 5px;
  border-radius: 50vh;
  border: 1px solid;
}
/*「任意」文字デザイン*/
.optional {
  font-size: .8em;
  padding: 5px;
  border-radius: 3px;
  margin-right: 5px;
  border: 1px solid;
}
/* 入力項目を見やすく */
input.wpcf7-form-control.wpcf7-text, textarea.wpcf7-form-control.wpcf7-textarea {
  width: 90%;
  padding: 8px 15px;
  margin-right: 10px;
  margin-top: 10px;
  border: 1px solid #d0d5d8;
  border-radius: 3px;
  background-color: #eff1f5;
}
textarea.wpcf7-form-control.wpcf7-textarea {
  height: 200px;
}
/* 「送信する」ボタン */
input.wpcf7-submit {
  display: block;
  padding: 15px;
  width: 400px;
  /* background: #ffaa56; */
  /* color: #fff; */
  font-size: 18px;
  /* font-weight: 700; */
  border-radius: 2px;
  margin: 15px auto 0;
}
@media screen and (max-width:768px) {
  input.wpcf7-submit {
    width: 250px;
  }
}
input.wpcf7-submit:hover {
  transform: translateY(-4px);
  opacity: 0.7;
}
/* エラーメッセージを見やすく */
span.wpcf7-not-valid-tip, .wpcf7-response-output.wpcf7-validation-errors {
  color: red;
  font-weight: 600;
}
.new-icon{
	position:absolute; 
	top: -1%; 
	left: -1%; width: 30%; z-index: 10; 
	display: block ;
}
.popup {
  position: fixed;
  top: 0; left: 0;
  width: 100vw; height: 100vh;
  background: rgba(0,0,0,0.8);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}
.popup.show {
  display: flex;
}
.popup-content {
  background: #fff;
  padding: 2rem;
  width: 90%;
  height: 90%;
  overflow-y: auto;
  position: relative;
  border-radius: 10px;
}
.close-popup {
  position: absolute;
  top: 1rem;
  right: 1rem;
  font-size: 2rem;
  cursor: pointer;
}
/* 最初に両方非表示に */
.topimages img.pc,
.topimages img.sp {
  display: none;
  width: 100%;
  height: auto;
}

/* PC用画像を表示（768px以上） */
@media screen and (min-width: 768px) {
  .topimages img.pc {
    display: block;
  }
}

/* スマホ用画像を表示（768px未満） */
@media screen and (max-width: 767px) {
  .topimages img.sp {
    display: block;
  }
}


@media (max-width: 781px) {
  html body .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column {
    flex-basis: 0 !important;
  }
}

.sponser_2 li p a{
	font-size:0.8rem;
	border-bottom:1px solid #000;
}
@media screen and (min-width: 769px) {
	.sponser_2 li p a{
	font-size:1.8rem;
	border-bottom:1px solid #000;
}
}

kotei {
    position: fixed;
    left: calc((624.67 / 800) * 100%);
    left: 0;
    z-index: 99999999999;
    width: calc((180 / 800) * 100%);
    bottom: 38px;
}
.fluffy {
    animation: fluffy 3s infinite;
}
@keyflames fuffy
0%, 100% {
    transform: translateY(0);
}

50% {
    transform: translateY(-20px);
}
.accordion-area {
  list-style: none;
  background: #fff;
  border-radius: 10px;
  margin-left: 150px;
  background: #33A854;
  padding: 20px;
  box-shadow: 10px 10px 0 rgb(254, 254, 254, 0.9);
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  border-radius: 10px;
  border: 1px solid #ABD3CE;
  /* margin-left: 150px; */
}
@media screen and (min-width: 768px) {
  .accordion-area {
    width: 70%;
    padding: 40px;
  }
}
.accordion-area li {
  margin: 10px 0;
}
.accordion-area section {
  border: 1px solid #ABD3CE;
}
/*アコーディオンタイトル*/
.qatitle {
  position: relative; /*+マークの位置基準とするためrelative指定*/
  cursor: pointer;
  font-size: 1rem;
  /*padding: 3% 3% 3% 50px;*/
  padding: 3% 50px 3% 3%;
  transition: all .5s ease;
  background: #fff;
}
@media screen and (max-width:768px) {
  .qatitle {
    font-size: 0.9rem;
  }
}
/*アイコンの＋と×*/
.qatitle::before, .qatitle::after {
  position: absolute;
  content: '';
  width: 15px;
  height: 2px;
  background-color: #33A854;
}
.qatitle span {
  margin-right: 5px;
}
.qatitle::before {
  top: 48%;
  right: 15px;
  transform: rotate(0deg);
}
.qatitle::after {
  top: 48%;
  right: 15px;
  transform: rotate(90deg);
}
.qatitle.close::before {
  transform: rotate(45deg);
}
.qatitle.close::after {
  transform: rotate(-45deg);
}
.qabox {
  display: none;
  /* background: #fff; */
  /* margin: 0 3% 3% 3%; */
  padding: 3%;
  color: #fff !important;
  border: 1px solid #fff;
}
.qabox a {
  color: #fff;
  border-bottom: 1px solid #fff;
}
 /*.timedraw{    animation-name: bouncer;
    animation-duration: 5s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    transform-origin: center bottom;
}
@keyframes bouncer {
    0%   { transform: scale(1.0, 1.0) translate(0%, 0%); } 
    30%  { transform: scale(1.5, 0.5) translate(0%, 0%); } 
    40%  { transform: scale(1.0, 1.0) translate(0%, 0%); } 
    50%  { transform: scale(0.8, 1.3) translate(0%, -70%); } 
    60%  { transform: scale(1.0, 1.0) translate(0%, -120%); } 
    100% { transform: scale(1.0, 1.0) translate(0%, 0%); } 
}*/