@charset "UTF-8";
@import url(//use.fontawesome.com/releases/v6.6.0/css/all.css);
@import url('https://fonts.googleapis.com/css2?family=Bubbler+One&family=Plaster&family=Playwrite+US+Modern:wght@100..400&family=Zen+Kaku+Gothic+Antique:wght@300;400;500;700;900&family=Zen+Kaku+Gothic+New:wght@300;400;500;700;900&display=swap');

:root{
	--main-color: #b3cd5c;
	--sub-color: #eee74f;
	--accent-color: #9fd700;
	--passion-color:#ff7757;
	--orange-color: #ffa857;
	--base-color: #F7F5E8;
	--base-dark: #272c1a8c;
	--base-light:#e8ffbd;
	--base-light-clear:#e1e9ea87;
	--black:#202020;
	--dark-main-color: #272c1a;
	--blue-gray-color: #446158;
	--light-gray-color:#c0c5b3;
	--dark-gray-color:#6D7065;
	--text-white-color:#f4f9f3;
	--text-red-color:#b30b00;
	--clear: transparent;
	--max-large-width:1560px;
	--max-width: 1200px;
	--large-width: 1024px;
	--middle-width: 600px;
	--small-width: 350px;

	--color1: #a9d56c;
	--color2: #93aa72;
	--color3: #77806b;

	--color4: #506F26;
	--color5: #81b33d;

	--font-main: "Zen Kaku Gothic New", sans-serif;
	--font-sub: 'Kiwi Maru', serif;
	--font-title: 'Shippori Mincho', serif;
	--font-en: "Playwrite DE Grund", cursive;
	--font-en: "Playwrite US Modern", cursive;
	--font-num: "Bubbler One", sans-serif;
}
:root .colors-blue-gray
{ 	--main-color: #6d7d8c;
	--accent-color: #9fbccd;
	--orange-color: #3189c3;
	--base-dark: #6d818c87;
	--base-light:#dde3e7;
	--base-light-clear:#dde3e787;
	--light-gray-color:#eff1f3;
	--dark-main-color: #142335;
	--dark-gray-color:#65646d;
	--text-bright-color: #FDE7C9;
	--text-red-color:#002ab3;
}
/*========= base ===============*/
html {
	scroll-padding-top: 160px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	overflow-x: hidden;
}
body{
	position: relative;
	overflow: hidden;
	margin: 0;
	font-family: var(--font-main);
	font-size: 16px;
	font-weight: 400;
	background-color: #ffffff00;
}
.entry-footer {
	display: none;
}
main {
	display: block;
	z-index: 2;
	margin: 0 auto;
	position: relative;
	width: 100vw;
	/*min-height: 100dvh;*/
	background-color: #f4f9f3;
}
aside {
	display: block;
	z-index: 1;
	position: relative;
}
#primary {
	display: flex;
	align-items: stretch;
	z-index: 3;
	position: relative;
}
::-webkit-scrollbar {
    width: 6px;
    background: var(--light-gray-color);
}
::-webkit-scrollbar-thumb {
    border-radius: 5px;
	width: 6px;
	background-color: var(--orange-color);
}
*,*:before,*:after {
	-webkit-box-sizing: inherit;
	box-sizing: inherit;
}
li {
	list-style: none;
}
table th,table td {
	border-bottom: none;
	display: block;
	width: 100%;
}
.btn,
a.btn,
button.btn {
	font-size: 1.5rem;
	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(--base-color);
	background-color: var(--blue-gray-color);
	border-radius: 5rem;
}
.btn::before {
	content: "\f105";
	font-family: "Font Awesome 5 Free";
	font-size: 1.5rem;
	font-weight: 900;
	display: inline-block;
	width: 2rem;
	margin-right: 10px;
}
button {
	border: none;
	background: none;
	padding: 0;
	margin: 0;
	cursor: pointer;
	font-family: inherit;
}
.background {
	background-attachment: fixed;
	background-size: cover;
	background-position: center;
}
.t-white{
	color: #FFF;
	color: var(--text-white-color);
	overflow: hidden;
}
.t-dark{
	color: #351414;
	color: var(--dark-main-color);
}
.t-main{
	color: var(--main-color);
}
.text-stroke{
	-webkit-text-stroke: 0.5px;
}
.text-left{
	text-align: left!important;
}
.t-backwhite{
	background-color: #ffffffb8;
    border-radius: 5rem;
	padding: .2rem 2rem;
}
/*========= parts ===============*/
.entry-content {
	/*background-color: var(--base-light);*/
	color: var(--dark-main-color);
}
.none {
	opacity: 0;
}
.flex {
	display: flex;
}
.block {
	display: block;
}
.inline-block {
	display: inline-block;
}
.main-container {
	position: relative;
	z-index: 1;
}
.main-container.block {
	display: block;
}
.glass {
	background: rgb(255 255 255 / 8%);
	/* 透明背景色 */
	-webkit-box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
	box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
	/* 影 */
	-webkit-backdrop-filter: blur(5px);
	backdrop-filter: blur(5px);
	/* ぼかし */
	border: 1px solid rgba(255, 255, 255, 0.25);
}
.important {
	z-index: 99;
}

