@charset "UTF-8";

/* 表示切替タイマー */
.view_timer{
	display: none;
}

/* 画像を保存させたいためのタグ　直接style指定
-----------------------------------------*/
.saveNG,
.postid-2522 #metaslider_container_2537 img
{pointer-events: none !important;-webkit-touch-callout:none;-webkit-user-select:none;-moz-touch-callout:none;-moz-user-select:none;touch-callout:none;user-select:none;}

/* フォントサイズの調節
-----------------------------------------*/
@media (max-width: 769px) {/* 追加ページの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;
}
pre{
	line-height: 1.6;
    font-family: YuGothic,'Yu Gothic','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3','メイリオ', Meiryo,sans-serif;
}
/* 新ヘッダー用 */
@media screen and (min-width: 770px) {
body:not(.home){
    padding-top: 70px;
}
body.toppage-test{
	padding-top: 0;
}
}



/* レスポンシブ
-----------------------------------------*/
@media screen and (max-width: 767px) {
  /*TAB以下*/
  .pcView {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  /*PC*/
  .spView {
    display: none;
  }
}

/* Bnr
-----------------------------------------*/
.Bnr{
  position: relative;
  margin: 0 auto;
  width: 15vw;
  display: none;
  font-family: "???C???I","Meiryo","?q???M?m?p?S Pro W3","Hiragino Kaku Gothic Pro","?l?r ?o?S?V?b?N",Osaka,sans-serif !important;
}
.Bnr .Bnr__img{
  position: fixed;
  /* box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.2); */
  bottom: 5px;
  left: 5px;
  z-index: 88;
}
.Bnr__img__inner{
  width: 15vw;
  box-sizing:border-box;
  /* background-color: #fafafa; */
}
.Bnr .Bnr__img__inner a{
  display: block;
}
.Bnr .Bnr__img p.close{
  position: absolute;
  right: 10px;
  top:10px;
}
.Bnr .Bnr__img p.close a{
  display: block;
  width: 20px;
  height: 25px;
  text-align: center;
}
.Bnr .Bnr__img p.close a span{
  display: block;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.Bnr .Bnr__img p.close a i{
  font-size: 20px;
  z-index: 888;
  color: #222;
}

/*
---------------------------------------
レイアウト用
---------------------------------------
*/
body {
	overflow-x: hidden;
	}
.inner{
	box-sizing: border-box;
    /* width: 92%; */
    margin: 0 auto;
}
@media screen and (max-width: 769px) {
	.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: 770px) {
	.inner{
		width: 100%;
		max-width: 1300px;
		margin: 0 auto;
	}
	.inner_under{
		width: 100%;
		max-width: 1000px;
		margin: 0 auto;
	}
}


/*==============================
タブレットの横幅合わせ
====================================================*/
@media (min-width: 768px){
	#footer {
		min-width: 1100px;
	}
	ul.h_nav {
		width: 94%;
	}
	}
	


body,
div,
dl,dt,dd,
ul,ol,li,
h1,h2,h3,h4,h5,h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote, 
figure ,
th,td {
  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 {
  line-height: 1.6;
  font-family: YuGothic,'Yu Gothic','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3','メイリオ', Meiryo,sans-serif;
  font-weight: 500;
  font-size: 24px;
  color: #191919;
  -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,.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: 769px){
	.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:  "Yu Gothic", "???S?V?b?N??", YuGothic, 'Hiragino Kaku Gothic Pro', '?q???M?m?p?S Pro W3', Meiryo,  Osaka, 'MS PGothic', arial, helvetica, sans-serif;
}

/* --- base --- */

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: .05rem;
    text-align: left;
    color:#000;
}

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

#main {
	margin:0 auto;
}



/*==============================
新header
修正時はtop_new.scss編集　→.cssをコピー　こちらにペーストで
====================================================*/
.hamburger {
	display: none !important;
  }

  #header {
	position: absolute;
	z-index: 3;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
			justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
		-ms-flex-align: center;
			align-items: center;
  }

  @media (min-width: 800px) {
	#header {
	  padding: 50px 0px 5px 3vw;
	  height: 100px;
	}
  }

  @media (max-width: 769px) {
	#header {
	  width: 50%;
	}
	#header .logo a {
	  padding: 5vw 0 0 5vw;
	  display: block;
	}
  }

  #header .h_nav span {
	display: none;
  }

  #header .h_nav strong {
	font-weight: normal;
  }

  #header .h_nav a {
	color: #fff;
  }

  #header .h_nav a:hover strong {
	display: none;
  }

  #header .h_nav a:hover span {
	display: block;
  }

  #header .h_nav .linkBtn a {
	/* background: #FF5433; */
	background: #FF4600;
	display: block;
	width: 140px;
	line-height: 42px;
	height: 42px;
	padding: 0;
  }

  @media (max-width: 769px) {
	#header .h_nav .linkBtn a {
	  margin: 0 auto;
	}
  }

  @media (max-width: 769px) {
	body:not(.home) #header .logo a {
	  position: absolute;
	  top: 0;
	}
	body:not(.home) #header .logo a img {
	  -webkit-filter: invert(100%);
			  filter: invert(100%);
	}
	.open #navBtnOpen {
	  background: none;
	}
	.open #header .logo a {
	  position: fixed !important;
	  z-index: 5;
	  width: 50%;
	}
	.open #header .logo a img {
	  -webkit-filter: invert(0) !important;
			  filter: invert(0) !important;
	}
	.fixed #navBtnOpen {
	  background: rgba(0, 0, 0, 0.8);
	}
	#navBtnOpen {
	  z-index: 999;
	  display: block;
	  height: 100%;
	  height: 60px;
	  width: 60px;
	  position: fixed;
	  top: 0;
	  right: 0;
	  z-index: 100;
	  text-align: center;
	}
	.open #spNav {
	  visibility: visible;
	  opacity: 1;
	  -webkit-transform: scale(1);
	  transform: scale(1);
	}
	#spNav {
	  position: fixed;
	  display: -webkit-box;
	  display: -ms-flexbox;
	  display: -webkit-flex;
	  display: flex;
	  -webkit-box-orient: vertical;
	  -webkit-box-direction: normal;
	  -ms-flex-flow: column;
	  -webkit-flex-flow: column;
			  flex-flow: column;
	  -webkit-flex-wrap: wrap;
		  -ms-flex-wrap: wrap;
			  flex-wrap: wrap;
	  -webkit-box-pack: center;
	  -webkit-justify-content: center;
		  -ms-flex-pack: center;
			  justify-content: center;
	  padding: 0;
	  top: 0;
	  left: 0;
	  width: 100%;
	  height: 100%;
	  background: rgba(0, 0, 0, 0.8);
	  -webkit-transition: all .5s;
	  transition: all .5s;
	  visibility: hidden;
	  opacity: 0;
	  line-height: 3;
	  text-align: center;
	  -webkit-transform: scale(1.4);
	  transform: scale(1.4);
	}
	#spNav li a {
	  font-size: 120%;
	  display: block;
	}
	#spNav .social {
	  margin: 8vw 0;
	}
	#navBtnOpen {
	  padding-top: 1.5em;
	}
	#navBtnOpen .nav_line {
	  display: block;
	  width: 1.5em;
	  height: 1px;
	  background: #fff;
	  -webkit-transition: .3s;
	  transition: .3s;
	  margin: 0 auto;
	}
	#navBtnOpen .nav_line1 {
	  -webkit-transform: translateY(0px);
			  transform: translateY(0px);
	}
	#navBtnOpen .nav_line2 {
	  -webkit-transform: translateY(8px);
			  transform: translateY(8px);
	}
	#navBtnOpen .nav_line3 {
	  -webkit-transform: translateY(16px);
			  transform: translateY(16px);
	}
	.open #navBtnOpen .nav_line {
	  width: 2em;
	}
	.open #navBtnOpen .nav_line1 {
	  -webkit-transform: translateY(11px) rotate(45deg);
			  transform: translateY(11px) rotate(45deg);
	}
	.open #navBtnOpen .nav_line2 {
	  -webkit-transform: translateY(10px) rotate(-45deg);
			  transform: translateY(10px) rotate(-45deg);
	}
	.open #navBtnOpen .nav_line3 {
	  display: none;
	}
  }

  @media screen and (min-width: 800px) {
	#navBtnOpen {
	  display: none;
	}
	#header .spNav {
	  letter-spacing: 0.05em;
	  -webkit-transition: .3s;
	  transition: .3s;
	  text-indent: -0.05em;
	}
	#header .spNav a {
	  display: block;
	  width: calc(100%);
	}
	.spNav {
	  text-align: center;
	  letter-spacing: 0.2px;
	}
	.spNav > ul {
	  display: -webkit-box;
	  display: -ms-flexbox;
	  display: -webkit-flex;
	  display: flex;
	  -ms-flex-flow: nowrap;
	  -webkit-flex-flow: nowrap;
			  flex-flow: nowrap;
	  -webkit-box-pack: center;
	  -webkit-justify-content: center;
		  -ms-flex-pack: center;
			  justify-content: center;
	  width: 1300px;
	  -webkit-box-align: center;
	  -webkit-align-items: center;
		  -ms-flex-align: center;
			  align-items: center;
	}
	.spNav > ul > li {
	  /* width: calc( 100% / 8); 230821 */
	  font-size: 16px;
	}
	/* .spNav > ul > li:nth-of-type(5) {
		width: 170px;
	} */
	.spNav > ul .socialBtn {
	  margin: 0 1.5vw 0 0;
	}
	.spNav > ul .socialBtn img {
	  -webkit-transition: .3s;
	  transition: .3s;
	}
  }

  /* 固定後 PC　と　下層時ヘッダー*/
  @media (min-width: 800px) {
	#header .social .white {
	  display: none;
	  opacity: 0;
	}
	#header .social img {
		/* width: 2vw; */
	}
  }

  @media screen and (min-width: 800px) {
	#header.fixed, body:not(.home):not(.toppage-test) #header {
	  position: fixed;
	  top: 0px;
	  z-index: 9999;
	  width: 100%;
	  background: #000;
	  padding: 10px 30px;
	  height: 70px;
	}
	#header.fixed .socialBtn .bk, body:not(.home):not(.toppage-test) #header .socialBtn .bk {
	  display: none;
	  opacity: 0;
	}
	#header.fixed .socialBtn .white, body:not(.home):not(.toppage-test) #header .socialBtn .white {
	  display: block;
	  opacity: 1;
	}
  }



