@charset "UTF-8";
/* CSS Document */
body {
  color: #000;
}
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}
.content_wrapper * {
  box-sizing: border-box;
}
.content_wrapper img {
  max-width: 100%;
  vertical-align: bottom;
}
.font_italic {
  display: inline-block;
  transform: skewX(-15deg);
  letter-spacing: 0.1rem;
}
.font_roma {
  font-family: 'Times Roman', 'Times New Roman', 'Roman', serif;
}
.font_bold {
  font-weight: bold;
}
.font_normal {
  font-weight: normal;
  font-style: normal;
}
.content_wrapper {
  background: url(../img/bg.png) no-repeat 0 93.8%/contain;
}
.mv_area {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.mv_area::after {
  content: '';
  display: block;
  width: 103vw;
  min-width: 950px;
  height: 5.4vw;
  background: url(../img/tri.png);
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  left: -2.5vw;
  bottom: -5px;
  z-index: 0;
  min-height: 58px;
}
#mv_slider {
  min-width: 1300px;
}
.mv_area .slick_slider {
  opacity: 0;
  transition: opacity .3s linear;
}
.mv_area .slick_slider.slick-initialized {
  opacity: 1;
}
.mv_img_block img {
  width: 100%;
  transition: transform 1s;
  transform: scale(1);
}
.mv_img_block.slick-active img {
  transform: scale(1.05);
}


.mv_area .gotoLogo{
	position:absolute;
	z-index:3;
	top:10px;
	left:160px;
	}


.cont_tab_area {
  display: flex;
  justify-content: space-between;
  position: absolute;
  /*right: -250px;*/
right: 0;
  bottom: 3%;
  left: 0;
  /*width: 950px;*/
  /*width: 680px;*/
  width: 711px;
  /*width: 911px;*/
  margin: auto;
  z-index: 10;
}
.cont_tab_area .btnBox {
  width: 711px;
  /*width: 480px;*/
   /* width: 950px;*/
  display: flex;
}
.tabBtn {
  width: 237px;
  height: 84px;
  background: gray;
  border: 2px solid black;
  background-size: cover;
  transition: opacity .3s;
}
.tabBtn:hover, .tabBtn_2 a:hover {
  text-decoration: none;
  opacity: .8;
}
.tabBtn_2 a {
  display: block;
  width: 200px;
  height: 84px;
  background-color: white;
  background-image: url(../img/il_golfbag.png);
  background-size: 60px;
  background-position: -12px 0px;
  background-repeat: no-repeat;
  border: 2px solid #4bacd0;
  line-height: 84px;
  font-size: 16px;
  font-weight: bold;
  font-style: italic;
  color: #4bacd0;
  padding-left: 41px;
  transition: opacity .3s;
}
.btn00 {
  background-image: url(../img/btn_shikoku_bg.png);
  /*border-left: 0;*/
}
.btn01 {
  background-image: url(../img/btn_oka_bg.png);
  border-left: 0;
}
.btn02 {
  background-image: url(../img/btn_fuk_bg.png);
  border-left: 0;
}
.btn03 {
  background-image: url(../img/btn_spk_bg.png);
/*  border-left: 0;*/
}
.contents .tabBtn a img {
  transition: none;
}
.contents .tabBtn a:hover img {
  opacity: 1;
}
.mv_text_area {
  position: absolute;
  top: 23%;
  left: 0;
  right: 0;
  text-align: center;
  color: #fff;
  font-size: 13px;
  font-weight: bold;
}
.mv_front_img_area {
  position: absolute;
  /*left: 53%;*/
  left: 43%;
  bottom: 105px;
  width: 140px;
  height: 221px;
  transform: translateX(303px) rotate(17deg);
}
.mv_front_img_area_2 {
  position: absolute;
  left: 46%;
  bottom: 105px;
  width: 140px;
  height: 221px;
  padding-top: 10px;
}
/*----------------------------------
tabContents
----------------------------------*/
.tabContents {
  visibility: hidden;
  overflow: hidden;
  height: 0;
}
.tabContents.On {
  visibility: visible;
  height: auto;
  /*    padding-bottom: 80px;*/
}
.area01_inner, .area02_inner {
  padding: 50px 0 80px;
}
.area_title {
  text-align: center;
}
.area_title_head {
  display: inline-block;
  margin-bottom: 13px;
  padding: 5px 19px;
  background-color: #c14536;
  color: #fff;
}
.area_title_text {
  display: block;
  font-size: 29px;
  font-weight: bold;
}
.area_title_roma {
  display: block;
  font-weight: normal;
}
.area_title_roma:before {
  content: "";
  display: block;
  width: 39px;
  margin: 13px auto;
  border-top: 1px solid #c14536;
}
.tabContents .slick-slide img {
  width: 100%;
  margin: auto;
}
.tabContents .slick-list:before, .tabContents .slick-list:after {
  content: "";
  position: absolute;
  z-index: 3;
  width: 240px;
  width: 120px;
  width: calc((100% - 820px) / 2);
  top: 0;
  bottom: 0;
  background-color: #000;
  opacity: .8;
}
.tabContents .slick-list:before {
  left: 0;
}
.tabContents .slick-list:after {
  right: 0;
}
.tabContents .slick-prev:before, .tabContents .slick-next:before {
  content: "";
  display: block;
  width: 44px;
  width: 22px;
  height: 44px;
  height: 22px;
  margin: auto;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
}
.tabContents .slick-prev:before {
  margin-right: 20px;
  transform: rotate(45deg);
}
.tabContents .slick-next:before {
  margin-left: 20px;
  transform: rotate(-135deg);
}
.tabContents .slick-prev {
  left: 152px;
  left: 35px;
}
.tabContents .slick-next {
  right: 152px;
  right: 39px;
}
.tabContents .slick-prev, .tabContents .slick-next {
  z-index: 9;
  width: 66px;
  width: 42px;
  width: calc((100% - 820px) / 2);
  height: 66px;
  height: 42px;
}
.tabContents .slick-prev {
  padding-left: 20px;
  left: 0;
}
.tabContents .slick-next {
  right: 0;
}
.tabContents .slick-dots {
  bottom: -35px;
}
.tabContents .slick-dots li {
  margin: auto;
}
.tabContents .slick-dots li button:before {
  content: "";
  width: 13px;
  height: 13px;
  background-color: #ccc;
  border-radius: 50%;
}
/*九州枠のみスライドドットのみ非表示*/
/*
 #area02.tabContents .slick-dots li button:before{
     display:none;
}
*/
.tabContents .slick-dots .slick-active button:before {
  background-color: #c14536;
}
.tabContents .slick-dotted.slick-slider {
  margin-bottom: 75px;
}
.area01_slider_wrap {
  width: 100%;
  /*width: 1430px;*/
  /*width: 950px;*/
  margin: auto;
}
.area01_slider {
  width: 820px;
}
.area01_slider_wrap .area01_slider {
  position: relative;
}
#area01_slider {
  opacity: 0;
  transition: opacity .3s linear;
}
#area01_slider.slick-initialized {
  opacity: 1;
}
.area_course_block {
  display: none;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 9;
  padding: 10px;
  background-color: rgba(0, 0, 0, 0.85);
  color: #fff;
}
.slick-active .area_course_block {
  display: block;
  min-width: 370px;
}
.area_course_infolist {
  margin-bottom: 3px;
}
.area_course_block .area_course_infolists {
  line-height: 1.4;
  text-indent: -1em;
  margin-left: 1em;
}
.area_course_block p {
  font-size: 13px;
}
.area_course_block .border {
  border: 2px solid;
  padding: 1px 3px;
}
.area_course_intro_text span {
  display: inline-block;
  vertical-align: top;
}
.area_course_intro_text.intro_one_line span {
  vertical-align: middle;
}
.area_course_intro_text span + span {
  padding-left: 5px;
}
.area_course_detail_block {
  width: 830px;
  margin: auto;
  padding: 15px;
  border: 1px solid #963;
	margin-top: 100px;
}
.area_course_detail01 {
  float: left;
  width: 800px;
}
.area_course_detail_lists {
  font-size: 13px;
    line-height: 1.7;
}
.area_course_detail_lists span {
  font-size: 16px;
  font-weight: bold;
}
.area_course_detail_btn_list {
  margin-top: 15px;
  text-align: center;
}
.area_course_detail_btn_lists {
  display: inline-block;
  width: 300px;
}
.area_course_detail_btn_lists.panf img {
  vertical-align: middle;
  margin-right: 6px;
}
.area_course_detail_btn_lists a {
  display: block;
  padding: 10px 0;
  background-color: #c14536;
  font-weight: bold;
  color: #fff;
}
.area_course_detail_btn_lists.arrow_bg a {
  padding-right: 40px;
  background: #c14536 url(../img/ico_arrow.png) no-repeat right center / contain;
}
.area_course_detail_btn_lists a:hover {
  text-decoration: none;
  opacity: .7;
}

/*追記*/
.area_course_detail_btn_lists_01 {
  display: inline-block;
  width: 500px;
}
.area_course_detail_btn_lists_01.panf img {
  vertical-align: middle;
  margin-right: 6px;
}
.area_course_detail_btn_lists_01 a {
  display: block;
  padding: 10px 0;
  background-color: #c14536;
  font-weight: bold;
  color: #fff;
}
.area_course_detail_btn_lists_01.arrow_bg a {
  padding-right: 40px;
  background: #c14536 url(../img/ico_arrow.png) no-repeat right center / contain;
}
.area_course_detail_btn_lists_01 a:hover {
  text-decoration: none;
  opacity: .7;
}


