@charset "UTF-8";
/* ------------------------------------------

------------------------------------------ */
#widewrapper {
  width: 100%;
}

.float_bnr {
  position: fixed;
  bottom: 120px;
  right: 10px;
  z-index: 10;
  display: none;
}

.float_bnr a {
  display: block !important;
}

#keyVisual {
  width: 100%;
  margin: auto auto 30px auto;
  max-width: 1500px;
}

#keyVisual img {
  width: 100%;
  display: block;
}

#keyVisual h1 {
  text-indent: inherit;
  position: absolute;
  width: 760px;
  text-align: center;
  color: #ffffff;
  font-size: 60px;
  left: 50%;
  margin-left: -380px;
  margin-top: 140px;
  line-height: 1.2;
}

#keyVisual h1 span {
  display: block;
  font-size: 24px;
  font-weight: normal;
  margin-top: 12px;
  line-height: 1.5;
}

.pc {
  display: block;
}

.sp {
  display: none !important;
}

.page_term {
  font-size: 13px;
  line-height: 1.5;
  width: 950px;
  margin: auto auto 30px auto;
  text-align: center;
}

/* ----- nav -----*/
#pageTab {
  width: 950px;
  margin: auto auto 50px auto;
}

#pageTab ul {
  z-index: 99;
}

#pageTab ul.tab5 li {
  margin: 0;
  background: #ffffff;
  width: 190px;
}

#pageTab ul li a {
  background: #dedede;
  height: auto;
  padding: 20px 0;
  font-size: 20px;
}

#contentsArea #pageTab ul li a:hover {
  opacity: 0.7;
  text-decoration: none;
}

/* ----- contents -----*/
#contents.column1 {
  width: 100%;
  padding: 0;
  margin: auto;
  background: #fff;
}

.page_cpn .cpn_box {
  width: 450px;
  float: left;
  margin-left: 50px;
}

.page_cpn .cpn_box:nth-child(2n-1) {
  margin-left: 0;
}

.page_cpn .cpn_box img {
  display: block;
}

.page_cpn .cpn_box a:hover img {
  opacity: 0.8;
}

#contentsArea .jdsColorBoxHtml {
  display: block;
  font-size: 13px;
  text-decoration: underline;
  text-align: center;
  margin-top: 10px;
}

#colorbox {
  width: 800px !important;
  height: 100% !important;
  position: fixed !important;
  top: 50px !important;
  left: 50% !important;
  margin-left: -400px !important;
}

#cboxWrapper {
  height: auto !important;
  overflow: auto !important;
  width: 800px !important;
}

#cboxContent {
  width: 100% !important;
  margin: 0 !important;
  float: none !important;
  height: 100% !important;
}

#cboxMiddleLeft {
  height: 100% !important;
}

#cboxOverlay {
  background-color: rgba(0, 0, 0, 0.5) !important;
  height: 100% !important;
}

#cboxLoadedContent {
  background: #fff !important;
  border: none !important;
  box-sizing: border-box;
  height: 78.3vh !important;
  width: 100% !important;
  overflow: auto;
}

#inline_content1,
#inline_content2 {
  list-style: none !important;
  font-size: 13px;
  max-height: 740px;
  overflow-y: auto;
}

.page_cpn {
  margin-bottom: 40px;
}

.cpn_box_txtbox {
  padding: 20px 20px 0 20px;
  background: #fff;
  color: #333;
}

.cpn_box_txtbox dt {
  font-size: 14px;
}

.cpn_box_txtbox dd {
  font-size: 13px;
  line-height: 1.5;
  margin-bottom: 8px;
}

.cpn_box_txtbox dd em {
  font-style: normal;
  font-size: 120%;
  display: block;
  font-weight: bold;
}

#cboxClose {
  /*    background: url(../images/close.jpg) top right no-repeat !important;*/
  background-position-x: center;
  background-position-y: top;
  width: 25px !important;
  height: 25px !important;
}

.tableholder {
  position: relative;
}

.tableholder table {
  background-color: #fff;
  border-left: 1px solid #b4b4b4;
  border-top: 1px solid #b4b4b4;
  font-size: 13px;
  line-height: 1.4;
  display: block;
}

