/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jan 14 2022 | 16:16:30 */
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
/*font-family: 'Poppins', sans-serif;*/
@import url('https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700&display=swap');
/*font-family: 'Lora', serif;*/

/*==【基本設定】==*/
body {
	background: #333;
	font: 15px/1.231 'Poppins', sans-serif;
	letter-spacing: 0.06em;
	color: #333333;
	line-height: 1.75;
	overflow-x:hidden	;
}

* {
	box-sizing: border-box;
}

.l {
	display: inline;
	float: left;
}

.r {
	display: inline;
	float: right;
}

.title {
	margin: 0;
	padding: 0;
	font-size: 15px;
	line-height: 1.4;
}

.xxx {
	-webkit-transition: none;
	-moz-transition: none;
	-o-transition: none;
	-ms-transition: none;
	transition: none;
}

.menu a::after,
.menu .hv a::after,
.btn::after,
.btn:hover::after,
.bg-img,
.linkbox a:hover .bg-img,
.linkbox a::after,
.linkbox a:hover::after,
.popu-item::after,
.popu-item.hv::after,
.pt-img,
.pt-img.hv,
.pt-info,
.pt-img.hv~.pt-info,
.menu,
.menu.open,
.sub-menu,
.hv .sub-menu,
.sub-menu .hv .m-icon,
.scrollbox,
.scrollbox.on,
.list-menu a::after,
.list-menu .active a::after,
.page-item.page-item.prev .page-link::after,
.page-item.page-item.next .page-link::after,
.page-item.page-item.prev:hover .page-link::after,
.page-item.page-item.next:hover .page-link::after,
.quick-dots b,
.quick-dots .on b,
.quick-dots span,
.quick-dots a:hover span,
.btn-05,
.btn-05.on,
.timeline-bd,
.timeline-bd.open,
.stroke-bd.on .decidebox,
.stroke-bd.off .decidebox,
.infoform-hd a,
.infoform-hd li.on a,
.decide,
.decidebox.on .decide {
	-webkit-transition: all .35s ease-in-out;
	-moz-transition: all .35s ease-in-out;
	-o-transition: all .35s ease-in-out;
	-ms-transition: all .35s ease-in-out;
	transition: all .35s ease-in-out;
}

/*-- Basic --*/
.inbox {
	width: 1140px !important;
	margin: 0 auto;
	position: relative;
}

ul {
	margin: 0;
	padding: 0;
}

ul li {
	margin: 0;
	padding: 0;
	list-style: none;
}

button {
	background: none;
	border-width: 0;
}

h2.title {
	font-family: 'Lora', sans-serif;
	letter-spacing: 0.04em;
	font-weight: 400;
	font-style: italic;
	color: #2B5F75;
	font-size: 32px;
}
.ui-widget-header .ui-icon{
  background-image: url("/wp-content/uploads/2021/08/ui-icons_444444_256x240.png") !important;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

/*-- Index --*/
.inbox.bannerbg {
	position: static;
}

.bannerbg::after {
	content: '';
	display: block;
	width: 55%;
	height: 660px;
	background: #CDDFDF;
	border-radius: 0 0 0 80px;
	position: absolute;
	top: 0;
	right: 0;
	z-index: -1;
}

.box01 {
	padding: 70px 0;
}

.box02{
	padding: 100px 0;
}

.title-line,
.title-line01, 
.title-line02 {
	position: relative;
}

.title-line::after,
.title-line01::after,
.title-line02::after {
	content: '';
	display: block;
	background: #2B5F75;
	position: absolute;
}

.title-line::after {
	width: 1px;
	height: 100px;
	top: 50px;
	left: 50%;
}

.title-line01::after {
	height: 1px;
	top: 23px;
	left: 0;
	right: 410px;
}

.title-line02::after{
	width: 1px;
	height: 80px;
	top: 50%;
	right: 80px;
}

.btn {
	display: block;
	width: 280px;
	padding: 10px 100px 10px 20px;
	position: relative;
	border: #4A8FA8 1px solid;
	color: #4A8FA8;
	border-radius: 30px;
	text-align: center;
	margin: 40px auto 20px;
	font-size: 16px;
	font-family: 'Poppins', sans-serif;
}

.btn:hover {
	color: #4A8FA8;
	opacity: 0.7;
	background: transparent;
}

.btn::after {
	content: '';
	display: block;
	width: 50px;
	height: 10px;
	background: url('/wp-content/uploads/2021/05/item_btnline.svg') no-repeat;
	position: absolute;
	top: 50%;
	right: 40px;
	margin-top: -6px;
}

.btn:hover::after,
.btn-03::after {
	right: 30px;
}

.btn-01 {
	width: 320px;
	background: #fff;
	border: #fff;
	margin: 20px 0;
}

.btn-02{
	border: #fff 1px solid;
	color: #fff;
	margin: 0 auto;
	text-shadow: 3px 3px 4px rgba(0, 0, 0, 0.2);
}

.btn-02::after,
.btn-03::after {
	background: url('/wp-content/uploads/2021/05/item_btnline_w.svg') no-repeat;
}

.btn-02:hover{
	color: #fff;
}

.btn-03,
.btn-03:hover {
	background: #4A8FA8;
	color: #fff !important;
	width: auto;
	padding: 8px 90px 8px 15px;
}

.btn-03:hover::after {
	right: 22px;
}

.btn-04 {
	padding: 8px 15px 8px 90px;
	color: #4A8FA8 !important;
}

.btn-04::after {
	transform: scaleX(-1);
	right: auto;
	left: 30px;
}

.btn-04:hover::after {
	left: 22px;
}


.btn-05,.btn-05:hover,.btn-05:focus {
	color: #707070;
	border: 1px #707070 solid;
	padding: 8px 30px;
	border-radius: 40px;
	background:transparent;
}

.btn-05 i {
	margin-left: 10px;
}

.btn-05:hover {
	opacity: 0.7;
}

/* .btn-05.on i {
	transform: rotate(180deg);
} */

.btn-06{
  width:100%;
  padding:10px 15px;
}

.btn-06::after {
	content:none;
}

.linkbox {
	padding: 90px 0;
	position: relative;
}

.linkbox::after {
	content: '';
	display: block;
	width: 98%;
	height: 440px;
	background: #ffffff;
	border-radius: 0 100px 100px 0;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}

.linkbox h2.title {
	font-size: 42px;
	text-align: right;
	padding: 10px 40px;
	width: 100%;
	position: absolute;
	bottom: 127%;
	left: 0;
}

.linkbox ul {
	width: 90%;
	margin: 0 auto;
}

.linkbox ul li {
	float: left;
	padding: 0 10px;
	width: 50%;
}

.linkbox a {
	display: block;
	height: 250px;
	padding: 20px;
	color: #fff;
	text-shadow: 3px 3px 4px rgba(0, 0, 0, 0.2);
	border-radius: 30px;
	font-size: 22px;
	line-height: 250px;
	vertical-align: middle;
	position: relative;
	overflow: hidden;
}

.bg-img {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: url('/wp-content/uploads/2021/05/img_linkbg02.jpeg') no-repeat center;
	background-size: cover;
	transform: scale(1);
}

.linkbox ul li:nth-child(2) .bg-img {
	background: url('/wp-content/uploads/2021/05/img_linkbg01.jpeg') no-repeat center;
    background-size: cover;
}

.linkbox a::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.2);
	border-radius: 30px;
	opacity: 1;
}

