@charset "UTF-8";

@import url("assets/css/font.css");
@import url("assets/css/normalize.css");
@import url("assets/css/general.css");

/* -----------------------------------------------------
スクリーン用スタイルファイル
----------------------------------------------------- */


/* ▼基本要素スタイル */
/* ----------------------------------------------------- */
html {
	width: 100%;
	overflow-y: scroll;
	font-family: sans-serif; /* 1 */
	font-family: "Noto Sans CJK JP", Hiragino Sans, "ヒラギノ角ゴシック", Hiragino Kaku Gothic ProN, "ヒラギノ角ゴ ProN W3", Meiryo, "メイリオ", Roboto, "Droid Sans", Verdana, "ＭＳ Ｐゴシック", sans-serif;
	font-weight: 400;
	line-height: 1.75;
	-ms-text-size-adjust: 100%; /* 2 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

@media screen and (min-width: 767px) {
	html {
		font-size: 20px;
	}
}

@media screen and (max-width: 766px) {
	html {
		font-size: 5.333vw;
		font-size: 2.666vw;
	}
}

body {
	width: 100%;
	margin: 0 auto;
	padding: 0;
	font-family: "Noto Sans CJK JP", Hiragino Sans, "ヒラギノ角ゴシック", Hiragino Kaku Gothic ProN, "ヒラギノ角ゴ ProN W3", Meiryo, "メイリオ", Roboto, "Droid Sans", Verdana, "ＭＳ Ｐゴシック", sans-serif;
	text-align: center;	/* center in winIE */
	color: #1a1a1a;
	background-color: #ffffff !important;
}

* {
	font-family: inherit;
	font-size: 100%;
}

