<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

/**
 *
 *  ページ用CSS
 *　tennoji-park
 */

/*--------------------------------------------------------------------------
   Overwright
---------------------------------------------------------------------------*/

/*--------------------------------------------------------------------------
   Content
---------------------------------------------------------------------------*/

/* Kv
-----------------------------------------------------------------*/
#Kv{
	height: 500px;
	padding-top: 50px;
	background: url(../image/bg_kv_pc.jpg) no-repeat center bottom;
	background-size: cover;
	text-align: center;
}
#Kv .logo{
	margin-bottom: 30px;
}
#Kv h1{
	margin-bottom: 15px;
}
#Kv .txt-lead{
	font-size: 1.8rem;
	font-weight: 500;
	color: #FFF;
  text-shadow: 0 0 10px #326D97;
}
#Kv+.breadcrumb{
	padding:15px 30px; 
}

/* tenshiba
-----------------------------------------------------------------*/
.tenshiba{
	padding: 40px 0 75px;
}
.tenshiba-intro{
	padding-left: 168px;
	background:url(../image/txt_side_tenshiba.png) no-repeat left top 40px;
	background-size: auto 96%;
}
.tenshiba h2{
	margin-bottom: 55px;
	text-align: center;
}
.tenshiba h2 .ja{
	line-height: 1.6;
}
.tenshiba-intro .pic-main{
	position:relative;
}
.tenshiba-intro .pic-main &gt; img{
	max-width: none;
	width: 100%;
  height: 500px;
  object-fit: cover; 
	border-radius: 10px 0 0 10px;
}
.tenshiba-intro .pic-main .ico{
	position: absolute;
	right: 40px;
	top: -65px;
}
.tenshiba-intro .pic-sub{
	position: absolute;
	right: 0;
	transform: translateY(-85px);
	border-radius: 10px 0 0 10px;
	overflow: hidden;
}
.tenshiba-intro .inner{
	margin-bottom: 140px;
	transform: translateX(-84px); 
}
.tenshiba-intro .txt-area{
	max-width: 600px;
	padding: 80px 0 50px
}
.tenshiba-intro .txt-area .txt{
	margin-bottom: 50px;
	font-size: 1.7rem;
	line-height: 2.7;
}
.tenshiba-intro .txt-area .btn-ico-base{
	max-width: 450px;
	margin-bottom: 20px;
}
.tenshiba-intro .txt-area .sec-btm-sns{
	justify-content: flex-start;
}

.tenshiba-entrance img{
  width: 100%;
  height: 620px;
  object-fit: cover; 
}
.tenshiba .wide-cont-intro .map{
	margin-bottom: 55px;
}
.tenshiba .wide-cont-intro .page-nav{
	max-width: 450px;
	margin: 0 auto;
}
.tenshiba .wide-cont-intro .page-nav ul{
	display: block;	
}
.tenshiba .wide-cont-intro .page-nav li:nth-child(n+2){
	margin-top: 20px;
}
.tenshiba .wide-cont-intro .page-nav li a{
	width: 100%;
}
.tenshiba .wide-cont-intro .page-nav li a span::before{
	background-image:url(../../../../common/image/ico_arw_green_down.svg);
}
.tenshiba .wide-cont-intro .page-nav li:nth-child(1) a span::before {
  transform: translate(-1em,0);
}
.tenshiba .wide-cont-intro .page-nav li:nth-child(1) a:hover span::before{
	transform: translate(-1em,5px);
}

@media screen and (max-width: 1300px) {
	.tenshiba-intro .pic-sub{
		width: 40vw;
	}
	.tenshiba-intro .txt-area{
		width: calc(100% - 35vw);		
	}
}


/* shop-guide
-----------------------------------------------------------------*/
.shop-guide{
	padding: 75px 0;
}
.shop-guide h2{
	margin-bottom: 35px;
	text-align: center;
}
.shop-guide .photo-nav{
	margin-bottom: 135px;
}
.shop-guide .photo-nav ul{
	display: flex;
	justify-content: space-between;
}
.shop-guide .photo-nav ul li{
	max-width: 380px;
	width: calc((100% - 20px)/3);
}
.shop-guide .photo-nav ul li a{
	position: relative;
	display: block;
	border-radius: 10px;
	overflow: hidden;
	color: #FFF;	
}
.shop-guide .photo-nav ul li a img{
	transition: .3s;
}
.shop-guide .photo-nav ul li a:hover img{
	opacity: .7;
}
.shop-guide .photo-nav ul li a::after{
	position: absolute;
	right: 15px;
	bottom: 6%;
	display: block;
	content: "";
	width: 42px;
	height: 42px;
	background:url(../../../../common/image/ico_arw_green.svg) no-repeat ;
	background-size: 100% auto;
	transition: .2s;
}
.shop-guide .photo-nav ul li a:hover::after{
	right: 10px;
}
.shop-guide .photo-nav .ttl{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	padding: 0 6% 4%;
}
.shop-guide .photo-nav .ttl .en{
	display: block;
	font-size: 3.6rem;
	line-height: 1;
	font-weight: bold;
}
.shop-guide .photo-nav .ttl .ja{
	font-size: 1.8rem;
	font-weight:500;
}

