@charset "utf-8";

html {
	overflow-y: scroll;
	font-size: 62.5%;
}

body {
	line-height: 1.8;
	font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Meiryo", "Noto Sans JP", "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
	font-weight: 300;
	font-style: normal;
	font-style: 16px;
	color: #111;
	box-sizing: border-box;
	text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-o-text-size-adjust: 100%;
	background: #fff;

}


@-webkit-keyframes fontfix {
	from {
		opacity: 1;
	}

	to {
		opacity: 1;
	}
}

* {
	box-sizing: border-box
}

.rows {
	width: 100%;
}

input[type=text],
input[type=number],
textarea {
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
}

textarea {
	resize: none;
}

input,
textarea {
	border: none;
	border: 1px #ccc solid;
	border-radius: 0;
}

a {
	text-decoration: none;
	color: inherit;
}

a:hover,
a:visited,
a:focus {
	border: none;
	outline: none;
	text-decoration: none;
}

a,
h2,
h3,
h4,
ul,
li {
	padding: 0;
	margin: 0;
}

ul,
li {
	list-style: none
}

img {
	max-width: 100%;
}

header {
	width: 100%;
	float: left;
}

section,
footer {
	width: 100%;
	/* float: left; */
}

.br-hide-sp {
	display: none;
}

.br_show {
	display: none;
}

/* -------------------------------------------------- General style --------------------------------------------------*/

.wrap-header {
	padding: 10px 0;
	-webkit-transition: 1s ease-in-out;
	-moz-transition: 1s ease-in-out;
	-o-transition: 1s ease-in-out;
	transition: 1s ease-in-out;
	background: rgba(255, 255, 255, .9)
}

.bg-color {
	-webkit-transition: 1s ease-in-out;
	-moz-transition: 1s ease-in-out;
	-o-transition: 1s ease-in-out;
	transition: 1s ease-in-out;
}

.bg-none {
	background: none;
	-webkit-transition: 1s ease-in-out;
	-moz-transition: 1s ease-in-out;
	-o-transition: 1s ease-in-out;
	transition: 1s ease-in-out;
}


/* Logo */

.logo {
	float: left;
	width: 100%;
	max-width: 260px;
}


/* Info head */

.info-head {
	float: right;
}

.info-head a {
	font-size: 16px;
	line-height: 160%;
}


/* Menu top */

.icon-sp {
	display: none;
	float: right;
	padding-top: 8px;
}

.icon-sp li {
	padding-left: 5px;
	float: left;
}

.icon-menu-sp {
	cursor: pointer;
	float: right;
	background: url(/web/20250124064504im_/https://moana-takkyu-club.com/assets/images/icon_menu.jpg) no-repeat scroll 0 0 / 100% auto;
	width: 40px;
	height: 40px;
	border: 1px solid #000;
}

.icon-sp li a {
	border: 1px solid #000 !important;
	font-size: 22px;
	width: 40px;
	height: 40px;
	display: block;
	text-align: center;
}

.icon-sp li a i {
	position: relative;
	top: 2px;
}

header {
	position: relative;
}


/* Wrap content */

.wrap-content {
	padding: 80px 0;
	clear: both;
}

.bg-f2f2f2 {
	background: #f2f2f2;
}

.row-text {
	font-size: 14px;
	line-height: 160%;
	color: #555;
	margin-top: 20px;
}


/* News */

.row-news {
	height: 180px;
	overflow: auto;
}

.news-item {
	font-size: 14px;
	width: 100%;
	float: left;
}

.news-item:nth-child(odd) {
	background-color: #e7e7e7;
	padding: 10px;
	margin-bottom: 0px;
}

.news-item:nth-child(even) {
	background-color: #fff;
	padding: 10px;
	margin-bottom: 0px;
}

.news-date {
	font-weight: bold;
}

.news-arrow {
	padding: 0 20px;
}


/* News Morden */

.wrap-news a {
	color: #333;
}

.wrap-news h2 {
	font-size: 18px;
	line-height: 160%;
	margin-top: 15px;
	text-align: left;
}

.modern-news-description {
	font-size: 14px;
	line-height: 160%;
	text-align: left;
	margin-top: 15px;
}


/* End news morden */


/* Table style */

.row-table table {
	width: 100%;
	float: left;
}

.row-table table tr:first-child td {
	border-top: 1px #ccc solid;
}

.row-table table tr td:first-child {
	text-align: center;
}

.row-table table tr td {
	padding: 10px;
	border-bottom: 1px #ccc solid;
	border-right: 1px #ccc solid;
	vertical-align: middle;
	text-align: left;
	padding: 20px 10px;
}

.row-table table tr td:first-child {
	background: #ccc;
}


/* End table style */


/* Google map */

.row-map iframe {
	width: 100%;
	float: left;
	height: 300px;
}


/* End google map */


/* Gallery */

.gallery_item {
	margin-bottom: 20px;
}

.gallery_item p {
	text-align: center;
	padding: 10px 0;
	font-size: 14px;
	margin: 0;
}


/* End gallery */


/* Serive */

.service-item {
	margin-bottom: 20px;
}

.service-image {
	padding-bottom: 20px;
}

.service-title {
	width: 100%;
	float: left;
	padding-bottom: 10px;
	font-size: 16px;
	font-weight: bold;
	text-align: left;
	line-height: 26px;
}

.service-btn {
	width: 100%;
	float: left;
	text-align: center;
}

.service-des {
	width: 100%;
	float: left;
	font-size: 14px;
	line-height: 24px;
	text-align: left;
}

.service-btn a {
	display: block;
	padding: 10px;
	text-align: center;
	margin: 0 auto;
	color: #fff;
}

.service-btn a:hover {
	background: #fff !important;
	color: #000;
	-webkit-transition: 0.33s ease-in-out;
	-moz-transition: 0.33s ease-in-out;
	-o-transition: 0.33s ease-in-out;
	transition: 0.33s ease-in-out;
}


/* End serice */


/* Faq */

.row-faq .panel-heading {
	padding: 0;
	border: 0;
}

.row-faq .panel-title>a,
.row-faq .panel-title>a:active {
	display: block;
	padding: 15px;
	color: #555;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 1px;
	word-spacing: 3px;
	text-decoration: none;
}

.row-faq .panel-heading a:before {
	font-family: 'Glyphicons Halflings';
	content: "\e114";
	float: right;
	transition: all 0.5s;
}

.row-faq .panel-heading.active a:before {
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	transform: rotate(180deg);
}

.row-faq .panel-heading a p {
	padding-right: 30px;
}

.row-faq .panel-heading {
	display: table;
}

.row-faq .icon_question {
	font-size: 30px;
	display: table-cell;
	padding: 15px;
	width: 60px;
}

.row-faq .panel-title {
	display: table-cell;
	vertical-align: middle;
	line-height: 160%;
	text-align: left;
	width: 95%;
}

.row-faq .panel-title p {
	margin: 0 !important;
}

.row-faq .icon_answer {
	border-top: 1px solid #ddd;
	font-size: 30px;
	display: table-cell;
	padding: 15px;
	vertical-align: top;
	width: 60px;
}

.row-faq .txt_answer {
	width: 95%;
	display: table-cell;
}


/* End faq */


/* Contact style 01 */

.contact-form-st1 input[type=text],
.contact-form-st1 textarea {
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	box-shadow: none;
}

.contact-form-st1 input[type=text],
.contact-form-st1 textarea {
	border: none !important;
}

.contact-form-st1 input[type=text]:focus,
.contact-form-st1 textarea:focus,
.contact-form-st1 select:focus,
.contact-form-st1 input[type="radio"]:focus,
.contact-form-st1 input[type="checkbox"]:focus {
	border-radius: 5px;
	outline: none !important;
	box-shadow: none !important;
}

.contact-form-st1 button {
	border: none;
	background: none;
	cursor: pointer;
}

.tel i.fas,
.map i.fas {
	margin-top: 0;
	display: block;
}

.contact-form-st1 button:focus {
	outline: none !important;
}

.btn-contact-st1 {
	padding: 10px 20px;
	color: #fff;
	font-size: 15px;
	min-width: 200px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	margin-top: 20px;
}

.btn-contact-st1:hover {
	background: #fff !important;
	color: #000;
	-webkit-transition: 0.33s ease-in-out;
	-moz-transition: 0.33s ease-in-out;
	-o-transition: 0.33s ease-in-out;
	transition: 0.33s ease-in-out;
}

.contact-form-st1 table {
	width: 100%;
	float: left;
}

.contact-form-st1 table tr td {
	font-size: 14px;
	line-height: 24px;
	padding: 10px 0;
	vertical-align: middle;
	width: 100%;
	float: left;
}

.contact-form-st1 table tr td .form-group {
	margin-bottom: 0;
}

.contact-form-st1 table tr td input[type=text],
.contact-form-st1 table tr td textarea {
	width: 100%;
	float: left;
	border: none;
	border-radius: 5px;
	border: 1px #8d97aa solid;
	padding: 10px;
}

.contact-form-st1 table tr td input[type=text] {
	height: 37px;
}

.contact-form-st1 table tr td textarea {
	height: 140px;
	resize: none;
}

.contact-form-st1 table tr td select {
	width: 100%;
	box-shadow: none !important;
}

.contact-form-st1 table tr:last-child td {
	text-align: center;
	padding-bottom: 0;
}

#primary-contact form {
	width: 100%;
	float: left;
}

.contact-form-st1 label {
	font-weight: normal;
}


/* End contact style 01 */


/* Contact content 02 */

.contact-form-st2 {
	background-color: #f1f1f1;
	padding: 15px;
}

.contact-form-st2 .form-control {
	height: 43px;
	border-radius: 0px;
	margin-bottom: 20px;
	border: 0px solid #fff;
}

textarea.textare-contact-st2 {
	min-height: 169px !important;
}

.btn-contact-st2 {
	padding: 10px 20px;
	color: #fff;
	font-size: 15px;
	min-width: 200px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	margin-top: 20px;
	width: 100% !important;
}

