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

/*
■ 汎用

■ TOPページ
■ ###
■ ###
■ ###

■ JSライブラリ
*/



/* ■ 汎用 ==================================================================================== */

/*
一覧
タグリスト
Q&amp;A
*/


/* 一覧 --------------------------------------------------- */

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

	.PC {
	display: none;
	}

}

@media print, screen and (min-width: 768px) {

	.SP {
	display: none;
	}

}


/* ボーダー --------------------------------------------------- */

.Border1 {
border: 1px solid #c6c6c6;
}


/* 枠 --------------------------------------------------- */

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

	.ContentsNewOpen .Content {
	padding: 0 2rem;
	}

}

@media print, screen and (min-width: 768px) {

	.ContentsNewOpen {
	max-width: 94rem;
	margin: 0 auto;
	padding: 7rem 2rem;
	}

}

@media print, screen and (min-width: 1110px) {

	.ContentsNewOpen {
	max-width: 96rem;
	margin: 0 auto;
	}

}


/* ホームボタン --------------------------------------------------- */


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

	.HomeBtn {
    display: block;
    width: 25rem;
    margin: 2rem auto;
    text-align: center;
	}

}

@media print, screen and (min-width: 768px) {

	.HomeBtn {
    display: block;
    width: 30rem;
    margin: 0 auto;
    text-align: center;
	}

}

@media print, screen and (min-width: 1110px) {


}




/* リンクボタン --------------------------------------------------- */


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

	.IndexMenu li {
	margin-top: 20px;
	}

	.ShopBtn {
	margin-top: auto;
	}

	.ShopBtn a {
    display: block;
    width: 100%;
    margin: 10px auto 0 auto;
    padding: 8px 0;
    color: #000;
    font-size: 16px;
    text-align: center;
    border-radius: 3rem;
    text-decoration: none;
    border: solid 1px #000;
	}
	
	.ShopBtn a:hover{
    background-color: #000;
    color: #fff;
    transition: .3s;
    }
 
}

@media print, screen and (min-width: 768px) {

	.IndexMenu {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	}

	.IndexMenu li {
	display: flex;
	flex-direction: column;
	margin-top: 20px;
	}

	.ShopBtn {
	margin-top: auto;
	}

	.ShopBtn a {
    display: block;
    width: 100%;
    margin: 15px auto 0 auto;
    padding: 8px 0;
    color: #000;
    font-size: 16px;
    text-align: center;
    border-radius: 3rem;
    text-decoration: none;
    border: solid 1px #000;
	}
	
	.ShopBtn a:hover{
    background-color: #000;
    color: #fff;
    transition: .3s;
    }
    
}




/* タイトル --------------------------------------------------- */

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

	.ContentsNewOpen .Title {
	margin-top: 2rem;
	}

}

@media print, screen and (min-width: 768px) {

	.ContentsNewOpen .Title {
	margin-top: 2rem;
	}

}

@media print, screen and (min-width: 1110px) {


}


/* セクションタイトル --------------------------------------------------- */

.IndexMenu.CadIndex li h3 {
text-align: center;
font-weight: bold;
}


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

	.Content {
	margin-top: 3rem;
	}

	#NewShop {
	margin-top: 3rem;
	}

	.ContentMds1 {
	display: block;
	font-size: 1.6rem;
	}

	.ContentMds {
    padding: 0.5em 0;
    font-size: 2.5rem;
    font-weight: bold;
    font-family: AvenirNextLTPro-Demi;
    line-height: 1.32;
    text-align: center;
    color: #000;
    border-top: solid 3px #000;
	}
	
	.NewShopSubMds {
	margin-top: 1.5rem;
	font-size: 1.4rem;
	line-height: 1.8;
	}
	
	.ConceptTxt {
	margin-top: 1rem;
	font-size: 1.4rem;
	line-height: 1.8;
	}
	
	.ConceptTxt small {
	font-size: 1.2rem;	
	}


	.ConceptTxt {
	margin-top: 3rem;
	font-size: 1.6rem;
	line-height: 1.8;
	}
	
	.ConceptTxt small {
	font-size: 1.4rem;	
	}
	
	.TelTxt {
	margin-top: 1rem;
	font-size: 1.3rem;
	}
	

}

@media print, screen and (min-width: 768px) {

	.Content {
	margin-top: 5rem;
	}

	.ContentMds1 {
	display: block;
	font-size: 2.2rem;
	}
	
	.ContentMds2 {
	display: block;
	margin-top: 1rem;
	}

	#NewShop {
	margin-top: 7rem;
	}

	.ContentMds {
    padding: 4rem 0 0 0 ;
    font-size: 3.6rem;
    font-weight: bold;
    font-family: AvenirNextLTPro-Demi;
    text-align: center;
    color: #000;
    border-top: solid 3px #000;
	}

	.NewShopSubMds {
	margin-top: 2rem;
    font-size: 1.8rem;
	line-height: 1.8;
    text-align: center;
	}

	.ConceptTxt {
	margin-top: 3rem;
	font-size: 1.6rem;
	line-height: 1.8;
	}
	
	.ConceptTxt small {
	font-size: 1.4rem;	
	}
	
	.TelTxt {
	margin-top: 1rem;
	font-size: 1.3rem;
	}
	
	.IndexMenu2 li {
	display: flex;
	width: 100% !important;
	margin-right: 0 !important;
	}

	.IndexMenu2 li .Thumb {
	width: 28%;
	}
	
	.IndexMenu2 li .ItemInfo {
	width: 72%;
	padding-left: 3rem;
	}
	
	.IndexMenu2 li .Floor {
	margin-top: 0 !important;
	}
	
	#Exhibition {
	padding-bottom: 5rem;
	}

}

