@charset "utf-8";

/* ==================================================
PC
================================================== */

/* ========== トップページ ========== */
.sp {
	display: none;
}

.pc {
	display: block;
}

/* Start Slider CSS  */
.pg_class_slide_a_center {
	width: 100%;
	max-width: 1280px;
	height: 640px;
	max-height: 640px !important;
	margin: 0 auto;
	border-radius: 20px;
	overflow: hidden;
}

.swiper-slide img.pg_class_slide_img_fit {
	width: 100%;
	height: 100%;
	object-fit: cover !important;
}

.tenrankai:has(.free_box:not(:has(p))) {
	display: none;
}

.swiper-wrapper {
	padding-bottom: 38px;
}

.swiper-pagination {
	width: fit-content !important;
	max-width: 1080px !important;
	position: absolute !important;
	top: unset !important;
	left: unset !important;
	right: clamp(20px, calc(50% - 388px), 50%) !important;
	bottom: 9px !important;
	transform: none !important;
	margin-top: 0 !important;
	display: flex;
	justify-content: end;
	flex-wrap: wrap;
	row-gap: 10px;
}

button.swiper-button-start,
button.swiper-button-stop {
	width: 28px !important;
	height: 28px !important;
	position: absolute !important;
	right: clamp(0px, calc(50% - 550px), 50%) !important;
	top: unset !important;
	bottom: 0 !important;
	transform: none !important;
	background: #55467e !important;
	box-shadow: none !important;
}

button.swiper-button-stop::after {
	width: 8px !important;
	height: 12px !important;
	background: url(/img/sites/higashiyama/top/pause.png) no-repeat !important;
	background-size: contain !important;
	background-position: center !important;
}

button.swiper-button-prev,
button.swiper-button-next {
	width: 28px !important;
	height: 28px !important;
	position: absolute !important;
	right: clamp(40px, calc(50% - 502px), 50%) !important;
	top: unset !important;
	bottom: 0 !important;
	left: unset !important;
	transform: none !important;
	background: #55467e !important;
	box-shadow: none !important;
	clip-path: none !important;
}

button.swiper-button-prev {
	right: clamp(80px, calc(50% - 454px), 50%) !important;
}

button.swiper-button-prev::after {
	width: 9px !important;
	height: 16px !important;
	top: 50% !important;
	left: 48% !important;
	transform: translate(-50%, -50%) !important;
	background: url(/img/sites/higashiyama/top/prev.png) no-repeat !important;
	background-size: contain !important;
	background-position: center !important;
	clip-path: none !important;
}

button.swiper-button-next::after {
	width: 9px !important;
	height: 16px !important;
	top: 50% !important;
	left: 52% !important;
	transform: translate(-50%, -50%) !important;
	background: url(/img/sites/higashiyama/top/next.png) no-repeat !important;
	background-size: contain !important;
	background-position: center !important;
	clip-path: none !important;
}

.swiper-pagination-bullet {
	width: 60px !important;
	height: 6px !important;
	border-radius: 3px !important;
	background: #d6d6d6 !important;
	opacity: 1 !important;
	margin: 0 5px !important;
}

.swiper-pagination-bullet-active {
	background: #55467e !important;
}

.color_change.color_black .swiper-pagination-bullet {
	background: #333333 !important;
}

.color_change.color_blue .swiper-pagination-bullet {
	background: #0000AA !important;
}

.color_change.color_black .swiper-pagination-bullet-active {
	background: #ffffff !important;
}

.color_change.color_blue .swiper-pagination-bullet-active {
	background: #ffffff !important;
}

#slide_box {
	position: relative;
}

.slide_txt_box {
	position: absolute;
	bottom: 80px;
	left: clamp(25px, calc(50% - 550px), 50%);
	color: #333;
	-webkit-text-fill-color: #ffffff;
	z-index: 7;
	text-shadow: 0px 0px 5px #333, 
				 0px 0px 5px #333;
}

