@charset "UTF-8";
@import url(//use.fontawesome.com/releases/v5.7.2/css/all.css);
@import url('https://fonts.googleapis.com/css2?family=Josefin+Slab:ital,wght@0,100..700;1,100..700&family=Kiwi+Maru:wght@300;400;500&family=Lexend:wght@100..900&display=swap');

:root{
	--main-color: #45b035;
	--base-color:#b0cf00;
	--sub-color: #cae1e0;;
	--accent-color: #c34335;
	--red: #c54b36;
	--base-beige: linear-gradient(180deg, #fffcd5, #eced87);
	--base-beige-clear:#fef58e87;
	--green-color: #a3bd31;
	--blue-color: #63b2e5;
	--white:#fff;
	--base-beige-dark:#c36e31;
	--base-beige-dark-clear:#c36e3187;
	--black:#202020;
	--light-gray-color:#cccac2;
	--dark-main-color: #351414;
	--dark-gray-color:#65646d;
	--text-white-color:#fff;
	--text-bright-color: #FDE7C9;
	--text-dark-color:#351414;
	--text-red-color:#c34435;
	--clear-color:#ffffff00;

	--input-focus: #2d8cf0;
  --font-color: #323232;
  --font-color-sub: #666;
  --bg-color: beige;

	font-family: 'Noto Sans JP', sans-serif;
}
.zen-kaku-gothic-new-regular {
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-weight: 400;
	font-style: normal;
}
.m-plus-rounded-1c-regular {
	font-family: "M PLUS Rounded 1c", sans-serif;
	font-weight: 400;
	font-style: normal;
}
.jost {
	font-family: "Jost", sans-serif;
	font-optical-sizing: auto;
	font-style: normal;
}

html {
	scroll-padding-top: 15svh;

  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 62.5%;/*rem算出をしやすくするために*/
  overflow-x: hidden;
}
body{
	position: relative;
	margin: 0;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-family: "M PLUS Rounded 1c", sans-serif;
	font-size: 16px;
	font-weight: 800;
	background-color: #ffffff00;
	background-image: linear-gradient(#fffcd5, #eced87);
	overflow: hidden;
}
*,*:before,*:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}
section {
	position: relative;
}
li{
	list-style: none;
}

.btn,a.btn,button.btn {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  color: var(--black);
  border-radius: 0.5rem;
}

.block {
	display: block;
}
.inline-block {
	display: inline-block;
}
.flex,.flex-ex {
	display: flex;
}
.relative {
	position: relative;
}
.absolute {
	position: absolute;
}
.text-shadow {
	text-shadow: 2px 1px var(--base-beige),4px 2px var(--base-beige),6px 3px var(--base-beige);
}
.text-stroke {
	-webkit-text-stroke: 0.5px;
}
.text-left {
	text-align: left !important;
}
.small {
	font-size: 70% !important;
}
.none {
	opacity: 0;
}
/*------ parts banner --------*/
a.banner {
	position: relative;
	z-index: 1;
	width: 100%;
	max-width: 300px;
	height: fit-content;
	display: block;
	transition: .6s cubic-bezier(0.33, 1, 0.68, 1);
	margin-bottom: 10px;
	background-color: #fff;
	padding: 10px;
}
a.banner::before,a.banner::after {
	content: "";
	display: block;
	position: absolute;
	margin: auto;
	top: 0;
	left: 0;
	margin: auto;
	transition: .6s cubic-bezier(0.33, 1, 0.68, 1);
	opacity: 0;
}
a.banner::before {
	background: #45b03599;
	width: 100%;
	height: 100%;
}
a.banner::after {
	color: #fff;
	content: "Jump Site";
	font-size: 22px;
	font-weight: bold;
	display: flex;
	text-align: center;
	justify-content: center;
	align-items: center;
	bottom: 0;
	right: 0;
}
a.banner:hover::before,a.banner:hover::after {
	opacity: 1;
}
a.banner:hover::after {
	letter-spacing: 0.1em;
}
a.banner:hover {
	transform: scale(0.9);
}

.main-container.block {
  display: block;
	position: relative;
}

/*========= header ===============*/
header {
		position: fixed;
    display: flex;
    width: calc(100vw - 50px);
    margin: 20px 0;
    height: auto;
    z-index: 99;
    background: #f5f5dce6;
    border-radius: 4rem;
    padding: 10px 25px;
    left: 50%;
    transform: translate(-50%, 0);
    top: 0;
    justify-content: space-around;
}

#header .container-small{
    position: fixed;
    width: max-content;
    height: max-content;
    top: 0;
    left: 5%;
}

.headA{
	display: flex;
	justify-content: center;
	text-decoration: none;
	letter-spacing: 2px;
	width: fit-content;
}


.top{
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
}
.headA .logo {
  display: flex;
	align-items: center;
}
.headA .title a {
	display: flex;
	align-items: flex-end;
}
.headA .title {
  height: calc(100% - 10px);
  width: auto;
}
.headA .title img {
	height: auto;
	width: 200px;
}
.headA .custom-logo-link {
	aspect-ratio: 1;
  width: auto;
  height: calc(100% - 10px);
	max-height: 80px;
}

.nav span{
	padding-left:10px;
}


/*========= ドロップダウンのためのCSS ===============*/

/*==ナビゲーション全体の設定*/
.headB{
	color:#fff;
	color: var(--base-color);
  background-color: var(--clear-color);
	display: flex;
	align-items: center;
 }

.headB nav{
	color:#000;
	color: var(--black);
	text-align: center;
	font-size: 1rem;
}


  /*ナビゲーションを横並びに*/
.headB #nav{
	  /*2階層目の基点にするためrelativeを指定*/
	position: relative;
	display: flex;
	list-style: none;
	margin: 0;
	padding: 0;
}


