/*
Theme Name: テーマ
Description: WordPressのテーマ
Version: 1.0
*/


:root {
	/*基本文字色*/
	--color_default: rgb(64, 64, 64);
	/*紺*/
	--color_main_01: #40819f;
	/*緑*/
	--color_main_02: #72d100;
	/*ごく薄いベージュ*/
	--color_bg_01: #fff5e0;
	/*白*/
	--color_white: rgb(255, 255, 255);
	/*ポイントカラー　赤*/
	--color_sub_01: rgb(255, 51, 0);
	/*ポイントカラー　オレンジ*/
	--color_sub_02: rgb(255, 130, 98);
	/*PC幅*/
	--width_pc: calc(100% - 40px);
	--max_width_pc: 1240px;
	--width_pc_narrow: 640px;
}

/*============================================================
General settings
============================================================*/
img,
iframe {
	border: none;
	max-width: 100%;
	height: auto;
	vertical-align: top;
}

html {
	scroll-behavior: smooth;
}

body,
th,
td {
	font-size: 18px;
	line-height: 1.8;
	font-family: 'Noto Sans JP', sans-serif;
	margin: 0px;
	color: var(--color_default);
}

table {
	border-collapse: collapse;
}

/*============================================================
ヘッダー
============================================================*/
header#hd {
	margin: 10px auto 0px auto;
	width: 100%;
	padding-bottom: 1px;
	border-bottom: solid 1px #eee;
	/*
	box-shadow: 0px 20px 20px -10px rgba(0, 0, 0, 0.1);
	*/
}

header#hd div#hd_01,
header#hd div#hd_02>div {
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	width: var(--width_pc);
	max-width: var(--max_width_pc);
	margin: 0px auto;
}
header#hd div#hd_01{
	margin-bottom: 15px;
	align-items: center;
}


header#hd a {
	color: var(--color_default);
}

header#hd #logo {
	width: 360px;
	text-decoration: none;
width: 360px;
	height:70px;
}

header#hd #logo a {
	text-decoration: none;
	position: relative;
	display: block;
}

header#hd #logo a h1 {
	margin: 0px 0px 0px 0px;
	font-size: 14px;
	text-align: right;
	position: absolute;
	left: 70px;
}

header#hd #logo a div {
	position: absolute;
	top: 5px;
}

header#hd div#hd_02 {
	margin: 10px 0px 0px 0px;
	width: 100%;
	padding: 10px 0px;
	background-color: #f5f5f5;
	border-top: solid 1px #eee;
}

header#hd div#hd_02 ul {
	display: flex;
	flex-wrap: nowrap;
	justify-content: flex-start;
	margin: 0px;
	padding: 0px;
}

header#hd div#hd_02 ul li {
	margin: 0px 20px;
	padding: 0px;
	list-style-type: none;
	position: relative;
	font-size: 16px;
}

header#hd div#hd_02 ul li::before {
	content: "▶ ";
	font-size: 8px;
	position: absolute;
	left: -10px;
	top: 50%;
	transform: translateY(calc(-50% + 0px));
}

header#hd div#hd_02 ul li+li::after {
	content: "";
	position: absolute;
	left: -25px;
	top: 50%;
	transform: translateY(calc(-50% + 0px));
	width: 1px;
	height: 12px;
	background-color: #666;
}

header#hd div#hd_02 ul li a {
	text-decoration: underline;
}

header#hd div#hd_01 .btn_01 {
	margin: 0px 0px 0px 0px;
}

header#hd div#hd_01 .btn_01 a {
	color: #fff;
	width: 130px;
	padding-left: 40px;
	padding-right: 5px;
	background-image: url(./assets/images/common/ic_enquiry.svg);
	background-repeat: no-repeat;
	background-size: 21px 15px;
	background-position: center left 15px;
}


header#hd div#hd_02 .wrap_currency_btns {
	margin: 0px 0px 0px auto;
}

header#hd div#hd_01 .wrap_currency_btns {
margin:auto 20px auto auto;
}


