@charset "UTF-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP&family=Noto+Serif+JP:wght@200..900&display=swap');

/* Reset */

ul,ol { list-style: none; }
img {
	border: 0;
}

* { margin:0; padding:0; border:0; }

html {margin:0;padding:0;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;}

body{
	line-height:1.6;
	text-align:left;
    font-family: 'Noto Sans JP", Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', メイリオ, Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
	margin:0px;
	padding:0px;
	color:#333;
	font-size:16px;
    font-weight: 300;
    font-style: normal;
    background-color: #fff;
}


a img {
	border:none;
}

a {
	color:#000;
	text-decoration:none;
}
a:hover {color:#675E5C;}

a.anchor{
    display: block;
    padding-top: 280px;
    margin-top: -280px;
}

.t8{font-size:8px;}
.t10{font-size:10px;}
.t11{font-size:11px;}
.t12{font-size:12px;}
.t14{font-size:14px;}
.t15{font-size:15px;}
.t16{font-size:16px;}
.t18{font-size:18px;}
.t20{font-size:20px;}
.t21{font-size:21px;}
.t24{font-size:24px;}
.t26{font-size:26px;}
.t28{font-size:28px;}
.t30{font-size:30px;}
.t32{font-size:32px;}
.t36{font-size:36px;}
.t40{font-size:40px;}
.t48{font-size:48px;}
.t55{font-size:55px;}


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

.clearboth { padding: 0; clear:both; }

.float-left{float:left;}
.float-right{float:right;}

.center{text-align: center;}

.nw{
	display: inline-block;
}


/*==========================================================*/

.wrap-hidden{
	overflow: hidden;
}

.container{
	margin:0 auto;
	max-width:1060px;
	padding: 0 20px;
}

@media screen and (min-width: 901px) {
	.sp{display:none;}
}

@media screen and (max-width: 900px) {
	.pc{display:none;}
}


@media screen and (min-width: 941px) {
	.sp2{display:none;}
}
@media screen and (max-width: 940px) {
	.pc2{display:none;}
}

p{
	text-align: justify;
	text-justify: inter-ideograph;
	margin: 8px 0px;
}

ruby {
ruby-align: distribute-space;
ruby-overhang: auto;
ruby-position: above;
}

.noto_serif{
    font-family:  "Noto Serif JP",  "ヒラギノ明朝 ProN W3", 'Times New Roman', "游明朝", YuMincho,  "Hiragino Mincho ProN", "メイリオ", Meiryo, serif;
}

/*==========================================================*/



/* ヘッダー＆ハンバーガー ---------------- */

.inner {
    margin: 0 auto;
}
.inner:after {
    content: "";
    clear: both;
    display: block;
}
 
/* header */

.header-logo{
	float: left;
	margin-right: 20px;
}

.header-logo img{
    width: 25px;
    margin-right: 10px;
    opacity: 0.7;
}

.header-logo img.logo-hpma{
    width: 210px;
    opacity: 1.0;
}

.header-title{
	font-size: 13px;
	float: left;
	color: #666;
	font-weight: bold;
	padding-top: 7px;
}

#top-head {
    top: -100px;
    position: absolute;
    width: calc(100% - 40px);
    margin: 100px auto 0;
    padding: 20px;
    line-height: 1;
    z-index: 999;
	font-size: 14px;
	background-color: #fff;
	height: 30px;
}
#top-head a,
#top-head {
    text-decoration: none;
}
#top-head .inner {
    position: relative;
}
#top-head .logo {
    float: left;
}
#global-nav ul {
    list-style: none;
    position: absolute;
    right: 0px;
    bottom: 0;
    font-size: 14px;
}
#global-nav ul li {
    float: left;
}
#global-nav ul li a {
    padding: 0 10px;
}
 
/* Fixed */
#top-head.fixed {
    margin-top: 0;
    top: 0;
    position: fixed;
    padding-top: 10px;
    height: 30px;
    background: #f4efe7;
    background: rgba(255,255,255,0.90);
    transition: top 0.65s ease-in;
    -webkit-transition: top 0.65s ease-in;
    -moz-transition: top 0.65s ease-in;
}
#top-head.fixed .logo{
  
}
#top-head.fixed #global-nav ul li a {
    color: #333;
    padding: 0 10px;
}
 