.headB .menu-1 {
  display: block;
  position: relative;
  cursor: pointer;
	z-index: 100;
}

.headB .menu-title {
  display: block;
	position: relative;
	width: 130px;
	height: auto;
  padding: 0;
  text-align: center;
  font-weight: bold;
  text-transform: uppercase;
  transition: 0.3s color;
}



.headB #nav>li:hover { color: var(--accent-color); }
.headB #nav>li:hover:after { color: var(--accent-color); }

.headB #nav>li {
	position: relative;
	cursor: pointer;
}
.headB #nav>li:after {
	content: "";
	transition: 0.3s color;
	color: inherit;
	font-weight: 100;
	font-size: .8rem;
	line-height: .8em;
	position: absolute;
	bottom: -12px;
	transform: translateX(-50%);
	left: 50%;
}
.headB #nav>li:nth-of-type(1):after {
	content: "トップ";
}
.headB #nav>li:nth-of-type(2):after {
	content: "施設の特徴";
}
.headB #nav>li:nth-of-type(3):after {
	content: "施設情報";
}

.headB .sub-menu {
  width: 150px;
  padding: 10px 0 0px;
  position: absolute;
  background: #f1c04b;
	color: var(--bg-color);
  z-index: 100;
  transition:
    0.5s padding,
    0.5s background;
	display: block grid;
  transition: grid-template-rows 0.5s;
  grid-template-rows: 0fr;
}

.menu-title:hover  + .sub-menu {
  grid-template-rows: 1fr;
}
 .sub-menu:hover {
  grid-template-rows: 1fr;
}

.headB .menu-1:not(:hover) > .headB .sub-menu {
  padding: 4px 0;
  background: #dddddd;
  z-index: 99;
}

.headB .sub-menu > * {
  overflow: hidden;
}

.headB .sub-menu > *:hover {
  background: rgba(0,0,0,0.1);
}

.headB .menu-1:not(:hover) > .headB .sub-menu > * {
  visibility: hidden;
  height: 0;
  padding-top: 0;
  padding-bottom: 0;
  margin: 0;
  color: rgba(25,25,25,0);
  transition:
    0.5s 0.1s height,
    0.5s 0.1s padding,
    0.5s 0.1s margin,
    0.3s color,
    0.6s visibility;
  z-index: 99;
}


.headB #nav > * {
  float: left;
}

.headB #nav > * + * {
  margin-left: 0;
}




.menu-toggle .fas.fa-bars{
	font-size: 2em;
}
/*==================================================
　5-2-6 3本線が回転して×に
===================================*/

/* <reset-style> ============================ */
button {
	border: none;
	background: none;
	padding: 0;
	margin: 0;
	cursor: pointer;
	font-family: inherit;
  }
  /* ============================ */
  /* <style for bg> ======== */
  .background {
    border-radius: 8px;
    background: var(--accent-color);
    mix-blend-mode: luminosity;
    box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.20);
    backdrop-filter: blur(15px);
    width: 45px;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
	display: none;
	position: fixed;
    top: 0;
    right: 0;
    margin: 10px;
	z-index: 1000;
  }

  /* <style for menu__icon> ======== */
  .menu-toggle {
    width: 45px;
    height: 45px;
    padding: 10px;
    background-color: var(--base-beige);
    position: fixed;
    border-radius: 50%;
    top: 40%;
    right: 0;
    transform: translateY(-50%);
    margin: 10px;
    z-index: 1000;
  }

  .menu-toggle span {
	display: block;
	width: 100%;
	height: 0.125rem;
	border-radius: 2px;
	background-color: var(--base-color);
	box-shadow: 0 .5px 2px 0 hsla(0, 0%, 0%, .2);
	transition: background-color .4s;
	position: relative;
  }

  .menu-toggle span+span {
	margin-top: .375rem;
  }

  .menu-toggle span:nth-child(1) {
	animation: ease .8s menu-icon-top-2 forwards;
	animation-delay: 0ms;
  }

  .menu-toggle span:nth-child(2) {
	animation: ease .8s menu-icon-scaled-2 forwards;
	animation-delay: 0ms;
  }

  .menu-toggle span:nth-child(3) {
	animation: ease .8s menu-icon-bottom-2 forwards;
	animation-delay: 0ms;
  }

