@charset "utf-8";
article,aside,dialog,div,figure,footer,header,hgroup,hr,nav,section{display:block}a,hr{border:0;padding:0}em,mark{font-style:italic}abbr,address,article,aside,audio,b,blockquote,body,caption,cite,code,dd,del,dfn,dialog,div,dl,dt,em,fieldset,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,sup,tfoot,time,ul,var,video{margin:0;padding:0;border:0;outline:0;vertical-align:baseline;background:0 0}mark,strong{font-weight:700}ins,mark{background-color:#ff9;color:#000}body{line-height:1.6;overflow-y:scroll}nav ul{list-style:none}blockquote,q{quotes:none}blockquote:after,blockquote:before,q:after,q:before{content:'';content:none}.chu:before,.kome:before{content:"\00203B"}a{margin:0;font-size:100%;vertical-align:baseline;background:0 0}ins{text-decoration:none}.red,b{color:red}del{text-decoration:line-through}abbr[title],dfn[title]{border-bottom:1px dotted #000;cursor:help}table{border-collapse:collapse;border-spacing:0}hr{height:1px;border-top:1px solid #ccc;margin:1em 0}input,select{vertical-align:text-top}img{vertical-align:bottom}b{font-size:inherit}small{font-size:80%}.center{text-align:center}.border{border:1px solid}.blue{color:#00f}.chu{color:red}.kome{margin-left:1em;font-size:90%;}blockquote p,q{quotes:"『" "』""「" "」"}blockquote p:before,q:before{content:open-quote}blockquote p:after,q:after{content:close-quote}
*, *::before, *::after{ box-sizing: border-box; }
ul li, ol li{ list-style: none; }
a{ color: #0055a6; }
address{ font-style: normal; }
.url{ word-break: break-all; }
.number{ letter-spacing: 1.3px; }
.indent p{	text-indent: 1em; }
.sage{ margin-left: 1em; }
.att{ color: red; font-weight: bold;}
.attention {
	clear: both;
	margin: 10px 1% 30px;
	padding: 15px 1.5%;
	background: #FFC;
	border: double 4px #FC0;
}
.right{ text-align: right; }
.clear{ clear: both; }
.news_box{
	border: solid 2px #FF0509;
	color: red;
	font-weight: bold;
	width: 100%;
	padding: 10px;
}


.btn {
  display: inline-block;
  margin: 10px auto;
  padding: 5px 1em;
  text-align: center;
  border: 0px solid;
  border-radius: 15px;
  background-color: #0055a6;
}
.btn a{
  text-decoration:none;
  color:white;
}
.btn_area{
	margin: 20px auto;
	text-align: center;
}
.btn_area img{
	width: 100%;
	max-width: 620px;
	height: auto;
	margin-bottom: 10px;
}

.text-block{
	margin: 20px 40px;
	padding: 10px;
	background: #FFF;
}
.box{
	margin: 20px 0;
	padding: 10px 0;

}
.center_box{
	margin: 20px 0;
	padding: 10px 0;
	text-align: center;
	line-height: 1.6;
}
@media screen and (max-width: 400px){
	.center_box img{
		width: 96%;
		margin: 0 2%;
	}
}
.s_box{
	padding: 5px 2%;
}
.p_box{
	margin: 20px 0;
	padding: 10px 1em;
}

.res img{
	width: 100%;
	max-width: 100%;
	height: auto;
}


/* ******* listスタイル ******* */
/* (1),(2)… */
.list_counter > li{
	list-style-type:none;
	list-style-position:inside;
	counter-increment: cnt;
	margin-left: 2em;
	margin-bottom: 0.5em;
}
.list_counter > li:before{
	content: "(" counter(cnt) ") ";
	display:inline-block;
	margin-left:-2.5em;
	width: 2.5em;
	text-align: center;
}
.disc > li{ 
	list-style: inside disc;
	margin-left: 1em;
	text-indent: -1em;
}
.decimal > li{ 
	list-style: inside decimal;
	margin-left: 1em;
	text-indent: -1.5em;
}
.circle > li{ 
	list-style: inside circle;
	margin-left: 1em;
	text-indent: -1em;
}
.list > li{ 
	list-style: none;
	margin-left: 1em;
	text-indent: -1em;
}
.list > li::before{
	content: "※";
}
.no_mark > li{
	list-style: none;
	text-indent: 0;
}
.no_mark_i > li{
	list-style: none;
	margin-left: 1em;
	text-indent: -1em;
}
.event{
  padding: 5px;
  margin: 5 0px;
  border: solid 2px #0099CC;}

/* ******* dlスタイル ******* */
dl.label > dt{
	margin-bottom:15px;
	padding: 2px 0 2px 8px;
	font-size:14px;
	font-weight:bold;
	border-left: solid 5px #0c7fc7;
	border-bottom: dotted 1px #ccc;
}
dl.label > dd{
	margin-bottom:20px;
	padding-left:20px;
}

dl.short > dt{
	clear: both;
	float: left;
	width: 5em;
}
dl.short > dt::after{
	content: "：";	
}
dl.short > dd{
	margin-left: 3em;
}

dl.sshort > dt{
	clear: both;
	float: left;
	width: 4em;
}
dl.sshort > dt::after{
	content: "：";	
}
dl.sshort > dd{
	margin-left: 4em;
}


dl.dl_link dd{
	margin-left: 2em;
	margin-bottom: 20px;
}


/* ******* tableスタイル ******* */
table.hyo {
	width:100%;
	border-collapse:collapse;
	margin: 0px 0 20px;
	text-align:center;
  font-size: 13px;
	}
.hyo th {
	background:#FFFDCE;
	padding:5px;
	font-weight:bold;
	border: solid 1px #ccc;
	vertical-align:top;
	}
.hyo td {
	padding:5px;
	border: solid 1px #ccc;
	vertical-align:middle;
}





table.price{
	border: 1px solid #ccc;
	width: 80%;
	max-width: 100%;
	margin: 5px;
	border-collapse: collapse;
}
table.price th, .price td{
	border: 1px solid #ccc;
	padding: 5px 10px;
}
table.price th{
	background: #444;
	color: #FFF;
	text-align: center;
}

table.border{
	border: 1px solid #ccc;
	width: 95%;
	margin: 5px auto;
	border-collapse: collapse;
}
table.border th, table.border td{
	border: 1px solid #ccc;
	padding: 5px;
}
table.border th{
	background: #444;
	color: #FFF;
	text-align: center;
}

#pokehuta,#concept {
	margin-bottom: 50px;
}



/* ******* 共通 ******* */
.mt10{margin-top: 10px;}
.mt20{margin-top: 20px;}
.mt60{margin-top: 60px;}
.fwb{font-weight: bold;}
.mb30{margin-bottom: 30px;}
.mr30{margin-right: 30px;}
.ml30{margin-left: 30px;}
.txt_c{
	text-align: center;
}
.ftw{
	font-weight: bold;
	font-size: 120%;
}
.ftc{
	color: #0099CC;
	font-weight: bold;
}
.ftc_b{
	color: black;
}
.photo_s{
  width: 100%;
  max-width: auto;
}
.fwn{
	font-weight: normal;
}

.fwn_b{
	font-weight: normal;
    color: black;
}
.moco_tittle{
  font-size: 170%;
  padding: 0.5em 1em;
  margin: 50px 0;
  color: #FFF;
  text-align: center;
  background: #0099CC;
}

#creca {
		clear: both;
}

#top_news {
	margin-top: 60px;
}
