@charset "utf-8";



/* ==============================================================
	▼ リセットcss ▼  
=============================================================== */


/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

a{
    text-decoration:none;
}

[data-ruby] {
    position: relative;
}
[data-ruby]::before {
    content: attr(data-ruby);
    position: absolute;
    top: -1em;
    left: 0;
    right: 0;
    margin: auto;
    font-size: 0.5em;
}
/* 以下追加 */
rt {
    display: none;
}
/* ==============================================================
	▼ スクロールセクション ▼ 
=============================================================== */

.section {
  width: 100%;
  height: 100%;
}
.section-content {
  margin: 0 auto;
}


.secton-header-onlytop .first-view{
	position: relative;
}




/* ==============================================================
	▼ スライダーセクション ▼ 
=============================================================== */

/*左右の矢印の色を変える*/
.slick-prev:before,
.slick-next:before {
    color: #000;
}
/*左右の矢印の位置を変える*/
.slick-next {
    right: 20px;
    z-index: 99;
}
.slick-prev {
     left: 15px;
    z-index: 100;
}
/*スライド数のドットの色を変える*/
.slick-dots li.slick-active button:before,
.slick-dots li button:before {
    color: #fff;
}
/*スライド画像の横幅可変*/
img {
    max-width: 100%;
     height: auto;
}
#mainSlide {
	padding: 0;
	margin: 0;
}

.top-bg-area {
/*	position: relative;*/
}

.top-bg-area #mainSlide img {
	height: 100vh;
}




/* ==============================================================
	▼ 共通スタイル ▼ 
=============================================================== */

html{
	font-family: "游明朝", YuMincho, "Yu Mincho", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
	font-weight: 500;
  letter-spacing: 0.08em;
	font-size: 62.5%;
	margin: 0;
	padding: 0;
}


body {
	font-size: 1.4px;
	font-size: 1.4rem;
	line-height: 1.5;
 	overflow-x: scroll;
}


p {
  color: #232323;
  font-size: 16px;
  line-height: 2;
}

.inner {
	max-width: 1000px;
	margin: 0 auto;

}

a img:hover {
	opacity: 0.8;
}






/* ==============================================================
	▼ ヘッダー箇所 ▼
=============================================================== */

.section-header {
  background-color: #fff;
}

#header {
	background-color: #37210b;
	background-image: url(../img/header-bg.png);
	background-repeat: repeat-x;
	background-position: center bottom;
	opacity: 0.9;
	overflow: hidden;
	color: #fff;
	padding: 2% 0;
}


.secton-header-onlytop #header {
    position: absolute;
    top: 0;
    z-index: 1000000000;
    width: 100%;
	
}

#header img {
	float: left;
}

#header h1 {
	float: left;
	line-height: 72px;
	padding-left: 3%;
}

#header p {
	color: #fff;
	float: right;
	font-family: 游ゴシック体, 'Yu Gothic', YuGothic, san-serif;
	line-height: 1.8;
	text-align: right;
	font-size: 1.4rem;
}


#header p span{
    font-size: 2.9rem;
    font-weight: bold;
	font-family: "Yu Mincho", "YuMincho", san-serif;
}

.menu-btn{
	position: relative;
	z-index: 10000;
}

.menu-btn, .menu2 {
	display: none;
	z-index: 10000;
}



/*
	スライダー
===============================================================*/


.top-bg-area img {
	display: block;
	width: 100%;
	margin: 0 auto;
}

.top-bg-area p {
	position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 80%;
    height: 7rem;
    z-index: 1000;
    text-align: center;
    font-size: 2.6rem;
	color: #fff;
}






/*
	ナビゲーション
===============================================================*/

#nav {
	background: #fff;
	width: 100%;
}

.secton-header-onlytop .first-view #nav {
    position: absolute;
    bottom: 0;
    opacity: 0.8;
	z-index: 10000;
}



#nav ul {
	overflow: hidden;
}

#nav ul li {
	width: 20%;
	float: left;
	text-align: center;
}

#nav ul span {
	font-size: 1.5rem;
	font-family: "Yu Mincho", "YuMincho", san-serif;
	color: #000000;
	display: block;
	padding-top: 4px;
}

