@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Zen+Old+Mincho&display=swap');

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

body {
	line-height: 1.8;
	font-family: 'Zen Old Mincho', serif !important;
	font-weight: 400;
	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;
	letter-spacing: 0.8pt;

}

.bg1 {
	background-color: #efefef;
}

.moji1 {
	font-family: 'Zen Old Mincho', serif !important;
	font-size: 19px !important;
}

.moji1-big {
	font-size: 21px !important;
	font-family: 'Zen Old Mincho', serif !important;
}

.moji1-biger {
	font-size: 30px !important;
	font-family: 'Zen Old Mincho', serif !important;
}

.moji1-biger2 {
	font-size: 29px !important;
	font-family: 'Zen Old Mincho', serif !important;
}

.moji1-big-gold {
	color: #D29F35 !important;
	font-size: 21px !important;
	font-family: 'Zen Old Mincho', serif !important;
}

.moji2 {
	font-family: 'Zen Old Mincho', serif !important;
}

.k__pt_20 {
	padding-top: 30px;
	padding-bottom: 10px;
}

.k__img_center {
	display: inline-block;
	padding-top: 20px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 15px;
	background-color: #000;
}

@media screen and (min-width: 780px) {
	.m1 {
		width: 50% !important;
	}

	.i1 {
		width: 130px !important;
	}
}

@media screen and (max-width: 780px) {
	.m1 {
		width: 100% !important;
		margin-bottom: 40px;
	}

	.i1 {
		width: 36% !important;
		margin: auto;
		display: block;
	}

	.i2 {
		width: 18% !important;
		margin: auto;
		display: block;
	}
}

@media screen and (max-width: 768px) {
	.m1 {
		margin-top: 30px;
		max-width: 500px;
	}
}

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

	to {
		opacity: 1;
	}
}

* {
	box-sizing: border-box
}

.rows {
	width: 100%;
	float: left;
}

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;
}

.power1 {
	font-size: 17px;
}

.power2 {
	margin-top: 10px;
}

.pc_hid {
	display: none;
}

@media screen and (max-width:768px) {
	.pc_hid {
		display: block;
	}
}


/* -------------------------------------------------- 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(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;
}

.bg-f2f2f2 {
	background: #fff;
}

.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: 400;
}

.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 {
	padding: 10px;
	border-bottom: 1px #ccc solid;
	border-right: 1px #ccc solid;
	vertical-align: middle;
	text-align: left;
	padding: 20px 10px;
	line-height: 1.6;
}

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

.pntable-title {
	font-size: 20px;
	font-weight: 400;
	color: #760605;
	text-align: center !important;
}


/* End table style */


/* Google map */

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


