@charset "utf-8";

/* /_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_
 スマホ向けのスタイル：320px ～ 768px
/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_*/

/* ヘッダー
----------------------------------------------------------------------------- */
#header-area {
  background: url(../image/bg_header.png) repeat-x center bottom;
  -webkit-background-size: auto auto;
  -moz-background-size: auto auto;
  -ms-background-size: auto auto;
  -o-background-size: auto auto;
  background-size: auto auto;
  height: 74px;
  width: 100%;
}
.site-logo {
  float: left;
  margin-top:10px;
  width: 60%;
}

.logo {
  display: block;
  float: none;
  width: 250px;
  height: 60px;
  margin-left: 3.125%;
  background: url(../image/logo_sp.png) no-repeat 0 0;
  -webkit-background-size: 100% 100%;
  -moz-background-size: 100% 100%;
  -ms-background-size: 100% 100%;
  -o-background-size: 100% 100%;
  background-size: 100% 100%;
}

.logo a {
  display: block;
  width: 250px;
  height: 60px;
}


#header h1 {
  display: none;
}

ul.header-btn {
  float: right ;
  margin-top:25px;
  margin-right: 3.125%;
  font-size: 0;
}
ul.header-btn li {
  display: inline-block;
  margin-left: 10px;
  font-size: 14px;
}
ul.header-btn li.btn-faq a span{
  display: block;
  width: 35px;
  height: 35px;
  text-indent: -9999px;
  background: url(../image/icon_faq.png) no-repeat left center;
  -webkit-background-size: 35px 35px;
  -moz-background-size: 35px 35px;
  -ms-background-size: 35px 35px;
  -o-background-size: 35px 35px;
  background-size: 35px 35px;
  padding-top: 0;
}
ul.header-btn li.btn-yoyaku a span{
  display: block;
  width: 35px;
  height: 35px;
  text-indent: -9999px;
  background: url(../image/icon_yoyaku.png) no-repeat left center;
  -webkit-background-size: 35px 35px;
  -moz-background-size: 35px 35px;
  -ms-background-size: 35px 35px;
  -o-background-size: 35px 35px;
  background-size: 35px 35px;
  padding-top: 0;
}
ul.header-btn li.btn-faq {
  background: none;
  padding: 0;
}
ul.header-btn li.btn-yoyaku {
  background: none;
  padding: 0;
}


/* スマホ用ヘッダーメニュー
----------------------------------------------------------------------------- */
#sp-acmenu {
  display: none;
}

ul.header-btn {
  display: none;
}
#sp-acmenu {
  display: block;
  float: right ;
  margin-top:25px;
  margin-right: 3.125%;
}
#sp-navi span{
  display: block;
  text-indent: -9999px;
  width: 29px;
  height: 32px;
  background: url(../image/btn_menu.png) no-repeat 0 0 ;
  -webkit-background-size: 29px 32px;
  -moz-background-size: 29px 32px;
  -ms-background-size: 29px 32px;
  -o-background-size: 29px 32px;
  background-size: 29px 32px;
}
#sp-acmenu dd {
  display: none;
  position: absolute;
  left: 0px;
  top: 70px;
  z-index: 100;
  margin: 0;
  font-size: 14px;
  padding: 10px;
  background-color: #ccc;
  font-size: 85.7%;
  text-align: left;
  width: 100%;
}
#sp-acmenu ul li {
  border-bottom: 1px solid #ccc;
  background: #fff url(../image/arrow02_sp.png) no-repeat 97% center;
  -webkit-background-size: 10px 14px;
  -moz-background-size: 10px 14px;
  -ms-background-size: 10px 14px;
  -o-background-size: 10px 14px;
  background-size: 10px 14px;
}

#sp-acmenu ul li a {
  display: block;
  position: relative;
  font-size: 14px;
  padding: 1.25em 10px;
}


/* コンテンツエリア
----------------------------------------------------------------------------- */
#contents {
  max-width: 958px;
  margin: 15px auto 30px;
}

