@charset "UTF-8";

/* =========================================================
reset
========================================================= */

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
nav ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
a {
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
/* change colours to suit your needs */
ins {
	background-color: #ff9;
	color: #000;
	text-decoration: none;
}
/* change colours to suit your needs */
mark {
	background-color: #ff9;
	color: #000;
	font-style: italic;
	font-weight: bold;
}
del {
	text-decoration: line-through;
}
abbr[title], dfn[title] {
	border-bottom: 1px dotted;
	cursor: help;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* change border colour to suit your needs */
hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #cccccc;
	margin: 1em 0;
	padding: 0;
}
input, select {
	vertical-align: middle;
}
ul, ol {
	list-style: none;
	margin: 0;
	padding: 0;
}
i {
	font-family: 'ionicons';
	font-style: normal;
}


/* =========================================================
base
========================================================= */
html {
    overflow-y: scroll;
	 overflow-x: hidden;
    min-height: 1000px;
}
body {
	color: #27251e;
	-ms-text-size-adjust: 100%;
	text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	font:14px/1.8 YuGothic, 'Yu Gothic Medium', Meiryo, sans-serif;
	font-weight: 400;
		-webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	min-height: 900px;
	background: #e1d4be;
}
*, *::before, *::after {
  box-sizing: border-box;
}
/* link */
a {
	color: #000;
	text-decoration: none;
}
a:visited {
	color: #000;
}
a:hover {
	color: #000;
}
a:active {
	color: #000;
}
a img {
	-webkit-transition: opacity, 300ms;
	transition: opacity, 300ms;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	vertical-align: bottom;
}
img {
	max-width: 100%;
}
.tel-link {
	cursor: default;
	pointer-events: none;
	color: #000;
}

@media screen and (max-width: 768px) {
.tel-link {
	pointer-events: auto;
}
}
/* clear */
.cf {
 *zoom: 1;
}
.cf::before, .cf::after {
	content: "";
	display: table;
}
.cf:after {
	clear: both;
}
/* sppc */
.only-pc {
	display: block;
}
.only-sp {
	display: none;
}

@media screen and (max-width: 768px) {
.only-pc {
	display: none;
}
.only-sp {
	display: block;
}
}

/* =========================================================
animation
========================================================= */

.fadeOut {
    -webkit-animation: fadeOut .8s cubic-bezier(.55,0,.1,1) both;
    animation: fadeOut .8s cubic-bezier(.55,0,.1,1) both;
}
.fadeIn {
    -webkit-animation: fadeIn .8s cubic-bezier(.55,0,.1,1) both;
    animation: fadeIn .8s cubic-bezier(.55,0,.1,1) both;
}
@-webkit-keyframes fadeOut { to { opacity: 0; -webkit-transform: translate(0px,0px); }}
@keyframes fadeOut { to { opacity: 0; -webkit-transform: translate(0px,0px); transform: translate(0px,0px); }}
@-webkit-keyframes fadeIn { from { opacity: 0; -webkit-transform: translate(10px,0px); }}
@keyframes fadeIn { from { opacity: 0; -webkit-transform: translate(10px,0px); transform: translate(10px,0px); }}

@keyframes bodyFadeIn {
 0% {
opacity: 0
}
 100% {
opacity: 1
}
}
 @-webkit-keyframes bodyFadeIn {
 0% {
opacity: 0
}
 100% {
opacity: 1
}
}
/* =========================================================
 Layout 
========================================================= */
header {
display: none;
}

footer {
}
 
main {
  margin:0px;
	animation: bodyFadeIn 1s ease 0s 1 normal;
	-webkit-animation: bodyFadeIn 1s ease 0s 1 normal;

}
.article-wrap {
    clear: both;
	  position: relative;
	padding: 160px 0;
}
.inner{
	width: 1000px;
	margin: 0 auto;
}
.inner-mini{
width: 560px;
    margin: 0 auto;
}
.pic-wrap {
	
}
.text-wrap{
	
}
.aside-wrap{
	
}
.w-herf {
	width: 50%;
}
.w-thrd {
	width: 33%;
}
.w-quarter {
	width: 25%;
}
.grid-herf li {
	width: 48%;
	margin-right: 3%;
	float: left;
}
.grid-herf li:nth-child(2n) {
	margin-right: 0%;
}

.grid-thrd li {
    width: 30.5%;
	float: left;
    margin-right: 4%;
	position: relative;
}
.grid-thrd li img {
	width: 100%;
}
.grid-thrd li:nth-child(3n) {
	margin-right: 0%;
}

.grid-quarter li {
    width: 23%;
	float: left;
    margin-right: 2%;
	position: relative;
}
.grid-quarter li img {
	width: 100%;
}
.grid-quarter li:nth-child(4n) {
	margin-right: 0%;
}
.grid-fifth li {
    width: 18.3%;
    float: left;
    margin-right: 1.7%;
    position: relative;
}




.list-cycle li:before {
	font-size: 10px;
	content: "●";
	padding-right: 4px;
}
.list-cycle li {
	padding-left: 1em;
	text-indent: -1em;
}
.list-cycle dd:before {
	font-size: 14px;
	content: "・";
	padding-right: 4px;
}
.list-cycle dd {
    padding-left: 1em;
    text-indent: -1em;
}
.reft {
	float: left;
}
.right {
	float: right;
}
/* text */

.article-title{
	    font-size: 18px;
    letter-spacing: 0.2em;
}
.article-title-en{
font-size: 50px;
	 writing-mode: vertical-rl;
}
.sec-title{
	    font-size: 18px;
    letter-spacing: 0.2em;

}
.sec-title-jp{
	    font-size: 22px;
    letter-spacing: 0.05em;
	margin-bottom: 40px;
	text-align: center;
    line-height: 1.6;
}
.sec-title-en{
	    font-size: 24px;
margin-bottom: 30px;
    line-height: 1.2;
}
.sec-subtitle{
	    font-size: 18px;
    letter-spacing: 0.2em;

}
.sec-leadcopy{
	    font-size: 18px;
    letter-spacing: 0.2em;

}
.sec-subcopy{
	    font-size: 18px;
    letter-spacing: 0.2em;

}
.aside-title{
	    font-size: 18px;
    letter-spacing: 0.2em;

}
.vertical {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}
.article-subtitle{
	text-align: center;
	font-size: 30px;
	
}
.article-title{
text-align: center;
    font-size: 40px;
    margin-bottom: 80px;
    line-height: 1.4em;
}

.sub-title {
	
}

.sup {
	font-size: 10px;
}

.line100{
	background: #000;
	height: 1px;
	width: 100px;	
}
.en-bold{
font-family: futura-pt-bold, sans-serif;

font-weight: 700;

font-style: normal;
}
}
.en{
font-family: futura-pt, sans-serif;
font-weight: 400;
font-style: normal;
}
.jp-bold{
font-family: fot-tsukubrdgothic-std, sans-serif;
font-weight: 700;
font-style: normal;
}
.jp{
font-family: fot-tsukubrdgothic-std, sans-serif;
font-weight: 400;
font-style: normal;
}



