@charset "UTF-8";
/*!
Theme Name: OceanWP Child Theme
Theme URI: https://oceanwp.org/
Description: OceanWP WordPress theme. Sample child theme.
Author: OceanWP
Author URI: https://oceanwp.org/
Template: oceanwp
Version: 1.0
*/
/* Parent stylesheet should be loaded from functions.php not using @import */
:root {
	--main-color: #8583cb;
	--main-color-light: #efefff;
	--accent-color: #4e744e;
	--swiper-navigation-color: #222;
	--pc-nav-menu-height: 50px;
}

/**
* -------------------------------------------
* elements
* --------------------------------------------
*/
@font-face {
	font-family: "Caslon";
	src: url("./assets/font/Caslon224Std-Book.otf");
}
body {
	overflow-x: hidden;
	color: #000;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 500;
}

/**
* -------------------------------------------
* header
* --------------------------------------------
*/
#site-header {
	position: fixed;
	top: 0;
	left: 0;
}

.admin-bar #site-header {
	top: 32px;
}

@media (max-width: 782px) {
	.admin-bar #site-header {
		top: 46px;
	}
}
.site-header-row {
	display: contents;
}

@media (min-width: 1081px) {
	.site-header-row {
		display: flex;
	}
}
.site-header-row.--column {
	flex-direction: column;
}

/* サイトロゴ
---------------------------------------------*/
#site-logo {
	padding-top: 1vmin;
}

@media (min-width: 1081px) {
	#site-logo {
		float: none;
		margin-right: auto;
	}
}
#site-header .custom-logo-link {
	display: flex;
	align-items: center;
	column-gap: 10px;
}

#site-header .custom-logo-link:hover {
	color: #444;
}

#site-header #site-logo #site-logo-inner {
	height: 74px;
}

#site-header .site-logo-link__logo > img {
	height: 52px;
}

@media (min-width: 768px) {
	#site-header .site-logo-link__logo > img {
		height: 70px;
	}
}
@media (min-width: 1081px) {
	#site-header .site-logo-link__logo > img {
		height: 90px;
	}
}
#site-header #site-logo .site-logo-link__title > img {
	width: 130px;
	height: auto;
	margin: 0 0 6px;
}

@media (min-width: 768px) {
	#site-header #site-logo .site-logo-link__title > img {
		width: 170px;
	}
}
@media (min-width: 1081px) {
	#site-header #site-logo .site-logo-link__title > img {
		width: 220px;
	}
}
#site-header .site-logo-link__title > span {
	display: block;
	color: #444;
	font-size: 10px;
	letter-spacing: 0.05em;
	line-height: 1.4;
	text-align: center;
}

@media (min-width: 768px) {
	#site-header .site-logo-link__title > span {
		font-size: 14px;
	}
}
#site-header #site-logo .custom-logo-link:hover img {
	opacity: initial;
}

/* ヘッダーコンテンツ
---------------------------------------------*/
.header-contents {
	display: flex;
	column-gap: 16px;
	align-items: center;
	flex-shrink: 0;
	color: #000;
}

@media (max-width: 1080px) {
	.header-contents {
		display: none;
	}
}
.header-contents__tel {
	color: #d4024a;
	font-family: "Caslon";
	font-size: 24px;
}

@media (min-width: 1200px) {
	.header-contents__tel {
		font-size: 32px;
	}
}
.header-contents__tel a {
	color: inherit;
}

.header-contents__tel a:hover {
	color: var(--main-color);
}

.header-contents__tel i {
	font-size: 82%;
}


.header-contents__contact {
	display: flex;
	gap: 16px;
}

.header-contents__btn {
	display: inline-flex;
	padding: 0.5em;
	background: var(--accent-color);
	color: #fff;
	font-size: 13px;
	line-height: 1;
}

.header-contents__btn:hover {
	color: #f5f5f5;
}

.header-contents__lang .header-contents__btn {
	background: #8583cb;
}


/* ヘッダーナビメニュー
---------------------------------------------*/
@media (min-width: 1081px) {
	#site-navigation-wrap {
		float: none;
		display: flex;
	}
}
.oceanwp-mobile-menu-icon a.mobile-menu .oceanwp-text,
.oceanwp-mobile-menu-icon a.mobile-menu .oceanwp-close-text {
	display: none !important;
}

#site-navigation-wrap .dropdown-menu > li > a {
	font-size: 14px;
	font-weight: 700;
	line-height: 50px !important;
}

#site-navigation-wrap .dropdown-menu li a.menu-link i {
	font-size: 200%;
}

#site-navigation-wrap .dropdown-menu li.sns-icon-menu a {
	padding-right: 0;
}

#site-navigation-wrap .dropdown-menu li.sns-icon-menu.--second a {
	padding-left: 3px;
}

#site-navigation-wrap .dropdown-menu li.sns-icon-menu img {
	max-width: 70px;
	vertical-align: baseline;
}

/* モバイルメニュー
---------------------------------------------*/
#mobile-dropdown {
	opacity: 0.96;
	max-height: 100vh;
	padding: 16px;
}

.mobile-menu-contents {
	min-height: 460px;
	padding: 20px 0;
	color: #fff;
}

.mobile-menu-contents a:hover {
	color: #ddd;
}

.mobile-menu-contact {
	margin-bottom: 20px;
	text-align: center;
}

.mobile-menu-contact__btn {
	display: block;
	margin-bottom: 20px;
	border: 1px solid;
	padding: 0.75em;
	color: #fff;
	font-size: 14px;
	text-align: center;
}

.mobile-menu-contact__tel {
	display: block;
	margin: 0;
	font-family: "Caslon";
	font-size: 49px;
	line-height: 1.2;
	color: #fff;
	text-align: center;
	white-space: nowrap;
}

@media (min-width: 480px) {
	.mobile-menu-contact__tel {
		font-size: 60px;
	}
}
.mobile-menu-contact__tel > span {
	margin-right: 6px;
	font-size: 74%;
}

.mobile-menu-contact__opning-hours {
	display: block;
	color: #fff;
	font-size: 18px;
	line-height: 1.2;
}

.mobile-menu-contact__opning-hours > span {
	display: block;
}

.mobile-menu-contact__address {
	display: block;
	padding-top: 14px;
	font-size: 14px;
	line-height: 1.2;
}

#mobile-dropdown .mobile-menu-sns {
	border-top: 1px solid #fff;
	padding-top: 10px;
}

#mobile-dropdown .mobile-menu-sns .sns-list {
	gap: 8px;
}