/*activeクラスが付与されると線が回転して×になる*/
  .menu-toggle.active span:nth-child(1) {
	animation: ease .8s menu-icon-top forwards;
	animation-delay: 0ms;
  }

  .menu-toggle.active span:nth-child(2) {
	animation: ease .8s menu-icon-scaled forwards;
	animation-delay: 0ms;
  }

  .menu-toggle.active span:nth-child(3) {
	animation: ease .8s menu-icon-bottom forwards;
	animation-delay: 0ms;
	background-color: var(--dark-main-color);
  }

  @keyframes menu-icon-top {
	0% {
	  top: 0;
	  transform: rotate(0);
	}

	50% {
	  top: .5rem;
	  transform: rotate(0);
	}

	100% {
	  top: .5rem;
	  transform: rotate(45deg);
	}
  }

  @keyframes menu-icon-top-2 {
	0% {
	  top: .5rem;
	  transform: rotate(45deg);
	}

	50% {
	  top: .5rem;
	  transform: rotate(0);
	}

	100% {
	  top: 0;
	  transform: rotate(0);
	}
  }

  @keyframes menu-icon-bottom {
	0% {
	  bottom: 0;
	  transform: rotate(0);
	}

	50% {
	  bottom: .5rem;
	  transform: rotate(0);
	}

	100% {
	  bottom: .5rem;
	  transform: rotate(135deg);
	}
  }

  @keyframes menu-icon-bottom-2 {
	0% {
	  bottom: .5rem;
	  transform: rotate(135deg);
	}

	50% {
	  bottom: .5rem;
	  transform: rotate(0);
	}

	100% {
	  bottom: 0;
	  transform: rotate(0);
	}
  }

  @keyframes menu-icon-scaled {
	50% {
	  transform: scale(0);
	}

	100% {
	  transform: scale(0);
	}
  }

  @keyframes menu-icon-scaled-2 {
	0% {
	  transform: scale(0);
	}

	50% {
	  transform: scale(0);
	}

	100% {
	  transform: scale(1);
	}
  }

/*==================================================
　5-3-3 左から右に線が伸びる（下部）
===================================*/
.nav li {
    /*線の基点とするためrelativeを指定*/
	position: relative;
}
.nav li::after {
    content: '';
    /*絶対配置で線の位置を決める*/
    position: absolute;
    bottom: 0;
    left: 10%;
    /*線の形状*/
    width: 80%;
    height: 2px;
    /*アニメーションの指定*/
    transition: all .3s;
    transform: scale(0, 1);/*X方向0、Y方向1*/
    transform-origin: left top;/*左上基点*/
}
/*現在地とhoverの設定*/
.nav li.current::after,
.nav li:hover::after {
    transform: scale(1, 1);/*X方向にスケール拡大*/
}
/*========= frontpage mainimage ===============*/
#primary {
 	position: relative;
 	z-index: 0;
}
.wrapper-cover {
  position: relative;
  width: 100%;
  height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	z-index: 1;
}
.mainimages{
  position: relative;
	overflow: hidden;
  top: 0;
  left: 0;
  width: 100%;
	height: 100svh;
  background-color: #e7dedd;
	background-color: var(--main-color);
	background-color: var(--bg-color);
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
	background-image: url(../../assets/images/背景-アップ.webp);
}

/* mainimageのはっぱ */
.luxy-el {
	position: absolute;
	margin: auto;
}
.leaves {
	width: 30vw;
	z-index: 1;
	mix-blend-mode: multiply;
}
.leaves01 {
	right: 0;
	top: 0;
}
.leaves02 {
	width: 50vw;
	left: 0;
	top: 0;
}
.home {
	width: 100vw;
	top: -10%;
	z-index: 0;
}
/* mainimageのタイトル部分 */
.mainimages .box {
	width: 100%;
	position: absolute;
  left: 0;
	bottom: 45%;
	transform: translateY(50%);
	padding: 0px;
	z-index: 5;
	pointer-events: none;
}
.box {
	text-align: center;
	padding: 50px 0px;
	width: 100%;
}
.mainimages .box .img {
	width: 100%;
	margin: auto;
}
.mainimages .box h1{
	color: var(--text-dark-color);
	font-size: 3rem;
}

.mainimages .parts:nth-child(1)  {
  width: 300px;
	top: 10%;
	right: 5%;
	object-fit: contain;
}
.mainimages .parts:nth-child(2) {
  width: 300px;
  bottom: 20%;
	object-fit: contain;
  left: 15%;
}
.mainimages .parts:nth-child(3) {
	width: 350px;
	top: 20%;
	left: 15%;
}
.mainimages .parts:nth-child(3) img{
	object-fit: contain;
	transform: rotateZ(357deg);
	transition: scale 1s;
}
.mainimages .parts:nth-child(3):hover img{
	scale: 0.95;
}
.mainimages .logo{
	width: 10%;
}

