@charset "utf-8";
#event{
    color:#333333;
    position: relative;
    overflow: hidden;
}
.nav {
	display:none;
}
.hotel .category {
    margin-bottom: 20px;
}
.top{
    display: none;
}
#page-top {
    display: none;
}


/* アニメーションのキーフレーム定義 */
/* rotate-360 という名前のアニメーションを定義します */
@keyframes rotate-360 {
     0% {
        transform: translateX(-50%) rotate(0deg); /*left: 50%と組み合わせ 水平方向に中央寄せ*/
    }
    100% {
        transform: translateX(-50%) rotate(360deg);
    }
}

/* 画像にアニメーションを適用 */
.rotating_image {
    /* 画像のサイズ調整 (デモ用に設定) */
    width: 1000px;
    height: 1000px;
    display: block; /* 中央寄せのためにブロック要素化 */
    position: absolute;
    top: -800px;
    left: 50%; /* 親要素の左端から50%の位置 */
    transform-origin: center center; /* transformプロパティ（rotateなど）の基準となる点を要素の中心に設定 画像は自身の中心を軸に回転*/
    z-index: 10;
    animation: rotate-360 80s linear infinite; 
}

.xmas_title {
    z-index: 20;
    position: absolute;
    top: 5px;
    height: auto;  
}

