/* === Customizer 追加CSS（旧: 外観>カスタマイズ>追加CSS を焼き込み） === */
			

body {counter-reset: number 0;}

.center {text-align:center;}

.post-title {display:none;}

.top-title {font-size:40px;
	font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
	font-weight: 600;
	margin:100px 0 30px 0;}

/* フッター　*/
#copyright {
	margin-bottom:1%;
}

/*  ヘッダーメニューロゴ  */
#slider-up-nav{
	margin-top: 38%;
}
#header-widgets{
	font-family:"Lucida Handwriting","Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
	text-align:center;
	font-size: 1.2em;
	color:#fff;
}
#smart-logo{
	top:8px;
}
#smart-logo img {
    max-height: 45px;
    width: auto;
	  margin-left:10px;
   	padding-bottom:10px;
}

/* アイキャッチ */
.eyecatch_text {
	font-size: 1.3em;
	margin-bottom:10%;
}
.eyecatch-style-2 .eyecatch_title {
	font-size: 30px;
	padding-top:1em;
}
.eyecatch_content{padding-bottom:3em!important;}

.eyecatch-style-2 ul li:nth-child(even) .eyecatch_content{
	text-align:right;
	padding-right:3em;
	 bottom: 5%;
}
.eyecatch_link a {
	-webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #777777;
  color: #777777;
  position: relative;
  text-decoration: none;
  transition: .3s;
	margin-top:1em;
}
.eyecatch_link a::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  content: '';
  background: #333;
  transform-origin: right top;
  transform: scale(0, 1);
  transition: transform .5s;
}
.eyecatch_link a:hover {
  color:#fff;
	z-index: 0;
}
.eyecatch_link a:hover::after {
  transform-origin: left top;
  transform: scale(1, 1);
}
/* ボタン */
.btn {
-webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 1rem;
  text-align: center;
  border: 1px solid #777777;
  color: #777777;
  position: relative;
  text-decoration: none;
  transition: .3s;
}
.btn::before {
	font-family: "FontAwesome";
  content: "\f105";
  margin-right: .5em;
	transition: transform .5s;
}
.btn:hover {
  color:#fff;
}
.btn::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  content: '';
  background: #333;
  transform-origin: right top;
  transform: scale(0, 1);
  transition: transform .5s;
}
.btn:hover::after {
  transform-origin: left top;
  transform: scale(1, 1);
}
.eyecatch-btn{
	font-size: 1.3em;
}
.eyecatch-btn:hover{
	z-index: 0;
}
.btn-res {
	max-width:300px;
	width:100%;
	}
@media only screen and (max-width: 767px) {
.btn {font-size: .8em;
         padding: 1rem 1.8rem;}
.eyecatch-btn{
	font-size: 1.3em;
	 padding: 1rem 1.8rem;
}
}

/* お問い合わせ */
.contact-box {
	max-width: 1000px;
  text-align:center;
	margin:100px auto;
}
.contact-title {
  font-size: 2.5em;
  font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  margin-bottom: 50px;
	color:#222222;
}
.contact-text {
  margin-bottom: 30px;
}
.contact-info {
  display: flex;
  justify-content: space-around;
  text-align:left;
}
.contact-tell span {
  font-weight: bold;
  font-size: 1.2em;
}
.contact-item {
	padding:1em;
}

