.fadeIn article,
.fadeIn footer {
  transition: opacity 1s cubic-bezier(0.23, 1, 0.32, 1) .2s;
}

#gHeader {
	z-index: 6;
	opacity: 0;
  background: none;
	transition: opacity 0s cubic-bezier(0.23, 1, 0.32, 1) 60s,background .3s ease;
}

.scrolled #gHeader {
  background: rgba(255,255,255, .87);
}

.fadeIn #gHeader {
	opacity: 1;
	transition: opacity 1s cubic-bezier(0.23, 1, 0.32, 1),background .3s ease;
}


.contentItem {
    max-width: 1200px;
    margin: 0 auto;
}

.section__title {
	margin-bottom: 55px;
}

.section__headline {
	margin-bottom: 55px;
}

.section__headline::after {
	bottom: -28px;
}

.section__note {
	letter-spacing: 2.1px;
}

.firstview {
	margin: 5px 5px 0;
	height: calc(100vh - 10px);
	position: relative;
}

.firstview .bgBox {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-image: url(/wp-content/themes/arluis/assets/images/travel/index/img_travel.jpg);
}

.ipad .firstview .bgBox {
    background-image: url(/wp-content/themes/arluis/assets/images/travel/index/sp_main_img.jpg);
}

.firstview .textBox {
	width: 100%;
	position: absolute;
	left: 0;
	top: 53%;
	text-align: center;
	transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
    opacity: 0;
    transition: top 1.1s ease .4s, opacity 1.1s ease .4s;
}

.loaded .firstview .textBox {
    top: 50%;
    opacity: 1;
}

.firstview .textBox .title {
	margin-bottom: -2px;
}

.firstview .textBox .title h1 {
	margin-top: 0;
}

.firstview .textBox .title img {
	width: 392px;
}

.firstview .textBox .title p {
	margin: 73px 0 0;
	font-size: 21px;
	color: rgb(68, 68, 68);
	line-height: 2.14;
	letter-spacing: 5px;
	position: relative;
	text-transform: uppercase;
}

.firstview .textBox .title p:before {
	margin-left: -45px;
	width: 90px;
	height: 1px;
	position: absolute;
	left: 50%;
	top: -35px;
	background-color: #333333;
	content: '';
}

.intro {
	margin-bottom: 210px;
	position: relative;
}

.banner__top {
	text-align: center;
    width: 70%;
    padding-top: 60px;
    background: #fff;
    display: flex;
    justify-content: center;
    column-gap: 40px;
    margin: 0 auto 30px auto;

}

.banner__top img {
	width: 70%;
}

.intro .text {
	text-align: center;
	margin-top: 40px;
}

.intro .text p {
	margin-bottom: 40px;
	font-size: 15.5px;
	color: rgb(51, 51, 51);
	line-height: 2.645;
	letter-spacing: 1.3px;
}

.intro .text p:last-child {
	margin-bottom: 0;
}

.area {
	margin: 0 5px 4px;
}

.area .linkUl li {
	margin-right: 0.33%;
	width: 33%;
	position: relative;
	float: left;
}

.area .linkUl li a {
	display: block;
}

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

.area .linkUl li img {
	width: 100%;
	transition: transform 1s cubic-bezier(0.25, 0.1, 0.06, 1);
	-webkit-transition: transform 1s cubic-bezier(0.25, 0.1, 0.06, 1);
}

.area .linkUl li .text {
	width: 100%;
	color: rgb(71, 56, 42);
	position: absolute;
	left: 0;
	top: 13%;
	line-height: 1.233;
	text-align: center;
}

.area .linkUl li .text .en {
	display: block;
	font-size: 50px;
	text-transform: uppercase;
}

.area .linkUl li .more {
	margin: 7px auto 0;
	width: 50px;
	display: block;
	float: none;
	overflow: hidden;
	text-align: center;
}

.area .linkUl li .more img {
	width: 100%;
}

.area .more svg {
	width: 30px;
	height: 8px;
	margin: 0;
	fill: rgb(71, 56, 42);
}

.area .linkUl li a:hover .top__img .scale {
	transform: scale(1.05);
	-webkit-transform: scale(1.05);
}

.area .linkUl li a:hover .more svg {
	margin: 0;
	transform: none;
	animation: btnAnimation 0.6s cubic-bezier(0.25, 0.1, 0.06, 1);
	-webkit-animation: btnAnimation 0.6s cubic-bezier(0.25, 0.1, 0.06, 1);
}

@keyframes btnAnimation {
	0%{
		transform: translate(0,0);
	}

	50%{
		transform: translate(50px,0);
	}

	51%{
		transform: translate(50px,30px);
	}

	52%{
		transform: translate(-50px,30px);
	}

	53%{
		transform: translate(-50px,0);
	}

	100%{
		transform: translateX(0,0);
	}
}