.btn-contact-st2:hover {
	background: #fff !important;
	color: #000;
	-webkit-transition: 0.33s ease-in-out;
	-moz-transition: 0.33s ease-in-out;
	-o-transition: 0.33s ease-in-out;
	transition: 0.33s ease-in-out;
}


/* End contact style 02 */


/* Footer */

footer .goUp {
	-webkit-transition: 0.33s ease-in-out;
	-moz-transition: 0.33s ease-in-out;
	-o-transition: 0.33s ease-in-out;
	transition: 0.33s ease-in-out;
	font-size: 20px;
	width: 60px;
	padding: 5px;
	margin: auto;
	color: #fff;
	border-radius: 0 0 5px 5px;
	text-align: center;
	cursor: pointer;
}

footer .goUp:hover {
	padding-top: 20px;
}

.wrap-footer {
	padding: 100px 0;
}

.logo-ft {
	text-align: center;
}

.row-menu-ft {
	padding: 60px 0;
}

ul.menu-ft {
	text-align: center;
}

ul.menu-ft li {
	display: inline-block;
}

ul.menu-ft li a {
	color: #333;
	text-align: center;
	padding: 10px 20px;
	text-transform: uppercase;
}

.social {
	text-align: center;
}

.social ul {
	display: inline-block;
	border-bottom: 1px #ccc solid;
}

.copyright {
	padding-top: 20px;
	text-align: center;
	color: #333;
}

.wrap-header-child {
	position: relative;
}


/* Page child*/

.row-head-child {
	background: rgba(255, 255, 255, .9);
	padding: 10px 0;
	-webkit-transition: 1s ease-in-out;
	-moz-transition: 1s ease-in-out;
	-o-transition: 1s ease-in-out;
	transition: 1s ease-in-out;
}

.row-menu-child {
	position: relative;
	background: #f4f4f4;
	z-index: 999;
}

.menu-child {
	width: 100%;
	float: left;
	padding: 10px 0;
	text-align: center;
}

.menu-child li {
	display: inline-block;
	color: #333;
	margin: 0 6px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	text-decoration: none !important;
}

.menu-child li:first-child {
	margin-left: 0;
}

.menu-child li:last-child {
	margin-right: 0;
}

.menu-child li a {
	color: inherit;
	font-size: 14px;
	display: block;
	font-weight: bold;
	padding: 15px 59px;
	text-transform: uppercase;
	text-decoration: none !important;
}

.menu-child li.active,
.menu-child li:hover {
	background: #000;
	color: #fff;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}


/* Wrap banner */

.wrap-banner-child {
	overflow: hidden;
	height: 250px;
	text-align: center;
	background-image: url(/web/20250124064504im_/https://moana-takkyu-club.com/assets/images/banner-sample.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}

.bn-st-title {
	padding: 0 15px;
}

.bn-st-title h3 {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: 40px;
	line-height: 120%;
	text-align: center;
	font-weight: bold;
	-webkit-text-shadow: 2px 0 0 #fff, -2px 0 0 #fff, 0 2px 0 #fff, 0 -2px 0 #fff, 1px 1px #fff, -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff;
	-moz-text-shadow: 2px 0 0 #fff, -2px 0 0 #fff, 0 2px 0 #fff, 0 -2px 0 #fff, 1px 1px #fff, -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff;
	-o-text-shadow: 2px 0 0 #fff, -2px 0 0 #fff, 0 2px 0 #fff, 0 -2px 0 #fff, 1px 1px #fff, -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff;
	-ms-text-shadow: 2px 0 0 #fff, -2px 0 0 #fff, 0 2px 0 #fff, 0 -2px 0 #fff, 1px 1px #fff, -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff;
	text-shadow: 2px 0 0 #fff, -2px 0 0 #fff, 0 2px 0 #fff, 0 -2px 0 #fff, 1px 1px #fff, -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff;
}

.bn-st-title-span {
	font-size: 20px;
	text-transform: capitalize;
}


/* Wrap banner style1 */

.wrap-banner-child-style1 {
	padding: 80px 0 0 0;
}

.banner-img img {
	border-radius: 10px;
	overflow: hidden;
	padding: 2px;
}

.h6-subtitle {
	font-size: 35px;
	line-height: 120%;
	padding-bottom: 10px;
	text-align: center;
	font-weight: normal;
	border-bottom: solid 1px #21ccd6;
	display: inline-block;
}

span.title-jp {
	font-size: 16px;
	line-height: 24px;
	display: inline-block;
	background-color: #FFF;
	top: -16px;
	position: relative;
	padding: 3px 5px;
	text-align: center;
	text-transform: capitalize;
}


/* Table style */

.table-style {
	width: 100%;
	float: left;
}

.table-style tr {
	border-bottom: 1px #ccc dotted;
}

.table-style tr:last-child {
	border-bottom: 0;
}

.table-style tr td {
	padding: 10px 15px;
	vertical-align: middle;
}

.table-style tr td:first-child {
	background: #ccc;
	text-align: center;
}


/* Member */

.member-items {
	background: #fff;
	border: 4px #ccc solid;
	padding: 15px;
	position: relative;
}

.member-img {
	width: 36%;
	float: left;
	text-align: left;
	padding-bottom: 20px;
	padding-right: 20px;
}

.member-title {
	width: 64%;
	float: left;
	text-align: left;
	border-bottom: 1px #ccc solid;
}

.member-title h3 {
	font-size: 20px;
	line-height: 160%;
	font-weight: bold;
}

.member-text {
	font-size: 14px;
	line-height: 160%;
}


/* Menu footer fixed */

.fix-foot {
	position: fixed;
	bottom: 0px;
	z-index: 9999;
	width: 100%;
	float: right;
}

.menu-sp-index-foot {
	background: #F4F4F4;
	float: right;
	padding-top: 3px;
	padding-bottom: 3px;
	display: none;
	clear: both;
	position: relative;
	width: 100%;
	margin-top: 0px;
	z-index: 99999;
}

.open-foot {
	background: #fff url(/web/20250124064504im_/https://moana-takkyu-club.com/common/img/icon_menu.jpg) no-repeat scroll 0 0 / 100% auto;
	border: 1px solid #000000;
	box-sizing: border-box;
	color: #00a0e9;
	cursor: pointer;
	display: none;
	float: right;
	font-size: 0;
	height: 40px;
	margin: 13px 10px 8px 2px;
	width: 40px;
}

.ho-foot {
	margin: 6px 10px 8px 2px !important;
}

.phone-sp-foot {
	background: #ea5455 url(/web/20250124064504im_/https://moana-takkyu-club.com/common/img/icon_phone_sp.png) no-repeat scroll center top / 100% auto;
	border: 1px solid #f00;
	box-sizing: border-box;
	color: #fff;
	cursor: pointer;
	display: none;
	float: right;
	font-size: 0;
	height: 40px;
	margin: 6px 10px 8px 2px;
	width: 40px;
}

.mail-sp-foot {
	background: #666 url(/web/20250124064504im_/https://moana-takkyu-club.com/common/img/icon_mail_sp.png) no-repeat scroll center top / 100% auto;
	border: 1px solid #666;
	box-sizing: border-box;
	color: #fff;
	cursor: pointer;
	display: none;
	float: right;
	font-size: 0;
	height: 40px;
	margin: 6px 10px 8px 2px;
	width: 40px;
}

#navBox-foot {
	position: absolute;
	z-index: 999;
	display: none;
	bottom: 64px;
	width: 100%;
}

.menu-sp-foot li a {
	color: #000;
	display: block;
	padding: 10px 0;
	text-align: center;
	width: 100%;
}

.menu-sp-foot {
	width: 100%;
	float: left;
	padding-left: 0px;
}

.menu-sp-foot li {
	background: #fff none repeat scroll 0 0;
	border-bottom: 1px solid #ccc;
	float: left;
	text-align: left;
	width: 100%;
	list-style: none;
}


/* ======================= INSTAGRAM =======================*/

#instagram-ct {
	margin: 0;
	padding: 0;
	overflow: hidden;
	width: 100%;
	float: left;
}

#instagram-ct li {
	list-style: none;
	float: left;
	padding: 1px 1px;
	width: 12.49%;
	border-collapse: collapse;
}

#instagram-ct li a {
	display: block;
}

#instagram-ct li a:hover {
	opacity: 0.5;
}

#instagram-ct li a img {
	width: 100% !important;
	max-width: inherit;
}


/* ======================= END INSTAGRAM =======================*/


/* ======================= BLOG =======================*/
.row_blog {
	width: 100%;
	float: left;
}

.row_blog iframe {
	width: 100%;
	float: left;
	height: 350px;
	border: 0;
}


/* ======================= END BLOG =======================*/


/* RWD */

@media screen and (max-width:1199px) {
	.menu-child li a {
		padding: 15px 42px;
	}
}

@media screen and (max-width:992px) {
	.news-date {
		width: 100%;
		float: left;
	}

	.news-arrow {
		display: none;
	}

	.news-txt {
		width: 100%;
		float: left;
		padding-top: 10px;
	}

	.service-item {
		width: 50%;
		float: left;
	}
}

@media screen and (max-width:991px) {
	.menu-child li a {
		padding: 15px 24px;
	}

	.member-items {
		margin-bottom: 15px;
	}

	.row-member-items:last-child .member-items {
		margin-bottom: 0;
	}
}

@media screen and (min-width:768px) {
	.menu-child {
		display: block;
	}
}

