@charset "utf-8";
html {
	font-size: 100%;
}

body {
	margin: 0;
	padding: 0;
	/*
	font-family: 'Noto Sans JP', sans-serif;
	*/
	font-family: 'M PLUS 1p', sans-serif;
	font-size: 16px;
	line-height: 1.7;
	color: #4d4d4d;
	-webkit-text-size-adjust: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
	font-weight: normal;
	margin: 0;
	padding: 0;
}

p,
li,
dt,
dd,
th,
td,
pre {
	-ms-line-break: strict;
	line-break: strict;
	-ms-word-break: break-strict;
	word-break: break-strict;
}

h2{
	font-family: 'Mochiy Pop P One', sans-serif;
}

img {
	max-width: 100%;
	height: auto;
	vertical-align: top;
	border: 0;
}

ul,
ol {
	padding: 0 0 0 2em;
}

dd {
	margin: 0;
}

object,
embed {
	vertical-align: top;
}

a {
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	text-decoration: none;
}

a:not(.falses):hover {
	opacity: 0.7;
}

a:hover {
	cursor: pointer;
	text-decoration: none;
}

a:focus {
	outline: none;
}

p {
	display: block;
	margin: 0 0 1em;
}

.layout {
	padding: 0;
	list-style: none;
}

.cf:before,
.cf:after {
	content: "";
	display: table;
}

.cf:after {
	clear: both;
}

.flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.serif {
	font-family: 'Noto Serif JP', serif;
}

.m0 {
	margin: 0;
}

/*
.font2 {
	font-family: 'M PLUS 1p', sans-serif;
}
*/

.nolink {
	pointer-events: none;
}

@media all and (min-width: 769px) {
	body {
		/* min-width: 1000px; */
		/* 20240625 768px~1024pxの崩れ修正 */
		min-width: auto;
	}

	.sp {
		display: none !important;
	}
/* 
	.tel-link {
		pointer-events: none;
	} */
}

@media all and (max-width: 768px) {
	.pc {
		display: none !important;
	}

	.flex-column {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
}

/* ----------------------------------------
	Common
---------------------------------------- */
.inner {
	width: 1000px;
	margin: 0 auto;
	position: relative;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.inner.new {
	width: 1000px;
	margin: 0 auto;
	position: initial;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
#secondMain {
	padding: 5em 0;
}

.morebtn {
	text-align: center;
}

@media screen and (max-width: 768px) {
	.inner,
	.inner.new {
		width: 100%;
		padding: 0 10px;
	}
}

/* ----------------------------------------
	Header
---------------------------------------- */
#header {
	height: 760px;
	position: relative;
}

.header__img {
	width: 100%;
	max-width: none;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

#logo {
	max-width: 1000px;
	margin: auto;
	position: absolute;
	top: 270px;
	left: -10%;
	right: 0;
}

#logo img {
	width: 66%;
}

.header__btn-wrap {
	width: 310px;
	padding: 20px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background: url('/import/tenant_1/153.121.75.218/kanyes-club.com/wp/wp-content/themes/base/images/common/btn_bg.png') no-repeat center;
	background-size: cover;
	position: absolute;
	bottom: 90px;
	right: 0;
}
.header__btn-wrap{
      font-family: 'Mochiy Pop P One', sans-serif;
      font-size: 30px;
          line-height: 1.3;
}
.header__btn-wrap a{
         font-family: "M PLUS 1p", sans-serif;
             line-height: 1.5;
}
.header__btn {
	margin: 10px 0 0;
}

.header__btn a {
	display: block;
	font-size: 24px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	text-decoration: none;
	padding: 13px 0;
	background: #e73820;
}

.header__btn a span {
	display: inline-block;
	-webkit-transform: scale(.7, .9);
	transform: scale(.7, .9);
}

.topHeader {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	height: 100vh;
	min-height: 690px;
	padding: 100px 0;
	background: #00c0c7;
	position: relative;
	overflow: hidden;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.top-scroll {
	text-align: center;
	position: absolute;
	bottom: 20px;
	right: 0;
	left: 0;
	margin: auto;
}

.topHeader__bnr {
	text-align: center;
}

.topHeader__flex {
	margin: 0 0 1em;
}

.topHeader__flex__box1 {
	width: 327px;
	padding: 80px 0 0;
}

.topHeader__flex__box2 {
	width: 710px;
	position: relative;
	right: -60px;
}

.topslider {
	margin: 0;
	position: relative;
}

.topslider:before {
	display: block;
	content: "";
	width: 100%;
	height: 100%;
	background: url('/import/tenant_1/153.121.75.218/kanyes-club.com/wp/wp-content/themes/base/images/top/slide_bg.png') no-repeat right bottom;
	background-size: contain;
	position: absolute;
	bottom: -30px;
	right: 0px;
}

.topslider .slick-prev:before,
.topslider .slick-next:before {
	display: none;
}

.topslider .slick-arrow {
	width: 43px;
	height: 41px;
	background-size: contain !important;
	z-index: 9;
}

.topslider .slick-arrow:hover {
	opacity: 1 !important;
}

.topslider .slick-next {
	background: url('/import/tenant_1/153.121.75.218/kanyes-club.com/wp/wp-content/themes/base/images/next.png') no-repeat !important;
	right: 60px;
}

.topslider .slick-prev {
	background: url('/import/tenant_1/153.121.75.218/kanyes-club.com/wp/wp-content/themes/base/images/prev.png') no-repeat !important;
	left: 30px;
}

.topslider .slick-dots {
	bottom: 60px;
	text-align: right;
	right: 180px;
}

.topslider .slick-dots li {
	margin: 0;
}

.topslider .slick-dots li button:before {
	font-size: 14px;
	color: #fff;
	opacity: 1;
}

.topslider .slick-dots li.slick-active button:before {
	color: #00c0c7;
}

.space {
	height: 77px;
}

@media screen and (max-width: 768px) {
	#header {
		height: 350px;
	}

	#logo {
		padding: 0 10px;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		top: calc(50% + 50px);
		left: 0;
		-webkit-transform: translate(0, -50%);
		transform: translate(0, -50%);
	}

	.topHeader {
		display: block;
		height: auto;
		min-height: 0;
		padding: 60px 0 0;
	}

	.top-scroll {
		display: none;
	}

	.topHeader__bnr {
		text-align: center;
	}

	.topHeader__flex {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.topHeader__flex>div {
		width: 100%;
		padding: 0;
		right: 0;
		position: relative;
	}

	.topHeader__flex__box1 {
		text-align: center;
		padding: 0 100px !important;
		z-index: 1;
	}

	.topHeader__flex__box2 {
		margin: 10px 0 0;
	}

	.topslider .slick-next {
		right: 30px;
	}

	.topslider .slick-dots {
		bottom: 30px;
		right: 50px;
	}

	.space {
		height: 50px;
	}

}

/* ----------------------------------------
	gNavi
---------------------------------------- */
#gNavi {
	width: 100%;
	background: #00c0c7;
	position: fixed;
	top: 0;
	z-index: 10;
}

#gNavi.top:before,
#gNavi.top:after {
	display: block;
	content: "";
	width: 405px;
	height: 120px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	position: absolute;
	top: -30px;
	z-index: 999;
}

#gNavi.top:before {
	background-image: url('/import/tenant_1/153.121.75.218/kanyes-club.com/wp/wp-content/themes/base/images/frame01.png');
	right: calc(100% - 250px);
}

#gNavi.top:after {
	background-image: url('/import/tenant_1/153.121.75.218/kanyes-club.com/wp/wp-content/themes/base/images/frame02.png');
	left: calc(100% - 250px);
}

#nav {
	padding: 30px 0;
	z-index: 9999;
	position: relative;
}

.nav {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 0;
}

.nav li {
	line-height: 1;
	padding: 0 1em;
	position: relative;
}

.nav li a {
	font-size: 17px;
	color: #fff;
	text-decoration: none;
}

.nav li:hover>a {
	opacity: .7;
}

.nav .child {
	display: none;
	width: auto;
	padding: .5em 0 0;
	position: absolute;
	top: 100%;
	left: -.7em;
}

.nav .child li a {
	display: block;
	font-size: 80%;
	white-space: nowrap;
	padding: .5em 1em .5em 2em;
	position: relative;
	background: #00c0c7;
}

.nav .child li a:before {
	display: block;
	content: ">";
	position: absolute;
	top: 50%;
	left: 1em;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

@media screen and (min-width: 769px) {
	#gNavi {
		/* min-width: 1000px; */
		/* 20240625 768px~1024pxの崩れ修正 */
		min-width: auto;
	}

	.nav>li:not(:first-child):before {
		display: block;
		content: "";
		width: 1px;
		height: 15px;
		background: #fff;
		position: absolute;
		top: 2px;
		left: 0;
	}
}

@media screen and (max-width: 768px) {
	#gNavi {
		height: 50px;
	}

	#gNavi.top:before,
	#gNavi.top:after {
		width: 205px;
		height: 60px;
		top: -10px;
		z-index: -1;
	}

	#gNavi.top:before {
		right: calc(100% - 150px);
	}

	#gNavi.top:after {
		left: calc(100% - 150px);
	}

	#btn {
		display: block;
		width: 50px;
		height: 50px;
		margin: 0 10px 0 auto;
		position: relative;
		z-index: 9999;
	}

	#btn a {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		width: 56px;
		height: 50px;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		padding-top: 8px;
		position: relative;
		background: #0047c7;
	}

	#btn span {
		background-color: #fff;
		display: block;
		width: 25px;
		height: 2px;
		margin: 3px 0;
		-webkit-transition: 0.3s ease;
		transition: 0.3s ease;
	}

	#btn.open a span:nth-of-type(1) {
		-webkit-transform: translateY(6px) rotate(45deg);
		transform: translateY(6px) rotate(45deg);
	}

	#btn.open a span:nth-of-type(2) {
		-webkit-transform: translateY(-1px) rotate(-45deg);
		transform: translateY(-1px) rotate(-45deg);
	}

	#btn.open a span:nth-of-type(3) {
		-webkit-transform: scale(0);
		transform: scale(0);
	}

	.btn-menu-txt {
		bottom: 9px;
		color: #fff;
		text-align: center;
		line-height: 1em;
		position: absolute;
		left: 1px;
		right: 0;
		margin: auto;
		font-size: 13px;
		letter-spacing: 0.05em;
	}

	#nav {
		display: none;
		width: 70%;
		padding: 20px 0;
		background: #00c0c7;
		position: absolute;
		top: 50px;
		right: 0;
	}

	.nav {
		-webkit-box-align: unset;
		-ms-flex-align: unset;
		align-items: unset;
	}

	.nav li {
		text-align: center;
		padding: 0;
	}

	.nav li a {
		position: relative;
	}

	.nav>li>a:after {
		display: block;
		content: "";
		width: 20px;
		height: 1px;
		background: rgba(255, 255, 255, .6);
		position: absolute;
		bottom: 0;
		left: 1em;
	}

	.nav li a {
		display: inline-block;
		padding: 1.2em 1em;
	}

	.nav .child {
		position: relative;
		top: 0;
		left: 0;
	}

	.nav .child ul {
		display: inline-block;
		margin: 0 0 0 2em;
	}

	.nav .child li {
		text-align: left;
	}
}

/* ----------------------------------------
	Footer
---------------------------------------- */
#map {
	height: 500px;
	overflow: hidden;
}

#footer {
	color: #fff;
	text-align: center;
	padding: 4em 0 6.5em;
	background: #00c0c7;
}

.footer__logo {
	margin: 0 0 2em;
}

.footer__logo img {
	width: 358px;
}

.footer__text {
	font-size: 20px;
	line-height: 1.35;
}

.footer__tel {
	margin: 0 0 3em;
}

.footer__tel img {
	width: 774px;
}

.footer__copy {
	font-size: 11px;
	margin: 0;
}

#pagetop {
	display: none;
	width: 40px;
	position: fixed;
	bottom: 100px;
	right: 10px;
	margin: 0;
	z-index: 800 !important;
}

#pagetop a {
	display: block;
}

#btns {
	display: none;
}

.btns {
	width: 100%;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 0;
	background: #ffcd00;
	position: fixed;
	bottom: 0;
	z-index: 100;
}

.btns1 li {
	width: 50%;
	max-width: 500px;
	position: relative;
}

.btns1 li:first-child:before {
	display: block;
	content: "";
	width: 1px;
	height: 100%;
	background: #4d4d4d;
	position: absolute;
	top: 0;
	right: 0;
}

.btns li a {
	display: block;
	text-align: center;
	padding: 30px 0;
	color: #fff;
}

.btns1 li a img {
	height: 28px;
}

.btns2:before,
.btns2:after {
	display: block;
	content: "";
	width: calc(50vw - 500px);
	height: 100%;
	position: absolute;
	top: 0;
}

.btns2:before {
	background: #f74039;
	left: 0;
}

.btns2:after {
	background: #ff7700;
	right: 0;
}

.btns2 li {
	width: 25%;
	max-width: 250px;
}

.btns2 li.btn1 {
	background: #f74039;
}

.btns2 li.btn2 a {
	background: #ffcd00;
}
.btns2 li.btn2 .ab a{
  background: #419df5;
}
.btn2 > div,
.btn2 > div > div{
    height: 100%;
}

.btns2 li.btn3 a {
	background: #6ecd00;
}

.btns2 li.btn4 a {
	background: #ff7700;
}

.btns2 li a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 100%;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 20px 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.btns2 li a .text{
	font-size: 26px;
	margin-left: 10px;
	text-align: left;
	line-height: 1;
}
.btns2 li a img{
	height: 24px;
}

footer {
	color: #fff;
	padding: 5em 0 7em;
	background: #00c0c7;
}

.footer__flex {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin: 0 0 3em;
}

.footer__flex__box1 {
	width: 340px;
}

.footer__flex__box2 {
	width: 580px;
}

.footer__flex__logo {
	text-align: center;
	margin: 0 0 3em;
}

.footer__copy {
	font-size: 12px;
	text-align: center;
}

.footer__flex__nav>li {
	margin: 0 1.3em 0 0;
}

.footer__flex__nav a {
	color: #fff;
	text-decoration: none;
	position: relative;
	padding: 0 0 0 1em;
	white-space: nowrap;
}

.footer__flex__nav a:before {
	display: block;
	content: ">";
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.footer__flex__nav__child {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.footer__flex__nav__child li {
	width: 49%;
	font-size: 80%;
}

.footer__flex__nav__child li:nth-child(even) {
	margin-left: 2%;
}

@media screen and (max-width: 768px) {

	#map,
	#map iframe {
		height: 250px;
	}

	#footer {
		padding: 3em 0 4.5em;
	}

	.footer__logo {
		margin: 0 0 1em;
	}

	.footer__logo img {
		width: 200px;
	}

	.footer__tel {
		margin: 0 0 2em;
	}

	.footer__tel img {
		width: 260px;
	}

	#pagetop {
		bottom: 70px;
	}

	.btns li a {
		line-height: 1;
		padding: 18px 0;
	}

	.btns1 li a img {
		height: 16px;
	}

	.btns2 li a {
		padding: 10px 0;
	}

	/* .btns2 li a img {
		height: 11px;
	} */

	.btns2 li.btn3 a img {
		height: 25px;
	}

	footer {
		padding: 0 0 5em;
	}

	.footer__flex {
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
		margin: 0 0 3em;
	}

	.footer__flex__box1 {
		width: 100%;
		text-align: center;
	}

	.footer__flex__box2 {
		width: calc(100% + 20px);
		margin: 0 0 0 -10px;
		padding: 0 0 4em;
	}

	.footer__flex__text {
		display: inline-block;
		text-align: left;
	}

	.footer__flex__logo {
		padding: 0 80px;
	}
}

/* ----------------------------------------
	Contents
---------------------------------------- */
section {
	position: relative;
	background-position: center;
	background-size: cover;
}

.section__text {
	font-size: 20px;
	line-height: 1.9;
	text-align: center;
	margin: 0 0 3em;
}

.section__title {
	text-align: center;
	margin: 0 0 3em;
	position: relative;
}


@media screen and (max-width: 768px) {
	section {
		padding: 0 10px;
	}

	.section__text {
		font-size: 16px;
		line-height: 1.7;
		text-align: left;
	}
}

/* top
------------------------------------ */
.bnr {
	text-align: center;
	margin: 0;
	padding: 8em 0 0;
}

#youtube {
	margin: 8em 0 0;
	padding: 8em 0 6em;
	background: #ffe8da;
}

.yt__title {
	text-align: center;
	margin: 0 0 2em;
}

.yt__btn {
	text-align: center;
}

#feature {
	padding: 5em 0 4em;
}

.feature__title {
	text-align: center;
	margin: 0 0 2em;
}

.feature__title img {
	height: 64px;
}

.feature__title02 {
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	color: #ff722d;
}

.feature__list {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin: 0 0 3em;
}

.feature__list li {
	width: 250px;
	text-align: center;
}

.feature__list img {
	width: 150px;
}

.feature__list__title {
	font-size: 24px;
	font-weight: bold;
	margin: 1em 0 .5em;
}

.feature__list__title1 {
	color: #39b34a;
}

.feature__list__title2 {
	color: #eb1e79;
}

.feature__list__title3 {
	color: #0090e8;
}

.feature__list__title4 {
	color: #f9ae3b;
}

.feature__list__text {
	font-size: 19px;
	line-height: 1.9;
}

.feature__subtitle {
	font-size: 30px;
	color: #ff722d;
	font-weight: bold;
	text-align: center;
}

.feature__text02 {
	font-size: 20px;
	text-align: center;
	margin: 0 0 .1em;
}

@media screen and (max-width: 768px) {
	.bnr {
		padding: 3em 0 0;
	}

	#youtube {
		padding: 4em 0 2.5em;
	}

	#youtube iframe {
		height: 55vw;
	}

	#feature {
		padding: 3em 0 3em;
	}

	.feature__title img {
		height: 34px;
	}

	.feature__list {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin: 0 0 1em;
	}

	.feature__list li {
		width: 48.5%;
		margin: 0 0 1em;
		padding: 0;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}

	.feature__list img {
		width: 80px;
	}

	.feature__list__title {
		font-size: 20px;
	}

	.feature__list__text {
		font-size: 12.5px;
		line-height: 1.6;
	}

	.feature__subtitle {
		font-size: 24px;
	}

	.feature__text02 {
		font-size: 16px;
	}
}

#standard {
	padding: 4em 0 6em;
	background-image: url('/import/tenant_1/153.121.75.218/kanyes-club.com/index.html');
}

.standard__title {
	text-align: center;
	margin: 0 0 3.5em;
	padding: 0 100px;
}
.standard__title.new{
  padding: 0;
    width: 100%;
}
.standard__title.new.m-0{
  margin: 0;
}

.standard__list {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin: 0 0 4em;
}

.standard__list li {
	width: 300px;
}

.standard__btn {
	max-width: 600px;
	font-size: 28px;
	font-weight: bold;
	margin: 0 auto;
}

.standard__btn a {
	display: block;
	color: #4d4d4d;
	text-align: center;
	text-decoration: none;
	padding: 1em 0;
	background: url('/import/tenant_1/153.121.75.218/kanyes-club.com/index.html') no-repeat center;
	background-size: cover;
	position: relative;
}

.standard__btn a:before {
	display: block;
	content: "";
	width: calc(100% - 20px);
	height: calc(100% - 20px);
	border: 1px dashed #4d4d4d;
	position: absolute;
	top: 10px;
	left: 10px;
}

.standard__btn a span {
	display: inline-block;
	-webkit-transform: scale(.7, .9);
	transform: scale(.7, .9);
}

@media screen and (max-width: 768px) {
	#standard {
		padding: 3em 0;
	}

	.standard__title {
		margin: 0 0 3em;
		padding: 0;
	}

	.standard__list {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		margin: 0 0 1em;
	}

	.standard__list li {
		width: calc(50% - 10px);
		max-width: 300px;
		text-align: center;
		margin: 0 5px 2em;
		padding: 0 5px;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}

	.standard__btn {
		max-width: 300px;
		font-size: 18px;
	}

	.standard__btn a {
		padding: .6em 0;
	}

	.standard__btn a:before {
		width: calc(100% - 10px);
		height: calc(100% - 10px);
		top: 5px;
		left: 5px;
	}

	.standard__btn a span {
		display: inline-block;
		-webkit-transform: scale(.7, .9);
		transform: scale(.7, .9);
	}
}

#reason {
	padding: 4em 0 10em;
	background-image: url('/import/tenant_1/153.121.75.218/kanyes-club.com/wp/wp-content/themes/base/images/common/reason_bg.jpg');
	z-index: 2;
}

#reason:after {
	display: block;
	content: "";
	width: 210px;
	height: 145px;
	margin: auto;
	background: url("/upload/tenant_1/5a468988f98ebebe6655b00abeeffc64.png") no-repeat;
	background-size: contain;
	position: absolute;
	bottom: -70px;
	right: 0;
	left: 0;
}

.reason__title {
	text-align: center;
	margin: 0 0 1em;
}

.reason__text span {
	padding: 0 5px;
	background: #ffff00;
}

.reason__list {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin: 7em 0 0;
}

.reason__list li {
	width: 300px;
	text-align: center;
	margin: 0 0 7em;
	padding: 0 20px 20px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border: 3px solid #0075c7;
	background: #fff;
}

.reason__list li img {
	width: 150px;
	margin: -60px 0 20px;
}

.reason__list__title {
	font-size: 24px;
	font-weight: bold;
	color: #1c86c7;
	text-align: center;
	margin: 0 0 .4em;
}

.reason__list__text {
	font-size: 20px;
	line-height: 1.7;
	text-align: left;
	margin: 0;
}

.reason__title02 {
	text-align: center;
}

.reason__title02 img {
	height: 57px;
}

@media screen and (max-width: 768px) {
	#reason {
		padding: 3em 0 5em;
	}

	#reason:after {
		width: 100px;
		height: 100px;
		bottom: -70px;
	}

	.reason__text span {
		padding: 0 5px;
		background: #ffff00;
	}

	.reason__list {
		margin: 5em 0 0;
	}

	.reason__list li {
		width: 100%;
		max-width: 300px;
		margin: 0 0 3.5em;
		padding: 0 15px 15px;
		border: 2px solid #0075c7;
	}

	.reason__list li img {
		width: 100px;
		margin: -40px 0 10px;
	}

	.reason__list__title {
		font-size: 20px;
	}

	.reason__list__text {
		font-size: 16px;
	}

	.reason__title02 img {
		height: auto;
	}
}

#effect {
	padding: 8em 0 3em;
	background-image: url('/import/tenant_1/153.121.75.218/kanyes-club.com/wp/wp-content/themes/base/images/common/effect_bg.jpg');
}

.effect__title {
	margin: 0 0 2em;
}

.effect__text {
	font-size: 18px;
}

.effect__text span {
	padding: 0 5px;
	background: #ffff00;
}

.effect__list li {
	min-height: 243px;
	margin: 0 0 40px;
	border: 3px solid #00a873;
	background: #fff;
}

.effect__list__img {
	width: 300px;
}