/* Toggle Button */
#nav-toggle {
    display: none;
    position: absolute;
    right: 12px;
    top: 14px;
    width: 34px;
    height: 36px;
    cursor: pointer;
    z-index: 101;
}
#nav-toggle div {
    position: relative;
}
#nav-toggle span {
    display: block;
    position: absolute;
    height: 4px;
    width: 100%;
    background: #666;
    left: 0;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
}
#nav-toggle span:nth-child(1) {
    top: 0;
}
#nav-toggle span:nth-child(2) {
    top: 11px;
}
#nav-toggle span:nth-child(3) {
    top: 22px;
}

@media screen and (max-width: 900px) {
	.header-title{padding-top: 0px;font-size: 12px;}
    .header-logo img{
    width: 22px;
    margin-right: 6px;
}
    .header-logo img.logo-hpma{
    width: 190px;
}
    #top-head,
    .inner {
        width: 100%;
        padding: 0;
    }
    #top-head {
        top: 0;
        position: fixed;
        margin-top: 0;
        height: 0px;
    }
    /* Fixed reset */
    #top-head.fixed {
        padding-top: 0;
        background: transparent;
    }
    #mobile-head {
        background: rgba(255,255,255,0.90);
        width: 100%;
        height: 56px;
        z-index: 999;
        position: relative;
    }
    #top-head.fixed .logo,
    #top-head .logo {
        position: absolute;
        left: 13px;
        top: 13px;
        color: #333;
        font-size: 26px;
    }
    #global-nav {
        position: absolute;
        /* 開いてないときは画面外に配置 */
        top: -500px;
        background: #333;
        width: 100%;
        text-align: center;
        padding: 10px 0;
        -webkit-transition: .5s ease-in-out;
        -moz-transition: .5s ease-in-out;
        transition: .5s ease-in-out;
    }
    #global-nav ul {
        list-style: none;
        position: static;
        right: 0;
        bottom: 0;
        font-size: 14px;
    }
    #global-nav ul li {
        float: none;
        position: static;
    }
    #top-head #global-nav ul li a,
    #top-head.fixed #global-nav ul li a {
        width: 100%;
        display: block;
        color: #fff;
        padding: 18px 0;
    }
    #nav-toggle {
        display: block;
    }
    /* #nav-toggle 切り替えアニメーション */
    .open #nav-toggle span:nth-child(1) {
        top: 11px;
        -webkit-transform: rotate(315deg);
        -moz-transform: rotate(315deg);
        transform: rotate(315deg);
    }
    .open #nav-toggle span:nth-child(2) {
        width: 0;
        left: 50%;
    }
    .open #nav-toggle span:nth-child(3) {
        top: 11px;
        -webkit-transform: rotate(-315deg);
        -moz-transform: rotate(-315deg);
        transform: rotate(-315deg);
    }
    /* #global-nav スライドアニメーション */
    .open #global-nav {
        /* #global-nav top + #mobile-head height */
        -moz-transform: translateY(556px);
        -webkit-transform: translateY(556px);
        transform: translateY(556px);
    }
}

/* end ハンバーガーメニュー */




/* ▼#top ========================================*/

#top .title-waku{
    background: #0f020b;
    margin: 0px auto 50px auto;
    text-align: center;
    padding: 75px 0 0 0;
    line-height: 1;
}

#top .title-waku img.title{
    width: 100%;
    max-width: 1300px;
}

#top .lead-txt{
    line-height: 1.8;
    margin: 0px auto;
    max-width: 1100px;
    padding: 0 20px;
}

@media screen and (min-width: 941px) {
    #top .title-logo{}
    #top .lead-txt{font-size: 18px; color: #333;}
}


#top .kaiki{
	font-size: 18px;
	margin: 0px 0 0 0;
    padding: 40px 0 70px 0;
}

#top .kaiki .tit{
    font-size: 32px;
    margin: 80px 0 0px 10px;
    text-align: center;
}

#top .kaiki .tit-eng{
    font-size: 18px;
    margin: 0px 0 60px 0px;
    text-align: center;
}


#top .kaiki h2{
    color:#e62310;
    font-weight: normal;
    
    font-size: 17px;
    padding: 4px 0px;
    margin: 4px 0 0 0px;
    font-family:  "Noto Serif JP",  "ヒラギノ明朝 ProN W3", 'Times New Roman', "游明朝", YuMincho,  "Hiragino Mincho ProN", "メイリオ", Meiryo, serif;
}

#top .kaiki .left th{
	vertical-align: top;
	font-weight: normal;
	white-space: nowrap;
    
}

#top .kaiki .c-gray{
    color: #CBCBCB;
}

#top .kaiki .left{padding: 0 10px 24px 0; line-height: 1.4;}
#top .kaiki .right{padding: 0 10px 24px 0;}



@media screen and (min-width: 981px) {
#top .kaiki .left{
	width:460px;
	font-size: 18px;
	float: left;
	padding-left: 10px;
}

