@charset "UTF-8";

/** トップページ **/

.mv-container {
  position: relative;
  width: 100%;
  min-width: 1220px;
  height: 600px;
}

.mv-body img {
  width: 100%;
  height: 600px;
  -o-object-fit: cover;
  object-fit: cover;
}

.mv-comment {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 600px;
  color: #fff;
}

.mv-comment .base-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 600px;
  font-size: 4.8rem;
  line-height: 1.26;
}

.mv-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  position: absolute;
  bottom: 0;
  right: 0;
}

.mv-btns a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 200px;
  height: 50px;
  color: #fff;
  font-size: 1.4rem;
  -webkit-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

.mv-btns li:first-child a {
  background-color: #414042;
}

.mv-btns li:last-child a {
  background-color: #c82434;
}

.mv-btns a:hover {
  text-decoration: none;
  opacity: .7;
}

.mv-btns img {
  margin-right: 14px;
}

.mv-btns li:first-child img {
  width: 26px;
}

.mv-btns li:last-child img {
  width: 18px;
}

.toppage-pickup {
  position: relative;
  margin-top: 50px;
  padding-top: 50px;
}

.toppage-pickup::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: calc((100% - 1220px) / 2);
  height: 336px;
  background-color: #f6f6f7;
}

.toppage-pickup .base-container {
  position: relative;
}

.toppage-pickup .base-container::before {
  content: '';
  display: block;
  position: absolute;
  top: -50px;
  left: 0;
  width: 210px;
  height: 336px;
  background-color: #f6f6f7;
}

.toppage-pickup .block-img-list.list-3 {
  margin-top: 20px;
}

.toppage-news {
  margin-top: 100px;
}

.news-list {
  margin-top: 24px;
}

.news-list li,
.news-list a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.news-list a:hover {
  text-decoration: none;
}

.news-list li + li {
  margin-top: 24px;
}

.news-list .news-category {
  width: 130px;
  font-size: 1.2rem;
}

.news-list .news-date {
  width: 170px;
  font-size: 1.8rem;
}

.news-list .news-ttl {
  width: 870px;
  font-size: 1.8rem;
}

.news-list a:hover .news-ttl {
  text-decoration: underline;
}

.toppage-big-bnr-list {
  margin-top: 100px;
}

.toppage-big-bnr-list li {
  position: relative;
}

.toppage-big-bnr-list li + li {
  margin-top: 100px;
}

.toppage-big-bnr-list .comment {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 1200px;
  height: 400px;
  padding-left: 200px;
  color: #fff;
  font-size: 4.8rem;
  line-height: 1.4;
}

.toppage-big-bnr-list .img {
  -webkit-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

.toppage-big-bnr-list a:hover .img {
  opacity: .7
}

.toppage-big-bnr-list .small {
  font-size: 2.4rem;
}

.toppage-big-bnr-list p + p {
  margin-top: 6px;
}

.toppage-leisure {
  margin-top: 60px;
}

.toppage-mice {
  margin-top: 80px;
}

.toppage-leisure,
.toppage-mice {
  position: relative;
  padding-top: 38px;
}

.toppage-leisure::before,
.toppage-mice::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: calc((100% - 1220px) / 2);
  height: 266px;
  background-color: #f6f6f7;
}

.toppage-leisure .base-container,
.toppage-mice .base-container {
  position: relative;
}

.toppage-leisure .base-container::before,
.toppage-mice .base-container::before {
  content: '';
  display: block;
  position: absolute;
  top: -38px;
  left: 0;
  width: 210px;
  height: 266px;
  background-color: #f6f6f7;
}

.toppage-leisure .block-img-list.list-4,
.toppage-mice .block-img-list.list-4 {
  margin-top: 16px;
}

.toppage-recommend {
  min-width: 1220px;
  position: relative;
  margin-top: 134px;
}

.toppage-recommend-list {
  padding: 30px 0;
  background-color: #f6f6f7;
}

.toppage-recommend-list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.toppage-recommend-list li:not(:nth-child(-n+2)) {
  margin-top: 10px;
}

.toppage-recommend-list a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 597px;
  height: 151px;
  background-color: #fff;
  font-size: 4.4rem;
  -webkit-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

.toppage-recommend-list a:hover {
  text-decoration: none;
  opacity: .7;
}

.toppage-information {
  min-width: 1220px;
  padding: 44px 0 56px;
  background-color: #f6f6f7;
}

.toppage-information-list {
  margin-top: 66px;
}

.toppage-information-list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;

}

.toppage-information-list li {
  width: calc(100% / 5);
}

.toppage-information-list a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 2.4rem;
  text-align: center;
}

