@charset "UTF-8";



img{
border:none;
max-width: 100%;
height: auto;
width /***/:auto;
margin:0;
padding:0;
vertical-align:bottom;
}

html {
height:100%;
width: 100%;
overflow-y:scroll;
}


body {
margin:0;
padding:0;
height:auto !important; /*IE6対策*/
height: 100%; /*IE6対策*/
min-height:100%;
width: 100%;
-webkit-text-size-adjust: 100%;
-moz-text-size-adjust: 100%;
-ms-text-size-adjust: 100%;
text-size-adjust: 100%;
font-style: normal;
font-weight: 400;
font-size:100%;
color:#000000;
background:#0a60fe;
}


body,td,th {
font-family: "游ゴシック",YuGothic,"メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック","MS PGothic",sans-serif;

}
@media all and (-ms-high-contrast:none) {
body,td,th {
font-family: "メイリオ",Meiryo,"游ゴシック",YuGothic,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック","MS PGothic",sans-serif;
color:#000000;
}
}

section {
position:relative;
width: 100%;
height:auto !important; /*IE6対策*/
height: 100%; /*IE6対策*/
min-height: 100%;
margin:0;
padding:0;
overflow:hidden;
z-index:11;
}




/*ローディング ロード load
-------------------------------------------------*/

#load {
/*fixedで全面に固定*/
position: fixed;
width: 100%;
height: 100%;
height: 100dvh;
z-index: 99999;
background:url("../images/loading_back_summer2025.webp")no-repeat;
background-size:100% 100%;
background-position:top center;
}


/* Loading画像中央配置　*/
#loadlogo {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
margin: auto;
width:250px;
height:101px;
display:block;
z-index: 999999;
}

/* Loading アイコンの大きさ設定　*/
#loadlogo p img {
width:250px;
height:101px;
vertical-align:bottom;
}

.loading {
position: absolute;
top: 0;
left: 0;
margin: auto;
width:250px;
height:101px;
transform-origin:center;
display:block;
}



/*トップナビ
-------------------------------------------------*/

.toplink {
z-index:998;
position:relative;
width:100%;
height:40px;
display: flex;
background:#ffffff;
flex-wrap: wrap;
justify-content: space-between;
}

.toplinkin {
position:relative;
z-index:999;
width:33.333%;
height:40px;
display: flex;
align-items: center;
justify-content: center;
}

.toplinkin a {
width:100%;
display: flex;
align-items: center;
justify-content: center;
height:40px;
font-size:min(2.3vw,15px);
color:#000000;
font-weight:500;
}
.toplinkin a img {
display: flex;
align-items: center;
justify-content: center;
width:20px;
height:20px;
margin-right:7px;
}

.toplinkin a:hover {
transform: scale(1.04, 1.04);
}




.toplink_border {
border-right:1px solid #000000;
box-sizing:border-box;
}




div {
margin:0;
padding:0;
}

.slow * {
-webkit-transition: 0.5s;
-moz-transition: 0.5s;
-ms-transition: 0.5s;
-o-transition: 0.5s;
transition: 0.5s;
}

*{
margin: 0;
padding: 0;
}

/* リンク文字設定
-------------------------------------------------------------*/
img {
border:none;
max-width: 100%;
height: auto;
margin:0;
padding:0;
}

a img {
border:none;
}

a:link { 
text-decoration: none;
}

a:visited { 
text-decoration: none;
}

a:hover { 
text-decoration: none;
}
a:active { 
text-decoration: none;
}



.wrapper {
position:relative;
width: 100%;
height:auto !important; /*IE6対策*/
height: 100%; /*IE6対策*/
min-height: 100%;
margin:0;
padding:0;
overflow:hidden;
z-index:11;
}
.footer_top {
position:relative;
width:100%;
z-index:10;
}
.footer_top p img {
width:100%;
vertical-align:bottom;
}

.footer {
position:relative;
z-index:10;
width:100%;
background:#ffffff;
overflow:hidden;
vertical-align:bottom;
font-weight:300;
}




.indent03 {
text-indent: -0.3em;
}

.indent05 {
text-indent: -0.5em;
}

.indent1 {
text-indent: -1em;
}







#page-top a:link { 
text-decoration: none;
}


#page-top {
display:block;
width:80px;
height:80px;
z-index: 99;
position: fixed;
right:20px;
padding:0;
margin:0;
}
#page-top a {
position:absolute;
bottom:10px;
display:block;
vertical-align: bottom;
width:80px;
height:80px;
padding:0;
}
#page-top a:hover {
filter: drop-shadow(0px 8px 4px rgba(0,0,0,0.2));
}



.title {
position:relative;
padding:0;
width:100;
margin:0;
display:block;
z-index:1;
}

.titleback {
z-index:1;
position:relative;
padding:0;
width:100%;
height:100%;
margin:0 auto 0 auto;
display:block;
}
.titleback p{
width:100%;
}

.titleback p img {
width:100%;
}




.titleparts{
position:relative;
width:100%;
z-index:10;
bottom:0;
margin:0 auto 0 auto;
padding:0;
display:block;
}

.titleparts p{
position:absolute;
width:100%;
bottom:0;
margin:0;
padding:0;
display:block;
}

.titleparts p img{
width:100%;
margin:0;
padding:0;
vertical-align:top;
}






