@charset "UTF-8";
@import "https://fonts.googleapis.com/css2?family=Shippori+Mincho:wght@500;700&display=swap";
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@500&display=swap");

@page {
    margin: 12mm 7mm;
}

html {
    width: 100%;
    font-size: 100%;
    line-height: 1.68;
    overflow-y: scroll;
    overflow-x: hidden;
}

body {
    width: 100%;
    font-family: "Noto Serif JP", serif, "Shippori Mincho", "ヒラギノUD丸ゴ W3 JIS2004", "Hiragino UD Sans Rd W3 JIS2004", "Hiragino UD Sans F W5 JIS2004", "ヒラギノUD角ゴF W5 JIS2004";
    margin: 0;
    padding: 0;
    height: 100%;
    letter-spacing: 0.75px;
}

* {
    margin: 0;
    padding: 0;
    font-feature-settings: "pkna";
    text-justify: inter-character;
}

a {
    padding: 0 0 0 0;
    outline: none;
    transition: .3s;
}

a:link {
    padding: 0 1px;
    color: #000;
    text-decoration: none;
}

a:visited {
    color: #000;
    text-decoration: none;
}

a:hover {
    padding: 0 1px;
    color: #000;
    opacity: 0.5;
}

a:active {
    color: #000;
    text-decoration: none;
    background-color: transparent;
}

button:hover {
    transition: .3s;
    opacity: 0.5;
}

a.to_detail {
    display: inline-block;
    padding: 10px 15px;
    border: solid 1px #b54c1e;
    background: #fff;
}

a.to_detail::after {
    position: relative;
    top: -3px;
    display: inline-block;
    content: url("/parts/link_arrow.svg");
    margin: 0 0 0 10px;
}

a.return {
    display: inline-block;
    padding: 5px 12px;
    border: solid 1px #b54c1e;
    font-size: 13px;
}

a.return::before {
    position: relative;
    top: -3px;
    display: inline-block;
    content: url("/parts/link_arrow.svg");
    margin: 0 0 0 10px;
    margin: 0 10px 0 0;
    transform: scale(-1, 1);
}

ul {
    list-style: none;
}

ol {
    list-style: none;
}

img {
    vertical-align: middle;
    max-width: none;
    width: auto;
}

div {
    text-align: justify;
    text-justify: inter-ideograph;
}

p {
    text-align: justify;
    text-justify: inter-ideograph;
}

.top #container {
    width: 100%;
}

#container {
    width: 100%;
    height: auto;
    display: block;
}

#container #main {
    width: 100%;
}

header {
    display: block;
    width: 100%;
    margin: 0 auto 0px;
    background: #fff;
}

header .inner {
    display: flex;
    align-items: flex-end;
    gap: 30px;
    height: 90px;
    margin: 0 auto;
    justify-content: space-between;
    position: relative;
}

header h1 {
    align-self: flex-start;
    padding: 28px 0 10px 50px;
    border-top: solid 2px #b54c1e;
}

header h1 a {
    display: flex;
}

header .language {
    display: flex;
    width: 170px;
    height: 45px;
    justify-content: space-evenly;
    align-items: center;
    align-self: baseline;
    font-size: 11px;
    font-weight: bold;
    background: #FCE9DF;
}

header .language .active {
    border-bottom: solid 1px #b54c1e;
}

header .language .active a {
    color: #b54c1e;
}

header .lang_sp {
    display: none;
}

header nav {
    width: 68%;
    display: flex;
    justify-content: flex-end;
}

header nav>ul>li {
    padding: 0 0 30px;
    margin-right: 20px;
}

header nav>ul>li:last-child {
    margin-right: 0;
}

header nav>ul>li.active {
    border-bottom: solid 2px #b54c1e;
}

footer {
    clear: both;
    width: 100%;
    border-top: 1px solid #e7e7e7;
    margin: 120px 0 0;
    background: #DEDBD7;
    padding: 45px 60px;
}

footer .inner {
    margin: 0 auto;
    width: 100%;
    gap: 30px;
}

footer .inner .info {
    display: flex;
    justify-content: space-between;
    align-items: end;
    margin: 0 0 40px;
}

footer .inner .mascot img {
    width: 100px;
    display: block;
    margin: 0 auto 10px;
}

footer .inner .mascot p {
    font-size: 9px;
    letter-spacing: -0.18px;
    text-align: center;
    color: #000;
}

footer .footer_menu {
    margin-bottom: 30px;
    width: 100%;
    margin: 0 0 8px 30px;
}

footer .copyright {
    width: 100%;
    font-size: 11px;
}

footer .logo,
footer .nav {
    margin-left: 30px;
}

footer .mascot {
    margin-right: 80px;
}

nav {
    z-index: 1001;
}

nav>ul {
    font-size: 14px;
}

nav>ul>li {
    position: relative;
    display: inline-block;
    width: auto;
    font-weight: bold;
    text-align: left;
    cursor: pointer;
    margin-right: 20px;
}

nav>ul>li>a {
    display: block;
}

#box {
    max-width: 1170px;
    margin: 0 auto;
}

.first {
    position: relative;
    background: #F5F5F5;
    max-height: 620px;
    position: relative;
    margin: 0 0 80px;
}

.first::after {
    content: "";
    display: block;
    background: #EBEBEB;
    width: 100%;
    height: 320px;
    position: absolute;
    bottom: -180px;
}

#sbox {
    margin: 0 auto;
    max-height: 620px;
    overflow: hidden;
    display: flex;
    align-items: center;
}

#sp_view {
    display: none;
}

main {
    max-width: 980px;
    margin: 0 auto;
}

.top_box {
    margin: 0 auto;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.catchphrase {
    position: absolute;
    left: 100px;
    bottom: 75px;
    padding: 40px 35px 35px;
    background: url("/parts/catch_bg.jpg") no-repeat center bottom;
    background-size: auto 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1001;
}

.catchphrase::before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: '';
    background: rgba(78, 53, 36, 0.75);
}

.catchphrase p {
    position: relative;
    color: #fff;
}

.catchphrase p:first-child {
    font-size: 30px;
    letter-spacing: 4.5px;
    font-weight: bold;
}

.catchphrase p:last-child {
    font-size: 16px;
    letter-spacing: 1.6px;
}

.catchphrase p:last-child::before {
    content: "";
    display: block;
    width: 30px;
    height: 1px;
    background: #fff;
    margin: 25px 0 10px;
}

.catchphrase.en p {
    letter-spacing: 0;
}

#new_list {
    max-width: 310px;
    width: 100%;
    position: absolute;
    top: 55px;
    right: 40px;
    padding: 35px;
    background: #fff;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1001;
}

#new_list h2 {
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 1.6px;
    display: flex;
    align-items: center;
    margin: 0 0 24px;
}

#new_list h2::before {
    position: relative;
    display: inline-block;
    content: '';
    left: 0;
    width: 40px;
    height: 40px;
    margin-right: 10px;
    background: url("/parts/information.svg") 0 0 no-repeat;
    background-size: contain;
}