.toppage-information-list .icon {
  -webkit-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

.toppage-information-list a:hover .icon {
  opacity: .7;
}

.toppage-information-list p {
  margin-top: 8px;
  line-height: 1.04;
}

/** 02.PICKUP **/

.pickup-content {
  margin-top: 150px;
  padding-top: 30px;
}

.pickup-content.content-bg > *::before {
  top: -30px;
}

.pickup-list {
  margin-top: 20px;
}

.pickup-list.block-img-list.list-3 .ttl {
  margin-top: 17px;
}

.pickup-list.block-img-list.list-3 .more-btn {
  margin-top: 22px;
}

.pickup-detail-container {
  margin-top: 8px;
}

.pickup-detail-container .back-btn {
  font-size: 2.4rem;
  text-align: right;
}

.pickup-detail-container .back-btn.bottom {
  margin-top: 60px;
}

.pickup-detail-container .large-img {
  margin-top: 30px;
}

.pickup-detail-container .large-img .img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.pickup-detail-container .large-img .ttl {
  margin-top: 7px;
  font-size: 1.6rem;
  text-align: center;
}

.pickup-detail-container .large-img + .block-article {
  margin-top: 24px;
}

.pickup-detail-container h3 {
  margin: 80px 0 16px;
}

.pickup-detail-container .block-img-list {
  margin-top: 40px;
}

.pickup-detail-container .block-img-list .comment {
  margin-top: 7px;
}

.pickup-detail-container .block-img-list .img img {
  height: 240px;
}

/** 03.WhyJTBGMT **/

.whygmt-content {
  margin-top: 50px;
  padding-top: 44px;
}

.whygmt-content.content-bg > *::before {
  top: -44px;
}

/** 04.Destinations **/

.destinations-mv {
  position: relative;
  margin-top: -15px;
}

.desinations-mv-tab {
  position: absolute;
  right: 0;
  bottom: 0;
}

.desinations-mv-tab li {
  display: inline-block;
  font-size: 1.8rem;
}

.desinations-mv-tab li:not(:last-child)::after {
  content: ' / ';
}

.desinations-mv-tab li span {
  cursor: pointer;
}

.desinations-mv-tab li.is-active span {
  position: relative;
  color: #c82434;
}

.desinations-mv-tab li.is-active span::after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: 1px;
  width: 100%;
  height: 2px;
  background-color: #c82434;
}

.destinations-mv-content li {
  display: none;
  position: relative;
}

.destinations-mv-content li.is-active {
  display: block;
}

.destinations-mv-content li h2 {
  position: absolute;
  top: -38px;
  right: 0;
  color: #c82434;
  font-size: 3.6rem;
  font-weight: 400;
}

.destinations-mv-content li .comment {
  position: absolute;
  top: 92px;
  left: 0;
  width: 590px;
  font-size: 1.4rem;
}

.destinations-article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.destinations-article.article-1 {
  margin-top: 70px;
}

.destinations-article.article-2 {
  margin-top: 200px;
}

.destinations-article .base-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.destinations-article .img {
  width: 460px;
}

.destinations-article .content {
  width: 640px;
}

.destinations-article .base-container > div:first-child {
  margin-right: 100px;
}

.destinations-area {
  margin-top: 50px;
  padding-top: 42px;
}

.destinations-area.content-bg > *::before {
  top: -42px;
}

.destinations-area-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 19px;
}

.destinations-area-list li {
  width: 360px;
}

.destinations-area-list li:not(:nth-child(3n)) {
  margin-right: 40px;
}

.destinations-area-list li:not(:nth-child(-n+3)) {
  margin-top: 46px;
}

.destinations-area-list a {
  display: block;
  -webkit-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

.destinations-area-list a:hover {
  text-decoration: none;
  opacity: .7;
}

.destinations-area-list .img img {
  width: 100%;
}

.destinations-area-list .ttl {
  position: relative;
  margin-top: 23px;
  font-size: 2.4rem;
}

.destinations-area-list .ttl::before {
  content: '';
  display: inline-block;
  position: relative;
  top: -1px;
  width: 14px;
  height: 14px;
  margin-right: 5px;
}

.area-hokkaido .ttl::before,
.area.hokkaido::before {
  background-color: #712798;
}

.area-tohoku .ttl::before,
.area.tohoku::before {
  background-color: #ffbb22;
}

.area-kanto .ttl::before,
.area.kanto::before {
  background-color: #96c832;
}

.area-chubu .ttl::before,
.area.chubu::before {
  background-color: #2ca5df;
}

.area-kansai .ttl::before,
.area.kansai::before {
  background-color: #ff9ed3;
}

.area-chugoku .ttl::before,
.area.chugoku::before {
  background-color: #00c9ff;
}

.area-shikoku .ttl::before,
.area.shikoku::before {
  background-color: #e85711;
}

.area-kyushu .ttl::before,
.area.kyushu::before {
  background-color: #50b450;
}

.area-okinawa .ttl::before,
.area.okinawa::before {
  background-color: #f19500;
}

.destinations-area-mv {
  position: relative;
}

.destinations-area-mv .back-btn {
  position: absolute;
  right: 0;
  bottom: 35px;
}

.destinations-area-article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 60px;
}

.destinations-area-article .base-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.destinations-area-article .img {
  width: 600px;
  margin: 13px 60px 0 0;
}

.destinations-area-article .content {
  width: 540px;
}




/** MICE **/

.mice-plm-bnr {
  margin-top: 80px;
}

.mice-plm-bnr a {
  display: block;
  -webkit-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

.mice-plm-bnr a:hover {
  opacity: .7;
}

.mice-service-content {
  margin-top: 67px;
  padding-top: 42px;
}

.mice-service-content.content-bg > *::before {
  top: -42px;
}

.mice-service-content .block-img-list {
  margin-top: 18px;
}

.mice-service-content .mice-bnr {
  width: 1137px;
  margin-top: 90px;
}

.mice-service-content .mice-bnr a {
  display: block;
  -webkit-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

.mice-service-content .mice-bnr a:hover {
  opacity: .7;
}

.mice-cases-content {
  margin-top: 42px;
  padding-top: 50px;
}

.mice-cases-content.content-bg > *::before {
  top: -50px;
}

.mice-cases-tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 16px;
  font-size: 1.8rem;
}

.mice-cases-tab li {
  position: relative;
}

.mice-cases-tab li:not(:last-child)::after {
  content: '|';
  margin: -0 2px;
}

.mice-cases-tab li span {
  cursor: pointer;
  -webkit-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

.mice-cases-tab li span:hover,
.mice-cases-tab li.is-active span {
  color: #c82434;
}

.mice-cases-item {
  display: none;
  margin-top: 55px;
}

.mice-cases-item.is-active {
  display: block;
}

.mice-cases-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.mice-cases-year {
  width: 590px;
}

.mice-cases-year:not(:nth-child(-n+2)) {
  margin-top: 60px;
}

.mice-cases-year .year {
  padding-left: 27px;
  font-size: 2.4rem;
}

.mice-cases-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 15px;
}

.mice-cases-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  min-height: 50px;
  padding: 8px 43px 10px 30px;
  font-size: 1.8rem;
}