#mobile-dropdown .mobile-menu-sns .sns-list__item {
	width: calc(50% - 8px);
	font-size: 14px;
}

@media (max-width: 479px) {
	#mobile-dropdown .mobile-menu-sns .sns-list__item {
		font-size: 11px;
	}
}
#mobile-dropdown .mobile-menu-sns .sns-list__item.--line {
	/* flex: 0 0 100%; */
	/* text-align: center; */
}

#mobile-dropdown .mobile-menu-sns .sns-list__item.--line img {
	max-width: 85%;
}

#mobile-dropdown .mobile-menu-sns .sns-list__link {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	border: 1px solid;
	padding: 0.5em;
	color: #fff;
}

#mobile-dropdown .mobile-menu-sns .sns-list__link:hover {
	color: #ddd;
}

#mobile-dropdown .mobile-menu-sns .sns-list__link > .icon {
	margin: 0 0 0.25em;
	font-size: 150%;
}

/**
* -------------------------------------------
* main
* --------------------------------------------
*/
#main {
	padding-top: 78px;
}

@media (min-width: 1081px) {
	#main {
		padding-top: 108px;
	}
}
/**
* -------------------------------------------
* Footer
* --------------------------------------------
*/
.site-footer {
	background-color: var(--main-color);
}

#footer-bottom {
	background-color: transparent;
}

.footer-contents {
	width: 1370px;
	max-width: 90%;
	margin-right: auto;
	margin-left: auto;
	padding: 60px 0 0;
	font-size: 16px;
}

@media (min-width: 1081px) {
	.footer-contents {
		--gap: 30px;
		display: flex;
		flex-flow: row wrap;
		justify-content: center;
		gap: var(--gap);
	}
}
@media (min-width: 1440px) {
	.footer-contents {
		--gap: 60px;
	}
}
@media (max-width: 1080px) {
	.footer-contents > * {
		margin-bottom: 40px;
	}
}
.footer-contents__logo {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	flex-shrink: 0;
	width: 100%;
	color: #fff;
	font-weight: 400;
}

.footer-contents__logo img {
	width: 150px;
}

.footer-contents__logo a {
	color: #fff;
}

.footer-contents__logo p > span {
	display: block;
	font-size: 22px;
}

@media (min-width: 1440px) {
	.footer-contents__logo {
		align-items: flex-start;
		width: auto;
	}
}
@media (min-width: 1081px) {
	.footer-contents__menu {
		flex: 1;
	}
}
.footer-contents__menu-title {
	margin-bottom: 8px;
	color: var(--main-color);
}

@media (min-width: 1081px) {
	.footer-contents__menu-title {
		margin-right: 10px;
		padding-right: 10px;
		border-right: 2px solid var(--main-color);
	}
}
.footer-logo {
	margin-bottom: 20px;
}

.footer-menu {
	display: flex;
	flex-direction: column;
	gap: 20px;
	margin: 0;
	padding: 0;
	color: #222;
	list-style: none;
}

@media (min-width: 480px) {
	.footer-menu {
		flex-flow: row wrap;
		gap: 40px;
	}
}
@media (min-width: 1081px) {
	.footer-menu {
		justify-content: space-between;
	}
}
.footer-menu__item {
	margin: 0 0 6px;
}

.footer-menu__link {
	color: #222;
}

.footer-menu__link:hover {
	color: var(--main-color);
}

.footer-sns {
	align-self: flex-end;
	margin-bottom: 20px;
}

.footer-sns .sns-list__item a {
	color: rgb(200, 45, 86);
}

.footer-sns .sns-list__item img {
	max-width: 90px;
	vertical-align: baseline;
}

#footer .footer-contents__menu li.sns-icon-menu {
	display: none;
}

#footer-bottom {
	padding-bottom: 80px;
}

@media (min-width: 1081px) {
	#footer-bottom {
		padding-bottom: 30px;
	}
}
#footer-bottom.no-footer-nav #copyright {
	font-size: 14px;
}

/* footer固定
---------------------------------------------*/
.footer-fixed-contents {
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 99;
	width: 100%;
}

.footer-fixed-menu {
	display: flex;
	margin: 0;
	background-color: var(--main-color);
	list-style: none;
}

.footer-fixed-menu__item {
	display: flex;
	justify-content: center;
	width: 50%;
	border-right: 1px solid #fff;
	padding: 8px;
	text-align: center;
}

.footer-fixed-menu__item:last-child {
	border-right: none;
}

.footer-fixed-menu__link {
	display: block;
	width: 100%;
	height: 100%;
	color: #fff;
}

.footer-fixed-menu__link:hover {
	color: #ddd;
}

.footer-fixed-menu__icon {
	display: block;
	margin-bottom: 2px;
	font-size: 18px;
	line-height: 1;
}

.footer-fixed-menu__text {
	display: block;
	font-size: 17px;
	font-weight: 600;
	line-height: 1.2;
}

.footer-fixed-menu__item.--tel {
	--item-color: #d4024a;
	background: var(--item-color);
}

.footer-fixed-menu__item.--tel .footer-fixed-menu__link {
	display: flex;
	align-items: center;
	column-gap: 8px;
}


.footer-fixed-menu__item.--tel .footer-fixed-menu__icon {
	display: grid;
	place-items: center;
	aspect-ratio: 1;
	width: 2em;
	height: 2em;
	margin-bottom: 0;
	box-shadow: inset 0px 0px 3px 0px rgb(51 51 51 / 52%);
	border-radius: 50%;
	background: #fff;
	color: var(--item-color);
}

/* Main Visual
---------------------------------------------*/
@keyframes slideInMinRight {
	0% {
		transform: translateX(100vw);
	}
	100% {
		transform: translateX(0);
	}
}
@media (min-width: 480px) {
	@keyframes slideInMinRight {
		0% {
			transform: translateX(60vw);
		}
		100% {
			transform: translateX(0);
		}
	}
}
.slideInMinRight {
	animation-name: slideInMinRight;
}

.top-mainVisual {
	position: relative;
	background-image: url("./assets/images/top-mv-bg--sp-min.png");
	background-repeat: no-repeat;
	background-size: cover;
}

@media (min-width: 768px) {
	.top-mainVisual {
		background-image: url("./assets/images/top-mv-bg.jpg");
	}
}
.top-mainVisual__inner {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 40px;
	height: calc(100vh - 129px);
	padding: 4vmin;
}

@media (min-width: 768px) {
	.top-mainVisual__inner {
		gap: 60px;
	}
}
@media (min-width: 1081px) {
	.top-mainVisual__inner {
		height: calc(100vh - 108px);
	}
}
.top-mainVisual__image {
	animation-duration: 2s;
	padding-bottom: 20vh;
}