#info_area ul {
    margin: 0 0 5px;
}

#info_area li {
    padding: 0px 0 10px;
    border-bottom: solid 1px #ccc;
    margin: 0 0 20px;
}

#info_area li div {
    margin-bottom: 10px;
}

#info_area .label {
    padding: 2px 9px 3px;
    margin: 0 15px 0 0;
    font-size: 12px;
    letter-spacing: 1.2px;
    text-align: center;
    color: #b54c1e;
    border: solid 1px #b54c1e;
    border-radius: 2px;
}

#info_area time.new_info_date {
    font-size: 15px;
    letter-spacing: 0.75px;
}

#info_area li a {
    display: block;
}

#info_area span.new_info_ttl {
    font-size: 13px;
    letter-spacing: 0.65px;
    font-weight: bold;
    line-height: 20px;
    display: block;
}

#info_area a.to_detail {
    font-size: 13px;
    float: right;
    padding: 11px 15px;
    margin-top: 5px;
}

#info_area a.detail {
    margin-top: 15px;
    text-align: left;
}

.banner_area {
    display: flex;
    flex-wrap: wrap;
    width: 1000px;
    justify-content: space-between;
    margin: 30px auto;
}

.banner_area::after {
    content: '';
    display: block;
    width: 326px;
}

.banner {
    display: flex;
    justify-content: space-around;
    margin-top: 30px;
}

.banner img {
    max-width: 100%;
}

.banner .type0 {
    width: 1000px;
    height: auto;
}

.banner .type1 {
    width: 664px;
    height: 326px;
}

.banner .type2 {
    width: 326px;
    height: 326px;
}

#container .exhibition {
    max-width: 1080px;
    margin: 0 auto 70px;
    display: flex;
    justify-content: space-between;
    background: #B54C1E;
    position: relative;
}

#container .exhibition div {
    padding: 35px 80px;
    color: #fff;
}

#container .exhibition div p:not(.term) {
    letter-spacing: 1.6px;
    display: flex;
    align-items: center;
    font-weight: bold;
}

#container .exhibition div p:not(.term)::before {
    content: "";
    display: inline-block;
    width: 40px;
    height: 40px;
    background: url(../parts/icon_exhb.svg) no-repeat;
    background-size: contain;
    margin-right: 10px;
}

#container .exhibition div h3 {
    font-size: 26px;
    margin: 20px 0 5px;
}

#container .exhibition div h3::after {
    content: "";
    display: block;
    width: 30px;
    height: 3px;
    background: #fff;
    margin: 15px 0;
}

#container .exhibition div p.term {
    font-size: 14px;
    margin: 0 0 20px;
}

#container .exhibition div p.term span {
    font-size: 20px;
}

#container .exhibition picture {
    max-width: 460px;
    position: relative;
    width: 100%;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

#container .exhibition picture img {
    max-width: 100%;
}

#container.top .exhibition div h3:after {
    content: none;
}

.events {
    background: #F4EFE2;
    margin: 0px calc(50% - 50vw) 60px;
    padding: 60px 0;
    width: 100vw;
}

.events .event {
    max-width: 960px;
    margin: 0 auto 50px;
    background: #fff;
    display: flex;
    justify-content: space-between;
    position: relative;
}

.events .event:last-child {
    margin-bottom: 0;
}

.events .event div {
    padding: 27px 30px 27px 50px;
}

.events .event p:first-child {
    font-size: 14px;
    letter-spacing: 1.4px;
    margin: 0 0 8px;
    display: flex;
    align-items: center;
    font-weight: bold;
}

.events .event p:first-child::before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(../parts/icon_event.svg) no-repeat;
    background-size: contain;
    margin-right: 5px;
}

.events .event h3 {
    font-size: 20px;
    margin: 0 0 5px;
}

.events .event p.term {
    font-size: 14px;
    margin: 0 0 5px;
    word-break: normal;
}

.events .event p.term span {
    font-size: 16px;
    margin: 0 0 5px;
}

.events .event picture {
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 220px;
    width: 100%;
    position: relative;
    min-height: 140px;
}

.events .event picture img {
    position: absolute;
    height: 100%;
}

.events .event a.to_detail {
    position: absolute;
    right: 250px;
    bottom: 27px;
}

.pdf a {
    color: #000;
    font-weight: 600;
    padding-right: 19px;
    background: url("/parts/icon_pdf.png") no-repeat top 2.5px right 0;
}

.xls a {
    color: #000;
    font-weight: 600;
    padding-right: 19px;
    background: url("/parts/icon_excel.png") no-repeat top 2.5px right 0;
}

.doc a {
    color: #000;
    font-weight: 600;
    padding-right: 19px;
    background: url("/parts/icon_word.png") no-repeat top 2.5px right 0;
}

#container.top {
    background: #F5F5F5;
}

#container.top #main {
    width: 100%;
    margin: 0px auto 50px;
}

#left {
    width: 795px;
    float: left;
}

#left>.contents:nth-child(1)>.text-area>.ImgTopCenter {
    margin-top: 0;
}

.ttl_area {
    margin-bottom: 50px;
}

.Contents_Block {
    margin: 50px auto 60px;
}

.Contents_Block:last-child {
    margin-bottom: 0;
}

.ttl_area {
    height: 320px;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#e04804+0,e3ae1f+100 */
    background: #e04804;
    /* Old browsers */
    background: -moz-linear-gradient(left, #e04804 0%, #e3ae1f 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #e04804 0%, #e3ae1f 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #e04804 0%, #e3ae1f 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e04804', endColorstr='#e3ae1f', GradientType=1);
    /* IE6-9 */
    position: relative;
    margin: 0 calc(50% - 50vw) 80px;
    width: 100vw;
    display: flex;
}

.ttl_area::before {
    content: "";
    display: block;
    background: rgba(0, 0, 0, 0.5);
    width: 30px;
    height: 100%;
}

.ttl_area::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: url(../parts/ttl_bg.png) no-repeat;
    background-size: cover;
    position: absolute;
    left: 0;
    top: 0;
}

.ttl_area h1.page_title {
    max-width: 1440px;
    margin: 0 auto;
    width: 100%;
    color: #fff;
    position: relative;
    z-index: 1;
    padding: 100px 20px 0 100px;
    font-weight: bold;
    font-size: 30px;
    letter-spacing: 3px;
}

