@charset "utf-8";
/* CSS Document */
/*========================================================================= common =========================================================================
==================================================================================================================================================*/
html,body {
}
/*-------------- flex --------------*/
.flex{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
 justify-content: space-around;
}
/*-------------- fade-in --------------*/
.fade-in {
	transition: opacity 0.8s;
	-moz-transition: opacity 0.8s;
	-webkit-transition: opacity 0.8s;
	-o-transition: opacity 0.8s;
}
.fade-up {
	transition: opacity 0.7s;
	-moz-transition: opacity 0.7s;
	-webkit-transition: opacity 0.7s;
	-o-transition: opacity 0.7s;
	transition: transform 0.7s;
	-moz-transition: transform 0.7s;
	-webkit-transition: transform 0.7s;
	-o-transition: transform 0.7s;
}
/*-------------- font --------------*/
.f24 {
	font-size: 24px;
	font-size: 2.4rem;
}
.mincho {
	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
/*-------------- float --------------*/
.fl {	float: left;}
.fr {	float: right;}
.over {	overflow:hidden;}
/*-------------- space --------------*/
.pt10 {padding-top: 10px;}
.pt20 {padding-top: 20px;}
.pt40 {padding-top: 40px;}
/*-------------- align --------------*/
.center { text-align: center;}
.center-a { text-align: center;}
.align-right { text-align: right;}
.block { display: block; }
/*-------------- img --------------*/
/*-------------- pageTop  --------------*/
.cp_arrows *, .cp_arrows *:before, .cp_arrows *:after {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
.cp_arrows {
 position:fixed;
	right:45px;
	bottom:30px;
	z-index:500;
	display: flex;
	height: 50px;
	margin: 2em auto;
	justify-content: center;
	align-items: center;
	text-align: center;
 cursor: pointer;
}
.cp_arrows .cp_arrow {
	position: relative;
	display: inline-block;
	padding-top: 1.8em;
	-webkit-transition: all 0.3s ease-out;
	        transition: all 0.3s ease-out;
	-webkit-animation: arrow-move06 2s 1s ease-in-out infinite;
	        animation: arrow-move06 2s 1s ease-in-out infinite;
	text-decoration: none;
	color: #f1314b;
	border-color: #f1314b;
}
.cp_arrows .cp_arrow:before {
	font-size: 2em;
	line-height: 1.9em;
	position: absolute;
	top: 0;
	left: 50%;
	width: 2em;
	height: 2em;
	margin-left: -0.7em;
	content: '▲';
	-webkit-transition: transform 0.5s ease-in;
	        transition: transform 0.5s ease-in;
	text-align: center;
	border: 0.13em solid #ffffff;
	border-color: inherit;
	border-radius: 10em;
}
.cp_arrows .cp_arrow:hover {
	color: #000000;
	border-color: #000000;
}
.cp_arrows .cp_arrow:hover:before {
	transform: rotate(360deg);
}
@-webkit-keyframes arrow-move06 {
	0% {
		top: 1%;
		opacity: 0.1;
	}
	70% {
		top: 5%;
		opacity: 1;
	}
	100% {
		top: 1%;
		opacity: 0.3;
	}
}
@keyframes arrow-move06 {
	0% {
		top: 1%;
		opacity: 0.1;
	}
	70% {
		top: 5%;
		opacity: 1;
	}
	100% {
		top: 1%;
		opacity: 0.3;
	}
}
/*-------------- wrapper --------------*/
#wrapper {	
	width:100%;
	height:auto;
 position: relative;
}
.container {
 width:	100%;
	}
.contents {
 max-width: 1300px;
 width: 95%;
 margin: 0 auto;
}
/*-------------- header --------------*/
header {
 width: 100%;
	background: rgba(255,255,255,0.6);
	height: 71px;
	position: fixed;
	z-index: 100;
	top: 0;
}
.drawer-hamburger {
	display: none;
}
.logo {
	max-width: 30%;
	width: 300px;
}
header .logo {
	position: absolute;
	top: 15px;
	left: 15px;
}

.drawer-menu {
	width: 800px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
 justify-content: space-around;
	position: absolute;
	right: 0;
	bottom: 0;
}

.drawer-menu li a {
	width:90px;
	display:block;
	line-height: 70px;
	text-align: center;
	border-bottom: 2px solid rgba(255,255,255,0.00);
	font-size: 16px;
}

.drawer-menu li#contactNav a {
	background: #f1314b;
	color: #ffffff;
}
.drawer-menu li a:hover {
 border-bottom: 2px solid #f1314b;
}
.drawer-menu li .current {
 border-bottom: 2px solid #f1314b;
	color: #f1314b;
}


