@charset "utf-8";
/* CSS Document */

/*------------------------------------------
  共通
------------------------------------------*/
body {
	line-height: 1.7;
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","Osaka","ＭＳ Ｐゴシック","MS P Gothic",Arial,Helvetica,sans-serif;
	letter-spacing: 1px;
	font-family: "Noto Sans JP";
	/*font-size: 16px;*/
	font-weight: 400;
	color: #333;
	background-color: #fff;
}
* {
	box-sizing: border-box;
}

.clr {
	clear: both;
}
.over {
	overflow: hidden;
}
.cnt {
	text-align: center;
}

.pc {
}
.sp,
#spbtn {
	display: none;
}
img {
	vertical-align: middle;
}

a {
	vertical-align: middle;
	text-decoration: none;
}
p {
	margin-top: 0;
}

/*追従ボタン*/
#sidebtn {
}
#sidebtn ul {
	position: fixed;
	right: 0;
	top: 20%;
	z-index: 150;
	padding: 0;
	margin: 0;
}
#sidebtn ul li {
	padding: 15px 10px;
	text-align: center;
	list-style-type: none;
}
#sidebtn ul li.mail {
	background-color: #005c9e;
}
#sidebtn ul li.line {
	background-color: #06c755;
	padding: 10px;
}
#sidebtn ul li.line i {
	color: #fff;
	font-size: 40px;
}


/*ページタイトル*/
#ptitle,
.parallax-lite .demo-image {
	width: 100%;
	height: 450px;
	z-index: 3;
	position: relative;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	background-attachment: fixed;
}
#ptitle .bg {
	z-index: 3;
}
#ptitle .bg img {
	width: 100%;
	height: auto;
}
/*
body.page .svg-top-container,
body.page .svg-bottom-container,
body.archive .svg-top-container,
body.archive .svg-bottom-container,
body.single .svg-top-container,
body.single .svg-bottom-container {
	display: none;
}
body.home .svg-top-container {
	display: block;
}
*/

body.archive #ptitle.catsin,
body.single #ptitle.catsin {
	background: url(../../../images/bnr_mitsumori.jpg);
}
body.page .overlay-demo,
body.archive .overlay-demo,
body.single .overlay-demo {
	z-index: 1;
}

body.single .parallax-lite .demo-image {
	background-position: 50% !important;
}
.page-title h1.title,
#ptitle .archive-title h1 {
	color: #fff;
	position: relative;
	z-index: 5;
	font-weight: 500;
}
#ptitle .caption-container {
	background-repeat: no-repeat;
	background-size: cover;
}


/*無料見積依頼バナー*/
#mitsumoribnr {
	background: url(images/bnr_mitsumori.jpg) no-repeat center;
	background-size: cover;
	height: 250px;
	margin-top: 50px;
}
body.home #mitsumoribnr,
body.page-id-15 #mitsumoribnr {
	margin-top: 0;
}

#mitsumoribnr a {
	width: 100%;
	height: 100%;
	display: inline-block;
	position: relative;
	overflow: hidden;
}
#mitsumoribnr .bg {
	z-index: 1;
	/*position: absolute;
	left: 0;
	top: 0;*/
	overflow: hidden;
}
#mitsumoribnr .bg img {
  width: 100%;
  transition-duration: 0.5s;
}
#mitsumoribnr .bg:hover img{
  transform: scale(1.2);
  transition-duration: 0.5s;
}
#mitsumoribnr .titlebox {
	text-align: center;
	position: relative;
	top: 45%;
	z-index: 2;
}
#mitsumoribnr .titlebox h3 {
	margin: 0 auto;
	font-size: 40px;
	font-weight: 300;
	color: #fff;
	letter-spacing: 2px;
}



.btn_inquiry {
	height: 100px;
	width: 550px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../../../images/btn_inquiry_back.jpg);
	background-repeat: no-repeat;
	position: relative;
	margin-bottom: 80px;
	margin-top: 50px;
}

.btn_inquiry a{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;

	font-size: 2.2rem;
	font-weight: 700;
	letter-spacing: .08em;
	color: #fff;
	text-decoration: none;

	text-shadow:
		0 2px 8px rgba(0,0,0,.4),
		0 0 20px rgba(0,0,0,.3);

	transition: all .3s ease;
}

.btn_inquiry a::after{
	content: "→";
	margin-left: .6em;
	transition: transform .3s ease;
}

.btn_inquiry a:hover{
	letter-spacing: .12em;
	transform: scale(1.03);
}

.btn_inquiry a:hover::after{
	transform: translateX(8px);
}



