@charset "UTF-8";

body {
	/* font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif; */
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
	font-feature-settings: "palt";
	line-height: 1.6;
	color: #454545;
	background: #fff;
	width: 100%;
	font-size: 14px;
	position: relative;
}

#header {
	position: fixed;
	top: 0;
	left: 0;
	height: 80px;
	background-color: rgba(0, 0, 0, 0.8);
	z-index: 101;
	width: 100%;
}

#header #main-header {
	width: 100%;
	height: 80px;
	margin: 0 auto;
	max-width: 1400px;
}

#top-main-img {
	overflow: hidden;
	width: 100%;
}

#top-main-img img {
	overflow: hidden;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

#main-header {
	width: 100%;
}

#main-nav {
	width: 100%;
	height: 80px;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-around;
	justify-content: space-around;
}

#main-nav a {
	color: #ffffff;
	text-decoration: none;
	height: 80px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	font-size: 16px;
}

#main-nav div {
	color: #00AB97;
	text-decoration: none;
	height: 80px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	font-size: 16px;
	font-weight: bold;
}

#main-nav a:hover {
	opacity: 0.6;
	transition: 0.5s;
}

#main-nav a span {
	color: #ffffff;
	font-size: 12px;
}

#footer-all {
	width: 100%;
	height: auto;
}

#footer-all {
	width: 100%;
	height: auto;
}

#breadcrumb {
	width: 1000px;
	margin: 0 auto;
	line-height: 30px;
	height: 50px;
}

#breadcrumb a {
	text-decoration: none;
	color: #4cc0bc;
}

#main-contents {
	width: 1000px;
	height: auto;
	margin: 0 auto;
}

.main-section-outer {
	width: 100%;
	height: auto;
}

.main-section-inner {
	width: 1200px;
	height: auto;
	margin: 0 auto;
}

h2 {
	font-family: 'Cinzel', serif;
	text-align: center;
	letter-spacing: 2px;
	font-size: 24px;
}

h2 span {
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
	font-feature-settings: "palt";
	text-align: center;
	font-size: 12px;
	border-bottom: 2px solid #4cc0bc;
	padding: 0 10px;
}

.span2 {
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
	font-feature-settings: "palt";
	text-align: center;
	font-size: 12px;
	border-bottom: 2px solid #337DAB;
	padding: 0 10px;
}


.h-box {
	margin: 2em 0;
	position: relative;
	padding: 0.5em 1.5em;
	border-top: solid 2px #4cc0bc;
	border-bottom: solid 2px #4cc0bc;
}

.h-box:before,
.h-box:after {
	content: '';
	position: absolute;
	top: -10px;
	width: 2px;
	height: -webkit-calc(100% + 20px);
	height: calc(100% + 20px);
	background-color: #4cc0bc;
}

.h-box2 {
	margin: 2em 0;
	position: relative;
	padding: 0.5em 1.5em;
	border-top: solid 2px #337DAB;
	border-bottom: solid 2px #337DAB;
}

.h-box2:before,
.h-box2:after {
	content: '';
	position: absolute;
	top: -10px;
	width: 2px;
	height: -webkit-calc(100% + 20px);
	height: calc(100% + 20px);
	background-color: #337DAB;
}

.h-box:before {
	left: 10px;
}

.h-box:after {
	right: 10px;
}

.h-box2:before {
	left: 10px;
}

.h-box2:after {
	right: 10px;
}

.new-face-title {
	color: #337DAB;
	font-size: 20px;
}

.new-face-name {
	color: #ffffff;
	font-size: 16px;
	font-weight: normal;
	letter-spacing: 2px;
}

.new-face-size {
	font-size: 15px;
	letter-spacing: 2px;
}

.new-face-box {
	border-bottom: 1px solid #ffffff;
}

.new-face-box:last-child {
	border-bottom: none;
}

.link-box {
	display: flex;
	flex-wrap: wrap;
	align-items: baseline;
	justify-content: center;
}

.link-box a:hover {
	opacity: 0.8;
	transition: 0.5s;
}

.hr-1 {
	padding-bottom: 10px;
	border-bottom: 1px solid #337DAB;
}

.bg-1 {
	background-image: url("/common/img/bg-1.jpg");
}

.bg-in-1 {
	background-color: rgba(0, 172, 152, 0.6);
	color: #ffffff;
}

.bg-w {
	background-color: #ffffff;
}

#footer-in {
	width: 1200px;
	margin: 0 auto;
}

.footer-text {
	font-size: 16px;
	line-height: 30px;
}

#copy {
	height: 50px;
	line-height: 50px;
	color: #ffffff;
	text-align: center;
	background-color: #000;
}


.details.layer1 {
	border-top: 2px solid #00a5a0;
	border-left: 2px solid #00a5a0;
	border-right: 2px solid #00a5a0;
}

.details.layer1:last-of-type {
	border-bottom: 2px solid #00a5a0;
}

.details-summary {
	position: relative;
	display: block;
	padding: 20px;
	color: #fff;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	border-bottom: #ffffff solid 2px;
	background-color: #4cc0bc;
}