.serif{
font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
}

/* adobe webfont 読込遅延*/
.en-bold {
  visibility: hidden;
}
.wf-active .en-bold {
  visibility: visible;
}
.jp-bold {
  visibility: hidden;
}
.wf-active .jp-bold {
  visibility: visible;
}

.copy p {
    line-height: 36px;
    letter-spacing: 0.1em;
}
p {
    font-size: 15px;
    line-height: 2.2;
letter-spacing: 0.05em;
}
.name {
    float: right;
    text-align: right;
}
.bro-pic {
    width: 100px;
    float: right;
}

.name p {
    clear: both;
    font-size: 12px;
    line-height: 1.7;
    margin-bottom: 40px;
}


/* =========================================================
module
========================================================= */

/* breadcrumb */

#breadcrumb {
    margin-top: 20px;
    height: 48px;
}
#breadcrumb ul {
float: right;
}
#breadcrumb ul li {
    display: inline;
    position: relative;
    padding-right: 15px;
	    font-size: 12px;
}
#breadcrumb ul li.current {
    padding-right: 0px;
}
#breadcrumb ul li:after {
    content: ">";
    font-size: 72%;
    top: 0px;
    right: 2px;
    position: absolute;
}
#breadcrumb ul li.current:after {
	padding-left: 0;
	content: "";
}

/* moldal menu */

.menu-btn {
position: fixed;
    top: 26px;
    right: 25px;
    cursor: pointer;
    z-index: 5;
}

.menu-btn span {
    color: #fff;
}

.menu-btn span:after {
    content: attr(data-txt-menu);
}

.open .menu-btn span:after {
    content: attr(data-txt-close);
}
.menu {
    position: fixed;
    display: table;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.94);
    -webkit-transition: all .3s;
    transition: all .3s;
    visibility: hidden;
    opacity: 0;
	    z-index: -999;
}

.menu ul {
display: block;
    width: 600px;
    margin: 0 auto;
}

.menu li {
	opacity: 0;
	color: #fff;
}

.menu li a {
    display: block;
    font-size: 18px;
    color: #fff;
}

.menu li a:hover {
    color: #999;
}

.open .menu li {
	opacity: 1;
	transform:translateY(15px);
}

.open .menu li:nth-child(1) {
	-webkit-transition: all 1s cubic-bezier(0.23, 1, 0.32, 1) .5s;
	transition: all 1s cubic-bezier(0.23, 1, 0.32, 1).5s;
}

.open .menu li:nth-child(2) {
	-webkit-transition: all 1s cubic-bezier(0.23, 1, 0.32, 1) .6s;
	transition: all 1s cubic-bezier(0.23, 1, 0.32, 1) .6s;
}

.open .menu li:nth-child(3) {
	-webkit-transition: all 1s cubic-bezier(0.23, 1, 0.32, 1) .7s;
	transition: all 1s cubic-bezier(0.23, 1, 0.32, 1) .7s;
}

.open .menu li:nth-child(4) {
	-webkit-transition: all 1s cubic-bezier(0.23, 1, 0.32, 1) .8s;
	transition: all 1s cubic-bezier(0.23, 1, 0.32, 1) .8s;
}

/* 開閉用ボタンがクリックされた時のスタイル */
.open .menu {
    -webkit-transition: all .5s;
    transition: all .5s;
    visibility: visible;
    opacity: 1;
	z-index: 4;
}
.menu-trigger,
.menu-trigger span {
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box;
}
.menu-trigger {
position: relative;
    width: 28px;
    height: 22px;
    z-index: 100;
}
.menu-trigger span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #a4967f;
    border-radius: 2px;
}
.scrollOn .menu-trigger span {
    background-color: #222018;
}

.menu-trigger span:nth-of-type(1) {
  top: 0;
}
.menu-trigger span:nth-of-type(2) {
  top: 10px;
}
.menu-trigger span:nth-of-type(3) {
  bottom: 0;
}
.open .menu-trigger span {
    background-color: #fff;
}
.open .menu-trigger span:nth-of-type(1) {
  -webkit-transform: translateY(10px) rotate(-45deg);
  transform: translateY(10px) rotate(-45deg);
}
.open .menu-trigger span:nth-of-type(2) {
  opacity: 0;
}
.open .menu-trigger span:nth-of-type(3) {
  -webkit-transform: translateY(-10px) rotate(45deg);
  transform: translateY(-10px) rotate(45deg);
}
/*タブ*/
.tabs {

}

.tab_item {
       width: 32.2%;
    height: 60px;
    background-color: #d9d9d9;
    line-height: 60px;
    font-size: 16px;
    text-align: center;
    color: #565656;
    display: block;
    float: left;
    text-align: center;
    font-weight: bold;
    transition: all 0.2s ease;
    margin: 0 0.5%;
    cursor: pointer;
}
.tab_item:hover {
  opacity: 0.75;
}

input[name="tab_item"] {
  display: none;
}