/*  -----btn------- */
.btn.btn-tel {
	position: relative;
	display: inline-block;
	border-radius: 50px;
	color: var(--base-color);
	font-weight: bold;
	text-align: center;
	background: var(--accent-color);
	padding: 5px 20px;
	font-size: 1.2rem;
}
.btn.btn-tel::before {
	content: "\f2a0";
	font-family: "Font Awesome 5 Free";
	font-size: 1.5rem;
	font-weight: 900;
	display: inline-block;
	width: 2rem;
	margin-right: 10px;
}
/*  -----title------- */
.title {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	flex-direction: column;
	padding: 50px 0;
}
/*.title:first-of-type {
	padding-bottom: 0;
}*/
.title:last-of-type {
	padding-top: 0;
}
.title h2,.title h1 {
	font-family: var(--font-title);
	font-weight: 400;
	width: 100%;
	letter-spacing: 0.15em;
	line-height: 1.5;
	display: inline-block;
	font-size: 2.2rem;
	text-align: center;
	z-index: 0;
}
.title::before {
	content: attr(data-tip);
	display: inline-block;
	border-bottom: 1px solid;
	padding-bottom: 10px;
	margin-bottom: 10px;
	font-weight: 500;
}
/*  -----heading------- */
.heading-1 {
	font-family: var(--font-title);
	color: var(--base-color);
	-webkit-text-stroke: 1px var(--blue-gray-color);
	text-shadow: 3px 3px var(--accent-color);
	font-weight: 800;
	letter-spacing: 0.15em;
	line-height: 1.5;
	display: inline-block;
	font-size: 2.5rem;
	text-align: center;
	margin: auto;
	padding: 1em .7em;
	border: 2px solid var(--accent-color);
	border-radius: 1rem;
	box-shadow: 5px 5px var(--accent-color);
}
.heading-2 {
	font-family: var(--font-title);
	letter-spacing: 0.1em;
	line-height: 1.4;
	display: inline-block;
	margin: auto;
	padding: 1em .7em;
	border: 2px solid var(--accent-color);
	border-radius: 1rem;
	box-shadow: 5px 5px var(--accent-color);
	text-align: left;
	font-size: 1.2rem;
}
.subheading-1 {
	display: flex;
	align-items: center;
	padding: .5em .7em;
}
.subheading-1::before {
	display: inline-block;
	width: 5px;
	height: 1.5em;
	margin-right: .5em;
	background-color: var(--accent-color);
	content: '';
}
/*  -----box-set------- */
.box {
	text-align: center;
	padding: 30px;
}
.box-1 {
	margin-right: auto;
	padding: 1em 1.5em;
	box-shadow: 0 4px 4px rgb(0 0 0 / 5%), 0 2px 3px -2px rgb(0 0 0 / 1%);
	background-image: linear-gradient(transparent calc(100% - 1px), #e6f3ed 50%, #e6f3ed), linear-gradient(90deg, transparent calc(100% - 1px), #e6f3ed 50%, #e6f3ed);
	background-size: 15px 15px;
	background-repeat: repeat;
	background-color: var(--text-white-color);
	color: var(--dark-main-color);
}
/*  -----list-set------- */
.list-2 {
	list-style-type: none;
	padding: 1em;
	border: 2px solid var(--accent-color);
	counter-reset: li;
}
.list-2 li {
	display: flex;
	align-items: center;
	align-items: flex-start;
	padding: .3em;
}
.list-2 li:not(:last-child) {
	border-bottom: 1px dashed var(--accent-color);
}
.list-2 li::before {
	display: inline-block;
	min-width: 1.7em;
	margin-right: 5px;
	border-radius: 50%;
	background-color: var(--accent-color);
	color: #fff;
	font-weight: bold;
	font-size: .75em;
	line-height: 1.7em;
	text-align: center;
	content: counter(li);
	counter-increment: li;
}
/*========= fix back slide CSS ===============*/
.slide-container {
	width: 100%;
	height: 100dvh;
	/* 画面の高さに合わせる */
	overflow: hidden;
	/* スクロールを隠す */
}
.fix-container {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.fix {
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: -0px 70%;
	background-repeat: no-repeat;
	background-attachment: fixed;
	position: absolute;
	bottom: 0;
	left: 0;
}
.fixslide-container {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.fixslide-container:after {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	background: var(--base-dark);
	top: 0;
	left: 0;
}
.fixslide {
	width: 100%;
	height: 100%;
	background-size: cover;
	/* 画像を要素に合わせて拡大縮小 */
	background-position: center;
	/* 画像を中央に配置 */
	background-repeat: no-repeat;
	/* 画像を繰り返さない */
	background-attachment: fixed;
	/* 背景画像を固定 */
	position: absolute;
	/* スライドを絶対配置 */
	top: 0;
	left: 0;
	opacity: 0;
	/* 初期状態では非表示 */
	transition: opacity 2s ease;
	/* フェードイン/アウト */
}
.fixslide.active {
	opacity: 1;
	/* 表示 */
}
/*========= headerのCSS ===============*/
header {
  position: relative;
	position: fixed;
  z-index: 99;
  width: 100%;
	top: 0;
	max-height: 100%;
	transition: overflow 3s, max-height .3s;
}
/*HeightMinというクラス名がついたら高さを小さく、上部固定に*/
#header.HeightMin{
	position: fixed;
	display: flex;
  z-index: 999;
  height: 70px;
  animation: DownAnime 0.5s forwards;
  justify-content: space-around;
	top: 0;
}
#header.HeightMin .top h4 {
	font-size: 1rem;
}
.header-wrapper {
	display: flex;
  /*flex-flow: column;*/
  align-items: center;
	justify-content: space-between;
	position: relative;
}
header #top {
	display: flex;
	align-items: center;
	gap: 10px;
}
header.glass {
  background: var(--base-dark);
	background: var(--text-white-color);
	box-shadow: 0 4px 30px rgb(0 0 0 / 24%);
	border: none;
	border-bottom: 1px solid rgb(177 183 171 / 73%);
}
header.hide {
	overflow: hidden;
	max-height: 0;
}
header.hide .header-wrapper {
	transform: translateY(-100%);
	opacity: 0;
	transition: .3s;
}
/* ---.headA--- */
.headA {
	display: flex;
	justify-content: space-around;
	text-decoration: none;
	letter-spacing: 2px;
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	width: fit-content;
	color: var(--dark-main-color);
}
.headA .text {
	margin-left: 10px;
	margin-left: 10px;
	height: 100px;
	/*text-shadow: 0 0 5px var(--base-color), 0 0 15px var(--base-color);
	/*水平の距離0px 垂直の距離0px 影の大きさ15px 影の色#fff*/
}
.headA a.custom-logo-link{
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: center;
	margin: 10px;
}
#logo-img {
	width: 100px;
	height: 100px;
	margin: auto;
}
#top img {
	padding: 0px 0 15px;
	height: 100%;
	width: 100%;
	object-fit: contain;
}
.headA h4{
	padding-left: 20px;
	font-size: 1.5rem;
}
.nav span{
	padding-left:10px;
}

