@charset "UTF-8";

/********************************************************************
  追加
********************************************************************/
/*margin-bottom　外側の下方向にスペースを空けたい時に使用*/
.m_mb15{margin-bottom: -15px!important;}
.m_mb30{margin-bottom: -30px!important;}
.m_mb45{margin-bottom: -45px!important;}
.m_mb70{margin-bottom: -70px!important;}
.mb5{margin-bottom: 5px!important;}
.mb10{margin-bottom: 10px!important;}
.mb15{margin-bottom: 15px!important;}
.mb20{margin-bottom: 20px!important;}
.mb25{margin-bottom: 25px!important;}
.mb30{margin-bottom: 30px!important;}
.mb35{margin-bottom: 35px!important;}
.mb40{margin-bottom: 40px!important;}
.mb45{margin-bottom: 45px!important;}
.mb50{margin-bottom: 50px!important;}
.mb60{margin-bottom: 60px!important;}
.mb65{margin-bottom: 60px!important;}
.mb70{margin-bottom: 70px!important;}
.mb80{margin-bottom: 80px!important;}
.mb90{margin-bottom: 80px!important;}
.mb100{margin-bottom: 100px!important;}
.mb110{margin-bottom: 110px!important;}
.mb120{margin-bottom: 120px!important;}
.mb130{margin-bottom: 130px!important;}
.mb150{margin-bottom: 150px!important;}
.mb180{margin-bottom: 180px!important;}
.mb200{margin-bottom: 200px!important;}

/*margin-top 　外側の上方向にスペースを空けたい時に使用*/
.mt20{margin-top: 20px!important;}
.mt25{margin-top: 25px!important;}
.mt50{margin-top: 50px!important;}
.mt80{margin-top: 80px!important;}

/*margin-right 　外側の右方向にスペースを空けたい時に使用*/
.mr10{margin-right: 10px!important;}
.mr15{margin-right: 15px!important;}

/*margin-left 　外側の右方向にスペースを空けたい時に使用*/
.ml10{margin-left: 10px!important;}
.ml15{margin-left: 15px!important;}

/*padding-top　内側の上方向にスペースを空けたい時に使用*/
.pt10{padding-top: 10px!important;}
.pt20{padding-top: 20px!important;}
.pt30{padding-top: 30px!important;}

/*padding-bottom　内側の下方向にスペースを空けたい時に使用*/
.pb20{padding-bottom: 20px!important;}
.pb30{padding-bottom: 30px!important;}

/*margin マイナス*/
.mb-minus10{margin-bottom: -10px!important;}
.mb-minus15{margin-bottom: -15px!important;}
.mb-minus20{margin-bottom: -20px!important;}
.mb-minus25{margin-bottom: -25px!important;}
.mb-minus30{margin-bottom: -30px!important;}
.mb-minus35{margin-bottom: -35px!important;}
.mb-minus40{margin-bottom: -40px!important;}

/*横幅のサイズ指定*/
.width10{width: 10%!important;}
.width15{width: 15%!important;}
.width16{width: 16%!important;}
.width17{width: 17%!important;}
.width18{width: 18%!important;}
.width19{width: 19%!important;}
.width20{width: 20%!important;}
.width21{width: 21%!important;}
.width22{width: 22%!important;}
.width23{width: 23%!important;}
.width24{width: 24%!important;}
.width25{width: 25%!important;}
.width26{width: 26%!important;}
.width27{width: 27%!important;}
.width28{width: 28%!important;}
.width29{width: 29%!important;}
.width30{width: 30%!important;}
.width31{width: 31%!important;}
.width32{width: 32%!important;}
.width33{width: 33%!important;}
.width34{width: 34%!important;}
.width35{width: 35%!important;}
.width36{width: 36%!important;}
.width37{width: 37%!important;}
.width38{width: 38%!important;}
.width39{width: 39%!important;}
.width40{width: 40%!important;}
.width41{width: 41%!important;}
.width42{width: 42%!important;}
.width43{width: 43%!important;}
.width44{width: 44%!important;}
.width45{width: 45%!important;}
.width46{width: 46%!important;}
.width47{width: 47%!important;}
.width48{width: 48%!important;}
.width49{width: 49%!important;}
.width50{width: 50%!important;}
.width51{width: 51%!important;}
.width52{width: 52%!important;}
.width53{width: 53%!important;}
.width54{width: 54%!important;}
.width55{width: 55%!important;}
.width56{width: 56%!important;}
.width57{width: 57%!important;}
.width58{width: 58%!important;}
.width59{width: 59%!important;}
.width60{width: 60%!important;}

