@charset "UTF-8";


/* arrow */
.arrow_prev,
.arrow_next {
  font-size: 0;
  border-radius: 50%;
  position: absolute;
  display: block;
  background-size: 16px 16px;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #fff;
  width: 64px;
  height: 64px;
  z-index: 99;
  box-shadow: 0px 10px 20px rgba(0, 0, 0, .1);
  cursor: pointer;
  top: 50%;
  bottom: 50%;
  margin: auto;
}
.arrow i {
  position: absolute;
  width: 12px;
  height: 12px;
  border-top: 2px solid #181818;
  border-right: 2px solid #181818;
  top: 0;
  bottom: 0;
  margin: auto;
}
.arrow i.icon_arrow_next {
  transform: rotate(45deg);
  left: 0;
  right: 6px;
}
.arrow i.icon_arrow_prev {
  transform: rotate(-135deg);
  right: 0px;
  left: 6px;
}

/*---------------------------------------------------------------*\
$600px
\*---------------------------------------------------------------*/

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

	/* arrow */
  .arrow_prev,
  .arrow_next {
    width: 42px;
    height: 42px;
    background-size: 12px 12px;
  }
  .arrow i {
    width: 8px;
    height: 8px;
    border-top: 1px solid #181818;
    border-right: 1px solid #181818;
  }
  .arrow i.icon_arrow_next {
    transform: rotate(45deg);
    left: 0;
    right: 4px;
  }
  .arrow i.icon_arrow_prev {
    transform: rotate(-135deg);
    right: 0px;
    left: 4px;
  }
}


/* top */
#top {
	padding: 320px 0 0 7%;
}
#top .lead_top {
	font-family: 'Shippori Mincho', serif;
}


/* about */
#about {
	width: 86%;
	padding-top: 280px;
	margin: 0 auto;
}
#about .each_program {
	display: -webkit-flex;
	-webkit-align-items: center;
	-webkit-justify-content: space-between;
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: relative;
}
#about .thumbnail_program {
	width: calc(100% - 50%);
}
#about .info_program {
	width: 45%;
}


/* enzyme_bath */
#enzyme_bath {
	width: 86%;
	margin: 0 auto;
	padding: 240px 0 0;
}
#enzyme_bath .each_program {
	display: -webkit-flex;
	-webkit-align-items: center;
	-webkit-justify-content: space-between;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 160px 0 0 0;
}
#enzyme_bath .each_program:first-of-type {
	padding-top: 0;
}
#enzyme_bath .each_program:first-of-type .section_subtitle {
	padding: 40px 0;
}
#enzyme_bath .thumbnail_program {
	width: calc(100% - 50%);
}
#enzyme_bath .info_program {
	width: 45%;
}


/* more */
#more {
	width: 86%;
	margin: 0 auto;
	padding: 240px 0 0;
}
#more .each_program {
	display: -webkit-flex;
	-webkit-align-items: center;
	-webkit-justify-content: space-between;
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: relative;
}
#more .thumbnail_program {
	width: calc(100% - 50%);
}
#more .info_program {
	width: 45%;
}


/* facilities */
#facilities {
	width: 86%;
	margin: 0 auto;
	position: relative;
	padding: 240px 0 0;
}
#facilities .title_facilities {
	font-family: 'Shippori Mincho', serif;
}
#facilities .each_course {
	width: calc((100% - 64px)/2);
	position: relative;
}
#facilities .each_course:nth-of-type(3n) {
	margin-right: 0;
}
#facilities .name {
	position: absolute;
	bottom: 24px;
	right: 24px;
	font-family: 'Shippori Mincho', serif;
	text-shadow: 1px 1px 16px #444444;
}


/* facilities - carousel */
.swiper-container {
	position: relative;
}


/* mother */
#mother {
	width: 86%;
	margin: 0 auto;
	padding: 200px 0 0;
}
#mother .each_program {
	display: -webkit-flex;
	-webkit-align-items: center;
	-webkit-justify-content: space-between;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 160px 0 0 0;
}
#mother .each_program:first-of-type {
	padding-top: 0;
}
#mother .thumbnail_program {
	width: calc(100% - 50%);
}
#mother .info_program {
	width: 45%;
}


