/*************************************************/
/*


　基本設定


*/
/*************************************************/

/*--****　初期化　****--*/

*{
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-o-box-sizing:border-box;
	-ms-box-sizing:border-box;
	box-sizing:border-box;
	margin:0;padding:0;
}

/*--****　iphone用font自動調整解除　****--*/

html,body,form,fieldset,p,div,h1,h2,h3,h4,h5,h6,dl,dt,dd{
	-webkit-text-size-adjust:100%;
}

body{
	font-family: 'Roboto','小塚ゴシックProM','HiraginoKakuGothicPro','メイリオ',Meiryo,'ＭＳＰゴシック','MSPGothic',sans-serif;
	font-size:110%;
	font-style:normal;
	font-weight:normal;
	color:#001a43;
	text-align:left;
	line-height:1.5em;
	padding-bottom:80px;
	background-color:#f2f0f0;
}

/*--****　見出し　****--*/

h1{
	font-size:400%;
	text-align: center;
	margin: 0 auto;
	line-height: 1em;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
}

h2{
	font-size:230%;
	padding: 0 ;
	margin-bottom: 0.5em;
	line-height: 1.3em;
}

h3{
	font-size:150%;
	font-style:bold;
	margin: 0em 0;
	line-height: 1.3em;
}

/*--****　画像　****--*/

img{
    width:auto;
    height:auto;
    max-width:100%;
    max-height:100%;	border:0px;
	vertical-align:text-bottom;
	margin:0;
}

/*--****　リンク　****--*/

a:link{
	color:#C07A00;
	font-style:normal;
	text-decoration:underline;
}
a:visited{
	color:#C07A00;
	font-style:normal;
	text-decoration:underline;
}
a:hover{
	color:#CC3300;
	font-style:normal;
	text-decoration:underline;
}
a:active{
	text-decoration:none;/*下線なしになる*/
}

a{outline:none;}

/*--****　ボタンリンク　****--*/

a.button {
	width:100%;
	padding: 1em;
	margin:0.5em 0;
	display: inline-block;

	font-size: 100%;
	font-weight: bold;
	vertical-align:middle;
	text-align: center;
	text-decoration: none;
	line-height: 1.3em;
	outline: none;

	border: solid 2px #FF9900;
	background-color: #FF9900;
	color: #fff;
}

a.button:hover {
	background-color: #fff;
	border: solid 2px #001a43;
	color: #001a43;
}

a.orange:hover {
	border: solid 2px #C07A00;
	background-color: #Fff;
	color: #C07A00;
}

a.button::before,
a.button::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
a.button,
a.button::before,
a.button::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
/*************************************************/
/*


　レイアウト


*/
/*************************************************/

/*--****　ラッパー　****--*/
.w900{
	width:100%;
	max-width:900px;
	margin: 0 auto;
	padding: 0 1em;
	overflow: hidden;
	position: relative;
}

div.langage{
	position: absolute;
	top:20px;
	right:20px;
	padding:10px;
	background: #001a43;
	color: #fff;
	font-weight: bold;
}

.copy{
	color: #CC0033;
	margin: 1em 0 -2em 0;
	text-align: center;
	font-size: 200%;
	line-height: 1.5em;
}
/*-- **** メニュー **** --*/
.navi{
	position: fixed;
	bottom: 0;
	width: 100%;
	max-height: 80px;
	z-index:1000;

	background-color: #FFF;

	box-shadow: -10px -10px 2px rgba(0,0,0,.1);
	-webkit-box-shadow: 0 -2px 5px rgba(0,0,0,.5),0 0 30px rgba(0,0,0,.2);
	-moz-box-shadow: -10px -10px 2px rgba(0,0,0,.1);
}

ul.menu{
	max-width:900px;
	margin: 0px auto;
	list-style-type: none;
}

ul.menu li.menu{
	list-style:none;
	text-align: center;
	float: left;
	width: 25%;

}

li.menu img{
	height: auto;
	max-width: 160px;
	width: 100%;
}

ul.menu a{
	display: block;
}

ul.menu a:hover {/*カーソルを合わせたときの色*/
	background-color: rgba(0,0,0,.1);
}

/*-- **** 「トップへ」ボタン **** --*/

#pagetop {
	position: fixed;
	top: 10px;
	right: 10px;
}
 
#pagetop a {
	display: block;
	z-index: 1001;
	padding: 0.5em;
	border-radius: 30px;
	width: 35px;
	height: 35px;
	background-color: #001a43;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	text-align: center;

	box-shadow: -10px -10px 2px rgba(0,0,0,.1);
	-webkit-box-shadow: 0 -2px 5px rgba(0,0,0,.5),0 0 30px rgba(0,0,0,.2);
	-moz-box-shadow: -10px -10px 2px rgba(0,0,0,.1);
}
 
#pagetop a:hover {
  text-decoration: none;
  opacity: 0.7;
}

/*--****　ヘッダー　****--*/
.header{
	text-align: center;
	margin: 3em 0;
}

.header img{
}

/*--****　セクション　****--*/
.section{
	margin: 1em 0 1em;
}

/*--****　アコーディオン　****--*/

.accordion {
	width:100%;
	max-width:900px;
	margin: 0 auto;
}

.accordion .ac-content {
	background-color:#fff;
	margin-bottom: 1.5em;

	-webkit-box-shadow: 0 2px 2px rgba(0,0,0,.1);
	-moz-box-shadow: 0 2px 2px rgba(0,0,0,.1);
	box-shadow: 0 2px 2px rgba(0,0,0,.1);

}
.accordion input {
	display: none;
}

