@charset "UTF-8";

@media screen and (max-width: 767px) {
	.u-sp-hide {
		display: none;
	}
}
html, body {
  font-size: 62.5%;
}
small {
  display: block;
}

[class*="c-flex"] {
  display: flex;
}

.c-flex-col-6 {
  width: calc( 100% + 5.3vw);
  margin-left: -5.3vw;
}
.c-flex-col-6 > * {
  width: 50%;
  padding-left: 5.3vw;
}
.c-flex-col-4 {
  width: calc( 100% + 1.6vw);
  margin-left: -1.6vw;
}
.c-flex-col-4 > * {
  width: 33.3333%;
  padding-left: 1.6vw;
}

/* PC */
@media screen and (min-width: 768px) {
  .c-flex-col-6 {
    width: calc( 100% + 40px);
    margin-left: -40px;
  }
  .c-flex-col-6 > * {
    padding-left: 40px;
  }
  .c-flex-col-4 {
    width: calc( 100% + 12px);
    margin-left: -12px;
  }
  .c-flex-col-4 > * {
    padding-left: 12px;
  }
}

.res-main-contents {
  font-family: 'Noto Sans JP', sans-serif;
	margin-right: calc( ((100vw - 100%) / 2) * -1 );
	margin-left: calc( ((100vw - 100%) / 2) * -1 );
}
.overview, .conclusion {
	padding: calc( 60 / 750 * 100% ) 0;
	text-align: center;
	background: url(/domtour/theme/flyinghonu_charter_report/images/bg-lattice--blue.png) repeat left top / auto;
  color: #4973b8;
  font-weight: 400;
}
.overview p, .conclusion p {
  font-size: calc( 0.0625rem + ((1vw - 0.000625rem) * 3.0708) );
  min-height: 0vw;
  font-weight: 600;
}
.overview_heading {
	margin-bottom: calc( 40 / 750 * 100% );
}
.heading_text-overview {
  width: 62.6vw;
}
.overview_heading_text span {
  position: relative;
  font-weight: 900;
  font-size: calc( 0.0625rem + ((1vw - 0.01px) * 4.1389) );
  min-height: 0vw;
  z-index: 1;
}
.overview_heading_text .u-underline {
  position: relative;
  display: block;
  z-index: 0;
}
.overview_heading_text .u-underline::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 0.5vw;
  width: 54vw;
  height: 2.6vw;
  background: #ffffff;
}
.overview_lead {
	margin-bottom: calc( 60 / 750 * 100% );
  line-height: 1.7;
}
.overview p + p {
	margin-top: calc( 45 / 750 * 100% );
}
.overview .content_image {
  display: block;
  margin: auto;
  width: calc( 470 / 750 * 100% );
}

.anchor {
  padding: calc( 80 / 750 * 100% ) calc( 55 / 750 * 100% ) 0;
	margin-bottom: calc( 240 / 750 * 100% );
}
.anchor_item span {
  position: relative;
  display: block;
  text-align: center;
  border-radius: 9vw;
}
.anchor_item.report span {
  border: 0.3vw solid #33a3dd;
}
.anchor_item.movie span {
  border: 0.3vw solid #16aa89;
  color: #16aa89;
}
.anchor_item span::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin: 1vw auto 1.5vw;
  border-style: solid;
  border-width: 1.3vw 1.3vw 0 1.3vw;
}
.anchor_item.report span::after {
  border-color: #33a3dd transparent transparent transparent;
}
.anchor_item.movie span::after {
  border-color: #16aa89 transparent transparent transparent;
}
.anchor_item a {
  display: block;
  padding: 2.8vw 0 0;
  font-weight: 600;
  font-size: calc( 0.0625rem + ((1vw - 0.01px) * 4.1389) );
  min-height: 0vw;  min-height: 0vw;
}
.anchor_item.report a {
  color: #33a3dd;
}
.anchor_item.movie a {
  color: #16aa89;
}
.anchor_item a:hover {
	text-decoration: none;
}

