@charset "utf-8";

/*--------------------------------
* common
 --------------------------------*/

@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cinzel&display=swap');

h1,h2,h3,h4,h5,h6 {
  font-size: inherit;
  font-weight: inherit;
}

p {
	margin: 0;
}

#contents {
	font-family:'Noto Serif JP', serif;
	color: #000;
	font-size: 1.6rem;
    line-height: 1.8;
	letter-spacing: 0.05em;
	padding-top: 0;
}

#contents * {
	box-sizing: border-box;
}

#contents img {
	width: 100%;
	height: auto;
}

.pc-visible {display: block;}
.sp-visible {display: none;}
.posa{position:absolute;}
.posr{position: relative;}
.ib {display: inline-block;}
.txt-white {color: #fff;}
.ar {text-align: right;}
.ac {text-align: center;}
.aj {text-align: justify;}
.ib {display: inline-block;}

.container {
    max-width: 1240px;
	margin: 0 auto;
	padding: 0 20px;
}

.cap {
	font-size: 1.1rem;
	line-height: 1.5;
	letter-spacing: 0;
}

.cap-cover-w {
	position: absolute;
	right: 5px;
	bottom: 5px;
	color: #fff;
	font-size: 1.1rem;
	line-height: 1.2;
	letter-spacing: 0;
	text-align: right;
	text-shadow: 0 0 5px #000,0 0 5px #000,0 0 5px #000;
	z-index: 5;
}

.cap-cover-b {
	position: absolute;
	right: 5px;
	bottom: 5px;
	color: #000;
	font-size: 1.1rem;
	line-height: 1.2;
	letter-spacing: 0;
	text-align: right;
	z-index: 5;
}

h3 .en {
	font-family: 'Cinzel', serif;
	font-size: 1.8rem;
	line-height: 1.6;
	text-align: center;
}

h3 .ja {
	color: #000;
	font-size: 3.0rem;
	line-height: 1.6;
	text-align: center;
}

.h3-lead {
	line-height: 2.2;
	text-align: center;
	margin-top: 40px;
}




/*--------------------------------
* supply common
 --------------------------------*/

.about-nav ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	max-width: 1000px;
	margin: 0 auto;
	margin-top: 60px;
}

.about-nav.second ul {
	margin-top: 80px;
	margin-bottom: 100px;
}

.about-nav li {
	position: relative;
	width: 25%;
}

.about-nav li a {
	display: flex;
	justify-content: center;
	align-items: center;
	color: #D5D5D5;
	font-size: 1.6rem;
	text-align: center;
	line-height: 1.0;
	text-decoration: none;
	border-bottom: 2px solid #D5D5D5;
	width: 100%;
	padding: 20px 0;
	transition: 0.2s;
}

.about-nav li a:hover {
	color: #000!important;
	border-bottom: 2px solid #000;
}

.about-nav li.current a {
	color: #000;
	border-bottom: 2px solid #000;
}

.txt-set .txt-head {
	color: #969696;
	font-size: 3.0rem;
	line-height: 1.6;
}

.txt-set .txt-lead {
	text-align: justify;
	margin-top: 20px;
}

.txt-s-set .txt-head {
	font-size: 1.8rem;
	line-height: 1.6;
	border-left: 1px solid #000;
	padding-left: 10px;
}

.txt-s-set .txt-lead {
	font-size: 1.4rem;
	text-align: justify;
	margin-top: 20px;
}






/*--------------------------------
* supply
 --------------------------------*/

h3 {
	margin-top: 100px;
}

.line-area1 {
	position: relative;
	padding-bottom: 100px;
}

.line-area1 .line {
	position: absolute;
	top: 0;
	left: 9.68%;
	width: 1px;
	height: 100%;
	background: #D5D5D5;
	z-index: -5;
}

.txt_01-wrap {
	max-width: 900px;
	margin-left: 16.67%;
	margin-top: 100px;
}

.supply_01-wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 100px;
}

.supply_01-wrap li:nth-child(1) {
	width: 54.17%;
}

.supply_01-wrap li:nth-child(2) {
	width: 37.5%;
}

.supply_01-wrap .txt-head {
	margin-top: 30px;
}

.supply_01-wrap .txt-lead {
	letter-spacing: 0.03em;
}

.supply_03-wrap {
	display: grid;
	grid-template-columns: 37.5% 54.17%;
	grid-template-rows: auto;
	justify-content: space-between;
}

.supply_03-wrap li:nth-child(1) {
	grid-column: 1 / 2;
	grid-row: 1 / 2;
}

.supply_03-wrap li:nth-child(2) {
	grid-column: 2 / 3;
	grid-row: 1 / 2;
	width: calc((100vw - 1200px)/2 + (1200px * 0.5417) - 7px );
}

.supply_03-wrap .txt-head {
	margin-top: 30px;
}

.supply_03-wrap .txt-lead {
	letter-spacing: 0.03em;
}

.list-wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 40px;
}

