@charset "UTF-8";

* {
  margin: 0px;
  padding: 0px;
}

/* Body */
body {
    font-family: 'Impact','Verdana','メイリオ', Meiryo,'ヒラギノ角ゴシック','Hiragino Sans',sans-serif;
	background-color: #FFFFFF;
    width: 100%; /* リキッド */
    max-width: 1280px; /* 幅の上限 */
    min-width: 320px; /* 幅の下限 */
    margin: 0px auto;
}
/* Container */
.container {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	background-color: #000000;
}
/* Header */
header {
  width: 100%;
  box-sizing: border-box;
  padding: 1em;
  background: #000000;
  color: white;
  text-align: center;  
}

nav {
  width: 90%; /* リキッド ナビ */
  float: right;
  height: 50px;
  background-color: #000000;
　color:white;
}

.menu {
    position: relative;
    left: ;
    width: 100%;
    height: 40px;
    max-width: 600px;
      margin: 0 auto;
}

.menu > li {
    float: left;
    width: 30%; /* グローバルナビ4つの場合 */
    height: 40px;
    left: 1%;
    line-height: 40px;
    background: rgba(0,0,0,1.00);
}

.menu > li a {
    display: block;
    color: #fff;
}

.menu > li a:hover {
    color: #FEDD00;
}

ul.menu__second-level {
    visibility: hidden;
    opacity: 0;
    z-index: 1;
}

ul.menu__third-level {
    visibility: hidden;
    opacity: 0;
}

ul.menu__fourth-level {
    visibility: hidden;
    opacity: 0;
}

.menu > li:hover {
    background: #000000;
    -webkit-transition: all .5s;
    transition: all .5s;
}

.menu__second-level li {
    border-top: 1px solid #111;
}

.menu__third-level li {
    border-top: 1px solid #111;
}

.menu__second-level li a:hover {
    background: #111;
}

.menu__third-level li a:hover {
    background: #000000;
}

.menu__fourth-level li a:hover {
    background: #000000;
}

/* 下矢印 */
.init-bottom:after {
    content: '';
    display: inline-block;
    width: 6px;
    height: 6px;
    margin: 0 0 0 15px;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

/* floatクリア */
.menu:before,
.menu:after {
    content: " ";
    display: table;
}

.menu:after {
    clear: both;
}

.menu {
    *zoom: 1;
}

.menu > li.menu__single {
    position: relative;
}

li.menu__single ul.menu__second-level {
    position: absolute;
    top: 40px;
    width: 90%;
    padding: 20px;
    background: #000000;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
}

li.menu__single:hover ul.menu__second-level {
    top: 50px;
    visibility: visible;
    opacity: 1;
}

li.menu__mega ul.menu__second-level {
    position: absolute;
    top: 40px;
    left: 0;
    box-sizing: border-box;
    width: 100%;
    padding: 20px;
    background: #000000;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
}

li.menu__mega:hover ul.menu__second-level {
    top: 50px;
    visibility: visible;
    opacity: 1;
}

li.menu__mega ul.menu__second-level > li {
    float: left;
    width: 32%;
    border: none;
}

li.menu__mega ul.menu__second-level > li:nth-child(3n+2) {
    margin: 0 1%;
}


.logo {
	color: #fff;
	font-weight: bold;
	margin-left: auto;
	letter-spacing: 4px;
	margin-right: auto;
	text-align: center;
	padding-top: 10px;
	line-height: 1.2em;
	font-size: 70px;
}

/* About Section */
.intro.img {
  width: 100%;
  object-fit: cover;
}

.resizeimage img { 
    width: 100%; 
    height: ;
    object-fit: cover;
    object-position: 0 10%;
}

.resizeimage iframe { 
    width: 100%; 
    height: ;
    object-fit: cover;
    object-position: 0 10%;
}

.gallery {
	clear: both;
	display: inline-block;
	width: 100%;
	background-color: #010101;
	/* [disabled]min-width: 400px;*/
	padding-bottom: 35px;
	padding-top: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}

.thumbnail {
	width: 23%;
	text-align: center;
	float: left;
	margin-top: 35px;
	background-color: #000000;
	padding-bottom: 20px;
	margin-left: 1%;
	margin-right: 1%;
	border-radius: 3px;
	padding-top: 0px;
	border-bottom: 4px solid #6DC7D0;
}

.gallery .thumbnail h4 {
	margin-top: 5px;
	margin-bottom: 5px;
	color: #FEDD00;
	text-align: center;
	padding-left: 20px;
	padding-right: 20px;
}

.gallery .thumbnail .tag {
	color: #00FF00;
	padding-bottom: 4px;
	padding-top: 4px;
	text-align: center;
	padding-left: 20px;
	padding-right: 20px;
}

.gallery .thumbnail p {
	margin: 0;
	color: #B3B3B3;
	text-align: center;
	padding-left: 0px;
}

/* More info */
.intro {
	background-color: #000000;
	padding-bottom: 0px;
}
.column {
	width: 100%;
	text-align: center;
	padding-top: 0px;
	float: left;
}
.intro .column h3 {
	color: #FFFFFF;
	text-align: center;
}
.intro .column p {
	color: #FFFFFF;
    text-align: center;
}
.cards {
	width: 100%;
	opacity: 0.5;
}

.intro .column p {
	padding-left: 0px;
	padding-right: 0px;
	text-align: justify;
	line-height: 25px;
	font-weight: lighter;
	margin-left: 0px;
	margin-right: 0px;
	width: 100%;
	margin-top: 0%;
}

.button {
	width: 200px;
	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;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 2px;
	border: 3px solid #FFFFFF;
	color: #FFFFFF;
	transition: all 0.3s linear;
}

.button:hover {
	background-color: #FEDD00;
	color: #FFFFFF;
	cursor: pointer;
}

.copyright {
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: #000000;
	color: #FFFFFF;
	text-transform: none;
	font-weight: normal;
	letter-spacing: 1px;
	border-top-width: 2px;
}

footer {
	background-color: #000000;
	padding-top: 30px;
	padding-bottom: 30PX;
}

.intro {
	display: inline-block;
	background-color: #000000;
}



/* Small Desktops */
@media (max-width: 768px) {
.text_column {
	width: 100%;
}
.thumbnail {
	width: 48%;
}
.text_column {
	width: 90%;
	margin: 0;
	padding: 20px;
}
.intro .column p {
	width: 100%;
}
}