#top .kaiki .right{
	width:450px;
	float: right;
}
}

@media screen and (max-width: 980px) {
	#top .kaiki .left, #top .kaiki .right{float: none;padding-left: 10px;}
}


table.shusai{
	font-size: 14px;
	line-height: 1.3;
	border-spacing: 6px;
}

table.shusai th{
	white-space: nowrap;
	vertical-align: top;
	padding-right:6px;
	font-weight: normal;
	text-align: right;
}

table.fee{
	width: 100%;
	max-width:440px;
	text-align:center;
	border-collapse: collapse;
	line-height:1.3;
	margin: 6px 0 14px 0;
    font-size: 16px;
}

table.fee th, table.fee td{
	border: 1px solid #C3C3C3;
	padding: 6px 4px;
	font-weight:normal;
    line-height: 1.2;
}

table.fee td{
	background-color:#fff;
}

table.fee th{
	background-color:#666;
    color: #fff;
    
}

.itemize{
	text-indent:-1.2em;
	margin:6px 8px 0px 18px;
	font-size:15px;
	line-height:1.3;
	text-align:left;
}

#top .muryo{
    font-size: 15px;
}

#top .muryo strong{
    font-weight: 600;
}

#top .free_table th{
    vertical-align: top;
}

#top .map_aria{
    padding: 60px 0 120px 0;
}

.map-wrap{
	float: left;
	width: 50%;
	text-align: center;
    margin-bottom: 30px;
}

table.map{
	font-size:0;
	margin: 50px auto 20px auto;
}

.floor-num{
	font-size: 26px;
	padding: 0 10px 0 0px;
	line-height:1;
	text-align: left;
    font-family:  "Noto Serif JP",  "ヒラギノ明朝 ProN W3", 'Times New Roman', "游明朝", YuMincho,  "Hiragino Mincho ProN", "メイリオ", Meiryo, serif;
}


#top .map_aria .txt{
    margin: 16px 0 0px 0;
}

.room{
    font-size: 14px;
    color: #666;
}

#top .map_aria .map-f3{
    width: 290px;
    height: 330px;
    background-image: url("img/top_f3-base.png");
    background-size: 290px 330px;
    position: relative;
}

#top .map_aria .map-f3-r1{
    position: absolute;
    top: 42px;
    left: 25px;
}

#top .map_aria .map-f3-r2{
    position: absolute;
    top: 90px;
    left: 118px;
}

#top .map_aria .map-f3-r3{
    position: absolute;
    top: 42px;
    left: 190px;
}


#top .map_aria .exp .btn{
    max-width: 300px;
    padding: 12px;
    line-height: 1;
    color: #e62310;
    border: 1px solid #e62310;
    font-size: 21px;
    background-color: #fff;
    text-align: center;
    margin: 40px auto;
    transition: .5s ease-in-out;
}

#top .map_aria .exp .btn:hover{
    background-color: #9F0508;
    transition: .5s ease-in-out;
    padding: 14px;
    margin: 38px auto;
    border-radius: 10px;
    color: #FBD9D6;
}

@media screen and (max-width: 750px) {
	.map-wrap{float: none;width: 100%;}
}


#top .event{
    padding: 80px 0;
    background-color: #f2f2f2;
}

#top .event .container{
    max-width: 900px;
}


#top .event .tit,
#top .detail .tit{
    font-size: 32px;
    color: #333;
    margin-bottom: 40px;
    text-align: center;
}

#top .event h3{
    font-size: 20px;
    font-weight: 500;
    color: #e62310;
    line-height: 1.3;
}



#top .event table.event-waku th{
    font-size: 60px;
    color: #e62310;
    vertical-align: top;
    font-family:  "Noto Serif JP",  "ヒラギノ明朝 ProN W3", 'Times New Roman', "游明朝", YuMincho,  "Hiragino Mincho ProN", "メイリオ", Meiryo, serif;
    line-height: 1;
    font-weight: 400;
}

#top .event table.event-waku td{
    padding: 12px 0 24px 10px;
}

#top .event table.midashi td{
    border-collapse: collapse;
    padding: 0;
}

.collection-footer {
    margin: 0px auto 0 auto;
    padding: 20px 0 0 0;
    text-align: center;
    background-color: #0f020b;
    color: #e62310;
}

.collection-footer img{
    max-width: 292px;
    width: 100%;
}

.collection-footer ul.menu li{
    max-width: 160px;
    width: 90%;
    padding: 8px;
    line-height: 1;
    color: #fff;
    background-color: #DE5E60;
    text-align: center;
    margin: 10px auto;
    transition: .5s ease-in-out;
    
}

