.video-background {
  position: relative;
  width: 100%;
  height: 50vh; /* 画面いっぱいに表示（必要に応じて変更可） */
  overflow: hidden;
}

.video-foreground {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none; /* クリックで動画操作されないように */
}

.video-foreground iframe {
  width: 100vw;
  height: 56.25vw; /* 16:9比率 */
  min-height: 100vh;
  min-width: 100vh; /* 16:9比率の逆 */
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  object-fit: cover; /* 表示のバランス調整 */
}



/*TOPPAGE STYLE*/
#main-visual{
	padding: 40px 0;
}
#main-visual .main-image{
	position: relative;
	background-image: url(../img/top/main-image.jpg);
	background-size: cover;
	background-position: center top;
	min-height: 340px;
}
#main-visual .main-catch{
	position: absolute;
	left: 7%;
	top:50%;
	width: 50%;
	font-size: 2rem;
	line-height: 2;
	color: #fff;
}
.entitle{
	margin-bottom: 10px;
	font-size: 1.2rem;
	letter-spacing: 0.1em;
}
.topttl h2{
	text-align: left;
	font-size: 3.2rem;
}
.bizbox{
	position: relative;
	display: inline-block;
	margin-bottom: 15px;
}
.bizbox img:hover{
	opacity: 0.8;
	transition: 0.3s;
}
.bizbox .bizttl{
  width:100%;
  height:1em;
  line-height: 1;
  position:absolute;
  top:0;
  bottom:0;
  right:0;
  left:0;
  margin:auto;

  color: #fff;
  text-align: center;
  font-size: 2rem;
  letter-spacing: 0.1em;
}
.bizbox .bizttl .cs{
	display: block;
	font-size: 80%;
}
.subbiz{
	display: block;
	padding: 40px 0;
	border: 1px solid #ccc;
	background-color: #fff;
	text-align: center;
	font-size: 2rem;
	text-decoration: none;
	line-height: 1.6;
	margin-bottom: 15px;
}
.subbiz:hover{
	border: 1px solid #383838;
	transition: 0.3s;
}
.btn-store a{
	width: 80%;
	max-width: 400px;
	border: 1px solid #ccc;
	background-color: #f2f2f2;
	display: block;
	margin: 0 auto;
	padding: 20px;
	text-align: center;
}
#store{
	background-image: url(../img/top/bg-jumpstore.jpg);
	background-size: cover;
	background-position: center right;
	padding: 300px 0px 60px 0px;

}
.about-link{
	display: flex;
	background-size: cover;
	background-position: top center;
	padding: 40px 0;
	gap:4%;
	}
.about-box{
	width: 22%;
	padding: 20px;
	min-height: 400px;
	position: relative;
	background-size: cover;
}
.about-box.link1{
	background-image:linear-gradient(rgba(0,0,0,0.2)),url('../img/top/ab-bg01.jpg');
}
.about-box.link2{
	background-image:linear-gradient(rgba(0,0,0,0.2)), url('../img/top/ab-bg02.jpg');
}
.about-box.link3{
	background-image:linear-gradient(rgba(0,0,0,0.2)), url('../img/top/ab-bg03.jpg');
}
.about-box.link4{
	background-image:linear-gradient(rgba(0,0,0,0.2)), url('../img/top/ab-bg04.jpg');
}
.about-box.link1:hover{
	background-image:linear-gradient(rgba(0,0,0,0.3)),url('../img/top/ab-bg01.jpg');
}
.about-box.link2:hover{
	background-image:linear-gradient(rgba(0,0,0,0.3)), url('../img/top/ab-bg02.jpg');
}
.about-box.link3:hover{
	background-image:linear-gradient(rgba(0,0,0,0.3)), url('../img/top/ab-bg03.jpg');
}
.about-box.link4:hover{
	background-image:linear-gradient(rgba(0,0,0,0.3)), url('../img/top/ab-bg04.jpg');
}
#info {
	background-image: url(../img/top/tataminobg.jpg);
	background-size: cover;
}
/* 共通スタイル */
.slick-prev, .slick-next {
  width: 40px;
  height: 40px;
  z-index: 10;
}
/* デフォルトの矢印をリセットして自分で文字指定 */
.slick-prev:before, .slick-next:before {
  font-family: inherit; /* slick のアイコンフォントを使わない */
  font-size: 32px;      /* サイズ調整 */
  color: #333;          /* 色 */
  opacity: 1;
  line-height: 1;
}
/* 左矢印 */
.slick-prev:before {
  content: '〈';
}
/* 右矢印 */
.slick-next:before {
  content: '〉';
}
/* 矢印の位置（必要に応じて調整） */
.slick-prev {
  left: -40px;
}
.slick-next {
  right: -40px;
}