.tab_content {
padding: 0;
    clear: both;

}
#course01_content,
#course02_content,
#course03_content {
  display: none;
}
#course01:checked ~ #course01_content,
#course02:checked ~ #course02_content,
#course03:checked ~ #course03_content {
  display: block;
}
.tabs input:checked + .tab_item. {
  background-color: #5ab4bd;
  color: #fff;
}

/* =========================================================
common
========================================================= */
 h1 {
    font-size: 14px;
    position: fixed;
    top: 80px;
    color: #a99d89;
    right: 18px;
    letter-spacing: 0.08em;
}
 .scrollOn h1 {
    color: #222018;
}
 h1 span{
    font-size: 24px;

}
hgroup{
    text-align: center;
}


#side-logo {
    position: fixed;
    top: 20px;
	left:17px;
}
 header .line100 {
    position: absolute;
    top: 74px;
    right: 80px;
}
footer {
    margin: 80px 0;
    text-align: center;
}
.lang {
    position: absolute;
    right: 80px;
    top: 24px;
    color: #a4967f;
}
.lang-title {
    font-size: 11px;
    display: inline-block;
    padding: 4px 7px 4px 4px;
    font-weight: bold;
}
.lang ul {
font-size:0;
	    display: inline-block;
}
.lang li {
    font-size: 11px;
    display: inline-block;
    color: #222018;
    width: 56px;
    text-align: center;
}
.lang li.select {
    background: #a99d89;
    color: #151515;
	 padding: 4px 5px;
}
.lang li a {
    display: block;
	background: #000;
    color: #cac1b4;
	padding: 4px 5px;
}
.lang li a:hover {
	background: #222018;
}


footer .footer-logo {
    width: 400px;
    margin: 0 auto 30px;
}
footer p {
    font-size: 13px;
    line-height: 1.5;
    margin-top: 15px;
}

.nav-logo {
    width: 150px;
    margin: 30px auto;
}

.nav-title {
    width: 150px;
    margin: 30px auto 0;
}

.menu ul {
    display: block;
    width: 350px;
    margin: 0 auto;
}
.menu li a {
    display: block;
    font-size: 16px;
    padding-top: 5px;
    padding-bottom: 5px;
    border-bottom: #44474b solid 1px;
        color: #a4967f;
    padding-left: 15px;
}
.menu-title {
    font-size: 12px;
    margin-top: 20px;
}
#map {
    position: relative;
    overflow: hidden;
    width: 100%;
    margin: 0 auto;
}

.modal_wrap input{
    display: none;
}

.modal_overlay{
    display: flex;
    justify-content: center;
    overflow: auto;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.7);
    opacity: 0;
    transition: opacity 0.5s, transform 0s 0.5s;
    transform: scale(0);
}

.modal_trigger{
    position: absolute;
    width: 100%;
    height: 100%;
}

.modal_content{
    align-self: center;
    width: 60%;
    max-width: 400px;
    padding: 0px 0px 15px;
    box-sizing: border-box;
    background: #fff;
    line-height: 1.4em;
    transform: scale(0.3);
    transition: 0.5s;
}

.close_button{
    position: absolute;
    top: 14px;
    right: 16px;
    font-size: 24px;
    cursor: pointer;
	    color: #fff;
}
.modal_content .item-title {
    font-size: 16px;
    font-weight: bold;
    padding: 20px 5px 20px;
    line-height: 1.3;
    text-align: center;
}



.modal_wrap input:checked ~ .modal_overlay{
    opacity: 1;
    transform: scale(1);
    transition: opacity 0.5s;
}

.modal_wrap input:checked ~ .modal_overlay .modal_content{
    transform: scale(1);
}

.open_button{
  
    justify-content: center;
    align-items: center;
   
    cursor: pointer;
}
.modal-btn {
	width: 30px;
}

.modal-btn2 {
	width: 120px;
}

#detail-wrap .pic-wrap img {
	width: 100%;
}
#detail-wrap .tect-wrap {
    padding-right: 80px;
}
#detail-wrap .section-title {
    font-size: 16px;
    margin-bottom: 18px;
	    color: #a7577c;
}
#detail-wrap .w-herf p {
    margin-bottom: 30px;
    color: #a7577c;
}
#detail-wrap .subtitle {
    font-size: 13px;
    margin: 10px 0;
	color: #a7577c;
}

#detail-wrap .cap{
    font-size: 12px;
	color: #a7577c;
}

#mainvisual{
    width: 880px;
    margin: 80px auto;
}

#mainvisual .text-wrap {
    width: 320px;
	float: left;
}
#mainvisual .siteid{
 margin-bottom: 30px;
	margin-top: 50px;
}
#mainvisual .text-wrap p{
 font-size: 13px;
	line-height: 1.8;
}
#mainvisual .pic-wrap{
	width: 500px;
	float: right;
}

.asidetitle{
	    font-size: 14px;
    margin-bottom: 18px;
	    color: #a7577c;
}
.map-wrap{
    position: relative;
    height: 800px;
    width: 1100px;
    margin: 0 auto;
}
.map {
    position: relative;
    height: 800px;
    width: 100%;
    margin: 0 auto;
    left: 0;
    right: 0;
}
.map-btn01 {
    position: absolute;
    top: 0;
    left: 100px;
    z-index: 2;
}
#map p {
	text-align: center;
}
#map p .btncolor {
    color: #d76a5c;
}

#prof {
    margin: 0 auto;
    width: 920px;
    padding: 26px 26px 20px;
    box-sizing: border-box;
    background: #e8decc;
    margin-top: 80px;
	    clear: both;
}

#prof .pic-wrap {
   width: 200px;
	float: left;
}
#prof .text-wrap {
    width: 636px;
    float: right;
}
#prof p {
font-size: 12px;
	line-height: 1.8;
}
#history {
    margin: 120px 0;
}
.pic-wrap-cd {
    width: 400px;
    margin: 0 auto 36px;
}
#prof .aside-title-jp {
    margin: 0 0 8px;
    font-size: 16px;
}
.mg-top60 {
	margin-top: 60px;
	
}
#viewpoint {
    margin: 60px 40px;
}

