@charset "utf-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@300;600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Sawarabi+Gothic&display=swap');
body {
	margin: 0;
	padding: 0;
}


::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}
 
::-webkit-scrollbar-thumb {

  background: rgba(0,0,0,0.5);
  border-radius: 5px;
}

.img-responsive {
	width: 100%;
	height: auto;
}

.text-right {
	text-align: right;
}

.hamburger-menu {
    position: fixed;
    top: 5px;
    left: 10px;
	z-index: 999;
}

.hamburger-menu div {
    width: 35px;
    height: 5px;
    background-color: rgba(138,199,255,1.00);
    margin: 6px 0;
    transition: .5s;
}
.hamburger-menu:hover div {
  opacity:0.6;
  /* 透明度を指定 */
}
.hamburger-menu + .sidenavs:target {
  overflow-x: visible;
  /* ボックスからはみ出る箇所をそのまま表示 */
  width: 100%;
  display:block;
}
.sidenavs:target {
  overflow-x: hidden;
  /* ボックスからはみ出る箇所を隠す */
  width: 0;
}
/* ハンバーガーメニュー表示時 */
.sidenavs {
	font-family: 'Noto Serif JP', serif;
    height: 100%;
    position: fixed;
    /* 画像の配置を指定 */
    z-index: 1;
    top: 0;
    left: 0;
    background-color: rgba(255,255,255,0.80);
    overflow-x: hidden;
    /* 横スクロールを無効にする */
    padding-top: 60px;
    transition: 0.5s;  /* アニメーションの時間を0.5秒に指定 */
    width: 0px;
}
/* ハンバーガーメニュー表示時のリンク */
.sidenavs a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 25px;
  color: #818181;
  display: block;
  transition: 0.3s;
  /* アニメーションの時間を0.3秒に指定 */
  font-weight:bold;
}
/* マウスオーバー後のリンク */
.sidenavs a:hover {
  color: black;
}
/* クローズボタン */
.sidenavs .close-btn {
  position: absolute;
  /* 親要素との絶対位置を指定 */
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}


/*スライダー*/

.top-slider {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
}



.full div {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 100vh;
  margin: 0;
}
.full div.img00 {
 background-image: url(../img/top-img000.jpg);
}
.full div.img01 {
 background-image: url(../img/top-img001.jpg);
}
.full div.img02 {
  background-image: url(../img/top-img002.jpg);
}
.full div.img03 {
  background-image: url(../img/top-img003.jpg);
}
.full div.img04 {
  background-image: url(../img/top-img004.jpg);
}
.full .slick-dots {
  bottom: 4%;
  z-index: +1;
}

.full div h2 {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  margin:0;
  padding:0;
}

.full div h1 {
  position: absolute;
  width: 20%;
  top: 60%;
  left: 60%;
  -ms-transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  margin:0;
  padding:0;
}


/*パララックス*/

.parallax-div {
  box-sizing: border-box;
  
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding: 5%;
}
.parallax-bg {
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 600px;
}
/*各背景の画像*/
.img-bg-01 {
  background-image: url('../img/top-img000.jpg');
}
.img-bg-02 {
  background-image: url('../img/top-img005.jpg');
}
.img-bg-03 {
  background-image: url('../img/top-img006.jpg');
}
.img-bg-04 {
  background-image: url('../img/top-img007.jpg');
}
.img-bg-05 {
  background-image: url('../img/top-img008.jpg');
}

/*スクロールするコンテンツ*/
.scrollbox1 {
  display: flex;	
  flex-direction: column;
    background-color: #fff;
  color: rgba(77,77,77,1.00)
}
.scrollbox2 {
    background-color: #fff;
  color: rgba(77,77,77,1.00)
}
.scrollbox3 {
    background-color: #fff;
  color: rgba(77,77,77,1.00)
}
.scrollbox4 {
    background-color: #fff;
  color: rgba(77,77,77,1.00)
}
.scrollbox5 {
    background-color: #fff;
  color: rgba(77,77,77,1.00)
}
.scrollbox6 {
  background-color: #fff;
  color: rgba(77,77,77,1.00)
}

