body.body_sample {
	background-color: #fff;
	color: #000;
}

header.header_sample {
	width: 100%;
	background-color: #fff;
	border-bottom: none;
}
header.header_sample #headerWrap {
	width: 100%;
	display: block;
	padding: 0;
}
header.header_sample #headerWrap h1 {
	font-size: 11px;
	padding: 0;
	width: auto;
	height: auto;
	display: block;
	margin-left: 18%;
}
header.header_sample #headerWrap a.topLogo {
	display: block;
	margin-left: 18%;
	width: 130px;
	padding: 5px 0 10px;
}
header.header_sample #headerWrap .top_sns_icon {
	position: absolute;
	top: 22px;
	right: 18%;
  width: 220px;
}
header.header_sample #headerWrap .top_sns_icon ul {
	display:-ms-flexbox;/*--- IE10 ---*/
	display:-webkit-flex;/*--- safari（PC）用 ---*/
	display:flex;
	-ms-flex-wrap:wrap;/*--- IE10用 ---*/
	-webkit-flex-wrap:wrap;/*--- safari（PC）用 ---*/
	flex-wrap:wrap;
	-webkit-justify-content: space-between; /* Safari */
	justify-content:         space-between;
}
header.header_sample #headerWrap .top_sns_icon ul li {
	width: 20%;
	padding: 0 6px;
	box-sizing: border-box;
}
header.header_sample #headerWrap .top_sns_icon img {
	width: 100%;
}

header.header_sample #headerWrap > nav#gm_sp {
  display: none;
}
header.header_sample #headerWrap > nav#gm {
  width: 100%;
  background: linear-gradient(#111, #333);
	border-bottom: 1px solid #222;
}
header.header_sample #headerWrap nav#gm > ul li {
	width: 12.4%;
	text-align: center;
  border-right: 1px solid #111;
}
header.header_sample #headerWrap nav#gm > ul li:last-child {
	border: none;
}


.top_text_img {
	background-color: #000;
  padding: 15px;
}
.top_text_img img {
	margin: auto;
	width: 280px;
}


ul.slider_02 .slick-slide {
	height: auto !important;
}

ul.slider_02 li img {
	object-fit: cover;
	/* height: 630px; */
	width: 100%;
}
.slick-dots li button::before {
	opacity: .25 !important;
	color: #000 !important;
}
.slick-dots li.slick-active button::before {
	opacity: 1 !important;
	color: #000 !important;
}


.wrap_800px {
  max-width: 800px;
  margin: auto;
}


.common_title {
	text-align: center;
	font-size: 28px;
	padding: 40px 0 20px;
}
.common_title span {
	display: block;
	font-size: 15px;
	margin: 5px 0 0;
}


.tab{
  margin: 20px 0;
}
.tab-list{
  display: flex;
}
.tab-list-item {
	width: 25%;
	text-align: center;
	padding: 8px 0;
	cursor: pointer;
  border: 1px solid #ddd;
  margin-left: -1px;
}
.tab-contents{
  display: none;
  /* padding: 20px; */
}
.is-btn-active{
  background-color: #000;
  border: 1px solid #000;
  font-weight: bold;
  color: #fff;
}
.is-contents-active{
  display: block;
}


ul.line_up_box {
	display:-ms-flexbox;/*--- IE10 ---*/
	display:-webkit-flex;/*--- safari（PC）用 ---*/
	display:flex;
	-ms-flex-wrap:wrap;/*--- IE10用 ---*/
	-webkit-flex-wrap:wrap;/*--- safari（PC）用 ---*/
	flex-wrap:wrap;
	-webkit-justify-content: space-between; /* Safari */
	justify-content:         space-between;
	border-top: 5px solid #000;
	padding: 17px 0 40px;
}
ul.line_up_box li {
	position: relative;
	width: 46.5%;
	margin: 0 0 10px;
	border: 1px solid #000;
	box-shadow: 0 0 5px 0 #000;
	padding: 10px;
}
ul.line_up_box li a {
	color: #000;
}
ul.line_up_box li .left_top {
	position: absolute;
	top: 8px;
	left: 10px;
}
ul.line_up_box li .left_top p {
  font-size: 10px;
}
ul.line_up_box li .left_top .katashiki {
	font-size: 20px;
	text-shadow: 0 0 4px #fff;
	border-radius: 20px;
	background-color: rgba(255,255,255,0.3);
	padding-right: 10px;
}
ul.line_up_box li .left_top .nenshiki span {
	font-size: 14px;
	text-shadow: 0 0 4px #fff;
	border-radius: 20px;
	background-color: rgba(255,255,255,0.3);
	padding-right: 10px;
	line-height: 1.5;
}
ul.line_up_box li img {
  width: 100%;
}
ul.line_up_box .learn_more {
	background-color: rgba(0,102,153,0.64);
	padding: 4px 15px 3px;
	border: 1px solid #000;
	position: absolute;
	bottom: 11px;
	right: 120px;
	color: #fff;
	text-shadow: 0 0 3px #000;
}