.top-mainVisual__image > img {
	width: 300px;
}

@media (min-width: 768px) {
	.top-mainVisual__image > img {
		width: 440px;
	}
}
.top-mainVisual__lineImage {
	position: absolute;
	bottom: 15vh;
	left: -150vw;
	animation-duration: 2s;
	animation-delay: 0.5s;
	max-width: none;
	width: 200vw;
	min-width: 1100px;
}

@media (min-width: 480px) {
	.top-mainVisual__lineImage {
		left: -70vw;
	}
}
@media (min-width: 1200px) {
	.top-mainVisual__lineImage {
		bottom: 7vh;
	}
}
@media (min-width: 1440px) {
	.top-mainVisual__lineImage {
		bottom: 0;
	}
}
/* トップページ共通
---------------------------------------------*/
.top-section {
	padding: 30px 0;
	font-size: 16px;
}

@media (min-width: 768px) {
	.top-section {
		padding: 60px 0;
	}
}
.top-section .top-section__headingImage {
	position: relative;
}

.top-section .top-section__headingImage > img {
	max-width: none;
	width: 180%;
	margin-left: -20vw;
}

@media (min-width: 1081px) {
	.top-section .top-section__headingImage > img {
		width: 130%;
	}
}
.top-section h2 {
	position: relative;
	font-family: "Shippori Mincho B1", serif;
	font-size: 36px;
	font-weight: 400;
	text-align: center;
}

@media (min-width: 480px) {
	.top-section h2 {
		font-size: 50px;
	}
}
@media (min-width: 1081px) {
	.top-section h2 {
		font-size: 60px;
	}
}
.top-section h2 > .top-section__headingImage {
	z-index: -1;
}

.top-section h2 > .top-section__headingImage > img {
	max-width: none;
	margin-top: -68px;
}

@media (min-width: 480px) {
	.top-section h2 > .top-section__headingImage > img {
		margin-top: -84px;
	}
}
@media (min-width: 1081px) {
	.top-section h2 > .top-section__headingImage > img {
		margin-top: -140px;
	}
}
.top-section h3 {
	position: relative;
	margin-bottom: 32px;
	color: var(--main-color);
	font-family: "Shippori Mincho B1", serif;
	font-size: 25px;
	font-weight: 400;
	text-align: center;
}

@media (min-width: 480px) {
	.top-section h3 {
		font-size: 42px;
	}
}
@media (min-width: 768px) {
	.top-section h3 {
		margin-bottom: 48px;
	}
}
@media (min-width: 1081px) {
	.top-section h3 {
		font-size: 52px;
	}
}
.top-section h3::before {
	background-image: url("./assets/images/wave-icon.svg");
	background-repeat: no-repeat;
	background-size: contain;
	display: block;
	margin: 0 auto 0;
	width: 60px;
	height: 25px;
	content: "";
}

@media (min-width: 768px) {
	.top-section h3::before {
		width: 120px;
		height: 40px;
		margin-bottom: 16px;
	}
}
.top-section h3 > span {
	display: block;
	font-size: 70%;
	letter-spacing: 0.35em;
}

.top-user img {
	margin-bottom: 8px;
}

.top-user__caption {
	font-family: "Shippori Mincho B1", serif;
	text-align: center;
	line-height: 1.2;
}

.top-user__caption > span {
	font-size: 120%;
	line-height: 2;
}

.container.--narrow {
	width: 900px;
}

.top-blogBanner {
	display: block;
	margin: 0 0 60px;
	text-align: center;
}

@media (min-width: 768px) {
	.top-blogBanner {
		margin-bottom: 120px;
	}
}
.top-section--contact .top-blogBanner {
	margin-bottom: 0;
}

/* TOP whats new(20220920)
---------------------------------------------*/
.top-whatsNew {
	max-width: 600px;
	margin-right: auto;
	margin-left: auto;
}

/* TOP 足芯呼吸
---------------------------------------------*/
.top-sokushin__desc {
	max-width: 740px;
	margin: 0 auto 60px;
}

@media (min-width: 768px) {
	.top-sokushin__desc {
		margin-bottom: 120px;
	}
}
.top-sokushin__desc p {
	margin-bottom: 30px;
	font-family: "Shippori Mincho B1", serif;
	font-weight: 600;
	line-height: 2;
}

/* TOP 西野流呼吸法の実践
---------------------------------------------*/
.top-practice {
	font-family: "Shippori Mincho B1", serif;
}

.top-practice__intro {
	margin-bottom: 60px;
}

.top-practice__intro > p {
	margin-bottom: 30px;
	font-weight: 600;
	line-height: 2;
}

.top-practice h4 {
	font-size: 120%;
}

.top-practice__row {
	display: flex;
	flex-direction: column;
	margin-bottom: 80px;
}

@media (min-width: 768px) {
	.top-practice__row {
		flex-direction: row;
	}
}
.top-practice__col {
	flex: 1;
}

.top-practice__col.--image {
	flex: 0 0 37%;
	padding-left: 16px;
	text-align: center;
}

.top-practice__toggle {
	position: relative;
	margin-bottom: 30px;
}

.top-practice__toggleTitle {
	display: inline-flex;
	padding: 0.5em;
	background: var(--main-color);
	color: #fff;
	line-height: 1;
	letter-spacing: 0.2em;
	cursor: pointer;
}

.top-practice__toggleBody {
	display: none;
	border: 1px dashed var(--main-color);
	padding: 2vmin;
}

.top-practice__toggleBody > p:last-child {
	margin: 0;
}

.top-practice__toggleBodyTitle {
	display: block;
	color: #333;
	font-weight: 800;
}

/* TOP 科学的見地
---------------------------------------------*/
.top-scientific {
	margin-bottom: 60px;
}

@media (min-width: 768px) {
	.top-scientific {
		margin-bottom: 120px;
	}
}
.top-scientific__catch {
	font-family: "Shippori Mincho B1", serif;
	margin-bottom: 60px;
	font-size: 24px;
	font-weight: 600;
	text-align: center;
}

@media (min-width: 768px) {
	.top-scientific__catch {
		font-size: 37px;
	}
}
.top-scientific__row {
	display: flex;
	flex-direction: column;
}

@media (min-width: 768px) {
	.top-scientific__row {
		flex-direction: row;
	}
}
.top-scientific__col {
	flex: 1;
}

.top-scientific__col.--image {
	flex: 0 0 25%;
}

