

/* ------------------- common------------------- */

.anim-box {
  opacity: 0;
}
.anim-box.fadeinCenter.is-animated {
  opacity: 1;
  animation-name: fadeInCenter;
  animation-duration: 2s;
  animation-timing-function: 0.8s ease-in-out .5s;
  animation-delay: 0;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: forwards;
}
.anim-box.fadeinRight.is-animated {
  opacity: 1;
  animation-name: fadeInRight;
  animation-duration: 2s;
  animation-timing-function: 0.8s ease-in-out .5s;
  animation-delay: 0;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: forwards;
}
.anim-box.fadeinLeft.is-animated {
  opacity: 1;
  animation-name: fadeInLeft;
  animation-duration: 2s;
  animation-timing-function: 0.8s ease-in-out .5s;
  animation-delay: 0;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: forwards;
}

@keyframes fadeInCenter {
  0% {
    opacity: 0;
    transform: translate3d(0px, 0px, 0) scale3D(1.1, 1.1, 1.1);
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale3D(1.0,1.0,1.0);
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translate3d(0px, 0px, 0) scale3D(1.1, 1.1, 1.1);
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale3D(1.0,1.0,1.0);
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translate3d(0px, 0px, 0) scale3D(1.1, 1.1, 1.1);
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale3D(1.0,1.0,1.0);
  }
}



/* ------------------- font ------------------- */


#discover.skt {
  font-family: "Pretendard-Light";
}
#discover.skt #bg {
  font-family: "Pretendard-Light";
}
#discover.skt .common_inner .title01 {
  font-family: "Pretendard-Light";
}
#discover.skt .common_inner .title02 {
  font-family: "Pretendard-Light";
}
#discover.skt .common_inner .subtitle01 {
  font-family: "Pretendard-Light";
  font-weight: normal;
}
#discover.skt .common_inner .subtitle02 {
  font-family: "Pretendard-Light";
  font-weight: normal;
}


/* ------------------- loading ------------------- */

.loading {
  width: 100vw;
  height: 100svh;
  transition: all 1s;
  background-color: #FFF;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  opacity: 1;
  visibility: visible;
}

.loading.is-active {
  opacity: 0;
  visibility: hidden;
}

.loading-animation {
  width: 100vw;
  height: 100svh;
  transition: all 1s;
  background-color: #FFF;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
}

.loading-animation h2 {
  width: 360px;
}
@media screen and (max-width:767px) {
  .loading-animation h2 {
    width: 300px;
  }
}

.loading-animation.is-active {
  opacity: 1;
  visibility: visible;
}



/* ------------------- discover ------------------- */


#discover #bg {
  padding-top: 0;
  background: none;
  /* background: #EEDFBA; */
}

#discover #header .header_inner {
  background: none;
}

#discover #global_nav {
  background: url(../../assets/img/discover/enryakuji/enryakuji_spbg_04.jpg) rgba(255,255,255,1);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
#discover .global_nav_inner .nav01 li {
  margin-bottom: 15px;
}
#footer {
  background: #061B2E;
}

#discover .common_inner {
  padding: 10rem 2rem 10rem;
}
#discover .slick-slide {
  padding-right: 1px;
}

#discover .title01 {
  padding-bottom: 6rem;
  margin-bottom: 6rem;
  font-size: 1.8rem;
  line-height: 3rem;
  text-align: center;
  background: url(../../assets/img/discover/enryakuji/enryakuji_lotus.png);
  background-position: bottom center;
  background-size: 50px 30px;
  background-repeat: no-repeat;
}
#discover .title02 {
  margin-bottom: 3rem;
  font-size: 1.6rem;
  line-height: 2.4rem;
}
#discover .subtitle01 {
  margin-bottom: 2rem;
  font-size: 1.4rem;
  line-height: 1.8rem;
  display: inline-block;
}
#discover .subtitle02 {
  margin-bottom: 1.2rem;
  font-size: 0.9rem;
  line-height: 1.2rem;
}
#discover .text01 {
  font-size: 1.1rem;
  line-height: 2.2rem;
}
#discover .text02 {
  font-size: 1.1rem;
  line-height: 2.2rem;
}



#discover .btn01 a {
  padding: 5px 80px;
  font-size: 1.2rem;
  color: #404040;
  border: 1px solid #404040;
  border-radius: 0;
  background: #fff;
}
#discover .btn01 a:hover {
  background: #404040;
  color: #fff;
}

#discover .photo_effect img {
  filter: grayscale(20%) saturate(100%);
}


#discover #travel_popupbtn .btn01 {
  width: 90%;
  padding: 15px 5%;
  transition: all 0.7s;
  background: #061B2E;
  text-align: center;
  position: fixed;
  bottom: -100px;
  left: 0;
  z-index: 50;
}
#discover #travel_popupbtn.is_show .btn01 {
  bottom: 0px;
}
#discover #travel_popupbtn .btn01 a {
  max-width: 420px;
  padding: 10px 0px;
  margin: 0 auto;
}
#discover #travel_popupbtn .btn01 a, #discover .btn01 a {
  background-image: linear-gradient(to right bottom, #EE82EE, #8A2BE2, #4169E1); /* 参考画像の色味に寄せたグラデーション例 */
  color: #FFFFFF;
  border: none;
  padding: 15px 35px;
  border-radius: 50px;
  text-decoration: none;
  font-size: 1.1rem;
  font-weight: 600;
  text-shadow: none;
  display: inline-block;
  transition: opacity 0.3s ease, box-shadow 0.3s ease; /* ホバーエフェクトのためのトランジション変更 */
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  position: relative; /* ホバーエフェクトでグラデーションを重ねる場合に備えて */
  overflow: hidden;   /* ホバーエフェクトでグラデーションを重ねる場合に備えて */
}

