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

body {
	font-size: 100%; /* 16px */
	color: #000000;
	background: #ffffff;
	line-height: 1.75;
	word-wrap:break-word;
}

a,
span,
img{
	transition-duration:0.3s;
	-webkit-transition-duration:0.3s;
	-moz-transition-duration:0.3s;
	-o-transition-duration:0.3s;
	-ms-transition-duration:0.3s;
}

a, a:link, a:visited {
	color: #108B96;
}

a:hover {
	color: #108B96;
}

#top {
	position: relative;
}

#md-site {
	padding-top: 90px !important;
}

.container-inner {
	width: auto;
}



/* HEADER */


#header{
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:90px;
	z-index:3000;
	transition-duration: 0.3s;
	background-color: #ffffff;
	box-shadow: 0px 4px 4px -4px #666666;
	-webkit-box-shadow: 0px 4px 4px -4px #666666;
	-moz-box-shadow: 0px 4px 4px -4px #666666;
}
	/*
#header.mdnav{
	background-color:rgba(255,255,255,0.9);
	position:fixed;
}
	*/

#header .container-inner {
	padding: 15px 80px 15px 20px;
}

#header .primary{
}
#header .h-logo {
	display:block;
	margin:0;
	line-height:0;
}
#header .h-logo a {
	display:inline-block;
	text-decoration:none;
}
#header .h-logo a:hover,
#header .h-logo a:active {
	filter:alpha(opacity=60); /* IE 6,7*/
	-ms-filter: "alpha(opacity=60)"; /* IE 8,9 */
	-moz-opacity:0.6; /* FF , Netscape */
	-khtml-opacity: 0.6; /* Safari 1.x */
	opacity:0.6;
	zoom:1; /*IE*/
}
#header .h-logo a img {
	width: auto;
	max-height: 60px;
}

#header .secondary{
	display:none;
}



/* FOOTER */

#footer {
	color: #ffffff;
	background-color: #2D2C2F;
}

#footer .container-inner {
	padding: 40px 20px;
}

#footer a{
	color: #ffffff;
}

#footer .f-sign{
    margin-bottom: 25px;
}

#footer .f-name{
	display:block;
	margin-bottom: 15px;
	text-align: center;
}
#footer .f-name a{
	display: inline-block;
	line-height: 0;
	text-decoration:none;
}
#footer .f-name a:hover {
	filter:alpha(opacity=60); /* IE 6,7*/
	-ms-filter: "alpha(opacity=60)"; /* IE 8,9 */
	-moz-opacity:0.6; /* FF , Netscape */
	-khtml-opacity: 0.6; /* Safari 1.x */
	opacity:0.6;
	zoom:1; /*IE*/
}
#footer .f-address{
	line-height: 1.625;
	text-align: center;
}
#footer .f-address .f-place,
#footer .f-address .f-tel,
#footer .f-address .f-fax{
    display: inline-block;
    vertical-align: middle;
	font-size: 87.5%; /* 14px */
}
#footer .f-address .f-place{
    display: block;
}
#footer .f-address .f-place .place01,
#footer .f-address .f-place .place02{
    display: inline-block;
}
#footer .f-address .f-tel{
    margin-right: 0.5em;
}
#footer .copyright {
	margin: 0;
	font-size: 75%; /* 12px */
	line-height: 1.571428;
	text-align:center;
}






/* NAVIGATION */

#nav{
    display: none;
}

#sp-menu {
	position: fixed;
	top: 5px;
	right: 5px;
	z-index: 3500;
	margin-bottom:0;
}

#sp-menu a {
}

#sp-menu .menu {
	float: right;
	width: 50px;
	height: 50px;
}

#sp-menu .menu a {
	display: block;
	width: 100%;
	height: 100%;
	position:relative;
}
#sp-menu .menu.show a:not(.close) {
    background-color: rgba(255,255,255,0.9);
}

	#sp-menu .menu a .icon{
		display: block;
		position: absolute;
		top: 0;
		right:0;
		bottom: 0;
		left: 0;
		margin:auto;
		width: 30px;
		height: 2px;
		background: #A581B1;
		transition: .2s;
	}
	#sp-menu .menu a .icon:before,
	#sp-menu .menu a .icon:after{
		display: block;
		content: "";
		position: absolute;
		top: 0;
		right:0;
		bottom: 0;
		left: 0;
		margin:auto;
		width: 30px;
		height: 2px;
		background: #A581B1;
		transition: .3s;
	}
	#sp-menu .menu a .icon:before{
		margin-top: -10px;
	}
	#sp-menu .menu a .icon:after{
		margin-top: 10px;
	}
	#sp-menu .menu a.close .icon{
		background: transparent;
	}
	#sp-menu .menu a.close .icon:before{
		margin-top: 0;
	}
	#sp-menu .menu a.close .icon:after{
		margin-top: 0;
	}
	#sp-menu .menu a.close .icon:before{
		transform: rotate(-45deg);
		-webkit-transform: rotate(-45deg);
	}
	#sp-menu .menu a.close .icon:after{
		transform: rotate(-135deg);
		-webkit-transform: rotate(-135deg);
	}