/* スライダー（背景部分） */
.toggle_slider {
	cursor: pointer;
	position: absolute;
	top: 5px;
	left: 0px;
	background-color: #ccc;
	/* オフ時の背景色（グレー） */
	transition: 0.4s;
	border-radius: 34px;
	height: 22px;
	width: 48px;
	display: block;
}

/* スライダー内部の丸いボタン */
.toggle_slider:before {
	position: absolute;
	content: "";
	height: 16px;
	width: 16px;
	left: 3px;
	bottom: 3px;
	background-color: white;
	transition: 0.4s;
	border-radius: 50%;
}

/* オンになった時の背景色（iPhoneのグリーン） */
input:checked+.toggle_slider {
	background-color: #34c759;
}

/* オンになった時の丸いボタンのスライド移動 */
input:checked+.toggle_slider:before {
	transform: translateX(26px);
}








/*============================================================
汎用
============================================================*/
#wrap_content>main {
	width: var(--width_pc);
	max-width: var(--max_width_pc);

	margin: 20px auto 80px auto;
}

.ttl_01 {
	text-align: center;
	font-size: 30px;
	padding: 8px;
	color: #fff;
	margin: 40px auto 20px auto;
	background-color: var(--color_main_01);
}

.ttl_02 {
	text-align: center;
	font-size: 30px;
	padding: 8px;
	color: var(--color_main_01);
	margin: 40px auto 20px auto;
}

.ttl_03 {
	text-align: left;
	font-size: 22px;
	color: var(--color_main_01);
	margin: 20px auto 10px auto;
}

.btn_01 {
	text-align: center;
}

.btn_01 a,
.btn_01 button {
	display: block;
	max-width: 280px;
	width: 70%;
	padding: 15px 10px;
	margin: 10px auto;
	text-decoration: none;
	color: #fff;
	background: #ff8415;
	line-height: 1;
	border-radius: 5px;
	box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.2);
	border: none;
	outline: none;
	font-size: 18px;
	font-weight: bold;
	cursor: pointer;
	transition: 1.5s;
}

.btn_01 a:hover,
.btn_01 button:hover {
	background-color: #c30;
	box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.5);
}

.txt_notice {
	font-size: 80%;
}

.wrap_fade {
	position: absolute;
	bottom: 60px;
	left: 0;
	width: 100%;
	height: 200px;
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
	pointer-events: none;
}

.wrap_masked {
	height: 500px;
	overflow: hidden;
	position: relative;
}

.btn_read_fade {
	background-color: #fff;
	height: 50px;
}


/* デフォルト（チェックなし）はドルを表示、円を非表示 */
.two_currencies .usd {
	display: inline;
}

.two_currencies .jpy {
	display: none;
}

/* カレンダーに「show-jpy」クラスがついたら表示を逆転 */
.show-jpy.two_currencies .usd {
	display: none;
}

.show-jpy.two_currencies .jpy {
	display: inline;
}


.wrap_currency_btns {
	font-size: 16px;

}

.wrap_currency_btns>div {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}

#wrap_current_currency {
	display: block;
	margin: 0px 0px 0px 20px;
}

.wrap_currency_btns span.btn_currency {
	margin: 0px 10px;
	cursor: pointer;
}

.toggle_switch {
	width: 48px;
	position: relative;
}

.toggle_switch input {
	opacity: 0;
	width: 0;
	height: 0;
}




.tbl_01,
.tbl_02 {
	border-collapse: collapse;
	margin: 20px auto;
}

.tbl_01 tbody tr {
	border-top: solid 1px #999;
	border-bottom: solid 1px #999;
}




.wp-block-table.tbl_01 td,
.wp-block-table.tbl_01 th {
	font-weight: normal;
	text-align: left;

	border: none;
	padding: 5px 10px;
}

.tbl_01 th>div,
.tbl_02 th>div {
	text-align: center;
}

