html,
body {
  scroll-behavior: smooth;
}

@media screen and (max-width: 767px) {
  .single-sightseeing.content-header {
    margin-bottom: 2rem;
  }
}

.single-sightseeing .ac-ttl {
  margin-bottom: 0 !important;
  padding-top: 20px;
}

@media screen and (max-width: 767px) {
  .single-sightseeing.ac-ttl {
    padding-top: 0;
  }
  .single-sightseeing .content-header-inner {
    padding: 0;
  }
}

.sightsee-header {
  margin-bottom: 100px;
}
.entry-header-fig{
	display: flex;
	justify-content: space-between;
	margin-bottom: 7px;
}

@media screen and (max-width: 767px) {
  .entry-header-fig {
    margin-bottom: 15px;
    margin-top: 15px;
  }
}

.entry-header-fig .right {
  flex-basis: 66.5%;
}
.entry-header-fig .left{
	flex-basis: 33%;
}
.entry-header-fig .left picture:first-child{
	margin-bottom: 5px;
	display: block;
}
.slide_link {
    text-align: center;
    margin-bottom: 35px;
}
.slide_link a {
    background: #3e3a37;
    padding: 15px 0;
    font-size: 14px;
    font-weight: normal;
    color: #fff;
    display: block;
    border-radius: 5px;
}
.slide_link a .fa-image {
    font-size: 22px;
    margin-right: 15px;
    vertical-align: top;
}
.bottom-info {
  display: flex;
  justify-content: space-between;
  gap: 30px;
}
.sightsee-font-red {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 0 20px;
    color: #bc202b;
    cursor: pointer;
    width: fit-content;
}
.sightsee-font-red i {
  color: #bc202b;
}
.sightsee-font-red h3 {
  font-size: 18px;
  font-weight: bold;
  color: #bc202b;
}
.sightsee-header .title {
  font-size: 28px;
  margin-bottom: 10px;
  font-weight: bold;
}
.sightsee-header .intro {
  font-size: 16px;
  font-weight: bold;
  line-height: 28px;
}
.sightsee-header .intro a {
  color: #bc202b;
  text-decoration: underline;
}
.sport-infomation {
  background-color: #dadada;
  padding: 30px;
}
.service-list {
  display: flex;
  align-items: center;
  gap: 10px;
}
.service-list div {
  display: none;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background-color: #dadada;
  border-radius: 6px;
  color: #bc202b;
  font-size: 14px;
  padding: 10px;
  width: 100px;
}

@media (max-width: 767px) {
  .service-list div{
    font-size: 1.2rem;
    color: #BD202B;
    padding: .2rem 1rem;
    background: #e1e1e1;
    border-radius: 3.6px;
    white-space: nowrap;
    width: fit-content;
    line-height: 20px;
  }
}

.type-show {
  display: flex !important;
}
.sport-infomation ul {
  list-style: none;
}
.sport-infomation ul li {
  display: flex;
  align-items: center;
  margin-top: 10px;
justify-content: space-between;
}
.sport-infomation ul li:nth-child(3) .info-title {
  height: 48px;
  padding-top: 12px;
}
.sport-infomation li .info-title {
  background-color: #bc202b;
  color: white;
  font-weight: bold;
  width: 11%;
  text-align: center;
  display: block;
}

.sport-infomation  .info-content{
  width: 87%;
}
.lg-map {
  margin-bottom: 50px;
}
.lg-map iframe{
	width: 100%;
}
.poster-type {
  color: white;
  padding: 10px 20px 10px 50px;
  display: flex;
  align-items: center;
  gap: 10px;
  width: fit-content;
  margin: 20px 0;
}
.poster-type.sports-facility{
	background: url(../img/sightseeing/icon_sports-facility.png) no-repeat left 15px top 10px #bc202b;
  background-size: 25px auto;
}
.poster-type.sports-team {
  background: url(../img/sightseeing/icon_sports-team.png) no-repeat left 15px top 10px #bc202b;
  background-size: 25px auto;
}
.poster-type.sports-tourism{
	background: url(../img/sightseeing/icon_sports-tourism.png) no-repeat left 15px top 10px #bc202b;
  background-size: 25px auto;
}
.poster-type img {
  width: 24px;
}
.sport-infomation h3 {
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
  position: relative;
  margin-bottom: 20px;
  color: #bc202b;
  padding-bottom: 10px;
}
.sport-infomation h3 span{
  color: #000000;
}
.sport-infomation h3::after {
  content: "";
  bottom: 0;
  left: 50%;
  position: absolute;
  width: 50px;
  height: 1px;
  margin-left: -25px;
  background-color: #bc202b;
}
@media (max-width: 767px) {
  .bottom-info {
    flex-direction: column;
  }
  .bottom-info .sm-map iframe {
    width: 100%;
  }
  .lg-map iframe {
    width: 100%;
  }
  .sport-infomation ul li {
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
    margin-top: 5px;
  }
  .sport-infomation ul li:nth-child(3) .info-title {
    height: auto;
  }
  .sport-infomation ul li:nth-child(3) .info-title {
    padding-top: 5px;
  }
  .poster-type{
    margin: 12px 0;
  }
  .sightsee-header h1{
    font-size: 2.2rem;
  }
  .sightsee-header .intro{
    font-size: 1.4rem;
    line-height: 2.2rem;
  }
  .sightsee-font-red h2{
    font-size: 1.8rem;
  }
  .sport-infomation ul{
    margin-top: 2rem;
  }
}

