@charset "utf-8";
/* CSS Document */
/****************************************************************************/
/** サーチ                                                                  */
/****************************************************************************/
/* CSS INDEX
■ 検索メニュー 開閉
■ 検索メニュー
■ 検索結果 タイトル
■ 検索結果 表示モード切替
■ 検索結果 ページネーター
■ 検索結果 表示
■ 検索結果 表示（フォトモード）
■ 検索結果 表示（個別）
□ イベントサーチ
□ プランサーチ
□ フードサーチ
□ アコモデーションサーチ
□ アコモデーションサーチ カテゴリー
■ マップ
*/

/****************************************************************************/
/** 検索メニュー 開閉                                                       */
/****************************************************************************/

/* 検索メニュー開閉Toggle　*************************************************/
#searchset_canToggle {
	background: #75793a url(../img/searches/shiborikomi_arrow1.png) no-repeat 0px 12px;
	background-position: right;
	color: #fff;
	font-size: 3rem;
	line-height: 50px;
	cursor: pointer;
	height: 50px;
	padding: 0 12px;
}
.en #searchset_canToggle {/* 英語 */
	font-family: 'Lato', 'sans-serif';
}
.tw #searchset_canToggle {/* 繁体字 */
	font-family : 'SimSun','serif';
}
.cn #searchset_canToggle {/* 簡体字 */
	font-family : 'SimSun','serif';
}
.ko #searchset_canToggle {/* 韓国語 */
	font-family:"Malgun Gothic","Yoon Gothic","sans-serif";
}
#searchset_canToggle.active {
	background: #75793a url(../img/searches/shiborikomi_arrow2.png) no-repeat 0px 12px;
	background-position: right;
}

/* 検索メニュー内開閉Toggle *************************************************/
.search_canToggle,
.search_canToggle {
	background: #fff url(../img/searches/shiborikomi_arrow2_1.png) no-repeat center right .5em;
  background-size: 3em;
  cursor: pointer;
  padding: 1.5em 1em 1.5em 4em;
	margin-bottom: 10px;
}
.search_canToggle.active,
.search_canToggle.active {
	background: #fff url(../img/searches/shiborikomi_arrow2_2.png) no-repeat center right .5em;
  background-size: 3em;
}
.accordion_search {
	position: relative;
}

.search_canToggle_taken {
	background: #fff right 12px;
    cursor: pointer;
    height: auto;
	padding: 0%;
	margin-bottom: 10px;
}

/****************************************************************************/
/** 検索メニュー                                                            */
/****************************************************************************/
/* 共通 *************************************************/
#search_sub {
  background-color: #F6F0E7;
  display: none;
  padding: 3em 3em 6em 3em;
}
@media screen and (max-width: 750px) {
  #search_sub {
    padding: 1.5em 1.5em 3em;
  }
}
#search_sub h2 {
	background-image: none;
	color: #000;
}
#search_sub h2 {
	color: #000;
	font-size: 2.8rem;
	font-weight: bold;
	text-align: left;
	clear: both;
	border-bottom: 1px solid #9B9B9B;
	padding: 0 0 5px 0;
	margin: 0px auto 10px;
}
.en #search_sub h2 {/* 英語 */
	font-family: 'Lato', 'sans-serif';
}
.tw #search_sub h2 {/* 繁体字 */
	font-family : 'SimSun','serif';
}
.cn #search_sub h2 {/* 簡体字 */
	font-family : 'SimSun','serif';
}
.ko #search_sub h2 {/* 韓国語 */
	font-family:"Malgun Gothic","Yoon Gothic","sans-serif";
}
#search_sub input, textarea, select, button {
	outline: none;
	text-indent: 2px;
}
#search_sub input[type="checkbox"] {
	height: 17px;
	transform: scale(1.4);
	margin-right: 10px;
}
@media screen and (max-width: 750px) {
  #search_sub input[type="checkbox"] {
    height: 1em;
    top: max(5.2dvw, 1.8em);
  }
}
#search_sub .cheak_area input[type="checkbox"] {
	margin-right: 0px;
}
#search_sub dl {
	margin-bottom: 10px;
}
#search_sub dl > input {
  position: absolute;
  top: 1.8em;
  left: 1.5em;
	width: 17px;
	height: 17px;
  cursor: pointer;
}
#search_sub dd input {
	top: 0px;
	left: 0px;
}
#search_sub.embedded .box {
	width: 48%;
	margin-bottom: 30px;
}
#search_sub.embedded .box span {
	font-size: 1.6rem;
	display: block;
	margin-bottom: 5px;
}
#search_sub.embedded .box select {
  width: 100%;
  font-size: 1.6rem;
  padding: .5em;
}
#search_sub.embedded #search_sub dd {
	display: none;
}

