@charset "UTF-8";
/* CSS Document */

body{
	font-family: Lato, "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	width: 100%;
	margin: 0 auto;
}
	.top_comment{
    display: none !important;
}
@media screen and (max-width:1079px){
.top_comment {
	display: block !important;
    width: 100%;
    position: fixed;
    box-sizing: border-box;
    background-color: #00b900;
    height: 20px !important;
}

.top_comment p.cm_sp {
    font-size: 12px;
    line-height: 19px;
    text-align: center;
    padding: 0;
    color: #fff;
    font-weight: bold;
}
}
/* --------------------------------
 * ボタン
 * -------------------------------- */
.button{
	text-align: center;
}


.square_btn {
	font-weight: bold;
    display: inline-block;
    padding: 1.2em 4em;
    text-decoration: none;
    color: #000;
    border: solid 2px #000;
    transition: .4s;
}

.square_btn:hover {
    background: #000;
    color: #FFFFFF !important;
}

.banner_area{
	display: none;
}

/* --------------------------------
 * コンテンツ
 * -------------------------------- */

.cover {
	margin-top: 80px;
	position: relative;
	color: #fff;
    width: 100%;
	height: 600px;
    background: url(../img/about/aaa.jpg) no-repeat center center;
    background-size: cover;
}

.in_button{
	margin: 50px auto 0;
	text-align: center;
}

.in_button a img{
	width: 70%;
}

section{
	widows: 100%;
	padding: 100px 0;
}

.cover .title_wrap{
	display: block;
	position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    margin:0;
    padding:0;
}

.cover .header_title{
	font-size: 3rem;
	padding: 0 0 1.2rem;
	color: #fff;
}

.firast_text{
	text-align: center;
	margin: 0px auto;
	color: #000;
	font-size: 1.2rem;
}

.firast_text span{
	position: relative;
	display: inline-block;
	padding: 0 0.5em;
	color: #fff;
}

.firast_text span::before, .firast_text span::after{
     position: absolute;
     top: 50%;
     content: '';
     width: 1.5em;
     height: 1px;
     background-color: #fff;
}
 
.firast_text span::before {left: 100%;}
.firast_text span::after { right: 100%;}

.header_title{
	margin: 0 auto;
	font-size: 2rem;
	text-align: center;
	color: #000;
	line-height: 50px;
}

#first_cont{
	padding: 270px 0;
	position: relative;
	width: 100%;
	height: 500px;
    background: #fff;
}

#first_cont .title_wrap{
	display: block;
	position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    margin:0;
    padding:0;
}

.g_logo{
	margin: 50px auto;
	width: 100%;
	text-align: center;
}

.g_logo img{
	width: 200px;
}

.motto{
	margin: 0 auto;
	text-align: center;
	line-height: 10px;
}

.motto span{
position: relative;
line-height: 1.7;
padding:0.25em 1em;
display: inline-block;
font-size: 15px;
}

.motto span:before,.motto span:after{ 
  content:'';
width: 20px;
height: 30px;
position: absolute;
display: inline-block;
}

.motto span:before{
  border-left: solid 2px #FF0004;
  border-top: solid 2px #FF0004;
  top:-4px;
  left: -20px;
}

.motto span:after{
  border-right: solid 2px #FF0004;
  border-bottom: solid 2px #FF0004;
  bottom:-4px;
  right: -20px;
}

#second_cont{
	width: 100%;
	margin: 0 auto;
	background: #F1F1F1;
	
}

.title_wrap{
	max-width: 880px;
	margin: 0 auto;
}

#third_cont{
	width: 100%;
	margin: 0 auto;
	background: #fff;
	
}
#fourth_cont{
	width: 100%;
	margin: 0 auto;
	background: #F1F1F1;
}


/* --------------------------------
 * 査定員紹介
 * -------------------------------- */

.staff_text{
	font-size: 15px;
	text-align: center;
	margin: 25px auto 50px;
    line-height: 23px;
}

.staff_box{
	max-width: 1080px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0 auto;
}


.staff_wrap {
	padding: 1.5rem;
	width: 32%;
}

.staff_wrap img {
	display: block;
	margin-bottom: 1.5rem;
	width: 100%;
	height: auto;
}

.staff_wrap h2 {
	margin-bottom: 1.2rem;
	font-size: 1.2rem;
	text-align: center;
	font-weight: bold;
}

