@charset "utf-8";


html,
body  {
	 height: 100%;
}

#container {
	width: 100%;
	margin-top: -16px;
}

#main_visual {
	width: 100%;
	height: 100%;
	background: url(../img/top/bg_top.jpg) no-repeat 50% 0;
	background-size: cover;
}

.kenburns-bottom {
	-webkit-animation: kenburns-bottom 4s ease-out both;
	        animation: kenburns-bottom 4s ease-out both;
}

/* ----------------------------------------------
 * Generated by Animista on 2019-4-18 11:19:25
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation kenburns-bottom
 * ----------------------------------------
 */
@-webkit-keyframes kenburns-bottom {
  0% {
    -webkit-transform: scale(1) translateY(0);
            transform: scale(1) translateY(0);
    -webkit-transform-origin: 50% 84%;
            transform-origin: 50% 84%;
  }
  100% {
    -webkit-transform: scale(1.1) translateY(15px);
            transform: scale(1.1) translateY(15px);
    -webkit-transform-origin: bottom;
            transform-origin: bottom;
  }
}
@keyframes kenburns-bottom {
  0% {
    -webkit-transform: scale(1) translateY(0);
            transform: scale(1) translateY(0);
    -webkit-transform-origin: 50% 84%;
            transform-origin: 50% 84%;
  }
  100% {
    -webkit-transform: scale(1.1) translateY(15px);
            transform: scale(1.1) translateY(15px);
    -webkit-transform-origin: bottom;
            transform-origin: bottom;
  }
}


#second {
  width: 100vw;
  height: 1000px;
  background-position:center center;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

#txtAnim{
    color: #fff;
    text-align: left;
    font-family: serif;
    top: 28%;
    position: absolute;
    padding: 20;
    left: 6%;
    text-shadow: 0 -1px 1px #fff, 1px 1px 1px #000;
}

#tA01 {
    font-size: 660%;
    font-weight: bold;
    font-family: serif;
}

#tA02 {
    font-size: 280%;
    font-weight: bold;
}

#tA03 {
    font-size: 220%;
    margin-top: 70px;
    line-height: 2;
    font-weight: bold;
}

#tA04 {
	font-size: 24px;
    line-height: 1.8;
}

#tA05 {
	width: 60%;
    text-align: center;
    margin: auto;
}

#txtAnim img {
	width: 100%;
}

/* 画面外にいる状態 */
.fadein {
    opacity : 0.1;
    transform : translate(0, 50px);
    transition : all 800ms;
    }

/* 画面内に入った状態 */
.fadein.scrollin {
    opacity : 1;
    transform : translate(0, 0);
    }

.blur-fadein{
    text-align: center;
    color: transparent;
}
.blur-fadein.active{
    animation: blurFadeIn .3s ease-in forwards;
}
@keyframes blurFadeIn {
    0% {
        opacity: 0;
        text-shadow: #fff 1px 0px 20px ;
    }
    50% {
        opacity: 0.5;
        text-shadow: #fff 1px 0px 10px ;
    }
    100% {
        opacity: 1;
        text-shadow: #fff 0px 0px 0px ;
    }
}
             

#map {
    width: 100%;
    height: 1000px;
    background: url(../img/top/bg_hotelmap_kokunai.jpg) no-repeat 50% 0;
    background-size: cover;
    /* position: absolute; */
    justify-content: center;
    /* margin-top: 1180px; */
    left: 0px;
    /* top: 1692px; */
    display: block;
}

#map2 {
    width: 100%;
    height: 1000px;
    background: url(../img/top/bg_hotelmap.jpg) no-repeat 50% 0;
    background-size: cover;
    /* position: absolute; */
    justify-content: center;
    /* margin-top: 1180px; */
    left: 0px;
    /* top: 1692px; */
    display: block;
}

#map_title_kokunai {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    text-align: center;
        padding-top: 40px;
}