.event_p .ttl_area {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#176fba+0,76bc23+100 */
    background: #176fba;
    /* Old browsers */
    background: -moz-linear-gradient(left, #176fba 0%, #76bc23 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #176fba 0%, #76bc23 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #176fba 0%, #76bc23 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#176fba', endColorstr='#76bc23', GradientType=1);
    /* IE6-9 */
}

.event_p .ttl_area::before {
    background: #204667;
}

.event_p .ttl_area h1.page_title::after {
    content: "";
    display: block;
    background: url(../parts/ttl_event.jpg) no-repeat;
    background-size: cover;
    background-position: center top;
    width: 100%;
    max-width: 880px;
    width: 50vw;
    height: 100%;
    position: absolute;
    top: 0;
    right: 100px;
    left: auto;
}

.free_page .ttl_area {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#8e3ea3+0,3c60d6+100 */
    background: #8e3ea3;
    /* Old browsers */
    background: -moz-linear-gradient(left, #8e3ea3 0%, #3c60d6 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #8e3ea3 0%, #3c60d6 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #8e3ea3 0%, #3c60d6 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#8e3ea3', endColorstr='#3c60d6', GradientType=1);
    /* IE6-9 */
}

.free_page .ttl_area h1 {
    overflow: hidden;
}

.free_page .ttl_area::before {
    content: "";
    display: block;
    background: #52305b;
    width: 30px;
    height: 100%;
}

.free_page .ttl_area picture {
    display: block;
    overflow: hidden;
    position: absolute;
    top: -35%;
    right: 100px;
    display: flex;
    align-items: center;
    max-width: 880px;
    width: 50vw;
}

.ttl_main {
    margin: 0 0 60px;
    text-align: center;
}

.ttl_main h2 {
    font-size: 20px;
    letter-spacing: 2px;
    text-align: center;
    padding: 0 30px 10px;
    border-bottom: 1px solid #B54C1E;
    display: inline-block;
}

.ttl_sub h3 {
    padding: 0 0 0 30px;
    margin: 0 0 40px 0;
    border-left: solid 2px #b54c1e;
    font-size: 36px;
    letter-spacing: 3.6px;
}

.ttl_sub h3 span {
    display: block;
    font-size: 18px;
    letter-spacing: 0.9px;
    color: #b54c1e;
}

.text-area {
    display: flex;
    flex-direction: column;
}

.text-area h4 {
    font-weight: bold;
}

.text-area .text a {
    color: #b54c1e;
}

.text-area a.link {
    border-radius: 4px;
    width: 40%;
    height: 50px;
    text-align: center;
    line-height: 50px;
    position: relative;
    display: inline-block;
    text-decoration: none;
    color: #fff;
    border-bottom: solid 2px #b54c1e;
    box-shadow: inset 0 2px 0 rgba(255, 255, 255, 0.2), 0 2px 2px rgba(0, 0, 0, 0.19);
    font-weight: bold;
    margin: 30px 0 0;
    background: url("/parts/icon_arrow_link_w.png") no-repeat 98% 50% #b54c1e;
}

.text-area a.link:active {
    border-bottom: solid 2px #b54c1e;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
}

.text-area a.mail {
    border-radius: 4px;
    width: 40%;
    height: 50px;
    text-align: center;
    line-height: 50px;
    position: relative;
    display: inline-block;
    text-decoration: none;
    color: #fff;
    border-bottom: solid 2px #b54c1e;
    box-shadow: inset 0 2px 0 rgba(255, 255, 255, 0.2), 0 2px 2px rgba(0, 0, 0, 0.19);
    font-weight: bold;
    margin: 30px 0 0;
    background: url("/parts/icon_post.png") no-repeat 88% 50% #b54c1e;
}

#main .contents {
    width: 100%;
    position: relative;
    margin: 0 0 80px 0;
}

/* トップコンテンツ */
.top .ttl_main h2 {
    font-size: 30px;
    padding: 0 0 20px;
}

.top .ttl_sub h3 {
    font-size: 18px;
    letter-spacing: 1.8px;
    padding: 0;
    border: none;
    display: flex;
    align-items: center;
}

.top .introduction {
    background-color: rgba(51, 39, 34, 0.6);
    margin: 0 calc(50% - 50vw) 0;
    padding: 120px 0 111px;
    position: relative;
    line-height: 48px;
}

.top .introduction::after {
    content: "";
    display: block;
    background: url(../parts/top_shisetu_bg.jpg) no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.top .introduction p {
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
}

.top .introduction div.sp {
    display: none;
}

.top .exhb_box {
    margin: 0 -50px;
}

.top .top_exhb {
    background: #fff;
    padding: 111px 0 84px;
    margin: 0 calc(50% - 50vw) 121px;
    max-width: none;
}

.top .top_exhb .horizontal {
    max-width: 950px;
    margin: 0 auto;
}

.top .top_exhb .horizontal .image {
    max-width: 280px;
    margin-bottom: 60px;
    align-self: flex-start;
}

.top .top_exhb .horizontal picture {
    margin-bottom: 24.5px;
}

.top .top_exhb .horizontal picture img {
    display: block;
    max-width: 100%;
    width: 100%;
}

.top .top_exhb .text {
    flex: inherit;
    width: 100%;
}

.top .top_exhb .text p {
    text-align: center;
}

.top .top_exhb p.image_title {
    font-size: 26px;
    font-weight: bold;
    letter-spacing: 2.6px;
    text-align: center;
}

.top .top_exhb p.image_title span {
    font-size: 15px;
    font-weight: normal;
    margin: 0 0 25px;
    display: block;
}

.top #guide {
    border-bottom: 1px solid #BCBCBC;
    margin-bottom: 50px;
}

.top #guide .ttl_main {
    margin: 0 0 70px;
}

.top #guide .horizontal {
    justify-content: center;
    margin-bottom: 50px;
}

.top #guide .horizontal .image {
    margin-right: 50px;
}

.top #guide h3 {
    font-size: 18px;
    letter-spacing: 1.8px;
    margin: 0 0 22px;
    display: flex;
    align-items: center;
}

.top #guide h3::before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 24px;
    background: url(../parts/icon_pin.svg) no-repeat;
    background-size: contain;
    margin-right: 9px;
}

.top #guide .text {
    max-width: 600px;
}

.top #guide .text p {
    font-size: 15px;
    letter-spacing: 0.75px;
}

.top #guide .text div {
    padding: 0 0 60px;
    margin: 0 0 48px;
    border-bottom: 1px solid #BCBCBC;
}

.top #guide .text .price {
    border-bottom: none;
    margin-bottom: 0;
    padding: 0;
}

.top #guide .text .price h3:before {
    background-image: url(../parts/icon_yen.svg);
    width: 24px;
    height: 24px;
}

.top .map {
    padding-bottom: 70px;
    border-bottom: 1px solid #BCBCBC;
}

.top .map .ttl_sub h3:before {
    content: "";
    display: inline-block;
    width: 27px;
    height: 27px;
    background: url(../parts/icon_facility.svg) no-repeat;
    background-size: contain;
    margin-right: 10px;
}

.top .map img {
    margin: 0 auto;
    display: block;
}

.top .map p.caution {
    max-width: 830px;
    margin: 40px auto 0;
}

.top .map p.sp_notice {
    display: none;
}

.top .access .ttl_sub h3:before {
    content: "";
    display: inline-block;
    width: 30px;
    height: 30px;
    background: url(../parts/icon_car.svg) no-repeat;
    background-size: contain;
    margin-right: 10px;
}

.top .access h4 {
    font-size: 16px;
    letter-spacing: 0.8px;
    margin: 0 0 20px;
}

