@charset "UTF-8";
/* Body */
html{
  min-height: 100%;
  position: relative;
}
body {
	font: 100%/1.6 "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
	background-image: url("../img/bg/c.jpg");
	margin: 0;
	margin-bottom: 50px;
}

.resizeimage img { 
	width: 100%; 
}

.v-middle {
  vertical-align: middle;
}

a:link {
	color: #00f;	
	text-decoration: none;
}

a:visited {
	color: #00f;	
	text-decoration: none;
}

a:hover {
	color: #FF0000;
}

/* ------  Hero   ----------- */

/* ------ slide image ------- */
.hero-slide__img {
  animation-duration: 20s;
  animation-iteration-count: infinite;
  animation-name: slideAnime;
  animation-timing-function: ease;
  display: block;
  min-height: 100vh;
  object-fit: cover;
  opacity: 0;
  width: 100%;
}

.hero-slide__item:nth-of-type(1) .hero-slide__img {
  animation-delay: 0s;
}

.hero-slide__item:nth-of-type(2) .hero-slide__img {
  animation-delay: 5s;
}

.hero-slide__item:nth-of-type(3) .hero-slide__img {
  animation-delay: 10s;
}
.hero-slide__item:nth-of-type(4) .hero-slide__img {
  animation-delay: 15s;
}

@keyframes slideAnime {
  0% {
    opacity: 0;
  }

  16% {
    opacity: 1;
  }

  25% {
    opacity: 1;
  }

  49% {
    opacity: 0;
  }

	100% {
    opacity: 0;
    transform: translateX(-10%);
  }
}

.tablewidth{
	wirth:auto;
	max-width: 600px;
}
.tablewidth2{
	wirth:auto;
	max-width: 860px;
}

/* ------ hero erea ------- */
.hero {
  height: 100vh;
  overflow: hidden;
  position: relative;
}

.hero__inner {
  margin: 0 auto;
  width: 100%;
}

/* ------ hero title ------- */
.hero__title {
  font-family: "Hina Mincho" ;
  font-size: 40px;
  color:#fff;
  left: 0;
  position: absolute;
  right: 5%;
  text-align: center;
  top: 45%;
  transform: translateY(-50%);
}
.hero__title2 {
    font-size: 18px;
    color: #FFFFFF;
    position: absolute;
    right: 15px;
    text-align: right;
    top: 0%;
    width: 100%;
}
.hero__title3 {
    font-size: 16px;
    color: #000;
    position: absolute;
    bottom: 0%;
    width: 100%;
	background-color: rgba(255, 255, 255, 0.4);
}

.hero-slide__item {
  bottom: 0;
  height: 100%;
  position: absolute;
  right: -10%;
  width: 110%;
}

.form
{position: absolute;
left: 0;
top: 0;
width: 75px;
height: 210px;
background: transparent;
border: none;}

/* Container */
.container {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	background-image: url("../img/bg/c.jpg");
	background-repeat: repeat;
	list-style-type: none;
}
.table{
	vertical-align: top;
}

/* Header */
.header	{
	height: 80px;
	text-align: middle;
	margin-top: auto;
	margin-bottom: auto;
	background-image: url("../img/bg/gakusomaku2.jpg");
	font-family: "Hina Mincho";
}