#map_title_kokunai h1 {
    font-size: 400%;
    font-family: serif;
    color: #fff;
    border-bottom: 2px solid #90802B;
    margin-bottom: 20px;
    width: 1200px;
    font-weight: bold;
    text-shadow: 4px 4px 4px #000;
}

#map_title_kokunai h2 {
	font-size: 300%;
    font-family: serif;
    color: #fff;
    font-weight: bold;
    text-shadow: 2px 2px 2px #90802B;
}

#map_title_kokunai p {
    font-size: 250%;
    font-family: serif;
    color: #fff;
    font-weight: bold;
    text-shadow: 2px 2px 2px #90802B;
        margin-top: -10px;
}

#map_title_kaigai h2 {
	font-size: 300%;
    font-family: serif;
    color: #fff;
    font-weight: bold;
    text-shadow: 2px 2px 2px #90802B;
}

#map_title_kaigai p {
    font-size: 250%;
    font-family: serif;
    color: #fff;
    font-weight: bold;
    text-shadow: 2px 2px 2px #90802B;
    margin-top: -10px;
}

#map_title_kaigai {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    text-align: center;
    padding-top: 60px;
}

.wd100 {
	width: 100%;
}

.bg_gray {
	background: url(../img/top/index_bg01.jpg) no-repeat;
    background-size: cover;
    padding: 1px 0;
}

#topContainer2 {
    width: 100%;
    background: #fff;
    /* position: absolute; */
    bottom: 0;
    left: 0;
    margin-top: 0;
    display: block!important;
    /* top: 3950px; */
}

footer {
    width: 100%;
    background: #fff;
    /* position: absolute; */
    /* bottom: 0; */
    /* left: 0; */
    margin-top: 0;
    display: block!important;
    /* top: 3950px; */
}




#logoTop {
	width: 296px;
	height: 106px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -150px 0 0 -148px;
}

.text-focus-in {
    -webkit-animation: text-focus-in 1s cubic-bezier(0.550, 0.085, 0.680, 0.530) both;
            animation: text-focus-in 1s cubic-bezier(0.550, 0.085, 0.680, 0.530) both;
}
/* ----------------------------------------------
 * Generated by Animista on 2018-11-27 15:52:19
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation text-focus-in
 * ----------------------------------------
 */
@-webkit-keyframes text-focus-in {
  0% {
    -webkit-filter: blur(12px);
            filter: blur(12px);
    opacity: 0;
  }
  100% {
    -webkit-filter: blur(0px);
            filter: blur(0px);
    opacity: 1;
  }
}
@keyframes text-focus-in {
  0% {
    -webkit-filter: blur(12px);
            filter: blur(12px);
    opacity: 0;
  }
  100% {
    -webkit-filter: blur(0px);
            filter: blur(0px);
    opacity: 1;
  }
}

.text-focus-in2 {
    -webkit-animation: text-focus-in 2s cubic-bezier(0.550, 0.085, 0.680, 0.530) both;
            animation: text-focus-in 2s cubic-bezier(0.550, 0.085, 0.680, 0.530) both;
}
/* ----------------------------------------------
 * Generated by Animista on 2018-11-27 15:52:19
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation text-focus-in
 * ----------------------------------------
 */
@-webkit-keyframes text-focus-in {
  0% {
    -webkit-filter: blur(12px);
            filter: blur(12px);
    opacity: 0;
  }
  100% {
    -webkit-filter: blur(0px);
            filter: blur(0px);
    opacity: 1;
  }
}
@keyframes text-focus-in {
  0% {
    -webkit-filter: blur(12px);
            filter: blur(12px);
    opacity: 0;
  }
  100% {
    -webkit-filter: blur(0px);
            filter: blur(0px);
    opacity: 1;
  }
}

@keyframes fadein {
from {
    opacity: 0;
    transform: translateY(20px);
}
to {
    opacity: 1;
    transform: translateY(0);
}
}

