@charset "utf-8";
body {
	font-family: 'KaiseiDecol',serif;
	padding: 0 20px;
	color: #333333;
	line-height: 1.8;
	margin: 0 auto;
	background-color: #E6b8b7;
	display: block;
}
img {
	/* [disabled]width: 100%; */
	height: auto;
	border-radius: 12px;
	margin: 20px 0;
	display: block;
	box-sizing: border-box;
	box-sizing: border-box;
	box-sizing: border-box;
}

html{
	scroll-behavior: smooth;
}
.header {
	background-color: #E6b8b7;
	font-weight: bold;
	font-size: 1.4rem;
	letter-spacing: 0.05em;
	display: flex;
	align-items: center;
	justify-content: space-between;
	max-width: 1440px;
	width: 100%;
}
header img {
	width: 100px;
	height: 120px;
	object-fit: contain;
	padding-left: 10px;
}
.logo {
	margin-left: 60px;
}
.logo-rotate{
	animation: span 12s linear infinite;
	transform-origin: center center;
}
@keyframes span{
	0%{ transform:  rotate(0deg);}
	100%{transform: rotate(360deg);}
}
.nav {
	display: flex;
	gap: 30px;
	padding: 0;
	margin: 0 auto;
	list-style-type: none;
	font-size: 25px;
}
.nav ul  {
	display: flex;
	gap: 32px;
	list-style-type: none;
	white-space: nowrap;
}
.nav a {
	text-decoration: none;
	font-weight: 500;
	letter-spacing: 0.05em;
	color: #fff;
	
}
nav a:hover {
	color: #f5e9c8;
}
.nav-reserve {
	font-weight: 600;
	color: #B76E79;
	border: 10px 10px;
	border-radius: 30px;
	background-color: #B76E79;
	transition: all 0.3s ease;
}
.nav-reserve:hover {
	transform: translateY(-2px);
	box-shadow: 0 6px 16px rgba(183,110,121,0.5);
	color: #faf4e6;
}



main {
	margin: 0 auto;
	padding: 0 40px;
	width: 1440px;
}
.title {
	font-family: 'KaiseiDecolBold',serif;
	font-size: 1.5rem;
	color: #000;
	/* [disabled]padding-left: 10px; */
	margin-left: 40px;
	 box-sizing: border-box;
    width: calc(100% / 3);
}
section .main-visual {
	padding: 0;
}


.main-visual {
	background-image: url(works/orijinaru/img/main-image.jpg);
	background-size: cover;
	background-position: center 0%;
	border-radius: 12px;
	max-width: 1440px;
	text-align: center;
	padding: 0;
	position: relative;
	/* [disabled]height: 93vh; */
}
.main-visual  img {
	width: 100%;
	height: auto;
	object-fit: cover;
}

.main-image {
	padding: 0;
	margin: 0;
}

.catch-copy  {
	font-family: 'KaiseiDecolBold',serif;
	font-size: 2rem;
	color: #fff;
	text-shadow: 1px 1px 4px rgba(0,0,0,0.6);
	position: absolute;
	bottom: 100px;
	left: 50px;
	text-align: center;
}

section {
	padding: 30px 20px;
	margin: 0 auto 40px auto;
	max-width: 1400px;
	border-radius: 12px;
	background-color: #fffafc;
	box-shadow: 0 0 10px rgba(212,162,156,0.5);
	text-align: center;
}
section h2 {
	font-family: 'KaiseiDecolBold',serif;
	font-size: 1.5rem;
	margin-bottom: 20px;
	/* [disabled]background-color: #d4a29c; */
	padding-left: 10px;
	text-align: center;
	align-items: center;
	color: #b76e79;
}
section h3 {
	text-align: center;
}
section p {
	text-align: center;
	display: contents;
}