/*------------------------------------------
  header
------------------------------------------*/
#header {
	z-index: 20;
}
.caption-container h2 {
	color: #fff;
	position: relative;
	z-index: 10;
}
body.home #header {
	background-color: rgba(0, 0, 0, 0.8);
}

/*------------------------------------------
  navigation
------------------------------------------*/
ul#menu ul.sub-menu li.current_page_item a {
	color: #D4B068;
}
ul#menu ul.sub-menu {
}
/*------------------------------------------
  footer
------------------------------------------*/
#wrap_footer,
#wrap_footer .footer {
	background-color: #242424;
	color: #fff;
}
#wrap_footer .footer {
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 30px;
}

#wrap_footer .widget {
	margin: 0;
}
#wrap_footer .widget:nth-child(1n),
#wrap_footer .widget:nth-child(3n) {
	width: 25%;
	padding: 0;
}
#wrap_footer .widget:nth-child(1n) {
	width: 27%;
}
#wrap_footer .widget:nth-child(3n) {
	width: 23%;
}
#wrap_footer .widget:nth-child(2n) {
	width: 50%;
	display: flex;
	flex-wrap: wrap;
	padding-left: 30px;
	padding-right: 30px;
}
#wrap_footer .widget:nth-child(2n) .menu-fnavi01-container,
#wrap_footer .widget:nth-child(2n) .menu-fnavi02-container {
	width: 50%;
}
#wrap_footer .widget:nth-child(2n) .menu-fnavi02-container {
	padding-left: 50px;
}
#wrap_footer .widget:nth-child(1n) {
}
#wrap_footer .widget:nth-child(1n) .widgettitle {
	display: none;
}
#wrap_footer .widget li,
#wrap_footer .widget a {
	color: #fff;
}
#wrap_footer .widget li {
	border: none;
	padding: 0;
	margin: 0 0 10px;
	line-height: 1.3;
	font-size: 14px;
}
#wrap_footer .widget li:before {
	display: none;
}
#wrap_footer .widget li#menu-item-174 {
	border-bottom: 1px solid #fff;
	padding-bottom: 10px;
}
#wrap_footer ul.menu li {
	letter-spacing: 0;
}

#f_info .logo {
	margin-bottom: 10px;
}
#wrap_footer .widget li.name {
	font-size: 120%;
}
#wrap_footer .widget li.telnum {
	font-size: 150%;
	background: url(images/icon_tel01.png) no-repeat left center;
	padding-left: 26px;
}

#wrap_footer #f_bnr ul {
	text-align: center;
}
#wrap_footer #f_bnr ul li {
	border: 1px solid #fff;
	font-size: 20px;
	line-height: 1.3;
	padding: 15px;
	margin-bottom: 20px;
}
#wrap_footer #f_bnr ul li.last {
	margin-bottom: 0;
}

#copytxt {
	text-align: center;
	color: #fff;
	font-size: 12px;
	padding-bottom: 30px;
}

#wrap_page .page-content {
	margin-top: 40px;
}

/*------------------------------------------
  content
------------------------------------------*/


/* 見出し -----------------------------*/
h2 {
	color: #222;
}
h3 {
	color: #111;
}

body#wrap_page #page h2 {
	font-size: 34px;
	font-weight: 500;
	margin-bottom: 40px;
	margin-top: 50px;
	text-align: center;
	letter-spacing: 0;
}
body#wrap_page #page h2:first-letter {
	color: #cc9b2d;
	font-size: 150%;
	font-weight: 600;
}
body#wrap_page #page h3 {
	font-size: 24px;
	margin-bottom: 20px;
}
body#wrap_page #page h4 {
	font-size: 20px;
	margin-bottom: 10px;
	color: #cc9b2d;
}
/* テキスト -----------------------------*/
.hissu {
	font-size: 90%;
	font-weight: bold;
	color: #C92E2E;
}
.txt_S {
	font-size: 85%;
}

/* リスト -----------------------------*/
body#wrap_page #page ul,
body#wrap_page #page ol {
	margin: 0 0 30px 30px;
}
body#wrap_page #page ul li,
body#wrap_page #page ol li {
	margin: 0 0 10px;
	line-height: 1.5;
}

body#wrap_page #page ul.style01 li {
	/*background: linear-gradient(transparent 70%, #f2cf39 0%);*/
	border-bottom: 3px solid #ddc593;
	padding-bottom: 3px;
	line-height: 1.3;
	font-size: 110%;
}

body#wrap_page #page ul.style02 li,
body#wrap_page #page ol.style01 li {
	border-bottom: 1px solid #e1cc9d;
	padding-bottom: 5px;
	margin-bottom: 5px;
	font-size: 110%;
}

