@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400;500;600&family=Sawarabi+Mincho&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');

html {
  scroll-behavior: smooth;
}
body {
	margin: 0;
	padding: 0;
font-family: "Noto Sans JP", sans-serif;
	color: #3E3A39;
	font-size: 16px;
	line-height: 140%;
	box-sizing: border-box;
	text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-o-text-size-adjust: 100%;
}





.sign{
	text-align: right;
}
#fusuma .txt-price{
	text-align: left;
	margin-top: 35px;
}
#shouji .txt-price{
	text-align: left;
	margin-top: 35px;
}
#amido .txt-price{
	text-align: left;
	margin-top: 35px;
}
.red{
	color: #b5404b;
	
}
.gree{
	color: #7c9d4b;
}
.blue{
	color: #294e69;
}

.container,
.rows,
header,
section,
footer {
	width: 100%;
	float: left;
}
.video-top video{
	width: 100%;
}

.cont {
	width: 100%;
	max-width: 1300px;
	margin: 0 auto;
	position: relative;
}
.show-SP{
	display: none;
}
.show-PC{
	display: block;
}

* {
	box-sizing: border-box;
}

*::after {
	box-sizing: border-box;
}

*::before {
	box-sizing: border-box;
}

a:hover,
a:visited,
a:focus {
	outline: none;
	border: none;
}

img {
	max-width: 100%;
	height: auto;
	display: block;
}

div.wpcf7-validation-errors {
	width: 95% !important;
	float: left !important;
	border: 2px solid #f7e700 !important;
	text-align: center !important;
	font-size: 18px !important;
	box-sizing: border-box !important;
}
.br-767{
	display: none;
}

div.wpcf7-mail-sent-ok {
	width: 95% !important;
	float: left !important;
	border: 2px solid #398f14 !important;
	text-align: center !important;
	font-size: 18px !important;
	box-sizing: border-box !important;
}

img.alignright {
	float: right
}

img.alignleft {
	float: left
}
.tab-price table{
	overflow: hidden !important;
}

img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto
}

/*Css pagenation*/

.wp-pagenavi {
	width: 100% !important;
	text-align: center !important
}

.wp-pagenavi a, .wp-pagenavi span {
    padding: 8.35px 14.62px !important;
    font-size: 16px;
    line-height: 1.3333333;
    position: relative;
    margin: 0 6px !important;
    margin-left: -1px !important;
    color: #1B1464;
    font-weight: 500;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #1B1464 !important;
}

.nextpostslink {
	border-top-right-radius: 0px !important;
	border-bottom-right-radius: 0px !important
}

.previouspostslink {
	border-top-left-radius: 0px !important;
	border-bottom-left-radius: 0px !important
}

.wp-pagenavi span.current {
    z-index: 2;
    color: #fff;
    cursor: default;
    background-color: #1B1464;
    border: 1px solid #1B1464 !important;
}

.nextpostslink,.previouspostslink{
	display: flex;
	align-items: center;
	justify-content: center;
	transition: ease all 0.35s;
	background-color: #1B1464 !important;
}

.nextpostslink:hover,.previouspostslink:hover{
	opacity: 0.8;
}

.nextpostslink img,.previouspostslink img{
	width: 8px;
}

span.pages {
	display: none
}

.wrap-pagi {
	width: 100%;
	margin-top: 50px;
	text-align: left
}

.wp-pagenavi a {
	text-decoration: none !important
}

.wp-pagenavi a:hover {
    background: #1B1464;
    color: #fff;
    border: 1px solid #1B1464 !important;
    text-decoration: none !important;
}

/*End css pagenation*/

/*COMMON*/

header {
	width: 150px;
	position: fixed;
	z-index: 9;
	left: 0;
	top: 0;
	height: 100vh;
	background-color: #F5F4F5;
	display: flex;
	flex-direction: column;

}


header .div_hd01 {
	padding-top: 2.5vh;
}

header .div_hd01 h1 {
	width: 80px;
	margin: 0 auto;
}

header .div_hd01 h1 a {
	display: block;
}


header .div_hd01 .div_hdtxt {
	width: 40px;
	margin: 0 auto;
	margin-top: 3.833vh;
}
.bg-top{
	letter-spacing: 5px;
	color: #fff;
	font-size: 24px;
	line-height: 175%;
	text-align: center;
	width: 100%;
	display: block;
}
.div_allitem a{
	text-decoration: none;
}

header .div_hd02 {
	margin-top: auto;
}

header .div_hd02 .div_menu_hamber .menu_close {
	display: none;
	width: 30px;
}

header .div_hd02 .div_menu_hamber {
	height: 100px;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
}

header .div_hd02 .div_menu_hamber.active .menu_def {
	display: none;
}
.video-h{
	height: 100vh;
	width: 100%;
	display: flex;
	position: relative;
}
.video-h .img-cover{
	object-fit: cover;
    width: 100%;
    height: 100%;
}
.video-h h2.top_title {
  position: absolute;
  top: 80px;
  left: 0;
  width: 100%;
  text-align: center;
  font-size: 1.8vw;
  line-height: 1.7;
  font-weight: 600;
  color: #3e3a39;
  text-shadow: 0px 0px 10px #FFF, 0px 0px 10px #FFF, 0px 0px 10px #FFF, 0px 0px 10px #FFF, 0px 0px 10px #FFF, 0px 0px 10px #FFF, 0px 0px 10px #FFF, 0px 0px 10px #FFF, 0px 0px 10px #FFF, 0px 0px 10px #FFF, 0px 0px 10px #FFF, 0px 0px 10px #FFF, 0px 0px 10px #FFF, 0px 0px 10px #FFF;
  padding: 0 20px;
}
header .div_hd02 .div_menu_hamber.active .menu_close {
	display: block;
}

header .div_hd02 .div_menu_hamber img {
	width: 40px;
}
header .div_hd02 .social_links {
  display: flex;
  justify-content: center;
  align-items: center;
  gap:15px;
  width: 100%;
  height: 100px;
  background-color: #1B1464;
}

header .div_hd02 .div_insta {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100px;
	background-color: #1B1464;
}



header .div_hd02 .social_links img {
	width: 40px;
}

.div_allcontent {
	width: calc(100% - 150px);
	margin-left: auto;
}


.div_allmenushow {
	position: fixed;
	z-index: 8;
	top: 0;
	left: 150px;
	height: 100vh;
	width: calc(100% - 150px);
	background-color: rgba(0, 0, 0, 0.85);
	overflow-y: auto;
	display: none;
}

.div_allmenushow .div_menuleft {
	min-height: 100%;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	padding: 5vh 3vw;
}

.div_allmenushow .div_menuleft .div_allmenu {
	width: 100%;
}

@media all and (-ms-high-contrast:none) {
	.div_allmenushow .div_menuleft {
		height: 100vh;
	}
}

.div_allmenushow .div_menuleft .menu_logo {
	display: flex;
	justify-content: center;
	margin-top: 65px;
}


.div_allmenushow .div_menuleft .menu_logo a {
	width: 100%;
	max-width: 300px;
	margin-right: auto;
}

.div_allmenushow .div_menuleft .div_allmenu ul {
	padding: 0px 0 0 0;
	position: relative;
	z-index: 1;
}
.div_hdtxt a img:hover{
	opacity: 0.8;
}

.div_allmenushow .div_menuleft .div_allmenu>ul {
	padding-bottom: 25px;
}

.div_allmenushow .div_menuleft .div_allmenu>ul:before {
	content: "";
	width: 300px;
	height: 1px;
	background-color: #dee2e6;
	position: absolute;
	bottom: 0;
	left: 0;
}


.div_allmenushow .div_menuleft .div_allmenu.menu_2 ul {
	padding-bottom: 25px;
	padding-top: 26px;
}

.div_allmenushow .div_menuleft .div_allmenu.menu_2 ul:before {
	content: none;
}

.div_allmenushow .div_menuleft .div_allmenu.menu_2 ul li {
	margin-bottom: 23px;
}

.div_allmenushow .div_menuleft .div_allmenu.menu_2 ul li a {
	display: flex;
	align-items: center;
	text-transform: uppercase;
}

.div_allmenushow .div_menuleft .div_allmenu.menu_2 ul li a img {
	margin-left: 18px;
}

.div_allmenushow .div_menuleft .div_allmenu ul li {
	opacity: 0;
	text-align: center;
}

.div_allmenushow .div_menuleft .div_allmenu ul li .sub-menu li {
	display: flex;
	align-items: center;
	padding-left: 20px;
}

.div_allmenushow .div_menuleft .div_allmenu ul li .sub-menu li a {
	color: #ffffff;
	opacity: 1;
}

.div_allmenushow .div_menuleft .div_allmenu ul li .sub-menu li:hover a {
	opacity: .5;
}

.div_allmenushow .div_menuleft .div_allmenu ul li .sub-menu li::before {
	content: "";
	width: 10px;
	height: 1px;
	background-color: #dee2e6;
	margin-right: 10px;
}
.company-bg{
	display: none;
	
}

.div_allmenushow .div_menuleft .div_allmenu ul li:nth-child(1) {
	-webkit-animation: fade_nav .4s ease .1s 1 forwards;
	animation: fade_nav .4s ease .1s 1 forwards;
}

.div_allmenushow .div_menuleft .div_allmenu ul li:nth-child(2) {
	-webkit-animation: fade_nav .6s ease .2s 1 forwards;
	animation: fade_nav .6s ease .2s 1 forwards;
}

.div_allmenushow .div_menuleft .div_allmenu ul li:nth-child(3) {
	-webkit-animation: fade_nav .8s ease .3s 1 forwards;
	animation: fade_nav .8s ease .3s 1 forwards;
}

.div_allmenushow .div_menuleft .div_allmenu ul li:nth-child(4) {
	-webkit-animation: fade_nav 1s ease .4s 1 forwards;
	animation: fade_nav 1s ease .4s 1 forwards;
}

.div_allmenushow .div_menuleft .div_allmenu ul li:nth-child(5) {
	-webkit-animation: fade_nav 1.2s ease .5s 1 forwards;
	animation: fade_nav 1.2s ease .5s 1 forwards;
}

.div_allmenushow .div_menuleft .div_allmenu ul li:nth-child(6) {
	-webkit-animation: fade_nav 1.4s ease .6s 1 forwards;
	animation: fade_nav 1.4s ease .6s 1 forwards;
}

.div_allmenushow .div_menuleft .div_allmenu ul li:nth-child(7) {
	-webkit-animation: fade_nav 1.6s ease .7s 1 forwards;
	animation: fade_nav 1.6s ease .7s 1 forwards;
}

.div_allmenushow .div_menuleft .div_allmenu ul li:nth-child(8) {
	-webkit-animation: fade_nav 1.8s ease .8s 1 forwards;
	animation: fade_nav 1.8s ease .8s 1 forwards;
}


.div_allmenushow .div_menuleft .div_allmenu ul li a {
	font-size: 35px;
	color: #fff;
	font-weight: 400;
	line-height: 222%;
	letter-spacing: 3px;
	text-decoration: none;
	transition: .8s;
	-webkit-transition: .8s;
	-moz-transition: .8s;
	-ms-transition: .8s;
	-o-transition: .8s;
	letter-spacing: 0.5px;
}

.div_allmenushow .div_menuleft .div_allmenu ul li.active a,
.div_allmenushow .div_menuleft .div_allmenu ul li:hover a {
	opacity: .5;
}

@-webkit-keyframes fade_nav {
	100% {
		opacity: 1;
	}
}

@keyframes fade_nav {
	100% {
		opacity: 1;
	}
}


footer .ft_div01 {
	background-color: #FFF9E8;
	/* background-image: url(./assets/images/general/ft_bg01.png);
	background-position: center; */
	padding-top: 80px;
	padding-bottom: 45px;
}

footer .ft_div01 a {
	display: block;
	width: 100px;
	margin: 0 auto;
}

footer .ft_div01 .div_fttxt {
	width: 294px;
	margin: 0 auto;
	margin-top: 31px;
}

footer .ft_div01 .div_fttxt01 {
	text-align: center;
	font-size: 14px;
	line-height: 175%;
	letter-spacing: 0.5px;
	margin-top: 20px;
}

footer .ft_div01 .div_ft_menu {
	margin-top: 44px;
}

footer .ft_div01 .div_ft_menu ul {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	width: 100%;
}


footer .ft_div01 .div_ft_menu ul li {
	display: flex;
	align-items: center;
}
footer .ft_div01 .div_ft_menu ul li.menu-item-278 {
	display: none;
}
footer .ft_div01 .div_ft_menu ul li:not(:first-child):before {
	content: "/";
	margin-left: 20px;
	margin-right: 20px;
}

footer .ft_div01 .div_ft_menu ul li a {
	font-size: 18px;
	line-height: 175%;
	letter-spacing: 0.5px;
	color: #3E3A39;
	width: auto;
	text-decoration: none;
}

footer .ft_div01 .div_ft_menu ul li a:hover {
	text-decoration: underline;
}

/* footer .ft_div02 {
	background-color: #E3D8CC;
} */

