@charset "utf-8";

/**
 *
 *  ページ用CSS
 *　index
 */

/*--------------------------------------------------------------------------
   Overwright
---------------------------------------------------------------------------*/
.page-ttl::before{
	background-image:url(../image/bg_ttl.jpg);		
}



/*--------------------------------------------------------------------------
   Content
---------------------------------------------------------------------------*/

/* intro
-----------------------------------------------------------------*/
.intro{
	padding: 70px 0;	
}
.intro .intro-cont{
	position: relative;
	margin-bottom: 100px;
	padding-bottom: 110px;	
}
.intro .intro-cont .txt-area{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-end;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;	
}
.intro .intro-cont .txt-area h2{
	font-size: 6.4rem;
	line-height: 1.3;
	letter-spacing: .05em;
}
.intro .intro-cont .txt-area h2 small{
	font-size: 4.8rem;
}
.intro .intro-cont .txt-area .txt{
	font-size: 1.5rem;
	line-height: 2;
}
.intro .intro-cont .txt-area .note{
	width: 100%;
	margin-top: 30px;
	font-size: 1rem;
	text-align: right;
}

.intro .history{
	display: flex;
	background: rgba(255,255,255,.1);	
}
.intro .history .txt-area{
	position: relative;
	width: 55%;
	padding: 70px 5% 30px 105px;
}

.intro .history .txt-area .txt-side{
	position: absolute;
	left: 0;
	top: 0;	
}
.intro .history .txt-area h2{
	margin-bottom: 40px;
	font-size: 3.8rem;
}
.intro .history .txt-area .txt{
	font-size: 1.6rem;
	line-height: 2.2;
}
.intro .history .pic{
	position: relative;
	width: 45%;	
}
.intro .history .pic .caption{
	position: absolute;
	right: 10px;
	bottom: 10px;
	line-height: 1;
	font-size: 1.4rem;	
}
.intro .history .pic .caption .name{
	font-size: 1.8rem;
	padding-right: 12px;
}
.intro .history .pic .caption em{
	font-size: 4rem;	
}


/* category
-----------------------------------------------------------------*/
.category{
	padding: 70px 0;
}
.category .inner{
	max-width: 1020px;	
}
.category .ttl-sub{
	margin-bottom: 75px;
	text-align: center;
	font-size: 2.8rem;	
}

.category .cat-hd{
	display: flex;
	justify-content: space-between;
	margin-bottom: 90px;
}
.category .cat-hd h2{
	color: #c09b23;
	margin-right: 20px;
	line-height: 1.2;
}
.category .cat-hd h2 .en{
	display: block;
	font-size: 8rem;
	font-weight: 500;
	letter-spacing: .05em;
}
.category .cat-hd h2{
	font-size: 1.4rem;
}
.category .cat-hd .txt-area{
	max-width: 490px;
	padding-top: 15px;
}
.category .cat-hd .txt-area h3{
	margin-bottom: 15px;
	font-size: 2.2rem;
}
.category .cat-hd .txt-area .txt{
	font-size: 1.5rem;
}