.linkbox a p {
	position: absolute;
	display: block;
	width: 100%;
	text-align: center;
	top: 0;
	left: 0;
	z-index: 5;
}

.linkbox a:hover {
	color: #fff;
}

.linkbox a:hover .bg-img {
	transform: scale(1.3);
}

.linkbox a:hover::after {
	opacity: 0;
}

.whychoose{
	padding: 60px 20px;
}

.whychoose h2.title{
	width: 100%;
	text-align: center;
	position: absolute;
	top: -90px;
	left: 0;
}

.whychoose ul li{
	display: inline;
	float: left;
	width: 25%;
	padding: 15px;
}

.whychoose b{
	font-family: 'Lora',sans-serif;
	font-size: 20px;
	font-style: italic;
	font-weight: 500;
	display: block;
	text-align: center;
	margin-bottom: 12px;
	color: #2B5F75;
}

.choose-icon{
	display: block;
	width: 75px;
	height: 75px;
	margin: 0 auto 20px;
}

.ch-icon01{
	background: url('/wp-content/uploads/2021/05/icon_choose01.svg') no-repeat;
	background-size: contain;
}

.ch-icon02{
	background: url('/wp-content/uploads/2021/05/icon_choose02.svg') no-repeat;
	background-size: contain;
}

.ch-icon03{
	background: url('/wp-content/uploads/2021/05/icon_choose03.svg') no-repeat;
	background-size: contain;
}

.ch-icon04{
	background: url('/wp-content/uploads/2021/05/icon_choose04.svg') no-repeat;
	background-size: contain;
}

.whychoose p{
	text-align: center;
}

/* -- Deco line -- */
.deco-line{
	display: block;
	background: #2B5F75;
}

.dl-01{
	width: 1px;
	height: 230px;
	margin-left: 15px;
}

.dl-02 {
	position: relative;
}

.dl-02::after {
	content: '';
	display: block;
	width: 1px;
	height: 90px;
	background: #2B5F75;
	position: absolute;
	top: 120%;
	left: 50%;
	z-index: 2;
}

/* -- Popup Form -- */
.pf-bd {
	padding: 20px 15px;
}

.pf-bd b {
	font-weight: 400;
	display: block;
	padding: 0 5px 0;
}

.bar {
	padding: 8px 0px;
	position: relative;
}

.sel,
.ip,
.ta {
	color: #333;
	font-size: 16px;
	font-family: 'Poppins', sans-serif;
	padding: 5px 8px;
	outline: none;
	margin: 5px;
	width: 100%;
	background: transparent !important;
}

.ta {
	border: #ccc 1px solid !important;
	border-radius: 3px;

}

.sel{
	border: none;
	border-bottom: #ccc 1px solid !important;
}

.ip {
	border: none !important;
	border-bottom: #ccc 1px solid !important;
	width: 100%;
}

.divide-box {
	display: flex;
	justify-content: space-between;
}

.ip.half {
	width: 48%;
}

.ip.onethird {
	width: 33%;
}

.ip::placeholder,
.ta::placeholder {
	color: #ccc;
	font-size: 15px;
}

.ckra{
	padding: 10px;
}

.ckratype {
	margin: 3px 8px 3px 0;
	position: relative;
	cursor: pointer;
	display: inline-block;
	vertical-align: middle;
}

.ckratype i {
	font-style: normal;
}

.ckratype input,
.ckratype input:disabled {
	position: absolute;
	opacity: 0;
}

.ckratype span {
	position: relative;
	display: inline-block;
	width: 22px;
	height: 22px;
	background: rgba(250, 250, 250, .25);
	border: 1px solid #ccc;
	vertical-align: top;
	margin: 0 3px 0 0;
	border-radius: 3px;
}

.ckratype span:hover {
	background: rgba(250, 250, 250, .75)
}

.ckratype span:after {
	content: "";
	position: absolute;
	top: 3px;
	right: 3px;
	bottom: 3px;
	left: 3px;
	background-color: #71A4B8;
	opacity: 0;
	-webkit-transition: all .15s ease-out;
	transition: all .15s ease-out;
	-webkit-transform: scale(.5);
	transform: scale(.5);
	border-radius: 3px;
}

.ckratype input:checked+span:after {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}

.pf-bd button:hover{
	background: none;
}

.ui-datepicker .ui-state-active,
.ui-datepicker .ui-state-active:hover {
	background: #4A8FA8 !important;
}

