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

@import "common.css";

/* GUIDE */

.contents-header {
    background: url("../guide/images/header-img.jpg") center/cover no-repeat;
}
.btn-white {
    margin: auto;
}
h3 {
    text-align: center;
}
h4 {
    font-size: 1.6rem;
    font-weight: 700;
    border: 1px solid var(--main-color);
    padding: 6px 12px;
    width: 100%;
    max-width: 1200px;
    margin: 60px auto 20px;
}
#contents p {
    font-size: 1.4rem;
}
#contents p.bigtxt {
    font-size: 2.2rem;
    width: 100%;
    margin: 0 auto 10px;
}
#contents p.supplement {
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1.5;
    width: 100%;
}
.fee {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin: 40px auto;
}
.fee-list {
    width: 28%;
}
h5 {
    font-size: 1.6rem;
    font-weight: 700;
    border-bottom: 1px solid var(--main-color);
    padding-bottom: 10px;
    margin-bottom: 20px;
    width: 100%;
}
.fee-list dl {
    display: flex;
    flex-wrap: wrap;
}
.fee-list dt {
    border: 1px solid var(--main-color);
    display: inline;
    padding: 2px 4px;
    margin-bottom: 10px;
    width: 30%;
    text-align: center;
    font-weight: 500;
}
.fee-list dt.sp-exhibition {
    border: none;
    background-color: var(--point-color);
    color: var(--sub-color);
}
.fee-list dd {
    padding: 2px 0 2px 10px;
    width: 70%;
    font-weight: 700;
}
.fee-list dd.sp-exhibition {
    color: var(--point-color);
}
ul.supplement {
    background-color: var(--sub-color);
    padding: 20px 30px;
    line-height: 1.5;
    font-size: 1.2rem;
    margin-right: 40px;
}
ul.supplement li {
    text-indent: -1em;
    padding-left: 1em;
}
#contents .wrapper {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin: auto;
}
#contents p.coupon {
    width: 330px;
    margin: 0;
}
.coupon img {
    width: 330px;
}

/* REQUEST */

.important-txt {
    width: 86%;
    max-width: 1200px;
    margin: 0 auto;
    font-weight: 700;
}
.important-txt strong {
    font-weight: 700;
}
.main-txt {
    width: 86%;
    max-width: 1200px;
    margin: auto;
}
.important-info {
    background-color: var(--sub-color);
    padding: 40px 10%;
    width: 86%;
    max-width: 1200px;
    margin: auto;
}
.important-info ul {
    font-weight: 700;
    line-height: 1.8;
    list-style-type: disc;
    margin-left: 1em;
}
.important-info img {
    width: 100px;
    margin-right: 20px;
}
.kikubijutsu {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    line-height: 1.5;
}
ul.request-list {
    margin: 60px 0;
}
ul.request-list li {
    font-weight: 700;
    list-style-type: disc;
    margin-left: 1em;
    line-height: 2;
}
ul.request-list li strong {
    font-weight: 700;
}
ul.request-list li ul {
    margin: 20px 0 40px;
}
ul.request-list li ul li {
    font-weight: 300;
    margin-left: 1em;
    line-height: 1.8;
}

/* ACCESS */

#map {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}
#map .wrapper {
    max-width: 1000px;
    width: 86%;
}
#map img {
    width: 450px;
    margin-bottom: 60px;
    margin-right: 40px;
}
#map h4 {
    border: none;
    padding: 0;
}
#map p {
    font-weight: 700;
}
#map .notice-box li {
    line-height: 1.5;
    text-align: left;
    margin-bottom: 10px;
    text-indent: -1em;
    margin-left: 1em;
}
#map .notice-box li:last-child {
    margin-bottom: 0;
}
#map iframe {
    width: 100%;
    height: 430px;
}
#waytomuseum {
    width: 86%;
    max-width: 1200px;
    margin: auto;
}
#waytomuseum li {
    list-style-type: square;
    list-style-position: inside;
    margin-bottom: 10px;
    text-indent: -1em;
    margin-left: 1em
}
.exit {
    background-color: #FFCE00;
    padding: 1px 4px;
    margin: 5px;
    font-weight: 700;
}

/* PASSPORT */

