@charset "utf-8";
/* CSS Document */
.top_wrap {
  background: url(/common/img/across_topimg.jpg) no-repeat;
  background-size: cover;
  background-position-y: 25%;
}

#menu_wrap {
  height: 350px;
}

#page_header_wrap {
  background: url('/common/img/across_header_dot.png') repeat;
  height: 350px;
}

#page_header_wrap {
  position: relative;
}

h1 {
  position: absolute;
  top: 165px;
  left: 0;
  z-index: 900;
  width: 500px;
  right: 0;
  margin: auto;
}

h1 img {
  width: 100%;
}

#cup2019_bth {
  position: absolute;
  right: 10px;
  bottom: 10px;
  z-index: 900;
}

.red {
  color: #b33c3c;
  font-weight: bold;
}

.red_schedule {
  color: #b33c3c;
  font-size: 14px;
  font-weight: bold;
}

/*page*/

#pagehead {
  background: #fff;
}

#pagehead h2 {
  font-size: 24px;
  line-height: 1;
  text-align: center;
  padding: 45px 0 70px;
  color: #000;
}

#pagehead h2 p {
  font-size: 85px;
  font-family: Georgia, 'Times New Roman', Times, 'serif';
  letter-spacing: 1px;
  margin-bottom: 15px;
}

.pagewrap {
  padding-top: 350px;
  min-width: 1060px;
}

.innerbox {
  width: 1060px;
  max-width: 1060px;
  margin: 0 auto;
  padding-bottom: 80px;
}

.innerbox_center {
  text-align: center;
}

.table_title {
  background: #000000;
  color: #fff;
  font-size: 20px;
  text-align: center;
  padding: 15px 0;
  margin-bottom: 20px;
}

.table_title2 {
  background: #ff8400;
}

/*Golf Course*/
#page_course {
  background: url('/common/img/across2025_course_bg.jpg') no-repeat top;
  padding-top: 50px;
}

.page_schedule {
  background: url('/common/img/across2025_schedule_bg.jpg') no-repeat top !important;
}

#course_wrap {
  margin: 310px auto 0;
  text-align: left;
}

#course_wrap table {
  margin-bottom: 60px;
}

table,
td,
th {
  border: 1px solid #dddddd;
  border-collapse: collapse;
}

table {
  width: 100%;
  font-weight: normal;
}

#page_course th {
  background: #efefef;
  text-align: center;
  vertical-align: middle;
  padding: 15px 10px;
}

#page_course td {
  background: #fff;
  padding: 10px;
  vertical-align: middle;
}

#page_course td.td_box {
  padding: 0;
}

#page_course td .td_inner {
  position: relative;
  padding: 10px;
}

#page_course td .td_schedule {
  padding: 27px 10px;
}

#page_course td a.table_btn1,
#page_course td a.table_btn2,
#page_course td a.table_btn3,
#page_course td a.table_btn4 {
  position: absolute;
  background: #9bb600;
  right: 5px;
  color: #fff;
  font-weight: bold;
  border-radius: 3px;
  width: 120px;
  padding: 3px 0;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
}

.page_schedule a.table_btn1,
.page_schedule a.table_btn2,
.page_schedule a.table_btn3,
.page_schedule a.table_btn4 {
  transform: none !important;
}

#page_course td a.table_btn1:before,
#page_course td a.table_btn2:before,
#page_course td a.table_btn3:before,
#page_course td a.table_btn4:before {
  content: '\f105';
  line-height: 1;
  position: absolute;
  font-family: 'FontAwesome';
  font-size: 21px;
  top: 3px;
  right: 7px;
}

#page_course td a.table_btn2 {
  background: #000000;
  right: 131px;
  top: 6px;
}

#page_course td a.table_btn2_off {
  background: #b5b5b5;
  cursor: default;
}

/*#page_course td a.table_btn3 {
    background: #d42e2e;
	background: #b5b5b5;
	cursor: default;
	width: 246px;
	top: 41px;
}*/

/* 20200921追記 */
#page_course td a.table_btn3 {
  background: #d42e2e;
  width: 246px;
  top: 41px;
}

#page_course .tr_sigaraki a.table_btn2,
#page_course .tr_sigaraki a.table_btn4 {
  top: 19px;
}