.ui-widget-header,
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
	border: none !important;
}

.pf-bd input:invalid, 
.pf-bd textarea:invalid{
	background: transparent;
}
/* -- Page box -- */
.pgbox-hd {
	margin-top: 40px;
	padding: 30px 40px;
	position: relative;
}

.pgbox-hd h2.title {
	font-size: 40px;
	text-align: right;
	position: relative;
}

.pgbox-hd h2.title::before{
	content: '';
	display: block;
	height: 1px;
	position: absolute;
	left: 0;
	right: 135px;
	bottom: 15px;
	background: #2B5F75;
} 

.pgbox-bd{
	padding: 40px 40px;
	position: relative;
}

.pgbox-bd h2.title{
	font-size: 32px;
	text-align: center;
	position: relative;
	margin-bottom: 100px;
}

.pgbox-bd h2.title::after{
	content: '';
	display: block;
	width: 1px;
	height: 75px;
	position: absolute;
	background: #2B5F75;
	top: 130%;
	left: 50%;
} 

/* -- About -- */
.quick-dots {
	position: fixed;
	top: 50%;
	right: 10px;
	z-index: 99999;
	margin-top: -80px;
	text-align: right;
}

.quick-dots ul li {
	padding: 10px 0;
}

.quick-dots a {
	display: block;
	color: #4A8FA8;
	width: 30px;
	height: 30px;
	padding: 5px;
	position: relative;
	font-size: 14px;
}

.quick-dots a::after,
.quick-dots a.active::before,
.quick-dots span::after {
	content: '';
	position: absolute;
	top: 50%;
}

.quick-dots a::after,
.quick-dots a.active::before {
	right: 50%;
	border-radius: 50%;
	border: 2px #4A8FA8 solid;
}

.quick-dots a::after {
	margin: -5px 0 0 -5px;
	width: 10px;
	height: 10px;
}

.quick-dots a.active::before {
	margin: -9px -4px 0 0;
	width: 18px;
	height: 18px;
}

.quick-dots a.active::after {
	background: #4A8FA8;
	border: 2px #4A8FA8 solid;
}

.quick-dots span {
	display: block;
	width: 250px;
	position: absolute;
	right: -150px;
	bottom: -3px;
	color: #4A8FA8;
	background: #fff;
	text-align: center;
	padding: 5px 20px;
	border-radius: 5px;
	opacity: 0;
}

.quick-dots span::after {
	width: 30px;
	height: 2px;
	background: #4A8FA8;
	left: 92%;
}

.quick-dots a:hover span {
	right: 50px;
	opacity: 1;
}

.ab-wcbox::before{
	content: '';
	background: #CFE1E3;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 5%;
	right: 0;
	z-index: -2;
	border-radius: 60px 0 0 60px;
}

.ab-wc ul li {
	display: inline;
	float: left;
	width: 50%;
	padding: 30px 20px;
}

.ab-wc ul li:nth-child(even) {
	margin-top: 35px;
}

.ab-wc b {
	display: block;
	font-size: 28px;
	color: #2B5F75;
	font-weight: normal;
	font-style: italic;
	font-family: 'Lora', serif;
	position: relative;
	padding: 10px 20px;
}

.ab-wc i {
	color: #fff;
	font-size: 50px;
	position: absolute;
	bottom: 0;
	left: 0;
	opacity: 0.5;
	z-index: -1;
}

.ab-wc p {
	padding: 3px 25px;
}


.awardbox {
	padding: 10px;
}

.awardbox span {
	display: block;
	padding: 15px 0 10px;
}

.served-wrap{
	padding: 50px 0;
	margin: -50px 0 40px;
} 

/* -- List Page -- */
.pgbox-hd h2.dul-01::before {
	right: 325px;
}

.list-menu-mobile {
  display: none;
}

.list-menu a,
.list-content a {
	display: block;
	position: relative;
	color: #2B5F75;
}

.list-menu a {
	width: 85%;
	padding: 10px 15px 10px 20px;
	margin-bottom: 5px;
}

.list-menu .active a {
	background: #fff;
}

.list-menu a::after {
	content: '';
	display: block;
	width: 0;
	height: 1px;
	background: #2B5F75;
	position: absolute;
	top: 50%;
	left: 100%;
	margin-left: -20px;
}

.list-menu .active a::after {
	width: 50px;
}

.list-menu a:hover {
	background: #fff;
	opacity: 0.7;
}

.list-content ul li,
.pagination ul li {
	display: inline;
	float: left;
}

.list-content ul li {
	width: 33.333%;
	padding: 0 1% 35px;
  	min-height: 241px;
    height: 100%;
}

.list-content a {
	padding: 10px;
	background: #fff;
	box-shadow: 2px 2px 15px rgba(0, 0, 0, 0.1);
}

.list-content .date {
	display: block;
	position: absolute;
	padding: 5px 10px;
	background: #4A8FA8;
	color: #fff;
	top: 20px;
	right: 0;
	font-size: 12px;
	z-index: 2;
}

.list-content .img-box {
	position: relative;
	padding: 45% 0 35px;
	overflow: hidden;
}

.list-content img {
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
}

.list-content p,
.list-content h3{
	padding: 10px 5px;
	font-size: 17px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	height: 70px;
}

.list-content ul li:hover a {
	transform: rotate(3deg);
}

/*-- Blog Article --*/
.breadcrumbs-box{
	padding: 20px 0;
	border-bottom: 1px #ccc solid;
}

.at-hd{
	padding-top: 0;
}

.at-hd::after{
	content: '';
	display: block;
	width: 1px;
	height: 80px;
	background: #2B5F75;
	position: absolute;
	top: 85%;
	left: 50%;
}

.at-bd .Txt{
	padding-top: 25px;
}

.box03-hd {
	padding-bottom: 30px;
}

.box03-hd h2.title {
	text-align: left;
	font-size: 26px;
	margin: 0;
}

