@charset "utf-8";
*, ::after, ::before {
	padding: 0;
	margin: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
html {
	scroll-behavior: smooth;
	scroll-padding-top:60px;
}
img {
	max-width: 100%;
	max-height: auto;
	vertical-align: bottom;
}
body {
	background-color: #ecd7d0;
	font-family: Verdana, Geneva, sans-serif;
	line-height: 1.7;
}
.container {
	margin: 0 auto;
	max-width: 640px;
	padding-top: 50px;
	text-align: center;
	font-size: 14px;
}
header {
	width: 100%;
	background-color: rgba(255,255,255,0.9);
	max-width: 640px;
	position: fixed;
	top: 0px;
	display: flex;
	padding: 0 20px;
	z-index: 1;
	justify-content: space-between;
}
nav {
	height: calc(100% - 50px);
	position: fixed;
	top: 50px;
	left: calc(50% + 320px);
}
nav ul {
	list-style-type: none;
	overflow: auto;
	height: 100%;
}
nav a {
	color: #890025;
	padding: 15px 20px;
	text-decoration: none;
	display: block;
	text-align: left;
	background-color: rgba(255,255,255,0.5);
}
nav a:hover {
	border: 1px solid #890025;
	color: #fff;
	background-color: #890025;
}
.mainimage {
	padding-top: 30px;
	padding-bottom: 0px;
}
.mainimage img {
	margin: 0 auto;
}
main {
	background-color: rgba(236,215,208,0.8);
}


section {
	padding: 0 20px;
	margin-bottom: 50px;
	margin-top: 50px;
	margin-left: 20px;
	margin-right: 20px;
}
section h2 {
	color: #890025;
	font-size: 20px;
}
.plan {
	padding: 10px 0;
	border-radius: 15px;
	background-color: rgba(255,255,255,0.5);
}

.plan-box h3 {
	font-size: 16px;
	font-weight: normal;
}
.price {
	color: #890025;
	font-weight: bold;
}
.plan-box {
	border-radius: 50px;
	padding: 5px 0;
	margin: 10px auto;
	background-color: rgba(137,0,37,0.3);
	width: 300px;
}
.news dl {
	overflow: auto;
	height: 210px;
}
.news dl dd {
	border-bottom: 1px dashed #890025;
	margin-bottom: 10px;
	padding-bottom: 10px;
}
.ranking-box-area {
	display: flex;
	justify-content: space-around;
	margin-top: 30px;
	margin-right: 0;
	margin-left: 0;
	margin-bottom: 10px;
	align-items: center;
}
.ranking-box {
	position: relative;
	counter-reset: 0;
	counter-increment: number 1;
}
.ranking-box::before {
	position: absolute;
	content: counter(number);
	background-color: #528780;
	width: 40px;
	border-radius: 50%;
	height: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	font-weight: bold;
	font-size: 20px;
	top: -20px;
	left: 40px;
}
.ranking-btn a {
	text-decoration: none;
	color: #fff;
	padding: 5px 10px;
	border-radius: 15px;
	background-color: #890025;

}
.ranking-btn a:hover {
	border: 1px solid #890025;
	background-color: #fff;
	color: #890025;
}
.clothes {
	border-radius: 15px;
	padding: 10px 0;
	background-color: rgba(255,255,255,0.5);
	margin-bottom: 10px;
}
.clothes-box  {
	margin: 20px 0;
}


.clothes img {
	margin: 5px 0;
}
.gallery img {
	margin-top: 5px;
	margin-right: 0;
	margin-left: 0;
	margin-bottom: 5px;
}
.gallery-img {
	margin-bottom: 15px;
}

.more-btn a   {
	font-family: "Arial Black", Gadget, sans-serif;
	text-decoration: none;
	color: #fff;
	padding: 5px 10px;
	background-color: #890025;
}
.more-btn a:hover {
	background-color: #fff;
	border: 1px solid #890025;
	color: #890025;
}
.grapher-box-area {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	align-items: center;
	margin-top: 20px;
}
main #info {
	margin-bottom: 0px;
	padding-bottom: 50px;
}

.pagetop a {
	font-family: "Arial Black", Gadget, sans-serif;
	text-decoration: none;
	color: #fff;
	border-radius: 50%;
	background-color: rgba(82,135,128,0.6);
	position: fixed;
	bottom: 40px;
	padding: 10px;
	left: 50%;
	transform: translateX(-50%);
}
.pagetop a:hover  {
	background-color: rgba(82,135,128,0.3);
}
footer {
	background-color: #890025;
	padding: 10px;
}
footer p {
	color: #fff;
	font-size: 12px;
}
.bg {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index: -1;
	opacity: 0.8;
}



@media (max-width:1000px){
.nav-button {
	position: relative;
	right: auto;
	width: 45px;
	height: 45px;
}
.nav-button span {
	width: 30px;
	height: 3px;
	background-color: #890025;
	position: absolute;
	left: 10px;
	transition: 0.3s;
}
.nav-button span:nth-child(1) {
	top: 13px;
}
.nav-button span:nth-child(2) {
	top: 23px;
}
.nav-button span:nth-child(3) {
	top: 33px;
}
nav {
	left: 0px;
	width: 100%;
	z-index: 1;
	opacity: 0;
	visibility: hidden;
}
nav ul {
	margin: 0 auto;
	background-color: #ecd7d0;
	padding: 50px 0;
	max-width: 640px;
	font-size: 24px;
}
nav a {
	text-align: center;
	background-color: #ecd7d0;
}
.menu-open {
	overflow: hidden;
}

.menu-open nav {
	opacity: 1;
	visibility: visible;
	transition: 0.5s;
}
.menu-open .nav-button span:nth-child(1)  {
	top: 23px;
	transform: rotate(315deg);
}
.menu-open .nav-button span:nth-child(2) {
	width: 0;
	left: 50%;
}
.menu-open .nav-button span:nth-child(3) {
	top: 23px;
	transform: rotate(-315deg);
}




}

@media (max-width:640px){
header {
	max-width: 100%;
	height: auto;
}


}