.collection-footer ul.menu a{
    color: #fff;
    display: block;
}

.collection-footer ul.menu li:hover {
    background-color: #e62310;
    transition: .5s ease-in-out;
}

.collection-footer .col-bar{
    background-color: #e62310;
    height: 12px;
    margin-top: 30px;
}

@media screen and (max-width: 700px) {
    .collection-footer ul.menu li{background-color: #e62310;padding: 8px;}
}

@media screen and (min-width: 701px) {
    .collection-footer .col-bar{margin-top: 0px;}
    .collection-footer ul{display: flex; justify-content: center;}
    .collection-footer ul.menu li{margin: 20px 10px 0 10px;border-top-right-radius: 6px;height: 20px;}
    .collection-footer ul.menu .selected{padding: 12px 8px 8px 8px; margin: 12px 10px 0 10px; height: 24px;background-color: #e62310;}
}


/*========= detail ===============*/


#detail .head-waku{
    background: #0f020b;
    padding: 90px 30px 30px 30px;
    line-height: 1;
    text-align: center;
}

#detail .head-waku .header-title{
    max-width: 560px;
    width: 45%;
    float: left;
}

#detail .head-waku .header-date{
    max-width: 360px;
    width: 30%;
    float: right;
}

#detail .head-waku .header-title-sp{
    max-width: 600px;
    width: 90%;
    margin: 0 auto;
}

@media screen and (max-width: 900px) {
    #detail .head-waku{padding: 76px 10px 10px 10px;}
}


#detail .floor-waku{
    background: linear-gradient(#bbb, #fff);
    text-align: center;
    padding: 30px;
}

#detail .floor-waku .txt-1{
    font-size: 27px;
    font-weight: 500;
    line-height: 1.1;
}

#detail .floor-waku .floor{
    font-size: 27px;
    line-height: 1.1;
}

#detail .floor-waku .floor .num{font-size: 90px; font-weight: 500; line-height: 1;}

@media screen and (min-width: 901px) {
    #detail .floor-waku{padding: 10px 30px 30px 30px;}
    #detail .floor-waku .txt-1{font-size: 37px; float: left; padding-top: 30px;}
    #detail .floor-waku .floor{float: right;}
}

#detail .room-div{
    border-top: 1px solid #F9AAA4;
    text-align: center;
    font-size: 18px;
    color: #e62310;
    width:95%;
    margin: 50px auto 10px auto;
    padding: 12px;
}

#detail .room-div .num{font-size: 48px; font-weight: 500; line-height: 1;}

@media screen and (min-width: 901px) {
    #detail .room-div{max-width: 1200px;text-align: right;}
}

#detail .room6{
    border: 1px solid #B1B1B1;
    width:94%;
    margin: 30px auto;
}

#detail .room6 .cont{
    padding: 18px;
}

#detail .waku-egawa{background-color: #e7dbcf;}
#detail .waku-sho {}

#detail .day-r6{
    font-size: 24px;
    background-color: #e6e6e6;
    text-align: center;
    
}

img.egawa01{width:100%;}

#detail .work-wrap {
    font-size: 13px;
    line-height: 1.2;
    margin: 20px 20px;
    max-width: 400px;
}
#detail .kodai .work-wrap {margin: 10px auto;}

#detail .work-wrap img{width: 100%; margin-bottom: 8px;}

#detail .work-flex{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

#detail .room6 .others{
    font-size: 18px;
    padding: 10px 10px;
}

#detail .room6 .others div{
    padding: 6px 0;
    font-size: 15px;
}

#detail .room6 .titl{font-size: 32px; font-weight: 500;}

#detail .room6 .kodai{
    background-color: #f5f5f5;
    width: 80%;
    padding: 30px;
    margin: 20px auto;
}

#detail .room6 .kodai .titl{
    font-size: 24px;
    margin-bottom: 18px;
}

@media screen and (min-width: 901px) {
    #detail .room6-wrap{display: flex; justify-content: center; padding: 0 20px;}
    #detail .room6{max-width: 567px; border: none; margin: 30px 0;}
    #detail .waku-egawa{border-right:1px solid #B1B1B1;}
    #detail .koiso-flex{display: flex; justify-content: center;}
    #detail .koiso-txt{width: calc(100% - 280px);}
    #detail .koiso-flex .work-wrap{margin: 10px 0 10px 20px;}
    #detail .floor-waku{text-align: right;}
    
}