.area_course_detail02 {
  position: relative;
  float: left;
  width: 288px;
  min-height: 154px;
  padding-left: 20px;
  text-align: center;
}
.area_course_detail02:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  border-left: 1px dotted #2a2a2a;
}
.course_detail_bar {
  padding: 5px 0;
  font-weight: bold;
  background-color: #333;
  color: #fff;
}
.course_detail_tel_name {
  margin-top: 30px;
  font-size: 16px;
  font-weight: bold;
}
.course_detail_tel_name span {
  font-size: 13px;
}
.course_detail_tel {
  margin-top: 10px;
  font-size: 21px;
  font-weight: bold;
  color: #c14536;
}
.course_detail_tel img {
  vertical-align: top;
}
.course_detail_caution {
  margin-top: 20px;
  font-size: 13px;
  font-weight: bold;
}
.course_detail_caution a {
  text-decoration: underline;
}
.recommend_block {
  position: relative;
}
.recommend_block:before {
  content: "";
  position: absolute;
  z-index: -1;
  background-color: #f3f3f3;
  top: -120%;
  left: -3%;
  right: -3%;
  bottom: 95.5%;
  transform: rotate(-3.5deg);
}
.recommend_inner {
  width: 870px;
  margin: 100px auto auto;
  padding: 40px 20px 20px;
  background-color: #fff;
  box-shadow: 0px 0px 10px 0px #ebebeb;
}
.recommend_info01 {
  position: relative;
  left: -60px;
  float: left;
  width: 628px;
}
/*---------------
20210830　追記
----------------*/
.recommend_info01 p{
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 9;
  padding-bottom: 1px;
  padding-right: 7px;
  color: #fff;
}
.recommend_info02 {
  position: relative;
  top: -60px;
  float: right;
  width: 202px;
  text-align: right;
}
.recommend_text {
  margin: 35px auto auto;
  font-weight: bold;
  letter-spacing: 1px;
}
#area02 .recommend_text {
  line-height: 1.2;
}
.recommend_block .recommend_name {
  line-height: 1.5;
  margin: 30px auto auto;
  font-size: 25px;
  font-weight: bold;
}
.recommend_name:after {
  content: "";
  display: block;
  width: 39px;
  height: 1px;
  margin: 15px 0 auto auto;
  background-color: #c14536;
}
.recommend_block .recommend_name_roma {
  line-height: 1.2;
  margin: 15px auto auto;
  font-size: 26px;
}
.recommend_point_block {
  margin: 45px auto auto;
}
.recommend_point_title {
  text-align: center;
}
.recommend_point_title span {
  display: block;
  margin: 13px auto auto;
}
.recommend_point_lists_name {
  position: relative;
  left: -7px;
  padding: 15px 0 0 0;
  font-size: 18px;
}
.recommend_point_lists_name img {
  margin-right: 15px;
}
.recommend_point_list {
  margin: 20px auto auto;
}
.recommend_point_lists {
  float: left;
  margin: 20px auto auto;
  border: 1px solid #c14536;
}
.recommend_point_lists.point_lists01, .recommend_point_lists.point_lists02 {
  width: 405px;
  min-height: 316px;
}
.point_lists01 .point_detail_block {
  padding: 24px 23px 0;
}
/*  .point_lists01  */
.point_lists01 .point_detail_info01 {
  float: left;
  width: 144px;
}
.point_lists01 .point_detail_info02 {
  float: right;
  width: 200px;
}
.recommend_point_block .point_detail_top_text {
  position: relative;
  width: 192px;
  line-height: 1.4;
  margin-bottom: 15px;
  padding: 3px 3px 3px 28px;
  background-color: #c14536;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
}
.recommend_point_block .point_detail_other_text {
  font-weight: bold;
}
.point_detail_top_text:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -10px;
  display: block;
  width: 0px;
  height: 0px;
  margin: auto;
  border: 5px solid transparent;
  border-top: 6px solid #c14536;
}
.point_lists01 .caution_info {
  line-height: 1;
  font-size: 19px;
}
.caution_info_color {
  color: #c14536;
}
.caution_info_text {
  font-size: 28px;
}
/*  .point_lists02  */
.recommend_point_lists.point_lists02 {
  float: right;
}
.point_lists02 .recommend_point_lists_name img {
  vertical-align: top;
}
.point_lists02 .name_text01 {
  position: relative;
  top: 5px;
  display: inline-block;
  line-height: 1;
  vertical-align: middle;
  text-align: right;
}
.point_lists02 .name_text02 {
  font-size: 10px;
}
.point_lists02 .point_detail_block {
  margin-top: 10px;
  text-align: center;
}
.point_lists02 .point_detail_info01 {
  position: relative;
  display: inline-block;
  margin: auto auto 19px;
  padding: 4px 0;
  font-size: 16px;
  border-bottom: 1px solid #040404;
}
.point_lists02 .point_detail_info01:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -4px;
  display: block;
  width: 7px;
  height: 7px;
  margin: auto;
  background-color: #fff;
  border-right: 1px solid #040404;
  border-bottom: 1px solid #040404;
  transform: rotate(45deg);
}
/*  .point_lists03  */
.recommend_point_lists.point_lists03 {
  float: left;
  width: 100%;
  padding: 0 0 19px;
}
.point_lists03 .point_detail_info01 {
  float: left;
  width: 492px;
}
.point_lists03 .point_detail_other_text {
  line-height: 1.8;
  padding: 22px 0 0 73px;
}
.point_lists03 .caution_info_text {
  line-height: 1;
  font-size: 16px;
}
.point_lists03 .except_text {
  font-size: 10px;
  font-weight: normal;
}
.point_lists03 .point_detail_info02 {
  float: right;
  width: 330px;
}
.recommend_detail_block {
  margin: 20px auto auto;
  padding: 20px;
  background-color: #f3f3f3;
}
.recommend_detail_lists {
  font-size: 13px;
}
.recommend_detail_lists span.detail_cap {
  font-size: 10px;
  font-weight: normal;
}
.recommend_detail_lists span {
  font-size: 16px;
  font-weight: bold;
}
.target_tour_btn {
  display: block;
  margin: 20px auto auto;
  padding: 25px 0;
  background: #c14536 url(../img/ico_arrow.png) no-repeat right center / contain;
  color: #fff;
  text-align: center;
}
.target_tour_btn:hover {
  opacity: .7;
  text-decoration: none;
}
.pr_block {
  position: relative;
  margin: auto auto 50px;
}
.pr_inner {
  width: 870px;
  margin: auto;
}
.pr_inner .pr_ttl {
  padding: 10px 10px 8px;
  text-align: center;
  font-weight: bold;
  font-size: 22px;
  color: #fff;
  background-color: #C14536;
}
.pr_inner .pr_ttl span {
  font-size: 16px;
}
.pr_block_cont01 {
  background-color: #fff;
  padding: 20px;
  box-shadow: 1px 1px 3px 0px #e6e5e5;
}
.pr_block_cont01_info01 {
  float: left;
  width: 580px;
}
.pr_block .pr_info_bar_text {
  display: inline-block;
  line-height: 1;
  padding: 5px 8px;
  background-color: #c14536;
  font-weight: bold;
  color: #fff;
  border-radius: 10px;
}
.pr_block .pr_info_name_text {
  line-height: 1;
  margin: 8px auto auto;
  font-size: 18px;
  font-weight: bold;
}
.pr_info_name_text:after {
  content: "";
  display: block;
  width: 30px;
  height: 1px;
  margin: 12px 0;
  background-color: #c14536;
}
.pr_block_cont01_info02 {
  float: right;
  /*width: 250px;*/
  width: 200px;
  margin: 8px 0 0;
  text-align: right;
}
.pr_block_cont01_info02 .pr_tel_info_detail {
  text-align: center !important;
  line-height: 2.1;
}
.pr_tel_info_read {
  font-size: 16px;
  font-weight: bold;
}
.pr_tel_num {
  font-size: 25px;
  font-weight: bold;
}
.pr_tel_num img {
  vertical-align: middle;
  margin-right: 5px;
}
.pr_tel_info_text {
  font-size: 13px;
}
.pr_tel_info_detail a {
  padding: 3px 27px;
  background-color: #c14536;
  font-weight: bold;
  color: #fff;
  border-top: solid 1px #fff;
  display: block;
  margin-bottom: 10px;
}
.pr_tel_info_detail a img {
  padding: 0 5px 5px 0;
}
.pr_tel_info_detail img {
  vertical-align: middle;
  margin-right: 3px;
}
.pr_block_cont02 {
  margin: 80px auto auto;
}
.pr_bnr02 {
  margin: 20px auto auto;
}
.bg02_setting {
  position: relative;
}
#area00 .recommend_info01 {
  float: left;
  left: -60px;
}
#area00 .recommend_info02 {
  float: left;
  text-align: left;
}
#area00 .recommend_name:after {
  margin: 15px 0 0 0;
}
#area00 .flx {
  display: flex
}
#area00 .px12 {
  font-size: 12px
}
#area00 .section01 .flx img {
  margin-right: 14px;
  flex-shrink: 0
}
#area00 .section02 .flx img {
  margin: 0 0 0 10px;
  flex-shrink: 0
}
#area00 .section03 .list {
  margin: 10px 0 5px 0
}
#area00 .section03 .list th, #area00 .section03 .list td {
  border: 1px solid #999;
  border-collapse: collapse;
  padding: 7px 10px;
  font-size: 12px;
  line-height: 1.5;
  white-space: nowrap
}
#area00 .section03 .list th {
  background-color: #797979;
  color: #fff;
  text-align: center;
  width: 50%;
  box-sizing: border-box;
  font-weight: 500
}
#area00 .section04 {
  position: relative
}
#area00 .section04 .txt01 {
  position: absolute;
  bottom: 90px;
  line-height: 1.4;
}
#area00 .section04 .txt01 a {
  text-decoration: underline
}
#area00 .section05 {
  position: relative;
  width: 100%;
  margin-top: 15px;
  padding-right: 0
}
#area00 .section05 h3 {
  line-height: 1.4
}
#area00 .section05 .dbox {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 10px 12px 10px 60px;
}
#area00 .section05 .d_txt {
  font-size: 12px;
  padding-left: 1em;
  text-indent: -1em;
  line-height: 1.2;
  width: 75%;
}
#area00 .section05 .icon01 {
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  background-color: #927837;
  text-align: center;
  border-radius: 5px;
  width: 20%;
  height: 30px;
  line-height: 30px;
  float: right;
  margin-top: 5px;
}
#area00 .section05 .point05 {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding-right: 10px;
  flex-wrap: wrap
}
#area00 .section05 .point05 > div {
  width: 49%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap
}
#area00 .section05 .point05 .point_img {
  width: 46%;
}
#area00 .section05 .point05 dl {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  height: 175px;
}
#area00 .section05 .point05 dl dt {
  font-size: 16px;
  font-weight: 600;
  background-color: #927837;
  color: #fff;
  text-align: center;
  line-height: 1.2;
  padding: 7px 0;
  width: 100%;
}
#area00 .section05 .point05 dl .point_txt01 {
  width: 54%;
}
#area00 .section05 .point05 dl .point_txt01 p {
  padding: 7px 0 0 10px;
  font-size: 13px;
  line-height: 1.4;
}
#area00 .section05 .point05 dl .point_txt01 p span {
  font-size: 14px;
  font-weight: 600;
  color: #927837;
  display: block
}
#area00 .section05 .point05 .point_txt02 {
  font-size: 12px;
  line-height: 1.4;
  border-top: 1px dotted #333;
  margin-top: 7px;
  padding-top: 7px;
  margin-bottom: 10px
}
#area00 .section05 .point05 .point05_02 .point_txt02 {
  font-size: 12px;
  line-height: 1.4;
  color: #927837
}
#area00 .section05 .point05 .point05_02 .point_txt02 span {
  font-size: 14px;
  font-weight: 600
}
#area00 .section05 .point05 .point_txt03 p {
  font-size: 12px;
  border: 1px solid #333;
  border-radius: 5px;
  padding: 5px;
  line-height: 1.2
}
#area00 .section05 .point05 .point_txt04 li {
  font-size: 12px;
  padding-left: 1em;
  text-indent: -1em;
  line-height: 1.2
}
#area02 .recommend_info01 {
  float: right;
  left: 60px;
}
#area02 .recommend_info02 {
  float: left;
  text-align: left;
}
#area02 .recommend_name:after {
  margin: 15px 0 0 0;
}
/*北海道おすすめ*/
.area_spk .recommend_point_list article {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.area_spk .recommend_point_list article > div {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 4pt;
}
.area_spk .recommend_point_list article > div section {
  padding: 10px;
  border: 1px solid #c14536;
}
.area_spk .recommend_point_list article > div section h3 {
  padding-left: 60px;
  font-size: 18px;
  line-height: 1.2;
  font-weight: normal;
  font-style: italic;
  position: relative;
}
.area_spk .recommend_point_list article > div section h3::before {
  content: '';
  display: block;
  width: 64px;
  height: 1px;
  background: #c14536;
  position: absolute;
  left: -20px;
  top: 35px;
}
.area_spk .recommend_point_list article > div section h3::after {
  content: '';
  display: block;
  width: 34px;
  height: 21px;
  position: absolute;
  left: 10px;
  top: 2px;
}
.area_spk .recommend_point_list article > div section.section01 h3::after {
  background: url(../img/icn_01.png) no-repeat center / contain;
}
.area_spk .recommend_point_list article > div section.section02 h3::after {
  background: url(../img/icn_02.png) no-repeat center / contain;
}
.area_spk .recommend_point_list article > div section.section03 h3::after {
  background: url(../img/icn_03.png) no-repeat center / contain;
}
.area_spk .recommend_point_list article > div section.section04 h3::after {
  background: url(../img/icn_04.png) no-repeat center / contain;
}
.area_spk .recommend_point_list article > div section.section05 h3::after {
  background: url(../img/icn_05.png) no-repeat center / contain;
}
.area_spk .recommend_point_list article > div section h3 span.em {
  font-size: 18px;
  font-weight: bold;
  color: #c14536;
}
.area_spk .recommend_point_list article > div section h3 span.sub {
  font-size: 12px;
  font-weight: normal;
}
.area_spk .recommend_point_list article > div section img {
  display: block;
  margin-left: 20pt;
}
.area_spk .recommend_point_list article > div section .section03 img {
  padding-bottom: 50px;
}
.area_spk .recommend_point_list article > div div {
  width: 405px;
}
.area_spk .recommend_point_list article > div div section {
  margin-bottom: 10px;
}
.area_spk .recommend_point_list article > div div section:last-of-type {
  margin-bottom: 0;
}
.area_spk .recommend_point_list article > div div .adjust{
  margin-top: 25px;
  padding-bottom: 71px;
}
.area_spk .recommend_point_list article > div > section {
  width: 405px;
}
.area_spk .recommend_point_list article > article {
  width: 405px;
  margin: 20px 0;
  background: #f3f3f3;
}
.area_spk .recommend_point_list article > article h3 {
  width: 100%;
  padding: 10px;
  background: #797979;
  color: white;
}
.area_spk .recommend_point_list article > article h3 span {
  display: inline-block;
  margin-right: 5px;
}
.area_spk .recommend_point_list article > article h3 span.hatsu {
  padding: 5px;
  font-size: 13px;
  color: black;
  background: white;
  font-weight: normal;
}
.area_spk .recommend_point_list article > article h3 span.day {
  width: 250px;
  font-size: 12px;
  font-weight: normal;
  line-height: 1.2;
  vertical-align: -7px;
}
.area_spk .recommend_point_list article > article ul {
  padding: 10px;
}
.area_spk .recommend_point_list article > article ul li {
  display: table;
  width: 140%;
}
.area_spk .recommend_point_list article > article ul li span {
  display: table-cell;
  font-size: 13px;
}
.area_spk .recommend_point_list article > article ul li span span {
  font-size: 12px;
  font-weight: normal;
}
.area_spk .recommend_point_list article > article ul li span:first-of-type {
  width: 27%;
}
.area_spk .recommend_point_list article > article ul li:first-child span:nth-of-type(2) {
  font-weight: bold;
}
.area_spk .recommend_point_list article > article ul li > span:last-of-type {
  line-height: 1.2;
}
.area_spk .recommend_point_list article > section {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  margin-top: 20px;
  padding: 10px;
  border: 1px solid #c14536;
  position: relative;
}
.area_spk .recommend_point_list article > section h3 {
  width: 100%;
  margin-bottom: 2rem;
  font-size: 18px;
  line-height: 1.2;
  font-weight: normal;
  font-style: italic;
  position: relative;
}
.area_spk .recommend_point_list article > section h3::before {
  content: '';
  display: block;
  width: 64px;
  height: 1px;
  background: #c14536;
  position: absolute;
  left: -20px;
  bottom: -10px;
}
.area_spk .recommend_point_list article > section > div {
  width: 385px;
}
.area_spk .recommend_point_list article > section > div ul {
  background: #f3f3f3;
  padding: 10px;
}
.area_spk .recommend_point_list article > section > div ul li {
  display: table;
  width: 100%;
  font-size: 13px;
}
.area_spk .recommend_point_list article > section > div ul li span {
  display: table-cell;
  font-size: 13px;
}
.area_spk .recommend_point_list article > section > div ul li span span {
  font-size: 12px;
  font-weight: normal;
}
.area_spk .recommend_point_list article > section > div ul li span:first-of-type {
  width: 30%;
}
.area_spk .recommend_point_list article > section > div ul li:first-child span:nth-of-type(2) {
  font-weight: bold;
}
.area_spk .recommend_point_list article > section > div ul li > span:last-of-type {
  line-height: 1.2;
}
.area_spk .recommend_point_list article > section > div section {
  margin-top: 10px;
}
.area_spk .recommend_point_list article > section > div section h4 {
  width: 100%;
  padding: 10px;
  background: #797979;
  color: white;
}
.area_spk .recommend_point_list article > section div.point h4 {
  display: inline-block;
  margin-bottom: .6rem;
  padding: 5px 10px;
  font-size: 13px;
  color: white;
  font-weight: bold;
  background: #c14536;
}
.area_spk .recommend_point_list article > section div.point p span.sub {
  display: block;
  width: 89%;
  font-size: 10px;
  color: black;
  font-weight: normal;
  line-height: 1.4;
  font-style: normal;
}
.area_spk .recommend_point_list article > section div.point p span.em {
  display: block;
  font-size: 20px;
  font-weight: bold;
  color: #c14536;
  font-style: italic;
}
.area_spk .recommend_point_list article > section div.point p span.em::before {
  content: '';
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 0 7px 10px;
  border-color: transparent transparent transparent #c14536;
  vertical-align: 1px;
  transform: skew(-10deg, 0);
}
.area_spk .recommend_point_list article > section p.tourBtn {
  width: 385px;
  position: absolute;
  bottom: 10px;
  right: 10px;
}
.area_spk .recommend_point_list article p.tourBtn {
  width: 100%;
}
.area_spk .recommend_point_list article p.tourBtn a {
  display: block;
  width: 100%;
  height: 43px;
  background: #c14536;
  font-size: 14px;
  line-height: 43px;
  color: white;
  text-align: center;
  position: relative;
}
.area_spk .recommend_point_list article p.tourBtn a:hover {
  opacity: .7;
  text-decoration: none;
}
.area_spk .recommend_point_list article p.tourBtn a::before {
  content: '';
  display: block;
  width: 43px;
  height: 43px;
  background: #9a372b;
  position: absolute;
  top: 0;
  right: 0;
}
.area_spk .recommend_point_list article p.tourBtn a::after {
  content: '';
  display: block;
  width: 15px;
  height: 15px;
  background: transparent;
  border-top: 1px solid white;
  border-right: 1px solid white;
  position: absolute;
  top: 13px;
  right: 17px;
  transform: rotate(45deg);
}
/*沖縄おすすめツアー*/
.area_oka .recommend_point_list article > div {
  display: flex;
  justify-content: space-between;
}
.area_oka .recommend_point_list article > div section {
  width: 405px;
  padding: 10px;
  border: 1px solid #c14536;
}
.area_oka .recommend_point_list article > div section h3 {
  font-size: 18px;
  font-weight: bolder;
  font-style: italic;
  line-height: 1.2;
}
.area_oka .recommend_point_list article > div section h3 span {
  font-size: 13px;
}
.area_oka .recommend_point_list article section div.point {
  min-height: 101px;
  margin: 2rem 0;
  text-align: left;
}
.area_oka .recommend_point_list article section div.point h4 {
  display: inline-block;
  margin-bottom: .6rem;
  padding: 5px 10px;
  font-size: 13px;
  color: white;
  font-weight: bold;
  background: #c14536;
}
.area_oka .recommend_point_list article section div.point p {
  font-size: 20px;
  font-weight: bold;
  color: #c14536;
  font-style: italic;
  line-height: 1.2;
  margin-bottom: 5px;
  margin-top: 5px;
}
.area_oka .recommend_point_list article section div.point p span {
  font-size: 15px;
  font-weight: bold;
  color: #c14536;
  font-style: italic;
  line-height: 1.2;
}
.area_oka .recommend_point_list article section ul {
  background: #f3f3f3;
  min-height: 110px;
  margin: 10px 0;
  padding: 5px;
}
.area_oka .recommend_point_list article section ul li {
  display: table;
  width: 100%;
}
.area_oka .recommend_point_list article section ul li > span {
  display: table-cell;
  font-size: 13px;
}
.area_oka .recommend_point_list article section ul li > span:first-of-type {
  width: 30%;
}
.area_oka .recommend_point_list article section ul li > span:last-of-type {
  line-height: 1.2;
}
.area_oka .recommend_point_list article section ul li > span span {
  font-size: 12px;
  font-weight: normal;
}
.area_oka .recommend_point_list article section ul li:first-child span:nth-of-type(2) {
  font-weight: bold;
}
.area_oka .recommend_point_list article section p a {
  display: block;
  width: 100%;
  height: 43px;
  background: #c14536;
  font-size: 14px;
  line-height: 43px;
  color: white;
  text-align: center;
  position: relative;
}
.area_oka .recommend_point_list article section p a:hover {
  opacity: .7;
  text-decoration: none;
}
.area_oka .recommend_point_list article section p a::before {
  content: '';
  display: block;
  width: 43px;
  height: 43px;
  background: #9a372b;
  position: absolute;
  top: 0;
  right: 0;
}
.area_oka .recommend_point_list article section p a::after {
  content: '';
  display: block;
  width: 15px;
  height: 15px;
  background: transparent;
  border-top: 1px solid white;
  border-right: 1px solid white;
  position: absolute;
  top: 13px;
  right: 17px;
  transform: rotate(45deg);
}
.area_oka .recommend_point_list article > section {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  margin-top: 20px;
  padding: 10px;
  border: 1px solid #c14536;
}
.area_oka .recommend_point_list article > section h3 {
  width: 100%;
  margin-bottom: 2rem;
  font-size: 18px;
  font-weight: normal;
  font-style: italic;
}
.area_oka .recommend_point_list article > section h3 span {
  font-size: 13px;
}
.area_oka .recommend_point_list article > section div {
  width: 385px;
}
.area_oka .recommend_point_list article > section div.point {
  min-height: 101px;
  margin: 0;
  text-align: left;
}
.area_oka .recommend_point_list article > section div.point p span {
  font-size: 16px;
}
.area_oka .recommend_point_list article > section ul {
  margin-top: 0;
}
/*九州おすすめツアー*/
.area_fuk .recommend_point_list article {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.area_fuk .recommend_point_list article > div {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.area_fuk .recommend_point_list article > div section {
  padding: 10px;
  border: 1px solid #c14536;
}
.area_fuk .recommend_point_list article > div section h3 {
  padding-left: 53px;
  font-size: 18px;
  line-height: 1.2;
  font-weight: normal;
  font-style: italic;
  position: relative;
}
.area_fuk .recommend_point_list article > div section h3::before {
  content: '';
  display: block;
  width: 64px;
  height: 1px;
  background: #c14536;
  position: absolute;
  left: -20px;
  top: 35px;
}
.area_fuk .recommend_point_list article > div section h3::after {
  content: '';
  display: block;
  width: 34px;
  height: 21px;
  position: absolute;
  left: 10px;
  top: 2px;
}
.area_fuk .recommend_point_list article > div section.section01 h3::after {
  background: url(../img/icn_01.png) no-repeat center / contain;
}
.area_fuk .recommend_point_list article > div section.section02 h3::after {
  background: url(../img/icn_02.png) no-repeat center / contain;
}
.area_fuk .recommend_point_list article > div section.section03 h3::after {
  background: url(../img/icn_03.png) no-repeat center / contain;
}
.area_fuk .recommend_point_list article > div section.section04 h3::after {
  background: url(../img/icn_04.png) no-repeat center / contain;
}
.area_fuk .recommend_point_list article > div section.section05 h3::after {
  background: url(../img/icn_05.png) no-repeat center / contain;
}
.area_fuk .recommend_point_list article > div section.section06 h3::after {
  background: url(../img/icn_06.png) no-repeat center / contain;
}
.area_fuk .recommend_point_list article > div section.section07 h3::after {
  background: url(../img/icn_07.png) no-repeat center / contain;
}
.area_fuk .recommend_point_list article > div section h3 span.em {
  font-size: 18px;
  font-weight: bold;
  color: #c14536;
}
/*---------------
20211129　追記
----------------*/
.area_fuk .recommend_point_list article > div section.section01_1 h3::after {
  background: url(../img/icn_01.png) no-repeat center / contain;
}
.area_fuk .recommend_point_list article > div section.section02_2 h3::after {
  background: url(../img/icn_02.png) no-repeat center / contain;
}
.area_fuk .recommend_point_list article > div section.section03_3 h3::after {
  background: url(../img/icn_03.png) no-repeat center / contain;
}
.area_fuk .recommend_point_list article > div section.section04_4 h3::after {
  background: url(../img/icn_04.png) no-repeat center / contain;
}
.area_fuk .recommend_point_list article > div section.section05_5 h3::after {
  background: url(../img/icn_05.png) no-repeat center / contain;
}
.area_fuk .recommend_point_list article > div section.section06_6 h3::after {
  background: url(../img/icn_06.png) no-repeat center / contain;
}
.area_fuk .recommend_point_list article > div section.section06 h3::after {
  background: url(../img/icn_06.png) no-repeat center / contain;
}
.area_fuk .recommend_point_list article > div section h3 span.em {
  font-size: 18px;
  font-weight: bold;
  color: #c14536;
}
.section05 > div section h3 span.em {
  font-size: 18px;
  font-weight: bold;
  color: #c14536;
}

.area_fuk .recommend_point_list article > div section.section05 div.imglist{
	
}
/*---------------
20200908　追記
----------------*/
.link{
	display: block;
    text-align: center;	
}
.area_fuk .recommend_point_list article > div section h3 span.sub {
  font-size: 12px;
  font-weight: normal;
}
.area_fuk .recommend_point_list article > div section h3 span.explicit {
  display: block;
  text-align: right;
  font-size: 12px;
  font-weight: normal;
}
.section04 p {
    margin-top: 6px;
    padding: 0 18px 0 53px;
    font-size: 16px;
    line-height: 1.2;
    font-weight: normal;
    font-style: italic;
  }

/*
.area_fuk .recommend_point_list article > div section p {
    margin-top: 6px;
	padding: 0 18px 0 53px;
    font-size: 16px;
    line-height: 1.2;
    font-weight: normal;
    font-style: italic;
  }
*/
  .area_fuk .recommend_point_list article > div section p span.em {
    font-size: 16px;
    font-weight: bold;
    color: #c14536;
}
.area_fuk .recommend_point_list article > div section p span.sub {
    display:inline-block;
    float: right;
    font-size: 12px;
    font-weight: normal;
    font-style: normal;

}
.area_fuk .recommend_point_list article > div section ul.pointlist{
    list-style: disc;
    margin-top: 10px;
    padding-left: 20px;
    font-size: 18px;
    line-height: 1.2;
    font-weight: normal;
    font-style: italic;
    position: relative;
}
.area_fuk .recommend_point_list article > div section ul.pointlist li{
	margin-top: 10px;
	line-height: 1.1;
}
.area_fuk .recommend_point_list article > div section ul.pointlist li:nth-of-type(2){
  list-style: none;
}
.area_fuk .recommend_point_list article > div section ul.pointlist li:nth-of-type(3){
}
/*
.area_fuk .recommend_point_list article div section ul.pointlist li::after{
	content: "";
	background: url(domtour/jalgolf/img/img_golfball.png) no-repeat center / contain;
	display: block;
}
*/
.area_fuk .recommend_point_list article > div section ul.pointlist span.em {
  font-size: 18px;
  font-weight: bold;
  color: #c14536;
}
.area_fuk .recommend_point_list article > div section ul.pointlist span.sub {
  display:block;
  font-size: 12px;
  font-weight: normal;
  line-height: 1;
}
.area_fuk .recommend_point_list article > div section img {
  display: block;
  margin: 0 auto;
}
/*210830変更*/
/*.area_fuk .recommend_point_list article > div section.section05 img {
  display: block;
  margin: 35px auto 0 auto;
}*/
/*.area_fuk .recommend_point_list article > div section.section06  ul.pointlist img {
  float: right;
  margin-top: -45px;
}
.area_fuk .recommend_point_list article > div section.section06  div.imglist {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 auto;
  width: 100%;
}
.area_fuk .recommend_point_list article > div section.section06  div.list_element {
    width: 125px;

}
.area_fuk .recommend_point_list article > div section.section06  div.list_element  p{
  margin-top: 3px;
  padding: 0;
  line-height: 1.;
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
}*/
.area_fuk .recommend_point_list article > div section.section05  ul.pointlist img {
/*  float: right;*/
  margin-top: -85px;
  margin-left: 300px;
}
.area_fuk .recommend_point_list article > div section.section05  div.imglist {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: -40px 20px 0 0;
  float: right;
    width: 440px;
/*  width: 100%;*/
}
.area_fuk .recommend_point_list article > div section.section05  div.list_element {
    width: 125px;

}
.area_fuk .recommend_point_list article > div section.section05  div.list_element  p{
  margin-top: 3px;
  padding: 0;
  line-height: 1.;
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
}
.area_fuk .recommend_point_list article > div div {
    width: 425px;
}
/*---------------
20211129　追記
----------------*/
.area_fuk .recommend_point_list article > div div section {
	margin-bottom: 20px;
}
.area_fuk .recommend_point_list article > div div section:last-of-type {
  margin-bottom: 0;
}
/*---------------
20200908　追記
----------------*/
.area_fuk .recommend_point_list article > div > section {
  width: 870px
}
/*---------------
20200908　追記
----------------*/
.area_fuk .recommend_point_list article > div > .section05{
    width: 870px;
	margin-bottom: 20px;
}
/*---------------
20211129　追記
----------------*/
.area_fuk .recommend_point_list article > div > .section06{
    width: 870px;
	height: 40px;
}
/*---------------
20200908　追記
----------------*/
.area_fuk .recommend_point_list article > div > .section07{
    width: 870px;
    height: 40px;
	margin-top: 10px;
}
.area_fuk .recommend_point_list article > article {
  width: 425px;
  margin-bottom: 20px;
  background: #f3f3f3;
}
.area_fuk .recommend_point_list article > article h3 {
  width: 100%;
  padding: 10px;
  background: #797979;
  color: white;
}
.area_fuk .recommend_point_list article > article h3 span {
  display: inline-block;
  margin-right: 5px;
}
.area_fuk .recommend_point_list article > article h3 span.hatsu {
  padding: 5px;
  font-size: 13px;
  color: black;
  background: white;
  font-weight: normal;
}
.area_fuk .recommend_point_list article > article h3 span.day {
  width: 250px;
  font-size: 12px;
  font-weight: normal;
  line-height: 1.2;
  vertical-align: -7px;
}
.area_fuk .recommend_point_list article > article ul {
  padding: 10px;
}
.area_fuk .recommend_point_list article > article ul li {
  display: table;
  width: 100%;
}
.area_fuk .recommend_point_list article > article ul li span {
  display: table-cell;
  font-size: 13px;
}
.area_fuk .recommend_point_list article > article ul li span span {
  font-size: 12px;
  font-weight: normal;
}
.area_fuk .recommend_point_list article > article ul li span:first-of-type {
  width: 32%;
}
.area_fuk .recommend_point_list article > article ul li:first-child span:nth-of-type(2) {
  font-weight: bold;
}
.area_fuk .recommend_point_list article > article ul li > span:last-of-type {
  line-height: 1.2;
}
.area_fuk .recommend_point_list article > section {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  margin-top: 20px;
  padding: 10px;
  border: 1px solid #c14536;
  position: relative;
}
.area_fuk .recommend_point_list article > section h3 {
  width: 100%;
  margin-bottom: 2rem;
  font-size: 18px;
  line-height: 1.2;
  font-weight: normal;
  font-style: italic;
  position: relative;
}
.area_fuk .recommend_point_list article > section h3::before {
  content: '';
  display: block;
  width: 64px;
  height: 1px;
  background: #c14536;
  position: absolute;
  left: -20px;
  bottom: -10px;
}
.area_fuk .recommend_point_list article > section > div {
  width: 385px;
}
.area_fuk .recommend_point_list article > section > div ul {
  background: #f3f3f3;
  padding: 10px;
}
.area_fuk .recommend_point_list article > section > div ul li {
  display: table;
  width: 100%;
  font-size: 13px;
}
.area_fuk .recommend_point_list article > section > div ul li span {
  display: table-cell;
  font-size: 13px;
}
.area_fuk .recommend_point_list article > section > div ul li span span {
  font-size: 12px;
  font-weight: normal;
}
.area_fuk .recommend_point_list article > section > div ul li span:first-of-type {
  width: 30%;
}
.area_fuk .recommend_point_list article > section > div ul li:first-child span:nth-of-type(2) {
  font-weight: bold;
}
.area_fuk .recommend_point_list article > section > div ul li > span:last-of-type {
  line-height: 1.2;
}
.area_fuk .recommend_point_list article > section > div section {
  margin-top: 10px;
}
.area_fuk .recommend_point_list article > section > div section h4 {
  width: 100%;
  padding: 10px;
  background: #797979;
  color: white;
}
.area_fuk .recommend_point_list article > section div.point h4 {
  display: inline-block;
  margin-bottom: .6rem;
  padding: 5px 10px;
  font-size: 13px;
  color: white;
  font-weight: bold;
  background: #c14536;
}
.area_fuk .recommend_point_list article > section div.point p span.sub {
  display: block;
  width: 89%;
  font-size: 10px;
  color: black;
  font-weight: normal;
  line-height: 1.4;
  font-style: normal;
}
.area_fuk .recommend_point_list article > section div.point p span.em {
  display: block;
  font-size: 20px;
  font-weight: bold;
  color: #c14536;
  font-style: italic;
}
.area_fuk .recommend_point_list article > section div.point p span.emem {
  display: block;
  padding-top: 10px;
  font-size: 20px;
  font-weight: bold;
  color: #c14536;
  font-style: italic;
}
.area_fuk .recommend_point_list article > section div.point p span.em::before {
  content: '';
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 0 7px 10px;
  border-color: transparent transparent transparent #c14536;
  vertical-align: 1px;
  transform: skew(-10deg, 0);
}
.area_fuk .recommend_point_list article > section p.tourBtn {
  width: 385px;
  position: absolute;
  bottom: 10px;
  right: 10px;
}
.area_fuk .recommend_point_list article p.tourBtn {
  width: 100%;
}
.area_fuk .recommend_point_list article p.tourBtn a {
  display: block;
  width: 100%;
  height: 43px;
  background: #c14536;
  font-size: 14px;
  line-height: 43px;
  color: white;
  text-align: center;
  position: relative;
}
.area_fuk .recommend_point_list article p.tourBtn a:hover {
  opacity: .7;
  text-decoration: none;
}
.area_fuk .recommend_point_list article p.tourBtn a::before {
  content: '';
  display: block;
  width: 43px;
  height: 43px;
  background: #9a372b;
  position: absolute;
  top: 0;
  right: 0;
}
.area_fuk .recommend_point_list article p.tourBtn a::after {
  content: '';
  display: block;
  width: 15px;
  height: 15px;
  background: transparent;
  border-top: 1px solid white;
  border-right: 1px solid white;
  position: absolute;
  top: 13px;
  right: 17px;
  transform: rotate(45deg);
}
.taku_hai {
  font-size: 14px;
  line-height: 20px;
  margin-top: 5px;
}
.taku_hai span {
  text-decoration: underline;
  font-weight: 600;
}
.pr_info_text span {
  text-decoration: underline;
  font-weight: 600;
}

/*---------------
20211129　追記
----------------*/
.area_fuk .recommend_point_list article > div div section.section01,
.area_fuk .recommend_point_list article > div div section.section03{
    padding-bottom: 120px;
	height: 40px;
	margin-bottom: 20px;
}

.area_fuk .recommend_point_list article > div div section.section03{
    padding-bottom: 128px;
	height: 40px;
	margin-bottom: 20px;
}

.area_fuk .recommend_point_list article > div div section.section06{
    padding-bottom: 13px;
	margin-bottom: 20px;
}
/*---------------
20211129　追記
----------------*/
.area_fuk .recommend_point_list article > div div section.section02{
    padding-bottom: 79px;
	margin-bottom: 20px;
}
.area_fuk .recommend_point_list article > div div section.section04{
    padding-bottom: 10px;
}

/*---------------
20201113　追記
----------------*/
#area01 .section01 .list {
  margin: 10px 0 5px 0
}
/*---------------
20210908　追記
----------------*/
#area01 .section01 .list th, #area01 .section01 .list td {
  border: 1px solid #999;
  border-collapse: collapse;
  padding: 7px 10px;
  font-size: 11px;
  /*line-height: 1.5;*/
  white-space: nowrap
}
#area01 .section01 .list th {
  background-color: #797979;
  color: #fff;
  text-align: center;
  width: 50%;
  box-sizing: border-box;
  font-weight: 500
}
#area01 .section01 .section01_dtxt{
    padding-left: 88px;
    margin-top: 8px;
    display:flex;
}
#area01 .section01 .section01_settei{
    width:15em;
}