.parallax-div h2 {
    font-family: 'Noto Serif JP', serif;
    font-style: normal;
    font-weight: 600;
    font-size: 34px;
    padding-bottom: .5em;
    border-bottom: 1px solid #727272;
}

.contents-area h2 {
	    font-family: 'Noto Serif JP', serif;
    font-style: normal;
    font-weight: 600;
    font-size: 34px;
    padding-bottom: .5em;
    border-bottom: 1px solid #727272;
}

.parallax-div h3 {
    font-family: 'Noto Serif JP', serif;
    font-style: normal;
    font-weight: 600;
    font-size: 28px;
   padding: .5em .75em;
  background-color: #f6f6f6;
	box-shadow: 1px 1px 0 rgba(255, 255, 255, .5) inset;
}

.parallax-div p {
	font-family: 'Noto Serif JP', serif;
    font-style: normal;
    font-weight: 400;
}

.contents-area p {
	font-family: 'Noto Serif JP', serif;
    font-style: normal;
    font-weight: 400;
}

.contents-area {
	display: flex;
	flex-flow: column nowrap;
	width: 80%;
	margin-left: auto;
	margin-right: auto;
}

.contents-img {
    display: flex;
    flex-flow: row wrap;
    width: 100%;
	box-sizing: border-box;
}

.img-area {
    width: 48%;
    padding: 10px;
    box-sizing: border-box;
    margin: 1%;
    background-color: rgba(220,220,220,1.00);	
	
}

.card-area {
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	align-items: center;
}

.card {
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
    justify-content: center;
    margin-right: 5px;
    margin-left: 5px;
    width: 300px;
    margin-top: 15px;
}




.card-hover {
	transition: all 1s linear 0s;
	border-radius: 50%;
	cursor: pointer;
}

.card-img {
 margin: 0;
 padding: 0;
}

.card-text {
	margin:0;
	padding: 0;
}

.card-text {
    background: rgba(51,51,51,1.00);
    text-align: center;
    padding-top: 4px;
    padding-bottom: 4px;
		

}

.card-text p {
	margin:0;
	padding: 0;
	color: #fff;
}

.card:hover {
	transform: rotateX(360deg);
}

.contents-text-img {
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	align-items: center;
}

.contents-text {
    width: 40%;
    padding: 30px;
    box-sizing: border-box;
    line-height: 2.2em;
}

.contents-img-2 {
	width: 30%;
	padding: 30px;
	box-sizing: border-box;
	
}


.contents-img-2:hover {
  opacity: 0.6;
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}


/*top*/

#page_top{
  width: 60px;
  height: 60px;
  position: fixed;
  right: 0;
  bottom: 0;
  opacity: 0.6;
}
#page_top a{
  width: 60px;
  height: 60px;
  text-decoration: none;
}
#page_top a::before{
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f139';
  font-size: 50px;
  color: #3fefee;
}


/*メールフォーム*/


form { max-width:480px; margin:50px auto; }

.feedback-input {
    color: rgba(67,67,67,1.00);
    font-family: Helvetica, Arial, sans-serif;
    font-weight: 500;
    font-size: 18px;
    border-radius: 5px;
    line-height: 22px;
    background-color: transparent;
    border: 2px solid #3F3F3F;
    transition: all 0.3s;
    padding: 13px;
    margin-bottom: 15px;
    width: 100%;
    box-sizing: border-box;
    outline: 0;
}