#nav ul a{
	transition: all .3s ease;
	display: block;
	font-size: 1.1rem;
	font-weight: bold;
	font-family: 游ゴシック体, 'Yu Gothic', YuGothic, san-serif;
	color: #730328;
	padding: 18px 0 25px;
	transition: ease .3s;
}

#nav ul a:hover{
	background: #996633;
	background-clip: border-box;
	color:#eddbaa !important;
}

#nav ul a:hover span{
	color:#ffffff !important;
}









/* ==============================================================
	▼ メッセージ箇所 ▼
=============================================================== */

.section-message .section-content{
	background-image: url(../img/message_deco_left.png),url(../img/message_deco_right.png);
	background-position: center left,center right;
	background-repeat: no-repeat,no-repeat;
	width: 95%;
	margin: 0 auto;
}

.section-message .section-content h2 img{
	max-width: 651px;
    width: 100%;
}

.message-box-area {
	overflow: hidden;
	width: 70%;
	margin: 0 auto;
	padding-bottom: 10%;
}

.section-message {
	background: #37210b url(../img/message-bg.png) no-repeat;
	background-position: center bottom;
}

.section-message .cont-txt{
	font-size: 2.0rem;
	padding-bottom: 15%;
}

.section-message .cont-ttl,
.section-otherroom .cont-ttl,
.section-roomtype .cont-ttl,
.section-cinema .cont-ttl{
	text-align: center;
	padding: 10% 0;
}


.message-box-area ul{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
	justify-content: center;
}
	
.message-box-area li{
	display: block;
  background-color: #fff;
  width: calc(100% / 3 - 30px);
	margin: 0 10px;
 	background: #d9993f; /* Old browsers */
	background: -moz-linear-gradient(top, #d9993f 0%, #feec98 50%, #d9993f 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #d9993f 0%,#feec98 50%,#d9993f 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #d9993f 0%,#feec98 50%,#d9993f 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	padding: 4px;
	margin-bottom: 25px;
}

.message-box-area span{
	background: #37210b;
	width: 100%;
	padding: 25px 0;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
}

.section-message p {
	color: #fff;
	text-align: center;
	line-height: 40px;
}





/* ==============================================================
	▼ ビジネスのお客様へ箇所 ▼
=============================================================== */


.section-customer {
	background: #336633 url(../img/customer-bg.png) no-repeat;
	background-position: right;
}

.section-customer p {
	font-size: 2rem;
	text-align: center;
	color: #fff;
	font-weight: normal;
	font-family: "Yu Mincho", "YuMincho", san-serif; 
	padding: 50px 0 60px;
}



/* ==============================================================
	▼ ルームタイプ箇所 ▼
=============================================================== */


.section-roomtype {
  background: url(../img/roomtype-bg01.png),url(../img/roomtype-bg02.png), #37210b;
  background-position: 2% 2%, 98% 2%;
  background-repeat: no-repeat, no-repeat;
}

.section-roomtype h2 img{
  max-width: 651px;
  width: 100%;
}

.roomtype-list {
	width: auto;
}

.room_img {
	margin: 0px auto;
	position: relative;
	width: 1400px;
}

.room_img li {
	display: inline-block;
	padding: 0px 10px 13px;
}

.room_img > li > div {
	padding: 0px 0px 13px 0px;
}





/* ==============================================================
	▼ その他の部屋箇所 ▼
=============================================================== */


.section-otherroom {
  background: #37210b;
  background-position: 2% 98%, 98% 98%;
  background-repeat: no-repeat, no-repeat;
}

.otherroom-list .cinema-mini {
	float: left;
	width: 50%;
}

.otherroom-list .secret-mini {
	float: left;
	width: 50%;
}


.otherroom-list {
	overflow: hidden;
	margin: 0 auto;
	max-width: 65%;
}

.otherroom-list .cinema-mini img {
	max-width: 70%;
	width: 100%;
    display: block;
	margin: 0 auto;
}

.otherroom-list .secret-mini img {
	max-width: 70%;
	width: 100%;
    display: block;
	margin: 0 auto;
}

.section-otherroom p {
	color: #fff;
	text-align: center;
	padding-top: 5%;
	padding-bottom: 10%;
}




/* ==============================================================
	▼ ホテル情報箇所 ▼
=============================================================== */


.section-hotelinfo {
  background: url(../img/hotelinfo-bg.png) no-repeat center center;
  background-size: cover;
}

.section-hotelinfo p {
	text-align: right;
    font-size: 1.5rem;
    padding: 5px 0px;
}

.section-hotelinfo h2 img {
	display: block;
	margin: 0 auto;
	padding: 10% 0;
	max-width: 651px;
	width: 100%;
}

.hotelinfo-box {
	overflow: hidden;
}


.hotelinfo-left-box {
	width: 50%;
	height: auto;
    float: left;
    box-sizing: border-box;
    background: rgba(255, 255, 255, 0.8);
	padding: 20px 0px 20px 20px;
}

.hotelinfo-right-box {
    width: 50%;
    height: auto;
    box-sizing: border-box;
    float: right;
    background: rgba(255, 255, 255, 0.8);
	padding: 20px;
}

.hotelinfo-box h3 {
	text-align: center;
	color: #72723e;
	font-size: 34px;
	font-family: "Yu Mincho", "YuMincho", san-serif; 
	padding: 60px 0 10px;
	margin: 0px 0px 24px;
	clear: both;
}

#price-page .hotelinfo-box h3 {
	text-align: center;
	color: #FFFFFF;
	font-size: 34px;
	font-family: "Yu Mincho", "YuMincho", san-serif; 
	padding: 60px 0 10px;
	margin: 0px 0px 24px;
	clear: both;
}
/*
	テーブル箇所
===============================================================*/