.tab_none{
	display:none!important;
}

/*---------------
20210830　追記
----------------*/
.area_fuk .area_course_detail01{
    width: 830px;
}

.area_fuk .sub1{
    display: inline-block;
    margin:0 0 10px 95px;
    font-size: 15px;
    font-weight: normal;
    font-style: normal;
    text-decoration: underline;
}
.area_fuk .sub1 a:hover{
    text-decoration: none;
    opacity: .7;
}

.area_fuk .urltxt {
    display: inline-block;
    margin:0 0 10px 95px;
    font-size: 15px;
    font-weight: normal;
    font-style: normal;
}



/*函館*/

.area_fuk .recommend_point_list article > article_1 {
  width: 870px;
  margin-bottom: 20px;
  background: #f3f3f3;
}
.area_fuk .recommend_point_list article > article_1 h3 {
  padding: 10px;
  background: #797979;
  color: white;
}
.area_fuk .recommend_point_list article > article_1 h3 span {
  display: inline-block;
  margin-right: 5px;
}
.area_fuk .recommend_point_list article > article_1 h3 span.hatsu {
  padding: 5px;
  font-size: 13px;
  color: black;
  background: white;
  font-weight: normal;
}
.area_fuk .recommend_point_list article > article_1 h3 span.day {
  width: 250px;
  font-size: 12px;
  font-weight: normal;
  line-height: 1.2;
  vertical-align: -7px;
}
.area_fuk .recommend_point_list article > article_1 ul {
  padding: 10px;
}
.area_fuk .recommend_point_list article > article_1 ul li {
  display: table;
  width: 100%;
}
.area_fuk .recommend_point_list article > article_1 ul li span {
  display: table-cell;
  font-size: 13px;
}
.area_fuk .recommend_point_list article > article_1 ul li span span {
  font-size: 12px;
  font-weight: normal;
}
.area_fuk .recommend_point_list article > article_1 ul li span:first-of-type {
  width: 32%;
}
.area_fuk .recommend_point_list article > article_1 ul li:first-child span:nth-of-type(2) {
  font-weight: bold;
}
.area_fuk .recommend_point_list article > article_1 ul li > span:last-of-type {
  line-height: 1.2;
}



