@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;
  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;
}
/*------------------ぶるぶる------------------*/
.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)}
}



/*------------------ヘッダー------------------*/
.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;
}



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

.main_title{
  font-size: 4.8rem;
  line-height: 1.3;
  font-weight: 700; 
}

.main_logo{
  padding-right: 20px; 
}

.main_title_area{
  display: flex;
  align-items: center; /*--センター--*/
  padding-top: 80px;
}

.lead_area{
  display: flex;
  justify-content: space-between;
  padding: 50px 0 50px;
}

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



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

.course a li{
  width: 400px;
  padding: 10px 0;
  text-align: center;
  background-color: #c9e6da;
  border-radius: 21px;
  margin-bottom: 30px;
}

.course li{
  font-size: 2rem;
  font-weight: 500;
  color: #009a53; 
}

.course a:last-child{
  margin-bottom: 0;
}
/*------------------ページ内リンク------------------*/
#park_shop{
  margin-top:-200px;
  padding-top:200px;   
}

#sun_shop{
  margin-top:-200px;
  padding-top:200px;   
}

#museum_shop{
  margin-top:-200px;
  padding-top:200px;   
}

#expo_shop{
  margin-top:-200px;
  padding-top:200px;   
}

#ikeda_shop{
  margin-top:-200px;
  padding-top:200px;   
}

#memorial_shop{
  margin-top:-200px;
  padding-top:200px;   
}

#harada_shop{
  margin-top:-200px;
  padding-top:200px;   
}



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

.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: 700;
  padding-right: 10px;
}

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

.drive_text{
  font-size: 1.6rem;
  font-weight: 500;
  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: -80px;
  right: 60px;
}
.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{
  display: flex;
  padding-bottom: 15px;
}

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

.heading_title{
  font-size: 3.6rem;
  font-weight: 700;
  color: #009a53;
}

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

.info dl{
  display: flex;
}

.info{
  font-size: 1.6rem;
  font-weight: 400;
  padding-bottom: 8px;
}



/*------------------万博記念公園部分------------------*/
.memorial{
  position: relative; /*--親--*/
  margin-bottom: 100px;
}

.memorial_img{
  position: absolute; /*--子--*/
  top: -50px;
  right: -80px;
}

.memorial_title{
  position: absolute; /*--子--*/
}
/*------------------吹き出し------------------*/
.memorial_img_area{
  position: relative; /*--親--*/  
}
.memorial_copy{
  position: absolute; /*--子--*/
  top: 450px;
  right: -50px;  
}
/*-------------------------------------------*/

.park_title_area{
  padding-bottom: 43px;
}

.park_title{
  font-size: 7rem;
  font-weight: 900;
  color: #e60012;
  padding-bottom: 12px;
  text-shadow: 
       2px  2px 10px #fff,
      -2px  2px 10px #fff,
       2px -2px 10px #fff,
      -2px -2px 10px #fff,
       2px  0px 10px #fff,
       0px  2px 10px #fff,
      -2px  0px 10px #fff,
       0px -2px 10px #fff;   
}

.park_catch{
  font-size: 10.9rem;
  font-weight: 900;
  color: #e60012;
  text-shadow: 
       2px  2px 10px #fff,
      -2px  2px 10px #fff,
       2px -2px 10px #fff,
      -2px -2px 10px #fff,
       2px  0px 10px #fff,
       0px  2px 10px #fff,
      -2px  0px 10px #fff,
       0px -2px 10px #fff;   
}

.park_text_area{
 padding-top: 550px;
}

.park_text{
  width: 334px;
  margin-top: 20px;
}

.park_map{
  padding-right: 18px;
}

.park_info{
  display: flex;
  padding-top: 40px;
}
/*------------------関西で開催部分------------------*/
.future_area{
  width: 465px;
  padding: 10px;
  background-color: #009a53;
  margin-bottom: 85px;  
}

.future_white{
  background-color: #fff;
  padding: 5px 15px;
  margin: 11px 0;
}

.future_catch{
  font-size: 2.4rem;
  font-weight: 900;
  color: #fff100;
}

.future_title{
  font-size: 4.7rem;
  font-weight: 900;
  line-height: 1.2;
  color: #009a53;
}

.future_text{
  font-size: 1.8rem;
  font-weight: 500;
  text-transform: uppercase;
  padding-top: 10px;
}

