@charset "UTF-8";
/* CSS Document */
body{
	margin:0;
	padding:0;
	color:#000;
	background:url("../img/bg.jpg") center top;
	background-size: 100% auto;
	font-size:16px;
	font-weight:400;
	line-height:1.8;
	overflow-x:hidden;
	font-family: 'Noto Sans JP', sans-serif;
	-webkit-text-size-adjust: 100%;
}
*, *:before, *:after {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}
.font_robot{
	font-family: 'Roboto', sans-serif;
}
.font_rock{
	font-family: 'RocknRoll One', sans-serif;
}
body.open, body.modaal-noscroll{
	overflow: hidden;
}

img{
	vertical-align:bottom;
	max-width:100%;
	height:auto;
}

a {
	color:#333333;
	text-decoration:none;
	transition: all 0.3s ease-in-out 0s;
}

a:hover {
	text-decoration:none;
}

.flex_wrap{
	display: -webkit-flex;
    display: flex;
	-webkit-flex-wrap: wrap; /* Safari */
	flex-wrap:wrap;
}
.flex_wrap_between{
	display: -webkit-flex;
    display: flex;
	-webkit-flex-wrap: wrap; /* Safari */
	flex-wrap:wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.flex_wrap_center{
	display: -webkit-flex;
    display: flex;
	-webkit-flex-wrap: wrap; /* Safari */
	flex-wrap:wrap;
	justify-content: center;
}
.flex_wrap_middle{
	display: -webkit-flex;
    display: flex;
	-webkit-flex-wrap: wrap; /* Safari */
	flex-wrap:wrap;
	align-items: center;
}

.sp{display:none;}
.note{font-size:12px;}

.invew{
    position: relative;
    transition: all 0.6s ease-in-out 0s;
}
.fade{
    opacity: 0;
    top: 40px;
}
.fade.fire{
    opacity: 1;
    top: 0;
}
.fade_list li{
    position: relative;
    opacity: 0;
    top: 40px;
    transition: all 0.6s ease-in-out 0s;
}
.fade_list li:nth-of-type(2){
    transition-delay: 0.1s
}
.fade_list li:nth-of-type(3){
    transition-delay: 0.2s
}
.fade_list li:nth-of-type(4){
    transition-delay: 0.3s
}
.fade_list li:nth-of-type(5){
    transition-delay: 0.4s
}
.fade_list li:nth-of-type(6){
    transition-delay: 0.5s
}
.fade_list.fire li{
    opacity: 1;
    top: 0;
}

sup{
    font-size: 50%;
}

@font-face {
  font-family: 'icomoon2';
  src:  url('fonts/icomoon.eot?asxnzn');
  src:  url('fonts/icomoon.eot?asxnzn#iefix') format('embedded-opentype'),
    url('fonts/icomoon.ttf?asxnzn') format('truetype'),
    url('fonts/icomoon.woff?asxnzn') format('woff'),
    url('fonts/icomoon.svg?asxnzn#icomoon2') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon2' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-youtube:before {
  content: "\ea9d";
}
.icon-facebook:before {
  content: "\ea90";
}
.icon-instagram:before {
  content: "\ea92";
}
.icon-twitter:before {
  content: "\ea96";
}

/************************
header
************************/
header{
    height: 150px;
}
.inner_head{
	width: 90%;
	padding: 60px 0;
	margin: auto;
	align-items: center;
}
.logo{
}
.gnav{
	box-shadow: 0px 4px 17px -8px rgba(0,0,0,0.2);
	background: #fff;
	border-radius: 100vh;
	padding: 0 24px;
	transition: all 0.3s ease-in-out 0s;
	position: fixed;
	z-index: 100;
	right: 5%;
}
.gnav li{
	font-size: 18px;
	font-weight: 700;
}
.gnav li a{
	padding: 24px;
	display: inline-block;
}
.gnav li a:hover{
	opacity: .6;
}
/************************
menu btn
************************/
.menu_btn{
	height: 64px;
	width: 64px;
	text-align: center;
	cursor:pointer;
	transition: all 0.3s ease-in-out 0s;
    display: none;
	position: fixed;
	z-index: 100;
	right: 5%;
}
.menu_btn::after{
	display:block;
	position:absolute;
	top: 0;
	content:'';
	border-radius:50%;
	background:#fff;
	z-index:-1;
	height:100%;
	width:100%;
	transition: .8s;
	box-shadow: 0px 4px 17px -8px rgb(0 0 0 / 20%);
}
.open .menu_btn::after{
	transform:scale(100,100)
}
.text_menu{
    font-size: 12px;
    line-height: 1;
    margin-bottom: 4px;
    color: #333;
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    transition: all 0.3s ease-in-out 0s;
}
.sp_nav_btn{
	width: 30px;
	height:  100%;
	z-index: 1000;
	text-align: center;
	position: relative;
    margin: auto;
}
#panel-btn{
  display: inline-block;
  width: 30px;
  height: 30px;
  margin: auto;
  position: absolute;
  top:0;
  bottom:0;
  left: 0;
  right: 0;
}
#panel-btn:hover{
}
#panel-btn-icon{
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom:0;
  right:0;
  width: 100%;
  height: 2px;
  margin: auto;
  background: #333;
  transition: .2s;
}
#panel-btn-icon:before, #panel-btn-icon:after{
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 2px;
  background: #333;
  transition: .5s;
}
#panel-btn:hover #panel-btn-icon, #panel-btn:hover #panel-btn-icon:before, #panel-btn:hover #panel-btn-icon:after{
}
#panel-btn-icon:before{
  margin-top: -12px;
}
#panel-btn-icon:after{
  margin-top: 10px;
}
#panel-btn .close, #panel-btn:hover #panel-btn-icon.close{
  background: transparent;
}
#panel-btn .close:before, #panel-btn .close:after{
  margin-top: 0;
}
#panel-btn .close:before{
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
#panel-btn .close:after{
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}