#golf-detal-title-box {
  background: url(../image/bg_title.jpg) no-repeat right top;
  -webkit-background-size: auto 100%;
  -moz-background-size: auto 100%;
  -ms-background-size: auto 100%;
  -o-background-size: auto 100%;
  background-size: auto 100%;
  max-width:958px;
  height: 94px;
  margin-bottom: 20px;
}
#golf-detal-title-box h2.title {
  padding: 5px 0 0 10px ;
  margin: 0 0 10px;
  font-size: 20px;
  color: #fff;
}
@media screen and (min-width: 568px) and (max-width: 768px) {
#golf-detal-title-box h2.title {
  padding: 20px 0 0 10px ;
}
}/* Media Queries END */

#golf-detal-title-box ul {
  padding-left: 10px ;
  font-size: 0;
}
#golf-detal-title-box ul li {
  display: inline-block;
  font-size: 12px;
  background: #fff;
  padding: 5px;
  margin-right: 6px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
   -o-border-radius: 5px;
    border-radius: 5px;
  margin-bottom: 5px;
}

/* コンテンツ（左側）01
----------------------------------------------------------------------------- */
#contents-left01 {
  float: none;
  width: 100%;
}
/* コンテンツ（右側）01
----------------------------------------------------------------------------- */
#contents-right01 {
  float: none;
  width: 100%;
}
#contents-right01 p {
  font-size: 14px;
  line-height: 1.5;
}

.cap01 {
  font-size: 12px;
  margin: 0 0 15px;
  line-height: 1.5;
}

.btn-movie {
  margin-bottom: 20px;
}

table.golf-table th,
table.golf-table td {
  font-size: 12px;
}

table.golf-table th {
  text-align: left;
  vertical-align: middle;
  white-space: nowrap;
  width: 1%;
  padding: 10px 5px;
}
table.golf-table td {
  padding: 0;
}
table.golf-table td img{
  display: block;
  width: 80%;
  margin: 0 auto;
  padding: 10px 0;
}
@media screen and (min-width: 568px) and (max-width: 768px) {
table.golf-table td img{
  width: 40%;
}
}/* Media Queries END */

table.golf-table td a,
table.golf-t-type02 td a {
  display: block;
  width: 100%;
  height: 100%;
}


/*---- サブタイトル ----*/
.sub-title {
  background: url(../image/bg_subtitle.png) repeat-y left top;
  min-height: 39px;
  margin-top: 30px;
  display: table;
  width: 100%;
  margin-bottom: 10px;
}

/* コンテンツ（左側）02
----------------------------------------------------------------------------- */
#contents-left02 {
  float: none;
  width: 100%;
}
/* コンテンツ（右側）02
----------------------------------------------------------------------------- */
#contents-right02 {
  float: none;
  width: 100%;
}

/* テーブル
----------------------------------------------------------------------------- */
table.type01 th,
table.type02 th,
table.type03 th {
  white-space: nowrap;
  width: 1%;
}

.remarks {
  background: #fff1c4;
  padding: 10px;
  margin-top: 15px;
  border: 1px solid #fbd354;
}

/* ページトップへ
----------------------------------------------------------------------------- */
/*親要素*/
.page-top-parent{
}

#page-top {
  position: fixed;
  bottom: 50px;
  right: 10px;
  z-index: 10;
}
#page-top a {
  display: block;
  width: 35px;
  height: 35px;
  text-indent: -9999px;
  background: url(../image/btn_pagetop.png) no-repeat 0 0;
  -webkit-background-size: 35px 35px;
  -moz-background-size: 35px 35px;
  -ms-background-size: 35px 35px;
  -o-background-size: 35px 35px;
  background-size: 35px 35px;
}
#page-top a:hover {
  background: url(../image/btn_pagetop_on.png) no-repeat 0 0;
  -webkit-background-size: 35px 35px;
  -moz-background-size: 35px 35px;
  -ms-background-size: 35px 35px;
  -o-background-size: 35px 35px;
  background-size: 35px 35px;
}