#md-nav {
	position:fixed;
	top:90px;
	right:0;
	bottom:0;
	left:0;
	overflow:auto;
	margin:auto;
	z-index:2000;
	display:none;
	background-color:rgba(255,255,255,0.8);
}


#md-nav .nav-list {
	margin: 20px 20px 40px;
}
#md-nav .mdnav-btnlist {
	margin: 0 40px 80px;
}
	#md-nav .nav-list > li{
		position: relative;
	}
	#md-nav .nav-list > li:not(:last-child){
		margin-bottom: 10px;
	}
	#md-nav .nav-list > li a{
		font-family: "A1明朝", "A1 Mincho", YuMincho, "Yu Mincho", 'Noto Serif JP', "serif";
		font-weight: bold;
	}
	#md-nav .nav-list > li > a{
		display: block;
		min-height: 35px;
		padding: 2px 0 2px 23px;
		color: #000000;
		font-size: 112.5%; /* 18px */
		text-decoration: none;
		position: relative;
	}
	#md-nav .nav-list > li > a:not(:last-child){
		margin-bottom: 3px;
	}
	#md-nav .nav-list > li > a:after{
		content: "";
		display: block;
		width: 15px;
		height: 2px;
		background-color: #875797;
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		margin: auto;
		transition-duration: 0.3s;
	}
	#md-nav .nav-list > li.on > a,
	#md-nav .nav-list > li.open > a{
		color: #875797;
	}
	#md-nav .nav-list > li > .icon{
		width: 25px;
		height: 25px;
		position: absolute;
		top: 5px;
		right: 0;
	}
	#md-nav .nav-list > li > .icon:before,
	#md-nav .nav-list > li > .icon:after{
		content: "";
		display: block;
		width: 25px;
		height: 2px;
		background-color: #875797;
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		margin: auto;
		transition-duration: 0.3s;
	}
	#md-nav .nav-list > li > .icon:before{
		transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
	}
	#md-nav .nav-list > li > .icon:after{
		transform: rotate(-90deg);
		-webkit-transform: rotate(-90deg);
	}
	#md-nav .nav-list > li.open > .icon:before{
		opacity: 0;
	}
	#md-nav .nav-list > li.open > .icon:after{
		transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
	}
	#md-nav .nav-list > li .lists{
		/*
		display: none;
		*/
		display: block;
		margin-bottom: 20px;
		padding: 12px 15px 12px 23px;
		background-color: rgba(187,141,190,0.8);
		position: relative;
	}
	#md-nav .nav-list > li.on .lists{
		background-color: rgba(39,158,203,0.6);
	}
	/*
	#md-nav .nav-list > li .lists:before{
		content: "";
		display: block;
		width: 2px;
		height: 22px;
		background-color: #A581B1;
		position: absolute;
		top: -8px;
		left: 18px;
		margin: auto;
	}
	*/
	#md-nav .nav-list > li .lists > li{
		line-height: 1.5;
	}
	#md-nav .nav-list > li .lists > li:not(:last-child){
		margin-bottom: 8px;
	}
	#md-nav .nav-list > li .lists > li a{
		display: inline-block;
		padding-left: 12px;
		color: #ffffff;
		font-size: 87.5%; /* 14px */
		position: relative;
	}
	#md-nav .nav-list > li .lists > li a:hover{
		text-decoration: none;
		filter:alpha(opacity=60); /* IE 6,7*/
		-ms-filter: "alpha(opacity=60)"; /* IE 8,9 */
		-moz-opacity:0.6; /* FF , Netscape */
		-khtml-opacity: 0.6; /* Safari 1.x */
		opacity:0.6;
		zoom:1; /*IE*/
	}
	#md-nav .nav-list > li .lists > li a:before{
		content: "";
		display: block;
		width: 8px;
		height: 8px;
		background-color: #ffffff;
		border-radius: 50%;
		position: absolute;
		top: 8px;
		left: 0;
	}
	/*
	#md-nav .nav-list > li.home .lists{
		display: none;
	}
	#md-nav .nav-list li.home > a,
	#md-nav .nav-list li.news-lineup > a,
	#md-nav .nav-list li.about-message > a,
	#md-nav .nav-list li.member-lineup > a,
	#md-nav .nav-list li.news-information > a,
	#md-nav .nav-list li.recruit-event > a{
		font-family: 'Sorts Mill Goudy';
	}
	*/
	#md-nav .nav-list > li.mode_pc{
		display: none;
	}
	#md-nav .mdnav-btnlist{
		display: flex;
		align-content: stretch;
		justify-content: center;
	}
	#md-nav .mdnav-btnlist > li{
		display: flex;
		align-items: center;
	}
	#md-nav .mdnav-btnlist > li a{
		display: block;
		min-width: 120px;
		height: 100%;
		padding: 6px 20px 6px 24px;
		color: #000000;
		font-size: 106.25%; /* 17px */
		font-family: "A1明朝", "A1 Mincho", YuMincho, "Yu Mincho", 'Noto Serif JP', "serif";
		font-weight: bold;
		text-align: center;
		position: relative;
		border: 1px solid #231815;
		border-left-color: transparent;
	}
	#md-nav .mdnav-btnlist > li:first-child a{
		border-left-color: #231815;
	}
	#md-nav .mdnav-btnlist > li.en{
		display: none;
	}
	#md-nav .mdnav-btnlist > li.en a{
		font-family: 'Sorts Mill Goudy';
		pointer-events: none;
	}
	#md-nav .mdnav-btnlist > li a:before{
		content: "";
		display: block;
		width: 16px;
		height: 2px;
		background-color: #A581B1;
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		margin: auto;
	}
	#md-nav .mdnav-btnlist > li a:hover{
		text-decoration: none;
		background-color: rgba(195,171,203,0.5);
	}