.staff_wrap p {
	font-size: 15px;
	color: #333;
	line-height: 23px;
}

/* --------------------------------
 * スタッフ紹介以外
 * -------------------------------- */
.contents-wrap {
	max-width: 1000px;
	margin: 50px auto 0;
	/*display: flex;*/
	justify-content: space-between;
}

.contents-text {
	width: 60%; /*flex: 2;*/
	margin: 0 auto;
}
.contents-img {
	width: 40%; /*flex: 1;*/
}
/*
.contents-text h2 {
	margin-bottom: 2rem;
	font-size: 2.2rem;
}
*/
.contents-img img {
	display: block;
	width: 100%;
	height: auto;
}

.quarity_text{
	font-size: 15px;
	text-align: center;
	margin: 25px auto 50px;
    line-height: 23px;
}

.quarity_box{
	max-width: 1080px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0 auto;
}


.quarity_wrap {
	padding: 1.5rem;
	width: 32%;
}

.quarity_wrap img {
	display: block;
	margin-bottom: 1.5rem;
	width: 100%;
	height: auto;
}

.quarity_wrap h2 {
	margin-bottom: 1.2rem;
	font-size: 1.2rem;
	text-align: center;
	font-weight: bold;
}

.quarity_wrap p {
	font-size: 15px;
	color: #333;
	line-height: 23px;
}

.service_img{
	width: 90%;
	margin: 50px auto;
}

.text_about{
	font-size: 15px;
	line-height: 23px;
}
#third_cont{
	width: 100%;
	margin: 0 auto;
}

#third_cont .staff_wrap {
	background: #f1f1f1;
}

.performance-wrap{
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	max-width: 1080px;
}
.performance-wrap:nth-child(even) {
	flex-direction: row-reverse;
	margin-top: 25px;
}

.performance-text {
	width: 50%; /*flex: 2;*/
}
.performance-img {
	width: 45%; /*flex: 1;*/
}

.performance-text h2 {
	margin-bottom: 2rem;
	font-size: 1.5rem;
	font-weight: bold;
}

.performance-img img {
	display: block;
	width: 100%;
	height: auto;
}


.f_info{
	width: 100%;
	margin: 0 auto;
	padding: 1rem;
	background-color: #000000;
}

.f_info ul{
	position: relative;
	max-width: 1400px;
	margin: 0 auto;
	text-align: center;
	font-size: 0;
}

.f_info ul li{
	width: 24%;
	display: inline-block;
	font-size: 1rem;
}

.f_info ul li a{
	display: block;
	color: #fff;
}

.f_info ul li img{
	width: 30px;
	margin-bottom: -2px;
	margin-right: 5px;
}


.cnter_line{
	border-left: solid 1px #fff;
	border-right: solid 1px #fff;
}

.f_wrapper{
	width: 100%;
	margin: 0 auto;
}

.f_bar{
	text-align: center;
	max-width: 1400px;
}

.f_bar ul li{
	float: left;
}

footer{
	background-color: #F4F4F4;
	color: #6B6B6B;
	padding-top: 10px;
	padding-bottom: 30px;
}

footer .f_wrapper {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto 20px;
    padding: 2%;
    overflow: hidden;
    position: relative;
    text-align: left;
}

.toggle {
    width: 20%;
    float: left;
}

.toggle_title {
    font-weight: 600;
    font-size: 1rem;
}

footer .toggle > ul > li {
    line-height: 1.5rem;
    font-size: 0.8rem;
	margin: 4px;
}

.toggle_title{
	pointer-events: none;
}

footer .copyright {
    clear: both;
    text-align: center;
    font-size: 12px;
}

footer a{
	color: #6B6B6B;
}

.sns_wrap{
	margin: 0 auto;
	position: relative;
}

h4{
	font-size: 1.1rem;
	text-align: center;
	margin-bottom: 20px;
}

.sns_list{
	margin: 0 auto;
}

.sns_wrap li{
	position: relative;
	margin: 0 12px;
	display: inline-block;

}

.sns_wrap ul{
	text-align: center;
	margin-bottom: 30px;
}

.sns_wrap li a{
	width: 40px;
	height: 40px;
	margin: 0 auto;
	display: block;
}

