@charset "UTF-8";
/* CSS Document */
.confirmation {
    font-size: 1.6rem;
    background-color: rgba(0, 0, 0, 0.1);
    text-align: center;
    padding: 10px 0;
    word-break: break-all;
}

.sample {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    height: 500px;
    margin: 20px auto 40px auto;
    font-size: 1.6rem;
    background-color: rgba(0, 0, 0, 0.1);
}

/* 見出し_start */
.Common21__section-ttl-lev1 {
    width: 100%;
    position: relative;
    margin-bottom: 35px;
    font-size: 2.8rem;
    font-weight: 600;
    line-height: 1.3;
    text-align: center;
}

.Common21__section-ttl-lev1::before,
.Common21__section-ttl-lev1::after {
    content: "";
    display: block;
    width: 40px;
    height: 4px;
    position: absolute;
    bottom: -15px;
}
/* 見出し_end */

/* 遷移ボタン_start */
.search__btn {
    margin-bottom: 20px;
}
.search__btn:first-of-type {
    margin-top: 20px;
}
.search__btn button {
    display: block;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.1);
    border: 1px solid rgba(0, 0, 0, 0.1);
    font-family: "Noto Serif JP", sans-serif;
    font-size: 18px;
    padding: 20px;
    margin: 0 auto;
    text-align: center;
    position: relative;
    transition: transform 0.3s, background-color 0.3s;
}
.search__btn button::before,
.search__btn button::after {
    content: "";
    display: block;
    position: absolute;
    transition: 0.3s;
}
.search__btn button::before {
    width: 14px;
    height: 14px;
    background-color: #ffffff;
    position: absolute;
    top: 50%;
    right: 20px;
    border-radius: 50%;
    transform: translateY(-50%);
}
.search__btn button::after {
    width: 4px;
    height: 4px;
    top: 50%;
    right: 26px;
    border-top: 1px solid rgba(0, 0, 0, 0.5);
    border-right: 1px solid rgba(0, 0, 0, 0.5);
    transform: translateY(-50%) rotate(45deg);
}
.search__btn button:hover {
    background-color: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.452);
}
.search__btn button:hover::before {
    background: rgba(0, 0, 0, 0.5);
}
.search__btn button:hover::after {
    border-top: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
}
/* 遷移ボタン_end */

.Common21__section-ttl-lev1::before {
    left: 50%;
    transform: translateX(-100%);
    background: var(--corporate-color);
}

.Common21__section-ttl-lev1::after {
    left: 50%;
    background: var(--sub-corporate-color);
}

/* その他おすすめ特集_start */
.swiper-slider__outer {
    position: relative;
}

.bannerCassette_content .bannerImg {
    width: 230px;
    height: 173px;
}
/* swiper */
.swiper-wrapper {
    margin-bottom: 30px;
}

.swiper-button-prev {
    top: calc(50% - 15px);
    left: -25px;
}

.swiper-button-next {
    top: calc(50% - 15px);
    right: -25px;
}

.swiper-button-next:after,
.swiper-button-prev:after {
    content: none;
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
    display: none;
}

.swiper-button-prev,
.swiper-button-next {
    background-color: #fff;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    cursor: pointer;
    z-index: 10;
    transition: all 0.3s;
    background-image: none;
    border: 1px solid #44c8d1;
}

.swiper-button-prev:active,
.swiper-button-next:active {
    transition: all 0.3s;
    opacity: 0.5;
}

.swiper-button-prev::before,
.swiper-button-next::before {
    content: "";
    position: absolute;
    top: 50%;
    display: block;
    width: 15px;
    height: 15px;
}

.swiper-button-prev::before {
    left: 55%;
    transform: translate(-50%, -50%) rotate(-135deg);
}

.swiper-button-next::before {
    left: 45%;
    transform: translate(-50%, -50%) rotate(45deg);
}

.swiper-container-horizontal > .swiper-scrollbar {
    left: 0;
    width: 100%;
    height: 10px;
}

.swiper-slider__outer .swiper-button-prev::before,
.swiper-slider__outer .swiper-button-next::before {
    border-top: 3px solid #44c8d1;
    border-right: 3px solid #44c8d1;
}
/* その他おすすめ特集_end */