.effect__list__box {
	padding: 17px 25px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.effect__list li.flex .effect__list__box {
	width: calc(100% - 300px);
}

.effect__list__box__title {
	font-size: 24px;
	font-weight: bold;
	color: #00a873;
	margin: 0;
}

.effect__list__box__text {
	font-size: 19px;
}

@media screen and (min-width: 769px) {
	.effect__list li.flex:nth-child(even) {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: reverse;
		-ms-flex-direction: row-reverse;
		flex-direction: row-reverse;
	}
}

@media screen and (max-width: 768px) {
	#effect {
		padding: 4em 0 3em;
	}

	.effect__text {
		font-size: 16px;
	}

	.effect__list li {
		width: 100%;
		max-width: 300px;
		min-height: auto;
		margin: 0 auto 20px;
		border: 2px solid #00a873;
	}

	.effect__list__img,
	.effect__list li.flex .effect__list__box {
		width: 100%;
	}

	.effect__list__box {
		padding: 15px 15px;
	}

	.effect__list__box__title {
		font-size: 20px;
		text-align: center;
		line-height: 1.4;
		margin: 0 0 .5em;
	}

	.effect__list__box__text {
		font-size: 16px;
		text-align: justify;
	}
}

#price {
	padding: 6em 0 3em;
}

.price__title {
	text-align: center;
	margin: 0 0 3em;
}

.price__title img {
	height: 70px;
}

.price__subtitle {
	font-size: 40px;
	text-align: center;
	margin: 0 0 1em;
}

.price__subtitle span {
	display: inline-block;
	position: relative;
}

.price__subtitle span:before {
	display: block;
	content: "";
	width: calc(100% - 0px);
	height: 40%;
	margin: auto;
	background: #ffff00;
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	z-index: -1;
}
.price__subtitle span.p2:before {
    display: block;
    content: "";
    width: calc(100% - 0px);
    height: 40%;
    margin: auto;
    background: #ff9288;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: -1;
}
.price__subtitle span.t:before {
    display: block;
    content: "";
    width: calc(100% - 0px);
    height: 40%;
    margin: auto;
    background: #c5b097;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: -1;
}
.price__subtitle span.g:before {
    display: block;
    content: "";
    width: calc(100% - 0px);
    height: 40%;
    margin: auto;
    background: #8ac43f;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: -1;
}
.price__subtitle span.p:before {
    display: block;
    content: "";
    width: calc(100% - 0px);
    height: 40%;
    margin: auto;
    background: #ff92d3;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: -1;
}
.price__subtitle span.sb:before {
    display: block;
    content: "";
    width: calc(100% - 0px);
    height: 40%;
    margin: auto;
    background: #21D1FF;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: -1;
}

.price__subtitle02 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 36px;
	color: #ff9288;
	margin: 0 0 1.5em;
}

.price__subtitle02-2 {
	color: #00c0c7;
}

.price__subtitle02-3 {
	color: #c5b097;
}

.price__subtitle02-4 {
	color: #8ac43f;
}

.price__subtitle02-5 {
	color: #ae77a9;
}

.price__subtitle02-6 {
	color: #ff92d3;
}

.price__subtitle02:before,
.price__subtitle02:after {
	content: "";
	height: 1px;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	background: #4d4d4d;
}

.price__subtitle02:before {
	margin-right: 1rem;
}

.price__subtitle02:after {
	margin-left: 1rem;
}

.price__box__inner {
	padding: 0 100px 4em;
}
.price__box table{
  width: 100%;
    text-align: center;
        border-spacing: 0px;
    box-sizing: border-box;
}
.price__box table td{
  padding: 10px;
  border: solid 1px #000;
}
.price__box table .m{
  color: #fff;
  font-size: 24px;
  width: 23%;
}
.price__flex.new2{
  margin-top: 30px;
}
.new2 .price__flex__box__dl3 dt {
    background: #999999;
    color: #fff;
    font-size: 24px;
    width: 23%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    border: 1px solid #000;
}
.new2 .price__flex__box__dl dd {
    font-size: 20px;
    line-height: 1.45;
    padding: 0 0 0 15px;
    width: 30%;
    display: flex;
    align-items: center;
    border: 1px solid #000;
}
.new2 .price__flex__box__dl dd span{
      font-size: 30px;
    font-weight: bold;
}
.new2 .price__flex__box__dl{
  border:0px solid #000;
}
.price__box table .m span{
  font-size: 16px;
}
.price__box table .b{
  font-size: 30px;
  font-weight: bold;
  font-weight: 900;
}
.price__flex {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 0 0 2em;
}
.price__flex.new .price__flex__box__dl3 dt {
    background: #ff92d3;
    display: flex;
    align-items: center;
    justify-content: center;
}
.price__flex__box__dl dd span.f14{
  font-size: 14px;
  font-weight: 500;
}
.price__flex.new .price__flex__box__dl+.price__flex__box__dl{
  margin:0;
}
.price__flex.new{
  align-items: initial;
}

.price__flex+p {
	margin: 0 0 2em;
}

.price__flex__box1 {
	width: 260px;
	padding: 10px 15px;
	border: 1px solid #ff9288;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
}

.price__flex__box1-2 {
	border-color: #00c0c7;
}

.price__flex__box1-3 {
	border-color: #c5b097;
}

.price__flex__box1-4 {
	border-color: #8ac43f;
}

.price__flex__box1-5 {
	border-color: #380092;
}

.price__flex__box1-6 {
	border-color: #ff92d3;
}

.price__flex__box1:after {
	display: block;
	content: "";
	width: 26px;
	height: 26px;
	background: url("/upload/tenant_1/f93cf85e56744477e4dd5cb14e7c6d80.png") no-repeat;
	background-size: contain;
	position: absolute;
	top: 50%;
	right: -50px;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
}

.price__flex__box1 p {
	font-size: 18px;
	line-height: 1.4;
	margin: 0;
}

.price__flex__box1 p span {
	font-size: 40px;
	font-weight: 900;
	line-height: 1.1;
}

.price__flex__box2 {
	width: 470px;
}

.price__flex__box__dl {
	width: 100%;
	margin: 0;
	border: 1px solid #4d4d4d;
}

.price__flex__box__dl+.price__flex__box__dl {
	margin: 12px 0 0;
}

.price__flex__box__dl dt {
	width: 180px;
	font-size: 32px;
	color: #fff;
	text-align: center;
	padding: 7px 0;
	background: #ff9288;
	border-right: 1px solid #4d4d4d;
}

.price__flex__box__dl dt span {
	display: block;
	font-size: 55%;
}

.price__flex__box__dl-lng dt {
	line-height: 1.2;
}

.price__flex__box__dl2 dt {
	background: #00c0c7;
}

.price__flex__box__dl3 dt {
	background: #c5b097;
}

.price__flex__box__dl4 dt {
	background: #8ac43f;
}

.price__flex__box__dl5 dt {
	background: #380092;
}

.price__flex__box__dl6 dt {
	background: #ff92d3;
}

.price__flex__box__dl dd {
	font-size: 20px;
	line-height: 1.45;
	padding: 0 0 0 15px;
}

.price__flex__box__dl dd span {
	font-size: 46px;
	font-weight: 900;
}

.price__table {
	width: 100%;
	border-collapse: collapse;
}

.price__table th {
	width: 210px;
}

.price__table td.half {
	width: calc(50% - 105px);
}

.price__table th,
.price__table td {
	font-size: 26px;
	text-align: center;
	font-weight: normal;
	border: 1px solid #4d4d4d;
}

.price__table thead th,
.price__table thead td {
	color: #fff;
	background: #808080;
}

.price__table tbody th,
.price__table tbody td {
	padding: 10px 0;
}

.price__table tbody th {
	color: #fff;
	background: #999999;
}

.price__table tbody td span {
	font-size: 32px;
	font-weight: 900;
}

.price__table tbody td span:not([class]) {
	font-size: 20px;
	font-weight: normal;
}

.price__table tbody td span.small {
	font-size: 20px;
	font-weight: normal;
}
/* .price-pl{
    text-align: center;
    margin: 30px;
    font-size:35px;
} */
.price-pl{
  width: 26px;
    height: 26px;
    margin: 30px auto;
}
@media screen and (max-width: 768px) {
	#price {
		padding: 3em 0 0;
	}

	.price__title img {
		height: 34px;
	}

	.price__subtitle {
		font-size: 28px;
	}

	.price__subtitle02 {
		font-size: 16px;
		margin: 0 0 1em;
	}

	.price__box__inner {
		padding: 0 0 3em;
	}

	.price__flex {
		margin: 0 0 2em;
	}

	.price__flex__box1 {
		margin: 0 0 50px;
	}

	.price__flex__box1:after {
		width: 24px;
		height: 24px;
		top: inherit;
		margin: auto;
		bottom: -36px;
		right: 0;
		left: 0;
		-webkit-transform: translate(0);
		transform: translate(0);
	}

	.price__flex__box1 p {
		font-size: 16px;
	}

	.price__flex__box1 p span {
		font-size: 30px;
	}

	.price__flex__box2 {
		width: 100%;
	}

	.price__flex__box__dl+.price__flex__box__dl {
		margin: 10px 0 0;
	}

	.price__flex__box__dl dt {
		width: 110px;
		font-size: 22px;
		padding: 4px 0;
	}

	.price__flex__box__dl dd {
		font-size: 16px;
		line-height: 1.5;
	}

	.price__flex__box__dl dd span {
		font-size: 30px;
	}

	.price__table th,
	.price__table td {
		font-size: 16px;
	}

	.price__table th {
		width: 60px;
	}

	.price__table tbody th,
	.price__table tbody td {
		padding: 6px 0;
	}

	.price__table tbody td span {
		font-size: 18px;
	}

	.price__table tbody td span:not([class]) {
		font-size: 16px;
	}
}

#age {
	padding: 5em 0;
	background-image: url('/import/tenant_1/153.121.75.218/kanyes-club.com/wp/wp-content/themes/base/images/common/age_bg.jpg');
}

.age__title {
	text-align: center;
	margin: 0 0 3em;
}

.age__title img {
	height: 70px;
}

.age__text {
	font-size: 19px;
}

.age__list {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
}

.age__list li {
	margin: 0 10px;
}

@media screen and (max-width: 768px) {
	#age {
		padding: 3em 0 2em;
	}

	.age__title img {
		height: 34px;
	}

	.age__text {
		font-size: 16px;
	}

	.age__list {
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.age__list li {
		margin: 0 0 2em;
		padding: 0px;
	}
}

#about {
	background: #f2f2f2;
	padding: 5em 0 2em;
}

.about__title {
	text-align: center;
	margin: 0 0 3em;
}

.about__title img {
	height: 65px;
}

.about__list {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.about__list.center {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.about__list li {
	width: 300px;
	margin: 0 0 3em;
}

.about__list__title {
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	margin: .5em 0;
}

.about__list__text {
	font-size: 20px;
	line-height: 1.8;
}

@media screen and (min-width: 769px) {
	.about__list.center li+li {
		margin-left: 50px;
	}
}

@media screen and (max-width: 768px) {
	#about {
		padding: 3em 0 1em;
	}

	.about__title img {
		height: 34px;
	}

	.about__list {
		max-width: 620px;
		margin: 0 auto;
	}

	.about__list li {
		width: 100%;
		max-width: 300px;
		margin: 0 0 2em;
	}

	.about__list__title {
		font-size: 18px;
	}

	.about__list__text {
		font-size: 16px;
		line-height: 1.4;
	}
}

@media screen and (max-width: 640px) {
	.about__list {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
}

#other {
	padding: 5em 0;
}

.other__title {
	text-align: center;
	margin: 0 0 2em;
}

.other__text {
	font-size: 19px;
	margin: 0 0 5em;
}

.other__list {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.other__list li {
	width: 490px;
	margin: 0 0 4.5em;
	position: relative;
}

.other__list__title {
	text-align: center;
	margin: 2em 0;
}
.other__list h3{
  font-family: 'Mochiy Pop P One', sans-serif;
}
.other__list__title img {
	height: 56px;
}

.other__list__btn {
	width: 300px;
	margin: auto;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
}

.other__list__btn a {
	display: block;
	color: #fff;
	text-decoration: none;
	padding: 1em 0;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	position: relative;
}

.other__list__btn0 a {
	background-image: url('/import/tenant_1/153.121.75.218/kanyes-club.com/wp/wp-content/themes/base/images/common/other_btn00.png');
}

.other__list__btn1 a {
	background-image: url('/import/tenant_1/153.121.75.218/kanyes-club.com/wp/wp-content/themes/base/images/common/other_btn01.png');
}

.other__list__btn2 a {
	background-image: url('/import/tenant_1/153.121.75.218/kanyes-club.com/wp/wp-content/themes/base/images/common/other_btn02.png');
}

.other__list__btn3 a {
	background-image: url('/import/tenant_1/153.121.75.218/kanyes-club.com/wp/wp-content/themes/base/images/common/other_btn03.png');
}

.other__list__btn4 a {
	background-image: url('/import/tenant_1/153.121.75.218/kanyes-club.com/wp/wp-content/themes/base/images/common/other_btn04.png');
}
.other__list__btn5 a {
  background-image: url('/upload/tenant_1/8e7df062e0740eec019fedc7a7b4c5d6.png');
}
.other__list__btn10 a {
	background-image: url('/upload/tenant_1/78d9db83730879ff8e035717388a4134.png');
}
.other__list__btn.new{
      position: relative;
    bottom: 0;
    right: 0;
    left: 0;
    margin-top: 50px;
    width: 55%;
}
.other__list__btn.new a:before{
  content: none;
}
.other__list__btn a:before {
	display: block;
	content: "";
	width: calc(100% - 20px);
	height: calc(100% - 20px);
	border: 1px dashed #fff;
	position: absolute;
	top: 10px;
	left: 10px;
}

.other__list__btn a span {
	display: inline-block;
	-webkit-transform: scale(.7, .9);
	transform: scale(.7, .9);
}

.other__title02 {
	margin: 0 0 3em;
}

.other__box {
	text-align: center;
	padding: 0 0 1em;
}
.other__box:nth-of-type(1){
  margin-top: 50px;
}
.other__box img {
	width: 970px;
}

.other__box__text {
	font-size: 20px;
	line-height: 1.8;
}

@media screen and (min-width: 769px) {
	.other__list li {
		padding: 0 0 120px;
	}

	.other__list__btn {
		position: absolute;
		bottom: 0;
		right: 0;
		left: 0;
	}
}

@media screen and (max-width: 768px) {
	#other {
		padding: 3em 0 2em;
	}

	.other__text {
		font-size: 16px;
		margin: 0 0 3em;
	}

	.other__list li {
		width: 100%;
		max-width: 490px;
		margin: 0 0 3em;
	}

	.other__list__title {
		margin: 1em 0 2em;
	}

	.other__list__title img {
		height: 40px;
	}

	.other__list__btn {
		width: 240px;
		font-size: 20px;
	}

	.other__list__btn a:before {
		width: calc(100% - 12px);
		height: calc(100% - 12px);
		top: 6px;
		left: 6px;
	}

	.other__box__text {
		font-size: 16px;
		margin: 1em 0;
	}
}

#kc_voice {
	padding: 6em 0 4em;
	background: #e5e5e5;
}

.kc_voice__title {
	margin: 0 0 2em;
	padding: 0 90px;
}

.kc_voice__subtitle {
	font-size: 40px;
	text-align: center;
	margin: 2em 1em 1em;
}

.kc_voice__subtitle span {
	display: inline-block;
	position: relative;
}

.kc_voice__subtitle span:before {
	display: block;
	content: "";
	width: calc(100% - 30px);
	height: 40%;
	margin: auto;
	background: #ffff00;
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	z-index: -1;
}

.kc_voice__list li {
	min-height: 243px;
	margin: 0 0 40px;
	border: 3px solid #8ac43f;
	background: #fff;
}

.kc_voice__list__img {
	width: 300px;
}

.kc_voice__list__box {
	padding: 17px 25px 10px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.kc_voice__list li.flex .kc_voice__list__box {
	width: calc(100% - 300px);
}

.kc_voice__list__box__title {
	font-size: 24px;
	font-weight: bold;
	color: #8ac43f;
	margin: 0;
}

.kc_voice__list__box__text {
	font-size: 19px;
}



@media screen and (max-width: 768px) {
	#kc_voice {
		padding: 3em 0;
	}

	.kc_voice__title {
		padding: 0;
	}

	.kc_voice__subtitle {
		font-size: 28px;
	}

	.kc_voice__list li {
		width: 100%;
		max-width: 300px;
		min-height: auto;
		margin: 0 auto 20px;
		border: 2px solid #8ac43f;
	}

	.kc_voice__list__img,
	.kc_voice__list li.flex .kc_voice__list__box {
		width: 100%;
	}

	.kc_voice__list__box {
		padding: 15px 15px;
	}

	.kc_voice__list__box__title {
		font-size: 20px;
		text-align: center;
		line-height: 1.4;
		margin: 0 0 .5em;
	}

	.kc_voice__list__box__text {
		font-size: 16px;
		text-align: justify;
	}
}


#corona {
	padding: 6em 0 4em;
	background: #e5e5e5;
}

.corona__title {
	margin: 0 0 2em;
	padding: 0 90px;
}

.corona__dl {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin: 0 0 3em;
}

.corona__dl dt {
	width: 170px;
}

.corona__dl dd {
	width: calc(100% - 200px);
	padding: 1.5em 0 0;
}

.corona__dl__title {
	font-size: 24px;
	font-weight: bold;
	margin: 0 0 .2em;
}

.corona__dl__text {
	font-size: 20px;
	line-height: 1.8;
}

.corona__list {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin: 0 0 3em;
}

.corona__list li {
	width: 300px;
}

.corona__list p {
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	margin: 1em 0 0;
}

.corona__con {
	padding: 45px;
	background: #00c0c7;
	position: relative;
}

.corona__con:before {
	display: block;
	content: "";
	width: calc(100% - 32px);
	height: calc(100% - 32px);
	border: 7px solid #fff;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position: absolute;
	top: 16px;
	left: 16px;
}

.corona__con__img {
	width: 180px;
	float: right;
	margin: 0 0 0 6px;
}

.corona__con__title {
	font-size: 39px;
	font-weight: bold;
	color: #ffcd00;
	line-height: 1;
	margin: 0 0 .5em;
}

.corona__con__text {
	font-size: 18px;
	color: #fff;
	line-height: 1.5;
	margin: 0;
}

@media screen and (max-width: 768px) {
	#corona {
		padding: 3em 0;
	}

	.corona__title {
		padding: 0;
	}

	.corona__dl {
		margin: 0 0 1em;
	}

	.corona__dl dt {
		/* width: 100px; */
		margin: auto;
	}

	.corona__dl dd {
		width: 100%;
		padding: 5px 0 0;
	}

	.corona__dl__title {
		font-size: 20px;
		line-height: 1.4;
	}

	.corona__dl__text {
		font-size: 14px;
	}

	.corona__dl__text br {
		display: none;
	}

	.corona__list {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		max-width: 650px;
		margin: 1em auto;
	}

	.corona__list li {
		width: 48%;
		margin: 0 0 2em;
	}

	.corona__list p {
		font-size: 16px;
		margin: .5em 0 0;
	}

	.corona__con {
		padding: 26px;
	}

	.corona__con:before {
		width: calc(100% - 20px);
		height: calc(100% - 20px);
		border: 2px solid #fff;
		top: 10px;
		left: 10px;
	}

	.corona__con__img {
		width: 76px;
		margin: 0 0 6px 6px;
	}

	.corona__con__title {
		font-size: 20px;
		line-height: 1.3;
		margin: 0 0 .5em;
	}

	.corona__con__text {
		font-size: 14px;
	}
}

#text {
	padding: 207px 0 162px;
	background-image: url('/import/tenant_1/153.121.75.218/kanyes-club.com/wp/wp-content/themes/base/images/common/text_bg.jpg');
}

.text__title {
	text-align: center;
	margin: 0;
	padding: 0 30px;
}

@media screen and (max-width: 768px) {
	#text {
		padding: 3.5em 0;
	}

	.text__title {
		padding: 0 20px;
	}
}

#contact>.mw_wp_form {
	position: relative;
	top: -100px;
}

#contact {
	padding: 3em 0 4em;
}

.contact__title {
	margin: 0 0 3em;
}

.mw_wp_form_confirm .agree-box {
	display: none;
}

@media screen and (max-width: 768px) {
	#contact {
		padding: 3em 0 2em;
	}
}

/* appl
------------------------------------ */
.appl {
	padding: 4em 0;
	background-image: url('/import/tenant_1/153.121.75.218/kanyes-club.com/wp/wp-content/themes/base/images/common/appl_bg.jpg');
}

.appl__title {
	text-align: center;
	margin: 0 0 2em;
}

.appl__title img {
	height: 150px;
}

.appl__text {
	color: #fff;
	margin: 0 0 2em;
}

.appl__btn {
	max-width: 600px;
	font-size: 28px;
	font-weight: bold;
	margin: 0 auto;
}

.appl__btn a {
	display: block;
	color: #4d4d4d;
	text-align: center;
	text-decoration: none;
	padding: 1em 0;
	background: url('/import/tenant_1/153.121.75.218/kanyes-club.com/wp/wp-content/themes/base/images/common/appl_btn_bg.png') no-repeat center;
	background-size: cover;
	position: relative;
}

.appl__btn a:before {
	display: block;
	content: "";
	width: calc(100% - 20px);
	height: calc(100% - 20px);
	border: 1px dashed #4d4d4d;
	position: absolute;
	top: 10px;
	left: 10px;
}

.appl__btn a span {
	display: inline-block;
	-webkit-transform: scale(.7, .9);
	transform: scale(.7, .9);
}
/* 
.appl__img {
  width: 188px;
  position: absolute;
  top: -10px;
  right: 30px;
} */

@media screen and (min-width: 769px) {}

@media screen and (max-width: 768px) {
	.appl {
		padding: 1.5em 0 1em;
	}

	.appl__title {
		margin: 0 0 1em;
	}

	.appl__title img {
		height: 70px;
	}

	.appl__text {
		font-size: 13px;
		text-align: center;
		margin: 0 0 .5em;
	}

	.appl__btn {
		max-width: 300px;
		font-size: 18px;
	}

	.appl__btn a {
		padding: .6em 0;
	}

	.appl__btn a:before {
		width: calc(100% - 10px);
		height: calc(100% - 10px);
		top: 5px;
		left: 5px;
	}

	.appl__btn a span {
		display: inline-block;
		-webkit-transform: scale(.7, .9);
		transform: scale(.7, .9);
	}

	.appl__img {
		width: 80px;
		position: absolute;
		top: -20px;
		right: 8%;
	}
}

/* ----------------------------------------
	baby
---------------------------------------- */
/* .id-9 #gNavi,
.id-9 #footer,
.id-9 .corona__con,
.id-119 #gNavi,
.id-119 #footer,
.id-119 .corona__con,
.id-134 #gNavi,
.id-134 #footer,
.id-134 .corona__con {
  background: #ff9288;
} */

