@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 Serif JP",  "ヒラギノ明朝 ProN W3", 'Times New Roman', "游明朝", YuMincho,  "Hiragino Mincho ProN", "メイリオ", Meiryo, serif;
	margin:0px;
	padding:0px;
	color:#111;
	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:#666;}

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

a.under {
    text-decoration: underline;
}

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

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


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

.noto_sans{
    font-family: 'Noto Sans JP", Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', メイリオ, Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
}

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

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



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

.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 6px;
}
 
/* 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 ハンバーガーメニュー */

#global-nav a{color: #000;}

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

#top .title-waku{
    margin: 56px 0 120px 0;
}


#top .title-waku .pc{
    max-width: 1800px;
    margin: 70px auto 0 auto;
    text-align: center;
}

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


#top .title-waku .pc .cap{
    font-size: 12px;
    color:#676666;
    text-align: right;
    line-height: 1.2;
    padding: 4px 10px;
}

#top .title-waku .lead-wrap{
    width: 88%;
    max-width: 1080px;
    margin: 20px auto;
}

#top .title-waku .lead-title{
    font-size: 31px;
    margin: 10px 0;
    line-height: 1.4;
}

#top .title-waku .lead-wrap p{
    font-size: 18px;
    line-height: 1.8;
    font-weight:300;
    margin: 20px 0 ;
}

#top .messege{
    background-color: #f0f1f2;
    max-width: 1050px;
    padding: 0 100px 40px 100px;
    margin: 0 auto 50px auto;
    font-size: 18px;
    line-height: 2;
}

#top .messege-tit{
    background-color: #f0f1f2;
    max-width: 1240px;
    width: 100%;
    text-align: right;
    font-size: 30px;
    color: #ddd;
    margin: 0 auto;
    padding: 5px 5px 40px 5px;
    line-height: 1;
}

#top .messege .name{
    text-align: right;
    margin: 10px -10px 10px 0;
}


.yt-wrap .yt-cont{
    max-width: 800px;
    margin: 50px auto 100px auto;
    width: 100%;
    aspect-ratio: 16 / 9;
    text-align: center;
}

.yt-wrap iframe{
    width: 100%;
    height: 100%;
}

.left .intro{
    border-top: 1px solid #888;
    border-bottom: 1px solid #888;
    padding: 20px;
}

@media screen and (min-width: 1001px) {
    .yt-wrap{display: flex; justify-content: space-around;}
    .yt-wrap .yt-cont{padding: 0 10px;}
}

h2{
    font-size: 18px;
    margin: 30px 0 8px 0;
}

.shusai{
    font-size: 15px;
    margin: 30px 0 10px 0;
}

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

#top .foot_banner{
    text-align: center;
    margin: 50px;
}

#top .foot_banner img{
    margin-left: 16px;
}


@media screen and (max-width: 900px) {
    #top .title-waku .lead-wrap p{font-size: 16px;}
    #top .title-waku .lead-wrap .lead-title{font-size: 26px;}
    #top .messege{font-size: 16px;max-width: calc(1200px - 20%);padding: 0 10% 40px 10%;}
    .shusai{font-size: 13px;}
}

.past{
    background-color: #eee;
    padding: 20px 0px;
    margin: 100px auto 120px auto;
    text-align: center;
    max-width: 410px;
    width: 90%;
}

.about{
    max-width: 1100px;
    margin:0 auto;
    line-height: 1.5;
}

.about-line{
    border-top: 1px solid #e5e5e5;
    border-left: 1px solid #e5e5e5;
    max-width: 700px;
    padding: 14px 30px;
    margin: 40px 0;
    font-feature-settings: "palt";
    -webkit-font-feature-settings: "palt";
    font-family: "ヒラギノ明朝 ProN W3", 'Times New Roman', "游明朝", YuMincho,  "Hiragino Mincho ProN", "メイリオ", Meiryo, serif;
    color: #333;
}

.about h3{
    font-size: 24px;
    margin-bottom: 10px;
    font-weight: normal;
}

.about th{
    text-align: left;
    vertical-align: top;
    font-weight: normal;
    white-space: nowrap;
    padding-right: 12px;
}

.about td{
    padding-bottom: 5px;
}

.about .sakka-web{
    font-size: 17px;
    margin: 30px 0 0 0;
    line-height: 1.3;
    
}

.about .sakka-web a{
    font-weight: 300;
    color: #555;
}

.about .sakka-web a:hover{
    font-weight: 300;
    color: #999;
}

@media screen and (min-width: 901px) {
    .about .chotto{margin-left: 10%;}
}


.event{
    background-color: #E9E9EA;
    padding: 60px 10px;
    margin: 140px 0 0px 0;
}

.event h3{
    font-size: 24px;
    font-weight: normal;
    margin-bottom: 10px;
}

.to-top{
    text-align: center;
    font-size: 14px;
    line-height: 1.2;
    margin: 100px 0;
}

.to-top img{
    width: 90%;
    max-width: 550px;
}

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

#footer.eng .w1 img{
    margin: 5px;
}

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



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