header #headerwrap #ticketbtn {
  display: flex;
}

#go_highlights {
  display: flex;
}

#sub {
  margin: 0 auto;
}
#sub section {
  scroll-margin-top: 110px;
}
@media (max-width: 1200px) {
  #sub section {
    scroll-margin-top: 70px;
  }
}
#sub h3 {
  margin: 2rem auto;
}
#sub h3.gold {
  color: #988432;
  border-color: #988432;
}
#sub .flex {
  align-items: flex-start;
  justify-content: center;
}
@media (max-width: 750px) {
  #sub .flex {
    flex-direction: column;
    align-items: stretch;
    gap: 1rem;
  }
}
#sub .flex .left {
  flex: 1 1 50%;
}
#sub .flex .left.pro1 {
  flex: 1 1 33%;
}
#sub .flex .left.pro2 {
  flex: 1 1 66%;
}
#sub .flex .right {
  flex: 1 1 50%;
}
#sub .flex .right.pro1 {
  flex: 1 1 33%;
}
#sub .flex .right.pro2 {
  flex: 1 1 66%;
}
#sub .flex.two_item {
  align-items: stretch;
}
#sub .flex.two_item .f_item {
  flex: 1 50%;
}
#sub .flex.three_item {
  align-items: stretch;
}
#sub .flex.three_item .f_item {
  flex: 1 1 33%;
}
#sub .buttonwrap {
  width: 100%;
  display: flex;
  gap: 24px;
  margin: 2rem 0;
}
#sub .buttonwrap a {
  flex: 1 1 50%;
}
#sub .buttonwrap a button {
  width: 100%;
  height: 50px;
  font-size: 14px;
  margin: 0;
}
@media (max-width: 1000px) {
  #sub .buttonwrap {
    flex-direction: column;
    gap: 1rem;
  }
  #sub .buttonwrap a {
    flex: 1 1 100%;
  }
}
#sub .contentbox {
  background-color: #fff;
  border-top: 5px solid #988432;
  border-bottom: 5px solid #988432;
  max-width: 730px;
  margin: 0 auto;
  text-align: left;
  padding: 24px 1rem;
}
#sub .textbox {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-bottom: 1rem;
}
#sub .outline {
  margin: 24px auto;
  width: 100%;
}
#sub .outline > li {
  display: flex;
  flex-direction: row;
}
@media (max-width: 750px) {
  #sub .outline > li {
    flex-direction: column;
    border-bottom: 1px solid #4d4d4d;
  }
}
#sub .outline > li h5 {
  width: 180px;
  flex: 0 0 180px;
  border-right: 1px solid #988432;
  padding: 1rem;
  font-size: 1rem;
  margin: 0;
}
@media (max-width: 750px) {
  #sub .outline > li h5 {
    flex: 1 1 auto;
    border: none;
    padding: 1rem 0;
  }
}
#sub .outline > li div {
  flex: 1 1 auto;
  padding: 1rem;
}
@media (max-width: 750px) {
  #sub .outline > li div {
    padding: 0 0 1rem;
  }
}
#sub .outline > li div .mapimage {
  max-width: 500px;
}
#sub section[data-active-tab=ol1] {
  background: linear-gradient(180deg, rgb(230, 44, 106) 0%, #e9eaea 300px);
}
#sub section[data-active-tab=ol2] {
  background: linear-gradient(180deg, rgb(237, 180, 109) 0%, rgb(233, 234, 234) 300px);
}
#sub section[data-active-tab=hl1] {
  background: linear-gradient(180deg, rgb(205, 144, 222) 0%, #e9eaea 400px);
}
#sub section[data-active-tab=hl2] {
  background: linear-gradient(180deg, rgb(237, 180, 109) 0%, rgb(233, 234, 234) 400px);
}
#sub section[data-active-tab=hl3] {
  background: linear-gradient(180deg, rgb(114, 176, 212) 0%, #e9eaea 400px);
}
#sub section[data-active-tab=hl4] {
  background: linear-gradient(180deg, rgb(230, 44, 106) 0%, rgb(233, 234, 234) 400px);
}
#sub table {
  border-spacing: 0;
  width: 100%;
  text-align: center;
  border-collapse: collapse;
  table-layout: fixed;
  max-width: 920px;
  margin: 1rem auto;
}
#sub table td,
#sub table th {
  border: none;
  border-top: 1px solid #4d4d4d;
  padding: 1rem 0;
}
@media (max-width: 750px) {
  #sub table th {
    height: 60px;
  }
}
#sub table td:first-child,
#sub table th:first-child {
  border-left: none;
}
#sub table td:last-child,
#sub table th:last-child {
  border-right: none;
}
#sub table th {
  border-bottom: 1px solid #4d4d4d;
}
#sub table td {
  border-bottom: 1px solid #4d4d4d;
}
#sub table td span {
  font-size: 12px;
  line-height: 14px;
}
#sub table td span.big {
  font-size: 20px;
  line-height: 24px;
}
#sub #policy,
#sub #terms {
  background: linear-gradient(0deg, rgb(193, 168, 97) 0%, rgb(255, 255, 255) 300px);
}
#sub #policy h3,
#sub #terms h3 {
  font-size: 18px;
  margin: 1rem auto;
  margin-top: 2rem;
}
#sub #policy h4,
#sub #terms h4 {
  font-size: 16px;
}
#sub #outline .tabbuttons .tabbutton {
  flex: 1 1 50%;
}
#sub #outline .contentbox {
  text-align: center;
}
#sub #highlights .hl_item {
  border-bottom: 1px solid #000;
  width: 100%;
  align-items: center;
  margin-top: 1rem;
}
@media (max-width: 750px) {
  #sub #highlights .hl_item {
    flex-direction: row;
  }
}
#sub #highlights .hl_item .midashi {
  max-width: 51px;
  flex: 0 1 51px;
}
#sub #highlights .hl_item p {
  font-size: 18px;
  line-height: 26px;
  flex: 1 1 auto;
  justify-content: flex-start;
  align-items: center;
}
#sub #highlights .hl_item p.col {
  gap: 0.3rem;
  align-items: flex-start;
}
#sub #highlights .hl_item p span {
  display: block;
}
#sub #highlights .hl_top .contents {
  max-width: 730px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
}
@media (max-width: 750px) {
  #sub #highlights .hl_contents .tabbuttons {
    gap: 1rem 0;
    flex-wrap: wrap;
  }
}
#sub #highlights .hl_contents .tabbuttons .tabbutton {
  flex: 1 1 22%;
}
@media (max-width: 750px) {
  #sub #highlights .hl_contents .tabbuttons .tabbutton {
    flex: 1 1 50%;
  }
}
#sub #highlights .hl_contents .tabcont {
  flex-direction: column;
  gap: 2rem;
}
#sub #highlights .hl_contents .tabcont .satochip {
  width: 60px;
  height: 60px;
}
#sub #highlights .hl_contents .tabcont .titlearea {
  width: 100%;
  justify-content: space-between;
}
@media (max-width: 750px) {
  #sub #highlights .hl_contents .tabcont .titlearea {
    flex-direction: row;
  }
}
#sub #highlights .hl_contents .tabcont#tabhl1 h3 {
  color: #000;
  border-color: #000;
}
#sub #highlights .hl_contents .tabcont#tabhl1 .chu_midashi {
  background-color: #E69284;
  color: #fff;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 24px;
}
#sub #highlights .hl_contents .tabcont#tabhl1 .f_item {
  background-color: #C0D6EB;
}
#sub #highlights .hl_contents .tabcont#tabhl1 .f_item .item_title {
  padding: 1rem;
  border-bottom: 1px solid #E9EAEA;
  min-height: 113px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
