@charset "utf-8";
/*
Theme Name: classe-factory
Theme URI: https://classe-factory.com/
Description: classe-factory
Version: 1.0
Author: hiroom
Author URI: https://www.hiroom.net
*/
/*-----------------------------------------------------	*/
/*	for all						*/
/*-----------------------------------------------------	*/
/* ------ General Settings ------ */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@600&display=swap');
.fse {
 font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
}
.fgo {
 font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", 'Noto Sans Japanese', "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}
img {
 max-width: 100%;
 height: auto;
 width: auto\9;
}
a:hover {
 opacity: 0.9;
 text-decoration: none;
}
body {
 font-family: 'Noto Sans JP', sans-serif;
 text-align: center;
 margin: 0;
 padding: 0;
 color: #333333;
 overflow: hidden;
}
body .pc {
 display: none !important;
}
body .sp {
 display: inherit !important;
}
.br_pc {
 display: none !important;
}
.br_sp {
 display: inherit !important;
}
.hv a {
 cursor: pointer;
}
.wrapper {
 position: relative;
	overflow: hidden;
}
@media screen and (min-width: 768px) {
 body .sp {
  display: none !important;
 }
 body .pc {
  display: inherit !important;
 }
 .br_pc {
  display: inherit !important
 }
 .br_sp {
  display: none !important;
 }
}
/* ------ Header ------ */
.headerupper {
 background: #000;
 font-size: 12px;
 padding: 10px 20px;
 color: #fff;
 text-align: left;
}
.header {
 width: 100%;
 height: 100px;
 position: relative;
}
.header h1 {
 width: 180px;
 height: 58px;
 margin: 0 auto 105px auto;
 position: absolute;
 top: 25px;
 left: 25px;
}
.header h1 a {
 width: 180px;
 height: 58px;
 background: url("../images/common/logo.png") no-repeat 0 0;
 background-size: 180px auto;
 display: block;
}
.header-right {
 position: absolute;
 top: 33px;
 right: 290px;
 width: 340px;
 display: flex;
 flex-wrap: wrap;
 justify-content: space-between;
}
.header-right p {
 font-size: 24px;
 font-weight: 700;
 padding: 3px 0 3px 0;
}
.header-right p a {
 background: url("../images/common/ic_freedial.svg") no-repeat left center;
 background-size: auto;
 background-size: 42px auto;
 padding: 5px 0 5px 50px;
 color: #908a64;
}
.header-right ul {
 width: 105px;
 display: flex;
 flex-wrap: wrap;
 justify-content: space-between;
 align-items: center;
}
.header-right li {
 width: 25px;
}
.header-request {
 width: 120px;
 position: absolute;
 top: 29px;
 right: 152px;
}
.header-request a {
 width: 120px;
 background: #908A64;
 display: block;
 font-size: 12px;
 font-weight: 700;
 color: #fff;
 line-height: 1;
}
.header-request a span {
 background: url("../images/common/ic_doc_w.svg") no-repeat 22px center;
 background-size: 18px auto;
 padding: 15px 15px 15px 45px;
 display: block;
}
.header-contact {
 width: 120px;
 position: absolute;
 top: 29px;
 right: 25px;
}
.header-contact a {
 width: 120px;
 background: #908A64;
 display: block;
 font-size: 12px;
 font-weight: 700;
 color: #fff;
 line-height: 1;
}
.header-contact a span {
 background: url("../images/common/ic_sodan_w.svg") no-repeat 22px center;
 background-size: 23px auto;
 padding: 15px 15px 15px 45px;
 display: block;
}
.header h2 {
 font-size: 20px;
 font-weight: 700;
 line-height: 1.5;
 margin-bottom: 50px;
 color: #000;
}
.hcopy {
 background: #666;
 padding: 20px 0 10px 0;
 text-align: center;
 margin: 0 30px 30px 30px;
}
.hcopy p {
 color: #fff;
 font-size: 15px;
 margin-bottom: 10px;
 font-weight: 400;
}
.hcopy p:nth-of-type(2) {
 color: #fff;
 font-size: 30px;
 margin-bottom: 10px;
 font-weight: 100;
}
.header .cp {
 font-size: 13px;
 font-weight: 700;
}
.hnav {
 position: absolute;
 bottom: 0;
 background: #000;
 width: 100%;
}
.hnav ul {
 overflow: hidden;
 text-align: center;
}
.hnav li {
 display: inline-block;
}
.hnav li a {
 padding: 20px 15px;
 display: block;
 color: #fff;
 font-size: 14px;
 font-weight: 700;
}
.hnav li:nth-of-type(2) a {
 padding: 20px 38px 20px 15px;
 display: block;
 color: #fff;
 font-size: 14px;
 font-weight: 700;
 background: url("../images/common/ic_linko.png") no-repeat 78px center;
 background-size: 15px auto;
}
.hnav li a:hover {
 color: #908A64;
}
.main {
 width: 100%;
 height: 46vw;
 box-sizing: border-box;
 background: #f5f5f5;
 position: relative;
}
.main.swiper-container {
 width: 100%;
 height: 100%;
}
.main .swiper-slide {
 text-align: left;
 background: #f5f5f5;
 padding: 0 0 0 0;
 position: relative;
}
.swiper-pagination-m {
 position: absolute;
 bottom: 20px;
 z-index: 1000;
}
.swiper-button-prev, .swiper-button-next {
 color: #1c1c1d;
}
.main-img {
 position: absolute;
 right: 0;
 width: 77%;
}
.main-txt {
 width: 31%;
 position: absolute;
 left: 3.2vw;
 top: 15.6vw;
 z-index: 1000;
}
.main-read {
 font-size: 1.02vw;
 font-weight: 700;
 margin-bottom: 6px;
 color: #000;
}
.main-name {
 background: #000;
 color: #fff;
 font-weight: 700;
 font-size: 2.1vw;
 padding: 0.6vw 1.5vw;
 margin-bottom: 2.7vw;
 line-height: 1.1;
 display: inline-block;
}
.main-btn {
 width: 100%;
 clear: both;
}
.main-btn span {
 font-size: 0.86vw;
 display: inline-block;
 padding: 0.7vw 3.2vw 0.75vw 1.1vw;
 background: #979270;
 font-weight: 700;
 color: #fff;
 position: relative;
}
/* ALL BUTTONS */
.main-btn span {
 display: inline-block;
 position: relative;
 overflow: hidden;
 -webkit-transition: all 0.3s ease-in-out;
 -o-transition: all 0.3s ease-in-out;
 transition: all 0.3s ease-in-out;
}
/*矢印と下線の形状*/
.main-btn span::before {
 content: "";
 position: absolute;
 top: 52%;
 right: 9px;
 width: 22px;
 height: 1px;
 background: #fff;
 transition: all .2s linear;
}
.main-btn span::after {
 content: "";
 position: absolute;
 top: 42%;
 right: 13px;
 width: 2px;
 height: 5px;
 background: #fff;
 transform: skewX(60deg);
 transition: all .2s linear;
}
@media screen and (max-width: 1010px) {
 .hnav li a {
  padding: 16px 10px;
  display: block;
  color: #fff;
  font-size: 1.28vw;
  font-weight: 700;
 }
}
@media screen and (max-width: 768px) {
 .nav {
  display: none;
 }
 .headerupper {
  background: #fff;
  font-size: 9px;
  padding: 5px 0 0 15px;
  color: #000;
  text-align: left;
  letter-spacing: -0.5px;
 }
 .header {
  width: 100%;
  height: 100px;
  position: relative;
  display: none;
 }
 .main {
  width: 100%;
  height: 88vw;
  position: relative;
 }
 .main.swiper-container {
  width: 100%;
  height: 100%;
 }
 .main .swiper-slide {
  text-align: left;
  background: #f5f5f5;
  padding: 0 0 0 0;
  position: relative;
  height: 86vw;
 }
 .swiper-pagination-m {
  position: absolute;
  bottom: 20px;
 }
 .swiper-button-prev, .swiper-button-next {
  top: 26%;
 }
 .swiper-button-prev::after, .swiper-button-next::after {
  font-size: 24px !important;
  font-weight: bold;
 }
 .swiper-pagination-bullet {
  width: 6px;
  height: 6px;
 }
 .main-img {
  position: absolute;
  right: auto;
  width: 100%;
 }
 .main-txt {
  width: 90%;
  position: absolute;
  left: 50%;
  margin-left: -45%;
  top: inherit;
  bottom: 0;
  z-index: 1000;
 }
 .main-read {
  font-size: 4.26vw;
  font-weight: 700;
  margin-bottom: 3vw;
  color: #000;
  text-align: center;
 }
 .main-name {
  background: #000;
  color: #fff;
  font-weight: 700;
  font-size: 6.3vw;
  padding: 2vw 1.5vw;
  margin-bottom: 6vw;
  line-height: 1.1;
  display: block;
  text-align: center;
 }
 .main-btn {
  width: 100%;
  clear: both;
  display: none;
 }
 .main-btn span {
  font-size: 3.86vw;
  display: block;
  padding: 4vw 0 4vw 0;
  width: 100%;
  background: #979270;
  font-weight: 700;
  color: #fff;
  position: relative;
  text-align: center;
 }
 /* ALL BUTTONS */
 .main-btn span {
  display: inline-block;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
 }
 /*矢印と下線の形状*/
 .main-btn span::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 12px;
  width: 24px;
  height: 1px;
  background: #fff;
  transition: all .2s linear;
 }
 .main-btn span::after {
  content: "";
  position: absolute;
  top: 43%;
  right: 15px;
  width: 2px;
  height: 5px;
  background: #fff;
  transform: skewX(60deg);
  transition: all .2s linear;
 }
 .header h1 {
  display: none;
 }
 .header h2 {
  font-size: 4.5vw;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 5.3vw;
  color: #000;
 }
 .header-right {
  display: none;
 }
 .hcopy {
  background: #666;
  padding: 2.6vw 0 1.3vw 0;
  text-align: center;
  margin: 0 11vw 4vw 11vw;
 }
 .hcopy p {
  color: #fff;
  font-size: 3.7vw;
  margin-bottom: 1.3vw;
  font-weight: 400;
  line-height: 1.5;
 }
 .hcopy p:nth-of-type(2) {
  color: #fff;
  font-size: 6.6vw;
  margin-bottom: 1.3vw;
  font-weight: 100;
 }
 .header .cp {
  font-size: 3.4vw;
  font-weight: 700;
  line-height: 1.5;
 }
 .hnav {
  display: none;
 }
 nav.cnav {
  height: 70px;
  background: #FFF;
  z-index: 1000;
 }
 nav.cnav h1 {
  top: 17px;
  left: 17px;
  width: 120px;
  position: absolute;
 }
 .navbtn {
  width: 70px;
  height: 70px;
  position: absolute;
  right: 0px;
  top: 0px;
  background: #000;
  display: flex;
  justify-content: center;
  align-items: center;
 }
 .navbtn img {
  width: 34px;
  height: auto;
 }
 .clone-nav {
  position: fixed;
  top: -20px;
  left: 0;
  z-index: 1000;
  width: 100%;
  transition: .3s;
  transform: translateY(-100%);
  display: inherit;
 }
 nav.cnav.clone-nav {
  height: 90px;
  background: none;
 }
 nav.cnav.clone-nav h1 {
  top: 37px;
  display: none;
 }
 nav.cnav.clone-nav .navbtn {
  top: 20px;
 }
 .is-show {
  transform: translateY(0);
 }
 /*トップナビ*/
 .nav {}
 .nav li {
  float: left;
  width: 33.3333%;
  height: 23.33vw;
 }
 .nav li a {
  width: 100%;
  padding: 6vw 0;
  display: block;
  color: #fff;
 }
 .nav li a span {
  background-image: url("../images/common/bar.png"), url("../images/common/bar.png");
  background-repeat: no-repeat;
  background-position: top center, bottom center;
  background-size: 13vw auto;
  padding: 2.5vw 0;
  display: inline-block;
  color: #fff;
  font-size: 6.6vw;
  line-height: 1;
 }
 .nav li:nth-of-type(1) {
  background: url("../images/common/nav_1.png") no-repeat center center;
  background-size: auto 100%;
 }
 .nav li:nth-of-type(2) {
  background: url("../images/common/nav_2.png") no-repeat center center;
  background-size: auto 100%;
 }
 .nav li:nth-of-type(3) {
  background: url("../images/common/nav_3.png") no-repeat center center;
  background-size: auto 100%;
 }
 .nav li:nth-of-type(3) a {
  padding: 2.4vw 0 0 0;
 }
 /*gnav modal*/
 .remodal-overlay {
  background:
   rgba(00, 00, 00, 1);
 }
 .gnav {
  text-align: left;
  width: 100%;
  padding: 0;
  box-sizing: border-box;
  overflow: hidden;
 }
 .gnav .remodal-close {
  position: absolute;
  top: 25px;
  right: 25px;
  color: #fff;
  display: block;
  overflow: visible;
  border-radius: 0;
  width: 8vw;
  height: 8vw;
  margin: 0 auto 0 auto;
  padding: 0 0 0 10px;
  background: url("../images/common/btn_close.png") no-repeat;
  background-size: 8vw auto;
  cursor: pointer;
  transition: color 0.2s;
  text-decoration: none;
  text-indent: -9999px;
  font-size: 15px;
  outline: 0;
  border: none;
 }
 .remodal-close::before {
  font-size: 35px;
  line-height: 1;
 }
 .gnavi {
  padding: 18vw 10vw 5vw 10vw;
 }
 .gnavi li {
  text-align: left;
  padding: 1.5vw 0 1.5vw 0;
 }
 .gnavi li a {
  font-size: 4.8vw;
  padding: 1.5vw 0 1.5vw 0;
  box-sizing: border-box;
  display: block;
  color: #fff;
 }
 .gnavi li a span {
  font-size: 3.2vw;
  padding: 0 0 0 4vw;
  display: inline-block;
  color: #fff;
 }
 .gnav-m {
  margin-bottom: 1.5vw;
 }
 .gnav-sub {
  padding-left: 5vw;
  margin-bottom: 1.5vw;
 }
 .gnavi p {
  font-size: 4.8vw;
  padding: 0 0 2.5vw 0;
  box-sizing: border-box;
  display: inline-block;
  color: #fff;
 }
 .gnavi li a.ic-link {
  background: url("../images/common/ic_linko.png") no-repeat 21vw center;
  background-size: 3.5vw auto;
 }
 .gnavi-sns {
  width: 238px;
  margin: 0 auto;
  padding-bottom: 50px;
 }
 .gnavi-sns ul {
  width: 238px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
 }
 .gnavi-sns li {
  width: 38px;
 }
 /*current
.reform_renovation .gnavi li:nth-of-type(1) a,
.i-factory-house .gnavi li:nth-of-type(2) a,
.interior_coordination .gnavi li:nth-of-type(3) a,
.furniture .gnavi li:nth-of-type(4) a,
.shop .gnavi li:nth-of-type(5) a,
.staff .gnavi li:nth-of-type(6) a,
.blog .gnavi li:nth-of-type(7) a
	 {
		border-bottom: #fff 1px solid;
	}*/
}
/* ------ Footer ------ */
.footer {
 width: 100%;
 background: #F0EFE8;
 padding:60px 0 60px 0;
}
.footer_inner {
 width: 900px;
 margin: 0 auto;
 overflow: hidden;
}
.footer .fnav {
 overflow: hidden;
 text-align: center;
 margin-bottom: 60px;
}
.footer .fnav li {
 display: inline-block;
}
.footer .fnav li a {
 font-size: 13px;
 display: block;
 padding: 5px 10px;
}
.fl {
 width: 50%;
 float: left;
 text-align: left;
}
.flogo {
 width: 160px;
 margin-bottom: 20px;
}
.fl li {
 display: inline-block;
 margin-right: 25px;
}
.fl li a {
 border: #ccc 1px solid;
 border-radius: 30px;
 background: url("../images/common/ic_access.png") no-repeat 0px center;
 padding: 5px 10px 5px 30px;
 display: block;
 font-size: 14px;
 background-size: 12px auto;
}
.fl li a:hover {
 background: url("../images/common/ic_access_w.png") no-repeat 0px center #908A64;
 background-size: 12px auto;
 color: #fff;
 border: #908A64 1px solid;
}
.fr {
 width: 50%;
 float: right;
 text-align: right;
}
.fr ul {
 margin-bottom: 40px;
}
.fr li {
 display: inline-block;
 width: 35px;
 height: 35px;
 margin-right: 10px;
}
.fr li img {
 vertical-align: middle;
}
.fr li:last-child {
 margin-right: 0;
}
.fr li a:hover {
 opacity: 0.5;
}
.copyright {
 font-size: 13px;
 line-height: 1.2;
	margin: 50px auto 0 auto;
	text-align: center;
}
.mapindex {
 width: 100%;
 height: 400px;
 margin: 0;
}
.mapindex iframe {
 width: 100%;
 height: 400px;
}
.sp-footer-nav {
 display: none;
}