/* 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: 400;
	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: 400;
	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: 20px;
	outline: none !important;
	box-shadow: none !important;
}

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

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

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

.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 {
	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: 400;
	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(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: 400;
	-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: 400;
}

.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(../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(../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(../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%;
		margin-bottom: 20px;
	}

	.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 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: #760605;
	text-align: center;
	text-decoration: none;
	border-radius: 50%;
	box-sizing: border-box;
	margin: 0 auto;
	border: solid 1px;
	border-color: #760605;
}

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

}


.p_t_arrow {
	display: block;
	margin: 25px auto 0;
	width: 16px;
	height: 16px;
	border-top: 2px solid #760605;
	border-right: 2px solid #760605;
	-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,
header h3 {
	font-size: 10px;
	line-height: 20px;
	height: 20px;
	color: #111;
	padding-left: 5px;
	letter-spacing: 1px;
}

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



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

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

nav {
	float: right;
}

nav ul {
	list-style: none;
	padding: 0;
	max-width: 700px;
	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;
	position: relative;
	z-index: 2;
}

nav ul li.nopc {
	display: none;
}

nav ul li a:hover,
nav ul li a:visited:hover {
	opacity: 0.7;
}

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: 400;
}

.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: 400;
}

.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: 400;
}

.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;
	padding: 30px;
}

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

#primary-contact form td span {
	background-color: #f9eed2;
	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(./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: #760605;
	height: 70px;
	width: 70px;
	z-index: 10;
}

#header .nav-list li.active {
	border: 3px solid #F9EED2;

}

#header .nav-list li.active a,
#header .nav-list li.active:after {
	color: #111;
}

.navigation {
	background-color: #F9EED2;
}

@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: #fff;
		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);
		cursor: pointer;
	}

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

	nav ul li:hover {
		cursor: pointer;
		opacity: 0.7;
	}

	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-weight: 400;
		line-height: 150%;
		font-style: normal;
		border-radius: 5px;
		z-index: 2;
		position: relative;
	}

	nav ul li a br {
		display: block;
	}

	nav ul li a:hover {
		opacity: 0.7;
	}

	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: 0;
		transform: translateX(-50%);
		top: 10px;
		font-size: 35px;
		width: 64px;
		font-size: 35px;
		z-index: 1;
	}

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

	nav ul li:nth-child(2):after {
		content: "";
		color: #321736;
		width: 90%;
		height: 64px;
		background-image: url(assets/images/tokyo-ongaku/icon/menu1.png);
		background-size: contain;
		background-repeat: no-repeat;
		background-position: center;
	}

	nav ul li:nth-child(3):after {
		content: "";
		color: #321736;
		width: 90%;
		height: 64px;
		background-image: url(assets/images/tokyo-ongaku/icon/menu2.png);
		background-size: contain;
		background-repeat: no-repeat;
		background-position: center;
	}

	nav ul li:nth-child(4):after {
		content: "";
		width: 90%;
		height: 64px;
		background-image: url(assets/images/tokyo-ongaku/icon/menu3.png);
		background-size: contain;
		background-repeat: no-repeat;
		background-position: center;
	}

	nav ul li:nth-child(5):after {
		content: "";
		width: 90%;
		height: 64px;
		background-image: url(assets/images/tokyo-ongaku/icon/menu4.png);
		background-size: contain;
		background-repeat: no-repeat;
		background-position: center;
	}

	nav ul li:nth-child(6):after {
		content: "";
		width: 90%;
		height: 64px;
		background-image: url(assets/images/tokyo-ongaku/icon/menu5.png);
		background-size: contain;
		background-repeat: no-repeat;
		background-position: center;
	}

	/*nav ul li:nth-child(6):after {
		content: '\f0e0';
		color: #000;
	}
	nav ul li:nth-child(7):after {
		content: '\f304';
		color: #F3B6C7;
	}
	nav ul li:nth-child(8):after {
		content: '\f0e0';
		color: #E8903C;
		color: #03BDF2;
	}
	nav ul li:nth-child(9):after {
		content: '\f3c5';
		color: #BDD402;
	}
	nav ul li:nth-child(10):after {
		content: '\f2bd';
		color: #E76E23;
	}*/
	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: 400;
	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);
}

.nav-mobile .insta {
	position: absolute;
	right: 80px;
	top: 10px;
	cursor: pointer;
	width: 50px;
	height: 50px;
}

.nav-mobile .ameba {
	position: absolute;
	right: 140px;
	top: 10px;
	cursor: pointer;
	width: 50px;
	height: 50px;
}

.nav-mobile .ameba img {
	border-radius: 20%;
}

.nav-mobile .line {
	position: absolute;
	right: 200px;
	top: 10px;
	cursor: pointer;
	width: 50px;

	height: 50px;
}

.footer-social {
	display: flex;
	justify-content: center;
	margin-top: 10px;
}

.footer-social .insta,
.footer-social .ameba,
.footer-social .line {
	width: 50px;
	height: 50px;
	margin: 0 3px 0;
	border-radius: 20%;
}

.footer-social .insta img,
.footer-social .ameba img,
.footer-social .line img {
	border-radius: 25%;
}

@media screen and (min-width: 769px) {
	.note-table-768 {
		display: none;
	}
}

@media only screen and (max-width: 768px) {
	#logo {
		padding: 0px 0 0 5px;
		max-width: calc(100% - calc(260px + (325 - 260) * ((100vw - 560px) / (767 - 560)))) !important;
	}

	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;
	}

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

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

	.note-table-768 {
		text-align: right;
		font-style: italic;
		font-size: 13px;
		padding-bottom: 5px;
		display: block;
	}

}

@media only screen and (max-width: 650px) {
	#logo {
		padding-top: 5px;
	}
}
@media only screen and (max-width: 580px) {
	/* #logo {
		padding: 10px 0 0 5px;
		max-width: calc(100% - 267px) !important;
		margin: 0;
	} */

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

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

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

	.map {
		right: 132px;
	}
}

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

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

.main {
	width: 96%;
	max-width: 1200px;
	margin: 0 auto;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 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: 400;
	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: #321736;
}

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

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

.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: 400;
	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: #fff;
}

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: 400;
}

.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: 400;
}

.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: #760605;
}

#nav_middle ul {
	padding: 40px 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: 100px;
	display: block;
	box-sizing: border-box;
	transition: .4s;
	font-weight: 400;
	font-style: normal;
	border-radius: 5px;
	position: relative;
	z-index: 2;
}

#nav_middle ul li a:hover {
	opacity: 0.7;
}

#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: 0;
	transform: translateX(-50%);
	top: 10px;
	top: -30px;
	font-size: 35px;
	width: 100%;
	height: 150px;
	z-index: 1;
}

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