.mainimages .title, .small-mainimages .title,.title{
	text-align: center;
}
.mainimages .title{
	margin: 50px auto;
	background-image: linear-gradient(90deg, transparent, #ffffffcc 35% 65%, transparent);
	justify-content: center;
	align-items: center;
}
.mainimages .title img:nth-of-type(1) {
	width: 30%;
	height: auto;
}
.mainimages .title img:nth-of-type(2) {
	width: 50%;
	height: auto;
}
.mainimages h2 ,.mainimages h3{
  letter-spacing: 0.07em;
  line-height: 1.8em;
	font-size: 1.5rem;
}
.mainimages .box h2{
	font-size: 1.8rem;
	-webkit-text-fill-color: #000000;
	-webkit-text-stroke: 6px var(--white);
	paint-order: stroke;
	backdrop-filter: blur(10px);
	width: 100%;
}
/* mainimageの左上のボックス */
.mainimages .box-2 {
	position: absolute;
	top: 15%;
	left: 0;
	color: var(--blue-color);
	background-image: linear-gradient(90deg, #ffffffe6, #ffffffe6 85%, transparent);
}
.mainimages .box-2 h2{
	font-size: 3rem;
	color: var(--blue-color);
	padding-left: 20px;
	padding-right: 50px;
	font-weight: 600;
}
.mainimages .box-2 small {
	font-size: 60%;
}
.mainimages .box-2 span {
	font-weight: 400;
	font-style: italic;
}
/* mainimageの下部バナー部 */
.mainimages .box-3 {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 25svh;
}
.mainimages .box-3::before {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	mix-blend-mode: multiply;
	background-color: #009944;
	opacity: 0.8;
}
.mainimages .box-3::before {
	background-color: #2da12b;
	opacity: 0.8;
}

.mainimages .box-3>div {
	padding-left: 20px;
	padding-right: 50px;
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 1;
}
.mainimages .box-3 .flex {
	align-items: center;
	justify-content: center;
}
.mainimages .box-3 .text{
	height: 100%;
	flex-direction: column;
}
.mainimages .box-3 .img {
	height: 100%;
	position: relative;
	/* margin: 15px auto; */
	padding: 10px 0;

}
.ribbon {
	font-size: 19px;
	font-weight: bold;
	color: #fff;
}
.ribbon {
	--f: .5em;

	position: absolute;
	top: 0;
	left: 0;
	line-height: 1.8;
	padding-inline: 1lh;
	padding-bottom: var(--f);
	border-image: conic-gradient(#0008 0 0) 51%/var(--f);
	clip-path: polygon(100% calc(100% - var(--f)), 100% 100%, calc(100% - var(--f)) calc(100% - var(--f)), var(--f) calc(100% - var(--f)), 0 100%, 0 calc(100% - var(--f)), 999px calc(100% - var(--f) - 999px), calc(100% - 999px) calc(100% - var(--f) - 999px));
	transform: translate(calc((cos(45deg) - 1)*100%), -100%) rotate(-45deg);
	transform-origin: 100% 100%;
	background-color: var(--accent-color);
}

.mainimages .box-3 .img a {
	width: fit-content;
	max-width: fit-content;
	height: calc(100% - 10px);
	box-shadow: 0 3px 5px rgba(0, 0, 0, 0.14);
	box-sizing: border-box;
}
.mainimages .box-3 img {
	width: auto;
	height: 100%;
	max-width: 100%;
}
.mainimages .box-3 h2 {
	font-size: 2rem;
	color: var(--white);
	font-weight: 600;
}
.mainimages .box-3 h2 span {
	font-size: 4vw;
}
.mainimages .box-3>div.flex {
	justify-content: space-evenly;
}

/*========= bookmark トップへ戻るボタン===============*/
.main-content{
	position: relative;
}
.bookmark{
	position:fixed;
	z-index: 4;
    bottom: 10%;
	left: 3%;
}
.bookmark.contactBT {
    bottom: calc(10% + 170px);
	left: 3%;
}
.bookmark a{
	transition: 0.1s;
}
.circle{
	position: relative;
	display: inline-block;
	z-index: 4;
	width: 120px;
	height: 120px;
	border-radius: 50%;
	border: solid 1.5px var(--text-dark-color);
	background-color: var(--white);
}
.circle:hover{
	transform: translateY(-5px);
	transition: .5s;
}
.circle span{
	position: absolute;
	display: inline-block;
	left: 0;
	top: 20%;
	width: 120px;
	height: 120px;
	color: var(--text-dark-color);
	font-size: 30px;
	text-align: center;
	z-index: 5;
	text-decoration: none;
	padding: auto;
}
.circle p{
	position: absolute;
	display: inline-block;
	left: 0;
	top: 50%;
	width: 120px;
	height: 120px;
	color: var(--text-dark-color);
	font-size: 1.2rem;
	text-align: center;
	text-decoration: none;
	z-index: 5;
	padding: auto;
}
.bookmark.contactBT .circle{
	width: 120px;
	height: 120px;
	border: none;
	background-color: var(--text-dark-color);
}
.bookmark.contactBT .circle span{
	width: 120px;
	height: 120px;
	color: var(--white);
}
.bookmark.contactBT .circle p{
	top: 45%;
	width: 120px;
	height: 120px;
	font-size: 1rem;
	color: var(--white);
}
/*========= main ===============*/
main{
	display: block;
	z-index: 2;
  margin: 0 auto;
  position: relative;
}
/*========= con1 #about ===============*/
.con1{
	position: relative;
	background-image: var(--base-beige);
	z-index: 1;
}
.con1::before {
	content: "";
	background-image: url(../images/photo/葉オリジナル切り抜き.webp);
	width: 50%;
	background-size: contain;
	background-repeat: no-repeat;
	position: absolute;
	left: 0;
	z-index: 0;
	opacity: .8;
	filter: blur(1px);
	mix-blend-mode: multiply;

	aspect-ratio: 1;
	height: auto;
	top: 0;
}
.con1 .title {
	display: block;
}
.con1 h3 {
	font-weight: 600;
	letter-spacing: 0.08em;
	line-height: 1.5;
}
.con1 ul {
	margin: auto;
	line-height: 1.5;
	letter-spacing: 0.06em;
	padding: 2.5rem;
}
.con1 dl {
	margin: 40px 0;
}
.con1 .list-1 dt{
	margin-bottom: 20px;
	width: 120px;
	padding: 10px;
	display: flex;
  align-items: center;
  justify-content: center;
}
.con1 .list-1:nth-of-type(1) dt{
	background-color: #f59b00b5;
}
.con1 .list-1:nth-of-type(2) dt{
	background-color: #f19cc1b5;
}
.con1 .list-1:nth-of-type(3) dt{
	background-color: #e94a2ab5;
}
.con1 .list-1:nth-of-type(4) dt{
	background-color: #2cac38b5;
}
.con1 .list-1:nth-of-type(5) dt{
	background-color: #4fc2f1b5;
}
.con1 .list-1 dd {
	position: relative;
	width: 100%;
	padding: 10px 20px;
	margin: 0 0 20px;
	display: flex;
	align-items: center;
	background-color: #ffffffc7;
	overflow: hidden;
}
.con1 .list-1 dd::after {
	content: "";
	position: absolute;
	right: 0;
	z-index: -1;
	width: 200px;
	height: 200px;
	padding: 10px 20px;
	background-image: url(../images/illust/botanical_1.svg);
}
.con1 .list-1:nth-of-type(2) dd::after {
	background-image: url(../images/illust/botanical_2.svg);
}
.con1 .list-1:nth-of-type(3) dd::after {
	background-image: url(../images/illust/botanical_3.svg);
}
.con1 .list-1:nth-of-type(4) dd::after {
	background-image: url(../images/illust/botanical_4.svg);
}
.con1 .list-1:nth-of-type(5) dd::after {
	background-image: url(../images/illust/botanical_5.svg);
}
/*========= con2 #info 施設情報 ===============*/
.con2 {
	position: relative;
	z-index: 2;
	background: #f5f4a9;
}
.image_wrapper {
	display: flex;
	height: 200px;
	overflow: hidden;
	position: relative;
	bottom: -5px;
}
.loop_image {
	width: auto;
	height: 100%;
	max-width: none;
}
.loop_image:nth-child(odd) {
	animation: loop3 80s -40s linear infinite;
}
.loop_image:nth-child(even) {
	animation: loop4 80s linear infinite;
}
@keyframes loop3 {
	0% {
		transform: translateX(100%);
	}
	to {
		transform: translateX(-100%);
	}
}
@keyframes loop4 {
	0% {
		transform: translateX(0);
	}

	to {
		transform: translateX(-200%);
	}
}
/* .con2::after {
	content: '';
	position: absolute;
	top: -200px;
	left: 0;
	width: 100%;
	height: 200px;
	background-image: url(../../assets/images/wave-2.svg);
	background-repeat: no-repeat;
	background-size: cover;
	z-index: -1;
}
.btnmore {
	color: var(--base-beige-dark);
	border-radius: 0;
	border: none;
	border-bottom: 2px solid var(--base-beige-dark);
	width: 300px;
	max-width: 90%;

	transition: 1s cubic-bezier(0.25, 1, 0.5, 1);
	transform: translateX(-20px);
}
.btnmore::before {
	content: "";
	display: block;
	width: 30px;
	height: 2px;
	background: var(--base-beige-dark);
	rotate: 40deg;
	position: absolute;
	right: -3px;
	bottom: 9px;
}
.btnmore:hover {
	transform: translateX(0px);
}
.con2 .btnmore {
	color: var(--base-beige);
	border-bottom: 2px solid var(--base-beige);
}
.con2 .btnmore::before {
	background: var(--base-beige);
}
*/
#info .relative {
	gap: 30px;
	display: flex;
	justify-content: center;
	align-items: stretch;
	margin-bottom: 2.5rem;
}
.con2 h2.subtitle {
	color: var(--white);
	background-color: var(--main-color);
	text-align: center;
	width: fit-content;
	padding: 5px;
	letter-spacing: 0.15em;
}
#info .map {
	position: relative;
	flex: 1;
	text-align: end;
}
#info .map .title {
	color: #ffffff;
	background-color: var(--main-color);
}
#info .map .title>* {
	font-size: 2rem;
	font-weight: bold;
	padding: 5px;
	letter-spacing: 0.15em;
}
#info .map img {
	background-color: #ffffff;
	padding: 20px;
}
#info .map h3 {
	padding: 5px;
	font-weight: 700;
}