.id-9 .header__btn-wrap,
.id-119 .header__btn-wrap,
.id-134 .header__btn-wrap {
	background-image: url('/import/tenant_1/153.121.75.218/kanyes-club.com/wp/wp-content/themes/base/images/baby/btn_bg.png');
}

.id-9 #reason,
.id-119 #reason,
.id-134 #reason {
	background-image: url('/import/tenant_1/153.121.75.218/kanyes-club.com/wp/wp-content/themes/base/images/baby/reason_bg.jpg');
}

.id-9 #effect,
.id-119 #effect,
.id-134 #effect {
	background-image: url('/import/tenant_1/153.121.75.218/kanyes-club.com/wp/wp-content/themes/base/images/baby/effect_bg.jpg');
}

.id-9 #age,
.id-119 #age,
.id-134 #age {
	background-image: url('/import/tenant_1/153.121.75.218/kanyes-club.com/wp/wp-content/themes/base/images/baby/age_bg.jpg');
}

.id-9 .appl,
.id-119 .appl,
.id-134 .appl {
	background-image: url('/import/tenant_1/153.121.75.218/kanyes-club.com/wp/wp-content/themes/base/images/baby/appl_bg.jpg');
}

.id-9 #text,
.id-119 #text,
.id-134 #text {
	background-image: url('/import/tenant_1/153.121.75.218/kanyes-club.com/wp/wp-content/themes/base/images/baby/text_bg.jpg');
}

/* ----------------------------------------
	dance
---------------------------------------- */
/* .id-11 #gNavi,
.id-11 #footer,
.id-11 .corona__con,
.id-117 #gNavi,
.id-117 #footer,
.id-117 .corona__con,
.id-132 #gNavi,
.id-132 #footer,
.id-132 .corona__con {
  background: #c5b097;
} */

.id-11 .header__btn-wrap,
.id-117 .header__btn-wrap,
.id-132 .header__btn-wrap {
	background-image: url('/import/tenant_1/153.121.75.218/kanyes-club.com/wp/wp-content/themes/base/images/dance/btn_bg.png');
}

.id-11 #reason,
.id-117 #reason,
.id-132 #reason {
	background-image: url('/import/tenant_1/153.121.75.218/kanyes-club.com/index.html');
}

.id-11 #effect,
.id-117 #effect,
.id-132 #effect {
	background-image: url('/import/tenant_1/153.121.75.218/kanyes-club.com/wp/wp-content/themes/base/images/dance/effect_bg.jpg');
}

.id-11 #age,
.id-117 #age,
.id-132 #age {
	background-image: url('/import/tenant_1/153.121.75.218/kanyes-club.com/wp/wp-content/themes/base/images/dance/age_bg.jpg');
}

.id-11 .appl,
.id-117 .appl,
.id-132 .appl {
	background-image: url('/import/tenant_1/153.121.75.218/kanyes-club.com/wp/wp-content/themes/base/images/dance/appl_bg.jpg');
}

.id-11 #text,
.id-117 #text,
.id-132 #text {
	background-image: url('/import/tenant_1/153.121.75.218/kanyes-club.com/wp/wp-content/themes/base/images/dance/text_bg.jpg');
}


.id-11 #text {
	background-image: url('/upload/tenant_1/96bca1c02512d93fb545f2f2a53ae1c3.jpeg');
}

/* ----------------------------------------
	programing
---------------------------------------- */
/* .id-17 #gNavi,
.id-17 #footer,
.id-17 .corona__con,
.id-118 #gNavi,
.id-118 #footer,
.id-118 .corona__con,
.id-133 #gNavi,
.id-133 #footer,
.id-133 .corona__con {
  background: #8ac43f;
} */

.id-17 .header__btn-wrap,
.id-118 .header__btn-wrap,
.id-133 .header__btn-wrap {
	background-image: url('/import/tenant_1/153.121.75.218/kanyes-club.com/wp/wp-content/themes/base/images/programing/btn_bg.png');
}

.id-17 #reason,
.id-118 #reason,
.id-133 #reason {
	background-image: url('/import/tenant_1/153.121.75.218/kanyes-club.com/wp/wp-content/themes/base/images/programing/reason_bg.jpg');
}

.id-17 #effect,
.id-118 #effect,
.id-133 #effect {
	background-image: url('/import/tenant_1/153.121.75.218/kanyes-club.com/wp/wp-content/themes/base/images/programing/effect_bg.jpg');
}

.id-17 #age,
.id-118 #age,
.id-133 #age {
	background-image: url('/import/tenant_1/153.121.75.218/kanyes-club.com/wp/wp-content/themes/base/images/programing/age_bg.jpg');
}

.id-17 .appl,
.id-118 .appl,
.id-133 .appl {
	background-image: url('/import/tenant_1/153.121.75.218/kanyes-club.com/wp/wp-content/themes/base/images/programing/appl_bg.jpg');
}

.id-17 #text,
.id-118 #text,
.id-133 #text {
	background-image: url('/import/tenant_1/153.121.75.218/kanyes-club.com/wp/wp-content/themes/base/images/programing/text_bg.jpg');
}

/* ----------------------------------------
	gakudou
---------------------------------------- */
/* .id-13 #gNavi,
.id-13 #footer,
.id-13 .corona__con,
.id-126 #gNavi,
.id-126 #footer,
.id-126 .corona__con,
.id-135 #gNavi,
.id-135 #footer,
.id-135 .corona__con {
  background: #ff92d3;
} */

.id-13 .header__btn-wrap,
.id-126 .header__btn-wrap,
.id-135 .header__btn-wrap {
	background-image: url('/import/tenant_1/153.121.75.218/kanyes-club.com/wp/wp-content/themes/base/images/gakudou/btn_bg.png');
}

.id-13 #reason,
.id-126 #reason,
.id-135 #reason {
	background-image: url('/import/tenant_1/153.121.75.218/kanyes-club.com/wp/wp-content/themes/base/images/gakudou/reason_bg.jpg');
}

.id-13 #effect,
.id-126 #effect,
.id-135 #effect {
	background-image: url('/import/tenant_1/153.121.75.218/kanyes-club.com/wp/wp-content/themes/base/images/gakudou/effect_bg.jpg');
}

.id-13 #age,
.id-126 #age,
.id-135 #age {
	background-image: url('/import/tenant_1/153.121.75.218/kanyes-club.com/wp/wp-content/themes/base/images/gakudou/age_bg.jpg');
}

.id-13 .appl,
.id-126 .appl,
.id-135 .appl {
	background-image: url('/import/tenant_1/153.121.75.218/kanyes-club.com/wp/wp-content/themes/base/images/gakudou/appl_bg.jpg');
}

.id-13 #text,
.id-126 #text,
.id-135 #text {
	background-image: url('/import/tenant_1/153.121.75.218/kanyes-club.com/wp/wp-content/themes/base/images/gakudou/text_bg.jpg');
}

/* ----------------------------------------
	athlete
---------------------------------------- */
/* .id-15 #gNavi,
.id-15 #footer,
.id-15 .corona__con,
.id-130 #gNavi,
.id-130 #footer,
.id-130 .corona__con,
.id-115 #gNavi,
.id-115 #footer,
.id-115 .corona__con {
  background: #380092;
} */

.id-15 .header__btn-wrap,
.id-115 .header__btn-wrap,
.id-130 .header__btn-wrap {
	background-image: url('/import/tenant_1/153.121.75.218/kanyes-club.com/index.html');
}

.id-15 #reason,
.id-115 #reason,
.id-130 #reason {
	background-image: url('/import/tenant_1/153.121.75.218/kanyes-club.com/index.html');
}

.id-15 #effect,
.id-115 #effect,
.id-130 #effect {
	background-image: url('/import/tenant_1/153.121.75.218/kanyes-club.com/wp/wp-content/themes/base/images/athlete/effect_bg.jpg');
}

.id-15 #age,
.id-115 #age,
.id-130 #age {
	background-image: url('/import/tenant_1/153.121.75.218/kanyes-club.com/wp/wp-content/themes/base/images/athlete/age_bg.jpg');
}

.id-15 .appl,
.id-115 .appl,
.id-130 .appl {
	background-image: url('/import/tenant_1/153.121.75.218/kanyes-club.com/wp/wp-content/themes/base/images/athlete/appl_bg.jpg');
}

.id-15 #text,
.id-115 #text,
.id-130 #text {
	background-image: url('/import/tenant_1/153.121.75.218/kanyes-club.com/wp/wp-content/themes/base/images/athlete/text_bg.jpg');
}

.athlete__box {
	margin: 7em 0 0;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.athlete__box__1 {
	width: 260px;
}

.athlete__box__2 {
	width: calc(100% - 290px);
}

.athlete__box__2__title {
	font-size: 24px;
	font-weight: bold;
	margin: 0 0 .3em;
}

@media screen and (max-width: 768px) {
	.athlete__box__1 {
		width: 40%;
	}

	.athlete__box__2 {
		width: calc(60% - 15px);
	}

	.athlete__box__2__title {
		font-size: 19px;
	}
}

/* ----------------------------------------
	contact
---------------------------------------- */
.contact_form__table {
	width: 100%;
	border-collapse: collapse;
	margin: 0 0 4em;
}

.contact_form__table th,
.contact_form__table td {
	font-weight: normal;
	text-align: left;
	padding: 1.5em 0;
	vertical-align: top;
}

.contact_form__table th {
	width: 330px;
	position: relative;
}

.contact_form__table th:after,
.contact_form__table tbody>tr:first-child th:before {
	display: block;
	content: "";
	width: 1000px;
	height: 1px;
	border-bottom: 4px dotted #b2b2b2;
	position: absolute;
	bottom: 0;
}

.contact_form__table tr>th:first-child:before {
	top: 0;
	bottom: inherit;
}

.required {
	display: inline-block;
	font-size: 14px;
	color: #fff;
	line-height: 1;
	padding: 6px 7px;
	background: #ff0000;
}

.contact_form__table th .required {
	position: absolute;
	right: 10px;
	top: 26px;
}

/* input */
.contact_form__table input,
.contact_form__table select,
.contact_form__table textarea {
	font-size: 16px;
}

.contact_form__table textarea {
	height: 170px;
}

.contact_form__table input[type="text"],
.contact_form__table input[type="email"],
.contact_form__table textarea {
	width: 100%;
	padding: .3em .5em;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid #4d4d4d;
}

.contact_form__table input.zip1 {
	width: 100px;
}

.contact_form__table input.zip2 {
	width: 140px;
}

.contact_form__table td label {
	margin: 0 10px 0 0;
}

.contact_form__table td .row1 {
	margin: 0 0 10px;
}

/* chcek */
.agree-box {
	text-align: center;
	margin: 0 0 4em;
}

.agree-box__title {
	font-size: 20px;
	margin: 0 0 25px;
}

.privacy-box {
	height: 200px;
	text-align: left;
	margin: 0 auto 25px;
	padding: .5em;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid #cccccc;
	background: #fff;
	box-sizing: border-box;
	overflow: hidden;
	overflow-y: scroll;
}

.contact_agree .checkwrap {
	margin: 0 0 30px;
}

/* btn */
.contact_submit {
	text-align: center;
	margin: 0 0 50px;
}

.contact_submit input {
	-webkit-appearance: none;
	border: none;
	background-repeat: no-repeat;
	background-position: center;
	cursor: pointer;
	font-size: 24px;
	color: #4d4d4d;
	margin: 0 20px;
	padding: 1em 2em;
	background: #ffcd00;
}

.contact_submit input:disabled {
	opacity: .5;
	cursor: auto;
}

.mwform-checkbox-field {
	display: inline-block;
}

/* .mwform-checkbox-field input,
.mwform-radio-field input {
  margin: 0 !important;
} */

.mw_wp_form .horizontal-item+.horizontal-item {
	margin: 0 !important;
}

@media all and (max-width: 768px) {

	.contact_form__table,
	.contact_form__table tbody,
	.contact_form__table tr,
	.contact_form__table th,
	.contact_form__table td {
		width: 100%;
		display: block;
		text-align: left;
		font-weight: normal;
		border: none;
	}

	.contact_form__table {
		position: relative;
	}

	.contact_form__table:after {
		display: block;
		content: "";
		width: 100%;
		height: 1px;
		border-bottom: 4px dotted #b2b2b2;
		position: absolute;
		bottom: 0;
	}

	.contact_form__table th {
		width: 100%;
		padding: 1em 0 0;
	}

	.contact_form__table th:after {
		width: calc(100vw - 30px);
		top: 0;
		bottom: inherit;
	}

	.contact_form__table th:before {
		display: none !important;
	}

	.contact_form__table td {
		padding: .5em 0 1em;
	}

	.contact_form__table .inline-item.checkbox {
		display: block;
		margin: 0;
	}

	.contact_form__table th .required {
		top: 15px;
	}

	.contact_agree .privacybox {
		height: 140px;
	}

	.agree-box__title {
		font-size: 18px;
	}
}

.inline-item {
	display: inline-block;
}

/* top
------------------------------------ */
#topNews {
	padding: 7em 0 6em;
	background: #f5f5e2;
}

.news {
	background: #f5f5e2;
}

.news__list {
	margin: 0 0 30px;
}

.news__list li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
    align-items: center;
	margin: 0 0 20px;
	padding: 7px 3em;
	background: #fff;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 30px;
}

.news__list li>* {
	margin-bottom: 0;
}

.news__list__date {
	font-size: 20px;
	font-weight: bold;
	padding: 0 1em 0 0;
}
#topNews .news__list__cat {
	width: 146px;
}

.can .news__list__cat{
      width: 146px;
}
.news__list__cat {
	width: 30%;
	font-size: 14px;
	color: #fff;
	text-align: center;
	margin: 3px 1em 0 0;
	padding: 1px 1em;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.news__list__title {
	max-width: 500px;
	font-size: 18px;
	width: 50%;
}

.news__list__title a {
	color: #4d4d4d;
	text-decoration: none;
}

@media all and (max-width: 768px) {
	#topNews {
		padding: 5em 0 4em;
	}

	.news__list li {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		padding: 7px 2em;
	}

	.news__list__date {
		font-size: 14px;
	}

	.news__list__cat {
		width: 120px;
		font-size: 12px;
	}

	.news__list__title {
		width: 100%;
		font-size: 16px;
		padding-top: 5px;
	}
}

.bg--section {
	background: #f5f5e2;
}

.section__title2 {
	text-align: center;
	position: relative;
	margin: 0 0 4em;
}
.section__title2.nami-box{
  margin: 0;
}
.section__title2.nami-box > div {
    padding: 0px;
}
.section__title2.nami-box .ttlori{
  font-size: 65px;
}
.section__title2:after {
	display: block;
	content: "";
	width: 0;
	height: 0;
	margin: 0 auto;
	border-top: 30px solid #0044c7;
	border-left: 32px solid transparent;
	border-right: 32px solid transparent;
	position: absolute;
	bottom: -19px;
	right: 0;
	left: 0;
}
.section__title2.new:after{
  content: none;
}

.section__title2 > div {
	padding: 30px 0 30px 0px;
}
.section__title2.m-0 > div{
  padding: 0px 0 3em 0px;
}

.top-section__text {
	font-size: 27px;
	text-align: center;
	margin: 0 0 3em;
}

.frame--content {
	padding-right: 70px;
	padding-left: 70px;
	position: relative;
}

.frame--content:before,
.frame--content:after {
	display: block;
	content: "";
	width: 72px;
	height: 104px;
	background-repeat: no-repeat;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.frame--content:before {
	left: 0;
}

.frame--content:after {
	right: 0;
}

@media all and (max-width: 768px) {
	.section__title2 > div {
		padding: 20px 0 20px 0px;
	}
	
	.id-11 .section__title2 > div {
	  padding: 80px 0;
	}

	/* .section__title2 > div img {
		height: 20px;
	} */

	.top-section__text {
		font-size: 14px;
	}

	.frame--content {
		padding-right: 30px;
		padding-left: 30px;
	}

	.frame--content:before,
	.frame--content:after {
		width: 30px;
		height: 45px;
		background-size: contain;
	}

	.section__btn img {
		height: 44px;
	}
}

#top-about {
	padding: 5em 0 5em;
	background-image: url('/import/tenant_1/153.121.75.218/kanyes-club.com/wp/wp-content/themes/base/images/about_bg12.png');
	background-repeat: no-repeat;
	background-position: center top 90px;
	margin-top: -5em;
}

.top-about__title {
	background: #ef5a24;
}

.top-about__title:after {
	border-top-color: #ef5a24;
}

.top-about__text {
	color: #ef5a24;
	margin: 0 0 1em;
	position: relative;
	z-index: 1;
}

.top-about__text:before {
	background-image: url('/import/tenant_1/153.121.75.218/kanyes-club.com/wp/wp-content/themes/base/images/frame1_left.png');
}

.top-about__text:after {
	background-image: url('/import/tenant_1/153.121.75.218/kanyes-club.com/wp/wp-content/themes/base/images/frame1_right.png');
}

.top-about__text02 {
	font-size: 18px;
	text-align: center;
	line-height: 2;
	margin: 0 0 4em;
	position: relative;
	z-index: 1;
}

.top-about__text03 {
	font-size: 28px;
	color: #ef5a24;
	position: relative;
	z-index: 1;
	position: relative;
	z-index: 1;
}

.top-about__text03 span {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(30%, transparent), color-stop(30%, #ffff64));
	background: linear-gradient(transparent 30%, #ffff64 30%);
}

.top-about__text04 {
	font-size: 18px;
	line-height: 2;
	margin: 0 0 3em;
	position: relative;
	z-index: 1;
}

.top-about__btn {
	text-align: left;
}

@media all and (max-width: 768px) {
	#top-about {
		padding: 0 0 5em;
		background-image: none;
	}

	.top-about__text02 {
		font-size: 15px;
		margin: 0 0 3em;
	}

	.top-about__text03 {
		font-size: 18px;
	}

	.top-about__text04 {
		font-size: 15px;
	}

	.top-about__btn {
		text-align: center;
	}
}

#top-age {
	padding: 5em 0 6em;
	background-image: url('/import/tenant_1/153.121.75.218/kanyes-club.com/wp/wp-content/themes/base/images/top/age_bg.png');
	background-repeat: no-repeat;
	background-position: center bottom;
	margin-top: -5em;
}

.top-age__title {
	background: #39b34a;
}

.top-age__title:after {
	border-top-color: #39b34a;
}

.top-age__text {
	color: #39b34a;
	margin: 0 0 1em;
}

.top-age__text:before {
	background-image: url('/import/tenant_1/153.121.75.218/kanyes-club.com/wp/wp-content/themes/base/images/frame2_left.png');
}

.top-age__text:after {
	background-image: url('/import/tenant_1/153.121.75.218/kanyes-club.com/wp/wp-content/themes/base/images/frame2_right.png');
}

.top-age__text02 {
	font-size: 19px;
	text-align: center;
	line-height: 2;
	margin: 0 0 3em;
}

.age__list {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin: 0 0 4em;
}

.age__list li {
	text-align: center;
	position: relative;
}

/*  .age__list li:nth-child(1):before {
  display: block;
  content: "";
  width: 166px;
  height: 131px;
  background: url("../images/top/age_img.png") no-repeat;
  background-size: contain;
  position: absolute;
  top: -90px;
  left: -60px;
}  */
.age__list li .fuki {
	display: block;
	width: 166px;
	height: 131px;
	background-size: contain;
	position: absolute;
	top: -90px;
	left: -60px;
}
.age__list li .fuki .text{
	position: absolute;
	top: 50%;
	left: 42%;
	transform: translate(-50%,-50%);
	font-size: 40px;
	color: #fff;
	font-family: 'Kosugi Maru', sans-serif;
}
.age__list .golden_age__flexbox01-1 .fuki {
	display: block;
	width: 166px;
	height: 131px;
	background-size: contain;
	position: absolute;
	top: -90px;
	left: -60px;
}
.age__list .golden_age__flexbox01-1 .fuki .text{
	position: absolute;
	top: 50%;
	left: 42%;
	transform: translate(-50%,-50%);
	font-size: 40px;
	color: #fff;
	font-family: 'Kosugi Maru', sans-serif;
}
.age__list .golden_age__flexbox01-1>img {
	margin: 0 0 40px;
}
.age__list li>img {
	margin: 0 0 40px;
}

.age__list__text {
	font-size: 19px;
	margin: 0 0 2em;
}

.age__btn {
	margin: 4em 0 0;
}

@media all and (max-width: 768px) {
	#top-age {
		padding: 5em 0 5em;
		background-image: none;

	}

	.top-age__text02 {
		font-size: 15px;
	}

	.age__list {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		margin: 0 0 0em;
	}

/*   .age__list li {
  width: 100%;
  max-width: 300px;
}

.age__list li:nth-child(1):before {
  width: 80px;
  height: 60px;
  top: -10px;
  left: -10px;
}

.age__list li>img {
  display: inline-block;
  -webkit-transform: scale(.8);
  transform: scale(.8);
  margin: 0;
}

.age__list li:nth-child(2)>img {
  -webkit-transform: scale(.9);
  transform: scale(.9);
} */

	.age__list__text {
		font-size: 16px;
		margin: 0 0 1em;
	}

	.age__list__text02 {
		margin: 0;
	}

	.age__btn {
		margin: 3em 0 0;
	}
}

#top-school {
	padding: 5em 0 5em;
	background-image: url('/import/tenant_1/153.121.75.218/kanyes-club.com/wp/wp-content/themes/base/images/top/school_bg.png');
	background-repeat: no-repeat;
	background-position: center top 1500px;
	margin-top: -5em;
}

.top-school__title {
	background: #ffcd00;
}

.top-school__title:after {
	border-top-color: #ffcd00;
}

.top-school__text {
	color: #ffcd00;
}

.top-school__text:before {
	background-image: url('/import/tenant_1/153.121.75.218/kanyes-club.com/wp/wp-content/themes/base/images/frame3_left.png');
}

.top-school__text:after {
	background-image: url('/import/tenant_1/153.121.75.218/kanyes-club.com/wp/wp-content/themes/base/images/frame3_right.png');
}

.top-school__flex {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.top-school__flex:nth-of-type(odd) {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}

.top-school__flex+.top-school__flex {
	margin-top: 35px;
}

.top-school__flex>div {
	width: 50%;
}

.top-school__flex__box1 {
	padding: 0 30px 80px 0;
	position: relative;
}

.top-school__flex:nth-of-type(odd) .top-school__flex__box1 {
	padding: 0 0 80px 30px;
}

.top-school__flex+.top-school__flex .top-school__flex__box1 {
	padding-top: 50px;
}

.top-school__flex__box__title {
	margin: 0 0 30px;
	position: relative;
}

.top-school__flex__box__text {
	font-size: 24px;
}

.top-school__flex__box__img {
	text-align: center;
	margin: 0 0 50px;
}

.top-school__flex__box__text02 {
	font-size: 18px;
	line-height: 2;
}

.school__btn {
	position: absolute;
	bottom: 0;
}

@media screen and (min-width: 2000px) {
	#top-school {
		background-position: right 0 top 1500px;
	}
}

