@charset "UTF-8";

/* フォントサイズの調節
-----------------------------------------*/
@media (max-width: 820px) {/* 追加ページのSPフォントサイズ */
	body.page-id-2782,body.page-id-2826 ,.store-besta {
		font-size: 1.4rem;
	}
	/* body > .elementor{
		padding-top: 60px;
	} */
}
#header .h_nav,#footer .f_nav,
.mont{
	font-family: 'Montserrat',YuGothic,'Yu Gothic', 'メイリオ', Meiryo,'Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',sans-serif;
}
.min{
	font-family: 'Yu Mincho Light','YuMincho','Yu Mincho','游明朝体','ヒラギノ明朝 ProN','Hiragino Mincho ProN','ＭＳ 明朝', 'MS Mincho',sans-serif;
}
/* 新ヘッダー用 */
@media screen and (min-width: 821px) {
/* body:not(.home){
    padding-top: 70px;
} */
}




/*
---------------------------------------
レイアウト用
---------------------------------------
*/
body {
	overflow-x: hidden;
  }
.inner{
	box-sizing: border-box;
    /* width: 92%; */
    margin: 0 auto;
}
@media screen and (max-width: 820px) {
	.inner {
		width: 90%;
		min-width: 90%;
		margin: 0 auto 20%;
		display: block;
		padding: 0;
	}
	.inner_under {
		width: 90%;
		min-width: 90%;
		display: block;
		padding: 0;
		margin: 0 auto;
	}
}
@media screen and (min-width: 821px) {
	.inner{
		width: 100%;
		max-width: 1300px;
		margin: 0 auto;
	}
	.inner_under{
		width: 100%;
		max-width: 1000px;
		margin: 0 auto;
	}
}

body,
div,
dl,dt,dd,
ul,ol,li,
h1,h2,h3,h4,h5,h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,td ,
figure	{
  margin:0;
  padding:0;
}

table {
  border-collapse:collapse;
  border-spacing:0;
}

fieldset,img {
  border:0;
}

address,
caption,
cite,
code,
dfn,
em,
th,
var {
  font-style:normal;
  font-weight:normal;
}

ol,ul {
  list-style:none;
}

.post-categories li {
    margin-bottom: 30px;
}

caption,th {
  text-align:left;
}

h1{font-size:100%;font-weight:bold;}

h2,h3,h4,h5,h6 {
  font-size:100%;
  font-weight:normal;
}

q:before,
q:after {
  content:'';
}

abbr,acronym {
  border:0;
}

.clearfix:after { content: ""; display: block; clear: both; }
* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */


html {
	font-size: 62.5%;
}

body {
  -webkit-text-size-adjust: 100%;
}

a{
	color: inherit;
	text-decoration: none;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	will-change: transform;
}

a:hover {
	filter:alpha(opacity=60);
	-moz-opacity:0.6;
	opacity:0.6;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	will-change: transform;
}

a:hover img {
	opacity:0.6;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	will-change: transform;
}

* {
 	-moz-box-sizing: border-box;
 	-webkit-box-sizing: border-box;
 	box-sizing: border-box;
 }

 img {
 	margin: 0;
	padding: 0;
 }



/*
---------------------------------------
光彩打消し
---------------------------------------
*/
.home a:hover, #header a:hover {
	opacity: 1;
}

  .home a:hover img, #header a:hover img {
	opacity: 1;
  }

/*
---------------------------------------
汎用
---------------------------------------
*/
.mainColor{
	color: #FF5433;
}
.bold{
	font-weight: bold !important;
}
.mb05em{
	margin-bottom:.5em;
}
.mb1em{
	margin-bottom:1em;
}
.mb2em{
	margin-bottom:2em;
}
.text-center{
    text-align: center;
}
.text-left{
    text-align: left;
}
.d-block{
	display: block;
}
.underLine{
	text-decoration: underline;
}
@media (max-width: 820px){
	.text-center.no-sp{
		text-align:left;
	}
	.spCenter{
		text-align: center;
	}
}



 /* --- font --- */
