@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;
	font-family: "Yomogi", cursive;
}
#top #gallery p {
}

img {
	height: auto;
	vertical-align: bottom;
	max-width: 100%;
}
body {
	background-color: #FFFFFF;
	font-size: 2.4rem;
	font-family:  "Yomogi", cursive;
	line-height: 1.7;
}

html, body {
  margin: 0;
  padding: 0;
  height: 100%;
}
.container {
	margin: 0 auto;
	max-width: 640px;
	padding-top: 66px;
}
header {
	width: 100%;
	max-width: 640px;
	position: fixed;
	display: flex;
	padding-top: 0;
	padding-right: 2rem;
	padding-left: 2rem;
	align-items: center;
	background-color: rgba(240, 197, 228, 0.3);
	color: #F035E8;
	font-style: normal;
	font-family: "Inter", sans-serif;
	;
	font-weight: bolder;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	z-index: 10;
	border: 1px splid #aaa;
	top: 0px;
	opacity: 0.7;
	box-sizing: border-box;     /* 幅の計算を内側基準にする（はみ出し防止） */
	width: 100%;                /* 明示的に幅を100%に */
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;             /* 中央寄せ */
	padding-left: 2rem;         /* 必要に応じて調整 */
	padding-right: 2rem;
	justify-content: center;
	align-items: center
}
.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-top: 1rem;
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 15rem;
    text-align: center;
}
.pagetop {
    width: 100%;
    position: fixed;
    left: 0px;
    bottom: 10px;
    opacity: 0.7;
}
.pagetop:hover {
    opacity: 1;
}
.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-top: 15px;
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 30px;
	font-weight: normal;
	line-height: 1;
	display: flex;
	text-align: center;
	
}
.logo a {
    color: #F1E6E7;
    text-decoration: none;
    text-shadow: 0px 0px;
    font-weight: bold;
    font-style: normal;
    font-family: "Lucida Console", Monaco, monospace;
    align-items: center;
    font-size: 60px;
    display: flex;	
	 transition: all 1s ease;
}

.logo a:hover {

    text-shadow:
        0 0 5px #fff8dc,     /* 白っぽい光（柔らかさ） */
        0 0 10px #ffd700,     /* ゴールド基調 */
        0 0 20px #ffb700,     /* 深みのあるゴールド */
        0 0 40px #ffaa00,     /* 強めのオレンジゴールド */
        0 0 60px #ff9900,     /* 外周の輝き */
        0 0 80px #ff8800;     /* 拡散的な光 */
    color: #fff5cc;
    
}
   
    
	


.logo a:active {
    text-shadow: 0 0 15px rgba(255, 255, 255, 1),
                 0 0 25px rgba(255, 255, 0, 0.8);
    transform: scale(0.98);
}
.logo img {
    margin-right: 10px;
    width: 1.1em;
    min-width: 50px;
    text-shadow: 0px 0px;
    text-indent: 0px;
    align-items: center;
    justify-content: center;
}

.logo-text {
    background-color: rgba(255, 0, 0, 0.8);
    padding-top: 0.2em;
    padding-right: 0.3em;
    padding-left: 0.3em; /* ちょっと余白をつけて見やすく */
    border-radius: 30px;   /* 角丸もオプションで追加可能 */
    padding-bottom: 0.2em;
}


nav {
	width: calc((100% - 640px) 2 );
	height: calc(100% 66px);
	position: fixed;
	top: 66px;
	right: 0px;
	display: fixed;
	z-index: 10;
}
nav ul {
	font-style: 16px;
	list-style-type: none;
	height: 100%;
	overflow: auto;
}
nav a {
    display: block;
    color: #333333;
	font-style: normal;
    font-weight: bold;
    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: rgba(240, 197, 228, 0.3);
	padding: 4rem 2rem 70px;
	color: #333333;
	width: 600px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
footer p {
    color: #333333;
    font-weight: bold;
}


.access {
    font-style: normal;
}
footer {
  max-width: 600px;
  width: 100%;
  box-sizing: border-box;
}


.mainimage {
    margin-bottom: 5rem;
    margin-top: 0.5rem;
    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-color: rgba(255, 192, 203, 0.4); /* 薄ピンクの透かし背景 */
	backdrop-filter: blur(4px);                 /* 背景ぼかし（好みで） */
	-webkit-backdrop-filter: blur(4px);         /* Safari対応 */
}
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 th, .ranking td {
    padding: 0.2rem solid #fff;
    background-color: rgba(255,255,255,0.5);
    text-align: center;
    font-size: 20px;
}
.text {
    background-image: url(img/haikei.jpg);
    background-repeat: no-repeat;
    color: #333333;
    padding: 30px;
    font-style: normal;
    font-weight: bold;
}
.news dl   {
	color: #333333;
	font-style: normal;
    font-weight: bold;
	background-image: url(img/haikei.jpg);
	padding: 30px;
	text-align: center;
	
}

#news h2::before {
  font-size: 10rem;
}