.tabpull {
z-index: 999; /*ヘッダーバー部分の重なり順*/
position:absolute;
top:0;
display:none;
padding:0;
width:100%;
margin:0 auto;
opacity:0;
filter: alpha(opacity=0);
-ms-filter: "alpha(opacity=0)";
}
.tabpull ul{
padding:0;
width:94%;
max-width:960px;
margin:0 auto;
display: flex;
justify-content:space-between;
}
.tabpull ul li{
position:relative;
display: flex;
align-items: center;
justify-content: center;
width:32%;
height:45px;
box-sizing: border-box;
cursor: pointer;
border-radius: 0 0 15px 15px;
overflow:hidden;
background:#ffffff;
filter: drop-shadow(0px 10px 3px rgba(0,0,0,0.2));
padding:5px 0 5px 0;
border-left:3px solid #009fe6;
border-bottom:3px solid #009fe6;
border-right:3px solid #009fe6;
}


.tabpull ul li a img {
width:94%;
max-width:240px;
display:block;
margin:0 auto;
}

.tabpull ul li:hover {
height:55px;
padding:15px 0 5px 0;
}

.fixed{
position: fixed;
top: 0;
left: 0;
display:block;
opacity:1;
filter: alpha(opacity=100);
-ms-filter: "alpha(opacity=100)";
}



.kakushi {
position: absolute;
bottom:-40px;
left:0;
right:0;
width:50%;
margin:auto;
height:40px;
box-sizing:border-box;
background:#fa0000;
color:#ffffff;
font-size:min(2vw,14px);
text-align:center;
vertical-align:middle;
display:flex;
align-items: center;
justify-content: center;
}


.nose {
position: absolute;
background:#fa0000;
top: 50%;
left: 50%;
transform: translateY(-50%) translateX(-50%);
color:#ffffff;
font-size:min(2vw,12px);
text-align:center;
padding:8px 10px;
}

/*----------動画設定--------*/
.video-container {
position: relative;
width:100%;
margin:0;
padding-top: 56.25%;
height: 0;
overflow: hidden;
}
.videotop {
width:100%;
padding:0;
}
.video-container iframe {
position: absolute;
top: 0;
margin:0 auto;
width:100%;
height: 100%;
}
.video-wrapper {
width:100%;
max-width: 100%;
display:block;
margin:0 auto;
}

.video_copy {
position: relative;
width:84%;
max-width:440px;
margin:0 auto;
margin-bottom:15px;
}
.video_copy img{
width:100%;
vertical-align: bottom;
}




/*PC & Tablet
---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media print, screen and (min-width: 768px) {

.pc {
display:block;
}
.sp {
display:none;
}

#container {
position:relative;
width: 100%;
height:auto !important;
height: 100%;
min-height: 100%;
margin:0;
padding:0;
backface-visibility: hidden;
overflow: hidden;
z-index:0;
font-size:100%;
display: none;
font-family: "Zen Maru Gothic", serif;
font-weight: 400;
font-style: normal;
line-height:1.5;
background:url("../images/waterback_summer2025.webp") repeat-y;
background-size:100% auto;
}


.menu {
position:absolute;
z-index:11;
bottom:8%;
left:0;
right:0;
width:55%;
max-width:740px;
margin:0 auto;
display:block;
padding:0;
}

.menu ul {
display: flex;
flex-wrap:wrap;
justify-content:space-between;
list-style: none;
}

.menu ul li {
width:32%;
list-style: none;
}

.menu ul li a{
position: relative;
width:100%;
display:block;
margin:0;
background: #ffffff;
border-radius: 15px;
padding:15px 10px;
box-sizing:border-box;
filter: drop-shadow(0px 10px 3px rgba(0,0,0,0.2));
}

.menu ul li a:before {
content: "";
position: absolute;
top: 99%;
left: 50%;
margin-left: -12px;
border: 12px solid transparent;
border-top: 12px solid #ffffff;
}

.menu ul li a img{
width:100%;
vertical-align:bottom;
}

.menu ul li a:hover {
transform: scale(1.04, 1.04);
display:block;
margin:0 auto;
}

h2 {
position:relative;
z-index:99;
width:50%;
max-width:540px;
margin:0 auto 0 auto;
display:block;
}
.h2_copy {
width:90%;
max-width:640px;
margin:0 auto;
color:#ffffff;
text-align:center;
font-size:min(2vw,18px);
font-weight:500;
margin-top:20px;
margin-bottom:40px;
}

.h2_copy_000 {
width:90%;
max-width:640px;
margin:0 auto;
color:#000000;
text-align:center;
font-size:min(2vw,18px);
font-weight:500;
margin-top:20px;
margin-bottom:30px;
}

.familyback {
position:relative;
top:0;
left:0;
right:0;
margin:auto;
background: url("../images/h2_summer2025_familyback.webp") no-repeat;
background-position: top center;
background-size:100% auto;
}



.main {
position:relative;
width: 100%;
height:auto !important; /*IE6対策*/
height: 100%; /*IE6対策*/
min-height: 100%;
margin:0 auto;
padding:0;
}

.mainin {
z-index:11; /*ヘッダーバー部分の重なり順*/
position:relative;
width: 94%;
max-width:1280px;
height:auto !important;
height: 100%;
min-height: 100%;
margin:0 auto;
}

.waku_flex {
position: relative;
width:100%;
height:auto !important;
height: 100%;
min-height: 100%;
margin:0;
padding:0;
display:flex;
flex-wrap: wrap;
justify-content:space-between;
align-items: flex-start;
box-sizing:border-box;
}
.waku_flex::after{
content:"";
display: block;
width:24%;
}

