@charset "UTF-8";

:root{
	/*使用しない場合も必ず設定*/
	--i_bg_color: #fff;	/*背景色*/
	--i_txt_color: #222;	/*テキスト*/
	--i_main_color: #ff8400;	/*メイン*/
	--i_sub_color: #111;	/*アクセント*/
	--i_sub2_color: #eee;	/*薄い色*/
	--i_btn_color: #111;	/*ボタン*/
	--i_btn_hover_color: #ff8400;	/*ボタンhover*/
	--i_btn_txt_color: #fff;	/*ボタンテキスト*/
	--i_btn_hover_txt_color: #fff;	/*ボタンテキスト*/
	--i_shadow_color: rgba(0,0,0,0.05);	/*シャドウ*/
	--i_border_color: #ccc;	/*ボーダー*/
	--i_noimg_bg_color: #f5f5f5;	/*画像無し*/
}

/*------------------------------------------------------------------*/
/*-----------------------------base---------------------------------*/
/*------------------------------------------------------------------*/

html{
	font-size: 62.5%;
}
body{
	font-size: 1.55rem;
	line-height: 1.8;
	letter-spacing: 0.02rem;
	-webkit-text-size-adjust: 100%;
	color: var(--i_txt_color);
	background: var(--i_bg_color);
}
body:before{
	content: "";
	display: block;
	width: 90%;
	height: 100%;

	position: fixed;
	top: 0;
	left: 5%;
	pointer-events: none;
	z-index: 100;
}
body:after{
	content: "DESIGN YOUR LIFE";
	display: block;
	line-height: 0.8;
	position: fixed;
	top: 200px;
	left: 2.5vw;
	transform: rotate(90deg);
	transform-origin: 0 100%;
	color: rgba(0,0,0,0.03);
	font-size: 120px;
	font-weight: bold;
	letter-spacing: -3px;
	pointer-events: none;
	width: 1000px;
	height: auto;
}
main{
	background: none;
}

@media screen and (max-width: 850px){
	html{
		font-size: 55%;
	}
	body{
		letter-spacing: 0px;
	}
}

a{
	outline: 0;
	text-decoration: none;
	color: var(--i_txt_color);
}
section[style*=" color:"]:not([style*=" color: inherit"]) a,
div[style*=" color:"]:not([style*=" color: inherit"]) a{
	color: inherit;
}

/*composite_boxの最大高さとトリミングの起点*/
/*基本はjsにより各カラム中から最大の画角に設定*/
.composite_box01 .inner_item_img img{
	object-position: 50% 50%;
	font-family: 'object-position: 50% 50%;';
}

@media screen and (max-width: 850px){
	#sidebar{
		border: 5px solid var(--i_shadow_color);
	}
}

.no_img{
	background: var(--i_noimg_bg_color, rgba(200,200,200,0.3));
}

/*----------------------------loader----------------------------*/

#load div:nth-of-type(1){
	background: #fff;
}
#load .loader,
.popup .loader{
	border: 1px solid var(--i_main_color);/*★*/
}
#load .loader,
#load .loader::before,
.popup .loader,
.popup .loader::before{
	border-top-color: var(--i_main_color);
}
#load .loader::before,
#load .loader::after,
.popup .loader::before,
.popup .loader::after{/*★*-1*/
	left: -1px;
	top: -1px;
}

#load img{
	max-width: 60px;
}

/*----------------------------header----------------------------*/

header{
	font-size: 1.4rem;
	background: #fff;
	padding: 20px 0;
}
body.scrolled header{
	box-shadow: 0 0 5px var(--i_shadow_color);
}

header h1{
	line-height: 1.5;
	font-size: 1.3rem;
	font-weight: normal;
	opacity: 0.7;
}

body.scrolled header .logo{
	padding: 20px 0 !important;
}
header .logo,
header .logo a{
	max-width: 250px;
}
header .logo a img{
	max-height: 120px;
}
body.scrolled header .logo a img{
	max-height: 50px;
}
header .wraper > .inner{
	min-height: 35px;
}
header .header_contents .header_col1{
	/* ▼水平方向レイアウト */
	flex-direction: row;
	align-items: center;
	justify-content: flex-end;
	/* ▼垂直方向レイアウト */
	/*flex-direction: column;
	align-items: flex-end;*/
}
header .header_contents .header_col1 .tel{
	position: relative;
	font-size: 26px;
	line-height: 1;
	padding-left: 26px;
	font-weight: bold;
	font-weight: normal;
}
header .tel svg,
header .btn .translate a svg,
header .burger li.sp_translate a svg,
header .header_sns li svg{
	fill: var(--i_sub_color);
}
header .sp_menu a div span,
header .sp_menu a div:before,
header .sp_menu a div:after{
	background: var(--i_sub_color);
}
header .header_contents .header_col1 .tel svg{
	width: 22px;
	height: 22px;
	top: calc(50% - 11px);
	left: 0;
}
header .btn>a{

	display: block;
	text-align: center;
	width: 150px;
	background: var(--i_btn_color);
	color: var(--i_btn_txt_color);
	padding: 5px 10px;
}
header .btn>a:hover{
	opacity: 1;
	background: var(--i_btn_hover_color);
	color: var(--i_btn_hover_txt_color);
}

header .header_contents .header_col1 .btn .translate a svg{
	max-width: 74%;
	max-height: 74%;
	margin: 13% auto 0;
}
header .header_contents .header_col1 .btn .translate a:hover{
	opacity: 0.8;
}

header nav{
	padding-right: 0 !important;
}
header nav *{
	color: var(--i_txt_color);
}
header nav ul.nav_1st{
	width: 70% !important;
	max-width: 1000px;/*任意*/
}
header nav ul.nav_1st>li{
	box-sizing: border-box;

	position: relative;
}
header nav ul.nav_1st>li:after{/*罫線*/
	content: "";
	width: 1px;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: #fff;
}
header nav ul.nav_1st>li:last-child:before{/*罫線*/
	content: "";
	width: 1px;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	background: #fff;
}
header nav ul.nav_1st>li>a{
	font-size: 1.5rem;
	font-weight: bold;
	position: relative;
	padding-left: 1vw;
	padding-right: 1vw;
}
header nav ul.nav_1st>li>a span{
	/*ナビの高さはline-heightで調整*/
	line-height: 4.2;/* マージン普通選択時 */
	transition: 0.2s;
}
header#pattern2 nav ul.nav_1st>li>a span{
	line-height: 2;
}
body.margin header nav ul.nav_1st>li>a span{
	line-height: 4;/* マージン広い選択時 */
}
header nav ul.nav_1st>li>a:hover span{
	color: var(--i_btn_hover_color);
}

header nav ul.nav_2nd{
	padding-top: 20px;
}
header nav ul.nav_1st>li:hover ul.nav_2nd{
	padding-top: 10px;
}
header nav ul.nav_2nd>li{
	background: #fff;
	border-bottom: 1px solid var(--i_border_color);
	box-shadow: 2px 2px 5px var(--i_shadow_color);
}
header nav ul.nav_2nd>li:nth-last-of-type(1){
	border-bottom: none;
}
header nav ul.nav_2nd li a{
	padding: 10px 20px;
	font-weight:  normal;
	font-size: 1.4rem;
	color: #333 !important;
}
header nav ul.nav_2nd>li>a{
	padding-right: 30px;
}
header nav ul.nav_2nd>li>a:after{
	height: 5px;
	width: 5px;
	transform: rotate(-45deg);
	border-right: 1px solid #a35656;
	border-bottom: 1px solid #a35656;
	top: calc(50% - 2.5px);
	right: 20px;
}
header nav ul.nav_3rd{
	padding-left: 20px;
}
header nav ul.nav_3nd li a{
	padding: 5px 20px;
}
header nav ul.nav_3rd>li>a:after{
	height: 1px;
	width: 4px;
	background: #a35656;
	top: calc(50% - 0.5px);
	left: 5px;
}

@media screen and (max-width: 900px){
	header,
	header *,
	header nav ul.nav_2nd li a{
	}
	body.scrolled header{
		padding: 0 0;
	}
	body.scrolled header .logo{
		padding: 10px 0 !important;
	}
	header.open:after,
	header .header_contents{
		background: rgba(255,255,255,0.95);
	}
	header .header_contents{
		padding-top: 30px !important;
	}
	header .burger li.sp_translate a svg{
		height: 28px;
		width: 28px;
		margin: 10% auto;
	}
	header .header_sns,
	header .header_contents .header_col1,
	header .header_contents .header_col2{
		border-top: 1px solid rgba(255,255,255,0.2);
		border-bottom: 1px solid var(--i_border_color);
		border: none;
	}
	header .header_sns{
		border-bottom: none;
	}
	header .header_sns:empty,
	header .header_contents .header_col1:empty,
	header .header_contents .header_col2:empty{
		border: none;
	}
	header .header_contents .header_col1 .tel,
	header .header_contents .header_col1 .btn{
		float: none;
	}
	header .header_contents .header_col2{
		display: block !important;
	}
	header nav{
		border-bottom: 1px solid var(--i_border_color);
		border: none;
	}
	header nav ul.nav_1st{
		width: 100% !important;
		border-bottom: 1px solid rgba(255,255,255,0.2);
		border-top: 1px solid var(--i_border_color);
	}
	header nav ul.nav_1st li{
		border-bottom: 1px solid var(--i_border_color);
		border-top: 1px solid rgba(255,255,255,0.2);
	}
	header nav ul.nav_1st>li:before,
	header nav ul.nav_1st>li:after{
		display: none !important;
	}
	header nav ul.nav_1st>li i:before,
	header nav ul.nav_1st>li i:after{
		background: var(--i_main_color);
	}
	header nav ul.nav_1st>li>a:hover{
		background-color: transparent;
	}
	header nav ul.nav_1st>li>a:hover span{
		color: #000;
	}
	header nav ul.nav_2nd{
		border-top: 1px solid var(--i_border_color);
	}
	header nav ul.nav_2nd>li{
		box-shadow: none;
	}
	header nav ul.nav_3rd{
		border-top: 1px solid var(--i_border_color);
	}
	header nav ul.nav_3rd>li:nth-last-of-type(1){
		border-bottom: none;
	}
}

/*----------------------------余白設定----------------------------*/

main>section:first-child:not([class*="pt"]),
main>div:first-child:not([class*="pt"]),
div[class*='pb']+.contents_related,
section[class*='pb']+.contents_related,
div[class*='pb']+.contents_related_tags,

section[class*='pb']+.contents_related_tags{
	padding-top: 60px;
}
main>section:not([class*="pt"]),
main>div:not([class*="pt"]),
aside>section:not([class*="pt"]),
aside>div:not([class*="pt"]){
	padding-bottom: 60px;
}
@media screen and (max-width: 800px){
	main>section:first-child:not([class*="pt"]),
	main>div:first-child:not([class*="pt"]),
	div[class*='pb']+.contents_related,
	section[class*='pb']+.contents_related,
	div[class*='pb']+.contents_related_tags,
	section[class*='pb']+.contents_related_tags{
		padding-top: 40px;
	}
	main>section:not([class*="pt"]),
	main>div:not([class*="pt"]),
	aside>section:not([class*="pt"]),
	aside>div:not([class*="pt"]){
		padding-bottom: 40px;
	}
}

/*----------------------------見出し----------------------------*/

section .content_wrapper>.heading:first-child:last-child{
	margin-bottom: 0;
}

/*--*/

section:not([class*="pt"]) .content_wrapper>.heading:first-child:last-child{
	margin-bottom: 0;
}

