@charset "utf-8";


.zen-maru-gothic-regular {
  font-family: "Zen Maru Gothic", serif;
  font-weight: 400;
  font-style: normal;
}

.zen-maru-gothic-medium {
  font-family: "Zen Maru Gothic", serif;
  font-weight: 500;
  font-style: normal;
}

.zen-maru-gothic-bold {
  font-family: "Zen Maru Gothic", serif;
  font-weight: 700;
  font-style: normal;
}
.zen-kaku-gothic-new-medium {
  font-family: "Zen Kaku Gothic New", serif;
  font-weight: 500;
  font-style: normal;
}

.zen-kaku-gothic-new-bold {
  font-family: "Zen Kaku Gothic New", serif;
  font-weight: 700;
  font-style: normal;
}


/*--- 共通レアウト -----------------------------------*/
*{ margin: 0px; padding: 0px; }
img{ border: 0;}
a{
	outline: none;
	color: #000;
}
ul,ol { list-style-type: none; }

heml { font-size: 16px; }
strong,
.bold{font-weight: 700;}

input{
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-weight: 500;
	font-style: normal;
	font-size: 16px;
}
body {
	background: url("../img/common/bg_main.jpg") repeat-y left top;
	background-size: 100% auto;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-weight: 500;
	font-style: normal;
	font-size: 16px;
}

.wrapper{
	margin: 0 auto;
	width: 1024px;
}

@media screen and (max-width: 1024px) {
	.wrapper{
		width: 99%;
	}
}
table{
	border-collapse:separate;
	border-spacing: 10px;
}
#container{
	text-align: left;
}


/* ページスクロールボタン */
#topcontrol{
	z-index: 200;
	right: 10px !important;
	bottom: 0;
}


#topcontrol span{
	display: none;
}

@media screen and (min-width: 1025px) {
	#topcontrol span{
		display: none;
	}
	.sp{
		display: none;
	}
	tr.sp,
	th.sp,
	td.sp{
		display: none;
	}
}
@media screen and (max-width: 1024px) {
	#container{
		min-width: auto;
		max-width: initial;
        overflow: hidden;
	}
	.sp{
		display: none;
	}
}
@media screen and (max-width: 768px){
	.sp{
		display: block;
	}
	tr.sp,
	th.sp,
	td.sp{
		display: block;
	}
	.pc{
		display: none;
	}
	tr.pc,
	th.pc,
	td.pc{
		display: none;
	}
	#topcontrol{
		display: none;
	}
}


/*header
************************************************************************************/
#header{
	width: 100%;
	text-align: center;
	background: #000;
	position: relative;
	overflow: hidden;
}
#header:before {
	content:"";
	display: block;
	padding-top: 20%;
}
#header img.bg{
	height: 100%;
	width: 100%;
	object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
	margin: auto;
	z-index: 10;
	opacity: .7;
}
#header .head_wrap{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	height: 105px;
	z-index: 150;
	
	background: -webkit-linear-gradient(rgba(0,0,0,1), rgba(0,0,0,0.8) 30%, rgba(0,0,0,0) 100%);
	background: -o-linear-gradient(rgba(0,0,0,1), rgba(0,0,0,0.8) 30%, rgba(0,0,0,0) 100%);
	background: linear-gradient(rgba(0,0,0,1), rgba(0,0,0,0.8) 30%, rgba(0,0,0,0) 100%);
}
#header .head_wrap .sitelogo{
	width: 300px;
	margin: 0;
}
#header .head_wrap .sitelogo img{
	width: 100%;
	height: auto;
}
#header .pagetitle{
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	transform: translateY(-50%);
	font-size: 2.875em;
	text-align: center;
	color: #FFF;
	z-index: 110;
	font-family: "Zen Maru Gothic", serif;
}

@media screen and (max-width: 768px){
	#header:before {
		padding-top: 30%;
	}
	#header .pagetitle{
		font-size: 2em;
	}
}
@media screen and (max-width: 599px) {
	#header:before {
		padding-top: 45%;
	}
	#header .pagetitle{
		padding-top: 1em;
		font-size: 1.5em;
	}
}
@media screen and (max-width: 415px){
}

/*globalNav
----------------------------------------------------------------------*/