#discover #travel_popupbtn .btn01 a:hover, #discover .btn01 a:hover {
  background-image: linear-gradient(to left top, #EE82EE, #8A2BE2, #4169E1);
  background-color: #b88f71;
  opacity: 0.9;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); 
}


@media screen and (max-width:767px) {
  #discover #global_nav {
    width: 90%;
  }
  #discover .common_inner {
    padding: 6rem 1rem 6rem;
  }
  #discover .title01 {
    padding-bottom: 5rem;
    margin-bottom: 5rem;
    font-size: 1.4rem;
    line-height: 2.6rem;
    background-size: 40px 29px;
  }
  #discover .title02 {
    margin-bottom: 2.4rem;
    font-size: 1.3rem;
    line-height: 2.4rem;
  }
  #discover .subtitle01 {
    margin-bottom: 1.3rem;
    font-size: 1.2rem;
    line-height: 1.6rem;
  }
  #discover .subtitle02 {
    margin-bottom: 1.2rem;
    font-size: 0.9rem;
    line-height: 1.2rem;
  }
  #discover .text01 {
    font-size: 0.9rem;
    line-height: 2rem;
  }
  #discover .text02 {
    font-size: 0.9rem;
    line-height: 1.8rem;
  }

}

#discover #global_nav .btn a {
  /* background-color: #C89F81; */ /* ← 前回の単色指定をコメントアウトまたは削除 */
  background-image: linear-gradient(to right bottom, #EE82EE, #8A2BE2, #4169E1); /* 参考画像の色味に寄せたグラデーション例 */
  /* グラデーションの色の例:
     #EE82EE (Violet - ピンク系の紫)
     #8A2BE2 (BlueViolet - 青みがかった紫)
     #4169E1 (RoyalBlue - やや紫がかった青)
     色の値や方向(例: to right, 135deg など)はお好みで調整してください。
  */
  color: #FFFFFF;
  border: none;
  padding: 15px 35px;
  border-radius: 50px;
  text-decoration: none;
  font-size: 1.1rem;
  font-weight: 600;
  text-shadow: none;
  display: inline-block;
  transition: opacity 0.3s ease, box-shadow 0.3s ease; /* ホバーエフェクトのためのトランジション変更 */
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  position: relative; /* ホバーエフェクトでグラデーションを重ねる場合に備えて */
  overflow: hidden;   /* ホバーエフェクトでグラデーションを重ねる場合に備えて */
}

#discover #global_nav .btn a:hover {
  background-image: linear-gradient(to left top, #EE82EE, #8A2BE2, #4169E1);
  background-color: #b88f71;
  opacity: 0.9;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); 
}
#discover #global_nav .btn a:before {
  display: none;
}


/* ------------------- discover ------------------- */


#discover.skt #header .header_inner h1 {
	width: 420px;
	height: 85px;
	background-image: url(../../assets/img/common/skt_logo_01.png);
}
#discover.skt .header_inner h2 {
  width: 197px;
	height: 82px;
	background-image: url(../../assets/img/common/skt_logo_02.png);
}
#discover.skt .global_nav_inner .logo {
  width: 140px;
	height: 59px;
	background-image: url(../../assets/img/common/skt_logo_04.png);
}
#discover.skt #footer .logo {
  width: 420px;
	height: 85px;
	background-image: url(../../assets/img/common/skt_logo_01.png);
}

@media screen and (max-width:767px) {
  #discover.skt #header .header_inner h1 {
    width: 290px;
    height: 59px;
  }
  #discover.skt .header_inner h2 {
  width: 120px;
	height: 50px;
  }
  #discover.skt #footer .logo {
    width: 222px;
    height: 45px;
  }
}


#discover.cht #header .header_inner h1 {
	width: 420px;
	height: 81px;
	background-image: url(../../assets/img/common/cht_logo_01.png);
}
#discover.cht .header_inner h2 {
  width: 197px;
	height: 80px;
	background-image: url(../../assets/img/common/cht_logo_04.png);
}
#discover.cht .global_nav_inner .logo {
  width: 140px;
	height: 57px;
	background-image: url(../../assets/img/common/cht_logo_04.png);
}
#discover.cht #footer .logo {
  width: 420px;
	height: 81px;
	background-image: url(../../assets/img/common/cht_logo_01.png);
}

@media screen and (max-width:767px) {
  #discover.cht #header .header_inner h1 {
    width: 290px;
    height: 56px;
  }
  #discover.cht .header_inner h2 {
  width: 120px;
	height: 49px;
  }
  #discover.cht #footer .logo {
    width: 222px;
    height: 43px;
  }
}

/* ------------------- bnr_na ------------------- */

#bnr_nav {
  width: 300px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 5;
}
#bnr_nav img {
  filter: drop-shadow(3px 3px 3px rgba(0,0,0,0.4));
}
@media screen and (max-width:767px) {
  #bnr_nav {
    width: 100%;
    bottom: 20px;
    right: 0px;
  }
  #bnr_nav ul {
    width: 100%;
    text-align: center;
  }
  #bnr_nav ul li {
    width: 70%;
    margin: 0 auto;
  }
}


#discover #bnr_nav {
  opacity: 1;
  transition: 0.5s;
}
#discover #bnr_nav.no_show {
  opacity: 0;
}

