@charset "utf-8";
/* CSS Document */

/*common
=======================*/
html
#main {
  box-sizing: border-box;
  font-size: 1.6rem;
  color: #323232;
  line-height: 1.7;
  margin: 0 auto;
  font-family: "Noto Sans JP", sans-serif;
}
#main img{
	vertical-align:top;
  pointer-events: none;
  -webkit-touch-callout:none;
  -webkit-user-select:none;
  -moz-touch-callout:none;
  -moz-user-select:none;
  user-select:none;
}
@media screen and (min-width:768px) {
  .spOnly {
    display: none;
  }
}
@media screen and (max-width:767.98px) {
  .pcOnly {
    display: none;
  }
}

/*---animation---*/
.anim_fadein {
  animation: fadeIn 4s cubic-bezier(0.33, 1, 0.68, 1) 1 forwards;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.anim_scroll {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 1s, transform 1s;
}
.anim_scroll.scrollin {
  opacity: 1;
  transform: translate(0, 0);
}
.kvTitWrap .anim_scroll {
  transform: translateY(30px) scale(.7);
}
.kvTitWrap .anim_scroll.scrollin {
  transform: translate(0, 0) scale(1);
}
@media screen and (max-width:767.98px) {
  .anim_scroll_sp {
    opacity: 0;
    transform: translateY(40px);
    transition: opacity 1s, transform 1s;
  }
}
/*=====================*/


/*kvArea
=======================*/
.kvArea {
  position: relative;
  overflow: hidden;
}
.kv {
  /*height: 470px;*/
  /*height: 100%;*/
  margin: 0;
}
.kvTitWrap {
  position: absolute;
  top: 40%;
  left: 50%;
  /*max-width: 1160px;
  width: 100%;*/
  transform: translate(-50%, -40%);
  text-align: center;
  z-index: 5;
}
.kvArea h1 {
  position: relative;
  margin: 0;
  /*font-size: 3.4rem;*/
}
/*.kvArea .introTxt {
  margin-top: 45px;
  padding: 20px 50px;
  color: #fff;
  background: rgb(255,255,255);
  background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(0,0,0,0.5) 15%, rgba(0,0,0,0.5) 50%, rgba(0,0,0,0.5) 85%, rgba(255,255,255,0) 100%);
}*/
.kv .slider-item {
  height: 470px;
}
.kv img {
  object-fit: cover;
  width: 100%;
}

@media screen and (max-width:767.98px) {
  .kvTitWrap {
    top: 50%;
    transform: translate(-50%, -50%);
  }
  .kvArea h1 {
    max-width: 265px;
    margin: 0 auto;
    padding: 0 15px;
    font-size: 1.5rem;
    font-weight: normal;
  }
  .kvArea .introTxt {
    margin-top: 18px;
    padding: 8px 30px;    
    font-size: 1.2rem;
  }
}
/*=====================*/

p.read_txt {
  text-align: center;
  margin: 20px auto;
  font-size: 1.8rem;
}
@media (min-width: 768px) {
  .kv img {
    height: 100%;
  }
}
@media screen and (max-width:767.98px) {
  p.read_txt {
    margin: 10px auto;
    font-size: 1.3rem;
  }
}

/*日本の旬テキストロゴ　不要時コメントアウト
/*=====================*/
.nihonnoshun_icBox .nihonnoshun_info {
    padding: 20px 0;
    margin: 20px auto -20px;
}
.nihonnoshun_info span {
    position: relative;
}
.nihonnoshun_info span::before {
    content: "";
    position: absolute;
    right: 120%;
    top: 50%;
    transform: translateY(-50%);
    background: url("/med/feature/domestic/tohoku/img/nihonnoshun_logo.webp") no-repeat;
    background-size: contain;
    width: 120px;
    height: 65px;
    z-index: 10;
}
.nihonnoshun_info span {
    margin-left: 8%;
}
.nihonnoshun_wrap{
    text-align: center;
    margin: 20px auto;
    font-size: 1.8rem;
}
.campaign_period {
  text-align: center;
  margin: 20px auto;
  font-size: 1.8rem;
  font-weight: bold;
}
.nihonnoshun_readTxt {
  text-align: center;
  margin: 20px auto;
  font-size: 1.8rem;
}

@media screen and (max-width:767.98px) {
    .nihonnoshun_info span::before {
        right: 10px;
        height: 50px;
    }
.nihonnoshun_info span {
    margin-left: 110px;
    font-size: 1.6rem;
}
.nihonnoshun_icBox .nihonnoshun_info {
    padding: 10px 0 25px;
    margin: 20px auto -20px;
}
  .campaign_period {
    padding: 0 15px;
    margin: 10px auto;
    font-size: 1.3rem;
  }
.nihonnoshun_readTxt {
    padding: 0 15px;
    margin: 10px auto;
    font-size: 1.3rem;
  }
p.read_txt {
        margin-bottom: 20px;
    }    
}
/*=====================*/

/*menuNav
=======================*/
.menuNav {
  position: sticky;
  top: 0;
  z-index: 101;
  background: #feebeb;
}
.menuNav_inner {
  display: flex;
  justify-content: center;
  max-width: 1160px;
  margin: 0 auto;
}
.menuNav .navItem {
  display: flex;
  flex: 1;
  align-items: center;
  justify-content: center;
  font-size: 1.7rem;
  text-align: center;
  background: #e43232;
}
.menuNav .navItem a {
  position: relative;
  display: block;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 20px 20px;
  color: #fff;
}
.menuNav .navItem a::after {
  position: absolute;
  content: '';
  top: 50%;
  right: 10%;
  width: 10px;
  height: 10px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: translateY(-50%) rotate(45deg);
}
@media (min-width: 768px) {
  .menuNav .navItem {
    transition: 0.2s ease all;
    width: 100%;
    border-right: 2px solid #fff;
  }
  .menuNav .navItem:last-of-type {
    border-right: none;
  }
  .menuNav .navItem a:hover {
    background: #f3acac;
    color: #e43232;
    opacity: .8;
    transition: 0.2s ease all;
  }
  .menuNav .navItem a:hover::after {
    border-right: 2px solid #e43232;
    border-bottom: 2px solid #e43232;
  }
}

@media screen and (max-width:767.98px) {
 .menuNav_inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 2px;
  }
  .menuNav .navItem {
    flex: 0 0 calc(50% - 1px); 
    background: #e04a4a;
    box-sizing: border-box;
  }
  .sphidden {
    display: none!important;
  }
   .menuNav .navItem.full {
    flex-basis: 100%;
  }
  .menuNav .navItem a {
    display: flex;
    align-items: center;    
    justify-content: center;
    flex-direction: column;  
    height: 65px;
    padding: 0;
    color: #fff;
    text-decoration: none;
    text-align: center;
  }
  .menuNav .navItem a::after {
    top: 50%;
    right: 7%;
  }
}

@media screen and (max-width:359px) {
  .menuNav .navItem {
    font-size: 1.2rem;
  }
}
/*=====================*/

/*h2
=======================*/
h2 {
	margin: 0;
	text-align: center;
	font-size: 3.0rem;
  color: #e43232;
}
h2 span {
	position: relative;
}
h2 span::before {
	position: absolute;
	content: '';
	top: 50%;
	left: -110px;
	width: 80px;
	height: 2px;
	background: #e43232;
	transform: translateY(-50%);
}
h2 span::after {
	position: absolute;
	content: '';
	top: 50%;
	right: -110px;
	width: 80px;
	height: 2px;
	background: #e43232;
	transform: translateY(-50%);
}
@media screen and (max-width:767.98px) {
  h2 {
    overflow: hidden;
  }
  h2 span {
    font-size: 2rem;
  }
  h2 span::before,
  h2 span::after {
    height: 1px;
    width: 350%;
  }
  h2 span::before {
    left: -370%;
  }
  h2 span::after {
    right: -370%;
  }
}
/*=====================*/

/*courseArea
=======================*/
.courseArea {
	margin-top: 30px;
	padding-top: 35px;
}
.spotArea_inner,
.courseArea_inner {
	max-width: 1160px;
	margin: 0 auto;
}
.courseArea h2 {
	margin: 0;
	text-align: center;
	font-size: 2.4rem;
}
.courseArea h2 span {
	position: relative;
}
.courseArea h2 span::before {
	position: absolute;
	content: '';
	top: 50%;
	left: -110px;
	width: 80px;
	height: 2px;
	background: #e43232;
	transform: translateY(-50%);
}
.courseArea h2 span::after {
	position: absolute;
	content: '';
	top: 50%;
	right: -110px;
	width: 80px;
	height: 2px;
	background: #e43232;
	transform: translateY(-50%);
}

