@charset "utf-8";
/**
 *
 *  ページ用CSS
 *  concept
 */
/*--------------------------------------------------------------------------
  Overwright
---------------------------------------------------------------------------*/

/*--------------------------------------------------------------------------
  Content
---------------------------------------------------------------------------*/
/* kv
-----------------------------------------------------------------*/
.kv {
	position: relative;
	height: 1160px;
	background: url(../images/img_kv.jpg) no-repeat center center;
	background-size: cover;
}
.kv h1 {
	position: absolute;
	left: 0;
	top: 20%;
	width: 100%;
	text-align: center;
	text-transform: uppercase;
	font-size: 5rem;
	letter-spacing: .08em;
	font-weight: normal;
	line-height: 1;
	color: #FFFFFF;
	font-family: "EB Garamond", serif;
}
.kv .caption {
	position: absolute;
	right: 10px;
	bottom: 5px;
	font-size: 1.2rem;
	color: #fff;
	text-shadow: 0 0 5px #000, 0 0 5px #000;
}
/* intro
-----------------------------------------------------------------*/
.intro {
	padding: 170px 0 235px;
	color: #fff;
}
.intro .layout-box {
	max-width: 1120px;
	margin: 0 auto;
}
.intro h2 {
	width: 37.06%;
	padding-top: 18px;
}
.intro .txt-area {
	max-width: 560px;
	width: 60%;
}
.intro .txt {
	line-height: 2.5;
}
.intro .txt sup {
	display: inline-block;
	transform: translateY(-.5em);
	font-size: 50%;
}
.intro .txt+.txt {
	margin-top: 20px;
}
/* ise
-----------------------------------------------------------------*/
.ise {
	/* padding-top: clamp(60px, 30vw, 180px); */
	background: #000;
	color: #fff;
}
.ise .inner {
	position: relative;
	padding-bottom: 400px;
}
.ise .pic-main {
	position: relative;
	margin-bottom: 55px;
}
.ise .pic-main .caption {
	position: absolute;
	right: 10px;
	bottom: 10px;
	font-size: 1.2rem;
	color: #fff;
}
.ise h2 {
	position: relative;
	z-index: 10;
	margin-bottom: 65px;
	font-size: 4.1rem;
	letter-spacing: .15em;
	font-weight: normal;
}
.ise .txt {
	position: relative;
	z-index: 10;
	line-height: 2.5;
	letter-spacing: .1em;
}
.ise .map {
	position: absolute;
	right: 0;
	bottom: 0;
}
.ise .map .caption {
	position: absolute;
	right: 20%;
	bottom: 10px;
	font-size: 1.2rem;
}
.ise .pic-list {
	display: flex;
	justify-content: space-between;
}
.ise .pic-list li {
	position: relative;
	width: 46.5%;
}
.ise .pic-list li:nth-child(1) {
	transform: translateY(-10vw);
}
.ise .pic-list .caption {
	position: absolute;
	right: 10px;
	bottom: 5px;
	font-size: 1.2rem;
	color: #fff;
	text-shadow: 0 0 3px #000, 0 0 5px #000;
}
/* about_ise
-----------------------------------------------------------------*/
.about_ise {
	background: #000;
	color: #fff;
}
.about_ise .box01 .flexBox {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	margin-top: 60px;
}
.about_ise .box01 .flexBox>p {
	width: 52.5%;
	line-height: 2.6;
}
.about_ise .box01 .flexBox>div {
	width: calc(47.5% - 50px);
	margin-left: 80px;
}
.about_ise .box02 {
	max-width: unset;
	margin: 0 calc((100% - 1280px) / 2) 0 0;
}
.about_ise .box02 .flexBox {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}
.about_ise .box02 .flexBox>div:nth-child(1) {
	order: 1;
	margin-bottom: -4em;
	width: calc(47.5% - 50px);
}
.about_ise .box02 .flexBox>div:nth-child(1) p.lead {
	margin-bottom: 60px;
}
.about_ise .box02 .flexBox>div:nth-child(1) p:not(.lead) {
	line-height: 2.6;
}
.about_ise .box02 .flexBox>div:nth-child(2) {
	order: 0;
	width: 52.5%;
	margin-right: 80px;
}
.about_ise .box03 {
	max-width: unset;
	margin: calc(90px + 4em) 0 215px calc((100% - 1280px) / 2);
}
.about_ise .box03 .flexBox {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}
.about_ise .box03 .flexBox>div:nth-child(1) {
	width: calc(47.5% - 50px);
}
.about_ise .box03 .flexBox>div:nth-child(1) p.lead {
	margin-bottom: 60px;
}
.about_ise .box03 .flexBox>div:nth-child(1) p:not(.lead) {
	line-height: 2.6;
}
.about_ise .box03 .flexBox>div:nth-child(1) .schedule {
	margin-top: 60px;
}
.about_ise .box03 .flexBox>div:nth-child(2) {
	width: 52.5%;
	margin-left: 80px;
}
.about_ise .box03 .flexBox>div:nth-child(2) img {
	width: 100%;
}
.about_ise .pic_list ul {
	display: flex;
	flex-wrap: wrap;
}
.about_ise .pic_list li {
	width: 25%;
}
.about_ise .pic_list li img {
	width: 100%;
}
/* .pic_list
======================= */
.pic_list {
	margin-top: clamp(120px, 3.8vw, 180px);
}
.pic_list ul {
	display: flex;
}
.pic_list ul li {
	position: relative;
}
.pic_list ul li .cap {
	position: absolute;
	bottom: 1em;
	right: 1em;
	font-size: clamp(1rem, 1.1vw, 1.2rem);
	line-height: 1;
	text-shadow: 0px 0px 3px #000, 0px 0px 3px #000, 0px 0px 3px #000, 0px 0px 3px #000, 0px 0px 3px #000, 0px 0px 1px #000;
}
.pic_list ul li img {
	display: block;
	width: 100%;
}
/* ======== pic_list > responsive ======== */
@media screen and (max-width: 1024px) {
	.pic_list ul {
		flex-wrap: wrap;
	}
	.pic_list ul li {
		width:50%;
	}
}
/* landmark
-----------------------------------------------------------------*/
.landmark {
	background: #fff url('../images/img_landmark_bg.png') no-repeat top right / 55.55vw;
}
.landmark .inner {
	max-width: 1240px;
	margin-inline: auto;
	padding: clamp(80px, 15vw, 170px) 0;
}
.landmark .inner h3 {
	width: fit-content;
	margin-left: calc((100% - 1240px) / 2);
	margin-bottom: clamp(40px, 5vw, 70px);
	font-size: clamp(2.2rem, 2.4vw, 3rem);
	font-weight: normal;
}
.landmark .cont:not(._03) {
	margin-bottom: clamp(50px, 5vw, 80px);
}
/* .cont._01
======================= */
.landmark .cont._01 {
	position: relative;
}
.landmark .cont._01 .pic {
	position: relative;
	text-align: right;
	margin-right: 0;
}
.landmark .cont._01 .pic .pic-cap {
	position: absolute;
	bottom: .5em;
	right: .5em;
	font-size: clamp(1.2rem, 1.1vw, 1.4rem);
}
.landmark .cont._01 p {
	position: absolute;
	top: 0;
	left: 0;
	width: 25.75vw;
	line-height: 2.8;
}
/* .cont._02
======================= */
.landmark .cont._02 {
	display: grid;
	gap: 20px;
	grid-template-columns: repeat(3, 1fr);
}
.landmark .cont._02 > .box {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
	color: #fff;
}
.landmark .cont._02 > .box._01 {
	background: #163259;
}
.landmark .cont._02 > .box._02 {
	background: #063736;
}
.landmark .cont._02 > .box._03 {
	background: #a73a45;
}
.landmark .cont._02 > .box::before {
	position: absolute;
	border: 1px solid #fff;
	top: 5px;
	right: 5px;
	bottom: 5px;
	left: 5px;
	content: '';
	z-index: 1;
}
.landmark .cont._02 > .box .ttl {
	position: relative;
	display: flex;
	flex-direction: column;
	font-size: clamp(2rem, 1.8vw, 2.8rem);
	padding: 1em 0 .75em;
	text-align: center;
	width: 100%;
}
.landmark .cont._02 > .box .ttl::before,
.landmark .cont._02 > .box .ttl::after {
	position: absolute;
	width: 5px;
	height: 5px;
	background: #fff;
	content: '';
	bottom: -3px;
	left: 10%;
}
.landmark .cont._02 > .box .ttl::after {
	left: unset;
	right: 10%;
}
.landmark .cont._02 > .box .txt {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 1em 0;
	height: 100%;
	font-size: clamp(1.8rem, 1.6vw, 2.5rem);
	text-align: center;
	line-height: 1.4;
	width: 100%;
}
.landmark .cont._02 > .box .txt::before {
	position: absolute;
	width: 80%;
	height: 1px;
	top: 0;
	left: 10%;
	background: #fff;
	content: '';
}
.landmark .cont._02 > .box .txt ul li {
	position: relative;
	padding-left: 1em;
	font-size: clamp(1.4rem, 1.3vw, 1.55rem);
	text-align: left;
}
.landmark .cont._02 > .box .txt ul li::before {
	position: absolute;
	display: inline-block;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background: #fff;
	content: '';
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto 0;
}
.landmark .cont._02 > .box .txt .etc {
	font-size: clamp(1.4rem, 1.3vw, 1.55rem);
	margin: 0 3.4vw 0 auto;
}
.landmark .cont._02 > .box .txt .fs_s {
	font-size: .8em;
}
.landmark .cont._02 > .box .pic {
	position: relative;
	width: 100%;
}
.landmark .cont._02 > .box .pic .pic-cap {
	position: absolute;
	bottom: 1em;
	right: 1em;
	font-size: clamp(1rem, 1vw, 1.2rem);
	line-height: 1;
	text-shadow: 0px 0px 3px #000, 0px 0px 3px #000, 0px 0px 3px #000, 0px 0px 3px #000, 0px 0px 3px #000, 0px 0px 1px #000;
}
.landmark .cont._02 > .box._02 .txt ul {
	line-height: 1.8;
	margin: 1em auto .25em;
}
/* .cont._03
======================= */
.landmark .cont._03 {
	display: grid;
	gap: 0;
	grid-template-columns: repeat(2, 1fr);
}
.landmark .cont._03 .box {
	display: flex;
	justify-content: space-around;
	align-items: center;
	background: #000;
}
.landmark .cont._03 .box .pic {
	width: 30%;
}
.landmark .cont._03 .box .pic img {
	display: block;
	width: 100%;
}
.landmark .cont._03 .box .txt {
	padding: 20px 40px;
	width: 70%;
	color: #fff;
}
.landmark .cont._03 .box .txt p {
	font-size: clamp(1.24rem, 1.1vw, 1.4rem);
}
.landmark .cont._03 .box .txt p:first-of-type {
	margin-bottom: .24em;
}
.landmark .cont._03 .box .txt p:nth-child(2) span {
	display: inline-block;
	margin-left: 1em;
	font-size: clamp(1.7rem, 1.8vw, 2rem);
}
.landmark .cont._03 .box .txt p:last-of-type {
	font-size: 1.4rem;
	line-height: 2;
	margin-top: 1em;
	padding-top: 1em;
	border-top: 1px solid rgba(255, 255, 255, .4);
}
.landmark .cont._03 .box._02 {
	position: relative;
	flex-direction: row-reverse;
}
.landmark .cont._03 .box._02::before {
	position: absolute;
	width: 1px;
	height: 85%;
	content: '';
	display: inline-block;
	background: #fff;
	top: 7.5%;
	left: 0;
}
/* ======== landmark > responsive ======== */
@media screen and (max-width: 1280px) {
	.landmark .inner {
		padding-right: 20px;
		padding-left: 20px;
	}
	.landmark .inner h3 {
		margin-left: 0;
	}
	.landmark .cont._01 .pic img {
		width: 70vw;
	}
	.landmark .cont._01 p {
		line-height: 2.2;
	}
}
@media screen and (max-width: 1024px) {
	.landmark .cont._01 p {
		position: unset;
		width: 100%;
		margin-bottom: 1.5em;
	}
	.landmark .cont._01 .pic img {
		width: 100%;
		text-align: unset;
		margin-right: unset;
	}
}
@media screen and (max-width: 768px) {
	.landmark .cont._02 {
		grid-template-columns: repeat(2, 1fr);
	}
	.landmark .cont._03 {
		display: block;
	}
	.landmark .cont._03 .box._02 {
		margin-top: 30px;
	}
	.landmark .cont._03 .box._02::before {
		content: none;
	}
	.landmark .cont._03 .box .txt {
		padding: 20px;
	}
	.landmark .cont._03 .box .txt img{
		width:80px;
	}
}
@media screen and (max-width: 540px) {
	.landmark .cont._02 {
		grid-template-columns: repeat(1, 1fr);
	}
}
/*--------------------------------------------------------------------------
  mobile
---------------------------------------------------------------------------*/
@media screen and (max-width: 768px) {
	/* kv
-----------------------------------------------------------------*/
	.kv {
		height: 100vw;
	}
	.kv h1 {
		top: 18%;
		font-size: 2.8rem;
	}
	.kv .caption {
		right: 5px;
		bottom: 2px;
		font-size: 1rem;
	}
	/* intro
-----------------------------------------------------------------*/
	.intro {
		padding: 50px 0 80px;
	}
	.intro .layout-box {
		display: block;
	}
	.intro h2 {
		width: 80%;
		margin-bottom: 30px;
		padding-top: 0;
	}
	.intro .txt-area {
		max-width: none;
		width: 100%;
	}
	.intro .txt {
		line-height: 2;
		font-size: 1.3rem;
	}
	.intro .txt+.txt {
		margin-top: 20px;
	}
	/* ise
-----------------------------------------------------------------*/
	.ise .inner {
		padding-bottom: 0;
	}
	.ise .pic-main {
		margin-bottom: 30px;
	}
	.ise .pic-main .caption {
		font-size: 1rem;
	}
	.ise h2 {
		margin-bottom: 20px;
		font-size: 2rem;
	}
	.ise .txt {
		line-height: 2;
		font-size: 1.3rem;
		text-align: justify;
	}
	.ise .map {
		position: relative;
		width: calc(100% + 40px);
		margin-left: -20px;
		overflow: hidden;
	}
	.ise .map img {
		display: block;
		max-width: none;
		width: 120vw;
		transform: translateX(-15vw);
	}
	.ise .map .caption {
		right: 10%;
		font-size: 1rem;
	}
	.ise .pic-list li {
		position: relative;
		width: 49%;
	}
	.ise .pic-list .caption {
		right: 5px;
		bottom: 5px;
		font-size: 1rem;
	}
}