#viewpoint .pic-wrap {
    width: 200px;
    float: right;
}
#viewpoint .text-wrap {
     width: 250px;
}
#viewpoint .text-wrap p {
 font-size: 13px;
	line-height: 1.8;
}
#viewpoint .aside-title-jp {
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 20px;
    padding-top: 50px;

}
.gallery {
    margin: 60px auto;
    width: 720px;
    position: relative;
    height: 400px;
}
.gallery li {
    width: 220px;
	position: absolute;
}
.gallery li:nth-child(1) {
 top: 0;
	left: 0;
}
.gallery li:nth-child(2) {
 top: 0;
	left: 250px;
}
.gallery li:nth-child(3) {
 top: 0;
	left: 500px;
}
.gallery li:nth-child(4) {
 top: 210px;
	left: 250px;
}


.gallery li p {
    font-size: 12px;
	text-align: center;
	line-height: 1.4;
	
}


/* モーダルCSS */
.modalArea {
  display: none;
  position: fixed;
  z-index: 10; /*サイトによってここの数値は調整 */
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.modalBg {
  width: 100%;
  height: 100%;
      background-color: #d4c5abc7;
}

.modalWrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 70%;
    max-width: 600px;
    padding: 10px 60px;
    height: 80%;
    background: #e8deca;
    overflow: auto;
	    border-radius: 3px;
}

.closeModal {
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    font-size: 30px;
    cursor: pointer;
}
/*スクロールバーの横幅指定*/
.modalWrapper::-webkit-scrollbar {
    width: 6px;
	
}
/*スクロールバーの背景色・角丸指定*/
.modalWrapper::-webkit-scrollbar-track {
  border-radius: 10px;
	background:#e8deca;
}
/*スクロールバーの色・角丸指定*/
.modalWrapper::-webkit-scrollbar-thumb {
  border-radius: 10px;
	background: #222018;

}



#openModal {
    position: absolute;
    top: 280px;
    width: 110px;
    left: 280px;
    cursor: pointer;

}
#openModal02 {
    position: absolute;
    top: 230px;
    left: 240px;
	cursor: pointer;
}
#openModal03 {
position: absolute;
    top: 350px;
    left: 290px;
	cursor: pointer;
}

#openModal04 {
position: absolute;
    top: 180px;
    left: 410px;
	cursor: pointer;
}

#openModal05 {
position: absolute;
    top: 140px;
    left: 320px;
	cursor: pointer;
}
#openModal05-2 {
    position: absolute;
top: 312px;
    left: 693px;
    width: 65px;
    cursor: pointer;
}

#openModal06 {
    position: absolute;
    top: 250px;
    left: 660px;
	cursor: pointer;
}

#openModal07 {
    position: absolute;
    top: 380px;
    left: 870px;
    cursor: pointer;
}

#openModal08 {
position: absolute;
    top: 140px;
    left: 70px;
    cursor: pointer;
}






.history-wrap {
    text-align: center;
    padding: 40px 0;
    font-size: 18px;
}

#map .history-wrap p {
 font-size: 14px;
    line-height: 1.8;
    letter-spacing: 0.05em;
    padding: 20px 10px 0px;
    text-align: left;
}
#map .history-wrap p.sup {
    font-size: 13px;
    text-align: center;
    padding: 0;
}
.history-wrap .pic-wrap {
    padding: 40px 0 20px;
}
.location-wrap .pic-wrap {
    width: 150px;
    float: left;
}
.location-wrap .text-wrap {
    width: 290px;
    float: right;
}
.location-name {
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 10px;
    margin-top: 8px;
    line-height: 1.5;
}
.location-name span {
    font-size: 12px;
}
.location-copy {
     margin-bottom: 24px;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
}
.location-text{
    font-size: 13px;
    margin-bottom: 10px;
}
.location-detail {
    font-size: 13px;
    margin-bottom: 30px;
}
.modal-title-location {
    font-size: 13px;
}
.modal-title {
    font-size: 20px;
    line-height: 1.5;
    margin-bottom: 5px;
}
.location-wrap {
    clear: both;
}
.line100 {
    background: #6c6855;
    height: 1px;
    width: 50px;
    margin-bottom: 10px;
}
.mgbt30 {
    margin-bottom: 30px;
}
.btn-close {
    clear: both;
    text-align: center;
    width: 200px;
    margin: 50px auto 100px;
    border: #333 solid 1px;
    font-size: 14px;
    font-weight: bold;
    padding: 8px 0;
    cursor: pointer;
}
.btn-close:hover {
    background: #333;
	color: #fff;
}



.foot-logo{
	width: 80px;
	margin: 0 auto;
}

.copyright{
	font-size: 12px;
	margin-top: 15px;
}
.nav-en {
    display: block;
    text-align: center;
    font-size: 20px;
}

.nav-jp {
    font-size: 14px;
    line-height: 1.5;
    font-weight: 400;
}


#slider {
    width: 100%;
    z-index: -5;
    top: 0;
    height: 100vh;
    position: relative;
}
#slider .text-wrap {
position: absolute;
    right: 120px;
    top: 40%;
    color: #a4967f;
    text-align: right;
}
#slider .siteid-en {
    font-size: 64px;
    line-height: 0.9;
    margin-bottom: 20px;
}
#slider .siteid{
 margin-bottom: 30px;
}
#slider .siteid-jp-title {
    font-size: 30px;
    line-height: 1.1;
}
#slider .text-wrap p{
 font-size: 13px;
	line-height: 1.8;
}
#slider .pic-wrap{
	width: 500px;
	float: right;
}

