@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Newsreader:opsz,wght@6..72,600&display=swap');

:root{
	--commonPadding: 70px 0 80px 0;
	--MainColor: #4d6b96;
}

.commonTtl{
	text-align: center;
	color: var(--MainColor);
	margin-bottom: 50px;
}
.commonTtl .deco{
	margin-bottom: 8px;
}
.commonTtl .deco img{
	width: 180px;
}
.commonTtl .main{
	font-style: italic;
	font-size: 34px;
}
.commonTtl .sub{
	margin-top: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 17px;
}
.commonTtl .sub span{
	width: 50px;
}
.commonTtl .sub span img{
	width: 100%;
}
.commonTtl .sub span + span{
	width: auto;
	display: inline-block;
	margin-left: 4px;
}

.owl-theme .owl-controls{
    margin-top: 0;
}

/*--------------------------------------MVbackphoto*/
.MVbackphoto{width: 100%;overflow: hidden;margin-bottom: 3px;}
.MVbackphoto .slick-list{
	padding: 0 !important;
}
.MVbackphoto .slick-list li{
	width: 600px;
	position: relative;
	margin: 0px 0 0 3px;
}
.MVbackphoto li .img{}
.MVbackphoto li .img img{
	width: 100%;
}
.MVbackphoto li .caption{
	background-color: #000;
	color: #fff;
	font-size: 12px;
	position: absolute;
	bottom: 10px;
	left: 10px;
	padding: 0 3px;
}

/*-----------------------#MV*/
#MV{
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	background-image: linear-gradient(-20deg, #2b5876 0%, #4e4376 100%);
	padding: 50px 0;
}
#MV .Inner{text-align: center;flex: 1;}
#MV .Inner h1{
	color: #fff;
	margin-bottom: 30px;
}
#MV .Inner h1:after{content:"";width: 50px;height: 2px;background-color: #fff;display: block;margin: 0 auto;margin-top: 30px;}
#MV .Inner h1 .sub{
    font-size: 20px;
    padding-bottom: 4px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
#MV .Inner h1 .main{
    font-size: 37px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    padding: 0 50px;
}
#MV .Inner h1 span{
    font-style: italic;
}
#MV .Inner .txt{
	font-size: 16px;
	margin-bottom: 30px;
	line-height: 2;
	color: #fff;
}
#MV .Inner .txt br{}
#MV .Inner .btn a{
	display: inline-block;
	position: relative;
	color: #b66666;
	text-decoration: none;
	font-size: 20px;
	padding: 15px 140px;
	border: 1px solid;
}
#MV .Inner .btn a:hover{
	background-color: #b66666;
	color: #fff;
}
#MV .Inner .btn a:after{position: absolute;right: 8px;top:50%;margin-top:-0.5em;content: "\f107";font-family:FontAwesome;line-height: 1}
#MV .Visual{height: 100%;width: 56%;max-width: 900px;}
#MV #container{
	height: 100%;
}
#MV #theTarget{}
#MV #theTarget div{
    height: 560px;
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: cover;
}
#MV .skippr-nav-container{ display:none}
#MV .skippr-previous{
    left: 2%;
}
#MV .skippr-next{
    right: 3%;
}
#MV #theTarget .MV01{ background-image: url(../images/MV01.webp)}
#MV #theTarget .MV02{ background-image: url(../images/MV02.webp)}
#MV #theTarget .MV03{ background-image: url(../images/MV03.webp)}
#MV #theTarget .MV04{ background-image: url(../images/MV04.webp)}
#MV #theTarget .MV05{ background-image: url(../images/MV05.webp)}

#MV #theTarget .caption{
	background-color: rgb(0 0 0 / 80%);
	color: #fff;
	position: absolute;
	bottom: 0;
	right: 0;
	padding: 0px 5px;
}



/*-----------------------Item--*/
#Item{
    background-color: #efefef;
    padding: 40px 0px 70px 0px;
}
#Item h2{}

