@charset "UTF-8";
/* CSS Document */

.yu-min{ font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;}
/*
.H1__title.dept {
    top: calc(50% - 40px);
}
*/
.Couple__section:nth-of-type(odd) {
    background: url(/attending/couple/images/bg_pink.png) repeat;
}

.Couple__section:nth-of-type(even) {
    background: url(/attending/couple/images/bg_blue.png) repeat;
}

.kaigai .Main__dept {
    top: calc(50% + 192px);
    left: calc(50% - 185px);
}
.kokunai .Main__dept {
    top: calc(50% + 152px);
    right: calc(50% - 595px);
}
.Main__dept {
    position: absolute;
    transform: translate(-50%, -50%) skewX(-10deg);
    display: inline-block;
    font-size: 20px;
    font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
    font-weight: 800;
    padding: 5px 60px;
    z-index: 2;
    /* box-shadow: inset 0 0 10px 15px #FFF; */
    background-image: -webkit-linear-gradient(left, transparent, #ffffffbd 20%, #ffffffbd 80%, transparent);
    background-image: linear-gradient(to right, transparent, #ffffffbd 20%, #ffffffbd 80%, transparent);
}
.kaigai .Main__dept {
    color: var(--kaigai-color);
}
.kokunai .Main__dept {
    color: var(--kokunai-color);
}


.Main__dept > span{
    font-size: 27px;
}

.content img {
/* image-rendering: -webkit-optimize-contrast;
    width: auto;
    height: auto;
    vertical-align: middle; */
}

/* タイトル */
/* .main__visual {
    width: 100%;
    height: auto;
    margin: 0 auto;
    text-align: center;
    position: relative;
} */

/*
.main__visual h1 {
  position: absolute;
  top: 48%;
  left: 50%;
  transform: translate(-50%, -50%);
}
*/
.Main__visual {
    /* overflow: hidden;
    position: relative;
    width: 100%;
    height: 550px;
    background: url(/attending/couple/images/mv_bg.png) no-repeat;
    background-size: cover;
    background-position: center; */
}
.kokunai .Main__visual{
    background: url(/attending/couple/images/mv_bg_BP22-018182D.png) no-repeat;
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 550px;
    background-position: 20% 100%;
    background-size: cover;
}

/* メイン画像被写体とタイトル飾りが被らない為のやつ　ここから */
@media screen and (min-width:1400px) and ( max-width:1849px) {
    .kokunai .Main__visual{
        background-position: 0% 100%;
        background-size: 110%;
    }
}
@media screen and (min-width:1850px) {
    .kokunai .Main__visual{
        background-position: 0% 60%;
        background-size: cover;
    }
}
/* メイン画像被写体とタイトル飾りが被らない為のやつ　ここまで */


.kaigai .Main__visual {
    /* background: url(/attending/couple/images/mv_bg_BP23-022992D.png) no-repeat; */
    background: url(/attending/couple/images/mv_bg_AS23-013885D.png) no-repeat;
    background-position: 30% 0%;
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 550px;
    /* background: url(/attending/couple/images/mv_bg_BP22-018182D.jpg) no-repeat; */
    background-size: cover;
}
.H1__title {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 1504px;
    height: 541px;
}

/*
.main__visual {
  margin: 0 auto;
}
.mv {
    object-fit: contain;
    height: 600px;
}
*/
.Common21__inner {
    width: 1024px;
    margin: 0 auto;
}
/* .seo {
    margin: 60px 0;
}
.seo p {
    font-size: 16px;
    color: #333333;
    line-height: 1.7;
    font-weight: 400;
    letter-spacing: 0.1em;
} */

.seo__section {
    width: 100%;
    padding: 45px 0 15px;
}
.Couple__inner {
    width: 1024px;
    margin: 0 auto;
}
.Seo {
    font-size: 16px;
    font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
    font-weight: 500;
    line-height: 1.7;
}
h2 {
    /* display: block;
    margin: 0 auto;
    padding-bottom: 60px;
    text-align: center; */
}

/*おすすめツアー*/
.Tour_box {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    position: relative;
}
.tour:hover {
    opacity: 0.7;
    transition: all 0.3s;
}
.Tour_box > li.tour {
    width: 235px;
    margin-right: 28px;
    margin-bottom: 30px;
    border: 1px #CECECE solid;
    border-radius: 6px;
    position: relative;
    background: #fff;
    overflow: hidden;
}
.Tour_box > li.tour:nth-child(4n) {
    margin-right: 0!important;
}
.Tour_box img {
    width: 235px;
    height: 168px;
}
.kokunai ul.Tour_box > li.tour dd.point {
    border: 1px var(--kokunai-color) solid;
    color: var(--kokunai-color);
}
.kaigai ul.Tour_box > li.tour dd.point {
    border: 1px var(--kaigai-color) solid;
    color: var(--kaigai-color);
}
ul.Tour_box > li.tour dd.point {
    /* margin: 10px 10px 0;
    background: #ffffff;
    font-size: 12px;
    font-weight: 600;
    text-align: left;
    padding: 2px 10px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden; */
}
ul.Tour_box > li.tour dd.icon_wrap {
    white-space: normal;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    margin: 7px 10px 0;
}
.kokunai ul.Tour_box > li.tour dd.icon_wrap > .icon {
    color: var(--kokunai-color);
    border: var(--kokunai-color) solid 1px;
}
.kaigai ul.Tour_box > li.tour dd.icon_wrap > .icon {
    color: var(--kaigai-color);
    border: var(--kaigai-color) solid 1px;
}
ul.Tour_box > li.tour dd.icon_wrap > .icon {
    /* font-size: 12px;
    font-weight: 600;
    padding: 3px 5px;
    text-align: center;
    width: 48%;
    line-height: 1.3;
    display: flex;
    align-items: center;
    justify-content: center; */
}
ul.Tour_box > li.tour dt.ttl {
    /* font-size: 14px;
    color: #000;
    text-align: left;
    font-weight: 600;
    line-height: 1.3;
    padding: 10px 10px 10px;
    letter-spacing: 0.05em; */
}
ul.Tour_box > li.tour dd.txt {
    font-size: 12px;
    line-height: 1.3;
    letter-spacing: 0.05em;
    padding: 0 10px 50px;
}
ul.Tour_box > li.tour dd.price {
    color: #ff1f1f;
    font-size: 16px;
    font-weight: 600;
    text-align: right;
    padding: 0 10px 10px;
    position: absolute;
    bottom: 0;
    right: 0;
    letter-spacing: 0;
}
.credit {
    color: #ffffff;
    font-size: 12px;
    font-weight: 500;
    position: absolute;
    top: 222px;
    right: 5px;
}
/*出発地から探す*/
.box__heading {
    margin: 50px 0 60px;
}
.box__heading h2 {
    padding-bottom:  10px!important;
}
.area-btn__block {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    height: 223px;
    align-content: space-between;
    width: 1024px;
    margin: 30px auto 0;
}

.area-btn__item {
	flex-basis: 320px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.kokunai .area-btn__link {
    background: var(--kokunai-color);
    border: 1px var(--kokunai-color) solid;
}
.kaigai .area-btn__link {
    background: var(--kaigai-color);
    border: 1px var(--kaigai-color) solid;
}
.area-btn__link {
    position: relative;
    border-radius: 5px;
    transition: 0.3s;
    cursor: pointer;
    color: #fff;
    font-size: 18px;
    padding: 15px;
	text-align: center;
    width: 100%;
    font-weight: 600;
}

.kokunai .area-btn__link:hover {
    border: 1px var(--kokunai-color) solid;
    color: var(--kokunai-color);
}
.kaigai .area-btn__link:hover {
    border: 1px var(--kaigai-color) solid;
    color: var(--kaigai-color);
}
.area-btn__link:hover {
    background: #ffffff;
    transition: all 0.3s;
}

/*アンカー*/
.anchor-list {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    margin: 30px 0 70px 0;
    z-index: 1;
}
.anchor-list a:hover {
    transition: all 0.3s;
}
.kokunai .anchor__items {
    background-color: var(--kokunai-color);
    border: 1px solid var(--kokunai-color);
}
.kaigai .anchor__items {
    background-color: var(--kaigai-color);
    border: 1px solid var(--kaigai-color);
}
.anchor__items {
    width: 512px;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    padding: 18px 0;
}

.anchor01 {
    border-radius: 4px 0 0 4px;
    position: relative;
}
.anchor02 {
    border-radius: 0 4px 4px 0;
    position: relative;
}
.anchor01::after {
    content: "";
    display: block;
    width: 0.8rem;
    height: 0.8rem;
    position: absolute;
    top: 40%;
    right: 2rem;
    border-top: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
    transform: translateX(-50%) rotate(135deg);
}
.kokunai .anchor01:hover::after {
    border-top: 2px solid var(--kokunai-color);
    border-right: 2px solid var(--kokunai-color);
}
.kaigai .anchor01:hover::after {
    border-top: 2px solid var(--kaigai-color);
    border-right: 2px solid var(--kaigai-color);
}
.anchor01:hover::after {
    content: "";
    display: block;
    width: 0.8rem;
    height: 0.8rem;
    position: absolute;
    top: 40%;
    right: 2rem;
    transform: translateX(-50%) rotate(135deg);
    transition: all 0.3s;
}
.anchor02::after {
    content: "";
    display: block;
    width: 0.8rem;
    height: 0.8rem;
    position: absolute;
    top: 40%;
    right: 2rem;
    border-top: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
    transform: translateX(-50%) rotate(135deg);
}
.kokunai .anchor02:hover::after {
    border-top: 2px solid var(--kokunai-color);
    border-right: 2px solid var(--kokunai-color);
}
.kaigai .anchor02:hover::after {
    border-top: 2px solid var(--kaigai-color);
    border-right: 2px solid var(--kaigai-color);
}
.anchor02:hover::after {
    content: "";
    display: block;
    width: 0.8rem;
    height: 0.8rem;
    position: absolute;
    top: 40%;
    right: 2rem;
    transform: translateX(-50%) rotate(135deg);
    transition: all 0.3s;
}
.anchor01::before {
    content: "";
    display: block;
    width: 1px;
    height: 30px;
    background-color: #FFFFFF;
    position: absolute;
    top: calc(50% - 15px);
    right: -1px;
}
.kokunai .anchor__items:hover{
    border: 1px var(--kokunai-color) solid;
}
.kaigai .anchor__items:hover{
    border: 1px var(--kaigai-color) solid;
}
.kokunai .anchor__items:hover{
    color: var(--kokunai-color);
}
.kaigai .anchor__items:hover{
    color: var(--kaigai-color);
}
.anchor__items:hover{
    background: #ffffff;
    transition: all 0.3s;
}
.dropdown__lists {
    display: none;/*デフォルトでは非表示の状態にしておく*/
    width: 100%;
    position: absolute;
    top: 60px;
    left: 0;
    z-index: 10;
}
.gnavi__list:hover .dropdown__lists {
    display: block;/*Gナビメニューにホバーしたら表示*/
}
.kokunai .dropdown__list {
    border-color: var(--kokunai-color);
}
.kaigai .dropdown__list {
    border-color: var(--kaigai-color);
}
.dropdown__list {
    background-color: #FFFFFF;
    border-bottom: 1px solid;
    border-right: 1px solid;
    border-left: 1px solid;
    font-size: 16px;
    padding: 10px;
    transition: all .3s;
    position: relative;
}

.kokunai .dropdown__list:hover {
    background-color: var(--kokunai-color);
}
.kaigai .dropdown__list:hover {
    background-color: var(--kaigai-color);
}
.dropdown__list a {
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    position: relative;
}
.kaigai .dropdown__list a {
    color: var(--kaigai-color);
}
.kokunai .dropdown__list a {
    color: var(--kokunai-color);
}
.dropdown__list a:hover {
    color: #FFFFFF;
}
.kaigai .dropdown__list a::before {
    border-top: 2px solid var(--kaigai-color);
    border-right: 2px solid var(--kaigai-color);
}
.kokunai .dropdown__list a::before {
    border-top: 2px solid var(--kokunai-color);
    border-right: 2px solid var(--kokunai-color);
}
.dropdown__list a::before {
    content: '';
    display: block;
    width: 0.8rem;
    height: 0.8rem;
    position: absolute;
    top: 40%;
    right: 2rem;
    transform: translateY(-50%) rotate(45deg);
}
.dropdown__list a:hover::before {
    border-top: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
}

.Tour__wrapper {
    display: flex;
    justify-content: space-between;
}
.wrapper__top .Spot {
    width: 491px!important;
    margin-bottom: 30px;
}

#Sec__holiday .Spot {
    width: 320px;
}
#Sec__holiday .Spot .pht {
    height: inherit;
    overflow: hidden;
}
#Sec__holiday .Spot img{
    width: 100%;
    height: 220px;
    object-fit: cover;
}
.Spot .subttl img {
    width: 50px;
    height: auto;
    margin: 0 10px 0 0;
}
.Spot .subttl img.s {
    width: 50px;
    height: auto;
    margin: 0 10px 2px 0;
}
.wrapper__top img {
    width: 489px!important;
    height: auto!important;
}
.wrapper__top .subttl img {
    width: 50px!important;
    height: auto!important;
    margin: 0 10px 0 0;
}
/* .Spot dl {
    padding: 15px;
    margin-bottom: 85px;
} */
.Spot dt.subttl {
    text-align: left;
    font-size: 18px;
    color: #000;
    font-weight: 600;
    line-height: 1.3;
    padding: 5px 0 15px;
    letter-spacing: 0.08em;
    border-bottom: 2px dotted #000000;
}
.Spot dd.subttl {
    text-align: left;
    font-size: 18px;
    color: #000;
    font-weight: 600;
    line-height: 1.3;
    padding: 5px 0 15px;
    letter-spacing: 0.08em;
    border-bottom: 2px dotted #000000;
}
.Spot dd.txt {
    font-size: 14px;
    line-height: 1.6;
    letter-spacing: 0.07em;
    margin: 20px 0;
}
.Spot dd.txt_01{
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: 0.07em;
    margin: 15px 0 30px;
}
.Spot dt.icon {
    color: #000000;
    text-align: center;
    width: 180px;
    font-size: 13px;
    padding: 5px 30px;
    border: 1px solid #000000;
    border-radius: 20px;
    font-size: 500;
}
.Tour__wrapper .link__wrap{
    color: #21BEC7;
    font-size: 14px;
    font-weight: 600;
    border-bottom: 1px solid #21BEC7;
    position: absolute;
    right: 25px;
    bottom: 76px;
}
.link__wrap a:hover {
    opacity: 0.7;
    transition: all 0.3s;
}
.link {
    display: block;
    position: relative;
}
.link::after {
    content: "";
    display: block;
    width: 0.8rem;
    height: 0.8rem;
    position: absolute;
    top: 50%;
    right: -10px;
    border-top: 2px solid #21BEC7;
    border-right: 2px solid #21BEC7;
    transform: translateY(-50%) rotate(45deg);
}
.btn__flex {
    display: flex;
    justify-content: space-between;
    margin: 0 15px;
    position: absolute;
    bottom: 15px;
}
#Sec__holiday .Tour_wrapper {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    gap: inherit;
}