#page_course .tr_sigaraki a.table_btn3 {
  top: 54px;
}

#page_course td a.table_btn3_off {
  background: #b5b5b5;
  cursor: default;
}
/* //20200921追記 */

#page_course td a.table_btn4 {
  background: #000000;
  right: 6px;
  top: 6px;
}

#page_course td a.table_btn4_soon {
  background: #b5b5b5;
  cursor: default;
}

/*#page_course td a.table_btn2_off:hover,#page_course td a.table_btn3:hover,#page_course td a.table_btn4_soon:hover  {
	opacity: 1;
}*/
/* 20200921追記 */
#page_course td a.table_btn2_off:hover,
#page_course td a.table_btn3_off:hover,
#page_course td a.table_btn4_soon:hover {
  opacity: 1;
}
/* //20200921追記 */

#page_course td.td_yellow {
  background: #ffeda0;
}

#course_wrap .th1 {
  width: 150px;
}

#course_wrap .th2 {
  width: 220px;
}

#course_memo {
  border: 1px solid #dddddd;
  padding: 35px 45px;
  font-weight: normal;
  margin-bottom: 50px;
}

#course_memo .course_memo_inner {
  margin-bottom: 20px;
}

#course_memo p {
  margin-bottom: 10px;
}

#course_memo li {
  text-indent: -2.8em;
  padding-left: 2.8em;
}

#backnumber {
  text-align: center;
}

#backnumber p {
  font-size: 20px;
  font-weight: normal;
  margin: 40px auto 20px;
}

#backnumber li {
  border: 1px solid #b5b5b5;
  border-radius: 5px;
  width: 180px;
  display: inline-block;
  padding: 2px 0;
  margin: 0 6px;
}

#backnumber li a {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
}

#backnumber li a:before {
  content: '\f105';
  line-height: 1;
  position: absolute;
  font-family: 'FontAwesome';
  font-size: 19px;
  top: 2px;
  right: 9px;
}
/*Golf Course*/

/*OVERVIEW*/
#page_overview {
  background: url('/common/img/across_overview_bg.jpg') no-repeat top;
}

#overview_wrap,
#faq_wrap,
#coursedetail_wrap {
  background: rgba(255, 255, 255, 0.8);
  padding: 50px 0 0;
}

#overview_wrap table {
  width: 90%;
  margin: 0 auto;
}

#overview_wrap table,
#overview_wrap th,
#overview_wrap td {
  border: none;
}

#overview_wrap table th {
  background: #700c13;
  color: #fff;
  vertical-align: middle;
  padding: 10px;
  width: 170px;
}

#overview_wrap table tr {
  display: table;
  margin-bottom: 5px;
  width: 100%;
}

#overview_wrap table td {
  padding: 10px 15px;
  background: #fff;
}
/*OVERVIEW*/

/*FAQ-GUIDE*/
#page_faq {
  text-align: center;
  background: url('/common/img/across_faq_bg.jpg') no-repeat top;
}

.page_guide {
  background: url('/common/img/across2025_guide_bg.jpg') no-repeat top !important;
}

#faq_wrap h3,
#page_report h3 {
  font-size: 38px;
  display: inline-block;
  border-bottom: 4px solid #700c13;
  padding-bottom: 13px;
  line-height: 1;
  margin: 50px auto 75px;
}

#faq_wrap h3 span {
  display: block;
  font-size: 18px;
  margin-bottom: 13px;
}

#faq_wrap .h4_box {
  margin: 70px auto 40px;
  text-align: center;
}

#faq_wrap .h4box_first {
  margin: 40px auto 40px;
  text-align: center;
}

#faq_wrap h4 {
  font-size: 28px;
  border-bottom: 3px solid #700c13;
  display: inline-block;
}

#faq_wrap #faq_link1,
#faq_wrap #faq_link2,
#faq_wrap #faq_link3,
#faq_wrap #faq_link4 {
  margin-top: -5px;
  padding-top: 5px;
}

#faq_wrap h3:first-child {
  margin: 80px auto 75px;
}

#faq_wrap #faq_btnbox {
  width: 90%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

#faq_wrap #faq_btnbox a {
  background: #000000;
  color: #fff;
  font-weight: bold;
  border-radius: 3px;
  width: 49%;
  padding: 13px 0;
  text-align: center;
  position: relative;
  font-size: 22px;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 2%;
}

