@charset "UTF-8";
/* CSS Document */

/*デフォルトリセット */

html, body, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p,
header, hgroup, section, article, aside, hgroup, footer, figure, figcaption, nav {
 margin: 0;
 padding: 0;
 font-size: 100%;
}

body {
	line-height: 1;
	-webkit-text-size-adjust: none;
	margin: 0px;
	padding: 0px;
	}

article,aside,canvas,details,figcaption,figure,
footer,header,hgroup,menu,nav,section,summary { 
 display:block;
}

img {
 border: 0;
 vertical-align: bottom;
}

ul, ol {
 list-style: none;
}

table {
 border-spacing: 0;
 empty-cells: show;
}

/* リンク色 */
a:link {
	color: #333;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #660000;
}
a:hover {
	text-decoration: none;
	color: #660000;
}
a:active {
	text-decoration: none;
}

/* clearfix */

.clearfix:after {
  content: ".";  
  display: block;  
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}


/*左メニューの位置調整 

#htlSide-A{
	margin-top: 500px;
}*/



/*基本設定 */

body {

	background: url(https://www.tateshina-shinyu.com/rakuten4/img/bg.png);
        repeat-y,
        no-repeat;
        background-position: left top,
        left top;
		
	font-family: 游明朝体, YuMincho, 游明朝, "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", HGS明朝E, "ＭＳ Ｐ明朝", "MS PMincho", Georgia, serif;
	line-height: 1.8;
        text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizelegibility;
    direction: ltr;
        text-size-adjust: 100%;
        font-size: 0.9em;
        
}




/* body {
	width:100%;
	background: url(https://www.tateshina-shinyu.com/rakuten4/img/header_onsen.jpg),url(https://www.tateshina-shinyu.com/rakuten4/img/header_onsen.jpg), url(https://www.tateshina-shinyu.com/rakuten4/img/bg.png) !important;
	background-position: 0px 400px, left bottom, 0px 0px !important;
	background-repeat: no-repeat, no-repeat, repeat !important;
	margin:0px 0px 0px 0px ;
}   */





#contents {
	width: 950px;
	/* margin-top: 780px; */
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	color: #fff;
}


.img_main{
	margin-bottom: 36px;
}