#search_sub .accommodations.category {
	overflow: hidden;
	margin-bottom: 25px;
}
#search_sub dt input[type="checkbox"],
#search_sub p input[type="checkbox"] {
  cursor: pointer;
}

/* ジャンル検索 *************************************************/
#search_sub dd label,
#search_sub p label {
	font-size: 1.25rem;
	line-height: 130%;
}
#search_sub dt label {
	font-size: 1.8rem;
}
#search_sub dl dd {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(130px, 1fr));
  justify-items: start;
  gap: 1em .5em;
  padding: 0 1em 2em 1em;
}
@media screen and (max-width: 750px) {
  #search_sub dl dd {
    grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
  }
}
#search_sub dd span {
  display: inline-block;
}
#search_sub #area_checkbox dd span input[type="checkbox"] {
  position: static;
  width: 1em;
  height: 1em;
  margin-right: .3em;
}

/* 季節検索 *************************************************/
#search_sub .seasons span {
	width: 23.2%;
	height: auto;
	float: left;
	display: block;
	padding: 13px 0 10px 5px;
	margin: .5%;
}
#search_sub .seasons label {
    font-size: 1.5rem;
    line-height: 150%;
    margin-left: 10px;
}
#search_sub .seasons01 {
	background-color: #ff9e9e;
}
#search_sub .seasons02 {
	background-color: #00b7ee;
}
#search_sub .seasons03 {
	background-color: #fbd212;
}
#search_sub .seasons04 {
	background-color: #b5b5b5;
}
#search_sub .seasons input {
	width: 17px;
	height: 17px;
	position: relative;
	top: 6px;
	left :5px;
	float: left;
}

/* エリア検索 *************************************************/
#search_sub #area {
  display: flex;
  flex-wrap: wrap;
  gap: 2em;
  margin-bottom: 5em;
}
@media screen and (max-width: 750px) {
  #search_sub #area {
    flex-direction: column;
    gap: 1em;
    margin-bottom: 3em;
  }
}
#search_sub #area h2 {
  width: 100%;
  margin: 0;
}

/* 地図検索 *************************************************/
#search_sub #map {
  flex: 1;
  min-width: 400px;
}
#search_sub #map img {
	vertical-align: bottom;
	width: 100%;
}
/* 地図チェックボックス検索 *************************************************/
/* ALL */
#search_sub #area_checkbox {
  flex: 1;
  min-width: 400px;
}
#search_sub #area_checkbox p {
  display: flex;
  align-items: center;
  background-color: #F2E9DC;
  padding: 1.5em;
  margin-bottom: 10px;
  cursor: pointer;
}
#search_sub #area_checkbox p label {
  font-size: 1.6rem;
}
/* 背景白 */
#search_sub #area_checkbox dd label {
  font-size: 1.3rem;
  line-height: 1.2;
}
/*#search_sub .not_toggle #area_checkbox p,*/
#search_sub .not_toggle #area_checkbox dl {
    margin-bottom: 0;
}

/* キーワード検索 *************************************************/
#search_sub #keyword {
	margin-top: 0;
	margin-right: 1%;
	margin-bottom: 20px;
}
#search_sub .search_keyword {
	margin-left: 0px;
}
#search_sub .seek_keyword {
	margin-left: 1%;
}
#search_sub .category_keyword {
	margin-left: 1%;
}
#search_sub .event_keyword {
	margin-left: 1%;
}
#search_sub .accommodation_keyword {
	margin-left: 1%;
}
#search_sub .food_keyword {
	margin-left: 1%;
}
#search_sub .course_keyword {
	margin-left: 1%;
}
#search_sub .photo_keyword {
	margin-left: 1%;
}
#search_sub #keyword_input {
  width: 100%;
  font-size: 1.6rem;
  padding: .5em;
}

/* 検索ボタン *************************************************/
#search_sub .search_input_box {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 2em;
  margin: auto;
}
@media screen and (max-width: 750px) {
  #search_sub .search_input_box {
    gap: 1em;
  }
}
#search_sub :where(input[class*="search_"]) {
  width: min(350px, 100%);
	color: #fff;
  font-size: 1.6rem;
  background: #959595 url("../img/searches/shiborikomi_arrow2.png") no-repeat center right / 2em;
  border: none;
  padding: 1em 2em;
  cursor: pointer;
  white-space: pre-wrap;
  line-height: 1.3;
}
  /* クリアーボタン */
