@charset "utf-8";
/*
	Theme Name: 匠のGEN
	Description: 匠のGENのレスポンシブテーマ
	Theme URI: https://takumi-gen.jp/
	Author: 匠のGEN
	Author URI: https://takumi-gen.jp/

*/

/*--------------------------------------- 
 base （全体の制御）
===========================================*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video ,input{
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	box-sizing:border-box;
	/*vertical-align: baseline;*/
}
strong{
	font-weight:bold;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}

html{
	font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
	color:#333333;
	font-size:62.5%;
	scroll-behavior: smooth;
}
ol, ul {
	list-style: none;
}
a{
	text-decoration:none;
	color:#333333;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
img{
	max-width:100%;
	height:auto;
}

/*---------------------------------------
 common （共通のスタイル）
=======================================*/
body{
	font-size:1.4rem;
	line-height:1.8;
}
.clear{
	clear:both;
}
.layout{
	width:1200px;
	margin:0 auto;
}
a:hover{
	opacity:0.7;
}

/*--- layout_flex ---*/
.space{
	justify-content:space-between;
}
.space_around{
	justify-content: space-around;
}
.flex{
	display: flex;
}
.align_items{
	align-items:center;
}
.layout_flex{
    display:flex;
    flex-wrap:wrap;
}
.layout_flex .child_box{
	margin-bottom: 2rem;
}
.type_5 .child_box{
	width:18.4%;
	margin-left:2%;
}
.type_5 .child_box:first-of-type,
.type_5 .child_box:nth-of-type(5n+1){
	margin-left:0;
}
.type_4 .child_box{
	width:23.5%;
	margin-left:2%;
}
.type_4 .child_box:first-of-type,
.type_4 .child_box:nth-of-type(4n+1){
	margin-left:0;
}
.type_3 .child_box{
	width:32%;
	margin-left:2%;
}
.type_3 .child_box:first-of-type,
.type_3 .child_box:nth-of-type(3n+1){
	margin-left:0;
}
.type_2 .child_box{
	width:49%;
	margin-left:2%;
}
.type_2 .child_box:first-of-type,
.type_2 .child_box:nth-of-type(2n+1){
	margin-left:0;
}
.text_red{
	color: #E60012;
}

/*--- font ---*/
.fwBold{
	font-weight:bold;
}
.fs110{
	font-size: 110%;
}
.fs120{
	font-size: 120%;
}
.fs140{
	font-size: 140%;
}
.fs160{
	font-size: 160%;
}
.fs180{
	font-size: 180%;
}
.fs200{
	font-size: 200%;
}
.fs250{
	font-size: 250%;
}
.fs300{
	font-size: 300%;
}
.taCenter{
	text-align:center;
}
.taRight{
	text-align: right;
}
.taLeft{
	text-align: left;
}
.fmincho{
	font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
}
.red{
	color: #ED1C24;
}
.blue{
	color: #1B1C80;
}
.green{
	color: #9FD10B;
}
.white{
	color: #FFF;
}
.black{
	color: #333 !important;
}
.pink{
	color: #B42E68;
}
.brown{
	color: #C9A063;
}
.mText{
	font-size: 1.2rem;
}
.mText01{
	font-size: 80%;
}
/*--- etc ---*/
.sp_only{
	display:none !important;
}
.sp_only01{
	display:none;
}
.mT0{
	margin-top: 0 !important;
}
.mT10{
	margin-top: 1rem;
}
.mT20{
	margin-top: 2rem;
}
.mT30{
	margin-top: 3rem;
}
.mT50{
	margin-top: 5rem;
}
.mB0{
	margin-bottom: 0 !important;
}
.mB10{
	margin-bottom: 1rem;
}
.mB20{
	margin-bottom: 2rem;
}
.mB30{
	margin-bottom: 3rem;
}
.mB50{
	margin-bottom: 5rem;
}
.mR5{
	margin-right: 0.5rem;
}
.mR10{
	margin-right: 1rem;
}
.mR20{
	margin-right: 2rem;
}
.indent{
	text-indent: 2em;
}
@media screen and (max-width: 1200px) {
	.layout{
		width:100%;
		padding: 0 2%;
	}
	.type_5 .child_box{
		width:23.5%;
		margin-left:2%;
	}
	.type_5 .child_box:nth-of-type(5n+1){
	margin-left:2%;
	}
	.type_5 .child_box:nth-of-type(4n+1){
		margin-left:0;
	}
	.fs300{
		font-size: 250%;
	}
	.fs250{
		font-size: 200%;
	}
}

@media screen and (max-width: 800px) {
	.sp_only{
		display:block !important;
	}
	.pc_only{
		display:none !important;
	}
	.fs200{
		font-size: 180%;
	}
	.fs250{
		font-size: 170%;
	}
	.fs180{
		font-size: 150%;
	}
	.fs140{
		font-size: 130%;
	}
	.fs160{
		font-size: 140%;
	}
	.fs300{
		font-size: 220%;
	}

	/*--- layout_flex ---*/
	.type_3 .child_box,.type_4 .child_box,.type_5 .child_box{
		width:49%;
		margin-bottom:2rem;
		margin-left:2%;
	}
	.type_4 .child_box:nth-of-type(4n+1){
		margin-left:2%;
	}
	.type_3 .child_box:nth-of-type(3n+1) {
		margin-left:2%;
	}
	.type_3 .child_box:first-of-type,
	.type_3 .child_box:nth-of-type(2n+1),
	.type_4 .child_box:first-of-type,
	.type_4 .child_box:nth-of-type(2n+1),
	.type_5 .child_box:first-of-type,
	.type_5 .child_box:nth-of-type(2n+1){
		margin-left:0;
	}
}

@media screen and (max-width: 420px) {
	.sp_only01{
		display:block;
	}
	.fs200{
		font-size: 130%;
	}
	.fs250{
		font-size: 180%;
	}
	.fs180{
		font-size: 140%;
	}
	.fs160{
		font-size: 120%;
	}
	.fs140{
		font-size: 115%;
	}
	.fs120{
		font-size: 110%;
	}
	.fs110{
		font-size: 100%;
	}
	.fs300{
		font-size: 180%;
	}
	/*--- layout_flex ---*/
	.type_2 .child_box{
		width:100%;
		margin-left:0 !important;
	}
	.mT50{
		margin-top: 2rem;
	}
	.mB20{
		margin-bottom: 1rem;
	}
	.mB30{
		margin-bottom: 2rem;
	}
	.mB50{
		margin-bottom: 3rem;
	}
}

/* header
---------------------------------------*/
header{
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 9998;
	background-color: #210000;
	align-items: center;
}
header .logo,header .header_tel{
	width: 18.75%;
}
#Gnav{
	width: 62.5%;
}
/*--- logo , header_tel ---*/
header .logo{
	display: table;
	text-align: center;
	background-color: #FF7F00;
	padding: 1rem 0;
}
header .header_tel{
	display: table;
	text-align: center;
	color: #FFF;
}
header .logo .inner,header .header_tel .inner{
	display: table-cell;
	vertical-align: middle;
}
.header_logo .insta{
	font-size: 3rem;
	display: inline-block;
	margin-left: 1rem;
	line-height: 1;
	margin-top: 1.5rem;
}
.header_logo a{
	vertical-align: middle;
}
.tel_text{
	border: 1px solid #FFF;
	padding: 0.5rem 1rem;
	display: inline-block;
	margin-bottom: 0.5rem;
	font-size: 1.2rem;
	line-height: 1.3;
	text-align: center;
}
.tel_text span{
	display: block;
}
.tel_text .text01{
	font-size: 1rem;
}
.tel_num img,.tel_num span{
	vertical-align: middle;
}
header .header_tel .tel_num a{
	color: #FFF;
}