.box03-hd h2.title::after {
	height: 1px;
	width: auto;
	left: 180px;
	right: 0;
	top: 52%;
}

.box03-post .list-content ul li:nth-child(4) {
	display: none;
}

/*-- Blog Page --*/
.Txt .addtoany_content {
	display: none;
}

.share i{
	margin-right: 10px;
}

/*-- Sightseeing --*/
.pgbox-hd h2.dul-02::before {
	right: 545px;
}

.pgbox-hd h2.dul-03::before {
	right: 495px;
}

.pgbox-hd h2.dul-04::before {
	right: 275px;
}

.pgbox-hd h2.dul-05::before {
	right: 475px;
}

.pgbox-hd h2.dul-07::before {
	right: 385px;
}
.filter-form {
	padding: 0 10px;
}

.filter-form .ckratype {
	display: block;
	margin: 5px 0;
}

.filter-form .ckra {
	padding: 0;
}

.filter-box {
	padding-bottom: 20px;
}

.filter-box b{
	font-weight: 600;
}
.filter-result {
	padding: 0 10px 30px;
}

.result-nbbox {
	padding-top: 6px;
}

.result-nbbox em {
	font-size: 20px;
	margin-right: 10px;
	color: #4A8FA8;
	font-weight: 500;
}

.sightseeing .tag {
	padding: 5px 15px;
	font-size: 15px;
	position: absolute;
	top: 10px;
	left: 0;
	background: #E76767;
	color: #fff;
	z-index: 3;
}

.sightseeing .location {
	font-size: 14px;
	color: #707070;
	padding: 10px 5px 0;
	display: block;
}

.sightseeing .list-content p,
.sightseeing .list-content h3{
	padding: 3px 5px 10px;
	height: 65px;
	color: #333333;
}

.pnb-box {
	padding: 15px 5px 5px;
	color: #4A8FA8;
}

.pnb-box .price {
	font-size: 20px;
	margin-left: 5px;
	font-weight: 500;
}

.pnb-box i {
	display: block;
	width: 40px;
	height: 15px;
	background: url('/wp-content/uploads/2021/05/item_btnline.svg') no-repeat center;
	background-size: contain;
	margin-top: 10px;
}

/*-- Stroke Page --*/
.stroke-wrap {
	width: calc(100% - 280px);
	padding: 20px 10px;
}

.album-box {
	position: relative;
}

