@charset "UTF-8";
/* CSS Document */

/* --------------------start_ページトップボタン-------------------- */
#btnToTop{
    display: none;
}
#btnToTop02 {
    position: fixed;
    bottom: -100px;
    right: 15px;
    z-index: 10;
    display: block;
	width: 90px;
	height: 90px;
    background: url(/attending/kokunai/momiji/images/btnToTop02.png) no-repeat center / contain;
    cursor: pointer;
    transition: 0.3s;
  }
  
  #btnToTop02.original:hover::before,
  #btnToTop02.original:hover::after {
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    height: 1px;
    background-color: white;
    transform: translateX(-50%);
  }
  
  #btnToTop02.original:hover::before {
    width: 35px;
    top: 40px;
  }
  
  #btnToTop02.original:hover::after {
    width: 40px;
    top: 55px;
  }
  
  #btnToTop02.btnToTop02--active {
    bottom: 15px;
  }
  /* --------------------end_ページトップボタン-------------------- */

  
/* 終了告知文 */
.Post {
  font-size: 22px;
  font-weight: 600;
  color: #c00;
  text-align: center;
  margin-top: 10px;
}

/* H1 */
#PageName {
	width: 1024px;
	margin: 10px auto;
	font-weight: bold;
}

.mv_spot {
    background: url(/attending/kokunai/momiji/spot/images/EBP10-39321D_EBL15-38501D_EBL14-76607D_BP18-034751D.jpg) no-repeat center;
    background-size: cover;
}

/*spotアンカーstart*/
.navi_list__spot {
    width: 1024px;
    margin: 0 auto;
    padding: 15px 0 25px;
}
.navi_list__spot ul {
    display: flex;
    justify-content: flex-start;
    margin-top: 10px;
    position: relative;
}
.navi_list__spot ul::after {
    content: "";
    width: 1px;
    height: 42px;
    display: block;
    background-color: #E5E5E5;
    position: absolute;
    right: 0;
    top: 9px;
}
.navi_list__spot ul li {
    position: relative;
    transition: 0.5s;
}
.navi_list__spot ul li::after{
    content: "";
    width: 1px;
    height: 42px;
    display: block;
    background-color: #E5E5E5;
    position: absolute;
    left: 0;
    top: 9px;
}
.navi_list__spot ul li:hover::before{
    content: "";
    width: 105px;
    height: 1px;
    display: block;
    background-color: #C49A56;
    position: absolute;
    bottom: 0;
    left: 25px;
    
}
.navi_list__spot .navi__item a {
    width: calc(1024px / 7);
    height: 60px;
    display: flex;
    align-items: center;
    padding: 0 0 0 25px;
    font-family: 'Noto Serif JP', serif;
    font-size: 14px;
    font-weight: 500;
    color: #333333;
    position: relative;
    transition: 0.5s;
}
.navi_list__spot .navi__item a:hover {
    color: #C49A56;
}