#discover #side_nav .nav01 {
  padding: 10px 0 20px;
}


/* ------------------- guide_nav ------------------- */


#guide_nav {
  width: 450px;
  height: 100%;
  text-align: left;
  position: fixed;
  top: 0;
  left: -100%;
  z-index: 100;
	background: #F9F9F9;
  transition: 1s;
  overflow-y: scroll;
	opacity: 0;
}
@media screen and (max-width:767px) {
  #guide_nav {
    width: 90%;
  }
}

#discover .slick-dots {
  bottom: -30px;
}
.guide_menu_clicked #guide_nav {
  left: 0;
	opacity: 1;
}
.guide_menu_clicked #content {
  filter: grayscale(100%) blur(3px);
}
.guide_menu_clicked #side_nav {
  filter: grayscale(100%) blur(3px);
}
.guide_menu_clicked #header .header_menu {
  display: none;
}
#guide_nav .close {
	height: 30px;
	width: 30px;
  position: fixed;
	top: 12px;
	left: -100%;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 120;
  background: #404040;
}
.guide_menu_clicked #guide_nav .close {
  left: 12px;
} 
#guide_nav .close span,
#guide_nav .close span:before,
#guide_nav .close span:after {
  content: '';
  display: block;
  height: 2px;
  width: 15px;
  background-color: #fff;
  position: absolute;
  text-indent: -9999px;
  transition: 0.5s;
}
#guide_nav .close span:before {
  width: 15px;
  bottom: 8px;
}
#guide_nav .close span:after {
  width: 15px;
  top: 8px;
  right: 0px;
}
#guide_nav .close span {
  background-color: rgba(255, 255, 255, 0);/*メニューオープン時は真ん中の線を透明にする*/
}
#guide_nav .close span::before {
  width: 15px;
  bottom: 0;
  transform: rotate(45deg);
}
#guide_nav .close span::after {
  width: 15px;
  top: 0;
  transform: rotate(-45deg);
}

#guide_nav .guide_nav_inner {
  width: 100%;
  overflow-x: hidden;
	min-height: calc(100%);
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
  overflow-y: scroll;
}

.guide_nav_inner .subtitle {
  width: 100%;
  padding: 1rem;
  margin-bottom: 2rem;
  font-size: 1.4rem;
  text-align: center;
  border-bottom: 1px solid #404040;
}

#guide_nav dl {
  width: 90%;
  padding: 50px 5%;
  display: flex;
  flex-wrap: wrap;
}
#guide_nav dl dt {
  width: 75px;
  padding-bottom: 40px;
  border-right: 1px solid #404040;
}
#guide_nav dl dt.last {
  padding-bottom: 0px;
  border: none;
}
#guide_nav dl dd {
  width: calc(100% - 96px);
  padding-left: 20px;
  padding-bottom: 40px;
  position: relative;
}
#guide_nav dl dd.location:before {
  content: "";
  width: 20px;
  height: 20px;
  background: #404040;
  position: absolute;
  top: -2px;
  left: -10px;
  border-radius: 50%; 
}
#guide_nav dl dd.time {
  padding-left: 10px;
  font-size: 0.8rem;
}

#guide_nav .location a {
  padding: 0 30px 0 0;
  display: inline-block;
  position: relative;
}
#guide_nav .location a::before {
  content: "";
  margin: auto;
  position: absolute;
  top: 6px;
  right: 10px;
  width: 6px;
  height: 6px;
  border-top: 1px solid #404040;
  border-right: 1px solid #404040;
  transform: rotate(45deg);
}
#guide_nav .location a::after {
  content: "";
  margin: auto;
  position: absolute;
  top: 6px;
  right: 6px;
  width: 6px;
  height: 6px;
  border-top: 1px solid #404040;
  border-right: 1px solid #404040;
  transform: rotate(45deg);
}


/* ------------------- discover_main ------------------- */

#discover_main {
  width: 100%;
  height: 100lvh;
  overflow: hidden;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
}
#discover #discover_main {
  filter: grayscale(30%) saturate(110%) sepia(10%) blur(0);
  transition: 0.5s;
}
#discover.no_show #discover_main {
  filter: grayscale(80%) saturate(100%) sepia(10%) blur(3px);
}
#discover.header_menu_clicked #discover_main {
  filter: grayscale(100%) saturate(100%) sepia(10%) blur(3px);
}
#discover_main .common_inner {
  width: 100%;
  max-width: 100%;
  padding: 0;
  height: 100svh;
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  color: #fff;
  z-index: 5;
  opacity: 1;
  transition: 0.5s;
}
#discover.no_show #discover_main .common_inner {
  opacity: 0;
}
#discover_main .common_inner h2 {
  width: 100%;
  position: absolute;
  top: 150px;
  font-size: 3rem;
  line-height: 3rem;
}
#discover_main .common_inner h3 {
  width: 100%;
  position: absolute;
  top: 230px;
  font-size: 1.6rem;
  
}
#discover_main .common_inner h4 {
  font-size: 1.6rem;
  width: 100%;
  position: absolute;
  bottom: 120px;
  line-height: 2.4rem;
}

#discover_main .common_inner h4 .sm {
  display: block;
  font-size: 1.4rem;
}