@media screen and (min-width: 601px) {
    #detail .waku-egawa {font-size: 18px;}
    #detail .waku-sho {font-size: 18px;}
    #detail .t18-16 {font-size: 18px;}
}

#detail .room-waku{
    border-top: 1px solid #F9AAA4;
    width: 92%;
    padding: 20px;
    margin: 40px auto;
}

#detail .room-name{
    color: #e62310;
    font-size: 20px;
    text-align: center;
    line-height: 1.1;
    margin: 16px;
}

#detail .room-num{
    font-size: 36px;
}

@media screen and (min-width: 901px) {
    #detail .floor3-flex{display: flex; justify-content: center; max-width: 1100px; margin: 0 auto;}
    #detail .room-waku{ border-top:none; width:30%;}
    #detail .room-waku-border{border-right: 1px solid #F9AAA4;;}
    #detail .floor3-flex .work-wrap{margin: 20px 0;}
}


/*=========  ===============*/



#footer-douji{
	background-color: #80B8CA;
	padding: 16px;
	font-size: 14px;
	line-height: 1.4;
	font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', メイリオ, Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
    color: #333;
    box-shadow: inset 0px 7px 4px -4px rgba(0,0,0,.4);
}

#footer-douji .tit{
    text-align: center;
    color: #fff;
    font-size: 16px;
    margin: 10px 0 30px 0;
}

#footer-douji .museum{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

#footer-douji .plate{
    max-width: 380px;
    min-width: 260px;
    width: 95%;
    background-color: hsla(0,0%,100%,0.78);
    box-shadow: 2px 2px 2px 1px rgb(0 0 0 / 20%);
    text-align: center;
    padding: 0 20px 10px 20px;
    margin: 20px;
}

#footer-douji .museum-name{
    margin: -16px auto 0px auto;
}

#footer-douji .plate p{
    text-align: left;
    line-height: 1.5;
    font-size: 13px;
}

#footer-douji .itemize{
    font-size: 13px;
}

#footer-douji .accent{
    color:#83BBCD;
}

#footer a,
#footer-douji a{color: #333;}

#footer a:hover,
#footer-douji a:hover{color: #999;}

#footer-douji ruby rt{
    font-size: 6px;
}


#footer{
	border-top:10px solid #B4D6E4;
	padding: 10px 30px;
	height: 80px;
	position: relative;
	background-color: #fff;
    font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', メイリオ, Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
}

#footer .w1{
	float: left;
	font-size: 11px;
	color: #5E5E5E;
	line-height: 1.2;
}

#footer .w1 img{
	margin-bottom: 10px;
}

#footer .w2{
	float: left;
	margin-left: 20px;
}

#footer .w2 img{
    margin: 5px;
}

#footer .w3{
	font-size: 12px;
}

#footer .w3 .waku{
	border: 1px solid #999;
	display: inline-block;
	line-height: 1;
	padding: 2px 8px;
	margin: 0 0 10px 10px;
}

#footer .w3 .copyright{
	font-size: 10px;
	color: #b3b3b3;
}

@media screen and (min-width: 931px) {
#footer .w3{
	float: right;
	margin-left: 20px;
	width:600px;
	position: absolute;
	bottom: 10px;
	right: 20px;
	text-align: right;
}
#footer .w3 .copyright{text-align: right;}
}

@media screen and (max-width: 930px) {
	#footer{height: auto;}
	#footer .w1{float: none; margin: 0 auto; text-align: center;}
	#footer .w2{float: none; margin: 20px auto; text-align: center;}
	#footer .w3{float: none; margin: 0 auto; text-align: center; }
}



/*========= ローディング ===============*/



.loader-wrap {
	position: fixed;
	display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    background: linear-gradient(27deg, rgba(255,255,255,1.00), rgba(203,241,245,1.00)70%),linear-gradient(270deg, rgba(246,253,252,1.00), rgba(191,233,242,1.00)70%);
    padding-bottom: 120px;
    z-index: 999;
}

#kata .loader-wrap {background: linear-gradient(27deg, rgba(255,255,255,1.00), rgba(255,255,255,1.00)70%),linear-gradient(270deg, rgba(255,255,255,1.00), rgba(255,255,255,1.00)70%);}


.loading-leaf{
    width: 200px;
    left: calc(50% - 100px);
    position: absolute;
    animation: poyopoyo 2s ease-out infinite;
  opacity: 1;
}

.loader {
  text-indent: -9999em;
  overflow: hidden;
  }
  

@keyframes poyopoyo {
  0%, 40%, 60%, 80% {
    transform: scale(1.0);
  }
  50%, 70% {
    transform: scale(0.95);
  }
}