.about {
	padding: 40px 20px;
	background-color: linear-gradient(to right, #d4a29c,#e6b8b7);
	/* [disabled]color: #fff; */
	display: compact;
	max-width: 1400px;
	height: auto;
}
.about h2 {
	font-family: 'KaiseiDecol',serif;
	font-size: 24px;
	margin-bottom: 32px;
	text-align: center;
}
.about-content {
	/* [disabled]display: contents; */
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}
.about-photo img {
	/* [disabled]width: 100%; */
	object-fit: cover;
	border: 4px solid #d4a29c;
	height: auto;
	border-radius: 50%;
	box-shadow: 0 4px 12px rgba(0,0,0,0.3);
	margin: 0 auto;
	max-width: 100%;
}
.about-text {
	text-align: center;
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 20px 0;
	gap: 15px;

}
.about-name {
	font-size: 1.3rem;
	font-weight: 600;
	color: #333;
}
.about-trigger, .about-skill {
	font-size: 1rem;
	line-height: 1.6;
	color: #555;
}

.atmosphere-item img:nth-child(-n+3){
	flex: 0 0 300px;
}
.atmosphere-item img:nth-child(n+4){
	flex: 0 0 300px;
	
}




.atmosphere-item img {
	width: 300px;
	height: 300px;
	border-radius: 50%;
	align-items: center;
	object-fit: cover;
}
.atmosphere-item  {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap:60px 80px;
}


.access-content {
	display: flex;
	flex-wrap: wrap;
	column-gap: 20px;
}
.access-info, .map {
	width: 48%;
	font-size: 20px;
	text-align: left;
}



.map iframe {
	width: 100%;
	height: 350px;
	border-radius: 12px;
	margin-top: 20px;
}
.map-wrap {
	position: relative;
	width: 100%;
	padding-bottom: 56.25%;
	height: auto;
	border-radius: 12px;
	overflow: hidden;
}
.map-wrap iframe {
	position: absolute;
	padding-top: 0px;
	padding-left: 0px;
	width: 100%;
	border: 0;
	height: 100%;
}


.contact {
	border-radius: 16px;
	padding: 40px 20px;
	background-color: #fffafc;
	text-shadow: 0px 0px 12px rgba(212,162,156,0.3);
}
.contact h2 {
	font-family: 'kaiseidecolbold',serif;
	color: #b76e79;
	text-align: center;
	margin-bottom: 30px;
}
.contact p {
	margin-bottom: 20px;
	font-weight: 600;
	color: #b76e79;
}
.contact small {
	color: #b76e79;
	font-size: 0.85rem;
}
.contact input, .contact textarea {
	padding: 11px 0;
	border: 2px solid #d4a29c;
	border-radius: 12px;
	width: 100%;
	background-color: #fff;
	font-size: 1rem;
	box-shadow: 0 2px 6px rgba(212,162,156,0.2);
	transition: 0.3s;	
}
.contact input:focus, .contact textarea:focus {
	outline: none;
	border-color: #b76e79;
	box-shadow: 0 0 8px rgba(183,110,121,0.4);
}
.contact button {
	background-color: #b76e79;
	color: #fff;
	padding: 12px 24px;
	border-radius: 30px;
	border-style: none;
	font-size: 1rem;
	font-weight: bold;
	cursor: pointer;
	box-shadow:0 4px 12px rgba(183,110,121,0.3);
	transition: 0.3s
}
.contact button:hover {
	background-color: #d4a29c;
	transform: translateY(-2px);
	box-shadow:0 6px 16px rgba(183,110,121,0.4);
}
.hamburger {
	display: none;
	cursor: pointer;
	width: 35px;
	height: 25px;
	flex-direction: column;
	justify-content: space-between;
}
.hamburger span {
	display: block;
	height: 4px;
	background-color: #d76e79;
}
.nav.active {
	display: block;
}
.footer {
	padding: 30px 20px;
	background-color: #d4a29c;
	margin: 0 auto 0 auto;
	color: #fff;
	border-radius: 12px;
	max-width: 1400px;
	height: 370px;
}
.footer-inner {
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 50px;
	padding-bottom: 0px;
	max-width: 1400px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 0 auto;
	gap: 80px;
	text-align: center;
	align-items: flex-start;
}
.footer-logo h2 {
	font-style: 'kaiseidecolbold'serif;
	margin: 0;
	font-size: 2rem;
}
.insta-img {
	margin-top: 10px;
	text-align: center;
}
.insta-link img {
	width: 64px;
	height: auto;
	cursor: pointer;
	transition: opacity 0.3s ease;
	margin: 0 auto;
	color: #fff;
}
.insta-link img:hover {
	opacity: 0.7;
}



.footer-nav ul {
	padding-top: 15px;
	padding-right: 25px;
	padding-left: 15px;
	padding-bottom: 15px;
	list-style-type: none;
	margin: 0 auto;
	text-align: center;
	font-size: 1.5rem;
}
.footer-nav li {
	margin-top: 8px;
}
.footer-nav a {
	/* [disabled]background-color: #fff; */
	text-decoration: none;
	transition: opacity 0.3s;
	color: #FBF5F6;
}
.footer-nav a:hover {
	opacity: 0.6;
	color: #f5e9c8;
}
.footer-nav-reserve {
	font-weight: 600;
	color: #B76E79;
	border: 10px 10px;
	border-radius: 30px;
	background-color: #B76E79;
	transition: all 0.3s ease;
	margin: 0 auto;
	max-width: 100px;
}
.footer-copy {
	text-align: center;
	margin-top: 10px;
	font-size: 13px;
	opacity: 0.8;
}
.top-btn {
	position: fixed;
	bottom: 60px;
	right: 40px;
	width: 80px;
	height: 80px;
	background-color: #d76e79;
	border-radius: 50% 50%;
	color: #fff;
	border-style: none;
	font-size: 20px;
	cursor: pointer;
	box-shadow: 0 6px 16px rgba(183,110,121,0.4);
	z-index: 999;
	text-align: center;
}
.top-btn:hover {
	background-color: #d4a29c;
	transform: translateY(-4px);
}

@media (max-width:1525px){
.top-btn {
	position: fixed;
	bottom: 35px;
	right: 20px;
	width: 80px;
	height: 80px;
	background-color: #d76e79;
	border-radius: 50% 50%;
	color: #fff;
	border-style: none;
	font-size: 20px;
	cursor: pointer;
	box-shadow: 0 6px 16px rgba(183,110,121,0.4);
	z-index: 999;
	text-align: center;
}
.top-btn:hover {
	background-color: #d4a29c;
	transform: translateY(-4px);
}
}




@media (max-width:1440px){
.nav{
	display: none;
	}	
	
	
.hamburger {
	display: flex;
	cursor: pointer;
	flex-direction: column;
	gap: 6px;
	z-index: 1001;
	padding-right: 20px;
}
.hamburger span {
	/* [disabled]display: block; */
	width: 30px;
	
	border-radius: 4px;
	borderound-color: #d76e79;
	transition: 0.4s;
}
.nav {
	background-color: #fffafc;
	position: fixed;
	right: -300px;
	width: 300px;
	padding: 40 20;
	height: 100vh;
	transition: 0.4s ease;
	z-index: 1000;
	display: block;
}
.nav.active {
	right: 0;
	display: block;
	height: auto;
}
.nav ul {
	display: flex;
	flex-direction: column;
	margin: 0;
	gap: 20px;
	padding-top: 340px;
	background-color: #E6b8b7;
	text-align: center;
	right: 0px;
	top: 0;
	padding-right: 40px;
	padding-left: 40px;
}
.nav ul li {
	list-style-type: none;
}
.nav ul li a {
	text-decoration: none;
	
	font-size: 1.2rem;
	font-weight: bold;
}
.nav ul li.nav-reserve {
	border-radius: 30px;
	padding: 10px 20px;
	color: #b76e79;
	text-align: center;
}
.nav ul li.nav-reserve a {
	color: #fff;
	font-weight: bold;
}
.hamburger.active span:nth-child(1) {
	transform: translateY(10px)rotate(45deg);
}
.hamburger.active span:nth-child(2) {
	opacity: 0;
}
.hamburger.active span:nth-child(3) {
	transform: translateY(-10px)rotate(-45deg);
}
.header {
	display: flex;
	padding: 20px;
	justify-content: space-between;
	align-items: center;
}
.title h1 {
	margin: 0;
	/* [disabled]font-size: 1.8rem; */
	padding-right: 160px;
}
.catch-copy {
	/* [disabled]position: static; */
	transform: none;
	padding: 20px;
	text-align: center;
	margin-top: -40px;
}
.top-btn {
	position: fixed;
	bottom: 40px;
	right: 40px;
	width: 70px;
	height: 70px;
	background-color: #d76e79;
	border-radius: 50% 50%;
	color: #fff;
	border-style: none;
	font-size: 20px;
	cursor: pointer;
	box-shadow: 0 6px 16px rgba(183, 110, 121, 0.4);
	z-index: 999;
	text-align: center;
}
.top-btn:hover{
	background-color: #D4A29C;
	transform: translateY(-4px);
}
}
@media (max-width:768px){
body {
	padding: 0 20px;
}
section {
	padding: 20px;
	margin: 40px 0;
}
.header {
	display: flex;
	justify-content: space-between;
	/* [disabled]padding: 16px 0; */
	align-items: center;
}
.title h1 {
	font-size: 2rem;
}
.hamburger {
	display: flex;
	flex-direction: column;
	gap: 6px;
	cursor: pointer;
	z-index: 1001;
}
.hamburger span {
	width: 30px;
	height: 4px;
	border-radius: 4px;
	background-color: #d76e79;
	transition: 0.4s;
}	
.main-image {
	position: relative;
}

.catch-copy {
	position: absolute;
	transform: none;
	padding: 20px 0;
	text-align: center;
	margin-top: -10px;
	font-size: small;
}
.main-visual .main-image {
}

	.atmosphere-item{
		flex-direction: column;
		align-items: center;
		gap:20px;
	}
	.atmosphere-item img{
		width: 100%;
		max-width: 300px;
	}
access-info, .map {
	width: 100%;
}
.top-btn {
	position: fixed;
	bottom: 40px;
	right: 40px;
	width: 60px;
	height: 60px;
	beeackground-color: #d76e79;
	border-radius: 50% 50%;
	color: #FFFFFF;
	border-style: none;
	font-size: 20px;
	cursor: pointer;
	box-shadow: 0 6px 16px rgba(183,110,121,0.4);
	text-align: center
}
.top-btn:hover{
	background-color: #D4A29C;
	transform: translateY(-4px);
	}
}
@media (max-width:719px){
.footer-inner {
	flex-direction: column;
	align-items: center;
	gap: 40px;
	padding-left: 0px;
	text-align: center;
}
.footer-logo, .footer-nav, .footer-info {
	width: 100%;
	text-align: center;
}
footer-nav ul {
	padding: 0;
}
.footer-copy {
	margin-top: 70px;
}
.footer {
	padding: 20px 20px;
	background-color: #d4a29c;
	margin: 0 auto 0 auto;
	color: #fff;
	border-radius: 12px;
	max-width: 1400px;
	height: 750px;
}
.catch-copy {
	font-size: 1rem;
}


}

@media (max-width:600px){
.hamburger {
	display: flex !important;
	z-index: 2000;
	/* [disabled]width: 100%; */
}
.header {
	width: 100%;
}
.logo {
	margin-left: 0px;
}
.catch-copy {
	font-size: small;
	bottom: 0px;
}
.title h1 {
	font-size: 2rem;
}


}

@media (max-width:400px){
.header {
	position: relative;
	display: flex;
	align-items: center;
	padding: 10px 0;
	justify-content: flex-start;
}
.hamburger {
	position: absolute;
	top: 50%;
	z-index: 2000;
	transform: translateY(-50%);
	right: 0px;
}
.hamburger h1 {
	font-size: 1.3rem;
	margin-left: 50px;
	transform: translateY(-45%);
}
.title h1 {
	margin: 0;
	padding: 10px 0;
	font-size: 2rem;
}
.top-btn {
	width: 48px;
	height: 48px;
	bottom: 60px;
	right: 20px;
	font-size: 18px;
}
}


@media (min-width:375px){
	/*iPhoneSE用の調整*/
}