.icon_autosalon {
	position: absolute;
	right: 0;
	background-color: #000;
	padding: 0px 20px;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	border-top-left-radius: 20px;
	border-bottom-left-radius: 20px;
}


section.common_001 {
  background-color: #333;
	padding: 5px;
}
section.common_001 h2 {
  color: #fff;
}

section.common_002 {
  background-color: #fff;
	color: #000;
}

ul.service {
	display:-ms-flexbox;/*--- IE10 ---*/
	display:-webkit-flex;/*--- safari（PC）用 ---*/
	display:flex;
	-ms-flex-wrap:wrap;/*--- IE10用 ---*/
	-webkit-flex-wrap:wrap;/*--- safari（PC）用 ---*/
	flex-wrap:wrap;
	-webkit-justify-content: space-between; /* Safari */
	justify-content:         space-between;
	padding: 30px 0;
}
ul.service li {
	width: 32%;
	position: relative;
	text-align: center;
	padding: 70px 0 0;
	height: 137px;
	background-color: #f9f9f9;
	margin: 8px 0;
}
ul.service li a {
	display: block;
	color: #000;
}
ul.service li p {
	font-weight: bold;
}
ul.service li span {
	font-size: 80%;
	display: inline-block;
	width: 66%;
	margin: 5px 0 0;
	padding: 5px 0 0;
	border-top: 1px solid;
}
ul.service li.service_01 span {
}
ul.service li.catalog span {
	border-top: 5px solid #ff0000;
}
ul.service li.service_01 {
	background-image: url(/img_sample/service_bg.png);
	background-repeat: no-repeat;
	/* background-size: cover; */
	background-position: 0% 71%;
	width: 66%;
}
ul.service li.service_01 img {
	position: absolute;
	top: 90px;
	left: 10px;
	width: 50px;
	background-color: #f00;
	padding: 3px;
}
ul.service li.service_02 img {
	background-color: rgba(0,102,153,0.9);
}
ul.service li.catalog img {
	position: absolute;
	top: 15px;
	right: 10px;
	width: 50px;
	background-color: #f00;
	padding: 20px 5px;
	border-radius: 50%;
}
ul.service li.bottom {
	/* border-top: 20px solid #aaa; */
}

.outlets_banner a {
	display: block;
	text-align: center;
	background: linear-gradient(to right, #ff0000, #942225);
	padding: 10px;
	color: #fff;
	/* border-radius: 10px; */
	border: 3px solid;
	box-shadow: 0 0 3px 1px #fff inset;
	margin: 0 0 50px;
	border-image: linear-gradient(to right, #f00, #942225) 1;
}
.outlets_banner a span {
	display: block;
	border-bottom: 1px dotted #fff;
	margin: 0 0 5px;
	font-weight: bold;
	font-size: 150%;
	padding: 5px;
}

/* トップページ SPECIAL THANKS */
ul.logo_area {
	display:-ms-flexbox;/*--- IE10 ---*/
	display:-webkit-flex;/*--- safari（PC）用 ---*/
	display:flex;
	-ms-flex-wrap:wrap;/*--- IE10用 ---*/
	-webkit-flex-wrap:wrap;/*--- safari（PC）用 ---*/
	flex-wrap:wrap;
	-webkit-justify-content: space-around; /* Safari */
	justify-content:         space-around;
	margin: 20px 0 30px;
}
ul.logo_area li {
	width: 20%;
	margin: 0 0 20px;
}
ul.logo_area img {
	display: block;
	width: 100%;
	object-fit: contain;
	height: 40px;
}


/* --------------------
　　商品ページ
---------------------*/
.top_cartype_title {
	text-align: center;
	background-color: #000;
	color: #fff;
	padding: 10px;
}
.top_cartype_title span {
	display: block;
}
.top_cartype_title span.cartype_title01 {
	font-size: 14px;
}
.top_cartype_title span.cartype_title02 {
	font-size: 20px;
	font-weight: bold;
}
.top_cartype_title span.cartype_title03 {
	font-size: 18px;
}
.top_cartype_title span.cartype_title04 {
	font-size: 14px;
	margin: 5px 0 0;
	line-height: 1.5;
}

#itemMaintop_img {
}
#itemMaintop_img img {
	width: 100%;
}

#itemMaintop_img_underbox {
	text-align: center;
	background-color: #000;
	color: #fff;
	padding: 40px 15px;
}
#itemMaintop_img_underbox .wrap_800px {
	border: 1px solid;
	padding: 20px;
	box-sizing: border-box;
}
#itemMaintop_img_underbox .title {
	font-size: 18px;
	font-weight: bold;
	margin: 0 0 10px;
}
#itemMaintop_img_underbox p {
	font-size: 80%;
	line-height: 1.5;
}