.current img {
    visibility: hidden;
}
.Search__form {
    border: 1px solid #C3C3C3;
}


/*ブログ*/
.blog_box_parrent {
	position: relative;
    background-color: #fff;
    width: calc(98% / 2);
    padding: 10px;
}
.blog_box_parrent a{
	position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.blog_box_parrent:hover{
	opacity:0.5;
	transition: all 0.3s;
}
.tabiBlog {
    margin-bottom: 30px;
    display: flex;
    justify-content: space-between;
}

.tabiBlogTmp {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    position: relative;
}

.tabiBlogTmp .photo {
    overflow: hidden;
    width: 180px;
    height: 120px;
    margin-right: 15px;
}

.tabiBlogTmp .text {
    position: relative;
    width: calc(100% - 205px);
}

.tabiBlogTmp .photo img {
    width: 100%;
}

.blog_flex {
    display: flex;
    flex-wrap: wrap;
    width: 260px;;
}
.date_flex {
    display: flex;
    justify-content: space-between;
}
.tabiBlogTmp .ttl,
.tabiBlogTmp .pref,
.tabiBlogTmp .day {
}

.tabiBlogTmp .ttl {
    font-size: 16px;
    line-height: 1.6;
    color: #333333;
}

.tabiBlogTmp .pref {
    font-size: 14px;
    text-align: center;
    color: #FFFFFF;
    font-weight: 600;
    background-color: #21BEC7;
    padding: 0px 20px;
    margin-bottom: 10px;
    margin-right: 15px;
}

.tabiBlogTmp .day {
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.07em;
    color: #333;
    padding-top: 3px;
}

.tabiBlogTmp::after {
    content: "";
    display: block;
    width: 0.8rem;
    height: 0.8rem;
    position: absolute;
    top: 50%;
    right: 5px;
    border-top: 2px solid #21BEC7;
    border-right: 2px solid #21BEC7;
    transform: translateY(-50%) rotate(45deg);
}
/* .blog-btn-wrap{
    margin-top: 30px;
    text-align: center;
    background: url("/attending/couple/kokunai/images/btn_blog_02.png") no-repeat;
    background-position: center;
}
.blog-btn-wrap a {
    display: inline-block;
} 

.blog-btn-wrap a:hover {
	background-color: transparent;  IE6対応 
}
.blog-btn-wrap a:hover img {
    visibility: hidden;
}*/

/*-----------------おすすめ特集-----------------*/
.swiper-container-horizontal > .swiper-scrollbar {
	left: 0 !important;
	width: 100% !important;
	height: 8px !important;
}

.common_recommend_wapper {
	margin-top: 50px;
}

#SlideBanner {
	width: 974px;
}