div,p, ul, ol, li, dl, dt, dd,
h1, h2, h3, h4, h5, h6,
form, input, table, tr, th, td,
object, param, embed {
	margin: 0;
	padding: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

img {
	width: auto;
	max-width: 100%;
	margin: 0;
	padding: 0;
	border: 0 none #ffffff;
	vertical-align: top !important;
	vertical-align: middle;
	color: #666666;
}

*+html body img {
	vertical-align: middle !important;
}

strong {
	font-weight: bold;
}

em {
	font-style: normal;
}

em i {
	padding: 0.3em 0 0 0;
	font-style: normal;
	background-repeat: repeat-x;
	background-size: 1em 0.5em;
	background-position: top left;
	background-image: -webkit-gradient(radial,center center,0,center center,1.5,from(#ffffff),color-stop(0.5,#ffffff),color-stop(0.9,transparent),to(transparent));
	background-image: -webkit-radial-gradient(center center, 0.1em 0.1em, #ffffff, #ffffff 95%, transparent 95%, transparent);
	background-image: radial-gradient(0.1em 0.1em at center center, #ffffff, #ffffff 95%, transparent);
}

sup {
	font-size: 0.5em;
	vertical-align: top;
}

.hidden,
.is-hide {
	display: none;
}

.alignCenter {
	text-align: center;
}

.alignRight {
	text-align: right;
}

.alignLeft {
	text-align: left;
}

.clear {
	clear: both;
}

.floatCenter {
	margin-right: auto !important;
	margin-left: auto !important;
}

.floatRight {
	float: right;
}

.floatLeft {
	float: left;
}

.note {
	padding: 0 0 0 1em;
	font-size: 0.8333em;
}

p.note::before {
	content: "※";
	margin: 0 0 0 -1em;
}

ul.note {
	padding: 0;
	font-size: 1em;
	list-style-type: none
}

ul.note li {
	padding: 0 0 0 2em;
}

ul.note li::before {
	content: "※";
	margin: 0 1em 0 -2em;
}

.quot {
	padding: 0 0 0 1em;
}

.quot span {
	margin: 0 0 0 -1em;
}

.line {
	background: #dcff1d;
}

.underline {
	text-decoration: underline;
}

/*
.large {
	font-size: 1.286em;
}

.small {
	font-size: 0.5em;
}
*/

.clear {
	clear: both;
}

.red {
	color: #d50012;
}

.grayscale {
	-webkit-filter: grayscale(100%);
	   -moz-filter: grayscale(100%);
	    -ms-filter: grayscale(100%);
	     -o-filter: grayscale(100%);
	        filter: grayscale(100%);
}

.cursorDefault {
	cursor: default;
	pointer-events: none;
}



iframe[name="google_conversion_frame"] {
	display: none;
}



@media screen and (min-width: 767px) {
	.sp,
	.spimage,
	.hidden {
		display: none !important;
	}

	a[href^="tel:"] {
		pointer-events: none;
	}
}

@media screen and (max-width: 766px) {
	.pc,
	.pcimage,
	.hidden {
		display: none !important;
	}
}





/* ▼リンク指定 */
/* ----------------------------------------------------- */
a:link {
	color: #2981b8;
	text-decoration: underline;
}

a:visited {
	color: #30140e;
	text-decoration: underline;
}

a:hover,
a:active {
	color: #009999;
	text-decoration: none;
}

a:link,
a:visited {
	opacity: 1.0;
	transition: all 0.5s;
}

a:hover,
a:active {
	opacity: 0.6;
}



a[href=""] {
	pointer-events: none;
}

p a[rel^="noopener"] {
	text-decoration: none;
}

p a[rel^="noopener"]::before {
	content: "\f00e";
	font-family: "FontAwesomeSolid";
	margin: 0 0.5em 0 0;
	font-size: 1.333em;
	text-decoration: none;
}





/* ▼アイコン */
/* ----------------------------------------------------- */
.icon {
	margin: 1em;
	padding: 0;
	list-style-type: none;
}

.icon li {
	margin: 0 0 0.5em 0;
	padding: 0 0 0 2em;
}

.icon li::before {
	display: inline-block;
	width: 1em;
	margin: 0 0.75em 0 -1.75em;
	font-family: "FontAwesome";
	font-size: 1.143em;
	color: #979797;
	text-align: center !important;
}





/* ▼コンテナ */
/* ----------------------------------------------------- */
div.section,
footer {
	margin: 0;
	padding: 0;
	text-align: center;
	box-sizing: border-box;
}

div.section {
	padding: 3em 0;
}

div.containerlp {
	clear: both;
	min-height: 1px;
	height: auto !important;
	height: 1px;
	overflow: hidden;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	box-sizing: border-box;
}

div.wrap {
	clear: both;
	width: 89.334%;
	min-height: 1px;
	height: auto !important;
	height: 1px;
	margin: 0 auto;
	padding: 0;
	box-sizing: border-box;
}

footer::after,
div.section::after,
div.containerlp::after,
div.wrap::after {
	clear: both;
	display: table;
	content: "";
}

@media screen and (min-width: 767px) {
	div.containerlp {
		width: 100%;
	
		/* max-width: 750px; */
	}
}

@media screen and (max-width: 766px) {
	div.containerlp {
		width: 89.334%;
		width: 100%;
	}
}



div.section div.flex {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: stretch;
	box-sizing: border-box;
}



div.section h1,
div.section h2,
div.section h3,
div.section h4,
div.section h5,
div.section h6,
div.section table th,
div.section strong,
div.section b {
	font-weight: 700;
	line-height: 1.75;
}

header ul li,
nav ul li,
div.section p,
div.section dl,
div.section ul li,
div.section ol li,
div.section table td,
div.section figure,
footer p,
footer ul li,
footer address {
	font-weight: 400;
	line-height: 1.75;
}

div.section p,
div.section ul,
div.section ol,
div.section dl,
div.section table,
div.section figure {
	margin: 1.5em 0;
}

div.section ol li {
	margin-left: 1.2em;
}

div.section iframe {
	border: 0 none;
}





/* ▼header */
/* ----------------------------------------------------- */
header {
	
}





/* ▼keyvisual */
/* ----------------------------------------------------- */
div#keyvisual {
	background-color: #c33d0b;
	background-image: url(../img/kitchen_bg.svg);
	background-repeat: repeat;
	background-position: center center;
}

div#keyvisual h1 img {
	background-repeat: repeat;
	background-position: center center;
	background-size: 100%;
}

div#keyvisual h2,
div#keyvisual p,
div#keyvisual ul {
	display: none;
}



@media screen and (min-width: 767px) {
	div#keyvisual div.containerlp {
		max-width: 945px;
	}
	div#keyvisual h1 img {
		background-image: url(../img/keyvisual_pc.png);
	}
}