@media (min-width: 768px) {
	.top-scientific__col.--image {
		padding-right: 16px;
	}
}
.top-scientific__desc {
	margin-bottom: 2vmin;
	font-weight: 400;
}

.top-scientific__descTitle {
	font-family: "Shippori Mincho B1", serif;
	font-size: 24px;
}

.top-scientific__toggleTitle {
	display: inline-flex;
	margin: 0;
	padding: 0.5em;
	background: var(--main-color);
	color: #fff;
	font-family: "Shippori Mincho B1", serif;
	line-height: 1;
	cursor: pointer;
}

.top-scientific__descBody {
	display: none;
	border: 1px dashed var(--main-color);
	padding: 2vmin;
	font-weight: 400;
}

.top-scientific__descBody > p:last-child {
	margin: 0;
}

.top-scientific__relatedLink {
	font-family: "Shippori Mincho B1", serif;
	text-decoration: underline;
}

/* TOP 体験談
---------------------------------------------*/
.top-voice__list {
	margin: 0 0 60px;
	list-style: none;
}

@media (min-width: 768px) {
	.top-voice__list {
		margin-bottom: 120px;
	}
}
.top-voice__listItem {
	margin: 0 0 40px;
}

@media (min-width: 768px) {
	.top-voice__listItem {
		margin-bottom: 60px;
	}
}
.top-voice__row {
	display: flex;
	flex-direction: column;
}

@media (min-width: 768px) {
	.top-voice__row {
		flex-direction: row;
	}
}
.top-voice__col {
	flex: 1;
}

.top-voice__col.--image {
	flex: 0 0 25%;
}

@media (min-width: 768px) {
	.top-voice__col.--image {
		margin-right: 8px;
	}
}
.top-voice__box {
	padding: 6vmin;
	background: var(--main-color-light);
	font-family: "Shippori Mincho B1", serif;
	line-height: 1.6;
}

.top-voice__info {
	margin-bottom: 20px;
}
@media (min-width: 768px) {
	.top-voice__info {
		font-size: 20px;
	}
}

.top-voice .top-user__caption {
	margin-bottom: 30px;
}

.top-voice__desc > p:last-child {
	margin: 0;
}

/* ---- 20230309 */
.top-voice {
	font-family: "Shippori Mincho B1", serif;
}

.top-voice b {
	font-weight: 800;
}

.top-voice__box.--main {
	margin-bottom: 20px;
}

@media (min-width: 768px) {
	.top-voice__box.--main .top-voice__col.--image {
		margin-right: 30px;
	}
}
.top-voice__box.--main + .toggle__trigger {
	margin-bottom: 20px;
}

.top-voice h4 {
	margin-bottom: 30px;
	font-size: 28px;
	font-weight: 600;
	text-align: center;
}

.top-voice h4 > span {
	display: block;
	font-size: 0.6em;
}

@media (min-width: 768px) {
	.top-voice h4 {
		margin-bottom: 60px;
		font-size: 37px;
	}

	.top-voice h4 > span {
		display: inline-flex;
		padding-left: 0.5em;
	}
}
.top-voice .toggle__trigger {
	font-weight: 400;
}

/* ---- 20230309 */
/* TOP 西野流呼吸法創始者
---------------------------------------------*/
.top-founder {
	font-family: "Shippori Mincho B1", serif;
}

.top-founder__row {
	display: flex;
	flex-direction: column;
	margin-bottom: 60px;
}

@media (min-width: 768px) {
	.top-founder__row {
		flex-direction: row;
		margin-bottom: 120px;
	}
}
.top-founder__col {
	flex: 1;
}

.top-founder__col.--image {
	flex: 0 0 26%;
}

@media (min-width: 768px) {
	.top-founder__col.--image {
		margin-right: 6vmin;
	}
}
@media (max-width: 767px) {
	.top-founder__col.--image {
		text-align: center;
	}
}
.top-founder__name {
	font-size: 18px;
	line-height: 1.5;
}

.top-founder__name > span {
	font-size: 200%;
}

@media (max-width: 767px) {
	.top-founder__name {
		text-align: center;
	}
}
/* TOP 関連書籍・ビデオ
---------------------------------------------*/
.top-booksVideos {
	margin-bottom: 60px;
}

@media (min-width: 768px) {
	.top-booksVideos {
		margin-bottom: 120px;
	}
}
.top-booksVideos__row {
	display: flex;
	flex-direction: column;
	align-items: center;
}

@media (min-width: 768px) {
	.top-booksVideos__row {
		flex-flow: row wrap;
		justify-content: center;
		align-items: flex-start;
		column-gap: 60px;
	}
}
.top-booksVideos__col {
	margin-bottom: 40px;
}

@media (min-width: 768px) {
	.top-booksVideos__col {
		margin-bottom: 60px;
	}
}
.top-booksVideos__col > a {
	display: block;
	text-align: center;
}

.top-booksVideos__col > a img {
	margin: 0 0 16px;
}

.top-booksVideos__itemTitle {
	line-height: 1.4;
	font-weight: 400;
}

/* TOP 公認団体
---------------------------------------------*/
.top-organize {
	font-family: "Shippori Mincho B1", serif;
}

.top-organize h4 {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	font-size: 24px;
	margin-bottom: 16px;
}

@media (min-width: 768px) {
	.top-organize h4 {
		font-size: 32px;
	}
}
.top-organize h4 > span {
	flex-shrink: 0;
	margin-right: 8px;
	padding: 0.25em;
	background: var(--main-color);
	color: #fff;
	font-size: 60%;
	line-height: 1;
}

.top-organize p {
	margin: 0;
}

.top-organize p:last-child {
	margin: 0 0 40px;
}

/* TOP 入会・体験セクション
---------------------------------------------*/
.top-section.top-section--join {
	padding-bottom: 0;
}

.top-section.top-section--join h2 {
	margin: 0;
	background: linear-gradient(0deg, rgb(255, 255, 255) 0%, rgb(255, 250, 236) 0%, rgb(255, 250, 236) 20%, rgb(255, 255, 255) 100%);
}

.top-section.top-section--join h2 > .top-section__headingImage {
	z-index: 0;
}

.top-section.top-section--join .top-section__inner {
	padding: 60px 0;
	background: rgb(255, 250, 236);
}

/* TOP 稽古スケジュール
---------------------------------------------*/
.top-schedule {
	--border-color: #333;
	margin-bottom: 60px;
}

@media (min-width: 768px) {
	.top-schedule {
		margin-bottom: 120px;
	}
}
.top-schedule__courseName {
	font-family: "Shippori Mincho B1", serif;
	font-size: 20px;
	font-weight: 600;
}