.top .access iframe {
    max-width: 830px;
    display: block;
    width: 100%;
    margin: 0 auto 70px;
}

.top .access .image+.image {
    display: none;
}

/* イベント */
.e_notice {
    border: 1px solid #BCBCBC;
    padding: 30px 40px;
    margin: 0 0 55px;
    font-size: 13px;
}

.e_notice span {
    color: #B54C1E;
}

#container.event_p {
    background: #F5F5F5;
}

#container.event_p .exhibition,
#container.event_p main .event {
    margin: 0 calc(50% - 50vw) 100px;
    width: 100vw;
    max-width: none;
    display: flex;
    justify-content: center;
}

#container.event_p .exhibition>div>div,
#container.event_p main .event>div>div {
    padding: 0px 0 36px;
    font-size: 15px;
}

#container.event_p .exhibition>div>div h3,
#container.event_p main .event>div>div h3 {
    margin: 0;
}

#container.event_p .exhibition>div>div h3:after,
#container.event_p main .event>div>div h3:after {
    content: "";
    width: 30px;
    height: 3px;
    background: #fff;
    display: block;
    margin: 15px 0 16px;
}

#container.event_p .exhibition>div,
#container.event_p main .event>div {
    font-size: inherit;
    padding: 50px 80px 40px 0;
    max-width: 530px;
    box-sizing: content-box;
    width: 100%;
}

#container.event_p .exhibition picture,
#container.event_p main .event picture {
    max-width: 320px;
    align-items: flex-start;
    margin: 50px 0;
}

#container.event_p .exhibition picture img,
#container.event_p main .event picture img {
    display: block;
    max-width: 100%;
}

#container.event_p .exhibition .reserv a,
#container.event_p main .event .reserv a {
    font-size: 13px;
    color: #B54C1E;
    border-bottom: 1px solid #B54C1E;
    font-weight: bold;
}

#container.event_p .exhibition span.reservation,
#container.event_p main .event span.reservation {
    font-size: 18px;
    padding: 5px 10px;
    border: 1px solid #fff;
    display: inline-block;
    margin: 0 0 15px;
    font-weight: bold;
}

#container.event_p .exhibition dl,
#container.event_p main .event dl {
    font-size: 14px;
    font-weight: bold;
}

#container.event_p .exhibition dt,
#container.event_p main .event dt {
    max-width: 80px;
    width: 100%;
    margin-right: 17px;
    float: left;
    clear: left;
}

#container.event_p .exhibition dd,
#container.event_p main .event dd {
    margin-left: 107px;
    margin-bottom: 15px;
}

#container.event_p .exhibition dd a,
#container.event_p main .event dd a {
    font-size: 13px;
    color: #B54C1E;
}

#container.event_p .exhibition dd a::before,
#container.event_p main .event dd a::before {
    content: url("../parts/icon_dl_white.svg");
    display: inline-block;
    margin-right: 8px;
}

#container.event_p .exhibition .term p,
#container.event_p main .event .term p {
    word-break: normal;
}

#container.event_p main .event {
    background: #F4EFE2;
}

#container.event_p main .event h3 {
    font-size: 26px;
    border: none;
}

#container.event_p main .event div h3:after {
    content: "";
    display: block;
    width: 30px;
    height: 3px;
    background: #B54C1E;
    margin: 15px 0 15px;
}

#container.event_p main .event span.reservation {
    color: #B54C1E;
    border-color: #B54C1E;
    margin: 0 20px 15px 0;
}

#container.event_p main .event span.reservation .not {
    color: #000;
    border-color: #000;
}

#container.event_p main .event dd a:before {
    content: none;
}

#container.event_p main .event dd .term a:before {
    content: url("../parts/icon_dl_red.svg");
}

#container.event_p main .event:last-child {
    margin-bottom: 0;
}

#container.event_p .exhibition {
    flex-wrap: wrap;
}

#container.event_p .exhibition a.to_detail {
    background: no-repeat;
    color: #fff;
    border: 1px solid #fff;
}

#container.event_p .exhibition a.to_detail::after {
    content: url("/parts/link_arrow_w.svg");
}

#container.event_p .exhibition>p {
    width: 100%;
    margin: 0 0 60px;
    text-align: center;
}

#container.event_p .exhibition .intro p {
    display: block;
}

#container.event_p .exhibition .intro p:before {
    content: none;
}

#container.event_p .exhibition .intro a {
    color: #fff;
    text-decoration: underline;
}

/* 展示内容 */
#container.exhibition {
    flex-wrap: wrap;
}

#container.exhibition .ttl_area {
    margin-bottom: 0;
}

#container.exhibition main .Contents_Block:nth-of-type(2) {
    padding: 80px 0 90px;
    background: #F5F5F5;
    margin: 0 calc(50% - 50vw) 90px;
    width: 100vw;
}

#container.exhibition main .Contents_Block:nth-of-type(2) .text-area {
    max-width: 980px;
    margin: 0 auto;
    padding-top: 0;
}

#container.exhibition .text-area {
    position: relative;
    padding-top: 50px;
}

#container.exhibition .text-area::before {
    content: "";
    background: #F4EFE2;
    width: 100vw;
    height: 200px;
    margin: 0 calc(50% - 50vw);
    position: absolute;
    top: 0;
    left: -15px;
    z-index: -1;
}

#container.exhibition .horizontal {
    margin-right: -30px;
}

#container.exhibition .image {
    margin-right: 30px;
    margin-left: 0px !important;
}

#container.exhibition a.to_detail {
    background: no-repeat;
    color: #fff;
    border: 1px solid #fff;
}

#container.exhibition a.to_detail::after {
    content: url("/parts/link_arrow_w.svg");
}

/* 珍しい化石 */
#container.fossil .ttl_area {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f0b000+0,713fe0+100 */
    background: #f0b000;
    /* Old browsers */
    background: -moz-linear-gradient(left, #f0b000 0%, #713fe0 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #f0b000 0%, #713fe0 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #f0b000 0%, #713fe0 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f0b000', endColorstr='#713fe0', GradientType=1);
    /* IE6-9 */
    margin-bottom: 0;
}

#container.fossil .ttl_area::before {
    background: #80651c;
}

.fossil main .Contents_Block .image_title span {
    font-size: 60px;
    letter-spacing: 3px;
    margin-right: 33px;
    margin-top: -20px;
}

.fossil main .Contents_Block .image_title {
    font-size: 24px;
    letter-spacing: 1.2px;
    display: flex;
}

.fossil main .Contents_Block .ImgTopLeft+.text {
    max-width: 600px;
}

.fossil main .Contents_Block .horizontal {
    border-bottom: 1px solid #bcbcbc;
    margin-bottom: 70px;
    padding-bottom: 50px;
}

.fossil main .Contents_Block:nth-of-type(2) .ttl_main {
    margin: 0;
    padding-bottom: 70px;
    background: url(../parts/icon_fossil.svg) no-repeat;
    background-position: center top;
}