.future_info{
  font-size: 1.5rem;
  color: #fff;
}



/*------------------太陽の塔部分------------------*/
.tower_area{
  position: relative; /*--親--*/
  padding-bottom: 180px;
}

.tower_03img{
  position: absolute; /*--子--*/
  bottom: 560px;
  right: 0;
}

.tower_title{
  font-size: 8rem;
  font-weight: 900;
  line-height: 1.2;
  color: #e60012;
  text-shadow: 
       2px  2px 10px #fff,
      -2px  2px 10px #fff,
       2px -2px 10px #fff,
      -2px -2px 10px #fff,
       2px  0px 10px #fff,
       0px  2px 10px #fff,
      -2px  0px 10px #fff,
       0px -2px 10px #fff; 
  position: absolute; /*--子--*/
  top: 250px;
  right: 0;
}

.tower_text{
  margin: 40px 0 0 60px;
}

.tower_map{
  padding-right: 18px;
}

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



/*------------------ニフレル部分------------------*/
.nifrel_info_area{
  margin-bottom: 180px;
  position: relative; /*--親--*/
}
/*------------------吹き出し------------------*/
.nifrel_img_area{
  position: relative; /*--親--*/  
}
.memorial_copy_02{
  position: absolute; /*--子--*/
  top: 30px;
  right: 70px;  
}
.memorial_copy_03{
  position: absolute; /*--子--*/
  top: 230px;
  left: 95px;  
}
/*-------------------------------------------*/

.nifrel_text_area{
  width: 596px;
  float: left;
  margin-top: 30px;
}

.nifrel_circle_img{
  width: 596px;
  display: flex;
  justify-content: space-between;
  position: absolute; /*--子--*/
  top: -100px;
}

.nifrel_sub_img{
  display: flex;
  justify-content: space-between;
  padding-bottom: 88px;
}
/*------------------ワンダーモーメンツ部分------------------*/
.won_area{
  float: right;
}

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

.won_cap_area{
  position: absolute; /*--子--*/
  bottom: 10px;
  left: 10px;
}

.won_cap{
  font-size: 1.4rem;
  line-height: 1.3;
  padding-bottom: 5px;
  color: #fff;
}

.won_title{
  font-size: 2rem;
  color: #fff;
}
/*-------------------------------------------*/
.nifrel_map{
  padding-right: 18px;
}

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



/*------------------万博食堂部分------------------*/
.diner_area{
  padding: 40px 0;
  background-color: #fce4d6;
  margin-bottom: 180px;
}

.diner_img{
  position: relative; /*--親--*/
  padding-bottom: 100px;
}
/*------------------吹き出し------------------*/
.diner_cop_04{
  position: absolute; /*--子--*/
  bottom: 25px;
  left: 60px;
}
.diner_cop_05{
  position: absolute; /*--子--*/
  bottom: 25px;
  left: 350px;
}
/*-------------------------------------------*/
.diner_sub_img{
  position: absolute; /*--子--*/
  bottom: 0;
  right: 0;
}

.diner_flag_img{
  position: absolute; /*--子--*/
  top: -40px;
  right: -80px;
}

.diner_map{
  padding-right: 18px;
}

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



/*------------------カップヌードル部分------------------*/
.cup_text_area{
  display: flex;
  justify-content: space-around;
  align-items: flex-end; /*--した揃え--*/
  margin-top: 40px;
}
/*------------------吹き出し------------------*/
.cup_img_area{
  position: relative; /*--親--*/  
}
.cup_copy_06{
  position: absolute; /*--子--*/
  top: 90px;
  left: 250px;  
}
.cup_copy_02_area{
  position: relative; /*--親--*/  
}
.cup_copy_07{
  position: absolute; /*--子--*/
  top: -30px;
  left: 60px;  
}
/*-------------------------------------------*/
.cup_heading{
  margin-bottom: 6px;
}

.cup_text{
  width: 632px;
}

.cup_text p{
  padding-top: 15px;
}

.cup_map{
  padding-right: 18px;
}

.cup_info{
  display: flex;
  padding-top: 40px;
}
/*------------------カップヌードル体験部分------------------*/
.exp_area{
  padding: 26px 15px;
  background-color: #ffffe0;
  border: solid 2px #e60012;
  border-radius: 21px;
  margin-top: 30px;
  margin-bottom: 180px;
}