.album-box a {
	height: 430px;
	display: block;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.album-box .icon-album {
	padding: 5px 20px;
	border-radius: 30px;
	background: rgba(0, 0, 0, 0.6);
	color: #fff;
	position: absolute;
	right: 20px;
	bottom: 10px;
	cursor: pointer;
}

.highlights ul li {
	padding: 3px 0 3px 15px;
	position: relative;
}

.highlights ul li::before {
	content: '-';
	position: absolute;
	top: 5px;
	left: 2px;
}

.pgbox-str-in {
	padding: 20px 10px;
	border-bottom: 1px #ccc solid;
}

.pgbox-str-in h2.title {
	text-align: left;
	font-size: 22px;
	margin: 10px 0;
}

.pgbox-str-in h2.title::after {
	content: none;
}

.description ul li {
	position: relative;
	padding: 5px 5px 5px 200px;
}

.description i,
.description b {
	position: absolute;
}

.description i {
	color: #afafaf;
	font-size: 18px;
	margin-right: 10px;
	top: 12px;
	left: 5px;
}

.description b {
	font-weight: 500;
	margin-right: 10px;
	top: 9px;
	left: 35px;
}

.inex {
	padding: 5px 0;
}

.inex ul li {
	position: relative;
	padding: 3px 0 3px 30px;
}

.inex i {
	position: absolute;
	top: 8px;
	left: 0;
	font-size: 18px;
}

.inclusions i {
	color: #4A8FA8;
}

.exclusions i {
	color: #afafaf;
	left: 3px;
}

.noticebox {
	padding: 25px;
	background: #fff;
	border-left: 8px #CDDFDF solid;
	margin: 30px 0 10px;
}

.noticebox ol {
	padding-left: 20px;
	margin: 10px 0;
}

.decidebox {
	width: 280px;
	padding: 30px 15px;
	position: relative;
}

.decidebox b {
	display: block;
	font-weight: 600;
	padding: 10px 5px 15px;
}

.mobile-btn {
	position: absolute;
	font-size: 18px;
	top: 18px;
	right: 20px;
	display: none;
}

.decide {
	margin-bottom: 90px;
}

.decidebox .price {
	padding: 0 5px;
}

.decidebox .price em {
	font-size: 22px;
	font-weight: 600;
}

.notyouwant {
	padding: 6px 5px;
}

.notyouwant,
.btn-link {
	font-size: 14px;
	color: #8c8c8c;
}

.btn-link,
.btn-link:hover {
	padding: 0 5px;
	color: #4A8FA8;
	text-decoration: underline;
}

.btn-link:hover {
	opacity: 0.6;
}

.timeline-hd {
	padding: 25px 0 15px;
}

.timeline-hd ul li {
	display: inline;
	float: left;
	padding: 3px 15px;
	font-style: italic;
	font-family: 'Lora', sans-serif;
	font-weight: 500;
	font-size: 18px;
	margin: 5px;
}

.timeline-hd a {
	color: #2B5F75;
}

.timeline-hd ul li.on {
	border-bottom: 2px #2B5F75 solid;
}
/*
.timeline-bd {
	padding: 10px 0 10px 10px;
	height: 500px;
	overflow: hidden;
	-webkit-mask-image: linear-gradient(to bottom, black 70%, transparent 100%);
    mask-image: linear-gradient(to bottom, black 70%, transparent 100%);
}
*/

.timeline-bd.open {
	height: auto;
	-webkit-mask-image: none;
    mask-image: none;

}

.timeline-box ul {
	border-left: 3px #CFE1E3 solid;
	padding: 20px 0 20px 15px;
}

.timeline-box ul li {
	padding: 10px 0;
	position: relative;
}

.timeline-box ul li::before {
	content: '';
	display: block;
	width: 16px;
	height: 16px;
	border-radius: 50%;
	background: #CFE1E3;
	position: absolute;
	top: 50%;
	left: -25px;
	margin-top: -8px;
}

.timeline-box .time {
	padding: 3px 20px;
	background: #4A8FA8;
	color: #fff;
	border-radius: 30px;
}

.timeline-box h2.title {
	font-size: 20px;
}

.timeline-box .Txt {
	padding: 10px 0;
}

.timeline-box .Txt img {
	max-width: 100%;
}

.tour-timeline-box .btn-box {
	padding: 20px 0;
	text-align: center;
}

.peo-nb {
	padding: 10px 0;
}

.peo-nb ul li {
	display: flex;
	justify-content: space-between;
	padding: 5px 10px;
}

.peo-nb p {
	font-size: 14px;
	letter-spacing: 0.05em;
}

.countbox {
	display: flex;
	align-items: center;
}

.btn-count {
	color: #707070;
	background: transparent;
	border: 1px #707070 solid;
	border-radius: 50%;
	font-size: 10px;
	width: 17px;
	height: 17px;
	padding: 1px 1px 1px 2px;
	margin: 0 8px;
}

.stroke-hd {
	padding: 20px 40px;
}

.stroke-bd {
	position: relative;
	padding: 40px 0;
}

.stroke-bd.on .decidebox {
	position: fixed;
	top: 90px;
	bottom: 0;
}

.stroke-bd.off .decidebox {
	position: absolute;
	top: auto;
}

.contact-info {
	padding: 25px 0;
}

.contact-info ul li {
	display: inline;
	float: left;
	width: 50%;
}

.contact-info i {
	margin-right: 10px;
}

.pgbox-bd h2.dul-06::after {
	left: 340px;
}

.stroke-bd .box03-post{
	padding: 20px 0;
}

/* -- Shopping Flow -- */
.shopinflow {
	display: none;
}

.shopinflow.on {
	display: block;
}

.shopin {
	margin-top: 50px;
	padding: 20px 25px 5px;
	border-bottom: 1px #ccc solid;
}

.shopin ul {
	display: flex;
	justify-content: center;
}

.shopin ul li {
	display: inline;
	float: left;
	padding: 5px 30px 5px 10px;
	position: relative;
	color: #707070;
	font-size: 13px;
}

.shopin ul li.on {
	color: #4A8FA8;
}

.shopin i {
	font-size: 17px;
	position: absolute;
	top: 7px;
	right: 8px;
	color: #707070;
}

.sfbox-hd {
	padding: 40px 10px 20px;
	text-align: center;
}

.sfbox-hd span {
	background: #4A8FA8;
	color: #fff;
	font-size: 13px;
	padding: 5px 25px;
	border-radius: 40px;
}

.sfbox-hd h2.title {
	font-size: 24px;
	color: #4A8FA8;
	padding: 15px 0 5px;
}

.sfbox-bd {
	padding: 10px;
}

.flow-box {
	background: #fff;
	border-radius: 20px;
	padding: 40px 30px;
}

.sfbox-bd.result {
	padding: 100px 10px 10px;
}

.sfbox-bd .btn-box {
	padding: 20px;
}

.sfbox-bd .btn-03,
.sfbox-bd .btn-04 {
	width: 220px;
	margin: 10px auto;
}

.bar01 {
	border-bottom: 1px #ccc solid;
	padding: 5px 10px;
	position: relative;
}

.shopin-bar,
.info-form {
	padding: 20px 10px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.shopin-bar .img-box {
	width: 180px;
}

.shopin-bar img {
	width: 100%;
}

.shopin-bar .detail-box {
	width: calc(100% - 200px);
}

.shopin-bar .tour-tit {
	width: 70%;
}

.total {
	padding: 20px 10px 10px;
}

.total p {
	margin-right: 20px;
}

.total b {
	font-size: 20px;
	margin-left: 20px;
	color: #4A8FA8;
	font-weight: 600;
}

.info-form {
	justify-content: left;
	align-items: flex-start;
	flex-wrap: wrap;
}

.infoform-hd {
	display: flex;
	justify-content: center;
	padding-bottom: 15px;
}

.infoform-hd ul li {
	display: inline;
	float: left;
}

.infoform-hd a {
	padding: 5px 10px;
	color: #2B5F75;
	border-bottom: 2px #2b5f7500 solid;
}

.infoform-hd li.on a {
	border-bottom: 2px #2B5F75 solid;
}

.info-form h3 {
	font-size: 16px;
	font-weight: 500;
	color: #333;
	width: 200px;
	margin: 8px 0;
}

.info-form .info-box {
	width: calc(100% - 200px);
}

.confirm-box {
	padding: 20px 10px;
}

.confirm-box b {
	font-size: 18px;
	padding: 3px 10px;
	border-bottom: 1px #ccc solid;
	font-weight: 600;
	display: block;
	margin-bottom: 15px;
}

.confirm-box ul {
	padding: 0 10px;
}

.confirm-box ul li {
	padding: 3px 0 3px 250px;
	position: relative;
}

.confirm-box span {
	width: 230px;
	color: #ccc;
	position: absolute;
	top: 3px;
	left: 0;
}

.read-box {
	display: flex;
	justify-content: center;
	padding: 10px 0;
}

.pay-result {
	text-align: center;
}

.pay-result i {
	color: #4A8FA8;
	font-size: 44px;
	display: block;
	padding: 15px;
}

.pay-result b {
	color: #4A8FA8;
	position: relative;
	font-size: 20px;
	font-weight: 600;
	display: inline-block;
	margin-bottom: 10px;
}

.pay-result b::before,
.pay-result b::after {
	content: '';
	display: block;
	width: 150px;
	height: 1px;
	background: #4A8FA8;
	position: absolute;
	top: 50%;
}

.pay-result b::before {
	right: 130%;
}

.pay-result b::after {
	left: 130%;
}

.search-box {
	padding: 10px;
	position: relative;
	display: block;
}

.search-box i {
	position: absolute;
	bottom: 25px;
	right: 20px;
	color: #707070;
}

.order-box h3.title {
	font-weight: 400;
	padding: 30px 10px 0;
	text-align: center;
}

.order-box em {
	margin-left: 10px;
}

/*-- Pop-box --*/
.pop-box {
	width: 70%;
	border-radius: 25px;
	display: none;
}

.pop-box h2.title {
	font-size: 20px;
}

.pop-box p{
	padding: 10px 0;
}

.pop-form{
	padding: 20px;
}

.carousel__button:hover{
	background: none !important;
}

.tip{
	display: block;
	font-size: 14px;
	color: #707070;
	text-align: center;
}

/*-- Accordionbox --*/
.accordionbox {
	padding: 8px 0;
}

.accordionbox .ui-accordion-header {
	cursor: pointer;
	padding: 10px 15px;
	background: #CFE1E3;
	color: #2B5F75;
	position: relative;
}

.accordionbox .ui-icon {
	display: none;
}

.accordionbox .ui-accordion-content {
	background: #fff;
	padding: 10px 10px;
	border: none;
	line-height: 1.75;
}

.sublist ul li {
	padding: 3px 55px 3px 5px;
	border-bottom: 1px #ccc solid;
	position: relative;
	margin-bottom: 10px;
}

.sublist a {
	color: #333;
}

.sublist li:hover {
	opacity: 0.6;
}

.sublist i {
	position: absolute;
	right: 20px;
	top: 50%;
	margin-top: -7px;
}

/* -- Footer -- */
.ft-wrap {
	background: #71A4B8;
	color: #fff;
	padding: 20px 5%;
	border-radius: 50px 50px 0 0;
}

.ft-logo {
	width: 20%;
	margin-top: 25px;
}

.ft-logo a {
	display: block;
	width: 150px;
	margin: 0 auto;
}

.ft-logo img {
	width: 100%;
}

.ft-box {
	width: 40%;
	padding: 10px 20px;
}

.ft-box h2.title {
	font-size: 18px;
	margin-bottom: 10px;
	position: relative;
	color: #fff;
}

.ft-box h2.title::after {
	content: '';
	display: block;
	background: #fff;
	height: 1px;
	position: absolute;
	left: 120px;
	right: 25px;
	top: 50%;
}

.ft-ctinfo ul li {
	padding: 5px 10px;
}

.ft-ctinfo i {
	margin-right: 15px;
}

.ft-ctinfo a{
	color: #fff;
}

.ft-follow ul {
	padding-top: 5px;
}

.ft-follow ul li {
	display: inline;
	float: left;
	width: 46px;
	height: 46px;
	padding: 8px;
	border-radius: 50%;
	border: #ffffff 1px solid;
	font-size: 22px;
	text-align: center;
	vertical-align: middle;
	line-height: 30px;
	margin: 0 5px;
}

.ft-follow a {
	color: #fff;
  	display: block;
    height: 100%;
}

.ft-follow .taipei{
	display: block;
	width: 25px;
	height: 25px;
	background: url('/wp-content/uploads/2021/06/icon_taipei.svg') no-repeat;
	background-size: contain;
	margin: 0 auto;
}

.cp-info {
	background: #333;
	color: #fff;
	font-size: 12px;
	padding: 15px 5%;
	text-align: center;
}

.cp-info p {
	display: inline-block;
	padding: 0 10px;
}

/* -- 進場動畫 -- */
.come-in {
	transform: translateY(90px);
	animation: come-in 2s ease forwards;
}

.already-visible {
	transform: translateY(0);
	animation: none;
}

@keyframes come-in {
	to {
		transform: translateY(0);
	}
}
@keyframes come-out {
	to {
		transform: translateY(-30px);
	}
}

@media only screen and (max-width:1440px) {
	.inbox {
		width: 90% !important;
	}
  
  	.newsbox {
		width: 100%;
		padding: 60px 5% 20px 2%;
	}
}

@media only screen and (max-width:990px) {
  	/* -- Index -- */
	.bannerbg .titlebox {
		width: 100%;
		position: absolute;
		top: 0;
		left: 0;
	}

	.titlebox h2,
	.bannerbg p {
		color: #fff !important;
		text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.2);
	}
  
  .bannerbg p {
		text-align: center;
	}

	.btn-01 {
		margin: 20px auto;
	}

  	.whychoose ul li {
		width: 50%;
		padding: 30px 1.5%;
	}
  
  	.ab-wc ul li {
		padding: 20px 10px;
	}

  	.list-content ul li{
		width: 50%;
	}
  
  	.box03-post .list-content {
		max-height: 100%;
		overflow: visible;
	}
  
  	.box03-post .list-content ul li:nth-child(4) {
		display: block;
	}
  /*-- Stroke page --*/
	.stroke-hd {
		padding: 20px;
	}

	.stroke-bd {
		padding: 20px 0;
		display: flex;
		flex-direction: row-reverse;
		flex-wrap: wrap;
	}

	.stroke-wrap {
		padding: 0 10px;
	}

	.pgbox-str-in {
		padding: 10px;
	}

	.decidebox,
	.stroke-bd.on .decidebox {
		position: fixed;
		top: 80px;
		left: 0;
		right: 0;
		background: #fff;
		bottom: auto;
		z-index: 990;
		padding: 10px 15px;
	}

	.decidebox b {
		cursor: pointer;
	}

	.mobile-btn {
		display: block;
	}

	.decide {
		height: 0;
		overflow: hidden;
		margin: 0;
	}

	.decidebox.on .decide {
		height: 440px;
	}

	.stroke-wrap,
	.decidebox {
		width: 100%;
	}
  
	.shopin {
		margin-top: 40px;
	}

	.sfbox-hd {
		padding: 20px 10px;
	}
  
	.pop-box {
		width: 90%;
	}
  
	.pop-form{
		padding: 20px 0;
	}
  
	/* -- Footer -- */
	.ft-logo {
		width: 100%;
		margin-bottom: 20px;
	}

	.ft-box {
		width: 50%;
	}
}

@media only screen and (max-width:800px) {
	.linkbox::after {
		height: 620px;
	}

	.linkbox h2.title {
		bottom: 113%;
	}

	.linkbox ul li {
		width: 100%;
		margin-bottom: 15px;
	}

	.linkbox a {
		height: 200px;
		line-height: 200px;
	}

	.news-wrap {
		width: 100% !important;
		position: relative;
	}

	.news-wrap .title {
		position: absolute;
		bottom: 0;
		left: 0;
		color: #fff !important;
		text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.2);
		z-index: 2;
	}
  
  	.news-wrap h2 {
		color: #fff !important;
		text-align: center;
	}
  
	.title-line02::after{
		top: 66%;
		right: 50%;
		background: #fff;
	}
  
	.newsbox {
		width: 90%;
		margin: 0 auto;
		padding: 0;
	}
  
  	.shopin-bar .tour-tit,
	.peo-nb {
		width: 100%;
	}

	.peo-nb ul li {
		padding: 2px 0;
	}
}