#scroll {
	   position: absolute;
    top: 98%;
    left: 50%;
    margin: -150px 0 0px -10px;
}

.scroll_text {
    position: absolute;
    color: #fff;
    font-size: 24px;
    top: 92%;
    left: 50%;
    margin-left: -32px;
    font-family: serif;
    display: inline-block;
    text-shadow: 1px 1px 1px #000;
    margin-top: 4px;
    z-index: 10;
}

.scroll_bgimg {
    position: absolute;
    top: 93%;
    width: 94px;
    left: 50%;
    margin-left: -41px;
}


#scroll span {
  position: absolute;
  top: 88%;
  left: 50%;
  width: 40px;
  height: 40px;
  margin-left: -12px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-animation: sdb 2s infinite;
  animation: sdb 2s infinite;
  opacity: 0;
  box-sizing: border-box;
}
#scroll span:nth-of-type(1) {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}
#scroll span:nth-of-type(2) {
  top: 16px;
  -webkit-animation-delay: .15s;
  animation-delay: .15s;
}
#scroll span:nth-of-type(3) {
  top: 32px;
  -webkit-animation-delay: .3s;
  animation-delay: .3s;
}
@-webkit-keyframes sdb {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes sdb {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

#btnHotelMap {
	margin-top: 360px;
	text-align: right;
}
#btnHotelMap img {
	cursor: pointer;
}
#bnrPHSeries {
	margin-top: 180px;
	text-align: right;
	margin-right: 80px;
}
#bnrPHSeries img {
	cursor: pointer;
}

#btnTop {
	margin-top: 360px;
}
#btnTop img {
	cursor: pointer;
}



/* ホテルマップ
----------------------------------------------------------------------------- */

#hotelMapWrap {
    /* position: absolute; */
    /* top: 160px; */
    /* left: 50%; */
    /* margin-left: -500px; */
}

#map_flex {
    display: flex;
    justify-content: center;
}

#hotelMapWrap .inn {
	width: 1000px;
	overflow: auto;
	position: relative;	
}

#hotelMapWrap h2 {
	position: absolute;
	top: 0;
	left: 15px;
}

#kokunaiMap {
	width: 1200px;
	height: 642px;
	background: url(../img/top/img_hotelmap_kokunai.png) no-repeat 500px 0;
	position: relative;
	margin-top: 40px;
}

#kokunaiMap h3 {
	margin-bottom: 10px;
	margin-left: 15px;
}

#kokunaiMap .anchor_kaigai {
	position: absolute;
	top: 129px;
	left: 225px;	
}

#kokunaiMap .anchor_kaigai a {
	color: #fff;
}
#kokunaiMap .anchor_kaigai a:hover {
	color: #90802b;
}

