@charset "UTF-8";



/*----------------------------------------
	layout
----------------------------------------*/

#container{
	overflow: hidden;
}
.main_frame{
	width: 100%;
	position: relative;
	box-sizing: border-box;
	max-width: 750px;
	margin-left: auto;
	margin-right: auto;
}

.overflow{
	overflow: hidden;
}

.tel{
	display: block;
	width: 100%;
	text-align: center;
	text-decoration: none;
	color:#595757;
}

@media print, screen and (min-width: 770px){

	.sp_only{
		display: none !important;
	}
	.btn_hover{
		position: relative;
		display: block;
	}
	.btn_hover:hover{
		animation:btn_hover 0.5s ease-in;
	}
	@keyframes btn_hover{
		0% {
			top: 0;
		}
		40% {
			top: -5px;
		}
		100% {
			top: 0;
		}
	}

}/*END*/

@media print, screen and (min-width: 600px){

	.sp_br{
		display: none;
	}

}/*END*/

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

	.pc_only{
		display: none !important;
	}

}/*END*/



/*----------------------------------------
	map
----------------------------------------*/
.map_frame01{
	position: absolute;
	width: 80%;
	left: 50%;
	top: 6%;
	transform: translateX(-50%);
}
.map_frame02{
	position: absolute;
	width: 80%;
	left: 50%;
	top: 58%;
	transform: translateX(-50%);
}

.map{
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 100%;
	padding: 100% 0 0;
	text-align: center;
}
.map iframe{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate3d(-50%, -50%, 0);
	-ms-transform: translate3d(-50%, -50%, 0);
	transform: translate3d(-50%, -50%, 0);
}
.map iframe:not(:target){
	left: 0\9;
	top: 0\9;
}
.map iframe{
	left: 0\9;
	top: 0\9;
}
@media all and (-ms-high-contrast: none) {
.map iframe{
		left: 50%\9 !important;
		top: 50%\9 !important;
	}
}
.map{ z-index: 2; }/*chrome対策*/

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

	.map{ padding: 80% 0 0; }

}/*END*/

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

	.map{ padding: 80% 0 0; }

}/*END*/




/*----------------------------------------
	contact
----------------------------------------*/

.contact{
	width: 100%;
	line-height: 1.8;
	box-sizing: border-box;
	color: #41210f;
}
.contact label,.contact label span{
	color: #41210f;
}

.contact th,
.contact td{
	text-align: left;
	box-sizing: border-box;
}
.contact th{
	padding-bottom: 5px;
}
.contact td {
    padding-bottom: 30px;
}
.contact td p{
	line-height: 1.2;
}
.kind label{
	box-sizing: border-box;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left:45px !important;
}
.kind label:before{
	left: 2px !important;
}
.kind.check input[type="checkbox"]:checked + label:after {
	left: 8px !important;
}

.r_kind label{
	box-sizing: border-box;
	padding-left:45px !important;
	margin-bottom: 20px !important;
}
/*
.contact th{
	padding-bottom: 10px;
}
.contact td{
	padding-bottom: 40px;
}
.contact td p{
	line-height: 1.2;
}
.kind label{
	box-sizing: border-box;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left:55px !important;
	background-color: #fff;
	width: 100%;
}
.kind label:before{
	left: 10px !important;
}
.kind.check input[type="checkbox"]:checked + label:after {
	left: 16px !important;
}
*/

.schedule_form input{
	float: left;
	width: 40%;
}
.schedule_form select{
	float: left;
	width: 28%;
	margin-left: 2%;
}
.schedule_form input,
.schedule_form select{
	border: 1px solid #dcdcdc !important;
	background: #fff !important;
}

.hissu:after,
.nini:after{
	display: inline-block;
	padding: 6px 6px;
	line-height: 1;
	margin-left: 10px;
	border-radius: 5px;
    vertical-align: 2px;
	font-size: 1.6rem;
	font-weight: bold;
}
.hissu:after {
    content: "必須";
    display: inline-block;
    background: #bf000e;
    color: #fff;
    border: 1px solid #bf000e;
}
.nini:after{
	content: "任意";
	display: inline-block;
	background: #f0f0f0;
	color: #606060;
	border: 1px solid #606060;
}