/************************
kv
************************/
.kv{
	overflow: hidden;
}
.inner_kv{
	margin: auto;
	width: 90%;
	max-width: 1500px;
	position: relative;
	align-items: center;
}
.kv_cnt{
	width: 750px;
	padding: 88px 0;
}
.kv_cnt h1{
	font-size: 50px;
	margin-bottom: 64px;
	font-weight: 700;
	line-height: 1.4;
}
.kv_lead{
	font-size: 24px;
	margin-bottom: 64px;
	font-weight: 700;
}
.kv_cnt .btn a{
	max-width: 600px;
	font-size: 24px;
}
.inner_kv figure{
	position: absolute;
	left: 800px;
	width: 1109px;
}
/************************
btn
************************/
.btn a{
    margin: auto;
	max-width:420px;
    width: 100%;
	text-align:center;
	font-size:18px;
	position:relative;
	display:block;
    padding: 20px 40px;
	background: #efcc2b;
	color: #000;
	font-weight: 800;
	border-radius: 100vh;
	border: 6px solid #000;
}
.btn2 a{
	background: #ef8c2b;
}
.btn a::after{
	display:block;
	position: absolute;
	content:'';
	width:12px;
	height:12px;
	border-top: 3px solid #000;
    border-right: 3px solid #000;
    transform: rotate(45deg);
	top:0;
	bottom:0;
	right:20px;
	margin:auto;
}
.btn a:hover{
	opacity: .6;
}