section.itembox_area ul.line_up_box {
	padding: 17px 0;
}
section.itembox_area .common_title {
	font-size: 28px;
	padding: 60px 0 20px;
	line-height: 1.3;
}

section.itembox_area .common_title_gentei span {
	display: inline-block;
	font-size: 15px;
	margin: 0 0 10px;
	background: linear-gradient(to right, #ff0000, #942225);
	padding: 5px 20px;
	border-radius: 30px;
	color: #fff;
	font-weight: bold;
}

table.itembox {
	width: 100%;
	table-layout: fixed;
	text-align: center;
}
table.itembox th,
table.itembox td {
	border: 1px solid #eee;
	padding: 20px 0;
	vertical-align: middle;
	font-size: 14px;
}
table.itembox th {
	background-color: #666;
	color: #fff;
}
table.itembox th a {
	color: #fff;
	display: block;
}
table.itembox td a {
	color: #000;
	display: block;
}
table.itembox td.color_detail {
	text-align: left;
	padding: 20px;
	font-size: 13px;
}
/* table.itembox th:nth-child(2n) {
  background-color: #d6474b;
}
table.itembox td:nth-child(2n) {
  color: #d6474b;
} */

/* 購入ボタン */
.button2,
a.button2,
button.button2 {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
}
.button2-c-wrap {
  margin: 20px 0 20px;
  text-align: center;
}
a.button2-c {
  font-size: 1.15rem;
  width: 100%;
  position: relative;
  padding: 0.25rem 2rem 0.5rem 1.8rem;
  color: #fff;
  background: #e94919;
  -webkit-box-shadow: 0 5px 0 #d44114;
  box-shadow: 0 5px 0 #d44114;
	box-sizing: border-box;
}
a.button2-c span {
  font-size: 0.8rem;
  position: absolute;
  top: -0.75rem;
  left: calc(50% - 180px);
  display: block;
  width: 360px;
  padding: 0.25rem 0;
  color: #d44114;
  border: 2px solid #d44114;
  border-radius: 100vh;
  background: #fff;
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
}
a.button2-c span.bt_001{
	background: #d44114;
  border: 2px solid #fff;
  color: #fff;
}
a.button2-c span:before,
a.button2-c span:after {
  position: absolute;
  left: calc(50% - 10px);
  content: "";
}

a.button2-c span:before {
  bottom: -10px;
  border-width: 10px 10px 0 10px;
  border-style: solid;
  border-color: #d44114 transparent transparent transparent;
}

a.button2-c span:after {
  bottom: -7px;

  border-width: 10px 10px 0 10px;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
}

a.button2-c span.bt_001:before {
  border-color: #fff transparent transparent transparent;
}
a.button2-c span.bt_001:after {
  border-color: #d44114 transparent transparent transparent;
}

a.button2-c i {
  margin-right: 0.75rem;
	/* font-family: "Font Awesome 5 Free"; */
}


a.button2-c:hover {
  -webkit-transform: translate(0, 3px);
  transform: translate(0, 3px);

  color: #fff;
  background: #eb5b30;
  -webkit-box-shadow: 0 2px 0 #d44114;
  box-shadow: 0 2px 0 #d44114;
}

.button2_color1 a.button2-c {
	background-color: #215989;
  box-shadow: 0 5px 0 #093d69;
}
.button2_color1 a.button2-c span.bt_001 {
	background: #215989;
}
.button2_color1 a.button2-c span.bt_001::after {
	border-color: #215989 transparent transparent transparent;
}
.button2_color2 a.button2-c {
	background: linear-gradient(to right, #ff0000, #942225);
  box-shadow: 0 5px 0 #7d1214;
}

.button2-c-area1 {
	position: relative;
	border: 3px solid #215989;
	padding: 60px 20px 20px;
	margin: 40px 0;
}
.button2-c-area1 .button2-c-wrap_title,
.button2-c-area2 .button2-c-wrap_title {
	position: absolute;
	top: 0;
	left: 0;
	background-color: #215989;
	color: #fff;
	padding: 5px 15px;
	font-size: 20px;
	font-weight: bold;
	width: 100%;
	box-sizing: border-box;
}
.button2-c-area1 .button2-c-wrap_title {
	background-color: #215989;
}
.button2-c-area2 .button2-c-wrap_title {
	background-color: #f90202;
}
.button2-c-area2 {
	position: relative;
	border: 3px solid #f90202;
	padding: 60px 20px 20px;
	margin: 20px 0;
}
.button2-c-wrap_text {
	text-align: center;
}


.button2_color3 {
	padding: 15px 0;
}
.button2_color3 a.button2-c span.bt_001 {
	background: #ff9900;
	border: 2px solid #fff;
	color: #fff;
}
.button2_color3 a.button2-c span.bt_001::after {
	border-color: #ff9900 transparent transparent transparent;
}
.button2_color3 a.button2-c span {
  left: calc(50% - 300px);
  width: 600px;
}
.button2_color3 a.button2-c {
	background: #ff9900;
	/* -webkit-box-shadow: 0 5px 0 #ff9900;
	box-shadow: 0 5px 0 #ff9900; */
	-webkit-box-shadow: none;
	box-shadow: none;
}
br.pc_none {
	display: none;
}


.review_box {
	margin: 0 0 50px;
}


/* move */
section.movie {
	background-color: #e9eff4;
	padding: 0 0 50px;
	margin: 60px 0 0;
}
	section.movie p {
		text-align: center;
		margin: 0 0 20px;
		border-top: 5px solid;
		padding: 10px 0 0;
	}
	section.movie ul {
		display:-ms-flexbox;/*--- IE10 ---*/
		display:-webkit-flex;/*--- safari（PC）用 ---*/
		display:flex;
		-ms-flex-wrap:wrap;/*--- IE10用 ---*/
		-webkit-flex-wrap:wrap;/*--- safari（PC）用 ---*/
		flex-wrap:wrap;
		-webkit-justify-content: space-between; /* Safari */
		justify-content:         space-between;
		background-color: #000;
		padding: 15px;
	}
	section.movie ul li {
		width: 49.5%;
	}
	section.movie ul li img {
		width: 100%;
	}

/* gallery */
section.gallery {
	background-color: #000;
	padding: 0 15px 15px;
	color: #fff;
}

section.gallery .list_bt {
	max-width: 800px;
	margin: auto;
	display: flex;
	justify-content: space-between;
}
section.gallery .list_bt a {
	display: block;
	width: 48%;
	border: 1px solid #fff;
	color: #fff;
	text-align: center;
	padding: 5px;
	font-weight: bold;
	margin: 0 0 10px;
	box-sizing: border-box;
}
section.gallery .list_bt02 a {
	width: 32%;
}

	section.gallery #slick-gallery-main02,
	section.gallery #slick-gallery-main03 {
		margin: 40px 0 0;
	}
	section.gallery .gallery_main_img img {
		display: block;
		max-width: 800px;
		margin: auto;
	}
	section.gallery p {
		text-align: center;
		margin: 0 0 20px;
		border-top: 5px solid;
		padding: 10px 0 0;
	}
	section.gallery ul {
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-ms-flex-wrap: wrap;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-justify-content: space-between;
		justify-content: space-between;
		padding: 15px 4px;
	}
	section.gallery ul li {
		width: 24.8%;
	}
	section.gallery ul li img {
		width: 100%;
	}


/* ご購入に際しての注意事項や利用規約 */
.terms_of_service {
	background-color: #eee;
	padding: 30px 10px;
	margin: 0px 0 20px;
}
	.terms_of_service_box {
	}
		.terms_of_service_box p {
			font-size: 10px;
			line-height: 1.7;
			margin: 18px 0;
			color: #787878;
		}
			.terms_of_service_box p span {
				font-weight: bold;
			}


/* ポイント */
.point_box {
	margin: 50px 0;
	border: 20px solid #eee;
	padding: 20px;
}
.point_box h3 {
	font-size: 28px;
	font-weight: bold;
	text-align: center;
	margin: 10px 0 20px;
}
.point_box h3 br {
	display: none;
}
.point_box ul {
	padding: 0 0 0 20px;
}
.point_box ul li {
	position: relative;
	padding: 10px;
	font-size: 14px;
}
.point_box ul li::before {
	position: absolute;
	top: 13px;
	left: -24px;
	content: "";
	width: 20px;
	height: 20px;
	border: 2px solid #106994;
	border-radius: 50%;
}
.point_box ul li::after {
	position: absolute;
	top: 16px;
	left: -10px;
	content: "";
	width: 5px;
	height: 10px;
	border-bottom: 2px solid #106994;
	border-right: 2px solid #106994;
	transform: rotate(45deg);
	transform-origin: 0 0;
}

/* お客様の声 */
.review_box h3 {
	font-size: 28px;
	font-weight: bold;
	text-align: center;
	margin: 50px 0 10px;
	background-color: #106994;
	padding: 10px 0;
	color: #fff;
}
.review_box ul li {
	position: relative;
	padding: 25px 10px;
	border-bottom: 1px solid #ddd;
	font-size: 13px;
}
.review_box ul li .review_title {
	font-weight: bold;
	font-size: 18px;
}
.review_box ul li .review_title span.star_color_1,
.review_box ul li .date,
.review_box ul li a.link {
	font-size: 12px;
}
.review_box ul li .review_title span.star_color_1 {
	color: #e9c82f;
	display: inline-block;
	margin-right: 5px;
}
.review_box ul li .date {
	margin: -5px 0 5px;
}
.review_box ul li a.link {
	position: absolute;
	top: 14px;
	right: 10px;
	background-color: #eee;
	border: 1px solid #bbb;
	box-shadow: 0 0 3px 0px #aaa inset;
	padding: 3px 10px;
	color: #000;
	border-radius: 4px;
	display: block;
}
.review_box ul li p {
}

.review_box a.link_bt {
	background-color: #eee;
	border: 1px solid #bbb;
	box-shadow: 0 0 3px 0px #aaa inset;
	padding: 5px 50px 5px 0;
	color: #000;
	border-radius: 4px;
	display: block;
	text-align: center;
	margin: -5px 0 0;
}
.review_box a.link_bt div {
	position: relative;
	display: inline-block;
}
.review_box a.link_bt span {
	position: absolute;
	bottom: -6px;
	font-size: 10px;
	margin-left: 5px;
}
.review_box a.link_bt span::before {
	position: absolute;
	bottom: 8px;
	width: 43px;
	height: 1px;
	background-color: #000;
	content: "";
}
.review_box a.link_bt span::after {
	position: absolute;
	content: "";
	width: 0px;
	border-top: 6px solid transparent;
	border-left: 7px solid #000;
	/* border-bottom: 0px solid transparent; */
	/* transform: rotate(0deg); */
	top: 13px;
	right: -14px;
}



/* wp Order Form（固定ページ） */
.order_form_text {
  background-color: #e9eff4;
  color: #000;
  padding: 0 0 50px;
}
.order_form_text p {
  padding: 30px 0;
}
.order_form_text li a {
color: #0270c9;
}
.order_form_text li a.blank::after {
	content: "";
	display: inline-block;
	background: url('/img_sample/icon_blank_linkcolor.svg') center no-repeat;
	background-size: contain;
	width: 0.8em;
	height: 0.8em;
	margin-left: 4px;
	margin-right: 4px;
}
.order_form_text li a.blank02::after {
	background: url('/img_sample/icon_blank_linkcolor_02.svg') center no-repeat;
}

/* table */
.order_form_box .wpcf7-form {
	border: 1px solid #bbb;
	padding: 30px;
	margin: 50px 0;
}
table.orderform {
	width: 100%;
}
table.orderform .wpcf7-form-control.wpcf7-text {
	padding: 15px;
	border: 1px solid #ccc;
}
table.orderform th,
table.orderform td {
	text-align: left;
  padding: 10px 2px;
}
table.orderform th.th_cell01 {
	padding: 30px 0 10px;
}
table.orderform th.th_cell02 {
	padding: 0 0 30px;
  font-size: 80%;
}
table.orderform th span.hissu02 {
	color: #ff0000;
	display: inline-block;
	margin-left: 5px;
}
table.orderform .wpcf7-submit {
	display: block;
	padding: 15px 50px;
	box-sizing: border-box;
	background-color: #002286;
	color: #FFF;
	font-size: 18px;
	border: 0;
	margin: auto;
	border-radius: 40px;
}

.order_form_box .wpcf7-form .formquiz {
	margin: 40px 0;
}

.order_form_box .wpcf7-form .wpcf7-submit {
	display: block;
	padding: 15px 50px;
	box-sizing: border-box;
	background-color: #002286;
	color: #FFF;
	font-size: 20px;
	border: 5px solid #ddd;
	margin: auto;
	border-radius: 40px;
}

.formquiz .wpcf7-quiz-label {
	display: block;
}

/* 利用規約部分 */
.kiyaku_title {
	margin: 30px 0 0;
}
.kiyaku_area {
	border: 1px solid;
	padding: 20px;
	margin: 15px 0;
}
.kiyaku_area_inner {
	height: 200px;
	overflow: auto;
}
.kiyaku {
	margin: 0 0 30px;
}

.howtoList{}
.howtoList dt{
    margin-bottom: 20px;
    padding: 10px;
    box-sizing: border-box;
    font-size: 1.3em;
    background-color: #EEE;
    font-weight: bold;
    border-left: 5px solid #AAA;
    color: #333;
}
.howtoList dd{
    margin-bottom: 50px;
    color: #000;
}
.howtoList dd h3{
    padding-left: 15px;
    margin-bottom: 10px;
    font-weight: bold;
    font-size: 1.1em;
    border-left: 5px solid #333;
    color: #333;
}
.howtoList dd p{
    margin-bottom: 30px;
}
.howtoList dd ul{
    margin-bottom: 30px;
    color: #333;
}
.howtoList dd ul > li{
    margin-left: 20px;
    list-style-type: decimal;
    margin-bottom: 5px;
    line-height: 120%;
}


/*-----------------------------------
 フォトギャラリー申し込みフォーム
 -----------------------------------*/
.photo_form_toptext {
}
.photo_form_toptext .common_title span {
	display: block;
	font-size: 80px;
	margin: 30px 0 40px;
	color: #bbb;
	font-weight: bold;
	font-family: 'Arial Black', Gadget, 'sans-serif';
	letter-spacing: -4px;
	position: relative;
}
.photo_form_toptext .common_title span::after {
	content: "#Owners BUSOU Gallery";
	position: absolute;
	bottom: -6px;
	left: 50%;
	transform: translate(-50%);
	-webkit-transform: translate(-50%);
	-ms-transform: translate(-50%);
	width: 100%;
	color: #000;
	font-size: 26px;
	letter-spacing: -1px;
}
.photo_form_toptext .notes {
	font-size: 75%;
	color: #999;
	line-height: 1.6;
	margin: 30px 0 0;
}
.photo_form {
 width: 100%;
 padding: 0 0 30px;
}
.photo_form_box ul {
	display: flex;
	background-color: #cc0000;
	padding: 40px 0;
	margin: 20px 0;
	border-radius: 20px;
	color: #fff;
	justify-content: center;
}
.photo_form_box ul li.left {
	width: 30%;
}
.photo_form_box ul li.right {
	width: 50%;
}

.photo_kiyaku_title {
	color: #ff0000;
	margin: 40px 0 10px;
}
.photo_kiyaku_area {
	border: 1px solid #bbb;
	padding: 15px;
	margin: 0 0 10px;
}
.photo_kiyaku_area dl {
	overflow: auto;
	height: 150px;
	font-size: 14px;
}
.photo_kiyaku_area dt {
	font-weight: bold;
}
.photo_kiyaku_area dd {
	font-size: 13px;
	line-height: 1.5;
	margin: 0 0 10px;
}

.photo_form .wpcf7-submit {
	display: block;
	padding: 15px 40px;
	box-sizing: border-box;
	color: #000;
	font-size: 16px;
	border: 1px solid #bbb;
	background: -moz-linear-gradient(top, #fff, #ddd);
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ddd));
	border-radius: 10px;
}

