@charset "UTF-8";

body{
	margin:0 auto;
	padding:0;
	background:#FFF;
	font-family:'Century Gothic', 'Source Sans Pro', "Arial", 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'Osaka', 'メイリオ', 'Meiryo', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	color:#000;
	-webkit-text-size-adjust : 100%;
	font-size:95%;
	line-height:170%;
}


a{
	color:#006699;
	text-decoration:none;
	border:0;
}

a:hover{
	color:#FF6600;
	text-decoration:none;
	border:0;
}


img{
	border:0;
}

.p_l{
	margin:0 20px 0 0;
	padding:0;
	float:left;
}

.p_r{
	margin:0 0 0 20px;
	padding:0;
	float:right;
}


div.drawer{
	display:none;
}

button.drawer-toggle{
	display:none;
}


/* Margin Padding
------------------------------------------- */

.mtb60{
	margin: 60px 0;
}
.mt20{
	margin: 20px 0 0;
}
.mt60{
	margin: 60px 0 0;
}
.mb60{
	margin: 0 0 60px;
}
.ptb60{
	padding: 60px 0;
}
.pt60{
	padding: 60px 0 0;
}
.pt80{
	padding: 80px 0 0;
}
.pb60{
	padding: 0 0 60px;
}

/* Background
------------------------------------------- */
.bg_gr{
	background-color: #DBF4DB;
}
.bg_bl{
	background-color: #5B60E5;
}

.bg_bl2{
	background-color: #5A7CEC;
}


/* header
------------------------------------------- */

header{
	width: 100%;
	height: 80px;
	z-index:100;
	overflow: hidden;
	margin: 0 auto;
	padding: 0;
	background-color: #fff;
	position: fixed;
}

header h1{
	margin:-13px 0 0 0;
	padding:0;
	position:absolute;
	top:50%;
	left:30px;
}

/* Gloval Menu
------------------------------------------- */

ul.gnav{
	margin:0 auto;
	padding:0;
	overflow:hidden;
	position: absolute;
	top: 25px;
	right: 10px;
}

ul.gnav li{
	height:60px;
	margin:0 40px 0 0;
	padding:0;
	list-style:none;
	line-height:120%;
	position: relative;
	float: left;
	font-weight: bold;
	font-size: 100%;
	text-align: center;
	letter-spacing: 0.1em;
}

ul.gnav li span{
	font-size: 85%;
}

_::-webkit-full-page-media, _:future, :root ul.gnav li{
    padding:3px 6px 0;
}

ul.gnav li a::after {
	content: '';
	display: block;
	position: absolute;
	bottom: 19px;
	left: 0;
	width: 100%;
	height: 1px;
	background: #000080;
	opacity: 0;
	-webkit-transform: translateY(-10px);
	transform: translateY(-10px);
	-webkit-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
}
ul.gnav li a:hover::after,
ul.gnav li a:focus::after{
	height: 3px;
	opacity: 1;
	-webkit-transform: translateY(0px);
	transform: translateY(0px);
}


ul.gnav li a{
	color:#000;
}

ul.gnav li a:hover{
	color:#000080;
}



/* section
------------------------------------------- */

section{
	width:100%;
	margin:0 auto;
	padding:0;
}

div.contents{
	width:1060px;
	margin:0 auto;
	padding-bottom:100px;
	text-align: center;
}




/* title
------------------------------------------- */

section h2{
	margin:0;
	padding:40px 0 0 0;
	font-size:200%;
	color:#000;
	text-align:center;
	font-weight:700;
}

section h2 span{
	margin:10px 0 0 0;
	padding:0;
	font-size:70%;
	color:#000;
	display:block;
	font-weight:normal;
}



/* Contact
------------------------------------------- */

div.contact_box{
	width: 1060px;
	margin: 0 auto;
	padding: 0;
}

div.contact_box h4{
	margin: 10px -0.1em 0 0;
	padding: 0;
	text-align: center;
	font-size: 260%;
	font-weight: bold;
	color: #999;
	letter-spacing: 0.1em;
	line-height: 45%;
}

p.contact_txt{
	margin: 50px 0 0;
	padding: 0;
	text-align: center;
}

p.tel_info{
	margin: 40px 0 0;
	padding: 0;
	text-align: center;
}

p.tel_info span{
	font-size: 150%;
	font-weight: bold;
}

.contact_btn {
	width: 365px;
	height: 50px;
  	text-align: center;
	margin: 10px auto 0;
  	cursor: pointer;
  	letter-spacing: 2px;
  	position:relative;
  	overflow:hidden;
  	background-color: #000;
  	font-size: 110%;
	font-weight: bold;
	line-height: 50px;
}

.contact_btn:before a{
  	width: 365px;
	height: 50px;
  	background-color: #000;
}

.contact_btn a:hover{
  	background-color: #666;
	width: 365px;
	height: 50px;
	display: block;
}

.contact_btn a{
	color: #fff;
}

.contact_btn a:before{
	font-family: "Font Awesome 5 Free";
	content: '\f0e0';
	margin-right:5px;
	font-weight:bold;
	color:#fff;
}

/*
.contact_btn {
	width: 365px;
  	text-align: center;
  	padding: 15px 0;
	margin: 10px auto 0;
  	cursor: pointer;
  	letter-spacing: 2px;
  	position:relative;
  	overflow:hidden;
  	background-color: #000;
  	font-size: 110%;
	font-weight: bold;
}

.contact_btn:before {
  	content: "";
  	position: absolute;
  	height: 100%;
  	width: 0;
  	background-color: #aaa;
  	left: 0;
  	bottom: 0;
  	transition: all .3s;
  	opacity: 0.3;
}

.contact_btn:hover:before {
  	width: 100%;
}

.contact_btn a{
	color: #fff;
}

.contact_btn a:before{
	font-family: "Font Awesome 5 Free";
	content: '\f0e0';
	margin-right:5px;
	font-weight:bold;
	color:#fff;
}

*/



/* page up
------------------------------------------- */

p.pageup{
	margin: 0;
	padding: 20px 0;
	text-align: center;
	font-size: 120%;
}

p.pageup a{
	color: #fff;
}

p.pageup a:before{
	font-family: "Font Awesome 5 Free";
  	content: '\f30c';
  	color:#FFF;
  	font-size:140%;
  	margin:0 10px 0 0;
  	font-weight:bold;
}


/* Footer
------------------------------------------- */

footer{
	width:100%;
	height:180px;
	margin:0 auto;
	padding:0;
}


p.co_name{
	margin: 20px 0 0;
	padding: 0;
	font-size: 135%;
	font-weight: bold;
	text-align: center;
}

footer address{
	margin: 10px 0 0;
	padding: 0;
	font-style: normal;
	text-align: center;
	line-height: 120%;
}


footer ul{
	margin: 25px auto 0;
	padding: 0;
	text-align: center;
}

footer ul li{
	padding: 0;
	list-style: none;
	display: inline-block;
}

footer ul li a{
	color: #666;
}

footer ul li:first-child{
	margin: 0 5px 0 0;
	padding-right: 20px;
	border-right: 1px solid #CCC;
}

footer ul li:last-child{
	margin: 0 0 0 10px;
}


p.cprt{
	margin:0;
	padding:20px 0 0 0;
	font-size:90%;
	color:#787878;
	text-align:center;
}