@media screen and (max-width: 1080px) {
	
.inner {
    width: 85%;
    padding-left: 0px;
    margin: 0 auto;
	}
.map-wrap {
    position: relative;
    height: 600px;
    width: 900px;
    margin: 0 auto;
}
	.modal-btn2 {
    width: 100px;
}
	.modal-btn {
    width: 24px;
}
	#openModal {
    position: absolute;
    top: 180px;
    left: 230px;
    cursor: pointer;
}
	#openModal02 {
    position: absolute;
    top: 190px;
    left: 190px;
    cursor: pointer;
}
	#openModal03 {
    position: absolute;
    top: 290px;
    left: 240px;
    cursor: pointer;
}
	#openModal05 {
    position: absolute;
    top: 120px;
    left: 260px;
    cursor: pointer;
}
	#openModal04 {
    position: absolute;
    top: 150px;
    left: 330px;
    cursor: pointer;
}
	#openModal06 {
    position: absolute;
    top: 210px;
    left: 545px;
    cursor: pointer;
}
	#openModal05-2 {
    position: absolute;
    top: 220px;
    left: 570px;
    cursor: pointer;
}
	#openModal07 {
    position: absolute;
    top: 320px;
    left: 720px;
    cursor: pointer;
}
	#openModal08 {
    position: absolute;
    top: 120px;
    left: 50px;
    cursor: pointer;
}
	#slider {
    height: 60vh;
}
	
}