@media screen and (max-width:767px) {
  #discover_main .common_inner h2 {
    width: 90%;
    padding: 0 5%;
    top: 120px;
    font-size: 2.2rem;
    line-height: 3rem;
  }
  #discover_main .common_inner h3 {
    width: 90%;
    padding: 0 5%;
    top: 240px;
    font-size: 1.4rem;
    line-height: 2.2rem;
  }
  #discover_main .common_inner h4 {
    font-size: 1.4rem;
    line-height: 1.8rem;
    width: 100%;
  }
  #discover_main .common_inner h4 .sm {
    font-size: 1.2rem;
  }
}
@media screen and (max-width:400px) {
  #discover_main .common_inner h2 {
    font-size: 1.9rem;
  }
}

.discover_main_slider {
  width: 100%;
  height: 100lvh;
}
#discover_main .slider_img {
  width: 100%;
  height: 100lvh;
  background-size: contain;
}
#discover_main .slider_img_01 {
  background: url(../../assets/img/discover/enryakuji/enryakuji_main_pc_01.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  text-shadow: #6E6B80 1px 0 30px;
}
#discover_main .slider_img_02 {
  background: url(../../assets/img/discover/enryakuji/enryakuji_main_pc_02.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  text-shadow: #21539D 1px 0 30px;
}
#discover_main .slider_img_03 {
  background: url(../../assets/img/discover/enryakuji/enryakuji_main_pc_03.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  text-shadow: #120D0C 1px 0 30px;
}
#discover_main .slider_img_04 {
  background: url(../../assets/img/discover/enryakuji/enryakuji_main_pc_04.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  text-shadow: #12140E 1px 0 30px;
}
#discover_main .slider_img_05 {
  background: url(../../assets/img/discover/enryakuji/enryakuji_main_pc_05.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  text-shadow: #070707 1px 0 30px;
}
#discover_main .slider_img_06 {
  background: url(../../assets/img/discover/enryakuji/enryakuji_main_pc_06.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  text-shadow: #070707 1px 0 30px;
}


#discover_main_btn {
  width: 100%;
  height: 100svh;
  position: relative;
  opacity: 1;
  transition: 0.2s;
}
#discover_main_btn .btn {
  width: 100%;
  position: absolute;
  bottom: 50px;
  text-align: center;
  z-index: 10;
}
#discover_main_btn .btn a {
  font-size: 1.2rem;
  padding: 10px 20px;
  border: 1px solid #fff;
  color: #fff;
  display: inline-block;
  text-shadow: #393834 1px 0 30px;
  background:rgba(0,0,0,0.5);
  transition: 0.5s;
}
#discover_main_btn .btn a:hover {
  background:rgba(0,0,0,0.7);
}
#discover_main_btn.no_show {
  opacity: 0;
}



/* discover_enryakuji.css の該当箇所を修正 */

#discover_main_btn .btn a {
  /* background-color: #C89F81; */ /* ← 前回の単色指定をコメントアウトまたは削除 */
  background-image: linear-gradient(to right bottom, #EE82EE, #8A2BE2, #4169E1); /* 参考画像の色味に寄せたグラデーション例 */
  /* グラデーションの色の例:
     #EE82EE (Violet - ピンク系の紫)
     #8A2BE2 (BlueViolet - 青みがかった紫)
     #4169E1 (RoyalBlue - やや紫がかった青)
     色の値や方向(例: to right, 135deg など)はお好みで調整してください。
  */
  color: #FFFFFF;
  border: none;
  padding: 15px 35px;
  border-radius: 50px;
  text-decoration: none;
  font-size: 1.1rem;
  font-weight: 600;
  text-shadow: none;
  display: inline-block;
  transition: opacity 0.3s ease, box-shadow 0.3s ease; /* ホバーエフェクトのためのトランジション変更 */
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  position: relative; /* ホバーエフェクトでグラデーションを重ねる場合に備えて */
  overflow: hidden;   /* ホバーエフェクトでグラデーションを重ねる場合に備えて */
}

#discover_main_btn .btn a:hover {
  background-image: linear-gradient(to left top, #EE82EE, #8A2BE2, #4169E1);
  background-color: #b88f71;
  opacity: 0.9;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); 
}




/* ------------------- discover_introduction ------------------- */

#discover_introduction {
  background: url(../../assets/img/discover/enryakuji/enryakuji_bg_01.jpg) rgba(255,255,255,1);
  background-position: bottom center;
  background-size: contain;
  background-repeat: no-repeat;
  margin-bottom: 300px;
}
#discover_introduction .text01 {
  margin-bottom: 4rem;
}

@media screen and (max-width:767px) {
  #discover_introduction {
    background: url(../../assets/img/discover/enryakuji/enryakuji_spbg_01.jpg) rgba(255,255,255,1);
    background-position: bottom center;
    background-size: contain;
    background-repeat: no-repeat;
  }
  #discover_introduction .text01 {
    margin-bottom: 3rem;
  }
}



/* ------------------- discover_experiences ------------------- */

#discover_experiences {
  background: url(../../assets/img/discover/enryakuji/enryakuji_bg_02.jpg) rgba(255,255,255,1);
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  margin-bottom: 300px;
}
#discover_experiences .list01 li {
  margin-bottom: 0;
}
#discover_experiences .list01 li:last-child {
  margin-bottom: 0;
}
#discover_experiences .list01 dl {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
#discover_experiences .list01 dl dt {
  width: 50%;
  box-sizing: border-box;
}
#discover_experiences .list01 dl dd {
  width: 50%;
  box-sizing: border-box;
}
#discover_experiences .title02 {
  padding-bottom: 3px;
  margin-bottom: 1.2rem;
  font-size: 1.4rem;
  line-height: 2rem;
  border-bottom: 1px solid #404040;
}
#discover_experiences .text02 {
  padding-right: 30px;
  font-size: 1rem;
  margin-bottom: 1rem;
  line-height: 1.4rem;
} 
#discover_experiences .subtitle02 {
  margin-bottom: 0.8rem;
  padding-left: 20px;
  padding-right: 30px;
  position: relative;
  text-align: right;
  font-weight: normal;
}
#discover_experiences .subtitle02:before {
  content: "";
  width: 15px;
  height: 1px;
  border-bottom: 1px solid #404040;
  position: absolute;
  top: 8px;
  left: 0;
  display: none;
}

