@charset "utf-8";
body {
	margin: 0;
	padding: 0;
	background-color: ffffff; /* 全体の背景色 */
	background-size:auto;
    background-position: top;
	color: #333333; /* 全体の文字色 */
	font-size: 100%; /* 全体の文字サイズ */
	font-family: "Yu Gothic", "Hiragino Sans", sans-serif;
	font-weight: 600;
}
#wrapper-all {
    width: 100%;
    overflow: hidden;
}
a {
	text-decoration: none;
	color: inherit;
}
header .container {
	display: flex;
	justify-content: space-between;
	width: 100%;
	background-color: #ffffff;
	border-bottom: 1px solid #cccccc;
	z-index: 3;
}
/*-------- メニュー ----------------*/
.logo {
	position: relative;
	margin: 0 30px;
	padding: 5px 10px 0 10px;
	line-height: 10px;
	text-align: center;
}
.logo p {
	margin-top: 0;
	text-align: left;
	font-size: 0.8em;
	line-height: 1em;
}
.navi {
	padding: 5px 10px;
	border-top: 1px solid #ffffff;
	z-index: 99;
}
.fixed {
	position: fixed;
	top: 0px;
	left: 0px;
	margin: 0px;
	width: 100%;
	background-color: #ffffff;
	border-radius: 0px;
	z-index: 99;
}
.navi_container {
	padding-left: 5px;
	color: #ffffff;
	background-color: #00a99d;
}
.navi_0 {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.navi_0a p span {
	vertical-align: middle;
}
.navi_0b {
	display: table-cell;
	width: 120px;
	height: 60px;
	vertical-align: middle;
	text-align: center;
	color: #ffffff;
	background-color: #00a99d;
	border-left: 1px solid #ffffff;
}
.navi_0b p {
	margin: 0;
}
.navi_0b:hover {
	color: #ffffff;
	background-color: #e65c2e;
}
.tel {
	padding: 5px;
	font-size: 0.8em;
	color: #ffffff;
	background-color: #3b8000;
	border-radius: 50vh;
}
.tel_no {
	font-size: 1.4em;
	font-weight: bold;
}
.navi a {
	display: block;
	padding: 10px;
	color: #ffffff;
	font-size: 0.9em;
	text-decoration: none;
	text-align: center;
}
.navi ul {
	display: flex;
	align-items: center;
	margin: 0 auto;
	padding: 0;
	list-style: none;
	color: #ffffff;
}
.navi li {
	display: block;
	flex: 1 0 auto;
	border-left: 1px solid #ffffff;
}
.navi li:nth-child(1) {
	border-left: none;
}
.navi li:hover {
	background-color: #b7dbd8;
}
.navi li a:hover {
	color: rgba(0, 0, 0, 1);
	background-color: rgba(255, 255, 255, 0.2);
}
/*-------- スマホメニュー ----------------*/
.sp_menu {
	position: fixed;
	top: 0;
	width: 100%;
	text-align: center;
	z-index: 99;
}
.sp_menu h3 {
	margin-top: 5px;
	font-size: 1.3em;
	color: #18826c;
}
.sp_home img {
	margin-top: 20px;
	padding-right: 15px;
	width: 25px;
}
.menu-btn {
    position: fixed;
    top: 10px;
    right: 10px;
    display: flex;
    height: 60px;
    width: 60px;
    justify-content: center;
    align-items: center;
    z-index: 90;
    background-color: #00a99d;
}
.menu-btn span,
.menu-btn span:before,
.menu-btn span:after {
    content: '';
    display: block;
    height: 3px;
    width: 25px;
    border-radius: 3px;
    background-color: #ffffff;
    position: absolute;
}
.menu-btn span:before {
    bottom: 8px;
}
.menu-btn span:after {
    top: 8px;
}
#menu-btn-check {
	display: none;
}
#menu-btn-check:checked ~ .menu-btn span {
    background-color: rgba(255, 255, 255, 0);/*メニューオープン時は真ん中の線を透明にする*/
}
#menu-btn-check:checked ~ .menu-btn span::before {
    bottom: 0;
    transform: rotate(45deg);
}
#menu-btn-check:checked ~ .menu-btn span::after {
    top: 0;
    transform: rotate(-45deg);
}
.menu-content {
    width: 100%;
    height: auto;
    position: fixed;
    top: -100%;
    left: 0;
    z-index: 80;
    background-color: #00a99d;
	transition: all 0.5s;
}
.menu-content ul {
    padding: 0 10px;
}
.menu-content ul li {
    border-bottom: solid 1px #ffffff;
    list-style: none;
}
.menu-content ul li a {
    display: block;
    width: 100%;
    font-size: 15px;
    box-sizing: border-box;
    color:#ffffff;
    text-decoration: none;
    padding: 9px 15px 10px 0;
    position: relative;
}
.menu-content ul li a::before {
    content: "";
    width: 7px;
    height: 7px;
    border-top: solid 2px #ffffff;
    border-right: solid 2px #ffffff;
    transform: rotate(45deg);
    position: absolute;
    right: 11px;
    top: 16px;
}
.menu-content ul li ul {
	display: none;
	margin: 0;
	padding: 0;
	position: absolute;
	min-width: 140px;
	background-color: rgba(255, 255, 255, 0.8);
	border-bottom: none;
	border-left: 2px solid #aa8877;
    transform: translateX(-2px);
	z-index: 99;
}
.menu-content ul li:active ul {
	display: block;
}
#menu-btn-check:checked ~ .menu-content {
    top: 0;/*メニューを画面内へ*/
}
.menu_btn_area {
	width: 100%;
}
.menu_btn {
	padding: 10px;
	border: none;
	outline: none;
	background: rgba(0, 0, 0, 0.9);
	color: #fff;
	font-size: 28px;
	opacity: 0.5;
	cursor: pointer;
	z-index: 99;
}
/*-------- フッター ----------------*/
footer {
	position: relative;
	margin-top: 50px;
	margin-bottom: 10px;
    border-top: 20px solid #dddddd;
	background-color: #ffffff;
	z-index: 2;
}
footer .container {
	display: flex;
	justify-content: space-between;
	margin: 0 auto;
    padding-top: 30px;
    width: 1000px;
}
footer .container p span {
	display: inline-block;
}
.foot_a {
	width: 400px;
	border-right: 1px solid #00a99d;
}
.foot_b {
	width: 250px;
}
.foot_c {
	width: 250px;
}
.foot_b a:hover, .foot_c a:hover {
	color: #00a99d;
	text-decoration: underline;
}
.foot_b a:before, .foot_c a:before {
	content: '－';
	color: #00a99d;
}
/*-------- お問い合わせタグ ----------------*/
.contact_tag {
	position: fixed;
	top: 50%;
	right: 0;
	z-index: 99;
}
.contact_tag span {
	padding: 15px;
	writing-mode: vertical-rl;
	font-weight: bold;
	color: #00a99d;
	background-color: #ffffff;
	border: 1px solid #00a99d;
	border-right: none;
	border-radius: 8px 0 0 8px;
}
/*-------- index.php ----------------*/