@media screen and (max-width: 800px) {

	.menu-btn {
    position: fixed;
    top: 20px;
    right: 20px;
    cursor: pointer;
    z-index: 100;
}
main {
    margin: 0 60px;
    animation: bodyFadeIn 1s ease 0s 1 normal;
    -webkit-animation: bodyFadeIn 1s ease 0s 1 normal;
}

	.inner {
    width: 90%;
    padding-left: 0px;
    margin: 0 auto;
}
#mainvisual {
    width: 100%;
    margin: 80px auto;
}
	#mainvisual .text-wrap {
    width: 320px;
    float: none;
    margin: 0 auto 60px;
}
.pic-wrapw-herf {
    width: 500px;
    margin: 0 auto;
}
	.right {
    float: none;
}
	#prof {
    margin: 0 auto;
    width: 100%;
    padding: 26px 26px 20px;
    box-sizing: border-box;
    background: #e8decc;
    margin-top: 80px;
}
#prof .pic-wrap {
    width: 100%;
    float: none;
    margin-bottom: 20px;
}
	#prof .pic-wrap img {
    width: 100%;

}
#prof .text-wrap {
    width: 95%;
    float: none;
	margin: 0 auto;
}	
	.gallery {
    margin: 60px auto;
    width: 100%;
    position: relative;
    height: 400px;
}
	.gallery li {
    width: 180px;
    position: absolute;
}
	.gallery li:nth-child(2) {
    top: 0;
    left: 200px;
}
	.gallery li:nth-child(3) {
    top: 0;
    left: 400px;
}
	.gallery li:nth-child(4) {
    top: 180px;
    left: 200px;
}
	.article-wrap {
    clear: both;
    position: relative;
    padding: 160px 0 0;
}
	.map-wrap {
    position: relative;
    height: 600px;
    width: 700px;
    margin: 0 auto;
}
	#openModal08-sp {
     position: absolute;
    top: 810px;
    left: 80px;
    cursor: pointer;
}

	#openModal07-sp {
    position: absolute;
    top: 120px;
    left: 450px;
    cursor: pointer;
}
#openModal-sp {
    position: absolute;
    top: 710px;
    left: 140px;
    cursor: pointer;
}
	#openModal02-sp {
    position: absolute;
    top: 740px;
    left: 215px;
    cursor: pointer;
}
	#openModal03-sp {
    position: absolute;
    top: 700px;
    left: 314px;
    cursor: pointer;
}
	#openModal04-sp {
    position: absolute;
    top: 585px;
    left: 120px;
    cursor: pointer;
}
	#openModal05-sp {
    position: absolute;
    top: 680px;
    left: 130px;
    cursor: pointer;
}
	#openModal06-sp {
    position: absolute;
    top: 365px;
    left: 200px;
    cursor: pointer;
}
	#openModal05-2-sp {
    position: absolute;
    top: 335px;
    left: 200px;
    cursor: pointer;
}
	#openModal07-sp {
    position: absolute;
    top: 260px;
    left: 550px;
    cursor: pointer;
}
.map-wrap {
    position: relative;
    height: 1100px;
    width: 540px;
    margin: 50px auto 0;
}
	.modal-btn {
    width: auto;
    height: 25px;
}
	.modal-btn img {
    height: 100%;
}	
	.location-wrap .pic-wrap {
     width: 25%;
    float: left;
}
	.location-wrap .text-wrap {
    width: 70%;
    float: right;
}
	.location-copy {
    margin-bottom: 24px;
    font-size: 15px;
    font-weight: bold;
    text-align: center;
}
	.location-text {
    font-size: 12px;
    margin-bottom: 10px;
}
	
		#slider {
    height: 100vh;
}
	
	
	
	
	}
	
	@media screen and (max-width: 600px) {
main {
    margin: 0 0px;
    animation: bodyFadeIn 1s ease 0s 1 normal;
    -webkit-animation: bodyFadeIn 1s ease 0s 1 normal;
}
		#mainvisual {
    width: 90%;
    margin: 80px auto;
}
		
		#mishima.inner {
    width: 100%;
    padding-left: 0px;
    margin: 0 auto;
}
		.article-subtitle {
    text-align: center;
    font-size: 20px;
}
		.article-title {
    text-align: center;
    font-size: 25px;
    margin-bottom: 80px;
    line-height: 1.4em;
}
		.inner-mini {
     width: 80%;
    margin: 0 auto;
}
		.h-ico {
    width: 80px;
    margin: 0 auto;
}
		#prof {
    margin: 0 auto;
    width: 80%;
    padding: 26px 26px 20px;
    box-sizing: border-box;
    background: #e8decc;
    margin-top: 80px;
}
		.sec-title-en {
    font-size: 20px;
    margin-bottom: 30px;
    line-height: 1.2;
}
		.sec-title-jp {
    font-size: 18px;
    letter-spacing: 0.05em;
    margin-bottom: 40px;
    text-align: center;
    line-height: 1.6;
}
		p {
    font-size: 13px;
    line-height: 2.2;
    letter-spacing: 0.05em;
}
		p.name {
    text-align: right;
    line-height: 2;
    font-size: 11px;
    margin-top: 40px;
}
		.gallery {
    margin: 60px auto;
    width: 80%;
    position: relative;
    height: auto;
}
		.gallery li {
    width: 100%;
    position: relative;
    margin-bottom: 20px;
}
		.gallery li img {
    width: 100%;
}		
		#map p {
    width: 80%;
    margin: 0 auto;
    text-align: center;
    line-height: 1.5;
}
		
		
		.gallery li:nth-child(1) {
    top: auto;
    left: auto;
}
				.gallery li:nth-child(2) {
    top: auto;
    left: auto;
}
		
				.gallery li:nth-child(3) {
    top: auto;
    left: auto;
}
		
				.gallery li:nth-child(4) {
    top: auto;
    left: auto;
}
		.copyright {
    font-size: 10px;
    margin-top: 15px;
}
h1 {
    font-size: 12px;
    position: absolute;
    top: 60px;
    right: 14px;
    letter-spacing: 0.08em;
}
		#mainvisual .siteid {
    width: 70%;
    margin: 50px auto 30px;
}
		.pic-wrapw-herf {
    width: 100%;
    margin: 0 auto;
}
		.lang {
    position: absolute;
    right: 80px;
    top: 18px;
}
		.nav-title {
    width: 150px;
    margin: 30px auto 0;
}
		.menu ul {
    display: block;
    width: 80%;
    margin: 0 auto;
}
.map-wrap {
    position: relative;
    height: 740px;
    width: 320px;
    margin: 50px auto 0;
}
	.modal-btn {
    width: auto;
    height: 20px;
}	
	#openModal05-2-sp {
    position: absolute;
    top: 190px;
    left: 90px;
    cursor: pointer;
}	
		#openModal06-sp {
    position: absolute;
    top: 214px;
    left: 98px;
    cursor: pointer;
}
		#openModal-sp {
    position: absolute;
    top: 417px;
    left: 48px;
    cursor: pointer;
}
	#openModal02-sp {
    position: absolute;
    top: 440px;
    left: 110px;
    cursor: pointer;
}	
		#openModal03-sp {
    position: absolute;
    top: 417px;
    left: 190px;
    cursor: pointer;
}
		#openModal04-sp {
    position: absolute;
    top: 340px;
    left: 45px;
    cursor: pointer;
}#openModal05-sp {
    position: absolute;
    top: 400px;
    left: 60px;
    cursor: pointer;
}#openModal07-sp {
    position: absolute;
    top: 10px;
    left: 240px;
    cursor: pointer;
}
		#openModal08-sp {
    position: absolute;
    top: 440px;
    left: 0px;
    cursor: pointer;
}.modalWrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 90%;
    max-width: 600px;
    padding: 10px 60px;
    height: 80%;
    background: #e8deca;
    overflow: auto;
    border-radius: 3px;
}
		.modalWrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 90%;
    max-width: 600px;
    padding: 10px 20px;
    height: 80%;
    background: #e8deca;
    overflow: auto;
    border-radius: 3px;
}
		.modal-title {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 5px;
}
		.modal-title-location {
    font-size: 11px;
}
		#map .history-wrap p {
   font-size: 13px;
    width: 100%;
    line-height: 1.8;
    letter-spacing: 0.05em;
    padding: 20px 0px 0px;
    text-align: left;
}
		.location-copy {
margin-bottom: 24px;
    font-size: 14px;
    line-height: 1.5;
    font-weight: bold;
    text-align: center;
}.location-name {
    font-size: 13px;
    font-weight: bold;
    margin-bottom: 10px;
    margin-top: 0;
    line-height: 1.5;
}
		#map p.sup {
    text-align: center;
    line-height: 1.2;
			width: auto;
}
		.location-text {
    font-size: 11px;
    margin-bottom: 10px;
}.location-detail {
    font-size: 11px;
    margin-bottom: 30px;
}
		#mainvisual .text-wrap {
    width: 100%;
    float: none;
    margin: 0 auto 60px;
}
		#slider .siteid-en {
    font-size: 30px;
    line-height: 1;
    margin-bottom: 20px;
}
	#slider .text-wrap {
    position: absolute;
    right: 30px;
    top: 60%;
    color: #a4967f;
    text-align: right;
}	
	#slider .siteid-jp-title {
    font-size: 25px;
    line-height: 1.1;
}	
		.bro-pic {
    width: 80px;
    float: right;
}
		.pic-wrap-cd {
    width: 80%;
    margin: 0 auto 36px;
}
	
		
}
	@media screen and (max-width: 375px) {
		
		.article-subtitle {
    text-align: center;
    font-size: 16px;
}
		.article-title {
    text-align: center;
    font-size: 20px;
    margin-bottom: 80px;
    line-height: 1.4em;
}
		.sec-title-jp {
    font-size: 16px;
    letter-spacing: 0.05em;
    margin-bottom: 40px;
    text-align: center;
    line-height: 1.6;
}
		.inner {
    width: 100%;
    padding-left: 0px;
    margin: 0 auto;
}
				#slider .siteid-en {
    font-size: 28px;
    line-height: 1;
    margin-bottom: 20px;
}
		
}

	@media screen and (max-width: 320px) {
		#mainvisual .siteid {
    width: 60%;
    margin: 50px auto 30px;
}
		.map-wrap {
    position: relative;
    height: 640px;
    width: 280px;
    margin: 50px auto 0;
}
		.modal-btn2 {
    width: 70px;
}
		#openModal07-sp {
    position: absolute;
    top: 30px;
    left: 210px;
    cursor: pointer;
}
		#openModal08-sp {
    position: absolute;
    top: 500px;
    left: 50px;
    cursor: pointer;
}
		#openModal-sp {
    position: absolute;
    top: 360px;
    left: 24px;
    cursor: pointer;
}
		#openModal02-sp {
    position: absolute;
    top: 380px;
    left: 85px;
    cursor: pointer;
}
		#openModal03-sp {
    position: absolute;
    top: 360px;
    left: 165px;
    cursor: pointer;
}
		#openModal04-sp {
    position: absolute;
    top: 300px;
    left: 25px;
    cursor: pointer;
}#openModal05-sp {
    position: absolute;
    top: 345px;
    left: 50px;
    cursor: pointer;
}#openModal05-2-sp {
    position: absolute;
    top: 170px;
    left: 70px;
    cursor: pointer;
}#openModal06-sp {
    position: absolute;
    top: 190px;
    left: 68px;
    cursor: pointer;
}
		
		
}



