body {
	font-family: "Lucida Sans", arial, "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", "Osaka", sans-serif;
	line-height: 1.8em;
	font-size: 15px;
	min-width: 960px;
	color: #111;
}

/* ----------------------------------------

コンテンツ最大幅の設定

---------------------------------------- */

.content-wrap {
	max-width: 1100px;
	margin: 0 auto;
	padding: 0 16px;
}

.content-wrap-l {
	max-width: 1300px;
	margin: 0 auto;
	padding: 0 16px;
}

.container-s {
	max-width: 1000px;
	margin: 0 auto;
	padding: 0 16px;
}

/* ----------------------------------------

共通要素

---------------------------------------- */

.common-ttl-1 {
	font-size: 32px;
	font-family: serif;
}

.common-ttl-2 {
	padding: 12px 52px;
	background-color: #fff;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	color: #000;
}

.common-ttl-3 {
	padding: 12px 48px;
	background-color: #071719;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	color: #fff;
}

.common-ttl-4 {
	font-size: 24px;
	font-weight: bold;
}

.common-ttl-5 {
	padding: 12px 48px;
	background-color: #194f6e;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	color: #fff;
}

.common-ttl-6 {
	padding: .7em 1em;
	background-image: url(../img/stripe-2.png);
	font-size: 22px;
}

.ttl-jp {
	position: absolute;
	top: 50%;
	left: 250px;
}

.ttl-eng {
	position: absolute;
	top: 65%;
	left: 250px;
}

/* ----------------------------------------

header

---------------------------------------- */
header {
	position: absolute;
	width: 100%;
	height: 84px;
	left: 0;
	top: 0;
	z-index: 100;
}

header > .img-1 {
	position: absolute;
	top: 13px;
	left: 42px;
}

header > .img-1 img {
	width: 340px;
	height: auto;
}

header > nav {
	position: absolute;
	top: 27px;
	right: 27px;
	/*overflow: hidden;*/
	font-weight: bold;
}

header > nav ul,
header > nav ul li,
header > nav .box-1,
header > nav p {
	float: left;
}

header > nav ul li span {
	display: inline-block;
	margin: 14px 22px;
	cursor: pointer;
}

header > nav ul li span i {
	padding: 0 0 0 8px;
}

header > nav ul.sub-menu {
	position: absolute;
	top: 40px;
	border-radius: 8px;
	padding: 16px;
	background-color: #FFF;
	opacity: 0;
}

header > nav ul li.index:hover ul.sub-menu {
	position: absolute;
	top: 40px;
	opacity: 1;
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	-ms-transition: all 1s;
	-o-transition: all 1s;
	transition: all 1s;
}

header > nav ul.sub-menu li {
	float: none;
	margin: 0 0 16px 0;
	font-weight: normal;
	font-size: 14px;
}

header > nav ul.sub-menu li.last {
	margin: 16px 0 0 0;
}

header > nav .box-1 {
	border-radius: 4px;
	padding: 14px 16px;
	background-color: #2c3a3c;
	color: #fff;
}

header > nav .box-1 p img {
	display: inline-block;
	padding-right: 16px;
}

header > nav .box-1 p:first-of-type {
	padding-right: 23px;
}

.google-trans{
	position: absolute;
  top: 100px;
  right: 26px;
}

/* ----------------------------------------

main-img

---------------------------------------- */
#main-img {
	position: relative;
	left: 0;
	text-align: center;
}

#main-img .inner {
	width: 100%;
	height: 320px;
	margin: 0 0 48px 0;
	background-image: url(../img/main-img.jpg);
}

/**/
.drawer-nav {
	z-index: 1000;
	padding: 24px 28px 28px 28px;
}

.drawer-nav .ttl {
	margin-top:  0.8em;
	margin-bottom:  0.5em;
	padding-bottom:  0.3em;
	border-bottom: 2px solid #aaa;
	font-weight: bold;
}

.drawer-nav .btn-area {
	margin-top: 20px;
}

.drawer-nav .btn-area .item {
	display: block;
	padding: 0.4em 0;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background-color: #f53043;
	color: #fff;
	text-align: center;
}

.drawer-hamburger {
	z-index: 1001;
}
/*.drawer--left .drawer-nav {
	left: -240px;
}

.drawer--left.drawer-open .drawer-hamburger {
	left: -240px;
}*/

/* ----------------------------------------

下層メイン画像

---------------------------------------- */

.intro-img {
	position: relative;
}

.intro-img .img-1 {
	text-align: center;
}

.intro-img .decoration {
	position: absolute;
	bottom: -48px;
	right: 0px;
}

/* ----------------------------------------

footer

---------------------------------------- */

footer {
	padding-top: 64px;
	padding-bottom: 58px;
	background-color: #2e3c3e;
	color: #fff;
}

footer .menu-wrap p {
	font-weight: bold;
}

footer .menu-wrap ul li i {
	margin-right: 12px;
}

footer .menu-wrap ul li a {
	display: inline-block;
	margin-top: 12px;
}

footer .menu-wrap ul li:first-of-type a {
	margin-top: 0px;
}

footer .menu-wrap ul li a:hover {
	text-decoration: underline;
}

footer .menu-wrap .box-1 {
	overflow: hidden;
}

footer .menu-wrap .box-1 img {
	display: inline-block;
	float: left;
	margin-right: 16px;
}

footer .menu-wrap .box-1 p {
	line-height: 49px;
}

footer .footer-logo {
	margin: 40px auto 0px auto;
	width: 218px;
	text-align: center;
}

footer .footer-logo .img-1 img{
	width: 100%;
}

footer .footer-logo .line {
	margin: 0 auto;
	width: 80px;
	height: 2px;
	background-color: #fff;

}

/* 以下タブレット(col-md)の設定 */
@media screen and (max-width: 992px) {

}
