@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 */
  overflow: auto;
}

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

a{
  color: #4d5156;
}

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

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

.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)}
}
.shake02{
  animation: hurueru02 .8s  infinite;
}
@keyframes hurueru02 {
  0% {transform: translate(0px, 0px) rotateZ(0deg)}
  25% {transform: translate(2px, 2px) rotateZ(1deg)}
  50% {transform: translate(2px, 0px) rotateZ(0deg)}
  75% {transform: translate(0px, 2px) 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: rgb(255, 255, 255, 0.9);
}



/*------------------パンくずリスト部分------------------*/
.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;
}



/*------------------共通テキスト------------------*/
.name{
  padding-bottom: 10px;
}

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

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;  
}

.info_ann{
  font-size: 1.2rem;  
}

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

.vertical_map{
  padding-bottom: 18px;   
}



/*------------------メイン画像------------------*/
.main_area{
  position: relative;
  margin: 138px 0 65px;  
}

.main_img>img{
  width: 100vw;
  height: 100%;  
  margin: auto;
  max-height: 100%;
  max-width: 100%;
  object-fit: cover;
}

.main_title{
  position: absolute;
  top: 0;
  left: 0;
}
.main_title>img{
  width: 100vw;
  height: 100%;  
  margin: auto;
  max-height: 100%;
  max-width: 100%;
  object-fit: cover;
}

.main_text_area{
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
}
.main_text_area>li:last-child{
  width: 580px;
}

.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: 10px;
  padding-left: 1.4rem; /*--2行目以降を1文字下--*/
  text-indent: -1.4rem; /*--2行目以降を1文字下--*/
}
/*------------------ドライブコース------------------*/
.course_area{
  margin: 46px 0 20px;
  position: relative;
}

.spot_title{
  font-size: 2.2rem;
  font-weight: 600;
  padding-bottom: 10px;
  color: #2bb7b3; 
}

.course{
  width: 765px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.course:after{
  content: "";
  width: 245px;
}
.course:before{
  content: "";
  width: 245px;
  order: 1;
}

.course>li>a{
  width: 245px;
  display: block;
  padding: 14px 0;  
  font-size: 2rem;
  font-weight: 500;
  text-align: center;  
  color: #2bb7b3;
  background-color: #d2ebe9;
  border-radius: 12px;
  margin-bottom: 16px;
  transition: 0.4s;
}

.course>li>a:hover{ 
  color: #fff;   
  background-color: #2bb7b3;
}

.model{
  position: absolute;
  bottom: -20px;
  right: -20px;  
}

.model_copy{
  position: absolute;
  bottom: 200px;
  right: 30px;  
}
/*------------------ページ内リンク------------------*/
#biwako{ /*--びわこ箱館山--*/
  margin-top: -180px;
  padding-top: 180px;   
}
#lamp{ /*--パフェ専門店LAMP--*/
  margin-top: -300px;
  padding-top: 300px;   
}
#meta{ /*--メタセコイア並木道--*/
  margin-top: -200px;
  padding-top: 200px;   
}
#land{ /*--マキノピックランド--*/
  margin-top: -200px;
  padding-top: 200px;   
}
#tubame{ /*--なみ木食堂ツバメ--*/
  margin-top: -200px;
  padding-top: 200px;   
}
#shrine{ /*--白鬚神社--*/
  margin-top: -200px;
  padding-top: 200px;   
}
#stagex{ /*--STAGEX高島--*/
  margin-top: -180px;
  padding-top: 180px;   
}
#hall{ /*--中江藤樹記念館--*/
  margin-top: -200px;
  padding-top: 200px;   
}



/*------------------ドライブカー------------------*/
.drive_area{
  background-color: #f0f8ff;
  padding: 40px 0;
}

.drive_text_info{
  display: flex;
  justify-content: space-between; /*--両端配置、均等に間隔--*/
  align-items: flex-end; /*--した揃え--*/
}

.drive_text{
  width: 500px;
}

.drive_text>li:nth-child(1){
  font-size: 2rem;
  font-weight: 600;
  padding-bottom: 7px;
}
.drive_text>li:nth-child(2){
  font-size: 3rem;
  font-weight: 700;
  padding-bottom: 10px;
}
.drive_text>li:nth-child(3){
  font-size: 1.6rem;
  line-height: 1.5;
  padding-bottom: 14px;
  text-align: justify;
  text-justify: inter-ideograph; /*--edge--*/ 
}

