@charset "utf-8";
/*	------------------------------------------------
初期用
------------------------------------------------	*/
/*	基盤	*/
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基盤 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
main {
	display: block;
}
html,
body,
div {
	line-height: 1;
}
ol,
ul {
	list-style: 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;
}
input[type="text"] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
button {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	box-shadow: none;
	display: inline-block;
	border: none;
	border-radius: 0;
	cursor: pointer;
	background: none;
	padding: 0;
}


/*	初期独自用
----------------------------------	*/

.contents {
	line-height: 1;
}
html {
	font-size: 62.5%;
}
body {
	font-family: "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-family: YuGothic, "Yu Gothic", "游ゴシック体", "游ゴシック", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
	font-size: 1.6rem;
	color: #000;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	text-size-adjust: 100%;
}

.mintyo {
	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

body.js-androidGothic {
	font-family: "Noto Sans JP", sans-serif;
}
/* #body .js-androidMintyo {
	font-family: "Noto Serif JP", serif;
} */

a {
	text-decoration: none;
	color: #000;
	display: inline-block;
	word-break: break-all;
}
span,
time {
	display: inline-block;
}
img {
	display: inline-block;
	width: 100%;
	height: auto;
}

input,
textarea {
	display: inline-block;
	background: none;
	box-shadow: none;
	border: none;
	border-radius: 0;
	color: #000;
	font-size: 1.6rem;
}

input {
	line-height: 1;
}

textarea {
	line-height: 1.7;
}
legend {
	display: inline-block;
}

/*	クリア共通	*/
.clearF::after {
	display: block;
	clear: both;
	content: "";
}

/*	Internet Explorer用の設定	*/
a img {
	border: none;
}

/*	マテリアルアイコン用の設定	*/
body .material-icons {
	display: inline-flex;
	vertical-align: middle;
}

/*  PCのとき電話リンクなしの設定  */
@media screen and (min-width: 768px) {
	a[href^="tel:"] {
		pointer-events: none;
	}
}

/*  IEブラウザ以外で確認してくださいのCSS  */
@media all and (-ms-high-contrast: none) {
	/* ここに書く */
	#body {
		position: relative;
	}
	#body::before {
		position: fixed;
		z-index: 999999;
		display: block;
		content: "";
		width: 100%;
		height: 100vh;
		background: #999;
	}
	#body::after {
		position: fixed;
		left: 0;
		top: calc(50% - 10px);
		z-index: 1000000;
		display: block;
		content: "エクスプローラー（Internet Explorer）以外のブラウザ（クローム、エッジ、サファリなど）で閲覧してください。";
		width: 100%;
		padding: 0 20px;
		box-sizing: border-box;
		line-height: 2;
		text-align: center;
		color: #fff;
		font-size: 2.0rem;
		font-weight: bold;
	}
}

/*	------------------------------------------------
全体共通1921以上
------------------------------------------------	*/
@media screen and (min-width: 1921px) {
	.contents {
		width: 1920px;
		margin: 0 auto;
		position: relative;
	}
}

/*	先頭戻る	*/

/*	------------------------------------------------
共通アニメーション
------------------------------------------------	*/
.js-scroll {
	opacity: 0;
	transition-property: transform, opacity;
	transition-duration: 1.5s, 1.5s;
}
.js-bottom {
	transform: translate(0, 50px);
}
.js-left {
	transform: translate(-50px, 0);
}
.js-right {
	transform: translate(50px, 0);
}
body.js-trans .js-scrollin {
	opacity: 1;
	transform: translate(0, 0);
}