/* フッター
----------------------------------------------------------------------------- */
.golf-link-area {
  max-width: 958px;
  margin: 0 auto;
  padding-bottom: 20px;
}
#golf-detail .golf-link-area {
  padding-top: 20px;
}
.golf-link-title-sp {
  padding-top: 0;
  margin: 0 3.125%;
}
.golf-link-title-sp span {
  display: block;
  padding: 15px 10px;
  font-size: 16px;
  font-weight: bold;
  color:#fff;
  background: #666 url(../image/icon_open_sp.png) no-repeat 97% center;
  -webkit-background-size: 20px 20px;
  -moz-background-size: 20px 20px;
  -ms-background-size: 20px 20px;
  -o-background-size:20px 20px;
  background-size: 20px 20px;

  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
      -ms-border-radius: 5px;
       -o-border-radius: 5px;
          border-radius: 5px;
}
.golf-link-box {
  display: none;
  background: #fff;
  padding: 10px 10px 0;
  margin: 0 3.125%;
}
.golf-link-box ul li {
  display: block;
  font-size: 12px;
  background: url(../image/arrow02_sp.png) no-repeat right center;
  -webkit-background-size: 10px 14px;
  -moz-background-size: 10px 14px;
  -ms-background-size: 10px 14px;
  -o-background-size: 10px 14px;
  background-size: 10px 14px;
  padding: 0;
  margin-right: 0;
  border-bottom: 1px solid #ccc;
}
.golf-link-box ul li.sp-line-last {
  border-bottom: none;
}
.golf-link-box ul li a {
  display: block;
  padding: 12px 20px 12px 0;
  line-height: 1.3;
}
.golf-link-area .active span {
  background: #666 url(../image/icon_close_sp.png) no-repeat 97% center;
  -webkit-background-size: 20px 20px;
  -moz-background-size: 20px 20px;
  -ms-background-size: 20px 20px;
  -o-background-size:20px 20px;
  background-size: 20px 20px;

  -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 ;
}

.freetext{
  width:94%;
  margin:0px auto 5%;
}
.freetext P{line-height:140%;color:#666;}
#footer-link-area {
  background: url(../image/bg_footerlink.png) center center;
  height: auto;
  font-size: 10px;
}

.footer-bn {
  margin: 0 3.125%;
}
#golf-detail .footer-bn,
#golf-faq .footer-bn {
  padding-top: 25px;
}

#footer-link-area {
  background: url(../image/bg_footerlink.png) center center;
  height: auto;
}
#footer-link ul {
  line-height: 1;
  margin:0 3.125%;
  padding: 10px 0;
}
#footer-link ul li {
  display: block;
  font-size: 14px;
  color: #fff;
  text-align: left;
  margin: 0;
  border: 1px solid #eaeaea;
  border-bottom: none;
}
#footer-link ul li:last-child {
  border-bottom: 1px solid #eaeaea;
}
#footer-link ul li a {
  display: block;
  padding: 1em;
  background: url(../image/arrow01_sp.png) no-repeat 97% center;
  -webkit-background-size: 10px 14px;
  -moz-background-size: 10px 14px;
  -ms-background-size: 10px 14px;
  -o-background-size: 10px 14px;
  background-size: 10px 14px;
}

#copy-area {
  background: url(../image/bg_footer.png) center center;
  height: auto;
  line-height: 1;
  text-align: center;
  color: #fff;
  font-size: 12px;
  padding: 10px;
}


/* トップページ
----------------------------------------------------------------------------- */
.slider {
  margin: 0 auto;
  display: block;
}
.slider img {
  width: 100%;
}

#main {
  min-height: 0;
  background: url(../image/mainphoto.jpg) no-repeat center top / 100% auto;
}
#main-catch {
  display: none;
}
#viewer {
  margin: 0 auto;
  width: 100%;
  height: 100px;
  text-align: left;
  overflow: hidden;
  position: relative;
}
@media screen and (min-width: 568px) and (max-width: 768px) {
#main-catch {
  width: 80%;
  margin: 0 auto;
  padding: 20px 0 0;
}
#viewer {
  margin: 0 auto;
  width: 100%;
  height: 180px;
  text-align: left;
  overflow: hidden;
  position: relative;
}
}/* Media Queries END */

