@charset "utf-8";
/*
Template:lamp-shade
Theme Name:lamp-shade-child
Theme URI:https://lamp-shade.co.jp/
Description:lamp-shade
Author:TEAMWORKS
Author URI:https://tmwks.jp/
Version:1.12.2
*/

/*COMMON*/
body.header_fixed #dropdown_menu > ul > li > a, #dropdown_menu ul ul a, .design_content .headline, .cb_headline, .design_content .main_content .catch, #archive_pickup_post_slider_area .headline {
	color: #000 !important;
}
.design_content .headline, .cb_headline {
	font-size: 20px;
}
@media screen and (max-width: 800px) {
	.design_content .headline, .cb_headline {
		font-size: 16px !important;
	}
}
/* デザインボタン2（アンダーラインver） */
.design_button:hover { color:#fff; text-decoration:none !important; }
.design_button2 { color:#c5086b !important; height:53px; line-height:53px; font-weight:600; position:relative; overflow:hidden; display:inline-block; text-decoration:none !important; }
.design_button2:after { content:''; height:1px; width:100%; position:absolute; left:0; bottom:0; background:#c5086b !important; transition: width 0.25s ease; }
.design_button2:hover:after { width:0px; }
#comments {
	display: none;
}
.q_custom_button {
	font-size: 18px;
	font-weight: bold;
}
.post_content h2.styled_h2 {
	margin-top: 2em;
}
.styled_h2.txt_l {
	text-align: left !important;
}
/*TOP*/
.brand_bn .q_frame.q_frame1 a {
	display: block;
	text-align: center;
}
body.home {
	background-image: url("https://wp05.aiosl.jp/lamp-shade.co.jp/wp-content/uploads/bg01-scaled.jpg");
	background-size: cover;
}
#footer_banner_wrap {
	background: none;
}
.cb_free_space, .cb_gallery, .cb_post_list {
	border-top: 1px solid #fff;
}
#footer {
	border-top: 0;
}
.post_content .q_frame img.aligncenter {
	margin: 0 auto;
}
.footer_menu li {
    margin: 0;
    border-left: 1px solid #ccc;
    padding: 0 20px;
}
.footer_menu li:last-child {
    border-right: 1px solid #ccc;
}
/*COMMON*/
#page_contents .post_content {
	width: 1000px;
}
/*WORK*/
.design_content .catch.header_catch, .post_content .styled_h2, .post_content .styled_h3 {
	font-family: "Noto Serif JP", sans-serif;
}
.post_content .post_col img {
	border-radius: 20px;
}
.q_frame .post_col {
	margin-bottom: 0 !important;
}
/*COLOR SAMPLE*/
.color_wrap {
	display: flex;
	flex-wrap: wrap;
	/*justify-content:space-between;*/
	gap: 18px;
	margin-bottom: 50px;
}
.color_wrap .color_item {
	width: calc(100% / 6 - 15px);
	margin-bottom: 0;
}
.color_wrap .color_item dt {
	overflow: hidden;
	width: auto;
	height: auto;
	margin: 0;
	padding: 0;
}
.color_wrap .color_item dt img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition-duration: 0.3s;
}
.color_wrap .color_item dt img:hover {
	transform: scale(1.5);
	transition-duration: 0.3s;
}
.color_wrap .color_item dd {
	text-align: center;
	font-size: 16px;
	line-height: 1.4;
	padding: 5px 0;
}
.color_wrap .color_item dt.not_scale img:hover {
	transform: scale(1);
}
@media screen and (max-width: 800px) {
	.color_wrap .color_item {
	  width: calc(100% / 3 - 12px);
	}
}
.post_content p.fax_txt {
	text-align: center;
	line-height: .8;
}
.post_content p.fax_txt span {
	font-size: 24px;
	font-weight: bold;
}
/*ORDER SHEET*/
.order_wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content:space-around;
	margin-bottom: 50px;
}
.order_wrap .order_item {
	width: calc(100% / 4 - 20px);
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	border-radius: 10px;
	border: 5px solid #f7f5ef;
	padding: 15px;
	margin-bottom: 20px;
}
.order_wrap .order_item.wide {
	width: calc(100% / 2 - 20px);
}
.order_wrap .order_item dt {
	font-size: 18px;
}
.order_wrap .order_item dd {
	width: 100%;
	height: 340px;
	box-sizing: border-box;
}
.order_wrap .order_item.wide dd {
	width: calc(50% - 10px);
}
.order_wrap .order_item dt, .order_wrap .order_item dd.dl_btn {
	width: 100%;
	height: auto;
}
.post_content .order_wrap .order_item img {
	/*width: 100%;
	height: auto;*/
	display: block;
	margin: auto;
}
.post_content .order_wrap .order_item p {
	margin-bottom: 10px;
	line-height: 1.6;
}
.post_content .order_wrap a.q_custom_button2 {
	width: auto;
}
@media screen and (max-width: 800px) {
	.order_wrap {
		display: block;
	}
	.order_wrap .order_item, .order_wrap .order_item.wide, .order_wrap .order_item dd, .order_wrap .order_item.wide dd {
		width: 100%;
		height: auto;
	}
}
/*NEWS*/
#archive_blog h1.headline {
	color: #333;
}
#blog_category_sort .item.active_category a {
    background-color: #c5086b;
	color: #fff !important;
}
#blog_category_sort .item a {
	color: #c5086b !important;
	border-color: #c5086b !important;
}
#blog_category_sort .item:not(.active_category) a:hover {
	color: #c5086b !important;
	border-color: #c5086b !important;
	opacity: .6;
}
.blog_list a.category, #archive_pickup_post_slider .category {
	color: #c5086b !important;
	border-color: #c5086b !important;
}
/* フォーム
------------------------------------------------------------*/
input[type="text"], input[type="tel"], input[type="email"], textarea{
vertical-align:middle;
width:100%;
line-height:35px;
height:35px;
padding:5px;
margin-bottom: 5px;
border:1px solid #d4d4d7;
border-radius:3px;
-webkit-border-radius:3px;
-moz-border-radius:3px;
font-size:100%;
color:#555;
background:#fcfcfc;
box-sizing: border-box;
}
.wpcf7 textarea{
height:100px;
line-height:1.5;
}
.wpcf7 select {
padding: 8px 5px;
}
.wpcf7 input[type=checkbox] {
	transform: scale(1.5);
	margin: 0 6px 0 0;
}
.wpcf7 input.wpcf7-back,
.wpcf7 input.wpcf7-confirm { 
	position:relative;
	width:225px;
}
.wpcf7 form,.wpcf7 {
	margin: 0 !important;
	background: none !important;
	border: 0 !important;
}
.wpcf7 p {
	font-size: inherit !important;
}
*:first-child+html input[type="submit"]{padding:3px;}

