@import url('https://fonts.cdnfonts.com/css/renner');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Marcellus&family=Noto+Sans+JP:wght@100;300;400&display=swap');

html {
    background-color: black;
    color: white;
    font-family: 'Renner*', sans-serif;
    scroll-behavior: smooth !important;
}

.spMenu{
    display: none;
}

.insta{
    width:25px;
}

header {
    display: flex;
    max-width: 100%;
    margin: 2% 2% 0 2%;
}

/* ロゴ */
.picture {
    width: 250px;
    height: 60px;
}

.Navigation {
    display: none;
}

.hamburger {
    display: none;
}

ul.menutag li a {
    color: white;
    text-decoration: none;
}

header ul {
    display: flex;
}

li {
    font-family: 'Renner*', sans-serif;
}

.menutag {
    margin-left: auto;
    align-items: center;
    height: 53px;
}

#slash {
    padding-left: 4vw;
    padding-right: 2vw;
}

.menu {
    font-size: 90%;
    list-style: none;
    margin-top: 1%;
    padding: 0 1vw;
    text-align: center;
}

.langButton {
    position: relative;
    width: 102px;
    height: 27px;
    z-index: 1; /* .titleで指定しているz-indexより値が大きければok */
}

.langButtonLabel {
    height: 27px;
    padding: 6px 8px;
    border-bottom: solid 1px white;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: center;
    font-size: 14px;
    cursor: pointer;

    .headerSVG {
        width: 12px;
        height: 12px;
        filter: brightness(0) invert(1);
    }
}

.langButtonList {
    background-color: black;
    border: 0px;
    border-radius: 0;
    text-align: center;
    visibility: hidden; /* リストの表示/非表示 */
    overflow: hidden;
}

.langButtonListItem {
    color: white;
    position: relative;
    height: 25px;
    padding: 6px 5px 6px 11px;
    border-left: solid 1px white;
    border-right: solid 1px white;
    border-bottom: solid 1px white;
    border-radius: 0;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12px;
    cursor: pointer;
}

.langButtonListItem:checked {
    background-color: black;
}

.langButtonListItem:hover {
    color: black;
    background-color: #999;
}

.nowLang::before {
    content: "";
    background-color: #00CA25;
    position: absolute;
    left: 3px;
    width: 7px;
    height: 7px;
    border-radius: 50%;
}

.downTriangle{
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 7px solid white;
}


.title {
    position: relative;
    z-index: 0;
    margin:0;
    padding:0;
}

.title p {
    position: absolute;
    color: white;
    font-size: 500%;
    letter-spacing: 0.3em;
    line-height: 1em;
    top: 35%;
    right: 0;
    text-shadow: 8px 8px 5px rgba(0, 0, 0, 0.5);
}

.titleimg {
    z-index: -1;
    padding-top: 2%;
    width: 100%;
    height: auto;
    object-fit: cover;
}

.titlembimg {
    display: none;
}

.ticketButton {
    background-color: black;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    z-index: 100;
    position: fixed;
    width: 72px;
    height: 260px;
    right: 12px;
    bottom: 30%;
}

.ticketButton_container{
    display: flex;
    justify-content: center;
    color: #FFFFFF;
    writing-mode: vertical-rl;
}

.ticketButton_container-text{
    transform: rotate(180deg); /* 逆向きにするために180度回転 */
    letter-spacing: 0.2em;
    white-space: nowrap; /* テキストの折り返しを防ぐ */
    margin-bottom: 50px;
    color: #FFFFFF;
}

.ticketButton_container-Image{
    display: block;
}

.tag {
    padding-top: 10%;
    text-align: center;
    letter-spacing: 0.1em;
    font-size: 35px;
}

.border {
    margin: auto;
    border-bottom: solid 2px;
    width: 180px;
    margin-top: -50px;
    margin-bottom: 8%;
}

