@charset "UTF-8";
/* CSS Document */
/*
Theme Name:iceage-original-theme
Version:1.0
*/

/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/

/*html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}*/
html {
    scroll-behavior: smooth;
}

.IA-body {
    margin-top:70px;
}
h1 {
    margin: 0;
}
p,h2,dd,dt,table,li {
    font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', '游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック体', YuGothic, 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}

.ic-inner {
     max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
}

.IA_top_mainvisual figure img {
    width:100%;
}
.IA_top_mainvisual figure.ia-mv-sp {
    display: none;
}

.Lead_catch figure {
    max-width: 480px;
    margin:80px auto;
}

.lead_text {
    margin-bottom: 50px;
}

.lead_text p {
    font-size: 1.2em;
    color: #333;
    line-height: 1.8em;
    margin-bottom: .75em;
}

.lead_chu p {
    font-size: 1em;
    color: #333;
    margin-left: 1em;
    text-indent: -1em;
}

.Top-Content {
    margin-top: -70px;
        margin-bottom: 120px;
    padding-top: 70px;
}

.Top-Content h2 {
    font-size: 2.4em;
    text-align: center;
    color:#26499d;
    margin-bottom: 60px;
}

.Top-Content h2::before {
    content:"";
    background-image: url("../../images/top/glacier1.svg");
    display: inline-block;
    width:60px;
    height: 82px;
    vertical-align: middle;
    background-repeat: no-repeat;
    margin-right: 30px;
}

.Top-Content h2::after {
    content:"";
    background-image: url("../../images/top/glacier3.svg");
    display: inline-block;
    width:78px;
    height: 82px;
    vertical-align: middle;
    background-repeat: no-repeat;
    margin-left: 30px;
}

.ic-movie-block {
    flex-basis: 45%;
  aspect-ratio: 16 / 9;
  height: auto;
}
.ic-movie-block iframe {
    width:100%;
    height: 100%;
}
.ic-movie-block video {
    width:100%;
}


.ic-outline-block {
    font-size: 1.12em;
}

.ic-outline-block dl {
    width: 100%;
    margin-top: -1px;
    margin-bottom: 30px;
    padding: 0px;
    border-top: 1px solid #a4c1d7;
    border-bottom: 1px solid #a4c1d7;
}
.ic-outline-block dt {
    color: #26499d;
    font-weight: 600;
    float: left;
    clear: both;
    width: 180px;
    border-top: 1px solid #a4c1d7;
    padding: 18px 50px 18px 0px;
    /*background-image: url(common/imgs/icn_colon.gif);*/
    background-repeat: no-repeat;
    background-position: right 30px;
}
.ic-outline-block dt:first-child {
    border-top:0px;
}
.ic-outline-block dd {
    margin-left: 180px;
    border-top: 1px solid #a4c1d7;
    padding: 18px 0px;
    overflow: auto;
    zoom: 1;
}
.ic-outline-block dt:first-child + dd {
    border-top: 0px;
}
.ic-ticket-block {
    width: 80%;
    margin: 0 auto;
}
.ticket-h3 {
    border-bottom: solid 3px #83ccd2;
    position: relative;
    display: inline-block;
    font-size: 1.6em;
    padding-right: 2em;
    padding-bottom: .25em;
    margin-bottom: 12px;
}
.ticket-h3:after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 3px #2a4073;
  bottom: -3px;
  width: 32%;
}
.ic-ticket-block {
    margin-bottom: 80px;
}
.ic-ticket-block table {
    text-align: center;
    margin-top:40px;
    width: 100%;
    border: none;
    box-sizing: border-box;
    border-collapse: collapse;
}
.ic-ticket-block table tr {
    border:1px solid #00a3af;
}
.ic-ticket-block table th {
    font-size: 1.5em;
    line-height: 1.2em;
    background-color: #daeff1;
    border-right: #00a3af;
    padding:12px 10px;
    height: 88px;
}
.ic-ticket-block table th span {
    display: inline-block;
    font-size: .7em;
    line-height: 1.4em;
    text-align: left;
    margin-top:1em;
    margin-left: 1em;
    text-indent: -1em;
    font-weight: normal;
}
.ic-ticket-block table td {
    width: 48%;
    font-size: 1.5em;
    padding:12px 10px;
    font-weight: 600;
    border-right: #00a3af;
}
.ticket-group {
    font-size: 1.25em;
    font-weight: 600;
    margin-bottom: .2em;
    margin-top:40px;
}
.ic-ticket-block table.ticket-table-group {
    margin-top: 0;
}
.table-bearbrick figure {
    margin-top:30px;
    padding:8px;
}
.ic-playguide-block {
    width: 70%;
    margin: 0 auto;
}
.ic-playguide-block ul {
    padding-left: 0;
    list-style-type: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}
.ic-playguide-block ul li {
    margin-bottom: 40px;
}
.ic-playguide-block ul li a {
    text-align: center;
    font-size: 1.25em;
    color: #fff;
    background-color: #1e50a2;
    text-decoration: none;
    display: inline-block;
    width: 250px;
    padding:24px 0;
    border-radius:40px;
    transition: .4s;
}
.ic-playguide-block ul li a:hover {
    background-color: #38a1db;
}

