@charset "utf-8";
/* CSS Document */

a:hover {
  text-decoration: none!important;
}
/*波*/
#recommend,#event,#calendar,#gourmet,#question {
  position: relative;
}
#recommend::before,#event::before,#calendar::before,#gourmet::before,#question::before {
  content: "";
  display: inline-block;
  position: absolute;
  background: url(/content/dam/jretravel/site/page/seasonal/newyear/images/2024/img_03.png) no-repeat 0 0 / 284px 114px;
  width: 284px;
  height: 114px;
  top: 0;
}
#recommend::before,#calendar::before,#question::before {
  right: -120px;
}

#event::before,#gourmet::before {
  left: -120px;
  transform: scale(-1, 1);
}

/*背景色*/
.bg_gold {
  background: #f5f3eb;
}
/*ナビ*/
ul.ny2024_nav {
  display: flex;
  justify-content: center;
  margin: 20px 0 0;
}
ul.ny2024_nav li {
  width: 200px;
  height: 45px;
  text-align: center;
  border-left: 2px solid #d1bd6c;
  position: relative;
  transition: .2s; 
}
ul.ny2024_nav li:last-of-type {
  border-right: 2px solid #d1bd6c;
}
ul.ny2024_nav li:hover {
  background: #efebdc;
}
ul.ny2024_nav li::after {
  position: absolute;
  content: "";
  width: 9px;
  height: 9px;
  top: calc(50% - 2px);
  right: 20px;
  border-top: 2px solid;
  border-right: 2px solid;
  color: #b21c08;
  -webkit-transform: rotate(135deg) translateX(-50%);
  transform: rotate(135deg) translateX(-50%);
}
ul.ny2024_nav li a {
  display: inline-block;
  width: 100%;
  color: #222;
  font-weight: bold;
  line-height: 1.4;
}
ul.ny2024_nav li a[href*="recommend"] {
  background: url(/content/dam/jretravel/site/page/seasonal/newyear/images/2024/ic_01.png) no-repeat 12px 8px / 20px 28px;
  padding: 3px 0;
}
ul.ny2024_nav li a[href*="event"] {
  background: url(/content/dam/jretravel/site/page/seasonal/newyear/images/2024/ic_02.png) no-repeat 9px 8px / 28px 28px;
  padding: 3px 0;
}
ul.ny2024_nav li a[href*="calendar"] {
  background: url(/content/dam/jretravel/site/page/seasonal/newyear/images/2024/ic_03.png) no-repeat 14px 8px / 27px 28px;
  padding: 13px 0;
}
ul.ny2024_nav li a[href*="theme"] {
  background: url(/content/dam/jretravel/site/page/seasonal/newyear/images/2024/ic_04.png) no-repeat 16px 8px / 25px 28px;
  padding: 13px 0;
}
ul.ny2024_nav li a[href*="gourmet"] {
  background: url(/content/dam/jretravel/site/page/seasonal/newyear/images/2024/ic_05.png) no-repeat 23px 8px / 30px 23px;
  padding: 3px 0;
}

/*必ずお読みください*/
.wrap_acco.ny2023_attention .acco_btn {
  color: #fff;
  background: #333;
  height: 35px;
  font-size: 1.8rem;
  padding: 3px 5px 3px 40px;
  position: relative;
}
.wrap_acco .acco_btn::before, .wrap_acco .acco_btn::after {
  border-top: 2px solid #fff!important;
  position: absolute;
  content: "";
  width: 12px;
  top: 50%;
  right: 10px;
  margin-top: -1px;
  transition: .1s;
}
.wrap_acco.ny2023_attention .acco_content {
  border: 2px solid #333;
  border-top: none;
  padding: 15px;
}
.wrap_acco.ny2023_attention .acco_btn span.inner_btn::before {
  content: "";
  display: inline-block;
  position: absolute;
  background: url(/content/dam/jretravel/site/page/seasonal/newyear/images/2023/ttl_ic01.png) no-repeat 0 0/17px 15px;
  width: 17px;
  height: 15px;
  left: 16px;
  top: 10px;
}
.wrap_acco .acco_content {display: none;}
.wrap_acco .acco_btn.open + .acco_content {display: block;}
.wrap_acco .acco_btn::after {transform: rotate(90deg);}
.wrap_acco .acco_btn.open::after {transform: rotate(0deg);}
.wrap_acco .acco_btn {position: relative;}