.fossil main .Contents_Block:nth-of-type(2) h2 {
    position: relative;
    padding-top: 5.6em;
    padding-bottom: 10px;
    z-index: 3;
}

.fossil main .Contents_Block:nth-of-type(2),
.fossil main .Contents_Block:nth-of-type(3) {
    background: #F5F5F5;
    margin: 0 calc(50% - 50vw) 0px;
}

.fossil main .Contents_Block:nth-of-type(2) .horizontal,
.fossil main .Contents_Block:nth-of-type(3) .horizontal {
    justify-content: center;
    max-width: 980px;
    margin: 0 auto;
    padding-bottom: 0;
    border: none;
}

.fossil main .Contents_Block:nth-of-type(2) .horizontal .ImgTopLeft,
.fossil main .Contents_Block:nth-of-type(3) .horizontal .ImgTopLeft {
    margin-right: 45px;
    margin-left: 45px;
    margin-bottom: 122px;
    position: relative;
    max-width: 400px;
}

.fossil main .Contents_Block:nth-of-type(2) .horizontal picture,
.fossil main .Contents_Block:nth-of-type(3) .horizontal picture {
    order: 1;
}

.fossil main .Contents_Block:nth-of-type(2) .horizontal .image_title,
.fossil main .Contents_Block:nth-of-type(3) .horizontal .image_title {
    background: #B54C1E;
    color: #fff;
    font-weight: bold;
    font-size: 20px;
    letter-spacing: 1px;
    padding: 4px 12px;
    text-align: center;
    align-self: center;
    line-height: 30px;
    margin: -20px 0 20px;
    order: 2;
}

.fossil main .Contents_Block:nth-of-type(2) .horizontal .image_content,
.fossil main .Contents_Block:nth-of-type(3) .horizontal .image_content {
    font-size: 15px;
    letter-spacing: 0.75px;
    text-align: center;
    position: relative;
    order: 3;
}

.fossil main .Contents_Block:nth-of-type(2) .horizontal .image_content .place,
.fossil main .Contents_Block:nth-of-type(3) .horizontal .image_content .place {
    text-align: center;
    font-size: 13px;
}

.fossil main .Contents_Block:nth-of-type(2) .horizontal .image_content .place+p,
.fossil main .Contents_Block:nth-of-type(3) .horizontal .image_content .place+p {
    margin-top: 30px;
}

.fossil main .Contents_Block:nth-of-type(2) {
    padding-top: 80px;
}

.fossil main .Contents_Block:nth-of-type(3) {
    margin-bottom: 110px;
}

.fossil main .Contents_Block:last-of-type .horizontal {
    border: none;
}

.fossil .text {
    font-size: 15px;
    letter-spacing: 0.75px;
}

/* リンク集 */
.links .ttl_area {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#20711b+0,36c4c4+100 */
    background: #20711b;
    /* Old browsers */
    background: -moz-linear-gradient(left, #20711b 0%, #36c4c4 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #20711b 0%, #36c4c4 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #20711b 0%, #36c4c4 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#20711b', endColorstr='#36c4c4', GradientType=1);
    /* IE6-9 */
}

.links .ttl_area::before {
    background: #254722;
}

.links .text-area ul {
    margin: 70px 0 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.links .text-area ul li {
    max-width: 430px;
    font-size: 18px;
    font-weight: bold;
    padding: 0 0 20px;
    margin: 0 0 35px;
    border-bottom: 1px solid #BCBCBC;
    width: 100%;
}

.links .text-area ul li::before {
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    background: #B54C1E;
    border-radius: 50px;
    margin-right: 10px;
}

a.icon_pdf {
    color: #000;
    font-weight: 600;
    padding-right: 19px;
    background: url("/parts/icon_pdf.png") no-repeat right 0;
}

a.icon_excel {
    color: #000;
    font-weight: 600;
    padding-right: 19px;
    background: url("/parts/icon_excel.png") no-repeat right 0;
}

a.icon_word {
    color: #000;
    font-weight: 600;
    padding-right: 19px;
    background: url("/parts/icon_word.png") no-repeat right 0;
}

.table_typeA {
    width: 570px;
    text-align: center;
    font-weight: normal;
    border: 1px solid #cccccc;
    padding: 5px;
    margin: 10px 0;
}

.table_typeA th {
    width: 570px;
    text-align: center;
    font-weight: normal;
    border: 1px solid #cccccc;
    padding: 5px;
    background: #e8f5fd;
}

.table_typeA td {
    width: 570px;
    text-align: center;
    font-weight: normal;
    border: 1px solid #cccccc;
    padding: 5px;
}

.f_tbl table {
    width: 100%;
    font-size: 0.95rem;
    margin: 10px 0;
    box-sizing: border-box;
}

.f_tbl table th {
    padding: 10px 10px;
    font-weight: 100;
    border-bottom: solid 1px #fff;
    vertical-align: top;
    background: #f8fafb;
    width: 25%;
    text-align: left;
    background: #c4e5ff;
}

.f_tbl table td {
    padding: 10px 10px;
    font-weight: 100;
    border-bottom: solid 1px #fff;
    vertical-align: top;
    background: #f8fafb;
}

.horizontal {
    flex-wrap: wrap;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    margin: 0 0 60px;
}

.horizontal .text {
    flex: 1;
}

.image {
    display: flex;
    flex-direction: column;
    margin-bottom: 60px;
}

.ImgTopCenter {
    max-width: 100%;
    align-self: center;
}

.ImgTopCenter img {
    max-width: 100%;
    border-radius: 2px;
}

.ImgBottomCenter {
    max-width: 100%;
    margin-top: 15px;
    align-self: center;
}

.ImgBottomCenter img {
    max-width: 100%;
    border-radius: 2px;
}

.ImgRight {
    max-width: 100%;
    align-self: flex-end;
    margin-left: 30px;
}

.ImgRight img {
    max-width: 100%;
    border-radius: 2px;
}

.ImgLeft {
    max-width: 100%;
    align-self: flex-start;
    margin: 0 30px 0 0;
}

.ImgLeft img {
    max-width: 100%;
    border-radius: 2px;
}

.ImgTopLeft {
    max-width: 100%;
    align-self: flex-start;
    margin-right: 30px;
}

.ImgTopLeft img {
    max-width: 100%;
    border-radius: 2px;
}

.ImgTopRight {
    max-width: 100%;
    margin-left: 30px;
}

.ImgTopRight img {
    max-width: 100%;
    border-radius: 2px;
}

.ImgBottomLeft {
    max-width: 100%;
    align-self: flex-start;
    margin-right: 30px;
}

.ImgBottomLeft img {
    max-width: 100%;
    border-radius: 2px;
}

.ImgBottomRight {
    max-width: 100%;
    align-self: flex-end;
    margin-left: 30px;
}

.ImgBottomRight img {
    max-width: 100%;
    border-radius: 2px;
}

.text {
    word-break: break-all;
    overflow-wrap: anywhere;
}

.ImgLeft+.text,
.ImgTopLeft+.text {
    flex: 1;
    margin: 0 30px;
    max-width: 450px;
}

.ImgRight+.text,
.ImgTopRight+.text {
    flex: 1;
    max-width: 450px;
    margin: 0 30px;
}

.horizontal .ImgRight,
.horizontal .ImgTopRight {
    order: 3;
}

.horizontal .ImgRight:first-child,
.horizontal .ImgTopRight:first-child {
    order: 1;
}

.horizontal .ImgRight+.text,
.horizontal .ImgTopRight+.text {
    order: 2;
}

#page-top {
    position: fixed;
    display: none;
    width: 80px;
    height: 40px;
    bottom: 40px;
    right: 30px;
    z-index: 9999999;
    cursor: pointer;
}

#page-top span {
    display: block;
    width: 100%;
    height: 100%;
    line-height: 60px;
    text-align: center;
    font-size: 12px;
    -webkit-transition: 1s;
    transition: 1s;
    background: url("/parts/pagetop.svg") no-repeat center 0;
}

