#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;
}

.travel {
	padding: 0 !important;
}

.section__title {
	margin-bottom: 54px;
}

.section__headline {
	margin-bottom: 52px;
}

.section__note {
	margin-bottom: 17px;
	font-size: 14px;
}

.section__note span {
	margin-top: 5px;
	display: block;
	font-size: 22px;
	font-weight: 600;
	line-height: 1.636;
	letter-spacing: 1px;
}

.section__txt {
	color: rgb(68, 68, 68);
	font-size: 12.5px;
	line-height: 1.97;
	text-align: center;
	letter-spacing: 1.3px;
}

.section__txt span {
	margin-top: 6px;
	display: block;
	font-size: 10px;
	line-height: 1.75;
	letter-spacing: 0;
}
.present .section__txt {
	font-size: 11px;
}

.section__headline::after {
	bottom: -19px;
}

.whiteBg {
    background: #fff;
}

.firstview {
    margin-bottom: 0;
    border: 5px solid #fff;
	padding: 5px 0 80%;
	text-align: center;
	position: relative;
	border-top: none;
}

.firstBgBox {
    position: fixed;
    z-index: -1;
    left: 5px;
    top: 5px;
    right: 5px;
}

.firstBgBox img {
    display: block;
    width: 100%;
}

.firstview h1 {
	margin-top: 11px;
	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 h1 {
    top: 12%;
    opacity: 1;
}

.firstview h1 span {
	margin-top: 7px;
	color: #47382a;
	display: block;
	font-size: 70px;
	letter-spacing: -5px;
}

.firstview h1 img {
	width: 222px;
}

.special {
    padding-top: 77px;
	margin: 0 auto;
	max-width: 900px;
	position: relative;
}

.special .section__note span {
	letter-spacing: 4px;
}

.special .flowerImg {
	width: 98px;
	position: absolute;
	right: 20px;
	top: -38px;
}

.special .flowerImg img {
	width: 100%;
}

.special .flowerImg01 {
	width: 55px;
	right: auto;
	left: 17px;
	top: 18px;
}

.special .photoUl {
    overflow: hidden;
}

.special .photoUl li {
	width: 50%;
	float: left;
}

.special .photoUl li img {
	width: 100%;
}

.present {
	margin-bottom: 0;
	padding-bottom: 89px;
	background-color: #fff;
	position: relative;
	transition: background 2s cubic-bezier(0.23, 1, 0.32, 1);
}

.present.gray.show {
	background-color: #f1f9f9;
}

.present .section__title {
	margin-bottom: 20px;
	position: relative;
	top: -23px;
}

.present .section__headline {
	margin-bottom: 47px;
	font-size: 35px;
}

.present .section__headline::after {
	bottom: -17px;
}

.present .section__note {
	margin-bottom: 17px;
	letter-spacing: 1.8px;
}

.present .photoUl {
	margin: 0 auto;
	max-width: 900px;
}

.present .whiteBox {
	padding: 44px 25px 42px;
	margin: 0 25px;
	position: relative;
	background-color: rgba(255,255,255,0.7);
	box-sizing: border-box;
}

.present .whiteBox .textImg {
	width: 122px;
	position: absolute;
	left: -6px;
	top: -21px;
}

.present .whiteBox .textImg span {
    display: block;
    width: 0;
    overflow: hidden;
    transition: width 1.5s ease;
}

.present .whiteBox .textImg.visible span {
    width: 100%;
}

.present .whiteBox .textImg span img {
    display: block;
    width: 122px;
    height: 60px;
}

.present .photoUl li {
	margin-bottom: 33px;
}

.present .photoUl li:last-child {
	margin-bottom: 0;
}

.present .photoUl .plan {
	padding: 0;
	margin-bottom: 15px;
	width: 100%;
	display: table;
}

.present .photoUl .plan > span {
	display: table-cell;
	text-align: left;
	vertical-align: middle;
}

.present .photoUl .plan > span:first-child {
	padding-top: 4px;
	width: 50px;
}

.present .photoUl .plan > span:first-child img {
	width: 100%;
}

.present .photoUl .plan .txt {
	padding-left: 12px;
	font-size: 12px;
	letter-spacing: -1px;
}

.present .photoUl .plan .txt span {
	margin-bottom: 11px;
	display: block;
	font-size: 15.5px;
	font-weight: 600;
	letter-spacing: -0.5px;
}

.present .photoUl .photoBox {
	margin-bottom: 7px;
}
.present .photoUl .photoBox img {
	width: 100%;
}

.present .photoUl .text {
	font-size: 17px;
	line-height: 1.1;
	letter-spacing: -1px;
}

.present .photoUl .text span {
	display: block;
	color: rgba(68, 68, 68, 0.749);
	font-size: 11.5px;
	font-weight: normal;
	line-height: 1.792;
	letter-spacing: 0.5px;
	text-transform: uppercase;
}

.hotel .whiteBg {
	padding-top: 46px;
	padding-bottom: 61px;
}

.hotel .section__title {
	padding-bottom: 51px;
	margin-bottom: 0;
	width: 100%;
	text-align: center;
}

.hotel .section__headline {
	margin-bottom: 0;
}

.hotel .section__title__word {
	margin-bottom: -6px;
	font-size: 60px;
	line-height: 1.5;
}

.hotel .section__note {
	margin-bottom: 0;
	font-size: 13.5px;
	line-height: 1.929;
	letter-spacing: 2.2px;
}

.hotel .section__headline::after {
	display: none;
}

.hotel .photoUl {
	margin: 0 25px;
}

.hotel .photoUl > li {
	margin-bottom: 58px;
	text-align: center;
}

.hotel .photoUl > li:last-child {
	margin-bottom: 0;
}

.hotel .photoUl > li .photoBox {
	margin-bottom: 31px;
}

.hotel .photoUl > li .photoBox img {
	width: 100%;
}

.hotel .photoUl > li .textBox p {
	color: rgb(51, 51, 51);
	font-size: 12px;
	line-height: 1.956;
	text-align: center;
	letter-spacing: 0.8px;
}

.hotel .photoUl > li .textBox .icon {
	margin-bottom: 7px;
}

.hotel .photoUl > li .txtP  {
	margin-bottom: 12px;
	font-size: 12px;
	line-height: 3.2;
	text-align: center;
	letter-spacing: 0.8px;
}

.hotel .photoUl > li .textBox .ttl {
	margin: 0 -15px 15px -15px;
	font-size: 18px;
	font-weight: 600;
	line-height: 1.833;
	text-align: center;
	letter-spacing: 1.5px;
}

.hotel .photoUl > li .textBox .txtP2 {
    text-align: left;
    letter-spacing: .3px;
    margin-bottom: 34px;
}

.hotel .photoUl .photoList li {
	margin: 0 11px;
	width: 17.7%;
	display: inline-block;
	position: relative;
	cursor: pointer;
}

.hotel .photoUl .photoList li a {
	display: inline-block;
	position: relative;
	margin: 0 auto;
	transition: .3s all;
	overflow: hidden;
}

.hotel .photoUl .photoList li a img {
	transform: scale(1);
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transition: all ease-out 0.5s;
	-webkit-transition: all ease-out 0.5s;
	-ms-transition: all ease-out 0.5s;
	opacity: 1;
}

.hotel .photoUl .photoList .on img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
}