.about-link h3{
	color: #fff;
	font-size: 2rem;
	text-align: right;
	position: absolute;
	right: 20px;
	bottom: 20px;
	margin-bottom: 0;
	}
.about-link span{
	font-size: 1.4rem;
	display: block;
	margin-bottom: 10px;
	}
.nandc h2{
	font-size: 3rem;
	text-align: left;
}
.columnbox{
	margin-bottom: 30px;
}
.columnbox a{
	color: #383838;
	margin-bottom: 1em;
	text-decoration: none;
}
.columnbox a img{
	width: 100%;
	margin-bottom: 10px;
}
.columnbox a .cate{
	font-size: 1rem;
	padding: 4px 12px;
	border: 1px solid #ccc;
	margin-bottom: 10px;
	display: inline-block;
}
.columnbox a .title{
	font-size: 1.4rem;
	line-height: 1.2;
	margin-bottom: 10px;
	display: block;
	text-decoration: none;
}
#inner h2{
	padding: 0;
	border-bottom: none;
}
.catch{
	font-size: 3.2rem;
}

.bg-contact{
	background-color: #383838;
	padding: 80px 0;
	
}
.bg-contact h2{
	color: #fff;
	font-size: 2rem;
	font-family: "Noto Sans JP", sans-serif;
}
.bg-contact .conarea{
	display: flex;
	background-color: #fff;
	border-radius: 10px;
	padding: 40px;	
}
.conarea .mail{
	width: 50%;
	background-color: #fff;
	font-family: "Noto Sans JP", sans-serif;
	border-right: 1px solid #ccc;
}
.conarea .tel{
	width: 50%;
	background-color: #fff;
	font-family: "Noto Sans JP", sans-serif;
}
.conarea img{
	display: block;
	margin: 0 auto 20px;
}
.conarea h3{
	font-size: 1.8rem;
	text-align: center;
	color: #383838;
}
.conarea p{
	font-size: 1.4rem;
	text-align: center;
	color: #383838;
}
.conarea p.phonenumber{
	font-size: 4rem;
	font-family: "Zen Old Mincho", serif;
	letter-spacing: 0.05em;
}
.conarea p.phonenumber a{
	text-decoration: none;
}




/*PAGE STYLE*/


.h1-bg{
	background-size: cover;
	background-position: center center;
	padding: 100px 0;
	margin-top: 70px;
}
#page-about{
	background-image: linear-gradient(rgba(0,0,0,0.1)),url(../img/about/h1bg-about.jpg);
}
#page-tatami{
	background-image: linear-gradient(rgba(0,0,0,0.1)),url(../img/tatami/h1bg-tatami.jpg);
}
#page-tategu{
	background-image: linear-gradient(rgba(0,0,0,0.1)),url(../img/tategu/h1bg-tategu.jpg);
}
#page-curtain{
	background-image: linear-gradient(rgba(0,0,0,0.1)),url(../img/curtain/h1bg-curtain.jpg);
}
#page-recruit{
	background-image: linear-gradient(rgba(0,0,0,0.1)),url(../img/recruit/h1bg-recruit.jpg);
}
#page-contact{
	background-image: linear-gradient(rgba(0,0,0,0.1)),url(../img/contact/h1bg-contact.jpg);
}
#page-privacy{
	background-image: linear-gradient(rgba(0,0,0,0.1)),url(../img/privacy/h1bg-privacy.jpg);
}
#page-recruit{
	background-image: linear-gradient(rgba(0,0,0,0.1)),url(../img/recruit/h1bg-recruit.jpg);
}
#page-showroom{
	background-image: linear-gradient(rgba(0,0,0,0.1)),url(../img/showroom/h1bg-showroom.jpg);
}
.h1-bg .entitle{
	color: #fff;
	font-size: 1.4rem;
	font-weight: 400;
	line-height: 1;
	margin-bottom: 10px;
}
.h1-bg h1{
	color: #fff;
	font-size: 3rem;
	font-weight: 400;
	line-height: 1;
}
/*ABOUT*/
.igusanomiryoku{
	background-image: linear-gradient(rgba(0,0,0,0.1)),url(../img/about/miryoku-bg.jpg);
	background-size: cover;
	background-position: center center;
	padding: 60px 0;
}
.igusanomiryoku .entitle,.igusanomiryoku h2{
	color: #fff;
}
.miryokubox{
	width: 50%;
	padding: 0px;
}
.miryokubox h3{
	color: #fff;
}
.miryokubox p{
	margin-bottom: 0;
	color: #fff;
}