.top_1{
	background-image: url(https://www.tateshina-shinyu.com/rakuten4/img/top/bg_onsen.jpg);
	background-repeat: no-repeat;
	height: 432px;
	margin-bottom: 36px;

}

.top_2{
	background-image: url(https://www.tateshina-shinyu.com/rakuten4/img/top/bg_syokuji.jpg);
	background-repeat: no-repeat;
	height: 432px;
	margin-bottom: 36px;

}


.top_3{
	background-image: url(https://www.tateshina-shinyu.com/rakuten4/img/top/bg_restaurant.jpg);
	background-repeat: no-repeat;
	height: 432px;
	margin-bottom: 36px;

}


.top_4{
	background-image: url(https://www.tateshina-shinyu.com/rakuten4/img/top/bg_library.jpg);
	background-repeat: no-repeat;
	height: 432px;
	margin-bottom: 36px;

}

.top_5{
	background-image: url(https://www.tateshina-shinyu.com/rakuten4/img/top/bg_room.jpg);
	background-repeat: no-repeat;
	height: 432px;
	margin-bottom: 36px;

}



.box_l{
	padding-top: 58px;
	margin-left: 162px;
	width: 206px;
}

.box_r{
	padding-top: 58px;
	margin-left: 582px;
	width: 206px;
}




.btn1{
  border: 1px solid #fff;
  text-align: center;
  color: white;
 
}

.btn1 a:link {
  border: 1px solid #fff;
  text-align: center;
  color: white;
 
}


.btn1 a:hover {
	background-color: blue;
	}
	
	
.btn1 {
  
    color: #fff;
    text-align: center;
    letter-spacing: 1px;
    font-size: 12px;
    padding: 10px 0;
    border: solid 1px #c7c7c7;
    display: block;

}
.btn1 a:link{
  border: 1px solid #fff;
  text-align: center;
  color: #fff;
 
}



.box_room{
	margin-bottom: 68px;
	color: #fff;
	clear: both;
	overflow: hidden;
}

.box_room_l{
	float: left;
	width: 300px;
	margin-right: 30px;
	color: #fff;
}

.box_room_r{
	float: right;
	width: 300px;
	margin-left: 30px;
}


.img_room{
	margin-top: 68px;
	width: 620px;
}



/* 詳細情報 */
.infolist {
    width: 580px;
    margin: 0 auto;
    background-color: #fff;
    padding: 50px;
}

.infolist > dl {
    font-size: 14px;
    overflow: hidden;
    border-top: 1px solid #000;
    padding: 20px 0;
}

.border_b {
    border-bottom: 1px solid #000;
}

.infolist > dl dt,
.infolist > dl dd {
    display: inline-block;
    float: left;
}

.infolist>dl dt {
    width: 30%;
}

.infolist>dl dd {
    width: 70%;
}

.infolist>dl dd p {
    display: inline-block;
}

.infolist>dl dd p:first-child {
    padding-bottom: 30px;
}

.infolist>dl dl {
    display: block;
    width: 100%;
}

.infolist>dl dl dt,
.infolist>dl dl dd {
    display: block;
    width: 100%;
}

.infolist>dl dl dd {
    padding-bottom: 30px;
}





/* 詳細情報1 */
.infolist1 {
    width: 300px;
    margin: 0 auto;
    padding: 0px;
    
}

.infolist1 > dl {
    font-size: 0.8em;
    overflow: hidden;
    /* border-top: 1px solid #fff; */
    padding: 0px 0 1em 0;
    margin-bottom: 1em;
    border-bottom: 1px solid #c9963a;
}

.border_b {
    /* border-bottom: 1px solid #fff; */
}

.infolist1 > dl dt,
.infolist1 > dl dd {
    display: inline-block;
    float: left;
}

.infolist1>dl dt {
    width: 12%;
}

.infolist1>dl dd {
    width: 88%;
    
}

.infolist1>dl dd p {
    display: inline-block;
}

.infolist1>dl dd p:first-child {
    padding-bottom: 30px;
}

.infolist1>dl dl {
    display: block;
    width: 100%;
}

.infolist1>dl dl dt,
.infolist1>dl dl dd {
    display: block;
    width: 100%;
}

.infolist1>dl dl dd {
    padding-bottom: 30px;
}


/* 詳細情報2 */
.infolist2 {
    width: 580px;
    margin: 0 auto;
    background-color: #fff;
    padding: 50px;
}

.infolist2 > dl {
    font-size: 14px;
    overflow: hidden;
    border-top: 1px solid #000;
    padding: 20px 0;
}

.border_b {
    border-bottom: 1px solid #000;
}

.infolist2 > dl dt,
.infolist2 > dl dd {
    display: inline-block;
    float: left;
}

.infolist2>dl dt {
    width: 30%;
}

.infolist2>dl dd {
    width: 70%;
}

.infolist2>dl dd p {
    display: inline-block;
}


.infolist2>dl dl {
    display: block;
    width: 100%;
}

.infolist2>dl dl dt,
.infolist2>dl dl dd {
    display: block;
    width: 100%;
}

.infolist2>dl dl dd {
    padding-bottom: 30px;
}



.att{
	text-indent: -1em;
	padding-left: 1em;

}

.equipment{
	width: 45%;
	margin-right: 5%;
	float: left;
}

.mt_1{
	margin-top: 1em;
}
.mt_2{
	margin-top: 2em;
}
.mt_3{
	margin-top: 3em;
}


.p_st1{
	padding-bottom: 0.2em;
	border-bottom: 1px solid #c9963a;
	margin-bottom: 0.4em;
}

	.st_circle1{
    color: #ffffff;
    font-size: 18px;
    width: 40px;
    height: 40px;
    background-color: #e68213;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    flex-flow: column wrap;
    vertical-align: top;
}







/*  スライダーテスト */

 .main_imgBox {
      height: 680px;
    overflow: hidden;
    position: relative; }

  .main_img {
    z-index:10;
    opacity: 0;
    width: 100%;
    height: 680px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-animation: anime 18s 0s infinite;
    animation: anime 18s 0s infinite; }

    .main_img:nth-of-type(2) {
      -webkit-animation-delay: 6s;
      animation-delay: 6s; }

    .main_img:nth-of-type(3) {
      -webkit-animation-delay: 12s;
      animation-delay: 6s; }

   
  .main_imgM {
    opacity: 0;
    width:100%;
    height:100%;
    object-fit: cover;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-animation: anime 18s 0s infinite;
    animation: anime 18s 0s infinite; }

    .main_imgM:nth-of-type(2) {
      -webkit-animation-delay: 6s;
      animation-delay: 6s; }

    .main_imgM:nth-of-type(3) {
      -webkit-animation-delay: 12s;
      animation-delay: 6s; }

   
@keyframes anime {
    0% {
        opacity: 0;
    }
    8% {
        opacity: 1;
    }
    17% {
        opacity: 1;
    }
    25% {
        opacity: 0;
         transform: scale(1.0);
                    z-index:9;
    }
    100% { opacity: 0 }
}

@-webkit-keyframes anime {
    0% {
        opacity: 0;
    }
    8% {
        opacity: 1;
    }
    17% {
        opacity: 1;
    }
    25% {
        opacity: 0;
         -webkit-transform: scale(1.0);
            z-index:9;
    }
    100% { opacity: 0 }
}




/********************************************
	
	▲▲▲　　　　表示試験中　　▲▲▲
	
	
********************************************/


/* 画像表示ルール */
.imgbox {
    display: block;
}

.imgbox > img {
    width: 100%;
    display: block;
}

.topimage {
    height: 500px;
    overflow: hidden;
}

.topimage_01 {
    height: 350px;
    overflow: hidden;
}

.motif {
    width: 45px;
    margin: 0 auto;
}

.txt_c {
    margin: 38px auto 68px;
}

.foodimage,
.misuzuimage,
.lb_image,
.bunkoimage,
.bunjinimage,
.enkaijo_image,
.garden_image,
.toilet_image,
.aroma_image,
.massage_image {
    height: 498px;
    overflow: hidden;
}



/* 背景設定 */
.bg_f1f0ea {
    /* background-color: #f1f0ea; */
}

.bg_160000 {
    background-color: #160000;
}

/* .bg_DBimg {
    background: url('../image/dining/bg.png')
} */




/* ページタイトル */
.pg_title {
    color: #fff;
    font-size: 18px;
    text-align: center;
    padding-top: 96px;
    padding-bottom: 117px;
    position: relative;
}

.pg_title span {
    padding: 0 20px;
}

.pg_title span.bar_l {
    display: block;
    height: 1px;
    width: 75px;
    background-color:#fff;
    position: absolute;
    left: 30%;
    top: 46%;
}

.pg_title span.bar_r {
    display: block;
    height: 1px;
    width: 75px;
    background-color:#fff;
    position: absolute;
    right: 30%;
    top: 46%;
}


/* ページタイトル 白字 */
.pg_title span.font_w {
    color: #fff;
    padding: 0 20px;
}

.pg_title span.bar_lw {
    display: block;
    height: 1px;
    width: 75px;
    background-color:#fff;
    position: absolute;
    left: 33%;
    top: 46%;
}

.pg_title span.bar_rw {
    display: block;
    height: 1px;
    width: 75px;
    background-color:#fff;
    position: absolute;
    right: 33%;
    top: 46%;
}

/* ページタイトル 白字 libraryLounge*/
.pg_title span.bar_lw_01 {
    display: block;
    height: 1px;
    width: 75px;
    background-color: #fff;
    position: absolute;
    left: 29%;
    top: 46%;
}

.pg_title span.bar_rw_01 {
    display: block;
    height: 1px;
    width: 75px;
    background-color: #fff;
    position: absolute;
    right: 29%;
    top: 46%;
}

 .ls_01 {
    letter-spacing: 0.05em;
 }

 .ls_02 {
    letter-spacing: 0.1em;
 }


/* ページタイトル 白字 館内案内*/
.pg_title span.bar_lw_02 {
    display: block;
    height: 1px;
    width: 75px;
    background-color: #fff;
    position: absolute;
    left: 32%;
    top: 46%;
}

.pg_title span.bar_rw_02 {
    display: block;
    height: 1px;
    width: 75px;
    background-color: #fff;
    position: absolute;
    right: 32%;
    top: 46%;
}



/* セクションのタイトル */
.section_title_img {
    width: 70px;
    margin: 0 auto;
}

.section_title_img_01 {
    width: 40px;
    padding: 20px;
}

.section_title_img_02 {
    width: 40px;
    padding: 20px 0 0 60px;
}

.section_title {
    font-size: 36px;
    color: #000;
    text-align: center;
    padding: 80px 0 40px;
}


.section_title_01 {
    font-size: 36px;
    color: #b27410;
    text-align: center;
}

.section_title_02 {
    font-size: 36px;
    color: #b27410;
    line-height: 1.5;
}

.section_title_03 {
    font-size: 36px;
    color: #b27410;
    line-height: 1.1;
    text-align: center;
}

.section_title_04 {
    font-size: 36px;
    color: #b27410;
    line-height: 1.2;
    text-align: center;
}

.section_title_02 span {
    font-size: 23px;
    color: #b27410;
}

.font_s {
    font-size: 16px;
}

.font_s01 {
    font-size: 23px;
}




/**************************
セクション内横並び
 **************************/
/* 2カラム */
.colomn_2 {
    overflow: hidden;
}

.txt_area {
    float: left;
    width: 35%;
}

.img_area {
    float: left;
    width: 65%;
    /*padding-top: 80px; */
}

p.parag {
    font-size: small;
    padding-right: 14px;
    padding-left: 14px;
}

.pb_30 {
    padding-bottom: 30px;
}


/* 2カラム画像横並び */
.column2_01 {
    padding-bottom: 56px;
    overflow: hidden;
}

.column2_02 {
    padding-bottom: 80px;
    overflow: hidden;
}

.column2_01 .img_L {
    width: 600px;
    padding-right: 70px;
    float: left;
}

.column2_01 .img_S {
    width: 280px;
    padding-top: 137px;
    float: left;
}

.column2_02 .img_L {
    width: 600px;
    padding-left: 70px;
    float: left;
}

.column2_02 .img_S {
    width: 280px;
    padding-top: 137px;
    float: left;
}


/* 2カラム タイトルとリンク */
.column2_03 {
    padding-top: 30px;
    padding-bottom: 50px;
    overflow: hidden;
}

.column2_03_box1 {
    width: 300px;
    float: left;
    padding-left: 50px;
    padding-bottom: 50px;
    border-right: 1px solid #fff;
}

.column2_03_box2 {
    width: 500px;
    padding-left: 90px;
    float: left;
}

.linkbox_01 {
    width: 200px;
    height: 40px;
    border: 1px solid #fff;
    margin: 0;
    transition: .25s ease-out;
}

.linkbox_01 a {
    display: inline-block;
    text-decoration: none;
    width: 100%;
    height: 100%;
    line-height: 40px;
    color: #fff;
    text-align: center;
    font-size: 14px;
}

.linkbox_01:hover {
    background: hsla(0, 0%, 100%, .4);
    transition: .25s ease-out;
}




/* 3カラム */
.column_3 {
    overflow: hidden;
    padding: 50px 0 80px;
    color: #fff;
}

.column3_titlebox {
    width: 120px;
    float: left;
}

.column3_txtarea {
    width: 352px;
    float: left;
}

.column3_txtarea .txtbox {
    width: 286px;
    padding-left: 0;
    padding-right: 66px;
}

.column3_txtarea .txtbox_01 {
    width: 286px;
    padding-left: 66px;
    padding-right: 0;
    color: #fff;
}

.column3_txtarea .txtbox .motif,
.column3_txtarea .txtbox_01 .motif {
    padding-bottom: 60px;
}

.column3_imgarea {
    width: 478px;
    padding-top: 60px;
    float: left;
}



/**************************************
    背景の調整
**************************************/
/* 露天風呂セクションの背景のための調整 560px + 80px*/
.container_roten {
    display: block;
    height: 640px;
}


/* 貸切露天風呂セクションの背景のための調整 678px + 160px*/
.container_kashikiri {
    display: block;
    padding-top: 80px;
    height: 838px;
}

/* .container_kashikiri .parag {
    color: #fff;
}  */


/* 天与の湯セクションの背景のための調整 620px + 160px*/
.container_tenyo {
    display: block;
    padding-top: 80px;
    height: 780px;
}


/* お座敷風呂セクションの背景のための調整 638px + 160px*/
.container_ozashiki {
    display: block;
    padding-top: 80px;
    height: 798px;
}

.container_ozashiki .parag {
    color: #fff;
}

/* 最終セクションの背景のための調整 */
.pb_80 {
    padding-bottom: 80px;
}

/* 宴どころ みすゞかり */
.container_misuzu {
    padding-top: 80px;
    color: #fff;
}

/* ピュアドロップ */
.container_aroma {
    padding-bottom: 80px;
}

/* 足つぼマッサージ */
.container_massage {
    padding-bottom: 80px;
}


/**************************************
    背景の調整　ここまで
**************************************/



/* 1カラム セクション */
p.sec_intro {
    text-align: center;
    font-size: 14px;
    color: #000;
    letter-spacing: 0.05em;
    padding-bottom: 30px;
}

.txtbox {
    width: 570px;
    margin: 0 auto;
}

.container_food .txtbox,
.container_misuzu .txtbox,
.container_lb .txtbox {
    padding-top: 56px;
}


.container_enkaijo .txtbox,
.container_garden .txtbox,
.container_toilet .txtbox,
.container_aroma .txtbox,
.container_massage .txtbox {
    padding-top: 30px;
}

.pb_40 {
    padding-bottom: 40px;
}

.pb_50 {
    padding-bottom: 50px;
}

.pb_80 {
    padding-bottom: 80px;
}

.pb_100 {
    padding-bottom: 100px;
}

.pb_15 {
    padding-bottom: 15px;
}

.food_txt,
.lb_txt,
.bunjin_txt {
    color: #fff;
    /* font-size: 14px; */
}

.linkbox {
    display: block;
    margin: 0 auto;
}

.linkbox a {
    display: inline-block;
    overflow: hidden;
    text-decoration: none;
    color: #fff;
    font-size: small;
}

.ar_mark {
    width: 14px;
    float: left;
    padding-right: 14px;
    transition: all 0.2s;
    padding-top: 4px;
}

.linkbox a:hover .ar_mark {
    transform: translateX(5px);
    transition: all 0.2s;
}

.slider_area {
    float: left;
    width: 100%;
    /*padding-top: 80px; */
}


/* 詳細情報 */
.infolist {
    width: 580px;
    margin: 0 auto;
    background-color: #fff;
    padding: 50px;
    color: #000;
}

.infolist > dl {
    font-size: 14px;
    overflow: hidden;
    border-top: 1px solid #000;
    padding: 20px 0;
}

.border_b {
    border-bottom: 1px solid #000;
}

.infolist > dl dt,
.infolist > dl dd {
    display: inline-block;
    float: left;
}

.infolist>dl dt {
    width: 30%;
}

.infolist>dl dd {
    width: 70%;
}

.infolist>dl dd p {
    display: inline-block;
}

.infolist>dl dd p:first-child {
    padding-bottom: 30px;
}

.infolist>dl dl {
    display: block;
    width: 100%;
}

.infolist>dl dl dt,
.infolist>dl dl dd {
    display: block;
    width: 100%;
}

.infolist>dl dl dd {
    padding-bottom: 30px;
}

.pb_0 {
    padding-bottom: 0;
}


.infolist_01 {
    width: 584px;
    margin: 0 auto;
    background-color: #290e0e;
    padding: 80px;
}

.infolist_01 dl {
    color: #fff;
}

/* 詳細情報   ここまで */


/* ようこそ親湯温泉へ */
.staff{
	width: 100%;
	margin-bottom: 104px;
	clear: both;
	overflow: hidden;
}


.service_img_stl{
	width: 620px;
	float: left;
	margin-right: 30px;
	}

.service_img_str{
	width: 620px;
	float: right;
	margin-left: 30px;	
}


.service_text{
	
}

.staff_title_01 {
    font-size: 36px;
    color: #b27410;
    text-align: left;
    margin-bottom: 36px;
}


.mb_48{
	margin-bottom: 48px;
}


/* 詳細情報 */
.tripforall {
    width: 580px;
    margin: 0 auto;
    background-color: #fff;
    padding: 50px;
    color: #000;
    margin-bottom: 48px;
}



/* 各サービスのご紹介 */
.service_infobox {
    overflow: hidden;
    padding-bottom: 40px;
}

.service_info{
	width: 300px;
	float: left;
}

.service_info dl{
    margin-top: 38px;
    color: #000;
}

.service_info dl dt{
	font-size: 24px;
	text-align: center;
	margin-bottom: 18px;	
}  /* 下線　CSS不許可だったので　hr で記述　*/


.service_info dl dd{
	font-size: 16px;
	text-align: center;
	margin-bottom: 18px;
}

.mr_25{
	margin-right: 25px;
}

.service_info a:hover img {
    opacity: 0.75;
    transition: .25s ease-out;
}




/*   純正 */

#slider {
  position: relative;
  width: 100%;
  overflow: hidden;
}
#slider .inner {
  width: 100%;
  overflow: hidden;
}
#slider .inner img {
  display: none;
  position: absolute;
  left: 0;
}
#slider .inner .img01 {
  display: block;
}


/*
##01. スライダー
    画像6枚で調整
    枚数を減らす場合は
    .rslider_pic img のanimationの秒数を減らし、
    画像の枚数を減らす
    表示スピード変更は delay値を調整
 */

#r_slider{
  position: relative;
  max-width: 600px;
  margin:0 auto;
  overflow: hidden;
}