@media (max-width: 600px) {
  .sport-infomation li .info-title {
    width: 100%;
    padding: 5px 0;
  }
  .lg-map iframe {
    width: 100%;
    height: 200px;
  }
}

.single-sightseeing .o_main {
  margin-bottom: 80px;
}
.single-sightseeing .reporter-info-box{
	margin-bottom: 60px;
}
.single-sightseeing .reporter-info {
  padding-bottom: 25px;
}
.post-type-archive-sightseeing .ac-ttl {
  margin-top: 90px;
  margin-bottom: 30px;
}
.post-type-archive-sightseeing .ac-popular-ttl::before{
  background-image: none;
}
.post-type-archive-sightseeing .top_ttl{
  text-align: center;
  margin-bottom: 60px;
}
.post-type-archive-sightseeing .list-large-content .list-content-txt {
  margin-bottom: 10px;
}
.sightseeing_info{
	margin-bottom: 15px;
	padding-top: 15px;
	border-top: 2px dotted #e1e1e1;
}
.sightseeing_info table th,.sightseeing_info table td{
	font-size: 14px;
}
.sightseeing_info table th{
	width: 15%;
}
.post-type-archive-sightseeing .list-large-content {
  height: auto;
  min-height: 340px;
}
.post-type-archive-sightseeing .blog-list-large .icon_wrap {
  height: 40px;
}

@media screen and (max-width:767px) {
  .sightseeing_info table th, .sightseeing_info table td {
    font-size: 12px;
  }
  .sightseeing_info table th {
    width: 27%;
  }
  .post-type-archive-sightseeing .ac-ttl {
    margin-top: 4rem;
    margin-bottom: 4rem !important;
  }
  .post-type-archive-sightseeing .list-large-content {
    height: 100%;
    min-height: 0;
  }
  .post-type-archive-sightseeing .blog-list-large .icon_wrap {
    height: auto;
  }
}

/* 観光ルートページCSS */
.content_route .sightsee-header .intro{
	margin-bottom: 30px;
}
.content_route .flex.ss_flex{
	display: flex;
	justify-content: space-between;
}
.single .content.content_route main {
  width: 100%;
}
.content_route .route_map {
  margin-bottom: 60px;
}
.single .content_route .blog-list-large .icon_wrap {
  height: 75px;
}
.single .content_route .blog-list-large .list-large a figure{
  height: 230px;
}
.single .content_route .blog-list-large .list-large a figure img{
	object-fit: cover;
	height: 100%;
}
.single .content_route .sightsee-header{
	margin-bottom: 0;
}

@media screen and (max-width:767px) {
  .content_route .flex.ss_flex {
    display: block;
    justify-content: space-between;
  }
}

@media screen and (max-width:600px) {
  .single .content_route .blog-list-large .list-large a figure {
    height: 100px;
  }
  .single .content_route .blog-list-large .icon_wrap {
    height: 50px;
  }
}

/* 0918 観光ページTOP改修用追記(平田対応) */
.line_h2 {
  margin-bottom: 5rem;
  display: flex;
  align-items: center;
  font-size: 2rem;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  white-space: nowrap;
}
.line_h2::before {
  content: '';
  width: 25px;
  height: 27px;
  background: url(../img/sightseeing/icon_root.png) no-repeat top left;
  margin-right: 25px;
  display: inline-block;
  background-size: contain;
}
.line_h2.linespot::before {
  content: '';
  width: 18px;
  height: 32px;
  background: url(../img/sightseeing/icon_spot.png) no-repeat top 5px left;
  background-size: contain;
}
.line_h2.pickup__h2::before {
  content: '';
  width: 18px;
  height: 25px;
  background: url(../img/sightseeing/icon_pickup.png) no-repeat top 5px left;
  background-size: contain;
}
.line_h2.relationarticle::before {
  content: '';
  width: 25px;
  height: 27px;
  background: url(../img/sightseeing/icon_article.png) no-repeat top left;
  margin-right: 25px;
  display: inline-block;
  background-size: contain;
}
.line_h2::after {
  content: '';
  display: inline-block;
  width: 100%;
  height: 1px;
  background: #BD202B;
  margin-left: 50px;
  position: relative;
  top: 2px;
  flex: 1;
}
.icn-good {
	width: 66px;
	height: 66px;
	border-top: 33px solid transparent;
	border-right: 33px solid #bd202b;
	border-bottom: 33px solid #bd202b;
	border-left: 33px solid transparent;
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 1;
}
.icn-good i {
	content: '　';
	color: #fff;
	height: 24px;
	font-size: 24px;
}
.list-thumb {
	position: relative;
}
.tax-spot h3.ac-ttl{
	margin-top: 90px;
}
.tax-spot h3.ac-ttl .ac-popular-ttl::before{
	display: none;
}
.blog-list-large p.category-name span.new{
	color: #BD202B;
	background: #fff;
	border: 1px solid #BD202B;
}

