@charset "UTF-8";

* {
    margin: 0;
    padding: 0;
}

body {
    font-family: "Bodoni Moda", serif;
    background-image: url(../images/menu-haikei9.jpg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    
}

header {
    height: 38vw;
    display: flex;
    margin-top: 3%;
    margin-left: 10%;
    margin-right: 10%;
    padding: 2% 5%;
    background-image: url(../images/top.jpg);
    background-size: cover;
    border-left: solid 2px black;
    color: black;
    
}
.top {
    width: 10%;
    
}
h1 {
    width: 20%;
}
h1 img {
    width: 100%;
}
nav {
    width: 60%;
    height: 3vw;
    line-height: 10%;
    margin-left: auto;
    
}
nav ul {
    display: flex;
    list-style-type: none;
    
}
nav ul li {
    width: calc(100%/3);
    border-left: 1px solid #f0e1b8;
    
   
}

nav ul li a:hover {
    transition: 0.3s;
  color: #b68564; 
  
}

nav ul li a {
    display: block;
    text-align: center;
    line-height: 1.6;
    text-decoration: none;
    font-size: 1.8vw;
    transition: 0.3s;
    color: #f0e1b8;
}



.about-1{
    display: flex;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    
}

.about-1 img {
   width: 90%;
  height: 80%;
  margin-left: 10%;
  border-radius: 70%;
  background-color: black;
}







main section h2 {
    width: 20%;
    font-size: 4vw;
    margin-top: 10%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 14%;
    text-align: center;
    border-left: solid 1px #eddfb7;
    color: #eddfb7;
    
}

main section p:nth-of-type(1) {
    width: 40%;
   margin-left: 10%;
   text-indent: 1em;
    font-size: 2.3vw;
    border-left: solid 1px #f84605;
    color:  #f84605;
    
}

.about-caption1 {
    width: 70%;
    margin-top: 3%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 8%;
    padding: 5%;
    text-indent: 1em;
    text-align: justify;
    font-size: 1.3vw;
    border-radius: 40px 0px 40px 40px;
    background-color:  #dac57be3;
    background-image: url(../images/haikei3.jpg);
    background-repeat: no-repeat;
    background-size: 100% 100%;

}

main section p:nth-of-type(2) {
    width: 80%;
    margin-top: 12%;
    margin-left: auto;
    margin-right: auto;
   
    text-indent: 1em;
    font-size: 2vw;
    border-left: solid 1px #f84605;
    color: #f84605;
}

.about-photos {
    display: flex;
    width: 80%;
    height: 20vw;
    
    margin-left: auto;
    margin-right: auto;
    
    padding-top: 5%;
    
     
}
    

.about-photo2 {
   width: 30%;
   margin-left: auto;
   margin-right: auto;
}
.about-photo2 img {
    width: 100%;
    border-radius: 3%;
}


.about-photo3 {
   width: 30%;
   margin-left: auto;
   margin-right: auto;
}
.about-photo3 img {
    width: 100%;
    border-radius: 3%;
}


.about-photo4 {
   width: 30%;
   margin-left: auto;
   margin-right: auto;
}
.about-photo4 img {
    width: 100%;
    border-radius: 3%;
}



.about-caption2 {
    width: 40%;

    margin-left: auto;
    margin-right: auto;
    margin-bottom: 8%;
    padding: 3%;
    text-align: center;
    text-indent: 1em;
    text-align: justify;
    font-size: 1.3vw;
    border-radius: 0px 0px 50px 50px;
    background-color: #e0c873e3;
    background-image: url(../images/haikei3.jpg);
    background-repeat: no-repeat;
    background-size: 100% 100%;

}



h3 {
    width: 30%;
    margin-top: 10%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 7%;
    text-align: center;
    font-size: 4vw;
    border-left: solid 1px #eddfb7;
    color: #eddfb7;
    
}
address {
    width: 50%;
    margin-left: 10%;
  
    margin-bottom: 10%;
    padding: 3%;
    font-style: normal;
    font-size: 0.9vw;
    border-radius: 20px;
    background-color: cornsilk;
}

address p{
    border-bottom: 1px solid rgba(181, 97, 37, 0.652);
    line-height: 2.6;
    
}
address p span {
    display: inline-block;
    width: 30%;
    margin-right: auto;
    margin-left: auto;
}
iframe {
    display: block;
    width: 30%;
    height: 20vw;
    margin-top: 3%;
    margin-left: 10%;
margin-bottom: 8%;
    border-radius: 20px;
}

.maps {
    width: 80%;
    display: flex;
    margin-left: auto;
    margin-right: auto;
    padding-left: 5%;
    padding-right: 5%;
  
}


.top  {
    width: 8%;
    margin-top: 8%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    border-radius: 0.6vw;
    background-color: #f84605;
    text-decoration: none;

}

.top a {
    border: 2px solid transparent ;
     display: block;
    text-align: center;
    line-height: 2;
    color: #f0e1b8;
    text-decoration: none;
    transition: 0.5s;
     border-radius: 0.6vw;
}

.top a:hover {
border: 2px solid #743005;
border-radius: 0.6vw;
color: #743005;
background-color: #f0e1b8;
transition: 0.5s;
}






footer {
    margin-top: 5%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 8%;
    text-align: center;
    background-color: rgba(181, 97, 37, 0.652);
    background-image: url(../images/haikei3.jpg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

footer p {
    text-align: center;
    color: #743005;
    font-size: 1.5vw;

}

footer p span {
    margin-left: 0.3em;
    margin-right: 0.3em;
}