.heading.block_header_1,
.heading.block_header_6{
	margin-bottom: 30px;
	display: flex;
	flex-direction: column-reverse;
	align-items: center;
	justify-content: center;
}
.heading.block_header_1 p,
.heading.block_header_6 .h{
	font-weight: bold;
	font-size: 3.4rem;
	line-height: 1.4;
	margin-bottom: 10px;
	position: relative;
	padding-bottom: 15px;
	padding-top: 0;
	letter-spacing: 0.1rem;
}
.heading.block_header_1 p:before,
.heading.block_header_6 .h:before{
	display: block;
	content:"";
	border-top: 4px solid var(--i_main_color);
	width: 70px;
	height: 0px;
	position: absolute;
	bottom: 0;
	left: calc(50% - 35px);
}
section[style*="color: rgb(255, 255, 255);"] .heading.block_header_1 p:before,
section[style*="color: rgb(255, 255, 255);"] .heading.block_header_6 .h:before,
div[style*="color: rgb(255, 255, 255);"] .heading.block_header_1 p:before,
div[style*="color: rgb(255, 255, 255);"] .heading.block_header_6 .h:before{
	border-top-color: #fff;
}

.align-left.heading.block_header_1 p:before,
.align-left.heading.block_header_6 .h:before{
	left: 0;
}
.align-right.heading.block_header_1 p:before,
.align-right.heading.block_header_6 .h:before{
	left: auto;
	right: 0;
}
.heading.block_header_1 .h,
.heading.block_header_6 p{
	font-size: 1.7rem;
	letter-spacing: 0.1rem;
	font-weight: bold;
}

@media screen and (max-width: 800px){
	.heading.block_header_1,
	.heading.block_header_6{
		margin-bottom: 20px;
	}
	.heading.block_header_1 p,
	.heading.block_header_6 .h{
		font-size: 2.5rem;
		margin-bottom: 10px;
	}
	.heading.block_header_1 .h,
	.heading.block_header_6 p{
		font-size: 1.5rem;
	}
	.index .heading.block_header_1 p,
	.index .heading.block_header_6 .h{
		font-size: 2.8rem;
	}
}

/*--*/

.heading.block_header_2{
	margin-bottom: 30px;
	padding-bottom: 10px;
	border-bottom: 1px solid var(--i_sub_color);
}
section[style*="color: rgb(255, 255, 255);"] .heading.block_header_2,
div[style*="color: rgb(255, 255, 255);"] .heading.block_header_2{
	border-bottom-color: #fff;
}
.heading.block_header_2.align-center:before{
	display: none;
}
.heading.block_header_2.align-left:before{
	left: 0;
}
.heading.block_header_2.align-right:before{
	right: 0;
}
.heading.block_header_2 .h{
	display: inline-block;
	font-size: 2.1rem;
	line-height: 1.4;
	margin-bottom: 5px;
	font-weight: bold;
}
.heading.block_header_2 p{
	font-size: 1.3rem;
	letter-spacing: 0.3rem;
	font-weight: bold;
}
.heading.block_header_2.align-center .h,
.heading.block_header_2.align-center p{
	padding-left:0;
}

.news_archive .heading.block_header_2,
.glossary_archive .heading.block_header_2,
.widget_gallery01 .heading.block_header_2,
.gallery_archive .heading.block_header_2{
	border: none;
}
.widget_gallery01.add_design4 .inner_item .heading.block_header_2{
	padding-left: 2em!important;
}

@media screen and (max-width: 800px){
	.heading.block_header_2{
		margin-bottom: 20px;
		padding-left: 1.8em;
	}
	.heading.block_header_2 .h{
		font-size: 2.1rem;
	}
	.heading.block_header_2 p{
		letter-spacing: 0rem;
	}
	.heading.block_header_2:before{
		top: 5px;
	}
}

/*--*/

.heading.block_header_3{
	overflow: hidden;
	background: var(--i_main_color);
	padding: 10px;
	margin-bottom: 30px;
}
.heading.block_header_3 .h{
	font-weight: bold;
	font-size: 1.9rem;
	line-height: 1.5;
	color: #fff;
}
.heading.block_header_3 p{
	font-size: 1.4rem;
	color: #fff;
}
@media screen and (max-width: 800px){
	.heading.block_header_3{
		padding: 5px 10px;
		margin-bottom: 20px;
	}
	.heading.block_header_3 .h{
		font-size: 2.0rem;
	}
	.heading.block_header_3 p{
		font-size: 1.3rem;
	}
}

/*--*/

.heading.block_header_4{
	margin-bottom: 15px;
}
.heading.block_header_4:before{
	display: none;
}
.heading.block_header_4 .h{
	font-size: 2.0rem;
	font-weight: bold;
	line-height: 1.5;
	margin-bottom: 5px;
}
.heading.block_header_4 p{
	font-size: 1.4rem;
}

/*--*/

.heading.block_header_5{
	margin-bottom: 15px;
}
.heading.block_header_5 .h{
	display: inline;
	font-weight: bold;
	font-size: 1.8rem;
	margin-bottom: 10px;
}
.heading.block_header_5 p{
	display: inline;
	font-size: 1.4rem;
}
.heading.block_header_5 p:before{
	content: "　/　";
}

/*----------------------------背景パララックス----------------------------*/

.parallax{
	box-shadow: 0 0 5px var(--i_shadow_color) inset;
}

/*----------------------------ボタン----------------------------*/

.contents_btn01 a,
.glossary_archive .content_wrapper .heading.block_header_2 a:after,
main form .submit span,
main form .submit span input{
	background: var(--i_btn_color);
	color: var(--i_btn_txt_color);
	position: relative;
	display: inline-block;
}
.contents_btn01 a:hover,
.glossary_archive .content_wrapper .heading.block_header_2 a:hover:after,
main form .submit span:hover{
	background: var(--i_btn_hover_color);
	color: var(--i_btn_hover_txt_color);
}
.contents_btn01 a[target=_blank] span:before,
.contents_btn01 a[target=_blank] span:after{
	border: 1px solid var(--i_btn_txt_color);
}
.contents_btn01 a span{
	text-align: center;
	line-height: 1.5;
	font-size: 1.5rem;
}
	
/*--------------------------------MV--------------------------------*/

#mv_outer{
	/*mvに背景とかはここを利用する*/
}
#mv{
	width: 80%;
	margin: 0 0 0 20%;
	height: 80vh;
	min-height: 500px;
}
#mv:before{
}
#mv:after{
	/*スライドに重ねる色*/
	/*mix-blend-mode: overlay;*/
}

#mv .mv_mov{
	background: #000;
}
#mv .mv_mov iframe{
	opacity: 0.7;
}

#mv .mv_text{
	bottom: 70px;
	height: calc(100% - 140px);
	align-items: center;/*垂直方向中央*/
	width: calc(100% + 20vw) !important;
	left: -20vw !important;
}
#mv .mv_text>div{
	max-width: none !important;
	box-sizing: border-box;
	padding-left: 50px;
	padding-right: 50px;
}
#mv .mv_text h2{
	font-size: 80px;/* ←max-font-size的意味合いで使用する。動作はjs。*/
	line-height: 1.1;
	letter-spacing: 0.2rem;
	font-weight: bold;
	color: #000;
}
#mv .mv_text p{
	padding-top: 30px;
	font-size: 3rem;
	font-weight: bold;
	color: #000;
}
#mv .mv_scroll{
	bottom: 40px;
}
#mv .mv_scroll a:before{
	border-right: 2px solid rgba(180,180,180,0.7);
	border-bottom: 2px solid rgba(180,180,180,0.7);
}
#mv .mv_pointer{
	text-align: left;
}
#mv .mv_pointer li:before{
	background: rgba(180,180,180,0.5);
}
#mv .mv_pointer li.current:before{
	background: rgba(180,180,180,0.9);
}
#mv .mv_arrow li.mv_arrow_prev span:before,
#mv .mv_arrow li.mv_arrow_next span:before{
	border-left: 2px solid #fff;
	border-top: 2px solid #fff;
}
#mv .mv_scroll,
#mv .mv_arrow{
	display: none;
}

@media screen and (max-width: 100vh){
	#mv{
		height: 65vh;
	}
}
@media screen and (max-width: 900px){
	#mv{
		height: 80vh;
	}
}
@media screen and (max-width: 800px){
	#mv .mv_text p{
		padding-top: 20px;
	}
	#mv .mv_pointer{
		/*text-align: center;*/
	}
}
@media screen and (max-width: 600px){
	#mv .mv_text p{
		display: none;
	}
	#mv .mv_text h2{
		line-height: 1.5;
	}
}
@media screen and (max-width: 500px){
	#mv .mv_text h2{
		font-size: 6vw !important;
	}
}
@media screen and (max-width: 400px){
	#mv .mv_text>div{
		padding-left: 10px;
		padding-right: 10px;
	}
	#mv .mv_arrow{
		display: none !important;
	}
}

/*--------------------------------IV--------------------------------*/

#lv_outer{
	padding-top: 40px;
}
#lv{
	height: 250px;
	padding-bottom: 0;
	width: 80%;
	margin: 0 0 0 20%;
	min-width: 0;
}
#lv div{
	opacity: 1;
}
#lv_outer p{
	display: flex;
	align-items: center;
	justify-content: flex-start;
	height: calc(100% - 40px);
	width: 100%;
	position: absolute;
	top: 40px;
	left: 0;
	padding: 0 50px;
	box-sizing: border-box;
}
#lv_outer p span{
	display: block;
	font-size: 4.0rem;
	color: #000;
	font-weight: bold;
	text-align: left;
	word-break: break-all;
	line-height: 1.2;
}
@media screen and (max-width: 800px){
	#lv_outer p{
		padding: 0 20px;
	}
	#lv_outer p span{
		font-size: 2.8rem;
	}
}
@media screen and (max-width: 400px){
	#lv_outer p{
		padding: 0 10px;
	}
}

/*----------------------------パンくず----------------------------*/

#pan{
	transform: translateY(-100px);
}
#pan ul,
#pan ol{
	justify-content: flex-start;
	max-width: none;
	padding: 0 54px;
}
#pan li{
	font-size: 1.2rem;
	padding: 5px 30px 3px 0;
	overflow: visible;
}
#pan li:before,
#pan li:after{
	width: 10px;
	height: 10px;
	top: calc(50% - 5px);
	left: -22px
}
#pan li:after{
	border-top: 1px solid var(--i_border_color);
	border-right: 1px solid var(--i_border_color);
	left: -23px;
}
@media screen and (max-width: 800px){
	#pan ul,
	#pan ol{
		padding: 0 20px;
	}
}
@media screen and (max-width: 400px){
	#pan ul{
		padding: 0 10px;
	}
}

/*----------------------------other parts----------------------------*/

/*--リスト--*/

.default_ul li:before{
	border-top: 1px solid var(--i_sub_color);
	border-right: 1px solid var(--i_sub_color);
	height: 5px;
	width: 5px;
	transform: rotate(45deg);
	top: 8px;
	left: 0;
}

/*--アーカイブページ カテゴリー--*/

.category1 li a{
	border: 1px solid var(--i_border_color);
	border-radius: 50px;
}
.category1 li a:hover,
.category1 li a.current{
	color: var(--i_btn_txt_color);
	background: var(--i_btn_color);
	border-color: transparent;
}

/*--sidebar--*/