.list-wrap li {
	width: 33.33%;
	margin-top: 60px;
}

.list-wrap .txt-head {
	letter-spacing: 0;
}

.cap.end {
	max-width: 1000px;
	margin: 0 auto;
	margin-top: 80px;
}





/*--------------------------------
* myGallery
 --------------------------------*/
.container-myGallery {
    max-width: 1000px;
	margin: 0 auto;
	margin-top: 140px;
	padding: 0 20px;
}

.container-myGallery .ttl {
	font-family: 'Cinzel', serif;
	font-size: 3.0rem;
	letter-spacing: 0.08em;
	line-height: 1.6;
	text-align: center;
}

.myGallery {
	min-height: 718px;
	background: #fff;
	margin-bottom: 200px;
	margin-top: 50px;
}
.gallerySwitchBlock {
	position: relative;
	width: 960px;
	height: 80px;
}
.gallerySwitchBlock .switchList li {
	position: absolute;
	cursor: pointer;
	width: 260px;
	height: 60px;
	text-indent: -9999px;
}
.gallerySwitchBlock .switchList li:hover {
	opacity: 0.7;
	-ms-filter: "alpha(opacity=70)";
}
.gallerySwitchBlock .switchList li.switchOuter {
	top: 0;
	left: 210px;
	background-image: url("/content/dam/31sumai/finecourt/supply/img/gallery_btn_outer.png");
	background-repeat: no-repeat;
	background-position: left top;
	background-size: 100%;
}
.gallerySwitchBlock .switchList li.switchOuter.active {
	background-image: url("/content/dam/31sumai/finecourt/supply/img/gallery_btn_outer_on.png");
	background-repeat: no-repeat;
	background-position: left top;
	background-size: 100%;
}
.gallerySwitchBlock .switchList li.switchInner {
	top: 0;
	right: 210px;
	background-image: url("/content/dam/31sumai/finecourt/supply/img/gallery_btn_inner.png");
	background-repeat: no-repeat;
	background-position: left top;
	background-size: 100%;
}
.gallerySwitchBlock .switchList li.switchInner.active {
	background-image: url("/content/dam/31sumai/finecourt/supply/img/gallery_btn_inner_on.png");
	background-repeat: no-repeat;
	background-position: left top;
	background-size: 100%;
}
.galleryContentsBlock {
	display: none;
}
.galleryPhotoBlock {
	position: relative;
	top: 0;
	left: 0px;
	width: 960px;
	height: 510px;
}
.galleryPhotoBlock .galleryItemList li {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1;
	display: none;
}
.galleryControlBlock {
	position: relative;
	width: 960px;
	height: 160px;
	border-bottom: 1px solid #D5D5D5;
}
.galleryControlBlock .prevBtn {
	cursor: pointer;
	position: absolute;
	top: 20px;
	left: 20px;
	width: 12px;
	height: 20px;
	background: url("/content/dam/31sumai/finecourt/supply/img/gallery_arrow_001.png") no-repeat left center;
}
.galleryControlBlock .prevBtn:hover {
	opacity: 0.7;
	-ms-filter: "alpha(opacity=70)";
}
.galleryControlBlock .nextBtn {
	cursor: pointer;
	position: absolute;
	top: 20px;
	right: 20px;
	width: 12px;
	height: 20px;
	background: url("/content/dam/31sumai/finecourt/supply/img/gallery_arrow_002.png") no-repeat right center;
}
.galleryControlBlock .nextBtn:hover {
	opacity: 0.7;
	-ms-filter: "alpha(opacity=70)";
}
.galleryControlBlock .moveBtn {
	position: absolute;
	top: 20px;
	right: 66px;
	font-size: 124%;
	color: #000;
	display: none;
}
.galleryControlBlock .pageNum {
	position: absolute;
	top: 0px;
	left: 66px;
	font-size: 124%;
	color: #000;
	line-height:55px;
	padding-top:3px;
}
.galleryControlBlock .caption {
	text-align: center;
	color: #000;
	font-size: 124%;
	line-height:55px;
	padding-top:3px;
}
.galleryControlBlock .thumbsBase {
	position: absolute;
	top: 58px;
	left: 10px;
	overflow: hidden;
}
.galleryControlBlock .thumbsList {
	position: absolute;
	top: 0px;
	left: 0px;
	text-align: left;
}
.galleryControlBlock .thumbsList li {
	opacity: 0.3;
	position: absolute;
	top: 0px;
	cursor: pointer;
	width: 150px;
	height: 80px;
}
.galleryControlBlock .thumbsList li:hover {
	opacity: 1;
}
.galleryControlBlock .thumbsList li.active {
	opacity: 1;
}
.galleryControlBlock .thumbsList li.active .activeBorder {
	position: absolute;
	width: 150px;
	height: 80px;
	top: 0px;
	left: 0px;
	z-index: 100;
	border: 1px solid #897D76;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
#loading {
	width: 960px;
	height: 400px;
}