.drive_sub{
  display: flex;
  justify-content: space-between; /*--両端配置、均等に間隔--*/
}
/*------------------詳細はコチラから------------------*/
.drive_info{
  position: relative; /*--親--*/
}

.balloon_area{
  position: absolute; /*--子--*/
  top: -50px;
  right: -10px;
}
.balloon_btm>a{ /*--吹き出し本体--*/
  position: relative; /*--親--*/  
  width: 240px;
  display: block;
  padding: 10px 15px;
  background: #e60069;
  border-radius: 10px;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.4;
  color: #fff;
}
.balloon_btm>a:before{ /*--吹き出し--*/ 
  content: "";
  position: absolute; /*--子--*/
  left: -38px;
  width: 13px;
  height: 12px;
  bottom: 0;
  background: #e60069;
  border-radius: 50%;
}
.balloon_btm>a:after{ /*--吹き出し--*/
  content: "";
  position: absolute;
  left: -24px;
  width: 20px;
  height: 18px;
  bottom: 3px;
  background: #e60069;
  border-radius: 50%;
}
/*------------------試乗車・展示車情報はこちら------------------*/
.test_car>a{
  margin-top: 20px;
  display: inline-block;
  padding: 9px 100px;
  font-size: 1.8rem;
  font-weight: 400;
  text-align: center;
  color: #fff;   
  background-color: #e6003d;
  border: solid 1px #e6003d;
  border-radius: 18px;
  transition: 0.4s;   
}
.test_car>a:hover{ 
  color: #e6003d;
  background-color: #fff;
  border: solid 1px #e6003d;
}



/*------------------びわこ箱館山------------------*/
.biwako_main_area{
  position: relative;
}

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

.biwako_text{
  margin-bottom: 0;
}

.biwako_map{
  padding: 30px 0 18px;
}

.biwako_sub_top{
  display: flex;
  justify-content: space-between; /*--両端配置、均等に間隔--*/
  margin-top: -20px;
}
.biwako_sub_top>:nth-child(1){
  padding-top: 26px;
}
.biwako_sub_top>:nth-child(3){
  padding-top: 30px;
}

.biwako_sub_bott{
  display: flex;
  justify-content: space-between; /*--両端配置、均等に間隔--*/
}
.biwako_sub_bott>:nth-child(1){
  margin-top: -70px;  
}
.biwako_sub_bott>:nth-child(2){
  padding-top: 70px;
}
.biwako_sub_bott>:nth-child(3){
  padding-top: 36px;
}

.biwako_sub_img{
  position: relative; /*--親--*/
  padding-bottom: 26px;
}

.biwako_sub_copy{
  position: absolute; /*--子--*/
  top: 240px;
  left: 260px;
}

.biwako_sub_area{
  background-image: url("../drive/drive_img/biwako_patt.png");
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: 100vw;
}
/*------------------スライド画像------------------*/
.slider img {
  width: 100%; /*スライダー内画像横幅100%に*/
  height: auto;
  margin-bottom: 80px;
}
/*------------------縦のふわふわ指定------------------*/
.fuwafuwa01{
  animation: fuwafuwa01 2s infinite ease-in-out;
}
@keyframes fuwafuwa01 {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(15px);
  }
}
.fuwafuwa03{
  animation: fuwafuwa01 1.8s infinite ease-in-out;
}
@keyframes fuwafuwa03 {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}
.fuwafuwa04{
  animation: fuwafuwa01 2.2s infinite ease-in-out;
}
@keyframes fuwafuwa04 {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}
/*------------------横のふわふわ指定------------------*/
.fuwafuwa02{
  animation: fuwafuwa02 2.5s infinite ease-in-out;
}

@keyframes fuwafuwa02 {
  0%, 100% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(-10px);
  }
}



/*------------------パフェ専門店LAMP------------------*/
.lamp_img{
  position: relative; /*--親--*/  
}

.lamp_copy{
  position: absolute; /*--子--*/
  top: -60px;
  right: -20px;
}

.lamp_text_area{
  padding: 30px 0 40px;
  display: flex;
  justify-content: space-between; /*--両端配置、均等に間隔--*/
}
.lamp_text_area>li:nth-child(2){
  flex-shrink: 0; /*--つぶれ回避--*/ 
  margin-left: 55px;
}


