@charset "utf-8";
p {
  font-size: 16px;
	line-height: 1.75;
}
.align-center {
	align-items: center;
}
.english-h3 {
	text-align: center;
  font-size: 2rem;
  font-weight: 600;
  letter-spacing: 0.1em;
}
.english-title-sub {
	font-size: 1.42rem;
	font-weight: 600;
	line-height: 1.4;
	letter-spacing: 0.1em;
	text-align: center;
}
.slider-wrap {
  max-width: 1004px;
  margin-left: auto;
  margin-right: auto;
  padding: 60px 15px;
}
.english .splide__slide {
	padding: 0 5px;
	width: 60%;
}
.splide__slide img {
  width: 100%;
}
.english .splide__arrows {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
	width: 65%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
}
.english .splide__arrow {
  background: none;
  border: none;
  padding: 0;
	width: 30px;
	height: 30px;
}
.slide-info {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.7);
  color: #fff;
  text-align: center;
  padding: 6px;
  z-index: 10;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
}
#image-slider {
  margin-bottom: 15px;
}
.english-link-wrap {
  row-gap: 10px;
  justify-content: center;
}
.english-link-title {
  font-size: 1.85rem;
  font-weight: 600;
  margin-bottom: 10px;
  text-align: center;
}
.english-link {
  border: 1px solid #fff;
  position: relative;
  text-align: center;
  display: block;
  padding: 15px 30px 11px 30px;
  color: #fff;
  font-size: 1.125rem;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.english-link:hover {
  color: #fff;
}
.english-link::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  -webkit-transform: translateY(-50%) rotate(45deg);
  right: 10px;
  width: 10px;
  height: 10px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
.english-top {
  padding-bottom: 80px;
  border-bottom: 1px solid #707070;
}
.english-info-ttl {
	font-size: 1.28rem;
	font-weight: 600;
	line-height: 1.4;
	letter-spacing: 0.1em;
	text-align: center;
	padding: 15px 0;
	border-bottom: 1px solid #707070;
	margin-bottom: 0;
}
.english-hot-spring .english-info-ttl {
	border-bottom: none;
	padding: 15px 0 0;
}
.english-rooms .english-info-ttl {
	border-bottom: none;
	padding: 15px 0;
}
.rooms-river .english-info-ttl {
	border-bottom: 1px solid #707070;
}
.cuisine .english-plan-ttl {
	line-height: 1.7;
}
.english-desc {
	margin-top: 15px
}
.english-cuisine {
	padding: 40px 0 60px;
	border-bottom: 1px solid #707070;
}
.english-hot-spring,
.english-rooms {
	padding: 50px 0 40px;
	border-bottom: 1px solid #707070;
}
.english-access {
	padding: 50px 0;
}
.room-narrow {
	margin: auto;
}
.text-left {
	text-align: left !important;
}
.text-right {
	text-align: right;
}
.map {
	padding-top: 50px;
}
.map iframe {
	width: 100%;
}
.english-thumbbox {
	text-align: center;
}
@media all and (min-width: 576px) {
  .english .splide__arrow {
    width: 40px;
    height: 40px;
  }
  .english-link-wrap {
    row-gap: 20px;
  }
}
@media all and (min-width: 768px) {
	.english-h3{
		font-size: 2.85rem;
	}
	.english-title-sub {
		font-size: 1.85rem;
	}
	.english .splide__arrow {
		width: 50px;
		height: 50px;
	}
	.english-info-ttl {
		font-size: 1.28rem;
		padding: 25px 0 19px;
	}
	.english-hot-spring .english-info-ttl {
		padding: 20px 0 0;
	}
	.english-rooms .english-info-ttl {
		padding: 20px 0;
	}
	.english-desc {
		margin-top: 20px
	}
	.english-cuisine {
		padding: 80px 0 102px;
	}
	.english-hot-spring,
	.english-rooms {
		padding: 100px 0 80px;
	}
	.english-access {
		padding: 100px 0;
	}
	.map {
		padding-top: 100px;
	}
}
@media all and (min-width: 992px) {
	.english .splide__slide {
		padding: 0 12px;
    width: 44.5%;
  }
  .english .splide__arrows {
		width: 47%;
  }
  .english-link-title {
    margin-bottom: 28px;
  }
}
@media all and (min-width: 1200px) {
  .english-link {
    font-size: 1.285rem;
  }
  .english-link::after {
    right: 20px;
  }
}
@media all and (min-width: 1400px) {
}
/*デスクトップ*/
@media all and (min-width: 992px) and (max-width: 1199px) {
}
/*中デバイス*/
@media all and (min-width: 768px) and (max-width: 991px) {
}
/*小デバイス*/
@media all and (min-width: 576px) and (max-width: 767px) {
}

@media all and (max-width: 400px) {
}

/*iPhone5:SE*/
@media all and (max-width: 320px) {
}