.swiper-wrapper {
	margin-bottom: 25px;
}

.bannerCassette_content {
	width: 100%;
}

.bannerCassette_content p {
	padding-top: 10px;
	font-size: 16px;
	line-height: 1.3;
}

.bannerCassette_content p.bannerImg {
	width: 219px;
	height: auto;
}

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


.mb35 dl {
    margin-bottom: 6px!important;
}

.group-btn_2row .Spot {
    display: flex;
    flex-direction: column;
    padding-bottom: 15px;
}

.group-btn_2row .Tour_wrapper .Spot dl {
    margin-bottom: 0;
    padding: 15px 15px 0;
}

.group-btn_2row .Spot .btn {
    position: inherit;
    bottom: 0;
    margin-top: auto;
}

.group-btn_2row .Spot .btn:not(:last-child) {
    margin-bottom: 15px;
}

#PageName {
	width: 1024px;
    margin: 10px auto;
    font-weight: bold;
}

/* start_Common21__fill-btn */
.Common21__fill-btn-wrap.link_btn {
  width: 450px;
  margin: 0 auto;
}

.Common21__fill-btn-wrap.link_btn .Common21__fill-btn {
  display: inline-block;
  position: relative;
  padding: 30px 100px 30px 75px;
  color: white;
  font-weight: 600;
  background: #4585ef;
  border-radius: 4px;
  transition: color 0.3s, box-shadow 0.3s, background-color 0.3s;
  margin-top: 30px;
}

