/*
Theme Name:日本海洋水族館
Description: 日本海洋水族館のデザインを作成しました。
Author: 佐藤
*/

@charset "UTF-8";
/* CSS Document */
body {
  font-family: "Yu Gothic Medium", "游ゴシック Medium", "Yu Gothic", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo";
  text-align: center;
/*	background-image: url("../img/test2.jpg");*/
/*ヘッダー*/
}

.sp {
	display: block;
}

.pc {
	display: none;
}


#aquarium-title {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  padding: 15px 0;
}
#aquarium-title > a {
  color: aliceblue;
  font-weight: bold;
  text-decoration: none;
  cursor: pointer;
}

#icon-wrapper {
	display: flex;
}

.news-wrap {
	display: block;
	background: #003366;
}

.news {
	color: aliceblue;
	font-size: 20px;
	font-weight: bold;
	padding: 20px;
}


.scroll-wrap {
	display: block;
	padding: 0 0 40px 0;
}

.scroll {
	font-size: 18px;
	font-weight: bold;
	padding: 20px;
	color: aliceblue;
}

.scroll i {
	padding: 5px;
}

.icon {
	display: none;
	flex: 1;
}

/* メニュー固定 */
.menu-box {
  position: relative;
  top: 0;
  right: 0;
  width: 100%;
  height: 70px;
  background: #003366;
  display: flex;
  justify-content: space-between;
  position: fixed;
  z-index: 200;
}
.line-list {
  display: block;
  transition: all 0.4s;
  box-sizing: border-box;
  position: relative;
  width: 70px;
  height: 70px;
  margin-right: 0;
  margin-left: auto;
  z-index: 300;
  cursor: pointer;
	background: white;
}
/* ハンバーガーメニューの棒 */
.line-list span {
  display: block;
  transition: all 0.4s;
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  transform: translateY(50%);
  left: 50%;
  transform: translateX(-50%);
  width: 20px;
  height: 1px;
  background: #333;
}
.line-list span:nth-child(1) {
  margin-top: -6px;
}
.line-list span:nth-child(3) {
  margin-top: 6px;
}
/* ハンバーガーメニューが開くときに×にする */
.line-list.active span:nth-child(1) {
  -webkit-transform: translateY(6px) rotate(-45deg);
  transform: translateY(6px) rotate(-45deg);
  left: 10px;
}
.line-list.active span:nth-child(2) {
  opacity: 0;
}
.line-list.active span:nth-child(3) {
  -webkit-transform: translateY(-6px) rotate(45deg);
  transform: translateY(-6px) rotate(45deg);
  left: 10px;
}
/* メニューが開いたときの黒い半透明の背景 */
.menu-bg {
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  z-index: 100;
  background: #333;
  opacity: 0;
  visibility: hidden;
  transition: all 0.6s;
  cursor: pointer;
}
/* メニューの中身 */
.global-nav {
  position: fixed;
  right: -400px;
  top: 0;
  width: 380px;
  height: 100vh;
  padding-top: 40px;
  background: #fff;
  transition: all 0.6s;
  z-index: 200;
  overflow-y: auto;
  background-image: url("https://aquarium.sukuyomi.net/wp-content/uploads/2022/12/test.jpg");
  background-size: cover;
background-color:rgba(255,255,255,0.6);
background-blend-mode:lighten;
}
.link-list {
  display: block;
  margin: 0;
  padding: 0;
  z-index: 30;
}
.link-list li {
  text-align: center;
  padding: 0 14px;
}
.link-list li a {
  display: block;
  padding: 20px 0px 20px 80px;
  color: black;
  font-weight: bold;
  text-align: start;
}
.link-list li a:hover {
 color: #999999;
}
/* メニューが横から開く */
.nav-open .global-nav {
  right: 0;
}
/* メニューが横から開いた時の背景 */
.nav-open .menu-bg {
  opacity: 0.8;
  visibility: visible;
}