.lamp_sub>li:first-child{
  padding-bottom: 10px;
}

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

.lamp{
  position: absolute; /*--子--*/
  bottom: -30px;
  left: -110px;
}

.lamp_ann{
  margin-left: 10px;
}
/*------------------冬はスキー場に------------------*/
.ski_area{
  margin-bottom: 100px;
  padding: 30px;
  background-image: url("../drive/drive_img/ski_patt.png");
  background-repeat: no-repeat;
}

.ski_text_area{
  display: flex;
  justify-content: space-between; /*--両端配置、均等に間隔--*/
  align-items: flex-end;
}
.ski_text_area>li:nth-child(1){
  flex-shrink: 0; /*--つぶれ回避--*/ 
  margin-right: 20px;
}

.ski_text>li:nth-child(1){
  font-size: 4.4rem;
  font-family: Noto Serif JP;
  color: #fff33f;  
}
.ski_text>li:nth-child(2){
  padding-top: 10px;
  font-size: 1.7rem;
  line-height: 1.7;
  color: #fff;    
  text-align: justify;
  text-justify: inter-ideograph; /*--edge--*/ 
}

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

.ski_ill{
  position: absolute; /*--子--*/
  top: -110px;
  left: 20px;
}



/*------------------メタセコイア並木道------------------*/
.tree_area_content{
  position: relative; /*--親--*/  
}

.tree_area{
  max-width: 1040px;
  width: 100%;
  margin-bottom: 100px;
  display: flex;
  justify-content: space-between; 
}
.tree_area>li:nth-child(1){
  position: relative; /*--親--*/  
  width: 486px;
  flex: 1; 
}

.tree_sub02_img{
  position: absolute; /*--子--*/
  top: 330px;
  right: -160px;
  z-index: 10;
}

.tree_area>li:nth-child(2){ /*--右端によせる--*/
  margin-right: calc(50% - 50vw);
  margin-left: 50px; 
}

.tree_sub_img{
  padding-top: 10px;
}

.tree_main_img{
  position: relative; /*--親--*/
  width: 50vw;
}
.tree_main_img img{
  width: 100%;
}

.tree_patt{
  position: absolute; /*--子--*/
  bottom: 100px;
  left: 50px;
  z-index: -100;
}

.tree_copy{
  position: absolute; /*--子--*/
  top: 0;
  left: 0;
}
.tree_copy>img{
  width: 100vw;
  height: 100%;  
  margin: auto;
  max-height: 100%;
  max-width: 100%;
  object-fit: cover;
}



/*------------------マキノピックランド------------------*/
.land_area{
  margin-bottom: 60px;
  display: flex;
  justify-content: space-between; 
}
.land_area>li:nth-child(1){
  margin-right: 30px;
  flex-shrink: 0; /*--つぶれ回避--*/ 
}

.land_img{
  position: relative; /*--親--*/
}
.land_sub_img{
  position: absolute; /*--子--*/
  bottom: -330px;
  left: 0;
}

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

.land_patt{
  position: absolute; /*--子--*/
  bottom: -50px;
  right: -40px;
  z-index: -100;
}



/*------------------なみ木食堂ツバメ------------------*/
.tubame_area{
  margin-bottom: 100px;
  display: flex;
  justify-content: space-between; 
  flex-direction: row-reverse; /*--右から--*/
}
.tubame_area>li:nth-child(1){
  margin-left: 18px;
  flex-shrink: 0; /*--つぶれ回避--*/ 
}

.tubame_img{
  position: relative; /*--親--*/
  padding-bottom: 12px;
}

.tubame_sub01{
  position: absolute; /*--子--*/
  bottom: -160px;
  right: 15px;
}

.tubame_sub02{
  position: absolute; /*--子--*/
  bottom: -200px;
  left: -130px;
}

.tubame_block{
  position: relative; /*--親--*/
  z-index: 10;
}

.tubame_patt{
  position: absolute; /*--子--*/
  bottom: 100px;
  left: 190px;
  z-index: -100;
}



/*------------------白鬚神社------------------*/
.shrine_img{
  position: relative; /*--親--*/  
}

.shrine_copy{
  position: absolute; /*--子--*/
  top: 80px;
  left: 50px;
}

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

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