/* #search_sub .search_clear {
} */
/* 検索開始ボタン */
#search_sub .search_but {
  background-color: #000;
}

/****************************************************************************/
/** 検索結果 タイトル                                                       */
/****************************************************************************/

#search_results .result {
  font-size: 3.2rem;
  font-weight: bold;
  border-bottom: 1px solid #E5E5E5;
  padding-block: 1em 0;
  margin-bottom: 1em;
}
.en #search_results .result {/* 英語 */
	font-family: 'Lato', 'sans-serif';
}
.tw #search_results .result {/* 繁体字 */
	font-family : 'SimSun','serif';
}
.cn #search_results .result {/* 簡体字 */
	font-family : 'SimSun','serif';
}
.ko #search_results .result {/* 韓国語 */
	font-family:"Malgun Gothic","Yoon Gothic","sans-serif";
}
#search_results .result span {
	font-size: 1.5rem;
	padding-left: 5px;
}

/****************************************************************************/
/** 検索結果 表示モード切替 */
/****************************************************************************/
.display_switching {
  display: none;
	overflow: hidden;
	margin: -35px 0px 55px;
}
.display_switching li {
	height: 23px;
	float: right;
	margin-left: 10px;
}
.display_switching li a {
	background-repeat: no-repeat;
	white-space: nowrap;
	text-indent: 100%;
	overflow: hidden;
	height: 23px;
	display: block;
}
.en .display_switching li a {/* 英語 */
	background-image: url(../img/underlayer/ico/ico_mode_change.jpg);
}
.tw .display_switching li a {/* 繁体字 */
	background-image: url(../img/underlayer/ico/ico_mode_change_tw.jpg);
}
.cn .display_switching li a {/* 簡体字 */
	background-image: url(../img/underlayer/ico/ico_mode_change_cn.jpg);
}
.ko .display_switching li a {/* 韓国語 */
	background-image: url(../img/underlayer/ico/ico_mode_change_ko.jpg);
}
.th .display_switching li a {/* タイ語 */
	background-image: url(../img/underlayer/ico/ico_mode_change_th.jpg);
}
.display_switching li.photo_mode {
	width: 100px;
}
.display_switching li.photo_mode a {
	background-position: -308px 0;
}
.display_switching li.list_mode {
	width: 93px;
}
.display_switching li.list_mode a {
	background-position: -200px 0;
}

/****************************************************************************/
/** 検索結果 ページネーター                                                 */
/****************************************************************************/
.pager {
  text-align: right;
}
.pager:last-child {
  text-align: center;
}
.pager ul {
	margin-left: auto;
	margin-right: 0;
}
.pager li {
	display: inline-block;	
	font-size: 1.34rem;
	line-height: 30px;
	text-align: center;
	width: 30px;
	height: 30px;
	margin-right: 10px;
	border: none;
	color: #fff;
	background-color: #999;
}
.en .pager li {/* 英語 */
	font-family: 'Lato', 'sans-serif';
}
.tw .pager li {/* 繁体字 */
	font-family : 'SimSun','serif';
}
.cn .pager li {/* 簡体字 */
	font-family : 'SimSun','serif';
}
.ko .pager li {/* 韓国語 */
	font-family:"Malgun Gothic","Yoon Gothic","sans-serif";
}
.pager li a {
	color: #fff;
	background-color: #ccc;
	display: block;
	text-align: center;
}
.pager .back {
	color: #fff;
	background-image: url(../img/underlayer/pager/btn_ico_back.png);
	background-repeat: no-repeat;
	background-position: 15px center;
	background-color: #ccc;
	text-indent: 15px;
	width: 80px;
}
.pager .next {
	color: #fff;
	background-image: url(../img/underlayer/pager/btn_ico_next.png);
	background-repeat: no-repeat;
	background-position: 55px center;
	background-color: #ccc;
	text-indent: 10px;
	text-align: left;
	width: 80px;
	margin-right: 0;
}
.pager .back a {
	color: #fff;
	background-image: url(../img/underlayer/pager/btn_ico_back.png);
	background-repeat: no-repeat;
	background-position: 15px center;
}
.pager .next a {
	color: #fff;
	background-image: url(../img/underlayer/pager/btn_ico_next.png);
	background-repeat: no-repeat;
	background-position: 55px center;
	text-align: left;
}