.hotel .photoUl .photoList .on:before,
.hotel .photoUl .photoList li.touch:before {
	border: 4px solid #E4DAD7;
	position: absolute;
	top: -1px;
	left: -1px;
	right: -1px;
	bottom: -1px;
	content: "";
	box-sizing: border-box;
	z-index: 10;
}

.hotel .photoUl .photoList {
	margin: 0 -11px 58px;
	text-align: center;
}

.hotel .photoUl .photoList li img {
	display: block;
	margin: 0 auto;
	width: 100%;
}

.maps {
	margin-bottom: 0;
}

.maps .wrapMapItems {
	position: relative;
}

.maps .section__title {
	position: absolute;
	right: 21.3%;
	top: 8.3%;
	z-index: 99;
}

.maps .section__headline {
	margin-bottom: 31px;
	font-size: 37px;
}

.maps .section__note {
	font-size: 13.5px;
	letter-spacing: 2px;
	line-height: 1.926;
}

.maps .section__headline::after {
	bottom: -16px;
}

.maps .wrapMapItems .mapImg img {
	width: 100%;
}

.maps img {
	width: 100%;
}

.maps .img {
	transform: none;
}

.maps .img01 {
	width: 8.5%;
	position: absolute;
	right: 52.15%;
	top: 53.75%;
}

