@charset "UTF-8";
/*-------------------------------
	TOPと共通
-------------------------------*/
.pc_block {
  display: block;
}

.sp_block {
  display: none;
}

#wrapper {
  background: url(/domestic/area/kyushu/local_tabishite_kyushu/images/read_bk_pc.png) repeat-x left 660px;
  	/*overflow-y: auto;
      height: 100%;*/
	overflow-y: hidden;
}

#wrap-contents {
  position: relative;
  z-index: 2;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
  height: 100%;
  width: 100%;
}

#wrap-container {
  width: 100%;
  padding-bottom: 0;
}

.res-wrap-contents {
  background: none;
}

.res-inner-contents {
  padding-top: 0;
}

.logo {
  position: absolute;
  left: 30px;
  top: 25px;
  z-index: 100;
}
.note{
  text-align: right;
}

#main-visual {
  /*background: url(/domestic/area/kyushu/local_tabishite_kyushu/images/main-bg_180905.jpg) no-repeat 50% 0;*/
  /*background-size: cover;*/
  max-height: 660px;
  background-position: bottom;
  position: relative;
  overflow: hidden;
  background-color: #fff;
  background: url(/domestic/area/kyushu/local_tabishite_kyushu/images/main-bg_191217.jpg) center bottom no-repeat;
  background-size: cover;
  height:660px;
}
#main-visual .slick-box.sp {
  display: none;
}
#main-visual .box {
  max-height: 660px;
  position: relative;
}
#main-visual .box img {
  width: 100%;
}
#main-visual .box .cap {
  position: absolute;
  bottom: calc(10 / 660 * 100%);
  right: 10px;
  color: #fff;
  font-size: 15px;
  text-shadow: 0px 0px 6px #000000, 0px 0px 8px #000000, 0px 0px 10px #000000;
}
#main-visual h1 .main-title {
  display: block;
  /*padding: 118px 0 0;*/
  max-width: 730px;
  width: 100%;
  margin: 0 auto;
  position: absolute;
  top: 20%;
  left: 0;
  right: 0;
  z-index: 100;
}
#main-visual .main-title {
  text-align: center;
}
#main-visual .caption-container{
  position: absolute;
  bottom: 5px;
  right: 0;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  box-sizing: border-box;
  padding: 0 10px;
}
#main-visual .caption{
  color: #ffffff;
  text-shadow:
    #000000 1px 0px 1px, #000000 -1px 0px 1px,
    #000000 0px -1px 1px, #000000 -1px 0px 1px,
    #000000 1px 1px 1px, #000000 -1px 1px 1px,
    #000000 1px -1px 1px, #000000 -1px -1px 1px,
    #000000 1px 1px 1px, #000000 -1px 1px 1px;
  font-size: 15px;
}


@media (max-width: 1024px) {
  .pc_block,
  .coming-soon {
    display: none;
  }

  .sp_block {
    display: block;
  }

  img {
    width: 100%;
  }

  .logo {
    top: 16px;
    width: 90%;
    left: 0;
    right: 0;
    margin: auto;
  }

  #main-visual {
    background: url(/domestic/area/kyushu/local_tabishite_kyushu/images/main-bg_sp_191217.jpg) center bottom no-repeat;
	  background-size: cover;
    height: 375px;
  }
  #main-visual .slick-box.pc {
    display: none;
  }
  #main-visual .slick-box.sp {
    display: block;
  }
  #main-visual .box .cap {
    bottom: 5px;
    bottom: 5px;
    right: 5px;
    font-size: 10px;
  }
  #main-visual h1 .main-title {
    width: 460px;
    padding: 0;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  #main-visual .caption-container{
    text-align: right;
  }
  #main-visual .caption{
    font-size: 2vw;
    line-height: 1.4;
  }
}
@media (max-width: 868px) {
  #main-visual .caption{
    font-size: 2.2vw;
  }
}
@media (max-width: 568px) {
  #main-visual .caption{
    width: 100%;
    font-size: 2.5vw;
  }
}
@media (max-width: 414px) {
  #main-visual .caption{
    font-size: 3vw;
  }
}

.limit_campain {
  text-align:center;
  margin-bottom: 100px;
  font-size: 150%;
}
.limit_campain_link_container {
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
}
.limit_campain a {
  color: #000000;
}
.limit_campain a:hover {
  color: #00a0e9;
}
.limit_campain br{
  display:none;
}





.read {
  position: relative;
  z-index: 1;
  /*&::after{
  	content: "";
  	display: block;
  	width: 100%;
  	height: calc(10 / 1600 * 100%);
  	background-color: #fff;
  	position: absolute;
  	bottom: 0;
  	left: 0;
  }*/
}
.read .inner {
  max-width: 1440px;
  margin: 0 auto;
}
.read .inner .inner_block {
  /*max-width: 1140px;*/
  margin: 0 auto;
  position: relative;
  z-index: 3;
  padding: calc(54 / 1600 * 100%) 124px calc(200 / 1600 * 100%) 177px;
}
.read .inner .inner_block .ttl {
  /*width: calc(378 / 1140 * 100%);*/
}
.read .inner .inner_block .text {
  padding-top: calc(44 / 1140 * 100%);
}
.read .inner .clipKyushu span::after {
  content: "";
  background: url(/domestic/area/kyushu/local_tabishite_kyushu/images/sec01_arrow_img.png) repeat-y left center;
}
.read .inner .clipKyushu img {
  display: block;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  /*width: 100%;*/
}
.read .inner .clipKyushu img.sp_block {
  display: none;
}

/*.bk-area{
	max-width: 1600px;
	margin: 0 auto;
}
.bgJapan{
	position: fixed;
    top: 0;
    right: calc(200 / 1600 * 100%) ;
    margin: 0 auto;
    text-align: center;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden;
    opacity: 1;
}*/
.bk-area {
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

.bgJapan {
  position: absolute;
  top: 0;
  right: 3%;
  margin: 0 auto;
  text-align: center;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  opacity: 1;
}

#main_contents {
  background-color: #fff;
  padding-bottom: calc(88 / 1440 * 100%);
}

#main_contents_inner {
  max-width: 1080px;
  margin: 0 auto;
}