.category .cat-spot-list{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.category .cat-spot-list li{
	max-width: 230px;
	width: calc((100% - 30px)/4);	
}
.category .cat-spot-list .pic img{
	box-shadow: 0 0 10px rgba(0,0,0,.5);	
}
.category .cat-spot-list .ttl-area{
	display: flex;
	justify-content: space-between;	
}
.category .cat-spot-list .ttl-area h4{
	padding-top: 22px;
	font-size: 1.4rem;
	line-height: 1.4;
}
.category .cat-spot-list .ttl-area .distance{
	font-size: 1.2rem;
	line-height: 1.1;
}
.category .cat-spot-list .ttl-area .distance em{
	 font-family: "EB Garamond", serif;
	 font-size: 4rem;
}
.category .cat-spot-list .ttl-area .distance small{
	display: block;
}


/* cat01 */
.cat01 .feature-shop-box{
	display: flex;
	justify-content: space-between;
}
.cat01 .feature-shop+.feature-shop .feature-shop-box{
	flex-direction: row-reverse;
	margin: 75px 0 80px;
}
.cat01 .feature-shop .pic{
	max-width: 490px;
	width: 52%;
}
.cat01 .feature-shop .txt-area{
	max-width: 440px;
	width: 42%;
}
.cat01 .feature-shop .txt-area .shop-name{
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	margin-bottom: 15px;
	padding: 10px 25px 25px;
	background: #c09b23;
	line-height: 1;	
}
.cat01 .feature-shop .txt-area .shop-name h3{
	margin-right: 15px;
	padding-bottom: 5px;
	font-size: 1.8rem;
}
.cat01 .feature-shop .txt-area .shop-name .distance{
	font-size: 1.2rem;
}
.cat01 .feature-shop .txt-area .shop-name .distance em{
	padding: 0 2px;
	font-size: 4rem;
}
.cat01 .feature-shop .txt-area .businesshour{
	display: flex;
	align-items: flex-start;
	margin-bottom: 15px;
	font-size: 1.1rem;	
}
.cat01 .feature-shop .txt-area .businesshour strong{
	margin-right: 10px;
	padding: 0 5px;
	border: 1px solid #fff;
}
.cat01 .feature-shop h4{
	margin-bottom: 5px;
	letter-spacing: .08em;	
}
.cat01 .feature-shop-box + h4{
	margin-top: 35px;
}
.cat01 .feature-shop .txt-area .pic-sub{
	position: relative;
	margin-top: 15px;	
}
.cat01 .feature-shop .txt-area .pic-sub .caption{
	position: absolute;
	right: 0;
	bottom: 0;
	padding: 0 5px;
	font-size: 1rem;
	background: rgba(0,0,0,.5);
}
.cat01 .feature-shop .txt-area .pic-sub img{
	box-shadow: 0 0 10px rgba(0,0,0,.5);	
}


.cat01 .feature-shop .shop-guide-list{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.cat01 .feature-shop .shop-guide-list > div{
	width: calc((100% - 4px)/3);
	background: rgba(255,255,255,.2);
	font-size: 1.2rem;	
}
.cat01 .feature-shop .shop-guide-list > div:nth-child(n+4){
	margin-top: 4px;
}
.cat01 .feature-shop .shop-guide-list dt{
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 6px 5%;
	background: rgba(29,62,74,.8);	
}
.cat01 .feature-shop .shop-guide-list dt .en{
	color: #c09b23;
	font-size: 1.5rem;
	font-style: italic;
	line-height: 1;
}
.cat01 .feature-shop .shop-guide-list dt .en strong{
	font-size: 2.2rem;
	font-weight: normal;
}
.cat01 .feature-shop .shop-guide-list dd{
	padding: 10px 5%;
}

.cat01 .feature-shop .shop-guide-layout{
	display: flex;
	justify-content: space-between;
}
.cat01 .feature-shop .shop-guide-layout > div{
	width: calc(50% - 1px);
}
.cat01 .feature-shop .shop-guide-layout > div+div{
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.cat01 .feature-shop .shop-guide-table .ttl{
	padding: 2px 2px 10px;
	font-size: 1.3rem;
}
.cat01 .feature-shop .shop-guide-table .ttl p{
	display: flex;
	align-items: center;
}
.cat01 .feature-shop .shop-guide-table .ttl p span{
	flex-shrink: 0;
	padding: 0 10px;
}
.cat01 .feature-shop .shop-guide-table .ttl p::before,
.cat01 .feature-shop .shop-guide-table .ttl p::after{
	display: block;
	content: "";
	width: 50%;
	height: 1px;
	background: #FFF;
}

.cat01 .feature-shop .shop-guide-table .floor+.floor{
	margin-top: 2px;
}
.cat01 .feature-shop .shop-guide-table .floor p{
	display: flex;
	height: 100%;
	padding: 1px;
	font-size: 1.1rem;
	background: rgba(255,255,255,.2);	
}
.cat01 .feature-shop .shop-guide-table .floor span{
	padding: 10px 0;
}
.cat01 .feature-shop .shop-guide-table .floor span.row2{
	padding: 24px 0;
}
.cat01 .feature-shop .shop-guide-table .floor .en{
	display: flex;
	justify-content: center;
	align-items: center;
	flex-shrink: 0;
	width: 38px;
	margin-right: 5px;
	color: #c09b23;
	font-size: 1.5rem;
	font-style: italic;
	line-height: 1;
	background: #01111c;
}
.cat01 .feature-shop .shop-guide-table .floor .en strong{
	font-size: 2.2rem;
	font-weight: normal;
}
.cat01 .feature-shop .etc{
	text-align: right;
	font-size: 1.2rem;
}


/* map
-----------------------------------------------------------------*/
.map{
	padding: 80px 0;
}
.map h2,
.life-info h2{
	margin-bottom: 30px;
	text-align: center;
	color: #c09b23;
	line-height: 1.6;
}
.map h2 .en,
.life-info h2 .en{
	display: block;
	font-size: 2.6rem;
}
.map h2 .ja,
.life-info h2 .ja{
	font-size: 1.3rem;
}
.map .pic-map{
	text-align: center;	
}




/* life-info
-----------------------------------------------------------------*/
.life-info{
	padding: 80px 0 130px;
}
.life-info .inner{
	max-width: 1040px;	
}
.life-info .cat-nav{
	margin-bottom: 35px;	
}
.life-info .cat-nav ul{
	display: flex;
	justify-content: space-between;	
}
.life-info .cat-nav ul li{
	position: relative;
	width: calc((100% - 15px)/6);
	padding: 10px;
	background: rgba(255,255,255,.1);
	text-align: center;
	line-height: 1.5;
	cursor: pointer;
	transition:.2s;	
}
.life-info .cat-nav ul li::after{
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translate(-50%,100%);
	display: block;
	width: 0;
	height: 0;
	content: "";
	border: solid transparent;
	border-width: 11px 7px;
	border-top-color: #fff;
	opacity: 0;
	transition:.2s;	
}
.life-info .cat-nav ul li.current,
.life-info .cat-nav ul li:hover{
	background: rgba(255,255,255,1);
	color: #333; 
}
.life-info .cat-nav ul li.current::after,
.life-info .cat-nav ul li:hover::after{
	opacity: 1;
}
.life-info .cat-nav ul li .ja{
	display: block;
	font-size: 1.5rem;
}
.life-info .cat-nav ul li .en{
	font-size: 1rem;
}
.life-info .cat-cont{
	display: none;
}
.life-info .cat-cont.info-cat01{
	display: block;
}
.life-info .cat-cont ul{
	display: flex;
	flex-wrap:wrap;
	justify-content: space-between;
}
.life-info .cat-cont ul li{
	display: flex;
	justify-content: space-between;
	max-width: 480px;
	width: calc(50% - 10px);
	padding: 10px 0;
	border-bottom: 1px solid rgba(255,255,255,.2);
	font-size: 1.5rem;	
}
.life-info .cat-cont ul li span:nth-child(1){
	margin-right: 10px;
}





















/*--------------------------------------------------------------------------
   mobile
---------------------------------------------------------------------------*/
@media screen and (max-width: 768px) {


/* intro
-----------------------------------------------------------------*/
  .intro{
    padding: 50px 0;	
  }
  .intro .inner{
    padding: 0;  
  }
  .intro .intro-cont{
    margin-bottom: 45px;
    padding-bottom: 0;	
  }
  .intro .intro-cont .txt-area{
    display: block;
    position: relative;
    padding: 0 20px;
    margin-top: -40px;
  }
  .intro .intro-cont .txt-area h2{
    margin-bottom: 15px;
    font-size: 3.8rem;
    line-height: 1.3;
  }
  .intro .intro-cont .txt-area h2 small{
    font-size: 2.8rem;
  }
  .intro .intro-cont .txt-area .txt{
    font-size: 1.3rem;
    line-height: 2.2;
    text-align: justify;
  }
  .intro .intro-cont .txt-area .note{
    margin-top: 15px;
  }
  
  .intro .history{
    display: block;
  }
  .intro .history .txt-area{
    position: relative;
    width: 100%;
    padding: 40px 20px 30px 50px;
  }
  
  .intro .history .txt-area .txt-side{
    width: 30px;
  }
  .intro .history .txt-area h2{
    margin-bottom: 20px;
    font-size: 2.8rem;
  }
  .intro .history .txt-area .txt{
    font-size: 1.4rem;
    text-align: justify;
  }
  .intro .history .pic{
    width: 100%;	
  }
  .intro .history .pic .caption{
    font-size: 1rem;	
  }
  .intro .history .pic .caption .name{
    font-size: 1.5rem;
    padding-right: 5px;
  }
  .intro .history .pic .caption em{
    font-size: 2.5rem;	
  }


/* category
-----------------------------------------------------------------*/
  .category{
    padding: 30px 0;
  }
  .category .ttl-sub{
    margin-bottom: 40px;
    font-size: 2.2rem;	
  }
  
  .category .cat-hd{
    display: block;
    margin-bottom: 40px;
  }
  .category .cat-hd h2{
    margin-right: 0;
    line-height: 1.2;
  }
  .category .cat-hd h2 .en{
    font-size: 4.5rem;
  }
  .category .cat-hd h2{
    font-size: 1.2rem;
  }
  .category .cat-hd .txt-area{
    max-width: none;
  }
  .category .cat-hd .txt-area h3{
    margin-bottom: 15px;
    font-size: 1.7rem;
  }
  .category .cat-hd .txt-area .txt{
    font-size: 1.3rem;
    text-align: justify;
  }
  
  .category .cat-spot-list li{
    max-width: none;
    width: calc(50% - 10px);	
  }
  .category .cat-spot-list li:nth-child(n+3){
    margin-top: 20px;  
  }
  .category .cat-spot-list .ttl-area h4{
    padding-top: 10px;
    font-size: 1.1rem;
    line-height: 1.4;
  }
  .category .cat-spot-list .ttl-area .distance{
    font-size: 1rem;
    line-height: 1.1;
  }
  .category .cat-spot-list .ttl-area .distance em{
     font-size: 2.5rem;
  }
  .category .cat-spot-list .ttl-area .distance small{
    font-size: 1.1rem;
  }


/* cat01 */
  .cat01 .feature-shop-box{
    display: block;
  }
  .cat01 .feature-shop+.feature-shop .feature-shop-box{
    margin: 20px 0 30px;
  }
  .cat01 .feature-shop .pic{
    max-width: none;
    width: 100%;
    margin-bottom: 15px;
  }
  .cat01 .feature-shop .txt-area{
    max-width: none;
    width: 100%;
  }
  .cat01 .feature-shop .txt-area .shop-name{
    padding: 10px 15px 25px;
  }
  .cat01 .feature-shop .txt-area .shop-name h3{
    margin-right: 10px;
    font-size: 1.4rem;
  }
  .cat01 .feature-shop .txt-area .businesshour{
    font-size: 1rem;	
  }
  .cat01 .feature-shop .txt-area .businesshour strong{
    flex-shrink: 0;
    margin-right: 5px;
  }
  .cat01 .feature-shop .txt-area .businesshour span.break{
    display: block;
    padding-left: 9em;  
  }
  .cat01 .feature-shop h4{
    font-size: 1.2rem;
  }
	.cat01 .feature-shop .feature-shop-box+h4{
		margin-top: 20px;
	}
  .cat01 .feature-shop .shop-guide-list > div{
		width: calc(50% - 1px);
    font-size: 1rem;	
  }
	.cat01 .feature-shop .shop-guide-list > div:nth-child(n+3){
		margin-top: 2px;
	}
	.cat01 .feature-shop .shop-guide-list dt.line{
		padding: 15px 5%;
	}
	.cat01 .feature-shop .shop-guide-list dt .en{
		font-size: 1.2rem;
	}
	.cat01 .feature-shop .shop-guide-list dt .en strong{
		font-size: 1.8rem;
	}
	
	.cat01 .feature-shop .shop-guide-layout{
		width: calc(100% + 20px);
		margin-left: -10px;
	}
	
	.cat01 .feature-shop .shop-guide-table .floor p{
		font-size: 1rem;
	}
	.cat01 .feature-shop .shop-guide-table .floor span.row2{
		padding: 22px 0;
	}
	.cat01 .feature-shop .shop-guide-table .floor .en{
		width: 28px;
		font-size: 1rem;
	}
	.cat01 .feature-shop .shop-guide-table .floor .en strong{
		font-size: 1.4rem;
	}
	.cat01 .feature-shop .etc{
		font-size: 1.1rem;
	}



/* map
-----------------------------------------------------------------*/
  .map{
    padding: 40px 0;
  }
  .map h2,
  .life-info h2{
    margin-bottom: 25px;
    line-height: 1.3;
  }
  .map h2 .en,
  .life-info h2 .en{
    font-size: 2.4rem;
  }
  .map h2 .ja,
  .life-info h2 .ja{
    font-size: 1rem;
  }
  .map .pic-map{
    position: relative;
    overflow: auto;
    width: calc(100% + 40px);
    margin-left:  -20px;
    padding-bottom: 10px;
  }
  #Page .map .pic-map img{
    max-width: none;
    width: auto;
    height: 400px;  
  }
  .map .ico-swipe{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #Page .map .ico-swipe img{
    width: 100px;
    height: 100px;
  }



/* life-info
-----------------------------------------------------------------*/
  .life-info{
    padding: 40px 0 60px;
  }
  .life-info .inner{
    padding: 0;  
  }
  .life-info .cat-nav{
    margin-bottom: 20px;	
  }
  .life-info .cat-nav .slick-list{
    overflow: visible; 
  }
  .life-info .cat-nav ul{
    display: block;
  }
  .life-info .cat-nav ul li{
    position: relative;
    width: auto;
    padding: 15px 5px;
    margin: 0 2px;
  }
  .life-info .cat-nav ul li::after{
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translate(-50%,100%);
    display: block;
    width: 0;
    height: 0;
    content: "";
    border: solid transparent;
    border-width: 11px 7px;
    border-top-color: #fff;
    opacity: 0;
    transition:.2s;	
  }
  .life-info .cat-nav ul li.current,
  .life-info .cat-nav ul li:hover,
  .life-info .cat-nav ul .slick-active+.slick-active+.slick-active li{
    background: rgba(255,255,255,.1);
    color: #fff; 
  }
  .life-info .cat-nav ul li.current::after,
  .life-info .cat-nav ul li:hover::after,
  .life-info .cat-nav ul .slick-active+.slick-active+.slick-active li::after{
    opacity: 0;
  }
  .life-info .cat-nav ul .slick-active+.slick-active li{
    background: rgba(255,255,255,1);
    color: #333; 
  }
  .life-info .cat-nav ul .slick-active+.slick-active li::after{
    opacity: 1;
  }
  .life-info .cat-nav ul li .ja{
    font-size: 1.2rem;
  }
  .life-info .cat-nav ul li .en{
    display: none;
  }
  .life-info .cat-nav .slick-prev,
  .life-info .cat-nav .slick-next{
    top: 0;
    z-index: 1000;
    transform: none;
    width: 70px;
    height: 60px;
    background-repeat: no-repeat;
    background-size: auto 100%;
  }
  .life-info .cat-nav .slick-prev{
    left: 0;
    background-position: left top;
    background-image: url(../image/btn_prev.png);
  }
  .life-info .cat-nav .slick-next{
    right: 0;
    background-position: right top;
    background-image: url(../image/btn_next.png);
  }
  
  
  .life-info .cat-cont{
    display: block;
    padding: 0 20px; 
  }
  .life-info .cat-cont ul{
    display: block;
  }
  .life-info .cat-cont ul li{
    max-width: none;
    width: 100%;
    font-size: 1.2rem;	
  }
  .life-info .cat-cont ul li span:nth-child(1){
    margin-right: 5px;
  }



}