.details-summary.layer1 {
	background-color: #b2e4e2;
}

.details-summary.layer2 {
	background-color: #7fd2cf;
}

.details-summary.layer3 {
	background-color: #4cc0bc;
}

.details-summary:hover {
	cursor: pointer;
	opacity: 0.8;
}

.details-summary .btn {
	position: absolute;
	top: 37%;
	left: 10%;
	width: 18px;
	height: 18px;
	transform-origin: center center;
	transition-duration: 0.2s;
}

.details-summary .btn:before,
.details-summary .btn:after {
	content: "";
	background-color: #fff;
	border-radius: 10px;
	width: 18px;
	height: 4px;
	position: absolute;
	top: 7px;
	left: 0;
	transform-origin: center center;
}

.details-summary .btn:before {
	width: 4px;
	height: 18px;
	top: 0;
	left: 7px;
}

.details-summary.is-active .btn {
	-webkit-transform: rotate(-180deg);
	transform: rotate(-180deg);
}

.details-summary.is-active .btn:before {
	content: none;
}

.details-summary::-webkit-details-marker {
	display: none;
}

.details-content {
	color: #333333;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	padding: 20px;
	border: solid 5px #4cc0bc;
}

.details-content-item {
	padding: 20px;
}

.details-content-item.layer3 {
	background-color: #4cc0bc;
}

.details-content-item.layer4 {
	background-color: #19aea9;
}

.details-content-item:hover {
	cursor: pointer;
	opacity: 0.8;
}

.close-btn {
	padding: 10px;
}

#recommen {
	width: 100%;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-around;
	justify-content: space-around;
}

.girls-box a {
	text-decoration: none;
}

.girls-text-box {
	background-color: #4cc0bc;
	height: 150px;
	text-align: center;
	color: #ffffff;
	text-decoration: none;
}

.girls-text-box2 {
	background-color: #4cc0bc;
	text-align: center;
	color: #ffffff;
	text-decoration: none;
}

.consept-text {
	text-align: center;
	font-size: 20px;
	color: #333333;
	letter-spacing: 2px;
	background-color: rgba(0, 172, 152, 0.05);
	line-height: 2;
}

.consept-text span {
	border-bottom: 1px solid #4cc0bc;
	color: #337DAB;
}

#schedule {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	align-items: baseline;
	justify-content: left;
}

#link-list {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	align-items: baseline;
	justify-content: left;
}

.system-box-all {
	display: flex;
	flex-wrap: wrap;
	align-items: baseline;
	justify-content: space-around;
}

#shift-head-box-all {
	display: flex;
	flex-wrap: wrap;
	align-items: baseline;
	justify-content: space-around;
}

#shift-head-box-all a {
	text-decoration: none;
	color: #ffffff;
}

.system-box {
	background: #fff;
	box-shadow: 2px 2px 6px rgba(0, 0, 0, .4);
	height: 300px;
	border: 1px solid #ccc;
}

.system-box2 {
	background: #fff;
	box-shadow: 2px 2px 6px rgba(0, 0, 0, .4);
	height: auto;
	border: 1px solid #ccc;
}

.profile-box {
	background: #fff;
	box-shadow: 2px 2px 6px rgba(0, 0, 0, .4);
	height: auto;
	border: 1px solid #ccc;
	width: 100%;
}

.system-box-head {
	padding: 10px;
	height: 150px;
	background-color: #4cc0bc;
	line-height: 130px;
	text-align: center;
	color: #ffffff;
	font-size: 36px;
	font-weight: bold;
}

.profile-box-head {
	padding: 10px;
	height: 100px;
	background-color: #4cc0bc;
	line-height: 80px;
	text-align: center;
	color: #ffffff;
	font-size: 36px;
}

.system-box-head2 {
	padding: 10px;
	height: 150px;
	background-color: #337DAB;
	line-height: 130px;
	text-align: center;
	color: #ffffff;
	font-size: 36px;
	font-weight: bold;
}

.system-box-text {
	padding: 10px;
	height: 150px;
	text-align: center;
	color: #333333;
	font-size: 36px;
	font-weight: bold;
	line-height: 130px;
}

.system-box-text2 {
	padding: 10px;
	height: auto;
	text-align: center;
	color: #333333;
	font-size: 36px;
	font-weight: bold;
	line-height: 130px;
}

.profile-box-text {
	padding: 10px;
	height: auto;
	text-align: center;
	color: #333333;
	font-size: 16px;
	line-height: 60px;
}

.profile-box-text .profile-p1 {
	border-bottom: 1px solid #4cc0bc;
	padding: 0 5px;
	line-height: 50px;
	text-align: left;
}

.profile-box-text .profile-p1:last-child {
	border: none;
}

.profile-box-text .profile-p1 span {
	color: #4cc0bc;
	font-size: 16px;
}

.system-box-text2 .systm-p1 {
	border-bottom: 2px dashed #4cc0bc;
	padding: 0 10px;
	line-height: 100px;
}

