@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900&family=Shippori+Mincho:wght@400;500;600&family=Zen+Kaku+Gothic+New:wght@300;400&display=swap');

/* CSS Documentu*/

.sec1_con .ft1 .sec1_con_l .txt,
.ft2 .sec1_con_r .txt,
.plan_list .plan_it .plan_ttl,
.pick_room .r_con .r_txt,
.r_sho .r_con .r_txt,
.ft3 .sec4_con_txt,
.ft4 .sec4_con_r .sec4_con_txt,
.window .flex .win_right .win_right_txt{
    
}
body{
font-size:14px;
	font-weight:300;
	color: #333;
  line-height: 1.8;
  letter-spacing: 0.05em;
  background-color: #fdfdfd;
}
/*書き換え*/

body #htlMainContent {
    margin: 0 auto;
    
    position: relative;
    overflow: visible;
}
body #htlSide-A {
    position: absolute;
    top: 1687px;
    left: 0;
}
body #htlBrdCrmbs, body #htlContents, body #htlHeader, body #RthCustomizeW {
    margin-left: auto;
    margin-right: auto;
    min-width: inherit;
    
	line-height:1.8;
}

/*書き換え*/



.slick-slider{
	height:600px;
}

.main_slider img{
    height:800px;
    overflow: hidden;
}
.main_slider {
    height:800px;
    overflow-y: hidden;
}

a:link {
    color: #333;
}
a:link:hover{
    text-decoration: none;
    color: #333;
}

body{

font-family: "Zen Kaku Gothic New", sans-serif;
font-weight: 400;
font-style: normal;
letter-spacing: 0.1em;
	

    
}
body #rt-service-hidden+div{
    background-image: url();
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.hv1:hover {
  opacity: 0.6;
}

