@charset "utf-8";
/*============================================
=============================================*/

#event .top {
    margin-bottom: 0px;
}
/*背景スライドショー*/
.bg-slider{
    
    width: 770px;
    height: 375px;
}
.bg-slider-title{
    width: 508px;
    margin: 0 auto;
    padding: 67px 0 0;
}
/*ページ内リンクナビゲーション*/
.nav_area{
    padding: 25px 0;
    background-color: #d8d8d8;
    margin: 10px 0 25px 0;
}
ul.nav_water{
    display: table;
    table-layout: fixed;
    width: 100%;
    border-collapse: separate;
    border-spacing: 20px 0;
}
ul.nav_water li{
    display: table-cell;
}
ul.nav_water li a{
    display: block;
    border-radius: 39px;
    padding: 15px;
    color: #fff;
    text-align: center;
    background-color: #333;
    border: 1px solid #ffffff;
    box-sizing: border-box;
}
ul.nav_water li a:hover{
    opacity: 1;
    background-color: #4c4b4b;
}
ul.nav_water li a span{
    position: relative;
    padding: 0 20px;
}
ul.nav_water li a span:before{
	left: 0;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	border-top-color: #fff;
	border-width: 5px;
	margin-top: -4px;
}
ul.nav_water li a span:after{
	right: 0;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	border-top-color: #fff;
	border-width: 5px;
	margin-top: -4px;
}
/*h2*/
#contents h2 {
    padding: 15px 10px 15px 10px;
    font-size: 2.8rem;
    text-align: center;
    color: #333;
    letter-spacing: normal;
}

#contents h2 span.decoration{
    display: inline-block;
    padding: 0 50px;
    position: relative;
    font-weight: normal;
}
#contents h2 span.decoration:before{
    content: "";
    display: inline-block;
    background: url(https://couples.jp/article/event/2025/camp/13_monkeyshotel/img/mark.png) no-repeat;
    background-size: 40px 10px;
    width: 40px;
    height: 10px;
    position: absolute;
    top: 36%;
    left: 0;
}
#contents h2 span.decoration:after{
    content: "";
    display: inline-block;
    background: url(https://couples.jp/article/event/2025/camp/13_monkeyshotel/img/mark.png) no-repeat;
    background-size: 40px 10px;
    width: 40px;
    height: 10px;
    position: absolute;
    top: 36%;
    right: 0;
}
/*ホテル紹介*/
.hotel_box{
	display: flex;
	gap: 10px;
    overflow: hidden;
}
.hotel_box .hotel_img{
	width: 50%;
}
.hotel_box .hotel_img img{
	width: 100%;
	height: auto;
}
.hotel_detail{
    display: block;
	width: 50%;
    border: 1px solid #ccc;
    padding: 11px 15px;
	box-sizing: border-box;
}
.hotel_detail a {
    font-weight: bold;
    font-size: 1.8rem;
    display: block;
}
.hotel_detail a span{
    display: block;
    font-weight: normal;
    font-size: 1.2rem;
}
.hotel_detail ul{
    font-size: 1.2rem;
    color: #6A6A6A;
    margin-bottom: 10px;
    
}
.hotel_detail ul li{
    display: table;
    margin-bottom: 2px;
    
}
.hotel_detail ul li span{
    display: table-cell;
    width: 70px;
}
.hotel_detail a.detail{
    display: block;
    text-align: center;
    padding: 10px;
    color: #fff;
    background-color: #2990df;
    border-radius: 3px;
    font-size: 1.4rem;
    font-weight: normal;
    margin-bottom: 0;
}
.hotel_detail a.detail:hover{
    background-color: #58b4f0
}


/*コンテンツ
--------------------------------------------------*/
#contents {
    padding: 10px 0;
    color: #2B2B2B;
}
.intro{
    margin-bottom: 30px;
}
#contents .hotel .intro p {
    font-size: 1.4rem;
    padding: 15px 0;
    letter-spacing: normal;
    color: #575757;
    line-height: 1.7;
}

#contents .hotel .intro .room360{
    width: 100%;
    height: 400px;
}
/*フッタ
--------------------------------------------------*/
p.end {
    font-size: 11px;
    text-align: right;
    padding-top: 10px;
}
/*調整*/
#event input[type="submit"]{
    border-radius: 5px!important;
}
.m_cl {
    background-color: #333;
}

.camp_form h2{
    background-color: #333!important;
}
.nav{
    display: none;
}