/*-----------------------------------
 ECサイト販売店申し込み窓口 wp/sales_store
 -----------------------------------*/

.order_form_text_02 {
	padding: 50px 0;
	background-color: #7fa7c8;
	color: #fff;
}
 .order_form_text_02 p span {
	color: #ff0000;
}
.order_form_text_02 .bt_ec a {
	display: inline-block;
	border: 1px solid;
 	padding: 10px 20px;
	color: #fff;
	margin: 10px 0 0;
}

.boshu_area {
	padding: 70px 30px 30px;
}
	.boshu_box01 {
		text-align: center;
	}
		.boshu_box01 .title {
			/* font-style: italic; */
			font-size: 34px;
			font-weight: bold;
		}
		.boshu_box01 .title span {
			font-size: 90px;
			color: #b6d3eb;
			display: block;
			margin: 60px 0 65px;
			font-weight: bold;
		}
		.boshu_box01 .sub_title {
			/* font-style: italic; */
			font-size: 28px;
			font-weight: bold;
			display: inline-block;
			background-color: #fff;
			margin: 0 0 0px;
			padding: 0 10px 8px;
		}
		.boshu_box01 .boshu_inner_box {
			border: 2px solid #b6d3eb;
			margin: -7px 0 0;
		}
			.boshu_box01 .boshu_inner_box p {
				color: #b6d3eb;
				font-size: 13px;
				font-weight: bold;
			}
			.boshu_box01 .boshu_inner_box p br {
				display: none;
			}
			.boshu_box01 .boshu_inner_box p span {
				display: block;
				font-size: 20px;
				font-weight: bold;
				margin: 10px 0 -3px;
			}
			.boshu_box01 .boshu_inner_box ul {
				display:-ms-flexbox;/*--- IE10 ---*/
				display:-webkit-flex;/*--- safari（PC）用 ---*/
				display:flex;
				-ms-flex-wrap:wrap;/*--- IE10用 ---*/
				-webkit-flex-wrap:wrap;/*--- safari（PC）用 ---*/
				flex-wrap:wrap;
				-webkit-justify-content: space-around; /* Safari */
				justify-content:         space-around;
			}
				.boshu_box01 .boshu_inner_box ul li {
					width: 50%;
				}
				.boshu_box01 .boshu_inner_box ul li img {
					width: 100%;
					display: block;
				}

	.boshu_box02 {
		padding: 20px 0;
	}
		.boshu_box02 .boshu_box02_inner {
			display:-ms-flexbox;/*--- IE10 ---*/
			display:-webkit-flex;/*--- safari（PC）用 ---*/
			display:flex;
			-ms-flex-wrap:wrap;/*--- IE10用 ---*/
			-webkit-flex-wrap:wrap;/*--- safari（PC）用 ---*/
			flex-wrap:wrap;
			-webkit-justify-content: space-between; /* Safari */
			justify-content:         space-between;
			text-align: center;
		}
			.boshu_box02 .boshu_box02_inner .left_box {
				display:-ms-flexbox;/*--- IE10 ---*/
				display:-webkit-flex;/*--- safari（PC）用 ---*/
				display:flex;
				align-items: center;
				justify-content: center;
				width: 20%;
				background-color: #000;
				color: #fff;
				font-weight: bold;
				border-top-left-radius: 15px;
				border-bottom-left-radius: 15px;
				font-size: 22px;
			}
			.boshu_box02 .boshu_box02_inner ul.right_box {
				width: 79%;
			}
			.boshu_box02 .boshu_box02_inner ul.right_box li {
				background-color: #b6d3eb;
				color: #fff;
				padding: 10px;
				margin: 0 0 5px;
				line-height: 1.3;
				font-weight: bold;
				height: 50px;
				display: flex;
				align-items: center;
				justify-content: center;
				font-size: 22px;
			}
			.boshu_box02 .boshu_box02_inner ul.right_box li:first-child {
				border-top-right-radius: 15px;
			}
			.boshu_box02 .boshu_box02_inner ul.right_box li:nth-child(3) {
				font-size: 18px;
			}
			.boshu_box02 .boshu_box02_inner ul.right_box li:nth-child(3) br {
				display: none;
			}
			.boshu_box02 .boshu_box02_inner ul.right_box li:last-child {
				margin: 0;
				border-bottom-right-radius: 15px;
			}
			.boshu_box02 .boshu_box02_inner ul.right_box li:last-child br {
				display: none;
			}
		.boshu_box02 p {
			text-align: right;
			font-size: 80%;
		}