/*四国おすすめ*/
.area_skk .recommend_point_list article {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.area_skk .recommend_point_list article > div {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.area_skk .recommend_point_list article > div section {
  padding: 10px;
  border: 1px solid #c14536;
}
.area_skk .recommend_point_list article > div section h3 {
  padding-left: 60px;
  font-size: 18px;
  line-height: 1.2;
  font-weight: normal;
  font-style: italic;
  position: relative;
}
.area_skk .recommend_point_list article > div section h3::before {
  content: '';
  display: block;
  width: 64px;
  height: 1px;
  background: #c14536;
  position: absolute;
  left: -20px;
  top: 35px;
}
.area_skk .recommend_point_list article > div section h3::after {
  content: '';
  display: block;
  width: 34px;
  height: 21px;
  position: absolute;
  left: 10px;
  top: 2px;
}
.area_skk .recommend_point_list article > div section.section01 h3::after {
  background: url(../img/icn_01.png) no-repeat center / contain;
}
.area_skk .recommend_point_list article > div section.section02 h3::after {
  background: url(../img/icn_02.png) no-repeat center / contain;
}
.area_skk .recommend_point_list article > div section.section03 h3::after {
  background: url(../img/icn_03.png) no-repeat center / contain;
}
.area_skk .recommend_point_list article > div section.section04 h3::after {
  background: url(../img/icn_04.png) no-repeat center / contain;
}
.area_skk .recommend_point_list article > div section.section05 h3::after {
  background: url(../img/icn_05.png) no-repeat center / contain;
}
.area_skk .recommend_point_list article > div section h3 span.em {
  font-size: 18px;
  font-weight: bold;
  color: #c14536;
}
.area_skk .recommend_point_list article > div section h3 span.sub {
  font-size: 12px;
  font-weight: normal;
}
.area_skk .recommend_point_list article > div section img {
  display: block;
  margin-left: 20pt;
}
.area_skk .recommend_point_list article > div section .section03 img {
  padding-bottom: 50px;
}
.area_skk .recommend_point_list article > div div {
  width: 405px;
}
.area_skk .recommend_point_list article > div div section {
  margin-bottom: 10px;
}
/*---------------
20210908　追記
----------------*/
.area_skk .recommend_point_list article > div div section:last-of-type {
  margin-bottom: 0;
  height: 280px;
}
.area_skk .recommend_point_list article > div div .adjust{
  margin-top: 25px;
/*  padding-bottom: 71px;*/
}
/*---------------
20210909　追記
----------------*/
.area_skk .recommend_point_list article > div > section {
  width: 870px;
   margin-top: 20px;
   height: 62px;
}
.area_skk .recommend_point_list article > article {
  width: 405px;
  margin: 20px 0;
  background: #f3f3f3;
}
.area_skk .recommend_point_list article > article h3 {
  width: 100%;
  padding: 10px;
  background: #797979;
  color: white;
}
.area_skk .recommend_point_list article > article h3 span {
  display: inline-block;
  margin-right: 5px;
}
.area_skk .recommend_point_list article > article h3 span.hatsu {
  padding: 5px;
  font-size: 13px;
  color: black;
  background: white;
  font-weight: normal;
}
.area_skk .recommend_point_list article > article h3 span.day {
  width: 250px;
  font-size: 12px;
  font-weight: normal;
  line-height: 1.2;
  vertical-align: -7px;
}
.area_skk .recommend_point_list article > article ul {
  padding: 10px;
}
.area_skk .recommend_point_list article > article ul li {
  display: table;
  width: 140%;
}
.area_skk .recommend_point_list article > article ul li span {
  display: table-cell;
  font-size: 13px;
}
.area_skk .recommend_point_list article > article ul li span span {
  font-size: 12px;
  font-weight: normal;
}
.area_skk .recommend_point_list article > article ul li span:first-of-type {
  width: 27%;
}
.area_skk .recommend_point_list article > article ul li:first-child span:nth-of-type(2) {
  font-weight: bold;
}
.area_skk .recommend_point_list article > article ul li > span:last-of-type {
  line-height: 1.2;
}
.area_skk .recommend_point_list article > section {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  margin-top: 20px;
  padding: 10px;
  border: 1px solid #c14536;
  position: relative;
}
.area_skk .recommend_point_list article > section h3 {
  width: 100%;
  margin-bottom: 2rem;
  font-size: 18px;
  line-height: 1.2;
  font-weight: normal;
  font-style: italic;
  position: relative;
}
.area_skk .recommend_point_list article > section h3::before {
  content: '';
  display: block;
  width: 64px;
  height: 1px;
  background: #c14536;
  position: absolute;
  left: -20px;
  bottom: -10px;
}
.area_skk .recommend_point_list article > div .section01{
    padding-bottom: 103px!important;
}
.area_skk .recommend_point_list article > section > div {
  width: 385px;
}
.area_skk .recommend_point_list article > section > div ul {
  background: #f3f3f3;
  padding: 10px;
}
.area_skk .recommend_point_list article > section > div ul li {
  display: table;
  width: 100%;
  font-size: 13px;
}
.area_skk .recommend_point_list article > section > div ul li span {
  display: table-cell;
  font-size: 13px;
}
.area_skk .recommend_point_list article > section > div ul li span span {
  font-size: 12px;
  font-weight: normal;
}
.area_skk .recommend_point_list article > section > div ul li span:first-of-type {
  width: 30%;
}
.area_skk .recommend_point_list article > section > div ul li:first-child span:nth-of-type(2) {
  font-weight: bold;
}
.area_skk .recommend_point_list article > section > div ul li > span:last-of-type {
  line-height: 1.2;
}
.area_skk .recommend_point_list article > section > div section {
  margin-top: 10px;
}
.area_skk .recommend_point_list article > section > div section h4 {
  width: 100%;
  padding: 10px;
  background: #797979;
  color: white;
}
.area_skk .recommend_point_list article > section div.point h4 {
  display: inline-block;
  margin-bottom: .6rem;
  padding: 5px 10px;
  font-size: 13px;
  color: white;
  font-weight: bold;
  background: #c14536;
}
.area_skk .recommend_point_list article > section div.point p span.sub {
  display: block;
  width: 89%;
  font-size: 10px;
  color: black;
  font-weight: normal;
  line-height: 1.4;
  font-style: normal;
}
.area_skk .recommend_point_list article > section div.point p span.em {
  display: block;
  font-size: 20px;
  font-weight: bold;
  color: #c14536;
  font-style: italic;
}
.area_skk .recommend_point_list article > section div.point p span.em::before {
  content: '';
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 0 7px 10px;
  border-color: transparent transparent transparent #c14536;
  vertical-align: 1px;
  transform: skew(-10deg, 0);
}
.area_skk .recommend_point_list article > section p.tourBtn {
  width: 385px;
  position: absolute;
  bottom: 10px;
  right: 10px;
}
.area_skk .recommend_point_list article p.tourBtn {
  width: 100%;
}
.area_skk .recommend_point_list article p.tourBtn a {
  display: block;
  width: 100%;
  height: 43px;
  background: #c14536;
  font-size: 14px;
  line-height: 43px;
  color: white;
  text-align: center;
  position: relative;
}
.area_skk .recommend_point_list article p.tourBtn a:hover {
  opacity: .7;
  text-decoration: none;
}
.area_skk .recommend_point_list article p.tourBtn a::before {
  content: '';
  display: block;
  width: 43px;
  height: 43px;
  background: #9a372b;
  position: absolute;
  top: 0;
  right: 0;
}
.area_skk .recommend_point_list article p.tourBtn a::after {
  content: '';
  display: block;
  width: 15px;
  height: 15px;
  background: transparent;
  border-top: 1px solid white;
  border-right: 1px solid white;
  position: absolute;
  top: 13px;
  right: 17px;
  transform: rotate(45deg);
}

.area_fuk .recommend_point_list article > div section.section05_5  div.imglist {
  justify-content: space-between;
  width: 100%;
  margin-top: 10px;
}

.area_fuk .recommend_point_list article > div section.section05_5  .list_element p{
  margin: 15px 0;
	text-align: center;
}

.area_fuk .recommend_point_list section06 > .section05_5 .list_element p .list_p{
	margin-top: 6px;
    font-size: 16px;
    line-height: 1.2;
    font-weight: normal;
    font-style: italic;
}



.area_fuk .recommend_point_list article > div div section.section01_1{
	padding-bottom: 60px;
}

.area_fuk .recommend_point_list article > div div section.section02_2{
	padding-bottom: 70px;
}

.area_fuk .recommend_point_list article > div div section.section03_3{
	padding-bottom: 50px;
}




.area_spk .recommend_point_list article {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.area_spk .recommend_point_list article > div {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 4pt;
}
.area_spk .recommend_point_list article > div section {
  padding: 10px;
  border: 1px solid #c14536;
}
.area_spk .recommend_point_list article > div section h3 {
  padding-left: 60px;
  font-size: 18px;
  line-height: 1.2;
  font-weight: normal;
  font-style: italic;
  position: relative;
}
.area_spk .recommend_point_list article > div section h3::before {
  content: '';
  display: block;
  width: 64px;
  height: 1px;
  background: #c14536;
  position: absolute;
  left: -20px;
  top: 35px;
}
.area_spk .recommend_point_list article > div section h3::after {
  content: '';
  display: block;
  width: 34px;
  height: 21px;
  position: absolute;
  left: 10px;
  top: 2px;
}
.area_spk .recommend_point_list article > div section.section01 h3::after {
  background: url(../img/icn_01.png) no-repeat center / contain;
}
.area_spk .recommend_point_list article > div section.section02 h3::after {
  background: url(../img/icn_02.png) no-repeat center / contain;
}
.area_spk .recommend_point_list article > div section.section03 h3::after {
  background: url(../img/icn_03.png) no-repeat center / contain;
}
.area_spk .recommend_point_list article > div section.section04 h3::after {
  background: url(../img/icn_04.png) no-repeat center / contain;
}
.area_spk .recommend_point_list article > div section.section05 h3::after {
  background: url(../img/icn_05.png) no-repeat center / contain;
}
.area_spk .recommend_point_list article > div section h3 span.em {
  font-size: 18px;
  font-weight: bold;
  color: #c14536;
}
.area_spk .recommend_point_list article > div section h3 span.sub {
  font-size: 12px;
  font-weight: normal;
}
.area_spk .recommend_point_list article > div section img {
  display: block;
  margin-left: 20pt;
}
.area_spk .recommend_point_list article > div section .section03 img {
  padding-bottom: 50px;
}
.area_spk .recommend_point_list article > div div {
  width: 405px;
}
.area_spk .recommend_point_list article > div div section {
  margin-bottom: 10px;
}
.area_spk .recommend_point_list article > div div section:last-of-type {
  margin-bottom: 0;
}
.area_spk .recommend_point_list article > div div .adjust{
  margin-top: 25px;
  padding-bottom: 71px;
}
.area_spk .recommend_point_list article > div > section {
  width: 405px;
}
.area_spk .recommend_point_list article > article {
  width: 405px;
  margin: 20px 0;
  background: #f3f3f3;
}
.area_spk .recommend_point_list article > article h3 {
  width: 100%;
  padding: 10px;
  background: #797979;
  color: white;
}
.area_spk .recommend_point_list article > article h3 span {
  display: inline-block;
  margin-right: 5px;
}
.area_spk .recommend_point_list article > article h3 span.hatsu {
  padding: 5px;
  font-size: 13px;
  color: black;
  background: white;
  font-weight: normal;
}
.area_spk .recommend_point_list article > article h3 span.day {
  width: 250px;
  font-size: 12px;
  font-weight: normal;
  line-height: 1.2;
  vertical-align: -7px;
}
.area_spk .recommend_point_list article > article ul {
  padding: 10px;
}
.area_spk .recommend_point_list article > article ul li {
  display: table;
  width: 140%;
}
.area_spk .recommend_point_list article > article ul li span {
  display: table-cell;
  font-size: 13px;
}
.area_spk .recommend_point_list article > article ul li span span {
  font-size: 12px;
  font-weight: normal;
}
.area_spk .recommend_point_list article > article ul li span:first-of-type {
  width: 27%;
}
.area_spk .recommend_point_list article > article ul li:first-child span:nth-of-type(2) {
  font-weight: bold;
}
.area_spk .recommend_point_list article > article ul li > span:last-of-type {
  line-height: 1.2;
}
.area_spk .recommend_point_list article > section {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  margin-top: 20px;
  padding: 10px;
  border: 1px solid #c14536;
  position: relative;
}
.area_spk .recommend_point_list article > section h3 {
  width: 100%;
  margin-bottom: 2rem;
  font-size: 18px;
  line-height: 1.2;
  font-weight: normal;
  font-style: italic;
  position: relative;
}
.area_spk .recommend_point_list article > section h3::before {
  content: '';
  display: block;
  width: 64px;
  height: 1px;
  background: #c14536;
  position: absolute;
  left: -20px;
  bottom: -10px;
}
.area_spk .recommend_point_list article > section > div {
  width: 385px;
}
.area_spk .recommend_point_list article > section > div ul {
  background: #f3f3f3;
  padding: 10px;
}
.area_spk .recommend_point_list article > section > div ul li {
  display: table;
  width: 100%;
  font-size: 13px;
}
.area_spk .recommend_point_list article > section > div ul li span {
  display: table-cell;
  font-size: 13px;
}
.area_spk .recommend_point_list article > section > div ul li span span {
  font-size: 12px;
  font-weight: normal;
}
.area_spk .recommend_point_list article > section > div ul li span:first-of-type {
  width: 30%;
}
.area_spk .recommend_point_list article > section > div ul li:first-child span:nth-of-type(2) {
  font-weight: bold;
}
.area_spk .recommend_point_list article > section > div ul li > span:last-of-type {
  line-height: 1.2;
}
.area_spk .recommend_point_list article > section > div section {
  margin-top: 10px;
}
.area_spk .recommend_point_list article > section > div section h4 {
  width: 100%;
  padding: 10px;
  background: #797979;
  color: white;
}
.area_spk .recommend_point_list article > section div.point h4 {
  display: inline-block;
  margin-bottom: .6rem;
  padding: 5px 10px;
  font-size: 13px;
  color: white;
  font-weight: bold;
  background: #c14536;
}
.area_spk .recommend_point_list article > section div.point p span.sub {
  display: block;
  width: 89%;
  font-size: 10px;
  color: black;
  font-weight: normal;
  line-height: 1.4;
  font-style: normal;
}
.area_spk .recommend_point_list article > section div.point p span.em {
  display: block;
  font-size: 20px;
  font-weight: bold;
  color: #c14536;
  font-style: italic;
}
.area_spk .recommend_point_list article > section div.point p span.em::before {
  content: '';
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 0 7px 10px;
  border-color: transparent transparent transparent #c14536;
  vertical-align: 1px;
  transform: skew(-10deg, 0);
}
.area_spk .recommend_point_list article > section p.tourBtn {
  width: 385px;
  position: absolute;
  bottom: 10px;
  right: 10px;
}
.area_spk .recommend_point_list article p.tourBtn {
  width: 100%;
}
.area_spk .recommend_point_list article p.tourBtn a {
  display: block;
  width: 100%;
  height: 43px;
  background: #c14536;
  font-size: 14px;
  line-height: 43px;
  color: white;
  text-align: center;
  position: relative;
}
.area_spk .recommend_point_list article p.tourBtn a:hover {
  opacity: .7;
  text-decoration: none;
}
.area_spk .recommend_point_list article p.tourBtn a::before {
  content: '';
  display: block;
  width: 43px;
  height: 43px;
  background: #9a372b;
  position: absolute;
  top: 0;
  right: 0;
}
.area_spk .recommend_point_list article p.tourBtn a::after {
  content: '';
  display: block;
  width: 15px;
  height: 15px;
  background: transparent;
  border-top: 1px solid white;
  border-right: 1px solid white;
  position: absolute;
  top: 13px;
  right: 17px;
  transform: rotate(45deg);
}
/*沖縄おすすめツアー*/
.area_oka .recommend_point_list article > div {
  display: flex;
  justify-content: space-between;
}
.area_oka .recommend_point_list article > div section {
  width: 405px;
  padding: 10px;
  border: 1px solid #c14536;
}
.area_oka .recommend_point_list article > div section h3 {
  font-size: 18px;
  font-weight: bolder;
  font-style: italic;
  line-height: 1.2;
}
.area_oka .recommend_point_list article > div section h3 span {
  font-size: 13px;
}
.area_oka .recommend_point_list article section div.point {
  min-height: 101px;
  margin: 2rem 0;
  text-align: left;
}
.area_oka .recommend_point_list article section div.point h4 {
  display: inline-block;
  margin-bottom: .6rem;
  padding: 5px 10px;
  font-size: 13px;
  color: white;
  font-weight: bold;
  background: #c14536;
}
.area_oka .recommend_point_list article section div.point p {
  font-size: 20px;
  font-weight: bold;
  color: #c14536;
  font-style: italic;
  line-height: 1.2;
  margin-bottom: 5px;
  margin-top: 5px;
}
.area_oka .recommend_point_list article section div.point p span {
  font-size: 15px;
  font-weight: bold;
  color: #c14536;
  font-style: italic;
  line-height: 1.2;
}
.area_oka .recommend_point_list article section ul {
  background: #f3f3f3;
  min-height: 110px;
  margin: 10px 0;
  padding: 5px;
}
.area_oka .recommend_point_list article section ul li {
  display: table;
  width: 100%;
}
.area_oka .recommend_point_list article section ul li > span {
  display: table-cell;
  font-size: 13px;
}
.area_oka .recommend_point_list article section ul li > span:first-of-type {
  width: 30%;
}
.area_oka .recommend_point_list article section ul li > span:last-of-type {
  line-height: 1.2;
}
.area_oka .recommend_point_list article section ul li > span span {
  font-size: 12px;
  font-weight: normal;
}
.area_oka .recommend_point_list article section ul li:first-child span:nth-of-type(2) {
  font-weight: bold;
}
.area_oka .recommend_point_list article section p a {
  display: block;
  width: 100%;
  height: 43px;
  background: #c14536;
  font-size: 14px;
  line-height: 43px;
  color: white;
  text-align: center;
  position: relative;
}
.area_oka .recommend_point_list article section p a:hover {
  opacity: .7;
  text-decoration: none;
}
.area_oka .recommend_point_list article section p a::before {
  content: '';
  display: block;
  width: 43px;
  height: 43px;
  background: #9a372b;
  position: absolute;
  top: 0;
  right: 0;
}
.area_oka .recommend_point_list article section p a::after {
  content: '';
  display: block;
  width: 15px;
  height: 15px;
  background: transparent;
  border-top: 1px solid white;
  border-right: 1px solid white;
  position: absolute;
  top: 13px;
  right: 17px;
  transform: rotate(45deg);
}
.area_oka .recommend_point_list article > section {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  margin-top: 20px;
  padding: 10px;
  border: 1px solid #c14536;
}
.area_oka .recommend_point_list article > section h3 {
  width: 100%;
  margin-bottom: 2rem;
  font-size: 18px;
  font-weight: normal;
  font-style: italic;
}
.area_oka .recommend_point_list article > section h3 span {
  font-size: 13px;
}
.area_oka .recommend_point_list article > section div {
  width: 385px;
}
.area_oka .recommend_point_list article > section div.point {
  min-height: 101px;
  margin: 0;
  text-align: left;
}
.area_oka .recommend_point_list article > section div.point p span {
  font-size: 16px;
}
.area_oka .recommend_point_list article > section ul {
  margin-top: 0;
}
/*九州おすすめツアー*/
.area_fuk .recommend_point_list article {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.area_fuk .recommend_point_list article > div {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.area_fuk .recommend_point_list article > div section {
  padding: 10px;
  border: 1px solid #c14536;
}
.area_fuk .recommend_point_list article > div section h3 {
  padding-left: 53px;
  font-size: 18px;
  line-height: 1.2;
  font-weight: normal;
  font-style: italic;
  position: relative;
}
.area_fuk .recommend_point_list article > div section h3::before {
  content: '';
  display: block;
  width: 64px;
  height: 1px;
  background: #c14536;
  position: absolute;
  left: -20px;
  top: 35px;
}
.area_fuk .recommend_point_list article > div section h3::after {
  content: '';
  display: block;
  width: 34px;
  height: 21px;
  position: absolute;
  left: 10px;
  top: 2px;
}
.area_fuk .recommend_point_list article > div section.section01 h3::after {
  background: url(../img/icn_01.png) no-repeat center / contain;
}
.area_fuk .recommend_point_list article > div section.section02 h3::after {
  background: url(../img/icn_02.png) no-repeat center / contain;
}
.area_fuk .recommend_point_list article > div section.section03 h3::after {
  background: url(../img/icn_03.png) no-repeat center / contain;
}
.area_fuk .recommend_point_list article > div section.section04 h3::after {
  background: url(../img/icn_04.png) no-repeat center / contain;
}
.area_fuk .recommend_point_list article > div section.section05 h3::after {
  background: url(../img/icn_05.png) no-repeat center / contain;
}
.area_fuk .recommend_point_list article > div section.section06 h3::after {
  background: url(../img/icn_06.png) no-repeat center / contain;
}
.area_fuk .recommend_point_list article > div section.section07 h3::after {
  background: url(../img/icn_07.png) no-repeat center / contain;
}
.area_fuk .recommend_point_list article > div section h3 span.em {
  font-size: 18px;
  font-weight: bold;
  color: #c14536;
}
/*---------------
20211129　追記
----------------*/
.area_fuk .recommend_point_list article > div section.section01_1 h3::after {
  background: url(../img/icn_01.png) no-repeat center / contain;
}
.area_fuk .recommend_point_list article > div section.section02_2 h3::after {
  background: url(../img/icn_02.png) no-repeat center / contain;
}
.area_fuk .recommend_point_list article > div section.section03_3 h3::after {
  background: url(../img/icn_03.png) no-repeat center / contain;
}
.area_fuk .recommend_point_list article > div section.section04_4 h3::after {
  background: url(../img/icn_04.png) no-repeat center / contain;
}
.area_fuk .recommend_point_list article > div section.section05_5 h3::after {
  background: url(../img/icn_05.png) no-repeat center / contain;
}
.area_fuk .recommend_point_list article > div section.section06_6 h3::after {
  background: url(../img/icn_06.png) no-repeat center / contain;
}
.area_fuk .recommend_point_list article > div section.section06 h3::after {
  background: url(../img/icn_06.png) no-repeat center / contain;
}
.area_fuk .recommend_point_list article > div section h3 span.em {
  font-size: 18px;
  font-weight: bold;
  color: #c14536;
}
.section05 > div section h3 span.em {
  font-size: 18px;
  font-weight: bold;
  color: #c14536;
}
/*---------------
20200908　追記
----------------*/
.link{
	display: block;
    text-align: center;	
}
.area_fuk .recommend_point_list article > div section h3 span.sub {
  font-size: 12px;
  font-weight: normal;
}
.area_fuk .recommend_point_list article > div section h3 span.explicit {
  display: block;
  text-align: right;
  font-size: 12px;
  font-weight: normal;
}
.section04 p {
    margin-top: 6px;
    padding: 0 18px 0 53px;
    font-size: 16px;
    line-height: 1.2;
    font-weight: normal;
    font-style: italic;
  }

/*
.area_fuk .recommend_point_list article > div section p {
    margin-top: 6px;
	padding: 0 18px 0 53px;
    font-size: 16px;
    line-height: 1.2;
    font-weight: normal;
    font-style: italic;
  }
*/
  .area_fuk .recommend_point_list article > div section p span.em {
    font-size: 16px;
    font-weight: bold;
    color: #c14536;
}
.area_fuk .recommend_point_list article > div section p span.sub {
    display:inline-block;
    float: right;
    font-size: 12px;
    font-weight: normal;
    font-style: normal;

}
.area_fuk .recommend_point_list article > div section ul.pointlist{
    list-style: disc;
    margin-top: 10px;
    padding-left: 20px;
    font-size: 18px;
    line-height: 1.2;
    font-weight: normal;
    font-style: italic;
    position: relative;
}
.area_fuk .recommend_point_list article > div section ul.pointlist li{
	margin-top: 46px;
	line-height: 1.1;
}
.area_fuk .recommend_point_list article > div section ul.pointlist li:nth-of-type(2){
  list-style: none;
}
.area_fuk .recommend_point_list article > div section ul.pointlist li:nth-of-type(3){
}
.area_fuk .recommend_point_list article > div section ul.pointlist span.em {
  font-size: 18px;
  font-weight: bold;
  color: #c14536;
}
.area_fuk .recommend_point_list article > div section ul.pointlist span.sub {
  display:block;
  font-size: 12px;
  font-weight: normal;
  line-height: 1;
}
.area_fuk .recommend_point_list article > div section img {
  display: block;
  margin: 0 auto;
}
/*210830変更*/
/*.area_fuk .recommend_point_list article > div section.section05 img {
  display: block;
  margin: 35px auto 0 auto;
}*/
/*.area_fuk .recommend_point_list article > div section.section06  ul.pointlist img {
  float: right;
  margin-top: -45px;
}
.area_fuk .recommend_point_list article > div section.section06  div.imglist {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 auto;
  width: 100%;
}
.area_fuk .recommend_point_list article > div section.section06  div.list_element {
    width: 125px;

}
.area_fuk .recommend_point_list article > div section.section06  div.list_element  p{
  margin-top: 3px;
  padding: 0;
  line-height: 1.;
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
}*/
.area_fuk .recommend_point_list article > div section.section05  ul.pointlist img {
/*  float: right;*/
  margin-top: -85px;
  margin-left: 300px;
}
.area_fuk .recommend_point_list article > div section.section05  div.imglist {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: -40px 20px 0 0;
  float: right;
    width: 440px;
/*  width: 100%;*/
}
.area_fuk .recommend_point_list article > div section.section05  div.list_element {
    width: 125px;

}
.area_fuk .recommend_point_list article > div section.section05  div.list_element  p{
  margin-top: 3px;
  padding: 0;
  line-height: 1.;
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
}
.area_fuk .recommend_point_list article > div div {
    width: 425px;
}
/*---------------
20211129　追記
----------------*/
.area_fuk .recommend_point_list article > div div section {
	margin-bottom: 20px;
	padding-bottom: 262px;
}
.area_fuk .recommend_point_list article > div div section:last-of-type {
  margin-bottom: 0;
}
/*---------------
20200908　追記
----------------*/
.area_fuk .recommend_point_list article > div > section {
  width: 870px
}
/*---------------
20200908　追記
----------------*/
.area_fuk .recommend_point_list article > div > .section05{
    width: 870px;
	margin-bottom: 20px;
}
/*---------------
20211129　追記
----------------*/
.area_fuk .recommend_point_list article > div > .section06{
    width: 870px;
	height: 40px;
}
/*---------------
20200908　追記
----------------*/
.area_fuk .recommend_point_list article > div > .section07{
    width: 870px;
    height: 40px;
	margin-top: 10px;
}
.area_fuk .recommend_point_list article > article {
  width: 425px;
  margin-bottom: 20px;
  background: #f3f3f3;
}
.area_fuk .recommend_point_list article > article h3 {
  width: 100%;
  padding: 10px;
  background: #797979;
  color: white;
}
.area_fuk .recommend_point_list article > article h3 span {
  display: inline-block;
  margin-right: 5px;
}
.area_fuk .recommend_point_list article > article h3 span.hatsu {
  padding: 5px;
  font-size: 13px;
  color: black;
  background: white;
  font-weight: normal;
}
.area_fuk .recommend_point_list article > article h3 span.day {
  width: 250px;
  font-size: 12px;
  font-weight: normal;
  line-height: 1.2;
  vertical-align: -7px;
}
.area_fuk .recommend_point_list article > article ul {
  padding: 10px;
}
.area_fuk .recommend_point_list article > article ul li {
  display: table;
  width: 100%;
}
.area_fuk .recommend_point_list article > article ul li span {
  display: table-cell;
  font-size: 13px;
}
.area_fuk .recommend_point_list article > article ul li span span {
  font-size: 12px;
  font-weight: normal;
}
.area_fuk .recommend_point_list article > article ul li span:first-of-type {
  width: 26%;
}
.area_fuk .recommend_point_list article > article ul li:first-child span:nth-of-type(2) {
  font-weight: bold;
}
.area_fuk .recommend_point_list article > article ul li > span:last-of-type {
  line-height: 1.2;
}
.area_fuk .recommend_point_list article > section {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  margin-top: 20px;
  padding: 10px;
  border: 1px solid #c14536;
  position: relative;
}
.area_fuk .recommend_point_list article > section h3 {
  width: 100%;
  margin-bottom: 2rem;
  font-size: 18px;
  line-height: 1.2;
  font-weight: normal;
  font-style: italic;
  position: relative;
}
.area_fuk .recommend_point_list article > section h3::before {
  content: '';
  display: block;
  width: 64px;
  height: 1px;
  background: #c14536;
  position: absolute;
  left: -20px;
  bottom: -10px;
}
.area_fuk .recommend_point_list article > section > div {
  width: 385px;
}
.area_fuk .recommend_point_list article > section > div ul {
  background: #f3f3f3;
  padding: 10px;
}
.area_fuk .recommend_point_list article > section > div ul li {
  display: table;
  width: 100%;
  font-size: 13px;
}
.area_fuk .recommend_point_list article > section > div ul li span {
  display: table-cell;
  font-size: 13px;
}
.area_fuk .recommend_point_list article > section > div ul li span span {
  font-size: 12px;
  font-weight: normal;
}
.area_fuk .recommend_point_list article > section > div ul li span:first-of-type {
  width: 30%;
}
.area_fuk .recommend_point_list article > section > div ul li:first-child span:nth-of-type(2) {
  font-weight: bold;
}
.area_fuk .recommend_point_list article > section > div ul li > span:last-of-type {
  line-height: 1.2;
}
.area_fuk .recommend_point_list article > section > div section {
  margin-top: 10px;
}
.area_fuk .recommend_point_list article > section > div section h4 {
  width: 100%;
  padding: 10px;
  background: #797979;
  color: white;
}
.area_fuk .recommend_point_list article > section div.point h4 {
  display: inline-block;
  margin-bottom: .6rem;
  padding: 5px 10px;
  font-size: 13px;
  color: white;
  font-weight: bold;
  background: #c14536;
}
.area_fuk .recommend_point_list article > section div.point p span.sub {
  display: block;
  width: 89%;
  font-size: 10px;
  color: black;
  font-weight: normal;
  line-height: 1.4;
  font-style: normal;
}
.area_fuk .recommend_point_list article > section div.point p span.em {
  display: block;
  font-size: 20px;
  font-weight: bold;
  color: #c14536;
  font-style: italic;
}
.area_fuk .recommend_point_list article > section div.point p span.emem {
  display: block;
  padding-top: 10px;
  font-size: 20px;
  font-weight: bold;
  color: #c14536;
  font-style: italic;
}
.area_fuk .recommend_point_list article > section div.point p span.em::before {
  content: '';
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 0 7px 10px;
  border-color: transparent transparent transparent #c14536;
  vertical-align: 1px;
  transform: skew(-10deg, 0);
}
.area_fuk .recommend_point_list article > section p.tourBtn {
  width: 385px;
  position: absolute;
  bottom: 10px;
  right: 10px;
}
.area_fuk .recommend_point_list article p.tourBtn {
  width: 100%;
}
.area_fuk .recommend_point_list article p.tourBtn a {
  display: block;
  width: 100%;
  height: 43px;
  background: #c14536;
  font-size: 14px;
  line-height: 43px;
  color: white;
  text-align: center;
  position: relative;
}
.area_fuk .recommend_point_list article p.tourBtn a:hover {
  opacity: .7;
  text-decoration: none;
}
.area_fuk .recommend_point_list article p.tourBtn a::before {
  content: '';
  display: block;
  width: 43px;
  height: 43px;
  background: #9a372b;
  position: absolute;
  top: 0;
  right: 0;
}
.area_fuk .recommend_point_list article p.tourBtn a::after {
  content: '';
  display: block;
  width: 15px;
  height: 15px;
  background: transparent;
  border-top: 1px solid white;
  border-right: 1px solid white;
  position: absolute;
  top: 13px;
  right: 17px;
  transform: rotate(45deg);
}
.taku_hai {
  font-size: 14px;
  line-height: 20px;
  margin-top: 5px;
}
.taku_hai span {
  text-decoration: underline;
  font-weight: 600;
}
.pr_info_text span {
  text-decoration: underline;
  font-weight: 600;
}

/*---------------
20211129　追記
----------------*/
.area_fuk .recommend_point_list article > div div section.section01,
.area_fuk .recommend_point_list article > div div section.section03{
    padding-bottom: 120px;
	height: 40px;
	margin-bottom: 20px;
}

.area_fuk .recommend_point_list article > div div section.section03{
    padding-bottom: 128px;
	height: 40px;
	margin-bottom: 20px;
}

.area_fuk .recommend_point_list article > div div section.section06{
    padding-bottom: 52px;
	margin-bottom: 20px;
}
/*---------------
20211129　追記
----------------*/
.area_fuk .recommend_point_list article > div div section.section02{
    padding-bottom: 79px;
	margin-bottom: 20px;
}
.area_fuk .recommend_point_list article > div div section.section04{
    padding-bottom: 10px;
	margin-bottom: 20px;
}

/*---------------
20201113　追記
----------------*/
#area01 .section01 .list {
  margin: 10px 0 5px 0
}
/*---------------
20210908　追記
----------------*/
#area01 .section01 .list th, #area01 .section01 .list td {
  border: 1px solid #999;
  border-collapse: collapse;
  padding: 7px 10px;
  font-size: 11px;
  /*line-height: 1.5;*/
  white-space: nowrap
}
#area01 .section01 .list th {
  background-color: #797979;
  color: #fff;
  text-align: center;
  width: 50%;
  box-sizing: border-box;
  font-weight: 500
}
#area01 .section01 .section01_dtxt{
    padding-left: 88px;
    margin-top: 8px;
    display:flex;
}
#area01 .section01 .section01_settei{
    width:15em;
}