#sub #highlights .hl_contents .tabcont#tabhl1 .f_item .item_title p {
  font-size: 18px;
}
#sub #highlights .hl_contents .tabcont#tabhl1 .f_item .item_title p span {
  font-size: 1rem;
}
#sub #highlights .hl_contents .tabcont#tabhl1 .f_item .item_title p.white {
  font-size: 1rem;
  color: #fff;
}
#sub #highlights .hl_contents .tabcont#tabhl1 .f_item .item_image {
  padding: 0 1rem;
}
#sub #highlights .hl_contents .tabcont#tabhl1 .f_item .item_image p {
  margin-top: 0.5rem;
}
#sub #highlights .hl_contents .tabcont#tabhl1 .f_item .item_bottom {
  padding: 1rem;
}
@media (max-width: 750px) {
  #sub #highlights .hl_contents .tabcont#tabhl1 .f_item .item_bottom {
    flex-direction: row;
  }
}
#sub #highlights .hl_contents .tabcont#tabhl1 .f_item .item_bottom .col {
  padding: 0;
  justify-content: flex-start;
}
#sub #highlights .hl_contents .tabcont#tabhl1 .f_item .item_bottom > p,
#sub #highlights .hl_contents .tabcont#tabhl1 .f_item .item_bottom div {
  flex: 1 1 50%;
}
#sub #highlights .hl_contents .tabcont#tabhl1 .f_item.pink {
  background-color: #F1D1CD;
}
#sub #highlights .hl_contents .tabcont#tabhl1 .f_item.pink .item_image {
  flex: 1 1 70%;
  display: flex;
  flex-direction: column;
  gap: 0;
}
#sub #highlights .hl_contents .tabcont#tabhl1 .f_item.pink .flex {
  flex: 1 1 30%;
  padding-bottom: 1rem;
  gap: 0;
}
@media (max-width: 750px) {
  #sub #highlights .hl_contents .tabcont#tabhl1 .f_item.pink .flex.onlysp {
    flex-direction: row;
  }
}
#sub #highlights .hl_contents .tabcont#tabhl1 .f_item.pink .flex.onlysp p {
  padding-top: 1rem;
}
#sub #highlights .hl_contents .tabcont#tabhl1 .f_item.pink .flex.onlysp div {
  gap: 0;
}
@media (max-width: 750px) {
  #sub #highlights .hl_contents .tabcont#tabhl1 .f_item.pink .flex.onlysp div {
    padding: 1rem;
  }
  #sub #highlights .hl_contents .tabcont#tabhl1 .f_item.pink .flex.onlysp div img {
    max-width: 100%;
  }
}
#sub #highlights .hl_contents .tabcont#tabhl1 .f_item.pink .flex.onlysp p,
#sub #highlights .hl_contents .tabcont#tabhl1 .f_item.pink .flex.onlysp div {
  flex: 1 1 50%;
}
#sub #highlights .hl_contents .tabcont#tabhl1 .f_item.pink .flex .col {
  padding-right: 1rem;
  gap: 1rem;
}
@media (max-width: 750px) {
  #sub #highlights .hl_contents .tabcont#tabhl1 .f_item.pink .flex .col img {
    flex: 0 1 30%;
    max-width: 180px;
  }
  #sub #highlights .hl_contents .tabcont#tabhl1 .f_item.pink .flex .col p {
    flex: 1 1 auto;
  }
}
#sub #highlights .hl_contents .tabcont#tabhl2 .two_item .imgarea {
  flex: 1 1 50%;
}
#sub #highlights .hl_contents .tabcont#tabhl2 .two_item .imgarea img {
  max-width: 260px;
}
@media (max-width: 750px) {
  #sub #highlights .hl_contents .tabcont#tabhl2 .two_item .imgarea img {
    max-width: 100%;
  }
}
#sub #highlights .hl_contents .tabcont#tabhl2 .two_item .col {
  flex: 1 1 50%;
}
#sub #highlights .hl_contents .tabcont#tabhl2 .one_item .imgarea {
  flex: 1 1 70%;
}
#sub #highlights .hl_contents .tabcont#tabhl2 .one_item .col {
  flex: 1 1 30%;
}
#sub #highlights .hl_contents .tabcont#tabhl3 .parent1 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(5, auto);
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  height: -moz-fit-content;
  height: fit-content;
  outline: 1px solid #988432;
  padding: 2rem;
}
@media (max-width: 750px) {
  #sub #highlights .hl_contents .tabcont#tabhl3 .parent1 {
    grid-template-columns: 1fr;
    grid-column-gap: 1rem;
    padding: 1rem;
  }
}
#sub #highlights .hl_contents .tabcont#tabhl3 .parent2 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(2, auto);
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  height: -moz-fit-content;
  height: fit-content;
  outline: 1px solid #988432;
  padding: 2rem;
}
@media (max-width: 750px) {
  #sub #highlights .hl_contents .tabcont#tabhl3 .parent2 {
    grid-template-columns: 1fr;
    grid-column-gap: 1rem;
    padding: 1rem;
  }
}
#sub #highlights .hl_contents .tabcont#tabhl3 .tategaki {
  writing-mode: vertical-rl;
  color: #00428E;
  font-size: 30px;
}
#sub #highlights .hl_contents .tabcont#tabhl3 .blueline {
  width: 1px;
  min-width: 1px;
  height: 100%;
  background: linear-gradient(180deg, rgb(0, 66, 142) 0%, rgba(255, 255, 255, 0) 100%);
}
#sub #highlights .hl_contents .tabcont#tabhl3 .midashi1 {
  grid-area: 1/1/2/4;
}
#sub #highlights .hl_contents .tabcont#tabhl3 .div1 {
  grid-area: 2/1/2/2;
}
#sub #highlights .hl_contents .tabcont#tabhl3 .div2 {
  grid-area: 2/2/2/4;
}
#sub #highlights .hl_contents .tabcont#tabhl3 .div3 {
  grid-area: 3/1/3/2;
}
#sub #highlights .hl_contents .tabcont#tabhl3 .div4 {
  grid-area: 3/2/3/3;
}
#sub #highlights .hl_contents .tabcont#tabhl3 .div5 {
  grid-area: 3/3/3/4;
}
#sub #highlights .hl_contents .tabcont#tabhl3 .div6 {
  grid-area: 4/1/4/3;
}
#sub #highlights .hl_contents .tabcont#tabhl3 .div7 {
  grid-area: 4/3/4/4;
}
#sub #highlights .hl_contents .tabcont#tabhl3 .div8 {
  grid-area: 5/1/5/2;
}
#sub #highlights .hl_contents .tabcont#tabhl3 .div9 {
  grid-area: 5/2/5/4;
}
#sub #highlights .hl_contents .tabcont#tabhl3 .midashi2 {
  grid-area: 1/1/1/4;
}
#sub #highlights .hl_contents .tabcont#tabhl3 .div10 {
  grid-area: 2/1/2/2;
}
#sub #highlights .hl_contents .tabcont#tabhl3 .div11 {
  grid-area: 2/2/2/3;
}
#sub #highlights .hl_contents .tabcont#tabhl3 .div12 {
  grid-area: 2/3/2/4;
}
#sub #highlights .hl_contents .tabcont#tabhl3 .div1,
#sub #highlights .hl_contents .tabcont#tabhl3 .div2,
#sub #highlights .hl_contents .tabcont#tabhl3 .div3,
#sub #highlights .hl_contents .tabcont#tabhl3 .div4,
#sub #highlights .hl_contents .tabcont#tabhl3 .div5,
#sub #highlights .hl_contents .tabcont#tabhl3 .div6,
#sub #highlights .hl_contents .tabcont#tabhl3 .div7,
#sub #highlights .hl_contents .tabcont#tabhl3 .div8,
#sub #highlights .hl_contents .tabcont#tabhl3 .div9,
#sub #highlights .hl_contents .tabcont#tabhl3 .div10,
#sub #highlights .hl_contents .tabcont#tabhl3 .div11,
#sub #highlights .hl_contents .tabcont#tabhl3 .div12,
#sub #highlights .hl_contents .tabcont#tabhl3 .midashi1,
#sub #highlights .hl_contents .tabcont#tabhl3 .midashi2 {
  gap: 0.5rem;
  flex-direction: row;
}
@media (max-width: 750px) {
  #sub #highlights .hl_contents .tabcont#tabhl3 .div1,
  #sub #highlights .hl_contents .tabcont#tabhl3 .div2,
  #sub #highlights .hl_contents .tabcont#tabhl3 .div3,
  #sub #highlights .hl_contents .tabcont#tabhl3 .div4,
  #sub #highlights .hl_contents .tabcont#tabhl3 .div5,
  #sub #highlights .hl_contents .tabcont#tabhl3 .div6,
  #sub #highlights .hl_contents .tabcont#tabhl3 .div7,
  #sub #highlights .hl_contents .tabcont#tabhl3 .div8,
  #sub #highlights .hl_contents .tabcont#tabhl3 .div9,
  #sub #highlights .hl_contents .tabcont#tabhl3 .div10,
  #sub #highlights .hl_contents .tabcont#tabhl3 .div11,
  #sub #highlights .hl_contents .tabcont#tabhl3 .div12,
  #sub #highlights .hl_contents .tabcont#tabhl3 .midashi1,
  #sub #highlights .hl_contents .tabcont#tabhl3 .midashi2 {
    grid-area: auto;
    width: 100%;
    height: auto;
  }
}
#sub #highlights .hl_contents .tabcont#tabhl3 .div1 .col,
#sub #highlights .hl_contents .tabcont#tabhl3 .div2 .col,
#sub #highlights .hl_contents .tabcont#tabhl3 .div3 .col,
#sub #highlights .hl_contents .tabcont#tabhl3 .div4 .col,
#sub #highlights .hl_contents .tabcont#tabhl3 .div5 .col,
#sub #highlights .hl_contents .tabcont#tabhl3 .div6 .col,
#sub #highlights .hl_contents .tabcont#tabhl3 .div7 .col,
#sub #highlights .hl_contents .tabcont#tabhl3 .div8 .col,
#sub #highlights .hl_contents .tabcont#tabhl3 .div9 .col,
#sub #highlights .hl_contents .tabcont#tabhl3 .div10 .col,
#sub #highlights .hl_contents .tabcont#tabhl3 .div11 .col,
#sub #highlights .hl_contents .tabcont#tabhl3 .div12 .col,
#sub #highlights .hl_contents .tabcont#tabhl3 .midashi1 .col,
#sub #highlights .hl_contents .tabcont#tabhl3 .midashi2 .col {
  flex: 1;
}
#sub #highlights .hl_contents .tabcont#tabhl3 .div1 .col > img,
#sub #highlights .hl_contents .tabcont#tabhl3 .div2 .col > img,
#sub #highlights .hl_contents .tabcont#tabhl3 .div3 .col > img,
#sub #highlights .hl_contents .tabcont#tabhl3 .div4 .col > img,
#sub #highlights .hl_contents .tabcont#tabhl3 .div5 .col > img,
#sub #highlights .hl_contents .tabcont#tabhl3 .div6 .col > img,
#sub #highlights .hl_contents .tabcont#tabhl3 .div7 .col > img,
#sub #highlights .hl_contents .tabcont#tabhl3 .div8 .col > img,
#sub #highlights .hl_contents .tabcont#tabhl3 .div9 .col > img,
#sub #highlights .hl_contents .tabcont#tabhl3 .div10 .col > img,
#sub #highlights .hl_contents .tabcont#tabhl3 .div11 .col > img,
#sub #highlights .hl_contents .tabcont#tabhl3 .div12 .col > img,
#sub #highlights .hl_contents .tabcont#tabhl3 .midashi1 .col > img,
#sub #highlights .hl_contents .tabcont#tabhl3 .midashi2 .col > img {
  width: 100%;
  height: auto;
}
#sub #highlights .hl_contents .tabcont#tabhl3 .midashi1,
#sub #highlights .hl_contents .tabcont#tabhl3 .midashi2 {
  margin-bottom: 0;
}
@media (max-width: 750px) {
  #sub #highlights .hl_contents .tabcont#tabhl3 .midashi1,
  #sub #highlights .hl_contents .tabcont#tabhl3 .midashi2 {
    height: 80px;
    margin-top: 0;
  }
}
#sub #highlights .hl_contents .tabcont#tabhl4 {
  padding-top: 110px;
  margin-top: -110px;
}
@media (max-width: 1200px) {
  #sub #highlights .hl_contents .tabcont#tabhl4 {
    padding-top: 70px;
    margin-top: -70px;
  }
}
#sub #highlights .hl_contents .tabcont#tabhl4 .imgbox {
  flex: 1 1 66%;
}
#sub #highlights .hl_contents .tabcont#tabhl4 .textbox {
  flex: 1 1 33%;
}
#sub #museum .ms_top .contentbox {
  padding: 0;
  max-width: 100%;
}
#sub #museum .ms_top .contentbox h3 {
  color: #000;
}
#sub #museum .ms_top .contentbox h3 span {
  color: #988432;
  font-size: 12px;
}
#sub #museum .ms_top .contentbox .flex {
  gap: 0;
}
#sub #museum .ms_top .contentbox .flex .imgbox,
#sub #museum .ms_top .contentbox .flex p {
  padding: 1rem;
  flex: 1 1 50%;
  text-align: left;
}
#sub #museum .ms_bottom .signarea {
  justify-content: space-between;
  margin: 1rem auto;
}
@media (max-width: 750px) {
  #sub #museum .ms_bottom .signarea {
    flex-direction: row;
  }
}
#sub #museum .ms_bottom .signarea .sign {
  width: 223px;
  height: auto;
}
#sub #museum .ms_bottom .signarea .name {
  text-align: right;
}
#sub #ticket .tabbuttons .tabbutton {
  flex: 1 1 50%;
}
#sub #ticket .buttons {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 900px) {
  #sub #ticket .buttons {
    flex-wrap: wrap;
    justify-content: center;
    gap: 1rem;
  }
}
#sub #ticket h3 span {
  color: #988432;
  display: inline-block;
  font-size: 20px;
}
#sub #ticket .item {
  margin: 1rem auto 4rem;
}
#sub #ticket .contentbox {
  max-width: 100%;
  margin: 1rem auto;
  text-align: left;
}
#sub #ticket .contentbox .col {
  gap: 0;
}
#sub #ticket .contentbox .col li {
  align-items: stretch;
  justify-content: flex-start;
}
@media (max-width: 750px) {
  #sub #ticket .contentbox .col li {
    gap: 0;
  }
}
#sub #ticket .contentbox .col li h5 {
  margin: 0;
  padding: 0.5rem 0;
  border-right: 1px solid #988432;
}
@media (max-width: 750px) {
  #sub #ticket .contentbox .col li h5 {
    border-right: none;
    padding-top: 1rem;
  }
}
#sub #ticket .contentbox .col li > div {
  padding: 0.5rem 0;
}
@media (max-width: 750px) {
  #sub #ticket .contentbox .col li > div {
    border-bottom: 1px solid #988432;
    padding-bottom: 1rem;
  }
}
#sub #ticket .toparea > .inner {
  padding-bottom: 0;
}
#sub #ticket #fee .inner {
  padding-top: 0;
}
#sub #ticket #fee .inner ul.cap {
  max-width: 930px;
  margin: 1rem auto;
}
#sub #ticket #fee .inner .fee {
  max-width: 930px;
  margin: 0 auto;
}
#sub #ticket #limited .flex > div {
  flex: 1 1 50%;
}
@media (max-width: 750px) {
  #sub #ticket #limited .flex > div {
    flex: 1 1 100%;
    width: 100%;
  }
}
#sub #ticket #limited .inner {
  margin-bottom: 0;
}
#sub #ticket #limited {
  padding-bottom: 0;
}
#sub #ticket #set {
  padding-top: 0;
}
#sub #ticket #set .inner {
  margin-bottom: 0;
  padding-bottom: 0;
}
#sub #ticket #buy .item {
  margin-bottom: 2rem;
}
#sub #ticket #buy .item .flex {
  justify-content: stretch;
}
#sub #ticket #buy .item .flex ul.cap {
  margin: 0 auto;
}
#sub #ticket #flow .flow_img {
  max-width: 930px;
  margin: 0 auto;
}
#sub #guide .toparea {
  padding-bottom: 0;
}
#sub #guide .toparea .inner {
  padding-bottom: 0;
  margin-bottom: 0;
}
@media (max-width: 750px) {
  #sub #guide .toparea .inner .tabbuttons .tabbutton {
    min-width: 100px;
    font-size: 15px;
  }
}
#sub #guide .tabcont {
  padding: 0;
}
#sub #guide .tabcont section {
  padding-bottom: 0;
  padding-top: 1rem;
}
#sub #guide .tabcont section .inner {
  padding-top: 0;
}
#sub #guide #tabgd1 .contentbox {
  max-width: 100%;
  margin: 1rem auto;
  text-align: left;
}
#sub #guide #tabgd1 .contentbox .col {
  gap: 0;
}
#sub #guide #tabgd1 .contentbox .col li {
  align-items: stretch;
  justify-content: flex-start;
}
@media (max-width: 750px) {
  #sub #guide #tabgd1 .contentbox .col li {
    gap: 0;
  }
}
#sub #guide #tabgd1 .contentbox .col li h5 {
  margin: 0;
  padding: 0.5rem 0;
  border-right: 1px solid #988432;
}
@media (max-width: 750px) {
  #sub #guide #tabgd1 .contentbox .col li h5 {
    border-right: none;
    padding-top: 1rem;
  }
}
#sub #guide #tabgd1 .contentbox .col li > div {
  padding: 0.5rem 0;
}
@media (max-width: 750px) {
  #sub #guide #tabgd1 .contentbox .col li > div {
    border-bottom: 1px solid #988432;
    padding-bottom: 1rem;
  }
}
#sub #guide #tabgd2 .flex {
  margin: 1rem auto;
}
#sub #guide #tabgd2 section {
  padding: 1rem 0;
}
#sub #guide #tabgd2 section .inner {
  padding: 0 1rem;
}
#sub #guide #tabgd2 .gold_bottom_bg {
  padding-bottom: 4rem;
}
#sub #guide #tabgd3 .item {
  margin: 2rem auto;
}
#sub #guide #tabgd3 .item .guideimg {
  max-width: 350px;
}
#sub #guide #tabgd3 .item .contentbox {
  margin: 1rem auto;
}
#sub #guide #tabgd3 .item .comment {
  border: 3px solid #ccc;
  background-color: #fff;
  padding: 1rem;
  margin-top: 2rem;
}
#sub #guide #tabgd3 .item .comment h5 {
  margin-top: 0;
}
#sub #guide #tabgd3 .contentbox {
  width: 100%;
  max-width: 100%;
}
#sub #guide #tabgd3 .contentbox h5 {
  margin-top: 0;
}
#sub #guide #tabgd3 .onsei {
  margin: 60px auto 0;
}
#sub #guide #tabgd3 .shikiri {
  width: 100%;
  height: 1px;
  background-color: #4d4d4d;
  margin: 2rem auto;
}
#sub #guide #tabgd3 .badge {
  max-height: 45px;
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
  margin: 0.5rem auto;
  margin-right: 0.3rem;
}
#sub #guide #tabgd3 .a_guide {
  width: 180px;
  -o-object-fit: contain;
     object-fit: contain;
}
#sub #guide #tabgd3 .qr {
  width: 150px;
  height: 150px;
}
#sub #guide #tabgd3 .gray_bg {
  padding-top: 120px;
}
#sub #special .toparea {
  padding-bottom: 0;
}
#sub #special .toparea .inner {
  padding-bottom: 0;
  margin-bottom: 0;
}
#sub #special .cont {
  padding: 0;
}
#sub #special .cont section {
  padding-bottom: 0;
  padding-top: 1rem;
}
#sub #special .cont section .inner {
  padding-top: 0;
}
#sub #special .cont section#g06 .inner {
  margin-bottom: 0;
}
#sub #special .cont .gold_bottom_bg {
  padding-bottom: 2rem;
}
#sub #program .program {
  align-items: flex-start;
  justify-content: flex-start;
}
#sub #program .program .programlogo {
  width: 100px;
  -o-object-fit: contain;
     object-fit: contain;
}/*# sourceMappingURL=sub.css.map */