.color_change .slide_txt_box {
	background-color: transparent !important;
}

.slide_txt_box p {
	margin: 0;
	font-size: 4rem;
}

.color_change .slide_txt_box p {
	background-color: transparent !important;
}

.slider_link {
	width: 100%;
	max-width: 100px;
	display: block;
	padding: 13px 50px;
	border: 1px solid #ffffff;
	border-radius: 9999px;
	text-decoration: none;
	color: #333 !important;
	-webkit-text-fill-color: #ffffff !important;
	text-decoration: none !important;
	text-align: center;
	margin-top: 18px;
	position: relative;
	font-size: 1.6rem;
}

.font_size_changed .slider_link {
	max-width: 174px;
}

.slider_link::after {
	content: "";
	width: 7px;
	height: 13px;
	background: url(/img/sites/bungaku-museum/top/right_arrow.png) no-repeat right center;
	background-size: contain;
	position: absolute;
	right: 35px;
	top: 50%;
	transform: translateY(-50%);
}

/* End Slider CSS  */

/* Start Site Footer CSS  */

#site_footer {
	max-width: 1040px;
	margin: 20px auto;
	background: #f5e5e5;
	padding: 30px 45px;

	display: flex;
	align-items: flex-start;
	gap: 34px;
	border-radius: 20px;
}

#site_footer h2 {
	min-width: 184px;
	position: relative;
	padding-left: 53px;
	font-size: 2.4rem;
	color: #cc0000;
	font-weight: 700;
	font-family: 'BIZ UDPGothic', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Arial, Meiryo, メイリオ, Osaka, sans-serif;
}

#site_footer h2::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	width: 40px;
	height: 40px;
	background: url(/img/sites/higashiyama/common/alert_icon.png) no-repeat;
	background-size: contain;
	background-position: center;
}

.color_change.color_black #site_footer h2,
.color_change.color_blue #site_footer h2 {
	padding-left: 46px;
}

.color_change.color_black .tpl_site_index #site_footer h2::before,
.color_change.color_blue #site_footer h2::before {
	display: block !important;
}

.tpl_site_index #site_footer_box {
	margin-top: 0;
}

.tpl_site_index #site_footer {
	padding: 35px 30px;
	margin: 20px auto 40px;
}

#site_footer_box p {
	margin: 0;
	margin-top: 13px;
	font-size: 1.8rem;
	letter-spacing: 0.05em;
	line-height: 1.5;
}

#site_footer_box p:first-child {
	margin-top: 0;
}

#site_footer_box p a:visited {
	color: #333333 !important;
}

.color_change.color_black .tpl_site_index #site_footer_box,
.color_change.color_blue .tpl_site_index #site_footer_box {
	padding-left: 0;
	background: transparent !important;
}

.color_change.color_black .tpl_site_index #site_footer_box p,
.color_change.color_blue .tpl_site_index #site_footer_box p {
	background: transparent !important;
}

/* End Site Footer CSS   */
.tpl_site_index #footstep_wrap {
	display: none !important;
}

.tpl_site_index h2 {
	margin: 0;
	padding: 0;
	font-family: 'BIZ UDPGothic', 'BIZ UDPMincho', 'Yu Mincho', 'Hiragino Mincho Pro', 'HiraMinProN-W3', 'ヒラギノ明朝 Pro W3', Century, '游明朝', '游明朝体', serif;
	font-size: 2.4rem;
	position: relative;
}

.tpl_site_index h2.header_search_ttl::before {
	content: none;
}

.tpl_site_index h2::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	width: 4px;
	height: 60px;
	background: #55467e;
}

.tenrankai .free_box p {
	margin: 0;
	padding: 0;
}

.tenrankai .free_box p:last-child {
	display: none;
}

.tenrankai {
	display: flex;
	align-items: center;
	gap: 40px;
	background: #e3ecec;
	padding: 26px 29px 25px 29px;
	position: relative;
}