@-webkit-keyframes btnAnimation {
	0%{
		-webkit-transform: translate(0,0);
	}

	50%{
		-webkit-transform: translate(50px,0);
	}

	51%{
		-webkit-transform: translate(50px,30px);
	}

	52%{
		-webkit-transform: translate(-50px,30px);
	}

	53%{
		-webkit-transform: translate(-50px,0);
	}

	100%{
		-webkit-transform: translateX(0,0);
	}
}

.area .linkUl li .text .txt {
	margin-top: 6px;
	display: block;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 1.6px;
}

.area .linkUl li.soon a {
	cursor: default;
	pointer-events: none;
}

.area .linkUl li.soon .top__img {
	position: relative;
}

.area .linkUl li.soon .top__img:after {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background-color: rgba(0,0,0,0.3);
	content: '';
}

.area .linkUl li.soon a:hover .top__img .scale {
	transform: none;
	transition: none;
}



.promise {
    margin-bottom: 0;
	padding: 129px 0 0;
}

.promise.gray.show {
    background-color: #F9F8F4;
}

.promise .section__title {
	margin-bottom: 54px;
}

.promise .section__headline {
	margin-bottom: 41px;
	font-size: 44px;
}

.promise .section__note span {
	margin-right: 3px;
	font-size: 26px;
	font-weight: bold;
	font-style: italic;
	line-height: 1.808;
}

.promise .textUl {
	padding-bottom: 178px;
	text-align: center;
}

.promise .textUl li {
	width: 33.33%;
	float: left;
}

.promise .textUl li .icon {
	margin: 0 auto 25px;
	width: 123px;
}

.promise .textUl li .icon img {
	width: 100%;
}

.promise .textUl li p {
	font-size: 12.5px;
	color: rgb(51, 51, 51);
	line-height: 1.84;
	text-align: center;
}

.promise .textUl li .ttl {
	margin-bottom: 18px;
	font-size: 17px;
	font-weight: 600;
	color: rgb(68, 68, 68);
	line-height: 1.912;
	letter-spacing: 2.5px;
}

.whiteBg {
    padding: .1px 0;
    background: #fff;
}

.fullBox {
	position: relative;
    padding-bottom: 35.4%;
    overflow: hidden;
}

.photoBox {
    position: fixed;
    z-index: -1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url('/wp-content/themes/arluis/assets/images/travel/index/img_promise04.jpg') no-repeat center;
    background-size: cover;
}

.fullBox .textImg {
	position: absolute;
	width: 396px;
	right: 43px;
	bottom: 49px;
}

.fullBox .textImg span {
    display: block;
    width: 0;
    overflow: hidden;
    transition: width 1.5s ease;
}

.fullBox .textImg.visible span {
    width: 100%;
}

.fullBox .textImg span img {
    display: block;
    width: 396px;
    height: 152px;
}

.pallarax {
    padding: 113px 0 161px;
}

.pallarax .section__title {
	margin-bottom: 87px;
}

.pallarax .section__headline {
	margin-bottom: 53px;
	font-size: 53px;
}

.pallarax .textBox {
	position: relative;
	z-index: 5;
	text-align: center;
}

.pallarax .textBox p {
	font-size: 13px;
	line-height: 1.962;
 	color: rgb(51, 51, 51);
	letter-spacing: 1px;
}

.pallarax .textBox .title {
	margin-bottom: 16px;
	font-size: 15px;
	color: rgb(178, 141, 75);
	text-transform: uppercase;
	line-height: 2;
}

.pallarax .textBox h4 {
	margin-bottom: 26px;
	font-size: 22px;
	font-weight: bold;
	color: rgb(51, 51, 51);
	line-height: 1.795;
	letter-spacing: 2px;
}

.counseling {
	margin: 0 auto 98px;
	max-width: 900px;
}

.counseling .textBox {
	margin-top: 30px;
	width: 400px;
	float: right;
}

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

.counseling .photo {
	width: 450px;
	float: left;
}

.support  {
	margin: 0 auto 131px;
	max-width: 900px;
	position: relative;
}

.support .photo {
	position: absolute;
	width: 299px;
	right: -65px;
	top: 15px;
}

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

.dinner {
	margin-bottom: 42px;
	min-height: 674px;
	padding-bottom: 22.5%;
	box-sizing: border-box;
	position: relative;
}

.dinner .textBox {
    position: relative;
    top: 0;
	padding: 45px 10px 92px;
	width: 650px;
	background-color: rgba(255,255,255,0.92);
	box-sizing: border-box;
}

.dinner .textBox h4 {
	margin-bottom: 25px;
}

.dinner .bgBox {
	position: absolute;
	right: 0;
	top: 0;
	width: 68.8%;
	height: 627px;
	background: url(/wp-content/themes/arluis/assets/images/travel/index/img_pallarax03.jpg) no-repeat center center;
	background-size: 100% auto;
}

.dinner .bgBox01 {
	padding-bottom: 27.3%;
	width: 27.3%;
	right: auto;
	height: auto;
	left: 0;
	top: auto;
	bottom: -5px;
	background-image: url(/wp-content/themes/arluis/assets/images/travel/index/img_pallarax04.jpg);
}