.material-symbols-outlined {
  font-variation-settings:
  'FILL' 0,
  'wght' 400,
  'GRAD' 0,
  'opsz' 48
}

.footer_address_txt a span.material-symbols-outlined{
	font-size: 24px!important;
	margin-right: 5px;
	vertical-align: middle;
}

.footer_address_txt a{
	border: none!important;
	padding: 5px 10px 5px 20px!important;
}

.footer_address_txt a:hover{
	border: none!important;
	padding: 5px 10px 5px 20px!important;
	background-color: none!important;
	background: url("../images/common/ic_access.png") no-repeat 0px center !important;
	background-size: 12px auto!important;
	color: #666!important;
}

.group{
	width: 440px;
	background: #fff;
}

.group a{
	display: flex;
	padding: 10px;
	margin: 30px 0 0 0;
	justify-content: space-between;
	align-items: center;
}

.glogo{width: 150px;}

.group .gtxt{width: 240px;line-height: 1.6;font-size: 13px;text-align: left;}

@media screen and (max-width: 768px) {
 .footer {
  width: 100%;
  background: #F0EFE8;
  padding: 8vw 0 22vw 0;
 }
 .footer_inner {
  width: auto;
  margin: 0 7.7vw;
  overflow: hidden;
 }
 .footer .fnav {
  overflow: hidden;
  text-align: center;
  margin-bottom: 10vw;
 }
 .footer .fnav li {
  display: block;
 }
 .footer .fnav li a {
  font-size: 3.7vw;
  display: block;
  padding: 4vw 2vw;
  border-bottom: #BCBCBC 1px solid;
 }
 .fl {
  width: 100%;
  float: none;
  text-align: center;
 }
 .flogo {
  width: 35vw;
  margin: 0 auto 5vw auto;
 }
 .fl li {
  display: inline-block;
  margin-right: 0;
  margin-bottom: 0;
  font-size: 3.7vw;
  line-height: 1.5;
 }
 .fl li a {
  border: #ccc 1px solid;
  border-radius: 30px;
  background: url("../images/common/ic_access.png") no-repeat 5vw center;
  padding: 3vw 5vw 3vw 10vw;
  display: block;
  font-size: 3.7vw;
  background-size: 3vw auto;
 }
 .fl li a:hover {
  background: url("../images/common/ic_access_w.png") no-repeat 5vw center #908A64;
  background-size: 3vw auto;
 }
 .fl p {
  margin-bottom: 5vw;
  font-size: 3.7vw;
 }
 .gmap {
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  margin-bottom: 7vw;
 }
 .gmap iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
 }
 .fr {
  width: 100%;
  float: none;
  text-align: center;
  padding-top: 8vw;
 }
 .fr ul {
  margin-bottom: 6.6vw;
 }
 .fr li {
  display: inline-block;
  width: 8vw;
  margin-right: 10px;
 }
 .fr li:last-child {
  margin-right: 0;
 }
 .copyright {
  font-size: 3.3vw;
  line-height: 1.5;
 }
 .sp-footer-nav {
  display: inherit !important;
  position: fixed;
  bottom: 0;
  width: 100%;
  background: #000;
  z-index: 2000;
 }
 .sp-footer-nav ul {
  display: flex;
 }
 .sp-footer-nav ul li {
  width: 28.3%;
 }
 .sp-footer-nav ul li + li {
  border-left: #ccc 1px solid;
 }
 .sp-footer-nav a {
  display: block;
  text-align: center;
  padding: 4.6vw 0 4.6vw 5vw;
  font-size: 3.2vw;
  font-weight: 700;
  color: #fff;
  position: relative;
 }
 .sp-footer-nav li:first-child a::before {
  position: absolute;
  content: '';
  top: 34%;
  left: 5vw;
  display: block;
  width: 5vw; /*幅*/
  height: 5vw;
  background-image: url("../images/common/ic_op.svg");
  background-size: contain;
  background-repeat: no-repeat; /*画像を繰り返さない*/
 }
 .sp-footer-nav li:nth-of-type(2) a::before {
  position: absolute;
  content: '';
  top: 37%;
  left: 4vw;
  display: block;
  width: 4vw; /*幅*/
  height: 4vw;
  background-image: url("../images/common/ic_doc.svg");
  background-size: contain;
  background-repeat: no-repeat; /*画像を繰り返さない*/
 }
 .sp-footer-nav li:nth-of-type(3) a::before {
  position: absolute;
  content: '';
  top: 37%;
  left: 4vw;
  display: block;
  width: 5vw; /*幅*/
  height: 4vw;
  background-image: url("../images/common/ic_sodan.svg");
  background-size: contain;
  background-repeat: no-repeat; /*画像を繰り返さない*/
 }
 .sp-footer-nav ul li:last-child {
  width: 15%;
 }
 .sp-footer-nav li:last-child a {
  display: block;
  text-align: center;
  padding: 4.6vw 0 4.6vw 5vw;
  font-size: 3.2vw;
  font-weight: 700;
  color: #fff;
  position: relative;
  background: #8F8A68;
  text-indent: -9999px;
  overflow: hidden;
 }
 .sp-footer-nav li:last-child a::before {
  position: absolute;
  content: '';
  top: 28%;
  left: 5.5vw;
  display: block;
  width: 6vw; /*幅*/
  height: 6vw;
  background-image: url("../images/common/ic_tel_w.svg");
  background-size: contain;
  background-repeat: no-repeat; /*画像を繰り返さない*/
 }
	
	.footer_address_txt{
		margin-bottom: 5vw!important;
	}

.footer_address_txt a span.material-symbols-outlined{
	font-size: 24px!important;
	margin-right: 5px;
	vertical-align: middle;
}

.footer_address_txt a{
	border: none!important;
	padding: 5px 10px 5px 20px!important;
	background: url("../images/common/ic_access.png") no-repeat 20px 10px !important;
	background-size: 12px auto!important;
}

.footer_address_txt a:hover{
	border: none!important;
	padding: 5px 10px 5px 20px!important;
	background-color: none!important;
	background: url("../images/common/ic_access.png") no-repeat 20px 10px !important;
	background-size: 12px auto!important;
	color: #666!important;
}
	
	
		.group{
	width: auto;
	background: #fff;
		margin: 0 0;
}

.group a{
	display: flex;
	padding: 2vw;
	margin: 8vw 0 0 0;
	justify-content: space-between;
	align-items: center;
}

.glogo{width: 34vw;}

.group .gtxt{width: 41vw;line-height: 1.6;
	font-size: 2.8vw;
	text-align: left}
	
}
/* ------ Contents ------ */
.hv a:hover img {
 opacity: .5;
 -webkit-opacity: .5;
 -moz-opacity: .5;
 filter: alpha(opacity=50); /* IE lt 8 */
 -ms-filter: "alpha(opacity=50)"; /* IE 8 */
}
a, .hv a img {
 -webkit-transition: all .5s ease-out;
 -moz-transition: all .5s ease-out;
 -ms-transition: all .5s ease-out;
 transition: all .5s ease-out;
}
/*index*/
.inner_content {
 text-align: center;
 width: 1140px;
 margin: 0 auto;
 overflow: hidden;
}
.idx_tit {
 margin-bottom: 80px;
}
.index .idx_tit {
 padding-top: 80px;
}
.idx_tit h2 {
 font-size: 26px;
 font-weight: 400;
 margin-bottom: 8px;
 text-align: center;
}
.idx_tit p {
 font-size: 13px;
 color: #838383;
 text-align: center;
}
.stit {
 font-size: 20px;
 font-weight: 400;
 margin-bottom: 80px;
}
.link_more {
 width: 100%;
 clear: both;
}
.link_more a {
 font-size: 16px;
 display: inline-block;
 padding: 14px 70px 14px 20px;
 border: #707070 1px solid;
 background: url("../images/common/cursor_r.png") no-repeat 80% center #fff;
 background-size: 25px auto;
 font-weight: 700;
}
/* ALL BUTTONS */
.link_more a {
 display: inline-block;
 position: relative;
 overflow: hidden;
 -webkit-transition: all 0.3s ease-in-out;
 -o-transition: all 0.3s ease-in-out;
 transition: all 0.3s ease-in-out;
}
.link_more a:before {
 content: "";
 z-index: -1;
 position: absolute;
 width: 100%;
 height: 100%;
 top: 0;
 left: -100%;
 background: url("../images/common/cursor_r.png") no-repeat 80% center #908A64;
 -webkit-transition: all 0.3s ease-in-out;
 -o-transition: all 0.3s ease-in-out;
 transition: all 0.3s ease-in-out;
 background-size: 25px auto;
}
.link_more a:hover {
 color: #fff;
}
.link_more a:hover:before {
 left: 0;
}
@media screen and (max-width: 768px) {
 .inner_content {
  text-align: center;
  width: auto;
  margin: 0 5.8vw;
  overflow: hidden;
 }
 .idx_tit {
  margin-bottom: 5vw;
 }
 .index .idx_tit {
  padding-top: 10vw;
 }
 .idx_tit h2 {
  font-size: 5.3vw;
  font-weight: 400;
  margin-bottom: 1.3vw;
 }
 .idx_tit p {
  font-size: 3.2vw;
  color: #838383;
 }
 .stit {
  font-size: 4vw;
  font-weight: 400;
  margin-bottom: 7vw;
  line-height: 1.6;
 }
 .link_more {
  width: 100%;
  clear: both;
 }
 .link_more a {
  font-size: 4vw;
  display: block;
  padding: 3vw 0 3vw 0;
  border: #707070 1px solid;
  background: url("../images/common/cursor_r.png") no-repeat 95% center #fff;
  background-size: 25px auto;
  font-weight: 700;
  text-align: center;
 }
 .link_more a:before {
  content: "";
  z-index: -1;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url("../images/common/cursor_r.png") no-repeat 95% center #fff;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background-size: 25px auto;
 }
 .link_more a:hover {
  color: #333;
 }
}
/*見学会　20201013*/
.idx_event {
 background: #fff;
 padding: 80px 0 80px 0;
}
.idx_event figure {
 float: left;
 width: 40%;
}
.idx_event .inner_content {
 position: relative;
}
.idx_event .swiper-container {
 width: 90%;
 height: 100%;
 height: 300px;
}
.idx_event .swiper-slide {
 text-align: center;
 font-size: 18px;
 background: #fff;
 padding: 0 0 35px 0;
}
@media screen and (max-width: 768px) {
 .idx_event {
  padding: 10vw 0 10vw 0;
 }
 .idx_event .swiper-container {
  width: 100%;
  height: 100%;
  height: 45vw;
 }
 .idx_event .swiper-button-next, .idx_event .swiper-button-prev {
  display: none;
 }
}
/*サービスブロック*/
.idx_service {
 background: #f5f5f5;
}
.m_service_outer {
 background-image: url("../images/index/bg_service.png");
 background-position: left 120px;
 background-repeat: repeat-x;
 padding-bottom: 50px;
 margin-bottom: 80px;
}
.m_service_outer:last-child {
 margin-bottom: 0;
}
.m_service_inner {
 width: 1000px;
 margin: 0 auto;
 display: flex;
 align-items: flex-start;
 flex-wrap: wrap;
 justify-content: space-between;
 position: relative;
 z-index: 2;
}
.m_service_outer:nth-child(odd) .m_service_inner {
 flex-direction: row-reverse;
}
.m_service_inner figure {
 width: 480px;
}
.m_service_inner .m_service_txt {
 width: 480px;
 text-align: left;
}
.m_service_catch {
 font-size: 15px;
 font-weight: 700;
 margin-bottom: 10px;
}
.m_service_ttl {
 font-size: 24px;
 font-weight: 700;
 color: #fff;
 background: #000;
 padding: 10px 15px;
 margin-bottom: 70px;
 display: inline-block;
 line-height: 1.2;
}
.m_service_copy {
 font-size: 15px;
 line-height: 1.7;
 margin-bottom: 30px;
}
.link_detail {
 position: relative;
 overflow: hidden;
 text-decoration: none;
 display: inline-block;
 border: 1px solid #555;
 padding: 12px 10px 10px 20px;
 text-align: center;
 outline: none;
 transition: ease .2s;
}
.link_detail span {
 position: relative;
 z-index: 3;
 color: #000;
 font-size: 16px;
}
.link_detail:hover span {
 color: #fff;
}
.link_detail:before {
 content: '';
 position: absolute;
 top: 0;
 left: 0;
 z-index: 2;
 background: #908A64;
 width: 100%;
 height: 100%;
 transition: transform .6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
 transform: scale(0, 1);
 transform-origin: right top;
}
.link_detail:hover:before {
 transform-origin: left top;
 transform: scale(1, 1);
}
.link_detail span {
 display: inline-block;
 position: relative;
 overflow: hidden;
 -webkit-transition: all 0.3s ease-in-out;
 -o-transition: all 0.3s ease-in-out;
 transition: all 0.3s ease-in-out;
 padding-right: 40px;
}
/*矢印と下線の形状*/
.link_detail span::before {
 content: "";
 position: absolute;
 top: 56%;
 right: 9px;
 width: 22px;
 height: 1px;
 background: #000;
 transition: all .2s linear;
}
.link_detail span::after {
 content: "";
 position: absolute;
 top: 36%;
 right: 13px;
 width: 2px;
 height: 5px;
 background: #000;
 transform: skewX(60deg);
 transition: all .2s linear;
}
.link_detail:hover span::before {
 background: #fff;
}
.link_detail:hover span::after {
 background: #fff;
}
@media screen and (max-width: 768px) {
 .m_service_outer {
  background-image: url("../images/index/bg_service.png");
  background-position: left 60px;
  background-repeat: repeat-x;
  padding-bottom: 10vw;
  margin-bottom: 10vw;
 }
 .m_service_inner {
  width: auto;
  margin: 0 auto;
  display: block;
  align-items: flex-start;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
  z-index: 2;
 }
 .m_service_outer:nth-child(odd) .m_service_inner {
  flex-direction: row-reverse;
 }
 .m_service_inner figure {
  width: auto;
  padding: 0 5vw;
  margin: 0;
 }
 .m_service_inner .m_service_txt {
  width: auto;
  text-align: center;
  padding: 5vw 5vw 0 5vw;
 }
 .m_service_catch {
  font-size: 3.4vw;
  font-weight: 700;
  margin-bottom: 3vw;
 }
 .m_service_ttl {
  font-size: 5vw;
  font-weight: 700;
  color: #fff;
  background: #000;
  padding: 10px 15px;
  margin-bottom: 5vw;
  display: inline-block;
  line-height: 1.2;
 }
 .m_service_copy {
  font-size: 3.8vw;
  line-height: 1.7;
  margin-bottom: 5vw;
  text-align: left;
 }
 .link_detail {
  position: relative;
  overflow: hidden;
  text-decoration: none;
  display: block;
  border: none;
  padding: 12px 10px 12px 10px;
  text-align: center;
  outline: none;
  transition: ease .2s;
  background: #908A64;
 }
 .link_detail span {
  position: relative;
  z-index: 3;
  color: #fff;
 }
 .link_detail:hover span {
  color: #fff;
 }
 .link_detail:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background: #908A64;
  width: 100%;
  height: 100%;
  transition: transform .6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transform: scale(0, 1);
  transform-origin: right top;
 }
 .link_detail:hover:before {
  transform-origin: left top;
  transform: scale(1, 1);
 }
 .link_detail span {
  display: block;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding-right: 0;
  font-size: 3.5vw;
 }
 /*矢印と下線の形状*/
 .link_detail span::before {
  content: "";
  position: absolute;
  top: 56%;
  right: 9px;
  width: 22px;
  height: 1px;
  background: #fff;
  transition: all .2s linear;
 }
 .link_detail span::after {
  content: "";
  position: absolute;
  top: 36%;
  right: 13px;
  width: 2px;
  height: 5px;
  background: #fff;
  transform: skewX(60deg);
  transition: all .2s linear;
 }
}
/*リフォーム・リノベーション*/
.idx_reform {
 background: url("../images/common/bg_g.jpg") repeat;
 padding: 0 0 120px 0;
}
.idx_reform figure {
 float: left;
 width: 40%;
}
.idx_reform .inner_content p {
 float: right;
 width: 55%;
 text-align: left;
 line-height: 2.2;
 margin-bottom: 50px;
 font-size: 15px;
}
.idx_reform .link_more {
 text-align: right;
}
@media screen and (max-width: 768px) {
 .idx_reform {
  background: url("../images/common/bg_g.jpg") repeat;
  padding: 0 0 10vw 0;
 }
 .idx_reform figure {
  float: none;
  width: 100%;
  margin-bottom: 3vw;
 }
 .idx_reform .inner_content p {
  float: none;
  width: 100%;
  text-align: left;
  line-height: 1.8;
  margin-bottom: 7vw;
  font-size: 3.7vw;
 }
 .idx_reform .link_more {
  text-align: center;
 }
}
/*i Factory House*/
.idx_ifactory {
 background: #fff;
 padding: 0 0 120px 0;
}
.idx_ifactory h3 {
 font-size: 20px;
 color: #333333;
 line-height: 1.8;
 margin-bottom: 80px;
}
.idx_ifactory figure {
 float: right;
 width: 48%;
 margin-top: -30px;
}
.idx_ifactory .inner_content p {
 float: left;
 width: 50%;
 text-align: left;
 line-height: 2.2;
 margin-bottom: 50px;
 font-size: 15px;
}
.idx_ifactory .link_more {
 text-align: left;
}
@media screen and (max-width: 768px) {
 .idx_ifactory {
  background: #fff;
  padding: 0 0 10vw 0;
 }
 .idx_ifactory h3 {
  font-size: 4vw;
  color: #333333;
  line-height: 1.8;
  margin-bottom: 40px;
 }
 .idx_ifactory figure {
  float: none;
  width: 100%;
  margin-top: 0px;
  margin-bottom: 3vw;
 }
 .idx_ifactory .inner_content {
  width: auto;
  height: auto;
  position: inherit;
  padding-top: 10px;
  background: none;
 }
 .idx_ifactory .inner_content ul {
  width: auto;
  height: 101vw;
  margin: 8vw auto 0 auto;
  overflow: hidden;
  position: relative;
 }
 .idx_ifactory .inner_content li {
  width: 46.1vw;
  float: none;
  margin-right: 0px;
  position: absolute;
 }
 .idx_ifactory .inner_content li:nth-of-type(1) {
  top: 0;
  left: 0;
 }
 .idx_ifactory .inner_content li:nth-of-type(2) {
  top: 29vw;
  right: 0;
 }
 .idx_ifactory .inner_content li:last-child {
  top: 55.2vw;
  left: 0;
  margin-right: 0;
 }
 .idx_ifactory .inner_content p {
  width: auto;
  margin: 0 auto 10vw auto;
  text-align: left;
  line-height: 1.8;
  font-size: 3.7vw;
 }
 .idx_ifactory .link_more {
  text-align: center;
 }
 .idx_ifactory .bl1b {
  position: relative;
  padding: 24vw 10.6vw 0 10.6vw;
 }
 .idx_ifactory .bl1c {
  position: absolute;
  width: 50vw;
  height: auto;
  top: 0;
  left: -4vw;
  margin: 0 0 0 0;
 }
 .idx_ifactory .bl2b {
  position: relative;
  padding: 24vw 10.6vw 0 10.6vw;
  margin-bottom: 8vw;
 }
 .idx_ifactory .bl2c {
  position: absolute;
  width: 50vw;
  height: auto;
  top: 0;
  right: 0vw;
  left: auto;
  margin: 0 0 0 0;
 }
}
/*インテリアコーディネート*/
.idx_interior {
 background: url("../images/common/bg_b.jpg") repeat;
 padding: 0 0 120px 0;
}
.idx_interior figure {
 float: left;
 width: 40%;
}
.idx_interior .inner_content p {
 float: right;
 width: 55%;
 text-align: left;
 line-height: 2.2;
 font-size: 15px;
 margin-bottom: 50px;
}
.idx_interior .link_more {
 text-align: right;
}
@media screen and (max-width: 768px) {
 .idx_interior {
  background: url("../images/common/bg_b.jpg") repeat;
  padding: 0 0 10vw 0;
 }
 .idx_interior figure {
  float: none;
  width: 100%;
  margin-bottom: 3vw;
 }
 .idx_interior .inner_content p {
  float: none;
  width: 100%;
  text-align: left;
  line-height: 1.8;
  margin-bottom: 7vw;
  font-size: 3.7vw;
 }
 .idx_interior .link_more {
  text-align: center;
 }
}
/*家具・カーテン・照明器具*/
.idx_funiture {
 background: #fff;
 padding: 0 0 120px 0;
}
.idx_funiture figure {
 float: right;
 width: 40%;
 margin-top: -50px;
}
.idx_funiture .inner_content p {
 float: left;
 width: 55%;
 text-align: left;
 line-height: 2.2;
 font-size: 15px;
 margin-bottom: 50px;
}
.idx_funiture .link_more {
 text-align: left;
}
@media screen and (max-width: 768px) {
 .idx_funiture {
  background: #fff;
  padding: 0 0 10vw 0;
 }
 .idx_funiture figure {
  float: none;
  width: 100%;
  margin-bottom: 3vw;
 }
 .idx_funiture .inner_content p {
  float: none;
  width: 100%;
  text-align: left;
  line-height: 1.8;
  margin-bottom: 7vw;
  font-size: 3.7vw;
 }
 .idx_funiture .link_more {
  text-align: center;
 }
}
/*見学会*/
.idx_openhouse {
 background: #f5f5f5;
 padding: 0 0 80px 0;
 position: relative;
}
.idx_openhouse .read {
 color: #838383;
 font-size: 14px;
 line-height: 1.8;
 margin-bottom: 50px;
}
.idx_openhouse .inner_content {
 width: 900px;
 margin: 0 auto;
 overflow: inherit;
}
.idx_openhouse .inner_content article {
 width: 274px;
 float: left;
 margin-right: 25px;
 position: relative;
}
.idx_openhouse .inner_content article:last-child {
 margin-right: 0;
}
.idx_openhouse .inner_content figure {
 margin-bottom: 10px;
}
.idx_openhouse .inner_content p {
 font-size: 14px;
 text-align: left;
}
.idx_openhouse .inner_content .cat {
 font-size: 13px;
 background: #000;
 color: #fff;
 padding: 8px 8px;
 position: absolute;
 top: 10px;
 left: 0;
 margin-left: -10px;
 line-height: 1;
}
.idx_openhouse .link_more {
 text-align: center;
 padding-top: 50px;
 clear: both;
}
.idx_openhouse .link_detal_outer {
 text-align: center;
 padding-top: 50px;
 clear: both;
}
.idx_openhouse .link_detal_outer a {
 font-weight: 700;
}
.idx_openhouse .inner_content article a:hover {
 opacity: 0.6;
}
.swiper-container.slider-oph {
 overflow: inherit;
 list-style: none;
 padding: 0;
 z-index: 1;
 position: relative;
 padding-bottom: 40px;
}
.swiper-pagination-oph {
 position: absolute;
}
.swiper-button-next-oph, .swiper-button-prev-oph {
 top: 400px;
}
.no-page .swiper-button-next-oph, .no-page .swiper-button-prev-oph {
 display: none;
}
/*3枚以下*/
.idx_openhouse .no-swiper .swiper-wrapper {
 display: flex;
 justify-content: center;
}
.idx_openhouse .no-swiper .swiper-slide {
 width: 286px;
 position: relative;
}
.idx_openhouse .no-swiper .swiper-slide + .swiper-slide {
 margin-left: 20px;
}
.idx_openhouse .no-swiper .swiper-pagination-oph {
 display: none;
}
.idx_openhouse .no-swiper .swiper-button-next-oph, .idx_openhouse .no-swiper .swiper-button-prev-oph {
 display: none;
}