/*error*/
td .error{
	color: #e60012;
	padding-top: 10px;
}
.privacy .error{
	display: inline-block;
	margin-top: 10px;
	color: #e60012;
	padding: 5px 14px;
	background: #ffcdd3;
}
td.error{
	background:#ffcdd3;
	padding: 8px;
		display: block;
		margin-bottom: 15px;
}

@media print, screen and (min-width: 770px){

	.contact th{
		font-size: 2rem;
	}
	.contact td{
		font-size: 1.8rem;
	}

}/*END*/

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

	.contact th{
		font-size: 1.5rem;
		padding-bottom: 4px;
	}
	.contact td{
		font-size: 1.4rem;
		padding-bottom: 25px;
	}
	.privacy .error,
	td .error{
		font-size: 1.4rem;
	}
	.privacy .hissu:after,
	th.hissu:after,
	th.nini:after{
		padding: 3px 6px;
		font-size: 1.2rem;
		vertical-align: 1px;
		margin-left: 6px;
	}
	.kind label{
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.privacy{
		font-size: 1.4rem !important;
	}

}/*END*/

/*----------------------------------------
	フォーム
----------------------------------------*/

select,
textarea,
input[type="tel"],
input[type="email"],
input[type="text"]{
	padding: 15px;
    background: #fff;
    border: 1px solid #a8a8a8;
	box-sizing: border-box;
	font-family:'游ゴシック体', 'Yu Gothic', YuGothic,'メイリオ',Meiryo,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ ゴシック',sans-serif;
	-webkit-appearance: none;
	font-size: 1.7rem;
		color: #000;
}
select:focus{ outline:none; }
textarea:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
input[type="text"]:focus{
	outline:none;
	border: 1px solid #ccc;
}
select{
	width: 100%;
	/* border: none !important; */
	/*background: #fff !important;*/
}


.form1{ width: 250px; }
.form2{ width: 350px; }
.form_all{ width: 100%; }
:focus{ outline: none; }
.form_submit{
	width: 90%;
    margin: auto;
}

.form_box_flex{
	display: flex;
	justify-content: space-between;
}
.box_heaf{
	width: auto;
	float: left;
	display: flex;
}
.m_r10{
	margin-right: 4%;
}

.telbox{
	width:28%;
}
.telbox_sen {
    width: 10%;
    text-align: center;
    padding-top: 13px;

}

.select_ttl{
	width: 100%;
	padding: 20px 10px 10px 0;
	font-size: 2.2rem;
}

.media_pb{
	padding-bottom: 15px !important;
}


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

	select,
	textarea,
	input[type="tel"],
	input[type="email"],
	input[type="text"]{
		padding: 10px 10px;
		font-size: 1.6rem;
	}
	select:focus{ outline:none; }
	textarea:focus,
	input[type="tel"]:focus,
	input[type="email"]:focus,
	input[type="text"]:focus{
		border: 1px solid #867b5b;
	}
	.form1{ width: 150px; }
	.form2{ width: 100%; }

}/*END*/


/*----------------------------------------
	radio checkbox
----------------------------------------*/

.radio input[type="radio"],
.check input[type="checkbox"]{
	position: absolute;
	height: 1px;
	width: 1px;
	clip: rect(0, 0, 0, 0);
}
.radio label,
.check label{
	display: inline-block;
	position: relative;
	cursor: pointer;
	padding-left: 40px;
	line-height: 2;
	margin-right: 35px;
	margin-bottom: 10px;
}
.radio label:before,
.check label:before{
	position: absolute;
	content: "";
	top: 50%;
	left: 0;
	width: 32px;
	height: 32px;
	margin-top: -16px;
	background: #fff;
	border:1px solid #dcdcdc;
	border-radius: 50%;
}

.radio label:before{
	margin-top: -19px;
}


.check label:before{ border-radius: 0; }
.radio label:before{ border-radius: 50%; }

