@charset "UTF-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@500;700&family=Noto+Serif+JP:wght@700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Shippori+Mincho:wght@400;500;600;700;800&display=swap');

.contents {
    background: #FAF6F4;
    font-family: 'Noto Sans JP', sans-serif;
    overflow: hidden;
}

h2 {
    font-family: "Shippori Mincho", serif;
    font-weight: 600;
    font-style: normal;  
    color: #E88949;
    font-size: 40px;
    line-height: 1.3;
}
.deco {
    display: flex;
    justify-content: center;
    align-items: center;
    gap:30px;
}
h2 span {
    font-weight: 500;
    font-size: 25px;
}
.deco_btm {
    text-align: center;
}
.deco_btm img {
    width: auto;
    margin-bottom: 50px;
}
.deco::before {
    content: "";
    display: inline-block;
    width: 116px;
    height: 57px;
    background: url(/attending/kaigai/taiwan_lantern/images/deco_left.png) no-repeat;
}
.deco::after {
    content: "";
    display: inline-block;
    width: 133px;
    height: 68px;
    background: url(/attending/kaigai/taiwan_lantern/images/deco_right.png) no-repeat;
}
#sec03 h2 {
   color: #CE4D2E;
}
#sec03 .deco {
   background: url(/attending/kaigai/taiwan_lantern/images/deco_semicircle.png) no-repeat;
    background-position: center;
    padding-top: 20px;
    margin-bottom: 30px;
}
.sec01 h2, #sec04 h2 {
    color: #FFD7AF;
}
.sec01 .deco::before, #sec04 .deco::before {
    background: url(/attending/kaigai/taiwan_lantern/images/deco_left2.png) no-repeat;
}
.sec01 .deco::after, #sec04 .deco::after {
    background: url(/attending/kaigai/taiwan_lantern/images/deco_right2.png) no-repeat;
}
#PageName {
    width: 1024px;
    margin: 10px auto;
    font-weight: bold;
}
.keyvisual {
    height: 466px;
    background: url(/attending/kaigai/taiwan_lantern/images/keyvis_SP23-044798D_SP23-044799D_SP23-044801D_SP23-044803D.png) top center no-repeat;
    position: relative;
}
.keyvisual img {
    display: block;
    width: 555px;
    height: 460px;
    position: absolute;
    top: 10px;
    left: 50%;
    transform: translateX(-270px);
}
.seo {
    width: 700px;
    margin: 25px auto 40px;
    font-weight: 700;
    font-size: 16px;
    line-height: 1.7;
}
/*アンカーボタン*/
.navi_list {
    margin: 0 auto 45px;
    display: flex;
    justify-content: center;
    position: relative;
}
.navi_item {
    width: 220px;
    height: 60px;
    display: flex;
    justify-content: center;
    color: #D54B2A;
    font-size: 18px;
    font-weight: 700;
    padding-top: 7px;
    position: relative;
    transition: all 0.3s;
}
.navi_item::after {
    content: "";
    width: 3px;
    height: 52px;
    background: url(/attending/kaigai/taiwan_lantern/images/navi_dot.png) no-repeat;
    position: absolute;
    left: 0;
    top: 8px;
}
.navi_item:last-child::before {
    content: "";
    width: 3px;
    height: 52px;
    background: url(/attending/kaigai/taiwan_lantern/images/navi_dot.png) no-repeat;
    position: absolute;
    right: 0;
    top: 8px;
}
.navi_item a {
    position: relative;
}
.navi_item a::after {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    border-right: 2px solid #D54B2A;
    border-bottom: 2px solid #D54B2A;
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%) rotate(45deg);
}
.navi_item:hover {
    background: #F7EADF;
}
.navi_item.gray {
    background: #F7EADF;
}
.navi {
    position: relative;
    z-index: 1;
}
.navi::after {
    content: "";
    display: block;
    width: 548px;
    height: 548px;
    background: url(/attending/kaigai/taiwan_lantern/images/light_01.png) no-repeat;
    position: absolute;
    top: -400px;
    left: 50%;
    transform: translateX(+50%);
    z-index: 0;
}
.navi::before {
    content: "";
    display: block;
    width: 548px;
    height: 548px;
    background: url(/attending/kaigai/taiwan_lantern/images/light_01.png) no-repeat;
    position: absolute;
    top: -200px;
    right: 50%;
    transform: translateX(-50%);
    z-index: 0;
}
/*アンカーボタン*/