/************************
common
************************/
.inner_1200{
	margin: auto;
	width: 90%;
	max-width: 1200px;
}
.sec_def h2{
	text-align: center;
	margin-bottom: 80px;
	font-size: 30px;
	font-weight: 800;
}
.sec_def h2 span{
	position: relative;
}
.sec_def h2 span::after, .sec_def h2 span::before{
	position: absolute;
	display: block;
	content: '';
	width: 80px;
	height: 6px;
	background: #000;
	margin: auto;
	top: 0;
	bottom: 0;
}
.sec_def h2 span::before{
	left: -120px;
}
.sec_def h2 span::after{
	right: -120px;
}
.wrapper{
	padding-bottom: 136px;
}
/************************
top
************************/
.intro{
	padding: 136px 0;
}
.intro h2{
	text-align: center;
	font-size: 60px;
	margin-bottom: 80px;
}
.intro .flex_wrap_between{
	align-items: center;
}
.intro .flex_wrap_between figure{
	width: 38%;
	text-align: center;
}
.intro_cnt{
	width: 60%;
	font-size: 24px;
	font-weight: 700;
}


.wrap_top_est{
	position: relative;
	background: #fff;
}
.custom-shape-divider-bottom-1670465826 {
    bottom: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
}
.custom-shape-divider-bottom-1670465826 svg {
    position: relative;
    display: block;
    width: calc(100% + 1.3px);
    height: 80px;
}
.custom-shape-divider-bottom-1670465826 .shape-fill {
    fill: #FFFFFF;
}
.custom-shape-divider-top-1670466195 {
    top: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
    transform: rotate(180deg);
}

.custom-shape-divider-top-1670466195 svg {
    position: relative;
    display: block;
    width: calc(100% + 1.3px);
    height: 81px;
}

.custom-shape-divider-top-1670466195 .shape-fill {
    fill: #FFFFFF;
}
.wrap_top_est .sec_def{
	padding: 136px 0;
	position: relative;
}
.list_est li{
	width: 48%;
	margin: 0 4% 4% 0;
}
.list_est li:nth-child(2n){
	margin-right: 0;
}
.list_est li a{
	border: 6px solid #000;
	background: #fff;
}
.list_est li a:hover{
	opacity: .6;
}
.list_est li a figure{
	width: 59.8%;
	position: relative;
}
.list_est li a figure img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.est_cnt{
	border-left: 6px solid #000;
	padding: 16px;
	width: 40.2%;
	font-size: 14px;
}
.ttl_est{
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 16px;
	display: -webkit-box;
    -webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
    height: 3.2em;
	overflow: hidden;
}
.price_est{
	margin-top: 8px;
}
.price_est span{
	font-size: 18px;
	font-weight: 700;
}
.icon_area{
	position: absolute;
	top: 0;
	left: 0;
}
.icon_area i{
	width: 50px;
	height: 50px;
	display: flex;
	align-items: center;
	background: #e1684b;
	text-align: center;
	font-style: normal;
	font-size: 12px;
	color: #fff;
	font-weight: 700;
	line-height: 1.2;
	justify-content: center;
	padding: 5px;
}
.icon_area i.renova{
	background: #efcc2b;
}
.icon_area i.sale{
	background: #8ebd50;
}
.top_est_btn{
	margin-top: 20px;
}
.top_est_btn .btn{
	width: 50%;
	max-width: 420px;
	margin: 0 20px;
}

.icon_pet{
	position: absolute;
	left: -100px;
	top: 110px;
}
.icon_sea{
	position: absolute;
	top: 100px;
	right: -200px;
}

.pd_sec{
	padding: 136px 0 0;
}

.list_news{
	border-top: 6px solid #000;
	margin-bottom: 64px;
}
.list_news li{
	border: 6px solid #000;
	border-top:none;
}
.list_news li a{
	background: #fff;
	padding: 16px 64px 16px 32px;
	font-weight: 700;
	position: relative;
}
.list_news li a .date{
	margin-right: 32px;
}
.list_news li a::after{
	display:block;
	position: absolute;
	content:'';
	width:10px;
	height:10px;
	border-top: 3px solid #000;
    border-right: 3px solid #000;
    transform: rotate(45deg);
	top:0;
	bottom:0;
	right:20px;
	margin:auto;
}
.list_news li a:hover{
	opacity: .6;
}