@media all and (max-width: 768px) {
	#top-school {
		padding: 5em 0 4em;
		background-image: none;
	}

	.top-school__flex {
		-webkit-box-orient: vertical !important;
		-webkit-box-direction: normal !important;
		-ms-flex-direction: column !important;
		flex-direction: column !important;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.top-school__flex+.top-school__flex {
		margin-top: 25px;
	}

	.top-school__flex>div {
		width: 100%;
		max-width: 350px;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}

	.top-school__flex__box1 {
		padding: 0 0 30px !important;
	}

	.top-school__flex__box__title {
		margin: 0 0 20px;
	}

	.top-school__flex__box__text {
		font-size: 20px;
	}

	.top-school__flex__box__img {
		margin: 0 0 30px;
	}

	.top-school__flex__box__text02 {
		font-size: 15px;
	}

	.school__btn {
		position: relative;
	}
}

#top-corona {
	background-image: url('/import/tenant_1/153.121.75.218/kanyes-club.com/wp/wp-content/themes/base/images/top/corona_bg.png');
	background-repeat: no-repeat;
	background-position: center bottom 480px;
}

@media screen and (min-width: 2000px) {
	#top-corona {
		background-position: right 0 bottom 480px;
	}
}

#top-corona {
	overflow: hidden;
	padding: 0 0 6em;
}

.top-corona__title {
	background: #ff722d;
}

.top-corona__title:after {
	border-top-color: #ff722d;
}

.top-corona__text {
	color: #ff722d;
	margin: 0 0 1em;
}

.top-corona__text:before {
	background-image: url('/import/tenant_1/153.121.75.218/kanyes-club.com/wp/wp-content/themes/base/images/frame4_left.png');
}

.top-corona__text:after {
	background-image: url('/import/tenant_1/153.121.75.218/kanyes-club.com/wp/wp-content/themes/base/images/frame4_right.png');
}

.top-corona__text02 {
	font-size: 20px;
	text-align: center;
	line-height: 2;
	margin: 0 0 6em;
}

.top-corona__flex {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin: 0 0 5em;
}

.top-corona__flex:after {
	display: block;
	content: "";
	width: 33%;
}

.top-corona__flex>div {
	margin: 0 0 8px;
	border-radius: 20px;
	background: #ff722d;
	position: relative;
}

.top-corona__flex__box1 {
	width: 100%;
}

/* .top-corona__flex__box1:after {
	display: block;
	content: "";
	width: 350px;
	height: 296px;
	background: url("../images/top/corona_img02.png") no-repeat;
	background-size: contain;
	position: absolute;
	top: -110px;
	right: -50px;
} */
.top-corona__flex__box1 .fuki {
	display: block;
	width: 350px;
	height: 296px;
	position: absolute;
	top: -110px;
	right: -50px;
}


.top-corona__flex__box2 {
	width: 32.8%;
	background: #fff !important;
	overflow: hidden;
	border: 3px solid #ff722d;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.top-corona__flex__box__icon {
	text-align: center;
	padding: 30px 0 20px;
}

.top-corona__flex__box2 .top-corona__flex__box__icon {
	height: 70px;
	background: #ff722d;
}

.top-corona__flex__box__title {
	font-size: 30px;
	text-align: center;
	color: #fff;
	padding: 0 0 .6em;
	background: #ff722d;
}

.top-corona__flex__box2 .top-corona__flex__box__title {
	font-size: 22px;
}

.top-corona__flex__box__inner {
	padding: 0 20px;
	color: #fff;
	font-size: 19px;
}

.top-corona__flex__box__inner02 {
	margin: 3px;
	padding: 15px 20px;
	overflow: hidden;
}

.top-corona__flex__box__inner__title {
	font-size: 19px;
	text-align: center;
	color: #ff722d;
}

.top-corona__flex__box__inner__text {
	font-size: 16px;
}

.top-corona__list {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.top-corona__list li {
	width: 320px;
	font-size: 24px;
	color: #ff722d;
	text-align: center;
}

.top-corona__list li img {
	margin: 0 0 10px;
}

@media all and (max-width: 768px) {
	.top-corona__text02 {
		font-size: 15px;
		margin: 0 0 6em;
	}

	.top-corona__flex {
		margin: 0 0 4em;
	}

	.top-corona__flex:after {
		display: none;
	}

	.top-corona__flex>div {
		width: 100%;
		border-radius: 15px;
	}

	.top-corona__flex__box1:after {
		width: 170px;
		height: 150px;
		top: -90px;
		right: -20px;
	}

	.top-corona__flex__box2 {
		border-width: 2px;
	}

	.top-corona__flex__box__icon {
		text-align: center;
		padding: 20px 0;
	}

	.top-corona__flex__box__icon img {
		height: 40px;
	}

	.top-corona__flex__box2 .top-corona__flex__box__icon {
		height: auto;
	}

	.top-corona__flex__box__title {
		font-size: 19px;
		padding: 0 0 .8em;
	}

	.top-corona__flex__box2 .top-corona__flex__box__title {
		font-size: 19px;
	}

	.top-corona__flex__box__inner {
		font-size: 15px;
	}

	.top-corona__flex__box__inner__title {
		font-size: 17px;
		text-align: center;
		color: #ff722d;
	}

	.top-corona__flex__box__inner__text {
		font-size: 15px;
	}

	.top-corona__list {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.top-corona__list li {
		width: 100%;
		max-width: 320px;
		font-size: 18px;
	}

	.top-corona__list li:last-child {
		margin-top: 30px;
	}
}


#top-join {
	padding: 0 0 6em;
}

.top-join__title {
	background: #765eb8;
}

.top-join__title:after {
	border-top-color: #765eb8;
}

.top-join__text {
	color: #765eb8;
}

.top-join__text:before {
	background-image: url('/import/tenant_1/153.121.75.218/kanyes-club.com/wp/wp-content/themes/base/images/frame5_left.png');
}

.top-join__text:after {
	background-image: url('/import/tenant_1/153.121.75.218/kanyes-club.com/wp/wp-content/themes/base/images/frame5_right.png');
}

#top-company {
	padding: 0 0 6em;
}

.top-company__title {
	background: #0044c7;
}

.top-company__text {
	color: #0044c7;
}

.top-company__text:before {
	background-image: url('/import/tenant_1/153.121.75.218/kanyes-club.com/wp/wp-content/themes/base/images/frame6_left.png');
}

.top-company__text:after {
	background-image: url('/import/tenant_1/153.121.75.218/kanyes-club.com/wp/wp-content/themes/base/images/frame6_right.png');
}

@media all and (max-width: 768px) {}

/* ----------------------------------------
	single
---------------------------------------- */
.detail__tit {
	font-size: 20px;
	margin: 0 0 1.5em;
	padding: 1.5em 0;
	border-top: 1px solid #0092d6;
	border-bottom: 1px solid #dddddd;
	position: relative;
}

.detail__tit:after {
	display: block;
	content: "";
	width: 73px;
	height: 1px;
	background: #0092d6;
	position: absolute;
	left: 0;
	bottom: -1px;
}

.detail__date {
	padding: 0 0 2em;
	position: relative;
}

.topics__date,
.topics__cat {
	display: inline-block;
	vertical-align: middle;
	font-size: 14px;
	margin: 0;
}

.topics__cat {
	font-size: 12px;
	color: #fff;
	margin-left: 1.2em;
	padding: .1em 1.3em;
}

.detail__sns {
	text-align: right;
	position: absolute;
	top: 0;
	right: 0;
}

.detail__sns__item {
	display: inline-block;
	vertical-align: top;
	line-height: 0;
	margin: 0 0 0 5px;
}

