@charset "utf-8";
/**
 *
 *  ページ用CSS
 *　redevelopment
 */
.pc {
  display: block;
}
.sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
}
/* .f_bnr.display{
     display: none;
 }*/
.f_bnr .brand_bnr {
  display: none;
}
/*--------------------------------------------------------------------------
   page-ttl
---------------------------------------------------------------------------*/
#page-ttl {
  margin-top: 123px;
  background: url(../img/ttl_bg.jpg) no-repeat;
  background-position: center center;
  background-size: cover;
  height: 350px;
  position: relative;
}
#page-ttl::after {
  content: "高松シンボルタワー";
  position: absolute;
  right: 5px;
  bottom: 5px;
  color: #fff;
  font-size: 1.1px;
}
#page-ttl .inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 600px;
  text-align: center;
}
#page-ttl h1 {
  font-size: 3rem;
  line-height: 0.5;
  letter-spacing: 0.3rem;
  color: #fff;
  font-weight: normal;
}
#page-ttl h1 .en {
  font-size: 1.4rem;
  display: flex;
  align-items: center;
}
#page-ttl h1 .en::before, #page-ttl h1 .en:after {
  content: "";
  height: 1px;
  flex-grow: 1;
  background-color: #fff;
}
#page-ttl h1 .en:before {
  margin-right: 1rem;
}
#page-ttl h1 .en:after {
  margin-left: 0.5rem;
}
#page-ttl h1 .ja {
  padding: 0 40px;
}
@media screen and (max-width: 768px) {
  #page-ttl {
    /*        margin-top: 60px;*/
    margin-top: 100px;
    height: 200px;
  }
  #page-ttl .inner {
    max-width: 250px;
    width: 80%;
  }
  #page-ttl h1 {
    font-size: 1.4rem;
  }
  #page-ttl h1 .en {
    font-size: 1rem;
  }
  #page-ttl h1 .ja {
    padding: 0;
  }
}

/*--------------------------------------------------------------------------
   bayside
---------------------------------------------------------------------------*/
.bayside .bayside_lead_txt {
  font-size: 40px;
  color: #796a56;
  text-align: center;
  padding: 90px 0 100px;
  position: relative;
}
.bayside .bayside_lead_txt span {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
}
.bayside .flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.bayside .left {
  width: 55%;
}
.bayside .left img {
  width: 100%;
}
.bayside .left .caption {
  text-align: right;
  font-size: 12px;
}
.bayside .right {
  width: 45%;
  padding: 0 6.2%;
}
.bayside .right .ttl {
  font-size: 32px;
  color: #796a56;
  padding: 60px 0 30px;
  position: relative;
}
.bayside .right .txt {
  line-height: 2;
  margin-bottom: 30px;
}
.bayside .right .thumb {
  width: 100%;
  height: 350px;
  background: url(../img/img_bayside_02.jpg) no-repeat center / cover;
}
@media screen and (max-width: 768px) {
  .bayside .bayside_lead_txt {
    font-size: 24px;
    padding: 50px 0 60px;
  }
  .bayside .bayside_lead_txt span {
    width: 100%;
    padding: 0 20px;
    position: absolute;
    left: 0;
    bottom: 0;
  }
  .bayside .left {
    width: 100%;
    padding-top: 20px;
  }
  .bayside .left .caption {
    font-size: 10px;
    padding: 10px;
  }
  .bayside .right {
    width: 100%;
  }
  .bayside .right .ttl {
    font-size: 18px;
    padding: 20px 0;
  }
  .bayside .right .txt {
    margin-bottom: 20px;
  }
  .bayside .right .thumb {
    height: 220px;
  }
}