@media screen and (max-width:767px) {
	.icon-sp {
		display: block;
	}

	.info-head {
		display: none;
	}

	.row-menu-child {
		border-bottom: 0;
		position: relative;
	}

	ul.menu-child {
		display: none;
		position: absolute;
		top: 0;
		left: 0;
		background: #000;
		z-index: 2;
		width: 100%;
		padding: 0;
	}

	ul.menu-child li {
		width: 100%;
		float: left;
		display: block;
		border-bottom: 1px #f2f2f2 solid;
		border-radius: 0 !important;
		margin: 0;
	}

	ul.menu-child li:last-child {
		border-bottom: 0;
	}

	ul.menu-child li:hover {
		border-radius: 0 !important;
	}

	ul.menu-child li a {
		color: #fff;
		font-size: 14px;
		padding: 15px 0;
		display: block;
	}

	ul.menu-ft li a {
		padding: 10px 15px;
	}

	.layout-column-txt {
		width: 100%;
	}

	.layout-column-img {
		text-align: center;
		width: 100%;
		margin-bottom: 20px;
	}

	.layout_column_table {
		width: 100%;
		margin-bottom: 20px;
	}

	.row-map iframe {
		width: 100%;
	}

	.service-item {
		margin-bottom: 30px;
	}

	.js-sp {
		display: none;
	}

	.wrap-header-child {
		position: fixed;
		z-index: 999;
	}

	.wrap-banner-child {
		margin-top: 77px;
	}

	.wrap-banner-child-style1 {
		margin-top: 77px;
	}

	.row-head-child {
		border-bottom: 1px #ccc solid;
	}
}

@media screen and (max-width:640px) {
	.br-hide-sp {
		display: block;
	}

	.wrap-content {
		padding: 40px 0;
	}

	.row-description {
		font-size: 16px;
	}

	.wrap-footer {
		padding: 50px 0;
	}

	.row-menu-ft {
		padding: 30px 15px;
	}

	ul.menu-ft {
		width: 100%;
		float: left;
	}

	ul.menu-ft li {
		display: inherit;
		width: 100%;
		float: left;
		border-bottom: 1px #fafafa solid;
	}

	ul.menu-ft li a {
		display: block;
		padding: 15px 0;
	}

	.row-modern-news-item {
		width: 100%;
		margin-bottom: 30px;
		padding-bottom: 20px;
	}

	.row-modern-news-item:last-child {
		margin-bottom: 0;
	}

	.bn-st-title h3 {
		font-size: 26px;
	}

	.bn-st-title-span {
		font-size: 14px;
	}

	.br_show {
		display: inline-block;
	}

	#instagram-ct li {
		width: 33.33%;
	}

}

@media screen and (max-width:580px) {
	.member-img {
		width: 100%;
		text-align: center;
		padding-right: 0;
	}

	.member-title {
		width: 100%;
		margin-bottom: 20px;
	}

	.gallery_item {
		width: 100%;
		float: left;
		text-align: center;
	}

	.service-item {
		width: 100%;
		float: left;
	}

	.service-image {
		text-align: center;
	}

	.row_blog iframe {
		height: 200px;
	}
}

@media screen and (max-width:450px) {
	.logo {
		max-width: 180px;
	}

	.icon-sp {
		padding-top: 6px;
	}

	.icon-menu-sp {
		width: 30px;
		height: 30px;
	}

	.icon-sp li a {
		font-size: 20px;
		width: 30px;
		height: 30px;
	}

	.icon-sp li a i {
		position: relative;
		top: -1px;
	}

	.wrap-banner-child {
		margin-top: 60px;
	}
}


/* END RWD */



/* STYLE THEME */



a, a:link, a:active, a:visited {
	transition: all 0.5s ease-out;
	outline: none;
	text-decoration: none;
}

@media only screen and (max-width: 480px) {
	html {
		font-size: 55%;
	}
}

/*---------------------------------------------------------common*/

img {
	width: 100%;
	height: auto;
}

.tac {
	text-align: center;
}

/*---------------------------------------------------------page-top*/

#page-top {
	display: block;
	position: fixed;
	z-index: 10;
	bottom: 10px;
	right: 10px;
	font-size: 12px;
	width: 60px;
	height: 60px;
	line-height: 60px;
	background: #fff;
	color: #6abb3a;
	text-align: center;
	text-decoration: none;
	border-radius: 50%;
	box-sizing: border-box;
	margin: 0 auto;
	border: solid 1px;
	border-color: #6abb3a;
}

#page-top:hover {
	background: #ffbf00;

}


.p_t_arrow {
	display: block;
	margin: 25px auto 0;
	width: 16px;
	height: 16px;
	border-top: 2px solid #6abb3a;
	border-right: 2px solid #6abb3a;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	vertical-align: middle;
}

#page-top:hover .p_t_arrow {
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
}

/*---------------------------------------------------------contain*/

header {
	width: 100%;
	height: 70px;
	background: rgba(255, 255, 255, 1);
	position: absolute;
	z-index: 10;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}

header h1 {
	font-size: 9px;
	line-height: 20px;
	height: 20px;
	color: #111;
	padding-left: 5px;
	letter-spacing: 1px;

}

.navigation {
	height: 70px;
	font-weight: 500;
	letter-spacing: 1px;
}



#logo {
	min-width: 100px;
	max-width: 160px;
	padding: 0px 0 0 5px;
	box-sizing: border-box;
	/* float: left; */
	/* width: 20%; */
	height: auto;
	overflow: hidden;
}

#logo img {
	width: 100%;
	height: auto;
}

@media screen and (min-width: 769px) {
	#logo img {
		width: 183px;
	}

	header h1 {
		position: relative;
		z-index: 2;
	}

	#logo {
		margin-top: -10px;
		position: relative;
		z-index: 1;
		height: 65px;
		max-width: 183px;
	}

	.nav-mobile {
		height: 75px !important;
		width: 75px !important;
	}

	.tel {
		right: 80px !important;
		top: 13px !important;
	}

	.map {
		right: 135px !important;
		top: 13px !important;
	}

}

nav {
	float: right;
}

nav ul {
	list-style: none;
	padding: 0;
	max-width: 725px;
	margin: 0 auto;
}

nav ul li {
	float: left;
	position: relative;
	margin: 17px 0 0 0;
}

nav ul li a {
	display: block;
	padding: 0 5px;
	line-height: 1.2;
	text-decoration: none;
	font-size: 12px;
	color: #111;
}

nav ul li.nopc {
	display: none;
}

nav ul li a:hover, nav ul li a:visited:hover {
	color: #fff;
}

nav ul li a br {
	display: none;
}

.sns {
	width: 20px;
}

.sns img {
	width: 20px;
	height: auto;
}

.cont-work {
	width: 100%;
	float: left;
	max-width: 800px;
}

.left, .right {
	width: 50%;
	float: left;
}

.nav-list .hv-u:hover {
	text-decoration: none !important;
}

/* Css t */

.top_concept span.tc_text {
	font-weight: bold;
}

.tc_ph .btn01 a {
	display: block;
	width: 100%;
	margin-top: 20px;
}

.topbl {
	font-size: 20px;
	line-height: 160%;
	text-align: center;
	margin-bottom: 40px;
}

.dl-flex {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
}

.massage-lt {
	width: 30%;
}

.massage-rt {
	width: 68%;
	margin-left: 2%;
}

.massage-rt .text01 {
	margin-top: 0;
}

.massage2 .massage-lt {
	width: 14%;
}

.massage2 .massage-rt {
	width: 84%;
	margin-left: 2%;
}


.mgt-30 {
	width: 100%;
	overflow: hidden;
	margin-top: 30px;
}

.mgt-20 {
	width: 100%;
	overflow: hidden;
	margin-top: 20px;
}

.mgt-10 {
	width: 100%;
	overflow: hidden;
	margin-top: 10px !important;
}

.top-txt .text01 {
	margin-top: 0;
}

.text-lt strong {
	font-weight: bold;
}

.Title-P {
	font-size: 20px;
	line-height: 160%;
}

.text-ct {
	text-align: center;
}

.table02 .dd-w100 {
	width: 100%;
}

.tt-group {
	font-size: 18px;
	font-weight: bold;
}

.img-ct img {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: auto;
}

#g-home1, #g-home2, #g-home3, #g-home4, #g-taxi1 {
	padding: 40px 0;
}

#events {
	padding-bottom: 40px;
}

#g-home4 {
	padding-bottom: 80px;
}

.banner-page img {
	height: 250px;
	object-fit: cover;
	width: 100%
}

.image-container.compat-object-fit {
	position: relative;
	background-size: cover;
	background-position: center center;
	width: 100%;
	height: 250px;
}

.image-container.compat-object-fit .image-object-fit {
	display: none;
}

.image-object-fit {
	width: 100%;
	height: 250px;
	object-fit: cover;
}

.top-txt .dl-flex {
	justify-content: center;
	align-items: center;
}

.top-txt .dl-flex li p.text01 {
	margin-top: 0;
}

.top-txt .dl-flex li:first-child {
	margin-right: 20px;
}

.layout-column-txt p, .txt_answer p {
	line-height: 160%;
}

.contact-form-st1 table tr td {
	font-size: 14px;
	line-height: 24px;
	padding: 10px 0;
	vertical-align: middle;
	width: 100%;
	float: left;
	text-align: left;
}

#primary-contact form {
	width: 100%;
	float: left;
	background-color: #e2e1e1;
	padding: 30px;
}

#primary-contact form td {
	background: none;
}

#primary-contact form td span {
	background-color: #ffbf00;
	color: #000;
	padding: 3px 5px 4px;
	margin-right: 10px;
	line-height: 13px;
	font-size: 12px;
	letter-spacing: 1px;
	border-radius: 2px;
}

.contact-form-st1 table tr td input[type=text] {
	height: 43px;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
}

.contact-form-st1 table tr td select {
	padding-right: 46px;
	/* background-image: url(/web/20250124064504im_/https://moana-takkyu-club.com/assets/images/ico_arrow.png); */
	background-position: right center;
	background-repeat: no-repeat;
	-webkit-background-size: 46px auto;
	background-size: 46px auto;
	position: relative;
	font-size: 13px;
	line-height: 1.5;
	border: none;
	height: 43px;
}

.wrap-radio input {
	width: 15px;
	height: 15px;
	border-radius: none;
	-webkit-border-radius: none;
	-moz-border-radius: none;
	-ms-border-radius: none;
	-o-border-radius: none;
}

.checkbox input[type=checkbox], .checkbox-inline input[type=checkbox], .radio input[type=radio], .radio-inline input[type=radio] {
	width: 20px;
	height: 20px;
	position: relative;
}

.checkbox label, .radio label {
	min-height: 20px;
	padding-left: 20px;
	padding-right: 10px;
	margin-bottom: 0;
	font-weight: 400;
	cursor: pointer;
}