.paging {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.paging {
	width: 100%;
	text-align: center;
	padding: 0;
}

.paging li {
	list-style: none;
	width: 33%;
	display: inline-block;
	padding: 0;
	margin: 0;
}

.paging li a {
	color: #0092d7;
	text-decoration: none;
}

.paging li img {
	vertical-align: middle;
}

.paging li:first-child {
	text-align: left;
}

.paging li:last-child {
	text-align: right;
}

.wp-pagenavi {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-family: 'Libre Baskerville', serif;
	text-align: center;
	margin: 0 0 3em;
}

.wp-pagenavi>a,
.wp-pagenavi>span {
	margin: 0 .5em;
	color: #00c0c7;
	background: #fff;
}

.wp-pagenavi>a,
.wp-pagenavi>span {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 40px;
	height: 40px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	font-size: 18px;
	border: 1px solid #00c0c7;
	border-radius: 50%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.wp-pagenavi span.current {
	color: #fff;
	background: #00c0c7;
	border-color: #00c0c7 !important;
}

@media all and (min-width: 769px) {
	.paging {
		margin: 8em 0 0;
	}

	.paging li:first-child img {
		margin: 0 20px 0 0;
	}

	.paging li:last-child img {
		margin: 0 0 0 20px;
	}
}

@media all and (max-width: 768px) {
	.detail__tit {
		font-size: 16px;
	}

	.detail__tit:after {
		width: 50px;
	}

	.detail__date,
	.detail__cat {
		font-size: 12px;
	}

	.detail__date {
		padding: 0 0 1em;
	}

	.detail__sns__item {
		margin: 0;
	}

	.paging {
		padding: 3em 0 0;
	}

	.paging li {
		width: 20%;
	}

	.paging li:nth-child(2) {
		width: 50%;
	}

	.paging li:not(:nth-child(2)) img {
		width: 10px;
		position: relative;
		top: -2px;
	}

	.paging li:first-child img {
		margin: 0 10px 0 0;
	}

	.paging li:last-child img {
		margin: 0 0 0 10px;
	}
}

/*  個別ページの設定　*/
.post__ttl {
	margin: 0 0 20px;
	text-align: left;
	font-size: 30px;
	border-bottom: solid 1px #000;
	padding: 15px 5px;
	font-family: 'M PLUS 1p', sans-serif;
	color: #21D1FF;
}

.singule__box01 {
	font-size: 16px;
	margin-top: -20px;
	padding: 0 0 50px 0;
	overflow: hidden
}

.singule__box01 h1 {
	font-size: 2.5rem;
	margin: 1em 0;
	color: #000;
	font-weight: bold;
}

.singule__box01 h2 {
	font-size: 24px;
	margin: 1em 0 2rem 0;
	padding: 10px;
	background: #21D1FF;
	border-radius: 4px;
	color: #fff;
}

.singule__box01 h3 {
	font-size: 20px;
	margin: 2rem 0;
	padding-bottom: 0.7rem;
	border-bottom: 2px solid #21D1FF;
	color: #21D1FF;
}

.singule__box01 h4 {
	font-size: 1.8rem;
	margin: 2rem 0;
	padding-bottom: 0.5rem;
	border-bottom: 1px solid #000;
	color: #000;
	font-weight: bold;
}

.singule__box01 h5 {
	font-size: 1.6rem;
	font-weight: bold;
	color: #000;
}

.singule__box01 h6 {
	font-size: 1.5rem;
	font-weight: bold;
}

strong {
	font-weight: bold;
}

.singule__box01 a {
	display: block;
	color: #000;
}

.singule__box02 {
	width: 70%;
	float: left;
}

.singule__box02 .singule__box02 {
  width: 100%;
  float: none;
}

.singule__box03 {
	width: 100%;
	padding: 10px 40px 10px 10px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.singule__box03 img {
	max-width: 100%;
	padding: 10px 0;
}

.singule__cat {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 50px;
}

.singule__date {
	margin: 5px 5px 0 0;
	padding: 0 10px 0 0;
	font-size: 14px;
	margin-bottom: 50px;
}

.singule__cat a {
	margin: 5px 5px 0 0;
	background: #21D1FF;
	padding: 0 10px;
	color: #fff;
}

.sidebar {
	float: right;
	width: 30%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 10px 10px 10px;
	text-decoration: none;
}

.sidebar li {
	padding: 10px;
	border-bottom: dotted 1px;
	list-style: none;
	color: #000;
}

.sidebar li a {
	text-decoration: none;
	color: #000;
}

.sidebar__ttl {
	border-bottom: solid 1px #000;
	color: #21D1FF;
	font-size: 30px;
	padding: 0 0 10px 0;
}

.singule__next__prev {
	position: relative;
	margin: 50px 10px;
	height: 50px;
	font-size: 26px;
	color: #21D1FF;
}

.prev__btn {
	position: absolute;
	right: 0;
}

.next__btn {
	position: absolute;
	left: 0;
}

.singule__next__prev .next__btn a::before {
	content: '';
	display: inline-block;
	width: 150px;
	height: 45px;
	background-image: url('/import/tenant_1/153.121.75.218/kanyes-club.com/wp/wp-content/themes/base/images/single/next.png');
	background-size: contain;
	background-repeat: no-repeat;
	vertical-align: middle;
}

.singule__next__prev .prev__btn a::after {
	content: '';
	display: inline-block;
	width: 150px;
	height: 45px;
	background-image: url('/import/tenant_1/153.121.75.218/kanyes-club.com/wp/wp-content/themes/base/images/single/prev.png');
	background-size: contain;
	background-repeat: no-repeat;
	vertical-align: middle;
}

.singule__box02 #ez-toc-container {
	background-color: rgba(82, 187, 255, 0.1);
	border: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	margin-bottom: 50px;
	width: 100%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

span.ez-toc-section {
	display: block;
	padding-top: 70px;
	margin-top: -70px;
}

.single__head {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.single__head-ttl {
	width: 50%;
	position: relative;
	background-color: #21D1FF;
}

.single__head-img {
	width: 50%;
}

.single__head-ttl img {
	position: absolute;
	right: 10%;
	height: 60%;
	top: 50%;
	transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
}

@media screen and (max-width: 767px) {

	.post__ttl {
		font-size: 20px;
	}

	.singule__box01 {
		margin: -40px 0 0 0;
		width: 100%;
		padding: 0 10px;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}


	.singule__box02 {
		width: 100%;
		float: left;
	}

	.sidebar {
		margin: 30px 0 0 0;
		width: 100%;
	}

	.sidebar__ttl {
		font-size: 20px;
	}

	.singule__cat {
		margin-bottom: 30px;
	}

	.singule__next__prev {
		margin: 20px 10px;
	}

	.singule__box02 #ez-toc-container {
		margin-bottom: 30px;
	}

	.singule__next__prev .next__btn a::before {
		content: '';
		display: inline-block;
		width: 120px;
		height: 35px;
		background-image: url('/import/tenant_1/153.121.75.218/kanyes-club.com/wp/wp-content/themes/base/images/single/next.png');
		background-size: contain;
		vertical-align: middle;
	}

	.singule__next__prev .prev__btn a::after {
		content: '';
		display: inline-block;
		width: 120px;
		height: 35px;
		background-image: url('/import/tenant_1/153.121.75.218/kanyes-club.com/wp/wp-content/themes/base/images/single/prev.png');
		background-size: contain;
		vertical-align: middle;
	}

	.single__head-ttl img {
		position: absolute;
		right: 10%;
		height: 80%;
		top: 50%;
		transform: translate(0, -50%);
		-webkit-transform: translate(0, -50%);
	}
}

/* pagenate   */
.pagenate {
	text-align: center;
	margin: 20px auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 100%;
}

.pagenate span {
	padding: 5px 0;
	border: solid 1px;
	margin: 0 10px;
	width: 40px
}

.pagenate a {
	padding: 5px 0;
	border: solid 1px;
	margin: 0 10px;
	width: 40px
}

.pagenate a:hover {
	background: #e1e1e1;
}

/*　アーカイブページ　クラブ通信　*/

.archive__ttl {
	text-align: center;
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
	color: #fff;
	padding: 145px 10px 95px 15px;
	position: relative;
	top: -60px;
	font-size: 24px;
	text-shadow: 1px 1px 10px #000;
}
.page-post .box{
  	width: 70%;
  	float: left;
}
.archive__group{

	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;

}

.archive__box {
	width: 50%;
	padding: 10px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	text-align: center;
}

.archive__box img {
	width: 100%;
}

.archive__cat {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.archive__date {
	margin: 5px 5px 0 0;
	padding: 0 10px 0 0;
}

.archive__cat a {
	margin: 5px 5px 0 0;
	background: #52BBFF;
	padding: 0 10px;
	color: #fff;
}

.archive__content {
	font-size: 20px;
	padding: 10px 0;
	margin-bottom: 10px;
	font-family: 'M PLUS 1p', sans-serif;
	color: #21D1FF;
	text-decoration: none;
}

.archive__group a {
	text-decoration: none;
}

.mask-box01 img {
 -webkit-mask-image: url('/import/tenant_1/153.121.75.218/kanyes-club.com/wp/wp-content/themes/base/images/single/slide-mask.png');
	mask-image: url('/import/tenant_1/153.121.75.218/kanyes-club.com/wp/wp-content/themes/base/images/single/slide-mask.png');
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	mask-position: center;
	-webkit-mask-position: center;
	mask-size: 100%;
	-webkit-mask-size: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	height: 300px;
}

.top-mask {
	/* -webkit-mask-image: url('/import/tenant_1/153.121.75.218/kanyes-club.com/wp/wp-content/themes/base/images/single/slide-mask.png');
	mask-image: url('/import/tenant_1/153.121.75.218/kanyes-club.com/wp/wp-content/themes/base/images/single/slide-mask.png');  */
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	mask-position: center;
	-webkit-mask-position: center;
	mask-size: 100%;
	-webkit-mask-size: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}


@media screen and (max-width: 767px) {
	.page-post .box {
		width: 100%;
	}
}



/* 20210808 トップケーニーズクラブ通信　追加　 */


#top-column {
	padding: 0 0 6em;
}

.top-column__title {
	background: #21D1FF;
}

.top-column__title::after {
	border-top-color: #21D1FF;
}

.top-column__text {
	color: #21D1FF;
	font-size: 23px;
}

.top-column__text:after {
	background-image: url('/import/tenant_1/153.121.75.218/kanyes-club.com/wp/wp-content/themes/base/images/frame7_right.png');
}

.top-column__text::before {
	background-image: url('/import/tenant_1/153.121.75.218/kanyes-club.com/wp/wp-content/themes/base/images/frame7_left.png');
}

.column-slider a {
	text-decoration: none;
}

.column-slider {
	text-align: center;
}

.column-slider li {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 10px;
}

.column-slider .slick-prev:before,
.column-slider .slick-next:before {
	display: none;
}

.column-slider .slick-arrow {
	width: 43px;
	height: 41px;
	background-size: contain !important;
	z-index: 9;
}

.column-slider .slick-arrow:hover {
	opacity: 1 !important;
}

.column-slider .slick-next {
	background: url('/import/tenant_1/153.121.75.218/kanyes-club.com/wp/wp-content/themes/base/images/next.png') no-repeat !important;
	right: -60px;
}

.column-slider .slick-prev {
	background: url('/import/tenant_1/153.121.75.218/kanyes-club.com/wp/wp-content/themes/base/images/prev.png') no-repeat !important;
	left: -60px;
}

.topcolumn-date {
	margin-top: 30px;
}

.topcolumn-ttl {
	font-size: 28px;
	padding: 10px 0;
	margin-bottom: 10px;
	font-family: 'M PLUS 1p', sans-serif;
	color: #21D1FF;
	text-decoration: none;
}

.morebtn11 {
	margin: 0 auto;
}

.slick-slide a:hover img {
	opacity: 0.7;
}

.slick-slide a:hover img {
	opacity: 0.7;
}

.slick-slide a:hover topcolumn-ttl {
	opacity: 0.7;
}

@media screen and (max-width: 1150px) {
	.column-slider .slick-next {
		right: 10px;
	}

	.column-slider .slick-prev {
		left: 10px;
	}
}

@media screen and (max-width: 767px) {
	.column-slider {
		margin: 10px
	}

	.top-column__text {
		color: #21D1FF;
		font-size: 13px;
		margin: 0 0 1em;
	}

	.column-slider .slick-next {
		right: -10px;
		background-size: 30px !important;
	}

	.column-slider .slick-prev {
		left: -10px;
		background-size: 30px !important;
	}

	.topcolumn-ttl {
		font-size: 20px;
		padding: 10px 0;
		margin-bottom: 10px;
		font-family: 'M PLUS 1p', sans-serif;
		color: #21D1FF;
		text-decoration: none;
	}
}

@media screen and (max-width: 620px) {
	.mask-box01 img {
		height: 250px;
	}

	.topcolumn-date {
		margin-top: 10px;
	}
}
@media screen and (max-width: 559px) {
  .column-slider .slick-next,
  .column-slider .slick-prev{
    top: 55%;
  }
}
@media screen and (max-width: 550px) {
	.mask-box01 img {
		height: 210px;
	}
}

@media screen and (max-width: 450px) {
	.mask-box01 img {
		height: 160px;
	}
}

@media screen and (max-width: 370px) {
	.mask-box01 img {
		height: 125px;
	}
}

/*20220525 guidance追加　*/
.guidance {
	background-color: #f5f5e2;
}

.guidance main p {
	margin: 0;
}

.guidance__head {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.guidance__head-ttl {
	width: 50%;
	position: relative;
	background-color: #765EB8;
}

.guidance__head-img {
	width: 50%;
}

.guidance__head-ttl img {
	position: absolute;
	right: 10%;
	height: 60%;
	top: 50%;
	transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
}
/* 
#guidance__sec01 {
  padding: 0 0 5em;
  background-image: url('/import/tenant_1/153.121.75.218/kanyes-club.com/wp/wp-content/themes/base/images/guidance/guidance_bg01.png');
  background-repeat: no-repeat;
  background-position: left calc(50% + 400px) top 50px;
  background-size: 450px;
} */

.guidance__title {
	background: #765EB8;
	text-align: center;
	position: relative;
	margin: 0 0 4em;
	padding: 30px 0px;
}

.guidance__title:after {
	border-top-color: #765EB8;
	display: block;
	content: "";
	width: 0;
	height: 0;
	margin: 0 auto;
	border-top: 30px solid #765EB8;
	border-left: 32px solid transparent;
	border-right: 32px solid transparent;
	position: absolute;
	bottom: -19px;
	right: 0;
	left: 0;
}

.guidance__title span {
	display: inline-block;
	padding: 30px 0 30px 0;
}

.guidance__box01-subttl {
	font-size: 28px;
	color: #765EB8;
	text-align: center;
	margin: 0 0 2em 0;
}

.guidance__box01-text01 {
	font-size: 18px;
	line-height: 2;
	max-width: 600px;
	margin: 0 0 2em;
}

.guidance__flexbox01 {
	max-width: 800px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.guidance__flexbox01 img {
	width: auto;
}

.guidance__flexbox01-ttl {
	font-size: 28px;
	color: #765EB8;
}

.guidance__flexbox01-tel img,
.guidance__flexbox02-tel02 img {
	max-width: 100%;
	padding: 10px 0;
}

.guidance__flexbox01-1 {
	max-width: 400px;
	padding: 0 30px 0 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.guidance__flexbox01-2 {
	max-width: 400px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

#guidance__sec02 {
	padding: 80px 0 5em;
	margin-top: 0px;
}

.guidance__flexbox02 {
	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;
}

.guidance__flexbox02 img {
	width: auto;
	padding: 0 0 5px 0;
}

.guidance__flexbox02-ttl {
	font-size: 28px;
	color: #765EB8;
}

.guidance__flexbox01-tel02 img {
	max-width: 100%;
	padding: 10px 0;
}

.guidance__flexbox02-1,
.guidance__flexbox02-2,
.guidance__flexbox02-3 {
	max-width: 32%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 0 50px 0;
	font-size: 18px;
}

.guidance__sec02_subttl {
	color: #39b34a;
	margin: 0 0 1em;
	font-size: 27px;
	text-align: center;
	padding-right: 70px;
	padding-left: 70px;
	position: relative;
}

.guidance__sec02_subttl:before,
.guidance__sec02_subttl:after {
	display: block;
	content: "";
	width: 72px;
	height: 104px;
	background-repeat: no-repeat;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.guidance__sec02_subttl:before {
	background-image: url('/import/tenant_1/153.121.75.218/kanyes-club.com/wp/wp-content/themes/base/images/frame2_left.png');
	left: 0;
}

.guidance__sec02_subttl:after {
	background-image: url('/import/tenant_1/153.121.75.218/kanyes-club.com/wp/wp-content/themes/base/images/frame2_right.png');
	right: 0;
}

.guidance__sec02_btn {
	text-align: center;
	padding: 50px 0;
}

.guidance__sec02_btn img {
	max-width: 80%;
}

#guidance__sec03 {
	margin: -80px 0 4em;
	padding: 80px 0 0 0;
	position: relative;
}

.guidance__flexbox02-img01 {
	text-align: center;
}

.guidance__flexbox02-img02 {
	text-align: center;
	padding: 15px 0 0 0;
}

.guidance__sec03-ttl01 {
	width: 100%;
	font-size: 28px;
	color: #765EB8;
	/* background-image: url('/import/tenant_1/153.121.75.218/kanyes-club.com/wp/wp-content/themes/base/images/guidance/kibousya.png');
	background-repeat: no-repeat;
	background-position: left top 0;
	background-size: 123px; */
	border-bottom: solid 1px #765EB8;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	height: 120px;
	position: relative;
	margin-bottom: 30px;
}

.guidance__sec03-ttl01 span {
	position: absolute;
	bottom: 0px;
	left: 150px;
}

.guidance__sec03-ttl02 {
	width: 100%;
	font-size: 28px;
	color: #765EB8;
	padding: 40px 0 0 10px;
	border-bottom: solid 1px #765EB8;
	margin-bottom: 30px;
}

.guidance__sec03_arrow {
	text-align: center;
	padding: 40px 0 0 0;
}

.guidance__sec03_img01 {
	text-align: center;
	padding: 60px 0;
	width: 100%;
	position: relative;
	margin: auto;
}

.guidance__sec03-text01 {
	font-size: 20px;
}

.guidance__sec03-text01 .ttl {
	display: block;
	font-size: 24px;
	color: #765EB8;
}

.guidance__sec03-text01 .text {
	padding: 0 0 30px 0;
	display: block;
	font-size: 20px;
}

.guidance__sec03_img02 {
	position: absolute;
	right: 0;
	top: 13%;
}

#guidance__sec04 {
	margin: -80px 0 4em;
	padding: 80px 0 0 0;
}

.guidance__sec04_btn {
	text-align: center;
	padding: 30px 0;
}

.guidance__sec04_btn img {
	max-width: 80%;
}

.guidance__sec04_img {
	padding: 30px 0 60px 0;
	text-align: center;
}

#guidance__sec05 {
	margin: -80px 0 4em;
	padding: 80px 0 0 0;
}

.hidden_box {
	margin: 10px auto 20px auto;
	padding: 0;
	position: relative;
	max-width: 1000px;
	background: #fff;
	border: solid 3px #765EB8;
}

.hidden_box label {
	padding: 15px 0 15px 80px;
	font-size: 28px;
	cursor: pointer;
	color: #765EB8;
	;
	-webkit-transition: .5s;
	;
	transition: .5s;
	display: block;
	width: 100%;
	border-radius: 5px;
	position: relative;
	-webkit-transition-duration: 0.5s;
	transition-duration: 0.5s;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	line-height: 1.4;
}

.hidden_box label::before {
	-webkit-transform: rotate(-180deg);
	transform: rotate(-180deg);
	-webkit-transition-duration: 0.5s;
	transition-duration: 0.5s;
}

.hidden_box input:checked+label::before {
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition-duration: 0.5s;
	transition-duration: 0.5s;
}

.hidden_box input:checked::before {
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition-duration: 0.5s;
	transition-duration: 0.5s;
}

.hidden_box label::before {
	content: "";
	width: 37px;
	height: 32px;
	position: absolute;
	top: 18px;
	right: 15px;
	background-image: url('/import/tenant_1/153.121.75.218/kanyes-club.com/wp/wp-content/themes/base/images/guidance/arrow-faq.png');
	background-size: contain;
	background-repeat: no-repeat;
}

.hidden_box label::after {
	content: "";
	width: 37px;
	height: 37px;
	position: absolute;
	top: 18px;
	left: 15px;
	background-image: url('/import/tenant_1/153.121.75.218/kanyes-club.com/wp/wp-content/themes/base/images/guidance/Q.png');
	background-size: contain;
	background-repeat: no-repeat;
}

.hidden_box label:hover {
	background: #ffffff;
}

.hidden_box input {
	display: none;
}

.hidden_box .hidden_show {
	height: 0;
	padding: 0 0 0 0;
	overflow: hidden;
	opacity: 0;
	-webkit-transition: 0.8s;
	transition: 0.8s;
	position: relative;
	font-size: 20px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.hidden_box input:checked~.hidden_show {
	padding: 10px;
	height: auto;
	opacity: 1;
}

.hidden_show {
	padding: 10px;
	border-top: dotted 1px #765EB8;
	width: calc(100% - 20px);
	margin: 0 auto;
}

@media screen and (max-width: 767px) {


	.single__head-ttl img {
		right: 10%;
		height: 80%;
	}

	.guidance__box01-subttl {
		font-size: 18px;
		line-height: 1.3;
	}

	.guidance__box01-text01 {
		font-size: 15px;
		margin: 0 0 3em;
	}

	

	.guidance__flexbox01-ttl {
		font-size: 22px;
	}

	.guidance__flexbox01-1 {
		font-size: 15px;
	}

	.guidance__flexbox01-1 {
		padding-bottom: 30px;
	}

	.guidance__flexbox01-tel img {
		width: 160px;
	}

	.guidance__flexbox01-tel02 img {
		width: 155px;
	}

	.top-age__text02 {
		font-size: 15px;
		padding-right: 30px;
		padding-left: 30px;

	}

	.guidance__sec02_subttl {
		padding-right: 30px;
		padding-left: 30px;
		font-size: 14px;
		line-height: 1.4;
	}

	.guidance__sec02_subttl:before,
	.guidance__sec02_subttl:after {
		width: 30px;
		height: 45px;
		background-size: contain;
	}

	.guidance__sec02_subttl {
		font-size: 22px;
	}

	.guidance__flexbox02-1,
	.guidance__flexbox02-2,
	.guidance__flexbox02-3 {
		width: 100%;
		max-width: 100%;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		font-size: 14px;
	}

	.guidance__flexbox02-img01 img {
		width: 100%;
		max-width: 100%;
	}

	.guidance__title span img {
		height: 20px;
	}

	.guidance__sec03-ttl01 {
		font-size: 18px;
		background-position: left bottom 10px;
		background-size: 80px;
		height: 80px;
		margin-bottom: 10px;
	}

	.guidance__sec03-ttl01 span {
		left: 90px;
		line-height: 1.4;
	}

	.guidance__sec03-ttl02 {
		font-size: 18px;
		margin-bottom: 10px;
	}

	.guidance__sec03_img02 {
		position: static;
	}

	.guidance__sec03-text01 .ttl {
		display: block;
		font-size: 18px;
		color: #765EB8;
	}

	.guidance__sec03-text01 .text {
		padding: 0 0 30px 0;
		display: block;
		font-size: 16px;
	}

	.guidance__sec04_img {
		padding: 0 0 30px 0;
		text-align: center;
	}

	.hidden_box label {
		padding: 13px 50px 13px 60px;
		font-size: 20px;
	}

	.hidden_box label::before {
		width: 30px;
		height: 30px;
	}

	.hidden_box label::after {
		width: 30px;
		height: 23px;
	}

	.hidden_box .hidden_show {
		height: 0;
		padding: 0 0 0 0;
		overflow: hidden;
		opacity: 0;
		-webkit-transition: 0.8s;
		transition: 0.8s;
		position: relative;
		font-size: 16px;
	}
}

#profile__sec01 {
	padding: 80px 0 5em;
	margin-top: -80px;
}

.profile {
	background-color: #f5f5e2;
}

.profile main p {
	margin: 0;
}

.profile__title {
	background: #0044C7;
	text-align: center;
	position: relative;
	margin: 0 0 4em;
	padding: 30px 0px;
}

.profile__title:after {
	border-top-color: #0044C7;
	display: block;
	content: "";
	width: 0;
	height: 0;
	margin: 0 auto;
	border-top: 30px solid #0044C7;
	border-left: 32px solid transparent;
	border-right: 32px solid transparent;
	position: absolute;
	bottom: -19px;
	right: 0;
	left: 0;
}

.profile__title span {
	display: inline-block;
	padding: 30px 0 30px 0;
}

.profile__head {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.profile__head-ttl {
	width: 50%;
	position: relative;
	background-color: #0044C7;
}

.profile__head-img {
	width: 50%;
}

.profile__head-ttl img {
	position: absolute;
	right: 10%;
	height: 60%;
	top: 50%;
	transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
}

.profile__sec01_subttl {
	color: #0044C7;
	margin: 0 0 1em;
	font-size: 27px;
	text-align: center;
	padding-right: 70px;
	padding-left: 70px;
	position: relative;
}

.profile__sec01_subttl:before,
.profile__sec01_subttl:after {
	display: block;
	content: "";
	width: 72px;
	height: 104px;
	background-repeat: no-repeat;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.profile__sec01_subttl:before {
	background-image: url('/import/tenant_1/153.121.75.218/kanyes-club.com/wp/wp-content/themes/base/images/frame6_left.png');
	left: 0;
}

.profile__sec01_subttl:after {
	background-image: url('/import/tenant_1/153.121.75.218/kanyes-club.com/wp/wp-content/themes/base/images/frame6_right.png');
	right: 0;
}

.profile__table01 {
	padding: 30px 0;
}

.profile__table01 table {
	border-spacing: 0;
	width: 100%;
	max-width: 100%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.profile__table01 table th {
	background: #0044C7;
	border-bottom: solid 1px #f5f5e2;
	color: #fff;
	padding: 10px;
	width: 20%;
	min-width: 150px;
}

.profile__table01 table td {
	border-bottom: solid 1px #0044C7;
	color: #000;
	padding: 15px 20px;
}

#profile__sec02 {
	padding: 80px 0 5em;
	margin-top: -80px;
}

.profile__flexbox01 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 20px 0 50px 0;
}

.profile__flexbox01 img {
	width: auto;
}

.profile__flexbox01-1 {
	max-width: 27%;
	width: 100%;
	padding: 0 30px 0 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-ms-flex-negative: 0;
	flex-shrink: 0
}

.representative__box span {
	display: block;
}

.profile__flexbox01-1 .company {
	font-size: 17px;
	padding: 10px 0;
	display: block;
}

.profile__flexbox01-1 .representative {
	font-size: 17px;
	font-weight: bold;
	display: block;
}

.profile__flexbox01-1 .name {
	font-size: 35px;
	display: block;
}

.profile__flexbox01-2 {
	max-width: 72%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.profile__flexbox01-2 p {
	font-size: 18px;
	line-height: 1.8;
	padding-bottom: 40px;
}

.profile__flexbox02 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 30px 0;
}

.profile__flexbox02 img {
	width: auto;
}

.profile__flexbox02-1 {
	width: 32%;
}

.profile__flexbox02-1-btn {
	text-align: center;
	padding: 30px 0;
}

#profile__sec03 {
	padding: 80px 0 7em;
	margin-top: -80px;
}

.profile__flexbox03 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.profile__flexbox03-1 {
	width: 50%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 20px 0;
}

.profile__flexbox03-1-ttl {
	background-image: url('/import/tenant_1/153.121.75.218/kanyes-club.com/wp/wp-content/themes/base/images/profile/profile_ttl_bg.png');
	background-repeat: no-repeat;
	background-size: contain;
	color: #fff;
	height: 110px;
	width: 117px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	font: 25px;
}

.profile__flexbox03-1-contents {
	font-size: 20px;
	padding: 0 0 0 10px;
}

.profile__map {
	padding: 30px 0;
}

.profile__map_link-flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding-bottom: 120px;
}

.profile__map_link {
	margin: 0 40px;
}

.profile__sec03_subttl {
	color: #FF5050;
	margin: 0 0 1em;
	font-size: 27px;
	text-align: center;
	padding-right: 70px;
	padding-left: 70px;
	position: relative;
}

.profile__sec03_subttl:before,
.profile__sec03_subttl:after {
	display: block;
	content: "";
	width: 72px;
	height: 104px;
	background-repeat: no-repeat;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.profile__sec03_subttl:before {
	background-image: url("/upload/tenant_1/86c38ea914ae9771052f92f1b6841f60.png");
	left: 0;
}

.profile__sec03_subttl:after {
	background-image: url("/upload/tenant_1/6f731213e27526d6785c515aee929f76.png");
	right: 0;
}

.profile__sec03_text {
	font-size: 20px;
	padding: 20px 0 50px 0;
	text-align: center;
}

.profile__sec03_img {
	text-align: center;
}

.profile__map iframe {
	height: 600px;
}

@media screen and (max-width: 767px) {
	.profile__title span img {
		height: 20px;
	}

	.profile__table01 table th {
		width: 20%;
		min-width: 70px;
	}

	.profile__sec01_subttl {
		padding-right: 30px;
		padding-left: 30px;
		font-size: 14px;
		line-height: 1.4;
	}

	.profile__sec01_subttl:before,
	.profile__sec01_subttl:after {
		width: 30px;
		height: 45px;
		background-size: contain;
	}

	.profile__flexbox01-1 .name {
		font-size: 26px;
		font-weight: bold;
		display: block;
	}

	.profile__sec01_subttl {
		font-size: 16px;
	}

	.profile__flexbox01 {
		display: block;
		padding-bottom: 0;
	}

	.profile__flexbox01 img {
		width: 100%;
	}

	.profile__flexbox01-1 {
		width: 100%;
		padding: 10px 0;
		max-width: 100%;
	}

	.profile__flexbox01-2 {
		width: 100%;
		padding: 10px 0;
		max-width: 100%;
	}

	.profile__flexbox02 {
		display: block;
	}

	.profile__flexbox02-1-img img {
		width: 100%;
	}

	.profile__flexbox02-1 {
		width: 100%;
		padding: 10px 0;
		max-width: 100%;
	}

	.profile__sec03_subttl {
		padding-right: 30px;
		padding-left: 30px;
		font-size: 14px;
		line-height: 1.4;
	}

	.profile__sec03_subttl:before,
	.profile__sec03_subttl:after {
		width: 30px;
		height: 45px;
		background-size: contain;
	}

	.profile__sec03_subttl {
		font-size: 22px;
	}

	.profile__flexbox03-1 {
		width: 100%;
	}

	.profile__flexbox03-1-ttl {
		height: 80px;
		width: 85px;
		-ms-flex-negative: 0;
		flex-shrink: 0;
		font-size: 18px
	}

	.profile__flexbox03-1-contents {
		font-size: 18px
	}

	.profile__map iframe {
		height: 50vh;
	}

	.profile__map_link-flex {
		display: block;
		padding-bottom: 60px;
	}

	.profile__map_link {
		text-align: center;
		margin: 0 0 30px 0;
	}

	.profile__sec03_text {
		font-size: 18px;
		padding: 10px 0 30px 0;
		text-align: center;
	}
}


/*feature*/
#feature__sec01 {}

.feature__bg01 {
	background: url('/import/tenant_1/153.121.75.218/kanyes-club.com/wp/wp-content/themes/base/images/feature/sec_bg01.png');
	background-repeat: no-repeat;
	background-position: left 180px;
}

.feature {
	background-color: #f5f5e2;
}

.feature__title {
	background: #DF7FB5;
	text-align: center;
	position: relative;
	margin: 0 0 4em;
}

.feature__title:after {
	border-top-color: #DF7FB5;
	display: block;
	content: "";
	width: 0;
	height: 0;
	margin: 0 auto;
	border-top: 30px solid #DF7FB5;
	border-left: 32px solid transparent;
	border-right: 32px solid transparent;
	position: absolute;
	bottom: -19px;
	right: 0;
	left: 0;
}

.feature__title span {
	display: inline-block;
	padding: 30px 0 30px 0;
}

.feature main p {
	margin: 0;
}

.feature__head {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.feature__head-ttl {
	width: 50%;
	position: relative;
	background-color: #DF7FB5;
}

.feature__head-img {
	width: 50%;
}

.feature__head-ttl img {
	position: absolute;
	right: 10%;
	height: 60%;
	top: 50%;
	transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
}

.feature__sec01_subttl {
	color: #DF7FB5;
	margin: 0 0 1em;
	font-size: 26px;
	text-align: center;
	padding-right: 70px;
	padding-left: 70px;
	position: relative;
}

.feature__sec01_subttl:before,
.feature__sec01_subttl:after {
	display: block;
	content: "";
	width: 72px;
	height: 104px;
	background-repeat: no-repeat;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.feature__sec01_subttl:before {
	background-image: url("/upload/tenant_1/bf01c47fe8e643d2d6af12b3b67f8239.png");
	left: 0;
}

.feature__sec01_subttl:after {
	background-image: url("/upload/tenant_1/c74f92f76d1957cf63b4f36bc2f97b72.png");
	right: 0;
}

.feature__sec01-text01 {
	font-size: 46px;
	line-height: 2;
	text-align: center;
	color: #DF7FB5;
	padding: 60px 0 60px;
}

.feature__sec01-text02 {
	font-size: 28px;
	line-height: 1.4;
	text-align: center;
	color: #DF7FB5;
	padding: 0 0 30px;
	position: relative;
}

.feature__sec01-text03 {
	font-size: 20px;
	line-height: 2;
	text-align: center;
	padding: 0 0 30px;
	position: relative;
}

.feature__sec01-text04 {
	font-size: 20px;
	line-height: 2;
	padding: 0 0 30px;
}

.feature__sec01-text05 {
	font-size: 20px;
	line-height: 2;
	padding: 30px 0 80px;
}

.feature__sec01-img01 {
	display: block;
	text-align: center;
	padding: 0 0 30px;
}

.feature__sec01-img02 {
	position: absolute;
	left: 50px;
	top: -70px;
}

.feature__sec01-img03 {
	position: absolute;
	right: 50px;
	top: -40px;
}

.feature__sec01-img04 {
	float: right;
	margin: -150px -150px 0 0;
}

.feature__sec01-img05 {
	position: absolute;
	right: 50px;
	top: -70px;
}

.feature__sec01-box03 {
	text-align: center;
	padding: 0 0 30px;
}

.feature__sec01-box03-bnr {
	width: 520px;
	margin: 10px auto;
	text-align: center;
	color: #fff;
	font-size: 20px;
	border-radius: 20px;
	background: #DF7FB5;
	border: solid 1px #DF7FB5;
}

.feature__sec01-box04 {
	text-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 0 0 30px;
}

.feature__sec01-box04-bnr {
	width: 480px;
	margin: 10px auto;
	text-align: center;
	color: #fff;
	font-size: 20px;
	border-radius: 20px;
	margin: 10px 0;
	background: #DF7FB5;
	border: solid 1px #DF7FB5;
}

.feature__sec01-box02 {
	padding: 90px 0 30px 0;
	position: relative;
}

.feature__sec01_subttl02 {
	color: #DF7FB5;
	width: 100%;
	font-size: 22px;
	padding: 5px 0;
	margin: 25px 0 0 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-bottom: solid 1px #DF7FB5;
}

.feature__sec01-flex {
	text-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.feature__sec01-flex-item {
	width: 32%;
	padding: 0 0 80px;
	font-size: 20px;
}

.feature__sec01-flex-item img {
	padding: 0 0 20px;
}


@media screen and (max-width: 1300px) {
	.feature__sec01-img04 {
		float: right;
		margin: 0 0 0 0;
	}
}

@media screen and (max-width: 767px) {
	.feature__bg01 {
		background: none;
	}

	.feature__title span img {
		height: 20px;
	}

	#feature__sec01 {
		padding: 0 0 5em;
		background-size: none;
	}

	.feature__sec01_subttl {
		padding-right: 30px;
		padding-left: 30px;
		font-size: 14px;
		line-height: 1.4;
	}

	.feature__sec01_subttl:before,
	.feature__sec01_subttl:after {
		width: 30px;
		height: 45px;
		background-size: contain;
	}

	.feature__sec01-text01 {
		font-size: 26px;
		padding: 20px 0;
	}

	.feature__sec01-text02 {
		font-size: 18px;
		padding: 20px 60px;
	}

	.feature__sec01-text03 {
		font-size: 16px;
		padding: 20px 0;
	}

	.feature__sec01-text05 {
		font-size: 16px;
		padding: 30px 0 30px;
	}

	.feature__sec01-text04 {
		font-size: 16px;
		padding: 20px 0;
	}

	.feature__sec01-img02 {
		position: absolute;
		width: 60px;
		left: 0;
		top: 50%;
		transform: translate(0, -50%);
		-webkit-transform: translate(0, -50%);
	}

	.feature__sec01-img03 {
		position: absolute;
		width: 60px;
		right: 0;
		top: 50%;
		transform: translate(0, -50%);
		-webkit-transform: translate(0, -50%);
	}

	.feature__sec01-img04 {
		float: none;
		margin: 20px auto;
		text-align: center;
	}

	.feature__sec01-img05 {
		position: absolute;
		width: 60px;
		right: 0;
		top: 50%;
		transform: translate(0, -50%);
		-webkit-transform: translate(0, -50%);
	}

	.feature__sec01_subttl02 {
		font-size: 20px;
		margin: 15px 0 0 0;
	}

	.feature__box01-text01 {
		font-size: 15px;
		margin: 0 0 3em;
	}

	.feature__sec01-flex-item {
		width: 100%;
		padding: 0 0 30px;
	}

	.feature__sec01-box02 {
		padding: 30px 0 30px 0;
		position: relative;
	}

	.feature__sec01-box03-bnr,
	.feature__sec01-box04-bnr {
		width: 100%;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		font-size: 16px;
		padding: 0 10px;
		border-radius: 30px
	}
}


/*whatskanyes*/

#whatskanyes__sec01 {
	background-repeat: no-repeat;
	background-position: left 20%;
	background-size: calc(50vw - 500px);
}

.whatskanyes__box02 {
	/* background: url('/import/tenant_1/153.121.75.218/kanyes-club.com/wp/wp-content/themes/base/images/whatskanyes/bg01.png'), url('/import/tenant_1/153.121.75.218/kanyes-club.com/wp/wp-content/themes/base/images/whatskanyes/bg02.png'); */
	background: url('/import/tenant_1/153.121.75.218/kanyes-club.com/wp/wp-content/themes/base/images/whatskanyes/bg02.png');
	background-repeat: no-repeat;
	/* background-position: calc(50vw + 400px) bottom, left; */
	position: relative;
}

/* .whatskanyes__box03 {
	background: url('/import/tenant_1/153.121.75.218/kanyes-club.com/wp/wp-content/themes/base/images/whatskanyes/bg03.png');
	background-repeat: no-repeat;
	background-position: calc(50vw - 1000px) top;
} */
.whatskanyes__box03{
	position: relative;
}
.whatskanyes__box03{
	
}
.whatskanyes {
	background-color: #f5f5e2;
}

.whatskanyes__title {
	background: #EF5A24;
	text-align: center;
	position: relative;
	margin: 0 0 4em;
}

.whatskanyes__title:after {
	border-top-color: #EF5A24;
	display: block;
	content: "";
	width: 0;
	height: 0;
	margin: 0 auto;
	border-top: 30px solid #EF5A24;
	border-left: 32px solid transparent;
	border-right: 32px solid transparent;
	position: absolute;
	bottom: -19px;
	right: 0;
	left: 0;
}

.whatskanyes__title > div,
.golden_age__title > div{
	display: inline-block;
	padding: 30px 0 30px 0;
}

.whatskanyes main p {
	margin: 0;
}

.whatskanyes__head {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.whatskanyes__head-ttl {
	width: 50%;
	position: relative;
	background-color: #EF5A24;
}

.whatskanyes__head-ttl.gr{
  background-color: #6ecd00;
}

.whatskanyes__head-img {
	width: 50%;
}

.whatskanyes__head-ttl img {
	position: absolute;
	right: 10%;
	height: 60%;
	top: 50%;
	transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
}

.whatskanyes__sec01_subttl {
	color: #EF5A24;
	margin: 0 0 1em;
	font-size: 26px;
	text-align: center;
	padding-right: 70px;
	padding-left: 70px;
	position: relative;
}

.whatskanyes__sec01_subttl:before,
.whatskanyes__sec01_subttl:after {
	display: block;
	content: "";
	width: 72px;
	height: 104px;
	background-repeat: no-repeat;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.whatskanyes__sec01_subttl:before {
	background-image: url('/import/tenant_1/153.121.75.218/kanyes-club.com/wp/wp-content/themes/base/images/frame1_left.png');
	left: 0;
}

.whatskanyes__sec01_subttl:after {
	background-image: url('/import/tenant_1/153.121.75.218/kanyes-club.com/wp/wp-content/themes/base/images/frame1_right.png');
	right: 0;
}

.whatskanyes__text01 {
	font-size: 46px;
	line-height: 2;
	text-align: center;
	color: #EF5A24;
	padding: 60px 0 60px;
	position: relative;
	z-index: 1;
}

.whatskanyes__text02 {
	font-size: 28px;
	line-height: 1.4;
	text-align: center;
	color: #EF5A24;
	padding: 0 0 30px;
	position: relative;
	z-index: 1;
}

.whatskanyes__text03 {
	font-size: 20px;
	line-height: 2;
	text-align: center;
	padding: 0 0 30px;
	position: relative;
	z-index: 1;
}

.whatskanyes__text04 {
	font-size: 20px;
	line-height: 2;
	text-align: center;
	padding: 0 0 30px;
	margin: 30px -130px;
	position: relative;
}

.whatskanyes__sec01-img02 {
	position: absolute;
	left: 50px;
	top: -70px;
}
.sono{ 
	position: absolute!important;
    top: 50%;
    left: 45%;
    transform: translate(-50%,-50%);
    color: #fff;
    font-family: 'Kiwi Maru', serif;
    font-size: 40px;
    width: 90%;
    letter-spacing: -5px;
}
.sono.new{
  left: 55%;
}

.whatskanyes__plus {
	margin: 30px auto 60px;
	text-align: center;
}

.whatskanyes__flex01 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 60px 0 30px;
	position: relative;
}

.whatskanyes__flex01text {
	padding: 0 20px 0 0;
	width: 70%;
	font-size: 20px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.whatskanyes__flex01box {
	width: 30%;
	text-align: center;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	/* margin: -30px -10px; */
}
.whatskanyes__flex01box.new{
  width: 100%;
}
.whatskanyes__sec02-flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 32px -10px 0;
}

.whatskanyes__sec03-flex {
	text-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 40px -5px 0;
}

.whatskanyes__sec02-flex img {
	margin: 0 auto;
	width: 100%;
}

.whatskanyes__sec02-flexbox {
	width: 33.33%;
	margin: 0 0 30px;
	padding: 10px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.whatskanyes__sec02-flexboxtext {
	font-size: 20px;
	padding: 10px 0;
}
.whatskanyes__sec02-flex .ttl{
	font-family: 'Mochiy Pop P One', sans-serif;
	color: #fff;
	font-size: 28px;
	text-align: center;
	letter-spacing: 5px;
}
.whatskanyes__sec02-flex.new .ttl{
  letter-spacing: 0px;
  margin-bottom: 30px;
}
.guidance .whatskanyes__sec02-flex.new .ttl{
    letter-spacing: 0px;
  margin-bottom: 0px;
}
.whatskanyes__sec03-flexbox {
	width: 33.33%;
	margin: 0 0 30px;
	padding: 10px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.whatskanyes__sec03-flexboxtext01 {
	font-size: 21px;
	padding: 10px 0;
	color: #EF5A24;
}

.whatskanyes__sec03-flexboxtext02 {
	font-size: 20px;
}

.whatskanyes_btn {
	padding: 2em 0 4em;
	position: relative;
	z-index: 1;
}

.whatskanyes_btn02 {
	margin: 1em 0 2em;
}
.btn-di a {
  color: #fff;
}
.whatskanyes_btn02.btn-di{
	width: 80%;
	margin: 1em auto 2em;
}
.whatskanyes_btn02.btn-di.profile__map_link{
  width: 30%;
}
.whatskanyes_btn02.btn-di a {
	display: flex;
	font-size: 20px;
	align-items: center;
	justify-content: center;
	font-family: 'Kosugi Maru', sans-serif;
	padding: 5px;
}
.whatskanyes_btn02.btn-di i {
	margin-left: 10px;
	font-size: 30px;
}
#whatskanyes__sec02 .whatskanyes__text03 {
	padding: 20px 0 50px;
}
.down-text{
      display: flex;
    font-size: 20px;
    align-items: center;
    justify-content: center;
    font-family: 'Kosugi Maru', sans-serif;
    padding: 5px;
    color: #765eb8;
}
.down-text i{
  margin-left: 10px;
    font-size: 30px;
}
.golden_age__sec02-img02 .new.y-huki .text {
        color: #707070;
    position: absolute;
    top: 46%;
    left: 50%;
    transform: translate(-50%,-50%);
    font-family: 'Kosugi Maru', sans-serif;
    font-size: 20px;
    width: 95%;
    line-height: 1.5;
}
@media screen and (max-width: 1300px) {
	.whatskanyes__sec01-img04 {
		float: right;
		margin: 0 0 0 0;
	}

	.whatskanyes__text04 {
		margin: 30px 0;
	}
}
@media screen and (max-width: 1024px) {

  .whatskanyes__flex01box.new{
        width: 80%;
        margin: auto;
  }
  .golden_age__sec02-img02 .new.y-huki .text{
    font-size: 16px;
  }
  .whatskanyes__sec02-flex .ttl{
    font-size: 20px;
  }
	.whatskanyes__sec01-img02{
		left: -10px;
    top: -30px;
    width: 100px;
	}
	.sono{
		font-size: 30px;
	}
}
@media screen and (max-width: 767px) {
	.whatskanyes__title > div img {
		height: 20px;
	}

	#whatskanyes__sec01 {
		padding: 0 0 0em;
		background-size: none;
	}

	#whatskanyes__sec02 {
		padding: 0 0 5em;
		background-size: none;
	}

	#whatskanyes__sec03 {
		padding: 0 0 5em;
		background-size: none;
	}

	.whatskanyes__box02 {
		background: none;
	}

	/* .whatskanyes__box02 .whatskanyes__text03 {
		background: url('/import/tenant_1/153.121.75.218/kanyes-club.com/wp/wp-content/themes/base/images/whatskanyes/bg01.png');
		background-repeat: no-repeat;
		background-position: right top;
		background-size: 48vw;
		padding-right: 50vw;
		text-align: left;
	} */

	.whatskanyes__box03 {
		background: none;
	}
/* 
	.whatskanyes__box03 .whatskanyes__text03 {
		background: url('/import/tenant_1/153.121.75.218/kanyes-club.com/wp/wp-content/themes/base/images/whatskanyes/bg03.png');
		background-repeat: no-repeat;
		background-position: left 50px;
		background-size: 48vw;
		padding-left: 50vw;
		text-align: left;
	} */

	.whatskanyes__sec01-img02 {
		position: absolute;
		width: 60px;
		left: 0;
		top: 50%;
		transform: translate(0, -50%);
		-webkit-transform: translate(0, -50%);
	}

	.whatskanyes__sec01_subttl {
		padding-right: 30px;
		padding-left: 30px;
		font-size: 16px;
		line-height: 1.4;
	}

	.whatskanyes__sec01_subttl:before,
	.whatskanyes__sec01_subttl:after {
		width: 30px;
		height: 45px;
		background-size: contain;
	}

	.whatskanyes__text01 {
		font-size: 26px;
		padding: 20px 0;
	}

	.whatskanyes__text02 {
		font-size: 18px;
		padding: 20px 60px;
	}

	.whatskanyes__text03,
	.whatskanyes__text04 {
		font-size: 16px;
		padding: 20px 0;
	}

	.whatskanyes__box01-text01 {
		font-size: 15px;
		margin: 0 0 3em;
	}

	.whatskanyes__sec02-flex {
		display: block;
	}

	.whatskanyes__sec03-flex {
		display: block;
	}

	.whatskanyes__sec02-flexbox {
		width: 100%;
		text-align: center;
	}

	.whatskanyes__sec03-flexbox {
		width: 100%;
		text-align: center;
	}

	.whatskanyes__plus {
		margin: 0 auto 30px;
	}

	.whatskanyes__flex01text {
		padding: 0 0px 0 0;
		width: 100%;
		font-size: 16px;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}

	.whatskanyes__sec02-flexboxtext {
		font-size: 16px;
	}

	.whatskanyes__sec03-flexboxtext01 {
		font-size: 18px;
	}

	.whatskanyes__sec03-flexboxtext02 {
		font-size: 16px;
	}

}

@media screen and (max-width: 500px) {
	.whatskanyes__title > div img {
		height: 18px;
	}
}


/*　golden_age　*/

.golden_age {
	background-color: #f5f5e2;
}

.golden_age__title {
	background: #39B34A;
	text-align: center;
	position: relative;
	margin: 0 0 4em;
}

.golden_age__title:after {
	border-top-color: #39B34A;
	display: block;
	content: "";
	width: 0;
	height: 0;
	margin: 0 auto;
	border-top: 30px solid #39B34A;
	border-left: 32px solid transparent;
	border-right: 32px solid transparent;
	position: absolute;
	bottom: -19px;
	right: 0;
	left: 0;
}

.golden_age__title span {
	display: inline-block;
	padding: 30px 0 30px 0;
}

.golden_age main p {
	margin: 0;
}

.golden_age__head {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.golden_age__head-ttl {
	width: 50%;
	position: relative;
	background-color: #39B34A;
}

.golden_age__head-img {
	width: 50%;
}

.golden_age__head-ttl img {
	position: absolute;
	right: 10%;
	height: 60%;
	top: 50%;
	transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
}

.golden_age__sec01_subttl {
	color: #39b34a;
	margin: 0 0 1em;
	font-size: 27px;
	text-align: center;
	padding-right: 70px;
	padding-left: 70px;
	position: relative;
}

.golden_age__sec01_subttl:before,
.golden_age__sec01_subttl:after {
	display: block;
	content: "";
	width: 72px;
	height: 104px;
	background-repeat: no-repeat;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.golden_age__sec01_subttl:before {
	background-image: url('/import/tenant_1/153.121.75.218/kanyes-club.com/wp/wp-content/themes/base/images/frame2_left.png');
	left: 0;
}

.golden_age__sec01_subttl:after {
	background-image: url('/import/tenant_1/153.121.75.218/kanyes-club.com/wp/wp-content/themes/base/images/frame2_right.png');
	right: 0;
}

.golden_age__box01-text01 {
	font-size: 18px;
	line-height: 2;
	text-align: center;
}

.golden_age__flexbox01 {
	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;
	padding: 60px 0 0 0;
	position: relative;
}

.golden_age__flexbox01 img {
	width: auto;
	padding: 0 0 5px 0;
}

.golden_age__flexbox01-ttl {
	font-size: 28px;
	color: #765EB8;
}

.golden_age__flexbox01-1,
.golden_age__flexbox01-2,
.golden_age__flexbox01-3 {
	max-width: 32%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 0 50px 0;
	font-size: 18px;
}

.golden_age__flexbox01-img01 {
	text-align: center;
}

.golden_age__flexbox01-img02 {
	position: absolute;
	top: -50px;
	left: -30px;
}

.golden_age__flexbox01-text {
	font-size: 18px;
	text-align: center;
	line-height: 1.4;
	padding: 15px 0 15px 0;
}

.golden_age__flexbox01-text02 {
	font-size: 22px;
	text-align: center;
	color: #39B34A;
	padding: 10px 0;
	line-height: 1.4;
}

.golden_age__flexbox01-text02 span {
	font-size: 18px;
}

#golden_age__sec02 {
	padding: 0 0 5em;
}

.golden_age__sec02-text {
	font-size: 18px;
	padding: 0 0 30px;
	line-height: 2;
}

.golden_age__sec02-imgbox {
	text-align: center;
	padding: 30px 0;
	position: relative;
}

.golden_age__sec02-img02 {
	position: absolute;
	top: -200px;
	right: 0;
}

.golden_age__sec02-text02 {
	font-size: 25px;
	text-align: center;
	padding: 30px 0 60px;
}

.golden_age__sec02-text02 span {
	color: #39B34A;
}

.golden_age__sec02_subttl {
	color: #39B34A;
	width: 100%;
	font-size: 22px;
	padding: 5px 0;
	margin: 15px 0 0 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-bottom: solid 1px #39B34A;
}

.golden_age__sec02_content {
	line-height: 2;
	font-size: 18px;
	padding: 30px 0 60px;
}

.golden_age__sec02_content ul {
	line-height: 1.4;
	list-style: none;
	font-size: 18px;
	padding: 0 0 0 30px;
	margin: 0;
}

.golden_age__sec02_content ul li {
	padding: 5px 0 5px 18px;
	text-indent: -18px
}

.golden_age__sec03-textbox {
	font-size: 20px;
	line-height: 2;
	padding: 30px 0;
}

.golden_age__sec03-img {
	float: right;
	width: 50%;
	padding: 30px;
	margin: 0 auto;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.golden_age__sec03-text01 {
	padding: 0 0 30px 0;
}

.golden_age__sec03-text01 span {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #FFFF00));
	background: linear-gradient(transparent 60%, #FFFF00 60%);
}

@media screen and (max-width: 767px) {
	.golden_age__title span img {
		height: 20px;
	}

	#golden_age__sec01 {
		padding: 0 0 5em;
		background: none;
	}

	.golden_age__sec01_subttl {
		padding-right: 30px;
		padding-left: 30px;
		font-size: 14px;
		line-height: 1.4;
	}

	.golden_age__sec01_subttl:before,
	.golden_age__sec01_subttl:after {
		width: 30px;
		height: 45px;
		background-size: contain;
	}

	.golden_age__sec01_subttl {
		font-size: 22px;
	}

	.golden_age__box01-text01 {
		font-size: 15px;
		margin: 0 0 3em;
	}

	.golden_age__flexbox01-1,
	.golden_age__flexbox01-2,
	.golden_age__flexbox01-3 {
		width: 100%;
		max-width: 100%;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		font-size: 14px;
		padding: 0 0 30px 0;
	}

	.golden_age__flexbox01-img01 img {
		width: 100%;
		max-width: 100%;
	}

	.golden_age__flexbox01-1 {
		padding-top: 50px;
	}

	.golden_age__flexbox01-img02 {
		position: absolute;
		top: 0px;
		left: 0px;
	}

	.golden_age__flexbox01-text {
		font-size: 16px;
		padding: 10px 0 10px 0;
	}

	.golden_age__flexbox01-text02 {
		font-size: 22px;
		color: #39B34A;
	}

	.golden_age__flexbox01-text02 span {
		font-size: 16px;
	}

	.golde_age__sec02-text {
		font-size: 16px;
		padding: 0 0 30px;
	}

	.golden_age__sec02-imgbox {
		text-align: center;
		padding: 250px 0 0;
		position: relative;
	}

	.golden_age__sec02-img02 {
		position: absolute;
		top: 0px;
		right: 0;
	}

	.golden_age__sec02-text02 {
		text-align: left;
		font-size: 20px;
	}

	.golden_age__sec02_subttl {
		font-size: 20px;
	}

	#golden_age__sec03 {
		padding: 0 0 0;
		background: none;
	}
}
.ttlori{
	font-size: 45px;
	letter-spacing: 5px;
	/* margin-right: 5px; */
}
.ttlori.f-52{
  font-size: 52px;
}
.ttlori2{
    position: absolute;
    top: 50%;
    left: 0;
    line-height: 1.3;
    font-family: 'Mochiy Pop P One', sans-serif;
    text-align: center;
    width: 100%;
    margin: auto;
    transform: translate(0,-50%);
    font-size: 43px;
	letter-spacing: 5px;
}
.f65 .ttlori{
  font-size: 65px;
}
.f50 .ttlori{
  font-size: 50px;
}
.f40 .ttlori{
  font-size: 40px;
}
.f30 .ttlori{
  font-size: 30px;
}
.ttl-flex img{
	height: 50px;
}
.w-s{
    text-shadow: 0 0 5px white, 0 0 5px white, 0 0 5px white, 0 0 5px white, 0 0 5px white, 0 0 5px white, 0 0 5px white, 0 0 5px white, 0 0 5px white, 0 0 5px white, 0 0 5px white, 0 0 5px white, 0 0 5px white, 0 0 5px white, 0 0 5px white, 0 0 5px white, 0 0 5px white, 0 0 5px white, 0 0 5px white, 0 0 5px white, 0 0 5px white, 0 0 5px white, 0 0 5px white, 0 0 5px white, 0 0 5px white, 0 0 5px white, 0 0 5px white, 0 0 5px white, 0 0 5px white, 0 0 5px white, 0 0 5px white;
}
.c-b{
	color: #00c0c7;
}
.c-w{
	color: #fff;
}
.c-p{
	color: #ff9288;
}
.c-p2{
	color: #ff92d3;
}
.c-or{
  color: #ff722d;
}
.c-gk{
	color: #8ac43f;
}
.c-t{
	color: #c5b097;
}
.c-b-b{
	background: #00c0c7;
}
.c-b-sb{
	background: #21D1FF;
}
.c-b-dd{
	background: #ef5a24;
}
.c-b-g{
	background: #39b34a;
}
.c-b-p{
	background: #ff9288;
}
.c-b-t{
	background: #c5b097;
}
.c-b-gk{
	background: #8ac43f;
}
.c-b-p2{
	background: #ff92d3;
}
.c-b-pr{
	background: #765eb8;
}
.c-b-br{
	background: #0044c7;
}
.b-gg{
  background: #808080;
}
.b-rg{
  background: #999999;
}
.b-yg{
  background: #999890;
}
.b-bg{
  background: #8e9498;
}
.b-sg{
  background: #a1a7a0;
}
.b-sy{
  background: #fffeee;
}
.b-sb{
  background: #eaf6fd;
}
.b-sm{
  background: #eff7f0;
}
.btn-mo{
	width: 30%;
	margin: auto;
	border-radius: 50px;
}
.btn-mo a{
	display: flex;
	font-size: 20px;
	align-items: center;
	justify-content: center;
	font-family: 'Shippori Antique', sans-serif;
	color: #fff;
	padding: 5px;
}

.btn-mo i{
	margin-left: 10px;
	font-size: 30px;
}
.btn-di{
	width: 100%;
	margin: auto;
	border-radius: 50px;
}
.btn-di.le{
	width: 40%;
	margin-left: 0;
	border-radius: 50px;
}
.btn-di.le2 {
	width: 80%;
	margin-left: 0;
	border-radius: 50px;
}
.btn-di.w37{
	width: 37%;
	margin: 4em auto;
}

.btn-di.w40{
	width: 40%;
}
.btn-di.w40 a{
	justify-content: center;
}
.btn-di a{
	display: flex;
	font-size: 26px;
	align-items: center;
	justify-content: flex-end;
	font-family: 'Kosugi Maru', sans-serif;
	padding: 10px;
}
.btn-di.w37 a{
	display: flex;
    font-size: 26px;
    align-items: center;
    font-family: 'Kosugi Maru', sans-serif;
    padding: 10px;
    justify-content: center;
}
.btn-di.le a {
	display: flex;
	font-size: 26px;
	align-items: center;
	justify-content: center;
	font-family: 'Kosugi Maru', sans-serif;
	padding: 10px;
}
.btn-di.le2 a {
	display: flex;
	font-size: 26px;
	align-items: center;
	justify-content: center;
	font-family: 'Kosugi Maru', sans-serif;
	padding: 10px;
}
.btn-di i{
	margin-left: 10px;
	font-size: 40px;
}
.ttl-flex{
	display: flex;
    align-items: center;
    justify-content: center;
}

.age__list__text02.sbt{
	font-size: 26px;
	font-family: 'Kosugi Maru', sans-serif;
	line-height: 1.5;
	color: #39b34a;
}

.rib{
	position: absolute!important;
	top: 50%;
	left: 10%;
	transform: translate(0%,-50%);
	color: #fff;
	font-size: 35px;
	letter-spacing: 5px;
	font-family: 'Mochiy Pop P One', sans-serif;
}

.sbttl-box{
	display: flex;
	color: #00c0c7;
	border: solid 1px #00c0c7;
	border-radius: 50%;
	background: #fff;
	font-size: 18px;
	padding: 18px;
	font-weight: bold;
	margin: 8px;
	justify-content: center;
	align-items: center;
	width: 100px;
	height: 100px;
	font-family: 'Kosugi Maru', sans-serif;
}
.flex3{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.top-school__flex__box2 .fuki-box{
	position: relative;
}
.top-school__flex__box2 .fuki-box .fuki{
	position: absolute;
	left: 35%;
	bottom: 10%;
	font-family: 'Kiwi Maru', serif;
	font-size: 24px;
	line-height: 1.5;
	text-align: center;
	transform: translate(-50%,0);
	width: 65%;
}

.top-school__flex__box2 .fuki-box .fuki2{
	position: absolute;
	left: 50%;
	top: 12%;
	font-family: 'Kiwi Maru', serif;
	font-size: 24px;
	line-height: 1.5;
	transform: translate(-50%,0);
	text-align: center;
	width: 65%;
}

.top-school__flex__box2 .fuki-box .fuki3{
	position: absolute;
	left: 35%;
	top: 13%;
	font-family: 'Kiwi Maru', serif;
	font-size: 24px;
	line-height: 1.5;
	text-align: center;
	transform: translate(-50%,0);
	width: 65%;
}

.top-school__flex__box2 .fuki-box .fuki4{
	position: absolute;
	left: 61%;
	bottom: 13%;
	font-family: 'Kiwi Maru', serif;
	font-size: 24px;
	line-height: 1.5;
	transform: translate(-50%,0);
	text-align: center;
	width: 65%;
}

.top-school__flex__box2 .fuki-box .fuki5{
	position: absolute;
	left: 65%;
	bottom: 13%;
	font-family: 'Kiwi Maru', serif;
	font-size: 24px;
	line-height: 1.5;
	transform: translate(-50%,0);
	text-align: center;
	width: 65%;
}

.top-corona__flex__box1 .fuki .fuki-text{
	position: absolute;
	left: 50%;
	top: 50%;
	font-family: 'Kiwi Maru', serif;
	font-size: 24px;
	line-height: 1.5;
	transform: translate(-50%,-50%);
	text-align: center;
	width: 100%;
}

.btn-di.w50{
	width: 50%;
}

.btn-di.w50 a {
	justify-content: center;
	font-size: 40px;
}

.btn-di.w50 i {
	font-size: 50px;
}

.tel-link {
	display: flex;
	align-items: center;
	justify-content: center;
}

.tel-link img{
	height: 37px;
}

.tel-link .tel{
	font-size: 45px;
	font-family: 'Noto Sans JP', sans-serif;
	margin-left: 20px;
	line-height: 0;
}
.tel a{
  color: #fff;
}
.profile__table01 .tel a{
      color: #000;
}
.g-h{
display: flex;
align-items: center;
justify-content: center;
}

.g-h .t-box{
font-size: 13px;
border:solid 1px #fff;
padding: 5px;
}

.g-h .tel{
font-size: 30px;
font-family: 'Noto Sans JP', sans-serif;
    margin-left: 10px;
		line-height: 0;
}

.tel-link2 {
	display: flex;
	height: 100%;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	box-sizing: border-box;
}

.tel-link2 img{
	height: 24px;
}

.tel-link2 .tel{
	font-size: 26px;
	font-family: 'Noto Sans JP', sans-serif;
	margin-left: 10px;
}

/* .topttl-box{
  position: relative;
  z-index: 1;
  width: 100%;
  height: 85%;
} */


.topttl-box {
    position: relative;
    z-index: 1;
    width: 56%;
    height: 85%;
    margin-left: auto;
    margin-right: 50px;
}

/* .topttl-box .topttl{
  position: absolute;
  bottom: 10%;
  z-index: 1;
  transform: rotate(355deg);
  right: 10%;
  font-size: 30px;
  font-family: 'Mochiy Pop P One', sans-serif;
  color: #ffe700;
  font-size: calc(100vw / 42);
} */

.topttl-box .topttl{
	position: absolute;
	bottom: 10%;
	z-index: 1;
	transform: rotate(355deg);
	right: 3%;
	font-family: 'Mochiy Pop P One', sans-serif;
	color: #ffe700;
	font-size: calc(100vw / 43);
	width: 100%;
	text-align: center;
}

.fuki-back{
	position: absolute;
	top: 10%;
	right: 0;
}

.fuki-back .text {
	position: absolute;
	left: 36%;
	top: 10%;
	font-family: 'Kiwi Maru', serif;
	font-size: 30px;
	line-height: 1.5;
	text-align: center;
	transform: translate(-50%,0);
	width: 65%;
}
.fuki-back2 {
	position: absolute;
	top: 25%;
	right: 0;
}
.fuki-back3 {
	position: absolute;
	top: 0%;
	left: 0;
}
.y-huki{
	position: relative;
}
.y-huki .text{
	color: #707070;
	position: absolute;
	top: 50%;
	left: 54%;
	transform: translate(-50%,-50%);
	font-family: 'Kosugi Maru', sans-serif;
	font-size: 20px;
	width: 80%;
	line-height: 1.5;
}
@media all and (max-width: 1024px) {
  .y-huki .text{
    font-size: 14px;
    top: 31%;
  }
	.nav li a{
		font-size: 16px;
	}
	.btn-di a,
	.btn-di.le a,
	.btn-di.le2 a,
	.btn-di.w37 a{
		font-size: 18px;
	}
	.age__list li .fuki .text,
	.age__list .golden_age__flexbox01-1 .fuki .text{
		font-size: 20px;
	}
	
	.rib{
		font-size: 26px;
	}
	.ttlori {
    font-size: 35px;
	}
	.sbttl-box{
		font-size: 16px;
    padding: 5px;
		margin: 5px;
	}
	.top-school__flex__box2 .fuki-box .fuki{
		font-size: 20px;
	}
	.top-school__flex__box2 .fuki-box .fuki,
	.top-school__flex__box2 .fuki-box .fuki2,
	.top-school__flex__box2 .fuki-box .fuki3,
	.top-school__flex__box2 .fuki-box .fuki4,
	.top-school__flex__box2 .fuki-box .fuki5{
		font-size: 18px;
	}
	.top-corona__flex__box1 .fuki{
		width: 170px;
    height: 150px;
    top: -90px;
    right: -20px;
	}
	.top-corona__flex__box1 .fuki .fuki-text{
		letter-spacing: -2px;
		font-size: 14px;
	}
	.top-corona__flex__box2 .top-corona__flex__box__title{
		font-size: 18px;
	}
	.btns2 li{
		max-width: 100%;
	}
	.btn-di.w50 a {
		font-size: 18px;
	}
	.btn-di.w50 i {
    font-size: 30px;
}
		.age__list li .fuki,
		.age__list .golden_age__flexbox01-1 .fuki{
		width: 80px;
    height: 60px;
    top: -10px;
    left: -10px;
	}
}
@media all and (max-width: 768px) {
	.btn-di a,
	.btn-di.le a,
	.btn-di.w37 a{
		font-size: 18px;
	}
	.btn-di.le,
	.btn-di.le2{
		margin-left: auto;
	}

	.age__list li .fuki .text,
	.age__list .golden_age__flexbox01-1 .fuki .text{
		font-size: 20px;
	}
	.rib{
		font-size: 26px;
	}
	.ttlori {
    font-size: 26px;
	}
	.top-school__flex__box2 .fuki-box .fuki,
	.top-school__flex__box2 .fuki-box .fuki2,
	.top-school__flex__box2 .fuki-box .fuki3,
	.top-school__flex__box2 .fuki-box .fuki4,
	.top-school__flex__box2 .fuki-box .fuki5{
		font-size: 18px;
	}
	.btn-di.le2 a{
		font-size: 18px;
		padding: 5px;
	}
	.top-corona__flex__box1 .fuki{
		width: 170px;
    height: 150px;
    top: -90px;
    right: -20px;
	}
	.top-corona__flex__box1 .fuki .fuki-text{
		letter-spacing: -2px;
		font-size: 14px;
	}
	.btn-di.w50{
		width: 35%;
	}
	
	.btn-di.w50 a {
		font-size: 18px;
	}
	
	.btn-di.w50 i {
		font-size: 35px;
	}
	.tel-link2 .tel,
	.btns2 li a .text,
	.btns2 li a .text{
		font-size: 20px;
	}
	.sbttl-box{
    font-size: 15px;
    padding: 10px;
    margin: 2px;
    width: 90px;
    height: 90px;
	}

}

@media all and (max-width: 599px) {
  .golden_age__flexbox01,
  .golden_age__flexbox01-1{
    padding: 0;
  }
	.btn-mo{
		width: 66%;
    margin: auto;
    border-radius: 50px;
    padding: 5px;
	}
	.ttl-flex img {
    height: 25px;
	}
	.ttlori {
    font-size: 20px;
	}
	.btn-di a {
    font-size: 12px;
		padding: 5px;
	}
	.btn-di i {
		margin-left: 5px;
		font-size: 20px;
	}
	.btns2 li a .text{
		margin-left: 0;
    text-align: center;
		margin-top: 5px;
	}
	.tel-link2 .tel, .btns2 li a .text, .btns2 li a .text {
    font-size: 10px;
	}
	.btns2 li a,
	.tel-link2{
		flex-direction: column;
	}
	.btns2 li a{
		justify-content: flex-start;
	}
	.tel-link2{
		justify-content: flex-start;
		padding: 10px 0;
	}
	.btns2 li:first-child a{
		padding: 0;
		margin-top: 5px;
	}
	.btn-di.le,
	.btn-di.w40,
	.btn-di.w50{
    width: 66%;
    margin: auto;
    border-radius: 50px;
    padding: 5px;
	}
	.btn-di.w37{
    width: 66%;
    border-radius: 50px;
    padding: 5px;
	}
	.btn-di.w40 a,
	.btn-di.w37 a{
		font-size: 18px;
	}
	.btn-di.le a,
	.btn-di.w37 a{
		padding: 5px ;
	}
}
 .guidance .fuki-back{
    width: 50%;
    position: absolute;
    top: 0%;
    margin-left: auto;
    right: -18%;
    left: initial;
    transform: none;
}
.guidance .whatskanyes_btn02.btn-di{
  width: 90%;
}

@media all and (max-width: 1440px) {
	.fuki-back{
    width: 50%;
    position: relative;
    top: 10%;
    right: initial;
    left: 50%;
    transform: translate(-50%,0);
}
	
.fuki-back2 {
	width: 50%;
	position: relative;
	top: 10%;
	right: initial;
	left: 50%;
	transform: translate(-50%,0);
	margin-bottom: 30px;
}
.fuki-back3{
	width: 50%;
	position: relative;
	top: 10%;
	right: initial;
	left: 50%;
	transform: translate(-50%,0);
}
}
.tusbox{
  display: flex;
      flex-wrap: wrap;
}
.tusbox .box{
  width: 70%;
}
.tusbox .box.can{
  width: 100%;
}
.pages{
  margin-top: 50px;
}
.pages ul{
  display: flex;
  align-items: center;
    justify-content: center;
}
/* .pages li{
  margin: 0 20px;
} */
.pages a{
color: #00c0c7;
    background: #fff;
    display: flex;
    width: 40px;
    height: 40px;
    justify-content: center;
    flex-direction: column;
    font-size: 18px;
    border-radius: 50%;
    box-sizing: border-box;
    text-decoration: none;
    border: 1px solid #BFBFBF;
    padding: 3px 5px;
    margin: 2px;
    align-items: center;
}
.pages .now a{
      display: flex;
    width: 40px;
    height: 40px;
    justify-content: center;
    flex-direction: column;
    font-size: 18px;
    border-radius: 50%;
    box-sizing: border-box;
    text-decoration: none;
    border: 1px solid #BFBFBF;
    padding: 3px 5px;
    margin: 2px;
    color: #fff;
    background: #00c0c7;
    border-color: #00c0c7!important;
    font-weight: bold;
    align-items: center;
}
.price-1{
  position: relative;
}
.price-box{
        position: absolute;
    color: #fff;
    text-align: center;
    font-size: 24px;
    top: 45%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
    line-height: 1;
}
.price-box .text{
  font-size: 16px;
}
.price-box .pr-t{
  font-size: 70px;
  color: #ffff00;
  font-family: 'Nunito Sans', sans-serif;
}
.gold-box{
  position: relative;
}
.gold-box .text{
     position: absolute;
     top: 44%;
     left: 50%;
     color: #fff;
     font-size: 20px;
     transform: translate(-50%,0%);
     width: 100%;
     line-height: 1.5;
}
.gold-box .y-text{
  font-size: 70px;
  color: #ffff00;
  font-family: 'Nunito Sans', sans-serif;
  line-height: 1;
}
.gold-box .sbtext{
  font-size: 15px;
  line-height: 1.3;
  display: block;
}
.gold-box .text2{
    position: absolute;
    color: #fff;
    font-size: 18px;
    bottom: 10%;
    left: 44%;
    transform: translate(-50%,-50%);
    text-align: left;
    line-height: 1.3;
}
.reception{
      width: 188px;
    position: absolute;
    top: -10px;
    right: 30px;
}
.reception .text{
 position: absolute;
    color: #ff722d;
    font-size: 50px;
    font-family: 'Mochiy Pop P One', sans-serif;
    top: 50%;
    left: 61%;
    transform: translate(-50%,-50%);
    width: 100%;
}
.aplas{
  display: flex;
    align-items: center;
    justify-content: center;
}
.aplas .flex{
 display: flex;
    align-items: center;
    justify-content: space-between;
}
.aplas .img{
  width: 150px;
  height: 150px;
}
.aplas .text{
      font-size: 40px;
    font-family: 'Mochiy Pop P One', sans-serif;
    color: #fff;
    width: 310px;
    margin: 0 10px;
    letter-spacing: 3px;
}
.aplas .pl{
     width: 50px;
    display: flex;
    align-items: center;
}

.r-r{
  flex-direction: row-reverse;
}
.ta-c{
  text-align: center;
}
.corona{
  position: relative;
}
.corona .text {
    color: #fff;
    position: absolute;
    bottom: 15%;
    left: 50%;
    transform: translate(-50%);
    width: 90%;
    text-align: center;
    font-weight: 500;
    line-height: 1.3;
}
.form-submit-btn{
  font-size: 24px;
    color: #4d4d4d;
    margin: 0 20px;
    padding: 1em 2em;
    background: #ffcd00;
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.form-submit-btn:hover{
  	opacity: 0.7;
}
.top-btn{
    max-width: 216px;
    margin: 50px auto;
}
.top-btn a{
  display: block;
  margin: 0;
  padding: 1em;
}
.guidance .whatskanyes__sec01-img02 {
    position: absolute;
    left: 0;
    top: 0;
}
.guidance .sono {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    color: #fff;
    font-family: 'Kiwi Maru', serif;
    font-size: 24px;
    width: 90%;
    letter-spacing: 0px;
    text-align: center;
    line-height: 1.1;
}
.fuki-back-guidance{
  position: absolute;
    right: 0;
    top: 13%;
}

.fuki-back-guidance .text {
    position: absolute;
    left: 36%;
    top: 14%;
    font-family: 'Kiwi Maru', serif;
    font-size: 22px;
    line-height: 1.5;
    text-align: center;
    transform: translate(-50%,0);
    width: 250px;
}
.guidance-table{
      display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 80px 0;
}
.guidance-table .tit,
.guidance-table .tit2,
.guidance-table .text{
  font-size: 30px;
  text-align: center;
  border: solid 1px #765EB8;
  padding: 0 20px;
}
.guidance-table .tit,
.guidance-table .tit2{
  font-weight: bold;
}
.guidance-table .tit2,
.guidance-table .text{
  background: #fff;
}
.guidance-table .tit2{
  color: #765EB8;
}
.guidance-table .text{
  color: #7a7979;
}
.guidance-table td:empty { 
   background-image: linear-gradient(352deg, transparent 48%, #765eb8 50%, #765eb8 50%, transparent 51%, transparent);
}
@media all and (max-width: 1024px) {
  .ttlori2{
     font-size: 33px;
   }
  .guidance .whatskanyes_btn02.btn-di a,
  .down-text{
    font-size: 18px;
  }
  .guidance .whatskanyes_btn02.btn-di {
    width: 100%;
}
  .guidance__flexbox01{
    margin: 0 auto 2em;
    justify-content: center;
  }
  .guidance__box01-text01{
    margin: 0 auto 2em;
  }
   .guidance .fuki-back{
    width: 50%;
    position: relative;
    top: 10%;
    right: initial;
    left: 50%;
    transform: translate(-50%,0);
    margin-left: initial;
   }
  .age__list li{
    margin: 0;
  }
	.fuki-back .text{
		font-size: 24px;
}
.topHeader__flex__box2{
}
.flex{
  flex-wrap: wrap;
}
.inner.ori{
  max-width: 1000px
}
}
.tac{
  text-align: center;
}
.fw-b{
  font-weight: bold;
}
@media screen and (max-width: 768px){
 .fuki-back-guidance img{
  max-width: 350px;
}
  .fuki-back-guidance {
    position: relative;
    top: 13%;
    text-align: center;
}
.fuki-back-guidance .text{
  left: 43%;
    font-size: 18px;
    width: 230px;
    transform: translate(-50%,0);
}
  .tusbox .box{
  width: 100%;
}
.reception{
      width: 188px;
    position: absolute;
    top: -10px;
    right: -15px;
}
.appl__img {
    width: 80px;
    position: relative;
    top: initial;
    right: initial;
}
.reception .text{
      font-size: 22px;
    top: 50%;
    left: 54%;
}
.section__title2.nami-box .ttlori,
.f65 .ttlori,
.f50 .ttlori,
.ttlori.f-52{
  font-size: 30px;
}
.ttl-flex img {
    height: 35px;
}
.f40 .ttlori {
    font-size: 28px;
}
.aplas .text{
  font-size: 26px;
}
.aplas .flex{
  justify-content:center;
}
.layout.new{
  display: flex;
      flex-wrap: wrap;
}
}
@media all and (max-width: 599px) {
  .aplas .flex{
    width: 46%;
  }
  .guidance-table{
    justify-content: center;
  }
  .guidance-table:nth-of-type(1) .table{
  margin-bottom: 20px;
}
  .guidance-table .tit,
.guidance-table .tit2,
.guidance-table .text{
  font-size: 20px;
}
   .guidance .sono{
    font-size: calc(100vw / 28);
  }
  .guidance .whatskanyes__sec01-img02{
    top: 40px;
    width: 80px;
  }
  .fuki-back-guidance .text{
    left: 37%;
  }
  .top-btn a{
    font-size: 20px;
  }
/*   .sbtn button {
  display: block;
  max-width: 450px;
  width: 77%;
  padding: 12px 0;
  margin: 0 auto;
  text-align: center;
  text-decoration: none;
  color: #000;
  font-size: 18px;
  font-weight: 700;
  background: #fff;
  border: solid 3px #000;
  border-radius: 40px;
  box-shadow: 0px 8px 18px -10px rgb(0 0 0 / 80%);
  cursor: pointer;
} */
.confbtn p{
      padding-bottom: 25px;
      margin: 0;
}
  .tac{
  text-align: left;
}
  #text{
    padding: 0 10px;
  }
 /*  .aplas{
       flex-wrap: wrap;
 } */
  .reception{
        top: -40px;
    right: -105px;
  }
  .standard__list li{
    width: calc(50% - -150px);
  }
	.fuki-back{
		width: 100%;
}
.fuki-back3{
	width: 100%;
}
.fuki-back2 {
	width: 100%;
	position: relative;
	top: 10%;
	right: initial;
	left: 50%;
	transform: translate(-50%,0);
}
.sono{
	font-size: 18px;
}
.btn-di a{
  justify-content: center;
}
.y-huki{
  display: none;
}
.whatskanyes__flex01{
      padding: 60px 0 0px;
}
}



li{
  list-style: none;
}

.back-btn{
  margin: 50px auto;
    width: 100%;
}
.back-btn .text{
 color: #21D1FF;
 font-weight: bold;
 font-size: 24px;
 margin-left: 10px;
}
body,
h3{
  line-height: 1.7;
}
h2{
  line-height: 1.3;
}
.text_yellow {
    background: linear-gradient(transparent 60%, #ffff00 50%);
    letter-spacing: 2px;
}
.text_orange {
    background: linear-gradient(transparent 60%, #ff722d 50%);
}
.sbtn button {
  -webkit-appearance: none;
    border: none;
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
    font-size: 24px;
    color: #4d4d4d;
    margin: 0 20px;
    padding: 1em 2em;
    background: #ffcd00;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
/*      display: block;
    max-width: 450px;
    width: 77%;
    padding: 16px 0;
    margin: 0 auto;
    text-align: center;
    text-decoration: none;
    color: #000;
    font-size: 24px;
    font-weight: 700;
    background: #fff;
    border: solid 3px #000;
    border-radius: 40px;
    box-shadow: 0px 8px 18px -10px rgb(0 0 0 / 80%);
    cursor: pointer; */
}
.sbtn button:hover{
  	opacity: 0.7;
}
/* .confbtn p{
  width: 100%;
}
 */
.flex.confbtn{
  justify-content: center;
} 
.tel-logo{
  position: relative;
    padding-left: 50px;
    font-size: 40px;
}
.tel-logo:before{
  display: block;
  content: "";
  width: 50px;
  height: 50px;
  background: url(/upload/tenant_1/0617e1f6fa271ab0b5906aced5a3927f.png) no-repeat center center;
  background-size: 40px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0%,-50%);
}
.tel-logo a{
  color: #765EB8;
  font-family: 'Noto Sans JP', sans-serif;
}
.tel-logo2 {
    font-size: 45px;
    line-height: 1;
    position: relative;
    padding-left: 59px;
}
.tel-logo2 a:before{
    display: block;
    content: "";
    width: 50px;
    height: 50px;
    background: url(/import/tenant_1/153.121.75.218/kanyes-club.com/wp/wp-content/themes/base/images/footer_tel.png) no-repeat center center;
    background-size: 40px;
    position: absolute;
    top: 50%;
    left: -30px;
    transform: translate(-50%,-50%);
}
.tel-logo2 a{
    font-family: 'Noto Sans JP', sans-serif;
    position: relative;
}
.d-n-b{
  display: none;
}
.tit-yb{
  position: relative;
  padding-right: 70px;
    padding-left: 70px;
}
.tit-yb:before, .tit-yb:after {
    display: block;
    content: "";
    width: 50px;
    height: 60px;
    background-repeat: no-repeat;
    position: absolute;
    top: 30%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background-position: center;
    background-size: cover;
}
.tit-yb:before{
  background-image: url(/upload/tenant_1/5dfd879b6d1f5501c43a450c052bc66c.png);
    left: 0;
}
.tit-yb:after{
  background-image: url(/upload/tenant_1/6ec07daf0aab53423be9365291927706.png);
    right: 0;
}
.tit-yb .sbtext{
  font-size: 60%;
}
.paging .back-b{
     background: #0092d7;
    padding: 10px;
    text-align: center!important;
    border-radius: 5px;
    width: 200px;
    cursor: pointer;
        -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.paging .back-b:hover{
  opacity: 0.7;
}
.back-b a{
  color: #fff!important;
}
.p-je a{
  color: #21D1FF;
      display: flex;
    align-items: center;
}
.p-je i{
  margin: 0 10px;
  font-size: 24px;
}
.d-back{
  width: 30%;
}
.paging .d-back a {
    color: #ffffff;
    text-decoration: none;
    background-color: #0897d9;
    padding: 4% 0%;
    border-radius: 5px;
    width: 100%;
    display: block;
    text-align: center;
}
 @media all and (max-width: 1024px) {
     .golden_age__sec02-img02 {
    top: -80px;
    right: -140px;
}
 }
  @media all and (max-width: 768px) {
    .golden_age__sec02-img02 {
    top: -65px;
    right: -70px;
}
.whatskanyes__flex01box.new {
    width: 55%;
    margin: auto;
}
.golden_age__sec02-img02 .new.y-huki .text {
    font-size: 12px;
}
  }
 @media all and (max-width: 599px) {
   .d-back{
  width: 50%!important;
}
   .aplas .img {
    width: 100px;
    height: 100px;
    margin-bottom: 10px;
}
   .aplas .text{
     font-size: 18px;
    font-family: 'Mochiy Pop P One', sans-serif;
    color: #fff;
    width: 140px;
    margin:0px;
    letter-spacing: 3px;
   }
   .golden_age__sec02-img02 .new.y-huki .text{
     font-size: 20px;
   }
   .whatskanyes__flex01box.new {
    width: 100%;
}
        .golden_age__sec02-img02 {
    top: 0px;
    right: 0px;
}
   .golden_age .ttlori{
     letter-spacing: 3px;
   }
   .golden_age__sec02-img02 .new.y-huki{
     display: block;
   }
/*    .pages li {
 margin: 0px auto;
} */
   .pages ul{
     padding: 0;
   }
   .ttl-flex.f50 .ttlori.c-w .text_orange{
     font-size: 16px;
   }
   .other__list__btn.new{
     width: 90%;
   }
   .tit-yb .sbtext {
    font-size: 90%;
}
   .f30 .ttlori.tit-yb {
    font-size: 15px;
}
   .tit-yb:before, .tit-yb:after {
    width: 30px;
    height: 40px;
   }
   .tit-yb {
    position: relative;
    padding-right: 25px;
    padding-left: 25px;
}
   .whatskanyes__text03,
   .whatskanyes__text04{
     text-align: left;
   }
   .d-n-b{
     display: block;
   }
   .d-b{
     display: none;
   }
   .tel-logo2 {
    font-size: 40px;
    padding-left: 35px;
}
   .tel-logo2 a:before{
    background-size: 35px;
   }
   .tel-logo{
     font-size: 30px;
   }
   .tel-logo:before{
     background-size: 30px;
   }
   .ttlori2{
     font-size: 13px;
   }
   .guidance__flexbox01 {
		display: block;
	}
   .sbtn button{
     font-size: 18px;
   }
   .orij .whatskanyes_btn02.btn-di.profile__map_link{
     width: 60%;
   }
   .orij .whatskanyes_btn02.btn-di a{
     padding: 0;
         font-size: 16px;
   }
   .section__title2.m1-5{
     margin: 0 0 1.5em;
   }
   .price__box table .b,
   .new2 .price__flex__box__dl dd span{
     font-size: 18px;
   }
   .price__box table .m,
   .new2 .price__flex__box__dl3 dt,
   .new2 .price__flex__box__dl dd{
     font-size: 16px;
   }
 }
.flex-wrap{
  flex-wrap: wrap;
}
[data-element-id]#gNavi{
  position: relative;
}
[data-element-id].nav .child{
  display: block;
}
[data-element-id].btns{
  position: relative;
}

[data-element-id]#top-column .slick-slide {
    display: flex;
    flex-wrap: wrap;
    width: 100%!important;
}
[data-element-id].column-slider li{
  width: 20%;
}
[data-element-id]#top-column .slick-slider .slick-track,
.slick-slider .slick-list{
  width: 100%!important;
}
[data-element-id]#pagetop{
  position: relative;
      bottom: 0;
    margin-left: auto;
}
[data-element-id].hidden_box .hidden_show {
	height: auto;
	opacity: 1;
}
[data-element-id].archive__group > div{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
[data-element-id]#btns,
[data-element-id]#pagetop{
    display: block;
}


/* 9/26追記 */
.bnr09{
  width: 45%;
    margin: 0 auto;
    margin-bottom: 60px;
}

@media only screen and (max-width: 599px){
.bnr09{
    width: 95%;
    margin: 0 auto;
    margin-bottom: 60px;
}
}
.chirasi{
    display: flex; 
  flex-wrap: wrap; 
}


.blogbtn{
  width: 50% !important;
    margin: auto !important;
}



@media only screen and (max-width: 599px){
.blogbtn {
    width: 62% !important;
    margin: 20px auto 30px !important;
}
}

/* 2023/05/23 */
@media (max-width:768px) {
  #nav {
      height: 80vh;
      overflow: auto;
  }
  
  #nav .nav {
      height: auto;
      overflow-y: scroll;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
      padding-bottom: 150px;
  }
}

/* 2023.05.24 */

.topblogimg{
  margin-bottom: 30px;
}

.topnews01{
  margin-top: 80px;
}
.moviebr{
  display: none;
}

.spmovie{
  display: none;
}

@media only screen and (max-width: 599px){
  .moviebr{
  display: block;
}

.spmovie{
  display: block;
}

.pcmovie{
  display: none;
  
}
}


/* 2023.07.07 */

.manga-youtube {
    display: flex;
    justify-content: space-between;
    max-width: 1000px;
    margin: 60px auto 0;
    width: 86%;
}

.mangavideo{
  width: 48%;
}

.mangavideo iframe{
  width: 100%;
}


@media only screen and (max-width: 599px){
.manga-youtube {
    display: block;
    max-width: 360px;
    width: 90%;
}

.mangavideo {
    width: 100%;
    margin-bottom: 30px;
}

.mangavideo iframe {
    width: 100%;
    height: 200px;
}
}

/* 2023/08/08 */
.movie-box {
    width: 60%;
    margin: auto;
}

@media (max-width:599px) {
  .movie-box {
      width: 90%;
      margin: auto;
  }
}

/* 09/26  */

#btns{
  display: block;
}

/*会員専用動画ページ*/
.feature__head-ttl.movie {
  background: #46b932;
}
.feature__sec01_subttl.movie {
  color: #46b932;
  font-size: 36px;
}
.feature__sec01_subttl.movie:before {
	background-image: url("/upload/tenant_1/05c12e8887eff289b31ffa00fc50d063.png");
}

.feature__sec01_subttl.movie:after {
	background-image: url("/upload/tenant_1/b1e923cbf63b50dd9bce39b54494a466.png");
}
.movie-box02 {
  width: 80%;
  margin: 80px auto;
  
}
.movie-box02 ul {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}
.movie-box02 ul li {
  width: 32%;
  margin: 0 auto 20px;
}
.movie-box02 ul li iframe {
  width: 100%;
  aspect-ratio: 16/9;
  height: auto;
}
.movie-box02 ul li .m-title {
  font-size: 20px;
  font-weight: bold;
  padding: 1% 2%;
  color: #46b932;
}

@media (max-width:1024px) {
  .movie-box02 {
    width: 90%;
  }
  .feature__sec01_subttl.movie {
    font-size: 28px;
  }
  .movie-box02 ul li {
    width: 48%;
  }
  .movie-box02 ul li .m-title {
    font-size: 22px;
  }
}

@media (max-width:599px) {
  .movie-box02 {
    margin: 50px auto 0;
  }
  .feature__sec01_subttl.movie {
    font-size: 22px;
  }
  .movie-box02 ul li {
    width: 100%;
  }
  .movie-box02 ul li .m-title {
    font-size: 18px;
  }
}


/* 2023/12/05 */
.h-logo {
  position: absolute;
  top: 100px;
  left: 50px;
}
.h-logo img {
  width: 70%;
}

.slider-container {
  position: relative;
  width: 100%;
  max-width: 1000px;
}

.slider {
  display: flex;
  overflow: hidden;
  transition: all 0.3s;
}

.slide {
  min-width: 100%;
  transition: transform 0.3s;
  display: none; /* はじめは全てのスライドを隠します */
}

.slide img {
  width: 100%;
}

.thumbnails {
  display: flex;
  justify-content: center;
  gap: 10px;
  padding-top: 20px;
}

.thumbnails img {
  cursor: pointer;
  width: 15%; /* サムネイルのサイズを調整します */
  opacity: 1;
  border-radius: 10px;
}

.thumbnails img:hover,
.thumbnails img.active {
  opacity: 1;
}

.slide .movie-box {
  width: 50%;
}

.movie {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}
.movie li {
  width: 50%;
}

/*固定バナー・ボタン*/
.pc-only {
  display: block;
}
.sp-only {
  display: none;
}
.btns2 li {
  width: 25%;
}
.btns2 li.btn5 a {
  background: #03A9F4;
}
.t-bnr {
  position: fixed;
  bottom: 10px;
  right: 70px;
  z-index: 50;
  width: 150px;
}
.t-bnr  a {
  display: block;
  padding: 3% 10%;
  background: #03A9F4;
  width: 120px;
  border-radius: 10px;
  border: 2px solid #fff;
}
.t-bnr a .img {
  width: 70%;
  margin: auto;
}
.t-bnr a .txt {
  color: #fff;
  text-align: center;
}

.btns2:before, .btns2:after {
  width: calc(50vw - 630px);
}
.btns2:after {
  background: #03A9F4;
}
.btns2 li {
  width: 20%;
}
.btns2 li.btn5 a img {
  height: 35px;
}

@media (max-width:1024px) { 
  .topHeader {
    padding: 90px 0 40px;
  }
  .h-logo {
    left: 40%;
  }
  .slide {
    margin-top: 250px;
  }
  .t-bnr {
    bottom: 80px;
    right: 20px;
  }
}

@media (max-width:599px) {
  .topHeader {
    padding: 60px 0 40px;
  }  
  
  .pc-only {
    display: none;
  }
  .h-logo {
    top: 60px;
    left: 30%;
    width: 40%;
    text-align: center;
  }
  .h-logo img {
    width: 60%;
  }
  .slide {
    margin-top: 100px;
  }
  .thumbnails {
    gap: 5px;
  }
  .thumbnails img {
    width: 16%;
  }
  .sp-only {
    display: block;
  }
  .btns2 li {
    width: 20%;
  }
  .btns2 li.btn5 a {
    background: #03A9F4;
  }
}

.topnews01.-mt-none {
    margin-top: 0;
}

/* 12/08 追記 */

#top-column .inner{
  width: 96%;  
}

#top-column02 .inner{
  width: 96%;  
}


#top-column02 .section__title2{
  background-color: #f58e7e;
}

