@charset "UTF-8";
/*デモ用共通CSS*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;

}

html {
	width:100%;
	min-width: 1100;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 16px;
	flex-direction: column;
	line-height: 15px;
}

img {
	border: none;
}



.top_wrapper {
	width: 100%;
	height: 100%;
	border-top-width: 30px;
	border-top-style: solid;
	border-top-color: #e50012;
	top: 0px;
	flex: 1;
	vertical-align:middle;
}

.main_wrapper {
	width: 100%;
	top: 0px;
}

.language_wrapper {
	width: 80%;
	margin-right: 10%;
	margin-left: 10%;
	margin-top: 0.5em;
}

.copylight {
	bottom: 0px;
	margin-top: 30px;
	position: absolute;
	background-color: #e50012;
	height: 22px;
	width: 100%;
	font-size: 12px;
	line-height: 14px;
	color: #FFF;
	vertical-align: middle;
	text-align: center;
	padding-top: 8px;
}

.copylight2 {
	bottom: 0px;
	margin-top: 0px;
	background-color: #e50012;
	height: 22px;
	width: 100%;
	font-size: 12px;
	line-height: 14px;
	color: #FFF;
	vertical-align: middle;
	text-align: center;
	padding-top: 8px;
}
.logo_top {
	text-align: center;
	vertical-align: middle;
	width: 100%;
	z-index: 5000;
	margin-top: -13%;
	position: absolute;
}

.header {
	text-align: center;
	height: 120px;
	width: 100%;
	position: fixed;
	z-index: 2;
	background-image: url(images/back_menu.png);
	background-repeat: repeat-x;
	background-position: center top;
	padding-top: 14px;
}



/* --------------------------------------------------- slick */
h2 {
	margin: 20px 0;
	padding:20px 10px 10px;
	font-size: 18px;
	font-weight: bold;
	border-top:1px #ccc solid;
}
.slider {
	margin-top: -110px;
	margin-right: 0;
	margin-bottom: 50px;
	margin-left: 0;
}
.slider img {
	width: 100%;
	height: auto;
}
.single-item {
	max-width: 600px;
	margin: 0 auto 50px;
}
.slick-prev::before, .slick-next::before {
	font-size: 24px;
}
.lazy-item .slick-next,
.thumb-item-nav .slick-next,
.multiple-item .slick-next,
.center-item .slick-next {
	right: 20px;
	z-index: 99;
}
.lazy-item .slick-prev,
.thumb-item-nav .slick-prev,
.multiple-item .slick-prev,
.center-item .slick-prev {
	left: 15px;
	z-index: 100;
}
.single-item .slick-prev::before,
.single-item .slick-next::before {
	color: #666;
}
.slick-dots {
	bottom:-25px;
}
.multiple-item li {
	margin: 0 5px;
}
.thumb-item {
	max-width: 700px;
	margin: 0 auto 5px;
	padding: 0 5px;
}
.thumb-item-nav {
	max-width: 700px;
	margin: 0 auto;
}
.thumb-item-nav li{
	margin: 5px;
}
.lazy-item {
	width: 400px;
	margin: 0 auto 50px;
}
.lazy-item li {
	margin: 0 5px;
}

.button {
	display: inline-block;
	text-align: center;
	text-decoration: none;
	line-height: 30px;
	outline: none;
	background-color: #fff;
	color: #000;
	padding-top: 6px;
	padding-right: 40px;
	padding-bottom: 6px;
	padding-left: 40px;
	font-weight:bold;
	border: 4px solid #000;
	margin-right: 10px;
	margin-left: 10px;
}
.button::before,
.button::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.button,
.button::before,
.button::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.button:a {
	color: #000;
}


.button:hover {
	color:#FFF;
	background-color: #e50012;
}

.button_l {
	display: inline-block;
	font-size:20px;
	text-align: center;
	text-decoration: none;
	line-height: 30px;
	outline: none;
	background-color: #fff;
	color: #e50012;
	padding-top: 6px;
	padding-right: 20px;
	padding-bottom: 6px;
	padding-left: 20px;
	font-weight:bold;
	border: 4px solid #e50012;
	margin-top: 20px;
	margin-bottom: 20px;
}
.button_l::before,
.button_l::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.button_l,
.button_l::before,
.button_l::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.button_l:a {
	color: #000;
	border: 4px solid #e50012;
}


.butto_ln:hover {
	color:#FFF;
	background-color: #e50012;
}




.footer_menu_b {
	bottom: 0px;
	margin-top: 30px;
	background-color: #004f99;
	width: 100%;
	font-size: 12px;
	line-height: 14px;
	color: #333;
	vertical-align: middle;
	text-align: center;
	padding-top: 8px;
	padding-bottom: 10px;
	margin-right: auto;
	margin-left: auto;
}
.slider_top {
	z-index: 109;
}
.contents {
	z-index: 10;
	margin-top: 10%;
}

#sound div {
  position: relative;
  width:100%;
}