/* --- .header --- */
/*
.header {
	position: relative;
	width: 1100px;
	height: 66px;
	margin: 0 auto;
}

.header h1 {
	position: absolute;
	top: 15px;
	left: 0;
	width: 227px;
}

.header .info {
	position: absolute;
	top: 15px;
	right: 187px;
	width: 173px;
	height: 40px;
}

.header .tel {
	position: absolute;
	top: 15px;
	right: 0;
	width: 183px;
	height: 40px;
}

.header .info a:hover, .header .tel a:hover {
  background-position: 0 bottom;
  opacity: initial;
}

.header .info a:hover img, .header .tel a:hover img {
  opacity: initial;
}

#gnav {
	width: 100%;
    background: #000;
    height: 49px;
    display: block;
    margin-bottom: 15px;
    /*min-width: 1366px;*/
	/* min-width: 1100px;
    opacity: 1;
    transition: .3s;
}

#gnav ul {
	margin: 0 auto;
	text-align: center;
	width: 1100px;
	padding: 12px 0 12px 25px;
}

#gnav ul li {
	font-size: 1.2rem;
	color: #FFF;
	display: inline-block;
	margin-right: 15px;
	padding-right: 15px;
	border-right: 1px solid #FFF;
}

#gnav ul li a:hover {
	text-decoration: underline;
	opacity: 1;
}

#gnav ul li:last-child {
	margin-right: 20px;
	padding-right: 0;
	border-right: none;
}


.hd-fix {
    display: block;
    position: fixed;
    width: 100%;
    z-index: 199;
    background: #fff; */
    /*min-width: 1366px;
	min-width: 1100px;
}
.hd-fix .top_head {
    position: relative;
    width: 1100px;
    height: 66px;
    margin: 0 auto;
} */