#Item .Inner{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	row-gap: 20px;
	margin: 0 auto;
	width: 1000px;
}
#Item .Entry{-webkit-transition: all .3s ease-out;width: 100%;margin-bottom: 25px;box-sizing: border-box;box-shadow: 0 0 4px rgb(0 0 0 / 40%);background-color: #fff;padding: 30px;display: flex;flex-direction: column;border-radius: 3px;position: relative;}
#Item .Entry + .Entry{
}
#Item .Entry .Head{
    display: flex;
}
#Item .Entry .photo{-webkit-transition: all .3s ease-out;position: relative;width: 310px;align-self: baseline;min-height: 0%;}
#Item .Entry .photo .img{position: relative;line-height: 0;}
#Item .Entry .photo .img img{
	width: 100%;
}
#Item .Entry .dst{
	background-color: #646e87;
	color: #fff;
	line-height: 1;
	padding: 5px 8px;
	font-weight: bold;
	display: inline-block;
	font-size: 13px;
	margin-bottom: 10px;
}
#Item .Entry .photo .caption{
    font-size: 10px;
    padding-top: 3px;
    position: absolute;
    bottom: 5px;
    left: 5px;
    background-color: #000;
    color: #fff;
    line-height: 1.2;
    padding: 2px 2px;
}

#Item .Entry .main{flex: 1;padding-left: 20px;}

#Item .Entry .main .icon{
    display: flex;
    margin-bottom: 3px;
    flex-wrap: wrap;
}

#Item .Entry .main .icon li{
    margin-right: 5px;
    padding: 4px 5px;
    line-height: 1;
    border: 1px solid #bbbbbb;
    margin-bottom: 5px;
    border-radius: 2px;
    font-size: 12px;
    color: #5c5c5c;
    border-radius: 2px;
    font-weight: bold;
}
#Item .Entry .main .icon li + li{}
#Item .Entry .main .icon .dept{
}

#Item .Entry .main .icon .qua{background: rgb(163,152,53);background: -moz-linear-gradient(left, rgba(163,152,53,1) 0%, rgba(186,177,61,1) 50%, rgba(163,152,53,1) 100%);background: -webkit-linear-gradient(left, rgba(163,152,53,1) 0%,rgba(186,177,61,1) 50%,rgba(163,152,53,1) 100%);background: linear-gradient(to right, rgba(163,152,53,1) 0%,rgba(186,177,61,1) 50%,rgba(163,152,53,1) 100%);filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a39835', endColorstr='#a39835',GradientType=1 );color: #fff;border: none;padding: 3px 6px;}

#Item .Entry .main .icon .highlight{
    background: #b5af42;
    border-color: #b5af42;
    color: #fff;
    font-weight: bold;
}

#Item .Entry .main .icon .dinner{
    background: #c483da;
    border-color: #c483da;
    color: #fff;
    font-weight: bold;
}
#Item .Entry .main .icon .dog{
    background: #7cd783;
    border-color: #7cd783;
    color: #fff;
    font-weight: bold;
}
#Item .Entry .main .icon .spa{
    background: #69cfd9;
    border-color: #69cfd9;
    color: #fff;
    font-weight: bold;
}
#Item .Entry .main .icon .sauna{
    background: #8095e0;
    border-color: #8095e0;
    color: #fff;
    font-weight: bold;
}
#Item .Entry .main .icon .kids{
    background: #e2a637;
    border-color: #e2a637;
    color: #fff;
    font-weight: bold;
}

#Item .Entry .main h3{
    font-size: 21px;
    letter-spacing: 0;
    line-height: 1.5;
}
#Item .Entry .main h4{
    font-size: 17px;
    line-height: 1.5;
    margin-bottom: 7px;
    font-weight: bold;
}

#Item .Entry .charm{
    color: #444444;
    font-weight: 500;
    line-height: 1.6;
    font-size: 13.5px;
    background-color: #f1f1f1;
    padding: 18px 10px 8px 10px;
    border: 1px solid #ccc;
    width: 100%;
    margin-top: 25px;
    align-self: flex-start;
    border-radius: 3px;
    box-sizing: border-box;
    letter-spacing: 0.5px;
    position: relative;
}
#Item .Entry .charm span{
    background-color: var(--MainColor);
    color: #fff;
    line-height: 1;
    display: inline-block;
    padding: 2px 5px 3px 5px;
    font-size: 13px;
    font-weight: bold;
    position: absolute;
    top: -4px;
    transform: rotate(-4deg);
    left: -7px;
}
#Item .Entry .charm strong{
    color: var(--MainColor);
    font-size: 14px;
}
#Item .Entry .data{
    display: flex;
    flex-wrap: wrap;
    margin-top: 14px;
}
#Item .Entry .data .dataIn{margin-right: 48px;}
#Item .Entry .data .arrange{
    border: 1px solid #dfbfbf;
    margin-bottom: 20px;
    display: flex;
}
#Item .Entry .data .arrange dt{
    background-color: #d91b1b;
    color: #fff;
    font-weight: bold;
    font-size: 11px;
    text-align: center;
    width: 4em;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 4px 6px;
    line-height: 1.4;
}
#Item .Entry .data .arrange dd{
    flex: 1;
    padding: 6px 10px;
    color: #d91b1b;
    font-size: 13px;
    font-weight: bold;
    line-height: 1.4;
}
#Item .Entry .data .arrange dd strong{
    font-size: 110%;
}
#Item .Entry .data .arrange dd span{
    font-size: 12px;
    /* display: block; */
    font-weight: normal;
    padding-top: 2px;
}