.width65{width: 65%!important;}
.width70{width: 70%!important;}
.width80{width: 80%!important;}
.width81{width: 81%!important;}
.width82{width: 82%!important;}
.width83{width: 83%!important;}
.width84{width: 84%!important;}
.width85{width: 85%!important;}
.width90{width: 90%!important;}
.width100{width: 100%!important;}

/*text　テキストの揃え方指定　親要素に入れること*/
.text-left{text-align: left!important;}/*左揃え*/
.text-right{text-align: right!important;}/*右揃え*/
.text-center{text-align: center!important;}/*中央ぞろえ*/

/*img　画像の揃え方　クラス名のみ親要素に入れること(margin_○○ img　←imgは不要)*/
.margin-right img{margin: 0 0 0 auto!important;}
.margin-left img{margin: auto 0 0 0!important;}

/*possition　基準となる位置を決める　親要素に入れること*/
.position-relative{position: relative;}/*従来の位置*/
.position-absolute{position: absolute;}/*親の左上が基準*/

/*flex　横並びに使用　親要素に入れる 子要素はwidthで横幅を決めておくこと*/
.flex{display: flex;}

/*flex使用時のコンテンツの配置　flexと同じく親要素に入れること*/
.justify-sb{justify-content: space-between;}/*左右にわける*/
.justify-sa{justify-content: space-around;}/* 各アイテムを均等に配置し各アイテムの両側に半分の大きさの間隔を置く */
.justify-left{justify-content: left;}/*左配置*/
.justify-flex-end{justify-content: flex-end;}/*要素の終わり*/
.justify-se{justify-content: space-evenly;}/* 各アイテムを均等に配置し各アイテムの周りに同じ大きさの間隔を置く */
.justify-center{justify-content: center;}/*真ん中*/

.items-center{align-items: center;}/*子要素を上下中央で揃える*/
.flex-wrap{flex-wrap: wrap;}/*コンテンツを折り返す*/
.flex-end{align-items: flex-end;}/*下揃え*/
.row-reverse{flex-direction: row-reverse;}/*順番入れ替え*/

.flex-shrink{flex-shrink: 0;}/*要素を折り返しさせない*/
.flex-grow{flex-grow:1;}/*高さを揃える※親要素にflex-direction:columnを入れること*/
.flex-direction{flex-direction:column;}/*上から下に垂直方向に並べる*/
.margin-top-auto{margin-top: auto;}/*親要素にflexとflex-direction:column;で下揃え*/

/********************************************************************
  共通
********************************************************************/
html {
  scroll-behavior: smooth; /* スムーススクロール */
}

/*line-heightリセット*/
#yomtravel4 p,#yomtravel4 a,#yomtravel4 ul li,#yomtravel4 h1,#yomtravel4 h2,#yomtravel4 h3,#yomtravel4 h4,#yomtravel4 h5,#yomtravel4 h6,#yomtravel4 h7{
  line-height: 1;
}

/*buttonリセット*/
#yomtravel4 button{padding: 0; background: none; border: none;}

/*ページ全体の指定*/
#yomtravel4{
  margin: 0 auto;/*中央揃え*/
  max-width: 770px;/*最大横幅*/
	background: url(/auto/images/fix/feature/250228_yomtravel4/pcc/bg.jpg) repeat-y top center;/*背景色*/
  text-align: center;/*テキスト中央揃え*/
}