@media screen and (max-width: 766px) {
	div#keyvisual h1 img {
		background-image: url(../img/keyvisual_sp.png);
	}
}





/* ▼optin */
/* ----------------------------------------------------- */
div.optin {
	padding: 0;
	background-color: #f5f5f5;
}

div.optin div.containerlp {
	overflow: visible;
}

div.optin figure {
	margin: 0;
	text-align: center;
}

div.optin p {
	text-align: center;
}

div.optin p img{
	filter: drop-shadow(0.25rem 0.25rem 0.25rem rgba(0, 0, 0, 0.4));
}



@media screen and (min-width: 767px) {
	div.optin div.containerlp {
		max-width: 945px;
		padding: 1em 0;
		background-image: url(../img/optin_bg.png);
		background-repeat: no-repeat;
		background-position: left bottom;
	}
	div.optin p {
		margin: 1em auto;
		width: 63.158%;
	}
}

@media screen and (max-width: 766px) {
	div.optin div.containerlp {
		width: 89.334%;
		padding: 2em 0;
	}
	div.optin p {
		margin: 2em 0;
	}
}





/* ▼about */
/* ----------------------------------------------------- */
div#about {
	background-color: #c33d0b;
	background-image: url(../img/kitchen_bg.svg);
	background-repeat: repeat;
	background-position: center center;
}

div#about div.containerlp {
	background-repeat: no-repeat;
	background-position: right top, left bottom;
}

div#about h2 {
	text-align: center;
}

div#about h3 {
	margin: 2em 0;
	text-align: center;
}

div#about p {
	text-align: center;
	color: #ffffff;
}

div#about ul {
	list-style-type: none;
}

div#about ul li {
	text-align: center;
}

div#about ul li + li {
	margin-top: 1em;
}



@media screen and (min-width: 767px) {
	div#about {
		padding: 4.5em 0 0 0;
	}
	div#about div.containerlp {
		max-width: 1080px;
		padding: 0 0 1em 0;
		background-image: url(../img/about_top_pc.png),
						  url(../img/about_bottom_pc.png);
	}
	div#about div.wrap {
		width: 70.371%;
	}
	div#about p {
		font-size: 0.8rem;
	}
}

@media screen and (max-width: 766px) {
	div#about {
		padding: 5.5em 0 0 0;
	}
	div#about div.containerlp {
		padding: 0 0 2em 0;
		background-image: url(../img/about_top_sp.png),
						  url(../img/about_bottom_sp.png);
		background-size: 100% auto;
	}
	div#about div.wrap {
		width: 78.667%;
	}
	div#about p {
		font-size: 1.2rem;
	}
	div#about  div.containerlp > p {
		width: 71%;
		margin-left: auto;
		margin-right: 0.5em;
		text-align: left;
	}
}





/* ▼media */
/* ----------------------------------------------------- */
div#media {
	background: #4e3e33;
}

div#media h2 {
	text-align: center;
}

div#media p {
	margin: 2em 0;
	color: #ffffff;
	text-align: center;
}

div#media figure {
	margin: 0;
}



@media screen and (min-width: 767px) {
	div#media div.containerlp {
		max-width: 760px;
	}
	div#media div.wrap {
		width: 100%;
	}
	div#media p {
		font-size: 0.8rem;
	}
}

@media screen and (max-width: 766px) {
	div#media p {
		font-size: 1.2rem;
	}
}





/* ▼reason */
/* ----------------------------------------------------- */
div#reason {
	padding: 5em 0;
	background-color: #ffffff;
	background-image: url(../img/kitchen_bg.svg);
	background-repeat: repeat;
	background-position: center center;
}

div#reason h2 {
	text-align: center;
}

div#reason h3 {
	margin: 3em 0;
	text-align: center;
}

div#reason div.reason {
	margin: 3em 0 0 0;
	position: relative;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}

div#reason div.reason div.text {
	position: relative;
	padding: 2.5rem 1.5rem 1.5rem 1.5rem;
	background: #ffffff;
	border-radius: 0.5rem;
	box-sizing: border-box;
}