.page_view {
    display: flex;
    justify-content: center;
    font-size: 18px;
}

.page_view a {
    color: #B54C1E;
    display: block;
    padding: 0 10px;
}

.page_view span {
    color: #000;
    padding: 0 10px;
}

.page_view a.next,
.page_view a.prev {
    font-size: 12px;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 10px;
    color: #000;
}

.page_view a.next::before,
.page_view a.prev::before {
    content: "";
    display: block;
    margin: 0 0 10px;
    background: url(/parts/link_arrow.svg) no-repeat;
    width: 20px;
    height: 9px;
}

.page_view a.prev::before {
    transform: scale(-1, 1);
}

.error_page {
    margin: 50px 0 0;
    text-align: center;
}

.error_page p {
    text-align: center;
}

/* Eng */
*:lang(en) {
    text-justify: none;
    hyphens: auto;
}

*:lang(en) #container.event_p .exhibition dt,
*:lang(en) #container.event_p main .event dt {
    max-width: 90px;
}

@media screen and (max-width: 1200px) {
    .ttl_area h1:after {
        left: 220px;
    }
}

@media screen and (max-width: 1100px) {
    header .language {
        display: none;
    }

    header .lang_sp {
        display: block;
        margin-right: 70px;
        background: none;
        display: flex;
        width: 70px;
        justify-content: space-between;
    }

    footer {
        padding: 35px 20px 40px;
    }

    footer .footer_menu {
        display: none;
    }

    footer .inner .info {
        flex-direction: column-reverse;
        align-items: center;
        margin: 0 0 24px;
    }

    footer .mascot {
        margin: 0 0 20px;
    }

    footer .copyright {
        font-size: 10px;
        text-align: center;
    }

    #box {
        width: auto;
    }

    main {
        max-width: none;
        margin: 0 30px;
    }

    .free_page .ttl_area picture {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .top .events {
        margin: 0px -30px 60px;
        padding: 60px 20px;
    }

    .top .introduction {
        margin: 0 -30px;
        padding: 120px 20px 111px;
    }

    .top .top_exhb {
        margin: 0 -30px 120px;
        padding: 111px 20px 84px;
    }

    .horizontal {
        margin: 0 0px 60px 0px;
        width: 100%;
    }

    /* イベント */
    #container.event_p .exhibition,
    #container.event_p main .event {
        margin: 0 0px 50px;
        padding: 0 20px;
    }

    /* 展示内容 */
    #container.exhibition .Contents_Block {
        margin: 50px 0 60px 30px;
    }

    #container.exhibition main .Contents_Block:nth-of-type(2) {
        margin: 0 -30px 90px;
        padding: 80px 20px 90px;
    }

    /* 珍しい化石 */
    .fossil main .Contents_Block .horizontal {
        margin: 0 0 60px;
    }
}