/*ページの内側共通*/
#yomtravel4 .wrap{
  margin: 0 auto;/*中央揃え*/
  padding: 50px 0 80px 0;/*要素の上下余白*/
  max-width: 660px;/*最大横幅*/
  box-sizing: border-box;
}

/*ページ内の文章指定*/
#yomtravel4 p{
    text-align: center;/*中央揃え*/
    color: #24281f;/*文字色*/
    font-size: 1.3rem;/*フォントサイズ*/
  letter-spacing:  0em;/*文字間*/
  line-height: 2.8rem;/*行間*/
}

#yomtravel4 img{
  max-width: 100%;
  height: auto;
  margin: 0 auto;
    display: block;
}

#yomtravel4 .img_width100 img{width: 100%;}
#yomtravel4 .img_auto img{width: auto!important;}

/*色*/
#yomtravel4 .orange{color: #f19007!important;}
#yomtravel4 .red{color: #f60e39!important;}
#yomtravel4 .wine-red{color: #c93b66!important;}
#yomtravel4 .blue{color: #0fc3c8!important;}
#yomtravel4 .light-blue{color: #0fc3c8!important;}
#yomtravel4 .green{color: #00a1be!important;}
#yomtravel4 .pink{color: #f72982!important;}
#yomtravel4 .white{color: #fff!important;}
#yomtravel4 .black{color: #00000a!important;}

/*太字*/
#yomtravel4 .bold{font-weight: bold;}

/*リスト*/
#yomtravel4 ul{
  text-align: left;
  list-style: none;
}
#yomtravel4 ul li{
  font-size: 1.6em;
  color: #24281f;
}

#yomtravel4 p,#yomtravel4 h2{font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";}
 
/********************************************************************
  アニメーション
********************************************************************/
/*ぽよん*/
.fade-in-image {
  opacity: 0;
  transform: scale(0);
  transition: all 2s ease;
}

@keyframes bounce {
  0% {
    transform: scale(0);
    opacity: 0;
  }
  50% {
    transform: scale(1.25);
    opacity: 1;
  }
  70% {
    transform: scale(0.9);
  }
  100% {
    transform: scale(1);
  }
}

.fade-in-image.show {
  opacity: 1;
  transform: scale(1);
  animation: bounce 0.8s ease forwards;
}

/*ふわっと表示*/
.fade {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.8s, transform 1s;
}

.fade.active {
  opacity: 1;
  transform: translateY(0px);
}

/********************************************************************
  nav
********************************************************************/
#yomtravel4 nav ul li{
  opacity: 0;
}

.fadeUp {
animation-name:fadeUpAnime;
animation-duration:0.5s;
animation-fill-mode:forwards;
opacity: 0;
}

@keyframes fadeUpAnime{
  from {
    opacity: 0;
  transform: translateY(100px);
  }

  to {
    opacity: 1;
  transform: translateY(0);
  }
}
/********************************************************************
  見出し
********************************************************************/
#yomtravel4 h1 img{border: none!important;}

/********************************************************************
  リンク
********************************************************************/
/*タイトル、作家名*/
#yomtravel4 h3 a:hover, #yomtravel4 h4 a:hover{color: #fff;}
#yomtravel4 h3 a, #yomtravel4 h4 a{color: #fff; text-decoration: none;}
#yomtravel4 a:hover {text-decoration: none;}

/*ボタン*/
#yomtravel4 ul.link-button li{text-align: center;}

#yomtravel4 ul.link-button a:hover{text-decoration: none;}

#yomtravel4 ul.link-button li a{
  padding: 12px 0 12px 0;
  width: 100%;
  font-size: 3rem;
  font-weight: bold;
  text-indent: 1rem;
  letter-spacing: 1rem;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
  display: inline-block;
}

#yomtravel4 ul.link-button li:nth-child(1) a{
  color: #fff;
  background: #032ebb;
  border: 4px solid #fff;
  box-shadow: 0 7px 0px 0px #fff;
}

