@charset "UTF-8";
/* container
====================================================================================================================================== */
html {
  scroll-padding-top: 80px;
}

#container {
  overflow: hidden;
}

.wrapper {
  max-width: 1000px;
  margin: 0 auto;
}

/* header
====================================================================================================================================== */
#header {
  padding: 0 0 1.5rem;
  overflow: hidden;
}
#header .summary_site_title {
  background-color: #111;
  color: #fff;
  font-weight: bold;
  text-align: center;
  padding: 0.7em 1em;
  margin: 0 0 1.55rem;
  font-size: 0.9rem;
}

#site_title {
  float: left;
}
#site_title h1 {
  margin-bottom: 0 !important;
}
#site_title a {
  text-decoration: none !important;
}

@media (max-width: 1024px) {
  .wrapper {
    padding: 0 22px;
  }
  #site_title {
    width: 142px;
  }
  #header {
    padding-bottom: 1.1rem;
  }
  #header .summary_site_title {
    margin-bottom: 1.1rem;
  }
  #conts #main_slider {
    margin-left: -25px;
    margin-right: -25px;
  }
}
@media (min-width: 1024px) {
  #header > .wrapper,
  #main.page_tour > .wrapper,
  #navibar > .wrapper {
    max-width: 1500px;
    width: 100%;
    padding: 0 40px;
  }
  #main.page_tour {
    background: url(../images/bg_sankaku.png);
    background-size: 24px auto;
    padding: 2rem 0 0;
  }
  #main.page_tour > .wrapper {
    position: relative;
    display: flex;
    gap: 40px;
    margin-bottom: 4rem;
  }
  #main.page_tour #conts {
    width: calc(100% - 340px);
    background: #fff;
    padding: 0 3.2rem 3.2rem;
  }
  #main.page_tour #conts #main_slider {
    margin-left: -3.2rem;
    margin-right: -3.2rem;
  }
}
@media (min-width: 1300px) {
  #header > .wrapper,
  #main.page_tour > .wrapper,
  #navibar > .wrapper {
    padding: 0 80px;
  }
}
/* globalnavi
====================================================================================================================================== */
#globalnavi {
  float: right;
  display: flex;
  align-items: center;
  margin-top: 0.6rem;
}
#globalnavi ul {
  display: inline-block;
  width: auto;
  margin: 0;
}
#globalnavi ul li {
  display: inline-block;
  padding: 0 2em 0 0;
}
#globalnavi ul li a {
  text-decoration: none;
}
#globalnavi ul li a:hover {
  text-decoration: underline;
}
#globalnavi .btn {
  border: solid 2px #111;
  background: none;
  color: #111;
  padding: 0.3em 1em;
  margin: 0;
  min-width: 0;
}

@media (max-width: 1024px) {
  #globalnavi .lang_btn,
  #globalnavi .pulldown_sp,
  #menu_btn_sp {
    position: absolute;
    right: 1rem;
    top: calc(1.6rem + 34px);
  }
  #menu_btn_sp {
    position: absolute;
    z-index: 120;
  }
  #menu_btn_sp a {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 44px;
    height: 44px;
    text-indent: 150%;
    white-space: nowrap;
    overflow: hidden;
    background: #fff;
    border-radius: 50%;
  }
  #menu_btn_sp .i_list {
    position: relative;
    display: inline-block;
    width: 65%;
    height: 0px;
    border-bottom: solid 3px #111;
    overflow: visible;
  }
  #menu_btn_sp .i_list:before, #menu_btn_sp .i_list:after {
    content: "";
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
    left: 0;
    top: -9px;
    width: 100%;
    height: 0px;
    border-bottom: solid 3px #111;
  }
  #menu_btn_sp .i_list:after {
    top: 9px;
  }
  #menu_btn_sp.opened a {
    background: #111;
  }
  #menu_btn_sp.opened a .i_list {
    border-bottom: 0;
    border-color: #fff;
  }
  #menu_btn_sp.opened a .i_list:before, #menu_btn_sp.opened a .i_list:after {
    top: 0;
    transform: rotate(-45deg);
    border-color: #fff;
  }
  #menu_btn_sp.opened a .i_list:after {
    transform: rotate(45deg);
  }
  #globalnavi .lang_btn {
    right: 70px;
    top: calc(1.6rem + 40px);
  }
  #globalnavi .pulldown_sp {
    display: none;
    right: 0;
    top: calc(1.6rem + 54px);
    width: 60%;
    background: #fff;
    padding: 1.7rem;
    border: solid 1px #111;
    border-right: 0;
    border-radius: 2rem;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.06);
    z-index: 100;
  }
  #globalnavi .pulldown_sp li {
    display: block;
    width: 100%;
    font-size: 1.2rem;
    padding: 0.5em 0;
  }
}
/* main_visual
====================================================================================================================================== */
/* contents
====================================================================================================================================== */
#navibar {
  background: #F2F2F2;
  padding: 0.3em 0;
  font-size: 0.8rem;
}

