@charset "UTF-8";

/* ====== 共通 ====== */

a:hover {
    text-decoration: none;
    opacity: 0.8;
}

header .navbar-brand {
  width: 20%; }
  header .navbar-brand .logo {
    width: 100%; }
header .tel {
  font-size: 2rem;
  color: #333 !important; }
  header .tel a {
    color: #333; }
header .bk-green {
  background: #fff !important;
  }
/* ナビ文字*/
header .navbar-nav .nav-link {
    color: #666 !important;	
	}
header .btn-outline-light {
    color: #666 !important;
}
header .btn-outline-light {
    color: #f8f9fa;
    background-color: transparent;
    background-image: none;
    border-color: #666 !important;
}

/* ====== TOTOP ====== */
/* ページトップ */
#page-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  font-size: 80%; }

#page-top a {
  background: #999;
  text-decoration: none;
  color: #fff;
  width: 100px;
  padding: 25px 0;
  text-align: center;
  display: block;
  border-radius: 10px; }

#page-top a:hover {
  text-decoration: none;
  background: #999; }

.scroll{
  height: 500px;
  overflow: scroll;
    }

.banner{
    width: 100%;
    max-width: 1140px;
    margin: 0 auto;
    padding-top: 20px;
}

.banner ul{
    display: flex;
    flex-wrap: wrap;
}

.banner ul li{
    list-style-type: none;
    margin: 10px;
}

.pc_none{
    display: none;
}



.topics{
    display: flex;
    justify-content: space-around;
}

.topics div{
    width: 30%;
}


/* 極小デバイス（縦向きモバイル, 576px 未満）
==============================================*/
@media screen and (max-width: 575.98px) {
  #page-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  font-size: 70%; }

#page-top a {
  background: #999;
  text-decoration: none;
  color: #fff;
  width: 80px;
  padding: 20px 0;
  text-align: center;
  display: block;
  border-radius: 10px; }

#page-top a:hover {
  text-decoration: none;
  background: #999; }}
/* END */


.btn-outline-secondary:hover {
    color: #6c757d;
}




/* ====== TOP IMAGE ====== */

header.top-page {
  height: 90vh;/* スライドの大きさを変える */
  overflow: hidden;
  padding-right: 0;
  padding-left: 0;
  }

.jumbotron {
  background-image: url(../img/main-image.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%; }

.jumbotron .bg-rgba {
    background-color:rgba(255,255,255,0.9);
}
.jumbotron h1 {
    word-wrap: break-word;
	font-size: 150%;
}
.jumbotron h2 {
    line-height: 1.8rem;
}
@media screen and (max-width: 768px) {
  h2,h3 {
      font-size:1.2em;
  	font-weight: bold;
  }
}

@media screen and (max-width: 768px) {
  header.top-page {
    height: 80%;/* スライドの大きさを変える */
    overflow: hidden;
    padding-right: 0;
    padding-left: 0;
    }
}

/* ====== TOPPAGE SECTION ====== */

#sec1 .card:nth-of-type(2) {
  border-left: none;
  border-right: none; }

.ttl-bdr {
   /* font-size: 3rem;*/ /*文字小さく*/
  line-height: 1.5;
  position: relative;
margin-bottom: 50px;
}
  .ttl-bdr::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    border-bottom: 3px solid #333;
    width: 12%;
    margin: 0 auto -15px; }

#sec3 {
  background-image: url("../img/bg-staff.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover; }

#sec4 table {
  width: 100%;
  cellspacing: 0;
  bgcolor: #CCC;
  font: 12px;
  color: #666;
  table-layout: fixed;
  border-collapse: collapse; }
  #sec4 table th, #sec4 table td {
    padding: 10px;
    text-align: center;
    border: 1px solid #ccc; }
  #sec4 table th {
    background-color: #002795;
    color: #fff; }
  #sec4 table td {
    width: 14.2%; }
    #sec4 table td:nth-child(7n) {
      background-color: #5197E0;
      color: #fff; }
    #sec4 table td:nth-child(7n+1) {
      background-color: #FF8A8C;
      color: #fff; }

/* ====== SNS ====== */
.social img {
  width: 36px;
  height: 36px; }

/* ====== SNS ====== */

iframe {
    width: 100%;
    height: 450px;
}

/* ====== FOOTER ====== */
.footer-logo {
  width: 50%;
}

/* =============================================
メディアクエリ
============================================= */