.tbl_01 th>div .btn_sort {
	font-size: 10px;
	color: var(--color_main_01);
	display: inline-block;
	margin: 0px 5px;
	cursor: pointer;
}



.tbl_03 {
	width: 100%;
	margin: 20px 0px;
}

.tbl_03 th,
.tbl_03 td {
	padding: 5px 10px;
	vertical-align: top;
}

.tbl_03 td {
	text-align: right;
	width: 100%;
}

.tbl_03 th {
	font-weight: normal;
	text-align: left;
	white-space: nowrap;
	min-width: 220px;
}

.tbl_03 tr+tr {
	border-top: solid 1px #ddd;
}

.tbl_03 input[type="text"],
.tbl_03 input[type="email"],
.tbl_03 input[type="tel"] {
	padding: 10px;
	font-size: 18px;
	background-color: #f5f5f9;
	border: solid 1px #ddd;
	width: calc(100% - 12px);
	border-radius: 5px;
}

.tbl_03 textarea {
	padding: 10px;
	font-size: 18px;
	background-color: #f5f5f9;
	border: solid 1px #ddd;
	width: calc(100% - 12px);
	border-radius: 5px;
	height: 6em;
}

.required::after {
	content: "※必須";
	font-size: 12px;
	color: #f30;
}

label.error {
	display: block;
	text-align: left;
	color: #f30;
	font-size: 16px;
}

form .tbl_03 td {
	min-height: 75px;
}

/*============================================================

============================================================*/

/*========================================================================================================================
物件一覧ページ
========================================================================================================================*/

/*============================================================

============================================================*/
.wrap_property_list {
	margin: 20px auto;
}

.wrap_property_list>h2+p {
	margin: 40px auto;
	width: var(--width_pc);

}

.wrap_property_list>section {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	margin: 40px auto;
}

.wrap_property_list>section>section {
	width: calc(100% / 3 - 40px);
	margin: 10px 10px;
	padding: 10px 10px;
display: flex;
flex-direction: column;
}

.wrap_property_list>section>section:has(a:hover) {
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
	transition: 1.5s;
}

.wrap_property_list h3 {
	font-size: 18px;
	margin: 10px 0px;
	color: var(--color_default);
	flex-grow: 1;
}

.wrap_property_list h3 a {
	color: var(--color_main_01);
	text-decoration: none;
}

.wrap_property_list .txt_lowest_price {
	text-align: center;
	margin: 10px auto 15px auto;
	color: #c00;
	font-weight: 700;
	font-size: 24px;
}

.wrap_property_list .wrap_summary {
	margin: 15px auto 20px auto;
	font-size: 16px;
	padding: 10px 10px;
}


.wrap_property_list .wrap_summary ul li {
	background-size: 18px 18px;
	margin-right: 20px;
	padding-left: 20px;
}

.wrap_property_list .wrap_summary ul li.li_is_kashikiri {
	display: none;
}

.wrap_property_list .txt_address {
	background-size: 12px 18px;
	padding-left: 20px;
	background-position: left 3px center;
}




/*============================================================
フッターの地図のところ
============================================================*/
#wrap_ft_map{
	margin:80px 0px 0px 0px;
}
#wrap_ft_map>h2{
	text-align:center;
	font-size: 30px;
    padding: 8px;
    color: #fff;
    margin: 0px auto 0px auto;
    background-color: var(--color_main_01);
}

#wp-acf-map{
	width: 100%;
	height:700px;
	margin:0px 0px 0px 0px;
}
.marker{
    display:flex;
    flex-direction:column;
    align-items:center;
}

.pin_price{
    background:#fff;
    border-radius:20px;
    padding:4px 10px;
    font-weight:bold;
    box-shadow:0 2px 5px rgba(0,0,0,.3);
}

.pin{
    width:48px;
    height:54px;
    background:url(./assets/images/common/ic_map_house.png);
	background-repeat:no-repeat;
	background-size :48px 54px;
	background-position: center center;
    border-radius:50%;
    position:relative;
}
/*
.pin::after{
    content:"";
    position:absolute;
    left:50%;
    top:8px;
    width:2px;
    height:14px;
    background:#e53935;
    transform:translateX(-50%);
}
	*/