@media print, screen and (min-width: 1110px) {


}


/* Visual --------------------------------------------------- */

#Visual {
margin-top: 7rem;
}

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

	#Visual {
	padding-bottom: 3rem;
	}

	#Visual .Lead {
	margin-bottom: 2rem;
	line-height: 1.8;
	}
	
	#Visual .NewShopMds {
	margin-bottom: 2rem;
	}


}

@media print, screen and (min-width: 768px) {
	
	#Visual {
	padding-bottom: 6rem;
	}

	#Visual .Lead {
	margin-bottom: 2rem;
	line-height: 1.8;
	}

	#Visual .NewShopMds {
	margin-bottom: 3rem;
	}

}

@media print, screen and (min-width: 1110px) {

}




/* Youtube --------------------------------------------------- */

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

	#Youtube {
	width: 100%;
	margin-top: 30px;
	}
	
	#Youtube .YoutubePC {
	display: none;
	}
	
	#Youtube .YoutubeSP {
	position: relative;
	height: 0;
	padding: 30px 0 56.25%;
	overflow: hidden;
	margin: 0 10px 0 10px;
	}
	
	#Youtube .YoutubeSP iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	}

}
	
@media print, screen and (min-width: 768px) {

	
	#Youtube .YoutubePC {
	width: 560px;
	margin: 50px auto;
	}

	#Youtube .YoutubePC  iframe {
	position: relative;
	width: 560px;
	height: 315px;
	}

	#Youtube .YoutubeSP {
	display: none;
	}

}

@media print, screen and (min-width: 1100px) {

	#Youtube .YoutubePC {
	width: 800px;
	margin: 50px auto;
	}

	#Youtube .YoutubePC  iframe {
	position: relative;
	width: 800px;
	height: 450px;
	}

}



/* midori --------------------------------------------------- */

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

.CreditBox {
margin: 15px auto 0 auto;
padding: 15px;
margin-top: 30px;
background-color: #e6e6e6;
}

.CreditMds {
font-size: 18px;
font-weight: 700;
line-height: 1.4em;
}

.LeftBox img {
width: 100%;
margin-bottom: 25px;
}

.CreditLead {
font-size: 12px;
line-height: 1.8em;
margin-top: 20px;
}

.CreditBox table {
display: block;
width: 100%;
}

.CreditBox td {
    display: block;
}

}

@media print, screen and (min-width: 768px) {
	
.CreditBox {
width: auto;
margin: 15px auto 0 auto;
padding: 20px;
margin-top: 30px;
background-color: #e6e6e6;
}

.LeftBox {
width: 220px;
}

.LeftBox img {
width: 200px;
}

.CreditMds {
font-size: 22px;
font-weight: 700;
line-height: 1.4em;
}

.CreditLead {
font-size: 14px;
line-height: 2em;
margin-top: 20px;
} 

}

@media print, screen and (min-width: 1110px) {
.CreditBox {
width: auto;
margin: 15px auto 0 auto;
padding: 20px;
margin-top: 30px;
background-color: #e6e6e6;
}
}


/* NEW SHOP OPEN --------------------------------------------------- */

.IndexMenu li h3 {
font-family: AvenirNextLTPro-Regular;
}

.IndexMenu li h3 a {
text-decoration: underline;
}

.ItemInfo .Mds1 {
font-size: 2rem;
margin-right: 10px;
line-height: 1.6;
}

.ItemInfo .Mds2 {
display: inline-block;

font-size: 1.3rem;
}

.LeadMds {
margin-top: 3rem;
margin-bottom: 2rem;
padding-top: 2rem;
border-top: 2px solid #000;
}

.TicketBuy {
margin-top: 2rem;
background: #eee;
padding: 1.5rem;
}

.TicketBuy p {
font-size: 1.1rem;
line-height: 1.8;
}

.TicketBuy a {
text-decoration: underline;
}

.IconInfoList {
display: flex;
justify-content: center;
flex-wrap: wrap;
margin-top: 3rem;
}

.IconInfoList li {
position: relative;
padding-left: 3rem;
margin-right: 2rem;
}

.IconInfoList li.IconList1:before {
content: '';
position: absolute;
left: 0;
top: -2px;
display: block;
width: 20px;
height: 20px;
background-image: url(../img/IconInfo_1.png);
background-repeat: no-repeat;
background-size: contain;
vertical-align: middle;
}