#discover_experiences a {
  /* background-color: #C89F81; */ /* ← 前回の単色指定をコメントアウトまたは削除 */
  background-image: linear-gradient(to right bottom, #EE82EE, #8A2BE2, #4169E1); /* 参考画像の色味に寄せたグラデーション例 */
  /* グラデーションの色の例:
     #EE82EE (Violet - ピンク系の紫)
     #8A2BE2 (BlueViolet - 青みがかった紫)
     #4169E1 (RoyalBlue - やや紫がかった青)
     色の値や方向(例: to right, 135deg など)はお好みで調整してください。
  */
  color: #FFFFFF;
  border: none;
  padding: 10px 35px;
  border-radius: 50px;
  text-decoration: none;
  font-size: 1.1rem;
  font-weight: 600;
  text-shadow: none;
  display: inline-block;
  transition: opacity 0.3s ease, box-shadow 0.3s ease; /* ホバーエフェクトのためのトランジション変更 */
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  position: relative; /* ホバーエフェクトでグラデーションを重ねる場合に備えて */
  overflow: hidden;   /* ホバーエフェクトでグラデーションを重ねる場合に備えて */
}

#discover_experiences a:hover {
  background-image: linear-gradient(to left top, #EE82EE, #8A2BE2, #4169E1);
  background-color: #b88f71;
  opacity: 0.9;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); 
}


@media screen and (max-width:767px) {
  #discover_experiences {
    background: url(../../assets/img/discover/enryakuji/enryakuji_spbg_02.jpg) rgba(255,255,255,1);
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
    margin-bottom: 300px;
  }
  #discover_experiences .list01 li {
    margin-bottom: 4rem;
  }
  #discover_experiences .list01 li:last-child {
    margin-bottom: 0;
  }
  #discover_experiences .list01 dl dt {
    width: 100%;
    margin-bottom: 1.2rem;
  }
  #discover_experiences .list01 dl dd {
    width: 100%;
  }
  #discover_experiences .text02 {
    padding-right: 0px;
    margin-bottom: 1.2rem;
  }
  #discover_experiences .title02 {
    font-size: 1.2rem;
    line-height: 1.6rem;
  }
  #discover_experiences .subtitle02 {
    margin-bottom: 1rem;
    padding-left: 20px;
    padding-right: 0px;
    position: relative;
  }
}


/* ------------------- discover_support ------------------- */

#discover_support {
  background: url(../../assets/img/discover/enryakuji/enryakuji_bg_03.jpg) rgba(255,255,255,1);
  background-position: bottom center;
  background-size: contain;
  background-repeat: no-repeat;
  margin-bottom: 240px;
}
#discover_support .common_content {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
#discover_support .title01 {
  width: 100%;
}
#discover_support .text01 {
  width: 100%;
  margin-bottom: 4rem;
  text-align: center;
}
#discover_support .detail01 {
  width: 40%;
  padding-left: 5%;
  box-sizing: border-box;
}
#discover_support .photo01 {
  width: 60%;
  box-sizing: border-box;
}


@media screen and (max-width:767px) {
  #discover_support {
    background: url(../../assets/img/discover/enryakuji/enryakuji_spbg_03.jpg) rgba(255,255,255,1);
    background-position: bottom center;
    background-size: contain;
    background-repeat: no-repeat;
  }
  #discover_support .text01 {
    margin-bottom: 3rem;
    text-align: left;
  }
  #discover_support .detail01 {
    width: 100%;
    padding-left: 0;
  }
  #discover_support .photo01 {
    width: 100%;
    margin-bottom: 2rem;
  }
}


/* ------------------- discover_wellness ------------------- */

#discover_wellness {
  background: url(../../assets/img/discover/enryakuji/enryakuji_bg_04.jpg) rgba(255,255,255,1);
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  margin-bottom: 260px;
}

#discover_wellness .list01 li:nth-child(1) {
  margin-bottom: 10rem;
}
#discover_wellness .list01 li:nth-child(1) .photo01 {
  margin-bottom: 3rem;
}
#discover_wellness .list01 li:nth-child(1) .detail01 {
 
}

#discover_wellness .list01 li:nth-child(2) {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  flex-direction: row-reverse;
}
#discover_wellness .list01 li:nth-child(2) .photo01 {
  width: 30%;
  box-sizing: border-box;
}
#discover_wellness .list01 li:nth-child(2) .detail01 {
  width: 70%;
  padding-right: 5%;
  box-sizing: border-box;
}

@media screen and (max-width:767px) {
  #discover_wellness {
    background: url(../../assets/img/discover/enryakuji/enryakuji_spbg_04.jpg) rgba(255,255,255,1);
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
  }
  #discover_wellness .list01 li:nth-child(1) {
    margin-bottom: 4rem;
  }
  #discover_wellness .list01 li:nth-child(1) .photo01 {
    margin-bottom: 2rem;
  }
  #discover_wellness .list01 li:nth-child(2) .photo01 {
    width: 100%;
    padding-left: 50%;
    margin-bottom: 4rem;
  }
  #discover_wellness .list01 li:nth-child(2) .detail01 {
    width: 100%;
    padding-right: 0;
  }
}




