@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: 400;
}
	
body {
	font-size: 1.4rem;
	font-weight: 400;
}
	
	
.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 {
	width:100%;
	height: 50px;
	padding-top: 5px;
	position: fixed;
	z-index:1000;
}

.header-wrap {
	padding: 0 4% 0 3%;
}
	
h1 {
	max-width: 270px;
	margin-top: 5px;
}

	

/********** header-gnav ***********/
	
.hamburger {
	width : 38px;
	height: 32px;
	top: 10px;
}

.hamburger span {
	height  : 3px ;
}

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

.hamburger.active span:nth-child(1) {
	top : 10px;
}

.hamburger.active span:nth-child(2),
.hamburger.active span:nth-child(3) {
	top: 10px;
}

.hamburger p {
	font-size: 1.0rem;
	position: absolute;
	top: 20px;
	left: -1px;
}
	
	
nav.gnav {
	width: 100%;
	padding: 0 4%;
}
	
nav.gnav ul.main {
	margin-top: 60px;
}

nav.gnav ul.main li {
	position: relative;
	width: 48.53%;
}
	
/**/
nav.gnav ul.main li:nth-last-child(1) {
	width: 100%;
}

nav.gnav ul.main li a {
	font-size: 1.4rem;
	padding: 20px 0;
}

nav.gnav ul.main li .new{
    font-size: 0.9rem;
}

	
nav.gnav ul.sub {
	margin-top: 50px;
}

nav.gnav ul.sub li {
	width: 70%;
	margin: 5px 0;
}

nav.gnav ul.sub li a {
	font-size: 1.4rem;
	padding: 20px 0;
}

	
	

	
	
/********** main ***********/
	
main {
	margin-top: 0;
}



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

	
	
	
	

	
.title-set .ttl {
	font-size: 2.0rem;
	font-weight: 500;
	padding-bottom: 5px;
}

.title-set.s .ttl {
	font-size: 1.7rem;
	font-weight: 500;
}

.title-set .head {
	font-size: 2.0rem;
	font-weight: 500;
	line-height: 1.6;
	margin-top: 20px;
}

.title-obi {
	font-size: 2.0rem;
	padding: 10px 0;
}



.txt-head-l {
	font-size: 2.0rem;
	font-weight: 500;
}
	
.txt-head {
	font-size: 1.7rem;
}
	
.txt-head-ac {
	font-size: 1.7rem;
}
	
.txt-lead {
	margin-top: 20px;
	text-align: justify;
}
	
.txt-lead-s {
	font-size: 1.2rem;
	line-height: 1.4;
	padding-top: 5px;
}
	
.txt-head br,
.txt-lead br,
.txt-lead-s br {
	display: none;
}
	
.title-set .head sup {
	font-size: 0.5em;
	top: -1.0em;
}
	
.txt-head sup,
.txt-head-ac sup {
	font-size: 0.6em;
	top: -0.8em;
}

	
.cap-number-l {
	font-size: 1.2rem;
	width: 16px;
	height: 16px;
	padding-top: 2px;
}	
	
.cap-number-r {
	font-size: 1.2rem;
	width: 16px;
	height: 16px;
	padding-top: 2px;
}

	
	
	
	
.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;
}
	
	
	
	
	

	
	
	
	
/* ---------------------------------
	 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: 80%;
	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:nth-last-child(3) {
	width: 100%;
}
	
nav.footer-nav ul li:nth-last-child(1),
nav.footer-nav ul li:nth-last-child(2) {
	display: none;
}
	
/*
nav.footer-nav ul li:nth-last-child(2) {
	width: 100%;
}
	
nav.footer-nav ul li:nth-last-child(1) {
	display: none;
}
*/
	
	
	
nav.footer-nav ul li a {
	display: flex;
	justify-content: center;
	width: 100%;
	padding: 15px 0;
	text-decoration: none;
}
	
nav.footer-nav ul li .nolink {
	display: flex;
	justify-content: center;
	width: 100%;
	padding: 15px 0;
	text-decoration: none;
	color: #ccc;
}
	
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,
#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 {
	background: #e5e5e5;
}
	
	
.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-attention p:nth-child(1) {
	font-size: 1.5rem;
	margin-top: 20px;
}

.footer-attention p:nth-child(2) {
	font-size: 1.2rem;
	text-align: justify;
	margin-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: 25%;
	height: 55px;
	font-size: 1.0rem;
	letter-spacing: 0;
	line-height: 1.1;
	position: relative;
}
	
.sp_footerfix-wrap ul li:nth-child(1) {
	background: linear-gradient(180deg, #c8c8c8, #a0a0a0);
	border-right: 1px solid #fff;
}
	
.sp_footerfix-wrap ul li:nth-child(2) {
	background: linear-gradient(180deg, #c8c8c8, #a0a0a0);
}
	
.sp_footerfix-wrap ul li:nth-child(3) {
	background: linear-gradient(180deg, #537a97, #002e56);
}
	
.sp_footerfix-wrap ul li:nth-child(4) {
	background: linear-gradient(180deg, #ea6b80, #521b28);

}

.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: 0;
}
	
.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(4) a p:nth-child(2) {
	margin-top: -4px;
	margin-bottom: 5px;
}

	

	
	

	
	
	
}








