@charset "utf-8";


/*全端末（PC・タブレット・スマホ）共通設定
------------------------------------------------------------------------------------------------------------------------------------------*/

body, html {
	overflow-x: hidden;
}
/*全体の設定
---------------------------------------------------------------------------*/
body {
	margin: 0px;
	padding: 0px;
	color: #050678;	/*全体の文字色*/
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;	/*フォント種類*/
	font-size: 22px;	/*文字サイズ*/
	line-height: 1.5;		/*行間*/
	background: #2f63d8;
	width: 100vw;
}
h1,h2,h3,h4,h5,p,ul,ol,li,dl,dt,dd,form,figure,form {margin: 0px;padding: 0px;font-size: 100%;font-weight: normal;}
ul {list-style-type: none;}
ol {padding-left: 40px;padding-bottom: 20px;}
img {border: none;height: auto;vertical-align: middle;}
table {border-collapse:collapse;font-size: 100%;border-spacing: 0;}
video {max-width: 100%;}
iframe {width: 100%;}

/*リンク（全般）設定
---------------------------------------------------------------------------*/
a {
	color: navy;		/*リンクテキストの色*/
	transition: 0.5s;	/*マウスオン時の移り変わるまでの時間設定。0.5秒。*/
}
a:hover {
	color: #04135e;			/*マウスオン時の文字色*/
	text-decoration: none;	/*マウスオン時に下線を消す設定。残したいならこの１行削除。*/
}

/*inner共通
---------------------------------------------------------------------------*/
.inner {
	max-width: 1500px;	/*サイトの最大幅*/
	margin: 0 auto;
	padding: 0 3%;		/*上下、左右へのボックス内の余白*/
}

/*ヘッダー（ロゴが入った最上段のブロック）
---------------------------------------------------------------------------*/
/*ヘッダーブロック*/
header {
	background: url(../images/top_aqua_back.jpg) no-repeat center center;			/*背景画像の読み込み。※古いブラウザ用。*/
	background: url(../images/top_aqua_back.jpg) no-repeat center center / cover;	/*背景画像の読み込み*/
	height: 200px;	/*ヘッダーの高さ*/
	color: #fff;	/*文字色*/
	position: relative;
}
header a {
	color: #fff;	/*リンクテキストの文字色*/
}
/*トップページへの追加設定*/
.home header {
	height: 100vh;	/*ヘッダーの高さを上書き。*/
}
/*ロゴ画像*/
header h1 {
	margin: 0 auto;
	width: 200px;		/*ロゴ画像の幅*/
	padding-top: 40px;	/*上に空ける余白。上下のバランス調整をここでとって下さい。*/
}
/*トップページへの追加設定*/
.home header h1 {
	width: 300px;		/*ロゴ画像の幅を上書き*/
	padding-top: 90px;	/*上に空ける余白の上書き。*/
}

.logobox {
	width: 100vw;
	height: 100vh;		/*ロゴ画像の幅を上書き*//*上に空ける余白の上書き。*/
	bacground-color: #333;
	position: relative; 
	overflow: hidden;
	z-index: 20;
}

.logoinner{
	position: absolute; 
	top: 53%; /*親要素を起点に上から50%*/
	left: 50%;  /*親要素を起点に左から50%*/
	transform: translateY(-50%) translateX(-50%);
	-webkit-transform: translateY(-50%) translateX(-50%);
	width: 660px;
	height: 460px;
}

.aqualogo{
	width: 660px;
	animation: 10s fuwafuwa infinite;
	z-index: 30;
	position: absolute;
}





/* 過去の事例 */


.image-row {
  display: flex;
  justify-content: center; /* 中央寄せ。必要なければ left に */
  gap: 20px; /* 画像間の余白 */
  flex-wrap: wrap; /* 幅が足りない時に折り返す */
  width: 80%;
  margin: 0 auto;
}

.image-row img {
  width: 380px; /* 画像サイズ指定。必要に応じて変更可 */
  height: auto;
}


/* ------------リンクロゴ------------ */
.link_logo_box{
    background-color: #fff;
    padding: 20px;
    width: 80%;
    display: flex;
    margin: 5% auto;
    display:table;
}

.link_logo_box li{
    list-style: none;
    width: 18%;
    margin: 0 2% 0 0;
    display:table-cell;
}

.link_logo_box li img{
    width: 100%;
}

/* ----------700px以下の場合の表示---------- */

@media screen and (max-width:700px) {

     .link_logo_box{
        background-color: #fff;
        padding: 20px;
        width: 80%;
        display: flex;
        margin: 5% auto;
        display:flex;
        flex-wrap:wrap;
    }

    .link_logo_box li{
        list-style: none;
        width: 45%;
        margin: 0 2% 0 0;
    }

    .link_logo_box li img{
        width: 100%;
    }

}





.scroll_down{
	  position: absolute;
    bottom: 20px;
    left: 50%;
    width: 180px;
    transform: translate(-50%, 0%);
    -webkit-transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%);
    animation: 3s fuwafuwa3 infinite;
    z-index: 10;
}

.back-flare{
   position: absolute;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  width: 1000px;
  animation: 10s fuwafuwa4 infinite;
   mix-blend-mode: screen;
   top: 10%;
  left: 50%;
}

.suisouBox{
	width: 560px;
	height: 560px;
	position: relative; 
}

.suisou{
	margin-top: 20px;
	position: absolute; 
	top: 50%; /*親要素を起点に上から50%*/
	left: 50%;  /*親要素を起点に左から50%*/
	transform: translateY(-50%) translateX(-50%);
	-webkit-transform: translateY(-50%) translateX(-50%);
	width: 560px;
	height: 560px;
}

.kingyoWrap {
	position: absolute;
	bottom: 0;        /* ← 親の一番下に固定 */
	left: 0;
	width: 100%;
	display: flex;
	justify-content: center;
	overflow: hidden;
    transform: translateY(1px);
}

.kingyoAnimeWrap {
	display: flex;
	width: 200%; /* 2列並べる */
	animation: scroll-left 30s linear infinite;
}


.kingyo{
  display: block;
  margin: 0;
  padding: 0;
  vertical-align: bottom !important;
}

.kingyoWrap ul{
  display: flex;
  font-size: 0;
  line-height: 0;
  margin: 0;
  padding: 0;
}




/* -------------金魚のイラスト------------- */

.kingyo01{
	  position: absolute;
    top: -400px;
    left: -517px;
    width: 610px;
    z-index: 20;
}

.kingyo02{
	  position: absolute;
    top: -245px;
    right: 76px;
    width: 202px;
    z-index: 20;
}


.kingyo03{
	  position: absolute;
    top: -408px;
    right: -330px;
    width: 340px;
    z-index: 20;
}

.kingyo04{
	  position: absolute;
    bottom: 33px;
    left: -83px;
    width: 155px;
    z-index: 20;
}


.kingyo05{
	  position: absolute;
    bottom: 16px;
    right: 219px;
    width: 194px;
    z-index: 20;
}

.kingyo06{
	  position: absolute;
    bottom: 31px;
    right: -99px;
    width: 194px;
    z-index: 20;
}

/* -------------花------------- */

.hana01{
	  position: absolute;
    top: -235px;
    left: -64px;
    width: 126px;
    z-index: 1;
}

.hana02{
	  position: absolute;
    top: -203px;
    right: 373px;
    width: 94px;
    z-index: 1;
}


.hana03{
	  position: absolute;
    top: -225px;
    right: -70px;
    width: 84px;
    z-index: 1;
}

.hana04{
	  position: absolute;
    bottom: 148px;
    left: -100px;
    width: 74px;
    z-index: 1;
}


.hana05{
	  position: absolute;
    bottom: 31px;
    right: 446px;
    width: 99px;
    z-index: 1;
}

.hana06{
	  position: absolute;
    bottom: 14px;
    right: 83px;
    width: 100px;
    z-index: 1;
}

/* -------------雲------------- */

.kumo01{
	  position: absolute;
    top: 312px;
    left: -409px;
    width: 355px;
    z-index: 1;
}

.kumo02{
	  position: absolute;
    top: 182px;
    right: -294px;
    width: 286px;
    z-index: 1;
}

/* -------------会場------------- */

.aqua_kaisai{
    position: absolute;
    top: 456px;
    left: -35%;
    width: 1100px;
    z-index: 100;
}

.aqua_kaisai_s{
    position: absolute;
    top: 456px;
    left: 0%;
    width: 500px;
    z-index: 100;
    display: none;
}

/* -------------テキスト------------- */

.text01{
	  position: absolute;
    top: -226px;
    left: 42px;
    width: 178px;
    z-index: 30;
}

.text02{
	  position: absolute;
    top: -245px;
    right: 232px;
    width: 192px;
    z-index: 30;
}


.text03{
	  position: absolute;
    top: -269px;
    right: -7px;
    width: 168px;
    z-index: 30;
}

.text04{
	  position: absolute;
    top: 163px;
		right: 748px;
		width: 184px;
		z-index: 30;
}


.text05{
	  position: absolute;
    bottom: 14px;
    right: -248px;
    width: 182px;
    z-index: 30;
}


.hama_syuryou{
    width: 100%;
    marin: 20px auto;
}


div.hama_syuryou img.hama_syu_s {
    display: none;                      /* 初期状態は、小さな画像を非表示に設定 */
}
div.hama_syuryou img.hama_syu_b {
    display: block;                     /* 初期状態は、大きな画像を表示に設定 */
}

@media screen and (max-width: 700px) {
    div.hama_syuryou img.hama_syu_s {
        display: block;
    }
    div.hama_syuryou img.hama_syu_b {
        display: none;
    }
}


img.hama_syu_b{
    width: 100%;
}

img.hama_syu_s{
    width: 100%;
}





.inner h2 .year{
	font-size: 0.6em;
	vertical-align: baseline;
}

.inner h2 .yajirusi{
	font-size: 0.5em;
	vertical-align: middle;
}

