@charset "UTF-8";




@media only screen and (max-width: 767px){
	
	

/* ---------------------------------
	Base-SP
--------------------------------- */
	
	
address,caption,cite,code,dfn,em,strong,th,var,dl,dt,dd {
	font-weight: 500;
}
	
body {
	font-size: 1.5rem;
	font-weight: 500;
}
	
	
.pc{
	display: none !important;
}
.sp{
	display: block !important;
}

	
.cap {
	font-size: 1.0rem;
}
	
.cap-cover {
	right: 5px;
	bottom: 5px;
	font-size: 1.0rem;
}
	
.cap-cover-left {
	right: 5px;
	bottom: 5px;
	font-size: 1.0rem;
}
	
.cap-cover-bg {
	font-size: 1.0rem;
}
	
.cap-cover-bg-left {
	font-size: 1.0rem;
}

.cap-cover-bg-white {
	font-size: 1.0rem;
}
	
.txt-bold-normal {
	font-weight: 500;
}
	
.txt-bold {
	font-weight: 600;
}
	
	
.container {
	padding: 0 4%;
}

.container_sp-wide {
	padding: 0;
}
	
.container_pc-wide {
	padding: 0 4%;
}
	
.container-s {
	padding: 0 4%;
}

.container-wp {
	padding: 0 4%;
}
	
	
	
	
/* ---------------------------------
	 header
--------------------------------- */
	
	
header {
	height: 60px;
}

.header-wrap {

}
	
h1 {
	max-width: 270px;
	margin-top: 13px;
	margin-left: 3%;
}

	

/********** header-gnav ***********/
	
	
/* hamburger-bt */
.hamburger {
  display : block;
  position: relative;
  z-index : 1000;
  width : 30px;
  height: 36px;
  cursor: pointer;
  text-align: center;
	margin-top: 7px;
	margin-right: 4%;
}
.hamburger span {
  display : block;
  position: absolute;
  width   : 100%;
  height  : 2px ;
  left    : 0;
  background : #333;
  -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: 10px;
}
.hamburger span:nth-child(2) {
  top: 20px;
}
.hamburger span:nth-child(3) {
  top: 30px;
}

.hamburger.active span:nth-child(1) {
  top : 16px;
  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: 16px;
  -webkit-transform: rotate(45deg);
  -moz-transform   : rotate(45deg);
  transform        : rotate(45deg);
}

	
/* gnav-sp */
	
nav.gnav-sp {
	position: fixed;
	z-index : 900;
	top  : 60px;
	left : 0;
	color: #000;
	text-align: center;
	transform: translateX(100%);
	transition: all 0.6s;
	width: 100%;
	line-height: 1.3;
}
	
nav.gnav-sp.active {
  transform: translateX(0);
}
	
.gnav-sp-bg {
	position: fixed;
	z-index : 899;
	top  : 0;
	left : 0;
	background: rgba(255,255,255,0.95);
	transform: translateX(100%);
	transition: all 0.6s;
	width: 100%;
	height: 100vh;
}

.gnav-sp-bg.active {
  transform: translateX(0);
}
	
	
nav.gnav-sp ul.main {
	display: flex;
	flex-wrap: wrap;
	background: #fff;
	border-top: 1px solid #ccc;
}

nav.gnav-sp ul.main li {
	position: relative;
	width: 50%;
	border-bottom: 1px solid #ccc;
	display: flex;
	align-items: center;
}
	
nav.gnav-sp ul.main li:nth-child(2n) {
	border-left: 1px solid #ccc;
}	
	
/*
nav.gnav-sp ul.main li:nth-last-child(1) {
	width: 100%;
}*/

nav.gnav-sp ul.main li a {
	display: flex;
	justify-content: center;
	width: 100%;
	padding: 20px 0;
	text-decoration: none;
}
	
nav.gnav-sp ul.main li .new {
    position: absolute;
    top:0;
    right: 0;
    font-size: 0.9rem;
    padding: 3px 5px;
    background-color: #990000;
    color: #fff;
}
	
#top nav.gnav-sp ul.main li:nth-child(1) a,
#location nav.gnav-sp ul.main li:nth-child(2) a,
#residence nav.gnav-sp ul.main li:nth-child(3) a,
#access nav.gnav-sp ul.main li:nth-child(4) a,
#plan nav.gnav-sp ul.main li:nth-child(5) a,
#sustainable nav.gnav-sp ul.main li:nth-child(6) a,
#map nav.gnav-sp ul li:nth-child(7) a,
#outline nav.gnav-sp ul li:nth-child(8) a {
	background: #e2ded5;
}


nav.gnav-sp ul.sub {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	padding-top: 40px;
}

nav.gnav-sp ul.sub li {
	width: 60%;
	text-align: center;
	margin: 5px 0;
}

nav.gnav-sp ul.sub li a {
	width: 100%;
	color: #fff;
	font-size: 1.5rem;
	line-height: 1.2;
	letter-spacing: 0;
	padding: 20px 10px;
	display: block;
	transition: all 0.3s ease;
	text-decoration: none;
}

