@charset "UTF-8";

.tabmenu {
  width: 100%;
}

/* タブメニュー01
----------------------------------------------------------------------------- */
.tab01{
  overflow:hidden;
  margin:0;
  padding: 0;
  list-style: none;
  font-size: 0;
  padding-bottom: 30px;
  text-align: center;
}

.tab01 li{
  background: #e5e5e5;
  cursor: pointer;
  display: inline-block;
  width: 33.1%;
  margin-right: 2px;
  padding: 1em;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
}

.tab01 li:last-child{
  margin-right: 0;
}
.tab01 li:hover {
  background:#476800;
  color: #fff;
}

.tab01 li.select{
  position: relative;
  background:#476800;
  color: #fff;
}

.tab01 li.select:after {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(71, 104, 0, 0);
  border-top-color: #476800;
  border-width: 7px;
  margin-left: -7px;
}

.content01 div{
  background:#fff;
  height: auto;
  padding: 0;
  }

.dizaburu{
  display:none;
}

#tour-new dl,
#important-info dl,
#service dl {
  border-top: 1px dotted #ccc;
  padding: 1em 0;
  overflow: hidden;
  display: table;
  width: 100%;
}
#tour-new dl:last-child,
#important-info dl:last-child,
#service dl:last-child {
  border-bottom: 1px dotted #ccc;
}
#tour-new dt.tour-date,
#important-info dt.tour-date,
#service dt.tour-date {
  display: table-cell;
  vertical-align: top;
  width: 90px;
  font-size: 14px;
  padding-top: 2px;
}
#tour-new dd.icon-info,
#important-info dd.icon-info,
#service dd.icon-info {
  display: table-cell;
  vertical-align: top;
  padding-right: 20px;
  padding-top: 2px;
  width: 78px;
}
#tour-new dd.icon-info span {
  display: inline-block;
  width: 98px;
  background: #476800;
  color: #fff;
  font-size: 10px;
  padding: 3px 0;
  width: 78px;
  text-align: center;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
      -ms-border-radius: 3px;
       -o-border-radius: 3px;
          border-radius: 3px;
}
#important-info dd.icon-info span {
  display: inline-block;
  width: 98px;
  background: #9abd23;
  color: #fff;
  font-size: 10px;
  padding: 3px 0;
  width: 78px;
  text-align: center;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
      -ms-border-radius: 3px;
       -o-border-radius: 3px;
          border-radius: 3px;
}
#service dd.icon-info span {
  display: inline-block;
  width: 98px;
  background: #e4ba29;
  color: #fff;
  font-size: 10px;
  padding: 3px 0;
  width: 78px;
  text-align: center;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
      -ms-border-radius: 3px;
       -o-border-radius: 3px;
          border-radius: 3px;
}
#tour-new dd.info-text,
#important-info dd.info-text,
#service dd.info-text {
  display: table-cell;
  vertical-align: top;
  max-width: 772px;
  font-size: 14px;
  line-height: 1.5;
  text-align: left !important;
}
#tour-new dd.info-text a,
#important-info dd.info-text a,
#service dd.info-text a {
  text-align: left !important;
}

#golf-info-area dd.icon-info span.icon_red{background-color:#cb4545;}
#golf-info-area dd.icon-info span.icon_blue{background-color:#759df8;}
#golf-info-area dd.icon-info span.icon_green{background-color:#476800;}
#golf-info-area dd.icon-info span.icon_yellow{background-color:#e4ba29;}
#golf-info-area dd.icon-info span.icon_lightgreen{background-color:#9abd23;}
#golf-info-area dd.icon-info span.icon_orange{background-color:#ed8a34;}

/* タブメニュー02
----------------------------------------------------------------------------- */
.tab02{
  overflow:hidden;
  margin:0;
  padding: 0;
  list-style: none;
  font-size: 0;
  width: 100%;
}

.tab02 li{
  background-color: #cdcdcd;
  background-color: rgba(205,205,205,0.8);
  cursor: pointer;
  display: inline-block;
  width: 238px;
  margin-right: 2px;
  padding: 1.2em 0 1.1em;
  text-align: center;
  font-size: 14px;
  -webkit-border-radius: 5px 5px 0 0;
     -moz-border-radius: 5px 5px 0 0;
      -ms-border-radius: 5px 5px 0 0;
       -o-border-radius: 5px 5px 0 0;
          border-radius: 5px 5px 0 0;
  border: 1px solid #cdcdcd;
}