.feedback-input:focus { border:2px solid #CC4949; }

textarea {
  height: 150px;
  line-height: 150%;
  resize:vertical;
 
}

[type="submit"] {
   font-family: 'Sawarabi Gothic', sans-serif;
    width: 100%;
    background-color: #6684CC;
    border-radius: 5px;
    border: 0;
    cursor: pointer;
    color: white;
    font-size: 18px;
    padding-top: 10px;
    padding-bottom: 10px;
    transition: all 0.3s;
    margin-top: -4px;
    font-weight: 700;
}
[type="submit"]:hover {
    background-color: #02598A;
}

[type="button"] {
    font-family: 'Sawarabi Gothic', sans-serif;
    width: 100%;
    background-color: #6684CC;
    border-radius: 5px;
    border: 0;
    cursor: pointer;
    color: white;
    font-size: 18px;
    padding-top: 10px;
    padding-bottom: 10px;
    transition: all 0.3s;
    margin-top: 15px;
    font-weight: 700;
}
[type="button"]:hover {
    background-color: #02598A;
}

#formWrap h3 {
	text-align: center;
	font-family: 'Noto Serif JP', serif;
}

.formTable {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}

.formTable th {
    font-family: 'Noto Serif JP', serif;
    font-weight: 600;
    padding-top: 10px;
    padding-bottom: 10px;
	text-align: left;
	width: 30%;
}

.formTable td {
    font-family: 'Noto Serif JP', serif;
    
    padding-top: 10px;
    padding-bottom: 10px;
	
}

.mail-area { max-width:420px; margin:50px auto;
font-family: 'Sawarabi Gothic', sans-serif;}

.top-img {
	width: 100%;
}

.contents-about-area {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
    border: thin solid rgba(131,131,131,1.00);
    margin-top: 10px;
}

.contents-about {
	display: flex;
	flex-flow: column nowrap;
	width: 50%;
	padding: 15px;
	box-sizing: border-box;
	align-items: center;
}



.contents-about h4 {
  font-size: 16px;
  font-family: 'Noto Serif JP', serif;
}

.contents-about-img {
    width: 30%;
    padding-top: 3%;
    padding-right: 3%;
    padding-left: 3%;
    padding-bottom: 3%;
    box-sizing: border-box;
}

.contents-about span {
	color: rgba(255,0,4,1.00)
}

form h2 {
	font-family: 'Noto Serif JP', serif;
	text-align: center;
	font-size: 16px;
}

/*botan*/

.btn,
a.btn,
button.btn {
    font-size: 14px;
    line-height: 1.5;
    position: relative;
    display: inline-block;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    vertical-align: middle;
    text-decoration: none;
    letter-spacing: 0.1em;
    color: #212529;
    border-radius: 0.5rem;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 15px;
    margin-bottom: 15px;
    margin-left: auto;
    margin-right: auto;
	font-family: 'Noto Serif JP', serif;
}

form p {
	text-align: center;
}

a.btn-border {
  border-radius: 0;
}

a.btn-border:before,
a.btn-border:after {
  position: absolute;

  width: 100%;
  height: 2px;

  content: '';
  -webkit-transition: all .3s;
  transition: all .3s;

  background: #000;
}

a.btn-border:before {
  top: 0;
  left: 0;
}

a.btn-border:after {
  right: 0;
  bottom: 0;
}

a.btn-border:hover:before,
a.btn-border:hover:after {
  width: 0;
}

.logo-sm {
	text-align: right;
	margin-right: 10px;
}

#loader-bg {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: #fff;
  z-index: 1;
}
#loader {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  width: 200px;
  height: 200px;
  margin-top: -100px;
  margin-left: -100px;
  text-align: center;
  color: #fff;
  z-index: 2;
}

.img-center {
	width: 600px;
	margin-left: auto;
	margin-right: auto;
}

.fish {
    margin-top: 10px;	
}

.fish a {
    color: rgba(63,63,63,1.00);
    text-decoration: none;
    transition: 0.5s;
    padding-bottom: 1px;
    border-bottom: thin solid rgba(78,78,78,1.00);
}

.fish a:hover {
	color:rgba(36,163,255,1.00);
	border-bottom: thin solid rgba(36,163,255,1.00);
	
}
