@charset "utf-8";

/* -------------------------------------------------- */
/* RESET*/
/* -------------------------------------------------- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}

li {
	list-style-type: none;
}

blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

img {
	vertical-align: bottom;
}

textarea,select,option {
	font: inherit;
}

/* -------------------------------------------------- */
/* WP*/
/* -------------------------------------------------- */
/* 投稿の画像配置 */
.alignright { display: block; margin: 0 0 10px auto; }/* 配置位置 左 */
.alignleft { display: block; margin: 0 auto 10px 0; }/* 配置位置 右 */
.aligncenter { display: block; margin: 0 auto 10px; }/* 配置位置 中央 */
/* .alignright { float: right; padding: 0px 0 10px 10px; } *//* 後続のテキスト左回り込み */
/*.alignleft { float: left; padding: 0px 10px 10px 0; }*//* 後続テキスト右回り込み */

/* -------------------------------------------------- */
/* LINK */
/* -------------------------------------------------- */
a:link,
a:visited { text-decoration: none; color: #333333; }
a:hover  { text-decoration: none; color: #007130; }
a:active { text-decoration: none; color: #007130; }

/* -------------------------------------------------- */
/* CLEARFIX */
/* -------------------------------------------------- */
.cf:before,
.cf:after {
	content: " ";
	display: table;
}

.cf:after {
	clear: both;
}

.cf {
	*zoom: 1;
}

/* -------------------------------------------------- */
/* COMMON */
/* -------------------------------------------------- */
html {
	font-size: 62.5%;/* 10px */
}

body {
	background: #f5f5f5;
	color: #333333;
	font-size: 14px;
	font-size: 1.4rem;
}

#container {
	min-height: 100vh;
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Osaka,"ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 1.5;
}

* {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

button {
	margin: 0;
    padding: 0;
    border: none;
    background: none;
    cursor: pointer;
    display: inline-block;
}

/* ------------------------------------ */
/* ヘッダー */
/* ------------------------------------ */
#header {
	width: 100%;
	height: 75px;
	background-color: #007130;
}

#headerLogo {
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

#headerLogo img {
	width: 142px;
}

/* ------------------------------------ */
/* コンテンツ */
/* ------------------------------------ */
#content {
	width: 100%;
	max-width: 750px;
	flex-grow: 1;
	padding-top: 35px;
	background-color: #fff;
}

.inner {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	padding: 0 40px;
}

.text {
	margin-bottom: 40px;
	font-size: 1.4rem;
	line-height: 1.6;
}

.button {
	width: 100%;
	margin-bottom: 10px;
	padding: 12px;
	font-size: 1.8rem;
	font-weight: 600;
	color: #fff;
	background-color: #007130;
	border-radius: 6px;
}

.buttonBorder {
	color: #007130;
	background-color: #fff;
	border: 1px solid currentColor;
}

/* 評価ボタンの星アイコン */
.buttonIcon {
	margin: 0 3px;
	vertical-align: bottom;
}

.buttonIcon.active path {
	fill: #f3d020;
}

.buttonIcon.disabled path {
	fill: #098d41;
}

.textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	width: 100%;
	height: 250px;
	margin-bottom: 25px;
	padding: 15px;
	display: block;
	font-size: 16px;
	font-family: inherit;
	color: inherit;
	background: #ffffff;
	border: 1px solid #007130;
	border-radius: 6px;
}

.submit {
	width: 175px;
	margin-right: auto;
	margin-left: auto;
	padding: 10px;
	display: block;
	font-size: 1.5rem;
	font-weight: 600;
	letter-spacing: 0.06em;
	color: #fff;
	background-color: #098d41;
	border-radius: 5px;
}

.submit::after {
	content: "";
	width: 5px;
	height: 5px;
	margin-right: -8px;
	margin-left: 8px;
	display: inline-block;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	transform: rotate(45deg);
	transform-origin: top;
	vertical-align: middle;
}

.err{
	color:#CC0000;
}
/* ------------------------------------ */
/* 完了画面 */
/* ------------------------------------ */
#complete {
	width: 100%;
	flex-grow: 1;
	padding-top: 75px;
	text-align: center;
	color: #fff;
	background-color: #007130;
}

#completeIconWrap {
	width: 55px;
	height: 55px;
	margin: 0 auto 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #fff;
	border-radius: 50%;
}

#completeIcon path {
	stroke: #007130;
}

#completeTitle {
	margin-bottom: 15px;
	font-size: 2.1rem;
}

#completeText1 {
	margin-bottom: 40px;
	font-size: 1.3rem;
    font-feature-settings: "palt";
	letter-spacing: 0.04em;
	line-height: 1.75;
}

#completeText2 {
	margin-bottom: 10px;
	font-size: 1.3rem;
    font-feature-settings: "palt";
	letter-spacing: 0.04em;
	line-height: 1.75;
}

#completeTel {
	margin-bottom: 25px;
}

#completeTelNum {
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 2.6rem;
	line-height: 1.4;
	font-weight: 500;
}

.telLink a {
	color: #FFF;
	font-weight: bold;
}

#telIcon {
	margin-right: 5px;
	display: inline-block;
}

#telIcon path {
	fill: #fff;
}

#completeTelHour {
	font-size: 1.3rem;
    font-feature-settings: "palt";
}

#completeTelHour .large {
	font-size: 1.7rem;
}

#completeTelHour small {
	font-size: 1.2rem;
}

a.completeBtn1 {
	width: fit-content;
	margin: 0 auto 10px;
	padding: 6px 20px;
	display: block;
	font-size: 1.5rem;
	color: #007130;
	background-color: #fff;
	border-radius: 5px;
}

a.completeBtn1::after {
	content: "";
	width: 5px;
	height: 5px;
	margin-right: -8px;
	margin-left: 8px;
	display: inline-block;
	border-top: 1px solid #007130;
	border-right: 1px solid #007130;
	transform: rotate(45deg);
	transform-origin: top;
	vertical-align: middle;
}

.completeBtn2 {
	font-size: 1.5rem;
	color: #fff;
}

@media screen and (max-width: 374px) {
	html {
		font-size: 2.667vw;
	}
}