/* --- Gnav --- */
#Gnav ul:before, #Gnav ul:after{
    content: "";
    display: table;
}
#Gnav ul:after{
    clear: both;
}
#Gnav ul{
	position: relative; 
	z-index: 999;
	display: flex;
	justify-content: center;
	width: 100%;
}
#Gnav ul li{
    position: relative;
	line-height: 1.4;
	text-align: center;
}
#Gnav ul li a{
	display: block;
	padding: 0 1.5rem;
	color: #FFF;
	font-size: 1.2rem;
}
#Gnav li ul{
    position: absolute;
    top: 120%;
    left: 0;
    margin: 0;
    width:150%;
	z-index: 999999;
    opacity: 0;
    visibility: hidden;
    transition: .5s;
	display: block;
	background-color: #FFF;
}
#Gnav li:hover ul{
    visibility: visible;
    opacity: 1;
}
#Gnav li ul li{
    width: 100% !important;
    display:block;
	border: none;
	text-align: center;
}
#Gnav li ul li a{
	display: block;
	text-align: center;
	padding: 1.5rem 0;
	color: #333;
}
@media screen and (max-width: 1580px) {
	#Gnav ul li a{
		padding: 0 1rem;
	}
}
@media screen and (max-width: 1550px) {
	header .logo{
		width: 17%;
	}
	header .header_tel{
		width: 16%;
	}
	#Gnav{
		width: 67%;
	}
}
@media screen and (max-width: 1300px) {
	#Gnav ul li a{
		padding: 0 0.5rem;
	}
}

@media screen and (max-width: 840px) {
	header .logo,header .header_tel{
		width: 42%;
	}
}
@media screen and (max-width: 420px) {
	header .logo,header .header_tel{
		width: 100%;
	}
	header .logo .inner a,header .logo .inner .disc{
		display: inline-block;
		vertical-align: middle;
	}
	header .logo{
		text-align: left;
		padding-left: 2%;
	}
	header .logo .inner{
		display: flex;
	}
	header .logo .inner .header_logo{
		width: 37%;
	}
	
	header .logo .inner .logo_link{
		width: 65%;
		margin-right: 0.5rem;
	}
	.header_logo .insta{
		font-size: 3rem;
		margin-left: 0;
		margin-top: 0.5rem;
	}
	header .logo .inner .disc{
		margin-top: 1.2rem;
		font-size: 1.2rem;
	}
	header .header_tel{
		padding: 1rem 0 0.5rem;
	}
	header .header_tel .tel_text{
		padding: 0.5rem;
		font-size: 1rem;
	}
	header .header_tel .tel_text span{
		display: inline-block;
	}
	header .header_tel .tel_num{
		font-size: 2rem;
		line-height: 1.5;
	}
	header .header_tel .tel_num img{
		width: 12%;
	}
}
/* --- hamburger-menu --- */
.hamburger-menu{
	padding: 0 1rem;
}
.ham_menu{
	margin-top: 4.7rem;
	font-size: 1.2rem;
	color: #FFF;
}
.menu-btn {
    display: flex;
    height: 40px;
    width: 40px;
    justify-content: center;
    align-items: center;
	position: absolute;
	right: 2%;
	top: 0.5rem;
	z-index: 999;
}
.menu-btn span,
.menu-btn span:before,
.menu-btn span:after {
    content: '';
    display: block;
    height: 3px;
    width: 25px;
    border-radius: 3px;
    background-color: #ffffff;
    position: absolute;
}
.menu-btn span:before {
    bottom: 8px;
}
.menu-btn span:after {
    top: 8px;
}
#menu-btn-check:checked ~ .menu-btn span {
    background-color: rgba(255, 255, 255, 0);
}
#menu-btn-check:checked ~ .menu-btn span::before {
    bottom: 0;
    transform: rotate(45deg);
}
#menu-btn-check:checked ~ .menu-btn span::after {
    top: 0;
    transform: rotate(-45deg);
}
#menu-btn-check {
    display: none;
}
.menu-content {
    width: 80%;
    height: 100%;
    position: fixed;
    top: 0;
    right: 100%;
    z-index: 80;
    background-color: #333;
    transition: all 0.5s;
}
.menu-content ul {
    padding: 50px 10px 0;
}
.menu-content ul li {
    border-bottom: solid 1px #ffffff;
    list-style: none;
}
.menu-content ul li a {
    display: block;
    width: 100%;
    font-size: 15px;
    box-sizing: border-box;
    color:#ffffff;
    text-decoration: none;
    padding: 9px 15px 10px 0;
    position: relative;
}
.menu-content ul li a::before {
    content: "";
    width: 7px;
    height: 7px;
    border-top: solid 2px #ffffff;
    border-right: solid 2px #ffffff;
    transform: rotate(45deg);
    position: absolute;
    right: 11px;
    top: 16px;
}
#menu-btn-check:checked ~ .menu-content {
    right: 20%;
}

/* footer
---------------------------------------*/
.footer_area{
	padding: 4rem 0;
	background-color: #FF7F00;
}