#sidebar section,
#sidebar>div{
	border-bottom: 1px solid var(--i_border_color);
}
#sidebar h2{
	text-align: left;
	font-size: 2.2rem;
}
#sidebar .sidebar_tag li{
	border: 1px solid var(--i_border_color);
	background: var(--i_sub2_color);
}
#sidebar .sidebar_list a{
	position: relative;
	padding-left: 15px;
}
#sidebar .sidebar_list a:before{
	content: "";
	display: block;
	position: absolute;
	border-top: 1px solid var(--i_sub_color);
	border-right: 1px solid var(--i_sub_color);
	height: 5px;
	width: 5px;
	transform: rotate(45deg);
	top: calc(50% - 3px);
	left: 0;
}

/*----------------------------pager----------------------------*/

/*アーカイブページページャー*/
.pager li a{
	height: 45px;
	width: 45px;
	border: 1px solid var(--i_border_color);
	border-radius: 999px;
	line-height: 45px;
}
.pager li:not(.arrow) a:hover,
.pager li:not(.arrow).current a{
	color: var(--i_btn_txt_color);
	background: var(--i_btn_color);
	border-color: transparent;
}

/*----------------------------pager2----------------------------*/

/*シングルページページャー*/
.pager2 li a{
	background: var(--i_btn_color);
	border_color: var(--i_btn_color);
	color: var(--i_btn_txt_color);
	border-radius: 999px;
	line-height: 45px;
	padding: 0 15px;
}

/*----------------------------popup----------------------------*/

/*画像ポップアップ拡大表示*/
.popup{
	background: rgba(255,255,255,0.7);
}
.popclose{
	/*text-shadow: 1px 1px 1px var(--i_border_color);*/
}
.poptxt{
	font-size: 1.2rem;
}

/*----------------------------footer----------------------------*/

#fixbtn{
	margin-bottom: 30px;
	font-size: 1.55rem;
}
#fixbtn .fixbtnwrap{
	background-color: var(--i_sub2_color);
}
/*▼ TEL、予約ボタンない = 追従フッター有効でない場合*/
#fixbtn.no .fixbtnwrap{
	background-color: transparent;
}
#fixbtn .fixbtntel,
#fixbtn .fixbtntel a,
#fixbtn .fixbtntel span{
	color: #000;
	text-shadow: none;
}
#fixbtn .fixbtntel{
	border-right: 1px solid rgba(0,0,0,0.1);
}
#fixbtn .fixbtntel:nth-last-of-type(2){
	border-right: none;
}
#fixbtn .fixbtntel a,
#fixbtn .fixbtntel span{
	font-size: 3.4rem;
	line-height: 1;
	margin-right: 10px;
}
#fixbtn .fixbtntel a:last-child,
#fixbtn .fixbtntel span:last-child{
	margin-right: 0;
}
#fixbtn .fixbtntel svg{
	width: 22px;
	height: 22px;
	margin-right: 5px;
	fill: #000;
}

#fixbtn .contents_btn01{
	border-left: 1px solid rgba(255,255,255,0.1);
}
#fixbtn .contents_btn01:nth-of-type(1){
	border-left: none;
}
#fixbtn .contents_btn01:nth-of-type(1){
	/*▼ TELない場合中央揃え*/
	margin-left: auto;
	margin-right: auto;
}
#fixbtn .contents_btn01 span{
	text-align: center;
	padding: 7px 15px;
}

/*▼ TEL、予約ボタンない = 追従フッター有効でない場合*/
#fixbtn #scrolltop:nth-of-type(1){
	margin-left: auto;
	/*▼ 右揃え*/
	margin-right: 0;
	/*▼ 中央揃え*/
	margin-right: auto;
}
#fixbtn #scrolltop a{
	height: 40px;
	width: 40px;
}
#fixbtn #scrolltop a:before{
	top: 17px;
	left: 3px;
	transform: rotate(45deg);
	transition: 0.2s ease-in-out;
	border-left: 2px solid #000;
	border-top: 2px solid #000;
	width: 30px;
	height: 30px;
}
/*▼ TEL、予約ボタンない = 追従フッター有効でない場合*/
#fixbtn.no #scrolltop a:before{
	border_color: rgba(120,120,120,0.6) ;
}
#fixbtn.no #scrolltop a:hover:before{
	border-left: 2px solid rgba(120,120,120,1);
	border-top: 2px solid rgba(120,120,120,1);
}

@media screen and (max-width: 600px){
	#fixbtn{
		margin-bottom: 0;
	}
	#fixbtn,
	#fixbtn .fixbtntel a,
	#fixbtn .fixbtntel span{
		font-size: 1.7rem;
	}
	#fixbtn .fixbtntel a,
	#fixbtn .fixbtntel span{
		font-size: 2rem;
	}
	#fixbtn .fixbtntel svg{
		width: 18px;
		height: 18px;
	}
	#fixbtn .contents_btn01 a{
		padding: 0;
	}
	#fixbtn .contents_btn01 a:before{
		display: none;
	}
	#fixbtn .contents_btn01 a span{
		padding: 5px;
	}
}

footer{
	background-size: cover;
	padding: 0;
	text-align: center;
	font-size: 1.35rem;
}
footer a{
	color: #000;
}
footer nav li{
	letter-spacing: 0.2rem;
	padding: 5px 0;
}
footer .logo{
	width: 100px;
}
footer .sns{
	margin: 0 auto 30px;
}
footer .sns svg{
	width: 40px;
	height: 40px;
	padding: 10px 10px;
	fill: #000;
	transition: 0.2s ease-in-out;
	opacity: 1;
}
footer .sns a:hover svg{
	opacity: 0.8;
}
#cp{
	padding: 15px 0;
	font-size: 1.1rem;
	letter-spacing: 0.1rem;
	border-top: 1px solid var(--i_border_color);
}
@media screen and (max-width: 600px){
	footer{
		padding: 0 0 20px;
	}
}
@media screen and (max-width: 600px){
	footer nav ul{
		border-bottom: 1px solid rgba(0,0,0,0.13);
	}
	footer nav ul li{
		border-top: 1px solid rgba(255,255,255,0.1);
		border-bottom: 1px solid rgba(0,0,0,0.13);
	}
	footer nav ul li:nth-last-of-type(2n){
		border-right: 1px solid rgba(0,0,0,0.13);
	}
	footer nav ul li:nth-last-of-type(2n+1){
		border-left: 1px solid rgba(255,255,255,0.1);
	}
	footer nav ul li:nth-of-type(1),
	footer nav ul li:nth-of-type(1),
	footer nav ul li:nth-of-type(2),
	footer nav ul li:nth-of-type(3):nth-last-of-type(2n-1){
		border-top: 1px solid rgba(0,0,0,0.13);
	}
	footer nav ul li:nth-last-of-type(1),
	footer nav ul li:nth-last-of-type(2){
		border-bottom: 1px solid rgba(255,255,255,0.1);
	}
	footer .logo{
		width: 80px;
	}
}

/*------------------------------------------------------------------*/
/*----------------------------widget--------------------------------*/
/*------------------------------------------------------------------*/

/*----------------------------contents_faq01----------------------------*/

.contents_faq01 dt{
	padding-left: 3.3rem;
}
.contents_faq01 dd{
	padding: 0 0 0 5.3rem;
}
.contents_faq01 dt:before{
	font-size: 3rem;
	line-height: 1.3;
	font-weight: bold;
	color: #a35656;
}
.contents_faq01 dd:before{
	font-size: 3rem;
	line-height: 1.3;
	font-weight: bold;
	color: #f47373;
}

/*----------------------------contents_related_tags----------------------------*/

.contents_related_tags .inner_item{
	border: 1px solid var(--i_border_color);
}
.contents_related_tags .inner_item a:hover{
	background: var(--i_sub2_color);
	opacity: 0.8;
}

/*----------------------------block_table_1----------------------------*/

.block_table_1 table thead{
	background: var(--i_sub2_color);
}
.block_table_1 table thead th,
.block_table_1 table thead td{
	background-color: var(--i_sub2_color);
}
.block_table_1 table th{
	background-color: var(--i_sub2_color);
	border: 1px solid var(--i_border_color);
	text-align: center;
	vertical-align: middle;
}
.block_table_1 table td{
	background-color: #fff;
	border: 1px solid var(--i_border_color);
	vertical-align: middle;
}
.block_table_1 table thead td{
	text-align: center;
	font-weight: bold;
}

/*----------------------------block_table_2,5,6----------------------------*/

.block_table_2 table thead,
.block_table_2 table thead th,
.block_table_2 table thead td,
.block_table_5 table thead,
.block_table_5 table thead th,
.block_table_5 table thead td,
.block_table_6 table thead,
.block_table_6 table thead th,
.block_table_6 table thead td{
	background-color: var(--i_sub2_color);
}
.block_table_2 table th,
.block_table_5 table th,
.block_table_6 table th{
	background-color: var(--i_sub2_color);
	border: 1px solid var(--i_border_color);
	text-align: center;
	vertical-align: middle;
}
.block_table_2 table td,
.block_table_5 table td,
.block_table_6 table td{
	background-color: var(--i_bg_color);
	border: 1px solid var(--i_border_color);
	vertical-align: middle;
}
.block_table_2 table thead td,
.block_table_5 table thead td,
.block_table_6 table thead td{
	text-align: center;
	font-weight: bold;
}
@media screen and (max-width: 500px){
	.block_table_2 table{
		border-bottom: 1px solid var(--i_border_color);
	}
	.block_table_2 table th{
		border-top: 1px solid var(--i_border_color);
	}
	.block_table_2 table td{
		border-top: 1px dotted var(--i_border_color);
	}
}

/*----------------------------block_table_3----------------------------*/

.block_table_3 table thead,
.block_table_3 table thead th,
.block_table_3 table thead td,
.block_table_7 table thead,
.block_table_7 table thead th,
.block_table_7 table thead td{
	background-color: var(--i_sub2_color);
}
.block_table_3 table th,
.block_table_7 table th{
	background-color: var(--i_sub2_color);
	border: 1px solid var(--i_border_color);
	text-align: center;
	vertical-align: middle;
}
.block_table_3 table td,
.block_table_7 table td{
	background-color: var(--i_bg_color);
	border: 1px solid var(--i_border_color);
	vertical-align: middle;
}
@media screen and (max-width: 500px){
	.block_table_3 table{
		border-bottom: 1px solid var(--i_border_color);
	}
	.block_table_3 table th{
		border-top: 1px solid var(--i_border_color);
	}
	.block_table_3 table td{
		border-top: 1px dotted var(--i_border_color);
	}
}
.block_table_3_item li{
	vertical-align: middle;
}

/*----------------------------gallery_archive / gallery_single----------------------------*/

.gallery_archive .inner_item a,
.gallery_single .inner_item a{
	transition: 0.2s ease-in-out;
	background-color: transparent;
}
.gallery_archive .inner_item a:hover,
.gallery_single .inner_item a:hover{
	background-color: #000;
}
.gallery_archive .inner_item a:hover img,

.gallery_single .inner_item a:hover img{
	opacity: 0.8;
}
.gallery_archive .inner_item a:after,
.gallery_single .inner_item a:after{
	color: #fff;
}
.gallery_archive .inner_item p span,
.gallery_single .inner_item p span{
	color: #fff;
}
.gallery_single_slider .slick-arrow::before{
	border-color: var(--i_btn_color);
}

/*----------------------------widget_gallery01----------------------------*/

.widget_gallery01 .slick-arrow{
	height: 40px;
	width: 30px;
	top: calc(50% - 20px);
	left: 0;
}
.widget_gallery01 .slick-next{
	left: auto;
	right: 0;
}

/*----------------------------gallery hover効果----------------------------*/