/* ご購入ページ */

.howtobuy_box {
	border: 1px solid #CCC;
	text-align: center;
	margin: 20px 0 50px;
	padding: 10px 0 30px;
}
.howtobuy_box h3 {
	padding: 20px 20px 15px;
}
.howtobuy_box h3::after {
	content: "";
	width: 50px;
	height: 1px;
	background-color: #fff;
	display: block;
	margin: 15px auto;
}
.howtobuy_box ul {
	display:-ms-flexbox;/*--- IE10 ---*/
	display:-webkit-flex;/*--- safari（PC）用 ---*/
	display:flex;
	-ms-flex-wrap:wrap;/*--- IE10用 ---*/
	-webkit-flex-wrap:wrap;/*--- safari（PC）用 ---*/
	flex-wrap:wrap;
	-webkit-justify-content: space-around; /* Safari */
	justify-content:         space-around;
}
.howtobuy_box ul li {
	width: 50%;
	padding: 20px;
	box-sizing: border-box;
}
.howtobuy_box ul li:first-child {
	border-right: 1px solid #ccc;
}
.howtobuy_box ul li span {
	font-weight: bold;
	font-size: 120%;
}
.howtobuy_box ul li a {
	color: #fff;
	background-color: #eb5b30;
	padding: 10px 20px;
	display: inline-block;
	border-radius: 30px;
	margin: 5px 0 0;
}
.howtobuy_bottom_box {

}
.howtobuy_bottom_box a {
	display: inline-block;
	padding: 3px 5px 3px 15px;
	border: 1px solid;
	color: #000;
	font-size: 14px;
	margin: 10px 0;
}


