@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700;900&display=swap&subset=japanese');
@import url('https://fonts.googleapis.com/css2?family=Libre+Baskerville:ital,wght@0,400;0,700;1,400&display=swap');
/* CSS Document */
main{
    font-family: "Noto Sans JP", "Yu Gothic", "YuGothic", sans-serif;
    line-height: calc(20 / 14);
}
.heading--title {
    font-weight: bold;
}

.simpleMv--full {
  height: 550px;
}
.simpleMv--full .simpleMv__img {
  height: 550px;
    width: auto;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}
/****マップ****/
#map .section__container {
  overflow: hidden;
}
.map {
  width: 40%;
  float: right;
}
.map_txt {
    width:60%;
    float: left;
  padding-top: 20px;
}

.map_txt p{font-size:1.2em; padding: 0 2em;}
.map_txt img{width: 100%; padding-top: 15px;}
.map img {
  width: 100%;
}
/****フライトスケジュール****/
.flightSchedule tr {
  background: #FFF;
}
/*見どころ*/
.imgContainer__caption {
  font-size: 14px;
}
#seen h5 {
  font-size: 1.5em;
  font-weight: bold;
  text-align: center;
  color: #90268e;
}
#seen p{
  font-size:15px;
}
.imgContainer--full{
  margin-bottom:5px;
}

/*****おすすめリゾート*****/
#section_hotel .heading--title {
  color: #FFF;
}
.col1 {
  background: #FFF;
  padding: 1.3em;
    width:100%;
	box-shadow: 2px 2px 6px 0px #b9b9b9;
}
.col1 .grid-col__link {
  flex-direction: inherit;
}
.col1 .img {
  width: 26%;
}
.col1 .img img {
  width: 100%;
}
.col1 .lx_textBox {
  width: 70%;
  padding-left: 3%;
  display: flex;
  flex-direction: column;
}
.col1 .heading--md {
    border-bottom: 3px double #555;
}
.heading--md span {
  display: inline-block;
  font-weight: normal;
  font-size: 13px;
  padding: 3px 6px;
  background: #0328b7;
  color: #FFF;
}
.heading--md span.imp{
	background: purple;
}
.heading--md span.line{
	background: #00B900;
}
.heading--md span + span{
	margin-left: 5px;
}
.col1 .lx_textBox h6{
    font-size:1.1em;
    font-weight: 600;
    color: #90268e;
}
.col1 .text--smallPrice{
	font-size:1.8em;
}
.tour_box {
  text-align: right;
	padding-top:10px;
}
.text_tour {
  font-size: 1.1em;
  padding-top: 2em;
}
.col1 .text--smallPrice {}
.js-gridCarousel--col1 .gridCarousel__dots {
  padding-top: 16px;
}
.text_tour .imgContainer__tag{
    position: static;
    margin-right: 5px;
}

/****早期予約特典****/
#ap_point h2 span.ap_tok {
  position: relative;
  display: inline-block;
  padding: 0 45px;
　margin-bottom: 0px;
}
h2 span.ap_tok:before {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 44px;
  height: 2px;
  background-color: black;
  -webkit-transform: rotate(0);
  transform: rotate(60deg);
}
h2 span.ap_tok:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 44px;
  height: 2px;
  background-color: black;
  -webkit-transform: rotate(-60deg);
  transform: rotate(-60deg);
}
h2 span.ap_tok:before {
  left:0;
}
h2 span.ap_tok:after {
  right: 0;
}
#ap_point .section__container .grid-row>div{
   /* background: #FFF;
    border-radius: 6px;
    padding: 10px;
    margin-bottom: 10px;
    margin-right:10px;*/
    /*width:49%;*/
}
#ap_point .section__container .bg_white_round{
    background: #FFF;
    border-radius: 6px;
    padding: 10px;
    /*margin-bottom: 10px;
    margin-right:10px;*/
}
#ap_point .section__container .grid-row>div.ap_0511{
    width:30%;
}

#ap_point .section__container .grid-row>div.ap_50{
    width:68%;
}

#ap_point .section__container .grid-row .fr30{
    width: 30%;
    float: right;
}
#ap_point .section__container .grid-row img{width: 100%;}
#ap_point .section__container .grid-row img.p_big{
    width: 70%;
    margin: 10px auto;
    float: none;
    display: block;
}

.fl_70{
    width: 69%;
    float: left;
    margin-right: 1%;
    overflow: hidden;
}

#ap_point h5{
    font-size: 1.2em;
    font-weight: bold;
    text-align: center;
    border-bottom: 2px solid #90268e;
    margin-bottom: 8px;
}
#ap_point h5 span.number{
    display: inline-block;
    background: #90268e;
    color: #FFF;
    margin-right:5px;
    font-size: 0.86em;
    padding: 0.1em 0.5em 0.2em;
	margin-bottom: 3px;
}
#ap_point li{
    padding-top: 8px;
}
#ap_point li a{
    text-decoration: underline;
}
.grid-col1{
	padding: 0 8px 16px;
}
/***おすすめツアー***/
#section_tour h3{
    text-align: center;
    font-size:2em;
    padding: 20px 0 10px;
}

#section_tour .imgContainer{
    margin-bottom:16px;
    position: relative;
}
#section_tour .imgContainer>img {
    width: 100%;
}
    