.radio label,
.check label{
	margin-left: 0\9;
	padding: 11px\9;
}
.radio label:not(:target),
.check label:not(:target){
	margin-left: 10px\9;
	padding: 11px 0 11px 25px\9;
}
.radio label:before,
.check label:before{
	display: none\9;
}
.radio label:not(:target):before,
.check label:not(:target):before{
	display: inline-block\9;
}
.radio input[type="radio"]:checked + label:after{
	position: absolute;
	content: "";
	top: 50%;
	left: 2.3%;
	width: 22px;
	height: 22px;
	margin-top: -13px;
	border-radius: 50%;
	background: #00b7ee;
}
.check input[type="checkbox"]:checked + label:after {
	content: "";
	position: absolute;
	top: 50%;
	box-sizing: border-box;
	display: block;
	left: 4px;
	width: 22px;
	height: 12px;
	margin-top: -8px;
	border-left: 4px solid #eb6877;
	border-bottom: 4px solid #eb6877;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.check input[type="checkbox"]:checked + label:before{
	background: #fff;
}/*--
.radio input[type="radio"]:focus + label:before,
.check input[type="checkbox"]:focus + label:before{
	border-color: #aec47f;
	box-shadow: 0 0 5px #aec47f;
}
--*/
.radio_style label{
	padding-bottom: 5px;
}



.medhia_check label{
	padding-left: 40px;
	margin-right: 30px;
}







/*----------------------------------------
	footer
----------------------------------------*/

.copyright{
	background: #f5f5f5; 
	color: #737373;
	text-align: center;
	padding-top: 15px;
	padding-bottom: 15px;
	line-height: 1.4;
}




/*----------------------------------------
	追加
----------------------------------------*/
.black{
	background-color: #000000;
	padding-bottom: 25px;
	position: relative;
}
.contact_bk{
	background-color: #727171;
	padding:180px 0 50px;
	position: relative;
}
.contact_bk .ttl{
	position: absolute;
	top:110px;
}
.lp_frame{
	width:84%;
	margin-right: auto;
	margin-left: auto;
	box-sizing: border-box;
}

.lp_frame_f{
	width:90%;
	margin-right: auto;
	margin-left: auto;
	box-sizing: border-box;
}

.btn{
	display: block;
	width: 100%;
}

.btn01 {
    position: absolute;
    bottom: 7%;
    left: 50%;
    transform: translateX(-50%);
    width: 80%;
}

.btn02 {
    position: absolute;
    bottom: 3%;
    left: 50%;
    transform: translateX(-50%);
    width: 80%;
}

.btn03 {
    position: absolute;
    bottom: 17%;
    left: 50%;
    transform: translateX(-50%);
    width: 80%;
}

.btn_official01{
    position: absolute;
    bottom: 8%;
    left: 50%;
    transform: translateX(-50%);
    width: 80%;
}


.btn_bukken01{
    position: absolute;
    bottom: 14%;
    left: 50%;
    transform: translateX(-50%);
    width: 80%;
}

.btn_bukken02{
    position: absolute;
    bottom: 14%;
    left: 50%;
    transform: translateX(-50%);
    width: 80%;
}


.location_abs_content{
	width: 88%;
	position: absolute;
	top:47.8%;
	left: 50%;
	transform: translateX(-50%);
}




/* タブ切り替え */
.tab_box{
    width: 94%;
    margin-inline: auto;
    display: flex;
    justify-content: space-between;
    gap:5px;
}
.tab_box div{
    cursor: pointer;
}
.tab_item{
    position: relative;
}
@media screen and (max-width: 599px){
	.tab_box{
	    flex-wrap: wrap;
	    gap:8px 5px;
	}
	.tab_box div{
	    width: 48.8%;
	}

}/*END*/













#bk{
	position: relative;
}

#bk:before{
	content: "";
	position: fixed;
	width: 100%;
	height: 100%;
    background-color:#f4f4f4;
	background-size: contain;
	z-index: 1;
}
.ribbon_l{
	  position: fixed;
    top: 0;
    left: 0;
    background: url(../images/background-rbn.jpg) center top repeat-y;
    background-size: 100%;
    height: 100vh;
    width: 4.5%;
    max-width: 50px;
    /*box-shadow: 0 0 8px 0px rgb(0 0 0 / 20%);*/
    z-index: 1;
}