section.sec_common_black {
	background-color: #000;
	color: #fff;
	padding: 30px 10px;
}



/* footerカラー変更 */

footer #footerArea01 #footerArea01_wrap {
	width: 800px;
}
footer #footerArea01 #footerArea01_wrap #footerArea01_info {
	width: 300px;
}
footer #footerArea01 #footerArea01_wrap #footerArea01_info dl dt a {
	display: block;
	width: 48%;
	margin: 0 0 15px;
}
footer #footerArea01 #footerArea01_wrap #footerArea01_info dl dd {
	font-size: 0.7em;
	line-height: 190%;
}

footer #footerArea01.footerArea01_sample {
	padding: 20px 0;
	box-sizing: border-box;
	/* background-color: #999; */
	background-color: #000;
	background-image: none;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: 900px;
	border-top: 1px solid #215989;
	color: #fff;
}
footer #footerArea01 #footerArea01_wrap #footerArea01_menu ul li a {
	background-color: #111;
}

footer #footerArea02 {
	background-color: #000;
}
footer #footerArea02 ul {
	display:-ms-flexbox;/*--- IE10 ---*/
	display:-webkit-flex;/*--- safari（PC）用 ---*/
	display:flex;
	-ms-flex-wrap:wrap;/*--- IE10用 ---*/
	-webkit-flex-wrap:wrap;/*--- safari（PC）用 ---*/
	flex-wrap:wrap;
	-webkit-justify-content: space-between; /* Safari */
	justify-content:         space-between;
}
footer #footerArea02 li,
footer #footerArea02 a {
	color: #fff;
	font-size: 12px;
}
footer p#copylight {
	box-sizing: border-box;
	color: #FFF;
	font-size: 12px;
	text-align: center;
	background-color: unset;
}


