@charset "UTF-8";

@import "destyle.css";
@import "parts.css";
@import url('https://fonts.googleapis.com/css?family=Noto+Serif+JP:100,200,300,400,500,600,700&display=swap&subset=japanese');
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP:100,200,300,400,500,600,700&display=swap&subset=japanese');
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300..700;1,300..700&display=swap');




/* ---------------------------------
	Base-PC
--------------------------------- */

*:focus {
outline: none;/* safari フォーカス枠無し */
}


address,caption,cite,code,dfn,em,strong,th,var,dl,dt,dd {
	font-style:normal;
	font-weight: 400;
}

html {
	font-size: 62.5%;
}

body {
	font-family:'Noto Serif JP', serif;
	color: #666;
	font-size: 1.8rem;
    line-height: 1.8;
	letter-spacing: 0.05em;
}

a {color: #000;}
a:visited {color: #000;}
a:hover {color: #000; text-decoration: underline; text-underline-offset: 4px;}
a:active {color: #000;}

hr {
	border-top: 1px solid #333;
}

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

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

.cap-cover-left {
	position: absolute;
	left: 5px;
	bottom: 5px;
	font-size: 1.1rem;
	line-height: 1.2;
	letter-spacing: 0;
	z-index: 5;
}

.cap-cover-bg {
	position: absolute;
	right: 0;
	bottom: 0;
	color: #fff;
	font-size: 1.1rem;
	line-height: 1.2;
	letter-spacing: 0;
	text-align: right;
	background-color: rgba( 0, 0, 0, 0.4);
	padding: 2px 5px;
	z-index: 5;
}

.cap-cover-bg-left {
	position: absolute;
	left: 0;
	bottom: 0;
	color: #fff;
	font-size: 1.1rem;
	line-height: 1.2;
	letter-spacing: 0;
	background-color: rgba( 0, 0, 0, 0.4);
	padding: 2px 5px;
	z-index: 5;
}

.cap-cover-bg-white {
	position: absolute;
	right: 0;
	bottom: 0;
	color: #000;
	font-size: 1.1rem;
	line-height: 1.2;
	letter-spacing: 0;
	text-align: right;
	background-color: rgba( 255, 255, 255, 0.8);
	padding: 2px 5px;
	z-index: 5;
}

.txt-sss {
	font-size: 0.625em;
}

.txt-ss {
	font-size: 0.75em;
}

.txt-s {
	font-size: 0.875em;
}

.txt-l {
	font-size: 1.125em;
}

.txt-ll {
	font-size: 1.25em;
}

.txt-lll {
	font-size: 1.375em;
}

.txt-bold-normal {
	font-weight: 400;
}

.txt-bold {
	font-weight: 600;
}

.txt-italic {
	font-style: italic;
}

.txt-black {
	color: #000!important;
}

.txt-white {
	color: #fff!important;
}

.txt-green {
	color: #5a8a7e!important;
}

.txt-kerning {
	margin: 0 -0.4em;
}

.txt-shadow {
	text-shadow: 0 0 3px #fff;
}

.txt-shadow-strong {
	text-shadow: 0 0 3px #fff,0 0 3px #fff,0 0 3px #fff;
}

.txt-white-shadow {
	text-shadow: 0 0 3px #000;
}

.txt-white-shadow-strong {
	text-shadow: 0 0 3px #000,0 0 3px #000,0 0 3px #000;
}

.f-min {
	font-family:'Noto Serif JP', serif!important;
}

.f-go {
	font-family: 'Noto Sans JP', sans-serif!important;
}

.f-en {
	font-family: "Cormorant Garamond", serif!important;
}

.pc{
	display: block !important;
}
.sp{
	display: none !important;
}

.bt-fade a {
	text-decoration: none;
	transition: all .2s ease;
}
.bt-fade a:hover {
	text-decoration: none;
	opacity: 0.6;
}

.bt-bright-mild a {
	text-decoration: none;
	transition: all .2s ease;
}

.bt-bright-mild  a:hover {
	text-decoration: none;
	filter: brightness(115%);
}

.bt-bright a {
	text-decoration: none;
	transition: all .2s ease;
}

.bt-bright a:hover {
	text-decoration: none;
	filter: brightness(120%);
}

.bt-bright-medium a {
	text-decoration: none;
	transition: all .2s ease;
}
.bt-bright-medium a:hover {
	text-decoration: none;
	filter: brightness(140%);
}

.bt-bright-strong a {
	text-decoration: none;
	transition: all .2s ease;
}
.bt-bright-strong a:hover {
	text-decoration: none;
	filter: brightness(160%);
}

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

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

.container_pc-wide {

}

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

.container-wp {
	padding: 0 10px;
}

.all-wrap {
	overflow: hidden;
}

.all-wrap img {
	width: 100%;
	height: auto;
}








/* ---------------------------------
	 header
--------------------------------- */


header {
	width:100%;
	height: 140px;
	color: #000;
	background: #fff;
	position: fixed;
	top: 0;
	z-index: 1000;
	transition: all 0.2s ease;
}

#header {
	pointer-events: none;
    opacity: 0;
	transition: 0.5s ease;
}

#header.active {
	pointer-events: auto;
	opacity: 1;
}

.header-wrap {
	display: flex;
	justify-content: space-between;
}

h1 {
	max-width: 416px;
	margin-top: 25px;
	margin-left: 30px;
}



/********** header-hnav ***********/

nav.header-hnav ul {
	display: flex;
	justify-content: flex-end;
}

nav.header-hnav li {
	font-size: 1.5rem;
	line-height: 1.2;
}

nav.header-hnav li:nth-child(1) {
	width: 120px;
}

nav.header-hnav li:nth-child(2) {
	width: 120px;
	margin-right: 10px;
}

nav.header-hnav li:nth-child(3) {
	width: 150px;
}

nav.header-hnav li:nth-child(4) {
	width: 150px;
}

nav.header-hnav li a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 80px;
	background: #fff;
	text-align: center;
	text-decoration: none;
	transition: all 0.2s ease;
}

nav.header-hnav li a:hover {
	opacity: 0.4;
}

nav.header-hnav li:nth-child(1) a::before,
nav.header-hnav li:nth-child(2) a::before {
	content: "";
	display: block;
	background-image: url("../images/header_bt_mk.png");
	background-size: cover;
	width: 6px;
	height: 10px;
	margin-right: 8px;
}

nav.header-hnav li:nth-child(3) a {
	background: linear-gradient(180deg, #706e63, #5f5d53);
	color: #fff;
}

nav.header-hnav li:nth-child(3) a:hover {
	opacity: 1;
	filter: brightness(130%);
}

nav.header-hnav li:nth-child(4) a {
	color: #fff;
	background: linear-gradient(180deg, #bea25c, #bea25c, #9d7d50);
}

nav.header-hnav li:nth-child(4) a:hover {
	opacity: 1;
	filter: brightness(130%);
}




/********** header-gnav ***********/

nav.gnav {
	font-size: 1.4rem;
	letter-spacing: 0.05rem;
	line-height: 1.2;
}

nav.gnav ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

nav.gnav li {
	display: flex;
	position: relative;
	width: 13.33%;
}

nav.gnav li a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 60px;
	text-align: center;
	text-decoration: none;
	padding: 0 5px;
	transition: 0.3s ease;
}

nav.gnav li a:hover {
	color: #fff;
	background: #998d6b;
}

nav.gnav li.current a {
	color: #fff;
	background: #998d6b;
}

nav.gnav .new {
	position: absolute;
	top: 0;
	left: 35%;
	color: #fff;
	font-size: 1.0rem;
	letter-spacing: 0;
	background: #990000;
	padding: 0 3px 2px;
}

#top nav.gnav ul li:nth-child(1) a,
#location nav.gnav ul li:nth-child(2) a,
#residence nav.gnav ul li:nth-child(3) a,
#access nav.gnav ul li:nth-child(4) a,
#plan nav.gnav ul li:nth-child(5) a,
#sustainable nav.gnav ul li:nth-child(6) a {
	color: #fff;
	background: #998d6b;
}






/********** main ***********/

main {
	margin-top: 140px;
}







/* ---------------------------------
	 content-PC
--------------------------------- */


.dammy {
	word-break: break-word;
}

.dammy-red {
	color: #f00;
	word-break: break-all;
}

.dammy-blue {
	color: #00f;
	word-break: break-all;
}




.body-bg1 {
	background-image: url("../images/bg01.jpg");
	background-position: center top;
	background-size: 60%;
	background-repeat: repeat;
	position: relative;
}

.body-bg1.pb {
	padding-bottom: 200px;
}



h2.title-en {
	font-family: "Cormorant Garamond", serif;
	color: #5a8b7e;
	font-size: 7.0rem;
	line-height: 1.5;
	text-align: center;
}

.txt-head-l {
	font-size: 3.5rem;
	line-height: 1.5;
	text-align: center;
}

.txt-head {
	font-size: 3.0rem;
	line-height: 1.6;
}

.txt-head-s {
	font-size: 2.5rem;
	line-height: 1.6;
}

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

.txt-head-l sup {
	font-size: 0.35em;
	letter-spacing: 0;
	top: -1.6em;
}





.first-set {
	padding-top: 80px;
}

.first-set .txt-head-l {
	margin-top: 10px;
}

.first-set .txt-lead {
	margin-top: 60px;
}




@media only screen and (max-width: 1240px){
.inner-aj {	text-align: justify!important;}
.inner-aj br {	display: none;}
}




.plan_hanrei-wrap {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	font-size: 1.1rem;
	letter-spacing: 0;
	line-height: 1.6;
	margin-top: 60px;
}

.plan_hanrei-wrap li {
	display: flex;
	align-items: center;
	margin-right: 20px;
}











/* ---------------------------------
	 footer
--------------------------------- */


footer {
	position: relative;
	color: #000;
	background: #fff;
	padding-top: 100px;
}

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


/********** footer-bt ***********/

nav.footer-bt-wrap {
	padding-top: 100px;
}

nav.footer-bt-wrap ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

nav.footer-bt-wrap ul li {
	width: 31.67%;
	text-align: center;
	margin: 0 10px;
}

nav.footer-bt-wrap ul li a {
	width: 100%;
	color: #fff;
	font-size: 2.0rem;
	padding: 20px 0;
	display: block;
	transition: all 0.3s ease;
	text-decoration: none;
}

nav.footer-bt-wrap ul li:nth-child(1) a {
	background:url("../images/mk_arrow1.png"), linear-gradient(180deg, #706e63, #5f5d53);
	background-position: right 5% center;
	background-repeat: no-repeat;
	background-size: 10px auto,100% 100%;
}

nav.footer-bt-wrap ul li:nth-child(1)  a:hover {
	filter: brightness(130%);
}

nav.footer-bt-wrap ul li:nth-child(2) a {
	background:url("../images/mk_arrow1.png"), linear-gradient(180deg, #bea25c, #bea25c, #9d7d50);
	background-position: right 5% center;
	background-repeat: no-repeat;
	background-size: 10px auto,100% 100%;
}

nav.footer-bt-wrap ul li:nth-child(2)  a:hover {
	filter: brightness(130%);
}



/********** footer-nav ***********/

@media only screen and (min-width: 768px){

nav.footer-nav {
	font-size: 1.3rem;
	line-height: 1.0;
	text-align: center;
    max-width: 1200px;
	margin: 0 auto;
	padding-top: 70px;
}

nav.footer-nav ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	max-width: 1200px;
	margin: 0 auto;
	padding: 10px 20px;
}

nav.footer-nav ul li {
	display: flex;
	padding: 0px 20px;
	margin: 10px 0 10px -1px;
	border-left: 1px solid #808080;
	border-right: 1px solid #808080;
}
	
nav.footer-nav .nolink {
	color: #ccc;
}

nav.footer-nav ul li .new{
    display: none;
}
	
#top nav.footer-nav ul li:nth-child(1) a,
#location nav.footer-nav ul li:nth-child(2) a,
#residence nav.footer-nav ul li:nth-child(3) a,
#access nav.footer-nav ul li:nth-child(4) a,
#plan nav.footer-nav ul li:nth-child(5) a,
#sustainable nav.footer-nav ul li:nth-child(6) a,
#map nav.footer-nav ul li:nth-child(7) a,
#outline nav.footer-nav ul li:nth-child(8) a {
	text-decoration: underline;
	text-underline-offset: 4px;
}
	
}
	

.footer-line {
	margin-top: 30px;
}



.footer-under-area {
	font-family:'Noto Serif JP', serif;
	font-weight: 400;
	letter-spacing: 0;
}


/********** footer-tel ***********/

.footer-tel-wrap {
	display: flex;
	justify-content: center;
	padding-top: 50px;
}

.footer-tel-wrap ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	line-height: 1.5;
}