#nav_middle ul li:nth-child(1):after {
	content: "";
	/* width: 90%;
    height: 64px; */
	background-image: url(assets/images/tokyo-ongaku/icon/menu1.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}

#nav_middle ul li:nth-child(2):after {
	content: "";
	/* width: 90%;
    height: 64px; */
	background-image: url(assets/images/tokyo-ongaku/icon/menu2.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}

#nav_middle ul li:nth-child(3):after {
	content: "";
	/* width: 90%;
    height: 64px; */
	background-image: url(assets/images/tokyo-ongaku/icon/menu3.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}

#nav_middle ul li:nth-child(4):after {
	content: "";
	/* width: 90%;
    height: 64px; */
	background-image: url(assets/images/tokyo-ongaku/icon/menu4.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;

}

#nav_middle ul li:nth-child(5):after {
	content: "";
	/* width: 90%;
    height: 64px; */
	background-image: url(assets/images/tokyo-ongaku/icon/menu5.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}

#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%/2 - 10%);
	}
}

/*---------------------------------------------------------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;
	color: #760605;
}

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

.head02color:before {
	color: #760605;
}

.head02:after,
.head02color:after {
	content: '●';
	font-size: 20px;
	color: #ff1100;
	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%);
	text-align: center;
	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: 100%;
	display: inline-block;
	box-sizing: border-box;
	padding: 0px 10% 20px;
	margin-bottom: 0px;
	font-size: 15px;
	line-height: 2;
}

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

#f_right h2 {
	font-size: 16px;
	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: 450px;
}

.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: 400;
	width: 40%;
	line-height: 1.5;
	padding: 10px;
	box-sizing: border-box;
	text-align: right;
}

.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;
	color: #fff;
	line-height: 160%;
}

.br_show {
	display: none;
}

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

	#f_inner {
		display: block;
	}

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

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

	#f_left {
		border-right: none;
	}

	.txt-copyright {
		font-size: 8px;
	}
}

@media screen and (max-width: 360px) {
	.txt-copyright {
		letter-spacing: 0px;
	}
}

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

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

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

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

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

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

.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; */
	height: 550px;
	margin: auto;
	/* box-shadow: 0 0 10px rgba(0,0,0,0.5); */
}

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

@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%;
	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: 400;
	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: 400;
	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: 400;
	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;
	}

	#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: 400;
	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: 400;
	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: 400;
	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: 400;
	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;
	}

	#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: 400;
	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: 400;
	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: 400;
	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: 400;
	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 */

.menu-ind-btn a {
	background: #760605;
	border: 1px #760605 solid;
}

.menu-ind-btn a:hover,
.menu-ind-img img {
	border: 1px #760605 solid;
}

.news-date,
.icon-menu-sp i {
	color: #760605;
}

.bg-color,
footer .goUp {
	background: #760605;
}

ul.menu li:hover,
ul.menu li.active {
	background: #760605;
}

.main_c {
	background: #760605;
}

#footer {
	background: #760605;
}

.tokyo-h2 {
	font-size: 2.3rem;
	position: relative;
	padding: 1.5rem 3rem;
	text-align: center;
	margin-bottom: 1.5rem;
	font-weight: 400;
	color: #000;
}

.pn-title0601 .tokyo-h2 {
	color: #760605;
}

.pn-title0602 .tokyo-h2 {
	padding: 1.5rem 3rem;
	background-color: #760605;
	display: inline-block;
	color: #fff;
	border-bottom: 5px solid #9f000c;
	border-radius: 100vh;
}

.tokyo-h2 span {
	font-size: 1.5rem;
	display: block;
	color: #1F1119;
	margin-top: 10px;
}

.pn-title0602 {
	text-align: center;
}


.tokyo-h3 {
	font-size: 24px;
	font-weight: 400;
	text-align: center;
	color: #760605;
	padding-bottom: 10px;
}

.tokyo-section:nth-child(2n) {
	background-color: #000;
}

a.btn--red.btn--cubic {
	background-color: #fff;
	color: #000;
	text-decoration: none;
	padding: 15px 30px;
	display: inline-block;
}


a.btn--radius {
	border-radius: 100vh;
}

.fa-position-right {
	position: absolute;
	top: calc(50% - .5em);
	right: 10px;
	display: none !important;
}

a:hover {
	opacity: 0.7;
}

.tokyo-qrcode img {
	width: 150px !important;
	height: 150px !important;
}

.tokyo-qrcode {
	text-align: center;
	margin-top: 5px;
}

.tokyo-s1-row {
	display: flex;
	width: 100%;
	flex-wrap: wrap;
	padding: 0 10px;
}