.bignews{
    margin-top: -10px;
    padding:5vw 0;
    width: 100%;
    background-color: white;
    color: black;
    font-family: 'Noto Sans JP', sans-serif;
}

.newsline {
    /* margin: 1% 5%; */
    /* padding: 4vw 7vw; */
    padding: 0.3vw 4vw;
    /* border: 1px solid #CCCCCC; */
    background-color: white;
    position: relative; /* 相対位置指定 */
}

/* .newsline::before,
.newsline::after {
position: absolute;
content: "";
display: block;
right: -18px;
left: -18px;
height: 18px;   /* 四角の高さ
border-left: 18px solid #000000;    /* 四角の左
border-right: 18px solid #000000;   四角の右
} */

.newsline::before {
bottom: -18px;
}

.newsline::after {
top: -18px;
}

.bignews p{
    margin: 0;
}

.bignews .feature{
    font-size: 11px;
    letter-spacing: 0.1em; /* 文字ごとの幅を調整 */
    font-weight: bold;
    margin-bottom: 5px;
}

.bignews .f_border{
    border: solid 1.5px #000000;
    width:8vw;
    margin: 13px 0;
}

.bignews .maintitle{
    font-size: 18px;
    font-weight: bold;
    /* letter-spacing: 0.25em; */
}

.bignews .subtitle{
    margin-top: 5px;
    margin-bottom: 15px;
    font-size: 10px;
    color: #AAAAAA;
}

.bignews .text {
    font-size: 13px;
    font-weight: bold;
    letter-spacing: 0.01em;
}

.news {
    margin: auto;
    width: 80%;
    height: 100%;
    background-color: white;
    color: black;
}

.news ul {
    list-style: square;
    /* アイコンの種類指定 */
}

.news li {
    text-align: left;
}

.non {
    list-style: none;
}

#newstxt {
    font-size: 16px;
    padding-left: 3em;
    font-family: 'Noto Sans JP', sans-serif;
}

.imgbox{
    display: flex; /* 横並びにする */
    justify-content: center; /* 中央に配置 */
}

.newsimg{
    display: flex;
    justify-content: center; /* 横方向の中心に配置 */
    margin:0 auto;
    max-width:50%;
    max-height:250px;
}

.space {
    padding: 90px 90px 60px 90px;
}

.space hr {
    margin-bottom:2%;
    margin-top:5%;
}

.tags{
    display: flex;
}

.tagright{
    list-style: none;
    margin-left: auto;
    margin-right: 20px;
    padding: 1px 10px;
    background-color: #f5f5f5;
    border-radius: 5px;
    font-size: 14px;
    color: #6f6f6f;
    align-content: center;
}

.space #button{
    margin-top: 10%;
}

#button {
    display: flex;
    justify-content: center;
    margin-top: 5vw;
}

#whitebutton {
    display: flex;
    justify-content: center;
}

.button {
    font-family: 'Marcellus', serif;
    color: #000000;
    font-size: 23px;
    letter-spacing: 0.2em;
    border: solid 2px #000000;
    text-decoration: none;
    padding: 10px 55px;
}

.button:hover {
    color: rgb(255, 255, 255);
    background-color: #000000;
    transition: 0.5s;
}

.whitebutton {
    font-family: 'Marcellus', serif;
    color: #000000;
    background-color: #ffffff;
    font-size: 23px;
    letter-spacing: 0.2em;
    border: solid 2px #ffffff;
    padding: 10px 55px;
    text-decoration: none;
}

.main {
    width: 80%;
    padding: 20px;
    margin: auto;
}