main .widget_gallery01 a,
main .gallery_archive .inner_item a,
main .gallery_single .inner_item a{
	overflow: hidden;
}
main .widget_gallery01 a img,
main .gallery_archive .inner_item a img,
main .gallery_single .inner_item a img{
	/*▼ 位置調整 美容院などの人物の場合は50% 30%あたり*/
	object-fit: cover;
	object-position: 50% 50%;
	font-family: 'object-fit: cover; object-position: 50% 50%;';
	backface-visibility: visible;
	transition: 1s ease-out !important;
	transition-property: transform opacity !important;
	transform: scale(1.001,1.001);
}
main .widget_gallery01 a:hover img,
main .gallery_archive .inner_item a:hover img,
main .gallery_single .inner_item a:hover img{
	transform: scale(1.1,1.1);
	opacity: 0.8;
}

/*----------------------------news_archive----------------------------*/

.news_archive article .inner_item_img:hover{
	opacity: 0.8;
}
.news_archive article .entry_meta{
	font-size: 1.3rem;
}

.add_design5 #primary article .inner_item_img a i:nth-last-child(1){
	background-size: 50%!important;
}
#sidebar .widget_news02 li a div span i{
	background-size: 50%!important;
}

/*----------------------------widget_coupon----------------------------*/

.widget_coupon .content_wrapper{
	max-width: 900px !important;
}
.widget_coupon .inner_item>div,
.widget_coupon .inner_item>dl{
	font-size: 1.4rem;
	line-height: 1.7;
}

/*----------------------------widget_form----------------------------*/

.widget_form .privacypolicy{
	border: 1px solid var(--i_border_color);
}
.widget_form form{
	border-top: 1px solid var(--i_border_color);
}
.widget_form form dl{
	border-bottom: 1px solid var(--i_border_color);
}
.widget_form form dt,
.widget_form form dd{
	vertical-align: middle;
}
.widget_form form dt span{
	color: var(--i_sub2_color);
	color: #D90000;
	font-size: 1.2rem;
	font-weight: bold;

}
@media screen and (max-width: 770px){
	.widget_form form dt{
		border-bottom: 1px dotted var(--i_border_color);
	}
}
main form dl input,
main form textarea{
	background: var(--i_sub2_color);
	border: 1px solid transparent;
	letter-spacing: 1px;
}
main form dl input:focus,
main form textarea:focus{
	background: var(--i_bg_color);
	border: 1px solid var(--i_border_color);
}
main form .submit input{
	letter-spacing: 3px;
	border: none;
}
main form select{
	background: var(--i_bg_color);
	border: 1px solid var(--i_border_color);
	letter-spacing: 1px;
}
main form input[type=radio] + label,
main form input[type=checkbox] + label{
	padding: 0 15px 0 22px;
}
main form input[type=radio] + label::before,
main form input[type=checkbox] + label::before{
	top: 50%;
	left: 0;
	width: 17px;
	height: 17px;
	margin-top: -9px;
	background: var(--i_sub2_color);
}
main form input[type=radio] + label::before{
	border-radius: 30px;
}
main form input[type=radio]:checked + label::after,
main form input[type=checkbox]:checked + label::after{
	left: 4px;
	width: 9px;
	height: 9px;
	margin-top: -5px;
	background: var(--i_sub_color);
}
main form input[type=radio]:checked + label::after{
	border-radius: 100%;
}
main form input[type=checkbox]:checked + label::after{
}

/*----------------------------widget_link----------------------------*/

.widget_link .inner_item_txt{
	font-size: 2rem;
}

/*----------------------------widget_lp01----------------------------*/

.widget_lp01 li a:hover{
	opacity: 0.8;
}

.widget_lp01 li a div span{
	background-size: 60% auto;
}

/*----------------------------widget_menu01----------------------------*/

.widget_menu01 h3{
	vertical-align: central;
	font-size: 1.7rem;
	letter-spacing: 1px;
	margin-bottom: 15px;
}
.widget_menu01 li dd{
	font-size: 1.3rem;
	letter-spacing: 0;
}

/*----------------------------widget_menu02----------------------------*/

.widget_menu02 h3{
	vertical-align: central;
	font-size: 1.7rem;
	letter-spacing: 1px;
}
.widget_menu02 li>p{
	font-size: 1.3rem;
	letter-spacing: 0;
}

/*----------------------------widget_news02----------------------------*/

.block_news_2 li a{
	padding: 30px;
}
.block_news_2 li a:hover:after{
	border-width: 15px;
}

/*----------------------------widget_staff01----------------------------*/

.widget_staff01 .inner_item a:hover *{
	opacity: 0.8;
}
.widget_staff01 .sub{
	font-size: 1.2rem;
	font-weight: bold;
}

/*----------------------------widget_tel----------------------------*/

.widget_tel .inner_item_tel a,
.widget_tel .inner_item_tel span{
	font-size: 3.6rem;
	letter-spacing: 0.1rem;
	line-height: 1.1;
	padding: 20px;
}
@media screen and (max-width: 450px){
	.widget_tel .inner_item_tel a,
	.widget_tel .inner_item_tel span{
		font-size: 2.6rem;
		padding: 15px 10px;
	}
	.widget_tel .inner_item_tel img{
		margin: 0 5px -2px 0;
	}
	.widget_tel .inner_item_tel svg{
		height: 16px;
		width: 16px;
	}
}

/*------------------glossary_archive------------------------*/

.glossary_archive .content_wrapper article{
	margin-bottom: 30px;
	padding-bottom: 30px;/*★1*/
}
.glossary_archive .content_wrapper .heading.block_header_2{
	margin-bottom: 10px;
}
.glossary_archive .content_wrapper .heading.block_header_2 .h{
	font-size: 1.8rem;
}
.glossary_archive .content_wrapper .heading.block_header_2 a:after{
	content: "View More";
	position: absolute;
	width: 150px;
	bottom: 32px;/*★1 + 数px*/
	right: 0;
	text-align: center;
	font-size: 1.5rem;
	font-weight: normal;
	padding: 3px 10px;
}
.glossary_archive .content_wrapper article .entry_body{
	padding-right: 180px;
}

@media screen and (max-width: 1224px){
	.glossary_archive .content_wrapper .heading.block_header_2 a:after{
		bottom: calc(32px + 1.8rem);/*★1 + 数px*/
	}
}
@media screen and (max-width: 650px){
	.glossary_archive .content_wrapper article{
		padding-bottom: 60px;
	}
	.glossary_archive .content_wrapper .heading.block_header_2 a:after{
		bottom: 30px;/*★1*/
	}
	.glossary_archive .content_wrapper article .entry_body{
		padding-right: 0;
	}
}

/*------------------recruit------------------------*/

.recruit_archive.add_design1 .recruitment_list .inner_item{
	background: rgba(255,255,255,.8);
}

.index main>section:first-child +div.composite_box01 .heading.block_header_4 .h,
.index main>section:first-child +div+div.composite_box01 .heading.block_header_4 .h{
	font-size: 2.5rem;
	letter-spacing: 0.1rem;
}
@media screen and (max-width: 800px){
	.index main>section:first-child +div.composite_box01 .heading.block_header_4 .h,
	.index main>section:first-child +div+div.composite_box01 .heading.block_header_4 .h{
		font-size: 2.1rem;
	}
}

/*------------------add------------------------*/

.composite_box01.block_images_8 .inner_item_txt .heading *{
	transition: 0.2s;
}
.composite_box01.block_images_8 .inner_item_txt .heading .h{
	font-size: 2.0rem !important;
}
.composite_box01.block_images_9 .inner_item_txt .heading::before{
	background: rgba(0,0,0,0.5);
}
@media screen and (max-width: 500px){
	.composite_box01.block_images_8 .inner_item_txt .heading .h{
		font-size: 3.6vw !important;
		line-height: 1.3;
	}
}

/*------------------追記------------------------*/

:root{
	--i_txt_color: #363433;	/*テキスト*/
	--i_main_color: #639818;	/*メイン*/
	--i_sub_color: #639818;	/*アクセント*/
	--i_btn_color: #363433;	/*ボタン*/
}
body::after {
	content: "ORCA REPAIR";
	color: rgba(99,152,24,0.1);
}

/*ローディング画像*/
#load img {
	max-width: 300px;
}

/*MV 調整*/
#mv {
	width: 100%;
	margin: 0;
}
#mv .mv_text {
	width: 40% !important;
	height: calc(100% - 450px);
	color: #fff;
	text-shadow: 2px 2px #273c0963;
	left: 0 !important;
}
#mv .mv_text h2,
#mv .mv_text p {
	color: #fff;
}
#mv .mv_text h2{
	font-weight: 400;
	font-style: normal;
}
#mv .mv_text p{
	font-weight: normal;
}
@media screen and (max-width: 800px){
	#mv .mv_text {
		bottom: 25%;
		height: 50%;
		width: 90% !important;
	}
}


/*ナビ*/
header nav ul.nav_1st > li > a:hover span {
	color: #639818
}

@media screen and (max-width: 800px){
	header {
		padding: 10px 0 20px;
	}
	header nav ul.nav_1st li a span {
		font-weight: 600;
	}
}

/*ボタン*/
header .btn > a:hover,
.contents_btn01 a:hover {
	background: #639818;
}

main > div[style*="background"] {
	margin-top: 0;
}
/*フッター*/
footer {
	background: #fff;
}
footer nav li a span {
	font-weight: 600;
}
footer .logo {
	width: 200px;
}
@media screen and (max-width: 600px){
#fixbtn .contents_btn01 a span{
padding: 5px 15px;
}
}

/*TOPページ 施工事例*/
#works + .composite_box01 .inner_item_img img {
/*	box-shadow: 5px 5px #fff;*/
}
#works + .composite_box01:not(.block_images_13) .inner_item:nth-of-type(1):nth-last-of-type(4) {
	width: 23%;
}
#works +.composite_box01 .inner_item_txt .heading.block_header_4 .h {
	font-size: 1.6rem;
	font-weight: 600;
	text-align: center;
}

/*画像ホバー*/

#works + .composite_box01 .inner_item .inner_item_img {
    position:relative;
    border: 3px solid #fff;
}
#works + .composite_box01 .inner_item a:hover *{
    opacity: 1;
}
  
  #works + .composite_box01   .inner_item .inner_item_img::before,
  #works + .composite_box01  .inner_item .inner_item_img::after {
        position:absolute;
        display:block;
        box-sizing:border-box;
        content:"";
        opacity:0;
    }
 
   #works + .composite_box01 .inner_item .inner_item_img::before {
        top:0;
        left:50%;
        width:0;
        height:100%;
        border-top:5px solid #fff;
        border-bottom:5px solid #fff;
        transition:left 0.4s, width 0.4s, opacity 0.4s;
    }
 
   #works + .composite_box01  .inner_item .inner_item_img::after {
        left:0;
        top:50%;
        width:100%;
        height:0;
        border-left:5px solid #fff;
        border-right:5px solid #fff;
        transition:top 0.4s, height 0.4s, opacity 0.4s;
    }
 
    #works + .composite_box01 .inner_item .inner_item_img:hover::before {
        left:0;
        width:100%;
        opacity:1;
        z-index: 2;
    }
 
    #works + .composite_box01 .inner_item .inner_item_img:hover::after {
        top:0;
        height:100%;
        opacity:1;
    }
@media screen and (max-width: 920px){
#works + .composite_box01 .wrapper_item {
        justify-content: space-around;
}
#works + .composite_box01 .inner_item{
        width: 43% !important;
}
}

@media screen and (max-width: 800px){
#works + .composite_box01 .inner_item .inner_item_img {
        width: 90% !important;
}
}