.maps .img02 {
	width: 20.1%;
	position: absolute;
	right: 8.6%;
	top: 26.95%;
}

.maps .img03 {
	width: 35.8%;
	position: absolute;
	left: 6.9%;
	top: 69.6%;
}

.maps .img04 {
	width: 9.8%;
	position: absolute;
	right: 5.9%;
	top: 4.6%;
}

.maps .img05 {
	width: 9.85%;
	position: absolute;
	left: 4.95%;
	top: 12.85%;
}

.maps .img06 {
	width: 18.4%;
	position: absolute;
	right: 5.7%;
	top: 55.1%;
}

.maps .img07 {
	width: 12%;
	position: absolute;
	top: 31.2%;
	left: 27.9%;
	z-index: 1;
}

.maps .img08 {
	width: 12%;
	position: absolute;
	top: 33.7%;
	left: 32.2%;
}

.maps .mapTxt {
	width: 22px;
	min-height: 31px;
	color: #fff;
	font-size: 13px;
	position: absolute;
	text-align: center;
	background: url(/wp-content/themes/arluis/assets/images/travel/hawaii/img_guide_10.png) no-repeat center top;
	background-size: 100% 100%;
	box-sizing: border-box;
	z-index: 1;
}

.maps .mapTxt.touch a {
	opacity: 0.7;
}

.maps .mapTxt a {
	padding-top: 7px;
	color: #fff;
	display: block;
	font-weight: 500;
}

.maps .mapTxt01 {
	right: 6%;
	top: 68%;
}

.maps .mapTxt02 {
	left: 24.5%;
	top: 40.7%;
}

.maps .mapTxt03 {
	left: 8.5%;
	top: 41.9%;
}

.maps .mapTxt04 {
	left: 11.8%;
	top: 40.2%;
}

.maps .mapTxt05 {
	right: 24.3%;
	top: 65.7%;
}

.maps .iconSpan {
    display: inline-block;
}

.maps .iconSpan:before {
	width: 4px;
	height: 4px;
	border-radius: 8px;
	background-color: #828181;
	position: absolute;
	left: 59px;
	top: 3px;
	content: "";
}

.maps .txt {
	color: #767470;
	font-size: 10px;
	position: absolute;
	line-height: 1.1;
	letter-spacing: -0.3px;
}

.maps .txt01 {
	left: 55%;
	top: 38.9%;
	transform: rotate(21.5deg);
}

.maps .txt02 {
	left: -0.3%;
	top: 39.1%;
	transform: rotate(53.5deg);
}

.maps .txt03 {
	left: 65.3%;
	top: 43.8%;
	transform: rotate(21.5deg);
}

.maps .txt04 {
	left: 52.5%;
	top: 53.7%;
	transform: rotate(65deg);
}

.maps .txt05 {
	display: none;
	right: 13.2%;
	top: 31.35%;
	transform: rotate(-50.5deg);
}

.maps .txt06 {
	display: none;
	right: 14.8%;
	top: 39.4%;
	transform: rotate(0.5deg);
}

.maps .txt07 {
	display: none;
	right: 24.7%;
	top: 71.75%;
	transform: rotate(25deg);
}

.maps .txt08 {
	display: none;
	top: 21.5%;
	left: 35.7%;
}

.maps .txt09 {
	left: 4.8%;
	top: 50.1%;
	width: 19%;
	text-align: right;
}

.maps .txt09 .iconSpan::before {
	left: 107%;
	top: 9px;
}

.maps .txt10 {
	display: none;
	left: 27%;
	top: 40.8%;
}

.maps .txt10 .iconSpan::before {
	left: auto;
	top: 4px;
	right: -19px;
}

.maps .txt11 {
	top: 65.9%;
	left: 24%;
}

.maps .txt11 .iconSpan::before {
	left: auto;
	top: 3px;
	right: -8px;
}

.maps .txt12 {
	top: 68.9%;
	left: 31.1%;
	width: 32%;
	text-align: right;
}

.maps .txt12 .iconSpan::before {
	left: auto;
	top: 4px;
	right: -8px;
}

.maps .txt13 {
	right: 19.5%;
	top: 74%;
}