.Common21__fill-btn-wrap.link_btn .Common21__fill-btn::after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  position: absolute;
  top: 50%;
  right: 16px;
  border-top: 2px solid white;
  border-right: 2px solid white;
  transform: translateY(-50%) rotate(45deg);
  transition: border-color 0.3s;
}

.Common21__fill-btn-wrap.link_btn .Common21__fill-btn:hover {
  color: #4585ef;
  background-color: white;
  box-shadow: 0px 0px 0px 1px #4585ef inset;
}

.Common21__fill-btn-wrap.link_btn .Common21__fill-btn:hover::after {
  border-color: #4585ef;
}
/* end_Common21__fill-btn */

#area02 .Common21__fill-btn-wrap{
    margin-top: 30px;
    text-align: center;
    background: url("/attending/couple/kokunai/images/btn_hotspring_02.png") no-repeat;
    background-position: center;
}

#area02 .Common21__fill-btn-wrap a {
    display: inline-block;
}

#area02 .Common21__fill-btn-wrap a:hover {
	background-color: transparent; /* IE6対応 */
}

#area02 .Common21__fill-btn-wrap a:hover img {
    visibility: hidden;
}

.Common21__fill-btn-wrap.link_btn a:hover {
	opacity: 0.7;
}

.kaigai .H2__heading {
    color: var(--kaigai-color);
}
.kokunai .H2__heading {
    color: var(--kokunai-color);
}