.idx_openhouse .swiper-container {
  overflow: inherit;
}
@media screen and (max-width: 768px) {
 .idx_openhouse {
  background: #fff;
  padding: 0 0 10vw 0;
 }
 .idx_openhouse .read {
  color: #838383;
  font-size: 3.7vw;
  line-height: 1.8;
  margin-bottom: 6.6vw;
  padding: 0 6.6vw
 }
 .idx_openhouse .inner_content {
  width: auto;
  margin: 0 7.3vw;
  overflow: inherit;
 }
 .idx_openhouse .inner_content article {
  width: auto;
  float: none;
  margin-right: 0;
  margin-bottom: 10vw;
  position: relative;
 }
 .idx_openhouse .inner_content article:last-child {
  margin-right: 0;
 }
 .idx_openhouse .inner_content figure {
  margin-bottom: 1.8vw;
 }
 .idx_openhouse .inner_content p {
  font-size: 3.7vw;
  text-align: left;
 }
 .idx_openhouse .inner_content .cat {
  font-size: 3.2vw;
  background: #000;
  color: #fff;
  padding: 8px 8px;
  position: absolute;
  top: 10px;
  left: 0;
  margin-left: -10px;
  line-height: 1;
 }
 .idx_openhouse .link_more {
  text-align: center;
  padding-top: 2vw;
  clear: both;
 }
 .idx_openhouse .link_detal_outer {
  padding-top: 0;
 }
 .swiper-button-next-oph, .swiper-button-prev-oph {
  display: none;
 }
 /*3枚以下*/
 .no-swiper {
  padding-bottom: 40px;
 }
 .swiper-container.no-swiper {
  overflow: inherit;
 }
 .idx_openhouse .no-swiper .swiper-wrapper {
  display: flex;
  justify-content: flex-start;
 }
 .idx_openhouse .no-swiper .swiper-slide {
  width: auto;
  position: relative;
 }
 .idx_openhouse .no-swiper .swiper-slide + .swiper-slide {
  margin-left: auto;
 }
 .idx_openhouse .no-swiper .swiper-pagination-oph {
  display: inherit;
 }
 .idx_openhouse .link_detal_outer {
  padding-top: 10vw;
 }
}
/*施工事例*/
.idx_works {
 background: #fff;
 padding: 0 0 80px 0;
}
.idx_works .read {
 color: #838383;
 font-size: 14px;
 line-height: 1.8;
 margin-bottom: 50px;
}
.idx_works .inner_content {
 width: 900px;
 margin: 0 auto;
 overflow: inherit;
}
.idx_works .inner_content article {
 width: 274px;
 float: left;
 margin-right: 25px;
 position: relative;
}
.idx_works .inner_content article:last-child {
 margin-right: 0;
}
.idx_works .inner_content figure {
 margin-bottom: 10px;
}
.idx_works .inner_content p {
 font-size: 14px;
 text-align: left;
}
.idx_works .inner_content .cat {
 font-size: 13px;
 background: #000;
 color: #fff;
 padding: 8px 8px;
 position: absolute;
 top: 10px;
 left: 0;
 margin-left: -10px;
 line-height: 1;
}
.idx_works .link_more {
 text-align: center;
 padding-top: 50px;
 clear: both;
}
.idx_works .link_detal_outer {
 text-align: center;
 padding-top: 50px;
 clear: both;
}
.idx_works .link_detal_outer a {
 font-weight: 700;
}
.idx_works .inner_content article a:hover {
 opacity: 0.6;
}
@media screen and (max-width: 768px) {
 .idx_works {
  background: #fff;
  padding: 0 0 10vw 0;
 }
 .idx_works .read {
  color: #838383;
  font-size: 3.7vw;
  line-height: 1.8;
  margin-bottom: 6.6vw;
  padding: 0 6.6vw
 }
 .idx_works .inner_content {
  width: auto;
  margin: 0 7.3vw;
  overflow: inherit;
 }
 .idx_works .inner_content article {
  width: auto;
  float: none;
  margin-right: 0;
  margin-bottom: 10vw;
  position: relative;
 }
 .idx_works .inner_content article:last-child {
  margin-right: 0;
 }
 .idx_works .inner_content figure {
  margin-bottom: 1.8vw;
 }
 .idx_works .inner_content p {
  font-size: 3.7vw;
  text-align: left;
 }
 .idx_works .inner_content .cat {
  font-size: 3.2vw;
  background: #000;
  color: #fff;
  padding: 8px 8px;
  position: absolute;
  top: 10px;
  left: 0;
  margin-left: -10px;
  line-height: 1;
 }
 .idx_works .link_more {
  text-align: center;
  padding-top: 2vw;
  clear: both;
 }
 .idx_works .link_detal_outer {
  padding-top: 0;
 }
}
/*ブログ*/
.idx_blog {
 background: #fff;
 padding: 0 0 80px 0;
}
.idx_blog .read {
 color: #838383;
 font-size: 14px;
 line-height: 1.8;
 margin-bottom: 50px;
}
.idx_blog .inner_content {
 width: 900px;
 margin: 0 auto;
 overflow: inherit;
}
.idx_blog .inner_content article {
 width: 274px;
 float: left;
 margin-right: 25px;
 position: relative;
}
.idx_blog .inner_content article a:hover {
 opacity: 0.6;
}
.idx_blog .inner_content article:last-child {
 margin-right: 0;
}
.idx_blog .inner_content figure {
 margin-bottom: 10px;
}
.idx_blog .inner_content p {
 font-size: 14px;
 text-align: left;
}
.idx_blog .inner_content h3 {
 font-size: 14px;
 font-weight: 700;
 margin-bottom: 10px;
 text-align: left;
}
.idx_blog .link_more {
 text-align: center;
 padding-top: 50px;
 clear: both;
}
.idx_blog .link_detal_outer {
 text-align: center;
 padding-top: 50px;
 clear: both;
}
.idx_blog .link_detal_outer a {
 font-weight: 700;
}
@media screen and (max-width: 768px) {
 .idx_blog {
  background: #fff;
  padding: 0 0 10vw 0;
 }
 .idx_blog .read {
  color: #838383;
  font-size: 3.7vw;
  line-height: 1.8;
  margin-bottom: 6.6vw;
 }
 .idx_blog .inner_content {
  width: auto;
  margin: 0 7.3vw;
  overflow: inherit;
 }
 .idx_blog .inner_content article {
  width: auto;
  float: none;
  margin-right: 0;
  position: relative;
  margin-bottom: 8vw;
 }
 .idx_blog .inner_content article:last-child {
  margin-right: 0;
 }
 .idx_blog .inner_content figure {
  margin-bottom: 1.3vw;
 }
 .idx_blog .inner_content p {
  font-size: 3.7vw;
  text-align: left;
  line-height: 1.6;
 }
 .idx_blog .inner_content h3 {
  font-size: 3.8vw;
  font-weight: 700;
  margin-bottom: 1vw;
  text-align: left;
 }
 .idx_blog .link_more {
  text-align: center;
  padding-top: 2vw;
  clear: both;
 }
 .idx_blog .link_detal_outer {
  padding-top: 0;
 }
}
/*INSTAGRAM*/
.idx_instagram {
 width: 960px;
 margin: 0 auto 120px auto;
 background: #F7F7F7;
 padding: 10px 0 0px 0;
 position: relative;
}
.idx_instagram .idx_tit {
 padding-top: 0px;
 width: 160px;
 margin: -10px auto 0px -80px;
 position: absolute;
 top: 0px;
 left: 50%;
}
.idx_instagram.idx_tit h2 {
 margin-bottom: 0;
}
.idx_instagram .inner_content {
 width: auto;
 margin: 0 auto;
 overflow: hidden;
 padding: 40px 20px;
}
.idx_instagram .inner_content ul {
 overflow: hidden;
 margin-bottom: 20px;
}
.idx_instagram .inner_content li {
 width: 16%;
 float: left;
 margin-right: 0.6%;
 margin-bottom: 0;
 overflow: hidden;
}
.idx_instagram .inner_content li a:hover {
 opacity: 0.6;
}
.idx_instagram .inner_content li:last-child {
 margin-right: 0;
}
.idx_instagram .inner_content li img {
 width: 100%;
 height: 140px;
 display: block;
 object-fit: cover;
 font-family: 'object-fit: cover;';
}
.insta_btn2 { /*ボタンの下地*/
 color: #FFF !important; /*文字・アイコン色*/
 border-radius: 7px; /*角丸に*/
 position: absolute;
 display: inline-block;
 height: 40px; /*高さ*/
 width: 150px; /*幅*/
 text-align: center; /*中身を中央寄せ*/
 font-size: 18px; /*文字のサイズ*/
 line-height: 40px; /*高さと合わせる*/
 background: -webkit-linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
 background: linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat; /*グラデーション①*/
 overflow: hidden; /*はみ出た部分を隠す*/
 text-decoration: none; /*下線は消す*/
 left: 50%;
 margin-left: -75px;
 margin-top: 20px;
 display: none;
}
.insta_btn2:before { /*グラデーション②*/
 content: '';
 position: absolute;
 top: 0;
 left: 0;
 width: 100%; /*全体を覆う*/
 height: 100%; /*全体を覆う*/
 background: -webkit-linear-gradient(15deg, #ffdb2c, rgb(249, 118, 76) 25%, rgba(255, 77, 64, 0) 50%) no-repeat;
 background: linear-gradient(15deg, #ffdb2c, rgb(249, 118, 76) 25%, rgba(255, 77, 64, 0) 50%) no-repeat;
}
.insta_btn2 .fa-instagram { /*アイコン*/
 font-size: 30px; /*アイコンサイズ*/
 position: relative;
 top: 4px; /*アイコン位置の微調整*/
 color: #fff;
}
.insta_btn2 span { /*テキスト*/
 display: inline-block;
 position: relative;
 transition: .5s;
 margin-left: 5px;
}
.insta_btn2:hover span { /*ホバーで一周回転*/
 -webkit-transform: rotateX(360deg);
 -ms-transform: rotateX(360deg);
 transform: rotateX(360deg);
}
/*202008*/
.idx_instagram .is_outer {
 width: 48%;
 float: left;
 margin-right: 4%;
 margin-bottom: 80px;
}
.idx_instagram .is_outer:nth-of-type(2n+0) {
 margin-right: 0;
}
.idx_instagram .is_outer.mb0 {
 margin-bottom: 0;
}
.idx_instagram .is_outer .is_head {
 overflow: hidden;
 text-align: center;
}
.idx_instagram .is_outer .is_head img {
 width: 70px;
 height: auto;
 display: inline-block;
 margin-right: 15px;
 vertical-align: middle;
 margin-bottom: 20px;
}
.idx_instagram .is_outer .is_head .is_name {
 display: inline-block;
 font-size: 14px;
 text-align: left;
 font-weight: bold;
}
.idx_instagram .is_outer .is_head .is_txt {
 padding: 0 0 0 0;
 margin: 0 0 20px 0;
 text-align: center;
 font-size: 12.5px;
 letter-spacing: -1px;
}
.idx_instagram #sb_instagram.sbi_col_2.sbi_disable_mobile #sbi_images .sbi_item {
 width: 33% !important;
 height: 145px;
}
.idx_instagram #sb_instagram #sbi_images {
 display: flex;
 flex-wrap: wrap;
 letter-spacing: -1em;
 white-space: nowrap;
}
#sb_instagram img {
 /*display: none !important;*/
}
#sb_instagram a {
 background-size: cover !important;
 background-position: center center !important;
 background-repeat: no-repeat !important;
}
@media screen and (max-width: 768px) {
 .idx_instagram {
  width: auto;
  margin: 5vw 7.3vw 10vw 7.3vw;
  background: #F7F7F7;
  padding: 8vw 0 8vw 0;
  position: relative;
 }
 .idx_instagram .idx_tit {
  padding-top: 0px;
  width: 36vw;
  margin: -10px auto 6.6vw -18vw;
  position: absolute;
  top: 0px;
  left: 50%;
 }
 .idx_instagram.idx_tit h2 {
  margin-bottom: 0;
 }
 .idx_instagram .inner_content {
  width: auto;
  margin: 0 auto;
  overflow: hidden;
  padding: 4vw;
 }
 .idx_instagram .inner_content ul {
  overflow: hidden;
  margin-bottom: 8vw;
 }
 .idx_instagram .inner_content li {
  width: 48%;
  float: left;
  margin-right: 0;
  margin-bottom: 4vw;
 }
 .idx_instagram .inner_content li:nth-of-type(2n+0) {
  float: right;
 }
 .idx_instagram .inner_content li:last-child {
  margin-right: 0;
 }
 .idx_instagram .inner_content li a {
  width: 100%;
 }
 .idx_instagram .inner_content li img {
  width: 100%;
  height: 37vw;
  display: block;
  object-fit: cover;
  font-family: 'object-fit: cover;';
 }
 .insta_btn2 {
  /*ボタンの下地*/
  color: #FFF !important; /*文字・アイコン色*/
  border-radius: 7px; /*角丸に*/
  position: absolute;
  display: inline-block;
  height: 40px; /*高さ*/
  width: 130px; /*幅*/
  text-align: center; /*中身を中央寄せ*/
  font-size: 16px; /*文字のサイズ*/
  line-height: 40px; /*高さと合わせる*/
  background: -webkit-linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
  background: linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat; /*グラデーション①*/
  overflow: hidden; /*はみ出た部分を隠す*/
  text-decoration: none; /*下線は消す*/
  left: 50%;
  margin-left: -65px;
  margin-top: -20px;
  display: none;
 }
 .insta_btn2:before { /*グラデーション②*/
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%; /*全体を覆う*/
  height: 100%; /*全体を覆う*/
  background: -webkit-linear-gradient(15deg, #ffdb2c, rgb(249, 118, 76) 25%, rgba(255, 77, 64, 0) 50%) no-repeat;
  background: linear-gradient(15deg, #ffdb2c, rgb(249, 118, 76) 25%, rgba(255, 77, 64, 0) 50%) no-repeat;
 }
 .insta_btn2 .fa-instagram { /*アイコン*/
  font-size: 24px; /*アイコンサイズ*/
  position: relative;
  top: 4px; /*アイコン位置の微調整*/
  color: #fff;
 }
 .insta_btn2 span { /*テキスト*/
  display: inline-block;
  position: relative;
  transition: .5s;
  margin-left: 5px;
 }
 .insta_btn2:hover span { /*ホバーで一周回転*/
  -webkit-transform: rotateX(360deg);
  -ms-transform: rotateX(360deg);
  transform: rotateX(360deg);
 }
 /*202008*/
 .idx_instagram .is_outer {
  width: 100%;
  float: none;
  margin-right: 0;
  margin-bottom: 50px;
 }
 .idx_instagram .is_outer.mb0 {
  margin-bottom: 50px;
 }
 .idx_instagram .is_outer:nth-of-type(3n+0) {
  margin-right: 0;
 }
 .idx_instagram .is_outer:last-child {
  margin-bottom: 0;
 }
 .idx_instagram .is_outer .is_head img {
  width: 70px;
  height: auto;
  display: inline-block;
  margin-right: 15px;
  vertical-align: middle;
  margin-bottom: 20px;
 }
 .idx_instagram .is_outer .is_head .is_name {
  display: inline-block;
  font-size: 14px;
  text-align: left;
  font-weight: bold;
 }
 .idx_instagram .is_outer .is_head .is_txt {
  padding: 0 0 0 0;
  margin: 0 0 20px 0;
  text-align: center;
  font-size: 13px;
  letter-spacing: inherit;
 }
 .idx_instagram #sb_instagram.sbi_col_2.sbi_disable_mobile #sbi_images .sbi_item {
  width: 50% !important;
  height: auto;
 }
}
/*shop*/
.shop_area {
 background: #f5f5f5;
 padding: 80px 0 80px 0;
}
.shop_area .inner_content {
 width: 900px;
 overflow: hidden;
 margin: 0 auto;
}
.shop_area .shop_info {
 width: 420px;
 float: left;
}
.shop_area .shop_info a {
 background: url("../images/index/img_shop.jpg") no-repeat;
 width: 420px;
 height: 300px;
 text-align: center;
 background-size: 100% auto;
 display: block;
 padding-top: 120px;
 box-sizing: border-box;
}
.shop_area .staff_info {
 width: 420px;
 float: right;
}
.shop_area .staff_info a {
 background: url("../images/index/img_staff.jpg") no-repeat;
 width: 420px;
 height: 300px;
 text-align: center;
 background-size: 100% auto;
 display: block;
 padding-top: 120px;
 box-sizing: border-box;
}
.shop_area h2 {
 color: #fff;
 font-size: 24px;
 margin-bottom: 10px;
}
.shop_area p {
 color: #fff;
 font-size: 14px;
}
.shop_area a:hover {
 opacity: 0.6;
}
@media screen and (max-width: 768px) {
 .shop_area {
  background: #f5f5f5;
  padding: 10vw 0 10vw 0;
 }
 .shop_area .inner_content {
  width: auto;
  overflow: hidden;
  margin: 0 7.7vw;
 }
 .shop_area .shop_info {
  width: auto;
  float: none;
  margin-bottom: 7vw;
 }
 .shop_area .shop_info a {
  background: url("../images/index/img_shop.jpg") no-repeat;
  width: auto;
  height: 57vw;
  text-align: center;
  background-size: 100% auto;
  display: block;
  padding-top: 22.6vw;
  box-sizing: border-box;
 }
 .shop_area .staff_info {
  width: auto;
  float: none;
 }
 .shop_area .staff_info a {
  background: url("../images/index/img_staff.jpg") no-repeat;
  width: auto;
  height: 57vw;
  text-align: center;
  background-size: 100% auto;
  display: block;
  padding-top: 22.6vw;
  box-sizing: border-box;
 }
 .shop_area h2 {
  color: #fff;
  font-size: 5.3vw;
  margin-bottom: 5px;
 }
 .shop_area p {
  color: #fff;
  font-size: 3.7vw;
 }
}
/*問い合わせ*/
.contact_area {
 background: #fff;
 padding: 80px 0 80px 0;
}
.contact_area .inner_content {
 width: 900px;
 overflow: inherit;
 margin: 0 auto;
}
.contact_tel {
 width: 420px;
 float: left;
 border: #908A64 1px solid;
 text-align: left;
}
.contact_area .inner_content h2 {
 background: #908A64;
 color: #fff;
 font-size: 16px;
 font-weight: 700px;
 padding: 10px 15px;
 text-align: left;
 display: inline-block;
 margin-top: -30px;
 margin-left: -1px;
}
.contact_entry {
 width: 420px;
 float: right;
 border: #908A64 1px solid;
 text-align: left;
}
.contact_area .inner_content p {
 padding: 30px 0;
 text-align: center;
}
.contact_area .contact_tel a, .contact_area .inner_content a {
 font-size: 30px;
 font-weight: 700;
 text-align: center;
 display: inline-block;
 color: #908A64;
}
.contact_tel a {
 background: url("../images/common/ic_tel.png") no-repeat left center;
 background-size: 30px auto;
 padding: 10px 0 10px 40px;
}
.contact_entry a {
 background: url("../images/common/ic_sodan.svg") no-repeat left center;
 background-size: 30px auto;
 padding: 10px 0 10px 43px;
}
.contact_area .inner_content a:hover {
 -webkit-transform: scale(1.5, 1.5);
 -moz-transform: scale(2.5, 2.5);
 -o-transform: scale(2.5, 2.5);
 -ms-transform: scale(2.5, 2.5);
 transform: scale(1.1, 1.1);
}
@media screen and (max-width: 768px) {
 .contact_area {
  background: #fff;
  padding: 14vw 7.7vw 14vw 7.7vw;
 }
 .contact_area .inner_content {
  width: auto;
  overflow: inherit;
  margin: 0 auto;
 }
 .contact_tel {
  width: auto;
  float: none;
  border: #908A64 1px solid;
  text-align: left;
  margin-bottom: 5vw;
 }
 .contact_area .inner_content h2 {
  background: #908A64;
  color: #fff;
  font-size: 3.7vw;
  font-weight: 700px;
  padding: 1.5vw 2.5vw;
  text-align: left;
  display: inline-block;
  margin-top: -3vw;
  margin-left: -1px;
 }
 .contact_entry {
  width: auto;
  float: none;
  border: #908A64 1px solid;
  text-align: left;
  clear: both;
 }
 .contact_area .inner_content p {
  padding: 4vw 0;
  text-align: center;
 }
 .contact_area .inner_content a {
  font-size: 6.6vw;
  font-weight: 700;
  text-align: center;
  display: inline-block;
  color: #908A64;
 }
 .contact_tel a {
  background: url("../images/common/ic_tel.png") no-repeat left center;
  background-size: 7vw auto;
  padding: 1.5vw 0 10px 10vw;
 }
 .contact_entry a {
  background: url("../images/common/ic_sodan.svg") no-repeat left center;
  background-size: 7vw auto;
  padding: 1.5vw 0 1.5vw 10vw;
 }
}
/*クラッセグループ*/
.classe_group {
 background: #F0EFE8;
 /*background: linear-gradient(#F0EFE8 78%, white 22%);*/
 padding: 0 0 8px 0;
}
.classe_group .inner_content {
 /*width: 978px;*/
 width: 948px;
 overflow: inherit;
 margin: 0 auto;
 display: flex;
 flex-wrap: wrap;
 justify-content: center;
}
.classe_group .idx_tit {
 margin-bottom: 80px;
}
.classe_group h2 {
 font-weight: 100;
}
.classe_group strong {
 font-weight: 700;
}
.classe_group article {
 width: 306px;
 padding: 30px 30px;
 box-sizing: border-box;
 text-align: left;
 background: #fff;
 margin-right: 20px;
 margin-bottom: 20px;
}
.classe_group article figure {
 margin-bottom: 25px;
}
.classe_group article figure span {
 margin-bottom: 15px;
 display: block;
}
.classe_group article figure span img {
 height: 45px;
 width: auto;
}
/*
.classe_group article:nth-of-type(1) figure span img {
	height: 38px;
	width: auto;
	margin-bottom: 7px;
}
*/
.classe_group article .read {
 color: #434343;
 font-size: 13px;
 font-weight: 700;
 margin-bottom: 1em;
 line-height: 1.5;
}
.classe_group article .address {
 font-size: 12px;
 font-weight: 400;
 line-height: 1.5;
}
.classe_group article h3 {
 font-size: 14px;
 font-weight: 700;
 line-height: 1.5;
 margin-bottom: 1em;
}
.classe_group article a {
 display: block;
}
.classe_group article a:hover {
 opacity: 0.6;
}
@media screen and (max-width: 768px) {
 .classe_group {
  background: #F0EFE8;
  padding: 0 0 0 0;
 }
 .classe_group .inner_content {
  width: auto;
  overflow: inherit;
  margin: 0 7.7vw;
 }
 .classe_group .idx_tit {
  margin-bottom: 10vw;
 }
 .classe_group h2 {
  font-weight: 100;
 }
 .classe_group strong {
  font-weight: 700;
 }
 .classe_group article {
  width: 100%;
  height: auto;
  float: none;
  padding: 6vw 6vw;
  box-sizing: border-box;
  text-align: left;
  background: #fff;
  margin-right: 0px;
  margin-bottom: 8vw;
 }
 .classe_group article:last-child {
  margin-right: 0;
 }
 .classe_group article figure {
  margin-bottom: 25px;
 }
 .classe_group article .read {
  color: #434343;
  font-size: 3.6vw;
  font-weight: 700;
  margin-bottom: 2vw;
  line-height: 1.5;
 }
 .classe_group article .address {
  font-size: 3.3vw;
  font-weight: 400;
  line-height: 1.5;
 }
 .classe_group article h3 {
  font-size: 4vw;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 2vw;
 }
 .classe_group article a {
  display: block;
 }
}
/*パンくず*/
.bread {
 background: #FAFAFA;
 text-align: left;
 position: relative;
 overflow: hidden;
 padding: 0 0 0 20px;
}
.bread .breadc {
 padding: 7px 0 0 0;
 float: left;
}
.bread .breadc li {
 float: left;
}
.bread .breadc li a:hover {
 color: #908A64;
}
.bread #page-top {
 width: 40px;
 float: right;
 cursor: pointer;
 -webkit-transition: all .5s ease-out;
 -moz-transition: all .5s ease-out;
 -ms-transition: all .5s ease-out;
 transition: all .5s ease-out;
}
.bread #page-top:hover {
 opacity: 0.5;
}
@media screen and (max-width: 768px) {
 .bread {
  background: #FAFAFA;
  text-align: left;
  position: relative;
  overflow: hidden;
  padding: 0 0 0 2.6vw;
 }
 .bread .breadc {
  padding: 0 0 0 0;
  float: left;
  font-size: 3.2vw;
  line-height: 2.5;
  width: 83%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch; /* 慣性スクロール */
 }
 .breadcrumbs {
  max-width: 1060px; /* メニューの最大幅 */
  min-width: 768px; /* メニューの最小幅 */
  height: 40px;
  line-height: 40px;
  margin: 0 auto;
  list-style: none;
  padding-right: 25px; /* 右側の固定分余白を空ける */
 }
 .bread .breadc li {
  float: left;
 }
 .bread .breadc li a {
  display: inline-block;
 }
}
/*head*/
.head {
 height: 100px;
 position: relative;
}
.head h1 {
 position: absolute;
 top: 23px;
 left: 25px;
 width: 180px;
}
.head .sns {
 position: absolute;
 top: 30px;
 right: 25px;
 width: 130px;
}
.head .sns li {
 width: 35px;
 height: 32px;
 display: inline-block;
 margin-right: 10px;
}
.head .sns li:last-child {
 margin-right: 0;
}
.head .sns li {
 width: 32px;
 display: inline-block;
}
.head .sns li img {
 vertical-align: middle;
}
/*page-main*/
.page-main {
 height: 250px;
 min-height: 250px;
 width: 100%;
}
.page-main h1 {
 font-size: 26px;
 padding-top: 100px;
 line-height: 1.4;
}
.page-main p {
 font-size: 14px;
}
.page-main-box {
 position: relative;
}
.page-main-box figure {
 position: relative;
 width: 100%;
 height: 160px;
 overflow: hidden;
}
.page-main-box figure img {
 width: 100%;
 height: auto;
 max-width: inherit;
}
.page-main-box figure::before {
 content: "";
 position: absolute;
 top: 0;
 left: 0;
 width: 100%;
 height: 100%;
 background-color: rgba(0, 0, 0, 0.4);
 color: black;
}
.page-main-box .page-main-ttl {
 position: absolute;
 top: 50%;
 left: 50%;
 transform: translate(-50%, -50%);
 -webkit-transform: translate(-50%, -50%);
 -ms-transform: translate(-50%, -50%);
 color: #fff;
 letter-spacing: 0;
 width: 100%;
}
.page-main-box .page-main-ttl p {
 font-family: 'Poppins', sans-serif;
 font-size: 45px;
 margin-bottom: 15px;
}
.page-main-box .page-main-ttl h1 {
 font-size: 16px;
 font-weight: 700;
}
@media screen and (max-width: 1400px) {
 .page-main-box figure {
  position: relative;
  width: auto;
  height: 160px;
  overflow: hidden;
 }
 .page-main-box figure img {
  width: auto;
  height: 160px;
 }
}
@media screen and (max-width: 768px) {
 .page-main-box figure {
  position: relative;
  width: auto;
  height: 150px;
  overflow: hidden;
 }
 .page-main-box figure img {
  width: auto;
  height: 150px;
 }
 .page-main-box .page-main-ttl p {
  font-family: 'Poppins', sans-serif;
  font-size: 8vw;
  margin-bottom: 3vw;
 }
 .page-main-box .page-main-ttl h1 {
  font-size: 3.5vw;
  font-weight: 700;
 }
}
@media screen and (max-width: 768px) {
 .page-main {
  height: 125px;
  min-height: 125px;
  width: 100%;
 }
 .page-main h1 {
  font-size: 20px;
  padding-top: 40px;
  line-height: 1.4;
 }
 .page-main p {
  font-size: 12px;
 }
}
.page-nav {
 width: 100%;
 background: #F4F1E1;
}
.page-nav ul {
 text-align: center;
}
.page-nav li {
 display: inline-block;
}
.page-nav li a {
 display: block;
 padding: 20px;
 font-weight: bold;
 font-size: 14px;
}
/*current*/
.reform_renovation.page-parent .page-nav .pn1, .r_flow .page-nav .pn2, .r_plan .page-nav .pn3, .r_works .page-nav .pn4, .r_qa .page-nav .pn5, .interior_coordination.page-parent .page-nav .pn1, .i_flow .page-nav .pn2, .i_plan .page-nav .pn3, .i_works .page-nav .pn4, .i_qa .page-nav .pn5, .furniture.page-parent .page-nav .pn1, .f_flow.furniture-child .page-nav .pn2, .f_qa.furniture-child .page-nav .pn5, .f_products .page-nav .pn2, .f_flow .page-nav .pn3, .f_plan .page-nav .pn4, .f_works .page-nav .pn5, .f_qa .page-nav .pn6, .works.renovation .page-nav .pn3, .i-factory-house.page-parent .page-nav .pn1, .ifh_flow .page-nav .pn2, .ifh_works .page-nav .pn3, .ifh_qa .page-nav .pn4, .pon, .r_menu .page-nav .pn3, .interior_coordination .page-nav .pn3 {
 text-decoration: underline;
}
@media screen and (max-width: 1040px) {
 .page-nav li a {
  display: block;
  padding: 15px;
  font-weight: bold;
  font-size: 13px;
 }
}
@media screen and (max-width: 768px) {
 .page-nav {
  width: 100%;
  background: #F4F1E1;
  height: auto;
 }
 .page-nav ul {
  text-align: center;
  padding-bottom: 15px;
 }
 .page-nav li {
  display: block;
 }
 .page-nav li a {
  display: block;
  padding: 15px 0 0 0;
  ;
  font-weight: bold;
  font-size: 14px;
 }
}
.page-read {
 padding: 80px 0;
}
.page-read.uline h2 {
 font-size: 20px;
 color: #333333;
 background: linear-gradient(transparent 80%, #fbd13e 0%);
 display: inline;
 line-height: 1.8;
}
.page-read.uline p {
 padding: 50px 0 0 0;
 text-align: center;
}
.page-read p {
 width: 750px;
 margin: 0 auto;
}
.page-read p strong {
 font-weight: bold;
}
.page-content {
 background: url("../images/common/bg_g.jpg") repeat;
 padding: 80px 0 80px 0;
 text-align: left;
}
.category-blog .page-content, .category .page-content, .works .page-content, .blog .page-content, .tax-works_category .page-content {
 background: #fff;
}
.page-content-inner {
 width: 1000px;
 margin: 0 auto;
}


.page-read.ttl {}
.page-read.ttl h2 {
 font-size: 20px;
 color: #333333;
 line-height: 1.8;
 margin-bottom: 5px;
 font-weight: 700;
}
.page-read.ttl .ttl_en {
 color: #838383;
 font-size: 13px;
 text-align: center;
 margin-bottom: 40px;
}
.page-read.ttl .ttl_read {
 width: 100%;
 color: #221815;
 font-size: 16px;
 text-align: center;
 margin: 0;
 line-height: 1.8;
}
.re_feature {
 width: 1000px;
 margin: 0 auto;
}
.re_feature article {
 width: 100%;
 height: 445px;
 position: relative;
 overflow: hidden;
}
.re_feature article + article {
 margin-top: 100px;
}
.re_feature article .feature_box {
 width: 613px;
 background: #fff;
 padding: 80px 35px 80px 100px;
 position: absolute;
 top: 0;
 right: 0;
 box-sizing: border-box;
}
.re_feature article figure {
 width: 450px;
 position: absolute;
 top: 50%;
 left: 0;
 transform: translateY(-50%);
 box-sizing: border-box;
 z-index: 5;
}
.re_feature article:nth-child(even) .feature_box {
 padding: 80px 100px 80px 35px;
 position: absolute;
 top: 0;
 left: 0;
 right: auto;
}
.re_feature article:nth-child(even) figure {
 width: 450px;
 position: absolute;
 top: 50%;
 transform: translateY(-50%);
 right: 0;
 left: auto;
 box-sizing: border-box;
}
.re_feature article:nth-of-type(1) {
 height: 470px;
}
.re_feature article:nth-of-type(2) {
 height: 470px;
}
.re_feature article:nth-of-type(3) {
 height: 470px;
}
.re_feature article:nth-of-type(4) {
 height: 405px;
}
.re_feature article:nth-of-type(5) {
 height: 405px;
}
.re_feature .feature_en {
 font-family: 'Poppins', sans-serif;
 font-size: 16px;
 margin-bottom: 13px;
 color: #918b64;
}
.re_feature h2 {
 font-size: 20px;
 font-weight: 700;
 margin-bottom: 25px;
 color: #333333;
 line-height: 1.6;
 letter-spacing: 1px;
}
.re_feature .txt {
 font-size: 16px;
 line-height: 1.8;
 letter-spacing: -0.5px;
}
.re_feature .link_detail_outer {
 margin-top: 30px;
}
@media screen and (max-width: 768px) {
 .page-read {
  padding: 40px 20px;
 }
 .page-read.uline h2 {
  font-size: 18px;
  color: #333333;
  background: linear-gradient(transparent 80%, #fbd13e 0%);
  display: inline;
  line-height: 1.8;
 }
 .page-read.uline p {
  padding: 25px 0 0 0;
  text-align: left;
 }
 .page-read p {
  width: auto;
  margin: 0 auto;
  line-height: 1.8;
 }
 .page-content {
  background: url("../images/common/bg_g.jpg") repeat;
  padding: 40px 0 40px 0;
  text-align: left;
 }
 .category-blog .page-content, .category .page-content, .blog .page-content, .works .page-content, .tax-works_category .page-content {
  background: #fff;
 }
 .page-content-inner {
  width: auto;
  margin: 0 20px;
 }
 .page-read.ttl h2 {
  font-size: 5vw;
  margin-bottom: 1vw;
 }
 .page-read.ttl .ttl_en {
  color: #838383;
  font-size: 3.5vw;
  text-align: center;
  margin-bottom: 3vw;
 }
 .page-read.ttl .ttl_read {
  width: 100%;
  color: #221815;
  font-size: 4vw;
  text-align: center;
  margin: 0;
  line-height: 1.8;
 }
 .re_feature {
  width: auto;
  margin: 0 20px;
 }
 .re_feature article {
  width: 100%;
  height: auto;
  position: inherit;
  overflow: hidden;
 }
 .re_feature article + article {
  margin-top: 10vw;
 }
 .re_feature article .feature_box {
  width: auto;
  background: #fff;
  padding: 5vw 5vw 5vw 5vw;
  position: inherit;
  top: auto;
  right: auto;
  box-sizing: border-box;
 }
 .re_feature article figure {
  width: auto;
  position: inherit;
  top: auto;
  left: auto;
  transform: none;
  box-sizing: border-box;
 }
 .re_feature article:nth-child(even) .feature_box {
  padding: 5vw 5vw 5vw 5vw;
  position: inherit;
  top: auto;
  left: auto;
  right: auto;
 }
 .re_feature article:nth-child(even) figure {
  width: auto;
  position: inherit;
  top: auto;
  transform: none;
  right: auto;
  left: auto;
  box-sizing: border-box;
 }
 .re_feature article:nth-of-type(1) {
  height: auto;
 }
 .re_feature article:nth-of-type(2) {
  height: auto;
 }
 .re_feature article:nth-of-type(3) {
  height: auto;
 }
 .re_feature article:nth-of-type(4) {
  height: auto;
 }
 .re_feature article:nth-of-type(5) {
  height: auto;
 }
 .re_feature article:nth-of-type(6) {
  height: auto;
 }
 .re_feature .feature_en {
  font-family: 'Poppins', sans-serif;
  font-size: 3.5vw;
  margin-bottom: 13px;
  color: #918b64;
 }
 .re_feature h2 {
  font-size: 4.5vw;
  font-weight: 700;
  margin-bottom: 3vw;
  color: #333333;
  line-height: 1.6;
  letter-spacing: 1px;
 }
 .re_feature .txt {
  font-size: 4vw;
  line-height: 1.8;
  letter-spacing: auto;
 }
 .re_feature .link_detail_outer {
  margin-top: 5vw;
 }
}
.pnav {
 background: #F8F8F8;
 padding: 50px 0;
}
.pnav h2 {
 font-size: 16px;
 font-weight: bold;
 color: #908A64;
 margin-bottom: 50px;
 position: relative;
}
.pnav h2::before {
 content: "";
 position: absolute;
 left: 0;
 right: 0;
 bottom: -20px;
 width: 40px;
 border-bottom: 2px solid #908A64;
 margin: 0 auto;
}
.pnav ul {
 overflow: hidden;
 width: 750px;
 margin: 0 auto;
}
.pnav li {
 width: 340px;
 padding-top: 40px;
 display: table;
}
.pnav li.nback {
 float: left;
 background: url("../images/common/txt_back.png") no-repeat;
 background-size: 70px auto;
}
.pnav li.nback a {
 background: url("../images/common/nav_back.svg") no-repeat 20px center #fff;
 background-size: 22px auto;
}
.pnav li.nnext {
 float: right;
 background: url("../images/common/txt_next.png") no-repeat top right;
 background-size: 70px auto;
}
.pnav li.nnext a {
 background: url("../images/common/nav_next.svg") no-repeat 92% center #fff;
 background-size: 22px auto;
}
.pnav li a {
 border: #908A64 1px solid;
 padding: 20px 50px;
 display: table-cell;
 color: #908A64;
 font-size: 16px;
 font-weight: bold;
 vertical-align: middle;
}
@media screen and (max-width: 768px) {
 .pnav h2 {
  margin-bottom: 30px;
 }
 nav.pnav {
  background: #F8F8F8;
  padding: 30px 20px 50px 20px;
  height: auto;
 }
 .pnav ul {
  width: auto;
  margin: 0 auto;
 }
 .pnav li {
  width: 48%;
  padding-top: 30px;
  display: table;
 }
 .pnav li.nback {
  float: left;
  background: url("../images/common/txt_back.png") no-repeat;
  background-size: 50px auto;
 }
 .pnav li.nback a {
  background: url("../images/common/nav_back.png") no-repeat 8% center #fff;
  background-size: 18px auto;
 }
 .pnav li.nnext {
  float: right;
  background: url("../images/common/txt_next.png") no-repeat top right;
  background-size: 50px auto;
 }
 .pnav li.nnext a {
  background: url("../images/common/nav_next.png") no-repeat 94% center #fff;
  background-size: 18px auto;
 }
 .pnav li a {
  border: #908A64 1px solid;
  padding: 15px 30px;
  display: table-cell;
  color: #908A64;
  font-size: 14px;
  font-weight: bold;
  vertical-align: middle;
 }
}
#previous_next_post {
 overflow: hidden;
 position: relative;
 height: 50px;
}
#previous_next_post li.pback {
 float: left;
 width: 33%;
 background: url("../images/common/nav_back.svg") no-repeat 20px center #000;
 background-size: 22px auto;
 position: relative;
}
#previous_next_post li.plist {
 width: 33%;
 position: absolute;
 left: 33%;
 top: 0;
}
#previous_next_post li.pnext {
 width: 33%;
 background: url("../images/common/nav_next.svg") no-repeat 94% center #000;
 background-size: 22px auto;
 float: right;
 position: relative;
}
#previous_next_post li.pback a, #previous_next_post li.pnext a {
 padding: 15px 50px;
 text-align: center;
 font-size: 16px;
 color: #FFF;
 font-weight: bold;
 display: block;
 overflow: hidden;
 white-space: nowrap;
 text-overflow: ellipsis;
}
#previous_next_post li.plist a {
 padding: 15px 0;
 text-align: center;
 font-size: 16px;
 color: #000;
 font-weight: bold;
 display: block;
}
/*staff*/
.staff #previous_next_post li.pback a {
 padding: 15px 55px 15px 55px;
 text-align: center;
 font-size: 16px;
 color: #FFF;
 font-weight: bold;
 display: block;
}
.staff #previous_next_post li.pback a img {
 width: auto;
 height: 50px;
 position: absolute;
 top: 0;
 right: 0;
}
.staff #previous_next_post li.pnext a {
 padding: 15px 55px 15px 55px;
 text-align: center;
 font-size: 16px;
 color: #FFF;
 font-weight: bold;
 display: block;
}
.staff #previous_next_post li.pnext a img {
 width: auto;
 height: 50px;
 position: absolute;
 top: 0;
 left: 0;
}
/*works*/
.works #previous_next_post {
 margin-bottom: 50px;
}
.works #previous_next_post li.pback {
 width: 48%;
}
.works #previous_next_post li.pnext {
 width: 48%;
}
.works #previous_next_post {
 position: relative;
 padding-bottom: 80px;
}
.works #previous_next_post li.plist {
 width: 33%;
 position: absolute;
 left: 250px;
 top: 80px;
}
/*blog detail*/
.blog #previous_next_post {
 overflow: hidden;
 position: relative;
 height: 50px;
 margin-bottom: 50px;
}
/*f_products*/
.f_products #previous_next_post li.pback a {
 padding: 15px 55px 15px 55px;
 text-align: center;
 font-size: 16px;
 color: #FFF;
 font-weight: bold;
 display: block;
}
.f_products #previous_next_post li.pback a img {
 width: 50px;
 height: 50px;
 position: absolute;
 top: 0;
 right: 0;
 object-fit: cover;
 font-family: 'object-fit: cover;';
}
.f_products #previous_next_post li.pnext a {
 padding: 15px 55px 15px 55px;
 text-align: center;
 font-size: 16px;
 color: #908A64;
 font-weight: bold;
 display: block;
}
.f_products #previous_next_post li.pnext a img {
 width: 50px;
 height: 50px;
 position: absolute;
 top: 0;
 left: 0;
 object-fit: cover;
 font-family: 'object-fit: cover;';
}
@media screen and (max-width: 768px) {
 #previous_next_post {
  overflow: hidden;
  position: relative;
  height: 23vw;
 }
 #previous_next_post li.pback {
  float: left;
  width: 48%;
  background: url("../images/common/nav_back.svg") no-repeat 10px 22px #000;
  background-size: 22px auto;
 }
 #previous_next_post li.plist {
  width: 100%;
  position: absolute;
  left: auto;
  top: 60px;
 }
 #previous_next_post li.pnext {
  width: 48%;
  background: url("../images/common/nav_next.svg") no-repeat 94% 22px #000;
  background-size: 22px auto;
  float: right;
 }
 #previous_next_post li.pback a, #previous_next_post li.pnext a {
  padding: 15px 0;
  text-align: center;
  font-size: 14px;
  color: #FFF;
  font-weight: bold;
  display: block;
 }
 #previous_next_post li.plist a {
  padding: 15px 0;
  text-align: center;
  font-size: 14px;
  color: #000;
  font-weight: bold;
  display: block;
 }
 /*staff*/
 .staff #previous_next_post li.pback a {
  padding: 15px 55px 15px 30px;
  font-size: 13px;
 }
 .staff #previous_next_post li.pback a img {
  width: auto;
  height: 50px;
  position: absolute;
  top: 0;
  right: 0;
 }
 .staff #previous_next_post li.pnext a {
  padding: 15px 30px 15px 55px;
  font-size: 13px;
 }
 .staff #previous_next_post li.pnext a img {
  width: auto;
  height: 52px;
  position: absolute;
  top: 0;
  left: 0;
 }
 /*works*/
 .works #previous_next_post {
  margin-bottom: 25px;
 }
 .works #previous_next_post li.pback {
  width: 48%;
 }
 .works #previous_next_post li.pnext {
  width: 48%;
 }
 .works #previous_next_post li.pback a {
  padding: 15px 15px 15px 40px;
  font-size: 13px;
 }
 .works #previous_next_post li.pnext a {
  padding: 15px 40px 15px 15px;
  font-size: 13px;
 }
 .works #previous_next_post {
  padding-bottom: 20px;
 }
 .works #previous_next_post li.plist {
  width: 100%;
  position: absolute;
  left: auto;
  top: 65px;
  text-align: center;
 }
 /*blog*/
 .blog #previous_next_post {
  overflow: hidden;
  position: relative;
  height: 28vw;
  margin-bottom: 20px;
 }
 .blog #previous_next_post li.pback a {
  padding: 15px 15px 15px 40px;
  font-size: 13px;
 }
 .blog #previous_next_post li.pback a img {
  width: auto;
  height: 50px;
  position: absolute;
  top: 0;
  right: 0;
 }
 .blog #previous_next_post li.pnext a {
  padding: 15px 40px 15px 15px;
  font-size: 13px;
 }
 .blog #previous_next_post li.pnext a img {
  width: auto;
  height: 52px;
  position: absolute;
  top: 0;
  left: 0;
 }
 .blog #previous_next_post li.plist {
  width: 100%;
  position: absolute;
  left: auto;
  top: 60px;
 }
 .blog #previous_next_post li.plist a {
  padding: 15px 0;
  text-align: center;
  font-size: 14px;
  color: #000;
  font-weight: bold;
  display: block;
 }
 /*f_products*/
 .f_products #previous_next_post li.pback a {
  padding: 15px 55px 15px 40px;
  font-size: 13px;
 }
 .f_products #previous_next_post li.pback a img {
  width: 52px;
  height: 52px;
  position: absolute;
  top: 0;
  right: 0;
  object-fit: cover;
  font-family: 'object-fit: cover;';
 }
 .f_products #previous_next_post li.pnext a {
  padding: 15px 40px 15px 55px;
  font-size: 13px;
 }
 .f_products #previous_next_post li.pnext a img {
  width: 52px;
  height: 52px;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  font-family: 'object-fit: cover;';
 }
}
/*cotegory*/
.category-list {
 border-bottom: #fff 1px solid;
 padding: 0 0 40px 0;
 overflow: hidden;
 margin-bottom: 80px;
}
.tax-works_category .category-list {
 border-bottom: none;
 padding: 0 0 0 0;
 overflow: hidden;
 margin-bottom: 0;
}
.single-post .category-list {
 border-top: #fff 1px solid;
 border-bottom: none;
 padding: 40px 0 0 0;
 overflow: hidden;
 margin-bottom: 0;
}
.category-list h3 {
 margin-bottom: 30px;
 text-align: center;
 font-family: 'Poppins', sans-serif;
 font-size: 18px;
 color: #9b8d77;
}
.category-list li {
 float: left;
 width: 235px;
 margin-right: 20px;
 margin-bottom: 25px;
}
.category-list li:nth-of-type(3n+0) {
 margin-right: 0px;
}
.category-list li a {
 background: #000;
 display: block;
 text-align: center;
 color: #fff;
 font-size: 14px;
 font-weight: bold;
 padding: 15px 0;
}
/*blog detail*/
.blog .category-list {
 margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
 .category-list {
  border-bottom: #fff 1px solid;
  padding: 0 0 40px 0;
  overflow: hidden;
  margin-bottom: 60px;
 }
 .single-post .category-list {
  border-top: #fff 1px solid;
  border-bottom: none;
  padding: 40px 0 0 0;
  overflow: hidden;
  margin-bottom: 30px;
 }
 .category-list h3 {
  margin-bottom: 25px;
  font-size: 3.5vw;
 }
 .category-list li {
  float: left;
  width: 48%;
  margin-right: 0;
  margin-bottom: 15px;
 }
 .category-list li:nth-of-type(3n+0) {
  margin-right: 0px;
 }
 .category-list li:nth-of-type(2n+0) {
  float: right;
 }
 .category-list li a {
  font-size: 13px;
  padding: 10px 0;
 }
}
/*関連記事*/
.future-list {
 border-top: #fff 1px solid;
 padding: 40px 0 0 0;
 overflow: hidden;
}
.future-list h3 {
 margin-bottom: 30px;
 text-align: center;
 font-family: 'Poppins', sans-serif;
 font-size: 18px;
 color: #9b8d77;
}
.future-list li {
 float: left;
 width: 360px;
 margin-right: 20px;
 margin-bottom: 25px;
 background: #000;
}
.future-list li:nth-of-type(2n+0) {
 margin-right: 0px;
}
.future-list li .image {
 float: left;
}
.future-list li .image img {
 height: 50px;
 width: auto;
}
.future-list li .info {
 float: left;
 text-align: left;
 padding: 12px 15px 0 15px;
}
.future-list li .info h4 {
 position: relative;
 width: 250px;
}
.future-list li a {
 display: block;
 text-align: left;
 color: #fff;
 font-size: 14px;
 font-weight: bold;
 white-space: nowrap;
 text-overflow: ellipsis;
 overflow: hidden;
}
@media screen and (max-width: 768px) {
 .future-list {
  border-top: #fff 1px solid;
  padding: 30px 0 0 0;
  overflow: hidden;
 }
 .future-list h3 {
  margin-bottom: 30px;
  font-size: 3.5vw;
  text-align: center;
  font-weight: bold;
 }
 .future-list li {
  float: none;
  width: auto;
  margin-right: 0px;
  margin-bottom: 20px;
  background: #000;
 }
 .future-list li:nth-of-type(2n+0) {
  margin-right: 0px;
 }
 .future-list li .image {
  float: left;
 }
 .future-list li .image img {
  height: 50px;
  width: auto;
 }
 .future-list li .info {
  float: left;
  text-align: left;
  padding: 12px 15px 0 15px;
 }
 .future-list li .info h4 {
  position: relative;
  width: 250px;
 }
 .future-list li a {
  display: block;
  text-align: left;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
 }
}
/*pagenavi*/
/* page nav */
.page_navi {
 margin: 0 0 40px 0;
}
.page_navi h4 {
 font-size: 10px;
 font-weight: normal;
 margin: 0 0 10px 0;
 color: #888;
}
.page_navi ul {
 margin: 0;
}
.page_navi li {
 float: left;
}
.page_navi a, .page_navi a:hover, .page_navi span {
 text-decoration: none;
 font-size: 14px;
 padding: 13px 15px;
 line-height: 100%;
 margin: 0 4px 4px 0;
 background: #fff;
 display: block;
}
.page_navi a:hover {
 color: #fff;
 background: #666;
 text-decoration: none;
}
.page_navi span.dots {
 background: none;
}
.page_navi span.current {
 color: #fff;
 background: #333;
}
.page_navi p.back {
 margin: 0;
}
.page_navi p.back a, .page_navi p.back a:hover {
 display: inline-block;
 padding: 10px 15px;
}
/* page nav works */
.page_navi_ac {
 margin: 0 0 40px 0;
}
.wp-pagenavi {
 clear: both;
 text-align: left;
}
.wp-pagenavi a, .wp-pagenavi span {
 color: #fff;
 background-color: #1C181A;
 border: 1px solid #1C181A;
 padding: 8px 15px;
 margin: 0 2px;
 white-space: nowrap;
 -webkit-transition: 0.2s ease-in-out;
 -moz-transition: 0.2s ease-in-out;
 -o-transition: 0.2s ease-in-out;
 transition: 0.2s ease-in-out;
 text-align: center;
 text-decoration: none;
}
.wp-pagenavi a:hover {
 color: #FFF;
 background-color: #666;
 border-color: #666;
}
.wp-pagenavi span.current {
 color: #777;
 background-color: #fff;
 border-color: #fff;
 font-weight: bold;
}
.search_txt {
 text-align: center;
}
/*関連リンク*/
.klink {
 width: auto;
 margin: 50px auto;
 box-sizing: border-box;
 text-align: center;
}
.klink a {
 display: inline-block;
 padding: 8px 50px 8px 20px;
 border-radius: 0;
 line-height: 1.5;
 border-bottom: none;
 color: #fff;
 text-decoration: none;
 background: url("../images/common/ic_cursor_w2.png") no-repeat 90% center #908A64;
 background-size: 22px auto;
 font-size: 16px;
 text-align: center;
}
.klink a:hover {
 text-decoration: none;
 opacity: 0.6;
}
@media screen and (max-width: 768px) {
 .klink {
  margin: 40px auto 50px auto;
 }
 .klink a {
  padding: 10px 50px 10px 20px;
  font-size: 15px;
 }
}
/*200519 corona*/
.corona {
 width: 100%;
 margin: 0 auto 0 auto;
 text-align: center;
 clear: both;
}
.corona a {
 background: #EEEEEE;
 padding: 20px 0;
 display: block;
 font-size: 16px;
 text-decoration: underline;
}
.page-id-4371 .corona {
 display: none;
}
.index .corona {
 margin: 0px auto 0px auto;
}
/*200519 corona*/
@media screen and (max-width: 768px) {
 .corona {
  width: auto;
  margin: 0;
  text-align: center;
 }
 .corona a {
  background: #EEEEEE;
  padding: 15px 0;
  display: block;
  font-size: 14px;
  text-decoration: underline;
 }
 .page-id-3977 .corona {
  display: none;
 }
 .index .corona {
  margin: 0px;
 }
}
/*202107*/
.grecaptcha-badge {
 visibility: hidden;
}
.recptha_txt {
 font-size: 11px;
 color: #BBBBBB;
 text-align: center;
}
.recptha_txt a {
 font-size: 11px;
 color: #BBBBBB;
}
.recptha_txt .fa {
 margin: 0 5px 0 4px;
 width: 12px;
 color: #BBB;
}
@media screen and (max-width: 768px) {
 .recptha_txt {
  font-size: 10px;
  padding: 0 15px;
 }
}
.concept_instagram {
 padding: 80px 0 0 0;
 background: #fff;
}
.concept_instagram img {
 width: 100%;
 height: auto;
}
.concept_instagram h2 {
 width: 180px;
 height: auto;
 margin: 0 auto 50px auto;
}
.concept_instagram article {
 margin-bottom: 0;
}
.concept_instagram article:last-child {
 margin-top: 50px;
}
.concept_instagram article .is_tit {
 width: auto;
 margin: 0 auto 50px auto;
 text-align: center;
}
.concept_instagram article .is_tit img {
 width: 70px;
 height: auto;
 display: inline-block;
 margin-right: 15px;
 vertical-align: top;
}
.concept_instagram article .is_tit_r {
 display: inline-block;
 padding-top: 15px;
}
.concept_instagram article .is_tit h3 {
 font-size: 15px;
 font-weight: bold;
 margin-bottom: 5px;
}
.concept_instagram article .is_tit p {
 font-size: 14px;
 text-align: left;
}
.concept_instagram article .is_tit a {
 text-decoration: none;
 color: #333;
}
.concept_instagram article .is_tit .is_txt {
 padding: 20px 0 0 0;
 text-align: center;
 font-size: 14px;
}
#sb_instagram #sbi_images {
 display: flex;
 flex-wrap: nowrap;
 letter-spacing: -1em; /* 文字間を詰める */
 white-space: nowrap; /* 自動で折り返ししない */
}
#sb_instagram.sbi_col_1.sbi_disable_mobile #sbi_images .sbi_item {
 width: 16.666vw;
 letter-spacing: normal; /* 文字間を元に戻す */
 white-space: normal; /* 自動で折り返し(元に戻す) */
}
@media screen and (max-width: 768px) {
 .concept_instagram {
  padding: 10vw 5.8vw 5px 5.8vw;
 }
 .concept_instagram h2 {
  width: 140px;
  height: auto;
  margin: 0 auto 50px auto;
 }
 .concept_instagram article {
  margin-bottom: 10vw;
 }
 .concept_instagram article:last-child {
  margin-top: 0;
  margin-bottom: 0;
 }
 .concept_instagram article .is_tit {
  width: auto;
  margin: 0 auto 30px auto;
 }
 .concept_instagram article .is_tit img {
  width: 70px;
  height: auto;
  margin-right: 15px;
 }
 .concept_instagram article .is_tit h3 {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 5px;
  padding-top: 0;
  line-height: 1.4;
  text-align: left;
 }
 .concept_instagram article .is_tit p {
  font-size: 13px;
  text-align: left;
 }
 .concept_instagram article .is_tit a {
  text-decoration: none;
  color: #333;
 }
 .concept_instagram article .is_tit .is_txt {
  padding: 20px 0 0 0;
  font-size: 3vw;
  line-height: 1.8;
 }
 #sb_instagram #sbi_images {
  display: block;
  flex-wrap: wrap;
  letter-spacing: -1em; /* 文字間を詰める */
  white-space: wrap; /* 自動で折り返ししない */
 }
 #sb_instagram.sbi_col_1.sbi_disable_mobile #sbi_images .sbi_item {
  width: 50% !important;
 }
}
/*年末年始*/
.year {
 width: 1026px;
 padding: 50px;
 background: #fff;
 text-align: center;
 margin: 50px auto 0 auto;
 box-sizing: border-box;
 border: #bea064 5px solid;
}
.year-tit {
 font-size: 25px;
 font-weight: bold;
 border-bottom: #bea064 2px solid;
 margin-bottom: 30px;
 letter-spacing: 1px;
 padding-bottom: 10px;
}
.year-midashi {
 background: #c1282d;
 padding: 10px 20px;
 border-radius: 10px;
 margin-bottom: 30px;
 font-size: 25px;
 font-weight: bold;
 color: #fff;
 display: inline-block;
 letter-spacing: 1px;
 line-height: 1.3;
}
.year-txt {
 font-size: 20px;
 color: #be9e63;
 font-weight: bold;
}
@media screen and (max-width: 768px) {
 .year {
  width: auto;
  margin: 0 5.8vw;
  padding: 30px;
 }
 .year-tit {
  font-size: 16px;
  border-bottom: #bea064 2px solid;
  margin-bottom: 20px;
 }
 .year-midashi {
  padding: 10px 15px;
  border-radius: 10px;
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 1.3;
 }
 .year-txt {
  font-size: 13px;
 }
}
/*スタッフ選択不可設定*/
.staff .staff-list, .staff .page-content {
 user-select: none;
 -webkit-user-select: none;
 -webkit-user-drag: none;
}
.staff .staff-list img, .staff .page-content img {
 pointer-events: none;
}