/*========= ドロップダウンのためのCSS ===============*/
/*==ナビゲーション全体の設定*/
.headB{
	color:#fff;
	color: var(--base-color);
  background-color: var(--clear);
	max-height: 100dvh;
	height: -webkit-fill-available;
}
.headB.hide{
	overflow: hidden;
	max-height: 0;
}
.headB.flex{
	position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.headB nav{
	color:#fff;
	color: var(--dark-main-color);
	text-align: center;
	font-size: 1rem;
	height: 100%;
}
/*ナビゲーションを横並びに*/
.headB ul {
	position: relative;
	display: flex;
	list-style: none;
	margin: 0;
	padding: 0;
	align-items: center;
	align-content: center;
	justify-content: center;
	/* transition: 1s; */
	/* width: 100vw; */
	height: 100%;
}
.headB ul::-webkit-scrollbar {
	display: none;
}
/*ナビゲーションのリンク設定*/
.headB nav ul li {
	position: relative;
	height: 100%;
	display: flex;
	align-items: center;
}
.headB nav ul li a {
	/*矢印の基点にするためrelativeを指定*/
	position: relative;
	text-align: center;
	display: block;
	width: fit-content;
	min-width: 200px;
	text-decoration: none;
	color: #fff;
	color: var(--dark-main-color);
	padding: 20px 10px;
	transition: .3s;
	margin: auto;
	font-size: 1rem;
}
.headB nav ul li li a{
	padding: 10px 3px;
}
.headB nav li.menu-item-has-children ul{
	position: absolute;
  left:0;
  top:100%;
  width:100%;
	visibility:visible;
	opacity:1;
	display: none;
	/*transition:.3s;*/
	height: auto;
}
.headB nav li a span {
	transition: .3s;
}
.headB nav li.menu-item-has-children a span {
	position: relative;
}
.headB nav li.menu-item-has-children>a>span::before {
	content: '';
	position: absolute;
	left: -25px;
	top: 50%;
	width: 10px;
	height: 10px;
	border-top: 2px solid var(--dark-main-color);
	border-right: 2px solid var(--dark-main-color);
	transform: rotate(135deg) translateY(5px);
	transition: .3s;
	transform-origin: center;
}
.headB nav li.menu-item-has-children.active>a>span {
	color: var(--orange-color);
}
.headB nav li.menu-item-has-children.active>a>span::before {
	transform: rotate(-45deg);
	border-color: var(--orange-color);
}
.headB nav ul li a:hover span {
	color: var(--orange-color);
}
.headB nav ul li a:hover span::before {
	scale: 1;
	border-color: var(--orange-color);
	color: var(--orange-color);
}
.headB nav li.menu-item-has-children ul li {
	width: 100%;
	text-align: left;
	height: fit-content;
}
.headB.hide ul {
	transform: translateY(-100%);
	opacity: 0;
}

/*==================================================
　5-2-6 3本線が回転して×に
===================================*/
.fas.fa-bars{
	font-size: 2em;
}
/* ============================ */
/* <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: flex;
	position: fixed;
	top: 0;
	right: 0;
	margin: 10px;
	z-index: 998;
}
/* <style for menu__icon> ======== */
.menu-toggle {
	width: 32px;
	height: 32px;
	padding: 4px;
/*top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);*/
}
.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;
}
.menu-toggle span:nth-child(2) {
	animation: ease .8s menu-icon-scaled-2 forwards;
}
.menu-toggle span:nth-child(3) {
	animation: ease .8s menu-icon-bottom-2 forwards;
}
/*activeクラスが付与されると線が回転して×になる*/
.headC.active span:nth-child(1) {
	animation: ease .8s menu-icon-top forwards;
}
.headC.active span:nth-child(2) {
	animation: ease .8s menu-icon-scaled forwards;
}
.headC.active span:nth-child(3) {
	animation: ease .8s menu-icon-bottom forwards;
	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方向にスケール拡大*/
}

