@charset "UTF-8";
/* CSS Document */

@font-face{
  font-family: 'YakuHanJP_Noto', 'Noto Sans JP', 'Noto Serif JP', sans-serif;
  font-style:normal;
}

html{
  font-size: 62.5%; /* 62.5％ X 16px=10px */
}

body{
  color: #000000;
  font-family: 'YakuHanJP_Noto', 'Noto Sans JP', 'Noto Serif JP', sans-serif, serif;
  font-size: 1.6rem;
  font-feature-settings: "palt" 1;
}

a{
  color: #000000;
}

img{
  max-width: 100%;
  height: auto;
}

.inner{
  max-width: 1040px;
  margin: 0 auto;
}

.clearfix:after{
  content: "";    /* 擬似要素を実体化 */
  clear: both;    /* floatを解除する */
  display: block; /* ブロック要素にする */
}

.text-center{
  text-align: center;
}  

.sp_img{
  display: none;
}
 
.navToggle{
  display: none;
}

.pc_br{
  display: none;
}



/*------------------ふわっと表示------------------*/
.fadein{
  opacity : 0;
  transform: translateY(40px);
  transition: all 1s;
}



/*------------------ヘッダー------------------*/
.logo{
  display: flex;
  justify-content: space-between; /*--両端に配置、均等に間隔をあけて--*/
  align-items: center; /*--センター揃え--*/
  margin: 28px 40px 25px;
}



/*------------------ヘッダー固定------------------*/
.header_area{
  position: fixed;
  top: 0;
  padding: 0;
  width: 100%;
  z-index: 1000;
  background-color: #fff;
}



/*------------------パンくずリスト部分------------------*/
.bread_area{
  background: #f9f2f4;
  padding: 15px 0 15px 40px; 
}

.breadcrumb {
  list-style: none;
}

.breadcrumb li {
  display: inline; /*横に並ぶように*/
  list-style: none;
  font-size: 1.6rem;
}

.breadcrumb li:after { /* >を表示*/
  content: '>';
  padding: 0 10px;
  color: #555;
}

.breadcrumb li:last-child:after {
  content: '';
}

.breadcrumb li a {
  text-decoration: none;
  color: #e60069; /*色*/
}

.breadcrumb li a:hover {
  border-bottom: dashed 1px #e60069;
}



/*------------------ぶるぶる------------------*/
.shake{
  animation: hurueru .5s  infinite;
}
@keyframes hurueru {
  0% {transform: translate(0px, 0px) rotateZ(0deg)}
  25% {transform: translate(2px, 2px) rotateZ(1deg)}
  50% {transform: translate(0px, 2px) rotateZ(0deg)}
  75% {transform: translate(2px, 0px) rotateZ(-1deg)}
  100% {transform: translate(0px, 0px) rotateZ(0deg)}
}



/*------------------メインイメージ部分------------------*/
.main_img{
  width: 100%;
  height: 0;
  padding-top: calc(800 / 1200 * 100%); /* calc(画像高さ÷画像横幅×100%) */
  background: url("../drive/drive_img/mein.jpg") center / cover no-repeat;
}

.hero_img{
  position: relative; /*--親--*/
  margin-top: 138px;
}

.title_area{
  display: flex; 
  align-items: center; /*--センター揃え--*/
  position: absolute; /*--子--*/
  top: 40px;
  left: 80px;
}

.mark{
  padding-right: 20px; 
}

.main_title{
  font-size: 3.6rem;
  line-height: 1.5;
  font-weight: 500;
  color: #fff; 
}

.lead_area{
  display: flex;
  justify-content: space-between; /*--両端に配置、均等に間隔をあけて--*/
  margin-top: 60px;
}

.lead_text{
  width: 580px;
  font-size: 2rem;
  line-height: 1.9;
  text-align: justify;
  text-justify: inter-ideograph; /*--edge--*/ 
}



/*------------------ドライブコース部分------------------*/
.course_title{
  font-size: 2.4rem;
  font-weight: 500;
  padding: 9px 0 10px;
  color: #675952; 
}