h3 .subtitle {
    font-size: 1.6rem;
    line-height: 1.8;
}
#passport {
    line-height: 1.8;
}
#passport figure {
    width: 46%;
    max-width: 570px;
}
#passport figure img {
    width: 100%;
}
#passport .passport-info {
    width: 50%;
    max-width: 590px;
}
#passport h4 {
    font-size: 1.4rem;
    margin: 40px auto 20px;
}
#privilege {
    background-color: var(--sub-color);
    border-radius: 25px;
    border: 3px solid var(--point-color);
    padding: 50px;
    margin: 80px auto 40px;
    position: relative;
    width: 86%;
    max-width: 1200px;
}
#privilege h4 {
    position: absolute;
    top: -25px;
    left: 0;
    right: 0;
    border: none;
    margin: auto;
    display: inline-block;
    text-align: center;
}
#privilege h4 .sp-h4 {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    display: block;
    padding: 10px;
    min-width: 210px;
    max-width: 240px;
    background-color: var(--point-color);
    color: var(--sub-color);
    font-size: 1.8rem;
    text-align: center;
    margin: auto;
    height: 50px;
}
#privilege h4 .sp-h4::before {
    content: "";
    position: absolute;
    top: 0;
    left: -30px;
    width:0;
    height:0;
    border-style:solid;
    border-width: 25px 30px 25px 0;
    border-color: transparent var(--point-color) transparent transparent;
}
#privilege h4 .sp-h4::after {
    content: "";
    position: absolute;
    top: 0;
    right: -30px;
    width:0;
    height:0;
    border-style:solid;
    border-width: 25px 0 25px 30px;
    border-color: transparent transparent transparent var(--point-color)
}
#privilege .title-num {
    color: var(--point-color);
    border: 1px solid var(--point-color);
    border-radius: 50px;
    width: 90px;
    min-width: 90px;
    height: 90px;
    display: flex;
    align-items: baseline;
    justify-content: center;
    font-size: 1.4rem;
    line-height: 1.6;
    font-weight: 600;
}
#privilege .title-num .num {
    font-size: 4.6rem;
    font-weight: 400;
    position: relative;
    top: 3px;
}
#privilege .privilege-content {
    display: flex;
    margin: 20px 0;
    gap: 30px;
}
#privilege .privilege-content small {
    margin: 10px 0;
    font-weight: 300;
    display: inline-block;
}
#privilege dl {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    margin-top: 26px;
    gap: 30px;
    text-align: left;
}
#privilege dl dt {
    color: var(--point-color);
    font-size: 2rem;
    width: 220px;
    display: block;
}
#privilege .privilege-txt {
    width: 75%;
    font-weight: 600;
}
#privilege .btn-black-round {
    max-width: 330px;
    margin: 20px 0 0 0;
}
table {
  border-collapse: collapse;
    width: 100%;
}
th, td {
  text-align: center;
  border: 1px solid #707070;
  padding: 20px;
    vertical-align: middle;
}
tr.headline th {
  background: #F0F0F0;
  padding: 6px;
}
td.smp-only {
    display: none;
}
td.column2 {
    padding: 0;
}
td.column2 p {
  padding: 20px;
}
td.column2 p:first-child {
  border-bottom: 1px solid #707070;
}
caption {
    margin-top: 10px;
}
#note {
    border: 1px solid var(--main-color);
    padding: 20px 50px 30px 50px;
    width: 86%;
    max-width: 1200px;
    margin: auto;
}
#note h4 {
    border: none;
    border-bottom: 1px solid var(--main-color);
    text-align: center;
    margin: 0 0 30px 0;
}
#note li {
    font-size: 1.2rem;
    line-height: 1.8;
}

