html{
    font-size: 16px;
}

body{
    font-family: 'Sawarabi Mincho', 'Noto Serif JP', sans-serif;
    color: #390e06;
    min-width: auto;
    line-height: 1.8;
    margin: 0;
}

.wadaiwrapper{
        width: 900px;
        display: block;
        margin: auto;
}

.wrapper{
    overflow-x: hidden;
}

.naviwrapper{
    width: 900px;
}

.firstview{
    width: 900px;
    display: block;
    margin: auto;
}

.firstview div{
    margin: 0 -200%;
    padding: 0 200%;
    background-color: #ff3478;
}

.header-img{
    width: 700px;
}

nav{
    width: 900px;
    display: block;
    margin: auto;
}


.navinner{
    background-color: #ccdcf3;
    margin: 0 -200%;
    padding: 50px 200%;
    display: flex;
    justify-content: space-between;
    line-height: 1;    
}

.navinner img{
    width: 250px;
    height: auto;
    object-fit: cover;
    border: 10px #fff double;

}

.navchild{
    position: relative;
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.25);
  cursor: pointer;
  transition: all 0.3s ease 0s;
  text-decoration: none;
}

.navchild:hover{
     box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.25);
  transform: translateY(-0.1875em);
}

.navchild a{
    text-decoration: none;
    color: #390e06;
}

.hanataba{
    font-size: 20px;
    position: absolute;
    
    top: 38%;
    left: 44%;
}

.baraguzzu{
    font-size: 20px;
    position: absolute;
    
    top: 45%;
    left: 52%;
}

.whats{
    font-size: 20px;
    position: absolute;
    
    top: 32%;
    left: 51%;
}

.midashi{
    padding-left: 1.5em;
    background-image: url(../images/flower1.png);
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 1.25em;
    width: 500px;
    margin-bottom: 20px;
    font-size: 25px;
}

.setsumei{
    width: 500px;
    padding: 30px 0;
}

.ichiran-item{
    padding: 2.5% 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}

.item4{
    position: relative;
    width: 23%;
    flex-wrap: wrap;
    padding-bottom: 3em;
    margin-bottom: 2em;
}

.item4 img{
    max-width: 100%;
    height: auto;
    display: block;
    margin: auto;
}

.ichiran-item-no,
.ichiran-item-size{
    font-weight: bold;
    font-size: 0.8rem;
}
.item4-name{
    color: #ff3478;
    font-weight: bold;
    font-size: 1.1em;
}
.ichiran-subtitle{
    font-size: 0.9rem;
}
.item4-price{
    font-weight: bold;
}
.ichiran-details{
    
    border:  1px solid #ff3478;
     background: #ff3478;
     color: #fff;
    padding: 4px 10px;
    position: absolute;
    bottom: 0;
}

.ichiran-details:hover{
    border:  1px solid #AD7EB4;
     background: #AD7EB4;
}

.wadai1nohaikei{
    margin: 0 -200%;
    padding: 0 200%;
    height: 100%;
    background-color: #fff6e4;
}

.wadai1{
    width: 900px;
    padding-top: 50px;
    padding-bottom: 50px;
    margin: auto;
    display: flex;
    justify-content: space-between;
}

.wadai2nohaikei{
    margin: 0 -200%;
    padding: 0 200%;
    height: 100%;
    background-color: #ffe0e7;
}

.wadai2{
    width: 900px;
    padding-top: 50px;
    padding-bottom: 50px;
    margin: auto;
    display: flex;
    justify-content: space-between;
}

.wadai3nohaikei{
    margin: 0 -200%;
    padding: 0 200%;
    height: 100%;
    background-color: #f5cfed;
}

.wadai3{
    width: 900px;
    padding-top: 50px;
    padding-bottom: 50px;
    margin: auto;
    display: flex;
    justify-content: space-between;
}

.ichigyo{
    width: 900px;
    display: flex;
    justify-content: space-between;
    position: relative;
}

.frame{
    height: 100%;
    vertical-align: middle;
    position: absolute;
    top: 5em;
    left: 53%;
}

.frame img{
    max-width: 100%;
    height: auto;
    object-fit: cover;
}

footer{
    width: 900px;
     margin: auto;
    color: #fff;    
}

.footer-wrap{
    font-size: 14px;
    text-align: center;
        margin: 0 -200%;
    padding: 1em 200%;
    background-color: #390e06;
}

footer a{
    color: #fff;
    text-decoration: none;
}

footer a:hover{
    text-decoration: none;
}