.inner h2 .sat{
	font-size: 0.4em;
	vertical-align: baseline;
	color: #00bfff;
}

.inner h2 .sun{
	font-size: 0.4em;
	vertical-align: baseline;
	color: #ff674d;
}



#syousaiTable th {
  padding: 24px 0;
  border: none;

}

#syousaiTable td {
  padding: 20px 20px;
  border: none;
}



.kingyoAnimeWrap ul:first-child{
	animation: loop 300s -150s linear infinite;

}

.kingyoAnimeWrap ul:last-child{
	animation: loop2 300s linear infinite;

}


/* 開閉ウィンドウ */
.kaihei{
	width: 80%;
	margin: 10px auto;
}

.acd-check{
    display: none;
}
.acd-label{
    color: #fff;
    display: block;
    margin-bottom: 1px;
    padding: 0;
    position: relative;
}

.acd-label img.kaiheileft{
    width: 77%;
}

.acd-label:after{
    background-image: url(../images/info_a_open.png);
    background-repeat: no-repeat;
    background-size: cover;
    box-sizing: border-box;
    content: '\f067aaaaaa';
    display: block;
    font-family: "Font Awesome 5 Free";
    width: 23%;
    height: 100%;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0px;
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
}

.acd-content{
    border: 1px solid #333;
    display: block;
    height: 0;
    opacity: 0;
    padding: 0;
    transition: .5s;
    visibility: hidden;
    background-color: #fff;
}
.acd-check:checked + .acd-label:after{
    background-image: url(../images/info_a_close.png);
}
.acd-check:checked + .acd-label + .acd-content{
		background-color: #fff;
    height: 100%;
    opacity: 1;
    padding: 0px;
    visibility: visible;
}



.kaihei_add{
	color: #555;
}


.kaihei_add h2.simple2{
	background: none;
  padding: 0;
  font-size: 48px;
  text-align: center;
  color: #555;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-feature-settings: "pkna";
  font-weight: 900;
  font-style: normal;
  margin: 0;
}


.asoviewlink{
    width: 60%;
}



/* syousaiTable */
#syousaiTable{
	margin: 0 auto;
}


#syousaiTable tr {
  border-bottom: 1px solid #b5b1b1;
}





#syousaiTable th {
  width: 30%;
}

/* sp */
@media only screen and (max-width: 480px) {
  #syousaiTable th,
  #syousaiTable td {
    width: calc(100% - 40px);
    display: block;
  }

  #syousaiTable th {
    width: 100%;
  }

  #syousaiTable td {
    padding-top: 0;
  }
}

/* おえかき */

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

.oekaki_tonami {
    width: 100%;
}


/* クーポン */

.aqua_cupon_s_wrap{
    width: 30%;
    margin: 60px auto 20px;
}

.aqua_cupon_s_wrap img{
    width: 100%;
}


.aqua_cupon_l_wrap{
    width: 30%;
    margin: 60px auto 20px;
}

.aqua_cupon_l_wrap img{
    width: 100%;
}


.aqua_cupon_text_wrap{
    width: 50%;
    margin: 20px auto 20px;
}

.aqua_cupon_text_wrap img{
    width: 100%;
}

.back_button_wrap{
    width: 20%;
    margin: 40px auto 20px;
}

.back_button_wrap img{
    width: 100%;
}





/* ----------700px以下の場合の表示---------- */

@media screen and (max-width:700px) {

    /* クーポン */

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

    .aqua_cupon_s_wrap img{
        width: 100%;
    }


    .aqua_cupon_l_wrap{
        width: 60%;
        margin: 60px auto 20px;
    }

    .aqua_cupon_l_wrap img{
        width: 100%;
    }


    .aqua_cupon_text_wrap{
        width: 90%;
        margin: 20px auto 20px;
    }

    .aqua_cupon_text_wrap img{
        width: 100%;
    }

    .back_button_wrap{
        width: 45%;
        margin: 40px auto 20px;
    }

    .back_button_wrap img{
        width: 100%;
    }


    .asoviewlink{
    width: 100%;
}




}









/*背景色（bg5）
---------------------------------------------------------------------------*/
.bg5 {
    background-color: #fff;
    color: #888;    /*文字色*/
}

.bg5 a {color: #fff;}

.bg5 h2 {color: #000080;}

/* CM動画 */

.cm_block {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    width: 80%;
    margin: 30px auto;
    padding-top: 30px;
}

.cm_block p{
    font-size: 80%;
}



.cm_block .cm_wrap {
    width: calc(100% / 2 - 30px);
    margin-bottom: 30px;
    padding: 0 10px;
    text-align: center;
}


.contents h2.cm_title {
  background: none;
  padding: 0;
  font-size: 48px;
  text-align: center;
  color: #191970;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 900;
  font-style: normal;
}


/* ----------700px以下の場合の表示---------- */

@media screen and (max-width:700px) {

.cm_block .cm_wrap {
    width: calc(100% - 30px);
    margin-bottom: 30px;
    padding: 0 10px;
    text-align: center;
}

.contents h2.cm_title {
  background: none;
  padding: 0;
  font-size: 48px;
  text-align: center;
  color: #191970;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 900;
  font-style: normal;
}

}






/* ----------1140px以下の場合の表示---------- */
@media screen and (max-width:1140px) {

	.logoinner{
		position: absolute; 
		top: 74%; /*親要素を起点に上から50%*/
		left: 50%;  /*親要素を起点に左から50%*/
		transform: translateY(-50%) translateX(-50%);
		-webkit-transform: translateY(-50%) translateX(-50%);
		width: 520px;
		height: 387px;
		margin-top: -150px;
	}

	.aqualogo{
		width: 544px;
    animation: 5s fuwafuwa infinite;
    position: absolute; 
	}

	.suisouBox{
		width: 400px;
		height: 400px;
		position: relative; 
	}

	.suisou{
		margin-top: 20px;
		position: absolute; 
		top: 50%; /*親要素を起点に上から50%*/
		left: 50%;  /*親要素を起点に左から50%*/
		transform: translateY(-50%) translateX(-50%);
		-webkit-transform: translateY(-50%) translateX(-50%);
		width: 400px;
		height: 400px;
	}

	.kingyo{
  display: block;
  margin: 0;
  padding: 0;
  vertical-align: bottom !important;
	}

	.kingyoWrap ul{
  display: flex;
  font-size: 0;
  line-height: 0;
  margin: 0;
  padding: 0;
	}

	.back-flare{
	  position: absolute;
    width: 700px;
    transform: translateY(-50%) translateX(0);
	-webkit-transform: translateY(-50%) translateX(0);
    animation: 10s fuwafuwa4 infinite;
   mix-blend-mode: screen;
    z-index: 0;
       top: 25%;
  left: 50%;

    }



    /* -------------金魚のイラスト------------- */

    .kingyo01{
    	position: absolute;
        top: -473px;
        left: -410px;
        width: 558px;
        z-index: 20;
    }

    .kingyo02{
    	position: absolute;
      top: -340px;
      right: 62px;
      width: 194px;
      z-index: 20;
    }


    .kingyo03{
    position: absolute;
      top: -470px;
      right: -310px;
      width: 319px;
      z-index: 20;
    }

    .kingyo04{
        position: absolute;
        bottom: 20px;
        left: -108px;
        width: 133px;
        z-index: 20;
    }


    .kingyo05{
        position: absolute;
        bottom: 53px;
        right: 195px;
        width: 167px;
        z-index: 20;
    }

    .kingyo06{
    position: absolute;
        bottom: 34px;
        right: -247px;
        width: 179px;
        z-index: 20;
    }

    /* -------------花------------- */

    .hana01{
    	position: absolute;
      top: 45px;
      left: -303px;
      width: 105px;
      z-index: 1;
    }

    .hana02{
    	position: absolute;
    	top: -324px;
    	right: 314px;
      width: 94px;
      z-index: 1;
    }


    .hana03{
    	  position: absolute;
      top: -281px;
      right: -140px;
      width: 84px;
      z-index: 1;
    }

    .hana04{
    	  position: absolute;
      bottom: 193px;
      left: -100px;
      width: 76px;
      z-index: 1;
    }


    .hana05{
        position: absolute;
        bottom: 54px;
        right: 390px;
        width: 80px;
        z-index: 1;
    }

    .hana06{
    	position: absolute;
        bottom: 66px;
        right: 52px;
        width: 93px;
        z-index: 1;
    }

    /* -------------雲------------- */

    .kumo01{
    	 position: absolute;
      top: 254px;
      left: -409px;
      width: 355px;
      z-index: 1;
    }

    .kumo02{
        position: absolute;
        top: 108px;
        right: -351px;
        width: 286px;
        z-index: 1;
    }


    /* -------------テキスト------------- */

    .text01{
    	position: absolute;
      top: -276px;
      left: 105px;
      width: 178px;
      z-index: 30;
    }

    .text02{
    position: absolute;
        top: -4px;
        right: 559px;
        width: 174px;
        z-index: 30;
    }


    .text03{
        position: absolute;
      top: -329px;
      right: -38px;
      width: 168px;
      z-index: 30;
    }

    .text04{
        position: absolute;
        top: 146px;
        right: -72px;
        width: 128px;
        z-index: 30;
    }


    .text05{
        position: absolute;
        bottom: 174px;
        right: -244px;
        width: 161px;
        z-index: 30;
    }




    /* -------------会場------------- */

    .aqua_kaisai {
      position: absolute;
      top: 336px;
      left: -50%;
      width: 1036px;
      z-index: 100;
      display: none !important;
    }

    .aqua_kaisai_s{
        position: absolute;
        top: 307px;
        left: 0%;
        width: 500px;
        z-index: 100;
        display: block;
    }



}

/* ----------700px以下の場合の表示---------- */

@media screen and (max-width:700px) {

	.logoinner{
		position: absolute; 
		top: 50%; /*親要素を起点に上から50%*/
		left: 48%;  /*親要素を起点に左から50%*/
		transform: translateY(-50%) translateX(-50%);
		-webkit-transform: translateY(-50%) translateX(-50%);
		width: 430px;
		height: 300px;
		margin-top: 0px;
	}

	.aqualogo{
		width: 440px;
    animation: 10s fuwafuwa infinite;
    margin-top: 20px;
    position: absolute;
	}

	.suisouBox{
		width: 300px;
		height: 300px;
		position: relative; 
	}

	.suisou{
		margin-top: 20px;
		position: absolute; 
		top: 50%; /*親要素を起点に上から50%*/
		left: 50%;  /*親要素を起点に左から50%*/
		transform: translateY(-50%) translateX(-50%);
		-webkit-transform: translateY(-50%) translateX(-50%);
		width: 300px;
		height: 300px;
	}

	.kingyo{
  display: block;
  margin: 0;
  padding: 0;
  vertical-align: bottom !important;
	}

	.kingyoWrap ul{
  display: flex;
  font-size: 0;
  line-height: 0;
  margin: 0;
  padding: 0;
	}


    .acd-label img.kaiheileft{
        width: 60%;
    }


    .acd-label:after{
        background-image: url(../images/info_open_s.png);
        background-repeat: no-repeat;
        background-size: cover;
        box-sizing: border-box;
        content: '\f067aaaaaa';
        display: block;
        font-family: "Font Awesome 5 Free";
        width: 40%;
        height: 100%;
        padding: 0;
        position: absolute;
        right: 0;
        top: 0px;
    	text-indent:100%;
    	white-space:nowrap;
    	overflow:hidden;
    }

    table {border-collapse:collapse;font-size: 70%;border-spacing: 0;}



    .acd-content{
        border: 1px solid #333;
        display: block;
        height: 0;
        opacity: 0;
        padding: 0;
        transition: .5s;
        visibility: hidden;
        background-color: #fff;
    }
    .acd-check:checked + .acd-label:after{
        background-image: url(../images/info_close_s.png);
    }
    .acd-check:checked + .acd-label + .acd-content{
    		background-color: #fff;
        height: 100%;
        opacity: 1;
        padding: 0px;
        visibility: visible;
    }


    /* -------------金魚のイラスト------------- */

    .kingyo01{
    position: absolute;
          top: -342px;
          left: -184px;
          width: 410px;
          z-index: 20;
    }

    .kingyo02{
    position: absolute;
          top: -332px;
          right: 79px;
          width: 147px;
          z-index: 20;
    }


    .kingyo03{
    position: absolute;
          top: -277px;
          right: -32px;
          width: 197px;
          z-index: 20;
    }

    .kingyo04{
    position: absolute;
        bottom: -34px;
        left: 76px;
        width: 95px;
        z-index: 20;
    }


    .kingyo05{
    position: absolute;
        bottom: 497px;
        right: 307px;
        width: 114px;
        z-index: 10;
    }

    .kingyo06{
    position: absolute;
        bottom: -49px;
        right: 23px;
        width: 134px;
        z-index: 20;
    }

    /* -------------花------------- */

    .hana01{
    position: absolute;
          top: -1px;
          left: -13px;
          width: 75px;
          z-index: 1;
      }

    .hana02{
    position: absolute;
          top: -348px;
          right: 314px;
          width: 75px;
          z-index: 1;
    }


    .hana03{
    position: absolute;
          top: -106px;
          right: 68px;
          width: 79px;
          z-index: 1;
    }

    .hana04{
    position: absolute;
          bottom: -38px;
          left: -67px;
          width: 76px;
          z-index: 1;
    }


    .hana05{
    position: absolute;
        bottom: -9px;
        right: 113px;
        width: 64px;
        z-index: 1;
    }

    .hana06{
    position: absolute;
        bottom: 43px;
        right: 312px;
        width: 61px;
        z-index: 1;
    }

    /* -------------雲------------- */

    .kumo01{
    position: absolute;
          top: 385px;
          left: -195px;
          width: 288px;
          z-index: 1;
    }

    .kumo02{
    position: absolute;
          top: 207px;
          right: -94px;
          width: 203px;
          z-index: 1;
    }


    /* -------------開催------------- */

    .aqua_kaisai {
      position: absolute;
      top: 336px;
      left: -50%;
      width: 1036px;
      z-index: 100;
      display: none !important;
    }

    .aqua_kaisai_s{
        position: absolute;
        top: 317px;
        left: 4%;
        width: 403px;
        z-index: 100;
        display: block;
    }


    /* -------------テキスト------------- */

    .text01{
    position: absolute;
          top: -281px;
          left: 106px;
          width: 121px;
          z-index: 30;
    }

    .text02{
position: absolute;
    top: 170px;
    right: 144px;
    width: 119px;
    z-index: 30;
    }


.text03{
position: absolute;
    top: 149px;
    right: -17px;
    width: 92px;
    z-index: 30;
}

.text04{
position: absolute;
    top: 168px;
    right: 337px;
    width: 109px;
    z-index: 30;
}


.text05{
position: absolute;
    bottom: 291px;
    right: 134px;
    width: 120px;
    z-index: 30;
}

	.back-flare{
	  position: absolute;
    width: 500px;
    transform: translateY(-50%) translateX(0);
	-webkit-transform: translateY(-50%) translateX(0);
    animation: 10s fuwafuwa4 infinite;
   mix-blend-mode: screen;
    z-index: 0;
   top: 25%;
  left: 50%;

}


}



/* ----------アニメーションの設定---------- */

@keyframes loop {
  0% {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-100%);
  }
}

@keyframes loop2 {
  0% {
    transform: translateX(0);
  }
  to {
    transform: translateX(-200%);
  }
}

@keyframes fuwafuwa {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(20px);
  }
}