.tenrankai::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 2px;
	background: #008388;
}

.color_change.color_black .tenrankai::before,
.color_change.color_blue .tenrankai::before {
	background: #ffffff !important;
}

.tpl_site_index h2.section_information_ttl {
	position: relative;
	padding: 14px 25px 12px;
	font-size: 3.2rem;
	margin-bottom: 34px;
}

.color_change.color_black h2.section_information_ttl::before,
.color_change.color_blue h2.section_information_ttl::before,
.color_change.color_black h2.pickup_title::before,
.color_change.color_blue h2.pickup_title::before {
	display: block !important;
	background: #ffffff !important;
}

.tenrankai .free_box p>a {
	font-size: 2rem;
}

.tenrankai .free_box p>a:link,
.tenrankai .free_box p>a:visited {
	color: #333333;
	font-weight: 600;
}

.tpl_site_index #main_body .detail_free :where(p, ul, ol),
.tpl_site_index #main_body .detail_writing {
	padding: 0;
	margin: 0;
	line-height: 1;
}

.tpl_site_index #main_body div.detail_free {
	max-width: 320px;
	margin: 0;
	padding: 20px;
	background-color: #ccc7d8;
	position: relative;
	z-index: 2;
	border-radius: 20px;
}

.tpl_site_index #main_body div.detail_free p>img {
	width: 100% !important;
	border-radius: 10px;
}

.tpl_site_index #mymainback {
	padding-top: 40px;
	padding-bottom: 0;
}

.section_information_flex {
	display: flex;
	gap: 40px;
}

.section_information_wrapper {
	width: calc(100% - 360px);
}

.section_information_list ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

.section_information_list ul li .article_title > img {
	display: none;
}

.section_information_list ul li .article_title a:visited {
	color: #333333 !important;
}

.section_information_list ul li .article_title a {
	width: 100%;
	display: block;
	padding-top: 14px;
	padding-bottom: 14px;
}

.section_information_list ul li {
	display: flex;
	align-items: center;
	gap: 64px;
	padding: 10px 20px;
	border-bottom: 1px solid #cccccc;
}

.section_information_list ul li:last-child {
	border-bottom: none;
}

.section_information_list ul li .article_date {
	max-width: 130px;
	width: 100%;
	display: block;
	font-size: 1.4rem;
	font-weight: 600;
	line-height: 1.2;
	position: relative;
}

.section_information_list ul li .article_date::before {
	content: "";
	position: absolute;
	top: 50%;
	right: -35px;
	transform: translateY(-50%);
	width: 5px;
	height: 20px;
	background: url(/img/sites/bungaku-museum/top/info_border.png) no-repeat left center;
	background-size: contain;
}

.section_information_list ul li .article_title {
	font-size: 1.8rem;
	width: 100%;
}

.section_information_list ul li .article_title a {
	width: calc(100% - 40px);
	padding-right: 40px;
	position: relative;
}

.section_information_list ul li .article_title a::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	width: 26px;
	height: 26px;
	background: url(/img/sites/bungaku-museum/top/right_arr.png) no-repeat right center;
	background-size: contain;
}

.link_ichiran {
	max-width: 280px;
	width: 100%;
	margin: 35px auto 0;
	font-size: 1.6rem;
	text-align: end;
	display: flex;
	justify-content: center;
	position: relative;
	font-weight: 700;
	background: #55467e;
	border-radius: 30px;
	transition: all 0.25s ease;
}

.link_ichiran a {
	width: 100%;
	display: flex;
	justify-content: center;
	padding: 16px 20px;
	padding-right: 40px;
	color: #ffffff;
	position: relative;
	text-decoration: none !important;
	text-align: start;
	transition: all 0.5s ease-in-out;
	border: 2px solid #55467e;
	border-radius: 30px;
}

.link_ichiran:hover {
	background: #ffffff;
}

