@charset "UTF-8";

html {
	scroll-behavior: smooth;
	}
body {
	-webkit-text-size-adjust: 100%;
	font-family: Verdana, Roboto, "Droid Sans", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	font-size: 18px;
	line-height: 2;
	color: #4a3a36;
	background: #f3ece6;
	text-align: center;
	letter-spacing: 0.1rem;
	}
section,
.section {
	margin-top: 100px;
	}
p {
	margin: 30px 0;
	}
p:last-child {
	margin-bottom: 0;
	}
h3:not(.ttl_red):not(.icon) {
	font-size: 135%;
	font-weight: normal;
	}
img {
	width: 100%;
	height: auto;
	}
a,
.red {
	color: #a70702;
	}
a:hover,
form input[type=submit]:hover {
	opacity: 0.7;
	}
small {
	font-size: 90%;
	}
ol {
	list-style: decimal;
	margin-left: 20px;
	}
table {
	width: 100%;
	}
.t_l {
	text-align: left;
	}
.t_c {
	text-align: center;
	}
.t_r {
	text-align: right;
	}
@media all and (min-width: 1000px) {
.sp {
	display: none;
	}
}
@media all and (max-width: 1001px) {
body {
	font-size: 16px;
	}
section,
.section {
	margin-top: 50px;
	}
p {
	margin-top: 20px;
	}
.pc {
	display: none;
	}
}



.btn a,
form input[type=submit] {
	position: relative;
	display: inline-block;
	padding: 10px;
	width: 320px;
	border: 2px #a70702 solid;
	border-radius: 100px;
	text-decoration: none;
	text-align: center;
	background: #f3ece6;
	color: #a70702;
	font-size: 18px;
	cursor: pointer;
	}
.btn a::after {
	content: "";
	position: absolute;
	right: 25px;
	top: 0;
	bottom: 0;
	margin: auto 0;
	width: 12px;
	height: 12px;
	border-top: 1px #a70702 solid;
	border-right: 1px #a70702 solid;
	transform: rotate(45deg);
	}
@media all and (max-width: 1001px) {
.btn a {
	display: block;
	padding: 6px;
	width: auto;
	}
}



