body {}



/*==================================
	// note #main
====================================*/

#main {
	border-top: #ae074a 8px solid;
}


/*==================================
	// note #title
====================================*/

#title {
	padding-bottom: 30px;
	background: url(../img/front/bg_title.png) top center no-repeat;
	/* background-size:100%; */
}

#title .txtbox {
	width: 85%;
	margin: auto;
}

h1 {
	/* padding-top:100px; */
	padding-top: 70px;
}

#h1_pc {
	max-width: 798px;
}

#h1_mob {
	display: none;
}

#title .inside {
	width: 95%;
	max-width: 1260px;
	margin: auto;
}

#title .lead {
	padding-top: 34px;
}

#title .lead p {
	width: 95%;
	font-size: 1.8rem;
	font-weight: bold;
}

#title .lead .break {
	display: block;
}



#title .lead .notice.end {
	padding: 30px 3%;
	font-size: 1.6rem;
	font-weight: normal;
	text-align: center;
	border: #f00 thin solid;
}


@media screen and (max-width: 1280px) {

	#title .txtbox {
		width: 95%;
	}

}


@media screen and (min-width: 769px) {
	#title .lead {
		font-size: 2.2rem;
	}
}


@media print,
screen and (max-width: 768px) {

	#title {
		background: url(../img/front/bg_title_mob.png) 0 0 no-repeat;
		background-size: 100%;
	}

	h1 {
		padding-top: 30px;
	}


	#h1_pc {
		display: none;
	}

	#h1_mob {
		display: block;
	}



	#title .lead {
		padding-top: 15px;
	}

	#title .lead p {
		width: 93%;
		margin-left: auto;
		margin-right: auto;
		font-size: 1.6rem;

	}

}




/*==================================
	// note nav#front_nav 
====================================*/
nav#front_nav {
	width: 90%;
	margin: auto auto;
}

nav#front_nav ul {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	/**/
}

nav#front_nav li {
	width: 19%;
}

nav#front_nav a {
	color: #fff;
	font-size: 1.6rem;
	text-align: center;
	padding: .75em .25em .5em;
	border-radius: 2em;
	display: block;
}

nav#front_nav li:nth-child(odd) a {
	background-color: #ff8939;
	background-color: #ff7e00;
}

nav#front_nav li:nth-child(even) a {
	/* background-color: #f29ce0; */
	/* background-color: #ed8bd9; */
	background-color: #d24eb7;
}



@media screen and (max-width: 1280px) {

	nav#front_nav {
		width: 100%;
	}

	nav#front_nav ul {
		flex-wrap: wrap;
		/* align-content:center; */
		justify-content: center;
	}

	nav#front_nav li {
		width: 30%;
		margin-left: 1%;
		margin-right: 1%;
		font-size: 1.5rem;
	}

}



@media print,
screen and (max-width: 768px) {

	nav#front_nav ul {
		justify-content: flex-start;
	}

	nav#front_nav li {
		width: 48%;
		margin: 0 1% 5px;
	}

	nav#front_nav a {
		text-align: center;
		padding: .5em .25em .5em;
		line-height: 1.3;
	}

	nav#front_nav li:nth-child(5n) {
		width: 100%;
	}

	nav#front_nav li:nth-child(5n) a {
		padding: .75em .25em .75em;
	}

}



/*==================================
	// note #recomend
====================================*/
#recomend.sub_section {}

#recomend h2 {
	/* background:#ff8939; */
	/* background:#ff7e00; */
	background: #ff840c;
}


/*==================================
	// note #foryou
====================================*/
#foryou.contents_box {
	margin-bottom: 0;
}

#foryou .flexbox.lv_02 {
	width: 95%;
	margin: auto;
	padding-top: 15px;
}

#foryou .box {
	width: 49%;
	margin-bottom: 10px;
	background: url(../img/front/bg_h4_foryou.svg) 0 0 no-repeat;
}

#foryou .box figure {
	width: 26%;
}

#foryou .box .txtbox {
	width: 72%;
}

#foryou .box.first figure img {
	/* max-width:132px; */
}

#foryou .box.second figure img {
	max-height: 280px;
}