/****************************************************************************/
/** 検索結果 表示                                                           */
/****************************************************************************/
.list_box h2 {
  color: #000;
  font-size: 2.4rem;
  line-height: 1;
  font-weight: bold;
  text-align: left;
  margin-top: 0;
  margin-bottom: 15px;
}
.en .list_box h2 {/* 英語 */
	font-family: 'Lato', 'sans-serif';
}
.tw .list_box h2 {/* 繁体字 */
	font-family : 'SimSun','serif';
}
.cn .list_box h2 {/* 簡体字 */
	font-family : 'SimSun','serif';
}
.ko .list_box h2 {/* 韓国語 */
	font-family:"Malgun Gothic","Yoon Gothic","sans-serif";
}
.list_box h2 span {
	font-size: .7rem;
	display: block;
	line-height: 1.8;
}
#search_results p,
#search_results dl,
#search_results ul {
  font-size: 1.4rem;
}
#search_results .list_box h2 a {
  color: #75793A;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.2;
}
#search_results .list_box {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(460px, 1fr));
  gap: 3em;
  padding-block: 2em 4em;
}
#search_results .list_box .list {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 1.5em;
}
#search_results .list_box .list img {
	width: 100%;
	height: auto;
}
#search_results .list_box .list a img {
  height: 100%;
  object-fit: cover;
}
#search_results .list_box .list .left {
  flex: 1;
  float: unset;
}
#search_results .list_box .list .left > * {
  overflow-wrap: anywhere;
  word-break: break-word;
}
#search_results .list_box .list .right {
  flex: 1;
  float: unset;
}
#search_results .list_box .list .right a {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 4 / 3;
  background: #f4f4f4;
}
#search_results .list_box .list .right ul,
#search_results .list_box .list .left ul {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  padding-block: 1em 0;
}
#search_results .list_box .list .right ul:not(:has(> li)),
#search_results .list_box .list .left ul:not(:has(> li)) {
  display: none;
}
#search_results .list_box .list .right_shopping ul,
#search_results .list_box .list .left_shopping ul {
	margin-top: 5px;
}
#search_results .list_box .list .right_shopping ul li,
#search_results .list_box .list .left_shopping ul li {
    margin-bottom: 5px;
	display: inline-block;
}

/****************************************************************************/
/** 検索結果 表示（フォトモード） */
/****************************************************************************/
#search_results .photo_mode {
	letter-spacing: -.40em;
}
#search_results .list_box.photo_mode .list {
	width: 23%;
	height: auto;
	display: inline-block;
	letter-spacing: normal;
	vertical-align: top;
	border: none;
	margin-left: 1%;
	margin-right: 1%;
}
#search_results .photo_mode .list .left {
	width: auto;
	float: none;
}
#search_results .photo_mode .list .right {
	width: auto;
	float: none;
}
#search_results .photo_mode .list .right img {
    width: 100%;
    float: none;
}
#search_results .photo_mode .list p,
#search_results .photo_mode .list ul {
    display: none;
}

/****************************************************************************/
/** 検索結果 表示（個別）　　　　　　　　　　　　　　　　　　　　　　　　　 */
/****************************************************************************/

/* イベントサーチ *************************************************/
.events #search_sub dl {
  margin-bottom: 10px;
}

/* プランサーチ *************************************************/
.plan #search_results a.seemore {
	float: right;
	margin-top: -60px;
	font-size: 1.2rem;
}

/* フードサーチ *************************************************/
.food.gn #search_results .display_switching {
	display: none;
}
.food.gn .pager {
	margin-top: 20px;
}
/* ぐるナビ *************************************************/
.food .gurunabi {
	text-align: right;
	margin: -45px 0px 25px;
}
.food .gurunabi img {
	width: 90px;
	height: 35px;
}

.en .food.gn #search_results .list_box h2 {/* 英語 */
	font-family: 'Lato', 'sans-serif';
}
.tw .food.gn #search_results .list_box h2 {/* 繁体字 */
	font-family : 'SimSun','serif';
}
.cn.food.gn #search_results .list_box h2 {/* 簡体字 */
	font-family : 'SimSun','serif';
}
.ko .food.gn #search_results .list_box h2 {/* 韓国語 */
	font-family:"Malgun Gothic","Yoon Gothic","sans-serif";
}