/* --- footer --- */

footer {
	/*min-width: 1366px;*/
	min-width: 1100px;
	/* background: #282120; */
	padding: 70px 0 20px;
}

/* footer #footercontents {
	width: 1000px;
	margin: 0 auto;
}

footer .footer_nav ul {
	float: left;
	margin-right: 240px;
}

footer .footer_nav ul:last-of-type {
	margin-right: 0;
}

footer .footer_nav ul li {
	font-size: 1.4rem;
	/* color: #FFF; */
	/* margin-bottom: 20px;
}

footer .footer_nav ul li:last-child {
	margin-bottom: 0;
}

footer .footer_nav ul ul {
	float: none;
	margin-top: 20px;
}

footer .footer_nav ul ul li {
	font-size: 1.2rem;
	margin-bottom: 15px;
}

footer .footer_nav ul ul .ar01 {
	color: #e7d8a7;
}

footer .footer_sns {
	text-align: right;
	margin-right: 163px;
}

footer .footer_sns li {
	display: inline-block;
	width: 25px;
	margin-right: 7px;
}

footer .footer_logo {
	width: 92px;
	margin: 0 auto 10px;
}

footer .footer_copy {
	font-family: kozuka-gothic-pro, sans-serif;
	font-weight: 400;
	font-size: 1.2rem;
	color: #e7d8a7;
	text-align: center;
} */


