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

body {
	font-size: 100%; /* 16px */
	color: #000000;
	background: #ffffff;
	line-height:1.875;
	word-break: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: #eb6e46;
}

a:hover {
	color: #eb6e46;
}

#top {
	position: relative;
}

#md-site {
	padding-top: 70px !important;
	overflow: hidden;
}

.container-inner {
	width: auto;
}



/* HEADER */


#header{
	width:100%;
	height: 70px;
	position: absolute;
	top:0;
	left:0;
	background-color:rgba(255,255,255,0.85);
	z-index:3000;
}
#header.close{
	position: fixed;
}

#header .container-inner {
	display: flex;
	align-items: center;
	height: 70px;
	padding: 10px 70px 10px 15px;
}

#header .h-logo {
	display:block;
	margin:0;
}
	#header .h-logo .inner{
		display: inline-block;
		color: #231815;
		font-family: YuGothic, "游ゴシック体", "Yu Gothic Medium", "游ゴシック Medium", "Yu Gothic", "游ゴシック", 'Noto Sans JP', sans-serif;
		font-size: min( 3.4vw, 81.25% );
		font-weight: bold;
		line-height: 1.5;
	}
	#header .h-logo a{
		color: #231815;
		text-decoration: none;
	}
	#header .h-logo .maintext{
		font-size: 153.846%; /* 20px */
	}
#header .h-logo 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*/
}

#header .secondary{
	display:none;
}



/* FOOTER */

#footer {
	color: #ffffff;
	background-image: url("../images/common/f-bg.jpg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

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

#footer a{
	color: #ffffff;
}

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

#footer .f-btn{
    margin-bottom: 30px;
}

#footer .f-name{
	display:block;
	margin-bottom: 15px;
	text-align: center;
}
#footer .f-name a{
    font-size: 125%; /* 20px */
	font-weight:bold;
	line-height: 1.5;
	text-decoration:none;
}
#footer .f-name a .maintext{
    font-size: 120%; /* 24px */
}
#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{
	margin-bottom: 0;
	line-height: 1.5;
	text-align: center;
}
#footer .f-address .f-place,
#footer .f-address .f-tel{
    display: block;
}
	#footer .fbtn-list{
		margin-bottom: 0;
	}
	#footer .fbtn-list > li{
		text-align: center;
	}
	#footer .fbtn-list > li:not(:last-child){
		margin-bottom: 15px;
	}
	#footer .fbtn-list > li a{
		display: inline-block;
		color: #ffffff;
		line-height: 0;
		text-decoration: none;
	}
	#footer .fbtn-list > li a:hover{
		opacity: 0.6;
	}
	#footer .fbtn-list > li.type_anchor a{
		padding: 12px 26px 12px 37px;
		line-height: 1.5;
		text-align: center;
		border: 1px solid #ffffff;
		position: relative;
	}
	#footer .fbtn-list > li.type_anchor a:before{
		content: "";
		display: inline-block;
		width: 22px;
		height: 5px;
		background-image: url("../images/common/fbtn-anchor.svg");
		background-position: right center;
		background-repeat: no-repeat;
		background-size: auto 100%;
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		margin: auto;
	}
#footer .copyright {
	margin: 0;
	font-size: 87.5%; /* 14px */
	line-height: 1.5;
	text-align:center;
}






/* NAVIGATION */

#nav{
    display: none;
}

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

#sp-menu a {
}

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

#sp-menu .menu a {
	display: block;
	width: 100%;
	height: 100%;
	color: #ffffff;
	text-decoration: none;
	position:relative;
}
#sp-menu .menu a:not(.close){
    background-color: rgba(255,255,255,0.85);
}

	#sp-menu .menu a .icon{
		display: block;
		position: absolute;
		top:15px;
		right:0;
		left:0;
		margin:auto;
		width: 40px;
		height: 14.5px;
		overflow: hidden;
	}
	#sp-menu .menu a .icon:before,
	#sp-menu .menu a .icon:after{
		display: block;
		content: "";
		position: absolute;
		left: 50%;
		margin-right:-50%;
		width: 120%;
		height: 3px;
		background: #231815;
		transition: .3s;
		transform: translateX(-50%);
	}
	#sp-menu .menu a .icon:before{
		top: 0;
	}
	#sp-menu .menu a .icon:after{
		bottom: 0;
	}
	#sp-menu .menu a.close .icon:before,
	#sp-menu .menu a.close .icon:after{
		top: 0;
		bottom: 0;
		margin-top: auto;
		margin-bottom: auto;
	}
	#sp-menu .menu a.close .icon:before{
		transform: translateX(-50%) rotate(15deg);
		-webkit-transform: translateX(-50%) rotate(15deg);
	}
	#sp-menu .menu a.close .icon:after{
		transform: translateX(-50%) rotate(-15deg);
		-webkit-transform: translateX(-50%) rotate(-15deg);
	}
	#sp-menu .menu a .text{
        display: block;
        color: #231815;
		font-size: 75%; /* 12px */
		font-family: "Judson", serif;
		font-weight: 400;
		font-style: italic;
		text-align: center;
        position: absolute;
		right:0;
        bottom: 2px;
		left:0;
		margin:auto;
	}



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