#info .text {
	position: relative;
	flex: 1;
	background-color: var(--white);
	border: 5px solid var(--green-color);
	padding: 30px;
}
#info .text ul {
	border-top: 2px solid var(--green-color);
	padding: 10px 0 0;
	width: 100%;
}
#info dl {
	margin: 10px 0;
}
.list-2 p {
	font-size: 1.2rem;
}
.list-2 dt {
	flex: 1;
}
.list-2 dd {
	flex: 2;
	margin: 0;
}
.list-2 dd p:before {
	display: inline;
	content: "…";
}
.ratio-img {
	width: 50%;
	position: relative;
	margin: 2%;
	overflow: hidden;
}
.ratio-img::after {
	content: "";
	width: 100%;
	height: calc((3 / 2) * 35%);
	position: absolute;
	z-index: 2;
	border-radius: 30px;
	background-size: contain;
	background-repeat: no-repeat;
}
.ratio-img:nth-last-of-type(even)::after {
	top: 0;
	right: 0;
	background-image: url(../../assets/images/photo/草切り抜き7.webp);
	background-position-x: 50%;
	background-position-y: 60%;
	background-size: 170%;
}
.ratio-img:nth-last-of-type(odd)::after {
	bottom: 0;
	left: 0;
	background-image: url(../../assets/images/photo/草切り抜き7.webp);
	background-position-x: -10%;
	background-position-y: 40%;
	background-size: 170%;
	transform: rotateZ(180deg);
}
.circle-image {
	contain-intrinsic-size: auto 100px !important;
	border-radius: 30px;
	object-fit: cover;
	height: 100%;
}
#info .text ul.list-3 {
  display: flex;
  padding: 10px 20px;
  gap: 20px;
  background-color: #f1e961;
	border-bottom: 2px solid var(--green-color);
  flex-direction: column;
}
.list-3 li{
	display: flex;
	gap: 10px;
	align-items: center;
	justify-content: space-between;
}
.list-3 li>:first-child {
	flex: 1;
	font-size: 1.25rem;
}
.list-3 li>:last-child {
	flex: 3;
	font-weight: 600;
	font-size: 1.25rem;
}
.main-title {
	display: flex;
	z-index: 5;
}
.main-title h2 {
	letter-spacing: 0.1em;
	line-height: .8;
	font-size: 3.5rem;
	z-index: 0;
	margin: 1.5em auto;
	position: relative;
	color: #158b2b;
	padding: 10px 0;
	text-align: center;
}
.main-title h2:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 70%;
	height: 190%;
	border-radius: 50%;
	border: 5px solid var(--base-color);
	border-left-color: transparent;
	border-right-color: transparent;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%) translateY(-50%);
}