.kokunai .sorting ul,
.kaigai .sorting ul{
    justify-content: center;
}

/* ===============================
共通
 =============================== */
.Common__wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    /* gap: 24px; */
}
#Sec__museum .Common__wrapper,
#Sec__theme .Common__wrapper,
#Sec__hotel .Common__wrapper.Group_couple {
    gap: 24px;
}

.Common__article {
    background-color: #fff;
    border-radius: 6px;
    width: 325px;
    height: auto;
    overflow: hidden;
}

.Common__article-inner {
    display: flex;
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-bottom: 15px;
}

.Common__photo {
    content-visibility: auto;
    contain-intrinsic-size: 244px;
    height: 244px;
    position: relative;
}

.Common__group {
    display: flex;
    flex-direction: column;
    padding: 0 15px 10px;
}

.Common__area {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 14px;
    font-weight: 600;
    color: var(--secondary-color);
    padding: 5px 15px 0;
}

.Common__area svg {
    margin-right: 10px;
}

.Common__name {
    border-bottom: solid 1px #000;
    font-size: 18px;
    line-height: 1.2;
    letter-spacing: 0.07em;
    font-family: 'YuMincho Demibold', serif;
    color: #000;
    margin: 10px 15px 0;
    padding-bottom: 10px;
}

.Common__caption {
    font-size: 14px;
    letter-spacing: 0.06em;
    margin-top: 10px;
    padding: 0 15px;
}