.tokyo-s1-item {
	width: calc(25% - 20px);
	margin: 10px;

}

.tokyo-s1-item span {
	background-color: #fff;
}

.pntable-bigtitle {
	font-size: 20px;
	font-weight: 400;
	color: #343432;

}

.pntable-bigtd {
	background-color: #760605;
	color: #fff;
	font-weight: 400;
}

.layout-column-txt {
	line-height: 1.6;
}

.row-table table tr:first-child {
	font-weight: 400;
}

@media screen and (max-width: 1024px) {
	.tokyo-s1-row {
		justify-content: center;
	}
}

@media screen and (max-width: 768px) {
	/* #logo {
		max-width: calc(100% - 267px) !important;
	} */

	.tokyo-h2 {
		font-size: 33px;
		padding: 0.5rem;
		margin-bottom: 40px;
	}

	.tokyo-h3 {
		font-size: 1.5rem;
	}

	#nav_middle ul li a {
		font-size: 12px;
	}

	.row-table table {
		width: 100%;
		min-width: 1000px;
	}

	.row-table {
		width: 100%;
		/* overflow: scroll; */
	}

	.row-table.bb-tab1 table {
		height: 140px;
	}

	.row-table table tr td {
		font-size: 14px;
		padding: 10px 10px;
	}

	.pntable-bigtitle {
		font-size: 16px !important;
	}

	.main_c h1 {
		font-size: 26px;
	}

	.ls1-wrap-content {
		margin-bottom: -40px !important;
	}

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

	.tokyo-h3 {
		font-size: 18px;
		padding-bottom: 5px;
	}

	.row-table-mw100 table {
		min-width: 100%;
	}

	#primary-contact form {
		margin-bottom: 50px !important;
	}

	.scroll-hint-text {
		font-size: 9px !important;
	}


}

@media screen and (max-width: 560px) {
	.guidance-ct{
		min-height: 2000px;
	}
	.nav-mobile .line,
	.nav-mobile .insta,
	.nav-mobile .ameba {
		display: none;
		top: 80px;
	}

	.nav-active-sns {
		display: block;
		height: 50px;
	}

	.nav-mobile .ameba {
		right: calc(50vw - 25px);
	}

	.nav-mobile .line {
		right: calc((50vw - 25px) + 60px);
	}

	.nav-mobile .insta {
		right: calc((50vw - 25px) - 60px);
	}

	#logo {
		max-width: calc(100% - 100px) !important;
		padding-top: 0px;
		padding-bottom: 5px;
	}
}

@media screen and (max-width: 400px) {
	#logo {
		max-width: calc(100% - 80px) !important;
		padding-top: 7px;
	}
}

.content2205201312 strong {
	font-size: 24px;
	font-weight: 400 !important;
	color: #760605;

}

@media screen and (min-width: 768px) {
	.nav-mobile .line {
		right: 200px;
	}

	.nav-mobile .ameba {
		right: 140px;
	}

	.nav-mobile .insta {
		right: 80px;
	}

	.content2205201312 strong {
		display: block;
		margin-top: 20px;
		text-align: center;
		font-weight: 400;
		margin-bottom: 5px;

	}

	.content2205201312 {
		text-align: center;
		padding: 0 50px;
	}
}




@media screen and (max-width: 767px) {
	.tokyo-s1-item {
		width: 100% !important;
		max-width: 45% !important;

	}

	.tokyo-s1-row {
		justify-content: space-between;
	}

	.tokyo-s1-row {
		padding-bottom: 30px;
	}

	a.btn--red.btn--cubic span {
		display: inline-block;
		word-break: keep-all;
	}

	.content2205201312 {
		margin-top: -10px;
	}

	.content2205201312 strong {
		margin-top: 20px;
		display: block;
		margin-bottom: 5px;
	}


	.content2205201312 p br {
		display: none;
	}

	.tokyo-h3 br {
		display: none;
	}

	.sp_mgt_2205201437 {
		margin-top: 20px !important;
	}

	.tokyo-qrcode {
		padding-bottom: 10px;
	}
}

.span052401 {
	font-weight: 400;
	margin-bottom: 10px;
	text-align: left;
	display: block;
	font-size: 20px;
	margin-top: 15px;
	color: #760605;
}

.span052401:first-child {
	margin-top: 0;
}

.form-group-select {
	max-width: 300px;
}

@media screen and (min-width: 561px) {
	.sns-sp {
		display: none;
	}
}