#top-column02 .section__title2 div{
  background-color: #f58e7e;
}

#top-column02 .top-column__text{
  color: #f58e7e;
}

#top-column02 .section__title2 p{
  background-color: #f58e7e;
}

#top-column02 .top-column__text::before {
    background-image: url(/upload/tenant_1/b36626059bcc2903d38a37b7827fb0c8.png);
}

#top-column02 .top-column__text::after {
    background-image: url(/upload/tenant_1/491f7c6ea9a36d40b7619d3b6eac932e.png);
}

#top-column02 .c-b-b {
    background: #f58e7e;
}

#top-column02 .top-column__title::after {
    border-top-color: #f58e7e;
}

@media screen and (max-width:599px) {
 #top-column02{
    padding: 0 0 6em;
 }
 
 #top-column{
   padding-bottom: 15px !important;
 }
}

/*教室案内 MVページ名*/
.page-name {
  position: absolute;
  width: 80%;
  text-align: center;
  bottom: 100px;
  left: 10%;
  font-size: 70px;
  color: #fff;
  font-family: 'Mochiy Pop P One', sans-serif;
  text-shadow: 2px 2px 5px #999;
}

@media screen and (max-width:1024px) {
  .page-name {
    font-size: 40px;
    bottom: 5px;
  }
}