.sec {
  position: relative;
  z-index: 1;
}
.sec h2 {
  width: 344px;
  margin: 0 auto;
}
.sec .cassette-ul {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}
.sec .cassette-ul li .img-box {
  position: relative;
}
.sec .cassette-ul li .img-box::after {
  background: url(/domestic/area/kyushu/local_tabishite_kyushu/images/blue-bg.png);
  content: "";
  position: absolute;
  opacity: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.sec .cassette-ul li > a:hover .img-box::after {
  opacity: 1;
}

.limit_campain_link * {
  display: block;
  width: 100%;
  height: 100%;
}

.sec.sec01 {
  margin: 0;
}
.sec.sec01 .column {
  padding: 60px 0 0;
}

.sec.sec01 .cst_container{
  justify-content: space-between;
  width: calc( 100% + 20px );
  margin-left: -20px;
  margin-top: -50px;
}
.sec .cassette-ul .cst{
  width: 50%;
  margin-top: 55px;
  padding-left: 20px;
}

.sec.sec01 .cassette-ul li a {
  text-decoration: none;
}
.sec.sec01 .cassette-ul li a:hover .text-box h3 {
  color: #00a0e9;
}
.sec.sec01 .cassette-ul li a:hover .arrow {
  color: #00a0e9;
  background: url(/domestic/area/kyushu/local_tabishite_kyushu/images/sec01_arrow_img02.png) no-repeat left center;
  background-size: calc(48 / 530 * 100%);
}
.sec.sec01 .cassette-ul li.cst .arrow {
  background: url(/domestic/area/kyushu/local_tabishite_kyushu/images/sec01_arrow_img.png) no-repeat left center;
  background-size: calc(48 / 530 * 100%);
  padding-left: calc(70 / 530 * 100%);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-size: 13px;
}
.sec.sec01 .cassette-ul li .text-box {
  position: relative;
  background: url(/domestic/area/kyushu/local_tabishite_kyushu/images/sec01-line.png) repeat-y;
  background-position: 13%;
  color: #000000;
  margin-top: 23px;
}
.sec.sec01 .cassette-ul li .text-box::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  height: 30px;
}
.sec.sec01 .cassette-ul li .text-box h3 {
  font-size: 24px;
  padding: 17px 0 18px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.sec.sec01 .cassette-ul li .text-box h3 span {
  background: linear-gradient(transparent 40%, #ffff00 0%) repeat scroll 0 0;
  font-weight: bold;
}
.sec.sec01 .cassette-ul li .text-box {
  position: relative;
  padding-left: 90px;
}
.sec.sec01 .cassette-ul .cst01 .text-box::before {
  background: url(/domestic/area/kyushu/local_tabishite_kyushu/images/number_img01.png) no-repeat left top;
  width: 50px;
}
.sec.sec01 .cassette-ul .cst02 .text-box::before {
  background: url(/domestic/area/kyushu/local_tabishite_kyushu/images/number_img02.png) no-repeat left top;
  width: 58px;
}
.sec.sec01 .cassette-ul .cst03 .text-box::before {
  background: url(/domestic/area/kyushu/local_tabishite_kyushu/images/number_img03.png) no-repeat left top;
  width: 58px;
}
.sec.sec01 .cassette-ul li .list {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}
.sec.sec01 .cassette-ul li .list li {
  width: auto;
  margin-right: 20px;
}
.sec.sec01 .cassette-ul li .list .new {
  width: 100%;
}
.sec.sec01 .cassette-ul li .list li .border{
  padding-bottom: 2px;
}
.sec.sec01 .cassette-ul li .list li.nagasaki .border{
  border-bottom: 3px solid #00b7ee;
}
.sec.sec01 .cassette-ul li .list li.saga .border{
  border-bottom: 3px solid #93bc06;
}
.sec.sec01 .cassette-ul li .list li.kagoshima .border{
  border-bottom: 3px solid #c95dca;
}
.sec.sec01 .text-box .icon{
  position: relative;
  top: 1px;
  display: inline-block;
  width: 64px;
  margin-left: 16px;
}
/* safari */
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  _::-webkit-full-page-media, _:future, :root .sec.sec01 .cassette-ul li .list li .border {
    padding-bottom: 5px;
  }
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  _::-webkit-full-page-media, _:future, :root .sec.sec01 .text-box .icon {
    top: 2px;
  }
}
/* IE11 */
_:-ms-lang(x)::-ms-backdrop, .sec.sec01 .cassette-ul li .list li .border {
  padding-bottom: 0;
}
_:-ms-lang(x)::-ms-backdrop, .sec.sec01 .text-box .icon {
  top: 10px;
}
.sec.sec01 .text-box .icon img{
  width: 100%;
}
@media (max-width: 1366px){
  .sec.sec01 .cassette-ul li .list li .border{
    padding-bottom: 4px;
  }
}
@media (max-width: 1024px){
  .sec.sec01 .text-box .icon{
    top: 0;
    width: 50px;
    margin-left: calc(20 / 750 * 100%);
  }
}


.sec.sec04 {
  position: relative;
  padding-top: 95px;
}
.sec.sec04 .content-logo{
  position: absolute;
  top: 136px;
  right: 220px;
}
.sec.sec04 .inner-block {
  margin: 60px 0 0 0;
}
.sec.sec04 .cassette-ul .try {
  position: relative;
  background: url(/domestic/area/kyushu/local_tabishite_kyushu/images/sec04_bk.jpg) repeat left top;
  margin-bottom:30px;
}
.sec.sec04 .cassette-ul li .area {
  background: #0099ff;
  color:#ffffff;
  display:inline-block;
  padding:0px 10px;
  margin:15px 0 5px 0;
}
.sec.sec04 .cassette-ul li .text_area {
	padding:0 12px 15px 12px;
	overflow:hidden;
	color:#000000;
}
.sec.sec04 .cassette-ul li .text_area .text01 {
	font-size:110%;
	font-weight:bold;
}
.sec.sec04 .cassette-ul li .text_area .text02 {
	text-decoration:none;
	padding:12px 10px 0 0;
	float:left;
	display:inline-block;
}
.sec.sec04 .cassette-ul li .text_area .text03 {
	font-size:130%;
	padding-top:0px;
	float:left;
	display:inline-block;
}
.sec.sec04 .cassette-ul li .text_area .text03 span{
	color:#cc0000;
	font-size:170%;
	font-weight:bold;
	padding-right:5px;
}
.sec.sec04 .cassette-ul {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.sec.sec04 .cassette-ul > li {
  width: calc(330 / 1080 * 100%);
  margin-right: calc(44 / 1080 * 100%);
}
.sec.sec04 .cassette-ul > li:nth-child(3n) {
  margin-right: 0;
}
.sec.sec04 .cassette-ul a:hover .text_area {
  color: #00a0e9;
}
.sec.sec04 .note{
  margin-top: 10px;
}
.sec.sec04 .try .note{
  position: absolute;
  right: 0;
  bottom: -18px;
  font-size: 11px;
}


.sec.sec02 {
  padding-top: 95px;
}
.sec.sec02 .tag-link-area {
  margin: 30px 0;
  display: -webkit-flex;
  display: flex;
  background: url(/domestic/area/kyushu/local_tabishite_kyushu/images/tag_bk_img.png) repeat-x left top;
  padding: calc(26 / 1080 * 100%) calc(27 / 1080 * 100%);
  width: 100%;
}
.sec.sec02 .tag-link-area p {
  padding-right: calc(36 / 1080 * 100%);
  font-weight: bold;
}
.sec.sec02 .tag-link-area .link {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.sec.sec02 .tag-link-area .link li {
  color: #00a0e9;
  text-decoration: underline;
  padding-right: 36px;
  background: url(/domestic/area/kyushu/local_tabishite_kyushu/images/tag_icon.png) no-repeat left center;
  background-size: 17px;
  padding-left: 21px;
}
.sec.sec02 .tag-link-area .link li:hover {
  opacity: 0.7;
  cursor: pointer;
}
.sec.sec02 .cassette-ul {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.sec.sec02 .cassette-ul > li {
  width: calc(330 / 1080 * 100%);
  margin-right: calc(44 / 1080 * 100%);
}
.sec.sec02 .cassette-ul > li:nth-child(3n) {
  margin-right: 0;
}
.sec.sec02 .cassette-ul > li.show {
  margin-right: calc(44 / 1080 * 100%);
}
.sec.sec02 .cassette-ul li {
  margin-top: 50px;
}
.sec.sec02 .cassette-ul li .img-box {
  position: relative;
}
.sec.sec02 .cassette-ul li .img-box .icon {
  position: absolute;
  top: -46px;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 2;
}
.img-box .caption {
  position: absolute;
  bottom: 35px;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 2;
  color: #ffffff;
  font-size: 20px;
  font-weight: bold;
  text-shadow: black 1px 1px 2px, black -1px 1px 2px, black 1px -1px 2px, black -1px -1px 2px
}
.sec.sec02 .cassette-ul li .img-box .tag {
  position: absolute;
  bottom: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  z-index: 2;
}
.sec.sec02 .cassette-ul li .img-box .tag li {
  background-color: #ffff00;
  color: #00a0e9;
  font-size: 14px;
  padding: 6px 10px 3px 30px;
  background: #ffff00 url(/domestic/area/kyushu/local_tabishite_kyushu/images/tag_icon.png) no-repeat left center;
  background-size: 17px;
  background-position: 9px;
  margin: 0;
}
.sec.sec02 .cassette-ul li .text {
  font-size: 16px;
  padding: calc(15 / 330 * 100%) calc(22 / 330 * 100%) calc(20 / 330 * 100%) calc(12 / 330 * 100%);
  text-decoration: underline;
  background: url(/domestic/area/kyushu/local_tabishite_kyushu/images/cassette_bk.png) repeat-y left bottom;
  font-weight: bold;
  color: #000000;
  min-height: 80px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
/*リンク2個パターン*/
.sec.sec02 .cassette-ul li .double {
	display: table;
}
.sec.sec02 .cassette-ul li .double .text {
	display: table-cell;
    text-align: center;
	box-sizing: border-box;
	width: 50%;
}
.sec.sec02 .cassette-ul li .double .text a{
	font-weight: bold;
    color: #000000;
	font-size: 16px;
}
.sec.sec02 .cassette-ul li .double .text a:hover{
    color: #00a0e9;
-webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.sec.sec02 .cassette-ul a:hover .text {
  color: #00a0e9;
}
.sec.other {
  padding-top: calc(86 / 1080 * 100%);
}
.sec.other .bnr {
  text-align: center;
  margin: calc(60 / 1080 * 100%) 0 calc(68 / 1080 * 100%);
}
.sec.other .cassette-ul {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.sec.other .cassette-ul li {
  width: calc(267 / 1080 * 100%);
  margin-right: calc(4 / 1080 * 100%);
  margin-top: 4px;
}
.sec.other .cassette-ul li:nth-child(4n) {
  margin-right: 0;
}

#foot-area {
  background: url(/domestic/area/kyushu/local_tabishite_kyushu/images/foot_bk.png) repeat left bottom;
  position: relative;
}
#foot-area .inner-block {
  padding: calc(86 / 1440 * 100%) 0 calc(114 / 1440 * 100%);
  text-align: center;
}
#foot-area .share-box {
  width: 94px;
  margin: auto;
}
#foot-area .share-box a {
  background-repeat: no-repeat;
  display: inline-block;
  text-indent: -9999px;
  width: 36px;
  height: 36px;
}
#foot-area .share-box .facebook {
  background-image: url(/domestic/area/kyushu/local_tabishite_kyushu/images/sns-btn-fb_180905.png);
}
#foot-area .share-box .twitter {
  background-image: url(/domestic/area/kyushu/local_tabishite_kyushu/images/sns-btn-tw_180905.png);
  margin-right: 10px;
}
#foot-area .footer-logo {
  padding-top: calc(34 / 1440 * 100%);
}