@media screen and (max-width: 560px) {
	.sns-sp {
		width: 100%;
		display: flex;
		background-color: unset;
		box-shadow: none;
		height: 60px;
		justify-content: center;
	}

	nav ul li.sns-sp:after {
		display: none;
	}

	.sns-sp img {
		width: 50px;
		height: 50px;
		border-radius: 25%;
	}

	nav ul li.sns-sp a {
		height: auto;
		padding-top: 10px;
		padding-bottom: 10px;
	}

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

	.tokyo-s1-item {
		width: 100% !important;
		max-width: 378px !important;

	}

	.tokyo-s1-row {
		justify-content: center;
	}
}

nav ul li span {
	display: inline-block;
	word-break: keep-all;
}

/* 20220602 */

.pn-table-row {
	display: flex;
	max-width: 300px;
	width: 100%;
	min-width: 220px;

}

.pn-table-col {
	width: 50%;
	text-align: center;
	padding: 5px;
}

.pn-table-row:not(:first-child) {
	border-top: 1px #ccc solid;
}

.pn-table-col:first-child {
	border-right: 1px #ccc solid;
}

.pn-table-child {
	padding: 0;
}

@media screen and (min-width: 769px) {
	.table1col5 {
		display: none;
	}

	.pn-table-row-title {
		display: none;
		font-weight: 400;
	}

	.pn-table-row3-none .pn-table-row:nth-child(2) {
		border-top: 0;
	}

	.table3col00 span {
		display: none;
	}

	.pn-table-row3-none .pn-table-col:first-child {
		width: 87.5px;
	}
}

@media screen and (max-width: 768px) {
	.row-table:not(.row-table-mw100) table {
		width: 100%;
		min-width: auto;
		height: auto;
	}

	.row-table:not(.row-table-mw100) table tr {
		display: grid;
	}

	.row-table:not(.row-table-mw100) table tr:first-child td:not(.pntable-bigtd) {
		display: none;
	}

	.row-table:not(.row-table-mw100) table tr:not(:first-child) td:first-child {
		background-color: #F9EED2;
		padding-left: 10px;
		text-align: center;
	}

	.row-table:not(.row-table-mw100) table tr:not(:first-child) td {
		border-left: 0;
		border-right: 0;
		position: relative;
		padding-left: 70px;
	}

	.row-table:not(.row-table-mw100) table tr:not(:first-child) {
		border: 1px solid #760605;
		margin-top: 10px;
	}

	.row-table:not(.row-table-mw100) table tr:not(:first-child) td:last-child {
		padding-right: 10px;
	}

	.row-table:not(.row-table-mw100) table tr:not(:first-child) .table1col2:after {
		content: "回数";
		position: absolute;
		top: 0;
		left: 0;
		width: 60px;
		text-align: center;
		padding: 5px;
		font-size: 15px;
		height: 100%;
		font-weight: 400;
		border-right: 1px #ccc solid;
		color: #000;
		margin-top: 0;
		margin-right: 0;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;

	}

	.row-table:not(.row-table-mw100) table tr:not(:first-child) .table1col3::after {
		content: "時間";
		position: absolute;
		top: 0;
		left: 0;
		width: 60px;
		text-align: center;
		padding: 5px;
		font-size: 15px;
		height: 100%;
		font-weight: 400;
		border-right: 1px #ccc solid;
		color: #000;
		margin-top: 0;
		margin-right: 0;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}

	.row-table:not(.row-table-mw100) table tr:not(:first-child) .table1col4::after {
		content: "料金";
		position: absolute;
		top: 0;
		left: 0;
		width: 60px;
		text-align: center;
		padding: 5px;
		font-size: 15px;
		height: 100%;
		font-weight: 400;
		border-right: 1px #ccc solid;
		color: #000;
		margin-top: 0;
		margin-right: 0;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}

	.table1col5 {
		display: block;
	}

	.table3col00 {
		display: flex;
		justify-content: space-between;
	}

	.table3col00 span {
		font-size: 20px;
	}

	.table3rowfirst .pntable-bigtitle {
		display: none;
	}

	.table3rowfirst .pntable-title {
		background-color: #F9EED2;
		padding-left: 10px;
	}


	.row-table:not(.row-table-mw100) table tr:not(:first-child) .table3col1:after {
		content: "回数";
		position: absolute;
		top: 0;
		left: 0;
		width: 60px;
		text-align: center;
		padding: 5px;
		font-size: 15px;
		height: 100%;
		font-weight: 400;
		border-right: 1px #ccc solid;
		color: #000;
		margin-top: 0;
		margin-right: 0;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}

	.row-table:not(.row-table-mw100) table tr:not(:first-child) .table3col2::after {
		content: "時間";
		position: absolute;
		top: 0;
		left: 0;
		width: 60px;
		text-align: center;
		padding: 5px;
		font-size: 15px;
		height: 100%;
		font-weight: 400;
		border-right: 1px #ccc solid;
		color: #000;
		margin-top: 0;
		margin-right: 0;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}

	.row-table:not(.row-table-mw100) table tr:not(:first-child) .table3col3::after {
		content: "料金";
		position: absolute;
		top: 0;
		left: 0;
		width: 60px;
		text-align: center;
		padding: 5px;
		font-size: 15px;
		height: 100%;
		font-weight: 400;
		border-right: 1px #ccc solid;
		color: #000;
		margin-top: 0;
		margin-right: 0;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}

	.pn-table-row-title {
		font-weight: 400;
	}

	.pn-table-row-title .pn-table-col {
		padding: 5px;
		background-color: #760605;
		color: #fff;
	}

	.pn-table-row3-none {
		padding-right: 10px !important;
	}

	.pn-table-row3-none .pn-table-row {
		max-width: 100%;
	}

	.pn-table-row {
		max-width: calc(100%);
		min-width: auto;
	}

	#f_left {
		padding: 0px 0 20px;
	}

	.row-table:not(.row-table-mw100) table tr:not(:first-child) td:last-child {
		padding-right: 10px;
		padding-left: 10px;
	}

	.pn-table-row3-none {
		padding-left: 10px !important;
	}




}