.TWlantern_common {
    padding: 60px 0 80px;
    position: relative;
}
.common_inner {
    width: 1024px;
    margin: 0 auto;
}
.sec01 {
    background: url(/attending/kaigai/taiwan_lantern/images/bg01.png) repeat;
}
.sec01::after {
    content: "";
    display: block;
    width: 548px;
    height: 548px;
    background: url(/attending/kaigai/taiwan_lantern/images/light_01.png) no-repeat;
    position: absolute;
    bottom: -200px;
    left: 50%;
    transform: translateX(+50%);
    z-index: 0;
}
h2 {
    text-align: center;
    position: relative;
    z-index: 1;
}

.sec01 h2::after {
    content: "";
    display: block;
    width: 221px;
    height: 219px;
    background: url(/attending/kaigai/taiwan_lantern/images/light_02.png) no-repeat;
    position: absolute;
    top: -100px;
    left: 50%;
    transform: translateX(-300px);
    z-index: 0;
}
.sec01_block01 {
    width: 1024px;
    height: 100px;
    background: #F2E1D0;
    border-radius: 50px;
    overflow: hidden;
    display: flex;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
}
.block01_cts01 {
    width: 214px;
    background: #951D00;
    color: #EDBF90;
    font-size: 24px;
    font-weight: 700;
    display: flex;
    justify-content: center;
    align-items: center;
}
.block01_cts02 {
    color: #951D00;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.7;
    display: flex;
    align-items: center;
    padding-left: 40px;
}
.mb25 {
    margin-bottom: 25px;
}
/*ツアー*/
.tour_block {
	position: relative;
	width: 1024px;
	height: auto;
	margin: 0 auto;
	overflow: hidden;
    z-index: 1;
}
.swiper-container {
    width: 974px;
}
.swiper-wrapper {
    margin-bottom: 30px;
}
.tour {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    border: 1px solid #DDD7D1;
    background-color: white;
    box-shadow: 0px 20px 15px -15px rgba(0, 0, 0, 0.2);
}
.Tour__link {
    display: block;
    width: 100%;
    height: 100%;
    transition: all 0.3s;
}
.Tour__link:hover {
    opacity: 0.7;
} 
.tour__photo {
    width: 100%;
    height: 160px;
    overflow: hidden;
}
.tour dl {
    padding: 10px;
}
.tour .icon_wrap {
    white-space: normal;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
}
.tour .depart, .tour .icon {
    font-size: 12px;
    font-weight: 600;
    padding: 3px;
    text-align: center;
    border-radius: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.tour .depart {
    width: 48.5%;
    color: #FFFFFF;
    background: #CE4D2E;
}
.tour .icon {
    width: 48.5%;
    color: #CE4D2E;
    background: #F5F0EA;
    border: 1px solid #DDD7D1;
}
.tour .ttl {
    font-size: 15px;
    font-weight: 700;
    margin-top: 10px;
}
.tour .txt {
    margin-top: 10px;
    font-size: 13px;
    font-weight: 400;
    margin-bottom: 30px;
}
.tour .price {
    font-size: 16px;
    font-weight: 600;
    color: #D54B2A;
    text-align: right;
    position: absolute;
    bottom: 10px;
    right: 10px;
}
.swiper-banner-container .swiper-slide a{
	display:block;
}

.swiper-banner-container .swiper-slide a:hover{
	opacity:0.7;
	transition-duration: 0.3s;
	text-decoration: underline;
	color:#4c4c4c;
}
.swiper-container-horizontal > .swiper-scrollbar {
	left: 0 !important;
	width: 100% !important;
	height: 8px !important;
}
.swiper-button-prev, .swiper-button-next {
    width: 44px !important;
    height: 44px !important;
    background-size: 44px 44px !important;
}

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

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

.TWlantern_common.sec02::after {
    content: "";
    display: block;
    width: 548px;
    height: 548px;
    background: url(/attending/kaigai/taiwan_lantern/images/light_01.png) no-repeat;
    position: absolute;
    top: 380px;
    right: 50%;
    transform: translateX(-50%);
    z-index: 0;
}
.departure_block {
    width: 994px;
    margin: 50px auto 0;
    position: relative;
    z-index: 1;
    text-align: center;
}
.departure_heading {
    font-size: 22px;
    font-weight: 700;
    display: inline-block;
    position: relative;
}
.departure_heading::before, .departure_heading::after{
    content: "";
    display: block;
    width: 2px;
    height: 80%;
    position: absolute;
    bottom: 0px;
    background-color: #333333;
}
.departure_heading::before {
    left: -20px;
    transform: rotate(-20deg);
}
.departure_heading::after {
    right: -20px;
    transform: rotate(20deg);
}
.area-btn__block {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-content: space-between;
    width: 994px;
    margin: 25px auto 0;
}

.area-btn__link {
    position: relative;
    background: #D54B2A;
    border-radius: 15px;
    flex-basis: 310px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.3s;
    cursor: pointer;
    color: #fff;
    font-weight: 700;
    font-size: 18px;
    padding: 16px;
    margin-bottom: 20px;
}
.area-btn__link:hover {
    opacity: 0.7;
}
.area-btn__link::after {
    content: '';
    position: absolute;
    top: calc(50% - 2px);
    right: 30px;
    display: block;
    width: 8px;
    height: 8px;
    border-top: 2px solid #FFFFFF;
    border-right: 2px solid #FFFFFF;
    transform: translateY(-50%) rotate(45deg);
}
/*ツアー*/

.sec03 {
    background: url(/attending/kaigai/taiwan_lantern/images/bg_EBP13-77369D.jpg) top center no-repeat;
    position: relative;
}
.sec03::before {
    content: "";
    width: 100%;
    height: 200px;
    background: url(/attending/kaigai/taiwan_lantern/images/bg01.png) repeat;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 0;
}
.sec03_block {
    background: #F2E1D0;
    padding: 0 50px 10px;
    border-radius: 40px;
    position: relative;
    z-index: 1;
}
.info_block {
    display: flex;
    justify-content: space-between;
    margin-bottom: 50px;
}
.text_cts__01, .text_cts__02 {
    width: 425px;
}
.p01 {
    font-family: 'Noto Serif JP', serif;
    font-weight: 700;
    font-size: 26px;
    color: #CE4D2E;
    margin-bottom: 20px;
}
.p02 {
    font-size: 15px;
    line-height: 1.7;
}
.photo_cts01 img, .photo_cts02 img, .photo_cts03 img {
    width: auto;
}
.photo_cts01 {
    width: 466px;
}
/* slick設定 */
.slick-dots li button:before {
	font-family: "slick";
	font-size: 12px;
	line-height: 20px;
	position: absolute;
	top: 0;
	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: #666666;
}
.slick-dotted.slick-slider {
    margin-bottom: 40px;
}
.slider {
	display: none; /* 最初は非表示に */
}
.slider.slick-initialized {
	display: block; /* slickが実行完了したら表示 */
}
.photo_cts02 {
    position: relative;
    width: 470px;
    height: 350px;
}
.info_img02 {
    position: absolute;
    left: 0;
    top: -66px;
}
.info_img03 {
    position: absolute;
    left: 266px;
    top: -70px;
}
.info_img04 {
    position: absolute;
    right: 0;
    bottom: 0;
}
.text_cts__03 {
    width: 510px;
}
.block_information {
    margin-top: 20px;
}
.block_information dl {
    display: flex;
    justify-content: flex-start;
    margin-bottom: 10px;
}
.block_information dt {
    width: 93px;
    height: 26px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #FFFFFF;
    font-size: 14px;
    text-align: center;
    font-weight: 700;
    background: #333333;
    border-radius: 8px;
    margin-right: 5px;
}
.block_information dd {
    font-size: 15px;
    font-weight: 700;
}
.sec04 {
    background: url(/attending/kaigai/taiwan_lantern/images/bg01.png) repeat;
    padding-top: 30px;
}
.sec03_inner {
    position: relative;
    z-index: 10;
}
.sec03_inner::after {
    content: "";
    display: block;
    width: 1009px;
    height: 920px;
    background: url(/attending/kaigai/taiwan_lantern/images/light_03.png) no-repeat;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: -1;
}
.sec04 h2::after {
    content: "";
    display: block;
    width: 221px;
    height: 219px;
    background: url(/attending/kaigai/taiwan_lantern/images/light_02.png) no-repeat;
    position: absolute;
    top: -70px;
    left: 50%;
    transform: translateX(-350px);
    z-index: 0;
}
/*FAQ*/
.faq_block {
    position: relative;
    z-index: 1;
}
.qa__list {
    margin-bottom: 25px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
    border-radius: 15px;
    background: #ffffff;
    overflow: hidden;
}
.qa__list dt {
    position: relative;
    cursor: pointer;
    background-color: #FFFFFF;
    display: flex;
    align-items: center;
}
.qa__list dt .qa__title--arrow, .qa__list dd .qa_contents--txt {
    display: flex;
    justify-content: flex-start;
    padding: 25px;
}
.qa__list dt .icon_Q {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    font-family: 'Noto Serif JP', serif;
    color: #CE4D2E;
    background-color: #F2E1D0;
    border-radius: 50%;
    font-size: 24px;
    font-weight: 600;
    margin-right: 20px;
}
.qa__list dt .qTxt {
    display: flex;
    align-items: center;
    width: 850px;
    font-size: 18px;
    font-weight: 700;
}
.qa__list dt::before, .qa__list dt::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 30px;
    display: block;
    background-color: #D34C32;
    width: 15px;
    height: 3px;
    transform: translateY(-50%);
    z-index: 10;
}
.qa__list dt:after {
    transform: translateY(-50%);
}