#soufa + .contents_box01 .inner_item_txt {
    position:relative;
}

#soufa + .contents_box01 .inner_item_txt:after {
  content: '';/*何も入れない*/
  display: inline-block;/*忘れずに！*/
  width: 257px;/*画像の幅*/
  height: 247px;/*画像の高さ*/
  background: url(/common/upload_data/orcarepaircom/image/20210903175928.png) no-repeat;
  background-size: contain;
  vertical-align: middle;
  z-index:0;
  position: absolute;
  top: 0;
  right: 0;
}
@media screen and (max-width: 800px){
  #soufa + .contents_box01 .inner_item_txt::after {
    width: 157px;
    height: 147px;
    top: 0;
    right: 0;
    bottom: 0 !important;
  }
}


/*TOP バナー部分*/
#top_bnr + .composite_box01.block_images_9 .inner_item_txt .heading::before {
  background: #000;
  opacity: 0.5;
}
#top_bnr + .composite_box01.block_images_9 a:hover .inner_item_txt .heading::before {
  opacity: 0.1;
}
@media screen and (max-width: 800px){
  #top_bnr + .block_header_4 .h {
    font-size: 2.5rem !important;
    letter-spacing: 2px !important;
  }
}
/*スクロール時 画像*/
body.scrolled header .logo a img　{
max-height: 70px !important;
}

th{
background: rgba(99,152,24,0.1);
}
td{
padding:0 10px;
}

/*ビフォーアフター 文字サイズがおかしいのを修正*/
body .beforeafter_archive .before:before{
    top:25px;
}

body .beforeafter_archive .title{
font-size:2.1rem;
font-weight:bold;
}

body .beforeafter_archive .inner_item_txt p:not(.title){
font-size:1.55rem;
}

/*--------デザイン再作成CSS---------*/
body.ft03 {
    font-family: fot-chiaro-std, sans-serif !important;
/*font-weight: 700 !important;*/
    font-style: normal;
/*追記*/
    background-image: url(/common/upload_data/orcarepaircom/image/20211115154046.jpg);
}
body.ft03 main,body.ft03 #lv_outer,body.ft03 #mv_outer{
    background-color:rgba(253,245,234,0.65);
}
body::after {
    content: "";
}
header {
/*    border: 10px solid #9f6841;*/
    padding: 20px 0 10px;
    box-sizing: border-box;
    background: url(/common/upload_data/orcarepaircom/image/20211124152947.png), #ffffff;
    background-size: contain;
}
@media screen and (max-width: 900px){
    header {
/*        border: 5px solid #9f6841;*/
    }
}
@media screen and (max-width: 900px){
    header {
        padding: 0;
    }
}



.contents_box01[class*="block_image_text_"] .inner_item_txt .contents_btn01 {
    text-align: center;
}

/*footer*/
footer {
    background: #586245;
}
footer *,
footer a {
    color: #fff;
}
footer .sns svg {
    fill: #fff;
}
#cp {
    background: #36362d;
    border-top: none;
}

/*MV*/
#mv .mv_img {
    opacity: 0.6;
}
#mv_outer {
    background: #333;
}
#mv .mv_img li {
    box-shadow: 0 0 30px rgb(0 0 0) inset;
}
#mv .mv_text {
    bottom: 160px;
    justify-content: center;
    right:  0% !important;
    left: 0% !important;
    width: 100% !important;
    margin-top: 50px;
    font-family: 'ＭＳ 明朝', 'MS Mincho','游明朝体+36ポかな','YuMincho +36p Kana',sans-serif;
}
#mv .mv_text > div {
    width: 60% !important;
    background: #586245;
    padding: 2% 50px;
    text-align: center;
    box-shadow:0px 0px 10px 3px #262b1e75 inset;
}
#mv .mv_text h2 {
    font-size: 80px !important;
    position: relative;
    z-index: 10;
}

@media screen and (max-width: 900px){
    #mv {
        height: 50vh;
    }
    #mv .mv_img li {
        height: auto;
    }
    #mv .mv_text {
        /*top: 30%;*/
        /*bottom: 0;*/
    }
    #mv .mv_text > div {
        padding: 2% 10px;
        background: #394e1cc4;
    }
    #mv .mv_text h2 {
        font-size: 40px !important;
    }
    #mv .mv_text p {
        font-size: 2rem;
    }
}
@media screen and (max-width: 640px){
    #mv {
        height: 34vh;
    }
    #mv .mv_text {
        top: 10%;
    }
    #mv .mv_text > div {
        width: 80% !important;
        border: 5px solid #8b4513;
    }
    #mv .mv_text h2 {
        font-size: 20px !important;
    }
    #mv .mv_text p {
        font-size: 1.4rem;
        line-height: 1.0;
    }
}

/*コンセプト*/
#concept + .contents_box01 .content_wrapper {
    background: #586245;
    padding: 4% 3%;
    border: 20px solid #f5ede2;
    box-shadow: 2px 2px 5px #6b3b1c;
}

#concept + .contents_box01.valign-top .wrapper_item {
    align-items: center;
}

#concept + .contents_box01.block_image_text_3 .inner_item_txt {
    writing-mode: tb-rl;
    height: 370px;
}
#concept + .contents_box01 .inner_item_txt .heading {
    border-bottom: none;
    padding-left: 10px;
}
#concept + .contents_box01 .inner_item_txt .heading .h {
    font-size: 40px !important;
}
#concept + .contents_box01 .inner_item_txt .heading p {
    font-size: 16px;
}
#concept + .contents_box01 .inner_item_txt p{
    font-family: ten-mincho, serif;
    font-weight: 400;
    font-style: normal;
    text-indent: 1em;
    line-height: 36px;
    margin-left: 30px;
    letter-spacing: 2px;
}

@media screen and (max-width: 900px){
    #concept + .contents_box01 {
        padding-bottom: 30px;
    }
    #concept + .contents_box01 .content_wrapper {
        width: 80% !important;
    }
    #concept + .contents_box01 .inner_item_img img {
        width: 60% !important;
    }
    #concept + .contents_box01.block_image_text_3 .inner_item_txt {
        height: 300px;
        width: 100%;
    }
    #concept + .contents_box01 .inner_item_txt p {
        line-height: 28px;
    }
}
@media screen and (max-width: 640px){
    #concept + .contents_box01 .content_wrapper {
        width: 90% !important;
        border: 10px solid #f5ede2;
    }
    #concept + .contents_box01 .inner_item_img img {
        margin-top: 10px;
    }
    #concept + .contents_box01.block_image_text_3 .inner_item_txt {
        height: auto;
        writing-mode: inherit;
        margin-bottom: 20px;
    }
    #concept + .contents_box01 .inner_item_txt .heading {
        padding-left: 0;
        padding-bottom: 10px;
        border-bottom: 1px solid #fff;
        text-align: center;
        margin: 0 auto 20px;
    }
    #concept + .contents_box01 .inner_item_txt .heading .h {
        font-size: 30px !important;
    }
    #concept + .contents_box01 .inner_item_txt .heading p {
        font-size: 14px;
        margin-left: 0px;
        text-indent: 0;
    }
    #concept + .contents_box01 .inner_item_txt p {
        margin-left: 5px;
        letter-spacing: 0px;
    }
}


/*service*/
#top_service + .composite_box01 .content_wrapper {
    position: relative;
}
#top_service + .composite_box01 .content_wrapper:before {
    background: url(/common/upload_data/orcarepaircom/image/20211124143834.png),linear-gradient(90deg, rgb(88, 98, 69) 0%, rgb(141, 154, 117) 51%, rgb(88, 98, 69) 100%);
    background-size:contain;
    content:"";
    display: block;
    width: 100%;
    height: 90px;
    position: absolute;
    top: -60px;
    background-position: top center;
    left: 0;
    z-index: -1;
}
#top_service + .composite_box01 .content_wrapper:after {
    background-image: url(/common/upload_data/orcarepaircom/image/20211124143834.png);
    background-size:contain;
    content:"";
    display: block;
    width: 100%;
    height: 90px;
    position: absolute;
    bottom: 0;
    left:0;
    z-index: 1;
    background-position: top center;
    background-color: #586245;
}
#top_service + .composite_box01 .content_wrapper {
    background: #fff4d6;
    padding: 3% 2% 7%;
}
#top_service + .composite_box01 .heading.block_header_6 .h {
    margin-top: -44px;
}
#top_service + .composite_box01 .heading.block_header_6 .h::before {
    height: 100px;
    width: 200px;
    background-color: #fff4d6;
    border-radius: 90%90% 0 0;
    border-top: none;
    position: absolute;
    top: -30px;
    left: 0;
    z-index: -1;
    left: calc(50% - 100px);
}

#top_service + .composite_box01 .heading.block_header_6 .h::after {
    border-top: 4px solid #8b4513;
    display: block;
    content: "";
    width: 70px;
    height: 0px;
    position: absolute;
    bottom: 0;
    left: calc(50% - 35px);
}
#top_service + .composite_box01 .heading.block_header_4 .h {
    margin: 10px auto 0;
    margin-left: 5px;
    padding-left: 30px;
}
#top_service + .composite_box01 .inner_item:nth-of-type(1)  .heading.block_header_4 .h {
    background: url(/common/upload_data/orcarepaircom/image/20211113141523.png) 0px top/80px auto no-repeat;
    background-size: contain;
    background-position: left center;
    height: 23px;
}
#top_service + .composite_box01 .inner_item:nth-of-type(2) .heading.block_header_4 .h{
    background: url(/common/upload_data/orcarepaircom/image/20211113141524.png) 8px top/90px auto no-repeat;
    background-size: contain;
    background-position: left center;  
    height: 26px;
}
#top_service + .composite_box01 .inner_item:nth-of-type(3)  .heading.block_header_4 .h {
    background: url(/common/upload_data/orcarepaircom/image/20211113141951.png) 0px top/80px auto no-repeat;
    background-size: contain;
    background-position: left center;
    height: 26px;
    padding-left: 50px;
}
#top_service + .composite_box01 .inner_item_txt p {
    font-weight: normal !important;
    font-family: 'Roboto', "Open Sans" , "Helvetica Neue" , Helvetica , Arial , Verdana , "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif !important;
}

@media screen and (max-width: 900px){
    #top_service + .composite_box01 {
        width: 90%;
        margin: 50px auto 60px;
    }
    #top_service + .composite_box01::before {
        top: 11px;
    }
    #top_service + .composite_box01::after {
        bottom: -30px;
    }
    #top_service + .composite_box01 .heading.block_header_6 .h {
        margin-top: -21px;
    }
    #top_service + .composite_box01 .heading.block_header_6 .h::before {
        top: -40px;
    }
    #top_service + .composite_box01 .heading.block_header_4 .h {
        margin: 5px auto 0;
    }
}

@media screen and (max-width: 640px){
    #top_service + .composite_box01::before {
        top: 5px;
        height: 50px;
        background-repeat: repeat;
        background-size: cover;
    }
    #top_service + .composite_box01::after {
        bottom: 0;
        height: 50px;
        background-repeat: no-repeat;
        background-size: cover;
    }
    #top_service + .composite_box01 .heading.block_header_6 .h::before {
        top: -20px;
        left: calc(50% - 76px);
        height: 75px;
        width: 150px;
        background: #fff4d6;
        border-radius: 90% 90% 0 0;
    }
    #top_service + .composite_box01 .inner_item_img:nth-last-of-type(1) {
        width: 80%;
    }
    #top_service + .composite_box01 .inner_item_img img {
        object-fit: contain;
        height: 240px !important;
    }
    #top_service + .composite_box01.block_images_1 a + .inner_item_txt{
        width: 80%;
        margin: 0 auto;
    }
    #top_service + .composite_box01 .heading.block_header_4 .h {
        margin-top: 15px;
        font-size: 2.4rem !important;
    }
}

