@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=BIZ+UDPGothic:wght@400;700&family=Play:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Creepster&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Caveat:wght@700&display=swap');

html {
    font-size: 62.5%;
}
body {
	font-size: 1.8rem;
	text-align: center;
	background-color: #FFF;
	margin: 0;
	padding: 0;
	color: #666666;
	font-family: "BIZ UDPGothic", serif;
  font-weight: 300;
  font-style: normal;
}
a:link {
	color: #663333;
	text-decoration: none;
    cursor:-moz-pointer;
    cursor:-webkit-pointer;
    cursor: pointer;
}
a:visited {
	color: #663333;
	text-decoration: none;
}
a:hover {
	color: #95995B;
	text-decoration: underline;
}
a:active {
	color: #336;
	text-decoration: underline;
}
a:hover img {
	opacity: 0.75;
	filter: alpha(opacity=75);
	-ms-filter: "alpha( opacity=75 )";
	z-index: 1;
}

main {
	text-align: center;
	line-height:1.4;
	margin: 20px auto 0 auto;
	display: block;
    width: 90%;
}
h1 {
    font-size: 6rem !important;
    font-family: "Play", sans-serif;
    font-weight: 700;
    font-style: normal;
    margin-bottom: 20px !important;
}
dl {
    display: -webkit-flex;
    display: flex;
     -webkit-justify-content: space-around;
    justify-content: space-around;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    width: 80%;
    margin: 30px auto !important;
}
dt {
    text-align: center;
    width: 40%;
    font-size: 1.6rem;
}
dt img {
    width: 100%;
}
h2.hrp {
    font-family: "Creepster", system-ui;
    font-weight: 400;
    font-size: 2.4rem;
    font-style: normal;
}h2.crm {
    font-family: 'Caveat', cursive;
    font-weight: 700;
    font-size: 2.8rem;
    font-style: normal;
}
dt span {
    display: block;
    color: #996666;
}
@media screen and (max-width: 767px) {
dl {
    display: -webkit-block;
    display: block;
    width: 80%;
    margin: 30px auto !important;
}
dt {
    text-align: center;
    width: 100%;
    font-size: 1.6rem;
    margin-bottom: 50px;
}
dt img {
    width: 100%;
}
h2.hrp {
    font-family: "Creepster", system-ui;
    font-weight: 400;
    font-size: 2rem;
    font-style: normal;
}h2.crm {
    font-family: 'Caveat', cursive;
    font-weight: 700;
    font-size: 2.2rem;
    font-style: normal;
}
dt span {
    display: block;
    color: #996666;
}
}

/* フッター
----------------------------------------------------------- */

footer {
	margin: 0px auto;
	padding: 0;
	text-align: left;
	width: 100%;
}
footer small {
	display: block;
	width: 100%;
	text-align: center;
	margin: 0;
	padding: 15px 0 30px 0;
    font-size: 1.4rem !important;
}

@media screen and (max-width: 767px) {
footer {
	margin: 0px auto;
	padding: 0;
	text-align: left;
	width: 100%;
}
footer small {
	display: block;
	width: 100%;
	text-align: center;
	margin: 0 auto;
	padding: 15px 0 30px 0;
    font-size: 1rem !important;
}
}