.mice-cases-list li.ttl {
  padding: 0 40px 0 27px;
  font-size: 2.4rem;
}

.mice-cases-list li:nth-child(odd) {
  min-height: 42px;
  padding-top: 8px;
  padding-bottom: 7px;
  background-color: #f2f2f2;
}

.mice-cases-list .group {
  width: 450px;
}

.mice-cases-list .pax {
  width: 70px;
  text-align: right;
}

.mice-content {
  margin-top: 70px;
}

.mice-gallery {
  margin-top: 80px;
}

.mice-gallery ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.mice-gallery li {
  width: 294px;
  margin-right: 40px;
}

.mice-gallery .comment {
  margin-top: 8px;
}

/* PLM */

.block-plm-ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 40px;
}

.block-plm-ttl h1 {
  margin-top: -14px;
}

.block-plm-ttl-content {
  width: 620px;
}

.block-plm-ttl-comment {
  margin-top: 67px;
  font-size: 3rem;
}

.block-plm-ttl-comment.txt-ja {
  margin-top: 62px;
  font-size: 2.4rem;
  line-height: 1.6;
}

.block-plm-ttl-img {
  width: 480px;
}

.block-plm-article {
  margin-top: 50px;
}

/** LEISURE **/

.leisure-content {
  margin-top: 10px;
  padding-top: 90px;
}

.leisure-content.content-bg > *::before {
  top: -90px;
}

.fit-travel-solutions {
  margin-top: 80px;
}

.fit-travel-solutions ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 74px;
}

.fit-travel-solutions li {
  width: 50%;
}

.fit-travel-solutions li:not(:nth-child(-n+2)) {
  margin-top: 60px;
}

.fit-travel-solutions img {
  -webkit-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

.fit-travel-solutions a:hover img {
  opacity: .7;
}

.fit-travel-solutions .genesis2 img {
  width: 442px;
}

.fit-travel-solutions .gaccess img {
  width: 384px;
}

.fit-travel-solutions .sunrise img {
  width: 441px;
}

.fit-travel-solutions .block-article {
  margin-top: 30px;
}

.fit-travel-solutions .more-btn {
  margin-top: 12px;
}

.cruise-img-gallery {
  margin-top: 30px;
}

.cruise-img-gallery ul {
  position: relative;
  height: 1230px;
}

.cruise-img-gallery li {
  position: absolute;
  width: 392px;
}

.cruise-img-gallery li.cruise-main-map {
  width: 793px;
  top: 359px;
  right: 0;
}

.cruise-img-gallery li.cruise-img-01 {
  top: 58px;
  left: 0;
}

.cruise-img-gallery li.cruise-img-02 {
  top: 58px;
  left: 406px;
}

.cruise-img-gallery li.cruise-img-03 {
  top: 58px;
  left: 812px;
}

.cruise-img-gallery li.cruise-img-04 {
  top: 359px;
  left: 0;
}

.cruise-img-gallery li.cruise-img-05 {
  top: 649px;
  left: 0;
}

.cruise-img-gallery li.cruise-img-06 {
  top: 950px;
  left: 0;
}

.cruise-img-gallery .ttl {
  font-size: 1.8rem;
}

.fit-main-article {
  margin-top: 31px;
}

.block-alternate-article-list {
  margin-top: 130px;
}

.block-alternate-article-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.block-alternate-article-item + .block-alternate-article-item {
  margin-top: 140px;
}

.block-alternate-article-item.img-right {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.block-alternate-article-img,
.block-alternate-article-content {
  width: 560px;
}

.block-alternate-article-comment {
  margin-top: 24px;
}

.block-alternate-article-ttl {
  font-size: 3.6rem;
  font-weight: 400;
}

.block-fit-products-main-article {
  margin-top: 30px;
}

.fit-products-tab {
  margin-top: 100px;
}

.fit-products-tab ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.fit-products-tab a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  width: 192px;
  padding-bottom: 20px;
  font-size: 1.6rem;
  -webkit-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

.fit-products-tab a:hover {
  text-decoration: none;
}

.fit-products-tab a::after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 12px;
  background-color: #dbdbdb;
  -webkit-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

.fit-products-tab a:hover::after {
  background: #cf3631;
}

.fit-products-list {
  margin-top: 100px;
}

.fit-products-item {
  padding-top: 44px;
}

.fit-products-item > *::before {
  top: -44px;
}

.fit-products-item-ttl {
  font-size: 2.4rem;
  font-weight: 400;
}

.fit-products-item + .fit-products-item {
  margin-top: 80px;
}

.fit-products-item-list {
  margin-top: 14px;
}

.fit-products-item-list > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.fit-products-item-list > ul > li {
  width: 380px;
}

.fit-products-item-list > ul > li:not(:nth-child(3n)) {
  margin-right: 30px;
}

.fit-products-item-list-content {
  margin-top: 13px;
}

.fit-products-item-list-ttl {
  font-size: 2rem;
}

.fit-products-item-list-link {
  margin-top: 24px;
}

.block-fit-products-main-article-btn {
  margin-top: 50px;
}

.fit_top-our_service {
  min-height: 690px;
  margin-top: 120px;
  padding-top: 80px;
}

.fit_top-our_service > *::before {
  top: -80px;
}

.fit_top-our_service-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.fit_top-our_service-content {
  width: 600px;
}


.fit_top-our_service-comment {
  margin-top: 44px;
  font-size: 2rem;
}

.fit_top-our_service-bnr-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 48px;
}

.fit_top-our_service-bnr-list .gaccess {
  width: 247px;
}

.fit_top-our_service-bnr-list .genesis2 {
  width: 284px;
  margin-left: 50px;
}

.fit_top-our_service-bnr-list .sunrise {
  width: 280px;
  margin-top: 30px;
}

.fit_top-our_service--btn {
  margin-top: 55px;
}

.fit_top-our_service-img {
  width: 560px;
}

.fit_top-products {
  margin-top: 110px;
}

.fit_top-products-comment {
  margin-top: 14px;
  font-size: 2rem;
}

.fit_top-products-list {
  margin-top: 30px;
}

.fit_top-products-list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.fit_top-products-list-item:not(:nth-child(3n)) {
  margin-right: 30px;
}

.fit_top-products-list-item:not(:nth-child(-n+3)) {
  margin-top: 30px;
}

.fit_top-products-list-item a {
  display: block;
  width: 380px;
  background-color: #f6f6f7;
  -webkit-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

.fit_top-products-list-item a:hover {
  text-decoration: none;
  opacity: .6;
}

.fit_top-products-list-content {
  padding: 22px 20px;
}

.fit_top-products-list-ttl {
  position: relative;
  padding-bottom: 14px;
  font-size: 2.4rem;
}

.fit_top-products-list-ttl::after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 30px;
  height: 4px;
  background-color: #c82434;
}

.fit_top-products-list-comment {
  margin-top: 22px;
  line-height: 1.4;
}

.fit_top-products-list-btn {
  position: relative;
  margin-top: 14px;
  color: #c82434;
  font-size: 1.2rem;
}

.fit_top-products-list-btn::after {
  content: '';
  display: inline-block;
  position: relative;
  width: 0;
  height: 0;
  margin-left: 10px;
  border-style: solid;
  border-width: 4px 0 4px 5px;
  border-color: transparent transparent transparent #c82434;
}

.fit-product-point {
  margin-top: 72px;
}

.fit-product-point-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.fit-product-point-item  + .fit-product-point-item  {
  margin-top: 150px;
}

.fit-product-point-item:nth-child(odd) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.fit-product-point-img,
.fit-product-point-content {
  width: 560px;
}

.fit-product-point-img figcaption {
  margin-top: 6px;
  font-size: 1.2rem;
}

.fit-product-point-item:nth-child(odd) .fit-product-point-img figcaption {
  text-align: right;
}

.fit-product-point-ttl {
  margin-top: -3px;
}

.fit-product-point-ttl span {
  position: relative;
  padding: 0 2px 3px;
  color: #c82434;
  font-size: 2.4rem;
}

.fit-product-point-ttl span::after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 2px;
  background-color: #c82434;
}

