@charset "utf-8";

@font-face {
	font-family: "ITALIANPLATENO2-REGULAR";
	font-style: normal;
	font-weight: 400;
	src: url(fonts/ITALIANPLATENO2-REGULAR.woff) format('woff')
}

@font-face {
	font-family: "ITALIANPLATENO2-MEDIUM";
	font-style: normal;
	font-weight: 400;
	src: url(fonts/ITALIANPLATENO2-MEDIUM.woff) format('woff')
}

@font-face {
	font-family: "ITALIANPLATENO2-BOLD";
	font-style: normal;
	font-weight: 400;
	src: url(fonts/ITALIANPLATENO2-BOLD.woff) format('woff')
}

@font-face {
	font-family: "Roboto Condensed";
	font-style: normal;
	font-weight: 400;
	src: url(fonts/RobotoCondensed-Bold.woff) format('woff')
}
@font-face {
	font-family: 'icomoon';
	font-weight: normal;
	font-style: normal;
	font-display: block;
	src:url('fonts/icomoon.woff?lgj1hn') format('woff');
}
[class^="icon-"], [class*=" icon-"] {
	/* use !important to prevent issues with browser extensions that change fonts */
	font-family: 'icomoon' !important;
	speak: never;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-arrow {
	text-decoration: none;
	margin-right: 2px;
}
.icon-arrow:before {
	content: "\e900";
	text-decoration: none;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
	■共通スタイル
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, fieldset, form, label, legend, table, caption, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
	border: 0;
	outline: 0;
	font-size: 100%;
	font-style: normal;
	vertical-align: baseline;
	background: transparent;
	margin: 0;
	padding: 0;
}

main, article, aside, details, summary, blockquote, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block
}

h1, h2, h3, h4, h5, dl, dt, dd, ol, ul, li, p, figure {
	margin: 0;
	padding: 0;
}

ul {
	list-style: none;
}

img, iframe, select, textarea {
	vertical-align: top;
}

img {
	max-width: 100%;
}

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

html {
	height: 100%;
	overflow-y: scroll;
	overflow-x: hidden;
}

body {
	height: 100%;
	font-family: "icomoon", "Meiryo UI", Meiryo, "メイリオ", sans-serif;
	line-height: 1;
	letter-spacing: 0;
	font-feature-settings: "palt";
	-webkit-text-size-adjust: 100%;
	background: #0C2340;
}
hr {
	display: block;
	height: 1px;
	border: 0;
	margin: 0;
	padding: 0;
}



p {
	line-height: 1.5;
	margin-bottom: 16px;
}

p:last-of-type {
	margin-bottom: 0;
}

li {
	line-height: 1.5;
}

dt {
	line-height: 1.5;
}



a {
	color: #000;
	font-size: 100%;
	vertical-align: baseline;
	text-decoration: none;
}

.fadein {
	opacity: 0;
	transform: translateY(24px);
	transform: translateY(0);
	transition: all 1s;
}

.indent {}

.indent.level1 {
	padding-left: 1em;
	text-indent: -1em;
}

.indent.level2 {
	padding-left: 1.5em;
	text-indent: -1.5em;
}

.indent.level3 {
	padding-left: 2em;
	text-indent: -2em;
}

.center {
	text-align: center;
}


/*-------------------------------------------------------------------------
	top
-------------------------------------------------------------------------*/


/*------------------------------------------------------------------------*/

@media screen and (min-width: 768px) {
	.sp {
		display: none!important
	}
	body {
		font-size: 16px;
	}
	a[href^="tel:"] {
		pointer-events: none;
		text-decoration: none;
	}
	main {}
	section {
		padding: 120px 0;
	}
	.inner {
		width: calc(100% - 64px);
		max-width: 890px;
		margin: 0 auto;
	}
	.inner.wide {
		max-width: 1080px;
	}
	.inner.thin {
		max-width: 708px;
	}
}


/*------------------------------------------------------------------------*/