.ff_map a {
	cursor: default !important;
}

.ff_map a:hover {
	opacity: 1 !important;
	color: #000;
}

.access .f_tel {
	font-size: 18px;
}

.swiper-slide,
.swiper-container {
	height: auto !important;
}

.main img {
	width: auto;
	height: auto;
	max-height: 955px;
}

.swiper-slide img {
	position: relative;
	background-size: 85% auto;
	background-position: center;
	background-repeat: no-repeat;
}


@media screen and (max-width: 767px) {
	.main img {
		height: auto;
		width: 100%;
	}

	.sns-sp {
		margin-bottom: 10px;
		margin-top: -10px;
	}


}

.wrap-content {
	position: relative;
}

.anchor_fixtop {
	width: 100%;
	display: block;
	position: absolute;
	top: -90px;
	visibility: hidden;

}

.favicon-ongaku {
	height: 26px;
	width: auto;
	margin-right: 5px;
	margin-bottom: -4px;
}

.contact-form-st1 table tr td input[type=text],
.contact-form-st1 table tr td textarea,
.contact-form-st1 table tr td select {
	border: 1px #121212 solid !important;
	border-radius: 20px;
}

.access-link-img {
	text-align: center;
	padding: 5px 10px;
	color: #000 !important;
}

.access-link-url {
	text-align: center;
}

.access-img {
	position: relative;
	margin-bottom: 30px;
}

.access-link-url {
	position: absolute;
	left: 50%;
	bottom: -4%;
	transform: translateX(-50%);
}


.img-border-50 {
	/* border-radius: 50%; */
}

.top-theme header h1,
.top-theme header h3 {
	color: #FFF;
}

.top-theme .nav-container nav {
	background-color: #760605;
}

.top-theme .navigation {
	background-color: #760605;
}

.top-theme #nav_middle {
	background-color: #760605;
}

.top-theme .tokyo-h3 {
	color: #fff;
}

.k__bg_none {
	background-image: none !important;
}

.none_after::after {
	content: none !important;
}

/* .k__bg_tran{
	background-image: none !important;
	padding-top: 10px !important;
	margin-bottom: 50px !important;
} */
/* .top-theme .content2205201312 strong {
	color: #fff;
} */

/* .top-theme .content2205201312 .power2 {
	color: #fff;
} */

/* .top-theme .moji1-big-gold {
	color: #760605 !important;
} */

.top-theme a.btn--red.btn--cubic {
	background-color: #fff;
}

.top-theme #footer {
	background: none;
}

.top-theme .nav-mobile {
	background: #000;
}

.top-theme .p_t_arrow {
	border-top: 2px solid #760605;
	border-right: 2px solid #760605;
}

.top-theme #page-top {
	background: #fff;
	color: #760605;
	border-color: #760605;
	cursor: pointer;
}

.top-theme #page-top:hover {
	background: #000;
}

.top-theme #header .nav-list li.active {
	border: 0;
}

.top-theme {
	background-image: url(assets/images/tokyo-ongaku/bg.png);
	background-repeat: repeat-y;
	background-size: 100% auto;
}

.top-theme .bg-f2f2f2,
.page-child-content .wrap-content {
	background: none;
	padding: 0 !important;
}
.bg_content_repeat{
background-image: url(assets/images/tokyo-ongaku/bg_content_repeat.jpg);
	background-repeat: repeat-y;
	background-size: 100% auto;
	padding: 80px 0;
	position: relative;
    padding-left: 30px;
    padding-right: 30px;
}