.copy{
	padding: 0.7rem;
	font-size: 1.2rem;
	background-color: #000;
	color: #FFF;
}
.fNav ul li{
	display: inline-block;
	padding: 0 1rem;
}
#ssttbutton{
	right: 2% !important;
}

@media screen and (max-width: 840px) {
	.fLayout .footer_logo_area{
		width: 80%;
		text-align: center;
	}
	.fLayout .footer_logo_area img{
		width: 100%;
		margin-bottom: 1rem;
	}
	.fLayout .footer_logo_area .tel_num{
		font-size: 2.6rem;
		display: block;
	}
}
.fix_nav{
	display: none;
}
@media screen and (max-width: 800px) {
	.fix_nav{
		position: fixed;
		bottom: 0;
		left: 0;
		display: flex;
		width: 100%;
		z-index: 9999;
	}
	.fix_nav li{
		width: 25%;
		border-right: 2px solid #FFF;
		background-color: #FF7F00;
		padding: 1.5rem 0;
		text-align: center;
	}
	.fix_nav li:last-child{
		border: none;
	}
	.fix_nav li a{display: block;}
	.fix_nav li i{
		font-size: 2.5rem;
	}
	.fix_nav li span{
		display: block;
		font-size: 1rem;
		font-weight: bold;
	}
	#ssttbutton{
		bottom: 70px !important;
	}
}

/*---------------------------------------
 　　各ページ
=======================================*/
/* 共通
---------------------------------------*/
i{
	margin-right: 0.5rem;
}
.width70{
	width: 70%;
	margin: 0 auto;
}
.width45{
	width: 45%;
	margin: 0 auto;
}
#material,#top_contents{
	margin-top:-160px;
	padding-top:160px;
}
@media screen and (max-width: 840px) {
	.width70{
		width: 100%;
	}
	.width45{
		width: 100%;
		margin: 0 auto;
	}
}
/* TOP PAGE
---------------------------------------*/
/*---- #slider ----*/
.slide_area{
	margin-top: 111px;
	position: relative;
	margin-bottom: 3rem;
}
.slide_lead{
	position: absolute;
	width: 100%;
	text-align: center;
	top: 45%;
	transform: translateY(-50%);
	color: #FFF;
	letter-spacing: 0.8rem;
}
.btn_scroll{
	position: absolute;
	bottom: 0;
	left: 5%;
	padding: 0 1rem 3rem;
	border-left: 1px solid #FFF;
}
.btn_scroll a{
	color: #FFF;
	writing-mode: vertical-rl;
}
@media screen and (max-width: 1600px) {
	.btn_scroll{
		left: 1%;
	}
}
#slider{
	margin-bottom: 0;
	height: calc(100vh - 111px);
	width: 100%;
}
#slider li{
	position: relative;
}
#slider li img{
	height: calc(100vh - 111px);
	width: 100%;
	object-fit: cover;
	display: block;
}
#slider .slick-dots{
	bottom: 80px;
}
#slider .slick-dots li{
	margin: 0;
}
#slider .slick-dots li.slick-active button:before{
	color: #FF7F00;
	opacity: 1;
}
#slider .slick-dots li button:before{
	color: #FFF;
	opacity: 1;
}
#slider .slick-prev, #slider .slick-next{
	display: none !important;
}
@media screen and (max-width: 840px) {
	#slider .slick-dots{
		bottom: 10px;
	}
	.slide_lead{
		letter-spacing: 0.5rem;
	}
}
@media screen and (max-width: 420px) {
	.top_main_img{
		margin-top: 115px;
	}
	.fix_top{
		margin-top: 170px;
	}
	.slide_area{
		margin-top: 143px;
		height: calc(100vh - 221px);
	}
	#slider{
		height: calc(100vh - 221px);
	}
	#slider li img{
		height: calc(100vh - 221px);
	}
}
/*---- top_info ----*/
.top_info{
	justify-content: space-between;
}
.top_info .info_area{
	width: 70%;
}
.top_info .blog_area{
	width: 25%;
}
.btn_info{
	margin-top: 3rem;
	text-align: center;
}
.btn_info a{
	display: inline-block;
	border: 1px solid #000;
	padding: 1rem 5rem;
}
@media screen and (max-width: 840px) {
	.top_info .info_area{
		width: 60%;
	}
	.top_info .blog_area{
		width: 37%;
	}
}
@media screen and (max-width: 420px) {
	.top_info{
		display: block;
		width: 100%;
	}
	.top_info .info_area,.top_info .blog_area{
		width: 100%;
	}
	.top_info .info_area{
		margin-bottom: 3rem;
	}
	.btn_info{
		margin-top: 1.5rem;
	}
}

/*---- video ----*/
.video{
	width: 800px;
	margin: 0 auto 50px;
}
div.vid_contents {
	width: 100%;
	text-align: center;
	margin: auto;
}
video.vid_main {
	width: 100%;
	max-width: 800px;
}
@media screen and (max-width: 800px) {
	.video{
		width: 96%;
		margin: 0 2% 50px;
	}
}

/*---- Real estate ----*/
.lead01 .fs250{
	letter-spacing: 0.5rem;
}
.estate_box{
	padding: 0 5%;
}
.estate_box .child_box .box01{
	width: 80%;
	margin-top: -40px;
	background-color: #FFF;
	padding: 3rem 2rem;
	box-shadow: 3px 3px 5px #DDD;
	position: relative;
}
.estate_box .child_box .box01 .estate_ttl .ttl{
	margin-right: 0.5rem;
}
@media screen and (max-width: 1200px) {
	.estate_box.sp_only{
		padding: 0 2%;
		display: flex !important;
	}
}
@media screen and (max-width: 420px) {
	.estate_box .child_box .box01{
		padding: 1rem;
		margin-top: 0;
		width: 100%;
	}
}

/*---- Commitment ----*/
.commit_box{
	background: url("images/bg_commitment01.png") left top no-repeat;
	background-size: cover;
	position: relative;
	padding: 100px 0 180px;
	margin-top: 5rem;
}
.commit_box .lead01{
	margin-left: 100px;
	display: inline-block;
}
.commit_box .lead01 span{
	width: 100%;
	display: inline-block;
}
.commit_box .box02{
	color: #FFF;
	width: 55%;
	height: 842px;
    padding: 200px calc(7.3% + 178px) 50px 7.3%;
}