/* 検索エリア */
#sp-search-btn span {
  display: block;
  color: #fff;
  text-align: left;
  font-size: 16px;
  font-weight: bold;
  padding: 1em 0 1em 3.125%;
  background:#666 url(../image/icon_open_sp.png) no-repeat 95% center ;
  -webkit-background-size: 20px 20px;
  -moz-background-size: 20px 20px;
  -ms-background-size: 20px 20px;
  -o-background-size: 20px 20px;
  background-size: 20px 20px;
}
#topmain .active span {
  background:#666 url(../image/icon_close_sp.png) no-repeat 95% center ;
  -webkit-background-size: 20px 20px;
  -moz-background-size: 20px 20px;
  -ms-background-size: 20px 20px;
  -o-background-size: 20px 20px;
  background-size: 20px 20px;
}
#search-area-wrap {
  position: static;
  display: none;
  margin-top: 0;
  padding-bottom: 0;
}
#search-area {
  background: url(../image/bg_search.png) repeat-y 0 0;
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding-top: 2vw;
  padding-bottom: 10px;
  position: static;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
      -ms-border-radius: 0;
       -o-border-radius: 0;
          border-radius: 0;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
}

.search-box {
  background: url(../image/bg_search_in.png) repeat-y 0 0;
  width: 96.66%;
  height: auto;
  margin: 0 auto 15px;
  color: #fff;
  font-weight: bold;
  padding: 15px 0 5px;
  text-align: center;
}
.search-box dl {
  display: block;
  text-align: left;
  vertical-align: top;
  margin: 0 5px 15px;
}

.search-box select {
  width: 100%;
}
.search-box #departure select,
.search-box #mokutekichi select,
.search-box #golfcourse select,
.search-box #nissuu select {
  width: 100%;
}
.search-box input[type="text"],
.search-box #golf-day input[type="text"]{
  width: 100%;
}

/* アコーディオン */
#btn-conditions {
  position: static;
  text-align: right;
  margin: 0 3.125% 20px 0;
}
#btn-conditions span {
  display: inline-block;
  text-align: left;
}
.low-box {
  display:none;
  padding-top: 0;
}
.low{
  clear: both;
  background:#fff;
  line-height: 1.3 ;
  line-height: 2.5;
  padding: 10px;
  margin: 0 10px;
}
.low dt {
  float: none;
  clear: both;
  width: 148px;
  font-size: 14px;
  font-weight: bold;
  margin-left: 0;
  margin-top: 0;
}
.low dd {
  padding-left: 0;
  font-size: 14px;
}
.nodaylabel {
  display: block;
}

.nodaylabel input[type="checkbox"] {
  font-size: 200%;
  height: 30px;
  width: 30px;
  vertical-align:middle;
}
.low input[type="checkbox"] {
  top: 0;
  margin-right: 10px;
  font-size: 200%;
  height: 30px;
  width: 30px;
  vertical-align:middle;
}
.low label {
  margin-right: 0;
  display: block;
}

#golf_sendbtn {
  position: static;
  margin: 15px auto 10px;
  width: 96.66%;
}
#golf_sendbtn a {
  padding: 3.3vw 1vw;
  font-size: 4.5vw;
}
#golf_sendbtn a::before {
  flex-basis: 4.8vw;
  height: calc(4.8vw / (26 / 28));
  margin-right: 4vw;
}

/* アイコンメニュー */
#main-sub {
  background: url(../image/bg_green_sp.png) ;
  -webkit-background-size: 10px;
  -moz-background-size: 10px;
  -ms-background-size: 10px;
  -o-background-size: 10px;
  background-size: 10px;
  height: auto;
}
#main-sub ul {
  text-align: center;
  padding: 15px 0;
}
#main-sub ul li {
  display: inline-block;
  margin:0 5px;
  text-align: center;
  width: 20%;
}
#main-sub ul li img {
  display: block;
  margin: 0 auto;
}
#main-sub a {
  color: #fff;
  font-weight: normal;
  text-decoration: none;
  font-size: 70%;
}
.icon01 {
  padding-bottom: 5px;
}
.icon02 {
  padding-top: 5px;
}