#spContactBtnArea {
	display: none;
}


footer section#footerArea00 {
	background-color: #222222;
}
footer section#footerArea00 #wrap, footer section#footerArea03 #wrap {
	padding: 20px 0;
	margin: 0 auto;
	width: 900px;
	color: #FFF;
}
footer section#footerArea00 #wrap {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
footer section#footerArea00 #wrap #left {
	width: 60%;
}
footer section#footerArea00 #wrap #left h3 {
	font-size: 20px;
	margin: 0 0 10px;
}
footer section#footerArea00 #wrap #left p {
	font-size: 12px;
}
footer section#footerArea00 #wrap #right {
	width: 40%;
	align-content: center;
}
footer section#footerArea00 #wrap #right a {
	/* padding: 20px 20px 20px 70px; */
	padding: 20px 20px 20px;
	text-align: center;
	box-sizing: border-box;
	background-color: #d90000;
	color: #FFF;
	background-image: url(/common/img/icon_mail.png);
	background-repeat: no-repeat;
	background-position: 20px 50%;
	background-size: 40px;
	display: block;
	border-radius: 5px;
	font-size: 22px;
}


footer section#footerArea03 {
	background-color: #222222;
}
footer section#footerArea03 #wrap dl {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
footer section#footerArea03 #wrap dl dt {
	width: 40%;
	padding: 15px 0 0;
}
footer section#footerArea03 #wrap dl dd {
	width: 32%;
}



