@charset "UTF-8";
header {
  z-index: 10; }

#menu li {
  margin: 0;
  padding: 0; }

#menu li a {
  margin: 0;
  padding: 10px 15px;
  font-size: 1.5rem;
  font-weight: bold; 
color: #000;}

#menu li ul {
  list-style: none;
  position: absolute;
  top: 48px;
  left: 0;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  width: 100%;
  z-index: 10;
  background-color: #d88273;
  text-align: center;
  display: none; }

#menu li:hover ul {
  display: block;
}

#menu li ul li {
  overflow: hidden;
  display: inline-block;
  float: none;
  height: 0;
  margin: 0;
  padding: 0;
  -moz-transition: .2s;
  -webkit-transition: .2s;
  -o-transition: .2s;
  -ms-transition: .2s;
  transition: .2s; }

#menu li ul li a {
  padding: 25px 15px 20px;
  color: #ffffff;
  text-decoration: none;
  display: block; }

#menu li ul li a:hover {
  color: #db4930;}

#menu li:hover > a {
  color: #d88273;}
/*border-bottom: 7px solid #ab7b08; } */

#menu li > a.active {
  color: #d88273;}
  /* border-bottom: 7px solid #ab7b08; } */


.global-nav {
  position: static;
  background: rgba(255, 255, 255, 0.9);
  width: 100%;
  top: -50px;
  transition: all 0.5s ease 0s;
  z-index: 10; }

.nav-fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  box-shadow: 1px 0 10px rgba(0, 0, 0, 0.4); }

.carousel {
  margin-bottom: 4rem; }

/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  bottom: 3rem;
  z-index: 10; }

/* Declare heights because of positioning of img element */
.carousel-item {
  height: 52rem; }
.carousel-item img {
  height: 65rem!important;
  width: auto!important;
}  @media (min-width: 767px) {
    .carousel-item {
      height: 50rem; }
    .carousel-item img {
      width: 100%!important;
      height: auto!important;} }
  @media (min-width: 1199px) {
    .carousel-item {
      height: 55rem; }
    .carousel-item img {
      width: 100%!important;
      height: auto!important;} }

  @media (max-width: 766px) {
    .carousel-item .btn-green {
      padding: 15px 40px; } }

.carousel-item > img {
  position: absolute;
  top: -10%;
  left: 0;
  height: auto;
  width: 100%; }