@media screen and (max-width: 767px) {
	.pc {
		display: none!important
	}
	body {
		font-size: 14px;
	}
	main {}
	section {
		padding: 40px 0;
	}
	main p {
		margin-bottom: 16px;
	}
	.inner {
		width: calc(100% - 32px);
		margin: 0 16px;
	}
	.inner.wide {}
}



/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
	■entry
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

#entry {
}
#entry h2 {
	font-size: 36px;
	font-weight: bold;
	text-align: center;
	line-height: 1.25;
	color: #FFC72C;
	margin-bottom: 48px;
}
#entry h2 + p {
	color: #fff;
	text-align: center;
	margin-bottom: 48px;
}

#entry .form {
	padding: 64px;
	background: #fff;
	border: 8px solid #FFC72C;
	margin-bottom: 64px;
}

#entry .form > li {
	margin-bottom: 32px;
	padding-bottom: 32px;
	border-bottom: 1px dotted #ccc;
}
#entry .form > li:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: 0;
}

#entry .form dl {
	display: flex;
	align-items: flex-start;
}
#entry .form dl.center {
	align-items: center;
}

#entry .form dt {
	width: 160px;
	margin-right: 24px;
	font-weight: bold;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

#entry .form dd {
	flex: 1;
	text-align: left;
}

#entry .form dd p {
	display: flex;
	margin: 0;
}
#entry .form dd p small {
	font-size: 14px;
}

#entry .form dd * + p, #entry .form dd * + ul {
	margin-top: 16px;
}

#entry .form dd p span {
	flex: 1;
}

#entry .form dd p span + span {
	margin-left: 16px;
}

#entry .form dd ul {
	line-height: 1.5;
	display: flex;
	flex-wrap: wrap;
	margin-bottom: -8px;
}

#entry .form dd li {
	width: calc(100% / 3);
	margin-bottom: 8px;
}

#entry .form dd li.full {
	width: 100%;
}


#entry .form dd hr {
	background: #eee;
	margin: 24px 0;
}

#entry .form input[type="checkbox"], #entry .form input[type="radio"] {
	margin-right: 8px;
}

#entry .form .required:after {
	flex: none;
	width: 32px;
	height: 24px;
	content: "必須";
	background: #0C2340;
	color: #fff;
	font-size: 10px;
	font-weight: normal;
	line-height: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-left: 8px;
}

#entry .form input[type="text"], #entry .form input[type="tel"], #entry .form input[type="url"], #entry .form input[type="email"], #entry .form select, #entry .form textarea {
	width: 100%;
	background: #fff;
	box-sizing: border-box;
	padding: 12px;
	box-shadow: none;
	border: 1px solid #ddd;
	border-radius: 0;
	-moz-appearance: none;
	-webkit-appearance: none;
	font-feature-settings: "palt";
	font-size: 14px;
	line-height: 1.25;
	letter-spacing: .05em;
	outline: none
}


#entry .form select {
	background: url(images/icon_arrow_bottom_black.svg) no-repeat right 12px center / 12px 6px #fff;
	cursor: pointer;
}
#entry .form label {
	white-space: nowrap;
}


#entry .form input.half,
#entry .form select.half {
	width: calc(50% - 8px);
}

#entry .form input[type="text"]:required, #entry .form input[type="tel"]:required, #entry .form input[type="url"]:required, #entry .form input[type="email"]:required, #entry .form select:required, #entry .form textarea:required {
	/*border: 1px solid #f00;*/
}

#entry .form input[type="text"]:invalid, #entry .form input[type="tel"]:invalid, #entry .form input[type="url"]:invalid, #entry .form input[type="email"]:invalid, #entry .form select:invalid, #entry .form textarea:invalid {
	background-color: #ffe;
	/*border: 1px solid #ddd;*/
}
#entry .form input[type="text"]:required:valid, #entry .form input[type="tel"]:required:valid, #entry .form input[type="url"]:required:valid, #entry .form input[type="email"]:required:valid, #entry .form select:required:valid, #entry .form textarea:required:valid {
	border: 1px solid green;
}