/* ------------------
ここからページオリジナル
------------------ */
:root {
    --base_c01: #c4b076;
    --base_c02: #f5f4ea;
    --bg_c: #fffbef;
    --btn_c: #e79696;
}
.contents {
    font-feature-settings: "palt";
}

.YuMincho {
    font-family: "游明朝体", "Yu Mincho", YuMincho, serif;
}
.YuGothic {
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}
/* mv */
.mv_wrapper {
    background: url(/attending/wedding/honeymoon/tour/images/BP23-029007D.jpg) 20% 100% / cover no-repeat;
    position: relative;
    overflow: hidden;
    padding: 17px;
    /* height: 437px; */
}
@media screen and (min-width: 1024px) {
    .mv_wrapper {
        background: url(/attending/wedding/honeymoon/tour/images/BP23-029007D.jpg) 20% 50% / cover no-repeat;
    }
}

.mv {
    background: url(/attending/wedding/honeymoon/tour/images/mv_parts.png) center top / auto 400px no-repeat;
    position: relative;
    z-index: 3;
    height: 400px;
}
.mv_title__wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 570px;
    padding: 80px 0 0 150px;
}
.mv_title {
}
.mv_text {
    margin-top: 25px;
    font-size: 17px;
    font-weight: 900;
    line-height: 1.8;
    letter-spacing: 1px;
    text-align: center;
    color: #333;
    text-shadow: 1px 1px 3px rgba(255, 255, 255, 1), 1px 1px 3px rgba(255, 255, 255, 1), 1px 1px 3px rgba(255, 255, 255, 1), -1px -1px 3px rgba(255, 255, 255, 1),
        -1px -1px 3px rgba(255, 255, 255, 1), -1px -1px 3px rgba(255, 255, 255, 1);
}
/* mv_end */

/* nav */
.nav_wrapper {
    background: #fff;
    width: 100%;
    padding: 10px 0;
    /* top: 0; */
    z-index: 10000;
    transition: all 0.3s;
}
.nav {
}
.nav__list-links {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}
.nav__list-links li a {
    padding: 0 0 20px;
    width: 100%;
    height: 80px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    transition-duration: 0.7s;
}
.nav__list-links li {
    flex: 1;
    /* max-width: 33.3333%; */
    word-break: keep-all;
    font-size: 15px;
    letter-spacing: 1px;
    font-weight: bold;
    text-align: center;
    position: relative;
    text-decoration: none;
    position: relative;
    border-right: 2px dotted #ccc;
}
.nav__list-links li:hover {
    background: rgb(211 209 203 / 50%);
    transition-duration: 0.7s;
}
.nav__list-links li:last-of-type {
    border-right: none;
}
/* .nav__list-links li:before {
  content: '';
  position: absolute;
  top: -10px;
  left: 50%;
  transform: translateX(-50%);
  background: url("/attending/wedding/honeymoon/tour/images/icn_location.png") center / 100% no-repeat;
  width: 18px;
  height: 25px;
} */
.nav__list-links li .icn {
    position: absolute;
    top: 5px;
    left: 50%;
    transform: translateX(-50%);
    width: auto;
    height: 25px;
}
.nav__list-links li a:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    background: url("/attending/wedding/honeymoon/tour/images/arrow-down-gold.png") center no-repeat;
    background-size: contain;
    width: 10px;
    height: 20px;
}

.nav__list-links a:hover {
    color: #827e7e !important;
}
/* nav_end */

/* bot */
.bot {
    background-color: #fff;
    padding: 23px;
    border-radius: 25px;
    margin-bottom: 45px;
}
.bot_title img {
    width: auto;
    height: 24px;
    display: block;
    margin: 0 auto 25px;
}
.bot_lists {
    display: flex;
    flex-wrap: nowrap;
    margin: 0 auto 20px;
    padding: 30px 40px;
    text-align: center;
    border: 2px solid var(--base_c01);
    border-radius: 8px;
    background: #fff;
}
.bot_lists li {
    width: 100%;
    margin-right: 10px;
}
.bot_lists li:last-of-type {
    margin-right: 0;
}
.bot_lists li a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    transition: transform 0.3s, background-color 0.3s;
}
.bot_lists li a::after {
    content: "";
    width: 10px;
    height: 10px;
    border: 0px;
    border-top: solid 2px var(--base_c01);
    border-right: solid 2px var(--base_c01);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    right: 25px;
    margin-top: -6px;
    color: #333;
}
.bot_lists li a:hover {
    text-decoration: underline;
}