.waku {
position: relative;
z-index:15;
width:24%;
background:#ffffff;
border-radius: 20px;
padding:2%;
box-sizing:border-box;
margin:0 0 3% 0;
display:block;
filter: drop-shadow(7px 7px 3px rgba(0,0,0,0.2));
}

.waku_space {
position: relative;
z-index:15;
width:24%;
padding:2%;
box-sizing:border-box;
margin:0 0 3% 0;
display:block;
}

.waku_no_flex {
position: relative;
width:100%;
height:auto !important;
height: 100%;
min-height: 100%;
margin:0;
padding:0;
display:flex;
flex-wrap: wrap;
justify-content:space-between;
align-items: flex-start;
box-sizing:border-box;
}
.waku_no_flex::after{
content:"";
display: block;
width:47.333%;
}

.waku_no {
position: relative;
z-index:15;
width:22%;
box-sizing:border-box;
margin:0 0 5% 0;
display:block;
}

.waku_no_half {
position: relative;
z-index:15;
width:48%;
box-sizing:border-box;
margin:0 0 5% 0;
display:block;
}

.waku_family{
position: relative;
z-index:15;
width: 100%;
max-width:1280px;
border-radius: 20px;
background:#ffeec8;
display:block;
padding:50px 3% 0px 3%;
margin:0 auto;
box-sizing:border-box;
filter: drop-shadow(7px 7px 3px rgba(0,0,0,0.2));
}

.chara_waku {
position:relative;
width:80%;
max-width:640px;
margin:0 auto;
display:block;
}

.chara_copy {
width:86%;
max-width:740px;
margin:0 auto 20px auto;
display:block;
}

.chara_banner {
position:relative;
width:100%;
max-width:640px;
margin:0 auto;
display:block;
}

.waku_movie {
position: relative;
z-index:15;
width: 49%;
border-radius: 20px;
background:#ffeec8;
display:block;
padding:3% 2%;
margin:0;
box-sizing:border-box;
filter: drop-shadow(7px 7px 3px rgba(0,0,0,0.2));
}

.waku_movie_center {
position: relative;
z-index:15;
width: 49%;
border-radius: 20px;
background:#ffeec8;
display:block;
padding:3% 2%;
margin:0 auto;
box-sizing:border-box;
filter: drop-shadow(7px 7px 3px rgba(0,0,0,0.2));
}

.waku_movie_in {
position: relative;
display:block;
padding:0 20%;
margin:0 auto 0 auto;
box-sizing:border-box;
z-index:2;
}

.waku_movie_in_left {
position: absolute;
top: 50%;
left: 2%;
transform: translateY(-50%);
width:20%;
z-index:1;
margin-top:5%;
}

.waku_movie_in_right {
position: absolute;
top: 50%;
right: 2%;
transform: translateY(-50%);
width:20%;
z-index:1;
margin-top:5%;
}

.waku_baby {
position: relative;
z-index:15;
width: 49%;
border-radius: 20px;
background:#ffd9f6;
display:block;
padding:3%;
margin:0;
box-sizing:border-box;
filter: drop-shadow(7px 7px 3px rgba(0,0,0,0.2));
}

.waku_chiikawa {
position: relative;
z-index:15;
width: 60%;
max-width:640px;
border-radius: 20px;
background:#ffeec8;
display:block;
padding:3%;
margin:20px auto 30px auto;
box-sizing:border-box;
filter: drop-shadow(7px 7px 3px rgba(0,0,0,0.2));
}

.waku_charamori {
position: relative;
z-index:15;
width: 60%;
max-width:640px;
display:block;
padding:3%;
margin:0 auto 0 auto;
box-sizing:border-box;
}

.waku_charamori_shadow {
filter: drop-shadow(7px 7px 3px rgba(0,0,0,0.2));
}

.baby_title {
position:relative;
z-index:99;
width:70%;
max-width:400px;
margin:auto;
display:block;
}

.baby_copy {
width:90%;
max-width:640px;
margin:0 auto;
color:#000000;
text-align:left;
font-size:min(1.3vw,18px);
font-weight:500;
margin-top:10px;
margin-bottom:20px;
}
.baby_flex {
position: relative;
width:90%;
max-width:640px;
margin:0 auto 20px auto;
padding:0;
display:flex;
flex-wrap: wrap;
justify-content:space-between;
align-items: flex-start;
box-sizing:border-box;
}

.baby_waku {
position: relative;
z-index:15;
width:48%;
box-sizing:border-box;
display:block;
}

.baby_info a{
position:relative;
z-index:9;
width:90%;
max-width:640px;
margin:15px auto 0 auto;
display:block;
color:#000000;
text-align:center;
background:#ff6bcf;
font-weight:700;
font-size:min(2.5vw,16px);
line-height:1em;
padding:10px 10px 12px 10px;
box-sizing:border-box;
border-radius: 50px;
filter: drop-shadow(0px 6px 0px rgba(0,0,0,0.12));
}

.baby_info a:after {
position:absolute;
right:15px;
top:0;
bottom:0;
margin:auto;
content: " ";
display: inline-block;
vertical-align: middle;
color: #000000;
line-height: 1;
width: 7px;
height: 7px;
border: 2px solid #000000;
border-left: 0;
border-bottom: 0;
box-sizing: border-box;
transform: translateX(-25%) rotate(45deg);
}
.baby_info a:hover {
transform: scale(1.04, 1.04);
display:block;
filter: drop-shadow(0px 0px 0px rgba(0,0,0,0));
}