.map{
	width: 56%;
}
.map iframe{
	width: 100%;
	height: 320px;
	box-shadow: 0px 4px 17px -8px rgb(0 0 0 / 20%);
}

.comp_disc{
	width:39%;
}
.comp_disc h3{
	font-size: 24px;
	font-weight: 800;
	margin-bottom: 24px;
}
.comp_disc p{
	font-size: 18px;
	margin-bottom: 40px;
}
/********************************
footer
********************************/
.ft_top img{
	width: 100%;
}
footer{
	padding: 88px 0 56px;
	background: #aed268;
}
.inner_footer{
	width: 90%;
	margin: auto;
}
.inner_footer h2{
	margin-bottom: 24px;
}
.inner_footer ul li{
	margin-left: 32px;
	font-weight: 800;
	font-size: 18px;
}
.inner_footer ul li a:hover{
	text-decoration: underline;
}
.copy{
	text-align: center;
	padding-top: 56px;
	font-size: 12px;
}
/********************************
sub
********************************/
.ttl_sub{
	font-family: 'RocknRoll One', sans-serif;
	text-align: center;
	font-size: 80px;
	padding: 72px 5%;
	font-weight: 500;
}


.wrap_comp{
	background: #fff;
	padding: 100px;
}
.tb_comp{
	width: 100%;
	border-collapse: collapse;
}
.tb_comp th, .tb_comp td{
	padding: 18px 30px;
	border: 6px solid #000;
	font-size: 18px;
	text-align: left;
	vertical-align: top;
}
.tb_comp th{
	background: #fcf8f0;
}

.l_nav{
	border: 6px solid #000;
	background: #fff;
	padding: 8px 24px;
	margin-bottom: 40px;
}
.l_nav li{
	margin-right: 56px;
	font-weight: 800;
	font-size: 24px;
}
.l_nav li.active a, .l_nav li a:hover{
	color: #009564;
}

.list_news_archive li{
	width: 31%;
	margin: 0 3.5% 3.5% 0;
}
.list_news_archive li:nth-child(3n){
	margin-right: 0;
}
.list_news_archive li a{
	display: block;
	height: 100%;
	border: 6px solid #000;
	background: #fff;
}
.list_news_archive li a:hover{
	opacity: .6;
}
.list_news_archive li figure{
	position: relative;
	border-bottom: 6px solid #000;
}
.list_news_archive li figure img{
	width: 100%;
}
.list_news_archive li figure i{
	position: absolute;
	top: 0;
	left: 0;
	text-align: center;
	font-style: normal;
	font-size: 12px;
	font-weight: 800;
	color: #fff;
	background: #8ebd50;
	padding: 8px 16px;
	min-width: 90px;
}
.list_news_archive li figure i.column{
	background: #e1684b;
}

.list_news_disc{
	padding: 8px 16px;
}
.list_news_disc h2{
	font-size: 18px;
	font-weight: 800;
	margin-bottom: 8px;
}
.list_news_disc .cnt{
	-webkit-line-clamp: 2;
    height: 3.6em;
	overflow: hidden;
	display: -webkit-box;
    -webkit-box-orient: vertical;
}
.list_news_disc .date{
	color: #666;
}
/************************
pagination
************************/
.pagination{
	margin:40px 0;
	text-align:center;
	position:relative;
	font-weight: 800;
}
.pagination a, .pagination span{
	display:inline-block;
	height:60px;
	width:60px;
	text-align:center;
	line-height:60px;
	margin:0 3px;
}
.pagination a{
}
.pagination a:hover{
    color: #009564;
}
.pagination span.current{
    color: #009564;
}
.pagination a.pg_pre,.pagination a.pg_next{
	color:#fff;
	position:relative
}
.pagination a.pg_pre::after{
	display:block;
	content:'';
	width:10px;
	height:10px;
	position:absolute;
	top:0;
	bottom:0;
	left:26px;
	margin:auto;
	border-bottom: 3px solid #000;
	border-left: 3px solid #000;
    transform: rotate(45deg);
}
.pagination a.pg_next::after{
	display:block;
	content:'';
	width:10px;
	height:10px;
	position:absolute;
	top:0;
	bottom:0;
	right:26px;
	margin:auto;
	border-top: 3px solid #000;
	border-right: 3px solid #000;
    transform: rotate(45deg);
}
.pagination a:hover{
	text-decoration:none;
}
@media screen and (max-width: 768px) {
	.pagination{margin:10% 0;}
	.pagination a, .pagination span{width:40px; height:40px; line-height:40px;}
	.pagination a.pg_pre::after{left:16px;}
	.pagination a.pg_next::after{right:16px;}
}