@media all and (min-width: 1000px) {
.secFlex {
	display: flex;
	}
.secFlex.rr {
	flex-direction: row-reverse;
	}
.secFlex .flex__img {
	width: 45%;
	}
.secFlex .flex__txt {
	padding: 0 5%;
	width: 55%;
	text-align: left;
	}
.secFlex .flex__txt h2 {
	position: relative;
	display: flex;
	align-items: center;
	margin-bottom: 30px;
	height: 201px;
	font-size: 220%;
	line-height: 1.6;
	}
.secFlex .flex__txt h2::before {
	content: "";
	position: absolute;
	left: -30px;
	display: block;
	width: 249px;
	height: 201px;
	background: url("../../images/ttl_leaf.png") no-repeat;
	background-size: 100% 100%;
	z-index: -1;
	}
}
@media all and (max-width: 1001px) {
.secFlex .flex__img {
	margin: 0 0 0 auto;
	width: 60%;
	}
.secFlex .flex__txt {
	margin-top: 20px;
	padding: 0 15px;
	text-align: left;
	}
.secFlex .flex__txt h2 {
	margin: -200px 0 20px;
	height: 200px;
	font-size: 160%;
	}
.secFlex .flex__txt h2 span {
	display: inline;
	padding: 2px 0;
	background: linear-gradient(transparent 0%, #fff 0%);
	}
}



.ttl_red {
	margin-bottom: 30px;
	}
.ttl_red span {
	display: block;
	margin: 0 auto;
	color: #a70702;
	font-size: 260%;
	line-height: 1;
	letter-spacing: 0.2rem;
	}
.ttl_red span:nth-of-type(2) {
	max-width: 600px;
	}
.icon {
	padding-left: 40px;
	background: url("../../images/icon_leaf.png") left 5px no-repeat;
	background-size: 30px auto;
	font-size: 150%;
	font-weight: normal;
	}
@media all and (max-width: 1001px) {
.ttl_red span {
	font-size: 180%;
	line-height: 1.2;
	letter-spacing: 0.2rem;
	}
}


.bgLeaf {
	position: relative;
	}
.bgLeaf::before {
	content: "";
	position: absolute;
	left: 2%;
	display: block;
	width: 249px;
	height: 201px;
	background: url("../../images/ttl_leaf.png") no-repeat;
	background-size: 100% 100%;
	z-index: -1;
	}

.telBox {
	margin: 100px auto;
	padding: 10px 40px 40px;
	width: 700px;
	border: 1px #4a3a36 solid;
	}
.telBox .tel {
	margin: -30px 0;
	font-size: 300%;
	}
.phone_iphone {
	margin-right: 10px;
	font-size: 90%;
	}
@media all and (max-width: 1001px) {
.telBox {
	margin: 50px auto;
	padding: 10px 15px 20px;
	width: 100%;
	}
.telBox .tel {
	margin: -30px 0;
	font-size: 200%;
	}
.phone_iphone {
	margin-right: 5px;
	}

}




header h1 {
	color: #fff;
	background: #4a3a36;
	font-weight: normal;
	font-size: 50%;
	}
.hm_hidden {
	display: none;
	}
@media all and (min-width: 1000px) {
header h1 span {
	display: block;
	margin: 0 auto;
	width: 1000px;
	text-align: left;
	}
.header__inr {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 0 auto;
	width: 1000px;
	height: 130px;
	}
.header__inr-logo {
	width: 96px;
	}
.header__inr-nav ul {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	}
.header__inr-nav li {
	margin: 0 20px;
	}
.header__inr-nav li a {
	color: #4a3a36;
	letter-spacing: 0.2rem;
	font-weight: bold;
	text-decoration: none;
	}
}
@media all and (max-width: 1001px) {
header h1 {
	padding: 5px;
	line-height: 1.2;
	letter-spacing: 0;
	}
.header__inr {
	position: relative;
	padding: 10px 0;
	}
.header__inr-logo {
	margin: 0 auto;
	width: 60px;
	}
.header__inr-nav {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 100%;
	z-index: 99;
	background: rgb(74, 58, 54, 0.9);
	transition: .5s;
	}
#hm_input:checked ~ .header__inr-nav {
	left: 0;
	}
.header__inr-nav ul {
	margin-top: 60px;
	}
.header__inr-nav li a {
	display: block;
	padding: 10px 0;
	color: #fff;
	border-bottom: 1px #fff solid;
	letter-spacing: 0.2rem;
	text-decoration: none;
	}
.hm_open {
	position: absolute;
	top: 32px;
	right: 15px;
	display: block;
	width: 25px;
	height: 25px;
	z-index: 100;
	cursor: pointer;
	}
.hm_open span,
.hm_open span::before,
.hm_open span::after {
	content: "";
	position: absolute;
	display: block;
	width: 25px;
	height: 3px;
	border-radius: 3px;
	background: #4a3a36;
	transition: 0.5s;
	}
.hm_open span::before {
	bottom: 8px;
	}
.hm_open span::after {
	top: 8px;
	}
#hm_input:checked ~ .hm_open span {
	background: rgba(255, 255, 255, 0);
	}
#hm_input:checked ~ .hm_open span::before {
	bottom: 0;
	transform: rotate(45deg);
	background: #fff;
	}
#hm_input:checked ~ .hm_open span::after {
	top: 0;
	transform: rotate(-45deg);
	background: #fff;
	}
}

footer {
	margin-top: 100px;
	padding: 30px 0 60px;
	background: #4a3a36;
	color: #fff;
	font-size: 66%;
	}
footer a {
	color: #fff;
	}
footer .f_logo img {
	width: 96px;
	}
@media all and (max-width: 1001px) {
footer .f_logo img {
	width: 60px;
	}
footer {
	margin-top: 50px;
	padding: 20px 0 40px;
	font-size: 50%;
	}

}




.prod__list {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 0 auto 50px;
	max-width: 1000px;
	}
article:not(#post-2) .prod__list {
	margin-top: 100px;
	}
.prod__list li {
	position: relative;
	width: 230px;
	text-align: center;
	}
article:not(#post-2) .prod__list li {
	margin-bottom: 30px;
	}
.prod__list li.new::after {
	content: "NEW";
	position: absolute;
	left: 0;
	right: 0;
	top: -26px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 auto;
	width: 50px;
	height: 50px;
	background: #a70702;
	border-radius: 100px;
	color: #fff;
	font-size: 15px;
	}
.prod__list li a {
	color: #4a3a36;
	text-decoration: none;
	}
.prod__list-img {
	margin: 0;
	}
/*.prod__list-img {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0;
	width: 230px;
	height: 230px;
	background: #fff;
	}
.prod__list-img img {
	width: 180px;
	height: 180px;
	object-fit: contain;
	}*/
.prod__list-txt {
	margin: 10px 0 0;
	line-height: 1.6;
	}
.prod__list-txt strong {
	font-size: 150%;
	font-weight: normal;
	}
.twitter-timeline {
	margin: 0 auto;
	}