.footer_top_logo {
	/* background-image: url(/img_sample/bg_footer.jpg); */
	/* background-image: url(/img_sample/bg_footer_04.jpg); */
	background-image: url(/img_sample/bg_footer_04_02.jpg);
	background-size: cover;
	background-position-y: center;
	height: 300px;
	background-color: #000;
}
.footer_top_logo img {
	margin: auto;
}
.footer_top_logo img.top_logo_01 {
	width: 35px;
}
.footer_top_logo img.top_logo_02 {
	width: 100px;
}


#footerArea01_menu02 {
	display:-ms-flexbox;/*--- IE10 ---*/
	display:-webkit-flex;/*--- safari（PC）用 ---*/
	display:flex;
	-ms-flex-wrap:wrap;/*--- IE10用 ---*/
	-webkit-flex-wrap:wrap;/*--- safari（PC）用 ---*/
	flex-wrap:wrap;
	-webkit-justify-content: space-between; /* Safari */
	justify-content:         space-between;
	width: 450px;
}

#footerArea01_menu02 ul {
	width: 33.33%;
}
#footerArea01_menu02 ul li {
	font-size: 13px;
	color: #fff;
	line-height: 1.6;
}
#footerArea01_menu02 ul li span {
	font-weight: bold;
	margin: 0 0 10px;
	display: block;
}
#footerArea01_menu02 ul li a {
	color: #fff;
}

footer #footerArea02 {
	padding: 10px 0;
	box-sizing: border-box;
}

.produce {
	background-color: #000;
	text-align: right;
}
.produce span {
	color: #999;
	font-size: 9px;
	background-color: #222;
	padding: 2px 7px;
	display: inline-block;
	line-height: 1.7;
}


.order_form_box_toptext {
	font-size: 14px;
	margin: 0 0 1px;
	line-height: 1.5;
	background-color: #eee;
	padding: 10px;
}
.order_form_box_toptext span {
	font-weight: bold;
}


.accordion-content {
	display: none;
	text-align: left;
	background-color: #222;
	border: 1px solid #215989;
	padding: 20px;
	font-size: 90%;
	line-height: 1.5;
	margin: 15px 0 0;
}
.accordion .accordion-title span {
	background-color: #215989;
	padding: 5px 20px;
	font-size: 16px;
	font-weight: normal;
	border-radius: 6px;
}


.busou_toptext {
	padding: 30px;
	background-color: #f9f9f9;
	margin: 50px 0 20px;
	font-size: 14px;
}
.busou_toptext h3 {
	font-weight: bold;
	font-size: 110%;
	margin: 0 0 20px;
}
.busou_toptext a.busou_oshirase_pdf {
	border: 1px solid #000;
	color: #000;
	display: inline-block;
	line-height: 1;
	padding: 4px 7px;
	font-size: 80%;
	border-radius: 5px;
	background-color: #fff;
}
