@charset "UTF-8";

html, body {
  vertical-align: baseline;
  background: transparent;
}
div:before, div:after, ul:before, ul:after, ol:before, ol:after, dl:before, dl:after {
  /* content: "";
  display: block; */
}
div:after, ul:after, ol:after, dl:after {
  clear: both;
}
@media screen and (max-width: 767px) {
  body {
    position: inherit;
  }
}

body.is-loading {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.animsition {
  opacity: 0;
}
h1, h2, h3, h4, h5, h6 {
  font-feature-settings: "palt";
}
a, a img {
  -webkit-transition: 0.2s ease all;
  transition: 0.2s ease all;
}
li{list-style: none;}
li::marker{display:none;}

@media screen and (min-width: 768px) {
  .sp-only {display: none !important;}
}
@media screen and (max-width: 767px) {
  .pc-only {display: none !important;}
}
@media screen and (min-width: 581px) {
  .sp-only02 {/* display: none !important; */}
}
@media screen and (max-width: 580px) {
  .pc-only02 {display: none !important;}
}
img,
.bx-wrapper img {
  max-width: 100%;
  height: auto;
}

/*---------------------------------------------------
  基本css変更
---------------------------------------------------*/
#wrap-container{
  max-width:100%;
  padding-right: 0;
  padding-left:0;
}
.res-pagetop-box .res-wrap-inner{
  padding: 10px 20px;
}
.rcrumbs-cover{
  max-width: 1240px;
  margin: 0 auto;
  padding-right: 20px;
  padding-left: 20px;
}
@media print, screen and (max-width: 767px) {
  #wrap-contents{
    padding-right: 0;
    padding-left:0;
  }
  .res-pagetop-box .res-wrap-inner{
    padding: 5px 10px;
  }
  .rcrumbs-cover{
    padding-right: 3%;
    padding-left: 3%;
  }
}
@media screen and (max-width:640px){
	.rcrumbs-list-cover{
		position: relative;
	}
  .rcrumbs .rcrumbs-arrow-next .rcrumbs-arrow-btn:after {
      right: 15px;
  }
  .rcrumbs .rcrumbs-arrow-prev .rcrumbs-arrow-btn:after{
      left:15px;
  }
}

.title-box{
  display: none;
}


/*---------------------------------------------------
  text
---------------------------------------------------*/

.txtC {text-align: center !important;}
.txtR {text-align: right !important;}
.txtL {text-align: left !important;}
.bold {font-weight: 700 !important;}
.normal {font-weight: normal !important;}


/*font
--------------------------------------------------*/
/*A-OTF Ryumin Pr6N L-KL*/
.font{
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: 300;
  font-style: normal;
}

[data-ruby] {
  position: relative;
}
[data-ruby]::before {
  content: attr(data-ruby);
  position: absolute;
  top: -1.8em;
  left: 0;
  right: 0;
  margin: auto;
  font-size: 0.5em;
}
/* animation
--------------------------------------------------*/
.anim {
  opacity: 0;
  transform: translateY(10px);
  transition: all .7s;
}
.anim.active {
  opacity: 1;
  transform: translateY(0);
}
.show{
  opacity: 1;
  transform: translateY(0);
}


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

/*---------------------------------------------------
  wide
---------------------------------------------------*/
#header{
  z-index: 10;
}
#wide {
  /*z-index: 2;*/
  z-index: 1;
  margin-right: calc(((100vw - 100%) / 2) * -1);
  margin-left: calc(((100vw - 100%) / 2) * -1);
  width: 100vw;
  left: 0;
  right: 0;

}
@media screen and (max-width: 767px) {
  #wide {
    width: 99.9vw !important;
  }
}
/*---------------------------------------------------
  共通
---------------------------------------------------*/
.sec-inner{
  width: 100%;
  padding: 0;
  max-width: 1240px;
  margin: 0 auto;
  padding-right: 20px;
  padding-left: 20px;
}
.ttl {
  margin: 0 auto 40px;
  /*width: fit-content;*/
  text-align: center;
	position: relative;
}
.ttl>img {
  width: auto;
  height: 175px;
}

@media screen and (max-width: 1024px) {
  .ttl img {
    height: 112px;
  }
}
@media screen and (max-width: 767px) {
  .sec-inner{
    padding-right: 15px;/*1.5%*/
    padding-left: 15px;/*1.5%*/
  }
	.ttl {
    margin: 0 auto 20px;
  }
  .ttl img {
    height: 105px;
    width: auto;
  }
	.ttl.play img {
    height: 130px;
  }
}