.IconInfoList li.IconList2:before {
content: '';
position: absolute;
left: 0;
top: -2px;
display: block;
width: 20px;
height: 20px;
background-image: url(../img/IconInfo_2.png);
background-repeat: no-repeat;
background-size: contain;
vertical-align: middle;
}

.IconInfoList li.IconList3:before {
content: '';
position: absolute;
left: 0;
top: -2px;
display: block;
width: 20px;
height: 20px;
background-image: url(../img/IconInfo_3.png);
background-repeat: no-repeat;
background-size: contain;
vertical-align: middle;
}

.IconInfoList li.IconList4:before {
content: '';
position: absolute;
left: 0;
top: -2px;
display: block;
width: 20px;
height: 20px;
background-image: url(../img/IconInfo_4.png);
background-repeat: no-repeat;
background-size: contain;
vertical-align: middle;
}

.IconInfoList li.IconList5:before {
content: '';
position: absolute;
left: 0;
top: -2px;
display: block;
width: 20px;
height: 20px;
background-image: url(../img/IconInfo_5.png);
background-repeat: no-repeat;
background-size: contain;
vertical-align: middle;
}


.ItemInfo .Icon {
margin-top: 1.5rem;
}

.ItemInfo .Icon img {
width: 32%;
}

.ItemInfo .Icon.Icon4 img {
width: 50%;
}

#NewShop .IndexMenu .Thumb {
position: relative;
}

#NewShop .IndexMenu .IconNe {
position: absolute;
top: -14px;
right: -15px;
width: 100px;
transform: rotate(12deg);
}

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

	.IndexMenu {
	margin-top: 3rem;
	}

	.IndexMenu li {
	margin-bottom: 3.5rem;
	}
	
	.IndexMenu li .Floor {
    display: inline-block;
    width: 100%;
    color: #fff;
    line-height: 1.8;
    text-align: center;
    background: #000;
	}
	
	.IndexMenu li .ItemInfo {
	margin-top: 1rem;
	}

	.IndexMenu li h3 {
    margin: 1rem 0 0 0;
    font-size: 1.3rem;
    line-height: 1.3;
    font-weight: normal;
	}

	.IndexMenu li .Lead {
    margin: 1rem 0 0 0;
    font-size: 1.2rem;
    line-height:1.8em;
	}

	.ItemInfoIn .ItemInfoUnit {
	padding-bottom: 2rem;
	}

	.IconInfoList {
	justify-content: flex-start;
	}

	.IconInfoList li {
	width: 50%;
position: relative;
padding-left: 3rem;
margin-right: 0;
margin-bottom: 1.5rem;
}


}

@media print, screen and (min-width: 768px) {

	.IndexMenu {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	margin-top: 6rem;
	}

	.IndexMenu li {
	width: calc((100% / 3) - 2rem );
	margin-right: 3rem;
	margin-bottom: 3rem;
	}
	
	.CadIndex.IndexMenu li {
	width: calc((100% / 2) - 2rem );
	}

	.IndexMenu li:last-child {
	margin-right: 0;
	}

	.IndexMenu li:nth-child(3n) {
	margin-right: 0;
	}

	.IndexMenu li .Floor {
    display: inline-block;
    width: 100%;
    margin-top: 1rem;
    padding: 0.3rem 0;
    color: #fff;
    text-align: center;
    line-height: 1.8;
    letter-spacing: 0.08em;
    background: #000;
	}

	.IndexMenu li h3 {
    margin-top: 2rem;
    font-size: 1.6rem;
    line-height: 1.3em;
    font-weight: normal;
    color: #000;
	}

	.IndexMenu li .Lead {
    margin: 1rem 0 0 0;
    font-size: 1.2rem;
    color: #000;
    line-height: 1.8em;
	}
	
	.ItemInfoIn {
	display: flex;
	justify-content: space-between;
	}

	.ItemInfoIn .ItemInfoUnit {
	width: 48.5%;
	}


}

@media print, screen and (min-width: 1110px) {


}



/* POP UP SHOP --------------------------------------------------- */

#Popup {
margin-top: 7rem;
}

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

	.PopupSubMds {
	margin-top: 2rem;
    font-size: 1.4rem;
    text-align: center;
	}

	.PopupBtn {
    display: block;
    width: 100%;
    margin: 3rem auto 0 auto;
    padding: 1.8rem 0;
    color: #000;
    font-size: 1.6rem;
    text-align: center;
    border: 3px solid #000;
    border-radius: 3rem;
	}

}

@media print, screen and (min-width: 768px) {
	
	.PopupSubMds {
	margin-top: 5rem;
	font-size: 2.2rem;
    text-align: center;
    color: #000;
	}

	.PopupBtn {
    display: block;
    width: 30rem;
    margin: 5rem auto 0 auto;
    padding: 1.8rem 0;
    color: #000;
    font-size: 1.6rem;
    text-align: center;
    border: 3px solid #000;
    border-radius: 3rem;
	}

}

@media print, screen and (min-width: 1110px) {


}


/* NEW SHOP OPEN --------------------------------------------------- */

#Concept {
margin-top: 5rem;
}

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



}

@media print, screen and (min-width: 768px) {


}

@media print, screen and (min-width: 1110px) {


}





</pre></body></html>