#primary-contact form td span.input-pd {
	padding-left: 10px;
	background-color: rgba(255, 191, 0, 0);
	font-size: 14px;
}

input[type=checkbox], input[type=radio] {
	margin: 0;
}

/* End Css t */

/* Mobile navigation */

.nav-mobile {
	display: none;
	position: absolute;
	top: 0;
	right: 0;
	background: #C79E6A;
	height: 70px;
	width: 70px;
	z-index: 10;
}

nav ul li a,
#nav_middle ul li a {
	position: relative;
	z-index: 1;
}

nav ul li:after,
#nav_middle ul li a:after {
	z-index: 0;
}

@media only screen and (max-width: 2000px) {
	header {
		height: 70px;
		position: fixed;
		box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
	}

	.navigation {
		height: 70px;
	}

	.nav-mobile {
		display: block;
		position: fixed;
		text-align: center;
		height: 70px;
	}

	nav {
		width: 100%;
		background: #f5f5f5;
		box-shadow: 0 5px 3px -3px rgba(0, 0, 0, 0.2) inset;
	}

	.nav-list {
		z-index: 8;
		padding: 30px 10px 20px;
		text-align: center;
	}

	.nav-list:after {
		content: "";
		display: inline-block;
		width: 100%;
		height: 0;
	}

	nav ul {
		display: none;
	}

	nav ul li {
		float: none;
		text-align: center;
		width: 108px;
		height: 120px;
		position: relative;
		line-height: 1.5;
		vertical-align: top;
		border-radius: 5px;
		display: inline-block;
		margin: 10px 2px 0 2px;
		box-sizing: border-box;
		background-color: #fff;
		box-shadow: 0 0 5px rgba(0, 0, 0, 0.08);
	}

	nav ul li.nopc {
		display: inline-block;
	}

	nav ul li a {
		font-size: 14px;
		margin-bottom: 0px;
		color: #111;
		height: 120px;
		padding-top: 70px;
		display: block;
		box-sizing: border-box;
		transition: .4s;
		font-family: fot-seurat-pron, sans-serif;
		font-weight: 600;
		line-height: 150%;
		font-style: normal;
		border-radius: 5px;
	}

	nav ul li a br {
		display: block;
	}

	nav ul li a:hover {
		background: rgba(30, 30, 30, 0.3);
	}

	nav ul li ul li a {
		padding-left: 30px;
	}

	nav ul li:after {
		position: absolute;
		font-family: "Font Awesome 5 Free";
		font-weight: 900;
		color: #111;
		left: 50%;
		margin-left: -17px;
		top: 10px;
		font-size: 35px;
		z-index: 0;
	}

	nav ul li:hover:after {
		color: #fff;
	}

	nav ul li:nth-child(1):after {
		content: '\f015';
		/*home*/
		color: #C31724;
	}

	nav ul li:nth-child(2):after {
		content: '\f017';
		/*parson*/
		color: #F8B900;
	}

	nav ul li:nth-child(3):after {
		content: '\f2bd';
		color: #E7752E;
	}

	nav ul li:nth-child(4):after {
		content: '\f073';
		color: #F066A6;
	}

	nav ul li:nth-child(5):after {
		content: '\f3c5';
		/*pen*/
		color: #03BDF2;
	}

	nav ul li:nth-child(6):after {
		content: '\f0e0';
		/*mail*/
		color: #BDD402;
	}

	nav ul li:nth-child(7):after {
		content: '\f304';
		/*pen*/
		color: #F3B6C7;
	}

	nav ul li:nth-child(8):after {
		content: '\f0e0';
		/*mail*/
		color: #E8903C;
		/*orange*/
		color: #03BDF2;
		/*mizuiro*/
	}

	nav ul li:nth-child(9):after {
		content: '\f3c5';
		/*pin*/
		color: #BDD402;
	}

	nav ul li:nth-child(10):after {
		content: '\f2bd';
		/*parson*/
		color: #E76E23;
		/*orange*/
	}

	nav ul li i {
		position: absolute;
		font-family: "Font Awesome 5 Free";
		font-weight: 400;
		color: #111;
		left: 50%;
		margin-left: -7px;
		top: 50px;
		font-size: 15px;
	}

	nav ul li.inst {
		background: -webkit-linear-gradient(50deg, #ffdb2c 0%, #f13f79 30%, #427eff 80%) no-repeat;
		background: linear-gradient(50deg, #ffdb2c 0%, #f13f79 30%, #427eff 80%) no-repeat;
	}

	nav ul li.fb {
		background: rgba(59, 89, 152, 1);
	}

	nav ul li.line {
		background: rgba(29, 205, 0, 1);
	}

	.nav-dropdown {
		position: static;
	}
}

.news-row {
	width: 100%;
	max-width: 900px;
	margin: 0 auto;
	font-size: 14px;
	border-bottom: #ccc solid 1px;
	padding: 15px;
	box-sizing: border-box;
	position: relative;
}

.news-row .add_txt {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.news-date {
	float: left;
	background: #000;
	color: #fff;
	padding: 2px 6px 3px 6px;
	line-height: 20px;
	margin-right: 3%;
	font-weight: bold;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
}

.news-text {
	color: #535353;
	float: left;
	font-size: 18px;
	line-height: 160%;
}

.news-text a {
	color: #000;
}

.topnew-date {
	padding-left: 10px;
}

@media screen and (min-width: 2001px) {
	.nav-list {
		display: block !important;
	}
}

#nav-toggle {
	position: absolute;
	left: 18px;
	top: 22px;
	cursor: pointer;
	padding: 10px 35px 16px 0px;
}

#nav-toggle span, #nav-toggle span:before, #nav-toggle span:after {
	cursor: pointer;
	border-radius: 2px;
	height: 4px;
	width: 35px;
	background: #fff;
	position: absolute;
	display: block;
	content: "";
	transition: all 300ms ease-in-out;
}

#nav-toggle span:before {
	top: -10px;
}

#nav-toggle span:after {
	bottom: -10px;
}

#nav-toggle.active span {
	background-color: transparent;
}

#nav-toggle.active span:before, #nav-toggle.active span:after {
	top: 0;
}

#nav-toggle.active span:before {
	transform: rotate(45deg);
}

#nav-toggle.active span:after {
	transform: rotate(-45deg);
}

.tel, .map {
	position: absolute;
	right: 75px;
	top: 10px;
	cursor: pointer;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background-color: #ffbf00;
	font-family: "Font Awesome 5 Free";
	font-size: 20px;
	padding: 15px 0 0 0;
	box-sizing: border-box;
	line-height: 1 !important;
}

.map {
	right: 130px;
	background-color: #14B43A;

}


.tel a, .map a {
	color: #fff;
}

@media only screen and (max-width: 768px) {
	#logo {
		max-width: 200px;
	}

	ul.dl-flex li img {
		display: block;
		margin-left: auto;
		margin-right: auto;
		/* width: auto; */
	}

	ul.dl-flex li {
		width: 100%;
	}

	.top_concept {
		padding-left: 50px;
		padding-right: 50px;
	}

	.max_w {
		max-width: 100% !important;
		width: 100% !important;
	}

	#concept {
		padding: 40px 0 !important;
	}

	#g-home1, #g-home2, #g-home3, #g-home4, #g-taxi1 {
		padding: 20px 0;
	}

	#g-home4 {
		padding-bottom: 40px;
	}

	#introduce {
		padding-bottom: 40px !important;
		text-align: center;
	}

	.open dt, .open dd {
		width: 100% !important;
		text-align: center !important;
		font-family: fot-seurat-pron, sans-serif;
	}

	.txt-copyright form br {
		display: none;
	}

	#f_right {
		border: none;
		padding: 20px 10% 20px !important;
	}

}

@media only screen and (max-width: 580px) {
	#logo {
		padding: 2px 0 0 5px;
		max-width: 150px;
		margin: 0;
	}

	.news-text {
		font-size: 14px;
	}

	nav ul li {
		width: calc(100%/3 - 2%);
	}

	.nav-list {
		padding-top: 10px;
	}

	.tel, .map {
		position: absolute;
		width: 45px;
		height: 45px;
		right: 80px;
		padding: 14px 0 0 0;
	}

	.map {
		right: 132px;
	}
}

/* -------------------------------------------------------------/nav */

#container {
	width: 100%;
	height: 1000px;
	padding-top: 70px;
}

.main {
	width: 96%;
	max-width: 1200px;
	margin: 0 auto;
	text-align: center;
	padding-top: 20px;
	position: relative;
	float: unset;
}

.main img {
	width: 100%;
	max-width: 100%;
	height: auto;
	animation-name: fadein;
	animation-duration: 2s;
	animation-iteration-count: 1;
}

.gotorecruit a {
	position: absolute;
	width: 130px;
	height: 130px;
	border-radius: 50%;
	bottom: 90px;
	right: 90px;
	background-color: #E7752E;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 15px;
	font-weight: bold;
	line-height: 2;
	box-shadow: 0px 0px 0px 5px #E7752E, 0px 0px 10px rgba(0, 0, 0, 0.95);
	border: dashed 2px;
	border-color: rgba(255, 255, 255, 0.5);
	letter-spacing: 2px;
}

.gotorecruit a:hover {
	background-color: #F8B900;
	box-shadow: 0px 0px 0px 5px #F8B900, 0px 0px 10px rgba(0, 0, 0, 0.95);
}

@keyframes fadein {
	from {
		opacity: 0;
		transform: translateY(-40px);
	}

	to {
		opacity: 1;
		transform: translateY(0);
	}
}

/*---------------------------------------------------------news*/

#news {
	padding: 80px 0;
}

.head01 {
	margin: 0 0 20px;
	font-size: 28px;
	text-align: center;
	letter-spacing: 4px;
	font-weight: 400;
}

.max_w {
	/* max-width: 1200px; */
	width: 100%;
	height: auto;
	margin: 0 auto;
	position: relative;
}

.max1200 {
	max-width: 1200px;
	width: 100%;
	margin: 0 auto;
	position: relative;
}

