@charset "UTF-8";

@import "destyle.css";
@import "parts.css";
@import url('https://fonts.googleapis.com/css?family=Noto+Serif+JP:300,400,500,600,700&display=swap&subset=japanese');
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,500,600,700&display=swap&subset=japanese');
@import url('https://fonts.googleapis.com/css2?family=Cinzel&display=swap');
@import url('https://fonts.googleapis.com/css2?family=EB+Garamond&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:normal;
}

html {
	font-size: 62.5%;
}

body {
	font-family:'Noto Serif JP', serif;
	font-size: 1.8rem;
    line-height: 1.8;
	color: #4D4D4D;
	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 #999;
}

.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;
	text-align: right;
	letter-spacing: 0;
	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: linear-gradient(90deg, rgba(0,0,0,0), rgba(0,0,0,0.6));
	padding: 2px 5px;
	padding-left: 20px;
	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-cap {
	font-size: 0.611em;
}

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

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

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

.txt-l {
	font-size: 1.111em;
}
.txt-ll {
	font-size: 1.222em;
}

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

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

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

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

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

.txt-blue {
	color: #0e3562!important;
}

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

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

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

.shadow-strong2 {
	text-shadow: 0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,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;
}

.txt-white.shadow-strong2 {
	text-shadow: 0 0 3px #000,0 0 3px #000,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: 'Cinzel', serif!important;
}

.f-gara {
	font-family: 'EB 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(110%);
}

.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-s {
    max-width: 1040px;
	margin: 0 auto;
	padding: 0 20px;
}

.container-s_sp-wide {
    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: 90px;
	background: #fff;
	padding-top: 15px;
	position: fixed;
	top: 0;
	z-index:1000;
	transition: all 0.2s ease;
}

.header-wrap {
	display: flex;
	justify-content: space-between;
	padding: 0 30px;
}

h1 {
	position: relative;
	max-width: 150px;
}

header.header-w {
	background: transparent;
}

header.header-w::before {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(0deg, rgba(0,0,0,0.0), rgba(0,0,0,0.4));
	opacity: 0;
	transition: all 0.2s ease;
	pointer-events: none;
}

header.header-w.active::before {
  opacity: 1;
}





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

nav.header-hnav {
	position: relative;
	flex-grow: 2;
}

nav.header-hnav ul {
	display: flex;
	justify-content: flex-end;
	padding-top: 5px;
	padding-right: 40px;
}

nav.header-hnav li {
	font-size: 1.5rem;
	line-height: 1.2;
	letter-spacing: 0;
	width: 190px;
	margin-left: 10px;
}