.fit-product-point-comment {
  margin-top: 34px;
}

/** 06.GROUP TOURS **/

.block-grouptour-list {
  margin-top: 120px;
}

.block-grouptour-list-item + .block-grouptour-list-item {
  margin-top: 130px;
}

.block-grouptour-list-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 32px;
}

.block-grouptour-list-comment {
  width: 562px;
  font-size: 2rem;
  line-height: 1.6;
}

.block-grouptour-list-img {
  width: 560px;
}

/** 07.TRAVEL PLANS **/

.travel-plans-container {
  margin-top: 64px;
}

.travel-plans-tab {
  margin-top: 30px;
}


.travel-plans-tab ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.travel-plans-tab li:not(:last-child) {
  margin-right: 5px;
}

.travel-plans-tab a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  width: 109px;
  padding-bottom: 14px;
  font-size: 1.8rem;
  -webkit-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

.travel-plans-tab a:hover {
  text-decoration: none;
}

.travel-plans-tab a::after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 12px;
  background-color: #dbdbdb;
  -webkit-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

.travel-plans-tab a:hover::after,
.travel-plans-tab .is-current a::after {
  background: #cf3631;
}

.travel-plans-list {
  margin-top: 70px;
}

.travel-plans-list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.travel-plans-list li {
  width: 372px;
}

.travel-plans-list li:not(:nth-child(3n)) {
  margin-right: 10px;
}

.travel-plans-list li:not(:nth-child(-n+3)) {
  margin-top: 76px;
}

.travel-plans-list .ttl {
  font-size: 2.4rem;
  line-height: 1.1;
}

.travel-plans-list .img {
  margin-top: 10px;
  -webkit-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

.travel-plans-list a:hover .img {
  opacity: .7;
}

.travel-plans-list .img img {
  width: 100%;
}

.travel-plans-list .course p:nth-child(1) {
  margin-top: 4px;
  font-size: 1.2rem;
}

.travel-plans-list .course p:nth-child(2) {
  margin-bottom: 2px;
  font-size: 2rem;
}

.travel-plans-list .block-article {
  margin-top: 12px;
}

.travel-plans-list .more-btn {
  margin-top: 17px;
}

.travel-plans-detail-container {
  margin-top: 8px;
}

.travel-plans-detail-container .back-btn {
  font-size: 2.4rem;
  text-align: right;
}

.travel-plans-detail-container .back-btn.bottom {
  margin-top: 60px;
}

.travel-plans-detail-container .common-h2 {
  width: 1104px;
  margin-top: 36px;
}

.travel-plans-detail-imgs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 1104px;
  margin-top: 70px;
}

.travel-plans-detail-imgs .img {
  width: 536px;
  font-size: 2rem;
  text-align: center;
}

.travel-plans-detail-imgs img {
  width: 100%;
}

.travel-plans-detail-imgs p:last-child {
  margin-top: 8px;
}

.travel-plans-detail-time-table {
  width: 1104px;
  margin-top: 76px;
}

.travel-plans-detail-time-table dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.8rem;
  line-height: 1.4;
}