.rslider_pic img {
    position:absolute;
    width: 100%;
    top:0;
    left:100%;
    -moz-animation: imgTrans 15s infinite;
    -webkit-animation: imgTrans 15s infinite;
    animation: imgTrans 15s infinite;
}

#rslider_photo1 img{
  -moz-animation-delay: 0s;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}

#rslider_photo2 img{
  -moz-animation-delay: 5s;
  -webkit-animation-delay: 5s;
  animation-delay: 5s;
}

#rslider_photo3 img{
  -moz-animation-delay: 10s;
  -webkit-animation-delay: 10s;
  animation-delay: 10s;
}

#rslider_photo4 img{
  -moz-animation-delay: 15s;
  -webkit-animation-delay: 15s;
  animation-delay: 15s;
}

#rslider_photo5 img{
  -moz-animation-delay: 20s;
  -webkit-animation-delay: 20s;
  animation-delay: 20s;
}

#rslider_photo6 img{
  -moz-animation-delay: 25s;
  -webkit-animation-delay: 25s;
  animation-delay: 25s;
}

.rslider_adjust{
    padding:26%;
}

@-webkit-keyframes imgTrans {
    0% { left:0%; opacity:0;}
  5% { left:0%;opacity:1; }
  20% { left:0%; opacity:1;}
  25% { left:0%;opacity:0; }
  26% { left:100%;opacity:0; }
  100% { left:100%; opacity:0;}
}
@-moz-keyframes imgTrans {q
    0% { left:0%; opacity:0;}
  5% { left:0%;opacity:1; }
  20% { left:0%; opacity:1;}
  25% { left:0%;opacity:0; }
  26% { left:100%;opacity:0; }
  100% { left:100%; opacity:0;}
}
@keyframes imgTrans {
    0% { left:0%; opacity:0;}
  5% { left:0%;opacity:1; }
  20% { left:0%; opacity:1;}
  25% { left:0%;opacity:0; }
  26% { left:100%;opacity:0; }
  100% { left:100%; opacity:0;}
}