.qa__list dt:before {
    transform: translateY(-50%) rotate(90deg);
}
.qa__list.selected dt:before {
    display: none;
}
.qa__list dt.faq_open:before {
    transform: translateY(-50%);
}
.qa__list:first-of-type dd {
	display: block;
}
.qa__list dd {
    display: none;
}
.qa__list dd .qa_contents--txt {
    padding: 0 65px 20px 20px;
}
.qa__list dd .icon_A {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    font-family: 'Noto Serif JP', serif;
    color: #ffffff;
    background-color: #D54B2A;
    border-radius: 50%;
    font-size: 24px;
    font-weight: 600;
    margin-right: 20px;
}
.qa__list dd .aTxt {
    width: 850px;
    font-size: 16px;
    letter-spacing: 0.07em;
    display: flex;
    align-items: center;
}
.sec04::after {
    content: "";
    display: block;
    width: 548px;
    height: 548px;
    background: url(/attending/kaigai/taiwan_lantern/images/light_01.png) no-repeat;
    position: absolute;
    bottom: -200px;
    left: 50%;
    transform: translateX(+50%);
    z-index: 0;
}

.sec05 {
    margin-top: 60px;
    position: relative;
}
.sec05::after {
    content: "";
    display: block;
    width: 548px;
    height: 548px;
    background: url(/attending/kaigai/taiwan_lantern/images/light_01.png) no-repeat;
    position: absolute;
    top: 150px;
    right: 50%;
    transform: translateX(-220px);
    z-index: 0;
}
.sec05::before {
    content: "";
    display: block;
    width: 384px;
    height: 384px;
    background: url(/attending/kaigai/taiwan_lantern/images/light_04.png) no-repeat;
    position: absolute;
    bottom: 165px;
    left: 50%;
    transform: translateX(+250px);
    z-index: 0;
}
.sec05__block {
    margin-bottom: 80px;
    position: relative;
    z-index: 1;
}
.sec05_btn01 {
    width: 860px;
    height: 200px;
    border-radius: 15px;
    overflow: hidden;
    position: relative;
    margin: 50px auto 0;
    transition: all 0.3s;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
    z-index: 1;
}
.hover {
    transition: all 0.3s;
}
.hover:hover {
    opacity: 0.7;
}
.sec05_btn01 .img01,.sec05_btn02 .img01 {
    position: relative;
}
.sec05_btn01 .img01::after, .sec05_btn02 .img01::after {
    content: "";
    width: 100%;
    height: 100%;
    background-color: #000000;
    opacity: 0.3;
    position: absolute;
    top: 0px;
    left: 0px;
}
.sec05_btn01 .contIn01 {
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    text-align: center;
    position: absolute;
    top: 0px;
    left: 0px;
    padding-top: 70px;
}
.sec05_btn02 .contIn01 {
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    text-align: center;
    position: absolute;
    top: 0px;
    left: 0px;
    padding-top: 42px;
}
.h301 img {
    width: auto;
}
.sec05_btn01 .btn01 {
    margin-top: 22px;
}
.sec05_btn02 .btn01 {
    margin-top: 34px;
}
.sec05_btn01 .btn01 p {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    width: 233px;
    height: 38px;
    margin: auto;
    border-radius: 100px;
    background-color: #ffffff;
    font-size: 18px;
    line-height: 1.3em;
    font-weight: 700;
    color: #D54B2A;
}
.sec05_btn01 .btn01 p::after {
    content: '';
    width: 8px;
    height: 8px;
    border: 0px;
    border-top: solid 2px #D54B2A;
    border-right: solid 2px #D54B2A;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    right: 20px;
    margin-top: -4px;
}
.btn_guide {
    display: flex;
    justify-content: space-between;
    width: 900px;
    margin: 0 auto;
}
.sec05_btn02 {
    width: 410px;
    height: 200px;
    border-radius: 15px;
    overflow: hidden;
    position: relative;
    margin: 0 auto;
    transition: all 0.3s;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
}
.sec05_btn02 .btn01 p {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    width: 233px;
    height: 34px;
    margin: auto;
    border-radius: 100px;
    background-color: #ffffff;
    font-size: 15px;
    line-height: 1.3em;
    font-weight: 700;
    color: #D54B2A;
}
.sec05_btn02 .btn01 p::after {
    content: '';
    width: 8px;
    height: 8px;
    border: 0px;
    border-top: solid 2px #D54B2A;
    border-right: solid 2px #D54B2A;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    right: 15px;
    margin-top: -4px;
}
/*ブログ*/
.tabiBlog {
    width: 940px;
    display: flex;
    justify-content: space-between;
    margin: 0 auto 30px;
}
.blog_box_parrent {
    position: relative;
    background-color: #fff;
    border-radius: 15px;
    border: 1px solid #DDD7D1;
    width: 450px;
    height: 180px;
    padding: 15px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
    transition: all 0.3s;
    cursor: pointer;
}
.tabiBlogTmp {
    display: flex;
    justify-content: flex-start;
    position: relative;
}
.tabiBlogTmp .photo {
    overflow: hidden;
    width: 210px;
    height: 150px;
    margin-right: 15px;
}
.tabiBlogTmp .text {
    position: relative;
    width: 194px;
}
.blog_box .text .day {
    font-size: 13px;
    font-weight: 700;
    color: #C4AA92;
    margin-bottom: 10px;
}
.blog_box .text .ttl {
    font-size: 15px;
    font-weight: 700;
}
.blog_box_parrent a {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.block_blog_dTxt {
    font-size: 12px;
    font-weight: 500;
    text-align: center;
    margin-top: -20px;
    margin-bottom: 50px;
}
.link__btn01 a {
    position: relative;
    background: #D54B2A;
    border-radius: 10px;
    width: 400px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.3s;
    cursor: pointer;
    color: #fff;
    font-weight: 700;
    font-size: 16px;
    padding: 12px;
    margin: 0 auto;
}
.link__btn01 a::after {
    content: '';
    position: absolute;
    top: calc(50% - 2px);
    right: 30px;
    display: block;
    width: 8px;
    height: 8px;
    border-top: 2px solid #FFFFFF;
    border-right: 2px solid #FFFFFF;
    transform: translateY(-50%) rotate(45deg);
}
.gray {
    -webkit-filter:grayscale(100%);
    -moz-filter:grayscale(100%);
    -ms-filter:grayscale(100%);
    filter:grayscale(100%);
}

.block01_cts02 ruby.space, .block_information ruby.space {
	letter-spacing: 2px;
}
#btnToTop {
    width: 115px;
    height: 110px;
    bottom: -110px;
    background: url(/attending/kaigai/taiwan_lantern/images/toTOP.png) no-repeat center / contain;
}

