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

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP&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:#000;
	font-size:16px;
    background-color: #fff;
    font-weight: 300;
}

a img {
	border:none;
}

a {
	color:#111;
	text-decoration:none;
}
a:hover {
	color:#666;
}


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

.alpha a:hover img {
  opacity: 0.5;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
  transition: all 0.3s;
}

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

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

.center{text-align: center;}

.nw{
	display: inline-block;
}

a.page-link{
   display: block;
   margin-top:-30px;
   padding-top:30px;
}

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

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

.wrap-hidden{
	overflow: hidden;
}

.container{
	margin:0 auto;
	max-width:1000px;
	padding: 0 30px;
}


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

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


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


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

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



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

.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: #828282;
    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;
    }
    /* 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-main{
    margin: 0px auto 0px auto;
    padding: 72px 0px 10px 0;
    text-align: center;
}

.top-main img{
    width: 100%;
    max-width: 1300px;
}

#top .lead-txt{
    padding: 60px 40px;
    line-height: 2.1;
    font-size: 18px;
    margin: 0 auto;
    max-width: 1050px;
}

#top .lead-txt p{
    margin: 16px 0px;
}

ul.button-mid{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin: 60px 0px;
}

ul.button-mid li {
    width: 200px;
    font-size: 16px;
    text-align: center;
    padding: 8px 6px;
    margin: 6px 10px;
    line-height: 1;
    border: 1px solid #333;
    transition: all 0.5s;
    opacity: 1;
    border-radius: 10px;
    background-color: #fff;
    color: #000;
}

ul.button-mid li:hover{
    opacity: 1;
    transition: all 0.5s;
    background-color: rgba(170,130,176,1.00);
    color: #fff;
    font-weight: 500;
    border: 1px solid #aaa;
}

@media screen and (min-width: 1301px) {
    .top-main{padding: 100px 0px 10px 0;}
}

@media screen and (max-width: 900px) {
    #top .lead-txt{font-size: 16px;line-height: 1.8;padding: 40px 30px;}
}

#top .title-bar{
    font-size: 26px;
    font-weight: 600;
    text-align: center;
    margin: 40px 0 30px 0;
}

#top .midokoro ul{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

#top .midokoro li{
    width: 100%;
    margin: 20px 0;
}

#top .midokoro .photo{
    font-size: 11px;
    line-height: 1.2;
}

#top .midokoro .min-tit{
    font-size: 19px;
    font-weight: 700;
    line-height: 1;
}

#top .midokoro li.c1 .min-tit{color: rgba(66,126,98,1.00);}
#top .midokoro li.c2 .min-tit{color: rgba(118,185,226,1.00);}
#top .midokoro li.c3 .min-tit{color: rgba(234,169,0,1.00);}
#top .midokoro li.c4 .min-tit{color: rgba(240,157,185,1.00);}

#top .midokoro .box{
    padding: 20px;
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    
}

#top .midokoro li.c1 .box{background-color: rgba(66,126,98,1.00);}
#top .midokoro li.c2 .box{background-color: rgba(118,185,226,1.00);}
#top .midokoro li.c3 .box{background-color: rgba(234,169,0,1.00);}
#top .midokoro li.c4 .box{background-color: rgba(240,157,185,1.00);}

#top .midokoro img{
    width: 100%;
}

@media screen and (min-width: 1055px) {
    #top .midokoro li{max-width: 450px;width: 100%;margin: 20px;}
    #top .midokoro .box{height: 210px;display:table-cell;vertical-align:middle;}
}

@media screen and (max-width: 800px) {
    #top .midokoro .box{font-size: 14px;}
}


.kaiki{
	padding: 100px 0 50px 0;
    font-feature-settings: "palt";
}

#eng .kaiki{
    font-size: 16px;
    line-height: 1.4;
}

.kaiki .container{
    max-width: 1000px;
}

.kaiki .title-jap{font-size: 30px; line-height: 1.4; text-align: center; font-weight: 600;}
.kaiki .title-eng{font-size: 14px; line-height: 1.3; text-align: center; margin: 10px 0 60px 0; color: #464545;}

.kaiki h2{
	font-size: 16px;
    font-weight: 400;
}

.kaiki a{
    color: #FE881C;
}
.kaiki a:hover{
    color: #FE881C;
}

.kaiki .left{padding-right: 10px; font-size: 18px;}
.kaiki .right{padding-right: 10px; font-size: 16px;}

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

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

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

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

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

table.shusai td{
    vertical-align: top;
}

#top table.shusai .bold{
    font-weight: 500;
}

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

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

table.fee th{
    background-color: #F3F3F3;
    text-align: left;
    padding: 8px 8px 8px 10px;
}

table.fee th.u-tit{
    text-align: center;
    padding: 6px 4px;
}

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

table.fee .pair-ticket{
    line-height: 1.6;
    font-size: 12px;
}

table.pair{
    border-collapse: collapse;
    margin-top: 10px;
}
    
table.pair td{
    border: none;
    background-color: transparent;
    vertical-align: top;
    padding: 2px 2px 2px 0;
    line-height:1.1;
}

.itemize{
	text-indent:-1em;
	margin:2px 8px 6px 18px;
	font-size:14px;
	line-height:1.3;
	text-align:left;
}


#top .kaiki .ticket-link a{
    color: #111;
    text-decoration: underline;
    font-size: 16px;
    text-decoration-color: #bbb;
}

#top ul.banner-space{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin: 50px 0;
}

#top .banner-space li{
    width: 210px;
    height: 70px;
    border: 1px solid #ccc;
    padding: 5px;
    margin: 10px 20px;
}

#top .col-bar{
    max-width: 1300px;
    margin: 10px auto;
    height: 7px;
}

#top .col-bar1{background-color: rgba(118,185,226,1.00);}
#top .col-bar2{background-color: rgba(172,181,67,1.00);}
#top .col-bar3{background-color: rgba(170,130,176,1.00);}

#top .event{
    padding: 30px 0px 20px 0px;
    font-feature-settings: "palt";
}

#top .event table.waku{
    margin: 0px auto 0 auto;
    font-weight: 300;
}

#top .event .waku th{
    vertical-align: top;
    padding: 0 12px 0px 0;
    font-size: 36px;
    text-align: center;
    color: rgba(118,185,226,1.00);
    line-height: 1;
    white-space: nowrap;
}

#top .event .waku td{
    padding-bottom: 40px;
    font-feature-settings: normal;
}

#top .event h4{
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 6px;
}

#top .event table.con {
    border-collapse: collapse;
    border-spacing:0;
}

#top .event .con th{
    font-size: 16px;
    color: #000;
    font-weight: 300;
    padding: 0;
    line-height: 1.4;
    border-spacing:0;
    vertical-align: top;
    white-space: nowrap;
}

#top .event .con td{
    padding-bottom: 4px;
    font-size: 16px;
    line-height: 1.4;
}

#top .event-out{
    background-color: #f1f1f1;
    max-width: 860px;
    padding: 40px 30px;
    margin: 80px auto;
    font-size: 14px;
    color: #4d4d4d;
    text-align: center;
}

#top .event-out ul.lr{
    display: flex;
    justify-content: space-around;
    margin: 20px 0px;
}

#top .event-out .lr li{
    max-width: 420px;
    text-align: left;
    width: 100%;
    margin: 20px 20px;
}

#top .event-out .lr h5{
    font-size: 17px;
    font-weight: 500;
    line-height: 1.4;
    margin-bottom: 4px;
}

#top .event-out .con th,
#top .event-out .con td{
    font-size: 14px;
}

#top .event-out a{
    text-decoration: underline;
    color: #4d4d4d;
}

@media screen and (max-width: 800px) {
    #top .event-out ul.lr{flex-wrap: wrap;}
    #top .event-out .lr li{max-width: none;}
}

#top .zuroku{
    text-align: center;
    font-size: 16px;
    margin-bottom: 80px;
}

#top .zuroku img{
    margin: 16px 0;
}

#top .sponsor{
    margin: 40px auto 80px auto;
    font-size: 18px;
    text-align: center;
}

.footer-line{
    height: 34px;
    background-image: url("img/footer_line.png");
    background-repeat: repeat-x;
    background-size: 8px 34px;
}

.fk_footer-menu img{
    width: 90%;
    max-width: 437px;
    margin-bottom: 16px;
}

.fk_footer-menu{
    background: #f5f3ec;
    text-align: center;
    padding: 40px 20px;
}

.fk_footer-menu ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    max-width: 700px;
    margin: 10px auto;
}

.fk_footer-menu li {
    width: 200px;
    font-size: 16px;
    text-align: center;
    padding: 10px 6px;
    margin: 6px 6px;
    line-height: 1;
    background-color: #fff;
    transition: all 0.5s;
    opacity: 1;
    font-weight: 500;
    border-radius: 8px;
}

.fk_footer-menu li:hover{
    opacity: 0.5;
    transition: all 0.5s;
}

@media screen and (max-width: 500px) {
    .fk_footer-menu li {width: 150px;}
}

@media screen and (max-width: 399px) {
    .fk_footer-menu li {width: 80%;}
}





#detail{
    background-color: #fff;
}

#detail .lead-txt{
    padding: 60px 40px;
    font-size: 17px;
    margin: 0 auto;
    text-align: center;
}

#detail  ul.button-mid{
    margin: 30px auto;
}

#detail .container{
    text-align: center;
}

#detail .sho-tit{
    display:inline-block;
    padding: 8px 12px;
    color: #fff;
    font-size: 26px;
    line-height: 1.2;
    font-feature-settings: "palt";
}

#detail .sho-txt{
    line-height: 1.8;
    margin: 16px 0 100px 0;
}

.bg-c1{background-color: rgba(170,130,176,1.00);}
.bg-c2{background-color: rgba(132,131,132,1.00);}
.bg-c3{background-color: rgba(118,185,226,1.00);}
.bg-c4{background-color: rgba(240,157,185,1.00);}
.bg-c5{background-color: rgba(234,169,0,1.00);}
.bg-c6{background-color: rgba(66,126,98,1.00);}
.bg-c7{background-color: rgba(172,181,67,1.00);}

.t-c1{color: rgba(170,130,176,1.00);}
.t-c2{color: rgba(132,131,132,1.00);}
.t-c3{color: rgba(118,185,226,1.00);}
.t-c4{color: rgba(240,157,185,1.00);}
.t-c5{color: rgba(234,169,0,1.00);}
.t-c6{color: rgba(66,126,98,1.00);}
.t-c7{color: rgba(172,181,67,1.00);}

@media screen and (min-width: 801px) {
    #detail .sho-tit{font-size: 30px;}
    #detail .sho-sub-tit{font-size: 18px;}
    #detail .sho-txt{font-size: 18px;margin: 40px 0 120px 0;}
}

#detail .house .title{
    font-size: 31px;
    font-weight: 600;
    text-decoration: underline;
    text-decoration-thickness: 7px;
    margin: 80px 0;
}

#detail .house .big-num{
    font-size: 30px;
    font-weight: 600;
    margin: 4px;
}

#detail .house .house-tit{
    font-size: 24px;
    font-weight: 500;
    font-feature-settings: "palt";
}

#detail .house .house-tit-e{
    font-weight: 500;
}

#detail .house .photo{
    font-size: 12px;
    line-height: 1.2;
    margin: 0 auto;
    text-align: left;
}

#detail .house .photo img{
    width: 100%;
}

#detail　.house-tit .nw{
    margin: 0 60px;
}







#eng .structure{
    max-width: 800px;
    margin: 0px auto;
    padding: 80px 20px;
}
#eng .structure .title{
    font-size: 25px;
    color: #925436;
    margin-bottom: 30px;
}

#eng .structure table{
    border-collapse:collapse;
    width: 100%;
}

#eng .structure th{
    white-space: nowrap;
    color: #925436;
    font-size: 15px;
    font-weight: 300;
    vertical-align: top;
    line-height: 1.2;
    padding: 8px 0px 8px 0;
    border-bottom: 1px solid #C08467;
    width: 95px;
}

#eng .structure th .num{
    font-size: 36px;
}

#eng .structure td{
    font-size: 16px;
    line-height: 1.2;
    font-weight: 300;
    border-bottom: 1px solid #C08467;
    vertical-align: middle;
    padding: 14px 0px;
}





#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 .accent{
    color:#83BBCD;
}

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

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

#footer{
	border-top:10px solid #B4D6E4;
	padding: 10px 30px;
	height: 80px;
	position: relative;
	background-color: #fff;
}

#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;
}

#eng #footer .w1 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: 9999;
}

#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);
  }
}
