@charset "UTF-8";


/* タブレットレイアウト : 481 px ～ 768 px。モバイルレイアウトからスタイルを継承。 */ 

@media only screen and (min-width: 481px) {
 /* タブレット向けのCSSルール */
  }
	
/* デスクトップレイアウト : 769 px ～ 1232 px。モバイルレイアウトとタブレットレイアウトからスタイルを継承。 */

@media only screen and (min-width: 769px) {
/* デスクトップ向けのCSSルール */
}

body {
  margin: 0;
  padding: 0;
  position: relative;
}



/* Body */
body {
	font-family: "Comic Sans MS", "cursive";
	background-color: #f2f2f2;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 8px;
	font-style: normal;
	font-weight: 1000;
	position: relative;
}
/* Container */
.container {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	height: 1000px;
	background-color: #FFFFFF;
}

.f-container { 
  width: 100%;
	margin-left: 0%;
	margin-right: 0%;
	height: 300px;
}


/* Navigation */
header {
	width: 100%;
	height: 5%;
	background-color: orange;
	border-bottom: 5px solid #2C9AB7;
	font-size:30px;
}
headera {
	width: 100%;
	height: 6%;
	background-color: orange;
	border-bottom: 5px solid #2C9AB7;
	font-size:30px;
}
.logo {
	color: #fff;
	font-weight: bold;
	text-align: undefined;
	width: 80%;
	float: center;
	margin-top: 15px;
	margin-left: 25px;
	letter-spacing: 4px;
}
nav {
	float: center;
	width: 50%;
	text-align: center;
	margin-right: 25px;
}
header nav ul {
	list-style: none;
	float: right;
}
nav ul li {
	float: left;
	color: #FFFFFF;
	font-size: 30px;
	text-align: center;
	margin-right: 25px;
	letter-spacing: 2px;
	font-weight: bold;
	transition: all 0.3s linear;
}
ul li a {
	color: #004280;
	text-decoration:underline;
}

ul li:hover a {
	color: #2C9AB7;
}

.hero_header {
	color: #F57200;
	text-align: center;
	font-size: 35px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	letter-spacing: 8px;
}

.hero_headera {
	color: #086015;
	text-align: center;
	font-size: 150px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	letter-spacing: 10px;
	font-family: "Comic Sans MS", "cursive"
}
/* Hero Section */
.hero {
	background-color: #58B9B2;
	padding-top: 100px;
	padding-bottom: 100px;
}
.light {
	font-weight: bold;
	color: rgba(1,220,224,1.00);
}
.tagline {
	text-align: center;
	color: currentColor;
	margin-top: 5px;
	font-weight: lighter;
	font-size: 35px;
	font-weight: 300;
	font-family: "Comic Sans MS", "cursive";
	text-transform: uppercase;
	letter-spacing: 1px;
	color: sienna;
}
/* About Section */
.text_column {
	width: 10%;
	text-align: justify;
	font-weight: lighter;
	line-height: 25px;
	float: center;
	padding-left: 20px;
	padding-right: 20px;
	color: #DB6638;
}
.about {
	padding-left: 25px;
	padding-right: 25px;
	padding-top: 35px;
	display: inline-block;
	background-color: #FFFFFF;
	margin-top: 0px;
}
/* Stats Gallery */
.stats {
	font-family: "Comic Sans MS", "cursive";
	color: rgba(179,0,2,1.00);
	margin-bottom: 10px;
	font-size: 40px;
	text-decoration-line: underline;
	text-decoration-color: yellow;
}
.statsa {
	font-family: "Comic Sans MS", "cursive";
	color: rgba(1,43,108,1.00);
	margin-bottom: 10px;
	font-size:25px;
}
.gallery {
	clear: both;
	display: inline-block;
	width: 100%;
	background-color: rgba(243,113,0,1.00);
	/* [disabled]min-width: 400px;
*/
	padding-bottom: 50px;
	padding-top: 0px;
	margin-top: -10px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
}
.thumbnail {
	width: 22%;
	text-align: center;
	float: left;
	margin-top: 4px;
	margin-left: 20px;
	margin-right: 20px;
}
.thumbnail1 {
	width: 25%;
	text-align: center;
	float: right;
	margin-top: 10px;
}
.thumbnaila {
	width: 25%;
	text-align: center;
	float: right;
	margin-top: 10px;
}

.gallery .thumbnail h4, h5 {
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	color: rgba(0,60,142,1.00);
	font-size: 30px;
}
.gallery .thumbnail p {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	color: #424242;
}

.unthumbnail h5 {
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	color: #52BAD5;
}
.unthumbnail p {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	color: #424242;
}

.comment {
	color: #AA391A;
	margin-bottom: 10px;
	font-size: 40px;
	text-align: center;
	text-decoration-line: underline;
	text-decoration-color: yellow;
}

.sample {
	margin: 50px auto;
	text-align: center;
	display: block;
	border: rgba(0,31,103,1.00);
}
.sample .text {
	text-align: left;
	display: inline-block;
	font-size: 25px;
	color: brown;
}