/* 大デバイス（デスクトップ, 1200px 未満）
==============================================*/
@media screen and (max-width: 1199.98px) {
  .herounit h1 {
    margin-top: 10rem; } 
}
/* END */
/* 中デバイス（タブレット, 992px 未満）
==============================================*/
@media screen and (max-width: 991.98px) {
  .container {
    max-width: 740px; } 
}
/* END */
/* 小デバイス（横向きモバイル, 768px 未満）
==============================================*/
@media screen and (max-width: 767.98px) {
  h1 {
    font-size: 2rem;
    font-weight: bold;
    line-height: 1.2; }

  #sec3 {
    background-image: none; }

  header .navbar-brand {
    width: 70%; }
    header .navbar-brand .logo {
      width: 100%; }
  header .navbar-nav {
    border-top: 1px solid #333; }
  .footer-logo {
    width: 100%;
  }

}
/* END */
/* 極小デバイス（縦向きモバイル, 576px 未満）
==============================================*/
@media screen and (max-width: 575.98px) {
  .display-3 {
    line-height: 0.8em; }

  .display-4 {
    font-size: 2rem;
    line-height: 1.2; } 
}
/* END */


@media screen and (max-width: 767.98px) {
  #slideshow DIV IMG{
    width: 100%; 
  }
}

/* スライド */
#slideshow {
    position:relative;
    height:250px;
}

#slideshow DIV {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
    height: 250px;
    background-color: #FFF;
	
	text-align: center;
	color: #fff !important;/*文字色*/
	padding: 1.8em 1em;
    /*margin: 2em 0;*/
    color: #2c2c2f;
    background: #2c5334;/*背景色*/
}

#slideshow DIV.active {
    z-index:10;
    opacity:1.0;
}

#slideshow DIV.last-active {
    z-index:9;
}

#slideshow DIV IMG {
    height: 178px;
    display: block;
    border: 0;
    margin-bottom: 5px;
}



.bg-secondary1 {
  background-color: #666 !important;
}

.bg-secondary2 {
  background-color: #6ac76c !important;
}

.bg-secondary3 {
  background-color: #3dc8fc !important;
}

.container {
  padding-bottom : 20px !important;
}

/*ボタン*/
.btn-square {
  display: inline-block;
  padding: 0.2em 0.5em;
  text-decoration: none;
  background: #ff8113;/*ボタン色*/
  font-size:0.8em	;
  color: #FFF;
/*  border-bottom: solid 3px #5d8866;*/
  border-radius: 2px;
}
.btn-square:active {
  /*ボタンを押したとき*/
  -webkit-transform: translateY(3px);
  transform: translateY(3px);/*下に動く*/
  border-bottom: none;/*線を消す*/
  color: #FFF !important;	
}


.f-big {
  font-size:1.6em	;
}
.f-big2 {
  font-size:1.5em	;
}



/* 右側バナー
-------------------------*/
/* web予約バナー */
.floating {
  position:fixed;
  right:0;
  top:200px;
  z-index: 1;
}
/* 最新情報バナー */
.floating1 {
  position:fixed;
  right:0;
  top:320px;
  z-index: 1;
}
/* プロレッスンバナー */
.floating2 {
  position:fixed;
  right:0;
  top:440px;
  z-index: 1;
}
/*-- スマホ版表示CSS  --*/
@media screen and (max-width: 768px){
  .floating {
    display:none;
  }
  .floating1 {
    display:none;
  }
  .floating2 {
    display:none;
  }
    
    .banner{
        width: 100%;
    }
    
    .banner ul{
        padding: 0px!important;
    }
    
    .banner li{
        width: 45%;
        margin: 10px 9px!important;
    }
    
    .banner li img{
        width: 100%;
    }
    
    .banner2{
        width: 100%;
    }
    
    .banner2 ul{
        display: flex;
        padding: 0px!important;
    }
    
    .banner2 li{
        width: 45%;
        list-style-type: none;
        margin: 10px 9px!important;
    }
    
    .banner2 li img{
        width: 100%;
    }
    
    
    
    .pc_none{
        display: block;
    }
    
    .sp_none{
    display: none;
    }
    
    .topics{
        display: block;
    }
    
    .topics div{
    width: 100%;
    }
	
	
    
}



/*Facebook*/
/* スマホ用 */
@media screen and (max-width: 767px) {
	.fb-container {
		width: 100%;
		max-width: 500px;
	}
}
 
/* PC用 */
@media screen and (min-width: 768px) {
	.fb-container {
		width: 600px;
	}
}

/*スマホナビ*/
.navbar-toggler {
    /* padding: .25rem .75rem; */
    font-size: 1.25rem !important;	
    /* line-height: 1; */
    background-color: #999;	 
    border: 1px solid ;
    border-radius: .25rem;
}

/*明朝文字*/
body {
    font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "Yu Gothic", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif !important;
　　　color: #666 !important;	
}

.h4 {
    font-size: 1.5rem !important;
}

.font-weight-bold {
    font-weight: 500!important;
}

.h5 {
    font-size: 1.25rem;
}