@media screen and (max-width:599px) {
  .page-name {
    bottom: 10px;
    left: 10%;
    font-size: 34px;
  }
}




/* 2024/04/16 */
#pagetop {
    right: unset;
    left: 10px;
}

@media (max-width:768px) {
  #pagetop {
    bottom: 90px;
  }
  
 #btn {
    display: block;
    width: 50px;
    height: 50px;
    margin: 0 0px 0 auto; 
}

#btn a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 47px;
    height: 43px;
}


#btn span {
    background-color: #fff;
    display: block;
    width: 25px;
    height: 2px;
    margin: 2px 0;
}

.top-section__text {
    font-size: 16px;
}

.top-age__text02 {
    font-size: 16px;
    padding-right: 20px;
    padding-left: 20px;
}

.top-column__text {
    color: #21D1FF;
    font-size: 16px;
    margin: 0 0 1em;
}

.top-school__flex__box__text {
    font-size: 14px !important;
}

.top-school__flex__box__text02 {
    font-size: 14px !important;
}

.whatskanyes__sec02-flexboxtext {
    font-size: 14px !important;
}

.feature__list__text {
    font-size: 14px !important;
}

.appl__text {
    font-size: 15px !important;
}

.other__list .flex-box .right .other__list__text {
    font-size: 14px !important;
}