div#reason div.reason div.text::before {
	content: "";
	display: block;
	position: absolute;
	top: -4rem;
	left: 0;
	width: 5.5rem;
	height: 5.9rem;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100%;
}

div#reason div#reason01.reason div.text::before {
	background-image: url(../img/reason_01_icon.svg);
}

div#reason div#reason02.reason div.text::before {
	background-image: url(../img/reason_02_icon.svg);
}

div#reason div#reason03.reason div.text::before {
	background-image: url(../img/reason_03_icon.svg);
}

div#reason div#reason04.reason div.text::before {
	background-image: url(../img/reason_04_icon.svg);
}

div#reason div#reason05.reason div.text::before {
	background-image: url(../img/reason_05_icon.svg);
}

div#reason div#reason06.reason div.text::before {
	background-image: url(../img/reason_06_icon.svg);
}

div#reason div.reason div.text p {
	margin: 1.5em 0 0 0;
}



@media screen and (min-width: 767px) {
	div#reason div.containerlp {
		max-width: 950px;
	}
	div#reason div.wrap {
		width: 100%;
	}
	div#reason div.reason {
		justify-content: space-between;
		align-items: center;
	}
	div#reason div.reason div.text {
		position: absolute;
		top: 50%;
		width: 57.895%;
		transform: translateY(-50%);
	}
	div#reason div#reason02.reason div.text,
	div#reason div#reason04.reason div.text,
	div#reason div#reason06.reason div.text {
		right: 0;
	}
	div#reason div#reason03.reason {
		margin-bottom: 6em;
	}
	div#reason div#reason03.reason div.text {
		top: 3em;
		transform: translateY(0);
	}
	div#reason div.reason div.text p {
		font-size: 0.75rem;
	}
	div#reason div.reason figure {
		margin: 0 auto;
		width: 49.474%;
	}
	div#reason div#reason01.reason figure,
	div#reason div#reason03.reason figure,
	div#reason div#reason05.reason figure {
		margin-right: 0;
	}
	div#reason div#reason02.reason figure,
	div#reason div#reason04.reason figure,
	div#reason div#reason06.reason figure {
		margin-left: 0;
	}
}

@media screen and (max-width: 766px) {
	div#reason div.wrap {
		width: 78.667%;
	}
	div#reason div.reason {
		justify-content: flex-start;
		align-items: center;
	}
	div#reason div.reason div.text {
		order: 2;
		margin: 1em 0 0 0;
	}
	div#reason div.reason div.text p {
		font-size: 1.1rem;
	}
	div#reason div.reason figure {
		order: 1;
		margin: 0 auto;
		width: 79.662%;
	}
}





/* ▼voice */
/* ----------------------------------------------------- */
div#voice {
	padding: 5em 0;
	background: #4e3e33;
}

div#voice h2 {
	text-align: center;
}

div#voice h3 {
	margin: 3em 0;
	text-align: center;
}

div#voice div.flex {
	justify-content: space-between;
}

div#voice div.voice {
	background: #ffffff;
	border-radius: 0.75rem;
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: stretch;
	box-sizing: border-box;
}

div#voice div.voice h4 {
	order: 2;
	margin: 1.5em 0;
}

div#voice div.voice h5 {
	order: 4;
	color: #f8cf32;
	text-align: right;
	align-self: flex-end;
}

div#voice div.voice figure {
	order: 1;
	margin: 0;
	text-align: center;
}

div#voice div.voice p {
	order: 3;
	margin: 0 0 1.5em 0;
}



@media screen and (min-width: 767px) {
	div#voice div.containerlp {
		max-width: 1080px;
	}
	div#voice div.voice {
		width: 48.149%;
		padding: 1.25rem;
	}
	div#voice div.voice h5 {
		font-size: 0.8rem;
	}
	div#voice div.voice p {
		font-size: 0.7rem;
	}
}

@media screen and (max-width: 766px) {
	div#voice div.wrap {
		width: 89.334%;
	}
	div#voice div.voice {
		padding: 1.75rem;
	}
	div#voice div.voice + div.voice {
		margin: 3em 0 0 0;
	}
	div#voice div.voice h5 {
		font-size: 1.1rem;
	}
	div#voice div.voice p {
		font-size: 1rem;
	}
}