@font-face {
font-family: "honoka";
src: url('../font/honoka.eot'),
url('../font/honoka.woff');
}

.hnk {
	font-family: YuGothic,'Yu Gothic','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3','メイリオ', Meiryo,'Osaka','ＭＳ Ｐゴシック','MS PGothic','Helvetica', arial,sans-serif;
	/* font-family: "???S?V?b?N", "Yu Gothic", "???S?V?b?N??", YuGothic, 'Hiragino Kaku Gothic Pro', '?q???M?m?p?S Pro W3', Meiryo, ???C???I, Osaka, 'MS PGothic', arial, helvetica, sans-serif; */
}

@media (max-width: 820px){
	body.elementor-page{
		font-size: 1.25rem;
	}
  }
  


/* --- base --- */

img {
	width: 100%;
}
.archive img {
	width: 100%;
	height: auto;
}


body{
	width:100%;
	margin: 0;
	padding: 0;
	font-size: 1.4rem;
	line-height: 2rem;
	font-family: YuGothic, "Yu Gothic", sans-serif;
	font-weight: 500;
	letter-spacing: .1rem;
	text-align: left;
	color: #fff;
	background: #000;
}


body.join,body.ch-owner-2,body.ch-owner{
	color: #000;
	background: #fff ;
}

.sp{
	display: none;
}
.pc{
	display: block;
}

#main {
	margin:0 auto;
}


/*
---------------------------------------
エレメンター設定打消し
---------------------------------------
*/
p.elementor-heading-title{
line-height: inherit;
}
.wp-block-image img {
    height: auto;
}
/*
---------------------------------------
ボタン
---------------------------------------
*/
body .wp-block-button__link{
    font-size: 2rem;
    font-weight: bold;
    line-height: 1.7;
	border-radius: 0;
	background: #ff5433;
}
body .elementor-button.elementor-size-lg{
	border-radius: 0;
}

/* --- footer --- */

footer {
	/*min-width: 1366px;*/
	min-width: 1100px;
	/* background: #282120; */
	padding: 70px 0 20px;
}
@media (max-width: 820px){
	body , body.elementor-page{
		font-size: 1.25rem;
	}
}

@media (max-width: 820px)
{

.Bnr{
  width: 30vw !important;
}

.Bnr__img__inner{
  width: 30vw !important;
}

.Bnr .Bnr__img p.close{
  right: 5px !important;
  top:5px !important;
}

/* --- base --- */

body{
	height:100%;
	/* line-height: 3.5rem; */
  /*  font-size: 2.2rem;
     line-height: 2rem;
    letter-spacing: .2rem; */
}

/* h3{
	font-size:2.8rem;
	line-height: 5rem;
} */

	p{
	display:inline-block;
	margin:0 auto;
	text-align: left;
}

/*.sp{
	display:block;
}*/
.pc{
	display:none!important;
}

/* --- .header --- */

.header {
	position: relative;
	width: 100%;
	height: auto;
}

.header h1 {
	position: absolute;
	left: 1%;
	width: 35vw;
}

.hd-fix .top_head {
    width: 100%;
}



.fat-nav {
	top: 0;
	left: 0;
	z-index: 9999;
	position: fixed;
	display: none;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.8);
	-moz-transform: scale(1.4);
	-ms-transform: scale(1.4);
	-webkit-transform: scale(1.4);
	transform: scale(1.4);
	-moz-transition-property: -moz-transform;
	-o-transition-property: -o-transform;
	-webkit-transition-property: -webkit-transform;
	transition-property: transform;
	-moz-transition-duration: 0.4s;
	-o-transition-duration: 0.4s;
	-webkit-transition-duration: 0.4s;
	transition-duration: 0.4s;
	overflow-y: auto;
	overflow-x: hidden;
	-webkit-overflow-scrolling: touch;
}
.fat-nav__wrapper {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.fat-nav.active {
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
}

.fat-nav .hamnav_contents {
	width: 90%;
}

.hamnav_contents_box {
	padding-bottom: 5%;
	margin-bottom:  5%;
	border-bottom: 1px solid #FFF;
}

.fat-nav .hamnav_contents .hamnav_logo {
	width: 50%;
	display: block;
	margin: 0 0 10%;
}

.fat-nav .hamnav_contents .hamnavi {
	display: block;
}

.fat-nav .hamnav_contents .hamnavi li {
	font-size: 1.6rem;
	color: #FFF;
	margin-bottom: 5%;
}

.hamnav_bt_box {
	margin-bottom: 1%;
	text-align: center;
}

.hamnav_bt_box p {
	width: 47%;
	display: inline-block;
	margin-right: 1%;
}





/* --- footer --- */

footer {
	min-width: 100%;
	padding: 20% 3% 5%;
}

}