.tableholder table td {
  border-right: 1px solid #b4b4b4;
  padding: 8px;
  border-bottom: 1px solid #b4b4b4;
}

.tableholder table tr:first-child {
  color: #fff;
}

.tableholder table tr:first-child td {
  text-align: center !important;
  background-color: #1ba81b !important;
}

.tableholder table tr:last-child td {
  font-size: 11px;
}

.tableholder table tr td:first-child {
  background-color: #e1e1e1;
  text-align: right;
  width: 200px;
  font-weight: bold;
}

/* -----  -----*/
.page_h2 {
  background: #777;
  color: #fff;
  text-align: center;
  padding: 12px 0;
  margin-bottom: 25px;
  font-size: 25px;
}

.page_box_sty1 {
  width: 950px;
  margin: auto auto 45px auto;
}

.page_box1 {
  width: 430px;
  float: left;
  margin-left: 30px;
  margin-bottom: 30px;
}

.box1img img {
  display: block;
  width: 100%;
}

.page_box1 h3 {
  font-size: 18px;
  margin: 15px 0 12px;
}

.txtfont13 {
  font-size: 14px;
  line-height: 1.4;
}

.page_box1 .ss-center .cp__acordion {
  clear: both;
}

.page_box1 .cp__acordion .cp__trigger:hover {
  background-color: #bababa;
  color: #ffffff;
}

.page_box1 .cp__acordion .cp__trigger {
  font-size: 13px;
  display: block;
  position: relative;
  padding: 10px;
  cursor: pointer;
}

.page_box1 .cp__acordion .cp__trigger::after {
  display: inline-block;
  content: " ";
  position: absolute;
  top: 50%;
  right: 10px;
  width: 10px;
  height: 7px;
  margin-top: -3.5px;
  background-repeat: no-repeat;
}

.page_box1 .cp__acordion li .cp__trigger {
  background: #e1e1e1;
}

.page_box1 .cp__liststyle-dot > * {
  margin-left: 1em;
  text-indent: -1em;
  margin-bottom: 8px;
  font-size: 12px;
  line-height: 1.4;
}

.page_box1 .cp__acordion ul.submenu {
  background-color: #f0f0f0;
  padding: 8px 10px 10px 10px;
  line-height: 1.4;
}

.page_box1 .cp__acordion .cp__trigger::after {
  /*    background-image: url(../images/icon_1.png) !important;*/
  background-size: 22px 22px;
  width: 22px;
  height: 22px;
  margin-top: -11px;
  right: 6px;
}

.page_box1 .cp__acordion .cp__trigger.active-submenu::after {
  /*    background-image: url(../images/icon_2.png) !important;*/
  background-size: 22px 22px;
  width: 22px;
  height: 22px;
  margin-top: -11px;
  right: 6px;
}

.holder {
  margin-top: 12px;
}

.cp_right {
  display: none;
}

.fixBnr2 {
  position: fixed;
  display: block;
  right: 10px;
  bottom: 40px;
}

#contents .pagetop_btn {
  width: 90px;
  z-index: 999;
}

.pagetop_btn li {
  margin-bottom: 1px;
}

.pagetop_btn li a {
  background: #dedede;
  width: 90px;
  display: block;
  text-align: center;
  padding: 10px 0;
}

#contentsArea .pagetop_btn li a:hover {
  text-decoration: none;
  opacity: 0.8;
}

/* ----- Access -----*/
.accessBox {
  border: none;
  margin-bottom: 45px;
}

.column1 .accessBox .map {
  width: 600px;
  margin: auto;
  float: none;
  height: 450px;
  margin-bottom: 10px;
}

.column1 .accessBox .map iframe {
  width: 100%;
  display: block;
  height: 450px;
}

.column1 .accessBox .route {
  width: 600px;
  float: none;
  margin: auto;
}

#search-box h1 {
  display: none;
}

.column1 #search-box {
  margin: auto;
}

.page_footer {
  background: #f7f7f7;
  padding: 10px 12px;
  border-top: 1px solid #c2c2c2;
  border-bottom: 1px solid #c2c2c2;
  margin: 0 10px 12px 10px;
}

