@charset "utf-8";

.breadcrumb {
	padding: 20px 0;
	border-top: 1px solid #f1e9dc;
	border-bottom: 1px solid #f1e9dc;
}

.breadcrumb ul {
	display: flex;
	flex-wrap: wrap;
	font-size: 1.4rem;
	font-weight: 300;
	letter-spacing: .02em;
	color:#999;
}

.breadcrumb ul li a{
	color:#fff;
}

.breadcrumb ul li:not(:last-child) a::after,
.breadcrumb ul li:not(:last-child) p::after {
	content: '　＞　';
	display: inline-block;
}

.location-link {
	display: flex;
	flex-wrap: wrap;
	color:#000;
}

.location-link a {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	/*text-align: center;*/
	height: 100px;
	padding: 10px 2.5vw;
	font-size: 1.8rem;
	font-weight: 300;
	letter-spacing: .1em;
	background-color: #fefcf7;
	border-left: 1px solid #f1e9dc;
	border-bottom: 1px solid #f1e9dc;
	width: 33.33%;
}

.location-link a.current {
	color: #fff;
	background-color: #868076;
}


.location-link a::before {
	content: '\f105';
	position: absolute;
	left: calc(2.5vw - 15px);
	top: 50%;
	font-family: 'Font Awesome 6 Free';
	font-weight: 600;
	color: #808081;
	transform: translateY(-50%);
}

.location-link a.current::before {
	color: #fff;
}

section {
	font-family: "RyuminPro", "GaramondPro", serif;
	width: 1300px;
	margin: 0 auto 80px;
}


.leadArea {
	margin: 0 auto 80px;
	text-align: center;
}
.leadArea h2 {
	margin: 80px auto 20px;
}

.leadArea h2 img {
	height: 33px;
	width: auto;
}
h3 {
	font-size: 24px;
	padding-bottom: 0.2em;
	text-align: center;
	border-bottom: 1px solid;
	border-image: linear-gradient(to right, #6f512a, #f8efad, #6f512a) 1;
	margin-bottom: 2em;
	letter-spacing: 0.2em;
}
h4 {
	font-size: 20px;
	text-align: center;
	margin-bottom: 2em;
}
.leadArea p {
	font-size: 18px;
	line-height: 1.8;
	padding: 0 0 5px;
}
sup {
	font-size: 40%;
	letter-spacing: 0;
	vertical-align: text-top;
	margin: 0 .2em 0 -.05em;
}

small.subscript_number {
  font-size: 70%!important;
}

@media screen and (max-width: 1400px) {
.location-link a {
	font-size: 1.28vw;
}
}


@media screen and (max-width: 1300px) {

.leadArea {
	width: 90%;
}

section {
	width: 95vw;
	margin: 0 auto 6vw;
}

}


@media screen and (max-width: 768px) {
.location-link a {
	padding: 10px 25px;
	font-size: 1.75vw;
}
.location-link a::before {
	left: 10px;
}
.leadArea p {
	font-size: 2.6041vw;
	margin: 2.6041vw auto 5.2083vw;
}

}

@media screen and (max-width: 639px) {
.location-link a {
	width: 100% !important;
	height: 16vw;
	font-size: 4vw;
}
.location-link a::before {
	left: 6vw;
}


section {
	margin: 0 auto 14vw auto;
}
.leadArea {
	margin: 0 auto 16vw;
}

.leadArea p {
	font-size: 4vw;
	padding: 0 0 0.8vw;
	margin: 5vw auto 8vw;
}
h3.h3_cnt {
	font-size: 5vw;
	padding: 0 0 0.8vw;
	margin: 10.6vw auto 5vw;
}



}



/*　-----------------------　eqContainer　-----------------------　*/


.w1100 {display: none;}

.eqContainer {
	display: grid;
	grid-template-columns:400px 400px 400px ;
	column-gap: 50px;
	row-gap: 50px;
}

.eqContainer > div {
	background-color: #262626;
	min-height: 0;
}

.eqContainer .catch {
	text-align: center;
	font-size: 12px;
	margin: 1.8em auto 0 auto;
}
.eqContainer .catch sup {
	display: inline-block;
	transform: translateY(0.7em);
}
.eqContainer .ttl {
	text-align: center;
	font-size: 16.5px;
	margin: 0.1em auto 1em;
}
.eqContainer .ttl small {
	font-size: 75%;
}
.eqContainer figure {
	width: 75%;
	margin: auto;
}
.eqContainer figure.x2 {
	width: 88%;
}
.eqContainer .imgCap{
	font-family: 'Noto Sans JP', sans-serif;
	width: 75%;
	font-size:10px;
	margin: auto;
	margin-top: 0.8em;
}
.eqContainer .imgCap.imgCapR {
	text-align: right;
}
.eqContainer .imgCap li{
	margin-left: 1em;
	text-indent: -1em;
}

.eqContainer .noImg .ttl {
	border-bottom: 1px solid #aaa;
	padding-bottom: 0.5em;
	width: 90%;
}



@media screen and (max-width: 1400px) {
.eqContainer {
	width: 95%;
	margin: auto;
	grid-template-columns:32% 32% 32% ;
	column-gap: 2%;
	row-gap: 2vw;
}
}

@media screen and (max-width: 1100px) {
.eqContainer > div {
	padding-bottom: 1em;
}

.w1100 {display:block;}
}

@media screen and (max-width: 900px) {
.eqContainer {
	grid-template-columns:48% 48% ;
	column-gap: 4%;
	row-gap: 3vw;
}

.eqContainer .catch {
	margin-top: 1em
}
.eqContainer .ttl {
	margin-bottom: 0.5em;
}
.eqContainer figure {
	width: 95%;
	margin: auto;
}
.eqContainer .imgCap{
	width: 95%;
}

}


@media screen and (max-width: 639px) {
.eqContainer {
	width: 98%;
}
.eqContainer figure.x2 {
	width: 98%;
}
}

/*　-----------------------　figure　-----------------------　*/

figure {position:relative;}
figure img {width:100%;}

figure figcaption {
	font-size: 12px;
	line-height: 1.2;
	position: absolute;
	bottom: 1%;
	letter-spacing: 0;
	font-family: 'Noto Sans JP', sans-serif;
}

figure figcaption.lb_cap,figure figcaption.lw_cap {left: 1%;}
figure figcaption.rb_cap,figure figcaption.rw_cap {right:1%;}

figure figcaption.lb_cap,
figure figcaption.rb_cap {
	color:#000;
	text-shadow: 1px 1px 2px rgba(255, 255, 255, 1),-1px -1px 2px rgba(255, 255, 255, 1);
}

figure figcaption.lw_cap,
figure figcaption.rw_cap {
	color:#fff;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 1),-1px -1px 2px rgba(0, 0, 0, 1);
}


/* ----------------------- */
/* 1000 */
/* ----------------------- */
@media screen and (max-width: 900px) {
figcaption, .annotation, .s-txt, .ann, .acc_ann {
   font-size: clamp(0.625rem, 0.211rem + 0.86vw,  0.75rem);}/*12px*/
}

/* ----------------------- */
/* sp */
/* ----------------------- */
@media screen and (max-width: 639px) {
figure figcaption {
	font-size: 10px;;
}
}



/*　-----------------------　プリント時のみ白黒反転　-----------------------　


main {
    background-color: #fff!important;
    color: #000!important;
}

.eqContainer > div {
    background-color: #f6f6f6!important;
}


*/