.travel-plans-detail-time-table dl + dl {
  margin-top: 6px;
}

.travel-plans-detail-time-table dt,
.travel-plans-detail-time-table dd {
  padding: 5px 13px;
  background-color: #e2e2e2;
}

.travel-plans-detail-time-table dl:nth-child(even) dt,
.travel-plans-detail-time-table dl:nth-child(even) dd {
  background-color: #f1f1f1;
}

.travel-plans-detail-time-table dt {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 99px;
  margin-right: 6px;
  text-align: center;
}

.travel-plans-detail-time-table .ttl dt,
.travel-plans-detail-time-table .ttl dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 45px;
}

.travel-plans-detail-time-table .schedule {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 820px;
}

.travel-plans-detail-time-table .accommodation {
  width: 179px;
  padding-right: 30px;
  text-align: right;
}

.travel-plans-detail-time-table .ttl .accommodation {
  padding-right: 0;
}

.travel-plans-detail-time-table p + p {
  margin-top: 1.2em;
}

/** 08.RYOKAN **/

.ryokan-hospitality.left-handed-article {
  margin-top: 50px;
}

.ryokan-kaiseki.left-handed-article {
  margin-top: 80px;
}

.ryokan-hospitality,
.ryokan-japanese-room,
.ryokan-onsen,
.ryokan-kaiseki {
  padding-top: 33px;
}

.ryokan-hospitality.left-handed-article > *::before,
.ryokan-japanese-room > *::before,
.ryokan-onsen > *::before,
.ryokan-kaiseki > *::before {
  top: -33px;
}

.ryokan-hospitality .block-img-list {
  margin-top: 48px;
}

.ryokan-japanese-room .block-img-list {
  margin-top: 30px;
}

.ryokan-onsen .block-img-list {
  margin-top: 156px;
}

.ryokan-kaiseki .block-img-list {
  margin-top: 70px;
}

.ryokan-hospitality .block-img-list .ttl,
.ryokan-onsen .block-img-list .ttl {
  margin-top: 12px;
}

.ryokan-hospitality .block-img-list .block-article {
  margin-top: 15px;
}

/** 09.PACKAGE TOURS **/

.package-brochures {
  margin-top: 100px;
  padding-top: 30px;
}

.package-brochures > *::before {
  top: -30px;
}

.block-brochure-list {
  margin-top: 56px;
}

.block-brochure-list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.block-brochure-list li {
  width: 325px;
}

.block-brochure-list li:not(:nth-child(3n)) {
  margin-right: 58px;
}

.block-brochure-list li:not(:nth-child(-n+3)) {
  margin-top: 70px;
}

.block-brochure-list a {
  display: block;
  -webkit-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

.block-brochure-list .img {
  -webkit-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

.block-brochure-list a:hover .img {
  opacity: .7;
}

.block-brochure-list .img img {
  width: 100%;
}

.block-brochure-list .ttl {
  margin-top: 10px;
  font-size: 2.4rem;
  line-height: 1.28;
}

.block-brochure-list .contains {
  margin-top: 19px;
  font-size: 1.8rem;
  line-height: 1.3
}

.package-sunrisenews {
  margin-top: 90px;
  padding-top: 58px;
}

.package-sunrisenews > *::before {
  top: -58px;
}

.package-sunrisenews-item {
  margin-top: 80px;
  padding-top: 70px;
}

.package-sunrisenews-item.item-first {
  margin-top: 20px;
}

.package-sunrisenews-item > *::before {
  top: -70px;
}

.package-sunrisenews-item h3 {
  font-size: 3.6rem;
  font-weight: 400;
}

.package-sunrisenews-item h4 {
  font-size: 3.6rem;
  font-weight: 400;
  margin-top: 100px;
  text-align: center;
}

.package-sunrisenews-item .block-article {
  margin-top: 42px;
}

.package-sunrisenews-item .block-dashed-article {
  margin-top: 20px;
  padding: 20px 95px;
  border: 1px dashed rgba(77, 77, 77, 0.86);
  font-size: 1.8rem;
  line-height: 1.6;
}

.package-sunrisenews-item .block-dashed-article .number-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.package-sunrisenews-item .block-dashed-article .number-list .number {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding: 1px 5px 0 0;
}

/** 10.Our Recomend-Activities **/

.activities-ttl {
  margin-top: 60px;
  padding-top: 30px;
}

.activities-ttl > *::before {
  top: -30px;
}

.activities-ttl h2 {
  margin-top: 60px;
  font-size: 2.4rem;
  font-weight: 300;
}

.activities-list {
  margin-top: 70px;
}

.activities-list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.activities-list li:not(:nth-child(3n)) {
  margin-right: 40px;
}

.activities-list li:not(:nth-child(-n+3)) {
  margin-top: 60px;
}

.activities-list .ttl {
  font-size: 2.4rem;
}

.activities-list .img {
  margin-top: 20px;
  -webkit-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

.activities-list a:hover .img {
  opacity: .7;
}

.activities-list .more-btn {
  margin-top: 26px;
}

/** 11.News_Information **/

.news-tabs {
  margin-top: 58px;
}

.news-tabs-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}

.news-category-tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.news-category-tab ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.news-category-tab li + li {
  margin-left: 30px;
}

.news-category-tab a {
  display: block;
  position: relative;
  width: 94px;
  height: 28px;
  font-size: 1.4rem;
  -webkit-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

.news-category-tab a:hover {
  text-decoration: none;
  opacity: .7;
}

.news-category-tab a::after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 94px;
  height: 9px;
}

.news-category-tab .news-category-01 a::after {
  background-color: #a6a8ab;
}

.news-category-tab .news-category-02 a::after {
  background-color: #414042;
}

.news-category-tab .news-category-03 a::after {
  background-color: #ffbb22;
}

.news-category-tab .news-category-04 a::after {
  background-color: #c82434;
}

.news-year-tab {
  margin-top: 20px;
}

.news-year-tab ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}

.news-year-tab li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}