.page_footer ul {
  width: 950px;
  margin: auto;
}

.page_footer ul li {
  margin-bottom: 6px;
}

.page_footer a {
  color: #777;
  font-size: 13px;
  line-height: 1.6;
  text-decoration: none;
}

.page_footer a:hover {
  text-decoration: underline;
}

.page_footer p {
  width: 950px;
  margin: auto;
}

.page_footer p span {
  display: inline-block;
  margin-right: 12px;
}

.chara_box {
  margin-bottom: 10px;
}

.chara_box .char {
  margin: 0 auto;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: nowrap;
}

.chara_box .char span {
  padding: 3px 5px;
  box-sizing: border-box;
  border-radius: 3px;
  font-size: 14px;
  letter-spacing: 1px;
  color: #fff;
  margin-right: 6px;
  margin-bottom: 6px;
}

.chara_box .char .red {
  background-color: #d00505;
}

.chara_box .char .blue1 {
  background-color: #53b8c8;
}

.chara_box .char .blue2 {
  background-color: #fff;
  border: 1px solid #53b8c8;
  color: #53b8c8;
}

.chara_box .char .ana {
  background-color: #fff;
  border: 1px solid #180d7f;
  color: #180d7f;
}

.chara_box .char .jal {
  background-color: #fff;
  border: 1px solid #cb0000;
  color: #cb0000;
}

#contentsArea .cpn_box .btn {
  width: 220px;
  margin: 20px auto auto auto;
}

#contentsArea .cpn_box .btn .main {
  border: 2px solid #7bb33e;
  border-radius: 5px;
  background-color: #fff;
  color: #7bb33e;
  text-align: center;
  display: block;
  margin: 0px auto;
  font-weight: bold;
  padding: 10px 0;
  position: relative;
  font-size: 16px;
}

#contentsArea .cpn_box .btn .main:after {
  position: absolute;
  content: '';
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAMCAYAAABfnvydAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA2ZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDpDNkQ4N0ZGMzJGQzRFNzExODg5RkM1RTg2NEE3ODZENyIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpDNzczMUIzN0M1QjcxMUU3ODhGNEZFQzVFMjgxMEUyOSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpDNzczMUIzNkM1QjcxMUU3ODhGNEZFQzVFMjgxMEUyOSIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M2IChXaW5kb3dzKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjNCMjI2MTI1MUFDNUU3MTE5RkIzOUM4RTk0QkM0M0U5IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOkM2RDg3RkYzMkZDNEU3MTE4ODlGQzVFODY0QTc4NkQ3Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+xa2QmQAAAM5JREFUeNpc0L8LAWEcx/HnZLiBQcmk/AVKdu4fMCr5D1hJEqV0GSwkshoNYmCVTPwZwmAxUSTnvO96Tg9Pvfo+d9/P8+NOqy/SdyGEjgoGZmbzEMrwYQ0LTRQbS0P/DxQwQQAt51kNabZtC15EmXeQxw0NjDju6QacQShGMZGToTZW34AMRShDZPHCzid+RxghOb/g7FdWJyg9GNijiq13SafZRwpHlLjg1P1MmklqVzZPKGPm7ewcMUYcB9mcs/qt/qggrqjJpqXe+iPAAHnLRIHtZQkmAAAAAElFTkSuQmCC) 0 0 no-repeat;
  height: 12px;
  width: 8px;
  right: 12px;
  top: 50%;
  margin-top: -6px;
  display: block;
}

#contentsArea .cpn_box .btn .main:hover {
  opacity: 0.8;
}

.page_foot_box {
  width: 950px;
  margin: 50px auto;
}

.page_foot_box .swiper-slide {
  width: 180px !important;
  font-size: 14px;
}

#contentsArea .gototop_btn {
  margin-top: 20px;
}

#contentsArea .gototop_btn a {
  background: #333;
  color: #fff;
}

#contentsArea .gototop_btn a:hover {
  color: #fff;
}

/* ----- ▼▼▼岐阜_秋 追加部分▼▼▼ -----*/
html {
  overflow: auto;
}

body {
  overflow: hidden;
  min-width: 1000px;
}