.feature__sec01_subttl {
    font-size: 16px !important;
}
}

.top-h1{
  position: fixed;
  top: 5px;
  z-index: 100;
  color: #fff;
  font-size: 12px;
  line-height: 1;
  /* background: #00c0c7; */
  width: 100%;
  text-align: center;
}

.h101{
  width: 100%;
  margin: auto;
}

@media only screen and (max-width: 599px){
.top-h1{
    display: none;
}
}


.mb50{
  margin-bottom: 60px;
}

.ichigo-map{
  display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.ichigo-map div{
  width: 48%;
    padding: 15px 10px;
}

.map-p01{
  font-size: 30px;
    text-align: center;
    font-weight: bold;
    background: #765EB8;
    color: #fff;
    padding: 3px 0;
}

.jikokuhyo{
  margin-top: 20px;
}

.inner02{
  max-width: 1100px !important;
  width: 100%;
}


@media only screen and (max-width: 599px){
  .ichigo-map {
    display: block;
  }
  
  
  .ichigo-map div {
    width: 100%;
    padding: 10px 0;
}
}

/* 2024/08/27 追記 */

.morebtn.section__btn.column-linkbtn{
  background: #00c0c7;
}

.morebtn.section__btn.column-linkbtn a{
  font-size: 18px;
}


@media screen and (max-width:1024px) {
 .morebtn.section__btn.column-linkbtn{
  width: 75%;
}
}


@media screen and (max-width:599px) {
 .morebtn.section__btn.column-linkbtn{
  width: 100%;
}

.morebtn.section__btn.column-linkbtn a{
  font-size: 16px;
}
}

.q-list{
  background: #ffff;
  padding: 20px;
  border-radius: 15px;
  width: 80%;
  border: 2px solid gray;
  margin: 30px auto;
}

.q-list li{
  color: #333;
  font-weight: bold;  
}

.q-list li:not(:last-of-type){
  margin-bottom: 10px;
}

.q-list li .check-mark{
  color: #39b34a;
  font-weight: bolder;
  display: inline-block;
  font-size: 20px;
  position: relative;
  top: 2px;
}

@media screen and (max-width:599px) {
.morebtn.section__btn.column-linkbtn{
  width: 100%;
}

.q-list li:not(:last-of-type){
  margin-bottom: 5px;
}


.q-list li{
 font-size: 15px;  
}
 
.sp-block{
  display: block;
}

.mb-50-sp{
  margin-bottom: 50px;
}
}

/* 2024/09/05 */
.page-link li.bus a {
    background: #765EB8;
}

.page-link.ver02 {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    margin: 0;
}

.page-link.ver02 li {
    position: relative;
    width: 30%;
    flex-grow: 1;
    margin: 10px;
}

.page-link.ver02 li a {
    display: block;
    text-align: center;
    background: #765eb8;
    color: #fff;
    padding: 10px 25px;
    border-radius: 20px;
    position: relative;
}

.page-link.ver02 li a:after {
    content: "\f0dd";
    font-family: "font awesome 5 Free";
    font-weight: bold;
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
}


.ichigo-map div.bus_number {
  width: 100%;
  text-align: center;
  font-size: 20px;
  padding: 0;
  margin-bottom: 20px;
  color: #765eb8;
  font-weight: bold;  
}

/* 2024/09/09 */

#mon,#tue,#wed,#thr,#fri,#sat{
    margin-top: -50px;
    padding-top: 50px;
}

/* 2024/10/10 */

.singule__box01 .sumbnail{
  margin-bottom: 20px;
}

.singule__box01 .sumbnail img{
  width: 100%;
}

/* 2024/11/06 */
.whatskanyes__sec02-flex.ver02 .ttl a {
    color: #fff;
}

.btn-di.mt50{
  margin-top: 50px;
}

@media(max-width:599px) {
.whatskanyes__sec02-flex.ver02 .whatskanyes__sec02-flexbox{
  display: flex;
  justify-content: space-between;
  margin-bottom: 0;
}

.whatskanyes__sec02-flex.ver02 .whatskanyes__sec02-flexbox .left{
  width: 30%;
}

.whatskanyes__sec02-flex.ver02 .whatskanyes__sec02-flexbox .right{
  width: 65%;
}

.whatskanyes__sec02-flex.ver02 .whatskanyes__sec02-flexboxtext{
  text-align: left;
}

.whatskanyes__sec02-flex.ver02 .whatskanyes_btn02{
  display: none;
}

.btn-di.mt50{
  margin-top: 20px;
}
}

@media(max-width:599px) {
.pc-br{
  display: none;
}  
  
.btns2 li {
  width: calc( 100% / 3 );
}

.btns2 li.btn2 {
  display: none;
}

.btns2 li.btn3 {
  display: none;
}

.tel-link2 .tel {
  margin-left: 0;
}



.tel-micro{
  display: block;
}

.btns2 li.ver02 a {
  justify-content: space-between;
}

.insta-micro{
  display: block;
}

.free-micro{
  display: block;
}
}

/* 2024/11/15 */

.free-micro {
    font-size: 10px;
    display: none;
}


.tel-micro { font-size: 10px; text-align: center; display: none; line-height: 1; margin-top: 10px; }
.tel-micro + .tel-micro { margin-top: 0px; }
.insta-micro { font-size: 10px; display: none; }
.free-micro { font-size: 10px; display: none; }
.pc-br { display: block; }
@media (max-width: 599px) {
  .pc-br { display: none; }
  .btns2 li { width: calc(33.3333%); }
  .btns2 li.btn2 { display: none; }
  .btns2 li.btn3 { display: none; }
  .tel-link2 .tel { margin-left: 0px; }
  .tel-micro { display: block; }
  .btns2 li.ver02 a { justify-content: space-between; }
  .insta-micro { display: block; }
  .free-micro { display: block; }
}


@media screen and (max-width:599px) {
 .btns2 li:first-child a{
   font-size: 13px;
   font-weight: bolder;
}

.tel-link2 .tel, .btns2 li a .text, .btns2 li a .text{
   font-size: 13px;
   font-weight: bolder;
}

.free-micro {
        display: block;
        height: 20px;
        align-content: center;
    }
    
    #pagetop {
        bottom: 100px;
    }
}

@media screen and (max-width:599px) {
 #icon-area{
   margin-bottom: 100px !important;
 }
}

/* 2025/01/16 */

.guidance #guidance__sec01 .whatskanyes_btn02{
  width: 60%;
  margin-left: 0;
  background: #03A9F4;
}

@media screen and (max-width:1024px) {
.guidance #guidance__sec01 .whatskanyes_btn02{
  width: 80%;
  margin-left: auto;
}
}

@media screen and (max-width:599px) {
.guidance #guidance__sec01 .whatskanyes_btn02{
  width: 100%;
}
}
  
/* 2025/03/05 */
.instagram_dropdown_parent{
  position: relative;
}

.instagram_dropdown{
  height: 0;
  opacity: 0;
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  transform: translateY(-100%);
  z-index: 1;
}

.instagram_dropdown_parent.on .instagram_dropdown{
  height: auto;
  opacity: 1;
  display: block;
}

.btns2 li.btn4 .instagram_dropdown a {
  background: rgb(255 119 0 / 80%);
  width: 100%;
  height: 100%;
  padding: 20px;
}

.btns2 li.btn4 .instagram_dropdown .item {
  display: flex;
}

.btns2 li.btn4 .instagram_dropdown .item .img {
  width: 25px;
}

.btns2 li.btn4 .instagram_dropdown .item .text {
  width: 50%;
  flex-grow: 1;
  text-align: center;
  font-size: 16px;
}

.btns2 li.btn4.ver02 span.sp-br{
  display: none;
}

@media(max-width:1024px) {
.btns2 li.btn4 .instagram_dropdown a {
  font-size: 14px;
  padding-left: 15px;
}
}

@media(max-width:599px) {
.btns2 li.btn4.ver02 span.sp-br{
  display: block;
  padding: 0;
}

.btns2 li.btn4 .instagram_dropdown a {
  font-size: 12px;
  padding: 10px;
}

.btns2 li .instagram_dropdown a{
  flex-direction: row;
}

.btns2 li.btn4 .instagram_dropdown .item .text {
  font-size: 11px;
}
}

[data-element-id].instagram_dropdown{
  height: auto;
  opacity: 1;
  display: block;
}

.btns2 li.btn4.ver02>span {
	background: #ff7700;
}

.btns2 li.btn4.ver02>span {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 100%;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 20px 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	cursor: pointer;
}

.btns2 li.btn4.ver02>span .text{
	font-size: 26px;
	margin-left: 10px;
	text-align: left;
	line-height: 1;
}

.btns2 li.btn4.ver02>span img{
	height: 24px;
}

@media(max-width:599px) {
.btns2 li.btn4.ver02>span {
	padding: 10px;
	flex-direction: column;
}

.btns2 li.btn4.ver02>span .text{
	font-size: 13px;
  margin-top: 5px;
  margin-left: 0;
  font-weight: bold;
}

.insta-micro {
    text-align: center;
}
}

.bnr.yobo {
  padding: 5em 0;
}

/* 2025/06/13 */
[data-element-id]#gNavi {
  margin-top: 2em;
}

[data-element-id].top-h1{
  color: #00c0c7;
}

@media (max-width: 768px) {
.id-11 .section__title2.ver02 > div {
  padding: 20px 0;
}
}

/* 2025/07/11 */
.ichigo-map.ver02{
  justify-content: space-between;
}

.ichigo-map div.ichigo-map-item{
    padding: 0;
}

.ichigo-map div.bus_tablewrap_container{
    width: 100%;
    padding: 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.ichigo-map div.bus_tablewrap {
    width: 50%;
    padding: 0;
}

.ichigo-map div.imgwrap {
    width: 45%;
    padding: 0;
}

.ichigo-map.ver02 div.bus_number {
    margin-top: 20px;
}

.bus_tablewrap table{
    background-color: #fff;
}

@media(max-width:1024px){
.ichigo-map div.ichigo-map-item{
    width: 100%;
}

.bus_tablewrap table{
    min-width: 350px;
}
}

@media(max-width:599px) {
.ichigo-map div.bus_tablewrap_container{
    flex-direction: column-reverse;
}  
  
.ichigo-map div.bus_tablewrap {
    width: 100%;
    margin-top: 20px;
    display: flex;
    justify-content: center;
}

.ichigo-map div.imgwrap {
    width: 100%;
}    
}