li.sns-menu {
	margin-right: 4px;
}

li.sns-menu a{
	width:40px;
	border-bottom: none;
}

li.sns-menu a:hover {
	border-bottom: none;
}
li.sns-menu .current {
	border-bottom: none;
}

.sns-menu a img{
	 width: 40px;
	margin-top: 16px;
}




/*-------------- title --------------*/
.title_b {
	font-size: 26px;
	font-size: 2.6rem;
	text-align: center;
	padding-bottom: 30px;
}
.title_b:before {
	content: "";
	text-align: center;
	margin: 0 auto 15px;
	height: 70px;
	width: 1px;
	background: #000000;
	display: block;
}
.title_b strong {
	font-size: 13px;
	font-size: 1.3rem;
	display: block;
}
.title_wh {
	font-size: 26px;
	font-size: 2.6rem;
	padding-bottom: 30px;
	color: #ffffff;
}
.title_wh:before {
	content: "";
	margin: 15px 10px 0 0;
	height: 1px;
	width: 70px;
	background: #ffffff;
	display: inline-block;
}
.title_wh strong {
	font-size: 13px;
	font-size: 1.3rem;
	display: block;
	color: #ffffff;
	padding: 0 0 0 80px;
}
/*-------------- footer --------------*/
.contact_container {
	background: url(../images/footer_bg.jpg) no-repeat scroll top center;
	background-size: cover;
	min-height: 420px;
	padding: 0 0 50px 0;
}
.contact_contents {
	background:linear-gradient(180deg,#ffffff 0%,#ffffff 35px,#000000 35px,#000000 100%); 
	max-width: 1145px;
	widt:95%;
	margin: 50px auto 0;
	color: #ffffff;
}
.contact_contents:before {
	content: "";
	text-align: center;
	margin: auto;
	height: 35px;
	width: 1px;
	background: #000000;
	display: block;
}
footer .title_b:before {
	background: #ffffff;
	height: 35px;
}
.contact_about {
	text-align: center;
	padding: 0 10px 40px;
}
.contact_about dt {
	font-size: 18px;
	font-size: 1.8rem;
	padding-bottom: 10px;
}
.contact_contact {
	width: 95%;
	margin: 0 auto;
	border-top: 1px solid #404040;
	padding-bottom: 20px;
}
.contact_contact li {
	width: 50%;
	text-align: center;
	padding: 20px;
}
.contact_contact li:last-child {
	border-left: 1px solid #404040;
}
.contact_contact li dt {
	font-size: 16px;
	font-size: 1.6rem;
 padding-bottom: 10px;
}
.contact_contact li dd p {
	padding-bottom: 0.5em;
}
footer small {
	background: #f1314b;
	color: #ffffff;
	text-align: center;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 30px;
	width: 100%;
	display: block;
}
footer .logo {
	margin: 0 auto;
	padding: 25px 0;
}
.footer_nav {
	max-width: 500px;
	width: 95%;
	margin: 0 auto;
	padding: 0 0 30px;
}
.bunner{
display: inline-block;
margin: 20px auto
}
/*-------------- breadcrumb --------------*/
.breadcrumb {
	max-width: 1300px;
	width: 95%;
	margin: 0 auto;
	overflow: hidden ;
	font-size: 12px;
	font-size: 1.2rem;
}
.breadcrumb li {
	display: inline-block;
}
.breadcrumb li:after {
	content: ">" ;
	padding: 0 8px ;
}
.breadcrumb li:last-child:after {
	content: none ;
}
.breadcrumb li a {
	color:#f1314b;
}
.breadcrumb li a:hover {
	text-decoration:underline;
}
/*btn*/
.btn {
 max-width: 260px;
 width: 95%;
 text-align: center;
 margin: 10px 0;
}
.btn_mc {
	margin: 10px auto;
}
.btn a.button {
 position: relative;
 display: inline-block;
 padding: .9em 0;
 width: 100%;
 height: 100%;
 border: 1px solid #000000;
 font-size: 15px;
 font-size: 1.5rem;
 color: #000000;
 text-align: center;
 text-decoration: none;
 outline: none;
 transition: all .3s;
	background: #ffffff;
}
.btn a.wh {
 border: 1px solid #ffffff;
 color: #ffffff;
	background: #000000;
}
.btn a.button::before,
.btn a.button::after {
 position: absolute;
 top: -2px;
 right: -2px;
 bottom: -2px;
 left: -2px;
 z-index: 2;
 content: '';
 transition: all .3s;
}
.btn a.button::before {
 border-top: 2px solid #f1314b;
 border-bottom: 2px solid #f1314b;
 transform: scale(0, 1);
}
.btn a.button::after {
 border-right: 2px solid #f1314b;
 border-left: 2px solid #f1314b;
 transform: scale(1, 0);
}
.btn a.button:hover {
 color: #f1314b;
	background: #ffffff;
}
.btn a.button:hover::after,
.btn a.button:hover::before {
 transform: scale(1);
}
.arrow_r {
	width: 20px;
	height: 5px;
	display: inline-block;
	margin: 10px 0 0 5px;
	transition: all 1s;
}
.btn a.button:hover .arrow_r {
	transform: translate(5px,0px);
}
.contact_btnarea {
	max-width: 800px;
	width: 100%;
	margin: 30px auto;
}
.btn_c {
	width: 300px;
 text-align: center;
	height: 54px;
	margin: 20px auto;
}
.notice,
.fc_red {
	color: #BF0003;
}
/*-------------- table --------------*/
.table01 {
	max-width: 800px;
	width:100%;
	margin:30px auto 60px;
}
.table01 th,
.table01 td {
	padding:12px 10px;
	border-bottom:1px dashed #000000;
	border-collapse: collapse;
}
/*.table01 tr:last-child th,
.table01 tr:last-child td {
	border-bottom: none;
}*/
.table01 th {
 width: 30%;
}
.table01 td {
 width: 70%;
}
/*========================================================================= topPages =========================================================================
==================================================================================================================================================*/
/*-------------- main_img --------------*/
.mainarea {
	position: relative;
}
.main_img {
	max-height: 830px;
	height: 90vh;
	width: 100%;
	overflow: hidden;
 position: relative;
	z-index: 2;
}
.main_img_photo {
	opacity: 0;
	width: 100%;
	max-height: 830px;
	height: 90vh;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	position: absolute;
	left: 0;
	top: 0;
	-webkit-animation: anime 30s 0s infinite;
	animation: anime 30s 0s infinite;
	z-index: 2;
}
.main_img_photo:nth-of-type(2) {
	-webkit-animation-delay: 6s;
	animation-delay: 6s; }

.main_img_photo:nth-of-type(3) {
	-webkit-animation-delay: 12s;
	animation-delay: 12s; }

.main_img_photo:nth-of-type(4) {
	-webkit-animation-delay: 18s;
	animation-delay: 18s; }

.main_img_photo:nth-of-type(5) {
	-webkit-animation-delay: 24s;
	animation-delay: 24s; }
@keyframes anime {
	0% {
		opacity: 0;
	}
	8% {
		opacity: 1;
	}
	17% {
		opacity: 1;
	}
	25% {
		opacity: 0;
		transform: scale(1.1) ;
		z-index:4;
	}
	100% { opacity: 0 }
}
.slider_cover {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 850px 240px 0 0;
	border-color: #ffffff transparent transparent transparent;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 5;
}
.top_maintitle {
	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
 font-size: 40px;
	font-size: 4.0rem;
	position: absolute;
	top: 30vh;
	left: 30px;
	z-index: 6;
	line-height: 1.8em;
}
.top_maintitle strong {
	font-size: 50px;
	font-size: 5.0rem;
}
.top_concept {
	width: 100%;
	background: linear-gradient(#ffffff 15%, #f7f7f7 0, #f7f7f7 88%, #ffffff 0);
	margin: 80px auto;
}
.top_concept_photo {
	width: 50%;
	min-height: 450px;
	background: url(../images/top/concept_img.jpg) no-repeat scroll top right;
	background-size: cover;
}
.top_concept_textarea {
	width: 50%;
}
.top_concept_textbox {
	max-width: 400px;
	width: 90%;
	margin: 30px auto;
}
.top_concept_title {
	border-left: 1px solid #000000;
	padding-left: 15px;
}
.top_concept_title strong {
	font-size: 22px;
	font-size: 2.2rem;
	display: block;
}
.top_concept_text {
	line-height: 2.8em;
	padding: 30px 0;
}
.top_works li {
	max-width: 285px;
	width: 23%;
	position: relative;
	margin: 0 1%;
}
.top_works li:nth-child(2) {
	margin: 40px 1% 0;
}
.top_works li:nth-child(3) {
	margin: 80px 1% 0;
}
.top_works li:nth-child(4) {
	margin: 120px 1% 0;
}
.top_works li .arrow_r {
	position: absolute;
	top: 340px;
	right: 15px;
	z-index: 3;
}
.top_works li a:hover {
	color: #000000;
}
.top_works li a:hover .arrow_r {
	transform: translate(5px,0px);
}
.top_works li dt {
	color: #ffffff;
	font-size: 20px;
	font-size: 2.0rem;
	padding: 15px;
	height: 370px;
	position: relative;
	z-index: 2;
}
.top_works li dt strong {
	font-size: 13px;
	font-size: 1.3rem;
	display: block;
}
.top_works li dd {
	padding: 5px 0 0;
	background: #ffffff;
}
.top_works01 dt {
	background: url(../images/top/works_img01.jpg) no-repeat scroll top center;
	background-size: cover;
	transition: all .4s;
}
.top_works02 dt {
	background: url(../images/top/works_img02.jpg) no-repeat scroll top center;
	background-size: cover;
	transition: all .4s;
}
.top_works03 dt {
	background: url(../images/top/works_img03.jpg) no-repeat scroll top center;
	background-size: cover;
	transition: all .4s;
}
.top_works04 dt {
	background: url(../images/top/works_img04.jpg) no-repeat scroll top center;
	background-size: cover;
	transition: all .4s;
}
.top_works05 dt {
	background: url(../images/top/works_img05.jpg) no-repeat scroll top center;
	background-size: cover;
	transition: all .4s;
}
.top_works06 dt {
	background: url(../images/top/works_img06.jpg) no-repeat scroll top center;
	background-size: cover;
	transition: all .4s;
}
.top_works07 dt {
	background: url(../images/top/works_img07.jpg) no-repeat scroll top center;
	background-size: cover;
	transition: all .4s;
}
.top_works08 dt {
	background: url(../images/top/works_img08.jpg) no-repeat scroll top center;
	background-size: cover;
	transition: all .4s;
}
.top_works01 a:hover dt,
.top_works02 a:hover dt,
.top_works03 a:hover dt,
.top_works04 a:hover dt {
 opacity: 0.8;
}
.top_service {
	background: url(../images/top/service_bg.jpg) no-repeat scroll bottom center;
	background-size: cover;
	width: 100%;
	/*height: 450px;*/
	margin: 0 auto 5px;
	padding: 30px 0 0 0;
}
.top_service .contents {
	max-width: 845px;
	width: 90%;
	min-height: 450px;
	background: url(../images/top/service_contents_bg.jpg) no-repeat scroll bottom center;
	background-size: cover;
	color: #ffffff;
	position: relative;
	padding: 0 0 40px 0;
}
.top_service .contents .btn a.button {
	background: none;
	transition: all .4s;
}
.top_service .contents .btn a.button:hover {
 background: #f1314b;
	color: #ffffff;
}
.top_service .contents .title_wh {
	position: absolute;
	top: 40px;
	left: -35px;
}
.top_service_textarea {
	line-height: 2.8em;
	padding: 120px 0 40px;
	max-width: 610px;
	width: 95%;
	margin: 0 auto;
}
.top_service_textarea p {
	text-align: center;
	position: relative;
	padding: 10px 15px;
}
.top_service_textarea p:before {
	content: "";
	background: url(../images/title_deco.svg) no-repeat scroll left top;
	background-size: 35px 35px;
	width: 35px;
	height: 35px;
	position: absolute;
	top: 0;
	left: 0;
}
.top_service_textarea p:after {
	content: "";
	background: url(../images/title_deco.svg) no-repeat scroll right bottom;
	background-size: 35px 35px;
	width: 35px;
	height: 35px;
	transform: rotate(180deg); 
	position: absolute;
	bottom: 0;
	right: 0;
}
.map_container {
	width: 100%;
	height: 100%;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between
}
.map_container:after{
  content:"";
  display: block;
  width:33%;
}
.map_inner{
width: 33%;
display: block;
float: none;
	margin-bottom: 35px;
	text-align: center
}
.map_01 iframe,
.map_02 iframe,
.map_03 iframe,
.map_04 iframe{
	width: 100%;
    padding-bottom: 20px;
	border: none;
}
.map_title {
	color: #000;
	font-size: 18px;
	font-weight: 600;
	text-align: center;
	width: 100%;
	padding-bottom: 10px;
}
.map_address {
	font-size: 1em;
	line-height: 1.5;
	line-height: 1.5;
	text-align: center;
	padding-bottom: 10px;
}

.br_sp {
	display: none;
}
/*========================================================================= nextPage =========================================================================
=================================================================================================================================================*/
.slider_cover_nextpage {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 340px 140px 0 0;
	border-color: #ffffff transparent transparent transparent;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 5;
}
.next_maintitle {
	color: #ffffff;
	font-size: 18px;
	font-size: 1.8rem;
	text-align: center;
	min-height: 300px;
	width: 100%;
	padding: 150px 10px 20px;
}
.next_maintitle strong {
	font-size: 24px;
	font-size: 2.4rem;
	display: block;
	padding: 5px 0 0;
}
.next_title_line {
	display:flex;
	align-items: center;	
	max-width: 400px;
	width: 100%;
	margin: 20px auto 15px;
}
.next_title_line strong {
	font-size: 24px;
	font-size: 2.4rem;
	display: block;
	text-align: center;
}
.next_title_line strong span {
	display: block;
	font-size: 14px;
	font-size: 1.4rem;
	text-align: center;
}
.next_title_line:before, 
.next_title_line:after {
	content: "";
	flex-grow: 1;
	height: 1px;
	background: #000000;
	display: block;
}
.next_title_line:before {
	margin-right: .4em;
}
.next_title_line:after {
	margin-left: .4em;
}
.next_title_gray {
	font-size: 18px;
	font-size: 1.8rem;
	padding: 15px 10px;
	background: #f7f7f7;
	text-align: center;
	width: 100%;
	margin: 0 auto 30px;
}
.works {
	background: url(../images/works/titlebg.jpg) no-repeat scroll bottom center;
	background-size: cover;
}
.work_nav {
	max-width: 800px;
	width: 95%;
	margin: 0 auto 40px;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-left: 1px solid #000000;
}

.margin_bottom0 {
	margin: 0 auto 0;
	border-bottom: none;
}



.work_nav li {
	width: 25%;
	position: relative;
}

.work_nav li.width33{
	width: 33%;
	position: relative;
}

.work_nav li.width34{
	width: 34%;
	position: relative;
}


.work_nav li a {
	width: 100%;
	display: block;
	border-right: 1px solid #000000;
	text-align: center;
	background: #ffffff;
	line-height: 50px;
	transition: all .4s;
}
.work_nav li a:after {
	content: "▼";
	font-size: 10px;
	font-size: 1.0rem;
	position: absolute;
	top:20px;
	left: 48%;
}
.work_nav li a:hover {
	background:#f1314b;
	color: #ffffff;
}
#bathroom, #kitchen, #washroom, #toilet {
	margin-top:-100px;
 padding-top:100px;	
}
.works_contents {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
 /*justify-content: space-around;*/
	justify-content: space-between;
	padding: 0 0 50px 0;
}
.works_box {
	max-width: 650px;
	width: 49%;
	margin: 0 0.5% 50px;
}
.works_box p {
	padding: 0 18px;
 font-size: 16px;
	font-size: 1.6rem;
}
.works_box li {
	background: #f7f7f7;
	font-weight: bold;
	max-width: 270px;
	width: 45%;
	margin: 0 auto 15px;
	position: relative;
}
.works_box li:after {
	content: "▶";
	color: #f1314b;
	display: block;
	position: absolute;
	top: 45%;
	right: -12%;
	font-size: 20px;
	font-size: 2.0rem;
}
.works_box li:last-child {
	color: #f1314b;
}
.works_box li:last-child:after {
	display: none;
}
.works_box li p {
	font-weight: bold;
	padding: 10px;
}
.about {
	background: url(../images/about/titlebg.jpg) no-repeat scroll bottom center;
	background-size: cover;
}
.about_handling dd {
	padding-bottom: 0.5em;
}

.text-divider {
  font-size: 1.5em;
  display: flex;
  max-width: 400px;
  align-items: center;
  margin: 20px auto 15px;
}
.text-divider::before,
.text-divider::after {
  content: '';
  height: 1px;
  background-color: #000;
  flex-grow: 1;
}
.text-divider::before {
  margin-right: .4em;
}
.text-divider::after {
  margin-left: .4em;
}
.concept {
	background: url(../images/concept/titlebg.jpg) no-repeat scroll bottom center;
	background-size: cover;
}
.concept_main {
	background: linear-gradient(#ffffff 15%, #f7f7f7 0, #f7f7f7 95%, #ffffff 0);
	font-size: 15px;
	font-size:1.5rem;
	line-height: 2.8em;
	margin: 20px auto 100px;
}
.concept_main_img {
	max-width: 845px;
	width: 95%;
	margin: 40px auto 0;
}
.concept_img {
	max-width: 700px;
	width: 100%;
	margin: 50px auto;
}
.concept_triangle {
	margin: 0 auto 60px;
}
.concept_triangle li {
	width: 350px;
	border: 1px solid #000000;
	padding: 15px 15px 30px;
	margin: 0 auto 30px;
}
.concept_triangle li:first-child {
	background: url(../images/concept/triangle_img01.png) no-repeat scroll bottom center;
	background-size: contain;
}
.concept_triangle li:nth-child(2) {
	background: url(../images/concept/triangle_img02.png) no-repeat scroll bottom center;
	background-size: contain;
}
.concept_triangle li:nth-child(3) {
	background: url(../images/concept/triangle_img03.png) no-repeat scroll bottom center;
	background-size: contain;
}
.concept_triangle li dt {
	text-align: center;
	padding: 5px 0 15px;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: bold;
	color: #f1314b;
}
.concept_triangle li dd {
	padding: 20px 10px 0;
	border-top: 1px dashed #000000;
}
.concept_greeting {
	max-width: 840px;
	width: 100%;
	margin: 0 auto;
}
.concept_greeting p {
	padding-bottom: 1em;
	line-height: 2.4em;
}
.concept_greeting p.photo {
 max-width: 300px;
 width: 100%;
 margin: 20px auto 30px;
}
.contact {
	background: url(../images/contact/titlebg.jpg) no-repeat scroll bottom center;
	background-size: cover;	
}
.contact_thanks {
	padding: 10px 0 100px;
}
.contents_privacy {
	max-width: 800px;
	width: 100%;
	height: 300px;
	overflow-y: scroll;
	margin: 20px auto;
	border: 1px solid #000000;
	padding: 20px 10px;
}
.privacy_title {
	font-size: 18px;
	font-size: 1.8rem;
	text-align: center;
	padding-bottom: 10px;
}
.privacy_title:after {
	content: "―";
	display: block;
	text-align: center;
}
.contents_privacy dt {
	font-weight: bold;
}
.contents_privacy dd {
	padding-bottom: 0.5em;
}
.services {
	background: url(../images/services/titlebg.jpg) no-repeat scroll bottom center;
	background-size: cover;
}
.service_main {
	background: linear-gradient(#ffffff 15%, #f7f7f7 0, #f7f7f7 95%, #ffffff 0);
	font-size: 15px;
	font-size:1.5rem;
	line-height: 2.8em;
	margin: 20px auto 100px;
}
.service_main_img {
	max-width: 845px;
	width: 95%;
	margin: 40px auto 0;
}
.line_under {
	background: linear-gradient(transparent 60%, #ff595a 0%);
	padding: 0 10px 3px;
	font-weight: bold;
	text-align: center;
	font-size: 15px;
	font-size: 1.5rem;
	margin-bottom: 0.5em;
}


.service_features {
	padding: 15px 0 60px;
}

.service_features li{
  width: 30%;
  margin: 0 1.5% 20px;
  position: relative;
  padding: 25px 5px;
}

.service_features dt img{
    border-radius: 50%;  /* 角丸半径を50%にする(=円形にする) */
    width:  300px;       /* ※縦横を同値に */
}

.service_features li dt {
  text-align: center;
  padding: 5px 0 15px;
}

.service_features li dt  span {
  max-width: 300px;
  width: 95%;
  display: block;
  text-align: center;
  margin: 0 auto 15px;
}

.service_features li dt  strong {
  color: #f1314b;
  font-weight: bold;
  font-size: 15px;
  font-size: 1.5rem;
}


.service_flow {
	padding: 15px 0 60px;
}
.service_flow li {
	width: 17%;
	margin: 0 1% 20px;
	border: 1px solid #000000;	
	position: relative;
	padding: 25px 5px;	
}
.service_flow li:after {
	content: "→";
	color: #f1314b;
	display: block;
	position: absolute;
	top: 45%;
	right: -40px;
	font-size: 40px;
	font-size: 4.0rem;
}
.service_flow :last-child:after {
	display: none;
}
.service_flow li dt {
	text-align: center;
	padding: 5px 0 15px;
}
.service_flow li dt span {
	max-width: 80px;
	width: 95%;
	display: block;
	text-align: center;
	margin: 0 auto 15px;
}
.service_flow li dt strong {
 color: #f1314b;
	font-weight: bold;
	font-size: 15px;
	font-size: 1.5rem;
}
.service_flow li dd {
	padding: 20px 10px 0;
	border-top: 1px dashed #000000;
}
.service_point {
	background: #f1314b;
	color: #ffffff;
	padding: 10px;
	border-radius: 30px;
	text-align: center;
	font-size: 15px;
	font-size: 1.5rem;
}
.service_point_img {
	max-width: 420px;
	width: 95%;
	margin: 20px auto 0;
}
.service_point_img:after {
	content: "";
	text-align: center;
	margin: 0 auto;
	height: 30px;
	width: 1px;
	background: #000000;
	display: block;
}
.service_point_flowarea {
	border-top: 1px solid #000000;
	position: relative;
}
.service_point_flow:before {
	content: "";
	height: 20px;
	width: 1px;
	background: #000000;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
}
.service_point_flow:after {
	content: "";
	height: 20px;
	width: 1px;
	background: #000000;
	display: block;
	position: absolute;
	right: 0;
	top: 0;
}
.service_point_flow li {
	border: 1px solid #000000;
	width: 15%;
	padding: 15px 10px;
	margin: 30px auto 0;
	text-align: center;
}
.service_point_flow li span {
	max-width: 80px;
	width: 95%;
	display: block;
	margin: 0 auto 15px;
}
.service_point_flow_text {
	background: #000000;
	color: #ffffff;
	text-align: center;
	padding: 20px 10px;
	margin:20px auto 80px;
}
/*========================================================================= responsive =========================================================================
==================================================================================================================================================*/
@media screen and (max-width: 1400px) {
.service_flow li {
	width: 45%;
}
}
@media screen and (max-width: 1100px) {

}
@media screen and (max-width: 900px) {
.fl {	float: none;}
.fr {	float: none;}
	header {
	height: 51px;
}
/*---------------------------- menu ----------------------------*/
.drawer-open {
	overflow: hidden !important;
}
.drawer-nav {
	position: fixed;
	z-index: 101;
	top: 0;
	overflow: hidden;
	width:100%;
	height: 100%;
	background-color: #fff;
	text-align:center;
}
.drawer-brand {
	font-weight: bold;
	line-height: 3.75rem;
	display: block;
	padding-right: .75rem;
	padding-left: .75rem;
	text-decoration: none;
}
.drawer-menu {
	margin: 0;
	padding: 0;
	list-style: none;
 position: relative;
 z-index: 103;
	display: block;
	width: 100%;
}
.drawer-menu li a {
	width:100%;
	display:block;
	padding:10px;
	border-bottom:1px solid #f1314b;
	background:#ffffff;
	font-size:16px;
	font-size:1.6rem;
	line-height:1.8em;
 position: relative;
 z-index: 104;
}
	
.drawer-menu li.sns-menu a {
}
	
.drawer-menu li.sns-menu a img{
	margin-top: 0px;
	width:40px !important;
}
	

	.drawer-menu li#contactNav a {
	background: #ffffff;
	color:#000000;
}
.drawer-menu li a:hover {
	background:#f1314b;
	color:#ffffff;
 position: relative;
 z-index: 105;
}
.drawer-overlay {
	position: fixed;
	z-index: 1;
	top: 0;
	left: 0;
	display: none;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .1);
}
.drawer-open .drawer-overlay {
	display: block;
}
.drawer--top .drawer-nav {
	top: -100%;
	left: 0;
	width: 100%;
	height: auto;
	max-height: 100%;
	-webkit-transition: top .6s cubic-bezier(0.190, 1.000, 0.220, 1.000);
	transition: top .6s cubic-bezier(0.190, 1.000, 0.220, 1.000);
}
.drawer--top.drawer-open .drawer-nav {
	top:0px;
}
.drawer--top .drawer-hamburger,
.drawer--top.drawer-open .drawer-hamburger {
	right: 0;
}
.drawer-hamburger {
	position:fixed;
	z-index: 999;
	top: 0;
	right: 0;
	display: block;
	box-sizing: content-box;
	width: 2.5rem;
	padding-top: 8px;
	padding-right: 1.1rem;
	padding-bottom: 20px;
	padding-left: 1rem;
	-webkit-transition: all .6s cubic-bezier(0.190, 1.000, 0.220, 1.000);
	transition: all .6s cubic-bezier(0.190, 1.000, 0.220, 1.000);
	-webkit-transform: translate3d(0, 0, 0);
									transform: translate3d(0, 0, 0);
	border: 0;
	outline: 0;
	background-color: transparent;
}
.drawer-hamburger:hover {
	cursor: pointer;
}
.drawer-hamburger-icon {
	position: relative;
	display: block;
	margin-top: 15px;
}
.drawer-hamburger-icon,
.drawer-hamburger-icon:before,
.drawer-hamburger-icon:after {
	width: 100%;
	height: 3px;
	-webkit-transition: all .6s cubic-bezier(0.190, 1.000, 0.220, 1.000);
	transition: all .6s cubic-bezier(0.190, 1.000, 0.220, 1.000);
	background-color: #f1314b;
}
.drawer-hamburger-icon:before,
.drawer-hamburger-icon:after {
	position: absolute;
	top: -10px;
	left: 0;
	content: ' ';
}
.drawer-hamburger-icon:after {
	top: 10px;
}
.drawer-open .drawer-hamburger-icon {
	background-color: transparent;
}
.drawer-open .drawer-hamburger-icon:before,
.drawer-open .drawer-hamburger-icon:after {
	top: 0;
}
.drawer-open .drawer-hamburger-icon:before {
	-webkit-transform: rotate(45deg);
									transform: rotate(45deg);
}
.drawer-open .drawer-hamburger-icon:after {
	-webkit-transform: rotate(-45deg);
									transform: rotate(-45deg);
}
.sr-only {
	position: absolute;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
	position: static;
	overflow: visible;
	clip: auto;
	width: auto;
	height: auto;
	margin: 0;
}
.top_works li {
	width: 48%;
	margin: 0 1%;
}
.top_works li:nth-child(2) {
	margin: 40px 1% 0;
}
.top_works li:nth-child(3) {
	margin: 0px 1% 0;
}
.top_works li:nth-child(4) {
	margin: 40px 1% 0;
}
.top_service .contents .title_wh {
	left: -15px;
}
.works_box {
	max-width: 630px;
	width: 100%;
	margin: 0 auto 35px;
}
.service_flow li {
	max-width: 600px;
	width: 95%;
	margin: 0 auto 40px;
}
.service_flow li:after {
	content: "↓";
	top:103%;
	right: 48%;
}
	
.drawer-menu li.sns-menu a img{
	margin-top: 0px;
	width:40px !important;
}
	
	
	
}
@media screen and (max-width: 660px) {
.center-a { text-align: left;} 
.table01 th,
.table01 td {
 display: block;
}
.table01 th {
 width: 100%;
 border-bottom: none;
 padding:8px 10px 0;
}
.table01 td {
 width: 100%;
 padding: 8px 10px 15px;
}
.contact_contact li {
	width: 100%;
	padding: 20px;
}
.contact_contact li:last-child {
	border-left:none;
	border-top: 1px solid #404040;
}
.slider_cover {
	border-width: 90vh 30vw 0 0;
	border-color: #ffffff transparent transparent transparent;
}
.top_concept_photo {
	width: 100%;
}
.top_concept_textarea {
	width: 100%;
}
.top_works li {
	width: 100%;
	margin: 0 auto;
}
.top_works li:nth-child(2) {
	margin: 40px auto 0;
}
.top_works li:nth-child(3) {
	margin: 40px auto 0;
}
.top_works li:nth-child(4) {
	margin: 40px auto 0;
}
.top_service_textarea p {
	text-align: left;
}
.top_service_textarea p br {
	display: none;
}
.works_box li:after {
	right: -9%;
	font-size: 14px;
	font-size: 1.4rem;
}
.service_flow li:after {
	right: 45%;
}
.service_point_flow li {
	width: 30%;
}
.map_container {
	width: 100%;
	display: block; 
 }
.map_inner
{
	width: 100%;
 }
.br_sp {
	display: block;
 }
	
	
.drawer-menu li.sns-menu a img{
	margin-top: 0px;
	width:40px !important;
}
	
	
	
}



@media screen and (max-width: 460px) {
header .logo {
	top: 15px;
	left: 10px;
 max-width:200px;
}
.slider_cover,
.slider_cover_nextpage	{
	display: none;
}
.top_maintitle {
	font-size: 28px;
	font-size: 2.8rem;
	color: #ffffff;
	margin: auto;
	top:35vh;right: 0;bottom:0;left:0;
	text-align: center;
}
.top_maintitle strong {
	font-size: 32px;
	font-size: 3.2rem;
}
.work_nav li {
	width: 50%;
}
.work_nav li:first-child,
.work_nav li:nth-child(2) {
	border-bottom: 1px solid #000000;
}
.works_box {
	border-bottom: 1px dotted #000000;
	padding-bottom: 20px;
}
.works_box li {
	width: 285px;
}
.works_box li:first-child {
	margin: 0 auto 40px;
}
.works_box li:after {
	content: "▼";
	top:inherit;
	right: 48%;
	bottom: -30px;
	font-size: 20px;
	font-size: 2.0rem;
}
.service_point_flow li {
	width: 45%;
}
	
.drawer-menu li.sns-menu a img{
	margin-top: 0px;
	width:40px !important;
}
	
	
	
}