#ticket-header {
	background: #003366;
	height: auto;
}

#ticket-header p {
	padding: 20PX;
	font-size: 18px;
	color: aliceblue;
	font-weight: bold;
}

.t-title {
	margin: 100px auto 30px;
	font-weight: bold;
}


/*メイン*/

.main {
	position: relative;
}

.main p {
	position: absolute;
	top: 65%;
	left: 50%;
	font-size: 20px;
	-ms-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
	color: aliceblue;
}

.main img {
  width: 100%;
  height: 30vh;
  margin-top: 70px;
}

.main_imgBox {
    height: 60vh;
    overflow: hidden;
    position: relative; }

.main_imgBox img {
	width: 400px;
	height: 380px;
	}
	

  .main_logo {
    z-index:11;
    position: absolute;
    top:60%;
    left:50%;
    transform:translate(-50%,-50%);
    width:50%;
    height:auto;
}

  .main_img {
    z-index:10;
    opacity: 0;
    width: 100%;
    height: 100vh;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-animation: anime 36s 0s infinite;
    animation: anime 36s 0s infinite;
}

    .main_img:nth-of-type(2) {
      -webkit-animation-delay: 6s;
      animation-delay: 6s; }

    .main_img:nth-of-type(3) {
      -webkit-animation-delay: 12s;
      animation-delay: 12s; }

    .main_img:nth-of-type(4) {
      -webkit-animation-delay: 18s;
      animation-delay: 18s; }

    .main_img:nth-of-type(5) {
      -webkit-animation-delay: 24s;
      animation-delay: 24s; }

    .main_img:nth-of-type(6) {
      -webkit-animation-delay: 30s;
      animation-delay: 30s; }

  .main_imgM {
    opacity: 0;
    width:100%;
    height:100%;
    object-fit: cover;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-animation: anime 36s 0s infinite;
    animation: anime 36s 0s infinite; }

    .main_imgM:nth-of-type(2) {
      -webkit-animation-delay: 6s;
      animation-delay: 6s; }

    .main_imgM:nth-of-type(3) {
      -webkit-animation-delay: 12s;
      animation-delay: 12s; }

    .main_imgM:nth-of-type(4) {
      -webkit-animation-delay: 18s;
      animation-delay: 18s; }

    .main_imgM:nth-of-type(5) {
      -webkit-animation-delay: 24s;
      animation-delay: 24s; }

    .main_imgM:nth-of-type(6) {
      -webkit-animation-delay: 30s;
      animation-delay: 30s; }
	

@keyframes anime {
    0% {
        opacity: 0;
    }
    8% {
        opacity: 1;
    }
    17% {
        opacity: 1;
    }
    25% {
        opacity: 0;
         transform: scale(1.2);
                    z-index:9;
    }
    100% { opacity: 0 }
}

@-webkit-keyframes anime {
    0% {
        opacity: 0;
    }
    8% {
        opacity: 1;
    }
    17% {
        opacity: 1;
    }
    25% {
        opacity: 0;
         -webkit-transform: scale(1.2);
            z-index:9;
    }
    100% { opacity: 0 }
}

.main-img {
	position: relative;
}


.main-img p {
	position: absolute;
	top: 50%;
	left: 50%;
	font-size: 40px;
	-ms-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
	color: aliceblue;
}

.main-img img {
  width: 100%;
  height: 70vh;
}

#sales-title {
	width: 80%;
	margin: 30px auto;
	border: solid 2px;
	border-radius: 20px;
	background-color: aliceblue;
	font-size: 18px;
}

#sales-title > p {
	padding: 20px 10px;
	font-weight: bold;
}

.sales-img {
		width: 100%;
	}

/* ボタン共通設定 */
.btn03{
    /*影の基点とするためrelativeを指定*/
    position: relative;
    /*ボタンの形状*/
	text-decoration: none;
	display: inline-block;
	font-weight: bold;
    text-align: center;
    background: transparent;
	border-radius: 25px;
    outline: none;
    /*アニメーションの指定*/
    transition: all 0.2s ease;
}