#yomtravel4 ul.link-button li:nth-child(2) a{
  color: #032ebb;
  background: #fff;
  border: 4px solid #032ebb;
  box-shadow: 0 7px 0px 0px #032ebb;
}

/********************************************************************
  TOP
********************************************************************/
#yomtravel4 .camTerm{
  color: #fff;
  font-size: 1.8rem;
  font-weight: normal;
  font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
  display: inline-block;
}

#yomtravel4 .map img{margin: auto 0 0 0;}
#yomtravel4 .yomby{position: absolute; right: 20px; bottom: 0;}

#yomtravel4 .coupon-box{
  padding: 4px 0 4px 0;
  margin: 0 auto;
  width: 660px;
  background: #fff;
  box-sizing: border-box;
}

  #yomtravel4 p.not-applicable{font-size: 1.8rem; color: #fff}
  #yomtravel4 p.not-applicable a{color: #62e9ff; text-decoration: underline;}
  #yomtravel4 .coupon-box a{color: #0088cc; text-decoration: underline;}

/********************************************************************
  各都道府県/書影
********************************************************************/
#yomtravel4 .section-comic{
	background: url(/auto/images/fix/feature/250228_yomtravel4/pcc/bg.jpg) repeat-y top center;
} 

/*都道府県名*/
#yomtravel4 h2{
  padding: 5px 0 5px 0;
  color: #fff;
  font-size: 4.2rem;
  letter-spacing: 0.2rem;
  background: #36c6de;
}

#yomtravel4 h2 span{display: block;}

/*タイトル、作家名*/
#yomtravel4 h3 span, #yomtravel4 h4 span{
  color: #fff;
  display: inline;
  text-decoration: underline;
    text-decoration-thickness: from-font;
}

#yomtravel4 h3{font-size: 3.2rem;}
#yomtravel4 h4{font-size: 1.6rem;}

#yomtravel4 .subtitle{font-size: 1.8rem;}

#yomtravel4 .icon{
  position: absolute;
  top: 50%;
  left: 30px;
  animation:3s linear infinite rotation;
}

@keyframes rotation{
  0%{ 
    transform:rotateY(0) translateY(-50%);
    -webkit-transform: rotateY(0) translateY(-50%);
    -ms-transform: rotateY(0) translateY(-50%);
  }
  100%{
    transform:rotateY(360deg) translateY(-50%);
    -webkit-transform:rotateY(360deg) translateY(-50%);
    -ms-transform:rotateY(360deg) translateY(-50%);
  }
}

/*クーポン*/
#yomtravel4 .coupon{
  padding: 12px 20px 12px 20px;
  color: #032ebb;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1;
  background: #fff;
  border: 2px dashed #032ebb;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  display: inline-block;
}

/*コメント*/
#yomtravel4 .comment{
  padding: 30px 40px 30px 40px;
  font-size: 1.5rem;
  background: #fff;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
}

/********************************************************************
  h3タグ（タイトル）調整
********************************************************************/
/*ゴールデンカムイ*/
#yomtravel4 #hokkaido ul.other-comic li:nth-child(1) h3{font-size: 3rem !important;}

/*梅さんと小梅さん*/
#yomtravel4 #akita ul.other-comic li:nth-child(3) h3{font-size: 3rem !important;}


/********************************************************************
  書影調整
********************************************************************/
#yomtravel4 #hyogo .fate-img img{max-width: 240px;}

/********************************************************************
  footer
********************************************************************/
#yomtravel4 footer{
  width: 770px;
	background: url(/auto/images/fix/feature/250228_yomtravel4/pcc/bg.jpg) repeat-y top center;
}

#yomtravel4 footer h5{
    font-size: 2.8rem;
    color: #fff;
    text-align: center;
    font-weight: bold;
}

/********************************************************************
  上部クーポンarea非表示
********************************************************************/
.contents_right .couponArea2022{display: none;}