/*--------------------------------------------------------------------------
   jr
---------------------------------------------------------------------------*/
.jr {
  background: #f8f6f3;
  margin: 70px 0;
}
.jr .flex {
  max-width: 1080px;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  padding: 40px 30px;
  justify-content: space-between;
  align-items: flex-start;
}
.jr .right {
  width: 57.03%;
}
.jr .right .lead {
  font-size: 24px;
  color: #796a56;
  margin-bottom: 20px;
}
.jr .right p {
  line-height: 2;
}
.jr .btn {
  margin-top: 20px;
  border: 1px solid #796a56;
}
.jr .btn a {
  color: #796a56;
  font-size: 15px;
  width: 400px;
  letter-spacing: .1rem;
  justify-content: flex-start;
  background: rgba(255,255,255,0);
    font-size: 12px;
    padding: 15px 12px;
}
.jr .btn a:hover{
    color: #ffffff;
}
.jr .btn:after {
  border-right-color: #796a56;
  border-bottom-color: #796a56;
}
.jr .btn:hover:after {
  border-right-color: #ffffff;
  border-bottom-color: #ffffff;
}
.jr .left {
  width: 37.03%;
}
.last_img {
  text-align: center;
  margin-bottom: 180px;
}
@media screen and (max-width: 768px) {
  .jr {
    margin: 30px 0;
  }
  .jr .right {
    width: 100%;
    order: 1;
  }
  .jr .right .lead {
    font-size: 20px;
    line-height: 1.5;
    margin: 10px 0;
  }
  .jr .right p {
    line-height: 2;
  }
  .jr .btn {
    margin-top: 15px;
    max-width: 100%;
  }
  .jr .btn a {
/*    color: #fff;
    font-size: 13px;*/
    width: 100%;
    padding: 10px 20px;
    letter-spacing: 0rem;
    text-align: left;
  }
  .jr .left {
    width: 100%;
  }
  .last_img {
    margin-bottom: 100px;
  }
}

/*--------------------------------------------------------------------------
   spot
---------------------------------------------------------------------------*/
.spotbox {
  max-width: 1400px;
  position: relative;
  margin-bottom: 120px;
}
.spot02 {
  margin-left: calc(100% - 1400px);
  margin-bottom: 180px;
}

.spot .txt_area {
  background: #f8f6f3;
  padding: 80px 14.28%;
  width: 37.86%;
  min-height: 240px;
  box-sizing: content-box;
}
.spot02 .txt_area {
  margin-left: 33.58%;
}
.spot02 .btn {
  margin-top: 20px;
  border: 1px solid #796a56;
    text-align: left;
}
.spot02 .btn a {
  color: #796a56;
  font-size: 15px;
  width: 400px;
  letter-spacing: .1rem;
  justify-content: flex-start;
  background: rgba(255,255,255,0);
    font-size: 12px;
}
.spot02 .btn a:hover{
    color: #ffffff;
}
.spot02 .btn:after {
  border-right-color: #796a56;
  border-bottom-color: #796a56;
}
.spot02 .btn:hover:after {
  border-right-color: #ffffff;
  border-bottom-color: #ffffff;
}

.spot02 .shoplist{
  width: 41.42%;
  background: #ede4cb;
  position: absolute;
  top: 370px;
  left: 0;
  z-index: 1;
  /*border: 1px solid #796a56;*/
  padding: 20px 20px 20px;
}

.spot02 .shoplist ul{
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  font-size: 0.8rem;
}

.spot02 .shoplist ul li:not(:first-child){
  width: 50%;
}

.spot02 .shoplist .shoplist_ttl{
  font-size: 1.2rem;
  color: #796a56;
  margin-bottom: 5px;
}

.spot04 {
  margin-left: calc(100% - 1400px);
}
.spot04 .txt_area {
  margin-left: 33.58%;
}
.spot04 .btn {
  margin-top: 20px;
  border: 1px solid #796a56;
    text-align: left;
}
.spot04 .btn a {
  color: #796a56;
  font-size: 15px;
  width: 400px;
  letter-spacing: .1rem;
  justify-content: flex-start;
  background: rgba(255,255,255,0);
    font-size: 12px;
}
.spot04 .btn a:hover{
    color: #ffffff;
}
.spot04 .btn:after {
  border-right-color: #796a56;
  border-bottom-color: #796a56;
}
.spot04 .btn:hover:after {
  border-right-color: #ffffff;
  border-bottom-color: #ffffff;
}

