@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 　外側の右方向にスペースを空けたい時に使用*/
.mr5{margin-right: 5px!important;}
.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リセット*/
#yomtravel6 p,#yomtravel6 a,#yomtravel6 ul li,#yomtravel6 h1,#yomtravel6 h2,#yomtravel6 h3,#yomtravel6 h4,#yomtravel6 h5,#yomtravel6 h6,#yomtravel6 h7{
	line-height: 1;
}

/*buttonリセット*/
#yomtravel6 button{padding: 0; background: none; border: none;}

/*ページ全体の指定*/
#yomtravel6{
	margin: 0 auto;/*中央揃え*/
	max-width: 770px;/*最大横幅*/
	background: url(/auto/images/fix/feature/250613_yomtravel6/images/pcc/bg.png) repeat-y top center;/*背景色*/
	text-align: center;/*テキスト中央揃え*/
}

/*ページの内側共通*/
#yomtravel6 .wrap{
	margin: 0 auto;/*中央揃え*/
	padding: 50px 0 55px 0;/*要素の上下余白*/
	max-width: 660px;/*最大横幅*/
	box-sizing: border-box;
}

/*ページ内の文章指定*/
#yomtravel6 p{
    text-align: center;/*中央揃え*/
    color: #1a1a1a;/*文字色*/
    font-size: 1.3rem;/*フォントサイズ*/
	letter-spacing:  0em;/*文字間*/
	line-height: 2.8rem;/*行間*/
}

#yomtravel6 img{
	max-width: 100%;
	height: auto;
	margin: 0 auto;
    display: block;
}

#yomtravel6 .img_width100 img{width: 100%;}
#yomtravel6 .img_auto img{width: auto!important;}

/*色*/
#yomtravel6 .orange{color: #f19007!important;}
#yomtravel6 .red{color: #f60e39!important;}
#yomtravel6 .wine-red{color: #c93b66!important;}
#yomtravel6 .blue{color: #0fc3c8!important;}
#yomtravel6 .light-blue{color: #0fc3c8!important;}
#yomtravel6 .green{color: #00a1be!important;}
#yomtravel6 .pink{color: #f72982!important;}
#yomtravel6 .white{color: #fff!important;}
#yomtravel6 .black{color: #00000a!important;}

/*太字*/
#yomtravel6 .bold{font-weight: bold;}
#yomtravel6 .font22{font-size: 2.2rem;}

/*リスト*/
#yomtravel6 ul{
	text-align: left;
	list-style: none;
}
#yomtravel6 ul li{
	font-size: 1.6em;
	color: #24281f;
}

#yomtravel6 p,#yomtravel6 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
********************************************************************/
#yomtravel6 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);
  }
}
/********************************************************************
	見出し
********************************************************************/
#yomtravel6 h1 img{border: none!important;}

/********************************************************************
	リンク
********************************************************************/
/*タイトル、作家名*/
#yomtravel6 a {color: #f77732;}

#yomtravel6 h3 a:hover, #yomtravel6 h4 a:hover{color: #1a1a1a;}
#yomtravel6 h3 a, #yomtravel6 h4 a{color: #1a1a1a; text-decoration: none;}
#yomtravel6 a:hover {text-decoration: none;}

/*ボタン*/
#yomtravel6 ul.link-button li{text-align: center;}

#yomtravel6 ul.link-button a:hover{text-decoration: none;}

#yomtravel6 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;
}

#yomtravel6 ul.link-button li:nth-child(1) a{
	color: #fff;
	background: #f77732;
	border: 4px solid #fff;
	box-shadow: 0 7px 0px 0px #fff;
}

#yomtravel6 ul.link-button li:nth-child(2) a{
	color: #f77732;
	background: #fff;
	border: 4px solid #f77732;
	box-shadow: 0 7px 0px 0px #f77732;
}

/********************************************************************
	TOP
********************************************************************/
#yomtravel6 .camTerm{
	color: #1a1a1a;
	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;
}
#yomtravel6 .greetings{z-index: 100;}
#yomtravel6 .map-wrap{max-width: 730px; z-index: 10; top: -25px;}
#yomtravel6 .map img{margin: auto 0 0 0;}
#yomtravel6 .yomby{position: absolute; right: 0; bottom: 0;}

#yomtravel6 .coupon-box {
    padding: 12px 0 7px 0;
    margin: 0 auto;
    width: 660px;
    background: #fff;
    box-sizing: border-box;
    line-height: 28px;
}

#yomtravel6 .coupon-box a{text-decoration: underline;}
#yomtravel6 .attention {color:#fff; font-size: 1.7rem; font-weight: bold;}
#yomtravel6 .attention a{text-decoration: underline; color:#ffbf00;}

/********************************************************************
	各都道府県/書影
********************************************************************/
#yomtravel6 .section-comic{
	background: url(/auto/images/fix/feature/250613_yomtravel6/images/pcc/bg.png) repeat-y top center;
} 

/*都道府県名*/
#yomtravel6 h2{
	padding: 5px 0 5px 0;
	color: #fff;
	font-size: 4.2rem;
	letter-spacing: 0.2rem;
	background: #f77732;
}

#yomtravel6 h2 span{display: block;}

/*タイトル、作家名*/
#yomtravel6 h3 span, #yomtravel6 h4 span{
	color: #1a1a1a;
	display: inline;
	text-decoration: underline;
    text-decoration-thickness: from-font;
}

#yomtravel6 h3{font-size: 3.2rem;}
#yomtravel6 h4{font-size: 1.6rem;}

#yomtravel6 .subtitle{
	font-size: 1.8rem;
	display: inline-block;
    line-height: 1.4;
}

#yomtravel6 .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%);
	}
}

/*クーポン*/
#yomtravel6 .coupon{
	padding: 12px 20px 12px 20px;
	color: #f77732;
	font-size: 2rem;
	font-weight: bold;
	line-height: 1;
	background: #fff;
	border: 2px dashed #f77732;
	border-radius: 30px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	display: inline-block;
}

/*コメント*/
#yomtravel6 .comment{
	padding: 30px 20px 30px 20px;
	font-size: 1.5rem;
	background: #fff;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
}

/********************************************************************
	footer
********************************************************************/
#yomtravel6 footer{
	width: 770px;
	background: url(/auto/images/fix/feature/250613_yomtravel6/images/pcc/bg.png) repeat-y top center;
}
#yomtravel6 footer .history {
    font-size: 2.8rem;
    color: #1a1a1a;
    text-align: center;
    font-weight: bold;
}
#yomtravel6 footer h5 {
    font-size: 2.8rem;
    color: #1a1a1a;
    text-align: center;
    font-weight: bold;
}
.couponArea2022 {
    display: none;
}
