@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@500;900&family=Noto+Serif+JP&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Zen+Kurenaido&display=swap');
body {
/*	font-family: 'Noto Sans JP', sans-serif; */
	font-family: 'Zen Kurenaido', sans-serif;
	-webkit-text-size-adjust: 100%;
	letter-spacing: 0.1em;
	line-height: 1.5;
}
html {
  scroll-behavior: smooth;
}
#top_fade {
	animation: fadeIn 2.8s ease 0s 1 normal;
	-webkit-animation: fadeIn 2.8s ease 0s 1 normal;
}
img {
     max-width: 100%;
     height: auto;
}
a {
    color: #56392b;
	text-decoration: none;
}
a.anchor{
    display: block;
    padding-top: 80px;
    margin-top: -80px;
	text-decoration: none;
}

/*h1 {
	font-family: 'Noto Sans JP', sans-serif;
}*/

#hd {
	text-align: right;
	font-size: 10px;
}

.h_space {
    margin-top: 40px;
}

#p_navi {
	text-align: left;
	font-size: 10px;
	margin-left: 5px;
}

.clear {
	clear: both;
}
.img_border {
	border: 1px #B6906C solid;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

span.link {
	position: relative;
	top: -80px;
	display: block;
}
a:hover{
	opacity: 0.7;
}

@media screen and (max-width:768px){
	body{
		margin-top: 60px;
	}
}

/*-----------------------------------------------------------------
ヘッダー部分
-----------------------------------------------------------------*/
.header_space {
	margin-top: 0px;
}
.header_space {
	margin-top: 0px;
	width: 100%;
	position: fixed;
	top: 0;
    left:0;
	z-index: 2;
	background: #000;
	height: 70px;
	transition: .7s;	
	background-size:cover;
}
.header_space_img {
	padding: 0;	
}
.header_space_img img {
	height: 50px;
	padding-left: 0;
	padding-top: 10px;	
}
.other-header{
	background: none;
}
.front-body .drawer-hamburger{
	background: rgba(0,0,0,0.5);
}
@media screen and (max-width: 768px) {
	.header_space_sp{
		width: 100%;
		height: 46px;
		position: fixed;
		top: 0;
		z-index: 2;
		background: #000;
	}
	.header_space_sp div{
		padding: 8px;
		display: flex;
		align-items: center;
	}
	.header_space_sp div img{
		max-width: 80px;
	}
	.front-batu-sp{
		max-width: 20px!important;
		margin: 0 10px;
	}
	.drawer-hamburger{
		margin-top: 0!important;
	}
	.header_space_img img {
		height: 40px;
		padding-left: 0;
		padding-top: 13px;	
	}
	.page-header-menu-area{
		display: none;
	}
	.other-header{
		background: none;
		margin-top: -46px;
	}
}

/*-----------------------------------------------------------------
パンくず
-----------------------------------------------------------------*/

.topic-path ul {
    display: flex;
    flex-wrap: wrap;
    padding: 0 30px 10px;
}
.topic-path ul li {
	font-size: 12px;
	margin-bottom: 10px;
	list-style: none;
}
.topic-path ul li a {
	margin-right: 20px;
}
.topic-path ul li a:after {
	content: ">";
	margin-left: 10px;
}
@media screen and (max-width: 768px) {
.topic-path {
	transform: translateY(10px);
}

}

/*-----------------------------------------------------------------
サイドバー
-----------------------------------------------------------------*/
#page_top {
	width: 90px;
	height: 90px;
	position: fixed;
	bottom: 30px;
	right: 30px;
	background: #000;
	border-radius: 50%;
	z-index: 10;
}
#page-top:hover {
	opacity: 0.5;
}
#page_top a{
	position: relative;
	display: block;
	width: 90px;
	height: 90px;
	text-decoration: none;
}
#page_top a::before{
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	content: '\f062';
	font-size: 25px;
	color: #fff;
	position: absolute;
	width: 40px;
	height: 40px;
	top: -5px;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
	text-align: center;
}

.triangle_top {
	border-right: 25px solid transparent;
	border-bottom: 25px solid #ffffff;
	border-left: 25px solid transparent;
	vertical-align: middle;
}

.arrow{
	position: relative;
	display: inline-block;
	padding-top: 30px;
	padding-right: 25px;
}
.arrow::before{
	content: '';
	width: 25px;
	height: 25px;
	border: 0px;
	border-top: solid 2px #ffffff;
	border-right: solid 2px #ffffff;
	-ms-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	position: absolute;
}

@media screen and (max-width: 768px) {
#page_top {
	width: 70px;
	height: 70px;
	position: fixed;
	bottom: 17px;
	right: 5px;
	border-radius: 50%;
}
#page-top:hover {
	opacity: 0.5;
}
#page_top a{
	position: relative;
	display: block;
	width: 70px;
	height: 70px;
	text-decoration: none;
}
	
#page_top a::before{
	font-weight: 900;
	font-size: 35px;
	line-height: 35px;
	position: absolute;
	width: 35px;
	height: 35px;
	top: -5px;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
	text-align: center;
}
	
.triangle_top {
	border-right: 20px solid transparent;
	border-bottom: 20px solid #ffffff;
	border-left: 20px solid transparent;
}
	
.arrow{
	position: relative;
	display: inline-block;
	padding-top: 18px;	
	padding-right: 20px;
}
.arrow::before{
  content: '';
  width: 20px;
  height: 20px;
  border: 0px;
  border-top: solid 2px #ffffff;
  border-right: solid 2px #ffffff;
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  position: absolute;
}	
}

/*-----------------------------------------------------------------
背景スライドショー
-----------------------------------------------------------------*/
.top_slideshow_bg {
	text-align: center;
	color: #FFF;
	margin-top: 0px;
	margin-bottom: 0px;
	height: 600px;
}
.top_slideshow_box {
	padding-top: 200px;
}
.top_slideshow_bg img {
	height: 160px;
}

