@charset "UTF-8";
/* ---------------------------------------------
top action area format
--------------------------------------------- */

#pagebox {
  height: 1100px;
  overflow: ;
}

#pagebox p {
  font-size: 2.5em;
  float: left;
}

.red {
  color: red;
}

.clear {
  clear: both;
}

.verystrong {
  font-size: 1em;
  font-weight: bold;
}

.page {
  display: inline-block;
  background-image: url(../img/hai753.jpg);
  width: 100%;
  height: auto !important;
  height: 100%;
  min-height: 100%;
  }

#nav {
	position: fixed;
	z-index: 10;
	top: 0;
	left: 0;
	width: 100%;
	background: rgba(255, 255, 255,0.5);
	border-bottom: 0px solid #ccc;
	padding-top: 10px;
	text-align: center;
	font-size: 80%;
	}

#nav ul {
	list-style-type: none;
	}

#nav li {
	line-height: 1em;
	display: inline-block;
	margin-left: 1%;
	margin-right: 1%;
	}

#nav li a {
	font-family: 'Marvel', sans-serif;
	color: #000;
	text-decoration: none;
	}
#nav li .share {
	position: relative;
	top: 4px;
	}
	
.ctitle {
	background: rgba(255, 255, 255, 0.5);
	text-align: center;
}

/* ---------------------------------------------
video format
--------------------------------------------- */

video#bgvid {
  position: fixed; right: 0; bottom: 0;
  min-width: 100%; min-height: 100%;
  width: auto; height: auto; z-index: -100;
  background: url(../img/hai181.png) no-repeat;
  background-size: cover;
}

@media screen and (max-device-width: 800px) {
  html { background: url(../img/hai141.gif) #000 repeat center center fixed; }
  #bgvid { display: none; }
}

/* ---------------------------------------------
scroll
--------------------------------------------- */
 
.bg_fixed1 {
	background-image: url(../img/mid101.png);
	height: 100%;
    width: 100%;
	background-size: cover;
	background-attachment:fixed;
	background-repeat: no-repeat;
	background-position: center center;
	z-index: 1;
}
 
.bg_fixed2 {
	height: 600px;
	background-image: url("../img/mid102.png");
	background-size: cover;
	background-attachment:fixed;
	background-repeat: no-repeat;
	background-position: center center;
	z-index: 1;
}
 
.bg_fixed3 {
	height: 600px;
	background-image: url(../img/mid103.png);
	background-size: cover;
	background-attachment:fixed;
	background-repeat: no-repeat;
	background-position: center center;
	z-index: 1;
}
 
.bg_fixed4 {
	height: 600px;
	background-image: url(../img/mid104.png);
	background-size: cover;
	background-attachment:fixed;
	background-repeat: no-repeat;
	background-position: center center;
	z-index: 1;
}
 
.bg_fixed5 {
	height: 600px;
	background-image: url(../img/mid105.png);
	background-size: cover;
	background-attachment:fixed;
	background-repeat: no-repeat;
	background-position: center center;
	z-index: 1;
}
 
.bg_fixed6 {
	height: 600px;
	background-image: url(../img/mid106.png);
	background-size: cover;
	background-attachment:fixed;
	background-repeat: no-repeat;
	background-position: center center;
	z-index: 1;
}

.bg_footer99 {
	height: 150px;
	background: #04B4AE;
	background-size: cover;
	background-attachment:fixed;
	background-repeat: no-repeat;
	background-position: center center;
	z-index: 1;
}
  
.scroll {
	height: 0px;
	background-color: transparent;
	z-index: 2;
}

/*2019　松本追加　NEW　CSS　囲み
---------------------------------------------------------------------------*/
.box11 {
    width: 85%;
    padding: 0.5em 1em;
    margin: 0 auto;
    font-weight: ;
    border: solid 1px #000000;
}
.box11 p {
    margin: 0; 
    padding: 0;
	color: black;
}

/*2019　松本追加　PCヘッダーフローティング
---------------------------------------------------------------------------*/
  /* page style */
  * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }
  header {
    position: relative;
    height: 100px;
    background: #fff;
  }
  h1 {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    color: #fff;
    font-size: 2em;
    text-align: center;
    transform: translateY(-50%);
  }
  nav {
    height: 70px;
    background: #04B4AE;
  }
		
  /* demo style */
  .is-fixed {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
  }

/*2019　松本追加　スマホ　フッターフローティング
---------------------------------------------------------------------------*/
#footerFloatingMenu {
    display: block;
    width: 100%;
    position: fixed;
    left: 0px;
    bottom: 2px;
    z-index: 9999;
    text-align: center;
    padding: 0 auto;
}

/*2019　松本追加　PC　フッターフローティング
---------------------------------------------------------------------------*/
#footerFloatingMenu1 {
    display: block;
    width: 100%;
    position: fixed;
    left: 0px;
    bottom: 2px;
    z-index: 9999;
    text-align: center;
    padding: 0 auto;
}

/*2019　松本追加　googlemap
---------------------------------------------------------------------------*/
.google_map{
    position:relative;
    width:100%;
    height:0;
    padding-top:75%;
}
.google_map iframe{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
}

/*2019　松本追加　table
---------------------------------------------------------------------------*/
table.type10 th {
  width: 100%;
  padding: 10px;
  font-weight: bold;
  vertical-align: top;
}
table.type10 td {
  width: 350px;
  padding: 10px;
  vertical-align: top;
 }