@media(max-width:500px){
	.topimagearea{
		width:100%;
	}
	.hako_setumei{
		width:100%;
		}

		.hako_illust{
		width:100%;
		}
}




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

#footer {
	/* min-width: 1100px; */
	padding: 70px 0 80px;
}
#footer #information {
	padding: 100px 0;
}
#footer {
	/* min-width: 1100px; */
	padding: 70px 0 80px;
}

@media (min-width: 821px) {
	#footer .inner {
		margin: 0 auto;
		width: 100%;
	}
	#footer {
		padding: 70px 0 50px;
	}
	#footer .inner {
		width: 1100px;
	}
	#footer .f_nav > li{
		width: 30%;
		margin-bottom: 6vw;
	}
}
#footer .f_nav{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-flow: wrap;
	    flex-flow: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
			justify-content: space-between;
	font-family: 'Montserrat', 'メイリオ', Meiryo,'Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',sans-serif;
	font-size: 15px;
	line-height: 2;
}

#footer .f_nav > li > a{
    font-size: 19px;
}
#footer .f_nav > li > a span{
    font-size: 15px;
}
@media (max-width: 820px) {
	
	#footer .f_nav{
		flex-flow: column;
		margin: 0 .8em 13vw;
		line-height: 2.5;
	}
	#footer .f_nav .sub-menu{
		display: none;
	}
	#footer .f_nav > li > a{
		font-size: 14px;
	}
	#footer .f_nav > li > a span{
		font-size: 12px;
	}
}



#footer .logo{
	text-align: center;
	font-size: 11px;
}
#footer .logo img{
	max-width: 195px;
}

/* socialリンク */
#footer .social{
	margin-bottom: 5vw;
}
@media (max-width: 820px) {
	#footer .social{
		margin-bottom: 8vw;
	}
}













/*==============================
見出し
// top_new.scssから
====================================================*/
.engjpTtl {
	font-size: 13px;
	font-weight: bold;
	-webkit-font-feature-settings: "palt";
			font-feature-settings: "palt";
  }

  @media (min-width: 821px) {
	.engjpTtl {
	  font-size: 18px;
	}
  }

  .engjpTtl strong {
	font-size: 18px;
  }

  @media (min-width: 821px) {
	.engjpTtl strong {
	  font-size: 25px;
	  vertical-align: -2px;
	}
  }

  .engjpTtl span {
	font-size: 18px;
	display: inline-block;
	margin: 0 .3em;
	font-weight: normal;
  }

  @media (min-width: 821px) {
	.engjpTtl span {
	  font-size: 25px;
	}
  }

  h3.engjpTtl {
	font-size: 12px;
  }

  @media (max-width: 820px) {
	h3.engjpTtl {
	  /* margin-bottom: -20px; */
	}
  }

  @media (min-width: 821px) {
	h3.engjpTtl {
	  font-size: 14px;
	}
  }

  h3.engjpTtl strong, h3.engjpTtl span {
	font-size: 15px;
  }

  @media (min-width: 821px) {
	h3.engjpTtl strong, h3.engjpTtl span {
	  font-size: 20px;
	}
  }