/*---------------------------------------------------
  mv
---------------------------------------------------*/
.mv-wrap img {
  width: 100%;
}


/*---------------------------------------------------
   bg
---------------------------------------------------*/
.bg-wrap {
  width: 100%;
  background: url(/domtour/kanto/yoshitoki_yukari/image/bg.png) repeat-y top #297229;
  background-size: 100%;
  padding: 80px 0 0;
	color: #fff;
  /*margin-bottom: 120px;*/
}
@media print, screen and (max-width: 580px){
  .bg-wrap {
    background: url(/domtour/kanto/yoshitoki_yukari/image/bg_sp.png) repeat-y #297229;
    background-size: 100%;
    padding: 40px 0 0;
    /*margin-bottom: 40px;*/
  }
}


/*---------------------------------------------------
   lead
---------------------------------------------------*/
.sec-lead{
	position: relative;
  width: 100%;
  margin-bottom: 100px;;
}
.sec-lead::before,
.sec-lead::after{
    position: absolute;
    content: "";
    display: inline-block;
    width: 15.75%;
    height: 100%;
}
.sec-lead::before{
  background: url(/domtour/kanto/yoshitoki_yukari/image/leadImgL.png) no-repeat;
  background-size: 100%;
  left:0;
  top: 0;
}
.sec-lead::after{
  background: url(/domtour/kanto/yoshitoki_yukari/image/leadImgR.png)  right bottom no-repeat;
  background-size: 100%;
  right: 0;
  bottom: 0;
}
.sec-lead p{
    text-align: center;
    padding: 34px 0;
    font-size: 2.4rem;
    line-height: 2.2;
}
@media print, screen and (max-width: 767px) {
  .sec-lead{
    margin-bottom: 20px;
  }
  .sec-lead::before,
  .sec-lead::after{
    display: none;
  }
  .sec-lead p{
    text-align: left;
    font-size: 2.0rem;
    padding: 40px 20px 20px;
  }
}

/*---------------------------------------------------
   tab
---------------------------------------------------*/
.tab {
  display: flex;
  justify-content: center;
  text-align: center;
  margin-bottom: 70px;
}
.tab__item {
  width: 40%;
  margin: 0 0.5%;
  cursor: pointer;
}
.tab__link {
  background-color:#fff;
  color: #000;
  font-size:2.0rem;
  display: block;
  text-align: center;
  padding: 15px 1rem;
}
.tab__link:hover{
  text-decoration: none;
}
.tab__link.active {
  background-color:#000;
  color: #fff;
  position: relative;
}
.tab__link.active::after{
  content: "";
  background: url(/domtour/kanto/yoshitoki_yukari/image/arw_tab.svg) no-repeat;
  background-size: 100%;
  width: 19px;
  height: 10px;
  position: absolute;
  bottom: -20px;
  left:50%;
  transform: translateX(-50%);
}
.tab-body__item {
  margin: 30px 0;
  display: none;
  text-align: center;
}
.tab-body__item.active {
  display: block;
}
@media screen and (max-width: 767px) {
  .tab {
    margin-bottom: 25px;
  }
  .tab__item {
    width: 40%;
    margin: 0 1%;
  }
}
@media screen and (max-width: 580px) {
  .tab {
    justify-content: space-between;
    padding-left:15px;
    padding-right:15px;
  }
  .tab__item {
    width: 48%;
    margin: 0 ;
  }
	.tab-body__item {
		margin: 30px 0;
	}
}

/*---------------------------------------------------
  map
---------------------------------------------------*/
.sec-map {
  background: #fff;
  padding: 30px 75px;
  margin-bottom: 60px;
}
.cont-map {
  position: relative;
}
.cont-map img {
  width: 100%;
}
.btn-map{
  position: absolute;
  z-index: 1;
}
.btn-map a{
  transition: all .3s;
}
.btn-map a:hover{
    opacity: 0.8;
}
.sec-map.kamakura > .cont-map .btn-map:nth-child(1){ /*箱根神社*/
  width: 10%;
  left:13.7%;
  top:49.4%;
}
.sec-map.kamakura > .cont-map .btn-map:nth-child(2){ /*長谷寺*/
  width: 9%;
  left:69.5%;
  top:4.1%;
}
.sec-map.kamakura > .cont-map .btn-map:nth-child(3){ /*鶴岡天満宮*/
  width: 11.5%;
  left:68.5%;
  top:17.5%;
}
.sec-map.izu > .cont-map .btn-map:nth-child(1){ /*伊豆大河ドラマ館*/
  width: 19%;
  left:59.7%;
  top:2.2%;
}
.sec-map.izu > .cont-map .btn-map:nth-child(2){ /*三嶋大社*/
  width:10.5%;
  left:27.6%;
  top:8%;
}
.sec-map.izu > .cont-map .btn-map:nth-child(3){ /*修繕寺*/
  width: 9.1%;
  left:44.3%;
  top:40.4%;
}