#Item .Entry .data .price{
    margin-bottom: 3px;
    }

#Item .Entry .data .price dt{font-size: 37px;line-height: 1;margin-bottom: 3px;letter-spacing: 0;font-family: "Newsreader", serif;color: #df4242;}
#Item .Entry .data .price dt span{font-family: initial;font-size: 15px;font-weight: bold;}
#Item .Entry .data .price dd{
    font-size: 13px;
}

#Item .Entry .data .date{
	font-size: 16px;
	line-height: 1.5;
	font-weight: bold;
}

#Item .Entry .data .detailBtn{flex: 1;white-space: nowrap;}
#Item .Entry .data .option + .date + .detailBtn{
    margin-top: -70px;
    width: 210px;
}
#Item .Entry .data .detailBtn a{
    display: block;
    position: relative;
    background-color: var(--MainColor);
    text-decoration: none;
    border-radius: 2px;
    padding: 10px 25px;
    font-weight: bold;
    border: 2px solid var(--MainColor);
    text-align: center;
    color: #fff;
    font-size: 15px;
    display: flex;
    height: 100%;
    box-sizing: border-box;
    align-items: center;
    justify-content: center;
}
#Item .Entry .data .option + .date + .detailBtn a{}

#Item .Entry .data .detailBtn a:after{position: absolute;right: 8px;top:50%;font-weight: normal;margin-top:-0.5em;content:"\f105";font-family:FontAwesome;line-height: 1;}
#Item .Entry:hover{
	cursor: pointer;
	border-color: #2b4993;
}
#Item .Entry:hover .photo{
	opacity: 0.6;
}
#Item .Entry:hover .data .detailBtn a{
    background-color: inherit;
    color: var(--MainColor);
}
#Item .Entry:hover .main h3{
}

/*----------------------------------------------Qualita*/
#Qualita{
    text-align: center;
    padding: var(--commonPadding);
    background-color: #efefef;
}
#Qualita h2{
}
#Qualita .Inner{
    text-align: left;
    width: 1000px;
    margin: 0 auto;
    display: flex;
}
#Qualita .Inner .main{
    padding-right: 40px;
    flex: 1;
}
#Qualita .Inner .main .infoTxt{}
#Qualita .Inner .main .infoTxt dt{
    line-height: 1.6;
    padding-bottom: 15px;
    color: var(--MainColor);
}
#Qualita .Inner .main .infoTxt dt span{
    display: block;
    font-size: 20px;
}
#Qualita .Inner .main .infoTxt dd{
    font-size: 15px;
    line-height: 1.8;
}
#Qualita .Inner .main .btn{margin-top: 20px;}
#Qualita .Inner .main .btn a{
    background-color: var(--MainColor);
    padding: 15px 40px;
    margin: 3px;
    border-radius: 2px;
    color: #fff;
    text-decoration: none;
    display: inline-block;
    border: 1px solid var(--MainColor);
    position: relative;
}
#Qualita .Inner .main .btn a:after{position: absolute;right: 8px; top:50%; margin-top:-0.5em;content:"\f105"; font-family:FontAwesome; line-height: 1}
#Qualita .Inner .main .btn a:hover{background-color: inherit;color: var(--MainColor);}
#Qualita .Inner .photo{
    width: 400px;
    margin-top: 10px;
}
#Qualita .Inner .photo img{
    width: 100%;
}