span.yubin, .wpcf7 .wpcf7-submit, .wpcf7 .wpcf7-previous,
form input[type="submit"], input[type="reset"], input[type="button"] {
  margin: 0 auto;
  padding: 10px 20px;
  background: #c5086b;
  border: 0;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  line-height: 1.5;
  font-size: 120% !important;
  color: #fff;
  cursor: pointer;
	height:48px;
	outline:none;
	-webkit-transition: all .3s;
	transition: all .3s;
}
span.yubin,
span.yubin:hover { font-size: 80% !important; padding: 7px 10px; margin-left: 10px; }
.wpcf7 .wpcf7-submit:hover, .wpcf7 .wpcf7-previous:hover, form input[type="submit"]:hover, input[type="reset"]:hover, input[type="button"]:hover, span.yubin:hover {
  background: #333;
}
#searchform input[type="submit"] {
    line-height: 1;
    padding: 6px;
    vertical-align: top;
}
.submit-button{
  text-align:center;
}

select.wpcf7c-conf::-ms-expand {
  display: none;
}
.wpcf7-form table td p {
    margin-bottom: 5px;
}
.wpcf7-form table td p:last-child {
    padding-bottom: 0;
	margin-bottom: 0;
}
.wpcf7 input[type="file"] {
	border: 0;
}
[data-name="zip"] input[type="text"],
.zip input[type="text"],
.s_size input[type="text"] {
  width: 20%;
}
.wpcf7 input[type="tel"],
.wpcf7 input[type="email"]{
  width: 40%;
}
span.required {
    display: inline-block;
    padding: 4px 6px;
    border-radius: 6px;
    background: red;
    color: #fff;
    font-size: 90%;
    line-height: 1.2;
    text-align: center;
    margin: 0 4px;
}
form table .txt_s {
    font-size: 80%;
    color: #666;
}
.wpcf7 form .wpcf7-response-output {
    margin: 2em 0.5em 2em;
    padding: 10px 0;
    border: 1px solid #46b450;
    text-align: center;
}
/*TABLE*/
.post_content table {
    border-collapse: separate;
    border-spacing: 0;
    border-top: 1px solid #ddd;
    border-left: 1px solid #ddd;
    font-size: 100%;
    line-height: 141.7%;
    margin: 10px -1px 24px 0;
    width: 100%;
    text-align:left;
}
.post_content table th {
    box-shadow: 1px 1px 0 #FFFFFF inset;
    border: 0;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    vertical-align: top;
    font-weight: bold;
    background-color: #f7f5ef;
    padding: 10px;
    white-space: nowrap;
    text-align:left;
}
.post_content table td {
    border: 0;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding: 10px;
    vertical-align: middle;
    text-align:left;
}
.post_content table th.txt_c, .post_content table thead th {
    text-align:center;
}
.post_content table.flat,
.post_content table.flat th,
.post_content table.flat td {
  border: 0;
  background: none;
  box-shadow: none;
  font-weight: normal;
}
.post_content table.border,
.post_content table.border th,
.post_content table.border td {
  border: 0;
  background: none;
  box-shadow: none;
}
.post_content table.border th {
  border-bottom: 1px solid #000;
}
.post_content table.border td {
  border-bottom: 1px solid #ccc;
}
.post_content table.border tr:first-child th {
  border-top: 1px solid #000;
}
.post_content table.border tr:first-child td {
  border-top: 1px solid #ddd;
}
.post_content dl.history {
  display: flex;
  flex-wrap: wrap;
}
.post_content dl.history dt, .post_content dl.history dd {
	box-sizing: border-box;
}
.post_content dl.history dt {
  width: 35%;
  padding: 10px;
  background-color: #DADADA;
  margin: 0 0 10px 0;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.post_content dl.history dd {
  width: 65%;
  padding: 10px;
  background-color: #F3F3F3;
  margin: 0 0 10px 0;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

/*TCD*/
/* Column layout - カラムレイアウト*/
.post_col.post_col-4 { -webkit-box-sizing:border-box; box-sizing:border-box; position:relative; width:100%; min-height:1px; margin-bottom:2em; padding-right:25px; padding-left:25px; float:left; }
@media screen and (min-width: 768px) {
    .post_col.post_col-4 { width:66.66666%; }
}
@media screen and (min-width: 1024px) {
    .post_col.post_col-4 { width:66.66666%; }
}
.post_content [class^="well"] *:first-child:not(a) {
	margin-top: 0 !important;
	padding-top: 0 !important;
}
.post_content [class^="well"] *:last-child {
	margin-bottom: 0 !important;
}
.post_content [class^="well"] { 
	padding: 1.2em;
}
.post_content .style4a,
.post_content .style5a {
	margin-top: 30px !important;
}

@media only screen and (max-width: 767px) {
	.post_content form table th, .post_content form table td,
	.post_content table.resp th, .post_content table.resp td {
  	display: block;
	}
	.post_content form table th, .post_content table.resp th {
  	border-top: 0;
  	border-bottom: 0;
	}
	[data-name="zip"] input[type="text"],
	.zip input[type="text"],
	.s_size input[type="text"] {
	  width: 30%;
	}
	span.yubin, span.yubin:hover { 
		font-size: 80% !important;
		padding: 7px 10px; 
	}
}
.anchor{
	display: block;
	padding-top: 120px;
	margin-top: -120px;
}
/*アンカー除外*/
.post_content .pb-widget-editor *:first-child:not(.anchor):not(.gallery-item) {
	margin-top: 0 !important;
}
@media only screen and (max-width:767px) {
	.scroll table{
	width:100%;
	}
	.scroll{
	overflow: auto;
	white-space: nowrap;
	}
	.scroll::-webkit-scrollbar{
	 height: 5px;
	}
	.scroll::-webkit-scrollbar-track{
	 background: #F1F1F1;
	}
	.scroll::-webkit-scrollbar-thumb {
	 background: #BCBCBC;
	}
}