.logo {
	color: #fff;
	font-weight: bold;
	margin-left: auto;
	letter-spacing: 4px;
	margin-right: auto;
	text-align: center;
	padding-top: 15px;
	line-height: 2em;
	font-size: 22px;
}
.hero_header {
	color: #000000;
	text-align: center;
	margin: 0;
	letter-spacing: 4px;
}
/* About Section */
.text_column {
	width: 90%;
	text-align: left;
	font-weight: lighter;
	line-height: 25px;
	float: left;
	padding-left: 20px;
	padding-right: 20px;
	color: #000000;
}
.gallery {
	clear: both;
	display: inline-block;
	width: 100%;
	background-image: url("../img/bg/c.jpg");	/* [disabled]min-width: 400px; */
	padding-bottom: 35px;
	padding-top: 0px;
	margin-top: -5px;
	margin-bottom: 0px;
}
.thumbnail {
	width: 31%;
	text-align: left;
	float: left;
	margin-top: 35px;
	background-color: #F8F8F8;
	padding-bottom: 20px;
	margin-left: 1%;
	margin-right: 1%;
	border-radius: 3px;
	padding-top: 20px;
	border-bottom: 4px solid #6DC7D0;
}
.thumbnail2 {
	width: 22%;
	text-align: left;
	float: left;
	margin-top: 35px;
	background-color: #F8F8F8;
	padding-bottom: 20px;
	margin-left: 1%;
	margin-right: 1%;
	border-radius: 3px;
	padding-top: 20px;
	border-bottom: 4px solid #6DC7D0;
}
.thumbnail3 {
	width: 75%;
	text-align: left;
	float: left;
	margin: 1% 1%;
	border-radius: 1%;
	padding: 1% 1%;
	max-width: 1200px; /* 最大幅 */
    min-width: 480px; /* 最小幅 */
}
.thumbnail4 {
	width: 75%;
	text-align: right;
	float: right;
	margin: 1% 1%;
	border-radius: 1%;
	padding: 1% 1%;
	max-width: 1200px; /* 最大幅 */
    min-width: 480px; /* 最小幅 */
}
.thumbnail5 {
	width: 60%;
	text-align: left;
	float: left;
	margin-top: 35px;
	background-color: #F8F8F8;
	padding-bottom: 20px;
	margin-left: 1%;
	margin-right: 1%;
	border-radius: 3px;
	padding-top: 20px;
	border-bottom: 4px solid #6DC7D0;
}
.gallery .thumbnail h4 {
	margin-top: 5px;
	margin-bottom: 5px;
	color: #52BAD5;
	text-align: left;
	padding-left: 20px;
	padding-right: 20px;
}
.gallery .thumbnail p {
	margin: 0;
	color: #000000;
	text-align: left;
	padding-left: 20px;
}
.gallery .thumbnail .tag {
	color: #000;
	padding-bottom: 4px;
	padding-top: 4px;
	text-align: left;
	padding-left: 20px;
	padding-right: 20px;
}
.thumbnail3 .cap {
	margin-top: 0px;
}
.thumbnail4 .cap {
	margin-top: 0px;
}

.bxslider img {
    width: 70%;
    object-fit: cover;
}