@keyframes fuwafuwa2 {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(30px);
  }
}

@keyframes fuwafuwa3 {
  0%, 100% {
  	transform: translate(-50%,0);
  }
  50% {
  	transform: translate(-50%,-20px);
  }
}

@keyframes fuwafuwa4 {
  0%, 100% {
  	transform: translate(-50%,20px);
  }
  50% {
  	transform: translate(-50%,40px);
  }
}

.kingyoWrap li {
  margin: 0;
  padding: 0;
  line-height: 0;
}

.kingyoWrap {
  line-height: 0;  /* ← リスト全体の余白防止 */
  transform: translateY(1px);
}





/* ----------400px以下の場合の表示---------- */

@media screen and (max-width:400px) {

    .logoinner{
        position: absolute; 
        top: 50%; /*親要素を起点に上から50%*/
        left: 48%;  /*親要素を起点に左から50%*/
        transform: translateY(-50%) translateX(-50%);
        -webkit-transform: translateY(-50%) translateX(-50%);
        width: 430px;
        height: 300px;
        margin-top: 0px;
    }

    .aqualogo{
        width: 350px;
        animation: 10s fuwafuwa infinite;
        margin-top: 0px;
        position: absolute;
        left: 50%;
        margin-left: -175px;
    }

    .suisouBox{
        width: 300px;
        height: 300px;
        position: relative; 
    }

    .suisou{
        margin-top: 20px;
        position: absolute; 
        top: 50%; /*親要素を起点に上から50%*/
        left: 50%;  /*親要素を起点に左から50%*/
        transform: translateY(-50%) translateX(-50%);
        -webkit-transform: translateY(-50%) translateX(-50%);
        width: 300px;
        height: 300px;
    }

    .kingyo{
  display: block;
  margin: 0;
  padding: 0;
  vertical-align: bottom !important;
  image-rendering: -webkit-optimize-contrast; /* ブラウザごとの描画差を抑える */
    }

    .kingyoWrap ul{
  display: flex;
  font-size: 0;
  line-height: 0;
  margin: 0;
  padding: 0;
    }


    .acd-label img.kaiheileft{
        width: 60%;
    }


    .acd-label:after{
        background-image: url(../images/info_open_s.png);
        background-repeat: no-repeat;
        background-size: cover;
        box-sizing: border-box;
        content: '\f067aaaaaa';
        display: block;
        font-family: "Font Awesome 5 Free";
        width: 40%;
        height: 100%;
        padding: 0;
        position: absolute;
        right: 0;
        top: 0px;
        text-indent:100%;
        white-space:nowrap;
        overflow:hidden;
    }

    table {border-collapse:collapse;font-size: 70%;border-spacing: 0;}



    .acd-content{
        border: 1px solid #333;
        display: block;
        height: 0;
        opacity: 0;
        padding: 0;
        transition: .5s;
        visibility: hidden;
        background-color: #fff;
    }
    .acd-check:checked + .acd-label:after{
        background-image: url(../images/info_close_s.png);
    }
    .acd-check:checked + .acd-label + .acd-content{
            background-color: #fff;
        height: 100%;
        opacity: 1;
        padding: 0px;
        visibility: visible;
    }


    /* -------------金魚のイラスト------------- */

    .kingyo01{
        position: absolute;
        top: -260px;
        left: -100px;
        width: 300px;
        z-index: 20;
    }

    .kingyo02{
        position: absolute;
        top: -229px;
        right: 122px;
        width: 120px;
        z-index: 20;
    }


    .kingyo03{
    position: absolute;
          top: -277px;
          right: -32px;
          width: 197px;
          z-index: 20;
    }

    .kingyo04{
        position: absolute;
        bottom: 11px;
        left: 103px;
        width: 87px;
        z-index: 20;
    }


    .kingyo05{
    position: absolute;
        bottom: 497px;
        right: 307px;
        width: 114px;
        z-index: 10;
    }

    .kingyo06{
        position: absolute;
        bottom: -13px;
        right: 47px;
        width: 115px;
        z-index: 20;
    }

    /* -------------花------------- */

    .hana01{
    position: absolute;
          top: -1px;
          left: -13px;
          width: 75px;
          z-index: 1;
      }

    .hana02{
    position: absolute;
          top: -348px;
          right: 314px;
          width: 75px;
          z-index: 1;
    }


    .hana03{
    position: absolute;
          top: -106px;
          right: 68px;
          width: 79px;
          z-index: 1;
    }

    .hana04{
    position: absolute;
          bottom: -38px;
          left: -67px;
          width: 76px;
          z-index: 1;
    }


    .hana05{
    position: absolute;
        bottom: -9px;
        right: 113px;
        width: 64px;
        z-index: 1;
    }

    .hana06{
    position: absolute;
        bottom: 43px;
        right: 312px;
        width: 61px;
        z-index: 1;
    }

    /* -------------雲------------- */

    .kumo01{
    position: absolute;
          top: 385px;
          left: -195px;
          width: 288px;
          z-index: 1;
    }

    .kumo02{
    position: absolute;
          top: 207px;
          right: -94px;
          width: 203px;
          z-index: 1;
    }


    /* -------------開催------------- */

    .aqua_kaisai {
      position: absolute;
      top: 336px;
      left: -50%;
      width: 1036px;
      z-index: 100;
      display: none !important;
    }

    .aqua_kaisai_s{
        position: absolute;
        top: 317px;
        left: 12%;
        width: 340px;
        z-index: 100;
        display: block;
    }


    /* -------------テキスト------------- */

    .text01{
        position: absolute;
        top: -211px;
        left: 106px;
        width: 106px;
        z-index: 30;
    }

    .text02{
position: absolute;
        top: 132px;
        right: 144px;
        width: 119px;
        z-index: 30;
    }


.text03{
        position: absolute;
        top: 113px;
        right: 17px;
        width: 92px;
        z-index: 30;
}

.text04{
position: absolute;
        top: 178px;
        right: 290px;
        width: 96px;
        z-index: 30;
}


.text05{
position: absolute;
        bottom: 259px;
        right: 134px;
        width: 104px;
        z-index: 30;
}

    .back-flare{
      position: absolute;
    width: 500px;
    transform: translateY(-50%) translateX(0);
    -webkit-transform: translateY(-50%) translateX(0);
    animation: 10s fuwafuwa4 infinite;
   mix-blend-mode: screen;
    z-index: 0;
   top: 25%;
  left: 50%;

    }


.scroll_down {
    position: absolute;
    bottom: 20px;
    left: 50%;
    width: 130px;
    transform: translate(-50%, 0%);
    -webkit-transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%);
    animation: 3s fuwafuwa3 infinite;
    z-index: 10;
}


}