.news-year-tab li:not(:last-child) {
  margin-right: 58px;
}

.news-year-tab li:first-child {
  margin-right: 138px;
}

.news-year-tab li a {
  color: #808080;
  font-size: 2.4rem;
}

.news-year-tab li:first-child a {
  font-size: 3.6rem;
}

.news-year-tab li.is-active a {
  color: #b6272d;
}

.news-container .news-list li + li {
  margin-top: 88px;
}

/** 12.FAQ **/

.faq-list {
  margin-top: 65px;
  font-size: 2.4rem;
}

.faq-list dl + dl {
  margin-top: 40px;
}

.faq-list dd {
  margin-top: 6px;
  color: #276aa0;
}

/** 13.Information-Who We Are **/

.wwa-mv {
  position: relative;
  margin-top: 30px;
  z-index: 99;
}

.wwa-1st-content {
  margin-top: -158px;
  padding-top: 214px;
}

.wwa-1st-content > *::before {
  top: -214px;
}

.wwa-2nd-content {
  padding-top: 60px;
}

.wwa-2nd-content > *::before {
  top: -60px;
}

.wwa-2nd-content.left-handed-article .main-article .block-article {
  margin-top: 60px;
}

.wwa-2nd-content .globalgmd-img {
  margin-top: 50px;
}

.info-h1 {
  font-size: 2.4rem;
  font-weight: 400;
}

.info-h2 {
  font-size: 4.8rem;
  font-weight: 400;
}

.ceo-message-content {
  margin-top: 42px;
}

.ceo-message {
  margin-top: 50px;
}

.ceo-message .base-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.ceo-message .img {
  width: 355px;
}

.ceo-message .img img {
  width: 300px;
}

.ceo-message .block-article {
  width: 750px;
}

.history-tbl-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.history-tbl-content {
  width: 819px;
}

.history-tbl {
  margin-top: 50px;
}

.history-tbl th {
  font-size: 2.4rem;
}

.history-tbl h3 {
  font-size: 2.4rem;
  font-weight: 400;
}

.history-tbl .block-article {
  margin-top: 6px;
}

.history-tbl .history-tbl-img {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 240px;
  text-align: center;
}

.history-tbl .history-tbl-img img {
  margin: auto;
}

.profile-article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 31px;
}

.profile-article .block-article {
  width: 940px;
}

.profile-article .img {
  margin-left: 80px;
  width: 200px;
  text-align: center;
}

.profile-article .img p {
  margin-top: 5px;
  font-size: 1.6rem;
}

.profile-item {
  margin-top: 80px;
}

.profile-item .common-h3 {
  margin-bottom: 24px;
}

.common-h4 {
  margin-bottom: 10px;
}

.profile-tbl {
  margin-top: 30px;
}

.profile-tbl-member dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1.7;
}

.profile-tbl-member dt {
  width: 300px;
}

.profile-affiliates {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.profile-affiliates a {
  display: block;
  margin-right: 60px;
}

.profile-certification {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.profile-certification .content {
  width: 700px;
  margin-right: 60px;
}

.profile-certification .img img {
  width: 184px;
}

.profile-responsible {
  margin-top: 40px;
}

.organization-chart {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 80px;
}

.office-list {
  margin-top: 31px;
}

.office-list > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.office-list .head-office {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
}

.office-list .other-office {
  width: 570px;
  margin-top: 80px;
}

.office-list .common-h3 {
  margin-bottom: 30px;
}

.office-list .head-office .common-h3 {
  width: 100%;
}

.office-list .address-direction {
  font-size: 1.8rem;
  line-height: 1.5;
}

.office-list .head-office .address-direction {
  width: 520px;
}

.office-list .address-direction .direction {
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px solid #e9e9ea;
}

.office-list .other-office .map {
  margin-top: 24px;
}

.office-list .head-office .map iframe {
  width: 600px;
  height: 520px;
}

.office-list .other-office .map iframe {
  width: 520px;
  height: 520px;
}

.accommodation-content,
.transfer-content,
.restaurant-content,
.party-content {
  margin-top: 80px;
}

/** 14.Information-Our Services **/

.our-service-content {
  margin-top: 78px;
  padding-top: 40px;
}

.our-service-content > *::before {
  top: -40px;
}

/** 15.ONLINE TRAVEL SOLUTIONS **/

.gaccess-content {
  margin-top: 50px;
  padding-top: 44px;
}

.gemesis2-content {
  margin-top: 40px;
  padding-top: 44px;
}

.gaccess-content > *::before,
.gemesis2-content > *::before {
  top: -44px;
}

.online-service-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.online-service-info .img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 503px;
  height: 350px;
}

.online-service-info .img .gaccess {
  width: 384px;
}

.online-service-info .img .gaccess-img {
  width: 503px;
  margin-top: 62px;
}

.online-service-info .img .genesis2 {
  width: 442px;
}

.online-service-info .block-article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 600px;
  height: 350px;
  margin-left: 93px;
}

.online-service-list {
  margin-top: 22px;
  padding-top: 44px;
  border-top: 1px solid #a6a8ab;
}

.online-service-list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.online-service-list li {
  width: calc(100% / 3);
  padding-right: 32px;
}

.online-service-list li:not(:nth-child(-n+3)) {
  margin-top: 40px;
}

.online-service-list .ttl {
  font-size: 2.4rem;
}

.online-service-list .block-article {
  margin-top: 20px;
}

.download-container {
  margin-top: 164px;
}

.download-container .comment {
  margin-top: 16px;
  font-size: 2.4rem;
}

