@charset "UTF-8";
/* CSS Document */

@font-face {
	src: url('../font/yugo.otf');
	src: url('../font/yugo.otf?#iefix') format('embedded-opentype'),
	url('../font/yugo.otf') format('opentype'),
}
@font-face {
	font-family: 'yugo-b';
	src: url('../font/yugo-b.otf');
	src: url('../font/yugo-b.otf?#iefix') format('embedded-opentype'),
	url('../font/yugo-b.otf') format('opentype'),
}

body {
	margin: 0;
	padding: 0;
	font-size: 16px;
	line-height: 180%;
	color: #333;
	font-family: "yugo", 'Roboto', sans-serif;
	letter-spacing: 1px;
}

.inner {
	width: 1200px;
	margin: 0 auto;
}
.btn a {
	border: 2px solid #115555;
	padding: 10px 0;
	border-radius: 10px;
	text-align: center;
	display: block;
	width: 400px;
	font-size: 26px;
	font-weight: bold;
	line-height: 140%;
	color: #115555;
	text-decoration: none;
	margin: 30px 0;
}
.btn_mini a {
	padding: 10px 0;
	text-align: center;
	display: block;
	width: 250px;
	border: 1px solid #004ece;
	color: #004ece;
	font-size: 16px;
	border-radius: 5px;
	text-decoration: none;
}

.btn a:hover,
.btn_mini a:hover {
	background: #FFF;
}
.more {
	font-size: 21px;
	line-height: 140%;
	text-align: center;
}
.more a {
	font-size: 21px;
	line-height: 140%;
	color: #115555;
	padding: 0 0 0 20px;
	background: url(../img/common/arrow.png) no-repeat 0 50%;
	background-size: 10px;
}

a {
	color: #555;
	transition: 0.5s;
}
a:hover {
	text-decoration: none;
	opacity: 0.7;
	filter:alpha(opacity=70);
    -moz-opacity: 0.7;
}
img {
	vertical-align: bottom;
}

h1, h2, h3, h4, strong {
	margin: 0;
	padding: 0;
	font-family: 'yugo-b';
}

h3.ttl {
	text-align: center;
	font-size: 36px;
	line-height: 160%;
	margin: 0 0 30px 0;
	padding: 0 0 30px 0;
	position: relative;
}
h3.ttl::before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	border-bottom: 3px solid #004ece;
	width : 80px;
	margin: 0 auto;
}

.t_right { text-align: right; }
.t_center { text-align: center; }


/* header */
header {
	overflow: hidden;
	padding: 0;
	top: 0;
	left: 0;
	width: 100%;
	min-width: 1200px;
	z-index: 100;
	position: absolute;
	top: 0;
	left: 0;
}
header.clone-nav {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  transition: .3s;
  transform: translateY(-100%);
}
header.is-show {
  transform: translateY(0);
  background: #FFF;
}
header h1 {
	margin: 0;
	padding: 0;
}
header .logo {
	float: left;
	width: 380px;
	font-family: 'yugo-b';
}
header .logo a {
	color: #555;
	font-size: 22px;
	line-height: 160%;
	text-decoration: none;
	text-align: center;
	background: #FFF;
	display: block;
	padding: 20px 0;
}
header .logo small {
	display: block;
	font-size: 10px;
}
header ul {
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
	float: right;
	width: 820px;
}
header ul li {
	margin: 0;
	padding: 0;
	float: left;
}
header ul li.contact {
	float: right;
}
header ul li a {
	margin: 0;
	padding: 47px 20px;
	color: #000;
	text-decoration: none;
	line-height: 140%;
	font-size: 14px;
	font-weight: bold;
	display: block;
}
header ul li a:hover {
	padding: 47px 20px 42px 20px;
	border-bottom: 5px solid #004ece;
	color: #004ece;
	opacity: 1;
	filter:alpha(opacity=100);
    -moz-opacity: 1;
}
header ul li.contact a {
	background: #00bf48;
	color: #FFF;
	padding: 47px 20px;
	margin-left: 15px;
}
header ul li.contact a:hover {
	padding: 47px 20px 42px 20px;
	border-bottom: 5px solid #FFF;
	color: #FFF;
}
header p.nav-button {
	display: none;
}



/* footer */
ul.menu {
	width: 1200px;
	margin: 50px auto;
	list-style: none;
	padding: 0;
	display: flex;
	flex-wrap:wrap;
}
ul.menu li {
	width: 29.3333%;
	margin: 2% 2% 8% 2%;
}
ul.menu li a {
	text-decoration: none;
}
ul.menu li img {
	width: 100%;
	height: auto;
	margin-bottom: 20px;
}
ul.menu li h4 {
	font-size: 22px;
	line-height: 180%;
	margin: 0 0 10px 0;
	padding: 0;
	text-align: center;
}
ul.menu li p {
	font-size: 15px;
	line-height: 180%;
	margin: 0 auto;
	padding: 0;
	width: 85%;
}

.foot_contact {
	width: 1200px;
	margin: 80px auto;
	list-style: none;
	padding: 0;
	text-align: center;
}

.foot_tel {
	background: url(../img/common/footer/tel_bg.jpg) no-repeat fixed 50% 50%;
	background-size: cover;
	padding: 50px 0;
}
.foot_tel div {
	width: 1000px;
	margin: 0 auto;
	background: #FFF;
	padding: 50px 100px;
	position: relative;
}
.foot_tel h3 {
	font-size: 26px;
	font-family: 'yugo';
	line-height: 160%;
	width: 600px;
}
.foot_tel p {
	font-size: 12px;
	line-height: 160%;
	margin: 15px 0 0 0;
	width: 600px;
}
.foot_tel .tel_num {
	text-indent: -99999px;
	position: absolute;
	top: 50%;
	right: 100px;
	background: url(../img/common/footer/tel_number.png) no-repeat;
	width: 345px;
	height: 80px;
	margin: -40px 0 0 0;
}

footer {
	position: relative;
	padding: 34px 0;
	border-bottom: 1px solid #DDD;
}
footer div {
	width: 1200px;
	margin: 0 auto;
}
footer h4 {
	font-size: 22px;
	line-height: 140%;
	margin: 0 20px 0 0;
	padding: 0;
	display: inline;
}
footer p {
	font-size: 15px;
	font-family: "yugo";
	line-height: 140%;
	margin: 0;
	padding: 0;
	display: inline;
}
footer a.totop {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	width: 100px;
	height: 100px;
	background: #000 url(../img/common/ico/arrow_top.png) no-repeat 50% 50%;
	text-indent: -99999px;
}
.copyright {
	margin: 20px 0;
	font-size: 12px;
	text-align: center;
	color: #999;
}