#markerWrap1 {
	width: 623px;
	height: 642px;
	position: absolute;
	top: 0;
	right: 76px;
}
#markerWrap1.marker01 {
	background: url(../img/top/img_marker01.png) no-repeat 0 0;
}
#markerWrap1.marker02 {
	background: url(../img/top/img_marker02.png) no-repeat 0 0;
}
#markerWrap1.marker03 {
	background: url(../img/top/img_marker03.png) no-repeat 0 0;
}
#markerWrap1.marker04 {
	background: url(../img/top/img_marker04.png) no-repeat 0 0;
}
#markerWrap1.marker05 {
	background: url(../img/top/img_marker05.png) no-repeat 0 0;
}
#markerWrap1.marker06 {
	background: url(../img/top/img_marker06.png) no-repeat 0 0;
}
#markerWrap1.marker07 {
	background: url(../img/top/img_marker07.png) no-repeat 0 0;
}
#markerWrap1.marker08 {
	background: url(../img/top/img_marker08.png) no-repeat 0 0;
}
#markerWrap1.marker09 {
	background: url(../img/top/img_marker09.png) no-repeat 0 0;
}
#markerWrap1.marker10 {
	background: url(../img/top/img_marker10.png) no-repeat 0 0;
}
#markerWrap1.marker11 {
	background: url(../img/top/img_marker11.png) no-repeat 0 0;
}
#markerWrap1.marker12 {
	background: url(../img/top/img_marker12.png) no-repeat 0 0;
}
#markerWrap1.marker13 {
	background: url(../img/top/img_marker13.png) no-repeat 0 0;
}
#markerWrap1.marker14 {
	background: url(../img/top/img_marker14.png) no-repeat 0 0;
}
#markerWrap1.marker15 {
	background: url(../img/top/img_marker15.png) no-repeat 0 0;
}
#markerWrap1.marker16 {
	background: url(../img/top/img_marker16.png) no-repeat 0 0;
}
#markerWrap1.marker17 {
	background: url(../img/top/img_marker17.png) no-repeat 0 0;
}
#markerWrap1.marker18 {
	background: url(../img/top/img_marker18.png) no-repeat 0 0;
}
#markerWrap1.marker19 {
	background: url(../img/top/img_marker19.png) no-repeat 0 0;
}
#markerWrap1.marker30 {
    background: url(../img/top/img_marker30.png) no-repeat 0 0;
}
#markerWrap1.marker31 {
    background: url(../img/top/img_marker31.png) no-repeat 0 0;
}
#markerWrap1.marker32 {
    background: url(../img/top/img_marker32.png) no-repeat 0 0;
}
#markerWrap1.marker33 {
    background: url(../img/top/img_marker33.png) no-repeat 0 0;
}
#markerWrap1.marker34 {
    background: url(../img/top/img_marker34.png) no-repeat 0 0;
}
#markerWrap1.marker35 {
    background: url(../img/top/img_marker35.png) no-repeat 0 0;
}
#markerWrap1.marker36 {
    background: url(../img/top/img_marker36.png) no-repeat 0 0;
}#markerWrap1.marker37 {
    background: url(../img/top/img_marker37.png) no-repeat 0 0;
}


#markerWrap1  ul {
	width: 207px;
	height: 232px;
	position: absolute;
	right: 4px;
	bottom: 3px;
}
#markerWrap1  ul li {
	display: none;
}
#markerWrap1  ul li.active {
	display: block;
	color: #90802b;
}


#kokunaiMap dl {
	font-size: 120%;
	line-height: 2;
	color: #fff;
	width: 270px;
	margin-bottom: 20px;
	margin-left: 15px;
}
#kokunaiMap dl#area04,
#kokunaiMap dl#area07 {
	margin-bottom: 0;
}
#kokunaiMap dl#area05,
#kokunaiMap dl#area06,
#kokunaiMap dl#area07 {
	margin-left: 0;
}

#kaigaiMap dd li,
#kokunaiMap dd li {
	cursor: pointer;
}
#kaigaiMap dd li a,
#kokunaiMap dd li a {
	color: #fff;
}
#kaigaiMap dd li.active a ,
#kokunaiMap dd li.active a {
	color: #90802b;
}
#kaigaiMap dd li:hover,
#kokunaiMap dd li:hover {
	text-decoration: underline;
}

#areaWest {
	position: absolute;
	bottom: 137px;
	left: 225px;
}


/* アンカー
----------------------------------- */

#markerWrap1 ul.anchorCon1 {
	width: 623px;
    height: 392px;
    position: relative;
    top: 0;
    right: 0;
    /*z-index: 100;*/
}

#markerWrap1 ul.anchorCon1 li {
	display: block;
	width: 10px;
	height: 10px;
  z-index: 10;
}

#markerWrap1 ul.anchorCon1 li a {
	position: absolute;
	top: 0;
	left: 0;
	width: 10px;
	height: 10px;
	display: block;
}

#anchorSum01 {
	position: absolute;
	top: 84px;
	left: 414px;
}

#anchorSum02 {
	position: absolute;
	top: 92px;
	left: 446px;
}

