@charset "UTF-8";


/* Reset
--------------------------------------------------*/
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, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, dialog, figure, footer, header,
hgroup, menu, nav, section,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
article, aside, dialog, figure, footer, header,
hgroup, nav, section {
	display:block;
	position: relative;
	/zoom: 1;
}
html {
    height: 100%;
}
body {
	line-height: 1;
    height: 100%;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* Reset
--------------------------------------------------*/
body {
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	line-height: 1.8;
	font-size: 16px;
	height: 100%;
	color: #000;
	-webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
}


/* Reset
--------------------------------------------------*/
.clear,
.clearfix:after {
	content: '';
	display: block;
	clear: both;
	height: 0;
}

/* Reset
--------------------------------------------------*/
p, ul, ol, dl {
	margin: 0;
	text-align: justify;
}
h1, h2, h3, h4, h5 {
	line-height: 1.6;
}
table {
	width: 100%;
	margin: 0;
}
table p {
	text-align: left;
}
caption {
	font-weight: bold;
	text-align: left;
}
img {
	border: none;
	vertical-align: bottom;
}
em {
	font-weight: bold;
	font-style: normal;
}
strong {
	font-weight: bold;
}
a {
	color: #000;
	-moz-transition: 0.15s;
	-webkit-transition: 0.15s;
	-o-transition: 0.15s;
	-ms-transition: 0.15s;
	transition: 0.15s;
}
a:link {
	text-decoration: none;
	color: #000;
}
a:visited {
	text-decoration: none;
	color: #000;
}
a:hover {
	
}





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

	style

--------------------------------------------------*/
.logo {
	position: absolute;
	top: 25px;
	left: 25px;
}
.contact {
	position: fixed;
	z-index: 10;
}
.contact a {
	display: block;
	width: 170px;
	height: 130px;
	border: 4px solid #e94609;
	border-radius: 8px;
	box-shadow: 0px 3px 0px 0px rgba(0, 0, 0, 0.15);
	text-align: center;
	/*bottom: 15px;
	right: 15px; */
	color: #e94609;
	font-size: 14px;
	font-weight: bold;
	background: url(../images/ico_link_365.png) no-repeat center 130px rgba(255,255,255,0.9);
	padding-top: 40px;
}
.contact a:hover {
	box-shadow: none;
	margin: 3px 0 -3px 0;
	background: url(../images/ico_link_365.png) no-repeat center 130px #fdece6;
}

#contents {
	width: 980px;
	margin: 0 auto;
}
h1 {
	text-align: center;
	margin-bottom: 60px;
}
h1 + p {
	float: left;
	margin-top: 40px;
}
h1 + p + p {
	float: right;
	margin-bottom: 60px;
}

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

	footer

--------------------------------------------------*/
footer {
	background: url(../images/img_curve_bottom.png) no-repeat center -5px #000;
	background-size: 100% auto;
	padding: 100px 0 10px;
	margin-top: 120px;
	font-size: 12px;
	min-width: 1000px;
}
footer p {
	text-align: center;
}
footer p.copyright {
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	margin: 25px 0 70px 0;
	letter-spacing: 0.2em;
	font-size: 11px;
}

.copy.agss {
    color: #deb844;
}
.copy.azss {
    color: #b186ba;
}

.price {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}
.price h2 {
    text-align: center;
    font-size: 1.4rem;
}
.price h2 img {
    display: block;
    margin: 0 auto 10px;
}
.price ul {
    border-top: 2px solid #000000;
    border-bottom: 2px solid #000000;
    margin: 40px 0 0;
}
.price ul li {
    padding: 30px 20px;
}
.price ul li + li {
    border-top: 1px solid #cccccc;
}
.price ul li img {
    max-width: 100%;
}

.note {
    font-size: 0.8rem;
}

.schedule {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    margin: 50px 0 0;
    padding: 30px 50px;
    background-color: #eeeeee;
}
.schedule h2 {
    background-color: #000000;
    color: #ffffff;
    border-radius: 1.0rem;
    line-height: 2.0rem;
    padding: 0 1.5rem;
}
.schedule p {
    font-size: 1.0rem;
    font-weight: bold;
    line-height: 2.0rem;
    padding-top: 5px;
}
.schedule span {
    font-size: 1.6rem;
    line-height: 1.6rem;
}
.conditions {
    display: flex;
    gap: 20px;
    margin: 25px 0 0;
}
.conditions h2 {
    padding: 20px;
    border-left: 2px solid #000000;
    border-right: 2px solid #000000;
    text-align: center;
    font-size: 0.9rem;
    line-height: 1.2;
}
.conditions li {
    list-style-type: disc;
    margin: 0 0 0 1.0rem;
    font-size: 0.8rem;
}
.conditions li small {
    font-size: 90%;
}
.inquiry {
    margin: 50px 0 0;
}
.inquiry a {
    display: block;
    background-color: #000000;
    color: #ffffff;
    text-align: center;
    font-weight: bold;
    font-size: 1.6rem;
    line-height: 1.2;
    padding: 30px;
    border-radius: 5px;
}
.inquiry a:hover {
    opacity: 0.7;
}

.link {
    margin: 50px 0 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}
.link li {
    text-align: center;
    padding: 0 0 30px;
    border-bottom: 2px solid;
    line-height: 54px;
    font-weight: bold;
}
.link a {
    display: block;
}
.link .agss {
    border-bottom-color: #deb844;
}
.link .azss {
    border-bottom-color: #b186ba;
}
