@charset "UTF-8";

body {
	max-width: 1200px;
	margin: 0 auto 0 auto;
  font-family: "Helvetica Neue",
    Arial,
    "Hiragino Kaku Gothic ProN",
    "Hiragino Sans",
    Meiryo,
    sans-serif;
	overflow-x: hidden;
}
img {
    max-width: 100%;
    height: auto;
}
/* Container */
.container {
	width: 100%;
    display: block;
    text-align: center;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFFFFF;
}
header {
	height: auto;
	background-color: #a10008;
	display: block;
	margin: 0 auto;
    text-align: center;
}
header.column {
	width: 100%;
	height: auto;
	background-color: #fff;
	display: block;
	margin: 0 auto;
    text-align: center;
}

header.clr {
	width: 100%;
	height: auto;
	background-color: white;
	background-image: url("../images/color-img-b.png");
	background-repeat: repeat-x;
	display: block;
	margin: 0 auto;
    text-align: center;
}
.content-top {
	width: 100%;
	margin: 0;
}
h1 {
    font-size: clamp(18px, 2.3vw, 30px);
	text-align: center;
	color: darkcyan;
	clear: both;
	padding: 1em;
}
h2 {
    font-size: clamp(16px, 2.2vw, 28px);
	text-align: left;
	color: darkred;
}
h3 {
	color: darkcyan;
	text-align: left;
	margin-top: 2vw;
}
p{
  font-size: clamp(14px, calc(0.75rem + 1vw), 1rem);
    text-align: left;
	margin-left: 2vw;
	line-height: 200%;
}
ul li{
	text-align: left;
	margin: 1rem 2rem;
	color: green;
}
ul{
	margin-bottom: 20px;
}
.description {
	width: 100%;
	clear: both;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	padding: 2em;
}
.top-item {
	clear: both;
	width: 100%;
	padding-top: 20px;
	display: flex;
  justify-content: center;
}
.top-item ul li {
	float: left;
	margin: 0 2vw 0 0;
}
.top-item a:hover {
	opacity: 0.5;
}
.mokuji a:link {
	text-align: left;
	color: teal;
}
ul.site-menu {
	text-align: center;
	margin: 0 auto;
	display: block;
	clear: both;
}
ul.site-menu li {
	float: left;
	list-style: none;
	margin: 30px 2vw;
	letter-spacing: 2px;
	font-weight: bold;
}
nav ul.site-menu li a {
	color: #000;	
}
nav ul.site-menu li:hover a {
	color: darkmagenta;	
}
ul li a {
	color: #434343;
	text-decoration: none;
}
ul li:hover a {
	color: #2C9AB7;
}
.birth_header {
	text-align: center;
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
/* About Section */
.wrapper-content {
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	padding: 1em;
}
.number {
    width: 50%;
	font-weight: 400;
	text-align: center;
	float: left;
	padding: 0;
}
.makai:link,.makai:visited {
	color: #000;
	font-size: 1.5em;
	font-weight: bold;
	text-decoration: none;
	background-color: #CCC;
	display: block;
    text-align: center;
	width: 1.8em;
	height: 1.5em;
	margin: 0;
	padding: 0.3em 0;
	border-top: 3px outset #fff;
	border-right: 3px outset #ccc;
	border-bottom: 3px outset #ccc;
	border-left: 3px outset #fff;
}
.makai:hover {
	color: #ff0080;
}
.tenkai:link,.tenkai:visited {
	color: #fff;
	font-size: 1.5em;
	font-weight: bold;
	text-decoration: none;
	background-color: #595757;
	display: block;
    text-align: center;
	width: 1.8em;
	height: 1.5em;
	margin: 0;
	padding: 0.3em 0;
	border-top: 3px outset #898989;
	border-right: 3px outset #595757;
	border-bottom: 3px outset #595757;
	border-left: 3px outset #898989;
}
.tenkai:hover {
	color: #ff0080;
}
.colr:link,.colr:visited {
	color: gold;
	font-size: 1.5em;
	font-weight: bold;
	text-decoration: none;
	background-color: #ff0080;
	display: block;
    text-align: center;
	width: 1.8em;
	height: 1.5em;
	margin: 0;
	padding: 0.3em 0;
	border-top: 3px outset #FD87BB;
	border-right: 3px outset #C70365;
	border-bottom: 3px outset #C70365;
	border-left: 3px outset #FD87BB;
}
.colr:hover {
	color: aquamarine;
}
.button1:link,.button1:visited {
	color: darkred;
	text-decoration: none;
	background-color: aqua;
	text-align: center;
	display: block;
	margin-top: 20px;
	padding: 2px;
	border: 4px ridge #CBCBCB;
	width: 80%;
}
.button1:hover {
	color: deeppink;
	background-color: mintcream;
}
.button2:link,.button2:visited {
	color: white;
	text-decoration: none;
	background-color: deeppink;
	text-align: center;
	display: block;
	margin-top: 20px;
	padding: 2px;
	border: 4px ridge #CBCBCB;
	width: 80%;
}
.button2:hover {
	color: deeppink;
	background-color: mintcream;
}
/* More info */
html {
    scroll-behavior: smooth;
}
.pagetop {
    height: 50px;
    width: 50px;
    position: fixed;
    right: 30px;
    bottom: 30px;
    background: #fff;
    border: solid 2px #000;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
}

.pagetop__arrow {
    height: 10px;
    width: 10px;
    border-top: 3px solid #000;
    border-right: 3px solid #000;
    transform: translateY(20%) rotate(-45deg);
}
.pagetop {
    box-shadow: 0 4px 6px rgb(0 0 0 / 30%);
}
@media (hover: hover) and (pointer: fine) {
    .pagetop:hover, .pagetop:hover .pagetop__arrow {
        border-color: mediumseagreen;
    }
}
footer {
	background-color: #fff;
	padding-bottom: 10px;
	display: block;
	clear:both;
	margin: 0 auto;
}
nav {
	display: flex;
  justify-content: center;
}
.copyright {
	display: block;
	clear: both;
	font-size: smaller;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
	color: #000;
	text-transform: uppercase;
	font-weight: lighter;
	letter-spacing: 2px;
	border-top-width: 2px;
}

@media (max-width: 960px) {
.container header nav {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 100%;
	float: none;
	box-sizing: border-box;
	display: inline-block;
}
header nav ul {
	padding: 0px;
	margin: 0 auto;
	float: none;
}
footer {
	padding: 1em;
}
nav ul li {
	margin: 0px auto;
	padding: 0;
	width: 100%;
	font-size: 1em;
	text-align: center;
}
.description {
	width: 100%;
	float: none;
	text-align: left;
	margin: 0;
	padding: 1em 1em 1em 0;
}
.number {
	float: none;
	width: 100%;
}
.number h3 {
	text-align: center;
}
.content-top {
	width: 100%;
	text-align: center;
    margin: 0 auto;
}
.top-item {
	float: none;
	width: 100%;	
	display: flex;
  justify-content: center;
}
.top-item ul {
	margin: 0;
	padding: 0;
}
.top-item ul li {
	float: left;
	width: 20%;
	margin: 2vw;
}
.top-num ul li {
	font-size: 16px;
	width: 100%;
	margin: 1em 0 0;
}
.button1:link,.button2:link {
	width: 95%;	
}
}
@media (max-width: 480px) {
nav ul.site-menu {
	margin: 0;
	padding: 8px;
}
.top-item {
	width: 100%;
	padding-left: 1em;
}
.top-item ul li {
	width: 40%;
}
h1 h2 {
	margin: 1em;	
}
}
@media (max-width: 320px) {
.makai:link, .tenkai:link, .colr:link {
    font-size: 1.2em;
	width: 1.5em;
	height: 1.2em;	
}
.content-top {
	width: 100%;
}
.top-num ul li {
	font-size: 12px;
	width: 100%;
}
.mokuji:link {
	font-size: 0.9em;
	padding: 1em 1em 0 0;
}
ul.site-menu li {
	font-size: 0.9em;
	letter-spacing: inherit;
}
}