@media screen and (max-width:767.98px) {
	.courseArea {
		margin-top: 0;
	}
  /*.courseArea_inner {
    padding-bottom: 40px;
  }*/
	.courseArea h2 {
		overflow: hidden;
	}
	.courseArea h2 span {
		font-size: 2rem;
	}
	.courseArea h2 span::before,
	.courseArea h2 span::after {
		height: 1px;
		width: 350%;
	}
	.courseArea h2 span::before {
		left: -370%;
	}
	.courseArea h2 span::after {
		right: -370%;
	}
}

/*---areaMenu---*/
.areaMenu {
	top: 0;
	margin-top: 60px;
	background: #d54f0d;
	box-shadow: 0 1px 2px 2px rgba(0, 0, 0, .1);
	z-index: 10;
}
.areaMenu ul {
	display: flex;
	max-width: 1160px;
	margin: 0 auto;
}
.areaMenu li {
	width: 100%;
	text-align: center;
}
.areaMenu li a {
	display: block;
	width: 100%;
	padding: 12px 0;
	color: #fff;
	font-size: 1.8rem;
}
.areaMenu li a span {
	position: relative;
	padding-left: 10px;
}
.areaMenu li a span::after {
	position: absolute;
	content: '';
	top: 45%;
	right: -20px;
	width: 10px;
	height: 10px;
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
	transform: translateY(-45%) rotate(45deg);
}
/*各アイコン*/
.areaMenu li a.spot span::before {
  position: absolute;
  content: '';
  background: url("/med/feature/domestic/kyushu/img/ic_spot.webp") no-repeat;
  background-size: 16px 22px;
  width: 16px;
  height: 22px;
  top: 4px;
  left: -14px;}
.areaMenu li a.onsen span::before {
  position: absolute;
  content: '';
  background: url("/med/feature/domestic/kyushu/img/ic_onsen.webp") no-repeat;
  background-size: 26px 22px;
  width: 26px;
  height: 22px;
  top: 3px;
  left: -23px;
}
.areaMenu li a.gourmet span::before {
  position: absolute;
  content: '';
  background: url("/med/feature/domestic/kyushu/img/ic_gourmet.webp") no-repeat;
  background-size: 12px 30px;
  width: 12px;
  height: 30px;
  top: 0px;
  left: -12px;
}
/*各アイコン*/


@media (min-width: 768px) {
	.areaMenu li a {
		position: relative;
		overflow: hidden;
		transition: 0.2s ease all;
	}
	.areaMenu li a:hover {
		background: #f3acac;
		opacity: .8;
		transition: 0.2s ease all;
	}
}

@media screen and (max-width:767.98px) {
  .areaMenu {
    margin-top: 30px;
  }
  .areaMenu ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .areaMenu li {
    width: calc(100% / 3);
    height: 60px;
    border-right: 1px solid #fff;
    box-sizing: border-box;
  }
  .areaMenu li:last-child {
    border-right: none;
  }
  .areaMenu li a {
    display: flex;
    flex-direction: column;
    align-items: center;    
    justify-content: center;
    height: 100%;
    padding: 10px 5px;
    color: #fff;
    text-decoration: none;
    font-size: 1.2rem;
    font-weight: bold;
  }
	.areaMenu li:first-of-type a::after {
		position: absolute;
		content: '';
		width: 100%;
		height: 1px;
		bottom: 0;
		left: -100%;
		background: #a9a9a9;
	}
	.areaMenu li a span {
    display: flex;
    font-size: 1.4rem;
    align-items: center;
    justify-content: center;
    padding: 8px 0 0;
	}
	.areaMenu li a span::after {
		top: 33px;
    width: 8px;
    height: 8px;
		transform: translateY(-35%) rotate(45deg);
	}
  .areaMenu li a.spot span::after {
    left: 45%;
	}
  .areaMenu li a.onsen span::after {
    left: 40%;
	}
  .areaMenu li a.gourmet span::after {
    left: 42%;
	}
/*各アイコン*/
.areaMenu li a.spot span::before {
  background-size: 13px 18px;
  width: 13px;
  height: 18px;
  top: -11px;
  left: 35px;
  }
.areaMenu li a.onsen span::before {
  background-size: 19px 18px;
  width: 19px;
  height: 18px;
  top: -11px;
  left: 5px;
}
.areaMenu li a.gourmet span::before {
  background-size: 9px 22px;
  width: 9px;
  height: 22px;
  top: -11px;
  left: 16px;
}
/*各アイコン*/}

/*---courseItemsBox---*/
.areaBlock {
	padding-bottom: 20px;
}
.areaBlock:first-of-type {
	margin-top: 40px;
}
.areaBlock h3 {
	margin: 0;
	padding: 10px 0;
	font-size: 2.4rem;
	text-align: center;
	background: #d7d7d7;
}
.courseItemsBox {
	display: flex;
	flex-wrap: wrap;
  gap: 30px 16px;
	padding: 14px 20px;
	border-radius: 20px;
}
.event_wrap .courseItemsBox {
  padding: 40px 0;
}
.courseItem {
  width: calc((100% - 32px) / 3);
}
.courseItem a {
  display: block;
  border-radius: 5px;
  box-shadow: 0 1px 3px 1px rgba(0, 0, 0, .1);
}
.course__card {
  z-index: 1;
  position: relative;
  overflow: hidden;
  border-radius: 5px;
}
.course__card__tagBox {
	position: absolute;
	top: 10px;
	left: 10px;
	z-index: 5;
}
.course__card__tagBox ul {
	display: flex;
	flex-wrap: wrap;
	margin: 0;
}
.course__card__tagBox ul li {
	margin: 0 10px 10px 0;
	padding: 3px 12px;
	color: #fff;
	font-size: 1.3rem;
	background: rgb(0 0 0 / .5);
	border-radius: 30px;
}
.course__card__img__caption {
  background-color: #f2f2f2;
  font-size: 1.2rem;
  color: #707070;
  text-align: right;
  padding-right: 5px;
}
.course__card__body {
	padding: 18px 18px 15px;
	background: #fff;
}
.course__card__codeArea__box {
	display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 5px 10px;
}
.course__card__code {
	position: relative;
  display: inline-block;
	min-width: 90px;
  padding: 0 10px 0 15px;;
  border: 1px solid #ddd;
  color: #000;
  text-align: center;
  font-size: 1.4rem;
  line-height: 20px;
}
.course__card__code::after {
	position: absolute;
	content: '';
	top: -1px;
	left: -1px;
	width: 6px;
	height: 22px;
	background: #c51f1f;
}
/*.free_icon {
  display: inline-flex;
  align-items: center;
  color: #238f98;
  border: 1px solid #238f98;
  font-family: 'Noto Serif JP', serif;
  padding: 2px 4px;
  border-radius: 3px;
  font-weight: 900;
  font-size: 1.3rem;
  line-height: 1.4;
}
.pct2 {
  color: #a52225;
  border: 1px solid #a52225;
}
.pct3 {
  color: #bf6434;
  border: 1px solid #bf6434;
}*/
/*@media screen and (max-width:767.98px) {
  .free_icon {
    font-size: 1rem;
  }
}*/
.day_trip {
  display: inline-block;
  color: #fff;
  background: #00ABAA;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 20px;
  padding: 1px 10px;
}
.course__card__title {
  margin-top: 8px;
	color: #000000;
  font-size: 1.8rem;
  font-weight: 700;
	transition: all .3s;
}
.course__card__sub {
	margin-top: 5px;
}
.course__card__area {
  line-height: 1;
  text-align: right;
}
.red_badge_wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 8px;
}
.red_badge_wrap li {
  display: inline-block;
  padding: 2px 8px;
  border: 1px solid #e03e2d;
  color: #e03e2d;
  font-size: 1.3rem;
  font-weight: bold;
  background-color: #fffafa;
}
.course__card__unit {
  margin-top: 15px;
  font-size: 1.4rem;
	color: #000;
	text-align: right;
}
.course__card__price {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.2;
	color: #cc0d21;
	text-align: right;
}
main [class*="course__card__head"] {
	padding-top: 52%;
	background-image: url("/med/app-files/img/tabimono_img.webp");
  background-size: 60% auto;
  background-position: center;
  background-color: #C1C1C1;
  background-repeat: no-repeat;
  height: 0;
  position: relative;
  overflow: hidden;
}
main [class*="js_rweb2404_img_"] {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-size: contain;
}
main [class*="js_rweb2404_img_"]::after {
	top: 0;
}
main [class*="js_rweb2404_caption_"] {
	z-index: 2;
}
.noCourseTxt {
	margin: 0 auto 30px;
	font-size: 1.6rem;
}
.courseItemsBox .noCourseTxt_all{
    margin: 0 auto;
	font-size: 1.6rem;
    text-align: center;
    padding-bottom: 50px;
}
@media (min-width: 768px) {
	.courseItem a:hover .course__card__title {
		color: #cc0d21;
		text-decoration: underline;
		transition: all .3s;
	}
}
@media screen and (max-width:767.98px) {
	.areaBlock {
		padding-bottom: 47px;
	}
	.silverweek h3 {
		padding: 8px 0;
		font-size: 1.7rem;
	}
  .area_course_list_wrap h3::before {
    border-radius: 10px 10px 0 0;
  }
	.courseItemsBox {
		display: block;
		margin-top: 24px;
		padding: 0 10px;
		background-color: transparent;
	}
	.courseItem {
		width: 100%;
		margin-right: 0;
	}
	.courseItem:nth-of-type(n+2) {
		margin-top: 15px;
	}
	.course__card {
		/*display: flex;*/
		background: #fff;
	}
	/*main [class*="course__card__head"] {
		padding-top: 0;
		padding-left: 34%;
	}
	main [class*="js_rweb2404_img_"]::after {
		background-size: cover;
	}*/
	main [class*="course__card__head"] {
		padding-top: 48%;
	}
	main [class*="bgContain js_rweb2404_img_"]::after {
		background-size: contain!important;
	}
	.course__card__img__caption {
		right: 8px;
    bottom: 5px;
		font-size: 1rem;
	}
	.course__card__tagBox {
		/*position: static;*/
    top: 5px;
	}
	.course__card__tagBox ul {
		margin-top: 8px
	}
	.course__card__tagBox ul li {
		margin: 0 5px 5px 0;
		padding: 2px 7px;
		font-size: 1rem;
	}
	.course__card__body {
		width: 100%;
		padding: 8px 10px;
	}
	.course__card__code {
		min-width: 70px;
		font-size: 1.2rem;
	}
	.course__card__area {
		text-align: left;
	}
  .day_trip {
    font-size: 1.2rem;
  }
	.course__card__title {
		font-size: 1.5rem;
	}
	.course__card__unit {
		margin-top: 5px;
		font-size: 1.1rem;
	}
	.course__card__price {
		margin-top: 5px;
		font-size: 1.7rem;
	}
	.noCourseTxt {
		font-size: 1.3rem;
		text-align: center;
    margin: 0 auto;
	}
    .courseItemsBox .noCourseTxt_all{
         font-size: 1.3rem;
		text-align: center;
    padding-bottom: 35px;
}
}
/*=====================*/