#access h2::before {
  font-size: 11rem;
}


.text h4 {
    text-align: center;
}
.seikyu {
    padding: 30px;
    background-image: url(img/haikei.jpg);
}
.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 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%;
}
.formtable     {
    border-collapse: collapse;
    background-color: #F4CDF7;
    color: #333333;
    margin-top: auto;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: auto;
    font-size: 22px;
    font-weight: bold;
    width: 100%;
}
#submit, #reset {
    padding: 5px 0;
    width: 200px;
    background-color: #F1FBC6;
}
tbody tr th {
}
.yoyakusoudan {
	color: #333333;
	font-weight: bold;
}
.contact-container h6 {
    color: #333333;
    text-align: center;
}
.form {
    padding-top: px;
    margin-top: 80px;
}
.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;
}
.pagetop a img {
}
.mainimage img {
    margin-top: 35px;
}
.plan iframe {
    margin-left: auto;
    margin-right: auto;
    display: block;
    width: 100%;
    height: auto;
	aspect-ratio: 16/9;
}
table span {
    color: #FF4CAB;
    font-weight: bold;
}
.more_button {
    display: inline-block;
    width: 250px;
    text-align: center;
    text-decoration: none;
    line-height: 60px;
    outline: none;
    color: #49260c;
    border: 1px solid #49260c;
    position: relative;
    transition: color 0.5s ease;
    background-color: #ED5AA8;
    border-radius: 31px;
}
.more_button:hover {
    color: #fff;
    background-color: pink;
}
.clothes th, .clithes td {
    padding: 0.2rem solid #fff;
    background-color: rgba(255,255,255,0.5);
    text-align: center;
    font-size: 20px;
}
.clothes table {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    background-color: rgba(255,255,255,0.5);
}
.ranking table {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    font-size: 30px;
}
.clothes small {
    width: 150px;
    height: 150px;
}
.form h6 {
    font-size: 30px;
}
footer .logo {
	text-align: center;
	justify-content: center;
	display: flex;
	align-items: center;
}

.fluffy {
	animation: floating-y 1.8s ease-in-out infinite alternate-reverse;
	
	
}


@keyframes floating-y {
  0% {
    transform: translateY(-23%);
  }
  100% {
    transform: translateY(8%);
  }
}

.inview {
	opacity: 0;
	transform:translateY(100px);
	transition:1s;
	 }
	
	.inview.fade-in {
		opacity: 1;
		transform: translateY(0);
		 }
.footerlogo img {
	display: block;
}
.footerlogo {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.insta {
	margin-left: 20px;
}
.insta a:hover {
}
.shine {
  position: relative;
  display: inline-block;
  overflow: hidden;
}

.shine::before {
  content: "";
  position: absolute;
  top: 0;
  left: -75%;
  width: 50%;
  height: 100%;
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.6) 50%,
    rgba(255, 255, 255, 0) 100%
  );
  transform: skewX(-25deg);
  z-index: 2;
}

.shine:hover::before {
  animation: shine 0.85s forwards;
}

@keyframes shine {
  100% {
    left: 125%;
  }
}
		 
	




@media (max-width:1000px){

.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;
}
#top footer .logo {
}

footer {
    padding-left: 1rem;
    padding-right: 1rem;
    max-width: 100%;
  }




nav ul {
	display: block;
	margin: 0 auto;
	padding: 5rem 0;
	max-width: 640px;
	font-size: 24px;
	text-align: center;
}
.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;
	font-family: "Sawarabi Gothic", sans-serif;
}
#top .bg img {
}


}
}