/* bot_end */

/* 共通 */

.bg_common {
    background-color: var(--bg_c);
}
/* 共通_end */

/* category */
.category_wrapper {
    padding: 72px 0;
}
.category#theme {
    margin-top: 45px;
}
.category {
    background-color: #fff;
    padding: 23px;
    border-radius: 25px;
}
.category_title {
    margin: 0 auto;
}
.category_title img {
    width: auto;
    height: 59px;
    display: block;
    margin: 0 auto 45px;
}
#theme .category_title img {
    height: 44px;
}
.category_lists {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    width: 978px;
}
.category_list {
    width: 186px;
    height: 60px;
    border-radius: 10px;
    color: #333;
    font-size: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    margin-right: 12px;
    margin-bottom: 12px;
    background-color: var(--base_c02);
    transition-duration: 0.7s;
}
.category_list:hover {
    /* opacity: 0.7; */
    background-color: var(--base_c01);
    color: #fff;
    transition-duration: 0.7s;
    cursor: pointer;
}
.category_list.current {
    background-color: var(--base_c01);
    color: #fff;
}
#theme .category_list {
    width: 234px;
    margin-right: 14px;
}
.category_list:nth-of-type(5n) {
    margin-right: 0;
}
.category_list:nth-last-child(-n + 5) {
    margin-bottom: 0;
}
#theme .category_list:nth-of-type(4n) {
    margin-right: 0;
}
#theme .category_list:nth-last-child(-n + 4) {
    margin-bottom: 0;
}
.category_list.current::after {
    content: "";
    border-color: #fff;
}
.category_list:hover::after {
    content: "";
    border-color: #fff;
    transition-duration: 0.7s;
}
.category_list::after {
    content: "";
    border-left: 2px solid #333;
    border-top: 2px solid #333;
    transform: rotate(225deg) skew(1deg, 1deg);
    position: absolute;
    left: calc(50% - 6px / 2);
    bottom: 10px;
    width: 6px;
    height: 6px;
}
.category_content {
}
.h_category_wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    margin: 35px auto 45px;
}
.h_category_wrapper::after {
    content: "";
    border-top: 2px dotted #d2b661;
    width: 100%;
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 1;
}
.h_category {
    text-align: center;
    font-size: 25px;
    font-weight: 600;
    font-style: oblique;
    color: #333;
    position: relative;
    background-color: #fff;
    display: inline-block;
    padding: 10px 80px;
    z-index: 2;
}
.h_category::after {
    content: "";
    background: url(/attending/wedding/honeymoon/tour/images/txticn_tour.png) no-repeat 100% / 100%;
    width: 45px;
    height: 21px;
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
}
/* category_end */