.copy {
font-size:min(1.2vw,14px);
font-weight:400;
margin-bottom:10px;
}

.event {
font-size:min(1.3vw,18px);
font-weight:700;
line-height:1.4;
}

.photo {
position: relative;
width:100%;
margin:0 auto;
margin-bottom:15px;
}
.photo img{
width:100%;
vertical-align: bottom;
}




.photoall {
position: relative;
width:100%;
margin:0 auto;
}

.photoall_gwfair {
position: relative;
width:100%;
margin:0 auto;
}

.phototate {
position: relative;
width:70%;
margin:0 auto;
margin-bottom:20px;
}

.phototate img{
width:100%;
vertical-align: bottom;
}

.photoshikaku {
position: relative;
width:80%;
margin:0 auto;
margin-bottom:20px;
}
.photoshikaku img{
width:100%;
vertical-align: bottom;
}



.ccc {
border:1px solid #cccccc;
box-sizing:border-box;
}

.day {
font-size:min(1.3vw,16px);
font-weight:700;
margin:5px 0;
padding-top:7px;
padding-bottom:7px;
line-height:130%;
border-top:1px dotted #666666;
border-bottom:1px dotted #666666;
}

.place {
font-size:min(1.2vw,14px);
font-weight:500;
text-indent:-0.7em;
line-height:1.5;
}



.moreinfo a{
position:relative;
z-index:99;
width:100%;
margin:15px auto 0 auto;
display:block;
color:#000000;
text-align:center;
background:#ffad01;
font-weight:700;
font-size:min(1.2vw,16px);
line-height:1em;
padding:10px 10px 10px 10px;
box-sizing:border-box;
border-radius: 50px;
filter: drop-shadow(0px 6px 0px rgba(0,0,0,0.12));
}

.moreinfo a:after {
position:absolute;
right:15px;
top:0;
bottom:0;
margin:auto;
content: " ";
display: inline-block;
vertical-align: middle;
color: #000000;
line-height: 1;
width: 7px;
height: 7px;
border: 2px solid #000000;
border-left: 0;
border-bottom: 0;
box-sizing: border-box;
transform: translateX(-25%) rotate(45deg);
}
.moreinfo a:hover {
transform: scale(1.04, 1.04);
display:block;
filter: drop-shadow(0px 0px 0px rgba(0,0,0,0));
}

.ticketinfo a{
position:relative;
z-index:9;
width:100%;
margin:15px auto 0 auto;
display:block;
color:#000000;
text-align:center;
background:#00d8ff;
font-weight:700;
font-size:min(1.2vw,16px);
line-height:1em;
padding:10px 10px 10px 10px;
box-sizing:border-box;
border-radius: 50px;
filter: drop-shadow(0px 6px 0px rgba(0,0,0,0.12));
}

.ticketinfo a:after {
position:absolute;
right:15px;
top:0;
bottom:0;
margin:auto;
content: " ";
display: inline-block;
vertical-align: middle;
color: #000000;
line-height: 1;
width: 7px;
height: 7px;
border: 2px solid #000000;
border-left: 0;
border-bottom: 0;
box-sizing: border-box;
transform: translateX(-25%) rotate(45deg);
}
.ticketinfo a:hover {
transform: scale(1.04, 1.04);
display:block;
filter: drop-shadow(0px 0px 0px rgba(0,0,0,0));
}

.moremore_flex {
position:relative;
width:90%;
max-width:960px;
margin:0 auto;
display:flex;
justify-content: space-between;
z-index:5;
}

.moremore {
position:relative;
width:48%;
max-width:540px;
display:block;
margin:0;
}

.moremore_link a{
position:absolute;
bottom:17%;
left:0;
right:0;
z-index:9;
width:50%;
margin:auto;
display:block;
color:#000000;
text-align:center;
background:#FFF000;
font-weight:700;
font-size:min(1.2vw,16px);
line-height:1em;
padding:10px 10px 10px 10px;
box-sizing:border-box;
border-radius: 50px;
filter: drop-shadow(0px 6px 0px rgba(0,0,0,0.12));
}

.moremore_link a:after {
position:absolute;
right:15px;
top:0;
bottom:0;
margin:auto;
content: " ";
display: inline-block;
vertical-align: middle;
color: #000000;
line-height: 1;
width: 7px;
height: 7px;
border: 2px solid #000000;
border-left: 0;
border-bottom: 0;
box-sizing: border-box;
transform: translateX(-25%) rotate(45deg);
}
.moremore_link a:hover {
transform: scale(1.04, 1.04);
display:block;
filter: drop-shadow(0px 0px 0px rgba(0,0,0,0));
}


.moremore_banner_flex {
position:absolute;
bottom:7%;
left:0;
right:0;
width:94%;
margin:auto;
display:flex;
justify-content: space-between;
}

.moremore_banner {
width:48%;
display:block;
filter: drop-shadow(6px 6px 2px rgba(0,0,0,0.12));

}
.moremore_banner a img {
width:100%;
border:2px solid #ffffff;
border-radius: 10px;
}


.end {
position:relative;
z-index:9;
width:100%;
margin:15px auto 0 auto;
display:block;
color:#ffffff;
text-align:center;
background:#bbbbbb;
font-weight:700;
font-size:min(1.2vw,16px);
line-height:1em;
padding:10px 10px 12px 10px;
box-sizing:border-box;
border-radius: 50px;
}


.maruc {
font-size:min(0.9vw,11px);
font-weight:300;
margin-top:5px;
}