.box02 .more_btn01 a{
	color: #FFF;
	border: 1px solid #FFF;
	display: inline-block;
	padding: 1rem 5rem;
}
@media screen and (max-width: 800px) {
	.commit_box{
		background-color: rgba(0,0,0,0.8);
		background-image: none;
		color: #FFF;
		padding: 5rem 2% !important;
	}
	.commit_box .lead01{
		margin-left: 0;
	}
	.commit_box .box02{
		width: 100%;
		padding: 3rem 0 0;
		height: auto;
	}
}

/* Work
---------------------------------------*/
.work{
	background: url("images/bg_work.png") no-repeat top left;
	background-size: cover;
	padding: 5rem 0;
}
.work .lead01{
	color: #FFF;
}
.work .estate_box .child_box .box01{
	box-shadow: 0 0 0;
}
.btn01 a{
	display: inline-block;
	color: #FFF;
	border: 1px solid #FFF;
	padding: 1.5rem 8rem;
}

/* Flow
---------------------------------------*/
.flow{
	background: url("images/bg_flow.png") no-repeat top left;
	background-size: cover;
	padding-top: 100px;
}
.flow_area{
	padding: 100px 100px 50px;
	background-color: rgba(255,255,255,0.7);
	display: inline-block;
	width: 60%;
}
.flow_area .lead01{
	display: inline-block;
	line-height: 1.4;
	text-align: center;
}
.flow_area .lead01 .fs250{
	letter-spacing: 0.5rem;
}
.flow_area .lead01 span{
	width: 100%;
	display: inline-block;
}
.flow_area .flow_box{
	display: flex;
	align-items: center;
	justify-content: center;
}
.flow_area .flow_box .box03{
	width: 80%;
}
.flow_area .flow_box .box03 div{
	width: 45%;
}
.flow_area .flow_box div p{
	background-color: #FFF;
	border: 1px solid #333;
	border-radius: 20px;
	padding: 1rem 0;
	text-align: center;
	margin-bottom: 3.5rem;
}
.more_btn01 a{
	display: inline-block;
	border: 1px solid #333;
	padding: 1rem 4rem;
}
@media screen and (max-width: 800px) {
	.flow{
		padding-top: 0;
	}
	.flow_area{
		padding: 5rem 2rem;
		width: 100%;
	}
}
@media screen and (max-width: 420px) {
	.flow_area{
		padding: 3rem 2%;
	}
	.flow_area .flow_box .box03{
		width: 100%;
	}
	.flow_area .flow_box .box03 div{
		width: 48%;
	}
}



/* 下層ページ
---------------------------------------*/
.page section{
	margin-bottom: 7rem;
}
.top_fix{
	padding-top: 170px !important;
}
.main_img{
	margin-bottom: 5rem;
}
.wp-pagenavi{
	text-align: center;
	margin-top: 3rem;
}
@media screen and (max-width: 1200px) {
	.page{
		padding: 0 2%;
	}
}
@media screen and (max-width: 420px) {
	.page section{
		margin-bottom: 3rem;
	}
}

/* 不動産情報
---------------------------------------*/
.search_area{
	margin-bottom: 2rem;
	width: 100%;
}
.search_area th,.search_area td{
	border: 1px solid #FF7F00;
	padding: 1rem 0;
}
.search_area th{
	font-weight: bold;
	width: 25%;
	background-color: #F5F5F5;
}
.search_area td{
	width: 75%;
	padding-left: 3rem;
	text-align: left;
}
.search_btn form .terms{
	display: inline-block;
}
.search_btn form .terms li{
	display: inline-block;
	margin-right: 1rem;
}
.search_btn form .terms li input,
.search_btn form .terms li span{
	vertical-align: middle;
}
.search_btn .search_btn01,.search_btn .clear_btn{
	color: #FFF;
	cursor: pointer;
	font-weight: bold;
	border-radius: 2.5rem;
	background-color: #FF7F00;
	margin: 0 1rem;
}
.search_btn .search_btn01{
	color: #FFF;
	cursor: pointer;
	font-weight: bold;
	border-radius: 2.5rem;
	background-color: #FF7F00;
	padding: 1.3rem 7rem;
}
.search_btn .clear_btn{
	background-color: #AAAAAA;
	padding: 1.6rem 6rem;
}

.btn02 a{
	display: inline-block;
	background-color: #000;
	color: #FFF;
	padding: 1.5rem 5rem;
	text-align: center;
	line-height: 1.4;
}

@media screen and (max-width: 800px) {
	.search_area td{
		padding: 1rem;
	}
}

@media screen and (max-width: 420px) {
	.btn02 a{
		padding: 1rem 2rem;
	}
	.search_area th,.search_area td{
		padding: 0.5rem 1rem;
		width: 100%;
		display: block;
	}
	.search_btn form .terms li{
		margin-right: 0.5rem;
	}
	.search_btn .search_btn01,.search_btn .clear_btn{
		margin: 0 0.5rem;
	}
	.search_btn .search_btn01{
		padding: 1rem 5rem;
	}
	.search_btn .clear_btn{
		padding: 1.3rem 4rem;
	}
}

/* 不動産情報 Single
---------------------------------------*/
.border01{
	border-top: 2px solid #707070;
	padding-top: 3rem;
	margin-top: 5rem;
}
.box04 .cat span{
	display: inline-block;
	line-height: 1.3;
	padding: 0 1rem;
	margin-right: 1rem;
}
.box04 .cat .land{
	border: 1px solid #FF7F00;
	color: #FF7F00;
}
.box04 .cat .new{
	border: 1px solid #66AA00;
	color: #66AA00;
}
.box04 .cat .secondhand{
	border: 1px solid #B25900;
	color: #B25900;
}
.box04 p,.box04 h1{
	border-bottom: 1px dotted #707070;
	padding: 0.7rem 1rem;
}
.single_table01{
	width: 100%;
}
.single_table01 tr{
	border-bottom: 1px dotted #707070;
}
.single_table01 th{
	text-align: left;
	padding: 0.7rem 0 0.7rem 1rem;
	width: 20%;
}
.single_table01 td{
	padding: 0.7rem 2rem 0.7rem 0;
}

#single_slider li img{
	width: 100%;
	height: auto;
}