.ribbon_r{
	  position: fixed;
    top: 0;
    right: 0;
    background: url(../images/background-rbn.jpg) center top repeat-y;
    background-size: 100%;
    height: 100vh;
    width: 4.5%;
    max-width: 50px;
    /*box-shadow: 0 0 8px 0px rgb(0 0 0 / 20%);*/
    z-index: 1;
}


#frame{
	position: relative;
	z-index: 2;
	background: #fff;
	box-shadow: 0 0 30px 0px rgb(0 0 0 / 30%);
}

@media screen and (min-width: 750px){
	.lp_frame{
		width: 84%;
		margin-right: auto;
		margin-left: auto;
	}
	.check .lp_frame{
		width: 90%;
		margin-right: auto;
		margin-left: auto;
	}
#frame{
	max-width: 500px;/* max-width: 800px;*/
	margin-left: auto;
	margin-right: auto;
}
	.contact_bk .ttl{
	position: absolute;
	top:100px;
}
	.contact_bk{
	padding:180px 0 50px;
}
}/*END*/
@media screen and (max-width: 751px){
		.obi{
			box-sizing: border-box;
	}
		.ribbon_l{
		  display: none;
	}
	.ribbon_r{
	  display: none;
	}

}/*END*/
/*----------------------------------------
	header
----------------------------------------*/

header{
	position: relative;
}
.drawer{
	position: fixed;
	background: rgba(0, 0, 0, 0.8);
	top: 0;
	right: 0;
	width: 100%;
	height: 100vh;
	color: #d0c077;
	display: flex;
	justify-content: center;
	visibility: hidden;
	opacity: 0;
	transform: translateX(100%);
	transition: 0.5s ease-in-out;
	z-index: 50;
}
.drawer ul{
	text-align: center;
	padding-top: 100px;
}
.drawer ul li{
	position: relative;
	transform: translateX(-150px);
	transition: transform 0.5s ease;
}
.drawer ul li:nth-child(2){ transition-delay: 0.15s; }
.drawer ul li:nth-child(3){ transition-delay: 0.25s; }
.drawer ul li:nth-child(4){ transition-delay: 0.35s; }
.drawer ul li:nth-child(5){ transition-delay: 0.45s; }
.drawer ul li:nth-child(6){ transition-delay: 0.55s; }
.drawer ul li:nth-child(7){ transition-delay: 0.65s; }
.drawer ul li:nth-child(8){ transition-delay: 0.4s; }
.drawer ul li:nth-child(9){ transition-delay: 0.45s; }
.drawer ul li:nth-child(10){ transition-delay: 0.5s; }
.drawer ul li:nth-child(11){ transition-delay: 0.55s; }
.drawer ul li:nth-child(12){ transition-delay: 0.6s; }
.drawer ul li a{
	display: inline-block;
	font-size: 2rem;
	color: #fff;
	text-decoration: none;
	padding: 15px;
}
.drawer ul li a:hover{
	animation: drawer 1.4s;
	color: #e1f2fa;
}
@keyframes drawer{
	0%{
		filter: none;
	}
	30%{
		filter: blur(0.8px);
	}
	100%{
		filter: none;
	}
}
.open .drawer{
	visibility: visible;
	opacity: 1;
	transform: translateX(0);
}
.open .drawer ul li{
	transform: translateX(0);
}
.head_lp .drawer_close{
	position: absolute;
	right: 15px;
	top: 15px;
	width: 40px;
	height: 40px;
	cursor: pointer;
}
.head_lp .drawer_close span{
	display: inline-block;
	position: absolute;
	left: 0;
	top: 50%;
	background: #fff;
	height: 2px;
	width: 100%;
	transition: all 0.4s;
}
.head_lp .drawer_close span:nth-child(1){
	transform: rotate(45deg);
}
.head_lp .drawer_close span:nth-child(2){
	transform: rotate(-45deg);
}
.head_lp .drawer_close:hover span{
	background: #bd0d23;
}

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

	.head_lp .drawer_close{
		width: 30px;
		height: 30px;
	}
	.drawer ul li a{
		font-size: 1.8rem;
	}


}/*END*/