.main-title h2 .linear-gradient-image{
	background-image: url(../../assets/images/parts/破線parts2.svg);
}

/*========= footer ===============*/

footer{
	display: block;
	background: var(--base-color);
	/* background: linear-gradient(3deg, var(--accent-color), transparent); */
	z-index: 4;
  position: relative;
}
footer .main-container{
	padding-top: 50px;
	padding: 40px 20px;
}
.entry-footer .edit-link {
	display: none;
}
footer .logo {
	display: flex;
	flex-direction: column;
	align-items: center;
}
footer .footlogo {
	width: 80px;
}
footer h2 {
	font-size: 1.5rem;
	font-weight: 600;
	margin-bottom: 20px;
	text-align: center;
	padding: 0 .4em .2em;
	border-bottom: 2px dotted #fff;
}
.footA{
	margin-bottom: 120px;
	display: block;
	text-align: center;
}
.footA img{
	width: 20em;
	margin-top: 10px;
	margin-bottom: 10px;
}
.footA p{
	margin-top: 10px;
	margin-bottom: 0;
	font-size: 1.1rem;
}
.footA a{
	color: inherit;
	text-decoration: none;
}
.footA-2 {
	margin-top: 0;
}


.footC{
	margin-bottom: 20px;
	text-align: center;
}
.footB{
	display: flex;
	width: 100%;
	margin-bottom: 20px;
	justify-content: center;
}
.footB ul {
	height: 40px;
	padding-top: 10px;
	display: flex;
	justify-content: space-around;
}
.footB ul li {
	list-style: none;
}
.footB ul li a,.footB .nav li p {
	text-align: left;
	cursor: pointer;
	font-size: 14px;
	line-height: 2.8;
	text-decoration: none;
	font-weight: bolder;
	box-sizing: border-box;
	border-bottom: solid 1px currentColor;/*solid=実線 currentColor=文字と同じ色*/
	width: calc(60vw/5);
}
.footB ul li ul li a {/*layer-2▷*/
	border-bottom: none;
	font-weight: lighter;
}
.footB ul li a:hover {
	opacity: 0.7;
}

