@charset "utf-8";
/* CSS Document */


#contener {
max-width:1600px;
margin-right: auto;
margin-left : auto;
}


#logo {
	width: auto;
	height: 120px;
	display: flex;
    justify-content: center; /*左右中央揃え*/
    align-items: center;     /*上下中央揃え*/
}

#nav-main {
width: auto;	
height: 60px;
display: flex;
justify-content: center; /*左右中央揃え*/
align-items: center;     /*上下中央揃え*/
font-weight: 600; /*太字に*/
font-size: 110%;/*サイズ2倍*/
font-family: 'Noto Serif JP', serif;
}

nav{
text-align: center;
width:auto;
height: 100px;
}
nav ul{
margin: 0 ;
padding: 0 ;
}
nav li{
list-style: none;
display: inline-block;
width: 130px;
min-width: 90px;
}
nav li:not(:last-child){
border-right:2px solid #ddd;
}
nav a{
text-decoration: none;
color: #333;
}
nav a.current{
color: #00B0F0;
border-bottom:2px solid #00B0F0;
}
nav a:hover{
color:#052BBD;
border-bottom:2px solid #052BBD;
}

/* ボタン全体 */
.flowbtn17{
border-radius:50%;
position:relative;
display:inline-block;
width:50px;
height:50px;
font-size:30px;
text-decoration:none;
transition:.5s;
background-color:#444;
color:#fff;
}
/* ボタンマウスホバー時のテキスト指定 */
.flowbtn17:hover{
text-decoration:none;
}
/* アイコンをど真ん中に */
.flowbtn17 i{
position:absolute;
top:50%;
left:50%;
-ms-transform:translate(-50%,-50%);
-webkit-transform:translate(-50%,-50%);
transform:translate(-50%,-50%);
}
/* Twitterマウスホバー時 */
.flowbtn17.fl_tw2:hover{
background:linear-gradient(135deg, #13f1fc 0%,#0470dc 100%);
}
/* Instagramマウスホバー時 */
.flowbtn17.insta_btn2:hover{
background:-webkit-linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
background:linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;		
}

/* ボタン全体の位置 */
.snsbtniti2{
list-style-type: none;
width: auto;
}

ul.snsbtniti2 {
text-align:center /*左右中央寄せは親要素に対して指定*/
}

.snsbtniti2 li{
display: inline-block;
}



.main p1 {
  position: absolute;/*絶対配置*/
  top: 50%;
  left: 50%;
  margin:0;
  padding:0;
  color: white;/*文字は白に*/
  font-weight: 900; /*太字に*/
  font-size: 4em;/*サイズ2倍*/
  font-family: 'Noto Serif JP', serif;
	text-align: center;
  }

.main p2 {
position: absolute;/*絶対配置*/
  top: 80%;
  left: 30%;
  margin:0;
  padding:0;
  color: white;/*文字は白に*/
  font-weight: 900; /*太字に*/
  font-size: 2em;/*サイズ2倍*/
  font-family: 'Noto Serif JP', serif;
  }

.main img {
  width: 100%;
  }


#slideshow {
   position: relative;
   width:1600px;
   height:750px;
   margin: 0 auto;
}
#slideshow img {
   position: absolute;
   top: 0;
   left:0;
   z-index: 8;
   opacity: 0.0;
  }
#slideshow img.active {
   z-index: 10;
   opacity: 1.0;
}
#slideshow img.last-active {
   z-index: 9;
}

.fa-twitter {
	color: #FFFFFF;
}

.fa-instagram {
	color: #FFFFFF;
}


p1,p2 {
	font-size: 100%;
	line-height: 30px;
	font-family: 'Noto Serif JP', serif;
	}

div.aisatu {
	width:auto;
	height: 180px;
	text-align: center;
}

div.youkou {
	width: auto;
	text-align: center;
}

div.hisall {
	display: flex;
	justify-content: center;
	padding: 20px;
}

div.history {
	display: inline-block;
	width: 500px;
	font-family: 'Noto Serif JP', serif;
	}

div.hispic {
	display: inline-block;
	width: 800px;
	}