.button {
	text-align: center;
}

.button input[type="submit"],
.button a {
	width: 520px;
	max-width: 100%;
	height: 80px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 32px;
	font-weight: bold;
	font-family: "Meiryo UI", Meiryo, "メイリオ", sans-serif;
	margin: 0 auto;
	border: 0;
	border-radius: 0;
	-moz-appearance: none;
	-webkit-appearance: none;
	box-sizing: border-box;
	background: #FFC72C;
	color: #000;
	box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
	cursor: pointer;
	transition: .25s;
}
.button input[type="submit"]:hover {
	background: #fff;
}
    .button span{
        font-size: 20px;
    }

/*------------------------------------------------------------------------*/

@media screen and (max-width: 767px) {


	#entry h2 {
		font-size: 24px;
		margin-bottom: 24px;
	}
	#entry h2 + p {
		text-align: left;
		margin-bottom: 24px;
	}

	#entry .form {
		padding: 16px;
		border: 4px solid #FFC72C;
		margin-bottom: 24px;
	}

	#entry .form > li {
		margin-bottom: 16px;
		padding-bottom: 16px;
	}


	#entry .form dl {
		display: block;
		font-size: 14px;
	}
	#entry .form dt {
		width: 100%;
		margin: 0 0 12px 0;
	}
	#entry .form dd {}
	#entry .form dd p {
		font-size: 12px;
		justify-content: space-between;
	}
	#entry .form dd p small {
		font-size: 12px;
	}
	#entry .form dd * + p, #entry .form dd * + ul {
		margin-top: 12px;
	}
	#entry .form dd p span + span {
		margin-left: 8px;
	}
	#entry .form dd li {
		width: 100%;
	}
	#entry .form input.half {
		width: 100%;
	}
	#entry .form input[type="text"], #entry .form input[type="tel"], #entry .form input[type="url"], #entry .form input[type="email"], #entry .form select, #entry .form textarea {
		font-size: 14px;
	}
	#entry .form select {
		width: 100%;
	}

	.button input[type="submit"],
	.button a {
		max-width: 98%;
		height: 64px;
		font-size: 22px;
	}
    .button span{
        font-size: 14px;
    }
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
	■footer
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

footer {
	background: #fff;
	padding: 64px 0 32px 0;
}
footer dl {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
}
footer dt {
	flex: none;
	width: 302px;
}
footer dd {
	font-size: 14px;
	font-family: "Roboto Condensed";
}

/*------------------------------------------------------------------------*/

@media screen and (max-width: 767px) {
	footer {
		padding: 24px 0;
	}
	footer dt {
		width: 160px;
	}

}

/*無料診断用フォームの色変更*/
#check{
	background: #FFC72C;
}
#check p:first-of-type{
	color: #0C2340;
}
#check #entry h2 {
	color: #0C2340; 
}
#check #entry .form {
	border: 8px solid #0C2340;
}
#check .button input[type="submit"], #check .button a {
	background: #0C2340;
	color: #fff;
}
#check .button input[type="submit"]:hover {
	background: #fff;	
	color: #0C2340;
}
/*来店予約→無料診断用フォームへ移動ボタン*/
.link{
    text-align: center;
}
.link a {
	width: 480px;
	max-width: 100%;
	height: 64px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 20px;
	font-weight: bold;
	font-family: "Meiryo UI", Meiryo, "メイリオ", sans-serif;
	margin: 80px auto;
	border: 0;
	border-radius: 0;
	-moz-appearance: none;
	-webkit-appearance: none;
	box-sizing: border-box;
	background: #FFC72C;
	color: #000;
	box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
	cursor: pointer;
	transition: .25s;
}
.link a:hover {
	background: #fff;
}
@media screen and (max-width: 767px) {
    .link a {
		max-width: 90%;
		height: 40px;
	    margin: 40px auto;
		font-size: 18px;
}
}