.gFooter {
    border-top:5px solid #003f7e;
    padding-top:40px;
}
.gFooter-x {
    width: 45px;
    margin: 40px auto 0 auto;
}
.gFooter_col-copy {
    text-align: center;
    margin-top:20px;
    margin-bottom: 40px;
}
.IA-top-wrapper {
    display: flex;
}
.IA-top-right img,.IA-top-left img {
    opacity: .5;
}
.header__logo {
    display: none;
}
.nav__list {
    list-style-type: none;
}
.nav__link {
    text-decoration: none;
    color:#fff;
}
.kenminkaikan-map {
    margin-bottom: 5%;
}
.kenminkaikan-map img {
    width: 480px;
}
#ticket h2{
    margin-bottom: 10px;
}
.ticket-chu {
    text-align: center;
    font-size: 1.2em;
    font-weight: 600;
    margin-bottom: 30px;
    text-indent: -1.4em;
}

/* HEADER - MENU */

header {
    display: block;
    z-index: 10;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 70px;
    background-color: #202f55;
}

/* ロゴ */
.header__logo {
    width: 100%;
    max-width: 120px;
    background: #c87c7c;
}
.header__logo a {
    display: block;
    width: 100%;
    height: auto;
    padding: 20px 40px;
    color: #fff;
}
.header__hamburger {
    z-index: 100;
    position: absolute;
    top: 0;
    right: 0;
    width: 70px;
    height: 100%;
}
.footer-logo-block{
    position: relative;
    display: block;
    box-sizing: border-box;
    width: 100%;
    max-width: 120px;
    margin: 0 auto;
}

.ic-movie-row {
    display: flex;
    justify-content: space-between;
}
.brick-br {
    display: block;
}

#page-top a {  
  position: fixed;
  right: 5%;
  bottom: 5%;
  color: #fff;
  padding: 2rem;
  border-radius: 50%;
  display: inline-block;
  text-decoration: none;
}
#page-top a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: inline-block;
  width: 70px;
  height: 70px;
  background-color: #333;
  border-radius: 50%;
  z-index: -1;
}



@media screen and (min-width:768px) {
    .header__hamburger {
        display: none;
    }
        .footer-logo-block {
        max-width: 190px;
    }
}

/* ナビゲーションメニュー */
.header__nav {
    display: flex;
    z-index: 10;
    position: absolute;
    top: 0;
    right: -100%;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    height: 100%;
    background: transparent;
    font-weight: 700;
    opacity: 0;
    transition: 0.6s;
    /*margin-top: 70px;*/
}
@media screen and (min-width:768px) {
    .header__nav {
        position: static;
        height: 100%;
        opacity: initial;
        align-items: flex-start;
        width: fit-content;
        justify-content: center;
        margin-top: 0;
    }
}
.header__inner {
    display: flex;
    align-items: center;
    justify-content: center;
    height: inherit;
    padding: 13px 20px;
}

.nav {
    padding-top: 70px;
    padding-bottom: 70px;
}
@media screen and (min-width:768px) {
    .nav {
        padding-top: 16px;
        padding-bottom: 16px;
        flex-basis: 50%;
    }
    .nav__inner {
        width:100%;
    }
}
.nav__list {
    display: block;
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
}
@media screen and (min-width:768px) {
    .nav__list {
        display: flex;
        padding-right: 0;
        padding-left: 0;
    }
}
.nav__item {
    position: relative;
    width: 100%;
}
.nav__link {
    /*color: #535353;*/
    display: block;
    width: 100%;
    height: 100%;
    padding: 20px;
    text-align: center;
}

/* ハンバーガーメニュー */
.hamburger {
   /*position: relative;
position: absolute;*/
    width: inherit;
    height: inherit;
    /*margin: 0;
    border: 1px solid #c87c7c;
    background-color: #202f55;
    cursor: pointer;
    border-color: rgba(0, 0, 0, 0);*/
}
/*.hamburger span {
    display: block;
    position: relative;
    left: 50%;
    width: 30px;
    height: 2px;
    transform: translateX(-50%);
    background: #fff;
    transition: all 0.4s;
}*/
.hamburger span:nth-of-type(1) {
    /*top: -10%;*/
    top:14px;
}
.hamburger span:nth-of-type(2) {
    top: 22px;
}
.hamburger span:nth-of-type(3) {
    /*top: 10%;*/
    top:30px;
}
/*.hamburger.is-active span:nth-of-type(1) {
    top: 0;
    transform: translateX(-50%) rotate(225deg);
}*/
.hamburger.is-active span:nth-of-type(2) {
    opacity: 0;
}
/*.hamburger.is-active span:nth-of-type(3) {
    top: -4px;
    transform: translateX(-50%) rotate(-225deg);
}*/

.hamburger.is-active span:nth-of-type(1) {
        top: 15px;
    left: 12px;
    transform: translateY(6px) rotate(-135deg);
    width: 46%;
}
.hamburger.is-active span:nth-of-type(3){
        top: 27px;
    left: 12px;
    transform: translateY(-6px) rotate(135deg);
    width: 46%;
}



.header__hamburger {
        position: fixed;
    z-index: 9999;
    top: 10px;
    right: 10px;
    width: 46px;
    height: 46px;
    cursor: pointer;
    background-color: #202f55;
}
.hamburger {
        transition: all 0.4s;
    background-color: rgba(0,0,0,0);
    border:none;
}
.hamburger span  {
    display: inline-block;
    transition: all 0.4s;
    position: absolute;
    left: 12px;
    height: 2px;
    border-radius: 2px;
    background: #fff;
    width: 45%;
}


/* ハンバーガーメニューが開いた時 */
.header__nav.is-active {
    position: fixed;
    top: 0;
    right: 0;
    background: #202f55;
    opacity: 1;
    transition: 1s;
}