/* 新着ツアー情報　重要なお知らせ　お得なサービス */
.golf-info {
  margin: 0 auto 20px;
}

.important-notices {
  width: 100%;
  background: #ffe596;
  border: 3px solid #476800;
  padding: 15px;
  margin: 0 auto 30px;
  -webkit-border-radius: 10px;
     -moz-border-radius: 10px;
      -ms-border-radius: 10px;
       -o-border-radius: 10px;
          border-radius: 10px;
}
.important-notices dt {
  font-size: 14px;
  font-weight: bold;
  color: #3f5c00;
  margin: 0 0 10px;
}
.important-notices dd {
  font-size: 12px;
  line-height: 1.8;
}

#tour-contents {
  background-image: none;
  height: auto;
}
.tour-con-box {
  width: 100%;
  margin: 0 auto;
  padding-top: 0;
}

/* 人気ランキング */
#ranking-area {
  float: none;
  width: 100%;
  padding-bottom: 15px;
  background: #425a1e;
}
#ranking-area .tabmenu {
  margin: 0 3.125%;
}

.title-rank,
.title-price {
  margin-bottom: 15px;
  padding: 15px 0 0 3.125%;
}

/* ベストプライス */
#bestprice-area {
  float: none ;
  width: 100%;
  margin-bottom: 30px;
  padding-bottom: 15px;
  background: #425a1e;
}
#bestprice-area .tabmenu {
  margin: 0 3.125%;
}

.golf-feature-title {
  text-align: center;
  padding-top: 0;
  margin-bottom: 20px;
}
.golf-faq-title {
  text-align: center;
  padding-top: 20px;
  margin-bottom: 20px;
}

/* トップページ よくある質問 */
#golf-faq-top dl {
  float: none;
}
#golf-faq-top dl.faq02 {
  float: none;
}
#golf-faq-top dt {
  background-image: none;
  border: 1px solid #666;
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
      -ms-border-radius: 5px;
       -o-border-radius: 5px;
          border-radius: 5px;
  background: -webkit-gradient(linear,left top,left bottom,from(#ffffff),to(#eeeeee)); /* Android 2.3 */
  background: -webkit-linear-gradient(top, #ffffff, #eeeeee);
  background:    -moz-linear-gradient(top, #ffffff, #eeeeee);
  background:     -ms-linear-gradient(top, #ffffff, #eeeeee);
  background:      -o-linear-gradient(top, #ffffff, #eeeeee);
  background:   linear-gradient(to bottom, #ffffff, #eeeeee);
  width: 100%;
  height: 45px;
  display: block;
}
#golf-faq-top dt a {
  padding-left: 15px;
  display: block;
  vertical-align: middle;
  text-decoration: none;
  line-height: 45px;
  color: #4d4d4d;
}
#golf-faq-top dd {
  margin: 10px 0 20px;
  font-size: 13px;
  line-height: 1.3;
}

/* フッター
----------------------------------------------------------------------------- */
.golf-link-area {
  width: 100%;
  margin: 0 auto;
  padding-bottom: 30px;
}

/* 北海道ゴルフ場一覧 */
.golf-course-title,
.golf-course-title01 {
  text-align: center;
  padding-top: 20px;
  margin-bottom: 20px;
}
.golf-course-title01 {
  text-align: center;
  margin-bottom: 20px;
}

.golf-course-box,
.golf-course-box01 {
  width: 400px;
/* PCを変更するとスマホも連動して大きくなるため注意です。元は318px*/	
  margin: 0 auto;
}
@media screen and (min-width: 568px) and (max-width: 768px) {
.golf-course-box,
.golf-course-box01 {
  width: 477px;
  margin: 0 auto;
}
}/* Media Queries END */

#kanren-tour ul li {
  display: inline-block;
  font-size: 14px;
  color: #fff;
  margin-right: 10px;
  margin-bottom: 15px;
  padding-right: 10px;
  border-right: 1px solid #fff;
}
#kanren-tour ul li:last-child {
  border-right: none;
}

#kanren-tour ul li a:link,
#kanren-tour ul li a:visited {
  color: #fff;
  text-decoration: none;
}
#kanren-tour ul li a:hover {
  text-decoration: underline;
}