/*mapArea
=======================*/
.mapAreawrap {
  background: #f7f5ed;
  padding: 45px;
}
.mapAncwrap {
  max-width: 1200px;
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 20px;
  background: #fff;
  margin: 60px auto 0;
  padding: 40px 0;
  border-radius: 25px;
}
.sideAnc {
  width: 20%;
}
.mapImgwrap {
  display: flex;
  justify-content: center;
  width: 574px;
  height: 574px;
}
.mapImgwrap img {
  width: 574px;
  height: 574px;
}
.preBox { 
  border-radius: 10px;       
  overflow: hidden; 
  margin-bottom: 20px;
}

.preTitle {
  margin: 0;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  color: #fff;
  text-align: center;
  font-size: 1.8rem;
}

.spotList {
  background: #fff;
  list-style: none;
  padding: 0;
  margin: 0;
}

.spotList li a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 5px 7px 10px;
}
.spotList li a span {
  display: block;
  width: 100%;
  text-decoration: none;
  color: #333;
  font-size: 1.6rem;
}
.spotList li a::after {
  position: absolute;
  content: '';
  top: 34%;
  right: 18px;
  width: 10px;
  height: 10px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: translateY(-50%) rotate(45deg);
}
.spotList li.noCourse a {
  pointer-events: none;
  cursor: default;
}
.spotList li.noCourse a::after {
  display: none;
}
.spotList li.noCourse a::before {
  display: none;
}
.spotList li.noCourse a span {
  color: #888;
  border-bottom: none;
}
.fukuoka {
  border: 5px solid #67a369;
  background: #67a369;
}
.fukuoka .preTitle {
  background: #67a369;                 
  -webkit-text-stroke: 3px #2d612f; 
  paint-order: stroke fill;         /* 縁取りを文字の背面に描画する */
}
.fukuoka .spotList li a span  {
  border-bottom: 1px dashed #67a369;
}
.fukuoka .spotList li a::after {
  border-right: 2px solid #67a369;
  border-bottom: 2px solid #67a369;
}
.saga {
  border: 5px solid #ffbe31;
  background: #ffbe31;
}
.saga .preTitle {
  background: #ffbe31;                 
  -webkit-text-stroke: 3px #ab7500; 
  paint-order: stroke fill;  
}
.saga .spotList li a span  {
  border-bottom: 1px dashed #ffbe31;
}
.saga .spotList li a::after {
  border-right: 2px solid #ffbe31;
  border-bottom: 2px solid #ffbe31;
}
.nagasaki {
  border: 5px solid #a287cc;
  background: #a287cc;
}
.nagasaki .preTitle {
  background: #a287cc;                 
  -webkit-text-stroke: 3px #700f94; 
  paint-order: stroke fill;
}
.nagasaki .spotList li a span  {
  border-bottom: 1px dashed #a287cc;
}
.nagasaki .spotList li a::after {
  border-right: 2px solid #a287cc;
  border-bottom: 2px solid #a287cc;
}
.kumamoto {
  border: 5px solid #e07e3b;
  background: #e07e3b;
}
.kumamoto .preTitle {
  background: #e07e3b;                 
  -webkit-text-stroke: 3px #a74502; 
  paint-order: stroke fill;
}
.kumamoto .spotList li a span  {
  border-bottom: 1px dashed #e07e3b;
}
.kumamoto .spotList li a::after {
  border-right: 2px solid #e07e3b;
  border-bottom: 2px solid #e07e3b;
}
.oita {
  border: 5px solid #537ebc;
  background: #537ebc;
}
.oita .preTitle {
  background: #537ebc;                 
  -webkit-text-stroke: 3px #194c94; 
  paint-order: stroke fill;
}
.oita .spotList li a span  {
  border-bottom: 1px dashed #537ebc;
}
.oita .spotList li a::after {
  border-right: 2px solid #537ebc;
  border-bottom: 2px solid #537ebc;
}
.miyazaki {
  border: 5px solid #317253;
  background: #317253;
}
.miyazaki .preTitle {
  background: #317253;                 
  -webkit-text-stroke: 3px #0f442a; 
  paint-order: stroke fill;
}
.miyazaki .spotList li a span  {
  border-bottom: 1px dashed #317253;
}
.miyazaki .spotList li a::after {
  border-right: 2px solid #317253;
  border-bottom: 2px solid #317253;
}
.kagoshima {
  border: 5px solid #e585ac;
  background: #e585ac;
}
.kagoshima .preTitle {
  background: #e585ac;                 
  -webkit-text-stroke: 3px #c7537d; 
  paint-order: stroke fill;
}
.kagoshima .spotList li a span  {
  border-bottom: 1px dashed #e585ac;
}
.kagoshima .spotList li a::after {
  border-right: 2px solid #e585ac;
  border-bottom: 2px solid #e585ac;
}
.kyu_charm_wrap {
  margin: 80px auto 0;
  padding: 20px;
  max-width: 1200px;
  height: 421px;
  background-image: url("/med/feature/domestic/kyushu/img/charm_bg.webp");
}
.kyu_charm_contents {
  display: flex;
  justify-content: center;
}
.kyu_charm_head {
  width: 250px;
  height: 250px;
  margin-top: -50px;
}
.kyu_charm_body {
  flex: 1;
  margin-top: 60px;
}
.kyu_charm_title {
  margin-top: 10px;
  text-align: center;
  font-size: 5.5rem;
  color: #071c3e; 
  font-family: 'BIZ UDPMincho', serif;
}
.kyu_charm_subtitle {
  text-align: center;
  margin-top: -6px;
  font-size: 3rem;
  color: #071c3e; 
}
.kyu_charm_detaile {
  text-align: center;
  font-weight: bold;
  color: #071c3e; 
}
@media (min-width: 768px) {
  .preBox .spotList li a {
    overflow: hidden;
    z-index: 1;
  }
  .preBox .spotList li a span {
    position: relative;
    z-index: 2;
  }
  .preBox .spotList li a::before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: -100%;
    transition: top 0.4s ease;
    z-index: -1;
  }
   .preBox .spotList li a:hover::before {
    top: 0;
  }
  .preBox.fukuoka .spotList li a::before {
    background-color: rgba(0, 155, 99, 0.15); /* 薄い緑 */
  }
  /* 佐賀県（黄色系） */
  .preBox.saga .spotList li a::before {
    background-color: rgba(230, 160, 0, 0.15);
  }

  /* 長崎県（紫系） */
  .preBox.nagasaki .spotList li a::before {
    background-color: rgba(140, 71, 153, 0.15);
  }

  /* 熊本県（オレンジ系） */
  .preBox.kumamoto .spotList li a::before {
    background-color: rgba(217, 125, 39, 0.15);
  }

  /* 大分県（青系） */
  .preBox.oita .spotList li a::before {
    background-color: rgba(35, 99, 171, 0.15);
  }

  /* 宮崎県（深緑系） */
  .preBox.miyazaki .spotList li a::before {
    background-color: rgba(0, 107, 68, 0.15);
  }

  /* 鹿児島県（ピンク系） */
  .preBox.kagoshima .spotList li a::before {
    background-color: rgba(214, 110, 140, 0.15);
  }
}
@media screen and (max-width:767.98px) {
  .mapAreawrap {
    margin-top: 20px;
    padding: 30px 10px;
  }
  .kyu_charm_wrap {
    background-image: url("/med/feature/domestic/kyushu/img/charm_bg_sp.webp");
    background-position: bottom;
    width: 100%;
    grid-row-gap: 10px;
    height: auto;
    margin: 0;
  }
  .kyu_charm_contents {
    flex-direction: column;
    align-items: center;
    grid-row-gap: 20px;
    margin-top: 20px;
  }
  .kyu_charm_head {
    width: 150px;
    height: 150px;
    margin-top: 0;
  }
  .kyu_charm_body {
    margin-top: 0;
    padding: 0 5px;
  }
  .kyu_charm_title {
    font-size: 2.3rem;
  }
  .kyu_charm_subtitle {
    font-size: 1.7rem;
  }
  .kyu_charm_detaile {
    font-size: 1.2rem;
  }
}
/*=====================*/