.footer-tel-wrap li:nth-child(1) {
	font-size: 1.4rem;
	text-align: center;
	width: 100%;
}

.footer-tel-wrap li:nth-child(2) {
	width: 285px;
	padding-top: 10px;
}

.footer-tel-wrap li:nth-child(3) {
	font-size: 1.3rem;
	text-align: center;
	padding-top: 15px;
	width: 100%;
}


/********** footer-logo ***********/

.footer-logo-area {
	padding-top: 50px;
}

.footer-logo-area ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.footer-logo-area ul li:nth-child(1) {
	width: 236px;
}

.footer-logo-area ul li:nth-child(1) p:nth-child(1) {
	font-size: 1.0rem;
	margin-left: -0.4em;
}

.footer-logo-area ul li:nth-child(2) {
	width: 243px;
	margin-top: 20px;
	margin-left: 20px;
}

.footer-logo-area ul li:nth-child(3) {
	font-size: 1.1rem;
	line-height: 1.5;
	text-align: center;
	width: 100%;
	margin-top: 10px;
}


/********** copyright ***********/

.copyright {
	font-size: 1.4rem;
	text-align: center;
	letter-spacing: 0;
	padding-top: 60px;
	padding-bottom: 30px;
}




/* ---------------------------------
	page-top
--------------------------------- */


#page-top {
	position: fixed;
	bottom: 0px;
	right: 0px;
	width: 70px;
	z-index: 800;
    display: none;
}

#page-top a {
	transition: all .2s ease;
}

#page-top a:hover {
	opacity: 0.4;
}







/* ---------------------------------
	 PC　TEL無効
--------------------------------- */

@media (min-width: 768px) {
	
a[href*="tel:"] {
	pointer-events: none;
	cursor: default;
	text-decoration: none;
}
	
}
















