@charset "UTF-8";

:root {
	--color-black:#262626;
	--color-white:#ffffff;
}
	
/* RESET CSS */

*,*::before,*::after{box-sizing:border-box}*{border:0;margin:0;outline:0;padding:0;font:inherit;font-family:inherit;font-size:100%;font-style:inherit;font-weight:inherit;text-decoration:none;vertical-align:baseline}article,aside,footer,header,main,nav,article,section{display:block}img,picture,audio,canvas,video,svg{display:block;width:100%;height:auto}br,hr{display:block}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:none}input,select{vertical-align:middle}body{line-height:1;line-break:strict;overflow-wrap:break-word;overflow-wrap:anywhere;word-break:normal;font-feature-settings:"palt";-webkit-text-size-adjust:100%;-webkit-font-smoothing:antialiased}a{-webkit-tap-highlight-color:transparent}

/* html format */
html {
	font-size: 62.5%;
}
@media screen and (max-width: 750px) {
	html {
		font-size: 1.6vw;
	}
}
body {
	background-color: #fff;
	color: #262626;
	color: var(--color-dark);
	font-family: "M PLUS 1p", sans-serif, 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'Meiryo', 'メイリオ', 'Helvetica', sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 16px;
	font-size: 1.6rem;
	position: relative;
	text-align: center;
	width: 100%;
}
a,
a:link,
a:visited,
a:hover,
a:active {
	color: inherit;
	-webkit-tap-highlight-color: transparent rgba(0, 0, 0, 0);
	text-decoration: none;
	-webkit-text-decoration-skip: objects;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	display: block;
	line-height: 1.3;
}
b {
	font-weight: bold;
}
i {
	font-style: normal;
}
u {
	text-decoration: underline;
}
em {
	font-weight: bold;
}
strong {
	font-weight: bold;
	font-size: 1.4em;
}
mark {
	background: transparent;
}
q {}
q:before,
q:after {
	content: '"';
}
s {
	text-decoration: underline;
}
del {
	text-decoration: line-through;
}
ins {}
iframe {}
ruby {}
rt {
	font-size: 0.5em;
}
sup {
	vertical-align: super;
	font-size: smaller;
}
sub {
	vertical-align: sub;
	font-size: smaller;
}
details {
	margin: 0 0 40px 0;
}
hr {
	margin: 0 0 40px 0;
	border: 0;
	border-top: 1px solid #DEE2DF;
	border-color: var(--color-border);
	height: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
	empty-cells: show;
	border: 0;
	width: 100%;
	margin: 0 0 2em 0;
	border-top: 1px solid #DEE2DF;
	border-color: var(--color-border);
}
table th,
table td {
	padding: 1.5em 1em;
	vertical-align: top;
	border-bottom: 1px solid;
	border-color: var(--color-border);
}
table caption {
	text-align: left;
	padding: 8px;
}



h1 {
	width: 40rem;
	height: auto;
	margin: 4rem auto;
}
h1 span {
	display: none;
}

h2 {
	font-size: 3rem;
	margin-bottom: 2.5rem;
}
p {
	font-size: 2.5rem;
	line-height: 1.3;
}
p.tel {
	font-size: 4rem;
	margin-bottom: 2.5rem;
}
p.address {
	margin-top: 4rem;
	margin-bottom: 2rem;
}
p.map {
	width: 100%;
	height: auto;
}
p.map iframe {
	width: 100%;
	height: 450px;
}