.news_li {
	width: 100%;
	max-width: 900px;
	margin: 0 auto;
	font-size: 14px;
	border-bottom: #ccc solid 1px;
	padding: 20px;
	box-sizing: border-box;
	position: relative;
}

.video-top {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	font-size: 14px;
	padding: 20px;
	box-sizing: border-box;
	position: relative;
}

.news_date {
	color: #999;
	margin-right: 10px;
	float: left;
}

.news_cat {
	float: left;
}

.news_cat {
	line-height: 1;
	padding: 4px 0 4px;
	width: 70px;
	border-radius: 5px;
	color: #fff;
	margin-right: 10px;
	font-size: 11px;
	display: inline-block;
	text-align: center;
}

.topnews .news_li span.news_cat {
	background-color: #8DC21E;
}

.topnews .news_li:nth-child(2n) span.news_cat {
	background-color: #F8B900;
}

.topnews .news_li:nth-child(3n) span.news_cat {
	background-color: #E36702;
}

.news_title a {
	color: #000;
}

.news_title a:hover {
	color: #ccc;
}

.btn01 a {
	padding: 14px 0 10px;
	width: 200px;
	text-align: center;
	border: 1px solid #ccc;
	background-color: #fff;
	margin: 40px auto 0;
	font-size: 15px;
	border-radius: 20px;
	font-weight: 400;
	color: #000;
	display: block;
}

.btn01 a:hover {
	border: 1px solid #F8B900;
	background-color: #F8B900;
	color: #fff;
}

.video-bg {
	position: relative;
	right: 0;
	bottom: 0;
	min-width: 100%;
	min-height: 100%;
}

.icon-logo {
	position: absolute;
	color: #f1f1f1;
	width: 100%;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.icon-logo img {
	opacity: 0.8;
}

.video-top .col6 {
	flex-basis: 50%;
	-webkit-flex-basis: 50%;
	text-align: center;
	position: relative;
	z-index: 9;
	overflow: hidden;
}

.video-width {
	width: 100%;
	height: auto;
}

.video-txt {
	font-size: 20px;
	font-weight: bold;
	padding: 30px;
	word-wrap: break-word;
	text-align: left !important;
}

.cont-1200 {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
}

.cont-1100 {
	width: 100%;
	max-width: 1172px;
	margin: 0 auto;
}

.choose {
	background: #000;
	color: #fff;
	padding: 20px;
	text-align: center;
	font-size: 20px;
}

.tbl-price {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	position: relative;
	margin-bottom: 50px;
}

.tbl-price .col3 {
	flex-basis: 31.3%;
	-webkit-flex-basis: 31.3%;
	padding: 2% 1%;
	position: relative;
	z-index: 9;
}

table, td, th {
	border: 1px solid #ddd;
	text-align: center;
	font-size: 18px;
}

table {
	border-collapse: collapse;
	width: 100%;
}

th {
	background: #9CC469;
	color: #fff;
}

td {
	background: #f8f5f0;
}

th, td {
	padding: 15px;
}

.works_box, .video-top {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	position: relative;
	margin-bottom: 50px;
}

.works_box .col3 {
	flex-basis: 25%;
	-webkit-flex-basis: 25%;
	text-align: center;
	position: relative;
	z-index: 9;
}

.works_box .col3 a {
	transition: all .3s;
	-webkit-transition: all .3s;
	display: block;
	padding: 60px 0;
}

.works_box .col3 a:hover {
	background: #82FA58;
}

.works_box .col3 img {
	/* width: 80%;
	max-width: 580px; */
	height: auto;
	display: block;
	margin: 0 auto;
}

.works_box .col3 a h3 {
	font-size: 14px;
	margin: 20px 10px 0;
	color: #353535;
	font-weight: bold;
}

.works_box .col3:after {
	width: 100%;
	height: 40%;
	display: block;
	position: absolute;
	bottom: 0;
	z-index: -10;
}

/* ---------- tab ------------- */

.filter-button-group {
	padding: 0;
	list-style-type: none;
	text-align: center;
	margin-bottom: 30px;
	font-size: 25px;
}

.filter-button-group li {
	display: inline-block;
	text-transform: uppercase;
}

a:not([href]):not([tabindex]) {
	color: inherit;
	text-decoration: none;
}

.filter-button-group li a {
	color: #959595;
	border-bottom: 3px solid transparent;
	padding: 5px 0;
	display: inline-block;
	text-decoration: none;
	cursor: pointer;
}

.filter-button-group li.active a, .filter-button-group li a:hover {
	color: #4D4D4D;
	border-bottom-color: #4D4D4D;
}

.filter-button-group li:after {
	content: '/';
	font-family: fontawesome;
	vertical-align: middle;
	margin: 0 60px;
}

/* ---------- end tab ------------- */

.wrapper {
	clear: both;
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
}

.faq_wrapper {
	overflow: hidden;
	margin: 0 0 50px;
	text-align: left;
}

.faq_wrapper dl {
	margin: 0 0 10px;
	font-size: 16px;
	font-size: 1.6em;
}

.faq_wrapper dl dt {
	cursor: pointer;
	background: #82FA58;
	padding: 20px 40px 20px 60px;
	position: relative;
	font-size: 18px;
	font-weight: 700;
}

.faq_wrapper dl dt:before {
	content: 'Q';
	font-size: 1.875rem;
	font-size: 30px;
	width: 40px;
	display: block;
	position: absolute;
	left: 20px;
	top: 8px;
}

.faq_wrapper dl dt .arrow {
	position: absolute;
	top: 50%;
	right: 15px;
	width: 20px;
	height: 20px;
	margin-top: -10px;
	background: #000;
	border-radius: 100%;
}

.faq_wrapper dl dt .arrow:after {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	width: 5px;
	height: 5px;
	margin: -3px 0 0 -2px;
	border-left: 1px solid #fff;
	border-bottom: 1px solid #fff;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	box-sizing: border-box;
}

.faq_wrapper dl dd {
	display: none;
	padding: 15px 15px 15px 60px;
	margin: 1px 0 0;
	position: relative;
	border-left: 5px solid #000;
}

ul.faq_btn {
	text-align: center;
	margin: 0 0 40px;
	font-size: 0;
	letter-spacing: -.4em;
}

ul.faq_btn li {
	display: inline-block;
	padding: 10px 0;
	margin: 0;
	max-width: 300px;
	width: 100%;
	cursor: pointer;
	font-size: 16px;
	letter-spacing: normal;
}

ul.faq_btn li.open {
	background: #000;
	color: #fff;
}

ul.faq_btn li.close {
	background: #eee;
}

@media only screen and (max-width: 1024px) {
	.choose {
		margin: 12px;
	}
}

@media only screen and (max-width: 800px) {
	.gotorecruit a {
		position: absolute;
		width: 100px;
		height: 100px;
		font-size: 13px;
		letter-spacing: 1px;
		bottom: 10px;
		right: 10px;
	}
}

@media only screen and (max-width: 768px) {
	table, td, th {
		font-size: 14px;
	}

	.works_box .col3 {
		flex-basis: 50%;
		-webkit-flex-basis: 50%;
	}

	.video-top .col6 {
		flex-basis: 100%;
		-webkit-flex-basis: 100%;
	}

	.choose {
		margin: 4px;
	}
}

@media only screen and (max-width: 600px) {
	.video-txt {
		font-size: 16px;
		padding: 0;
	}

	.news_li, .video-top {
		width: 100%;
		padding: 40px 20px 20px 20px;
		margin-top: 20px;
	}

	.news_date {
		position: absolute;
		left: 0;
		top: 0;
	}

	.news_cat {
		position: absolute;
		right: 0;
		top: 0;
	}

	.news_title {
		position: absolute;
		left: 0;
		top: 23px;
	}

	.tbl-price .col3 {
		flex-basis: 100%;
		-webkit-flex-basis: 100%;
	}

	.filter-button-group {
		font-size: 18px;
	}

	.filter-button-group li:after {
		margin: 0 15px;
	}
}

/*---------------------------------------------------------nav_middle*/

#nav_middle {
	width: 100%;
	overflow: hidden;
	height: auto;
	background-color: #f5f5f5;
}

#nav_middle ul {
	padding: 30px 10px 50px;
	text-align: center;
	max-width: 1200px;
	margin: 0 auto;
}

#nav_middle ul li {
	text-align: center;
	width: calc(100%/6 - 2%);
	height: 110px;
	position: relative;
	line-height: 1.5;
	vertical-align: top;
	border-radius: 5px;
	display: inline-block;
	margin: 10px 2px 0 2px;
	box-sizing: border-box;
	background-color: #fff;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.08);
}

#nav_middle ul li a {
	width: 100%;
	font-size: 14px;
	margin-bottom: 0px;
	color: #111;
	height: 110px;
	padding-top: 75px;
	display: block;
	box-sizing: border-box;
	transition: .4s;
	font-family: fot-seurat-pron, sans-serif;
	font-weight: 600;
	font-style: normal;
	border-radius: 5px;
}

#nav_middle ul li a:hover {
	background: rgba(30, 30, 30, 0.3);
}

#nav_middle ul li ul li a {
	padding-left: 30px;
}

#nav_middle ul li:after {
	position: absolute;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	color: #111;
	left: 50%;
	margin-left: -17px;
	top: 10px;
	font-size: 35px;
}

#nav_middle ul li:hover:after {
	color: #fff;
}

#nav_middle ul li:nth-child(1):after {
	content: '\f015';
	/*home*/
	color: #C31724;
}

#nav_middle ul li:nth-child(2):after {
	content: '\f017';
	/*parson*/
	color: #F8B900;
}

#nav_middle ul li:nth-child(3):after {
	content: '\f2bd';
	color: #E7752E;
}

#nav_middle ul li:nth-child(4):after {
	content: '\f073';
	color: #F066A6;
}

#nav_middle ul li:nth-child(5):after {
	content: '\f3c5';
	/*pen*/
	color: #03BDF2;
}

#nav_middle ul li:nth-child(6):after {
	content: '\f0e0';
	/*mail*/
	color: #BDD402;
}