.content{
  display: flex;
  justify-content: space-around;
  margin-top: 18px;
}

.corner_area{
  width: 305px;
}

.finish_area{
  width: 300px;
  position: relative; /*--親--*/
}
/*------------------吹き出し------------------*/
.cup_copy_08{
  position: absolute; /*--子--*/
  bottom: 150px;
  right: -40px;  
}
/*-------------------------------------------*/
.finish_cup{
  position: absolute; /*--子--*/
  bottom: -10px;
  right: -15px; 
}

.exp_title{
  width: 460px;
  font-size: 3rem;
  font-weight: 900;
  text-align: center;
  padding: 10px 0;
  color: #fff;
  background-color: #e60012;
  border-radius: 25px;
  margin: 0 auto;
}

.exp_lead{
  font-size: 2.4rem;
  font-weight: 900;
  line-height: 1.3;
  color: #e60012;
  padding: 15px 0 5px;
}

.exp_text{
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.5;
  text-align: justify;
  text-justify: inter-ideograph; /*--edge--*/ 
}

.finish_lead{
  font-size: 5.2rem;
  font-weight: 900;
  color: #e60012;
  padding: 15px 0 10px;
}

.finish_text{
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.4;
}



/*------------------高校野球発祥の地部分------------------*/
.baseball_area{
  display: flex;
  justify-content: space-around;
  margin-bottom: 180px;
}
/*------------------吹き出し------------------*/
.baseball_img_area{
  position: relative; /*--親--*/  
}
.cup_copy_09{
  position: absolute; /*--子--*/
  top: 80px;
  right: 30px;  
}
/*-------------------------------------------*/
.baseball_text{
  width: 520px;
}

.baseball_heading{
  margin-bottom: 6px;
}

.baseball_text>p{
  padding-top: 15px;
}

.baseball_map{
  margin: 36px 0 10px;
}



/*------------------スカイランド部分------------------*/
.sky_area{
  display: flex;
  justify-content: space-around;
  margin-bottom: 120px;
}

.sky_text{
  width: 745px;
}

.sky_map{
  padding-right: 18px;
}

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



/*------------------バックナンバーはこちら------------------*/
.back{
  width: 400px;
  margin-bottom: 50px;
}

.back_title{
  font-size: 1.8rem;
  font-weight: 500;
  padding-bottom: 10px;
}

.back li a{
  display: block;
  font-size: 1.8rem;
  font-weight: 500;
  color: #880025; 
}

.back li{
  background-color: #f9f2f4;
  border-radius: 21px;
  padding: 10px 0 10px 20px;
  margin-bottom: 20px;
}

.back li:last-of-type{
  margin-bottom: 0;
}