/* menu */
#menu {
	width: 100%;
	margin: 0 auto;
	padding: 240px 0 0;
}
#menu .wrapper {
	width: 86%;
	margin: 0 auto;
	padding: 100px 80px;
}


/* menu - accordion */
.faq_single,
.faq {
	width: 100%;
	margin-bottom: 32px;
	background-color: rgba(0,0,0,0.4);
}
.faq:last-of-type {
	margin-bottom: 32px;
}
.accordion {
	margin-top: 40px;
}
.accordion ul {
	width:100%;
	padding: 0;
	text-align: left;
}
.accordion li {
	position: relative;
	list-style: none;
	overflow: hidden;
}
.accordion .toggle {
	display: -webkit-flex;
	-webkit-justify-content: space-between;
	-webkit-align-items: center;
	display: flex;
	align-items: center;
	justify-content: space-between;
	text-decoration: none;
	padding: 32px;
	position: relative;
}
.accordion .faq .toggle {
	cursor: pointer;
}
.accordion > ul > li > p {
	display: none;
	padding: 16px 32px 32px;
}
.accordion .menu_price {
	margin-bottom: 24px;
	border-bottom: solid 1px #181818;
	padding-bottom: 24px;
	display: -webkit-flex;
	-webkit-justify-content: space-between;
	-webkit-align-items: center;
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
}
.accordion .menu_price:last-of-type {
	margin-bottom: 0;
	border-bottom: none;
	padding-bottom: 0;
}
.accordion li .accordion_icon,
.accordion li .accordion_icon span {
	display: inline-block;
	transition: all .1s;
	box-sizing: border-box;
}
.accordion li .accordion_icon {
  width: 24px;
	height: 24px;
	display: -webkit-flex;
	-webkit-flex-direction: column;
	-webkit-justify-content: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.accordion li .accordion_icon span {
	position: absolute;
  width: 24px;
	height: 1px;
	background-color: #fff;
}
.accordion li .accordion_icon span:nth-of-type(1) {
	transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
}
.accordion li .accordion_icon span:nth-of-type(2) {
	transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
}
.accordion li .accordion_icon.active span:nth-of-type(1) {
	display:none;
}
.accordion li .accordion_icon.active span:nth-of-type(2) {
	transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}
.accordion li .inner_toggle {
	display: -webkit-flex;
	display: flex;
	width: 90%;
	padding-right: 5%;
}
.accordion li .txt--xl--bold {
	display: -webkit-flex;
	-webkit-flex-direction: column;
	-webkit-justify-content: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.accordion li .menu_description {
	margin-top: 16px;
	color: #bdbdbd;
}
.accordion li .menu_mention {
	color: #bdbdbd;
	margin-top: 16px;
}


/*---------------------------------------------------------------*\
$1600px
\*---------------------------------------------------------------*/
@media screen and (min-width: 1600px) {

	/* top */
	#top {
		padding-left: 0;
		width: 1400px;
		margin: auto;
	}

	/* about */
	#about {
		width: 1400px;
	}

	/* enzyme_bath */
	#enzyme_bath {
		width: 1400px;
	}

	/* more */
	#more {
		width: 1400px;
	}

	/* facilities */
	#facilities {
		width: 1400px;
	}

	/* facilities - carousel */
	#facilities .each_course {
		width: calc((100% - 64px)/3);
	}

	/* mother */
	#mother {
		width: 1400px;
	}

	/* menu */
	#menu .wrapper {
		width: 1400px;
	}
}