.end {
    color: #f00;
    text-align: center;
    font-size: 26px;
    font-weight: bold;
    margin: 1% 0;
}

.sec05_block03 .deco_btm img {
    margin-bottom: 30px;
}

.block_recommended {
    margin-bottom: 50px;
}

.confirmation {
    position: absolute;
    left: 50%;
    bottom: 5%;
    transform: translateX(-50%);
    background-color: #CE4D2E;
    border-radius: 100px;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    padding: 10px 20px;
}

img {
    image-rendering: -webkit-optimize-contrast;
    image-rendering: crisp-edges;
}

.swiper-slider__outer, .tour_block {
    position: relative;
}

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

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

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

.swiper-button-next_tour, .swiper-container-rtl .swiper-button-prev_tour {
    position: absolute;
    top: 50%;
    right: 10px;
    left: auto;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
}

.swiper-button-prev_tour, .swiper-container-rtl .swiper-button-next_tour {
    position: absolute;
    top: 50%;
    left: 10px;
    right: auto;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
}

#SlideBanner.swiper-container {
    width: 1024px;
}

.block_recommended .swiper-button-next, .block_recommended .swiper-container-rtl .swiper-button-prev {
    right: -20px;
}

.block_recommended .swiper-button-prev, .block_recommended .swiper-container-rtl .swiper-button-next {
    left: -20px;
}

