@charset "utf-8";
*, ::before, ::after {
	padding: 0;
	margin: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
html {
	font-size: 62.5%;
	scroll-behavior: smooth;
	scroll-padding-top: 66px
}
#top #gallery p {
}

img {
	height: auto;
	vertical-align: bottom;
	max-width: 100%;
}
body {
	background-color: #FFFFFF;
	font-size: 2.4rem;
	font-family: sans-serif;
	line-height: 1.7;
}
.container {
	margin: 0 auto;
	max-width: 640px;
	padding-top: 66px;
}
header {
	width: 100%;
	max-width: 640px;
	position: fixed;
	display: flex;
	padding: 0 2rem;
	align-items: center;
	background-color: #F0C5E4;
	color: #F035E8;
	font-style: normal;
	font-family: "Courier New", Courier, monospace;
	font-weight: bolder;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	z-index: 1;
	border: 1px splid #aaa;
	top: 0px;
}
.seikyu {
    text-align: center;
}
.map {
	margin: 2rem -2rem;
}
.map iframe {
    display: block;
    width: 100%;
    height: auto;
    aspect-racio: 5/4;
    aspect-ratio: 5/4;
}
.copyright {
    font-size: 2rem;
    padding: 1rem 0;
    text-align: center;
}
.pagetop {
    width: 100%;
    position: fixed;
    left: 0px;
    bottom: 10px;
}
.pagetop a {
    justify-content: center;
    align-items: center;
    height: 60px;
    margin-top: 0;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 65px;
    max-width: 600px;
    opacity: 0.8;
    display: flex;
    width: calc(100% - 4rem);
}
.bg {
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: -1;
	top: 0px;
	left: 0px;
}
.bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.5
}
.logo {
	font-size: 32px;
	padding: 15px 0;
	font-weight: normal;
	line-height: 1;
}
.logo a {
	color: #7e7777;
	text-decoration: none;
}
.logo img {
	margin-right: 10px;
	width: 1.1em;
	min-width: 50px;
}
nav {
	width: calc((100% - 640px) 2 );
	height: calc(100% 66px);
	position: fixed;
	top: 66px;
	right: 0px;
	display: fixed;
}
nav ul {
	font-style: 16px;
	list-style-type: none;
	height: 100%;
	overflow: auto;
}
nav a {
    display: block;
    color: #EE6812;
    padding: 15px 20px;
    text-decoration: none;
    line-height: 1.3;
    text-align: left;
}
nav a:hover {
    background-color: #DEFC96;
}
#top .container h2 {
}
.sityakukai-banner {
	padding: 20px;
}

footer {
	background-color: #EFC4E4;
	padding: 4rem 2rem 70px;
	color: #7E7777;
}
footer p {
	color: #7E7777;
}


.access {
    font-style: normal;
}
footer logo {
}

.mainimage {
	margin-bottom: 5rem;
	margin-top: -1rem;
	padding-top: 5px;
	margin-left: auto;
	margin-right: auto;
}
section {
	padding-top: 8rem;
	padding-right: 2rem;
	padding-left: 2rem;
	position: relative;
	z-index: 0;
	background-size: 100%;
	margin-bottom: 5rem;
	background-repeat: repeat;
	margin-top: 5rem;
	background-image: url(img/haikei2.jpg);
}
section h2 {
	font-size: 4rem;
	text-align: center;
	position: relative;
	line-height: 1;
	color: #F256FB;
	font-style: italic;
	margin-bottom: 5rem;
}
h2 {
	align-items: center;
}

section h2::before {
    content: attr(data-english);
    font-style: italic;
    font-size: 8rem;
    color: rgba(239,195,228,1.00);
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    z-index: -1;
}



.ranking table {
    width: 100%;
    border-collapse: separate;
    margin-top: 3rem;
    color: #7e7777;
}
.ranking th, .ranking td {
    padding: 0.2rem solid #fff;
    background-color: #C4F5AB;
    text-align: center;
    color: #279935;
}
.ranking th {
    font-weight: normal;
    text-align: left;
    white-space: nowrap;
    width: 1%;
    border-left-style: none;
}