footer .ft_div02 .cont {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	padding-top: 23px;
	padding-bottom: 12px;
}

footer .ft_div02 .div_01,
footer .ft_div02 .div_02 {
	display: flex;
	align-items: center;
}

footer .ft_div02 .div_tel {
	margin-right: 20px;
	margin-bottom: 10px;
}

footer .ft_div02 .div_tel .img_tel {
	width: 19px;
	display: block;
	margin-right: 7px;
}
.br-480{
	display: none;
}

footer .ft_div02 .div_tel a {
	display: flex;
	align-items: center;
	color: #3E3A39;
	font-size: 30px;
	letter-spacing: 0.25px;
	line-height: 100%;
	text-decoration: none;
}

footer .ft_div02 .div_time {
	font-size: 16px;
	line-height: 175%;
	letter-spacing: 0.5px;
	color: #3E3A39;
	margin-right: 20px;
	margin-bottom: 10px;
}

footer .ft_div02 .div_mail {
	width: 266px;
	margin-right: 17px;
	margin-bottom: 10px;
}

footer .ft_div02 .div_mail a {
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #1B1464;
	border-radius: 7px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	-ms-border-radius: 7px;
	-o-border-radius: 7px;
	color: #FFFFFF;
	text-decoration: none;
	height: 35px;
	font-size: 18px;
	line-height: 100%;
	padding-bottom: 1px;
	letter-spacing: 0.5px;
}

footer .ft_div02 .div_mail .img_mail {
	width: 18px;
	display: block;
	margin-right: 7px;
}

footer .ft_div02 .div_txt02 {
	margin-bottom: 10px;
	font-size: 16px;
}


footer .ft_div03 {
	background-color: #1B1464;
	font-size: 12px;
	line-height: 175%;
	letter-spacing: 0.5px;
	text-align: center;
	color: #FFFFFF;
	padding-top: 2px;
	padding-bottom: 1px;
	
font-family: "Noto Sans JP", sans-serif;
}

.show_sp {
	display: none;
}

/*END COMMON*/

/*HOME*/

.sectop_slide {
	position: relative;
	z-index: 1;
}

.sectop_slide .owl-carousel .owl-item div {
	height: 850px;
	width: 100%;
	background-size: cover;
}

.sectop_slide .div_alltxt {
	position: absolute;
	z-index: 2;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
}

.sectop_slide .txt_slide01 {
	padding-top: 50px;
}

.sectop_slide .txt_slide01 span {
	writing-mode: tb-rl;
	-webkit-writing-mode: tb-rl;
	-ms-writing-mode: tb-rl;
	font-size: 50px;
	line-height: 175%;
	color: #3E3A39;
	align-items: top;
	position: relative;
	z-index: 1;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	font-weight: 600;
	margin-left: auto;
	text-shadow: 0px 0px 10px #FFFFFF, 0px 0px 10px #FFFFFF, 0px 0px 10px #FFFFFF, 0px 0px 10px #FFFFFF, 0px 0px 10px #FFFFFF, 0px 0px 10px #FFFFFF, 0px 0px 10px #FFFFFF, 0px 0px 10px #FFFFFF, 0px 0px 10px #FFFFFF, 0px 0px 10px #FFFFFF, 0px 0px 10px #FFFFFF, 0px 0px 10px #FFFFFF, 0px 0px 10px #FFFFFF, 0px 0px 10px #FFFFFF;
}

.title_style01 {
	font-weight: 600;
	font-size: 25px;
	color: #3E3A39;
	line-height: 175%;
	letter-spacing: 0.75px;
	text-align: center;
}
.title_style01 span{
	font-weight: 500;
	position:relative;
	padding:0 0 15px;	
}
.title_style01 span:after{
	content:'';
	position:absolute;
	bottom:0;
	left:20px;
	width:calc(100% - 40px);
	height:1px;
	background:#3E3A39;
}

.top_sec01 {
	padding-top: 90px;
	padding-bottom: 95px;
}

.top_sec01 .txt01 {
	font-size: 18px;
	color: #3E3A39;
	line-height: 222%;
	letter-spacing: 0.75px;
	text-align: center;
	margin-top: 50px;
}

.sec_bg01 {
	background-color: #F5F4F5;
	background-image: url(./assets/images/general/ft_bg01.png);
	background-position: center;
}

.top_sec02 {
	padding-top: 100px;
	padding-bottom: 50px;
}

.top_sec02 .cont {
	display: flex;
	flex-wrap: wrap;
}

.top_sec02 .cont .div_allitem {
	width: 48.077%;
	margin-right: 3.846%;
	text-decoration: none;
	color: inherit;
	
	margin-bottom: 50px;
}
a:hover .bg-top{
	opacity: 0.8;

}

.top_sec02 .cont .div_allitem .div_item {
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	background-color: #fff;
}

.top_sec02 .cont .div_allitem:nth-child(2n) {
	margin-right: 0%;
}

.title_style02 {
	background-color: #B5404B;
	background-image: url(./assets/images/top_bg01.png);
	width: 100%;
	font-size: 10px;
	line-height: 175%;
	font-weight: 500;
	display: flex;
	align-items: flex-end;
	color: #FFFFFF;
	padding-left: 60px;
	padding-right: 30px;
	padding-top: 7px;
	padding-bottom: 1px;
	height: 59px;
}

.title_style02.bg_02 {
	background-color: #7C9D4B;
	background-image: url(./assets/images/top_bg02.png);
}

.title_style02.bg_03 {
	background-color: #294E69;
	background-image: url(./assets/images/top_bg03.png);
}

.title_style02.bg_04 {
	background-color: #F4A318;
	background-image: url(./assets/images/top_bg04.png);
}
.title_style02.bg_04s {
	background-color: #635077;
	background-image: url(./assets/images/top_bg04s.png);
}



.title_style02 .txt_jp {
	font-size: 40px;
	line-height: 100%;
	margin-right: 8px;
}

.top_sec02 .cont .div_allitem .div_item .div_txt {
	width: 52%;
	padding: 30px;
}

.top_sec02 .cont .div_allitem .div_item .div_txt .title01 {
	display: block;
	font-size: 22px;
	line-height: 125%;
	color: #3E3A39;
	margin-bottom: 10px;
}

.top_sec02 .cont .div_allitem .div_item .div_txt .txt01 {
	display: block;
	font-size: 15px;
	letter-spacing: 0.25px;
	line-height: 166%;
	color: #3E3A39;
	word-wrap: break-word;
}

.top_sec02 .cont .div_allitem .div_item .div_img {
	width: 48%;
	min-height: 240px;
	display: flex;
	align-items: flex-end;
	justify-content: flex-end;
	padding: 30px;
	background-size: cover;
	background-position: center center;
}

.btn_style01 {
	font-size: 13px;
	line-height: 175%;
	background-color: #1B1464;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	font-size: 13px;
	line-height: 100%;
	letter-spacing: 0.5px;
	color: #FFFFFF;
	padding-left: 40px;
	padding-right: 50px;
	height: 30px;
	display: flex;
	align-items: center;
	padding-bottom: 2px;
	background-image: url(./assets/images/arrow_01.png);
	background-size: 13px;
	background-position: center right 20px;
	background-repeat: no-repeat;
	transition: opacity 0.5s ease;
	-webkit-transition: opacity 0.5s ease;
	-moz-transition: opacity 0.5s ease;
	-ms-transition: opacity 0.5s ease;
	-o-transition: opacity 0.5s ease;
}
.ft_div01 .cont h3 a img:hover,
.div_hd01 h1 a img:hover{
	opacity: 0.8;
}
.div_insta:hover{
	opacity: 0.8;
}
.div_mail a:hover{
	opacity: 0.8;
}
.scrolltop {
    text-align: center;
    width: 70px;
    height: 70px;
    line-height: 40px;
    display: block;
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 99;
}
.slide_item_thumbnail.slick-slide{
	background-size: cover !important;
}
.company-title-3 span {
    width: 100%;
    max-width: 600px;
    display: inline-block;
    font-size: 30px;
    font-weight: 600;
    line-height: 1.6;
    letter-spacing: 9px;
    color: #fff;
    padding: 9px 20px;
    background-color: #1B1464;
}
.top_sec02 .cont .div_allitem:hover .btn_style01 {
	opacity: 0.7;
}

.top_sec03 {
	padding-bottom: 128px;
}

.top_sec03 .parallax-window {
	min-height: 700px;
	background: transparent;
}
#fusuma .parallax-window{
	min-height: 500px;
	background: transparent;
}
#amido .parallax-window{
	min-height: 500px;
	background: transparent;
}
#order .parallax-window{
	min-height: 500px;
	background: transparent;
}
#shouji .parallax-window{
	min-height: 500px;
	background: transparent;
}

.top_sec03 .title01 {
	width: 120px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 124px;
	margin-bottom: 12px;
}

.top_sec03 .div_item {
	display: flex;
	flex-wrap: wrap;
	max-width: 1180px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}

/* .top_sec03 .div_item .item {
	width: 22.273%;
	height: 245px;
	margin-right: 1.818%;
	margin-left: 1.818%;
}

.top_sec03 .div_item .item:first-child {
	margin-left: 0;
}

.top_sec03 .div_item .item:last-child {
	margin-right: 0;
} */

/*END HOME*/

.page_banner{
	border-top: 20px solid #1B1464;
	background-color: #E3D8CC;
	padding-top: 32px;
	padding-bottom: 33px;
}

.page_banner h2{
	text-align: center;
	font-weight: 600;
	font-size: 35px;
	line-height: 100%;
	letter-spacing: 15px;
	color: #1B1464;
}

.news_sec01 .txt{
	text-align: center;
	font-size: 25px;
	line-height: 175%;
	font-weight: 900;
	color: #3E3A39;
	padding-top: 62px;
	padding-bottom: 70px;
}

body .news_sec02 .div_all_category ul{
	display: flex;
	flex-wrap: wrap;
	gap:20px;
}

body .news_sec02 .div_all_category ul li{
	width: calc(33.3333% - 20px);
  margin-right: 0;
}

body .news_sec02 .div_all_category ul li:last-child{
	margin-right: 0;
}

body .news_sec02 .div_all_category ul li a{
	border: 2px solid #1B1464;
	background-color: #fff;
	width: 100%;
	display: flex;
	align-items:flex-end;
	font-size: 10px;
	color: #1B1464;
	line-height: 100%;
	font-weight: 500;
	text-transform: uppercase;
	text-decoration: none;
	padding-left: 38px;
	padding-right: 15px;
	padding-top: 8px;
	transition: background-color 0.5s ease;
	-webkit-transition: background-color 0.5s ease;
	-moz-transition: background-color 0.5s ease;
	-ms-transition: background-color 0.5s ease;
	-o-transition: background-color 0.5s ease;
}

body .news_sec02 .div_all_category ul li a .txt_jp{
	font-size: 32px;
	line-height: 100%;
	display: block;
	margin-right: 8px;
}

body .news_sec02 .div_all_category ul li:first-child a .txt_jp{
	margin-bottom: -4px;
}

body .news_sec02 .div_all_category ul li:first-child a {
	padding-bottom: 4px;
}

body .news_sec02 .div_all_category ul li a.all{
	color: #fff;
}
body .news_sec02 .div_all_category ul li a.fusuma{
	color: #CEA125;
	border-color: #CEA125;
}

body .news_sec02 .div_all_category ul li a.shouji{
	color: #7C9B4D;
	border-color: #7C9B4D;
}

body .news_sec02 .div_all_category ul li a.amido{
	color: #294E69;
	border-color: #294E69;
}

body .news_sec02 .div_all_category ul li a.tategu{
	color: #B3B3B3;
	border-color: #B3B3B3;
}
body .news_sec02 .div_all_category ul li a.exterior{
	color: #B3B3B3;
	border-color: #B3B3B3;
}

body .news_sec02 .div_all_category ul li a.order-curtain{
	color: #B5404B;
	border-color: #B5404B;
}
body .news_sec02 .div_all_category ul li a.renovation{
	color: #B5404B;
	border-color: #B5404B;
}

/* .news_sec02 .div_all_category ul li a:hover,
.category-fusuma .div_all_category ul li a.fusuma,
.category-shouji .div_all_category ul li a.shouji,
.category-amido .div_all_category ul li a.amido,
.category-tategu .div_all_category ul li a.tategu,
.category-tategu .div_all_category ul li a.exterior,
.category-order-curtain .div_all_category ul li a.order-curtain,
.category-renovation .div_all_category ul li a.renovation,
.news_sec02 .div_all_category ul li:first-child a{
	border-color: transparent;
	background-color: #1B1464;
	background-image: url(./assets/images/cate_bg01.png);
	background-position: center;
	color: #fff;
} */

.div_all_category ul li a.active{
	color: #ffffff !important;
}

/* .news_sec02 .div_all_category ul li a.fusuma:hover,
.category-fusuma .div_all_category ul li a.fusuma,
.div_all_category ul li a.fusuma.active{
	background-color: #B5404B;
	background-image: url(./assets/images/cate_bg02.png);
} */