.tour_block .swiper-slide {
	height: auto;
}

.tour_block .tour {
	height: 100%;
}


.balloon {
    width: 100%;
    margin-top: 60px;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.balloon .faceicon {
    width: 480px;
    color: #fff;
    text-align: center;
}

.balloon .chatting {
    width: 100%;
    text-align: left;
    z-index: 1;
}

.says {
    display: inline-block;
    position: relative; 
    margin: 0 0 0 40px;
    padding: 10px 20px;
    border-radius: 25px;
    background: #edf1ee;
    text-align: center;
    font-size: 22px;
    line-height: 1.7;
}

.says:after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 100px;
    left: -43px;
    border: 18px solid transparent;
    border-right: 41px solid #edf1ee;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}

.says h3 {
    font-family: "Shippori Mincho", serif;
    font-size: 28px;
    color: #951D00;
    font-weight: 700;
    margin-bottom: -10px;
    position: relative;
}

.deco_balloon {
    margin-bottom: 20px;
    line-height: 1;
}

.says h3::before {
  content: "";
  position: absolute;
  top: 5px;
  left: 115px;
  width: 90px;
  height: 33px;
  background: url(/attending/kaigai/taiwan_lantern/images/deco-balloon.png) no-repeat;
}

.says h3::after {
  content: "";
  position: absolute;
  top: 5px;
  right: 120px;
  width: 90px;
  height: 33px;
  background: url(/attending/kaigai/taiwan_lantern/images/deco-balloon.png) no-repeat;
  transform: scale(-1, 1);
}

.says p {
    padding: 0 30px;
    line-height: 1.0;
    margin-bottom: 15px;
}

.says p span {
    color: #fff;
    background-color: #333;
    padding: 1px 15px;
    margin-right: 10px;
    border-radius: 10px;
}

.Movie {
    position: relative;
    z-index: 1;
    width: 900px;
    margin: 0 auto;
    border-radius: 20px;
    overflow: hidden;
}

.note {
    font-size: 15px;
    width: 900px;
    margin: 5px auto 0;
    line-height: 1.3;
}