:root {
    --table_cell_radius: 30px;
}

* {
    margin: 0;
    padding: 0;
}

html {
    scroll-behavior: smooth;
}

body {
    background: rgba(253, 229, 187, 0.5);
    background: linear-gradient(rgba(253, 229, 187, 0.5), rgba(247, 192, 168, 0.5));
    background: -moz-linear-gradient(rgba(253, 229, 187, 0.5), rgba(247, 192, 168, 0.5));
    background: -webkit-linear-gradient(rgba(253, 229, 187, 0.5), rgba(247, 192, 168, 0.5));
}

.wrapper {
    width: 100%;
    margin: 0 auto;
    /* overflow: hidden; */
}

.text1 {
    line-height: 2em;
    font-family: "source-han-serif-japanese", serif;
    font-size: 3.6vw;
    font-style: normal;
}

.title1 {
    margin: auto;
    text-align: center;
    display: block;
    /* margin-bottom: 30px; */
    width: 65%;
    pointer-events: none;
}

.committee {
    margin: auto;
    display: block;
    border-radius: 20px;
    width: 100%;
    position: relative;
    z-index: 10;
}

/* .white{
    width: 85%;
    margin-top: -80px;
    margin: 0 auto;
    background-attachment: fixed;
} */
.white_contain {
    width: 95%;
    margin: 0 auto;
}

.whitesquare {
    /* margin-top: 30px; */
    margin: 0 auto;
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: 20px;
    padding: 50px 7%;
}

.padding30px {
    padding: 30px;
}

.padding2px {
    padding: 15px;
}

.padding3vh {
    padding: 3vh;
}

.padding15vh {
    padding: 1.5vh;
}

.padding6vh {
    padding: 6vh;
}

.padding1vh {
    padding: 1vh;
}

.padding02vh {
    padding: 0.2vh;
}

.padding08vh {
    padding: 0.8vh;
}

.paddinghalf {
    padding: 0.5vh;
}

.padding2vh {
    padding: 2vh;
}

.padding01vh {
    padding: 0.1vh;
}

.onelinespace {
    height: 4vh;
    display: inline-block;
}

.mail {
    color: #5BACBC;
    text-shadow: 1px 1px #ffffff;
    text-decoration: underline;
}

.question {
    font-size: 4.2vw;
    display: inline-block;
    position: relative;
    font-family: "source-han-serif-japanese", serif;
}

.question::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background-image: radial-gradient(circle, red 1px, transparent 1px);
    background-size: 4px 4px;
    background-repeat: repeat-x;
    line-height: 1.1px;
}

.logo_contain {
    width: 100%;
    margin: 0 auto;
}

.logo {
    width: 60%;
    margin: 0 auto;
    display: block;
    margin-top: 8%;
    position: fixed;
    left: 50%;
    transform: translate(-50%);
    z-index: 1;
    pointer-events: none;
}

/* .circle {
    position: fixed;
    right: 0;
    bottom: 0;
    cursor: pointer;
    transition: .3s;
    opacity: 0;
    visibility: hidden;
    height: 50px;
    width: 50px;
    border-radius: 50%;
    line-height: 50px;
    text-align: center;
    color: #EC6B45;
    border: solid 3px #EC6B45;
    background-color: rgba(255, 255, 255, 0.8);
    font-size: 24px;
    margin-left: 90%;
} */

.active {
    opacity: 1;
    visibility: visible;
}

.mail {
    color: #5BACBC;
    text-shadow: 1px 1px #ffffff;
    text-decoration: underline;
}

.question2 {
    color: #2F2F2F;
    text-decoration: underline;
}

/* 屋外ステージ */
/* タブ */
.tabs {
    margin-top: 50px;
    padding-bottom: 15px;
    /* background-color: #fff; */
    /* box-shadow: 0 0 10px rgba(0, 0, 0, 0.2); */
    width: 90%;
    margin: 0 auto;
}

.tab {
    margin-top: 50px;
    padding-bottom: 15px;
    /* background-color: #fff; */
    /* box-shadow: 0 0 10px rgba(0, 0, 0, 0.2); */
    width: 100%;
    margin: 0 auto;
}