/* ------------------- discover_history ------------------- */

#discover_history {
  background: url(../../assets/img/discover/enryakuji/enryakuji_bg_03.jpg) rgba(255,255,255,1);
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  margin-bottom: 200px;
}
#discover_history .list01 li {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
#discover_history .list01 li:nth-child(1) {
  margin-bottom: 10rem;
}
#discover_history .list01 li:nth-child(1) .photo01 {
  width: 30%;
  box-sizing: border-box;
}
#discover_history .list01 li:nth-child(1) .detail01 {
  width: 70%;
  padding-left: 5%;
  box-sizing: border-box;
}
#discover_history .list01 li:nth-child(2) .title02 {
  text-align: center;
}
#discover_history .list01 li:nth-child(2) .detail01 {
  width: 100%;
  margin-bottom: 4rem;
}
#discover_history .list01 li:nth-child(2) .photo01 {
  width: 100%;
}

@media screen and (max-width:767px) {
  #discover_history {
  background: url(../../assets/img/discover/enryakuji/enryakuji_spbg_05.jpg) rgba(255,255,255,1);
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
  }
  #discover_history .list01 li:nth-child(1) {
    margin-bottom: 6rem;
  }
  #discover_history .list01 li:nth-child(1) .photo01 {
    width: 100%;
    padding-left: 50%;
    margin-bottom: 3rem;
  }
  #discover_history .list01 li:nth-child(1) .detail01 {
    width: 100%;
    padding-left: 0;
  }
  #discover_history .list01 li:nth-child(2) .detail01 {
    margin-bottom: 2rem;
  }
  
}


/* ------------------- discover_location ------------------- */


#discover_location {
  background: url(../../assets/img/discover/enryakuji/enryakuji_bg_05.jpg) rgba(255,255,255,1);
  background-position: bottom center;
  background-size: contain;
  background-repeat: no-repeat;
  margin-bottom: 250px;
}
#discover_location .title01 {
  text-align: center;
}
#discover_location .list01 li {
  margin-bottom: 6rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
#discover_location .list01 li:last-child {
  margin-bottom: 0;
}
#discover_location .photo01 {
  width: 100%;
  margin-bottom: 4rem;
  box-sizing: border-box;
}
#discover_location .detail01 {
  width: 100%;
  box-sizing: border-box;
}
#discover_location iframe {
  filter: grayscale(100%);
}
#discover_location .text02 {

}
#discover_location .text02:last-child {
  margin-bottom: 0rem;
}


@media screen and (max-width:767px) {
  #discover_location {
    background: url(../../assets/img/discover/enryakuji/enryakuji_spbg_06.jpg) rgba(255,255,255,1);
    background-position: bottom center;
    background-size: contain;
    background-repeat: no-repeat;
  }
  #discover_location .photo01 {
    margin-bottom: 2rem;
  }
}



/* ------------------- discover_explanation ------------------- */


#discover_explanation {
  background: url(../../assets/img/discover/enryakuji/enryakuji_bg_01.jpg) rgba(255,255,255,1);
  background-position: bottom center;
  background-size: contain;
  background-repeat: no-repeat;
  margin-bottom: 300px;
}

#discover_explanation .title01 {
  text-align: center;
}
#discover_explanation .detail01 {
  margin-bottom: 4rem;
}
#discover_explanation .text02 {
  margin-bottom: 4rem;
}

@media screen and (max-width:767px) {
  #discover_explanation {
    background: url(../../assets/img/discover/enryakuji/enryakuji_spbg_01.jpg) rgba(255,255,255,1);
    background-position: bottom center;
    background-size: contain;
    background-repeat: no-repeat;
  }
  #discover_explanation {
    margin-bottom: 200px;
  }

  #discover_explanation .detail01 {
    margin-bottom: 3rem;
  }
  #discover_explanation .text02 {
    margin-bottom: 3rem;
  }
}




/* ------------------- discover ------------------- */


#discover_main_under_01 {
  width: 100%;
  height: 65lvh;
  overflow: hidden;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
}

#discover_main_under_01.experience01 {
  background: url(../../assets/img/discover/enryakuji/enryakuji_undermain_pc_01.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
#discover_main_under_01.experience02 {
  background: url(../../assets/img/discover/enryakuji/enryakuji_undermain_pc_02.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
#discover_main_under_01.experience03 {
  background: url(../../assets/img/discover/enryakuji/enryakuji_undermain_pc_03.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
#discover_main_under_01.experience04 {
  background: url(../../assets/img/discover/enryakuji/enryakuji_undermain_pc_04.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
#discover_main_under_01.experience05 {
  background: url(../../assets/img/discover/enryakuji/enryakuji_undermain_pc_05.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
#discover_main_under_01.experience06 {
  background: url(../../assets/img/discover/enryakuji/enryakuji_undermain_pc_06.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
#discover_main_under_01.experience07 {
  background: url(../../assets/img/discover/enryakuji/enryakuji_undermain_pc_07.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
#discover_main_under_01.experience08 {
  background: url(../../assets/img/discover/enryakuji/enryakuji_undermain_pc_08.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

#discover.bg_move #discover_main_under_01.experience01 {
  height: 100lvh;
}
#discover.bg_move #discover_main_under_01.experience02 {
  height: 100lvh;
}
#discover.bg_move #discover_main_under_01.experience03 {
  height: 100lvh;
}
#discover.bg_move #discover_main_under_01.experience04 {
  height: 100lvh;
}
#discover.bg_move #discover_main_under_01.experience05 {
  height: 100lvh;
}
#discover.bg_move #discover_main_under_01.experience06 {
  height: 100lvh;
}
#discover.bg_move #discover_main_under_01.experience07 {
  height: 100lvh;
}
#discover.bg_move #discover_main_under_01.experience08 {
  height: 100lvh;
}