.color_change .link_ichiran {
	border: 2px solid #ffffff !important;
}

.link_ichiran:hover a {
	color: #55467e !important;
}

.link_ichiran a:link,
.link_ichiran a:visited {
	color: #ffffff;
}

.link_ichiran a::after {
	content: "";
	width: 7px;
	height: 12px;
	background: url(/img/sites/bungaku-museum/top/right_arrow.png) no-repeat right center;
	background-size: contain;
	position: absolute;
	right: 30px;
	top: 50%;
	transform: translateY(-50%);
	transition: all 0.3s ease-in-out;
}

.link_ichiran:hover a::after {
	background: url(/img/sites/bungaku-museum/top/right_arrow_purple.png) no-repeat right center;
	background-size: contain;
	transition: all 0.3s ease-in-out;
}

.color_change .link_ichiran a::after {
	background: url(/img/sites/bungaku-museum/top/right_arrow.png) no-repeat right center;
	background-size: contain;
}

.color_change.color_black .link_ichiran::after,
.color_change.color_blue .link_ichiran::after {
	background: url(/img/sites/higashiyama/top/view_more_arrow.png) no-repeat right center;
	background-size: contain;
}

/* section information end */

/* start place sec css */
.places_section {
	padding-top: 60px;
}

.places_container {
	max-width: 1600px;
	margin: 0 auto;
	box-sizing: border-box;

}

.places_bg {
	background-color: #007eaf;
	width: 100%;
	position: relative;
}

.places_bg:first-child::before {
	content: '';
	background-image: url(/img/sites/higashiyama/top/compass.png);
	background-size: contain;
	background-repeat: no-repeat;
	width: 70px;
	height: 140px;
	position: absolute;
	left: 20px;
	top: -140px;
}

.places_bg.special {
	background-color: #008388;
}

.places_sec_grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
}

.places_info_side {
	display: flex;
	justify-content: end;
	padding-right: 65px;
	padding-bottom: 64px;
}

.places_info_side.reverse {
	justify-content: start;
	padding-right: 0;
	padding-left: 58px;
}

.places_info_blk {
	margin-right: 66px;
	display: flex;
	width: fit-content;
	flex-direction: column;
	align-items: center;
	margin: 53px 0;
}

.places_info_ttl {
	font-family: 'Yu Mincho', 'Hiragino Mincho Pro', 'HiraMinProN-W3', 'ヒラギノ明朝 Pro W3', Century, 'BIZ UDPMincho', '游明朝', '游明朝体', serif;
	font-size: 3.2rem;
	color: #fff;
	line-height: 1.5;
	text-align: center;
	margin: 0;
	padding-bottom: 12px;
	position: relative;
	width: 100%;
}

.places_info_ttl::after {
	content: "";
	width: 40px;
	height: 2px;
	background-color: #fff;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: -1px;
}

.places_info_para {
	font-size: 1.8rem;
	color: rgb(255, 255, 255);
	line-height: 1.722;
	text-align: center;
	margin: 38px 0 35px;
	max-width: 440px;
}

.places_info_btn {
	font-size: 1.6rem;
	color: #fff !important;
	font-weight: bold;
	line-height: 1.25;
	text-align: left;
	text-decoration: none !important;
	font-family: 'BIZ UDPGothic', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Arial, Meiryo, メイリオ, Osaka, sans-serif;
	padding: 10px 51px;
	border: 1px solid #fff;
	position: relative;
}

.places_info_btn:hover {
	text-decoration: underline !important;
	text-underline-offset: 4px;
}

.places_info_btn::after {
	content: '';
	background-image: url(/img/sites/higashiyama/top/view_more_arrow.png);
	background-size: contain;
	background-repeat: no-repeat;
	width: 8px;
	height: 12px;

	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 20px;
}

.places_img_ctnr {
	width: 100%;
}

.places_img_ctnr img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

/* end place sec css */