footer .jost {
	font-size: 2rem;
	font-weight: bold;
}
.footC a{
	padding: 10px;
	color: #fff;
	color: var(--base-color);
	font-size: 16px;
	text-decoration: none;
}
.footC p{
	margin: 5px 10px;
}
.footC button{
    vertical-align: middle;
    color: inherit;
	color: #202020;
	color: var(--black);
	border: none;
    padding: 0;
    margin: 50px;
    border-radius: 0;
    text-align: center;
}

.copywright{
	font-size: 12px;
	text-align: center;
	font-family: 'Courier New', Courier, monospace;
}

span.rubi {
    position: relative;
}
span.rubi:after {
    content: attr(data-rubi);
    position: absolute;
    top: -.6rem;
    left: 0;
	font-size: .6rem;
}
.site-info {
	color: #202020;
}

/*========= page.phpのCSS ===============*/
.small-mainimages{
	position: relative;
  top: 0;
  left: 0;
  width: 100%;
	padding-top: 15svh;
	padding-bottom: 50px;
  background-color: #e7dedd;
	background-color: var(--main-color);
	background-color: var(--bg-color);
	background-image: url(../../assets/images/background_corner-01.svg);
	background-repeat: no-repeat;
  background-position: right top;
  background-size: 100% 150%;
	overflow: hidden;
}

.small-mainimages img{
	width: 100%;
	margin: 0;
	z-index: -1;
}
.small-mainimages .title {
    position: relative;
    z-index: 1;
}
.small-mainimages .title h2{
	font-size: 3.5rem;
  letter-spacing: 6px;
	color: #c54b36;
	margin: 20px 0;
	width: fit-content;
	padding-left: 15%;
}
.small-mainimages .parts {
  width: 15vw;
  height: 15vw;
  top: 20%;
  left: 10%;
  z-index: 0;
  object-fit: contain;
  background-color: var(--base-color);
}
.small-mainimages .parts:nth-of-type(2) {
  width: 10vw;
  height: 10vw;
	top: auto;
	bottom: -10%;
  left: 20%;
  background-color: var(--accent-color);
}
.small-mainimages .parts:nth-of-type(3) {
  width: 7vw;
  height: 6vw;
  top: auto;
  bottom: 10%;
  left: 26%;
  background-color: var(--main-color);
}

/*========= single.phpのCSS ===============*/
	.title.single h2 {
		font-size: 1.5rem;
		font-weight: 400;
		font-family: 'Kiwi Maru', serif;
	}
	.single-page .entry-thumbnail img {
    width: 100%;
		padding: 50px 20px;
	}
	.text#planetext{
		flex: 5;
		padding: 50px 20px;
	}
	.text#planetext .days{
		font-size: .8rem;
		color: #65646d;
	}
	.btnflame{
		display: flex;
		justify-content: center;
		padding: 20px 0;
		height: 100px;
	}
	.single-page a.btn {
		font-size: 1.2rem;
		padding: .5rem 2rem;
		border-radius: 0.5rem;
	}

/*========= 404.phpのCSS ===============*/

	.text#planetext.error {
		padding: 50px 20px;
		min-height: 410px;
	}


/*============= プライバシーポリシー ============*/
.privacy-policy .main {
	background-color: #f3eff2;
	padding: 30px 80px;
}

.privacy-policy h1 {
	margin-bottom: 30px;
}

.privacy-policy h2 {
	margin-top: 30px;
	margin-bottom: 10px;
}

.privacy-policy li {
	list-style:decimal;
	margin-left: 40px;
	margin-top: 15px;
	margin-bottom: 15px;
}


/*------  form  -------*/

.formbox.con2{
	padding:  0 ;
}

