#header_wrap {
    margin-bottom: 0;
}
.base_design #header-menu01{
 background-color:#ffffff;
}
.base_design #header-menu01 a:hover{
 background-color:#a3cccc;
}
.base_design #header-menu01 a{
 color:#000000;
}

.base_design #top_item_search{
width:95%;
}
.base_design #top_item_search ul{
margin: 10px 20px 10px 0;
}

#leftcolumn .raku2_theme01 .block_outer #calender_area table .month{
   // background: #333333;
}
#leftcolumn .raku2_theme01 .block_outer #calender_area .off {
 background: #EEEEEE
}

.base_design #top_item_search ul li{
border-left: none;
}


/* ボタンデザイン  */
a.btn--brown{
color: #ffffff;
background-color: #a3a3cc;
padding-left: 15px;
    padding-right: 15px;
    padding-top: 5px;
    padding-bottom: 5px;
margin: 10px 5px;
}
a.btn--brown.btn--cubic {
  border-bottom: 5px solid #ccccff;
}

a.btn--brown.btn--cubic:hover {
  margin-top: 3px;
  border-bottom: 2px solid #ccccff;
}

a.btn--radius {
  border-radius: 100vh;
}

.fa-position-right {
  position: absolute;
  top: calc(50% - .5em);
  right: 1rem;
}

/* フェードインスライダー */
.f-container {
    width: 100%;
    height: 100vh;
    background-color: #fff;
}

.f-slider-area {
    position: relative;
    width: 100%;
    height: 100vh;
}

.f-slider-item {
    position: absolute;
    inset: 0;
    opacity: 0;
    z-index: 0;
    animation: slideShow 70s linear infinite;
}
.f-slider-item:nth-child(1) {
    animation-delay: 0s;
}

.f-slider-item:nth-child(2) {
    animation-delay: 10s;
}

.f-slider-item:nth-child(3) {
    animation-delay: 20s;
}
.f-slider-item:nth-child(4) {
    animation-delay: 30s;
}
.f-slider-item:nth-child(5) {
    animation-delay: 40s;
}
.f-slider-item:nth-child(6) {
    animation-delay: 50s;
}
.f-slider-item:nth-child(7) {
    animation-delay: 60s;
}

.f-slider-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@keyframes slideShow {
    0% {
        opacity: 0;
        animation-timing-function: ease-in;
    }

    5% {
        opacity: 1;
    }

    14% {
        opacity: 1;
        animation-timing-function: ease-out;
    }

    20% {
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}
/* ポップアップ */

#box {
  background: #FFF;
  border: 1px solid #333;
  box-shadow: 0 10px 10px #999;
  display: none;  /*! id要素に対してdisplay:none  */
  font-family: serif;
  padding: 10px;
  position: relative;
  text-align: center;
  width: 900px;
  margin: 0 auto;
}

#box > #close {
  background-color: #EEE;
  color: #333;
  cursor: pointer;
  height: 30px;
  line-height: 30px;
  margin: 0;
  position: absolute;
  right: 1px;
  text-align: center;
  top: 1px;
  width: 30px;
}

#box > #close:hover {
  background-color: #F9F9F9;
  color: #999;
}
.list{

list-style: none;

}

.btn_area.btn_type_def li a, div[id^="raku2_close"] {
width:280px;
}