.logo {
position:relative;
width:50%;
max-width:280px;
display:block;
margin:0 auto;	
padding:0;
}
.access {
text-align:center;
color:#000;
font-size:16px;
font-weight:700;
}

#copyright {
position:relative;
top:0;
width:80%;
max-width:760px;
display:block;
height:auto !important; /*IE6対策*/
height: 100%; /*IE6対策*/
min-height: 100%;
margin:0 auto;
padding-bottom:3%;
}

.shisetsu {
width:80%;
max-width:740px;
margin:0 auto;
display: flex;
flex-wrap: wrap;
justify-content:center;
}

.shisetsuin {
width:25%;
display:block;
}

.shisetsuin p a img {
width:96%;
display:block;
margin:0 auto;
vertical-align:bottom;
}

.shisetsuin p:hover {
transform: scale(1.06, 1.06);
}

.bannertopbig {
width:80%;
max-width:440px;
margin:0 auto;
display:block;
}
.bannertopbig img {
width:100%;
border:1px solid #cccccc;
box-sizing:border-box;
vertical-align: bottom;
}

.bannertopbig img:hover {
transform: scale(1.03, 1.03);
}

.bannertop {
width:100%;
max-width:640px;
margin:0 auto;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}

.banner {
width:32%;
padding:0;
display:block;
}
.banner p a img {
width:100%;
vertical-align:bottom;
box-sizing: border-box;
background:#FFF;
}

.banner p a img:hover {
transform: scale(1.03, 1.03);
}


}


















































/*SP
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media only screen and (max-width: 767px) {


.pc {
display:none;
}
.sp {
display:block;
}

#container {
position:relative;
width: 100%;
height:auto !important;
height: 100%;
min-height: 100%;
margin:0;
padding:0;
backface-visibility: hidden;
overflow: hidden;
z-index:0;
font-size:100%;
display: none;
font-family: "Zen Maru Gothic", serif;
font-weight: 400;
font-style: normal;
line-height:1.5;
background:url("../images/waterback_summer2025_sp.webp") repeat-y;
background-size:100% auto;
}



.menu {
position:absolute;
z-index:11;
bottom:1.5%;
left:0;
right:0;
width:82%;
max-width:640px;
margin:0 auto;
display:block;
padding:0;
}

.menu ul {
display: flex;
flex-wrap:wrap;
justify-content:space-between;
list-style: none;
}

.menu ul li {
width:31%;
list-style: none;
}

.menu ul li a{
position: relative;
width:100%;
display:block;
margin:0;
background: #ffffff;
border-radius: 15px;
padding:13px;
box-sizing:border-box;
filter: drop-shadow(0px 10px 3px rgba(0,0,0,0.2));
}

.menu ul li a:before {
content: "";
position: absolute;
top: 99%;
left: 50%;
margin-left: -12px;
border: 12px solid transparent;
border-top: 12px solid #ffffff;
}

.menu ul li a img{
width:90%;
max-width:100px;
margin:0 auto;
display:block;
}

.menu ul li a:hover {
transform: scale(1.04, 1.04);
display:block;
margin:0 auto;
}

h2 {
position:relative;
z-index:99;
width:70%;
max-width:400px;
margin:0 auto 0 auto;
display:block;
}
.h2_copy {
width:90%;
max-width:640px;
margin:0 auto;
color:#ffffff;
text-align:center;
font-size:min(3vw,18px);
font-weight:500;
margin-top:20px;
margin-bottom:40px;
}

.h2_copy_000 {
width:90%;
max-width:640px;
margin:0 auto;
color:#000000;
text-align:center;
font-size:min(3vw,18px);
font-weight:500;
margin-top:20px;
margin-bottom:30px;
}

.familyback {
position:relative;
top:0;
left:0;
right:0;
margin:auto;
background: url("../images/h2_summer2025_familyback.webp") no-repeat;
background-position: top center;
background-size:100% auto;
}



.main {
position:relative;
width: 100%;
height:auto !important; /*IE6対策*/
height: 100%; /*IE6対策*/
min-height: 100%;
margin:0 auto;
padding:0;
}

.mainin {
z-index:11; /*ヘッダーバー部分の重なり順*/
position:relative;
width: 90%;
max-width:640px;
height:auto !important;
height: 100%;
min-height: 100%;
margin:0 auto;
}

.waku_flex {
position: relative;
width:100%;
height:auto !important;
height: 100%;
min-height: 100%;
margin:0;
padding:0;
display:flex;
flex-wrap: wrap;
justify-content:space-between;
align-items: flex-start;
box-sizing:border-box;
}
.waku_flex::after{
content:"";
display: block;
width:24%;
}

.waku {
position: relative;
z-index:15;
width:48%;
background:#ffffff;
border-radius: 20px;
padding:4%;
box-sizing:border-box;
margin:0 0 5% 0;
display:block;
filter: drop-shadow(7px 7px 3px rgba(0,0,0,0.2));
}

.waku_space {
display:none;
}

.waku_no_flex {
position: relative;
width:100%;
height:auto !important;
height: 100%;
min-height: 100%;
margin:0;
padding:0 4% 0 4%;
display:flex;
flex-wrap: wrap;
justify-content:space-between;
align-items:stretch;
box-sizing:border-box;
overflow: hidden;
z-index:16;
}


.waku_no {
position: relative;
z-index:17;
width:46%;
margin:0 0 35px 0;
display:block;
}


