@charset "UTF-8";

:root {

	--primary-color: #399D26; 	/* メインカラー */
	--secondary-color: #FABE28; 	/* サブカラー */
	--accent-color: #F38F00; 	/* アクセントカラー */

	/* 薄めたバリエーション */
	--primary-color-light: #D7EBD3;   /* メインカラー（薄め） */

	/* 濃いバリエーション */
	--primary-color-dark: #136C2F;   /* メインカラー（濃いめ） */

}

html,
body {
	width: 100%;
}

html {
	scroll-behavior: smooth;
	font-size: 62.5%;
}

body {
	position: relative;
	color: #505050;
	background: #fff;
	font-size: clamp(1.6rem, 4vw , 2rem);
	letter-spacing: 0.1em;
	font-weight: 400;
	line-height: 1.8;
	margin: 0 auto;
	font-family: "Noto Sans JP", sans-serif;
	-webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-o-text-size-adjust: 100%;
	text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	/*font-feature-settings: "palt";*/
	min-width: 320px;
}

@media (min-width: 1001px) {
	body {
		font-size: 2rem;
		line-height: 2;
	}
}

body.open {
	overflow: hidden;
}

address {
	font-style: normal;
}

#contents {
	overflow: hidden;
	padding-top: 60px;
}

a {
	color: unset;
	text-decoration: none;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}

a:active,
a:hover {
	opacity: 0.7;
}

h1,
h2,
h3,
h4,
h5,
h6,
strong {
	font-weight: normal;
}

img {
	vertical-align: bottom;
	max-width: 100%;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}

li {
	list-style: none;
}


/* ---------------------------------------------------------------------- */
/* utility
/* ---------------------------------------------------------------------- */
.pc {
	display: none;
}

.sp {
	display: block;
}

@media (min-width: 1001px) {
	.pc {
		display: block;
	}

	.sp {
		display: none;
	}
}

.bg_color {
	background-color: #EDFFE2;
}

.ib {
	display: inline-block;
}

.en {
	font-family: "Jost", sans-serif;
}

.text-center {
	text-align: center !important;
}

.text-left {
	text-align: left;
}

.mb5 {
	margin-bottom: 5px;
}

.mb10 {
	margin-bottom: 10px;
}

.mb15 {
	margin-bottom: 15px;
}

.mb20 {
	margin-bottom: 20px;
}

.mb25 {
	margin-bottom: 25px;
}

.mb30 {
	margin-bottom: 30px;
}

.mb35 {
	margin-bottom: 35px;
}

.mb40 {
	margin-bottom: 40px;
}

.mb45 {
	margin-bottom: 45px;
}

.mb50 {
	margin-bottom: 50px;
}

.mb55 {
	margin-bottom: 55px;
}

.mb60 {
	margin-bottom: 60px;
}

.mb65 {
	margin-bottom: 65px;
}

.mb70 {
	margin-bottom: 70px;
}

.mb75 {
	margin-bottom: 75px;
}

.mb80 {
	margin-bottom: 80px;
}

.mb85 {
	margin-bottom: 85px;
}

.mb90 {
	margin-bottom: 90px;
}

.mb95 {
	margin-bottom: 95px;
}

.mb100 {
	margin-bottom: 100px;
}

.mb110 {
	margin-bottom: 110px;
}

.mb120 {
	margin-bottom: 120px;
}

/* ---------------------------------------------------------------------- */
/* layout
/* ---------------------------------------------------------------------- */
.container {
	padding-top: 80px;
}

.inr {
	max-width: 1290px;
	padding: 0 5vw;
	margin: 0 auto;
}

.w1073 {
	max-width: 1073px;
	margin: 0 auto;
}

@media (min-width: 1001px) {
	.container {
		padding-top: 118px;
	}

	.inr {
		padding: 0 20px;
	}
}


/* ---------------------------------------------------------------------- */
/* header
/* ---------------------------------------------------------------------- */
#header {
	width: 100%;
	height: 80px;
	z-index: 1000;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9998;
	background-color: #fff;
	font-family: "Zen Maru Gothic", sans-serif;
	transition: background-color 0.3s, height 0.3s, top 0.3s;
}

#header .header__inr {
	display: flex;
	height: 100%;
	justify-content: space-between;
	margin-right: auto;
	margin-left: auto;
	z-index: 9999;
	position: relative;
	max-width: 1910px;
	margin: 0 auto;
	padding: 0 min(5%, 20px);
}