@media screen and (max-width: 1024px) {
  .sec-map {
    padding: 30px 20px;
  }
}
@media screen and (max-width: 767px) {
  /* .sec-map {
    padding: 20px 20px;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 580px) { */
  .sec-map {
    padding: 20px 10px;
  }
  .sec-map.kamakura > .cont-map .btn-map:nth-child(1){ /*箱根神社*/
    width: 20.8%;
    left:0%;
    top:53.9%;
  }
  .sec-map.kamakura > .cont-map .btn-map:nth-child(2){ /*長谷寺*/
    width: 17.8%;
    left:62%;
    top:1%;
  }
  .sec-map.kamakura > .cont-map .btn-map:nth-child(3){ /*鶴岡天満宮*/
    width: 25%;
    left:73.8%;
    top:17.8%;
  }
  .sec-map.izu > .cont-map .btn-map:nth-child(1){ /*伊豆大河ドラマ館*/
    width: 40%;
    left:58.9%;
    top:2.3%;
  }
  .sec-map.izu > .cont-map .btn-map:nth-child(2){ /*三嶋大社*/
    width:23.5%;
    left:4.1%;
    top:7.8%;
  }
  .sec-map.izu > .cont-map .btn-map:nth-child(3){ /*修繕寺*/
    width:20.2%;
    left:30%;
    top:39.4%;
  }
}


/*---------------------------------------------------
  sec
---------------------------------------------------*/
.sec-spot,
.sec-play{
  margin-bottom:70px;
}
.flex-wrap{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
}
.flex-wrap::before{
    display: none;
}
.flex-wrap li{
  background: #fff;
  border: solid 1px #ddd;
  width: 32.6%;
  position: relative;
  text-align: left;
}
.flex-wrap li .list-img{
  position: relative;
  line-height: 1;
}
.flex-wrap li .list-img span{
    position: absolute;
    bottom:0;
    right: 0;
    color: #fff;
    background: rgba(0,0,0,0.8);
    font-size: 1.2rem;
    padding: 8px 12px;
}
.flex-wrap li .list-cont{
  padding: 20px 20px 30px;
  color: #000;
  position: relative;
}
.flex-wrap li .list-cont .area{
  margin-bottom: 10px;
}
.flex-wrap li .list-cont .area span{
  border: solid 1px #ccc;
  color: #555;
  font-size: 1.3rem;
  border-radius: 12px;
  line-height: 1;
  padding: 5px 12px;
}
@media screen and (max-width: 1024px) {
	.flex-wrap li .list-cont .area span.sp_block{
		display: block;
		border-radius: 24px;
		padding: 5px 16px;
	}
}
.flex-wrap li .list-cont > h3{
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: 700;
  font-size: 2.0rem;
  margin-bottom: 20px;
  text-align: left;
}
.flex-wrap li .list-cont h3 a{
    color: #000;
    font-weight: 700;
/*
    display: flex;
    align-items: center;
*/
}
.flex-wrap li .list-cont h3 a::after{
  content: '';
  background: url(/domtour/kanto/yoshitoki_yukari/image/arw_blank.svg) no-repeat;
  width: 12px;
  height: 12px;
  background-size: 100%;
  margin-left: 10px;
	display: inline-block;
}
.flex-wrap li .list-cont > p{
  font-size: 1.5rem;
  text-align: left;
}
.sec-hotel > .flex-wrap li{
  margin-bottom: 60px;
}
.sec-hotel > .flex-wrap li .list-cont{
  padding-bottom: 177px;
}
.sec-play > .flex-wrap li .list-cont{
  padding-bottom: 107px;
}
@media screen and (max-width: 767px) {
  .flex-wrap{
    display: flex;
    flex-wrap: wrap;
    justify-content:start;
  }
  .flex-wrap li{
    width: 47%;
    margin:0 1.5% 30px;
  }
  .flex-wrap li .list-cont{
    padding: 20px 20px 25px;
  }
  .sec-hotel > .flex-wrap li{
    margin-bottom: 30px;
  }
}

.more-hotel{
  margin-bottom: 90px;
  text-align: left;
}
.more-hotel p span{
  background: #000;
  color: #fff;
  padding:24px 30px;
  font-size: 1.5rem;
}