/*ヘッダー右上メニュー
---------------------------------------------------------------------------*/
/*メニュー全体のブロック設定*/
#header-nav {
	position: absolute;
	right: 3%;	/*ヘッダーの右から3%の場所に配置。*/
	top: 30px;	/*ヘッダーの上から30pxの場所に配置。*/
	letter-spacing: 0.1em;	/*文字間隔を少し広げる指定*/
	font-size: 13px;	/*文字サイズ*/
}
/*メニュー１個あたりの設定*/
#header-nav li {
	float: left;	/*左に回り込み*/
	margin-left: 10px;	/*メニュー間に空けるスペース*/
}
#header-nav li a {
	text-decoration: none;display: inline-block;
	border: 1px solid #fff;	/*枠線の幅、線種、色*/
	padding: 0 10px;		/*上下、左右へのメニュー内の余白*/
}
#header-nav li a:hover {
	background: #fff;	/*マウスオン時の背景色*/
}

/*メインメニュー
---------------------------------------------------------------------------*/
/*メニューブロック*/
#menubar {
	clear: both;overflow: hidden;position: relative;z-index: 100;
	background: #00082f url(../images/bg_menu.jpg) repeat-x center center;	/*背景色、背景画像の読み込み。※古いブラウザ用。*/
	background: #00082f url(../images/bg_menu.jpg) repeat-x center center / 100px;	/*背景色、背景画像の読み込み。*/
	box-shadow: 0px 0px 20px rgba(0,0,0,0.4);	/*ボックスの影。右に、下に、広げる幅、0,0,0は黒の事で0.4は色が40%ついた状態の事。*/
}
/*メニュー１個あたりの設定*/
#menubar li {
	float: left;	/*左に回り込み*/
	width: 20%;	/*メニュー幅（100÷5個=20%）*/
}
#menubar li a {
	display:  block;text-decoration: none;
	line-height: 1.6;	/*行間*/
	color: #fff;		/*文字色*/
	font-size: 20px;	/*文字サイズ*/
	height: 70px;		/*高さ。下のmargin(10+10=20)とpadding-top(10)の数字を合計して「100」になるようにする。*/
	margin: 10px 0;		/*上下、左右に空けるメニューの外のスペース。この部分はマウスオン時に反応しない(色がかわらない)部分になります。*/
	padding-top: 10px;	/*メニュー内の上に空ける余白。上下のバランスをここで調整して下さい。*/
	padding-left: 70px;	/*メニュー内の左側に空ける余白。アイコンとのバランスを調整します。*/
	border-radius: 5px;	/*角丸のサイズ。マウスオン時に角が丸くなる設定です。*/
}
/*「施設のご案内」メニューの設定
アイコンの読み込み。左から15pxの場所に配置。背景画像の一番上(0)を基準に読み込む。サイズは50px。*/
#menubar li.info {
	background: url(../images/mark_menu.png) no-repeat 15px 0px / 50px;
}
/*「イベント」メニューの設定
アイコンの読み込み。左から15pxの場所に配置。背景画像の上から100px(-100px)を基準に読み込む。サイズは50px。*/
#menubar li.event {
	background: url(../images/mark_menu.png) no-repeat 15px -100px / 50px;
}
/*「お買い物」メニューの設定
アイコンの読み込み。左から15pxの場所に配置。背景画像の上から100px(-200px)を基準に読み込む。サイズは50px。*/
#menubar li.shopping {
	background: url(../images/mark_menu.png) no-repeat 15px -200px / 50px;
}
/*「周辺マップ」メニューの設定
アイコンの読み込み。左から15pxの場所に配置。背景画像の上から100px(-300px)を基準に読み込む。サイズは50px。*/
#menubar li.map {
	background: url(../images/mark_menu.png) no-repeat 15px -300px / 50px;
}
/*「お問い合わせ」メニューの設定
アイコンの読み込み。左から15pxの場所に配置。背景画像の上から100px(-400px)を基準に読み込む。サイズは50px。*/
#menubar li.contact {
	background: url(../images/mark_menu.png) no-repeat 15px -400px / 50px;
}
/*装飾文字（英語表記）の設定*/
#menubar li a span {
	text-shadow: none;display: block;
	font-size: 12px;		/*文字サイズ*/
	letter-spacing: 0.2em;	/*文字間隔を少し広くする設定*/
	padding-left: 3px;		/*左に少しだけ余白を作る。*/
	opacity: 0.6;			/*60%だけ色がついた状態。*/
}
/*マウスオン時メニューと、現在表示中(current)メニューの設定*/
#menubar li a:hover,#menubar li.current a {
	background: rgba(0,0,0,0.15);	/*0,0,0は黒の事で、0.15は15%だけ色がついた状態の事。*/
}
/*スマホ用メニューを表示させない*/
#menubar-s {display: none;}
/*３本バーアイコンを表示させない*/
#menubar_hdr {display: none;}

/*fixmenu設定（メニューが画面上部に到達した際のスタイル）
---------------------------------------------------------------------------*/
/*上部固定メニュー用fixmenu設定*/
body.is-fixed-menu #menubar.nav-fix-pos {
	position: fixed;width: 100%;top: 0px;
}
body.is-fixed-menu .contents:first-of-type {
	margin-top: 100px;	/*メニューブロックの高さを指定する。背景画像も高さ100pxなので通常はこのままで。*/
}
/*※以下の２ブロックのスタイルの「中身」は、上の２ブロックのスタイルと単純に合わせておいて下さい。fixmenuスクリプトを２つ使う為に必要な設定になります。*/
body.is-fixed #menubar.nav-fix-pos {
	position: fixed;width: 100%;top: 0px;
}
body.is-fixed .contents:first-of-type {
	margin-top: 100px;
}

/*contents
---------------------------------------------------------------------------*/
.contents {
	clear: both;overflow: hidden;
	padding-top: 40px;		/*上に空けるボックス内の余白*/
	padding-bottom: 40px;	/*下に空けるボックス内の余白*/
}
/*コンテンツのh2タグ設定*/
.contents h2 {
	clear: both;
	margin-bottom: 20px;	/*見出しの下に空けるスペース*/
	padding: 10px 20px;		/*上下、左右への余白*/
	font-size: 20px;		/*文字サイズ*/
	background: #00082f;	/*背景色*/
	color: #fff;			/*文字色*/
	border-radius: 5px;		/*角丸のサイズ*/
	letter-spacing: 0.1em;	/*文字間隔を少し広くとる設定*/
}
/*h2タグの１文字目の設定。左側のアクセントラインです。*/
.contents h2::first-letter {
	border-left: 3px solid #fff;	/*左の線の幅、線種、色*/
	padding-left: 15px;				/*線と文字列との間に空ける余白*/
}
/*h2タグに「class="simple"」を指定した場合の追加設定。大文字でセンタリングされる見出しです。*/
.contents h2.simple {
	background: none;padding: 0;
	font-size: 48px;	/*文字サイズ*/
	text-align: center;	/*文字を中央に*/
	color: #fff;		/*文字色*/

	font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 900;
  font-style: normal;
}
.contents h2.simple::first-letter {
	border: none;
	padding: 0;
}
.contents h2.simple + p {
	margin-top: -20px;
}
/*コンテンツのh3タグ設定*/
.contents h3 {
	clear: both;
	margin-bottom: 20px;	/*見出しの下に空けるスペース*/
	padding: 6px 15px;		/*上下、左右への余白*/
	font-size: 18px;		/*文字サイズ*/
	border: 1px solid #ccc;		/*枠線の幅、線種、色*/
	border-radius: 5px;		/*角丸のサイズ*/
	background: #fff;		/*背景色*/
	color: #333;			/*文字色*/
}
/*h3タグの１文字目への設定。左側のアクセントラインです。*/
.contents h3::first-letter {
	border-left: 3px solid #04135e;	/*左の線の幅、線種、色*/
	padding-left: 15px;				/*線と文字列との間に空ける余白*/
}
/*コンテンツの段落タグ設定*/
.contents p {
	padding: 0px 20px 20px;	/*上、左右、下への余白*/

	font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 400;
  font-style: normal;

}
/*他*/
.contents h2 + p,
.contents h3 + p {
	margin-top: -10px;
}
.contents section + section {
	margin-top: 30px;
}
.contents p + p {
	margin-top: -8px;
}