/* フロントページ */
.curtain-box {
	margin-top: 10%;
	position: relative;
	width: 100%;
	height: 100%;
	background: #000;
	z-index: 0; 
}
.curtain-bgimg {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	background: url(https://livix.net/wp/wp-content/uploads/2020/09/top_004re.jpg);
	background-size: cover;
	opacity: 0.5;
}
.curtain-title {
	color: #fff;
	font-size: 40px;
	font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
	padding: 10% 0 5% 0;
	line-height:1.2em;
	position: relative;
	z-index: 1; 
}
.curtain-text {
	color: #fff;
	padding-bottom: 10%;
	position: relative;
	z-index: 1; 
}
.textwidget img.top_main_phot {
  max-width: 800px;
}

/* カード(ウィンドウトリートメント) */
.card-flex {
	margin:60px auto;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}
.wt-card {
  width:250px;
  height: auto;
	margin:35px;
}
.wt-card-imgframe {
  width: 100%;
  height: auto;
  padding-top: 100%;
  background-size: cover;
  box-sizing: border-box;
}
.wt-card-textbox {
  width: 100%;
  height: auto;
  padding-top: 10px;
  background: #ffffff;
	 color:#707070;
  box-sizing: border-box;
}
.wt-card-textbox > * + * {
  margin-top: 4px;
}
.wt-card-title {
  font-size: 18px;
  font-weight: bold;
  line-height: 125%;
}
.wt-card-text {
  font-size: 14px;
  line-height: 150%;
}

/* カード(カーテントップバリエーション) */
.ct-card {
  width:200px;
  height: auto;
	margin:35px;
}
.ct-card-imgframe {
  width: 100%;
  height: auto;
  padding-top: 100%;
  background-size: cover;
  box-sizing: border-box;
}
.ct-card-textbox {
  width: 100%;
  height: auto;
  padding-top: 10px;
  background: #ffffff;
	 color:#707070;
  box-sizing: border-box;
}
.ct-card-textbox > * + * {
  margin-top: 4px;
}
.ct-card-title {
  font-size: 18px;
  font-weight: bold;
  line-height: 125%;
}
.ct-card-text {
  font-size: 14px;
  line-height: 150%;
}

/* カード(カーテンレールバリエーション) */
.cr-card {
  width:300px;
  height: auto;
	margin:35px;
}
.cr-card-imgframe {
  width: 100%;
  height: auto;
  padding-top: 50%;
  background-size: cover;
  box-sizing: border-box;
}
.cr-card-textbox {
  width: 100%;
  height: auto;
  padding-top: 10px;
  background: #ffffff;
	 color:#707070;
  box-sizing: border-box;
}
.cr-card-textbox > * + * {
  margin-top: 4px;
}
.cr-card-title {
  font-size: 18px;
  font-weight: bold;
  line-height: 125%;
}
.cr-card-text {
  font-size: 14px;
  line-height: 150%;
}

/* カード(カーテンアクセサリー) */
.ca-card {
  width:200px;
  height: auto;
	margin:35px;
}
.ca-card-imgframe {
  width: 100%;
  height: auto;
  padding-top: 100%;
  background-size: cover;
  box-sizing: border-box;
}
.ca-card-textbox {
  width: 100%;
  height: auto;
  padding-top: 10px;
  background: #ffffff;
	 color:#707070;
  box-sizing: border-box;
}
.ca-card-textbox > * + * {
  margin-top: 4px;
}
.ca-card-title {
  font-size: 18px;
  font-weight: bold;
  line-height: 125%;
}
.ca-card-text {
  font-size: 14px;
  line-height: 150%;
}

/* カード(メーカー) */
.ma-card {
  width:200px;
  height: auto;
	margin:35px;
}
.ma-card-imgframe {
  width: 100%;
  height: auto;
  padding-top: 50%;
  background-size: cover;
  box-sizing: border-box;
}
.ma-card-textbox {
  width: 100%;
  height: auto;
  padding-top: 10px;
  background: #ffffff;
	 color:#707070;
  box-sizing: border-box;
}
.ma-card-text {
  font-size: 14px;
  line-height: 150%;
	text-align:center;
}

/* カード(ギャラリー) */
.pg-card {
  width:250px;
  height: auto;
	margin:35px;
}
.pg-card-imgframe {
  width: 100%;
  height: auto;
  padding-top: 100%;
  background-size: cover;
  box-sizing: border-box;
}
.pg-card-textbox {
  width: 100%;
  height: auto;
  padding-top: 10px;
  background: #ffffff;
	 color:#707070;
  box-sizing: border-box;
}
.pg-card-text {
  font-size: 14px;
  line-height: 150%;
}

@media screen and (min-width:769px) and ( max-width:1024px) {
	.pg-card ,  .wt-card {
    margin: 25px;
}
	.ct-card ,  .ma-card {
		  margin: 50px;
	}
}

/* 注文step */
.orderStep {
	width:80%; 
	margin:auto;
}
p.orderStep-title {
	margin: 0;
	font-size: 18px;
	font-weight: bold;
}
.orderStep-title span {
	font-family:"Lucida Handwriting","Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
	font-weight: normal;
}
.orderStep-title span::after {
	font-size: 1.6em;
	counter-increment: number 1;
	content: counter(number) "";
}
.orderStep-hr {
	margin: 10px 0;
}
.orderStep-flex {
	display:flex;
	margin-bottom:10%;
}
.orderStep-text {
	margin-left:3%;
}

/* 取り付け工事テーブル */
.at-table-fi {
	border-collapse: collapse !important;
  margin: 0 auto 5em;
  padding: 0;
  width: 80%;
  table-layout: fixed;
}
.at-table tr {
	background-color: #fff!important;
	border: 2px solid #bbb !important;
}
.at-table td {
	border: 2px solid #bbb !important;
	text-align: left !important;
	padding: 1.5em !important;
	vertical-align: top !important;
}
.at-title {
	 font-size:1.2em;
	 padding-left:10%;
	font-weight: bold;
}
	
/* 会社概要（社長挨拶） */
.messagePresident {
		 display:flex;
}

/* 会社概要（テーブル） */
.cp-table-fi {
  border-collapse: collapse !important;
  margin: 5em auto 15em;
  padding: 0;
  width: 60%;
  table-layout: fixed;
}
.cp-table tr {
  background-color: #fff!important;
  border-bottom: 2px solid #bbb !important;
}
.cp-table tr:first-child {
	border-top: 2px solid #bbb !important;
}
.cp-table th {
  padding: 15px 10% !important;
  width: 35% !important;
  text-align: left !important;
  font-weight: normal !important;
}
.cp-table td {
  padding: 1em;
  text-align: left !important;
}
.cp-table ul {
  margin: 0;
}
.cp-table li {
  padding-bottom: 1.5em;
	list-style:none !important;
}
.cp-table li:last-child {
  padding-bottom: 0;
}

/* ページタイトル */
.page-image-text .caption {
    color: #fff;
    font-size: 3em;
    line-height: 70px;
    font-weight: normal;
    text-shadow: none;
	font-family: "YuMincho","Times New Roman", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
}

@media only screen and (min-width: 768px) {
.pc-only { display:block; }
.sp-only { display:none; }
}

@media only screen and (max-width: 767px) {
.pc-only { display:none !important; }
.sp-only { display:block !important; }
.contact-info {display: block; 
	text-align:center !important;}
.contact-item{margin-bottom:5%;}
.top-title,.contact-title,.curtain-title {font-size:2em !important;}
.scroll {overflow: auto !important;
	white-space: nowrap;
	}
.eyecatch_content {margin-bottom:2em;}
.curtain-box {margin:0;}
.messagePresident,.orderStep-flex {display:block;}
.messagePresident{text-align:center;}
.messagePresident-sp{
	text-align:left;
	margin:10px;
	}
.curtain-text,.curtain-title {padding:1em;}
.wp-block-image_sp{margin-top:2em;}
.page-image-text {margin-top: -35px;}
.page-image-text .caption{font-size: 1em;}
.image-container {height: 100px;}
.ct-card,.ca-card,.ma-card{margin:2em auto;}
	.eyecatch-style-2 ul li:nth-child(even) .eyecatch_description, .eyecatch_link{
	text-align:left;
}
.eyecatch-style-2 ul li:nth-child(even) .eyecatch_title{
	text-align:left;}
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
	.eyecatch-style-2 .eyecatch_title {padding-top:0;}
	.eyecatch_link a {margin-top:0;}
}		