/*========= mainimages ===============*/
.img-box .slick-slider,.img-box .slick-list,.img-box .slick-track,.img-box .slick-slide{
	height: 100%;
}
.mainimages {
	position: relative;
	width: 100%;
	background-color: #e7dedd;
	background-color: var(--base-light);
}
.mainimages .wrapper{
	position: relative;
	width: 100%;
	height: 85dvh;
	margin: 0px;
	display: grid;
	grid-template-columns: repeat(6, 1fr);
  grid-template-rows: 1fr 1fr 1fr 1fr 1fr 1fr;
}
.mainimages .wrapper {
	height: calc(85dvh - 100px);
	margin-top: 100px;
}
.mainimages .wrapper::before {
	content: "";
	position: absolute;
	background-image: url(../../assets/images/mainimage_background.webp);
	background-position: right -30vw bottom 0;
	background-repeat: no-repeat;
	background-size: cover;
	right: 0;
	bottom: 0;
	/* transform: translateX(-50%); */
	width: inherit;
	width: 100%;
	height: 100%;
	z-index: 1;
}
.mainimages.small-mainimages .wrapper::before {
	background-image: url(../../assets/images/smallmainimage_background.webp);
	background-position: top right;
}
.mainimages .text {
	position: absolute;
	grid-row: 4;
	grid-column: 1 / -1;
	display: flex;
	flex-flow: column;
	align-items: flex-start;
	justify-content: flex-end;
	text-align: left;
	width: 100%;
	padding-left: calc(100% / 6 * 1);
	color: var(--dark-main-color);
	font-weight: 200;
	z-index: 2;
}
.mainimages .text h1{
	font-size: 5vw;
	position: relative;
	z-index: 1;
}
.mainimages .text h2 {
	font-family: var(--font-title);
	font-weight: 400;
	font-size: 2rem;
}
.mainimages .text::after{
	content: "";
  width: 100vw;
	z-index: 0;
	top: 0;
	left: 0;
	height: 30px;
  position: absolute;
	background-repeat: repeat-x;
	background-size: contain;
}
.mainimages .text h2 .inline-block {
	background-color: #f4f9f3a3;
  padding: 0.01em 0.2em;
}
.mainimages .wrapper-blur {
	content: '';
  backdrop-filter: blur(12px);
  position: absolute;
  width: 100%;
  height: 100dvh;
  opacity: 0;
  z-index: 1;
}
/*  ------------ top-banner --------------- */
.top-banner {
	height: 15dvh;
	background-color: var(--accent-color);
}
.top-banner .flex {
  height: 100%;
  gap: 20px;
	justify-content: center;
	align-items: center;
}
.top-banner .child {
	width: 50%;
	height: 100%;
	flex: 1;
	display: flex;
  justify-content: center;
  align-items: center;
}
.top-banner img{
  height: 100%;
  width: 100%;
  object-fit: contain;
  padding: 10px 0;
}
#top-background{
	background-size: cover;
  background-position: center;
}
/*  --------------------------- */
.images{
	position: relative;
  width: 100%;
  overflow: hidden;
  margin: 0 0 0 auto;
  z-index: 0;
  grid-row: 1 / 4;
  grid-column: 3 / -1;
}
.images::before {
  content: "";
	z-index: 2;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(90deg, #e7dedd, rgba(255,255,255,0) 15%);
	background: linear-gradient(90deg, var(--base-light), rgba(255,255,255,0) 15%);
}
.images img,.images2 img{
	width: 100%;
  height: 100%;
  object-fit: cover;
}
.img-box{
  position: relative;
  margin: 0;
  overflow: hidden;
  z-index: 0;
	grid-row: 4/-1;
  grid-column: 1 / 5;
}
.img-box.all {
  grid-row: 1 / -1;
  grid-column: 1 / -1;
}
.img-box::before {
  content: "";
	z-index: 2;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(270deg, #e7dedd, rgba(255,255,255,0) 15%);
	background: linear-gradient(270deg, var(--base-light), rgba(255,255,255,0) 15%);
}
.img-box::before,.cover::before {
  content: "";
  right: 0;
  top: 0;
	width: 100%;
  height: 100%;
  background-color: #ffffff29;
	z-index: 3;
}
.wrapper-cover{
  position: absolute;
  left: 0;
  top: 0;
	width: calc((100vw - 768px) / 2);
  height: 100dvh;
  background-color: #ffffff7a;
	z-index: 3;
}
/*========= toppage content ===============*/
.nayami .box {
	background: var(--dark-main-color);
}
.main-content{
	position: relative;
}
main.page .entry-content section {
	padding: 100px 0;
	color: var(--dark-main-color);
	/*background-color: var(--base-light);*/
}
main.page .entry-content .title {
	padding: 20px;
}
/*  ----------.bookmark-------------- */
.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(--dark-main-color);
	background-color: var(--base-color);
}
.circle:hover{
	transform: translateY(-5px);
	transition: .5s;
}
.circle span{
	position: absolute;
	display: inline-block;
	left: 0;
	top: 20%;
	width: 120px;
	height: 120px;
	color: var(--dark-main-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(--dark-main-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(--dark-main-color);
}
.bookmark.contactBT .circle span{
	width: 120px;
	height: 120px;
	color: var(--base-color);
}
.bookmark.contactBT .circle p{
	top: 45%;
	width: 120px;
	height: 120px;
	font-size: 1rem;
	color: var(--base-color);
}
/*  -----------.con1------------- */
.con1{
	position: relative;
	color: var(--dark-main-color);
	font-weight: 800;
	background-color: var(--base-color);
}
.con1 .svg-anm_1{
	position: absolute;
	right: 0;
	top: 0;
	z-index: 0;
	width: 20%;
}
.con1 .svg-anm_2{
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 0;
	width: 20%;
}
.con1 .svg-anm_2,.con1 .svg-anm_1 {
	width: 50%;
	height: 30%;
}
.con1 .text {
	margin: auto;
	line-height: 1.5;
	letter-spacing: 0.06em;
	position: relative;
	z-index: 1;
	padding: 4rem 2rem;
	overflow: auto;
}
.con1 .text::-webkit-scrollbar {
	height: 5px;
}
/*スクロールバーの動く部分*/
.con1 .text::-webkit-scrollbar-thumb {
	width: 4px;
	border-radius: 4px;
}
.con1 .photo .frame1 {
	top: -10%;
	width: 215px;
}
.con1 .photo .frame2 {
	bottom: -10%;
	width: 120px;
}

/*  ---------.concept---------- */
.concept {
	color: var(--dark-main-color);
	padding: 45px 0;
	position: relative;
	width: 100%;
	height: 100%;
}
.concept p {
	color: var(--base-color);
}
.concept .title {
	color: var(--main-color);
}
/* ------ */
.photo{
	position: relative;
	flex: 1;
    height: 160px;
}
p.date {
    font-size: .8rem;
}
p.posttitle {
    font-size: 1.1rem;
    font-weight: bold;
    -webkit-text-stroke: 0.5px;
}

/*  -----------.bg_image-------------*/

/*  -----------.bg_image_point-------------*/
.bg_image {
	position: relative;
	background-color: #e1e9eaab;
}
.bg_image .title {
	color: #424242;
}
.bg_image p {
	color: var(--dark-main-color);
}
.bg_image::after,
.bg_image::before {
	content: "";
	position: absolute;
	top: 0;
	width: 50%;
	height: 100%;
	background-size: contain;
	background-repeat: no-repeat;
	z-index: 0;
}
.bg_image::after {
	right: 0;
	background-position: 100% -100px;
	background-image: url(../../assets/images/smallmainimage_background.webp);
}
.bg_image::before {
	left: 0;
	background-position: 100% -100px;
	background-image: url(../../assets/images/smallmainimage_background.webp);
	transform: scale(-1, 1);
}
.bg_image>* {
	z-index: 1;
}
/*  -----------.bg_image_backfix-------------
.bg_image {
	position: relative;
}
.bg_image::after,
.bg_image::before {
	content: "";
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	z-index: 0;
}
.bg_image .title {
	color: #c9e17a;
}
.bg_image:after {
	position: absolute;
	background-color: #e1e9eacf;
	background: var(--base-dark);
	top: 0;
	left: 0;
	z-index: 1;
}
.bg_image:before {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	position: absolute;
	background-image: url(../../assets/images/green.jpg);
	top: 0;
	left: 0;
	z-index: 0;
}
.bg_image>* {
	z-index: 2;
}

/*========= footer ===============*/
footer{
	display: block;
	/*background: linear-gradient(to top, #fffccc, 80%,#007bbd00);*/
	color: #eee;
	background: #8c6f6d;
	background: var(--main-color);
	z-index: 2;
    position: relative;
}
footer .main-container{
	padding-top: 50px;
	padding: 40px 20px;
}
.iconmenu .menu-image-title-after.menu-image-title {
    display: none;
}
.iconmenu #nav{
	display: flex;
}
.iconmenu .dashicons, .dashicons-before:before {
	width: 2rem;
  height: 2rem;
  font-size: 2rem;
}
/* ---footA--- */
.footA{
	display: block;
}
.footA img{
	width: 20em;
	margin-top: 10px;
	margin-bottom: 10px;
}
.footA p{
	margin-top: 0;
	margin-bottom: 0;
	font-size: 1.1rem;
}
.footA a{
	color: inherit;
	text-decoration: none;
}
.footA-2 {
	margin-top: 0;
}
.footA-2 img {
	width: 100%;
	margin-top: 10px;
	margin-bottom: 10px;
}
.footA-2 .banner .widget {
	margin: 0;
}
.footA-2 .banner {
	gap: 10px;
}
.footA-2 p {
	margin-top: 0;
	margin-bottom: 0;
	font-size: 1.1rem;
}
.footA-2 a {
	width: fit-content;
  height: fit-content;
  display: block;
}
.footA-2 a:hover {
	opacity: 0.8;
}
/* ---footB--- */
.footB{
	display: flex;
	width: 100%;
	margin-bottom: 20px;
	justify-content: center;
}
.footB ul {
	padding-top: 10px;
	display: flex;
	flex-wrap: wrap;
	gap: 20px 40px;
	justify-content: flex-start;
}
.footB ul.sub-menu {
	flex-flow: column;
}
.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;
	font-weight: 200;
}
.footB ul li a:hover {
	opacity: 0.7;
}
/* ---footC--- */
.footC {
	margin-bottom: 20px;
	text-align: center;
}
.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(--dark-main-color);
	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;
}
/*========= page ==========*/
.small-mainimages {
	background-color: #e7dedd;
	background-color: var(--base-light);
	/*background: url(/images/top_fv-visual3.webp);*/
	background-repeat: no-repeat;
	background-size: cover;
	z-index: 1;
}
.small-mainimages .wrapper {
	height: 20dvh;
	position: relative;
}
.small-mainimages .wrapper::after {
	content: "";
	width: 100%;
	bottom: 0;
	height: 30px;
	position: absolute;
	background-repeat: repeat-x;
	background-size: contain;
}
.small-mainimages .images {
	grid-row: 1 / -1;
	grid-column: 4 / -1;
}
.small-mainimages .img-box {
	grid-row: 1 / -1;
	grid-column: 1 / 4;
}
.small-mainimages .title {
	/*padding: 55px 2%;
	background: linear-gradient(to bottom, #ffffff 5%,#007bbd00);
	background-size: cover;*/
	position: relative;
	grid-row: 1 / -1;
	grid-column: 1 / -1;
	padding: 0;
	z-index: 3;
	display: flex;
	flex-flow: column;
	align-items: flex-start;
	justify-content: center;
	background-color: var(--base-light-clear);
}
.small-mainimages img {
	width: 100%;
	margin: 0;
	z-index: -1;
}
.small-mainimages img.titleicon {
	width: auto;
	height: 1em;
	overflow: visible;
	vertical-align: -.125em;
}
.small-mainimages .title h2 {
	width: auto;
}
.small-mainimages .title h2:before {
	top: -48px;
	left: calc(50% - 45px);
}
.small-mainimages .title h2 i {
	top: -42px;
	left: calc(50% - 42px);
}
.small-mainimages .title h2 span:before {
	top: -41px;
	left: calc(50% - 38px);
}
.small-mainimages .title h2 span:after {
	top: 4px;
	left: calc(50% - 36px);
	width: 82px;
}
.small-mainimages .title:before,
.small-mainimages .title::after {
	content: none;
}
/*========= about ===============*/
.access {
	padding: 13rem 0;
}
.access .flex-box {
	display: flex;
	justify-content: left;
	width: 100%;
}
.access .address-access {
	margin-top: 20px;
	margin-left: 30px;
	margin-right: 30px;
	flex: 1;
	display: flex;
	flex-flow: column;
	align-items: center;
}
.address-access h3 {
	letter-spacing: .15em;
}
.welcome{
	margin: 150px 0 50px;
}
.welcome{
  position: relative;
  border: solid 2px var(--accent-color);
  border-radius: 3px 0 3px 0;
	background-color: #f0f8ff;
	width: 100%;
	min-height: 200px;
	height: 60dvh;
}
.welcome:before,.welcome:after{
  content: '';
  position: absolute;
	border: solid 2px var(--accent-color);
	background: var(--accent-color);
  border-radius: 50%;
	width: 10px;
	height: 10px;
}
.welcome:after {
	top: -12px;
	left: -12px;
}
.welcome:before {
	bottom: -12px;
	right: -12px;
}
.welcome .fix-container {
	clip-path: inset(0);
}
.welcome .fix-wrapper {
    position: relative;
	width: 100%;
	height: 100%;
	background-size: cover;
}
.welcome .fix-wrapper:before {
	content:"";
    display:block;
    position:fixed;
    top:0;
    left:0;
    z-index:-1;
    width:100%;
    height:100vh;
    background-repeat: no-repeat;
    background-position: -0px 70%;
    background-size: cover;
    background-image: url(../images/hyogo-map-real-all3.webp);
}
.welcome .fix-wrapper img{
  width: 350px;
  height: auto;
  position: absolute;
  top: 5%;
  left: 15px;
}
@media screen and (orientation: portrait) {
.welcome{
	height: 80dvh;
}
.welcome .fix-wrapper:before {
  background-size: 275%;
  background-position: 55% 70%;
}
.welcome .fix-wrapper img {
	top: 5%;
	width: 60%;
}
}
/*========= Service ===============*/
.asterisk::before {
	content: "*";
	font-weight: 600;
	position: relative;
	/* left: -.6rem; */
	top: -.3rem;
	color: var(--passion-color);
}
.bc {
	border: 2px solid var(--accent-color);
	text-align: left;
	display: flex;
	align-items: center;
	padding: 30px 80px;
	justify-content: center;
	margin: auto;
	margin-bottom: 50px;
}
.list{
	list-style-type: none;
  padding: 0em 1em 1em;
	width: fit-content;
}
.list li {
	display: flex;
	align-items: flex-start;
	gap: 0 5px;
	padding: .3em;
	width: fit-content;
}
.list li:before {
	display: inline-block;
	width: 10px;
	height: 5px;
	border-bottom: 2px solid var(--accent-color);
	border-left: 2px solid var(--accent-color);
	transform: rotate(-45deg) translateY(-1.5px);
	content: '';
	margin-top: .8rem;
}
/*.list li h3 ,.list li p {
	width: calc(100% - 10px);
}*/
.down{
	width: fit-content;
	padding: 0;
  padding-left: 15px;
  min-width: fit-content;
  margin-left: 20px;
}
.down span {
	position: relative;
}
.down span::before {
  content: '';
  position: absolute;
  left: -15px;
	top: 15px;
  width: 10px;
  height: 10px;
  border-top: 1.5px solid var(--dark-main-color);
  border-right: 1.5px solid var(--dark-main-color);
  transform: rotate(180deg) translateY(5px);
  transition: .3s;
  transform-origin: center;
}
.list .down {
	display: flex;
}
.Service ul{
	display: flex;
	flex-wrap: wrap;
	gap: 6.66%;
	justify-content: center;
}
.Service li {
	width: 20%;
	padding-bottom: 40px
}
.Service li .photo p {
  position: absolute;
  bottom: 10%;
  left: -25px;
  font-weight: 500;
  color: var(--text-white-color);
  text-align: left;
	line-height: 1;
}
.Service li .photo p span {
	background-color: #9fd700e6;
	padding: 15px 40px;
	white-space: nowrap;
}
.Service li .photo p span:nth-child(2) {
	padding-top: 0;
}
.Service li .photo span.number {
  position: absolute;
  top: -5%;
  right: 5%;
  white-space: nowrap;
  font-size: 10rem;
  font-family: var(--font-num);
  font-weight: 100;
  opacity: .8;
  color: var(--sub-color);
  /* transform: rotateZ(4deg); */
  line-height: 100%;
}
.Service li .photo {
	flex: none;
	height: auto;
}
.Service li .photo img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	aspect-ratio: 1;
	border-radius: 50%;
}
.base{
	display: flex;
}
#Independence .bc {
	width: 70%;
	margin-bottom: 20px;
}
#Independence .list {
	width: 100%;
}
#Independence .list .flex {
	width: 100%;
	gap: 60px;
	justify-content: space-around;
}
#Independence .iconimage {
	width: 200px;
}
#Independence h3:not(.list h3) {
	display: flex;
	align-items: center;
	padding: .5em .7em;
	letter-spacing: 0.05em;
}
#Independence .flex.iconflex {
	display: flex;
	gap: 50px;
	align-items: center;
}
/*========= blog ===============*/
.list .main-container{
	background-color: var(--base-light);
}
.conbox.list .title{
	color: #fff;
	width: 50vw;
}
.conbox.list .title h2{
	font-size: 1.5rem;
}
.list .text{
	flex: 7;
	text-align: left;
	color: #000;
	margin: 0 20px;
}
.list .title{
	color: var(--dark-main-color);
	font-size: 1.3rem;
	margin: 5px 0 15px;
	letter-spacing: 0.08em;
}
.list p{
	font-size: 1rem;
}
.list .date{
	font-size: .8rem;
	color: #65646d;
}
.list .photo{
	flex: 3;
	height: 300px;
	position: relative;
	overflow: hidden;
}
.list .photo img {
	width: 100%;
	height: 100%;
	position: relative;
	object-fit: cover;
}
.list .photo p {
	position: absolute;
	bottom: 5px;
	right: 5px;
	background-color: var(--accent-color);
	color: #fbfbff;
	border-radius: 2rem;
	font-size: .9rem;
	line-height: 1;
	padding: .1em 1em .5em;
}
.list ul {
	display: block;
	border: none;
	position: relative;
	margin: auto;
	background-color: #ffffff00;
	width: 100%;
}
.list ul li a{
	display: flex;
	border: solid 2px var(--main-color);
	padding: 1.5em;
	position: relative;
    margin: 30px auto;
	background-color: #ffffff8e;
}
.list ul li:before {
	font-family: "Font Awesome 5 Free";
	content: none;/*アイコン種類*/
	position: absolute;
	left : 3.5em; /*左端からのアイコンまで*/
	color: #9574b1; /*アイコン色*/
}
.list a.btn{
	position: absolute;
	right: 20px;
	bottom: 20px;
}
.list .context-blog ul li a{
	border: solid 2px var(--accent-color);
}
.list .context-blog .photo p {
    background-color: var(--main-color);
}