section.gallery {
	width: 80%;
	margin: 0 auto;
}

.gallery p {
	color: #fff;
}

.koushin {
	background-color: #fff;
	padding: 20px;
	width: 80%;
	margin: 0 auto;
	font-size: 80%;
}

/*mainコンテンツ
---------------------------------------------------------------------------*/
.main {
	float: right;	/*右に回り込み*/
	width: 75%;		/*ブロックの幅*/
}

/*subコンテンツ（左側のブロック）
---------------------------------------------------------------------------*/
.sub {
	float: left;	/*左に回り込み*/
	width: 20%;		/*ブロックの幅*/
}
/*h2見出しタグ設定*/
.sub h2 {
	margin-bottom: 0;
	letter-spacing: normal;
	font-size: 16px;
	background: #00082f;	/*背景色*/
	color: #fff;			/*文字色*/
	text-align: center;		/*文字をセンタリング*/
	padding: 10px 0;		/*上下、左右への見出し内の余白*/
	border-radius: 5px 5px 0px 0px;	/*上、右、下、左への角丸の指定*/
}
.sub h2::first-letter {
	border: none;padding: 0;
}
.sub h2 + p,
.sub h3 + p {
	margin-top: 0;
}

/*サブメニュー（左側ブロックのメニュー）
---------------------------------------------------------------------------*/
/*メニューブロック全体の設定*/
.sub .submenu {
	margin-bottom: 20px;	/*メニューブロックの下にあけるスペース*/
}
/*メニュー１個ごとの設定*/
.sub .submenu li a {
	text-decoration: none;display: block;
	padding: 0 10px;	/*上下、左右のボックス内の余白*/
	border: 1px solid #ccc;	/*枠線の幅、線種、色*/
	border-top: none;		/*上の線だけ消す*/
	background: #fff;		/*背景色*/
	color: #666;	/*文字色*/
}
.sub .submenu li a:hover {
	color: #04135e;
}

/*subコンテンツ内のlistブロック
---------------------------------------------------------------------------*/
.sub .list {
	overflow: hidden;
	font-size: 12px;	/*文字サイズ*/
	line-height: 1.4;	/*行間*/
	background: #fff;	/*背景色*/
	border: 1px solid #ccc;	/*枠線の幅、線種、色*/
	border-top: none;	/*上の線だけ消す*/
	padding: 5px;		/*ボックス内の余白*/
	color: #666;		/*文字色*/
}
.sub .list a {
	color: #666;		/*リンクテキストの文字色*/
}
/*最後のlistボックスへの設定*/
.sub .list:last-of-type {
	margin-bottom: 20px;	/*ボックスの下に空ける余白*/
}
/*画像*/
.sub .list figure {
	float: left;		/*左に回り込み*/
	width: 30%;			/*画像幅*/
	margin-right: 5px;	/*画像の右に空けるスペース*/
}
/*h4見出しの文字色*/
.sub .list h4, .sub .list h4 a {
	color: #04135e;
}

/*各ページ下部に配置している「アクセス」ブロック
---------------------------------------------------------------------------*/
/*左側ブロック（地図が入っている方）*/
.href-left {
	float: left;	/*左に回り込み*/
	width: 49%;		/*ブロック幅*/
}
/*右側ブロック（詳細情報）*/
.href-right {
	float: right;	/*右に回り込み*/
	width: 49%;		/*ブロック幅*/
}
/*ソーシャルメディアアイコン*/
.icon img {
	width: 40px;	/*画像の幅*/
}

/*フッター設定
---------------------------------------------------------------------------*/
footer {
	clear: both;
	font-size: 12px;	/*文字サイズ*/
	color: #b8b8b8;	/*文字色*/
	background: #444;	/*背景色*/
}
/*リンクテキスト*/
footer a {
	color: #b8b8b8;	/*文字色*/
	text-decoration: none;
}
/*リンクのマウスオン時*/
footer a:hover {
	color: #fff;
}
footer .pr {display: block;}

/*フッターメニュー
---------------------------------------------------------------------------*/
/*ボックス全体*/
#footermenu {
	overflow: hidden;
	padding: 20px 3%;	/*上下、左右のボックス内の余白*/
	background: url(../images/logo_footer.png) no-repeat right center / 20%;	/*背景画像の読み込み。右側、上下中央に配置。画像はブロック幅の20%で読み込む。*/
	color: #fff;		/*文字色*/
}
/*１行分の設定*/
#footermenu ul {
	float: left;	/*左に回り込み*/
	width: 18%;		/*幅*/
	padding-right: 1%;
	padding-left: 1%;
}
/*「class="title"」をつけた場合の設定*/
#footermenu .title {
	font-weight: bold;	/*太字にする*/
}

/*コピーライト
---------------------------------------------------------------------------*/
#copyright {
	clear: both;
	text-align: center;
	background: #333;	/*背景色*/
	font-size: 12px;	/*文字サイズ*/
	color: #fff;		/*文字色*/
}
/*リンクテキスト*/
#copyright a {text-decoration: none;color: #fff;}

/*box1（１カラムボックス）
---------------------------------------------------------------------------*/
/*ボックス１個あたりの設定*/
.box1 {
	overflow: hidden;
	background: #fff;		/*背景色*/
	color: #666;			/*文字色*/
	margin: 0 2% 20px;		/*上、左右、下へのボックスの外に空けるスペース*/
	border: 1px solid #eeeae2;	/*枠線の幅、線種、色*/
	padding: 3%;
}
/*box1内のh4(見出し)タグ*/
.box1 h4 {
	color: #04135e;		/*文字色*/
	font-size: 24px;	/*文字サイズ*/
	border-bottom: 2px dotted #04135e;	/*下線の幅、線種、色*/
	margin-bottom: 10px;	/*下に空けるスペース*/
}
/*box1内のp(段落)タグ*/
.box1 p {padding: 0 !important;line-height: 1.5;}
.box1 p a {color: #666;}
/*box2内のbtn1。本体の設定はこの下の下のブロックにあります。*/
.box1 p.btn1 {margin-top: 20px;}

/*box2（３カラムボックス）
---------------------------------------------------------------------------*/
/*ボックス１個あたりの設定*/
.box2 {
	position: relative;
	width: 33%;		/*ボックスの幅*/
	float: left;		/*左に回り込み*/
	text-align: center;	/*内容をセンタリング*/
	padding: 0%;		/*ボックス内の余白*/
	/*padding-bottom: 75px;	下の余白だけ上書き*/
	background: #fff;		/*背景色*/
	/*border: 1px solid #eeeae2;	/*枠線の幅、線種、色*/
	margin: 0 0 0 0;		/*上、右、下、左へのボックスの外に空けるスペース*/
	line-height: 1.5;	/*行間*/
	color: #666;		/*文字色*/
}

.box2 img{
	width: 100%;		/*ボックスの幅*/
	padding: 0%;		/*ボックス内の余白*/
	margin: 0;		/*上、右、下、左へのボックスの外に空けるスペース*/
}

/*box2内の日付*/
.box2 span.date {
	position: absolute;
	left: -10px;	/*左から-10pxの場所に配置*/
	top: -10px;		/*上から-10pxの場所に配置*/
	background: #04135e;	/*背景色*/
	color: #fff;			/*文字色*/
	font-size: 12px;		/*文字サイズ*/
	width: 50px;			/*幅*/
	line-height: 50px;		/*高さ*/
	border-radius: 50%;		/*円形にする*/
	text-align: center;		/*文字をセンタリング*/
	transform: rotate(-20deg);	/*回転の角度*/
}
/*box2内のp(段落)タグ*/
.box2 p {
	padding: 0 !important;
	height: 4.5em;		/*高さ。*/
	overflow: hidden;	/*オーバーした分は非表示に。*/
	font-size: 14px;	/*文字サイズ*/
	text-align: left;	/*文字を左よせ*/
}
/*段落タグにリンクが設定された場合の文字色*/
.box2 p a {
	color: #666;
}
/*box2内のh4(見出し)タグ*/
.box2 h4 {
	color: #04135e;	/*文字色*/
	height: 1.5em;	/*高さ*/
	overflow: hidden;	/*オーバーした分は非表示に。*/
}
/*box2内のfigure(画像)タグ*/
.box2 figure {
	margin-bottom: 5px;	/*下に空けるスペース*/
}
/*box2内のbtn1。本体の設定はこの下のブロックにあります。*/
.box2 p.btn1 {
	height: auto;
	position: absolute;
	bottom: 30px;	/*box2の下から30pxの場所に配置*/
	width: 80%;		/*ボタンの幅*/
}
.box2 p.btn1 a {
	display: block;
	padding: 5px 0;	/*上下、左右へのボタン内の余白*/
}

/*box1、box2のfigure写真共通設定
---------------------------------------------------------------------------*/
.box1 figure a:hover,.box2 figure a:hover {
	opacity: 0.8;	/*マウスオン時に80%透明度にする*/
}

/*btn1
---------------------------------------------------------------------------*/
p.btn1 a {
	text-decoration: none;display: inline-block;
	border: 1px solid transparent;	/*枠線の幅、線種、色。transparentは透明の事。*/
	background: #04135e;	/*背景色*/
	color: #fff !important;	/*文字色*/
	border-radius: 3px;		/*角丸のサイズ*/
	padding: 5px 30px;		/*上下、左右へのボタン内の余白*/
	text-align: center;		/*文字をセンタリング*/
}
/*マウスオン時*/
p.btn1 a:hover {
	border: 1px solid #04135e;	/*枠線の幅、線種、色。*/
	background: #fff;			/*背景色*/
	color: #04135e !important;	/*文字色*/
}

/*写真を３列に並べたレイアウト
---------------------------------------------------------------------------*/
/*ボックス１個あたりの設定*/
.photo {
	position: relative;
	float: left;	/*左に回り込み*/
	width: 33.3%;	/*幅*/
}
.photo a:hover img {
	opacity: 0.8;	/*マウスオン時に80%の透明度にする*/
}
/*photoボックス内の段落(p)タグ*/
.photo p {
	padding: 5px 0 !important;	/*上下、左右への段落タグ内の余白*/
	position: absolute;
	bottom: 0px;	/*photoボックスの下から0pxの場所に配置*/
	width: 100%;	/*幅*/
	background: #111;	/*背景色（古いブラウザ用）*/
	background: rgba(0,0,0,0.5);	/*背景色。0,0,0は黒の事で0.5は50%色がついた状態のこと*/
	color: #fff;	/*文字色*/
	text-align: center;	/*文字をセンタリング*/
	font-size: 80%;
}

/*トップページ内「更新情報・お知らせ」ブロック
---------------------------------------------------------------------------*/
/*ブロック全体の設定*/
#new dl {
	padding: 0px 20px;	/*上下、左右へのボックス内の余白*/
	margin-bottom: 20px;
}
/*日付設定*/
#new dt {
	float: left;	/*左に回り込み*/
	width: 9em;		/*幅*/
	letter-spacing: 0.1em;
	color: #04135e;	/*文字色*/
}
/*記事設定*/
#new dd {
	padding-left: 9em;	/*左に空ける余白*/
}