.course li a{
  width: 400px;
  display: block;
  padding: 10px 0;  
  font-size: 2rem;
  font-weight: 500;
  text-align: center;  
  color: #675952;   
  background-color: #eae5e3;
  border-radius: 21px;
  margin-bottom: 30px;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  transition: 0.4s;
}

.course li a:hover{ 
  color: #eae5e3;   
  background-color: #675952;
}

.course li:last-child{
  margin-bottom: 0;
}
/*------------------ページ内リンク------------------*/
#ranch_shop{ /*--黒沢牧場--*/
  margin-top:-100px;
  padding-top:100px;   
}

#theater_shop{ /*--すわん江戸村--*/
  margin-top:-100px;
  padding-top:100px;   
}

#park_shop{ /*--海南市わんぱく公園--*/
  margin-top:-100px;
  padding-top:100px;   
}

#shrine_shop{ /*--宇賀部神社--*/
  margin-top:-100px;
  padding-top:100px;   
}

#cafe_shop{ /*--マキシムカフェ--*/
  margin-top:-100px;
  padding-top:100px;   
}

#liquor_shop{ /*--中野BC株式会社--*/
  margin-top:-100px;
  padding-top:100px;   
}

#temple_shop{ /*--藤白神社--*/
  margin-top:-100px;
  padding-top:100px;   
}

#museum_shop{ /*--和歌山県立自然博物館--*/
  margin-top:-100px;
  padding-top:100px;   
}



/*------------------ドライブカー部分------------------*/
.drive_space{
  margin-top: 70px;
  background-color: #f5f5f5;
  padding: 40px 0;
}

.chr_area{
  display: flex;
  justify-content: space-around;
  align-items: flex-end; /*--した揃え--*/
}

.drive_area{
  width: 490px;
}

.drive_name{
  display: flex;
  align-items: center;
  margin-bottom: 12px;
  position: relative; /*--親--*/
}

.drive_title_low{
  font-size: 2rem;
  font-weight: 500;
  padding-right: 10px;
}

.drive_title{
  font-size: 3rem;
  font-weight: 900;
}

.drive_text{
  font-size: 1.6rem;
  line-height: 1.6;
  padding-bottom: 20px;
  text-align: justify;
  text-justify: inter-ideograph; /*--edge--*/ 
}

.drive_img{
  display: flex;
  justify-content: space-between;
}
/*------------------試乗予約------------------*/
.balloon_area{
  position: absolute; /*--子--*/
  top: -64px;
  right: 50px;
}
.balloon_btm{ /*--吹き出し本体--*/
  position: relative; /*--親--*/
  width: 100px;
  padding: 15px;
  background: #e60069;
  border-radius: 15px;
}
.balloon_btm:before{ /*--吹き出し--*/ 
  content: "";
  position: absolute; /*--子--*/
  left: -38px;
  width: 13px;
  height: 12px;
  bottom: 0;
  background: #e60069;
  border-radius: 50%;
}
.balloon_btm:after{ /*--吹き出し--*/
  content: "";
  position: absolute;
  left: -24px;
  width: 20px;
  height: 18px;
  bottom: 3px;
  background: #e60069;
  border-radius: 50%;
}
.balloon_btm>a{
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.2;
  color: #fff;
}



/*------------------共通テキスト部分------------------*/
.catch_area{
  display: flex;
  padding: 25px 0 15px;
}

.catch{
  width: 80px;
  font-size: 2rem;
  font-weight: 500;
  text-align: center;
  color: #fff;
  padding: 8px;
  background-color: #009a53;
  margin-right: 12px;
}

.catch_title{
  font-size: 3.6rem;
  font-weight: 700;
  color: #675952;
}

.text{
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.7;
  text-align: justify;
  text-justify: inter-ideograph; /*--edge--*/ 
}

.low_text{
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.4;
  padding-top: 15px;
  padding-left:1em; /*--2行目以降を1文字下--*/
  text-indent:-1em; /*--2行目以降を1文字下--*/
}

.information dl{
  display: flex;
}

.info{
  font-size: 1.6rem;
  line-height: 1.4;
  font-weight: 400;
  padding-bottom: 5px;
}