#header .header__logo {
	width: clamp(120px, 40vw, 200px);
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 1;
}

#header .logo a {
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	margin-right: auto;
	width: 100%;
	height: 100%;
}

#header .logo a img {
	width: 100%;
	height: auto;
	transform: rotate(0.0001deg);
}

@media (min-width: 1001px) {
	#header {
		width: 100%;
		height: 118px;
	}

	#header .header__inr {
		padding: 0 20px;
	}

	#header .header__logo {
		margin-left: 2%;
	}

}

/* ---------------------------------------------------------------------- */
/* header__nav
/* ---------------------------------------------------------------------- */

.header__nav {
	flex: 1;
	display: none;
	flex-wrap: wrap;
	align-items: center;
	align-self: center;
	justify-content: flex-end;
	line-height: 1.4;
	font-weight: 500;
}

.header__nav>li {
	padding: 10px 18px;
	position: relative;
	margin-right: 3.1%;
}

.header__nav li a {
	font-size: 2rem;
	line-height: 1;
	letter-spacing: 0.12em;
	position: relative;
}

@media (min-width: 1001px) {
	.header__nav {
		display: flex;
	}
}

/* ====== ドロップメニュー本体 ====== */
.header__dropdown-toggle {
	position: relative;
	display: flex;
	gap: 10px;
}

.header__dropdown-toggle::after {
	content: "";
	display: block;
	width: 12px;
	height: 12px;
	border-top: solid 1px #1A1311;
	border-right: solid 1px #1A1311;
	transform: rotate(135deg);
}

.header__dropmenu {
	position: absolute;
	min-width: 300px;
	margin: 0;
	top: 100%;
	left: 50%;
	transform: translateX(-50%);
	padding: 8px 0;
	background: #fff;
	box-shadow: 0 12px 40px rgba(0, 0, 0, .12);
	z-index: 50;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	padding: 0 20px;
	transition: opacity .3s, visibility .3s;
}

.header__dropmenu li a {
	padding: 30px 16px;
	white-space: nowrap;
	display: block;
	text-align: center;
	border-bottom: 1px solid #505050;
}

.header__dropmenu li:last-of-type a {
	border: none;
}

.header__nav>li:hover>.header__dropmenu {
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
	transition: opacity .3s;
}

/* ---------------------------------------------------------------------- */
/* hamburger
/* ---------------------------------------------------------------------- */
.hamburger {
	position: relative;
	flex-shrink: 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 10px;
	cursor: pointer;
}

.hamburger__inr {
	display: block;
	flex: 1;
	position: relative;
	max-width: 100%;
}

.hamburger__inr span {
	display: block;
	width: min(10vw, 82px);
	height: 1px;
	position: relative;
	background-color: #0E1114;
	transition: ease all .5s;
}

header.scroll .hamburger__inr span {
	background-color: #0E1114;
}

.open .hamburger__inr span {
	background-color: #0E1114;
}

.hamburger__inr span:nth-child(1) {
	top: 30%;
}

.hamburger__inr span:nth-child(2) {
	top: 47%;
}

.hamburger__inr span:nth-child(3) {
	top: 64%;
}

.open .hamburger__inr span:nth-child(1) {
	top: 53%;
	transform: rotate(16deg);
}

.open .hamburger__inr span:nth-child(2) {
	display: none;
}

.open .hamburger__inr span:nth-child(3) {
	top: 52%;
	transform: rotate(-16deg);
}

/* ---------------------------------------------------------------------- */
/* header__menu
/* ---------------------------------------------------------------------- */
.header__menu {
	visibility: hidden;
	opacity: 0;
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	padding: 140px 20px 20px;
	background-color: rgba(255, 255, 255, 0.94);
	transition: 0.3s;
}

.open .header__menu {
	visibility: visible;
	opacity: 1;
}

.header__menu-inr {
	max-width: 1290px;
	margin: 0 auto;
	height: 100%;
	padding: 0 0 100px;
	overflow: auto;
	overflow: scroll;
}

.header__menu-list {
	gap: 40px 0;
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
	margin-bottom: 25px;
}

.header__menu-list>li {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 20px;
}

.header__menu-list>li ul {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 24px;

}

.header__menu-list li a {
	display: block;
	font-size: 2rem;
	letter-spacing: 0.12em;
	position: relative;
	text-align: center;
	padding-right: 22px;
}