/*テーブル
---------------------------------------------------------------------------*/
/*テーブル１行目に入った見出し部分（※caption）*/
.ta1 caption {
	border: 1px solid #ccc;	/*テーブルの枠線の幅、線種、色*/
	border-bottom: none;	/*下線だけ消す*/
	text-align: left;		/*文字を左寄せ*/
	background: #eee;		/*背景色*/
	color: #666;			/*文字色*/
	font-weight: bold;		/*太字に*/
	padding: 10px;			/*ボックス内の余白*/
}
/*ta1設定*/
.ta1 {
	width: 100%;
	margin: 0 auto 20px;
	background: #fff;	/*背景色*/
	color: #666;			/*文字色*/
}
.ta1, .ta1 td, .ta1 th {
	border: 1px solid #ccc;	/*テーブルの枠線の幅、線種、色*/
	padding: 10px 15px;	/*ボックス内の余白*/
	word-break: break-all;
	font-size: 90%;
}
/*ta1の左側ボックス*/
.ta1 th {
	width: 140px;		/*幅*/
	text-align: center;	/*センタリング*/
	font-weight: normal;
}
/*リンクテキストの文字色*/
.ta1 a {color: #666;}
/*ta1のtdタグ内のリストタグ*/
.ta1 td ul.disc {padding: 0 5px 0 20px;}
/*ta1のtdタグ内の段落(p)タグ*/
.ta1 p {padding: 0;}

/*inputボタン
---------------------------------------------------------------------------*/
input[type="submit"].btn,
input[type="button"].btn,
input[type="reset"].btn {
	padding: 5px 10px;		/*上下、左右へのボタン内の余白*/
	border: 1px solid #ccc;	/*枠線の幅、線種、色*/
	font-size: 15px;		/*文字サイズ*/
	border-radius: 3px;		/*角丸のサイズ*/
	background: #eee;		/*背景色*/
}
/*マウスオン時の設定*/
input[type="submit"].btn:hover,
input[type="button"].btn:hover,
input[type="reset"].btn:hover {
	border: 1px solid #999;	/*枠線の幅、線種、色*/
	background: #fff;		/*背景色*/
}

/*パンくずナビ
---------------------------------------------------------------------------*/
/*メニュー全体を囲むブロック*/
.pan {
	background: #111;	/*背景色（古いブラウザ用）*/
	background: rgba(0,0,0,0.7);	/*背景色。0,0,0は黒の事で、0.7は70%色がついた状態の事。*/
	margin-bottom: 40px;			/*ボックスの下に空けるスペース*/
	margin-top: -40px;				/*ボックスを上のメニューにつけるための指定*/
	padding: 10px 3%;				/*ボックス内の余白。上下、左右。*/
	color: #fff;					/*文字色*/
}
/*メニュー１個あたりの設定*/
.pan li {
	display: inline-block;	/*横並びにさせる指定*/
	padding: 5px;		/*余白*/
}
/*リンクテキストの文字色*/
.pan a {
	color: #bebebe;
}
/*マウスオン時リンクテキストの文字色*/
.pan a:hover {
	color: #fff;
}
/*リストタグの頭に加える記号*/
.pan li::before {
	content: ">";	/*このテキストを表示させる*/
	color: #bebebe;	/*文字色*/
	padding-right: 12px;	/*記号とテキストとの余白*/
}
/*１番目のリストタグの頭に加える文字のリセット*/
.pan li:first-child::before {
	content: "";	/*テキストを空にする*/
}

/*背景色（bg1）
---------------------------------------------------------------------------*/
.bg1 {
	background: #e7dac4 url(../images/bg1.jpg);	/*背景色、背景画像の読み込み。※古いブラウザ用。*/
	background: #e7dac4 url(../images/bg1.jpg) center / 100px;	/*背景色、背景画像の読み込み。*/
}

/*背景色（bg2）
---------------------------------------------------------------------------*/
.bg2 {
	background: #00082f url(../images/bg2.jpg);	/*背景色、背景画像の読み込み。※古いブラウザ用。*/
	background: #00082f url(../images/bg2.jpg) center / 100px;	/*背景色、背景画像の読み込み。*/
	color: #fff;	/*文字色*/
}
.bg2 a {color: #fff;}
.bg2 h2 {color: #fff !important;}

/*背景色（bg3）
---------------------------------------------------------------------------*/
.bg3 {
	background: #00082f url(../images/bg3.jpg);	/*背景色、背景画像の読み込み。※古いブラウザ用。*/
	background: #00082f url(../images/bg3.jpg) center / 100px;	/*背景色、背景画像の読み込み。*/
	color: #fff;	/*文字色*/
}
.bg3 a {color: #fff;}
.bg3 h2 {color: #fff !important;}

.bg3 .c-text1 {
	width: 800px;
	margin: 0px auto;
}

.bg3 .c-button1 {
	width: 500px;
	margin: 20px auto 0px;
}

.bg3 .c-text2 {
	width: 800px;
	margin: 0px auto;
}

.bg3 .c-button2 {
	width: 400px;
	margin: 50px auto 40px;
}


.bg3 .c-text3 {
	width: 700px;
	margin: 0px auto;
}

.bg3 .w_back {
	padding: 40px 0px;
	background: #fff;
	width: 1000px;
	margin: 20px auto 0px;
	text-align: center;
}


/*1140px以下の時の割引情報のサイズ
---------------------------------------------------------------------------*/


@media screen and (max-width:1140px) {

	.bg3 .c-text1 {
		width: 500px;
		margin: 0px auto;
	}

	.bg3 .c-button1 {
		width: 400px;
		margin: 20px auto 0px;
	}

	.bg3 .c-text2 {
		width: 500px;
		margin: 0px auto;
	}

	.bg3 .c-button2 {
		width: 350px;
		margin: 50px auto 40px;
	}


	.bg3 .c-text3 {
		width: 400px;
		margin: 0px auto;
	}

	.bg3 .w_back {
		padding: 40px 0px;
		background: #fff;
		width: 600px;
		margin: 20px auto 0px;
		text-align: center;
	}
}


/*700px以下の時の割引情報のサイズ
---------------------------------------------------------------------------*/

@media screen and (max-width:700px) 
{

	.bg3 .c-text1 {
		width: 80%;
		margin: 0px auto;
	}

	.bg3 .c-button1 {
		width: 65%;
		margin: 20px auto 0px;
	}

	.bg3 .c-text2 {
		width: 80%;
		margin: 0px auto;
	}

	.bg3 .c-button2 {
		width: 55%;
		margin: 50px auto 40px;
	}


	.bg3 .c-text3 {
		width: 80%;
		margin: 0px auto;
	}

	.bg3 .w_back {
		padding: 40px 0px;
		background: #fff;
		width: 93%;
		margin: 20px auto 0px;
		text-align: center;
	}
}

div.access_wrap
{
	display: flex;
	flex-wrap: wrap;
}

.access_wrap_box1{
	width: 80%;
	margin: 40px auto;
	padding: 0;
}

.access_wrap_box2{
	margin: 0;
	padding: 0;
	width: 100%;
}


div.bikou_wrap{
	display: block;
}


p.bikou {
	font-size: 13px;
	margin: 0;
	padding: 0;
	display:flex;
}

/*テーブル
---------------------------------------------------------------------------*/
/*テーブル１行目に入った見出し部分（※caption）*/
.ta1 caption {
	border: 1px solid #ccc;	/*テーブルの枠線の幅、線種、色*/
	border-bottom: none;	/*下線だけ消す*/
	text-align: left;		/*文字を左寄せ*/
	background: #eee;		/*背景色*/
	color: #666;			/*文字色*/
	font-weight: bold;		/*太字に*/
	padding: 10px;			/*ボックス内の余白*/
}
/*ta1設定*/
.ta1 {
	width: 100%;
	margin: 0 auto 20px;
	background: #fff;	/*背景色*/
	color: #666;			/*文字色*/
}
.ta1, .ta1 td, .ta1 th {
	border: 1px solid #ccc;	/*テーブルの枠線の幅、線種、色*/
	padding: 10px 15px;	/*ボックス内の余白*/
	word-break: break-all;
	font-size: 80%;
}
/*ta1の左側ボックス*/
.ta1 th {
	width: 140px;		/*幅*/
	text-align: center;	/*センタリング*/
	font-weight: normal;
}
/*リンクテキストの文字色*/
.ta1 a {color: navy;}
/*ta1のtdタグ内のリストタグ*/
.ta1 td ul.disc {padding: 0 5px 0 20px;}
/*ta1のtdタグ内の段落(p)タグ*/
.ta1 p {padding: 0;}



/*背景色（bg4）
---------------------------------------------------------------------------*/
.bg4 {
	background: #3fa9f5;	/*背景色、背景画像の読み込み。※古いブラウザ用。*/
color: #fff;	/*文字色*/
}


.blue_waku{
	width: 70%;
	background-color: #009fe8;
	padding: 20px;
	margin: 0 auto;
}

.blue_waku .playTitle{
	width: 70%;
	margin: 0 auto;
}

.blue_waku .playTitle img{
	 width: 100%;
}


.bg4 .white_waku{
	width: 70%;
	background-color: #fff;
	padding: 0 20px;
	margin: 0 auto;
	padding-bottom: 15px;
}

.logo_txt_wrap{
	margin: 20px 0px 0px;
}

.bg4 .white_waku .play_w80{
	padding-bottom: 10px;
	margin: 0 auto;
	width: 80%;
}

.bg4 .white_waku .play_w60{
	padding-bottom: 10px;
	margin: 0 auto;
	width: 60%;
}

.bg4 .white_waku .play_w80px{
	padding-bottom: 10px;
	margin: 0;
	width: 80px;
	vertical-align: bottom;
	display: inline-block;
}

.bg4 .white_waku .play_w150px{
	padding-bottom: 10px;
	margin: 0;
	width: 150px;
	vertical-align: bottom;
	display: inline-block;
}


.bg4 .white_waku .side_text{
	margin: 0;
	padding: 0 0 10px 0;
	font-size: 18px;
	color: #000;
	display: inline-block;
}


.bg4 .white_waku .play_w40{
	padding-bottom: 10px;
	margin: 0;
	width: 40%;
}

.bg4 .white_waku img{
	padding: 0;
	margin: 0;
	width: 100%;
}

.bg4 .white_waku li{
	border-bottom: dotted 2px #cecccd;
  list-style: none;
}

.bg4 p{
	font-size: 20px;
	margin: 20px 0;
	padding: 0;
}

.bg4 .info {
	width: 75%;
	margin: 0 auto;
}

.bg4 .info img{
	width: 100%;
	margin: 20px auto 0;
}



.bg4 a {
	color: #fff;
	text-decoration: underline;}
.bg4 h2 {color: #fff !important;}
.bg4 ul {list-style: circle;}
.bg4 .ticket {
	width: 400px;
	margin: 0 auto;
}
.bg4 li {
	font-size: 1.2em;
	font-weight: bold;
}


.aslogLogo{
	width: 35%;
}



/*1140以下の場合
---------------------------------------------------------------------------*/

@media screen and (max-width:1140px) {

	.bg4 .ticket {
		width: 300px;
		margin: 0 auto;
	}

	.bg4 p{
	color: #fff;
	font-size: 18px;
	margin: 20px 0;
	padding: 0;
}

.bg4 .white_waku .side_text{
	margin: 0;
	padding: 0 0 10px 0;
	font-size: 15px;
	color: #000;
	display: inline-block;
}

.bg4 .white_waku .play_w80px{
	padding-bottom: 10px;
	margin: 0;
	width: 60px;
	vertical-align: bottom;
	display: inline-block;
}

.bg4 .white_waku .play_w150px{
	padding-bottom: 10px;
	margin: 0;
	width: 120px;
	vertical-align: bottom;
	display: inline-block;
}

.blue_waku .playTitle{
	width: 80%;
	margin: 0 auto;
}



}

/*700以下の場合
---------------------------------------------------------------------------*/

@media screen and (max-width:700px) {

	.bg4 .ticket {
		width: 100%;
		margin: 0 auto;
	}

	.bg4 .white_waku .side_text{
	margin: 0;
	padding: 0 0 10px 0;
	font-size: 13px;
	color: #000;
	display: inline-block;
}

	.bg4 p{
	color: #fff;
	font-size: 17px;
	margin: 20px 0;
	padding: 0;
}

.bg4 .white_waku .play_w150px{
	padding-bottom: 10px;
	margin: 0;
	width: 100px;
	vertical-align: bottom;
	display: inline-block;
}

}





/*背景色（bg-access）※全ページ下部にある「アクセス」ブロック
---------------------------------------------------------------------------*/
.bg-access {
	background: #184062 url(../images/bg-access.jpg);	/*背景色、背景画像の読み込み。※古いブラウザ用。*/
	background: #184062 url(../images/bg-access.jpg) center / cover;	/*背景色、背景画像の読み込み。*/
}
.bg-access,.bg-access a {color: #fff;}
/*bg-access内のテーブル(ta1)*/
.bg-access .ta1 {
	background: transparent;
	color: #fff;
}
/*bg-access内の「h2 class="simple"」見出し*/
.bg-access h2.simple {
	color: #fff !important;
}

/*PAGE TOP（↑）設定
---------------------------------------------------------------------------*/
/*アニメーションのキーフレーム設定（変更不要）*/
@keyframes scroll {
0% {opacity: 0;}
100% {opacity: 1;}
}
/*デフォルトでは非表示に*/
body .nav-fix-pos-pagetop a {display: none;}
/*ボタンの設定*/
body.is-fixed-pagetop .nav-fix-pos-pagetop a {
	display: block;text-decoration: none;text-align: center;z-index: 100;position: fixed;
	width: 60px;		/*幅*/
	line-height: 60px;	/*高さ*/
	border-radius: 50%;	/*角丸のサイズ。円形にする。正方形がいいならこの１行削除。*/
	bottom: 30px;	/*下から30pxの場所に配置*/
	right: 3%;		/*右から3%の場所に配置*/
	background: #000;	/*背景色（古いブラウザ用）*/
	background: rgba(0,0,0,0.6);	/*背景色。0,0,0は黒の事で0.6は色が60%ついた状態の事。*/
	color: #fff;	/*文字色*/
	border: 1px solid #fff;	/*枠線の幅、線種、色*/
	animation-name: scroll;	/*上のアニメーションで指定しているkeyframesの名前（scroll）*/
	animation-duration: 1S;	/*アニメーションの実行時間*/
	animation-fill-mode: forwards;	/*アニメーションの完了後、最後のキーフレームを維持する*/
}
/*マウスオン時*/
body.is-fixed-pagetop .nav-fix-pos-pagetop a:hover {
	background: #999;	/*背景色*/
}

/*「NEW」アイコン
---------------------------------------------------------------------------*/
.newicon {
	background: #F00;	/*背景色*/
	color: #FFF;		/*文字色*/
	font-size: 70%;		/*文字サイズ*/
	line-height: 1.5;
	padding: 2px 5px;
	border-radius: 2px;
	margin: 0px 5px;
	vertical-align: text-top;
}

/*checkブロック。赤い注意書きブロックです。
---------------------------------------------------------------------------*/
p.check {
	background: #ff0000;	/*背景色*/
	color:#fff;				/*文字色*/
	padding: 10px 25px !important;	/*上下、左右へのボックス内余白*/
	margin-bottom: 20px;
}
p.check a {color: #fff;}

/*その他
---------------------------------------------------------------------------*/
.look {background: #ccc;padding: 5px 10px;border-radius: 4px;}
.mb15,.mb1em {margin-bottom: 15px;}
.mb40 {margin-bottom: 40px !important;}
.clear {clear: both;}
.ofh {overflow: hidden;}
ul.disc {padding: 0em 25px 20px;list-style: disc;}
.color1, .color1 a {color: #04135e;}
.pr {font-size: 10px;}
.wl {width: 96%;}
.ws {width: 50%;}
.c {text-align: center;}
.r {text-align: right;}
.l {text-align: left;}
img.fr,figure.fr {float: right;margin: 10px;}
img.fl,figure.fl {float: left;margin: 10px;}
.fr {float: right;}
.fl {float: left;}
.w30p {width: 30%;}
.w65p {width: 65%;}
.big1 {font-size: 28px;letter-spacing: 0.1em;}
.mini1 {font-size: 11px;display: inline-block;line-height: 1.5;}
.sh {display: none;}
.link {display: block;margin-top: -120px;padding-top: 120px;}



/*画面幅1050px以下の設定
------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:1050px){

/*メインメニュー
---------------------------------------------------------------------------*/
/*メニュー１個あたりの設定*/
#menubar li a {
	font-size: 16px;	/*文字サイズ*/
	height: 65px;		/*高さ*/
	padding-top: 15px;	/*メニュー内の上に空ける余白。上下のバランスをここで調整して下さい。*/
}

}



/*画面幅900px以下の設定
------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:900px){

/*メインメニュー
---------------------------------------------------------------------------*/
/*アニメーションのフレーム設定。全100コマアニメーションだと思って下さい。透明(0%)から色を100%出すアニメーション指定。*/
@keyframes menu1 {
	0% {opacity: 0;}
	100% {opacity: 1;}
}
/*スマホ用メニューブロック*/
#menubar-s {
	display: block;overflow: hidden;
	position: absolute;
	top: 100px;	/*上から100pxの場所に配置*/
	border-top: 1px solid #fff;		/*上の線の幅、線種、色*/
	width: 100%;
	z-index: 10;
	animation-name: menu1;		/*上のkeyframesの名前*/
	animation-duration: 0.5S;	/*アニメーションの実行時間。0.5秒。*/
	animation-fill-mode: both;	/*アニメーションの完了後、最後のキーフレームを維持する*/
}
/*メニュー１個あたりの設定*/
#menubar-s li a {
	display: block;text-decoration: none;
	height: 85px;		/*高さ。下のpadding-top(15)と合計して「100」になるようにする。*/
	padding-top: 15px;	/*上に空ける余白*/
	padding-left: 80px;	/*左に空ける余白。背景用アイコンとの距離をここで調整。*/
	border-bottom: 1px solid #fff;	/*下の線の幅、線種、色*/
	font-size: 20px;	/*文字サイズ*/
	color: #fff;	/*文字色*/
}
/*「施設のご案内」メニューの設定
背景色。アイコンの読み込み。左から15pxの場所に配置。背景画像の一番上(0)を基準に読み込む。サイズは50px。*/
#menubar-s li.info {
	background: rgba(0,0,0,0.8) url(../images/mark_menu.png) no-repeat 15px 0px / 50px;
}
/*「イベント」メニューの設定
背景色。アイコンの読み込み。左から15pxの場所に配置。背景画像の上から100px(-100px)を基準に読み込む。サイズは50px。*/
#menubar-s li.event {
	background: rgba(0,0,0,0.8) url(../images/mark_menu.png) no-repeat 15px -100px / 50px;
}
/*「お買い物」メニューの設定
背景色。アイコンの読み込み。左から15pxの場所に配置。背景画像の上から100px(-200px)を基準に読み込む。サイズは50px。*/
#menubar-s li.shopping {
	background: rgba(0,0,0,0.8) url(../images/mark_menu.png) no-repeat 15px -200px / 50px;
}
/*「周辺マップ」メニューの設定
背景色。アイコンの読み込み。左から15pxの場所に配置。背景画像の上から100px(-300px)を基準に読み込む。サイズは50px。*/
#menubar-s li.map {
	background: rgba(0,0,0,0.8) url(../images/mark_menu.png) no-repeat 15px -300px / 50px;
}
/*「お問い合わせ」メニューの設定
背景色。アイコンの読み込み。左から15pxの場所に配置。背景画像の上から100px(-400px)を基準に読み込む。サイズは50px。*/
#menubar-s li.contact {
	background: rgba(0,0,0,0.8) url(../images/mark_menu.png) no-repeat 15px -400px / 50px;
}
/*英語表記（飾り文字）*/
#menubar-s li a span {
	display: block;
	font-size: 12px;	/*文字サイズを小さく*/
}
/*PC用メニューを非表示にする*/
#menubar {display: none;}

