@charset "utf-8";


/* 共通設定*/
body {
    margin: 0 auto;
    background-color: #ffffff;
        font-family: "Shippori Mincho", serif;
        font-style: normal;
}
span {
    font-weight: bold;
}
header, main, footer {
    width: 100wh;
    max-width: 100%;
    margin: 0 auto;
}
.title {
    font-size: 2em;
}
/*-- sleek-title --*/
.sleek-title {
    width: 20%;
    margin: 100px auto;
    padding-top: 10%;
}
.sleek-title h1 {
    font-family: "Mrs Saint Delafield", cursive;
    font-weight: 400;
    font-style: normal;
}
.sleek-title p {
    text-align: center; 
}
#about .sleek-title {
    margin-top: 0;
}
/* header */
.header {
    width: 100vw;
    height: 100vh;
    background-image: url(image/frst-view.png);
    margin: 0 auto;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
.header-nav {
   height: 100px;
    text-align: right;
}

.main-view  {
    text-align: center;
    margin-top: 10%;
   
}


h1 {
    font-size: 2rem;
    text-align: center;
    margin-bottom: 2%;
    font-weight: bold;
}
h2 {
    font-size: 1.5rem;
    margin-bottom: 1%;
    font-weight: bold;
}
/* secound-view */
.second-view img {
    width: 100%;
    object-fit: cover;
}

/* notioce */
.notice {
    display: flex;
    justify-content: center;
    align-content: center;
    height: 150px;
    color: #ffffff;
    background-color: #626457;
}    
.notice h1, .notice p {
    display: flex;
    align-items: center;
    margin: 3%;
}
/* impression */
.impression {
    height: 450px;
     display: flex;
    align-items: center;
}
.impression-p {
    height: 180px;
    width: 40%;
   text-align: center;
    margin: auto;
    
}
.impression-p p:first-child {
    margin-bottom: 40px;
}


/* intrbuction */

.intrduction {
    max-width: 1440px;
    width: 100%;
    text-align: center;
    margin: 0 auto 15% auto;
}

.intrduction-img {
    width: 50%;
    margin: 1%;
    text-align: center;
}
.intrduction-img img {
    width: 100%;
    height: 100%;
    margin-bottom: 2%;
}
.intrduction-box {
    display: flex;
    position: relative;
    margin-bottom: 15%;
}

.intrduction-p {
    width: 40%;
    height: 400px;
    background-color: rgba(1,1,1,0.5);
    color: #ffffff;
    padding: 3%;
    position: absolute;
        top: 30%;
        left: 55%;
   
}
.intrduction-p h2 {
    margin-bottom: 6%;
}
.intrduction-p p {
    margin-bottom: 10%;
    line-height: 1.7em;
    letter-spacing: 0.2em;
    text-align: left;
    
}
.button {
    text-align: right;
    background-color: #ffffff;
    color: #000000;
    font-weight: bold;
    padding: 2% 7%;
}

/* about */
.about {
    background-color: #E6E2D7;
}




.greetings {
   
    width: 70%;
    display: flex;
    justify-content: space-around;
    margin: auto;
    align-items: top;
    padding-bottom: 10%;
}
.greetings img {
    width: 50%;
    height: 40%;
  
}
.greetings p {
    width: 80%;
    margin-left: 5%;
}
.greetings p:first-child {
    font-size: 1.7em;
    margin-bottom: 3%;
}
.greetings p:nth-child(2) {
    line-height: 1.7em;
    letter-spacing: 0.1em;
    margin-bottom: 3%;
}
.greetings p:last-child {
    text-align: right;
}

/* footer */
.footer {
    color: #ffffff;
    background-color: #000000;
    line-height: 1.7em;
    letter-spacing: 0.1em;
}
.footer-contents {
    padding-top: 5%;
    display: flex;
    justify-content: space-around;
}
.footer-logo {
    align-content: center;
}
.footer p {
    margin-top: 5%;
     text-align: center;
}

/* メニューボタン */
.menu-sp {
    display: flex;
}


#nav-sp {
    background-color: #626457;
    position: absolute;
        left: 0;
        top: 0;
    height: 55%;
    width: 22%;
    display: none;
    flex-direction: column;
    z-index: 100;
    color: #ffffff;
    padding: 2%; 
    text-align: center;
    
  }
  #nav-sp a {
    display: flex;
    flex-direction: column;
    margin-top: 12%;
    font-size: 3rem;
  }
  #nav-sp img:last-child {
    padding-top: 10%;
  }