.address_area{
  display: flex;
  padding-top: 40px;
}

.map{
  padding-right: 18px;
}



/*------------------黒沢牧場部分------------------*/
.ranch_content{
  margin-top: 120px;
}

.ranch_main_area{
  position: relative; /*--親--*/
}

.ranch_title{
  position: absolute; /*--子--*/
  top: 30px;
  left: 30px;
  font-size: 3rem;
  line-height: 1.5;
  font-weight: 700;
  color: #37acdd;
}

.ranch_sub_img{
  display: flex;
  justify-content: space-between;
  padding-top: 10px;
}

.ranch_info{
  width: 598px;
}

.ranch_area{
  display: flex;
  justify-content: space-between;
}

.ranch_img{
  padding-top: 25px;
}



/*------------------すわん江戸村------------------*/
.theater_content{
  margin-top: 120px;
  background-color: #f0844a;
  padding: 40px;
  box-sizing: border-box;
}

.theater_title{
  font-size: 3rem;
  font-weight: 700;
  color: #fff;
  padding-bottom: 15px;
}

.theater_white{
  color: #fff;
}

.theater_main_area{
  display: flex;
  justify-content: space-between;
}

.theater_sub_img li{
  padding-bottom: 10px;
}

.theater_sub_img li:last-child{
  padding-bottom: 0;
}

.theater_area{
  position: relative; /*--親--*/
}

.theater_copy01{
  position: absolute; /*--子--*/
  top: -80px;
  right: 0; 
}

.theater_copy02{
  position: absolute; /*--子--*/
  bottom: -70px;
  right: 120px; 
}



/*------------------海南市わんぱく公園部分------------------*/
.park_content{
  margin-top: 120px;
}

.park_main_img{ /*--海南市わんぱく公園メイン画像--*/
  width: 100%;
  height: 0;
  padding-top: calc(550 / 1200 * 100%); /* calc(画像高さ÷画像横幅×100%) */
  background: url("../drive/drive_img/park_mein.jpg") center / cover no-repeat;
}

.park_area{
  position: relative; /*--親--*/
}

.park_info_area{
  width: 610px;
}

.park_text{
  position: absolute; /*--子--*/
  bottom: 0;
  right: 0; 
  width: 370px;
}

.card_area{ /*--段ボール--*/
  position: absolute; /*--子--*/
  bottom: 330px;
  right: -30px;  
}

.soap_area{ /*--青空シャボン玉--*/
  position: absolute; /*--子--*/
  bottom: 130px;
  right: 110px; 
}

.bubble_ill{ /*--シャボン玉のイラスト--*/
  position: absolute; /*--子--*/
  bottom: 130px;
  right: -20px;  
}



/*------------------段ボール部分------------------*/
.card_board{
  position: relative; /*--親--*/
}

.card_copy{
  position: absolute; /*--子--*/
  top: -60px;
  left: 50px; 
}
/*------------------青空シャボン玉部分------------------*/
.soap_bubble{
  position: relative; /*--親--*/
}

.soap_copy{
  position: absolute; /*--子--*/
  top: -40px;
  left:-20px; 
}



/*------------------宇賀部神社部分------------------*/
.shrine_content{
  margin-top: 120px;
  position: relative; /*--親--*/
}

.shrine_sub_img{
  width: 680px;
  display: flex;
  justify-content: space-between;
  padding-top: 10px;
}

.shrine_area{
  display: flex;
  justify-content: space-between;
}

.shrine_info_area{
  width: 320px;
}

.traffica>a>p{
  display: block;
  padding: 10px;
  font-size: 1.6rem;
  font-weight: 400;
  text-align: center;
  margin-top: 10px;
  color: #fff;
  background: #e60069;
  border-radius: 18px;
}
/*------------------小野田寛郎さん直筆の記念碑部分------------------*/
.monument_area{
  width: 320px;
  position: absolute; /*--子--*/
  bottom: 0;
  right: 0;
}

.monument_title{
  font-size: 2.6rem;
  font-weight: 700;
  color: #675952;
  padding: 20px 0 5px;
}