.system-box-text2 .systm-p2 {
	border-bottom: 2px dashed #337DAB;
	padding: 0 10px;
	line-height: 100px;
}

.system-box-text2 .systm-p2:last-child {
	border: none;
}

.system-box-text2 .systm-p1:last-child {
	border: none;
}

.course-text {
	padding: 15px;
	line-height: 50px;
	font-size: 24px;
	font-weight: bold;
}

.profile-text {
	padding: 15px;
	line-height: 50px;
	font-size: 26px;
}

.profile-text .sizeTitle {
	font-size: 16px;
	padding: 0 5px;
}


.w1200 {
	width: 1200px;
}

.text-box-2 {
	background-color: rgba(255, 255, 255, 0.4);
	box-shadow: 2px 2px 6px rgba(0, 0, 0, .4);
	line-height: 2;
}

.h3-terms {
	border-bottom: 1px solid #337DAB;
	color: #337DAB;
	margin-bottom: 20px;
}

.option-box-head {
	padding: 10px;
	background-color: #4cc0bc;
	line-height: 50px;
	text-align: center;
	color: #ffffff;
	font-size: 20px;
	font-weight: bold;
}

.option-box-head2 {
	padding: 10px;
	background-color: #337DAB;
	line-height: 50px;
	text-align: center;
	color: #ffffff;
	font-size: 20px;
	font-weight: bold;
}

.option-box-text {
	padding: 10px;
	height: 100px;
	text-align: center;
	color: #333333;
	font-size: 18px;
	font-weight: bold;
	line-height: 80px;
}

.option-box {
	background: #fff;
	box-shadow: 2px 2px 6px rgba(0, 0, 0, .4);
	height: 180px;
	border: 1px solid #ccc;
}


.option-text {
	color: #337DAB;
	font-size: 20px;
	text-align: center;
	font-weight: bold;
}

.shift-head-box {
	width: 150px;
	/* 紙の横幅 100%にすると全幅表示に */
	padding: 15px;
	margin: 2em auto;
	background: #4cc0bc;
	/* 紙の色 */
	color: #ffffff;
	/* 文字色 */
	box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.03);
	transform: rotate(2deg);
	word-break: break-all;
}

.current {
	background: #337DAB;
}

.shift-head-box p {
	margin: 0;
	padding: 0;
	font-size: 0.9em;
}

.shift-head-box_tape {
	width: 50%;
	height: 35px;
	margin: -25px auto 0;
	background: #989898;
	transform: rotate(-3deg);
	opacity: 0.1;
}

.shift-head-box_title {
	text-align: center;
	font-size: 1.3em !important;
	margin-top: 10px !important;
}

.shift-head-box_contents {
	text-align: center;
	font-size: 1em !important;
	margin-bottom: 10px !important;
}

.shift-head-box_subtitle {
	text-align: center;
	font-size: 0.7em !important;
	margin-bottom: 1em !important;
}


.girls-head-box {
	width: 250px;
	/* 紙の横幅 100%にすると全幅表示に */
	padding: 15px;
	margin: 2em auto;
	background: #4cc0bc;
	/* 紙の色 */
	color: #ffffff;
	/* 文字色 */
	box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.03);
	transform: rotate(2deg);
	word-break: break-all;
}

.profile-head-box {
	width: 100%;
	/* 紙の横幅 100%にすると全幅表示に */
	padding: 15px;
	margin: 2em auto;
	background: #4cc0bc;
	/* 紙の色 */
	color: #ffffff;
	/* 文字色 */
	box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.03);
	transform: rotate(-1deg);
	word-break: break-all;
	font-size: 24px;
}

.profile-head-box .span-title {
	font-size: 18px;
	padding: 0 10px;
}

.border_b_s {
	border-bottom: solid 1px #ffffff;
}

.pat-0 {
	padding-top: 0 !important;
}

.current {
	background: #337DAB;
}

.girls-head-box p {
	margin: 0;
	padding: 0;
	font-size: 0.9em;
}

.girls-head-box_tape {
	width: 50%;
	height: 35px;
	margin: -25px auto 0;
	background: #989898;
	transform: rotate(-3deg);
	opacity: 0.1;
}

.girls-head-box_title {
	text-align: center;
	font-size: 1.3em !important;
	margin-top: 10px !important;
	margin-bottom: 20px !important;
}

.girls-head-box_subtitle {
	text-align: center;
	font-size: 0.7em !important;
	margin-bottom: 1em !important;
}

.slider img {
	width: 100%;
}

.profile-shop-comment {
	background: #4cc0bc;
	color: #ffffff;
}

.shop-comment {
	line-height: 2;
}

.po {
	position: relative;
}

.po-r {
	position: absolute;
	bottom: 5px;
	right: 5px;
	z-index: 100;
	width: 20%;
}

.po-r img {
	width: 100%;
	opacity: 0.8;
}

.po-l {
	position: absolute;
	bottom: 5px;
	left: 5px;
	z-index: 100;
    width: 20%;
}

.po-l img {
    width: 100%;
	opacity: 0.8;
}

