@charset "utf-8";
@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap');



.SP{display:none !important;}
@media only screen and (max-width:768px){
	.PC{display:none !important;}
	.SP{display:block !important;}
}

/******************************************************************
base
******************************************************************/
@media screen and (max-width: 768px) {
	body { font-size: 0.9rem; line-height: 2; }
	body main { font-size: 0.85rem; line-height: 1.5; }
	/*Android*/
	html.android body main{ font-size: 0.7rem; line-height: 1.2; }
 }

a { color: #2e0f00; text-decoration: none; }
h1, h2 { line-height: 2.2; }
h3 { line-height: 2.3; }
h4 { line-height: 2.4; }
img { max-width: 100%; height: auto; vertical-align: middle; -webkit-backface-visibility: hidden; }
hr { display: block; height: 1px; border: 0; border-top: 1px solid #B5C1CC; }
button, input, optgroup, select, textarea { color: #000000; line-height: inherit; }



body{
	background: url(/tips/vacationrental/img/bg.webp) no-repeat left top;
	background-size:cover;
	letter-spacing: 0.2em;
	font-weight:500;
}


body {animation: fadein 3s forwards; overflow-x: hidden;}

@keyframes fadein {
	0% {opacity: 0}
	100% {opacity: 1}
}




.slider{
	pointer-events: none;
}



a.btn{
	margin: auto;
	display: block;
	color: #3e1b09;
	border: solid 1px #98827d;
	padding: 12px;
	text-align: center;
	max-width: 300px;
	font-size: 110%;
	margin-top: 3vw;
	transition: all .5s;
	line-height: 150%;
}

a.btn:hover{
	background: #cdc5c2;
}

a.btn.btn_left{
	margin: 0;
}


@media only screen and (max-width:768px){
	a.btn{
		margin-top: 20px;
		max-width: 100%;
		padding: 15px 15px 13px 15px;
		font-size: 100%;
		box-sizing: border-box;
	}

}


/******************************************************************
header
******************************************************************/
header{
	z-index: 15;
	width: 100%;
	padding: 50px 5vw 50px 5vw;
	box-sizing: border-box;
	position: fixed;
	transition: padding .5s, background-color .9s;
}


/*スモールヘッダー*/
.header.transform {
	background-color: rgba(231, 229, 227, 0.8);
	padding: 10px 5vw 11px 5vw;
}
.header.transform .logo img{
	width: 180px;
	padding-bottom: 3px;
}




header p.logo img{
	max-width: 285px;
}

.nav_pc{
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.nav_pc ul{
	display: flex;
	align-items: center;
}

.nav_pc ul li{
	font-size: 100%;
	margin-left: 2.0vw;
	line-height: 100%;
	white-space: nowrap;
	transition: all .5s;
}

.nav_pc ul li a:hover{
	color: #5b1300;
}



/*selectbox*/
.selectbox-3 {
    display: inline-flex;
    align-items: center;
    position: relative;
	font-size: 90%;	
}

.selectbox-3::after {
    position: absolute;
    right: 15px;
    width: 10px;
    height: 7px;
    background-color: #535353;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    content: '';
    pointer-events: none;
}

.selectbox-3 select {
    appearance: none;
    min-width: 120px;
    padding:7px 15px 7px 15px;
    border:none;
    border-radius: 7px;
    color: #333333;
    font-size: 1em;
    cursor: pointer;
	background-color: #e0dbd8;
	font-family: "Noto Serif JP", serif;
	letter-spacing: 0.2em;
}


a.btn_reserve{
	/*margin-left: -10px;*/
	color: #f7ddc9;
	padding: 10px 20px 10px 20px;
	box-sizing: border-box;
	display: block;
	font-weight: 300;
	background:#5b1300;
	transition: all .5s;
}


a.btn_reserve:hover{
	color: #f7ddc9!important;
	background: #7c2e00;
}

/*sp_header*/
.sp_header .logo img{
	width: 150px;
	margin: 15px 0 0 15px;
}


@media only screen and (max-width:768px){
	/*スモールヘッダー*/
	.header.transform {
		display: none;
	}
}



/******************************************************************
main
******************************************************************/
main{
	padding: 150px 5vw 8vw 5vw;
	position: relative;
	box-sizing: border-box;
}

.slick-img{
	width: 100%;
}

.tit_set .slick-img img{
	width: 100%;
}

@media only screen and (max-width:768px){

	main{
		padding: 15px 0 0 0;
		box-sizing: border-box;
		margin-bottom:0;
	}
}


/******************************************************************
kiji_set
******************************************************************/

.kiji_set{
	display: flex;
	justify-content: space-between;
	width: 100%;
	margin-bottom: 8vw;
}

.kiji_set.img_right{
	padding-left: 10vw;
	box-sizing: border-box;
}

.tit_img{
	width: 55%;
}

.tit_txt{
	width: 45%;
	padding-right: 7vw;
}

.kiji_title{
	font-weight: 400;
	font-size: 320%;
	color: #2f0400;
	background: url(/tips/vacationrental/img/txt_border.png) no-repeat left bottom;
	background-size: 100%;
	padding-bottom: 3px;
	margin-bottom: 15px;
}

.kiji_title.white{
	background: url(/tips/vacationrental/img/txt_border02.png) no-repeat left bottom;
	background-size: 100%;
	color: #fff!important;
}

.kiji_title_sub.white{
	color: #fff!important;
}


.kiji_title_sub{
	font-size: 130%;
	color:#2f0400;
	margin-bottom: 3vw;
	line-height: 140%;
}

.top_read{
	font-size: 190%;
	line-height: 160%;
	margin-bottom: 1vw;
}

.read{
	font-size: 100%;
	line-height: 240%;
}



/*photo_set*/
.photo_set{
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	margin-bottom: 8vw;
}


.photo_set .ps01{
	order: 1;
	width: 62%;
}

.photo_set .ps_txt{
	width: 540px;
	font-style: italic;
	font-size: 120%;
	letter-spacing: 0.6em;
	margin-left: 4.2vw;
	line-height: 250%;
	order: 2;
}


.photo_set .ps_txt p{
	text-shadow: 2px 2px 10px #a1948d ,
	-2px 2px 10px #a1948d ,
	2px -2px 10px #a1948d ,
	-2px -2px 10px #a1948d;
}


.photo_set .ps_inner{
	margin-left: 25px;
}


.photo_set .ps02{
	order: 3;
	width: 15%;
}



@media screen and (max-width: 768px) {
	.kiji_set{
		display: block;
		padding: 35px 25px 0 25px!important;
		box-sizing: border-box;
	}

	.kiji_set.img_right{
		padding-left:0;
		margin-bottom: 0;
	}

	.tit_img{
		margin-top: 20px;
		width: 100%;
	}

	.tit_txt{
		width: 100%;
		padding-right: 0;
	}

	.kiji_title{
		font-size: 200%;
		padding-bottom: 0;
		margin-bottom: 5px;
		line-height: 90%;
	}

	.kiji_title.white{
		background-size: 100%;
	}

	.kiji_title_sub.white{
		color: #fff!important;
	}


	.kiji_title_sub{
		font-size: 100%;
		color:#2f0400;
		margin-bottom: 20px;
	}

	.top_read{
		font-size: 120%;
		margin-bottom: 15px;
	}

	.read{
		font-size: 100%;
		line-height: 200%;
	}


	/*photo_set*/
	.photo_set{
		display: block;
		width: 100%;
		margin-bottom: 25px;
	}



	.photo_set .ps01{
		width: 100%;
		padding: 0 25px 0 25px;
		box-sizing: border-box;
	}

	.photo_set .ps_txt{
		margin:25px;
		width: 100%;
		font-size: 100%;
		line-height: 200%;
	}


	.photo_set .ps02{
		width: 100%;
		text-align: right;
		display: none;
	}




}


/******************************************************************
room_area
******************************************************************/

.room_area{
	background: url(/tips/vacationrental/img/room_bg.jpg) no-repeat left top;
	background-size: cover;
	padding: 8vw 0 8vw 0;
	box-sizing: border-box;
	color: #fff;
}

a.btn_room{
	display: block;
	color: #fff;
	border: solid 1px #98827d;
	padding: 12px;
	text-align: center;
	max-width: 300px;
	font-size: 110%;
	margin-top: 3vw;
	transition: all .5s;
}

a.btn_room:hover{
	background: #610e02;
}



.room_area.kiji_set{
	margin-bottom: 0!important;
}

.room_area.kiji_set .read{
	font-weight: 400;
}


.room_area .tit_img{
	order: 2;
	width: 65%;
}

.room_area .tit_txt{
	order: 1;
	width: 35%;
	padding-right: 7vw;
}


a.book_area{
	display: block;
	width: 100%;
	background:#5b1300;
	transition: all .5s;
	text-align: center;
	color: #f7ddc9;
	padding: 3vw;
	font-size: 200%;
	box-sizing: border-box;
	margin-top: -1px;
}


a.book_area:hover{
	background: #7c2e00;
}



a.book_area span{
	display: block;
	font-size: 50%;
	letter-spacing: 0.1em;
}



@media screen and (max-width: 768px) {

	.room_area{
		padding: 25px;
	}

	a.btn_room{
		max-width: 100%!important;
		margin-bottom: 25px;
		font-size: 100%;
	}
	
	.room_area.kiji_set{
		margin-bottom: 0!important;
	}

	.room_area.kiji_set .read{
		margin-bottom: 25px;
	}


	.room_area .tit_img{
		margin:0 0 35px 0;
		width: 100%;
	}

	.room_area .tit_txt{
		width: 100%;
		padding-right: 0;
	}


	a.book_area{
		padding: 20px;
		font-size: 120%;
		line-height: 130%;
	}

	a.book_area span{
		display: block;
		font-size: 70%;
		letter-spacing: 0.1em;
	}


}

/******************************************************************
loc_area
******************************************************************/

.loc_set{
	padding: 8vw 10vw 0 10vw;
	box-sizing: border-box;
}

.loc_set{
	margin: auto;
	display: flex;
	justify-content:space-between;

}

.loc_set dl{
	width: 50%;
	border-left: solid 1px #9f968f;
	padding:0 3vw;
	box-sizing: border-box;
}
.loc_set dl:last-child{
	border-right: solid 1px #9f968f;
}



h2.read02{
	font-size: 130%;
	margin: 40px 0 40px 0;
	line-height: 180%;
	text-align: center;
}

h2.read02 span{
	display: block;
	font-size: 140%;
}

.txt_en{
	font-size: 80%;
	margin-top: 5px;
	letter-spacing: 0.05em;
}




@media screen and (max-width: 768px) {

	.loc_area{
		padding: 25px 25px 0 25px;
	}


	.loc_set{
		width: 100%;
		display: block;
		padding: 0 0 0 0;
	}

	.loc_set dl{
		width: 100%;
		border-left: none;
		border-bottom: solid 1px #9f968f;
		padding:0 0 25px 0;
		margin-bottom: 25px;
	}
	.loc_set dl:last-child{
		border-right:none;
	}



		h2.read02{
			font-size: 120%;
			margin: 20px 0 20px 0;
			line-height: 150%;
		}

		h2.read02 span{
			line-height: 160%;
		}



		.txt_en{
			margin-top: 0;
		}



}


/******************************************************************
faq_area
******************************************************************/


.kiji_title.center{
	background: url(/tips/vacationrental/img/txt_border03.png) no-repeat center bottom;
}

.kiji_title_sub.center{
	margin-bottom: 5vw;
}


.faq_area{
	padding: 8vw 10vw 8vw 10vw;
}


.accordion-item{
	margin-bottom: 30px;
}

.accordion-item:last-child{
	margin-bottom: 0;
}

.accordion-title {
	cursor: pointer;
	padding: 15px 50px 15px 15px;
	font-size: 110%;
	line-height: 170%;
	box-sizing: border-box;
}

.accordion-title p{
	text-indent: -2.3em;
	margin-left: 2.3em;
}

.accordion-content {
	display: none;
	padding: 15px 20px;
	font-size: 110%;
	line-height: 170%;
	background: #c7c0bd;
}

.accordion-content p{
	text-indent: -1.5em;
	margin-left: 1.5em;
}


.accordion-item .accordion-title {
  border: solid 1px #8b817a;
}

/* コンテンツボックスの枠線 */
.accordion-item .accordion-content {
  border-bottom: 1px solid #8e847c;
  border-left: 1px solid #8e847c;
  border-right: 1px solid #8e847c;
}


/* 矢印 */
.accordion-title {
  position: relative;
}
/* 縦線 */
.accordion-title::before {
  background: #7c7169; /* 線の色 */
  content: "";
  height: 1px; /* 線の太さ */
  position: absolute;
  right: 25px;
  top: 50%; /* 線の位置を縦中央に */
  transform: rotate(90deg); /* 線を縦に */
  transition: transform .3s ease-in-out;
  width: 20px; /* 線の幅 */
}
/* 横線 */
.accordion-title::after {
  background: #7c7169; /* 線の色 */
  content: "";
  height: 1px; /* 線の太さ */
  position: absolute;
  right: 25px;
  top: 50%; /* 線の位置を縦中央に */
  transition: opacity .3s ease-in-out;
  width: 20px; /* 線の幅 */
}
/* 縦線(クリック後) */
.accordion-title.open::before {
  transform: rotate(180deg);
}
/* 横線(クリック後) */
.accordion-title.open::after {
  opacity: 0;
}

@media screen and (max-width: 768px) {
	.faq_area{
		padding:0 25px 25px 25px;
		margin: 0;
	}

	.accordion-item{
		margin-bottom: 15px;
	}
	

	.accordion-title {
		padding: 10px 50px 10px 15px;
		font-size: 100%;
		line-height: 150%;
	}

	.accordion-content {
		padding: 10px 15px;
		font-size: 100%;
		line-height: 150%;
	}

	/* 縦線 */
	.accordion-title::before {
	right: 15px;
	}
	/* 横線 */
	.accordion-title::after {
	right: 15px;
	}

}



/******************************************************************
access_area
******************************************************************/
.access_area{
	padding: 8vw 10vw 8vw 10vw;
	background:rgba(255,255,255,0.15);
}


/*map*/
.map_set{
	display: flex;
	justify-content: space-between;
}

.map_left{
	width: 55%;
}

.map_right{
	width: 40%;
}


.map_right dl{
	line-height: 170%;
	margin-bottom: 20px;
}

.map_right .btn{
	margin-top: 40px!important;
}

.map_right dl dt{
	font-size: 120%;
	margin-bottom: 5px;
}



@media screen and (max-width: 768px) {
	.access_area{
		padding:25px;
	}

	/*map*/
	.map_set{
		margin:0;
		display: block;
	}

	.map_left{
		width: 100%;
	}

	.map_right{
		width: 100%;
	}


	.map_right dl{
		font-size: 100%;
		line-height: 150%;
		margin-top: 15px;
	}

	.map_right .btn{
		margin-top: 25px!important;
	}

	.map_right dl dt{
		font-size: 110%;
	}


}

/******************************************************************
pagetop
******************************************************************/
#pagetop{
	width: 53px;
	position: fixed;
	bottom: 0;
	right: 0;
	z-index:500;
}




/******************************************************************
footer
******************************************************************/
footer{
	background: url(/tips/vacationrental/img/foot_bg.jpg) no-repeat left top;
	background-size: cover;
	padding: 5.5vw 0 5.5vw 0;
	color: #f7e3d9;
}

footer .ft_inner{
	margin: 0 10vw 0 10vw;
	text-align: center;
	font-weight: 400;
}

.foot_logo{margin: 4vw 0 4vw 0;}

.foot_logo img{max-width: 290px;}


a.btn_foot{
	display: block;
	color: #f7e3d9;
	background: #501503;
	max-width: 300px;
	margin: 0 auto 3.5vw auto;
	padding: 18px 20px 14px 20px;
	font-size: 140%;
	line-height:140%;
	transition: all .5s;
}


a.btn_foot:hover{
	background: #6c1e04;
}




a.btn_foot span{
	display: block;
	font-size: 65%;
	letter-spacing: 0.1em;
}


footer ul{
	margin: auto;
	display: flex;
	justify-content: center;
}


footer ul li a{
	font-size: 90%;
	font-weight: 400;
	color: #f7e3d9;
	border-left: 1px solid #745749;
	padding: 0 15px 0 15px;
}

footer ul li:last-child a{
	border-right: 1px solid #745749;
}


.cr{
	font-size: 80%;
	letter-spacing: 0.1em;
	font-weight: 400;
	margin-top: 50px;
	
}


footer .selectbox-3 select{
	margin: 2vw 0 2vw 0;
	padding: 0 15px 0 15px;
}

@media screen and (max-width: 768px) {

	footer{
		background: url(/tips/vacationrental/img/foot_bg.jpg) no-repeat left top #321507;
		background-size: 100%;
		padding: 0;
		font-size: 90%;
	}
	footer .ft_inner{
		margin: 0 0 0 0;
	}

	.foot_logo{margin: 0 0 0 0;}

	.foot_logo img{max-width: 200px;}


	.ft_txt{
		padding: 25px;
	}

	a.btn_foot{
		max-width: 200px;
		margin: 30px auto 30px auto;
		padding: 12px 10px 10px 10px;
		font-size: 110%;
		line-height:140%;
	}


	footer ul{
		display: block;
		width: 100%;
		margin-bottom: 20px;
	}


	footer ul li a{
		display: block;
		border-left:none;
		border-top: 1px solid #5a3d2f;
		padding-top:10px;
		margin-top: 10px;
		box-sizing: border-box;
		width: 100%;
	}

	footer ul li:last-child a{
		border-right:none;
		border-bottom: 1px solid #5a3d2f;
		padding-bottom: 10px;
	}

	.cr{
		margin: 15px 0 25px 0;
	}




}