.maps .txt14 {
	right: 8.3%;
	top: 76.1%;
	width: 11%;
	text-align: center;
}

.maps .txt14 .iconSpan02:before {
	bottom: 112%;
	opacity: 0.42;
}

.maps .iconSpan02 {
	display: inline-block;
}

.maps .iconSpan02:before {
	width: 13px;
	height: 18px;
	position: absolute;
	left: 13px;
	bottom: 109%;
	background: url(/wp-content/themes/arluis/assets/images/travel/hawaii/icon_maps.png) no-repeat left top;
	background-size: 100% 100%;
	content: '';
	opacity: 0.45;
}

.maps .text {
	color: rgb(51, 51, 51);
	font-size: 10px;
	position: absolute;
	line-height: 1.118;
	font-weight: 500;
	text-transform: uppercase;
}

.maps .text01 {
	display: none;
	left: 8.5%;
	top: 19.6%;
}

.maps .text02 {
	left: 33.5%;
	top: 46.7%;
	font-size: 12px;
	width: 14%;
	text-align: center;
	letter-spacing: 1px;
}

.maps .text03 {
	left: 69%;
	top: 48.7%;
	width: 16%;
	text-align: center;
	font-size: 12px;
}

.maps .text04 {
	left: 60.9%;
	top: 61.6%;
	font-size: 12px;
}

.maps .photoUl {
	margin: -12.35% 0 0;
	text-align: center;
}

.maps .photoUl li {
	margin: 0 0.9% 24px;
	width: 27%;
	position: relative;
	display: inline-block;
	vertical-align: top;
}

.maps .photoUl .top__img img {
	-webkit-transition: 1s cubic-bezier(0.165, 0.84, 0.44, 1);
	transition: 1s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.maps .photoUl li.touch a .top__img img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.maps .photoUl li:last-child {
	margin-right: 0;
}

.maps .photoUl li img {
	width: 100%;
}

.maps .photoUl li .mapTxt {
	padding-top: 5px;
	width: 19px;
	min-height: 26px;
	font-size: 13.5px;
	left: 4px;
	top: -16px;
	z-index: 5;
}

.maps .photoUl li .en {
	margin-top: 7px;
	font-size: 11px;
	color: rgb(51, 51, 51);
	line-height: 1.318;
	text-align: center;
	letter-spacing: -0.1px;
}

.trip {
	margin-bottom: 86px;
	padding: 65px 20px 13px;
	background: #fff;
}

.trip .section__title  {
	margin-bottom: 32px;
}

.trip .section__headline {
	margin-bottom: 0;
}

.trip .section__headline::after {
	display: none;
}

.travelList {
	margin-bottom: 38px;
}

.travel__box {
	background-color: #F4FAFA;
}

.travelList__item {
	margin-top: 10px;
	padding: 13px 22px 14px 0px;
	width: 50%;
	text-align: center;
	float: left;
	position: relative;
	box-sizing: border-box;
}

.travelList__item:before {
	width: 94.3%;
	height: 1px;
	position: absolute;
	bottom: -1px;
	left: 0;
	content: "";
	background: #eeeeee;
}

.travelList__item:after {
	width: 1px;
	height: 90%;
	position: absolute;
	right: -1px;
	top: 0;
	content: "";
	background: #eeeeee;
}

.travelList__item:nth-child(2n) {
	padding-right: 0;
	padding-left: 22px;
}

.travelList__item:nth-child(2n):after {
	display: none;
}

.travelList__item:nth-child(2n):before {
	left: auto;
	right: 0;
}

.travelList__item.last:before {
	display: none;
}

.travelList__item:nth-child(1),
.travelList__item:nth-child(2) {
	padding-top: 6px;
	padding-bottom: 25px;
}

.travel__icon {
	margin-bottom: 5px;
}

.travel__icon img {
	width: 20px;
}

.travel__mess {
	margin-bottom: 11px;
	font-size: 12px;
	letter-spacing: 1px;
}

.travel__word {
	font-size: 17px;
	font-weight: bold;
}

.weather {
	padding: 0 25px 103px;
}

.weather .wd__inir {
	margin-bottom: 47px;
	font-size: 13px;
	line-height: 1.9;
	letter-spacing: .05em;
	text-align: justify;
}

.weather .section__title {
	margin-bottom: 32px;
}

.weather .section__headline {
	margin-bottom: 0;
}

.weather .section__headline:after {
	display: none;
}

.wd__table {
	margin: 0 -25px;
	overflow-x: scroll;
	overflow-y: hidden;
}

.wd__table img {
    margin: 0 25px;
    width: auto !important;
    height: 253px !important;
	padding-bottom: 5px;
}

.photo {
    margin-bottom: 0;
	padding-bottom: 80px;
}

.photo .inner {
	padding-bottom: 143.2%;
	margin-bottom: 63px;
	min-height: 537px;
	position: relative;
	box-sizing: border-box;
}

.photo .inner img {
	width: 100%;
}

.photo .img01 {
	width: 38.66%;
	position: absolute;
	left: 0;
	top: 0;
}

.photo .img02 {
	width: 60%;
	position: absolute;
	left: 33.4%;
	top: 4.7%;
	z-index: 1;
}

.photo .img03 {
	width: 36.27%;
	position: absolute;
	left: auto;
	top: 51.3%;
	right: 0;
}

.photo .img04 {
	width: 46.66%;
	position: absolute;
	left: 6.6%;
	top: auto;
	bottom: 8.2%;
}

.photo .img05 {
	width: 28.6%;
	position: absolute;
	left: auto;
	top: auto;
	right: 23.2%;
	bottom: 0;
}

.travel__box {
	padding: 36px 20px 12px;
}

.travel__word span {
	display: inline-block;
	font-size: 150%;
}

.travel__word.travel__word__01 span {
	padding: 0px 4px;
}

.travel__box {
	margin: 0 5px;
	padding: 37px 20px 12px 10px;
	box-sizing: border-box;
}

.hawaii .travel__box {
	background: #f4fafa;
}

.guam .travel__box {
	background: #f2f8fd;
}

.bali .travel__box {
	background: #fbf9f6;
}

.travel__q {
	width: 80px;
	font-size: 12px;
	font-weight: bold;
	float: left;
	line-height: 1.7;
	text-align: right;
	letter-spacing: 1.5px;
}

.travel__a {
	margin-bottom: 16px;
	margin-left: 100px;
	font-size: 12px;
	line-height: 1.8;
	letter-spacing: .01em;
	text-align: justify;
}

.weather {
	margin-bottom: 0;
	padding: 0 25px 88px;
	background: #fff;
}

.mask {
    position: fixed;
    z-index: 10001;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .8);
    visibility: hidden;
    opacity: 0;
    transition: visibility .3s ease, opacity .3s ease;
}