nav.gnav-sp ul.sub li:nth-child(1) a {
	background: linear-gradient(180deg, #706e63, #5f5d53);
}

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

nav.gnav-sp ul.sub li:nth-child(2) a {
	background: linear-gradient(180deg, #bea25c, #bea25c, #9d7d50);
}

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



	

	
	
/********** main ***********/
	
main {
	margin-top: 60px;
}



	
	
/* ---------------------------------
	 content-SP
--------------------------------- */

	
.body-bg1 {
	background-size: 200%;
}
	
.body-bg1.pb {
	padding-bottom: 50px;
}

	

	
	
h2.title-en {
	font-size: 3.5rem;
}

.txt-head-l {
	font-size: 2.1rem;
}
	
.txt-head {
	font-size: 1.8rem;
}

.txt-head-s {
	font-size: 1.8rem;
}
	
	
.txt-lead {
	margin-top: 20px;
	text-align: justify;
}


.txt-head-l sup {
	font-size: 0.5em;
	top: -1.0em;
}

	


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

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

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

.txt-head br,
.txt-lead br {
	display: none;
}
	
	

	
.swipe{
	width: 30%;
	margin: 0 auto;
	margin-top: 5px;
}
	
.swipe-cap{
	font-size: 1.1rem;
	line-height: 1.5;
	letter-spacing: 0;
	text-align: center;
	margin-top: 5px;
}
	
	
	
.plan_hanrei-wrap {
	font-size: 1.0rem;
	margin-top: 30px;
}
	
.plan_hanrei-wrap li {
	margin-right: 15px;
}

	
	
	
	
	
	
	
/* ---------------------------------
	 footer
--------------------------------- */
	
footer {
	padding-top: 50px;
}

.footer-cap {
	font-size: 1.0rem;
}

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

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

nav.footer-bt-wrap ul li {
	width: 70%;
	margin: 5px 0;
}

nav.footer-bt-wrap ul li a {
	width: 100%;
	color: #fff;
	font-size: 1.5rem;
	line-height: 1.2;
	letter-spacing: 0;
	padding: 20px 10px;
}


/********** footer-nav ***********/
	
nav.footer-nav {
	padding-top: 50px;
	border-bottom: none;
}

nav.footer-nav {
	color: #000;
	background: #fff;
	text-align: center;
	width: 100%;
	line-height: 1.2;
}

nav.footer-nav ul {
	display: flex;
	flex-wrap: wrap;
	border-top: 1px solid #ccc;
}

nav.footer-nav ul li {
	position: relative;
	width: 50%;
	border-bottom: 1px solid #ccc;
	display: flex;
	align-items: center;
}	
	
nav.footer-nav ul li:nth-child(2n) {
	border-left: 1px solid #ccc;
}
	
nav.footer-nav ul li a {
	display: flex;
	justify-content: center;
	width: 100%;
	padding: 20px 0;
	text-decoration: none;
}
		
nav.footer-nav ul li .new{
    position: absolute;
    top:0;
    right: 0;
    font-size: 0.9rem;
    padding: 3px 5px;
    background-color: #990000;
    color: #fff;
}
		
#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 {
	background: #e2ded5;
}

.footer-line {
	display: none;
}
	
	
.footer-under-area {
	font-weight: 500;
}

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

.footer-tel-wrap {
	padding-top: 30px;
}

.footer-tel-wrap ul {
	width: 100%;
}

.footer-tel-wrap li:nth-child(1) {
	font-size: 1.2rem;
}

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

.footer-tel-wrap li:nth-child(3) {
	font-size: 1.2rem;
	padding-top: 10px;
}


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

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

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

.footer-logo-area ul li:nth-child(1) {
	width: 300px;
	order: 1;
}
	
.footer-logo-area ul li:nth-child(1) p:nth-child(1) {
	margin-left: 0;
}

.footer-logo-area ul li:nth-child(2) {
	width: 300px;
	margin-top: 15px;
	margin-left: 0;
	order: 3;
}

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


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

.copyright {
	font-size: 1.2rem;
	padding: 30px 0 70px;
}
	
	
	
	
	
/* ---------------------------------
	page-top
--------------------------------- */

#page-top {
	bottom: 56px;
	width: 30px;
}

	

	

/* ---------------------------------
	footerFixMenu-SP
--------------------------------- */
	
.sp_footerfix-wrap {
	width: 100%;
	position: fixed;
	bottom: 0;
	z-index: 1000;
	border-top: 1px solid #fff;
}
	
.sp_footerfix-wrap ul {
	display: flex;
	justify-content: space-between;
	background: #fff;
}
	
.sp_footerfix-wrap ul li {
	display: flex;
	width: 33.33%;
	height: 55px;
	font-size: 1.0rem;
	letter-spacing: 0;
	line-height: 1.0;
	position: relative;
}
	
.sp_footerfix-wrap ul li:nth-child(1) {
	background: #998d6b;
	border-right: 1px solid #fff;
}
	
.sp_footerfix-wrap ul li:nth-child(2) {
	background: #998d6b;
}
	
.sp_footerfix-wrap ul li:nth-child(3) {
	background: linear-gradient(to bottom, #706e63, #5f5d53);
}
	
.sp_footerfix-wrap ul li:nth-child(4) {
	background: linear-gradient(to bottom, #bea25c, #bea25c, #9d7d50);

}

.sp_footerfix-wrap ul li img {
	width: 18px;
}
	
.sp_footerfix-wrap ul li a {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: flex-end;
	color: #fff;
	text-align: center;
	width: 100%;
}
		
.sp_footerfix-wrap ul li a:hover {
	text-decoration: none;
}
	
.sp_footerfix-wrap ul li:nth-child(1) a p:nth-child(1) {
	margin-bottom: 0;
}
	
.sp_footerfix-wrap ul li:nth-child(2) a p:nth-child(1) {
	margin-bottom: -3px;
}
	
.sp_footerfix-wrap ul li:nth-child(3) a p:nth-child(1) {
	margin-bottom: 0;
}
	
.sp_footerfix-wrap ul li:nth-child(4) a p:nth-child(1) {
	margin-bottom: 0;
}
	
.sp_footerfix-wrap ul li a p:nth-child(2) {
	width: 100%;
	margin-bottom: 8px;
}

.sp_footerfix-wrap ul li:nth-child(2) a p:nth-child(2) {
	margin-bottom: 5px;
}
	

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

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

	
	

	
	
	
}