/*eventArea
=======================*/
.eventArea {
  max-width: 1160px;
  margin: 0 auto;
}
.eventArea h2 {
  margin-top: 40px;
}
.event_wrap {
  margin: 50px 0 0;
}
.event_wrap .event_box {
  padding: 20px;
}
.express_box {
  background: #cdcaae;
  background: linear-gradient(180deg, rgba(205, 202, 174, 1) 0%, rgba(242, 240, 221, 1) 100%);
}
.event_wrap .event_box .courseArea_inner .courseItemsBox {
  padding-bottom: 0;
}
.event_note {
  margin-top: 10px;
  font-weight: bold;
}
.kunenan_box {
  background: linear-gradient(145deg,rgba(48, 112, 62, 1) 0%, rgba(147, 209, 125, 1) 50%, rgba(210, 199, 111, 1) 100%); 
}
.plus3_box {
  background-image: url("/med/feature/domestic/kyushu/img/event_bg01.webp");
  background-repeat: repeat;
}
.event_wrap .event_box {
  margin-top: 40px;
}
.event_wrap .kaiensai_box {
  margin-top: 40px;
}
.event_wrap div .eventinfo_wrap {
  display: flex;
  justify-content: center;
  column-gap: 20px;
}

.event_wrap div .eventinfo_wrap .eventinfo_txt {
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex: 1;
  color: #fff;
}
.event_wrap div .eventinfo_wrap .eventinfo_txt .eventinfo_p {
  text-align: center;
  margin-top: auto;
  padding: 10px 5px;
  font-size: 1.5rem;
}
.express_p {
  background-color: rgba(103, 101, 82, 0.6);
}
.kunenan_p {
  margin-top: 10px;
  background-color: rgba(48, 94, 51, 0.6);
}
.plus3_p {
  margin-top: 45px;
  background-color: rgba(45, 58, 71, 0.6);
}
.express_title {
  margin-top: 25px;
  text-align: center;
  font-size: 3.8rem;
  font-weight: bold;
  color: #333;
}
.kunenan_title_wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-shadow: 1px 1px 3px #234b2a;
}
.kunenan_title {
  font-size: 10.6rem;
  text-align: center;
  font-family: 'Sawarabi Mincho', serif;
}
.kunenan_subtitle {
  position: relative;
  font-size: 4rem;
  text-align: center;
  font-family: 'Sawarabi Mincho', serif;
  margin-top: -48px;
}
.kunenan_subtitle::after {
  position: absolute;
  content: "";
  width: 95px;
  height: 2px;
  top: 50%;
  right: -106px;
  background-color: #fff;
  box-shadow: 1px 1px 3px #234b2a;
}
.kunenan_subtitle::before {
  position: absolute;
  content: "";
  width: 95px;
  height: 2px;
  top: 50%;
  left: -106px;
  background-color: #fff;
  box-shadow: 1px 1px 3px #234b2a;
}
.plus3_title {
  margin-top: 20px;
  font-size: 5.8rem;
  text-align: center;
}
.plus3_normal_txt {
  position: relative;
  top: 10px;
  font-size: 5rem;
}
.plus3_sub_txt {
  position: relative;
  top: 10px;
  font-size: 4.5rem;
}
.bg_wrap {
  display: inline-block;
  background-color: #251b18;
  line-height: 1.4;
  vertical-align: middle;
  padding: 0;
  margin: 0;
}
.express_title .bg_wrap:first-child {
  padding-left: 5px;
}
.bg2 {
  padding: 0 3px;
}
.plus3_bg_wrap {
  padding: 0 10px;
  border: 2px solid #ca9f3b;
}
.express_title .gradient_text {
  background-image: linear-gradient(180deg,rgba(223, 182, 58, 1) 0%, rgba(255, 238, 186, 1) 50%, rgba(223, 182, 58, 1) 100%);;
  color: transparent;
  background-clip: text;
  font-family: "Yu Mincho", "Hiragino Mincho ProN", "serif";
  font-size: 4.5rem;
}
.plus3_title .gradient_text {
  background-image: linear-gradient(180deg,rgba(253, 228, 117, 1) 0%, rgba(195, 154, 66, 1) 100%);
  color: transparent;
  background-clip: text;
  font-family: "Yu Mincho", "Hiragino Mincho ProN", "serif";
  font-size: 6rem;
  font-weight: bold;
}
.normal_text {
  position: relative;
  top: 17px;
  font-size: 4rem;
}
.sub_text {
  position: relative;
  top: 17px;
  font-size: 3.5rem;
}
.event_wrap div .eventinfo_wrap .eventinfo_img {
  width: 440px;
}
.event_wrap div .eventinfo_wrap .eventinfo_img p {
  font-size: 1.1rem;
  color: #fff;
  text-align: right;
}
.event_caption {
  padding: 0 5px;
}
.express_caption {
  background: rgba(104, 101, 82, 0.6);
}

.kunenan_caption {
  background: rgba(48, 94, 51, 0.6);
}