/*------------------マキシムカフェ部分------------------*/
.cafe_content{
  margin-top: 120px;
  background: url("../drive/drive_img/pattern.jpg") center / cover no-repeat;
  padding: 40px 0;
}

.cafe_area{
  position: relative; /*--親--*/
}

.lunch_area{
  position: absolute; /*--子--*/
  top: 340px;
  right: -50px;
  z-index: 1;
}

.cafe_main_area{
  display: flex;
  justify-content: space-between;
}

.cafe_main_area li:last-child{
  padding-top: 50px;;
}

.cafe_info{
  width: 565px;
}

.cafe_white{
  color: #fff;
}
/*------------------ビフカツランチ部分------------------*/
.lunch_img{
  position: relative; /*--親--*/ 
}

.lunch_info{
  position: absolute; /*--子--*/
  bottom: -140px;
  right: 50px;
  width: 350px;
}

.lunch_title{
  font-size: 2.2rem;
  font-weight: 500;
  color: #fff;
  padding-bottom: 5px;
}

.lunch_title_low{
  font-size: 1.8rem;
  font-weight: 400;
}



/*------------------中野BC株式会社部分------------------*/
.liquor_content{
  margin-top: 120px;
}

.liquor_main_area{
  display: flex;
  justify-content: space-between;
}

.liquor_sub_img li{
  padding-bottom: 10px;
}

.liquor_sub_img li:last-child{
  padding-bottom: 0;
}

.liquor_info{
  width: 730px;
}

.liquor_info_area{
  display: flex;
  justify-content: space-between;
}

.liquor_swan{
  position: relative; /*--親--*/
  padding-top: 140px;
}

.liquor_copy{
  position: absolute; /*--子--*/
  top: 30px;
  right:0; 
}



/*------------------藤白神社部分------------------*/
.temple_content{
  margin-top: 120px;
}

.temple_main_area{
  display: flex;
  justify-content: space-between;
}

.temple_main_img{
  width: 610px;
}

.temple_sub_img{
  display: flex;
  justify-content: space-between;
  padding-top: 10px;
}

.temple_info{
  width: 510px;
}

.temple_info_area{
  display: flex;
  justify-content: space-between;
}

.temple_ent{
  position: relative; /*--親--*/
  padding-top: 130px;
}

.temple_copy{
  position: absolute; /*--子--*/
  top: 30px;
  right:0; 
}
/*------------------鈴木屋敷部分------------------*/
.origin_content{
  margin-top: 20px;
  background-color: rgba(251,210,139,0.3); /*--30%--*/
  border-radius: 15px;
  padding: 20px;
}

.origin_title{
  font-size: 3rem;
  font-weight: 700;
  color: #675952;
  padding-bottom: 10px;
}

.origin_info{
  width: 550px;
}

.origin_area{
  display: flex;
  justify-content: space-between;
}



/*------------------和歌山県立自然博物館部分------------------*/
.museum_content{
  margin-top: 120px;
}

.museum_sub_img{
  display: flex;
  justify-content: space-between;
  padding-top: 10px;
}

.museum_info{
  width: 510px;
}

.whale_img{
  padding-top: 25px;
}

.museum_area{
  display: flex;
  justify-content: space-between;
}
/*------------------温山荘公園部分------------------*/
.spot_content{
  margin-top: 20px;
  background-color: rgba(182,198,230,0.3); /*--40%--*/
  border-radius: 15px;
  padding: 20px;
}

.spot_title_low{
  font-size: 2rem;
  font-weight: 500;
  padding-right: 10px;
}

.spot_title{
  font-size: 3rem;
  font-weight: 700;
  color: #675952;
  padding-bottom: 10px;
}

.spot_info{
  width: 550px;
}

.spot_area{
  display: flex;
  justify-content: space-between;
}

.spot_img{
  position: relative; /*--親--*/
}

.spot_copy{
  position: absolute; /*--子--*/
  top: -110px;
  right:0; 
}



/*------------------バックナンバー部分------------------*/
.backnumber_area{
  margin-top: 100px;
}

.back li{
  width: 450px;
}

