@charset "utf-8";

/* ==================================================
PC
================================================== */

.tpl_site_index #top_search {
	display: none;
}

.tpl_site_index .spm_menu_open #top_search {
	display: flex;
}

.color_change #header {
	border: none !important;
}

.color_change.color_black h2,
.color_change.color_blue h2 {
	background: transparent !important;
	background-color: transparent !important;
}

.color_change .oyama_town_ttl::after {
	content: none;
}

.color_change .section_information_list div.link_box span a {
	border: none !important;
}

/* ========== トップページ ========== */

/* 非表示 */
#footstep_wrap {
	display: none !important;
}

/*調整中分かりやすく表示用 後ほど削除*/
.mapbox {
	position: relative;
}

.mapbox .test_txt {
	position: absolute;
	z-index: 1;
	background: rgba(0, 0, 0, 0.7);
	padding: 5px;
	color: #ffffff;
	font-weight: bold;
	top: 0;
	left: 0;

}

/* スライドショー 1枚のとき */
.detail_slideshow:has(.swiper-slide:only-child) button[class*="swiper-button-"] {
	display: none !important;
}

/* スライドショー */
#top_photo_wrap {
	overflow: hidden;
}

#top_photo {
	width: 1080px;
	margin: 0px auto;
}

#top_photo_list .photo img {
	width: 100%;
	height: auto;
	vertical-align: top;
}

#top_photo_list .photo a {
	display: block;
	color: inherit;
	text-decoration: none;
}

#top_photo_list .photo span.photo_caption {
	display: block;
	background: #333333;
	color: #ffffff;
	padding: 5px 20px;
}

#top_photo_list .photo span.photo_caption:empty {
	padding: 0px;
}

#top_photo_list .photo span.photo_caption span {
	color: inherit !important;
}

/* スライドショー（3枚表示） */
#top_photo.triple #top_photo_list {
	width: calc(1080px * 3);
	position: relative;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

/* スライドコントロールボタン */
*[id*="_control_box"] {
	margin: 10px 0px 0px;
	padding: 10px 0px;
}

*[id*="_control_box"] button[id*="_control_"] {
	display: inline-block;
	vertical-align: middle;
	margin: 0px 5px 0px 0px;
	padding: 0px;
	width: 30px;
	height: 30px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 100%;
	border: 1px solid #ffffff;
	color: #ffffff;
	background-color: #333333;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 8px auto;
	text-align: left;
	text-indent: -9999em;
	overflow: hidden;
}

*[id*="_control_box"] button[id*="_control_prev"] {
	background-image: url("/img/top/photo/btn_slide_prev.png");
}

*[id*="_control_box"] button[id*="_control_next"] {
	background-image: url("/img/top/photo/btn_slide_next.png");
}

*[id*="_control_box"] button[id*="_control_pause"] {
	background-image: url("/img/top/photo/btn_slide_stop.png");
}

*[id*="_control_box"] button[id*="_control_play"] {
	display: none;
	background-image: url("/img/top/photo/btn_slide_play.png");
}

/* スライドナビゲーションボタン */
*[id*="_control_navigation"] {
	display: inline-block;
	vertical-align: middle;
	margin-right: 20px;
}

/* Slider Section Start  */

#slide_box {
	width: 100%;
	max-width: 1080px;
	margin: 0px auto;
}

.pg_class_slide_a_center {
	height: 600px;
}

a.pg_class_slide_a_center img {
	opacity: 1;
}

.swiper-slide {
	padding-bottom: 45px;
}

.swiper-slide img.pg_class_slide_img_fit {
	width: 100%;
	height: 100%;
	object-fit: cover !important;
	display: block !important;
}

.swiper-wrapper {
	height: auto !important;
	transition-timing-function: linear !important;
}

.pg_class_slide_div_center {
	height: 600px !important;
	align-items: start !important;
}

button.swiper-button-start,
button.swiper-button-stop {
	width: 30px !important;
	height: 30px !important;
	bottom: 0 !important;
	right: clamp(20px, calc(50% - 550px), 50%) !important;
	background: #f8f8f8 !important;
	top: unset !important;
	transform: none !important;
	color: #333333 !important;
}

.swiper-pagination {
	width: fit-content !important;
	position: absolute !important;
	right: clamp(179px, calc(50% - 362px), 50%) !important;
	bottom: 9px !important;
	left: unset !important;
	top: unset !important;
	margin: 0 !important;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	gap: 20px;
	row-gap: 5px;
}

.swiper-pagination-bullet {
	width: 10px !important;
	height: 10px !important;
	background: #dcdcdc !important;
	margin: 0 !important;
	opacity: 0.9 !important;
}

.color_change .swiper-pagination-bullet {
	background: #333333 !important;
	opacity: 0.9 !important;
}

.swiper-pagination-bullet-active {
	background: #3ec1f0 !important;
}

.color_change .swiper-pagination-bullet-active {
	background: #ffffff !important;
	opacity: 1 !important;
}