/*TOP　施工事例*/
#top_works + .widget_gallery01 .slick-list {
    padding: 50px 0;
    background:#586245;
   /* background:linear-gradient(90deg, rgb(181, 64, 75) 0%, rgb(215, 77, 90) 31%, rgb(181, 64, 75) 100%);*/
}

#top_works + .widget_gallery01.add_design1 .inner_item .heading.block_header_2 .h {
    color: #fff;
    color: #fff;
    position: relative;
    width: 94%;
    text-align: center;
    margin: -60px auto 0;
    font-size: 20px;
    text-shadow: 1px 1px #333;   
}
#top_works + .widget_gallery01.add_design1 .inner_item a {
    border: 3px solid #fff;
    border-radius: 5px;
}
#top_works + .widget_gallery01 .contents_btn01.contents_btn01 a span {
    color: #fff
}

@media screen and (max-width: 900px){
    #top_works + .widget_gallery01.add_design1 .inner_item .heading.block_header_2 .h {
        margin: -45px auto 0;
        padding-left: 8px;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
    }
}

@media screen and (max-width: 640px){
    #top_works + .widget_gallery01 .slick-list {
        padding: 40px 0;
    }
    #top_works + .widget_gallery01.add_design1 .inner_item .heading.block_header_2 .h {
        padding:0 8px 0 0;
    }
}

/*新着・お知らせ*/
#top_news + .block_news_1 .content_wrapper {
    background: #fff;
    box-shadow: 2px 2px 3px #6b3b1c;
    padding: 4% 3%;
    margin-top: 20px;
    position: relative;
}

#top_news + .block_news_1 .content_wrapper:before {
    content: "";
    display: block;
    position: absolute;
    top: -30px;
    left: 50%;
    right: 50%;
    width: 47px;
    height: 45px;
    background-size: contain;
    background-image: url(/common/upload_data/orcarepaircom/image/20211115105307.png);
    background-repeat: no-repeat;
    z-index: 1;
}
#top_news + .block_news_1 .block_news_1 ul {
    min-width: 900px;
}

@media screen and (max-width: 640px){
    #top_news + .block_news_1 {
        padding-top: 20px;
    }
    #top_news + .block_news_1 .content_wrapper {
        padding: 10%;
        box-sizing: border-box;
    }
}

#top_info + .contents_box01 .content_wrapper {
    max-width: 1280px !important;
}
#top_info + .contents_box01 .wrapper_item {
    transform: rotateZ(1deg);
    background: #fff;
    box-shadow: 2px 2px 3px #6b3b1c;
    margin-top: 20px;
    padding: 6%;
    padding-bottom: 5% !important;
    position: relative;
    box-sizing: border-box;
}
#top_info + .contents_box01 .wrapper_item:before {
    content: "";
    display: block;
    position: absolute;
    top: -30px;
    left: 50%;
    right: 50%;
    width: 47px;
    height: 45px;
    background-size: contain;
    background-image: url(/common/upload_data/orcarepaircom/image/20211115105307.png);
    background-repeat: no-repeat;
    z-index: 1;
}
#top_info + .contents_box01 .inner_item_img,
#top_info + .contents_box01 .inner_item_txt {
    transform: rotateZ(-1deg);
}
#top_info + .contents_box01 .inner_item_txt.contents_btn01 {
    text-align: center !important;
}
#top_info + .contents_box01 .inner_item_txt .heading.block_header_2 .h {
    font-size: 3.1rem !important;
}

@media screen and (max-width: 900px){
    #top_info + .content_wrapper {
        width: 80%;
    }
    #top_info + .contents_box01 .inner_item_txt.contents_btn01 {
        text-align: center !important;
    }
    #top_info + .contents_box01 .inner_item_img img {
       /* width: 60% !important;*/
    }
}
@media screen and (max-width: 640px){
    #top_info + .contents_box01 .wrapper_item {
        padding: 10% 6%;
    }
}

/*TOP 会社情報*/
#top_com + .widget_shop01 .content_wrapper{
    background: #ffffff;
    padding: 3% 0;
    position: relative;
}
#top_com + .widget_shop01 .content_wrapper::before {
    content: "";
    display: block;
    position: absolute;
    top: -30px;
    left: 50%;
    right: 50%;
    width: 47px;
    height: 45px;
    background-size: contain;
    background-image: url(/common/upload_data/orcarepaircom/image/20211115105307.png);
    background-repeat: no-repeat;
    z-index: 1;
}
#top_com + .widget_shop01 .content_wrapper .inner_item_txt {
    padding: 2%;
    position: relative;
    z-index: 3;
}
#top_com + .widget_shop01 .inner_item_img {
    width: 45%;
}
#top_com + .widget_shop01 dt {
    width: 125px;
}

@media screen and (max-width: 900px){
    #top_com + .widget_shop01 .inner_item_img {
        margin: 0 auto 20px;
        clear: both;
        float: none;
    }
    #top_com + .widget_shop01 .content_wrapper .inner_item_txt {
        margin-top: 20px;
        padding: 4% 5%;
    }
    #top_com + .widget_shop01 .inner_item_txt {
        width: 100%;
    }
}
header .logo{
padding:0 0 20px 0;
}

@media screen and (min-width:400px){
.add_design3 article{
min-width:45%;
}
}

#pan{
height:0;
}

header .tel svg, header .btn .translate a svg, header .burger li.sp_translate a svg, header .header_sns li svg {
    fill:#586245;
}

/*-----　sample2用　-----*/
.sample2 body{
    background:#ffffff;
}
/*ヘッダーメニュー*/
.sample2 header nav ul.nav_1st > li > a:hover span {
    color: #586245;
}
.sample2 header nav ul.nav_1st > li::after {
    background: #586245;
}
/*見出し*/
.sample2 .heading.block_header_6 .h::before {
    border-top: 4px solid #586245;
}
/*MV*/
@media screen and (max-width: 640px){
    .sample2 #mv .mv_text > div{
        border: none;
    }
    .sample2 #mv .mv_text p {
        padding-top: 5px;
    }
}
/*コンセプト*/
@media screen and (max-width: 900px){
       .sample2 #concept + .contents_box01.block_image_text_3 .inner_item_txt {
              height: 360px;
       }
       .sample2 #concept + .contents_box01 .inner_item_txt p{
              line-height: 35px;
       }
}
@media screen and (max-width: 640px){
    .sample2 #concept + .contents_box01.block_image_text_3 .inner_item_txt {
        margin-bottom: 0;
        height:auto
     }
}

/*施工事例*/
.sample2 #top_works + .widget_gallery01 .slick-list {
    background:url(/common/upload_data/orcarepaircom/image/20211125164718.png) #586245;
}
/*サービス*/
.sample2 #top_service + .composite_box01 .content_wrapper::before {
    background-image: url(/common/upload_data/orcarepaircom/image/20211124140542.png),linear-gradient(90deg, rgb(88, 98, 69) 0%, rgb(141, 154, 117) 51%, rgb(88, 98, 69) 100%);
}
.sample2 #top_service + .composite_box01 .content_wrapper::after {
    background-image: url(/common/upload_data/orcarepaircom/image/20211124140542.png);
}
@media screen and (max-width: 900px){
    .sample2 #top_service + .composite_box01 .content_wrapper {
        padding: 8% 2%;
    }
    .sample2 #top_service + .composite_box01 .content_wrapper::before {
        height: 60px;
    }
    .sample2 #top_service + .composite_box01 .content_wrapper::after{
        height: 60px;
        bottom: -55px;
    }
    .sample2 #top_service + .composite_box01 .heading.block_header_6 .h {
        margin-top: -50px;
    }
    .sample2 #top_service + .composite_box01 .composite_box01 .wrapper_item {
        margin-top: -30px;
    }
}
@media screen and (max-width: 640px){
    .sample2 #top_service + .composite_box01{
        margin: 0 auto;
    }
    .sample2 #top_service + .composite_box01 .content_wrapper::before {
        height: 60px;
    }
    .sample2 #top_service + .composite_box01 .content_wrapper::after{
        height: 60px;
        bottom: -55px;
    }
    .sample2 #top_service + .composite_box01 .inner_item_img img {
        object-fit: cover;
    }
}


/*お知らせ以下*/
.sample2 #top_news + .block_news_1 .content_wrapper,
.sample2 #top_info + .contents_box01 .wrapper_item,
.sample2 #top_com + .widget_shop01 .content_wrapper {
    border: solid 1px #586245;
    outline: solid 10px #586245;
    outline-offset: 5px;
}
.sample2 #top_news + .block_news_1 .content_wrapper::before,
.sample2 #top_info + .contents_box01 .wrapper_item::before,
.sample2 #top_com + .widget_shop01 .content_wrapper::before {
    content:none;
}
.sample2 #top_info + .contents_box01 .wrapper_item,
.sample2 #top_info + .contents_box01 .inner_item_img, 
.sample2 #top_info + .contents_box01 .inner_item_txt {
    transform: none;
}
.sample2 #top_info + .contents_box01 .wrapper_item {
    background-size: 30px 30px;
    background-color: #454d3600;
    background-image: linear-gradient(45deg, #fff 25%, transparent 25%, transparent 75%, #fff 75%, #fff), linear-gradient(-45deg, #fff 25%, transparent 25%, transparent 75%, #fff 75%, #fff);
}
@media screen and (max-width: 900px){
    .sample2 #top_news + .block_news_1 .content_wrapper, 
    .sample2 #top_info + .contents_box01 .wrapper_item, 
    .sample2 #top_com + .widget_shop01 .content_wrapper {
        width: 80%;
        margin: 0 auto;
    }
    .sample2 #top_info + .contents_box01 .content_wrapper {
        max-width: 100% !important;
        padding: 0;
    }
}
@media screen and (max-width: 640px){
    .sample2 #top_news + .block_news_1 .content_wrapper, 
    .sample2 #top_info + .contents_box01 .wrapper_item, 
    .sample2 #top_com + .widget_shop01 .content_wrapper {
        width: 80%;
        margin: 0 auto;
    }
    .sample2 #top_info + .contents_box01 .content_wrapper {
        max-width: 100% !important;
        padding: 0;
    }
    .sample2 .widget_shop01 .wrapper_item {
        margin: 0 auto;
        padding: 3% 6%;
    }
}



/*----- sample3用 -----*/
.sample3 body{
}
/*見出し*/
.sample3 .heading.block_header_6 .h::before {
    border-top: 4px solid #586245;
}