#faq_wrap #faq_btnbox a:before {
  content: '\f107';
  line-height: 1;
  position: absolute;
  font-family: 'FontAwesome';
  font-size: 29px;
  top: 16px;
  right: 16px;
}

#faq_wrap .faqbox {
  text-align: left;
  font-weight: normal;
  margin: 0 auto 77px;
  width: 90%;
}

#faq_wrap .faqbox p {
  border-bottom: 1px solid #b4bdc8;
  font-size: 23px;
  line-height: 1.3;
  padding-bottom: 12px;
  margin-bottom: 17px;
  font-weight: bold;
}

#faq_wrap .faqbox p span {
  font-family: arial, sans-serif;
  font-size: 26px;
  vertical-align: text-top;
}

#faq_wrap .faqbox .nl {
  text-indent: -1em;
  padding-left: 1em;
  display: block;
}

#faq_wrap .faqbox .entry_info {
  display: inline-block;
  margin: 10px auto 0;
}

#faq_wrap .contact {
  border: 1px solid #dddddd;
  padding: 20px;
  font-weight: normal;
  margin-top: 10px;
}

#faq_wrap .contact p {
  border: none;
  font-weight: normal;
  font-size: 17px;
  margin-bottom: 10px;
  padding-bottom: 0;
}

#faq_wrap .contactbox {
  background: #f7f7f7;
  padding: 25px;
  width: 650px;
  margin: 0 auto;
}

#faq_wrap .contactbox p {
  font-size: 19px;
}

.mt10 {
  margin-top: 10px;
}

#faq_link4 {
  margin-bottom: 77px;
}

#faq_link4 ul {
  margin-bottom: 30px;
}

#faq_link4 li {
  display: inline-block;
}

#faq_link4 li p {
  font-size: 23px;
}

.team_text1 {
  font-size: 23px;
  margin-bottom: 40px;
  background: #1c1c1c;
  display: inline-block;
  padding: 0 10px;
  color: #fff;
}

.team_text2 {
  font-weight: normal;
  text-align: left;
  text-indent: -1em;
  padding-left: 1em;
  margin: 0 auto 10px;
  width: 90%;
}

/*FAQ*/

/*ゴルフコース詳細*/
#coursedetail_wrap {
  text-align: center;
}

#page_bridgestonecc {
  background: url('/common/img/across_bridgestone_bg.jpg') no-repeat top;
}

#page_fukuokacgc {
  background: url('/common/img/across_fukuoka_bg.jpg') no-repeat top;
}

#page_kumamotochuocc {
  background: url('/common/img/across_kumamoto_bg.jpg') no-repeat top;
}

#page_lakeside {
  background: url('/common/img/across_lakeside_bg.jpg') no-repeat top;
}

#page_ohmurawan {
  background: url('/common/img/across_ohmurawan_bg.jpg') no-repeat top;
}

#page_oitatokyu {
  background: url('/common/img/across_oitatokyu_bg.jpg') no-repeat top;
}

#page_ryukyugolf {
  background: url('/common/img/across_ryukyugolf_bg.jpg') no-repeat top;
}

#page_pgmokinawa {
  background: url('/common/img/across_pgmokinawa_bg.jpg') no-repeat top;
}

#page_shimadzu {
  background: url('/common/img/across_shimadzu_bg.jpg') no-repeat top;
}

#page_queenshill {
  background: url('/common/img/across_queenshill_bg.jpg') no-repeat top;
}

#page_raizan {
  background: url('/common/img/across_raizan_bg.jpg') no-repeat top;
}

#page_chikushigaoka {
  background: url('/common/img/across_chikushigaoka_bg.jpg') no-repeat top;
}

#page_chikushigaoka {
  background: url('/common/img/across_chikushigaoka_bg.jpg') no-repeat top;
}

#page_forestnankan {
  background: url('/common/img/across_forestnankan_bg.jpg') no-repeat top;
}

#page_trialgolfresort {
  background: url('/common/img/across_trialgolfresort_bg.jpg') no-repeat top;
}
#page_saga {
  background: url('/common/img/across_saga_bg.jpg') no-repeat top;
}