/* .news_sec02 .div_all_category ul li a.shouji:hover,
.category-shouji .div_all_category ul li a.shouji,
.div_all_category ul li a.shouji.active{
	background-color: #7C9D4B;
	background-image: url(./assets/images/cate_bg03.png);
} */

/* .news_sec02 .div_all_category ul li a.amido:hover,
.category-amido .div_all_category ul li a.amido,
.div_all_category ul li a.amido.active{
	background-color: #294E69;
	background-image: url(./assets/images/cate_bg04.png);
}

.news_sec02 .div_all_category ul li a.tategu:hover,
.category-tategu .div_all_category ul li a.tategu,
.div_all_category ul li a.tategu.active{
	background-color: #F4A318;
	background-image: url(./assets/images/cate_bg05.png);
}
.news_sec02 .div_all_category ul li a.exterior:hover,
.category-exterior .div_all_category ul li a.exterior,
.div_all_category ul li a.exterior.active{
	background-color: #F4A318;
	background-image: url(./assets/images/cate_bg05.png);
}

.news_sec02 .div_all_category ul li a.order-curtain:hover,
.category-order-curtain .div_all_category ul li a.order-curtain,
.div_all_category ul li a.order-curtain.active{
	background-color: #635077;
	background-image: url(./assets/images/cate_bg05s.png);
}
.news_sec02 .div_all_category ul li a.renovation:hover,
.category-renovation .div_all_category ul li a.renovation,
.div_all_category ul li a.order-curtain.active{
	background-color: #635077;
	background-image: url(./assets/images/cate_bg05s.png);
} */


.zn__list_news{
	display: flex;
	flex-wrap: wrap;
	margin-top: 100px;
}

.zn__list_news li{
	width: calc((100% - 100.3px) / 3);
	margin-right: 50px;
	margin-bottom: 50px;
	position: relative;
}

.zn__list_news li:nth-child(3n),
.zn__list_news li:last-child{
	margin-right: 0;
}

.zn__list_news > li{
	height: 300px;
	display: block;
	transition: ease all 0.5s;
	position: relative;
}

.zn__list_news > li > a{
	width: 100%;
	height: 100%;
	position: unset;
	left: 0;
	top: 0;
	z-index: 3;
	transition: ease all 0.35s;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	display: block;
	padding-bottom:15px;
}
.archive .zn__list_news > li > a.hv-o{
	height: 300px;
}
.zn__list_news > li > a .pimg{
	height: 300px;
}

.zn_wrap_cate{
	position: absolute;
	right: 0;
	top: 0;
	z-index: 4;
	display: flex;

}

.cate_news{
	width: 120px;
	height: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #333;
	font-size: 12px;
	transition: ease all 0.5s;
	color: #fff !important;
	text-decoration: none !important;
}


.cate_news span{
	display: inline-block;
	line-height: 100%;
	font-size: 10px;
}

.cate_news:hover{
	opacity: 0.7;
}

.cate_news.shouji{
	background-color: #7C9B4D;;
}

.cate_news.amido{
	background-color: #294E69;
}

.cate_news.exterior{
	background-color: #B3B3B3;
}
.cate_news.tategu{
	background-color: #B3B3B3;
}

.cate_news.fusuma{
	background-color: #CEA125;
}
.cate_news.renovation{
	background-color: #B5404B;
}
.cate_news.order-curtain{
	background-color: #B5404B;
}

.wp-pagenavi{
	display: flex;
	justify-content: center;
}

.div_all_news .wp-pagenavi{
	margin-bottom: 100px;
}

.wp-pagenavi .extend{
	display: none;
}

.wp-pagenavi a, .wp-pagenavi span {
    border-radius: 0 !important;
}

.order .btn-contact {
	text-align: center;
	margin-top: 100px;
}
.order .btn-contact a{
	display: block;
	width: 100%;
	margin: auto;
	max-width: 600px;
	font-weight: 600;
	background: #1B1464;
	color: #fff;
	text-align: center;
	font-size: 30px;
	letter-spacing: 2px;
	padding: 17px 0 21px;
	text-decoration: none;
}
.order .btn-contact a:hover{
	text-decoration: none;
	opacity: 0.8;
}
.order .btn-contact a span{
	position: relative;
}
.order .btn-contact a span::before{
	position: absolute;
	content: '';
	background: url(assets/images/order/icon-contact.svg);
	background-repeat: no-repeat;
	width: 36px;
	height: 24px;
	top: 11px;
	left: -58px;
}

.order .btn-contact.vs--1 a span {
    letter-spacing: 20px;
}

.gp__btn_01{
	display: flex;
}

.item__btn_01{
	width: 50%;
}

.item__btn_01:not(:last-child){
	margin-right: 100px;
}

.news_sec02{
	padding-bottom: 50px;
}

.order .btn-contact.vs--1 a{
	background-color: #E3D8CC;
	color: #1B1464;
}

.order .btn-contact.vs--1 a span::before{
	content: none;
}

.btn-contact a{
	transition: ease all 0.5s;
}

/* Single  */
.grid-900{
	width: 100%;
	max-width: 900px;
	margin-left: auto;
	margin-right: auto;
}

#single_content{
	padding-top: 135px;
}

.title__single_01 {
    font-size: 25px;
    font-weight: bold;
    color: #3E3A39;
	letter-spacing: 0;
	line-height: 200%;
    border-bottom: 2px solid;
    margin-bottom: 22px;
    padding-bottom: 15px;
	position: relative;
}

.title__single_01 span{
	display: block;
}

.single .zn_wrap_cate {
    top: 15px;
}

.title__single_01.tategu{
	border-bottom: 2px solid #F4A318;
}
.title__single_01.exterior{
	border-bottom: 2px solid #F4A318;
}

.title__single_01.fusuma {
	border-bottom: 2px solid #B5404B;
}

.title__single_01.shouji {
	border-bottom: 2px solid #7C9D4B;
}

.title__single_01.amido{
	border-bottom: 2px solid #294E69;
}

.slide_item{
	width: 100%;
	height: 675px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}

.slider-nav{
	width: 100%;
	max-width: 850px;
	margin-top: 50px;
	margin-bottom: 50px;
	margin-left: auto;
	margin-right: auto;
}

.slide_item_thumbnail{
	height: 150px;
	margin: 0 6.5px;
}

.slider button.slick-next, .slider button.slick-prev {
    top: 50%;
    width: 20px;
    height: 40px;
    font-size: 0;
    position: absolute;
    z-index: 8;
    transform: translateY(-50%);
    background-size: cover;
    outline: none;
    resize: none;
    border: 0;
    background-color: transparent;
    cursor: pointer;
	opacity: 0;
	transition: ease all 0.35s;
}

.slider:hover button.slick-next,
.slider:hover button.slick-prev{
	opacity: 1;
}

.slider button.slick-next {
    right: 1.563rem;
    background-image: url(assets/images/icon_16.png);
	background-position: right center;
}

.slider button.slick-prev {
    left: 1.563rem;
    background-image: url(assets/images/icon_15.png);
}

.slider-nav button.slick-next {
    right: -2.813rem;
}

.slider-nav button.slick-prev {
    left: -2.813rem;
}

.slick-slide{
	position: relative;
	transition: ease all 0.5s;
	background-color: rgba(0, 0, 0, 0);
}


.slick-slide.is-active::before{
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	transition: ease all 0.5s;
	animation-duration: 1s;
	animation-name: bgone;
	animation-fill-mode: forwards;
}

@keyframes bgone {
	from {
		background-color: rgba(0, 0, 0, 0);
	}

	to {
		background-color: rgba(0, 0, 0, 0.5);
	}
}

.single_text p {
    line-height: 175%;
}
.single_text {
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 175%;
	margin-bottom: 19px;
}

.single_table_before{
	display: flex;
	padding-bottom: 130px;
}

.item_single_tbbe{
	width: 50%;
}

.item_single_tbbe:last-child{
	padding-left: 49px;
}

.tite__page_05 {
    width: 100%;
    height: 30px;
    display: flex;
    background-color: #8C6239;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    line-height: 100%;
}

.sp_img_before{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	margin-top: 20px;
}

.sp_img_before li{
	width: calc( (100% - 20.2px) / 2 );
	margin-right: 20px;
	margin-bottom: 20px;
}

.sp_img_before li a{
	height: 142px;
	width: 100%;
	display: block;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.sp_img_before li:nth-child(2n),
.sp_img_before li:last-child{
	margin-right: 0;
}

.gp_single_table{
	width: 100%;
}

.gp_single_table tr{
	border-bottom: 1px solid #3E3A39;
}

.gp_single_table td{
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 0.5px;
	color: #3E3A39;
	padding: 8.5px 0;
	line-height: 160%;
}

.gp_single_table td:first-child{
	width: 100px;
}

@media (max-width:1500px) {
	.news_sec01 .cont,
	.news_sec02 .cont{
		padding-left: 15px;
		padding-right: 15px;
	}

	.zn__list_news li {
		height: 20vw;
		width: calc((100% - 6.687vw) / 3);
		margin-right: 3.333vw;
		margin-bottom: 3.333vw;
	}

	.zn__list_news {
		margin-top: 6.667vw;
	}

	.div_all_news .wp-pagenavi {
		margin-bottom: 6.667vw;
	}

	.wrap-pagi {
		width: 100%;
		margin-top: 5.333vw;
		text-align: left;
	}

	.news_sec02 .div_all_category ul li a .txt_jp {
		font-size: 3.467vw;
	}

	.news_sec02 .div_all_category ul li a {
		padding-left: 2.333vw;
		padding-right: 1vw;
	}

	.item__btn_01:not(:last-child) {
		margin-right: 6.667vw;
	}

	.news_sec02 {
		padding-bottom: 10vw;
	}
}

@media (max-width: 1060px) {
	.news_sec02 .div_all_category ul {
		flex-wrap: wrap;
	}
	.news_sec02 .div_all_category ul li{
		width: calc( (100% - 4.1%) / 3 );
		margin-right: 2%;
		margin-bottom: 2%;
	}

	.news_sec02 .div_all_category ul li:nth-child(3n),	.news_sec02 .div_all_category ul li:last-child{
		margin-right: 0;
	}

	.news_sec02 .div_all_category ul li a .txt_jp {
		font-size: 4.467vw;
	}

	.news_sec01 .txt {
		padding-top: 5.849vw;
		padding-bottom: 6.604vw;
	}

	.item__btn_01:not(:last-child) {
		margin-right: 2%
	}

	.order .btn-contact a {
		font-size: 2.830vw;
	}

	.order .btn-contact a span::before {
		width: 3.396vw;
		height: 2.264vw;
		top: 1.038vw;
		left: -5.472vw;
	}

	.order .btn-contact {
		text-align: center;
		margin-top: 6.667vw;
	}

	.page_banner h2{
		font-size: 28px;
	}

	.page_banner {
		border-top: 10px solid #1B1464;
	}

	.slider-nav button.slick-next{
		right: 0;
	}

	.slider-nav button.slick-prev{
		left: 0;
	}

	.grid-900{
		padding-left: 15px;
		padding-right: 15px;
	}

	#single_content {
		padding-top: 9vw;
	}

	.slider-nav {
		margin-top: 4.717vw;
		margin-bottom: 4.717vw;
	}

	
	.slider button.slick-next, .slider button.slick-prev{
		opacity: 1;
	}

	.slide_item {
		height: 63.679vw;
	}

	.slide_item_thumbnail {
		height: 14.151vw;
	}

	.item_single_tbbe:last-child {
		padding-left: 4.623vw;
	}

	.sp_img_before li a {
		height: 13.396vw;
	}

	.sp_img_before li {
		width: calc( (100% - 1.906vw) / 2 );
		margin-right: 1.887vw;
		margin-bottom: 1.887vw;
	}

	.single_table_before {
		padding-bottom: 12.264vw;
	}
}

@media (max-width:950px) {
	.zn__list_news li {
		height: 21vw;
		width: calc((100% - 20.2px) / 2);
		margin-right: 20px;
		margin-bottom: 20px;
	}

	.zn__list_news li:nth-child(3n){
		margin-right: 15px;
	}

	.zn__list_news li:nth-child(2n),
	.zn__list_news li:last-child{
		margin-right: 0;
	}


	.news_sec01 .txt{
		font-size: 20px;
	}

	.cate_news{
		width: 100px;
		height: 28px;
		font-size: 17px;
	}

	.order .btn-contact.vs--1 a span {
		letter-spacing: 8px;
	}
}