.swiper-caption {
	bottom: 62px !important;
	right: unset !important;
	left: 30px;
	width: fit-content !important;
	max-width: calc(100% - 60px);
	text-wrap: wrap !important;
	text-align: left !important;
	font-size: 2.4rem !important;
	padding: 18px 20px !important;
	background: rgba(255, 255, 255, 0.9) !important;
	color: #333333 !important;
}

button.swiper-button-stop::after {
	clip-path: none !important;
	width: 9px !important;
	height: 14px !important;
	left: 50% !important;
	transform: translate(-50%, -50%) !important;
	background: url("/img/sites/kanko/top/pause.png") no-repeat center center !important;
	background-size: contain !important;
}

.color_change button.swiper-button-stop::after {
	background: url("/img/sites/kanko/top/pause_white.png") no-repeat center center !important;
	background-size: contain !important;
}

button.swiper-button-start::after {
	clip-path: none !important;
	width: 14px !important;
	height: 12px !important;
	transform: translate(-50%, -50%) !important;
	background: url("/img/sites/kanko/top/play.png") no-repeat center center !important;
	background-size: contain !important;
}

.color_change button.swiper-button-start::after {
	background: url("/img/sites/kanko/top/play_white.png") no-repeat center center !important;
	background-size: contain !important;
}

button.swiper-button-next {
	width: 30px !important;
	height: 30px !important;
	right: clamp(71px, calc(50% - 530px), 50%) !important;
	background: #f8f8f8 !important;
	bottom: 0 !important;
	top: unset !important;
	transform: none !important;
	color: #333333 !important;
}

button.swiper-button-next::after {
	right: 9px !important;
	clip-path: none !important;
	width: 9px !important;
	height: 14px !important;
	background: url("/img/sites/kanko/top/next.png") no-repeat center center !important;
	background-size: contain !important;
}

.color_change button.swiper-button-next::after {
	background: url("/img/sites/kanko/top/next_white.png") no-repeat center center !important;
	background-size: contain !important;
}

button.swiper-button-prev {
	width: 30px !important;
	height: 30px !important;
	top: unset !important;
	bottom: 0 !important;
	left: unset !important;
	right: clamp(123px, calc(50% - 462px), 50%) !important;
	background: #f8f8f8 !important;
	transform: none !important;
	color: #333333 !important;
}

button.swiper-button-prev::after {
	clip-path: none !important;
	width: 9px !important;
	height: 14px !important;
	left: 9px !important;
	background: url("/img/sites/kanko/top/prev.png") no-repeat center center !important;
	background-size: contain !important;
}

.color_change button.swiper-button-prev::after {
	background: url("/img/sites/kanko/top/prev_white.png") no-repeat center center !important;
	background-size: contain !important;
}

/* Slider Section End  */


/* Start Photo Section  */
.photo {
	width: 100%;
	background: #c1f4e5;
	padding: 72px 0 80px;
}

.photo h2 {
	text-align: center;
	margin-top: 0;
	margin-bottom: 49px;
	font-size: 3.8rem;
}

/* End Photo Section  */

/* Second Slider Section Start  */
.tour_free_box_wrapper {
	max-width: 1080px;
	margin: 0 auto;

	display: flex;
	gap: 24px;
	justify-content: center;
	align-items: center;
}

.photo.slider_init .tour_free_box_wrapper {
	max-width: 100%;
	overflow: hidden;
}

.tour_free_box_wrapper .swiper-slide {
	width: 313px !important;
	flex-shrink: 0;
	padding-bottom: 0;
}

.tour_free_box_wrapper img {
	width: 100%;
	height: auto !important;
	display: block;
}

.tour_free_box_wrapper button.swiper-button-start,
.tour_free_box_wrapper button.swiper-button-stop {
	position: relative !important;
	right: unset !important;
	bottom: unset !important;
}

.tour_free_box_wrapper button.swiper-button-next {
	position: relative !important;
	right: unset !important;
}

.tour_free_box_wrapper button.swiper-button-prev {
	position: relative !important;
	right: unset !important;
}

.tour_free_box_wrapper .swiper-pagination {
	position: relative !important;
	right: unset !important;
	bottom: unset !important;
}

.tour_free_box_wrapper .swiper-pagination-bullet {
	border: 3px solid #fff;
}

.tour_free_box_wrapper .slide_control {
	width: 100%;
	max-width: 1080px;
	margin: 0 auto;

	display: flex;
	justify-content: end;
	align-items: center;
	gap: 26px;
	margin-top: 30px;
}

/* Second Slider Section End   */

ul.slick-dots {
	display: inline-block;
	vertical-align: middle;
	margin: 0px;
	padding: 0px;
	list-style: none;
}

ul.slick-dots li {
	display: inline-block;
	vertical-align: middle;
	margin: 0px 3px;
	padding: 2px;
}

ul.slick-dots li button {
	display: block;
	margin: 0px;
	padding: 0px;
	width: 20px;
	height: 20px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 100%;
	text-indent: -9999em;
	text-align: left;
	overflow: hidden;
	border: 1px solid #ffffff;
	background: #cccccc;
	color: #333333;
}