/*============================================================
トップ
============================================================*/
#wrap_front_mv img {
	width: 100%;
}

/*========================================================================================================================
物件ページ
========================================================================================================================*/

/*============================================================
タイトル周り
============================================================*/
#hd_proprty {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 20px auto 20px auto;
	width: var(--width_pc);
	max-width: var(--max_width_pc);
}

h2#ttl_property {
	color: var(--color_main_01);
	font-size: 30px;
	line-height: 1.5;
	width: calc(100% - 380px - 20px - 40px);
	margin: 0px;
}

#hd_proprty aside {
	width: 380px;
	padding: 20px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	background-color: #f3f3f3;
}

#hd_proprty aside .txt_lowest_price {
	font-size: 24px;
	font-weight: 700;
	color: #c00;
}

#hd_proprty aside .btn_01 a {
	width: 140px;
	padding-left: 20px;
	padding-right: 0px;
	margin: 0px 0px 0px 20px;
	background-image: url(./assets/images/common/ic_calendar.svg);
	background-repeat: no-repeat;
	background-position: center left 15px;
	background-size: 25px 20px;
}

/*============================================================
スライダ
============================================================*/
#wrap_property_gallery .img_property_item {
	margin: 0px 5px 0px 5px;
}

#wrap_property_gallery {
	width: 100%;
}

#wrap_property_gallery .slider_nav {
	width: var(--width_pc);
	max-width: var(--max_width_pc);
	margin: 10px auto;
}

#wrap_property_gallery .slider_main .slick-slide img {
	display: block;
	width: auto;
	height: min(60vh, 700px);
}

#wrap_property_gallery .slider_nav .slick-slide {
	display: flex;
	justify-content: center;
	align-items: center;
}

#wrap_property_gallery .slider_nav .slick-slide img {
	display: block;
	height: 120px;
	width: auto;
	max-width: none;
}

@media (max-width: 767px) {
	#wrap_property_gallery .slider_main .slick-slide img {
		width: auto !important;
		height: 40vh;
		max-height: 400px;
		max-width: none;
		display: block;
		margin: 0 auto;
	}


}

#wrap_property_gallery .slick-slider {
	margin-bottom: 20px;
	;
}

/*============================================================
概要（サマリ）
============================================================*/
.wrap_summary {
	padding: 15px 20px;
	background-color: #f0f0f0;

}

.wrap_summary ul {
	margin: 0px;
	padding: 0px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.wrap_summary ul li {
	margin: 0px 30px 0px 0px;
	padding: 0px 0px 0px 30px;
	list-style-type: none;
	background-position: left center;
	background-repeat: no-repeat;
	background-size: 26px 26px;
	/*
	font-weight: 300;
	*/
}

.li_minimum_nights {
	background-image: url(./assets/images/common/summary_ic_min_nights.svg);
}

.li_is_kashikiri {
	background-image: url(./assets/images/common/summary_ic_kashikiri.svg);
}

.li_max_guests {
	background-image: url(./assets/images/common/summary_ic_max_num.svg);
}

.li_bedroom_num {
	background-image: url(./assets/images/common/summary_ic_bedroom.svg);
}

.li_bed_num {
	background-image: url(./assets/images/common/summary_ic_bed.svg);

}

.li_bathroom_num {
	background-image: url(./assets/images/common/summary_ic_bathroom.svg);
}




/*============================================================
ポイント
============================================================*/
#wrap_recommend_point {
	margin: 40px auto;
}

#wrap_recommend_point ul {
	margin: 0px;
	padding: 0px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

#wrap_recommend_point ul li {
	margin: 0px 10px;
	padding: 0px;
	list-style-type: none;
	width: 170px;
	text-align: center;
	position: relative;
}

#wrap_recommend_point ul li div {
	width: 100px;
	text-align: center;
	margin: 0px auto;
}