@media (max-width:767px) {
	.zn__list_news li {
		height: 39.113vw;
	}
	tab-price table.table-5col tr td:first-child, .tab-price table.table-5col tr td[rowspan="3"] + td:nth-child(2) {
		padding-left: 5px;
	}
	.tab-price table.table-5col tr td:first-child, .tab-price table.table-5col tr td[rowspan="3"] + td:nth-child(2) {
		padding-left: 5px !important;
	}
	#fusuma .parallax-window{
		min-height: 200px;
		background: transparent;
	}
	#amido .parallax-window{
		min-height: 200px;
		background: transparent;
	}
	#shouji .parallax-window{
		min-height: 200px;
		background: transparent;
	}
	.br-767{
		display: block;
	}
	
	
    .scrolltop {
        text-align: center;
        width: 60px;
        height: 60px;
        line-height: 40px;
        display: block;
        position: fixed;
        bottom: 5px;
        right: 5px;
        z-index: 99;
    }

	.news_sec01 .txt{
		font-size: 18px;
	}

	.page_banner {
		margin-top: 85px;
	}

	.page_banner h2{
		font-size: 25px;
	}

	.news_sec02 .div_all_category ul li{
		width: calc( (100% - 2.1%) / 2 );
	}

	.news_sec02 .div_all_category ul li:nth-child(3n){
		margin-right: 2%;
	}

	.news_sec02 .div_all_category ul li:nth-child(2n),
	.news_sec02 .div_all_category ul li:last-child{
		margin-right: 0;
	}


	.slider-nav{
		max-width: 90%;
	}

	.slider-nav button.slick-next {
		right: -5%;
	}

	.slider-nav button.slick-prev {
		left: -5%;
	}

	.slider-single button{
		display: none !important;
	}

	.slider button.slick-next, .slider button.slick-prev {
		width: 2.608vw;
		height: 5.215vw;
		background-size: 2.608vw;
		background-repeat: no-repeat;
	}
}

@media (max-width:480px) {
	.zn__list_news li {
		height: 49vw;
		width: 100%;
		
	}
	.scrolltop {
        text-align: center;
        width: 60px;
        height: 60px;
        line-height: 40px;
        display: block;
        position: fixed;
        bottom: 5px;
        right: 5px;
        z-index: 99;
    }

	.cate_news{
		font-size: 14px;
	}

	.news_sec01 .txt{
		font-size: 16px;
	}

	.page_banner {
		margin-top: 17.708vw;
	}

	.page_banner {
		border-top: 5px solid #1B1464;
	}

	.page_banner h2 {
		font-size: 20px;
	}

	.news_sec02 .div_all_category ul li a .txt_jp {
		font-size: 6.467vw;
	}

	.gp__btn_01{
		flex-direction: column;
	}

	.item__btn_01{
		width: 100%;
	}

	.item__btn_01:last-child .btn-contact{
		margin-top: 15px;
	}

	.item__btn_01:not(:last-child) {
		margin-right: 0%;
	}

	.order .btn-contact a {
		font-size: 16px;
	}

	.order .btn-contact a {
		padding: 17px 0 17px;
		font-weight: 600;
	}

	.order .btn-contact a span::before {
		width: 22px;
		height: 15px;
		top: 50%;
		left: -8.472vw;
		transform: translateY(-50%);
	}

	.news_sec02 .div_all_category ul li a {
		padding-left: 6.333vw;
		padding-right: 1vw;
		padding-top: 10px;
		font-size: 12px;
	}


	.news_sec02 {
		padding-bottom: 0;
	}

	.slide_item_thumbnail {
		margin: 0 3px;
	}

	.single_table_before{
		flex-direction: column;
	}

	.item_single_tbbe{
		width: 100%;
	}

	.item_single_tbbe:last-child{
		padding-left: 0;
		margin-top: 5vw;
	}

	.sp_img_before li a {
		height: 27.396vw
	}

	.tite__page_05{
		height: 35px;
		font-size: 18px;
	}
	
	.tite__page_05 span{
		position: relative;
		top: -2px;
	}

	.slider-nav {
		margin-top: 6px;
	}

	.single_text{
		font-size: 16px;
	}

	.title__single_01 {
		font-size: 18px;
		line-height: 180%;
	}
}

@media (max-width:370px) {
	.news_sec02 .div_all_category ul li{
		width: 100%;
		margin-right: 0;
		margin-bottom: 15px;
	}


	.news_sec02 .div_all_category ul li:nth-child(3n){
		margin-right: 0;
	}

	.news_sec02 .div_all_category ul li a .txt_jp {
		font-size: 8.467vw;
	}
	.tab-price table tr td {
		font-size: 11px !important;
		padding-top: 10px;
		padding-bottom: 10px;
	}
}

/* End Page 2 */

@media screen and (max-width:1340px) {
	.cont {
		max-width: none;
		padding-left: 20px;
		padding-right: 20px;
	}

	footer .ft_div02 .div_tel a {
		font-size: 27px;
	}

	footer .ft_div02 .div_time {
		font-size: 15px;
	}

	.title_style02 {
		padding-left: 4.478vw;
		padding-right: 2.239vw;
		padding-top: 0.522vw;
		padding-bottom: 0.075vw;
	}

	.title_style02 .txt_jp {
		font-size: 2.881vw;
		margin-right: 0.597vw;
	}

	.top_sec02 .cont .div_allitem .div_item .div_txt {
		padding: 2.239vw;
	}

	.top_sec02 .cont .div_allitem .div_item .div_txt .title01 {
		font-size: 2.239vw;
		margin-bottom: 0.746vw;
	}

	.btn_style01 {
		font-size: 0.97vw;
		border-radius: 0.373vw;
		-webkit-border-radius: 0.373vw;
		-moz-border-radius: 0.373vw;
		-ms-border-radius: 0.373vw;
		-o-border-radius: 0.373vw;
		padding-left: 2.985vw;
		padding-right: 3.731vw;
		height: 2.239vw;
		padding-bottom: 0;
		background-size: 0.97vw;
		background-position: center right 1.493vw;
	}

	.top_sec02 .cont .div_allitem .div_item .div_img {
		padding: 2.239vw;
	}

	.top_sec02 .cont .div_allitem .div_item .div_txt .txt01 {
		font-size: 1.119vw;
	}

	/* .top_sec03 .div_item .item {
		height: 18.284vw;
	} */
}

@media screen and (max-width:1100px) {
	.top_sec02 .cont .div_allitem .div_item .div_img {
		min-height: 21.818vw;
	}
}

@media screen and (max-width:767px) {
	.cont {
		padding-left: 10px;
		padding-right: 10px;
	}

	header {
		width: 100%;
		height: 85px;
		flex-direction: row;
		justify-content: space-between;
	}

	header .div_hd02,
	header .div_hd01 {
		display: flex;
		padding-top: 0;
		height: 100%;
		align-items: center;
	}

	header .div_hd01 {
		padding-left: 20px;
	}

	header .div_hd02 .div_menu_hamber {
		width: 55px;
		height: 100%;
	}

	header .div_hd02 .div_insta {
		display: none;
	}

	header .div_hd02 .div_tel {
		display: flex;
		justify-content: center;
		align-items: center;
		width: 30px;
		height: 100%;
		background-color: #1B1464;
	}

	/* header .div_hd02 .div_tel img {
		width: 26px;
	} */
	header .div_hd02 .social_links {
	  gap: 5px;
	  height: 100%;
	  width: auto;
		padding: 0 5px;
	}
	header .div_hd02 .social_links img {
	  width: 30px;
	}
	.show_sp {
		display: block;
	}

	.hide_sp {
		display: none;
	}

	header .div_hd01 h1 {
		width: 43px;
		margin: 0;
	}

	header .div_hd01 .div_hdtxt {
		width: 223px;
		margin-top: 0;
		margin-left: 20px;
	}

	.div_allcontent {
		width: 100%;
	}

	.div_allmenushow {
		width: 100%;
		left: 0;
		top: 85px;
		height: calc(100vh - 85px);
	}

	.sec_hd {
		padding-top: 85px;
	}

	.sectop_slide .owl-carousel .owl-item div {
		height: 255px;
	}

	.div_allmenushow .div_menuleft .div_allmenu ul li a {
		font-size: 18px;
	}

	.div_allmenushow .div_menuleft {
		align-items: flex-start;
		padding-top: 65px;
	}

	footer .ft_div01 a {
		width: 68px;
	}

	footer .ft_div01 {
		padding-top: 25px;
		padding-bottom: 25px;
	}

	footer .ft_div01 .div_fttxt {
		width: 200px;
		margin-top: 23px;
	}

	footer .ft_div01 .div_fttxt01 {
		font-size: 10px;
		margin-top: 15px;
	}

	footer .ft_div01 .div_ft_menu {
		display: none;
	}

	footer .ft_div02 .div_tel a {
		font-size: 20px;
	}

	footer .ft_div02 .div_tel .img_tel {
		width: 13px;
		margin-right: 5px;
	}

	footer .ft_div02 .div_tel {
		margin-right: 14px;
		margin-bottom: 18px;
	}

	footer .ft_div02 .div_time {
		font-size: 11px;
		margin-right: 0px;
		margin-bottom: 18px;
	}

	footer .ft_div02 .div_mail a {
		border-radius: 5px;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		-ms-border-radius: 5px;
		-o-border-radius: 5px;
		height: 24px;
		font-size: 12px;
		padding-bottom: 1px;
	}

	footer .ft_div02 .div_mail {
		width: 180px;
		margin-right: 12px;
		margin-bottom: 10px;
	}

	footer .ft_div02 .div_mail .img_mail {
		width: 12px;
		margin-right: 5px;
	}

	footer .ft_div02 .div_txt02 {
		margin-bottom: 10px;
		font-size: 11px;
	}

	footer .ft_div02 .div_01,
	footer .ft_div02 .div_02 {
		width: 100%;
		justify-content: center;
	}

	footer .ft_div02 .cont {
		padding-top: 30px;
		padding-bottom: 15px;
	}

	footer .ft_div03 {
		font-size: 7px;
		padding-top: 1px;
		padding-bottom: 0;
	}

	.sectop_slide .div_alltxt {
		top: 50%;
		right: 0%;
		width: auto;
		height: auto;
		transform: translateY(50%);
		-webkit-transform: translateY(50%);
		-moz-transform: translateY(50%);
		-ms-transform: translateY(50%);
		-o-transform: translateY(50%);
		width: 100%;
}

	.sectop_slide .txt_slide01 {
		padding-top: 0px;
	}

	.sectop_slide .txt_slide01 span {
		writing-mode: unset;
		-webkit-writing-mode: unset;
		-ms-writing-mode: unset;
		font-size: 21px;
		align-items: center;
		display: block;
		text-align: center;
	}

	.title_style01 {
		font-size: 15px;
	}

	.top_sec01 {
		padding-top: 20px;
		padding-bottom: 50px;
	}

	.top_sec01 .txt01 {
		font-size: 12px;
		line-height: 192%;
		margin-top: 11px;
		text-align: left;
	}

	.top_sec02 {
		padding-top: 25px;
		padding-bottom: 0;
	}

	.top_sec02 .cont .div_allitem {
		width: 100%;
		margin-right: 0%;
		margin-bottom: 25px;
	}

	.title_style02 {
		font-size: 8px;
		padding-left: 45px;
		padding-right: 10px;
		padding-top: 5px;
	}

	.title_style02 .txt_jp {
		font-size: 30px;
		margin-right: 6px;
	}

	.top_sec02 .cont .div_allitem .div_item .div_img {
		width: 47.826%;
		min-height: 177px;
		padding: 22px;
	}

	.top_sec02 .cont .div_allitem .div_item .div_txt {
		width: 52.174%;
		padding: 22px;
	}

	.top_sec02 .cont .div_allitem .div_item .div_txt .title01 {
		font-size: 22px;
		margin-bottom: 8px;
	}

	.top_sec02 .cont .div_allitem .div_item .div_txt .txt01 {
		font-size: 11px;
		line-height: 163%;
	}

	.btn_style01 {
		font-size: 10px;
		border-radius: 4px;
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
		-ms-border-radius: 4px;
		-o-border-radius: 4px;
		font-size: 10px;
		padding-left: 30px;
		padding-right: 38px;
		height: 18px;
		padding-bottom: 1px;
		background-size: 10px;
		background-position: center right 15px;
	}

	.top_sec03 .parallax-window {
		min-height: 360px;
	}

	.top_sec03 .title01 {
		width: 81px;
		margin-top: 26px;
		margin-bottom: 15px;
	}

	.top_sec03 .div_item {
		max-width: 460px;
	}

	/* .top_sec03 .div_item .item {
		width: 48.864%;
		height: 215px;
		margin-right: 2.272%;
		margin-left: 0;
		margin-bottom: 10px;
	}

	.top_sec03 .div_item .item:nth-child(2n){
		margin-right: 0;
	} */

	.top_sec03 {
		padding-bottom: 15px;
	}

	.top_sec03 #sb_instagram #sbi_images{
		padding: 5px !important;
	}

	.top_sec03 #sb_instagram{
		padding-bottom: 0 !important;
	}
}