.single_wrap{
	background: #fff;
	padding: 100px;
	position: relative;
}
.cate_i{
	position: absolute;
	top: 0;
	left: 0;
	text-align: center;
    font-style: normal;
    font-size: 12px;
    font-weight: 800;
    color: #fff;
    background: #8ebd50;
    padding: 8px 16px;
    min-width: 90px;
}
.cate_i.column {
    background: #e1684b;
}

.single_wrap h1{
	line-height: 1.2;
	font-size: 40px;
	font-weight: 800;
	margin-bottom: 40px;
}
.single_top{
	align-items: center;
	margin-bottom: 40px;
}
.list_sns li{
	margin-left: 16px;
}
.list_sns li a{
	width: 40px;
	line-height: 40px;
	border-radius: 50%;
	background: #000;
	color: #fff;
	display: block;
	text-align: center;
}
.list_sns li a:hover{
	opacity: .6;
}
.single_wrap .eye{
	margin-bottom: 60px;
	text-align: center;
}
.single_body h2{
	font-size: 30px;
	margin: 60px 0;
	font-weight: 800;
}
.single_body h3{
	font-size: 18px;
	margin: 30px 0;
	font-weight: 800;
}
.single_body p{
	margin-bottom: 10px;
}
.single_body ul{
	margin: 20px 0;
}
.single_body ul li{
	margin: 0 0 10px 20px;
	list-style: outside disc;
}
.single_body ul li:last-child{
	margin-bottom: 0;
}
.single_body figure{
	margin: 60px 0;
	text-align: center;
}
.to_list{
	margin-top: 40px;
}
.to_list a{
	font-size: 18px;
	padding-left: 16px;
	position: relative;
	font-weight: 800;
}
.to_list a::before{
	display:block;
	position: absolute;
	content:'';
	width:10px;
	height:10px;
	border-bottom: 3px solid #000;
    border-left: 3px solid #000;
    transform: rotate(45deg);
	top:3px;
	bottom:0;
	left:0;
	margin:auto;
}
.to_list a:hover{
	opacity: .6;
}

.est_body{
	padding: 80px 0;
}
.est_body h1{
	font-size: 36px;
	margin-bottom: 20px;
	font-weight: 800;
}
.est_body h1 i{
	font-style: normal;
	font-size: 16px;
	min-width: 100px;
	padding: 4px 10px; 
	background: #e1684b;
	color: #fff;
	display: block;
	text-align: center;
	margin-right: 30px;
}
.text_est_head span{
	font-size: 150%;
}