/* SP */
@media (max-width: 769px){

.Bnr{
  width: 45vw !important;
}
.Bnr .Bnr__img {
    bottom: 14vw;
    left: 0;
}
.Bnr__img__inner{
  width: 45vw !important;
}

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

/* --- base --- */

body{
	height:100%;
    /* 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%;
}


/* --- hamburgermenu --- */

/* .hamburger {
  display: block;
  width: 93px;
  height: 93px;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 10000;
  padding: 25px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  -webkit-tap-highlight-color: transparent;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}
.hamburger__icon {
  position: relative;
  margin-top: 8px;
  margin-bottom: 8px;
}
.hamburger__icon, .hamburger__icon:before, .hamburger__icon:after {
  display: block;
  width: 40px;
  height: 2px;
  background-color: #000;
  -moz-transition-property: background-color, -moz-transform;
  -o-transition-property: background-color, -o-transform;
  -webkit-transition-property: background-color, -webkit-transform;
  transition-property: background-color, transform;
  -moz-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
}
.hamburger__icon:before, .hamburger__icon:after {
  position: absolute;
  content: "";
}
.hamburger__icon:before {
  top: -10px;
}
.hamburger__icon:after {
  top: 10px;
}
.hamburger.active .hamburger__icon {
  background-color: transparent;
}
.hamburger.active .hamburger__icon:before, .hamburger.active .hamburger__icon:after {
  background-color: #fff;
}
.hamburger.active .hamburger__icon:before {
  -moz-transform: translateY(8px) rotate(45deg);
  -ms-transform: translateY(8px) rotate(45deg);
  -webkit-transform: translateY(8px) rotate(45deg);
  transform: translateY(8px) rotate(45deg);
}
.hamburger.active .hamburger__icon:after {
  -moz-transform: translateY(-12px) rotate(-45deg);
  -ms-transform: translateY(-12px) rotate(-45deg);
  -webkit-transform: translateY(-12px) rotate(-45deg);
  transform: translateY(-12px) rotate(-45deg);
} */

.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%;
}

/* footer #footercontents_sp {
	width: 100%;
	text-align: center;
}

footer .footer_logo {
	width: 16%;
	text-align: center;
	margin: 0 auto 25%;
}

footer #footercontents_sp ul {
	margin-bottom: 20%
}

footer #footercontents_sp ul li {
	color: #FFF;
	font-size: 1.4rem;
	line-height: 3.5rem;
}

footer .footer_copy {
	font-size: 0.9rem;
	color: #e7d8a7;
}



.minislide {
    width: 55%;
    margin: 0 auto;
}
footer #footercontents_sp ul {
    margin-bottom: 20%;
} */



/* はこにわ */
}
.topimagearea{
	/* background-color:#FF5433; 　20230804に下記カラーに変更*/ 
	background-color:#FF4600;
	width:60%;
	margin:0 auto;
}
.hako_setumei{
width:663px;
margin-bottom:30px;}