ul.slick-dots li.slick-active button {
	background: #333333;
	color: #ffffff;
}

/* バナー広告 */
#footer_banner {
	clear: both;
	width: var(--content-width, 1080px);
	margin: 0px auto 60px;
}

#footer_banner ul.banner_list {
	margin: 0px;
	padding: 0px;
	list-style: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	gap: 20px;
}

#footer_banner ul.banner_list li {
	width: 200px;
}

#footer_banner ul.banner_list li img {
	width: 100%;
	height: auto;
	vertical-align: top;
}

.banner_text {
	display: block;
	padding: 10px;
	text-align: left;
}

.banner_text span {
	display: block;
}

.banner_text span:nth-child(2n) {
	font-size: var(--fontsize-main-small, 1.5rem);
}

.tpl_site_index #mymainback {
	width: 100%;
	padding-top: 0;
	padding-bottom: 60px;
}

/* 新着情報 */
.section_information {
	max-width: 1080px;
	margin: 30px auto 40px;
	padding: 30px 0;
}

.section_information h2 {
	margin: 0px;
	padding: 0px;
	border: none;
	border-radius: 0;
	background: none;
	font-size: 3.8rem;
	text-align: center;
}

.section_information p.no_data {
	margin: 0px;
	padding: 20px 0px;
}

.section_information_list ul {
	margin: 49px 0 50px;
	padding: 0;
	list-style: none;
	display: flex;
	justify-content: left;
	align-items: stretch;
	flex-wrap: wrap;
	gap: 20px;
}

.section_information_list ul:has(li:nth-child(4)) {
	justify-content: flex-start;
}

.section_information_list ul li {
	width: 346px;
	position: relative;
}

.section_information_list img.icon_new {
	vertical-align: baseline;
	position: absolute;
	top: 0px;
	left: 0px;
}

/* 新着情報（一覧 / RSS） */
.section_information_list div.link_box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	gap: 40px;
}

.section_information_list div.link_box span {
	display: inline-block;
	vertical-align: top;
}

.section_information_list div.link_box span a {
	display: block;
	border: 1px solid transparent;
	border-radius: 0;
	background: #ffffff;
	color: #333333;
	font-size: var(--fontsize-main-small, 1.4rem);
	line-height: 1.8rem;
	text-decoration: none;
	margin: 0px;
	padding-right: 50px;
	text-align: center;
	position: relative;
}

.section_information_list div.link_box span a::after {
	content: "";
	background-image: url(/img/sites/kanko/common/arrow_icon.png);
	background-repeat: no-repeat;
	background-size: contain;
	width: 32px;
	height: 32px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 0;
}

.section_information_list div.link_box span a:hover,
.section_information_list div.link_box span a:focus {
	text-decoration: underline;
}

/* === Kanko feature (calendar / pdf) === */
.kanko_feature {
	max-width: 1080px;
	margin: 50px auto 130px;
}

.kanko_feature_inner {
	display: flex;
	box-shadow: none;
}

.kanko_feature_inner a {
	position: relative;
}

.card_calendar {
	background: #c1f4e5;
	border: 3px solid #c1f4e5;
	transition: all 0.5s ease-in-out;
}

.card_pdf {
	background: #c1dff4;
	border: 3px solid #c1dff4;
	transition: all 0.5s ease-in-out;
}

.kanko_feature_inner a.card_calendar::after {
	content: "";
	background-image: url(/img/sites/kanko/top/calender_arrow.png);
	background-repeat: no-repeat;
	background-size: contain;
	width: 40px;
	height: 40px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 26px;
}

.kanko_feature_inner a.card_calendar:hover {
	border-color: #32dba9;
}

.kanko_feature_inner a.card_calendar:hover::after {
	background-image: url(/img/sites/kanko/common/arrow_icon.png);
	background-size: contain;
	transition: all 0.3s ease-in-out;
}

.kanko_feature_inner a.card_pdf::after {
	content: "";
	background-image: url(/img/sites/kanko/top/pdf_arrow.png);
	background-repeat: no-repeat;
	background-size: contain;
	width: 40px;
	height: 40px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 26px;
}

.kanko_feature_inner a.card_pdf:hover {
	border-color: #0ca7bb;
}

.kanko_feature_inner a.card_pdf:hover::after {
	background-image: url(/img/sites/kanko/common/blue_arrow_icon.png);
	background-size: contain;
	transition: all 0.3s ease-in-out;
}

.kanko_feature_inner a:link,
.kanko_feature_inner a:visited {
	color: inherit;
	text-decoration: none;
}

.feature_card {
	flex: 1;
	display: flex;
	align-items: center;
	padding: 46px 40px;
	gap: 35px;
	text-decoration: none;
}