#nav_middle ul li:nth-child(7):after {
	content: '\f304';
	/*pen*/
	color: #F3B6C7;
	/*rightpink*/
}

#nav_middle ul li:nth-child(8):after {
	content: '\f0e0';
	/*mail*/
	color: #9E56D0;
	/*parple*/
}

#nav_middle ul li:nth-child(9):after {
	content: '\f3c5';
	/*pin*/
	color: #BDD402;
	/*kimidori*/
}

#nav_middle ul li:nth-child(10):after {
	content: '\f2bd';
	/*parson*/
	color: #E76E23;
	/*orange*/
}

@media only screen and (max-width: 600px) {
	#nav_middle ul li {
		width: calc(100%/3 - 2%);
	}
}

/*---------------------------------------------------------top_concept*/

#concept {
	padding: 80px 0;
}

.title_box {
	text-align: center;
	margin: 0 auto;
	margin-bottom: 30px;
}

.head02, .head02color {
	margin: 0 0 20px;
	font-size: 28px;
	text-align: center;
	letter-spacing: 2px;
	font-weight: 400;
	position: relative;
	padding: 0 38px 0 40px;
	box-sizing: border-box;
	display: inline-block;
	justify-content: center;
}

.head02:before, .head02color:before {
	/* content: '笳�';
	font-size: 30px;
	color: #82FA58;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -15px; */
	content: '●';
	font-size: 20px;
	color: #C79E6A;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -12px;
}

.head02color:before {
	color: #C31724;
}

.head02:after, .head02color:after {
	content: '●';
	font-size: 20px;
	color: #C79E6A;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -12px;
}

.head02color:after {
	color: #7b7b79;
}

.head03 {
	margin: 0 0 0;
	font-size: 16px;
	text-align: center;
	letter-spacing: 4px;
	font-weight: 400;
	position: relative;
	padding: 0 40px;
	box-sizing: border-box;
	display: inline-block;
	justify-content: center;
}

.head03:before {
	content: '繝ｼ';
	font-size: 30px;
	color: #ccc;
	/*pink*/
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -15px;
}

.head03:after {
	content: '繝ｼ';
	font-size: 30px;
	color: #ccc;
	/*blue*/
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -15px;
}

.top_concept {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	justify-content: space-between;
	padding: 0 0 0;
}

.tc_ph {
	display: inline-block;
	width: calc(100%/3 - 2%);
	font-size: 16px;
	margin-bottom: 40px;
}

.tc_ph:nth-last-child(1), .tc_ph:nth-last-child(2), .tc_ph:nth-last-child(3) {
	margin-bottom: 0;
}

.tc_ph img {
	box-shadow: 0 0 7px rgba(0, 0, 0, 0.2);
	border-radius: 5px;
	box-sizing: border-box;
}

.tc_ph span {
	display: block;
	margin-top: 10px;
}

@media only screen and (max-width: 600px) {
	.top_concept {
		display: block;
		text-align: center;
	}

	.tc_ph {
		width: calc(100%/1 - 10%);
	}
}

/*---------------------------------------------------------footer*/

#footer {
	height: auto;
	overflow: hidden;
	text-align: center;
	background-color: #6abb3a;
	/*yamabuki*/
	color: #fff;
	padding: 30px 0;
	width: 100%;
}

#f_inner {
	display: flex;
	justify-content: space-between;
}

#f_left, #f_right {
	width: 50%;
	display: inline-block;
	box-sizing: border-box;
	padding: 0px 10% 20px;
	margin-bottom: 0px;
	font-size: 15px;
	line-height: 2;
	margin: auto;
}

#f_right {
	border: none;
	padding: 10px 10% 20px;
}

#f_right h2 {
	font-size: 16px;
	font-family: fot-seurat-pron, sans-serif;
	border: 1px #fff solid;
	border-radius: 20px;
	width: 200px;
	display: inline-block;
}

#f_left a {
	color: #fff;
}

#f_left img {
	margin-bottom: 10px;
	width: 90%;
	height: auto;
	max-width: 250px;
}

.btn02 {
	padding: 14px 0 10px;
	width: 200px;
	text-align: center;
	border: 1px solid #fff;
	background-color: #fff;
	margin: 10px auto;
	font-size: 16px;
	border-radius: 20px;
	font-weight: 400;
	line-height: 1;
	color: #000;
}

.btn02:hover {
	border: 1px solid #BDD402;
	/*kimidori*/
	background-color: #BDD402;
	/*kimidori*/
	color: #fff;
}

.open {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	border-top: none;
	font-size: 14px;
}

.open dt {
	font-weight: 800;
	width: 40%;
	line-height: 1.5;
	padding: 10px;
	box-sizing: border-box;
	text-align: right;
	font-family: fot-seurat-pron, sans-serif;
}

.open dd {
	padding: 10px;
	width: 60%;
	box-sizing: border-box;
	line-height: 1.5;
	text-align: left;
}

.copy {
	font-size: 12px;
	text-align: center;
}

.txt-copyright {
	font-size: 12px;
	text-align: center;
	z-index: 3;
	margin-top: 10px;
	color: #fff;
	line-height: 160%;
}

.br_show {
	display: none;
}

@media only screen and (max-width: 600px) {
	.br_show {
		display: block;
	}

	#f_inner {
		display: block;
	}

	.tc_ph {
		width: calc(100%/1 - 10%);
	}

	#f_left, #f_right {
		width: 90%;
	}

	#f_left {
		border-right: none;
		border-bottom: 1px solid #fff;
	}
}

/*---------------------------------------------------------campany*/

.main_c {
	width: 100%;
	height: 150px;
	text-align: center;
	overflow: hidden;
	background-size: 500px;
	position: relative;
	line-height: 1.4;
}

.main_c h2 {
	font-weight: 500;
	font-style: normal;
	font-size: 35px;
	padding-top: 60px;
	color: #363636;
	position: relative;
	box-sizing: border-box;
	padding-bottom: 30px;
}

.main_c .cty {
	font-weight: 500;
	font-style: normal;
	font-size: 35px;
	color: #252525;
	font-weight: bold;
	position: relative;
	box-sizing: border-box;
	padding-bottom: 30px;
}

.bbg01 {
	position: absolute;
	right: 20%;
	bottom: 20px;
	width: 40px;
}

.bbg02 {
	position: absolute;
	left: 20%;
	bottom: 20px;
	width: 40px;
}

.bbg03 {
	position: absolute;
	right: -30px;
	bottom: -10px;
	width: 35px;
	animation: r3 2s linear infinite alternate;
}

.line {
	font-size: 28px;
	margin-bottom: 20px;
}

/* .anim-typewriter{
	animation: typewriter 4s steps(40) 1s 1 normal both,
	blinkTextCursor 500ms steps(40) infinite normal;
}
@keyframes typewriter{
	from{
		width: 0;
	}
	to{
		width: 16em;
	}
}
@keyframes blinkTextCursor{
	from{
		border-right-color: rgba(255, 255, 255, 0.75);
	}
	to{
		border-right-color: transparent;
	}
} */

@media only screen and (max-width: 480px) {
	.bbg01 {
		right: 5%;
	}

	.bbg02 {
		left: 5%;
	}
}

@keyframes r3 {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(20deg);
	}
}

@keyframes r4 {
	0% {
		transform: rotate(-10deg);
	}

	100% {
		transform: rotate(10deg);
	}
}

.swiper-custom-parent {
	width: 98%;
	max-width: 900px;
	position: relative;
	margin: 0 auto;
	text-align: center;
	padding-bottom: 50px;
	z-index: 0;
}

.swiper-container {
	width: 100%;
	/* max-width: 700px; */
	margin: auto;
	border-radius: 20px;
	/* box-shadow: 0 0 10px rgba(0,0,0,0.5); */
}

.swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;
}

.swiper-slide img {
	display: block;
}

@media only screen and (max-width: 800px) {
	.swiper-container {
		height: 320px;
	}
}

@media only screen and (max-width: 600px) {
	.swiper-container {
		height: 280px;
	}
}

@media only screen and (max-width: 480px) {
	.swiper-container {
		height: 175px;
	}

	.swiper-button-prev {
		left: -2%;
		right: auto;
	}

	.swiper-button-next {
		right: -2%;
		left: auto;
	}
}

#introduce, #events {
	padding: 80px 0;
	padding-bottom: 0;
}

#events, #introduce2 {
	padding: 80px 0;
}

#banner {
	width: 100%;
	max-width: 940px;
	margin: 0 auto 50px auto;
}

#idea {
	width: 100%;
	background-color: #d0cec8;
	padding: 80px 0;
	height: 200px;
}

#policy, #access {
	width: 100%;
	background-color: #dcf0f6;
	padding: 80px 0;
}

#detail, #recruit {
	width: 100%;
	background-color: #f9ecf2;
	padding: 80px 0;
}

#class {
	width: 100%;
	background-color: #f8f0da;
	padding: 80px 0;
}

#flow {
	padding: 80px 0;
}

#effort {
	width: 100%;
	background-color: #d0cec8;
	padding: 80px 0;
	height: auto;
}

.idea_box {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	padding: 80px 0;
}

.idea_img {
	width: 220px;
	height: 220px;
	display: block;
	position: absolute;
	top: 40px;
	right: 5%;
	border-radius: 50%;
	overflow: hidden;
	z-index: 0;
	opacity: 1;
}

.idea_img02 {
	width: 200px;
	height: 200px;
	display: block;
	position: absolute;
	bottom: 40px;
	left: 5%;
	border-radius: 50%;
	overflow: hidden;
	z-index: 0;
	opacity: 0.4;
}

.idea_img img, .idea_img02 img {
	width: 150%;
	height: auto;
	margin-left: -25%;
}

.head04 {
	font-size: 30px;
	line-height: 160%;
	font-weight: 400;
	margin-bottom: 30px;
	color: #000;
	border-bottom: 7px dotted #82FA58;
	padding-bottom: 10px;
	width: 500px;
	margin: 0 auto 30px;
	text-align: center;
}

.head_small {
	font-size: 2.6rem;
}

/*-----------------------------------------------------border-bottom濶ｲ*/