.craftmanship{
	background-image: linear-gradient(rgba(0,0,0,0.1)),url(../img/about/craftman-bg.jpg);
	background-size: cover;
	background-position: center center;
	padding: 60px 0;
}
.craftmanship .entitle,.craftmanship h2{
	color: #fff;
}
.craftmanbox{
	width: 50%;
	padding: 0px;
	color: #fff;
}
.craftmanbox h3{
	color: #fff;
}
.craftmanbox p{
	margin-bottom: 0;
	color: #fff;
}

/*畳*/
#ank-tatami h2{
	padding: 100px 0;
	background-image: linear-gradient(rgba(0,0,0,0.1)),url(../img/tatami/h1bg-tatami.jpg);
	color: #fff;
	text-align: center;
	font-size: 3.2rem;
	font-family: "Zen Old Mincho", serif;
	font-weight: 400;
	}

.tatamibox{
	background-color: #fff;
	padding: 15px 15px 15px 15px;
	margin-bottom: 20px;
}

.fee table {
	width:100%;
	margin:0px 0px 20px 0px;
}
.fee table tr {
	width:100%;
}
.fee table tr th {
	background-color:#949494;
	vertical-align:middle;
	border:1px solid #747474;
	font-weight: normal;
	padding:20px 15px;
	text-align: center;
	color: #fff;
}
.fee table tr td{
	line-height:1.4;
	padding:20px 15px;
	border:1px solid #747474;
}
.fee table tr td.grade{
	width: 20%;
	text-align: center;
}
.fee table tr td.grade .biko{
	font-size: 70%;
	display: block;
}
.fee table tr td .yen{
	font-size: 70%;
}
.fee table tr td.point{
	font-size: 80%;
	text-align: left;
}
.fee table tr td.price {
	text-align: center;
	width: 20%;
	font-size: 120%;
}
.fee table tr td.price .mai{
	font-size: 60%;
	margin-right: 1em;
}
.simuarea{
	padding: 40px;
	background-color: #f2f2f2;
}
.cff-form-title{
	font-family: "Zen Old Mincho", serif!important;
}
#fbuilder .fields>label{
	background-color: #e9d5ad;
	padding: 15px!important;
	display: block;
	margin-bottom: 20px;
}
#fbuilder .fields{
margin-top: 40px!important;
}
 #fbuilder span{
	margin-left: 5px;
 }
.kekka #fbuilder *{

}
.dfield{
	margin-bottom: 0px;
}
.mitumorikekka{
	font-family: "Zen Old Mincho", serif!important;
	padding:40px!important;
	background-color: #fff!important;
}
.mitumorikekka label{
	font-family: "Zen Old Mincho", serif!important;
	font-size: 140%!important;
	margin-bottom: 0px!important;
}


.other-ser{
	background-color: #f2f2f2;
	border: 1px solid #dad9d9;
}
.other-ser a{
	padding: 60px;
	text-align: center;
	text-decoration: none;
	background-color: #f2f2f2;
	display: block;
	font-size: 2;
	line-height: 1.5em;
}
.noukibox{
	border: 1px dashed #ccc;
	padding: 20px;
	background-color: #fff;
}





.contact table {
	width:100%;
	margin:0px 0px 40px 0px;
}
.contact table tr {
	width:100%;
}
.contact table tr th {
	background-color:#e9d5ad;
	text-align:center;
	vertical-align:middle;
	border: 1px solid #c8a258;
	font-weight: normal;
	padding:15px;
	width: 25%;
	color:#383838;
}
.contact table tr th p {
	margin-bottom: 0px;
}
.contact table tr td{
	line-height:1.2;
	padding:15px;
	border: 1px solid #c8a258;
	background-color: #fff;
}
.contact table tr td p {
	margin-bottom: 0px;
}
.soushin_btn{
	background-color: #c8a258;
	display: block;
	}
.no-recruit{
	color: red;
}

.floatingbtn{
	width: 150px;
	position: fixed;
	left: 30px;
	bottom: 30px;
}
.bg-single{
	padding: 40px 0;
	background-color: #f2f2f2;
}

/*SINGLE*/

