@charset "UTF-8";
@font-face {
    font-family: 'Antonio';
    src: url('../fonts/Antonio-Regular.ttf') format('truetype');
  }
/* CSS Document */

a:hover {
    color: #CCC;
    text-decoration: underline;
}

ul li {
  list-style: none;
}

section {
    display: block;
    unicode-bidi: isolate;
}

#sub {}

#sub article.cWrap {
    width: 730px;
    float: none;
    margin: 0 auto;
}

/*---------------------------------
	タイトル部
---------------------------------*/

#sub .fvTitleSet {}

/* ページタイトル(英字) */
#sub .fvTitleSet em {
    font-family: 'Antonio', sans-serif;
    font-size: 2.4rem;
    font-weight: 200;
    font-style: normal;
    line-height: 1em;
    color: #74C133;
	background: url("../img/icon_melon.gif") no-repeat left 15px;
	padding-left: 30px;
}

/* ページタイトル(日本語) */
#sub .fvTitleSet em span{
		font-size: 1.2rem;
		margin-left: 10px;
		color: #000;
		letter-spacing: 2px;
}

/* ページ見出し */
#sub .fvTitleSet h2 {
    font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
    font-size: 1.7rem;
    font-weight: 600;
    line-height: 1.4em;
    color: #333;
    border-bottom: 6px dotted #ccc;
    padding: 5px 0 15px;
    display: flex;
}

#sub .fvTitleSet h2::after {
    content: '';
    background: url("../img/title_line.png") no-repeat;
    flex-grow: 2;
    margin-left: 20px;
}

.fullwidth {
    width: auto !important;
    float: none !important;
    margin: 0 auto !important;
}

@media screen and (max-width:640px) {
    #sub article.cWrap {
        float: none;
        width: auto;
        margin-bottom: 50px;
    }
		#sub .fvTitleSet em {
			font-size: 2.3rem;
		}
		#sub .fvTitleSet em span {
			font-size: 1rem;
			letter-spacing: 1px;
		}
		#sub .fvTitleSet h2 {
			font-size: 1.3rem;
		}
}

.movieWrap .read {
    padding: 20px 0 30px;
}

/* ページキャッチコピー */
.movieWrap .read h2 {
    font-size: 160%;
    line-height: 130%;
    letter-spacing: 2px;
    margin-bottom: 10px;
    color: #DE7369;
    font-weight: bold;
}

/* ページ詳細文 */
.movieWrap .read .text {
    font-size: 110%;
    letter-spacing: 1px;
}

/*---------------------------------
	動画部
---------------------------------*/
.movieWrap{}

.movieWrap .movie{
  margin: 0 0 40px;
  padding: 0 0 60px;
  border-bottom: 3px dotted #ccc;
}

/* 動画タイトル */
.movieWrap .movie h2{
  display: flex;
  align-items: center;
  font-size: 180%;
  font-weight: 600;
  font-family: "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
  border-bottom: 1px solid #ccc;
  margin: 0 0 20px;
  padding: 15px 0;
}

.movieWrap .movie h2:before{
  content: url("../img/icon_movie.png");
  margin-right: 10px;
}

.movieWrap .movie dl{}
.movieWrap .movie dl dt{}
.movieWrap .movie dl dt img{
  width: 100%;
}

/* 動画詳細文 */
.movieWrap .movie dl dd{
  font-size: 100%;
  padding: 20px 10px;
}

/* 動画部タグ */
.movieWrap nav.tag {
  background: #E4E4E4;
  display: flex;
  align-items: center;
  padding: 10px;
  margin-bottom: 40px;
}
.movieWrap nav.tag p{
  font-size: 100%;
  font-weight: 600;
  width: 150px;
}
.movieWrap nav.tag p:after{
  content: '▲';
  transform: rotate(90deg);
  display: inline-block;
  margin-left: 10px;
  color: #999;
  font-size: 70%;
  vertical-align: middle;
}
.movieWrap nav.tag ul{
  display: flex;
  flex-wrap: wrap;
  width: 580px;
}
.movieWrap nav.tag ul li a{
  font-size: 100%;
  display: block;
  background: #5e5e5e;
  color: #fff;
  padding: 3px 10px;
  margin: 2px;
  border-radius: 20px;  
}
.movieWrap nav.tag ul li a:hover{
  background: #7b7b7b;
  text-decoration: none;
}

/*---------------------------------
	ギャラリー部
---------------------------------*/

/* ギャラリー部見出し */
.movieWrap h3{
  font-size: 120%;
  letter-spacing: 2px;
}

/* ギャラリー部見出しイタリック */
.movieWrap h3 i{
  font-size: 90%;
  font-style: normal;
  background: #CA746B;
  color: #fff;
  border-radius: 50px;
  padding: 2px 15px;
  margin-right: 10px;
}

.movieWrap .movieArea{
  display: flex;
  flex-wrap: wrap;
  margin: 10px 0;
}
.movieWrap .movieArea .movieBox{
  background: #E4E4E4;
  padding: 10px;
  box-sizing: border-box;
  width: 230px;
  margin: 10px 6px;
}
.movieWrap .movieArea .movieBox dl{
  background: #fff;
}
.movieWrap .movieArea .movieBox dl dt{
  position: relative;
}
.movieWrap .movieArea .movieBox dl dt a:after{
  content: url("../img/movie_btn.png");
  position: absolute;
  top: 50%; left: 0; right: 0;
  transform: translateY(-50%);
  text-align: center;
}
.movieWrap .movieArea .movieBox dl dt img{
  width: 100%;
  height: auto;
}