.header__menu-list ul  li a::after {
	content: "";
	width: 12px;
	height: 12px;
	border-top: solid 1px #231815;
	border-right: solid 1px #231815;
	position: absolute;
	top: 8px;
	position: absolute;
	top: 50%;
	right: 10px;
	transform: translateY(-50%) rotate(45deg);
	transition: right .3s;
}

.header__menu-list li a:hover::after {
	right: 5px;
}

.header__menu-list li .header__menu-ttl a {
	font-size: 30px;
	font-weight: 500;
}

.header__menu-list li .header__menu-ttl a::after {
	width: 14px;
	height: 14px;
}

@media (min-width: 1001px) {
	.header__menu-list {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		margin-bottom: 25px;
	}

	.header__menu-inr {
		padding: 0 20px 100px;
	}

	.header__menu-logo {
		margin-top: 70px;
	}
}

/* ---------------------------------------------------------------------- */
/* footer
/* ---------------------------------------------------------------------- */
.footer {
	position: relative;
	padding: 90px 0 0;
}

.footer__logo {
	text-align: center;
	margin-bottom: 53px;
}

.footer__nav {
	border-top: 1px solid var(--primary-color);
	border-bottom: 1px solid var(--primary-color);
	padding: 50px 0;
}

.footer__menu {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	max-width: 1040px;
	margin: 0 auto;
	gap: 20px 5%;
}

.footer__menu li {
	line-height: 1.4;
    font-family: "Zen Maru Gothic", sans-serif;
	font-size: clamp(1.6rem, 4vw, 2rem);
}

.footer__menu-icon {
	width: 30%;
	max-width: 134px;
}

.footer__menu a[target="_blank"] {
	display: flex;
	height: 100%;
}

.copyright {
	font-size: 1.6rem;
	letter-spacing: 0;
	color: #707070;
	padding: 20px 5px;
	text-align: center;
}

@media (min-width: 1001px) {
	.footer__menu {
		padding: 0 20px;
		justify-content: space-between;
	}

	.footer__menu-icon {
		width: auto;
	}
}

/* ---------------------------------------------------------------------- */
/* mv
/* ---------------------------------------------------------------------- */
#mv {
	position: relative;
	font-family: "Zen Maru Gothic", sans-serif;
	height: calc(100vh - 80px);
	min-height: 500px;
}

.mv__inr {
	height: 100%;
}

.mv__head {
	font-size: min(7vw,5rem);
	font-size: clamp(2rem, calc(20 / 376 * 100vw) ,5rem);
	letter-spacing: 0.12em;
	line-height: 1.3;
	text-align: center;
	padding: 0.35em;
	font-family: "Zen Maru Gothic", sans-serif;
	background: rgba(255, 255 , 255, 0.85);
	box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.16);
	text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.16);
}

.mv__head.mv__head--primary {
	background: #F0F8EE;
}

#mv .mv__head {
	position: absolute;
	top: 43px;
	left: 0;
	right: 0;
}

.mv__body {
	height: 100%;
	padding-top: 5vw;
	display: flex;
	align-items: center;
	justify-content: center;
}

.mv__box {
	width: 776px;
	max-width: 90%;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	font-size: clamp(1.6rem, 4vw, 2.4rem);
	letter-spacing: 0.12em;
	line-height: 1.5;
	padding: 1em;
	box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
	background: rgba(255, 255, 255, 0.85);
}

@media (min-width: 1001px) {
	#mv {
		height: calc(100vh - 118px);
	}

	.mv__body {
		padding-top: 140px;
	}

	.mv__box {
		margin-top: -90px;
		min-height: 258px;
	}
}

/* ---------------------------------------------------------------------- */
/* title
/* ---------------------------------------------------------------------- */
.ctitle {
	color: var(--primary-color);
	font-size: clamp(4rem, 11vw ,8rem);
	font-weight: bold;
	line-height: 1.1;
	letter-spacing: 0.1em;
	text-align: center;
	font-family: "Jost", sans-serif;
}

.ctitle.ctitle--small {
	font-weight: 500;
	line-height: 1.1;
	font-size: min(10vw, 6rem);
	font-size: clamp(3rem, 10vw ,6rem);

}

.ctitle span {
	font-size: clamp(2rem, 5vw ,3rem);
	letter-spacing: 0.12em;
	display: block;
	font-family: "Zen Maru Gothic", sans-serif;
}