.swiper-slide {
	position: relative;
	width: 100%;
	height: 600px;
}
.swiper-slide img {
	width: 100%;
	height: 600px;
	object-fit: cover;
}
.swiper-slide .text_swiper {
	position: absolute;
	top: 50px;
	left: 50px;
	color: #ffffff;
	font-size: 3em;
	text-shadow: 0 0 8px rgba(0, 0, 0, 0.9);
}
.swiper-slide .text_swiper2 {
	position: absolute;
	top: 200px;
	left: 50px;
	color: #ffffff;
	font-size: 1.2em;
	text-shadow: 0 0 4px rgba(0, 0, 0, 0.9);
}
.muryo {
	position: absolute;
	top: 500px;
	left: 50px;
	padding: 10px;
	color: #ffffff;
	font-size: 1.8em;
	background-color: #e65c2e;
	border-radius: 50vh;
	z-index: 2;
}
/*--- 買取品目 ---*/
.items {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	margin: 0 auto;
	padding-bottom: 50px;
}
.item {
	position: relative;
	width: 300px;
	height: 240px;
	text-align: center;
	background-color: #ffffff;
}
.item p {
	font-size: 1.2em;
}
.item img {
	opacity: 0.6;
}
.item a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.item a:hover {
	background-color: rgba(255, 51, 0, 0.8);
	opacity: 0.4;
}
/*--- 買取事例 ---*/
.example {
	margin: 0 auto;
	width: 1000px;
}
.example_frame {
	margin: 0 auto;
	width: 98%;
}
.example_frame iframe {
	width: 100%;
	height: 400px;
	border: none;
}
.e_box {
	display: flex;
	flex-wrap: wrap;
	margin: 10px auto;
	width: 100%;
	border: 1px solid #cccccc;
}
.e_box img {
	margin: 10px;
	width: 240px;
	height: 200px;
	object-fit: cover;
}
.e_detail {
	margin: 10px;
	width: 720px;
}
.memo {
	margin: 10px;
	width: 95%;
}
.date {
	color: #999999;
}
.e_item {
	border-bottom: 1px solid #00a99d;
}
.e_item span {
	padding-right: 10px;
	color: #00a99d;
}
.voice {
	padding: 10px;
}
.to_list {
	text-align: right;
}
.to_list p span {
	margin-right: 100px;
	padding: 10px 10px 10px 30px;
	border: 1px solid #00a99d;
	border-radius: 50vh;
}
.to_list p span:after {
	content: '';
	display: inline-block;
	width: 0;
	height: 0;
/*	margin-right: 4px;*/
	margin-left: 30px;
	border: transparent solid 8px;
	border-left-color: #00a99d;
	vertical-align: -2px;
}
.to_list p span:hover {
	color: #ffffff;
	background-color: #00a99d;
}
.to_list p span:hover:after {
	border-left-color: #ffffff;
}

