@charset "UTF-8";
/* line 3, style.scss */
main {
  max-width: 1144px;
  width: 96%;
  margin: 0 auto;
  /*タブ実装*/
}
/* line 5, style.scss */
main h2 {
  margin-top: 40px;
}
/* line 8, style.scss */
main h2:nth-first-of-type {
  margin-top: 0;
}
/* line 17, style.scss */
main .item_btn {
  width: 250px;
  border: 1px solid #000;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 40px auto 0 auto;
}
/* line 25, style.scss */
main .item_btn a {
  display: block;
  margin: 0 auto;
  width: 100%;
  color: #000;
  text-decoration: none;
  padding: 13px 0px 10px 0px;
  text-align: center;
  position: relative;
}
/* line 36, style.scss */
main .item_btn a:after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  position: absolute;
  top: calc(50% - 4px);
  right: 10%;
  transform: rotate(-45deg);
}
/* line 49, style.scss */
main .item_btn a:hover {
  background: #000;
  color: #ffffff;
}
/* line 53, style.scss */
main .item_btn a:hover:after {
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
/* line 64, style.scss */
main .tab_box .btn_area {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
  font-size: 15px;
}
/* line 73, style.scss */
main .tab_box .tab_btn {
  width: calc((100% - 40px) / 5 );
  padding: 8px 0;
  color: #333;
  background: #f5f7f8;
  text-align: center;
  cursor: pointer;
}
/* line 82, style.scss */
main .club_ranking {
  margin-bottom: 80px;
}
/* line 86, style.scss */
main .golf_item_ranking .tab_box .tab_btn {
  width: calc((100% - 40px) / 6 );
}
/* line 90, style.scss */
main .tab_box .tab_btn + .tab_btn {
  margin-left: 8px;
}
/* line 94, style.scss */
main .tab_box .tab_btn:hover {
  background-color: #dce1e4;
}
/* line 98, style.scss */
main .tab_box .tab_btn.active {
  background: #2a2a2a;
  color: #fff;
  padding: 15px 0px 8px 0px;
}
/* line 104, style.scss */
main .tab_box .panel_area {
  border: solid 1px #dce1e4;
  padding: 40px 20px;
}
/* line 109, style.scss */
main .tab_box .tab_panel {
  display: none;
}
/* line 113, style.scss */
main .tab_box .tab_panel iframe {
  width: 100%;
  height: 650px;
  border: 0;
}
/* line 119, style.scss */
main .tab_box .tab_panel.active {
  display: block;
}
/* line 123, style.scss */
main .tab_box .tab_btn.active2 {
  background: #2a2a2a;
  color: #fff;
  padding: 15px 0px 8px 0px;
}
/* line 130, style.scss */
main .tab_box .tab_panel.active2 {
  display: block;
}
/* line 134, style.scss */
main .tab_box .mallassist_tag {
  overflow: hidden;
}
/* line 138, style.scss */
main .mallassist_layout_56815 .hasArrow.outsideArrow ~ .tpl_slider {
  display: flex;
  flex-wrap: nowrap;
  padding: 0;
}
/* line 144, style.scss */
main .mallassist_layout_56815 .tpl_item.column {
  width: 20%;
}
/* line 148, style.scss */
main .golf_item_ranking {
  margin-bottom: 80px;
}
/* line 152, style.scss */
main .ranking_item {
  margin-bottom: 80px;
}
/* line 157, style.scss */
main .pick_item {
  margin-bottom: 40px;
}
/* line 160, style.scss */
main .pick_item .pick_item_list {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  margin: 0;
  padding: 0;
}
/* line 167, style.scss */
main .pick_item .pick_item_list li {
  list-style: none;
  margin: 0;
  padding: 0;
  width: calc((100% - 60px) / 4 );
  margin-right: 20px;
  margin-bottom: 40px;
}
/* line 175, style.scss */
main .pick_item .pick_item_list li:nth-of-type(4n) {
  margin-right: 0;
}
/* line 179, style.scss */
main .pick_item .pick_item_list li h3 {
  text-align: center;
  font-size: 14px;
  border-bottom: 1px dashed #0b0b0b;
  padding-bottom: 5px;
  margin-bottom: 10px;
  font-weight: bold;
}
/* line 188, style.scss */
main .pick_item .pick_item_list li a {
  color: #0b0b0b;
  font-size: 14px;
  text-decoration: none;
}
/* line 193, style.scss */
main .pick_item .pick_item_list li a img {
  width: 100%;
  margin-bottom: 15px;
}
/* line 203, style.scss */
main .arrival_item {
  margin-bottom: 80px;
}
/* line 207, style.scss */
main .order {
  display: flex;
  flex-wrap: wrap;
}
/* line 212, style.scss */
main .order .order_time {
  width: 48%;
  margin-right: 2%;
}
/* line 216, style.scss */
main .order .order_time iframe {
  display: block;
  width: 100%;
  height: 400px;
  margin: 0 auto;
}
/* line 225, style.scss */
main .order .review {
  width: 50%;
}
/* line 228, style.scss */
main .order .review .review_content {
  width: 100%;
  max-height: 400px;
  overflow-y: scroll !important;
  padding: 20px 10px;
}
/* line 239, style.scss */
main .award {
  width: 100%;
  border: 1px solid #000;
  padding: 30px 0px;
  margin-top: 80px;
}
/* line 245, style.scss */
main .award h3 {
  margin-bottom: 30px;
}
/* line 249, style.scss */
main .award .award_list {
  width: 96%;
  margin: 0 auto;
  height: 280px;
  overflow-y: scroll;
}
/* line 255, style.scss */
main .award .award_list dl {
  margin: 0 auto;
  font-size: 14px;
  display: flex;
  flex-wrap: wrap;
  padding: 10px;
  border-bottom: 1px solid #000;
  width: 96%;
}
/* line 265, style.scss */
main .award .award_list dl dt {
  width: 30%;
  margin-right: 2px;
}
/* line 270, style.scss */
main .award .award_list dl dd {
  width: 68%;
}
/* line 274, style.scss */
main .award .award_list dl:last-of-type {
  border: 0;
}

/* line 286, style.scss */
#page_top {
  content: "";
  width: 80px;
  height: 80px;
  background: #248E3A;
  position: fixed;
  border-radius: 40px;
  right: 2%;
  bottom: 4%;
  z-index: 2;
}
/* line 297, style.scss */
#page_top a {
  display: block;
  width: 80px;
  height: 80px;
  border-radius: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  line-height: 1;
  font-size: 13px;
}
/* line 312, style.scss */
#page_top a:before {
  display: block;
  content: "";
  width: 18px;
  height: 18px;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
  transform: rotate(45deg);
  margin: 0 auto 3px;
}

/*# sourceMappingURL=style.css.map */