.accordion label {
	font-size:100%;
	font-weight:bold;

	padding: 8px 0.5em 5px 0.5em;
	transition: all 0.2s;
	cursor: pointer;
	display: block;
	
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
    -moz-text-overflow:ellipsis;
    -o-text-overflow:ellipsis;

}
.accordion label:before {
	content:"▼";
	padding: 0 0.5em 0 0.3em;
	font-size:90%;
}
.accordion label:hover {
}
.accordion .ac-cont {
	font-size:100%;
	margin: 0 2.2em;
	transition: all 0.2s;
	height:0;
	overflow: hidden;
}

.accordion input:checked + .ac-cont {
	height: auto;
	padding: 1em 0;
}

/*--****　横断セクション　****--*/
.section_oudan{
	text-align: center;
	padding: 80px 0;
	margin: 0;
}

.section_oudan p{
	text-align: left;
	vertical-align: top;
	display: inline-block;
	padding: 0 2em;
}

/*--****　フッター　****--*/
.fotter{
	margin: 0 auto 50px;
	text-align: center;
}

.sns li{
	list-style-type: none;
	display:inline-block;
}

.sns a{
	width: 32px;
	margin: 1em 1.5em 2em 1.5em;
	display:block;
}

/*--****　カラム　****--*/
.col{
	width:100%;
	overflow: hidden;
	max-width:900px;
	background-color:#fff;
	margin-bottom: 1em;
}

.col_l{
	float: left;
	vertical-align:top;
	margin: 0 0 0 0;
	padding: 0;
}

.col_r{
	float: left;
	vertical-align:top;
	margin: 0;
	padding: 1em 0 0 1em;
}

.col_l img{
	width:100%;
	height:auto;
}

/*--****　面リンク　****--*/
.menclick{
	position:relative;
}
.menclick img{
	width: 100%;
	height: auto;
	max-width: 900px;
	margin: 0;
}
.menclick a{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    text-indent:-999px;
}
.menclick a:hover {
	border: solid 2px #001a43;
	color: #001a43;
}

.menclick a::before,
.menclick a::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.menclick a,
.menclick a::before,
.menclick a::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

/*--****　サイズ可変YouTube　****--*/
.map {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
}
.map iframe {
	border: 0;
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
	padding:0;
}

/*--****　順列リスト　****--*/

ol{
	font-size: 100%;
	margin-left:1.7em;
}

li{
	list-style-type: decimal-leading-zero
}

/*--****　日付リスト　****--*/

ul.datelist{
	font-size: 100%;
	display: inline-block;
}

ul.datelist li{
	margin-bottom:0.2em;
	padding-left:4.6em;
	text-indent:-4.6em;
	list-style-type: none;
}

/*--****　リスト　****--*/

ul.list{
	margin-left:1em;
	font-size: 100%;
	display: inline-block;
}

ul.list li{
	margin-bottom:0.2em;
	list-style-type: none;
	text-indent:-1.0em;
}

/*--****　水平線　****--*/
hr{
	height: 1px;
	border: none;
	border-top: 1px #cccccc solid;
	box-shadow: 0px 0px 1px 0px rgba(50, 50, 50, 0.14);
	margin-bottom: 50px;
}

/*--****　定義リスト　****--*/

dl{
	display: inline-block;
	margin: 1em 0;
}

dl dt{
	font-weight:bold;
	border-left: 3px solid;
	padding-left: 0.5em;
}

dl dd{
	padding-left: 0.8em;
	margin: 0em 0;
}

dd.bikou{
	border-top: 2px solid;
	margin-top: 1em;
	padding-top: 1em;
}

/*--****　拡散ボタン　****--*/
.snsb {
	text-align:center;
	list-style-type: none;
	padding-right: 20px;
	overflow: hidden;
}
.snsb li {
	vertical-align: middle;
	display: inline-block;
	margin-right: 10px;
}
.snsb iframe {
	margin: 0 !important;
}

/*************************************************/
/*


　部品　　↓↓↓使わなければ消す！！！↓↓↓


*/
/*************************************************/

/*--****　レイアウト関連　****--*/

.max50{
	display: inline-block;
	max-width: 425px;
	width:100%;
}

.bgc{
	vertical-align: top;
	background-color:#fff;
	padding:1em;
	
	-webkit-box-shadow: 0 2px 2px rgba(0,0,0,.1);
	-moz-box-shadow: 0 2px 2px rgba(0,0,0,.1);
	box-shadow: 0 2px 2px rgba(0,0,0,.1);
}

.mb15em{
	margin-bottom: 1.5em;
}

.mb3em{
	margin-bottom: 3em;
}

.mbM1em{
	margin-bottom: -1em;
}

.center{
	text-align: center;
}

.cl{
	clear:both;
}

/*--****　フォント関連　****--*/

span.nowrap{
	white-space: nowrap;
}

span.red{
	color: #CC0033;
}
span.fc{
	color: #FFCF0F;
}
span.fc2{
	color: #336600;
}
span.fc5{
	color: #C07A00;
}
span.f80{
	font-size:80%;
}

span.f120{
	font-size:120%;
}

span.f140{
	font-size:140%;
}

span.f200{
	font-size:200%;
}

span.f350{
	font-size:350%;
}

.bold{
	font-weight:bold;
}