.context-blog .more-link {
	background-color: var(--main-color);
}
.button-flame {
    position: relative;
    z-index: 5;
}
.cta {
	position: relative;
	margin: 10px auto;
	padding: 12px 18px;
	transition: all 0.2s ease;
	border: none;
	background: none;
	cursor: pointer;
	display: flex;
	align-items: center;
}
a.cta {
	display: block;
	width: fit-content;
}
.cta:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	border-radius: 50px;
	background: var(--accent-color);
	width: 50px;
	height: 50px;
	transition: all 0.3s ease;
}
.cta span {
	position: relative;
	font-family: "Ubuntu", sans-serif;
	font-size: 18px;
	font-weight: 700;
	letter-spacing: 0.05em;
	color: var(--dark-main-color);
}
.cta i,.cta svg {
	position: relative;
	top: 0;
	margin-left: 10px;
	fill: none;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke: var(--dark-main-color);
	color: var(--dark-main-color);
	stroke-width: 2;
	transform: translateX(-5px);
	transition: all 0.3s ease;
}
.cta.down i,.cta.down svg {
	transform: translateX(0) translateY(-1px);
}
.cta:hover:before {
	width: 100%;
	background: var(--accent-color);
}
.cta:hover i,.cta:hover svg {
	transform: translateX(0px);
}
.cta.down:hover i,.cta.down:hover svg {
	transform: translateY(3px);
}
.cta:active {
	transform: scale(0.95);
}
/*========= single.php  CSS ===============*/
.single-page .hentry {
	display: flex;
}
.single.title h2 {
	font-size: 1.5rem;
	font-weight: 400;
	font-family: var(--font-sub);
}
.single-page .entry-thumbnail {
	flex: 1;
}
.single-page .entry-thumbnail img {
	width: 100%;
	padding: 50px 20px 0;
}
.single-page .main-container {
	background-color: var(--base-light);
}
.text#planetext {
	flex: 2;
	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 ===============*/