@media (max-width: 767px) {
	.top-schedule__tableWrap {
		overflow-x: auto;
	}
}
.top-schedule__tableWrap > table {
	border-top: 1px solid var(--border-color);
	border-left: 1px solid var(--border-color);
}

@media (max-width: 767px) {
	.top-schedule__tableWrap > table {
		position: relative;
		margin-bottom: 2em;
		white-space: nowrap;
	}
}
@media (max-width: 767px) {
	.top-schedule__tableWrap > table::after {
		position: absolute;
		bottom: -22px;
		left: 0;
		display: block;
		font-size: 13px;
		content: "※横スクロールできます。";
	}
}
.top-schedule__tableWrap > table th {
	border-color: var(--border-color);
	border-right: 1px solid;
	text-align: center;
}

.top-schedule__tableWrap > table td {
	border-color: var(--border-color);
	border-right: 1px solid;
	text-align: center;
}

.top-schedule__tableWrap > table .sat {
	color: #0080ff;
}

.top-schedule__tableWrap > table .sun {
	color: red;
}

.top-schedule__caution {
	font-family: "Shippori Mincho B1", serif;
	font-size: 16px;
}

/* TOP 入会方法
---------------------------------------------*/
.top-howToJoin {
	--border-color: #333;
	margin-bottom: 60px;
	font-family: "Shippori Mincho B1", serif;
}

@media (min-width: 768px) {
	.top-howToJoin {
		margin-bottom: 120px;
	}
}
.top-howToJoin h4 {
	padding-top: 30px;
	margin-bottom: 30px;
	font-size: 20px;
	font-weight: 800;
	text-align: center;
}

@media (min-width: 480px) {
	.top-howToJoin h4 {
		font-size: 24px;
	}
}
.top-howToJoin__step {
	--step-width: 75px;
	--gap: 20px;
	display: flex;
	flex-flow: row wrap;
}

@media (min-width: 480px) {
	.top-howToJoin__step {
		--gap: 40px;
	}
}
.top-howToJoin__step dt {
	position: relative;
	top: 4px;
	width: var(--step-width);
	margin-right: var(--gap);
	font-size: 16px;
	font-weight: 500;
}

.top-howToJoin__step dt > span {
	display: inline-flex;
	border: 1px solid;
	padding: 0.25em;
	line-height: 1;
}

.top-howToJoin__step dd {
	width: calc(100% - (var(--step-width) + var(--gap)));
}

.top-howToJoin__caution {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 16px;
	font-weight: 400;
}

.top-howToJoin__caution p {
	margin-bottom: 0;
}

.top-howToJoin__caution a {
	font-weight: 600;
	text-decoration: underline;
}

/* TOP 稽古料金について
---------------------------------------------*/
.top-price {
	margin-bottom: 60px;
	font-family: "Shippori Mincho B1", serif;
}

@media (min-width: 768px) {
	.top-price {
		margin-bottom: 120px;
	}
}
.top-price p {
	margin-bottom: 0;
}

.top-price__price {
	margin-top: 40px;
	margin-bottom: 40px;
	text-align: center;
}

.top-price__price dt {
	font-size: 18px;
}
@media (min-width: 768px) {
	.top-price__price dt {
		font-size: 20px;
	}
}

.top-price__price dd {
	margin: 0 0 16px;
}

.top-price__priceInfo {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	font-size: 24px;
	font-weight: 800;
	line-height: 1.4;
}

.top-price__priceInfo .period {
	margin-right: 16px;
}

.top-price__priceInfo .num {
	width: 102px;
	margin-right: 16px;
}

/* Apoo(20230126) */
@media (min-width: 400px) {
	.top-price__priceInfo {
		flex-direction: row;
	}
}
.top-price__priceInfo.--vertical {
	flex-direction: column;
}

.top-price__priceInfo .price {
	display: grid;
	place-content: center;
	place-items: center;
}

.top-price__priceInfo .price-tax-in {
	display: block;
	font-size: 70%;
}

.top-price__caution {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 16px;
	font-weight: 400;
}

@media (min-width: 1081px) {
	.top-price__caution.--narrow {
		max-width: 620px;
		margin-right: auto;
		margin-left: auto;
	}
}
/* TOP 体験・見学について（完全予約制）
---------------------------------------------*/
.top-experience {
	margin-bottom: 60px;
	font-family: "Shippori Mincho B1", serif;
}

.top-experience p {
	margin-bottom: 0;
}

.top-experience__dl {
	--dt-width: 50px;
	--gap: 20px;
	display: flex;
	flex-flow: row wrap;
	margin-top: 40px;
	margin-bottom: 40px;
}

.top-experience__dl dt {
	position: relative;
	top: 4px;
	width: var(--dt-width);
	margin-right: var(--gap);
	font-size: 16px;
	font-weight: 500;
}

.top-experience__dl dt > span {
	display: inline-flex;
	border: 1px solid;
	padding: 0.25em;
	line-height: 1;
}

.top-experience__dl dd {
	display: flex;
	flex-direction: column;
	width: calc(100% - (var(--dt-width) + var(--gap)));
}

@media (min-width: 768px) {
	.top-experience__dl dd {
		flex-direction: row;
	}
}
.top-experience__dl dd .info {
	margin-right: auto;
}

.top-experience__dl dd .price {
	padding-left: 16px;
}

@media (min-width: 768px) {
	.top-experience__dl dd .price {
		width: 216px;
	}
}
@media (max-width: 767px) {
	.top-experience__dl dd .price {
		padding-top: 6px;
	}
}
.top-experience__caution {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 16px;
	font-weight: 400;
}

@media (min-width: 1081px) {
	.top-experience__caution.--narrow {
		max-width: 620px;
		margin-right: auto;
		margin-left: auto;
	}
}
.top-experience__btnWrap {
	padding-top: 40px;
	text-align: center;
}

.top-experience__btn {
	display: inline-flex;
	align-items: center;
	padding: 0.25em 0.75em;
	background: var(--accent-color);
	color: #fff;
	font-size: 22px;
	line-height: 1.4;
	font-weight: 800;
}

.top-experience__btn:hover {
	color: #fff;
}

/* TOP アクセスセクション
---------------------------------------------*/
.top-section.top-section--access {
	padding-top: 0;
}

.top-section--access h2 {
	background: linear-gradient(0deg, rgb(255, 255, 255) 0%, rgb(255, 250, 236) 90%, rgb(255, 250, 236) 100%);
}