#foryou .box h4 {
	font-size: 2.8rem;
	line-height: 1.4;
	margin-bottom: 5px;
	padding-top: 45px;
	text-align: left;
}

#foryou .box p {
	font-size: 1.5rem;
	margin: auto;
}



@media print,
screen and (max-width: 900px) {

	#foryou .flexbox.lv_02 {
		display: block;
	}

	#foryou .box {
		width: 100%;
		/* border:#f00 thin solid; */
	}

	#foryou .box.second .break1 {
		display: block;
	}

	#foryou .box figure {
		height: 25em;
	}

	#foryou .box.second figure img {
		max-height: 95%;
	}

}



@media print,
screen and (max-width: 768px) {

	#foryou {
		margin-bottom: 0;
	}

	#foryou.contents_box {
		padding-top: 0;
	}

	#foryou .flexbox.lv_02 {
		width: 95%;
		margin-left: auto;
		margin-right: auto;
	}

	#foryou .box h4 {
		/* font-size:1.8rem; */
		/* font-size:2.0rem; */
		font-size: 2.1rem;
		font-weight: bold;
		padding-top: 5px;
	}

	#foryou .box.first {
		margin-bottom: 30px;
	}

	#foryou .box.first figure img {
		max-height: 95%;
		/* border:#f00 thin solid; */
	}


	#foryou .box.first figure {
		width: 33%;
	}

	#foryou .box.first .txtbox {
		width: 65%;
	}


	#foryou .box.second.flexbox {
		flex-direction: row-reverse;
	}

	#foryou .box figure {
		height: 15em;
		/* border:#f00 thin solid; */
	}


	#foryou .box.second figure {
		width: 30%;
	}

	#foryou .box.second.txtbox {
		width: 68%;
	}

}







/*==================================
	// note #merit
====================================*/

#merit {
	padding-top: 75px;
}

#merit h3 {
	font-size: 3.2rem;
}

#merit h3 .orange {
	color: #ff8939;
	margin-right: .5em;
}

#merit h3 .pink {
	color: #dd4b9b;
}

#merit .one_to_three {
	margin-bottom: 20px;
}

#merit .one_to_three .box {
	width: 32%;
}

#merit .box {
	background: #fdd000;
	background-image: linear-gradient(-45deg, #fdd000 25%, #ffd92a 25%, #ffd92a 50%, #fdd000 50%, #fdd000 75%, #ffd92a 75%);
	/* background-size: 30px 30px; */
	background-size: 8px 8px;
	position: relative;
	box-shadow: 2px 2px 0 0 #ffb400;
}

#merit .box .pin {
	width: 16px;
	height: 17px;
	position: absolute;
	top: -8px;
	left: 52%;
	z-index: 1;
}



#merit .box .title {
	line-height: 1.3;
	padding: 15px 20px 0;
	margin-bottom: 5px;
}

#merit .box .inside {
	padding: 0 20px 10px;
}

#merit h4 {
	color: #e60039;
	font-size: 2.4rem;
	font-weight: bold;
	margin-bottom: 0;
	text-shadow: 2px 2px 0 #fff;
}

#merit h5 {
	font-size: 1.6rem;
	color: #e60039;
	font-weight: bold;
	margin-bottom: 0;
	text-shadow: 1px 1px 0 #fff;
}


#merit .box.four {
	margin-bottom: 15px;
}


@media print,
screen and (max-width: 768px) {

	#merit h3 {
		font-size: 2.4rem;
	}

	#merit h3.pink {
		margin-bottom: 15px;
	}

	#merit h3 .orange {
		display: block;
		margin-right: 0;
	}

	#merit h4 {
		font-size: 2.0rem;
	}

	#merit .flexbox.one_to_three {
		display: block;
		margin-bottom: 10px;
	}

	#merit .one_to_three .box {
		width: auto;
		margin-bottom: 15px;
	}


	#merit .box .title {
		/* padding:5px 20px 0; */
		padding: 10px 20px 0;
	}


	#merit .box p {
		margin-bottom: 0;
	}


	#merit .box .pin {
		top: -6px;
		left: 50%;
	}

}


/*==================================
	// note #lineup
====================================*/