/*
---------------------------------------
.Box_2Column
2カラム
スマホ:1カラム
---------------------------------------
*/
/*見出しと説明 レイアウトの箇所*/
@media screen and (max-width: 820px) {
    .Box_2Column {
      display: -ms-flexbox;
      /*IE10*/
      display: flex;
      -ms-flex-pack: justify;
      /*IE10*/
      justify-content: space-between;
      -ms-flex-align: start;
      /*IE10*/
      align-items: flex-start;
      -ms-flex-wrap: wrap;
      /*for IE10*/
      flex-flow: wrap;
      -ms-flex-direction: column;
      flex-direction: column; }

    .Box_2Column .box {
      text-align: left;
      box-sizing: border-box;
      width: 100%; }

    .Box_2Column .box + .box {
      margin-top: 0%; }

    .Box_2Column.sp2Column {
      -ms-flex-wrap: wrap;
      /*for IE10*/
      flex-flow: wrap; }

    .Box_2Column.sp2Column .box {
      width: 48%; }

    .Box_2Column.sp2Column .box + .box {
      margin-top: 0%; }


    .Box_2Column .box .stxt {
      text-align: center;
      box-sizing: border-box;
      /* width: 48%; */ } }
  /*見出しと説明 レイアウトの箇所*/
  @media screen and (min-width: 821px) {
    .Box_2Column {
      display: -ms-flexbox;
      /*IE10*/
      display: flex;
      -ms-flex-pack: justify;
      /*IE10*/
      justify-content: space-between;
      -ms-flex-align: start;
      /*IE10*/
      align-items: flex-start;
      -ms-flex-flow: wrap;
      flex-flow: wrap; }

    .Box_2Column .box {
      /*text-align: left;*/
      box-sizing: border-box;
      width: 49%; }

  }





/*==============================
パスワード保護ページ
====================================================*/
/* ボタンリセット */

.post-password-form input[type="submit"],
.post-password-form input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}
.post-password-form input[type="submit"]::-webkit-search-decoration,
.post-password-form input[type="button"]::-webkit-search-decoration {
  display: none;
}
.post-password-form input[type="submit"]::focus,
.post-password-form input[type="button"]::focus {
  outline-offset: -2px;
}

/* リセットここまで */
.post-password-form{
	text-align: center;
    padding: 8vw 0 0;
}
.post-password-form p:first-of-type{
    margin-bottom: 1.5em;
}
.post-password-form .post_password{
	display: block;
    margin: 0 auto;
    font-size: 16px;
    padding: .5em;
}
.post-password-form input[type="password"] {
    display: block;
    margin: 0 auto;
    font-size: 16px;
    padding: .5em;
}
.post-password-form input[type="submit"] {
	display: block;
    margin: 2em auto 0;
    width: 10em;
	padding: .8em 1em;
	background: #ff5433;
    color: #fff;
}
@media screen and (max-width: 820px) {
	.post-password-form {
		padding: 20vw 1em 0;
	}
}


/* 未来工房用CSS */

.inner2 {
    font-size: 15px;
    color: #ffffff;
    margin: 0 auto;
}

aside#join {
    background-color: #000000;
}

figure.pic2 {
    width: 95px;
}
/*---------------------- 予約箇所 -------------------------*/
#sideArea {
	position: fixed;
	z-index: 999;
  }