#coursedetail_wrap h3 {
  font-family: '游明朝体', 'Yu Mincho', YuMincho, 'ヒラギノ明朝 Pro', 'Hiragino Mincho Pro', 'MS P明朝', 'MS PMincho', serif;
  font-size: 28px;
  font-weight: normal;
}

#coursedetail_wrap h3 p:nth-child(1) {
  font-size: 30px;
  line-height: 1;
  padding-bottom: 5px;
}

#coursedetail_wrap h3 p:nth-child(2) {
  font-size: 50px;
  line-height: 1.3;
}

#coursedetail_wrap h3 p:nth-child(2) span {
  font-size: 25px;
}

.coursedetail_1 {
  font-size: 22px;
  background: #000;
  line-height: 1;
  padding: 12px 0;
  width: 60%;
  margin: 45px auto 0;
  color: #fff;
  border-radius: 31px;
}

.coursedetail_2 {
  color: #000000;
  margin: 40px auto 0;
}

.coursedetail_2 p {
  margin: 0 15px;
  display: inline-block;
}

.coursedetail_3 {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin: 25px auto 0;
}

.coursedetail_3 a {
  width: 180px;
  border-radius: 3px;
  position: relative;
  display: inline-block;
  background: #000000;
  padding: 8px 0;
  /* margin-right: 10px; */
  color: #fff;
}

/* .coursedetail_3 a:last-child {
  margin-right: 0;
} */

.coursedetail_3 a.a_soon {
  cursor: default;
  background: #b5b5b5 !important;
  color: #fff !important;
}

.coursedetail_3 a.result {
  background: #d42e2e;
}

.coursedetail_3 a.a_soon:hover {
  opacity: 1;
}

.coursedetail_3 a.coursedetail_btn1 {
  background: #9bb600;
}

.coursedetail_3 a.coursedetail_btn2 {
  background: #1c6228;
}

.coursedetail_3 a:before {
  content: '\f105';
  line-height: 1;
  position: absolute;
  font-family: 'FontAwesome';
  font-size: 24px;
  top: 7px;
  right: 12px;
}

.coursedetail_4 {
  width: 910px;
  height: 500px;
  margin: 50px auto 80px;
}

.coursedetail_4 iframe {
  width: 100%;
  height: 100%;
}

/*ゴルフコース詳細*/

/*レポート*/
#page_report {
  background: url('/common/img/across_report_bg.jpg') no-repeat top;
  text-align: center;
}

.report_photobox {
  margin: 0 auto;
  text-align: left;
  padding: 50px 49px !important;
}

.report_photobox a {
  display: inline-block;
  margin-right: 13px;
  margin-bottom: 13px;
}

.report_photobox a:nth-child(5n) {
  margin-right: 0;
}
/*レポート*/

.guide_list {
  margin: 0 auto;
}

.guide_list li {
  position: relative;
  text-align: left;
  list-style: disc;
  margin-left: 20px;
  margin-bottom: 15px;
  font-weight: 500;
}

.guide_list li::before {
  vertical-align: middle;
}

/*感染症対策のお願い*/
.covid19_wrap .covid19_text {
  font-size: 18px;
  font-weight: 500;
  margin: 0 auto 80px;
  line-height: 1.8;
}

.covid19_wrap ul li {
  font-weight: normal;
  margin-bottom: 20px;
}

.covid19_wrap ul li p {
  font-weight: bold;
  margin-bottom: 5px;
  text-indent: -1.6em;
  padding-left: 1.6em;
}

.covid19_innerbox {
  margin-left: 20px;
}

.covid19_innerbox span.nl {
  text-indent: -1em;
  padding-left: 1em;
  display: block;
}

#page_covid19 {
  background: url('/common/img/across_covid19_bg.jpg') no-repeat top !important;
  padding-top: 500px;
}

.color_text {
  color: #cf343f;
}
/*感染症対策のお願い*/

#page_gallery {
  background: url('/common/img/across_gallery_bg.jpg') no-repeat top !important;
}
#page_gallery2023 {
  background: url('/common/img/across_gallery2023_bg.jpg') no-repeat top !important;
}
#page_gallery2024 {
  background: url('/common/img/across_gallery2024_bg.jpg') no-repeat top !important;
}