/*３本バーアイコン設定
---------------------------------------------------------------------------*/
/*３本バーブロック*/
#menubar_hdr {
	display: block;
	position: absolute;
	top: 24px;	/*上から24pxの場所に配置*/
	left: 3%;	/*左から3%の場所に配置*/
	border: 1px solid #000;	/*枠線の幅、線種、色*/
}
/*アイコン共通設定*/
#menubar_hdr.close,
#menubar_hdr.open {
	width: 50px;	/*幅*/
	height: 50px;	/*高さ*/
}
/*三本バーアイコン*/
#menubar_hdr.close {
	background: #fff url(../images/icon_menu.png) no-repeat center top/50px;
}
/*閉じるアイコン*/
#menubar_hdr.open {
	background: #fff url(../images/icon_menu.png) no-repeat center bottom/50px;
}

/*fixmenu設定（メニューが画面上部に到達した際のスタイル）の設定をなくす
---------------------------------------------------------------------------*/
body.is-fixed-menu .contents:first-of-type,
body.is-fixed .contents:first-of-type {
	margin-top: 0px;
}

/*contents
---------------------------------------------------------------------------*/
/*h2タグに「class="simple"」を指定した場合の追加設定。大文字でセンタリングされる見出しです。*/
.contents h2.simple {
	font-size: 30px;	/*文字サイズ*/
}