#lineup h2 {
	/* background:#ff8939; */
	background: #ff840c;
}

#lineup h4 {
	width: 95%;
	margin-left: auto;
	margin-right: auto;
	font-size: 2.2rem;
	color: #fff;
	text-align: center;
}

#lineup .wood h4 {
	background: #ff840c;
	background-image: linear-gradient(-45deg, #ff840c 25%, #fe8e20 25%, #fe8e20 50%, #ff840c 50%, #ff840c 75%, #fe8e20 75%);
	background-size: 20px 20px;
}


#lineup .brass h4 {
	background: #dd4b9b;
	background-image: linear-gradient(-45deg, #dd4b9b 25%, #de57a1 25%, #de57a1 50%, #dd4b9b 50%, #dd4b9b 75%, #de57a1 75%);
	background-size: 20px 20px;
}

#lineup .inst_type {
	margin-bottom: 60px;
}

#lineup .inst_type .row {
	width: 95%;
	margin: auto auto 10px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

#lineup .inst_type .row .box {
	width: 43%;
	margin-bottom: 30px;
	padding: 5px 3% 10px;
	border: #ddd thin solid;
	opacity: 0.5;
}


#lineup .inst_type figure {
	text-align: center;
	padding: 0 10px;
}


#lineup .inst_type figure a {
	padding-bottom: 30px;
	position: relative;
	display: block;
}

#lineup .inst_type figure a img {
	width: 100%;
	max-width: 404px;
}

#lineup .inst_type figure a img.zoombtn {
	width: 30%;
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 2;
}

#lineup .inst_type dt {
	margin-bottom: 10px;
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 1.3;
	color: #666;
}


#lineup .inst_type dt .inst_type_name {
	font-size: 1.1rem;
	line-height: 1.2;
	margin-bottom: 5px;
	display: block;
}

#lineup .inst_type dt .inst_type_name .icon {
	color: #de3592;
	/* background: #de3592 ; */
	background: #fff;
	border: #de3592 thin solid;
	border-radius: 2px;
	padding: 0 5px;
}


#lineup .list dt .model {
	display: block;
}

#lineup .list dd.rental_price {

	margin-bottom: 12px;
	padding-bottom: 8px;
	font-size: 1.6rem;
	font-weight: bold;
	border-bottom: #fabedf 1px solid;
	color: #666;
}

#lineup .list dd.rental_price .heading {
	margin-right: 1em;
}

#lineup .list dd.img_note {
	padding-top: 15px;
	font-size: 1.2rem;
}


#lineup .lineup_notice {
	text-align: center;
	font-size: 1.6rem;
	margin-bottom: 45px;
}






@media print,
screen and (max-width: 768px) {
	#lineup h4 {
		width: 100%;
		font-size: 1.6rem;
		padding: 5px 0;
	}

	#lineup .inst_type {
		margin-bottom: 30px;
	}

	#lineup .inst_type dt {
		font-size: 1.6rem;
	}

	#lineup .list dd.rental_price {
		font-size: 1.5rem;
	}

	#lineup .list dd.rental_price .heading {
		margin-right: 0;
	}

	#lineup .list dd.rental_price .price {
		display: block;
	}

	#lineup .inst_type .row {
		width: 100%;
		display: block;
	}

	#lineup .inst_type .row .box {
		/* width:90%; */
		width: 100%;
		margin-left: auto;
		margin-right: auto;
		padding: 10px 0 10px;
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		justify-content: space-between;
		border: none;
		border-bottom: #ddd thin solid;
	}



	#lineup .inst_type .txtbox {
		width: 58%;
	}

	#lineup .inst_type figure {
		width: 36%;
		padding: 0 0;
	}


	#lineup .inst_type figure a {
		padding-bottom: 20px;
	}

	#lineup .inst_type figure a img.zoombtn {
		width: 100%;
		position: absolute;
		bottom: 0;
		right: 0;
		z-index: 2;
	}

	#lineup .inst_type figure img {
		width: 100%;
	}
}

/*==================================
	// id #flow
====================================*/

#flow .contents_box {
	padding-top: 15px;
}

#flow h2 {
	background: #e55da8;
}