.showPop .mask {
    visibility: visible;
    opacity: 1;
    transition: visibility .6s ease, opacity .6s ease;
}

.popBox {
    position: fixed;
    z-index: 10002;
    left: 0;
    top: 50px;
    width: 100%;
    height: 100%;
    overflow-y: auto;
    visibility: hidden;
    opacity: 0;
    transition: visibility .3s ease, opacity .3s ease, top .3s ease;
}

.showPop .popBox {
    top: 0;
    visibility: visible;
    opacity: 1;
    transition: visibility .6s ease, opacity .6s ease, top .6s ease;
}

.popBox .spWrap {
    padding: 86px 0 67px;
}

.popBox .close {
    float: right;
    position: relative;
    margin-right: 7%;
    right: -8px;
    top: -38px;
    z-index: 300;
    width: 40px;
    height: 40px;
}

.popBox .close a {
    display: block;
    width: 40px;
    height: 40px;
}

.popBox .close span {
    position: absolute;
    left: 12px;
    top: 20px;
    color: #fff;
    display: block;
    height: 1px;
    width: 20px;
    background-color: #fff;
    transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
}

.popBox .close .span01 {
    position: absolute;
    left: 12px;
    top: 20px;
    color: #fff;
    display: block;
    height: 1px;
    width: 20px;
    background-color: #fff;
    transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
}

.popBox .pageList li a svg {
	fill:#fff;
	width: 9px;
	height: 15px;
}

.popBox .popInner {
    position: relative;
    margin: 0 auto;
    width: 86.5%;
    background-color: #fff;
}

.popBox .pop {
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    transition: visibility .3s linear, opacity .3s linear;
}

.showPop .popBox .pop {
    transition: visibility .3s linear, opacity .3s linear;
}