@media screen and (max-width:480px) {
	header .div_hd01 {
		padding-left: 4.167vw;
	}
	#sb_instagram.sbi_col_10.sbi_mob_col_auto #sbi_images .sbi_item, #sb_instagram.sbi_col_3.sbi_mob_col_auto #sbi_images .sbi_item, #sb_instagram.sbi_col_4.sbi_mob_col_auto #sbi_images .sbi_item, #sb_instagram.sbi_col_5.sbi_mob_col_auto #sbi_images .sbi_item, #sb_instagram.sbi_col_6.sbi_mob_col_auto #sbi_images .sbi_item, #sb_instagram.sbi_col_7.sbi_mob_col_auto #sbi_images .sbi_item, #sb_instagram.sbi_col_8.sbi_mob_col_auto #sbi_images .sbi_item, #sb_instagram.sbi_col_9.sbi_mob_col_auto #sbi_images .sbi_item, #sb_instagram.sbi_mob_col_1 #sbi_images .sbi_item{
		width: 50% !important;
	}

	header .div_hd01 h1 {
		width: 8.958vw;
	}

	header .div_hd01 .div_hdtxt {
		width: 46.458vw;
		margin-left: 4.167vw;
	}

	header .div_hd02 .div_menu_hamber img {
		width: 8.333vw;
	}

	header .div_hd02 .div_insta img {
		width: 6.25vw;
	}

	header .div_hd02 .div_menu_hamber .menu_close {
		width: 6.25vw;
	}

	header {
		height: 17.708vw;
	}

	.sec_hd {
		padding-top: 17.708vw;
	}

	footer .ft_div02 .div_tel {
		margin-right: 0;
		margin-bottom: 3.75vw;
	}

	footer .ft_div02 .div_time {
		margin-bottom: 3.75vw;
	}

	footer .ft_div02 .cont {
		padding-top: 6.25vw;
		padding-bottom: 3.125vw;
	}

	footer .ft_div02 .div_01,
	footer .ft_div02 .div_02 {
		flex-wrap: wrap;
	}

	footer .ft_div02 .div_mail {
		margin-right: 0;
	}

	footer .ft_div02 .div_txt02,
	footer .ft_div02 .div_time {
		text-align: center;
		width: 100%;
	}

	.div_allmenushow {
		top: 17.708vw;
		height: calc(100vh - 17.708vw);
	}

	.title_style02 .txt_jp {
		font-size: 7.917vw;
	}

	.title_style02 {
		padding-left: 9.375vw;
		padding-right: 2.083vw;
	}

	.top_sec02 .cont .div_allitem .div_item .div_txt {
		padding: 4.583vw;
	}

	.top_sec02 .cont .div_allitem .div_item .div_img {
		padding: 4.583vw;
	}

	.top_sec02 .cont .div_allitem .div_item .div_txt .title01 {
		font-size: 4.583vw;
		margin-bottom: 1.667vw;
	}

	.btn_style01 {
		font-size: 2.883vw;
		border-radius: 0.833vw;
		-webkit-border-radius: 0.833vw;
		-moz-border-radius: 0.833vw;
		-ms-border-radius: 0.833vw;
		-o-border-radius: 0.833vw;
		padding-left: 6.25vw;
		padding-right: 7.917vw;
		height: 3.75vw;
		background-size: 2.083vw;
		background-position: center right 3.125vw;
	}

	/* .top_sec03 .div_item .item {
		height: 44.792vw;
		margin-bottom: 2.083vw;
	} */
}

/* 
@media screen and (max-width:960px) {}
*/

/* order */
.flex{
	display: flex;
	flex-wrap: wrap;
}
.order-banner-top{
	border-top: 20px solid #1B1464;
	background: #E3D8CC;
	text-align: center;
	font-size: 35px;
	letter-spacing: 5px;
	line-height: 1.4;
	color: #1B1464;
	font-weight: 600;
	padding: 15px;
	margin-bottom: 60px;
}
.order_sec01{
	padding: 60px 0 150px;
}
.order-text-center{
	text-align: center;
	font-size: 20px;
	letter-spacing: 0.5px;
	line-height: 1.8;
}
.order_sec01 .part{
	padding-top: 90px;
}
.order_sec01 .part .item{
	margin-bottom: 37px;
}
.order_sec01 .part .item:last-child{
	margin-bottom: 0;
}
.order_sec01 .part .item .photo{
	width: 26.9%;
}
.order_sec01 .part .item .txt-list{
	width: 73.1%;
	padding-left: 50px;
}
.txt-list .tlt-border{
	color: #1B1464;
	font-size: 19px;
	font-weight: bold;
	letter-spacing: 0.8px;
	line-height: 1.6;
	border: 1px solid #1B1464;
	padding: 6px 15px;
	align-items: center;
}
.txt-list .tlt-border .num{
	font-size: 35px;
	margin-right: 15px;
	font-weight: 900;
}
.order_sec01 .part .item .txt-list p{
	font-size: 15px;
	letter-spacing: 0.25px;
	line-height: 1.8;
	padding-top: 21px;
}
.order .btn-contact {
	text-align: center;
	margin-top: 50px;
  margin-bottom: 0;
}
.order .btn-contact a{
	display: block;
	width: 100%;
	margin: auto;
	max-width: 600px;
	background: #1B1464;
	color: #fff;
	text-align: center;
	font-size: 30px;
	letter-spacing: 2px;
	padding: 17px 0 21px;
}
.order .btn-contact a:hover{
	text-decoration: none;
	opacity: 0.8;
}
.order .btn-contact a span{
	position: relative;
}
.order .btn-contact a span::before{
	position: absolute;
	content: '';
	background: url(assets/images/order/icon-contact.svg);
	background-repeat: no-repeat;
	width: 36px;
	height: 24px;
	top: 11px;
	left: -58px;
}
.order_sec02{
	padding-bottom: 150px;
}
.order_sec02 .part{
	padding-top: 94px;
}
.order_sec02 .part .item{
	border-bottom: 1px dotted #C7B299;
	padding-bottom: 14px;
	padding-top: 14px;
	padding-left: 70px;
}
.order_sec02 .part .question{
	font-size: 25px;
	font-weight: 600;
	letter-spacing: 0.5px;
	line-height: 1.7;
	color: #1B1464;
	position: relative;
	cursor: pointer;
}
.order_sec02 .part .question::before{
	position: absolute;
	content: '';
	background: url(assets/images/order/close.png);
	background-repeat: no-repeat;
	width: 12px;
	height: 24px;
	top: 9px;
	left: -35px;
}
.order_sec02 .part .question.icon-open::before{
	position: absolute;
	content: '';
	background: url(assets/images/order/open.png);
	background-repeat: no-repeat;
	width: 24px;
	height: 12px;
	top: 17px;
	left: -46px;
}
.order_sec02 .part .ans{
	font-size: 15px;
	letter-spacing: 0.25px;
	line-height: 1.8;
	padding-top: 23px;
	display: none;
}
.order_sec03{
	padding-bottom: 146px;
}
.order_sec03 .tlt{
	text-align: center;
	font-size: 25px;
	font-weight: 600;
	letter-spacing: 5px;
	line-height: 1.7;
	color: #1B1464;
	background: #E3D8CC;
}

.order_sec03 .news_sec02{
	padding: 60px 0 0;
}
.news_sec02 .div_all_category ul{
	display: flex;
	flex-wrap: wrap;
}

.news_sec02 .div_all_category ul li{
	width: 32%;
	margin-right: 1%;
	margin-bottom: 10px;
}

.news_sec02 .div_all_category ul li:last-child{
	margin-right: 0;
}

.news_sec02 .div_all_category ul li a{
	border: 2px solid #1B1464;
	background-color: #fff;
	width: 100%;
	display: flex;
	align-items:flex-end;
	font-size: 10px;
	color: #fff;
	line-height: 100%;
	font-weight: 500;
	text-transform: uppercase;
	text-decoration: none;
	padding-left: 38px;
	padding-right: 15px;
	padding-top: 8px;
	padding-bottom: 10px;
	transition: background-color 0.5s ease;
	-webkit-transition: background-color 0.5s ease;
	-moz-transition: background-color 0.5s ease;
	-ms-transition: background-color 0.5s ease;
	-o-transition: background-color 0.5s ease;
}

.news_sec02 .div_all_category ul li a .txt_jp{
	font-size: 32px;
	line-height: 100%;
	display: block;
	margin-right: 8px;
}

.news_sec02 .div_all_category ul li:first-child a .txt_jp{
	margin-bottom: -4px;
}

.news_sec02 .div_all_category ul li:first-child a {
	padding-bottom: 4px;
}
.sb_instagram_header, .sbi_follow_btn.sbi_custom{
	display: none !important;
}



.news_sec02 .div_all_category ul li a:hover{
	border-color: transparent;
	background-color: #1B1464;
	background-image: url(./assets/images/cate_bg01.png);
	background-position: center;
	color: #fff !important;
	background:#1B1464;
}

.news_sec02 .div_all_category ul li a.fusuma:hover{
	background-color: #B5404B;
	background-image: url(./assets/images/cate_bg02.png);
	background:#CEA125;
}

.news_sec02 .div_all_category ul li a.shouji:hover{
	background-color: #7C9D4B;
	background-image: url(./assets/images/cate_bg03.png);
	background:#7C9B4D;
}

.news_sec02 .div_all_category ul li a.amido:hover{
	background-color: #294E69;
	background-image: url(./assets/images/cate_bg04.png);
	background:#294E69;
}

.news_sec02 .div_all_category ul li a.tategu:hover{
	background-color: #F4A318;
	background-image: url(./assets/images/cate_bg05.png);
	background:#B3B3B3;
}
.news_sec02 .div_all_category ul li a.exterior:hover{
	background-color: #F4A318;
	background-image: url(./assets/images/cate_bg05.png);
	background:#B3B3B3;
}

.news_sec02 .div_all_category ul li a.order-curtain:hover{
	background-color: #635077;
	background-image: url(./assets/images/cate_bg05s.png);
	background:#B5404B;
}
.news_sec02 .div_all_category ul li a.renovation:hover{
	background-color: #635077;
	background-image: url(./assets/images/cate_bg05s.png);
	background:#B5404B;
}

.order_sec03 .btn-flex{
	justify-content: space-between;
}
.order_sec03 .btn-flex .btn-contact{
	width: 46.2%;
}
.order .btn-contact.vs--1 a{
	background-color: #E3D8CC;
	color: #1B1464;
}

.order .btn-contact.vs--1 a span::before{
	content: none;
}

@media (max-width: 1060px) {


	.order .btn-contact a {
		font-size: 2.830vw;
	}

	.order .btn-contact a span::before {
		width: 3.396vw;
		height: 2.264vw;
		top: 1.038vw;
		left: -5.472vw;
	}
}

@media screen and (max-width: 1060px) {
	.order-banner-top{
		font-size: 28px;
	}
	.news_sec02 .div_all_category ul {
		flex-wrap: wrap;
	}
	.news_sec02 .div_all_category ul li{
		width: calc( (100% - 4.1%) / 3 );
		margin-right: 2%;
		margin-bottom: 2%;
	}

	.news_sec02 .div_all_category ul li:nth-child(3n),	.news_sec02 .div_all_category ul li:last-child{
		margin-right: 0;
	}
}
@media (max-width:950px) {
	.zn__list_news li {
		height: 21vw;
		width: calc((100% - 20.2px) / 2);
		margin-right: 20px;
		margin-bottom: 20px;
	}

	.zn__list_news li:nth-child(3n){
		margin-right: 20px;
	}

	.zn__list_news li:nth-child(2n),
	.zn__list_news li:last-child{
		margin-right: 0;
	}
}
@media screen and (max-width: 767px) {

	.order-banner-top{
		font-size: 25px;
		margin-bottom: 30px;
	}
	.order_sec01{
		margin-top: 85px;
		padding-bottom: 50px;
	}
	.order-text-center{
		font-size: 16px;
	}
	.order_sec01 .part{
		padding-top: 50px;
	}
	.order_sec01 .part .item .photo{
		width: 100%;
	}
	.order_sec01 .part .item .photo img{
		margin: auto;
	}
	.order_sec01 .part .item .txt-list{
		width: 100%;
		padding-left: 0;
		padding-top: 10px;
	}
	.txt-list .tlt-border .num{
		font-size: 20px;
		margin-right: 5px;
	}
	.txt-list .tlt-border{
		font-size: 17px;
	}
	.order .btn-contact{
		margin-top: 50px;
		margin-bottom: 0;
	}
	.order_sec02 .part {
		padding-top: 40px;
	}
	.order_sec02 .part .item{
		padding-left: 20px;
	}
	.order_sec02 .part .question::before{
		left: -20px;
	}
	.order_sec02 .part .question{
		font-size: 16px;
	}
	.order_sec02 .part .question::before{
		background-size: contain;
		width: 7px;
		height: 15px;
	}
	.order_sec02 .part .ans{
		padding-top: 15px;
	}
	.order_sec02 {
		padding-bottom: 50px;
	}
	.order_sec03 .news_sec02{
		padding-top: 30px;
	}
	.order_sec03 .btn-flex .btn-contact{
		width: 100%;
	}
	.order_sec03 .btn-flex .btn-contact{
		margin-top: 30px;
	}
	.order_sec03 {
		padding-bottom: 50px;
	}

	.news_sec02 .div_all_category ul li{
		width: calc( (100% - 2.1%) / 2 );
	}

	.news_sec02 .div_all_category ul li:nth-child(3n){
		margin-right: 2%;
	}

	.news_sec02 .div_all_category ul li:nth-child(2n),
	.news_sec02 .div_all_category ul li:last-child{
		margin-right: 0;
	}
}
@media screen and (max-width: 480px) {
	.order-banner-top{
		font-size: 20px;
	}
	.order .btn-contact a {
		font-size: 5.83vw;
	}
	.order .btn-contact a span::before {
		width: 6.396vw;
		height: 4.264vw;
		top: 2.038vw;
		left: -8.472vw;
	}
	.gp__btn_01{
		flex-direction: column;
	}

	.item__btn_01{
		width: 100%;
	}

	.item__btn_01:last-child .btn-contact{
		margin-top: 15px;
	}

	.item__btn_01:not(:last-child) {
		margin-right: 0%;
	}

	.order .btn-contact a {
		font-size: 16px;
	}

	.order .btn-contact a {
		padding: 17px 0 17px;
	}

	.order .btn-contact a span::before {
		width: 22px;
		height: 15px;
		top: 50%;
		left: -8.472vw;
		transform: translateY(-50%);
	}

	.news_sec02 .div_all_category ul li a {
		padding-left: 2.333vw;
		padding-right: 1vw;
		padding-top: 5px;
		padding-bottom: 5px;
		font-size: 12px;
	}
	.news_sec02 .div_all_category ul li a .txt_jp {
		font-size: 6.467vw;
	}
}
@media (max-width:370px) {
	.news_sec02 .div_all_category ul li{
		width: 100%;
		margin-right: 0;
		margin-bottom: 15px;
	}

	.news_sec02 .div_all_category ul li:nth-child(3n){
		margin-right: 0;
	}

	.news_sec02 .div_all_category ul li a .txt_jp {
		font-size: 8.467vw;
	}
}