.download-container .download-list {
  margin-top: 50px;
  padding-bottom: 20px;
  border-bottom: 1px solid #a6a8ab;
}

.download-container .download-list + .download-list {
  margin-top: 45px;
}

.download-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.download-list li + li {
  margin-top: 4px;
}

.download-list .ttl {
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #a6a8ab;
  color: #a6a8ab;
  font-size: 1.2rem;
}

.download-list .right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 600px;
}

/** 16.Information-Sastainable Tourism **/

.sustainable-content {
  margin-top: 70px;
  padding-top: 20px
}

.sustainable-content > *::before {
  top: -20px;
}

.sustainable-content-article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.sustainable-content-article.responsible {
  margin-top: 50px
}

.sustainable-content-article.csr {
  margin-top: 38px
}

.sustainable-content-article .img {
  width: 600px;
}

.sustainable-content-article.responsible .img img {
  width: 485px;
}

.sustainable-content-article.csr .img img {
  width: 520px;
}

.sustainable-content-article .content {
  width: 600px;
}

.sustainable-content-article .ttl {
  margin-bottom: 20px;
  font-size: 2.4rem;
}

.sustainable-content-article.responsible .content .more-btn {
  margin-top: 60px;
}

.sustainable-content-article.csr .content .more-btn {
  margin-top: 50px;
}

.csr-container {
  margin-top: 60px;
}

.csr-item + .csr-item {
  margin-top: 80px;
}

.csr-item h2 {
  margin-bottom: 20px;
}

.csr-item h3 {
  margin: 40px 0 16px;
}

.csr-item li + li {
  margin-top: 1em;
}

.csr-item * + ol,
.csr-item * + ul {
  margin-top: 1.2em;
}

.csr-img-center {
  margin-top: 2em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.csr-img-center > div:not(:last-child) {
  margin-right: 40px;
}

.csr-img-article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.csr-img-article .block-article {
  width: 860px;
}

.csr-img-article .img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 260px;
}

.csr-pdf-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-top: 100px;
}

.csr-pdf-link a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #414042;
  width: 230px;
  height: 46px;
  color: #fff;
  font-size: 2rem;
  -webkit-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

.csr-pdf-link a:hover {
  text-decoration: none;
  opacity: .7;
}

/** 17.SITE MAP **/

.sitemap-content {
  margin-top: 55px;
}

.sitemap-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  font-size: 1.8rem;
  line-height: 1.5;
}

.sitemap-item + .sitemap-item {
  margin-top: 50px;
  padding-top: 50px;
}

.sitemap-item + .sitemap-item::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  width: 1100px;
  height: 1px;
  background-color: rgba(140, 140, 142, 0.5);
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

.sitemap-information.sitemap-1st,
.sitemap-contact.sitemap-1st {
  width: 600px;
}

.sitemap-1st > li {
  width: 300px;
  padding-right: 30px;
}

.sitemap-information.sitemap-1st > li,
.sitemap-contact.sitemap-1st > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  padding-right: 0;
}

.sitemap-1st > li + li {
  margin-top: 21px;
}

.sitemap-1st-txt {
  font-size: 2.4rem;
}

.sitemap-information .sitemap-1st-txt {
  width: 100%;
}

.sitemap-2nd {
  margin-top: 20px;
  padding-left: 18px;
}

.sitemap-information .sitemap-2nd {
  width: 300px;
}

.sitemap-2nd > li + li {
  margin-top: 20px;
}

.sitemap-contact .sitemap-3rd-txt {
  width: 600px;
  padding-left: 18px;
}

/** Privacy Policy **/
/** Legal Terms **/

.privacy-content,
.legal-content {
  margin-top: 70px;
}

.privacy-content a {
  text-decoration: underline;
}

.privacy-content a:hover {
  text-decoration: none;
}

.privacy-content h2,
.legal-content h2 {
  margin-bottom: 20px;
}

.legal-content h2 {
  margin-top: 60px;
}

.privacy-content .block-article p + ul,
.privacy-content .block-article ul + p,
.privacy-content .block-article p + ol,
.privacy-content .block-article ol + p,
.legal-content .block-article p + ul,
.legal-content .block-article ul + p,
.legal-content .block-article p + ol,
.legal-content .block-article ol + p {
  margin-top: 1.4em;
}

.legal-content .block-article ul ol {
  margin-top: .8em;
}

.privacy-content .block-article ul li + li,
.privacy-content .block-article ol li + li,
.legal-content .block-article ul li + li,
.legal-content .block-article ol li + li {
  margin-top: .8em;
}

.privacy-content .privacy-rows + h2,
.privacy-content .block-article + h2 {
  margin-top: 150px;
}

.privacy-rows {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 3em;
  font-size: 1.8rem;
}

.privacy-rows .right {
  text-align: right;
}

.privacy-rows .right div + div {
  margin-top: 1em;
}

.privacy-content .common-h3 {
  margin: 1.6em 0 20px;
}

.privacy-tbl {
  margin-top: 2em;
}

.privacy-tbl.base-tbl th {
  border-right: none;
}

/** TOUR CONDITIONS **/

.tour-conditions-container {
  margin-top: 70px;
}

.tour-conditions-container h4 {
  margin-top: 10px;
}

.tour-conditions-item {
  margin-top: 80px;
}

.tour-conditions-item h3 {
  margin-bottom: 20px;
}

.tour-conditions-item li + li,
.tour-conditions-item * + p,
.tour-conditions-item * + table,
.tour-conditions-item * + ul,
.tour-conditions-item * + ol,
.tour-conditions-item * + .scrolled-content,
.tour-conditions-item ol ol {
  margin-top: 1.3em;
}

.tour-conditions-item table {
  width: 100%;
}