/* ina */
.ina{
	margin-bottom: 120px;
	padding-top: 9.6774vw;
	background: url(../image/img_ina_pc.jpg) no-repeat;
	background-size: 100% auto;
}
.ina .inner,
.hostel .inner{
	position: relative;
	display: flex;
	align-items: flex-end;
}
.ina .inner::after,
.hostel .inner::after{
	position: absolute;
	left: 21px;
	top: 0;
	display: block;
	transform: translateX(-100%);
	content: "";
	width: calc((100vw - 1202px)/2);
	height: 100%;
	background: #FFF;
}
.ina .inner .txt-area,
.hostel .inner .txt-area{
	width: 60%;
	padding:60px 4% 0 0;
	background: #FFF;
}
.ina .logo{
	margin-bottom: 25px;
}
.ina h3,
.hostel h3{
	margin-bottom: 30px;
	font-size: 3.5rem;
	letter-spacing: 0;
	line-height:1.5;
}
.ina .txt,
.hostel .txt{
	font-size: 1.7rem;
	line-height: 2;
}
.ina .note{
	margin-top: 30px;
	font-size: 1.4rem;
	text-indent:-1em;
	padding-left:1em;
}
.ina .inner .btn-area,
.hostel .inner .btn-area{
	width: 40%;
}
.ina .inner .btn-ico-base,
.hostel .inner .btn-ico-base{
	max-width: 450px;
}


/* hostel */
.hostel{
	padding-top: 9.6774vw;
	background: url(../image/img_hostel_pc.jpg) no-repeat;
	background-size: 100% auto;
}
.hostel .logo{
	margin-bottom: 25px;
}
.hostel h3 small{
	display: block;
	font-size: 2.4rem;
}
.hostel .sec-btm-sns{
	margin-top: 35px;
	justify-content: flex-start;
}


/* entrance-area
-----------------------------------------------------------------*/
.entrance-area{
	padding: 75px 0 115px;
}
.entrance-area .outer {
    display: flex;
    align-items: center;
}
.entrance-area .pic {
    width: 45%;
    border-radius: 0 10px 10px 0;
    overflow: hidden;
}
.entrance-area .pic img{
	max-width: none;
	width: 100%;
  height: 765px;
  object-fit: cover; 
}
.entrance-area .txt-area {
    width: 55%;
}
.entrance-area .txt-box {
    max-width: 660px;
    padding: 0 20px 0 7%;
}
.entrance-area h2 .ja{
	display: inline-block;
	text-indent: -0.5em;
	letter-spacing: 0;
	font-size: 3.9rem;
}
.entrance-area .txt-line{
	margin-bottom: 40px;
}
.entrance-area  .logo{
	margin-bottom: 55px;
}
.entrance-area .btn-ico-base{	
	max-width: 450px;
}


/* campaign
-----------------------------------------------------------------*/
.campaign{
	padding: 65px 0 75px;
	background:url(../image/bg_welcome_pc.jpg) no-repeat center center;
	background-size: cover;
	text-align: center;
}
.campaign h2{
	margin-bottom: 40px;
}
.campaign .txt-lead{
	margin-bottom: 40px;
	font-size: 3.6rem;
	line-height: 1.6;
	font-weight: bold;
}
.campaign .txt{
	margin-bottom: 60px;
	font-size: 1.7rem;
	line-height: 3;
}
.campaign .txt span{
	padding-bottom: 5px;
	border-bottom: 1px dashed;
}
.campaign .btn-ico-base{
	max-width: 560px;
	margin: 0 auto;
}
.campaign .btn-ico-base a{
	letter-spacing: 0;
}



















/*--------------------------------------------------------------------------
   mobile
---------------------------------------------------------------------------*/
@media screen and (max-width: 768px) {


/* Kv
-----------------------------------------------------------------*/
	#Kv{
		height: 145.066vw;
		padding-top: 35px;
		background-image: url(../image/bg_kv_sp.jpg);
	}
	#Kv .logo{
		width: 32.8vw;
		margin: 0 auto 20px;
	}
	#Kv h1{
		width: 61.33vw;
		margin: 0 auto 25px;
	}
	#Kv .txt-lead{
		font-size: 1.3rem;
	}
	#Kv+.breadcrumb{
		display:none;
	}