/* ▼form */
/* ----------------------------------------------------- */
div#form {
	background-color: #c33d0b;
	background-image: url(../img/kitchen_bg.svg);
	background-repeat: repeat;
	background-position: center center;
}

div#form h2 img {
	background-repeat: repeat;
	background-position: center center;
	background-size: 100%;
}

div#form table {
	margin: 1.5em auto;
}

div#form table th,
div#form table td {
	padding: 1em;
	border: 1px solid #000000;
	background: #ffffff;
}

div#form table th {
	text-align: center;
	background: #ebebeb;
}

div#form table td ul {
	margin: 0;
}

div#form table td div.googlemap {
	position: relative;
	margin: 0.5em 0 0 0;
	width: 100%;
	height: 0;
}

div#form table td div.googlemap iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

div#form h1,
div#form h3 {
	margin: 0 auto;
	padding: 0.3em;
	font-size: 2rem;
	color: #ffffff;
	text-align: center;
	background: #000000;
	box-sizing: border-box;
}

div#form form,
div#form div#thanks {
	margin: 0 auto;
	padding: 1.25rem;
	border: 0.1rem solid #000000;
	background: #ffffff;
	box-sizing: border-box;
}

div#form form p,
div#form div#thanks p {
	font-size: 1.2rem;
}

div#form form dl {
	margin: 0;
}

div#form form > dl > dt {
	font-size: 1.6rem;
}

div#form form > dl > dt span {
	margin: 0 0 0 0.5em;
	padding: 0.1em 0.5em;
	font-size: 1.2rem;
	color: #ffffff;
	background: #808080;
}

div#form form > dl > dt span.required {
	background: #b60000;
}

div#form form > dl > dd + dt {
	margin: 1.5em 0 0 0;
}

div#form form > dl > dd {
	margin: 0.8em 0 0 0;
	font-size: 1.2rem;
}

div#form form > dl > dd.note {
	font-size: 1rem;
}

div#form form > dl > dd input#optin_postcode {
	width: 50%;
}

div#form form > dl > dd dl {
	padding: 0 0 0 0.5em;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: stretch;
}

div#form form > dl > dd dl + dl {
	margin-top: 1em;
}

div#form form > dl > dd dl dt {
	margin: 0;
}

div#form form > dl > dd dl dd {
	margin: 0;
}

div#form form > dl > dd dl dd input[type="radio"] {
	/* display: none; */
	opacity: 0;
	margin: 0;
}

div#form form > dl > dd dl dd input[type="radio"] + label {
	position:relative;
	display: inline-block;
	padding: 0.1rem 0.3rem 0.1rem 2rem;
}

div#form form > dl > dd dl dd input[type="radio"] + label:before {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	left: 0.3rem;
	width: 1.2rem;
	height: 1.2rem;
	border: 1px solid #cccccc;
	background: #ffffff;
	border-radius: 50%;
	transform: translate(0,-50%);
}

div#form form > dl > dd dl dd input[type="radio"]:checked + label::after{
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	left: 0.65rem;
	width: 0.6rem;
	height: 0.6rem;
	background: #000000;
	border-radius: 50%;
	transform: translate(0,-50%);
}

div#form form > p button,
div#form div#thanks > p.btn button {
	color: #ffffff;
	font-size: 1.5rem;
	font-weight: 700;
	background: #444444;
	border-radius: 2.5em;
}

div#form form > p button#optin_submit,
div#form div#thanks > p.btn button#optin_submit {
	background: #b60000;
}

div#form form > p button#optin_submit::after,
div#form div#thanks > p.btn button#optin_submit::after {
	content: "\f105";
	font-family: "FontAwesome";
	margin: 0 0 0 1em;
}

div#form form > p button#return::before,
div#form div#thanks > p.btn button#return::before {
	content: "\f104";
	font-family: "FontAwesome";
	margin: 0 1em 0 0;
}

div#form form div#privacy {
	height: 20em;
	overflow: hidden;
	overflow-y: scroll;
	margin: 2em 0;
	padding: 0.5em;
	border: 1px solid #cccccc;
	background: #ffffff;
}

div#form form div#privacy h3 {
	width: 100%;
	margin: 0 0 0.5em 0;
	font-size: 1.4rem;
	text-align: center;
}