.tour-conditions-item table th,
.tour-conditions-item table td {
  padding: 16px 20px;
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  font-size: 1.8rem;
  vertical-align: middle;
}

.tour-conditions-item .pink-tbl th {
  background-color: #f6dede;
}

.tour-conditions-item .tbl-cancel thead th {
  color: #fff;
  text-align: center;
}

.tour-conditions-item .tbl-cancel thead th:first-child {
  background-color: #595959;
}

.tour-conditions-item .tbl-cancel thead th:last-child {
  background-color: #888888;
}

.tour-conditions-item .tbl-cancel tbody th {
  background-color: #f3f3f3;
}

.tour-conditions-item .tbl-cancel tbody td {
  width: 240px;
  border-right: 2px solid #fff;
  background-color: #fafafa;
  text-align: center;
}

.tour-conditions-item .tbl-guarantee thead tr:first-child th:first-child {
  background-color: #c02020;
  color: #fff;
}

.tour-conditions-item .tbl-guarantee thead tr:first-child th:last-child {
  background-color: #595959;
  color: #fff;
}

.tour-conditions-item .tbl-guarantee thead tr:last-child th {
  background-color: #888888;
  color: #fff;
}

.tour-conditions-item .tbl-guarantee tbody th {
  background-color: #f6dede;
  text-align: left;
}

.tour-conditions-item .tbl-guarantee tbody td {
  border-right: 2px solid #fff;
  text-align: center;
}

.tour-conditions-item .tbl-guarantee tbody td:nth-child(2) {
  background-color: #f3f3f3;
}

.tour-conditions-item .tbl-guarantee tbody td:nth-child(3) {
  background-color: #fafafa;
}




/** その他 **/

.block-pickup-list {
  margin-top: 40px;
  padding-top: 48px;
}

.block-pickup-list > *::before {
  top: -48px;
}

.block-pickup-list .block-img-list {
  margin-top: 20px;
}

.block-recommend-list {
  margin-top: 90px;
}

.block-recommend-list::before {
  top: 44px;
}

.block-recommend-list > *::before {
  top: 44px;
}

.block-recommend-list .block-img-list {
  margin-top: 20px;
}

.block-img-gallery.list-3 {
  margin-top: 30px;
  padding-top: 66px;
}

.block-img-gallery.list-3 > *::before {
  top: -66px;
}

.news-list span.mod_grid04new_block.ex_opaity {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

/** MEETING & INCENTIVE **/

.info-large-h1 {
  font-size: 4.8rem;
  font-weight: 300;
}

.ttl-me_in {
  margin-top: 30px;
}

.block-me_in-top-article {
  margin-top: 50px;
}

.ttl-me_in-h2 {
  font-size: 3.6rem;
  font-weight: 300;
}

.block-me_in-top-article-comment {
  margin-top: 40px;
  font-size: 2rem;
  line-height: 1.56;
}

.block-me_in-list {
  margin-top: 144px;
}

.block-me_in-item {
  padding-top: 50px;
}

.block-me_in-item + .block-me_in-item {
  margin-top: 120px;
}

.block-me_in-item.content-bg > *::before {
  top: -50px;
}

.block-me_in-item .base-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.block-me_in-item.img-left .base-container {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.block-me_in-content {
  width: 424px;
}

.block-me_in-ttl {
  font-size: 3rem;
  font-weight: 300;
}

.block-me_in-comment {
  margin-top: 30px;
  font-size: 1.8rem;
}

.more-red-btn {
  margin-top: 45px;
}

.more-red-btn a {
  position: relative;
  color: #c82434;
  font-size: 1.8rem;
}

.more-red-btn a::after {
  content: '';
  display: inline-block;
  position: relative;
  top: -2px;
  width: 32px;
  height: 9px;
  margin-left: 24px;
  background: url(../image/common/arw_red.png) center no-repeat;
  background-size: contain;
}

.block-me_in-img {
  width: 720px;
}

.block-me_in-content-list {
  margin-top: 86px;
}

.block-me_in-content-list > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.block-me_in-content-list > ul > li:not(:nth-child(-n+2)) {
  margin-top: 90px;
}

.block-me_in-content-list-item {
  width: 560px;
}

.block-me_in-content-slider .slick-prev,
.block-me_in-content-slider .slick-next {
  top: 50%;
  width: 34px;
  height: 50px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.block-me_in-content-slider .slick-prev {
  left: 0;
}

.block-me_in-content-slider .slick-next {
  right: 0;
}

.block-me_in-content-slider .slick-prev::before,
.block-me_in-content-slider .slick-next::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 34px;
  height: 50px;
  background: url(../image/common/arw_slider_mein_pc.png) center no-repeat;
  background-size: contain;
}

.block-me_in-content-slider .slick-next::before {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.block-me_in-content-slider .slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  bottom: -24px;
  width: 100%;
}

.block-me_in-content-slider .slick-dots li {
  margin: 0 7px;
}

.block-me_in-content-slider .slick-dots button {
  display: block;
  width: 10px;
  height: 10px;
  margin: 0;
  padding: 0;
  background-color: #dddddd;
  color: transparent;
  font-size: 0;
}

.block-me_in-content-slider .slick-dots .slick-active button {
  background-color: #c82434;
}

.block-me_in-content-ttl {
  margin-top: 66px;
  font-size: 3rem;
}

.block-me_in-content-comment {
  margin-top: 22px;
}

.block-me_in-solution {
  margin-top: 90px;
}

.block-me_in-solution > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.block-me_in-solution-item {
  width: 373px;
}

.block-me_in-solution-item:not(:nth-child(3n)) {
  margin-right: 40px;
}

.block-me_in-solution-ttl {
  margin-top: 26px;
  font-size: 2.6rem;
}

.block-me_in-solution-comment {
  margin-top: 16px;
}



































































/**/