.tab02 li:last-child{
  margin-right: 0 !important;
}
.tab02 li:hover {
  position: relative;
  background: -webkit-gradient(linear,left top,left bottom,from(#cfcfcf),to(#ffffff)); /* Android 2.3 */
  background: -webkit-linear-gradient(top, #cfcfcf, #ffffff);
  background:    -moz-linear-gradient(top, #cfcfcf, #ffffff);
  background:     -ms-linear-gradient(top, #cfcfcf, #ffffff);
  background:      -o-linear-gradient(top, #cfcfcf, #ffffff);
  background:   linear-gradient(to bottom, #cfcfcf, #ffffff);
  color: #333;
  border: 1px solid #fff;
}

.tab02 li.select{
  position: relative;
  background: -webkit-gradient(linear,left top,left bottom,from(#cfcfcf),to(#ffffff)); /* Android 2.3 */
  background: -webkit-linear-gradient(top, #cfcfcf, #ffffff);
  background:    -moz-linear-gradient(top, #cfcfcf, #ffffff);
  background:     -ms-linear-gradient(top, #cfcfcf, #ffffff);
  background:      -o-linear-gradient(top, #cfcfcf, #ffffff);
  background:   linear-gradient(to bottom, #cfcfcf, #ffffff);
  color: #333;
  border: 1px solid #fff;
}

.content02 div{
  background:#fff;
  height: auto;
  padding: 0;
}

.lank-box {
  border: 3px solid #fff;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #fff), color-stop(0.29, #ededed));
  background: -webkit-linear-gradient(top, #ededed 28%, #fff 100%);
  background: -moz-linear-gradient(top, #ededed 28%, #fff 100%);
  background: -o-linear-gradient(top, #ededed 28%, #fff 100%);
  background: -ms-linear-gradient(top, #ededed 28%, #fff 100%);
  background: linear-gradient(to bottom, #ededed 28%, #fff 100%);
  /*padding: 38px 28px 28px 38px;*/
  padding: 35px 28px 25px 38px;
  position: relative;
}
dl.lank-box dt {
  float: left;
  width: 216px;
  height: 141px;
  text-align: center;
  margin-right: 25px;
  padding: 3px;
  overflow: hidden;
}
dl.lank-box dt a {
  display: block;
  width: 210px;
}
/*.lank-ph {
  float: left;
  display: block;
  width: 210px;
  height: auto;
  margin-right: 25px;
}*/
dl.lank-box dt .lank-ph {
-moz-transition: -moz-transform 0.5s linear;
    -webkit-transition: -webkit-transform 0.5s linear;
    -o-transition: -o-transform 0.5s linear;
    -ms-transition: -ms-transform 0.5s linear;
    transition: transform 0.5s linear;
}
dl.lank-box dt .lank-ph:hover {
-webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}

.icon-lank {
  position: absolute;
  left: 30px;
  top: 30px;
  z-index: 20;
}
ul.lank-info {
  float: left;
  width: 640px;
}
.lank-text {
  line-height: 1.6;
  padding-top: 10px;
  padding-bottom: 15px;
}
.lank-price {
  font-size: 20px;
  font-weight: bold;
  color: #c40303;
  text-align: right;
}

/* タブメニュー03
----------------------------------------------------------------------------- */
.best-pr-box {
  border-bottom: 1px solid #ccc;
}
.tab03{
  overflow:hidden;
  margin:0;
  padding: 0;
  list-style: none;
  font-size: 0;
  width: 100%;
  border-bottom: 1px solid #cdcdcd;
}

.tab03 li{
  background-color: #cdcdcd;
  background-color: rgba(205,205,205,0.8);
  cursor: pointer;
  display: inline-block;
  width: 79px;
  margin-right: 2px;
  padding: 1.2em 0;
  text-align: center;
  font-size: 14px;
  -webkit-border-radius: 5px 5px 0 0;
     -moz-border-radius: 5px 5px 0 0;
      -ms-border-radius: 5px 5px 0 0;
       -o-border-radius: 5px 5px 0 0;
          border-radius: 5px 5px 0 0;
  border: 1px solid #cdcdcd;
  border-bottom: none;
}

.tab03 li:last-child{
  margin-right: 0 !important;
}
.tab03 li:hover {
  position: relative;
  background: -webkit-gradient(linear,left top,left bottom,from(#cfcfcf),to(#ffffff)); /* Android 2.3 */
  background: -webkit-linear-gradient(top, #cfcfcf, #ffffff);
  background:    -moz-linear-gradient(top, #cfcfcf, #ffffff);
  background:     -ms-linear-gradient(top, #cfcfcf, #ffffff);
  background:      -o-linear-gradient(top, #cfcfcf, #ffffff);
  background:   linear-gradient(to bottom, #cfcfcf, #ffffff);
  color: #333;
  border: 1px solid #fff;
  border-bottom: none;
}

.tab03 li.select{
  position: relative;
  background: -webkit-gradient(linear,left top,left bottom,from(#cfcfcf),to(#ffffff)); /* Android 2.3 */
  background: -webkit-linear-gradient(top, #cfcfcf, #ffffff);
  background:    -moz-linear-gradient(top, #cfcfcf, #ffffff);
  background:     -ms-linear-gradient(top, #cfcfcf, #ffffff);
  background:      -o-linear-gradient(top, #cfcfcf, #ffffff);
  background:   linear-gradient(to bottom, #cfcfcf, #ffffff);
  color: #333;
  border: 1px solid #fff;
  border-bottom: none;
}

.content03 div{
  background:#fff;
  height: auto;
  padding: 0;
}

dl.best-pr {
  background: #fff;
  height: 58px;
  line-height: 58px;
  display: table;
  width: 100%;
  padding:0 10px;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  font-size: 12px;
}
dl.best-pr:first-child {
  border-top: none;
}
dl.best-pr dt{
  display: table-cell;
  background: url(../image/arrow2.png) no-repeat left center;
  padding-left: 12px;
  margin-left: 12px;
}
dl.best-pr dd{
  display: table-cell;
  color: #c40303;
  font-weight: bold;
  text-align: right;
}

.pr02 {
  background: #f1f1f1 !important;
  border: 3px solid #fff !important;
}

