/* 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: 'Noto Sans JP', sans-serif!important;
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;
}

.img-01 {
    background-image: url(https://rbc-lab.net/ms/images/slide_1.png);
    animation: slide-animation-01 24s infinite;
    background-position: center;
}
.img-02 {
    background-image: url(https://rbc-lab.net/ms/images/slide_2.png);
    animation: slide-animation-02 24s infinite;
    background-position: center;
}
.img-03 {
    background-image: url(https://rbc-lab.net/ms/images/slide_3.png);
    animation: slide-animation-03 24s infinite;
    background-position: center;
}
.img-04 {
    background-image: url(https://ms/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{
width: 100%;
    max-height: 90px;
    /* padding: 0 100px; */
	background:#A6BC9B;

}




.gnav{
	max-width:1200px;
    justify-content: space-evenly;
    height: 90px;
    margin: 0 auto;
    display: flex;

    align-items: center;
    padding: 0;
	


}

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

	text-align: center;
}
.gnav li a{
	color:#fff;
	font-size:16px;
}
.miryoku_area{
width:100%;
	margin:0 auto;
	background:#FFFEF5;
    padding-bottom:150px;
}
.miryoku_title{
max-width:1200px;
	margin:0 auto 100px auto;
    　　　padding-top:100px;
 
}
.miryoku_title img{
	
display: block;
width:600px;
	margin:0px 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: 50%;
    margin-right: 0px;
	margin-top: -60px;
	z-index: 20;
    

}
.miryoku2 .mrk_left{
	position: relative;
    width: 50%;
    margin-left: 0px;
	margin-top: 0px;
	z-index: 20;
    
}
.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("https://rbc-lab.net/ms/images/mrk1_bg.png");
  background-size: cover; /* contain, auto も使える */
  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("https://rbc-lab.net/ms/images/mrk2_bg.png");
  background-size: cover; /* contain, auto も使える */
  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("https://rbc-lab.net/ms/images/mrk3_bg.png");
  background-size: cover; /* contain, auto も使える */
  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("https://rbc-lab.net/ms/images/mrk4_bg.png");
  background-size: cover; /* contain, auto も使える */
  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:77px;
}
.mrk3_ .mrk_left img{
	margin-top:0px;
}
.mrk4_ .mrk_left img{
	margin-top:0px;
	margin-left:77px;
}
.miryoku1 .mrk_right img{
	padding:20px;
	
}
.miryoku2 .mrk_right img{
	padding:20px;
	margin-left: 37px;
}

.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;
}






#room{
	
}