/* よくある質問ページ
----------------------------------------------------------------------------- */
#golf-faq h2 {
  margin-bottom: 20px;
}

/* アコーディオン */
dl.acmenu {
  margin-bottom: 20px;
}
dl.acmenu dt span.icon-open {
  display:block;
  background: url(../image/ac_open.png) no-repeat 97% center ;
  -webkit-background-size: 20px 20px;
  -moz-background-size: 20px 20px;
  -ms-background-size: 20px 20px;
  -o-background-size: 20px 20px;
  background-size: 20px 20px;
}

dl.acmenu dt.active span.icon-open {
  background: url(../image/ac_close.png) no-repeat 97% center ;
  -webkit-background-size: 20px 20px;
  -moz-background-size: 20px 20px;
  -ms-background-size: 20px 20px;
  -o-background-size: 20px 20px;
  background-size: 20px 20px;
}

dl.acmenu dt span.q-mg {
  display: block;
  border-right: 1px solid #999;
  padding: 13px 10px 10px 50px ;
  margin-right: 35px;
  font-size: 12px ;
  font-weight: bold;
  line-height: 1.8;
  text-align: left ;
  background: url(../image/icon_q.png) no-repeat 12px 8px ;
  -webkit-background-size: 27px 30px;
  -moz-background-size: 27px 30px;
  -ms-background-size: 27px 30px;
  -o-background-size: 27px 30px;
  background-size: 27px 30px;
}

dl.acmenu dd {
  display:none;
  line-height: 1.8;
  font-size: 12px;
  padding: 13px 0 0 50px ;
  background: url(../image/icon_a.png) no-repeat 12px 8px ;
  -webkit-background-size: 27px 30px;
  -moz-background-size: 27px 30px;
  -ms-background-size: 27px 30px;
  -o-background-size: 27px 30px;
  background-size: 27px 30px;
}

@media screen and (min-width: 568px) and (max-width: 768px) {
dl.acmenu dt span.icon-open {
  display:block;
  background: url(../image/ac_open.png) no-repeat 98.5% center ;
  -webkit-background-size: 20px 20px;
  -moz-background-size: 20px 20px;
  -ms-background-size: 20px 20px;
  -o-background-size: 20px 20px;
  background-size: 20px 20px;
}

dl.acmenu dt.active span.icon-open {
  background: url(../image/ac_close.png) no-repeat 98.5% center ;
  -webkit-background-size: 20px 20px;
  -moz-background-size: 20px 20px;
  -ms-background-size: 20px 20px;
  -o-background-size: 20px 20px;
  background-size: 20px 20px;
}

dl.acmenu dt span.q-mg {
  display: block;
  border-right: 1px solid #999;
  padding: 13px 0 10px 55px ;
  margin-right: 35px;
  font-size: 12px ;
  font-weight: bold;
  line-height: 1.8;
  text-align: left ;
  background: url(../image/icon_q.png) no-repeat 12px 8px ;
  -webkit-background-size: 27px 30px;
  -moz-background-size: 27px 30px;
  -ms-background-size: 27px 30px;
  -o-background-size: 27px 30px;
  background-size: 27px 30px;
}

}/* Media Queries END */

/*-------------------
SNSボタン
---------------------*/
#sns{width:80%;margin:0px auto 20px;padding:0;}
#sns ul{overflow:hidden;margin:0;padding:0;}
#sns li{width:20%;float:left;margin-right:3%;}
#sns li IMG{width:100%;}
#sns li:nth-of-type(1){margin-left:5.3%;}
#sns li:nth-of-type(4){margin-right:5.3%;}
