@charset "utf-8";
/* CSS Document */
/* YUI3 CSS Fonts フォントサイズ対応表
10px:77%     11px:85%     12px:93% 
13px:100%    14px:108%    15px:116%
16px:123.1%  17px:131%    18px:138.5%
19px:146.5%  20px:153.9%  21px:161.6%
22px:167%    23px:174%    24px:182%
25px:189%    26px:197%
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    background:transparent;
}
*{
	margin:0;
	padding:0;
	line-height:1.5;
	list-style:none;
}
table{
    border-collapse:collapse;
    border-spacing:0;
}
img{
	border:none;
}
a, a:link,/*未訪問のリンクを指定*/
a:visited,/*訪問済みのリンクを指定*/
a:hover,/*マウスオーバーした時のリンク部分を指定*/
a:active,/*クリック時のリンク部分を指定*/
a{
	text-decoration:none;
}
body{
	font:14px/1.3 Geneva, sans-serif;
	-webkit-text-size-adjust: 100%;
	font-family: 'Noto', '游ゴシック', YuGothic, 'ヒラギノ角ゴ ProN W3', "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
	background:#112e1c;
}

/*---------topに戻るボタン------------*/
#page-top{
	position:fixed;
	bottom:85px;
	right:0;
	z-index:999;
	width:18%;
	opacity:0.8;
}

#page-top img{
	width:80%;
	border-radius:5px;
}

#contents{
	background:#112e1c;
}

.apollon{
	background:#000;
	z-index:999;
	padding:5px;
	position:absolute;
	left:0;
	top:13px;
	margin-left:10px;
	border-radius:5px;
	color:#fff;
	border:1px solid #a6937c;
	text-align:center;
}

.apollon a{
	color:#fff;
}


/*------------------ nav ------------------*/
#navi{
    width:100%;
}

#dropmenu{
    display: table;
    table-layout: fixed;
    text-align: center;
    width: 100%;
    margin:0 auto;
}

#dropmenu02{
    display: table;
    table-layout: fixed;
    text-align: center;
    width: 100%;
    margin:0 auto;
}

#dropmenu li{
	border-top:1px solid #fff;
}

#dropmenu li,#dropmenu02 li {
    display:table-cell;
    color:#535353;
	border-bottom:1px solid #fff;
}

.none{
    border-right:none !important;
}

#dropmenu li img,#dropmenu02 li img{
    width:100%;
	vertical-align:bottom;
}

/*-------------フッター---------------*/
footer{
	background-color: #fff;
	clear:both;
}

/*-------フッターアコーディオン-------------*/
.demo{
	width:100%;
	clear:both;
}

.demo a{
    display: block;
	color:#535353;
}

.demo .child{
    display: none;
    padding: 0;
    padding:0 0 10px;
}

.ac_list{
	margin: 0 20px;
    color:#535353;
	padding:10px 0 10px 20px;
	background: url(../img/ico_arw02.png) no-repeat 2px 18px;
	background-size: 10px auto;
}

.demo .child > li:last-child{
    border-bottom: 0;
}

.switch .menu:after{
    content: "";
    display: block;
    position: absolute;
    width: 12px;
    height: 12px;
    top: 0;
    bottom: 0;
    right: 10px;
    left: auto;
    margin: auto;
    background: url(../img/ico_acc02.png) no-repeat;
    background-size: 12px 24px;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.switch .menu.active:after{
    content: "";
    display: block;
    position: absolute;
    width: 12px;
    height: 12px;
    top: 0;
    bottom: 0;
    right: 10px;
    left: auto;
    margin: auto;
    background: url(../img/ico_acc03.png) no-repeat;
    background-size: 12px 24px;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.menu{
    display: block;
    position: relative;
    border-top: 1px solid #ccc;
	padding:20px 10px;
}

.demo04 .menu{
    background: #fff;
    color: #535353;
	font-weight:bold;
}

.campas{
	color:#535353;
	font-weight: bold;
	padding:20px 10px;
	border-top: 1px solid #ccc;
	background: url(../img/ico_arw02.png) no-repeat 97% 50%;
	background-size: 12px auto;
}

.campas a{
	color:#fff;
}

/*---------------フッターロゴ---------------------*/
.footer_logo img{
	width:50%;
	display:block;
	margin:20px auto 0;
	vertical-align:bottom;
}

/*---住所、TEL----*/
.add02{
	color:#535353;
	font-size:77%;
	text-align:center;
	padding:20px 0;
}

.add02 a {
	color:#535353;
}

/*------------コピーライト-----------------*/
.copy{
	color:#fff;
	font-size:70%;
	text-align:center;
	padding:20px 0;
	background:url(../img/footer_back.png);
	margin-bottom:25%;
}

/*---------フッター資料請求ボタン------------*/
.pagetop {
    position: fixed;
    bottom: -80px;
    z-index:999;
	width: 100%;
}

.pagetop li a {
    display: block;
    z-index:999;
}

.pagetop li img{
	width:100%;
    box-shadow:rgba(111, 114, 117, 0.109804) 2px 2px 2px 1px;
    -webkit-box-shadow:rgba(111, 114, 117, 0.109804) 2px 2px 2px 1px;
    -moz-box-shadow:rgba(111, 114, 117, 0.109804) 2px 2px 2px 1px;
	vertical-align:bottom;
	border-top:2px solid #c0b28d;
}