.slid_wrap{
	margin: 40px 0;
}
.slider{
	width: 66%;
}
.thumb_wrap{
	width: 30%;
}
.thumb li{
	width: 22%;
	margin: 0 4% 4% 0;
	position: relative;
	cursor: pointer;
	transition: all 0.3s ease-in-out 0s;
}
.thumb li:hover{
	opacity: .6;
}
.thumb li::before{
	content: "";
    padding-top: 100%;
    display: block;
}
.thumb li img{
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	object-fit: cover;
	height: 100%;
}
.thumb li:nth-child(4n){
	margin-right: 0;
}
.art_est{
	margin-top: 80px;
}
.art_est h2{
	font-size: 30px;
	font-weight: 800;
	margin-bottom: 32px;
}
.tb_est{
	width: 100%;
	border-collapse: collapse;
}
.tb_est th, .tb_est td{
	border: 6px solid #000;
	padding: 16px 20px;
	text-align: left;
	vertical-align: top;
}
.tb_est th{
	width: 17%;
}
.wd_fix{
	width: 33%;
}
.kodawari_box{
	border: 6px solid #000;
	padding: 16px 20px;
}
.kodawari_box a{
	margin-right: 20px;
	color: #1886b5;
}
.kodawari_box a:hover{
	text-decoration: underline;
}
.map_est{
	margin-bottom: 24px;
}
.map_est iframe{
	width: 100%;
	height: 500px;
}
.access_wrap{
	width: 50%;
	padding-right: 30px;
}
.access_wrap h3{
	font-size: 18px;
	font-weight: 800;
	margin-bottom: 8px;
}

