@charset "utf-8";

/* =ウィンドウ幅確認
------------------------------------------------------------------------------ */

#winsize2 {
	position: fixed;
	bottom: 0;
	left: 0;
	font-size: 10px;
	z-index: 9999;
	color: #fff;
	background-color: #000;
	padding: 0 2px;
}

/* =全体
------------------------------------------------------------------------------ */

html {
	font-size: 62.5%;
}
body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-family: 'Noto Sans Japanese', 'Noto Sans JP',sans-serif;
	font-weight: 400;
	-webkit-text-size-adjust: 100%;
	line-height: 1.8;
	font-size: 1.6rem;
	letter-spacing: 1px;
	margin-bottom: 56px;
}
*, *:before, *:after {
	-webkit-box-sizing: border-box;
		 -moz-box-sizing: border-box;
		 -o-box-sizing: border-box;
		-ms-box-sizing: border-box;
			box-sizing: border-box;
}

.wrap {
	max-width: 1120px;
	margin: 0 auto;
}
.wrap.mt2 {
	margin-top: 2em;
}
.wrap.mtb2 {
	margin-top: 2em;
	margin-bottom: 2em;
}
.wrap::first-letterafter,
header::after,
#contents::after,
.clearFix::after {
	content: "";
	display: block;
	clear: both;
}
img, object, embed {
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
}
a {
	overflow: hidden;
	outline: none;
	text-decoration: none;
}
a:hover, a:active {
	text-decoration: underline;
	outline: none;
}

a.opa:hover {
	text-decoration: none;
	opacity: 0.75;
	filter: alpha(opacity=75);
	-ms-filter: "alpha(opacity=75)";
}
a.out {
	font-weight: 500;
}
a.out:after {
	display: inline-block;
	font-family: 'icomoon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	content: "\e3e0";
	vertical-align: middle;
	text-decoration: none;
	margin-left: 0.25em;
}
a.pdf:after {
	display: inline-block;
	background-image: url("../img/pdf.svg");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 16px auto;
	height: 20px;
	width: 15px;
	content: "";
	vertical-align: middle;
	margin-left: 0.25em;
}


button[type="submit"],
input[type="submit"] {
	-webkit-transition: none;
	transition: none;
	-webkit-appearance: none;
	border-radius: 0;
	border: 0;
}
.clearText	{
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}
.clear {
	clear: both;
}

/* =ヘッダー
------------------------------------------------------------------------------ */

header#top {
}
header#top.fixed {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 9999;
}

header#top .wrap {
	max-width: 1440px;
}

/* =説明 */

header#top .desc {
	font-size: 1.4rem;
	margin: 0 0 0 0.5em;
}
/* =ロゴ */

header#top .logo {
	float: left;
	margin: 0.5em 0 0.5em 0.5em;
}
header#top .logo img {
	height: auto;
}

/* =お問い合わせ */

header#top ul.contact {
	list-style: none;
	float: right;
	margin: 1em 1em 1em 0;
}
header#top ul.contact li {
	display: inline-block;
	margin: 0 1em 0 0;
}
header#top ul.contact li:last-child {
	margin-right: 0;
}

/* =電話 */

header#top dl.phone {
	float: right;
	margin: 0 2em 1em 0;
	line-height: 1.2;
	font-size: 1.2rem;
}
header#top dl.phone dt {
}
header#top dl.phone dd {
}
header#top dl.phone .num {
	display: inline-block;
	font-size: 2.8rem;
	font-weight: 600;
}
header#top dl.phone .num a {
	text-decoration: none;
}
header#top dl.phone .num:before {
	font-family: 'icomoon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	font-size: 1.6rem;
	content: "\e943";
	vertical-align: middle;
	margin-right: 0.25em;
	line-height: 1;
}

header#top dl.phone .sub {
	display: inline-block;
	padding-top: 1em;
	vertical-align: top;
}
/* =携帯
header#top dl.phone .num:before {
	content: "\e0d2";
}
*/
	
header#top dl.phone a:hover {
	text-decoration: none;
}



/* =ナビ */