/*hoverをした後のボタンの形状*/
.btn03:hover{
	border-color:transparent;	
}

/*ボタンの中のテキスト*/
.btn03 span {
	position: relative;
	z-index: 2;/*z-indexの数値をあげて文字を背景よりも手前に表示*/
    /*テキストの形状*/
	display: block;
    padding: 15px 30px;
	background: #feda77;
	border: solid 2px black;
	border-radius: 25px;
	color: black;
    /*アニメーションの指定*/
    transition: all 0.3s ease;
}

/*== 下に押し込まれる（立体が平面に） */

/*影の設定*/
.pushdown:before {
    content:"";
    /*絶対配置で影の位置を決める*/
    position: absolute;
	z-index: -1;
    top:4px;
    left:0;
    /*影の形状*/
    width: 100%;
    height: 100%;
	border-radius: 25px;
    background-color: #333;
}

/*hoverの際にY軸に4pxずらす*/
.pushdown:hover span {
	transform: translateY(4px);
}


.title {
	font-size: 18px;
	font-weight: bold;
	margin: 50px 0 30px 0;
	color: black;
}


.title i {
	padding: 5px;
}

.title2 {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 20px;
}



#notice {
	width: 90%;
	margin: 0 auto;
	height: 240px;
	overflow: scroll;
	overflow-y: scroll;
	background: #f4f5f7;
}

#notice::-webkit-scrollbar {
	width: 10px;
}

#notice::-webkit-scrollbar-thumb {
background-color: rgb(150,150,150);
border-radius: 5px;
}

#notice::-webkit-scrollbar-track {
background-color: rgb(220,220,220);
border-radius: 5px;
}


table {
  margin: 20px auto;
}
.tbl-r02 th {
 
  padding: 15px;
}
.tbl-r02 td {
  border: none;
  padding: 15px;
  text-align: start;
}


#bl {
	height: 30px;
}


/*スライダーのためのcss*/
.slider {/*横幅94%で左右に余白を持たせて中央寄せ*/
   width:90%;
    margin:0 auto;
}

.slider img {
    width:100%;/*スライダー内の画像を横幅100%に*/
    height:auto;
	border-radius: 10px;
}

.slider p {
	font-size: 18px;
	font-weight: bold;
	border: solid 2px;
	border-radius: 20px;
	margin: 20px 0;
	padding: 10px 0;
}

.explanation {
	font-size: 18px;
	font-weight: bold;
	padding: 10px 0;
}

.slider p {
	background-color: aliceblue;
	width: 80%;
	margin: 0 auto;
}

.slider p:hover {
	background: #feda77;
	transition-duration: 0.3s;
}

/*slickのJSで書かれるタグ内、スライド左右の余白調整*/

.slider .slick-slide {
    margin:0 10px;
}

/*矢印の設定*/

#slider2 
.slick-prev {
	top: 34%;
}

#slider2
.slick-next {
	top: 34%;
}

#slider3 
.slick-prev {
	top: 34%;
}

#slider3 
.slick-next {
	top: 34%;
}


/*戻る、次へ矢印の位置*/
.slick-prev, 
.slick-next {
    position: absolute;/*絶対配置にする*/
    top: 32%;
    cursor: pointer;/*マウスカーソルを指マークに*/
    outline: none;/*クリックをしたら出てくる枠線を消す*/
    border-top: 2px solid #666;/*矢印の色*/
    border-right: 2px solid #666;/*矢印の色*/
    height: 15px;
    width: 15px;
}

.slick-prev {/*戻る矢印の位置と形状*/
    left: -1.5%;
    transform: rotate(-135deg);
}

.slick-next {/*次へ矢印の位置と形状*/
    right: -1.5%;
    transform: rotate(45deg);
}

