@charset "UTF-8";

@import 'reset.css';

html {font-size: 62.5%; overflow: auto; scroll-behavior: smooth; -webkit-overflow-scrolling: touch;}
body {
	font-size: 16px;
	height: 100%;
	position: relative;
	color: #000;
	line-height: 1.6;
	/*overflow: hidden;*/
	/*overflow-y: auto;*/
	background-color: #000;
	-webkit-overflow-scrolling: touch;
}
body, select {font-family: 'Noto Sans JP', sans-serif,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif; font-weight: 400;}
select {font-size: 15px;}

*{
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-overflow-scrolling: touch;
}

.dispNo {display: none !important;}

@media screen and (max-width: 1080px) {
	html {font-size: 57%;}
}
@media screen and (max-width: 540px) {
	/*html {font-size: 54.5%;}*/
	body {font-size: 19px;}
}
/* ------------------------------ 
	LAYOUT
-------------------------------- */
.bcWht {background-color: #fff;}
.bcBlk {background-color: #000;}
.bcGray {background-color: #F2F2F2;}


/* ---------------------------
	NAV
----------------------------- */
nav.forTB {display: none;}
nav.forPC {display: block;}

@media screen and (max-width: 880px) {
	nav.forTB {display: block;}
	nav.forPC {display: none;}
}

nav.forTB {
	display: block;
	position: fixed;
	top: 0px;
	right: -3000px;
	width: 60%;
	max-width: 380px;
	height: 100%;
	transition: all 0.3s;
	z-index: 5;
	-webkit-overflow-scrolling: auto;
	background: #3c3c3c;
	padding: 95px 30px 15px;
}
body.clicked nav.forTB {right: 0; transition: all 0.3s;}

nav.forTB li {border-top: 1px dotted #999;}
nav.forTB li:first-child {border-top: none;}
nav.forTB li a {display: block; line-height: 4em; color: #fff;}
/* ---------------------------
	HEADER
----------------------------- */
header {position: fixed; top: 0; left: 0; right: 0; z-index: 10; width: 100%;}
header.bcWht {box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1); background-color: transparent !important;}
header.bcWht::before {content: ""; display: block; background-color: #fff; position:absolute; top: 0; bottom: 0; left: 0; right: 0; opacity: 0.9;}


header div {
	display: flex;
	flex-diretion: row;
	justify-content: space-between;
	background-color: transparent;
	position :relative;
}
header h1 a {font-size: 28px; line-height: 80px; padding-left: 40px; color: #fff;}
header nav ul {
	display: flex;
	flex-diretion: row;
	justify-content: flex-end;
}
header nav li {padding-right: 40px;}
header nav li:last-child {padding-right: 0px;}
header nav li a {display: block; line-height: 80px; color: #fff; position: relative;}
header nav li a:after {content: ""; display: block; width: 0%; height: 3px; background-color: #000; position: absolute; bottom: 10px; left: 0; transition: 0.2s linear;}
header nav li a:hover:after {width: 100%; transition: 0.2s linear;}
header nav li:last-child a {padding-left: 40px; padding-right: 40px; background-color: #000; color: #fff; border: 1px solid #000;}
header nav li:last-child a:after {display: none;}
header nav li:last-child a:hover {background-color: transparent; color: #000; border: 1px solid #000; transition: 0.2s linear; position: relative; z-index: 1;}
header nav li:last-child a:hover:before {position: absolute; top: 0; bottom: 0; left: 0; right: 0; content: ""; display: block; background-color: #fff; opacity: 0.5; z-index: -1}

header div .menuBtn.forTB {display: none;}


header.bcWht a {color: #000;}
header.bcWht .menuBtn.forTB li {background-color: #000;}

@media screen and (max-width: 880px) {
	header h1 a {padding-left: 30px; }
	
	header div .menuBtn.forTB {
		display: block;
		position: absolute;
		top: 0; right: 30px; bottom: 0;
		margin: auto;
		width: 34px;
		height: 26px;
		cursor: pointer;
	}
	header div .menuBtn.forTB li {display: block; width: 100%; height: 3px; background-color: #fff; position: absolute; }
	header div .menuBtn.forTB li:first-child {top: 0;}
	header div .menuBtn.forTB li.center {top: 0; bottom: 0; margin: auto;}
	header div .menuBtn.forTB li:last-child {bottom: 0;}

	/* メニューボタン クリック時の仕様 ----------------------------- */
	body.clicked .menuBtn.forTB li{transform-origin: center center; top: 0; bottom: 0; margin: auto;}
	body.clicked .menuBtn.forTB li:first-child{transform: rotate(45deg);}
	body.clicked .menuBtn.forTB li.center{display:none;}
	body.clicked .menuBtn.forTB li:last-child{transform: rotate(-45deg);}
}
@media screen and (max-width: 540px) {
	header h1 a {font-size: 23px; padding-left: 15px;}
	header div .menuBtn.forTB {right: 15px;}
}
/* ---------------------------
	MAIN
----------------------------- */
main {}
h2 {font-size: 32px; margin-bottom: 60px; text-align: center;}
section {padding: 105px 40px 120px; position: relative;}
.sec_inner {padding-top: 187px;margin-top: -82px;}

@media screen and (max-width: 880px) {
	section {padding-left: 30px; padding-right: 30px;}
	.sec_inner {padding-top: 185px;margin-top: -80px;}
}
@media screen and (max-width: 540px){
	section {padding-left: 15px; padding-right: 15px;}
}
/* visual ----------------------------- */
.visual {z-index: 4;}
section.visual {height: 600px; padding: 0; background-image: url('//chiyoda-kaihatsu.co.jp/common/img/visual.jpg?v02'); background-repeat: no-repeat; background-position: center center; background-size: cover; position: relative;}
section.visual p {color: #fff; font-size: 38px; height: 38px; /*line-height: 1em;*/ font-weight: bold; position: absolute; top: 0; bottom: 0; left: 0; right: 0; margin: auto; text-align: center;}

@media screen and (max-width: 540px){
	section.visual p {font-size: 34px; text-align: left; padding: 0 15px;}
}

/* GREETING ----------------------------- */
#GREETING {z-index: 3;}
#GREETING article {text-align: center; }
#GREETING article p {display: inline-block; max-width: 920px; width: 80%; text-align: left; margin: auto; line-height: 2;}

@media screen and (max-width: 880px) {
	#GREETING article p {max-width: none; width: auto; }
}
@media screen and (max-width: 540px){
	#GREETING article p {line-height: 1.9;}
}

/* COMPANY ----------------------------- */
#COMPANY {z-index: 2;}
#COMPANY article {max-width: 920px; width: 80%; margin: auto;}
#COMPANY dl {display: flex; padding-top: 20px; padding-bottom: 20px; border-bottom: 1px solid #000;}
#COMPANY dl:first-child {border-top: 1px solid #000;}
#COMPANY dt {flex-basis: 180px; align-self: flex-start;}
#COMPANY dd {align-self: center;}
#COMPANY .p_num {margin-right: 1em;}

@media screen and (max-width: 880px) {
	#COMPANY article {max-width: none; width: auto; }
	#COMPANY dl {display: block;}
	#COMPANY dt {flex-basis: auto; text-align: center; margin-bottom: 10px;}
	#COMPANY dd {text-align: center;}
}
@media screen and (max-width: 540px){
	#COMPANY .p_num {margin-right: 0; display: block;}
}

/* ACCESS ----------------------------- */
#ACCESS {z-index: 1;}
section#ACCESS {padding-bottom: 0; padding-left: 0; padding-right: 0;}
#ACCESS article {padding-bottom: 120px; display: flex;}
#ACCESS article div {max-width: 40%; min-width: 250px; margin-right: 5%;}
#ACCESS article div img {width: 100%; height: auto;}
#ACCESS article dl {min-width: 560px; width: 55%; margin-left: auto;}
#ACCESS dd {padding-left: 1em; margin-bottom: 1.5em;}
#ACCESS .map {position: relative; width: 100%; padding-top: 30%;}
#ACCESS .map iframe {position: absolute; top: 0; right: 0; width: 100%; height: 100%;}

@media screen and (max-width: 1080px) {
	section#ACCESS article {padding-left: 40px; padding-right: 40px;}
	#ACCESS article dl {width: auto; min-width: auto;}
}
@media screen and (max-width: 880px){
	section#ACCESS {}
	#ACCESS article {padding-left: 30px; padding-right: 30px; padding-bottom: 30px; display: block;}
	#ACCESS article div {max-width: none; width: 60%; margin-left: auto; margin-right: auto; margin-bottom: 30px;}
	#ACCESS .map {padding-top: 56%;}
}
@media screen and (max-width: 540px){
	section#ACCESS article {padding-left: 15px; padding-right: 15px;}
	#ACCESS article div {width: 80%;}
}


/* INQUIRY ----------------------------- */
#INQUIRY {z-index: 0;}
#INQUIRY article {text-align: center;}
.mail, .tel {font-size: 32px; font-weight: bold; color: #000;}
#INQUIRY .forTB {display: none;}
#INQUIRY .forPC {display: inline-block;}

@media screen and (max-width: 880px) {
	#INQUIRY .forTB {display: inline-block;}
	#INQUIRY .forPC {display: none;}
	.mail, .tel {font-size: 25px;}
}
@media screen and (max-width: 540px){
	.mail {font-size: 23px;}
}
/* ---------------------------
	FOOTER
----------------------------- */
footer {color: #fff; text-align: center; padding: 80px 15px 20px;}
footer div {margin-bottom: 60px;}
footer div span {display: block; font-size: 24px; font-weight: bold; margin-bottom: 5px;}
footer small {font-size: 14px;}

/* ---------------------------
	PAGETOP
----------------------------- */
#PAGETOP {
	display: none;
	position: fixed;
	bottom: 30px;
	right: 40px;
	cursor: pointer;
	color: #FFF;
	z-index: 5;
	width: 58px;
	height: 58px;
	border: 1px solid #000;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
}
#PAGETOP::before {
	content: "";
	display: block;
	background: #000;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	opacity: 1;
	z-index: -1;
}
#PAGETOP::after {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-top: 18px solid transparent;
	border-bottom: 20px solid #fff;
	border-left: 12px solid transparent;
	border-right: 12px solid transparent;
	margin: auto;
}
#PAGETOP:hover::before {background: #fff;}
#PAGETOP:hover::after {border-bottom: 20px solid #000;}

@media screen and (max-width: 880px) {
	#PAGETOP {right: 30px;}
}
@media screen and (max-width: 540px) {
	#PAGETOP {right: 15px;}
}
/* ---------------------------
	TEXT
----------------------------- */
.txt_center {text-align: center;}
.txt_left {text-align: left;}
.txt_right {text-align: right;}

.fB {font-weight: 700;}
.fs24 {font-size: 24px;}
.fs20 {font-size: 20px;}
.fs_mini {}

.mB10 {margin-bottom: 10px;}
.mB30 {margin-bottom: 30px;}
.mB60 {margin-bottom: 60px;}
.mB80 {margin-bottom: 80px;}

br.forPC {display: inline;}
br.forSP {display: none;}
@media screen and (max-width: 540px) {
	br.forPC {display: none;}
	br.forSP {display: inline;}
}
/* ---------------------------
	LINK
----------------------------- */
a {text-decoration: none;}
a.telLink {color: #000;}