#nav {
	clear: both;
}

ul#primary {
	list-style: none;
	text-align: center;
}
ul#primary li {
	display: inline-block;
	vertical-align: middle;
	padding: 0;
	margin: 0;
}
ul#primary li a {
	display: block;
	text-decoration: none;
	line-height: 1;
	padding: 1em 0.5em;
	margin: 0 2em 0 0;
}
ul#primary li:last-child a {
	margin-right: 0;
}
ul#primary li a .en {
	display: block;
	font-size: 1.0rem;
	margin-top: 0.5em;
}
/* =ナビ（入れ子） */

ul#primary li.nest {
	position: relative;
}
ul#primary li.nest a:after {
	display: inline-block;
	font-family: 'icomoon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	vertical-align: middle;
	content: "\e5cf";
	margin-left: 0.25em
}
ul#primary li.nest ul {
	display: none;
	position: absolute;
	text-align: left;
	top: 100%;
	left: 0;
	z-index: 99999;
	width: 320px;
	border: 1px solid;
}
ul#primary li.nest ul li {
	display: block;
	padding: 0;
	margin: 0;
	border-bottom: 1px dotted;
}
ul#primary li.nest ul li:last-child {
	border-bottom: none;
}
ul#primary li.nest ul li a {
	display: block;
	margin: 0;
	padding: 1em;
	line-height: 1.2;
}
ul#primary li.nest ul li a:after {
	display: none;
	content: '';
	margin: 0;
}


/* =看板
------------------------------------------------------------------------------ */

.eyecach {
	clear: both;
	padding: 0;
    margin: 0;
}


/* =パンくず
------------------------------------------------------------------------------ */

.pankz {
	padding: 1em 0;
	margin: 0;
	font-size: 1.2rem;
	overflow: hidden;
}

/* =フッター
------------------------------------------------------------------------------ */

footer {
	clear: both;
	border-top: 1px solid;
}


footer .wrap {
	width: 100%;
	display: table;
	table-layout: fixed;
}
footer .wrap:before {
	display: table-cell;
	width: 50%;
}
footer .wrap:after {
	display: table-cell;
	height: auto;
	width: 50%;
	background-image: url(../img/footBg.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: cover;
	content: '';
}


/* =クレジット */

footer .credit {
	clear: both;
	margin: 4em 0;
	overflow: hidden;
}
footer .credit p {
	margin: 0 0 1em;
}

footer .credit p {
}
footer .credit dl {
	margin: 0 auto;
    display: inline-block;
    text-align: left;
}
footer .credit dl dt {
    clear: both;
    float: left;
	padding: 0;
	margin: 0 2em 0 0;
}
footer .credit dl dd {
	padding: 0;
	margin: 0;
    text-align: left;
    overflow: hidden;
}
footer .credit dl dd dl {

}
footer .credit dl dd dt {
    width: 6em;
    font-weight: 600;
    margin-right: 0;
}
footer .credit dl dd dd {
}

footer .credit .num {
	display: block;
	font-size: 2.8rem;
	font-weight: 600;
	line-height: 1;
}
footer .credit .num span[class*="icon-"] {
	font-size: 1.6rem;
	vertical-align: middle;
	margin-right: 0.25em;
}
footer .credit .sub {
	font-size: 1.4rem;
	line-height: 1.6;
}
.telno a {
	text-decoration: none;
}

/* =サイトマップ */

footer ul.sitemap {
	display: inline-block;
	padding: 0;
	margin: 0 auto;
	list-style: none;
	font-size: 1.4rem;
	line-height: 1.4;
	text-align: left;
}
footer ul.sitemap li {
	padding: 0;
	margin: 0;
}
footer ul.sitemap li a {
	display: inline-block;
	text-decoration: none;
}
footer ul.sitemap li a:before {
	font-family: 'icomoon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	vertical-align: middle;
	content: "\eb18";
	margin-right: 0.25em;
	font-size: 1.2rem;
}
footer ul.sitemap li a:hover {
}


footer ul.sitemap li ul {
	list-style: none;
	font-size: 1.2rem;
	margin: 0 0 1em 1.5em;
}

footer ul.sitemap li ul li {
	padding: 0;
	margin: 0;
}
footer ul.sitemap li ul li a:before {
	content: "";
    margin-right: 0;
}
/*
footer ul.sitemap li ul li a:before {
	width: 1em;
	height: 1em;
	line-height: 1;
	text-align: center;
	vertical-align: middle;
	position: absolute;
	top: 0.25em;
	left: 0;
	content: "・";
}
*/

/* ナビ */

ul#secondary {
	list-style: none;
	padding: 0.5em 0;
	margin: 0;
	overflow: hidden;
	text-align: center;
}
ul#secondary li {
	display: inline-block;
	padding: 0;
	margin: 0;
}
ul#secondary li a {
	font-size: 1.2rem;
	line-height: 1.6;
	border-right: 1px solid;
	padding: 0 1em;
}
ul#secondary li:last-child a {
	border-right: none;
	padding-right: 0;
}
/* コピーライト */