.single-title{
	text-align: center;
	line-height: 1;
	font-size: 3rem;
	margin-bottom: 0;
}
.pankuzu{
	font-size: 1.2rem;
	line-height: 1.2;
}
.pankuzu a{
text-decoration: none;
}
section.post h1{
	font-size: 2.4rem;
	padding: 15px 0;
	line-height: 1.2;
	border-bottom: 1px solid #ccc;
	margin-bottom: 20px;

}
section.post h2{
	font-size: 2.2rem;
	padding: 12px;
	text-align: left;
	margin-bottom: 20px;
	border-left: 2px solid #c8a258;
	color: #c8a258;
}
section.post h3{
	font-size: 1.8rem;
	display: block;
	padding: 10px 0;
	font-weight: bold;
	margin-top: 20px;
	color: #c8a258;
}
section.post h4{
	font-size: 1.6rem;
	font-weight: bold;
	display: inline-block;
	padding: 7px;
	border: none;
	background: none;
	color: #383838;
	margin-bottom: 15px;
	background-color: #f2f2f2;
}
section.post h5{
	font-size: 1.4rem;
	font-weight: bold;
	display: block;
	padding: 10px 0;
	margin-top: 20px;
	color: #383838;
}
section.post h6{
	font-size: 1.4rem;
	font-weight: normal;
	display: block;
	padding: 10px 0;
	margin-top: 20px;
	color: #c8a258;
}

.navBox{
	margin: 40px 0;
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
}
.navnext,.navprev{
	width: 48%;
	font-size: 1.2rem;
}
.navnext a{
	width: 100%;
	display: block;
}
.navprev a{
	width: 100%;
	display: block;
}
.widgettitle{
	padding: 10px;
	background-color: #f2f2f2;
	margin: 20px 0 10px 0;
	font-size: 1.6rem;
	text-align: left;
}
.sidebar li ul li{
	margin-bottom: 15px;
}
.sidebar li ul li a{
	text-decoration: none;
	line-height: 1.2;
}
.sidebar li ul li .post-date{
	display: block;
	font-size: 1.2rem;
	color: #ccc;
	margin-top: 5px;
}
.post .postdate{
	font-size: 1.2rem;
	background-color: #f2f2f2;
	padding: 3px 10px ;
	display: inline-block;
}
h2.wp-block-heading{
	padding: 10px 0px 10px 10px !important;
}
.wp-block-list{
margin-bottom: 20px;
}
.wp-block-list{
line-height: 1.4;
list-style-type: disc;
list-style-position: inside;
}
.wp-block-image :where(figcaption){
	font-size: 1.2rem;
	color: #747474;
	text-align: left;
}
.wp-block-image :where(figcaption):before{
	content: "▲ ";
}
/*//////////////////////////// mobile ////////////////////////////*/
@media only screen and ( max-width : 600px ) {
/*TOPPAGE STYLE*/
.video-background {
  height: 60vh; /* 画面いっぱいに表示（必要に応じて変更可） */
}
  .video-foreground iframe {
    width: 300vw;   /* 横を広くして中央を切り抜く */
    height: 112.5vw;
	min-width: 100vh;

  }
#fbuilder .fields > label {
  padding: 10px !important;
  display: block;
  margin-bottom: 15px;
  font-size: 1.6rem;
}
.mitumorikekka{
	padding:15px!important;
}
#main-visual{
	padding: 30px 0;
}
#main-visual .main-image{
	min-height: 300px;
	background-position: right 10% top;
}
#main-visual .main-catch{
	position: absolute;
	left: 10%;
	top:65%;
	width: 60%;
	font-size: 1.6rem;
}
.entitle{
	font-size: 1rem;
}
.topttl h2{
	text-align: left;
	font-size: 2.4rem;
}
.bizbox .bizttl{
	font-weight: 400;
}
.bizbox img{
	width: 500px;
	height: 100px;
	object-fit: cover;
}
.subbiz{
	padding: 15px 0;
	font-size: 1.8rem;
}
.nandc h2{
	font-size: 2rem;
}
#store{
	background-position: center right -120px;
	padding: 220px 0px 60px 0px;
}
.simuarea{
	padding: 15px;
}
.columnbox{
	margin-bottom: 0px;
}
.columnbox a{
	display: flex;
	flex-wrap: nowrap;
	align-items: flex-start;
}
.columnbox a img{
	width: 30%;
	margin-right: 5%;
}
.columnbox a .columninner{
	width: 65%;
}
.columnbox a .image img{
	width: 100%;
	margin-right: 5%;
}
.columnbox a .txt{
	width: 60%;
	line-height: 1;
}
.columnbox a .cate{
font-size: 1rem;
}
.columnbox a .title{
	font-size: 1.4rem;
	display: block;
}
.kesu:nth-child(n + 4){
	display: none;
}
.catch{
	font-size: 2.4rem;
}
.catch-desc{
	font-size: 1.4rem;
	line-height: 2;
	letter-spacing: 0.1em;
	text-align: center;
}