/* ※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※
▼ここからロケーションページ用cssベタ貼り*/
/**
 *
 *  ページ用CSS
 *  location
 *
 */
/*--------------------------------------------------------------------------
	Overwright
---------------------------------------------------------------------------*/
.page-ttl{
	height: 100%;
}
.page-ttl h1{
	color: #fff;
	top: 50%;
	transform: translateY(-50%);
	text-shadow: none;
	text-shadow: 0px 0px 8px rgba(0,0,0,.4), 0px 0px 8px rgba(0,0,0,.4), 0px 0px 8px rgba(0,0,0,.4), 0px 0px 8px rgba(0,0,0,.4), 0px 0px 8px rgba(0,0,0,.4), 0px 0px 8px rgba(0,0,0,.4);
	z-index: 2;
}
.txt {
	letter-spacing: .02em;
}
.txt.lead {
	font-size: clamp(2rem, 1.8vw, 3rem) !important;
	letter-spacing: 0.095em;
}
.pict {
	position: relative;
	line-height: 1;
}
.pict>.cap {
	position: absolute;
	right: .75em;
	bottom: .75em;
	color: #fff;
	font-size: 1.2rem;
	text-shadow: 0px 0px 3px #000, 0px 0px 3px #000, 0px 0px 3px #000, 0px 0px 3px #000, 0px 0px 3px #000, 0px 0px 1px #000;
}
.pict>img {
	width: 100%;
}
/*--------------------------------------------------------------------------
	Content
---------------------------------------------------------------------------*/
main{
	position: relative;
	background-color: #030000;
	background-image: url('../images/bg_parts_r.png'), url('../images/bg_parts_l.png');
	background-repeat: no-repeat, no-repeat;
	background-position: top right, top 19% left;
	background-size: 25vw, 25vw;
}
main > .caption{
	position: absolute;
	right: 10px;
	top: 5px;
	font-size: 1.2rem;
	color: #223c14;
}
section h2.additions{
	width: fit-content;
	margin: 0 auto 45px auto;
	font-size: 4.2rem;
	font-size: clamp(2.6rem, 2.5vw, 4.2rem);
	letter-spacing: .15em;
	font-weight: normal;
}
section.location h2 {
	margin: 0 0 45px 0;
}
section h2.additions + .txt{
	line-height: 2.5;
}
section.location h2 + .txt{
	text-shadow: 0px 0px 3px rgba(255,255,255,1), 0px 0px 3px rgba(255,255,255,1), 0px 0px 3px rgba(255,255,255,1), 0px 0px 3px rgba(255,255,255,1), 0px 0px 3px rgba(255,255,255,1), 0px 0px 3px rgba(255,255,255,1);
	font-weight: 500;
}
/* intro
-----------------------------------------------------------------*/
.intro._01{
	position: relative;
	padding: 170px 0 140px;
}
/* section
-----------------------------------------------------------------*/
/* section:not(.location) {
	color: #fff;
} */
section.lifeinfo {
	background: #031716;
	background: linear-gradient(145deg, #033735 0%, #031716 100%);
	color: #fff;
}
/* about_ise
-----------------------------------------------------------------*/
.about_ise .box01 .flexBox {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	margin-top: 60px;
}
.about_ise .box01 .flexBox>p {
	width: 52.5%;
	line-height: 2.6;
}
.about_ise .box01 .flexBox>div {
	width: calc(47.5% - 50px);
	margin-left: 80px;
}
.about_ise .box02 {
	max-width: unset;
	margin: 0 calc((100% - 1280px) / 2) 0 0;
}
.about_ise .box02 .flexBox {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}
.about_ise .box02 .flexBox>div:nth-child(1) {
	order: 1;
	margin-bottom: -4em;
	width: calc(47.5% - 50px);
}
.about_ise .box02 .flexBox>div:nth-child(1) p.lead {
	margin-bottom: 60px;
}
.about_ise .box02 .flexBox>div:nth-child(1) p:not(.lead) {
	line-height: 2.6;
}
.about_ise .box02 .flexBox>div:nth-child(2) {
	order: 0;
	width: 52.5%;
	margin-right: 80px;
}
.about_ise .box03 {
	max-width: unset;
	margin: calc(90px + 4em) 0 215px calc((100% - 1280px) / 2);
}
.about_ise .box03 .flexBox {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}
.about_ise .box03 .flexBox>div:nth-child(1) {
	width: calc(47.5% - 50px);
}
.about_ise .box03 .flexBox>div:nth-child(1) p.lead {
	margin-bottom: 60px;
}
.about_ise .box03 .flexBox>div:nth-child(1) p:not(.lead) {
	line-height: 2.6;
}
.about_ise .box03 .flexBox>div:nth-child(1) .schedule {
	margin-top: 60px;
}
.about_ise .box03 .flexBox>div:nth-child(2) {
	width: 52.5%;
	margin-left: 80px;
}
.about_ise .box03 .flexBox>div:nth-child(2) img {
	width: 100%;
}
.about_ise .pic_list ul {
	display: flex;
	flex-wrap: wrap;
}
.about_ise .pic_list li {
	width: 25%;
}
.about_ise .pic_list li img {
	width: 100%;
}
/*--------------------------------------------------------------------------
	Media Queries
---------------------------------------------------------------------------*/
@media screen and (max-width: 1366px) {
	.about_ise .box01 .flexBox>div {
		margin-left: 44px;
	}
	.about_ise .box02 .flexBox>div:nth-child(2) {
		margin-right: 44px;
	}
	.about_ise .box03 .flexBox>div:nth-child(2) {
		margin-left: 44px;
	}
}
@media screen and (max-width: 1280px) {
	.about_ise .box02 {
		margin-right: 20px;
	}
	.about_ise .box03 {
		margin-left: 20px;
	}
}
@media screen and (max-width: 1024px) {
	main{
		background-size: 35vw, 35vw;
		background-position: top right, top 17% left;
	}
	.intro._01 {
		padding: 120px 0 75px;
	}
	.txt.lead {
		line-height: 2.4;
	}
	.about_ise .box01 {
		margin-bottom: 90px;
	}
	.about_ise .box01 .flexBox {
		margin-top: 30px;
	}
	.about_ise .box02 .flexBox {
		align-items: center;
	}
	.about_ise .box03 .flexBox {
		align-items: baseline;
	}
	.about_ise .box02 .flexBox>div:nth-child(1) {
		margin-bottom: 0;
	}
	.about_ise .box01 .flexBox>p,
	.about_ise .box02 .flexBox>div:nth-child(1),
	.about_ise .box03 .flexBox>div:nth-child(1) {
		width: 60%;
		line-height: 2.4;
	}
	.about_ise .box01 .flexBox>div,
	.about_ise .box02 .flexBox>div:nth-child(2),
	.about_ise .box03 .flexBox>div:nth-child(2) {
		width: calc(40% - 44px);
	}
	.about_ise .box02 .flexBox>div:nth-child(1) p.lead,
	.about_ise .box03 .flexBox>div:nth-child(1) p.lead {
		margin-bottom: 30px;
	}
	.about_ise .box03 .flexBox>div:nth-child(1) table {
		width: 70vw;
	}
}
/*--------------------------------------------------------------------------
	mobile
---------------------------------------------------------------------------*/
@media screen and (max-width: 768px) {
	main {
		background: #030000 url('../images/bg_parts_r.png') no-repeat top right / 35vw;
	}
	.txt:not(.lead) {
		font-size: 1.4rem;
	}
	.intro._01 {
		padding: 80px 0 25px;
	}
/* about_ise
-----------------------------------------------------------------*/
.about_ise .box01,
.about_ise .box02,
.about_ise .box03 {
	margin: 0 auto 60px;
}
.about_ise .box02,
.about_ise .box03 {
	padding: 0 20px;
	margin: 0 auto;
}
.about_ise .box03 {
	padding: 60px 20px 80px;
}
.about_ise .box01 .flexBox,
.about_ise .box02 .flexBox,
.about_ise .box03 .flexBox {
	display: block;
}
.about_ise .box01 .flexBox>p,
.about_ise .box01 .flexBox>div,
.about_ise .box02 .flexBox>div:nth-child(1),
.about_ise .box02 .flexBox>div:nth-child(2),
.about_ise .box03 .flexBox>div:nth-child(1),
.about_ise .box03 .flexBox>div:nth-child(2) {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}
.about_ise .box01 .flexBox>p,
.about_ise .box02 .flexBox>div:nth-child(1) p:not(.lead),
.about_ise .box03 .flexBox>div:nth-child(1) p:not(.lead) {
	margin: 30px auto;
}
.about_ise .box03 .flexBox>div:nth-child(1) .schedule {
	margin: 30px auto;
}
}
@media screen and (max-width: 440px) {
	br.sp440 {
		display: none;
	}
}