.waku_no_half {
position: relative;
z-index:17;
width:100%;
max-width:640px;
margin:1% auto 7% auto;
display:block;
}

.waku_family{
position: relative;
z-index:15;
width: 100%;
max-width:640px;
border-radius: 20px;
background:#ffeec8;
display:block;
padding:30px 0 0 0;
margin:0 auto;
box-sizing:border-box;
filter: drop-shadow(7px 7px 3px rgba(0,0,0,0.2));
overflow: hidden;
}

.chara_waku {
position:relative;
width:80%;
max-width:640px;
margin:0 auto;
display:block;
}

.chara_copy {
width:100%;
max-width:640px;
margin:0 auto 20px auto;
display:block;
}

.chara_banner {
position:relative;
width:100%;
max-width:640px;
margin:0 auto;
display:block;
}

.waku_movie {
position: relative;
z-index:15;
width: 100%;
max-width:640px;
border-radius: 20px;
background:#ffeec8;
display:block;
padding:7% 4.0% 7% 4.0%;
margin:0 auto 2% auto;
box-sizing:border-box;
filter: drop-shadow(7px 7px 3px rgba(0,0,0,0.2));
}


.waku_movie_center {
position: relative;
z-index:15;
width: 100%;
max-width:640px;
border-radius: 20px;
background:#ffeec8;
display:block;
padding:7% 4.0% 7% 4.0%;
margin:0 auto;
box-sizing:border-box;
filter: drop-shadow(7px 7px 3px rgba(0,0,0,0.2));
}

.waku_movie_in {
display:block;
padding:0 5%;
margin:0 auto 0 auto;
box-sizing:border-box;
}

.waku_movie_in_left {
display:none;
}

.waku_movie_in_right {
display:none;
}






.waku_baby {
position: relative;
z-index:15;
width: 100%;
max-width:640px;
border-radius: 20px;
background:#ffd9f6;
display:block;
padding:5% 0 5% 0;
margin:20px auto 0 auto;
box-sizing:border-box;
filter: drop-shadow(7px 7px 3px rgba(0,0,0,0.2));
}

.waku_chiikawa {
position: relative;
z-index:15;
width: 100%;
max-width:640px;
border-radius: 20px;
background:#ffeec8;
display:block;
padding:5% 5% 5% 5%;
margin:0 auto 5% auto;
box-sizing:border-box;
filter: drop-shadow(7px 7px 3px rgba(0,0,0,0.2));
}

.waku_charamori {
position: relative;
z-index:15;
width: 90%;
max-width:640px;
display:block;
padding:3%;
margin:0 auto;
box-sizing:border-box;
}

.waku_charamori_shadow {
filter: drop-shadow(7px 7px 3px rgba(0,0,0,0.2));
}

.baby_title {
position:relative;
z-index:99;
width:70%;
max-width:400px;
margin:auto;
display:block;
}

.baby_copy {
width:90%;
max-width:480px;
margin:0 auto;
color:#000000;
text-align:left;
font-size:min(2.7vw,18px);
font-weight:500;
margin-top:20px;
margin-bottom:20px;
}
.baby_flex {
position: relative;
width:90%;
max-width:480px;
margin:0 auto 20px auto;
padding:0;
display:flex;
flex-wrap: wrap;
justify-content:space-between;
align-items: flex-start;
box-sizing:border-box;
}

.baby_waku {
position: relative;
z-index:15;
width:48%;
box-sizing:border-box;
display:block;
}

.baby_info a{
position:relative;
z-index:9;
width:90%;
max-width:480px;
margin:15px auto 0 auto;
display:block;
color:#000000;
text-align:center;
background:#ff6bcf;
font-weight:700;
font-size:min(2.5vw,16px);
line-height:1em;
padding:10px 10px 12px 10px;
box-sizing:border-box;
border-radius: 50px;
filter: drop-shadow(0px 6px 0px rgba(0,0,0,0.12));
}

.baby_info a:after {
position:absolute;
right:15px;
top:0;
bottom:0;
margin:auto;
content: " ";
display: inline-block;
vertical-align: middle;
color: #000000;
line-height: 1;
width: 7px;
height: 7px;
border: 2px solid #000000;
border-left: 0;
border-bottom: 0;
box-sizing: border-box;
transform: translateX(-25%) rotate(45deg);
}
.baby_info a:hover {
transform: scale(1.04, 1.04);
display:block;
filter: drop-shadow(0px 0px 0px rgba(0,0,0,0));
}

.copy {
font-size:min(2.5vw,14px);
font-weight:400;
margin-bottom:10px;
}

.event {
font-size:min(2.6vw,16px);
font-weight:700;
line-height:1.4;
}

.photo {
position: relative;
width:100%;
margin:0 auto;
margin-bottom:15px;
}
.photo img{
width:100%;
vertical-align: bottom;
}

.photoall {
position: relative;
width:100%;
margin:0 auto;
}

.photoall_gwfair {
position: relative;
width:100%;
margin:0 auto;
}

.phototate {
position: relative;
width:70%;
margin:0 auto;
margin-bottom:20px;
}

.phototate img{
width:100%;
vertical-align: bottom;
}

.photoshikaku {
position: relative;
width:80%;
margin:0 auto;
margin-bottom:20px;
}
.photoshikaku img{
width:100%;
vertical-align: bottom;
}

.ccc {
border:1px solid #cccccc;
box-sizing:border-box;
}

