@charset "UTF-8";




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

/* ---------------------------------
	Base-SP
--------------------------------- */
	

.all-wrap {
	font-size: 1.5rem;
	font-weight: 500;
}
	
	
.pc{
	display: none !important;
}
.sp{
	display: block !important;
}

.cap {
	font-size: 1.1rem;
}
	
.cap-cover {
	font-size: 1.1rem;
}
	
.cap-cover-wide {
	left: auto;
	right: 5px;
	font-size: 1.1rem;
	text-align: right;
}
	
.cap-cover-left {
	font-size: 1.1rem;
}
	
.cap-cover-bg {
	font-size: 1.1rem;
}
	
.cap-cover-bg-left {
	font-size: 1.1rem;
}

.cap-cover-bg-white {
	font-size: 1.1rem;
}

.txt-bold {
	font-weight: 600;
}
	
.container-main {
	padding: 0 4%;
}

.container-main_pc-wide {
	padding: 0 4%;
}
	
.container-main_sp-wide {
	padding: 0;
}

.container-main_cap-wide {
	padding: 0 4%;
}
	
	
	
	
/* ---------------------------------
	 header
--------------------------------- */
	
	
header {
	width:100%;
	height: 60px;
}

.header-wrap {
	padding: 0 10px;
}
	
h1 {
	width: 220px;
	margin-top: 6px;
}
	
	

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

.hamburger {
	display : block;
	position: fixed;
	z-index : 1200;
	width : 60px;
	height: 60px;
	border-radius: 50%;
	border: 1px solid #897d76;
	cursor: pointer;
	text-align: center;
	background: #fff;
	left: calc(50% - 30px);
	bottom: 60px;
	transition : 0.3s ease-in-out;
}

.hamburger span {
	display : block;
	position: absolute;
	width   : 50%;
	height  : 2px ;
	left    : 0;
	background : #897d76;
	-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: 18px;
	left: 25%;
}
.hamburger span:nth-child(2) {
	top: 26px;
	left: 25%;
}
.hamburger span:nth-child(3) {
	top: 34px;
	left: 25%;
}
	
.hamburger.active {
	background: #897d76;
}

.hamburger.active span:nth-child(1) {
	top : 26px;
	-webkit-transform: rotate(-45deg);
	-moz-transform   : rotate(-45deg);
	transform        : rotate(-45deg);
	background : #fff;
}

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

nav.gnav-sp {
	position: fixed;
	z-index : 1100;
	top  : 0;
	right : 0;
	background: rgba(255,255,255,0.95);
	transform: translateY(-100%);
	transition: all 0.6s;
	width: 100%;
	height: 100%;
	overflow-x: hidden;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
}
	
nav.gnav-sp.active {
	transform: translateY(0);
}

nav.gnav-sp ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 95%;
	margin: 0 auto;
	padding-top: 15px;
}

nav.gnav-sp li {
	position: relative;
	width: 48.6%;
	font-size: 1.4rem;
	line-height: 1.2;
	border-bottom: 1px solid #897d76;
}

nav.gnav-sp li a {
	display: flex;
	justify-content: center;
	width: 100%;
	padding: 25px 0;
	text-decoration: none;
	transition: all 0.3s;
}

nav.gnav-sp li a:hover {
	color: #000;
	background: #e7e5e4;
}

#top nav.gnav-sp li:nth-child(1) a,
#access nav.gnav-sp li:nth-child(2) a,
#location nav.gnav-sp li:nth-child(3) a,
#design nav.gnav-sp li:nth-child(4) a,
#value nav.gnav-sp li:nth-child(5) a,
#plan nav.gnav-sp li:nth-child(6) a,
#equipment nav.gnav-sp li:nth-child(7) a,
#initiative nav.gnav-sp li:nth-child(8) a,
#genchi nav.gnav-sp li:nth-child(9) a {
	background: #e7e5e4;
}


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


h2 .en {
	font-size: 3.0rem;
	font-weight: 400;
}

h2 .ja {
	font-size: 1.4rem;
	letter-spacing: 0.1em;
	margin-top: 10px;
}

h3 {
	margin-top: 40px;
}

h3 .txt {
	font-size: 1.8rem;
	font-weight: 400;
	margin-top: 10px;
}

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

.txt-lead br {
	display: none;
}
	
	
	

	
.plan_hanrei-wrap {
	margin-top: 40px;
}