/*--------------------------------------------------------------*\
$1080px
\*---------------------------------------------------------------*/
@media screen and (max-width: 1080px) {

	/* common */
	.flex-direction {
		-webkit-flex-direction: column;
		flex-direction: column;
	}
	.flex-direction-reverse {
		-webkit-flex-direction: column-reverse;
		flex-direction: column-reverse;
	}
	
	/* top */
	#top .lead_top {
		font-size: 48px;
	}

	/* about */
	#about {
		width: 100%;
	}
	#about .thumbnail_program {
		width: 100%;
	}
	#about .info_program {
		width: 86%;
		margin-top: 56px;
	}

	/* enzyme_bath */
	#enzyme_bath {
		width: 100%;
	}
	#enzyme_bath .each_program:first-of-type .thumbnail_program {
		width: 86%;
		margin-left: auto;
	}
	#enzyme_bath .each_program:last-of-type .thumbnail_program {
		width: 86%;
		margin: auto;
	}
	#enzyme_bath .info_program {
		width: 86%;
		padding: 0 !important;
		margin-top: 56px;
	}
	#enzyme_bath .each_program:last-of-type .section_subtitle {
		padding: 0 0 40px;
	}

	/* more */
	#more {
		width: 100%;
	}
	#more .section_title {
		text-align: right;
	}
	#more .thumbnail_program {
		width: 86%;
    margin-left: auto;
	}
	#more .info_program {
		padding: 0 !important;
		width: 86%;
		margin-top: 56px;
	}

	/* facilities */
	#facilities {
		width: 100%;
	}
	#facilities .title_facilities {
		padding-left: 7%;
	}

	/* mother */
	#mother {
		width: 100%;
	}
	#mother .each_program:first-of-type .thumbnail_program {
		width: 86%;
		margin-left: auto;
	}
	#mother .each_program:last-of-type .thumbnail_program {
		width: 86%;
		margin: auto;
	}
	#mother .info_program {
		width: 86%;
		padding: 0 !important;
		margin-bottom: 56px;
	}
	#mother .each_program:last-of-type .section_subtitle {
		padding: 0 0 40px;
	}

	/* menu */
	#menu .wrapper {
		padding: 100px 56px 56px;
	}

	/* menu - accordion */
  .accordion li .accordion_icon {
    top: 33px;
		right: 0px;
		width: 12px;
		height: 12px;
	}
}

/*--------------------------------------------------------------*\
$600px
\*---------------------------------------------------------------*/
@media screen and (max-width: 600px) {

	/* top */
	#top {
    padding: 220px 0 0 7%;
	}
	#top .lead_top {
		font-size: 26px;
	}

	/* about */
	#about {
		padding-top: 160px;
	}

	/* enzyme_bath */
	#enzyme_bath {
		padding-top: 160px;
	}
	#enzyme_bath .each_program {
		padding: 80px 0 0 0;
	}

	/* more */
	#more {
		padding-top: 160px;
	}

	/* facilities */
	#facilities {
		padding-top: 160px;
		width: 100%;
	}
	#facilities .each_course {
		width: 100%;
	}
	#facilities .each_course:last-child {
		margin-bottom: 0 !important;
	}
	#facilities .each_course:nth-of-type(3) {
		margin-bottom: 24px;
	}
	#facilities .name {
		font-size: 18px;
		right: 16px;
		bottom: 16px;
	}

	/* facilities - carousel */
	#facilities .swiper-container {
		width: 86%;
		margin-left: auto;
	}
	#facilities .swiper-wrapper {
		display: -webkit-flex;
		-webkit-flex-direction: column;
		display: flex;
		flex-direction: column;
	}
	#facilities .swiper-button-prev,
	#facilities .swiper-button-next {
		display: none;
	}

	/* mother */
	#mother {
		padding-top: 100px;
	}
	#mother .each_program {
		padding: 80px 0 0 0;
	}

	/* menu */
	#menu {
		padding-top: 160px;
	}
	#menu .wrapper {
		padding: 56px 7%;
		width: 100%;
	}

	/* menu - accordion */
	.accordion {
		margin-top: 10px;
	}
  .faq,
	.faq_single {
    margin-bottom: 18px;
	}
	.accordion li .accordion_icon span {
		width: 12px;
	}
	.accordion .toggle {
		padding: 26px;
	}
}