@media screen and (max-width:767px) {
	.icn-good {
		width: 50px;
		height: 50px;
		border-top: 25px solid transparent;
		border-right: 25px solid #bd202b;
		border-bottom: 25px solid #bd202b;
		border-left: 25px solid transparent;
	}
	.icn-good i {
    height: 20px;
    font-size: 20px;
	}
}

form#searchform .flex > div {
  width: unset;
}
form#searchform .sbm_btn input {
  background: #3e3a39;
}

/* 20241230追記 */
@media screen and (max-width:767px) {
  .search_wrap {
    margin-bottom: 35px!important;
    position: relative;
    padding: 25px 0!important;
  }
  .search_keyword {
    margin-bottom: 0!important;
  }
  .archive main, .area main, .category main, .country main, .blog main {
    margin-bottom: 0;
  }
  h2 {
    margin-top: 0px!important;
    line-height:160%;
    margin-bottom: 10px!important;
  }
  .p1 {
    margin-bottom: 0px!important;
  }
}

/* 20250109追記：スライダー高さ調整 */
.lazy-hidden{
  max-height: 150px;
}

h2 {
	font-size: 28px;
	font-weight: 600;
	text-align: center;
	margin-bottom: 25px;
}
.p1 {
	font-size: 16px;
	margin-bottom: 30px;
	text-align: center;
}
.sns-box .addtoany_shortcode {
	justify-content: right;
}
.search_wrap {
	background: #e1e1e1;
	padding: 30px 0;
	box-sizing: border-box;
	/* width: 100vw;
	margin: 0 calc(50% - 50vw) 64px; */
	letter-spacing: .05em;
	display: flex;
	align-items: center;
	justify-content: center;
  margin: 0 auto;
  max-width: 1230px;
}
form#searchform .sbm_btn input {
	padding: 0;
}
.search_wrap h2 {
	color: #bd202b;
	text-align: center;
	font-size: 2rem;
	margin-bottom: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 400;
	letter-spacing: .12em;
}
.search_wrap h2:before {
	margin-right: 15px;
}
.search_wrap h2:after {
	margin-left: 15px;
}
.search_wrap h2:before, .search_wrap h2:after {
	content: '';
	flex-grow: .015;
	height: 2px;
	background: #bd202b;
}
form#searchform .sbm_btn input {
	background: #3e3a39;
	background-size: 20px auto;
	height: 47px;
	font-size: 1.5rem;
	padding: 0 1.5rem;
}
.pc_only{
	display: block;
}
form#searchform .flex>p{
  line-height: 1;
}
@media screen and (max-width: 767px){
	.search_wrap h2 {
		display: none;
	}
  h2 {
    margin-top: 20px;
    font-size: 2.2rem;
    text-align: left;
    margin-bottom:15px;
  }
  .p1 {
    font-size: 13px;
    text-align: left;
    margin-bottom:15px;
  }
  .pc_only{
    display: none;
  }
  .search_wrap {
		width: auto;
		margin: 0;
		margin-bottom: 64px;
	}
	form#searchform .sbm_btn input {
		max-width: none;
	}
	.sbm_btn {
		margin-left: 0;
	}
	.search_keyword {
		margin-bottom: 47px;
	}
	.sns-box .addtoany_shortcode {
		justify-content: center;
	}
	.sns-box .addtoany_shortcode img {
		width: 30px;
	}
	.sns-box .addtoany_shortcode>div>a {
		padding: 0;
	}
	.sns-box {
		margin: 3rem 0;
	}
	.blog-list-large .list-large:nth-child(3n) {
		margin: 0;
	}
	.slick-next, .slick-prev {
		top: 22%;
		transform: translate(0,0);
	}
	.slick-arrow {
		margin: 0;
		padding: 0;
	}
	.slick-next {
		right: 0;
		left: unset;
		transform: translateX(50%);
	}
	.slick-prev {
		left: 0;
		transform: translateX(-50%);
	}
}