@charset "utf-8";
@import url('contents.css');
@import url('style.css');
@import url('shop.css');
@import url('site.css');
@import url('dev.css');

ul.navi {
display: flex;
flex-wrap: wrap;
flex-direction: row;
justify-content: space-between;
}
ul.navi li:nth-child(1) {
 width:25%;
}
ul.navi li:nth-child(2){
 width:27%;
}

ul.navi li:nth-child(3){
 width:36%;
 margin-right: 4%;

}

ul.navi li:nth-child(4) {
 width:39%;
}

ul.navi li:nth-child(5),ul.navi li:nth-child(6){
 width:20%;
}

ul.navi li:nth-child(7){
 width:20%;
 margin-right: 1%;
}

ul.navi li:nth-child(1)::after,ul.navi li:nth-child(2)::after,ul.navi li:nth-child(4)::after,ul.navi li:nth-child(5)::after ,ul.navi li:nth-child(6)::after  {
 height: 0.75em;
 border-right: 1px solid #b5ac91;
 content: "";
 position: absolute;
 right: 0;
 top: 50%;
 margin-top: -0.25em;
 display: block;
}

ul li {
margin-bottom: 5px;
position:relative;
}

ul li a {
font-family: 'Unna', serif;
font-size: 1.2rem;
color: #373737;
}

.youtube {
width:100%;
aspect-ratio:16 / 9;
}

.youtube iframe {
width:100%;
height:100%;
}

.profile_ttl {
margin-top:25px;
}

.inquiry-form table th {
background-color: #ae840e;
}

.ipt_addr {
width:250px;
margin-top:10px;
}

.ipt_multi {
width:98%;
}

.ipt_tel {
width: 66px;
}