@charset "utf-8";

/* ===============================================
#  第二階層タイトル
=============================================== */
.yokosuka_ttl {
  position: relative;
  text-align: center;
  background: url(/yokosuka/img/bg_main.jpg) no-repeat center center;
  background-size: cover;
  height: 650px;
}
.yokosuka_ttl .box_ttl {
  color: #fff;
  position: absolute;
  top: 360px;
  left: 50%;
  -webkit-transform: translate(-50%,0);
  transform: translate(-50%,0);
  text-align: center;
  white-space: nowrap;
}
.yokosuka_ttl .box_ttl .en {
  text-align: center;
  font-size: 33px;
  font-size: 3.3rem;
  font-style: italic;
  line-height: 1;
}
.yokosuka_ttl .box_ttl .ttl {
  text-align: center;
  font-weight: bold;
  letter-spacing: 0.47em;
  margin-right: -0.47em;
  font-size: 45px;
  font-size: 4.5rem;
  line-height: 1;
  margin: 25px 0; 
}
.yokosuka_ttl .box_ttl .txt {
  font-size: 17px;
  font-size: 1.7rem;
  line-height: 1.52;
}
@media screen and (max-width :768px) {
  .yokosuka_ttl {
    background: url(/yokosuka/img/bg_main_sp.jpg) no-repeat center center;
    background-size: cover;
    height: 380px;
  }
  .yokosuka_ttl .box_ttl {
    top: 48.8%;
    white-space: normal;
    width: 90%;
  }
  .yokosuka_ttl .box_ttl .en {
    font-size: 25px;
    font-size: 2.5rem;
  }
  .yokosuka_ttl .box_ttl .ttl {
    font-size: 28px;
    font-size: 2.8rem;
    margin: 15px 0; 
  }
  .yokosuka_ttl .box_ttl .txt {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.37;
  }
}

/* ===============================================
# sec_yokosuka/横須賀エリア
=============================================== */
.sec_yokosuka {
  padding: 0 0 65px 0;
}
@media screen and (max-width :768px) {
  .sec_yokosuka {
    padding: 15px 0 45px 0;
  }
}

/*横須賀トップエリア---------------------*/
/*レイアウト*/
.sec_yokosuka .box_toparea .box_toparea_right {
  width:60%;
  padding-top: 77px;
}
.sec_yokosuka .box_toparea .box_toparea_left {
  width: calc(100% - 60%);
  padding-right: 20px;
}
@media screen and (max-width :768px) {
  .sec_yokosuka .box_toparea .box_toparea_right {
    width:100%;
    padding-top: 0;
  }
  .sec_yokosuka .box_toparea .box_toparea_left {
    width: 100%;
    padding-right:0;
  }  
}