.bd-placeholder-img {
  font-size: 1.125rem;
  text-anchor: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.carousel-control-prev,
.carousel-control-next {
  height: 50px;
  top: 50%;
  transform: translateY(-50%) translateX(0);
  -webkit-transform: translateY(-50%) translateX(0); }

.carousel-item .carousel-btn {
  bottom: 15%;
  right: 0;
  text-align: right;
  z-index: 2; }
@media (min-width: 767px) {
.carousel-item .carousel-btn {
  bottom: 31%;
  right: 0;
  text-align: right;
  z-index: 2; }
}

.carousel-item p.credit {
  padding: 5px 15px;
  background-color: rgba(0, 0, 0, 0.4);
  color: #fff;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 1.3rem;
  font-family: 'Noto Serif JP', serif; }

@media (min-width: 768px) {
  .bd-placeholder-img-lg {
    font-size: 3.5rem; } }

.card {
  background: #1e1b16 !important; }

html {
  font-size: 62.5%; }

a {
  color: #bf7365; }

a:hover {
  color: #bf7365;
  text-decoration: none; }

.clear:after {
  content: "";
  display: block;
  clear: both; }

.gothic {
  font-family: 'Noto Sans JP', serif;
  font-weight: 300; }

br.pc {
  display: block; }

br.sp {
  display: none; }

h1 {
  font-size: 2.8rem;
  line-height: 1.4; }

h1.logo {
  font-size: 1.4rem;
  font-weight: normal; }

h1.logo a {
  color: #333333;
  text-decoration: none; }

h1.logo a span {
  vertical-align: -2px; }

li.nav-item {
  margin-right: 1rem; }

a.nav-link {
  color: #555555; }

.relative {
  position: relative; }

.hero {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  color: #ffffff; }

.hero.preeco {
  background-color: #017709 !important; }

.hero.first {
  background-color: #947300 !important; }

.hero h1 {
  font-size: 3.2rem;
  margin-bottom: 1.6rem; }

.hero-img {
  position: absolute;
  top: -70px; }

.hero-img p {
  position: absolute;
  bottom: -10px;
  padding: 5px 10px;
  background-color: rgba(0, 0, 0, 0.3);
  font-size: 1.3rem;
  width: 100%;
  font-family: 'Noto Serif JP', serif; }

.read-area {
  margin-top: 80px; }

.read-img {
  margin-top: -80px;
  margin-right: -17px; }

/* パンくず */
section.breadcrumb {
  padding-top: 2rem;
  margin-bottom: 0;
  background-color: #fff; }

ul.breadcrumb__list {
  margin-left: 0;
  padding-left: 0; }

ul.breadcrumb__list li {
  list-style: none;
  display: inline-block;
  float: left;
  font-size: 1.4rem; }

ul.breadcrumb__list li::after {
  content: '/';
  margin-left: 1rem;
  margin-right: 1rem; }

ul.breadcrumb__list li:last-child::after {
  content: ''; }

ul.breadcrumb__list li a {
  color: #333; }

ul.breadcrumb__list li a:hover {
  text-decoration: none; }

.t-space {
  padding-top: 30px; }

.b-space {
  padding-bottom: 30px; }

.bg-gray {
  background-color: #f8f8f8; }

.bg-white {
  background-color: #ffffff; }

.white {
  color: #fff; }

.slanting {
  transform: skew(0deg, -2deg); }

.card {
  overflow: hidden;
  border: none;
  border-radius: 0; }

.card .card-img-top {
  width: 100%;
  transform: skew(0deg, 2deg) scale(1.2); }

.card-body {
  background-color: #1e1b16;
  border: none;
  color: #fff;
  z-index: 2;
  padding-bottom: 50px; }

.card-title {
  transform: skew(0deg, 2deg);
  line-height: 1.6;
  font-size: 1.8rem; }

.card-text {
  transform: skew(0deg, 2deg);
  margin-top: -60px; }

.card-text a img:hover {
  transform: translate(-10px, 0px); }

.card-body p {
  transform: skew(0deg, 2deg); }

.arrow {
  display: inline-block;
  width: 15px;
  height: 15px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-right: 1em; }

a.green-btn {
  background-color: #336065;
  color: #fff;
  padding: 30px 40px;
  display: inline-block;
  text-decoration: none;
  font-size: 1.8rem; }

.white {
  color: #fff; }

.bg-white {
  background-color: #fff; }

.relative {
  position: relative; }

.triangle::before {
  content: "";
  bottom: 0;
  left: 0;
  border-top: 4em solid transparent;
  border-left: 4em solid #000;
  /* ラベルの色はここで変更 */
  position: absolute;
  z-index: 100; }

.triangle::after {
  display: block;
  bottom: -3px;
  color: #fff;
  /* 文字色はここで変更 */
  left: 12px;
  position: absolute;
  z-index: 101;
  font-size: 2rem;
  padding-bottom: 5px; }

.triangle1::after {
  content: "1"; }

.triangle2::after {
  content: "2"; }

.triangle3::after {
  content: "3"; }

.triangle4::after {
  content: "4"; }

.triangle5::after {
  content: "5"; }

#news {
  background-color: #399d07;
  color: #fff; }

.bg-black {
  background-color: #000; }

.news-col span.tag-news {
  font-size: 1.3rem;
  padding: 0px 10px;
  background-color: #d6f5d6;
  color: #000;
  display: inline-block;
  margin-left: 1.5rem; }

.news-col span.tag-blog {
  font-size: 1.3rem;
  padding: 0px 10px;
  background-color: #e1f4f8;
  color: #000;
  display: inline-block;
  margin-left: 1.5rem; }

#tour {
  background-color: #d88273; }

.tour-price {
  color: #e84f53;
  font-weight: bold;
  font-size: 2rem; }

p.pink-btn {
  background-color: #fc9195;
  display: inline-block; }

p.pink-btn:hover {
  opacity: 0.8; }

p.pink-btn a {
  display: block;
  padding: 25px;
  text-decoration: none;
  font-size: 2rem;
  position: relative;
  text-align: center;
  color: #fff;
  padding-left: 55px; }

p.pink-btn a:before {
  content: '＞';
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  display: inline-block;
  left: 25px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }

p.pink-btn-w {
  background-color: #fc9195;
  display: block; }

p.pink-btn-w:hover {
  opacity: 0.8; }

p.pink-btn-w a {
  display: block;
  padding: 25px;
  text-decoration: none;
  font-size: 2rem;
  position: relative;
  text-align: center;
  color: #fff;
  padding-left: 55px; }

p.pink-btn-w a:before {
  content: '＞';
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  display: inline-block;
  left: 25px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }

p.green-btn {
  background-color: #325f65;
  display: inline-block; }

p.green-btn:hover {
  opacity: 0.8; }

p.green-btn a {
  display: block;
  padding: 25px;
  text-decoration: none;
  font-size: 2rem;
  position: relative;
  text-align: center;
  color: #fff;
  padding-left: 55px; }

p.green-btn a:before {
  content: '＞';
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  display: inline-block;
  left: 25px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }

p.green-btn-w {
  background-color: #325f65;
  display: block; }

p.green-btn-w:hover {
  opacity: 0.8; }

p.green-btn-w a {
  display: block;
  padding: 25px;
  text-decoration: none;
  font-size: 2rem;
  position: relative;
  text-align: center;
  color: #fff;
  padding-left: 55px; }

p.green-btn-w a:before {
  content: '＞';
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  display: inline-block;
  left: 25px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }

p.staralliance-btn {
  background-color: #a4a980 !important; }

p.skyteam-btn {
  background-color: #7da998 !important; }

p.oneworld-btn {
  background-color: #ad8d80 !important; }

footer {
  background-color: #ffffff; }

ul.footer-link li {
  list-style: none; }
@media (max-width: 766px) {
  ul.footer-link li {
    display: block;
    width: 100%;
    text-align: left;
    margin-bottom: 1rem;
  }
}
ul.footer-link li a {
  text-decoration: none;
  color: #333;
  margin-right: 2rem; }

ul.footer-nav li {
  list-style: none;
  float: left;
  display: inline-block;
  margin-right: 1em; }

ul.footer-nav li a {
  text-decoration: none;
  color: #333; }

/* 航空会社で選ぶ・行き先で選ぶ */
.carrier-parts {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  position: relative; }

.alliance-mark-area {
  position: absolute;
  bottom: 0;
  right: -12%; }

.alliance-mark-area span {
  padding-left: 15px;
  font-size: 1.5rem; }

.alliance-mark-area span:before {
  content: "＞";
  margin-right: 10px; }

.alliance-mark-area-skyteam {
  background-color: #7da998; }

.alliance-mark-area-oneworld {
  background-color: #ad8d80; }

.alliance-mark-area-staralliance {
  background-color: #a4a980; }

.alliance-mark-area-independent {
  background-color: #8f8f8f; }

.service_point_top {
  margin-top: -30px; }

.service_point {
  padding: 80px 15px;
  background: linear-gradient(top, #dddddd, #17140f);
  background: -moz-linear-gradient(top, #dddddd, #17140f);
  background: -webkit-linear-gradient(top, #dddddd, #17140f); }

.bk-title {
  font-size: 1.4rem;
  background-color: #222;
  color: #fff;
  padding: 5px 10px;
  display: inline-block;
  font-family: 'Noto Serif JP', serif; }

#areas-point h3 {
  font-size: 1.5rem;
  background-color: #222;
  color: #fff;
  padding: 7px 10px;
  display: inline-block; }

.service_point .card h3 {
  font-size: 2.2rem; }

#hilights a.anker {
  padding: 10px;
  width: 80%;
  background-color: #222;
  color: #fff;
  display: block;
  text-align: center;
  text-decoration: none;
  margin-left: auto;
  margin-right: auto;
  font-size: 1.8rem;
  font-family: 'Noto Serif JP', serif; }

#hilights a.anker:hover {
  background-color: #000; }

.carousel {
  margin-bottom: 0 !important; }

h2.point-title {
  position: relative;
  padding-left: 80px; }

h2.point-title:before {
  position: absolute;
  left: 0;
  display: inline-block;
  background-color: #000;
  color: #fff;
  height: 70px;
  width: 70px;
  font-size: 3.8rem;
  text-align: center;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-family: 'Noto Serif JP', serif;
  font-style: italic; }

h2.point-title-1:before {
  content: '1'; }

h2.point-title-2:before {
  content: '2'; }

h2.point-title-3:before {
  content: '3'; }

h2.point-title-4:before {
  content: '4'; }

h2.point-title-5:before {
  content: '5'; }

.bg-left-black {
  background-color: #1e1b16;
  position: absolute;
  height: 90%;
  width: 300px;
  left: -50px;
  top: -30px; }

.bg-left-preeco {
  background-color: #017709;
  position: absolute;
  height: 90%;
  width: 300px;
  left: -50px;
  top: -30px; }

.bg-left-first {
  background-color: #947300;
  position: absolute;
  height: 90%;
  width: 300px;
  left: -50px;
  top: -30px; }

/* プレミアムエコノミー */
.preeco-bg {
  background: linear-gradient(top, #017709, #17140f) !important;
  background: -moz-linear-gradient(top, #017709, #17140f) !important;
  background: -webkit-linear-gradient(top, #017709, #17140f) !important; }

h3.hilights-title {
  font-size: 2.2rem;
  line-height: 1.5; }

p.caption {
  position:absolute;
  bottom:-10px;
  left:0;
  width:100%;
  text-align:right;
  padding: 0 5px;
  color:#fff;
  font-size:1.2rem;
  text-shadow: 1px 1px #000;
  }

.pageGuideTop, .pageGuideBottom, .gadgetDeptTitle, .gadgetDeptArea {
  display: none !important; }

.searchEffList {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex: 1 0 100%;
  flex-wrap: wrap;
  margin-top: calc(var(--bs-gutter-y) * -1);
  margin-right: calc(var(--bs-gutter-x) / -2);
  margin-left: calc(var(--bs-gutter-x) / -2);
  box-sizing: border-box; }

/* ファーストクラス */
.first-bg {
  background: linear-gradient(top, #947300, #17140f) !important;
  background: -moz-linear-gradient(top, #947300, #17140f) !important;
  background: -webkit-linear-gradient(top, #947300, #17140f) !important; }

/* 航空会社で選ぶ */
.bg-area-carrier {
  background: linear-gradient(top, #1d1a15, #e1dfc7);
  background: -moz-linear-gradient(top, #1d1a15, #e1dfc7);
  background: -webkit-linear-gradient(top, #1d1a15, #e1dfc7); }

.carrier-info-area {
  background-color: #fff;
  color: #333;
  padding: 15px;
  margin-top: -60px;
  padding-top: 80px; }

a.more-btn {
  color: #336065;
  text-decoration: none; }

a.more-btn span {
  border-bottom: 1px solid #336065;
  padding-bottom: 3px; }

a.more-btn:before {
  content: "＞";
  margin-right: 10px;
  width: 30px;
  height: 30px;
  padding: 5px 12px;
  background-color: #336065;
  color: #ffffff;
  text-decoration: none; }

a.more-btn:hover span {
  border-bottom: 0; }

a.news-more-btn {
  color: #ffffff;
  text-decoration: none; }

a.news-more-btn span {
  border-bottom: 1px solid #ffffff;
  padding-bottom: 3px; }

a.news-more-btn:before {
  content: ">";
  margin-right: 10px;
  width: 26px;
  height: 26px;
  padding: 5px 12px;
  background-color: #ffffff;
  color: #336065;
  text-decoration: none; }

a.news-more-btn:hover span {
  border-bottom: 0; }

/* 行き先で選ぶ */
a.map-spot {
  padding: 1px 10px;
  background-color: #000;
  color: #fff;
  text-decoration: none;
  font-size: 1.5rem; }

a.map-spot:hover {
  opacity: 0.8; }

a.map-spot:before {
  margin-right: 8px;
  color: #cd683b;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 1.2rem;
  content: "\f105"; }

a.spot-europe {
  position: absolute;
  top: 10%;
  left: 10%; }

a.spot-asia {
  position: absolute;
  top: 30%;
  left: 30%; }

a.spot-middle-east {
  position: absolute;
  top: 50%;
  left: 20%; }

a.spot-japan {
  position: absolute;
  top: 40%;
  left: 40%; }

a.spot-guam {
  position: absolute;
  top: 60%;
  left: 45%; }

a.spot-america {
  position: absolute;
  top: 30%;
  left: 70%; }

a.spot-hawaii {
  position: absolute;
  top: 50%;
  left: 60%; }

.highlights-nav {
  margin-bottom: -50px; }

.area_city_post {
  margin-bottom: 50px; }

ul.recommended-city {
  list-style: none;
  margin-left: 0;
  padding-left: 0; }

ul.recommended-city li {
  float: left;
  display: inline-block;
  margin-right: 15px; }

.map-area {
  margin: 10px 0 100px; }

.gmap-title-area {
  margin-bottom: -45px;
  z-index: 10; }

h1.map-title {
  background-color: #ffffff;
  border: 2px solid #e4e2c9;
  padding: 25px 50px;
  display: inline-block;
  background-image: linear-gradient(135deg, #e4e2c9 30px, transparent 0); }

.gmap-frame {
  z-index: 0; }

@media (max-width: 991px) {
.hero-img {
  position: relative;
  top: 0;
  margin-top: 10px; }
.hero-img p {
  position: absolute;
  bottom: -10px;
  padding: 5px 10px;
  background-color: rgba(0, 0, 0, 0.3);
  font-size: 1.3rem;
  width: 100%; }
}

@media (max-width: 767px) {
  header {
    margin-bottom: 0px; }
  #menu li {
    margin: 0;
    padding: 0; }
  #menu li a {
    margin: 0;
    padding: 10px 15px; }
  #menu li ul {
    list-style: none;
    position: absolute;
    top: 54px;
    left: 0;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
    width: 100%;
    background-color: #1d1a15; }
  #menu li ul li {
    overflow: hidden;
    display: inline-block;
    float: left;
    height: 0;
    margin: 0;
    padding: 0;
    -moz-transition: .2s;
    -webkit-transition: .2s;
    -o-transition: .2s;
    -ms-transition: .2s;
    transition: .2s; }
  #menu li ul li a {
    padding: 20px 15px;
    color: #ffffff;
    text-decoration: none;
    display: block; }
  #menu li ul li a:hover {
    color: #dddddd; }
  #menu li:hover > a {
    background: #1d1a15;
    color: #ffffff; }
  #menu li a.pre-eco {
    background-color: #007a09;
    color: #ffffff;
    text-decoration: none; }
  #menu li a.pre-eco:hover {
    opacity: 0.8; }
  #menu li a.hiking {
    background-color: #00a7d4;
    color: #ffffff;
    text-decoration: none; }
  #menu li a.hiking:hover {
    opacity: 0.8;
    border-bottom: 0!important; }
  #menu li:hover ul li {
    overflow: visible;
    height: auto; }
  .carousel {
    margin-bottom: 4rem; }
  /* Since positioning the image, we need to help out the caption */
  .carousel-caption {
    bottom: 3rem;
    z-index: 10; }
  .bd-placeholder-img {
    font-size: 1.125rem;
    text-anchor: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  html {
    font-size: 62.5%; }
  body {
    font-size: 1.6rem;
    line-height: 1.8;
    color: #333333; }
  a {
    color: #bf7365; }
  a:hover {
    color: #bf7365;
    text-decoration: none; }
  .clear:after {
    content: "";
    display: block;
    clear: both; }
  .gothic {
    font-family: 'Noto Sans JP', serif;
    font-weight: 300; }
  br.pc {
    display: none; }
  br.sp {
    display: block; }
  h1.logo {
    font-size: 1.4rem; }
  h1.logo a {
    color: #333333;
    text-decoration: none; }
  h1.logo a span {
    vertical-align: -2px; }
  li.nav-item {
    margin-right: 1rem; }
  a.nav-link {
    color: #555555; }
  .relative {
    position: relative; }
  .hero {
    padding-top: 5rem;
    padding-bottom: 5rem;
    margin-top: 0;
    background-color: #ccc;
    color: #ffffff; }
  .hero.preeco {
    background-color: #017709 !important; }
  .hero h1 {
    font-size: 3.2rem;
    margin-bottom: 1.6rem; }

  .read-area {
    margin-top: 20px; }
  .read-img {
    margin-top: 0;
    margin-top: 15px;
    margin-right: 0; }
  /* パンくず */
  section.breadcrumb {
    padding-top: 2rem;
    padding-bottom: 2rem;
    margin-bottom: 0;
    font-family: 'Noto Sans JP', serif;
    background-color: #f8f8f8; }
  ul.breadcrumb__list {
    margin-left: 0;
    padding-left: 0; }
  li.breadcrumb__item {
    list-style: none;
    display: inline-block;
    float: left;
    font-size: 1.4rem; }
  li.breadcrumb__item::after {
    content: '/';
    margin-left: 1rem;
    margin-right: 1rem; }
  li.breadcrumb__item:last-child::after {
    content: ''; }
  li.breadcrumb__item a {
    color: #333; }
  li.breadcrumb__item a:hover {
    text-decoration: none; }
  .t-space {
    padding-top: 50px; }
  .b-space {
    padding-bottom: 50px; }
  .title-en {
    font-size: 1.5rem; }
  h2 {
    font-size: 2.6rem;
    line-height: 1.6; }
  .slanting {
    transform: skew(0deg, -2deg); }
  .card {
    overflow: hidden;
    border: none;
    border-radius: 0; }
  .card .card-img-top {
    width: 100%;
    transform: skew(0deg, 2deg) scale(1.2); }
  .card-body {
    background-color: #1e1b16;
    border: none;
    color: #fff;
    z-index: 2;
    padding-bottom: 50px; }
  .card-title {
    transform: skew(0deg, 2deg);
    line-height: 1.6;
    font-size: 1.8rem; }
  .card-text {
    transform: skew(0deg, 2deg);
    margin-top: -60px; }
  .card-text a img:hover {
    transform: translate(-10px, 0px); }
  .card-body p {
    transform: skew(0deg, 2deg); }
  .arrow {
    display: inline-block;
    width: 15px;
    height: 15px;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    margin-right: 1em; }
  a.green-btn {
    background-color: #336065;
    color: #fff;
    padding: 30px 40px;
    display: inline-block;
    text-decoration: none;
    font-size: 1.8rem;
    font-family: 'Noto Sans JP', serif; }
  .white {
    color: #fff; }
  .bg-white {
    background-color: #fff; }
  .relative {
    position: relative; }
  .triangle::before {
    content: "";
    bottom: 0;
    left: 0;
    border-top: 4em solid transparent;
    border-left: 4em solid #000;
    /* ラベルの色はここで変更 */
    position: absolute;
    z-index: 100; }
  .triangle::after {
    display: block;
    bottom: -3px;
    color: #fff;
    /* 文字色はここで変更 */
    left: 12px;
    position: absolute;
    z-index: 101;
    font-size: 2rem;
    padding-bottom: 5px; }
  .triangle1::after {
    content: "1"; }
  .triangle2::after {
    content: "2"; }
  .triangle3::after {
    content: "3"; }
  .triangle4::after {
    content: "4"; }
  .triangle5::after {
    content: "5"; }
  #news {
    background-color: #399d07;
    color: #fff; }
  .bg-black {
    background-color: #000; }
  .news-col {
    font-family: 'Noto Sans JP', serif; }
  .news-col span.tag-news {
    font-size: 1.3rem;
    padding: 0px 10px;
    background-color: #d6f5d6;
    color: #000;
    display: inline-block;
    margin-left: 1.5rem; }
  #tour {
    background-color: #d88273; }
  .tour-price {
    color: #e84f53;
    font-weight: bold; }
  p.staralliance-btn {
    background-color: #a4a980 !important; }
  p.skyteam-btn {
    background-color: #7da998 !important; }
  p.oneworld-btn {
    background-color: #ad8d80 !important; }
  footer {
    background-color: #fff; }
  ul.footer-link li {
    list-style: none;
    font-family: 'Noto Sans JP', serif; }
  ul.footer-link li:before {
    content: "";
    display: inline-block;
    width: 25px;
    height: 25px;
    background: url(arrow-link.png) no-repeat;
    background-size: contain;
    margin-right: 10px; }
  ul.footer-link li a {
    text-decoration: none;
    color: #333; }
  ul.footer-nav li {
    list-style: none;
    font-family: 'Noto Sans JP', serif;
    float: left;
    display: inline-block;
    margin-right: 1em; }
  ul.footer-nav li a {
    text-decoration: none;
    color: #333; }
  /* 航空会社で選ぶ・行き先で選ぶ */
  .carrier-parts {
    width: 100%;
    position: relative; }
  .alliance-mark-area {
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 0;
    margin: 0; }
  .alliance-mark-area span {
    padding-left: 15px;
    font-family: 'Noto Sans JP', serif;
    font-size: 1.5rem; }
  .alliance-mark-area span:before {
    content: "＞";
    margin-right: 10px; }
  .alliance-mark-area-skyteam {
    background-color: #7da998; }
  .alliance-mark-area-oneworld {
    background-color: #ad8d80; }
  .alliance-mark-area-staralliance {
    background-color: #a4a980; }
  .alliance-mark-area-independent {
    background-color: #8f8f8f; }
  .service_point_top {
    margin-top: 0px; }
  .service_point {
    padding: 50px 15px;
    background: linear-gradient(top, #dddddd, #17140f);
    background: -moz-linear-gradient(top, #dddddd, #17140f);
    background: -webkit-linear-gradient(top, #dddddd, #17140f); }
  .bk-title {
    font-size: 1.4rem;
    background-color: #222;
    color: #fff;
    padding: 5px 10px;
    display: inline-block; }
  #areas-point h3 {
    font-size: 1.5rem;
    background-color: #222;
    color: #fff;
    padding: 7px 10px;
    display: inline-block; }
  .service_point .card h3 {
    font-size: 2.2rem; }
  #hilights a.anker {
    padding: 10px;
    width: 100%;
    background-color: #222;
    color: #fff;
    display: block;
    text-align: center;
    text-decoration: none;
    margin-left: auto;
    margin-right: auto;
    font-size: 2rem; }
  #hilights a.anker:hover {
    background-color: #000; }
  .carousel {
    margin-bottom: 0 !important; }
  .alliance-label {
    background-color: #e4e2c9;
    padding: 1rem 2rem;
    display: inline-block;
    margin-left: -2rem;
    margin-top: -2rem; }
  h2.point-title {
    position: relative;
    padding-left: 80px; }
  h2.point-title:before {
    position: absolute;
    left: 0;
    display: inline-block;
    background-color: #000;
    color: #fff;
    height: 70px;
    width: 70px;
    font-size: 3.8rem;
    text-align: center;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }
  h2.point-title-1:before {
    content: '1'; }
  h2.point-title-2:before {
    content: '2'; }
  h2.point-title-3:before {
    content: '3'; }
  h2.point-title-4:before {
    content: '4'; }
  h2.point-title-5:before {
    content: '5'; }
  .bg-left-black {
    display: none; }
  .bg-left-preeco {
    display: none; }
  .bg-left-first {
    display: none; }
  /* プレミアムエコノミー */
  .preeco-bg {
    background: linear-gradient(top, #017709, #17140f) !important;
    background: -moz-linear-gradient(top, #017709, #17140f) !important;
    background: -webkit-linear-gradient(top, #017709, #17140f) !important; }
  h3.hilights-title {
    font-size: 2.2rem;
    line-height: 1.5; }
  p.caption {
    padding: 5px 15px;
    color: #fff;
    display: inline-block;
    position: absolute;
    bottom: -10px;
    right: 0;
    font-size: 1.3rem; }
  .pageGuideTop, .pageGuideBottom, .gadgetDeptTitle, .gadgetDeptArea {
    display: none !important; }
  .searchEffList {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex: 1 0 100%;
    flex-wrap: wrap;
    margin-top: calc(var(--bs-gutter-y) * -1);
    margin-right: calc(var(--bs-gutter-x) / -2);
    margin-left: calc(var(--bs-gutter-x) / -2);
    box-sizing: border-box; }
  /* 航空会社で選ぶ */
  .carrier-info-area {
    margin-top: 0px;
    padding-top: 25px; }
  /* 行き先で選ぶ */
  a.map-spot:hover {
    opacity: 0.8; }
  a.map-spot:before {
    content: "＞";
    margin-right: 8px;
    color: #cd683b; }
  a.spot-europe {
    position: absolute;
    top: 5%;
    left: 5%; }
  a.spot-asia {
    position: absolute;
    top: 30%;
    left: 5%; }
  a.spot-middle-east {
    position: absolute;
    top: 55%;
    left: 5%; }
  a.spot-japan {
    position: absolute;
    top: 80%;
    left: 5%; }
  a.spot-guam {
    position: absolute;
    top: 5%;
    left: 50%; }
  a.spot-america {
    position: absolute;
    top: 30%;
    left: 50%; }
  a.spot-hawaii {
    position: absolute;
    top: 55%;
    left: 50%; }
  .highlights-nav {
    margin-bottom: 15px; }
  ul.recommended-city {
    list-style: none;
    margin-left: 0;
    padding-left: 0; }
  ul.recommended-city li {
    float: left;
    display: inline-block;
    margin-right: 15px; }
  .map-area {
    margin: 10px 0 100px; }
  .gmap-title-area {
    margin-bottom: -45px;
    z-index: 10; }
  h1.map-title {
    background-color: #ffffff;
    border: 2px solid #e4e2c9;
    padding: 25px 50px;
    display: inline-block;
    background-image: linear-gradient(135deg, #e4e2c9 30px, transparent 0); }
  .gmap-frame {
    z-index: 0; } }

body {
  font-size: 1.6rem;
  line-height: 1.8;
  font-family: 'Oswald', sans-serif, 'Noto Sans JP', serif;
  color: #1d1a15; }

H1, H2, H3, H4, H5 {
  font-family: 'Oswald', sans-serif;
  font-weight: bold; }

H2 {
  font-size: 2.2rem;
  line-height: 1.6; }

.title-en {
  font-family: 'Oswald', sans-serif;
  font-size: 1.5rem; }

.btn-lg {
  font-size: 1.8rem; }

.btn-block-arrow:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f105";
  margin-right: 12px; }

.btn-arrow {
  color: #ab7b08;
  text-decoration: none;
}
.btn-arrow:hover {
  color: #ab7b08;
  text-decoration: underline;
}
.btn-arrow:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 1.6rem;
  content: "\f105";
  margin-right: 12px;
  color: #fff;
  background: #ab7b08;
  margin: 0 10px 0 0;
  padding: 0px 10px;
  border-radius: 5px;
  display: inline-block; }

.btn-arrow-green {
  color: #399d07;
  text-decoration: none;
}
.btn-arrow-green:hover {
  color: #399d07;
  text-decoration: underline;
}
.btn-arrow-green:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 1.6rem;
  content: "\f105";
  margin-right: 12px;
  color: #fff;
  background: #399d07;
  margin: 0 10px 0 0;
  padding: 0px 10px;
  border-radius: 5px;
  display: inline-block; }

.btn-arrow-green:hover:before {
  background-color: #399d07;
  color: #fff;
  opacity: 0.8; }

.btn-arrow-large {
  font-size: 1.8rem; }

.btn-arrow-large:before {
  font-size: 2.2rem;
  padding: 10px 25px; }

.btn-arrow:hover:before {
  background-color: #ab7b08;
  color: #fff;
  opacity: 0.8; }

.btn-arrow-white {
  color: #fff; }

.btn-arrow-white:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 1.8rem;
  content: "\f105";
  margin-right: 12px;
  color: #336065;
  background: #fff;
  margin: 0 10px 0 0;
  padding: 0px 10px;
  display: inline-block; }

.btn-green {
  background-color: #336065;
  color: #fff;
  padding: 30px 40px;
  display: inline-block;
  text-decoration: none; }

.btn-green:hover {
  background-color: #448087;
  color: #fff; }

.btn-pink {
  background-color: #fc9094;
  color: #fff;
  padding: 30px 40px;
  display: inline-block;
  text-decoration: none;
  border-radius: 5px; }

.btn-pink:hover {
  opacity: 0.7;
  color: #fff; }

.btn-arrow-top-hero {
  color: #fff;
  background-color: #ab7b08;
  text-decoration: none;
  font-size: 1.4rem;
  padding: 15px 20px;
  border-radius: 5px 0 0 5px; }
@media (min-width: 767px) {
.btn-arrow-top-hero {
  color: #fff;
  background-color: #ab7b08;
  text-decoration: none;
  font-size: 1.8rem;
  padding: 30px 50px;
  border-radius: 5px 0 0 5px; }
}

.btn-arrow-top-hero:hover {
  color: #fff;;
}

.btn-arrow-top-hero:before {
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-right: 1.5rem}

#header-searchform,
#nav-searchform {
  margin: 0;
  margin-top: 10px;
  padding: 0; }
  #header-searchform .searchbox,
  #nav-searchform .searchbox {
    border: 1px solid #dadada;
    background: #fff;
    padding: 5px 3px 5px 5px; }
  #header-searchform input[type="text"],
  #nav-searchform input[type="text"] {
    padding: 0;
    font-size: 14px;
    border: none; }
    #header-searchform input[type="text"]:focus,
    #nav-searchform input[type="text"]:focus {
      box-shadow: none; }
  #header-searchform button[type="submit"],
  #nav-searchform button[type="submit"] {
    background: none;
    border: none; }
    #header-searchform button[type="submit"]:focus,
    #nav-searchform button[type="submit"]:focus {
      outline: none;
      border: none; }
    #header-searchform button[type="submit"] I,
    #nav-searchform button[type="submit"] I {
      font-size: 18px;
      color: #030303; }

@media screen and (max-width: 991px) {
  #header-searchform {
    display: none; } }

MAIN .searchform {
  width: 100%;
  background: #efefef;
  padding: 10px 2%;
  margin: 0 auto 40px auto;
  text-align: center; }
  MAIN .searchform input[type="text"] {
    background: #fff;
    border: 1px solid #ccc;
    height: 30px;
    margin: 0;
    padding: 0 5px;
    display: inline-block;
    float: none;
    width: 300px; }
    @media screen and (max-width: 680px) {
      MAIN .searchform input[type="text"] {
        width: auto; } }
  MAIN .searchform button[type="submit"] {
    cursor: pointer;
    border: none;
    background: #616161;
    color: #fff;
    outline: none;
    width: 4.0em;
    height: 32px;
    display: inline-block;
    font-weight: bold;
    font-size: 14px; }

MAIN .searchform {
  width: 100%;
  background: #efefef;
  padding: 10px 2%;
  margin: 0 auto 40px auto;
  text-align: center; }
  MAIN .searchform input[type="text"] {
    background: #fff;
    border: 1px solid #ccc;
    height: 34px;
    margin: 0;
    padding: 0 10px;
    display: inline-block;
    float: none;
    width: 300px; }
    @media screen and (max-width: 680px) {
      MAIN .searchform input[type="text"] {
        width: auto; } }
  MAIN .searchform button[type="submit"] {
    cursor: pointer;
    border: none;
    background: #616161;
    color: #fff;
    outline: none;
    width: 4.0em;
    height: 32px;
    display: inline-block;
    font-weight: bold;
    font-size: 14px; }

/*============
#global-nav-sp
=============*/
#global-nav-sp {
  display: block;
  position: fixed;
  top: 0;
  right: -100%;
  bottom: 0;
  width: 100%;
  background: #ffffff;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  transition: all .5s;
  z-index: 99;
  opacity: 0; }
  #global-nav-sp .nav-contact {
    background: #fc9195; }
    #global-nav-sp .nav-contact A {
      color: #fff; }

.open #global-nav-sp {
  right: 0;
  opacity: 1; }

#global-nav-sp .inner {
  padding: 80px 25px 25px 25px; }

#global-nav-sp .inner ul {
  list-style: none;
  margin: 0;
  padding: 0; }

#global-nav-sp .inner ul li {
  position: relative;
  margin: 0;
  border-top: 1px solid #333; }
  #global-nav-sp .inner ul li:first-child {
    border-top: none; }
  #global-nav-sp .inner ul li .active {
    background: #1d1a15;
    color: #fff; }
  #global-nav-sp .inner ul li .fa-angle-down {
    display: none; }
  #global-nav-sp .inner ul li A.pre-eco {
    background-color: #007a09;
    color: #ffffff;
    text-decoration: none; }
  #global-nav-sp .inner ul li A.first {
    background-color: #f67c2b;
    color: #ffffff;
    text-decoration: none; }

#global-nav-sp .inner ul li UL {
  padding-left: 40px;
  border-top: 1px solid #333; }

#global-nav-sp .inner ul li a {
  display: block;
  color: #333;
  font-size: 14px;
  padding: 1em;
  text-decoration: none;
  transition-duration: 0.2s; }

#global-nav-sp .inner ul li a:hover {
  background: #d07d7d; }

@media screen and (max-width: 767px) {
  #global-nav-sp {
    right: 100%;
    width: 100%; } }

/*============
.toggle_btn
=============*/
.toggle_btn {
  display: block;
  position: fixed;
  top: 25px;
  right: 10px;
  width: 40px;
  height: 40px;
  transition: all .5s;
  cursor: pointer;
  z-index: 100;
  background: #fff;
  padding: 5px; }
  @media (min-width: 992px) {
    .toggle_btn {
      display: none; } }
  .toggle_btn SPAN {
    display: block;
    position: absolute;
    left: 5px;
    width: 30px;
    height: 2px;
    background-color: #1d1a15;
    border-radius: 10px;
    transition: all .5s; }

.open .toggle_btn {
  background: #1d1a15; }
  .open .toggle_btn SPAN {
    background-color: #fff; }

.toggle_btn span:nth-child(1) {
  top: 9px; }

.toggle_btn span:nth-child(2) {
  top: 19px; }

.toggle_btn span:nth-child(3) {
  bottom: 9px; }

.open .toggle_btn span {
  background-color: #fff; }

.open .toggle_btn span:nth-child(1) {
  -webkit-transform: translateY(10px) rotate(-315deg);
  transform: translateY(10px) rotate(-315deg); }

.open .toggle_btn span:nth-child(2) {
  opacity: 0; }

.open .toggle_btn span:nth-child(3) {
  -webkit-transform: translateY(-10px) rotate(315deg);
  transform: translateY(-10px) rotate(315deg); }

/*============
#mask
=============*/
#mask {
  display: none;
  transition: all .5s; }

.open #mask {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: .8;
  z-index: 2;
  cursor: pointer; }

#global-footer {
  position: relative;
  padding: 50px 0 120px 0; }
  #global-footer .footer-fixed {
    z-index: 30;
    position: fixed;
    width: 100%;
    bottom: 20px;
    left: 0; }
  #global-footer .footer-fixed-inner {
    width: 100%;
    padding-right: 1rem;
    padding-left: 1rem;
    margin-right: auto;
    margin-left: auto;
    text-align: right; }
    @media (min-width: 576px) {
      #global-footer .footer-fixed-inner {
        max-width: 540px; } }
    @media (min-width: 768px) {
      #global-footer .footer-fixed-inner {
        max-width: 720px; } }
    @media (min-width: 992px) {
      #global-footer .footer-fixed-inner {
        max-width: 960px; } }
    @media (min-width: 1200px) {
      #global-footer .footer-fixed-inner {
        max-width: 1140px; } }
    @media (min-width: 1400px) {
      #global-footer .footer-fixed-inner {
        max-width: 1320px; } }
  #global-footer .footer-tel {
    display: inline-block; }
    #global-footer .footer-tel IMG {
      margin: 0;
      width: 230px;
      height: auto; }
  #global-footer .pagetop {
    display: inline-block; }
    #global-footer .pagetop IMG {
      margin: 0 0 5px 0;
      width: 80px;
      height: auto; }

.alliance-label {
  display: inline-block;
  margin-left: -2rem;
  margin-top: -2rem;
  font-family: 'Noto Serif JP', serif; }
  .alliance-label .label-name-alliance {
    display: inline-block;
    padding: 1rem 2rem;
    color: #fff; }
  .alliance-label IMG {
    margin: -23px -40px -20px 0;
    height: 50px; }

/* 固定ページ共通 */
.page-title {
  font-size: 3.6rem;
  margin-top: 20px; }

.contents-title {
  font-size: 3.2rem;
  line-height: 1.2;
  border-left: 3.2rem solid #000;
  margin-top: 20px;
  display: inline-block;
  padding-left: 16px;
  margin-bottom: 42px; }

h3.contents-title {
  font-size: 2.6rem;
  margin-top: 0; }

.notice-area {
  border: 1px solid #1d1a15;
  color: #1d1a15;
  padding: 30px;
  text-align: center; }

.notice-area p {
  font-size: 1.4rem;
  font-family: 'Noto Sans JP', serif;
  font-weight: 300; }

/* コンテンツ */
.contents-nav {
  width: 100%;
  background: #1d1a15;
  padding: 40px 20px 0 20px;
  z-index: 20; }

.contents-nav .contents-nav-title {
  color: #fff;
  border-bottom: 1px solid #fff;
  padding: 0 0 40px 20px; }

.contents-nav .contents-nav-list {
  list-style: none;
  margin: 0;
  padding: 20px 0 40px 0; }

.contents-nav .contents-nav-list a {
  color: #fff;
  text-decoration: none;
  font-family: 'Noto Sans JP', serif;
  display: block;
  padding: 10px 0 10px 20px; }

.contents-nav .contents-nav-list a:hover {
  background: #4c463c; }

.contents-nav .contents-nav-list a:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f105";
  margin-right: 12px; }

.contents-main {
  z-index: 0; }

.contents-main .contents-title {
  font-size: 2.4rem;
  border-left: 6.3rem solid #000;
  padding: 20px 0px 20px 20px; }

.contents-main .contents-main-header {
  background: #dddddd;
  margin-bottom: 36px;
  margin-right: 0; }

.contents-main .post-meta {
  font-size: 1.3rem;
  font-family: 'Noto Sans JP', serif;
  margin: 0 0 10px 0;
  font-weight: bold; }

.contents-main .tag-list {
  font-size: 1.3rem;
  font-family: 'Noto Sans JP', serif;
  list-style: none;
  margin: 0;
  padding: 0; }

.contents-main .tag-list li {
  display: inline-block;
  padding: 0;
  margin: 0; }

.contents-main .tag-list li:after {
  content: "/";
  padding: 0 5px 0 0;
  margin: 0 0 0 5px; }

.contents-main .contents-main-header .post-title {
  font-size: 2.8rem;
  margin: 0 0 10px 0; }

.post-block {
  margin: 0 0 40px 0;
  padding: 0 0 40px 0;
  border-bottom: 1px solid #ececec; }

.post-block .post-title {
  font-size: 1.6rem;
  margin: 0 0 10px 0; }

.post-block .post-title a {
  text-decoration: none;
  color: #1d1a15; }

.label-whatsnew {
  background: #d1b02b;
  padding: 5px 10px;
  margin: 0 0 0 10px; }

.contents-main img {
  max-width: 100%;
  height: auto; }

@media (min-width: 992px) {
  .contents-nav {
    width: 290px;
    order: 1;
    align-self: flex-start; }
  .contents-main {
    flex: 1;
    order: 2;
    padding: 0 0 0 40px; }
  .contents-main .contents-main-header {
    margin-top: -40px;
    margin-left: -150px;
    padding: 40px 40px 40px 150px; } }

.contents-main P {
  margin-bottom: 24px; }

.contents-main .alignleft {
  float: none;
  margin-right: 20px auto;
  text-align: center;
  float: none;
  margin: 0 auto 0 auto;
  display: block;
  max-width: 100%;
  height: auto; }

@media (min-width: 992px) {
  .contents-main .alignleft {
    float: left;
    margin: 0 20px 20px 0;
    max-width: auto; } }

.wp-pagenavi {
  text-align: center;
  margin-bottom: 50px; }

.wp-pagenavi A,
.wp-pagenavi .current {
  position: relative;
  display: inline-block;
  padding: .5rem 1.2rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #007bff;
  background-color: #fff;
  border: 1px solid #dee2e6;
  text-decoration: none;
  font-family: 'Noto Sans JP', serif;
  line-height: 1.6;
  font-weight: bold;
  color: #333; }

.wp-pagenavi .current {
  background: #ddd; }

.wp-pagenavi A:hover {
  background: #336065;
  color: #fff; }

/* 新着情報 */
.contents-main-body {
  padding-bottom: 50px; }

.news {
  padding: 100px 0 0 0; }

.post-block {
  display: flex; }

.post-block .image {
  width: 100px;
  margin-right: 20px; }

.post-block .image img {
  width: 100%;
  height: auto; }

.post-block .text-block {
  flex: 1; }

.profile_block {
  margin: 40px 0;
  padding: 10px;
  background: #dddddd; }
  .profile_block .inner {
    padding: 24px;
    border: 1px solid #dadada;
    box-sizing: border-box; }
  .profile_block .people {
    display: flex;
    align-items: center; }
    .profile_block .people img {
      margin-right: 20px;
      width: 96px; }
    .profile_block .people p.cat {
      margin: 0 0 6px;
      color: #999;
      font-size: 12px; }
    .profile_block .people p.name {
      margin: 0;
      color: #000;
      font-size: 18px;
      font-weight: bold; }
      .profile_block .people p.name .en {
        font-size: 12px;
        font-weight: normal;
        display: block; }
  .profile_block .txt {
    margin: 20px 0 0 0;
    font-size: 14px;
    line-height: 1.4em; }

.sns {
  width: 100%;
  margin: 40px 0;
  text-align: center; }
  .sns UL LI {
    display: inline-block; }
    .sns UL LI:active {
      opacity: .8; }
    .sns UL LI A {
      display: inline-block;
      margin: 0 10px; }

.news-contact {
  background: #fff;
  padding: 0;
  margin: 40px 0; }
  .news-contact .contact-title {
    background: #399d07;
    color: #fff;
    display: block;
    padding: 15px;
    font-size: 1.4rem; }
  .news-contact .news-contact-body {
    padding: 30px;
    color: #1d1a15;
    background-color: #f8f8f8;}
    .news-contact .news-contact-body H4 {
      font-family: 'Noto Sans JP', serif;
      font-size: 1.6rem;
      font-weight: bold; }

/* FAQ */
.list-question {
  margin: 0 0 40px 0;
  padding: 0;
  list-style: none; }

.list-question li {
  margin: 0 0 20px 0; }

.list-question li a {
  font-size: 1.6rem;
  font-family: 'Noto Sans JP', serif;
  color: #1d1a15; }

.list-question li a:before {
  font-size: 1.8rem;
  color: #fff;
  content: "Q";
  padding: 5px 10px;
  margin-right: 12px;
  background: #336065;
  text-decoration: none; }

/* TEL */
.tel-block {
  text-align: center;
  margin-bottom: 42px; }

.tel-block .tel-block-container {
  line-height: 1.2;
  margin-bottom: 10px; }

@media (min-width: 768px) {
  .tel-block .tel-block-container {
    display: flex;
    justify-content: center;
    align-items: center; } }

.tel-block .tel-block-container .tel-icon {
  margin-bottom: 10px; }

@media (min-width: 768px) {
  .tel-block .tel-block-container .tel-icon {
    margin-bottom: 0;
    margin-right: 30px;
    width: 65px; } }

.tel-block .tel-block-container .tel-area {
  font-size: 3.6rem; }

@media (min-width: 768px) {
  .tel-block .tel-block-container .tel-area {
    margin: 0 30px 0 0; } }

.tel-block .tel-block-container .tel-num {
  font-size: 4rem;
  font-family: 'Noto Sans JP', serif;
  font-weight: 300; }

@media (min-width: 768px) {
  .tel-block .tel-block-container .tel-num {
    font-size: 5rem; } }

.tel-block .tel-block-container .tel-num A {
  color: #336065;
  font-family: 'Noto Sans JP', serif;
  font-weight: 300; }

.tel-block .tel-time {
  font-size: 1.4rem;
  display: block;
  text-align: center; }

/* スタッフ */
.staff-block {
  display: flex;
  margin-bottom: 48px; }

.staff-block .staff-avatar {
  margin-left: 20px; }

.staff-block .staff-avatar img {
  width: 75px;
  height: auto;
  box-shadow: -10px 15px 0 #e4e3c9; }

.staff-block .staff-profile {
  padding: 0 30px; }

.staff-block .staff-name {
  font-size: 2.2rem;
  margin-bottom: 15px; }

.staff-block .staff-description {
  font-size: 1.4rem;
  font-family: 'Noto Sans JP', serif;
  line-height: 1.4; }

#about-alliance .price {
  font-size: 2.4rem; }

.pdf-list {
  padding: 0 10px 20px 10px; }
  .pdf-list .img-pdf {
    display: block;
    text-align: center; }
    .pdf-list .img-pdf IMG {
      max-width: 80%;
      margin: 0 auto 20px auto; }
      @media screen and (max-width: 991px) {
        .pdf-list .img-pdf IMG {
          max-width: 100%; } }
ul.preeco-sub-nav {
  background-color: #017709!important;
}
ul.preeco-sub-nav li a:hover {
  background-color: #017709!important;
}
ul.first-sub-nav {
  background-color: #947300!important;
}
ul.first-sub-nav li a:hover {
  background-color: #947300!important;
}



.fa-caret-down {
  color: #399d07;
}
.font-en {
  font-family: 'Josefin Sans', sans-serif;
}
.bg-green {
  background-color: #399d07;
}
.btn-brown {
  background-color: #ab7b08;
  color: #fff;
  padding: 30px 40px;
  display: inline-block;
  text-decoration: none;
  border-radius: 5px; }
.btn-brown:hover {
  opacity: 0.8;
  color: #fff; }
.hike-level {
  background-color: #fc9094;
  color: #fff;
  padding: 5px 20px;
  display: inline-block;
}
.tour-price {
  color: #e84f53;
  font-weight: bold;
}
.tour-season {
  padding: 5px 15px;
  background-color: #fff;
  display: inline-block;
}
.tour-detail-title a {
  color: #222;
  text-decoration: none;
}
.tour-detail-title a:hover {
  text-decoration: underline;
}
.op-img:hover {
  opacity: 0.8;
}
.list-inline-item a:hover {
  color: #399d07;
}


/* トップ */
.carousel {
margin-bottom: 0;
padding-top: 0;
}
@media (min-width: 767px) {
.carousel {
padding-top: 70px;
}
}
.carousel-indicators {
bottom: -20px;
}
@media (min-width: 767px) {
.carousel-indicators {
bottom: 10px;
}
}
.top-hero-title-wrap {
position: absolute;
z-index: 3;
top: 15px;
left: 50%;
left: 0;
right: 0;
margin: auto;
}
@media (min-width: 767px) {
.top-hero-title-wrap {
position: absolute;
z-index: 3;
top: 0;
left: 50%;
left: 0;
right: 0;
margin: auto;
}
}
.top-hero-title {
background-color: #399d07;
color: #fff;
display: inline-block;
padding: 15px 50px;
text-align: center;
width: 90%;
}
.top-hero-title h1 {
font-size: 2.5rem;
}
@media (min-width: 767px) {
.top-hero-title {
background-color: #399d07;
color: #fff;
display: inline-block;
padding: 25px 60px;
text-align: center;
width: auto;
}
.top-hero-title h1 {
font-size: 3rem;
}
}

.page-hero-title-wrap {
position: absolute;
z-index: 3;
top: 15px;
left: 50%;
left: 0;
right: 0;
margin: auto;
}
@media (min-width: 767px) {
.page-hero-title-wrap {
position: absolute;
z-index: 3;
top: 0;
left: 50%;
left: 0;
right: 0;
margin: auto;
}
}
.page-hero-title {
background-color: #399d07;
color: #fff;
display: inline-block;
padding: 15px 50px;
text-align: center;
width: 90%;
}
.page-hero-title h1 {
font-size: 2.5rem;
}
@media (min-width: 767px) {
.page-hero-title {
background-color: #399d07;
color: #fff;
display: inline-block;
padding: 25px 60px;
text-align: center;
width: auto;
}
.page-hero-title h1 {
font-size: 3rem;
}
}

.shave {
background:linear-gradient(45deg, transparent 40px, #399d07 40px),linear-gradient(225deg, transparent 40px, #399d07 40px);
background-position: bottom left, bottom right, top right, top left;
background-size: 50% 100%;
background-repeat: no-repeat;
}
.shave::before {
content: '';
display: block;
background: linear-gradient(225deg, transparent 40px, #399d07 40px);
width: 30px;
height: 30px;
position: absolute;
right: 0px;
top: 0px;
}
.page-shave {
background:linear-gradient(45deg, transparent 40px, rgba(57,157,7,0.8) 40px),linear-gradient(225deg, transparent 40px, rgba(57,157,7,0.8) 40px);
background-position: bottom left, bottom right, top right, top left;
background-size: 50% 100%;
background-repeat: no-repeat;
}
.page-shave::before {
content: '';
display: block;
background: linear-gradient(225deg, transparent 40px, rgba(57,157,7,0.8) 40px);
width: 30px;
height: 30px;
position: absolute;
right: 0px;
top: 0px;
}
.carousel-indicators li {
box-sizing: content-box;
flex: 0 1 auto;
width: 15px;
height: 15px;
margin-right: 15px;
margin-left: 15px;
text-indent: -999px;
cursor: pointer;
background-color: #ffcc00;
background-clip: padding-box;
border-top: 10px solid transparent;
border-bottom: 10px solid transparent;
opacity: 0.5;
transition: opacity 0.6s ease;
border-radius: 50%;
}
.topread {
position: relative;
}
.top-read-left {
position: relative;
}
@media (min-width: 767px) {
.top-read-left {
position: absolute;
}
}
.top-read-left h1 {
font-size: 2.7rem;
font-weight: bold;
}
@media (min-width: 767px) {
.top-read-left h1 {
font-size: 4rem;
font-weight: bold;
}
}
.top-read-en {
color: #399d07;
font-size: 2rem;
font-weight: bold;
}
.top-read-btn {
background-color: #399d07;
color: #fff;
text-align: center;
padding: 2rem 1rem;
display: inline-block;
margin-top: 2.5rem;
margin-bottom: 2.5rem;
font-size: 2rem;
text-decoration: none;
border-radius: 0.5rem;
width: 100%;
}
.top-read-btn:before {
content: "　";
background-image: url(/mountain/wp-content/themes/mountain/assets/images/top/top-read-btn-mark.png);
background-repeat: no-repeat;
background-position: center center;
background-size: contain;
margin-right: 1.5rem;
}
.top-read-btn:hover {
color: #fff;
opacity: 0.8;
}
@media (min-width: 767px) {
.top-read-btn {
background-color: #399d07;
color: #fff;
text-align; center;
padding: 3rem 5rem;
display: inline-block;
margin-top: 3rem;
font-size: 2rem;
text-decoration: none;
border-radius: 0.5rem;
width: auto;
}
.top-read-btn:before {
content: "　";
background-image: url(/mountain/wp-content/themes/mountain/assets/images/top/top-read-btn-mark.png);
background-repeat: no-repeat;
background-position: center center;
background-size: contain;
margin-right: 1.5rem;
}
.top-read-btn:hover {
color: #fff;
opacity: 0.8;
}
}
.top-read-right {
padding: 2rem;
}
@media (min-width: 767px) {
.top-read-right {
margin-top: 5rem;
padding: 13rem 3rem 3rem 10rem;
}
}
.basic-info {
margin-top: -75px;
padding-top: 70px;
padding-left: 45px;
position: relative;
}
.basic-info span {
position: absolute;
height :100%;
border-left: 18px solid #399d07;
bottom: 0;
left: 10px;
}
.enjoy-title {
position: relative;
padding-left: 40px;
padding-bottom: 60px;
margin-bottom: -50px;
}
.enjoy-title span {
position: absolute;
height :100%;
border-left: 18px solid #399d07;
top: 0;
left: 10px;
}
.enjoy-purpose-title {
font-weight: bold;
font-size: 2rem;
padding-bottom: 1rem;
border-bottom: 4px solid #399d07;
display: inline-block;
}
.top-title-mark {
background-color: #399d07;
color: #fff;
padding: 1rem 1.5rem 0.5rem;
display: inline-block;
position: absolute;
top: -35px;
left: 0;
}
.top-title-mark p {
text-align: center;
font-size: 1.7rem;
font-family: 'Josefin Sans', sans-serif;
margin: 0;
padding: 0;
margin-top: 5px;
line-height: 1.2;
}
ul.example li {
display: inline-block;
margin-right: 2rem;
}
ul.example li span.example-area {
padding: 0.3rem 1rem;
border-radius: 5px;
text-decoration: none;
background-color: #399d07;
color: #fff;
display: inline-block;
}
span.example-mt:before {
content: "　";
background-image: url(/mountain/wp-content/themes/mountain/assets/images/top/map-icon-mountain.png);
background-repeat: no-repeat;
background-position: center center;
background-size: contain;
margin-right: 0.3rem;
}
a.top-map-area {
padding: 0.5rem 1rem;
border-radius: 5px;
text-decoration: none;
background-color: #399d07;
color: #fff;
display: inline-block;
}
a.top-map-area:hover {
opacity: 0.8;
}
a.top-map-mt {
color: #222;
text-decoration: none;
}
a.top-map-mt:hover {
color: #399d07;
}
a.top-map-mt:before {
content: "　";
background-image: url(/mountain/wp-content/themes/mountain/assets/images/top/map-icon-mountain.png);
background-repeat: no-repeat;
background-position: center center;
background-size: contain;
margin-right: 0.3rem;
}
a.top-map-mt {
display: none;
}
a.top-map-area {
display: none;
}
@media (min-width: 767px) {
a.top-map-mt {
display: inline-block;
}
a.top-map-area {
display: inline-block;
}
}
a.top-map-mt_01 {
position: absolute;
top: 15%;
left: 70%;
}
a.top-map-mt_02 {
position: absolute;
top: 34%;
left: 62%;
}
a.top-map-mt_03 {
position: absolute;
top: 38%;
left: 64%;
}
a.top-map-mt_04 {
position: absolute;
top: 42%;
left: 62%;
}
a.top-map-mt_05 {
position: absolute;
top: 56%;
left: 57%;
}
a.top-map-mt_06 {
position: absolute;
top: 60%;
left: 58%;
}
a.top-map-mt_07 {
position: absolute;
top: 64%;
left: 57%;
}
a.top-map-area_01 {
position: absolute;
top: 27%;
left: 70%;
}
a.top-map-area_02 {
position: absolute;
top: 56%;
left: 69%;
}
a.top-map-area_03 {
position: absolute;
top: 74%;
left: 51%;
}
a.top-map-area_04 {
position: absolute;
top: 42%;
right: 48%;
}
a.top-map-area_05 {
position: absolute;
top: 55%;
right: 55%;
}
a.top-map-area_06 {
position: absolute;
top: 64%;
right: 69%;
}
a.top-map-area_07 {
position: absolute;
top: 82%;
left: 0%;
}
.pc-none {
display: inline-block;
}
.sp-none {
display: none;
}
@media (min-width: 767px) {
.pc-none {
display: none;
}
.sp-none {
display: inline-block;
}
}
.sp-map {
display: block;
text-align: left;
margin-top: 3rem;
}

a.top-map-area-sp {
padding: 0.5rem 1rem;
border-radius: 5px;
text-decoration: none;
background-color: #399d07;
color: #fff;
display: inline-block;
margin-top: 1rem;
margin-bottom: 1rem;
}
a.top-map-mt-sp {
color: #222;
text-decoration: none;
margin-right: 1rem;
display: inline-block;
}
a.top-map-mt-sp:before {
content: "　";
background-image: url(/mountain/wp-content/themes/mountain/assets/images/top/map-icon-mountain.png);
background-repeat: no-repeat;
background-position: center center;
background-size: contain;
margin-right: 0.3rem;
}



.basic-point-area {
padding: 1rem 1rem 1rem 2rem;
border-left: 20px solid #399d07;
margin-bottom: 3rem;
}
.basic-point-title {
color: #399d07;
font-size: 2.8rem;
margin-bottom: 0;
line-height: 1.4;
}
.basic-point-area h2 {
font-size: 2rem;
margin-top: 1rem;
margin-bottom: 1.5rem;
font-weight: bold;
}
.basic-point-title span {
font-size: 5rem;
font-weight: bold;
padding-left: 1rem;
font-family: 'Josefin Sans', sans-serif;
}
img.border {
border: 1px solid #ccc;
}
.content-center {
display: flex;
justify-content: center;
align-items: center;
}

.basic-type-img {
border: 1px solid #ccc;
}
.basic-type-info {
background-color: #399d07;
color: #fff;
padding: 3rem;
}
.basic-type-info h2 {
margin-bottom: 1rem;
}

.mt-mark {
position: relative;
width: 80%;
box-shadow: 35px 100px #f8f8f8;
margin-bottom: 4rem;
}
@media (max-width: 766px) {
.mt-mark {
box-shadow: none;
width: 100%;
}
}
.mt-mark-img {
position: absolute;
bottom: -30px;
right: 20px;
width: 140px;
}

.basic-item-img {
width: 70%;
}
@media (max-width: 766px) {
.basic-item-img {
width: 100%;
}
}

.mt-basic-info {
width: 100%;
}
.mt-basic-info tr {
border-bottom: 1px solid #ccc;
}
.mt-basic-info th {
padding: 1.5rem 2rem;
background-color: #399d07;
color: #fff;
font-weight: normal;
text-align: center;
}
.mt-basic-info td {
padding: 1rem 2rem;
background-color: #f8f8f8;
}

.course-title-green {
background-color: #399d07;
color: #fff;
padding: 2rem 4rem;
display: inline-block;
border-radius: 1rem;
margin-top: 3rem;
margin-bottom: 2rem;
text-align: center;
}



.b-border {
border-bottom: 1px solid #ccc;
}
p.recommend-mt-title-before {
color: #399d07;
font-size: 2rem;
padding-right: 2rem;
display: inline;
}
p.recommend-mt-title-before:before {
content: '■';
margin-right: 0.7rem;
font-size: 2.2rem;
}
p.recommend-mt-title-before span {
font-weight: bold;
font-size: 3rem;
padding-left: 1rem;
font-family: 'Josefin Sans', sans-serif;
}
/* @media (max-width: 766px) {
p.recommend-mt-title-befor {
display: block;
margin-bottom: 0;
padding-bottom: 0;
}
} */
@media (max-width: 766px) {
p.recommend-mt-title-befor {
display: black!important;
}
}
.inline {
display: inline;
}
@media (max-width: 766px) {
.inline {
display: black!important;
}
}


dl.flower dt {
float: left;
margin-bottom: 1.5rem;
background-color: #399d07;
color: #fff;
width:8em;
padding: 0.5rem 1rem;
text-align: center;
font-weight: normal;
}
dl.flower dd{
margin-left: 9em;
margin-bottom: 1.5rem;
padding: 0.5rem 1rem;
font-weight: bold;
}


.green-square:before {
content: '■';
margin-right: 1rem;
color: #399d07;
}
.goods-inner {
border-left:40px solid #399d07;
}
ul.goods {
margin-left:-4.5rem;
}
ul.goods li {
list-style:none;
margin-bottom:3rem;
position:relative;
counter-increment: number;
}
ul.goods li:before {
content: counter(number);
font-size:2rem;
background: #399d07;
display: inline-block;
width: 2.5em;
height: 2.5em;
line-height:2.5;
text-align: center;
border-radius: 50%;
border:3px solid #f8f8f8;
color: #fff;
position:absolute;
top:30%;
font-family: 'Josefin Sans', sans-serif;
}
ul.goods li h3 {
padding-left:6rem;
}
ul.goods li p {
padding-left:6rem;
}


table.knowledge-term th {
padding: 1.5rem;
background-color: #399d07;
color: #fff;
text-align: center;
border-right: 1px solid #ccc;
}
table.knowledge-term td {
padding: 1.5rem;
background-color: #f8f8f8;
border-right: 1px solid #ccc;
border-bottom: 1px solid #ccc;
}
table.knowledge-term th:nth-last-child(1) {
border-right: none;
}
table.knowledge-term td:nth-last-child(1) {
border-right: none;
}


@media screen and (max-width: 767px) {
div.scroll {
overflow-x: auto;
}
div.scroll table {
min-width: 720px;
margin: 0 10px 50px;
}
}
table.knowledge-term td .fa-square {
background-color:#fff;
font-size:2.3rem;
font-weight:normal;
color:#999;
}


img.news-pic {
max-width: 500px;
}
@media screen and (max-width: 767px) {
img.news-pic {
width: 100%;
}
}


.label-whatsnew a {
color: #333;
text-decoration: none;
}

.tag-list {
  font-size: 1.3rem;
  font-family: 'Noto Sans JP', serif;
  list-style: none;
  margin: 0;
  padding: 0; }

.tag-list li {
  display: inline-block;
  padding: 0.2rem 1rem;
  margin: 0;
  border-radius: 5px;
  color: #f8f8f8;
  border: 1px solid #f8f8f8; }

.gadgetDeptPref {
  display: none;
}

.basic-type-info h2:before {
content: "■";
margin-left:-40px;
margin-right:15px;
}


.btn-anchor {
background-color:#ab7b08;
color:#fff;
padding:25px 20px 15px;
text-decoration:none;
width:100%;
display:block;
text-align:center;
}
.btn-anchor:hover {
color:#fff;
opacity:0.8;
}
.btn-anchor .fa-angle-down {
display:block;
font-size:3rem;
}


.news-col span.news {
background-color: #eea650!important;
}
.news-col span.tips {
background-color: #c5faef!important;
}
.news-col span.experience {
background-color: #edfbca!important;
}

.img-hover:hover {
opacity: 0.8;
}

.yellow-line {
padding-bottom: 10px;
border-bottom: 3px solid #ffcc00;
display: inline-block;
}
.bg-weve-green {
background-image: url(/wp/wp-content/themes/NTG-en/assets/images/common/bg-footer.jpg);
}
.btn-more-info {
background-color: #3b3b3b;
color: #fff;
display: inline-block;
padding: 10px 20px;
text-decoration: none;
font-weight: bold;
font-size: 120%;
}
.btn-more-info:hover {
color: #fff;
opacity: 0.8;
}
.link-resources a {
color: #77adb7!important;
}
header a .yellow-line {
color: #333;
}
.footer-logo-txt {
color: #333;
text-decoration: none;
}
.footer-logo-txt:hover {
color: #333;
opacity: 0.8;
}


/* add2026 */
a {
color: #bf7365;
}
a:hover {
color: #bf7365;
text-decoration: none;
}
span.tag-whatsnew {
font-size: 1.3rem;
padding: 0px 10px;
background-color: #d6f5d6;
color: #000;
display: inline-block;
margin-left: 1.5rem;
}
span.tag-blog {
font-size: 1.3rem;
padding: 0px 10px;
background-color: #e1f4f8;
color: #000;
display: inline-block;
margin-left: 1.5rem;
}

@media (max-width: 767px) {
a {
color: #bf7365;
}
a:hover {
color: #bf7365;
text-decoration: none;
}
span.tag-whatsnew {
font-size: 1.3rem;
padding: 0px 10px;
background-color: #d6f5d6;
color: #000;
display: inline-block;
margin-left: 1.5rem;
}
span.tag-blog {
font-size: 1.3rem;
padding: 0px 10px;
background-color: #e1f4f8;
color: #000;
display: inline-block;
margin-left: 1.5rem;
}
}

.contents-nav {
width: 100%;
background-color: #d88273;
}
.area-nav-title {
color: #fff;
padding: 25px 20px;
background-color: #bf7365;
}
ul.area-nav {
list-style: none;
padding-left: 0;
}
ul.area-nav li a {
color: #fff;
display: block;
text-decoration: none;
padding: 5px 20px;
font-size: 1.8rem;
font-weight: bold;
}
ul.area-nav li a:hover {
background-color: #bf7365;
}
ul.area-nav-child li a {
padding-left: 40px;
font-weight: normal;
font-size: 1.6rem;
}

.bold {
font-weight: bold;
}

.editor-area {
display: flex;
}
.editor-pic {
width: 100px;
}

.hero::before {
content: '';
background-color: rgba(0, 0, 0, 0.1);
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
display: block;
}
.yellow-line {
padding-bottom: 10px;
border-bottom: 3px solid #ffcc00;
display: inline-block;
}
.bold {
font-weight: bold;
}
.border {
border: 1px solid #ccc;
}
.link-label {
padding: 0.3rem 1.5rem;
background-color: #3b3b3b;
color: #fff;
display: inline-block;
}
ul.activity-icon {
display: inline-block;
margin-left: auto;
margin-right: auto;
padding-left: 0;
}
ul.activity-icon li {
display: inline-block;
float: left;
margin-right: 1rem;
padding: 0.3rem 1.5rem;
background-color: #3b3b3b;
margin-bottom: 1rem;
color: #fff;
}
ul.atraction-list {
padding-left: 0;
}
ul.atraction-list li {
list-style: none;
}
.wp-pagenavi {
clear: both;
text-align: center;
}
.wp-pagenavi a, .wp-pagenavi span {
color: #d88273;
background-color: #FFFFFF;
padding: 8px 15px!important;
margin: 0 2px;
white-space: nowrap;
-webkit-transition: 0.5s ease-in-out;
-moz-transition: 0.5s ease-in-out;
-o-transition: 0.5s ease-in-out;
transition: 0.5s ease-in-out;
text-align: center;
text-decoration: none;
border: thin dotted #d88273;
}
.wp-pagenavi a:hover{
color: #fff;
background-color: #d88273;
}
.wp-pagenavi span.current{
color: #fff;
background-color: #d88273;
}
.wp-pagenavi span.current {
border-color: #d88273;
}
.wp-pagenavi a:hover {
border-color: #d88273;
}

.btn-arrow-red {
color: #d88273;
text-decoration: none;
}
.btn-arrow-red:hover {
color: #d88273;
opacity: 0.8;
}
.btn-arrow-red span {
border-bottom: 1px solid #d88273;
padding-bottom: 2px;
}
.btn-arrow-red:before {
font-family: "Font Awesome 5 Free";
font-weight: 900;
font-size: 1.3rem;
content: "\f054";
color: #fff;
background: #d88273;
margin: 0 8px 0 0;
padding: 1px 8px;
display: inline-block;
border-bottom: none!important;
}

.btn-arrow-lg-red {
background-color: #d88273;
color: #fff;
display: inline-block;
padding: 2rem 3rem 2rem 5.5rem;
text-decoration: none;
font-size: 2rem;
position: relative;
font-weight: bold;
}
.btn-arrow-lg-red:before {
font-family: "Font Awesome 5 Free";
font-weight: 900;
font-size: 2rem;
margin-right: 10px;
content: "\f054";
color: #fff;
position: absolute;
top: 50%; /* 上から50%の位置に */
left: 3rem; /* 左端からの距離 */
transform: translateY(-50%);
}
.btn-arrow-lg-red:hover {
background-color: #d88273;
color: #fff;
opacity: 0.8;
}

.btn-arrow-lg-yellow {
background-color: #f0bf00;
color: #fff;
display: inline-block;
padding: 2rem 3rem 2rem 5.5rem;
text-decoration: none;
font-size: 2rem;
position: relative;
font-weight: bold;
}
.btn-arrow-lg-yellow:before {
font-family: "Font Awesome 5 Free";
font-weight: 900;
font-size: 2rem;
margin-right: 10px;
content: "\f054";
color: #fff;
position: absolute;
top: 50%; /* 上から50%の位置に */
left: 3rem; /* 左端からの距離 */
transform: translateY(-50%);
}
.btn-arrow-lg-yellow:hover {
background-color: #f0bf00;
color: #fff;
opacity: 0.8;
}

.btn-arrow-lg-black {
background-color: #3b3b3b;
color: #fff;
display: inline-block;
padding: 2rem 3rem 2rem 5.5rem;
text-decoration: none;
font-size: 2rem;
position: relative;
font-weight: bold;
}
.btn-arrow-lg-black:before {
font-family: "Font Awesome 5 Free";
font-weight: 900;
font-size: 2rem;
margin-right: 10px;
content: "\f054";
color: #fff;
position: absolute;
top: 50%; /* 上から50%の位置に */
left: 3rem; /* 左端からの距離 */
transform: translateY(-50%);
}
.btn-arrow-lg-black:hover {
background-color: #3b3b3b;
color: #fff;
opacity: 0.8;
}

.fc-red {
color: #d88273;
}

a span.news-label-sp {
text-decoration: none!important;
position: absolute;
bottom: 0;
right: 0;
}

a.news-title-link {
text-decoration: none;
color: #000;
}
a.news-title-link:hover {
opacity: 0.8;
}

#menu li:hover > ul li {
height: 70px!important;
}
#menu li ul {
top: 50px!important;
margin-left: auto;
margin-right: auto;
margin-bottom: -20px!important;
}
.open .toggle_btn {
background: #d88273;
}
#global-nav-sp .inner ul li .active {
background: #d88273;
}
#global-nav-sp .inner ul li a:hover {
background: #d88273;
color: #fff;
}

.news-thumbnail {
width: 100%;
aspect-ratio: 3/2;
object-fit: cover;
}
