#block-page-title{
	z-index:0;
}
.tiletable{
	border: #bcbcbc 1px solid;
	border-radius: 10px;
	border-collapse: separate;
	width: 100%;
	height: 80px;
}
.tiletable th{
	padding: 20px;
	text-align: center;
	width: 40%;
	vertical-align: middle;
	background-color: #67b0e2;
	border-radius: 10px 0 0 10px;
}
.tiletable td{
	padding: 20px;
	vertical-align: middle;
}
.tiletable.holiday{
	margin-top: 10px;
}
.tiletable.holiday th{
	background-color: #fdd1d2;
}
.tiletable.holiday td{
	text-align: center;
}

@media (min-width:769px) {
	.tiletable{
		max-width: 420px;
	}
	#maprow .col{
		width: 50%;
	}
}

#mapbox{
	position: relative;
}
#mapbox a{
	position: absolute;
	display:block;
	width: 6%;
	text-align: center;
	overflow: visible;
	font-size: 75%;
	line-height:1.2;
	color: #000;
	font-weight:bold;
	text-indent: 5%;
}
#mapbox a img{
	width: 50%;
	display:block;
	margin: 0 auto;
}
#mapbox a span{
  -webkit-text-stroke: 3px #FFF;
  text-stroke: 3px #FFF;
  paint-order: stroke;
}
#pin01{
	left: 66.3%;
	bottom: 28.5%;
}
#pin02{
	left: 39.3%;
	bottom: 13.7%;
}
#pin03{
	left: 70.5%;
	bottom: 15.5%;
}
#pin04{
	left: 33%;
	bottom: 14.5%;
}
#pin05{
	left: 43.1%;
	bottom: 7%;
}
#pin06{
	left: 39.5%;
	bottom: 36.7%;
}
#pin07{
	left: 42.7%;
	bottom: 33.7%;
}
#pin08{
	left: 65.8%;
	bottom: 74%;
}
#pin09{
	left: 34.9%;
	bottom: 50%;
}
#pin10{
	left: 54%;
	bottom: 64.4%;
}
#pin11{
	left: 72.2%;
	bottom: 85.5%;
}
a.link{
  color: #00689c;
      text-decoration: underline;
}
img.text00-blankicon{
    display: inline-block;
    margin-left: 5px;
    margin-top: -3px;
    width: 12px;
    vertical-align: middle;
}
img.pinicon{
    display: inline-block;
    margin-left: 5px;
    margin-right: 5px;
    margin-top: 3px;
    width: 17px;
    vertical-align: top;
}
img.mailicon{
    display: inline-block;
    margin-right: 5px;
    margin-top: 0;
    width: 25px;
    vertical-align: middle;
}
img.faqicon{
    display: inline-block;
    margin-left: 10px;
    margin-top: -0.2em;
    width: 1.5em;
    vertical-align: middle;
}
img.icon_num {
    display: inline-block;
    margin-right: 10px;
    margin-top: -0.2em;
    width: 1.3em;
    vertical-align: middle;
}
.pagelink{
	text-align: center;
	margin-bottom:2em;
}
.button01--call{
	margin: 0 auto;
}
.button01--call::before {
  content: "";
  width: 2.5em;
  height: 3.5em;
  background: url(../img/icon_taxi_w.svg) center/contain no-repeat;
  margin-right: 0.75em;
}
.button01--mail:hover::before {
  background-image: url(../img/icon_taxi_b.svg);
}
@media (min-width:769px) {
  .button01--call {
    width: 350px;
	}
}
.app-action {
  margin-top: 30px;
  margin-right: -3.845vw;
  margin-left: -3.845vw;
  padding: 2.5em 1em;
  background: #cce8f7;
  color: #00689c;
}
.app-action .first {
  text-align: center;
  font-size: min(4.166vw, 26px);
  font-weight: bold;
}
.app-action p{
  text-align: left;
}
@media (min-width: 769px) {
  .app-action {
    margin-right: 0;
    margin-left: 0;
  }
}
.news-single-article--r202206 .body .app-action .figure-wrap .row{
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.w25{
	width: 25%;
}
.w50{
	width: 50%;
}
.news-single-article--r202206 .section .body .col p:nth-child(1) {
    margin-top: 0;
}

.w75{
	width: 75%;
}
@media(max-width: 769px){
	.news-single-article--r202206 .section .body .app-action .col p {
		font-size: 75%;
	}
	.news-single-article--r202206 .body .app-action .figure-wrap {
		margin-top: 0;
		margin-bottom: 0;
	}
	.news-single-article--r202206 .body .app-action .figure-wrap .col {
		margin-bottom: 0;
	}
}

/**************************\
  Basic Modal Styles
\**************************/

.modal {
    display: none;
  }
  
.modal.is-open {
    display: block;
  }
  
  .modal__overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    background: rgba(0,0,0,0.6);
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .modal__container {
    background-color: #fff;
	padding: 15px;
	transform: translateY(50px);
    margin-right: 20px;
    margin-left: 20px;
    max-width: 640px;
    max-height: 100vh;
    width: 100%;
    border-radius: 4px;
    /*overflow-y: auto;*/
    box-sizing: border-box;
	position: relative;
  }
  
  .modal__header {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  
  .modal__title {
    margin-top: 0;
    margin-bottom: 0;
    font-weight: 600;
    font-size: 2.25rem;
    line-height: 1.25;
    color: #00689c;
    box-sizing: border-box;
  }
  
  .modal__close {
    background: transparent;
    border: 0;
	transform: scale(3) translateY(-50%);
	position: absolute;
	right:0;
	top: 0;
  }
  
  .modal__header .modal__close:before { 
	content: "\2715";
    color: #fff;
	}
  
  .modal__content {
    margin-top: 2rem;
    line-height: 1.5;
    color: rgba(0,0,0,.8);
  }
  .modal__content img{
    width: 100%;
  }
  
  .modal__btn {
    font-size: 1rem;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #1B95E0;
    color: #fff;
    border-radius: 4px;
    border-style: none;
    border-width: 0;
    cursor: pointer;
    -webkit-appearance: button;
    text-transform: none;
    overflow: visible;
    line-height: 1.15;
    width: 100%;
    max-width: 320px;
    margin: 0;
    will-change: transform;
    -moz-osx-font-smoothing: grayscale;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    transition: -webkit-transform .25s ease-out;
    transition: transform .25s ease-out;
    transition: transform .25s ease-out,-webkit-transform .25s ease-out;
  }
  
  .modal__btn:focus, .modal__btn:hover {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
  
  .modal__btn-primary {
    background-color: #00449e;
    color: #fff;
  }
  
  
  
  /**************************\
    Demo Animation Style
  \**************************/
  @keyframes mmfadeIn {
      from { opacity: 0; }
        to { opacity: 1; }
  }
  
  @keyframes mmfadeOut {
      from { opacity: 1; }
        to { opacity: 0; }
  }
  
  @keyframes mmslideIn {
    from { transform: translateY(15%); }
      to { transform: translateY(0); }
  }
  
  @keyframes mmslideOut {
      from { transform: translateY(0); }
      to { transform: translateY(-10%); }
  }
  
  .micromodal-slide {
    display: none;
  }
  
  .micromodal-slide.is-open {
    display: block;
  }
  
  .micromodal-slide[aria-hidden="false"] .modal__overlay {
    animation: mmfadeIn .3s cubic-bezier(0.0, 0.0, 0.2, 1);
  }
  
  .micromodal-slide[aria-hidden="false"] .modal__container {
    animation: mmslideIn .3s cubic-bezier(0, 0, .2, 1);
  }
  
  .micromodal-slide[aria-hidden="true"] .modal__overlay {
    animation: mmfadeOut .3s cubic-bezier(0.0, 0.0, 0.2, 1);
  }
  
  .micromodal-slide[aria-hidden="true"] .modal__container {
    animation: mmslideOut .3s cubic-bezier(0, 0, .2, 1);
  }
  
  .micromodal-slide .modal__container,
  .micromodal-slide .modal__overlay {
    will-change: transform;
  }



/**************************\
  Common
\**************************/

.modal__footer {
    margin-left: auto;
    margin-right: auto;
    padding: 20px 0;
}

.modal__footer button {
    font-size: 1rem;
    padding: 0.5rem 1rem;
    color: #000;
    border-radius: 4px;
    border-width: 0;
    cursor: pointer;
    -webkit-appearance: button;
    text-transform: none;
    overflow: visible;
    max-width: 120px;
    line-height: 1.15;
    width: 100%;
    margin: 0;
    -moz-osx-font-smoothing: grayscale;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}


/* ----------------------------------------
   RESERVATION
   ---------------------------------------- */
.reservation {
  margin-right: -3.845vw;
  margin-left: -3.845vw;
  margin-top:  2em;
  padding: 2.5em 1em;
  background: #cce8f7;
  color: #00689c;
  .first {
    text-align: center;
    font-size: min(4.166vw, 26px);
    font-weight: bold;
  }
  .points {
    margin-top: 2em;
    text-align: center;
    line-height: 1;
    +.points{
      margin-top: 0;
    }
    +.points::before {
      content: '';
      display: block;
      margin: 0.75em auto 0.75em;
      width: 2.5em;
      height: 1.25em;
      background: currentcolor;
      clip-path: polygon(0 0, 100% 0, 50% 100%);
    }
    label {
      display: flex;
      justify-content: center;
      align-items: center;
    }
    select {
      flex-grow: 1;
      padding: 0.5em;
      background: #fff;
      height: 3em;
      min-height: 2em;
      border-radius: 0.5em;
      border-color: #00689c;
    }
  }
  .confirm {
    margin: 2em 0 -0.5em;
    color: #222;
    label {
      display: flex;
      align-items: flex-start;
      justify-content: center;
      line-height: 1.5;
      letter-spacing: normal;
      font-size: 87.5%;
      input[type="checkbox"] {
        margin: 0.125em 0.625em 0 0;
        transform: scale(1.25);
      }
    }
  }
  .action {
    margin: 2em auto 0;
    width: fit-content;
    text-align: center;
    .clip {
      margin-top: 1em;
      appearance: none;
      background: none;
      border: none;
      padding: 0;
      display: inline-flex;
      align-items: center;
      gap: 0.4em;
      line-height: 1;
      color: currentcolor;
      text-decoration: underline;
      text-underline-offset: 0.2em;
      svg {
        stroke: currentcolor;
        stroke-width: 1.5;
        height: 1.2em;
      }
    }
  }
  .action.disabled {
    cursor: not-allowed;
    .call,
    .clip {
      pointer-events: none;
      opacity: 0.4;
    }
  }
  .desc {
    margin: 1em 0 -1em;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: center;
    font-size: 75%;
    color: #222;
  }
}
@media (min-width: 769px) {
  .reservation {
    margin-right: 0;
    margin-left: 0;
    .points {
      select {
        flex-grow: 0;
        height: auto;
      }
    }
    .confirm {
      label {
        input[type="checkbox"] {
          margin: 0.25em 0.75em 0 0;
          transform: scale(1.5);
        }
      }
    }
  }
}