/*---------------------------------Contact*/
#Contact{background-image: url(/music/special/asset/newyear/images/bg_contact.jpg);position: relative;background-position: center top;background-repeat: no-repeat;background-size: cover;text-align: center;padding: 60px 0;color: #fff;}
#Contact h2{
	color: #fff;
}
#Contact .official{width: 100%;margin: 0 auto;background-color: rgb(0 0 0 / 70%);text-align: center;padding: 20px;box-sizing: border-box;}
#Contact .official a{
    display: inline-block;
    font-size: 15px;
    /* border: 2px solid #fff; */
    border-radius: 3px;
    padding: 0 40px;
}
#Contact .official a:hover{
    color: #9c82a3;
}
#Contact .Inner{
    width: 800px;
    margin: 0 auto;
    padding-bottom: 40px;
}
#Contact .Inner .caution{
    font-size: 12px;
    padding-top: 50px;
}
#Contact .Inner .tel{position: relative;}
#Contact .Inner .tel dt{
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 10px;
    width: 100%;
}
#Contact .Inner .tel dd{
}
#Contact .Inner .tel dd strong{
    font-size: 50px;
    line-height: 1;
    /* letter-spacing: 3.5px; */
}
#Contact .Inner .tel dd span{
    padding-top: 10px;
    padding-left: 10px;
    display: block;
}
#Contact .Inner .tel .atte{
    padding-top: 12px;
    font-size: 13px;
    padding-left: 20px;
}
#Contact .Inner .tel .txt{
    padding-top: 20px;
}
#Contact .Inner .btn{
    display: flex;
    justify-content: center;
    width: 720px;
    margin: 0 auto;
    margin-top: 40px;
}
#Contact .Inner .btn li{border-radius: 3px;flex: 1;}
#Contact .Inner .btn li + li{
    margin-left: 45px;
}
#Contact .Inner .btn a{
    background-color: #9f9360;
    padding: 15px 70px;
    margin: 3px;
    border-radius: 2px;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    display: block;
    text-decoration: none;
    position: relative;
}
#Contact .Inner .btn a:after{position: absolute;right: 8px; top:50%; margin-top:-0.5em;content:"\f105"; font-family:FontAwesome; line-height: 1}

#Contact .Inner .btn a:hover{
    background-color: #615a3c;
}
#Contact .Inner .Attention.Notice{
    border: 2px solid #fff;
    margin-top: 30px;
    padding: 20px 30px;
}
#Contact .Inner .Attention.Notice dl{}
#Contact .Inner .Attention.Notice dt{
    color: #d4cb9a;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
}
#Contact .Inner .Attention.Notice dd{
    font-size: 14px;
}
#Contact .Inner .Attention.Notice dd strong{
    color: #d4cb9a;
}

@media (min-width: 751px) {
a[href*="tel:"] {pointer-events: none;cursor: text;text-decoration: none;color: #fff;}
}

/*---------------------------Intro*/
#Intro{
    padding: var(--commonPadding);
    width: 1000px;
    margin: 0 auto;
}
#Intro .Entry{
    display: flex;
    justify-content: space-between;
    column-gap: 40px;
    align-items: center;
}
#Intro .Entry + .Entry{
    margin-top: 50px;
}
#Intro .Entry:nth-of-type(even){
    flex-direction: row-reverse;
}
#Intro .Entry .Main{
    flex: 1;
    margin-bottom: 2em;
}
#Intro .Entry .Main h3{
    color: var(--MainColor);
    display: flex;
    flex-direction: column;
    margin-bottom: 15px;
    row-gap: 5px;
}
#Intro .Entry .Main h3 span{
    font-size: 24px;
}
#Intro .Entry .Main h3 span + span{
    font-size: 17px;
}
#Intro .Entry .Main .txt{
    font-size: 15px;
    line-height: 1.8;
}
#Intro .Entry .photo{
    width: 430px;
}
#Intro .Entry .photo .img{
    line-height: 0;
}
#Intro .Entry .photo .img img{
    width: 100%;
}
#Intro .Entry .photo .caption{
    font-size: 12px;
}

/*---------------------------Bn*/
#Bn{
    background-image: linear-gradient(-20deg, #2b5876 0%, #4e4376 100%);
    padding: var(--commonPadding);
}
#Bn dl{
    width: 1000px;
    margin:  auto;
    text-align: center;
    color: #fff;
}
#Bn dl + dl{
    margin-top: 40px;
    padding-top: 20px;
    border-top: 1px solid rgb(255 255 255 / 50%);
}
#Bn dt{
    font-size: 22px;
    display: flex;
    flex-direction: column;
    margin-bottom: 25px;
}
#Bn dt span{}
#Bn dt span + span{
    font-size: 80%;
}
#Bn dd{}
#Bn ul{
    width: 1000px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    column-gap: 20px;
    row-gap: 20px;
    justify-content: center;
}
#Bn li{
    flex: 1;
    max-width: 380px;
}
#Bn li + li{}
#Bn li img{
    width: 100%;
}
#Bn li a{
    border: 1px solid rgb(255 255 255 / 30%);
    display: block;
    line-height: 0;
}
#Bn li a:hover{
    opacity: 0.7;
}