/* More info */
.column {
	width: 100%;
	text-align: center;
	padding-top: 30px;
	float: left;
}
.intro .column h3 {
	color: #FFFFFF;
	text-align: center;
}
.intro .column p {
	color: #FFFFFF;
}
.cards {
	width: 100%;
	max-width: 400px;
	max-height: 200px;
	opacity: 0.8;
}
.intro .column p {
	padding-left: 30px;
	padding-right: 30px;
	text-align: justify;
	line-height: 25px;
	font-weight: lighter;
	margin-left: 20px;
	margin-right: 20px;
	width: 80%;
	margin-top: 4%;
}
.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: #6DC7D0;
	color: #FFFFFF;
	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 {
	width: 100%;
	background-image: url(../img/bg/lt.png);
	padding-top: 5px;
	padding-bottom: 5PX;
	height: 50px;
	position: absolute;/*←絶対位置*/
    bottom: 0; /*下に固定*/
}
.intro {
	display: inline-block;
	text-align: center;
	width: 100%;
	background-image: url("../img/bg/1231.jpg");
}
/* ハンバーガーメニュー */
.menu-btn {
    position: fixed;
    top: 10px;
    right: 10px;
    display: flex;
    height: 30px;
    width: 30px;
    justify-content: center;
    align-items: center;
    z-index: 120;
    background-color: #7C7C7C;
}
.menu-btn span,
.menu-btn span:before,
.menu-btn span:after {
    content: '';
    display: block;
    height: 3px;
    width: 25px;
    border-radius: 3px;
    background-color: #ffffff;
    position: absolute;
}
.menu-btn span:before {
    bottom: 8px;
}
.menu-btn span:after {
    top: 8px;
}
.menu-content {
    width: 200px;
    position: fixed;
    top: 0;
    right: 100%;/*leftの値を変更してメニューを画面外へ*/
    z-index: 80;
	background-color: rgba(255, 255, 255, 0.85);/*メニューオープン時は真ん中の線を透明にする*/
}
.menu-content ul {
    padding: 70px 10px 0;
}
.menu-content ul li {
    border-bottom: solid 1px #ffffff;
    list-style: none;
}
.menu-content ul li a {
    display: block;
    width: 100%;
    font-size: 16px;
    box-sizing: border-box;
    color:#000000;
    text-decoration: bold;
    padding: 9px 15px 10px 0;
    position: relative;
}
.menu-content ul li a::before {
    content: "";
    width: 7px;
    height: 7px;
    border-top: solid 2px #ffffff;
    border-right: solid 2px #ffffff;
    transform: rotate(45deg);
    position: absolute;
    right: 11px;
    top: 16px;
}
#menu-btn-check:checked ~ .menu-btn span {
    background-color: rgba(255, 255, 255, 0);/*メニューオープン時は真ん中の線を透明にする*/
}
#menu-btn-check:checked ~ .menu-btn span::before {
    bottom: 0;
    transform: rotate(45deg);
}
#menu-btn-check:checked ~ .menu-btn span::after {
    top: 0;
    transform: rotate(-45deg);
}
#menu-btn-check:checked ~ .menu-content {
    right: 0%;/*メニューを画面内へ*/
}

.amenu {
    max-width: 320px;
}

.amenu a {
    display: block;
    padding: 15px;
    text-decoration: none;
    color: #000;
}

label {
    display: block;
    margin: 0 0 4px 0;
    padding : 15px;
    line-height: 1;
    color :#fff;
    background-color : #8EB0F8;
    cursor :pointer;
}

input {
    display: none;
}

.amenu ul {
    margin: 0;
    padding: 0;
    background :none;
    list-style: none;
}

.amenu li {
    height: 0;
    overflow: hidden;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

#amenu_bar01:checked ~ #links01 li,
#amenu_bar02:checked ~ #links02 li, 
#amenu_bar03:checked ~ #links03 li, 
#amenu_bar04:checked ~ #links04 li, 
#amenu_bar05:checked ~ #links05 li,
#amenu_bar06:checked ~ #links06 li, 
#amenu_bar07:checked ~ #links07 li, 
#amenu_bar08:checked ~ #links08 li, 
#amenu_bar09:checked ~ #links09 li, 
#amenu_bar10:checked ~ #links10 li, 
#amenu_bar11:checked ~ #links11 li, 
#amenu_bar12:checked ~ #links12 li, 
#amenu_bar13:checked ~ #links13 li, 
#amenu_bar14:checked ~ #links14 li
{
    height: 54px;
    opacity: 1;
}




/* Mobile */
@media (max-width: 320px) {
.logo {
	width: 100%;
	text-align: center;
	margin-top: 13px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.text_column {
	width: 100%;
	text-align: justify;
	padding: 0;
}
.intro .column p {
	width: 80%;
	margin-left: 0px;
}
.text_column {
	padding-left: 20px;
	text-align-last: justify;
}
.thumbnail {
	width: 100%;
}
.column {
	width: 100%;
	margin-top: 0px;
}
.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;
}
.text_column {
	width: 100%;
	text-align: left;
	padding: 0;
}
.thumbnail {
	width: 100%;
}
.column {
	width: 100%;
	margin-top: 0px;
}
.thumbnail {
	width: 100%;
}
.text_column {
	padding-left: 20px;
	padding-right: 20px;
	width: 90%;
}
.column {
	width: 100%;
	margin-left: 0px;
	margin-right: 0px;
}
.profile {
	width: 100%;
}
.intro .column p {
	width: 90%;
	text-align: center;
	padding-left: 0px;
}
}

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