.arrow_box {
	display: none;
	position: absolute;
	left: 50%;
	margin-top: -48px;
	margin-left: 300px;
	padding: 16px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	background: #e50012;
	color: #fff;
	width: 150px;
	font-size: 14px;
	text-align: left;
	line-height: 18px;
}

.arrow_box:after {
    position: absolute;
    bottom: 35%;
    left: 0%;
    width: 0;
    height: 0;
    margin-left: -15px;
    border: solid transparent;
    border-color: rgba(229, 0, 18, 0);
    border-right-color: #e50012;
    border-width: 10px ;
    margin-top: -30px;
    border-bottom-color: #e50012;
    pointer-events: none;
    content: " ";
}

span:hover + p.arrow_box {
  display: block;
}

.sound_bottun{
}

.wrap{
	width: 600px;
	color: #fff;
	text-align: center;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 50px;
	padding-left: 0;
}
.wrap li{
  list-style: none;
  float: left;
  margin: 0;
  padding: 0 5px;
}
.wrap a{
  display: block;
  position: relative;
  padding: 5px;
  transition: .3s;
}
.wrap a:hover{
}
.wrap a:before {
  font-family: 'typicons';
  font-style: normal;
  font-weight: normal;
  display: inline-block;
  width: 30px;
  height: 30px;
  padding: 0;
  margin: 0;
  color: #fff;
  font-size: 30px;
  text-align: center;
  line-height: 1;
}
.home:before { content: '\e081'; }
.twitter:before { content: '\e0e7'; }
.facebook:before { content: '\e0d7'; }
.rss:before { content: '\e0ce'; }
.cog:before { content: '\e04d'; }
.wrap a span {
    position: absolute;
    opacity: 0;
    top: 100px;
    left: 50%;
    margin-left: 300px;
    margin-top: 15px;
    width: 180px;
    padding: 10px;
    border-radius: 6px;
    color: #fff;
    font-size: 14px;
    line-height: 18px;
    transition: .3s;
    background-color: #e50012;
    text-align: left;
}

audio {
	width: 180px;
}

.wrap a span:after{
  position: absolute;
  top: 50%; left: -10px;
	margin-top: -10px;
	display: block;
	width: 0px;
	height: 0px;
  border-style: solid;
	border-width: 10px 10px 10px 0;
	border-color: transparent #e50012 transparent transparent;
  content: "";
}
.wrap a:hover span{
  opacity: 1;
  top: -40px;
}

#tooltip li > div {
    width: 150px;
    min-height: 20px;
    position: absolute;
    top:-50px;
    margin-left: -25px;
    padding: 5px;
    background: #ffffff;
    font-size:1em;
     
    /* ツールチップ角丸の装飾の指定 */
    -moz-border-radius: 5px; /* Firefox */
    -webkit-border-radius: 5px; /* Safari and Chrome */
    border-radius: 5px; /* Browsers that Support it like Opera */
 
    /* ツールチップボックスシャドウの装飾の指定 */
    -moz-box-shadow: 0 0 8px gray; /* Firefox */
    -webkit-box-shadow: 0 0 8px gray; /* Safari and Chrome */
    filter: progid:DXImageTransform.Microsoft.Shadow(color='#272229', Direction=135, Strength=3); /* IE */
    box-shadow: 0 0 8px gray; /* Browsers that Support it like Opera */
    }
/* 表示文字の装飾 */
div.tooltip1{
    color: #555;
    display: inline-block;                        /* インライン要素化 */
    border-bottom:dashed 1px #555;    /* 下線を引く */
}
 
/* ツールチップ部分を隠す */
div.tooltip1 span {
    display: none;
}
 
/* マウスオーバー */
div.tooltip1:hover {
    position: relative;
    color: #333;
}
 
/* マウスオーバー時にツールチップを表示 */
div.tooltip1:hover span {
    display: block;                  /* ボックス要素にする */
    position: absolute;            /* relativeからの絶対位置 */
    top: 25px;
    font-size: 90%;
    color: #fff;
    background-color: #51A2C1;
    width: 205px;
    padding: 5px;
    border-radius:3px;
    z-index:100;
}
 
/* フキダシ部分を作成 */
div.tooltip1 span:before{
    content:''; 
    display:block; 
    position:absolute;                         /* relativeからの絶対位置 */
    height:0; 
    width:0; 
    top:-13px; 
    left:15px;
    border:13px transparent solid; 
    border-right-width:0; 
    border-left-color:#51A2C1; 
    transform:rotate(270deg);            /* 傾きをつける */
    -webkit-transform:rotate(270deg);
    -o-transform:rotate(270deg);
    z-index:100;
}


/* ツールチップ部分を隠す */
div.tooltip1 span {
    display: none;
}

/* マウスオーバー */
div.tooltip1:hover {
    position: relative;
}

/* マウスオーバー時にツールチップを表示 */
div.tooltip1:hover span {
    display: block;                  /* ボックス要素にする */
    position: absolute;            /* relativeからの絶対位置 */
    top: 25px;
	
}

/* フキダシ部分を作成 */
div.tooltip1 span:before{
    content:''; 
}