.plus3_caption {
  background: rgba(45, 58, 71, 0.6);
}
.event_wrap .courseItemsBox .noCourseTxt {
  color: #fff;
  padding: 20px 0;
}
@media (min-width: 768px) {
  .eventArea {
    margin: 0 auto;
  }
}
@media screen and (max-width:767.98px) {
  .eventArea h2 {
    margin-top: 30px;
  }
  .event_wrap {
    margin: 30px 0 0;
  }
  .event_wrap .mori_box {
    margin: 0 10px;
  }
  .event_wrap .event_box {
    margin: 20px 0 0;
    padding: 10px 10px 20px;
  }
  .event_wrap .kaiensai_box {
    margin: 20px 10px 0;
    padding: 10px;
  }
  .event_wrap .mori_box {
    padding: 10px;
  }
  .event_wrap div .eventinfo_wrap {
    flex-direction: column;
  }
  .express_title {
    font-size: 2.2rem;
  }
  .express_title .bg_wrap:first-child {
    padding-left: 26px;
  }
  .normal_text {
    font-size: 2.2rem;
    top: 7px;
  }
  .sub_text  {
    font-size: 1.9rem;
    top: 7px;
  }
  .event_wrap div .eventinfo_wrap .eventinfo_txt .eventinfo_p {
    margin-top: 20px;
  }
  .event_wrap div .eventinfo_wrap .eventinfo_txt {
    width: 100%;
  }
  .event_wrap div .eventinfo_wrap .eventinfo_img {
    width: 100%;
    margin: 30px auto 0;
    text-align: center;
  }
  .express_title {
    margin-top: 0;
  }
  .express_title .gradient_text {
    font-size: 2.2rem;
  }
  .event_note {
    font-size: 1.3rem;
  }
  .kunenan_title {
    font-size: 8rem;
  } 
  .kunenan_subtitle {
    font-size: 3rem;
    margin-top: -24px;
  }
  .kunenan_subtitle::after {
    width: 52px;
    right: -59px;
  }
  .kunenan_subtitle::before {
    width: 52px;
    left: -59px;
}
  .plus3_title {
    margin-top: 10px;
  }
  .plus3_title .gradient_text {
    font-size: 3rem;
  }
  .plus3_normal_txt {
    position: relative;
    top: 0;
    font-size: 2.7rem;
  }
  .plus3_sub_txt {
    position: relative;
    top: 0;
    font-size: 2.4rem;
  }


  .event_wrap div .eventinfo_wrap .eventinfo_txt .eventinfo_p {
    font-size: 1.2rem;
  }
  .event_wrap .courseItemsBox {
    padding: 0;
    margin-top: 30px;
  }
}
@media screen and (max-width:324px) {
  .normal_text {
    font-size: 2.1rem;
    top: 7px;
  }
  .sub_text  {
    font-size: 1.8rem;
    top: 7px;
  }
 .express_title .gradient_text {
    font-size: 2.2rem;
  }
  .express_title .bg_wrap:first-child {
    padding-left: 10px;
  }
}
/*=====================*/

/*rankingArea
=======================*/
.rankingArea {
  margin-top: 80px;
  background: #f7f5ed;
  padding: 60px 45px;
}
.rankingCourseItemsBox {
  position: relative;
  margin-top: 60px;
  padding: 60px 20px 14px;
  background: #fff;
}
.ranking_update {
  position: absolute;
  content: "";
  top: 2%;
  right: 2%;
  font-size: 1.5rem;
}
.courseItems_scroll {
  display: flex;
	flex-wrap: wrap;
  gap: 30px 16px;
}
.ranking_icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 90%;
  height: 50px;
  margin: 0 auto;
  padding: 5px 0 0;
  font-size: 2.2rem;
  color: #fff;
  border-radius: 10px 10px 0 0;
}
.ranking_icon::before {
  position: absolute;
  content: "";
  background-image: url('/med/feature/domestic/kyushu/img/ranking_ic01.webp');
  width: 20px;
  height: 30px;
  top: 22%;
  left: 35%;
}
.ranking_icon::after {
  position: absolute;
  content: "";
  background-image: url('/med/feature/domestic/kyushu/img/ranking_ic02.webp');
  width: 20px;
  height: 30px;
  top: 23%;
  right: 37%;
}
.number {
  font-size: 3.6rem;
  margin-bottom: 8px;
}
.first {
  background: #c69a2a;
}
.second {
  background: #8d8d8d;
}
.third {
  background: #b3593d;
}
@media (max-width: 767.98px) {
  .rankingCourseItemsBox {
    margin-top: 30px;
  }
  .rankingArea {
    margin-top: 40px;
    padding: 30px 10px 20px;
  }
  .ranking_icon {
    height: 50px;
  }
  .rankingCourseItemsBox {
    padding: 40px 10px 10px; /* スクロールした時に端が切れないよう余白を確保 */
  }
  .courseItems_scroll{
    display: flex !important;
    overflow-x: auto !important;
    flex-wrap: nowrap !important;
    gap: 15px; /* カード同士の間隔 */
    padding-bottom: 15px;
    -webkit-overflow-scrolling: touch; /* iOSでの滑らかなスクロール */
  }
  /* カードの幅を固定して、自動で縮まないようにする */
  .rankingCourseItemsBox .courseItem {
    flex: 0 0 80% !important; /* カードの幅。画面幅の80%を指定 */
    max-width: 300px; /* 必要であれば最大幅を指定 */
    margin: 0;/* 縦並びの余白を解除 */
  }
  .ranking_update {
    font-size: 1.3rem;
  }
  .ranking_icon::before {
    top: 22%;
    left: 29%;
  }
  .ranking_icon::after {
    top: 23%;
    right: 32%;
  }
}
/*=====================*/

/*pointArea
=======================*/
.pointArea {
  background: #f2efe4;
  width: 100%;
  height: auto;
  padding: 60px 0;
  margin-top: 0;
}

@media (max-width: 767.98px){
  .pointArea {
    padding: 50px 0; 
    margin-top: 0px;
  }
  .pointArea::before,
  .pointArea::after {
    width: 100vw;
    height: 10vw;/* マスクの高さ */
  }
}
@media (max-width: 465px){
  .pointArea {
    padding: 30px 0; 
  }
}
@media screen and (min-width:768px) and (max-width:1800px) {
  .pointArea::before,
  .pointArea::after {
    height: 125px;
  }/* マスクの高さ */
}

/*=====================*/
.pointArea .areaBlock .areablock_header {
  margin: 10px 0;
  padding: 3px 0;
	color: #e43232;
	font-size: 2.5rem;
	font-weight: bold;
	text-align: center;
	border-top: 2px solid #e43232;
	border-bottom: 2px solid #e43232;
}
.pointArea .areaBlock .areablock_header span {
  position: relative;
}
/*各アイコン*/
#spot .areablock_header span::after {
  position: absolute;
  content: '';
  background: url("/med/feature/domestic/kyushu/img/ic_spot_02.webp") no-repeat;
  background-size: 20px 30px;
  width: 20px;
  height: 30px;
  top: 3px;
  left: -30px;
}
#onsen .areablock_header span::after {
  position: absolute;
  content: '';
  background: url("/med/feature/domestic/kyushu/img/ic_onsen_02.webp") no-repeat;
  background-size: 26px 22px;
  width: 26px;
  height: 22px;
  top: 9px;
  left: -40px;
}
#gourmet .areablock_header span::after {
  position: absolute;
  content: '';
  background: url("/med/feature/domestic/kyushu/img/ic_gourmet_02.webp") no-repeat;
  background-size: 20px 30px;
  width: 20px;
  height: 30px;
  top: 5px;
  left: -30px;
}
/*各アイコン*/
.pointArea .areaBlock .caution {
  text-align: center;
  font-size: 1.3rem;
}
.pointArea .areaBlock .courseBlock .courseItemsBox {
  margin: 30px 0;
}
.pointArea .areaBlock .courseBlock .noCourseTxt {
  margin: 10px auto;
}

@media (min-width: 768px) {
  .pointArea .areaMenu li a:hover {
    background: #ffffff80;
    opacity: .8;
    transition: 0.2s ease all;
  }
}
@media screen and (max-width:767.98px) {
  .pointArea .areaMenu li a {
    font-size: 1.4rem;
    padding: 7px 0;
  }
  .pointArea .areaBlock {
    padding: 20px 10px;
    margin: 20px 0;
  }
  .pointArea .areaBlock h3 {
    font-size: 1.8rem;
  }
  .pointArea .areaBlock .des_t {
    font-size: 1.2rem;
  }
  .pointArea .areaBlock .areablock_header {
    font-size: 1.4rem;
    margin: 10px 0 0;
  }
  .pointArea .areaMenu li:first-of-type a::after {
    background: none;
  }
  .pointArea .areaBlock .courseBlock .courseItemsBox {
    padding: 0;
  }
/*各アイコン*/
  #spot .areablock_header span::after {
    background-size: 13px 18px;
    width: 13px;
    height: 18px;
    top: 1px;
    left: -24px;
  }
  #onsen .areablock_header span::after {
    background-size: 19px 18px;
    width: 19px;
    height: 18px;
    top: 2px;
    left: -30px;
  }
  #gourmet .areablock_header span::after {
    position: absolute;
    content: '';
    background-size: 15px 20px;
    width: 15px;
    height: 20px;
    top: 1px;
    left: -20px;
  }
  #highlight .areablock_header span::after {
    background-size: 17px 17px;
    width: 17px;
    height: 17px;
    top: 3px;
    left: -28px;
  }
