@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(200px);
  transition: all 1s;
}
/*------------------ぶるぶる------------------*/
.shake{
  animation: hurueru .8s  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;
}



/*------------------共通テキスト------------------*/
.neme{
  font-family: Noto Serif JP;  
  font-size: 3.2rem;
  font-weight: 400;
  margin-left: -8px;
  margin-bottom: 8px;
}

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

.p_text{
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.4;
  text-align: justify;
  text-justify: inter-ideograph; /*--edge--*/
  margin-top: 5px;  
}

dl{
  display: flex;
}

.info>li>dl>dt,.info>li>dl>dd{
  font-size: 1.5rem;
  line-height: 1.4;
  font-weight: 400;
}

.info>li{
  padding-bottom: 5px;
}
.information>dl:last-child{
  padding-bottom: 0;
}

.info_link>a{
  box-shadow: inset 0 0 0 0 #c71585;
  color: #c71585;
	padding: 0 0.25rem;
	margin: 0 -0.25rem;
  transition: color .3s ease-in-out, box-shadow .3s ease-in-out;  
}
.info_link>a:hover{
  color: #fff;
  box-shadow: inset 300px 0 0 0 #c71585;  
}

.size{  /*--アイコン--*/
  font-size: 1.5rem;
  margin-left: 5px;
}
/*------------------マップ部分------------------*/
.add_area{
  display: flex;
}
.map{
  padding-right: 18px;
}



/*------------------ヒーローイメージ------------------*/
.title_img01{
  margin-top: 138px;
  width: 100%;
  height: 0;
  padding-top: calc(200 / 1200 * 100%); /* calc(画像高さ÷画像横幅×100%) */
  background: url("../drive/drive_img/title_img01.jpg") center / cover no-repeat;
}
.title_img02{
  width: 100%;
  height: 0;
  padding-top: calc(200 / 1200 * 100%); /* calc(画像高さ÷画像横幅×100%) */
  background: url("../drive/drive_img/title_img02.jpg") center / cover no-repeat;
}

h1{
  background: #880025;
  padding: 26px 0;
  text-align: center;
}

.title_copy{
  font-size: 3rem;
  font-weight: 600;
  text-align: center;
  padding: 60px 0 20px;
  
}

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

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



/*------------------トヨタ博物館------------------*/
.muse_main{
  margin-top: 100px;
  width: 100%;
  height: 0;
  padding-top: calc(540 / 1200 * 100%); /* calc(画像高さ÷画像横幅×100%) */
  background: url("../drive/drive_img/muse_main.jpg") center / cover no-repeat;
}

.muse_name{
  color: #db3a26;
}

.muse_info{
  width: 581px;
}

.muse_item{
  display: flex;
  justify-content: space-between; /*--両端配置、均等に間隔--*/
  align-items: flex-end; /*--下そろえ--*/
  padding-bottom: 40px;
  
}

.car_muse{
padding-bottom: 100px;   
}

.aa_car_area{
  position: absolute; /*--子--*/
  top: -280px;
  left: 0;   
}

.aa_car{
  position: relative; /*--親--*/  
}
.aa_car_copy{
  position: absolute; /*--子--*/
  top: -50px;
  right: -25px;   
}

.car_muse_img{
  position: relative; /*--親--*/  
}
.car_muse_content{
  font-size: 1.8rem;
  font-weight: 500;
  color: #fff;
  padding: 6px 20px;
  background: #da3924;
  position: absolute; /*--子--*/
  top: 0;
  left: 0;   
}
.exhibition_car{
  position: absolute; /*--子--*/
  bottom: -100px;
  left: 0;   
}

.gas{
  position: relative; /*--親--*/    
}
.gas_copy{
  position: absolute; /*--子--*/
  top: 20px;
  right: 10px;   
}
.gas_ill01{
  position: absolute; /*--子--*/
  bottom: 220px;
  left: 40px;   
}
.gas_ill02{
  position: absolute; /*--子--*/
  bottom: 250px;
  right: 20px;   
}

