ul{
    list-style: none;
}
a{
    text-decoration: none;
}

.menu{
    position: fixed;
}

.menu__item{
    margin-left: 1vw;
}

.menu__link_contact{
    background: #f2efeb;
    border-radius: 9999px;
    padding: 12px 20px;
}

.header-wrapper{
    display: flex;
    justify-content: space-between;
    padding: 2vh 4vw;
    width: 100vw;
}

.logotop{
    height: 8vh;
}

.menu__list{
    display: flex;
    text-align: right;
}

.menu__link{
    color: #fff;
}

.menu__link_contact{
    color: black;
}

.toppic-wrapper{

}

.toppic{
    background-image: url(/img/toppage/toppic.jpg);
    background-size: cover;
    width: 100vw;
    height: 100vh;
}

.toppic-logo-wrapper{
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 20vh;
}

.toppic-logo{
    height: 12vh;
}

.toppic-companyname{
    font-family: "DM Serif Text", serif;    font: bold;
    font-size: 10vh;
    color: #fff;
}


.toppic-text{
    font-family: MS Mincho,'Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
    color: #fff;
    font-size: 7vh;
    text-align: center;
    padding-top: 5vh;
}

.button a {
    position: relative;
    overflow: hidden;
    text-decoration: none;
    display: block;
    max-width: 200px;
    background: #f2efeb;
    margin: auto;
    margin-top: 10vh;
    padding: 10px 20px;
    font-family: MS Mincho,'Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
    font-weight: 500;
    text-align: center;
    line-height: 1.8;
    text-decoration: none;
    outline: none;
    transition: ease .2s;
}

.button a span {
    position: relative;
    z-index: 3;
    color:#333;
}

.button a:hover span{
    color:#fff;
}

.bgtop:before {
  content: '';
  position: absolute;
  top:0;
  left: 0;
  z-index: 2;
  background:  #333;
  width: 100%;
  height: 0;
  transition:.3s cubic-bezier(0.8, 0, 0.2, 1) 0s;
}

.bgtop:hover:before{
   height: 100%;  
   background-color: #333;
}

.news-wrapper{
    margin: 8vh 8vw;
}

h3{
    font-family: MS Mincho,'Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
    font-size: 5vh;
    font-weight: normal;
}

.news_list {
    margin: 8vh 10vw;
  }
  
  .news_list_item {
    padding: 25px 0;
    border-bottom: 1px solid #E6E6E6;
  }
  
  .news_list_item:first-child {
    border-top: 1px solid #E6E6E6;
  }
  .news_list_item a {
   position: relative;
   display: flex;
   padding-right: 30px;
  }
  
  .news_list_date {
    font-size: 15px;
    display: flex;
    margin-right: 15px;
    align-items: center;
  }
  
  .news_item {
    background: #F6C6A2;
    border-radius: 14px;
    width: 6em;
    /* 親要素の文字サイズを基準 */
    text-align: center;
    margin-left: 20px;
  }
  
  .arrow {
    width: 25px;
    height: 1px;
    background: #707070;
    position: absolute;
    top: 50%;
    right: 0;
  }
  
  .arrow::after {
    content: "";
    display: block;
    width: 6px;
    height: 1px;
    background: #707070;
    transform: rotate(45deg);
    position: absolute;
    right: 0px;
    bottom: 2px;
  }
  
.search-region-background{
    background-color: #ffffff;
    background-image: linear-gradient(0deg, #ffffff 0%, #c4f4ff 100%);
    height: 100vh;
}

.search-region-wrapper{
    padding: 8vh 8vw;
}

.okinawa-background-wrapper{
    display: flex;
    justify-content: center;
    align-items: center;
}

.okinawa-background{
    height: 80vh;
}