.card_icon {
	flex: 0 0 82px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.card_text {
	flex: 1;
	padding-right: 20px;
	position: relative;
}

.card_calendar .card_text {
	padding-left: 118px;
}

.card_calendar .card_text::before {
	content: "";
	position: absolute;
	background: url(/img/sites/kanko/top/calender_icon.png) no-repeat center/cover;
	width: 83px;
	height: 66px;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}

.card_pdf .card_text {
	padding-left: 125px;
}

.card_pdf .card_text::before {
	content: "";
	position: absolute;
	background: url(/img/sites/kanko/top/pdf_icon.png) no-repeat center/cover;
	width: 90px;
	height: 76px;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}

.card_text .card_ttl {
	margin: 0;
	font-size: 2.3rem;
	font-weight: bold;
}

.card_text .desc {
	margin: 0;
	font-size: 1.2rem;
}

.card_cta {
	flex: 0 0 60px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.card_cta .arrow {
	display: inline-block;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	color: #fff;
	text-align: center;
	line-height: 40px;
	font-size: 20px;
}

/* kintaro ctivities block */

.kintaro_acts_feature {
	padding: 80px 0;
}

.kintaro_acts_container {
	max-width: 1500px;
	margin: 0 auto;
	padding: 0 40px;
}

.kintaro_acts_wrap {
	display: flex;
	align-items: flex-start;
	gap: 70px;
	margin-right: auto;
}

.kintaro_acts_left {
	flex: 1;
	max-width: 750px;
	width: 100%;
}

.kintaro_acts_thumbs {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 30px;
}

.kintaro_acts_thumbs img {
	width: 100%;
	height: auto;
	display: block;
}

.kintaro_acts_thumbs div:first-child {
	grid-column: 1 / -1;
}

.kintaro_acts_right {
	max-width: 480px;
	width: 100%;
}

.kintaro_acts_info h2 {
	font-size: 6rem;
	font-weight: 700;
	color: #333333;
	margin-bottom: 60px;
	margin-top: 0;
	display: flex;
	align-items: center;
	gap: 12px;
}

.fujisan .kintaro_acts_info h2 {
	margin-top: 24px;
}

.kintaro_acts_feature.yellow_bg_block .kintaro_acts_info h2 {
	margin-top: 20px;
}

.kintaro_acts_info h2 span {
	position: relative;
}

.kintaro_acts_info .lead {
	max-width: 430px;
	width: 100%;
	font-size: 1.8rem;
	line-height: 1.8;
	color: #333333;
	margin-bottom: 25px;
}

.kintaro_acts_list {
	max-width: 400px;
	list-style: none;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 12px;
	margin: 60px 0 0 auto;
}

.kintaro_acts_list li a {
	display: flex;
	justify-content: space-between;
	align-items: center;
	background: #ffffff;
	padding: 15px 60px 15px 25px;
	text-decoration: none;
	color: #333333;
	font-size: 1.8rem;
	position: relative;
	transition: 0.3s ease-in-out;
	border: 2px solid #fff;
}

.kintaro_acts_list li a:hover {
	border: 2px solid #666;
}

.kintaro_acts_list li a::after {
	content: "";
	background: url(/img/sites/kanko/common/arrow_icon.png);
	background-repeat: no-repeat;
	background-size: contain;
	width: 32px;
	height: 32px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 25px;
}

.kintaro_acts_feature.contentbox.fujisan {
	background: #c1dff4;
}

.kintaro_acts_feature.contentbox.fujisan .kintaro_acts_wrap {
	flex-direction: row-reverse;
}

.kintaro_acts_feature.contentbox.fujisan .kintaro_acts_info h2 span {
	padding-right: 195px;
}

.kintaro_acts_feature.contentbox.fujisan .kintaro_acts_info h2 span::after {
	content: "";
	position: absolute;
	background: url(/img/sites/kanko/top/h2_ttl_fujisan_img.png) no-repeat left center;
	background-size: contain;
	width: 155px;
	height: 117px;
	right: 0;
	bottom: 16px;
}

.kintaro_acts_feature.green_bg_block {
	background: #c1f4e5;
}


.kintaro_acts_feature.green_bg_block .kintaro_acts_info h2 span {
	padding-right: 180px;
}

.kintaro_acts_feature.green_bg_block .kintaro_acts_info h2 span::after {
	content: "";
	position: absolute;
	background: url(/img/sites/kanko/top/h2_ttl_img.png) no-repeat left center;
	background-size: contain;
	width: 147px;
	height: 150px;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}

.kintaro_acts_feature.yellow_bg_block {
	background: #f4f3c1;
}

.kintaro_acts_feature.yellow_bg_block .kintaro_acts_wrap {
	flex-direction: row-reverse;
}

.kintaro_acts_feature.yellow_bg_block .kintaro_acts_info h2 span {
	padding-right: 218px;
}

.kintaro_acts_feature.yellow_bg_block .kintaro_acts_info h2 span::after {
	content: "";
	position: absolute;
	background: url(/img/sites/kanko/top/h2_ttl_sport_img.png) no-repeat left center;
	background-size: contain;
	width: 178px;
	height: 114px;
	right: 0;
	bottom: 16px;
}

/* kintaro ctivities block */

/* start tour spot block  */

.tour_spot {
	padding: 70px 0 100px;
}

.tour_spot h2 {
	text-align: center;
	margin-top: 0;
	margin-bottom: 60px;
	font-size: 3.8rem;
	letter-spacing: 0.01em;
}

.tour_spot_wrapper {
	width: 100%;
	max-width: 1080px;
	margin: 0 auto;
	display: grid;
	grid-template-columns: 480px 600px;
}

.color_change .tour_spot_wrapper {
	background-color: #f3f6f7 !important;
}

.mapbtns {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 1px;
	background: #b0cbc4;
}

.color_change.color_black #main .mapbtns,
.color_change.color_blue #main .mapbtns {
	background-color: #b0cbc4 !important;
}

.mapbtn_wrap {
	background: #f3f6f7;
	padding: 5px;
}

.mapbtns> :first-child {
	grid-column: 1 / -1;
	/* span full width */
}

.mapbtn {
	border: 0;
	display: block;
	width: 100%;
	box-sizing: border-box;
	min-height: 10.2rem;
	padding: 85px 10px 15px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 10px;
	background-color: #f3f6f7;
	background-repeat: no-repeat;
	background-size: auto;
	background-position: center top 15px;
	cursor: pointer;
	color: #16664e;
	text-decoration: none;
	letter-spacing: 0.05em;
	font-size: 1.8rem;
	transition: all 0.3s;
}
.icon1 .mapbtn {
	background-image: url(/img/sites/kanko/top/map_icon01.png);
}
.icon2 .mapbtn {
	background-image: url(/img/sites/kanko/top/map_icon02.png);
}
.icon3 .mapbtn {
	background-image: url(/img/sites/kanko/top/map_icon03.png);
}
.icon4 .mapbtn {
	background-image: url(/img/sites/kanko/top/map_icon04.png);
}
.icon5 .mapbtn {
	background-image: url(/img/sites/kanko/top/map_icon05.png);
}
.icon6 .mapbtn {
	background-image: url(/img/sites/kanko/top/map_icon06.png);
}
.icon7 .mapbtn {
	background-image: url(/img/sites/kanko/top/map_icon07.png);
}

.icon1 .mapbtn {
	background-image: url(/img/sites/kanko/top/map_icon01.png);
}
.icon2 .mapbtn {
	background-image: url(/img/sites/kanko/top/map_icon02.png);
}
.icon3 .mapbtn {
	background-image: url(/img/sites/kanko/top/map_icon03.png);
}
.icon4 .mapbtn {
	background-image: url(/img/sites/kanko/top/map_icon04.png);
}
.icon5 .mapbtn {
	background-image: url(/img/sites/kanko/top/map_icon05.png);
}
.icon6 .mapbtn {
	background-image: url(/img/sites/kanko/top/map_icon06.png);
}
.icon7 .mapbtn {
	background-image: url(/img/sites/kanko/top/map_icon07.png);
}

@media (hover: hover) {
	.mapbtn:hover {
		background-color: #16664e;
		color: #ffffff;
	}
	.icon1 .mapbtn:hover {
		background-image: url(/img/sites/kanko/top/map_icon01_white.png);
	}
	.icon2 .mapbtn:hover {
		background-image: url(/img/sites/kanko/top/map_icon02_white.png);
	}
	.icon3 .mapbtn:hover {
		background-image: url(/img/sites/kanko/top/map_icon03_white.png);
	}
	.icon4 .mapbtn:hover {
		background-image: url(/img/sites/kanko/top/map_icon04_white.png);
	}
	.icon5 .mapbtn:hover {
		background-image: url(/img/sites/kanko/top/map_icon05_white.png);
	}
	.icon6 .mapbtn:hover {
		background-image: url(/img/sites/kanko/top/map_icon06_white.png);
	}
	.icon7 .mapbtn:hover {
		background-image: url(/img/sites/kanko/top/map_icon07_white.png);
	}
}

.mapbtn.active {
	background-color: #16664e;
	color: #ffffff
}
.icon1 .mapbtn.active {
	background-image: url(/img/sites/kanko/top/map_icon01_white.png);
}
.icon2 .mapbtn.active {
	background-image: url(/img/sites/kanko/top/map_icon02_white.png);
}
.icon3 .mapbtn.active {
	background-image: url(/img/sites/kanko/top/map_icon03_white.png);
}
.icon4 .mapbtn.active {
	background-image: url(/img/sites/kanko/top/map_icon04_white.png);
}
.icon5 .mapbtn.active {
	background-image: url(/img/sites/kanko/top/map_icon05_white.png);
}
.icon6 .mapbtn.active {
	background-image: url(/img/sites/kanko/top/map_icon06_white.png);
}
.icon7 .mapbtn.active {
	background-image: url(/img/sites/kanko/top/map_icon07_white.png);
}


.color_change.color_black .mapbtn:hover {
	background: #333333 !important;
}

.color_change.color_black .mapbtn.active {
	background: #333333 !important;
}

.color_change.color_blue .mapbtn:hover {
	background: #0000aa !important;
}

.color_change.color_blue .mapbtn.active {
	background: #0000aa !important;
}

.mapbtn a {
	margin: 0;
	color: #16664e;
	text-decoration: none;
	line-height: 1;
	letter-spacing: 0.05em;
	font-size: 1.8rem;
}

.mapbtn.active a {
	color: #fff !important;
}

.mapbtn a:visited {
	color: #16664e;
}

.mapbtn:hover a {
	color: #fff;
}

.mapbox {
	display: none;
	height: 100%;
}

.mapbox.show {
	display: block;
}

.mapbox.show iframe {
	height: 100%;
	width: 100%;
}

.map_icon img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.color_change .map_icon img,
.color_change .map_icon {
	background-color: transparent !important;
}

.map_icon.icon1 {
	width: 80px;
	height: 60px;
}

.map_icon.icon2 {
	width: 66px;
	height: 66px;
}

.map_icon.icon3 {
	width: 78px;
	height: 62px;
}

.map_icon.icon4 {
	width: 92px;
	height: 58px;
}

.map_icon.icon5 {
	width: 78px;
	height: 62px;
}

.map_icon.icon6 {
	width: 125px;
	height: 58px;
}

.map_icon.icon7 {
	width: 61px;
	height: 61px;
}




/* end tour spot block   */
.oyama_town_wrap {
	color: #fff;
}

.oyama_town_ttl {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	margin-bottom: -20px;
}

.oyama_town_ttl::after {
	content: "";
	position: absolute;
	background: url(/img/sites/kanko/top/h2_ttl_oyama_img.png) no-repeat left center;
	width: 664px;
	background-size: contain;
	height: 112px;
	left: 50%;
	bottom: 20px;
	transform: translateX(-50%);
}

.oyama_town_ttl h2 {
	font-size: 3.8rem;
	font-weight: 700;
	margin: 90px 0 66px;
	padding: 0;
	position: relative;
	z-index: 9;
}

.oyama_town_photolink {
	max-width: 1080px;
	width: 100%;
	margin: 0 auto;
	padding: 0;
	display: -webkit-box;
	display: flex;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	justify-content: space-between;
	-webkit-box-align: stretch;
	align-items: stretch;
	gap: 40px;
}

.oyama_town_photolink .free_box {
	display: block;
	position: relative;
	color: #fff !important;
	cursor: pointer;
}

.oyama_town_photolink .free_box::before {
	content: "";
	position: absolute;
	inset: 0;
	background: rgba(0, 0, 0, 0.6);
	transition: opacity 0.3s ease;
	z-index: 1;
	pointer-events: none;
}

.oyama_town_photolink .free_box:hover::before {
	opacity: 0;
}

.oyama_town_photolink .free_box:last-child {
	margin-bottom: 0 !important;
}

.oyama_town_photolink .free_box img {
	height: 150px;
	object-fit: cover;
	width: 100%;
	display: block;
}


.oyama_town_photolink .free_box p {
	margin: 0;
	padding: 0;
	line-height: 1em;
	color: #fff;
	font-weight: 700;
	text-shadow: 0px 0px 5px #000, 0px 0px 10px #000;
}

.color_change .oyama_town_photolink .free_box p {
	background-color: transparent !important;
}

.oyama_town_photolink .free_box p:last-child {
	position: absolute;
	top: calc(50% - 0.5em);
	left: 30px;
	text-shadow: 0px 0px 7px #000, 0px 0px 10px #000;
	z-index: 2;
	background: rgba(0, 0, 0, 0.1);
}

.oyama_town_photolink .free_box:hover p:last-child {
	background: rgba(0, 0, 0, 0);
}

.oyama_town_photolink .free_box p:first-child a {
	display: block;
}

/* site footer */

.site_footer_wrap {
	max-width: 1080px;
	margin: 0 auto;
}

.site_footer_ttl {
	max-width: 808px;
	width: 100%;
	margin: 0 auto;
	padding: 35px 0;
	border: 1px solid #33cc99;
}

.site_footer_ttl h2 {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0;
	padding: 0;
	gap: 58px;
}

.site_footer_links {
	display: flex;
	gap: 58px;
	justify-content: center;
	align-items: center;
	line-height: 1;
}

.site_footer_links a img {
	max-width: 4.8rem;
	width: 100%;
	height: auto;
}

#site_footer {
	clear: both;
	float: none;
	margin: 90px 0;
	border: none;
	border-radius: 0;
	color: #333333;
}