.ctitle-border {
	color: var(--primary-color);
	font-size: clamp(3rem, 8vw ,6rem);
	font-weight: 500;
	letter-spacing: 0.1em;
	position: relative;
	text-align: center;
	padding-bottom: .7em;
	line-height: 1.2;
	word-break: break-word;
	font-family: "Jost", sans-serif;
}

.ctitle-border span:not(.ib) {
	font-size: clamp(2rem, 5vw ,3rem);
	letter-spacing: 0.12em;
	display: block;
	font-family: "Zen Maru Gothic", sans-serif;

}

.ctitle-border::after {
	content: "";
	display: block;
	width: 400px;
	height: 1px;
	max-width: 100%;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	background-color: var(--primary-color);
}

.ctitle-border.ctitle-border--small {
	font-size: clamp(2.5rem, 10vw ,4rem);
	line-height: 1.25;
}

/* ---------------------------------------------------------------------- */
/* btn
/* ---------------------------------------------------------------------- */

.cbtn {
	color: #fff;
	background-color: var(--primary-color);
	width: 240px;
	max-width: 100%;
	height: 50px;
	font-weight: 500;
	font-size: clamp(1.6rem, 5vw ,2rem);
	line-height: 1.1;
	letter-spacing: 0.12em;
	border-radius: 25px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	position: relative;
	font-family: "Zen Maru Gothic", sans-serif;
}

.cbtn.cbtn--white {
	color: #505050;
	background-color: #fff;
}

.cbtn.cbtn--gray {
	color: #fff;
	background-color: #505050;
}

.cbtn.cbtn--dark {
	background-color: var(--primary-color-dark);
}

.cbtn.cbtn--medium {
	width: 378px;
	height: 50px;
}

.cbtn.cbtn--large {
	width: 402px;
	height: 50px;
}

.cbtn.cbtn--contact {
	width: 554px;
	padding: 0.1em;
}

.cbtn.cbtn--tel {
	font-size: clamp(1.3rem, 7.5vw, 4rem);
	font-weight: bold;
	width: 490px;
	height: 60px;
	border-radius: 30px;
}

.cbtn--tel-icon {
	font-size: 3rem;
}

.cbtn.cbtn--windows::after {
	content: "";
	width: 16px;
	height: 16px;
	margin-left: 5px;
	background-image: url("../images/icon/icon_window.svg");
	background-size: contain;
	display: inline-block;
}

.cbtn.cbtn--youtube::after {
	content: "";
	width: 28px;
	height: 20px;
	margin-left: 14px;
	background-image: url("../images/icon/icon_youtube02.svg");
	background-size: contain;
	display: inline-block;
}

.cbtn-outline {
	color: #505050;
	background-color: #fff;
	border: 1px solid #707070;
	max-width: 100%;
	width: 402px;
	height: 50px;
	font-weight: 500;
	font-size: 2rem;
	line-height: 1.1;
	letter-spacing: 0.12em;
	border-radius: 25px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	position: relative;
	font-family: "Zen Maru Gothic", sans-serif;
}

.franchise-btn {
	text-align: center;
}

.franchise-btn a {
	display: inline-block;
	box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.16);
}

.more-btn {
	color: #505050;
	font-size: 1.8rem;
	font-weight: bold;
	letter-spacing: 0.06em;
	border: 1px solid #A3A3A3;
	border-radius: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0.6115em;
}

/* ---------------------------------------------------------------------- */
/* cards
/* ---------------------------------------------------------------------- */

.card__wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 4%;
}

.card__wrap.card__wrap--reverse {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}

.card__wrap.card__wrap--center {
	align-items: center;
}

.card__img {
	width: 48%;
	border-radius: 30px;
	overflow: hidden;
	-webkit-box-flex: 1;
	-ms-flex: 1 0 0px;
	flex: 1 0 0;
	min-width: 280px;
}

.card__img img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
}

.card__content {
	width: 48%;
	padding-top: 20px;
	-webkit-box-flex: 1;
	-ms-flex: 1 0;
	flex: 1 0;
	min-width: 280px;
}

.card__btn {
	text-align: center;
}

@media (max-width: 1000px) {
	.card__wrap.card__wrap--vertical {
		display: block;
	}

	.card__wrap.card__wrap--vertical .card__img ,
	.card__wrap.card__wrap--vertical .card__content {
		width: 100%;
	}
}

