@charset "utf-8";

/**
 *
 *  ページ用CSS
 *　lifestyle
 */

/*--------------------------------------------------------------------------
   Overwright
---------------------------------------------------------------------------*/

/*--------------------------------------------------------------------------
   Content
---------------------------------------------------------------------------*/

/* holiday
-----------------------------------------------------------------*/
.holiday{
  padding: 115px 0 290px;
  background: #fff;
  color: #000;
}
.holiday .inner{
  max-width: 1440px;
}
.holiday h2{
  margin-bottom: 75px;
  text-align: center;
  font-size: 3.6rem;
  line-height: 1.2;  
}
.holiday-box{
  position: relative;
  border: solid #000;
  border-width: 3px 1px;
  padding: 85px 4% 175px;  
}
.holiday-box::before,
.holiday-box::after{
  position:absolute;
  left: 0;
  display: block;
  content: "";
  width: 100%;
  height: 1px;
  background: #000;  
}
.holiday-box::before{
  top: 3px;  
}
.holiday-box::after{
  bottom: 3px; 
}
.holiday-box .activity{
  display: flex;
  justify-content: space-between;
}
.holiday-box .activity .txt-area{
  flex-shrink: 0;  
  padding-top: 40px;
    
}
.holiday-box .activity h3{
  margin-bottom: 30px; 
}
.holiday-box .activity .txt-lead{
  margin-bottom: 30px;
  font-size: 3.1rem;
  letter-spacing: .05em;
  line-height: 1.6em; 
}
.holiday-box .activity .txt{
  font-size: 2rem;
  text-align: justify;  
}
.holiday-box .gohome{
  position: absolute;
  right: 4%;
  bottom: 0;
  z-index: 10;
  transform: translateY(50%);  
}


/* activity01 ------------------------------*/
.holiday-box .activity01 .txt-area{
  width: 40%;
  margin-right: 20px;
}

/* activity02 ------------------------------*/
.holiday-box .activity02{
  flex-direction: row-reverse;
  margin-top: 25px;  
}
.holiday-box .activity02 .txt-area{
  width: 43%; 
  margin-left: 20px; 
}

/* activity03 ------------------------------*/
.holiday-box .activity03{
  margin-top: 50px;  
}
.holiday-box .activity03 .txt-area{
  width: 40%;
  margin-right: 20px;
  padding-top: 0; 
}
.holiday-box .activity03 .pic{
  padding-top: 20px;  
}

/* activity04 ------------------------------*/
.holiday-box .activity04{
  flex-direction: row-reverse;
  margin-top: 20px;  
}
.holiday-box .activity04 .txt-area{
  width: 41%; 
  margin-left: 20px;
  
}

/* activity05 ------------------------------*/
.holiday-box .activity05{
  margin-top: -25px;  
}
.holiday-box .activity05 .txt-area{
  width: 42%;
  margin-right: 20px;
}


/* shopinfo
-----------------------------------------------------------------*/
.shopinfo{
  padding: 120px 0 130px;
  background: #faf0dc;
  color: #000;  
}
.shopinfo h2{
  margin-bottom: 80px;
  text-align: center;
  font-size: 3.6rem;
  line-height: 1.2;    
}
.shopinfo-list{
   display: flex;
   flex-wrap: wrap;
   justify-content: space-between;
   margin-bottom: 120px;
}
.shopinfo-list li{
  max-width: 560px;
  width: calc(50% - 10px);  
}
.shopinfo-list li:nth-child(n+2){
  margin-top: 70px;  
}
.shopinfo-list .pic-area{
   display: flex;
   flex-wrap: wrap;
   justify-content: space-between;
   margin-bottom: 25px;
   line-height: 0;  
}
.shopinfo-list .pic-area p:nth-child(1){
  width: 100%;
  margin-bottom: 16px;  
}
.shopinfo-list .pic-area p:nth-child(n+2){
  width: calc(50% - 7px);  
}
.shopinfo-list .txt-area{
  display: flex;
  flex-wrap: wrap;
}
.shopinfo-list .txt-area h3{
  flex-shrink: 0;
  width: 35.7%;
}
.shopinfo-list .info-box{
  display: flex;
  align-items: center;
  width: 64.3%;
}
.shopinfo-list .info-box h4{
  flex-shrink: 0;
  margin: 0 10%;
  font-weight: normal;
  text-align: center; 
}
.shopinfo-list .info-box h4 small{
  display: block;
  margin-bottom: 5px;
  font-size: 1.8rem;
  line-height: 1;
  color: #e29200;  
}
.shopinfo-list .info-box h4 span{
  display: block;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #e29200;
  font-size: 3.2rem;
  line-height: 48px;
  color: #fff;
}
.shopinfo-list .info-txt{
  line-height: 1.6;  
}
.shopinfo-list .info-txt .phone{
  display: flex;
  align-items: center;
}
.shopinfo-list .info-txt .phone .ico-tel{
  flex-shrink: 0;
  margin-right: 5px;
  line-height: 0; 
}
.shopinfo-list .info-txt .phone a{
  color: #000;
  pointer-events: none;  
}
.shopinfo-list .info-txt p:nth-child(3),
.shopinfo-list .info-txt p:nth-child(4){
  text-indent: -3em;
  padding-left: 2.5em;  
}
.shopinfo-list .txt{
  font-size: 1.8rem;
  text-align: justify;  
}
.shopinfo-list .txt-area .txt{
  width: 100%;
  margin-top: 25px;
}