@media screen and (max-width: 896px) {
    #container {
        overflow: hidden;
    }

    header nav>ul>li {
        margin-right: 0;
    }

    footer {
        margin-top: 60px;
    }

    footer .copyright span {
        display: block;
    }

    .catchphrase {
        min-width: 155px;
        padding: 20px 19px;
        left: 20px;
        top: 40px;
        bottom: auto;
        white-space: nowrap;
    }

    .catchphrase p:first-child {
        font-size: 17px;
        letter-spacing: 2.25px;
    }

    .catchphrase p:last-child {
        font-size: 11px;
    }

    .first {
        max-height: none;
        margin-bottom: 0px;
    }

    .first::after {
        bottom: auto;
        top: 480px;
        height: 110px;
    }

    #new_list {
        position: relative;
        top: -70px;
        right: 0;
        transform: inherit;
        padding: 25px;
        max-width: none;
        margin: 0 30px;
    }

    #new_list h2 {
        font-size: 18px;
        letter-spacing: 1.8px;
    }

    #new_list h2::before {
        width: 30px;
        height: 30px;
    }

    #info_area a.to_detail {
        padding: 9px 15px;
    }

    a.to_detail:after {
        content: "";
        background: url(../parts/link_arrow.svg);
        width: 12px;
        height: 5px;
        background-size: cover;
        margin-left: 5px;
    }

    .top_box {
        display: flex;
        justify-content: center;
        position: static;
        margin-bottom: -20px;
    }

    #container.top .exhibition,
    .top .event div {
        flex-direction: column;
        align-items: center;
        margin: 0 0 30px;
    }

    #container.top .exhibition div,
    .top .event div div {
        padding: 40px 60px;
        width: 100%;
    }

    #container.top .exhibition div h3:after,
    .top .event div div h3:after {
        content: none;
    }

    #container.top .exhibition div p.term,
    .top .event div div p.term {
        font-size: 12px;
        margin: 0 0 25px;
    }

    #container.top .exhibition div p.term span,
    .top .event div div p.term span {
        font-size: 18px;
        margin-left: 10px;
    }

    #container.top .exhibition div p:not(.term),
    .top .event div div p:not(.term) {
        font-size: 18px;
        letter-spacing: 1.8px;
        margin: 0 0 15px;
    }

    #container.top .exhibition div p:not(.term)::before,
    .top .event div div p:not(.term)::before {
        width: 30px;
        height: 30px;
    }

    #container.top .exhibition a.to_detail,
    .top .event div a.to_detail {
        float: right;
        width: auto;
        position: relative;
        right: 0;
        bottom: 0;
    }

    #container.top .exhibition picture,
    .top .event div picture {
        max-width: none;
        padding: 0 0px 15px;
    }

    .top .events {
        padding: 30px 30px 30px;
        margin-bottom: 30px;
    }

    .top .events .event {
        flex-direction: column;
        padding: 30px 20px;
    }

    .top .events .event h3 {
        font-size: 18px;
        line-height: 26px;
        margin: 0 0 20px;
    }

    .top .events .event div {
        padding: 0;
        margin-bottom: 0;
        width: 100%;
    }

    .top .events .event picture img {
        position: relative;
        height: auto;
    }

    .top .introduction {
        padding: 70px 30px 76px;
    }

    .top .introduction .pc {
        font-size: 16px;
    }

    .top .top_exhb {
        padding: 70px 30px 55px;
        margin-bottom: 70px;
    }

    .top .top_exhb .horizontal {
        flex-direction: column;
    }

    .top .top_exhb .horizontal picture {
        text-align: center;
    }

    .top .top_exhb .horizontal .image {
        max-width: none;
        margin-bottom: 50px;
    }

    .top .top_exhb .horizontal .image img {
        width: 100%;
        max-width: 285px;
        margin: 0 auto;
    }

    .top .top_exhb p.image_title {
        font-size: 20px;
        letter-spacing: 2px;
    }

    .top .top_exhb p.image_title span {
        font-size: 13px;
        margin-top: 4px;
        margin-bottom: 12px;
    }

    .top #guide .ttl_main {
        margin: 0 0 40px;
    }

    .top #guide .horizontal .image {
        margin: 0 0 55px;
    }

    .top #guide h3 {
        font-size: 16px;
        letter-spacing: 1.6px;
        margin: 0 0 25px;
    }

    .top #guide h3::before {
        width: 14px;
        height: 20px;
    }

    .top #guide .text p {
        font-size: 14px;
        letter-spacing: 0.7px;
    }

    .top #guide .text div {
        padding: 0 0 50px;
        margin: 0 0 50px;
    }

    .top .map {
        padding-bottom: 50px;
        margin-bottom: 40px;
    }

    .top .map .text {
        overflow: auto;
    }

    .top .map .arealinks {
        margin: 0 calc(50% - 50vw) 0 0;
    }

    .top .map p.sp_notice {
        display: block;
        color: #B54C1E;
        font-size: 12px;
        letter-spacing: 0.6px;
        margin: 30px 0 20px;
    }

    .top .map p.caution {
        margin: 0;
    }

    .top .access {
        font-size: 14px;
        letter-spacing: 0.7px;
        margin: 0 0 15px;
    }

    .top .access h4 {
        margin: 0;
    }

    a.to_detail {
        font-size: 13px;
    }

    .top .ttl_main {
        margin-bottom: 50px;
    }

    .top .ttl_main h2 {
        font-size: 24px;
        letter-spacing: 2.4px;
        padding: 0 0 15px;
    }

    .event_p .ttl_area {
        height: 300px;
        flex-direction: column;
        margin-bottom: 50px;
        background: linear-gradient(to bottom, #176fba 0%, #76bc23 100%);
    }

    .event_p .ttl_area::before {
        width: 100%;
        height: 15px;
    }

    .event_p .ttl_area h1.page_title {
        padding: 30px;
        font-size: 18px;
        letter-spacing: 1.8px;
        height: 100%;
        overflow: hidden;
        padding: 20px 30px 0;
        margin: 0 0 20px;
    }

    .event_p .ttl_area h1.page_title::after {
        position: relative;
        right: auto;
        left: 0;
        max-width: none;
        margin: 20px calc(50% - 50vw);
        width: 100vw;
    }

    .free_page .ttl_area {
        height: 300px;
        flex-direction: column;
        margin-bottom: 50px;
    }

    .free_page .ttl_area::before {
        width: 100%;
        height: 15px;
    }

    .free_page .ttl_area h1.page_title {
        padding: 30px;
        font-size: 18px;
        letter-spacing: 1.8px;
        height: 100%;
        overflow: hidden;
        padding: 20px 30px 0;
        margin: 0 0 20px;
    }

    .free_page .ttl_area h1.page_title picture {
        position: relative;
        right: auto;
        left: 0;
        top: 0;
        max-width: none;
        margin: 20px calc(50% - 50vw);
        width: 100vw;
        height: 100%;
        position: relative;
    }

    .free_page .ttl_area h1.page_title picture img {
        width: 100%;
    }

    #container.fossil .ttl_area {
        background: linear-gradient(to bottom, #f0b000 0%, #713fe0 100%);
    }

    .links .ttl_area {
        background: linear-gradient(to bottom, #20711b 0%, #36c4c4 100%);
    }

    #container.exhibition .ttl_area {
        background: linear-gradient(to bottom, #8e3ea3 0%, #3c60d6 100%);
    }

    .ttl_main {
        margin: 0 0 40px;
    }

    .ttl_main h2 {
        font-size: 16px;
        letter-spacing: 1.6px;
        padding: 0 20px 10px;
    }

    .free_page main {
        margin: 0 20px;
    }

    .free_page .ttl_main {
        margin: 0 0 30px;
    }

    .ttl_sub h3 {
        font-size: 20px;
        letter-spacing: 2px;
        padding: 0 0 0 14px;
        margin: 0 0 26px;
    }

    .ttl_sub h3 span {
        font-size: 11px;
        letter-spacing: 0.5px;
        margin: 0 0 2px;
    }

    .horizontal {
        justify-content: center;
    }

    .text {
        font-size: 13px;
        letter-spacing: 0.65px;
    }

    .image {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }

    .ImgLeft+.text,
    .ImgTopLeft+.text,
    .horizontal .ImgRight+.text,
    .horizontal .ImgTopRight+.text {
        width: auto;
        flex: auto;
        max-width: none;
    }

    .horizontal .ImgRight+.text,
    .horizontal .ImgTopRight+.text {
        order: 5;
    }

    /* イベント */
    .e_notice {
        font-size: 11px;
        padding: 20px;
        margin: 0 20px 55px;
    }

    #container.event_p .exhibition,
    #container.event_p main .event {
        flex-direction: column-reverse;
        padding: 0 20px 20px;
        margin: 0 0 60px;
    }

    #container.event_p .exhibition picture,
    #container.event_p main .event picture {
        margin: 50px auto 20px;
        max-width: 100%;
    }

    #container.event_p .exhibition>div,
    #container.event_p main .event>div {
        padding: 0;
        max-width: none;
    }

    #container.event_p .exhibition>div>div,
    #container.event_p main .event>div>div {
        font-size: 13px;
        letter-spacing: 0.65px;
        margin: 0 0 26px;
        padding: 0;
    }

    #container.event_p .exhibition dl,
    #container.event_p main .event dl {
        font-size: 12px;
    }

    #container.event_p .exhibition dl dd,
    #container.event_p main .event dl dd {
        font-size: 16px;
        position: relative;
        top: -3px;
    }

    #container.event_p .exhibition dl dd a,
    #container.event_p main .event dl dd a {
        font-size: 12px;
    }

    #container.event_p .exhibition div h3 {
        font-size: 20px;
        padding: 0 0 10px;
    }

    #container.event_p .exhibition div h3::after {
        width: 25px;
        height: 2px;
        margin: 10px 0;
    }

    #container.event_p .exhibition>div {
        order: 2;
    }

    #container.event_p .exhibition picture {
        order: 3;
    }

    #container.event_p .exhibition p {
        order: 1;
        margin: 35px 0 30px;
    }

    #container.event_p main .event h3 {
        font-size: 20px;
        border: none;
    }

    /* 展示内容 */
    #container.exhibition main .Contents_Block:nth-of-type(2) {
        margin: 0 -20px 47px;
        padding: 50px 20px 60px;
    }

    #container.exhibition main .Contents_Block:nth-of-type(2) .text-area {
        padding-top: 0;
    }

    #container.exhibition .Contents_Block {
        margin: 0 -7.5px 60px;
        display: flex;
        flex-direction: column;
    }

    #container.exhibition .horizontal {
        max-width: 490px;
        align-self: center;
        justify-content: space-between;
        left: 0;
        margin-right: 0;
    }

    #container.exhibition .horizontal .image {
        margin-right: 7.5px;
        margin-left: 7.5px;
        margin-bottom: 20px;
        width: calc(50% - 10px);
    }

    #container.exhibition .horizontal .image:first-child {
        width: 100%;
        text-align: center;
    }

    #container.exhibition picture img {
        width: 100%;
    }

    #container.exhibition main .Contents_Block:nth-of-type(2) .text-area:before {
        content: none;
    }

    #container.exhibition .text-area:before {
        left: 0;
    }

    .ImgLeft+.text,
    .ImgTopLeft+.text,
    .ImgRight+.text,
    .ImgTopRight+.text {
        margin: 0;
    }

    /* 珍しい化石 */
    .fossil main .Contents_Block .image_title {
        flex-direction: column;
        align-items: center;
        text-align: center;
        margin: 0 0 30px;
    }

    .fossil main .Contents_Block .ImgTopLeft {
        margin-right: 0;
        margin-bottom: 30px;
    }

    .fossil main .Contents_Block .horizontal {
        margin: 0 0 30px;
        padding: 0 0 40px;
    }

    .fossil main .Contents_Block .image_title span {
        margin-right: 0;
        margin-bottom: -10px;
    }

    .fossil main .Contents_Block picture {
        display: flex;
        justify-content: center;
    }

    .fossil main .Contents_Block:nth-of-type(2) h2,
    .fossil main .Contents_Block:nth-of-type(3) h2 {
        font-size: 16px;
        letter-spacing: 1.6px;
        margin: 0 0 54px;
    }

    .fossil main .Contents_Block:nth-of-type(2) h2::after,
    .fossil main .Contents_Block:nth-of-type(3) h2::after {
        width: 180px;
        height: 140px;
    }

    .fossil main .Contents_Block:nth-of-type(2) .horizontal .image_title,
    .fossil main .Contents_Block:nth-of-type(3) .horizontal .image_title {
        font-size: 15px;
        letter-spacing: 0.75px;
        padding: 5px 10px;
        margin-bottom: 10px;
    }

    .fossil main .Contents_Block:nth-of-type(2) .horizontal .ImgTopLeft,
    .fossil main .Contents_Block:nth-of-type(3) .horizontal .ImgTopLeft {
        margin-bottom: 50px;
    }

    .fossil main .Contents_Block:nth-of-type(2) {
        margin: 0 -30px;
        padding: 50px 30px 35px;
    }

    .fossil main .Contents_Block:nth-of-type(2) .ttl_main {
        padding-bottom: 30px;
    }

    .fossil main .Contents_Block:nth-of-type(3) {
        margin-bottom: 50px;
        padding: 0 20px;
    }

    .fossil main .Contents_Block:nth-of-type(3) .ttl_main {
        margin-bottom: 40px;
    }

    .fossil main .Contents_Block:nth-of-type(3) h2 {
        margin: 0 0 0px;
    }

    /* リンク集 */
    .links .text-area ul {
        margin-top: 60px;
        flex-direction: column;
    }

    .links .text-area ul li {
        font-size: 16px;
        max-width: 335px;
        margin: 0 auto 30px;
    }

    .reservation .status {
        display: block;
    }

    .reservation .status li {
        margin: 0 0 10px 0;
    }

    .reservation table {
        width: 100%;
    }

    .reservation th {
        width: 100%;
        display: block;
    }

    .reservation td {
        display: block;
    }

    html {
        min-width: 320px;
        overflow-x: hidden;
        overflow-y: scroll;
    }

    body {
        width: 100%;
    }

    header .inner {
        width: 100%;
    }

    footer {
        width: 100%;
    }

    footer .inner {
        width: 100%;
    }

    footer .footer_menu {
        display: none;
    }

    #container {
        width: 100%;
    }

    #container #main {
        width: 100%;
    }

    img {
        max-width: 100%;
    }

    #sbox {
        width: 100%;
    }

    #box {
        width: 100%;
    }

    #pc_view {
        display: none;
    }

    #sp_view {
        display: block;
    }

    #new_list a.backnumber {
        font-size: 1rem;
    }

    .banner_area {
        width: 100%;
        display: inline-block;
    }

    .banner .type1 {
        height: auto;
    }

    .text-area a.link {
        width: 80%;
    }

    table {
        width: 100% !important;
    }

    .f_tbl table {
        margin: 0;
    }

    .f_tbl table th {
        padding: 10px 10px;
    }

    .f_tbl table td {
        padding: 10px 10px;
    }

    .ImgTopCenter img {
        width: auto;
    }

    .ImgBottomCenter img {
        width: auto;
    }

    .ImgRight img {
        width: auto;
    }

    .ImgLeft img {
        width: auto;
    }

    .ImgTopLeft img {
        width: auto;
    }

    .ImgTopRight img {
        width: auto;
    }

    .ImgBottomLeft img {
        width: auto;
    }

    .ImgBottomRight img {
        width: auto;
    }

    #page-top {
        right: 20px;
    }
}

