@charset "utf-8";

/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
Body
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
body {
	position: relative;
	overflow: hidden;
	font-size: 100%;
	word-wrap: break-word;
	-webkit-overflow-scrolling: touch;
	-webkit-text-size-adjust: none;
}
a {
	color: #000;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	opacity: 1;
	filter: alpha(opacity=100);
	-moz-opacity: 1;
}
.sp, .tb, .nobr {
	display: none!important;
}


/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
Common
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
main {
	position: relative;
	width: 100%;
	display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	/*box-shadow: 0px 0px 20px 10px rgba(0,0,0,0.25);*/
	/*filter: drop-shadow(0px 5px 10px rgba(0,0,0,0.5));*/
}
.wrap {
	position: relative;
	width: 100%;
	display: flex;
		justify-content: center;
		align-content: flex-start;
		align-items: flex-start;
        flex-wrap: wrap;
    padding: 40px 0;
}
.bgGreen {
	position: relative;
	width: 100%;
	display: flex;
		justify-content: center;
		align-content: flex-start;
		align-items: flex-start;
        flex-wrap: wrap;
    padding: 60px 0;
    background: url("../images/top/bg_green.webp") no-repeat center center;
    background-size: cover;
}
.bgBlue {
	position: relative;
	width: 100%;
	display: flex;
		justify-content: center;
		align-content: flex-start;
		align-items: flex-start;
        flex-wrap: wrap;
    padding: 40px 0;
    background: url("../images/top/kodo_bg.webp") no-repeat center center;
    background-size: 100%;
}
.bgGray {
	background: #e8e7e7;
}
.block {
	position: relative;
	width: 90%;
    max-width: 1600px;
	display: flex;
		justify-content: space-between;
		align-content: flex-start;
		align-items: flex-start;
        flex-wrap: wrap;
    margin: 40px auto;
}
.reverse {
	flex-direction: row-reverse;
}

a.btnDetail,
p.btnComing {
    width: 200px;
    height: 50px;
	display: flex;
		justify-content: center;
		align-content: center;
		align-items: center;
    font: 400 1.4em/1em big-caslon-fb, serif;
    letter-spacing: 0.1em;
    border: solid 1px #666;
    box-sizing: border-box;
}
p.btnComing {
    color: #999;
    border: solid 1px #ccc;
}
a.btnDetail:hover {
    color: #fff;
    border: solid 1px #333;
    background: #333;
    transition: all 200ms;
}

/*【共通】ページタイトル*/
.pageTitle,
.pageTitle_s {
	position: relative;
    width: 100%;
    height: 100vh;
    max-height: 1080px;
    display: flex;
		justify-content: center;
		align-content: center;
		align-items: center;
        flex-wrap: wrap;
}
.pageTitle_s {
	height: 45vh;
    max-height: 480px;
}
.pageTitle img.title_img,
.pageTitle_s img.title_img {
	width: 100%;
    height: 100vh;
    max-height: 1080px;
    display: block;
	object-fit: cover;
	object-position: 50% 50%;
	font-family: 'object-fit: cover; object-position: 50% 50%;';
}
.pageTitle_s img.title_img {
	height: 45vh;
    max-height: 480px;
}
.pageTitle h2,
.pageTitle_s h2 {	
    position: absolute;
    width: 240px;
    max-width: 240px;
    aspect-ratio: 1/1;
    display: flex;
		justify-content: center;
		align-content: center;
		align-items: center;
        flex-wrap: wrap;
    font: 400 2em/1.4em big-caslon-fb, serif;
    letter-spacing: 0.1em;
    text-align: center;
    color: #fff;
    background: rgba(0,0,0,0.75);
    box-sizing: border-box;
}

/*【共通】メインコピー*/
.mainCopy_l,
.mainCopy_m,
.mainCopy_s {
	width: 100%;
	display: flex;
		justify-content: center;
		align-content: center;
		align-items: center;
        flex-wrap: wrap;
    margin: 20px 0;
    font-weight: 400;
    line-height: 1.6em;
    text-align: center;
    color: #867738;
}
.mainCopy_l {
	font-size: 3.2em;
    letter-spacing: 0.2em;
}
.mainCopy_m {
	font-size: 2.8em;
    letter-spacing: 0.05em;
}
.mainCopy_s {
	font-size: 2.4em;
    letter-spacing: 0.05em;
}
.indent {
	text-indent: 0.5em;
}
.mainCopy_l span,
.mainCopy_m span,
.mainCopy_s span {
	width: 100%;
    display: block;
    margin-bottom: 20px;
    font: 200 0.7em/1em big-caslon-fb, serif;
    letter-spacing: 0.1em;
    text-align: center;
    color: #000;
}

/*【共通】メニュータブ*/
ul.menuTab {
	width: 90%;
    max-width: 1280px;
	display: flex;
		justify-content: space-between;
		align-content: center;
		align-items: center;
        flex-wrap: wrap;
    margin: 60px auto;
}
ul.menuTab li {
	width: 24%;
	display: inline-block;
}
ul.menuTab li a,
ul.menuTab li p,
ul.menuTab li span {
	width: 100%;
    height: 70px;
	display: flex;
		justify-content: center;
		align-content: center;
		align-items: center;
        flex-wrap: wrap;
    font: 200 1.4em/1.2em big-caslon-fb, serif;
    letter-spacing: 0.1em;
    text-align: center;
    color: #fff;
}
ul.menuTab li a {
	background: #5d7686;
}
ul.menuTab li p {
	background: #333;
}
ul.menuTab li span {
	background: #ccc;
}
ul.menuTab li span::after {
	content: 'ー Coming soon ー';
    width: 100%;
    display: block;
    margin-top: 5px;
    font-size: 0.7em;
    line-height: 1em;
}
ul.menuTab li a:hover {
	transition: all 200ms;
    opacity: 0.7;
}


/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
現地案内図
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
#map .inner {
	position: relative;
    width: 90%;
    max-width: 1600px;
    display: flex;
		justify-content: center;
		align-content: flex-start;
		align-items: flex-start;
        flex-wrap: wrap;
    margin: 80px auto;
}
#map section {
	position: relative;
    width: 80%;
    display: flex;
		justify-content: space-between;
		align-content: flex-start;
		align-items: flex-start;
        flex-wrap: wrap;
    margin: 40px auto;
}
#map section img {
	width: 48%;
    display: block;
    margin: 20px 0;
}


/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
Footer
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
footer {
	position: relative;
    width: 100%;
	display: flex;
		justify-content: center;
		align-content: center;
		align-items: center;
        flex-wrap: wrap;
    padding-bottom: 20px;
    background: #fff;
}
footer #page-top{
	position: fixed;
	width: 60px;
	right: 10px;
	bottom: 70px;
	z-index: 30000;
	border-radius: 30px;
	background: rgba(0,0,0,0.25);
}
footer .inner {
	width: 100%;
	display: flex;
		justify-content: center;
		align-content: center;
		align-items: center;
        flex-wrap: wrap;
	padding: 40px 0;
	background: #3f3b3a;
}
footer img.hitachi {
	width: 50%;
    max-width: 640px;
	display: block;
    margin: 0 auto;
	object-fit: contain;
	object-position: 50% 50%;
	filter: invert(100%) sepia(100%) saturate(2%) hue-rotate(93deg) brightness(106%) contrast(101%);
}
footer .copyright {
	width: 100%;
	display: block;
	padding: 20px 0;
	font-size: 1.2em;
    line-height: 1em;
    text-align: center;
}