@charset "Shift_JIS";

/* ============================================================
	共通(element)
============================================================ */
html {
	-webkit-text-size-adjust: 100%;
	/* font-size: 3.125vmin; */ /* 画面幅320px時に1rem=10px設定 */
	font-size: 62.5%; /* 62.5% = 10px */
}
body {
	background: #f9f7f2;
	font-family: 'Noto Sans JP', 'Helvetica Neue', 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', '游ゴシック', YuGothic, 'メイリオ', meiryo, sans-serif;
	font-size: 14px;
	color: #231815;
	line-height: 1;
	letter-spacing: .05em;
}
body * {
	box-sizing: border-box;
	font-weight: 300;
}
a {
	color: #231815;
	text-decoration: none;
	outline: none;
	transition: .5s;
}
a:hover {
	opacity: .8;
}



/* ============================================================
	共通(id,class)
============================================================ */
#wrap {
	overflow: hidden;
	min-width: 960px;
}
#contents {
	margin-top: 0;
}



/* ============================================================
	h1エリア
============================================================ */
#topbar {
	-js-display: flex;
	display: flex;
	align-items: center;
	position: relative;
	height: 30px;
	top: 0;
	left: 0;
	z-index: 500;
	width: 100%;
	background: #f9f7f2;
	border-bottom: solid 1px #c7c8c9;
	padding-left: 20px;
}



/* ============================================================
	パンくずリスト
============================================================ */
#header-path {
	color: #666;
	letter-spacing: .1em;
}
#header-path .info01 {
	padding: 0 20px;
	line-height: 3;
}
#header-path .info01 a {
	color: #1d3fad;
	display: inline;
	background: linear-gradient(transparent 96%, #1d3fad 0%);
}
#footer-path {
	color: #666;
	letter-spacing: .1em;
}
#footer-path .info01 {
	padding: 0 20px;
	line-height: 3;
}
#footer-path .info01 a {
	color: #1d3fad;
	display: inline;
	background: linear-gradient(transparent 96%, #1d3fad 0%);
}



/* ============================================================
	ビジュアル
============================================================ */
#visual {
	text-align: center;
}

/*------------------------------
	ロゴ
------------------------------ */
#visual .logo {
	padding-top: 20px;
}
#visual .logo img {
	width: 100%;
	height: 60px;
}



/* ============================================================
	ご意見・ご感想
============================================================ */
#contact {
}

/*------------------------------
	見出し
------------------------------ */
#contact .headline {
	padding-top: 80px;
	font-size: 22px;
	text-align: center;
}

/*------------------------------
	メッセージ
------------------------------ */
#contact .message {
	padding-top: 40px;
	width: 720px;
	margin: 0 auto;
}
#contact .message p {
	font-size: 18px;
	line-height: 1.6;
	padding: 25px 40px;
	background: #fffede;
}

/*------------------------------
	入力フォーム
------------------------------ */
#contact .entry {
	padding-top: 30px;
}
/* 注意書き */
#contact .entry-message {
	text-align: center;
}
#contact .entry-message p {
	font-size: 18px;
	line-height: 1.6;
}
/* 流れ */
#contact .entry-flow {
	padding-top: 40px;
}
#contact .entry-flow ul {
	-js-display: flex;
	display: flex;
	justify-content: center;
}
#contact .entry-flow li {
	-js-display: flex;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	margin-right: 75px;
	width: 80px;
	height: 80px;
	border-radius: 50%;
	background: #f6b7a5;
	font-size: 20px;
	color: #231815;
}
#contact .entry-flow li:last-child {
	padding-right: 0;
	margin-right: 0;
}
#contact .entry-flow li.current {
	background: #e26962;
	color: #fff;
}
#contact .entry-flow li:not(:last-child)::after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	right: -45px;
	bottom: 0;
	width: 0;
	height: 0;
	margin: auto;
	border-top: solid 9px transparent;
	border-bottom: solid 9px transparent;
	border-left: solid 14px #231815;
}
/* フォーム */
#contact .entry-area {
	padding-top: 60px;
}
#contact .entry-area form {
	width: 600px;
	margin: 0 auto;
}
/* エラーアナウンス */
#contact .entry-area form .warning {
	margin-bottom: 60px;
	border: solid 2px #f00;
}
#contact .entry-area form .warning .text {
	color: #f00;
	font-size: 18px;
	line-height: 2;
	text-align: center;
}
/* 入力項目（タイトル） */
#contact .entry-area form dl dt {
	position: relative;
	margin-bottom: 16px;
	padding-left: 16px;
	font-size: 20px;
}
#contact .entry-area form dl dt::before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	width: 5px;
	height: 20px;
	background: #1A1A1A;
}
/* 入力項目（入力エリア） */
#contact .entry-area form dl dd {
	margin-bottom: 60px;
	font-size: 20px;
	line-height: 1.6;
}
#contact .entry-area form dl dd:last-child {
	margin-bottom: 0;
}
#contact .entry-area form dl dd input ,
#contact .entry-area form dl dd select ,
#contact .entry-area form dl dd textarea {
	padding: 20px;
	border: solid 1px #b3b3b4;
	font-family: 'Noto Sans Japanese';
	font-size: 20px;
	background: #fff;
}
#contact .entry-area form dl dd select {
	background: url(./images/select-triangle.svg) no-repeat;
	background-size: 8px 8px;
	background-position: right 8px center;
}
#contact .entry-area form dl dd input,
#contact .entry-area form dl dd textarea {
	width: 100%;
}
/* ボタン */
#contact .entry-button {
	padding-top: 40px;
}
#contact .entry-button .policy {
	margin-bottom: 40px;
}
#contact .entry-button .policy p {
	margin-bottom: 20px;
	font-size: 16px;
	line-height: 1.6;
	text-align: center;
}
#contact .entry-button .note {
	margin-bottom: 20px;
	font-size: 18px;
	line-height: 1.6;
	text-align: center;
}
#contact .entry-button .submit {
	-js-display: flex;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 150px;
	height: 50px;
	margin: 0 auto;
	background: linear-gradient(to bottom, #ff877a 0%, #e0534a 100%);
	font-size: 20px;
	color: #fff;
	letter-spacing: .1em;
	border-radius: 5px;
	border: none;
	box-shadow: 2px 2px 6px rgba(0, 0, 0, .2);
	cursor: pointer;
}



/* ============================================================
	リンク集
============================================================ */
#link {
	padding-bottom: 40px;
}

/*------------------------------
	メッセージ
------------------------------ */
#link .message {
	padding-top: 80px;
	text-align: center;
}
#link .message p {
	font-size: 12px;
	line-height: 2;
}
#link .message p a {
	font-size: 12px;
	display: inline;
	background: linear-gradient(transparent 96%, #231815 0%);
}

/*------------------------------
	リスト
------------------------------ */
#link ul {
	-js-display: flex;
	display: flex;
	justify-content: center;
	padding-top: 20px;
}
#link ul:last-child {
	padding-top: 10px;
}
#link li {
	border-right: solid 1px #333;
	padding: 0 10px;
}
#link li:last-child {
	border-right: none;
}
#link li a {
	position: relative;
	font-size: 12px;
	color: #1d3fad;
	display: inline;
	background: linear-gradient(transparent 96%, #1d3fad 0%);
}



/* ============================================================
	コピーライト
============================================================ */
#copyright {
	-js-display: flex;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 30px;
	background: #d6665f;
	color: #fff;
	text-align: center;
}