/*更新情報の文字調整*/
.space:after{
  white-space: pre-wrap;
  content: "\00a0\00a0";
}
/*ナビの区切り線*/
.navbar-nav0 {
  text-align:center;
}
.navbar-nav0 li {
  display:inline;
  list-style-type:none;
  margin-right:6px;
  padding-left:10px;
}
.navbar-nav0 li+li {
  border-left:1px solid #999;
}
.navbar-nav0 ul {
  display: flex;
  width: 100%;
}
.navbar-nav0 ul li {
  flex-grow: 1;
}
@media screen and (max-width: 1199.98px) {
}
@media screen and (max-width: 767.98px) {
  .navbar-nav0 li+li {
    border-left: none;
  }
}

/*電話番号・お問い合わせ*/
.h-tel {
  margin: 0 30px 0 0;
}
.h-tel,
.h-contact {
  color: #6dac41;
  font-size: 1.3rem
}
.h-tel:hover,
.h-contact:hover {
  color: #6dac41;
}
@media screen and (max-width: 767.98px) {
  .h-right-area {
    display: none;
  }
}


/*提携宿泊施設*/
.hotelList li{
    list-style-type: none;
}

.hotelList{
    margin-bottom: 20px;
    padding: 0;
}

li.hotelname{
    font-size: 1.2em;

}

.hotelname::before{
    content: "■";
}




#csslider0　{
 height: 70vh!important;
　width: 100%;
	}

.list-unstyled { 
	border : solid 0.5px #ccc ;
   margin : 3em 0 1.5em ;
    padding : 0 1.5em ;
}

.list-unstyled1 { 
  border : none ;
  margin : 0 0 1.5em ;
  padding : 1em 1.5em ;
}


/*テーブル（ta2）サブブロックの受付テーブルに使用。
---------------------------------------------------------------------------*/
/*テーブル１行目に入った見出し部分（※caption）*/
.ta2 caption {
	border: 1px solid #b7b7b7;
	border-bottom: none;
	text-align: center;
	background: #fff;
	color: #333;
	font-weight: bold;
	padding: 10px;
}
/*ta2設定*/
.ta2 {
	table-layout: fixed;
	width: 100%;
	margin-bottom: 20px;
	text-align: center;
	background: #fff;
	color: #333;
}
.ta2, .ta2 td, .ta2 th {
	word-break: break-all;
	border: 1px solid #b7b7b7;
}
/*曜日*/
.ta2 th {
	background: #fffbe3;
}



.fontf a { color: #fff!important; }

.bekkan img{
  width: 80%;
}
@media screen and (max-width: 767.98px) {
  .bekkan img{
    width: 100%;
  }
}

.bar-green{
  background-color: #6dac41;
  color: #fff;
  padding: 10px;
}

.list-vertical{

}



/*======================
  
     温泉ページCSS

======================*/

#onsen{
    width: 1350px;
    margin: 0 auto;
}
.aboutOnsen{
    display:flex;
    flex-wrap: wrap;
}

.aboutOnsen_img{
    width: 423px;
    margin-bottom: 20px;
    margin-left: 20px
}

.aboutOnsen2{
    display:flex;
    flex-wrap: wrap;
}

.aboutOnsen2_img{
    width: 313px;
    margin-bottom: 20px;
    margin-left: 20px
}

.aboutOnsen3{

    flex-wrap: inherit;
}

.onsenTB{
    width: 100%;
    margin: 0 auto;
}

.onsenTB th{
    width: 20%;
    border: 1px solid #000;
    padding: 10px;
    text-align: center;
    background: #f3f3f3;
}

.onsenTB td{
    border: 1px solid #000;
    padding: 10px;
}



@media screen and (max-width: 767.98px) {
    
    #onsen{
        width: 100%;
    }
    
    .aboutOnsen, .aboutOnsen2{
        width: 100%;
    }
    
    .aboutOnsen_img, .aboutOnsen2_img{
        width: 90%;
        margin: 0 auto;
        
        }
	
}

/*======================
  
     フットゴルフCSS

======================*/


.ftgolf {
    display:flex;
    flex-wrap: wrap;
}

.ftgolf img{
    width: 50%;
    margin-bottom: 20px;
    margin-left: 40px
}



@media screen and (max-width: 767.98px) {
    
    #onsen{
        width: 100%;
    }
    
    .aboutOnsen, .aboutOnsen2{
        width: 100%;
    }
    
    .aboutOnsen_img, .aboutOnsen2_img{
        width: 90%;
        margin: 0 auto;
        
        }
}
@media screen and (max-width: 1040px) {
	.aboutOnsen3{
    flex-wrap: wrap;
}
}

.comment_video video{
    width: 50%;
	
}
p.comment_video {
    text-align: center;
	
}
@media screen and (max-width: 767.98px) {
	.comment_video video{
	width: 100%;

}
}