/*ドットナビゲーションの設定*/

.slick-dots {
    text-align:center;
	margin:20px 0 0 0;
}

.slick-dots li {
    display:inline-block;
	margin:0 5px;
}

.slick-dots button {
    color: transparent;
    outline: none;
    width:16px;/*ドットボタンのサイズ*/
    height:16px;/*ドットボタンのサイズ*/
    display:block;
    border-radius:50%;
    background:#ccc;/*ドットボタンの色*/
}

.slick-dots .slick-active button{
    background:#333;/*ドットボタンの現在地表示の色*/
}

#situaion {
	display: block;
	width: 90%;
	margin: 0 auto;
}

.situation_title {
	flex: 1;
	font-size: 20px;
	margin: 10px;
	text-align: center;
	position: relative;
}

.situation_title p {
	position: absolute;
	color: aliceblue;
	font-weight: bold;
	font-size: 24px;
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    transform: translate
}

.situation_title img {
	width: 100%;
	border-radius: 10px;
}


.price {
	width: 80%;
	margin: 20px auto;
}

.price > p {
	font-size: 20px;
	font-weight: bold;
	padding: 20px;
}

.price a {
	font-size: 20px;
	font-weight: bold;
}

.price > a > p {
	background: #003366;
	color: aliceblue;
	border: solid 2px;
	border-radius: 30px;
	padding: 10px;
	margin: 20px;
}

.price > a > p:hover {
	transition-duration: 0.3s;
	opacity: 0.8;
}

.price img {
	width: 100%;
	border-radius: 20px;
}

#pass {
	display: block;
	width: 90%;
	margin: 0 auto;
}

#floor-body {
	background-image: url("https://aquarium.sukuyomi.net/wp-content/uploads/2022/12/test2.jpg");
}

#floor-wrap {
	display: block;
}

.floor {
	width: 100%;
	margin: 0 auto;
	padding: 20px 0;
}

.floor img {
	width: 80%;
	border-radius: 20px;
}

.shop-title {
	width: 80%;
	margin: 0 auto;
	font-weight: bold;
	line-height: 30px;
}

.shop-title p {
	padding: 0 0 20px 0;
}

.shop-title img {
	width: 100%;
	border-radius: 30px;
}

.t-title i {
	padding: 0 5px;
}

.ticket-img {
	display: block;
	width: 100%;
}

.ticket-img2 {
	display: none;
}

.contact-title {
	font-size: 22px;
	font-weight: bold;
	padding: 100px 0 10px 0;
	margin: 0 auto;
}

.contact-title p {
	width: 80%;
}

.contact-title a {
	margin: 0 auto;
	padding: 15px;
	border: solid 2px;
	border-radius: 10px;
	background: aliceblue;
	cursor: default;
}

#info {
	display: none;
}

#info2 {
	display: none;
}

#info3 {
	display: none;
}

#info4 {
	display: none;
}


.hide-area{
	display: none;
}

/*モーダルの横幅を変更したい場合*/
.modaal-container img {
    width: 100%;
	height: auto;
	margin: 0 auto;
}

.modaal-content-container {
	padding: 0;
}

/*モーダルのボタンの色を変更したい場合*/
.modaal-close:after, 
.modaal-close:before{
	background:#ccc;	
}

.modaal-close:focus:after,
.modaal-close:focus:before,
.modaal-close:hover:after,
.modaal-close:hover:before{
	background:#666;
}

/*フッター*/

.wave {
    position: relative;
    height: 200px;/*何も表示されない場合は各波の親要素に高さを持たせましょう。*/
}
canvas {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}

#footer_wrapper1 {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	padding: 12px;
}

#footer_wrapper2 {
	max-width: 1300px;
	margin: 0 auto;
}

.sns {
	display: flex;
}