/*------------------ページトップボタン------------------*/
.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{
  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{
    margin-top: 170px;
    padding-top: calc(740 / 768 * 100%); /* calc(画像高さ÷画像横幅×100%) */
    background: url(../drive/drive_img/drive_main_sp.jpg) center center / cover no-repeat;
  }

  .main_title{
    font-size: 3.6rem;
    line-height: 1.3;
    color: #000;
    text-align: center;
    padding-top: 10px;
  }

  .main_logo{
    padding-right: 0; 
    width: 50%;
    margin: 0 auto;
  }

  .main_title_area{
    display: block;
    padding-top: 40px;
  }

  .lead_area{
    display: block;
    margin-top: 30px;
  }

  .lead_text{
    width: 100%;
    font-size: 1.6rem;
    line-height: 1.7;
    margin-bottom: 30px;
  }



  /*------------------ドライブコース部分------------------*/
  .course_area{
      display: none;
    }  

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

  .chr_area{
    display: block;
  }

  .chr_area>img{
    margin-bottom: 14px;
  }
  
  .drive_area{
    width: 100%;
  }

  .drive_name{
    margin-bottom: 8px;
  }

  .drive_title_low{
    font-size: 1.8rem;
  }

  .drive_title{
    font-size: 2.2rem;
  }

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

  
  /*------------------共通テキスト------------------*/
  .catch{
    display: flex;
    padding-bottom: 8px;
  }

  .heading{
    width: 54px;
    font-size: 1.2rem;
    padding: 5px;
    margin-top: 1px;
    margin-right: 8px;
  }

  .heading_title{
    font-size: 2.4rem;
  }

  .text{
    font-size: 1.4rem;
    line-height: 1.7;
  }

  .info>dl{
    display: flex;
  }

  .info{
    font-size: 1.3rem;
    line-height: 1.3;
    padding-bottom: 6px;
  }



  /*------------------万博記念公園部分------------------*/
  .memorial{
    position: static;/*--解除--*/
    margin-bottom: 60px;
  }

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

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

  .park_title_area{
    padding-top: 20px;
    padding-bottom: 12px;
  }

  .park_title{
    font-size: 4rem;
    padding-bottom: 10px;
    text-shadow: none;
    text-align: center;
  }

  .park_catch{
    font-size: 6.3rem;
    text-shadow: none;
    text-align: center;
  }

  .park_text_area{
   padding-top: 0;
  }

  .park_text{
    width: 100%;
    margin-top: 25px;
  }

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

  .park_info{
    display: block;
    padding-top: 20px;
  }
  /*------------------関西で開催部分------------------*/
  .future_area{
    width: auto;
    padding: 10px;
    margin-bottom: 12px;  
  }
  
  .future_white{
    padding: 5px 15px;
    margin: 11px 0;
  }

  .future_catch{
    font-size: 1.6rem;
  }

  .future_title{
    font-size: 2rem;
   }

  .future_text{
    font-size: 1.2rem;
    padding-top: 6px;
  }

  .future_info{
    font-size: 1.2rem;
  }



  /*------------------太陽の塔部分------------------*/
  .tower_area{
    position: static;/*--解除--*/
    padding-bottom: 60px;
  }

  .tower_title{
    font-size: 3.5rem;
    text-shadow: none; 
    position: static;/*--解除--*/
    text-align: center;
    padding-bottom: 10px;
  }

  .tower_text{
    margin: 0 0 0 0;
    padding-top: 20px;
  }

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

  .tower_info{
    display: block;
    padding-top: 20px;
  }



  /*------------------ニフレル部分------------------*/
  .nifrel_info_area{
    margin-bottom: 60px;
    position: static;/*--解除--*/
  }

  .nifrel_text_area{
    width: 100%;
    float: none;
    margin-top: 20px;
  }

  .nifrel_sub_img{
    display: block;
    padding-bottom: 0;
  }
  
  .nifrel_map{
    padding-right: 0;
    padding-bottom: 8px;
  }

  .nifrel_info{
    display: block;
    padding-top: 20px;
  }



  /*------------------万博食堂部分------------------*/
  .diner_area{
    padding: 20px 0;
    margin-bottom: 60px;
  }

  .diner_img{
    position: static;/*--解除--*/
    padding-bottom: 20px;
  }

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

  .diner_info{
    display: block;
    padding-top: 20px;
  }



  /*------------------カップヌードル部分------------------*/
  .cup_text_area{
    display: block;
    margin-top: 20px;
  }

  .cup_heading{
    margin-bottom: 6px;
  }

  .cup_heading_title{
    line-height: 1.2;
  }
  
  .cup_text{
    width: 100%;
  }

  .cup_text>p{
    padding-top: 8px;
  }

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

  .cup_info{
    display: block;
    padding-top: 20px;
  }



  /*------------------高校野球発祥の地部分------------------*/
  .baseball_area{
    display: block;
    margin-bottom: 60px;
  }

  .baseball_sp_img{
    margin-top: 60px;
  }
  
  .baseball_text{
    width: 100%;
    padding-top: 20px;
  }

  .baseball_heading{
    margin-bottom: 6px;
  }

  .baseball_text>p{
    padding-top: 9px;
  }

  .baseball_map{
    margin: 0 0 0;
    padding-top: 20px;
    margin-bottom: 8px;
  }



  /*------------------スカイランド部分------------------*/
  .sky_area{
    display: block;
    margin-bottom: 60px;
  }

  .sky_sp_img{
    padding-bottom: 20px;
  }
  
  .sky_text{
    width: 100%;
  }

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

  .sky_info{
    display: block;
    padding-top: 20px;
  }  
  
  
  
  /*------------------バックナンバーはこちら------------------*/
  .back{
    width: 100%;
    margin-bottom: 50px;
  }
    
  
  
  /*------------------ページトップ------------------*/
  .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;
  }

  
  
 }