.event_item{
  display: flex;
  justify-content: space-between; /*--両端配置、均等に間隔--*/
  padding-bottom: 90px;
}

.event>li{
  width: 420px;
  padding-bottom: 20px;
}
.event>li:last-child{
  padding-bottom: 0;
}
/*------------------クルマ文化資料室------------------*/
.car_culture_area{
  position: relative; /*--親--*/   
  background: #f5ceba;
  margin-bottom: 73px;
}

.culture_img_area{
  position: absolute; /*--子--*/
  top: -50px;
  left: -70px; 
}

.culture_text{
  padding-left: 90px; 
  width: 400px;
}

.culture_main_img{
  position: relative; /*--親--*/  
}
.culture_content{
  font-size: 1.8rem;
  font-weight: 500;
  color: #fff;
  padding: 6px 20px;
  background: #da3924;
  position: absolute; /*--子--*/
  top: 0;
  left: 0;   
}

.plate_item{
  position: relative; /*--親--*/   
  display: flex;
  justify-content: flex-end;
  align-items: flex-end; /*--下そろえ--*/
  padding-bottom: 30px;
}
.plate_item>li{
  padding-right: 30px;
}
.plate_item>li:last-child{
  width: 280px;
  padding-right: 0;
}

.catalog_img{
  position: relative; /*--親--*/  
}
.catalog_copy{
  position: absolute; /*--子--*/
  top: -40px;
  left: 20px;   
}

.plate_text{
  width: 260px;
}

.culture_item{
  position: relative; /*--親--*/
  display: flex;
  justify-content: flex-end;  
  align-items: flex-end; /*--下そろえ--*/
}
.culture_item>li{
  padding-right: 20px;
}
.culture_item>li:last-child{
  padding-right: 0;
}

.times_img{
  position: relative; /*--親--*/  
}
.times_copy{
  position: absolute; /*--子--*/
  top: -10px;
  right: -40px;   
}

.world{
  margin-top: calc(5% - 5vh);
}

.photo_img{
  position: relative; /*--親--*/  
}
.photo_copy{
  position: absolute; /*--子--*/
  top: 20px;
  right: -20px;   
}
/*------------------レストラン------------------*/
.rest_content_area{
  background: #fcf2ce;
  position: relative; /*--親--*/  
}

.rest_area{
  display: flex;
  justify-content: flex-end; /*--右へ--*/  
}

.rest_content{
  font-size: 1.8rem;
  font-weight: 500;
  color: #fff;
  padding: 6px 20px;
  background: #da3924;
  display: inline-block;
  margin-bottom: 20px;
}

.rest_main_img{
  position: absolute; /*--子--*/
  bottom: 0;
  left: 0;
}

.rice_img{
  position: relative; /*--親--*/   
}
.rice_copy{
  position: absolute; /*--子--*/
  top: -90px;
  right: 100px;   
}


.beef_img{
  width: 200px;
  position: absolute; /*--子--*/
  bottom: 40px;
  left: 330px;
}
.beef_text{
  text-align: center;
  padding-left: 55px;
}

.rest_item{
  display: flex;
}
.rest_item>li{
  width: 215px;
  padding-right: 29px;
}
.rest_item>li:last-child{
  padding-right: 0;
}

.curry_img{
  position: relative; /*--親--*/   
}
.curry_copy{
  position: absolute; /*--子--*/
  bottom: 64px;
  left: -10px;   
}

.museum_item{
  position: relative; /*--親--*/
  padding: 30px 26px 18px 0;
}
.museum_title{
  position: absolute; /*--子--*/
  top: -28px;
  left: 0;
  z-index: 10;
}



/*------------------トヨタ産業技術記念館------------------*/
.indus_main{
  margin-top: 100px;
  width: 100%;
  height: 0;
  padding-top: calc(540 / 1200 * 100%); /* calc(画像高さ÷画像横幅×100%) */
  background: url("../drive/drive_img/indus_main.jpg") center / cover no-repeat;
}