.sns a {
  width: 280px;
  padding: 20px 0;
  margin: 5px;
  border-radius: 6px;
  background-repeat: no-repeat;
  background-position: 100% 0;
  background-size: 200% auto;
  box-shadow: 0 3px 10px rgb(0 0 0 / 16%);
  transition: background-position ease 0.4s;
  text-align: center;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  font-size: 20px;
}

.sns i {
	padding: 0 6px;
}

.sns a:hover {
  background-position: 0 0;
}

#sns1 {
			background-image: linear-gradient(
    to right,
	#DA1725 0%,
	#DA1725 50%,
    #1687a7 50%,
    #1687a7 100%
  );
		}
#sns2 {
			background-image: linear-gradient(
    to right,
	#1DA1F2 0%,
	#1DA1F2 50%,
    #1687a7 50%,
    #1687a7 100%
  );
	
		}
		
#sns3 {
			background-image: linear-gradient(
    to right,
	#CF2E92 0%,
	#CF2E92 50%,
    #1687a7 50%,
    #1687a7 100%
  );
		}

#sns4 {
			background-image: linear-gradient(
    to right,
	#1877f2 0%,
	#1877f2 50%,
    #1687a7 50%,
    #1687a7 100%
  );
		}

#sns5 {
	background-image: linear-gradient(
    to right,
	#DA1725 0%,
	#DA1725 50%,
    aliceblue 50%,
    aliceblue 100%
  );
	color: #191A19;
	border: solid 2px #191A19;
}

#sns6 {
	background-image: linear-gradient(
    to right,
	#1DA1F2 0%,
	#1DA1F2 50%,
    aliceblue 50%,
    aliceblue 100%
  );
	color: #191A19;
	border: solid 2px #191A19;
}

#sns7 {
	background-image: linear-gradient(
    to right,
	#CF2E92 0%,
	#CF2E92 50%,
    aliceblue 50%,
    aliceblue 100%
  );
	color: #191A19;
	border: solid 2px #191A19;
}

#sns8 {
	background-image: linear-gradient(
    to right,
	#1877f2 0%,
	#1877f2 50%,
    aliceblue 50%,
    aliceblue 100%
  );
	color: #191A19;
	border: solid 2px #191A19;
}

#background {
	background: #003366;
	color: aliceblue;
	background-image: url("https://aquarium.sukuyomi.net/wp-content/uploads/2022/12/bubble.png");
	background-size: contain;
}

#background2 {
	background-image: url("https://aquarium.sukuyomi.net/wp-content/uploads/2022/12/fish3.png");
	background-size: cover;
}

.background3 {
	background: #00B3C7;
}

.background4 {
	background-image: url("https://aquarium.sukuyomi.net/wp-content/uploads/2022/12/background.png");
}

.background5 {
	background-image: url("https://aquarium.sukuyomi.net/wp-content/uploads/2022/12/background3.png");
}

.background6 {
	background-color: #E7E7E7;
}


#about_wrapper {
	width: 80%;
	margin: 0 auto;
}

#about_wrapper p {
	font-weight: bold;
	line-height: 30px;
	margin: 10px;
}

.about-concept {
	font-size: 24px;
	font-weight: bold;
	margin: 20px;
	color: #003366;
}

.about-concept img {
	height: 70px;
}

.about_title {
	font-size: 24px;
	font-weight: bold;
	margin: 20px;
	padding: 10px;
	border-bottom: solid 2px;
	text-shadow: 0 4px 2px #191A19;
	color: aliceblue;
}

#wrapper {
	width: 90%;
	margin: 0 auto;
}


#wrapper p {
	font-weight: bold;
	line-height: 30px;
	margin: 10px;
	color: white;
	z-index: 2;
	text-align: start;
}

#google-access {
	width: 80%;
	margin: 0 auto;
}

.access img {
	width: 80%;
	margin: 0 auto;
	border-radius: 20px;
}

iframe {
	height: 250px;
	border-radius: 10px;
}