.sns_wrap li img{
	width: 40px;
	height: 40px;
	margin: 0 auto;
}

/* --------------------------------
 * smart phone
 * -------------------------------- */
@media (max-width: 1200px) {
}
@media (max-width: 799px) {
	
.cover{
	margin-top: 114px;
	height: 350px;
}
	
#first_cont {
    padding: 200px 0;
    height: 300px;
}	
	
#first_cont .title_wrap {
    width: 80%;
}
	
.header_title {
    font-size: 1.2rem;
	line-height: 40px;
	width: 90%;
}
.banner_area {
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 1;
    display: block;
    height: 66px;
    overflow: hidden;
}
.inquiry_btn{
    width: 100%;
	display: block;
}
.banner_area .inquiry_btn img{
	width: 100%;
}
	
.g_logo {
    margin: 30px auto;
}

.contents-wrap{
	margin: 30px auto 0;
}
/*.contents-wrap,.contents-wrap:nth-child(odd) {
	flex-direction: column-reverse;
}*/

.contents-text,.contents-img {
	width: 100%; /*flex: 1;*/
}
.contents-img img {
	width: 70%;
	margin: 0 auto;
}
	
.contents-text {
	padding: 0;
}

.contents-text h1 {
	text-align: center !important;
}	

.quarity_text{
	width: 80%;
}
.quarity_box {
	flex-direction: column;
}

.quarity_wrap {
	width: 80%;
	padding: 0px;
	margin: 10px auto;
}
	
.staff_text{
	width: 80%;
}	

.staff_box {
	flex-direction: column;
}

.staff_wrap {
	width: 80%;
	margin: 10px auto;
}
	
section{
   padding: 50px 0;
}
#fourth_cont {
    width: 100%;
    margin: 0px auto;
}
	
	.performance-wrap,
	.performance-wrap:nth-child(even)  {
		flex-direction: column;
	}

	.performance-text,
	.performance-img {
		width: 80%; /*flex: 1;*/
		margin: 0 auto;
	}

	.performance-text h2 {
		text-align: center;
		line-height: 30px;
		margin-bottom: 10px;
	}
	

.button {
    padding-top: 20px;
}
	
.title_wrap{
	padding: 0 0.5em;
}
.service_img {
    width: 98%;
    margin: 17px auto;
}
.quarity_text{
    margin: 15px auto 10px;
}
.text_about{
		width: 80%;
		margin: 0 auto;
}
	/* --- shops --- */
#shopinfo-wrapper,.shop-box {
    display: block;
  }
.shop-box {
    margin: 0px auto 20px;
 }
.shop-icon {
    width: 100px;
    height: 100px;
    font-size: 5rem;
    line-height: 92px;
}
.shop-text {
    margin: 0;
}

/* --------------------------------	
.line_wrap{
	margin-top: 0px;
}

.l_aria img{
	width: 90%;
}
* -------------------------------- */	
.f_info{
	padding: 1rem 0;
}
	
.f_info ul li img{
	width: 35px;
	margin: 0 auto;
	display: block;
}

.f_info ul li {
    width: 28%;
    display: inline-block;
    font-size: 0.6rem;
}
	
	
	
.toggle {
    display: block;
    font-size: 12px;
    width: 100%;
    margin-bottom: 20px;
    border-bottom: solid 1px;
    padding-bottom: 5px;
}
	
.toggle_title{
	pointer-events: all;
}
	
.sp_toggle{
		display: none;
}

.toggle_title {
   position: relative;
}


.toggle_title:after {
   content: "";
   position: absolute;
   border-right: 1px solid #000;
   border-bottom: 1px solid #000;
   width: 10px;
   right: 10px;
   height: 10px;
   transform: rotate(45deg);
}
 
.toggle_title.ac:after {
   content: "";
   position: absolute;
   border-left: 1px solid #000;
   border-top: 1px solid #000;
   border-right: 0;
   border-bottom: 0;
   width: 10px;
   right: 10px;
   height: 10px;
   transform: rotate(45deg);
}

footer .toggle > ul > li {
    line-height: 1.5rem;
    font-size: 0.8rem;
	margin: 15px;
	border-bottom: dashed 1px #CECECE;
}
footer .toggle > ul > li > a{
    display: block;
	margin-bottom: 10px;
}
	
}