/*各アイコン*/
}
/*観光スポット*/
.sightseeing_card_area {
  margin-top: 40px;
}
.sightseeing_card_wrap {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  gap: 30px 20px;
}
.sightseeing_card {
  width: 354px;
  border: 3px solid #f7c1c1;
  border-radius: 8px;
  min-height: 490px;
  padding: 10px 0;
  display: flex;
  flex-direction: column;
}
.pre_area {
  margin-left: 10px;
}
.pre_area span {
  background: #d54f0d;
  color: #fff;
  padding: 4px 25px;
  font-size: 1.4rem;
}
.sightseeing_card_titlewrap {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  min-height: 65px;
}
.sightseeing_card_title {
  margin-top: -10px;
  font-size: 2.8rem;
  font-weight: bold;
}
.sightseeing_card figure {
  margin: 10px auto 0;
  width: 320px;
}
.sightseeing_card figure img {
  
}
.sightseeingCaption {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  font-size: 1.1rem;
  background: #f2f2f2;
  color: #777;
  letter-spacing: -0.08em;
  min-height: 21px;
}
.sightseeing_card_detail {
  margin: 10px 10px 0;
  font-size: 1.4rem;
  line-height: 1.5;
  min-height: 100px;
}
.sightseeing_buttonwrap {
  text-align: center;
  margin-top: auto;
  min-height: 65px;
}
.sightseeing_button {
  display: inline-block;
  border-radius: 50px;
  width: 300px;
  overflow: hidden;
}
.sightseeing_button__type {
  position: relative;
  display: block;
  background: #e43232;
  padding: 5px 0;
  width: 100%;
  transition: .2s;
}
.sightseeing_button__label {
  color: #fff;
  transition: .2s;
}
.sightseeing_button__type::after {
  position: absolute;
  content: '';
  top: 50%;
  right: 5%;
  width: 15px;
  height: 15px;
  border-right: 3px solid #fff;
  border-bottom: 3px solid #fff;
  transform: translateY(-45%) rotate(-45deg);
  transition: .2s;
}
.sightseeing_card_nocourse {
  margin: 10px 0 0;
  font-size: 1.8rem;
  color: #a9a9a9;
  text-align: center;
}
@media (min-width: 768px) {
  .sightseeing_button__type:hover {
    background: #f3acac;
  }
  .sightseeing_button__type:hover .sightseeing_button__label {
    color: #e43232;
  }
.sightseeing_button__type:hover::after {
    border-right: 3px solid #e43232;
    border-bottom: 3px solid #e43232;
  }
}
@media screen and (max-width:767.98px) {
  .sightseeing_card_wrap.js-slider,
  .sightseeing_card_wrap .slick-list,
  .sightseeing_card_wrap .slick-track,
  .sightseeing_card_wrap .slick-slide {
    height: auto !important;
  }
  .pulldown-area {
    display: flex;
    justify-content: center; 
    position: relative;
    padding: 10px 0;
    background: #e43232;
    margin-top: 30px;
  }
  .pulldown-area select {
    width: 80%;
    padding: 10px 40px 10px 20px;
    text-align: center;
    text-align-last: center;
    appearance: none;
    background: #fff;
    color: #e43232;
    font-weight: bold;
    border: 3px solid #e43232;
    border-radius: 7px;
  }
  .pulldown-area select option {
    text-align: center;
    text-align-last: center;
    appearance: none;
    background: #fff;
    color: #333;
    font-weight: bold;
    border: none;
  }
  .pulldown-area::after {
    position: absolute;
    pointer-events: none;
    content: '';
    top: 44%;
    right: 15%;
    width: 15px;
    height: 15px;
    border-right: 3px solid #e43232;
    border-bottom: 3px solid #e43232;
    transform: translateY(-45%) rotate(45deg);
  }
  #spot .spotBlock01 {
    padding: 30px 10px;
    height: auto; /* 高さが固定されていると崩れるためautoを推奨 */
  }
  #onsen .spotBlock01 {
    padding: 30px 10px;
    height: auto; /* 同上 */
  }
  .sightseeing_card_area {
    margin-top: 30px;
  }
  .sightseeing_card_wrap .slick-track {
    display: flex !important;
    align-items: stretch !important;
  }
  .sightseeing_card_wrap .slick-slide {
    height: inherit !important;
    display: flex !important;
    flex-direction: column;
  }
  .sightseeing_card_wrap {
    display: block;
    height: auto !important; /* スライダーの高さ固定を解除 */
  }
  .sightseeing_card {
    width: 100%;
    margin: 0 7px;
    height: 100% !important;
    min-height: auto !important;
    display: flex !important;
    flex-direction: column;
  }
  .pre_area span {
    padding: 4px 16px;
    font-size: 1.2rem;
  }
  .sightseeing_card_titlewrap {
    margin-top: -10px;
  }
  .sightseeing_card_title {
    font-size: 2.4rem;
  }
  .sightseeing_card_subtitle {
    font-size: 1.4rem;
  }
  .sightseeing_card figure {
    margin: 10px auto 0;
    width: 90%;
    max-width: 360px;
  }
.sightseeing_card_detail {
    font-size: 1.2rem;
    flex-grow: 1; /* 余った高さをこのエリアが埋めることで、カード全体の高さを揃えつつボタンを底面に固定 */
  }