.page_title {
  padding: 6rem 0 3.2rem;
  text-align: center;
}
.page_title h1 {
  font-size: 1.8rem;
}

.tour_title {
  clear: both;
  margin-bottom: 0.5rem;
}
.tour_title .page_title {
  text-align: left;
  padding: 0;
}
.tour_title .page_title h1 {
  font-size: 1.4rem;
  margin-bottom: 0.4em;
}
.tour_title .intro_text .comment {
  display: none;
}

.page_navi {
  width: calc(100% + 6.4rem);
  display: flex;
  justify-content: space-between;
  margin: 0 0 4rem;
  margin-left: -3.2rem;
  margin-right: -3.2rem;
  padding: 0 5rem;
  background: #fff;
  text-align: center;
  font-size: 0.8rem;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.06);
  overflow: hidden;
}
.page_navi a {
  display: inline-block;
  background: url(../images/icon/nav_midokoro.svg) no-repeat center 10px;
  background-size: 24px auto;
  padding: 38px 0 0.75em;
  text-decoration: none;
}
.page_navi .nav_kutikomi a {
  background-image: url(../images/icon/nav_kutikomi.svg);
}
.page_navi .nav_plan a {
  background-image: url(../images/icon/nav_plan.svg);
}
.page_navi .nav_price a {
  background-image: url(../images/icon/nav_price.svg);
}
.page_navi .nav_reserve a {
  background-image: url(../images/icon/nav_calendar.svg);
}
@media (max-width: 1024px) {
  .page_navi {
    width: 102vw;
    margin-left: -25px;
    margin-right: -25px;
    padding: 0 25px;
    z-index: 100;
  }
  .page_navi.fixed {
    position: fixed;
    top: 0;
  }
}
@media (min-width: 1024px) {
  .page_navi a {
    background-size: 32px auto;
    padding-top: 48px;
    font-size: 0.9rem;
  }
}

/* other contents
====================================================================================================================================== */
.reserve_wrap h3 {
  text-align: center;
}
.reserve_wrap .point_box {
  display: block;
  padding-top: 2.5rem;
  font-size: 1em;
}
.reserve_wrap .point_box .btn {
  min-width: 90%;
  margin-left: auto;
  margin-right: auto;
}
.reserve_wrap .color_box {
  padding: 1.2rem 1rem;
}
@media (min-width: 1024px) {
  .reserve_wrap {
    width: 300px;
    z-index: 10;
  }
  .reserve_wrap.fixed {
    position: fixed;
    top: 34px;
    right: 80px;
  }
  .reserve_wrap.stopped {
    position: absolute;
    right: 40px;
    bottom: 0;
    /* main の下端に吸着させたい場合 */
  }
}
@media (min-width: 1024px) and (min-width: 1300px) {
  .reserve_wrap.stopped {
    right: 80px;
  }
}
@media (min-width: 1024px) {
  .reserve_wrap .point_box {
    padding: 2rem 1.2rem 1.2rem;
    font-size: 0.9em;
  }
  .reserve_wrap .btn {
    width: 100%;
    font-size: 0.9rem;
    padding-left: 1rem;
    padding-right: 2.7rem;
  }
  .reserve_wrap .list_box .text_area {
    padding: 1.2rem;
  }
  .reserve_wrap .list_box .title {
    font-size: 1rem;
  }
}
@media (max-width: 1024px) {
  .reserve_wrap {
    background: url(../images/bg_sankaku.png);
    background-size: 24px auto;
    clear: both;
    padding: 4rem 25px;
    margin: 4rem auto 0;
    margin-left: -25px;
    margin-right: -25px;
  }
  .reserve_wrap h3 {
    font-size: 1.8rem;
  }
}