.shopinfo-list li:nth-child(3) .pic-area p:nth-child(2){
  width: calc(58.8% - 7px);  
}
.shopinfo-list li:nth-child(3) .pic-area p:nth-child(3){
  width: calc(41.2% - 7px);  
}
.shopinfo-list li:nth-child(1){
  max-width: none;
  width: 100%;
}
.shopinfo-list li:nth-child(1) .pic-area p:nth-child(1){
  width: 66.66%;
  margin-bottom: 0;    
}
.shopinfo-list li:nth-child(1) .pic-area div{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 31.83%;   
}
.shopinfo-list li:nth-child(1) .pic-area div p:nth-child(1),
.shopinfo-list li:nth-child(1) .pic-area div p:nth-child(2){
  width: 100%;  
}
.shopinfo-list li:nth-child(1) .pic-area div p:nth-child(1){
  margin-bottom: 5px;  
}
.shopinfo-list li:nth-child(1) .pic-area div p:nth-child(2){
  margin-top: 5px;  
}
.shopinfo-list li:nth-child(1) .txt-area{
  justify-content: space-between;
}
.shopinfo-list li:nth-child(1) .txt-area .txt-area-inner{
  display: flex;
  align-items: center;
  width: 63.75%;  
}
.shopinfo-list li:nth-child(1) .info-box{
  width: 32%;  
}
.shopinfo-list li:nth-child(1) .txt-area h3{
  width: 26.144%;
  margin-right: 4%;
}
.shopinfo-list li:nth-child(1) .txt{
  width: auto;  
}

.shopinfo .pic-map{
  text-align: center;  
}
.page-notes{
  background: #fff;
}


