/* end order */

/* price */




.page_banner{
	border-top: 20px solid #1B1464;
	background-color: #E3D8CC;
	padding-top: 32px;
	padding-bottom: 33px;
}
.txt-price{
	font-size: 20px;
	line-height: 175%;
	font-weight: 600;
	text-align: center;

}
.price_sec01{
	padding-top: 60px;
	padding-bottom: 120px;
}
.txt-25{
	font-size: 25px;
	line-height: 175%;
}

.page_banner h2{
	text-align: center;
	font-weight: 600;
	font-size: 35px;
	line-height: 100%;
	letter-spacing: 15px;
	color: #1B1464;
}
.bg-title-price{
	background-image: url('./assets/images/bg-price1.png');
	background-repeat: no-repeat;
	padding-top: 25px;
	background-size: cover;
	padding-bottom: 2px;
	background-position: bottom left;
	box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.5);
}
.tab-price.new1 table th{
	background-color: #7c9d4b;
}
.tab-price.new1 table tr td{
	border-bottom: 1px solid #7c9d4b;
}
.tab-price.new2 table th{
	background-color: #294e69;
}
.tab-price.new2 table tr td{
	border-bottom: 1px solid #294e69;
}
.tab-price.new3 table th{
	background-color: #f4a318;
}
.tab-price.new3 table tr td{
	border-bottom: 1px solid #f4a318;
}
.txt-price1{
	width: 262px;
}
.dl-flex{
	display: flex;
	flex-wrap: wrap;

}
.tab-price.new5 table tr td:nth-child(2),
.tab-price.new5 table tr td:last-child{
width: 450px;
}
.tab-price table{
width: 100%;
margin-top: 20px;
border-left: 1px solid;
}
.tab-price.new3 table{
	
	margin-top: 60px;
	}
.tab-price table th{
	background-color: #b5404b;
	font-weight: 600;
	color: #fff;
	font-size: 25px;
	line-height: 175%;
	letter-spacing: 11px;
	width: 100%;
	text-align: center;
	}
	.tab-price table tr td{
border: 1px solid #b5404b;

font-weight: 600;
font-size: 20px;
line-height: 175%;
color: #3e3a39;
text-align: center;
padding-top: 18px;
padding-bottom: 18px;
vertical-align: middle;
word-break: break-all;

	}
	.tab-price.new1 table tr td{
		border: 1px solid #7c9d4b;
	}
	.tab-price.new1 table tr:nth-child(2) td{
		font-weight: 900;
		
	}

.tab-price table tr td:first-child{
		width: 400px;
		text-align: left;
		padding-left: 69px;

	}
.tab-price table.table-5col  tr td:first-child, .tab-price table.table-5col tr td[rowspan="3"] + td:nth-child(2){
		width: 400px;
		text-align: left;
		padding-left: 69px;
	}
	.tab-price table.table-5col tr td[rowspan="3"] + td{
	width: auto;
}
.tab-price table.table-5col tr td[rowspan="3"]{
	width: auto;
	text-align: center;
	padding-left: 0;
}
.span3 {
	writing-mode: vertical-lr;
	width: 65px;
	display:flex;
	justify-content:center;
	align-items:center;
}

	.tab-price table tr:nth-child(2) td{
		font-weight: 900;

	}
	.tab-price table tr td:nth-child(2),
	.tab-price table tr td:nth-child(3){

		width: 300px;

	}
		

	
	.tab-price table tr td:last-child{
		text-align: center;
		padding-right: 100px;
		width: 300px;
		padding-right: 0;
	}

	.tab-price.new2 table tr td:first-child{
		width: 400px;
	}
	.tab-price.new2 table tr td{
		width: 400px;
		border: 1px solid #294e69;
	}
	.tab-price.new2 table tr td:last-child{
		width: 900px;
		text-align: center;
	}
	.tab-price.new2 table tr:nth-child(2) td{
		font-weight: 600;
		color: #3e3a39;
	}
	.tab-price.new3 table{
		border-left: none;

	}
	.tab-price.new3 table tr td{
		padding-left: 0;
		border: none;
		table-layout: left;
		
	}
	.tab-price.new3 table tr:nth-child(2) td{
		font-weight: normal;
		color: #3e3a39;
	}
	.tab-price.new3 table tr td:last-child {
		text-align: left;
		padding-top: 65px;
	
		
	}

.txt-15-price{
	font-size: 15px;
	letter-spacing: 0.25px;
	color: #3e3a39;
	line-height: 220%;


}
.price_sec02 .btn-flex,
.price_sec03 .btn-flex,
.price_sec04 .btn-flex,
.price_sec05 .btn-flex,
.price_sec06 .btn-flex
{
	margin-top: 70px;
	margin-bottom: 150px;
	justify-content: space-between;
}
.price_sec05 .btn-flex{
	margin-top: 60px;
}

.price_sec02 .btn-flex .btn-contact,
.price_sec03 .btn-flex .btn-contact,
.price_sec04 .btn-flex .btn-contact,
.price_sec05 .btn-flex .btn-contact,
.price_sec06 .btn-flex .btn-contact{
	width: 46.2%;
}
.price_sec02 .btn-contact.vs--1 a{
	background-image: url(./assets/images/bg-smaill0-100.jpg);
	color: #fff;
	text-decoration: none;
	background:#E3D8CC !important;
	color: #1B1464;
}
.price_sec03
{
	margin-top: 0;
}

.price_sec04
{
	margin-top: 0;
}


.price_sec05{
	margin-top: 0px;
}
.txt-price2{
	width: 362px;
}
.txt-price3{
	width: 362px;
}
.txt-price4{
	width: 376px;
}
.txt-price4s{
	width: 780px;
}
.txt-price5s{
	width: 740px;
}
.price_sec03 .btn-contact.vs--1 a{
	background-image: url(./assets/images/bg-smaill1-100.jpg);
	color: #fff;
	text-decoration: none;
	background: #7C9B4D !important;
}
.price_sec03 .btn-contact.vs--1 a:hover{
	opacity: 0.8;
}

.price_sec04 .btn-contact.vs--1 a{
	background-image: url(./assets/images/bg-smaill2-100.jpg);
	color: #fff;
	text-decoration: none;
	background: #294E69 !important;
}
.price_sec04 .btn-contact.vs--1 a:hover{
	opacity: 0.8;
}
.price_sec05 .btn-contact.vs--1 a{
	background-image: url(./assets/images/bg-smaill3-100.jpg);
	color: #fff;
	text-decoration: none;
	background: #B3B3B3 !important;
}
.price_sec06 .btn-contact.vs--1 a{
	background-image: url(./assets/images/bg-smaill3-100s.jpg);
	color: #fff;
	text-decoration: none;
	background: #B5404B !important;
}
.price_sec05 .btn-contact.vs--1 a:hover{
	opacity: 0.8;
}
.price_sec02 .btn-contact a span::before,
.price_sec03 .btn-contact a span::before,
.price_sec04 .btn-contact a span::before,
.price_sec05 .btn-contact a span::before,
.price_sec06 .btn-contact a span::before {
    position: absolute;
    content: '';
    background: url(./assets/images/icon-contact.svg);
    background-repeat: no-repeat;
    width: 36px;
    height: 24px;
    top: 11px;
    left: -58px;
}
.price_sec02 .btn-contact a span,
.price_sec03 .btn-contact a span,
.price_sec04 .btn-contact a span, 
.price_sec05 .btn-contact a span, 
.price_sec06 .btn-contact a span  {
    position: relative;
	letter-spacing: 5px;
}


.price_sec02 .btn-contact a:hover,
.price_sec03 .btn-contact a:hover,
.price_sec04 .btn-contact a:hover,
.price_sec05 .btn-contact a:hover,
.price_sec06 .btn-contact a:hover {
	opacity: 0.8;
}

.price_sec02 .btn-contact a,
.price_sec03 .btn-contact a,
.price_sec04 .btn-contact a,
.price_sec05 .btn-contact a,
.price_sec06 .btn-contact a {
    display: block;
    width: 100%;
    margin: auto;
    max-width: 600px;
    background: #1B1464;
    color: #fff;
    text-align: center;
    font-size: 30px;
    letter-spacing: 2px;
    padding: 17px 0 21px;
	text-decoration: none;
}

.price_sec02 .btn-contact.vs--1 a span::before,
.price_sec03 .btn-contact.vs--1 a span::before,
.price_sec04 .btn-contact.vs--1 a span::before,
.price_sec05 .btn-contact.vs--1 a span::before,
.price_sec06 .btn-contact.vs--1 a span::before{
	content: none;
}
.txt-25.mt-75{
	margin-top: 30px;
	margin-bottom: 50px;
}
.item-price{
	width: 54%;
	margin-right: 3.8%;
}
.item-price:last-child{
	width: 42.2%;
	margin-right: 0;
}

/* price */

@media screen and (max-width: 1800px) {

	.txt-price2{
		width: 20.111vw;
	}
	.txt-price3{
		width: 20.111vw;
	}
	.txt-price4{
		width: 20.889vw;
	}
	.txt-price1 {
		width: 14.556vw;
	}
	.bg-title-price{
		padding-top: 1.389vw;
	}
}


@media screen and (max-width: 1500px) {
	.news_sec02 .div_all_category ul li a .txt_jp {
		font-size: 26px;
	}
		.news_sec02 .div_all_category ul li a .txt_sp01 {
		font-size: 7px;
	}
}

@media screen and (max-width: 1340px) {

	.price_sec01 {
		padding-top: 4.478vw;
		padding-bottom: 8.955vw;
	}
	.txt-25.mt-75 {
		margin-bottom: 3.731vw;
	}
	.tab-price table {
		
		margin-top: 5.224vw;
	}
	.price_sec02 .btn-flex, .price_sec03 .btn-flex, .price_sec04 .btn-flex, .price_sec05 .btn-flex, .price_sec06 .btn-flex {
		margin-top: 5.224vw;
		margin-bottom: 11.194vw;
		
	}


	.bg-title-price{
		min-height: 13.284vw;
	}

}
@media (max-width: 1060px){
		.news_sec02 .div_all_category ul li a .txt_jp {
		font-size: 14px;
	}
	.price_sec02 .btn-contact a span::before, .price_sec03 .btn-contact a span::before, .price_sec04 .btn-contact a span::before, .price_sec05 .btn-contact a span::before,  .price_sec06 .btn-contact a span::before {
    width: 3.396vw;
    height: 2.264vw;
    top: 1.038vw;
    left: -5.472vw;
}
.price_sec02 .btn-contact a, .price_sec03 .btn-contact a, .price_sec04 .btn-contact a, .price_sec05 .btn-contact a,.price_sec06 .btn-contact a {
    font-size: 2.830vw;
}
.tab-price table tr td{
	font-size: 16px;
}
.txt-price,.txt-25{
	font-size: 16px;
}
.page_banner h2 {
   
    font-size: 6vw;
   
}
}