/*---- slider ----*/
#single_slider .slick-dots{
	display: none !important;
}
#single_slider .slick-prev, #single_slider .slick-next{
	width: 30px;
	height: 30px;
	color: #FF7F00 !important;
	border: 1px solid #FF7F00;
	background-color: #ffffff;
}
#single_slider .slick-prev{
	left: 5px;
	z-index: 999;
}
#single_slider .slick-next{
	right: 5px;
}
#single_slider .slick-prev:before{
	font-family: "Font Awesome 5 Free";
	content: '\f053';
	font-weight: 900;
	opacity: 1;
	color:#FF7F00;
} 
#single_slider .slick-next:before{
	font-family: "Font Awesome 5 Free";
	content: '\f054';
	font-weight: 900;
	opacity: 1;
	color:#FF7F00;
}
.single_table02{
	width: 100%;
	border: 2px solid #000;
}
.single_table02 th,.single_table02 td{
	border: 1px solid #707070;
	padding: 1rem;
}
.single_table02 th{
	width: 20%;
	background-color: #F5F5F5;
}
@media screen and (max-width: 800px) {
	.border01{
		margin-top: 2rem;
	}
}
@media screen and (max-width: 420px) {
	.single_table01 th,.single_table02 th{
		width: 30%;
	}
}
/* Commitment
---------------------------------------*/
.commit_area{
	margin-bottom: 8rem;
}
.commit_area .commit:nth-of-type(even){
	flex-direction: row-reverse;
}
.commit .img_box{
	width: 52%;
}
.commit .img_box img{
	display: block;
}
.commit .text_box{
	width: 48%;
	background-color: #FFF;
	padding: 100px 8% 0;
}
.commit .text_box .lead02{
	display: inline-block;
	background-color: #000;
	color: #FFF;
	padding: 0 1rem;
}
@media screen and (max-width: 800px) {
	.commit .text_box{
		padding: 1rem 2%;
	}
}
@media screen and (max-width: 420px) {
	.commit .img_box,.commit .text_box{
		width: 100%;
		display: block;
	}
	.commit .text_box{
		padding: 2rem 2%;
	}
}

/* ---- Material ---- */
.material_box{
	margin-bottom: 7rem;
}
.lead03{
	color: #FFF;
	font-size: 1.6rem;
	padding: 1.5rem 0;
	text-align: center;
	background-color: #422626;
}
.lead04{
	color: #FFF;
	background-color: #000;
	text-align: center;
	padding: 0.7rem 0;
}
.lead05{
	display: inline-block;
	border: 1px solid #333;
	padding: 0.7rem 3rem;
	margin-top: 2rem;
}
.box05 p{
	margin-bottom: 1rem;
}
.box06{
	border: 1px solid #707070;
	padding: 3rem;
}
.box06 img{
	margin-bottom: 1rem;
	width: 100%;
	height: auto;
}
.lead06{
	text-align: center;
	margin-bottom: 3rem;
	padding: 0.74rem 0;
	border: 1px solid #000;
}

@media screen and (max-width: 800px) {
	.box06{
		padding: 1rem;
	}
}
/* 施工事例
---------------------------------------*/
.btn03{
	display: inline-block;
	width: 800px;
}
.btn03 .left_box{
	width: 78%;
	text-align: center;
	background-color: #000;
	padding: 2rem 0;
}
.btn03 .left_box img,.btn03 .left_box span{
	display: inline-block;
	vertical-align: middle;
}
.btn03 .left_box img{
	padding-top: 0.7rem;
}
.btn03 .left_box span{
	font-size: 2.2rem;
	color: #FFF;
	margin-left: 2rem;
	font-weight: bold;
}
.btn03 .right_box{
	width: 22%;
	text-align: center;
	border: 1px solid #000;
	display: flex;
	align-items: center;
	justify-content: center;
}
.btn03 .right_box span{
	font-size: 1.6rem;
	border-bottom: 1px solid #707070;
}
@media screen and (max-width: 840px) {
	.btn03{
		width: 100%;
		padding: 0;
	}
	.btn03 .left_box img{
		width: 40%;
	}
	.btn03 .left_box span{
		font-size: 1.8rem;
	}
}
@media screen and (max-width: 420px) {
	.btn03 .left_box{
		padding: 1rem 0;
	}
	.btn03 .left_box span{
		font-size: 1.3rem;
		margin-left: 0.5rem;
	}
	.btn03 .right_box span{
		font-size: 1.2rem;
	}
}
/* 施工事例 single
---------------------------------------*/
.border02{
	border-bottom: 1px solid #707070;
	margin-bottom: 0.8rem;
}
.box07 img{
	margin-bottom: 3rem;
}
.box07 h2{
	color: #FF7F00;
}
.single_table03{
	margin: 0 auto;
}
.single_table03{
	border: 2px solid #000;
}
.single_table03 th,.single_table03 td{
	border: 1px solid #707070;
	text-align: center;
}
.single_table03 th{
	padding: 0.7rem 2rem;
	background-color: #F5F5F5;
}
.single_table03 td{
	padding: 0.7rem 3rem;
}
.works_single .estate_box{
	padding: 0;
}

/* お客様の声
---------------------------------------*/
.testimonial{
	margin: 0 5%;
}
.option{
	margin-bottom: 5rem;
}
.option select{
	padding: 1rem 6rem;
	text-align: center;
	border-radius: 20px;
	border-color: #707070;
}
.option select {
	-webkit-appearance: none;
	appearance: none;
}
select {
  -webkit-appearance: none;
  appearance: none; 
}
select::-ms-expand {
  display: none; 
}
select {
	background-image: url("images/arrow_select.png");
	background-position: right 15px center;
	background-repeat: no-repeat;
	background-size: 12px 8px;
}
.testimonial .main{
	width: 76%;
}
.testimonial aside{
	width: 20%;
}
.testimonial .main .estate_box{
	padding: 0;
}
.voice_side_ttl{
	margin-bottom: 2rem;
}
.box08{
	margin-bottom: 2rem;
}
.box08 .box01{
	width: 90%;
	margin-top: -30px;
	background-color: #FFF;
	padding: 1rem;
	box-shadow: 3px 3px 5px #DDD;
	position: relative;
}
.box08 .box01 span{
	border-bottom: 1px solid #707070;
}
@media screen and (max-width: 1300px) {
	.testimonial{
		margin: 0 2%;
	}
}
@media screen and (max-width: 840px) {
	.testimonial .main{
		width: 70%;
	}
	.testimonial aside{
		width: 28%;
	}
}
@media screen and (max-width: 420px) {
	.testimonial .main,.testimonial aside{
		width: 100%;
	}
	.testimonial .main{
		margin-bottom: 2rem;
	}
}