/*20220706 youtube*/
.l_yt {
 padding: 80px 0 80px 0;
 background: #f5f5f5;
}
.l_yt .info_tit {
 display: flex;
 flex-wrap: wrap;
 justify-content: center;
 align-items: center;
 line-height: 1;
 font-size: 24px;
 font-weight: bold;
}
.l_yt .info_tit img {
 width: 40px;
 height: auto;
 margin-right: 10px;
}
.l_yt_list .sby_items_wrap {
 padding: 0 25px !important;
}
.l_yt_list {
 width: 1196px;
 margin: 50px auto 50px auto;
}
.m_top_yt_link {
 clear: both;
}
.m_top_yt_link a {}
.l_yt .link_detal_outer {
 text-align: center;
 padding-top: 50px;
 clear: both;
}
.l_yt .link_detal_outer a {
 font-weight: 700;
}
@media screen and (max-width: 768px) {
 .l_yt {
  padding: 10vw 5.8vw 10vw 5.8vw;
 }
 .l_yt .info_tit {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  line-height: 1;
 }
 .l_yt .info_tit img {
  width: 5vw;
  height: auto;
  margin-right: 2vw;
 }
 .yu_channel {
  width: 80%;
  background: #f5f5f5;
  padding: 3vw;
  text-align: center;
  margin: 3.5vw auto 5vw auto;
 }
 .l_yt_list .sby_items_wrap {
  padding: 3vw 0 !important;
 }
 .yu_channel a {
  font-size: 12px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
 }
 .l_yt_list {
  width: auto;
  margin: 0;
 }
 .m_top_yt_link {
  display: inline-block;
  background: #000;
  width: 100%;
  height: 10vw;
  line-height: 10vw;
  text-align: center;
  color: #FFF;
  cursor: pointer;
  position: relative;
  text-decoration: none;
  font-size: 3.5vw;
  font-weight: bold;
 }
 .m_top_yt_link::after {
  content: "";
  display: block;
  position: absolute;
  top: calc(50% - 8px);
  right: 2vw;
  width: 7vw;
  height: 2vw;
  border: none;
  border-right: 3px solid #FBA518;
  border-bottom: 2px solid #FBA518;
  transform: skew(45deg);
  transition: .3s;
 }
 .m_top_yt_link:hover::after {
  right: 2vw;
  width: 7vw;
 }
 .l_yt .link_detal_outer {
  padding-top: 0;
 }
}
/*20220912 トップお知らせ*/
.l_info {
 background: #f5f5f5;
 padding: 50px 0;
}
.l_info p {
 width: 1140px;
 background: #fff;
 margin: 0 auto;
}
.l_info p + p {
 margin-top: 10px;
}
.l_info a {
 display: block;
 text-align: center;
 padding: 12px 25px 12px 25px;
 font-weight: bold;
 text-decoration: underline;
}
@media screen and (max-width: 768px) {
 .l_info {
  padding: 25px;
 }
 .l_info p {
  width: auto;
  background: #fff;
  margin: 0 auto;
 }
 .l_info p + p {
  margin-top: 8px;
 }
 .l_info a {
  display: block;
  text-align: center;
  padding: 8px 12px 8px 12px;
  font-weight: normal;
 }
}
/*floatbnr*/
#calloutElm {
 position: fixed;
 bottom: 20px;
 right: 25px;
 max-width: 280px;
 z-index: 20;
 box-shadow: rgba(0, 0, 0, 0.50) 0px 3px 8px;
}
.callout-container video {
 width: 100%;
}
.closebtn {
 width: 36px;
 position: absolute;
 top: -18px;
 right: -18px;
 cursor: pointer;
 z-index: 1;
}
.closebtn:hover {
 opacity: 0.7;
}
@media screen and (max-width: 767px) {
 #calloutElm {
  position: fixed;
  bottom: 14.5vw;
  right: inherit;
  left: 0;
  max-width: 46.6vw;
  z-index: 20;
  box-shadow: none;
 }
 .callout-container video {
  width: 100%;
 }
 .closebtn {
  width: 6vw;
  position: absolute;
  top: -3vw;
  right: -3vw;
  cursor: pointer;
  z-index: 1;
 }
}
/*202302 リフォーム*/
.page-contents {
 width: 100%;
}
.page-contents-inner {
 width: 1000px;
 margin: 0 auto;
 padding: 50px 0;
}
.l-bg-g {
 background: url("../images/common/bg_g.jpg") repeat;
 padding: 80px 0 80px 0;
 text-align: left;
}
.l-bg-w {
 background: #fff;
}
.page-ttl {
 text-align: center;
 margin-bottom: 50px;
}
.page-ttl-en {
 font-family: 'Poppins', sans-serif;
 font-size: 18px;
 color: #9b8d77;
 margin-bottom: 15px;
}
.page-ttl-jp {
 font-size: 28px;
 color: #333333;
 font-weight: 700;
}
.m-main-img {
 margin-bottom: 50px;
}
.m-main-txt {
 font-size: 16px;
 line-height: 1.8;
}
.l-service {
 padding: 0 50px;
 display: flex;
 flex-wrap: wrap;
 justify-content: space-between;
}
.m-service-list {
 width: 436px;
 margin-bottom: 100px;
 position: relative;
 padding-bottom: 85px;
}
/*
.m-service-list:nth-of-type(3),
.m-service-list:nth-of-type(4){
 margin-bottom: 0px;
}*/
.m-service-list.mb0 {
 margin-bottom: 0px;
}
.m-service-list figure {
 margin-bottom: 25px;
}
.m-service-ttl {
 font-size: 20px;
 font-weight: 700;
 margin-bottom: 10px;
}
.m-service-ttl-en {
 font-size: 14px;
 font-family: 'Poppins', sans-serif;
 margin-bottom: 20px;
 color: #b3b3b3;
}
.m-service-txt {
 font-size: 16px;
 line-height: 1.8;
}
.m-service-list .link_detail_outer {
 position: absolute;
 left: 0;
 bottom: 0;
 line-height: 1.6;
}
@media screen and (max-width: 768px) {
 .page-contents-inner {
  width: auto;
  margin: 0 20px;
  padding: 8vw 0;
 }
 .l-bg-g {
  background: url("../images/common/bg_g.jpg") repeat;
  padding: 8vw 0 8vw 0;
  text-align: left;
 }
 .l-bg-w {
  background: #fff;
 }
 .page-ttl {
  text-align: center;
  margin-bottom: 8vw;
 }
 .page-ttl-en {
  font-family: 'Poppins', sans-serif;
  font-size: 3.5vw;
  color: #9b8d77;
  margin-bottom: 2vw;
 }
 .page-ttl-jp {
  font-size: 5vw;
  color: #333333;
  font-weight: 700;
 }
 .m-main-img {
  margin-bottom: 5vw;
 }
 .m-main-txt {
  font-size: 4vw;
  line-height: 1.8;
  text-align: left;
 }
 .l-service {
  padding: 0 5vw;
  display: block;
 }
 .m-service-list {
  width: auto;
  margin-bottom: 12vw;
  position: relative;
  padding-bottom: 15vw;
 }
 /*
	.m-service-list:nth-of-type(3){
 margin-bottom: 12vw;
}

.m-service-list:nth-of-type(4){
 margin-bottom: 0px;
}*/
 .m-service-list.mb0 {
  margin-bottom: 0;
 }
 .m-service-list figure {
  margin-bottom: 5vw;
 }
 .m-service-ttl {
  font-size: 4.5vw;
  font-weight: 700;
  margin-bottom: 2vw;
 }
 .m-service-ttl-en {
  font-size: 3vw;
  font-family: 'Poppins', sans-serif;
  margin-bottom: 3vw;
  color: #b3b3b3;
 }
 .m-service-txt {
  font-size: 3.8vw;
  line-height: 1.8;
 }
 .m-service-list .link_detail_outer {
  position: absolute;
  left: 0;
  bottom: 0;
  line-height: 1.6;
  width: 100%;
 }
}
/*よくあるご質問*/
.l_qa_top {
 width: 1000px;
 margin: 0 auto;
 overflow: hidden;
}
.l_qa_list {
 padding-top: 60px;
}
.l_qa_list_menu {
 width: 260px;
 float: right;
 background: #f7f7f7;
 box-sizing: border-box;
 padding: 20px;
 margin-bottom: 50px;
}
.l_qa_list_menu p {
 font-size: 16px;
 margin-bottom: 20px;
 text-align: center;
 font-weight: 700;
}
.q-cat li {
 margin-bottom: 10px;
}
.q-cat li a {
 background: #000;
 color: #fff;
 font-size: 14px;
 padding: 15px 0;
 display: block;
 text-align: center;
 line-height: 1;
}
.l_qa_list_contents {
 width: 700px;
 float: left;
 text-align: left;
}
.l_qa_list_contents h2 {
 font-size: 26px;
 font-weight: bold;
 margin-bottom: 30px;
 line-height: 1.2;
 display: flex;
 align-items: center;
 justify-content: left;
}
.l_qa_list_contents h2:before {
 border-top: 2px solid;
 content: "";
 width: 20px;
}
.l_qa_list_contents h2:before {
 margin-right: 15px;
}
.q-list {}
.q-list ul {
 padding: 0;
 margin: 0 0 80px 0;
}
.q-list li {
 list-style: none;
 margin: 0;
 border-bottom: #D3D3D3 1px solid;
 position: relative;
 padding-left: 55px;
}
.q-list li::before {
 color: #fff;
 font-size: 17px;
 background: #000;
 font-family: proxima-nova, sans-serif;
 font-weight: 700;
 font-style: normal;
}
.q-list li::before {
 display: inline-block;
 position: absolute;
 top: 50%;
 left: 0px;
 width: 38px;
 line-height: 38px;
 text-align: center;
 content: "Q";
 margin-top: -19px;
}
.q-list li a {
 padding: 1.2em 0;
 display: block;
 font-size: 16px;
 text-decoration: none;
 color: #000;
}
.q-list li a:hover {
 color: #000;
}
@media screen and (max-width: 767px) {
 .l_qa_top {
  width: auto;
  margin: 0 5vw;
  overflow: hidden;
 }
 .l_qa_list {
  padding: 8vw 0;
 }
 .l_qa_list_menu {
  width: auto;
  float: none;
  background: #f7f7f7;
  box-sizing: border-box;
  padding: 3.5vw;
  margin-bottom: 8vw;
 }
 .l_qa_list_menu p {
  font-size: 4vw;
  margin-bottom: 3.5vw;
  text-align: center;
 }
 .q-cat {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
 }
 .q-cat li {
  width: 49%;
  margin-bottom: 2vw;
 }
 .q-cat li a {
  font-size: 3vw;
  padding: 3vw 0;
  display: block;
  text-align: center;
  line-height: 1;
 }
 .l_qa_list_contents {
  width: auto;
  float: none;
 }
 .l_qa_list_contents h2 {
  font-size: 5vw;
  font-weight: bold;
  margin-bottom: 3vw;
  line-height: 1.2;
  display: flex;
  align-items: center;
  justify-content: left;
 }
 .l_qa_list_contents h2:before {
  border-top: 2px solid;
  content: "";
  width: 4vw;
 }
 .l_qa_list_contents h2:before {
  margin-right: 15px;
 }
 .q-list {}
 .q-list ul {
  padding: 0;
  margin: 0 0 10vw 0;
 }
 .q-list li {
  list-style: none;
  margin: 0;
  border-bottom: #D3D3D3 1px solid;
  position: relative;
  padding-left: 10vw;
 }
 .q-list li::before {
  color: #fff;
  font-size: 3.5vw;
  background: #000;
  font-family: proxima-nova, sans-serif;
  font-weight: 700;
  font-style: normal;
 }
 .q-list li::before {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 0px;
  width: 7vw;
  line-height: 7vw;
  text-align: center;
  content: "Q";
  margin-top: -3.5vw;
 }
 .q-list li a {
  padding: 1.2em 0;
  display: block;
  font-size: 4vw;
  text-decoration: none;
  color: #000;
  line-height: 1.6;
 }
 .q-list li a:hover {
  color: #000;
 }
}
/*よくあるご質問　詳細*/
.l_qa_detail {
 width: 1000px;
 padding: 60px 0 0 0;
 margin: 0 auto;
 text-align: left;
}
.l_qa_answer {
 margin-bottom: 50px;
 overflow: hidden;
}
.m_bcat {
 display: inline-block;
 background: #F4F1E3;
 color: #000;
 font-size: 14px;
 padding: 15px;
 text-align: center;
 line-height: 1;
 margin-bottom: 30px;
}
.l_qa_answer h1 {
 font-size: 26px;
 font-weight: bold;
 margin-bottom: 30px;
 line-height: 1.2;
}
.m_answer_txt {
 background: #f5f5f5;
 padding: 30px;
 font-size: 16px;
 line-height: 2;
}
.m_a_link {
 clear: both;
 float: right;
 background: #000;
 font-size: 16px;
 font-weight: bold;
 padding: 10px 50px 10px 15px;
 color: #fff !important;
 position: relative;
 margin-top: 30px;
}
.m_a_link::before {
 content: url("../images/common/ic_cursor_w2.png");
 transform: scale(0.3);
 position: absolute;
 top: 5px;
 right: -15px;
}
.l_qa_list_scontents {
 border: #f5f5f5 10px solid;
 padding: 50px;
 margin-bottom: 50px;
}
.l_qa_list_scontents h2 {
 text-align: center;
 font-size: 20px;
 font-weight: bold;
 margin-bottom: 30px;
}
.l_qa_list_scontents .q-list ul {
 margin: 0;
}
.l_qa_list_cat {
 background: #F7F7F7;
 padding: 30px 0;
 margin-bottom: 80px;
}
.l_qa_list_cat p {
 text-align: center;
 font-size: 20px;
 font-weight: bold;
 margin-bottom: 30px;
}
.l_qa_list_cat .q-cat {
 width: 1000px;
 margin: 0 auto;
 display: flex;
 flex-wrap: wrap;
 justify-content: space-between;
 text-align: center;
}
.l_qa_list_cat .q-cat li {
 width: 24%;
}
.l_qa_list_cat .q-cat li a {
 font-size: 14px;
 padding: 15px 0;
 display: block;
 text-align: center;
 line-height: 1;
}
.l_qa_list_cat .q-cat::after {
 display: block;
 content: "";
 width: 19%;
 height: 0;
}
.l_qa_list_cat .q-cat::before {
 content: "";
 display: block;
 width: 19%;
 height: 0;
 order: 1;
}
.faq .m_link.contents {
 padding-top: 80px;
}
.faq .link_detail_outer {
 margin: 0 auto 80px auto;
 text-align: center;
}
@media screen and (max-width: 767px) {
 .l_qa_detail {
  width: auto;
  margin: 0 5vw;
  text-align: left;
 }
 .l_qa_detail {
  padding: 8vw 0;
 }
 .l_qa_answer {
  margin-bottom: 50px;
  overflow: hidden;
  text-align: center;
 }
 .m_bcat {
  width: auto;
  height: 10vw;
  line-height: 10vw;
  font-weight: bold;
  margin: 0 auto 5vw auto;
  text-align: center;
  padding: 0 20px;
 }
 .l_qa_answer h1 {
  font-size: 5vw;
  font-weight: bold;
  margin-bottom: 30px;
  line-height: 1.2;
 }
 .m_answer_txt {
  background: #f5f5f5;
  padding: 5vw;
  font-size: 4vw;
  text-align: left;
 }
 .m_a_link {
  clear: both;
  float: right;
  background: #000;
  font-size: 4vw;
  font-weight: bold;
  padding: 8px 45px 8px 15px;
  color: #fff;
  position: relative;
 }
 .m_a_link::before {
  content: url("../images/common/ic_cursor_w2.png");
  transform: scale(0.3);
  position: absolute;
  top: 5px;
  right: -20px;
 }
 .l_qa_list_scontents {
  border: #f5f5f5 2vw solid;
  padding: 5vw;
  margin-bottom: 5vw;
 }
 .l_qa_list_scontents h2 {
  text-align: center;
  font-size: 5vw;
  line-height: 1.5;
  font-weight: bold;
  margin-bottom: 3vw;
 }
 .l_qa_list_scontents .q-list ul {
  margin: 0;
 }
 .l_qa_list_cat {
  background: #F7F7F7;
  padding: 9vw 5vw;
  margin-bottom: 10vw;
 }
 .l_qa_list_cat p {
  text-align: center;
  font-size: 6vw;
  font-weight: bold;
  margin-bottom: 9vw;
 }
 .l_qa_list_cat .q-cat {
  width: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
 }
 .l_qa_list_cat .q-cat li {
  width: 49%;
  margin-bottom: 2vw;
 }
 .l_qa_list_cat .q-cat li a {
  font-size: 3vw;
  padding: 3vw 0;
  display: block;
  text-align: center;
  line-height: 1;
 }
 .l_qa_list_cat .q-cat li + li {
  margin-left: 0;
 }
 .l_qa_list_cat .q-cat::after {
  display: block;
  content: "";
  width: 49%;
  height: 0;
 }
 .l_qa_list_cat .q-cat::before {
  content: "";
  display: block;
  width: 49%;
  height: 0;
  order: 1;
 }
 .faq .m_link.contents {
  padding-top: 8vw;
 }
 .faq .link_detail_outer {
  margin: 0 5vw 10vw 5vw;
 }
}
/*reserve*/
.reserve .page-read.ttl h2 {
 margin-bottom: 40px;
}
.reserve .page-read.ttl .ttl_read {
 margin-bottom: 40px;
}
.reserve .page-read.ttl .kikan {
 width: 750px;
 margin: 0 auto 40px auto;
 background: #f5f5f5;
 padding: 20px;
 line-height: 2;
}
.reserve .page-read.ttl .kikan strong {
 font-size: 22px;
 font-weight: 700;
}
.reserve .page-read.ttl .kikan a {
 text-decoration: underline;
}
.reserve .page-read.ttl .ttl_read a .fas {
 font-size: 12px;
}
.reserve .page-read.ttl .rtel {
 font-size: 20px;
 font-weight: 700;
}
.reserve .page-read.ttl .rat {
 font-size: 13px;
 margin-bottom: 0;
}
.event_title {
 margin-bottom: 30px;
}
.flow_yoyaku {
 width: 1000px;
 margin: 0 auto 50px auto;
}
/* simplebar用 */
.scroll-contents {
 overflow-x: scroll;
 -ms-overflow-style: none;
 scrollbar-width: none;
 margin: 0 auto 0 auto;
 padding-bottom: 20px;
 width: 1000px;
}
.scroll-contents::-webkit-scrollbar {
 -webkit-appearance: none;
 display: none;
}
.scroll-contents .simplebar-scrollbar::before {
 background: #777;
 border-radius: 4px;
 margin-left: 2px;
 margin-top: 3px;
 height: 10px !important;
}
.scroll-contents .simplebar-scrollbar.simplebar-visible::before {
 opacity: 1;
}
.scroll-contents .simplebar-track {
 background-color: #DDD;
 height: 20px !important;
}
.scroll-contents .image-area {
 display: flex;
}
.image-area img {
 height: auto;
 width: 1000px;
}
.howto {
 width: 1000px;
 display: flex;
 justify-content: space-between;
 margin: 0 auto 50px auto;
}
.howto a {
 width: 48%;
 background: url("../images/reserve/ic_n_yt.svg") no-repeat center 80px #ecebe2;
 background-size: 40px auto;
 padding: 40px 0 80px 0;
 text-align: center;
 font-size: 16px;
 font-weight: 700;
 color: #fff;
 position: relative;
}
.howto a:first-child {
 background: url("../images/reserve/tokei.jpg") no-repeat center center;
 background-size: cover;
}
.howto a:first-child::after {
 content: "";
 display: inline-block;
 height: 30px;
 width: 40px;
 background: url("../images/reserve/ic_n_yt.svg") no-repeat;
 ackground-size: 40px auto;
 position: absolute;
 left: 50%;
 top: 65%;
 transform: translate(-50%, -50%);
 z-index: 2;
}
.howto a:last-child {
 background: url("../images/reserve/frame.jpg") no-repeat center center;
 background-size: cover;
}
.howto a:last-child::after {
 content: "";
 display: inline-block;
 height: 30px;
 width: 40px;
 background: url("../images/reserve/ic_n_yt.svg") no-repeat;
 ackground-size: 40px auto;
 position: absolute;
 left: 50%;
 top: 65%;
 transform: translate(-50%, -50%);
 z-index: 2;
}
.fcr {
 font-weight: bold;
 color: rgba(253, 0, 4, 1.00);
}
.time {
 border: #ccc 2px solid;
 padding: 20px;
 display: inline-block;
 line-height: 1.8;
 font-size: 16px;
}
.time p.time_ttl {
 text-align: center;
 font-weight: 700;
 margin-bottom: 10px;
}
.time p {
 text-align: left;
}
.time p + p {
 margin-top: 30px;
}
.time figure {
 margin-top: 20px;
}
/*202309 画像追加*/
.contact_reform {}
.contact_reform_ttl {
 width: 1088px;
 height: 295px;
 background: url("../images/contact_reform/bg_l.svg") no-repeat left top, url("../images/contact_reform/bg_r.svg") no-repeat right bottom;
 margin: 0 auto 50px auto;
 position: relative;
 text-align: left;
}
.contact_reform_ttl h2 {
 background: url("../images/contact_reform/title_pc.svg") no-repeat;
 text-indent: -999px;
 text-align: left;
 width: 632px;
 height: 127px;
 position: absolute;
 top: 10px;
 left: 158px;
}
.contact_reform_time {
 background: url("../images/contact_reform/time_pc.svg") no-repeat;
 text-indent: -999px;
 text-align: left;
 width: 627px;
 height: 38px;
 position: absolute;
 top: 156px;
 left: 152px;
}
.contact_reform_address {
 width: 750px;
 background: #f5f5f5;
 padding: 15px;
 display: flex;
 justify-content: space-between;
 position: absolute;
 top: 234px;
 left: 152px;
 box-sizing: border-box;
}
.contact_reform_address dl {
 display: flex;
 align-items: center;
 margin-right: 10px;
}
.contact_reform_address dt {
 background: #777777;
 color: #fff;
 font-size: 16px;
 font-weight: 700;
 padding: 10px 15px;
 white-space: nowrap;
 margin-right: 15px;
}
.contact_reform_address dd {
 font-size: 18px;
 font-weight: 700;
 white-space: nowrap;
}
.contact_reform_address p {
 width: 134px;
 background: #fff;
 font-size: 16px;
 padding: 10px 0;
 white-space: nowrap;
 border-radius: 10px;
 box-sizing: border-box;
 text-align: center;
}
.contact_reform_address p a {
 background: url("../images/contact_reform/ic_map.svg") no-repeat 0 center;
 font-size: 16px;
 padding-left: 22px;
}
.contact_reform_btn {
 margin: 0 auto 50px auto;
}
.contact_reform_present {
 width: 204px;
 position: absolute;
 top: 0;
 right: 60px;
}
.contact_reform_img {
 width: 1252px;
 margin: 0 auto;
}
@media screen and (max-width: 767px) {
 .reserve .page-read.ttl h2 {
  margin-bottom: 5vw;
 }
 .reserve .page-read.ttl .ttl_read {
  margin-bottom: 5vw;
 }
 .reserve .page-read.ttl .kikan {
  width: auto;
  margin: 0 auto 5vw auto;
  background: #f5f5f5;
  padding: 3vw;
  line-height: 2;
 }
 .reserve .page-read.ttl .rtel {
  font-size: 5vw;
  font-weight: 700;
 }
 .reserve .page-read.ttl .rat {
  font-size: 3.2vw;
  margin-bottom: 0;
  text-align: left;
 }
 .time {
  font-size: 15px;
 }
 /*202309 画像追加*/
 .contact_reform_ttl {
  width: 100%;
  height: 88.88vw;
  background: url("../images/contact_reform/bg_l.svg") no-repeat left top, url("../images/contact_reform/bg_r.svg") no-repeat right 34.33vw;
  background-size: 17vw auto, 13.3vw auto;
  margin: 0 auto 15vw auto;
  position: relative;
  text-align: left;
 }
 .contact_reform_ttl h2 {
  background: url("../images/contact_reform/title_sp.svg") no-repeat;
  background-size: 100% auto;
  text-indent: -999px;
  text-align: left;
  width: 42.777vw;
  height: 24.44vw;
  position: absolute;
  top: 8vw;
  left: 7.33vw;
  margin-bottom: 0 !important;
 }
 .contact_reform_time {
  background: url("../images/contact_reform/time_sp.svg") no-repeat;
  background-size: 100% auto;
  text-indent: -999px;
  text-align: left;
  width: 100% !important;
  height: 18vw;
  position: absolute;
  top: 40.777vw;
  left: 0;
 }
 .contact_reform_address {
  width: 100%;
  background: #f5f5f5;
  padding: 4vw;
  display: block;
  position: absolute;
  top: 63.11vw;
  left: 0;
  box-sizing: border-box;
 }
 .contact_reform_address dl {
  display: block;
  text-align: center;
  margin-right: 0;
 }
 .contact_reform_address dt {
  background: #777777;
  color: #fff;
  font-size: 3.5vw;
  font-weight: 700;
  padding: 1.5vw 3vw;
  white-space: inherit;
  margin: 0 auto 3vw auto;
  display: inline-block;
 }
 .contact_reform_address dd {
  font-size: 4vw;
  font-weight: 700;
  white-space: nowrap;
  text-align: left;
  line-height: 1.6;
 }
 .contact_reform_address p {
  width: 26.3vw;
  background: #fff;
  font-size: 3.3vw;
  padding: 1vw 0;
  white-space: nowrap;
  border-radius: 10px;
  box-sizing: border-box;
  text-align: center;
  position: absolute;
  bottom: 4vw;
  right: 4vw;
 }
 .contact_reform_address p a {
  background: url("../images/contact_reform/ic_map.svg") no-repeat 0 center;
  font-size: 3.33vw;
  padding-left: 4vw;
  background-size: 2.6vw auto;
 }
 .contact_reform_btn {
  margin: 0 auto 50px auto;
 }
 .contact_reform_present {
  width: 38.88vw;
  position: absolute;
  top: 0;
  right: -3vw;
 }
 .contact_reform_img {
  width: auto;
  margin: 0 auto;
 }
 .contact_reform .ttl_read {
  text-align: left !important;
 }
 .event_title {
  margin-bottom: 30px;
 }
 .flow_yoyaku {
  width: auto;
  margin: 0 0 50px 0;
 }
 .scroll-contents {
  margin: 0 auto 0 auto;
  width: auto;
  max-width: 1000px;
 }
 .image-area img {
  height: auto;
  width: 1000px;
  max-width: inherit;
 }
 .howto {
  width: auto;
  display: flex;
  justify-content: space-between;
  padding-top: 4vw;
  margin: 0 auto 8vw auto;
 }
 .howto a {
  width: 48%;
  background: url("../images/reserve/ic_n_yt.svg") no-repeat center 80px #ecebe2;
  background-size: 40px auto;
  padding: 40px 0 80px 0;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  position: relative;
 }
 .howto a:first-child {
  background: url("../images/reserve/tokei.jpg") no-repeat center center;
  background-size: cover;
 }
 .howto a:first-child::after {
  content: "";
  display: inline-block;
  height: 30px;
  width: 40px;
  background: url("../images/reserve/ic_n_yt.svg") no-repeat;
  ackground-size: 40px auto;
  position: absolute;
  left: 50%;
  top: 75%;
  transform: translate(-50%, -50%);
  z-index: 2;
 }
 .howto a:last-child {
  background: url("../images/reserve/frame.jpg") no-repeat center center;
  background-size: cover;
 }
 .howto a:last-child::after {
  content: "";
  display: inline-block;
  height: 30px;
  width: 40px;
  background: url("../images/reserve/ic_n_yt.svg") no-repeat;
  ackground-size: 40px auto;
  position: absolute;
  left: 50%;
  top: 75%;
  transform: translate(-50%, -50%);
  z-index: 2;
 }
}
/*contact_reform*/
.contact_reform .page-read.ttl h2 {
 margin-bottom: 40px;
}
.contact_reform .page-read.ttl .ttl_read {
 margin-bottom: 40px;
}
.contact_reform .page-read.ttl .kikan {
 width: 750px;
 margin: 0 auto 40px auto;
 background: #f5f5f5;
 padding: 20px;
 line-height: 2;
}
.contact_reform .page-read.ttl .kikan strong {
 font-size: 22px;
 font-weight: 700;
}
.contact_reform .page-read.ttl .kikan a {
 text-decoration: underline;
}
#contact_form {
 padding-top: 100px;
}
@media screen and (max-width: 767px) {
 .contact_reform .page-read.ttl h2 {
  margin-bottom: 5vw;
 }
 .contact_reform .page-read.ttl .kikan {
  width: auto;
  margin: 0 auto 5vw auto;
  background: #f5f5f5;
  padding: 3vw;
  line-height: 2;
 }
 .contact_reform .page-read.ttl .rat {
  font-size: 3.2vw;
  margin-bottom: 0;
  text-align: left;
 }
}
/*エクステリア*/
.ex-img {
 width: 750px;
 margin: 50px auto 0 auto;
}
@media screen and (max-width: 767px) {
 .ex-img {
  width: auto;
  margin: 50px auto 0 auto;
 }
}
#ple-animates {
 display: inline-block;
 position: absolute;
 /* left: 50%; */
 /* top: 50%; */
 transform: none !important;
}
/*tiker*/
.ticker-h-button-close {
 width: 20px;
 height: auto;
 top: 20px !important;
}
#ticker-h .ticker-h-link {
 color: #d0222e !important;
 background: #ebebeb;
}
#ticker-h .ticker-h-link::after {
 content: "";
 display: inline-block;
 width: 11px;
 height: 12px;
 background: url("../images/ic_cursor_w.svg") no-repeat left center #ebebeb;
 background-size: contain;
 margin-left: 12px;
}
@media screen and (max-width: 768px) {
 .l_top_main {
  height: auto;
  padding-top: 0;
 }
 .l_top_main_inner {
  padding-top: 0;
 }
 .ticker-h-link {
  font-size: 3.2vw !important;
 }
 #ticker-h .ticker-h-link::after {
  content: "";
  display: inline-block;
  width: 11px !important;
  height: 12px !important;
  background: url("../images/ic_cursor_w.svg") no-repeat left center #ebebeb;
  background-size: contain;
  margin-left: 8px;
 }
 .ticker-h-button-close {
  top: 20px !important;
 }
}