/*MV*/
.sample3 #mv .mv_text > div {
    padding: 2rem .5rem;
    border: 1px solid #586245;
    box-shadow: 5px 8px 0 #586245;
    margin: 5% auto;
    font-family: 'Noto Serif JP', serif !important;
    background: #ffffff4a;
}
.sample3 #mv .mv_text > div:before {
    content: url(/common/upload_data/orcarepaircom/image/20211126143421.png);
    display: block;
    width: 200%;
    height: 200%;
    position: absolute;
    top: 30%;
    left: -80%;
    z-index: 6;
    pointer-events: none;
}
.sample3 #mv .mv_text > div:after {
    content: url(/common/upload_data/orcarepaircom/image/20211126143421_1.png);
    display: block;
    width: 200%;
    height: 200%;
    position: absolute;
    top: 55%;
    right: -75%;
    z-index: 6;
    pointer-events: none;
}
.sample3 #mv .mv_text h2, .sample3 #mv .mv_text p {
    color: #586245;
}
.sample3 #mv .mv_text {
    height: 100%;
    bottom: 0;
    text-shadow: none;
}
.sample3 #mv .mv_text h2 {
    font-size: 4.0rem;
}
.sample3 #mv .mv_text p {
    font-size: 2.5rem;
    margin-right: 20px;
}
@media screen and (max-width: 900px){ 
    .sample3 #mv .mv_text {
        top: -15%;
    }
    .sample3 #mv .mv_text > div::before {
	width: 100%;
	height: 100%;
	top: 6%;
	left: -32%;
	transform: scale(0.5);
    }
    .sample3 #mv .mv_text > div::after {
	width: 100%;
	height: 100%;
	top: 35%;
	right: -25%;
	transform: scale(0.5);
    }
}

@media screen and (max-width: 640px){ 
    .sample3 #mv .mv_text {
        top: -20%;
    }
    .sample3 #mv .mv_text h2 {
        font-weight: bold;
        font-size: 30px !important;
    }
    .sample3 #mv .mv_text p {
        padding-top: 0;
    }
    .sample3 #mv .mv_text > div::before {
	width: 100%;
	height: 100%;
	top: -1%;
	left: -36%;
	transform: scale(0.4);
    }
    .sample3 #mv .mv_text > div::after {
	width: 100%;
	height: 100%;
	top: 35%;
	right: -30%;
	transform: scale(0.4);
    }
}
/*コンセプト*/
.sample3 #concept + .contents_box01:before{
    content: url(/common/upload_data/orcarepaircom/image/20211126144852_1.png);
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 25%;
    left: 0;
    z-index: 6;
    pointer-events: none;
}
.sample3 #concept + .contents_box01:after{
    content: url(/common/upload_data/orcarepaircom/image/20211126144852.png);
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 70%;
    left: 85%;
    z-index: 6;
    pointer-events: none;
}
@media screen and (max-width: 900px){ 
    .sample3 #concept + .contents_box01::before {
        top: 15%;
        left: -37px;
    }
    .sample3 #concept + .contents_box01::after {
        top: 70%;
        left: 55%;
        transform: scale(0.7);
    }
}
@media screen and (max-width: 640px){ 
    .sample3 #concept + .contents_box01::before {
        top: -15%;
        left: -31%;
        z-index: 2;
        transform: scale(0.5);
    }
    .sample3 #concept + .contents_box01::after {
        top: 60%;
        left: 40%;
        transform: scale(0.5);
    }
}


/*サービス*/
.sample3 #top_service + .composite_box01 {
    background: url(/common/upload_data/orcarepaircom/image/20211126134645.png) rgba(2552,255,255,0.2) !important;
}
.sample3 #top_service + .composite_box01 .content_wrapper::before,
.sample3 #top_service + .composite_box01 .content_wrapper::after,
.sample3 #top_service + .composite_box01 .heading.block_header_6 .h::before {
    content: none;
}
.sample3 #top_service + .composite_box01 .content_wrapper{
    background: transparent;
}
.sample3 #top_service + .composite_box01 .inner_item {
    background: #ffff;
    padding: 2%;
}
.sample3 #top_service + .composite_box01 .inner_item:nth-of-type(3) .heading.block_header_4 .h {
	background: url(/common/upload_data/orcarepaircom/image/20211126155839.png) 0px top/80px auto no-repeat;
	background-size: contain;
	background-position: left center;
	height: 26px;
	padding-left: 50px;
	mix-blend-mode: multiply;
}


@media screen and (max-width: 900px){ 
    .sample3 #top_service + .composite_box01 {
        width: 100% !important;
        margin: 0 auto;
    }
}
@media screen and (max-width: 640px){ 
    .sample3 #top_service + .composite_box01 {
        width: 100% !important;
        margin: 0px auto;
    }
    .sample3 #top_service + .composite_box01 .inner_item {
        padding: 4% 2% 5%;
        width: 90% !important;
        margin: 20px auto !important;
    }
}




/*施工事例*/
.sample3 #top_works + .widget_gallery01 {
    background: url(/common/upload_data/orcarepaircom/image/20211126133952.png) #586245 !important;
}
.sample3 #top_works + .widget_gallery01 .content_wrapper .heading.block_header_6 .h {
    color: #fff !important;
}
.sample3 #top_works + .widget_gallery01 .content_wrapper .heading.block_header_6 .h::before {
    border-top: 4px solid #fff;
}
.sample3 #top_works + .widget_gallery01 .slick-list {
    background: transparent;
}
.sample3 #top_works + .widget_gallery01 .contents_btn01.contents_btn01 a span {

	border: 1px solid #ffffff82;
} 

/*お知らせ以下*/
.sample3 #top_news + .block_news_1 .content_wrapper,
.sample3 #top_info + .contents_box01 .wrapper_item,
.sample3 #top_com + .widget_shop01 .content_wrapper {
    border: solid 1px #586245;
    outline: solid 10px #586245;
    outline-offset: 5px;
}
.sample3 #top_news + .block_news_1 .content_wrapper::before,
.sample3 #top_info + .contents_box01 .wrapper_item::before,
.sample3 #top_com + .widget_shop01 .content_wrapper::before {
    content:none;
}
.sample3 #top_info + .contents_box01 .wrapper_item,
.sample3 #top_info + .contents_box01 .inner_item_img, 
.sample3 #top_info + .contents_box01 .inner_item_txt {
    transform: none;
}
@media screen and (max-width: 900px){
    .sample3 #top_news + .block_news_1 .content_wrapper, 
    .sample3 #top_info + .contents_box01 .wrapper_item, 
    .sample3 #top_com + .widget_shop01 .content_wrapper {
        width: 80%;
        margin: 0 auto;
    }
    .sample3 #top_info + .contents_box01 .content_wrapper {
        max-width: 100% !important;
        padding: 0;
    }
}
@media screen and (max-width: 640px){
    .sample3 #top_news + .block_news_1 .content_wrapper, 
    .sample3 #top_info + .contents_box01 .wrapper_item, 
    .sample3 #top_com + .widget_shop01 .content_wrapper {
        width: 80%;
        margin: 0 auto;
    }
    .sample3 #top_info + .contents_box01 .content_wrapper {
        max-width: 100% !important;
        padding: 0;
    }
    .sample3 .widget_shop01 .wrapper_item {
        margin: 0 auto;
        padding: 3% 6%;
    }
}





/*------------------------------
  20220201　デザイン反映
------------------------------*/

img {
  image-rendering: -webkit-optimize-contrast;
}

body.ft03 {
  background-image: url(/common/upload_data/orcarepaircom/image/20220201175845.png);
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  font-family: ten-mincho, serif !important;
}

.contents_btn01 a, .glossary_archive .content_wrapper .heading.block_header_2 a::after,
main form .submit span, main form .submit span input {
  border: 1px solid var(--i_btn_color);
}
.contents_btn01 a:hover, .glossary_archive .content_wrapper .heading.block_header_2 a:hover::after,
main form .submit span:hover {
  border: 1px solid #639818;
}

.heading.block_header_1 p::before, .heading.block_header_6 .h::before {
  border-top: 3px solid #586245;
}
.heading.block_header_2 {
  border-bottom: 1px solid #616153;
}



/*lv*/
#lv {
  width: 100%;
  margin: 0;
}
#lv::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0,0,0,0.1);
}
#lv_outer p {
  justify-content: center;
  height: 100%;
}
#lv_outer p span {
  color: #fff;
  text-shadow: 2px 2px #273c0963;
}
#pan {
  background-color: #fff;
  border-top: 1px solid var(--i_border_color);
  border-bottom: 1px solid var(--i_border_color);
  height: auto;
  transform: none;
}



/*header*/

header {
  background: #fff;
  border-bottom: 10px solid var(--i_main_color);
}
header .header_contents .header_col1 .tel a, header .header_contents .header_col1 .tel span {
  font-family: fot-chiaro-std, sans-serif;
  letter-spacing: 0.05em;
}
header .tel svg, header .btn .translate a svg, header .burger li.sp_translate a svg, header .header_sns li svg {
  fill: var(--i_txt_color);
}
header .btn > a {
  font-size: 20px;
  padding: 3px 10px;
  letter-spacing: 0.05em;
  background: var(--i_main_color);
}
header nav ul.nav_1st > li::before, header nav ul.nav_1st > li::after {
  content: none;
}
@media screen and (max-width: 640px){
header.open::after, header .header_contents {
  background: #fff;
}
}



/*footer*/
footer {
  background: #2f3525;
}
#fixbtn .fixbtntel a, #fixbtn .fixbtntel span {
  font-family: fot-chiaro-std, sans-serif;
  letter-spacing: 0.05em;
}
#fixbtn .contents_btn01 span {
  font-size: 20px;
  padding: 3px 10px;
  letter-spacing: 0.05em;
}
#cp {
  background: #36362d;
}

@media screen and (max-width: 600px){
#fixbtn .contents_btn01 a span {
  padding: 5px 25px;
}
footer .logo {
  width: 150px;
}
}



/*----------top----------*/

/*MV*/

#mv_outer {
  border-bottom: 10px solid var(--i_main_color);
}
#mv .mv_img {
  opacity: 0.9;
}
#mv .mv_text {
  text-shadow: 2px 2px 5px #333;
  margin-top: 0;
}
#mv .mv_text > div {
  width: auto !important;
  background: transparent;
  padding: 0;
  box-shadow: none;
}
#mv .mv_text h2 {
  font-family: ten-mincho, serif !important;
}

@media screen and (max-width: 900px){
#mv .mv_text {
  height: 100%;
  top: 50%;
  transform: translateY(-50%);
}
#mv .mv_text > div {
  display: flex;
  align-items: center;
}
}
@media screen and (max-width: 640px){
#mv .mv_text > div {
  border: none;
}
}



/*concept*/
#concept + .contents_box01 .content_wrapper {
  box-shadow: 0px 0px 1px #6b3b1c;
  position: relative;
  width: 96%;
}
#concept + .contents_box01 .content_wrapper::after {
  position: absolute;
  content: "";
  width: 115%;
  height: 105%;
  top: 3%;
  left: -9%;
  background-image: url(/common/upload_data/orcarepaircom/image/20220201175819.png), url(/common/upload_data/orcarepaircom/image/20220201175819_1.png);
  background-position: right top, left bottom;
  background-repeat: no-repeat;
  background-size: auto;
}
#concept + .contents_box01 .inner_item_txt {
  color: rgb(245, 237, 226);
}
#concept + .contents_box01 .inner_item_txt .heading .h {
  font-family: fot-chiaro-std, sans-serif;
}

@media screen and (max-width: 900px){
#concept + .contents_box01 .content_wrapper::after {
  width: 110%;
  height: 100%;
  left: -6%;
  background-size: 100px;
}
}
@media screen and (max-width: 1080px){
    #concept + .contents_box01 .content_wrapper {
        width: 96% !important;
        border: 10px solid #f5ede2;
    }
    #concept + .contents_box01 .inner_item_img img {
        margin-top: 40px;
    }
    #concept + .contents_box01.block_image_text_3 .inner_item_txt {
        height: auto;
        writing-mode: inherit;
        margin-bottom: 40px;
    }
    #concept + .contents_box01 .inner_item_txt .heading {
        padding-left: 0;
        padding-bottom: 10px;
        border-bottom: 1px solid #fff;
        text-align: center;
        margin: 0 auto 20px;
    }
    #concept + .contents_box01 .inner_item_txt .heading .h {
        font-size: 30px !important;
    }
    #concept + .contents_box01 .inner_item_txt .heading p {
        font-size: 14px;
        margin-left: 0px;
        text-indent: 0;
    }
    #concept + .contents_box01 .inner_item_txt p {
        margin-left: 5px;
        letter-spacing: 0px;
    }
}