.hv1 {
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.hv10 {
  -webkit-transition: all 0.6s ease 0s;
  transition: all 0.6s ease 0s;
}

.hv10:hover {
  cursor: pointer;
  -webkit-transform: scale(1.1, 1.1);
          transform: scale(1.1, 1.1);
}


/*フェードイン*/
/* 初期状態（フェードイン前） */
.fadein {
  opacity: 0;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  /* 他の初期スタイルもここに追加する */
}

/* フェードイン時のスタイル */
.scrollin {
  opacity: 1;
  -webkit-transform: translateY(0px) !important;
          transform: translateY(0px) !important;
  -webkit-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out; /* フェードインにトランジションを追加 */
  /* 他のフェードイン時のスタイルもここに追加する */
}




body {


     /*overflow-y: hidden;*/
	
}
header{
   width: 100%;
   height: auto;
   overflow-y: hidden;
  
}
.img-frame{
   position: relative;
   width: 100%;
   height: 700px;
   overflow: hidden;
   margin: 0 auto;
}
@media screen and (max-width: 767px){
.img-frame{
   width: 100%;
   height: 500px;
}
}  

.img-01, .img-02, .img-03, .img-04{
   position: absolute;
   top:0;
   left:0;
   width: 100%;
   height: 100%;
   background-size: cover;
   background-repeat: no-repeat;
		z-index: 1;
}

.img-01 {
    background-image: url(https://rbc-lab.net/takasago/images/slide_1.png);
    animation: slide-animation-01 24s infinite;
    background-position: center;
}
.img-02 {
    background-image: url(https://rbc-lab.net/takasago/images/slide_2.png);
    animation: slide-animation-02 24s infinite;
    background-position: center;
}
.img-03 {
    background-image: url(https://rbc-lab.net/takasago/images/slide_3.png);
    animation: slide-animation-03 24s infinite;
    background-position: center;
}
.img-04 {
    background-image: url(https://rbc-lab.net/takasago/images/ms/slide_4.png);
    animation: slide-animation-04 24s infinite;
    background-position: center;
}
@keyframes slide-animation-01 {
    0% {opacity: 1; transform: scale(1.0);}
  30% {opacity: 1;}
  40% {opacity: 0; transform: scale(1.15);}
  90% {opacity: 0}
100% {opacity: 1; transform: scale(1.0);}
}
@keyframes slide-animation-02 {
    0% {opacity: 0;}
  30% {opacity: 0; transform: scale(1.1);}
  40% {opacity: 1;}
  60% {opacity: 1;}
  70% {opacity: 0; transform: scale(1.0);}
100% {opacity: 0;}
}
@keyframes slide-animation-03 {
    0% {opacity: 0;}
  50% {opacity: 0; transform: scale(1.0);}
  60% {opacity: 1;}
  80% {opacity: 1;}
100% {opacity: 0; transform: scale(1.1);}
}

@keyframes slide-animation-04 {
    0% {opacity: 0;}
  70% {opacity: 0;  transform: scale(1.0);}
  80% {opacity: 1;}
  95% {opacity: 1;}
100% {opacity: 0; transform: scale(1.1);}
}





.h_slider {
    
    position: relative;
 
	
}
.h_slider .h_m_logo {
  position: absolute;
  top: 50%;
  left: 50%;
	transform: translate(-50%,-50%)
}
.h_slider .h_m_logo img {
display: block;
    width: 50%;
    margin: 0 auto;
}
@media screen and (min-width:980px) {
    .h_slider {
    /*margin-left: -50vw;*/
   /* left:50%;  */
		
		
}
}


.h_slider img {
  width: 100%;
}


.h_slider object{
	position: relative;
    width:100%;
	
	height: 720px;
	 overflow-y: hidden;
    
  

    
}
.header_btm{
max-width: 1400px;
	position: relative;
    max-height: 90px;
    /* padding: 0 100px; */
	background:transparent;;
	z-index: 100;
padding-right: 5%;
	
}




.gnav{
	width:100%;
	display: flex;
    justify-content: flex-end;
    height: 90px;
    margin: 0 auto;
    

    align-items: center;
    padding: 0;
	z-index: 10;
	


}

.gnav li{
	width:100px;
	color:#fff;

	text-align: center;
}
.gnav li a{
	color:#fff;
	font-size:16px;
    
}
.gnav li a:hover{
	color:#ccc;
	font-size:16px;
    
}
.miryoku_area{
width:100%;
	margin:0 auto 150px auto;
    padding-bottom:50px;
	background:#FFFEF5;

}
.miryoku_title{
max-width:1200px;
	margin:0 auto 100px auto;
}
.miryoku_title img{
	
display: block;
width:600px;
	margin:0px auto 100px auto;
	padding-top:100px;
}
.miryoku1 {
	max-width:1200px;
    display: flex;
}
.miryoku {
	max-width:1200px;
    margin: 0 auto 110px auto;
	position: relative;
}

.miryoku1{
	display:flex;	
	justify-content: space-around
}
.miryoku2{
	display:flex;
	flex-direction: row-reverse;
	justify-content: space-around
	
}

.miryoku1 .mrk_left{
	position: relative;
    width: 27%;
    margin-right: 0px;
	margin-top: 20px;
	z-index: 20;
    

}
.miryoku2 .mrk_left{
	position: relative;
    width: 30%;
    margin-left: 0px;
	margin-top: 30px;
	z-index: 20;
    
}
.m_btn{
	margin-top:30px;
}
.mrk1_ {
    position: relative;
}

.mrk1_ {
    display: flex !important;
    visibility: visible !important;
    opacity: 1 !important;
}

/*
.mrk1_  .mrk_right::before{
	content:"";
	
	  width: 800px; 
  height: 800px; 
	 background-image: url("images/mrk1_bg.png");
  background-size: cover; 
  background-position: right;
	top:-200px;
  background-repeat: no-repeat;
  position: absolute; 
	 z-index: -1;
	top:-200px;
	    right: -150px;

}
.mrk2_ .mrk_right::before{
	content:"";
	
	  width: 560px;
  height: 560px; 
	 background-image: url("images/mrk2_bg.png");
  background-size: cover; 
  background-position: left;
  background-repeat: no-repeat;
  position: absolute; 
	 z-index: -1;
	    left: 0px;
	top:-77px;

}
.mrk3_ .mrk_right::before{
	content:"";
	
	  width: 560px; 
  height: 560px; 
	 background-image: url("images/mrk3_bg.png");
  background-size: cover; /
  background-position: right;
  background-repeat: no-repeat;
  position: absolute; 
	 
	  z-index: -1;
	top:-82px;
	    right: -30px;

}
.mrk4_ .mrk_right::before{
	content:"";
	
	  width: 560px;
  height: 560px; 
	 background-image: url("images/mrk4_bg.png");
  background-size: cover; 
  background-position: lrft;
  background-repeat: no-repeat;
  position: absolute; 
	  z-index: -1;
	    left: 0px;
	top:-77px;

}
*/
.mrk2_ .mrk_left img{
	margin-top:0px;
	margin-left:0px;
}
.mrk3_ .mrk_left img{
	margin-top:0px;
}
.mrk4_ .mrk_left img{
	margin-top:0px;
	margin-left:77px;
}
.miryoku1 .mrk_right img{
	padding:0px;
	
}
.miryoku2 .mrk_right img{
	padding:0px;
	
}

.mrk_right{
	  position: relative;
	z-index: 10;
}
.mrk_left img{
	position: relative;
	display: block;
	width:100%;
	z-index: 25;
}



.mrk_right{
	width:50%;
}
.mrk_right img{
	width:100%;
	z-index: 15;
	 position: relative;
}


 
.anim-box.fadein.is-animated {
  animation: fadeIn 0.7s cubic-bezier(0.33, 1, 0.68, 1) forwards;
}
 
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}


#room{
	
}
.room{
	width:100%;
    margin:-150px auto 150px auto;
    padding-top:150px;
	/*padding:0 100px;*/
	

}
.room_title{
	max-width:1200px;
	margin: 0 auto 100px auto;
    padding-top:60px;
	

	
}
.room_title img{
	display: block;
	width:600px;
	margin:0 auto;
}


.room_contents{
	max-width:1200px;
	margin: auto;
}
.room_list{
	margin-bottom:200px;
    
	
}

.room_name{
    
	border-left:8px solid #3A4C6E;
	padding-left:20px;
	margin-left:10px;
    
}
.room_name_b{
    margin-bottom: 10px;
font-family: "Noto Serif JP", serif;
  font-weight: 200;
  font-style: normal;
	color:#AFA748;
	font-size:30px;
	letter-spacing: 0.1;
	font-weight:200;
}
.room_name_s{
	width:600px;
	font-size:17px;
	padding:5px 5px;
	background:#f0f0f0;
	letter-spacing: 0.05;
}
.room_item{
	margin:100px auto;
}

.room_image{
	display: flex;
	align-items: center;
	margin-top:50px;
}



.room_image img{

	display: block;
	width:50%;

	margin:10px;

	
}
.room_btm{
	display: flex;
justify-content: space-between;

	margin-top:40px;
}
.rb_left{
	width:50%;
}
.room_disc{
padding:10px;
		
}
.rb_right{
	width:50%;
}
.rb_right img{
	display: block;

	width:90%;
	    margin: 0 auto;
}

.room_image_2{
	display: flex;
	align-items: flex-end
}

.ri2_left{
	width:50%;
}
.ri2_left img{
	display: block;
	width:100%;
	margin:10px;
	
}
.ri2_right{
	width:50%;
	margin-left:40px;
}
.ri2_right img{
    display: block;
    width: 100%;
	margin-top:60px;
    
}
.line{
	max-width:1200px;
	margin:0 auto;
	
}
.line img{
	width:100%;
	display: block;
}
.takasago_map{
	max-width:1200px;
	margin:0 auto;
	padding-bottom: 100px;
}
.map_title{
max-width:1200px;
	margin:0 auto 100px auto;
}

.map_title img{
	
display: block;
width:600px;
	margin:0px auto 100px auto;
	padding-top:100px;
}
.map_txt{
	width:700px;
	margin:0 auto;
	line-height: 2.5;
	text-align: center;
	
}

.map_list{
	max-width:1200px;
    display: flex;
}
.map_item{
    width:33%;
	margin-top:50px;
    padding:10px;
}
.map_name{
    height:33px;
	margin:50px auto;
	font-size:18px;
	text-align: center;
}
.map_item img{
	display: block;
	width:100%;
    cursor: pointer;
    
	
}




.ame_image_1{
	margin:100px auto 150px auto;
	width:100%;
}
.ame_image_2{
	margin:100px auto 150px auto;
	width:100%;
}
.ame_image_1 img{
	width:100%;
}
.ame_image_2 img{
	width:100%;
}





.room_acc{
	max-width:1200px;
	margin:50px auto 100px auto;	
}

.room_acc_contents{
	text-align: left;
	padding:60px;
	border:1px solid #696969;
	/*margin:50px 100px;*/
    margin:50px 0px;
	line-height: 2.0;
}

.breakfast{
	width:100%;
	
       /* width:100%;*/
	 margin-left:230px;
	
	/*padding:0 100px;*/
    padding-top:0px;
    padding-bottom:100px;
	margin: 100px auto;

}

.bf_title{
	max-width:1200px;
	margin:50px auto;


}

.bf_title img{
	width:700px;
	display: block;
	margin:0 auto;
	    padding-top: 0px;
}
.bf_area{
	width:1200px;
	margin:0 auto 80px auto;;
	border:1px solid #DDA0A0;
	padding:100px;
}
.bf_inner{
	max-width:100%;	
	margin:0 auto;
	display:flex;
}
.bf_left{
	width:50%;
	margin-right:60px;
}
.bf_ttl{
	font-size:28px;
	margin-bottom:40px;
}
.bf_txt{
	margin-bottom:40px;
}
.bf_ex{
	
}
.bf_right{
	width:50%;
}
.bf_right img{
	width:100%;
	
}
.dn_area{
	width:1200px;
	margin:0 auto 80px auto;;
	border:1px solid #DDA0A0;
	padding:100px;	
}
.dn_inner{
	max-width:100%;	
	margin:0 auto 30px auto;
	display:flex;
}
.dn_left{
	width:50%;
	margin-right:60px;	
}
.dn_left img{
		width:100%;
}
.dn_right{
	width:50%;
}
.dn_ttl{
	font-size:28px;
	margin-bottom:40px;
}
.bf_txt{
	margin-bottom:40px;
}
.bf_ex{
	margin-bottom:40px;
}
.dn_image{
	display:flex;
	
}
.dn_image img{
	width:30%;
	margin:10px auto;
}

.kids_area{
	width:1000px;
	margin:0 auto;
	
}
.kids_title{
	width:200px;
	margin:0 auto 50px auto;
	
}
.kids_title img{
	display: block;
	width:100%;
	margin:0 auto;
}
.kids_bbq{
	background: #FFFBDB;
	padding:100px 40px;
	margin-bottom:90px;
}
.kids_bbq_ttl{
	width:350px;
	margin-bottom:30px;
}
.kids_bbq_ttl img{
	width:100%;
}
.kids_bbq_list{
	display: flex;
	justify-content: space-around;
}
.kids_bbq_item{
	width:45%;
}
.kids_bbq_item>img{
	display:block;
	width:100%;
	margin-bottom:30px;
}
.kids_txt{
	display:block;
	width:100%;
}
.kids_txt img{
	display:block;
	width:100%;
}

.kids_menu{
	background: #FFFBDB;
	padding:100px 40px;

}
.kids_menu_ttl{
	width:350px;
	margin-bottom:30px;

}
.kids_menu_ttl img{
	display:block;
	width:100%;
	margin:0 auto;

}
.kids_menu_list{
	display:flex;
	    justify-content: space-around;
}
.kids_menu_item{
	width:45%;
}
.kids_menu_item>img{
	display:block;
	width:100%;
	margin-bottom:30px;
}
.kids_txt{
	display:block;
	width:100%;
}
.kids_txt img{
	display:block;
	width:100%;
}


.acc{
	max-width:1200px;
    margin:-100px auto 0px auto;
    padding-top:100px;
	

}
.acc_title{
/*width:500px;*/
    max-width:1400px;
	margin: 50px auto 100px auto;
	
}
.acc_title img{
	width:100%;
	display: block;
	width:600px;
	margin:0 auto 0px auto;
}

.acc_list{
	max-width:1200px;
	display: flex;
	    flex-wrap: wrap;
        justify-content: space-between;
}
.acc_item{
	width:45%;
	padding:10px;
	margin-bottom:50px;
}
.acc_item img{
	display: block;
	width:100%;
}
.acc_name{
	
	font-size:20px;
	font-weight:500px;
	text-align: center;
	margin-top:20px;
	padding-bottom:20px;
	border-bottom: 1px solid #ccc;
	padding:10px;
}
.acc_disc{
	padding:10px;
	letter-spacing: 0.05em;
	line-height: 2.0;
	font-size:14px;
	margin-top:10px;
}



.access{
	max-width:1200px;
   /* width:100%;*/
    padding-top:150px;
	margin: -150px auto 150px auto;
	/*padding:0 100px;*/
	
}
.access_title{
	/*width:500px;*/
    max-width:1200px;
	margin: 0px auto 100px auto;
}
.access_title img{
	/*width:500px;*/
    max-width:600px;
	display: block;
	margin: 30px auto;
}
.access_title img{
	width:100%;
	margin: auto;
}

.g_map{
	max-width:1000px;
        margin: 0 auto 50px auto;
}
.g_map iframe{
	width:100%;
	text-align: center;
}
.access_way{
	display: flex;
	justify-content: space-between;
	max-width:1000px;
	margin:0 auto;
	
}
.access_1{
	width:30%;
	border-left:1px solid #ccc;
	padding-right:20px;
	padding-left:20px;
}
.access_2{
	width:30%;
	border-left:1px solid #ccc;
padding-right:20px;
	padding-left:20px;
}
.access_3{
	width:30%;
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
padding-right:20px;
	padding-left:20px;
}

	

.acs_k{
	margin-top:30px;
	margin-bottom:30px;
}
.acs_k{
	display: block;
	width:90%;
}
.acs_disc{
	margin:20px auto;
}
.access_i a{
	text-decoration: none;
}

.parking{
	max-width:1000px;
	background: #f0f0f0;
	padding:50px;
	margin:50px auto 100px auto;
	
}
.parking img{
	display: block;
	width:200px;
	margin:0 auto;
}
.parking_b{
	font-size:20px;
	font-weight:500;
	text-align: center;
	margin:30px auto;
}
.parking_disc{
	text-align: center;
	font-size:13px;
}

footer{
	width:100%;
	margin:0 auto;
       /* width:100%;*/
	padding:50px 100px;
	background:#9D9494;
	


}

.footer_logo{
	width:300px;
	margin:0 auto;
}
.footer_logo img{
	display: block;
	width:100%;
}

.hotel_addr{
	text-align: center;
	margin:30px auto 0 auto;
	color:#fff;
	font-size:14px;
	font-weight:200;
}



	




.img-frame {
    position: relative;
    width: 100%;
    height: 700px;
    overflow: hidden;
    margin: 0 auto;
	z-index: 1;
}
.img-01, .img-02, .img-03, .img-04 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
	z-index: 1;
}
.img-frame .site_logo {
    position: absolute;
	width: 200px;
    top: 55%;
    left: 50%;
    transform: translate(-50%, -50%);
	z-index: 10;
}
.img-frame .site_logo img{
	width:100%;
}
.img-frame .site_catch {
    position: absolute;
	font-size:20px;
	color:#fff;
	width: 600px;
   top: 50%;
    left: 3%;
    transform: translate(-50%, -50%);
	z-index: 10;
}

.img-frame .site_catch img {

width:100%;
}


/*fede in*/


.element {
  /* 最初は非表示 */
  transform: translateY(30px);
  opacity: 0;
  visibility: hidden;
  transition: transform 1s, opacity 1s, visibility 1s;
  

}



/* フェードイン時に入るクラス */
.scrollin {
  transform: translateX(0);
  opacity: 1;
  visibility: visible;
}

#js-pagetop {
  position: fixed;
  bottom: 50px;
  right: 10px;
  cursor: pointer;
}


#js-pagetop a{
  background: #AFA748;
  color: #fff;
  padding: 50px 20px;
}


 /* MAPの画像拡大 */
  input[type="checkbox"] {
    display: none;
  }

  . img {
    width: 100%;
    cursor: pointer;
  }

  .overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.8);
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s;
  }

  .overlay img {
    margin-top: 100px;
    max-width: 80%;
    max-height: 80%;
    box-shadow: 0 0 10px #fff;
  }

  /* チェックが入ったらモーダル表示 */
#popup1:checked ~ .overlay1,
#popup2:checked ~ .overlay2,
#popup3:checked ~ .overlay3 {
    opacity: 1;
    pointer-events: auto;
  }