#section_tour .grid-col__link{
    background: #FFF;
}
#section_tour .grid-col__body p{
    padding: 0 5px;
}


.text--smallPrice span.nenyu{
    display: inline-block;
    font-size:0.5em;
    color: #333;
}
#section_tour .text--smallPrice span.nenyu{
}

/*imp point*/
ul.point{
  counter-reset:list;
  list-style-type:none;
  font: 14px/1.6 'arial narrow', sans-serif;
  padding: 1.5em;
    background: #FFF;
    margin:10px 0;
}
ul.point li{
  position:relative;
  padding: 7px 5px 7px 40px;
  margin: 7px 0 10px 30px;
  font-weight: bold;
  font-size:14px;
  border-bottom:dashed 1px #b56db3;
}
ul.point li:before{
  counter-increment: list;
  content: counter(list);
  position: absolute;
  left: 0px;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  color: #fff;
  background: #b56db3;
  border-radius: 50%;
  top: 50%;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.imgContainer__tag2 {
    position: absolute;
    top: 0;
    background: #5ab1ad;
    color: #FFF;
    font-size: .86rem;
    padding: 4px 8px;
}
.imgContainer__tag2.line{
    background: #06c755;
}
.imgContainer__tag2.np{
    background: #314785;
}
.mb_10{
    margin-bottom: 50px;
}


.goTop__img--sp{
    display: none;
}

/*ハーンリゾート*/
.slick-prev {
    z-index: 100;
}
.slick-dots{
	position: static;
}

#section_hotel h5{
	font-size:2em;
	font-weight: bold;
}
#section_hotel h5 span{
	display: block;
	font-weight: normal;
	font-size:.7em;
}

#section_hotel .hclass{
	border-top:1px solid #FFF;
	padding:10px 0;
	color: #FFF;
	margin-top:5px;
}

#section_hotel h6{
	color: #91268e;
	font-size:2em;
	font-weight: bold;
	padding: 20px 0 10px;
	text-align: center;
	line-height: 1.2em;
}
#section_hotel .plan_txt{
	text-align: center;
	padding: 5px;
}
#h_Data{
	background: #f4ecf4;
	border-radius: 6px;
	padding: 20px;
	margin: 5px;
}
#section_hotel #h_Data h6{
	font-size:1.4em;
	font-weight: bold;
	padding: 0;
	text-align: left;
	line-height: 1.2em;
	border-bottom: 1px solid #91268e;
}

#section_tour h3.ribbon1 {
  display: inline-block;
  position: relative;
  height: 40px;/*リボンの高さ*/
  line-height: 38px;/*リボンの高さ*/
  text-align: center;
  padding: 0 30px;/*横の大きさ*/
  font-size: 21px;/*文字の大きさ*/
  background: #a24da7;/*塗りつぶし色*/
  color: #FFF;/*文字色*/
  box-sizing: border-box;
}

.ribbon1:before, .ribbon1:after {
  position: absolute;
  content: '';
  width: 0px;
  height: 0px;
  z-index: 1;
}

.ribbon1:before {
  top: 0;
  left: 0;
  border-width: 20px 0px 25px 10px;
  border-color: transparent transparent transparent #f0f8ff;
  border-style: solid;
}

.ribbon1:after {
  top: 0;
  right: 0;
  border-width: 20px 10px 25px 0px;
  border-color: transparent #f0f8ff transparent transparent;
  border-style: solid;
}
.keiko{
	background:linear-gradient(transparent 60%, #ff6 60%);
}
.keiko_box{
	position: relative;
	display: inline-block;
}
.keiko_box:before {
    content: '＼';
    position: absolute;
    left: -26px;
    bottom: 0;
}
.keiko_box:after {
    content: '／';
    position: absolute;
    right: -26px;
    bottom: 0;
}

/*QA*/
#qanda{
	font-size: 1.1em;
}
#qanda dt{
	background: #d5add4;
    padding: 3px 3px 3px 45px;
	position: relative;
	color: #FFF;
}
#qanda dt::before {
	position: absolute;
    font-family: "Libre Baskerville", serif;
    font-size: 1.3em;
    content: 'Q';
	background: #555;
	font-weight: 900;
  font-size: 15px;
  border-radius: 50%;
  left: 3px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
#qanda dt:after {
  /*吹き出しのちょこんと出た部分*/
  content: '';
  display: block;
  position: absolute;
  left: 28px;
  height: 0;
  width: 0;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 12px solid #555;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
#qanda dd{
	padding: 3px 3px 10px 70px;
	
}
#qanda dd::before {
    font-family: "Libre Baskerville", serif;
    font-size: 1.3em;
    padding-right: 0.5em;
    margin-left: -1.5em;
    color: red;
    content: 'A:';
}
.textList{
	background: #fff;
    padding: 15px;
    border-radius: 10px;
}
.textList__item {
    margin: 0 6px 8px 0;
}
.textList__item span{
	font-size: .86em;
}

.btn_tour a.button {
    display: block;
    margin: 40px auto 20px;
    max-width: inherit;
    width: 600px;
    border-color: #90268e;
    background-color: #90268e;
}
.btn_tour a.button:hover {
    background-color:#b56db3;
    color: #fff;
}