.ticket-wrapper {
	width: 80%;
	max-width: 1300px;
	margin: 20px auto;
	border: solid 3px;
	border-radius: 10px;
	background-color: aliceblue;
	font-weight: bold;
}

.ticket-wrapper p {
	padding: 0 12px;
	
}

.ticket-wrapper img {
	border-radius: 10px 10px 0 0;
}

.ticket-date {
	display: flex;
}

.ticket-date dt {
	flex: 1;
	padding: 10px;
	border-bottom: solid 1px;
}

.ticket-date dd {
	flex: 1;
	padding: 10px;
	border-bottom: solid 1px;
	font-weight: bold;
}

.ticket-wrapper2 p {
	padding: 10px 20px;
	line-height: 25px;
	text-align: start;
}

.ticket-title {
	font-weight: bold;
}

.ticket-button {
	margin: 30px;
}

.ticket-button a {
	display: block;
	padding: 20px;
	color: aliceblue;
	border-radius: 10px;
	background-size: 200% auto;
    background-position: 100% 0;
	transition: background-position ease 0.6s;
	background-image: linear-gradient(
    to right,
	#69DADB 0%,
	#69DADB 50%,
    #1687a7 50%,
    #1687a7 100%
  );
}

.ticket-button a:hover {
	background-position: 0 0;
}

/*フッター*/
#footer_wrapper3 {
	background: #003366;
	color: aliceblue;
}

.fw-2 {
	display: flex;
	justify-content: center;
	padding:20px;
	font-weight: bold;
}
.fw-2 p {
	padding: 20px 0;
}

.fw-2 p:hover {
	color: #505050;
}

.fw-2 img  {
	width: 100%;
}

.fw-2 img:hover {
	opacity: 0.8;
	transition-duration: 0.3s;
}

.fw-3 nav ul {
	display: block;
}

.fw-3 nav ul li {
	border-bottom: solid 1px white;
}

.fw-3 nav ul li a {
	display: block;
	padding: 15px;
}

.fw-3 nav ul li a:hover {
	color: #B8B8B8;
}


.fw-4 > p {
	padding: 20px;
}

#thxMessage {
	margin-top: 50px;
	font-weight: bold;
}

#thxMessage a {
	width: 50%;
	margin: 0 auto;
}

#thxMessage p {
	width: 80%;
	margin: 30px auto;
	line-height: 25px;
}

.contactform {
	width: 90%;
	padding: 20px;
	margin: 20px auto;
	background: aliceblue;
	border: solid 2px;
	border-radius: 10px;
}

.redirect a {
	background: #5F90FF;
	padding: 12px;
	margin: 20px;
	border: solid 2px black;
	border-radius: 10px;
	color: aliceblue;
}


.next-box {
	font-weight: bold;
	text-align: center;
	padding: 10px;
}
.next-box p {
	 font-size: 22px;
}

.branch {
	display: flex;
	justify-content: center;
}

.branch input {
	border: solid 2px black;
	border-radius: 10px;
	padding: 15px 20px;
	margin: 20px;
	font-size: 20px;
}

.branch p a {
	display: block;
	font-weight: bold;
	padding: 15px 20px;
	margin: 20px;
	border: solid 2px black;
	border-radius: 10px;
}