/*タブのスタイル*/
.tab_item {
    width: calc(100%/6);
    height: 50px;
    /* border-bottom: 3px solid #5ab4bd; */
    /* background-color: #d9d9d9; */
    line-height: 50px;
    font-size: 17px;
    text-align: center;
    color: #817a7a;
    display: block;
    float: left;
    text-align: center;
    font-weight: bold;
    transition: all 0.2s ease;
    text-decoration: underline;
    font-family: "source-han-serif-japanese", serif;
}

.tab_item:hover {
    opacity: 0.75;
}

/*ラジオボタンを全て消す*/
input[name="tab_item"] {
    display: none;
}

/*タブ切り替えの中身のスタイル*/
.tab_content {
    display: none;
    clear: both;
    overflow: hidden;
}

/*選択されているタブのコンテンツのみを表示*/
#jun:checked~#jun_content,
#jul:checked~#jul_content,
#aug:checked~#aug_content,
#sep:checked~#sep_content,
#oct:checked~#oct_content,
#nov:checked~#nov_content {
    display: block;
}

/*選択されているタブのスタイルを変える*/
.tabs input:checked+.tab_item {
    /* background-color: #5ab4bd; */
    color: orange;
}

/* .table{
    width: 90%;
    margin: 0 auto;
} */

.table .cell {
    /* width: 120px; */
    margin: 0;
    padding: 10px 10px;
    border: 2px solid #ec6b45;
}

.table>div .cell:first-of-type {
    width: 45%;
}

.table>div .cell:last-of-type {
    width: 55%;
}

.heading_group,
.normal_group {
    display: flex;
}

.table .cell:not(.normal_group:last-of-type .cell) {
    border-bottom: none;
    /* border-top: none; */
}

.cell.top {
    border-top: none;
}

.heading_group .cell {
    background-color: #ec6b45;
    color: white;
    text-align: center;
}

.heading_group .cell:first-of-type {
    border-right: 1px solid white;
    border-top-left-radius: var(--table_cell_radius);
}

.heading_group .cell:last-of-type {
    border-left: 1px solid white;
    border-top-right-radius: var(--table_cell_radius);
}

.normal_group .cell {
    background-color: white;
    display: flex;
}

.normal_group .cell:first-of-type {
    border-right: 1px solid #ec6b45;
    justify-content: center;
    align-items: center;
}