.hako_illust{
width:487px;
}

.bunjochi img{
	display:block;
	/* width:60%; */
	max-height: 220px;
    width: auto;
	margin: auto;
}

@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 .inner {
	margin: 0 auto;
	width: 100%;
}
@media (min-width: 770px) {
	#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: 20px;
}
#footer .f_nav > li > a span{
    font-size: 15px;
}
@media (max-width: 769px) {
	#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: 6vw;
}
@media (max-width: 769px) {
	#footer .social{
		margin-bottom: 8vw;
	}
}

#footer .social,#header .social{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	overflow: visible;
	align-items: center;
}

#footer .social li + li,#header .social li + li{
    margin-left: .5em;
}





/*==============================
法人向けバナー
====================================================*/
.footer__business .elementor-button{    background-color: #ff5433;}
.footer__business {
	background: #EFEFEF;
	color: #000; }
	@media (min-width: 800px) {
	  .footer__business {
		margin-bottom: 5vw; } }
	@media (max-width: 769px) {
	  .footer__business .inner {
		padding: 5vw 0 6vw;
		text-align: center;
		margin: 0 auto; }
		 }
	@media (min-width: 800px) {
		.footer__business .pic{
			width: 650px;
			position: absolute;
			right: 0;
		}
		.footer__business .inner .pic {
			position: absolute;
			right: 0;
			font-size: 18px; }
	  .footer__business .inner {
		font-size: 180%;
		display: -webkit-box;
		display: -ms-flexbox;
		position: relative;
		display: flex;
		-webkit-box-pack: justify;
			-ms-flex-pack: justify;
				justify-content: space-between;
		-webkit-box-align: center;
			-ms-flex-align: center;
				align-items: center; }
				.footer__business .inner dl{
					padding: 1em 0;
				}		
	}
	.footer__business .inner a {
	  display: block;
	  margin-top: .5em;
}

/* 全範囲リンク */
	  .linkAll {
		transition: .3s;
		cursor: pointer; }

	  .linkAll:hover {
		opacity: 0.5; }

	  .linkAll {
		position: relative;
		overflow: hidden; }

	  .linkAll a:before {
		content: "";
		position: absolute;
		width: 100vw;
		height: 100vh;
		-moz-transform: translateX(-50%) translateY(-50%);
		-webkit-transform: translateX(-50%) translateY(-50%);
		transform: translateX(-50%) translateY(-50%);
		left: 50%;
		top: 50%; }



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

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

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

  @media (min-width: 800px) {
	.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: 800px) {
	.engjpTtl span {
	  font-size: 25px;
	}
  }

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

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

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

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

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





/*
---------------------------------------
.Box_2Column
2カラム
スマホ:1カラム
---------------------------------------
*/
/*見出しと説明 レイアウトの箇所*/
@media screen and (max-width: 767px) {
    .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: 768px) {
    .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: #000;
    color: #fff;
}
@media screen and (max-width: 769px) {
	.post-password-form {
		padding: 20vw 1em 0;
	}
}


/*== 資料請求フォーム ==*/
img.demo-image {
	width: 80%;
	margin-top: 20px;
	margin-bottom: 20px;
}

th.moji01 {
    font-weight: 600;
    font-size: 1.5em;
		line-height: 1.3em;
}

td.yohaku01 {
    width: 30%;
    padding-bottom: 30px;
}


/* スマホ対応 */
@media screen and (max-width: 769px) {
th.moji01 {
    font-weight: 500;
    font-size: 1em;
    line-height: 1.8em;
}
}





/*== sp ==*/
/*==================================================================================*/


/*---------------------- 予約箇所 -------------------------*/
#sideArea {
	position: fixed;
	z-index: 999;
  }
@media (min-width: 768px) {
	#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: 767px) {
	#sideArea {
	  width: 100%;
	  bottom: 0px;
	  height: 55px;
	}
	#sideArea ul li {
		width: calc( 100% / 4 );
	}
}

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

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

  @media (max-width: 767px) {
	#sideArea a {
	  padding: 1.3em 0em;
	  text-align: center;
	}
  }

  @media (min-width: 768px) {
	#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: 768px) {
	#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: 768px) {
	  #sideArea ul {
	font-size: 17px;
  } }

  #sideArea .event a {
	background:#171717;
  }
  @media (max-width: 767px) {
	#sideArea .catalog a {
		border-right: 1px solid #fff;
	  }
		#sideArea .mail a {
			border-left: 1px solid #fff;
		  }
  }