#wrap_recommend_point ul li p {
	margin: 0px;
	font-size: 16px;
	line-height: 1.5;
}

#wrap_recommend_point ul li+li::before {
	width: 1px;
	content: "";
	height: 50px;
	top: 50%;
	transform: translateY(-50%);
	background-color: #aaa;
	left: -10px;
	position: absolute;
}

/*============================================================
上の方
============================================================*/
#wrap_a {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 80px auto;
}

#wrap_a #wrap_overview {
	width: calc(100% - 360px - 40px);
}

#wrap_a #wrap_overview h2 {
	margin: 40px auto 20px auto;
	font-size: 30px;
	text-align: center;
	color: var(--color_main_01);
}

#wrap_a #wrap_overview h2:nth-of-type(1) {
	margin-top: 0px;
}

#wrap_a #wrap_overview img {
	max-width: 80%;
	display: block;
	margin: 20px auto;
	text-align: center;
}

#wrap_a #wrap_overview ul {
	margin: 20px;
	padding: 0px 0px;
}

#wrap_a #wrap_overview ul li {
	margin: 0px;
	padding: 0px 0px 0px 20px;
	list-style-type: none;
	background-image: url(./assets/images/common/ic_check.svg);
	background-repeat: no-repeat;
	background-position: top 10px left;
	background-size: 15px 15px;
}

#wrap_a>aside {
	width: calc(360px);
}

#wrap_a>aside>div+div {
	margin-top: 20px;
}

.wrap_map iframe {
	aspect-ratio: 1/1;
}

.txt_address {
	padding-left: 30px;
	background-image: url(./assets/images/common/ic_address.svg);
	background-repeat: no-repeat;
	background-size: 15px 22px;
	background-position: left center;
}

.wrap_access {
	margin: 10px auto;
}

.wrap_access h3 {
	font-size: 100%;
	margin: 0px;
	color: var(--color_main_01);
}

.wrap_access ul {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 20px;
}

.wrap_check_in_out {
	margin: 10px auto;
}

.wrap_check_in_out h3 {
	font-size: 100%;
	margin: 0px;
	color: var(--color_main_01);
}


/*============================================================
設備
============================================================*/
#wrap_facilities {
	margin: 80px auto 80px auto;
	position: relative;

}

#wrap_facilities .ttl_01 {
	margin-bottom: 0px;
}

#wrap_facilities>section {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;

}

#wrap_facilities>section>section {
	width: calc(100% / 4 - 40px);
	margin: 0px auto;
}

#wrap_facilities h3 {
	padding-top: 50px;
	margin: 40px auto 0px auto;
	text-align: center;
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 50px 50px;
	font-size: 20px;
	color: var(--color_main_01);
}

#wrap_facilities h3.ttl_bathroom {
	background-image: url(./assets/images/common/facility_ic_bathroom.svg);
}

#wrap_facilities h3.ttl_bedroom {
	background-image: url(./assets/images/common/facility_ic_bedroom.svg);
}

#wrap_facilities h3.ttl_enterteinment {
	background-image: url(./assets/images/common/facility_ic_enterteinment.svg);
}

#wrap_facilities h3.ttl_family {
	background-image: url(./assets/images/common/facility_ic_family.svg);
}

#wrap_facilities h3.ttl_ac {
	background-image: url(./assets/images/common/facility_ic_ac.svg);
}

#wrap_facilities h3.ttl_security {
	background-image: url(./assets/images/common/facility_ic_security.svg);
}

#wrap_facilities h3.ttl_office {
	background-image: url(./assets/images/common/facility_ic_office.svg);
}

#wrap_facilities h3.ttl_kitchen {
	background-image: url(./assets/images/common/facility_ic_kitchen.svg);
}

#wrap_facilities h3.ttl_location {
	background-image: url(./assets/images/common/facility_ic_location.svg);
}

#wrap_facilities h3.ttl_outside {
	background-image: url(./assets/images/common/facility_ic_outside.svg);
}