/*フォームcss*/
#form {
margin-top: 20px;
margin-left: auto;
margin-right: auto;
max-width: 720px;
}
@media screen and (max-width: 480px) {
#form {
margin-top: 20px;
}
}
.Form-Item {
padding-top: 24px;
padding-bottom: 24px;
width: 100%;
display: flex;
align-items: center;
}
@media screen and (max-width: 480px) {
.Form-Item {
padding-left: 14px;
padding-right: 14px;
padding-top: 16px;
padding-bottom: 16px;
flex-wrap: wrap;
}
}
.Form-Item:nth-child(5) {
border-bottom: 1px solid #ddd;
}
.Form-Item-Label {
width: 100%;
max-width: 248px;
letter-spacing: 0.05em;
font-weight: bold;
font-size: 18px;
text-align: start;
}
@media screen and (max-width: 480px) {
.Form-Item-Label {
max-width: inherit;
display: flex;
align-items: center;
font-size: 15px;
}
}
.Form-Item-Label.isMsg {
margin-top: 8px;
margin-bottom: auto;
}
@media screen and (max-width: 480px) {
.Form-Item-Label.isMsg {
margin-top: 0;
}
}
.Form-Item-Label-Required {
border-radius: 6px;
margin-right: 8px;
padding-top: 8px;
padding-bottom: 8px;
width: 48px;
display: inline-block;
text-align: center;
background: #ff6768;
color: #fff;
font-size: 14px;
}
@media screen and (max-width: 480px) {
.Form-Item-Label-Required {
border-radius: 4px;
padding-top: 4px;
padding-bottom: 4px;
width: 32px;
font-size: 10px;
}
}
.Form-Item-Input {
border-radius: 6px;
margin-left: 40px;
padding-left: 1em;
padding-right: 1em;
height: 48px;
flex: 1;
width: 100%;
max-width: 410px;
background: aliceblue;
color: black;
border: solid 2px black;
font-size: 18px;
text-align: start;
}
@media screen and (max-width: 480px) {
.Form-Item-Input {
margin-left: 0;
margin-top: 18px;
height: 40px;
flex: inherit;
font-size: 15px;
}
}
.Form-Item-Textarea {
border: 1px solid #ddd;
border-radius: 6px;
margin-left: 40px;
padding: 10px;
height: 216px;
flex: 1;
width: 100%;
max-width: 410px;
background: aliceblue;
border: solid 2px black;
font-size: 18px;
color: black;
text-align: start;
}
@media screen and (max-width: 480px) {
.Form-Item-Textarea {
margin-top: 18px;
margin-left: 0;
height: 200px;
flex: inherit;
font-size: 15px;
}
}
.Form-Btn {
border-radius: 6px;
margin: 32px auto 32px;
padding-top: 20px;
padding-bottom: 20px;
width: 280px;
display: block;
letter-spacing: 0.05em;
background: aliceblue;
color: #000000;
border: solid 2px black;
font-weight: bold;
font-size: 20px;
text-align: center;
}

@media screen and (max-width: 480px) {
.Form-Btn {
margin-top: 24px;
padding: 15px 0;
width: 160px;
font-size: 16px;
}
}


/*タブレットの大きさ*/
@media screen and (min-width: 600px) {
	
	.main_imgBox {
		height: 55vh;
	}
	
	.main img {
		height: 55vh;
	}
	
	.main p {
		font-size: 30px;
		top: 50%;
	}
	
	.icon {
	display: block;
	color: aliceblue;
	padding: 28px 20px;
    }
	
	.about-concept img {
		height: 140px;
	}
	
	#sales-title {
		width: 80%;
	}
	
	#situaion {
		display: flex;
		justify-content: center;
	}

	
	.button {
		width: 20%;
	}
	
	#pass {
		display: flex;
	}
	
	.price img {
		padding: 5px;
	}
	
	iframe {
		height: 400px;
	}
	
	#footer_wrapper2 {
		display: flex;
	}
	
	.fw-3 nav ul {
		display: flex;
		justify-content: center;
	}
	
	.fw-3 nav ul li {
	border: none;
    }
	
	.ticket-button {
		width: 40%;
		margin: 30px auto;
	}
	
}