body#wrap_page #page dl {
	margin: 0 0 30px;
}
body#wrap_page #page dt {
	background-color: #666;
	padding: 10px 20px;
	line-height: 1.5;
	margin: 0;
	color: #fff;
}
body#wrap_page #page dd {
	margin: 0;
	padding: 20px;
}


/* テーブル -----------------------------*/
#page table {
	width: 100%;
}
#page tr {
	background-color: #f0f0f0;
}
#page tr:nth-child(2n) {
	background-color: #fff;
}
#page th,
#page td {
	text-align: left;
	padding: 10px 20px;
}
#page th {
	width: 30%;
	font-weight: 500;
}
#page td {
}

/* box -----------------------------*/
.bikoubox01 {
	margin: 20px auto;
	background-color: #937e5e;
	color: #fff;
	padding: 10px 20px;
}

/* form部品 -----------------------------*/
input,
textarea {
	font-size: 100%;
}
input[type="text"],
input[type="tel"],
input[type="email"],
textarea {
	border: 1px solid #ccc;
	padding: 10px;
}
input[name="zip"],
input[name="pref"] {
	width: 100px;
}
input.wd100,
input[type="email"],
textarea {
	width: 100%;
}
input[type="tel"] {
	width: 150px;
}
input.wd50 {
	width: 50%;
}

#page #wrap_form table {
}
#page #wrap_form th,
#page #wrap_form td {
	padding: 20px;
}
#page #wrap_form th {
}
#page #wrap_form td {
}
#wrap_form .btnbox {
	text-align: center;
}
#wrap_form .btnbox input[type="submit"] {
	background-color: #242424;
	color: #fff;
	border: none;
	padding: 10px 30px;
	letter-spacing: 2px;
	margin-top: 30px;
	border-radius: 5px;
}

/* 投稿系 -----------------------------*/
.blog-content {
	margin-bottom: 0;
}
body.archive .archive-title h2 {
	font-size: 46px;
	font-weight: 500;
}
body.archive .scicon {
	display: none;
}
body.archive .content .standard-layout li.post {
	margin-bottom: 50px;
	padding-bottom: 50px;
	border-bottom: 1px solid #dadada;
	text-align: left;
}
.posttitle {
	margin-bottom: 5px;
}
.posttitle h2 {
	background-color: #c09941;
	font-size: 20px;
	line-height: 1.3;
	color: #fff;
	padding: 5px 20px 10px;
}
.posttitle h2 a {
	color: #fff;
	line-height: inherit;
}
body.archive ul.load_post .txt {
	text-align: left;
}
body.archive ul.load_post .morebtn {
	text-align: right;
}
body.archive ul.load_post .morebtn .inner {
	display: inline-block;
	padding: 3px 30px 8px;
	background-color: #666;
	vertical-align: middle;
}
body.archive ul.load_post .morebtn .inner a {
	line-height: 1.5;
	color: #fff;
	font-size: 14px;
}
body.archive .post-date {
	padding-bottom: 0;
	padding-top: 0;
	line-height: 1.5;
	font-weight: 400;
	font-size: 13px;
	color: #666;
}
/*詳細ページ*/
body.single .demo-image {
}


/*sidebar ---------------------------*/
#wrap_s .widget ul li::before {
	margin-right: 0;
	padding-right: 5px;
}
#wrap_s li {
	font-size: 15px;
	line-height: 1.5;
	padding: 7px 0;
}
.sidebar-wrapper,
#wrap_s
 {
	margin-bottom: 0;
}


/* フェード -----------------------------*/
/* -----------------------------
   共通
----------------------------- */

.fade-up,
.fade-left,
.fade-right,
.fade-in{
  opacity: 0;
  transition:
    opacity .6s ease,
    transform .6s ease;
  will-change: opacity, transform;
}

/* -----------------------------
   下から
----------------------------- */

.fade-up{
  transform: translateY(50px);
}

.fade-up.is-inview{
  opacity: 1;
  transform: translateY(0);
}

/* -----------------------------
   左から
----------------------------- */

.fade-left{
  transform: translateX(-50px);
}

.fade-left.is-inview{
  opacity: 1;
  transform: translateX(0);
}

/* -----------------------------
   右から
----------------------------- */

.fade-right{
  transform: translateX(50px);
}

.fade-right.is-inview{
  opacity: 1;
  transform: translateX(0);
}

/* -----------------------------
   ふわっと表示
----------------------------- */

.fade-in{
  transform: scale(0.98);
}

.fade-in.is-inview{
  opacity: 1;
  transform: scale(1);
}