@media only screen and (max-width:765px) {
  	.pgbox-hd{
		padding: 20px;
	}
	.pgbox-bd{
		padding: 20px;
	}
  
	.pgbox-hd h2.title {
		font-size: 30px;
	}

	.pgbox-hd h2.title::before {
		right: 105px;
	}

	.pgbox-hd h2.dul-01::before {
		right: 195px;
	}

	.pgbox-hd h2.dul-02::before {
		right: 415px;
	}
	
	.pgbox-hd h2.dul-03::before,
	.pgbox-hd h2.dul-05::before {
		right: 365px;
	}
  
	.pgbox-hd h2.dul-04::before {
		right: 205px;
	}
  
    .pgbox-hd h2.dul-07::before {
        right: 295px;
    }
	.list-menu {
		display: none;
	}
	
	.list-menu-mobile{
        display: block;
		position: relative;
		margin-bottom: 30px;
	}

	.menu-selected {
		padding: 5px 15px;
		position: relative;
		color: #fff;
		background: #8ABFBE;
		cursor: pointer;
	}

	.menu-selected i {
		position: absolute;
		top: 50%;
		right: 20px;
		margin-top: -8px;
	}

	.list-menu-mobile ul li {
		padding: 5px 15px;
		border-bottom: 1px #ccc solid;
		margin-bottom: 3px;
	}

	.scrollbox {
		height: 0;
		overflow: hidden;
		position: absolute;
		top: 36px;
		left: 0;
		right: 0;
		z-index: 10;
		padding: 10px;
		background: #fff;
		visibility: hidden;
		opacity: 0.4;
	}

	.scrollbox.on {
		height: auto;
		max-height: 185px;
		top: 36px;
		visibility: visible;
		opacity: 1;
	}
  
  	.scrollbox .default a {
		color: #ccc;
	}

	.list-menu-mobile a{
		display: block;
		color: #2B5F75;
	}

	.list-contwrap{
		width: 100%;
	}
  
  	.list-content p,
  	.list-content h3{
		-webkit-line-clamp: 3;
		height: 100px;
	}
  
  	.divide-box {
		flex-wrap: wrap;
	}

	.ip.half,
	.ip.onethird {
		width: 100%;
		margin-bottom: 8px;
	}

	.filter-form {
		border-bottom: 1px #ccc solid;
	}

	.filter-box {
		padding-bottom: 5px;
	}

	.filter-form .ckratype {
		display: inline-block;
	}

	.filter-result {
		padding: 20px 10px;
	}
	.info-form {
		flex-wrap: wrap;
	}

	.info-form h3,
	.info-form .info-box,
	.confirm-box span,
	.sfbox-bd .btn-03,
	.sfbox-bd .btn-04 {
		width: 100%;
	}
  
	.confirm-box ul li {
		padding: 30px 0 3px 0px;
	}
}