.top_slideshow_box_title {
	text-align: center;
	font-size: 180%;
	font-weight: 600;
	font-family: 'Lora', serif;
}
.top_sns_all{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.top_sns{
    flex-basis: 49%;
    display: flex;
    border: 1px solid;
    padding: 20px 3%;
    box-sizing: border-box;
    align-items: center;
    justify-content: space-between;
	margin-bottom: 10px;
	font-size: 18px;
}
.top_sns img{
	width: 50px;
}
.top_sns span{
	font-weight: bold;
}
.top_sns i{
	font-size: 150%;
}




@media screen and (max-width: 768px) {
.top_slideshow_bg {
	text-align: center;
	color: #FFF;
	margin-top: 0px;
	margin-bottom: 0px;
	height: 320px;
}
.top_slideshow_box {
	padding-top: 100px;
}	
.top_slideshow_bg img {
	height: 100px;
}
.top_sns{
	flex-basis: 48%;
	padding: 10px;
}
.top_sns img{
	width: 30px;
}


}


.wrapper_side_sns {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
	flex-direction: row;
    flex-wrap: wrap;
	width: 50%;
	padding-top: 20px;
	padding-right: .75rem;	
	padding-left: .75rem;
	padding-bottom: 20px;
	box-sizing: border-box;
}
.wrapper_side_top {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
	flex-direction: row;
    flex-wrap: wrap;
	width: 100%;
	padding-top: 20px;
	padding-right: .75rem;	
	padding-left: .75rem;
	padding-bottom: 20px;
	box-sizing: border-box;
}
.element_side_1 {
	width: 50%;
	padding: 3px;
	text-align: center;
	box-sizing: border-box;
}
.element_side_1 img {
	width: 20px;
	padding: 0;
	text-align: center;
}
.element_sns {
	width: 24%;
	text-align: center;
	margin-top: 10px;
}
.element_sns img {
	width: 35px;
	padding-right: 3px;
}
.element_sns img:hover {
	opacity: 0.5;
}
/*-----------------------------------------------------------------
スライダー
-----------------------------------------------------------------*/
.s-three-wrap {
	position: relative;
	max-width: 100%;
	margin: 0 auto;
}
.s-three-text,
.s-three-sub,
.s-three-button {
	position: absolute;
	width: 100%;
	left: 0;
	text-align: center;
	color: #FFF;
}
.s-three-text {
	top: 20%;
	font-size: 200%;
}
.s-three-sub {
	top: 40%;
	font-size: 450%;
}
.s-three-button {
	top: 87%;
	left: calc( 50% - 75px );
	display: block;
	width: 170px;
	padding: 8px 10px;
	box-sizing: border-box;
	background: #FFFFFF;
	color: #56392b;
	font-size: 95%;	
	text-align: center;
	text-decoration: none;
	transition: all .25s ease;
}
.s-three-button:hover {
	background: #56392b;
	color: #FFFFFF;
}
.swiper-slide-active .fade_1 {
	animation: slideFromRightBtn 0.5s ease 0s 1 normal;
}
.swiper-slide-active .fade_2 {
	animation: slideFromRightBtn 0.5s ease 0s 1 normal;
}
.swiper-slide-active .fade_3 {
	animation: slideFromRightBtn 0.5s ease 0s 1 normal;
}
@keyframes slideFromRightBtn {
0%, 65% {
	transform: translateY(50px);
	opacity: 0;
}
100% {
    transform: translateY(0px);
    opacity: 1;
}
}

@media screen and (max-width: 768px) {
.s-three-text {
	top: 20%;
	font-size: 150%;
}
.s-three-sub {
	top: 40%;
	font-size: 230%;
}
.s-three-button {
	top: 83%;
	left: calc( 50% - 75px );
	display: block;
	width: 160px;
	padding: 5px 10px;
	box-sizing: border-box;
	font-size: 80%;
	text-align: center;
	text-decoration: none;
	transition: all .25s ease;
}		
}

/*-----------------------------------------------------------------
サイドメニュー
-----------------------------------------------------------------*/

.left_menu {
	width: 210px;
	min-height: 600px;
	float: left;
	background-color: rgb(73,75,77);
	padding: 0 20px;
	box-sizing: border-box;
	position: relative;
}
@media screen and (max-width: 1200px) {
	.left_menu {
	display: none;
}
}
.left_menu_fix {
	position: fixed;
	top: 0;
	width: 170px;
}
.left_logo {
	padding: 40px 20px 30px;
	text-align: center;
}
.front-batu{
    width: 30px;
    margin: 10px;
}
.left_menu_list {
	list-style: none;
	margin-bottom: 30px;
}
.left_menu_list li {
	padding: 10px 0;
}
.left_menu_list li a {
	color: #fff;
}
.left_menu_sns {
	display: flex;
	list-style: none;
}
.left_menu_sns li {
	width: 25%;
	box-sizing: border-box;
	padding: 0 3%;
}
.left_menu_btn {
	margin-top: 30px;
}
.left_menu_btn a {
	border-color: rgb(21,155,197);
	    background: rgb(21,155,197);
	color: #fff;
	text-align: center;
	display: block;
	line-height: 1em;
	font-weight: bold;
	padding: 0.75em 0;
}
.left_menu_btn a:hover {
	border-color: rgb(21,155,197);
	    background: #000;
	color: rgb(21,155,197);
	text-align: center;
	display: block;
	line-height: 1em;
	font-weight: bold;
	padding: 0.75em 0;
}
/*-----------------------------------------------------------------
フッターエリア
-----------------------------------------------------------------*/

.footer_bg {
	width: 100%;
	margin: 0 auto;
	padding: 0;
	background-color: #fff;
	border-top: 1px solid rgb(73,75,77);
}
.footer_wrap {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	max-width: 1200px;
	margin: auto;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}
.footer_left {
	padding: 30px;
}
.footer_sitemap {
	display: flex;
	flex-wrap: wrap;
	list-style: none;
}
.footer_sitemap li {
	padding-right: 15px;
	border-right: solid 1px #000;
	margin-right: 15px;
	font-size: 14px;
}
.copy {
    font-size: 12px;
    padding: 10px;
}
.footer_right {
	padding: 30px 120px 30px 0;
	display: flex;
}
.footer_tel {
	padding: 6px 15px 0;
	border-left: solid 1px #000;
	border-right: solid 1px #000;
	margin-right: 15px;
}
.footer_contact {
	font-size: 14px;
}
.footer_contact a {
	border-color: rgb(21,155,197);
	background: rgb(21,155,197);
	color: #fff;
	text-align: center;
	display: block;
	line-height: 1em;
	font-weight: bold;
	padding: 0.75em 15px;
}
.footer_contact a:hover {
	border-color: rgb(21,155,197);
	    background: #fff;
	color: rgb(21,155,197);
	text-align: center;
	display: block;
	line-height: 1em;
	font-weight: bold;
	padding: 0.75em 15px;
}
.sp-footer-btn{
	position: fixed;
	bottom: 5px;
	z-index: 9;
	display: flex;
	width: 100%
}

.sp-footer-btn div{
	border-color: rgb(21,155,197);
	background: rgb(21,155,197);
	color: #fff;
	width: 30%;
	margin-left: 1%;
	text-align: center;
	font-size: 10px;
	padding: 10px 0 5px
}

.sp-footer-btn div a{
	color: #fff;
}

.sp-footer-btn div a:hover{
	opacity: 0.5;	
}
@media (max-width: 1200px) {
.footer_right {
	display: none;
}
}
@media (max-width: 768px) {

.footer_left {
	padding: 30px;
	width: 100%;
	box-sizing: border-box;
	
}
.footer_sitemap {
	display: flex;
	flex-wrap: wrap;
	list-style: none;
	padding-bottom: 80px;
}
.footer_sitemap li {
	padding: 15px;
	border-bottom: dashed 1px #000;
	font-size: 14px;
	width: 100%;
	margin: 0;
	border-right: none;
}

}
/*-----------------------------------------------------------------
トップ
-----------------------------------------------------------------*/
.page-title a{
	color: red;
}
.top_base {
	margin: 0 0 0 210px;
	background: #fefdf8;
}

.top_area {
	padding: 30px 0 20px;
	width: 930px;
	margin: auto;
}

.top_area:last-child{
	padding-bottom: 100px;
}
.top_area header {
	text-align: center;
	padding: 15px 0 10px;
}
.top_area header h2 {
	font-size: 1.75em;
}
.top_area header h2 span{
    font-size: 70%;
    padding-left: 20px;
}
.top_area2 {
	padding: 100px 0 0;
	width: 930px;
	margin: auto;
}
.top_area2:last-child{
	padding-bottom: 100px;
}
.top_area2 header {
	text-align: center;
	padding: 15px 0 30px;
}
.top_area2 header h2 {
	font-size: 1.75em;
}
.top_area2 header h2 span{
    font-size: 70%;
    padding-left: 20px;
}
.top_select {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 95%;
	margin: 30px auto;
}
.top_select_600{
	width: 600px;
}
.top_select_box {
	width: 160px;
}
.top_select_box select {
	width: 160px;
	height: 30px;
}
.top_select_box_search{
    width: auto;
    font-weight: bold;
	margin-right: 4%;
}
.top_select_clear{
    background: #9c9c9c;
    color: #fff;
    padding: 2px 5%;
    margin-left: 4%;
}
.top_news_list {
    display: flex;
    flex-wrap: wrap;
    gap: 1%;
}
.top_news_box {
    width: 24%;
    background-color: #fff;
    position: relative;
    box-shadow: 1px 1px 3px rgba(0,0,0,0.3);
}
.top_news_box_thum {
	width: 100%;
}
.top_news_box_thum img{
    width: 100%;
    aspect-ratio: 3/2;
    object-fit: cover;
}
.top_news_box h3 {
	padding: 5px 10px;
/*	font-family: 'Noto Serif JP', serif;*/
	font-weight: 300;
}
.top_news_box p {
	padding: 0 10px 15px;
	font-size: 14px;
}
.top_news_box a{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.top_sale_list {
	display: flex;
	flex-wrap: wrap;
	gap: 1%;
}
.top_sale_box {
    width: 24%;
    background-color: #fff;
    position: relative;
    display: block;
	box-shadow: 1px 1px 3px rgba(0,0,0,0.3);
}
.top_sale_box_thum {
	width: 100%;
}
.top_sale_box h3 {
	padding: 5px 0;
	margin: 0 10px;
	border-bottom: solid 1px #ccc;
/*	font-family: 'Noto Serif JP', serif;*/
	font-weight: 300;
	font-size: 14px;
}
.top_sale_box h4 {
	padding: 10px;
	font-size: 14px;
	font-weight: bold;
}
.top_sale_box p {
	padding: 0 15px 15px;
	font-size: 14px;
}
.top_sale_box a{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.soldout{
	color: red;
	font-weight: bold;
}
.top_pin{
    width: 24px;
    position: absolute;
    top: 7px;
    right: 7px;
}
.top-service-items{
    display: flex;
    margin: 50px auto;
    justify-content: space-between;
	flex-wrap: wrap;
}
.top-service-item{
	flex-basis: 21%;
}
.top-service-item img{
    width: 100%;
    aspect-ratio: 1/1;
    object-fit: cover;
    border-radius: 50%;
}
.top-service-item p{
	text-align: center;
}
.top-news-date{
    text-align: right;
    padding: 5px 0;
    margin: 0 10px;
    border-bottom: solid 1px #ccc;
}
.top_news_box h4{
    padding: 15px 10px;
    font-size: 14px;
}
.top_blog_list {
    display: flex;
    flex-wrap: wrap;
    margin-top: 30px;
    gap: 5%;
}
.top_blog_box {
	width: 30%;
	margin-bottom: 30px;
	background-color: #fff;
	position: relative;
	display: block;
}
.top_blog_box_thum {
	width: 100%;
}

.top-blog-item{
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-between;
}
.top-blog-item-title{
    margin: 0 10px;
    padding: 5px 0;
    border-bottom: solid 1px #ccc;
    width: 90%;
    text-align: center;
}
.top-blog-item-title img{
	width: 15%;
}
.top-blog-item-title h3{
	border: none;
}
.top-blog-text-area {
	height: auto;
}
.top-blog-item-text{
	margin-top: 10px;
	padding: 0 10px 15px;
	word-break: break-word;
	font-size: 12px;
}
.top-blog-icon {
	margin-top: auto;
	align-self: flex-end;
	width: 100%;
}
.top-blog-icon p{
    display: inline-block;
    border: 1px solid;
    padding: 5px;
    margin: 15px;
}




.top_building_btn_area{
    display: flex;
    border: 1px solid;
    font-size: 120%;
}
.top_building_text{
	padding: 20px;
}
.top_building_text p{
	font-size: 16px;
}
.top_building_text h3{
    font-size: 26px;
    margin: 10px 0;
}
.top_building_btn_area a{
    padding: 20px;
    background-color: rgb(73,75,77);
    flex-grow: 1;
    color: #fff;
    border-left: 2px solid #000;
    display: flex;
    align-items: center;
}
.top_building_btn_area a i{
	font-size: 200%;
}
.top_item_list{
    display: flex;
	margin-bottom: 20px;
	flex-wrap: wrap;
	gap: 1%;
}
.top_item_box{
    flex-basis: 24%;
    background: #fff;
    position: relative;
	box-shadow: 1px 1px 3px rgba(0,0,0,0.3);
}
.top_item_box_text{
	padding: 10px 20px 20px;
}
.top_item_box_text h3{
	padding-bottom: 10px;
}
.top_item_box_text p{
	font-size: 12px;
}
.top_item_box a{
    width: 100%;
    height: 100%;
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
}
.top_more_btn{
    text-align: center;
    margin: 20px auto 0;
}
.instabtn{
	margin-top: -20px !important;
}
.top_more_btn a{
    display: inline-block;
    font-size: 20px;
    border: 1px solid;
    padding: 5px 100px;
}
.top_sns_items{
    display: flex;
    justify-content: space-between;
	flex-wrap: wrap;
}
.top_sns_items a{
	flex-basis: 30%;
}
.top_sns_item{
    display: flex;
    align-items: center;
    border: 1px solid;
    padding: 10px 20px;
    box-sizing: border-box;
    margin-bottom: 20px;
    justify-content: space-between;
	font-weight: bold;
	position: relative;
}
.top_sns_item img{
	width: 30px;
}
.top_sns_item a{
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


@media screen and (max-width: 1200px) {
.top_base {
	margin: 0;
		background: rgb(231,231,231);
}
.top_area {
	padding: 100px 15px;
	width: 100%;
	margin: auto;
	box-sizing: border-box;
}
.top_area2 {
	padding: 100px 15px;
	width: 100%;
	margin: auto;
	box-sizing: border-box;
}

}
@media screen and (max-width: 768px) {
	.top_area header h2,.top_area2 header h2 {
		font-size: 1.3em;
	}
	.top_select {
		width: 95%;
		display: block;
		text-align: center;
	}
	.top_select_box {
		width: 100%;
		text-align: center;
	}
	.top_select_box select {
		width: 100%;
		height: 30px;
	}
	.top_news_list{
		
	}
	.top_news_box {
		width: 49%;
		margin-bottom: 10px;
		background-color: #fff;
	}
	.top_news_box_thum {
		width: 100%;
		position: relative;
	}
	.top_news_box h3 {
		padding: 5px 10px;
/*		font-family: 'Noto Serif JP', serif;*/
		font-weight: 300;
	}
	.top_news_box p {
		padding: 0 10px 15px;
		font-size: 12px;
	}
	.top_news_box a{
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}
	.top_news_box h4 {
		font-size: 12px;
		padding: 5px;
	}
	.top_sale_box {
		width: 100%;
		margin-bottom: 30px;
		background-color: #fff;
		display: flex;
	}
	.top_sale_box_thum {
		width: 40%;
		padding: 5px 0 5px 5px;
		line-height: 1;
	}
	.top_sale_box_thum img {
		width: 100%;
		aspect-ratio: 4/3;
		object-fit: cover;
	}
	.top_sale_box_text {
		width: 60%;
		height: auto;
	}
	.top_sale_box h3 {
		font-size: 12px;
	}

	.top_sale_box h4 {
		padding: 10px;
		font-size: 12px;
		font-weight: bold;
	}
	.top_sale_box p {
		padding: 10px 10px 15px;
		font-size: 12px;
	}
	.top_sale_list{
		margin-top: 0;
	}
	.top_select_clear{
		margin: 20px auto;
	}
	.recommend{
		flex-wrap: wrap;
		line-height: 2;
	}
	.top-service-item{
		flex-basis: 45%;
	}
	.top_area{
		padding: 30px 15px;
	}
	.top_area2 {
		padding: 30px 0px;
		background: #000;
	}
	.top_area2 h2{
		color: #fff;
	}
	.top_item_list{
		gap: 2%;
		margin-bottom: 0;
	}
	.top_item_box{
		flex-basis: 49%;
		margin-bottom: 10px;
	}
	.top_area header h2 span{
		font-size: 60%;
		display: block;
		padding-left: 0;
	}
	.top_building_btn_area{
		display: block;
		font-size: 80%;
	}
	.top_building_btn_area p{
		flex-basis: 60%;
		padding: 10px;
		display: flex;
		align-items: center;
	}

	.top_building_btn_area a{
		padding: 10px;
		display: flex;
		justify-content: center;
		width: 90%;
		margin: 0 auto 8px;
		font-size: 90%;
		}
	.top-service-items{
			margin-top: 0px;
		}
	.top_sns_item{
			padding: 10px;
		}
	.top_sns_items a{
			flex-basis: 48%;
		}
	.top_blog_box {
		width: 100%;
		margin-bottom: 5px;
		display: flex;
		padding: 0;
	}
	.top_blog_box_thum {
		width: 40%;
		padding: 0;
	}
	.top_blog_box_thum img {
		display: block;
	}
	.top_blog_list{
		padding: 0 15px;
		margin-top: 0;
	}
	.top-blog-item-title{
		margin: 0 10px;
		width: 90%;
		text-align: left;
		font-size: 12px;
	}
	.top-blog-item-title h3{
		border: none;
	}
	.top-blog-text-area {
		width: 60%;
		height: 100%;
	}
	.top-blog-item-text{
		margin-top: 10px;
		font-size: 12px;
	}
	.top_area2 .top_blog_box{
		color: #000;
	}
	.top_area2 .top_more_btn a{
		background: rgb(124,124,124);
		border: none;
		color: #fff;
	}
	.top_item_box_text{
		padding: 10px;
	}
	.top_item_box_text h3{
		font-size: 12px;
	}
	.top_sns span{
		font-size: 12px;
	}
	.bg_w{
		background: #fff;
	}
	.bg_w .top_item_box,.bg_w .top_sale_box{
		background: rgb(231,231,231);
		margin-bottom: 15px;
	}
	.top_more_btn a{
	    font-size: 14px;
    	border: 1px solid;
	}
	.footer_bg{
		border: none;
	}
	.top_more_btn{
		margin-top: 10px;
	}
	.instabtn{
		margin-top: 0!important;
	}
}

/*-----------------------------------------------------------------
ページヘッダー部分
-----------------------------------------------------------------*/
.page-header{
    display: flex;
    margin: auto;
	padding: 20px;
}
.page-header-logo-area{
	flex-basis: 20%;
}
.page-header-logo-area h1 a{
    display: flex;
    gap: 20px;
    margin-bottom: 10px;
    align-items: center;
}
.page-header-logo-area h1 img{
	max-width: 130px;
	object-fit: contain;
}
.top-batu{
	width: 25px;
	height: 25px;
}
.page-header-menu-area ul{
    display: flex;
    font-size: 13px;
    font-weight: bold;
    padding-right: 40px;
    justify-content: end;
    margin: 10px;
}
.page-header-menu-area{
	flex-grow: 1;
}
.page-header-menu-up{
    gap: 10px;
}
.page-header-menu-up a{
	color: #fff;
}
.page-header-menu-up li{
    padding: 3px 30px;
}
.page-header-line{
    background: #06c755;
}
.page-header-renovation{
    background: #000;
    position: relative;
    padding: 3px 5px !important;
    width: 180px;
	text-align: center;
}
.page-header-renovation::before{
    width: 0;
    height: 0;
    border-left: 95px solid transparent;
    border-right: 95px solid transparent;
    border-bottom: 15px solid #000;
    padding-top: 10px;
    padding-bottom: 0;
    position: absolute;
    content: "";
    top: -25px;
    left: 0;
}
.page-header-info-under{
	gap: 4%;
}
.page-header-sns a:last-child{
	margin-left: 5px;
}
.page-header-sns a img{
	width: 25px;
}
.page-header button{
	background: rgba(0,0,0,0.5);
}
.page-topimg{
    width: 100%;
    height: 300px;
}
.page-topimg img{
    object-fit: cover;
    width: 100%;
    height: 100%;
}
@media screen and (max-width: 768px){
	.page-header{
		padding: 15px;
	}
	.page-header-logo-area{
		flex-basis: 80%;
	}
	.page-header-logo-area h1{
		font-size: 80%;
	}
	.page-header-logo-area h1 img{
		width: 120px;
	}
	.top-batu{
		width: 25px!important;
	}
}
/*-----------------------------------------------------------------
アーカイブページ
-----------------------------------------------------------------*/
.page-title{
    background: #000;
    color: red;
    padding: 7px 20px;
    font-size: 120%;
	margin-top: 80px;
}
.page-select-hr{
    border-top: 2px solid rgba(156,156,156,0.3);
    background: #fff;
}
.recommend{
    width: 95%;
    margin: 20px auto 50px;
    display: flex;
	font-size: 80%;
}
.recommend p:not(:first-child){
    margin-left: 10px;
    border-bottom: 1px solid;
}
.archive-area{
    display: flex;
    flex-wrap: wrap;
    gap: 5%;
    margin: 50px auto;
    width: 95%;
}
.archive-item{
	flex-basis: 30%;
	margin-bottom: 50px;
	position: relative;
}
.archive-item a>img{
	width: 100%;
	aspect-ratio:3/2;
	object-fit: cover;
}
.archive-pagination{
	text-align: center;
	margin-bottom: 100px;
}
.archive-pagination a{
	margin: 0 1%;
}

@media screen and (max-width: 768px){
	.archive-item{
		flex-basis: 47%;
	}
}
/*-----------------------------------------------------------------
アーカイブsaleページ
-----------------------------------------------------------------*/
.archive-sale{
	display: block;
	justify-content: space-between;
	max-width: 1500px;
	width: 95%;
	margin: 50px auto;
}
.archive-sale-left{
	flex-basis: 28%;
	margin: 50px auto;
}
.archive-sale-left h3{
	font-size: 20px;
	margin-bottom: 15px;
}
.archive-sale-search{
    border: 1px solid #999;
    padding: 20px;
}
.search-check-area{
	margin-top: 10px;
}
.search-check-area label{
    width: 100px;
    display: inline-block;
    font-size: 14px;
    margin-right: 10px;
}
.archive-sale-search h4 input{
	margin-left: 5px;
}
.search-submit-area{
	margin-top: 40px;
}
.search-submit-area input{
    border: none;
    width: 90%;
    padding: 15px;
    font-size: 16px;
    margin-left: 5%;
    background: #bbb;
    color: #fff;
    font-weight: bold;
    letter-spacing: 1px;
}
.archive-sale-right{
	flex-basis: 70%;
}
.archive-sale-pict{
    border: 2px solid;
    padding: 0 5px;
    color: #777;
    font-size: 90%;
    margin-right: 8px;
    border-radius: 5px;
}
.archive-rent-pict{
    padding: 0 5px;
    color: #fff;
	background: #333;
    font-size: 90%;
    margin-right: 8px;
    border-radius: 5px;
}
.archive-sale-item-title{
	margin: 5px 0 10px;
	font-size: 14px;
}
.archive-item p{
	font-size: 10px;
}
.pagination-container {
    text-align: center;
    padding: 20px 0;
}

.pagination-container a {
    padding: 5px 10px;
    margin: 0 5px;
    border: 1px solid #ccc;
    text-decoration: none;
}

.pagination-container a:hover {
    background-color: #f5f5f5;
}


@media screen and (max-width: 768px){
	.archive-sale{
		display: block;
		margin-top: 20px;
		width: 90%;
	}
	.archive-sale-left h3{
		background: #aaa;
		color: #fff;
		text-align: center;
		padding: 10px;
		cursor: pointer;
		position: relative;
		margin-bottom: 0;
	}
	.archive-sale-left h3::after{
		content: "";
		width: 12px;
		height: 12px;
		border-bottom: 2px solid #fff;
		border-right: 2px solid #fff;
		top: 30%;
		right: 30%;
		position: absolute;
		transform: rotate(45deg);
	}
	.archive-sale-search{
		display: none;
	}
}

/*-----------------------------------------------------------------
シングルページ
-----------------------------------------------------------------*/
.single-top-pictarea{
    display: flex;
    margin: 30px auto;
    width: 95%;
    justify-content: space-between;
    align-items: center;
}
.single-back-btn{
    display: flex;
    align-items: center;
}
.single-back-btn img{
	width: 30px;
}
.single-back-btn p{
	margin-left: 10px;
}
.single-top-snspict{
	margin-top: 50px;
}
.single-top-snspict a{
	margin-left: 10px;
}
.single-top-snspict img{
	width: 40px;
}
.single-works-title{
    width: 1200px;
    margin: 0 auto 20px;
    font-size: 24px;
    padding: 10px;
    background-color: rgb(73,75,77);
    color: #fff;
}
.single-works-contents{
    margin: auto;
    width: 1200px;
    display: flex;
    justify-content: space-between;
}
.single-works-contents-left{
    flex-basis: 35%;
}
.pc .single-works-contents-left{
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    height: 100%;
    overflow-y: auto;
}
.single-works-contents-left h2{
	font-size: 40px;
	margin-bottom: 15px;
}
.single-works-contents-left h3{
    font-size: 18px;
    margin: 15px auto;
}
.single-works-contents-left p{
    font-size: 16px;
    margin-bottom: 30px;
    line-height: 2;
}
.single-works-heart{
	margin: 20px 0;
	width: 60px;
}
.single-works-madoriarea{
	position: relative;
    width: 90%;
}
.single-works-madori-img{
    border: 2px solid rgba(156,156,156,0.3);
}
.plus-mark a::after{
    content: "";
    position: absolute;
    top: 5px;
    right: 5px;
    width: 21px;
    height: 21px;
    background: url("../img/ic_zoom.png") no-repeat;
}
.printing a{
    background: #9c9c9c;
    display: flex;
    justify-content: center;
    color: #fff;
    align-items: center;
    gap: 8px;
    width: 250px;
    height: 55px;
}
.printing img{
	width: 25px;
}
.printing p{
    font-size: 16px;
    font-weight: bold;
	margin-bottom: 0;
}
.single-works-contents-right{
	flex-basis: 60%;
	overflow: hidden;
}
.single-img{
	margin-bottom: 20px;
}
.single-img img{
    max-height: 600px;
    object-fit: contain;
}
.single-img-text{
    position: absolute;
    top: 0;
    left: 0;
    margin: 30px;
    background: rgba(255,255,255,0.8);
    width: 790px;
    height: 500px;
    display: flex;
    align-items: center;
	transition: opacity 0.5s;
	opacity: 0;
}
.single-img:hover .single-img-text{
	display: flex;
	transition: opacity 0.54s;
	opacity: 1;
}
.single-img-text-in{
	margin: 0 120px;
}
.single-img-text h3{
    margin-bottom: 20px;
    font-size: 18px;
}
.single-img-text p{
    font-size: 13px;
    line-height: 2;
}
.single-img-other{
	margin-top: 10px;
}
.single-img-other img{
    width: 100%;
    object-fit: contain;
    margin: auto;
    max-height: 700px;
}
.s_works_free{
    margin: 50px auto;
    max-width: 1200px;
    width: 90%;
}
.s_works_free img{
	width: 100%;
	margin-bottom: 30px;
}
.s_works_free p{
	margin-bottom: 15px;
}
.related-information{
    width: 90%;
    max-width: 1500px;
    margin: 50px auto;
}
.related-information h3{
    font-size: 24px;
    margin-bottom: 20px;
}
.related-items{
    display: flex;
    gap: 2%;
}
.related-items a{
	flex-basis: 32%;
}
.related-item img{
	width: 100%;
	aspect-ratio: 3/2;
	object-fit: cover;
}
.related-item p{
	margin-top: 20px;
}





.post-navigation {
    display: flex;
    justify-content: space-between;
    padding: 1rem;
    width: 1200px;
    margin: 10px auto 30px;
}
.nav-previous,
.nav-next {
    padding: 0.5rem 1rem;
    font-size: 16px;
    transition: background-color 0.3s ease-in-out;
    background-color: rgb(73,75,77);
    border-radius: 25px;
}
.nav-previous a,.nav-next a{
	color: #fff;
}


@media screen and (max-width:768px){
	.single-top-pictarea{
		width: 90%;
		margin-bottom: 0px;
		align-items: flex-start;
	}
	.single-back-btn img{
		width: 20px;
	}
	.single-top-snspict{
		margin-top: 0;
	}
	.single-top-snspict img{
		width: 30px;
	}
	.single-top-snspict a{
		margin-left: 5px;
	}
	.single-sale-title-sp{
	    margin-bottom: 10px;
    	font-weight: 100;
	}
	.single-sale-top-right h4{
		margin: 10px 0;
	}
	.single-works-title{
	    width: 100%;
    	font-size: 20px;
	}
	.single-works-contents{
		display: block;
		width: 95%;
	}
	.single-works-contents-left p{
		font-size: 14px;
	}
	.single-works-contents-right{
		width: 100%;
	}
	.single-img{
		margin-bottom: 5px;
	}
	.single-img-text{
	    opacity: 1;
		position: relative;
		width: 100%;
		background: #efefef;
		padding: 20px;
		height: auto;
		margin: 10px auto;
		box-sizing: border-box;
	}
	.single-img-text-in{
		margin: 0;
	}
	.single-img-text h3{
		font-size: 16px;
		margin-bottom: 10px;
	}
	.single-img-text p{
		font-size: 12px;
		line-height: 1.5;
	}
	.related-items{
		display: block;
	}
	.related-item p{
		margin: 0 0 30px;
	}
	.post-navigation{
	    justify-content: space-between;
		width: 100%;
		box-sizing: border-box;
	}
	.nav-previous, .nav-next{
		width: 100px;
		text-align: center;
	}
}
/*-----------------------------------------------------------------
シングルセールページ
-----------------------------------------------------------------*/
.single-sale-contents{
    width: 90%;
    margin: auto;
    max-width: 1500px;
}
.single-sale-contents h3{
	font-size: 20px;
	margin-bottom: 20px;
}
.single-sale-top{
    display: flex;
    align-items: end;
    justify-content: space-between;
	margin-bottom: 80px;
}
.single-sale-top-left{
	flex-basis: 64%;
}
.single-sale-swiper-container {
    width: 100%;
	position: relative;
}

.single-sale-swiper-container .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
	width: 100% !important;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.single-sale-swiper-container .swiper-slide img{
    aspect-ratio: 7/5;
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.single-sale-swiper-pagination{
    position: absolute;
    z-index: 1;
    text-align: right;
    padding-right: 20px;
    box-sizing: border-box;
	bottom: 20px!important;
}
.single-sale-swiper-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
	background-color: #fff;
	margin: 0 8px!important;
}
.single-sale-top-right{
	flex-basis: 34%;
}
.single-sale-top-rogo{
	margin: 50px 10px;
}
.single-sale-top-right h3{
    font-size: 20px;
    margin-bottom: 30px;
	font-weight: 400;
}
.single-sale-top-right h4{
	margin-bottom: 15px;
}
.single-sale-top-right p{
	line-height: 2;
	margin-bottom: 15px;
}
.single-sale-middle,.single-sale-under{
    display: flex;
    justify-content: space-between;
    margin-bottom: 80px;
}
.single-sale-middle-left{
	flex-basis: 48%;
}
.single-sale-middle-left h4{
    background: #000;
    display: inline-block;
    padding: 10px 5%;
    color: #fff;
    margin-bottom: 10px;
}
.single-sale-middle-left table{
    width: 100%;
    border: 1px solid #ccc;
}
.single-sale-middle-left tr:not(:last-child){
	border-bottom: 1px solid #ccc;
}
.single-sale-middle-left th{
    padding: 10px 0;
    border-right: 1px solid #ccc;
}
.single-sale-middle-left td{
	padding: 10px;
}
.single-sale-middle-right{
	flex-basis: 48%;
}
.single-sale-middle-right table{
	margin-bottom: 20px;
}
.single-sale-middle-right td{
	padding: 0 0 10px 5px;
}
.single-sale-under>div{
    border: 1px solid #ccc;
    padding: 20px;
    box-sizing: border-box;
    position: relative;
}
.single-sale-under-left{
    flex-basis: 58%;
}
.single-sale-under-left th{
	width: 40%;
	text-align: left;
	padding: 5px;	
}
.single-sale-under-left td{
	width: 60%;
	padding: 5px;
}
.single-sale-under-right{
    flex-basis: 40%;
}
.single-sale-under-plus-mark{
	position: absolute;
	bottom: 20px;
	right: 20px;
	font-size: 120%;
}
.single-sale-under-plus-mark span{
    margin-left: 10px;
    border: 1px solid #999;
    height: 30px;
    width: 30px;
    display: inline-block;
    text-align: center;
    border-radius: 50%;
}
.single-sale-under-right table {
  width: 100%;
}
.single-sale-under-right tbody{
	font-size: 90%;
}
.single-sale-under-right th, .single-sale-under-right td {
  padding: 5px;
  text-align: left;
}
.single-sale-under-right th {
  width: 55%;
}
.single-sale-under-text{
    font-size: 90%;
    margin-top: 20px;
}
.buttons{
    display: flex;
    justify-content: center;
    gap: 20px;
	margin-bottom: 50px;
}
.buttons-printing{
    width: 250px;
    height: 55px;
}
.contact-btn{
    padding: 0;
    margin-top: 0;
    width: 250px;
    height: 55px;
    background: rgb(21,155,197);
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-weight: bold;
	position: relative;
	color: #fff;
}
.contact-btn a{
	color: #fff;
}
@media screen and (max-width:768px){
	.single-sale-contents tbody{
		font-size: 13px;
	}
	.single-sale-contents h3{
		font-size: 16px;
	}
	.single-sale-top{
		display: block;
	}
	.single-sale-top-rogo{
		margin: 20px 10px;
	}
	.single-sale-top-right p{
    font-size: 12px;
    line-height: 2;
	}
	.single-sale-middle, .single-sale-under{
		display: block;
		margin-bottom: 30px;
	}
	.single-sale-middle-left{
		margin-bottom: 30px;
	}
	.single-sale-under-left{
		height: auto;
	}
	.buttons{
		margin: 0 10px 30px;
	}
	.contact-btn,.buttons-printing{
		font-size: 14px;
		width: 100%;
		height: 45px;
	}
}

/*-----------------------------------------------------------------
serviceページ
-----------------------------------------------------------------*/
.service-page{
	position: relative;
}
.service-items {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.service-item {
  flex-basis: 25%;
  height: 600px;
  transition: flex-basis 0.3s ease;
}
.service-item img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.service-menu{
    background: #000;
    position: absolute;
    width: 100%;
    height: 40px;
    top: 70px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    font-size: 20px;
}
.service-menu a{
	color: red;
}
.service-menu a:hover{
	color: #fff;
}
.service-menu h3{
	color: red;
}
.service-menu-sub{
    position: absolute;
    width: 100%;
    background: rgba(0,0,0,0.5);
    top: 110px;
    color: #fff;
    display: flex;
    gap: 30px;
    list-style: none;
    height: 60px;
    align-items: center;
}
.menu1-sub{
	padding-left: 4%;
}
.menu2-sub{
	padding-left: 13%;
}
.menu3-sub{
	padding-left: 46%;
}
.menu4-sub{
	padding-left: 65%;
}
.service-menu-sub a {
  position: relative;
  text-decoration: none;
  color: #fff;
}
.service-menu-sub a:after {
  content: '';
  position: absolute;
  width: 0;
  height: 2px;
  bottom: -7px;
  left: 50%;
  background-color: #fff;
  transition: width 0.3s ease 0s, left 0.3s ease 0s;
}
.service-menu-sub a:hover:after {
  width: 100%;
  left: 0;
}

@media screen and (max-width:768px){
	.service-page-sp{
		width: 90%;
		margin: 20px auto;
	}
	.service-item-sp{
		margin-bottom: 26px;
		border-bottom: 1px solid #aaa;
		padding-bottom: 20px;
		display: block;
	}
	.service-item-sp-top{
    display: flex;
    justify-content: space-between;	
	}
	.rev{
		flex-direction: row-reverse;
	}
	.service-sp-img{
		flex-basis: 60%;
	}
	.service-sp-img img{
    width: 100%;
    aspect-ratio: 5/3;
    object-fit: cover;
	}
	.service-sp-title{
		padding-top: 20px;
		flex-basis: 35%;
	}
	.service-sp-title p{
		font-size: 12px;
	}
	.service-menu-sub-sp{
		margin-top: 15px;
	}	
	.service-menu-sub-sp li{
    list-style: none;
    padding: 7px 0;
    border-top: 1px solid #ccc;
    font-size: 13px;
	position: relative;
	}
	.service-menu-sub-sp li:last-child{
		border-bottom: 1px solid #ccc;
	}
	.service-menu-sub-sp li::after{
    content: "＞";
    position: absolute;
    top: 5px;
    right: 15px;
    background: #000;
    border-radius: 50%;
    width: 15px;
    height: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 10px;
    padding: 4px 4px 5px 6px;	
	}
}

/*-----------------------------------------------------------------
service-renovationページ
-----------------------------------------------------------------*/
.single-service-page{
	position: relative;
}
.single-service-top{
	display: flex;
	max-width: 1500px;
	margin: 0 auto 100px;
}
.single-service-top-img{
	flex-basis: 60%;
}
.single-service-top-img img{
    width: 100%;
    height: 550px;
    object-fit: cover;
}
.single-service-top-text{
    flex-basis: 40%;
    padding: 190px 50px 0;
    box-sizing: border-box;
}
.single-service-top-text h2{
    font-size: 20px;
    margin-bottom: 40px;
}
.single-service-top-text p{
	line-height: 2;
}
.single-service-items{
    display: flex;
    margin: 0 auto 100px;
    width: 90%;
    max-width: 1200px;
    justify-content: space-between;
}
.single-service-item{
    flex-basis: 30%;
    display: flex;
    flex-direction: column;
}
.single-service-item h3{
	font-size: 18px;
	margin-bottom: 30px;
}
.single-service-item p{
	line-height: 1.7;
	margin-bottom: 70px;
}
.single-service-item-img{
    width: 80%;
    margin: auto auto 0;
}
.single-service-item-img img{
	width: 100%;
	aspect-ratio:1/1;
	border-radius: 50%;
	object-fit: cover;
}
.single-service-soudan{
    max-width: 800px;
    width: 95%;
    margin: 0 auto 100px;
    display: flex;
    justify-content: center;
    gap: 20px;
    border: 4px solid #3196fe;
    padding: 30px;
    box-sizing: border-box;
	align-items: center;
}
.single-service-soudan-text h3{
    font-size: 110%;
    margin-bottom: 10px;
}
.single-service-flow-img{
    width: 95%;
    margin: 0 auto 50px;
    max-width: 1500px;
}
.single-service-flow-img img{
	width: 100%;
}
.single-service-foot{
    max-width: 1500px;
    margin: 0 auto 100px;
    width: 95%;
}
.single-service-foot h3{
    font-size: 18px;
    margin-bottom: 20px;
}
.single-service-foot-items{
    display: flex;
    gap: 2.5%;
    flex-wrap: wrap;
}
.single-service-foot-item{
	flex-basis: 18%;
}
.single-service-foot-img img{
	width: 100%;
	aspect-ratio: 3/2;
	object-fit: cover;
}

@media screen and (max-width:768px){
	.single-service-top{
    display: block;
    width: 95%;
    margin: 20px auto 20px;
	}
	.single-service-top-img img{
		height: auto;
	}
	.single-service-top-text{
		padding: 10px;
		margin-top: 30px;
	}
	.single-service-top-text h2{
		margin-bottom: 10px;
	}
	.single-service-items{
		display: block;
		margin-bottom: 50px;
	}
	.single-service-item{
    background: #eee;
    padding: 20px;
	margin-bottom: 30px;
	}
	.single-service-item h3,.single-service-item p{
		margin-bottom: 10px;
	}
	.single-service-item-img{
		width: 100%;
	}
	.single-service-item-img img{
		aspect-ratio: auto;
		border-radius: 0;
	}
	.single-service-soudan{
		margin-bottom: 30px;
	}
	.single-service-foot-items{
		display: block;
	}
	.single-service-foot h3{
		margin-bottom: 0;
	}
	.single-service-foot-item{
		display: flex;
		padding: 20px 0;
	}
	.single-service-foot-item:not(:last-child){
		border-bottom: 1px solid #ccc;	
	}
	.single-service-foot-img{
		flex-basis: 40%;
	}	
	.single-service-foot-item h4{
		padding: 20px;
	}	
	.single-service-foot{
		margin-bottom: 0;
	}
	#s_service_menu_title_sp{
		margin-top: 10px; 
	}
	.s_service_menu_sp{
    background: #000;
    color: #fff;
    padding: 10px 20px;
    font-size: 13px;
    border-bottom: 1px solid #fff;
	position: relative;
	}
	.s_service_menuall_sp{
		display: none;
	}
	.s_service_menu_sub_sp{
    font-size: 13px;
    list-style: none;
	display: none;
	}
	.s_service_menu_sub_sp li{
    color: #56392b;
    border-bottom: 1px solid #333;
	position: relative;
	}	
	.s_service_menu_sub_sp li::after{
		content: url("../img/yajirushi-gray.png");
		position: absolute;
		top: -3px;
		right: 10px;
		transform: rotate(90deg);	
	}	
	.s_service_menu_sub_sp li a{
		display: block;
	    padding: 10px 20px;
	}	
}

/*-----------------------------------------------------------------
companyページ
-----------------------------------------------------------------*/
.company-topimg img{
    width: 100%;
    height: 200px;
    object-fit: cover;
}
.company-contents,.build-contents{
    margin: 70px auto 70px;
    padding: 50px 5% 50px;
    max-width: 915px;
    border: 1px solid #ccc;
    width: 95%;
    box-sizing: border-box;
}
.company-contents h3{
    font-size: 20px;
    margin-bottom: 30px;
}
.company-table{
	font-size: 14px;
}
.company-table th{
    width: 17%;
    text-align: left;
}
.company-table th,.company-table td{
	padding-top: 20px;
	line-height: 2;
}
.map-container {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%; /* for a 16:9 aspect ratio */
  height: 0;
  margin-top: 20px;
}

.responsive-iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}



@media screen and (max-width:768px){
	.company-contents{
		margin: 10px auto;
		padding: 30px 5%;
	}
	.company-contents h3{
		font-size: 18px;
		margin-bottom: 10px;		
	}
	.company-table th, .company-table td{
		padding-top: 15px;
		line-height: 1.7;
	}
	
	.company-contents table {
		width: 100%; /* Adjust this value as needed */
		table-layout: fixed; /* This makes the table respect the set width */
	}
	.company-table th{
		width: 24%;
	}
	.company-table td{
		font-size: 12px;
	}	
/*	.company-contents td, th {
		overflow: hidden; 
		white-space: nowrap;
		text-overflow: ellipsis;
	}

	.company-contents td.wrap, th.wrap {
		white-space: normal;
		word-wrap: break-word;
		word-break: break-all;
	}
*/
	.map-container{
		margin-top: 20px;
	}
}


/*-----------------------------------------------------------------
archivenewsページ
-----------------------------------------------------------------*/
.news-category{
    margin: auto;
    padding: 10px;
    border-bottom: 1px solid #ccc;
}
.news-category ul{
    margin: auto;
    width: 65%;
    text-align: center;
    list-style: none;
    display: flex;
    justify-content: space-between;
}
.news-category li{
    width: 16.66%;
    font-size: 0.75em;
}
.news-category li span{
    display: block;
    margin: 0;
/*    font-family: Helvetica;*/
    font-size: 1.25em;
    font-weight: bold;
}
.news-category a{
	color: #aaa;
	transition: color 0.5s;
}
.news-category a:hover{
	color: #000;
}
.archive-news-left{
	flex-basis: 16%;
}
.archive-news-left h3{
	font-size: 18px;
}
.archive-news-left ul{
    list-style: none;
    margin-top: 20px;
}
.archive-news-left li{
	margin-bottom: 10px;
	font-size: 14px;
}
.archive-news-right{
	flex-basis: 83%;
}
.archive-news-area{
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
	margin-bottom: 100px;
}
.archive-news-item{
    padding: 20px;
    flex-basis: 33.33%;
    box-sizing: border-box;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
	position: relative;
	display: block;
}
.archive-news-item-img img{
    width: 100%;
    aspect-ratio: 3/2;
    object-fit: cover;
}
.archive-news-date{
    font-size: 13px;
    border-bottom: 1px solid #ccc;
    text-align: right;
    padding: 2px 0 3px;
}
.archive-news-title{
    padding: 10px;
    letter-spacing: 1.2px;
}
.archive-news-item-text{
    font-size: 13px;
    margin-bottom: 50px;
}
.news-arrow{
    position: absolute;
    bottom: 15px;
    right: 30px;
}
.archive-news-area .top_pin{
    top: 25px;
    right: 25px;
}

@media screen and (max-width:768px){
	.news-category ul{
		flex-wrap: wrap;
		width: 95%;
		gap: 20px;
	}
	.news-category li{
		width: 26%;
	}
	.archive-news-left{
		width: 100%;
		margin: auto;	
	}
	.archive-news-left ul{
		display: flex;
		justify-content: space-around;
		flex-wrap: wrap;
	}
	.archive-news-item{
		flex-basis: 100%;
	}
	.archive-news-title{
		font-size: 14px;
	}
	.archive-news-item-text{
		margin-bottom: 10px;
	}
}
/*-----------------------------------------------------------------
single-newsページ
-----------------------------------------------------------------*/
.single-news-page{
    width: 95%;
    margin: 50px auto;
    max-width: 1500px;
	display: flex;
	justify-content: space-between;
}
.single-news-left{
	flex-basis: 10%;
}
.single-news-right{
	flex-basis: 88%;
    border: 1px solid #ccc;
    padding: 40px;
    box-sizing: border-box;
}
.single-news-top{
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #ccc;
    padding-bottom: 20px;
}
.single-news-title{
    flex-basis: 35%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.single-news-title h3{
    font-size: 18px;
    margin-bottom: 10px;
}
.single-news-date{
	font-size: 13px;
}
.single-news-img{
	flex-basis: 60%;
}
.single-news-img img{
    width: 100%;
    aspect-ratio: 5/3;
    object-fit: cover;
}
.single-news-foot{
    margin-top: 20px;
    font-size: 14px;
    line-height: 1.8;
}
.single-news-foot p{
	margin-bottom: 20px;
}
.single-news-foot-left{
    flex-basis: 70%;
}
.single-news-foot-right{
	flex-basis: 25%;
}
.single-news-text p{
    font-size: 14px;
    margin-bottom: 20px;
}
.single-news-btn p{
    display: inline-block;
    background: rgb(21,155,197);
    color: #fff;
    padding: 10px 5%;
    margin-bottom: 20px;
}
.single-news-nav{
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    padding: 20px 0;
    border-top: 1px solid #aaa;
    border-bottom: 1px solid #aaa;
    margin: 50px auto;
}
.single-news-nav>div{
	flex-basis: 50%;
}
.single-news-nav-previous{
	padding-right: 25px;
	margin-right: 25px;
	border-right: 1px solid #aaa;
}
.single-news-nav a{
    display: flex;
    justify-content: space-between;
    align-items: center;
	gap: 3%;
}
.single-news-nav-next a{
	flex-direction: row-reverse;
}
.single-news-nav a img{
	max-width: 80px;
}
.single-news-nav-yajirusi{
	font-size: 20px;
	color: #aaa;
}

@media screen and (max-width:768px){
	.single-news-page{
		display: block;
		margin-top: 30px;
	}
	.single-news-left{
		margin-bottom: 30px;
	}
	.single-news-top,.single-news-foot{
		display: block;
	}
	.single-news-title{
		margin-bottom: 20px;
	}
	.single-news-title h3{
		font-size: 16px;
	}
	.single-news-foot{
		font-size: 12px;
	}
	.single-news-foot figure{
		margin-bottom: 5px;
	}
	.single-news-foot .single-top-snspict{
		margin-top: 40px;
	}
	.single-news-nav a{
		justify-content: flex-start;
		gap: 10%;
	}
	.single-news-nav a img{
		width: 50%;
	}

}
/*-----------------------------------------------------------------
archive-blogページ
-----------------------------------------------------------------*/
.archive-blog-top-img img{
	width: 100%;
	height: 200px;
	object-fit: cover;
}
.archive-blog-left{
	flex-basis: 20%;
}
.archive-blog-left h3{
	font-size: 18px;
	margin-bottom: 10px;
}
.archive-blog-left ul{
	list-style: none;
	margin-bottom: 30px;
	font-size: 14px;
}
.archive-blog-left li{
	margin-bottom: 5px;
}
.archive-blog-right{
	flex-basis: 80%;
}
.archive-blog-new{
	display: flex;
	justify-content: space-between;
	margin-bottom: 50px;
	position: relative;
}
.archive-blog-new-img{
	flex-basis: 60%;
}
.archive-blog-new-text{
	flex-basis: 35%;
}
.archive-blog-right h3{
	font-size: 18px;
	margin-bottom: 10px;
}
.archive-blog-date{
	font-size: 13px;
	color: #aaa;
	margin-bottom: 20px
}
.archive-blog-text-p{
	font-size: 14px;
	line-height: 1.7;
}
.archive-blog-area{
    display: flex;
    gap: 5%;
    flex-wrap: wrap;
}
.archive-blog-item{
	flex-basis: 30%;
}
.archive-blog-item-img img{
	width: 100%;
	aspect-ratio: 3/2;
	object-fit: cover;
}
@media screen and (max-width:768px){
	.archive-blog-left ul,.archive-blog-left ul{
		display: flex;
		gap: 10%;
		flex-wrap: wrap;
	}
	.news-arrow{
		display: none;
	}
	.archive-blog-right h3{
		margin: 0;
		font-size: 16px;
	}
	.archive-blog-date{
		margin-bottom: 10px;
		font-size: 11px;
	}
	.archive-blog-item{
		flex-basis: 47%;
		max-width: 47%;
	}
	.archive-blog-left h3,.archive-news-left h3{
		background: #000;
		color: #fff;
		padding: 5px 10px;
	}
	.archive-blog-new{
		display: block;
	}
	.archive-blog-text-p{
		font-size: 12px;
	}
	.archive-blog-area .archive-blog-title{
		font-size: 14px;
		white-space: nowrap;
		width: 100%; /* この幅を超えるとテキストは省略されます */
		overflow: hidden;
		text-overflow: ellipsis;
		display: block;
	}
}
/*-----------------------------------------------------------------
single-blogページ
-----------------------------------------------------------------*/
.single-blog-top{
    display: flex;
    justify-content: space-between;
    margin: 50px auto;
    width: 95%;
    max-width: 1500px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 50px;
}
.single-blog-left{
	flex-basis: 15%;
}
.single-blog-center{
	flex-basis: 55%;
}
.single-blog-title{
	margin-bottom: 30px;
}
.single-blog-title h3{
	font-size: 20px;
	margin-bottom: 10px;
}
.single-blog-date{
	font-size: 13px;
	color: #aaa;
}
.single-blog-img img{
	width: 100%;
}
.single-blog-right{
    flex-basis: 20%;
    align-self: flex-end;
}
.single-blog-contributor img{
	width: 60%;
	aspect-ratio: 1/1;
	border-radius: 50%;
	object-fit: cover;
}
.single-blog-contributor p{
    font-size: 13px;
    margin-top: 10px;
}
.single-blog-foot{
    width: 95%;
    max-width: 1000px;
    margin: 50px auto;
    display: block;
}
.single-blog-foot p{
	font-size: 14px;
	margin-bottom: 7px;
}
.single-blog-page figure{
	margin-top: 1em;
}
@media screen and (max-width:768px){
	.single-blog-top{
		display: block;
		margin: 20px auto;
		padding-bottom: 20px;
	}
	.single-blog-title{
		margin-bottom: 10px;
	}
	.single-blog-title-img{
		display: block;
	}
	.single-blog-contributor{
		display: flex;
		padding: 10px;
		justify-content: space-between;
	}
	.single-blog-contributor img{
		width: 35%;
	}
	.single-blog-contributor div{
		flex-basis: 62%;
	}
	.single-back-btn{
		margin-bottom: 30px;
	}
	.single-blog-foot{
		display: block;
	}
	
}

/*-----------------------------------------------------------------
buildページ
-----------------------------------------------------------------*/
.build-contents,.glossary_contents{
    margin: 70px auto;
    padding: 50px 5%;
    max-width: 915px;
    border: 1px solid #ccc;
    width: 95%;
    box-sizing: border-box;
}
.build-contents h2,.glossary_contents h2{
    text-align: center;
    font-size: 24px;
    margin-bottom: 30px;
}
.build-contents p{
	margin-bottom: 50px;
	font-size: 14px;
	line-height: 2;
}
.build-contents h3{
    font-size: 20px;
    margin-bottom: 15px;
}
.build-contents a{
	color: blue;
	text-decoration: underline;
}
.build_seinou_img{
    display: flex;
    gap: 1%;
    margin-bottom: 50px;
}
.build_dan_img h4{
    font-size: 18px;
    margin-bottom: 5px;
}
.build_dan_text{
    display: flex;
    justify-content: space-between;
	margin: 10px auto;
	position: relative;
	margin-bottom: 30px;
}
.build_dan_text:last-of-type{
	margin-bottom: 50px;
}
.build_dan_text::after{
	content: "";
	width: 1px;
	height: 100%;
	background: #aaa;
	position: absolute;
	top: 0;
	left: 50%;
}
.build_dan_text div{
	flex-basis: 45%;
}
.build_dan_text div h5{
	font-size: 14px;
	margin-bottom: 15px;
}
.build_dan_text div h5 span{
	font-size: 18px;
}
.build_dan_text div p{
    margin-bottom: 5px;
    font-size: 12px;
    line-height: 1.5;
    text-indent: -1em;
    margin-left: 1em;
}
.modal {
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0,0,0,0.4);
}

.modal-content {
    background-color: #fefefe;
    margin: 15% auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
}
.modal-content p{
    font-size: 14px;
    line-height: 2;
    margin-top: 15px;
}
.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}


@media screen and (max-width:768px){
	.build-contents{
		margin-top: 20px;
	}
	.build-contents h2,.glossary_contents h2{
		font-size: 18px;
	}
	.build-contents p{
	    font-size: 12px;
    	line-height: 1.8;
	}
	.build-contents h3{
		font-size: 18px;
	}
	.build-contents,.glossary_contents{
		margin: 30px auto;
	}
	.build_dan_text{
		display: block;
	}
	.build_dan_text::after{
		width: 0;
	}
	.build_dan_img{
		margin-top: -30px;
	}
	.build_dan_img h4{
		font-size: 16px;
	}
	.build_dan_text div{
		margin-bottom: 20px;
	}
	.build_dan_text div h5{
		text-align: center;
	}
}

/*-----------------------------------------------------------------
コンタクトページ
-----------------------------------------------------------------*/
.contact-page{
    background-color: #ECF0F1;
    padding: 50px 0;
}
.contact-page-in{
    max-width: 800px;
	width: 95%;
    margin: auto;
    background: #fff;
}
.contact-page-in h3{
    background: #000;
    padding: 20px 30px;
    color: #fff;
    font-size: 18px;
}
.contact-page-in-in{
    padding: 30px 50px;
    box-sizing: border-box;
}
.contact-toptext{
	margin-bottom: 30px;
}
.cf7-item{
    border-bottom: 1px solid #ccc;
    padding-bottom: 30px;
    margin-bottom: 30px;
}
.cf7-q{
    padding-left: 10px;
    margin-bottom: 10px;
}
.cf7-a input{
    padding: 5px;
    border: 1px solid #ccc;
	box-sizing: border-box;
	max-width: 100%;
}
.cf7-req{
    background: red;
    margin-left: 5px;
    font-size: 12px;
    padding: 2px;
    color: #fff;
}
.cf7-date{
    display: flex;
    gap: 20px;
}
.cf7-date input{
	width: 150px;
}
.cf7-submit{
	text-align: center;
}
.cf7-submit input{
    background: #000;
    color: #fff;
    padding: 10px 20px;
	cursor: pointer;
}

@media screen and (max-width:768px){
	.contact-page-in h3{
		font-size: 16px;
	}
	.contact-page-in-in{
		padding: 20px;
	}
	.contact-toptext{
		font-size: 14px;
	}
	.cf7-item{
	    padding-bottom: 15px;
    	margin-bottom: 15px;
	}
	.cf7-area{
		font-size: 13px;
	}
}

/*-----------------------------------------------------------------
estimateページ
-----------------------------------------------------------------*/
.estimate-page{
	height: calc(100vh - 142px);
}
.est_menu{
    background: #f2f2f2;
    display: flex;
    padding: 10px 4%;
    font-family: 'Lora', serif;
    text-align: center;
    line-height: 1.3;
    font-size: 13px;
    font-weight: bold;
	overflow-x: auto;
}
.est_menu p{
	border-right: 1px solid #aaa;
	padding-right: 30px;
	margin-right: 30px;
	cursor: pointer;
	min-width: 90px;
}
#est01{
	display: none;
}
.est01_in{
	padding: 50px;
}
#est01 h3{
    margin-bottom: 20px;
    font-size: 20px;
    display: flex;
    align-items: center;
}
#est01 h3::after{
	border-bottom: 1px solid;
	flex-grow: 1;
	margin-left: 1rem;
	content: "";
}
.est01_items{
	display: flex;
	gap:5%;
}
.est01_item{
	flex-basis: 20%;
	border: 3px solid #fff;
	margin-bottom: 20px;
}
.est01_item.selected{
	border: 3px solid #0000cd;
}
.est01_item h4{
    text-align: center;
    color: #666;
    margin: 5px;
}
.est01_item p{
    font-size: 12px;
    color: #666;
    text-align: center;
	padding-bottom: 20px;
}
#est02{
	display: none;
}
.est02_in{
    padding: 20px;
    display: flex;
    justify-content: space-between;
	height: calc(100vh - 318px);
}
.est02_main_img{
	flex-basis: 62%;
}
.est02_hide{
	display: none;
}
#est02 .est_select_text p{
    display: flex;
    align-items: center;
}
#est02 .est_select_text p img{
    width: 15%;
    margin-right: 1rem;
    max-height: 40px;
}