@media all and (max-width: 1001px) {
.prod .btn {
	padding: 0 15px;
	}
.prod__list {
	flex-wrap: wrap;
	justify-content: center;
	margin: 0 auto 20px;
	}
.prod__list li {
	margin: 0 10px 30px;
	width: 150px;
	}
.prod__list-img {
	width: 150px;
	height: 150px;
	}
.prod__list-img img {
	width: 120px;
	height: 120px;
	}
.access .secFlex .flex__img {
	width: 100%;
	}
.twitter {
	padding: 0 15px;
	}
}


@media all and (min-width: 701px) {
.prod__detail {
	display: flex;
	justify-content: space-between;
	}
.prod__detail-img {
	width: 30%;
	}
.prod__detail-txt {
	width: 66%;
	}
}
@media all and (max-width: 700px) {
.prod__detail-img {
	margin-bottom: 20px;
	}

}


article:not(#post-2) .w1000 {
	margin-left: auto;
	margin-right: auto;
	width: 1000px;
	}
article:not(#post-2) h2 {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 240px;
	background: url("../../images/mv_pc.png") center center no-repeat;
	background-size: cover;
	line-height: 1;
	}
article:not(#post-2) h2 span {
	display: inline;
	padding: 10px 20px;
	background: linear-gradient(transparent 0%, #fff 0%);
	font-size: 240%;
	letter-spacing: 0.5rem;
	font-weight: normal;
	}
#post-2 > h2:first-child {
	display: none;
	}
.blogWrap {
	margin-top: 50px;
	padding-top: 50px;
	border-top: 1px #4a3a36 solid;
	}
.blogWrap a {
	color: #4a3a36;
	text-decoration: none;
	}
.blogWrap h3 + p {
	margin: 0;
	}
@media all and (max-width: 1001px) {
article:not(#post-2) .w1000 {
	padding: 0 15px;
	width: 100%;
	}
}


/*　form
------------------------------------------------------------ */
form th,
form td {
	padding: 10px 0;
	vertical-align: middle;
	}
form th {
	width: 35%;
	}
form td {
	width: 65%;
	}
form table p {
	margin: 0;
	}
@media all and (max-width: 1000px) {
form th,
form td {
	display: block;
	width: 100%;
	}
form td {
	padding-top: 0;
	}
}

form label {
	margin-right: 2%;
	}
form label:last-child {
	margin-right: 0;
	}

/*テキストエリア*/
form input[type=text],
form input[type=email],
form input[type=tel] {
	margin: 5px 0;
	padding: 4px 2%;
	width: 100%;
	height: 36px;
	background: #fff;
	border: 0;
	box-sizing: border-box;
	font-size: 14px;
	color: #666;
	}

/*ラジオボタン*/
form input[type=radio] {
	display: none;
	margin: 0;
	}
form input[type=radio] + span {
	cursor: pointer;
	position: relative;
	display: inline-block;
	margin-right: 12px;
	padding: 0 0 0 24px;
	}
form input[type=radio] + span::before {
	content: "";
	position: absolute;
	left: 0;
	top: 7px;
	display: block;
	width: 16px;
	height: 16px;
	border: 1px solid #ccc;
	border-radius: 50%;
	box-sizing: border-box;
	}
form input[type=radio]:checked + span::after {
	content: "";
	position: absolute;
	left: 4px;
	top: 11px;
	display: block;
	width: 8px;
	height: 8px;
	background: #666;
	border-radius: 50%;
	box-sizing: border-box;
	}

/*チェックボックス*/
form input[type=checkbox] {
	display: none;
	margin: 0;
	}
form input[type=checkbox] + span {
	cursor: pointer;
	display: inline-block;
	/*line-height: 1.5px;*/
	margin-right: 12px;
	padding: 0 0 0 24px;
	position: relative;
	}
form input[type=checkbox] + span::before {
	border: 1px solid #ccc;
	box-sizing: border-box;
	content: "";
	display: block;
	margin-top: -9px;
	position: absolute;
	left: 0;
	top: 50%;
	height: 16px;
	width: 16px;
	background: #fff;
	}
form input[type=checkbox]:checked + span::after {
	box-sizing: border-box;
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	}
form input[type=checkbox]:checked + span::after {
	border-bottom: 1px solid #4a3a36;
	border-left: 1px solid #4a3a36;
	left: 3px;
	margin-top: -6px;
	transform: rotate(-45deg);
	height: 6px;
	width: 10px;
	}

.wpcf7-not-valid-tip {
	color: #a70702!important;
	}
table .wpcf7-not-valid-tip {
	text-align: left;
	}
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output,
.wpcf7 form.sent .wpcf7-response-output {
background: #fff!important;
	color: #a70702!important;
	border: 0!important;
	}

/*テキストエリア*/
form textarea {
	border: 0;
	box-sizing: border-box;
	padding: 10px;
	height: 210px;
	width: 100%;
	}