/*-------- point.php ----------------*/
/*--- 他社との違い ---*/
.point h2 {
	text-align: center;
}
.point h2 span {
	padding: 5px;
	color: #00a99d;
	border-top: 1px solid #00a99d;
	border-bottom: 1px solid #00a99d;
}
.point_text {
	text-align: center;
}
.catch {
	width: 100%;
	text-align: center;
	font-size: 2.4em;
	color: #00a99d;
	border-top: 2px solid #00a99d;
	border-bottom: 1px solid #00a99d;
}
.catch p {
	margin-top: 0;
	margin-bottom: 0;
	padding: 15px 0;
}
.catch_scroll span {
	animation-name: chigai1;
	animation-duration: 1s;
}
@keyframes chigai1 {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
.catch2 {
	width: 100%;
	text-align: center;
	font-size: 2.4em;
	color: #ffffff;
	background-color: #00a99d;
/*
	border-top: 2px solid #ffffff;
	border-bottom: 1px solid #ffffff;
*/
}
.catch2 p {
	margin-top: 0;
	margin-bottom: 0;
	padding: 15px 0;
}
.junk {
	position: relative;
	margin: 10px auto;
	padding: 10px;
	width: 100%;
	max-width: 1000px;
	border: 5px solid #3b8000;
	background-color: #fff99d;
	box-sizing: border-box;
}
.junk_img {
	width: 100%;
	text-align: center;
	white-space: nowrap;
}
.junk_img .img1, .junk_img .img2 {
	width: 30%;
	height: 300px;
	object-fit: cover;
	border: 5px solid #3b8000;
}
.junk_img .img3 {
	width: 30%;
	height: 400px;
	object-fit: cover;
	border: 5px solid #3b8000;
}
.catch3 {
	position: absolute;
	top: 20px;
	left: 20px;
}
.images {
	position: relative;
	width: 100%;
}
.point_bg {
	width: 100%;
}
.il {
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translateX(-50%);
	width: 500px;
}
.point_il001_scroll {
	animation: chigai2;
	animation-duration: 3s;
}
@keyframes chigai2 {
	0% {
		opacity: 0;
	}
	30% {
		opacity: 0;
	}
	60% {
		opacity: 1;
	}
}
.point_il002_scroll {
	animation: chigai3;
	animation-duration: 3s;
}
@keyframes chigai3 {
	0% {
		opacity: 0;
	}
	30% {
		opacity: 0;
	}
	60% {
		opacity: 1;
	}
}
.point_il003_scroll {
	animation: chigai4;
	animation-duration: 3s;
}
@keyframes chigai4 {
	0% {
		opacity: 0;
	}
	60% {
		opacity: 0;
	}
	80% {
		opacity: 1;
	}
}
.point_il004_scroll {
	animation: chigai5;
	animation-duration: 3s;
}
@keyframes chigai5 {
	0% {
		opacity: 0;
	}
	80% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
/*--- カンタン査定お申し込み ---*/
.assessment {
	margin: 0 auto;
	text-align: center;
	background-color: #00a99d;
}
.assessment p {
	margin: 0 auto;
}
.assessment_text {
	font-size: 2em;
	font-weight: bold;
	color: #ffffff;
}
.assessment_form {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 10px auto;
	box-sizing: border-box;
}
.assessment_form form {
	padding: 15px;
	width: 480px;
	border: 3px solid #ff0000;
	border-radius: 5px;
	box-sizing: border-box;
}
.assessment_form .fields2 {
	padding-bottom: 10px;
	border-bottom: 1px solid #666666;
}
.assessment_form .fields3 {
	padding-top: 10px;
}
.form_line {
	display: table;
}
.form1 {
	display: table-cell;
	vertical-align: middle;
	padding-left: 10px;
	min-width: 140px;
	height: 30px;
	background-color: #ffffcc;
}
.form2 {
	display: table-cell;
	vertical-align: middle;
	min-width: 35px;
	background-color: #ffffcc;
}
.form3 {
	display: table-cell;
	vertical-align: middle;
	padding-left: 10px;
	min-width: 240px;
}
.form_line input {
	width: 240px;
	height: 25px;
	border: 1px solid #999999;
	border-radius: 5px;
}
.form_line select {
	height: 25px;
	border: 1px solid #999999;
	border-radius: 5px;
}
.form_line textarea {
	width: 240px;
	border: 1px solid #999999;
	border-radius: 5px;
}
.form_line .required {
	font-size: 0.5em;
	color: #ff0000;
	background-color: #ffffff;
	border: 1px solid #ff0000;
	border-radius: 2px;
}
.form_line .chuui {
	font-size: 0.8em;
}
.form_line .supplement {
	font-size: 0.7em;
	font-weight: 500;
	color: #666666;
}
.assessment_button {
	margin: 40px 0 30px 10px;
	text-align: left;
	box-sizing: border-box;
}
.assessment_button span:before {
	content: '';
	display: inline-block;
	width: 0;
	height: 0;
	border: transparent solid 20px;
	border-left-color: #ff0000;
	vertical-align: middle;
}
.assessment_button input {
	margin-left: -15px;
	padding: 10px;
	width: 160px;
	height: 40px;
	text-align: center;
	color: #ffffff;
	font-weight: 600;
	border: none;
	border-top: 2px outset #990000;
	border-right: 2px outset #990000;
	border-left: 5px outset #990000;
	border-bottom: 5px outset #990000;
	background-color: #ff0000;
}
.assessment_form #tel1, .assessment_form #tel2, .assessment_form #tel3 {
	width: 20%;
}
.assessment_box {
	margin: 0 0 20px 10px;
	width: 300px;
	text-align: center;
	background-color: #ffffff;
	border-radius: 3px;
}
.assessment_box span {
	padding: 10px;
	box-sizing: border-box;
	width: 100%;
	height: 30px;
	color: #ffffff;
	background-color: #00a99d;
	border-radius: 5px;
}
.assessment_box div {
	display: flex;
	justify-content: center;
}
.assessment_tel {
	margin: 10px auto;
	font-size: 1.4em;
}
.assessment_line img {
	margin: 5px 10px;
	width: 90px;
}
.assessment_qr img {
	margin: 0 10px;
	width: 100px;
}
.robot {
	width: 100%;
	height: 80px;
	margin: 0 auto;
}
/*--- お問い合わせはこちらから ---*/
.contact {
	margin: 0 auto;
	width: 95%;
	text-align: center;
	background-color: #00756d;
}
.contact_text {
	padding-top: 20px;
	font-size: 2em;
	font-weight: bold;
	color: #ffffff;
}
.contact_menu {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	background-color: #dbfffc;
}
.contact_box {
	margin: 10px;
	width: 300px;
	height: 150px;
	background-color: #ffffff;
	border: 1px solid #dbef75;
	border-radius: 3px;
}
.contact_box span {
	padding: 10px;
	box-sizing: border-box;
	width: 100%;
	height: 30px;
	background-color: #dbef75;
	border-radius: 3px 3px 0 0;

}
.contact_box div {
	display: flex;
	justify-content: center;
}
.contact_form {
	margin: 20px auto;
	padding: 10px 0;
	width: 80%;
	font-size: 1.4em;
	color: #ffffff;
	background-color: #ff3300;
	border-radius: 50vh;
}
.contact_tel {
	margin: 20px auto;
	padding: 10px 0;
	width: 80%;
	font-size: 1.4em;
	color: #ffffff;
	background-color: #3b8000;
	border-radius: 50vh;
}
.line img {
	margin: 5px 10px;
	width: 90px;
}
.qr img {
	margin: 0 10px;
	width: 100px;
}
/*--- 営業対応エリア ---*/
.area {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 0 auto;
	width: 1000px;
	text-align: center;
}
.area1 {
	margin: 20px;
	padding: 20px;
	width: 400px;
	text-align: center;
	background-color: #eeccbb;
	border-radius: 50vh;
}
.area2 div {
	margin: 20px;
	padding: 15px;
	width: 200px;
	text-align: center;
	background-color: #eeccbb;
	border-radius: 50vh;
}
.text {
	width: 100%;
}

/*-------- 各ページ共通 ----------------*/
div span {
	display: inline-block;
}
.title {
	padding-top: 15px;
	text-align: center;
}
.title h2 {
	margin: 0;
	font-size: 2.2em;
	color: #00a99d;
	border-top: 2px solid #00a99d;
	border-bottom: 1px solid #00a99d;
}
.title h2 span {
	display: block;
	font-size: 0.6em;
}
.page_title {
	position: relative;
	width: 100%;
	height: 200px;
	background-color: #0dba9a;
}
.truck {
	background-image: url(../images/banner_t.jpg);
	background-size: 60%;
	background-repeat: no-repeat;
	background-position: right;
	/* background-blend-mode: lighten; */
}
.noukigu {
	background-image: url(../images/banner_n.jpg);
	background-size: 60%;
	background-repeat: no-repeat;
	background-position: right;
	/* background-blend-mode: lighten; */
}
.kensetsu {
	background-image: url(../images/banner_k.jpg);
	background-size: 60%;
	background-repeat: no-repeat;
	background-position: right;
	/* background-blend-mode: lighten; */
}
.page_title h2 {
	position: absolute;
	top: 20px;
	left:50px;
	font-size: 2.4em;
	color: #ffffff;
	text-shadow: 0 0 6px rgba(0, 0, 0, 0.9);
	z-index: 2;
}
.page_title h3 {
	position: absolute;
	top: 50px;
	left: 80px;
	font-size: 3em;
	font-style: italic;
	color: rgba(255, 255, 255, 0.9);
	text-shadow: 0.05em 0.05em 0 rgba(0, 0, 0, 0.9);
}
.page_title img {
	position: absolute;
	top: 20px;
	left: 70%;
	width: 100px;
}
.page_text {
	margin: 0 auto;
	width: 1000px;
	font-size: 1.4em;
	line-height: 1.6em;
}
.marker {
	background-color: #ffff99;
}
.detail {
	margin: 0 auto;
	width: 1000px;
}
.detail h2 {
	text-align: center;
}
.table {
	margin: 0 auto;
	width: 760px;
	border: 1px solid #cccccc;
}
.table .row {
	display: table;
	min-height: 50px;
}
.table .col_1 {
	display: table-cell;
	vertical-align: middle;
	padding-left: 20px;
	width: 180px;
	min-width: 180px;
	min-height: 50px;
	background-color: #cccccc;
	border-bottom: 1px solid #ffffff;
}
.table .col_2 {
	display: table-cell;
	vertical-align: middle;
	padding-left: 20px;
	width: 540px;
	min-height: 50px;
	background-color: #ffffff;
	border-bottom: 1px solid #cccccc;
}
.map {
	width: 100%;
	text-align: center;
}
.map h4 {
	margin-bottom: 0;
}
.map iframe {
	width: 760px;
	height: 400px;
}
.text {
	margin: 0 auto;
	width: 1000px;
}
.text p {
	font-size: 1.3em;
}
.text p span {
	background: linear-gradient(to top, #ffff99 0% 50%, rgba(0, 0, 0, 0) 50% 100%);
}
.photo {
	width: 100%;
	text-align: center;
}
.photo img {
	width: 80%;
}
/*--- 買取までの流れ ---*/
.appraisal {
	margin: 0 auto;
	margin-top: 50px;
	width: 1000px;
}
.flow {
	display: flex;
	flex-wrap: nowrap;
	justify-content: center;
	margin-top: 50px;
	width: 1000px;
}
.flow_detail {
	margin: 5px;
	padding: 5px;
	min-width: 22%;
	text-align: center;
	border: 5px solid #eeccbb;
	background-color: #ffffff;
	border-radius: 10px;
}
.flow_sp {
	display: none;
}
.flow img {
	width: 45%;
}
.flow_detail h2 {
	margin-top: -28px;
	color: #aa8877;
	font-size: 2em;
}
.flow_step {
	margin: 20px auto;
	width: 1000px;
}
.flow_box {
	display: flex;
	flex-wrap: nowrap;
	margin: 20px auto;
	padding: 10px;
	width: 100%;
	background-color: #efefef;
}
.flow_box div {
	padding: 20px;
}
.flow_box .image {
	background-color: #ffffff;
	box-shadow: 3px 3px 3px #cccccc;
}
.flow_box img {
	margin: 50px;
	width: 120px;
}
/*--- company.htm 会社概要 ---*/
.gallery {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}
.gallery img {
	width: 25%;
	height: 180px;
	object-fit: cover;
	vertical-align: top;
}

/*--- inquiry.php お問い合わせフォーム ---*/
.other {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 60px auto 0;
	width: 640px;
	text-align: center;
}
.other .contact_tel a {
	text-decoration: none;
}
.form {
	margin: 0 auto;
	width: 640px;
	box-sizing: border-box;
}
.form a {
	text-decoration: underline;
}
.form a:hover {
	color: #999999;
}
.form label {
	display: block;
	margin-top: 20px;
}
.form input {
	width: 100%;
	height: 30px;
	border: 1px solid #999999;
	border-radius: 5px;
}
.form select {
	width: 40%;
	height: 30px;
	border: 1px solid #999999;
	border-radius: 5px;
}
.form textarea {
	width: 100%;
	border: 1px solid #999999;
	border-radius: 5px;
}
#tel1, #tel2, #tel3 {
	width: 20%;
}
#fax1, #fax2, #fax3 {
	width: 20%;
}
#zip1, #zip2 {
	width: 20%;
}
.fields {
	margin: 5px auto;
	padding: 20px;
	width: 480px;
	border: 3px solid #eeeeee;
	border-radius: 5px;
	box-sizing: border-box;
}
.fields h2 {
	padding: 10px;
	text-align: center;
	border-top: 2px solid #ff9999;
	border-bottom: 2px solid #ff9999;
}
.fields h2:after {
}
.required {
	margin-left: 5px;
	padding: 3px;
	vertical-align: middle;
	font-size: 0.7em;
	color: #ff0000;
	background-color: #ffffff;
	border: 1px solid #ff0000;
	border-radius: 2px;
}
.chuui {
	font-size: 0.8em;
}
.supplement {
	font-weight: 500;
	color: #666666;
}
.button {
	margin: 40px auto 0;
	width: 400px;
	text-align: center;
	box-sizing: border-box;
}
.button input {
	padding: 10px;
	width: 160px;
	height: 40px;
	color: #ffffff;
	border: none;
	background-color: #e65c2e;
	border-radius: 50vh;
}
.policy {
	margin: auto;
	width: 80%;
}
.fin {
	margin: auto;
	width: 95%;
	max-width: 1000px;
}
/*-------- タブレット等 ----------------*/
@media screen and (max-width: 1000px) {
	header .container {
		display: block;
	}
	#menu {

	}
	.logo p {
		text-align: center;
	}
	.logo_sp p {
		margin: 0;
	}
    .swiper {
        width: 100%;
    }
    .navi ul {
        width: 90vw;
    }
    .navi li {
        min-width: auto;
    }
	.navi_0 {
		justify-content: flex-end;
	}
    footer .container {
        width: 95vw;
    }
	.foot_a {
		width: 40%;
	}
	.foot_b, .foot_c {
		width: 25%;
	}

	.il {
		width: 50%;
	}
	.detail {
		width: 100%;
	}
	.appraisal {
		width: 95%;
	}
	.flow {
		width: 95%;
	}
	.flow_step {
		width: 95%;
	}
	.area {
		width: 95%;
	}
	.page_text {
		width: 95%;
	}
	.item {
		border: 1px solid #b7dbd8;
	}
	.example {
		width: 95%;
	}
	.e_detail {
		width: 90%;
	}
	.to_list {
		text-align: center;
	}
	.to_list p span {
		margin-right: 0px;
	}

}


