@charset "utf-8";
*, ::before,::after {
	padding: 0px;
	margin: 0px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
html {
	font-size: 62.5%;
	scroll-padding-top: 66px;
	scroll-behavior: smooth;
	text-align: center;
}

img {
	vertical-align: top;
	margin: 0 auto;
	width: 100%;
}
.contentu {
	max-width: 640px;
	margin: 0 auto;
	width: 100%;
}

body {
	margin: 0 auto;
	display: flex;
	text-align: center;
	max-width: 100%;
	font-size: 2rem;
	background-repeat: repeat;
	color: #FFFFFF;
}
body h2 {
	font-size: 2.7rem;
	margin-bottom: 10px;
	margin-top: 20px;
	padding-top: 10px;
	text-align: center;
}

header img {
	max-width: 100%;
	width: 1600px;
	height: auto;
}
header {
	position: relative;
	width: 100%;
	height: auto;
	z-index: 2;
}
.suraid {
	position: relative;
	width: 100%;
	height: auto;
}
.suraid img {
	width: 100%;
	height: auto;
	display: block;
}



.logo {
	width: 100px;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0;
	height: 100px;
	position: relative;
	right: auto;
}
.header h1 ,p{
	position: relative;
}
.kyat {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	width: 90%;
	padding: 2rem;
	max-width: 640px;
	text-align: center;
	z-index: 3;
	border-radius: 1rem;
	background-color: rgba(255,255,255,0.7);
	bottom: 20px;
}
.kyat h1 {
	color: rgba(252,87,89,1.00);
	text-align: right;
	margin-bottom: 1rem;
}
.kyat p {
	font-size: 2rem;
	color: rgba(252,87,89,1);
	margin-bottom: 0.5rem;
}
.section .omoi p {
	text-align: center;
	right: auto;
}

nav {
	height: calc(100% - 66px);
	position: fixed;
	top: 66px;
	left: calc(50% + 320px);
	z-index: 1;
}
nav ul {
	font-size: 16px;
	list-style-type: none;
	height: 100%;
	overflow: auto;
	margin-left: 20px;
}
nav ul li a {
	display: block;
	color: #fff;
	padding: 15px 20px;
	text-decoration: none;
	line-height: 2.7rem;
	background-color: #cccccc;
}
nav a:hover {
	background-color: #b35321;
}
.contentu #omoi p {
	margin: 0 auto;
	text-align: center;
}

.section.gallery  {
	text-align: center;
	max-width: 640px;
	height: 100px;
	width: 100%;
	display: flex;
	margin: 0 auto;
	flex-wrap: wrap;
}
.box-area img    {
	object-fit: cover;
	display: flex;
	position: relative;
	height: auto;
	max-width: 640px;
	width: 100%;
}
.gallery .box-area .box  {
	display: flex;
	width: 100%;
	position: relative;
	max-width: 640px;
	height: 100%;
	
}
.gallery .box-area .box a {
	margin: 0 auto;
	width: auto;
	height: 100%;
}

.ranking h3  {
	font-size: 2.7rem;
	max-width: 100%;
}
.ranking img {
	max-width: 640px;
	width: 100%;
	height: auto;
}

.ranking p {
	font-size: 2.7rem;
	margin: 0 auto;
	text-align: center;
}
.clothes h3 {
	display: felx;
	position: relative;
	max-width: 640px;
	width: auto;
	height: auto;
	object-fit: cover;
	font-size: 2.7rem;
	padding-top: 10px;
	padding-bottom: 5px;
}
.doresu {
	width: 100%;
	height: auto;
	display: flex;
}
.doresu p img {
	max-width: 640px;
	width: 100%;
	height: auto;
}
.otoko img {
	max-width: 640px;
	width: 100%;
	height: auto;
}

.kameramann img    {
	width: 50%;
	height: auto;
	padding: 50px;
	justify-content: center;
	display: flex;

}
.kameralist {
	display: flex;
	justify-content: center;
	padding: 2rem;
	flex-wrap: wrap;
}
.kamera1, .kamera2, .kamera3 {
	position: relative;
	min-height: 200px;
	text-align: center;
}

.kamera1, .kamera2, .kamera3  {
	width: 100%;
	border-radius: 1rem;
	height: auto;
	-webkit-box-shadow: 0 4px 8px rgba(0,0,0,0.1);
	box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}
.kamera1 .name , .kamera2 .name, .kamera3 .name{
	position: absolute;
	bottom: 10px;
	left: 10px;
	padding: 0.3rem 0.6rem;
	border-radius: 0.5rem;
	background-color: rgba(255,255,255,0.7);
	font-size: 1.4rem;
	color: #333;
}

section .kameramann p {
	flex-wrap: wrap;

}
section .map {
	max-width: 640px;
	width: 100%;
	height: auto;
}
.map .map-name p {
	text-align: center;
}
.bg {background-image: url(img/wedding-dress-g3cdbdb13e_1280.jpg);
	background-repeat: no-repeat;
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index: -1;
}
.bg img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	opacity: 0.5;
}




footer  {
	margin: 0 auto;
	display: flex;
	text-align: center;

}
footer .footernav {
	text-align: center;
	justify-content: center;
	margin: 0 auto;
	position: relative;
}






@media (max-width:1000px){

img {
	max-width: 1000px;
	width: 100%;
	height: auto;
}
	.nav-button   {
	width: 40px;
	border: 2px solid #000;
	border-radius: 50%;
	height: 40px;
	position: relative;
	margin-left: auto;
}
.nav-button span {
	width: 20px;
	height: 2px;
	position: absolute;
	left: 8px;
	color: 000;
}
.nav-button span:nth-child(1) {
	top: 9px;
	transition: 1s;
	color: 000;
}
.nav-button span:nth-child(2) {
	top: 17px;
	transition: 1S;
	color: 000;
}
.nav-button span:nth-child(3) {
	top: 25px;
	transition: 1s;
	color: 000;
}
nav {
	left: 0px;
	width: 100%;
	z-index: 1;
	opacity: 0;
	visibility: hidden;
}
nav ul {
	background-color: #000;
	margin: 0 auto;
	padding: 5rem 0;
	max-width: 640px;
	font-size: 24px;
	text-align: center;
}
.menu-open nav {
	opacity: 1;
	visibility: visible;
}
.menu-open .nav-button span:nth-child(1) {
	top: 17px;
	transform: rotate(315deg);
	transition: 1S;
	background-color: 000;
}
.menu-open .nav-button span:nth-child(2) {
	width: 0px;
	left: 50%;
	background-color: 000;
}
.menu-open .nav-button span:nth-child(3) {
	top: 17px;
	transform: rotate(-315deg);
	transition: 1S;
	background-color: 000;
}
}
@media (max-width:600px){
html  {
	font-size: 1.56vw;}
}