.bb_yamabuki {
	border-bottom: 7px dotted #7B7B79;
}

.bb_blue {
	border-bottom: 7px dotted #03BDF2;
}

.bb_pink {
	border-bottom: 7px dotted #F066A6;
}

/*-----------------------------------------------------background-color濶ｲ*/

.bc_blue {
	background-color: #dcf0f6;
}

.bc_pink {
	background-color: #f9ecf2;
}

.text01 {
	font-size: 16px;
	margin: 30px 0 0;
	line-height: 2;
	text-align: center;
}

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

.text-content {
	font-size: 16px;
	margin: 0 0 0;
	line-height: 2;
	text-align: left;
}

.table01 {
	display: flex;
	flex-wrap: wrap;
	width: 96%;
	font-size: 16px;
	border-top: none;
	margin: 20px auto 0;
	line-height: 1.5;
	box-sizing: border-box;
	max-width: 900px;
}

.table01 dt {
	font-weight: bold;
	width: 80px;
	padding: 10px;
	border-bottom: 5px solid #cdecf6;
	box-sizing: border-box;
}

.table01 dd {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	padding: 10px 10px 10px 20px;
	width: calc(100% - 80px);
	border-bottom: 5px solid #cdecf6;
	box-sizing: border-box;
	vertical-align: middle;
}

.policy_deco {
	font-size: 10px;
	display: block;
	background-color: #03BDF2;
	width: 70px;
	height: 70px;
	border-radius: 50%;
	color: #fff;
	text-align: center;
	padding-top: 15px;
	box-sizing: border-box;
}

.policy_deco span {
	display: inline-block;
	margin-top: -5px;
	font-size: 30px;
	font-weight: 800;
	font-style: normal;
}

.table02 {
	max-width: 700px;
	display: flex;
	flex-wrap: wrap;
	border: 1px solid #f6b9d5;
	width: 96%;
	font-size: 14px;
	border-top: none;
	margin: 20px auto 0;
	line-height: 1.5;
	box-sizing: border-box;
}

.table02 dt {
	width: 30%;
	padding: 15px;
	border-top: 1px solid #f6b9d5;
	box-sizing: border-box;
	font-weight: bold;
	background-color: #faa1ca;
	color: #fff;
}

.table02 dd {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	padding: 15px;
	width: 70%;
	border-left: 1px solid #f6b9d5;
	border-top: 1px solid #f6b9d5;
	box-sizing: border-box;
	background-color: #fff;
}

.hv-o:hover {
	opacity: 0.8;
}

@media only screen and (max-width: 1200px) {
	/* .main_c img {
		width: 35%;
	} */
}

@media only screen and (max-width: 767px) {
	#idea {
		height: 285px;
	}

	.main_c h2, .main_c .cty {
		font-size: 20px;
	}

	.main_c {
		/* height: 150px; */
		background-size: 500px;
	}

	.main_c img {
		/* width: 90%; */
		margin: 16px auto 0px auto;
	}

	.img-ct img {
		display: block;
		margin-left: auto;
		margin-right: auto;
		width: 100%;
	}

	.head02 {
		font-size: 16px;
	}

	.bbg02, .bbg01 {
		bottom: 0;
	}

	.massage-lt {
		width: 100%;
	}

	.massage-rt, .massage2 .massage-lt, .massage2 .massage-rt {
		width: 100%;
		margin-left: 0;
	}

	.max_w {
		max-width: 100%;
		width: 95%;
		height: auto;
		margin: 0 auto;
		position: relative;
	}

	#events, #introduce2 {
		padding: 40px 0;
	}

	/* .head02:before, .head02color:before,.head02:after, .head02color:after {
		font-size: 0;
    } */
	.tc_ph:nth-last-child(1), .tc_ph:nth-last-child(2), .tc_ph:nth-last-child(3) {
		margin-bottom: 40px;
	}

	.tc_ph:last-child {
		margin-bottom: 0;
	}

	.head02:after, .head02color:after, .head02:before, .head02color:before {
		margin-top: -7px;
	}

	.row-table table tr td {
		line-height: 160%;
		width: 100%;
		float: left;
		border-left: 1px solid #ccc;
	}

	#primary-contact form {
		padding: 10px;
	}

	.btn-contact-st1 {
		margin-top: 0;
		margin-bottom: 20px;
	}

	.topnews {
		padding: 0 15px;
	}

}

@media only screen and (max-width: 800px) {
	.idea_img {
		right: 10%;
		opacity: 0.4;
	}

	.idea_img02 {
		left: 10%;
		opacity: 0.4;
	}
}

@media only screen and (max-width: 480px) {
	.line {
		font-size: 18px;
	}

	.idea_box {
		padding: 18px 0;
	}

	.idea_img {
		top: 0px;
		right: 0%;
	}

	.idea_img02 {
		left: 0%;
		bottom: 0;
	}

	.head04 {
		width: auto;
		font-size: 2.0rem;
	}
}

.t_head {
	font-weight: bold;
	color: #F8B900;
}

.class_box {
	width: 100%;
	max-width: calc(700px + 4%);
	margin: 0 auto;
	padding: 0 2%;
	box-sizing: border-box;
}

.table03 {
	max-width: calc(700px + 4%);
	display: flex;
	flex-wrap: wrap;
	border: 1px solid #F8B900;
	width: 100%;
	font-size: 14px;
	border-top: none;
	margin: 20px auto 0;
	line-height: 1.5;
	box-sizing: border-box;
	background-color: #fff;
}

.table03 dt {
	width: 25%;
	padding: 15px;
	border-top: 1px solid #F8B900;
	box-sizing: border-box;
}

.table03 dd {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	padding: 15px;
	width: 25%;
	border-left: 1px solid #F8B900;
	border-top: 1px solid #F8B900;
	box-sizing: border-box;
}

.class_box p {
	font-size: 14px;
	margin-top: 20px;
}

/*---------------------------------------------------------concept*/

.flow_box {
	display: flex;
	flex-wrap: wrap;
	width: 98%;
	max-width: 1200px;
	margin: 0 auto;
}

.flow01, .flow02 {
	width: 49%;
	padding: 50px 20px;
	box-sizing: border-box;
	display: inline-block;
	display: flex;
	flex-wrap: wrap;
	min-width: 350px;
}

.flow01 {
	margin-right: 2%;
}

.flow01_head {
	font-size: 20px;
	font-weight: 800;
	color: #fff;
	display: inline-block;
	width: 90%;
	border-radius: 5px;
	margin: 0 auto 40px;
	padding: 12px 0 10px;
	text-align: center;
	letter-spacing: 8px;
	border: dashed 2px;
	border-color: rgba(255, 255, 255, 0.5);
}

.head_pink {
	background-color: #F066A6;
	box-shadow: 0px 0px 0px 5px #F066A6;
}

.head_blue {
	background-color: #03BDF2;
	box-shadow: 0px 0px 0px 5px #03BDF2;
}

.table04 {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	font-size: 14px;
	border-top: none;
	margin: 20px auto 0;
	line-height: 1.5;
	box-sizing: border-box;
	max-width: 900px;
}

.table04 dt {
	font-weight: bold;
	width: 25%;
	padding-top: 10px;
	box-sizing: border-box;
	position: relative;
}

.table04 dd {
	padding: 10px;
	width: 75%;
	box-sizing: border-box;
	vertical-align: middle;
	font-size: 20px;
	position: relative;
	text-align: center;
}

.flow_time {
	font-size: 19px;
	display: block;
	background-color: #000;
	width: 100%;
	border-radius: 5px;
	color: #fff;
	text-align: center;
	padding: 7px 0 2px;
	font-weight: 800;
	font-style: normal;
	line-height: 1;
}

.table04 dt:after {
	content: "";
	height: calc(100% - 55px);
	width: 2px;
	position: absolute;
	left: 48%;
	background-color: transparent;
	border-right: 5px dotted #BDD402;
	top: 50px;
}

.table04 dt.after_none:after {
	display: none;
}

.flow_img {
	width: 100%;
	margin: 0 auto;
	height: auto;
	display: block;
	border-radius: 10px;
	overflow: hidden;
	max-width: 300px;
}

.flow_img img {
	width: 100%;
	height: auto;
}

.flow_text {
	display: block;
	text-align: center;
	margin-top: 10px;
	font-size: 22px;
}

.flow_text_s {
	display: block;
	text-align: center;
	margin-top: 5px;
	font-size: 14px;
}

@media only screen and (max-width: 800px) {
	#effort {
		padding: 40px 0;
	}

	#introduce, #events {
		padding: 40px 0;
	}

	#st05.wrap-content,
	.st003.wrap-content {
		padding: 40px 0;
	}

	.st003.wrap-content {
		padding-bottom: 50px;
	}

	#news {
		padding: 40px 0;
	}

	.flow01, .flow02 {
		width: 100%;
		padding: 50px 20px;
		margin: 0 auto;
		min-width: 350px;
	}

	.flow01 {
		margin-bottom: 20px;
	}
}

/*---------------------------------------------------------torikumi*/

.table05 {
	display: flex;
	flex-wrap: wrap;
	width: 96%;
	font-size: 14px;
	border-top: none;
	margin: 20px auto 0;
	line-height: 1.5;
	box-sizing: border-box;
	max-width: 1200px;
}

.table05 dt {
	font-weight: bold;
	width: 15%;
	padding: 10px;
	box-sizing: border-box;
}

.table05 dd {
	padding: 10px;
	width: 37.5%;
	box-sizing: border-box;
	vertical-align: middle;
	font-size: 25px;
	font-weight: 800;
	text-align: left;
}

.effort_deco {
	font-size: 11px;
	display: block;
	background-color: #F8B900;
	width: 80px;
	height: 80px;
	padding-top: 10px;
	border-radius: 50%;
	color: #fff;
	text-align: center;
	box-sizing: border-box;
	box-shadow: 0px 0px 0px 5px #F8B900;
	margin: 0 auto;
	border: dashed 2px;
	border-color: rgba(255, 255, 255, 0.5);
}

.effort_deco span {
	display: inline-block;
	margin-top: 0px;
	font-size: 35px;
	font-weight: 800;
	font-style: normal;
}