/*エリアから探す*/
.xmas_area{
    background: url(https://couples.jp/article/event/2025/camp/11_xmas/img/bg.png) no-repeat center top;
    background-color: #033124;
    background-size: 100% auto;
    width: 90%;
    margin: 0 auto 10px auto;
    border-radius: 10px;
    box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.32);
    padding: 30px;
}
.xmas_changeText{
    margin: 0 auto 40px auto;
    width: 90%;
    text-align: right;
    color: #c20d0d;
}
.camp-prefecture{    
}
.camp-prefecture::before {
    content: "";
    display: inline-block;
    width: 22px;
    height: 23px;
    position: absolute;
    left: 18px;
    top: 2px;
    background: url(https://couples.jp/article/event/2025/camp/11_xmas/img/icon_present.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left bottom;
}

.xmas_prefectures{
    text-align: center;
    margin-bottom: 20px;
}
.xmas_prefectures span{
    display: inline-block;
    padding: 8px 35px 5px 35px;
    border-radius: 3px;
    background: url('https://couples.jp/article/event/2025/camp/11_xmas/img/title_bg.png') repeat center center;
    color: #ffffff;
    font-size: 2rem;
}
ul.xmas_areaList {
    /* margin: 0px 20px 0px 225px; */
    /* padding: 26px 0px; */
    font-size: 1.6rem;
}
ul.xmas_areaList li{
    overflow: hidden;
    margin-bottom: 9px;
}
ul.xmas_areaList li span{
    font-weight: bold;
    color: #fff;
    display: inline-block;
    width: 110px;
}
ul.xmas_areaList li a{
    display: inline-block;
    margin-right: 13px;
    color: #fff006;
    text-decoration: underline;
}
ul.xmas_areaList li a:hover{
    color: #bffffe;
}




.camp-hotelArea{
    margin-bottom: 50px;
}

.camp-hotelArea h2{
    position: relative;
    font-weight: bold;
    font-size: 2rem;
    color: #bf0000;
    padding: 1px 10px 1px 44px;
    background-repeat: repeat-x, no-repeat;
    margin: 30px 0 0 0;
    background-position: bottom, left 5px top 2px;
    background-color: #ffffff;
    border-bottom: 2px #bf0000 solid;
}


.camp-hotelList{
    padding: 10px 10px 1px 10px;
    background-color: #fbe7e9;
}
.camp-hotelList dt{
    border-radius: 3px;
    border: 1px solid #ccc;
    margin: 0 0px 7px 0px;
    font-weight:  bold;
    background-color: #fff;
    line-height: 2;
    cursor:pointer;
}
.camp-hotelList dt span{
    padding: 5px 40px 5px 7px;
}
.camp-hotelList dt span span.camp_toggleArea{
    padding: 0;
    display: inline-block;
}
.camp-hotelList dt span span.areaname{
    display: inline-block;
    padding: 1px 7px 0px 7px!important;
    background-color: #024b00;
    font-size: 1.2rem;
    color: #fff;
    margin: 0 2px 0 0;
    border-radius: 3px;
    font-weight: normal;
}
.camp-hotelList dd{
    background-color: #ffffff;
    display: none;
    padding: 10px;
    margin: 0 0px 20px 0px;
    border-radius: 5px;
    border: 1px solid #ccc;
}
.camp-intro{
    display: table;
    table-layout: fixed;
    width: 100%;
}
.camp-intro__pic{
    display: table-cell;
}
.camp-intro__pic img{
    width: 100%;
    height: auto;
}
.camp-intro__text{
    padding: 10px 7px;
    border-bottom: 1px solid #e7e7e7;
}
.camp-hotel{
    margin: 10px 0 0 0 ;
    border-bottom: 1px solid #e7e7e7;
}
.camp-hotel p{
    margin-bottom: 7px;
}
.camp-hotel ul{
    margin-bottom: 15px;
}
.camp-hotel li{
    margin-bottom: 7px;
}
.camp-hotel li a{
    display: table;
    text-decoration: none;
    color: #298cea;
}
.camp-hotel li a span.area{
    display: table-cell;
    font-size: 1.2rem;
    color: #555;
    background-color: #f2f2f2;
    border-radius: 3px;
    padding: 2px 10px 0px 10px;
    vertical-align: middle;
}
.camp-hotel li a span.name{
    margin-left: 10px;
    display: block;
    color: #fa3c50;
    vertical-align: middle;
    text-decoration: underline;
}
.camp-hotel li a:hover span.name{
    color: #298cea;
}
.camp-terms{
    margin: 10px 0 0 0 ;
}
.camp-terms__time{
    margin-bottom: 14px;
    font-weight: bold;
}
.camp-terms ul{
    margin-bottom: 20px;
    font-size: 1.3rem;
}
.camp-terms li{
    text-indent: -1em;
    padding-left: 1em;
}
.camp-btn{
    
}
a.application_btn{
    display: block;
    background-color: #fa3c50;
    width: 200px;
    text-align: center;
    margin: 10px auto;
    padding: 10px 0;
    border-radius: 50px;
    font-size: 2.1rem;
    font-weight: bold;
    color: #fff;
}
a.application_btn:hover{
    background-color: #2990df;
    color: #fff;
}
p.group{
    padding: 7px 10px;
    border: 1px solid #fa3c50;
    color: #fa3c50;
    font-size: 1.2rem;
    margin-bottom: 15px;
}
a.group_link{
    display: block;
    width: 100%;
    margin-top: 25px;
}
a.group_link img{
    width: 100%;
    height: auto;
}


p.group_bnr {
    padding: 7px 10px;
    color: #fa3c50;
    font-size: 1.2rem;
    margin-bottom: 15px;
}
a.p.group_bnr {
    display: block;
    width: 100%;
    margin-top: 10px;
}
a.p.group_bnr img{
    width: 100%;
    height: auto;
}


.camp-comment{
    margin: 10px 10px 0 10px ;
    background-color: #f7f4f2;
    padding: 10px;
    border-radius: 3px;
}
.camp_note h2,
.camp_form h2,
.camp_form dt span{
    background-color: #bf0000;
}
.camp_form dt span{
	padding: 8px 5px 6px 0 !important;
}
.camp_form input[type="submit"]{
    border: 1px solid #bf0000;
    background-color: #bf0000;
}

ul.list01 {
    margin: 0px 0 25px 0;
}

#event input[type="button"], #event input[type="submit"] {
    -webkit-appearance: none;
    border-radius: 5px!important;
}

.mt-0{
    margin-top: 0!important;
}

.camp_form select{
    border: 1px solid #a9a9a9;
}


.camp_form textarea {
    height: 80px;
}
.camp_form .present01_Area select,
.camp_form .present02_Area select,
.camp_form .present03_Area select{
    width: 500px;
}
.camp_form .present01_Area .select_pull::before,
.camp_form .present02_Area .select_pull::before,
.camp_form .present03_Area .select_pull::before {
    left: 470px;
}