.head-area {
  text-align: center;
  padding: 23px 0 60px;
}
.head-area img {
  width: 196px;
}

/*-------------------------------
	世界遺産
-------------------------------*/
.logo.kyusyu {
  width: 315px;
}

.column_kyusyu .mv-area {
  margin-bottom: calc(48 / 1080 * 100%);
  position: relative;
}
.column_kyusyu .mv-area .heading-text {
  position: relative;
  background: url(/domestic/area/kyushu/local_tabishite_kyushu/images/sec01-line.png) repeat-y;
  background-position: 65px;
  margin-top: 0;
  padding-left: 117px;
  padding-bottom: 38px;
}
.column_kyusyu .mv-area .heading-text::before {
  position: absolute;
  content: "";
  left: 0;
  top: 14px;
}
.column_kyusyu .mv-area .heading-text span {
  background: linear-gradient(transparent 40%, #ffff00 0%) repeat scroll 0 0;
  font-weight: bold;
  font-size: 42px;
}
.column_kyusyu .mv-area figure {
  position: relative;
}
.column_kyusyu .mv-area figure .cap {
  position: absolute;
  bottom: 7px;
  right: 12px;
  font-size: 15px;
  color: #fff;
  text-shadow: 0px 0px 5px #000000;
}
.column_kyusyu .mv-area .list {
  display: -webkit-flex;
  display: flex;
  position: absolute;
  top: 0;
  right: 0;
}
.column_kyusyu .mv-area .list li {
  font-size: 18px;
}
.column_kyusyu .mv-area .list li:nth-child(n + 2) {
  margin-left: 17px;
}
.column_kyusyu .mv-area .list li.nagasaki {
  border-bottom: 3px solid #00a0e9;
}
.column_kyusyu .mv-area .list li.saga {
  border-bottom: 3px solid #93bc06;
}
.column_kyusyu .mv-area .list li.kagoshima {
  border-bottom: 3px solid #ac6100;
}
.column_kyusyu.christian .mv-area .heading-text::before {
  background: url(/domestic/area/kyushu/local_tabishite_kyushu/images/number_img01.png) no-repeat left top;
  width: 43px;
  height: 27px;
  background-size: 100%;
}
.column_kyusyu.industrial .mv-area .heading-text::before {
  background: url(/domestic/area/kyushu/local_tabishite_kyushu/images/number_img02.png) no-repeat left top;
  width: 50px;
  height: 27px;
  background-size: 100%;
}
.column_kyusyu.ikitsushima .mv-area .heading-text::before {
  background: url(/domestic/theme/tabishite_kyushu/image/number_img03.png) no-repeat left top;
  width: 50px;
  height: 27px;
  background-size: 100%;
}
.column_kyusyu .column-area {
  width: calc(900 / 1080 * 100%);
  margin: 0 auto;
}
.column_kyusyu .column-box:nth-child(n + 2) {
  margin-top: 23px;
}
.column_kyusyu .column-box .ttl-img {
  text-align: center;
  margin-bottom: 30px;
}
.column_kyusyu .column-box .column-inner {
  font-size: 16px;
}
.column_kyusyu .column-box .column-inner .txt-area {
  margin-bottom: 20px;
}
.column_kyusyu .column-box .column-inner .txt-area p {
  line-height: 2;
}
.column_kyusyu .column-box .column-inner .fieldInfo {
  border-top: 1px #000000 dashed;
  padding-top: calc(23 / 1080 * 100%);
}
.column_kyusyu .column-box .column-inner .fieldInfo dl::after {
  content: "";
  clear: both;
  display: block;
}
.column_kyusyu .column-box .column-inner .fieldInfo dl:nth-child(n + 2) {
  margin-top: 15px;
}
.column_kyusyu .column-box .column-inner .fieldInfo dl dt {
  min-width: 90px;
  float: left;
  color: #fff;
  background-color: #061220;
  padding: 8px 5px 6px;
  font-weight: bold;
  position: relative;
  text-align: center;
  line-height: 1;
}
.column_kyusyu .column-box .column-inner .fieldInfo dl dt::after {
  position: absolute;
  content: "";
  border: 15px solid transparent;
  border-left: 10px solid #061220;
  right: -25px;
  top: 0;
  box-sizing: border-box;
}
.column_kyusyu .column-box .column-inner .fieldInfo dl dd {
  max-width: 787px;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  padding-left: 22px;
  padding-top: 4px;
}
.column_kyusyu .column-box .column-inner figure {
  margin-top: 20px;
}
.column_kyusyu .column-box .column-inner figure figcaption {
  text-align: right;
  font-size: 15px;
  margin-top: 4px;
}
.column_kyusyu .back-btn {
  background-color: #eeeeee;
  width: 240px;
  display: block;
  text-align: center;
  padding: 20px 0;
  margin: 36px auto 0;
}
.column_kyusyu .back-btn span {
  background: url(/domestic/area/kyushu/local_tabishite_kyushu/images/arrow-back.png) no-repeat left center;
  background-size: 48px;
  padding-left: 57px;
  color: #000000;
}
.column_kyusyu .read-area {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
  max-width: 900px;
  margin: 0 auto 22px;
}
.column_kyusyu .read-area .text-box {
  max-width: 448px;
}
.column_kyusyu .read-area .text-box .ttl {
  font-weight: bold;
  font-size: 20px;
  padding-bottom: 10px;
}
.column_kyusyu .read-area .text-box .text {
  line-height: 2.3;
  font-size: 16px;
}
.column_kyusyu .read-area .img-box {
  max-width: 358px;
  padding-right: 28px;
}
.column_kyusyu .area {
  margin-top: 60px;
}
.column_kyusyu .area .ttl {
  font-weight: bold;
  font-size: 20px;
}
.column_kyusyu .area .inner {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  background-color: #f5ede2;
  padding: 20px 30px 0;
  font-size: 15px;
}
.column_kyusyu .area .inner .area-ttl {
  font-weight: bold;
}
.column_kyusyu .area .inner .block {
  padding-bottom: 24px;
}
.column_kyusyu .area .inner .block li {
  padding-left: 1em;
  text-indent: -0.5em;
  font-weight: 500;
}
.column_kyusyu .area .inner .block li::before {
  position: relative;
  top: -2px;
  left: -0.5em;
  display: inline-block;
  width: 3px;
  height: 3px;
  content: "";
  border-radius: 100%;
  background-color: #000000;
}
.column_kyusyu .area .inner .cel-item.left {
  padding-right: 55px;
}
.column_kyusyu .area .inner .cel-item.right {
  border-left: 1px solid #fff;
  padding-left: 30px;
}

/*-------------------------------
	対馬・壱岐
-------------------------------*/
.ikitsushima .column-area {
  margin-bottom: 50px;
}
.ikitsushima .column-area .column-box01{
  margin-top: 50px;
}

.ikitsushima .column-box .ttl-img{
  margin-left: auto;
  margin-right: auto;
  height: 123px;
}
.ikitsushima .column-box .ttl-img img{
  width: auto;
  height: 100%;
  max-width: initial;
  margin: auto;
}
.ikitsushima  .column-area .llp{
  margin-top: 60px;
}
.ikitsushima .llp .logo-llp{
  width: 86px;
  margin: 0 auto 25px;
}
.ikitsushima  .column-area .llp + .coupon{
  margin-top: 70px;
}
.ikitsushima .coupon img{
  transition: all 0.3s ease-in-out;
}
.ikitsushima .coupon:hover img{
  opacity: 0.7;
}

.mod-type_select.mod-radio-group{
  padding-left: 15px;
}
.contents-1col .module-travel_parts.horizon .mod-type_select li{
  margin-left: 0;
}
.module-travel_parts.horizon .mod-type_select li a{
  padding: 5px 0px;
  font-size: 13px;
  pointer-events: none;
}
.module-travel_parts.horizon .mod-type_select li a:before{
  display: none;
}
#contents .res-contents.module-travel_cover{
  margin-top: 0;
}
.module-travel_parts {
  padding-top: 0 !important;
}
.ikitsushima  .back-btn{
  margin-top: 70px;
}
@media (max-width: 1024px){
  .column_kyusyu.ikitsushima .mv-area .heading-text::before {
    width: 36px;
    height: 19px;
    background-size: 100%;
    top: 7px;
  }
  .column_kyusyu.ikitsushima .column-area{
    margin-top: calc(60 / 750 * 100%);
  }
  .column_kyusyu.ikitsushima .column-area .coupon{
    padding: 0 calc(30 / 750 * 100%);
  }
  .column_kyusyu.ikitsushima .ttl-img{
    height: 24.6vw;
    width: 100%;
  }
  .column_kyusyu.ikitsushima .column-box07 .ttl-img{
    height: 33.06vw;
  }
  .ikitsushima .area {
    margin-top: calc(34 / 750 * 100%);
  }
  .ikitsushima .llp .logo-llp{
    width: calc(135 / 750 * 100%);
  }
  .ikitsushima .column-area .llp + .coupon{
    margin-top: calc(68 / 750 * 100%);
  }
  .module_ttl{
    height: 46px;
    padding: 0 calc(30 / 750 * 100%);
    line-height: 46px;
    font-size: 16px;
  }
  #contents .res-contents.module-travel_cover {
    margin-left: 0;
    margin-right: 0;
    padding: 0 calc(30 / 750 * 100%);
  }
  .ikitsushima  .back-btn{
    margin-top: calc(75 / 750 * 100%);
  }
  .ikitsushima .coupon:hover img{
    opacity: 1;
  }
  .module-travel_parts.horizon .mod-type_select .is-current a{
    background: transparent;
  }
}