.top-section--access h2 > .top-section__headingImage {
	z-index: 0;
}

/* TOP アクセス
---------------------------------------------*/
.top-access__list {
	margin: 60px 0;
	list-style: none;
}

.top-access__listItem {
	max-width: 600px;
	margin-right: auto;
	margin-left: auto;
}

.top-access__address {
	font-family: "Shippori Mincho B1", serif;
}

.top-access__address > p:not([class]) {
	margin: 0;
}

.top-access__addressName {
	margin-bottom: 20px;
	font-size: 24px;
	font-weight: 800;
}

.top-access .sns-list {
	padding-top: 20px;
}

.top-access__map {
	margin: 0 0 40px;
}

.top-access__mapImage {
	max-width: 800px;
	margin-right: auto;
	margin-left: auto;
}

.top-access__mapImage > figure {
	margin: 0 0 20px;
}

.top-access__mapImage > figure > figcaption {
	font-weight: 400;
	text-align: center;
}

.top-access__mapImage > p:not([class]) {
	margin: 0;
	font-weight: 400;
}

/* TOP 問合せセクション
---------------------------------------------*/
.top-section.top-section--contact {
	padding-bottom: 0;
}

.top-section--contact h2 {
	margin: 0;
	background: linear-gradient(0deg, rgb(255, 255, 255) 0%, rgb(255, 250, 236) 0%, rgb(255, 250, 236) 20%, rgb(255, 255, 255) 100%);
}

.top-section--contact h2 > .top-section__headingImage {
	z-index: 0;
}

.top-section--contact .top-section__inner {
	padding: 60px 0;
	background: rgb(255, 250, 236);
}

/* TOP 問合せ
---------------------------------------------*/
.top-contact {
	font-family: "Shippori Mincho B1", serif;
}

.top-contact h3 {
	color: #333;
	font-size: 20px;
	font-weight: 800;
}

@media (min-width: 480px) {
	.top-contact h3 {
		font-size: 24px;
	}
}
.top-contact h3::before {
	display: none;
}

.top-contact__tel {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	color: var(--main-color);
	font-size: 24px;
	line-height: 1.2;
}

.top-contact__telNumber {
	color: var(--main-color);
	font-family: "Caslon";
	font-size: 180%;
}

@media (min-width: 480px) {
	.top-contact__telNumber {
		font-size: 250%;
	}
}
.top-contact__formSection {
	max-width: 700px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 32px;
}

@media (min-width: 768px) {
	.top-contact__formSection {
		padding-top: 60px;
	}
}
.top-contact__formSection h3 {
	margin: 0 0 20px;
}

.top-contact__formSection > p {
	margin: 0;
	text-align: left;
}

.top-contact__form {
	padding: 60px 0;
}

.top-contact__form input[type=text],
.top-contact__form input[type=email],
.top-contact__form textarea {
	background-color: #fff;
}

/**
* -------------------------------------------
* Front Page (about)
* --------------------------------------------
*/
/**
* -------------------------------------------
* Front Page(join)
* --------------------------------------------
*/
/**
* -------------------------------------------
* Front Page(access)
* --------------------------------------------
*/
/**
* -------------------------------------------
* Front Page(contact)
* --------------------------------------------
*/
/* snsアイコンリスト
---------------------------------------------*/
.sns-list {
	display: flex;
	flex-flow: row wrap;
	column-gap: 8px;
	margin: 0;
	list-style: none;
}

.sns-list__item {
	font-size: 40px;
	line-height: 1;
}

.sns-list__item a {
	color: var(--main-color);
}

.sns-list__item img {
	max-width: 2.5em;
	vertical-align: baseline;
}

/* Contactフォーム
---------------------------------------------*/
.contact {
	font-size: 18px;
}

.contact__row {
	display: flex;
	flex-direction: column;
	margin: 0 0 40px;
}

@media (min-width: 1081px) {
	.contact__row {
		flex-direction: row;
	}
}
.contact__col {
	flex: 1;
}

.contact__col.--label p {
	margin: 0;
}

@media (min-width: 1081px) {
	.contact__col.--label {
		flex: 0 0 240px;
		margin-right: 20px;
	}
}
.contact__info {
	font-size: 80%;
}

.contact input[type=submit] {
	display: block;
	margin-right: auto;
	margin-left: auto;
	min-width: 250px;
	background-color: var(--main-color);
}

/**
* -------------------------------------------
* Utility
* --------------------------------------------
*/
.u-mb-0 {
	margin-bottom: 0 !important;
}

.u-mb-20px {
	margin-bottom: 20px !important;
}

.u-pr-0 {
	padding-right: 0 !important;
}

.u-pl-0 {
	padding-left: 0 !important;
}

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

@media (min-width: 1081px) {
	.u-sp-only {
		display: none !important;
	}
}
@media (max-width: 1080px) {
	.u-pc-only {
		display: none !important;
	}
}
/**
* -------------------------------------------
* Apoo(20221029) ここから一番下まで。
*
* TOPセクション追加
* --------------------------------------------
*/
#site-header .container {
	width: 1400px;
}

.footer-contents {
	display: block;
	width: 1660px;
}

@media (min-width: 1440px) {
	.footer-contents {
		display: flex;
	}
}
@media (min-width: 480px) {
	.footer-menu {
		justify-content: flex-start;
	}
}
/* メインビジュアル
---------------------------------------------*/
.top-mainVisual__lead {
	position: absolute;
	bottom: 24vh;
	display: flex;
	justify-content: center;
	width: 100%;
	column-gap: 0.5em;
	font-family: "Shippori Mincho B1", serif;
	font-size: 20px;
	letter-spacing: 0.1em;
}

@media (min-width: 480px) {
	.top-mainVisual__lead {
		bottom: 25vh;
		font-size: 30px;
	}
}
@media (min-width: 768px) {
	.top-mainVisual__lead {
		bottom: 22vh;
	}
}
@media (min-width: 1081px) {
	.top-mainVisual__lead {
		font-size: 36px;
	}
}
.top-mainVisual__leadText {
	animation-delay: 2s;
}

.top-mainVisual__leadText.--second {
	animation-delay: 3s;
}

/* TOP section
---------------------------------------------*/
.top-section iframe.youtube {
	aspect-ratio: 500/315;
	width: 100%;
	height: 100%;
}

/* TOP welcome
---------------------------------------------*/
.top-welcome {
	max-width: 740px;
	margin: 0 auto 60px;
	font-family: "Shippori Mincho B1", serif;
}

.top-welcome__lead {
	margin-bottom: 40px;
}