.tab_none{
	display:none!important;
}

/*---------------
20210830　追記
----------------*/
.area_fuk .area_course_detail01{
    width: 830px;
}

.area_fuk .sub1{
    display: inline-block;
    margin:0 0 10px 95px;
    font-size: 15px;
    font-weight: normal;
    font-style: normal;
    text-decoration: underline;
}
.area_fuk .sub1 a:hover{
    text-decoration: none;
    opacity: .7;
}

.area_fuk .urltxt {
    display: inline-block;
    margin:0 0 10px 95px;
    font-size: 15px;
    font-weight: normal;
    font-style: normal;
}

/*四国おすすめ*/
.area_skk .recommend_point_list article {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.area_skk .recommend_point_list article > div {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.area_skk .recommend_point_list article > div section {
  padding: 10px;
  border: 1px solid #c14536;
}
.area_skk .recommend_point_list article > div section h3 {
  padding-left: 60px;
  font-size: 18px;
  line-height: 1.2;
  font-weight: normal;
  font-style: italic;
  position: relative;
}
.area_skk .recommend_point_list article > div section h3::before {
  content: '';
  display: block;
  width: 64px;
  height: 1px;
  background: #c14536;
  position: absolute;
  left: -20px;
  top: 35px;
}
.area_skk .recommend_point_list article > div section h3::after {
  content: '';
  display: block;
  width: 34px;
  height: 21px;
  position: absolute;
  left: 10px;
  top: 2px;
}
.area_skk .recommend_point_list article > div section.section01 h3::after {
  background: url(../img/icn_01.png) no-repeat center / contain;
}
.area_skk .recommend_point_list article > div section.section02 h3::after {
  background: url(../img/icn_02.png) no-repeat center / contain;
}
.area_skk .recommend_point_list article > div section.section03 h3::after {
  background: url(../img/icn_03.png) no-repeat center / contain;
}
.area_skk .recommend_point_list article > div section.section04 h3::after {
  background: url(../img/icn_04.png) no-repeat center / contain;
}
.area_skk .recommend_point_list article > div section.section05 h3::after {
  background: url(../img/icn_05.png) no-repeat center / contain;
}
.area_skk .recommend_point_list article > div section h3 span.em {
  font-size: 18px;
  font-weight: bold;
  color: #c14536;
}
.area_skk .recommend_point_list article > div section h3 span.sub {
  font-size: 12px;
  font-weight: normal;
}
.area_skk .recommend_point_list article > div section img {
  display: block;
  margin-left: 20pt;
}
.area_skk .recommend_point_list article > div section .section03 img {
  padding-bottom: 50px;
}
.area_skk .recommend_point_list article > div div {
  width: 405px;
}
.area_skk .recommend_point_list article > div div section {
  margin-bottom: 10px;
}
/*---------------
20210908　追記
----------------*/
.area_skk .recommend_point_list article > div div section:last-of-type {
  margin-bottom: 0;
  height: 280px;
}
.area_skk .recommend_point_list article > div div .adjust{
  margin-top: 25px;
/*  padding-bottom: 71px;*/
}
/*---------------
20210909　追記
----------------*/
.area_skk .recommend_point_list article > div > section {
  width: 870px;
   margin-top: 20px;
   height: 62px;
}
.area_skk .recommend_point_list article > article {
  width: 405px;
  margin: 20px 0;
  background: #f3f3f3;
}
.area_skk .recommend_point_list article > article h3 {
  width: 100%;
  padding: 10px;
  background: #797979;
  color: white;
}
.area_skk .recommend_point_list article > article h3 span {
  display: inline-block;
  margin-right: 5px;
}
.area_skk .recommend_point_list article > article h3 span.hatsu {
  padding: 5px;
  font-size: 13px;
  color: black;
  background: white;
  font-weight: normal;
}
.area_skk .recommend_point_list article > article h3 span.day {
  width: 250px;
  font-size: 12px;
  font-weight: normal;
  line-height: 1.2;
  vertical-align: -7px;
}
.area_skk .recommend_point_list article > article ul {
  padding: 10px;
}
.area_skk .recommend_point_list article > article ul li {
  display: table;
  width: 140%;
}
.area_skk .recommend_point_list article > article ul li span {
  display: table-cell;
  font-size: 13px;
}
.area_skk .recommend_point_list article > article ul li span span {
  font-size: 12px;
  font-weight: normal;
}
.area_skk .recommend_point_list article > article ul li span:first-of-type {
  width: 27%;
}
.area_skk .recommend_point_list article > article ul li:first-child span:nth-of-type(2) {
  font-weight: bold;
}
.area_skk .recommend_point_list article > article ul li > span:last-of-type {
  line-height: 1.2;
}
.area_skk .recommend_point_list article > section {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  margin-top: 20px;
  padding: 10px;
  border: 1px solid #c14536;
  position: relative;
}
.area_skk .recommend_point_list article > section h3 {
  width: 100%;
  margin-bottom: 2rem;
  font-size: 18px;
  line-height: 1.2;
  font-weight: normal;
  font-style: italic;
  position: relative;
}
.area_skk .recommend_point_list article > section h3::before {
  content: '';
  display: block;
  width: 64px;
  height: 1px;
  background: #c14536;
  position: absolute;
  left: -20px;
  bottom: -10px;
}
.area_skk .recommend_point_list article > div .section01{
    padding-bottom: 103px!important;
}
.area_skk .recommend_point_list article > section > div {
  width: 385px;
}
.area_skk .recommend_point_list article > section > div ul {
  background: #f3f3f3;
  padding: 10px;
}
.area_skk .recommend_point_list article > section > div ul li {
  display: table;
  width: 100%;
  font-size: 13px;
}
.area_skk .recommend_point_list article > section > div ul li span {
  display: table-cell;
  font-size: 13px;
}
.area_skk .recommend_point_list article > section > div ul li span span {
  font-size: 12px;
  font-weight: normal;
}
.area_skk .recommend_point_list article > section > div ul li span:first-of-type {
  width: 30%;
}
.area_skk .recommend_point_list article > section > div ul li:first-child span:nth-of-type(2) {
  font-weight: bold;
}
.area_skk .recommend_point_list article > section > div ul li > span:last-of-type {
  line-height: 1.2;
}
.area_skk .recommend_point_list article > section > div section {
  margin-top: 10px;
}
.area_skk .recommend_point_list article > section > div section h4 {
  width: 100%;
  padding: 10px;
  background: #797979;
  color: white;
}
.area_skk .recommend_point_list article > section div.point h4 {
  display: inline-block;
  margin-bottom: .6rem;
  padding: 5px 10px;
  font-size: 13px;
  color: white;
  font-weight: bold;
  background: #c14536;
}
.area_skk .recommend_point_list article > section div.point p span.sub {
  display: block;
  width: 89%;
  font-size: 10px;
  color: black;
  font-weight: normal;
  line-height: 1.4;
  font-style: normal;
}
.area_skk .recommend_point_list article > section div.point p span.em {
  display: block;
  font-size: 20px;
  font-weight: bold;
  color: #c14536;
  font-style: italic;
}
.area_skk .recommend_point_list article > section div.point p span.em::before {
  content: '';
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 0 7px 10px;
  border-color: transparent transparent transparent #c14536;
  vertical-align: 1px;
  transform: skew(-10deg, 0);
}
.area_skk .recommend_point_list article > section p.tourBtn {
  width: 385px;
  position: absolute;
  bottom: 10px;
  right: 10px;
}
.area_skk .recommend_point_list article p.tourBtn {
  width: 100%;
}
.area_skk .recommend_point_list article p.tourBtn a {
  display: block;
  width: 100%;
  height: 43px;
  background: #c14536;
  font-size: 14px;
  line-height: 43px;
  color: white;
  text-align: center;
  position: relative;
}
.area_skk .recommend_point_list article p.tourBtn a:hover {
  opacity: .7;
  text-decoration: none;
}
.area_skk .recommend_point_list article p.tourBtn a::before {
  content: '';
  display: block;
  width: 43px;
  height: 43px;
  background: #9a372b;
  position: absolute;
  top: 0;
  right: 0;
}
.area_skk .recommend_point_list article p.tourBtn a::after {
  content: '';
  display: block;
  width: 15px;
  height: 15px;
  background: transparent;
  border-top: 1px solid white;
  border-right: 1px solid white;
  position: absolute;
  top: 13px;
  right: 17px;
  transform: rotate(45deg);
}

.area_fuk .recommend_point_list article > div section.section05_5  div.imglist {
  justify-content: space-between;
  width: 100%;
  margin-top: 40px;
}

.area_fuk .recommend_point_list article > div section.section05_5  .list_element p{
  margin: 15px 0;
	text-align: center;
}

.area_fuk .recommend_point_list section06 > .section05_5 .list_element p .list_p{
	margin-top: 6px;
    font-size: 16px;
    line-height: 1.2;
    font-weight: normal;
    font-style: italic;
}

.area_fuk .recommend_point_list article > div div section.section01_1{
	padding-bottom: 8px;
}

.area_fuk .recommend_point_list article > div div section.section02_2{
	padding-bottom: 8px;
}

.area_fuk .recommend_point_list article > div div section.section03_3{
	padding-bottom: 8px;
}

.section05_5 div.imglist {
    display: flex;
    justify-content: space-between;
    margin: -40px 0;
    float: right;
    width: 440px;
}

/*
.golfball{
	display: flex;
	align-items: center;
}
*/
.golfball img{
	padding-left: 10px;
}

.section03_3_3{
	font-size: 16.5px;
	line-height: 1.6;
}

.section01_1_point{
	font-size: 12px;
}