.activity {
	margin-bottom: 151px;
}

.activity .textBox {
	margin-bottom: 62px;
}

.activity .textBox .title  {
	margin-bottom: 12px;
	line-height: 2.2;
	letter-spacing: 1.8px;
}

.activity .textBox h4 {
	margin-bottom: 24px;
	letter-spacing: 3.1px;
}

.activity .photoUl {
	margin: 0 auto;
	max-width: 1100px;
	display: flex;
}

.activity .photoUl li {
	margin-right: 0.37%;
	width: 24.72%;
    opacity: 0;
    transition: opacity 1s ease;
}

.activity .photoUl.show li {
    opacity: 1;
}

.activity .photoUl.show li:nth-child(1) {
    transition-delay: 0s;
}

.activity .photoUl.show li:nth-child(2) {
    transition-delay: .2s;
}

.activity .photoUl.show li:nth-child(3) {
    transition-delay: .4s;
}

.activity .photoUl.show li:nth-child(4) {
    transition-delay: .6s;
}

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

.activity .photoUl li img {
	width: 100%;
}

.stay {
	padding: 279px 0 0 0;
	background: url(/wp-content/themes/arluis/assets/images/travel/index/img_pallarax09.jpg) no-repeat top center;
	background-size: cover;
}

.stay .textBox {
    position: relative;
    bottom: -80px;
	padding: 47px 10px 108px;
	width: 600px;
	min-height: 333px;
	float: right;
	box-sizing: border-box;
	background-color: rgba(255,255,255,0.92);
}

.pallarax .stay .textBox .title {
	margin-bottom: 11px;
	line-height: 2.1;
}

.pallarax .stay .textBox h4 {
	margin-bottom: 26px;
}

.pallarax .stay .textBox .link {
	padding-top: 23px;
	color: #443328;
	font-size: 14px;
	display: inline-block;
}

.pallarax .stay .textBox .link span {
	margin-right: 9px;
	width: 33px;
	float: none;
	display: inline-block;
	overflow: hidden;
	text-align: right;
}

.pallarax .stay .textBox .link .more svg {
	margin: 0;
	fill:#48322a;
	width: 18px;
	height: 5px;
}

.pallarax .stay .textBox .link span img {
	width: 100%;
}

.pallarax .stay .textBox .link a:hover span svg {
	margin: 0;
	transform: none;
	animation: btnAnimation 0.6s cubic-bezier(0.25, 0.1, 0.06, 1);
	-webkit-animation: btnAnimation 0.6s cubic-bezier(0.25, 0.1, 0.06, 1);
}

@media all and (min-width: 768px) and (max-width: 1030px) {
	.support .photo {
		right: 0;
	}
}


/* ====================================
 *  Contact
 * ==================================== */

#contact {
    margin: 66px auto 0 !important;
}

.btn {
    margin-bottom: 20px;
}
.btn a {
    font-size: 0.9rem;
    padding: 20px 0;
}
.btn2 {
    margin-bottom: 60px;
}

.btn2 a {
	background: #fff;
    border: 1px solid #48322a;
    color: #48322a;
}

.btn2 a:hover {
	border: 1px solid #715348;
	color: #fff;
}

.tel {
    width: 260px;
    margin: auto;
    padding: 22px 0 18px;
    border-top: 1px solid #48322a;
    border-bottom: 1px solid #48322a;
}

.tel__text {
    text-align: center;
    font-size: 15px;
    letter-spacing: .12em;
    margin-bottom: 28px;
}

.tel__num {
    text-align: center;
    font-size: 2rem;
    letter-spacing: .0em;
	margin-bottom:10px;
}
.tel__num span{
    text-align: center;
    font-size: 40%;
    letter-spacing: .0em;
    vertical-align: super;
    margin-right: 5px;
}

/* ====================================
 *  約款
 * ==================================== */
section.agreement {
	width: 460px;
	margin: auto;
	margin-top: 120px;
}
section.agreement h2 {
	font-size: 17px;
	letter-spacing: .06em;
	margin-bottom: 38px;
	font-weight: bold;
	text-align: center;
}

section.agreement .agreement__list {
	text-align: left;
	overflow: hidden;

}
section.agreement .agreement__list li {
    list-style-type: disc;
    font-size: 12px;
}
section.agreement .agreement__list li:nth-child(odd) {
	width: 45%;
	float: left;
	margin-left: 5%;
}
section.agreement .agreement__list li:nth-child(even) {
	width: 40%;
	float: right;
}
section.agreement .agreement__list li a {
	display: block;
	padding: 9px 0;
}

/*------------------------------------------------------------
        pagePath 2022.05
------------------------------------------------------------*/
.top #pagePath li{
    color: #000 !important;
}
.top #pagePath li a{
    color: #000 !important;
}
.top #pagePath li + span{
    color: #000 !important;
}
.top #pagePath{
    padding-top: 0 !important;
    position: absolute;
    top: 90px;
    z-index: 9;
}