@charset "UTF-8";
@media screen and (max-width: 768px) {
/*スマホメニュー*/
 

.menu-content {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 100%;/*leftの値を変更してメニューを画面外へ*/
  z-index: 80;
  background-color:rgba(0,0,0,0.7);
  transition: all 0.5s;/*アニメーション設定*/
}


.menu-content ul{
position: relative;
display: block;
width: 100%;
right:0!important;
top:60px!important;
padding:0 30px;
}
header#page_header .tel{
display: none;
}
.menu-content ul a{
text-align: left;
color:#fff;
padding:1em 1.5em 1em 2.5em!important;
border-bottom:solid 1px #fff;
width: 100%;
position: relative;
}

.menu-content a:before{
  font-family: "Material Symbols Outlined";
  content:'\e5cc';
  position: absolute;
  top:50%;
  left:1em;
  margin-top:calc(1em / -2);
}




.menu-btn {
  position: fixed;
  top: 20px;
  right: 20px;
  height: 50px;
  width: 50px;
  z-index: 1000;
background:rgba(0,0,0,0.6);
display: flex;
justify-content: center;
align-items: center;
}

.menu-btn span,
.menu-btn span:before,
.menu-btn span:after {
  content: '';
  display: block;
  height: 3px;
  width: 25px;
  border-radius: 3px;
  background-color: #ffffff;
  position: absolute;
  transition: all 0.5s;
}
.menu-btn span:before {
  bottom: 8px;
}
.menu-btn span:after {
  top: 8px;
}
#menu-btn-check:checked ~ .menu-btn span {
  background-color: rgba(255, 255, 255, 0);/*メニューオープン時は真ん中の線を透明にする*/
}
#menu-btn-check:checked ~ .menu-btn span::before {
  bottom: 0;
  transform: rotate(45deg);
}
#menu-btn-check:checked ~ .menu-btn span::after {
  top: 0;
  transform: rotate(-45deg);
}
#menu-btn-check:checked ~ .menu-content {
  left: 0;/*メニューを画面内へ*/

}
/*------------*/

  .wrap{
    width: 100%;
    max-width: none;
    padding:0 7%;
}
  .flex_rsp{
    display: block;
    gap:0;
    height: auto;
  }

  .flex_rsp > *,
  .table_rsp th,
  .table_rsp td{
    width:100%!important;
    display: block;
  }
/*お知らせ*/
.news_li{
    border-top:none;
    border-bottom:none;
}
.news_li a{
  border-left:none;
  border-top:#998675 solid 1px;
  border-bottom:#998675 solid 1px;
  padding:1em 0;
  margin-bottom:0;
  
} 
/*イベントカレンダー*/
.iv_h{
position: relative;
        width: 130px;
        margin: 10px auto -10% auto;
        transform: none;
}
#movie .wrap{
  padding-left:0;
  padding-right:0;
}
.youtube:before{
  bottom:0;
  left:5%;
  transform: translateY(60%);
}
.youtube:after{
  top:0;
  right:5%;
  transform: translateY(-45%);
}

/*メニュー*/
.guide_menu .guide_box figure{
    display:flex;
    align-items: center;
    height: 0;
    padding: 32% 0;
}


/*交通案内*/
.access{
    background-position: top 0 left -10% , bottom 0% right -10%;
    background-size: 35% auto,35% auto ;
}

.access_guide{
    padding:0 0 10% 0;
    text-align: left;
}
/*固定ページ*/
.gallery_s .gallery_box{
  width:calc((100% - 6vw) / 2)!important;  
}
.gallery_box{
  margin-bottom: 6vw;
}

.seibun_grf div{
  display: block;
}
.facility .wrap{
  margin: 0;
  padding: 0;
}
/*フッター*/
.f_nav{
    display: flex;
    flex-wrap: wrap;
    margin:1em 0;

}
.f_nav ul{
  text-align: left;
}
.f_nav li{
width:49%;
text-align: left;
margin:0;
}
.f_nav li:after{
    content:'\e5cc'!important;
    font-family: "Material Symbols Outlined";
    color:#fff;
    position: absolute!important;
    font-size: 1em;
    top:50%;
    margin-top:calc(1em / -2);
    right:0!important;
}
}