/* お客様の声 single
---------------------------------------*/
.contents .ttl01{
	margin-bottom: 3rem;
}
.box04 .single_table03{
	width: 100%;
}
.box04 .single_table03 caption{
	text-align: left;
	margin-bottom: 1rem;
}
.box04 .single_table03 th,.box04 .single_table03 td{
	padding: 0.7rem 0;
	text-align: center;
}
.box04 .single_table03 th{
	width: 35%;
}
.box04 .single_table03 td{
	width: 65%;
}
.faq{
	margin-bottom: 4rem;
}

/* 施主様インタビュー
---------------------------------------*/
.interview_ttl{
	background-color: #000;
	color: #FFF;
	padding: 1rem 5rem;
	display: inline-block;
}
.interview_ttl img,.interview_ttl span{
	display: inline-block;
	vertical-align: middle;
}
.interview_ttl img{
	padding-top: 0.7rem;
}
.interview_ttl span{
	font-weight: bold;
	font-size: 2rem;
	margin-left: 2rem;
}
.interview_box .child_box{
	width: 47%;
}
@media screen and (max-width: 680px) {
	.interview_ttl{
		padding: 1rem 3rem;
	}
	.interview_ttl img{
		width: 42%;
		height: auto;
	}
}
@media screen and (max-width: 420px) {
	.interview_ttl{
		padding: 1rem 1rem;
	}
	.interview_ttl span{
		font-size: 1.4rem;
		margin-left: 0.5rem;
	}
	.interview_box .child_box{
		width: 100%;
		margin-bottom: 3rem;
	}
	.interview_box .child_box:nth-of-type(even) p{
		order: 2;
	}
	.interview_box .child_box:nth-of-type(even) img{
		order: 1;
		margin-bottom: 1rem;
	}
}
/* Gallery
---------------------------------------*/
.gallery_box{
	padding: 0 5%;
}
.gallery_box a{
	display: block;
	border: 1px solid #707070;
	padding: 1.5rem;
	margin-bottom: 1rem;
}
.gallery_box a img{
	display: block;
}

.gallery_select{
	padding: 1.5rem 7rem 1.5rem 5rem;
	border-radius: 25px;
	position: relative;
	background-color: transparent;
	z-index: 1;
}

.gallery_select {
	-webkit-appearance: none;
	appearance: none; 
}
.gallery_select::-ms-expand {
	display: none; 
}
.select_wrap{
	position: relative;
	display: inline-block;
}
.select_wrap::after{
	font-family: "Font Awesome 5 Free";
	content: '\f0d7';
	font-weight: 900;
	position: absolute;
	top: 50%;
	right: 20px;
	transform: translateY(-50%);
	color: #000;
	font-size: 1.8rem;
}
@media screen and (max-width: 1360px) {
	.gallery_box{
		padding: 0 2%;
	}
}
@media screen and (max-width: 1200px) {
	.gallery_box{
		padding: 0;
	}
}
@media screen and (max-width: 800px) {
	.gallery_box a{
		padding: 1rem;
	}
}
/* Information
---------------------------------------*/
.info_box{
	padding: 1rem 2rem;
	border-bottom: 1px dotted #707070;
	align-items: center;
}
.info_box .date{
	margin-right: 2rem;
}
.info_box .date,.info_box .ttl{
	display: inline-block;
}
.info_box .cat,.single_cat{
	border: 1px solid #333;
	padding: 0 1rem;
}
.single_cat{
	margin-left: 2rem;
}
@media screen and (max-width: 420px) {
	.info_box .date,.info_box .ttl{
		width: 100%;
		margin-bottom: 0.5rem;
	}
}

/* Flow
---------------------------------------*/
.lead07{
	border-bottom: 1px solid #707070;
	margin-bottom: 3rem;
}
.flow_wrap section{
	width: 60%;
	margin: 0 auto 5rem;
}
.flow_wrap section h3{
	font-weight: bold;
	text-align: center;
	padding: 1rem 0;
	border: 1px solid #000000;
	margin-bottom: 0.5rem;
}
.flow_wrap section .step{
	position: relative;
	margin-bottom: 2rem;
	background-color: #F5F5F5;
	padding: 5rem 8rem 3rem;
}
.flow_wrap section .step .step_num{
	position: absolute;
	top: 0;
	left: 0;
	color: #FFF;
	background-color: #FF7F00;
	padding: 0.5rem 5rem;
}
.flow_wrap section .step h4{
	color: #FF7F00;
	font-size: 2rem;
	font-weight: bold;
}
.flow_wrap .btn_flow{
	text-align: center;
}
.flow_wrap .btn_flow a{
	display: inline-block;
	color: #FFF;
	background-color: #000;
	padding: 0.5rem 5rem;
	font-weight: bold;
	margin-top: 1.5rem;
}
@media screen and (max-width: 840px) {
	.flow_wrap section{
		width: 100%;
		margin: 0 auto 3rem;
	}
	.flow_wrap section .step{
		padding: 5rem 3rem 3rem;
	}
}
@media screen and (max-width: 420px) {
	.flow_wrap section h3{
		padding: 0.7rem 0;
		font-size: 1.1rem;
	}
	.flow_wrap section .step{
		padding: 5rem 1rem 2rem;
	}
	.flow_wrap section .step h4{
		font-size: 1.6rem;
	}
}
/* Takumi craftsman
---------------------------------------*/
.craftsman .child_box img{
	border: 1px solid #DDDDDD;
	width: 100%;
}
.craftsman .child_box h3{
	text-align: center;
	color: #FFF;
	background-color: #210000;
	padding: 1rem 0;
	line-height: 1.4;
}
.craftsman .child_box h3 .mText{
	margin-right: 1rem;
}
.craftsman .child_box h3 .en_name{
	font-size: 1.1rem;
	display: block;
}
.craftsman .child_box .qualification{
	text-align: center;
	color: #FFF;
	background-color: #FF7F00;
	padding: 0.7rem 0;
	line-height: 1.5;
}

/* Guarantee 保証について
---------------------------------------*/
.guarantee{
	background-color: #F5F5F5;
}
.guarantee_area{
	padding: 3rem 8rem 4rem;
}
.guarantee .lead08{
	font-weight: bold;
	font-size: 1.6rem;
	text-align: center;
	color: #FF7F00;
	margin-bottom: 2rem;
}
.guarantee h3{
	font-weight: bold;
	font-size: 2rem;
	text-align: center;
	padding: 0.7rem 0;
	color: #FFF;
	background-color: #FF7F00;
}
.guarantee .guarantee_box .guarantee_img{
	width: 38%;
}
.guarantee .guarantee_box .guarantee_text{
	width: 57%;
}