@media screen and (max-width: 768px) {
  #menu_wrap {
    height: auto;
  }

  .top_wrap_inner {
    background: url(/common/img/across_top_bg1.png) repeat-x;
    background-position-y: center;
  }

  h1 {
    top: 71px;
    left: 7px;
    width: 250px;
  }

  .pagewrap {
    min-width: auto;
    width: 100%;
  }

  .innerbox {
    width: 90%;
    max-width: auto;
    margin: 0 auto;
    padding-bottom: 10vw;
  }

  #page_header_wrap {
    height: 175px;
  }

  #pagehead h2 {
    font-size: 4vw;
    padding: 4vw 0 6vw;
  }

  #pagehead h2 p {
    font-size: 10vw;
  }

  #cup2019_bth {
    width: 300px;
  }

  .table_title {
    font-size: 14px;
    padding: 5px 0;
    margin-bottom: 15px;
  }

  #page_course table {
    font-size: 11px;
  }

  #page_course th {
    padding: 4px;
  }

  #page_course td {
    padding: 4px;
    line-height: 1.3;
    vertical-align: middle;
  }

  #page_course td .td_inner {
    padding: 4px;
  }

  /*Golf Course*/
  #page_course {
    padding: 6vw 0 0;
  }

  #page_course td a.table_btn1,
  #page_course td a.table_btn2,
  #page_course td a.table_btn3,
  #page_course td a.table_btn4 {
    width: 100%;
    display: block;
    right: auto;
    position: relative;
    top: auto;
    margin-top: 4px;
    padding: 6px 0;
    transform: none;
  }

  #page_course td a.table_btn1:before,
  #page_course td a.table_btn2:before,
  #page_course td a.table_btn3:before,
  #page_course td a.table_btn4:before {
    font-size: 16px;
    top: 5px;
    right: 5px;
  }

  #page_course td a.table_btn2,
  #page_course td a.table_btn4 {
    right: auto;
  }

  #page_course .tr_sigaraki a.table_btn2,
  #page_course .tr_sigaraki a.table_btn4 {
    top: auto;
  }

  #page_course .tr_sigaraki a.table_btn3 {
    top: auto;
  }

  #page_course {
    background-size: 130% !important;
  }

  #course_wrap {
    margin: 27vw auto 0;
  }

  #course_memo {
    padding: 5%;
    margin-bottom: 25px;
  }

  #backnumber p {
    font-size: 17px;
    margin: 30px auto 15px;
  }

  #backnumber li {
    width: 48%;
    margin: 0 1% 1%;
    padding: 5px 0;
  }

  #backnumber li:last-child {
    margin-bottom: 0;
  }

  #backnumber li a:before {
    font-size: 18px;
    top: 0px;
    right: 8px;
  }

  #course_wrap table {
    margin-bottom: 30px;
  }

  #course_wrap .th1 {
    width: 25%;
  }

  #course_wrap .th2 {
    width: 36%;
  }
  /*Golf Course*/

  .pagewrap {
    background-size: contain !important;
    padding-top: 20vw;
  }

  #overview_wrap,
  #faq_wrap,
  #coursedetail_wrap {
    padding: 4vw 0 0;
  }

  /*OVERVIEW*/
  #overview_wrap table th {
    width: 100%;
    display: block;
    font-size: 13px;
    padding: 5px 0;
  }

  #overview_wrap table td {
    width: 100%;
    display: block;
    font-size: 13px;
    padding: 10px;
  }
  /*OVERVIEW*/

  /*FAQ*/
  #faq_wrap #faq_link1,
  #faq_wrap #faq_link2,
  #faq_wrap #faq_link3,
  #faq_wrap #faq_link4 {
    margin-top: -25px;
    padding-top: 25px;
  }

  #faq_wrap #faq_btnbox a:nth-child(1),
  #faq_wrap #faq_btnbox a:nth-child(2) {
    margin-bottom: 0;
  }

  #faq_wrap #faq_btnbox a:nth-child(1),
  #faq_wrap #faq_btnbox a:nth-child(3) {
    margin-right: 0;
  }

  #faq_wrap #faq_btnbox a {
    width: 100%;
    padding: 8px 0;
    font-size: 16px;
    margin-bottom: 5px !important;
  }

  #faq_wrap #faq_btnbox a:before {
    font-size: 23px;
    top: 9px;
    right: 12px;
  }

  #faq_wrap h3,
  #page_report h3 {
    font-size: 20px;
    border-bottom: 3px solid #700c13;
    padding-bottom: 10px;
    margin: 30px auto 45px !important;
  }

  #faq_wrap h3:first-child {
    margin: 45px auto;
  }

  #faq_wrap .faqbox p {
    border-bottom: 1px solid #b4bdc8;
    font-size: 16px;
    padding-bottom: 7px;
    margin-bottom: 12px;
  }

  #faq_wrap .faqbox p span {
    font-size: 18px;
  }

  #faq_wrap .faqbox {
    margin: 0 auto 30px;
    width: 100%;
  }

  #faq_wrap h3 span {
    font-size: 13px;
    margin-bottom: 8px;
  }

  #faq_wrap h4 {
    font-size: 19px;
  }

  #faq_wrap .h4box_first {
    margin: 10px auto 30px;
  }

  #faq_wrap .h4_box {
    margin: 30px auto 30px;
  }

  #faq_wrap .contact {
    padding: 13px;
  }

  #faq_wrap .contact p {
    font-size: 15px;
  }

  #faq_wrap .contactbox p {
    font-size: 14px;
  }

  #faq_link4 li {
    width: 33%;
  }

  #faq_link4 li p {
    font-size: 3.5vw;
  }

  #faq_link4 {
    margin-bottom: 30px;
  }

  .team_text1 {
    font-size: 3.5vw;
    margin-bottom: 6vw;
    display: inline-block;
    padding: 0 10px;
  }

  .team_text2 {
    margin: 0 auto 10px;
    width: 100%;
  }
  /*FAQ*/

  /*coursedetail*/
  #coursedetail_wrap h3 {
    font-size: 12px;
  }

  #coursedetail_wrap h3 p:nth-child(1) {
    font-size: 13px;
    padding-bottom: 4px;
  }

  #coursedetail_wrap h3 p:nth-child(2) {
    font-size: 20px;
    line-height: 1.2;
    padding-bottom: 3px;
  }

  .coursedetail_1 {
    width: 90%;
    font-size: 12px;
    margin: 10px auto 0;
    padding: 8px 0;
  }

  .coursedetail_2 {
    width: 90%;
    margin: 15px auto 0;
  }

  .coursedetail_2 p {
    margin: 0 auto 2px;
    display: block;
    font-size: 10px;
  }

  .coursedetail_3 {
    display: flex;
    justify-content: center;
    gap: 10px;
    flex-wrap: wrap;
    gap: 1vw;
    width: 90%;
    margin: 20px auto 0;
  }

  .coursedetail_3 a {
    width: calc((100% - 1vw) / 2);
  }

  .coursedetail_3 a:nth-child(2),
  .coursedetail_3 a:nth-child(4) {
    margin-right: 0;
  }

  .coursedetail_3 a:before {
    font-size: 20px;
    top: 7px;
  }

  .coursedetail_4 {
    width: 100%;
    height: 250px;
    margin: 25px auto 30px;
  }
  /*coursedetail*/

  /*感染症対策のお願い*/
  .covid19_wrap .covid19_text {
    font-size: 14px;
    font-weight: 500;
    margin: 0 auto 11vw;
    line-height: 1.6;
  }

  #page_covid19,
  #page_gallery {
    background-size: 130% !important;
  }

  #page_covid19 {
    padding-top: 50vw;
  }

  /*感染症対策のお願い*/

  .report_photobox a {
    display: inline-block;
    margin-right: 2%;
    margin-bottom: 2%;
    width: 18.4%;
  }

  .report_photobox {
    width: 100%;
    padding: 4vw !important;
  }

  .past_bn {
    position: static;
    top: auto;
    right: auto;
  }

  .red {
    font-size: 11px;
  }

  .red_schedule {
    font-size: 11px;
  }
}
@media screen and (max-width: 435px) {
  h1 {
    width: 66%;
    left: 0;
  }

  table {
    font-size: 3vw;
  }
}

@media screen and (max-width: 350px) {
  h1 {
    width: 66%;
    top: 79px;
  }

  #cup2019_bth {
    width: 95%;
    max-width: 380px;
    right: 0;
    left: 0;
    margin: 0 auto;
  }

  #page_header_wrap {
    height: 172px;
  }

  table {
    font-size: 2.7vw;
  }
}