@media only screen and (max-width:750px) {
	.cust-btn {
		right: 85px;
	}
  
	.pgbox-bd01 {
		padding: 0 25px 30px !important;
	}
	.pgbox-bd h2.title {
		font-size: 26px;
	}

  	.ab-wcbox::before {
		left: 0;
		border-radius: 0;
	}
  
	.ab-wc ul li,
	.ft-box,.contact-info ul li {
		width: 100%;
	}

	.ab-wc ul li:nth-child(even) {
		margin: 0;
	}

	.ab-wc b {
		font-size: 24px;
	}

	.ab-wc i {
		font-size: 44px;
	}

  	.at-hd {
		padding: 0 25px !important;
	}

	.at-hd::after {
		height: 50px;
		top: 100%;
	}
  
  	.breadcrumbs-box{
		margin-top: 30px;
	}
}

@media only screen and (max-width:550px) {
	.cust-btn {
		right: 75px;
	}
  
	.whychoose ul li,
	.list-content ul li {
		width: 100%;
	}
  
  	.pgbox-bd{
		padding: 30px 15px;
	}
  
	.whychoose ul li,
	.list-content ul li {
		width: 100%;
	}
  
  	.dl-02::after {
		top: 108%;
	}
  
	.pay-result b::before, .pay-result b::after{
		width: 50px;
	}

	.pop-box{
		width: 100%;
	}
  
	.fancybox__slide{
		padding: 50px 20px !important; 
	}
  	
  	.description ul li {
		padding: 40px 5px 5px;
	}
  	.description ul li {
		padding: 40px 5px 5px 5px;
	}

	.shopin-bar {
		flex-wrap: wrap;
	}

	.shopin-bar .img-box,
	.shopin-bar .detail-box {
		width: 100%;
	}

	.shopin-bar .img-box {
		margin-bottom: 15px;
	}

	.shopin-bar .detail-box {
		padding: 0 10px;
	}
  
    .pgbox-str-in,
	.stroke-wrap {
		padding: 0;
	}
  
  	.linkbox h2.title {
		font-size: 28px;
		bottom: 117%;
	}
}