/*2506 beforafter切り替え*/

.caseimgbox a {
	cursor: pointer;
}

.caseimgbox a:hover,
.caseimgbox a:focus{
  all: unset; /* すべてのスタイルを解除 */
}

.caseimgbox a img {
  transition: none !important;
  transform: none !important;
  opacity: 1 !important;
}



.casebox .ttlArea .txtBefaf {
  line-height: 1;
}
.casebox .ttlArea .ttl01 {
  font-weight: bold;
}
.casebox .ttlArea .txt01 {
  font-weight: bold;
  line-height: 2.1em;
}
.casebox .caselist {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
.casebox .caselist li .caseimgbox {
  position: relative;
}

.casebox .caselist li .cat {
  font-size: 13px;
  background: #000;
  color: #fff;
  padding: 8px 8px;
  position: absolute;
  top: 10px;
  left: 0;
  margin-left: -10px;
  line-height: 1;
	z-index: 10;
}
.casebox .caselist li .caseimgbox figure{
	margin-bottom: 10px;
}

.casebox .caselist li .caseimgbox figure.before {
  position: relative;
  z-index: 1;
}
.casebox .caselist li .caseimgbox figure.after {
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: opacity 0.6s ease 0s;
  transition: opacity 0.6s ease 0s;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.casebox .caselist li .caseimgbox .babtn {
  background: #fff;
  -webkit-box-shadow: 1px 2px 3px 0 rgba(0, 0, 0, 0.2) inset;
          box-shadow: 1px 2px 3px 0 rgba(0, 0, 0, 0.2) inset;
  border-radius: 20px;
  padding: 4px 8px 6px 8px;
  position: absolute;
  bottom: -35px;
  right: 0;
  z-index: 5;
  line-height: 1;
  cursor: pointer;
}
.casebox .caselist li .caseimgbox .babtn::before {
  content: "";
  width: 62px;
  height: calc(100% - 4px);
  background: #000;
  border-radius: 20px;
  -webkit-transition: left 0.6s ease 0s;
  transition: left 0.6s ease 0s;
  position: absolute;
  top: 2px;
  left: 2px;
  z-index: 1;
}
.casebox .caselist li .caseimgbox .babtn span {
  text-align: center;
  width: 50px;
  font-weight: bold;
  font-size: 10px;
  display: inline-block;
  position: relative;
  color: #8D8D8D;
  z-index: 2;
  padding-bottom: 2px;
}
.casebox .caselist li .caseimgbox .babtn span.before {
  color: #fff;
  margin-right: 6px;
}
.casebox .caselist li .caseimgbox.on figure.after {
  opacity: 1;
}
.casebox .caselist li .caseimgbox.on .babtn::before {
  left: 60px;
}
.casebox .caselist li .caseimgbox.on .babtn span.before {
  color: #8D8D8D;
}
.casebox .caselist li .caseimgbox.on .babtn span.after {
  color: #fff;
}
.casebox .caselist li .case_ttl {
  font-weight: 400;
	text-align: left;
}
.casebox .galleryList01 li .case_ttl {
  font-weight: 400;
  line-height: 1.5em;
}



.casebox_inner {
  width:872px;
  margin: 0 auto 0 auto;
}

  .casebox .caselist li {
    width: 274px;
			cursor: pointer;
  }

.workdeteil .casebox_inner figure {
  margin-bottom: 10px;
}

.ttl_test{font-size: 16px;
margin-bottom: 20px;
font-weight: 700;}

.imgh{
	position: relative!important;
}

@media screen and (max-width: 768px) {
		.casebox {
  width: auto;
		margin: 0 7.3vw 0 7.3vw;
}
	.casebox_inner {
  max-width: auto;
  width: auto;
		margin: 0 0 50px 0;
}
	

	.casebox .caselist {
    display: block;
  }
	.casebox .caselist li {
    margin-bottom: 50px;
		width: 100%;
  }
		.casebox .caselist li img {
		width: 100%;
			height: auto;
  }
	.casebox .caselist li .case_ttl {
  text-align: left;
		font-size: 3.7vw;
		line-height: 1.5;
}
	
}