@charset "UTF-8";
 html {
font-size: 62.5%;
}
body {
font-family: "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
;
font-size: 1.5rem;
font-style: normal;
font-weight: 400;
line-height: 2;
letter-spacing: 0.02em;
color: #000;
word-break: break-all;
background-color: #212526;
}
@media (max-width: 768px) {
body {
font-size: clamp(1.2rem, 2.666666vw, 2rem);
}
}
img {
max-width: 100%;
height: auto;
vertical-align: bottom;
}
a {
color: #000;
text-decoration: none;
transition: color .3s;
}
a:hover {
color: #BF7C45;
}
ul {
list-style: none;
} .pc_only {
display: block;
}
.pc_only.inline_block {
display: inline-block;
}
.pc_only.inline {
display: inline;
}
.pc_only.table {
display: table;
}
.pc_only.table_cell {
display: table-cell;
}
.pc_only.flex {
display: flex;
}
.sp_only,
.sp_only.inline_block,
.sp_only.inline,
.sp_only.table,
.sp_only.table_cell,
.sp_only.flex {
display: none;
}
@media (max-width: 768px) {
.pc_only,
.pc_only.inline_block,
.pc_only.inline,
.pc_only.table,
.pc_only.table_cell,
.pc_only.flex {
display: none;
}
.sp_only {
display: block;
}
.sp_only.inline_block {
display: inline-block;
}
.sp_only.inline {
display: inline;
}
.sp_only.table {
display: table;
}
.sp_only.table_cell {
display: table-cell;
}
.sp_only.flex {
display: flex;
}
} .l-inner {
width: 88%;
margin: 0 auto;
max-width: 1366px;
}
.l-box {
padding: 10rem 0;
}
.l-box-last {
margin-bottom: 8rem;
}
.l-bg-white {
background-color: #fff;
}
.l-bg-black {
color: #fff;
background-color: #212526;
}
.l-bg-black a {
color: #fff;
transition: color .3s;
}
.l-bg-black a:hover {
color: #BF7C45;
}
@media (max-width: 768px) {
.l-inner {
width: 100%;
padding: 0 2rem;
}
.l-box {
padding: 5rem 0;
}
.l-box-last {
margin-bottom: 5rem;
}
} .flex {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}
.flex-wrap-nowrap {
flex-wrap: nowrap;
}
.flex-justify-start {
justify-content: flex-start;
}
.flex-justify-end {
justify-content: flex-end;
}
.flex-justify-center {
justify-content: center;
}
.flex-justify-space-between {
justify-content: space-between;
}
.flex-justify-around {
justify-content: space-around;
}
.flex-align-end {
align-items: flex-end;
}
.flex-align-center {
align-items: center;
} .title-main {
margin-bottom: 10rem;
text-align: center;
}
.title-main span {
display: block;
color: #BF7C45;
font-size: 2rem;
letter-spacing: 0.08em;
}
@media (max-width: 768px) {
.title-main {
margin-bottom: 5rem;
}
.title-main span {
line-height: 1;
}
.title-main img {
height: 2rem;
}
} .item-more {
margin-top: 3.5rem;
text-align: right;
} .js_fade,
.js_fade_item {
opacity: 0;
transition: .5s;
}
.js_fade-in {
opacity: 1;
}  .site-header {
width: 100%;
padding: 1.2rem 0 1.6rem;
position: fixed;
top: 0;
left: 0;
z-index: 998;
}
.header-inner {
width: 88%;
margin: 0 auto;
}
.site-header h1 {
width: 20rem;
font-size: 1rem;
line-height: 1;
}
.nav-global {
padding-top: .8rem;
}
.nav-global li {
margin-left: 4rem;
}
.nav-global a {
color: #fff;
font-size: 1.6rem;
letter-spacing: 0.08em;
transition: color .3s;
}
.nav-global a:hover {
color: #BF7C45;
}
.nav-global .fa-instagram {
padding-top: .2rem;
font-size: 3rem;
}
.nav-toggle {
cursor: pointer;
color: #fff;
font-size: 2rem;
}
.nav-close {
cursor: pointer;
color: #fff;
position: absolute;
top: 1rem;
right: 2rem;
font-size: 2rem;
}
@media (max-width: 768px) {
.header-inner {
width: 100%;
padding: 0 2rem;
}
.site-header {
padding: 1rem 0 1.2rem;
}
.site-header h1 {
width: 12rem;
}
.nav-global {
background-color: rgba(0, 0, 0, .9);
color: #fff;
position: fixed;
top: 0;
left: 0;
right: 0;
bottom: 0;
z-index: 999;
text-align: center;
display: flex;
visibility: hidden;
flex-direction: column;
justify-content: center;
align-items: center;
opacity: 0;
}
.open .nav-global {
visibility: visible;
opacity: 1;
}
.nav-global .flex {
flex-direction: column;
}
.nav-global li {
margin: 2rem 0;
}
} .site-footer {
position: relative;
padding: 5rem 0 6rem;
color: #fff;
text-align: center;
}
.site-footer a {
color: #fff;
}
.site-footer .fa-instagram {
font-size: 4rem;
line-height: 1.5;
}
.backtop {
display: block;
position: absolute;
right: 5rem;
top: 50%;
transform: translateY(-50%);
} .mv video,
.mv img {
width: 100%;
vertical-align: bottom;
} .about {
position: relative;
background: url(https://nishiyamanagaya.com/mikan-museum/wp-content/themes/mikan-museum/assets/images/bg_about.jpg) no-repeat center center/cover;
}
.about::before {
content: "";
display: block;
width: 100%;
height: 100%;
background-color: rgba(255, 255, 255, .7);
position: absolute;
top: 0;
left: 0;
z-index: 1;
}
.about .l-inner {
position: relative;
z-index: 2;
}
.about-pic {
flex: 1;
text-align: center;
}
.about-txt {
width: 62rem;
line-height: 3;
text-align: center;
}
@media (max-width: 1000px) {
.about .flex {
flex-direction: column;
}
.about-pic {
width: 100%;
margin-bottom: 5rem;
}
.about-txt {
width: 100%;
}
}
@media (max-width: 768px) {
.about-pic {
margin-bottom: 3rem;
}
.about-txt {
line-height: 2.5;
}
} .news {}
.news-contents {
max-width: 81rem;
margin: 0 auto;
}
.news-item {
padding: 2rem;
border-bottom: 1px solid;
}
.news-item dt {
margin-right: 5rem;
}
.news-icon {
margin-left: auto;
}
.news-more {
margin-top: 5rem;
text-align: center;
font-size: 1.8rem;
}
.news-more .fas {
padding-left: 1rem;
}
.news-exhibit {
margin-top: 10rem;
}
.news-noexhibit {
margin-top: 11rem;
padding: 1.5rem;
background-color: #fff;
text-align: center;
color: #000;
}
.exhibit-pic {
position: relative;
margin-bottom: 4rem;
}
.exhibit-info {}
.exhibit-title {
margin-bottom: 1rem;
}
.exhibit-label {
display: inline-block;
padding: 1rem 2rem;
background-color: #fff;
color: #000;
font-weight: bold;
}
.exhibit-detail::before {
content: "−";
display: block;
}
@media (max-width: 768px) {
.news-exhibit {
margin-top: 6rem;
}
.news-noexhibit {
margin-top: 6rem;
}
.news-item .flex {
display: block;
position: relative;
}
.news-icon {
position: absolute;
top: 50%;
right: 0;
transform: translateY(-50%);
}
} .flows {}
.flows-tabs {
padding-bottom: 10rem;
}
.flows-tabs li {
margin: 0 1rem;
padding: 1rem;
border: 1px solid #212526;
cursor: pointer;
}
.flows-tabs li::after {}
.flows-tabs .is-active {
background-color: #212526;
}
.flows-tabs #flows-all::after {
content: url(//nishiyamanagaya.com/mikan-museum/wp-content/themes/mikan-museum/assets/images/ttl_tab_all_b.svg);
display: block;
line-height: 1;
}
.flows-tabs .is-active#flows-all::after {
content: url(//nishiyamanagaya.com/mikan-museum/wp-content/themes/mikan-museum/assets/images/ttl_tab_all.svg);
}
.flows-tabs #flows-exhibition::after {
content: url(//nishiyamanagaya.com/mikan-museum/wp-content/themes/mikan-museum/assets/images/ttl_tab_exhibition_b.svg);
display: block;
line-height: 1;
}
.flows-tabs .is-active#flows-exhibition::after {
content: url(//nishiyamanagaya.com/mikan-museum/wp-content/themes/mikan-museum/assets/images/ttl_tab_exhibition.svg);
}
.flows-tabs #flows-progress::after {
content: url(//nishiyamanagaya.com/mikan-museum/wp-content/themes/mikan-museum/assets/images/ttl_tab_progress_b.svg);
display: block;
line-height: 1;
}
.flows-tabs .is-active#flows-progress::after {
content: url(//nishiyamanagaya.com/mikan-museum/wp-content/themes/mikan-museum/assets/images/ttl_tab_progress.svg);
}
.flows-wrap {
position: relative;
}
.wrap-bar {
position: absolute;
margin: auto;
top: -2.5rem;
right: 0;
left: 0;
background-color: #212526;
width: 0.1rem;
height: 0;
max-height: 103%;
}
.flows-wrap ul {
position: relative;
padding-bottom: 10rem;
}
.flows-wrap li {
position: relative;
padding: 4rem;
background-color: #eee;
width: 42%;
z-index: 3;
}
.flows-wrap li::before {
content: "";
position: absolute;
margin: auto;
top: 0;
bottom: 0;
background-color: #212526;
width: 21%;
height: 0.2rem;
}
.flows-wrap li::after {
content: "";
position: absolute;
margin: auto;
top: 0;
bottom: 0;
background-color: #fff;
border: 5px solid #212526;
border-radius: 50%;
width: 3rem;
height: 3rem;
}
.flows-wrap li:nth-of-type(odd) {
margin: 0 auto 0 0;
}
.flows-wrap li:nth-of-type(odd)::before {
right: -21%;
left: auto;
}
.flows-wrap li:nth-of-type(odd)::after {
right: calc(-19% - 1.5rem);
left: auto;
}
.flows-wrap li:nth-of-type(even) {
margin: 0 0 0 auto;
}
.flows-wrap li:nth-of-type(even)::before {
right: auto;
left: -21%;
}
.flows-wrap li:nth-of-type(even)::after {
right: auto;
left: calc(-19% - 1.5rem);
}
.flows-wrap .item-date {
position: absolute;
margin: auto;
top: -3.5rem;
left: 50%;
font-size: 3.4rem;
transform: translateX(-50%);
}
.flows-wrap .item-img {
margin-bottom: 4rem;
width: 100%;
}
.flows-wrap .item-img img {
height: 100%;
object-fit: cover;
}
.flows-wrap .item-tag {
margin-bottom: 2rem;
padding: 0 1.2rem;
background-color: #212526;
color: #fff;
display: inline-block;
}
.flows-wrap .item-title {
margin-bottom: 2.5rem;
font-size: 2.4rem;
}
.flows-wrap .item-name {
margin-bottom: 2rem;
}
.flows-wrap .item-name dt {
font-weight: bold;
}
.flows-wrap .field {
display: inline-block;
}
.flows-wrap .item-more a {
padding: 0.5rem;
}
.flows-wrap .item-more a:hover {
color: #BF7C45;
}
.flows-wrap .item-more .fas {
margin-left: 1rem;
}
.flows-more {
margin-top: 10rem;
text-align: center;
font-size: 1.8rem;
}
.flows-more a:hover {
color: #BF7C45;
}
.flows-more .fas {
padding-left: 1rem;
}
@media screen and (max-width: 1000px) {
.flows-wrap li {
padding: 2.5rem;
width: 42%;
}
.flows-wrap li:nth-of-type(odd)::before {
right: -19%;
left: auto;
width: 19%;
}
.flows-wrap li:nth-of-type(odd)::after {
right: calc(-19% - 1.5rem);
left: auto;
}
.flows-wrap li:nth-of-type(even)::before {
right: auto;
left: -19%;
width: 19%;
}
.flows-wrap li:nth-of-type(even)::after {
right: auto;
left: calc(-19% - 1.5rem);
}
.flows-wrap .item-date {
top: -3rem;
font-size: 3rem;
}
.flows-wrap .item-img {
margin-bottom: 3rem;
}
.flows-wrap .item-title {
margin-bottom: 1.5rem;
font-size: 2rem;
}
.flows-wrap .item-more {
margin-top: 2.5rem;
}
}
@media screen and (max-width: 768px) {
.wrap-bar {
right: auto;
left: auto;
}
.flows-wrap ul {
padding-bottom: 0;
}
.flows-wrap li {
padding: 4rem;
width: 90%;
}
.flows-wrap li:nth-of-type(odd),
.flows-wrap li:nth-of-type(even) {
margin: 0 0 7rem auto;
}
.flows-wrap li:last-of-type {
margin-bottom: 0;
}
.flows-wrap li:nth-of-type(odd)::before,
.flows-wrap li:nth-of-type(even)::before {
right: auto;
left: -11%;
width: 11%;
}
.flows-wrap li:nth-of-type(odd)::after,
.flows-wrap li:nth-of-type(even)::after {
right: auto;
left: calc(-11% - 1.5rem);
}
.flows-wrap .item-date {
top: -3.5rem;
font-size: 3.4rem;
}
.flows-wrap .item-img {
margin-bottom: 4rem;
}
.flows-wrap .item-title {
font-size: 2.4rem;
}
.flows-more {
margin-top: 6rem;
}
.flows-tabs {
padding-bottom: 6rem;
}
.flows-tabs li {
margin: .5rem;
padding: .5rem;
}
.flows-tabs img {
height: 1rem;
}
}
@media screen and (max-width: 768px) {
.flows-wrap li {
padding: 3rem;
font-size: 1.3rem;
}
.flows-wrap li:nth-of-type(odd)::after,
.flows-wrap li:nth-of-type(even)::after {
border: 3px solid #212526;
left: calc(-11% - 0.7rem);
width: 1.5rem;
height: 1.5rem;
}
.flows-wrap .item-date {
top: -2.4rem;
font-size: 2.4rem;
}
.flows-wrap .item-img {
margin-bottom: 2.5rem;
}
.flows-wrap .item-tag {
font-size: 1.2rem;
}
.flows-wrap .item-title {
margin-bottom: 2rem;
font-size: 1.8rem;
}
.flows-wrap .item-name {
font-size: 1.5rem;
}
.flows-wrap .item-more {
margin-top: 2rem;
}
} .access {
color: #fff;
}
.access-pdf {
margin-bottom: 6rem;
padding: 2.5em; background-color: #fff;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
align-items: center;
color: #212526;
text-align: center;
}
.access-pdf h3 {
max-width: 240px;
margin: 0 auto 1em;
}
.access-pdf-info {
width: 42%;
order: 2;
}
.access-pdf-pic01 {
width: 26%;
order: 1;
transform: rotate(-4deg);
}
.access-pdf-pic02 {
width: 26%;
order: 3;
transform: rotate(4deg);
}
.access-pdf .btn {
display: block;
width: 28rem;
margin: 2em auto 0;
padding: 1em;
background-color: #212526;
color: #fff;
text-align: center;
transition: all .3s;
text-decoration: none;
}
.access-pdf .btn:hover {
background-color: #BF7C45;
color: #fff;
}
.access-info {
width: 36%;
}
.access-item {
margin-bottom: 4rem;
}
.access-item a {
color: #fff;
text-decoration: underline;
}
.access-item a:hover {
color: #BF7C45;
}
.access-item dt {
margin-bottom: 1rem;
}
.access-map {
width: 60%;
}
#map {
height: 0;
padding-bottom: 40rem;
}
.access-more {
margin-top: 4rem;
padding: 0 5rem;
}
.access-nishiyama {
flex: 1;
text-align: center;
}
.nishiyama-title {
width: 25rem;
margin: 0 auto 5rem;
}
.nishiyama-link {
margin-top: 10rem;
}
.nishiyama-link a {
display: inline-block;
padding: 1rem 3rem;
border-top: 1px solid #fff;
border-bottom: 1px solid #fff;
color: #fff;
}
.nishiyama-link a:hover {
color: #BF7C45;
}
.fa-external-link-alt {
padding-left: 4rem;
}
.access-floor {
width: 35rem;
margin-left: 10rem;
}
@media (max-width: 1000px) {
.access .flex {
flex-direction: column;
}
.access-info,
.access-map,
.access-nishiyama {
width: 100%;
}
.access .access-more {
flex-direction: column-reverse;
margin-top: 8rem;
padding: 0;
}
.access-floor {
width: 60%;
margin: 0 auto;
}
.nishiyama-title {
margin: 8rem auto 3rem;
}
.nishiyama-link {
margin-top: 6rem;
}
}
@media (max-width: 768px) {
.access-pdf-info {
width: 100%;
order: 1;
}
.access-pdf-pic01 {
width: 50%;
order: 2;
transform: rotate(-4deg);
}
.access-pdf-pic02 {
width: 50%;
order: 3;
transform: rotate(4deg);
}
.access-pdf .btn {
margin-bottom: 3em;
}
.access-floor {
width: 80%;
}
.nishiyama-title {
width: 15rem;
margin: 4rem auto 3rem;
}
.nishiyama-link {
margin-top: 4rem;
}
.nishiyama-link a {
border: 1px solid #fff;
}
} .contact {
text-align: center;
}
.contact-form {
margin-top: 3em;
display: none;
}
.contact-caption {
text-align: right;
}
.contact-required {
padding: 0 .2em;
color: #f00;
font-size: .75em;
}
.contact-form dl {
margin: 0 0 2em;
}
.contact-form dt {
width: 20rem;
padding-right: 4%;
text-align: right;
}
.contact-form dd {
flex: 1;
}
.contact-form input,
.contact-form textarea {
width: 100%;
padding: .8em;
border: none;
background-color: #EEEEEE;
font-size: 1.6rem;
}
.contact-form input[type="radio"] {
width: auto;
display: none;
}
.contact .btn {
display: block;
width: 28rem;
margin: 4em auto 0;
padding: 1em;
background-color: #212526;
color: #fff;
text-align: center;
transition: all .3s;
text-decoration: none;
}
.contact .btn:hover {
background-color: #BF7C45;
color: #fff;
}
.form-toggle i {
padding-left: 10px;
}
.wpcf7-list-item-label {
padding-left: 3re, ;
position: relative;
margin-right: 2rem;
line-height: 1;
}
.wpcf7-list-item-label::before {
content: "";
display: block;
position: absolute;
top: 50%;
left: 0;
width: 20px;
height: 20px;
margin-top: -10px;
border-radius: 50%;
background-color: #e3ddd1;
}
.contact-form input[type="radio"]:checked+.wpcf7-list-item-label::after {
content: "";
display: block;
position: absolute;
top: 50%;
left: 4px;
width: 12px;
height: 12px;
margin-top: -6px;
background-color: #333;
border-radius: 50%;
}
.wpcf7-not-valid-tip {
text-align: left;
}
.contact-form select {
-webkit-appearance: menulist;
background-color: rgb(248, 248, 248);
border-style: solid;
}
@media (max-width: 800px) {
.contact-form .flex {
display: block;
}
.contact-form dt {
width: 100%;
margin-bottom: .5em;
padding-right: 0;
text-align: left;
}
.contact-form dd {
width: 100%;
}
} .recaptcha_policy {
margin-top: 2em;
font-size: 1.1rem;
text-align: center;
}
.grecaptcha-badge {
visibility: hidden;
position: relative;
z-index: -1;
} .nav-links {
margin-top: 6rem;
}
.page-numbers {
display: flex;
justify-content: center;
}
.page-numbers li {
margin: 1rem;
}
.page-numbers .page-numbers {
padding: .5rem 1.5rem;
transition: all .3s;
}
.page-numbers .current,
.page-numbers .page-numbers:hover {
background-color: #212526;
color: #fff;
} .single-title {
font-size: 2.8rem;
font-weight: normal;
text-align: center;
}
.single-date {
margin-bottom: 6rem;
text-align: center;
}
.single-nav {
margin-top: 6rem;
padding-top: 3rem;
border-top: 1px solid #ddd;
}
.single-nav ul {
position: relative;
text-align: center;
}
.single-nav-prev {
position: absolute;
top: 0;
left: 0;
}
.single-nav-next {
position: absolute;
top: 0;
right: 0;
}
@media (max-width: 768px) {
.single-title {
font-size: 2rem;
}
.single-date {
margin-bottom: 3;
}
} .flow-title {
margin-bottom: 3rem;
text-align: center;
}
.flow-category {
margin-bottom: 1rem;
text-align: center;
}
.flow-img {
margin-bottom: 3rem;
}
.exhibition-item {
display: flex;
padding: 3rem 2rem;
border-bottom: 1px solid #ddd;
}
.exhibition-item:last-child {
border: none;
}
.exhibition-item dt {
width: 16rem;
font-weight: bold;
}
.exhibition-item dd {
flex: 1;
}
.exhibition-item p,
.progress-contents p {
margin-bottom: 2rem;
}
@media (max-width: 768px) {
.exhibition-item {
display: block;
padding: 3rem 0;
border-bottom: 1px solid #ddd;
}
.exhibition-item dt {
width: 100%;
margin-bottom: .5rem;
}
} .screen-reader-text {
border: 0;
clip: rect(1px, 1px, 1px, 1px);
-webkit-clip-path: inset(50%);
clip-path: inset(50%);
height: 1px;
margin: -1px;
overflow: hidden;
padding: 0;
position: absolute !important;
width: 1px;
word-wrap: normal !important;
word-break: normal;
}
.screen-reader-text:focus {
background-color: #f1f1f1;
border-radius: 3px;
box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
clip: auto !important;
-webkit-clip-path: none;
clip-path: none;
color: #21759b;
display: block;
font-size: 0.875rem;
font-weight: 700;
height: auto;
right: 5px;
line-height: normal;
padding: 15px 23px 14px;
text-decoration: none;
top: 5px;
width: auto;
z-index: 100000;
}
.turnstile{
border-top: 1px solid;
margin-top: 2em;
padding-top: 3em;
text-align: center;
}
.turnstile p{
margin-bottom: .5em;
}