#wrap_facilities h3.ttl_parking {
	background-image: url(./assets/images/common/facility_ic_parking.svg);
}

#wrap_facilities h3.ttl_elevator {
	background-image: url(./assets/images/common/facility_ic_elevator.svg);
}

#wrap_facilities h3.ttl_service {
	background-image: url(./assets/images/common/facility_ic_service.svg);
}




#wrap_facilities ul {
	margin: 0px 0px 0px 20px;
	;
	padding: 0px;
	font-size: 16px;
}

/*============================================================
カレンダー
============================================================*/
#wrap_calendar_outer {
	margin: 80px auto;
}

#wrap_calendar_outer>h2 {
	font-size: 30px;
	text-align: center;
	margin: 60px auto 20px auto;
	color: var(--color_main_01);
	padding-top: 120px;
	background-image: url(./assets/images/common/ttl_bed.svg);
	background-repeat: no-repeat;
	background-position: top 60px center;
	background-size: 60px 60px;
	border-top: solid 1px #eee;
}

#wrap_calendar_outer h2+p {
	font-size: 16px;
}

/*============================================================
よくある質問
============================================================*/
#wrap_faq>section {
	margin: 40px auto;
	width: var(--width_pc);

}

#wrap_faq>section>h3 {
	background-color: #f3f3f3;
	padding: 5px 10px 5px 70px;
	margin: 0px;
	position: relative;
}

#wrap_faq>section>h3::before {
	content: "Q.";
	position: absolute;
	left: 0px;
	top: 0%;
	height: 100%;
	aspect-ratio: 1/1;
	max-width: 60px;
	background-color: #ccc;
	color: #fff;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
}

#wrap_faq>section>h3+div {
	padding: 10px;
	border: solid 1px #ccc;
	margin-top: 2px;
}



/*============================================================
ご注意
============================================================*/
#wrap_notice {
	position: relative;
	margin: 80px auto;
}

#wrap_notice h2 {
	margin-bottom: 0px;
}

#wrap_notice h3 {
	font-size: 20px;
	color: var(--color_main_01);
	margin: 40px auto 0px 0px;
}

#wrap_notice {
	font-size: 16px;
}

#wrap_notice>section {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

#wrap_notice>section>section {
	width: calc(100% /2 - 40px);
	margin: 0px auto;
}


/*============================================================
singleページのキャンセルポリシー
============================================================*/
#wrap_cancel_policy {
	position: relative;
	margin: 80px auto;
}

#wrap_cancel_policy>section {
	width: var(--width_pc);
	max-width: var(--max_width_pc);
	margin: 0px auto;
}

#wrap_cancel_policy h2 {
	margin-bottom: 0px;
}

#wrap_cancel_policy table {
	margin: 20px auto;
}

#wrap_cancel_policy table th,
#wrap_cancel_policy table td {
	padding: 10px 10px;
	font-weight: normal;
	text-align: left;
}

#wrap_cancel_policy table th {
	background-color: rgba(64, 129, 159, 0.1);
}

#wrap_cancel_policy table tr {
	border-top: solid 1px #666;
	border-bottom: solid 1px #666;
}

/*============================================================
ホストについて
============================================================*/
#wrap_host_info {
	margin: 80px auto;
}

#wrap_host_info>section {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

#wrap_host_info>section>div {
	width: 380px;
}

#wrap_host_info>section>section {
	width: calc(100% - 380px - 40px);
}

#wrap_host_info>section>section>p:first-child {
	margin-top: 0px;
}

/*========================================================================================================================
固定ページ
========================================================================================================================*/
#wrap_content main#wrap_page {
	width: var(--width_pc);
	max-width: var(--max_width_pc);
	margin: 0px auto 80px auto;
}

#wrap_content main#wrap_page h2.wp-block-heading {
	margin: 40px auto 20px auto;
	font-size: 24px;
	color: var(--color_main_01);
}

#wrap_content_ja {
	margin-top: 120px;
}

