@charset "UTF-8";
/*------------------------------------------------------------------------------------------------------------------------
  TAB 768px以下
------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:768px) {
  .smod-hero {}
  .smod-hero_body {}
  #calendar.s-section_content {
    background: #fff8f8;
    margin-bottom: 40px;
    padding: 40px 15% 0;
    text-align: left;
  }
  #calendar.s-section_content .sttl-h2 {
    padding: 0 20px;
  }
  #calendar.s-section_content .attention-text {
    margin-bottom: 40px;
    padding: 0 20px;
  }
  #calendar.s-section_content .search-box {
    padding: 0;
  }
}
/* end media query */
/*------------------------------------------------------------------------------------------------------------------------
  SP 767px以下
------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:767px) {
  #calendar.s-section_content {
    padding: 40px 0 0;
  }
}
/* end media query */
/*------------------------------------------------------------------------------------------------------------------------
  イチオシプラン検索
------------------------------------------------------------------------------------------------------------------------*/
/*-------------------- タイトルエリア --------------------*/
/* タイトル */
.search-box .search-box_title {
  display: none;
  /*
  background: #fff8f8;
  margin-bottom: 40px;
  padding: 0;
  font-size: 6.25vw;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: .05em;
  color: #333;
  text-align: center;
  */
}
.search-box .search-box_title:before {
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -30px;
  content: '';
  width: 60px;
  height: 4px;
  background: #f60;
}
/*-------------------- 入力エリア --------------------*/
/* レイアウト・背景色 */
.search-box {
  position: relative;
  /*padding-top: 34px;*/
  background: #fff8f8;
  text-align: left
}
.search-box .search-box_inner {
  padding: 0;
  background: #fff8f8;
}
.search-box .search-box_inner:after {
  content: "";
  display: table;
  clear: both;
}
.search-box .search-box_cell {
  padding: 0 20px 24px;
  background: #f2f2f2;
}
.search-box .s-float_right {
  float: none;
}
.search-box .search-box_inner form > div:nth-last-of-type(8) {
  background: #fff8f8;
}
.search-box .search-box_inner form > div:nth-last-of-type(6) {
  background: #fff8f8;
}
.search-box .search-box_inner form > div:nth-last-of-type(4) {
  display: none;
  background: #fff8f8;
}
.search-box .search-box_inner form > div:nth-last-of-type(2) {
  padding-bottom: 0;
  background: #fff8f8;
}
.search-box .search-box_inner form > div:nth-last-of-type(2) > div:nth-last-of-type(1) {
  display: none;
}
/* 入力項目タイトル */
.search-box .search-box_headline {
  float: none;
  margin-bottom: 6px;
  font-size: 14px;
  font-weight: bold;
}
/* 注釈 */
.search-box .search-box_attention {
  display: none;
}
/* 下線 */
.search-box .search-box_line {
  border: none;
}
/* OSのdefaultのstyleを無効化 */
.search-box .search-box_cell select, .search-box .search-box_cell input, .search-box .search-box_cell .search-box_popup, .search-box .search-box_cell .search-box_popup_icon {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
}
/* プルダウン・テキストエリア */
.search-box .search-box_cell select, .search-box .search-box_cell input {
  background: #ffffff;
  padding: 10px 10px;
  border: 1px solid #AAAAAA;
  border-radius: 4px;
  font-size: 14px;
  color: #333333;
}
.search-box .search-box_cell select {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTEiIGhlaWdodD0iOSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNNS41IDlMLjczNy43NWg5LjUyNkw1LjUgOXoiIGZpbGw9IiNBREFEQUQiLz48L3N2Zz4=);
  background-repeat: no-repeat;
  background-position: right 6px bottom 52%
}
.search-box .search-box_cell select:focus, .search-box .search-box_cell input:focus, .search-box .search-box_cell .search-box_popup_icon:focus {
  background: #F6F8FD;
  border: 2px solid #2A4576;
  /*
  outline-width: 1px;
  outline-style: solid;
  outline-color: #2A4576;
  */
}
.search-box .search-box_cell select:focus {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTEiIGhlaWdodD0iOSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNNS41IDlMLjczNy43NWg5LjUyNkw1LjUgOXoiIGZpbGw9IiNBREFEQUQiLz48L3N2Zz4=);
  background-repeat: no-repeat;
  background-position: right 6px bottom 52%
}
.search-box .search-box_cell select option {
  background: #ffffff;
  color: #333333;
}
/* 必須 */
.search-box .search-box_inner form > div:nth-last-of-type(8) .search-box_headline:after, .search-box .search-box_inner form > div:nth-last-of-type(6) .search-box_headline:after {
  display: none;
}
/* 任意 */
/*
.search-box .search-box_inner form > div:nth-last-of-type(4) .search-box_headline:after,
.search-box .search-box_inner form > div:nth-last-of-type(2) .search-box_headline:after {
  display: inline-block;
  content: '(任意)';
  padding-left:4px;
  color: #333333;
}
*/
/* エリア */
.search-box .search-box_area {
  width: 100%;
  height: auto;
}
/* プレー日 */
.search-box .search-box_popup {
  float: none;
  width: 100%;
  height: auto;
  border: none;
  border-radius: 0;
  box-shadow: none;
  background: none;
  font-weight: normal;
  color: #333333;
  box-sizing: border-box;
}
.search-box .search-box_popup .search-box_popup_icon {
  padding: 10px 10px !important;
  background: #ffffff;
  border: 1px solid #AAAAAA;
  border-radius: 4px;
  box-shadow: none;
  font-size: 14px;
  color: #333333 !important;
  font-weight: normal !important;
  box-sizing: border-box;
}
.search-box .search-box_inner form > div:nth-last-of-type(6):after {
  display: block;
  content: 'プレー対象期間：2025年12月';
  padding-top: 4px;
  font-size: 10px;
  line-height: 1.2;
  letter-spacing: .05em;
  color: #df0101;
}
/* プレー料金 */
.search-box .search-box_price {
  width: 45%;
  height: auto;
}
.search-box .s-float_right .s-float_left {
  padding-top: 15px;
  width: 10%;
  height: auto;
  text-align: center;
}
/* キーワード */
.search-box .search-box_keyword {
  width: 100%;
  height: auto;
}
.search-box .search-box_inner form > div:nth-last-of-type(2) .search-box_headline:before {
  display: inline-block;
  content: 'プラン';
}
.search-box .search-box_inner form > div:nth-last-of-type(2) .search-box_headline:after {
  display: inline-block;
  content: '：[イチオシ]';
}
/*-------------------- プレー日モーダル --------------------*/
/* モーダル */
div#calendarOverlayWindow {
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  opacity: 1;
  background-color: #ffffff;
}
/* カレンダー */
div#rakutenCalendar {
  position: fixed;
  top: 0 !important;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  border-radius: 0;
}
div#rakutenCalendar:before {
  display: block;
  content: "プレー日を選択";
  width: 100%;
  height: auto;
  padding: 20px;
  font-size: 18px;
  line-height: 1.5;
  box-sizing: border-box;
}
div#rakutenCalendar div#rakutenCalendar_contents {
  position: relative;
  margin: 0 24px;
  padding-top: 16px;
}
div#rakutenCalendar div.cal_baseDiv label.cal_indexMonth {
  height: initial;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 700;
  color: #333333;
}
div#rakutenCalendar table {
  width: 100%;
  margin-top: 10px;
  border-spacing: 0;
  border-collapse: separate;
  background: none;
  line-height: 1.0;
}
div#rakutenCalendar table th {
  width: auto;
  height: 32px;
  border-bottom: 1px solid #ebebeb;
  background: none;
  color: #adadad;
  font-size: 100%;
  font-weight: 700;
}
div#rakutenCalendar table th.cal_tr_sunday {
  color: #adadad;
}
div#rakutenCalendar table th.cal_tr_saturday {
  color: #adadad;
}
div#rakutenCalendar table td {
  padding: 0;
  font-size: 12px;
  border: none;
  background: none !important;
  color: #adadad;
}
div#rakutenCalendar table td.cal_td_holiday a {
  color: #d83232;
}
div#rakutenCalendar table td.cal_td_saturday a {
  color: #1b72b1;
}
div#rakutenCalendar table td.cal_td_unuse {
  padding: 11px 0;
  background: none !important;
  color: #adadad;
  font-weight: 700;
}
div#rakutenCalendar table td.cal_td_beforeToday {
  color: #adadad;
  font-weight: 700;
}
div#rakutenCalendar table td.cal_td_selectDay a {
  background: #ff6600;
  color: #ffffff;
  border-radius: 4px;
}
div#rakutenCalendar table td label {
  display: block;
  padding: 11px 0;
}
div#rakutenCalendar table td a {
  display: block;
  padding: 11px 0;
  color: #333333;
  font-weight: 700;
  text-decoration: none;
}
/* ページング */
div#rakutenCalendar div.cal_controlDiv a.cal_prevMonthBtn, div#rakutenCalendar div.cal_controlDiv a.cal_nextMonthBtn {
  float: none;
  display: block;
  width: 24px;
  height: 24px;
  margin: 0 !important;
  padding: 8px;
}
div#rakutenCalendar div.cal_controlDiv a.cal_prevMonthBtn {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xMSAxNC41bC43MDctLjcwN0w1LjkxNCA4bDUuNzkzLTUuNzkzTDExIDEuNSA0LjUgOGw2LjUgNi41eiIgZmlsbD0iIzAwMCIvPjwvc3ZnPg==) no-repeat;
  background-size: 24px 24px;
  background-position: center center;
  position: absolute;
  top: 4px;
  left: -8px;
}
div#rakutenCalendar div.cal_controlDiv a.cal_nextMonthBtn {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik01LjIwNyAxLjVsLS43MDcuNzA3TDEwLjI5MyA4IDQuNSAxMy43OTNsLjcwNy43MDcgNi41LTYuNS02LjUtNi41eiIgZmlsbD0iIzAwMCIvPjwvc3ZnPg==) no-repeat;
  background-size: 24px 24px;
  background-position: center center;
  position: absolute;
  top: 4px;
  right: -8px;
}
/* 閉じるボタン */
div#rakutenCalendar_top {
  position: relative;
}
div#rakutenCalendar_top span.cal_closeBtnSpan {
  position: absolute;
  right: 0;
  top: -64px;
  padding: 0;
}
div#rakutenCalendar_top a.cal_closeBtn {
  display: block;
  width: 66px;
  height: 66px;
  margin: 0 !important;
  padding: 0;
  border: none;
  border-radius: 0;
  background: #ffffff;
  box-shadow: none;
  color: #ffffff;
  font-weight: initial;
  line-height: initial;
  text-shadow: none;
  text-decoration: none;
}
div#rakutenCalendar_top a.cal_closeBtn:after {
  display: block;
  content: "";
  width: 24px;
  height: 24px;
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTIwLjI1IDQuODRsLTEuMDktMS4wOUwxMiAxMC45MSA0Ljg0IDMuNzUgMy43NSA0Ljg0IDEwLjkxIDEybC03LjE2IDcuMTYgMS4wOSAxLjA5TDEyIDEzLjA5bDcuMTYgNy4xNiAxLjA5LTEuMDlMMTMuMDkgMTJsNy4xNi03LjE2eiIgZmlsbD0iIzMzMyIvPjwvc3ZnPg==) no-repeat;
  cursor: pointer;
  position: absolute;
  top: 21px;
  right: 21px;
}
/*-------------------- 検索エリア --------------------*/
/* 既存のstyleを無効化 */
.search-box .search-box_button input {
  display: block;
  width: auto;
  height: auto;
  padding: 0;
  border: none;
  background: none;
  font-size: initial;
  font-weight: initial;
  text-shadow: none;
  color: #ffffff;
}
/* 検索ボタン */
.search-box .search-box_button {
  position: relative;
  display: block;
  width: calc(100% - 40px);
  height: auto;
  margin: 24px auto 24px;
  background: #ff6600;
  border: 1px solid #ff6600;
  border-radius: 100px;
  box-sizing: border-box;
  box-shadow: 0px 1px 4px 1px rgba(51, 51, 51, 0.2);
  transition: all .2s ease-in-out;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
}
.search-box .search-box_button input {
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 10px 25px 10px 25px;
  font-size: 2.0vw;
  font-weight: 700;
  letter-spacing: .05em;
  color: #fff;
  text-align: center;
  text-decoration: none;
}
/* SP 767以下 */
@media screen and (max-width:767px) {
  .search-box .search-box_button input {
    font-size: 4.375vw;
  }
}
search-box .search-box_button:hover {
  box-shadow: 0px 2px 8px 2px rgba(51, 51, 51, 0.3);
  transition: all .2s ease-in-out;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
}
.search-box .search-box_button:after {
  position: absolute;
  top: 50%;
  right: 12px;
  transform: rotate(-45deg);
  margin-top: -5px;
  content: '';
  width: 8px;
  height: 8px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
@media screen and (min-width:768px) and (max-width:1024px) {
  .search-box .search-box_headline {
    text-align: left !important;
  }
  .search-box .search-box_inner form > div:nth-last-of-type(6):after {
    text-align: left !important;
  }
}