/* google map start */
.gg_map_sec {
	padding: 60px 40px 0;
	box-sizing: border-box;
	position: relative;
	display: grid;
	grid-template-columns: 63.7% 1fr;
}

.map_wrp {
	position: absolute;
	left: 0;
	padding: 60px 40px 0;
	width: calc(100% - 80px);
	height: calc(100% - 60px);
}

.the_map {
	width: 100%;
	height: 100%;
	border: none;
}

.gg_map_txt_box {
	z-index: 2;
	background-color: #008388;
	padding: 26px 38px 5px 30px;
	max-width: 550px;
	max-height: 500px;
	box-sizing: border-box;
	margin: 60px 40px 76px 0;
	overflow-y: auto;
	scrollbar-width: thin;
}

.map_box_ttl {
	padding-left: 2rem;
	font-size: 2rem;
	color: #fff;
	font-weight: bold;
	line-height: 1.5;
	text-align: left;
	position: relative;
}

.map_box_ttl::before {
	content: "";
	width: 10px;
	height: 4px;
	background-color: #fff;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	opacity: 0.5;
}

.map_box_para {
	font-size: 1.8rem;
	color: rgb(255, 255, 255);
	line-height: 1.722;
	text-align: left;
	margin: 12px 0 18px;
}

/* google map end */

.pickup_section {
	margin-top: 87px;
}

.tpl_site_index h2.pickup_title {
	position: relative;
	padding-left: 25px;
	font-size: 3.2rem;
	line-height: 1.4;
	margin: 0;
	font-family: 'BIZ UDPGothic', 'BIZ UDPMincho', 'Yu Mincho', 'Hiragino Mincho Pro', 'HiraMinProN-W3', 'ヒラギノ明朝 Pro W3', Century, '游明朝', '游明朝体', serif;
}

.pickup_grid {
	display: flex;
	gap: 40px;
	flex-wrap: wrap;
	margin-top: 35px;
	justify-content: start;
}

.pu_link {
	display: flex;
	flex-direction: column;
	max-width: 340px;
	transition: box-shadow .25s ease, transform .25s ease;
}

.pu_link:link,
.pu_link:visited {
	color: #333333;
	text-decoration: none !important;
}

.pu_link:link:hover,
.pu_link:visited:hover {
	text-decoration: underline !important;
}

.pu_link:hover {
  box-shadow: 0 8px 24px rgba(0,0,0,.12);
  transform: translateY(-2px);
}

.pu_img {
	margin: 0;
	border-radius: 10px;
	overflow: hidden;
	background: #f1f1f1;
}

.pu_img img {
	width: 100%;
	object-fit: cover;
	display: block;
	aspect-ratio: 360 / 226;
}

.pu_body {
	position: relative;
	flex-grow: 1;
	padding: 25px 20px 60px;
	position: relative;
	flex-grow: 1;
	border-bottom: 1px solid #e6e6e6;
	margin: 0;
}

.pu_body::after {
	content: "";
	position: absolute;
	bottom: 20px;
	right: 20px;
	width: 26px;
	height: 26px;
	border-radius: 50%;
	background: url(/img/sites/bungaku-museum/top/right_arr.png) no-repeat center;
	background-size: 26px auto;
}

.pu_title {
	margin: 0 0 8px;
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 1.4;
}

.pu_text {
	margin: 0;
	font-size: 1.6rem;
	line-height: 1.6;
	color: #323333;
	letter-spacing: 0;
}

/* カレンダー */
.section_information_flex #main_body {
	width: 320px;
}

#calendar_wrapper {
	background: #ccc7d8;
	border-radius: 20px;
	padding: 20px;
}
#calendar_tab_detail_wrap {
	background: #ffffff;
	border-radius: 10px;
	padding: 20px;
}

.tpl_site_index #main_body div.detail_free {
	position: static;
}

/* ========== 背景色変更 ========== */

/* 共通 */
.color_change * {}

/* 黒 */
.color_black * {}