.indus_name{
  color: #21336c;
}

.indus_info{
  width: 660px;
}

.indus_item{
  display: flex;
  justify-content: space-between; /*--両端配置、均等に間隔--*/
  flex-direction: row-reverse; /*--右から左--*/
  align-items: flex-end; /*--下そろえ--*/
  padding: 18px 0 60px;
}

.machine_area{
  position: absolute; /*--子--*/
  bottom: 60px;
  left: 0;  
}

.machine{
  position: relative; /*--親--*/
  padding-bottom: 30px;
}
.machine_copy{
  position: absolute; /*--子--*/
  top: -20px;
  left: -20px;   
}

.robo{
  position: relative; /*--親--*/  
}
.robot_copy{
  position: absolute; /*--子--*/
  top: 0;
  left: 0;   
}

.fiber_info{
  display: flex;
  justify-content: space-between; /*--両端配置、均等に間隔--*/  
}
.fiber_info>li:last-child{
  width: 397px;  
}

.fiber_main_img{
  position: relative; /*--親--*/  
}
.fiber_content{
  font-size: 1.8rem;
  font-weight: 500;
  color: #fff;
  padding: 6px 20px;
  background: #21336c;
  position: absolute; /*--子--*/
  top: 0;
  left: 0;   
}

.learn{
  display: flex;
  justify-content: space-between; /*--両端配置、均等に間隔--*/
  padding-bottom: 30px;
}

.line_img{
  position: relative; /*--親--*/  
}
.line_copy01{
  position: absolute; /*--子--*/
  bottom: 50px;
  left: 0;   
}
.line_copy02{
  position: absolute; /*--子--*/
  top: -20px;
  right: 20px;   
}

.fiber_bg{
  position: relative; /*--親--*/
  background: url("../drive/drive_img/mac_bg.png") bottom / contain no-repeat;
  margin-bottom: 73px;
}

.demo_area{
  position: absolute; /*--子--*/
  bottom: 0;
  left: 0;   
}

.demo_img{
  position: relative; /*--親--*/ 
  width: 435px;
}
.demo_copy{
  position: absolute; /*--子--*/
  top: -60px;
  right: -50px;   
}

.demo_item{
  display: flex;
  justify-content: flex-end;
  padding-bottom: 30px;
}

.demo_item>li:first-child{
  width: 336px;
  padding-right: 22px;
}
.demo_item>li:last-child{
  width: 336px;
}
/*------------------自動車館------------------*/
.car_item{
  display: flex;
  justify-content: space-between; /*--両端配置、均等に間隔--*/ 
  flex-direction: row-reverse; /*--右から左--*/
  padding-bottom: 73px;
}

.car_text{ /*--左--*/
  width: 460px;
}

.car_img{ /*--右--*/
  width: 554px;
}
.car_img>li:first-child{
  padding-bottom: 34px;
}
.car_img>li:last-child{
  padding-top: 16px;
}

.car_main_img{
  position: relative; /*--親--*/  
}
.car_content{
  font-size: 1.8rem;
  font-weight: 500;
  color: #fff;
  padding: 6px 20px;
  background: #21336c;
  position: absolute; /*--子--*/
  top: 0;
  right: 0;   
}
.car_body{
  position: absolute; /*--子--*/
  top: 15px;
  left: 180px;   
}

.car_group{
  display: flex;
  justify-content: space-between; /*--両端配置、均等に間隔--*/
}
.car_group>li{
  width: 270px;
}

.cylinder_img{
  position: relative; /*--親--*/  
}
.cylinder_copy{
  position: absolute; /*--子--*/
  top: -16px;
  left: -20px;   
}

.episode_area{
  display: flex;
  justify-content: space-between; /*--両端配置、均等に間隔--*/
  align-items: flex-end; /*--下そろえ--*/
}

.episode{
  width: 405px;
  flex-shrink: 0; /*-潰れ回避--*/
}

.episode_img{
  position: relative; /*--親--*/
}
.episode_copy{
  position: absolute; /*--子--*/
  top: 20px;
  right: -44px;   
}