.top-theme .bg-f2f2f2 .container,
.page-child-content .wrap-content .container {
	background-image: url(assets/images/tokyo-ongaku/bg_content_repeat.jpg);
	background-repeat: repeat-y;
	background-size: 100% auto;
	padding: 80px 0;
	position: relative;
}

.page-child-content .wrap-content .container {
	padding-left: 30px;
	padding-right: 30px;
}

.top-theme .bg-f2f2f2 .container:before,
.page-child-content .wrap-content:first-child .container::before {
	content: "";
	width: 100%;
	height: 10px;
	background-image: url(assets/images/tokyo-ongaku/bg_content_head.jpg);
	background-image: none;
	background-repeat: no-repeat;
	background-size: 100% auto;
	position: absolute;
	top: -10px;
	left: 0;
}

.top-theme .bg-f2f2f2 .container:after,
.page-child-content .wrap-content:last-child .container:after {
	content: "";
	width: 100%;
	height: 10px;
	background-image: url(assets/images/tokyo-ongaku/bg_content_footer.jpg);
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: bottom;
	position: absolute;
	bottom: -10px;
	left: 0;
}

.top-theme .swiper-slide {
	background: none;
}

.top-theme #nav_middle ul li,
nav ul li {
	background-color: #760605;
	box-shadow: unset;
}

.top-theme #nav_middle ul li {
	background-color: transparent;
}

.top-theme #nav_middle ul li a,
.top-theme nav ul li a {
	color: #fff;
	font-weight: bold;
	margin-top: 5px;
}

.top-theme #header .nav-list li.active a,
#header .nav-list li.active:after {
	color: #fff;
	opacity: 0.7;
}

.top-theme #footer {
	padding: 80px 0 30px;
}

.top-theme #nav_middle ul li a {
	color: #fff;
}

.main_c {
	background: none;
}

.txt_color_ffffff {
	color: #fff;
}

@media screen and (max-width: 768px) {
	.top-theme .bg-f2f2f2 .container {
		padding: 0;
		overflow: hidden;
	}

	.top-theme .bg-f2f2f2>.container>.row {
		margin-right: 0;
		margin-left: 0;
	}

	.top-theme .bg-f2f2f2 .container:after {
		bottom: 0;
	}

	.top-theme .bg-f2f2f2 .container:before {
		top: -1vw;
	}

	.m1 {
		margin-bottom: 0px;
	}
}

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

	.top-theme #nav_middle ul li a,
	.top-theme nav ul li a {
		font-size: 12px;
	}
}

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

	.top-theme #nav_middle ul li,
	.top-theme nav ul li {
		height: 120px;
	}

	.top-theme #nav_middle ul li a,
	.top-theme nav ul li a {
		padding-top: 90px;
	}
}

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

	.top-theme #nav_middle ul li a,
	.top-theme nav ul li a {
		padding-top: 80px;
	}

	.top-theme .nav-container nav {
		position: absolute;
		top: 70px;
	}
}


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

	.top-theme #nav_middle ul li,
	.top-theme nav ul li {
		height: 33vw;
		margin: 0 3% 0 1%;
	}

	.top-theme #nav_middle ul li a,
	.top-theme nav ul li a {
		padding-top: 22vw;
	}

	.top-theme #nav_middle ul li:last-child,
	.top-theme nav ul li:last-child {
		margin: 0 1% 0 1%;
	}

	.top-theme #nav_middle ul,
	.top-theme nav ul {
		padding-left: 0;
		padding-right: 0;
	}

	nav ul li:after {
		height: 26vw !important;
		width: 100% !important;
		background-position: top;
		top: 0 !important;
	}

	nav ul li {
		width: calc(100%/2 - 10%) !important;
		margin-bottom: 10px;
	}

	.top-theme nav ul li a {
		padding-top: 26vw !important;
	}



	nav ul li.sns-sp a {
		padding-top: 0 !important;
		margin-top: 0;
	}

	.sns-sp {
		height: 60px !important;
		width: 100% !important;
	}


}

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

	.top-theme #nav_middle ul li,
	.top-theme nav ul li {
		height: 33vw;
	}

	.top-theme #nav_middle ul li a,
	.top-theme nav ul li a {
		padding-top: 23vw;
	}
}

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

	.top-theme #nav_middle ul li a,
	.top-theme nav ul li a {
		padding-top: 24vw;
	}
}

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

	.top-theme #nav_middle ul li,
	.top-theme nav ul li {
		height: 33vw;
	}

	.top-theme #nav_middle ul li a,
	.top-theme nav ul li a {
		padding-top: 25vw;
	}
}

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

	.top-theme #nav_middle ul li,
	.top-theme nav ul li {
		height: 35vw;
	}
}