.ft-bnr{
	text-align: left;
}

@media screen and (max-width: 580px) {
  .sec-spot,
  .sec-play{
    margin-bottom:40px;
  }
  .flex-wrap{
    display: block;
  }
  .flex-wrap li,
  .sec-hotel > .flex-wrap li{
    width: 96%;/*92%*/
    margin:0 auto 30px;
  }
  .sec-hotel > .flex-wrap li .list-cont,
	.sec-play > .flex-wrap li .list-cont	{
      padding-bottom: 30px;
  }

  .more-hotel{
    margin-bottom: 40px;
  }
  .more-hotel p span{
    padding:1rem 1.5rem;
  }
}


/*---------------------------------------------------
  btn
---------------------------------------------------*/
/*

.btn-wrap{
  position:absolute;
  bottom: 30px;
  left:20px;
  width: calc(100% - 40px);
  height:117px;
}
.btn-wrap-1{
  position:absolute;
  bottom: 30px;
  left:20px;
  width: calc(100% - 40px);
  height:55px;
}
.btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 54px;
  background: #D54100;
  color: #fff!important;
  text-align: center;
  font-size: 1.5rem;
  position: relative;
  transition: all .3s;
  border-radius: 4px;

}
.btn::after {
  content: '';
  background: url(/domtour/kanto/yoshitoki_yukari/image/arw_r.svg) no-repeat right top;
  width: 6px;
  height: 12px;
  background-size: 100%;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  transition: all .3s;
}
.btn:hover {
  opacity: 0.7;
  text-decoration: none;
}
.btn:hover::after {
  right: 10px;
}
.btn-plan {
  margin-bottom: 8px;
}
@media screen and (max-width: 580px){
  .btn-wrap,.btn-wrap-1{
    position:inherit;
    margin: 0 auto 20px;
    bottom: auto;
    left:auto;
    height: auto;
  }
}

*/
/*---------------------------------------------------
   bnr
---------------------------------------------------*/
.bnr_wrap{
	background: #fff;
	padding: 100px 0 20px;
}
@media screen and (max-width: 767px) {
	.bnr_wrap{
		padding: 60px 0 20px;
	}
}


.bnr {
  text-align: center;
  margin: 100px auto;
}
.bnr .bnr01 {
  margin: 0 0 50px 0;
}
.bnr .bnr01 img {
  height: 100px;
}
.bnr .bnr02 {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}
.mgnR50 {
  margin-right: 50px!important;
}
@media screen and (max-width: 767px) {
  .bnr {
    margin: 50px auto;
  }
  .bnr .bnr01 {
    margin: 0 auto 30px;
  }
  .mgnR10 {
    margin-right: auto;
  }
}


/*---------------------------------------------------
   note
---------------------------------------------------*/
.note{
  text-align: left;
  display: flex;
  justify-content: flex-end;
}
.note p{
  font-size: 12px;
}
@media screen and (max-width: 767px) {
  .note{
    display: block;
  }
}




/*---------------------------------------------------
  anime
---------------------------------------------------*/
.anim.active {
  opacity: 1;
  transform: translateY(0);
}
.anim {
  opacity: 0;
  transform: translateY(10px);
  transition: all .7s;
}

/*---------------------------------------------------
  ページ内リンク
---------------------------------------------------*/
#kamakura-spot,#izu-spot{
  margin-top:-100px;
  padding-top:100px;
}
@media screen and (max-width: 1024px) {
  #kamakura-spot01,#kamakura-spot02,#kamakura-spot03,#izu-spot01,#izu-spot02,#izu-spot03 {
    margin-top:0;
    padding-top:0;
  }
}


/*-------------------------------

  loading

-------------------------------*/
#loading{
  width: 100vw;
  height: 100vh;
  background-color: #C3B98D;
  transition: all 1s;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
}
.loaded {
  opacity: 0;
  visibility: hidden;
}
.loading1Wrap{
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 20%;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
.loading1_1,.loading1_2,.loading1_3{
  width: 23%;
  border-radius: 100%;
}
.loading1_1{
  animation: loading1 1s infinite;
}
.loading1_2{
  animation: loading1 1s infinite 0.15s;
}
.loading1_3{
  animation: loading1 1s infinite 0.3s;
}
@keyframes loading1 {
  0% {transform:translateY(0);}
  25% {transform:translateY(0);}
  50% {transform:translateY(-20px);}
  75% {transform:translateY(0);}
  100% {transform:translateY(0);}
}
@media all and (max-width: 480px) {
  .loading1Wrap{
    width: 60%;
  }
}