.day {
font-size:min(2.7vw,15px);
font-weight:700;
margin:3px 0;
padding-top:3px;
padding-bottom:3px;
line-height:130%;
border-top:1px dotted #666666;
border-bottom:1px dotted #666666;
}

.place {
font-size:min(2.5vw,14px);
font-weight:500;
text-indent:-0.7em;
line-height:1.5;
}

.maruc {
font-size:min(2vw,11px);
font-weight:300;
margin-top:5px;
}
.moreinfo {
position:relative;
width:100%;
display:block;
z-index:999;
}
.moreinfo a{
position:relative;
z-index:9;
width:100%;
margin:15px auto 0 auto;
display:block;
color:#000000;
text-align:center;
background:#ffad01;
font-weight:700;
font-size:min(2.2vw,16px);
line-height:1em;
padding:10px 10px 10px 10px;
box-sizing:border-box;
border-radius: 50px;
filter: drop-shadow(0px 6px 0px rgba(0,0,0,0.12));
}

.moreinfo a:after {
position:absolute;
right:15px;
top:0;
bottom:0;
margin:auto;
content: " ";
display: inline-block;
vertical-align: middle;
color: #000000;
line-height: 1;
width: 7px;
height: 7px;
border: 2px solid #000000;
border-left: 0;
border-bottom: 0;
box-sizing: border-box;
transform: translateX(-25%) rotate(45deg);
}
.moreinfo a:hover {
transform: scale(1.04, 1.04);
display:block;
filter: drop-shadow(0px 0px 0px rgba(0,0,0,0));
}

.ticketinfo a{
position:relative;
z-index:9;
width:100%;
margin:15px auto 0 auto;
display:block;
color:#000000;
text-align:center;
background:#00d8ff;
font-weight:700;
font-size:min(2.2vw,16px);
line-height:1em;
padding:10px 10px 10px 10px;
box-sizing:border-box;
border-radius: 50px;
filter: drop-shadow(0px 6px 0px rgba(0,0,0,0.12));
}

.ticketinfo a:after {
position:absolute;
right:15px;
top:0;
bottom:0;
margin:auto;
content: " ";
display: inline-block;
vertical-align: middle;
color: #000000;
line-height: 1;
width: 7px;
height: 7px;
border: 2px solid #000000;
border-left: 0;
border-bottom: 0;
box-sizing: border-box;
transform: translateX(-25%) rotate(45deg);
}
.ticketinfo a:hover {
transform: scale(1.04, 1.04);
display:block;
filter: drop-shadow(0px 0px 0px rgba(0,0,0,0));
}

.moremore_flex {
position:relative;
width:90%;
max-width:640px;
margin:0 auto;
display:block;
z-index:5;
}

.moremore {
position:relative;
width:90%;
max-width:400px;
display:block;
margin:5% auto;
}

.moremore_link a{
position:absolute;
bottom:17%;
left:0;
right:0;
z-index:9;
width:50%;
margin:auto;
display:block;
color:#000000;
text-align:center;
background:#FFF000;
font-weight:700;
font-size:min(2.2vw,16px);
line-height:1em;
padding:10px 10px 10px 10px;
box-sizing:border-box;
border-radius: 50px;
filter: drop-shadow(0px 6px 0px rgba(0,0,0,0.12));
}

.moremore_link a:after {
position:absolute;
right:15px;
top:0;
bottom:0;
margin:auto;
content: " ";
display: inline-block;
vertical-align: middle;
color: #000000;
line-height: 1;
width: 7px;
height: 7px;
border: 2px solid #000000;
border-left: 0;
border-bottom: 0;
box-sizing: border-box;
transform: translateX(-25%) rotate(45deg);
}
.moremore_link a:hover {
transform: scale(1.04, 1.04);
display:block;
filter: drop-shadow(0px 0px 0px rgba(0,0,0,0));
}


.moremore_banner_flex {
position:absolute;
bottom:7%;
left:0;
right:0;
width:94%;
margin:auto;
display:flex;
justify-content: space-between;
}

.moremore_banner {
width:48%;
display:block;
filter: drop-shadow(6px 6px 2px rgba(0,0,0,0.12));

}
.moremore_banner a img {
width:100%;
border:2px solid #ffffff;
border-radius: 10px;
}


.end {
position:relative;
z-index:9;
width:100%;
margin:15px auto 0 auto;
display:block;
color:#ffffff;
text-align:center;
background:#bbbbbb;
font-weight:700;
font-size:min(2.2vw,16px);
line-height:1em;
padding:10px 10px 12px 10px;
box-sizing:border-box;
border-radius: 50px;
}


.logo {
position:relative;
width:60%;
max-width:280px;
display:block;
margin:0 auto;	
padding:0;
}
.access {
text-align:center;
color:#000;
font-size:16px;
font-weight:700;
}

#copyright {
position:relative;
top:0;
width:80%;
max-width:760px;
display:block;
height:auto !important; /*IE6対策*/
height: 100%; /*IE6対策*/
min-height: 100%;
margin:0 auto;
padding-bottom:3%;
font-size:90%;
}

.shisetsu {
width:90%;
max-width:640px;
margin:0 auto;
display: flex;
flex-wrap: wrap;
justify-content:center;
}

.shisetsuin {
width:25%;
display:block;
}

.shisetsuin p a img {
width:96%;
display:block;
margin:0 auto;
vertical-align:bottom;
}

.shisetsuin p:hover {
transform: scale(1.06, 1.06);
}

.bannertopbig {
width:80%;
max-width:440px;
margin:0 auto;
display:block;
}
.bannertopbig img {
width:100%;
border:1px solid #cccccc;
box-sizing:border-box;
vertical-align: bottom;
}