@media screen and (min-width: 769px) {
	.content2205201312 .i2 {
		max-width: 90px;
		margin: auto;
		display: block;
	}
}

@media screen and (max-width: 768px) {
	.page-child-content .wrap-content:first-child .container::before {
		top: -5px;
	}

	.page-child-content .wrap-content:last-child .container:after {
		bottom: -5px;
	}

	.moji1-biger {
		font-size: 7vw !important;
	}
}

.bigbold220802 {
	font-weight: bold;
	font-size: 20px;
}

.title-bg220803 {
	background-color: #000;
}

@media screen and (max-width: 768px) {
	.title-bg220803 {
		background-color: #000;
		max-width: 100%;
		margin-left: 0;
		padding: 0;
	}

	.title-bg220803 img {
		margin: 0;
	}
}

.tal-center {
	margin: auto;
	text-align: center;
	width: 100%;
}

.tal-center img {
	margin: auto;
	width: auto;
	max-width: 500px;
}

.photo-piano .container {
	padding-bottom: 0 !important;
}

.br-sp {
	display: none;
}

.down img {
	width: auto;
}

.tbl-new tr:first-child td {
	background: #F9EED2;
	color: #760605;
	text-align: center;
}

.tbl-sp {
	display: none;
}

.tbl-new td {
	border: 1px #ccc solid;
	padding: 10px;
}

.tbl-new {
	border: 1px #760605 solid;
}

.txt-w {
	color: #fff;
	padding-top: 15px;
	font-size: 14px;
	line-height: 1.4;
	display: block;
}

.show-on-sp {
	display: none;
}

.k__mb-60 {
	margin-bottom: 100px;
}

@media screen and (max-width: 768px) {
	.tbl tr:nth-child(2) td:nth-child(2) {
		padding-left: 10px !important;
	}

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

	.k__mb-60 {
		padding: 50px 0 !important;
		padding-top: 20px !important;
	}
}

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

	.down_sp ._edEdit:first-child {
		text-align: center;
	}

	.tal-center img {
		max-width: 100%;
	}

	.photo-piano .container {
		padding: 0 !important;
	}

	.br-sp {
		display: block !important;
	}

	.power2 {
		letter-spacing: 0;
	}

	.tokyo-h2 {
		font-size: 32px;
	}

	.tbl-pc {
		display: none;
	}

	.tbl-sp {
		display: block;
	}

	.icon-piano .tokyo-h2 {
		position: relative;
	}

	.icon-piano .tokyo-h2::before {
		position: absolute;
		content: '';
		background: url(assets/images/tokyo-ongaku/icon-piano.png) no-repeat;
		width: 50px;
		height: 55px;
		right: 0;
		top: 57px;
	}

	.tokyo-s1-item {
		margin-top: 30px;
	}

	.tokyo-h2-sp {
		font-size: 22px !important;
	}

	.show-on-sp {
		display: block;
	}
}



@media screen and (max-width:375px) {
	/*.tokyo-h2-sp{
		font-size: 7.2vw !important;
	}*/
}

@media screen and (max-width: 350px) {
	.icon-piano .tokyo-h2 {
		font-size: 24px;
	}

	.icon-piano .tokyo-h2::before {
		top: 40px;
	}
}

@media screen and (max-width: 768px) {
	.top-theme .what-pl-pr {
		padding-left: 20px !important;
		padding-right: 20px !important;
	}

	.k__mb-60 {
		margin-bottom: 30px;
	}
}

@media screen and (max-width:375px) {
	.k__mml_mr {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}

	.k__mml_mr a {
		padding-left: 10px !important;
		padding-right: 10px !important;
	}

	.tokyo-h2 {
		font-size: 28px;
	}
}

.tile_db {
	background-image: url(assets/images/kanai.svg);
	background-repeat: no-repeat;
	background-position: center;
}

.color_kt {
	color: #000;
	background-color: transparent !important;
	text-decoration: underline;
}

@media screen and (max-width: 520px) {
	.page-child-content .wrap-content .container {
		padding-left: 15px;
		padding-right: 15px;
	}

	.top-theme .what-pl-pr {
		padding-left: 10px !important;
		padding-right: 10px !important;
	}


	.top-theme .bg-f2f2f2 .container,
	.page-child-content .wrap-content .container {
		padding-top: 40px;
		padding-bottom: 40px;

	}
	.k__bg_none{
		margin-bottom: 0 !important;
		padding-bottom: 0 !important;
	}

}

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

	.top-theme #nav_middle ul li,
	.top-theme nav ul li {

		margin: 0 0% 0 0%;
	}

	#nav_middle ul li {
		width: calc(100%/2 - 7%);
	}
}