/*-------- スマホ ----------------*/
@media screen and (max-width: 767px) {
    #menu {
        display: none;
    }
	footer {
		margin-bottom: 0;
	}
	.foot_a {
		width: 100%;
		text-align: center;
		margin-bottom: 50px;
		border-right: 0;
	}
	.foot_b, .foot_c {
		display: none;
	}
    .logo img {
		display: none;
    }
    .logo_sp {
        display: block;
		padding-left: 10px;
		width: 100%;
		height: 85px;
		text-align: left;
		background-color: rgba(255, 255, 255, 0.8);
		z-index: 99;
    }
	.logo_sp p {
		margin: 0;
		padding-top: 10px;
	}
	.swiper-slide .text_swiper, .swiper-slide .text_swiper2 {
		left: 20px;
	}
	.detail {
		width: 95%;
	}
	.table {
		width: 100%;
	}
	.table .row {
		display: flex;
		flex-wrap: wrap;
	}
	.table .col_1 {
		display: block;
		padding: 15px 10px;
		width: 100%;
		box-sizing: border-box;
	}
	.table .col_2 {
		display: block;
		padding: 15px 10px;
		width: 100%;
		box-sizing: border-box;
	}
	.map iframe {
		width: 100%;
	}
	.photo img {
		width: 95%;
	}
	.flow {
		display: block;
		margin: 0 auto;
		width: 80%;
	}
	.flow_title {
		display: none;
	}
	.flow_step {
		display: none;
	}
	.flow_sp {
		display: block;
	}
	.flow_detail {
		margin-bottom: 25px;
	}
	.flow img {
		width: 30%;
	}
	.flow_box {
		display: block;
	}
	.page_title {
		margin-top: 85px;
		height: 160px;
	}
	.page_title h2 {
		top: 10px;
		left: 40px;
		font-size: 2em;
	}
	.page_title h3 {
		top: 40px;
		left: 40px;
		font-size: 2.2em;
		right: 10%;
	}
	.page_text {
		font-size: 1.1em;
		line-height: 1.3em;
	}
	.gallery img {
		width: 50%;
	}
	.form {
		width: 95%;
	}
	.fields {
		width: 100%;
	}
	.button {
		width: 100%;
	}
	.qr {
		display: none;
	}
	.other {
		width: 95%;
	}
	.catch3 {
		position: relative;
		top: 0;
		left: 0;
		padding: 0;
		width: 100%;
		text-align: center;
	}
	.catch3 img {
		width: 95%;
		max-width: 300px;
	}
	.junk_img .img1,
	.junk_img .img2,
	.junk_img .img3 {
		height: auto;
	}
	.assessment_form form {
		margin: 0 auto;
		padding: 10px;
		width: 100%;
		max-width: 480px;
	}
	.assessment_button {
		position: relative;
		margin: 40px 0 20px 0;
		text-align: center;
	}
	.assessment_button input {
		margin-left: 0;
	}
	.assessment_button span {
		position: absolute;
		top: -30px;
		left: 50%;
		transform: translateX(-50%);
	}
	.assessment_button span:before {
		transform: rotate(90deg);
	}
	.assessment_box {
		margin: 0 0 20px 0;
	}
	.assessment_qr {
		display: none;
	}
	.form3 {
		min-width: auto;
	}
	.form_line textarea, .form_line input {
		width: 98%;
	}
	.contact_tag {
		top: inherit;
		right: inherit;
		bottom: 0;
		width: 100%;
		text-align: center;
	}
	.contact_tag span {
		padding: 15px 0;
		width: 100%;
		writing-mode: horizontal-tb;
		font-weight: normal;
		color: #ffffff;
		border: none;
		border-radius: 0;
		background-color: rgba(0, 0, 0, 0.4);
	}
	.area1, .area2 div {
		border-radius: 20px;
	}
	.appraisal h2 {
		text-align: center;
	}
	.policy {
		width: 95%;
	}
}

/*-------- PC ----------------*/
@media screen and (min-width: 1000px) {
	.navi {
		display: block !important;
	}
	.navi ul {
		display: flex;
	}
}

@media screen and (min-width: 768px) {
	.sp_menu {
		display: none;
	}
    .navi_sp {
        display: none;
    }
	.logo_sp {
		display: none;
	}
	.menu_btn {
		display: none;
	}
	a[href^="tel:"] {/*スマホ以外では電話をかけない*/
		pointer-events: none;
	}
}