.sightseeing_buttonwrap {
    width: 90%;
    margin: 0 auto;
  }
  .sightseeing_button {
    width: 100%;
  }
  .sightseeing_button__type {
    padding: 0;
  }
  .sightseeing_button__label {
    font-size: 1.4rem;
  }
  .sightseeing_button__type::after {
    right: 4%;
  }
}
/*selectdiv(pulldown)
=======================*/
/*.select_label {
  padding: 28px 0 0;
  font-weight: bold;
}*/
.selectdiv {
  position: relative;
  top: 0;
  max-width: 250px;
  width: 100%;
  margin: 40px auto 60px;
  transition: .2s ease all;
  z-index: 100;
}
select:focus {
  outline: 0;
  border: 1px solid #cc0d21;
}
select::-ms-expand {
  display: none;
}
.selectdiv::before {
  content: '';
  position: absolute;
  display: block;
  right: 60px;
  width: 1px;
  height: 32px;
  top: 50%;
  transform: translateY(-50%);
  background: #323232;
  pointer-events: none;
  z-index: 10;
}
.selectdiv::after {
  content: '';
  display: inline-block;
  padding: 0;
  position: absolute;
  pointer-events: none;
}
.selectdiv select {
  pointer-events: auto;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: block;
  width: 100%;
  max-width: 280px;
  height: 58px;
  margin: 5px auto;
  padding: 0 30px 0 20px;
  color: #232323;
  font-size: 2rem;
  line-height: 1.5;
  font-weight: bold;
  -ms-word-break: normal;
  word-break: normal;
  border: 1px solid #fff;
  border-radius: 5px;
  cursor: pointer;
  box-shadow: 0 1px 3px 1px rgba(0, 0, 0, .1);
}
.selectdiv .decoration {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.selectdiv .decoration::before,
.selectdiv .decoration::after {
  position: absolute;
  content: '';
  right: 30px;
  width: 10px;
  height: 10px;
  border-right: 2px solid #323232;
  border-bottom: 2px solid #323232;
  pointer-events: none;
}
.selectdiv .decoration::before {
  top: 20px;
  transform: rotate(-135deg);
}
.selectdiv .decoration::after {
  top: 28px;
  transform: rotate(45deg);
}

@media (min-width: 768px) {
  .selectdiv:hover select {
    border: 1px solid #cc0d21;
    transition: .2s ease all;
  }
}

@media screen and (max-width:767.98px) {
  .selectdiv {
    max-width: 205px;
    margin: 20px auto 10px;
  }
  .selectdiv select {
    height: 48px;
    padding: 4px 30px 0 20px;
    font-size: 1.5rem;
  }
  .selectdiv .decoration::before {
    top: 17px;
  }
  .selectdiv .decoration::after {
    top: 24px;
  }
  /*---iPhone only---*/
  .iPhone .selectdiv select {
    padding-top: 0;
  }
  /*-----------------*/
}
/*=====================*/

/*area_button
=======================*/
.area_button{
  text-align: center;
  margin: 40px 0;
  font-family: 游ゴシック体, YuGothic, 游ゴシック, Yu Gothic, ヒラギノ角ゴ Pro, Hiragino Kaku Gothic Pro, メイリオ, Meiryo, Osaka, Arial, ＭＳ Ｐゴシック, MS PGothic, sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.6;
  position: relative;
}
.area_button .contents_wrap{
  justify-content: center;
  flex-wrap: wrap;
}
.area_button__titbox__fukidashi{
  position: relative;
  display: inline-block;
  border-bottom: solid 1px #cc0d20;
  padding: 5px 0;
  color: #cc0d20;
  font-weight: bold;
  font-size: 18px;
}
.area_button__titbox__fukidashi:before,
.area_button__titbox__fukidashi:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.area_button__titbox__fukidashi:before {
  border: solid 9px transparent;
  border-top: solid 14px #cc0d20;
}
.area_button__titbox__fukidashi:after {
  border: solid 11px transparent;
  border-top: solid 17px #fff;
  margin-top: -5px;
}
.area_button__titbox__tit{
  font-size: 2.4rem;
  color: #333333;
  margin: 15px 5px;
}
.area_button__link{
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin: 0 auto;
  max-width: 760px;
}
.area_button__link li{
  width: 100%;
}
.area_button__link li a{
  text-align: center;
  position: relative;
  display: block;
  font-size: 17px;
  font-weight: bold;
  border: 2px solid #cc0d20;
  border-radius: 5px;
  padding: 10px 36px 9px 9px;
  width: 100%;
  color: #333333;
  box-shadow: 0 1px 1px 1px rgb(0 0 0 / 10%);
}
.area_button__link li a:before{
	display: block;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  background: #cc0d21;
  content: "";
  width: 27px;
}
.area_button__link li a:after{
  -webkit-transform: rotate(45deg);
  display: block;
  position: absolute;
  transform: rotate(45deg);
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  content: "";
  top: calc(50% - 4px);
  right: 10px;
  width: 8px;
  height: 8px;
}
@media screen and (min-width:768px) {
	.area_button {
		margin-top: 0;
	}
	.area_button__link li{
		max-width: 138px;
	}
	.area_button__link li a:hover{
		opacity: 0.7;
	}
}
@media screen and (max-width:767.98px) {
	.area_button__link {
		margin: 0 10px 0;
	}
  .area_button__link li a {
    padding: 10px 36px 9px 9px;
    margin-bottom: 5px;
    font-size: 1.8rem;
    font-weight: bold;
  }
}
/*=====================*/


/*pageTopBtn
=======================*/
.pageTopBtn {
	display: inline-block;
  width: 52px;
  /*left: calc(100vw - 5em);*/
	left: 93%;
	position: sticky;
	bottom: 30px;
	text-align: right;
	opacity: 0;
	z-index: 10;
}
.pageTopBtn_inner {
	margin: auto;
}
.pageTopBtn a {
  box-sizing: border-box;
  display: block;
  position: relative;
  width: 52px;
  height: 52px;
	background: #e43232;
  border-radius: 50%;
  box-shadow: 0 3px 10px rgb(0 0 0 / 16%);
	cursor: default;
  transition: .25s;
}
.pageTopBtn a:before {
  content: "";
  position: absolute;
  z-index: 10;
  top: 58%;
  left: 50%;
  width: 20px;
  height: 20px;
  border-style: solid;
  border-color: #fff;
  border-width: 2px 0 0 2px;
  transform: translate(-50%, -50%) rotate(45deg);
  transition: .25s;
}
.pageTopBtn.-show {
	opacity: 1;
}
.pageTopBtn.-show a {
	cursor: pointer;
}
.pageTopBtn.-transition500 {
	transition: .2s ease;
}

@media screen and (min-width:768px) {
	.pageTopBtn a:hover {
    background: #f3acac;
	}
  .pageTopBtn a:hover::before {
    border-color: #e43232;
  }
}

@media screen and (max-width:767.98px) {
	.pageTopBtn a {
		width: 45px;
    height: 45px;
	}
	.pageTopBtn a:before {
		width: 16px;
    height: 16px;
	}
}
/*=====================*/


.slider.slick-initialized {
	display: block;
}

/*-----slider-----*/
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir='rtl'] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slider {
  display: none;
}

.slider.slick-initialized {
  display: block;
  /*slick-initializedが付与されたら表示*/
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  font-family: 'slick';
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: '•';
  text-align: center;
  opacity: .25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  opacity: .75;
  color: black;
}
/*----------------*/

/*=====================*/
.scroll-hint-icon{
  z-index: 5;
}


/*spot_slider
=======================*/
.spot_slider_item {
  margin: 0 5px;
  max-height: 462px;
}
.spot_slider_item .slider_txt {
  position: relative;
  background-color: #f2f5f2;
  padding: 20px 10px;
}
.gourmetCaption {
  text-align: end;
  padding: 0 5px;
  min-height: 21px;
  background: #dbdbdb;
  font-size: 1.2rem;
  color: #707070;
}
.spot_slider_item .slider_txt .slider_tit {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 1.1;
  margin-bottom: 5px;
}
.spot_slider_item .slider_txt .slider_tit span {
  font-size: 1.3rem;
}
.spot_slider_item .slider_txt .slider_tit span.slider_area {
  font-size: 1.3rem;
  color: #fff;
  background-color: #d54f0d;
  padding: 3px 5px;
  margin-left: 7px;
  letter-spacing: 0.1rem;
}
.spot_slider_item .slider_txt .slider_txt_c {
  position: absolute;
  right: 5px;
  bottom: 3px;
  text-align: right;
  font-size: 1.2rem;
}
@media screen and (max-width:767.98px) {
  .spot_slider_item {
    width: 225px;
    max-height: 358px;
  }
  .spot_slider_item .slider_txt {
    padding: 10px;
  }
  .spot_slider_item .slider_txt {
    font-size: 1.3rem;
  }
  .spot_slider_item .slider_txt .slider_tit {
    font-size: 1.3rem;
  }
  .spot_slider_item .slider_txt .slider_tit span {
    font-size: 1.2rem;
  }
  .spot_slider_item .slider_txt .slider_txt_c {
    font-size: 1.0rem;
  }

}
@media screen and (min-width:768px) {
  .spot_slider_wrap {
    position: relative;
  }
  .spot_slider_wrap .slick-arrow {
    position: absolute; 
    top: 50%;
    transform: translateY(-50%);
    content: ">";
    color: #fff;
    background-color: #e43232;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    cursor: pointer;
    z-index: 3;
  }
  .spot_slider_wrap .slick-arrow::after {
    position: absolute; 
    top: 50%;
    content: "";
    width: 14px;
    height: 14px;
    border-top: 4px solid #fff;
    border-right: 4px solid #fff;
    z-index: 5;
  }
  .spot_slider_wrap .prev-arrow {
    left: -3.5%;
  }
  .spot_slider_wrap .prev-arrow::after {
    left: 57%;
    transform: translate(-50%, -50%) rotate(-135deg);
    -webkit-transform: translate(-50%, -50%) rotate(-135deg);
  }
  .spot_slider_wrap .next-arrow {
    right: -3.5%;
  }
  .spot_slider_wrap .next-arrow::after {
    left: 42%;
    transform: translate(-50%, -50%) rotate(45deg);
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
  }
}
/*-----------*/  
    
    
/* gourmetArea */
.spotBlock01 {
  background: #fff;
  padding: 30px 20px;
  border-radius: 20px;
}
.spotBlock01 .slick-dotted.slick-slider {
  margin: 30px 0;
}
.spot_slider_wrap {
  position: relative;
  width: 95%;
  margin: 0 auto;
}
#gourmet .spotBlock01 .slick-dots {
  position: absolute;
  bottom: -10%;
  left: 50%;
  transform: translate(-50%, -10%);
  display: flex;
  width: auto;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}

.spotBlock01 .slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.spotBlock01 .slick-dots li button {
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}
.spotBlock01 .slick-dots li button:before {
  font-family: 'slick';
  font-size: 40px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  /*content: '•';*/
	content: '\2022';
  text-align: center;
  color: #ccc;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.spotBlock01 .slick-dots li.slick-active button:before {
  color: #e43232;
}