/* ##01. スライダーここまで */




/************************************

    slicks slide

************************************/
/* slick の dots */
ul.slick-dots {
    bottom: 30px;
}

ul.slick-dots li {
    margin: 0 15px;
}

ul.slick-dots li button {
    opacity: 0.25;
    border: 1px solid #c6c6c6;
    background-color: #c6c6c6;
    width: 20px;
    height: 10px;
}

ul.slick-dots li.slick-active button {
    opacity: 0.75;
}

ul.slick-dots li button::before {
    color: transparent;
}

ul.slick-dots li.slick-active button::before {
    color: transparent;
}

/* slick の dots　ここまで */



.slider_dining {
    width: 950px;
    height: 510px;

}

/************************************

    slicks slide  ここまで

************************************/

/*************************************
 トップページ装飾
*************************************/
.toppage {
    background-image: none;
}

.top_main2_mg {
    padding: 36px 0;
    background-color: #f1f1e8;
}



/*  トップページ　よくあるご質問〜*/
.infolinks1,
.infolinks2 {
    background-color: #f1f1e8;
    overflow: hidden;
}

.infolinks1 {
    padding: 40px 20px;
}

.infolinks2 {
    padding: 0 20px 40px;
}

.link_item {
    width: 270px;
    height: 80px;
    float: left;
    border: double #390f06;
    background-color: #fff;
    font-size: 16px;
    margin-right: 41px;
}