/*-------------------------------
	おすすめツアー
-------------------------------*/
a img.icon-blank {
  display: none;
}

.recommended-tour .head-area {
  padding-bottom: 20px;
}
.recommended-tour .ttl-area {
  text-align: center;
  background: url(/domestic/area/kyushu/local_tabishite_kyushu/images/head-area_bg.png) repeat left bottom;
  padding: 33px 0 36px;
}
.recommended-tour .ttl-area h2 {
  font-size: 28px;
}
.recommended-tour .ttl-area h2 span {
  border-bottom: 2px solid #3f3f3f;
  font-weight: bold;
}
.recommended-tour .ttl-area .tag {
  padding-bottom: 12px;
}
.recommended-tour .ttl-area .tag li {
  display: inline-block;
  background-color: #ffff00;
  color: #00a0e9;
  font-size: 14px;
  padding: 6px 10px 3px 30px;
  background: #ffff00 url(/domestic/area/kyushu/local_tabishite_kyushu/images/tag_icon.png) no-repeat left center;
  background-size: 17px;
  background-position: 9px;
}
.recommended-tour .ttl-area .sub {
  text-align: center;
  font-size: 15px;
  font-weight: bold;
  line-height: 1.8;
  padding-top: 20px;
}
.recommended-tour .column-two {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin: 54px 0 0;
}
.recommended-tour .column-two .text-area {
  width: calc(496 / 1080 * 100%);
}
.recommended-tour .column-two .text-area p {
  padding-top: 24px;
  line-height: 1.9;
  font-size: 15px;
}
.recommended-tour .column-two .text-area p:first-child {
  padding-top: 0;
}
.recommended-tour .column-two .img-area {
  width: calc(540 / 1080 * 100%);
}
.recommended-tour .column-two .img-area figure:nth-child(n + 2) {
  margin-top: 20px;
}
.recommended-tour .column-two .img-area .cap {
  position: relative;
}
.recommended-tour .column-two .img-area .cap figcaption {
  position: absolute;
  right: 10px;
  bottom: 3px;
  color: #fff;
  text-shadow: 0px 0px 6px #000000, 0px 0px 8px #000000, 0px 0px 10px #000000;
}
.recommended-tour .column-two a {
  display: inline-block;
}
.recommended-tour .column-two .btn {
  display: block;
  margin-top: 30px;
}
.recommended-tour .column-two .btn a {
  color: #fff;
  text-decoration: none;
  padding: 17px 30px 19px;
  text-align: center;
  display: inline-block;
  font-size: 15px;
  background-color: #0491d1;
}
.recommended-tour .column-two .btn a:hover {
  background-color: #3cbcf7;
}
.recommended-tour .column-two .btn.map_btn {
  margin-top: 10px;
}
.recommended-tour .column-two .btn.map_btn a {
  padding: 12px 24px 12px 50px;
  background: #0491d1 url(/domestic/area/kyushu/local_tabishite_kyushu/images/modal-icon.png) no-repeat left center;
  background-size: 16px;
  background-position: 25px;
}
.recommended-tour .column-two .btn.map_btn a:hover {
  background: #3cbcf7 url(/domestic/area/kyushu/local_tabishite_kyushu/images/modal-icon.png) no-repeat left center;
  background-size: 16px;
  background-position: 25px;
}
.recommended-tour .column-two .back-btn {
  margin-top: 70px;
}
.recommended-tour .column-two .back-btn a {
  background: url(/domestic/area/kyushu/local_tabishite_kyushu/images/arrow-back.png) no-repeat left center;
  background-size: 48px;
  padding-left: calc(57 / 496 * 100%);
}
.recommended-tour .column-two .list {
  padding: 20px 0 0;
}
.recommended-tour .column-two .list span {
  display: block;
}