.pisode_main_img{
  width: 686px;
  margin-left: calc(25% - 25vw);
}

.truck_area{
  width: 400px;
  padding: 20px;
  background: #ebf6fa;
  display: inline-block;
}
.truck_area>ul>li:last-child{
  padding: 12px 0 0;
}

.truck_img{
  position: relative; /*--親--*/
}
.truck_mascot{
  position: absolute; /*--子--*/
  top: -24px;
  right: -44px; 
}

.efficiency_img{
  position: relative; /*--親--*/  
}
.efficiency_copy{
  position: absolute; /*--子--*/
  top: 80px;
  left: 20px;  
}

.car_bott{
  padding-top: 66px;
  display: flex;
  justify-content: space-between; /*--両端配置、均等に間隔--*/
}



/*------------------ミッドランドスクエア------------------*/
.squ_main{
  margin-top: 100px;
  width: 100%;
  height: 0;
  padding-top: calc(540 / 1200 * 100%); /* calc(画像高さ÷画像横幅×100%) */
  background: url("../drive/drive_img/squ_main.jpg") center / cover no-repeat;
}

.squ_name{
  color: #00ada9;
}

.squ_info{
  width: 581px;
}

.emblem{
  padding-top: 28px;
}

.squ_item{
  display: flex;
  justify-content: space-between; /*--両端配置、均等に間隔--*/
  align-items: flex-end; /*--下揃え--*/
  padding-bottom: 34px;
}

.squ_right{
  position: relative; /*--親--*/  
  width: 420px;
}

.fc_img{
  position: absolute; /*--子--*/
  top: -330px;
  right: 34px;   
}
.fc_copy{
  position: absolute; /*--子--*/
  top: -360px;
  left: 48px;   
}

.fc{
  display: flex;
  justify-content: space-between; /*--両端配置、均等に間隔--*/
  padding-bottom: 30px;
}
.fc>li:first-child{
  width: 210px;  
}

.sienta{
  display: flex;
  justify-content: space-between; /*--両端配置、均等に間隔--*/  
}
.sienta>li{
  width: 200px;  
}

.corpo{
  display: flex;
  justify-content: space-between; /*--両端配置、均等に間隔--*/  
}
.corpo>li{
  width: 500px;  
}

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

.lexus_copy{
  position: absolute; /*--子--*/
  top: -30px;
  left: -20px;   
}
/*------------------スカイプロムナード------------------*/
.sky-pro{
  padding-top: 48px;
  display: flex;
  justify-content: space-between; /*--両端配置、均等に間隔--*/    
}

.pro_area{
  width: 770px;
  margin-left: calc(25% - 25vw);
}

.pro_img{
  position: relative; /*--親--*/ 
}
.pro_copy{
  position: absolute; /*--子--*/
  top: 50px;
  right: -30px; 
}

.sky_name{
  color: #00ada9;
}

.sky{
  width: 320px;
  flex-shrink: 0;
}

.sky_info{
  padding-top: 18px;;
}



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

.b_title{
  font-size: 1.8rem;
  font-weight: 500;
  padding-bottom: 12px;
}

.back{
  display: flex;
  justify-content: space-between; /*--両端配置、均等に間隔--*/
  flex-wrap: wrap; /*--上から下--*/
}
/*------------------最後の行を左寄せ------------------*/
.back:after{
  content: "";
  width: 32%;
}
.back:before{
  content: "";
  width: 32%;
  order: 1;
}

.back>li{
  width: 32%;
}

.back>li>a{
  margin-bottom: 25px;
  display: block;
  font-size: 1.8rem;
  line-height: 1.3;
  font-weight: 500;
  text-align: center;
  color: #e60069; 
  border: solid 2px #e60069;
  border-radius: 14px;
  padding: 10px 0 12px;
  transition: 0.6s;
}

.back>li>a:hover{
  color: #fff;
  background: #e60069; /*マウスオーバー時の背景色*/
  border: solid 1px #e60069;
}