.greeting_img{
	width: 25%;
}
.greeting_text{
	width: 70%;
}

.guarantee .btn04 a{
	display: inline-block;
	color: #FFF;
	background-color: #000;
	padding: 0.5rem 5rem;
	font-weight: bold;
	margin-top: 2rem;
}
@media screen and (max-width: 800px) {
	.guarantee_area{
		padding: 2rem 2rem 3rem;
	}
}
@media screen and (max-width: 420px) {
	.lead09{
		font-size: 100%;
		font-weight: bold;
	}
	.guarantee_area{
		padding: 2rem 1rem 3rem;
	}
	
	.guarantee .lead08{
		font-size: 1.4rem;
	}
	.guarantee h3{
		font-size: 1.6rem;
		padding: 0.7rem 0;
	}
	.guarantee .guarantee_box .guarantee_img{
		width: 100%;
		margin-bottom: 2rem;
	}
	.guarantee .guarantee_box .guarantee_text{
		width: 100%;
	}
}

/* Privacy Policy
---------------------------------------*/
.privacy p{
	margin-bottom: 1em;
}

/* 会社概要
---------------------------------------*/
.area01 .about_box01,.area01 .about_box02{
	width: 50%;
	height: 600px;
	position: relative;
}
.area01 div .absolute{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
}
.area01 .about_box01{
	background-color: #FF7F00;
}
.area01 .about_box02{
	background-color: #210000;
	color: #FFF;
	font-size: 1.6rem;
}
.gmap {
	height: 0;
	overflow: hidden;
	padding-bottom: 40%;
	position: relative;
}
.gmap iframe {
position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
}
.about{
	width: 100%;
}
.about tr{
	border-bottom: 1px dotted #707070;
}
.about th{
	width: 25%;
	padding: 1rem 0;
}
.about th span{
	display: inline-block;
	width: 75%;
	color: #FFF;
	background-color: #000;
}
.about td{
	width: 75%;
	padding-left: 2rem;
}

@media screen and (max-width: 800px) {
	.area01 .about_box01,.area01 .about_box02{
		height: 300px;
	}
	.area01 .about_box01 p{
		font-size: 1.2rem;
	}
	.area01 .about_box02 .absolute{
		width: 80%;
	}
	.area01 .about_box02{
		font-size: 1.2rem;
	}
	.about th{
		width: 35%;
	}
	.about th span{
		width: 80%;
	}
	.about td{
		width: 65%;
		padding-left: 1rem;
	}
	
}
@media screen and (max-width: 420px) {
	.area01 .about_box01,.area01 .about_box02{
		width: 100%;
		height: 200px;
	}
	.area01 .about_box01 p,.area01 .about_box02{
		font-size: 1.4rem;
	}
}

/* お問い合わせ
---------------------------------------*/
.contact{
	width: 100%;
}
.contact th,.contact td{
	padding: 1.5rem;
	border: 1px solid #DDD;
}
.contact th{
	width: 25%;
	background-color: #F5F5F5;
}
.contact td{
	width: 75%;
	padding-left: 3rem;
}
.contact td input{
	background-color: #F5F5F5;
	padding-left: 1rem;
}
.contact td textarea{
	width: 95%;
	border: 1px solid #DDDDDD;
	background-color: #FFF;
	padding: 1rem;
}
.submit input[type="submit"] {
	width: 150px;
	text-align: center;
	padding: 1rem 0;
	color: #FFF;
	background-color: #FF7F00;
	cursor: pointer;
}
.consent{
	margin: 2rem 0;
}
.contact td .width40{
	width: 40%;
	margin-right: 1rem;
}
.contact td .width50{
	width: 50%;
}
.contact td .width60{
	width: 60%;
}
.contact td .width70{
	width: 70%;
}
.contact td input{
	border: 1px solid #DDDDDD;
	background-color: #F7F7F7;
	padding-left: 1rem;
}
.contact td textarea{
	width: 90%;
	border: 1px solid #DDDDDD;
	background-color: #F7F7F7;
	padding: 1rem;
}
.contact .name_lead01,.contact .name_lead02{
	margin-right: 0.5rem;
}
.contact .name_lead02{
	margin-left: 1rem;
}
.contact input[type="file"]{
	border: none;
	background-color: #FFF;
}
.contact td div{
	margin-bottom: 1.5rem;
}
.contact td div .item_detail{
	width: 85px;
	display: inline-block;
}
.contact td select{
	padding: 0.7rem 6rem 0.7rem 3.5rem;
}
.contact select {
	background-image: url("images/arrow_select.png");
	background-position: right 10px center;
	background-repeat: no-repeat;
	background-size: 12px 8px;
}
.contact td #zip{
	width: 150px;
	margin-right: 1rem;
}
.mw_wp_form_confirm .contact .name_lead01,
.mw_wp_form_confirm .contact .name_lead02{
	display: none;
}
@media screen and (max-width: 840px) {
	.contact td{
		padding-left: 1rem;
	}
}

@media screen and (max-width: 420px) {
	.contact th,.contact td{
		display: block;
		width: 100%;
	}
	.contact th{
		text-align: left;
		padding-left: 2rem;
	}
	.contact td .width40{
		width: 38%;
	}
	.contact td .width90{
		width: 95%;
	}
	.contact td .width70,.contact td .width50,
	.contact td .width60{
		width: 95%;
	}
	.contact td div .item_detail{
		display: block;
	}
	.contact .name_lead01,.contact .name_lead02{
		margin-right: 0.5rem;
	}
	.contact .name_lead02{
		margin-left: 0;
	}
}
/* BLOG
---------------------------------------*/
.blog_slider_nav{
	margin-top: 2rem;
}
.single_area p{
	margin-bottom: 1em;
}
.single_area h2{
	font-weight: bold;
	margin-top: 2em;
}

/* 404
---------------------------------------*/
.notfound{
	text-align:center;
}
.notfoundtext{
	color:#fa1919 ;
	font-size:1.8rem;
	font-weight:bold;
	margin:3rem;
}
.notfoundanchor a{
	color:#e47b7f;
}
@media screen and (max-width: 800px) {
	.notfoundtext{
		font-size:1.6rem;
	}
}

/* WordPress Misc
---------------------------------------*/
.aligncenter {
	display: block;
	margin-right: auto;
	margin-left: auto;
}

.alignleft {
	float: left;
	margin-right:3%;
	margin-bottom:2rem;
}