#site_footer_box {
	display: flex;
	gap: 45px;
	padding: 0;
	flex-wrap: wrap;
	justify-content: center;
}

#site_footer_box p {
	margin: 0;
	padding: 0;
	max-width: 180px;
}

#site_footer_box img {
	width: 100% !important;
	object-fit: cover;
	height: auto !important;
}

/* ========== 背景色変更 ========== */

/* 共通 */
.color_change * {}

/* 黒 */
.color_black * {}

/* 青 */
.color_blue * {}

/* ==================================================
PC ここまで
================================================== */


/* ==================================================
スマートフォン
================================================== */
@media screen and (max-width: 1080px) {

	/* ========== トップページ ========== */

	/* スライドショー */
	#top_photo {
		width: auto;
		margin: 15px 15px 0px;
	}

	/* スライドショー（3枚表示） */
	#top_photo.triple #top_photo_list {
		width: auto;
		left: auto;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
	}

	/* スライドコントロールボタン */
	*[id*="_control_box"] {
		text-align: center;
	}

	/* スライドナビゲーションボタン */
	*[id*="_control_navigation"] {
		margin: 5px 20px;
	}

	.tpl_site_index #mymainback {
		width: unset;
		margin: 0;
	}

	/* バナー広告 */
	#footer_banner {
		width: auto;
		margin: 0px var(--mymainback-margin-side, 15px) 40px;
	}

	#footer_banner ul.banner_list {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		gap: 10px;
	}

	#footer_banner ul.banner_list li {
		width: calc(50% - 5px);
		max-width: 200px;
	}

	.banner_text span:nth-child(2n) {
		font-size: var(--fontsize-main-small, 1.3rem);
	}

	/* 新着情報 */

	/* Slider Section Start  */
	.pg_class_slide_a_center {
		height: auto;
	}

	.pg_class_slide_div_center {
		height: auto !important;
	}

	.swiper-caption {
		left: 10px;
		bottom: 60px;
		font-size: 1.2rem !important;
		padding: 14px 11px !important;
	}

	.swiper-slide img.pg_class_slide_img_fit {
		min-height: 208px;
	}

	/* Slider Section End  */

	.section_information {
		padding: 0px;
	}

	.section_information h2 {
		margin: 0px;
		padding: 0;
		font-size: 2.5rem;
	}

	.section_information p.no_data {
		padding: 20px;
	}

	.section_information_list ul {
		padding: 0;
		margin-top: 20px;
		justify-content: center;
		margin-bottom: 40px;
		max-width: 712px;
		margin-left: auto;
		margin-right: auto;
	}

	.section_information_list ul li {
		background: #f3f6f7;
		width: calc(100% - 20px);
		max-width: 346px;
		margin: 0px auto;
	}

	/* 新着情報（一覧 / RSS） */
	.section_information_list div.link_box {
		padding: 0;
		gap: 30px;
	}

	.section_information_list div.link_box span a {
		font-size: var(--fontsize-main-small, 1.4rem);
	}

	/* kataro feature */

	.kanko_feature {
		margin: 40px 0;
	}

	.feature_card {
		padding: 30px 70px 30px 20px;
		gap: 15px;
	}

	.card_text {
		padding-right: 0;
	}


	.card_text .card_ttl {
		font-size: 1.8rem;
	}

	.card_text .desc {
		font-size: 1.1rem;
	}

	.card_calendar .card_text {
		padding-left: 82px;
	}

	.card_calendar .card_text::before {
		width: 67px;
		height: 53px;
	}

	.card_pdf .card_text {
		padding-left: 85px;
	}

	.card_pdf .card_text::before {
		width: 72px;
		height: 60px;
	}

	/* kataro acts feature */
	.kintaro_acts_feature {
		padding: 50px 0 40px;
	}

	.kintaro_acts_feature.green_bg_block {
		padding: 75px 0 40px;
	}

	.kintaro_acts_container {
		padding: 0 20px;
	}

	.kintaro_acts_wrap {
		flex-direction: column-reverse;
		align-items: center;
		gap: 40px;
		margin-right: auto;
	}

	.kintaro_acts_feature.contentbox.fujisan .kintaro_acts_wrap {
		flex-direction: column-reverse;
	}

	.kintaro_acts_thumbs {
		gap: 15px;
	}

	.kintaro_acts_info h2 {
		font-size: 3rem;
		margin-bottom: 30px;
		gap: 12px;
	}

	.kintaro_acts_feature.contentbox.fujisan .kintaro_acts_info h2 span {
		padding-right: 93px;
	}

	.kintaro_acts_feature.contentbox.fujisan .kintaro_acts_info h2 span::after {
		width: 77px;
		height: 59px;
		right: 0;
		bottom: 10px;
	}

	.kintaro_acts_feature.green_bg_block .kintaro_acts_info h2 span {
		padding-right: 106px;
	}

	.kintaro_acts_feature.green_bg_block .kintaro_acts_info h2 span::after {
		width: 83px;
		height: 85px;
		bottom: 0;
		top: unset;
		transform: unset;
	}

	.kintaro_acts_info .lead {
		font-size: 1.6rem;
		line-height: 2;
		margin-bottom: 25px;
		margin: 0;
		letter-spacing: 0;
	}

	.kintaro_acts_list li a {
		padding: 15px 55px 15px 25px;
		font-size: 1.6rem;
	}

	.kintaro_acts_list li a::after {
		right: 20px;
	}

	.kintaro_acts_list {
		gap: 20px;
		margin: 40px 0 0 auto;
	}

	.kintaro_acts_feature.yellow_bg_block .kintaro_acts_wrap {
		flex-direction: column-reverse;
	}

	.kintaro_acts_feature.yellow_bg_block .kintaro_acts_info h2 span {
		padding-right: 113px;
	}

	.kintaro_acts_feature.yellow_bg_block .kintaro_acts_info h2 span::after {
		width: 89px;
		height: 57px;
		bottom: 10px;
	}

	.kanko_feature_inner a.card_calendar::after {
		right: 20px;
	}

	.kanko_feature_inner a.card_pdf::after {
		right: 20px;
	}

	.oyama_town_block {
		padding: 0 20px;
	}

	.oyama_town_photolink {
		gap: 10px;
		justify-content: center;
	}

	.oyama_town_ttl {
		margin-bottom: 0;
	}

	.oyama_town_ttl h2 {
		font-size: 3rem;
		margin: 40px 0 30px;
	}

	.oyama_town_ttl::after {
		width: 335px;
		height: 62px;
		bottom: 20px;
	}

	.site_footer_container {
		padding: 0 20px;
		margin-top: 20px;
	}

	.site_footer_ttl {
		padding: 16px 0;
	}

	.site_footer_ttl h2 {
		font-size: 2rem;
		flex-direction: column;
		gap: 15px;
	}

	.site_footer_links {
		gap: 30px;
		line-height: 1;
	}

	#site_footer {
		max-width: 33.5rem;
		margin: 50px auto;
	}

	#site_footer_box {
		gap: 9px;
	}

	#site_footer_box p {
		max-width: 163px;
		line-height: 1;
	}

	.site_footer_links a img {
		max-width: 3.9rem;
	}

	/* Start Tour Spot   */

	.tour_spot_wrapper {
		max-width: 100%;
		grid-template-columns: 1fr;
	}

	.tour_spot h2 {
		margin-bottom: 12px;
		font-size: 2.8rem;
	}

	.mapbtn_wrap {
		padding: 3px;
	}

	.mapbtns {
		max-width: 100%;
	}

	.mapbtn {
		padding: 75px 5px 10px;
		background-size: auto 60px;
		background-position: center top 12px;
	}

	.mapbtn a {
		font-size: 1.4rem;
	}

	.tour_spot_wrapper .mapbox {
		max-width: 100%;
	}

	.tour_spot_wrapper .mapbox iframe {
		width: 100%;
	}

	.map_icon.icon1 {
		width: 65px;
		height: 49px;
	}

	.map_icon.icon2 {
		width: 52px;
		height: 52px;
	}

	.map_icon.icon3 {
		width: 62px;
		height: 50px;
	}

	.map_icon.icon4 {
		width: 74px;
		height: 46px;
	}

	.map_icon.icon5 {
		width: 64px;
		height: 52px;
	}

	.map_icon.icon6 {
		width: 100px;
		height: 46px;
	}

	.map_icon.icon7 {
		width: 49px;
		height: 49px;
	}

	/* End Tour Spot  */

	/* Start Second Slider Section  */
	.photo {
		padding: 40px 0;
	}

	.photo h2 {
		margin-bottom: 20px;
		font-size: 2.8rem;
	}

	.tour_free_box_wrapper:not(.swiper-initialized):has(.free_box:nth-child(n+3)) {
		flex-direction: column;
	}

	.swiper-pagination {
		display: none !important;
	}

	.tour_free_box_wrapper .swiper-pagination {
		width: calc(100% - 150px) !important;
		display: flex;
		justify-content: end;
		gap: 20px;
		row-gap: 10px;
		display: none !important;
	}

	.tour_free_box_wrapper .slide_control {
		width: 100%;
		max-width: calc(100% - 40px);
		margin-top: 20px;
	}

	/* End Second Slider Section   */

	/* ========== 背景色変更 ========== */

	/* 共通 */
	.color_change * {}

	/* 黒 */
	.color_black * {}

	/* 青 */
	.color_blue * {}

}

@media screen and (max-width: 768px) {

	/* kataro feature */
	.kanko_feature_inner {
		flex-direction: column;
	}

	.kanko_feature_inner a.card_calendar::after {
		width: 30px;
		height: 30px;
	}

	.kanko_feature_inner a.card_pdf::after {
		width: 30px;
		height: 30px;
		background-size: contain;
	}

	.card_calendar .card_text::before {
		width: 60px;
		background-size: contain;
	}

	.card_pdf .card_text::before {
		width: 60px;
		background-size: contain;
	}

	.card_calendar .card_text,
	.card_pdf .card_text {
		padding-left: 75px;
	}

	.feature_card {
		padding: 30px 53px 30px 20px;
	}

}

@media screen and (max-width: 374px) {
	#site_footer_box p {
		max-width: 155px;
	}
}

@media screen and (max-width: 370px) {

	.tour_free_box_wrapper .swiper-pagination {
		gap: 10px;
	}
}


/* ==================================================
スマートフォン ここまで
================================================== */