.food.gn #search_results .list h2 {
	font-size: 2rem;
	line-height: 1.2;
	margin-bottom: 10px;
}
.food.gn #search_results .list h2 + p {
	font-size: 1.25rem;
	line-height: 1.1;
	color: #000;
}
.food.gn #search_results .list {
	border-top: solid 1px #ccc;
	overflow: hidden;
	padding-bottom: 20px;
	padding-top: 20px;
	margin-bottom: 0;
}
.food.gn #search_results .list p,
.food.gn #search_results .list ul li {
	color: #666;
	font-size: .84rem;
	line-height: 1.2;
	word-wrap:break-word;
	margin-bottom:3px;
}
.food.gn #search_results .list .left {
	width: 65%;
	word-wrap: break-word;
}
.food.gn #search_results .list .right {
	width: 33%;
	padding-top: 45px;
}
.food.gn #search_results .list .right ul {
	margin-top: 5px;
}
.food.gn #search_results .list .right ul li {
	margin-right: 5px;
    margin-bottom: 5px;
	display: inline-block;
}



/* アコモデーションサーチ *************************************************/

/* アコモデーションサーチ カテゴリー *************************************************/
.accommodations_category .pager {
	margin-top: 20px;
}
.accommodations_category .display_switching {
	overflow: hidden;
}
.accommodations_category .display_switching li {
	height: 23px;
	float: right;
	margin-left: 10px;
}
.accommodations_category .display_switching li a {
	background-image: url(../img/underlayer/ico_hotels/ico_mode_change.jpg);
}
.accommodations.category .display_switching li.photo_mode {
	width: 100px;
}
.accommodations_category .display_switching li.photo_mode a {
	background-position: -308px 0;
}
.accommodations_category .display_switching li.list_mode {
	width: 93px;
}
.accommodations_category .display_switching li.list_mode a {
	background-position: -200px 0;
}
.accommodations_category .display_switching li.area {
	width: 60px;
}
.accommodations_category .display_switching li.area a {
	background-position: -120px 0;
}
.accommodations_category .display_switching li.guest_rating {
	width: 110px;
}
.accommodations_category .display_switching li.guest_rating a {
	background-position: 0 0
}
.accommodations_category .point {
	font-size: 1.17rem;
  line-height: 1.5;
	padding-bottom: 20px;
}
.accommodations_category .ico_list {
	width: 320px;
	float: left;
	padding: 5px 0;
	margin-top: 10px;
}
.accommodations_category .ico_list img {
	width: 30px;
	height: 30px;
}
.accommodations_category .ico_list li {
	display: inline;
}
.accommodations_category .ico_money {
	width: 150px;
	float: left;
	border-left: solid 1px #ccc;
	padding: 5px 0 5px 5px;
	margin-top: 10px;
}
.accommodations_category .ico_money li {
	display: inline;
	margin-left: 2px;
}
.accommodations_category .ico_money img {
	width: 26px;
	height: 26px;
}

/****************************************************************************/
/** マップ                                                                  */
/****************************************************************************/


@media screen and (max-width:750px){
/****************************************************************************/
/** 検索メニュー 開閉                                                       */
/****************************************************************************/
#searchset_canToggle {
  font-size: 2.38rem;
}

/****************************************************************************/
/** 検索メニュー                                                            */
/****************************************************************************/

/* 共通 *************************************************/
#search_sub.embedded .box {
    width: 100%;
    float: none;
    margin: 30px 0;
}

/* ジャンル検索 *************************************************/
#search_sub h2 {
  font-size: 1.909rem;
}
#search_sub dd span {
	width: 100%;
	float:none;
}

/* 季節検索 *************************************************/
#search_sub .seasons span {
    width: 100%;
    margin: 0 0 10px 0;
}

/* エリア検索 *************************************************/

/* 地図検索 *************************************************/
#search_sub #map {
  min-width: 100%;
}

/* 地図チェックボックス検索 *************************************************/
#search_sub #area_checkbox {
  min-width: 100%;
}
#search_sub #area_checkbox p label {
  font-size: 1.684rem;
}
#search_sub #area_checkbox dt label {
  font-size: 1.684rem;
}
#search_sub #area_checkbox dd label {
  font-size: min(18px,1.46rem);
}
#search_sub  dd span,
#search_sub  p span,
#search_sub .situation dd span {
	display: inline-block;
	margin-top: 3px;
	margin-bottom: 3px;
}