/*------------------ページトップボタン------------------*/
.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;
  transition: 0.6s;
}

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



/*------------------フッター------------------*/
.footer-area{
  margin-top: 105px;
  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; 
}





/*------------------タブレット版------------------*/
@media screen and (min-width: 641px) and (max-width: 960px){
  html{
    min-width: 1200px;
  }
 }





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

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

  .wrap{
    overflow: hidden;
   }

  

	
  /*------------------ヘッダー部分------------------*/
  .navi_area_sp{
    padding: 20px 20px;
    display: flex;
    justify-content: center;
  }

 
  
  /*------------------パンくずリスト部分------------------*/
  .bread_area{
    padding: 15px 20px 5px 20px;
    -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;
  }

  
  
   /*------------------ふわっと表示------------------*/
  .fadein{
    opacity : 0;
    transform: translateY(80px);
    transition: all 1s;
  }
  
  
  
  /*------------------共通テキスト------------------*/
  .neme{
    font-size: 2.7rem;
    margin-left: -6px;
    margin-bottom: 6px;
  }

  .text{
    font-size: 1.5rem;
    line-height: 1.7;
    margin-bottom: 16px;
  }

  .p_text{
    font-size: 1.2rem;
    line-height: 1.2;
  }

  .info>li>dl>dt,.info>li>dl>dd{
    font-size: 1.3rem;
    line-height: 1.3;
  }

  .info>li{
    padding-bottom: 6px;
  }

  .info{
    padding-top: 10px;
  }
  /*------------------マップ部分------------------*/
  .add_area{
    display: block; /*--解除--*/
  }
  /*------------------sp用グーグルマップ------------------*/  
  .access_map{
    position: relative;
    width: 100%;
    padding-bottom: 62.5%; /* = height ÷ width × 100 */
  }  
  .access_map iframe{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;   
  }   

  
  
  /*------------------ヒーローイメージ------------------*/
  .title_img01{
    margin-top: 145px;
    padding-top: calc(260 / 768 * 100%); /* calc(画像高さ÷画像横幅×100%) */
    background: url("../drive/drive_img/title_img01_sp.jpg") center / cover no-repeat;
  }
  .title_img02{
    padding-top: calc(260 / 768 * 100%); /* calc(画像高さ÷画像横幅×100%) */
    background: url("../drive/drive_img/title_img02_sp.jpg") center / cover no-repeat;
  }

  h1{
    padding: 12px 20px;
  }

  .title_copy{
    font-size: 2rem;
    line-height: 1.4;
    padding: 20px 0 8px;
  }

  .title_text{
    font-size: 1.6rem;
    line-height: 1.7;
  }

  .low_text{
    font-size: 1.2rem;
    padding-top: 6px;
    padding-left: 1.2rem; /*--2行目以降を1文字下--*/
    text-indent: -1.2rem; /*--2行目以降を1文字下--*/
  }



  /*------------------トヨタ博物館------------------*/
  .muse_main{
    margin-top: 30px;
    margin-bottom: 5px;
    padding-top: calc(451 / 768 * 100%); /* calc(画像高さ÷画像横幅×100%) */
    background: url("../drive/drive_img/muse_main_sp.jpg") center / cover no-repeat;
  }

  .muse_info{
    width: auto;
  }

  .muse_item{
    display: block; /*--解除--*/
    padding-bottom: 0;
  }

  .car_muse{
    padding-bottom: 115px;   
  }

  .aa_car_sp{
    position: relative; /*--親--*/ 
    padding: 10px 0 15px;
  }
  .aa_car_copy_sp{
    width: 38vw;
    position: absolute; /*--子--*/
    top: -20vw;
    right: -10vw;   
  }

  .car_muse_content{
    font-size: 1.5rem;
  }
  .exhibition_car{
    bottom: -25vw;
  }

  .gas_copy{
    width: 26vw;
    top: -6vw;
    right: -4vw;   
  }
  .gas_ill01{
    width: 10vw;
    bottom: 42vw;
    left: 5vw;   
  }
  .gas_ill02{
    width: 10vw;
    bottom: 46vw;
    right: 1vw;   
  }

  .event_item{
    display: block; /*--解除--*/
    padding-bottom: 20px;
  }

  .event{
    padding-top: 20px;
  }

  .event>li{
    width: auto;
    padding-bottom: 10px;
  }
  /*------------------クルマ文化資料室------------------*/
  .car_culture_area{
    position: static; /*--解除--*/   
    margin-bottom: 0;
    padding-top: 20px;
  }

  .culture_img_area{
    position: static; /*--解除--*/
    padding-bottom: 15px;
  }

  .culture_text{
    padding-left: 0; 
    width: auto;
  }

  .culture_content{
    font-size: 1.5rem; 
  }

  .plate_item{
    position: static; /*--解除--*/   
  }
  .plate_item>li{
    padding-right: 32px;
  }
  .plate_item>li:last-child{
    width: 65%;
  }

  .catalog_copy{
    top: -8vw;
    left: 3vw;   
  }

  .plate_text{
    width: auto;
  }

  .times_copy{
    width: 28vw;
    top: -3vw;
    right: -10vw;   
  }

  .world{
    margin-top: 0;
  }

  .photo_copy{
    width: 22vw;
    top: -4vw;
    right: -2vw;   
  }
  /*------------------レストラン------------------*/
  .rest_content_area{
    background: #fcf2ce;
    position: static; /*--解除--*/  
  }

  .rest_area{
    display: block; /*--解除--*/
    padding-top: 30px;
  }

  .rest_content{
    font-size: 1.5rem;
    margin-left: calc(50% - 50vw);    
  }

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

  .beef_area{
    display: flex;
  }  
  
  .rest_main_img_sp{
    position: relative; /*--親--*/
    width: 100vw;
    padding-right: 14px;
  }  
  .rice_copy_sp{
    position: absolute; /*--子--*/
    width: 26vw;
    top: -16vw;
    right: 5vw;   
  }  
  .beef_img{
    width: auto;
    position: static; /*--解除--*/
    margin-top: -30px;
  }
  .beef_text{
    padding-left: 0;
  }

  .rest_item>li{
    width: 50%;
    padding-right: 25px;
  }

  .curry_copy{
    width: 26vw;
    bottom: 12vw;
    left: -2vw;   
  }

  .museum_item{
    padding: 20px 0 20px 0;
  }
  .museum_title{
    top: -3vw;
  }



  /*------------------トヨタ産業技術記念館------------------*/
  .indus_main{
    margin-top: 0;
    padding-top: calc(451 / 768 * 100%); /* calc(画像高さ÷画像横幅×100%) */
    background: url("../drive/drive_img/indus_main_sp.jpg") center / cover no-repeat;
  }

  .indus_info{
    width: auto;
  }

  .indus_item{
    display: block; /*--解除--*/
    padding: 18px 20px 20px;
  }

  .machine_area{
    position: static; /*--子--*/ 
  }

  .machine{
    position: relative; /*--親--*/
    margin-top: -28px;
    padding-bottom: 10px;
  }
  .machine_copy{
    width: 36vw;
    top: 37vw;
    left: 0;   
  }

  .robot_copy{
    width: 50vw;  
  }
  
  .fiber_main_img{
    padding-bottom: 6px;
  }  
  
  .fiber_info{
    display: block; /*--解除--*/
  }
  .fiber_info>li:last-child{
    width: auto;  
  }

  .fiber_content{
    font-size: 1.5rem; 
  }

  .learn{
    display: block; /*--解除--*/
    padding-bottom: 20px;
  }

  .line_copy01{
    width: 35vw;
    bottom: 5vw;
  }
  .line_copy02{
    width: 30vw;
    top: -8vw;
    right: 5vw;   
  }

  .fiber_bg{
    position: static; /*--解除--*/
    background: url("../drive/drive_img/mac_bg_sp.png") bottom / contain no-repeat;
    margin-bottom: 20px;
  }

  .demo_item{
    padding-bottom: 20px;
  }
  /*------------------自動車館------------------*/
  .car_item{
    display: block; /*--解除--*/
    padding-bottom: 20px;
  }

  .car_text{ /*--左--*/
    width: auto;
  }

  .car_img{ /*--右--*/
    width: auto;
  }
  
  .car_img>li:first-child{
    padding-bottom: 16px;
  }
  .car_img>li:last-child{
    padding-top: 16px;
    padding-bottom: 10px;
  }

  .car_content{
    font-size: 1.5rem;
  }
  .car_body{
    width: 30vw;
    top: 2vw;
    left: 32vw;   
  }

  .car_group>li{
    width: 50%;
    padding-right: 18px;
  }
  .car_group>li:last-child{
    padding-right: 0;
  }

  .cylinder_img{
    padding-top: 10px;
  }
  .cylinder_copy{
    width: 28vw;
    top: -3vw;
    left: -3vw;   
  }

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

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

  .episode_copy{
    width: 20vw;
    top: -5vw;
    right: -2vw;   
  }

  .pisode_main_img{
    width: auto;
    margin-left: 0;
    padding-top: 5px;
  }

  .truck_area{
    margin:0 calc(50% - 50vw); /*--親からはみ出す--*/
    width: auto;
    padding: 22px;
  }
  .truck_area>ul>li:last-child{
    padding: 18px 0 0;
  }

  .truck_mascot{
    top: -26px;
    right: -10px;
    z-index: 10;
  }

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



  /*------------------ミッドランドスクエア------------------*/
  .squ_main{
    margin-top: 0;
    padding-top: calc(451 / 768 * 100%); /* calc(画像高さ÷画像横幅×100%) */
    background: url("../drive/drive_img/squ_main_sp.jpg") center / cover no-repeat;
  }

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

  .emblem{
    padding-top: 10px;
  }

  .squ_item{
    display: block; /*--解除--*/
    padding-bottom: 20px;
  }

  .squ_right{
    position: static; /*--解除--*/  
    width: auto;
    padding-top: 40px;
  }

  .fc_img{
    position: static; /*--解除--*/
    margin: 0 20px;
  }

  .fc_img_sp{
    position: relative; /*--親--*/
    padding-bottom: 20px;
  }  
  .fc_copy{
    top: -28px;
    left: 30px;   
  }

  .fc{
    padding-bottom: 12px;
  }  
  
  .sienta{
    display: flex;
    justify-content: space-between; /*--両端配置、均等に間隔--*/  
  }
  .sienta>li{
    width: 47%;  
  }

  .corpo>li{
    width: auto;  
  }
  /*------------------スカイプロムナード------------------*/
  .sky-pro{
    margin-top: 30px;
    background: #020006;
    padding-top: 0;
    display: block; /*--解除--*/
    padding-bottom: 20px;
  }

  .pro_area{
    width: auto;
    margin-left: 0;
  }

  .pro_img{
    position: relative; /*--親--*/
    margin:0 calc(50% - 50vw); /*--親からはみ出す--*/
    padding-bottom: 5px;
  }
  .pro_copy{
    width: 26vw;
    top: -10vw;
    right: 5vw; 
  }

  .sky{
    width: auto;
  }

  .sky_info{
    padding-top: 10px;;
  }
   .sky_info>li:nth-child(n+2){ /*--２番目以降--*/
    color: #fff;
  }
  
  .sky_text{
    color: #fff;
  }  

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

  .b_title{
    text-align: center;
  }

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

  .back>li{
    width: 100%;
    padding-bottom: 20px;
  }
  .back>li:last-child{
    padding-bottom: 0;
  }
  
  .back>li>a{
    margin-bottom: 0px;
    font-size: 1.5rem;
    line-height: 1.3;
  }  



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

  
  
  /*------------------フッター------------------*/ 
  .footer-area{
    margin-top: 25px;
    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;
  }

  
  
 }









