@charset "UTF-8";
/*! Writen  by SCSS */
.breadlist {
  display: none; }

.contents_wrap {
  margin-bottom: 40px; }
  @media screen and (max-width: 480px) {
    .contents_wrap {
      margin-bottom: 20px; } }

.sec00 {
  padding-bottom: 80px; }
  @media screen and (max-width: 480px) {
    .sec00 {
      padding-bottom: 50px; } }
  .sec00 .page_ttl {
    margin-bottom: 0; }

.inner {
  max-width: 1280px; }

.map_box {
  text-align: center;
  margin-bottom: 40px;
  display: flex;
  flex-direction: column-reverse;
  row-gap: 20px; }
  @media screen and (max-width: 768px) {
    .map_box {
      margin-bottom: 30px;
      row-gap: 12px; } }
  .map_box .mdl_btn {
    cursor: pointer; }

.btn {
  display: flex;
  justify-content: center;
  font-size: clamp(12px, 1.404vw, 16px);
  gap: 2.8em; }
  @media screen and (max-width: 480px) {
    .btn {
      font-size: calc(12vw / 3.9); } }
  .btn li {
    width: 21em; }
    .btn li a {
      position: relative;
      display: flex;
      justify-content: center;
      align-items: center;
      font-feature-settings: "palt";
      letter-spacing: 0.02em;
      line-height: 1;
      font-weight: 700;
      text-align: center;
      height: 3.4em;
      border-radius: 1.7em;
      border: solid 1px #333;
      transition: all 0.3s ease-in-out; }
      .btn li a .icon {
        /*position: absolute;
        top:0;
        left:1.8em;
        width: 2em;
        height: 100%;
        display: flex;
        align-items: center;*/
        width: 1.4em;
        margin-right: 1em; }
      .btn li a:hover {
        opacity: 0.4; }
    .btn li.gmap a {
      color: #333;
      background: #fff; }
    @media screen and (max-width: 768px) {
      .btn li.print {
        display: none; } }
    .btn li.print a {
      color: #fff;
      background: #333; }

@media screen and (max-width: 480px) {
  .sp_w {
    width: calc(100% + 40px);
    margin-inline: -20px; } }
/*PCのみ*/
/*.mov_mdl li .inn .close {
	@include mq_min($br_pc) {
		left: -40px;
		top: 0;
	}
}
*/
.mov_mdl li {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999999999999;
  width: 100%;
  height: 100%;
  background: #e7e7e7;
  display: none; }
  .mov_mdl li .mbg {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%; }
  .mov_mdl li .inn {
    width: calc(100% - 20px);
    position: relative;
    max-height: calc(100vh - 100px); }
    .mov_mdl li .inn .close {
      font-size: 36px;
      line-height: 1;
      position: absolute;
      left: 0;
      top: -40px;
      cursor: pointer; }
    @media screen and (min-width: 960px) {
      .mov_mdl li .inn .sld1 {
        max-height: calc(100vh - 100px);
        overflow-y: auto; } }
    @media screen and (max-width: 1280px) {
      .mov_mdl li .inn .sld1 {
        overflow-x: auto; }
        .mov_mdl li .inn .sld1 img {
          width: 1400px;
          max-width: 1400px; } }
    @media screen and (max-width: 480px) {
      .mov_mdl li .inn .sld1 img {
        width: 768px;
        max-width: 768px; } }

@media print {
  .btn,
  .f_list_wrap,
  .fnavi_wrap,
  .footernavi,
  footer,
  header {
    display: none !important; }

  .sec.first_sec,
  div.contents_wrap,
  div.wrap {
    padding-top: 0 !important;
    margin: 0 auto; } }

/*# sourceMappingURL=map.css.map */