#header nav#gnav{
	width: calc(100% - 300px);
	height: 105px;
	z-index: 50;
	background: none;
}
#header nav#gnav ul.navigation{
	display: flex;
	flex-wrap: wrap;
	height: 75px;
	align-items: center;
	justify-content: flex-end;
}
#header nav#gnav ul.navigation li{
	padding: 0 1em;
}
#header nav#gnav ul.navigation li img{
	width: 21px;
	height: auto;
	vertical-align: middle;
}
#header nav#gnav ul.navigation > li > a{
	position: relative;
	display: inline-block;
	transition: all .3s;
	text-decoration: none;
	line-height: 75px;
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
}
#header nav#gnav ul li a::after{
	position: absolute;
	bottom: 0;
	left: 50%;
	content: '';
	width: 0;
	height: 1px;
	background-color: #FFF;
	-webkit-transition: .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}
#header nav#gnav ul li a:hover::after{
	width: 100%;
}





@media screen and (max-width: 1024px){
	#header nav#gnav{
		display: none;
	}
}
@media screen and (max-width: 768px){
}
@media screen and (max-width: 599px) {
	
}
@media screen and (max-width: 415px){
}



/*layout
************************************************************************************/
.section{
	padding: 50px 0;
}
.text{
	margin: 30px 0;
}

.text p{
	padding-bottom: 1em;
	line-height: 1.7;
}
.text p:last-child{
	padding-bottom: 0;
}

secion:after {
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}
* html secion{
    height: 1em;
}
secion{
    display: block;
}
*:first-child+html secion{
	zoom:1;
}

.clearfix:after {
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}
* html .clearfix{
    height: 1em;
}
.clearfix{
    display: block;
}
*:first-child+html .clearfix{
	zoom:1;
}

@media screen and (max-width: 1024px){
	.section{
		padding: 30px 0;
	}
}


/*breadcrumb
************************************************************************************/
#breadcrumb{
	font-size: 0.813em;
	color: #222222;
	padding: 2em 0;
	border-bottom: 1px solid #f1f1f1;
}
#breadcrumb ol{
	display: -webkit-flex;
	display: flex;
	-webkit-flex-flow: row wrap;
	flex-flow: row wrap;
	justify-content: flex-end;
	width: 97%;
	margin: auto;
	align-items: center;
}
#breadcrumb ol li:after{
	content: ">";
	margin: 0 .5em;
	padding: 0;
	color: #999;
}
#breadcrumb ol li:last-child:after{
	content: "";
	margin-right: 0;
}
#breadcrumb ol li a{
	color: #222222;
	text-decoration: none;
}


/*footer
************************************************************************************/
#footer {
	padding: 30px 0 30px;
}
.copyright {
	text-align: center;
}


/*fixmenu
************************************************************************************/
@media screen and (min-width: 769px) {
	.fixMenu{
		display: none;
	}
}
@media screen and (max-width: 768px){
	#footer{
		padding-bottom: 80px;
	}
	.fixMenu{
		position: fixed;
		bottom: 0;
		left: 0;
		width: 100%;
		height: 80px;
		z-index: 500;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-o-box-sizing: border-box;
		-ms-box-sizing: border-box;
		box-sizing: border-box;

		border-top: 1px solid;
		border-top-color: var(--border-color-lightgray);
		display: table;
		table-layout: fixed;
		border-collapse: separate;
	}
	.fixMenu li{
		width: auto;
		display: table-cell;
		background-color: rgba( 255, 255, 255, 0.55 );
		height: 80px;
		vertical-align: middle;
	}
	.fixMenu .pageup{
		cursor: pointer;
	}
	.fixMenu li a,
	.fixMenu li span{
		width: 100%;
		height: auto;
		display: block;
		padding: 10px;
		text-align: center;
		font-size: .9em;
		color: #686868;
		text-decoration: none;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-o-box-sizing: border-box;
		-ms-box-sizing: border-box;
		box-sizing: border-box;
		font-weight: normal;
	}
	.fixMenu a:before,
	.fixMenu span:before{
		display: block;
		width: 40px;
		height: 40px;

		font-family: 'Material Icons';
		font-weight: normal;
		font-style: normal;
		font-size: 35px;	/* Preferred icon size */
		line-height: 40px;
		text-transform: none;
		letter-spacing: normal;
		word-wrap: normal;
		white-space: nowrap;
		direction: ltr;
		color: #686868;
		margin: auto;
		/* Support for all WebKit browsers. */
		-webkit-font-smoothing: antialiased;
		/* Support for Safari and Chrome. */
		text-rendering: optimizeLegibility;
		/* Support for Firefox. */
		-moz-osx-font-smoothing: grayscale;
		/* Support for IE. */
		font-feature-settings: 'liga';
	}
	.fixMenu .contact a:before{
		content: "outgoing_mail";
	}
	.fixMenu .access a:before{
		content: "location_on";
	}
	.fixMenu .pageup span:before{
		content: "arrow_circle_up";
	}
	.fixMenu .pageup{}

}