/*タイトル*/
.sec_yokosuka .box_toparea .box_ttl {
  max-width: 370px;
  margin-bottom: 15px;
}
.sec_yokosuka .box_toparea .box_ttl .ttl {
  position: relative;
  font-size: 32px;
  font-size: 3.2rem;
  line-height: 1;
  padding: 12px 0 33px 82px;
  margin: 0 0 13px 0;
  background: url(/yokosuka/img/ttl_yokosuka.svg) no-repeat 8px 0;
  background-size: 48px 54px;
}
.sec_yokosuka .box_toparea .box_ttl .ttl span {
  color: #3e6ca7;
}
.sec_yokosuka .box_toparea .box_ttl .ttl::after {
  content: "";
  background-image: linear-gradient(to right, #3e6ca7, #3e6ca7 6px, transparent 6px, transparent 13px);
  background-size: 13px 2px;
  background-position: left bottom;
  background-repeat: repeat-x;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.sec_yokosuka .box_toparea .box_ttl .txt {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.9;
}
@media screen and (max-width :768px) {
  .sec_yokosuka .box_toparea .box_ttl {
    max-width:inherit;
    margin-bottom: 24px;
  }
  .sec_yokosuka .box_toparea .box_ttl .ttl {
    font-size: 24px;
    font-size: 2.4rem;
    padding: 17px 0 17px 50px;
    background: url(/yokosuka/img/ttl_yokosuka.svg) no-repeat 4px 0;
    background-size: 36px 40px;
  }
  .sec_yokosuka .box_toparea .box_ttl .txt {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.6;
  }  
}
/*地図*/
.sec_yokosuka .box_toparea .map {
  max-width: 400px;
  margin: 0 auto 22px auto;
}

/*ベイエリア*/
.sec_yokosuka .box_toparea .box_bayarea  dt {
  width: 56.9%;
}
.sec_yokosuka .box_toparea .box_bayarea dd {
  width: calc(100% - 56.9%);
  padding-left: 25px;
}
.sec_yokosuka .box_toparea .box_bayarea .ttl {
  font-size: 26px;
  font-size: 2.6rem;
  line-height: 1.15;
}
.sec_yokosuka .box_toparea .box_bayarea .access {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.28;
  margin:15px 0 20px 0;
}
.sec_yokosuka .box_toparea .box_bayarea .place {
  background: url(/yokosuka/img/bg_areaintro_access.svg) repeat-x center center;
  background-size: 11px 9px;
  line-height: 1;
  margin-bottom: 10px;
}
.sec_yokosuka .box_toparea .box_bayarea .place img {
  width: 92px;
}
.sec_yokosuka .box_toparea .box_bayarea .txt {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.87;
}
@media screen and (max-width :1100px) {
  .sec_yokosuka .box_toparea .box_bayarea dl {
    display: block;
  }
  .sec_yokosuka .box_toparea .box_bayarea  dt {
    width: 100%;
    padding-left: 25px;
    margin-bottom: 15px;
  }
  .sec_yokosuka .box_toparea .box_bayarea dd {
    width: 100%;
    padding-bottom: 0;
  }  
}
@media screen and (max-width :768px) {
  .sec_yokosuka .box_toparea .box_bayarea dt,
  .sec_yokosuka .box_toparea .box_bayarea dd {
    padding-left: 0;
  }
  .sec_yokosuka .box_toparea .box_bayarea .ttl {
    font-size: 23px;
    font-size: 2.3rem;
  }
  .sec_yokosuka .box_toparea .box_bayarea .access {
    margin:12px 0 15px 0;
  }
  .sec_yokosuka .box_toparea .box_bayarea .place {
    background: url(/yokosuka/img/bg_areaintro_access.svg) repeat-x center center;
    background-size: 11px 9px;
    line-height: 1;
    margin-bottom: 10px;
  }
  .sec_yokosuka .box_toparea .box_bayarea .place img {
    width: 85px;
  }
  .sec_yokosuka .box_toparea .box_bayarea .txt {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.6;
  }  
}

/*グルメ*/
.sec_yokosuka .box_toparea .box_gourmet {
  position: relative;
  background: #e5f1f4;
  padding: 33px 35px 40px 35px;
  margin: 50px 5px 0 5px;
}
.sec_yokosuka .box_toparea .box_gourmet::before {
  content: "";
  width:5px;
  background: url(/yokosuka/img/bg_gourmet.svg) repeat-y top left;
  background-size: 5px 11px;
  position: absolute;
  left: -5px;
  top: 0;
  bottom: 0;  
}
.sec_yokosuka .box_toparea .box_gourmet::after {
  content: "";
  width:5px;
  background: url(/yokosuka/img/bg_gourmet.svg) repeat-y top left;
  background-size: 5px 11px;
  transform: rotate(-180deg);
  position: absolute;
  right: -5px;
  top: 0;
  bottom: 0;  
}
.sec_yokosuka .box_toparea .box_gourmet .icon {
  width: 47px;
  position: absolute;
  top:-17px;
  left: 4px;
}
.sec_yokosuka .box_toparea .box_gourmet .ttl {
  color: #3e9ebd;
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: bold;
}
.sec_yokosuka .box_toparea .box_gourmet .txt {
  font-size: 16px;
  font-size: 1.6rem;  
  line-height: 1.87;
  margin-bottom: 30px;
}
.sec_yokosuka .box_toparea .box_gourmet .img {
  text-align: center;
}
@media screen and (max-width :768px) {
  .sec_yokosuka .box_toparea .box_gourmet .icon {
    width: 35px;
    top:-17px;
    left: -140px;;
    right: 0;
    margin: auto;
  }  
  .sec_yokosuka .box_toparea .box_gourmet .ttl {
    text-align: center;
    margin-bottom: 10px;
    position: relative;
  }
  .sec_yokosuka .box_toparea .box_gourmet .txt {
    font-size: 14px;
    font-size: 1.4rem;  
    line-height: 1.6;
    margin-bottom: 15px;
  }  
  .sec_yokosuka .box_toparea .box_gourmet {
    padding: 20px 10px 25px 10px;
    margin: 40px 5px 0 5px;
  }  
}

/*他エリア---------------------*/
.sec_yokosuka .box_otherarea  .for_tab {
  display: none;
}
/*レイアウト*/
.sec_yokosuka .box_otherarea  {
  overflow: hidden;
  margin-top: -50px;
}
/*エリア紹介*/
.sec_yokosuka .box_otherarea .box_areaintro  {
  max-width: 46.5%;
  margin-bottom: 30px;
  float: right;
  clear: both;   
}
.sec_yokosuka .box_otherarea .box_areaintro.intro01 {
  margin-top: 0;
  padding-top: 29px;  
}
.sec_yokosuka .box_otherarea .box_areaintro.intro02 {
  float: left;
  margin-top: -180px;
}
.sec_yokosuka .box_otherarea .box_areaintro.intro03 {
  margin-top: -180px;
}
.sec_yokosuka .box_otherarea .box_areaintro.intro04 {
  float: left;
  margin-top: -150px;
}
.sec_yokosuka .box_otherarea .box_areaintro dl dt {
  width: 45%;
  position: relative;  
}
.sec_yokosuka .box_otherarea .box_areaintro dl dd {
  position: relative;
  width: calc(100% - 45%);
  padding-left: 25px;
  padding-bottom: 31.4%;
}
.sec_yokosuka .box_otherarea .box_areaintro dl dd .for_pc {
  margin-bottom: 12px;
}
.sec_yokosuka .box_otherarea .box_areaintro .icon {
  position: absolute;
}
.sec_yokosuka .box_otherarea .box_areaintro.intro01 .icon {  width: 113px;   top:-29px;   right: 25px; }
.sec_yokosuka .box_otherarea .box_areaintro.intro02 .icon {  width: 97px;   top:-55px;   right: 2px; }
.sec_yokosuka .box_otherarea .box_areaintro.intro03 .icon {  width: 96px;   top:-34px;   left: 7px; }
.sec_yokosuka .box_otherarea .box_areaintro.intro04 .icon {  width: 108px;   top:-40px;   left: 12px; }

.sec_yokosuka .box_otherarea .box_areaintro .ttl {
  font-size: 26px;
  font-size: 2.6rem;
  line-height: 1.15;
}
.sec_yokosuka .box_otherarea .box_areaintro .access {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.28;
  margin: 12px 0 15px 0;
}
.sec_yokosuka .box_otherarea .box_areaintro .place {
  background: url(/yokosuka/img/bg_areaintro_access.svg) repeat-x center center;
  background-size: 11px 9px;
  line-height: 1;
}
.sec_yokosuka .box_otherarea .box_areaintro .place img {
  width: 92px;
}
.sec_yokosuka .box_otherarea .box_areaintro .txt {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.87;
}
.sec_yokosuka .box_otherarea .box_areaintro .subimg {
  position: absolute;
  margin-left: 25px;
  bottom: 0;
  right: 0;
}
/*右から開始*/
.sec_yokosuka .box_otherarea .box_areaintro dl.right {
  flex-direction : row-reverse;
}
.sec_yokosuka .box_otherarea .box_areaintro dl.right dd {
  flex-direction : row-reverse;
  padding-left: 0;
  padding-right: 30px;  
}
.sec_yokosuka .box_otherarea .box_areaintro dl.right dd .subimg {
  position: absolute;
  margin-left: 0;
  margin-right: 30px;
  bottom: 0;
  right: 0;
}
@media screen and (max-width :1400px) {
  .sec_yokosuka .box_otherarea  {
    margin-top: 0;
  }
}
@media screen and (max-width :1100px) {
  .sec_yokosuka .box_otherarea .for_tab  {
    display: block;
    padding-bottom: 15px;
  }
  .sec_yokosuka .box_otherarea .for_pc  {
    display: none;
  }
  .sec_yokosuka .box_otherarea  {
    margin-top: 50px;
  }   
  .sec_yokosuka .box_otherarea .box_areaintro.intro02 {
    margin-top: -400px;
  }
  .sec_yokosuka .box_otherarea .box_areaintro.intro03 {
    margin-top: -50px;
  }  
  .sec_yokosuka .box_otherarea .box_areaintro.intro04 {
    margin-top: -350px;
  }
}
@media screen and (max-width :1000px) {
  .sec_yokosuka .box_otherarea .box_areaintro.intro01 .icon {  width: 66px;   top:-17px;   right: 15px; }
  .sec_yokosuka .box_otherarea .box_areaintro.intro02 .icon {  width: 67px;   top:-30px;   right: 2px; }
  .sec_yokosuka .box_otherarea .box_areaintro.intro03 .icon {  width: 56px;   top:-20px;   left: 7px; }
  .sec_yokosuka .box_otherarea .box_areaintro.intro04 .icon {  width: 64px;   top:-23px;   left: 12px; }  
}
@media screen and (max-width :768px) {
  .sec_yokosuka .box_otherarea  {
    margin-top: 0;
  }   
  .sec_yokosuka .box_otherarea .box_areaintro  {
    max-width:inherit;
    margin-bottom: 30px;
    float: none;
  }
  .sec_yokosuka .box_otherarea .box_areaintro {
    margin-top: 0 !important;
  }
  .sec_yokosuka .box_otherarea .box_areaintro .ttl {
    font-size: 23px;
    font-size: 2.3rem;
    line-height: 1.15;
  }
  .sec_yokosuka .box_otherarea .box_areaintro .access {
    font-size: 14px;
    font-size: 1.4rem;
    margin: 5px 0 10px 0;
  }  
.sec_yokosuka .box_otherarea .box_areaintro .place {
  background: url(/yokosuka/img/bg_areaintro_access.svg) repeat-x center center;
  background-size: 11px 9px;
  line-height: 1;
  margin-bottom: 12px;
}
  .sec_yokosuka .box_otherarea .box_areaintro .place img {
    width: 85px;
  }
  .sec_yokosuka .box_otherarea .box_areaintro .txt {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.4;
  }
  .sec_yokosuka .box_otherarea .box_areaintro dl dd {
    padding-left: 15px;
  }
  .sec_yokosuka .box_otherarea .box_areaintro .subimg {
    margin-left: 15px;
  }
  .sec_yokosuka .box_otherarea .box_areaintro dl.right dd .subimg {
    margin-right: 15px;
  }  
  .sec_yokosuka .box_otherarea .box_areaintro dl.right dd {
    padding-right: 15px;  
  }
  
  body.android .sec_yokosuka .box_otherarea .box_areaintro dl  {
    display: block;
  }
  body.android .sec_yokosuka .box_otherarea .box_areaintro dl dt {
    width: 50%;
    margin: auto;
  }
  body.android .sec_yokosuka .box_otherarea .box_areaintro dl dd {
    width: 100%;
    padding-left: 0;
    padding-bottom: 0;
  }
  body.android .sec_yokosuka .box_otherarea .box_areaintro .subimg {
    position :relative;
    margin:10px auto;
    bottom:inherit;
    right: inherit;
}
  body.android .sec_yokosuka .box_otherarea .box_areaintro dl.right dd .subimg {
    position :relative;
    margin-right: 0;
    bottom:inherit;
    right:inherit;
  }
  
}





/* ===============================================
# sec_poparea/人気エリア
=============================================== */
.sec_poparea {
  background: -webkit-linear-gradient(90deg,#f5f7f6 50%,#fafbfb 50%);
  background: -o-linear-gradient(90deg,#f5f7f6 50%,#fafbfb 50%);
  background: linear-gradient(90deg,#f5f7f6 50%,#fafbfb 50%);
  background-size: 25px 100%;
  padding: 70px 0 150px 0;
}

/*タイトル-----------------*/
.sec_poparea .box_ttl {
  text-align: center;
  font-size: 32px;
  font-size: 3.2rem;
}
.sec_poparea .box_ttl span {
  color: #a9ca69;
}
.sec_poparea .box_ttl .en {
  font-size: 22px;
  font-size: 2.2rem;
  color: #a9ca69;
  font-style: italic;
  margin-bottom: 5px;
}
.sec_poparea .box_ttl .txt {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.875;
}
@media screen and (max-width :768px) {
  .sec_poparea .box_ttl {
    font-size: 24px;
    font-size: 2.4rem;
  }
  .sec_poparea .box_ttl .en {
    font-size: 17px;
    font-size: 1.7rem;
    line-height: 1.2;
    margin-top: 15px;
    margin-bottom: 20px;
  }
  .sec_poparea .box_ttl .txt {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.6;
  }  
}


/*エリア紹介--------------*/
.sec_poparea .box_poparea {
  flex-wrap: wrap;
  justify-content: space-between;
}
.sec_poparea .box_poparea .box_intro {
  width: calc( (100% - 100px ) / 3 )  ;
}

.sec_poparea .box_poparea .box_intro dt {
  padding: 110px 0  25px 0;
}

.sec_poparea .box_poparea .box_intro .intro_ttl {
  text-align: center;
  margin-bottom: 5px;
  display: table;
  margin:0  auto 5px auto;
}
.sec_poparea .box_poparea .box_intro .intro_ttl .ttl_inner {
  display: table-cell;
  vertical-align: middle;
}
.sec_poparea .box_poparea .box_intro .intro_ttl h3 {
  display: inline-block;
  position: relative;
}
.sec_poparea .box_poparea .box_intro .intro_ttl .ttl {
  font-size: 26px;
  font-size: 2.6rem;
  line-height: 1.15;
}
.sec_poparea .box_poparea .box_intro .intro_ttl .balloon {
  position: absolute;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  top: -67px;
  left: -96px;
  width: 100px;
  height: 83px;
  color: #a9ca69;
  background: url("/yokosuka/img/bg_popintro_balloon.png") no-repeat top left;
  background-size: contain;
}
.sec_poparea .box_poparea .box_intro .intro_ttl .balloon span {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  text-align: center;
  -webkit-transform : translateY(-50%);
  transform : translateY(-50%);
  line-height: 1.2;
}
.sec_poparea .box_poparea .box_intro .intro_ttl .access {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
}
.sec_poparea .box_poparea .box_intro .txt {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.875;
}
.sec_poparea .box_poparea .box_intro .img img {
  width: 100%;
}
.sec_poparea .box_poparea .box_intro.kamakura .intro_ttl h3::after {
  content: '';
  width: 68px;
  height: 116px;
  position: absolute;
  top: -84px;
  right: -70px;
  background: url("/yokosuka/img/bg_popintro_dango.png") no-repeat center center;
  background-size: 68px auto;
}
@media screen and (max-width :1100px) {
  .sec_poparea .box_poparea .box_intro {
    width: calc( (100% - 50px ) / 2 )  ;
  }
}
@media screen and (max-width :1100px) {
  .sec_poparea .box_poparea .box_intro {
    width: calc( (100% - 5.4% ) / 2 )  ;
    margin-bottom: 15px;
  }
}
@media screen and (max-width :768px) {
  .sec_poparea .box_poparea .box_intro dt {
    padding: 90px 0  12px 0;
  }
  .sec_poparea .box_poparea .box_intro .intro_ttl .ttl {
    font-size: 20px;
    font-size: 2rem;
  }
  .sec_poparea .box_poparea .box_intro .intro_ttl .balloon {
    left: -85px;
    right: 0;
    margin: auto;
    width: 75px;
    height: 62px;
    background: url("/yokosuka/img/bg_popintro_balloon.png") no-repeat top left;
    background-size: contain;
  }
  .sec_poparea .box_poparea .box_intro .intro_ttl .access {
    font-size: 11px;
    font-size: 1.1rem;
  }
  .sec_poparea .box_poparea .box_intro .txt {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.6;
  }
  .sec_poparea .box_poparea .box_intro.kamakura .intro_ttl h3::after {
    width: 54px;
    height: 92px;
    top: -73px;
    right: -46px;
    background: url("/yokosuka/img/bg_popintro_dango.png") no-repeat center center;
    background-size: 54px auto;
  }  
  body.android .sec_poparea .box_poparea {
    display: block;
  }
  body.android .sec_poparea .box_poparea .box_intro {
    width: 100% ;
  }  
}

/* ===============================================
# アニメーション
=============================================== */
.scroll_item_wrapper{
  overflow: hidden;
}
.scroll_item{
  opacity: 0;
}
.scroll_item.animated{
  opacity: 1;
}
@media screen and (max-width :768px) {
  .scroll_item{
    opacity: 1;
  }
}