/*--------------------------------------------------------------------------
   mobile
---------------------------------------------------------------------------*/
@media screen and (max-width: 768px) {


/* holiday
-----------------------------------------------------------------*/
  .holiday{
    padding: 50px 0 30vw;
  }
  .holiday h2{
    margin-bottom: 35px;
    font-size: 2rem;
    line-height: 1.6;  
  }
  .holiday-box{
    border-width: 2px 1px;
    padding: 45px 20px 35vw;  
  }
  .holiday-box::before{
    top: 2px;  
  }
  .holiday-box::after{
    bottom: 2px; 
  }
  .holiday-box .activity{
    display: block;
  }
  .holiday-box .activity .txt-area{
    padding-top: 0;
    margin-bottom: 20px;
      
  }
  .holiday-box .activity h3{
    margin-bottom: 15px; 
  }
  .holiday-box .activity .txt-lead{
    margin-bottom: 15px;
    font-size: 1.7rem; 
  }
  .holiday-box .activity .txt{
    font-size: 1.4rem; 
  }
  .holiday-box .gohome{
    right: 4%;
    transform: translateY(40%);
    margin-left: 4.2%;  
  }


/* activity01 ------------------------------*/
  .holiday-box .activity01 h3{
    width: 190px;  
  }
  .holiday-box .activity01 .txt-area{
    width: 100%;
    margin-right: 0;
  }

/* activity02 ------------------------------*/
  .holiday-box .activity02 h3{
    width: 122px; 
  }
  .holiday-box .activity02{
    margin-top: 35px;  
  }
  .holiday-box .activity02 .txt-area{
    width: 100%; 
    margin-left: 0; 
  }

/* activity03 ------------------------------*/
  .holiday-box .activity03 h3{
    width: 190px;
    margin-bottom: 10px;
  }
  .holiday-box .activity03{
    margin-top: 20px;  
  }
  .holiday-box .activity03 .txt-area{
    width: 100%;
    margin-right: 0;
  }
  .holiday-box .activity03 .pic{
    padding-top: 0;  
  }

/* activity04 ------------------------------*/
  .holiday-box .activity04{
    margin-top: 10px;  
  }
  .holiday-box .activity04 h3{
    width: 180px;  
  }
  .holiday-box .activity04 .txt-area{
    width: 100%; 
    margin-left: 0;
    
  }

/* activity05 ------------------------------*/
  .holiday-box .activity05{
    margin-top: 20px;  
  }
  .holiday-box .activity05 h3{
    width: 150px;
  }
  .holiday-box .activity05 .txt-area{
    width: 100%;
    margin-right: 0;
  }


/* shopinfo
-----------------------------------------------------------------*/
  .shopinfo{
    padding: 50px 0 60px; 
  }
  .shopinfo h2{
    margin-bottom: 35px;
    font-size: 2rem;
    line-height: 1.6;     
  }
  .shopinfo-list{
     display: block;
     margin-bottom: 50px;
  }
  .shopinfo-list li{
    max-width: none;
    width: 100%;  
  }
  .shopinfo-list li:nth-child(n+2){
    margin-top: 35px;  
  }
  .shopinfo-list .pic-area{
     margin-bottom: 15px;
     line-height: 0;  
  }
  .shopinfo-list .pic-area p:nth-child(1){
    margin-bottom: 8px;  
  }
  .shopinfo-list .pic-area p:nth-child(n+2){
    width: calc(50% - 4px);  
  }
  .shopinfo-list .txt-area h3{
    width: 35%;
  }
  .shopinfo-list .info-box{
    width: 65%;
  }
  .shopinfo-list .info-box h4{
    margin: 0 15px;
  }
  .shopinfo-list .info-box h4 small{
    margin-bottom: 4px;
    font-size: 1.2rem; 
  }
  .shopinfo-list .info-box h4 span{
    width: 30px;
    height: 30px;
    font-size: 1.6rem;
    line-height: 30px;
  }
  .shopinfo-list li:nth-child(1) .info-box h4{
    margin-top: -8vw;
  }
  .shopinfo-list li:nth-child(2) .info-box h4{
    margin-top: -24vw;
  }
  .shopinfo-list .info-txt{
    font-size: 1.2rem;  
  }
  .shopinfo-list .info-txt .phone .ico-tel{
    width: 12px;
    margin-right: 3px;
  }
  .shopinfo-list .info-txt .phone a{
    pointer-events: auto;  
  }
  .shopinfo-list li:nth-child(1) .txt,
  .shopinfo-list .txt-area .txt{
    width: 100%;
    margin-top: 10px;
    font-size: 1.3rem;
  }
  
  
  .shopinfo-list li:nth-child(3) .pic-area p:nth-child(2){
    width: calc(58.8% - 4px);  
  }
  .shopinfo-list li:nth-child(3) .pic-area p:nth-child(3){
    width: calc(41.2% - 4px);  
  }

  .shopinfo-list li:nth-child(1) .pic-area p:nth-child(1){
    width: 100%;
    margin-bottom: 8px;    
  }
  .shopinfo-list li:nth-child(1) .pic-area div{
    display: flex;
    flex-direction: row;
    width: 100%;   
  }
  .shopinfo-list li:nth-child(1) .pic-area div p:nth-child(1){
    width: calc(43% - 4px);
  }
  .shopinfo-list li:nth-child(1) .pic-area div p:nth-child(2){
    width: calc(57% - 4px);  
  }
  .shopinfo-list li:nth-child(1) .pic-area div p:nth-child(1){
    margin-bottom: 0;  
  }
  .shopinfo-list li:nth-child(1) .pic-area div p:nth-child(2){
    margin-top: 0;  
  }
  .shopinfo-list li:nth-child(1) .txt-area{
    justify-content: flex-start;
  }
  .shopinfo-list li:nth-child(1) .txt-area .txt-area-inner{
    display: block;
    width: 35%;  
  }
  .shopinfo-list li:nth-child(1) .txt-area .txt-area-inner h3{
    width:  100%; 
  }
  .shopinfo-list li:nth-child(1) .info-box{
    width: 65%;  
  }
  .shopinfo-list li:nth-child(1) .txt-area h3{
    width: 26.144%;
    margin-right: 4%;
  }
  .shopinfo-list li:nth-child(1) .txt{
    width: auto;  
  }
  .shopinfo-list .info-txt p:nth-child(3),
  .shopinfo-list .info-txt p:nth-child(4) {
    text-indent: -.5em;
    padding-left: .3em;
  }
  .shopinfo .pic-map{
    width: calc(100% + 40px);
    margin-left: -20px; 
  }



}