@media (min-width: 821px) {
	#sideArea {
	  right: 0;
	  top: 30vh;
	  text-align: right;
	}
	#sideArea ul {
	  -webkit-box-orient: vertical;
	  -webkit-box-direction: normal;
		  -ms-flex-flow: column;
			  flex-flow: column;
	}
	#sideArea ul li {
	  width: 100%;
	  font-size: 15px;
	}
	#sideArea ul li + li {
	  /* margin-top: 1vw; */
	}
}
@media (max-width: 820px) {
	#sideArea {
	  width: 100%;
	  bottom: 0px;
	  height: 55px;
	}
	#sideArea ul li {
		width: calc( 100% / 4 );
		font-size: 14px;
	}
	/* footer文字サイズ */
	.fo_moji01{
    font-size: 13px;
}
}

  #sideArea ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 0;
  }

  #sideArea a {
	position: relative;
	color: #fff;
	display: block;
	text-decoration: none;
	background: #FF5433;
  }

  @media (max-width: 820px) {
	#sideArea a {
	  padding: 20px 0em;
	  text-align: center;
	  font-size: 3.3vw;
	  white-space: nowrap;
	}
  }

  @media (min-width: 821px) {
	#sideArea a {
	  width: 70px;
	  padding: 1em 1.5em 1em 1.5em;
	}
  }

  /* #sideArea a i {
	font-size: 120%;
  }

  @media (max-width: 767px) {
	#sideArea a i {
	  position: absolute;
	  left: .5em;
	  top: 50%;
	  transform: translateY(-50%);
	}
  }

  @media (min-width: 768px) {
	#sideArea a i {
	  margin-bottom: .2em;
	}
  } */

  @media (min-width: 821px) {
	#sideArea a {
	  display: inline-block;
	  -ms-writing-mode: tb-rl;
	  -webkit-writing-mode: vertical-rl;
			  writing-mode: vertical-rl;
	}
	#sideArea a:hover {
	  text-decoration: none;
	  opacity: .7;
	}
  }


  @media (max-width: 1200px) and (min-width: 821px) {
	  #sideArea ul {
	font-size: 17px;
  } }


  @media (max-width: 820px) {
	#sideArea .catalog a {
		border-right: 1px solid #fff;
	  }
	#sideArea .event a {
		border-right: 1px solid #fff;
	  }
	#sideArea .mail a {
			border-left: 1px solid #fff;
		  }
  }
  
 /*---------------------- フッター　会社 -------------------------*/ 
  span.asuka_logo {
    padding: 15px;  
}

#footer .logo2 {
    text-align: center;
	margin-top: 50px;
}

#footer .logo2 img {
    max-width: 100px;
}

#footer .logo3 {
    text-align: center;
    font-size: 15px;
	margin-top: 50px;
    margin-bottom: 100px;
}

@media (max-width: 820px) {/* SPサイズ */
#footer .logo3 {
    margin-left: 15px;
    margin-right: 15px;
}
#showrooms {
    margin-top: 80px;
}
#footer {
    padding: 15px 0 80px;
}
}

/* 会社概要 */
.company_tb th {
    width: 30%;
}

/* フッター　ショールーム */
dl.no_float {
    float: none;
}


/* スマホ対応 */
@media screen and (max-width: 820px) {
.foo_tel p {
    text-align: center;
}
.foo_moji p {
    text-align: center;
}

/* 会社概要ページスマホ表示 */

table.company_tb th, table.company_tb td {
    display: block;
    width: 100%;
}

table.company_tb th{
background: #747272;
margin-top:10px;
margin-bottom:10px;
padding-left:10px;
}
table.company_tb td {
    margin-left: 10px;
}


}


/*フォーム用*/

body .yoyaku-form input, body .yoyaku-form textarea{
	margin: 0;
}
body .yoyaku-form .wpcf7-form-control-wrap .wpcf7-not-valid.wpcf7-checkbox{
	display: block;
}
body .yoyaku-form .wpcf7-form-control-wrap .wpcf7-not-valid.wpcf7-checkbox,
body .yoyaku-form .wpcf7-not-valid.wpcf7-checkbox,
body .yoyaku-form .wpcf7-not-valid.wpcf7-acceptance .wpcf7-list-item-label{
	color: #000
}

body .toiawase-form .acceptance,
body .yoyaku-form .acceptance {
    background: #2a2a2a;
}

body .toiawase-form input[type="submit"],
body .yoyaku-form input[type="submit"]{
	background: #fff;
	color:#000;
}
.checkbox-791 .wpcf7-list-item {
    margin-right: 20px;
    width: 20%;
    display: inline-block;
    padding: 0;
}
@media screen and (max-width: 820px) {
.checkbox-791 .wpcf7-list-item {
    margin-right: 0px;
    width: 100%;
}
.checkbox-791 .wpcf7-list-item,.checkbox-791 .wpcf7-list-item label {
		display: block;
	}
}
.info_contents .wpcf7-checkbox{
	padding: 0;
}


