@charset "UTF-8";
/* CSS Document */
.header_menubox{
  display:flex;
}
.main-header__inner {
flex:1;
}
.header-menu__item--tourist{
  background-color: #b59568;
      color: #fff;
      border-color: transparent;
      display: block;
      text-align: center;
      font-size: 1.3rem;
    letter-spacing: .06em;
    margin-left: 60px;
    position: relative;
  }
  .header-menu__item--tourist a{
    background-color: #b59568;
        color: #fff;
        border-color: transparent;
        display: block;
        padding: 20px;
        width: 100%;
      height: 100%;
        text-align: center;
    }
  .header-menu__item--tourist a:hover{
    background-color: #86683e;
    }
.main-header-menu__item--tourist{
background-color: #b59568;
    color: #fff;
    border-color: transparent;
		display: flex;
    justify-content: center;
    width: 180px;
    align-items: center;
    position: relative;
}
.main-header-menu__item--tourist a{

display: flex;
    justify-content: center;
    width: 100%;
    height:100%;
    align-items: center;
}
.main-header-menu__item--tourist a:hover{
  background-color: #86683e;
}
@media screen and (max-width: 1225px){
.main-header__logo {
  width: 200px;
  height: 48px;
}
.header-menu__item {
  font-size: 1rem;
  margin-left: 20px;
}
.header-menu__item--tourist{
      font-size: 1rem;
    margin-left: 20px;
  }
  .header-menu__item--tourist a{
  
        padding: 10px;
      
    }
.main-header-menu__item {
  font-size: 1rem;
  margin-left:20px;
 
}
}
@media screen and (max-width: 950px){
.main-header-menu__item--tourist{
      width: 100px;
  }
  .main-header__inner {
    padding: 20px 40px 20px 20px;
}
.header {

  padding: 0 20px;
 
}
}
@media screen and (max-width: 800px){
  .main-header__logo {
    width: 160px;
  
  }
  }
  @media screen and (max-width: 767px){
    .main-header__logo {
      width: 206px;
    }
    .main-header-menu__item--tourist{
      display: none;
    }
    .header-menu__item--tourist{
      background-color: #b59568;
          color: #fff;
          border-color: transparent;
          display: block;
          width: 80%;
          text-align: center;
          margin-top:30px;
          margin-left:auto;
          margin-right:auto;
      }
      .header-menu__item--tourist a{
        background-color: #b59568;
            color: #fff;
            border-color: transparent;
            display: block;
            padding: 20px;
            width: 100%;
          height: 100%;
            text-align: center;
            margin-top:30px;
        }
      .header-menu__item--tourist a:hover{
        background-color: #86683e;
        }
}
.terms-block__disc {
    padding: 0 0 0 1em;
}
.terms-block__disc>li {
    list-style-type: disc;
    padding: 0 0 0 0.5em;
    margin-top: 1.5rem;
}
.terms-block__disc>li a{
    color:#b59568;
}
.terms-block__disc>li a:hover{
    text-decoration:underline;
}