/*エリア*/
.area_wrap {
    padding-bottom: 70px;
}
.h3__heading {
    width: 100%;
    height: 90px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    background: url(/attending/kokunai/momiji/spot/images/bg_brown.png);
    background-repeat: repeat;
    position: relative;
}
.h3__heading.deco_left::after {
    content: "";
    display: block;
    width: 44px;
    height: 41px;
    background: url(/attending/kokunai/momiji/spot/images/h3_deco_left.png) no-repeat;
    position: absolute;
    top: -8px;
    left: 50%;
    transform: translateX(-150px);
}
.h3__heading.deco_right::after {
    content: "";
    display: block;
    width: 51px;
    height: 50px;
    background: url(/attending/kokunai/momiji/spot/images/h3_deco_right.png) no-repeat;
    position: absolute;
    bottom: -8px;
    left: 50%;
    transform: translateX(100px);
}
.area_wrap h2 {
    font-family: 'Noto Serif JP', serif !important;
    color: #FFFFFF !important;
    font-weight: 500 !important;
    font-size: 30px !important;
    letter-spacing: inherit !important;
    line-height: inherit !important;
    text-align: inherit !important;
    padding: 0 !important;
    position: static !important;
    margin: 0 !important;
}
.spot_items {
    margin-top: 40px;
}
.spot_items h3 {
    display: block;
    font-family: 'Noto Serif JP', serif;
    color: #000000;
    font-size: 26px;
    font-weight: 500;
    letter-spacing: 0.07em;
    padding-bottom: 8px;
    border-bottom: 1px solid #DBD4C5;
    margin-bottom: 25px;
}
.contents h3 span {
    font-size: 20px;
    color: #9F7926;
    padding-left: 8px;
}
.flex {
    /* display: flex;
    justify-content: space-between; */
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 25px;
}
.spot-photo,.spot_photo{
    width: 500px;
    height: 346px;
}
.spot_photo.credit01{
    position: relative;
}
.spot_photo.credit01::after{
    content: "写真提供：鎌倉市観光協会";
    display: inline-block;
    position: absolute;
    bottom: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.75);
    font-size: 12px;
    color: #fff;
    padding: 2px 5px;
}
.spot_photo.credit02{
    position: relative;
}
.spot_photo.credit02::after{
    content: "枯山水庭";
    display: inline-block;
    position: absolute;
    bottom: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.75);
    font-size: 12px;
    color: #fff;
    padding: 2px 5px;
}
.spot_photo img {
    width: 500px;
    height: 346px;
}
.spotContents {
    width: 494px;
    font-family: 'Noto Sans JP', sans-serif;
}
.spotContents .intro {
    font-size: 15px;
    margin-bottom: 15px;
}
.spotContents .besTtime {
    display: flex;
    justify-content: flex-start;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 10px;
}
.besTtime .p01 {
    display: block;
    padding: 3px 10px;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
    background: #C49A56;
    color: #FFFFFF;
}
.besTtime .p02 {
    display: block;
    padding: 3px 10px;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
    background: #ffffff;
    color: #C49A56;
    border: 1px solid #C49A56;
}
.spotContents dl {
    display: flex;
    justify-content: space-between;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 14px;
    padding: 10px 0;
    border-bottom: 1px solid #DBD4C5;
}
.spotContents .spot_info dl:last-of-type {
    border-bottom:none;
}
.spotContents dt {
    width: 130px;
    color: #C97968;
    font-weight: 600;
}
.spotContents dd {
    color: #333333;
    width: 354px;
}
.spot__btn {
    margin: 30px auto 0;
}
.spot__btn .btn {
    display: block;
    width: 386px;
    background-color: #A04836;
    border: 1px solid #A04836;
    font-family: 'Noto Serif JP', serif;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 600;
    padding: 15px 10px 15px 0;
    margin: 0 auto;
    text-align: center;
    position: relative;
    box-shadow: 0px 20px 15px -15px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s;
}
.spot__btn .btn::before {
    content: "";
    display: block;
    width: 14px;
    height: 14px;
    background-color: #ffffff;
    position: absolute;
    top: 50%;
    right: 15px;
    border-radius: 50%;
    transform: translateY(-50%);
    transition: 0.3s;
}
.spot__btn .btn::after {
    content: "";
    display: block;
    width: 4px;
    height: 4px;
    position: absolute;
    top: 50%;
    right: 21px;
    border-top: 1px solid #A04836;
    border-right: 1px solid #A04836;
    transform: translateY(-50%) rotate(45deg);
    transition: 0.3s;
    
}
.spot__btn .btn:hover {
    background-color: #F7ECEA;
    border: 1px solid #A04836;
    color: #A04836;
}
.spot__btn .btn:hover::before {
    background: #A04836;
}
.spot__btn .btn:hover::after {
    border-top: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
    
}
.spbr {
    display: none;
}
.spot_wrap {
    display: block;
}
.btn_more {
    position: relative;
    clear: both;
    width: 100%;
    text-align: center;
    padding: 13px 0;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: #333333;
    background: #FFFCF7;
    border: 1px solid #DBD4C6;
    border-radius: 50px;
    cursor: pointer;
    margin-top: 30px;
}
.btn_more::before,
.btn_more::after {
    content: "";
    width: 15px;
    height: 2px;
    display: block;
    background-color: #333333;
    position: absolute;
    right: 30px;
    top: 50%;
    transform-origin: center center;
    z-index: 3;
    transition: transform .4s ease 0s;
}

.btn_more::before {
    transform: translateY(-50%);
}

.btn_more::after {
    transform: translateY(-50%) rotate(90deg);
}

.btn_more.active::after {
    transform: rotate(0deg);
}
.area__btn .btn {
    display: block;
    width: 530px;
    background-color: #C49A56;
    border: 1px solid #C49A56;
    font-family: 'Noto Serif JP', serif;
    color: #FFFFFF;
    font-size: 18px;
    font-weight: 600;
    padding: 20px;
    margin: 40px auto 0;
    text-align: center;
    position: relative;
    box-shadow: 0px 20px 15px -15px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s;
}
.area__btn .btn::before {
    content: "";
    display: block;
    width: 14px;
    height: 14px;
    background-color: #ffffff;
    position: absolute;
    top: 50%;
    right: 20px;
    border-radius: 50%;
    transform: translateY(-50%);
    transition: 0.3s;
}
.area__btn .btn::after {
    content: "";
    display: block;
    width: 4px;
    height: 4px;
    position: absolute;
    top: 50%;
    right: 26px;
    border-top: 1px solid #C49A56;
    border-right: 1px solid #C49A56;
    transform: translateY(-50%) rotate(45deg);
    transition: 0.3s;
    
}
.area__btn .btn:hover {
    background-color: #ffffff;
    border: 1px solid #C49A56;
    color: #C49A56;
}
.area__btn .btn:hover::before {
    background: #C49A56;
}
.area__btn .btn:hover::after {
    border-top: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
    
}