@media (min-width: 1001px) {
	.card__content {
		padding-top: 30px;
	}
}


/* ---------------------------------------------------------------------- */
/* information
/* ---------------------------------------------------------------------- */
.information {
	padding: 100px 0 90px;
}

.information .ctitle {
	font-size: min(10vw, 8rem);
}

.information__list {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(290px, 1fr));
	max-width: 815px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 80px;
	gap: 50px 6%;
}

.information__list li {
	background: var(--primary-color-light);
	border-radius: 30px;
	text-align: center;
	padding: 16px 10px 55px;
	-webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.16);
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.16);
}

.information__ttl {
	font-size: 2.4rem;
	font-weight: 600;
	letter-spacing: 0.12em;
	margin-bottom: 12px;
	color: var(--primary-color);
}

.information__txt {
	font-size: 1.6rem;
	margin-top: 20px;
	color: #707070;
	line-height: 1.5;
	text-align: center;
}

@media (min-width: 1001px) {
	.information__list {
		margin-bottom: 155px;
	}
}


/* ---------------------------------------------------------------------- */
/* ctable
/* ---------------------------------------------------------------------- */
.ctable {
	width: 100%;
}

.ctable th,
.ctable td {
	border-bottom: 1px solid var(--primary-color);
	vertical-align: middle;
}

.ctable th {
	width: 24.5%;
	padding: 0.64em;
	font-weight: 400;
	color: var(--primary-color);
	font-family: "Zen Maru Gothic", sans-serif;
	font-size: clamp(2rem, 6vw, 2.4rem);
	letter-spacing: 0.12em;
}

.ctable td {
	font-size: clamp(1.6rem, 4vw, 2rem);
	line-height: 2;
	padding: 0.6em;
	letter-spacing: 0.12em;
	padding: 0.95em 0.6em;
}

.ctable td a {
	font-weight: bold;
	color: var(--primary-color);
	text-decoration: underline;
}

.ctable tr:last-of-type th, .ctable tr:last-of-type td {
	border-bottom: none;
}
@media (max-width: 1000px) {

	.ctable th,
	.ctable td {
		width: 100%;
		display: block;
	}

	.ctable tr:first-of-type th {
		border-top: 1px solid var(--primary-color);
	}
}

/* ---------------------------------------------------------------------- */
/* cta
/* ---------------------------------------------------------------------- */
.cta {
	text-align: center;
	padding: 35px 20px;
	border-top: 10px solid var(--primary-color);
	border-bottom: 10px solid var(--primary-color);
	border-left: 1px solid var(--primary-color);
	border-right: 1px solid var(--primary-color);
}

.cta__txt {
	font-size: clamp(1.6rem, 4vw, 2.4rem);
}

.cta .cbtn--large {
    width: 402px;
}

.cta.cta--img {
	display: flex;
	flex-wrap: wrap;
	padding: 0;
}

.cta--img .cta__img {
    flex: 1 0 auto;
    text-align: center;
    flex: 1 0 27%;
    min-width: 200px;
}

.cta--img .cta__img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.cta--img .cta__content {
    flex: 1 0 70%;
    min-width: 280px;
    padding: 28px 5.5%;
}

.cta--img .cta__txt {
	text-align: justify;
    font-size: clamp(1.6rem, 4vw, 2rem);
}

/* ---------------------------------------------------------------------- */
/* video-banner
/* ---------------------------------------------------------------------- */
.video-banner {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	flex-direction: column-reverse;
	gap: 20px;
	width: 100%;
	max-width: 840px;
	margin: 0 auto;
	background-color: #fff;
	border-left: 10px solid var(--primary-color-dark);
	padding: 25px 3% 25px;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.16);

}

.video-banner .cbtn--large {
	max-width: 402px;
    width: 100%;
}

.video-banner__content {
    text-align: center;
    width: 100%;
}


.video-banner__txt {
	display: none;
	font-size: 1.6rem;
}

.video-banner__img {
	border-radius: 20px;
	overflow: hidden;
	margin: 0 auto;
}

@media (min-width: 1001px) {
	.video-banner {
		flex-direction: row;
		padding: 25px 5% 25px 0;
		gap: 0px;
	}

	.video-banner__content {
		flex: 1 0 280px;
		padding: 0 4%;
	}

	.video-banner__img {
		max-width: 100%;
		flex: 0 0 302px;
	}

	.video-banner__txt {
		display: block;
	}
}