@media (max-width: 992px){
	.item-price {
		width: 100%;
		margin-right: 0;
	}
	#fusuma .tab-price table.table-5col tr td.no-pad{
		padding-left: 0 !important;

	}
	.show-SP{
		display: block;
	}
	.show-PC{
		display: none;
	}
	.item-price:last-child {
		width: 100%;
		margin-right: 0;
	}
	.txt-15-price{
		margin-top: 20px;
	}
	
	.tab-price table th{
		font-size: 18px;
		text-align: left;
		padding-left: 15px;
	}
	.tab-price{
		overflow-x: auto;
	}
	.tab-price table{
		width: 774px;
	}
	.tab-price.new3{
		overflow-x: hidden;
	}
	.tab-price.new3 table{
		width:100%;
	}
	.js-scrollable td,
.js-scrollable th {
  white-space: nowrap;
  background-color: transparent;
}
.js-scrollable table {
  margin-bottom: 0;
}
.js-scrollable {
  margin-bottom: 30px;
}

.tab-price table.table-5col tr td:first-child, .tab-price table.table-5col tr td[rowspan="3"] + td:nth-child(2) {
	padding-left: 20px;
}
.tab-price table tr td:first-child, .tab-price table tr td[rowspan="3"] + td:nth-child(2) {
	padding-left: 20px;
}

}
@media (max-width: 767px){

	.price_sec02 .btn-flex .btn-contact,
	.price_sec03 .btn-flex .btn-contact,
	.price_sec04 .btn-flex .btn-contact,
	.price_sec05 .btn-flex .btn-contact,
	.price_sec06 .btn-flex .btn-contact{
		width: 100%;
		margin-top: 30px;
	}
	.tab-price.new3 table tr td:last-child {
		
		padding-top: 30px;
	}
	.tab-price.new3 table{
		margin-top: 30px;
	}
	.page_banner{

    padding-bottom: 50px;
	}
	.tab-price table.table-5col tr td:first-child, .tab-price table.table-5col tr td[rowspan="3"] + td:nth-child(2) {
		padding-left: 5px;
	}
	.tab-price table tr td:first-child, .tab-price table tr td[rowspan="3"] + td:nth-child(2) {
		padding-left: 5px;
	}

}
@media (max-width: 480px){
	.price_sec02 .btn-contact a, .price_sec03 .btn-contact a, .price_sec04 .btn-contact a, .price_sec05 .btn-contact a, .price_sec06 .btn-contact a{
		font-size: 16px;
	}
	.price_sec02 .btn-contact a span::before, .price_sec03 .btn-contact a span::before, .price_sec04 .btn-contact a span::before, .price_sec05 .btn-contact a span::before, .price_sec06 .btn-contact a span::before{
		width: 22px;
    height: 15px;
    top: 50%;
    left: -8.472vw;
    transform: translateY(-50%);
	}
	.txt-price2 {
		width: 25.111vw;
	}
	.txt-price1 {
		width: 18.556vw;
	}
	.txt-price3 {
		width: 25.111vw;
	}
	.txt-price4 {
		width: 25.889vw;
	}
	.br-480{
		display: block;
	}

}