img {
  vertical-align: bottom;
  padding: 0;
  margin: 0;
  border: none;
}

.inner {
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.cf:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

ol,
ul {
  list-style-type: none;
}

.pc_none {
  display: none;
}

.gifu {
  color: #422e12;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  font-size: 16px;
  line-height: 1.6;
}

.gifu * {
  box-sizing: border-box;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.gifu a {
  transition: 0.3s;
}

.gifu a:hover {
  opacity: 0.8;
  text-decoration: none !important;
}

.gifu h2,
.gifu h3 {
  text-align: center;
  font-weight: normal;
}

.gifu .mv {
  padding: 47px 0;
  margin-bottom: 29px;
  position: relative;
  overflow: hidden;
}

.gifu .mv > span {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  background: rgba(0, 0, 0, 0.3);
  color: #fff;
  padding: 4px 6px;
  line-height: 1.1;
}

.gifu .mv h1 {
  position: relative;
  z-index: 1;
}

.gifu .mv ul li img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}

.gifu .mv .mv_slide {
  opacity: 0;
  animation: 24s infinite both;
}

.gifu .mv .mv_slide1 {
  animation-name: mv_slide1;
}

.gifu .mv .mv_slide2 {
  animation-name: mv_slide2;
}

.gifu .mv .mv_slide3 {
  animation-name: mv_slide3;
}

.gifu .f_nav_over {
  height: 106px;
}

.gifu .f_nav {
  background-color: #fff;
}

.gifu .f_nav.is_fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
}

.gifu .f_nav ul {
  display: flex;
  justify-content: space-between;
}

.gifu .f_nav ul li {
  width: 25%;
  text-align: center;
}

.gifu .f_nav ul li a {
  padding: 15px 0;
  display: block;
}

.gifu .f_nav ul li a {
  position: relative;
}

.gifu .f_nav ul li a::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  width: 0;
  height: 43px;
  transform: translateY(-50%);
  border-right: 1px dashed #907066;
}

.gifu .f_nav ul li:last-child a::after {
  display: none;
}

.gifu .corona_notes {
  text-align: center;
  padding: 15px;
  border: 1px dashed #c9c9c9;
  border-radius: 15px;
  color: #666;
  font-size: 14px;
  margin-top: 35px;
  margin-bottom: 30px;
}

.gifu .about {
  text-align: center;
  margin-top: 100px;
  margin-bottom: 40px;
}

.gifu .about a {
  text-decoration: underline !important;
}

.gifu .movie {
  margin-bottom: 100px;
}

.gifu .movie h2 {
  margin-bottom: 30px;
}

.gifu .movie p {
  text-align: center;
  margin-bottom: 60px;
}

.gifu .movie .content_wrap {
  display: flex;
  justify-content: space-between;
}

.gifu .movie .content_wrap .movie_wrap {
  width: 485px;
}

.gifu .tb_content {
  justify-content: space-between;
  margin-bottom: 15px;
}

.gifu .tb_content.on {
  display: flex;
}

.gifu .tb_content {
  display: none;
}

.gifu .tb_content .text {
  width: 410px;
}

.gifu .tb_content .text p span {
  font-size: 14px;
}

.gifu .thumbnail_wrap ul {
  display: flex;
  justify-content: space-between;
}

.gifu .thumbnail_wrap ul li a .thumbnail {
  position: relative;
}

.gifu .thumbnail_wrap ul li a.on .thumbnail::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border: 4px solid #ff5842;
  box-sizing: border-box;
}

.gifu .thumbnail_wrap ul li a p {
  margin-top: 10px;
  font-size: 12px;
}

.gifu .coupon {
  margin-top: 100px;
  padding-top: 60px;
  padding-bottom: 125px;
}

.gifu .coupon .trip_search h3 {
  margin-bottom: 30px;
}

.gifu .coupon .trip_search ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 37px;
}

.gifu .coupon .trip_search ul li {
  margin-right: 23px;
  margin-bottom: 23px;
}

.gifu .coupon .trip_search ul li:nth-child(3n),
.gifu .coupon .trip_search ul li:last-child {
  margin-right: 0;
}