#anchorSum03 {
	position: absolute;
	top: 110px;
	left: 404px;
}

#anchorSum04 {
	position: absolute;
	top: 100px;
	left: 394px;
}

#anchorSum05 {
	position: absolute;
	top: 114px;
	left: 390px;
}

#anchorSum06 {
	position: absolute;
	top: 171px;
	left: 369px;
}

#anchorSum07 {
	position: absolute;
	top: 225px;
	left: 377px;
}

#anchorSum08 {
	position: absolute;
	top: 328px;
	left: 376px;
}

#anchorSum09 {
	position: absolute;
	top: 368px;
	left: 365px;
}

#anchorSum10 {
	position: absolute;
	top: 387px;
	left: 362px;
}

#anchorSum18 {
	position: absolute;
	top: 178px;
	left: 75px;
}
#anchorSum19 {
	position: absolute;
	top: 418px;
	left: 368px;
}
#anchorSum30 {
	position: absolute;
	top: 176px;
	left: 360px;
}
#anchorSum31 {
	position: absolute;
    top: 68px;
    left: 180px;
}
#anchorSum32 {
	position: absolute;
	top: 480px;
	left: 242px;
}
#anchorSum33 {
	position: absolute;
	top: 437px;
	left: 367px;
}
#anchorSum34 {
	position: absolute;
	top: 205px;
	left: 70px;
}
#anchorSum35 {
	position: absolute;
	top: 178px;
	left: 64px;
}


/* アンカー2
----------------------------------- */

#markerWrap1 ul.anchorCon2 {
	width: 281px;
    height: 252px;
    position: relative;
    top: 0;
    right: 0;
    /*z-index: 100;*/
    margin-left: 100px;
}

#markerWrap1 ul.anchorCon2 li {
	display: block;
	width: 10px;
	height: 10px;
}

#markerWrap1 ul.anchorCon2 li a {
	position: absolute;
	top: 0;
	left: 0;
	width: 10px;
	height: 10px;
	display: block;
}

#anchorSum11 {
	position: absolute;
  top: 14px;
  left: 176px;
}

#anchorSum12 {
	position: absolute;
	top: 2px;
	left: 213px;
}

#anchorSum13 {
	position: absolute;
	top: 26px;
	left: 203px;
}

#anchorSum14 {
	position: absolute;
	top: 78px;
	left: 125px;
}

#anchorSum15 {
	position: absolute;
	top: 77px;
	left: 99px;
}

#anchorSum16 {
	position: absolute;
	top: 130px;
  left: -1px;
}

#anchorSum17 {
	position: absolute;
  top: 178px;
  left: -31px;
}
#anchorSum36 {
	position: absolute;
    top: 74px;
    left: 144px;
}



/* アンカー海外
----------------------------------- */


#markerWrap2 ul.anchorCon.kaigai {
	width: 213px;
    height: 338px;
    position: relative;
    top: 270px;
    right: 0;
    left: 288px;
    /*z-index: 100;*/
}

#markerWrap2 ul.anchorCon.kaigai2 {
	width: 211px;
    height: 188px;
    position: relative;
    top: 87px;
    right: 0;
    left: 755px;
    /*z-index: 100;*/
}

#markerWrap2 ul.anchorCon li {
	display: block;
	color: #ff0000;
	width: 10px;
	height: 10px;
}

#markerWrap2 ul.anchorCon li a {
	position: absolute;
	top: 0;
	left: 0;
	width: 10px;
	height: 10px;
	display: block;
}

#anchorSum21 {
	position: absolute;
	top: 77px;
	left: 39px;
}

#anchorSum22 {
	position: absolute;
	top: 18px;
	left: 123px;
}

#anchorSum23 {
	position: absolute;
	top: 249px;
	left: 119px;
}

#anchorSum24 {
	position: absolute;
	top: 241px;
	left: 127px;
}