.back li a{
  display: block;
  font-size: 1.8rem;
  font-weight: 500;
  color: #e60069; 
  border: solid 2px #e60069;
  border-radius: 21px;
  padding: 10px 0 10px 20px;
}

.back_title{
  font-size: 1.9rem;
  font-weight: 500;
  padding-bottom: 8px;
}



/*------------------ページトップボタン------------------*/
.PageTopBtn{
  font-size: 1.4rem;
  position: fixed; /*配置場所を固定*/
  bottom: 30px; /*下からの位置*/
  right: 30px; /*右からの位置*/
}

.PageTopBtn a{
  display: block; /*配置の調整*/
  color: #ff7f00;
  background: #fff;
  border: solid 2px #ff7f00;
  width: 90px;
  height: 50px;
  line-height: 3.5;
  text-align: center;
  border-radius: 10px;
  -webkit-transition: 0.6s;
  -moz-transition: 0.6s;
  transition: 0.6s;
}

.PageTopBtn a:hover{
  color: #fff;
  background: #e60039; /*マウスオーバー時の背景色*/
  border: solid 2px #e60039;
}



/*------------------フッター------------------*/
.footer-area{
  margin-top: 40px;
  background-color: #f9f2f4;
  padding: 30px 0;
}

.footer_logo{
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 20px 40px 60px;
}

.copyright{
  font-size: 1rem; 
}