#flow h4 {
	padding: 15px 0;
	font-size: 2.2rem;
	font-weight: bold;
	text-align: center;
	border-top: #fabedf 1px solid;
	border-bottom: #fabedf 1px solid;
}

#flow .lv_02 {
	width: 90%;
	margin: auto auto 30px;
}

#flow .lead {
	padding: 20px 0 0;
	font-size: 2.0rem;
	text-align: center;
	line-height: 1.3;
	color: #dd4b9b;
	font-weight: bold;
}

/* #flow .number{ */
/* font-size:2.2rem; */
/* color:#ff8939; */
/* margin-right:10px; */
/* } */

#flow .flow ul {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	font-size: 1.5rem;

}

#flow .flow dl {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	font-size: 1.5rem;
	padding-top: 30px;
}

#flow .flow dt {
	font-size: 1.6rem;
	font-weight: bold;
}

#flow .flow dt .number {
	font-size: 1.8rem;
	color: #ff8939;
	margin-right: 5px;
}

#flow .flow dd {
	margin-bottom: 30px;
}


#flow .apply {
	margin-bottom: 60px;
}


#flow .in_use .lv_02 {
	padding-top: 30px;
}





@media print,
screen and (max-width: 768px) {

	#flow h4 {
		font-size: 1.8rem;
		border-top: #fabedf 2px solid;
		border-bottom: #fabedf 2px solid;
	}

	#flow .lv_02 {
		width: 100%;
		margin: auto auto 60px;
	}

	#flow .lead {
		/* font-size:1.6rem; */
		font-size: 2.0rem;

		padding: 10px 0 0;
	}


	#flow .flow ul {
		width: 100%;
		line-height: 1.3;
	}

	#flow .in_use .lv_02 {
		padding-top: 15px;
	}


}







/*==================================
	// id #apply
====================================*/

#apply h2 {
	background: #ff8939;
}

#apply .office {
	margin-bottom: 60px;
}

#apply .office h4 {
	max-width: 540px;
	margin: auto auto 10px;
}

#apply .office .lead {
	font-size: 2.6rem;
	font-weight: bold;
	text-align: center;
	margin-bottom: 30px;
}

#apply .office ul.link {
	text-align: center;
	margin-bottom: 30px;
}

#apply .office ul.link.apply a {
	width: 60%;
	color: #fff;
	background: #de3592;
	padding: 20px 0;
	font-size: 2.4rem;
	display: inline-block;
	border-radius: 2em;
}


#apply .office .info {
	text-align: center;
}





@media print,
screen and (max-width: 768px) {

	#apply .inside {
		display: block;
	}

	#apply .mapbox {
		width: 90%;
		margin: auto;
	}

	#apply .mapbox iframe {
		width: 100%;
		height: 300px;
	}

	#apply .txtbox {
		width: 95%;
		margin: auto;
	}

	#apply .txtbox p {
		font-size: 1.4rem;
	}

	#apply h4 {
		font-size: 2.2rem;
	}

	#apply .telephone {
		font-size: 2.0rem;
	}

	#apply .office h4 {
		line-height: 1.3;
		margin: auto auto 20px;
	}


	#apply .office .lead {
		font-size: 2.0rem;
	}


	#apply .office ul.link.apply a {
		width: 100%;
		font-size: 2.0rem;
		border-radius: 3em;
	}


	#apply .office ul.link.apply a {
		padding: 10px 0;
	}





	#apply .telnum {
		/* font-size:2.0rem !important; */
		/* font-weight:bold; */
		display: block;
	}

	#apply .tel_link a {
		color: #000;
	}

	#apply .opentime {
		font-size: 1.5rem;
	}

}



/*==================================
	// id #store
====================================*/

#store h4 {
	margin-bottom: 45px;
	padding: 15px 0;
	font-size: 2.2rem;
	font-weight: bold;
	text-align: center;
	border-top: #fabedf 1px solid;
	border-bottom: #fabedf 1px solid;
}




#store .inside {
	width: 95%;
	margin: auto;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
}

#store .box {
	width: 49%;
}

#store h5 {
	font-size: 2.2rem;
	font-weight: bold;
	text-align: center;
	color: #de3592;
}

