@charset "UTF-8";

/*====== reset.css =====*/
abbr,address,article,aside,audio,b,blockquote,body,canvas,caption,cite,code,dd,del,details,dfn,div,dl,dt,em,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,p,pre,q,samp,section,small,span,strong,sub,summary,table,tbody,td,tfoot,th,thead,time,tr,ul,var,video{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:0 0}body{font-size:14px;line-height:1.4;font-family:Verdana,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ','ＭＳ Ｐゴシック','MS P Gothic',sans-serif}article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary{display:block}ul{list-style:none}blockquote,q{quotes:none}blockquote:after,blockquote:before,q:after,q:before{content:'';content:none}a{margin:0;padding:0;border:0;font-size:100%;vertical-align:baseline;background:0 0}ins{background-color:#ff9;color:#000;text-decoration:none}mark{background-color:#ff9;color:#000;font-style:italic;font-weight:700}del{text-decoration:line-through}abbr[title],dfn[title]{border-bottom:1px dotted #000;cursor:help}table{border-collapse:collapse;border-spacing:0}hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0}

/*====== clearfix =====*/
.clearfix:after,
.float_dl:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.clearfix,
.float_dl {
	min-height: 1px;
}

* html .clearfix,
* html .float_dl {
	height: 1px;
	/*¥*//*/
	height: auto;
	overflow: hidden;
	/**/
}

.clear { clear: both; }
.center {text-align: center!important;}

/*====== box-sizing =====*/
html { box-sizing: border-box; }
*, *:before, *:after { box-sizing: inherit; }

#wrapper { overflow: hidden; }

/*====== font =====*/
body {
	font-family: "ヒラギノ角ゴ ProN W3", "HiraKakuProN-W3", "ヒラギノ角ゴ Pro W3", "HiraKakuPro-W3", "Hiragino Kaku Gothic Pro", "Helvetica Neue", "游ゴシック Medium", "メイリオ", Meiryo, sans-serif;
	font-style: normal;
	/*font-weight: 500;*/
	font-size: 16px;
	background: #000;
	color: #fff;
}
h1, h2, h3, h4, h5, h6 {
	color: #fff;
	letter-spacing: 0.04em;
	line-height: 1.273;
}
p, li, dt, dd {
	letter-spacing: 0.05em;
	line-height: 1.857;
}

.font-h {
	font-family: "FOT-テロップ明朝 Pro D", serif;
}
.font-en {
	font-family: 'Libre Baskerville', serif;
}
.font-bold {
	font-weight: 700;
}

/*====== link =====*/
a { color: #fff; }
a:hover { opacity: 0.7; }

a.btn_link {
	display: inline-block;
	border: solid 1px #858585;
	width: 100%;
	height: 48px;
	line-height: 48px;
	font-size: 12px;
	text-align: center;
	text-decoration: none;
	white-space: nowrap;
}

/*====== button =====*/
button { outline: none; }

/*====== img =====*/
img {
	max-width: 100%;
	height: auto;
	vertical-align: top;
}
.img_w100 img {
	width: 100%;
}

iframe {
	width: 100%;
	height: 100%;
	vertical-align: top;
}
.map {
	width: 100%;
	height: 0;
	padding-top: 69.3%;
	position: relative;
}
.map iframe {
	position: absolute;
	top: 0;
	left: 0;
}

/*====== common style =====*/
.box-inner1 {
	display: block;
	max-width: 1100px;
	width: 92%;
  margin: 0 auto;
}
.box-inner2 {
	display: block;
	max-width: 800px;
	width: 84%;
  margin: 0 auto;
}

.area-w,
.area-w .sec-tit-en,
.area-w .sec-tit,
.area-w .sec-cat,
.area-w .slick-prev,
.area-w .slick-next,
.area-w .slick-counter {
	color: #000;
}
.area-w .slick-prev:before,
.area-w .slick-prev:after,
.area-w .slick-next:before,
.area-w .slick-next:after,
.area-w .slick-counter .hr {
	background: #000;
}
.area-w .sec-tit-en,
.area-w .sec-tit,
.area-w .sec-cat,
.area-w .slick-counter {
	font-weight: 700;
}

.table {
	width: 100%;
}
.table th,
.table td {
	border: solid 1px #000;
	height: 68px;
}
.table th { font-weight: 500; }

.table thead th {
	background: #000;
	color: #fff;
	padding: 20px 10px;
}
.table tbody th,
.table tbody td {
	padding: 10px;
	text-align: center;
	vertical-align: middle;
}
.table tbody tr:nth-child(even) th,
.table tbody tr:nth-child(even) td {
	background: #eee;
}
@media screen and (max-width: 479px) {
	.table tbody th,
	.table tbody td {
		padding: 10px 2px;
	}
}

.float-dl {
	clear: both;
}
.float-dl dt,
.float-dl dd {
	float: left;
}
.float-dl dd {
	margin-right: 1em;
}

ul.disc > li {
	padding-left: 1.2em;
	text-indent: 0;
	position: relative;
}
ul.disc > li:before {
	content: "・";
	position: absolute;
	left: 0;
}

ul.kome > li {
	padding-left: 1.3em;
	text-indent: 0;
	position: relative;
}
ul.kome > li:before {
	content: "※";
	position: absolute;
	left: 0;
}

.point_list li {
	display: inline-block;
	vertical-align: top;
	background: #333;
	color: #c0c0c0;
	font-size: 94%;
	font-weight: 700;
	padding: 2px 6px;
	margin: 0 1px 6px 0;
}

.font-wred { color: #760038; }
.font-gray { color: #c5c5c5; }

.font-small { font-size: 88%; }
.font-big { font-size: 113%; }

.font20 { font-size: 125%; }
.font23 { font-size: 144%; }
.font26 { font-size: 163%; }
.font29 { font-size: 181%; }
.font32 { font-size: 200%; }
.font36 { font-size: 225%; }
.font39 { font-size: 244%; }

.mbt0 { margin-bottom: 0 !important; }
.mbt5 { margin-bottom: 5px; }
.mbt10 { margin-bottom: 10px; }
.mbt15 { margin-bottom: 15px; }
.mbt20 { margin-bottom: 20px; }

.mtp0 { margin-top: 0 !important; }

.iblock { display: inline-block; }
.no-br { white-space: nowrap; }
.font-tume { letter-spacing: -0.1em; }

.tleft { text-align: left; }
.tcenter { text-align: center; }
.tright { text-align: right; }

.fleft { float: left; }
.fright { float: right; }