.gifu .coupon .trip_search .btn_coupon {
  text-align: center;
  margin-bottom: 35px;
}

.gifu .coupon .trip_search p.notes {
  font-size: 14px;
  margin-left: auto;
  margin-right: auto;
  width: 800px;
  margin-bottom: 80px;
}

.gifu .coupon .trip_search p.notes a {
  text-decoration: underline !important;
}

.gifu .coupon .trip_search p.notes a:hover {
  text-decoration: none !important;
}

.search_box_wrap h2 {
  text-align: center;
  margin-bottom: 40px;
}

.column1 #search-box {
  padding: 30px 41px;
  border: none;
  border-radius: 15px;
}

.gifu .access {
  margin-top: 80px;
}

.gifu .access h2 {
  margin-bottom: 28px;
}

.gifu .access h2 img {
  padding-right: 45px;
}

.gifu .access .gmap_wrap {
  margin-bottom: 30px;
}

.gifu .access .gmap_wrap iframe {
  width: 100%;
  height: 410px;
}

.gifu .access .imgmap_wrap {
  text-align: center;
}

.gifu .access .imgmap_wrap span {
  display: block;
  margin-bottom: 20px;
}

.gifu .summary {
  margin: 140px auto 50px;
}

.gifu .summary a {
  color: #1370c6 !important;
  text-decoration: underline !important;
}

.gifu .summary a:hover {
  text-decoration: none !important;
}

.gifu .summary table {
  width: 100%;
  color: #333;
  border-bottom: 1px solid #b2b99f;
  border-collapse: collapse;
  border-spacing: 0;
}

.gifu .summary table th {
  text-align: center;
  background: #f3f7e8;
  padding: 30px 45px;
}

.gifu .summary table td {
  padding: 30px 30px 30px 50px;
}

.gifu .summary table th,
.gifu .summary table td {
  border-top: 1px solid #b2b99f;
}

/*--------------------------
reservation
--------------------------*/
.reservation_title + .page_h2 {
  font-size: 0;
  text-indent: 9999px;
  overflow: hidden;
  background: none;
  padding: 0;
  margin: 0;
}

.reservation_title {
  text-align: center;
  padding-bottom: 2.5em;
}

.reservation #search-box {
  border: none;
}

