#gHeader {
	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;
}

.area .linkUl li.soon a #gHeader {
	opacity: 1;
	transition: opacity 1s cubic-bezier(0.23, 1, 0.32, 1),background .3s ease;
}

.section__title {
	margin-bottom: 36px;
}

.section__headline {
	margin-bottom: 38px;
	font-size: 37px;
}

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

.section__note {
	letter-spacing: 2.1px;
}

nav .navbar_toggle_icon {
	background: #48322a;
}
.scrolled nav .navbar_toggle_icon {
	background: #48322a;
}

.fadeIn .headLine svg {
    fill: #48322a;
    transition: fill 1s cubic-bezier(0.23, 1, 0.32, 1);
}

.fadeIn .headLine svg .cls-2 {
	stroke: #48322a;
}

.scrolled .headLine svg {
    fill: #48322a;
}

.scrolled .headLine svg .cls-2 {
	stroke: #48322a;
}

.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/sp_main_img.jpg);
}

.firstview .textBox {
	width: 100%;
	position: absolute;
	left: 0;
	top: 25%;
    opacity: 0;
	text-align: center;
    transition: top 1.1s ease .4s, opacity 1.1s ease .4s;
}

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

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

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

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

.firstview .textBox .title p {
	margin: 45px 0 0;
	font-size: 17.5px;
	color: rgb(68, 68, 68);
	line-height: 1.943;
	letter-spacing: 3px;
	position: relative;
	text-transform: uppercase;
}

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

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

.banner__top {
	text-align: center;
    width: 100%;
    padding-top: 30px;
    background: #fff;
    margin-bottom: 30px;
}

.banner__top img {
	width: 80%;
}

.intro .text {
	padding: 0 5px;
	text-align: center;
}

.intro .text p {
	margin-top: 33px;
	margin-bottom: 33px;
	font-size: 13px;
	color: rgb(51, 51, 51);
	line-height: 2.423;
	letter-spacing: 0.8px;
}

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

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

.area .linkUl {
	margin-top: -5px;
}

.area .linkUl li {
	margin-top: 5px;
	width: 100%;
	position: relative;
	float: left;
}

.area .linkUl li:nth-child(2n) {
	float: right;
}

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

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

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

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

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

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

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

.area .linkUl li.touch a .top__img .scale {
	transform: scale(1.05);
	-webkit-transform: scale(1.05);
	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.touch a .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: 2px;
	display: block;
	font-size: 10px;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.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.6);
	content: '';
}

.area .more svg {
	margin: 0;
	fill: rgb(71, 56, 42);
}

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

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

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

.promise .section__headline {
	margin-bottom: 29px;
	font-size: 32px;
}

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

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

.promise .textUl li {
	margin-bottom: 46px;
}

.promise .textUl li:last-child {
	margin-bottom: 0;
}

.promise .textUl li .icon {
	margin: 0 auto 6px;
	width: 110px !important;
}

.promise .textUl li .icon img {
	width: 110px !important;
}

.promise .textUl li.guest .icon {
	margin-bottom: 14px;
}

.promise .textUl li p {
	margin: 0 30px 0 39px;
	font-size: 12px;
	color: rgb(51, 51, 51);
	line-height: 1.875;
	text-align: justify;
}

.promise .textUl li .ttl {
	margin: 0 0 16px;
	font-size: 14.5px;
	font-weight: 600;
	color: rgb(68, 68, 68);
	line-height: 1.931;
	letter-spacing: 1.5px;
	text-align: center;
}

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

.fullBox {
    position: relative;
    padding-bottom: 69%;
    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/sp_img_promise01.jpg') no-repeat center;
    background-size: cover;
}

.fullBox .textImg {
    position: absolute;
    width: 164px;
    right: 9px;
    bottom: 23px;
}

.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: 164px;
    height: 96px;
}

.pallarax {
	padding: 67px 0 103px;
}

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

.pallarax .section__headline {
	font-size: 36px;
}

.pallarax .section__note {
	font-size: 13px;
}

.pallarax .textBox {
	text-align: center;
}

.pallarax .textBox p {
	font-size: 12.5px;
	line-height: 1.918;
 	color: rgb(51, 51, 51);
	text-align: left;
}

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

.pallarax .textBox h4 {
	margin-bottom: 25px;
	font-size: 18px;
	font-weight: bold;
	color: rgb(51, 51, 51);
	line-height: 1.722;
	letter-spacing: 2px;
	text-align: center;
}

.counseling {
	margin: 0 39px 66px;
}

.counseling .textBox {
	margin-bottom: 37px;
}

.support  {
	margin: 0 39px 53px;
}

.support .photo {
	margin: 12px -27px 0 0;
	text-align: right;
}

.support .photo img {
	width: 79% !important;
	height: auto !important
}

.dinner {
	margin-bottom: 70px;
	min-height: 859px;
	position: relative;
}

.dinner .textBox {
	padding: 0 39px 39px;
	width: 94.7%;
	position: relative;
    top: 8%;
	z-index: 1;
	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: 16.5%;
	width: 100%;
	height: 500px;
	background: url("/wp-content/themes/arluis/assets/images/travel/index/sp_img_pallarax01.jpg") no-repeat center center;
	background-size: 100% auto;
}

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

.activity {
	margin-bottom: 162px;
}

.activity .textBox {
	margin: 0 39px 39px;
}

.activity .textBox .title  {
	margin-bottom: 18px;
}

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

.activity .photoUl {
	margin: -1px 10px 0;
}

.activity .photoUl li:nth-child(2n) {
	float: right;
}

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

.activity .photoUl li {
	margin-top: 0;
	width: 49.72%;
	float: left;
    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;
}

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

.stay {
	padding: 0 0 122.6%;
	position: relative;
	background: url(/wp-content/themes/arluis/assets/images/travel/index/sp_img_pallarax02.jpg) no-repeat top center;
	background-size: cover;
}

.stay .textBox {
	position: absolute;
	padding: 15px 41px 58px 43px;
	width: 95%;
	top: -108px;
	right: 0;
	box-sizing: border-box;
	background-color: rgba(255,255,255,0.92);
}

.pallarax .stay .textBox .title {
	margin-bottom: 16px;
}

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

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

.pallarax .stay .textBox .link span {
	margin: -1px 9px 0 0;
	width: 18px;
	display: inline-block;
	overflow: hidden;
}

.pallarax .stay .textBox .link.touch a 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);
}


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

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

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

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

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

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

.tel__num {
    text-align: center;
    font-size: 2.5rem;
    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 {
	margin-top: 80px;
}
section.agreement h2 {
	font-size: 16px;
	letter-spacing: .06em;
	margin-bottom: 24px;
	font-weight: bold;
	text-align: center;
}

section.agreement .agreement__list {
	text-align: left;
	width: 200px;
	margin: auto;

}
section.agreement .agreement__list li {
    list-style-type: disc;
    font-size: 12px;
	margin-left: 5%;
}
section.agreement .agreement__list li a {
	display: block;
	padding: 8px 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: 60px;
    width: 100%;
    z-index: 9;
}