.plan_hanrei-wrap li {
	margin-right: 15px;
}

.plan_hanrei-wrap li:nth-child(1) p:nth-child(1) {
	width: 22px;
}

.plan_hanrei-wrap li:nth-child(2) p:nth-child(1) {
	width: 22px;
}

.plan_hanrei-cap {
	margin-top: 0;
}

	
	
.swipe {
	display: flex;
	justify-content: flex-end;
}
	
.swipe p {
	width: 80px;
}
	
	
	
	
	
	
/* ---------------------------------
	 footer
--------------------------------- */
	

.footer-cap {
	padding-top: 50px;
}
	
.footer-entry {
	padding-top: 40px;
}

.footer-entry-copy {
	margin-top: 30px;
}

.footer-entry-copy .ttl {
	font-size: 2.0rem;
}

.footer-entry-copy .txt {
	font-size: 1.4rem;
	margin-top: 10px;
}

.footer-entry-copy2 {
	margin-top: 40px;
}

.footer-entry-copy2 .ttl {
	font-size: 1.5rem;
}

.footer-entry-copy2 ul {
	width: 80%;
	margin: 0 auto;
}
	
.footer-entry-copy2 ul li {
	margin-top: 20px;
}

.footer-entry-copy2 ul li.cont {
	width: 100%;
}

.footer-entry-copy2 dt {
	font-size: 1.5rem;
}

.footer-entry-copy2 dd:nth-of-type(1) {
	font-size: 1.4rem;
	border-bottom: 1px dotted #666;
	padding-bottom: 10px;
}

.footer-entry-copy2 dd:nth-of-type(2) {
	font-size: 1.2rem;
	margin-top: 10px;
}

.footer-entry-copy2 ul li.line {
	display: flex;
	width: 40%;
	margin-left: 30%;
	margin-right: 30%;
}

.footer-entry-copy2 .line p:nth-child(1) {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 20px;
    background-image: linear-gradient(to top right, transparent 49.5%, #000 49.5%, #000 51.5%, transparent 51.5%);
}

.footer-entry-copy2 .line p:nth-child(2) {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 20px;
    background-image: linear-gradient(to top left, transparent 49.5%, #000 49.5%, #000 51.5%, transparent 51.5%);
}

nav.footer-entry-bt {
	margin-top: 30px;
}

nav.footer-entry-bt ul li {
	width: 76%;
}

nav.footer-entry-bt ul li a {
	padding: 12px 0;
}

nav.footer-entry-bt ul li a .en {
	font-size: 2.2rem;
	font-weight: 400;
}

nav.footer-entry-bt ul li a .ja {
	font-size: 1.2rem;
}

	
.footer-tel-wrap {
	padding: 30px 4%;
	margin-top: 40px;
}

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

.footer-tel-wrap li:nth-child(2) {
	color: #8e7d76;
	font-size: 1.1rem;
}

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

.footer-tel-wrap li:nth-child(4) {
	font-size: 3.2rem;
	margin: 0 10px;
	margin-top: 5px;
}

.footer-tel-wrap li:nth-child(5) {
	font-size: 1.1rem;
	margin-top: 5px;
}

.footer-tel-wrap a div::before {
	width: 35px;
	height: 20px;
	margin-right: 4px;
	margin-top: 5px;
}


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

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

	

	

/* ---------------------------------
	footerFixMenu-SP
--------------------------------- */

.sp_footerfix-wrap {
	width: 100%;
	position: fixed;
	bottom: 0;
	z-index: 1200;
}
	
.sp_footerfix-wrap ul {
	display: flex;
	justify-content: space-between;
	height: 50px;
}
	
.sp_footerfix-wrap ul li {
	display: flex;
	width: 50%;
	position: relative;
}
	
.sp_footerfix-wrap ul li:nth-child(1) {
	background: #6e6865;
}
	
.sp_footerfix-wrap ul li:nth-child(2) {
	background: #4f4844;
}

.sp_footerfix-wrap ul li a {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	color: #fff;
	font-size: 1.2rem;
	line-height: 1.2;
	letter-spacing: 0;
	text-align: center;
	text-decoration: none;
	width: 100%;
}
			
.sp_footerfix-wrap ul li a:hover,
.sp_footerfix-wrap ul li a:active,
.sp_footerfix-wrap ul li a:visited {
	text-decoration: none;
}
	




	
	
	
	
	
	
	
	
	
}