.room{
	width:100%;
    margin:0px auto 150px auto;
	/*padding:0 100px;*/
	background: #FFF8F5;

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

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


.room_contents{
	max-width:1200px;
	margin: auto;
}
.room_list{
	margin-bottom:200px;
	
}
.room_item{
	display: flex;
	align-items: center;
	margin:100px auto 30px auto;
}
.room_item_left{
	width:50%;
	margin:20px;
}
.room_item_left img{
	display: block;
	margin:0 auto;
	width:100%;
	
}
.room_item_right{
	width:50%;
	margin:20px;
}
.room_item_right img{
	display: block;
	margin:0 auto;
	width:100%;
	
}
.room_disc{
	width:100%;
        padding-bottom: 150px;
		
}
.room_name{
	width:180px;
	margin:0 auto 50px auto;
}
.room_name img{
	width:100%;
	display: block;
	margin:0 auto;
}
.room_text{
	text-align:center;
	font-size:15px;
	font-family: 'Noto Sans JP', sans-serif;
}

.pet{
	width:150px;
	margin:0 auto;
	background:#FFD071;
	color:#fff;
	text-align:center;
	padding:10px 20px;
}
.pet_link{
	text-align:center;
	margin-bottom:50px;
	
	
}
.pet_link a{
	
}

.room_spec{
	width:400px;
	margin:30px auto;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 15px;
    color: #444;
    line-height: 1.9;
	
}
.room_spec dl{
    display: flex;
    flex-wrap: wrap;
     margin-bottom: 7px;
    padding: 0;
	border-bottom:1px #333 solid;
}
.room_spec dt{
    width: 30%;
    box-sizing: border-box;
    margin: 0;
    padding: 0.1em 0;
    letter-spacing: 0.03em;
    color: #222;
	font-weight:200;
	
}
.room_spec dd{
    width: 70%;
    box-sizing: border-box;
    margin: 0;
    padding: 0.1em 0;
    letter-spacing: 0.03em;
	font-weight:200;
}
.btn_r{
	width: 550px;
	display: block;
	text-align:center;
	padding:20px 80px;
    margin: 55px  auto 0 auto;
	
}
.btn_r1{
	border:2px solid  #FFB7BB; 
	color: #FFB7BB!important;
	background: #fff;	
}
.btn_r1 a{
    color: #FFB7BB!important;
}

.btn_r2{
	border:2px solid  #E6BA60; 
	color: #E6BA60!important;
	background: #fff;	
}
.btn_r2 a{
    color: #E6BA60!important;
}

.btn_r3{
	border:2px solid  #B38062; 
	color: #B38062!important;
	background: #fff;	
}
.btn_r3 a{
    color: #B38062!important;
}

.btn_r4{
	border:2px solid  #72C8E8; 
	color: #72C8E8!important;
	background: #fff;	
}
.btn_r4 a{
    color: #72C8E8!important;
}







.amenity{
	max-width:1100px;
	margin:0 auto 100px auto;
	padding-bottom: 100px;
}
.room_acc_title{
	font-size: 2.0em;
    font-weight:400;
	text-align: center;
	margin:100px auto 50px auto;
}

.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{
    position: relative;
	max-width:1200px;
    width:100%;
	margin:0 auto 80px auto;;
	border:1px solid #DDA0A0;
	padding:100px;
}
.bf_area::before{
    content: "";
    position: absolute;
    top: -66px;
    left: -42px;
    width: 500px; /* 必要に応じてサイズ調整 */
    height: 200px;
    background-image: url(https://rbc-lab.net/ms/images/line_1.png);
    background-repeat: no-repeat;
    background-position: left;
    background-size: contain; /* 画像サイズに合わせて調整 */   
    
}
.bf_inner{
	max-width:100%;	
	margin:0 auto;
	display:flex;
}
.bf_left{
	width:50%;
	margin-right:60px;
}

.bf_ttl{
    position: relative;
	font-size:28px;
	margin-bottom:40px;
}
.bf_ttl::before{
    content: "";
    position: absolute;
    top: -104px;
    left: -15px;
    width: 500px; /* 必要に応じてサイズ調整 */
    height: 200px;
    background-image: url(https://rbc-lab.net/ms/images/morning.png);
    background-repeat: no-repeat;
    background-position: right;
    background-size: contain; /* 画像サイズに合わせて調整 */

}
.bf_txt{
	margin-bottom:40px;
}
.bf_ex{
	
}
.bf_right{
	width:50%;
}
.bf_right img{
	width:100%;
	
}
.dn_area{
    position: relative;
	max-width:1200px;
    width:100%;
	margin:0 auto 80px auto;;
	border:1px solid #DDA0A0;
	padding:100px;	
}

.dn_area::before{
    content: "";
    position: absolute;
    top: -50px;
    right: -36px;
    width: 500px; /* 必要に応じてサイズ調整 */
    height: 200px;
    background-image: url(https://rbc-lab.net/ms/images/line_2.png);
    background-repeat: no-repeat;
    background-position: right;
    background-size: contain; /* 画像サイズに合わせて調整 */   
    
}
.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{
    position: relative;
	font-size:28px;
	margin-bottom:40px;
}
.dn_ttl::before{
    content: "";
    position: absolute;
    top: -104px;
    right: -38px;
    width: 500px; /* 必要に応じてサイズ調整 */
    height: 200px;
    background-image: url(https://rbc-lab.net/ms/images/dinner.png);
    background-repeat: no-repeat;
    background-position: right;
    background-size: contain; /* 画像サイズに合わせて調整 */

}
.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:0 auto;	
	padding:50px 50px 0 50px;

}
.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;
}

.area_map{
	max-width:1200px;
	margin:0 auto;
}
.area_map img{
	max-width:1000px;
	display: block;
	margin:0 auto;
}
.acc_disc{
	font-size:15px;
	text-align:center;
	color:#333;
}

.activities{
	max-width:1200px;
    width:100%;
	margin:100px auto 130px auto;
}
.activities_title{
	width:700px;
	margin:0 auto 100px auto;
}
.activities_title img{
	width:100%;
	margin:0 auto;
}

.act_contents{
	max-width:1200px;
    width:100%;
	margin:0 auto;
}


.act_list{
	display: flex;
	flex-wrap: wrap;
	max-width:1200px;
	margin:0 auto;
	padding-bottom:70px;
}
.act_list li{
	width:29%;
	margin: 0 auto 50px auto;
	
}
.act_list li img{
	width:100%;
}
.act_disc{
	
}

.act_name{
	font-family: 'Noto Sans JP', sans-serif;
	text-align: center;
	/*font-size: 2.0em;*/
    font-size: 1.4em;
	font-weight:600;
	margin-bottom:30px;
	
margin-top:10px;
}
.act_btn{
width:100%;
	border:#ccc solid 1px;
	padding:10px;
	text-align: center;

}

.access{
	max-width:1200px;
   /* width:100%;*/
	margin: 0px 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;
}
.access_contents{
	display: block;
	max-width: 1000px;
	margin:0 auto;
}
.access_1{
	max-width:1200px;
	margin: 100px auto;
}
.access_1 img{
	width:100%;
	display: block;
	margin: 0 auto;
}


footer{
	max-width:1200px;
	margin:0 auto;
       /* width:100%;*/
	padding:50px 100px;
	background:#A6BC9B;
	display: flex;
    justify-content: space-between;


}
.footer_left{
	width:50%;
}

.hotel_name{
	font-size:25px;
	color:#fff;
}
.hotel_addr{
	color:#fff;
}
.footer_right{
	width:30%;
}
.footer_right img{
	display:block;
	width:300px;
}

	




.img-frame {
    position: relative;
    width: 100%;
    height: 700px;
    overflow: hidden;
    margin: 0 auto;
}
.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;
}
/*.img-frame .site_logo {
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
}*/
.img-frame .site_catch {
    position: absolute;
	width: 600px;
   top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.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: 150px;
  cursor: pointer;
}


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