.alignright {
	float: right;
	margin-left:3%;
	margin-bottom:2rem;
}
@media screen and (max-width: 420px) {
	.alignleft {
		float: none;
		margin-right:0;
	}
	.alignright {
		float: none;
		margin-right:0;
	}
}


.grecaptcha-badge{
	bottom: 90px !important;
}

/* ZEH 2024 10 02追加
---------------------------------------*/
.zeh{
	padding: 7rem 0;
}
.zeh_logo{
	width: 80%;
	margin: 0 auto 5rem;
}
.zeh_img{
	margin: 0 auto 5rem;
}
.zeh p{
	font-size: 1.6rem;
	font-weight: bold;
}

.zeh .ttl02{
	color: #00A040;
	font-weight: bold;
	font-size: 3rem;
	margin-bottom: 1.5rem;
}
.zeh_box{
	width: 80%;
	margin: 0 auto;
}
.zeh_table{
	width: 100%;
	table-layout: fixed;
}
.zeh_table th,.zeh_table td{
	padding: 1.5rem 0;
	text-align: center;
	font-weight: bold;
	border: 1px solid #FFF;
	font-size: 1.6rem;
}
.zeh_table th{
	background-color: #E6E6E6;
}
.zeh_table td{
	background-color: #F5F5F5;
}
.zeh_table .bg_y th{
	background-color: #FFE88F;
}
@media screen and (max-width: 1100px) {
	.zeh_logo,.zeh_box{
		width: 100%;
	}
}
@media screen and (max-width: 480px) {
	.zeh_logo,.zeh_img{
		margin-bottom: 3rem;
	}
	.zeh_table th,.zeh_table td{
		font-size: 1.4rem;
	}
	.zeh .ttl02{
		font-size: 2.4rem;
	}
	
}

/* イベント_archive 2025 02追加
---------------------------------------*/
.lead_event span{
	display: block;
	line-height: 1.3;
	font-weight: bold;
}
.lead_event .fs250{
	font-size: 4rem;
}
.event_box .child_box{
	box-shadow: 0 0 8px #ccc;
}
.img_box01{
	position: relative;
	overflow: hidden;
	width: 100%;
	padding-bottom: 66%;
}
.img01{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.img_box01 img{
	width: 100%;
	display: block;
}
.text_box_event{
	padding: 1.5rem 2rem 3rem;
}
.ttl_event{
	font-size: 1.8rem;
	margin: 1rem 0 2rem;
}
.btn_event01,.btn_event02{
	margin-top: 1rem;
}
.btn_event01 a,.btn_event02 a{
	display: inline-block;
	padding: 1rem 0;
	font-size: 1.8rem;
	width: 100%;
	text-align: center;
	font-weight: bold;
}
.btn_event01 a{
	border: 1px solid #000;
}
.btn_event02 a{
	color: #FFF;
	background-color: #FF7F00;
}

@media screen and (max-width: 480px) {
	.lead_event .fs250{
		font-size: 3.5rem;
	}
	.event_box .child_box{
		width: 100%;
		margin: 0 0 3rem !important;
	}
}

/* イベント_single 2025 02追加
---------------------------------------*/
.lead_event_s{
	font-size: 3.6rem;
	border-bottom: 1px solid #000;
}
.event_box_single{
	width: 1000px;
	margin: 0 auto;
}
.singleE_box{
	margin-bottom: 7rem;
}
.ttl_single01{
	display: inline-block;
	width: 300px;
	font-size: 2.4rem;
	padding: 0.3rem 0;
	border: 1px solid #000;
	font-weight: bold;
	margin-bottom: 3rem;
}
.event_info_text{
	font-size: 3.6rem;
	font-weight: bold;
}
.event_info_text01{
	font-size: 2rem;
	font-weight: bold;
}
.text_event{
	margin-top: 2rem;
}
.gmap_single {
	width: 600px;
	height: 0;
	overflow: hidden;
	padding-bottom: 50%;
	position: relative;
	margin: 3rem auto 0;
}
.gmap_single iframe {
position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
}
.event_img01{
	margin-top: 4rem;
}
.event_img01 img{
	display: block;
	width: 100%;
}
.btn_eventS a{
	display: inline-block;
	width: 60%;
	text-align: center;
	color: #FFF;
	background-color: #FF7F00;
	padding: 2rem 0;
	font-weight: bold;
	font-size: 3.6rem;
}

@media screen and (max-width: 1000px) {
	.event_box_single{
		width: 100%;
		margin: 0 auto;
	}
}
@media screen and (max-width: 840px) {
	.lead_event_s{
		font-size: 2.4rem;
		line-height: 1.6;
	}
	.event_info_text{
		font-size: 2.4rem;
	}
}
@media screen and (max-width: 480px) {
	.singleE_box{
		margin-bottom: 5rem;
	}
	.gmap_single {
		width: 100%;
		padding-bottom: 90%;
	}
	.ttl_single01{
		width: 250px;
		font-size: 2rem;
	}
	.btn_eventS a{
		width: 100%;
		padding: 1rem 0;
		font-weight: bold;
		font-size: 2.6rem;
	}
}

/* youtube 2025 04追加
---------------------------------------*/
.padTB{
	margin: 5rem 0;
}
.youtube{
	width: 100%;
	aspect-ratio: 16 / 9;
}
.youtube iframe{
	width: 100%;
	height: 100%;
	display: block;
}
#item_slider01 li{
	margin: 0 1rem;
}
.slider_box{
	background-color: #F5F5F5;
	padding: 0.7rem 0;
}
#item_slider01 .slick-prev,#item_slider01 .slick-next{
	width: 35px;
	height: 35px;
	z-index: 999;
}
#item_slider01 .slick-prev{
	left: -20px;
}
#item_slider01 .slick-prev::before{
    font-family: "Font Awesome 5 Free";
    content: '\f053';
    font-weight: 900;
    opacity: 1;
	color: #333;
	font-size: 2rem;
}
#item_slider01 .slick-next{
	right: -20px;
}
#item_slider01 .slick-next::before {
    font-family: "Font Awesome 5 Free";
    content: '\f054';
    font-weight: 900;
    opacity: 1;
	color: #333;
	font-size: 2rem;
}
.youtube_btn{
	margin-top: 4rem;
}
.youtube_btn a{
	display: inline-block;
	border: 1px solid #333;
	padding: 0.5rem 5rem;
}
.youtube_btn a i{
	color: #FF0000;
}