/*------------------SP版------------------*/
@media screen and (max-width:768px){
  
  .inner{
    padding: 0 20px;
  }
  
  .pc_img{
    display: none;
  }

  .sp_img{
    display: block;
  }
 
  .pc_br{
    display: block;
  }
  
  .sp_br{
    display: none;
  }


  
  
  /*------------------ヘッダー------------------*/
  .logo{
    justify-content: center;
  }

  
  
  /*------------------パンくずリスト部分------------------*/
  .bread_area{
    -webkit-overflow-scrolling: touch; /* スマホでスクロールを滑らかにする */
    overflow-x: auto; /* [必須] テキストが多い時はX軸にスクロールバーが出現するように */
  }

  /*------------------【スクロールバー】------------------*/
  .bread_area::-webkit-scrollbar {
    height: 5px;
  }
  .bread_area::-webkit-scrollbar-track {
    border-radius: 5px;
    background: #eee;
  }
  .bread_area::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background: #999;
  }
  .bread_area ol{
    display: table; /* [必須]  */
  } 
  
  .breadcrumb li{
    font-size: 1.5rem;
    padding-bottom: 11px;
    display: table-cell; /* [必須]  */
    white-space: nowrap; /* [必須] テキストを改行させないように */
  }

  .breadcrumb li:after { /* >を表示*/
    padding: 0 5px;
  }
  
  
  
  /*------------------メインイメージ部分------------------*/
  .main_img{
    padding-top: calc(800 / 768 * 100%); /* calc(画像高さ÷画像横幅×100%) */
    background: url("../drive/drive_img/sp_mein.jpg") center / cover no-repeat;
  }

  .hero_img{
    position: static; /*--解除--*/
    margin-top: 200px;
  }

  .title_area{
    display: block; /*--解除--*/ 
    position: static; /*--解除--*/
  }

  .mark{
    width: 50%;
    padding-right: 0;
    padding-bottom: 15px;
    margin: auto;
  }

  .main_title{
    font-size: 3.4rem;
    line-height: 1.4;
    color: #0081cc; 
    padding-bottom: 10px;
    text-align: center;
  }

  .lead_area{
    display: block; /*--解除--*/
    margin-top: 30px;
  }

  .lead_text{
    width: auto;
    font-size: 2rem;
    line-height: 1.8;
  }
  
  
  /*------------------ドライブコース部分------------------*/
  .course_area{
    display: none;
  }  

    

  /*------------------ドライブカー部分------------------*/
  .drive_space{
    margin-top: 30px;
    padding: 30px 0;
  }

  .chr_area{
    display: block; /*--解除--*/
  }

  .drive_area{
    width: auto;
    padding-top: 15px;
  }

  .drive_name{
    display: block;
    margin-bottom: 6px;
    position: relative; /*--親--*/
  }

  .drive_title_low{
    font-size: 2rem;
    padding-right: 0;
  }

  .drive_title{
    font-size: 3rem;
    padding-top: 5px;
  }

  .drive_text{
    font-size: 1.8rem;
    line-height: 1.7;
    padding-bottom: 0;
  }
  /*------------------試乗予約------------------*/
  .balloon_area{
    position: absolute; /*--子--*/
    top: -2vh;
    right: 4vw;
  }
  .balloon_btm{ /*--吹き出し本体--*/
    width: 80px;
    padding: 10px;
  }
  .balloon_btm>a{
    font-size: 1.6rem;
    line-height: 1.2;
  }



  /*------------------共通テキスト部分------------------*/
  .catch_area{
    display: block; /*--解除--*/
    padding: 15px 0 5px;
  }

  .catch{
    width: 80px;
    font-size: 1.6rem;
    padding: 8px;
    margin-right: 0;
    margin-bottom: 8px;
  }

  .catch_title{
    font-size: 3.2rem;
  }

  .address_area{
    display: block; /*--解除--*/
    padding-top: 20px;
  }

  .map{
    padding-right: 0;
    padding-bottom: 8px;
  }



  /*------------------黒沢牧場部分------------------*/
  .ranch_content{
    margin-top: 0;
  }
  
  .ranch_sp_img{
    margin-top: 70px;
  }
  
  .ranch_main_area{
    position: static; /*--解除--*/
  }

  .ranch_title{
    position: static; /*--解除--*/
    font-size: 2.5rem;
    line-height: 1.4;
    padding-top: 15px;
    padding-bottom: 15px;
    text-align: center;
  }

  .ranch_sub_img{
    display: flex;
    padding-top: 0;
  }

  .ranch_info{
    width: 100%;
  }

  .ranch_area{
    display: block; /*--解除--*/
  }

  .ranch_img{
    padding-top: 0;
  }



  /*------------------すわん江戸村------------------*/
  .theater_content{
    margin-top: 60px;
    padding: 20px;
  }

  .theater_title{
    position: static; /*--解除--*/
    font-size: 2.5rem;
    line-height: 1.4;
    padding-bottom: 15px;
    text-align: center;
  }

  .theater_main_area{
    display: block; /*--解除--*/
  }

  .theater_sub_img li{
    padding-bottom: 0;
  }

  .theater_sub_img{
    display: flex;
  }
  
  .theater_area{
    position: static; /*--解除--*/
  }



  /*------------------海南市わんぱく公園部分------------------*/
  .park_content{
    margin-top: 60px;
  }

  .park_main_img{ /*--海南市わんぱく公園メイン画像--*/
    padding-top: calc(450 / 768 * 100%); /* calc(画像高さ÷画像横幅×100%) */
    background: url("../drive/drive_img/sp_park_mein.jpg") center / cover no-repeat;
  }

  .park_area{
    position: static; /*--解除--*/
  }

  .park_info_area{
    width: auto;
  }

  .park_text{
    position: static; /*--解除--*/
    width: auto;
  }

  .card_area{ /*--段ボール--*/
    position: static; /*--解除--*/ 
  }

  .soap_area{ /*--青空シャボン玉--*/
    position: static; /*--解除--*/
  }

  .sp_park{
    display: flex;
    padding: 10px 0 5px;
  }

  
  
  /*------------------宇賀部神社部分------------------*/
  .shrine_content{
    margin-top: 0;
    position: static; /*--解除--*/
  }

  .shrine_sp_img{
    margin-top: 60px;
  }
  
  .shrine_sub_img{
    display: block; /*--解除--*/
    padding-top: 0;
  }

  .shrine_area{
    display: block; /*--解除--*/
  }

  .shrine_info_area{
    width: auto;
  }
  /*------------------小野田寛郎さん直筆の記念碑部分------------------*/
  .monument_area{
    width: auto;
    position: static; /*--解除--*/
    text-align: center;
    padding-top: 24px;
  }


  
  /*------------------マキシムカフェ部分------------------*/
  .cafe_content{
    margin-top: 60px;
    padding: 22px 0;
  }

  .cafe_area{
    position: static; /*--解除--*/
  }

  .lunch_area{
    position: static; /*--解除--*/
    padding-top: 10px;
  }

  .cafe_main_area{
    display: block; /*--解除--*/
  }

  .cafe_main_area li:last-child{
    padding-top: 0;
  }

  .cafe_info{
    width: auto;
  }
  /*------------------ビフカツランチ部分------------------*/
  .lunch_img{
    position: static; /*--解除--*/ 
  }

  .lunch_info{
    position: static; /*--解除--*/
    width: auto;
  }

  .lunch_title{
    font-size: 2.2rem;
    padding-top: 15px;
    padding-bottom: 5px;
  }

  .lunch_title_low{
    font-size: 1.5rem;
  }



  /*------------------中野BC株式会社部分------------------*/
  .liquor_content{
    margin-top: 60px;
  }

  .liquor_main_area{
    display: block; /*--解除--*/
  }

  .liquor_sub_img{
    display: flex;
    padding-top: 0;
  }

  .liquor_sub_img li{
    padding-bottom: 0;
  }
  
  .liquor_info{
    width: auto;
  }

  .liquor_info_area{
    display: block; /*--解除--*/
  }

  .liquor_swan{
    position: static; /*--解除--*/
    padding-top: 0;
  }


  /*------------------藤白神社部分------------------*/
  .temple_content{
    margin-top: 0;
  }

  .temple_sp_img{
    margin-top: 60px;
  }
  
  .temple_main_area{
    display: block; /*--解除--*/
  }

  .temple_main_img{
    width: auto;
  }

  .temple_sub_img{
    display: block; /*--解除--*/
    padding-top: 0;
  }

  .temple_info{
    width: auto;
  }

  .temple_info_area{
    display: block; /*--解除--*/
  }

  .temple_ent{
    position: static; /*--解除--*/
    padding-top: 0;
  }
  /*------------------鈴木屋敷部分------------------*/
  .origin_title{
    font-size: 2.8rem;
    line-height: 1.3;
    padding-bottom: 10px;
  }

  .origin_info{
    width: auto;
  }

  .origin_area{
    display: block; /*--解除--*/
  }

  .sp_origin_img{
    padding-top: 10px;
  }
  


  /*------------------和歌山県立自然博物館部分------------------*/
  .museum_content{
    margin-top: 0;
  }

  .museum_sp_img{
    margin-top: 60px;
  }
  
  .museum_sub_img{
    padding-top: 0;
  }

  .museum_info{
    width: auto;
  }

  .whale_img{
    padding-top: 0;
  }
  /*------------------温山荘公園部分------------------*/
  .spot_title_low{
    font-size: 1.8rem;
    padding-right: 0;
    line-height: 1.7;
  }

  .spot_title{
    font-size: 2.8rem;
  }

  .spot_info{
    width: auto;
  }

  .spot_area{
    display: block; /*--解除--*/
  }

  .spot_img{
    position: static; /*--解除--*/
    padding-top: 10px;
  }

  
  
  /*------------------バックナンバー部分------------------*/
  .backnumber_area{
    margin-top: 70px;
  }

  .back li{
    width: auto;
  }

  .back li a{
    font-size: 1.8rem;
    line-height: 1.3;
    border-radius: 10px;
    padding: 10px 20px 10px 20px;  
  }

  .back_title{
    font-size: 2rem;
    text-align: center;
  }
    
  
  
  /*------------------ページトップ------------------*/
  .PageTopBtn{
    font-size: 1.4rem;
    position: fixed; /*配置場所を固定*/
    bottom: 15px; /*下からの位置*/
    right: 15px; /*右からの位置*/
  }

  
  
  /*------------------フッター------------------*/ 
  .footer-area{
    padding: 20px 0 20px 0;
  }

  .footer_logo{
    display: block;
    margin: 10px 20px 10px;
  }
  
  .w_logo_bot{
    margin: 0 auto;
  }
  
  .copyright{
    font-size: 1.2rem; 
    line-height: normal;
    padding: 10px 0 0;
  }

  
  
 }




  

