.bg-contact{
	background-color: #383838;
	padding: 40px 0;
	}
.bg-contact h2{
	font-size: 1.6rem;
	margin-bottom: 20px;
}
.bg-contact .conarea{
	display:block;
	padding:0 20px;	
}

.conarea .mail{
	width: 100%;
	border-bottom: 1px solid #ccc;
	border-right: none;
	padding:30px 10px;
}
.conarea .tel{
	width: 100%;
	padding:30px 10px;
}
.conarea img{
	margin: 0 auto 20px;
}
.conarea h3{
	font-size: 1.4rem;
}
.conarea p{
	font-size: 1.2rem;
	margin-bottom: 0;
}
.conarea p.phonenumber{
	font-size: 2rem;
}
.conarea p.phonenumber a{
	text-decoration: none;
}
.conarea .jump-btn a{
	margin-top: 15px;
	padding: 10px;
}
/*PAGE STYLE*/
.h1-bg{
	padding: 40px 0;
	margin-top: 60px;
}
.h1-bg .entitle{
	font-size: 1rem;
	margin-bottom: 10px;
}
.h1-bg h1{
	font-size: 2rem;
}


/*ABOUT*/
.miryokubox{
	width: 100%;
	padding: 0px;
	margin-top: 50%;
}
.craftmanbox{
	width: 100%;
	padding: 0px;
	margin-top: 50%;
}
.contact table tr th {
	text-align:left;
	border: 1px solid #e9d5ad;
	color: #383838;
	padding:10px 8px;
	width: 100%;
	background-color: #e9d5ad;
	font-size: 1.4rem;
}
.contact table tr th p {
	margin-bottom: 0px;
}
.contact table tr td{
	line-height:1.4;
	padding:10px 0px;
	border:none;
	margin-bottom: 10px;
}
.contact table tr td p {
	margin-bottom: 0px;
}
.stepbox{
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
}
.stepbox .stepimg{
	width: 35%;
}
.stepbox .txt{
	width: 60%;
	font-size: 1.4rem;
	line-height: 1.4;
}

/*畳*/
.tatamimenu section h3{
	text-align: center;
	font-size: 1.4rem;
}

#ank-tatami h2{
	padding: 40px 0;
	font-size: 1.8rem;
	}
.fee {
  overflow-x: scroll;
}
.fee table{
  width:600px;
}
.fee table tr td{
	padding: 10px;
}
.fee table tr td.grade{
	width: 20%;
}
.fee table tr td.price {
	width: 20%; 
	}
.fee table tr td.grade .biko{
	font-size: 70%;
	display: block;
}
.fee table tr td .yen{
	font-size: 70%;
}

.other-ser {
	margin-bottom: 10px;
}
.other-ser a{
	padding: 20px;
	display: block;
}













.floatingbtn{
	width: 200px;
	left: 10px;
	bottom: 0px;
}
.bg-single{
	padding: 20px 0;
}
.single-title{
	font-size: 2rem;
}

}

/*//////////////////////////// PC ////////////////////////////*/
@media print, screen and ( min-width : 1024px ) {

/*TOPPAGE STYLE*/
.video-background {
  height: 60vh; /* 画面いっぱいに表示（必要に応じて変更可） */
}

#main-visual{
	padding: 40px 0;
}
#main-visual .main-image{
	min-height: 550px;
}
#main-visual .main-catch{
	left: 6%;
	top:50%;
	width: 50%;
	max-width: 600px;
	font-size: 3rem;
}

.entitle{
	font-size: 1.6rem;
}
.topttl h2{
	font-size: 4rem;
}
#store{
background-size: cover;
	background-position: center right;
	padding: 400px 0px 100px 0px;
}
/*PAGE STYLE*/
.h1-bg{
	padding: 150px 0;
	margin-top: 80px;
}
.h1-bg .entitle{
	margin-bottom: 20px;
	font-size: 2rem;
}
.h1-bg h1{
font-size: 4rem;
}
/*ABOUT*/
.igusanomiryoku{
	padding: 120px;
}

.miryokubox{
	width: 40%;
}
.miryokubox p{
	margin-bottom: 0;
}

.craftmanship{
	padding: 120px;
}
.craftmanbox{
	width: 40%;
}
.craftmanbox p{
	margin-bottom: 0;
}
.contact table tr th {
	padding:20px 10px;
}

.contact table tr td{
	padding:20px 10px;
}


.floatingbtn{
	width: 150px;
	right: 30px!important;
	left: auto;
	bottom: 30px;
}


}