.top-welcome__lead > p {
	margin-bottom: 16px;
	text-align: center;
}

@media (min-width: 1081px) {
	.top-welcome__lead > p {
		font-size: 22px;
	}
}
.top-welcome__desc {
	font-weight: 400;
	text-align: center;
}

.top-welcome__desc > p.--large {
	margin-bottom: 40px;
	font-size: 18px;
}

@media (min-width: 480px) {
	.top-welcome__desc > p.--large {
		font-size: 28px;
	}
}
.top-sokushin {
	max-width: 740px;
	margin: 0 auto 60px;
	font-family: "Shippori Mincho B1", serif;
}

.top-sokushin.--wide {
	max-width: 1000px;
}

.top-sokushin iframe {
	margin-bottom: 40px;
}

.top-sokushin > h4 {
	font-size: 32px;
	text-align: center;
}

@media (min-width: 480px) {
	.top-sokushin > h4 {
		letter-spacing: 0.1em;
	}
}
.top-sokushin__desc {
	margin-bottom: 60px;
	text-align: center;
}

.top-sokushin__desc > p {
	font-weight: 600;
}

.top-sokushin__banner {
	--gap: 16px;
	display: flex;
	flex-flow: row wrap;
	gap: var(--gap);
	margin: 0 0 40px;
	list-style: none;
}

@media (min-width: 768px) {
	.top-sokushin__banner {
		--gap: 60px;
	}
}
.top-sokushin__banner > li {
	width: calc(50% - var(--gap) / 2);
}

.top-sokushin__banner > li > .box {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	aspect-ratio: 1/1;
	overflow: hidden;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	background-image: linear-gradient(126deg, rgb(253, 187, 146), rgb(255, 230, 220));
	background-size: cover;
	font-size: 11px;
	font-weight: 400;
	text-align: center;
}

@media (min-width: 480px) {
	.top-sokushin__banner > li > .box {
		font-size: 15px;
	}
}
@media (min-width: 768px) {
	.top-sokushin__banner > li > .box {
		font-size: 22px;
	}
}
.top-sokushin__banner > li > .box > span {
	display: inline-flex;
	margin-bottom: 0.5em;
	font-size: 1.1em;
	font-weight: 600;
	letter-spacing: 0.1em;
}

.top-sokushin__qaList {
	margin: 0 0 40px;
	padding: 16px 0 0 0;
	list-style: none;
}

.top-sokushin__qaList > li {
	margin: 0 0 40px;
}

.top-sokushin__qa {
	display: flex;
	flex-direction: column;
}

@media (min-width: 768px) {
	.top-sokushin__qa {
		flex-direction: row;
	}
}
.top-sokushin__qaBox {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	border-radius: 6px;
	padding: 16px;
	line-height: 1.5;
	text-align: center;
}