/* tenshiba
-----------------------------------------------------------------*/
	.tenshiba{
		padding: 40px 0 0;
	}
	.tenshiba-intro{
		padding-left: 20px;
		background: none;
	}
	.tenshiba h2{
		margin-bottom: 50px;
	}
	.tenshiba h2 .ja{
		line-height: 1.5;
	}
	.tenshiba-intro .pic-main &gt; img{
		border-radius: 5px 0 0 5px;
	}
	.tenshiba-intro .pic-main .ico{
		right: 15px;
		top: -35px;
		width: 110px;
	}
	.tenshiba-intro .inner{
		margin-bottom: 50px;
		padding-left: 0;
		transform: none; 
	}
	.tenshiba-intro .txt-area{
		max-width: none;
		width: 100%;
		padding: 30px 0 0;
	}
	.tenshiba-intro .txt-area .txt{
		margin-bottom: 25px;
		font-size: 1.3rem;
		line-height: 1.8;
	}
	.tenshiba-intro .txt-area .txt span{
		display: inline-block;
		float: right;
		width: 43.33vw;
		margin-top: -60px;
		transform: translate(20px,0);
		border-radius: 5px 0 0 5px;
		overflow: hidden;
	}
	.tenshiba-intro .txt-area .txt::after{
		display: block;
		content: "";
		height: 0;
		clear:both;
	}	
	.tenshiba-intro .txt-area .btn-ico-base{
		clear: both;
		max-width: 315px;
		margin: 25px auto 20px;
	}
	.tenshiba-intro .txt-area .sec-btm-sns{
		display: flex;
		justify-content: center;
	}
	.tenshiba-intro .txt-area .sec-btm-sns dt{
		margin: 0 10px 0 0;
	}
	
	.tenshiba .wide-cont-intro .map{
		margin: 0 0 0;
		padding: 0 15px;
	}
	.wide-cont-intro._rev .enshiba-entrance .txt-box {
    padding: 0 0;
}
	
	.tenshiba .wide-cont-intro .page-nav{
		max-width: 315px;
		margin: 0 auto;
	}
	.tenshiba .wide-cont-intro .page-nav li:nth-child(n+2){
		margin-top: 15px;
	}
	.tenshiba .wide-cont-intro .page-nav li a span::before{
		background-image:url(../../../../common/image/ico_arw_green_down.svg);
	}
	.tenshiba .wide-cont-intro .page-nav li:nth-child(1) a span::before {
		transform: translate(0,0);
	}
	.tenshiba .wide-cont-intro .page-nav li:nth-child(1) a:hover span::before{
		transform: translate(0,0);
	}




/* shop-guide
-----------------------------------------------------------------*/
	.shop-guide{
		padding: 30px 0;
	}
	.shop-guide h2{
		margin-bottom: 25px;
		text-align: center;
	}
	.shop-guide .photo-nav{
		margin-bottom: 70px;
	}
	.shop-guide .photo-nav ul{
		display: block;
	}
	.shop-guide .photo-nav ul li{
		max-width: 380px;
		width: 100%;
		margin: 0 auto;
	}
	.shop-guide .photo-nav ul li:nth-child(n+2){
		margin-top: 20px;
	}
	.shop-guide .photo-nav ul li a{
		border-radius: 5px;
	}
	.shop-guide .photo-nav ul li a:hover img{
		opacity: 1;
	}
	.shop-guide .photo-nav ul li a::after{
		right: 10px;
		bottom: 10px;
		width: 36px;
		height: 36px;
	}
	.shop-guide .photo-nav .ttl{
		padding: 0 10px 10px;
	}
	.shop-guide .photo-nav .ttl .en{
		font-size: 2.8rem;
	}
	.shop-guide .photo-nav .ttl .ja{
		font-size: 1.5rem;
	}

/* ina */
	.ina{
		margin-bottom: 0;
		padding-top: 0;
		background: none;
	}
	.ina .inner,
	.hostel .inner{
		display: block;
	}
	.ina .inner::after,
	.hostel .inner::after{
		display: none;
	}
	.ina .inner .txt-area,
	.hostel .inner .txt-area{
		width: 100%;
		padding:30px 0 0;
	}
	.ina .logo{
		max-width: 100px;
		margin: 0 auto 20px;
	}
	.ina h3,
	.hostel h3{
		margin-bottom: 15px;
		font-size: 2rem;
		line-height:1.5;
		text-align: center;
	}
	.ina .txt,
	.hostel .txt{
		font-size: 1.3rem;
		line-height: 1.8;
	}
	.ina .note{
		margin-top: 15px;
		font-size: 1rem;
	}
	.ina .inner .btn-area,
	.hostel .inner .btn-area{
		width: 100%;
	}
	.ina .inner .btn-ico-base,
	.hostel .inner .btn-ico-base{
		max-width: 315px;
		margin: 0 auto;
	}


