@charset "utf-8";

/*******************/
/* 産島toursページ */
/* 特有スタイル    */
/******************/

h1.page-title {
  display: none;
}

.site-content {
  padding: 0;
}

.tours-cntnr-Lrg {
  width: 90%;
  margin: 0 auto 50px;
}

.tours-cntnr-lrg {
  width: 80%;
  margin: 0 auto 50px;
}
.tours-cntnr-mdl {
  width: 60%;
  margin: 0 auto 50px;
  text-align: center;
}
.tours-cntnr-mdl img {
  width: 100%;
}

.tours-copy {
  color: #000!important;
  font-size: 1.2rem;
  text-align: center;
  font-family: 'FOT-筑紫Aオールド明朝 Pr6 R', TsukuAOldMinPr6-R, '游明朝体', YuMincho, 'Yu Mincho', 'ヒラギノ明朝 Pro', Hiragino Mincho Pro, 'MS P明朝', MS PMincho, serif;
}
.tours-copy p {
  margin-bottom: 20px;
  line-height: 2.2;
}  

.tours-feat-cntnr {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
}

.tours-feat-img-box {
  flex: 1 1 40%; 
/*  border: 1px solid #000; */
  min-width: 300px;
  text-align: center;
  padding: 10px;
}

.tours-feat-info-box {
  flex: 1 1 50%;
}
.tours-feat-info-box .tours-feat-hdr-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
}  
.tours-feat-info-box .tours-feat-hdr-wrapper header {
  flex: 1;
  min-width: 26rem;
  font-size: 2.2rem;
  margin-right: 4rem;
  color: #633333;
  line-height: 5rem;
  border-bottom: 3px solid #633333;
  margin-bottom: 20px;
}
.tours-feat-info-box .tours-feat-hdr-wrapper .btn {
  flex: 0 0 150px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 5px;
  border-radius: 10px;
  background-color: #221915;
  color: #ededed;
  padding: 5px 0;
}  
.tours-feat-info-box .tours-feat-hdr-wrapper .btn a {
  display: inline-block;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: all 0.5s;
}
.tours-feat-info-box .tours-feat-hdr-wrapper .btn a:link,
.tours-feat-info-box .tours-feat-hdr-wrapper .btn a:visited {
  color: #ededed;
}  
.tours-feat-info-box .tours-feat-hdr-wrapper .btn a:hover {
  opacity: 0.3;
}

@media (max-width: 1024px) {
  .tours-cntnr-mdl {
    width: 80%;
  }
  .tours-feat-info-box .tours-feat-hdr-wrapper header {
    min-width: 20rem;
  }  
}

@media (max-width: 768px) {
  .tours-feat-info-box header {
    font-size: 2rem;
    text-align: center;
  }  
  .tours-feat-info-box .tours-feat-hdr-wrapper header {
    flex: 0 0 22rem;
    font-size: 2.0rem;
  }    
}

@media (max-width: 666px) {
  .tours-feat-info-box .tours-feat-hdr-wrapper {
     display: block;
  }
  .tours-feat-info-box .tours-feat-hdr-wrapper header {
    margin-right: 0;
    text-align: center;
    min-width: 1rem;
  }        
  .tours-feat-info-box .tours-feat-hdr-wrapper .btn {
     display: block;
     text-align: center;
     width: 150px;
     margin: 0 0 0 auto;
     margin-bottom: 20px;
  }
  .tours-feat-info-box {
    display: block;
    width: 100%;
  }
}  

@media (max-width: 567px) {

  .tours-cntnr-lrg,
  .tours-cntnr-mdl {
    width: 90%;
  }    
  .tours-copy p {
    text-align: left;
    margin-bottom: 10px;
    line-height: 2.0;
    font-size: 1.0rem;
  }    
  .tours-copy p br {
    display: none;
  }
}

@media (max-width: 414px) {
  .tours-feat-info-box header {
    line-height: 2.6rem;
  }    
  br.br-414 {
    display: inline;
  }
  .site-footer .footer-t {
    padding: 30px;
  }
  .tours-feat-info-box .tours-feat-hdr-wrapper header {
    line-height: 1.5;
    font-size: 1.8rem;
  }    
}