#discover #discover_main_under_01 {
  filter: grayscale(30%) saturate(110%) sepia(10%) blur(0);
  transition: 0.5s;
}
#discover.no_show #discover_main_under_01 {
  filter: grayscale(80%) saturate(100%) sepia(10%) blur(3px);
}
#discover.header_menu_clicked #discover_main_under_01 {
  filter: grayscale(100%) saturate(100%) sepia(10%) blur(3px);
}
#discover_main_under .common_inner {
  width: 100%;
  max-width: 100%;
  height: 65lvh;
  display: flex;
  flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}
#discover_main_under .common_inner h2 span {
  font-size: 2rem;
  line-height: 2.6rem;
  color: #fff;
  font-weight: normal;
  text-align: center;
  text-shadow: #6E6B80 1px 0 30px;
  display: inline-block;
}
#discover #breadcrumb {
  max-width: 100%;
  background: rgba(255,255,255,1);
}
#discover #travel_explanation {
  max-width: 100%;
  background: rgba(255,255,255,1);
}
#discover #travel_activity {
  max-width: 100%;
  background: rgba(255,255,255,1);
}

@media screen and (max-width:767px) {
  #discover_main_under .common_inner {
    padding: 60px 1rem 0rem;
  }
  #discover_main_under .common_inner h2 span {
    font-size: 1.8rem;
    line-height: 2.4rem;
  }
  #discover #travel_activity .common_inner {
     padding: 0;
  }
  #discover #travel_activity .common_content {
     padding: 0;
  }
}



/* ------------------- discover_detailintro ------------------- */

#discover_detailintro {
  background: rgba(255,255,255,1);
}
#discover_detailintro .common_inner {
  padding: 0 2rem 0;
}
#discover_detailintro .common_content:nth-child(1) {
  height: 35lvh;
  display: flex;
  flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}
#discover_detailintro .common_content:nth-child(1) .title01 {
  padding-bottom: 4rem;
  margin-bottom: 0;
  font-size: 2.4rem;
  line-height: 3.6rem;
}
#discover_detailintro .title01 span {
  display: block;
  font-size: 1.2rem;
}
@media screen and (max-width:767px) {
  #discover_detailintro .common_inner {
    padding: 0 1rem 0;
  }
  #discover_detailintro .common_content:nth-child(1) .title01 {
    font-size: 1.8rem;
    line-height: 2.6rem;
  }
  #discover_detailintro .title01 span {
    padding-top: 20px;
    font-size: 1rem;
    line-height: 1.6rem;
  }
  #discover_detailintro .title02 {
    margin-bottom: 3rem;
  }
}



/* ------------------- discover_gain ------------------- */

#discover_gain {
  background: rgba(255,255,255,1);
}
#discover_gain .common_inner {
    padding: 10rem 2rem 10rem;
}
#discover_gain .common_content:nth-child(1) {
  padding: 0 0 10rem;
}
#discover_gain .common_content:nth-child(1) .text01 {
  margin-bottom: 4rem;
}
#discover_gain .common_content:nth-child(2) {
  padding: 0 0 6rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  border-bottom: 1px solid #404040;
}
#discover_gain .title01 {
  width: 100%;
}
#discover_gain .common_content:nth-child(2) .detail01 {
  width: 70%;
  padding-right: 5%;
  box-sizing: border-box;
}
#discover_gain .common_content:nth-child(2) .photo01 {
  width: 30%;
  box-sizing: border-box;
}


@media screen and (max-width:767px) {
  #discover_gain .common_inner {
      padding: 6rem 1rem 6rem;
  }
  #discover_gain .common_content:nth-child(1) {
    padding: 0 0 4rem;
  }
  #discover_gain .common_content:nth-child(1) .text01 {
    margin-bottom: 3rem;
  }
  #discover_gain .common_content:nth-child(2) {
    padding: 0 0 4rem;
  }
  #discover_gain .title01 {
    width: 100%;
  }
  #discover_gain .common_content:nth-child(2) .detail01 {
    width: 100%;
    padding-right: 0;
    margin-bottom: 3rem;
  }
  #discover_gain .common_content:nth-child(2) .photo01 {
    width: 100%;
    padding-left: 50%;
  }

  
}



/* ------------------- discover_flow ------------------- */

#discover_flow {
  background: rgba(255,255,255,1);
  margin-bottom: 300px;
}
#discover_flow .common_inner {
    padding: 0 2rem 10rem;
}
#discover_flow .text01 {
  margin-bottom: 3rem;
  text-align: center;
}
#discover_flow .list01 {
  padding: 2rem;
  background: #eee;
}
#discover_flow .list01 li {
  margin-bottom: 3rem;
}
#discover_flow .list01 li:last-child {
  margin-bottom: 0;
}
#discover_flow .subtitle02 {
  font-size: 1.1rem;
  padding-bottom: 5px;
  margin-bottom: 0.8rem;
  border-bottom: 1px solid #ccc;
  line-height: 1.4rem;
}
#discover_flow .text02 {
  font-size: 1rem;
  line-height: 1.8rem;
}