.Common__access {
    padding: 10px 15px 0;
}

.Common__access-inner {
    background-color: #f9edef;
    padding: 10px;
}

.Access__heading {
    position: relative;
    font-size: 14px;
    font-weight: 700;
    color: var(--secondary-color);
    margin-bottom: 5px;
    padding-left: 15px;
}

.Access__heading::before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 5px;
    height: 18px;
    background-color: var(--secondary-color);
}

.Access__text {
    font-size: 13px;
    letter-spacing: 0.06em;
    line-height: 1.6;
}
.Common__button {
    padding: 10px 15px 0;
    margin-top: auto;
}
#Sec__holiday .Common__button-link {
    font-size: 20px;
    width: 550px;
    margin: 0 auto;
}
.Common__button-link {
    position: relative;
    display: block;
    background-color: var(--primary-color);
    border: solid 1px var(--primary-color);
    border-radius: 100px;
    width: 100%;
    height: auto;
    font-family: 'YuMincho Demibold', serif;
    color: #fff;
    text-align: center;
    padding: 10px;
    transition: all 0.5s;
}

.Common__button-link:hover {
    background-color: #fff;
    color: var(--primary-color);
}

.Common__button-link::before,
.Common__button-link::after {
    content: '';
    position: absolute;
    background:#fff;
    transition: all 0.5s;
}

.Common__button-link::before{
    top: 50%;
    right: 10px;
    width: 20px;
    height: 1px;
    transform: translateY(-50%);
}
#Sec__holiday .Common__button-link::before{
    /* right: 20px;
    width: 50px; */
}
.Common__button-link::after{
    top: calc(50% - 3px);
    right: 10px;
    width: 7px;
    height: 1px;
    transform: translateY(-50%) rotate(45deg);
}
#Sec__holiday .Common__button-link::after{
    /* top: calc(50% - 6px);
    right: 17px;
    width: 17px; */
}

.Common__button-link:hover::before,
.Common__button-link:hover::after {
    background:var(--primary-color);
}

.Common__other-button {
    width: 550px;
    margin: 30px auto 0;
}

.Other__button-link {
    position: relative;
    display: block;
    border: solid 1px var(--secondary-color);
    background-color: #fff;
    border-radius: 100px;
    font-size: 18px;
    font-family: 'YuMincho Demibold', serif;
    color: var(--secondary-color);
    text-align: center;
    padding: 15px 10px;
    transition: all 0.5s;
}

.Other__button-link:hover {
    background-color: var(--secondary-color);
    color: #fff;
}

.Other__button-link::before,
.Other__button-link::after {
    content: '';
    position: absolute;
    background: var(--secondary-color);
    transition: all 0.5s;
}

.Other__button-link::before{
    top: 50%;
    right: 10px;
    width: 20px;
    height: 1px;
    transform: translateY(-50%);
}

.Other__button-link::after{
    top: calc(50% - 3px);
    right: 10px;
    width: 7px;
    height: 1px;
    transform: translateY(-50%) rotate(45deg);
}