.ranking td {
    padding: 5px 5px;
    font-size: 20px;
    font-style: normal;
    color: #7e7777;
}
.text {
    background-image: url(img/haikei.jpg);
    background-repeat: no-repeat;
    color: #ED8486;
    padding: 30px;
}
.news dl   {
	color: #ED8486;
	background-image: url(img/haikei.jpg);
	padding: 30px;
	text-align: center;
}
.text h4 {
    text-align: center;
}
.seikyu {
    padding: 30px;
    background-image: url(img/haikei.jpg);
}
.clothes {
    color: #EE68C0;
}
.clothes h3 {
    background-image: url(url);
    font-style: italic;
}
.mens {
    color: #EB8A13;
}
section h3 {
	font-style: 3rem;
	text-align: center;
	margin-bottom: 3rem;
	position: relative;
	margin-top: 3rem;
}
section h3::before {
    content: attr(data-english);
    font-style: italic;
    font-size: 6rem;
    color: rgba(236,178,64,0.30);
    position: absolute;
    z-index: -1;
    left: 0px;
    right: 0px;
    bottom: 0px;
}
figure {
    margin: 5rem -2rem 0;
}
.mens h2::before  {
    content: attr(data-english);
    font-style: italic;
    font-size: 6rem;
    color: rgba(91,187,222,0.30);
    position: absolute;
    z-index: -1;
    left: 0px;
    right: 0px;
    bottom: 0px;
}
.formtable     {
    border-collapse: collapse;
    background-color: #F4CDF7;
    color: #7E7777;
    margin-top: 10px;
    margin-right: 10px;
    margin-left: 10px;
    margin-bottom: 10px;
}
.formtable th , .formtable td{
    border: 1px solid #fff;
    padding: 10px;
    text-align: center;
}
.formtable input[type="text"], .formtable textarea {
    padding: 5px 0;
    background-color: #FFFCE9;
    width: 98%;
}
#submit, #reset {
    padding: 5px 0;
    width: 200px;
    background-color: #F1FBC6;
}
tbody tr th {
}
.formtable th {
}
.yoyakusoudan {
    color: #7e7777;
}
.contact-container h6 {
    color: #7e7777;
    text-align: center;
}
.form {
    padding-top: px;
    margin-top: 0px;
}
.naiyousentaku   {
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    padding-left: 40px;
}
.location {
    margin-bottom: 50px;
    margin-top: -63px;
}
.sec-location h3 {
    margin-bottom: 5rem;
    color: #7e7777;
    font-size: 3rem;
}
.sec-location .box {
	margin-bottom: 8rem;
	position: relative;
}
.sec-location p {
    font-size: 2rem;
    margin-bottom: 1rem;
    color: #7e7777;
}
.inner {
	background-image: url(img/haikei2.jpg);
	padding-bottom: 1rem;
}



@media (max-width:1000px){
section h3.mens:: before{
}
.nav-button {
	width: 40px;
	border: 2px solid #7e7777;
	height: 40px;
	margin-left: auto;
	border-radius: 50%;
	position: relative;
	min-width: 40px;
	background-color: undefined;
	z-index: 3;
}
.nav-button span {
    width: 20px;
    height: 2px;
    background-color: #44737B;
    position: absolute;
    left: 8px;
    display: inline;
}
.formtable th {
    background-color: #44737B;
}
.nav-button span:nth-child(1) {
	top: 9px;
	background-color: undefined;
}
.nav-button span:nth-child(2) {
    top: 17px;
}
.nav-button span:nth-child(3) {
    top: 25px;
}
nav {
	width: 100%;
	z-index: 1;
	opacity: 0;
	visibility: hidden;
}
nav {
	position: fixed;
	width: 100%;
	height: 100%;
	background-color: #F9E9F9;
	padding-top: 100px;
	top: 0px;
	left: 0px;
	z-index: 3;
}
nav .menu {
	display: block;
	height: 100%;
	padding-bottom: 50px;
	overflow: auto;
}
nav .menu a {
	padding: 30px 0;
	font-size: 30px;
	margin-left: 0px;
	text-align: center;
}
header h1 {
	z-index: 2;
}




nav ul {
	display: block;
	margin: 0 auto;
	padding: 5rem 0;
	max-width: 640px;
	font-size: 24px;
	text-align: center;
}
header {
	z-index: 4;
}
.open nav {
	opacity: 1;
	visibility: visible;
}
.nav-button span {
	transition: 0.3s;
}

.open .nav-button span:nth-child(1) {
	top: 17px;
	visibility: visible;
	transform: rotate(315deg);
}
.open .nav-button span:nth-child(2) {
	width: 0;
	left: 50%;
}
.open .nav-button span:nth-child(3) {
	top: 17px;
	transform: rotate(-315deg);
}






}

@media (max-width:640px){
.open .nav-button span:nth-child(2) {
	width: 0;
	left: 50%;
}
.open .nav-button span:nth-child(2) {
	width: 0;
	left: 50%;
}
html {
	font-size: 1.56vw;
}
#top .bg img {
}


}