/*	------------------------------------------------
404ページ設定
------------------------------------------------	*/
.notFound {
	position: relative;
	height: 100vh;
}
.notFound > div {
	width: 100%;
	text-align: center;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	font-family: "Cormorant Garamond", serif;
}
.notFound > div > h1 {
	font-size: 7.0rem;
}
.notFound > div > h1 > span {
	color: #96c4a0;
	background: linear-gradient(45deg, #21baff 0%, #96c4a0 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.notFound > div > p {
	padding: 20px 0 50px;
	letter-spacing: 2px;
}
.notFound > div > a {
	font-size: 2rem;
	font-weight: bold;
	margin: 0 auto 0;
	display: block;
	line-height: 60px;
	height: 60px;
	width: 280px;
	border: 1px solid #333;
	box-sizing: border-box;
	text-align: center;
	color: #fff;
	background: #333;
}

@media screen and (max-width: 767px) {
	.notFound > div > h1 {
		font-size: 6.0rem;
	}
	.notFound > div > a {
		font-size: 1.8rem;
	}
}
@media screen and (max-width: 590px) {
	.notFound > div > h1 {
		font-size: 5.0rem;
	}
}
@media screen and (max-width: 490px) {
	.notFound > div > h1 {
		font-size: 4.0rem;
	}
	.notFound > div > p {
		font-size: 1.4rem;
	}
	.notFound > div > a {
		font-size: 1.6rem;
	}
}
@media screen and (max-width: 359px) {
	.notFound > div > h1 {
		font-size: 3.6rem;
	}
}

/*	------------------------------------------------
共通head用
------------------------------------------------	*/
/*  ------------------------------------------------
共通footer
----------------------------------------------------  */
.footer {
	padding: 0 100px;
}
.footerDiv {
	padding: 0 0 50px;
	border-top: 1px solid #ddd;
	margin: 0 auto;
}
.footerDiv > div:first-of-type {
	padding: 50px 0;
}
.footerDiv > div:first-of-type > a:first-of-type {
	font-size: 3.0rem;
	color: #95c4a0;
	font-family: "Sawarabi Gothic", sans-serif;
	/* font-family: "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; */
	font-weight: 300;
}
.footerDiv > div:first-of-type > a:last-of-type {
	padding-top: 10px;
	color: #95c4a0;
}
.footerDiv > div:first-of-type > a:last-of-type > i {
	padding-right: 5px;
}
.footerDiv > div:first-of-type > p {
	padding-top: 10px;
	color: #95c4a0;
}
.footerDiv > div:first-of-type > p > span {
	padding-right: 10px;
}

.footerDiv > div:nth-of-type(2) {
	padding: 50px;
	background: #f8f8f8;
}
.footerDiv > div:last-of-type > ul {
	float: left;
}
.footerDiv > div:last-of-type > ul > li {
	float: left;
	padding-right: 40px;
}
.footerDiv > div:last-of-type > ul > li > a {
	color: #666;
	font-size: 2.8rem;
}
.footerDiv > div:last-of-type > p {
	float: right;
	line-height: 2;
	font-size: 1.2rem;
}

@media screen and (min-width: 768px) {
	.footerDiv > div:last-of-type > p > a.js-hover,
	.footerDiv > div:last-of-type > ul.js-hoverCss > li > a {
		transition: opacity;
		transition-duration: 0.5s;
	}
	.footerDiv > div:last-of-type > p > a.js-hover:hover,
	.footerDiv > div:last-of-type > ul.js-hoverCss > li > a:hover {
		opacity: 0.6;
	}
}

/*	footerスマホ
------------------------------------------------	*/
@media screen and (max-width: 1200px) {
	.footer {
		padding: 0 50px;
	}
}
@media screen and (max-width: 1020px) {
	.footer {
		padding: 0 20px;
	}
}
@media screen and (max-width: 810px) {
	.footerDiv > div:nth-of-type(2) {
		padding: 50px 20px;
	}
}
@media screen and (max-width: 767px) {
	.footerDiv > div:last-of-type > ul {
		float: none;
	}
	.footerDiv > div:last-of-type > p {
		float: none;
		text-align: center;
	}
	.footerDiv > div:last-of-type > ul {
		display: flex;
		-webkit-box-orient: horizontal; /* 水平or垂直 */ /* 順番 */
		flex-wrap: nowrap;
		justify-content: center;
		padding-bottom: 20px;
		display: none;
	}
	.footerDiv > div:last-of-type > ul > li {
		padding-right: 0;
		float: none;
	}
	.footerDiv > div:last-of-type > ul > li:nth-of-type(2) {
		padding: 0 40px;
	}
}
@media screen and (max-width: 590px) {
	.footerDiv > div:first-of-type > a:first-of-type {
		font-size: 2.4rem;
	}
	.footerDiv > div:first-of-type > p,
	.footerDiv > div:first-of-type > a:last-of-type {
		font-size: 1.4rem;
	}
	.footerDiv > div:last-of-type > p > small {
		display: block;
	}
}
@media screen and (max-width: 490px) {
	.footerDiv > div:nth-of-type(2) {
		padding: 30px 20px 50px;
	}
	.footerDiv > div:first-of-type > p {
		padding: 0;
	}
	.footerDiv > div:first-of-type > p > span {
		padding: 10px 0 0;
		display: block;
	}
	.footerDiv > div:first-of-type > p,
	.footerDiv > div:first-of-type > a:last-of-type {
		font-size: 1.3rem;
	}
}
@media screen and (max-width: 400px) {
	.footerDiv > div:first-of-type > a:first-of-type {
		font-size: 2.2rem;
	}
}
@media screen and (max-width: 369px) {
	/* .footerDiv > div:first-of-type > a > span {
		display: none;
	} */
	.footerDiv > div:first-of-type > a:first-of-type {
		font-size: 1.8rem;
	}
	.footerDiv > div:first-of-type > p > span > span {
		padding-top: 10px;
		display: block;
	}
}