@media screen and (min-width:768px) {
  .spotBlock01 .slick-dots li button:hover,
  .spotBlock01 .slick-dots li button:focus {
    outline: none;
  }

  .spotBlock01 .slick-dots li button:hover:before,
  .spotBlock01 .slick-dots li button:focus:before {
    opacity: 1;
  }
  .spotBlock01 .slick-dots li button:hover:before {
  color: #e43232;
  opacity: 0.75;
  transition: .25s;
  }
}
@media screen and (max-width:767.98px) {
  .spot_slider_wrap {
    width: 100%;
  }
  .spotBlock01 .slick-dotted.slick-slider {
    margin: 15px 0 30px;
  }
}
/*----------------*/





/*=====================*/
/*pick up
=======================*/
.assist-banner {
  position: fixed;
  box-shadow: 0 1px 1px 1px rgba(0, 0, 0, .1);
  transition: right .8s cubic-bezier(.4, 0, .2, 1) 0s;
  z-index: 9997;
}
.assist-banner__inner {
  overflow: hidden;
  background: #fff;
}
.assist-banner__pickup {
  display: flex;
  position: absolute;
  left: 0;
  justify-content: center;
  width: 100%;
}
.assist-banner__pickup__inner {
  border-radius: 50px;
  background: #fc0;
}
.assist-banner__pickup__inner:after {
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: #fc0 transparent transparent;
  content: "";
}
button:not([disabled]), input[type=submit] {
	cursor: pointer;
}
.assist-banner__block {
  display: flex;
}
.assist-banner__close {
  top: -5px;
  right: -5px;
  width: 26px;
  height: 26px;
}
.assist-banner__img {
  flex-shrink: 0;
  transition: opacity .25s cubic-bezier(.4, 0, .2, 1) 0s;
}
/*
.assist-banner__detail {
	font-weight: bold;
}
*/
.assist-banner__detail .smaller {
  font-size: 1.1rem;
}
.assist-banner__text {
  display: flex;
  flex-flow: column;
  justify-content: center;
  color: #000;
}
.assist-banner__title {
	transition: color .25s cubic-bezier(.4, 0, .2, 1) 0s;
}
.assist-banner__close {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: absolute;
  padding: 0;
  border: none;
  border-radius: 0 0 0 5px;
  outline: none;
  background: #ba0c1e;
  text-indent: -9999px;
  cursor: pointer;
}
.assist-banner__close:after, .assist-banner__close:before {
  display: block;
  position: absolute;
  height: 1px;
  background: #fff;
  content: "";
}
.assist-banner__close:before {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.assist-banner__close:after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.assist-banner__text {
  display: flex;
  flex-flow: column;
  justify-content: center;
  color: #000;
}
 
@media print, screen and (min-width: 768px) {
  .assist-banner.is-show {
    right: 22px;
  }
  .assist-banner {
    right: -320px;
    bottom: 230px;
    width: 320px;
    border: 5px solid #ba0c1e;
    border-radius: 5px 0 5px 5px;
    font-family:游ゴシック体, YuGothic, 游ゴシック, Yu Gothic, ヒラギノ角ゴ Pro, Hiragino Kaku Gothic Pro, メイリオ, Meiryo, Osaka, Arial, ＭＳ Ｐゴシック, MS PGothic, sans-serif;
  }
  .assist-banner__inner {
    padding: 12px 15px 12px 12px;
  }
	.assist-banner__pickup__inner {
		padding: 0 18px;
	}
	.assist-banner__pickup__inner:after {
    bottom: -7px;
    left: calc(50% - 4.5px);
    border-width: 7px 4.5px 0;
  }
	.assist-banner__close {
    top: -5px;
    right: -5px;
    width: 26px;
    height: 26px;
  }
  .assist-banner__close:after, .assist-banner__close:before {
    top: 50%;
    left: 6px;
    width: 14px;
  }
	.assist-banner__pickup {
		top: -25px;
  }
	.assist-banner__img {
    width: 100px;
    margin-right: 18px;
  }
  .assist-banner__detail {
    margin-top: 5px;
    font-size: 1.4rem;
    line-height: 1.2;
  }
	.assist-banner__title {
		font-weight: 700;
		letter-spacing: -1px;
    line-height: 1.2;
	}
}
 
@media screen and (max-width:767.98px) {
	.assist-banner.is-show {
		right: 15px;
  }
  .assist-banner {
    right: calc(-100% + 30px);
    bottom: 5px;
    width: calc(100% - 30px);
    border: 4px solid #ba0c1e;
  }
  .assist-banner__inner {
    padding: 10px 33px 10px 10px;
	}
	.assist-banner__pickup {
		top: -17px;
  }
	.assist-banner__pickup__inner {
    padding: 2px 15px 1px;
    font-size: 1.1rem;
  }
	.assist-banner__pickup__inner:after {
    bottom: -7px;
    left: calc(50% - 4.5px);
    border-width: 7px 4.5px 0;
  }
  .assist-banner__close {
    top: -4px;
    right: -4px;
    width: 35px;
    height: 35px;
  }
  .assist-banner__close:after, .assist-banner__close:before {
    top: 50%;
    left: 10px;
    width: 15px;
  }
	.assist-banner__close:after, .assist-banner__close:before {
    display: block;
    position: absolute;
    height: 1px;
    background: #fff;
    content: "";
	}
	.assist-banner__img {
    width: 82px;
    margin-right: 11px;
  }
	.assist-banner__detail {
    margin-top: 5px;
    font-size: 1.2rem;
  }
	.assist-banner__detail span {
    font-size: 1.1rem;
	}
  .assist-banner__title {
    font-size: 1.5rem;
    font-weight: 700;
		line-height: 1.4;
  }
}
/*=====================*/



/*おすすめコース
=======================*/
.themefeaturesArea {
  display: block !important;
}
.otherFeaturesArea {
  max-width: 1160px;
  padding: 20px 0;
}
.themefeaturesArea {
  margin: 50px auto 80px;
}
.themefeaturesArea h2{
  color: #333;
}
.featuresBox_wrap {
  margin-top: 30px;
}
.featuresBox {
  display: flex;
  justify-content: center;
  gap: 40px;
}
.feature_item  {
  max-width: 290px;
}
.feature_item a {
  display: inline-block;
  height: 100%;
  transition: opacity .2s;
}
.feature_item a:hover{
  opacity: 0.7;
}
@media screen and (max-width:767.98px) {
  .otherFeaturesArea {
    margin: 35px 10px 40px;
  }
  .themefeaturesArea {
    margin: 50px auto 60px;
  }
  .featuresBox_wrap {
    margin-top: 20px;
  }
  .featuresBox {
    flex-direction: column;
    gap: 20px;
    padding: 0 20px;
  }
  .feature_item  {
    max-width: 100%;
  }
}
/*=======================*/

/*=======================
もっと見るボタン*/
@media print, screen and (min-width: 768px){
  .readMore__button {
    padding: 15px 36px;
    font-size: 1.8rem;
    cursor: pointer;
  }
  .readMore__button:hover{
    border-color: #cc0d21;
    color: #cc0d21;
  }
  .readMore__button::before,
  .readMore__button::after {
    top: calc(50% - 1px);
    right: 19px;
    width: 20px;
    height: 2px;
    content: '';
  }
}
.readmore {
  display: flex;
  justify-content: center;
}
.readMore__button {
  position: relative;
  display: block;
  min-width: 272px;
  margin: 80px auto 0;
  border-radius: 5px;
  border: 1px solid #cccccc;
  background: #fff;
  box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.1);
  font-weight: bold;
  transition: all .25s cubic-bezier(.4, 0, .2, 1) 0s;
  text-align: center;
}
.readMore__button::before {
  transform: rotate(90deg);
}
.readMore__button::before, 
.readMore__button::after {
  position: absolute;
  display: block;
  background: #e43232;
  content: '';
}

@media screen and (max-width:767.98px) {
  .readMore__button {
    width: 90%;
    border-radius: 5px;
    padding: 13px 36px;
    font-size: 1.8rem;
    margin: 70px auto 0;
  }
  .readMore__button::before,
  .readMore__button::after {
    top: 50%;
    right: 13px;
    width: 20px;
    height: 2px;
    content: '';
  }
}
/*=======================*/
.line_share {
  position: absolute;
  right: 0;
  display: inline-block;
  background-color: #06c755;
  border-radius: 5px;
  margin-top: 10px;
}
.line_share_link {
    display: flex !important;
    justify-content: center;
    align-items: center;
    padding: 3px 5px;
}
.line_share_link p {
    font-size: 1.3rem;
    font-weight: 700;
    color: #fff;
}
.line_share_link img {
    max-width: 22px;
    max-height: 22px;
}
/*---------------------*/