@media screen and (max-width: 1280px) {
    
    h4 {
        width: 100%;
    }
    .fee {
        max-width: 100%;
    }
    .fee-list dl {
        display: flex;
        flex-direction: column;
    }
    .fee-list dt {
        width: 6em;
        margin-bottom: 5px;
    }
    .fee-list dd {
        width: 100%;
        margin-bottom: 10px;
        margin-left: 0;
    }
    #contents .wrapper {
        max-width: 100%;
    }
    #map .wrapper {
        max-width: 86%;
    }
    #map img {
        width: 400px;
    }
}
@media screen and (max-width: 1280px) and (orientation: portrait) {
    
    #passport #privilege dl {
        flex-direction: column;
        gap: 20px;
        margin: 20px 0;
}

}
@media screen and (max-width: 767px) {
    
    h4 {
        width: 100%;
    }
    p {
        max-width: 100%;
    }
    .privilege-content p {
        width: 100%;
    }
    #privilege .privilege-txt {
        width: 100%;
}
    .fee {
        flex-direction: column;
        max-width: 100%;
    }
    .fee-list {
        width: 100%;
        margin-bottom: 30px;
        }
    .fee-list dl {
        display: flex;
        flex-direction: row;
    }
    .fee-list dt {
        width: 30%;
        margin-bottom: 5px;
    }
    .fee-list dd {
        width: 70%;
        margin-bottom: 0;
        margin-left: 0;
    }
    #contents .wrapper {
        flex-direction: column;
        max-width: 100%;
    }
    ul.supplement {
        margin-right: 0;
        margin-bottom: 40px;
    }
    #contents p.coupon {
        width: 100%;
        margin: 0;
    }
    .coupon img {
        width: 100%;
    }
    
/* REQUEST */
    
    .important-info {
        padding: 40px 10%;
        width: 100%;
    }
    .kikubijutsu {
        flex-wrap: wrap;
        justify-content: center;
    }
    .important-info p {
        margin-bottom: 20px;
    }
    .important-info img {
        margin-right: 0;
    }
    ul.request-list li {
        line-height: 1.8;
        margin-bottom: 15px;
    }
    
/* ACCESS */
    
    #map {
        flex-direction: column;
        text-align: center;
    }
    #map img {
        width: 100%;
        margin-bottom: 0;
        margin-right: 0;
    }
    
/* PASSPORT */
    
#passport figure {
    width: 100%;
    margin-bottom: 30px;
}
#passport .passport-info {
    width: 100%;
}
#privilege {
    border-radius: 0;
    border:none;
    border-top: 3px solid var(--point-color);
    border-bottom: 3px solid var(--point-color);
    padding: 40px 7%;
    margin: 80px 0 40px;
    width: 100%;
}
#privilege .privilege-content {
    flex-direction: column;
    gap: 0;
    margin: 20px 0 40px;
}
#privilege .title-num {
    position: absolute;
}

#privilege dl {
    flex-direction: column;
    gap: 20px;
    position: relative;
    margin-top: 30px;
}
#privilege dl dt {
    position: relative;
    top: 0;
    left: 110px;
}
#privilege dl dd {
    width: 100%;
    margin-top: 30px;
}
#privilege .btn-black-round {
    width: 100%;
    min-width: 250px;
    margin: 20px 0 0 0;
    }
table {
    border-collapse: collapse;
    border-bottom: 1px solid #707070;
}
tr:first-child {
    display: none;
}
th, td {
    display: block;
    width: 100%;
    text-align: left;
}
td {
    display: flex;
    border-top: none;
    padding: 0;
    align-items: center;
}
td:last-child {
    border-bottom: none;
}
th {
    background: #F0F0F0;
    padding: 10px;
    text-align: center;
    line-height: 1.8;
}
td::before {
    display: block;
    content: attr(data-type);
    width: 140px;
    height: 100%;
    font-size: 1.2rem;
    font-weight: 500;
    padding: 20px 20px 20px 10px;
    border-right: 1px solid #707070;
    margin: 0 10px 0 0;
    letter-spacing: 0em;
}
td.connection-cell {
    border-bottom: none;
    }
td.smp-only {
    display: flex;
}
td.connection-cell .smp-only {
    position: relative;
    top: 28px;
}
td.smp-only .smp-only {
    display: none;
}
td.smp-only::before {
    border-top: 1px solid #707070;
}
td.column2 {
}
td.column2::before {
    border: none;
    margin: 0;
    min-width: 139px;
}
td.column2 .td-wrapper {
    width: 100%;
  border-left: 1px solid #707070;
}
td.column2 p {
    padding: 10px;
}
td.column2 p:first-child {
  border-bottom: 1px solid #707070;
}
#note {
    padding: 20px 25px;
}
#note h4 {
    font-size: 1.4rem;
    margin-bottom: 20px;
}
#note li {
    text-indent: -1em;
    padding-left: 1em;
    margin-bottom: 5px;
    line-height: 1.5;
}
}