.hotelinfo-box{
	
}

.hotelinfo_table {
	width: 100%;
	font-size: 17px;
}

.hotelinfo_table th {
	background: #1a7a70;
	color: #FFFFFF;
	padding: 5px;
}

.hotelinfo_table td {
	text-align: left;
	padding: 20px;
	border-bottom: 1px solid #999966; 
	background: #FFFFFF;
	vertical-align: middle;
}

.hotelinfo_table td:first-child {
	background: #efefbb;
	min-width: 60px;
}


.even {
	background: #fbf8f0;
}
.odd {
	background: #fefcf9;
}

.red {
	color: #AD0003;
}

.blue {
	color: #0F5E9F;}

.hotelinfo-subtitle {
	background: #999966;
	color: #fff;
}

.hotelinfo-part {
	background: #e9e9d6;
	text-align: center;
}

.hotelinfo-part span {
	color: #e9e9d6;
}

.hotelprice-box {
	width: auto;
	height: auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
    background: rgba(255, 255, 255, 0.8);
	padding: 10px;
}

.price_box {
	width: 50%;
	height: auto;
	box-sizing: border-box;
	padding: 10px;
}

@media screen and (max-width: 980px) {
.price_box {
	width: 100%;
}
}


.price-list p {
	color: #fff;
	text-align: right;
	width: 90%;
	margin: 0 auto;
	margin-bottom: 8%;
}

.price_table {
	width: 100%;
	height: auto;
}

.price_table th {
	background: #1a7a70;
	color: #FFFFFF;
	text-align: center;
	vertical-align: middle;
	font-size: 16px;
	border: 1px solid #999966;
	width: 86px;
}

@media screen and (max-width: 980px) {
.price_table th {
	width: 50px;
}

.entyou_price {
	font-size: 16px;
}
}

.price_table td {
	background: rgba(255, 255, 255, 0.7);
	text-align: center;
	vertical-align: top;
	font-size: 20px;
	padding: 0px;
	border: 1px solid #999966;
	color: #72723e;
}

.price_table td > .price_detail {
	width: 96%;
	height: auto;
	top: -20px;
	margin: 0px auto;
	position: relative;
	padding: 0px;
}

.price_table td > .price_detail > li {
	width: 48%;
	height: auto;
	padding: 0px;
	margin: 0px;
	display: inline-block;
}

.price_table td > .price_detail > li > div {
	text-align: center;
	width: auto;
	height: auto;
	background: rgba(204,204,204,0.4);
	padding: 5px 0px;
}

.price_table td > .price_detail > li > div:nth-child(1) {
    text-align: center;
    width: 100%;
    background: #1a7a70;
	color: #FFFFFF;
	font-size: 14px;
	border: 1px solid #999966;
}

.price_tax {
	font-size: 14px;
}
.out {
	font-size: 23px;
	line-height: 120%;
}

.room_num {
	padding: 5px 15px 15px;
	line-height: 150%;
	font-size: 16px;
	position: relative;
}

.coution {
	padding: 40px 0px 10%;
	clear: both;
}

.coution > p {
	color: #FF0000;
	font-size: 180%;
	text-align: center;
	clear: both;
}


/* ==============================================================
	▼ マップ箇所 ▼
=============================================================== */


.section-map {
}

.gmap{
position: relative;
padding-bottom: 56.25%;
padding-top: 30px;
height: 0;
overflow: hidden;
}
.gmap iframe, .gmap object, .gmap embed{
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}



/* ==============================================================
	▼ フッター箇所 ▼
=============================================================== */


.section-footer {
background: url(../img/otherroom-bg01.png),url(../img/otherroom-bg02.png), #37210b;
  background-position: 2% 98%, 98% 98%;
  background-repeat: no-repeat, no-repeat;
}

.section-footer img {
	display: block;
	margin: 0 auto;
	padding: 4% 0 2%;
}

.section-footer p{
	font-family: 游ゴシック体, 'Yu Gothic', YuGothic, san-serif;
	font-size: 1.6rem;
	color: #fff;
	text-align: center;
	line-height: 1.4;
}

.section-footer p span{
	font-family: "Yu Mincho", "YuMincho", san-serif; 
	font-size: 3.5rem;
}

.section-footer small {
	font-size: 1.3vw;
	color: #fff;
	display: block;
	text-align: center;
	padding-bottom: 2%;
}

.section-footer p+p{
	font-family: 游ゴシック体, 'Yu Gothic', YuGothic, san-serif;
	font-size: 1.6rem;
	padding-bottom: 5%
}



#price-page .section-price .cont-ttl {
    text-align: center;
    padding: 10% 0;
}