.link_item:last-child {
    margin-right: 0;
}

.link_item a {
    display: block;
    width: 100%;
    height: 100%;
    color: #000;
}

.link_item a:hover {
    opacity: 0.75;
    transition: .25s ease-out;
}

.link_item a span {
    display: block;
    text-align: center;
    padding-top: 13px;
}

.link_item a span.pd_t_25 {
    padding-top: 25px;
}
/*  トップページ　よくあるご質問〜  ここまで*/

/* トップページ　全館禁煙〜 */
.info_2column {
    overflow: hidden;
    border-top: 1px solid #aaa;
    border-bottom: 1px solid #aaa;
}

dl.infobox {
    float: left;
    color: #000;
    padding: 50px 0;
    width: 50%;
    text-align: center;
}

dl.infobox:first-child {
    border-right: 1px solid #aaa;
    width: 49%;
}

dl.infobox dt {
    color: #390f06;
    font-size: 20px;
}

dl.infobox span.imgbox {
    margin: 20px auto;
    width: 44px;
}

dl.infobox dd {
    font-size: 16px;
}

/*************************************
 トップページ装飾 ここまで
*************************************/




/************************************

ナビゲーション

************************************/
/* ヘッダー部分の背景（仮） */
.header_box {
    background: linear-gradient(rgba(0, 0, 0, 0.8),transparent),
                url(img/hotspring/img_1.jpg);
    padding: 30px 0;
}