.img_effort {
	width: 100%;
	border-radius: 10px;
	overflow: hidden;
	display: block;
	margin-bottom: 30px;
}

.text_effort {
	font-size: 16px;
	padding-top: 10px;
	line-height: 1.8;
	display: block;
	padding-right: 20px;
	font-weight: normal;
}

@media only screen and (max-width: 800px) {

	/* .head02:before, .head02color:before {
    font-size: 20px;
    margin-top: -16px;
}
	.head02:after, .head02color:after {
		font-size: 20px;
		margin-top: -16px;
	} */
	.head02 {
		font-size: 24px;
		margin-bottom: 15px;
	}

	.open dt, .open dd {
		padding: 5px;
		font-size: 13px;
	}

	.faq_wrapper dl dt:before {
		content: 'Q';
		font-size: 25px;
		top: 0px;
	}

	.faq_wrapper dl dd {
		padding: 5px 15px 5px 40px;
	}

	.faq_wrapper dl dt {
		padding: 10px 55px;
		font-size: 15px;
	}

	.works_box .col3 a {
		padding: 15px 0;
	}

	.text_effort {
		padding-top: 0;
	}

	.table05 {
		max-width: 550px;
		display: block;
		margin: 0 auto 0;
	}

	.table05 dt {
		width: 100%;
	}

	.table05 dd {
		width: 100%;
		text-align: left;
	}

	.text_effort {
		text-align: left;
	}

	.effort_deco {
		font-size: 10px;
		width: 60px;
		height: 60px;
		padding-top: 10px;
	}

	.effort_deco span {
		font-size: 23px;
	}
}

.bg_orange {
	background-color: #7B7B79;
	box-shadow: 0px 0px 0px 5px #7B7B79;
}

.bg_yamabuki {
	background-color: #82FA58;
	box-shadow: 0px 0px 0px 5px #82FA58;
	border: dashed 2px #f1e1b1;
}

.bg_pink {
	background-color: #82FA58;
	box-shadow: 0px 0px 0px 5px #82FA58;
	border: dashed 2px #f08ebc;
}

.bg_mizuiro {
	background-color: #82FA58;
	box-shadow: 0px 0px 0px 5px #82FA58;
	border: dashed 2px #59cff0;
}

/*---------------------------------------------------------events*/

.month {
	font-size: 20px;
	display: block;
	width: 80px;
	height: 80px;
	padding-top: 22px;
	border-radius: 50%;
	color: #fff;
	text-align: center;
	box-sizing: border-box;
	margin: 0 auto;
	border: dashed 2px;
	border-color: rgba(255, 255, 255, 0.5);
}

.month span {
	display: inline-block;
	margin-top: -10px;
	font-size: 12px;
	font-weight: 800;
	font-style: normal;
	letter-spacing: 2px;
}

@media only screen and (max-width: 800px) {
	.month {
		font-size: 15px;
		width: 60px;
		height: 60px;
		padding-top: 16px;
	}

	.month span {
		font-size: 10px;
		margin-top: -5px;
	}
}

@media only screen and (max-width: 370px) {
	.news_li {
		font-size: 12px;
	}
}


/* END STYLE THEME */

.social-container {
	display: flex;
	justify-content: space-between;
	width: 100%;
	border: 1px solid #C79E6A;
	background-color: #FFF8E9;
}

.social-container a {
	display: block;
	width: 23%;
	line-height: 40px;
	color: rgba(0, 0, 0, .6);
	margin: 20px 0;
	text-decoration: none;
	text-align: center;
}

.social-container a i {
	margin-right: 15px;
}

.social-container a:hover {
	opacity: 0.7;
}

.trial-lesson {
	counter-reset: section;
	max-width: 500px;
	margin: auto;
	float: none;
}

.trial-lesson strong {
	font-weight: bold;
	font-size: 18px;

}

.trial-lesson p {
	display: block;
	padding: 15px 0 15px 60px;
	position: relative;

}

.trial-lesson p::before {
	counter-increment: section;
	content: counter(section);
	background-color: #b98645;
	width: 40px;
	height: 40px;
	display: flex;
	position: absolute;
	border-radius: 50%;
	left: 0;
	text-align: center;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-weight: bold;
	font-size: 24px;
	top: 50%;
	transform: translateY(-50%);
}

.btn-pnh {
	width: 250px;
	height: 40px;
	text-align: center;
	display: flex;
	margin: 0 auto;
	justify-content: center;
	border-radius: 20px;
	border: 1px solid #b98645;
	line-height: 40px;
	align-items: center;

}

.btn-pnh:hover {
	border: 1px solid #b98645;
	color: #b98645;
}

.btn-pnh {
	color: #b98645;
	font-weight: bold;
	margin-top: 40px;
}

strong {
	font-weight: 600 !important;
}

.top_concept {
	justify-content: center;
}

.tc_ph {
	width: calc(100%/3 - 4%);
	margin: 0 2% 40px;
}

.top_concept span.tc_text {
	font-size: 20px;
	margin-bottom: 10px;
}

.avatar-pnh {
	text-align: center;
}

.avatar-pnh img {
	max-width: 220px;
	width: 100%;
	margin: 0 auto;
	height: auto;
	border-radius: 50%;
}

.introduction-row {
	display: flex;
	align-items: center;
}

.introduction-row h2 {
	font-weight: bold;
	font-size: 20px;
}

.introduction-row h2 small {
	font-size: 16px;
}

#header {
	background-color: #FFF8E9;
	overflow-y: hidden;
}

#logo {
	padding-bottom: 5px;
}

.top-slider li {
	position: relative;
}

.top-slider .title-banner2 {
	position: absolute;
	bottom: 50px;
	right: 180px;
	width: 450px;
	height: 450px;
	display: flex;
	font-size: 72px;
	font-weight: 900;
	z-index: 10;
	background-color: #C79E6A;
	justify-content: center;
	align-items: center;
	color: #fff;
	padding: 5px 15px;

	font-family: vdl-logojrblack, sans-serif;
	font-weight: 900;
	font-style: normal;

	border-radius: 50%;



}

@media screen and (max-width: 1300px) {
	.top-slider .title-banner2 {
		width: 40vw;
		height: 40vw;
		font-size: 7vw;
		right: 8vw;
	}
}

.top-slider .title-banner3 {
	position: absolute;
	left: 50px;
	bottom: 50px;
	font-size: 36px;
	font-weight: 900;
	text-align: left;
	color: #fff;

	font-family: rampart-one, sans-serif;
	font-weight: 400;
	font-style: normal;


}

.top-slider .title-banner3 strong {
	background-color: #C79E6A;
	margin-bottom: 10px;
	display: inline-block;
	padding: 5px 15px;
}

@media screen and (max-width: 767px) {
	.address {
		font-size: 12px;
	}

	.social-container a {
		width: 50%;
	}

	.social-container {
		flex-wrap: wrap;
	}

	.top-slider .title-banner3 strong {
		font-size: 18px;
		padding: 0 10px;
	}

	.top-slider .title-banner2 {
		width: 35vw;
		height: 35vw;
		font-size: 5vw;
		right: 8vw;
		bottom: 3vw;
	}

	#logo img {
		width: auto;
		height: auto;
	}

	.top-slider .title-banner3 {
		font-size: 21px;
		left: 25px;
		bottom: 25px;
	}

	nav ul li {
		width: 30%;
	}



	nav ul li a {
		font-size: 13px;
	}

	.tc_ph {
		width: 100%;
		max-width: 320px;
	}

	.introduction-row {
		flex-direction: column;
	}

	.tel, .map {
		top: 10px;
	}


	.layout-column-img {
		margin-bottom: 10px;
	}

	.introduction-row h2 {
		font-size: 16px;
	}

	.introduction-row h2 small {
		font-size: 13px;
		display: block;
	}

	.introduction-row .layout-column-txt {
		font-size: 14px;
	}

	header h1 {
		font-size: 10px;
	}

	.head02 {
		font-size: 20px;
	}


	.trial-lesson p {
		text-align: left;
	}

	.trial-lesson p {
		font-size: 14px;
	}

	.trial-lesson strong {
		font-size: 16px;
		font-weight: bold !important;
	}

	#introduce {
		padding-bottom: 0 !important;

	}

}

@media screen and (max-width: 470px) {
	.tel, .map {
		top: 20px;
	}
}

@media screen and (max-width: 420px) {
	nav ul li {
		width: 45%;
	}

	.tel, .map {
		margin-top: 0px
	}

	header h1 {
		font-size: 2.5vw;
	}


}


.div-btn-contact {
	margin: 40px 0;
}


#st05 .layout-column-txt {
	max-width: 500px;
	text-align: center;
	margin: auto;
	float: unset;
}

#st05 {
	background-color: #f5f5f5;
}


div, span, a, strong, p {
	line-height: 1.8 !important;
}


/* ===============
追加 アクセスページ
=============== */
.access_block {
	margin-bottom: 60px;
	overflow: hidden;
}

/* ===============
追加 TOPページ
=============== */
.news_twitter {
	margin-bottom: 30px;
	display: flex;
	align-items: center;
	flex-direction: column;
}

.swiper-custom-parent h3 {
	font-weight: 400;
	margin-bottom: 12px;
}


/* ===============
2025-03-20 インラインcssを移動
=============== */
.service-btn a,
.menu-child li.active,
.menu-child li:hover,
footer .goUp {
	background: #C79E6A;
}

.wrap-banner-child {
	background-image: url();
}

.btn-contact-st1,
.btn-contact-st2 {
	background: #C79E6A !important;
}

.panel-title>a:before {
	color: #C79E6A !important;
}

.service-btn a,
.btn-contact-st1,
.btn-contact-st2 {
	background: #C79E6A !important;
	border: 1px #C79E6A solid !important;
}

.service-btn a:hover,
.btn-contact-st1:hover,
.btn-contact-st2:hover,
.banner-img img {
	border: 1px #C79E6A solid !important;
}

.main_c {
	background: #FFF8E9;
}

#footer,
.nav-mobile {
	background: #C79E6A;
}
