@charset "utf-8";
@import url("https://use.typekit.net/zko1gmh.css");

/*===================================================
	1-1. Font (Yahoo UI Library Fonts CSS)
===================================================*/
body {
	font-size: 12px;
	font-size: small;
	font: x-small;
	font-family: "Noto Sans JP", sans-serif;
}

table {
	font-size: inherit;
}

select, 
input, 
textarea {
	font: 99% arial,helvetica,clean,sans-serif;
}

pre, 
code {
	font: 115% monospace;
	font-size: 100%;
}
a {
	text-decoration:none;
}
.txt_cen {
	text-align:center !important;
}
.pc { display:block; }
.sp { display:none; }
@media screen and (max-width: 980px) {
	.pc { display:none; }
	.sp { display:block; }
}


/*===================================================
					共通CSS
===================================================*/


.fs-l-main {
	margin: 5% auto 5.0em auto !important;
}
.rte ul, .rte ol {
	padding-bottom: 15%;
}

#ccBOx {
	width: 100%;
	line-height:1.7em;
/*	background-color: #d0cece;*/
	padding-top: 140px;
	padding-bottom: 5%;
	margin-top: 50px !important;
	
	font-family: "eb-garamond", serif !important;
	font-weight: 500;
	font-style: normal;
}

.mainBox {
	width: 100%;
	margin:0 auto;
}

.brandBox {
	text-align: center;
	margin:0 auto;
	object-fit: contain;
}

.brandBox .titleBox {
	margin:0 auto 5% auto;
}

	.brandBox .titleImg_pc {
		width: 100%;
		display: block;
		margin:0 auto 5% auto;
	}

	.brandBox .titleImg_pc img {
		width: 100%;
		margin: 0 auto;
	}

	.brandBox .titleImg_sp {
		display: none;
	}

.titleTxt {
	width: 100%;
	text-align: center;
	margin:8% auto 3% auto;
}

.titleTxt h1 {
	width: 100%;
	font-size: 130%;
	font-weight: 600;
	margin:0 auto 3% auto;
}

.subTxt {
	text-align: center;
	width: 100%;
	display:block;
	margin:0 auto 8% auto;
}
.subTxt span {
	text-align: left;
	display:inline-block;
	font-size: 100%;
}

.gallBox {
	width: 100%;
	margin:0 auto;
}

.gallBox-column3 {
	max-width: width 100%;
}

.gall_container {
	text-align: center;
	display: flex;
	gap: 5%;
	width: 90%;
	margin: 0 5% 8% 5%;
}

.gall_container .gall_item01 {
	width: 32%;
	margin-bottom: 2%;
}

.gall_container .gall_item01 img {
	width: 100%;
	object-fit: contain;
}

.gallTxt {
	display:block;
	text-align:justify;
	margin:1.5em auto 0 auto;
	font-size: 110%;
}

.iventInfo {
	width: 70%;
	display: block;
	border: 1px solid #000;
	margin: 0 15%;
	text-align: center	;
	padding: 5% 0;

	line-height: 200%;
}

.mainTitle {
	width: 100%;
	text-align: center	;
	margin-bottom: 3%;
}

.mainTitle h1 {
	width: 100%;
	font-size: 130%;
	font-weight: 600;
}

.mainTitle span {
	width: 100%;
	font-size: 130%;
	font-weight: 600;
	margin:0 auto 3% auto;
}

.iventInfo .shousai {
	width: 100%;
	text-align: center	;
	font-size: 110%;
}

/*===================================================
				スマホ調整用css
===================================================*/

@media screen and (max-width: 980px) {
	#ccBOx {
	width: 100%;
	padding-top: 0px;
	padding-bottom: 5%;
	line-height:1.7em;
}

.mainBox {
	width: 100%;
	margin:0 auto;
}

.brandBox {
	text-align: center;
	margin:0 auto;
	object-fit: contain;
}