/*============================================================

============================================================*/
/*============================================================
フッター
============================================================*/
footer#ft {
	width: 100%;
	background-color: var(--color_main_01);
	color: #fff;
}

footer#ft a {
	color: #fff;
	text-decoration: none;
}

footer#ft>div {
	width: var(--width_pc);
	max-width: var(--max_width_pc);
	margin: 0px auto;
	padding: 40px 0px;
}

footer#ft h2 {
	text-align: center;
	font-size: 22px;
	margin: 0px auto 20px auto;
}

#ft_property_list p {
	font-size: 16px;
}

#ft_property_list .slick-list {
	margin: 0 -5px;
}

#ft_property_list .slick-slide {
	margin: 0 5px;
}

#ft_links {
	margin: 0px auto;
}

#ft_links ul {
	margin: 0px auto;
	padding: 0px;
	width: var(--width_pc);
	max-width: var(--max_width_pc);
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

#ft_links ul li {
	margin: 10px 20px;
	padding: 0px 0px 0px 15px;
	list-style-type: none;
	position: relative;
	transition: 1s;
}

#ft_links ul li::before {
	content: "▶";
	font-size: 8px;
	position: absolute;
	left: 0px;
	top: 50%;
	transform: translateY(-30%);
}
#wrap_lisence{
	font-size: 80%;
	text-align: center;
}
footer#ft>div#ft_copy{
	font-size: 80%;
	padding-top:0px;
	text-align: center;
}
/*======================================================================================================
SPSPSPSPSPSPSPSP
======================================================================================================*/
@media screen and (max-width:1200px) {
	#wrap_recommend_point ul li {
		width: calc(100% / 6 - 20px);
	}


}

/*======================================================================================================
SPSPSPSPSPSPSPSP
======================================================================================================*/
@media screen and (max-width:860px) {
	.nav_property_list ul li {
		width: calc(100% / 5 - 10px);
	}

	/*============================================================
閉じカッコ
============================================================*/
}

/*======================================================================================================
SPSPSPSPSPSPSPSP
======================================================================================================*/