/*main,sub
---------------------------------------------------------------------------*/
.main, .sub{
	float: none;
	width: auto;
}

/*subコンテンツ内のlistブロック
---------------------------------------------------------------------------*/
.sub .list {
	line-height: 2;		/*行間*/
	padding: 10px;		/*ボックス内の余白*/
}
/*画像*/
.sub .list figure {
	width: 15%;			/*画像幅*/
	margin-right: 10px;	/*画像の右に空けるスペース*/
}

/*その他
---------------------------------------------------------------------------*/
body.s-n #sub,body.s-n #side,body.s-n #footermenu {display: none;}
.sh {display:block;}
.pc {display:none;}
.link {margin-top: 0;padding-top: 0;}

}



/*画面幅700px以下の設定
------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:700px){

/*contents
---------------------------------------------------------------------------*/
.contents {
	padding-top: 20px;		/*上に空けるボックス内の余白*/
	padding-bottom: 20px;	/*下に空けるボックス内の余白*/
}
.contents section + section {
	margin-top: 20px;
}

/*サブメニュー（左側ブロックのメニュー）
---------------------------------------------------------------------------*/
/*メニュー１個ごとの設定*/
.sub .submenu li a {
	padding: 10px;	/*ボックス内の余白*/
}

/*box1（１カラムボックス）
---------------------------------------------------------------------------*/
/*ボックス１個あたりの設定*/
.box1 {
	margin: 0 0 20px 0;		/*上、右、下、左へのボックスの外に空けるスペース*/
}

/*box2（３カラムボックス）
---------------------------------------------------------------------------*/
/*ボックス１個あたりの設定*/
.box2 {
	width: auto;		/*ボックスの幅*/
	float: none;		/*左に回り込み*/
	padding: 3%;		/*余白の上書き*/
	margin: 0 0 20px 0;		/*上、右、下、左へのボックスの外に空けるスペース*/
	line-height: 2;	/*行間*/
}
/*box2内のp(段落)タグ*/
.box2 p {
	height: auto;	/*高さ。*/
	font-size: 100%;		/*文字サイズ*/
	margin-bottom: 15px;
}
/*box2内のh4(見出し)タグ*/
.box2 h4 {
	height: auto;	/*高さ*/
}
/*box2内のbtn1*/
.box2 p.btn1 {
	position: static;
	width: 99%;		/*ボタンの幅*/
}

/*各ページ下部に配置している「アクセス」ブロック
---------------------------------------------------------------------------*/
/*左側ブロック、右側ブロック*/
.href-left,.href-right {
	float: none;
	width: auto;
	padding-bottom: 30px;
}

/*パンくずナビ
---------------------------------------------------------------------------*/
/*メニュー全体を囲むブロック*/
.pan {
	margin-bottom: 20px;	/*ボックスの下に20pxのスペースを空ける*/
	margin-top: -20px;		/*ボックスを上のメニューにつけるための指定*/
	padding: 0;				/*ボックス内の余白。上下、左右。*/
}

}



/*画面幅480px以下の設定
------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:480px){

/*全体の設定
---------------------------------------------------------------------------*/
body {
	font-size: 12px;	/*文字サイズ*/
	width: 100vw;
  overflow-x: hidden;
}




/*ヘッダー（ロゴが入った最上段のブロック）
---------------------------------------------------------------------------*/
/*トップページへの追加設定*/
.home header {
	height: 100vh;	/*ヘッダーの高さを上書き。*/
	width: 100vw;
}

/*ヘッダー右上メニュー
---------------------------------------------------------------------------*/
/*メニュー全体のブロック設定*/
#header-nav {
	top: 10px;			/*ヘッダーの上から10pxの場所に配置。*/
	font-size: 11px;	/*文字サイズ*/
}

/*３本バーアイコン設定
---------------------------------------------------------------------------*/
/*３本バーブロック*/
#menubar_hdr {
	top: 10px;	/*上から10pxの場所に配置*/
}

/*contents
---------------------------------------------------------------------------*/
/*コンテンツのh2タグ設定*/
.contents h2 {
	padding: 5px 10px;	/*上下、左右への余白*/
	font-size: 14px;	/*文字サイズ*/
	margin-bottom: 10px;
}
/*コンテンツのh3タグ設定*/
.contents h3 {
	padding: 3px 10px;	/*上下、左右への余白*/
	font-size: 12px;	/*文字サイズ*/
	margin-bottom: 10px;
}
/*h2タグに「class="simple"」を指定した場合の追加設定。大文字でセンタリングされる見出しです。*/
.contents h2.simple {
	font-size: 18px;	/*文字サイズ*/
}
/*コンテンツの段落タグ設定*/
.contents p {
	padding: 0px 10px 10px;	/*上、左右、下への余白*/
}
/*他*/
.contents h2 + p,
.contents h3 + p {
	margin-top: -5px;
}

/*フッターメニュー
---------------------------------------------------------------------------*/
/*ボックス全体*/
#footermenu {
	background: #444;	/*背景色のみに上書き*/
}
/*１行分の設定*/
#footermenu ul {
	width: 23%;	/*１列あたりの幅の再設定*/
}

/*テーブル
---------------------------------------------------------------------------*/
/*テーブル１行目に入った見出し部分（※caption）*/
.ta1 caption {
	padding: 5px;
}
/*テーブル内の左側*/
.ta1 th {
	width: 100px;
	padding: 5px;

}
/*テーブル内の右側*/
.ta1 td {
	width: auto;
	padding: 5px;
}

.ta1, .ta1 td{
  font-size: 110%;
}

.ta1 th {
  font-size: 100%;
}

#syousaiTable th {
  padding: 20px 0 0;
  border: none;
  font-size: 200%;

}

#syousaiTable td {
  padding: 20px 20px;
  border: none;
  font-size: 200%;
}




/*box1とbox2
---------------------------------------------------------------------------*/
/*h4(見出し)タグ*/
.box1 h4,.box2 h4 {
	font-size: 16px;	/*文字サイズ*/
}

/*その他
---------------------------------------------------------------------------*/
.ws,.wl {width: 94%;}
img.fr,figure.fr,img.fl,figure.fl {float: none;margin: 0;width: 100%;}
.fr, .fl {float: none;}
.w30p, .w65p {width: auto;}
.big1 {font-size: 18px;letter-spacing: normal;}

}