div#form form div#privacy h4 {
	margin: 1em 0 0 0;
	font-size: 1.2rem;
}

div#form form div#privacy p,
div#form form div#privacy ul li,
div#form form div#privacy ol li {
	margin: 0;
	font-size: 1rem;
	text-align: left;
}

div#form form div#privacy ul li {
	margin-left: 1.5em;
}

div#form form div#privacy ol li {
	margin-left: 1.2em;
}



.formError.inline {
	margin-top: 0.3em !important;
}



@media screen and (min-width: 767px) {
	div#form div.containerlp {
		max-width: 900px;
	}
	div#form h2 img {
		background-image: url(../img/offer_pc.png);
	}
	div#form table,
	div#form h1,
	div#form h3,
	div#form form,
	div#form div#thanks {
		width: 100%;
	}
	div#form table th {
		font-size: 1rem;
	}
	div#form table td {
		padding-left: 3em;
		padding-right: 3em;
		font-size: 0.8rem;
	}
	div#form table td div.googlemap {
		padding: 34.616% 0 0 0;
	}
	div#form form > p button,
	div#form div#thanks > p.btn button {
		padding: 0.5em 1em;
	}
	div#form form > p button#return + button#optin_submit,
	div#form div#thanks > p.btn button#return + button#optin_submit {
		margin-left: 1.5em;
	}
}

@media screen and (max-width: 766px) {
	div#form h2 img {
		background-image: url(../img/keyvisual_sp.png);
	}
	div#form table,
	div#form h1,
	div#form h3,
	div#form form,
	div#form div#thanks {
		width: 90.667%;
	}
	div#form table th {
		font-size: 1.2rem;
	}
	div#form table td {
		padding-left: 2em;
		padding-right: 2em;
		font-size: 1rem;
	}
	div#form table td div.googlemap {
		padding: 62.163% 0 0 0;
	}
	div#form form > p button,
	div#form div#thanks > p.btn button {
		padding: 1em 1.5em;
	}
	div#form form > p button#return + button#optin_submit,
	div#form div#thanks > p.btn button#return + button#optin_submit {
		margin-top: 1.5em;
	}
	div#form form > dl > dd dl dt,
	div#form form > dl > dd dl dd {
		font-size: 1.1rem;
	}
}





/* ▼form */
/* ----------------------------------------------------- */
form input[type="text"],
form input[type="password"],
form input[type="datetime"],
form input[type="datetime-local"],
form input[type="date"],
form input[type="month"],
form input[type="time"],
form input[type="week"],
form input[type="number"],
form input[type="email"],
form input[type="url"],
form input[type="search"],
form input[type="tel"],
form input[type="color"],
form textarea,
form select {
	width: 100%;
	padding: 0.2em 0.5em;
	font-size: 1.4rem;
	border: 1px solid #cccccc;
	background: #ffffff;
	border-radius: 5px;
	box-shadow: 0 0 rgba(0,0,0,0.0) inset;
	box-sizing: border-box;
}

form textarea {
	height: 11.532em;
}

form input[type="radio"],
form input[type="checkbox"] {
	margin-right: 0.3em;
}

form input.required,
form input.error,
form label.required,
form textarea.required,
form select.required {
	background: rgb(255, 221, 221);
}

form label.error {
	color: rgb(150, 0, 0);
}

form label {
	padding: 0 0.3em;
}

form input[type="text"]:focus,
form input[type="password"]:focus,
form input[type="datetime"]:focus,
form input[type="datetime-local"]:focus,
form input[type="date"]:focus,
form input[type="month"]:focus,
form input[type="time"]:focus,
form input[type="week"]:focus,
form input[type="number"]:focus,
form input[type="email"]:focus,
form input[type="url"]:focus,
form input[type="search"]:focus,
form input[type="tel"]:focus,
form input[type="color"]:focus,
form textarea:focus {
	outline: 0;
	outline: thin dotted \9;
	border-color: rgba(82, 168, 236, 0.8);
	background: #ffffff;
}

::-webkit-input-placeholder {
	color: #bbbbbb;
	color: #808080;
}

:-ms-input-placeholder {
	color: #bbbbbb;
	color: #808080;
}