.vegas-overlay,.vegas-slide,.vegas-slide-inner,.vegas-timer,.vegas-wrapper{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;border:none;padding:0;margin:0}.vegas-overlay{opacity:.5;background:url(overlays/02.png) center center}.vegas-timer{top:auto;bottom:0;height:2px}.vegas-timer-progress{width:0;height:100%;background:#fff;-webkit-transition:width ease-out;transition:width ease-out}.vegas-timer-running .vegas-timer-progress{width:100%}.vegas-slide,.vegas-slide-inner{margin:0;padding:0;background:center center no-repeat;-webkit-transform:translateZ(0);transform:translateZ(0);will-change:transform,opacity}body .vegas-container{overflow:hidden!important;position:relative}.vegas-video{min-width:100%;min-height:100%;width:auto;height:auto}body.vegas-container{overflow:auto;position:static;z-index:-2}body.vegas-container>.vegas-overlay,body.vegas-container>.vegas-slide,body.vegas-container>.vegas-timer{position:fixed;z-index:-1}:root body.vegas-container>.vegas-overlay,:root body.vegas-container>.vegas-slide,_::full-page-media,_:future{bottom:-76px}.vegas-transition-blur,.vegas-transition-blur2{opacity:0;-webkit-filter:blur(32px);filter:blur(32px)}.vegas-transition-blur-in,.vegas-transition-blur2-in{opacity:1;-webkit-filter:blur(0);filter:blur(0)}.vegas-transition-blur2-out{opacity:0}.vegas-transition-burn,.vegas-transition-burn2{opacity:0;-webkit-filter:contrast(1000%) saturate(1000%);filter:contrast(1000%) saturate(1000%)}.vegas-transition-burn-in,.vegas-transition-burn2-in{opacity:1;-webkit-filter:contrast(100%) saturate(100%);filter:contrast(100%) saturate(100%)}.vegas-transition-burn2-out{opacity:0;-webkit-filter:contrast(1000%) saturate(1000%);filter:contrast(1000%) saturate(1000%)}.vegas-transition-fade,.vegas-transition-fade2{opacity:0}.vegas-transition-fade-in,.vegas-transition-fade2-in{opacity:1}.vegas-transition-fade2-out{opacity:0}.vegas-transition-flash,.vegas-transition-flash2{opacity:0;-webkit-filter:brightness(25);filter:brightness(25)}.vegas-transition-flash-in,.vegas-transition-flash2-in{opacity:1;-webkit-filter:brightness(1);filter:brightness(1)}.vegas-transition-flash2-out{opacity:0;-webkit-filter:brightness(25);filter:brightness(25)}.vegas-transition-negative,.vegas-transition-negative2{opacity:0;-webkit-filter:invert(100%);filter:invert(100%)}.vegas-transition-negative-in,.vegas-transition-negative2-in{opacity:1;-webkit-filter:invert(0);filter:invert(0)}.vegas-transition-negative2-out{opacity:0;-webkit-filter:invert(100%);filter:invert(100%)}.vegas-transition-slideDown,.vegas-transition-slideDown2{-webkit-transform:translateY(-100%);transform:translateY(-100%)}.vegas-transition-slideDown-in,.vegas-transition-slideDown2-in{-webkit-transform:translateY(0);transform:translateY(0)}.vegas-transition-slideDown2-out{-webkit-transform:translateY(100%);transform:translateY(100%)}.vegas-transition-slideLeft,.vegas-transition-slideLeft2{-webkit-transform:translateX(100%);transform:translateX(100%)}.vegas-transition-slideLeft-in,.vegas-transition-slideLeft2-in{-webkit-transform:translateX(0);transform:translateX(0)}.vegas-transition-slideLeft2-out,.vegas-transition-slideRight,.vegas-transition-slideRight2{-webkit-transform:translateX(-100%);transform:translateX(-100%)}.vegas-transition-slideRight-in,.vegas-transition-slideRight2-in{-webkit-transform:translateX(0);transform:translateX(0)}.vegas-transition-slideRight2-out{-webkit-transform:translateX(100%);transform:translateX(100%)}.vegas-transition-slideUp,.vegas-transition-slideUp2{-webkit-transform:translateY(100%);transform:translateY(100%)}.vegas-transition-slideUp-in,.vegas-transition-slideUp2-in{-webkit-transform:translateY(0);transform:translateY(0)}.vegas-transition-slideUp2-out{-webkit-transform:translateY(-100%);transform:translateY(-100%)}.vegas-transition-swirlLeft,.vegas-transition-swirlLeft2{-webkit-transform:scale(2) rotate(35deg);transform:scale(2) rotate(35deg);opacity:0}.vegas-transition-swirlLeft-in,.vegas-transition-swirlLeft2-in{-webkit-transform:scale(1) rotate(0);transform:scale(1) rotate(0);opacity:1}.vegas-transition-swirlLeft2-out,.vegas-transition-swirlRight,.vegas-transition-swirlRight2{-webkit-transform:scale(2) rotate(-35deg);transform:scale(2) rotate(-35deg);opacity:0}.vegas-transition-swirlRight-in,.vegas-transition-swirlRight2-in{-webkit-transform:scale(1) rotate(0);transform:scale(1) rotate(0);opacity:1}.vegas-transition-swirlRight2-out{-webkit-transform:scale(2) rotate(35deg);transform:scale(2) rotate(35deg);opacity:0}.vegas-transition-zoomIn,.vegas-transition-zoomIn2{-webkit-transform:scale(0);transform:scale(0);opacity:0}.vegas-transition-zoomIn-in,.vegas-transition-zoomIn2-in{-webkit-transform:scale(1);transform:scale(1);opacity:1}.vegas-transition-zoomIn2-out,.vegas-transition-zoomOut,.vegas-transition-zoomOut2{-webkit-transform:scale(2);transform:scale(2);opacity:0}.vegas-transition-zoomOut-in,.vegas-transition-zoomOut2-in{-webkit-transform:scale(1);transform:scale(1);opacity:1}.vegas-transition-zoomOut2-out{-webkit-transform:scale(0);transform:scale(0);opacity:0}.vegas-animation-kenburns{-webkit-animation:kenburns ease-out;animation:kenburns ease-out}@-webkit-keyframes kenburns{0%{-webkit-transform:scale(1.5);transform:scale(1.5)}100%{-webkit-transform:scale(1);transform:scale(1)}}@keyframes kenburns{0%{-webkit-transform:scale(1.5);transform:scale(1.5)}100%{-webkit-transform:scale(1);transform:scale(1)}}.vegas-animation-kenburnsDownLeft{-webkit-animation:kenburnsDownLeft ease-out;animation:kenburnsDownLeft ease-out}@-webkit-keyframes kenburnsDownLeft{0%{-webkit-transform:scale(1.5) translate(10%,-10%);transform:scale(1.5) translate(10%,-10%)}100%{-webkit-transform:scale(1) translate(0,0);transform:scale(1) translate(0,0)}}@keyframes kenburnsDownLeft{0%{-webkit-transform:scale(1.5) translate(10%,-10%);transform:scale(1.5) translate(10%,-10%)}100%{-webkit-transform:scale(1) translate(0,0);transform:scale(1) translate(0,0)}}.vegas-animation-kenburnsDownRight{-webkit-animation:kenburnsDownRight ease-out;animation:kenburnsDownRight ease-out}@-webkit-keyframes kenburnsDownRight{0%{-webkit-transform:scale(1.5) translate(-10%,-10%);transform:scale(1.5) translate(-10%,-10%)}100%{-webkit-transform:scale(1) translate(0,0);transform:scale(1) translate(0,0)}}@keyframes kenburnsDownRight{0%{-webkit-transform:scale(1.5) translate(-10%,-10%);transform:scale(1.5) translate(-10%,-10%)}100%{-webkit-transform:scale(1) translate(0,0);transform:scale(1) translate(0,0)}}.vegas-animation-kenburnsDown{-webkit-animation:kenburnsDown ease-out;animation:kenburnsDown ease-out}@-webkit-keyframes kenburnsDown{0%{-webkit-transform:scale(1.5) translate(0,-10%);transform:scale(1.5) translate(0,-10%)}100%{-webkit-transform:scale(1) translate(0,0);transform:scale(1) translate(0,0)}}@keyframes kenburnsDown{0%{-webkit-transform:scale(1.5) translate(0,-10%);transform:scale(1.5) translate(0,-10%)}100%{-webkit-transform:scale(1) translate(0,0);transform:scale(1) translate(0,0)}}.vegas-animation-kenburnsLeft{-webkit-animation:kenburnsLeft ease-out;animation:kenburnsLeft ease-out}@-webkit-keyframes kenburnsLeft{0%{-webkit-transform:scale(1.5) translate(10%,0);transform:scale(1.5) translate(10%,0)}100%{-webkit-transform:scale(1) translate(0,0);transform:scale(1) translate(0,0)}}@keyframes kenburnsLeft{0%{-webkit-transform:scale(1.5) translate(10%,0);transform:scale(1.5) translate(10%,0)}100%{-webkit-transform:scale(1) translate(0,0);transform:scale(1) translate(0,0)}}.vegas-animation-kenburnsRight{-webkit-animation:kenburnsRight ease-out;animation:kenburnsRight ease-out}@-webkit-keyframes kenburnsRight{0%{-webkit-transform:scale(1.5) translate(-10%,0);transform:scale(1.5) translate(-10%,0)}100%{-webkit-transform:scale(1) translate(0,0);transform:scale(1) translate(0,0)}}@keyframes kenburnsRight{0%{-webkit-transform:scale(1.5) translate(-10%,0);transform:scale(1.5) translate(-10%,0)}100%{-webkit-transform:scale(1) translate(0,0);transform:scale(1) translate(0,0)}}.vegas-animation-kenburnsUpLeft{-webkit-animation:kenburnsUpLeft ease-out;animation:kenburnsUpLeft ease-out}@-webkit-keyframes kenburnsUpLeft{0%{-webkit-transform:scale(1.5) translate(10%,10%);transform:scale(1.5) translate(10%,10%)}100%{-webkit-transform:scale(1) translate(0,0);transform:scale(1) translate(0,0)}}@keyframes kenburnsUpLeft{0%{-webkit-transform:scale(1.5) translate(10%,10%);transform:scale(1.5) translate(10%,10%)}100%{-webkit-transform:scale(1) translate(0,0);transform:scale(1) translate(0,0)}}.vegas-animation-kenburnsUpRight{-webkit-animation:kenburnsUpRight ease-out;animation:kenburnsUpRight ease-out}@-webkit-keyframes kenburnsUpRight{0%{-webkit-transform:scale(1.5) translate(-10%,10%);transform:scale(1.5) translate(-10%,10%)}100%{-webkit-transform:scale(1) translate(0,0);transform:scale(1) translate(0,0)}}@keyframes kenburnsUpRight{0%{-webkit-transform:scale(1.5) translate(-10%,10%);transform:scale(1.5) translate(-10%,10%)}100%{-webkit-transform:scale(1) translate(0,0);transform:scale(1) translate(0,0)}}.vegas-animation-kenburnsUp{-webkit-animation:kenburnsUp ease-out;animation:kenburnsUp ease-out}@-webkit-keyframes kenburnsUp{0%{-webkit-transform:scale(1.5) translate(0,10%);transform:scale(1.5) translate(0,10%)}100%{-webkit-transform:scale(1) translate(0,0);transform:scale(1) translate(0,0)}}@keyframes kenburnsUp{0%{-webkit-transform:scale(1.5) translate(0,10%);transform:scale(1.5) translate(0,10%)}100%{-webkit-transform:scale(1) translate(0,0);transform:scale(1) translate(0,0)}}
/*# sourceMappingURL=vegas.min.css.map */