/* SUBV */

#subv {
	margin: 0;
    width: auto;
    padding-top: 88.533333%; /* 664 / 750 */
	background-image: url(../images/common/subv_sp.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
    position: relative;
}

#subv:before{
	/*
	content: "";
	display: block;
	width: 100%;
	padding-top: 20%;
	position: absolute;
	top: -9.0666667%;
	right: 0;
	left: 0;
	margin: auto;
	background: linear-gradient(180deg, rgba(255,255,255,1) 35%, rgba(255,255,255,0) 100%);
	*/
	display: none;
}


/* CONTENT */

#content {
	padding-bottom: 20px;
}

#content .container-inner {
	padding: 20px;
}

	#breadcrumb{
		margin-bottom: 30px;
	}
#breadcrumb li{
	display:inline-block;
	vertical-align:middle;
	font-size:87.5%;
}
#breadcrumb li a{
	color:#000000;
}
#breadcrumb li.on{
	color:#875797;
	font-weight:bold;
}

#c-wrapper {
}

#main {
	margin-bottom:50px;
}

#side {
	padding:10px;
}

#content #side #snav {
	padding:0 10px;
}

.section-l {
	margin-bottom: 80px;
}

.section {
	margin-bottom: 60px;
}

.section-s {
	margin-bottom: 40px;
}

.section-ss {
	margin-bottom: 20px;
}

.section-sss {
	margin-bottom: 10px;
}

.section-ssss {
	margin-bottom: 5px;
}

.pagetop {
	position:fixed;
	bottom:10px;
	right:10px;
	text-align: right;
	margin: 0;
	z-index:5000;
}
.pagetop a {
	display:block;
	width: 52px;
	height: 52px;
	line-height:0;
	text-decoration:none;
	position: relative;
}
.pagetop a:hover {
	filter:alpha(opacity=60); /* IE 6,7*/
	-ms-filter: "alpha(opacity=60)"; /* IE 8,9 */
	-moz-opacity:0.6; /* FF , Netscape */
	-khtml-opacity: 0.6; /* Safari 1.x */
	opacity:0.6;
	zoom:1; /*IE*/
}
.pagetop a img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
}

.inlink{
	margin-top:-95px;
	padding-top:95px;
}





}