::-moz-placeholder {
	color: #bbbbbb;
	color: #808080;
}

form input[disabled],
form textarea[disabled] {
	color: #333333;
	background-color: #ebebe4 !important;
	background-color: rgba(235, 235, 228, 1) !important;
	-moz-opacity: 1;
	opacity: 1;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);  /* For IE 5-7 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; /* For IE 8 */
}

form p,
div#thanks p.btn {
	text-align: center;
}

form button,
div#thanks button {
	padding: 0;
	border: 0;
	background: transparent;
}

form button img {
	background: transparent;
	border-radius: 8.359% / 50%;
	box-shadow:0px 5px 7px 1px rgba(0,0,0,0.25);
}

form button[disabled] {
	cursor: not-allowed;
	-moz-opacity: 0.5;
	opacity: 0.5;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);  /* For IE 5-7 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; /* For IE 8 */
}

form dl dd p {
	text-align: left;
}





/* ▼footer */
/* ----------------------------------------------------- */
footer {
	padding: 3em 0 1.5em 0;
	background: #4e3e33;
}

footer a {
	color: #ffffff;
}

footer h2 {
	margin: 0 0 1em 0;
	padding: 0.3em 0 0.5em 0;
	color: #ffffff;
	font-size: 1.6rem;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
}

footer table {
	width: 100%;
}

footer table th,
footer table td {
	padding: 0.1em 0 0.3em 0;
	font-weight: 700;
	color: #ffffff;
}

footer figure {
	margin: 0;
}

footer p {
	margin: 1.5em 0 0 0;
	/* font-size: 1.4rem; */
}

footer address {
	margin: 1.5em 0 0 0;
	color: #ffffff;
	text-align: center;
	font-style: normal;
}



@media screen and (min-width: 767px) {
	footer div.containerlp {
		max-width: 1080px;
	}
	footer div.wrap {
		width: 83.334%;
	}
	footer h2 {
		font-size: 0.8rem;
	}
	footer table th,
	footer table td {
		font-size: 0.8rem;
	}
	footer div.flex {
		margin: 5em 0 0 0;
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: space-between;
		align-items: center;
		box-sizing: border-box;
	}
	footer div.flex figure {
		width: 18.519%;
	}
	footer div.flex p {
		width: 18.519%;
		font-size: 0.65rem;
		text-align: right;
	}
	footer address {
		width: 100%;
		font-size: 0.65rem;
	}
}

@media screen and (max-width: 766px) {
	footer div.flex {
		width: 89.334%;
		margin: 3em auto 0 auto;
	}
	footer figure,
	footer p {
		text-align: center;
	}
	footer figure img {
		width: 51.471%;
	}
	footer h2 {
		font-size: 1.2rem;
	}
	footer table th,
	footer table td,
	footer p,
	footer address {
		font-size: 1.1rem;
	}
}





/* ▼contact */
/* ----------------------------------------------------- */
body#contact section#contents h3,
body#confirm section#contents h3,
body#complete section#contents h3,
body#error section#contents h3 {
	text-align: center;
	font-weight: 900;
	line-height: 1.3;
}

body#contact section#contents div.containerlp > p,
body#confirm section#contents div.containerlp > p,
body#complete section#contents div.containerlp > p,
body#error section#contents div.containerlp > p {
	text-align: center;
}

body#contact section#contents div.containerlp > figure,
body#confirm section#contents div.containerlp > figure,
body#complete section#contents div.containerlp > figure,
body#error section#contents div.containerlp > figure {
	text-align: center;
}

body#contact section#contents div#tel {
	margin: 4em 0 0 0;
	border: 1px solid #1a1a1a;
}

body#contact section#contents div#tel a {
	display: block;
	padding: 1em;
	color: #1a1a1a;
	text-decoration: none;
}

body#contact section#contents div#tel a h3 {
	margin: 1em 0 0 0;
}

body#contact section#contents div#tel a h3 +p {
	margin: 0.5em 0;
}

body#contact section#contents div#tel a p +p {
	margin-top: 0;
}

body#contact section#contents div#tel a p {
	text-align: center;
}

body#contact section#contents div#tel a p em {
	font-weight: 700;
}