.normal_group .cell:last-of-type {
    border-left: 1px solid #ec6b45;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

.normal_group:last-of-type .cell:first-child {
    border-bottom-left-radius: var(--table_cell_radius);
}

.normal_group:last-of-type .cell:last-child {
    border-bottom-right-radius: var(--table_cell_radius);
}

.text-indent {
    padding-left: 1em;
    text-indent: -1em;
}

/* ここから */
.cell.first {
    border-top: none;
}

.table .cell-first {
    /* width: 120px; */
    margin: 0;
    padding: 10px 10px;
    border: 2px solid #ec6b45;
}

.table>div .cell-first:first-of-type {
    width: 45%;
}

.table>div .cell-first:last-of-type {
    width: 55%;
}

.table .cell-first:not(.normal_group:last-of-type .cell) {
    border-bottom: none;
}

.normal_group .cell-first {
    background-color: white;
    display: flex;
    border-top: none;
}

.normal_group .cell-first:first-of-type {
    border-right: 1px solid #ec6b45;
    justify-content: center;
    align-items: center;
}

.normal_group .cell-first:last-of-type {
    border-left: 1px solid #ec6b45;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

.normal_group:last-of-type .cell-first:first-child {
    border-bottom-left-radius: var(--table_cell_radius);
}

.normal_group:last-of-type .cell-first:last-child {
    border-bottom-right-radius: var(--table_cell_radius);
}

/* ここまで */

.late_in_the_month {
    text-align: center;
}

.month {
    font-family: "source-han-serif-japanese", serif;
    color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #F9BC38;
    border-radius: 50px;
    height: 50px;
    font-size: 30px;
}

.attention {
    font-family: "source-han-serif-japanese", serif;
    width: 90%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 5%;
    line-height: 1.8em;
}

.stage_question {
    font-size: 4.2vw;
    display: inline-block;
    position: relative;
    margin-left: 5%;
}

.stage_question::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background-image: radial-gradient(circle, red 1px, transparent 1px);
    background-size: 4px 4px;
    background-repeat: repeat-x;
    line-height: 1.1px;
}

.stage_mail {
    font-family: "source-han-serif-japanese", serif;
    width: 70%;
    margin-left: 5%;
}

.stage_logo {
    width: 60%;
    margin: 0 auto;
    display: block;
    margin-top: 80px;
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    z-index: 1;
    pointer-events: none;
}

.company_logo {
    width: 60%;
    margin: 0 auto;
    display: block;
    margin-top: 880px;
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    z-index: 1;
    pointer-events: none;
}

.indent_1 {
    padding-left: 1em;
    text-indent: -1em;
}

/* li{
    list-style: none;
    display: flex;
    justify-content: center;
    align-items: center;
} */
/* .memory_img{
    width: 60%;
} */
p.top-of-type {
    border-top: none;
}

.indent_2 {
    padding-left: 2em;
    text-indent: -2em;
}

.indent_3 {
    padding-left: 5em;
    text-indent: -5em;
}

.number_indent {
    padding-left: 0.9em;
    text-indent: -0.9em;
}

.inquiry {
    display: flex;
    flex-direction: column;
    /* row-gap: 20px; */
    align-items: flex-start;
}

.inquiry a {
    color: #5BACBC;
    text-shadow: 1px 1px #FFFFFF;
    text-decoration: underline;
}

.inquiry_contents {
    display: flex;
    flex-direction: column;
}

.inquiry_contents>div {
    display: flex;
}

.inquiry_contents>div p:first-child {
    width: 14.8vw;
}

.triangle,
.triangle::before,
.triangle::after {
    background: #F9BC38;
    width: 10px;
    height: 10px;
}

.triangle::before,
.triangle::after {
    position: absolute;
    content: "";
}

.triangle {
    position: relative;
    top: 50%;
    left: 50%;
    border-top-left-radius: 30%;
    transform: translate(-50%, -50%) rotate(120deg) skewY(30deg) scaleX(.86666);
}

.triangle::before {
    border-top-right-radius: 30%;
    transform: skewX(-45deg) translateX(50%);
}

.triangle::after {
    border-bottom-left-radius: 30%;
    transform: skewY(-45deg) translateY(50%);
}

.parentheses-left{
    margin-left: 0.9em;
}
.parentheses-right{
    margin-left: 1em;
}
.brackets-left{
    margin-right: -0.2%;
}
.brackets-right{
    margin-right: -2%;
}

.index_footer {
    margin-top: -3.8vh;
    position: relative;
    z-index: 10;
}

.index_header {
    position: relative;
    z-index: 200;
}

.table_p_space_date {
    margin-left: 35px;
}

.table_p_space_time {
    margin-left: 8px;
}

p.question_jump {
    display: block;
    padding-top: 70px;
    margin-top: -70px;
}

p.stage_jump {
    display: block;
    padding-top: 70px;
    margin-top: -70px;
}

p.room_jump {
    display: block;
    padding-top: 70px;
    margin-top: -70px;
}

p.booth_jump {
    display: block;
    padding-top: 70px;
    margin-top: -70px;
}

.stage_jump {
    color: #5BACBC;
    text-shadow: 1px 1px #ffffff;
    text-decoration: underline;
    font-size: 17.2px;
    display: inline-block;
    position: relative;
    font-family: "source-han-serif-japanese", serif;
}

.room_jump {
    color: #5BACBC;
    text-shadow: 1px 1px #ffffff;
    text-decoration: underline;
    font-size: 17.2px;
    display: inline-block;
    position: relative;
    font-family: "source-han-serif-japanese", serif;
}

.booth_jump {
    color: #5BACBC;
    text-shadow: 1px 1px #ffffff;
    text-decoration: underline;
    font-size: 17.2px;
    display: inline-block;
    position: relative;
    font-family: "source-han-serif-japanese", serif;
}

.question_jump {
    font-size: 17.2px;
    display: inline-block;
    position: relative;
    font-family: "source-han-serif-japanese", serif;
}

.question_jump::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background-image: radial-gradient(circle, red 1px, transparent 1px);
    background-size: 4px 4px;
    background-repeat: repeat-x;
    line-height: 1.1px;
}

.stage_text {
    font-size: 3.5vw;
}

.triangle_img {
    width: 3%;
    margin-right: 7px;
}

.list_circle {
    margin-bottom: 5px;
    line-height: 1.4em;
    /* margin-left: 5%; */
    list-style: none;
}