.lead_contact{
	text-align: center;
	margin-bottom: 60px;
	font-size: 18px;
}
.lead_contact span{
	font-size: 60px;
	font-weight: 800;
}
.contact input, .contact select, .contact textarea{
	border: none;
	background: #f1f1f1;
	width: 100%;
	border-radius: 0;
    -webkit-border-radius : 0;
    -webkit-appearance : none;
	padding: 15px;
	font-size: 18px;
}
.contact textarea{
	height: 200px;
}
.tb_comp.contact th{
	vertical-align: middle;
	width: 280px;
}
.tb_comp.contact th p span{
	font-size: 12px;
	background: #e1684b;
	color: #fff;
	padding: 4px 14px;
}
.submit{
	text-align: center;
	margin-top: 60px;
}
.submit input{
	max-width:420px;
    width: 100%;
	text-align:center;
	font-size:18px;
	position:relative;
    padding: 20px 40px;
	background: #efcc2b;
	color: #000;
	font-weight: 800;
	-webkit-border-radius : 0;
    -webkit-appearance : none;
	border-radius: 100vh;
	border: 6px solid #000;
	transition: all 0.3s ease-in-out 0s;
	cursor: pointer;
}
.submit input:hover{
	opacity: .6;
}
/********************************
sp
********************************/
@media screen and (max-width: 1100px) {
	.gnav{opacity: 0; background: none;box-shadow: none; left: 5%; top: 100px;}
	.gnav.is-open{opacity: 1;}
	.gnav.is-show{z-index: 1000;}
	.menu_btn{display: block;}
	.gnav li{width: 100%;}
}
@media screen and (max-width: 768px) {
	.inner_head{padding: 40px 0;}
	.logo{width: 216px;}
	header{height: 110px;}
}
@media screen and (max-width: 1022px) {
	.top_est_btn .btn2{margin-top: 24px;}
	.inner_footer ul{margin-top: 20px; width: 100%;}
	.inner_footer ul li{margin: 0 16px 16px 0;}
}
@media screen and (max-width: 900px) {
	.inner_kv figure{position: relative; order: 1; left: 0;}
	.kv_cnt{width: 100%; order: 2;padding-bottom: 0;}
	.kv_cnt h1{font-size: 6vw;}
	.kv_lead{font-size: 3vw;}
}
@media screen and (max-width: 768px) {
	body{ font-size:14px;}
	.sp{ display:block;}
	.pc{display:none;}
	.kv_cnt{padding-top: 40px;}
	.kv_cnt h1{margin-bottom: 32px;}
	.kv_lead{margin-bottom: 32px;}
	.kv_cnt .btn a{font-size: 16px;}
	.intro{padding: 68px 0;}
	.intro h2{font-size: 30px; margin-bottom: 40px;}
	.intro .flex_wrap_between figure{width: 100%; margin-bottom: 16px;}
	.intro_cnt{width: 100%; font-size: 16px;}
	.custom-shape-divider-bottom-1670465826 svg{height: 40px;}
	.wrap_top_est .sec_def{padding: 68px 0;}
	.sec_def h2{font-size: 20px; margin-bottom: 40px;}
	.sec_def h2 span::after, .sec_def h2 span::before{width: 40px;}
	.sec_def h2 span::before{left: -60px;}
	.sec_def h2 span::after{right: -60px;}
	.list_est li{width: 100%; margin: 0 0 4%;}
	.list_est li a figure{width: 100%;}
	.est_cnt{width: 100%; border-left: 0;border-top: 6px solid #000;padding: 8px;}
	.icon_pet{display: none;}
	.ttl_est{font-size: 16px;height:auto;}
	.price_est span{font-size: 15px;}
	.top_est_btn .btn{width: 100%; margin-left: 0; margin-right: 0;}
	.icon_sea{display: none;}
	.custom-shape-divider-top-1670466195 svg{height: 40px;}
	.pd_sec{padding: 68px 0 0;}
	.list_news li a{padding: 8px 32px 8px 16px;}
	.list_news{margin-bottom: 32px;}
	.map{width: 100%; margin-bottom: 16px;}
	.comp_disc{width: 100%;}
	.comp_disc h3{font-size: 16px; margin-bottom: 16px;}
	.wrapper{padding-bottom: 68px;}
	footer{padding: 44px 0 28px;}
	.ttl_sub{font-size: 40px; padding: 36px 5%;}
	.wrap_comp{padding: 20px;}
	.tb_comp th, .tb_comp td{padding: 10px; font-size: 14px;}
	.l_nav{padding: 4px 8px; margin-bottom: 20px;}
	.l_nav li{margin-right: 18px; font-size: 15px;}
	.list_news_archive li{width: 100%; margin:  0 0 20px;}
	.list_news_disc{padding:4px 8px;}
	.list_news_disc h2{font-size: 16px; margin-bottom: 4px;}
	.single_wrap{padding:60px 20px 20px;}
	.single_wrap h1{font-size: 26px; margin-bottom: 30px;}
	.single_top{margin-bottom: 30px;}
	.single_wrap .eye{margin-bottom: 30px;}
	.single_body h2{font-size: 24px;margin: 30px 0;}
	.single_body h3{font-size: 16px;margin: 15px 0;}
	.single_body p{margin-bottom: 6px;}
	.single_body figure{margin: 30px 0;}
	.est_body{padding: 40px 0;}
	.est_body h1{font-size: 20px;}
	.est_body h1 i{font-size: 12px;padding: 2px 5px;margin-right: 15px;min-width: 70px;}
	.slid_wrap{margin: 20px 0;}
	.slider{width: 100%; margin-bottom: 10px;}
	.thumb_wrap{width: 100%;}
	.art_est{margin-top: 40px;}
	.art_est h2{font-size: 18px; margin-bottom: 16px;}
	.tb_est th, .tb_est td{width: 100%; display: block; border-bottom: none; padding: 10px;}
	.tb_est{border-bottom: 6px solid #000;}
	.tb_est th{background: #fcf8f0;}
	.kodawari_box{padding: 10px;}
	.map_est iframe{height: 360px;}
	.map_est{margin-bottom: 0;}
	.access_wrap{width: 100%; margin-top: 16px;}
	.access_wrap h3{font-size: 16px; margin-bottom: 4px;}
	.lead_contact{font-size: 14px; margin-bottom: 20px;}
	.lead_contact span{font-size: 26px;}
	.tb_comp.contact th, .tb_comp.contact td{display: block;width: 100%;border-bottom: none;}
	.tb_comp.contact{border-bottom: 6px solid #000;}
	.submit{margin-top: 30px;}
}