.shrine_text_area>li:nth-child(2){
  flex-shrink: 0; /*--つぶれ回避--*/ 
  margin-left: 32px;
}

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

.shrine_patt{
  position: absolute; /*--子--*/
  bottom: -80px;
  left: 0;
  width: calc(50% + 50vw);
}



/*------------------STAGEX高島------------------*/
.item{
  padding: 15px 0 38px;
  display: flex;
  justify-content: space-between; /*--両端配置、均等に間隔--*/  
}
.item>li{
  width: 326px;  
}

.totonoe>li:nth-child(1){
  position: relative; /*--親--*/  
}
.totonoe>li:nth-child(2){
  padding-top: 8px;
  font-size: 1.7rem;
  line-height: 1.6;
  text-align: justify;
  text-justify: inter-ideograph; /*--edge--*/  
}

.totonoe_title{
  position: absolute; /*--子--*/
  top: -28px;
  left: -20px;
}

.stagex_text_area{
  padding-bottom: 50px;
  display: flex;
  justify-content: space-between; /*--両端配置、均等に間隔--*/  
}
.stagex_text_area>li:nth-child(1){
  position: relative; /*--親--*/
  width: 578px;  
}
.stagex_text_area>li:nth-child(2){
  flex-shrink: 0; /*--つぶれ回避--*/  
}

.stagex_sub>li:nth-of-type(even){ /*--偶数のみ--*/
  padding: 12px 0;
}

.stagex_model{
  position: absolute;
  bottom: 0;
  right: -10px;  
}



/*------------------中江藤樹記念館------------------*/
.hall_img_area{
  padding: 30px;
  background-color: #eae5e3;
  border-radius: 0 0 30px 30px;
}

.hall_info_area{
  display: flex;
  justify-content: space-between; /*--両端配置、均等に間隔--*/
}
.hall_info_area>li:nth-child(1){
  width: 631px;
}

.hall_sub{
  display: flex;
  justify-content: space-between; /*--両端配置、均等に間隔--*/
}
.hall_sub>li:nth-child(1){
  flex-shrink: 0; /*--つぶれ回避--*/  
}
.hall_sub>li:nth-child(2){
  margin-left: 20px; 
}



/*------------------中江 藤樹------------------*/
.nakae_area{
  display: flex;
  justify-content: space-between; /*--両端配置、均等に間隔--*/
}
.nakae_area>li:nth-child(1){
  flex-shrink: 0; /*--つぶれ回避--*/  
}
.nakae_area>li:nth-child(2){
  padding: 12px;
  background: #fff;  
}

.nakae_name{
  padding-bottom: 6px;
  font-size: 1.8rem;
}

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



/*------------------陽明園------------------*/
.garden_area{
  margin-top: 30px;
  padding: 20px;
  background-color: #90928f;
  border-radius: 16px;
  display: flex;
}
.garden_area>li:nth-child(2){
  margin-left: 16px;
  width: 420px;
}

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

.garden_text>li:nth-child(2){
  padding-top: 20px;
  font-size: 4.4rem;
  font-family: Noto Serif JP;
  color: #fff33f;  
}
.garden_text>li:nth-child(3){
  padding-top: 8px;
  font-size: 1.7rem;
  line-height: 1.7;
  color: #fff;    
  text-align: justify;
  text-justify: inter-ideograph; /*--edge--*/ 
}



/*------------------バックナンバー部分------------------*/
.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 2px #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: 650px) and (max-width: 960px){
  body{
    min-width: 1200px;
  } 
}