.formbox .title{
	display: flex;
}

	.formbox .title h2{
		color: var(--bg-color);
		text-shadow: 2px 1px var(--black), 4px 2px var(--black), 6px 3px var(--black);
		letter-spacing: 0.1em;
		line-height: 1;
		font-size: 3.5rem;
		margin-bottom: 10px;
	}
	.mw_wp_form form {
		gap: 20px;
	}
	.mw_wp_form form {
    background: var(--base-beige-clear);
    border: 2px solid var(--red);
    box-shadow: 4px 4px var(--red);
}
	form p{
		width: fit-content;
    font-weight: 600;
    color: var(--dark-main-color);
    letter-spacing: 0.1em;
    position: relative;
		margin-bottom: 5px;
	}
	form p::before {
    content: "";
    position: absolute;
    width: 100%;
    bottom: -2px;
    left: 0;
    padding-bottom: 1.2rem;
    background-image: url(../../assets/images/parts/破線parts.svg);
    background-size: 15px 3px;
    background-repeat: repeat-x;
    background-position: left bottom;
	}

	.required {
		color: var(--red);
    margin-left: 10px;
    background: var(--bg-color);
    padding: 0px 5px;
    border-radius: 50px;
    font-size: .9rem;
	}
	.mw_wp_form form .flex{
		width: 100%;
		justify-content: center;
	}
	.mw_wp_form.mw_wp_form_confirm form .flex{
    width: 100%;
    justify-content: center;
    background: var(--bg-color);
		padding: 10px 50px;
    border-radius: 5px;
    flex-flow: column;
	}

	.contact-table:first-of-type {
		margin-right: 10px;
		flex: 1;
	}
	.contact-table:last-of-type {
		margin-left: 10px;
		flex: 1;
	}
	.contact-list {
		margin: 15px 0;
	}
	.mwform-radio-field.horizontal-item {
		display: inline-flex;
	}
	.contact-table .added_to_cart, .contact-table .button, .contact-table button,.contact-table input[type="button"], .contact-table input[type="reset"], .contact-table input[type="submit"]{
		margin: 20px 0;
		background-color: var(--blue-color);
		color: var(--white);
		font-weight: 400;
		width: -webkit-fill-available;
		text-align: center;
		border-radius: 2rem;
		border: 2px solid var(--black);
		box-shadow: 4px 4px var(--black);
		outline: none;
	}

	input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="number"], input[type="tel"], input[type="range"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="color"] {
		height: 50px;
	}
	.mwform-tel-field input[type="text"]{
		height: 2rem;
	  }
	  textarea {
		height: 180px;
	}

	input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="number"], input[type="tel"], input[type="range"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="color"], textarea {
		border-radius: 5px;
		border: 2px solid var(--red);
		background-color: var(--bg-color);
		box-shadow: 4px 4px var(--red);
		font-size: 1rem;
		font-weight: 600;
		color: var(--font-color);
		padding: 5px 10px;
		outline: none;
	  }

	  .input::placeholder {
		color: var(--font-color-sub);
		opacity: 0.8;
	  }

	  .input:focus{
		border: 2px solid var(--input-focus);
	  }


	  .button-log {
		cursor: pointer;
		width: 40px;
		height: 40px;
		border-radius: 100%;
		border: 2px solid var(--main-color);
		background-color: var(--bg-color);
		box-shadow: 4px 4px var(--main-color);
		color: var(--font-color);
		font-size: 25px;
		display: flex;
		justify-content: center;
		align-items: center;
	  }

	  .icon {
		width: 24px;
		height: 24px;
		fill: var(--main-color);
	  }

	  .button-log:active, .button-confirm:active {
		box-shadow: 0px 0px var(--main-color);
		transform: translate(3px, 3px);
	  }
	  input[type="submit"]:hover, input[type="submit"]:active {
		box-shadow: 0px 0px var(--main-color);
		transform: translate(3px, 3px);
	  }

	  .button-confirm {
		margin: 50px auto 0 auto;
		width: 120px;
		height: 40px;
		border-radius: 5px;
		border: 2px solid var(--main-color);
		background-color: var(--bg-color);
		box-shadow: 4px 4px var(--main-color);
		font-size: 17px;
		font-weight: 600;
		color: var(--font-color);
		cursor: pointer;
	}
	.radio-button {
		display: flex;
		align-items: center;
		margin-bottom: 10px;
		cursor: pointer;
	  }

	  .radio-button input[type="radio"] {
		display: none;
	  }

	  .radio-circle {
		width: 20px;
		height: 20px;
		border-radius: 50%;
		border: 2px solid #aaa;
		position: relative;
		margin-right: 10px;
	  }

	  .radio-circle::before {
		content: "";
		display: block;
		width: 12px;
		height: 12px;
		border-radius: 50%;
		background-color: #ddd;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%) scale(0);
		transition: all 0.2s ease-in-out;
	  }

	  .radio-button input[type="radio"]:checked + .radio-circle::before {
		transform: translate(-50%, -50%) scale(1);
	  }

	  .radio-button:nth-of-type(1) input[type="radio"]:checked + .radio-circle::before {
		background-color: var(--base-beige-dark);
	  }

	  .radio-button:nth-of-type(2) input[type="radio"]:checked + .radio-circle::before {
		background-color: var(--white);
	  }

	  .radio-button:nth-of-type(3) input[type="radio"]:checked + .radio-circle::before {
		background-color: var(--green-color);
	  }

	  .radio-label {
		font-size: 16px;
		font-weight: bold;
	  }

	  .radio-button:hover .radio-circle {
		border-color: #555;
	  }

	  .radio-button:hover input[type="radio"]:checked + .radio-circle::before {
		background-color: #555;
	  }

.mw_wp_form_complete .thank-you {
	padding: 10px;
	border-radius: 5px;
    font-size: 1.5rem;
}