/* 青 */
.color_blue * {}


/* ==================================================
PC ここまで
================================================== */


/* ==================================================
スマートフォン
================================================== */
@media screen and (max-width: 1100px) {
	.sp {
		display: block;
	}

	.pc {
		display: none;
	}

	/* Slider CSS SP Start  */

	.tpl_site_index #mymainback {
		padding-top: 20px;
	}

	.swiper-fade .swiper-slide {
		height: auto;
		aspect-ratio: 2 / 1;
	}

	.pg_class_slide_a_center {
		width: calc(100% - 30px) !important;
		height: 100%;
		border-radius: 10px;
	}

	.swiper-slide img.pg_class_slide_img_fit {
		width: 100%;
		height: 100%;
		object-fit: cover !important;
	}

	.swiper-pagination-bullet {
		width: 24px !important;
	}

	.swiper-pagination,
	button.swiper-button-prev,
	button.swiper-button-next,
	button.swiper-button-start,
	button.swiper-button-stop {
		position: absolute;
		right: 50% !important;
		transform: translateX(50%) !important;
	}

	.swiper-pagination {
		width: 170px !important;
		display: flex;
		justify-content: end;
		flex-wrap: wrap;
		row-gap: 5px;
		bottom: 5px !important;
		transform: translate(calc(50% - 81px), -5px) !important;
	}

	button.swiper-button-prev {
		transform: translateX(calc(50% + 33px)) !important;
	}

	button.swiper-button-next {
		transform: translateX(calc(50% + 71px)) !important;
	}

	button.swiper-button-start,
	button.swiper-button-stop {
		transform: translateX(calc(50% + 110px)) !important;
	}

	.slide_txt_box {
		bottom: 50px;
	}

	.slide_txt_box p {
		font-size: 2rem;
	}

	.font_size_changed .slide_txt_box p {
		font-size: 1.5rem;
	}

	.slider_link {
		font-size: 1.4rem;
		max-width: 106px;
		padding: 11px 14px;
		padding-right: 40px;
		margin-top: 3px;
	}

	/* Slider CSS SP End    */

	/* Start Site Footer SP CSS  */
	#site_footer {
		max-width: 1053px;
		flex-direction: column;
		padding: 20px 27px 30px 20px;
		margin: 0;
	}

	#site_footer_box {
		flex-wrap: wrap;
	}

	.tpl_site_index #site_footer {
		padding: 20px 25px 21px 20px;
		margin: 15px;
	}

	.color_change.color_black .tpl_site_index #site_footer,
	.color_change.color_blue .tpl_site_index #site_footer {
		padding: 20px 27px 30px 20px;
	}

	/* End Site Footer SP CSS    */

	/* ========== トップページ ========== */
	/* 新着情報 */
	.tenrankai {
		align-items: start;
		gap: 0;
		justify-content: start;
		flex-direction: column;
	}

	.section_information_flex {
		flex-direction: column-reverse;
	}

	.tpl_site_index #main_body div.detail_free {
		margin: 0 auto;
	}

	.tpl_site_index h2.section_information_ttl {
		font-size: 2.8rem;
		padding: 14px 20px 12px;
		margin-bottom: 9px;
	}

	.section_information_list ul li:first-child {
		margin-top: 0;
	}

	.section_information_wrapper {
		width: 100%;
	}

	.section_information_list ul li .article_title a {
		width: calc(100% - 35px);
		padding: 0;
		padding-right: 35px;
	}

	.section_information_list ul li {
		flex-direction: column;
		gap: 10px;
		align-items: start;
		padding: 20px 0 30px;
		border-bottom: 1px solid #cccccc;
		margin: 10px 0;
	}

	.section_information_list ul li .article_date::before {
		right: -20px;
	}

	.section_information_list ul li .article_title {
		font-size: 1.6rem;
		width: 100%;
		align-items: start;
		padding-right: 0;
	}

	.section_information_list ul li a {
		display: block;
		padding-right: 35px;
	}

	.section_information_list ul li>span {
		display: block;
	}

	.section_information_list ul li>span+span {
		margin-top: 5px;
	}

	.section_information_list ul li>span.article_date {
		width: auto;
		font-size: 1.2rem;
	}

	.link_ichiran {
		margin: 0 auto 0;
	}

	/* section information end */

	.tpl_site_index h2.pickup_title {
		font-size: 2.8rem;
		padding: 14px 20px 12px;
	}

	.pickup_section{
		margin-top: 60px;
	}

	.pu_body {
		padding: 20px 0 25px;
	}

	.pu_body::after{
		content: none;
	}

	.pu_text{
		padding-right: 40px;
		position: relative;
	}

	.pu_text::after {
		content: "";
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		right: 0;
		width: 26px;
		height: 26px;
		border-radius: 50%;
		background: url(/img/sites/bungaku-museum/top/right_arr.png) no-repeat center;
		background-size: 26px auto;
	}

	/* places section */
	.places_section {
		padding-top: 0;
	}

	.places_bg:first-child::before {
		display: none;
	}

	.places_sec_grid {
		grid-template-columns: 1fr;
	}

	.places_bg.special .places_img_ctnr {
		grid-area: 2/ 1/ 3/ 2;
	}

	.places_info_side,
	.places_info_side.reverse {
		justify-content: center;
		padding-inline: 0;
		padding-bottom: 0;
	}

	.places_info_ttl {
		font-size: 2.4rem;
	}

	.places_info_para {
		font-size: 1.6rem;
		margin: 25px 0;
		max-width: 100%;
	}

	.places_sec_grid {
		padding: 0;
	}

	.places_info_blk {
		margin: 25px 0;
		padding: 0 20px;
	}

	/* places section end */

	/* google map sec */
	.gg_map_sec {
		padding: 0;
		grid-template-columns: 1fr;
		grid-template-rows: 200px 1fr;
		padding-top: 100px;
	}

	.gg_map_sec::before {
		content: '';
		background-image: url(/img/sites/higashiyama/top/compass.png);
		background-size: contain;
		background-repeat: no-repeat;
		width: 40px;
		height: 80px;
		position: absolute;
		left: 15px;
		top: 20px;
	}

	.map_wrp {
		top: 100px;
		padding: 0;
		width: 100%;
		height: 200px;
	}

	.gg_map_txt_box {
		max-width: unset;
		max-height: unset;
		overflow-y: visible;
		margin: 0;
		padding: 35px 34px 20px;
	}

	.map_box_ttl {
		font-size: 1.8rem;
	}

	.map_box_para {
		font-size: 1.4rem;
		margin: 2px 0 12px;
	}

	/* google map sec end */

	.pickup_grid {
		grid-template-columns: repeat(2, 1fr);
		gap: 30px;
		margin-top: 30px;
		justify-content: center;
	}

	/* カレンダー */
	.section_information_flex #main_body {
		width: 100%;
	}

	.tpl_site_index #main_body div.detail_free {
		max-width: none;
	}

	/* ========== 背景色変更 ========== */

	/* 共通 */
	.color_change * {}

	/* 黒 */
	.color_black * {}

	/* 青 */
	.color_blue * {}

}

@media screen and (max-width: 768px) {
	.pickup_grid {
		grid-template-columns: 1fr;
	}
	.pu_link {
		max-width: none;
		width: 90%;
	}

}

@media screen and (max-width: 400px) {
	.pg_class_slide_a_center {
		height: 100%;
		max-height: 173px !important;
	}

	.swiper-fade .swiper-slide {
		height: 173px;
	}
}

@media screen and (max-width: 375px) {
	.swiper-pagination {
		width: 140px !important;
		transform: translate(calc(50% - 64px), -4px) !important;
	}
}

/* ==================================================
スマートフォン ここまで
================================================== */