nav.header-hnav li a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 50px;
	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 {
	background: linear-gradient(90deg, #537a97, #002e56);
	color: #fff;
}

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

nav.header-hnav li:nth-child(2) a {
	background: linear-gradient(90deg, #BBAB58, #9F8820);
	color: #fff;
}

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


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

.hamburger {
	display : block;
	position: relative;
	z-index : 1200;
	width : 40px;
	height: 40px;
	cursor: pointer;
	text-align: center;
	background: rgba(255,255,255,0);
	top: 20px;
}

.hamburger span {
	display : block;
	position: absolute;
	width   : 100%;
	height  : 1.5px ;
	left    : 0;
	background : #000;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition   : 0.3s ease-in-out;
	transition        : 0.3s ease-in-out;
}

.hamburger span:nth-child(1) {
	top: 0px;
}
.hamburger span:nth-child(2) {
	top: 10px;
}
.hamburger span:nth-child(3) {
	top: 20px;
}

.hamburger.active span:nth-child(1) {
	top : 10px;
	left: 0;
	-webkit-transform: rotate(-45deg);
	-moz-transform   : rotate(-45deg);
	transform        : rotate(-45deg);
}

.hamburger.active span:nth-child(2),
.hamburger.active span:nth-child(3) {
	top: 10px;
	-webkit-transform: rotate(45deg);
	-moz-transform   : rotate(45deg);
	transform        : rotate(45deg);
}

.header-w .hamburger span {
	background : #fff;
}

.header-w .hamburger.active span {
	background : #000;
}




nav.gnav {
	position: fixed;
	z-index : 1100;
	top  : 0;
	right : 0;
	background: rgba(255,255,255,0.95);
	transform: translateX(100%);
	transition: all 0.6s;
	width: 900px;
	height: 100%;
	padding: 0 80px;
	overflow-x: hidden;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
}
	
@media only screen and (max-width: 900px){
nav.gnav {
	width: 100%;
}
}

nav.gnav.active {
	transform: translateX(0);
}

nav.gnav ul.main {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 80px;
}

nav.gnav ul.main li {
	position: relative;
	width: 31.08%;
}

nav.gnav ul.main li .glay,
nav.gnav ul.main li a {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	font-size: 1.8rem;
	line-height: 1.2;
	text-align: center;
	width: 100%;
	padding: 20px 0;
	margin-top: 25px;
	text-decoration: none;
	border: 1px solid #B2B2B2;
	transition: all 0.3s;
}

nav.gnav ul.main li .glay .en,
nav.gnav ul.main li a .en {
	font-size: 1.8rem;
	width: 100%;
}

nav.gnav ul.main li .glay .ja,
nav.gnav ul.main li a .ja {
	font-size: 1.6rem;
	width: 100%;
	margin-top: 5px;
}


nav.gnav ul.main li .glay {
	color: #bbb;
	background: #e5e5e5;
}


nav.gnav ul.main li:nth-last-child(-n+2) {
	width: 47.3%;
}

nav.gnav ul.main li:nth-last-child(-n+2) a {
	margin-top: 60px;
	border: none;
	border-bottom: 1px solid #B2B2B2;
}

nav.gnav ul.main li:nth-last-child(3) {
	margin-right: 34.46%;
}

nav.gnav ul.main li a:hover {
	background: #E4E1D7;
}

#top nav.gnav ul.main li:nth-child(1) a,
#dento nav.gnav ul.main li:nth-child(2) a,
#plan nav.gnav ul.main li:nth-child(3) a,
#location nav.gnav ul.main li:nth-child(4) a,
#access nav.gnav ul.main li:nth-child(5) a,
#design nav.gnav ul.main li:nth-child(6) a,
#equipment nav.gnav ul.main li:nth-child(7) a,
#brand nav.gnav ul.main li:nth-child(8) a,
#map nav.gnav ul.main li:nth-child(9) a,
#outline nav.gnav ul.main li:nth-child(10) a {
	background: #E4E1D7;
}

nav.gnav ul.main li .new{
	position: absolute;
	top: 1px;
	right: 0;
    color: #fff;
    font-size: 1.0rem;
	line-height: 1.2;
	letter-spacing: 0;
	background: #b3132d;
    padding: 2px 3px;
}

nav.gnav ul.sub {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-top: 60px;
}

nav.gnav ul.sub li {
	position: relative;
	width: 50%;
	margin: 7px 10px;
}

nav.gnav ul.sub li a {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	color: #fff;
	font-size: 1.8rem;
	line-height: 1.2;
	width: 100%;
	padding: 25px 0;
	text-decoration: none;
	transition: all 0.3s;
}

nav.gnav ul.sub li:nth-child(1) a {
	background: linear-gradient(90deg, #537a97, #002e56);
}

nav.gnav ul.sub li:nth-child(1) a:hover {
	filter: brightness(140%);
}

nav.gnav ul.sub li:nth-child(2) a {
	background: linear-gradient(90deg, #BBAB58, #9F8820);
}

nav.gnav ul.sub li:nth-child(2) a:hover {
	filter: brightness(120%);
}


.gnav-bg {
	pointer-events: none;
	position: fixed;
	z-index : 800;
	top  : 0;
	left : 0;
	background: rgba(0,0,0,0);
	width: 100%;
	height: 100%;
	transition: all 0.3s;
}

.gnav-bg.active {
	background: rgba(0,0,0,0.8);
}





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


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

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

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

.cont-start {
	margin-top: 100px;
}

.txt-head {
	font-size: 3.2rem;
	line-height: 1.6;
	text-align: center;
}

.txt-head .l {
	font-size: 1.2em;
}


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



@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;
	margin-top: 40px;
}

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

.plan_hanrei-wrap li:nth-child(1) p:nth-child(1) {
	width: 35px;
	margin-bottom: 3px;
	margin-right: 5px;
}

.plan_hanrei-wrap li:nth-child(2) p:nth-child(1) {
	width: 35px;
	margin-bottom: 3px;
	margin-right: 5px;
}

.plan_hanrei-wrap li:nth-child(3) p:nth-child(1) {
	width: 39px;
	margin-bottom: 8px;
	margin-right: 5px;
}

.plan_hanrei-wrap li:nth-child(4) p:nth-child(1) {
	width: 39px;
	margin-bottom: 10px;
	margin-right: 5px;
}


.plan_hanrei-cap {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	font-size: 1.1rem;
	margin-top: 10px;
}

.plan_hanrei-cap li {
	margin-right: 1.5em;
}




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



footer {
	padding-top: 100px;
}

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

.footer-cap.nocap {
	margin-top: -60px;
}



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

.footer-bg {
	background: #E6E6E6;
	margin-top: 100px;
}

.footer-bt-wrap {
	padding-top: 60px;
	padding-bottom: 40px;
}

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

.footer-bt-wrap ul li {
	width: 32%;
	text-align: center;
	margin: 0 20px;
}

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

.footer-bt-wrap ul li:nth-child(1) a {
	background: linear-gradient(90deg, #537a97, #002e56);
}

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

.footer-bt-wrap ul li:nth-child(2) a {
	background: linear-gradient(90deg, #BBAB58, #9F8820);
}

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




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

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

nav.footer-nav {
	max-width: 1240px;
	margin: 0 auto;
	padding: 0 20px;
	padding-bottom: 40px;
}


nav.footer-nav ul {
	display: flex;
	justify-content: space-between;
}

nav.footer-nav li {
	display: flex;
	width: 12.5%;
	word-break: break-all;
	position: relative;
	margin-top: 5px;
	margin-bottom: 10px;
}

nav.footer-nav li::after {
	content: "";
	display: block;
	top: 0;
	bottom: 0;
	height: 100%;
	margin: auto;
	border-left: 1px solid #999;
}

nav.footer-nav li:nth-child(1)::before {
	content: "";
	display: block;
	top: 0;
	bottom: 0;
	height: 100%;
	margin: auto;
	border-left: 1px solid #999;
}
	
nav.footer-nav li .glay,
nav.footer-nav li a {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	width: 100%;
	padding: 10px 0;
	text-align: center;
	text-decoration: none;
	transition: all 0.3s ease;
}

nav.footer-nav li .glay .ja,
nav.footer-nav a .ja {
	font-size: 1.5rem;
	letter-spacing: 0;
	line-height: 1.2;
	width: 100%;
}
	
nav.footer-nav li .glay .en,
nav.footer-nav a .en {
	font-size: 1.2rem;
	letter-spacing: 0;
	line-height: 1.2;
	width: 100%;
	margin-top: 3px;
}
	
nav.footer-nav li a:hover {
	background: #FAFAFA;
}
	
nav.footer-nav li .glay {
	color: #bbb;
}
	
	
/*
nav.footer-nav ul li:nth-last-child(-n+2) {
    display: none;
}
*/
	
nav.footer-nav ul li .new{
    display: none;
}
	

#dento nav.footer-nav ul li:nth-child(2) a,
#plan nav.footer-nav ul li:nth-child(3) a,
#location nav.footer-nav ul li:nth-child(4) a,
#access nav.footer-nav ul li:nth-child(5) a,
#design nav.footer-nav ul li:nth-child(6) a,
#equipment nav.footer-nav ul li:nth-child(7) a,
#brand nav.footer-nav ul li:nth-child(8) a,
#map nav.footer-nav ul li:nth-child(9) a,
#outline nav.footer-nav ul li:nth-child(10) a {
	background: #FAFAFA;
}
	
}




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

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

.footer-tel-wrap li:nth-child(1) {
	font-size: 1.5rem;
	line-height: 1.5;
	letter-spacing: 0;
	text-align: center;
}

.footer-tel-wrap li:nth-child(3) {
	font-size: 1.3rem;
	line-height: 1.5;
	letter-spacing: 0;
	text-align: center;
	margin-top: 10px;
}

.footer-tel-wrap .tel {
	font-size: 5.0rem;
	line-height: 1.0;
	text-align: center;
	margin-top: 5px;
}

.footer-tel-wrap a:hover {
	text-decoration: none;
}

.footer-attention {
	color: #A71C21;
	font-size: 1.8rem;
	text-align: center;
	margin-top: 20px;
}





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

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

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

.footer-logo-area ul li {
	margin: 0 30px;
}

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

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

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

.footer-logo-area ul li p:nth-child(1) {
	font-size: 1.1rem;
	padding-bottom: 5px;
}

.footer-logo-area ul li:nth-child(1)  p:nth-child(1) {
	margin-left: 15%;
}

.footer-logo-area ul li:nth-child(2)  p:nth-child(1) {
	margin-left: 32%;
}

.footer-logo-area ul li:nth-child(3)  p:nth-child(1) {
	margin-left: 14%;
}

.footer-logo-area ul li:nth-child(1)  p:nth-child(2) {
	margin-top: 8px;
}

.footer-logo-area ul li:nth-child(3)  p:nth-child(2) {
	margin-top: 4px;
}



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

.copyright {
	font-size: 1.4rem;
	text-align: center;
	letter-spacing: 0;
	border-top: 1px solid #d1d1d1;
	padding: 20px 0;
}






/* ---------------------------------
	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;
}
	
}
