#md-nav .mdnav-innerwrapper{
	display: flex;
	flex-direction: column;
	margin: 40px;
}

.nav-list{
	margin: 0 auto;
}

	.nav-list > li:not(:last-child){
		margin-bottom: 35px;
	}

.nav-list li > a,
.nav-list li > .not{
	display:block;
	padding-left: 37px;
	color:#000000;
    font-size: 112.5%; /* 18px */
	line-height: 1.5;
	text-decoration:none;
    position: relative;
	transition-property: color, border-color;
}
.nav-list li > a:before,
.nav-list li > .not:before{
	content: "";
	display: inline-block;
	width: 25px;
	height: 2px;
	background-color: #000000;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	transition-duration: 0.3s;
}
.nav-list li > a:hover,
.nav-list li.on > a{
	color: #eb6e46;
	font-weight: bold;
}
.nav-list li > a:hover:before,
.nav-list li.on > a:before{
	background-color: #eb6e46;
}
	.nav-list li.lsplus > a,
	.nav-list li.lsplus > .not{
		letter-spacing: 0.75em;
	}
	.nav-list > li ul{
		margin: 8px 0 10px 37px;
	}
	.nav-list > li ul li{
		margin-bottom: 5px;
	}
	.nav-list > li ul li a{
		padding-left: 17px;
		font-size: 106.25%; /* 17px */
	}
	.nav-list > li ul li a:before{
		width: 8px;
		height: 8px;
		border-radius: 50%;
	}












/* TITLE */

#title {
	margin: 0;
	height: 170px;
	background-image: url(../images/common/title-bg.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
    position: relative;
}
#title:before{
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background: linear-gradient(90deg,rgba(15, 64, 109, 0.5) 0%, rgba(58, 111, 174, 0.5) 80%);
	position: absolute;
	top: 0;
	left: 0;
}

#title .container-inner {
	height: 170px;
	padding: 20px;
	display: flex;
    justify-content: center;
    align-items: center;
	text-align: center;
	position: relative;
}

#title .title-box {
	display: inline-block;
	padding: 15px 0;
}

#title .title {
	margin-bottom: 2px;
	color: #ffffff;
	line-height:1.5;
}

#title .title_en{
	margin-bottom: 0;
	color:#ffffff;
	font-size: 218.75%; /* 35px */
	font-family: "Judson", serif;
	font-weight: 400;
	font-style: italic;
	line-height:1.0;
}
#title .title_en strong{
	font-weight: 400;
	font-style: italic;
}


/* CONTENT */

#content .container-inner {
	padding: 20px;
}
#content #c-wrapper > .container-inner:has(#breadcrumb){
	padding-top: 10px;
}

#content #c-wrapper > .container-inner > .section:last-child:not(:first-child){
    margin-bottom: 110px;
}

	#breadcrumb{
		margin-bottom: 30px;
	}
#breadcrumb li{
	display:inline-block;
	vertical-align:middle;
	font-size: 87.5%; /* 14px */
    line-height: 1.5;
}
#breadcrumb li a{
	color:#000000;
}
#breadcrumb li.on{
	color:#eb6e46;
	font-weight:bold;
}

.section {
	margin-bottom: 70px;
}

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

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

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

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

.pagetop {
	position:fixed;
	bottom:0;
	right:0;
	text-align: right;
	margin: 0;
	z-index:5000;
}
.pagetop a {
	display:block;
	width: 50px;
	height: 50px;
	line-height:0;
	text-decoration:none;
	background-color: #eb6e46;
	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:-80px;
	padding-top:80px;
}



	/* BTMV */
    #btmv{
        position: relative;
        z-index: 1;
    }
	.btmv-slider .item,
	.btmv-slider .slick-slide{
		width: 56vw;
		line-height: 0;
	}
	.btmv-slider .item img{
        width: 100%;
        max-width: none;
	}





}