.slick-prev, .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 43px;
    height: 43px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    border: none;
    outline: none;
    background: url(/attending/kokunai/momiji/spot/images/arrow-01.png);
    transition: 0.3s;
}
.slick-prev:hover, .slick-next:hover {
    opacity: 0.7;
}
.slick-next {
    right: 10px !important;
}
.slick-prev {
    left: 10px !important;
	transform: scale(-1, 1) translateY(-50%); /* 左右反転 */
    z-index: 10;
}
.btn_long .btn {
    width: 435px;
}

.navi_bottom .navi__item a::after {
    transform: translateY(-50%) rotate(-45deg);
    top: 52%;
}
/*人気の観光地から探す*/
.searchBox__01 {
    background: #ffffff;
    padding: 40px 0 20px 20px;
    margin-bottom: 70px;
}
.searchBox__01 ul {
    display: flex;
    flex-wrap: wrap;
}
.searchBox01_item a {
    display: block;
    width: 250px;
    padding: 0 0 0 30px;
    margin-bottom: 25px;
    font-family: 'Noto Serif JP', serif;
    font-size: 16px;
    font-weight: 500;
    position: relative;
    transition: 0.5s;
}
.searchBox01_item a:hover {
    text-decoration: underline;
    color: #C97968;
}
.searchBox01_item a::before {
    content: "";
    display: block;
    width: 16px;
    height: 16px;
    position: absolute;
    top: 50%;
    left: 8px;
    background: #C7796A;
    border-radius: 50%;
    transform: translateY(-50%);
    transition: 0.3s;
}
.searchBox01_item a::after {
    content: "";
    display: block;
    width: 4px;
    height: 4px;
    position: absolute;
    top: 49%;
    left: 13px;
    border-top: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
    transform: translateY(-50%) rotate(45deg);
    transition: 0.3s;
}

.searchBox__02 {
    background: #ffffff;
    padding: 50px 0;
    margin-bottom: 60px;
}
.searchBox__02 ul {
    display: flex;
    justify-content: center;
    margin: 0 auto;
}
.searchBox02_item a {
    padding: 0 40px 0 30px;
    font-family: 'Noto Serif JP', serif;
    font-size: 16px;
    font-weight: 500;
    position: relative;
    transition: 0.5s;
}
.searchBox02_item a:hover {
    text-decoration: underline;
    color: #C97968;
}
.searchBox02_item a::before {
    content: "";
    display: block;
    width: 16px;
    height: 16px;
    position: absolute;
    top: 50%;
    left: 8px;
    background: #C7796A;
    border-radius: 50%;
    transform: translateY(-50%);
    transition: 0.3s;
}
.searchBox02_item a::after {
    content: "";
    display: block;
    width: 4px;
    height: 4px;
    position: absolute;
    top: 49%;
    left: 13px;
    border-top: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
    transform: translateY(-50%) rotate(45deg);
    transition: 0.3s;
}
.btn_red a {
    background-color: #671E10;
    border: 1px solid #671E10;
}
.btn_red a::after {
    border-top: 1px solid #671E10;
    border-right: 1px solid #671E10;
}
.btn_red a:hover {
    background-color: #ffffff;
    border: 1px solid #671E10;
    color: #671E10;
}
.btn_red a:hover::before {
    background: #671E10;
}

h2.spot_heading {
	text-align:left;
}

h2.spot_heading::after {
	background:none;
}
.slider.slick-initialized {
    display: block;
}
.slider {
    display: none;
}
.slide-arrow.slick-disabled {
    opacity: 0.3;
}
.slide-prev {
    left: 10px;
}
.slide-next {
    right: 10px;
}
.slide-prev::before {
    left: calc(50% - 3px);
    transform: translateY(-50%) rotate(-135deg);
}
.slide-prev::before, .slide-next::before {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    width: 8px;
    height: 8px;
    border-top: 2px solid #A04836;
    border-right: 2px solid #A04836;
}
.slide-next::before {
    right: calc(50% - 3px);
    transform: translateY(-50%) rotate(45deg);
}
.slide-arrow {
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 30px;
    height: 30px;
    background-color: #ffffff;
    border-radius: 50%;
    cursor: pointer;
    box-shadow: 0px 0px 5px 1px #828282;
    z-index: 5;
}
.spot_photo small {
    text-align: right;
    display: block;
    font-family: "Noto Sans JP", sans-serif;
}
.copy-guard {
  pointer-events: none;
}