/* ==============================================================
	▼ 客室案内ページ箇所 ▼
=============================================================== */









/* ==============================================================
	▼ 料金ページ箇所 ▼
=============================================================== */




#price-page .section-price {
	background: url(../img/charge-bg-l.png), url(../img/charge-bg-r.png), #37210b;
	background-position: center left,center right;
	background-repeat: no-repeat,no-repeat;
	padding-bottom: 80px;
}

#price-page .section-price .cont-ttl {
    text-align: center;
    padding: 10% 0;
}

#price-page .section-price h2 img {
	display: block;
	margin: 0 auto;
	max-width: 651px;
	width: 100%;
}



#price-page .section-price .cont-ttl{
	text-align: center;
	padding: 10% 0;
}


#price-page .section-price　.section-content{

}





/* ==============================================================
	▼ アクセスページ箇所 ▼
=============================================================== */


#access-page .section-access {
	background: url(../img/charge-bg-l.png), url(../img/charge-bg-r.png), #37210b;
	background-position: center left,center right;
	background-repeat: no-repeat,no-repeat;
	padding-bottom: 80px;
}


#access-page .section-access h2 img {
	display: block;
	margin: 0 auto;
	max-width: 651px;
	width: 100%;
}



#access-page .section-access .cont-ttl{
	text-align: center;
	padding: 10% 0;
}

#access-page td+td {
	padding: 2%;
}


#access-page h3 {
	width: 90%;
    margin: 0 auto;
    color: #fff;
    background: #336633;
    font-size: 1.8rem;
    font-family: "Yu Mincho", "YuMincho", san-serif;
    padding: 2px 0;
    margin-bottom: 3%;
	
}

.amuse-image {
	width: 80%;
	margin: 0 auto;
	display: block;
	overflow: hidden;
	margin-bottom: 3%;
}

.amuse-image .amuse-image-l {
	float: left;
	width: 48%;
}

.amuse-image .amuse-image-r {
	float: right;
	width: 48%;
}




#access-page table {
	width: 80%;
    margin: 0 auto;
    margin-bottom: 3%; 
}

#access-page table tr{
	background: #fff;
}