/* ---------------------------------------------------------------------- */
/* cat
/* ---------------------------------------------------------------------- */
.cat {
	font-size: 1.2rem;
	letter-spacing: 0.1em;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 600;
	color: #505050;
	background-color: #fff;
	border: 1px solid #A3A3A3;
	border-radius: 6px;
	padding: .159em 1em;
}

@media (min-width: 1001px) {
	.cat {
		padding: .159em 2em;
	}
}

/* ---------------------------------------------------------------------- */
/* tag
/* ---------------------------------------------------------------------- */
.tag {
	font-size: 1.2rem;
	font-weight: 600;
	letter-spacing: 0.1em;
}

.tag::before {
	content: "#";
	color: var(--primary-color);
}

.tag-list {
	display: flex;
	flex-wrap: wrap;
	gap: 19px;
}

/* ---------------------------------------------------------------------- */
/* dot-separator
/* ---------------------------------------------------------------------- */
.dot-separator {
	position: relative;
}

.dot-separator::after {
    content: "";
    position: absolute;
    bottom: 35px;
    left: 50%;
    transform: translateX(-50%);
    display: block;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background-color: var(--primary-color);
}

/* ---------------------------------------------------------------------- */
/* tab
/* ---------------------------------------------------------------------- */
.tab-content__item {
	visibility: hidden;
	opacity: 0;
	transition: opacity 0.5s;
	height: 0;
	overflow: hidden;
	border-radius: 0.5rem;
	padding: 0;
}

.tab-content__item.is-active {
	height: auto;
	visibility: visible;
	opacity: 1;
}

.tab-button {
    color: var(--primary-color);
    font-size: clamp(1.2rem, calc(12 / 376 * 100vw) ,1.8rem);
    letter-spacing: 0.12em;
    padding: 1.278em 1em;
    font-family: "Zen Maru Gothic", sans-serif;
    background-color: transparent;
    border: none;
	cursor: pointer;
}

.tab-button.is-active {
    border-top: 2px solid var(--primary-color);
    border-bottom: 4px solid var(--primary-color);
}

.tabs__buttons {
    border-top: 1px solid var(--primary-color);
    border-bottom: 1px solid var(--primary-color);
	display: flex;
	padding: 0 20px;
}

@media (max-width: 1001px) {
	.tabs__buttons {
		margin-left: -5vw;
		margin-right: -5vw;
		padding-left: 0;
		padding-right: 0;
	}

	.tab-button {
		font-size: clamp(1.2rem, calc(12 / 376 * 100vw) ,1.8rem);
		padding: .8em 1.2em;
	}
}

/* ---------------------------------------------------------------------- */
/* like-num
/* ---------------------------------------------------------------------- */
.like-num {
	display: flex;
	align-items: center;
	gap: 3px;
	font-size: 1.4rem;
	font-weight: bold;
	color: #505050;
	font-family: "Zen Maru Gothic", sans-serif;
}

.like-num::before {
	content: "";
	display: block;
	background: url(../images/icon/icon_heart.svg) no-repeat;
	background-size: contain;
	width: 16px;
	height: 15px;
}

/* ---------------------------------------------------------------------- */
/* pagination
/* ---------------------------------------------------------------------- */
 .pagination {
	display: none;
 }

 /* 通常状態 */
.info__list > li ,.blog__list > li { opacity: 1;  }

/* 追加直後に付けるクラス */
@keyframes fadeUp {
  from { opacity: 0; }
  to   { opacity: 1;  }
}
.info__list > li.fade-up ,
.blog__list > li.fade-up {
  animation: fadeUp .55s cubic-bezier(.22,.61,.36,1) forwards;
}

.wpulike {
  padding:0;
}

.wpulike-heart .wp_ulike_general_class {
  border:none;
  padding:0;
  box-shadow:none;
}

.wpulike-heart .wp_ulike_put_image:after {
  width:15px;
  height:15px;
}

.wpulike-heart button.wp_ulike_btn {
      padding: 0 15px 0 0;
}

/* ======================================================
	ローディング
====================================================== */
#loading {
	position: fixed;
	z-index: 9999;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background-color: #fff;
	-webkit-transition: all 0.3s;
    transition: all 0.3s;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 20px;
}

#loading.loaded {
    opacity: 0;
    visibility: hidden;
}