/* ロゴの部分 */
div.logo_area {
    width: 100%;
    overflow: hidden;
}

.logobox {
    width: 200px;
    float: left;
    margin-right: 420px;
}

.logobox:hover,
.telbox:hover {
    opacity: 0.8;
}

.telbox span {
    color: #fff;
}

.telbox .header_tel02 {
    font-size: 24px;
    font-weight: bold;
    padding-left: 80px;
}

.telbox .header_tel02 .tel_img {
    width: 30px;
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 10px;
}
/* ロゴの部分 ここまで*/



ul.g_navi {
    overflow: hidden;
    margin: 0 auto;
}

ul.g_navi li.nav_item {
    float: left;
    width: 100px;
    display: inline-block;
    text-align: center;
    margin-right: 40px;
    border-bottom: 2px solid transparent;
}

ul.g_navi li.nav_item a {
    display: block;
    height: 100%;
    color: #fff;
    text-decoration: none;
}

ul.g_navi li.mg_r0 {
    margin-right: 0;
}

ul.g_navi li.nav_item:hover {
    /* border-bottom: 2px solid #fff; */
    opacity: 0.8;
}

ul.g_navi li.nav_item.active {
    border-bottom: 2px solid #fff;
}


/************************************

ナビゲーション　　ここまで

************************************/