@keyframes mv_slide1 {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 0;
  }
  25% {
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes mv_slide2 {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 0;
  }
  35% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  75% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes mv_slide3 {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  60% {
    opacity: 0;
  }
  75% {
    opacity: 1;
  }
  85% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.slick-slide {
  text-align: center;
  color: #419be0;
  background: white;
}

.gifu .winter {
  background: url("../image/202011/bg_season.png") center top 27px repeat-x;
  padding-bottom: 62px;
}

.gifu .winter h2 {
  margin-bottom: 14px;
}

.gifu .winter .content {
  width: 1000px;
  margin: 0 auto 50px;
  position: relative;
}

.gifu .winter .content h3 {
  font-size: 22px;
  color: #1a6787;
  font-weight: bold;
  margin-bottom: 20px;
  text-align: left;
  line-height: 1.3;
}

.gifu .winter .content .btn_more {
  text-align: center;
  margin-top: 15px;
}

.gifu .winter .content1 .text, .gifu .winter .content3 .text {
  position: absolute;
  width: 458px;
  top: 36px;
  right: 0;
}

.gifu .winter .content2, .gifu .winter .content4 {
  display: flex;
  justify-content: space-between;
}

.gifu .winter .content2 .img_wrap, .gifu .winter .content4 .img_wrap {
  order: 2;
}

.gifu .onsen {
  background: url("../image/202011/bg_onsen.jpg") center top no-repeat;
  padding-top: 24px;
}

.gifu .onsen .content {
  margin-top: 39px;
}

.gifu .onsen .content .img_wrap {
  margin-bottom: 23px;
}

.gifu .onsen .content .text {
  display: flex;
  justify-content: space-between;
}

.gifu .onsen .content .text .spot {
  flex: 1 0 0%;
}

.gifu .onsen .content .text .spot .catch {
  margin-bottom: 20px;
}

.gifu .onsen .content .text .spot h4 {
  font-weight: bold;
  color: #f45b5b;
  margin-bottom: 20px;
}

.gifu .onsen .content .text .ph {
  padding-top: 45px;
}

.gifu .onsen .content .text .attention {
  margin-top: 1em;
  font-size: 14px;
}

.gifu .onsen .content1 .ph, .gifu .onsen .content3 .ph {
  margin-left: 40px;
}

.gifu .onsen .content2 .ph, .gifu .onsen .content4 .ph {
  margin-right: 40px;
  order: -1;
}

.gifu .gourmet {
  background: url("../image/202011/bg_gourmet.png") center top 34px repeat-x;
}

.gifu .gourmet h2 {
  margin-bottom: 43px;
}

.gifu .gourmet .corona_notes {
  margin-top: 125px;
}

.gifu .gourmet .swiper-wrapper .swiper-slide {
  width: 730px !important;
  border-radius: 30px;
  background: #fff;
  height: 575px;
}

.gifu .gourmet .swiper-wrapper .swiper-slide img {
  width: 100%;
  border-radius: 30px 30px 0 0;
}

.gifu .gourmet .swiper-wrapper .swiper-slide .txt {
  padding: 20px 34px;
}

.gifu .gourmet .swiper-wrapper .swiper-slide .txt h3 {
  text-align: left;
  font-weight: bold;
  color: #874c1b;
  font-size: 24px;
  margin-bottom: 10px;
}

.gifu .gourmet .swiper-button-next {
  left: calc(50% + 376px);
  background: url("../image/202011/icon_next.svg");
  width: 48px;
  height: 48px;
}

.gifu .gourmet .swiper-button-prev {
  right: calc(50% + 376px);
  left: auto;
  background: url("../image/202011/icon_prev.svg");
  width: 48px;
  height: 48px;
}

.gifu .coupon_taisyo {
  width: 1000px;
  margin: 138px auto 0;
}

.gifu .coupon_taisyo .coupon {
  margin: 0;
  padding-bottom: 40px;
}

.gifu .coupon_taisyo .kikan {
  border: solid #32738f;
  border-width: 1px 0;
  text-align: center;
  width: 865px;
  margin: 30px auto 20px;
  padding: 10px 0;
}

.gifu .coupon_taisyo .notes {
  width: 883px;
  margin: auto;
  font-size: 14px;
}

.gifu .coupon_taisyo .notes a {
  text-decoration: underline !important;
}

.gifu .coupon_taisyo dl {
  position: relative;
  height: 250px;
}

.gifu .coupon_taisyo dl dt {
  height: 43px;
}

.gifu .coupon_taisyo dl dt:nth-of-type(1) {
  width: 312px;
}

.gifu .coupon_taisyo dl dt:nth-of-type(2) {
  position: absolute;
  right: 0;
  top: 0;
}

.gifu .coupon_taisyo dl dd {
  width: 312px;
}

.gifu .coupon_taisyo dl dd:nth-of-type(2) {
  position: absolute;
  top: 43px;
  left: 344px;
}

.gifu .coupon_taisyo dl dd:nth-of-type(3) {
  position: absolute;
  top: 43px;
  right: 0;
}

.gifu .coupon_taisyo .btn {
  text-align: center;
}

#contentsArea .jdsColorBoxHtml {
  font-size: 16px !important;
  color: #513824 !important;
  font-weight: bold !important;
}

.tableholder table tr:last-child th {
  font-size: 13px !important;
}

#cboxClose {
  background: url(https://img.travel.rakuten.co.jp/movement/kochi/202002/images/close.jpg) top right no-repeat !important;
  width: 25px !important;
  height: 25px !important;
}

.inline_content1 {
  list-style: none !important;
}

.bussanten {
  background: #f3f7e8;
  padding: 63px 0;
}
.bussanten .inner {
  width: 815px;
}
.bussanten .inner h2 {
  margin-bottom: 20px;
}
.bussanten .inner p {
  margin-bottom: 1em;
}
.bussanten .inner p.coupon {
  width: 657px;
  margin: 1em auto 34px;
  padding: 10px 0;
  border: solid;
  border-width: 1px 0;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
}
.bussanten .inner p.btn {
  text-align: center;
}