@media screen and (max-width: 480px) {
    header .inner {
        height: 55px;
    }

    header h1 {
        padding: 16px 0 12px 20px;
    }

    header h1 img {
        width: 120px;
    }

    header .lang_pc {
        display: none;
    }

    header .lang_sp {
        display: flex;
        width: 60px;
    }

    header .lang_sp li {
        white-space: nowrap;
    }

    footer .inner .mascot img {
        width: 90px;
    }

    footer .logo {
        margin: 0;
        width: 210px;
    }

    .top .introduction p {
        text-align: left;
        font-size: inherit;
        line-height: inherit;
    }

    .top .introduction .pc {
        display: none;
    }

    .top .introduction div.sp {
        font-size: 4.2666666667vw;
        line-height: 8vw;
        display: block;
    }

    .top .access .image {
        display: none;
    }

    .top .access .image+.image {
        display: block;
    }

    #container.top .exhibition div p:not(.term),
    #container.top .exhibition p.term span {
        font-size: 4.8vw;
    }

    #container.top .exhibition div p.term {
        font-size: 3.2vw;
    }

    #container.top .exhibition div h3 {
        font-size: 6.4vw;
    }

    #container.top .exhibition a.to_detail {
        font-size: 3.4666666667vw;
    }
}

@media print {
    body {
        zoom: 95%;
    }

    #page-top {
        display: none !important;
    }
}