@media screen and (max-width:767px) {
  #discover_flow {
    margin-bottom: 200px;
  }
  #discover_flow .common_inner {
    padding: 0 1rem 6rem;
  }
  #discover_flow .text01 {
    margin-bottom: 2rem;
  }
  #discover_flow .list01 {
    padding: 1.6rem;
  }
  #discover_flow .list01 li {
    margin-bottom: 2.4rem;
  }
  #discover_flow .subtitle02 {
    font-size: 1rem;
    margin-bottom: 0.6rem;
  }
  #discover_flow .text02 {
    font-size: 0.9rem;
    line-height: 1.6rem;
  }
}


/* ------------------- travel_item ------------------- */


.travel_item {
  padding: 5px;
  margin-bottom: 450px;
  background: rgba(255,255,255,0.8);
}
.travel_item .title01 {
  text-align: center;
}

#discover .travel_item .photo_effect img {
  filter: grayscale(0%) saturate(100%);
}

#discover .travel_item .list01 .detail01 {
  width: 94%;
  line-height: 1.6rem;
  text-shadow: #12140E 1px 0 10px;
  background:rgba(0,0,0,0.5);
  padding: 8px 3%;
  bottom: 0;
}


@media screen and (max-width:767px) {
  .travel_item {
    margin-bottom: 200px;
  }
}

#discover #travel_popup .subtitle01 {
  display: block;
  text-align: center;
}
#discover #travel_popup .text01 {
  font-size: 1rem;
  line-height: 1.4rem;
}
#discover #travel_popup .text02 {
  font-size: 1rem;
  line-height: 1.4rem;
}



/* ------------------- discover_company ------------------- */


#discover_company {
  background: rgba(255,255,255,1);
}
#discover_company .title01 {
  text-align: center;
}



/* ------------------- #travel_activity ------------------- */


#discover #travel_activity .list01 > li {
  padding: 4rem 2rem;
  margin-bottom: 4rem;
  background: url(../../assets/img/common/paper_bg_03.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}

#discover #travel_activity {
  margin-bottom: 300px;
}


#discover #travel_activity .common_inner {
  padding: 3rem 0rem 0;
}
#discover #travel_activity .title01 {
  margin-bottom: 4rem;
}
#travel_activity .title01 span {
  display: block;
  font-size: 1.2rem;
  line-height: 3.4rem;
}
#discover #travel_activity .subtitle01 {
  padding-bottom: 8px;
  margin-bottom: 1rem;
  font-size: 1.4rem;
  line-height: 1.8rem;
}
#discover #travel_activity .text01 {
  font-size: 1rem;
  line-height: 1.8rem;
  padding-bottom: 2rem;
  margin-bottom: 2rem;
  border-bottom: 1px solid #777;
}
#discover #travel_activity .text02 {
  font-size: 1rem;
  line-height: 1.6rem;
}
#discover #travel_activity .list02 {
  font-size: 1rem;
  line-height: 1.8rem;
}
#discover #travel_activity .list03 {
  font-size: 1rem;
  line-height: 1.8rem;
}
#travel_activity .list03 dd .text02 {
  padding-top: 15px;
}
#discover #travel_activity .list03 dd .small {
  font-size: 0.9rem;
  line-height: 1.4rem;
}


@media screen and (max-width:767px) {
  #discover #travel_activity {
    margin-bottom: 200px;
  }
  #discover #travel_activity .common_inner {
    padding: 0rem 0rem 0;
  }
  #discover #travel_activity .list01 > li {
    padding: 4rem 1rem;
  }
  #discover #travel_activity .title01 {
    margin-bottom: 4rem;
  }
  #travel_activity .title01 span {
    padding-top: 20px;
    font-size: 1rem;
    line-height: 1.4rem;
  }
  #discover #travel_activity .subtitle01 {
    margin-bottom: 0.6rem;
    font-size: 1.1rem;
    line-height: 1.5rem;
  }
  #discover #travel_activity .text01 {
    line-height: 1.6rem;
    padding-bottom: 1rem;
    margin-bottom: 1rem;
  }
  #discover #travel_activity .list03 dt {
    font-size: 1rem;
    line-height: 1.4rem;
  }
  #discover #travel_activity .list03 dd {
    padding-top: 10px;
    font-size: 1rem;
    line-height: 1.3rem;
  }
  #discover #travel_activity .text02 {
    font-size: 1rem;
    line-height: 1.5rem;
  }
  #discover #travel_activity .list03 dd .small {
    font-size: 0.9rem;
    line-height: 1.3rem;
  }
}






/* main slider 文字を目立たせる */

#discover_main .common_inner h2,
#discover_main .common_inner h3,
#discover_main .common_inner h4 {
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.7);
}

#discover_main .common_inner h2 span,
#discover_main .common_inner h3 span,
#discover_main .common_inner h4 span {

}

/* discover_enryakuji.css に追記 */

#discover_main .slider_img {
  position: relative; /* 擬似要素を配置するために必要 */
}

#discover_main .slider_img::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2); /* 半透明の黒いオーバーレイ */
  z-index: 1; /* テキストより下に、画像より上に配置 */
}

#discover_main .common_inner {
  position: relative; /* テキストコンテナをオーバーレイより手前に持ってくる */
  z-index: 2;
}