.list_circle::before {
    display: inline-block;
    content: "";
    margin-top: 8px;
    margin-right: 7px;
    width: 5px;
    height: 5px;
    vertical-align: top;
    border-radius: 5px;
    background-color: #F9BC38;
    text-decoration: none;
}

.participate_img {
    width: 100%;
}

.highlight {
    text-decoration: underline;
    text-underline-offset: -0.2em;
    text-decoration-thickness: 0.5em;
    text-decoration-color: #5bacbc99;
    text-decoration-skip-ink: none;
}

.inquiry_tf {
    display: flex;
    flex-direction: column;
    /* row-gap: 20px; */
    align-items: flex-start;
}

.inquiry_tf a {
    color: #5BACBC;
    text-shadow: 1px 1px #FFFFFF;
    text-decoration: underline;
}

.inquiry_contents_tf {
    display: flex;
    flex-direction: column;
}

.inquiry_contents_tf>div {
    display: flex;
}

.inquiry_contents_tf>div p:first-child {
    /* 以下のwidthは「開室時間」のものなので、それより長い文字があったらそのwidthを調べて以下を更新する。 */
    width: 17.8vw;
}
/* 二重タブ */
.tabs-contain {
    /* margin-top: 50px; */
    /* padding-bottom: 40px; */
    /* background-color: #fff; */
    /* box-shadow: 0 0 10px rgba(0, 0, 0, 0.2); */
    width: 100%;
    margin: 0 auto;
}

/*タブのスタイル*/
/* 2択　調理　参加 */
.tab_item-contain {
    width: calc(100%/2);
    height: 50px;
    /* border-bottom: 3px solid #5ab4bd; */
    background-color: #d9d9d9;
    line-height: 50px;
    font-size: min(4vw, 18px);
    text-align: center;
    color: #817a7a;
    display: block;
    float: left;
    text-align: center;
    font-weight: bold;
    transition: all 0.2s ease;
    border-radius: 15px 15px 0 0;
    padding-block: 1vw;
}

/* .tab_item-contain:hover {
    opacity: 0.75;
} */

/*ラジオボタンを全て消す*/
input[name="tab_item-contain"] {
    display: none;
}

/*タブ切り替えの中身のスタイル*/
.tab_content-contain {
    display: none;
    clear: both;
    overflow: hidden;
}


/*選択されているタブのコンテンツのみを表示*/
#cooking-contain:checked~#cooking_content,
#join-contain:checked~#join_content{
    display: block;
}

/*選択されているタブのスタイルを変える*/
.tabs-contain input:checked+.tab_item-contain {
    background-color: #5BACBC;
    color: #fff;
}

/* join */
.tabs-2 {
    margin-top: 50px;
    padding-bottom: 15px;
    /* background-color: #fff; */
    /* box-shadow: 0 0 10px rgba(0, 0, 0, 0.2); */
    width: 90%;
    margin: 0 auto;
}

.tab-2 {
    margin-top: 50px;
    padding-bottom: 15px;
    /* background-color: #fff; */
    /* box-shadow: 0 0 10px rgba(0, 0, 0, 0.2); */
    width: 100%;
    margin: 0 auto;
}

/*タブのスタイル*/
.tab_item-2 {
    width: calc(100%/6);
    height: 50px;
    /* border-bottom: 3px solid #5ab4bd; */
    /* background-color: #d9d9d9; */
    line-height: 50px;
    font-size: 17px;
    text-align: center;
    color: #817a7a;
    display: block;
    float: left;
    text-align: center;
    font-weight: bold;
    transition: all 0.2s ease;
    text-decoration: underline;
    font-family: "source-han-serif-japanese", serif;
}

.tab_item-2:hover {
    opacity: 0.75;
}

/*ラジオボタンを全て消す*/
input[name="tab_item-2"] {
    display: none;
}

/*タブ切り替えの中身のスタイル*/
.tab_content-2 {
    display: none;
    clear: both;
    overflow: hidden;
}

/*選択されているタブのコンテンツのみを表示*/
#jun-2:checked~#jun_content-2,
#jul-2:checked~#jul_content-2,
#aug-2:checked~#aug_content-2,
#sep-2:checked~#sep_content-2,
#oct-2:checked~#oct_content-2,
#nov-2:checked~#nov_content-2 {
    display: block;
}

