﻿@charset "UTF-8";
@font-face {
  font-family: "Yu Mincho";
  src: local("Yu Mincho Regular");
  font-weight: 500;
}
/* Body */
body {
	font-family:"Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
	font-size:16px;
	background-color: #ffffff;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.about a,
.about a:link,
.about a:visited,
.about a:hover,
.about a:active{
	color:#ff6633;
}
.about .button{
	margin-bottom:30px;
}
.about .button a{
	color:#ffffff;
}
img{
	max-width:100%;
	height:auto;
}
/* Container */
.container {
	height: 1000px;
}
/* Navigation */
header {
	width: 100%;
	height: 5.4%;
	background-color: #00479d;
}
.logo {
	color: #fff;
	font-weight: bold;
	text-align: undefined;
	width: 28%;
	float: left;
	margin-top: 5px;
	margin-left: 25px;
	font-family:"Yu Mincho Medium", "游明朝 Medium", YuMincho, "游明朝体", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size:28px;
}
nav {
	float: right;
	width: 64%;
	text-align: right;
	margin-right: 25px;
}
header nav ul {
	list-style: none;
	float: right;
}
nav ul li {
	float: left;
	color: #FFFFFF;
	font-size: 14px;
	text-align: left;
	margin-right: 18px;
	letter-spacing: 2px;
	font-weight: bold;
	transition: all 0.3s linear;
}
nav ul li a{
	background-image:url(../images/navi_icon.png);
	background-position:left center;
	background-repeat:no-repeat;
	padding-left:22px;
}
ul li a {
	color: #FFFFFF;
	text-decoration: none;
}
ul li:hover a {
	color: #ffff66;
}
.hero_header {
	color: #FFFFFF;
	text-align: center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	letter-spacing: 4px;
}
/* Hero Section */
.hero {
	padding-top: 202px;
}
.light {
	font-weight: bold;
	color: #717070;
}
.tagline {
	text-align: center;
	color: #FFFFFF;
	margin-top: 4px;
	font-weight: lighter;
	text-transform: uppercase;
	letter-spacing: 1px;
}
/* About Section */
.text_column {
	width: 29%;
	text-align: justify;
	font-weight: lighter;
	line-height: 25px;
	float: left;
	padding-left: 20px;
	padding-right: 20px;
	color: #252525;
}
.about {
	padding-left: 25px;
	padding-right: 25px;
	padding-top: 0;
	display: inline-block;
	background-color: #FFFFFF;
	margin-top: 0px;
}
.about h2 {
	font-family:"Yu Mincho Medium", "游明朝 Medium", YuMincho, "游明朝体", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.about h3{
	font-family:"Yu Mincho Medium", "游明朝 Medium", YuMincho, "游明朝体", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size:30px;
	text-align:center;
	padding:2px;
	background-image:url(../images/ttl_bg.png);
	position: relative;
}
.about h3::after {
  content: '';
  position: absolute;
  top: -20px;
  left: 0;
  width: -webkit-calc(100% - 20px);
  width: calc(100% - 20px);
  height: 0;
  border: 10px solid transparent;
  border-bottom-color: #9fd6f9;
}
.about h4 {
	font-family:"Yu Mincho Medium", "游明朝 Medium", YuMincho, "游明朝体", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size:26px;
	position: relative;
	padding-bottom: .3em;
	border-bottom: 4px solid #dcdcdc;
	margin-bottom:10px;
}
.about h4::after {
  position: absolute;
  bottom: -4px;
  left: 0;
  z-index: 2;
  content: '';
  width: 20%;
  height: 4px;
  background-color: #45acee;
}
.about .flow{
	background-color:#f1e6d4;
	padding:20px;
	margin-bottom:60px;
	-moz-border-radius: 8px;    /* 古いFirefox用 */
	-webkit-border-radius: 8px; /* 古いSafari,Chrome用 */
	border-radius: 8px;         /* CSS3の書き方 */
	counter-reset: titleNum;
}
.about .flow li.num{
	background-color:#ffffff;
	padding:10px;
	list-style:none;
	counter-increment: titleNum;
}
.about .flow li.flow-arrow{
	background-color:#f1e6d4;
	padding:30px;
	list-style:none;
	text-align:center;
}
.about .flow .sttl {
	font-family:"Yu Mincho Medium", "游明朝 Medium", YuMincho, "游明朝体", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size:26px;
  position: relative;
  padding: 0 0 .5em 2em;
  border-bottom: 1px solid #ccc;
}
.about .flow .sttl::before {
  position: absolute;
  top: 0;
  left: 0;
  content: counter(titleNum);
  width: 28px;
  height: 28px;
  line-height: 28px;
  background-color: #396294;
  border-radius: 100%;
  color: #fff;
  font-size: .9em;
  text-align: center;
}
.ga-table{
	width:90%;
	margin:0 5% 30px 5%;
	text-align:left;
	border-collapse:0;
	border-spacing:0;
}
.ga-table th{
	white-space:nowrap;
}
.ga-table th,
.ga-table td{
	border-bottom:1px solid #cccccc;
	padding:10px 5px;
}

/* Stats Gallery */
.stats {
	color: #717070;
	margin-bottom: 5px;
}
.gallery {
	clear: both;
	display: inline-block;
	width: 100%;
	background-color: #FFFFFF;
	/* [disabled]min-width: 400px;
*/
	padding-bottom: 35px;
	padding-top: 0px;
	margin-top: -5px;
	margin-bottom: 0px;
}
.thumbnail {
	width: 25%;
	text-align: center;
	float: left;
	margin-top: 35px;
}
.gallery .thumbnail h4 {
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	color: #52BAD5;
}
.gallery .thumbnail p {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	color: #252525;
}
/* Parallax Section */
.banner {
	background-color: #2D9AB7;
	background-image: url(../images/parallax.png);
	height: 400px;
	background-attachment: fixed;
	background-size: cover;
	background-repeat: no-repeat;
}
.parallax {
	color: #FFFFFF;
	text-align: right;
	padding-right: 100px;
	padding-top: 110px;
	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;
}
/* More info */
footer {
}

.clear{
	clear:both;
	margin:0;
	float:none;
}
.about_column {
	padding-top: 30px;
	text-align:center;
	}
.about_column h5 {
	text-align: center;
	font-family:"Yu Mincho Medium", "游明朝 Medium", YuMincho, "游明朝体", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size:20px;
}

.about_column p {
	text-align:left;
	width:65%;
}
.cards {
	width: 100%;
	height: auto;
	max-width: 300px;
	max-height: 265px;
}
footer .footer_column p {
}
.tok-tel{
	text-align:center;
	max-width:90%;
	margin:0 5%;
}
.button {
	width: 230px;
	margin-top: 40px;
	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: 0px;
	font-weight: bold;
	letter-spacing: 2px;
	background-color:#396294;
	color: #FFFFFF;
	transition: all 0.3s linear;
}
.button:hover {
	background-color: #ff6633;
	cursor: pointer;
}
.button a,
.button a:hover{
	color: #FFFFFF;
	text-decoration:none;
	background-image:url(../images/navi_icon.png);
	background-position:left center;
	background-repeat:no-repeat;
	padding-left:24px;
}
.btn{
	text-align:center;
	margin-bottom:40px;
}
.copyright {
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: #9ec0d5;
	color: #063772;
	font-weight: lighter;
	letter-spacing: 2px;
	border-top-width: 2px;
}
.footer_banner {
	background-color: #c4e1f3;
	padding-top: 60px;
	padding-bottom: 60PX;
	margin-bottom: 0px;
	border-top:4px solid #9fd6f9;
}
footer {
}
.hidden {
	display: none;
}

/* Mobile */
@media (max-width: 320px) {
.logo {
	width: 100%;
	text-align: center;
	margin-top: 13px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-size:18px;
}
.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;
}
.hero {
	padding-top: 0;
}
.text_column {
	width: 100%;
	text-align: justify;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.thumbnail {
	width: 100%;
}
#about{
	width:90%;
	padding-right:8%;
	padding-left:6%;
}
.about_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: none;
}
.tagline {
	margin-top: 20px;
	line-height: 22px;
}
.hero_header {
	padding-left: 10px;
	padding-right: 10px;
	line-height: 22px;
	text-align: center;
}
.about .flow .sttl {
	font-size:18px;
}
}

/* Small Tablets */
@media (min-width: 321px)and (max-width: 1067px) {
.logo {
	width: 100%;
	text-align: center;
	margin-top: 12px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-size:24px;
}
.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: #00479d;
}
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%;
}
.about{
}
.about_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;
}
.about_column {
	width: 100%;
}
.about .flow .sttl {
	font-size:22px;
}
}

/* Small Desktops */
@media (min-width: 1068px)  {
.container header {
	width:92%;
	padding-right:4%;
	padding-left:4%;
}
.text_column {
	width: 100%;
}
.thumbnail {
	width: 50%;
}
.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;
}
.logo{
	margin-bottom:0;
}
.about{
	width: 80%;
	margin-left: 10%;
	margin-right: 8%;
}
.hero {
	margin-top:0;
	padding-top: 0;
	text-align:center;
	background-image:url(../images/bg.gif);
	background-position:center top;
	background-repeat:repeat-x;
}
.about h2{
	text-align:center;
}
.about_column {
 width:100%;

}
}