/* hostel */
	.hostel{
		padding-top: 0;
		background: none;
	}
	.hostel .logo{
		max-width: 232px;
		margin: 0 auto 25px;
	}
	.hostel h3 small{
		font-size: 1.3rem;
	}	
	.hostel .sec-btm-sns{
		margin-top: 25px;
		display: flex;
		justify-content: center;
	}
	.hostel .sec-btm-sns dt{
		margin: 0 10px 0 0;
	}
	.hostel .btn-ico-base a{
		padding-right: 15px;
	}


/* entrance-area
-----------------------------------------------------------------*/
	.entrance-area{
		padding: 30px 0 60px;
	}
	.entrance-area .outer {
			display: block;
	}
	.entrance-area .pic {
		width: auto;
		border-radius: 0 5px 5px 0;
    margin: 0 20px 35px 0;
	}
	.entrance-area .txt-area {
		width: 100%;
	}
	.entrance-area .txt-box {
		max-width: none;
    padding: 0 20px;
	}
	.entrance-area h2 .ja{
		display: inline-block;
		text-indent: -0.5em;
		letter-spacing: 0;
		font-size: 2.1rem;
	}
	.entrance-area .txt-line{
		margin-bottom: 25px;
	}
	.entrance-area  .logo{
		max-width: 156px;
		margin: 0 auto 20px;
	}
	.entrance-area .btn-ico-base{	
		max-width: 315px;
		margin: 0 auto;
	}


/* campaign
-----------------------------------------------------------------*/
	.campaign{
		padding: 30px 0 50px;
		background:url(../image/bg_welcome_sp.jpg) no-repeat center bottom;
		background-size: cover;
	}
	.campaign h2{
		max-width: 276px;
		margin: 0 auto 25px;
	}
	.campaign .txt-lead{
		margin-bottom: 20px;
		font-size: 1.9rem;
		line-height: 1.5;
	}
	.campaign .txt{
		margin-bottom: 30px;
		font-size: 1.3rem;
		line-height: 2.8;
	}
	.campaign .btn-ico-base{
		max-width: 315px;	
		margin: 0 auto;
	}
	.campaign .btn-ico-base a{
		height: 60px;
		padding-top: 11px;
		border-radius: 30px;
		line-height: 1.5;
	}


}

.btn-ico-base-half{
	  width: 450px;
	  margin-top: 0;
	  margin-bottom: 30px;	
	  display: -webkit-box;
	  display: -ms-flexbox;
	  display: flex;
	  -webkit-box-pack: justify;
	  -ms-flex-pack: justify;
	  justify-content: space-between;
}

.btn-ico-base-half li{
	  width: 48%;
}

.btn-ico-base-half li a{
	position: relative;
    display: block;
    height: 60px;
    background-color: #0A9D4C;
    border-radius: 30px;
    text-align: center;
    color: #FFF;
    line-height: 58px;
    font-size: 1.6rem;
    font-weight: 500;
}

.btn-ico-base-half li a[target="_blank"] span {
    padding: 0 15px;
    background: url(../../../../common/image/ico_blank_w.png) no-repeat right center;
    background-size: 10px auto;
}

.btn-ico-base-half li a[target="_blank"] span {
    padding: 0 15px;
    background: url(../../../../common/image/ico_blank_w.png) no-repeat right center;
    background-size: 10px auto;
}

.btn-ico-base-half li a::after {
  position: absolute;
  right: 15px;
  top: 40%;
  display: block;
  content: "";
  width: 30px;
  height: 6px;
  background: url(../../../../common/image/ico_arw_btn.svg) no-repeat;
  background-size: 100% auto;
  transition: .3s;
}
.btn-ico-base-half li a:hover::after {
  right: 10px;
}


@media screen and (max-width: 768px){
	
.btn-ico-base-half{
	  width: 100%;}	
	
.btn-ico-base-half li a {
    height: 50px;
    border-radius: 25px;
    line-height: 48px;
    font-size: 1.2rem;
}
	
.btn-ico-base-half li a::after {
  position: absolute;
  right: 15px;
  top: 40%;
  display: block;
  content: "";
  width: 20px;
  height: 6px;
  background: url(../../../../common/image/ico_arw_btn.svg) no-repeat;
  background-size: 100% auto;
  transition: .3s;
}	
.btn-ico-base-half li a:hover::after {
  right: 5px;
}	
	
	}</pre></body></html>