.btn_menu_works{
	position: fixed;
	width: 46px;
	height: 41px;
    right: calc(50% - 240px);
	top: 15px;
	cursor: pointer;
	transition: all 0.5s;
	z-index: 51;
	background: #000;
	display: none;
}
.btn_menu_works span{
	position: absolute;
	left: 0;
	width: 100%;
	height: 1px;
	background: #fff;
	transition: all 0.4s;
}
.btn_menu_works span{
	width: 60%;
	left: 20%;
}
.btn_menu_works span:nth-child(1){
	top: 10px;
}
.btn_menu_works span:nth-child(2){
	top: 20px;
}
.btn_menu_works span:nth-child(3){
	top: 30px;
}
.open .btn_menu_works{
	background: transparent;
}
.open .btn_menu_works span:nth-child(1){
	transform: rotate(45deg);
	top: 20px;
}
.open .btn_menu_works span:nth-child(2){
	opacity: 0;
}
.open .btn_menu_works span:nth-child(3){
	transform: rotate(-45deg);
	top: 20px;
}

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

	.btn_menu_works{
		top: 16px;
	}
	.btn_menu_works span:nth-child(2){
		top: 11px;
	}
	.open .btn_menu_works span:nth-child(1){
		top: 20px;
	}
	.open .btn_menu_works span:nth-child(3){
		top: 20px;
	}
	.btn_menu_works{
		width: 46px;
		height: 41px;
		right: 10px;
		top: 13px;
	}
	.btn_menu_works span{
		width: 70%;
		left: 15%;
	}
	.btn_menu_works span:nth-child(1){
		top: 9px;
	}
	.btn_menu_works span:nth-child(2){
		top: 20px;
	}
	.btn_menu_works span:nth-child(3){
		top: 31px;
	}
}/*END*/



/*----------------------------------------
	content
----------------------------------------*/
.head_logo{
	position: absolute;
	top: 15px;
	left: 20px;
	width: 25%;
	max-width: 153px;
}



.bg_logo{
	position: fixed;
	top: 8%;
	left: 10%;
	width: 10%;
	max-width: 218.5px;
}


.bg_brown{
	background: #40220f;
}

.estate_btn_area{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding: 0 3%;
}
.estate_btn_area div{
	box-sizing: border-box;
	width: 50%;
	padding:0 3%;
	margin-bottom: 20px;
}

.rela{
	position: relative;
}
.abs{
	position: absolute;
}



.bg_form{
    background: #fff;
    margin: 0 auto 0 auto;
    padding: 0 0 80px 0;
    box-sizing: border-box;
}




.sp_menu{
	width: 100%;
	display: none;
	position: fixed;
	bottom: 0;
	left: 0;
	box-sizing: border-box;
	z-index: 100;
}
.sp_menu a{
	display: block;
}
.fixed_tel{
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}
.sp_menu ul{
	width: 100%;
	max-width: 500px;
	margin-left: auto;
	margin-right: auto;
}
.sp_menu ul li{
	float: left;
	width: calc(100% / 1);
	box-sizing: border-box;
}
.sp_menu ul li:last-of-type{
	border-right: none;
}
@media screen and (max-width: 749px){
	.sp_menu ul{
		max-width: 750px;
	}
}



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

	.bg_logo{
		display: none;
	}

}/*END*/

/*form 追加*/
.form_none{
	display: none;
}
.form_block{
	display: block;
}







/*----------------------------------------
	アコーディオン
----------------------------------------*/
summary {
    display: block;
    cursor: pointer;
    list-style: none;
}
summary::-webkit-details-marker { display: none; }

.content-wrapper {
    height: 0;
    overflow: hidden;
    transition: height 0.45s ease;
}

.content-inner {
    padding: 0;
    position: relative;
}

.content-inner img{
  width:100%;
  height:auto;
  display:block;
}

.img-close { display: none; }

details[open] .img-open { display: none; }
details[open] .img-close { display: block; }

/* 矢印 */
.arrow_p {
	position: absolute;
	top: 39%;
	right: 6%;
	z-index: 10;
	display:flex;
	align-items:center;
}

.arrow{
	display: inline-block;
	width: 10px;
	height: 10px;
	border-right: 3px solid #fff;
	border-bottom: 3px solid #fff;

	transform: rotate(45deg);
	transition: transform .3s;
}