/* ツアーカセット */
.tour_wrapper {
    width: calc(978px + 2px);
    margin: 0 auto;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.tourCassette_content {
    width: calc(100% / 4 - 11px);
    border: 1px solid var(--base_c01);
    border-radius: 8px;
    margin-right: 14px;
    margin-bottom: 14px;
    height: auto;
    position: relative;
    background-color: #fff;
}
.tourCassette_content:nth-of-type(4n) {
    margin-right: 0;
}

.tourCassette_content:last-child {
    margin-right: auto;
}

.tourCassette_content a {
    transition: 0.3s;
    display: block;
}

.tourCassette_content a:hover {
    opacity: 0.7;
}

.tourCassette_ph {
    content-visibility: auto;
    contain-intrinsic-size: 189px;
    /* height: 180px; */
    border-radius: 6px 6px 0 0;
    overflow: hidden;
}

.tourCassette_content .txts {
    padding: 10px 10px;
}

.tourCassette_content .txts ul {
    display: flex;
    justify-content: flex-start;
    margin-bottom: 13px;
}

.tourCassette_content .txts ul li {
    background-color: #fff;
    border: 1px solid var(--base_c01);
    padding: 1px;
    color: var(--base_c01);
    text-align: center;
    font-size: 12px;
    margin-right: 6px;
    font-weight: 600;
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.tourCassette_content .txts ul li:last-of-type {
    margin-right: 0;
}

.tourCassette_content .tour-card__desc {
    background: var(--base_c01);
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 4px;
    padding: 2px 6px;
    text-align: left;
}

.tourCassette_content .desc__clamp {
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    vertical-align: bottom;
    /* text-overflow: ellipsis; */
    /* white-space: nowrap; */
    /* width: 180px; */
    display: block;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.tourCassette_title {
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 9px;
}

.tourCassette_text {
    font-size: 12px;
    line-height: 1.6;
    margin-bottom: 48px;
    text-decoration: underline;
    text-decoration-color: #fff0f0;
    text-decoration-thickness: 5px;
    text-underline-offset: -2px;
}

.tourCassette_price {
    font-size: 16px;
    color: #ff0000;
    font-family: Arial;
    font-weight: 700;
    position: absolute;
    bottom: 17px;
    right: 10px;
}
/* ツアーカセット_end */

.btn_more {
    /* background-color: #fff; */
    background-image: radial-gradient(#dbcfab 50%, transparent 50%), radial-gradient(#dbcfab 50%, transparent 50%);
    background-size: 4px 4px;
    /* background-position: 0 0, 20px 20px; */
    padding: 10px;
    position: relative;
    width: 710px;
    height: 85px;
    margin: 40px auto;
    transition-duration: 0.7s;
}
.btn_more:hover {
    opacity: 0.7;
    transition-duration: 0.7s;
}
.btn_more > a {
    color: #fff;
    font-size: 19px;
    font-weight: 600;
    font-style: italic;
    background: var(--base_c01);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s;
    width: 100%;
    height: 100%;
}
.btn_more::after {
    content: "";
    display: inline-block;
    width: 9px;
    height: 18px;
    background: url(/attending/wedding/honeymoon/tour/images/arrow-right-white.png) no-repeat;
    background-size: contain;
    margin-right: 8px;
    position: absolute;
    top: calc(50% - 18px / 2);
    right: 4%;
}

.btn_more img {
    display: block;
    width: 30px;
    margin-right: 15px;
}

/* view */
.view_wrapper {
    padding: 45px 0 75px;
}
.view {
}
.view_title img {
    width: auto;
    height: 46px;
    display: block;
    margin: 0 auto 45px;
}

.view_lists {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.view_list {
    margin-right: 11px;
    margin-bottom: 11px;
    width: 196px;
    transition-duration: 0.7s;
}
.view_list:nth-of-type(5n) {
    margin-right: 0;
}
.view_list:nth-last-child(-n + 5) {
    margin-bottom: 0;
}
.view_list a {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    /* height: 180px; */
    transition-duration: 0.7s;
}

.view_list a:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 10;
    background-color: #1c1915;
    opacity: 0;
    transition-duration: 0.7s;
}

.view_list a .overlay_cts {
    padding: 0 15px;
    display: none;
    position: absolute;
    right: 0;
    left: 0;
    margin: auto;
    z-index: 11;
    color: #fff;
    width: 100%;
    transition-duration: 0.7s;
}
.view_list a:hover .overlay_cts {
    display: block;
    transition-duration: 0.7s;
}

.view_list a:hover:before {
    opacity: 0.8;
    transition-duration: 0.7s;
}
.view_list a:hover:after {
    opacity: 1;
    transition-duration: 0.7s;
}
.view_list img {
    /* position: relative; */
}
.overlay_title::before {
    content: "";
    background: url(/attending/wedding/honeymoon/tour/images/icn_camera.png) 100% / 27px 22px no-repeat;
    position: absolute;
    top: calc(50% - 22px / 2);
    left: 0;
    width: 27px;
    height: 22px;
    transition-duration: 0.7s;
}
.overlay_title {
    font-size: 20px;
    font-weight: 600;
    position: relative;
    padding-left: 30px;
    margin-bottom: 15px;
    transition-duration: 0.7s;
}
.overlay_txt {
    font-size: 13px;
    line-height: 1.4;
    text-align: justify;
    margin-bottom: 20px;
    transition-duration: 0.7s;
}
.overlay_btn {
    font-size: 14px;
    background-color: #fff;
    color: #a69463;
    font-weight: 600;
    border-radius: 30px;
    border: 1px solid #a69463;
    padding: 7px 0;
    position: relative;
    text-align: center;
    transition-duration: 0.7s;
}
.overlay_btn::after {
    content: "";
    border-left: 1px solid #a69463;
    border-top: 1px solid #a69463;
    transform: rotate(135deg) skew(1deg, 1deg);
    position: absolute;
    top: calc(50% - 10px / 2);
    right: 15px;
    width: 10px;
    height: 10px;
    transition-duration: 0.7s;
}

/* view_end */

/* hotel */
.hotel_wrapper {
    padding: 45px 0;
}

.hotel {
}
.hotel_title img {
    width: auto;
    height: 52px;
    display: block;
    margin: 0 auto 45px;
}
.hotel_lists {
    display: flex;
}

.hotelCassette_content {
    width: calc(100% / 4 - 11px);
    border-radius: 8px;
    margin-right: 14px;
    height: auto;
    position: relative;
    background-color: #fff;
    filter: drop-shadow(0px 0px 4px rgba(0, 0, 0, 0.5));
}
.hotelCassette_content:hover {
    transition-duration: 0.7s;
    opacity: 0.7;
    cursor: pointer;
}
.hotelCassette_body {
}
.hotelCassette_content:nth-of-type(4n) {
    margin-right: 0;
}

.hotelCassette_content:last-child {
    margin-right: auto;
}

.hotelCassette_content a {
    transition: 0.3s;
    display: block;
}

.hotelCassette_content a:hover {
    opacity: 0.7;
}

.hotelCassette_ph {
    content-visibility: auto;
    contain-intrinsic-size: 189px;
    /* height: 180px; */
    border-radius: 6px 6px 0 0;
    overflow: hidden;
}

.hotelCassette_txts {
    padding: 14px 12px 17px;
}
.hotelCassette_lodging {
    color: #333;
    font-size: 12px;
    margin: 0 0 4px;
    text-align: left;
    position: relative;
    padding-left: 15px;
}

.hotelCassette_lodging::before {
    content: "";
    background: url(/attending/wedding/honeymoon/tour/images/icn_location02.png) 100% / 11px 15px no-repeat;
    position: absolute;
    top: calc(50% - 15px / 2);
    left: 0;
    width: 11px;
    height: 15px;
}

.hotelCassette_title {
    font-size: 17px;
    line-height: 1.3;
    padding-bottom: 6px;
    margin-bottom: 9px;
    font-weight: 400;
    border-bottom: 1px solid #333;
}

.hotelCassette_text {
    font-size: 12px;
    line-height: 1.6;
    margin-bottom: 60px;
    /* text-decoration: underline;
  text-decoration-color: #fff0f0;
  text-decoration-thickness: 5px;
  text-underline-offset: -2px; */
}
.hotelCassette_btn {
    font-size: 14px;
    background-color: var(--btn_c);
    color: #fff;
    font-weight: 600;
    border-radius: 30px;
    padding: 10px 0;
    position: absolute;
    bottom: 17px;
    text-align: center;
    margin: 0 12px;
    width: calc(100% - 24px);
    transition-duration: 0.7s;
}
.hotelCassette_btn::after {
    content: "";
    border-left: 1px solid #fff;
    border-top: 1px solid #fff;
    transform: rotate(135deg) skew(1deg, 1deg);
    position: absolute;
    top: calc(50% - 10px / 2);
    right: 15px;
    width: 10px;
    height: 10px;
}

/* hotel_end */

/* tour-search */
.tour-search_wrapper {
    padding: 45px 0;
}

.tour-search {
}
.tour-search_title img {
    width: auto;
    height: 55px;
    display: block;
    margin: 0 auto 25px;
}
/* tour-search_end */

/* info */
.info_wrapper {
    padding: 45px 0;
}

.info {
}
.info_title img {
    width: auto;
    height: 64px;
    display: block;
    margin: 0 auto 25px;
}

.info_lists {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 1024px;
    margin: 0 auto;
}
.info_btn {
    /* background-color: #fff; */
    background-image: radial-gradient(#dbcfab 50%, transparent 50%), radial-gradient(#dbcfab 50%, transparent 50%);
    background-size: 3px 4px;
    /* background-position: 0 0, 20px 20px; */
    padding: 5px;
    position: relative;
    margin-right: 20px;
    margin-bottom: 15px;
    transition-duration: 0.7s;
    width: calc(100% / 3 - 20px);
}
.info_btn:nth-of-type(3) {
    margin-right: 0;
}
.info_btn:nth-last-child(-n + 2) {
    margin-bottom: 0;
}
.info_btn > a {
    color: #333;
    font-size: 15px;
    font-weight: 600;
    font-style: italic;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s;
    width: 100%;
    height: 100%;
    padding: 20px 70px 20px 40px;
    border: 1px solid var(--base_c01);
    white-space: nowrap;
}
.info_btn::after {
    content: "";
    display: inline-block;
    width: 9px;
    height: 15px;
    background: url(/attending/wedding/honeymoon/tour/images/arrow-right-black.png) no-repeat;
    background-size: contain;
    margin-right: 8px;
    position: absolute;
    top: calc(50% - 18px / 2);
    right: 10px;
}
.info_btn > a:hover {
    /* opacity: 0.7; */
    transition-duration: 0.3s;
    background: #a2a2a2;
}

.info_btn img {
    display: block;
    width: 30px;
    margin-right: 15px;
}

.top_btn {
    /* background-color: #fff; */
    background-image: radial-gradient(#f0bfbf 50%, transparent 50%), radial-gradient(#f0bfbf 50%, transparent 50%);
    background-size: 4px 4px;
    /* background-position: 0 0, 20px 20px; */
    padding: 10px;
    position: relative;
    width: 710px;
    height: 85px;
    margin: 40px auto;
    transition-duration: 0.7s;
}
.top_btn:hover {
    opacity: 0.7;
    transition-duration: 0.7s;
}
.top_btn > a {
    color: #fff;
    font-size: 19px;
    font-weight: 600;
    font-style: italic;
    background-color: var(--btn_c);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s;
    width: 100%;
    height: 100%;
}
.top_btn::after {
    content: "";
    display: inline-block;
    width: 9px;
    height: 18px;
    background: url(/attending/wedding/honeymoon/tour/images/arrow-right-white.png) no-repeat;
    background-size: contain;
    margin-right: 8px;
    position: absolute;
    top: calc(50% - 18px / 2);
    right: 4%;
}

.top_btn img {
    display: block;
    width: 30px;
    margin-right: 15px;
}

/* info_end */

/* blog */
.blog_wrapper {
    padding: 45px 0;
}

.blog {
}
.blog_title img {
    width: auto;
    height: 24px;
    display: block;
    margin: 0 auto 25px;
}

/* ブログカセット */
#blog .flex {
    display: flex;
    justify-content: space-evenly;
    margin-top: 25px;
}
.list-blogs li {
    box-sizing: border-box;
    width: 240px;
    height: auto;
    padding: 10px;
    border: 1px solid #d2d2d2;
    background-color: #ffffff;
    /* box-shadow: 2px 2px 10px 2px rgba(0, 0, 0, 0.1); */
}
.list-blogs li .item-blogs {
    /*display: flex;
	flex-wrap: wrap;*/
    height: 100%;
}
.list-blogs li .item-blogs:hover {
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    opacity: 0.7;
    transition-duration: 0.3s;
}

.blogs-thumb {
    width: 100%;
}
.blogs-thumb img {
    width: 220px;
    height: 150px;
    object-fit: cover;
    vertical-align: bottom;
}
.blogs-info {
    /* margin-top: 10px; */
}

.blogs-group {
    margin: 5px 0 10px;
    line-height: 1;
}
.blogs-group .date {
    /* background-color: #EFE8DB;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 22px;
	width: 80px; */
    /* color: #B29C6D; */
    font-size: 12px;
    line-height: 1.2;
}
.blogs-ttl {
    font-size: 14px;
    line-height: 1.4;
}

/* ブログカセット_end */
/* blog_end */

/* related */
.related_wrapper {
    padding: 45px 0;
}

.related a:hover {
    opacity: 0.7;
    transition-duration: 0.3s;
}
.related_title img {
    width: auto;
    height: 24px;
    display: block;
    margin: 0 auto 25px;
}
/* related_end */

.Search__form {
    border: 1px solid var(--base_c01);
}