/*タイトル*/
.top .section h2 {
  color: #222;
  font-size: 2.7rem;
  position: relative;
  margin: 20px auto 0;
  padding: 55px 0 0;
}
.top .section h2::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 200px;
  height: 43px;
  left: calc(50% - 100px);
  top: 0;
}
.top #recommend.section h2::before {
  background: url(/content/dam/jretravel/site/page/seasonal/newyear/images/2024/ttl_01.png) no-repeat 0 0/200px 43px;
}
.top #event.section h2::before {
  background: url(/content/dam/jretravel/site/page/seasonal/newyear/images/2024/ttl_03.png) no-repeat 0 0/200px 43px;
}
.top #calendar.section h2::before {
  background: url(/content/dam/jretravel/site/page/seasonal/newyear/images/2024/ttl_05.png) no-repeat 0 0/200px 43px;
}
.top #theme.section h2::before {
  background: url(/content/dam/jretravel/site/page/seasonal/newyear/images/2024/ttl_07.png) no-repeat 0 0/200px 43px;
}
.top #gourmet.section h2::before {
  background: url(/content/dam/jretravel/site/page/seasonal/newyear/images/2024/ttl_09.png) no-repeat 0 0/200px 43px;
}
.top #question.section h2::before {
  background: url(/content/dam/jretravel/site/page/seasonal/newyear/images/2024/ttl_11.png) no-repeat 0 0/200px 43px;
}
.top #article.section h2::before {
  background: url(/content/dam/jretravel/site/page/seasonal/newyear/images/2024/ttl_13.png) no-repeat 0 0/200px 43px;
}
.h2_sub>p {
  color: #db959a;
  font-size: 1.6rem;
  font-weight: bold;
  letter-spacing: 0.1rem;
  text-align: center;
  margin: 0 auto 20px;
}
.top .section h3 {
  font-size: 2rem;
  font-weight: bold;
  color: #222;
  background-color: #e6d264;
  margin: 10px auto;
  border-radius: 0;
}
.top .section.h3_line h3 {
  background: none;
  border-bottom: 2px dashed #d1bd6c;
  margin: 15px auto;
  padding: 6px 10px;
}
h4 {
  margin: 10px auto 0;
}
.bg_red h4 {
  background: #f7dfdc;
  width: 150px;
  margin: 10px 0;
  padding: 5px 10px;
  text-align: center;
}
/*カレンダー*/
.center {
	text-align: center;
	font-weight: bold;
}
.f_d {font-size: 1.2rem;}
.tab {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 1.6rem;
	font-weight: bold;
  margin: 20px 0 0;
}
.tab>li {
  display: block;
  text-align: center;
  padding: 10px 0;
  width: 100%;
  background: transparent;
  color: #222;
  border-radius: 25px 25px 0 0;
  transition: .3s;
}
.tab>li:hover {cursor: pointer;color: #333;}
/*----------tab hover----------*/
.tab>li:hover {
  background: #b21c08;
  color: #fff;
}
/*----------tab active----------*/
.tab>li.active {color: #fff;}
.tab>li.active {background: #b21c08;}
/*----------inner----------*/
.list .inner,.list .inner .inner_txt {display:none;}
.list .inner.active,.list .inner .inner_txt.active {display:block;}
.list .inner.active {padding: 2% 3% 3%; background: #fff;}
/*----------inner active----------*/
.inner.hokkaido.active,
.inner.tohoku.active,
.inner.nkanto.active,
.inner.shutoken.active,
.inner.tokai.active,
.inner.koshinetsu.active,
.inner.hokuriku.active,
.inner.kansai.active
{border: 1px solid #d1bd6c}
/*----------tab sub----------*/
.tab_sub {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 15px;
	font-size: 1.4rem;
	font-weight: bold;
}
.tab_sub>li {
	display: block;
  width: 12%;
  text-align: center;
  margin-right: 10px;
  padding: 5px 0;
  border: 2px solid #d1bd6c;
  background-color: #fff;
  border-radius: 25px;
  transition: .2s;
}
.tab_sub>li:hover {
	cursor: pointer;
  background-color: #d1bd6c;
}
.tab_sub>li.active {
  background-color: #d1bd6c;
}
/*日付*/
/* tabbtn */
.tabbtn {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
}
.decembercarender {width: 58%;}
.januarycarender {width: 41%; margin-left: 30px;}
.tabbtn li {width: 100%;margin-right: 10px;}
.tabbtn li:last-child {margin-right: 0;}
.month {
  font-size: 2.2rem;
  font-weight: bold;
  color: #b21c08;
}
.december,.january {
	position: relative;
	text-align: center;
	margin-bottom: 8px;
}
.december::before,.january::before {
  position: absolute;
  content: '';
  width: 100%;
  top: calc(50% - 1px);
  left: 0;
  border-top: 2px solid #b21c08;
}
.december>span,.january>span {
	position: relative;
	padding: 0 15px;
	background: #fff;
}
.day_all {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-size: 1.6rem;
	font-weight: bold;
}
.day_all>li>a {
	display: block;
  border: 1px solid #d1bd6c;
  text-decoration: none;
  color: #222;
  border-radius: 0;
}
.week {
  color: #222;
  border-radius: 0;
  font-size: 1.2rem;
  padding: 2px 0 0;
}
.week.blue {background: #a7b6d8;}
.week.red {background-color: #db959a;}
.week.gray {background-color: #ccc;}
.hven {padding: 5px 0;font-size: 2.0rem;color: #222;transition: .2s;}
.day_all>li>a:hover>.day>.hven {
  background: #ededed;
  color: #222;
  border-radius: 0;
}
.day_all>li>a:hover>.day>.hven.red {background: #f7e4e5;color: #222;}
.day_all>li>a:hover>.day>.hven.blue {background: #e0ebf9;color: #222;}

/*スポット*/
.product_box {
  border: 1px solid #d1bd6c;
  margin: 0 5px;
  padding: 10px;
  background: #fff;
  font-size: 1.4rem;
}
.area_box {margin: 10px 0 5px;font-weight: bold;}
.area_box>.area_name>span {
  position: absolute;
  background: url(/content/dam/jretravel/site/page/seasonal/newyear/images/2023/ttl_ic03.png) no-repeat 0 0 / 10px 15px;
  width: 10px;
  height: 15px;
  top: 4px;
  left: 2px;
}
.area_box>.area_name {
  position: relative;
  padding-left: 18px;
  color: #b21c08;
}
.area_box>.title_name {
  font-size: 2rem;
}
.tx_border {
  margin-right: 5px;
  padding: 1px 6px;
  background: #fff;
  border: 1px solid #b21c08;
  border-radius: 10px;
  color: #b21c08;
  font-weight: bold;
  font-size: 1.3rem;
}
.inner_text>.access_box {
  background: #f5f3eb;
  margin: 10px 0;
  padding: 10px;
}
.other_btn_title {
  border-bottom: 1px solid #b21c08;
  margin: 7px 0 10px;
  font-weight: bold;
}
.other_btn_box {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  align-items: center;
}
.other_btn {
	width: 100%;
	text-align: center;
	line-height: 1.4;
}
.other_btn>a {
  display: block;
  position: relative;
  background: #fff;
  border: 1px solid #b21c08;
  padding: 5px 0 7px;
  border-radius: 30px;
  color: #b21c08;
  filter: drop-shadow(2px 2px 3px #00000033);
}
.other_btn>a:hover {
  background: #edcfd1;
  border: 1px solid #b21c08;
  transition: .2s;
}
.other_btn>a::after {
	position: absolute;
	content: "";
	width: 8px;
  height: 8px;
  top: calc(50% - 3%);
  right: 7%;
  border-top: 2px solid;
  border-right: 2px solid;
	-webkit-transform: rotate(45deg) translateX(-50%);
	transform: rotate(45deg) translateX(-50%);
}

/*スポット１カラム*/
.spot_box.col1 {
  border: 1px solid #d1bd6c;
  margin: 0 auto 10px;
  padding: 20px;
}
.spot_box.col1 .spot_box {
  margin-left: 20px;
}

/*キーワード*/
.cmn_contents .clm_osusume_taglabel {
  margin: 15px 0;
}
.cmn_contents .clm_osusume_taglabel>h4 {
  font-size: 1.6rem;
  margin: 0;
}
.cmn_contents .clm_osusume_taglabel>h4::after {
  background: #b21c08;
  margin: 11px 30px 0 5px;
}
.clm_osusume_taglabel.key_box a[target*="_self"] {
  background: #fff;
  border: 1px solid #d1bd6c;
  color: #b21c08;
  transition: 0.3s;
}
.clm_osusume_taglabel.key_box a[target*="_self"]:hover {
  background: #b21c08;
  color: #fff;
}

/*びゅうたび記事*/
.article_container {
  margin: 20px auto;
  padding: 20px 20px 1px;
}
.article_container .logo a {
  display: block;
  text-align: center;
  width: 150px;
  margin: 0 auto;
}
.article_container .logo a img {
  width: 120px;
  height: auto;
}
.article_container .flex_box {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin: 20px auto;
}
.article_container .article_box01 ul li a {
  display: block;
  background: #fff;
  margin: 0;
  padding: 10px;
  width: 330px;
  font-weight: bold;
  color: #222;
}
.article_container .article_box01 ul li a .imageitem img {
  width: 310px;
  height: 205px;
}
.article_container .article_box01 ul li a .textitem {
  margin: 5px 0 0;
  padding: 0 0 0 20px;
}
.outside_icon {
  background-position: 2px 6px;
}

/*商品CP*/
.yado_box .productcontainer2.base_prod ul li {
  background: #fff;
  border: 1px solid #d1bd6c;
}
.clm_some.product_box .base_prod .hotel li {
  padding: 0;
}
.clm2_left.clm_some.product_box {
  margin: 0 5px 10px 0;
}
.clm2_right.clm_some.product_box {
  margin: 0 0 0 5px;
}

/*テーマ・目的から旅行を探す*/
.bnr_container .bnr_box {
  width: 96%;
  margin: 0 auto 30px;
}
.bnr_container .bnr_box .other_btn_box {
  width: 93%;
  margin: 5px auto;
}
.bnr_container .bnr_box .titleitem {
  font-size: 1.8rem;
  font-weight: bold;
  color: #222;
  background-color: #e6d264;
  margin: 0;
  padding: 4px 20px;
  border-radius: 0;
  text-align: center;
}
.bnr_box .imageitem img:hover {
  opacity: 1;
}
/*.bnr_container .bnr_box .imageitem {
  filter: drop-shadow(6px 6px 0px #db959a);
  margin: 0 6px 15px 0;
}*/
.bnr_container .bnr_box .other_btn_box .other_btn>a {
  padding: 13px;
  border-radius: 24px;
}
.bnr_container .bnr_box .other_btn_box .other_btn>a::after {
  right: 4%;
}

/*冬のご当地グルメ旅*/
.col4 .product_box {
  margin: 10px 5px;
}
.col4>.ace-section:first-of-type .product_box {
  margin: 10px 5px 10px 0;
}
.col4>.ace-section:last-of-type .product_box {
  margin: 10px 0 10px 5px;
}
.gourmet .tx_border {
  padding: 1px 10px;
}
.gourmet .other_btn>a {
  margin: 10px 0 5px;
}

/*よくあるご質問*/
.wrap_acco.QandA {
	width: 94%;
	margin: 0 auto 10px;
	background: #fff;
  border: 1px solid #d1bd6c;
}
.wrap_acco.QandA .acco_btn {
	padding: 10px 35px 10px 48px;
  font-size: 1.6rem;
}
.wrap_acco.QandA .acco_content {
	padding: 10px 35px 10px 48px;
	margin-top: -5px;
}
.wrap_acco.QandA .acco_btn,
.wrap_acco.QandA .acco_content {
	position: relative;
}
.wrap_acco.QandA .acco_btn > .inner_btn::before,
.wrap_acco.QandA .acco_content::before {
	position: absolute;
	width: 28px;
	height: 28px;
	top: 50%;
	left: 10px;
	margin-top: -14px;
	font-size: 1.4rem;
	text-align: center;
}
.wrap_acco.QandA .acco_btn > .inner_btn::before {
	content: "Q";
	background: #b21c08;
	color: #fff;
}
.wrap_acco.QandA .acco_content::before {
	content: "A";
  background: #fff;
  font-weight: bold;
  color: #b21c08;
  border: 1px solid #b21c08;
}
.wrap_acco .acco_content {display: none;}
.wrap_acco .acco_btn.open + .acco_content {display: block;}
.wrap_acco.QandA .acco_btn::before, .wrap_acco.QandA .acco_btn::after {
  border-top: 2px solid #b21c08!important;
}

/*記事一覧ボタン*/
.ny_btn2.btn01_rt a {
  background: #b21c08;
}

/*--------------------SP--------------------*/
@media screen and (max-width: 767px) {
  
  /*波*/
  #recommend::before,#calendar::before,#question::before {
    top: -40px;
    right: 0;
    background: url(/content/dam/jretravel/site/page/seasonal/newyear/images/2024/img_03.png) no-repeat 0 0 / 170px auto;
    width: 138px;
    height: 70px;
  }
  #event::before,#gourmet::before {
    top: -40px;
    left: 0;
    background: url(/content/dam/jretravel/site/page/seasonal/newyear/images/2024/img_03.png) no-repeat 0 0 / 170px auto;
    width: 138px;
    height: 70px;
  }
  /*ナビ*/
  ul.ny2024_nav {
    flex-wrap: wrap;
    width: 100%;
    margin: 0;
  }
  ul.ny2024_nav li {
    width: 50%;
    height: 50px;
    border: 1px solid #d1bd6c;
  }
  ul.ny2024_nav li:first-of-type {
    width: 100%;
  }
  ul.ny2024_nav li:last-of-type {
    border-right: 1px solid #d1bd6c;
    border-bottom: 2px solid #d1bd6c;
  }
  ul.ny2024_nav li a[href*="recommend"] {
    background: url(/content/dam/jretravel/site/page/seasonal/newyear/images/2024/ic_01.png) no-repeat 28% 50% / 19px 26px;
    padding: 1% 0;
  }
  ul.ny2024_nav li a[href*="event"] {
    background: url(/content/dam/jretravel/site/page/seasonal/newyear/images/2024/ic_02.png) no-repeat 4% 50% / 27px 27px;
    padding: 3% 0;
  }
  ul.ny2024_nav li a[href*="calendar"] {
    background: url(/content/dam/jretravel/site/page/seasonal/newyear/images/2024/ic_03.png) no-repeat 7% 50% / 26px 26px;
    padding: 8% 0;
  }
  ul.ny2024_nav li a[href*="theme"] {
    background: url(/content/dam/jretravel/site/page/seasonal/newyear/images/2024/ic_04.png) no-repeat 4% 50% / 24px 26px;
    padding: 8% 0;
  }
  ul.ny2024_nav li a[href*="gourmet"] {
    background: url(/content/dam/jretravel/site/page/seasonal/newyear/images/2024/ic_05.png) no-repeat 7% 50% / 30px 23px;
    padding: 3% 0;
  }
  
  /*タイトル*/
  .top .section h2 {
    font-size: 2.2rem;
    margin: 20px auto 0;
  }
  .h2_sub>p {
    margin: -5px auto 20px;
  }
  .top .section h3 {
    font-size: 2.0rem;
  }
  .feature .section h3 {
    font-size: 2.2rem;
    margin: 25px auto;
  }
  h4 {
    margin: 20px 10px 0;
    text-align: center;
  }
  .bg_red h4 {
    margin: 20px auto 10px;
  }
  
  /*カレンダー*/
  .tab {
    margin: 10px;
  }
  .tab, .day_all {
    flex-wrap: wrap;
  }
  .tab>li {
    width: 25%;
    border-radius: 30px;
    padding: 8px 0;
  }
  .decembercarender, .januarycarender {
    width: 100%;
  }
  .januarycarender {
    margin-left: 0;
  }
  .tabbtn {
    flex-direction: column;
  }
  .tabbtn li {
    width: 16%;
    margin: 0 5px 10px;
  }
  .tabbtn li:last-child {
    margin-right: 5px;
  }
  .tab_sub {
    flex-wrap: wrap;
  }
  .tab_sub>li {
    width: 25%;
    margin: 5px;
  }
  .tab_sub>li.long {
    width: 35%;
  }

  /*スポット*/
  .product_box {
    margin: 10px;
  }
  
  /*スポット１カラム*/
  .spot_box.col1 {
    margin: 10px 10px 20px;
    padding: 10px;
  }
  .spot_box.col1 .spot_box {
    margin-left: 0;
  }
  
  /*キーワード*/
  .popularkeywords.aem-GridColumn--default--none.aem-GridColumn.aem-GridColumn--default--6.aem-GridColumn--offset--default--0 {
    width: 100%;
  }
  .cmn_contents .clm_osusume_taglabel {
    margin: 10px auto;
    width: 95%;
  }
  .clm_osusume_taglabel.key_box a[target*="_self"] {
    font-size: 1.6rem;
  }
  .cmn_contents .clm_osusume_taglabel>h4 {
    background: #fff;
    border-bottom: 2px solid #b21c08;
    margin: 0 auto 5px;
    padding: 0;
  }
  
  /*びゅうたび記事*/
  .article_container {
    margin: 10px;
    padding: 10px 10px 1px;
  }
  .article_container .flex_box {
    gap: 10px;
  }
  .article_container .article_box01 ul li a {
    width: 43vw;
    height: auto;
    padding: 5px;
  }
  .article_container .article_box01 ul li a .imageitem img {
    height: auto;
  }
  .article_container .article_box01 ul li a .textitem {
    line-height: 1.5;
    font-size: 1.1rem;
    padding: 0 0 0 18px;
  }
  .outside_icon {
    background-position: 2px 3px;
  }
  .article_container .more_btn.btn01_rt {
    width: 170px;
  }
  .article_container .more_btn.btn01_rt a {
    padding: 10px 30px 10px 10px;
  }
  
  /*商品CP*/
  .yado_box {
    padding: 0 10px;
  }
  .yado_box .productcontainer2.base_prod ul li {
    width: 80%!important;
    padding: 10px;
  }
  .clm2_left.clm_some.product_box, .clm2_right.clm_some.product_box {
    margin: 10px;
  }
  
  /*テーマ・目的から旅行を探す*/
  .bnr_container {
    display: flex;
    flex-wrap: wrap;
  }
  .bnr_container>.ace-section {
    width: 50% !important;
  }
  .bnr_container .bnr_box {
    width: 100%;
  }
  .bnr_container .bnr_box li {
    margin: 0;
  }
  .bnr_container .bnr_box .titleitem {
    font-size: 1.3rem;
    margin: 0 auto;
    padding: 2px;
  }
  .bnr_container .bnr_box .textitem {
    font-size: 1.3rem;
    line-height: 1.6;
    height: 80px;
  }
  .bnr_container .bnr_box .other_btn_box {
    width: 100%;
  }
  .bnr_container .bnr_box .other_btn_box .other_btn>a {
    font-size: 1.3rem;
    border-radius: 30px;
    padding: 8px 0;
  }
  
  /*冬のグルメを味わう旅*/
  .col4 .product_box,
  .col4>.ace-section:last-of-type .product_box,
  .col4>.ace-section:first-of-type .product_box,
  .sp_col2 .clm2_left.clm_some.product_box,
  .sp_col2 .clm2_right.clm_some.product_box {
    margin: 5px;
    padding: 7px;
  }
  .sp_col2 {
    display: flex;
    flex-wrap: wrap;
  }
  .sp_col2>.ace-section {
    width: 50% !important;
  }
  .sp_col2 .area_box>.area_name>span {
    top: 1px;
  }
  .sp_col2 .area_box>.area_name {
    font-size: 1.1rem;
  }
  .sp_col2 .inner_text .tx_border {
    padding: 1px 8px;
    margin-right: 4px;
    font-size: 1.2rem;
  }
  .gourmet .besttime {
    margin: 0 0 3px 0;
  }
  .sp_col2 .inner_text,
  .sp_col2 .other_btn_title {
    font-size: 1.2rem;
    line-height: 1.6;
    margin: 5px 0;
  }
  .sp_col2 .other_btn_title {
    margin: 5px auto;
  }
  .jretravel-image .fade figcaption {
    font-size: 1rem;
  }
  .gourmet .other_btn>a {
    font-size: 1.1rem;
  }
  
} 