#anchorSum25 {
	position: absolute;
	top: 236px;
	left: 137px;
}

#anchorSum26 {
	position: absolute;
	top: 255px;
	left: 110px;
}

#anchorSum27 {
	position: absolute;
	top: 255px;
	left: 99px;
}

#anchorSum28 {
	position: absolute;
	top: 94px;
	left: 94px;
}

#anchorSum29 {
	position: absolute;
	top: 150px;
	left: 138px;
}

#anchorSum37 {
	position: absolute;
	top: 249px;
	left: 137px;
}


/* 海外マップ
---------------------------------------------------------------------------- */
#kaigaiMap {
	width: 1000px;
	height: 660px;
	background: url(../img/top/img_hotelmap_kaigai.png) no-repeat 15px 0;
	position: relative;
	margin-top: 60px;
}


#markerWrap2 {
	width: 965px;
	height: 640px;
	position: absolute;
	top: 0;
	left: 15px;
}
#markerWrap2.marker21 {
	background: url(../img/top/img_marker21.png) no-repeat 0 0;
}
#markerWrap2.marker22 {
	background: url(../img/top/img_marker22.png) no-repeat 0 0;
}
#markerWrap2.marker23 {
	background: url(../img/top/img_marker23.png) no-repeat 0 0;
}
#markerWrap2.marker24 {
	background: url(../img/top/img_marker24.png) no-repeat 0 0;
}
#markerWrap2.marker25 {
	background: url(../img/top/img_marker25.png) no-repeat 0 0;
}
#markerWrap2.marker26 {
	background: url(../img/top/img_marker26.png) no-repeat 0 0;
}
#markerWrap2.marker27 {
	background: url(../img/top/img_marker27.png) no-repeat 0 0;
}
#markerWrap2.marker28 {
	background: url(../img/top/img_marker28.png) no-repeat 0 0;
}
#markerWrap2.marker29 {
	background: url(../img/top/img_marker29.png) no-repeat 0 0;
}
#markerWrap2.marker37 {
	background: url(../img/top/img_marker37.png) no-repeat 0 0;
}

#markerWrap2  ul {
	width: 207px;
	height: 232px;
	position: absolute;
	top: 428px;
	left: 529px;
}
#markerWrap2  ul li {
	display: none;
}
#markerWrap2  ul li.active {
	display: block;
}


#kaigaiTxt {
	width: 210px;
	position: absolute;
	top: 90px;
	left: 540px;
}

#kaigaiMap h3 {
	margin-bottom: 10px;
}

#kaigaiMap dl {
	font-size: 120%;
	line-height: 2;
	color: #fff;
	width: 200px;
	margin-bottom: 20px;
}

#kaigaiMap dl#area23 {
	position: absolute;
	top: 200px;
	left: 230px;
}



#zm01 {
	position: absolute;
	top: 240px;
	left: 320px;
}
#zm02 {
	position: absolute;
	top: 615px;
	left: 415px;
}





/*------- Magnific Popup CSS -------*/
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80); }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
      color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none; }
button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover, .mfp-close:focus {
    opacity: 1;
    filter: alpha(opacity=100); }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover, .mfp-arrow:focus {
    opacity: 1;
    filter: alpha(opacity=100); }
  .mfp-arrow:before, .mfp-arrow:after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after, .mfp-arrow .mfp-a {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before, .mfp-arrow .mfp-b {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after, .mfp-arrow-left .mfp-a {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
  .mfp-arrow-left:before, .mfp-arrow-left .mfp-b {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after, .mfp-arrow-right .mfp-a {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .mfp-arrow-right:before, .mfp-arrow-right .mfp-b {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
  font-size: 150%;
 }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; }
 }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; }
 }

.mfp-ie7 .mfp-img {
  padding: 0; }
.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px; }
.mfp-ie7 .mfp-container {
  padding: 0; }
.mfp-ie7 .mfp-content {
  padding-top: 44px; }
.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0; }