/*== グローバルナビゲーション 210324修正 →　230821修正　==*/

		@media (max-width: 767px) {
			ul.h_nav > li .sub-menu{
				display: none;
			}
		}
		@media (min-width: 768px) {
			ul.h_nav > li .sub-menu {
				height: 0;
				overflow: hidden;
				background: #000;
				transition: .3s;
			} /*子要素を非表示に。*/
			ul.h_nav > li:not(.socialBtn) .sub-menu {
				/* font-size:11px; */
				font-size:13px;
				line-height: 26px;
				text-align: left;
				/* margin-left: 30px; */
				/* width: 130px; */
				width: max-content;
				background: transparent;
				/* 以下追加 */
				position: absolute;
				left: 0;
			}
			/* ul.h_nav > li:not(.socialBtn):nth-of-type(4) .sub-menu {
				width: 170px;
			} */
			ul.h_nav > li:not(.socialBtn):hover .sub-menu {
				/* top: 11vh; */
				top: 15px;
				overflow: visible;
			}/*親メニューをhoverしたとき、子要素を表示 セレクタの使い方注意*/
			ul.h_nav > li:not(.socialBtn) .sub-menu li{
				background: rgba(255, 255, 255 , .7);
			}
			#header .sub-menu a {
				color: #ff5433;
				padding:.3em 1em 0em;
			}
		}
		
		
		/*== 白文字 ==*/
		.white01{
			color: #ffffff;
		}
		.white02{
			color: #ffffff;
				text-align: center;
		}
		
		/*== 文字カラー ==*/
		.orange {
			color: #ff5433;
				text-align: center;
		}
		
	/* --- お知らせ詳細 Instagram専用ページのスマホ対応 --- */
	.title_ig {
		font-size: 24px;
		margin-left: 10vh;
	}
	@media (max-width: 769px){
	.title_ig {
	    margin-top: 50px;
			font-size: 16px;
			margin-left: 0px;
	}
	
	article#info {
    margin-left: 5vw;
    margin-right: 5vw;
}
	}



.sumaho {
    margin-left: 13vw;
    margin-right: 13vw;
    margin-top: -20px;
}



/* 保護マーク非表示設定 */
.grecaptcha-badge { visibility: hidden; }

/* footer join shopimage
.top_showroom dl img {
	height: 80px;
} */

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



/*==============================
施工事例
====================================================*/
/* --- NEWの表示 --- */
#top_case .contents_area dd span.new ,#case_category_list dd span.new,#case_category_list dt span.new
{
    background: #d60000;
    color: #fff;
    padding: 1px 5px;
	font-size: .7em;
}


/*==============================
イベント情報の子要素に加盟店
====================================================*/
/* --- NEWの表示 --- */

.cat-item .children {
    margin: 1.2em 0 -1em 2em;
}