#estimate345{
	height: calc(100vh - 318px);
}
.estimate-page main{
    display: flex;
    justify-content: space-between;
    padding: 20px;
    height: 100%;
}
.est_img{
	flex-basis: 62%;
}
.est_img img{
    height: 100%;
	width: 100%;
    object-fit: cover;
}
.est_select{
    flex-basis: 36%;
    overflow-y: scroll;
    padding-right: 24px;
	box-sizing: border-box;
}
.est_select h3{
    margin-bottom: 10px;
    font-size: 14px;
}
.est_select_item{
    border: 3px solid #eee;
	cursor: pointer;
    margin-bottom: 20px;
}
.est_select_item.selected{
    border: 3px solid #0000cd;
}
.est_select_item label{
    display: flex;
    justify-content: space-between;
    padding: 15px;
	cursor: pointer;
}

#estimate345 input[type="radio"],#est01 input,#est02 input {
    display: none;
}
.est_select_img{
	flex-basis: 28%;
	height: auto;
}
.est_select_img img{
    aspect-ratio: 1/1;
    object-fit: cover;
	vertical-align: bottom;
}
.est_select_text{
    flex-basis: 68%;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}
.est_select_text h4{
	font-size: 14px;
}
.est_select_text p{
	font-size: 12px;
}
.est_select_item_price{
	font-size: 18px;
	font-weight: bold;
}
.est_select_item_foot{
    display: flex;
    font-size: 11px;
}
.est_select_item_caution{
	width: 25px;
}
.est_select_item_foot ul{
	margin-left: 1rem;
}
.est_select_item_foot ul li{
	margin-bottom: 5px;
}
.est_foot{
    background-color: #393939;
    padding: 14px 20px 10px;
    z-index: 20;
    position: fixed;
    width: 100%;
	bottom: 0;
    transition: bottom .5s ease;
    min-height: 60px;
	color: #fff;
	display: flex;
	align-items: center;
}
.est_foot h3{
    border-right: 1px solid #8b8b8b;
    padding-right: 70px;
    margin-right: 70px;
}
.est_foot_price,.est_foot_price2{
	font-size: 12px;
	margin-right: 40px;
}
.est_foot_price span,.est_foot_price2 span{
	font-size: 18px;
	font-weight: bold;
}
.est_foot_btn{
    padding: 6px 30px;
    border-radius: 20px;
    margin-right: 10px;
	cursor: pointer;
	font-size: 14px;
}
.est_foot_madori{
    background: #777;
}
.est_foot_VR,.est_foot_sarani{
	background: #fff;
	color: #393939;
}
.est_foot_btn_next{
    padding: 15px 60px;
    background: #927465;
    margin-left: auto;
    margin-right: 50px;
    border-radius: 30px;
	cursor: pointer;
	font-size: 14px;
}
.est06_in{
	display: flex;
	justify-content: space-between;
	padding: 20px;
}
.est06_imgs{
	flex-basis: 62%;
}
.est06_imgs p{
	font-size: 14px;
	margin-bottom: 10px;
}
.est06_img_f{
	height: 416px;
}
.est06_img_f img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.est06_img_flex{
    display: flex;
    gap: 2%;
    flex-wrap: wrap;
}
.est06_img{
	flex-basis: 49%;
}
.est06_text{
	flex-basis: 36%;
}
.est06_text h3{
    font-size: 18px;
    font-weight: 100;
}
.est06_price1{
	background: #f0f0f0;
	margin: 10px auto;
}
.est06_price1_in{
    padding: 16px 24px 13px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.est06_price1_in h4{
	font-size: 14px;
	font-weight: 100;
}
.est06_price1_in span{
    font-size: 20px;
    font-weight: bold;
}
.est06_hontai{
	border-bottom: 1px solid #ccc;
}
.est06_option{
    font-size: 14px;
    color: #8d7567;
    letter-spacing: 0;
    text-align: center;
    margin-bottom: 20px;
}
.est06_option i{
	margin-left: 1rem;
	transition: transform 0.5s;
}
#est06{
	display: none;
}
#est06_select{
	height: 0;
	overflow: hidden;
	transition: height 0.5s;
}
#est06_select h4{
    font-size: 14px;
    margin-bottom: 15px;
	display: flex;
	align-items: center;
}
#est06_select h4::after{
	content: "";
	border-top: 1px solid;
	margin-left: 5px;
	flex-grow: 1;
}
.est06_select{
    border-bottom: 1px solid #ccc;
    margin-bottom: 20px;
}
.est06_select_item{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 20px;
    margin-bottom: 15px;
}
.est06_select_item_img{
	flex-basis: 20%;
}
.est06_select_item_text{
	flex-basis: 50%;
}
.est06_select_item_text h5{
	font-size: 14px;
}
.est06_select_item_text p{
	font-size: 12px;
}
.est06_select_item_price{
	text-align: right;
}
.est06_shokei{
    display: flex;
    padding: 16px 24px 13px;
    justify-content: space-between;
    align-items: center;
}
.est06_shokei h4{
	font-size: 14px;
	font-weight: 100;
}
.est06_zeibetu{
	font-size: 20px;
	text-align: right;
}
.est06_zei{
	font-size: 12px;
	text-align: right;
}
.est06_goukei{
    display: block;
    background-color: #ece2d6;
    padding: 28px 24px 24px;
    margin-bottom: 16px;
}
.est06_goukei_in{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.est06_goukei_in h4{
    font-size: 16px;
    font-weight: 100;
}
.est06_goukei_price{
    font-size: 22px;
    font-weight: bold;
}
.est06_kome{
    text-align: right;
    font-size: 12px;
    margin-top: 5px;
    color: #666;
}
.est06_loan{
	background: #f0f0f0;
	margin-bottom: 16px;
}
.est06_loan_month{
    border-bottom: 2px solid #fff;
    padding: 16px 24px 13px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.est06_loan_month h4{
	font-weight: 100;
}
.est06_loan_month h4 span{
	font-size: 10px;
}
.est06_loan_price{
    font-size: 20px;
    font-weight: bold;
}
.est06_loan_shosai{
    display: flex;
    padding: 16px 24px 13px;
    justify-content: space-between;
    align-items: center;
    font-size: 15px;
    letter-spacing: 1px;
}
.est06_loan_shosai span{
    font-size: 20px;
    font-weight: bold;
}
.est06_loan_kikan,.est06_loan_kinri{
    border-right: 2px solid #fff;
    padding-right: 5%;
}
.est06_btn{
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    padding: 15px;
}
.hozon_btn{
    background-color: #8d7567;
	margin-bottom: 10px;
}
.store_btn{
	background-color: #5f5e5e;
	margin-bottom: 10px;
}
.siryo_btn{
    background-color: #333;
    box-shadow: 0 6px 13px rgba(77,77,77,.2);
	margin-bottom: 10px;
}
.est06_btn img{
    width: 20px;
    margin-right: 10px;
}
.est06_henkou{
    color: #8d7567;
    text-align: center;
    font-size: 14px;
}
.est06_henkou i{
	margin-right: 1em;
}

@media screen and (max-width:768px){
	.est01_items,.est02_in{
		display: block;
	}
	.est_menu p{
	    padding-right: 10px;
    	margin-right: 10px;
	}
	.est_menu p span{
		font-size: 10px;
	}
	.estimate-page main{
		display: block;
		padding: 10px;
	}
	.est_select_text{
		justify-content: space-between;
	}
	.est_select_text p{
		font-size: 11px;
	}
	.est_select{
		padding: 0;
	}
	.est_foot{
		display: block;
		box-sizing: border-box;
	}
	.est_foot_btnarea{
		display: flex;
	}
	.est_foot_btn{
	    padding: 5px 10px;
    	text-align: center;
	}
	.est_foot_btn_next{
	    padding: 5px 15px;
    	margin: 0 0 0 auto;
	}
	.est_foot_under{
	    display: flex;
		justify-content: space-between;
		margin-top: 10px;
	}
	.est_foot_under_l h3{
	    padding: 0;
		margin: 0 auto 5px;
		border: none;
		font-size: 14px;
	}
	.est_foot_btn{
	    padding: 5px 15px;
		font-size: 12px;
		text-align: center;
		margin: 0 5px 0 0;
	}
	.est_foot_price, .est_foot_price2{
		margin-right: 0;
		text-align: right;
		font-size: 10px;
	}
	.est_foot_price span, .est_foot_price2 span{
		margin-left: 1rem;
	}
	.est06_in{
		display: block;
		padding: 10px;
	}
	.est06_img_f{
		height: auto;
	}
	.est06_text h3{
	    text-align: center;
		margin: 15px auto;
		font-size: 22px;
	}
	.est06_goukei {
		background: none;
		padding: 0;
	}
	.est06_goukei_in{
		display: block;
		text-align: center;
		border-bottom: 1px solid #666;
		padding-bottom: 12px;
		width: 90%;
		margin: auto;
	}
	.est06_goukei_in h4{
		font-size: 10px;
	}
	.est06_price1{
		background: none;
		padding: 16px 24px 13px;
	}
	.est06_price1_in{
	    padding: 0;
    	justify-content: center;
	}
	.est06_price1_in h4{
		font-size: 13px;
	}
	.est06_price1_in span{
		font-size: 13px;
		margin-left: 1rem;
	}
	.est06_hontai{
		border: none;
		margin-bottom: 10px;
	}
	.est06_option{
		color: #000;
	}
	.est06_loan_month{
	    display: block;
		text-align: center;
		padding: 10px;
		border-bottom: 1px solid #666;
		width: 70%;
		margin: auto;
	}
	.est06_loan_price{
		margin-top: 10px;
	}
	.est06_loan_shosai{
	    display: block;
		text-align: center;
		padding: 10px 0 30px;
	}
	.est06_loan_kikan, .est06_loan_kinri, .est06_loan_houhou{
		padding: 0;
		font-size: 12px;
	}
	.est06_loan_houhou{
		margin-top: 9px;
	}
}

/*-----------------------------------------------------------------
glossaryページ
-----------------------------------------------------------------*/
.glossary_item:not(:last-of-type){
    padding-bottom: 30px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 30px;
}
.glossary_item h4{
    color: #477598;
    font-size: 18px;
    margin-bottom: 20px;
}
.glossary_item p{
	font-size: 14px;
}
.glossary_table_title{
	margin: 40px auto 5px!important;
	text-align: center;
}
.glossary_contents table {
	border: 3px solid #595959;
	border-collapse: collapse;
	width: 100%;
	text-align: center;
}
.glossary_contents td,.glossary_contents th {
	padding: 3px;
	height: 25px;
	border-collapse: collapse;
	vertical-align: middle;
	border: 1px solid #595959;
	font-weight: 100;
	font-size: 14px;
}

@media screen and (max-width:768px){
	.glossary_item h4{
		font-size: 16px;
	}
	.glossary_item p{
		font-size: 12px;
		line-height: 1.8;
	}
}

/*-----------------------------------------------------------------
privacyページ
-----------------------------------------------------------------*/
.privacy-page{
    background-color: #ECF0F1;
	padding: 50px 0;
}
.privacy-in{
	max-width: 800px;
	width: 90%;
	margin: auto;
	background: #fff;
	padding: 30px;
}
.privacy-in h3{
	font-size: 18px;
	margin-bottom: 20px;
}
.privacy-in p{
	font-size: 14px;
	margin-bottom: 30px;
	line-height: 1.8;
}

/*-----------------------------------------------------------------
instaページ
-----------------------------------------------------------------*/
.insta_page{
	max-width: 1500px;
	width: 95%;
	margin: auto;
}
.insta_page #sb_instagram .sb_instagram_header, .sb_instagram_header{
    padding: 20px 20px 0!important;
    margin-top: 10px;
}

/*-----------------------------------------------------------------
sitemapページ
-----------------------------------------------------------------*/
.sitemap-contents{
    margin: 70px auto 70px;
    padding: 50px 5% 50px;
    max-width: 915px;
    border: 1px solid #ccc;
    width: 95%;
    box-sizing: border-box;
}
.sitemap-contents h2{
    font-size: 18px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 15px;
    margin-bottom: 15px;
}
.sitemap-contents ul{
	list-style: none;
}
.sitemap-contents>ul>li{
	font-size: 14px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.sitemap-menu{
    display: flex;
    justify-content: space-between;
	align-items: center;
}
.sitemap-menu>a{
	margin-right: 30px;
}
.sitemap-menu ul{
    display: flex;
    justify-content: space-around;
    flex-grow: 1;
	font-size: 12px;
}

@media screen and (max-width:768px){
	.sitemap-menu{
		display: block;
	}
	.sitemap-menu>a{
	    margin-bottom: 5px;
    	display: block;
	}
	.sitemap-menu ul{
	    flex-wrap: wrap;
	}
	.sitemap-menu ul li{
		flex-basis: 35%;
	}
	.sitemap-menu ul li:first-child{
		margin-bottom: 5px;
    	display: block;
	}
}
/* 20240724 */
.housing-page {
	width: 95%;
	max-width: 915px;
	margin: 70px auto 70px;
}

.housing-page-sec {
	margin-bottom: 120px;
}

.housing-page-ttl {
	text-align: center;
	font-size: 1.25em;
	margin-bottom: 30px;
}

.housing-page-imgbox {
	display: flex;
	justify-content: center;
	width: 75%;
	margin: 0px auto 20px auto;
}

.housing-page-def-ttl {
	text-align: center;
	font-size: 1.25em;
	font-weight: bold;
	margin-bottom: 12px;
}

.housing-page-ttl-sub {
	display: block;
	font-size: 16px;
}

.housing-page-def-txt {
	margin-bottom: 40px;
}

.housing-page-grp {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	list-style-type: none;
}

.housing-page-item {
	width: calc(86% / 2);
	margin-bottom: 30px;
}

.housing-page-item:nth-of-type(odd) {
	margin-right: 14%;
}

.housing-page-item-imgbox {
	position: relative;
	display: block;
	height: auto;
	overflow: hidden;
	margin-bottom: 10px;
}

.housing-page-item-imgbox:before {
	content: "";
	display: block;
	overflow: hidden;
	padding-top: 64%;
}

.housing-page-item-imgbox img {
	position: absolute;
	top: 0px;
	width: 100%;
	height: auto;
}

.housing-page-item-ttl {
	display: block;
	background-color: #494b4d;
	color: #fff;
	font-size: 1.25em;
	padding: 10px;
	margin-bottom: 10px;
}

@media screen and (max-width: 768px) {
	.housing-page-grp {
		display: block;
	}

	.housing-page-item {
		width: 100%;
	}

	.housing-page-item:nth-of-type(odd) {
		margin-right: 0px;
	}
}

.housing-page-faq {
	border: 1px solid #D5D8D7;
	border-radius: 8px;
	padding: 24px;
	margin-top: 24px;
}

.housing-page-faq-q {
	display: flex;
	color: #017041;
	font-weight: 700;
	gap: 0 12px;
}

.housing-page-faq-q-icon {
	font-size: 40px;
}

.housing-page-faq-q-txt {
	align-self: center;
	font-size: 18px;
}

.housing-page-faq-a {
	display: flex;
	font-weight: 700;
	gap: 0 12px;
	margin-top: 16px;
}

.housing-page-faq-a-icon {
	text-align: center;
	width: 1em;
	font-size: 40px;
	font-weight: 700;
	line-height: 1;
}

.housing-page-faq-a-txt {
	line-height: 28px;
	overflow: hidden;
}

.housing-page-faq-a-linkbtn {
	text-decoration: underline;
}

.housing-page {
	width: 95%;
	max-width: 915px;
	margin: 70px auto 70px;
}

.housing-page-sec {
	margin-bottom: 120px;
}

.housing-page-ttl {
	text-align: center;
	font-size: 1.25em;
	margin-bottom: 30px;
}

.housing-page-result-imggrp {
	display: flex;
	margin-bottom: 20px;
}

.housing-page-result-imgbox {
	width: calc(97% / 2);
}

.housing-page-result-imgbox:first-of-type {
	margin-right: 3%;
}

.housing-page-result-ttl {
	display: block;
	width: 80%;
	background-color: #494b4d;
	color: #fff;
	font-size: 1.25em;
	padding: 10px;
	margin: 0px auto 20px auto;
}

.housing-page-result-txt {
	width: 80%;
	margin: 0px auto;
}

@media screen and (max-width: 768px) {

	.housing-page-result-ttl,
	.housing-page-result-txt {
		width: 95%;
	}
}

.housing-page-onayami-grp {
	list-style-type: none;
	margin-bottom: 50px;
}

.housing-page-onayami-item {
	margin-bottom: 30px;
}

.housing-page-onayami-item_check {
	position: relative;
	display: inline-block;
	width: 1.0em;
	height: 1.0em;
	border: 0.1em solid #FF0000;
	border-radius: 0.1em;
	margin: 0px 6px -2px 0px;
}

.housing-page-onayami-item_check:before {
	content: "";
	position: absolute;
	top: 0.2em;
	left: 0.1em;
	width: 0.6em;
	height: 0.3em;
	border-bottom: 0.2em solid #FF0000;
	border-left: 0.2em solid #FF0000;
	transform: rotate(-45deg);
}

.housing-page-onayami-txt {
	font-weight: bold;
	font-size: 1.25em;
}

.housing-page {
	width: 95%;
	max-width: 915px;
	margin: 70px auto 70px;
}

.housing-page-sec {
	margin-bottom: 120px;
}

.housing-page-ttl {
	text-align: center;
	font-size: 1.25em;
	margin-bottom: 30px;
}

.housing-page-hiraya-txt-red {
	text-align: center;
	color: #ff0000;
	margin-bottom: 20px;
}

.housing-page-imgbox {
	width: 75%;
	display: flex;
	justify-content: center;
	margin: 0px auto 20px auto;
}

.housing-page-hiraya-txt {
	margin-bottom: 50px;
}

.housing-page-def-ttl {
	text-align: center;
	font-size: 1.25em;
	font-weight: bold;
	margin-bottom: 12px;
}

.housing-page-def-txt {
	margin-bottom: 40px;
}

.housing-page-tablebox {
	display: flex;
}

.housing-page-table th,
.housing-page-table td {
	border: 1px solid #595959;
	border-collapse: collapse;
	padding: 4px;
}

.housing-page-table {
	width: calc(99% / 2);
	border: 1px solid #595959;
	border-collapse: collapse;
}

.housing-page-table:first-of-type {
	margin-right: 1%;
}

.housing-page-table-ttl {
	text-align: center;
}

.housing-page-table-tr-ttl {
	background-color: #D6DCE4;
	text-align: center;
}

.housing-page-table-tr-itemttl {
	text-align: center;
}

.housing-page-table-item-td01 {
	width: 41%;
}

.housing-page-table-item-td02 {
	width: 13%;
	text-align: right;
}

.housing-page-table-item-td03 {
	width: 21%;
	text-align: right;
}

.housing-page-table-item-td04 {
	width: 25%;
	text-align: right;
}

.housing-page-table-tr-itemttl:nth-of-type(2) .housing-page-table-item-td02,
.housing-page-table-tr-itemttl:nth-of-type(2) .housing-page-table-item-td03,
.housing-page-table-tr-itemttl:nth-of-type(2) .housing-page-table-item-td04 {
	text-align: center;
}

.housing-page-table-tr-goukei {
	background-color: #ACB9CA;
}

@media screen and (max-width: 768px) {
	.housing-page-tablebox {
		display: block;
	}

	.housing-page-table {
		width: 100%;
		margin-bottom: 20px;
	}

	.housing-page-table:first-of-type {
		margin-right: 0px;
	}
}

.header-logo-link {
	display: flex;
	gap: 20px;
	margin-bottom: 10px;
	align-items: center;
}
.header-logo-img {
	max-width: 130px;
	object-fit: contain;
}

@media screen and (max-width: 768px) {
	.header-logo {
		font-size: 80%;
	}
	.header-logo-img {
		width: 120px;
	}
}

/*-----------------------------------------------------------------
## 20240828 登録許認可の追加
-----------------------------------------------------------------*/
.footer_company_info {
	width: 100%;
	display: flex;
	margin-bottom: 1em;
	font-size: 14px;
	justify-content: space-between;
}
@media screen and (max-width: 768px) {
	.footer_company_info {
		flex-direction: column;
		gap: 1em;
		padding: 0 1em;
		font-size: 10px;
	}
}
 /*pc・タブレットcss*/
  /*pc_defaultset*/
  .pc {
	display: block !important;
}
  /*pcのみ表示ブロック*/
  .pc2 { display: inline-block !important; }
  /*pcのみ表示ブロック*/
  .sp, .sp2 { display: none !important; }

@media screen and (max-width: 768px) {
.pc, .pc2 { display: none !important; }
  /*pcのみ表示ブロック*/
  .sp { display: block !important; }
}