.samplea {
	margin: 20px 30px;
	font-size: 25px;
	text-align: left;
	display: block;
}

/* Parallax Section */  
.banner {
	background-color: #2D9AB7;
	background-image: url(../images/hawaii.jpg);
	height: 900px;
	background-attachment: fixed;
	background-size: cover;
	background-repeat: no-repeat;
}
.parallax {
	color: #FFFFFF;
	text-align: right;
	padding-right: 80px;
	padding-top: 80px;
	letter-spacing: 2px;
	margin-top: 0px;
}
.parallax_description {
	color: #FFFFFF;
	text-align: right;
	padding-right: 100px;
	width: 30%;
	float: right;
	font-weight: lighter;
	line-height: 23px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.hero_header2 {
	font-size: 30px;
	text-align: center;
}


/* More info */
footer {
	background-color: #FFFFFF;
	padding-bottom: 35px;
}
.footer_column {
	width: 100%;
	text-align: center;
	padding-top: 30px;
	float: center;
}
footer .footer_column h3 {
	color: #E15C0C;
	text-align: left;
	font-size: 50px;
}
footer .footer_column p {
	color: #717070;
	background-color: #FFFFFF;
}
.cards {
	width: 100%;
	height: auto;
	max-width: 100px;
	max-height: auto;
}
footer .footer_column p {
	padding-left: 40px;
	padding-right: 40px;
	text-align: justify;
	line-height: 2px;
	font-weight: lighter;
	margin-left: 5px;
	margin-right: 5px;
}
.button {
	font-size: 22px;
	width: 400px;
	height: 120px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
	text-align: center;
	vertical-align: middle;
	border-radius: 4px;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 2px;
	border: 5px solid #EF0105;
	color: #EF0105;
	transition: all 0.9s linear;
}
.button:hover {
	background-color: #EFE604;
	color: #EF8A33;
	cursor: pointer;
}
.copyright {
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: #717070;
	color: #FFA635;
	text-transform: uppercase;
	font-weight: lighter;
	letter-spacing: 2px;
	border-top-width: 2px;
	

.footer_banner {
	background-color: #B3B3B3;
	padding-top: 60px;
	padding-bottom: 60PX;
	margin-bottom: 0px;
	background-image: url(images/Firefly 英語のバナー広告　翻訳　地球　自然　近未来的な風景 67519.jpg);
	background-repeat: repeat;
	text-align:left;
}
footer {
	display: inline-block;
}
.hidden {
	display: none;
}

/* Mobile */
@media (max-width: 375px) {
.logo {
	width: 100%;
	text-align: center;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
@media only screen and (max-width: 375px) {
  body {
    font-size: 80%; 
	font-family: "Comic Sans MS", "cursive"
  }
}

.container header nav {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 100%;
	float: none;
	display: none;
}
header nav ul {
}
nav ul li {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 100%;
	text-align: center;
}
.text_column {
	width: 100%;
	text-align: justify;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	
}
.thumbnail {
	width: 100%;
}
.footer_column {
	width: 100%;
	margin-top: 0px;
}
.parallax {
	text-align: center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 40%;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	width: 100%;
	font-size: 18px;
}
.parallax_description {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	width: 90%;
	margin-top: 25px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 12px;
	float: none;
	text-align: center;
}
.banner {
	background-color: #2D9AB7;
	background-image:linear-gradient( )
}
.tagline {
	margin-top: 20px;
	line-height: 22px;
}
.hero_header {
	padding-left: 10px;
	padding-right: 10px;
	line-height: 22px;
	text-align: center;
}
}

	
/* Small Tablets */
@media (min-width: 321px)and (max-width: 767px) {
.logo {
	width: 100%;
	text-align: center;
	margin-top: 13px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	color: #043745;
}
.container header nav {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 100%;
	float: none;
	overflow: auto;
	display: inline-block;
	background: #52bad5;
}
header nav ul {
	padding: 0px;
	float: none;
}
nav ul li {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 100%;
	text-align: center;
	padding-top: 8px;
	padding-bottom: 8px;
}
.text_column {
	width: 100%;
	text-align: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.thumbnail {
	width: 100%;
}
.footer_column {
	width: 100%;
	margin-top: 0px;
}
.parallax {
	text-align: center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 40%;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	width: 100%;
	font-size: 18px;
}
.parallax_description {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 30%;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	float: none;
	width: 100%;
	text-align: center;
}
.thumbnail {
	width: 50%;
}
.parallax {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-top: 20%;
}
.parallax_description {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 100%;
	padding-top: 30px;
}
.banner {
	padding-left: 20px;
	padding-right: 20px;
}
.footer_column {
	width: 100%;
}
}

/* Small Desktops */
@media (min-width: 768px) and (max-width: 1096px) {
.text_column {
	width: 100%;
}
.thumbnail {
	width: 40%;
}
.text_column {
	width: 100%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.banner {
	margin-top: 0px;
	padding-top: 0px;
}
}
.a {
	font-family: "Courier New", Courier, "monospace";
	font-size: 50px;
}

.news {
	color: #10EDAC;
	margin-bottom: 10px;
	font-size: 40px;
	text-decoration-line: underline;
	text-decoration-color: yellow;
}	
	

/* PC用のCSSはメディアクエリの外に記述する */

@media screen and (max-width: 959px) {
	/* 959px以下に適用されるCSS（タブレット用） */
}
@media screen and (max-width: 480px) {
	/* 480px以下に適用されるCSS（スマホ用） */
}	

	
/* 横幅を指定するための要素 */
.map-wrap {
  max-width: 50%; /* ここに横幅を指定 */
}
 
/* Google Mapを囲う要素 */
.map {
  position: relative;
  width: 70%;
  height: 50%;
  padding-top: 35%; /* 比率を4:3に固定 */
}
 
/* Google Mapのiframe */
.map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.address {
	float: left;
	display: inline;
	text-align: left;
}

.flex {
  display: flex; /*横並び*/
}
.flex .image {
  width: 540px;
  height: 380px;
  margin: 0;
  padding: 0;
  overflow: hidden;
  position: relative;
}
.flex .text {
  margin: 0 0 0 20px;
  padding: 0;
}
	
.copyright {
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: #717070;
	color: #FFFFFF;
	text-transform: uppercase;
	font-weight: lighter;
	letter-spacing: 2px;
	border-top-width: 2px;
	}
	
.wrapper{
    height: 100%;
    min-height: 100vh;
    position: relative;/*←相対位置*/
    padding-bottom: 120px;/*←footerの高さ*/
    box-sizing: border-box;/*←全て含めてmin-height:100vhに*/
}

footer{
    width: 100%;
    background-color: #89c7de;
    color: #fff;
    text-align: center;
    padding: 30px 0;

    position: absolute;/*←絶対位置*/
    bottom: 0; /*下に固定*/
}
	
/*スマホ幅では2つ横並びになるflex-box*/
	

.flexbox{
  display: flex;
}

.flexbox div{
  width: 50%;
}

.flexbox{
  display: flex;
  flex-wrap: wrap;
}

@media (min-width: 600px) {

}

@media (min-width: 1024px) {
  .flexbox div{
    width: 50%;
  }
}

@media (min-width: 600px) {
  .flexbox .item3{
    width: 120px;
  }
  .flexbox .item4{
    flex: 1;
  } 
}
.image [
	margin-right: 20px;
	margin-left: 20px;
	]

	
	/*========= ローディング画面のためのCSS ===============*/
#splash {
  position: fixed;
  width: 100%;
  height: 100%;
  background: #333;
  z-index: 9999999;
  text-align:center;
  color:#fff;
}

#splash-logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}


/*========= 画面遷移のためのCSS ===============*/

/*画面遷移アニメーション*/

body{
    background:#333;/*遷移アニメーションと同じ色を指定*/
}

body.appear{
    background:# rgba(0,255,203,1.00);/*画面を開いた後の背景色を指定*/
}

.splashbg{
  position: fixed;
  top: 0;
  right:0;
  bottom:0;
  left: 0;
  border-width: 0px;/*開始はボーダーの太さは0*/
  border-style:solid;
  border-color: #1BF3DB;;/*拡大する四角の色*/
  animation-duration:0.4s;
  animation-fill-mode:forwards;
}

@keyframes backBoxAnime{
  99.9% {/*アニメーション終了ぎりぎりまで*/
        z-index: 2;/*最前面に*/
    border-width: 0px;/*開始はボーダーの太さは0*/
  }
    100%{
       z-index: -1; /*最背面に*/
        border-width: 0px;/*終了はボーダーの太さは0*/
    }
}

/*画面遷移の後現れるコンテンツ設定*/
#container{
    position: relative;
  opacity: 0;/*はじめは透過0に*/
}

/*bodyにappearクラスがついたら出現*/
body.appear #container{
  animation-name:PageAnimeAppear;
  animation-duration:1s;
  animation-delay:0.2s;
  animation-fill-mode:forwards;
  opacity: 0;
}

@keyframes PageAnimeAppear{
  0% {
  opacity: 0;
  }
  100% {
  opacity: 1;
}
}
/*========= レイアウトのためのCSS ===============*/

h1{
  font-size:1.2rem;
}

h2{
  font-size:1.6rem;
  text-align: center;
  margin: 0 0 30px 0;
}

p{
  margin-top:20px;  
}

small{
  color:#fff;
  display: block;
  text-align: center;
}

#header{
  background:#444;
  color:#fff;
  text-align: center;
  padding: 20px;
}

section{
    background:#fff;
  padding:100px 30px;
}

section:nth-child(2n){
  background:#f3f3f3; 
}

#footer{
  background:#333;
  padding:20px;
}
	