.Other__button-link:hover::before,
.Other__button-link:hover::after {
    background: #fff;
}


/* ===============================
旅の情報
 =============================== */
.Common__wrapper.Information {
    width: 850px;
    margin: 0 auto;
}

.Article__block {
    width: 400px;
    height: auto;
}

.kaigai .Information__link {
    border: solid 2px var(--kaigai-color);
}
.kokunai .Information__link {
    border: solid 2px var(--kokunai-color);
}
.Information__link {
    display: flex;
    position: relative;
    flex-direction: column;
    align-items: center;
    border-radius: 5px;
    padding: 30px 20px 20px;
    transition: background-color 0.5s;
    background-color: #fff;
}
.kaigai .Information__link::after {
    border-top: 2px solid var(--kaigai-color);
    border-right: 2px solid var(--kaigai-color);
}
.kokunai .Information__link::after {
    border-top: 2px solid var(--kokunai-color);
    border-right: 2px solid var(--kokunai-color);
}
.Information__link::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 20px;
    display: block;
    width: 12px;
    height: 12px;
    transform: translateY(-50%) rotate(45deg);
    transition: border-top 0.5s, border-right 0.5s;
}

.kaigai .Information__link svg path {
    color: var(--kaigai-color);
    fill: var(--kaigai-color);
}
.kokunai .Information__link svg path {
    color: var(--kokunai-color);
    fill: var(--kokunai-color);
}
.Information__link svg path {
    transition: fill 0.5s;
}

.kaigai .Information__heading {
    color: var(--kaigai-color);
}
.kokunai .Information__heading {
    color: var(--kokunai-color);
}
.Information__heading {
    font-weight: 700;
    margin-top: 10px;
    transition: color 0.5s;
}

.kaigai .Information__link:hover {
    background-color: var(--kaigai-color);
}
.kokunai .Information__link:hover {
    background-color: var(--kokunai-color);
}

.Information__link:hover::after {
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
}

.Information__link:hover svg path {
    fill: #fff;
}

.Information__link:hover .Information__heading {
    color: #fff;
}

.Information__caption {
    font-size: 14px;
    font-weight: 700;
    text-align: center;
    margin-top: 5px;
}

/* ===============================
季節
 =============================== */
#Group__tab-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 50px;
    gap: 20px;
}
#Sec__seasons #Group__tab-btn {
    gap: 40px;
}

.Seasons__tab {
    background-color: #fff;
    border: solid 1px var(--primary-color);
    border-radius: 100px;
    font-family: 'YuMincho Demibold', serif;
    font-size: 18px;
    color: var(--primary-color);
    padding: 5px 30px;
    cursor: pointer;
    transition: background-color 0.5s, color 0.5s;
    width: 100%;
    text-align: center;
}
#Sec__seasons .Seasons__tab {
    font-size: 29px;
    width: auto;
}

.Seasons__tab.current {
    background-color: var(--primary-color);
    color: #fff;
}
.Seasons__ttl {
    background-color: var(--primary-color);
    border-radius: 100px    ;
    font-family: 'YuMincho Demibold', serif;
    font-size: 20px;
    color:#fff;
    padding: 5px 30px;
    /* transition: background-color 0.5s, color 0.5s; */
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
}



.holoday-accordion {
    margin-bottom: 20px;
    background-color: #FFFFFF;
    /* border-radius: 6px; */
}
.holoday-accordion:last-of-type {
    margin-bottom: 0;
}
/* .kaigai .holoday-accordion > dt {
    color: var(--kaigai-color);
}
.kokunai .holoday-accordion > dt {
    color: var(--kokunai-color);
} */
.holoday-accordion > dd h2 {
    position: relative;
    font-size: 18px;
    font-weight: 600;
    padding: 15px 20px;
    cursor: pointer;
    /* color: var(--tertiary-color); */
    color: var(--secondary-color);
}
.holoday-accordion > dd h2 > span {
    font-size: 24px;
}
.holoday-accordion > dd h2 span {
    /* display: inline-block;
    align-items: center;
    color: #21BEC7;
    font-size: 30px;
    font-weight: 600;
    margin-right: 25px;
    vertical-align: -4px; */
}
.holoday-accordion > dd h2::before,
.holoday-accordion > dd h2::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 20px;
    display: block;
    background-color: var(--secondary-color);
    width: 12px;
    height: 2px;
    transform: translateY(-50%);
    z-index: 10;
}