.brandBox .titleBox {
	margin:0 auto 5% auto;
}

	.brandBox .titleImg_pc {
		display: none;
	}

	.brandBox .titleImg_sp {
		width: 100%;
		display: block;
		margin:0 auto 5% auto;	}

		.brandBox .titleImg_sp img {
		width: 100%;
		margin: 0 auto;
	}


.titleTxt {
	width: 100%;
	text-align: center;
	margin:0 auto 3% auto;
}

.titleTxt h1 {
	width: 100%;
	font-size: 130%;
	font-weight: 600;
	margin:0 auto 3% auto;
}

.subTxt {
	text-align: center;
	width: 80%;
	display:block;
	margin:0 auto 5% auto;
}
.subTxt span {
	text-align: left;
	display:inline-block;
}

.gallBox {
	width: 100%;
	margin:0 auto;
}

.gallBox-column3 {
     width:100%;
}

.gall_container {
	text-align: center;
	display: block;
	gap: initial;
	width: 80%;
	margin: 0 10% 8% 10%;
}

.gall_container .gall_item01 {
	width: 100%;
	margin-bottom: 2%;
}

.gall_container .gall_item01 img {
	width: 100%;
	object-fit: contain;
}

.gallTxt {
	width: 90%;
	display:block;
	text-align:justify;
	margin:2% auto 5% auto;
}

.iventInfo {
	width: 80%;
	display: block;
	border: 1px solid #000;
	margin: 0 10%;
	text-align: center	;
	padding: 5% 0;

	line-height: 150%;
}

.mainTitle {
	width: 100%;
	text-align: center	;
	margin-bottom: 5%;
}

.mainTitle h1 {
	width: 100%;
	font-size: 100%;
	font-weight: 600;
}

.mainTitle span {
	width: 100%;
	font-size: 100%;
	font-weight: 600;
	margin:0 auto 3% auto;
}

.iventInfo .shousai {
	width: 100%;
	text-align: center	;
	font-size: 90%;
  	word-break: keep-all;
	overflow-wrap: break-word; 
}

}




/*===================================================
					Footer CSS
===================================================*/
.copy {
	width: 100%;
	background-color: #153e35;
	position: absolute;
}
.copy .c_text {
	color: #ffffff;
	padding: 1%;
	text-align: center;
}
/*===================================================
			戻るボタン　CSS
===================================================*/

html {
    scroll-behavior: smooth;
}
.pagetop {
    height: 50px;
    width: 50px;
    position: fixed;
    right: 30px;
    bottom: 30px;
    background: #fff;
    border: solid 2px #000;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
}

.pagetop__arrow {
    height: 10px;
    width: 10px;
    border-top: 3px solid #000;
    border-right: 3px solid #000;
    transform: translateY(20%) rotate(-45deg);
}

/*===================================================
            info
		
===================================================*/

.storeinfo {
	width:85%;
/*	background:#d0cece; */
	padding:5% 0 5% 0;
	box-sizing:border-box;
	border:1px solid #000;
	margin:5% auto;
	max-width:800px;
}
.storeinfo .infoTitle {
	font-weight:600;
	font-size:105%;
}
.storeinfo ul.info li.info__title {
	font-size:105%;
}
.storeinfo ul.info .info__title > span {
	padding-bottom:0.1em;
	border-bottom:1px solid #000;
}
.storeinfo ul.info {
	margin:5% auto;
}
.storeinfo ul.info .info__title {
	margin:2.0em auto 0.7em auto;
}
.storeinfo ul.info .info__txt {
	margin:0 auto 2.0em auto;
	line-height:1.5em;
}
.storeinfo .store_btn > span {
	box-sizing:border-box !important;
	padding:1.5em 3.0em;
	border:1px solid #000;
	margin:3.0em auto 5.0em auto !important;
}


@media screen and (max-width: 639px) {
.storeinfo {
	width:100%;
	padding:5% 0 5% 0;
	box-sizing:border-box;
	border:1px solid #000;
	margin:5% auto;
}
.storeinfo ul.info li {
	font-size:3.7vw !important;
}
}