/*------------------SP版------------------*/
@media screen and (max-width: 649px){
  body{
    min-width: auto;
  }  
  
  .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{
    padding-bottom: 10px;
  }

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

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

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

  .info_ann{
    font-size: 1.1rem;   
  }
  /*------------------マップ部分------------------*/
  .add_area{
    display: block; /*--解除--*/
  }
  
  .add_area>li:first-child{
    padding-right: 0;
  }  
  
  .vertical_map{
    padding-bottom: 0;   
  }  
  /*------------------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%;   
  }   
  
  

  /*------------------メイン画像------------------*/
  .main_area{
    margin: 145px 0 25px;  
  }

  .main_text_area{
    display: block;
  }
  
  .main_text_area>li:first-child{
    padding: 0 25px 18px;
  }  
  
  .main_text_area>li:last-child{
    width: auto;
  }

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

  .low_text{
    font-size: 1.2rem;
    padding-top: 6px;
    padding-left: 1.2rem; /*--2行目以降を1文字下--*/
    text-indent: -1.2rem; /*--2行目以降を1文字下--*/ 
    text-align: justify;
    text-justify: inter-ideograph; /*--edge--*/   
  }  
  
  
  
  /*------------------ドライブコース------------------*/
  .course_area{
    margin: 30px 0 5px;
  }

  .spot_title{
    font-size: 2rem;
  }

  .course{
    width: auto;
  }
  .course>li{
    width: 48%;
  }

  .course>li>a{
    width: auto;
    padding: 14px 0;  
    font-size: 1.7rem;
    border-radius: 8px;
  }

  
  
  /*------------------ページ内リンク------------------*/
  #biwako{ /*--びわこ箱館山--*/
    margin-top: -140px;
    padding-top: 140px;   
  }
  #lamp{ /*--パフェ専門店LAMP--*/
    margin-top: -140px;
    padding-top: 140px;   
  }
  #meta{ /*--メタセコイア並木道--*/
    margin-top: -140px;
    padding-top: 140px;   
  }
  #land{ /*--マキノピックランド--*/
    margin-top: -140px;
    padding-top: 140px;   
  }
  #tubame{ /*--なみ木食堂ツバメ--*/
    margin-top: -140px;
    padding-top: 140px;   
  }
  #shrine{ /*--白鬚神社--*/
    margin-top: -140px;
    padding-top: 140px;   
  }
  #stagex{ /*--STAGEX高島--*/
    margin-top: -140px;
    padding-top: 140px;   
  }
  #hall{ /*--中江藤樹記念館--*/
    margin-top: -140px;
    padding-top: 140px;   
  }

  
  
  /*------------------ドライブカー------------------*/
  .drive_area{
    padding: 20px 0;
  }

  .drive_text_info{
    display: block;
  }

  .drive_text{
    width: auto;
  }

  .drive_text>li:nth-child(1){
    font-size: 1.5rem;
    padding-top: 8px;
    padding-bottom: 10px;
  }
  .drive_text>li:nth-child(2){
    font-size: 2rem;
    padding-bottom: 7px;
  }
  .drive_text>li:nth-child(3){
    font-size: 1.4rem;
    line-height: 1.5;
  }
  /*------------------詳細はコチラから------------------*/
  .balloon_area{
    top: -20px;
    right: 5px;
  }
  .balloon_btm>a{ /*--吹き出し本体--*/
    width: 200px;
    padding: 8px 10px;
  }
  .balloon_btm>a:before{ /*--吹き出し--*/ 
    display: none;
  }
  .balloon_btm>a:after{ /*--吹き出し--*/
    display: none;
  }
  /*------------------試乗車------------------*/
  .test_car>a{
    margin-top: 6px;
    display: block;  
    padding: 9px 0;
    width: auto;
    line-height: 1.2;
  }

  
  
  /*------------------びわこ箱館山------------------*/
  .biwako_text_area{
    display: block;
    padding-top: 17px;
  }
  .biwako_text_area>li:first-child{
    width: auto;
  }

  .biwako_text{
    margin-bottom: none;
  }

  .biwako_map{
    padding: 10px 0 0;
  }

  .biwako_sub_top{
    margin-top: 10px;
  }
  .biwako_sub_top>:nth-child(1){
    padding-top: 10px;
  }
  .biwako_sub_top>:nth-child(3){
    padding-top: 14px;
  }

  .biwako_sub_bott>:nth-child(1){
    margin-top: -10px;  
  }
  .biwako_sub_bott>:nth-child(2){
    padding-top: 60px;
  }
  .biwako_sub_bott>:nth-child(3){
    padding-top: 26px;
  }

  .biwako_sub_img{
    padding-bottom: 10px;
    z-index: 1;
  }

  .biwako_sub_copy{
    top: 12vh;
    left: 28vw;
    width: 45vw
  }

  .biwako_sub_area{
    background-image: url("../drive/drive_img/biwako_patt_sp.png");
  }
  /*------------------スライド画像------------------*/
  .slider img {
    margin-bottom: 30px;
  }



  /*------------------パフェ専門店LAMP------------------*/
  .lamp_copy{
    width: 27vw;
    top: -40px;
    right: -14px;
  }

  .lamp_text_area{
    padding: 17px 0 5px;
    display: block;
  }
  
  .lamp_sub_area{
    display: none;  
  }

  .lamp{
    display: none;
  }

  .lamp_ann{
    margin-left: 0;
  }
  /*------------------冬はスキー場に------------------*/
  .ski_area{
    margin-bottom: 30px;
    padding: 15px 20px;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    background: linear-gradient(180deg, rgba(0,175,236,1) 0%, rgba(0,88,170,1)100%);
  }

  .ski_text_area{
    display: block;
  }
  .ski_text_area>li:nth-child(1){
    margin-right: 0;
  }

  .ski_text>li:nth-child(1){
    padding-top: 10px;  
    font-size: 2.2rem;
  }
  .ski_text>li:nth-child(2){
    padding-top: 5px;
    font-size: 1.3rem;
    line-height: 1.5; 
  }

  
  
  /*------------------メタセコイア並木道------------------*/
  .tree_area{
    max-width: auto;
    margin-bottom: 40px;
    display: block;
  }
  .tree_area>li:nth-child(1){
    width: auto;
  }
  .tree_area>li:nth-child(2){ /*--幅から飛び出す--*/
    padding-top: 10px;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw); 
  }
  
  .tree_main_img{
    width: 100vw;
  }

  .tree_patt{
    bottom: 400px;
    left: -40px;
  }



  /*------------------マキノピックランド------------------*/
  .land_area{
    margin-bottom: 30px;
    display: block;
  }
  .land_area>li:nth-child(1){
    margin-right: 0;
  }

  .land_img{
    padding-bottom: 17px;
  }

  .land_patt{
    bottom: -20px;
  }

  
  
  /*------------------なみ木食堂ツバメ------------------*/
  .tubame_area{
    margin-bottom: 30px;
    display: block;
  }
  .tubame_area>li:nth-child(1){
    margin-left: 0;
  }

  .tubame_img{
    padding-bottom: 30px;
  }

  .tubame_sub01{
    width: 40vw;
    bottom: 6px;
    right: -5px;
  }

  .tubame_patt{
    width: 90%;
    bottom: 100px;
    left: -40px;
  }  

  

  /*------------------白鬚神社------------------*/
  .shrine_img{
    padding-bottom: 17px;  
    width: 100vw;
    margin: 0 calc(50% - 50vw);     
  }

  .shrine_copy{
    width: 45vw;
    top: 6px;
    left: 10px;
  }

  .shrine_sub{
    display: none;
  }

  .shrine_text_area{
    padding-bottom: 30px;
    display: block;
  }

  .shrine_text_area>li:nth-child(2){
    margin-left: 0;
  }

  .shrine_patt{
    display: none;
  }



  /*------------------STAGEX高島------------------*/
  .item{
    padding: 15px 0 20px;
    display: block;
  }
  .item>li{
    width: auto;
    padding-bottom: 20px;
  }
  .item>li:last-child{
    padding-bottom: 0;
  }  

  .totonoe>li:nth-child(2){
    padding-top: 5px;
    font-size: 1.3rem;
    line-height: 1.5;  
  }

  .totonoe_title{
    width: 50vw;  
    top: -20px;
    left: -10px;
  }

  .stagex_text_area{
    padding-bottom: 30px;
    display: block;
  }
  .stagex_text_area>li:nth-child(1){
    width: auto;  
  }

  .stagex_sub{
    display: none;
  }  



  /*------------------中江藤樹記念館------------------*/
  .hall_img_area{
    padding: 14px;
    border-radius: 0 0 12px 12px;
  }

  .hall_info_area{
    display: block;
  }
  .hall_info_area>li:nth-child(1){
    width: auto;
  }

  .hall_sub{
    display: none;
  }
  
  

  /*------------------陽明園------------------*/
  .garden_area{
    margin-top: 20px;
    padding: 10px;
    border-radius: 12px;
    display: block;
}
  .garden_area>li:nth-child(2){
    margin-left: 0;
    width: auto;
  }

  .garden_text>li:nth-child(2){
    padding-top: 10px;
    font-size: 2.2rem; 
  }
  .garden_text>li:nth-child(3){
    padding-top: 4px;
    font-size: 1.3rem;
    line-height: 1.5; 
  }
  
  

  /*------------------バックナンバー部分------------------*/
  .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;
  }

  
  
 }