.bannertopbig img:hover {
transform: scale(1.03, 1.03);
}

.bannertop {
width:100%;
max-width:640px;
margin:0 auto;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}

.banner {
width:32%;
padding:0;
display:block;
}
.banner p a img {
width:100%;
vertical-align:bottom;
box-sizing: border-box;
background:#FFF;
}

.banner p a img:hover {
transform: scale(1.03, 1.03);
}
}










.att {
padding-left: 1em;
text-indent: -1em;
}




.clear {
clear:both;
}
.clearfix:after {
visibility: hidden;
display: block;
content: " ";
clear: both;
height: 0;
}
* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */

.alpha a:hover {
opacity: 0.8;
filter: alpha(opacity=80);
-ms-filter: "alpha(opacity=80)";
}

.alpha50 {
opacity: 0.7;
filter: alpha(opacity=70);
-ms-filter: "alpha(opacity=70)";
}

.animeslow {
-webkit-animation-duration: 0.2s;
animation-delay:0.2s;
}

.animeslow005 {
-webkit-animation-duration: 0.05s;
animation-delay:0.05s;
}



/*スペース調整その他
-------------------------------------------------------------*/
.space5px {
padding:5px 0 0 0;
margin:0;
display:block;
}

.space10px {
padding:10px 0 0 0;
margin:0;
display:block;
}

.space15px {
padding:15px 0 0 0;
margin:0;
display:block;
}

.space20px {
padding:20px 0 0 0;
margin:0;
display:block;
}


.space30px {
padding:30px 0 0 0;
margin:0;
display:block;
}

.space50px {
padding:50px 0 0 0;
margin:0;
display:block;
}

.space70px {
padding:70px 0 0 0;
margin:0;
display:block;
}
.space100px {
padding:100px 0 0 0;
margin:0;
display:block;
}








.font70 {
font-size:70%;
line-height:140%;
}

.font80 {
font-size:80%;
}

.font90 {
font-size:90%;
}

.font120 {
font-size:120%;
line-height:150%;
}

.font170 {
font-size:170%;
line-height:150%;
}
.font200 {
font-size:200%;
line-height:150%;
}

.font20 {
font-size:20px;
}

.medium {
font-weight:500;	
}

.bold {
font-weight:700;	
}


.titleslow1 {
-webkit-animation-duration: 0.2s;
animation-delay:0.2s;
}

.titleslow2 {
-webkit-animation-duration: 0.4s;
animation-delay:0.4s;
}

.titleslow3 {
-webkit-animation-duration: 0.6s;
animation-delay:0.6s;
}

.titleslow4 {
-webkit-animation-duration: 0.8s;
animation-delay:0.8s;
}

.titleslow5 {
-webkit-animation-duration:1.0s;
animation-delay:1.0s;
}

.titleslow6 {
-webkit-animation-duration: 1.2s;
animation-delay:1.2s;
}

.titleslow7 {
-webkit-animation-duration: 1.4s;
animation-delay:1.4s;
}

.titleslow8 {
-webkit-animation-duration: 1.6s;
animation-delay:1.6s;
}

.titleslow9 {
-webkit-animation-duration: 1.8s;
animation-delay:1.8s;
}

.titleslow10 {
-webkit-animation-duration: 2.0s;
animation-delay:2.0s;
}





.iv {
opacity: 0;
filter: alpha(opacity=0);
-ms-filter: "alpha(opacity=0)";
}
.hidden {
display:none;
}









@media print {
#page-top {
display:none;
}
body {
margin:0;
padding:0;
height: 100%;
width: 100%;
-webkit-text-size-adjust: 100%;
}
}

.hoverbig img:hover {
transform: scale(1.03, 1.03);
}


/* Safari */
_::-webkit-full-page-media, _:future, :root 
rt {
line-height:1em;
margin-bottom:-0.5em;
}

/* Firefox */
@-moz-document url-prefix() {
rt {
line-height:1em;
margin-bottom:-0.5em;
}
}


/*-----------サムネイルスライダー-------------*/
.photo_splide {
position: relative;
width:100%;
margin:0 auto;
}
.photo_splide img{
width:100%;
vertical-align: bottom;
}

.photo_splide_2 {
position: relative;
width:70%;
margin:0 auto;
}
.photo_splide_2 img{
width:100%;
vertical-align: bottom;
}
.splide__tate {
position: relative;
width:70%;
margin:0 auto;
}
.chusencol .splide__slide img {
opacity: .6;
}
.chusencol .splide__slide.is-active img {
opacity: 1;
}
.chusencol .splide__slide  {
justify-content: center;
background:#ffffff;
display:block;
}



#family,
#summer,
#character {
display: block;
padding-top:50px;
margin-top:-50px;
}



#family,
#mayonaka,
#ehon,
#mangetsu,
#kodomo,
#sokai,
#kyoryu,
#konchu,
#kids,
#kimetsu,
#urufes,
#pri,
#charares,
#oshiri,
#thomas,
#baby,
#summer,
#generations,
#soranatsu,
#summersale,
#glass,
#citycard,
#senritsu,
#hokkaido,
#hanabi,
#caramelbox,
#shinigami,
#anonatsu,
#character,
#kui,
#conan,
#taku,
#break,
#idolish,
#nier,
#usuta,
#dai,
#chiikawa {
display: block;
padding-top:50px;
margin-top:-50px;
}