.spot .txt_area .lead {
  font-size: 32px;
  color: #796a56;
  padding-bottom: 30px;
  position: relative;
    line-height: 1.4;
}
.spot .txt_area .lead span{
    font-size: 80%;
}
.spot .txt_area .txt {
  line-height: 2;
  margin-bottom: 30px;
}
.spot .thumb {
  width: 41.42%;
  height: 400px;
  position: absolute;
  top: -50px;
  right: 0;
  z-index: 1;
}
.spot01 .thumb {
  background: url(../img/img_spot_01.jpg) no-repeat center / cover;
} 
.spot02 .thumb {
  background: url(../img/img_spot_02.jpg) no-repeat center / cover;
  left: 0;
} 
.spot03 .thumb {
  background: url(../img/img_spot_03.jpg) no-repeat center / cover;
} 
.spot04 .thumb {
  background: url(../img/img_spot_04.jpg) no-repeat center / cover;
  left: 0;
} 

@media screen and (max-width: 1400px) {
  .spot02 {
    margin-left: 0;
  }
  
  .spot04 {
    margin-left: 0;
  }
  .spot .txt_area {
    padding: 80px 10.28% 80px 5%;
    width: 47.86%;
  }
  .spot02 .txt_area {
    padding: 80px 5% 80px 10.28%;
  }
  .spot04 .txt_area {
    padding: 80px 5% 80px 10.28%;
  }
}
@media screen and (max-width: 768px) {
  .spotbox {
    margin-bottom: 100px;
  }
  
  .spot02{
    position: relative;
  }
  
  .spot02:after{
    position: absolute;
    content: "";
    height: 500px;
    width: 100%;
    background: #f8f6f3;
    display: block;
    top: 10%;
    z-index: -999;
  }
  
  .spot04 {
    margin-bottom: 30px;
  }
  .spot .txt_area {
    padding: 50px 5% 30px;
    width: 100%;
    box-sizing: border-box;
    min-height: auto;
  }
  .spot02 .txt_area {
    padding: 20px 5% 30px;
    margin-left: 0;
  }
  .spot02 .btn {
    margin-top: 15px;
    max-width: 100%;
  }
  .spot02 .btn a {
/*    color: #fff;
    font-size: 13px;*/
    width: 100%;
    padding: 10px 20px;
    letter-spacing: 0rem;
    text-align: left;
  }
  
.spot02 .shoplist{
  width: 90%;
  position: static;
  margin: 40px auto 20px;
  z-index: 1;
  padding: 10px 20px 20px;
}  
  
.spot02 .shoplist .shoplist_ttl{
  display: block; 
  font-size: 1.0rem;
}  
  
.spot02 .shoplist ul{
  display: block; 
  font-size: 0.8rem;
}
  
.spot02 .shoplist ul li:not(:first-child){
  width: 100%;
}  
  
  .spot04 .txt_area {
    margin-left: 0;
  }
  .spot04 .btn {
    margin-top: 15px;
    max-width: 100%;
  }
  .spot04 .btn a {
/*    color: #fff;
    font-size: 13px;*/
    width: 100%;
    padding: 10px 20px;
    letter-spacing: 0rem;
    text-align: left;
  }
  .spot .txt_area .lead {
    font-size: 20px;
    padding-bottom: 10px;
  }
  .spot .txt_area .txt {
    margin-bottom: 0;
  }
  .spot .thumb {
    width: 90%;
    height: 250px;
    position: relative;
    top: -50px;
    right: auto;
    margin: 0 5% -80px;
  }
}