#access-page table , #access-page td, #access-page th {
	border: 1px solid #595959;
	border-collapse: collapse;
}
#access-page td, #access-page th {
	padding: 1%;
}
#access-page th {
	background: #999966;
	color: #fff;
	text-align: center;
}
#access-page .even {
	background: #fbf8f0;
}
#access-page .odd {
	background: #fefcf9;
}

#access-page td {
	color: #717a0c;
}

#access-page td.t-subtitle{
	background: #e9e9d6;
	color: #717a0c;
}

#access-page td:first-child {
	text-align: center;
}



#access-page .ggmap {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px;
height: 0;
overflow: hidden;
width: 80%;
margin: 0 auto;
display: block;
margin-bottom: 3%;
}
 
#access-page .ggmap iframe,
#access-page .ggmap object,
#access-page .ggmap embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}




/* ==============================================================
	▼ アメニティーページ箇所 ▼
=============================================================== */


#amenity-page .section-amenity {
	background: #37210b;
	padding-bottom: 80px;
	background-image: url(../img/header-bg.png);
    background-repeat: repeat-x;
    background-position: center bottom;
}


#amenity-page .section-amenity h2 img {
	display: block;
	margin: 0 auto;
	max-width: 651px;
	width: 100%;
}



#amenity-page .section-amenity .cont-ttl{
	text-align: center;
	padding: 10% 0;
}


#amenity-page .section-amenity p {
	color: #fff;
	text-align: center;
	font-size: 2rem;
	padding-bottom: 10%;
}

#amenity-page .amenity-list{
	display: flex;
    justify-content: space-between;
	width: 90%;
	margin: 0 auto;
	padding-bottom: 10%;
}


#amenity-page .amenity-list .amenity-block{
	flex-grow: 1;
	padding: 2%;
    box-sizing: border-box;
}

#amenity-page .amenity-list .amenity-block img{
	width: 100%;
}





/* ==============================================================
	▼ シークレットページ箇所 ▼
=============================================================== */


#secret-page .section-secret {
	background: #37210b;
	padding-bottom: 20%;
	background-image: url(../img/header-bg.png);
    background-repeat: repeat-x;
    background-position: center bottom;
}


#secret-page .section-secret h2 img {
	display: block;
	margin: 0 auto;
	max-width: 651px;
	width: 100%;
}



#secret-page .section-secret .cont-ttl{
	text-align: center;
	padding: 10% 0;
}


#secret-page .section-secret h3 img {
	display: block;
	margin: 0 auto;
	max-width: 651px;
	width: 100%;
}



#secret-page table {
	width: 100%;
    margin: 0 auto;
}

#secret-page table tr{
	background: #fff;
}


#secret-page table , #secret-page td, #secret-page th {
	border: 1px solid #595959;
	border-collapse: collapse;
	text-align: center;
}
#secret-page td, #secret-page th {
	padding: 1%;
}
#secret-page th {
	background: #999966;
	color: #fff;
	text-align: center;
}
#secret-page .even {
	background: #fbf8f0;
}
#secret-page .odd {
	background: #fefcf9;
}

#secret-page td {
	color: #717a0c;
}

#secret-page td.t-subtitle{
	background: #e9e9d6;
	color: #717a0c;
}

#secret-page td.t-price {
	text-align: center;
	vertical-align: middle;
}

#secret-page .room-list td:first-child {
	text-align: center;
}

#secret-page .room-list th:first-child, #secret-page .room-list td:first-child{
	width: 20%;
}


#secret-page .secret-price p {
	text-align: right;
	color: #fff;
}



#secret-page .secret-room {
	overflow: hidden;
	margin-bottom: 8%;
}


#secret-page .secret-img {
	width: 50%;
	float: left;
	padding: 2%;
	box-sizing: border-box;
}

#secret-page .secret-img img{
	width: 100%;
}

#secret-page .secret-price {
	width: 50%;
    float: right;
    padding: 8% 2% 0;
    box-sizing: border-box;
}

#secret-page .secret-room h3 {
	padding-bottom: 5%;
}

#secret-page table tr span {
	font-size: 0.8rem;
}

#secret-page table tr td {
	vertical-align: middle;
}