.cat-item .children .cat-item {
	border-style: none;
}


.page-template-page-recruitnew-php .top_showroom {
	display: none;
}


.studio-hp,.studio-instagram,.studio-facebook {
	display: inline-block;
	text-indent: 100%;
	overflow: hidden;
	white-space: nowrap;
}

.studio-hp:after {
	content: '';
    display: block;
    width: 16px;
    height: 16px;
    background: url(../../img/common/external-link.svg) no-repeat bottom center;
    background-size: cover;
    margin-left: 6px;
}

.intro-line {
	margin-top: 7px;
	display: flex;
	align-items: center;
}

.studio-official {
	border: 1px solid;
	font-size: 10px;
	padding: 4px 8px;
	font-weight: bold !important;
	display: inline-block;
	line-height: 1;
}

.studio-instagram,.studio-facebook {
	width: 16px;
	height: 16px;
	display: inline-block;
	background: url(../../img/common/f_ico_01.svg) no-repeat center center;
	background-size: contain;
	margin-left: 5px;
}

.studio-facebook {
	background-image: url(../../img/common/f_ico_02.svg);
}

@media (max-width: 769px){
	.top_showroom dl {
		display: flex;
		flex-direction: column;
	}
	.top_showroom dd {
		margin: 0 !important;
	}
}



/*
---------------------------------------
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; /* [必須]  */
}

#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;
	}
}


/* 20230128 css fix */

.elementor-element-35af1f3 .elementor-row,.elementor-element-6f3979d .elementor-row {
    align-items: baseline;
}

.elementor-element-8072bca {
    margin-bottom: 30px !important;
}

.elementor-element-35af1f3 .elementor-image-box-description,
.elementor-element-4a819fb .elementor-image-box-description {
	min-height:80px;
}

.elementor-element-ffbf10f {
	overflow: hidden;
}

.elementor-element-ffbf10f img {
	transform:scale(1.2);
}

.page-id-21016 img:hover {
	opacity:1 !important;
}

.elementor-element-a4dea59 .sr-list-pr2 {
	display: none;
}

.showroom_single {
	margin-top: 80px;
}

.single-showrooms .jpEmgTtl {
	margin-bottom: 30px;
}

.sr-staff.container {
	padding:60px 0;
}

.sr-staff h2 {
	margin-bottom: 40px;
}

@media (max-width: 769px){
	.top_staff_item, .top_art_item {
		width: 175px !important;
	}
}


.home .swiper-button-next, .home .swiper-button-prev {
	top: 24% !important;
	transform: scale(0.7) !important;
	
}
.home .swiper-button-next:after, .home .swiper-button-prev:after {
	color: white !important;
}

@media (max-width: 769px){
	.home .swiper-button-next, .home .swiper-button-prev {
		top: 15% !important;
	}
	.join-list .swiper-button-next,
	.join-list .swiper-button-prev {
		top: 20% !important;
	}
	.imgOverLink .sttl {
		line-height: 1.2;
	}
	.elementor-element-821f531 figure a {
		display: block;
		overflow: hidden;
	    /* margin: 0 auto 20px; */
	}
	.elementor-element-821f531 figure img {
		display: block !important;
		height: 200px;
		display: block;
		margin: 0 auto 20px !important;
		width: auto;
	}
	body.join #header .logo a img {
		filter: invert(0%) !important;
	}
	.elementor-element-d56b867 .join-list .swiper-button-next,
	.elementor-element-d56b867 .join-list .swiper-button-prev {
		display: none;
	}
	.top_open_event_spslide figure dd {
	    line-height: 1.3;
	}
}

.elementor-element-a4dea59 .swiper-button-next,
.elementor-element-a4dea59 .swiper-button-prev,
.elementor-element-d3b8c23 .swiper-button-next,
.elementor-element-d3b8c23 .swiper-button-prev {
	display: none;
}


/*== スムーススクロール ==*/
html {
	scroll-behavior: smooth;
	scroll-padding-top: 40px;
}

