@charset "UTF-8";
* {
    margin: 0;
    padding: 0;
     box-sizing: border-box;
    text-decoration: none;
    list-style: none;
}
img {
    width: 100%;
    vertical-align: bottom;
}
body{
     background-image: url(../img/back.jpg);
    background-size: cover;
}
.point {
    width: 1200px;
    position: relative;
    top:-180px;
    left: 180px;
    clip-path: polygon(50% 0, 100% 9%, 100% 100%, 0 100%, 0 9%);
    background-color: #fffbe9;    
}
p.minori{
    border-bottom: #5b3626 2px dotted;
    width: fit-content;
    margin: 0 auto;
    padding: 10px;
}
p.tel{
    border-bottom: #5b3626 2px dotted;
    width: fit-content;
    margin: 0 auto;
    padding: 10px;
}
p {
    padding: 10px;
    text-align: center;
    color: #5b3626;
}
p.contact {
    font-size: large;
    font-weight: 500;
    padding-bottom: 50px;
     color: #5b3626;
}
.icon img {
    display: block;
    width: 70px;
    margin: 0 auto;
    padding-top: 50px;
    padding-bottom: 10px;
}
.head-img img {
    height: 500px;
    object-fit: cover;
}
h1 {
    text-align: center;
    font-weight: 400;
    color: #5b3626;
}
dl {
    width: fit-content;
    padding-left: 200px;
    margin: 50px 0 20px 0;
}
dl dt {
    float: left;
    padding: 1em;
    color: #211b1b;
}
dl dd {
    padding: 1em 0 1em 18em;
}
span {
    color: rgb(248, 25, 106);
    font-size: small;
}
input {
    font-size: 1em;
    padding: 10px 280px 10px 5px;
}
select {
    font-size: 1em;
    padding: 10px 70px 10px 5px;
}
textarea {
    width: 35em;
    height: 13em;
    padding: 10px 10px;
}
p.submit {
    text-align: center;
}
input[type="submit"] {
    padding: 20px 100px;
    font-weight: bold;
    margin-bottom: 50px;
    border-radius: 30px;
    border: none;
    color: #5b3626;
    background-color: #FFD1D1;
    transition: 0.5s;
}
input[type="submit"]:hover{
    opacity: 0.7;
}
/* footer */
footer {
    text-align: center;
    background-image: url(../img/back-koi_l.jpg);
}
.footer-box {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 70px;
    padding-top: 20px;
}
.insta img {
    width: 30px;
}
footer img {
    width: 200px;
}
ul {
    display: flex;
    justify-content: center;
    gap: 20px;
}
ul a {
    color: #5b3626;
    transition: 0.5s;
}
ul a:hover {
    opacity: 0.7;
}
.copylight p {
    padding: 15px 0 10px;
}