/*service*/

#ntop_service1 + .contents_box01,
#ntop_service2 + .contents_box01,
#ntop_service3 + .contents_box01 {
  background-size: 10% !important;
}
#ntop_service1 + .contents_box01, #ntop_service3 + .contents_box01 {
  background-position: 3% bottom !important;
}
#ntop_service2 + .contents_box01 {
  background-position: 97% bottom !important;
}
#ntop_service1 + .contents_box01 .inner_item_img,
#ntop_service2 + .contents_box01 .inner_item_img,
#ntop_service3 + .contents_box01 .inner_item_img {
  margin-bottom: 20px;
  position: relative;
}
#ntop_service1 + .contents_box01 .inner_item_img::before,
#ntop_service2 + .contents_box01 .inner_item_img::before,
#ntop_service3 + .contents_box01 .inner_item_img::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  bottom: -20px;
  left: 20px;
  background-position: bottom;
  background-size: contain;
  z-index: -1;
}
#ntop_service1 + .contents_box01 .inner_item_img::before {
  background-image: url(/common/upload_data/orcarepaircom/image/20220202110944.png);
  background-size: 50px;
}
#ntop_service2 + .contents_box01 .inner_item_img::before {
  background-image: url(/common/upload_data/orcarepaircom/image/20220202110333_1.png);
  left: auto;
  right: 20px;
}
#ntop_service3 + .contents_box01 .inner_item_img::before {
  background-image: url(/common/upload_data/orcarepaircom/image/20220202110225.png);
}
#ntop_service1 + .contents_box01 .inner_item_txt,
#ntop_service3 + .contents_box01 .inner_item_txt {
  margin-left: 8%;
}
#ntop_service2 + .contents_box01 .inner_item_txt {
  margin-right: 8%;
}
#ntop_service1 + .contents_box01 .inner_item_txt .heading {
  border-color: #44617b;
}
#ntop_service3 + .contents_box01 .inner_item_txt .heading {
  border-color: #b23701;
}
#ntop_service1 + .contents_box01 .inner_item_txt .heading h3,
#ntop_service2 + .contents_box01 .inner_item_txt .heading h3,
#ntop_service3 + .contents_box01 .inner_item_txt .heading h3 {
  display: block;
  background-color: #fff;
  margin-bottom: 20px;
  padding: 5px;
  font-weight: normal;
  text-align: center;
}
#ntop_service1 + .contents_box01 .inner_item_txt .heading p,
#ntop_service2 + .contents_box01 .inner_item_txt .heading p,
#ntop_service3 + .contents_box01 .inner_item_txt .heading p {
  font-size: 2.1rem;
  font-weight: normal;
}
#ntop_service1 + .contents_box01 .inner_item_txt p {
  color: #44617b;
}
#ntop_service2 + .contents_box01 .inner_item_txt p {
  color: #586245;
}
#ntop_service3 + .contents_box01 .inner_item_txt p {
  color: #b23701;
} 
#ntop_service1 + .contents_box01[class*="block_image_text_"] .inner_item_txt .contents_btn01 a,
#ntop_service2 + .contents_box01[class*="block_image_text_"] .inner_item_txt .contents_btn01 a,
#ntop_service3 + .contents_box01[class*="block_image_text_"] .inner_item_txt .contents_btn01 a {
  background: transparent;
  color: var(--i_btn_color);
}
#ntop_service1 + .contents_box01[class*="block_image_text_"] .inner_item_txt .contents_btn01 a:hover,
#ntop_service2 + .contents_box01[class*="block_image_text_"] .inner_item_txt .contents_btn01 a:hover,
#ntop_service3 + .contents_box01[class*="block_image_text_"] .inner_item_txt .contents_btn01 a:hover {
  background: var(--i_btn_color);
  border: 1px solid var(--i_btn_color);
  color: #fff;
}

@media screen and (max-width: 900px){
#ntop_service1 + .contents_box01,
#ntop_service2 + .contents_box01,
#ntop_service3 + .contents_box01 {
  background-size: 80px !important;
}
#ntop_service1 + .contents_box01 .inner_item_img,
#ntop_service2 + .contents_box01 .inner_item_img,
#ntop_service3 + .contents_box01 .inner_item_img {
  width: 60% !important;
  margin: 0 auto 43px;
}
#ntop_service1 + .contents_box01 .inner_item_img::before,
#ntop_service2 + .contents_box01 .inner_item_img::before,
#ntop_service3 + .contents_box01 .inner_item_img::before {
  bottom: -13px;
  left: 13px;
  right: auto;
}
#ntop_service1 + .contents_box01 .inner_item_img::before {
  background-size: 25px;
}
#ntop_service1 + .contents_box01 .inner_item_txt,
#ntop_service2 + .contents_box01 .inner_item_txt,
#ntop_service3 + .contents_box01 .inner_item_txt {
  margin-left: 0;
  margin-right: 0;
}
}
@media screen and (max-width: 800px){
#ntop_service1 + .contents_box01 .inner_item_txt .heading,
#ntop_service2 + .contents_box01 .inner_item_txt .heading,
#ntop_service3 + .contents_box01 .inner_item_txt .heading {
  padding-left: 0;
}
}



/*works*/

#top_works + .widget_gallery01 {
  background-size: 50px !important;
  position: relative;
}
#top_works + .widget_gallery01::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(to right, transparent 5%, #868d78 30%, #868d78 70%, transparent 95%);
}
#top_works + .widget_gallery01 .slick-list {
  background: transparent;
}
#top_works + .widget_gallery01 .slick-track {
  justify-content: space-around;
}
#top_works + .widget_gallery01.add_design1 .inner_item {
  max-width: 350px;
  padding: 0 10px;
}
#top_works + .widget_gallery01.add_design1 .inner_item a {
  border: none;
  border-radius: 50%;
  padding-top: 100%;
}
#top_works + .widget_gallery01.add_design1 .inner_item a::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: url(/common/upload_data/orcarepaircom/image/20220203131133.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
#top_works + .widget_gallery01.add_design1 .inner_item .heading.block_header_2 .h {
  margin: 0 auto;
}
#top_works + .widget_gallery01 .contents_btn01.contents_btn01 a:hover {
  background-color: transparent;
  border: 1px solid #fff;
}

@media screen and (max-width: 600px){
#top_works + .widget_gallery01::before {
  content: none;
}
}



/*新着以下*/

#top_news + .block_news_1 .content_wrapper,
#top_info + .contents_box01 .wrapper_item,
#top_com + .widget_shop01 .content_wrapper {
  box-shadow: 2px 2px 2px #999;
  margin-top: 0;
  padding: 60px;
}
#top_news + .block_news_1 .content_wrapper,
#top_com + .widget_shop01 .content_wrapper {
  width: 96%;
}
#top_news + .block_news_1 .content_wrapper::before,
#top_info + .contents_box01 .wrapper_item::before,
#top_com + .widget_shop01 .content_wrapper::before {
  content: none;
}
@media screen and (max-width: 900px){
#top_news + .block_news_1 .content_wrapper,
#top_info + .contents_box01 .wrapper_item,
#top_com + .widget_shop01 .content_wrapper {
  padding: 60px 3% !important;
}
}



#top_news + .block_news_1 ul {
  width: 100%;
  min-width: 0;
}



#top_info + .contents_box01 .content_wrapper {
  max-width: calc(1000px + 4%) !important;
}
#top_info + .contents_box01 .wrapper_item {
  transform: none;
}
#top_info + .contents_box01 .inner_item_img, #top_info + .contents_box01 .inner_item_txt {
  transform: none;
}



#top_com + .widget_shop01 .content_wrapper {
  background-image: url(/common/upload_data/orcarepaircom/image/20220202142844.png);
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: contain;
}
#top_com + .widget_shop01 .content_wrapper .inner_item_txt {
  background-color: rgba(255,255,255,0.5);
  padding: 0 2% 2%;
}
#top_com + .widget_shop01 .content_wrapper .inner_item_txt .heading.block_header_4 .h {
  font-size: 2.4rem;
}
#top_com + .widget_shop01 dl {
  border-bottom: 2px dotted #888;
}
#top_com + .widget_shop01 dl:nth-of-type(1) {
  border-top: 2px dotted #888;
}
#top_com + .widget_shop01 dl:last-of-type {
  border-bottom: none;
}

@media screen and (max-width: 700px){
#top_com + .widget_shop01 dt {
  border-bottom: none;
}
}



/*edit_outer*/

#583401.edit_outer .content_wrapper {
  background: #586245;
  padding: 4% 3%;
  border: 20px solid #f5ede2;
  box-shadow: 2px 2px 5px #6b3b1c;
}





/*----------0405調整----------*/

/*header*/

@media screen and (max-width: 900px){
header.open::after, header .header_contents {
  background: rgba(255,255,255,1);
}
}



/*common*/
/*tab時画像サイズ制限*/
@media screen and (max-width: 900px){
#img_resize + section .inner_item_img, #img_resize + div .inner_item_img,
#top_concept + section .inner_item_img,
#anc_001 + section .inner_item_img {
    max-width: 400px !important;
    margin-left: auto;
    margin-right: auto;
}
}



/*faqパーツ*/
.contents_faq01 dt::before {
  color: #b23701;
}
.contents_faq01 dd::before {
  color: #44617b;
}

@media screen and (max-width: 500px){
.contents_faq01 dt{
  padding-right: 50px;
  box-sizing: border-box;
}
.contents_faq01 dt::after {
  content: "click";
  position: absolute;
  width: 40px;
  height: 40px;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  pointer-events: none;
  z-index: -1;
  background-color: #fff;
  border-radius: 50px;
  line-height: 40px;
  text-align: center;
}
}



/*no img*/
.no_img, #sidebar .widget_news02 li a div span {
  background-color: #fff;
}



/*TOP*/

#top_works + .widget_gallery01::before {
  background: linear-gradient(to right, rgba(134, 141, 120, 0) 5%, rgba(134, 141, 120, 1) 30%, rgba(134, 141, 120, 1) 70%, rgba(134, 141, 120, 0) 95%);
}

@media screen and (max-width: 900px){
#ntop_service1 + .contents_box01 .inner_item_img, #ntop_service2 + .contents_box01 .inner_item_img, #ntop_service3 + .contents_box01 .inner_item_img {
  width: calc(100% - 26px) !important;
  max-width: 350px !important;
  margin: 0 auto 43px;
}
#concept + .contents_box01 .inner_item_img img, #top_com + .widget_shop01 .inner_item_img, #top_info + .contents_box01 .inner_item_img {
  width: calc(100% - 26px) !important;
  max-width: 350px !important;
  margin-left: auto;
  margin-right: auto;
}
}



/*リペアとは*/
.beforeafter_archive .after::before {
  display: none;
}
.beforeafter_archive .after::after {
  content: "";
  position: absolute;
  width: 16%;
  height: 50%;
  top: 25%;
  left: -8%;
  background-image: url(/common/upload_data/orcarepaircom/image/20220405103733.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}



/*ギャラリー*/
.view_detail #lv .parallax_img, .view_gallery_archive #lv .parallax_img {
  transform: none !important;
}


#logging_in {
  display: none;
}