/* キーワード検索 *************************************************/

/* 検索ボタン *************************************************/
#search_sub.embedded .search_input_box {
    width: auto;
}
#search_sub :where(input[class*="search_"]) {
  font-size: 1.684rem;
}

/****************************************************************************/
/** 検索結果 タイトル                                                       */
/****************************************************************************/
#search_results .result {
  font-size: 2.52rem;
}
#search_results .result span {
	font-size: 1.21rem;
}

/****************************************************************************/
/** 検索結果 表示モード切替                                                 */
/****************************************************************************/
.display_switching {
	display: none;
}

/****************************************************************************/
/** 検索結果 ページネーター                                                 */
/****************************************************************************/
.pager {
  display: flex;
  justify-content: center;
	width: auto;
	text-align: center;
	margin: 20px 0;
}
.pager li {
	width: 7%;
  font-size: 1.6rem;
	float: none;
	display: inline-block;
	margin-right: 1%;
}
.pager .back,
.pager .next {
	background-color: #000;
	width: 11%;
	white-space: nowrap;
	text-indent: 100%;
	overflow: hidden;
}
.pager .back {
	background-position: 15px center;
}
.pager .next {
	background-position: 15px center;
}
.pager .back a {
	background-position: 15px center;
}
.pager .next a {
	background-position: 15px center;
}

/****************************************************************************/
/** 検索結果 表示                                                           */
/****************************************************************************/
.list_box h2 {
  font-size: 3.03rem;
}
#search_results .list_box {
  grid-template-columns: auto;
  gap: 2em;
  padding-block: 0 1em;
}
#search_results .list_box .list {
  width: 100%;
  border-bottom: solid 1px #ccc;
  padding-bottom: 2em;
}
#search_results .list_box .list .left {
	width: 100%;
  min-width: 100%;
}
#search_results .list_box .list .right {
	width: 100%;
  min-width: 100%;
}


/****************************************************************************/
/** 検索結果 表示（フォトモード）                                           */
/****************************************************************************/
#search_results .list_box.photo_mode .list {
	width: 46%;
	margin: 2%;
	border-bottom: none;
}
#search_results .list_box.photo_mode .list .left,
#search_results .list_box.photo_mode .list .right {
	width: 100%;
}

/****************************************************************************/
/** 検索結果 表示（個別）                                                   */
/****************************************************************************/

/* イベントサーチ *************************************************/

/* プランサーチ *************************************************/

/* フードサーチ *************************************************/

/* アコモデーションサーチ *************************************************/

/* アコモデーションサーチ カテゴリー *************************************************/
.accommodations_category .list_box h2 {
  font-size: 2.4em;
  margin-bottom: 0;
}
.accommodations_category .point {
  font-size: 1.4rem;
}
.accommodations_category .list {
	border-top: double 3px #CCC;
	margin-bottom: 0;
}
.accommodations_category .list_box .left {
	width: 100%;
	float: none;
	text-align: center;
	margin-top: 15px;
}
.accommodations_category .list_box .right {
	width: 100%;
	float: none;
	padding-top: 5px;
	margin-top: 15px;
}
.accommodations_category .ico_list {
	width: 100%;
	float: none;
	padding: 5px 0;
	margin: 0;
}
.accommodations_category .ico_money {
	width: 100%;
	float: none;
	border-left: none;
	padding: 5px 0;
	margin: 0;
}

/****************************************************************************/
/** マップ                                                                  */
/****************************************************************************/
#map {
	text-align: center;
	width: 100%;
	height: auto;
	float: none;
	margin-bottom: 15px;
}

.food.gn #search_results .list_box .list {
    border-top: none;
}
}
.events #search_results .list_box .list .right ul {
	display: none;
}

/* Search_layout_add 250409asa  */
.h2bg + .free_html p {
  line-height: 1.5;
}
#search_results .list_box h2 span {
  width: fit-content;
  font-size: 1.2rem;
  line-height: 1.6;
  letter-spacing: .1em;
  border-inline: 1px solid;
  padding: .1em 1em;
  margin-bottom: .5em;
}
@media screen and (max-width: 750px) {
  #search_results .list_box h2 span {
    margin-block: .5em;
  }
}
#search_results .list_box p + p {
  padding-top: .5em;
}
@media screen and (max-width: 750px) {
  #search_sub dl > input {
    width: 1em;
    height: 1em;
  }
}