.holoday-accordion > dd h2:after {
    transform: translateY(-50%);
}

.holoday-accordion > dd h2:before {
    transform: translateY(-50%) rotate(90deg);
}

.holoday-accordion > dd h2.holoday-accordion__open:before {
    transform: translateY(-50%);
}

.holoday-accordion .holoday-accordion_cts-wapper {
    display: none;
    padding: 0 20px 20px;
}
.holoday-accordion .holoday-accordion_cts {
    display: flex;
    justify-content: flex-start;
}
.holoday-accordion .holoday-accordion_cts .icon {
    /* display: inline-block;
    align-items: center;
    color: #21BEC7;
    font-size: 30px;
    font-weight: 600;
    vertical-align: -4px; */
}
.holoday-accordion > dd .aTxt {
    padding-left: 25px;
    font-size: 16px;
    letter-spacing: 0.07em;
}

.holoday-accordion__open {
    border-radius: 6px 6px 0 0!important;
}

.guide-link {
    float: right;
    display: inline-block;
    text-align: right;
    margin-top: auto;
    padding: 10px 15px;
}
#Sec__seasons .guide-link {    
    padding: 10px 15px 0;
}

.guide-link > a {
    position: relative;
    display: inline-block;
    border-bottom: solid 1px var(--secondary-color);
    font-size: 14px;
    font-weight: 700;
    color: var(--secondary-color);
    padding-right: 10px;
}

.guide-link > a::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    display: block;
    width: 6px;
    height: 6px;
    border-top: 2px solid var(--secondary-color);
    border-right: 2px solid var(--secondary-color);
    transform: translateY(-50%) rotate(45deg);
}

#Sec__flight-tickets_hotel .txt{
    display: flex;
    justify-content: center;
    text-align: center;
}


.kokunai .H3__heading{
    color:var(--kokunai-color);
}
.kaigai .H3__heading{
    color:var(--kaigai-color);
}
.Article__ranking-big img {
    width: 490px!important;
    height: 260px;
    object-fit: cover;
    object-position: 0% 0%;
}
.kaigai #Sec__ranking .Article__ranking:nth-of-type(1) img {
    object-position: 0% 20%;
}
.kaigai #Sec__ranking .Article__ranking:nth-of-type(2) img {
    object-position: 0% 2%;
}

.Ranking__couple-name {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 20px;
    font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
    font-weight: 600;
    padding: 5px 15px 0;
}

.Ranking__couple-name::before {
    content: "";
    background-repeat: no-repeat;
    width: 68px;
    height: 53px;
    margin-right: 15px;
}

.Ranking__couple-1::before {
    background-image: url(/attending/kokunai/couple/images/icon__rank01.svg);
}

.Ranking__couple-2::before {
    background-image: url(/attending/kokunai/couple/images/icon__rank02.svg);
}

.Ranking__couple-3::before {
    background-image: url(/attending/kokunai/couple/images/icon__rank03.svg);
}

.Ranking__couple-4::before {
    background-image: url(/attending/kokunai/couple/images/icon__rank04.svg);
}

.Ranking__couple-5::before {
    background-image: url(/attending/kokunai/couple/images/icon__rank05.svg);
}


.holoday-accordion > dd h3 {
    position: relative;
    font-size: 18px;
    font-weight: 600;
    padding: 15px 20px;
    cursor: pointer;
    /* color: var(--tertiary-color); */
    color: var(--secondary-color);
}
.holoday-accordion > dd h3 > span {
    font-size: 24px;
}
.holoday-accordion > dd h3::before,
.holoday-accordion > dd h3::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 20px;
    display: block;
    background-color: var(--secondary-color);
    width: 12px;
    height: 2px;
    transform: translateY(-50%);
    z-index: 10;
}

.holoday-accordion > dd h3:after {
    transform: translateY(-50%);
}

.holoday-accordion > dd h3:before {
    transform: translateY(-50%) rotate(90deg);
}

.holoday-accordion > dd h3.holoday-accordion__open:before {
    transform: translateY(-50%);
}