.archive {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.item {
    font-family: 'Noto Sans JP', sans-serif;
    margin-bottom: 5rem;
    padding: 2rem;
    width: 35%;
    background-color: #f0f0f0;
    color: #000000;
}

.item a{
    text-decoration: none;
    color:inherit;
}

.archive img {
    margin: auto;
    display: block;
    margin-bottom: 5px;
    width: 80%;
    height: auto;
}

.evhead {
    display: flex;
    width: 5vw;
}

.event {
    display: inline-block;
    padding: 0.7em 1em 0.7em 1em;
    white-space: nowrap;
    font-weight: lighter;
    letter-spacing: 0.1em;
    font-size: 90%;
    background-color: #000000;
    color: white;
}

.evdate {
    margin: auto 2rem;
    font-family: 'Renner*', sans-serif;
    font-size: 1vw;
    color: #909090;
}

.evtxt {
    margin-top: 0;
    margin-bottom:  4px;
}

.closedTxt {
    color: #ff0000;
}

.flex {
    display: flex;
    margin: 0 5% 0 5%;
    padding-bottom: 5%;
}

.flex .image {
    width: 50%;
    margin: 0;
    padding: 0;
    overflow: hidden;
    position: relative;
}

.image img {
    width: 80%;
    height: auto;
}

.flex .right {
    width: 50%;
    margin: 0 0 0 20px;
    padding: 0;
}

.right iframe{
    margin-top: 20px;
    width: 60%;
    height: 200px;
}

.flex .title {
    margin: 0;
    padding: 0;
    font-size: 1.8vw;
    letter-spacing: 0.25em;
    font-family: 'Noto Sans JP', sans-serif;
}

.flex .name {
    margin-top: 0.5%;
    display: flex;
    font-size: 1.2vw;
    font-family: 'Noto Sans JP', sans-serif;
}

.flex .text {
    margin-top: 3%;
    margin-bottom: 3%;
    padding: 0;
    font-size: 1vw;
    font-family: 'Noto Sans JP', sans-serif;
}

.flex a{
    color: #fff;
}

.flex .protext {
    margin-top: 2%;
    margin-bottom: 5%;
    padding: 0;
    font-size: 1vw;
    font-family: 'Noto Sans JP', sans-serif;
}

.vision{
    margin: 1% 10% 7% 10%;
}

.vision .title {
    font-size: 2vw;
    font-weight: bold;
    letter-spacing: 0.25em;
    font-family: 'Noto Sans JP', sans-serif;
}

.vision .text {
    text-align: center;
    font-size: 1.2vw;
    font-family: 'Noto Sans JP', sans-serif;
}

.mission{
    padding: 1% 20% 7% 20%;
}

.mission .text {
    font-size: 1.2vw;
    font-family: 'Noto Sans JP', sans-serif;
}

.points {
    background-color: white;
    color: black;
    margin: 0 auto;
    margin-top: -10%;
    text-align: center;
    font-size: 30px;
    font-family: 'Noto Sans JP', sans-serif;
}

.enname {
    margin-left: 5%;
}

.attention {
    margin: 40px;
}

.attention li {
    font-size: 80%;
}

footer {
    padding-top: 20%;
    text-align: center;
    width: auto;
}

footer .museum {
    padding: 1% 0;
}

footer p {
    color: rgb(108, 108, 108);
    font-size: 15px;
}

footer a{
    color: rgb(108, 108, 108);
}

footer .terms a{
    padding: 4px;
}

.privacy {
    width: auto;
    background-color: #ffffff;
    color: rgb(0, 0, 0);
    padding: 50px 100px;
    margin-top:20px;
}

.privacy h1{
    text-decoration: underline;
}

table , td, th {
	border: 1px solid #595959;
	border-collapse: collapse;
}
td, th {
	padding: 3px;
}
th {
	background: #f0e6cc;
}
.even {
	background: #fbf8f0;
}
.odd {
	background: #fefcf9;
}

/*about*/
.ueshima-museum{
    margin-bottom: 20px;
}
.ueshima-museum-annex{
    margin-bottom: 20px;
}

.ueshima-museum-text {
    font-size: 16px !important;
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}

.ueshima-museum-address {
    font-size: 14px !important;
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}

.ueshima-museum-annex-text {
    font-size: 16px !important;
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}

.ueshima-museum-annex-address {
    font-size: 14px !important;
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}

.ticket-wrap {
  width: 100%;
  background-color: #fafafa;
  padding: 30px 0;
  .calendar {
    max-width: 900px;
    margin: 0 auto;
    padding: 50px 50px;
    background-color: white;
    border: solid #e2e2e2 1px;
    .calendar-title {
      color: black;
      text-align: center;
      font-size: 24pt;
      font-family: helvetica, arial, sans-serif;
      font-weight: 600;
      margin-top: 0px;
      margin-bottom: 10px;
    }
    .sub-title {
      color: black;
      text-align: center;
      font-size: 18pt;
      font-family: helvetica, arial, sans-serif;
      font-weight: bold;
      margin: 0;
      margin-bottom: 30px;
      padding-bottom: 25px;
      border-bottom: solid black 4px;
    }
  }
}

@media only screen and (max-width: 1100px) {
    .spMenu {
        display: flex;
        justify-content: right;
        align-items: center;
    }

    .spinsta{
        display: block;
        width: 25px;
        height: 25px;
    }

    .splang{
        display: block;
        margin-left: 10px;
        margin-right: 10px;
    }

    header {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin: 2% 0 0;
        max-width: 100%;
    }

    header ul {
        display: flex;
        flex-direction: column;
    }

    .logo-container {
        flex: 1;
        display: flex;
        justify-content: left;
        margin-left: 2%;
    }

    .picture {
        padding: 10px 0;
        margin-right: 20px;
        width: 130px;
        height: 30px;
    }

    .picture2 {
        padding: 10px 0;
        width: 130px;
        height: 30px;
    }

    .menutag {
        display: none;
    }

    .Navigation {
        display: block;
    }

    .hamburger {
        right: 0;
        display: block;
        box-shadow: none;
        position: fixed;
        margin-right: 8px;
        width: 52px;
        height: 60px !important;
        overflow: hidden;
        z-index: 10;
    }

    .menuimg {
        padding: 3% 0;
    }

    .titleimg {
        display: none;
    }

    .titlembimg {
        display:block;
        z-index: -1;
        padding-top: 2%;
        width: 100%;
        height: auto;
        object-fit: cover;
    }

    .ticketButton {
        display: none !important;
    }
    
    .ticketButton_container{
        display: none !important;
    }
    
    .ticketButton_container-text{
        display: none !important;
    }
    
    .ticketButton_container-Image{
        display: none !important;
    }

    .main {
        margin: 0 auto;
        display: block;
        height: 100%;
        margin-top: 60px;
    }

    .mainInner {
        display: table;
        height: 100%;
        width: 100%;
        text-align: center;
    }

    .mainInner div {
        display: table-cell;
        vertical-align: middle;
        font-size: 3em;
        font-weight: bold;
        letter-spacing: 1.25px;
    }

    #sidebarMenu {
        text-align: center;
        z-index: 100;
        height: 100%;
        position: fixed;
        left: 0;
        width: 100%;
        transform: translateX(100%);
        transition: transform 250ms ease-in-out;
    }

    .closeButton {
        position: absolute;
        top: 20px;
        right: 20px;
        background: none;
        border: none;
        font-size: 30px;
        color: #fff;
        z-index: 1000;
    }
    .closeText {
        font-size: 30px;
        color: #ffffff;
        z-index: 1000;
        margin: 0;
    }

    .sidebarMenuInner {
        padding: 0;
        margin: 0;
        margin-top: -2%;
        height: 100%;
        background-color: rgba(74, 74, 74, 0.9);
    }

    .sidebarMenuInner li {
        list-style: none;
        color: #fff;
        text-transform: uppercase;
        font-size: 5vw;
        font-family: 'Noto Sans JP', sans-serif;
        padding: 15px 20px;
        cursor: pointer;
    }

    .sidebarMenuInner li span {
        display: block;
        font-size: 14px;
    }

    .sidebarMenuInner li a {
        color: #fff;
        text-transform: uppercase;
        cursor: pointer;
        text-decoration: none;
        /* padding: 0 0.5em; */
    }

    input[type="checkbox"]:checked~#sidebarMenu {
        transform: translateX(0);
    }

    input[type=checkbox] {
        transition: all 0.3s;
        box-sizing: border-box;
        display: none;  /* チェックボックスを非表示 */
    }

    .sidebarIconToggle {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 32px;
        transition: all 0.3s;
        box-sizing: border-box;
        cursor: pointer;
        height: 100%;
        width: 100%;
    }

    .hamburgerIcon_wrapper {
        display: flex;
        flex-direction: column;
        justify-content:space-around;
        width: 32px;
        height: 32px;
    }

    .menuBar {
        display: flex;
        position: fixed;
        background-color: #000000;
        width: 100%;
        height: 72px;
        bottom: 0px;
        left: 0;
        z-index: 99;
        padding-left: 8px;
        padding-right: 8px;
    }

    .ticketBorderLeftVertical {
        height: 23px;
        border-left: 2px solid white;
    }

    .circle_center {
        height: 26px;
        width: 13px;
        border-radius: 0 20px 20px 0;
        border-top: 2px solid white;
        border-right: 2px solid white;
        border-bottom: 2px solid white;
    }

    .ticketButton_wrapper {
        display: flex;
        align-items: center;
        position: relative;
        width: calc(50% - 8px);
        height: 100%; /* 任意の高さ */
        border: 2px solid #ffffff; /* ボーダー */
        border-left: none;
        box-sizing: border-box;
        overflow: hidden;
    }
    
    .menuButton_wrapper {
        position: relative;
        width: calc(50% - 8px);
        z-index: 100;
    }

    .ticketIcon_wrapper {
        width: 7px;
        display: flex;
        position: absolute;
        left: 25px;
        flex-direction: column;
        justify-content: space-between;
        height: 28px;
    }

    .ticketLink {
        display: flex;
        width: 100%;
        height: 100%;
        justify-content: center;
        align-items: center;
        text-decoration: none;
    }

    .ticketText, .menuText {
        margin: 0;
        color: #ffffff;
        font-size: 14px;
    }

    .spinner {
        transition: all 0.3s;
        box-sizing: border-box;
        border-radius: 5px;
        position: absolute;
        height: 2px;
        width: 100%;
        background-color: #fff;
    }

    .horizontal {
        transition: all 0.3s;
        box-sizing: border-box;
        position: relative;
        float: left;
        margin-top: 4px;
    }

    .diagonal.part-1 {
        position: relative;
        transition: all 0.3s;
        box-sizing: border-box;
        float: left;
    }

    .diagonal.part-2 {
        transition: all 0.3s;
        box-sizing: border-box;
        position: relative;
        float: left;
        margin-top: 4px;
    }

    input[type=checkbox]:checked~.sidebarIconToggle>.horizontal {
        transition: all 0.3s;
        box-sizing: border-box;
        opacity: 0;
    }

    input[type=checkbox]:checked~.sidebarIconToggle>.diagonal.part-1 {
        transition: all 0.3s;
        box-sizing: border-box;
        transform: rotate(135deg);
        margin-top: 8px;
    }

    input[type=checkbox]:checked~.sidebarIconToggle>.diagonal.part-2 {
        transition: all 0.3s;
        box-sizing: border-box;
        transform: rotate(-135deg);
        margin-top: -8px;
    }

    .title p {
        position: absolute;
        color: white;
        font-size: 10vw;
        letter-spacing: 0.3em;
        line-height: 1em;
        top: 35%;
        right: 0;
        text-shadow: 8px 8px 5px rgba(0, 0, 0, 0.5);
    }

    .newsline {
        margin: 13vw 10vw;
        padding: 4vw 7vw;
        /* border: 1px solid #CCCCCC; */
        background-color: white;
        position: relative; /* 相対位置指定 */
    }

    .space {
        padding: 5px 20px 20px 20px;
    }

    ul {
        display: block;
    }

    .news {
        margin: auto;
        width: 90%;
        height: 100%;
        background-color: white;
    }

    #newsdate {
        margin-left: -1em;
    }

    #newstxt {
        font-family: 'Noto Sans JP', sans-serif;
        padding:0;
        padding-right: 2em;
    }

    .imgbox{
        display: block;
    }

    .newsimg{
        max-width:100%;
        max-height:150px;
        padding: 5px 0;
    }

    .main {
        width: 100%;
        padding: 0;
    }

    .archive {
        display: block;
    }

    .item {
        width: 80%;
        margin: auto;
        margin-bottom: 10%;
    }

    .evdate {
        margin: auto 2rem;
        font-family: 'Renner*', sans-serif;
        font-size: 90%;
        color: #909090;
    }

    .event {
        letter-spacing: 0.1em;
        font-size: 10px;
    }

    .flex {
        display: block;
        margin: 0 auto;
    }

    .flex .image {
        display: block;
        margin: auto;
        padding: 0;
    }

    footer {
        margin-bottom: 100px;
    }

    .image img {
        max-width: 500px;
        width: 50vw;
        margin: auto;
        padding: 0;
        overflow: hidden;
        position: static;
    }

    .flex .right {
        width: 100%;
        margin: 0 auto;
        padding: 0;
    }

    .right iframe{
        width: 100%;
    }

    .flex .title {
        text-align: center;
        margin: 0;
        padding-top: 8%;
        font-size: 23px;
        letter-spacing: 0.25em;
    }

    .flex .name {
        justify-content: center;
        margin-top: 2%;
        font-size: 90%;
    }

    .flex .text {
        margin-top: 5%;
        margin-bottom: 10%;
        padding: 0 10%;
        font-size: 80%;
    }

    .flex .protext {
        margin-top: 2%;
        margin-bottom: 10%;
        padding: 0 10%;
        font-size: 80%;
    }

    .vision .title {
        font-size: 20px;
        font-weight: bold;
        letter-spacing: 0.25em;
        font-family: 'Noto Sans JP', sans-serif;
    }

    .vision .text {
        text-align: center;
        font-size: 100%;
        font-family: 'Noto Sans JP', sans-serif;
    }

    .mission{
        padding: 1% 10% 7% 10%;
    }

    .mission .text {
        text-align: left;
        font-size: 100%;
        font-family: 'Noto Sans JP', sans-serif;
    }

    .points {
        padding-bottom: 10%;
    }

    footer p {
        color: rgb(108, 108, 108);
        font-size: 10px;
    }

    footer a{
        font-size: 10px;
    }

    .privacy {
        padding: 30px 20px;
    }

    .privacy h1{
        font-size: 25px;
    }

    .privacy h2{
        font-size: 20px;
    }

    .ticket-wrap {
        padding-top: 0;
        padding-bottom: 0;
        .calendar {
            padding-left: 0px;
            padding-right: 0px;
        }
    }
}

/* 小さめのスマホ用 */
@media only screen and (max-width: 375px) {
    header {
        height: 50px;
    }

    .langButtonLabel {
        font-size: 12px;
    }

    .logo-container {
        width: calc(150px * 0.70);
        height: calc(50px * 0.70);
        transform: scale(80%);
        transform-origin: left;
    }

    .spinsta{
        width: calc(25px * 0.80);
        height: calc(25px * 0.80);
        transform: scale(80%);
        transform-origin: right;
    }

    .splang{
        position: relative;
        z-index: 1;
        width: calc(102px * 0.90);
        height: calc(27px * 0.90);
    }
}