/* ==============================================================
	▼ シネマページ箇所 ▼
=============================================================== */




#cinema-page .section-cinema h2 {
	background: #37210b;
	padding: 5% 0;
}

#cinema-page .section-cinema h2 img {
	display: block;
	margin: 0 auto;
	max-width: 651px;
	width: 100%;
}



#cinema-page .section-cinema .cont-ttl{
	text-align: center;
}


#cinema-page .section-content .cinema-contents{
	background: url(../img/cinema-contents-bg.png) no-repeat;
	background-size: cover;
}

#cinema-page .section-content img {
	display: block;
	margin: 0 auto;
	padding: 2% 0;
}

#cinema-page .cinema-contents img:nth-child(1) {
	max-width: 974px;
	width: 100%;
}

#cinema-page .cinema-contents img:nth-child(2) {
	max-width: 585px;
	width: 100%;
}

#cinema-page .cinema-contents img:nth-child(3) {
	max-width: 656px;
	width: 100%;
}

#cinema-page .cinema-contents img:nth-child(4) {
	max-width: 899px;
	width: 100%;
}

#cinema-page .cinema-contents img:nth-child(5) {
	max-width: 691px;
	width: 100%;
}

#cinema-page .cinema-contents img:nth-child(6) {
	max-width: 558px;
	width: 100%;
}




#cinema-page .cinema-bottom {
	background: #37210b;
	background-image: url(../img/header-bg.png);
    background-repeat: repeat-x;
    background-position: center bottom;
	padding-bottom: 10%;
}


#cinema-page .cinema-bottom p {
	text-align: center;
	color: #fff;
}


#cinema-page .cinema-bottom p:first-child {
	padding: 15% 0 5%;
    background: url(../img/cinema-bottom-icon.png) no-repeat;
    background-position: 50% 20%;
}

#cinema-page .cinema-bottom p:nth-child(2) {
	font-size: 1.2rem;
	padding-bottom: 2%;
}

#cinema-page .cinema-bottom span {
	color: #fcff00;
}

#cinema-page .cinema-bottom img {
	max-width: 900px;
	width: 100%;
}





/* ==============================================================
	▼ cssモーダル箇所 ▼
=============================================================== */

.modal-box .modal-window {
-webkit-transform: translate(0, 100%);
-moz-transform: translate(0, 100%);
-o-transform: translate(0, 100%);
-ms-transform: translate(0, 100%);
transform: translate(0, 100%);
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
position: fixed;
top: 0;
left: 0;
right: 0;
bottom: 0;
z-index: 999;
opacity: 0;
line-height: 1.3;
display: none\9;
}
.modal-box .modal-window:target {
-webkit-transform: translate(0, 0);
-moz-transform: translate(0, 0);
-o-transform: translate(0, 0);
-ms-transform: translate(0, 0);
transform: translate(0, 0);
opacity: 1;
}
.modal-box .is-active.modal-window {
display: block\9;
}
.modal-box .modal-window:target {
display: block\9;
}
.modal-box .modal-window .modal-inner {
position: absolute;
top: 50px;
left: 50%;
z-index: 20;
margin-left: -325px;
width: 650px;
overflow-x: hidden;
border-radius: 2px;
background: #fff;
-webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.6);
box-shadow: 0 0 30px rgba(0, 0, 0, 0.6);
padding: 2%;
}
.modal-box .modal-window .modal-inner p {
padding: 0 20px;
}
.modal-box .modal-window .modal-close {
display: block;
text-indent: -100px;
overflow: hidden;
}
.modal-box .modal-window .modal-close:before {
content: '';
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
z-index: 10;
background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAAEElEQVR42gEFAPr/AAAAAMwA0QDNTiUx4gAAAABJRU5ErkJggg==");
}
.modal-box .modal-window .modal-close:after {
content: '\00d7';
position: absolute;
top: 25px;
left: 50%;
z-index: 20;
margin-left: 285px;
background: #fff;
border-radius: 2px;
padding: 2px 8px;
font-size: 1.2em;
text-decoration: none;
text-indent: 0;
}
.modal-box .modal-window {
-webkit-transition: opacity 0.4s;
-o-transition: opacity 0.4s;
transition: opacity 0.4s;
}














