@charset "UTF-8";

.main {
	max-width: 2000px;
	margin: 0 auto;
}

body {
	font-family: "Noto Sans JP",遊ゴシック,"Yu Gothic",メイリオ,Meiryo,"ヒラギノ角ゴ ProN W3",HiraKakuProN-W3,sans-serif;
	height: 100vh;
}

.wrapper {
	background: url(../img/back04.jpg);
	padding-top: 30px;
	border-top: 10px solid #ffa8a8;
	border-bottom: 10px solid #ffa8a8;
	position: relative;
}

.column {
	width: 90%;
	margin: 0 auto 30px;
}

.button {
	width: 4rem;
	padding: 0.2rem;
	font-size: 1.5rem;
	color: red;
	font-weight: bold;
	text-align: center;
	border-bottom: 2px solid #888;
}

.button:hover {
	color: LimeGreen;
}

.title {
	font-family: "Rampart One", sans-serif;
	font-size: 1.5rem;
	color: blue;
	text-align: center;
}

#menu {
	margin: 30px 0 60px;
	font-size: 1.2rem;
}

.select li {
	width: 300px;
	margin: 0 auto 0;
	text-align: center;
	padding: 10px 15px;
}

.select li:hover {
	color: blue;
}

.line {
	text-decoration: line-through;
	color: red !important;
}

.n59 {
	color: #000;
}

.img {
	width: 250px;
	margin: 0 auto 30px;
}

.page-footer {
	width:100%;
	margin-bottom: 5px;
	text-align: center;
	color: blue;
}


@media screen and (min-width: 546px){
	.title {
		font-size: 2rem;
		margin-top: 40px;
	}

	#menu {
		font-size: 1.5rem;
	}

	.select li {
		margin: 20px auto;
		padding: 10px 15px;
	}
}

	
@media screen and (min-width: 700px){
	#menu {
		display: flex;
		justify-content: center;
	}
}


@media screen and (min-width: 885px){
	.title {
		font-size: 2.2rem;
	}
}


@media screen and (min-width: 1200px){
	.column {
		width: 65%;
	}
}


@media screen and (min-width: 1300px){
	.img {
		width: 180px;
		position: absolute;
		right: 50px;
		bottom: 10px;
	}
}


@media screen and (min-width: 1600px){
	.img {
		right: 100px;
	}
}


@media screen and (min-width: 1900px){
	.img {
		width: 200px;
		right: 150px;
	}
}