@charset "UTF-8";
/* CSS Document */
@media (max-width: 667px) {
  /*////////////sp_news//////////*/
  body {
    font-size: 1.4rem;
  }
  .nav {
    display: none;
  }
  /*モバイルメニュー*/
  .mobile {
    display: block;
    position: fixed;
    top: 10px;
    right: 10px;
    width: 50px;
    height: 50px;
    z-index: 9999;
  }
  #panel-btn {
    display: inline-block;
    position: relative;
    width: 50px;
    height: 50px;
    margin: 0;
    border-radius: 50%;
    background: #4b4b4b;
  }
  #panel-btn-icon {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%);
    width: 16px;
    height: 1px;
    margin: 0 0 0 -10px;
    background: #fff;
    transition: .2s;
  }
  #panel-btn-icon:before, #panel-btn-icon:after {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 1px;
    background: #fff;
    transition: .3s;
  }
  #panel-btn-icon:before {
    margin-top: -6px;
  }
  #panel-btn-icon:after {
    margin-top: 6px;
    width: 16px;
  }
  #panel-btn .close {
    background: transparent;
  }
  #panel-btn .close:before, #panel-btn .close:after {
    margin-top: -0.5px;
  }
  #panel-btn .close:before {
    transform: rotate(-45deg);
  }
  #panel-btn .close:after {
    transform: rotate(-135deg);
    width: 20px;
  }
  #panel {
    display: none;
    width: 100vw;
    height: 100%;
    overflow: auto;
    background-color: var(--p);
    position: fixed;
    top: 0;
    right: 0;
    padding: 90px 0 10% 9%;
    z-index: 9998;
  }
  #panel ul {
    width: 100%;
    margin-bottom: 30px;
  }
  #panel ul li {
    font-size: 1.6rem;
    line-height: 2;
    margin-bottom: 30px;
    border-bottom: 1px double #fff;
  }
  #panel ul li a {
    color: #fff;
    display: block;
  }
  /*  //////////sp-top////////////*/
  .top_main_wrap {
    display: block;
  }
  .top_logo_box {
    width: 100%;
    height: 83.15px;
    padding: 0 5% 0;
    text-align: left;
    display: flex;
    align-items: center;
  }
  .top_logo_box img {
    width: 50px;
    margin-bottom: 0;
    margin-right: 10px;
  }
  .logo_text {
    font-size: 1rem;
  }
  .top_main_img {
    width: 95%;
    margin-left: 5%;
  }
  .catch_copy_box {
    padding: 5px 10px;
    font-size: 1.2rem;
  }
  .top01 {
    padding: 0 0 70px 5vw;
    margin-top: 0;
  }
  .top01 .com_title01 {
    margin-bottom: 20px;
  }
  .section-lineup .lineup-carousel li {
    margin-right: 10px;
    padding-bottom: 5px;
  }
  .eyecatch_box {
    margin-bottom: 5px;
  }
  .card_title {
    font-size: 1.4rem;
    margin-bottom: 5px;
    padding-top: 15px;
  }
  .card_title:before {
    font-size: 1.2rem;
  }
  .card_dt {
    font-size: 1.2rem;
  }
  .card_price {
    font-size: 1.2rem;
  }
  .section-lineup .inner {
    margin-bottom: 80px;
  }
  .section-lineup .slick-nav-arrows {
    bottom: -60px;
    width: 120px;
  }
  .btn01 {
    padding: 10px 20px 30px;
    height: 65px;
    min-width: 180px;
  }
  .btn01:after {
    width: 15px;
    height: 15px;
    background-size: 15px;
    bottom: 10px;
  }
  .top02_inner {
    display: block;
  }
  .top02 {
    margin: -30vw 0 80px;
    padding: 40vw 5vw 15vw;
  }
  .top02 .com_title01 {
    margin-bottom: 20px;
  }
  .news_wrap {
    margin: 0 0 35px;
    width: 100%;
  }
  .topic_wrap {
    margin-bottom: 20px;
  }
  .topic-list {
    padding: 0 0.5em 10px;
  }
  .news_text {
    display: block;
  }
  .top02 .btn_center {
    text-align: center;
  }
  .top03_pic01 {
    width: 90%;
    margin-bottom: 20px;
  }
  .top03_pic02 {
    width: 90%;
  }
  .btn02 {
    width: 90%;
    height: 80px;
  }
  .btn02_title {
    font-size: 3.2rem;
    top: -30px;
  }
  .btn02_text {
    font-size: 1.4rem;
  }
  .foot_contact_box {
    display: block;
    text-align: center;
    padding: 10%;
  }
  .foot_contact_text {
    width: 100%;
    margin-bottom: 5%;
  }
  .foot_wrap {
    padding: 10% 5% 5%;
  }
  .foot_logo {
    margin-bottom: 7%;
  }
  .foot_nav {
    display: none;
  }
  .u18 {
    text-align: center;
    display: block;
    margin-bottom: 50px;
  }
  .u18 span {
    display: block;
    margin: 10px 0 0 0;
  }
  .u18 img {
    width: 50px;
  }
  /* /////////// sp-sub/////////////*/
  .sub_nav {
    display: none;
  }
  .sub_header {
    width: 100%;
    padding: 0 5% 0;
    margin-bottom: 50px;
  }
  .sub_logo {
    width: 50px;
    margin-bottom: 0;
    margin-right: 10px;
  }
  .sub_logobox {
    text-align: left;
    height: 83.15px;
    display: flex;
    align-items: center;
  }
  /* /////////// sp-roomlist/////////////*/
  .room_list_text {
    margin: 40px auto 40px;
  }
  .room_list_card {
    width: calc((100% - 3vw) / 2);
  }
  .room_list_wrap {
    gap: 3vw;
  }
  /* /////////// sp-room/////////////*/
  .room_nav_box {
    width: 90%;
    margin-top: 80px;
  }
  .cont_box {
	width: 40px;
	height: 40px;
}
  .room_title {
    margin-bottom: 30px;
  }
  .room_text {
    margin-bottom: 30px;
  }
  .room_price_wrap .com_title01 {
    margin-bottom: 20px;
  }
  .price_grid {
    grid-template-columns: minmax(0, 1fr);
    gap: 14px;
  }
  .price_plan,
  .price_plan--stay,
  .price_plan--extension {
    grid-column: auto;
  }
  .price_plan_header {
    min-height: auto;
    padding: 16px 14px 14px;
  }
  .price_plan_title {
    font-size: 2rem;
    margin-bottom: 6px;
  }
  .price_plan_time {
    font-size: 1.3rem;
    line-height: 1.55;
  }
  .price_plan_time strong {
    font-size: 1.4rem;
  }
  .price_rates {
    height: auto;
  }
  .price_rate {
    padding: 14px 8px 16px;
  }
  .price_rate dt {
    font-size: 1.2rem;
  }
  .price_amount {
    font-size: clamp(1.8rem, 8.4vw, 3rem);
  }
  .price_yen {
    font-size: 1.2rem;
  }
  /* /////////// sp-food/////////////*/
  .scroll_menu {
    padding: 5px;
  }
  .smooth_scroll {
    gap: 5px;
  }
  .foot_title_wrap {
    display: block;
  }
  .food_title {
    font-size: 1.8rem;
  }
  .food_time {
    margin-left: 0;
    font-size: 1.4rem;
  }
  .menu_title {
    font-size: 1.6rem;
  }
  .menu_title:after {
    width: max(100%, 100px);
  }
  .food_menu_li {
    width: calc((100% - 3vw) / 2);
  }
  .menu_pic {
    margin-bottom: 5px;
  }
  .food_name {
    line-height: 1.3;
  }
  .food_price {
    line-height: 1.3;
  }
  .food_cont_box {
    margin-bottom: 50px;
  }
  .text_menu_li {
    justify-content: space-between;
  }
  .text_menu {
    width: auto;
  }
  .text_price {
    width: 4em;
    text-align: right;
  }
  /*/////////sp-access/////////*/
  .map {
    aspect-ratio: 4 / 3;
  }
  .park_title {
    margin-bottom: 20px;
  }
  .park_text {
    margin-bottom: 30px;
  }
  .news_list_text {
    padding: 0 0 0 10px;
  }
  .news_topic-list {
    margin-bottom: 15px;
  }
  .con_text {
    margin: 30px auto 50px;
  }
  .con_tel {
    margin-bottom: 50px;
  }
  .con_wrap {
    width: 100%;
    padding: 8vw 5vw 50px;
  }
  /*////////sp-contact////////*/
  .form_title {
    margin-bottom: 50px;
  }
  .radiobutton label {
    font-size: 14px;
  }
  .submit_btn {
    padding: 15px 25px;
    min-width: 180px;
  }
  .mail_info {
    margin-bottom: 50px;
  }
}