.small-mainimages .title h2 span.error {
	font-family: var(--font-main);
	font-size: 1.2rem;
}
.text#planetext.error {
	padding: 50px 20px;
	min-height: 410px;
}
 /*========= text-stroke CSS ==============*/
.footA h4{
	-webkit-text-stroke: 0.2px;
}
/*============= privacy policy ============*/
.privacy-policy p {
	font-size: 1rem;
	line-height: 1.5;
}
.privacy-policy li ul {
	margin-left: 40px;
}
.privacy-policy>li:not(:last-child){
	padding-bottom: 40px;
}
.privacy-policy>li p:not(:last-child) {
	padding-top: 20px;
}
.privacy-policy li ul ul {
	margin-bottom: 20px;
}

/* パンくずリスト */
.breadcrumbsWrap {
	width: 100%;
	margin: auto;
	font-size: .9rem;
	color: var(--dark-main-color);
	margin-top: 10px;
	white-space: nowrap;
	overflow-x: scroll;
	-ms-overflow-style: none;
	scrollbar-width: none;
}
.breadcrumbs {
	display: flex;
	align-items: center;
	justify-content: center;
}
.breadcrumbs .home {
	color: var(--orange-color);
}
.breadcrumbs .arrow {
	display: inline-block;
	content: '';
	width: 6px;
	height: 6px;
	border-top: solid 1.5px var(--dark-main-color);
	border-right: solid 1.5px var(--dark-main-color);
	margin-right: 10px;
	margin-left: 10px;
	transform: rotate(45deg);
}
/* form */
form {
	background: var(--base-light);
}
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,
select {
	padding: 5px 10px;
	border: none;
	border-bottom: solid 1px var(--dark-gray-color);
	border-radius: 3px;
}
select,textarea{
  border: solid 1px var(--dark-gray-color);
}
.required {
	color: var(--text-red-color);
	width: fit-content;
	white-space: nowrap;
	background: var(--base-color);
	border-radius: 1rem;
	padding: 1px 10px 5px;
	padding: 1px 4px 2px;
	padding: 0px 3px 1px;
}
.mw_wp_form_complete .thank-you {
	background-color: var(--base-light);
	padding: 10px;
	border-radius: 5px;
}
.card {
	width: 100%;
	padding-bottom: 40px;
}
.inputBox {
	display: flex;
	flex-direction: column-reverse;
	align-items: left;
	justify-content: flex-start;
	margin-bottom: 35px;
}
.inputBox:last-of-type{
  margin: 0;
}
.inputBox div {
	display: flex;
	flex-direction: row-reverse;
	justify-content: flex-end;
	align-items: center;
	gap: 10px;
}
span.mwform-zip-field {
	display: flex;
    width: min-content;
	align-items: center;
}
span.mwform-zip-field input{
	width: 4rem;
}
input[type="text"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="number"]:focus, input[type="tel"]:focus, input[type="range"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="week"]:focus, input[type="time"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="color"]:focus, textarea:focus {
  border-color: var(--orange-color);
}
:focus-visible {
  outline: var(--orange-color) auto 1px;
}
input[type="submit"] {
	font-family: 'Ropa Sans', sans-serif;
	/* font-family: 'Valorant', sans-serif; */
	color: white;
	cursor: pointer;
	font-size: 13px;
	font-weight: bold;
	letter-spacing: 0.05rem;
	border: 1px solid #0E1822;
	padding: 0.8rem 2.1rem;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 531.28 200'%3E%3Cdefs%3E%3Cstyle%3E .shape %7B fill: %23FF4655 /* fill: %230E1822; */ %7D %3C/style%3E%3C/defs%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_1-2' data-name='Layer 1'%3E%3Cpolygon class='shape' points='415.81 200 0 200 115.47 0 531.28 0 415.81 200' /%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
	background-color: #0E1822;
	background-size: 200%;
	background-position: 200%;
	background-repeat: no-repeat;
	transition: 0.3s ease-in-out;
	transition-property: background-position, border, color;
	position: relative;
	z-index: 1;
}
input[type="submit"]:hover {
	border: 1px solid var(--passion-color);
	color: var(--base-color);
	background-position: 40%;
}
input[type="submit"]:before {
	content: "";
	position: absolute;
	background-color: var(--dark-main-color);
	width: 0.2rem;
	height: 0.2rem;
	top: -1px;
	left: -1px;
	transition: background-color 0.15s ease-in-out;
}
input[type="submit"]:hover:before {
	background-color: var(--base-color);
}
input[type="submit"]:hover:after {
	background-color: var(--base-color);
}
input[type="submit"]:after {
	content: "";
	position: absolute;
	background-color: var(--accent-color);
	width: 0.25rem;
	height: 0.25rem;
	bottom: -1px;
	right: -1px;
	transition: background-color 0.15s ease-in-out;
}
.button-borders {
	position: relative;
	width: fit-content;
	height: fit-content;
}
.button-borders:before {
	content: "";
	position: absolute;
	width: calc(100% + 0.5em);
	height: 50%;
	left: -0.25em;
	top: -0.25em;
	border: 1px solid var(--dark-main-color);
	border-bottom: 0px;
	/* opacity: 0.3; */
}
.button-borders:after {
	content: "";
	position: absolute;
	width: calc(100% + 0.5em);
	height: 50%;
	left: -0.25em;
	bottom: -0.25em;
	border: 1px solid var(--dark-main-color);
	border-top: 0px;
	/* opacity: 0.3; */
	z-index: 0;
}
.shape {
	fill: var(--dark-main-color);
}