@media screen and (max-width:768px) {

	body,
	th,
	td {
		font-size: 16px;
	}

	.ttl_01 {
		font-size: 22px;
		padding: 5px;
	}

	.ttl_02 {
		font-size: 24px;
	}

	#wrap_all {
		width: 100%;
	}

	.btn_01 a,
	.btn_01 button {
		font-size: 16px;
		padding: 20px 10px;
	}

	#wrap_content>main {
		width: 100%;
	}

	/*============================================================
ヘッダー
============================================================*/
	header#hd #logo {
		width: 170px;
		height:50px;
	}

	header#hd #logo a h1 {
		font-size: 8px;
		text-align: left;
		top: 0px;
		left: 35px;
	}

	header#hd #logo a {
		height: 50px;
	}

	header#hd div#hd_01 {
		align-items: center;
	}

	header#hd div#hd_01 .btn_01 a {
		width: auto;
		padding: 25px 5px 10px 5px;
		font-size: 8px;
		background-position: center top 5px;
		margin: 0px 0px;
	}

	header#hd div#hd_01 {
		width: calc(100% - 20px);
	}


	header#hd div#hd_02>div {
		width: calc(100% - 20px);
	}

	header#hd div#hd_02 ul {
		margin: 5px auto;
		justify-content: center;
		font-size: 14px;
	}

	header#hd div#hd_02 ul li {
		margin: 0px 10px;
	}

	header#hd div#hd_02 ul li+li::after {
		display: none;
	}

	header#hd .wrap_currency_btns {
		margin: 0px auto;
	}

	header#hd div#hd_01 .wrap_currency_btns {
		display: block;
		font-size: 14px;
		margin-right:0px;
	}

	header#hd div#hd_01 .wrap_currency_btns span.btn_currency {
		margin: 0px 5px;
	}

	header#hd div#hd_02 .wrap_currency_btns {
		display: none;
	}

	/*============================================================

============================================================*/

	/*============================================================
トップページ
============================================================*/
	.wrap_property_list>h2+p {}

	.wrap_property_list>section>section {
		width: calc(100% / 1 - 40px);
		margin: 20px auto;
		border-bottom: solid 1px #ccc;
		padding: 10px 10px 30px 10px;
	}

	.wrap_property_list h3 {
		font-size: 18px;
	}

	/*============================================================
物件ページ
============================================================*/
#wrap_property_gallery .slider_nav .slick-slide img{
	height:60px;
}

	#wrap_a #wrap_overview h2 {
		font-size: 24px;
	}

	h2#ttl_property {
		width: 100%;
		font-size: 20px;
		margin: auto;
	}

	#hd_proprty aside {
		margin-top: 20px;
		width: 100%;
		padding: 10px;
	}

	#hd_proprty aside .txt_lowest_price {
		font-size: 18px;
	}

	#hd_proprty aside .btn_01 a {
		font-size: 16px;
		width: 120px;
	}

	.wrap_summary {
		padding: 15px 10px;
	}

	.wrap_summary ul {
		font-size: 14px;
		justify-content: flex-start;
	}

	.wrap_summary ul li {
		background-size: 18px 18px;
		margin-right: 20px;
		padding-left: 20px;
	}


	#wrap_recommend_point {
		margin: 20px auto 20px auto;

	}

	#wrap_recommend_point ul li {
		width: calc(100% / 3 - 20px);
		margin-bottom: 5px;
	}

	#wrap_recommend_point ul li div {
		width: 70%;
		max-width: 70px;
	}

	#wrap_recommend_point ul li p {
		font-size: 12px;
	}

	.wrap_property_list .wrap_summary {
		font-size: 14px;
	}

	#wrap_a {
		margin: 40px auto;
	}

	#wrap_a>aside {
		width: 100%;
	}


	#wrap_a #wrap_overview {
		width: var(--width_pc);
		margin-right: auto;
		margin-left: auto;
	}

	#wrap_a>aside>div:not(.wrap_map) {
		width: var(--width_pc);
		margin-right: auto;
		margin-left: auto;
	}

	#wrap_a>aside>div.wrap_map {
		width: 100%;
	}

	#wrap_facilities>section>section {
		width: var(--width_pc);
		margin: 0px auto;
	}

	#wrap_facilities h3 {
		font-size: 16px;
		margin-top: 20px;
	}

	#wrap_notice>section>section {
		width: var(--width_pc);
	}

	#wrap_notice h3 {
		font-size: 16px;
		margin-top: 20px;
	}

	#wrap_host_info>section>div {
		width: 60%;
		margin: 20px auto;
	}

	#wrap_host_info>section>section {
		width: var(--width_pc);
		margin: 20px auto;

	}

	#wrap_calendar_outer {
		margin: 40px auto;
	}


	#wrap_booking_detail,
	#wrap_booking_accommodation {
		width: 100%;
	}


	#wrap_faq>section>h3 {
		font-size: 100%;
		padding-left:60px;
	}
#wrap_faq>section>h3::before {
	max-width: 50px;
}

/*============================================================
フッターの地図のところ
============================================================*/
#wrap_ft_map>h2{
	font-size:22px;
}


	/*============================================================
フッター
============================================================*/
	#ft_property_list p {
		font-size: 14px;
	}

	#ft_links ul {
		flex-direction: column;
		width: 100%;
	}

	#ft_links ul li {
		width: calc(100% - 80px);
		margin: 0px;
		padding: 0px 40px;
	}

	#ft_links ul li::before {
		left: 20px;
	}

	#ft_links ul li+li {
		border-top: solid 1px rgba(255, 255, 255, 0.6);
	}

	#ft_links ul li a {
		padding: 10px 0px;
		display: block;
	}

	#ft_links ul li:hover {
		background-color: rgb(255, 255, 255, 0.2);
	}

	/*============================================================
閉じカッコ
============================================================*/
}