.copyright {
	clear: both;
	text-align: center;
	padding: 1em 0;
	margin: 0 auto;
	font-size: 1.2rem;
}
.copyright a {
	text-decoration: none;
}

/* =固定ボタン */

ul#footFix {
	position: fixed;
	bottom: 0;
	left: 0;
	display: table;
	table-layout: fixed;
	width: 100%;
	z-index: 1000;
}
ul#footFix li {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	border-right: 1px solid;
	height: 56px;
}
ul#footFix li a {
	display: block;
	text-decoration: none;
	font-size: 1.2rem;
	line-height: 1;
}
ul#footFix li a span[class*="icon-"] {
	display: block;
	line-height: 1;
	font-size: 24px;
	margin-bottom: 0.25em;
	vertical-align: middle;
}

/* =ページトップ
------------------------------------------------------------------------------ */

.pagetop {
	position: fixed;
	bottom: 64px;
	right: 10px;
	/*\*/ 
	overflow: hidden;
	/**/
}
.pagetop a {
	display: table;
	height: 48px;
	width: 48px;
	text-decoration: none;
}
.pagetop span[class*="icon-"] {
	font-size: 1.8rem;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}



/* =drawer.js
------------------------------------------------------------------------------ */

/* =背景 */

.drawer-nav {
	background-color: rgba(255,255,255,0.5);
}

/* =ボタン */

.drawer-hamburger {
	display: none;
	margin: 0;
	padding: 0;
}

.drawer-hamburger-icon {
	display: block;
	position: relative;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}
.drawer-hamburger-icon,
.drawer-hamburger-icon:before,
.drawer-hamburger-icon:after {
	width: 18px;
	height: 2px;
	background-color: #fff;
}
.drawer-hamburger-icon:before {
	top: -6px;
}
.drawer-hamburger-icon:after {
	top: 6px;
}

/* =ロゴ */

.drawer-menu li.drawer-brand {
	text-align: center;
	padding: 1em;
}
.drawer-menu li.drawer-brand img {
	display: block;
	height: auto;
	width: 120px;
	margin: 0 auto;
}

/* =メニューリンク */

.drawer-menu li a {
	display: block;
	border-bottom: 1px solid;
	padding: 0.75em 1em 0.75em 1.5em;
	margin: 0;
}

/*
.drawer-menu li a {
	display: block;
	float: left;
	width: 50%;
	border-bottom: 1px solid;
	padding: 1em;
	margin: 0;
}
.drawer-menu li:nth-child(odd) a {
	border-right: 1px solid;
}
*/
.drawer-menu li a:hover {
	text-decoration: none;
}
.drawer-menu li:last-child a {
	border-bottom: none;
}
.drawer-menu li a .en {
	display: inline-block;
	font-size: 1.0rem;
	margin-left: 0.5em;
}
/* =メニューリンク入れ子 */

.drawer-dropdown .drawer-caret {
	margin-left: 0.5em;
}
.drawer-dropdown-menu {
}
.drawer-dropdown-menu li a {
	padding-left: 2em;
}
.drawer-dropdown-menu li a:hover {

}

