@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=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&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: 300;
}

html {
	font-size: 62.5%;
}

body {
	font-family: 'Nunito Sans', 'Noto Sans JP', sans-serif;
	color: #000;
	font-size: 1.8rem;
	font-weight: 300;
    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;
	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;
	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-brown {
	color: #6d5b2a!important;
}

.kr,
.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: 'Nunito Sans', sans-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%);
}

/* Safari */
_::-webkit-full-page-media, _:future, :root .bt-bright a img,
_::-webkit-full-page-media, _:future, :root .bt-bright-medium a img,
_::-webkit-full-page-media, _:future, :root .bt-bright-strong a img {
	transition: all .2s ease;
}

_::-webkit-full-page-media, _:future, :root .bt-bright a img:hover {filter: brightness(120%);}
_::-webkit-full-page-media, _:future, :root .bt-bright-medium a img:hover {filter: brightness(140%);}
_::-webkit-full-page-media, _:future, :root .bt-bright-strong a img:hover {filter: brightness(160%);}
/* ↑Safari */

.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: 80px;
	background: #fff;
	padding-top: 10px;
	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;
	padding: 0 30px;
}

h1 {
	max-width: 446px;
	margin-top: 15px;
}



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

nav.header-hnav {
	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.6rem;
	line-height: 1.2;
	width: 200px;
}

nav.header-hnav li a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 50px;
	background-color: #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, #ea6b80, #521b28);
	color: #fff;
	margin-left: 10px;
}

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


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

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

.hamburger span {
	display : block;
	position: absolute;
	width   : 100%;
	height  : 3px ;
	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);
}

.hamburger p {
	color: #fff;
	font-size: 1.1rem;
	position: absolute;
	top: 25px;
	left: 2px;
	transition: all .2s ease;
}

.hamburger.active p {
	color: #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: 120px;
}

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

nav.gnav ul.main li a {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	font-size: 1.8rem;
	font-weight: 400;
	line-height: 1.2;
	width: 100%;
	padding: 25px 0;
	text-decoration: none;
	border-bottom: 1px solid #808080;
	transition: all 0.3s;
}

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

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

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: 80px;
}

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

nav.gnav ul.sub li a {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	color: #fff;
	font-size: 1.8rem;
	font-weight: 400;
	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, #ea6b80, #521b28);
}

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







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

main {
	margin-top: 0;
}







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



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

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

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






.title-set .ttl {
	font-size: 3.5rem;
	font-weight: 400;
	line-height: 1.5;
	letter-spacing: 0.1em;
	text-align: center;
	border-bottom: 1px solid #333;
}

.title-set.s .ttl {
	font-size: 3.0rem;
}

.title-set .head {
	font-size: 3.5rem;
	font-weight: 400;
	letter-spacing: 0.1em;
	text-align: center;
	margin-top: 40px;
}

.title-obi {
	color: #fff;
	font-size: 3.5rem;
	letter-spacing: 0.1em;
	line-height: 1.0;
	text-align: center;
	background: #8a7f7b;
	padding: 15px 0;
}


.txt-head-l {
	font-size: 3.5rem;
	font-weight: 400;
	line-height: 1.5;
	letter-spacing: 0.1em;
}

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

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

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



.title-set .head sup {
	font-size: 0.32em;
	letter-spacing: 0;
	top: -1.8em;
}

.txt-head sup,
.txt-head-ac sup {
	font-size: 0.4em;
	letter-spacing: 0;
	top: -1.4em;
}

.txt-lead sup {
	font-size: 0.7em;
}


.cap-number-l {
	color: #fff;
	font-size: 1.5rem;
	line-height: 1.0;
	text-align: center;
	background: #8a7f7b;
	width: 20px;
	height: 20px;
	padding-top: 2px;
	position: absolute;
	bottom: 0;
	left: 0;
}

.cap-number-r {
	color: #fff;
	font-size: 1.5rem;
	line-height: 1.0;
	text-align: center;
	background: #8a7f7b;
	width: 20px;
	height: 20px;
	padding-top: 2px;
	position: absolute;
	bottom: 0;
	right: 0;
}







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


footer {
	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: linear-gradient(90deg, #537a97, #002e56);
}

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

nav.footer-bt-wrap ul li:nth-child(2) a {
	background: linear-gradient(90deg, #ea6b80, #521b28);
}

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


/********** 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: 1100px;
	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 30px;
	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,
#position nav.footer-nav ul li:nth-child(2) a,
#location nav.footer-nav ul li:nth-child(3) a,
#access nav.footer-nav ul li:nth-child(4) a,
#design nav.footer-nav ul li:nth-child(5) a,
#plan nav.footer-nav ul li:nth-child(6) a,
#quality nav.footer-nav ul li:nth-child(7) a,
#map nav.footer-nav ul li:nth-child(8) a,
#outline nav.footer-nav ul li:nth-child(9) 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-attention {
	color: #c1272d;
}

.footer-attention p:nth-child(1) {
	font-size: 1.6rem;
	text-align: center;
	margin-top: 30px;
}

.footer-attention p:nth-child(2) {
	font-size: 1.3rem;
	line-height: 1.5;
	text-align: center;
	margin-top: 10px;
}




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
