.accordion-open .arrow{
	transform: rotate(225deg);
}




/*----------------------------------------
	スライダ―
----------------------------------------*/
details{
	margin:0;
	padding:0;
}

summary{
	display:block;
	cursor:pointer;
	list-style:none;
	line-height:0;
}

summary::-webkit-details-marker{
	display:none;
}

.slider_frame{
	width: 100%;
	position: absolute;
	bottom:0;
	left: 0;
}

.slider_frame.abs_land{
	bottom:2.3%;
}


.slider {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}
.slider_frame .slide-arrow{
	position: absolute;
	top: 50%;
	transform: translateX(-50%);
	width: 40px;
  	height: 40px;
 	bottom: auto;
 	z-index: 1;
}
.slider_frame .slick-prev{
	background-image: url(../images/arrow_l.png);
	background-repeat: no-repeat;
	left: 5px;
	background-size: contain;
}
.slider_frame .slick-next{
	background-image: url(../images/arrow_r.png);
	background-repeat: no-repeat;
	background-size: contain;
	right: -35px;
}
.slider_frame .slick-next:before,
.slider_frame .slick-prev:before{
	content: "";
}

.slider_frame .slick-dots li{
	margin: 0 3px;
}
.slider_frame .slick-dots li button::before{
	color: #fff;
	opacity: .35;
	font-size: 20px;
	width: 10px;
	height: 10px;
}
.slider_frame .slick-dots li.slick-active button::before{
  opacity: .85;
  color: #fff;
}







/*----------------------------------------
	カレント表示ナビゲーション
----------------------------------------*/
.target_nav {
	display: none;
	position: fixed;
	z-index: 100;
	top: 50%;
	right: 50%;
	transform: translate(calc(-50% + 300px),-50%);
	z-index: 49;
}
.header__link {
	display: block;
	width: 6px;
	height: 32px;
	background-color: transparent;
	border: 1px solid #c8c8c8;
	margin-top: 20px;
}
.header__link.is-active {
	/*background-color: #c8c8c8;*/ background-color: #c8c8c8;
}
li.header__item {
	position: relative;
}
/*横の文字調整*/
.t_nav_tex{
	display: block;
	width: 28px;
	text-align: center;
	position: absolute;
	top: 50%;
	color: #c8c8c8;
	transform: translate(15%, -50%);
	line-height: 1;
}




@media screen and (max-width: 749px){
	.target_nav {
		right: 5%;
		transform: translate(0,-50%);
	}
	.header__link {
		width: 4px;
		height: 24px;
		margin-top: 15px;
		border: 1px solid #c8c8c8;
	}
	.header__link.is-active {
		background-color: #c8c8c8;
	}

	/*横の文字調整*/
	.t_nav_tex{
		width: 20px;
	}

}/*END*/


@media screen and (max-width: 599px){
	.target_nav{
		display: none !important;
	}

}/*END*/



/*----------------------------------------
    datepicker
----------------------------------------*/

#ui-datepicker-div{
    max-width: 100%;
    width: 350px;
}
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button, html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active{
    padding: 15px;
}
.ui-datepicker .ui-datepicker-header{
    padding: 8px 0;
}



/*----------------------------------------
    追加
----------------------------------------*/
.q_a_center {
	margin: 0 auto;
	width: 90%;
}
.fade-lines img{
  display:block;
  opacity:0;
  transform:translateY(20px);
  transition:opacity 1s ease, transform 1s ease;
  margin: 0 auto;
}
.fade-lines.show img {
  opacity:1;
  transform:translateY(0);
}
.rela._nav03 {
	display: inline-block;
	width: 100%;
}
.rela._nav03 img {
	display: block;
	width: 100%;
	height: auto;
}
._nav03img {
	position: relative; 
    width: 100%;
    overflow: hidden;
}
._nav03img img ,
.sp_menu ul li a img {
	display: block;
    width: 100%;
    height: auto;
}
li {
	list-style: none; 
}
.overlay-img{
	position:absolute;
	top:59%;
	left:50%;
	transform:translate(-50%,-50%);
	width:100%;
	height: auto;
	z-index: 10;
}
.about_us_img{
	display: block;
    width: 100%;
    height: auto;
}