/* Company */
body {
	word-break: break-all;
}
.cont1300 {
	max-width: 1300px;
	width: 100%;
	margin: 0 auto;
}
.cont900 {
	max-width: 900px;
	width: 100%;
	margin: 0 auto;
}
.company-title {
	font-size: 25px;
	font-weight: 600;
	text-align: center;
	line-height: 1.6;
	margin-bottom: 40px;
}
.company-sec-1 {
	padding: 57px 20px 97px 20px;
}
.company-layout-1 {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 90px;
}
.company-layout-1__left {
	width: 53.84%;
}
.company-layout-1__right {
	width: 46.16%;
	font-size: 15px;
	line-height: 1.8;
	letter-spacing: 0.25px;
	padding: 3px 0 0 50px;
}
.company-para {
	text-align: center;
	font-size: 20px;
	letter-spacing: 0.25px;
	line-height: 1.85;
}
.company-para.new {
	text-align: left;
	display: flex;
	justify-content: center;
}
.company-title--ct-1 {
	margin-bottom: 27px;
}
.company-bg img {
	width: 100%;
}
.company-sec-2 {
	padding: 100px 20px;
}
.company-title-2 {
	font-size: 25px;
	font-weight: 600;
	letter-spacing: 9px;
	color: #1B1464;
	text-align: center;
	background-color: #E3D8CC;
	line-height: 1.6;
	margin-bottom: 100px;
}
.company-layout-2 {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 100px;
}
.company-layout-2__left {
	width: 33.33%;
}
.company-layout-2__right {
	width: 66.67%;
	padding: 0 0 0 50px;
}
.company-layout-2__title {
	font-size: 20px;
	letter-spacing: 0.25px;
	margin-bottom: 8px;
}
.company-layout-2__para {
	font-size: 15px;
	line-height: 1.8;
	letter-spacing: 0.25px;
}
.company-title-3 {
	text-align: center;
}
.company-title-3 span {
	width: 100%;
	max-width: 600px;
	display: inline-block;
	font-size: 30px;
	font-weight: 600;
	line-height: 1.6;
	letter-spacing: 9px;
	color: #fff;
	padding: 9px 20px;
	background-color: #1B1464;
}
.company-sec-3 {
	padding: 50px 20px 0 20px;
}
.company-tb {
	margin-bottom: 100px;
}
.company-tb table {
	width: 100%;
	font-size: 20px;
	font-weight: 600;
	line-height: 1.6;
}
.company-tb td:first-child {
	width: 42.56%;
	padding-left: 100px;
	padding-right: 20px;
}
.company-tb td {
	border-bottom: 1px solid #C7B199;
	padding: 23px 0 5px 0;
}
.company-title-2--ct-1 {
	margin-bottom: 0;
}
.company-phone-link {
	color: inherit;
}
.company-map iframe {
	width: 100%;
	height: 400px;
	display: block;
	
}
.company-para--ct-1 {
	line-height: 1.75;
	letter-spacing: 0;
	font-weight: 600;
	margin-top: 63px;
	margin-bottom: 144px;
}
.company-title-4 {
	font-size: 20px;
	font-weight: 700;
	letter-spacing: 0.5px;
	color: #1B1464;
	border-bottom: 2px solid #1B1464;
	line-height: 1.6;
	margin-bottom: 40px;
	padding-left: 3px;
	padding-bottom: 6px;
}
.company-phone a {
	font-size: 45px;
	font-weight: 700;
	color: #1B1464;
	display: inline-block;
	line-height: 1.2;
	letter-spacing: 0.25px;
}
.company-phone {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.company-phone__time {
	font-size: 18px;
	letter-spacing: 0.5px;
	color: #4D4D4D;
	display: block;
	margin-left: 50px;
}
.company-title-4--ct-1 {
	margin-top: 150px;
}
.company-form table {
	width: 100%;
}
.company-form td {
	border-bottom: 1px dashed #C7B299;
	font-size: 14px;
	line-height: 1.7;
	letter-spacing: 0.5px;
	padding: 23px 0;
	vertical-align: top;
}
.company-form tr:first-child td {
	border-top: 1px dashed #C7B299;
}
.company-form td:first-child {
	width: 22.56%;
}
.input__row {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.input__row__required {
	background-color: #C1272D;
	color: #fff;
	font-size: 10px;
	letter-spacing: 1px;
	display: block;
	padding: 0 5px 2px 5px;
	margin-right: 8px;
}
.company-form select {
	width: 162px;
	height: 21px;
	outline: none;
	border-radius: 3px;
	border: 1px solid #B3B3B3;
	appearance: none;
   -webkit-appearance: none;
   -moz-appearance: none;
   background: url('assets/images/company/select-arrow.svg') no-repeat 100% 0% / 15px auto;
   font-size: 10px;
   font-family: inherit;
   letter-spacing: 0.5px;
   padding-left: 8.5px;
}
.company-form input[type="text"],
.company-form input[type="email"] {
	width: 317px;
	height: 30.5px;
	outline: none;
	border: 1px solid #A09B98;
	padding-left: 10px;
}
.post__wrap input[type="text"] {
	width: 72px;
	height: 30.5px;
	outline: none;
	border: 1px solid #A09B98;
}
.post__wrap {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.post__wrap__sep {
	width: 8px;
	height: 1px;
	background-color: #A09B98;
	margin: 0 12.6px;
	display: block;
}
.address__wrap {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin-bottom: 10px;
}
.address__wrap:last-child {
	margin-bottom: 0;
}
.address__wrap__title {
	display: block;
	margin-right: 15px;
	min-width: 116px;
}
.address__wrap__input {
	width: calc(100% - 131px);
}
.company-form textarea {
	max-width: 550px;
	width: 100%;
	height: 150.5px;
	outline: none;
	border: 1px solid #A09B98;
	padding: 10px;
	resize: none;
	display: block;
}
.policy label {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.policy input {
	margin: 0 9px 0 0;
	width: 18px;
	height: 18px;
}
.policy-p {
	font-size: 11px;
	margin-top: 8px;
}
.policy-p a {
	text-decoration: underline;
	color: inherit;
}
.company-form-btn {
	text-align: center;
	margin-top: 50px;
}
.company-form-btn button {
	display: inline-block;
	cursor: pointer;
	font-size: 20px;
	font-family: inherit;
	font-weight: 500;
	padding: 14px 20px;
	line-height: 1.2;
	letter-spacing: 0.5px;
	color: #fff;
	background-color: #1B1464;
	min-width: 260px;
	max-width: 100%;
	outline: none;
	border: none;
}
.company-sec-4 {
	padding-bottom: 150px;
}
.policy-wrap {
	line-height: 1.6;
}
.policy-p2 {
	font-size: 14px;
	letter-spacing: 0.2px;
	line-height: 2.5;
	margin-bottom: 35px;
}
.policy-p2:last-child {
	margin-bottom: 0;
}
.policy-title {
	font-size: 18px;
	font-weight: 600;
	letter-spacing: 0.4px;
	margin-bottom: 5px;
}
.page_banner--ct-1 {
	margin-bottom: 58px;
}
.policy-p2--ct-1 {
	margin-bottom: 40px;
}
.contact-link {
	color: inherit;
	text-decoration: underline;
}
.company-sec-5 {
	padding-bottom: 140px;
}
.company-pd {
	padding: 0 20px;
}
.policy .wpcf7-list-item {
	margin-left: 0;
}
@media screen and (max-width: 1100px) {
	.company-form td:first-child {
		width: 25%;
	}
}

@media screen and (max-width: 992px) {
	.company-layout-1__left img {
		margin: 0 auto;
	}
	.company-layout-1__left,
	.company-layout-1__right {
		width: 100%;
	}
	.company-layout-1__left {
		margin-bottom: 30px;
	}
	.company-layout-1__right {
		padding: 0;
	}
	.company-form td {
		float: left;
		width: 100%;
	}
	.company-form td:first-child {
		width: 100%;
	}
	.company-form {
		max-width: 550px;
		margin: 0 auto;
	}
}


	
@media screen and (max-width: 767px) {
	.company-layout-1 {
		margin-bottom: 50px;
	}
	#.tab-price table.table-5col tr td:first-child, .tab-price table.table-5col tr td[rowspan="3"] + td:nth-child(2) {
		padding-left: 5px;
	}

	.company-sec-1 {
		padding-bottom: 60px;
	}
	.company-title-2 {
		margin-bottom: 50px;
	}
	.tab-price table.table-5col tr td[rowspan="3"] + td:nth-child(2) {
		width: 300px !important;
		
	}

	.tab-price table {
		width: auto;
	}
	.tab-price table.table-5col tr td:first-child, .tab-price table.table-5col tr td[rowspan="3"] + td:nth-child(2) {
		padding-left: 0;
	}
	.tab-price table tr td:last-child{
		width: 140px !important;
	}
	.tab-price table tr td:nth-child(2), .tab-price table tr td:nth-child(3) {
		width: 140px !important;
	}
	 .tab-price table tr td {
		font-size: 13px;
		padding-top: 10px;
		padding-bottom: 10px;
	}
	 .tab-price table.table-5col tr td:first-child{
	
		
			padding-left: 5px;
			
	}
	.span3 {
		width: 35px !important;
	}

	.tab-price table.table-5col tr td.no-pad{
		padding-left: 0 !important;

	}

	

	.company-layout-2__left,
	.company-layout-2__right {
		width: 100%;
	}
	.company-layout-2__left img {
		margin: 0 auto;
	}
	.company-layout-2__left {
		margin-bottom: 30px;
	}
	.company-layout-2__right {
		padding: 0;
	}
	.company-layout-2 {
		margin-bottom: 50px;
	}
	.company-sec-2 {
		padding: 50px 20px;
	}
	.company-sec-3 {
		padding: 50px 20px;
		padding-bottom: 0;
	}
	.company-tb td {
		float: left;
		width: 100%;
		border-bottom: none;
		padding: 15px 20px;
	}
	.company-tb td:first-child {
		width: 100%;
		padding-left: 20px;
		color: #1B1464;
		background-color: #E3D8CC;
	}
	.company-tb {
		margin-bottom: 50px;
	}
	.company-map iframe {
		height: 250px;
		
	}
	.company-tb table {
		font-size: 18px;
	}
	.company-para {
		font-size: 18px;
	}
	.company-para--ct-1 {
		margin-top: 30px;
		margin-bottom: 70px;
	}
	.company-title-4 {
		margin-bottom: 20px;
	}
	.company-phone a {
		font-size: 30px;
	}
	.company-phone__time {
		margin: 20px 0 0 0;
		width: 100%;
	}
	.company-phone {
		display: block;
		text-align: center;
	}
	.company-title-4--ct-1 {
		margin-top: 70px;
	}
	.address__wrap__title {
		width: 100%;
		min-width: auto;
		margin: 0 0 10px 0;
	}
	.hv-o:hover{
		opacity: 0.8;
	}
	.address__wrap__input {
		width: 100%;
	}
	.company-form input[type="text"], 
	.company-form input[type="email"] {
		width: 100%;
	}
	.post__wrap input[type="text"] {
		width: 72px;
	}
	.company-sec-4 {
		padding-bottom: 70px;
	}
	.page_banner--ct-1 h2 {
		line-height: 1.2;
	}
	.company-sec-5 {
		padding-bottom: 70px;
	}
}
/* End Company */

.mgb-20{
	margin-bottom: 20px;
}
.top_sec02 {
  padding-bottom: 0px;
  background: #FFF9E8;
}
.top_line{padding:50px;}
body.home .top_line{background: #FFF9E8;padding-bottom: 80px;}
.top_line img{width:50%;}
.top_news{margin-top:50px;margin-bottom:50px;}
ul.list_news {
  margin: 40px 0;
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}
.top_news ul.list_news {
  margin-top: 100px;
}
ul.list_news li{
	width:calc(25% - 40px);
}
ul.list_news li .pimg{height:180px;}
ul.list_news li .pimg img{height:100%;width:100%;object-fit:cover;}
ul.list_news li a{text-decoration:none;color: #3E3A39;}
.zn__list_news li {height: unset;}
ul.zn__list_news li .pimg{height:300px;}
ul.zn__list_news li .pimg img{height:100%;width:100%;object-fit:cover;}
ul.zn__list_news li a{text-decoration:none;color: #3E3A39;}
.pdate{
	font-size: 14px;
  color: #3E3A39;
	margin:10px 0 0;  
}
.ptitle{font-size: 16px;color: #3E3A39;margin:0 0 15px;}
.plink{text-align:right;font-size:14px;}
.news_btn{
	background-color: #1B1464;
	max-width:500px;
	height:40px;
	margin:0 auto;
	color:#fff;
	text-align:center;
	font-size:20px;
	letter-spacing:3px;
	text-decoration:none;
	border-radius: 0.373vw;
	display: flex;
  align-items: center;
  justify-content: center;
}
.top_sec02 .title_style02{background:#CEA125;}
.top_sec02 .title_style02.bg_02{background:#7C9B4D;}
.top_sec02 .title_style02.bg_03{background:#294E69;}
.top_sec02 .title_style02.bg_04s{background:#B5404B;}
.top_sec02 .title_style02.bg_04{background:#B3B3B3;}
.top_sec02 .div_allitem:nth-child(1) span.bg-top{background:#CEA125 !important;}
.top_sec02 .div_allitem:nth-child(2) span.bg-top{background:#7C9B4D !important;}
.top_sec02 .div_allitem:nth-child(3) span.bg-top{background:#294E69 !important;}
.top_sec02 .div_allitem:nth-child(4) span.bg-top{background:#B5404B !important;}
.top_sec02 .div_allitem:nth-child(5) span.bg-top{background:#B3B3B3 !important;}

.div_all_category li a.all{background:#1B1464 !important;height: 100%;padding-bottom: 15px !important;}

#fusuma .bg-title-price{background:#CEA125 !important;}
#shouji .bg-title-price{background:#7C9B4D !important;}
#amido .bg-title-price{background:#294E69 !important;}
#order .bg-title-price{background:#B5404B !important;}
#renovation .bg-title-price{background:#B5404B !important;}
#tategu .bg-title-price{background:#B3B3B3 !important;}
#tategu .bg-title-price{background:#B3B3B3 !important;}
#exterior .bg-title-price{background:#B3B3B3 !important;}
#externa .bg-title-price{background:#B3B3B3 !important;}
.price_sec02 h2 {
  text-align: center;
  font-weight: 600;
  font-size: 35px;
  line-height: 100%;
  letter-spacing: 15px;
  color: #1B1464;
  background-color: #E3D8CC;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-bottom:40px;
}
#price_menu {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 50px;
}
#price_menu li{
	width:calc(20% - 20px);
	height:50px;
}	
#price_menu li a{
	color:#fff;
	font-size:18px;
	font-weight:600;
	letter-spacing:1px;
	text-decoration:none;
	display:flex;
	justify-content:center;
	align-items:center;
	width:100%;
	height:100%;
	border-radius:50px;	
}	
#price_menu li.fusuma a{
	background: #CEA125;
}	
#price_menu li.shouji a{
	background: #7C9B4D;
}	
#price_menu li.amido a{
	background: #294E69;
}	
#price_menu li.order a{
	background: #B5404B;
}	
#price_menu li.tategu a{
	background: #B3B3B3;
}
.top_sec02 .cont .div_allitem .div_item{position:relative;}
.top_sec02 .cont .div_allitem .div_item .div_txt{height: 280px;}
.top_sec02 .cont .div_allitem .div_item .btn_style01{
position: absolute;
  bottom: 30px;
  left: 30px;
}  
.red{color:#b5404b !important;}
.price_item  p{
line-height: 29px;
letter-spacing: 1px
}
.price_item .box {
  padding: 30px;
  background: #FFF9E8;
  margin:40px 0 60px;
}
.price_item .box p{
  line-height:1.7;
}

.price_item .box h2.title {
  color: #3e3a39;
  font-size: 30px;
  text-align: left;
  background: none;
  letter-spacing: 1px;
  padding: 0 0 10px;
  border-bottom: 2px solid #3e3a39;
  line-height: 1.7;
}
.price_item .box ul {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
  margin:15px 0;
  padding:0;
  list-style:none;
}
.price_item .box ul li{width:calc(50% - 15px);padding-left:30px;position:relative;font-size:20px;font-weight:600;line-height: 1.7;}
.price_item .box ul.square_icon li:before{content:'';position:absolute;top:5px;left:0;width:20px;height:20px;background:#B3B3B3;}
#fusuma.price_item .box ul.square_icon li:before{background:#CEA125;}
#shouji.price_item .box ul.square_icon li:before{background:#7C9B4D;}
#amido.price_item .box ul.square_icon li:before{background:#294E69;}
#renovation.price_item .box ul.square_icon li:before{background:#B5404B;}
#tategu.price_item .box ul.square_icon li:before{background:#B3B3B3;}
.price_item .box.box2 {display: flex;flex-wrap: wrap;padding: 0;}
.price_item .box.box2 .img{width:50%;}
.price_item .box.box2 .text{width:50%;padding-left:40px;color:#3e3a39;font-size:18px;font-weight:600;display: flex;flex-direction: column;margin-top:50px;}
.price_item .box h3.title span{background:#B3B3B3;color:#fff;font-size:24px;font-weight:400;padding:10px;width:250px;margin: 30px 0 11px;display: inline-block;}
.price_item .box3 h3.title{margin: 0;}
.price_item .box3 h3.title span{margin: 40px 0 15px;}
.price_item .box .text h3.title:first-child span{margin-top:0;}
.price_item .box .text p{line-height: 1.2;}
.price_item .box ul li:first-child h3.title span{margin-top:0;}
#fusuma.price_item .box h3.title span{background:#CEA125;}
#shouji.price_item .box  h3.title span{background:#7C9B4D;}
#amido.price_item .box  h3.title span{background:#294E69;}
#renovation.price_item .box  h3.title span{background:#B5404B;}
#tategu.price_item .box  h3.title span{background:#B3B3B3;}
.price_item .box h3.title.blue span{background:#1B1464 !important;width:auto;padding: 4px 30px;font-size: 18px;margin-top: 60px;}
 .number{font-size:35px;color:#b5404b !important;font-weight: 400;margin-left: 5px;}
 .price_item .box.box3{color:#3e3a39;font-size:18px;font-weight:600;display:flex;flex-wrap:wrap;}
 .price_item .box.box3 .left{width:50%;}
 .price_item .box.box3 .right{width:50%;padding-left: 40px;}
 .price_item p.note{font-size:14px;}
.shoujip{margin-top:20px;}
.price_item .box.tmp{
  height: 800px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 35px;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
	.price_item .box.tmp{
  height: 250px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 35px;
  font-weight: bold;
}
}
.price_item ul.list {
  margin: 60px 0 100px;
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}
@media only screen and (max-width: 767px) {
	.price_item ul.list {
  margin: 60px 0 30px;
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}
}
.price_item ul.list li{
  width:calc(16.6667% - 20px);
  overflow:hidden;
  position:relative;
}
.price_item ul.list li a {
  width: 100%;
  height: 60px;
  font-size: 24px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #B5404B;
  border-radius: 50px;
  position: absolute;
  top: 0;
  left: 0;
  color: #3e3a39;
  text-decoration: none;
  background: #fff;
  text-align: center;
  line-height: 1.1;
}
#externa.price_item ul.list li a {
  border-color:#B3B3B3;
}
.price_item ul.list li p {
  color: #3e3a39;
  font-size: 16px;
  line-height: 1.7;
  background: #f5f2e9;
  margin-top: 30px;
  padding: 40px 15px 20px;
}
.price_item ul.list li p span.dot{
  color: #999691;
  font-size: 12px;
  margin-right:5px;
}
#fusuma .btn-contact.vs--1 a {
  background: #CEA125 !important;
  color: #fff;
}
@media screen and (max-width: 767px) {
	.top_banner {margin-top: 69px;}
	.video-h {height: 255px;}
	.video-h h2.top_title {top: 30px;font-size: 3.4vw;text-shadow: 3px 3px 5px #fff,4px 4px 5px #fff,5px 5px 5px #fff,-3px -3px 5px #fff,-4px -4px 5px #fff,-5px -5px 5px #fff;text-shadow: 0px 0px 10px #FFF, 0px 0px 10px #FFF, 0px 0px 10px #FFF, 0px 0px 10px #FFF, 0px 0px 10px #FFF, 0px 0px 10px #FFF, 0px 0px 10px #FFF, 0px 0px 10px #FFF, 0px 0px 10px #FFF, 0px 0px 10px #FFF, 0px 0px 10px #FFF, 0px 0px 10px #FFF, 0px 0px 10px #FFF, 0px 0px 10px #FFF;}
	.top_line{padding:20px;}
	.top_line img{width:80%;}
	.top_news{margin-top:50px;}
	ul.list_news {
	  gap: 10px;
	}
	ul.list_news li{
		width:calc(50% - 5px);
	}
	ul.list_news li .pimg{height:100px;}
	.pdate{
		font-size: 12px;  
	}
	.ptitle{font-size: 12px;}
	.plink{font-size:12px;}
	.news_btn {max-width: 300px;}
	#price_menu li {
	  width: calc(33.3333% - 20px);
	  height: 30px;
	}
	#price_menu li.order {
	  width: 40%;
	}
	#price_menu li.tategu {
	  width: 40%;
	}
	#price_menu li a {
	  font-size: 15px;
	  letter-spacing:0;
	}
	.price_item .box {
	  padding: 15px;
	  background: #FFF9E8;
	  margin: 20px 0;
	}
	.price_item .box .text p {
	  line-height: 1.5;
	  font-size: 16px;
	}
	.price_item .box h2.title {font-size: 5vw;margin-bottom: 20px;}
	.price_item .box h3.title  span{font-size: 20px;padding: 5px 10px;}	
	.price_item .box ul li {width: 100%;font-size: 16px;}
	.price_item .box.box2 .img {
	  width: 100%;
	}
	.price_item .box.box2 .text {
	  width: 100%;padding:25px 15px;
	}
	.price_item .box.box3 .left {
	  width: 100%;
	  margin-bottom: 30px;
	}
	.price_item .box.box3 .right {
	  width: 100%;padding-left: 0;
	}
	.number {font-size: 30px;}
	.price_item ul.list li {width: calc(50% - 10px);}
	.price_item ul.list li a {font-size: 20px;}
	.price_sec02 h2 {font-size: 24px;}
	body .news_sec02 .div_all_category ul {justify-content: space-between;gap: 0;}
	body .news_sec02 .div_all_category ul li {width: 49%;}
	body .news_sec02 .div_all_category ul li a{padding-left: 5px;padding-right: 5px;height: 35px;align-items: center;}
	body .news_sec02 .div_all_category ul li a .txt_jp {font-size: 12px;margin-right: 5px;}
	ul.zn__list_news li .pimg {height: 150px;}
	.archive .zn__list_news > li > a.hv-o {height: 150px;}
	.zn_wrap_cate {flex-direction: column;}
	.zn__list_news > li > a h2,.zn__list_news > li > a p {padding: 0 10px;}
	.top_sec02 .cont .div_allitem .div_item .btn_style01{left: 4.583vw;} 
}	