.top-sokushin__qaBox.--q {
	background-image: linear-gradient(180deg, #6dacdd, #ecf7ff);
}

.top-sokushin__qaBox.--a {
	background-image: linear-gradient(180deg, rgb(253, 187, 146), rgb(255, 230, 220));
}

.top-sokushin__qaArrow {
	display: block;
	align-self: center;
	flex-shrink: 0;
	width: 60px;
	height: 60px;
	margin: -18px 0 21px 0;
	background: linear-gradient(45deg, transparent 50%, #f3fff1 50%, #6eb940);
	transform: rotate(135deg);
}

@media (min-width: 768px) {
	.top-sokushin__qaArrow {
		transform: rotate(45deg);
		margin: 0 25px 0 -15px;
	}
}
/* top-watsNew
---------------------------------------------*/
.top-whatsNew {
	margin-bottom: 60px;
}

/* top-calendar
---------------------------------------------*/
.top-calendar {
	margin-bottom: 60px;
}

@media (min-width: 768px) {
	.top-calendar {
		margin-bottom: 120px;
	}
}
.top-calendar > p {
	margin-bottom: 8px;
}

.top-calendar a {
	text-decoration: underline;
}

/**
* -------------------------------------------
* Apoo(20230114) ここから一番下まで。
*
* TOP広告追加
* --------------------------------------------
*/
.top-book-ad {
	margin: 0 0 60px;
}

.top-book-ad__grid {
	display: grid;
	grid-template-columns: 1fr;
}

@media (min-width: 768px) {
	.top-book-ad__grid {
		grid-template-columns: repeat(3, 1fr);
		grid-template-rows: repeat(2, 1fr);
	}
}
.top-book-ad__image {
	grid-area: 2/1/3/2;
	max-width: 180px;
	margin: 0 auto 24px;
}

@media (min-width: 768px) {
	.top-book-ad__image {
		grid-area: 1/1/3/2;
		max-width: 100%;
		margin: 0;
		padding-right: 16px;
	}
}
.top-book-ad__lead {
	display: flex;
	align-items: center;
	column-gap: 8px;
	grid-area: 1/1/2/2;
}

@media (min-width: 768px) {
	.top-book-ad__lead {
		grid-area: 1/2/2/4;
	}
}
.top-book-ad__lead > p {
	flex: 1 0 auto;
	margin: 0;
	font-size: 26px;
	font-weight: 600;
	line-height: 1.4;
}

@media (min-width: 480px) {
	.top-book-ad__lead > p {
		font-size: 36px;
	}
}
.top-book-ad__lead > figure {
	max-width: 90px;
}

@media (min-width: 480px) {
	.top-book-ad__lead > figure {
		max-width: 150px;
	}
}
.top-book-ad__body {
	grid-area: 3/1/4/2;
}

@media (min-width: 768px) {
	.top-book-ad__body {
		display: flex;
		flex-direction: column;
		grid-area: 2/2/3/4;
	}
}
.top-book-ad__label {
	color: red;
	font-weight: 600;
}

.top-book-ad__book-title {
	margin: 0;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 600;
	line-height: 1.4;
}

.top-book-ad__book-info {
	display: inline-flex;
	line-height: 1.4;
}

.top-book-ad__btn {
	margin-bottom: 0;
	text-align: right;
}

@media (min-width: 768px) {
	.top-book-ad__btn {
		margin-top: auto;
	}
}
/**
* -------------------------------------------
* Apoo(20230202)
*
* read more
* --------------------------------------------
*/
.toggle__trigger {
	display: inline-flex;
	margin: 0;
	padding: 0.5em;
	background: var(--main-color);
	color: #fff;
	line-height: 1;
	cursor: pointer;
}

.toggle__body {
	display: none;
}

/**************************\
  20230411追加
	micromodal.js css
\**************************/
.modal__overlay {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 999;
	background: rgba(0, 0, 0, 0.6);
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 8px;
}

.modal__container {
	position: relative;
	background-color: #fff;
	padding: 20px;
	max-width: 500px;
	max-height: 100vh;
	border-radius: 4px;
	overflow-y: auto;
	box-sizing: border-box;
}
.modal__container > .modal__closeBtn {
	position: absolute;
	top: 0;
	right: 8px;
	outline: none;
	border: 0;
	background: none;
	font-size: 24px;
}

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

.modal__title {
	margin-top: 0;
	margin-bottom: 0;
	font-weight: 600;
	font-size: 1.25rem;
	line-height: 1.25;
	color: #00449e;
	box-sizing: border-box;
}

.modal__close {
	background: transparent;
	border: 0;
}

.modal__header .modal__close:before {
	content: "✕";
}

.modal__content {
	margin-top: 2rem;
	margin-bottom: 2rem;
	line-height: 1.5;
	color: rgba(0, 0, 0, 0.8);
}

.modal__btn {
	font-size: 0.875rem;
	padding-left: 1rem;
	padding-right: 1rem;
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
	background-color: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	border-radius: 0.25rem;
	border-style: none;
	border-width: 0;
	cursor: pointer;
	-webkit-appearance: button;
	text-transform: none;
	overflow: visible;
	line-height: 1.15;
	margin: 0;
	will-change: transform;
	-moz-osx-font-smoothing: grayscale;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	transition: -webkit-transform 0.25s ease-out;
	transition: transform 0.25s ease-out;
	transition: transform 0.25s ease-out, -webkit-transform 0.25s ease-out;
}

.modal__btn:focus, .modal__btn:hover {
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
}

.modal__btn-primary {
	background-color: #00449e;
	color: #fff;
}

/**************************\
  Demo Animation Style
\**************************/
@keyframes mmfadeIn {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}
@keyframes mmfadeOut {
	from {
		opacity: 1;
	}
	to {
		opacity: 0;
	}
}
@keyframes mmslideIn {
	from {
		transform: translateY(15%);
	}
	to {
		transform: translateY(0);
	}
}
@keyframes mmslideOut {
	from {
		transform: translateY(0);
	}
	to {
		transform: translateY(-10%);
	}
}
.micromodal-slide {
	display: none;
}

.micromodal-slide.is-open {
	display: block;
}

.micromodal-slide[aria-hidden=false] .modal__overlay {
	animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden=false] .modal__container {
	animation: mmslideIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden=true] .modal__overlay {
	animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden=true] .modal__container {
	animation: mmslideOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide .modal__container,
.micromodal-slide .modal__overlay {
	will-change: transform;
}

/**
* -------------------------------------------
* Apoo(202304)
* --------------------------------------------
*/
.top-sokushin__banner {
	margin: 0 0 100px;
}

.top-practice a {
	text-decoration: underline;
}
.top-practice a:hover {
	text-decoration: none;
}

.top-organize__msg {
	padding-top: 60px;
}
.top-organize__area.--click-detail {
	display: grid;
	grid-template-columns: 54% 1fr;
	column-gap: 40px;
	align-items: start;
}
.top-organize__area.--click-detail .top-organize__areaDetails {
	min-height: 400px;
	border: 9px solid #ececf7;
	padding: 16px;
}
.top-organize__areaRow {
	margin: 0 0 30px;
	padding-bottom: 20px;
	border-bottom: 1px dotted #aaa;
}
@media (min-width: 768px) {
	.top-organize__areaRow {
		display: flex;
		align-items: center;
		column-gap: 40px;
	}
}
.top-organize__areaRow.--hokkaido {
	--areaName-bg-color: #795548;
}
.top-organize__areaRow.--kantou {
	--areaName-bg-color: hsl(233.61deg 100% 70.47%);
}
.top-organize__areaRow.--chubu {
	--areaName-bg-color: #4caf50;
}
.top-organize__areaRow.--kinki {
	--areaName-bg-color: #CDDC39;
}
.top-organize__areaRow.--chugoku {
	--areaName-bg-color: hsl(30.42deg 100% 70.47%);
}
.top-organize__areaRow.--k-okinawa {
	--areaName-bg-color: #00BCD4;
}
.top-organize__areaRow.--kaigai {
	--areaName-bg-color: hsl(0deg 100% 70.47%);
}
.top-organize__areaName {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	min-width: 160px;
	padding: 6px 12px;
	background: var(--areaName-bg-color, #aaa);
	color: #fff;
	white-space: nowrap;
}
@media (max-width: 767px) {
	.top-organize__areaName {
		display: block;
		margin-bottom: 16px;
	}
}
.top-organize__areaList {
	display: flex;
	flex-flow: row wrap;
	gap: 16px;
	margin: 0;
	padding: 0;
	font-size: 16px;
	list-style: none;
}
.top-organize__areaList button {
	transition: all 0.3s ease-in-out;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	border-radius: 3px;
	border: 1px solid #ccc;
	padding: 0 12px;
	background: linear-gradient(to bottom, #fdfbfb 0%, #ebedee 100%);
}
.top-organize__areaList button:hover {
	background: linear-gradient(to top, #fdfbfb 0%, #ebedee 100%);
}
.top-organize__areaDetails a:focus {
	outline: none !important;
	border: 0 !important;
}

.click-detail[data-active=false] {
	display: none;
}
.click-detail[data-active=true] {
	display: block;
}

/**
* -------------------------------------------
* Apoo(202312)
* --------------------------------------------
*/
.top-header {
	display: none;
	border-bottom: 1px solid #eee;
	padding: 6px 0;
	font-size: 11px;
}

@media (max-width: 1080px) {
	.top-header {
		display: block;
	}
}

.top-header__row {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 16px;
}

.top-header__btn {
	display: inline-flex;
	border: 0;
	padding: 0.5em;
	background: var(--accent-color);
	color: #fff;
	font-size: 11px;
	line-height: 1;
}

.top-header__btn:hover {
	color: #f5f5f5;
}

.top-header__btn {
	background: #8583cb;
}

/* .top-header-sns {
	display: none;
} */

@media (min-width: 1080px) {
	.top-header-sns {
		display: none;
	}
}

.top-header-sns[aria-hidden=true] {
	display: none;
}

.top-header-sns {
	border-bottom: 1px solid #eee;
	padding: 16px 0;
}

.top-header-sns ul {
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	align-items: center;
	gap: 16px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.top-header-sns img {
	max-width: 80px;
}