@charset "UTF-8";
/* Body */
body {
	font-family: source-sans-pro;
	background-color: #FFFFFF;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	font-style: normal;
	font-weight: 200;
	font-family: sans-serif;
}
/* Container */
.container {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	height: 1000px;
	background-color: #FFFFFF;
}
/* Navigation */
.header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 0px;
  background: #fff;
}

.logo {
  margin-bottom: 20px;
}

.button10 {
  display: inline;
  background: linear-gradient(to right, #00bfff 0%, #7fffd4 45%, #fffacd 100%);
  background-size: 300% auto;  
  color: #fff;
  border-radius: 30px;
  padding: 30px 30px;
  text-decoration: none;
  margin-left: 60%;
  font-size: 1em;
  transition: .5s;
}
.button10:hover {
  color: #fff;
  background-position: right center;
}

@media only screen and (max-width: 480px){
.button10{
display: none;
}
}

/* ここから下がハンバーガーメニューに関するCSS */
  
/* チェックボックスを非表示にする */
.drawer_hidden {
  display: none;
}

/* ハンバーガーアイコンの設置スペース */
.drawer_open {
  display: flex;
  height: 60px;
  width: 60px;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 100;/* 重なり順を一番上にする */
  cursor: pointer;
}

/* ハンバーガーメニューのアイコン */
.drawer_open span,
.drawer_open span:before,
.drawer_open span:after {
  content: '';
  display: block;
  height: 3px;
  width: 25px;
  border-radius: 3px;
  background: #333;
  transition: 0.5s;
  position: absolute;
}

/* 三本線の一番上の棒の位置調整 */
.drawer_open span:before {
  bottom: 8px;
}

/* 三本線の一番下の棒の位置調整 */
.drawer_open span:after {
  top: 8px;
}

/* アイコンがクリックされたら真ん中の線を透明にする */
#drawer_input:checked ~ .drawer_open span {
  background: rgba(255, 255, 255, 0);
}

/* アイコンがクリックされたらアイコンが×印になように上下の線を回転 */
#drawer_input:checked ~ .drawer_open span::before {
  bottom: 0;
  transform: rotate(45deg);
}

#drawer_input:checked ~ .drawer_open span::after {
  top: 0;
  transform: rotate(-45deg);
}
  
/* メニューのデザイン*/
.nav_content {
  width: 100%;
  height: 30%;
  font-size: 30px;
  position: fixed;
  top: 0;
  left: 100%; /* メニューを画面の外に飛ばす */
  z-index: 99;
  background: #fff;
  transition: .5s;
}

/* メニュー黒ポチを消す */
.nav_list {
  list-style: none;
}

/* アイコンがクリックされたらメニューを表示 */
#drawer_input:checked ~ .nav_content {
  left: 0;/* メニューを画面に入れる */
}

/* Hero Section */
.hero {
	background-color: #e2e2e2;
	padding-top: 0px;
	padding-bottom: 10px;
}
.light {
	font-weight: bold;
	color: #717070;
}
.tagline {
	text-align: center;
	color: #FFFFFF;
	margin-top: 4px;
	font-weight: lighter;
	text-transform: uppercase;
	letter-spacing: 1px;
}
img {
    max-width: 100%;
    height: auto;
}
p{
font-size: 24px;
}

@media only screen and (max-width: 480px){
.img{
  width: 30px;
  height: auto;
}
}

/* About Section */
.text_column {
	width: 50%;
	text-align: justify;
	font-weight: lighter;
	line-height: 0px;
	float: left;
	padding-left: 0px;
	padding-right: 10px;
	color: #FFFFFF;
}
.about {
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	display: inline-block;
	background-color: #FFFFFF;
	margin-top: 0px;
}
.under {
  border-bottom: solid 5px blue;
}

p{
font-size: 20px;
}

/* Parallax Section */
.banner {
	background-color: #2D9AB7;
	height: auto;
	background-attachment: fixed;
	background-size: cover;
	background-repeat: no-repeat;
}
.parallax {
	color: #FFFFFF;
	text-align: right;
	padding-right: 0px;
	padding-top: 0px;
	letter-spacing: 0px;
	margin-top: 0px;
}
.parallax_description {
	color: #FFFFFF;
	text-align: right;
	padding-right: 0px;
	width: 0%;
	float: right;
	font-weight: lighter;
	line-height: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.under {
  border-bottom: solid 5px #2D9AB7;
}
a {
  text-decoration: none;
}
p{
font-size: 20px;
}

/* More info */
footer {
	background-color: #FFFFFF;
	padding-bottom: 35px;
}
.footer_column {
	width: 50%;
	text-align: center;
	padding-top: 30px;
	float: left;
}
footer .footer_column h3 {
	color: #B3B3B3;
	text-align: center;
}
footer .footer_column p {
	color: #717070;
	background-color: #FFFFFF;
}
.cards {
	width: 100%;
	height: auto;
	max-width: 400px;
	max-height: 200px;
}
footer .footer_column p {
	padding-left: 30px;
	padding-right: 30px;
	text-align: justify;
	line-height: 25px;
	font-weight: lighter;
	margin-left: 20px;
	margin-right: 20px;
}
.button {
	width: 200px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-align: center;
	vertical-align: middle;
	border-radius: 0px;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 0px;
	border: 3px solid #FFFFFF;
	color: #FFFFFF;
	transition: all 0.3s linear;
}
.button:hover {
	background-color: #FEFEFE;
	color: #C4C4C4;
	cursor: pointer;
}
.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;
}
.footer_banner {
	background-color: #2D9AB7;
	padding-top: 60px;
	padding-bottom: 60PX;
	margin-bottom: 0px;
	background-image: url(../images/pattern.png);
	background-repeat: repeat;
}
footer {
	display: inline-block;
}
.hidden {
	display: none;
}
.p{
font-size: 20px;
}

/* Footer Section */
.p{
font-size: 20px;
}



@media screen and (max-width: 480px) {

img{
max-width: 100%;
}
	
p{
font-size: 14px;
}

.logo {
  width: 100px;
  height: auto;
  margin-bottom: 3px;
}
	
/* メニューのデザイン*/
.nav_content {
  width: 100%;
  height: 30%;
  font-size: 20px;
}
footer .footer_column p {
	color: #717070;
	background-color: #FFFFFF;
	font-size: 8px;
}

}