/*選択されているタブのスタイルを変える*/
.tabs-2 input:checked+.tab_item-2 {
    /* background-color: #5ab4bd; */
    color: orange;
}
.stage_text2{
    font-size: 3.3vw;
}
/* ページトップボタン */
/*リンクの形状*/
/***追従するトップへ戻るボタン***/
#page-top {
    position: fixed;
    right: 0;
    bottom: 100px;
    /* cursor: pointer; */
    text-decoration: none;
    font-size: 24px;
    line-height: 50px;
    color: #EC6B45;
    height: 50px;
    width: 50px;
    border-radius: 50%;
    text-align: center;
    color: #EC6B45;
    border: solid 3px #EC6B45;
    background-color: rgba(255,255,255,0.8);
    margin-left: 90%;
}

/*リンクを右下に固定*/
#page-top {
 z-index: 800;
    /* はじめは非表示 */
 opacity: 0;
 transform: translateX(100px);
}

#page-top.fade{
    visibility: hidden;
    opacity: 0;
}

/*　左の動き　*/

#page-top.LeftMove{
 animation: LeftAnime 0.5s forwards;
}

@keyframes LeftAnime{
  from {
    opacity: 0;
 transform: translateX(100px);
  }
  to {
    opacity: 1;
 transform: translateX(0);
  }
}

/* キャンパスマップ */
.cm_back{
    background-color: #ffffff;
    padding: 5% 5% 3% 5%;
    border-radius: 20px;
    text-align: center;
    margin-top: 4vh;
}

.cm_img{
    width: 100%;
    position: relative;
}

.cm_menu{
    position: relative;
}

.usageguide{
    display: flex;
    justify-content: space-between;
}

.cm_usage{
    width: 48%;
}

.cm_usage_open{
    width: 48%;
}

.cm_open_div{
    display: none;
    /* position: absolute;
    top: 71.4vh; */
    /* margin-top: -31.5vh; */
}

.cm_close_btn{
    float: right;
    font-size: 6vw;
    color: #2F2F2F;
}

/* .cm_close_btn{
  display: inline-block;
  vertical-align: middle;
  color: #2f2f2f;
  line-height: 1;
  width: 1.5em;
  height: 0.2em;
  background: currentColor;
  border-radius: 0.1em;
  position: relative;
  transform: rotate(45deg);
  margin-left: 40%;
  margin-top: -3vh;
}

.cm_close_btn::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: inherit;
  border-radius: inherit;
  transform: rotate(90deg);
} */

/* 一つ一つの場所説明 */
.cm_detail{
    background-color: #ffffff;
    border-color: #F9BC38;
    border-width: 5px;
    border-style: solid;
    /* width: 91.5%; */
    /* display: flex; */
    /* margin-top: 2vh; */
    margin-bottom: 2.5vh;
}

.cm_explain{
    display: flex;
}

.cm_detail_img{
    width: 40%;
    height: auto;
    margin: 1% 3% 3% 3%;
    vertical-align:top;
}

.cm_detail_sentence{
    margin-top: 1.5%;
    margin-bottom: 1.5%;
    width: 60%;
    margin-right: 3%;
    line-height: 2vh;
    font-size: 3.5vw;
}

.cm_spot{
    margin-left: 3.5%;
    margin-top: 1.5%;
    font-size: 4vw;
}

.description {
    display: none;
    margin-top: 3vh;
}

.selectbox{
    margin-top: 4vh;
    font-size: 3.5vw;
}

.notes{
    margin-top: 1vh;
}

/* 現在地から探すのカード */
/* .cm_detail_now{
    background-color: #ffffff;
    border-color: #F9BC38;
    border-width: 5px;
    border-style: solid;

    margin-bottom: 3vh;
} */

.marker{
    /* background:linear-gradient(transparent 55%, #aecada 55%); */
    background:linear-gradient(transparent 70%, rgba(236,107,69,0.5) 70%);
    font-weight: 500;
}

.pulldown{
    height: 4vh;
    width: 70%;
    font-size: 4vw;
}

.cm_indent{
    display: block;
    padding-left: 1em;
    text-indent: -1em;
}

.cm_detail_now{
    background-color: #ffffff;
    border-color: #F9BC38;
    border-width: 5px;
    border-style: solid;
    /* width: 91.5%; */
    /* display: flex; */
    /* margin-top: 2vh; */
    margin-bottom: 4vh;
}