#other_conts {
  background-color: #fff;
  padding: 4rem 0;
  margin: 2rem 0 0;
}
@media (max-width: 1024px) {
  #other_conts {
    margin: 0;
  }
}

/* footer
====================================================================================================================================== */
#footer_contact {
  background: url(../images/bg_sankaku.png);
  background-size: 24px auto;
  padding: 4rem 0;
  text-align: center;
  font-weight: bold;
}
#footer_contact .tit {
  display: inline-block;
  background: url(../images/icon/i_mail_w.svg) no-repeat left center;
  background-size: 1.5rem auto;
  padding-left: 2rem;
  font-size: 1.6rem;
  line-height: 1.4;
  margin-bottom: 1.5rem;
}
@media (min-width: 1024px) {
  #footer_contact .wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 40px;
    text-align: left;
  }
  #footer_contact .wrapper p,
  #footer_contact .wrapper .tit,
  #footer_contact .wrapper .btn {
    margin: 0;
  }
  #footer_contact .wrapper .tit,
  #footer_contact .wrapper .btn {
    white-space: nowrap;
  }
  #footer_contact .wrapper .btn {
    flex: 1;
  }
  #footer_contact .wrapper .comment {
    flex: 2;
  }
}

/* footer */
#footer {
  background: #111;
  color: #fff;
  padding: 4rem 0;
  text-align: center;
  font-weight: bold;
}
#footer a {
  color: #fff;
}
#footer .site_info,
#footer .sns_link,
#footer .text_nav {
  margin-bottom: 2.5rem;
}
#footer .text_nav {
  overflow: hidden;
  text-align: center;
  font-size: 0.85rem;
  line-height: 1.4;
}
#footer .text_nav li {
  display: inline-block;
  border-right: solid 1px #fff;
  padding: 0 0.9rem;
  line-height: 1.4;
}
#footer .text_nav li:first-child {
  padding-left: 0;
}
#footer .text_nav li:last-child {
  padding-right: 0;
}
#footer .text_nav li a {
  font-weight: normal;
}
#footer .text_nav li:last-child {
  border: 0;
}

.sns_link {
  display: flex;
  gap: 1rem;
  justify-content: center;
}
.sns_link a {
  display: inline-block;
  background: #fff;
  width: 2.4rem;
  height: 2.4rem;
  line-height: 1.8;
  text-align: center;
  text-decoration: none;
  border-radius: 50%;
  vertical-align: top;
}
.sns_link a img {
  width: 55%;
}

/* side_fixed_box
====================================================================================================================================== */
#side_fixed_box {
  position: fixed;
  right: 1rem;
  bottom: 1rem;
  display: flex;
  justify-content: end;
  align-items: center;
  gap: 0.75rem;
  z-index: 200;
}
#side_fixed_box a,
#side_fixed_box button {
  display: inline-block;
  margin: 0;
}
#side_fixed_box .to_top {
  width: 2.6rem;
  height: 2.6rem;
  background: #fff url(../images/icon/link_arrow.svg) no-repeat center center;
  background-size: 46% auto;
  border: solid 1px #111;
  transform: rotate(-90deg);
  text-indent: 120%;
  white-space: nowrap;
  overflow: hidden;
  border-radius: 50%;
}
#side_fixed_box .btn_color {
  font-size: 1rem;
  padding: 0.5rem 2.1rem 0.5rem 1.2rem;
  background-image: url(../images/icon/link_arrow_simple02_w.svg);
  background-position: right 1rem center;
  background-size: 10px auto;
  min-width: 0;
}/*# sourceMappingURL=style.css.map */