/*PCの大きさ*/	
@media screen and (min-width: 1025px) {
	
	.sp {
		display: none;
	}
	
	.pc {
		display: block;
	}
	
	#aquarium-title {
		padding: 15px 10px;
	}
	
	#wrapper {
		width: 50%;
	}
	
	.main_imgBox {
		height: 85vh;
	}
	
	.main_imgBox img {
		width: 900px;
		height: 800px;
	}
	
	.main img {
		height: 74vh;
	}
	
	.main p {
		font-size: 40px;
	}
	
	.news-wrap {
		display: flex;
		align-items: center;
	}
	
	.news {
		font-size: 30px;
		flex: 1;
	}
	
	.scroll-wrap {
		display: flex;
		flex: 1;
		padding: 0;
	}
	
	.scroll {
		background: #5bd1d7;
		display: flex;
		align-items: center;
		font-size: 20px;
        padding: 20px;
		color: #003366;
	}
	
	.scroll i {
		padding: 5px;
	}
	
	.slick-prev, 
	.slick-next {
		top: 37%;
	}
	
	.main_logo {
		top: 55%;
	}
	
	#background {
		width: 100%;
		background-image: url("https://aquarium.sukuyomi.net/wp-content/uploads/2022/12/white-logo.png");
	}
	
	#background2 {
		background-image: url("https://aquarium.sukuyomi.net/wp-content/uploads/2022/12/fish2.png");
	}
	
	.buble {
		background-image: url("https://aquarium.sukuyomi.net/wp-content/uploads/2022/12/aqua.png");
		background-repeat: no-repeat;
		z-index: 1;
	}
	
	#about_wrapper p {
		width: 60%;
		margin: 0 auto;
		text-align: start;
	}
	
	.about_title {
		border: none;
		margin: 50px auto;
	}
	
	.about-concept {
		margin: 40px;
	}
	
	
	#sales-title {
		width: 60%;
	}
	
	#notice {
		width: 100%;
		height: 130px;
	}
	
	.title {
		font-size: 22px;
		margin: 60px;
	}
	
	.title img {
		height: 10vh;
	}
	
	#situaion {
		margin-bottom: 50px;
	}
	
	.situation_title img:hover {
		opacity: 0.8;
		transition-duration: 0.3s;
	}
	
	#floor-wrap {
		display: flex;
		justify-content: center;
	}
	
	.floor {
		margin: 20px auto 60px;
	}
	
	.floor img {
		width: 90%;
	}
	
	#google-access {
		width: 70%;
	}
	
	.access img {
		width: 80%;
	}
	
	#pass {
		width: 80%;
		margin: 0 auto;
	}
	
	.shop-title img {
		width: 80%;
	}
	
	.shop-title p {
		width: 80%;
		margin: 0 auto;
	}
	
	.price img {
		padding: 10px;
	}
	
	.price > a > p {
		width: 60%;
		margin: 20px auto;
	}
	
	.contact-title {
		padding: 140px 0 20px 0;
		margin: 0 auto;
	}
	
	.contact-title p {
		width: 20%;
	}
	
	.contactform {
		width: 60%;
	}
	
	#wrapper p {
		padding: 0 0 0 80px;
	}
	
	
	iframe {
		height: 600px;
	}
	
	ticket-wrapper {
		display: flex;
	}

	
	.button {
		margin: 30px auto;
	}
	
	.ticket-img {
		display: none;
	}
	
	.ticket-img2 {
		display: block;
		width: 100%;
	}
	
	#footer_wrapper1 {
		margin: 30px;
		padding: 0;
	}
	
}
	

#footer-title {
	width: 80%;
	margin: 0 auto;
}

#footer-title p {
	padding: 5px;
}

#page_top{
  width: 70px;
  height: 70px;
  position: fixed;
  right: 20px;
  bottom: 20px;
  background: #204969;
  opacity: 0.9;
  border-radius: 50%;
  z-index: 20;
}
#page_top a{
  position: relative;
  display: block;
  width: 70px;
  height: 70px;
  text-decoration: none;
}
#page_top a:hover {
	background: #20C3D0;
	border-radius: 50%;
}
#page_top a::before{
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f102';
  font-size: 28px;
  color: #fff;
  position: absolute;
  width: 25px;
  height: 25px;
  top: -5px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}