.modalWindow {
  display: none;
  position: fixed;
  width: auto;
  max-width: 780px;
  height: auto;
  /*overflow: auto;*/
  top: 6%;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 102;
  background-color: #fff;
  text-align: center;
  /*padding: 25px 10px;*/
  height: 90%;
}
.modalWindow .modalInner {
  overflow: auto;
  height: 100%;
  padding: 30px 0;
}
.modalWindow .close {
  position: absolute;
  top: -37px;
  width: 24px;
  right: 0;
}

.menuOverlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 101;
}

/*@media (max-width: 1024px) and (min-width: 571px){
	#main-visual{
		background: url(/domestic/area/kyushu/local_tabishite_kyushu/images/main-bg_sp.jpg) no-repeat 50% 0;
		background-size: cover;
		height: 660px;
		background-position: bottom;
		h1{
			.main-title{
				display: block;
				padding: 118px 0 0;
				text-align: center;
			}
		}
		.main-title{
			text-align: center;
		}
	}


}*/
@media (max-width: 1024px) {
  #main_contents {
    background-color: #fff;
    padding-bottom: calc(88 / 750 * 100%);
  }
  .read .inner {
    max-width: 100%;
  }
  .read .inner .inner_block {
    width: 100%;
    margin: 0 auto;
    position: relative;
    z-index: 3;
    padding: 6% calc(30 / 750 * 100%) calc(535 / 750 * 100%);
  }
  .read .inner .inner_block .ttl {
    width: 100%;
  }
  .read .inner .inner_block .text {
    width: 100%;
    padding-top: calc(50 / 1140 * 100%);
  }
  .read .inner .clipKyushu span::after {
    content: "";
    background: url(/domestic/area/kyushu/local_tabishite_kyushu/images/sec01_arrow_img.png) repeat-y left center;
  }
  .read .inner .clipKyushu img {
    /*max-width: 1600px;*/
    display: block;
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    margin: auto;
  }
  .read .inner .clipKyushu img.pc_block {
    display: none;
  }
  .read .inner .clipKyushu img.sp_block {
    display: block;
  }

  .sec h2 {
    width: calc(516 / 750 * 100%);
    margin: 0 auto;
  }
  .sec.sec01 {
    margin: 0;
  }
  .sec.sec01 .column {
    padding: calc(74 / 750 * 100%) 0 0;
  }
  /* .sec.sec01 .cassette-ul {
    display: block;
  } */
  .sec.sec01 .cassette-ul li {
    width: 100%;
  }
  .sec.sec01 .cassette-ul li.cst .arrow {
    background-size: calc(96 / 750 * 100%);
    padding-left: calc(118 / 750 * 100%);
    font-size: 11px;
  }
  .sec.sec01 .cassette-ul li.cst:nth-child(2n) {
    margin-top: calc(95 / 750 * 100%);
  }
  .sec.sec01 .cassette-ul li .text-box {
    background-position: calc(126 / 750 * 100%);
    margin: 23px 30px 0;
  }
  .sec.sec01 .cassette-ul li .text-box h3 {
    font-size: 18px;
    padding: 13px 0 10px;
  }
  .sec.sec01 .cassette-ul .cst .text-box {
    padding-left: calc(177 / 750 * 100%);
  }
  .sec.sec01 .cassette-ul li.cst01 .text-box::before {
    width: calc(74 / 750 * 100%);
    background-size: contain;
  }
  .sec.sec01 .cassette-ul li.cst02 .text-box::before,
  .sec.sec01 .cassette-ul li.cst03 .text-box::before {
    width: calc(86 / 750 * 100%);
    background-size: contain;
  }
  .sec.sec01 .cassette-ul li .list li {
    font-size: 11px;
    margin-right: calc(22 / 750 * 100%);
  }
  .limit_campain {
    font-size: 120%;
    margin-bottom: 17vw;
  }
  .limit_campain br{
    display:block;
  }
  .limit_campain_link_container{
    padding: 0 calc(30 / 750 * 100%);
    margin-left: -4vw;
    margin-top: 2vw;
    justify-content: center;
  }
  .sec.sec01 .cassette-ul .limit_campain_link{
    width: 50%;
    margin-top: 4vw;
    padding-left: 4vw;
  }


  .img-box .caption {
    font-size: 17px;
  }
  .sec.sec04 {
    padding-top: calc(170 / 750 * 100%);
  }
  .sec.sec04 .content-logo{
    top: 0;
    right: 0;
    width: 12vw;
    padding-right: calc(30 / 750 * 100%);
    padding-top: calc(170 / 750 * 100%);
    box-sizing: content-box;
  }
  .sec.sec04 .content-logo img{
    width: 100%;
  }
  .sec.sec04 h2{
    margin-bottom: 35px;
  }
  .sec.sec04 .inner-block {
    margin: 0;
  }
  .sec.sec04 .tag-link-area {
    display: block;
    margin: calc(47 / 750 * 100%) 0;
    padding: calc(34 / 750 * 100%) calc(24 / 750 * 100%) calc(37 / 750 * 100%);
    width: 100%;
    background-size: contain;
  }
  .sec.sec04 .tag-link-area p {
    padding-right: 0;
    font-size: 12px;
  }
  .sec.sec04 .tag-link-area .link li {
    font-size: 12px;
    margin-top: 15px;
    padding-right: calc(44 / 750 * 100%);
    display: block;
  }
  .sec.sec04 .cassette-ul {
    -webkit-justify-content: space-between;
    justify-content: space-between;
    padding: 0 calc(30 / 750 * 100%);
  }
  .sec.sec04 .cassette-ul > li {
    width: calc(330 / 690 * 100%);
    margin-right: 0;
  }
  .sec.sec04 .cassette-ul > li.show {
    margin-right: 0;
  }
  .sec.sec04 .cassette-ul li .img-box .icon {
    top: calc(-46 / 330 * 100%);
    margin: auto;
    width: calc(72 / 330 * 100%);
  }
  .sec.sec04 .cassette-ul li .img-box .tag li {
    font-size: 11px;
  }
  .sec.sec04 .cassette-ul li .text {
    font-size: 12px;
    padding: calc(19 / 330 * 100%) calc(11 / 330 * 100%) calc(28 / 330 * 100%) calc(20 / 330 * 100%);
  }
	.sec.sec04 .cassette-ul li .double .text a {
		font-size: 12px;
	}
	.sec.sec04 .cassette-ul li .double .text {
		display: block;
		width: 100%;
		text-align: left;
	    min-height: 40px;
	}
	.sec.sec04 .cassette-ul li .area {
	  background: #0099ff;
	  color:#ffffff;
	  display:inline-block;
	  padding:0px 5px;
	  margin:15px 0 5px 0;
	  font-size:70%;
	}
	.sec.sec04 .cassette-ul li .text_area {
		padding:0 10px 15px 10px;
		overflow:hidden;
		color:#000000;
	}
	.sec.sec04 .cassette-ul li .text_area .text01 {
		font-size:70%;
		font-weight:bold;
	}
	.sec.sec04 .cassette-ul li .text_area .text02 {
		font-size:60%;
		text-decoration:none;
		padding:10px 10px 0 0;
	}
	.sec.sec04 .cassette-ul li .text_area .text03 {
		font-size:70%;
		padding-top:0px;
	}
	.sec.sec04 .cassette-ul li .text_area .text03 span{
		color:#cc0000;
		font-size:170%;
		font-weight:bold;
		padding-right:5px;
	}
  .sec.sec04 .note{
    font-size: 70%;
    padding-right: calc(20 / 750 * 100%);
  }
  .sec.sec04 .try .note{
    margin-top: 0;
    padding-right: 0;
    font-size: 60%;
    bottom: -2.5vw;
    line-height: 1.2;
  }

  .sec.sec02 {
    padding-top: calc(170 / 750 * 100%);
  }
  .sec.sec02 .tag-link-area {
    display: block;
    margin: calc(47 / 750 * 100%) 0;
    padding: calc(34 / 750 * 100%) calc(24 / 750 * 100%) calc(37 / 750 * 100%);
    width: 100%;
    background-size: contain;
  }
  .sec.sec02 .tag-link-area p {
    padding-right: 0;
    font-size: 12px;
  }
  .sec.sec02 .tag-link-area .link li {
    font-size: 12px;
    margin-top: 15px;
    padding-right: calc(44 / 750 * 100%);
    display: block;
  }
  .sec.sec02 .cassette-ul {
    -webkit-justify-content: space-between;
    justify-content: space-between;
    padding: 0 calc(30 / 750 * 100%);
  }
  .sec.sec02 .cassette-ul > li {
    width: calc(330 / 690 * 100%);
    margin-right: 0;
  }
  .sec.sec02 .cassette-ul > li.show {
    margin-right: 0;
  }
  .sec.sec02 .cassette-ul li {
    margin-top: 35px;
  }
  .sec.sec02 .cassette-ul li .img-box .icon {
    top: calc(-46 / 330 * 100%);
    margin: auto;
    width: calc(72 / 330 * 100%);
  }
  .sec.sec02 .cassette-ul li .img-box .tag li {
    font-size: 11px;
  }
  .sec.sec02 .cassette-ul li .text {
    font-size: 12px;
    padding: calc(19 / 330 * 100%) calc(11 / 330 * 100%) calc(28 / 330 * 100%) calc(20 / 330 * 100%);
  }
	.sec.sec02 .cassette-ul li .double .text a {
		font-size: 12px;
	}
	.sec.sec02 .cassette-ul li .double .text {
		display: block;
		width: 100%;
		text-align: left;
	    min-height: 40px;
	}
  .sec.other {
    padding-top: calc(127 / 750 * 100%);
  }
  .sec.other .bnr {
    margin: calc(54 / 750 * 100%) 0 calc(50 / 750 * 100%);
  }
  .sec.other .cassette-ul {
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .sec.other .cassette-ul li {
    width: calc(372 / 750 * 100%);
    margin-right: 0;
    margin-top: 3;
  }
  .sec.other .cassette-ul li:nth-child(4n) {
    margin-right: 0;
  }

  #foot-area .inner-block {
    padding: calc(60 / 750 * 100%) calc(30 / 750 * 100%) calc(66 / 750 * 100%);
  }

  .logo.kyusyu {
    top: 12px;
    width: 90%;
  }

  .head-area {
    text-align: center;
    padding: 10% 0 44px;
  }
  .head-area img {
    width: 196px;
  }

  .column_kyusyu .mv-area {
    margin-bottom: calc(58 / 750 * 100%);
  }
  .column_kyusyu .mv-area .heading-text {
    background: url(/domestic/area/kyushu/local_tabishite_kyushu/images/sec01-line.png) no-repeat left top;
    background-size: 4px 26px;
    background-position: calc(128 / 750 * 100%) 3px;
    margin-top: 0;
    padding-left: calc(160 / 750 * 100%);
    padding-right: calc(10 / 750 * 100%);
    padding-bottom: calc(52 / 750 * 100%);
  }
  .column_kyusyu .mv-area .heading-text::before {
    position: absolute;
    content: "";
    left: 0;
    top: 14px;
    left: calc(30 / 750 * 100%);
  }
  .column_kyusyu .mv-area .heading-text span {
    font-size: 21px;
  }
  .column_kyusyu .mv-area figure .cap {
    bottom: 5px;
    right: 5px;
    font-size: 10px;
    color: #fff;
  }
  .column_kyusyu .mv-area .list {
    top: -30px;
    right: calc(30 / 750 * 100%);
    font-size: 12px;
  }
  .column_kyusyu .mv-area .list li:nth-child(n + 2) {
    margin-left: 10px;
  }
  .column_kyusyu.christian .mv-area .heading-text::before {
    width: 31px;
    height: 20px;
    background-size: 31px;
    top: 7px;
  }
  .column_kyusyu.industrial .mv-area .heading-text::before {
    width: 36px;
    height: 19px;
    background-size: 36px;
    top: 7px;
  }
  .column_kyusyu .column-area {
    width: 100%;
    padding: 0;
  }
  .column_kyusyu .column-box:nth-child(n + 2) {
    margin-top: 23px;
  }
  .column_kyusyu .column-box .ttl-img {
    width: 50%;
    margin: 0 auto calc(30 / 750 * 100%);
  }
  .column_kyusyu.ikitsushima .column-box .ttl-img {
    width: auto;
  }
  .column_kyusyu .column-box .column-inner {
    font-size: 12px;
  }
  .column_kyusyu .column-box .column-inner .txt-area {
    margin-bottom: 20px;
    padding: 0 calc(30 / 750 * 100%);
    font-size: 12px;
  }
  .column_kyusyu .column-box .column-inner .fieldInfo {
    border-top: 1px #000000 dashed;
    padding: calc(23 / 750 * 100%) calc(30 / 750 * 100%) 0;
  }
  .column_kyusyu .column-box .column-inner .fieldInfo dl:nth-child(n + 2) {
    margin-top: 15px;
  }
  .column_kyusyu .column-box .column-inner .fieldInfo dl dt {
    float: none;
    min-width: 69px;
    display: inline-block;
  }
  .column_kyusyu .column-box .column-inner .fieldInfo dl dt::after {
    border: 13px solid transparent;
    border-left: 12px solid #061220;
  }
  .column_kyusyu .column-box .column-inner .fieldInfo dl dd {
    padding-left: 0;
  }
  .column_kyusyu .column-box .column-inner figure figcaption {
    font-size: 10px;
    padding-right: 5px;
  }
  .column_kyusyu .back-btn {
    width: calc(360 / 750 * 100%);
    padding: 15px 0;
    margin: 35px auto 0;
  }
  .column_kyusyu .back-btn span {
    background-size: 36px;
    padding-left: 43px;
    font-size: 12px;
  }
  .column_kyusyu .read-area {
    display: block;
    max-width: 100%;
    margin: 0 auto;
    padding: 0 calc(30 / 750 * 100%);
  }
  .column_kyusyu .read-area .text-box {
    max-width: 100%;
  }
  .column_kyusyu .read-area .text-box .ttl {
    font-size: 15px;
    padding-bottom: 10px;
  }
  .column_kyusyu .read-area .text-box .text {
    line-height: 2.3;
    font-size: 12px;
  }
  .column_kyusyu .read-area .img-box {
    max-width: calc(354 / 750 * 100%);
    padding-right: 0;
    margin: calc(34 / 750 * 100%) auto calc(70 / 750 * 100%);
  }
  .column_kyusyu .area {
    margin-top: calc(77 / 750 * 100%);
    padding: 0 calc(30 / 750 * 100%);
  }
  .column_kyusyu .area .ttl {
    font-size: 16px;
  }
  .column_kyusyu .area .inner {
    display: block;
    padding: 16px 15px 8px;
    font-size: 12px;
  }
  .column_kyusyu .area .inner .block {
    padding-bottom: 15px;
  }
  .column_kyusyu .area .inner .cel-item.left {
    padding-right: 0;
  }
  .column_kyusyu .area .inner .cel-item.right {
    border-left: none;
    padding-left: 0;
  }

  /*-------------------------------
  	おすすめツアー
  -------------------------------*/
  .recommended-tour .head-area {
    padding-bottom: 23px;
  }
  .recommended-tour .ttl-area {
    padding: 20px calc(34 / 750 * 100%) 17px;
  }
  .recommended-tour .ttl-area h2 {
    font-size: 22px;
  }
  .recommended-tour .column-two {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
    margin: 54px 0 0;
  }
  .recommended-tour .column-two .text-area {
    width: 100%;
    margin-top: calc(50 / 750 * 100%);
    padding: 0 calc(30 / 750 * 100%);
  }
  .recommended-tour .column-two .text-area p {
    padding-top: calc(50 / 750 * 100%);
    font-size: 12px;
  }
  .recommended-tour .column-two .img-area {
    width: calc(540 / 750 * 100%);
    margin: 0 auto;
  }
  .recommended-tour .column-two a {
    display: inline-block;
  }
  .recommended-tour .column-two .btn {
    display: block;
    margin-top: calc(84 / 750 * 100%);
  }
  .recommended-tour .column-two .btn a {
    padding: 13px 15px 14px;
    font-size: 11px;
  }
  .recommended-tour .column-two .btn.map_btn {
    text-align: center;
  }
  .recommended-tour .column-two .back-btn {
    margin-top: calc(72 / 750 * 100%);
  }
  .recommended-tour .column-two .back-btn a {
    background-size: 48px;
    padding-left: 59px;
    font-size: 12px;
  }

  .modalWindow {
    top: calc(130 / 750 * 100%);
    margin: 0 calc(30 / 750 * 100%);
  }
  .modalWindow .modalInner {
    padding: 19px 20px;
  }
  .modalWindow .modalInner p {
    padding: 0 !important;
  }
  .bgJapan{
      -webkit-backface-visibility: unset;
      backface-visibility: unset;
  }
}
@media (max-width: 568px) {
  .img-box .caption {
    font-size: 3vw;
  }
}
@media (max-width: 480px) {
  .logo {
    top: 26px;
  }

  #main-visual h1 .main-title {
    width: 90%;
  }
  .sec.sec04 .try .note{
    bottom: -5.2vw;
  }
  .sec.sec04 .try .note .l-block{
    display: block;
  }
}
@media (max-width: 440px) {
  .sec.sec04 .try .note{
    bottom: -6.2vw;
  }
}
@media (max-width: 380px) {
  .sec.sec04 .try .note{
    bottom: -7.2vw;
  }
}
@media (max-width: 320px) {
  .sec.sec04 .cassette-ul li .text_area .text02 {
    padding-right: 0;
    white-space: nowrap
  }
  .sec.sec04 .try .note{
    bottom: -8vw;
  }
}
img[src*="dpm.demdex.net"]{
  display: none;
}