.content--main .content-inner {
  margin-bottom: calc( 130 / 750 * 100% )
}
.content_heading {
  margin-bottom: calc( 50 / 750 * 100% );
  padding: 0 calc( 30 / 750 * 100% );
  text-align: center;
}
.content_heading span {
  padding: 0 calc( 30 / 750 * 100% );
  text-align: center;
  font-weight: 900;
  font-size: calc( 0.0625rem + ((1vw - 0.01px) * 5.474) );
  min-height: 0vw;
}
.content--report {
	margin-top: calc( -80 / 750 * 100% );
}
.content--report .content_heading span {
  display: block;
  padding: 1vw 0;
  border-top: 0.3vw solid #33a3dd;
  border-bottom: 0.3vw solid #33a3dd;
  color: #33a3dd;
}
.heading_text-report {
  height: 11.6vw;
  padding: 0 calc( 30 / 750 * 100% );
  margin-bottom: calc( 30 / 750 * 100% );
}
.content--main .content-inner p {
  padding: 0 calc( 30 / 750 * 100% );
  margin: 25px 0 0 calc( 30 / 750 * 100% );
  padding-left: calc( 20 / 750 * 100% );
  border-left: 0.53vw solid #33a3dd;
  font-size: calc( 0.0625rem + ((1vw - 0.01px) * 3.0708) );
  min-height: 0vw;
}
.report-3 .content_image-1 + p {
  margin-bottom: calc( 82 / 750 * 100% );
}
.content--movie {
  padding: 0 calc( 50 / 750 * 100% );
  text-align: center;
}
.content--movie .content-inner {
  padding: calc( 40 / 750 * 100% );
  background: url(/domtour/theme/flyinghonu_charter_report/images/bg-lattice--green.png) repeat left top / auto;
}
.content--movie .content_heading {
  position: relative;
  margin-bottom: calc( 10 / 750 * 100% );
  padding-bottom: calc( 10 / 750 * 100% );
  background-image: linear-gradient(to right, #16aa89, #16aa89 12px, transparent 12px, transparent 20px);
  background-size: 20px 0.53vw;
  background-repeat: repeat-x;
  background-position: center bottom;
  color: #16aa89;
}
.content--movie .content_heading::before {
  content: "";
  position: absolute;
  top: -13vw;
  left: -8vw;
  width: 100%;
  height: 17vw;
  background: url(/domtour/theme/flyinghonu_charter_report/images/heading_text-movie.png) no-repeat left top / auto 100%;
}
.content--movie .content_sub_catch {
  margin-bottom: calc( 36 / 750 * 100% );
  font-size: calc( 0.0625rem + ((1vw - 0.000625rem) * 3.0708) );
  min-height: 0vw;
  color: #16aa89;
  font-weight: 600;
}
.movie_item-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.movie_item-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.conclusion {
  margin-bottom: calc( 80 / 750 * 100% );
	padding: calc( 80 / 750 * 100% ) calc( 55 / 750 * 100% );
}
.conclusion p {
  line-height: 2;
  font-size: calc( 0.0625rem + ((1vw - 0.01px) * 4.1389) );
  min-height: 0vw;
  font-weight: 900;
}

.information {
  margin-bottom: calc( 170 / 750 * 100% );
  padding: 0 calc( 30 / 750 * 100% );
}
.information_heading {
  margin-bottom: calc( 42 / 750 * 100% );
  text-align: center;
}
.information_heading span {
  padding-bottom: 9px;
  border-bottom: 0.53vw solid #4973b8;
  font-size: calc( 0.0625rem + ((1vw - 0.01px) * 4.1389) );
  min-height: 0vw;
  font-weight: 900;
  color: #4973b8;
}
.information_item p {
  font-size: calc( 0.0625rem + ((1vw - 0.01px) * 3.0708) );
  min-height: 0vw;
  font-weight: 600;
}
.information_item a {
  color: #000000;
}
.information_image-container {
  position: relative;
  margin-bottom: calc( 5 / 750 * 100% );
}
.information_image-container::after {
  content: "おすすめ情報";
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 2px 8px;
  background: rgba(255, 255, 255, 0.8);
  color: #000000;
  font-size: calc( 0.0625rem + ((1vw - 0.000625rem) * 2.2697) );
  min-height: 0vw;
  font-weight: 500;
}
.sns_link-container {
  text-align: center;
}
.sns_link-container a {
  display: inline-block;
  width: calc( 70 / 750 * 100% );
}
.sns_link-container a + a {
  margin-left: calc( 60 / 750 * 100% );
}


/* PC */
@media screen and (min-width: 768px) {
	.u-pc-hide {
		display: none;
	}
  .u-hover-opacity *:hover {
    opacity: 0.8;
  }
  .res-main-contents p {
    text-align: left;
  }
  .res-wrap-contents a:hover {
    text-decoration: none;
  }
	.contents_heading img {
		width: 100%;
	}
  .content--main,
  .content-inner {
    max-width: 1020px;
    margin: auto;
  }

  .overview, .conclusion {
  	padding: 35px 0 65px;
  }
  .overview p {
    font-size: 1.8rem;
  }
  .heading_text-overview {
    width: auto;
  }
  .overview_heading_text span {
    font-size: 2.4rem;
  }
  .overview_heading_text .u-underline::after {
    bottom: 1px;
    width: 310px;
    height: 15px;
  }
  .overview .content-inner {
    display: flex;
    flex-wrap: wrap;
    max-width: 900px;
  }
  .overview_heading {
    width: 100%;
  }
  .overview_lead {
    flex: 1;
    line-height: 1.7;
    padding-right: 48px;
    margin-bottom: 0;
  }
  .overview .content_image {
    width: 260px;
  }

  .anchor {
    max-width: 680px;
    margin: auto;
    padding: 40px 0 84px;
    left: -20px;
    position: relative;
  }
  .anchor_item span {
    position: relative;
    border-width: 2px !important;
    border-radius: 40px;
  }
  .anchor_item span::after {
    position: absolute;
    right: 13px;
    top: 50%;
    transform: translateY(50%);
    border-width: 10px 10px 0 10px;
    margin-top: -7px;
  }
  .anchor_item a {
        padding: 11px 0;
    font-size: 2.4rem;
  }
  .anchor_item.report:hover span {
    background: #33a3dd;
  }
  .anchor_item.movie:hover span {
    background: #16aa89;
  }
  .anchor_item:hover a {
    color: #ffffff;
  }
  .anchor_item:hover span::after {
    border-color: #ffffff transparent transparent transparent;
  }

  .content_heading {
    padding: 0;
  }
  .content_heading span {
    font-size: 3.2rem;
  }
  .content--report .content_heading span {
    padding: 10px 0;
    border-top: 2px solid #33a3dd;
    border-bottom: 2px solid #33a3dd;
  }
  .heading_text-report {
    height: auto;
    padding: 0 60px;
    margin-bottom: 32px;
    text-align: left;
  }
  .content--main .content-inner {
    margin-bottom: 75px;
  }
  .content--main .content-inner p {
    padding: 0 100px;
    margin: 25px 0 0 100px;
    padding-left: 10px;
    border-left: 6px solid #33a3dd;
    font-size: 1.4rem;
  }
  .content_image {
    display: block;
    margin: auto;
    text-align: center;
  }
  .report-3 .content_image-1 + p {
    margin-bottom: 30px;
  }
  .content--report {
    margin-bottom: 90px;
  }

	.content--movie {
		padding-top: 60px;
	}
  .content--movie .content_heading {
    position: relative;
    margin-bottom: 10px;
    padding-bottom: 10px;
    background-image: linear-gradient(to right, #16aa89, #16aa89 6px, transparent 6px, transparent 10px);
    background-size: 10px 1px;
  }
  .content--movie .content_heading::before {
    top: -90px;
    left: 0;
    height: 100px;
    background: url(/domtour/theme/flyinghonu_charter_report/images/heading_text-movie-pc.png) no-repeat left top / auto 100%;
  }
  .content--movie .content-inner {
    max-width: 670px;
    padding: 35px 55px 70px;
  }
  .content--movie .content_sub_catch {
    margin-bottom: 15px;
    font-size: 2.4rem;
  }
  .conclusion {
    margin-bottom: 50px;
    padding: 50px 0;
  }
  .conclusion p {
    text-align: center !important;
    line-height: 2.7;
    font-size: 2.4rem;
  }

  .information {
      margin-bottom: 115px;
  }
  .information .content-inner {
    max-width: 820px;
  }
  .information_heading span {
    padding-bottom: 3px;
    border-width: 1px;
    font-size: 3.2rem;
  }
  .information_image-container::after {
    padding: 2px 8px;
    font-size: 1.4rem;
  }
  .information_item p {
    font-size: 1.6rem;
  }
  .information_image-container {
    margin-bottom: 10px;
  }

  .sns_link-container a {
    width: 50px;
  }
  .sns_link-container a + a {
    margin-left: 40px;
  }
}