.popBox .pop.on {
    opacity: 1;
    visibility: visible;
}

.popBox .photoBox {
   margin-bottom: 47px;
}

.popBox .photoBox img {
    width: 100%;
}

.popBox .textBox {
    margin: 0 23px;
    padding-bottom: 52px;
    position: relative;
    font-size: 12.5px;
    line-height: 2;
}

.popBox .textBox .ttl {
    margin-bottom: 19px;
    font-size: 11px;
    color: #333;
}

.popBox .textBox .ttl span {
    margin-bottom: 10px;
    display: block;
    font-size: 29px;
    line-height: 1;
}

.popBox .pageList {
    margin-top: 13px;
    text-align: center;
}

.popBox .pageList li {
    padding: 0 14px;
    display: inline;
	color: #868885;
    font-size: 12px;
    visibility: visible;
    opacity: 1;
    transition: visibility .3s ease, opacity .3s ease;
}

.popBox .pageList li .pop-1-slider-next,
.popBox .pageList li .pop-1-slider-prev {
	padding-top: 7px;
}

.popBox .pageList li.disabled {
    visibility: hidden;
    opacity: 0;
}

.popBox .pageList li a {
    font-size: 12px;
    height: 30px;
    width: 30px;
    color: #fff;
    line-height: 1;
    display: inline-block;
    padding: 7px 5px 11px 4px;
    text-align: center;
    border-radius: 50%;
    -webkit-transition: .3s all;
    transition: .3s all;
	box-sizing: border-box;
}

.popBox .pageList li .pop-1-slider-next {
	    padding: 7px 4px 11px 6px;
}

.popBox .pageList li span {
    color: #fff;
    margin: 0 5px;
}

.popBox .pageList li a:hover {
    background: rgba(0,0,0, .5);
}

#hawaii .btn a:hover {
	opacity: 1 !important;
	background: #715348;
}

.bottom__link {
    padding-bottom: 66px;
    background: #fff;
}

@media all and (max-width: 374px){
	.weather {
		padding: 0 30px 103px;
	}

	.travel__word {
		font-size: 15px;
	}
}

@media all and (max-width: 350px){
	.maps .text {
		font-size: 10px;
	}

	.maps .txt {
		font-size: 8px;
	}

	.special .section__title {
		margin: 0 10px 54px;
	}

	.hotel .photoUl li .textBox .ttl {
		font-size: 16px;
	}

	.hotel .photoUl li .textBox .note {
		letter-spacing: 0;
		font-size: 11px;
	}

	.present .photoUl .plan .txt span {
		font-size: 13.5px;
	}

	.present .whiteBox {
		padding: 43px 10px 42px;
	}
}

@media all and (min-width: 430px) and (max-width: 460px) {
	.maps .txt01 {
		top: 38.5%;
	}

	.maps .txt03 {
		top: 43.4%;
	}

	.maps .txt04 {
		left: 53.7%;
	}
}

@media all and (min-width: 461px) and (max-width: 519px) {
	.maps .txt01 {
		top: 38.3%;
	}

	.maps .txt02 {
		 top: 38.5%;
	}

	.maps .txt03 {
		top: 43.3%;
	}

	.maps .txt04 {
		left: 54.5%;
	}

}

@media all and (min-width: 520px) and (max-width: 767px) {
	.maps .txt01 {
		top: 38%;
	}

	.maps .txt02 {
		top: 37.8%;
	}

	.maps .txt03 {
		top: 43.2%;
	}

	.maps .txt04 {
		left: 55.2%;
	}
}

@media all and (min-width: 540px) and (max-width: 767px) {
	.maps .txt04 {
		left: 55.25%;
		width: 15%;
	}
}

@media all and (min-width: 580px) and (max-width: 767px) {
	.maps .txt01 {
		top: 37.8%;
	}

	.maps .txt01 {
		top: 37.5%;
	}

	.maps .txt03 {
		top: 43%;
	}
}

@media all and (min-width: 630px) and (max-width: 767px) {
	.maps .txt02 {
		top: 37.2%;
	}
}

@media all and (min-width: 700px) and (max-width: 767px) {
	.maps .txt01 {
		top: 37.6%;
	}
}

@media all and (min-width: 740px) and (max-width: 767px) {
	.maps .txt02 {
		top: 36.8%;
	}
}