select{
	padding: .5em;
	background: #fff;
	font-size: 16px;
}

/*==============================
lightbox
====================================================*/
body .lum-lightbox.lum-closing,.lum-lightbox.lum-opening{animation:none !important}
.lum-lightbox-inner img {
    width: auto;
}

 /*---------------------- 施工事例NEWマーク -------------------------*/ 
#case_category_list dd span.new,#top_case dd span.new {
    background: white;
    color: #000;
    padding: 1px 5px;
    margin-right: 1em;
	font-size: .7em;
}



/*
---------------------------------------
breadcrumb
---------------------------------------
*/

#breadcrumb {
    padding: 15px 0 5px 0;
    margin:0;
    -webkit-overflow-scrolling: touch; /* スマホでスクロールを滑らかにする */
    overflow-x: auto; /* [必須] テキストが多い時はX軸にスクロールバーが出現するように */
}

/* 【スクロールバー】 うっとりするぐらいおしゃれにサイトの雰囲気合わせて変更 */

#breadcrumb::-webkit-scrollbar {
    height: 5px;
}

#breadcrumb::-webkit-scrollbar-track {
    border-radius: 5px;
    background: #eee;
}

#breadcrumb::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background: #999;
}

#breadcrumb ul {
    display: table; /* [必須]  */
	/* width: 100%; */
}

#breadcrumb ul li {
    font-size: 12px;
    font-size: 1.2rem;
    display: table-cell; /* [必須]  */
    /* white-space: nowrap; [必須] テキストを改行させないように */
    vertical-align: middle;
    padding-right: 26px;
    position: relative;
}


#breadcrumb ul li:last-child {
    padding-right: 0;
}

#breadcrumb ul li:last-child:after {
    display: none;
}

/* 【矢印】 ため息がでるぐらいかっこよくサイトの雰囲気に合わせて変更 */

#breadcrumb ul li:after {
    position: absolute;
    display: block;
    content: '';
    content: ">";
    top: -1px;
    right: 8px;
}

/* 【リンクアンダーライン】 適当にサイトの雰囲気に合わせて変更 */

/* #breadcrumb ul li a:before {
    position: absolute;
    display: block;
    content: '';
    width: 100%;
    height: 1px;
    background-color: #111;
    bottom: -7px;
} */

#breadcrumb ol li a,
#breadcrumb ol li span {
    position: relative;
    display: block;
    top: -4px;
}

#breadcrumb ul li span {
    /* background-color: #eee; */
    border-radius: 4px;
    padding: 6px 8px;
}

/* スクロール設定解除 */

#breadcrumb.no-scroll ul {
    display: block;
}

#breadcrumb.no-scroll ul li {
    display: inline-block;
    margin-bottom: 12px;
    white-space: normal;
}

#breadcrumb.no-scroll ul li:after {
    top: -4px;
}

/* PC用リンクアニメーション サイトの雰囲気に合わせ劇シブに変更 */

@media print,screen and (min-width: 1024px) { /* 1024pxは適宜変更 */
    #breadcrumb ul li a:before {
        transform: scaleX(1);
        transition: transform 0.3s ease;
    }
    #breadcrumb ul li a:hover:before {
        transform: scaleX(0);
    }
	.single-case #breadcrumb ul li:nth-of-type(2) {
		display: inline-block;
	}
	.single-case #breadcrumb ul li span {
		width: auto;
	}
}

/* 20220624 SP固定メニュー変更 */

@media (max-width: 820px) {
	#sideArea ul li {
		width: calc( 100% / 2 );
		font-size: 14px;
	}
	#sideArea a {
		font-size: 4.5vw;
		font-weight: bold;
	}
	.tel.sp,.mail.sp {
		display: none;
	}
}