.movieWrap .movieArea .movieBox dl dd{
  padding: 7px;
  height: 64px;
  margin-bottom: 5px;
  overflow: hidden;
  font-weight: 600;
}

/* ギャラリー小窓見出し */
.movieWrap .movieArea .movieBox dl dd h3{
  font-size: 100%;
  letter-spacing: 0;
}

/* ギャラリー小窓詳細文 */
.movieWrap .movieArea .movieBox dl dd p{
  font-size: 90%;
  letter-spacing: 0;
}

.movieWrap .movieArea .movieBox .tag{
  display: flex;
  justify-content: flex-end;
	flex-wrap: wrap;
	padding: 5px;
}

/* ギャラリー部タグ */
.movieWrap .movieArea .movieBox .tag li a{
  display: block;
  background: #5e5e5e;
  color: #fff;
  padding: 1px 8px;
  margin: 2px;
  border-radius: 20px;  
  font-size: 85%;
}
.movieWrap .movieArea .movieBox .tag li a:hover{
  background: #7b7b7b;
  text-decoration: none;
}

/*---------------------------------
	ページナビ部
---------------------------------*/
.pageNav {
	font-size:100%;
    text-align: center;
    padding: 20px 0;
}
.pageNav a {
    color: #78BD36;
}

@media screen and (max-width:640px){
  
  .movieWrap nav.tag {
    align-items: flex-start;
    flex-direction: column;
    padding: 10px;
  }
  .movieWrap nav.tag p {
    margin-bottom: 5px;
  }
  .movieWrap nav.tag p:after {
    transform: rotate(180deg);
  }
  .movieWrap nav.tag ul {
    width: 100%;
  }
  .movieWrap .movieArea .movieBox {
    width: 100%;
  }
}

/*---------------------------------
	inner
---------------------------------*/
.inner {
  width: 1024px;
  margin-right: auto;
  margin-left: auto;
}

@media screen and (max-width: 640px) {
  .inner {
    width: auto;
    margin: 0;
    padding: 3%;
  }
}

/*---------------------------------
	clearfix
---------------------------------*/
.clearfix {
zoom:1;
}

.clearfix:after{
content:".";
display: block;
height:0px;
clear:both;
line-height:0;
visibility:hidden;
}

.clearBox {
	font-size: 0.1px;
	line-height: 1%;
	clear: both;
	height: 0px;
	width: 0px;
}
/*---------------------------------
	recommend
---------------------------------*/

.R_list {
  margin-top: 30px;
}

.R_list .R_title {
  font-size: 120%;
  line-height: 100%;
  font-weight: 400;
  letter-spacing: 2px;
  margin-bottom: 20px;
  background: url("../img/icon_reco.png") #f2f2f2 10px no-repeat;
  background-size: 30px;
  padding: 10px;
  padding-left: 50px;
}

.R_list ul {
  letter-spacing: -5px;
}

.R_list li {
  display: inline-block;
  letter-spacing: 0;
  vertical-align: top;
  width: 23.9%;
  margin-right: 1.4%;
}

.R_list li:last-child {
  margin-right: 0;
}

.R_list dl {
}

.R_list dt {
}

.R_list dt img {
  width: 100%;
}

.R_list dd {
}

.R_list dd .catTitle {
  position: relative;
  margin-bottom: 10px;
  text-align: center;
}

.R_list dd .catTitle span {
  color: #ffffff;
  font-size: 85%;
  line-height: 100%;
  display: block;
  font-style: normal;
  padding: 10px 5px 9px 5px;
  letter-spacing: 0px;
}

.R_list dd .catTitle .feature {
  background-color: rgba(212, 116, 106, 0.8);
}

.R_list dd .catTitle .eat {
  background-color: rgba(120, 189, 54, 0.8);
}

.R_list dd .catTitle .cook {
  background-color: #bf387a;
}

.R_list dd .catTitle .journey {
  background-color: rgba(239, 194, 58, 0.8);
}

.R_list dd h3 {
  font-size: 100%;
  line-height: 120%;
  letter-spacing: 2px;
}

.R_list dd aside {
  display: none;
  margin-top: 10px;
}

.R_list dd aside.ft .data {
  font-family: Fjalla;
  font-weight: bold;
  float: left;
  font-size: 100%;
  line-height: 110%;
}

.R_list dd aside.ft .icon_cat {
  float: right;
  border-left: solid 1px #333333;
  padding-left: 10px;
}

@media screen and (max-width: 640px) {
  .R_list li {
    width: 49%;
    margin-right: 2%;
    margin-bottom: 15px;
  }

  .R_list li:nth-child(even) {
    margin-right: 0;
  }
}

/*---------------------------------
	recimg
---------------------------------*/

.recimg a {
  display: block;
  padding-top: 65%;
  background-size: cover;
  background-position: center;
}