@media only screen and (max-width:450px) {
	.cust-btn {
		display: none;
	}
  
	.inbox,.newsbox {
		width: 96% !important;
	}
  
	.inbox.bannerbg {
		width: 100% !important;
	}

	.btn-01 {
		width: 94%;
		padding: 10px 90px 10px 20px;

	}

	.btn-01::after {
		right: 30px;
	}
  
	.shopin ul {
		flex-wrap: wrap;
	}
  
	.flow-box{
		padding: 25px 10px;
	}
}


/* -- 新增區塊 -- */
.safe {
	padding: 40px 20px;
}

.safe h2.title {
	position: relative;
	padding-bottom: 10px;
}

.safe h2.title::after {
	content: '';
	display: block;
	position: absolute;
	left: 340px;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	background: #2B5F75;
	height: 1px;
}

.safe .box04 {
	padding: 20px 15px;
}


.safe .box04 .left_box,
.safe .box04 .right_box {
	width: 50%;
	float: left;
	padding: 15px 20px;
}

.safe .flex_row {
	padding: 30px 0;
}

.safe .flex_row ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: stretch;
}

.safe .flex_row li {
	width: 32%;
	padding: 20px 25px;
	background: #fff;
	border-radius: 20px;
	box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
	margin: 10px 0;
}

.safe .flex_row li:nth-child(1),
.safe .flex_row li:nth-child(2) {
	width: 49%;
}

.icon_safe {
	display: block;
	width: 65px;
	height: 65px;
	margin: 0 auto 15px;
}

.icon_safe01 {
	background: url('/wp-content/uploads/2021/12/icon_safe01.svg') center no-repeat;
	background-size: cover;
}

.icon_safe02 {
	background: url('/wp-content/uploads/2021/12/icon_safe02.svg') center no-repeat;
	background-size: cover;
}

.icon_safe03 {
	background: url('/wp-content/uploads/2021/12/icon_safe03.svg') center no-repeat;
	background-size: cover;
}

.icon_safe04 {
	background: url('/wp-content/uploads/2021/12/icon_safe04.svg') center no-repeat;
	background-size: cover;
}

.icon_safe05 {
	background: url('/wp-content/uploads/2021/12/icon_safe05.svg') center no-repeat;
	background-size: cover;
}


@media only screen and (max-width:765px) {

	.safe .box04 .left_box,
	.safe .box04 .right_box,
	.safe .flex_row li {
		width: 100% !important;
	}
}

@media only screen and (max-width:450px) {
	.safe h2.title br {
		display: none;
	}

	.safe .box04 .left_box,
	.safe .box04 .right_box {
		padding: 20px 0;
	}

	.safe .box04 {
		padding: 20px 0;
	}
}


.responsi-wrap {
	display: flex;
	align-items: stretch;
	padding: 30px 0;
	flex-wrap: wrap;
}

.responsi-l,
.responsi-r {
	width: 50%;
}

.responsi-l {
	border: 5px #fff solid;
	padding: 40px 5%;
	display: flex;
	align-items: center;
	border-radius: 20px 0 0 20px;
}

.sentence,
.responsi-r b {
	display: block;
	font-family: 'Noto Serif TC', serif;
	font-size: 20px;
	color: #2B5F75;
}

.sentence {
	padding-bottom: 40px;
}

.sentence i {
	display: block;
	width: 45px;
	height: 45px;
	background: url('/wp-content/uploads/2021/12/icon_listpage01.svg') no-repeat;
	background-size: contain;
	margin: 0 auto 15px;
}

.sentence p {
	font-weight: 600;
	border-bottom: 1px #ccc solid;
	padding: 5px 10px;
	margin-bottom: 3px;
	text-align: center;
}

.responsi-l p {
	padding: 5px 0;
}

.responsi-r {
	background: #fff;
	padding: 40px 15px;
	border-radius: 0 20px 20px 0;
}

.responsi-r ul li {
	padding: 20px 5px 20px 100px;
	position: relative;
}

.teambox ul li {
	display: inline;
	float: left;
	width: 50%;
	padding: 30px 15px;
}

.responsi-r b {
	padding: 5px 0;
}

.icon-respon {
	display: block;
	width: 56px;
	height: 56px;
	position: absolute;
	top: 50%;
	left: 15px;
	margin-top: -28px;
}

.respon-01 {
	background: url('/wp-content/uploads/2021/12/icon_listpage02.svg') no-repeat center;
	background-size: contain;
}

.respon-02 {
	background: url('/wp-content/uploads/2021/12/icon_listpage03.svg') no-repeat center;
	background-size: contain;
}

.respon-03 {
	background: url('/wp-content/uploads/2021/12/icon_listpage04.svg') no-repeat center;
	background-size: contain;
}

.respon-04 {
	background: url('/wp-content/uploads/2021/12/icon_listpage05.svg') no-repeat center;
	background-size: contain;
}

.respon-05 {
	background: url('/wp-content/uploads/2021/12/icon_listpage06.svg') no-repeat center;
	background-size: contain;
}


@media only screen and (max-width:990px) {
	.responsi-l, .responsi-r {
		width: 100%;
	}
	.responsi-l{
		border-radius: 20px 20px 0 0;
	}
  
  .responsi-r {
    border-radius: 0 0 20px 20px;
  }
}

@media only screen and (max-width:765px) {
	.responsi-r ul li {
		padding: 70px 5px 20px 5px;
	}
	.icon-respon{
		top: 10px;
		left: 50%;
		margin: 0;
		transform: translateX(-50%);
	}
	.responsi-r b{
		text-align: center;
	}
}
