@charset "UTF-8";
@import url("//fonts.googleapis.com/css?family=EB+Garamond");

.Posting-ended {
	font-size: larger;
	font-weight: bold;
	color: #ff0000;
	text-align: center;
	padding: 20px 0;
}

/*-------------------------------------------------
このフォントはIPAフォントライセンスv1.0の下で提供されています。
http://ipafont.ipa.go.jp/ipa_font_license_v1.html
オリジナルのフォントは以下から取得できます。
http://ipafont.ipa.go.jp/
-------------------------------------------------*/
.font {
	font-family: "Noto Serif JP", serif;
}

.mv-anime-wrapper {
	position: relative;
}

.mainvisualWrap01 {
	position: relative;
	overflow: hidden;
	height: 606px;
}

/* ローディングアニメ_start */
.mv-anime-wrapper .mainvisualWrap01{
	opacity: 0;
	animation: mv-fade 1s ease-in-out 7.5s forwards;
}
.mv-anime-wrapper:has(.mv-anime.is-second-access) .mainvisualWrap01 {
	animation: none;
	opacity: 1;
}

@keyframes mv-fade {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
/* ローディングアニメ_end */

.mainvisualWrap01::after {
	content: "";
	width: 100%;
	height: 9vw;
	position: absolute;
	bottom: 0vw;
	left: 0;
	background: url(/attending/kaigai/christmas/images/bg01_b.png) no-repeat center top;
	background-size: 100%;
}

.mainSlide {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	height: 606px;
	position: relative;
}

.mainSlide.slide01 {
	background-image: url("/attending/kaigai/christmas/images/BP19-106844D.jpg");
}
.mainSlide.slide02 {
	background-image: url("/attending/kaigai/christmas/images/BP23-017508D.jpg");
}
.mainSlide.slide03 {
	background-image: url("/attending/kaigai/christmas/images/AS20-017423D.jpg");
}
.mainSlide.slide04 {
	background-image: url("/attending/kaigai/christmas/images/BP23-017509D.jpg");
}

.mainTitWrap01 {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: -90px;
	left: -280px;
	text-align: center;
}

.h01Top {
	position: relative;
	width: 530px;
	height: 426px;
}

.Hatyaku {
	position: absolute;
	inset: auto 0 31px 86px;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
}

.Hatyaku p {
	padding: 4px 14px;
	background-color: #b18433;
	color: #fff;
	font-size: 18px;
	border-radius: 50px;
	display: flex;
	text-align: right;
}

.Hatyaku p span {
	/* margin-right: 10px; */
}

.mv .inner {
	width: 1100px;
	margin: 0 auto;
}

.mv .inner img {
	width: 530px;
}

.seo {
	color: #865e23;
	font-size: 16px;
	font-family: "Noto Serif JP", serif;
	margin: 0 auto;
	width: 1024px;
	text-align: center;
	margin-bottom: 20px;
	position: relative;
}
.anc {
	display: flex;
	width: 720px;
	justify-content: center;
	margin: 0 auto;
	padding-bottom: 80px;
	transition: 0.8s;
	position: relative;
}

.anc li {
	width: 135px;
	height: auto;
	margin-right: 58px;
}

.anc li:last-child {
	margin-right: 0;
}

.anc li:hover {
	/* opacity: 0.7; */
}

.swiper-out {
	position: relative;
	width: 1200px;
	margin: 0 auto;
	margin-bottom: 50px;
}

.swiper-button-prev_tour,
.swiper-button-next_tour {
	width: 50px !important;
	height: 50px !important;
	background-size: 50px 50px !important;
}

.swiper-button-next_tour.swiper-button-disabled,
.swiper-button-prev_tour.swiper-button-disabled {
	display: none;
}

.swiper-button-next_tour,
.swiper-container-rtl .swiper-button-prev_tour {
	right: 64px !important;
	left: auto !important;
	position: absolute;
	top: 47%;
	z-index: 10;
	cursor: pointer;
}

.swiper-button-prev_tour,
.swiper-container-rtl .swiper-button-next_tour {
	left: 64px !important;
	right: auto !important;
	position: absolute;
	top: 47%;
	z-index: 10;
	cursor: pointer;
}

/* 次ページボタンのスタイル */
.swiper-button-next_tour {
	background-image: url(/attending/kaigai/christmas/images/arrow.png) !important;
}
/* 前ページボタンのスタイル */
.swiper-button-prev_tour {
	background-image: url(/attending/kaigai/christmas/images/arrow.png) !important;
	transform: scale(-1, 1); /* 左右反転 */
}

/* 
.osusume_tour .tourCassette_content {
    border: 1px solid #D1D1D1;
    border-radius: 8px;
    height: auto;
    position: relative;
    background-color: #fff;
    max-width: 272px;
}

.osusume_tour .tourCassette_content a {
    transition: 0.3s;
    display: block;
    height: 100%;
}

.osusume_tour .tourCassette_content a:hover {
    opacity: .7;
}

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

.osusume_tour .txts {
    padding: 16px;
	padding-top: 10px;
}

.osusume_tour p span {
	background-color: #AD7C20;
    padding: 2px 10px;
    color: #fff;
    font-size: 14px;
    text-align: center;
    margin: 0 auto;
	font-weight: 700;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2; 
}
*/

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

.osusume_tour .txts ul li {
	background-color: #003f34;
	padding: 2px 6px;
	color: #fff;
	text-align: center;
	font-size: 13px;
	margin-right: 8px;
	font-weight: 600;
	width: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.osusume_tour .txts ul li:nth-child(2) {
	margin-right: 0;
}

.osusume_tour .tourCassette_title {
	font-size: 16px;
	line-height: 2.2rem;
	margin-bottom: 9px;
}

.osusume_tour .tourCassette_text {
	font-size: 15px;
	line-height: 2.2rem;
	margin-bottom: 36px;
}

.osusume_tour .tourCassette_pirce {
	font-size: 17px;
	color: #ff0000;
	font-weight: 700;
	position: absolute;
	bottom: 17px;
	right: 14px;
}

.osusume_tour .tourCassette_pirce span {
	font-size: 14px;
}
*/ .swiper-wrapper {
	margin-bottom: 25px;
}

.swiper-out .swiper-container .swiper-scrollbar {
	position: absolute;
	left: 0%;
	bottom: 3px;
	z-index: 50;
	height: 8px;
	width: 100%;
}

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

.tours {
	display: flex;
	width: 1024px;
	margin: 0 auto;
	gap: 16px;
	flex-wrap: wrap;
}

.osusume_tour .tour,
.osusume_tour_bot .tour {
	display: flex;
	height: auto;
}

.osusume_tour .tourCassette_content,
.osusume_tour_bot .tourCassette_content {
	border: 1px solid #d1d1d1;
	border-radius: 8px;
	height: auto;
	position: relative;
	background-color: #fff;
	width: 244px;
}

.osusume_tour .tourCassette_content a,
.osusume_tour_bot .tourCassette_content a {
	transition: 0.3s;
}

.osusume_tour .tourCassette_content a:hover,
.osusume_tour_bot .tourCassette_content a:hover {
	opacity: 0.7;
}

.osusume_tour .tourCassette_ph,
.osusume_tour_bot .tourCassette_ph {
	content-visibility: auto;
	contain-intrinsic-size: 189px;
	border-radius: 6px 6px 0 0;
	overflow: hidden;
}

.osusume_tour .txts,
.osusume_tour_bot .txts {
	padding: 5px;
}

.osusume_tour p span,
.osusume_tour_bot p span {
	background-color: #ad7c20;
	padding: 2px 4px;
	color: #fff;
	font-size: 12.6px;
	text-align: left;
	margin: 0 auto;
	font-weight: 700;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2; 
}

.osusume_tour .txts ul,
.osusume_tour_bot .txts ul {
	display: flex;
	justify-content: flex-start;
	margin-bottom: 5px;
}

.osusume_tour .txts ul li,
.osusume_tour_bot .txts ul li {
	background-color: #003f34;
	padding: 2px 4px;
	color: #fff;
	text-align: center;
	font-size: 12.6px;
	margin-right: 6px;
	font-weight: 600;
	width: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.osusume_tour .txts ul li:nth-child(2),
.osusume_tour_bot .txts ul li:nth-child(2) {
	margin-right: 0;
}

.osusume_tour .tourCassette_title,
.osusume_tour_bot .tourCassette_title {
	font-size: 16px;
	line-height: 2.2rem;
	margin-bottom: 9px;
}

.osusume_tour .tourCassette_text,
.osusume_tour_bot .tourCassette_text {
	font-size: 15px;
	line-height: 2.2rem;
	margin-bottom: 36px;
}

.osusume_tour .tourCassette_pirce,
.osusume_tour_bot .tourCassette_pirce {
	font-size: 17px;
	color: #ff0000;
	font-weight: 700;
	position: absolute;
	bottom: 10px;
	right: 15px;
}

.tourCassette_icon p {
	text-align: center;
	margin-bottom: 5px;
}

.contBtnFlex01 {
	display: flex;
	flex-wrap: wrap;
	width: 1024px;
	margin: 0 auto;
	margin-top: 30px;
	margin-bottom: 20px;
}
.contBtnFlex01 li {
	width: 32.4%;
	margin: 20px 1.4% 0px 0px;
}
.contBtnFlex01 li:nth-child(3n) {
	margin-right: 0px;
}
.contBtnFlex01 li a {
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	box-sizing: border-box;
	width: 100%;
	height: 60px;
	background-color: #ac7c2b;
	border-radius: 6px;
	padding: 5px 25px 5px 17px;
	color: #ffffff;
	font-size: 20px;
	line-height: 1.2em;
	font-weight: 500;
	position: relative;
}
.contBtnFlex01 li a:hover {
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
	transition-duration: 0.3s;
}

.sec01 {
	background: url(/attending/kaigai/christmas/images/bg01.png) no-repeat center top;
	background-size: cover;
	padding-bottom: 28px;
	position: relative;
	width: 100%;
	height: 100%;
}

.sec_inner {
	padding: 100px 0 70px;
}

.sec_inner02 {
	padding: 100px 0 50px;
}

.sec02 .sec_ttl02 {
	text-align: center;
	height: auto;
	margin: 0 auto;
	margin: 40px auto 30px;
	color: #fff;
	font-size: 26px;
	font-weight: 700;
	position: relative;
	width: 1024px;
}
.sec02 .sec_ttl02::before,
.sec02 .sec_ttl02::after {
	content: "";
	position: absolute;
	background: url(/attending/kaigai/christmas/images/il_snowflake.svg) no-repeat;
	background-size: contain;
	width: 40px;
	height: 100%;
	top: 10px;
}
.sec02 .sec_ttl02::before {
	left: 100px;
}
.sec02 .sec_ttl02::after {
	right: 100px;
	transform: scale(-1, 1);
}

.sec02_item__ttl {
	height: auto;
	margin: 0 auto;
	margin-bottom: 1%;
	color: #fff;
	font-size: 24px;
	font-weight: 700;
	text-align: left;
}

.sec02_item {
	width: 1024px;
	display: flex;
	justify-content: space-between;
	margin: 0 auto;
	align-items: center;
	margin-bottom: 40px;
}

.sec_ttl {
	position: relative;
	text-align: center;
	height: auto;
	margin: 0 auto;
	margin-bottom: 30px;
	font-size: 22px;
}
.sec_ttl img {
	width: auto;
	text-align: center;
	display: block;
	margin: 0 auto;
}
.sec01 .sec_ttl {color: #1a4d42;}
.sec02 .sec_ttl {color: #fff;}
.sec03 .sec_ttl {color: #1a4d42;}
.sec04 .sec_ttl {color: #f8d989;}
.sec05 .sec_ttl {color: #1a4d42;}

.sec_ttlsb {
	position: relative;
	text-align: center;
	height: auto;
	margin: 0 auto;
	margin-bottom: 30px;
	font-size: 22px;
}
.sec_ttlsb img {
	width: auto;
	text-align: center;
	display: block;
	margin: 0 auto;
}
.sec_ttlsb span {
	font-size: 33px;
	position: absolute;
	inset: auto 0 10px;
	color: #1a4d42;
}

.e_i {
	margin-bottom: 20px;
}

.sec02_item01 {
	position: relative;
}

.sec02_item01::before {
	content: "";
	width: 163px;
	height: 245px;
	position: absolute;
	top: -84px;
	left: -118px;
	background: url(/attending/kaigai/christmas/images/tree.png) no-repeat center top;
	background-size: 100%;
}

.top.sec02_item01::after {
	content: "";
	width: 113px;
	height: 137px;
	position: absolute;
	bottom: -436px;
	right: -82px;
	background: url(/attending/kaigai/christmas/images/mat.png) no-repeat center top;
	background-size: 100%;
}

.sec02_item03 {
	position: relative;
}

.sec02_item03::before {
	content: "";
	width: 163px;
	height: 245px;
	position: absolute;
	bottom: -97px;
	left: -104px;
	background: url(/attending/kaigai/christmas/images/reaf.png) no-repeat center top;
	background-size: 100%;
}

.sec02_item05 {
	position: relative;
}

.sec02_item05::before {
	content: "";
	width: 133px;
	height: 186px;
	position: absolute;
	top: -70px;
	right: -76px;
	background: url(/attending/kaigai/christmas/images/eda.png) no-repeat center top;
	background-size: 100%;
}

.sec02_item img {
	width: 525px;
	height: 355px;
	object-fit: cover;
}

.sec02_item .txt {
	width: 456px;
	margin-bottom: 18px;
	font-weight: 700;
	color: #fff;
	text-shadow: 4px 4px 11px #a70100;
	line-height: 1.5;
}

.sec02_item button.btn01,
.sec02_item .btn01 a {
	padding: 19px 40px;
	background-color: #ffe5ac;
	color: #1a4d42;
	position: relative;
	font-size: 16px;
	text-align: center;
	border-radius: 50px;
	font-weight: 600;
	display: block;
	width: 420px;
	margin: 0 auto;
	background-image: linear-gradient(to right, #ffe5ac 0%, #ffe5ac 50%, #ffd271 100%);
	background-size: 200% auto;
	background-position: left center;
	transition: 0.3s;
}
.sec02_item button.btn01:hover,
.sec02_item .btn01 a:hover {
	background-position: right center;
	transition: 0.3s;
}

.sec02_item .btn02 a {
	padding: 19px 40px;
	background-color: #1a4d42;
	color: #ffe5ac;
	position: relative;
	font-size: 16px;
	text-align: center;
	border-radius: 50px;
	font-weight: 600;
	display: block;
	width: 420px;
	margin: 20px auto 0;
	background-image: linear-gradient(to right, #1a4d42 0%, #1a4d42 50%, #2e7062 100%);
	background-size: 200% auto;
	background-position: left center;
	transition: 0.3s;
}
.sec02_item .btn02 a:hover {
	background-position: right center;
	transition: 0.3s;
}


.sec02_item .item02 {
	margin: 0 auto;
	width: 456px;
}

.sec02 {
	background: url(/attending/kaigai/christmas/images/bg02.png) no-repeat center top;
	background-size: cover;
	padding: 0px 0 30px;
	position: relative;
	width: 100%;
	height: 100%;
}

.sec02::before {
	content: "";
	width: 100%;
	height: 11vw;
	position: absolute;
	top: -2vw;
	left: 0;
	background: url(/attending/kaigai/christmas/images/bg02_b.png) no-repeat center top;
	background-size: 100%;
}

.sec02_e {
	background: url(/attending/kaigai/christmas/images/bg02_e.jpg) no-repeat center top;
	background-size: cover;
	padding: 0px 0 30px;
	position: relative;
	width: 100%;
	height: 100%;
}


.sec03 .sec_ttl:first-child::after {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	top: -8vw;
	left: 0;
	background: url(/attending/kaigai/christmas/images/line.png) no-repeat center top;
	background-size: 100%;
}

.sec03 {
	background: url(/attending/kaigai/christmas/images/bg03.png) no-repeat center top;
	background-size: cover;
	position: relative;
	width: 100%;
	height: 100%;
}

.sec03::before {
	content: "";
	width: 100%;
	height: 16vw;
	position: absolute;
	top: -7vw;
	left: 0;
	background: url(/attending/kaigai/christmas/images/bg03_b.png) no-repeat center top;
	background-size: 100%;
}

.sec03_long {
	background: url(/attending/kaigai/christmas/images/bg03_long.png) no-repeat center top;
	background-size: cover;
	position: relative;
	width: 100%;
	height: 100%;
}

.qa__wrap {
	width: 1024px;
	margin: 0 auto;
	position: relative;
	z-index: 5;
}

.qa__list {
	margin-bottom: 20px;
	border-radius: 6px;
}

.qa__list:last-child {
	margin-bottom: 0;
}

.qa__list dt {
	position: relative;
	font-size: 18px;
	font-weight: 500;
	padding: 10px 20px;
	cursor: pointer;
	color: #fff;
	background-color: #ae1b1a;
	border-radius: 10px;
}

.qa__list dt:after {
	transform: translateY(-50%);
}

.qa__list dt::before,
.qa__list dt::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 20px;
	display: block;
	background-color: #fff;
	width: 12px;
	height: 2px;
	transform: translateY(-50%);
	z-index: 10;
}

.qa__list dt:before {
	transform: translateY(-50%) rotate(90deg);
}

.qa__list dt.open:before {
	transform: translateY(-50%);
}

.qa__list dt span {
	display: inline-block;
	align-items: center;
	color: #1a4d42;
	font-size: 22px;
	font-weight: 600;
	margin-right: 25px;
	vertical-align: -4px;
	background: #ffffff;
	border-radius: 50%;
	width: 50px;
	height: 50px;
	text-align: center;
	line-height: 50px;
}

.qa__list dd .qa_contents--txt .icon {
	display: inline-block;
	align-items: center;
	color: #fff;
	font-size: 22px;
	font-weight: 600;
	vertical-align: -4px;
	background: #1a4d42;
	border-radius: 50%;
	width: 50px;
	height: 50px;
	text-align: center;
	line-height: 50px;
}

.qa__list dd .aTxt {
	padding-left: 25px;
	font-size: 16px;
	letter-spacing: 0.07em;
	width: 95%;
}

.qa__list dd .qa_contents--txt {
	display: flex;
	justify-content: flex-start;
}

.qa__list dd {
	display: none;
	padding: 15px 20px;
	background-color: #fff;
	margin-top: 10px;
	border-radius: 10px;
}

.qa__list:first-child dd {
	display: block;
}
.qa_contents--txt a {
	text-decoration: underline;
	color: revert;
}

.Search_wrap {
	position: relative;
}

.Search_module--horizontal {
	width: 1024px;
	margin: 0 auto;
	position: relative;
}

.Search_module--horizontal::before {
	content: "";
	width: 189px;
	height: 197px;
	position: absolute;
	top: -94px;
	left: -136px;
	background: url(/attending/kaigai/christmas/images/pre.png) no-repeat center top;
	background-size: 100%;
}

.Search_module--horizontal::after {
	content: "";
	width: 165px;
	height: 173px;
	position: absolute;
	bottom: -225px;
	right: -211px;
	background: url(/attending/kaigai/christmas/images/can.png) no-repeat center top;
	background-size: 100%;
}

.Search__form {
	width: 100%;
	padding: 20px;
	background: white;
	border-radius: 6px;
	margin-bottom: 40px;
	position: relative;
}

#SlideBanner {
	width: 1024px;
}

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

.bannerCassette_content p:not(.bannerImg) {
	padding-top: 10px;
	font-size: 16px;
	line-height: 1.3;
	word-wrap: break-word;
	color: #fff;
}

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

.swiper-banner-container_out {
	position: relative;
	width: 1200px;
	margin: 0 auto;
}

.swiper-banner-container_out::after {
	content: "";
	width: 95px;
	height: 128px;
	position: absolute;
	top: -160px;
	right: -80px;
	background: url(/attending/kaigai/christmas/images/mat02.png) no-repeat center top;
	background-size: 100%;
}

.swiper-banner-container {
	width: 1024px;
	height: auto;
	margin: 0 auto;
	overflow: hidden;
}

.swiper-banner-container .swiper-slide a {
	display: block;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0.5);
	background-color: transparent;
	text-decoration: none;
	color: inherit;
}

.swiper-banner-container .swiper-slide a:hover {
	opacity: 0.7;
	transition-duration: 0.3s;
	text-decoration: underline;
	color: #4c4c4c;
}

.swiper-banner-container .swiper-scrollbar-drag {
	height: 100%;
	width: 100%;
	position: relative;
	background: #717171;
	border-radius: 10px;
	left: 0;
	top: 0;
}

.swiper-banner-container .swiper-scrollbar {
	border-radius: 10px;
	position: relative;
	-ms-touch-action: none;
	background: #e2e2e2;
}

.swiper-button-prev,
.swiper-button-next {
	width: 50px !important;
	height: 50px !important;
	background-size: 50px 50px !important;
}

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

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
	right: 60px !important;
	left: auto !important;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
	left: 60px !important;
	right: auto !important;
}

/* 次ページボタンのスタイル */
.swiper-button-next {
	background-image: url(/attending/kaigai/christmas/images/arrow.png) !important;
}
/* 前ページボタンのスタイル */
.swiper-button-prev {
	background-image: url(/attending/kaigai/christmas/images/arrow.png) !important;
	transform: scale(-1, 1); /* 左右反転 */
}

.blog__wrapper {
	margin-bottom: 100px;
	position: relative;
	z-index: 10;
}
.blog__wrapper .Common21__inner {
	width: 1024px;
	margin: 0 auto;
	position: relative;
}

.blog__wrapper .Common21__inner::before {
	content: "";
	width: 168px;
	height: 192px;
	position: absolute;
	top: -90px;
	left: -150px;
	background: url(/attending/kaigai/christmas/images/reaf02.png) no-repeat center top;
	background-size: 100%;
	z-index: -10;
}
.blog__notice {
	font-size: 12px;
	font-weight: normal;
	text-align: center;
	margin: 30px 0 20px;
	color: #fff;
}

.list-blogs {
	display: flex;
	justify-content: space-between;
}

.list-blogs___item {
	display: flex;
	justify-content: space-between;
	width: calc(98% / 2);
	padding: 15px;
	background-color: #fff;
	transition: 0.8s;
}

.list-blogs___item:hover {
	opacity: 0.7;
}

.blogs-group {
	margin-bottom: 6px;
}

.blogs-ttl {
	font-size: 1.6rem;
	color: #0b4236;
}

.item-blogs {
	position: relative;
	display: flex;
	justify-content: space-between;
	padding-right: 30px;
}

.item-blogs::after {
	content: "";
	display: block;
	width: 8px;
	height: 8px;
	position: absolute;
	top: 50%;
	right: 16px;
	border-top: 2px solid #0b4236;
	border-right: 2px solid #0b4236;
	transform: translateY(-50%) rotate(45deg);
	transition: border-color 0.3s;
}

.blogs-thumb {
	width: 175px;
	height: auto;
}

.blogs-thumb img {
	width: 100%;
	height: auto;
}

.blogs-info {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	width: calc(100% - 175px - 20px);
}

.blogs-group .tag {
	background-color: #0b4236;
	font-size: 1.6rem;
	line-height: 1;
	color: #fff;
	padding: 6px 16px;
}

.blogs-group .date {
	font-size: 1.4rem;
	color: #adadad;
}

.Common21__fill-btn {
	background: #ffe5ac;
	padding: 20px;
	text-align: center;
	width: 400px;
	display: block;
	margin: 0 auto;
	margin-top: 20px;
	color: #0e4236;
	border-radius: 6px;
	font-size: 18px;
	font-weight: 500;
	position: relative;
	background-image: linear-gradient(to right, #ffe5ac 0%, #ffe5ac 50%, #ffd271 100%);
	background-size: 200% auto;
	background-position: left center;
	transition: 0.3s;
}

.Common21__fill-btn:hover {
	background-position: right center;
	transition: 0.3s;
}

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

.sec04 {
	background: url(/attending/kaigai/christmas/images/bg04.png) no-repeat center top;
	background-size: cover;
	padding: 200px 0 74px;
	position: relative;
	width: 100%;
	height: 100%;
}

.sec04::before {
	background: url(/attending/kaigai/christmas/images/bg04_b.png) no-repeat center top;
	content: "";
	width: 100%;
	height: 13vw;
	position: absolute;
	top: 0;
	left: 0;
	background-size: 100%;
}

.sec04::after {
	content: "";
	width: 100%;
	height: 41vw;
	position: absolute;
	top: -18vw;
	left: 0;
	background: url(/attending/kaigai/christmas/images/last_kzari.png) no-repeat center top;
	background-size: 100%;
}

.MS {
	width: 525px;
}

.slick-dots li button:before {
	font-family: "slick";
	font-size: 12px;
	line-height: 20px;
	position: absolute;
	top: 6px;
	left: 0;
	width: 20px;
	height: 20px;
	content: "•";
	text-align: center;
	color: #ffffff;
	opacity: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
	opacity: 1;
	color: #1a4d42;
}

.slider {
	display: none; /* 最初は非表示に */
}
.slider.slick-initialized {
	display: block; /* slickが実行完了したら表示 */
}

.item02 .e_p {
	border-bottom: 1px dashed #ffe5ac;
	margin-bottom: 8px;
}
.market_ttl {
	font-size: 20px;
	font-weight: 800;
	text-align: left;
	margin-bottom: 6px;
	color: #fff;
}

.market_wrap {
	margin: 0 auto;
	margin-bottom: 50px;
	width: 1100px;
}

/*3大ドイツ背景*/

.market_wrap_3d {
	margin: 0 auto;
	margin-bottom: 30px;
	background-color: rgb(218 164 80 / 54%);
	padding-top: 30px;
}

.market_wrap .item02 p {
	text-shadow: 4px 4px 11px #a70100;
}

.market_wrap .item02 ul {
	border-bottom: 1px dashed #ffe5ac;
	margin-bottom: 15px;
}

.market_wrap .item02 li {
	display: flex;
	margin: 10px 0;
	font-size: 16px;
	line-height: 20px;
	color: #fff;
	font-weight: 700;
	text-shadow: 4px 4px 11px #a70100;
}

.market_wrap .item02 li span:nth-child(1) {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 6px 14px;
	font-size: 16px;
	line-height: 15px;
	color: #a70100;
	min-width: 100px;
	margin-right: 10px;
	text-align: center;
	background: #ffe5ac;
	text-shadow: none;
}

.market_wrap .market_info {
	width: 1024px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}

.market_wrap .market_info {
	width: 1024px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}

.market_wrap .market_info dl {
	background-color: #f9f0e1;
	border: 3px solid #ffe5ac;
	width: 505px;
	text-align: center;
	padding: 10px;
}

.market_wrap .market_info dt {
	font-size: 16px;
	color: #a70100;
	margin-bottom: 8px;
	text-align: center;
	font-weight: 700;
}

.market_wrap .market_info dd {
	font-size: 14px;
	color: #a70100;
	text-align: center;
	font-weight: 700;
}

.market_wrap .btn01 {
	font-size: 16px;
	color: #fff;
	text-align: center;
	font-weight: 700;
	background-color: #1a4d42;
	border: 3px solid #fff;
	border-radius: 50px;
	width: 596px;
	margin: 15px auto 8px;
	padding: 15px;
	position: relative;
	background-image: linear-gradient(to right, #1a4d42 0%, #1a4d42 50%, #2e7062 100%);
	background-size: 200% auto;
	background-position: left center;
	transition: 0.3s;
}
.market_wrap .btn01:hover {
	background-position: right center;
	transition: 0.3s;
}
.market_wrap .btn01::after {
	content: "";
	display: block;
	width: 8px;
	height: 8px;
	position: absolute;
	top: 50%;
	right: 25px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	transform: translateY(-50%) rotate(45deg);
	transition: border-color 0.3s;
}
.market_wrap .btn02 a {
	font-size: 16px;
	color: #1a4d42;
	text-align: center;
	font-weight: 700;
	background-color: #ffe5ac;
	border: 3px solid #ffe5ac;
	border-radius: 50px;
	width: 596px;
	margin: 8px auto 8px;
	padding: 15px;
	transition: 0.3s;
	position: relative;
	display: block;
	background-image: linear-gradient(to right, #ffe5ac 0%, #ffe5ac 50%, #ffd271 100%);
	background-size: 200% auto;
	background-position: left center;
	transition: 0.3s;
}
.market_wrap .btn02 a:hover {
	background-position: right center;
	transition: 0.3s;
}
.market_wrap .btn02 a::after {
	content: "";
	display: block;
	width: 8px;
	height: 8px;
	position: absolute;
	top: 50%;
	right: 25px;
	border-top: 2px solid #1a4d42;
	border-right: 2px solid #1a4d42;
	transform: translateY(-50%) rotate(45deg);
	transition: border-color 0.3s;
}



.kani_btn {
	width: 900px;
	margin: 0 auto;
}

.kani_btn ul {
	width: 900px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}

.kani_btn ul li a {
	width: 440px;
	position: relative;
	display: block;
	background-color: #fffbf2;
	color: #a35a01;
	font-size: 18px;
	padding: 20px 20px;
	border-radius: 12px;
	border: 4px solid #d07a11;
	text-align: center;
	font-weight: 600;
	background-image: linear-gradient(to right, #fffbf2 0%, #fffbf2 50%, #fde9ba 100%);
	background-size: 200% auto;
	background-position: left center;
	transition: 0.3s;
}

.kani_btn ul li a:hover {
	background-position: right center;
	transition: 0.3s;
}

.kani_btn ul li a::after {
	content: "";
	display: block;
	width: 8px;
	height: 8px;
	position: absolute;
	top: 50%;
	right: 30px;
	border-top: 2px solid #a35a01;
	border-right: 2px solid #a35a01;
	transform: translateY(-50%) rotate(45deg);
	transition: border-color 0.3s;
}

.kani_btn div a {
	width: 616px;
	position: relative;
	display: block;
	background-color: #d07a11;
	color: #fff;
	font-size: 20px;
	padding: 20px 20px;
	border-radius: 12px;
	text-align: center;
	font-weight: 600;
	margin: 30px auto 50px;
	background-image: linear-gradient(to right, #d07a11 0%, #d07a11 50%, #eda54e 100%);
	background-size: 200% auto;
	background-position: left center;
	transition: 0.3s;
}

.kani_btn div a:hover {
	background-position: right center;
	transition: 0.3s;
}

.kani_btn div a::after {
	content: "";
	display: block;
	width: 8px;
	height: 8px;
	position: absolute;
	top: 50%;
	right: 30px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	transform: translateY(-50%) rotate(45deg);
	transition: border-color 0.3s;
}

.info_top .info_wrap .info_minprice,
.info_top .info_wrap h4 {
	width: 320px;
	padding-top: 12px;
	padding-bottom: 12px;
	margin: 20px auto;
	font-weight: 100;
	line-height: 18px;
	font-size: 18px;
	text-align: center;
	color: #1c4d42;
	background-color: white;
	border-radius: 50px;
}

.info_com {
	font-size: 16px;
	line-height: 1.5;
	color: #1c4d42;
	text-align: center;
	background-color: rgb(255 255 255 / 64%);
	width: 920px;
	margin: 0 auto;
	padding: 15px;
	margin-bottom: 30px;
}

.info_wrap .min_price_wrap {
	display: flex;
	justify-content: space-between;
	width: 1024px;
	margin: 0 auto;
}

.min_price_wrap li {
	position: relative;
	width: 240px;
	background-color: #fff;
	border-radius: 8px;
	text-align: center;
	box-shadow: 0 2px 15px 0 rgb(0 0 0 / 13%);
	transition: 0.3s;
}

.min_price_wrap li:hover {
	opacity: 0.8;
	cursor: pointer;
}

.min_price_wrap li dl dt {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 240px;
	height: 35px;
	font-size: 16px;
	line-height: 16px;
	border-radius: 8px 8px 0px 0px;
	background-color: #c1640a;
	font-family: "Noto Serif JP", serif;
	color: #fff;
}

.min_price_wrap li dl dd {
	position: relative;
	display: flex;
	justify-content: flex-start;
	align-items: flex-end;
	width: 198px;
	height: 40px;
	font-size: 18px;
	line-height: 17px;
	color: #1a4d42;
	padding-bottom: 3px;
	background-color: #fff;
	font-family: "Noto Serif JP", serif;
	margin: 0 auto;
}

.min_price_wrap li dl dd:nth-child(3) {
	padding-top: 5px;
	font-size: 17px;
	line-height: 15px;
	border-radius: 0 0 4px 4px;
	align-items: flex-start;
	color: #ae1b1a;
	font-family: "Noto Serif JP", serif;
	font-weight: 500;
}

div.info_wrap p.finger {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 20px;
	font-size: 16px;
	line-height: 14px;
	color: #1a4d42;
	font-family: "Noto Serif JP", serif;
	font-weight: 500;
	margin-top: 28px;
}

div.info_wrap p.finger span {
	margin-right: 12px;
}

.min_price_wrap li dl.noSaiyasu dd {
	line-height: 1.5;
	display: inline-block;
	padding: 14px 0 67px;
	color: #c1640a;
	font-size: 18px;
	font-family: "Noto Serif JP", serif;
	font-weight: 500;
}

.info_wrap {
	position: relative;
	margin: 0 auto;
	margin-top: 38px;
	width: 1024px;
	margin-bottom: 60px;
}

.info_photo_wrap {
	width: 1024px;
	display: flex;
	justify-content: space-between;
	margin: 0 auto;
	align-items: center;
	margin-bottom: 20px;
}

.tour_wrap {
	display: flex;
	box-shadow: 0 2px 15px 0 rgb(0 0 0 / 13%);
}

.info_photo_wrap img {
	width: 524px;
	height: auto;
}

.info_photo_wrap .txt {
	width: 482px;
	height: auto;
	color: #1a4d42;
	font-size: 16px;
	font-weight: 500;
}

.tour_wrap > div {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	align-items: center;
	color: #fff;
	width: 200px;
	padding: 20px 0;
	margin: 0 auto;
	background-color: #1a4d42;
	border-radius: 5px 0 0px 5px;
}

.bel_w {
	width: 100px;
}

.bel_w img {
	width: 40px;
	text-align: center;
	display: block;
	margin: 0 auto;
}

.tour_wrap .txt02 {
	font-size: 20px;
}

.tour_wrap > ul {
	display: flex;
	justify-content: space-around;
	align-items: center;
	width: 874px;
	background: #fff;
	border-radius: 0px 5px 5px 0px;
}

.tour_wrap > ul li a {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 132px;
	height: 53px;
	font-size: 18px;
	line-height: 18px;
	color: #fff;
	background: #c1640a;
	border-radius: 5px;
	font-family: "Noto Serif JP", serif;
	transition: 0.3s;
}

.tour_wrap > ul li a:hover {
	opacity: 0.8;
}

.g_m_wrap {
	width: 1024px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}

.g_m_wrap dl {
	width: 236px;
	text-align: center;
}

.g_m_wrap .ttl {
	color: #1a4d42;
	font-size: 18px;
	text-align: center;
	font-weight: 700;
	margin-top: 8px;
}

.g_m_wrap .sub {
	color: #1a4d42;
	font-size: 14px;
	text-align: left;
	margin-top: 6px;
}

.info_top .info_wrap {
	position: relative;
}

.info_top .info_wrap::before {
	content: "";
	width: 189px;
	height: 197px;
	position: absolute;
	top: -190px;
	left: -136px;
	background: url(/attending/kaigai/christmas/images/pre.png) no-repeat center top;
	background-size: 100%;
}

.ser_btn {
	text-align: center;
}

/*start_リニューアル2021対応*/
:where(.containner) *,
:where(.containner)::after,
:where(.containner)::before {
	box-sizing: content-box;
}

:where(.containner) img {
	width: auto;
	-webkit-transform: translateZ(0);
}
/*end_リニューアル2021対応*/

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

.trend__btn a {
	width: 616px;
	position: relative;
	display: block;
	background-color: #ae1b1a;
	color: #fff;
	font-size: 18px;
	padding: 20px 20px;
	border-radius: 12px;
	border: 4px solid #fff;
	text-align: center;
	font-weight: 600;
	transition: 0.3s;
	margin: 50px auto 30px;
}
.trend__btn a:hover {
	/* opacity: 0.7; */
}
.trend__btn a::after {
	content: "";
	display: block;
	width: 8px;
	height: 8px;
	position: absolute;
	top: 50%;
	right: 30px;
	border-top: 2px solid #ae1b1a;
	border-right: 2px solid #ae1b1a;
	transform: translateY(-50%) rotate(45deg);
	transition: border-color 0.3s;
}

.guide_btn div a {
	width: 616px;
	position: relative;
	display: block;
	background-color: #1a4d42;
	color: #fff;
	font-size: 20px;
	padding: 20px 20px;
	border-radius: 12px;
	text-align: center;
	font-weight: 600;
	margin: 30px auto 50px;
	background-image: linear-gradient(to right, #1a4d42 0%, #1a4d42 50%, #2e7062 100%);
	background-size: 200% auto;
	background-position: left center;
	transition: 0.3s;
}

.guide_btn div a:hover {
	background-position: right center;
	transition: 0.3s;
}

.guide_btn div a::after {
	content: "";
	display: block;
	width: 8px;
	height: 8px;
	position: absolute;
	top: 50%;
	right: 30px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	transform: translateY(-50%) rotate(45deg);
	transition: border-color 0.3s;
}

.btn_more  a{
	font-size: 16px;
	color: #fff;
	text-align: center;
	font-weight: 700;
	background-color: #1a4d42;
	border: 3px solid #fff;
	border-radius: 50px;
	width: 596px;
	margin: 15px auto 80px;
	transition: 0.3s;
	position: relative;
	display: block;
	padding: 15px;
	background-image: linear-gradient(to right, #1a4d42 0%, #1a4d42 50%, #2e7062 100%);
	background-size: 200% auto;
	background-position: left center;
	transition: 0.3s;
}
.btn_more a:hover {
	background-position: right center;
	transition: 0.3s;
}
.btn_mor a::after {
	content: "";
	display: block;
	width: 8px;
	height: 8px;
	position: absolute;
	top: 50%;
	right: 25px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	transform: translateY(-50%) rotate(45deg);
	transition: border-color 0.3s;
}
.any_btn {
	margin: 30px auto 80px;
	position: relative;
}
.any_btn a {
	font-size: 16px;
	color: #fff;
	text-align: center;
	font-weight: 700;
	background-color: #1a4d42;
	border-radius: 50px;
	border: 3px solid #fff;
	width: 596px;
	display: block;	
	padding: 15px 30px 15px 10px;
	background-image: linear-gradient(to right, #1a4d42 0%, #1a4d42 50%, #2e7062 100%);
	background-size: 200% auto;
	background-position: left center;
	transition: 0.3s;
}
.any_btn::after {
	content: "";
	display: block;
	width: 8px;
	height: 8px;
	position: absolute;
	top: 50%;
	right: 25px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	transform: translateY(-50%) rotate(45deg);
	transition: border-color 0.3s;
}
.any_btn a:hover {
	background-position: right center;
	transition: 0.3s;
}

.SlidePhoto {
	position: relative;
}
.SlidePhoto .pht_caption {
	position: absolute;
	bottom: 5px;
	right: 5px;
	font-size: 14px;
	color: #fff;
	line-height: 1;
	padding: 3px 5px;
	background-color: #000;
	/* text-shadow: -1px -1px 2px rgba(0, 0, 0, 0.9), 1px 1px 2px rgba(0, 0, 0, 0.9), -1px 1px 2px rgba(0, 0, 0, 0.9), 1px -1px 2px rgba(0, 0, 0, 0.9); */
}

.clamp {
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}




#world {
	margin: 60px auto;
}
.world_items {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	gap: 20px;
	width: 1024px;
	margin: 0 auto;
}
.world_item a img {
	transition: 0.3s;
}
.world_item a:hover img {
	opacity: .8;
	transition: 0.3s;
}
.world_item_pht img {
	width: 241px;
	height: 160px;
}
.world_item a .world_item_txt {
	text-align: center;
	color: #fff;
	font-size: 15px;
	line-height: 1.2;
	margin-top: 10px;
	position: relative;
	display: block;
	background-color: #fffbf2;
	color: #a35a01;
	padding: 10px 0;
	border-radius: 6px;
	border: 2px solid #d07a11;
	text-align: center;
	font-weight: 600;
	background-image: linear-gradient(to right, #fffbf2 0%, #fffbf2 50%, #fde9ba 100%);
	background-size: 200% auto;
	background-position: left center;
	transition: 0.3s;
}
.world_item a:hover .world_item_txt {
	background-position: right center;
	transition: 0.3s;
}