#store .box.llpt h5 .break {
	margin-right: 1em;
}

#store .box ul {
	width: 90%;
	margin: auto;
}

#store li {
	margin-bottom: 0;
}


#store li.link {
	padding-top: 10px;
}


#store li.link a {
	width: 80%;
	margin: auto;
	padding: 10px;
	color: #fff;
	background: #de3592;
	display: block;
	text-decoration: none;
	text-align: center;
	border-radius: 2em;
}


#store figure {
	margin-bottom: 15px;
	text-align: center;
}

#store figure img {
	max-width: 307px;
}




@media print,
screen and (max-width: 768px) {

	#store h4 {
		width: 95%;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 10px;
		font-size: 1.8rem;
	}


	#store h5 {
		line-height: 1.3;
	}

	#store .inside {
		width: 95%;
		margin: auto;
		display: block;
	}

	#store .box {
		width: 100%;
		margin-bottom: 30px;
	}

	#store .box.llpt {
		padding-bottom: 30px;
		border-bottom: #ddd thin solid;
	}

	#store .box.llpt h5 .break {
		margin-right: 0;
		display: block;
	}





	#store figure {
		width: 50%;
		margin-left: auto;
		margin-right: auto;
	}

	#store figure img {
		width: 100%;
	}


	#store .box .tel_link a {
		color: #000;
	}





}







/*==================================
	// id #about
====================================*/
#about .first_lead {
	font-size: 2.0rem;
	text-align: center;
	margin-bottom: 3em;
}


@media print,
screen and (max-width: 768px) {
	#about .first_lead {
		font-size: 1.4rem;
	}
}



/*==================================
	// id #school
====================================*/

#school {
	margin-bottom: 8em;
}

#school .inside {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	flex-direction: row-reverse;
}

#school h3 {
	font-size: 3.0rem;
	color: #999;
	margin-bottom: .5em;
}


#school h3 .icon {
	margin-top: -4px;
	margin-right: 8px;
	padding: .25em 1em .1em;
	font-size: 1.6rem;
	font-weight: bold;
	color: #999;
	vertical-align: middle;
	letter-spacing: 0.1em;
	border: #999 thin solid;
	display: inline-block;
}

#school .txtbox {
	width: 62%;
}

#school .txtbox ul {
	margin-top: 3em;
}

#school figure {
	width: 35%;
}


#school figure.img_mob {
	display: none;
}

#school .catch {
	font-size: 1.8rem;
	display: block;
}

@media print,
screen and (max-width: 768px) {

	#school h3 {
		font-size: 2.6rem;
		color: #999;
		margin-bottom: .5em;
		text-align: center;
	}

	#school h3 .icon {
		font-size: 1.6rem;
		text-align: center;
		margin-bottom: .25em;
		display: block;
	}

	#school .inside {
		display: block;
	}

	#school figure {
		width: 80%;
		margin: auto auto 1em;
	}

	#school figure.img_mob {
		width: 70%;
		margin: auto auto 1em;
		display: block;
	}


	#school figure.img_pc {
		display: none;
	}

	#school .txtbox {
		width: 95%;
		margin: auto;
	}

	#school .catch {
		font-size: 1.6rem;
		text-align: center !important;
	}

	#school .txtbox ul {
		margin-top: 0;
	}

	#school .txtbox ul a {
		display: block;
		text-align: center;
	}
}


/*==================================
	// id #shops
====================================*/
#shops h4 {
	color: #999;
	font-size: 2.6rem;
	text-align: center;
	border-bottom: #999 thin solid;
}

#shops .inside {
	width: 95%;
	margin: auto;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

#shops .box {
	width: 30%;
}

#shops figure {
	text-align: center;
	margin-bottom: 2em;
}

#shops figure img {
	width: 90%;
}

#shops h5 {
	font-size: 1.8rem;
	margin-bottom: 0;
	color: #999;
}



@media print,
screen and (max-width: 768px) {

	#shops .inside {
		display: block;
	}

	#shops .box {
		width: 100%;
		margin-bottom: 6em;
	}

	#shops figure img {
		width: 50%;
	}

	#shops figure {
		margin-bottom: 1em;
	}


}