@charset "UTF-8";

#title{
	background: url(../img/pr/top/pr_main_pc.jpg) no-repeat top center #000;
	color: #AA922D;
	text-align: center;
	padding-top: 405px;
	}

#title.food{
	background: url(../img/pr/food/pr_food_main_pc.jpg) no-repeat top center #000;
	color: #AA922D;
	text-align: center;
	padding-top: 335px;
	}
#title.lifestyle{
	background: url(../img/pr/lifestyle/pr_lifestyle_main_pc.jpg) no-repeat top center #000;
	color: #AA922D;
	text-align: center;
	padding-top: 335px;
	}
#title .inner{
	padding: 50px 0;
}
#title h2{
	font-size: 52px;
	margin-bottom: 20px;
}
#title h2 span{
	font-size:16px;
	width:  100%;
	display:  block;
}
#title h3{
	font-size: 18px;
	margin-bottom: 10px;
	padding:0 4%;
}
#title h4{
}

#pr_img {
	width: 100%;
	background: url(../img/pr/top/pr_img_bg.jpg) repeat-x 0 0 #000;
	height: 280px;
	position: relative;
	background-size: auto;
	animation: bg-slider 28s linear infinite;
	margin:0;
	padding: 0 0 20px 0;
}
@keyframes bg-slider {
	from { background-position: 0 0; }
    to { background-position: -1920px 0; }
}


#pr_txt{
	background:#000;
	color: #AA922D;
	text-align: center;
	}
#pr_txt .inner{
	padding: 50px 0;
}
#pr_txt h2{
	font-size: 52px;
	margin-bottom: 20px;
}
#pr_txt h2 span{
	font-size:16px;
	width:  100%;
	display:  block;
}
#pr_txt h3{
	font-size: 18px;
	margin-bottom: 10px;
	padding:0 4%;
}
#pr_txt h4{
}

.point{
    background:  #000;
    color: #fff;
    padding: 50px 0;
}
.point h2{
    color: #aa922d;
    text-align:  center;
    font-size:  42px;
    margin: 0 0 20px 0;
}
.point h3{
    text-align:  center;
    margin: 0px 0 20px 0;
    font-size: 24px;
}
.point h3 span{
	background:#fff;
	color:#000;
	height: 50px;
	width: 50px;
	display: inline-block;
	border-radius: 25px;
	line-height: 50px;
	margin: 0 0 0 10px;
	font-size: 32px;
}
.point h4{
    text-align:  center;
    border:  1px solid #fff;
    font-size: 24px;
    padding: 10px 10px 10px 10px;
    margin: 0 0 20px 0;
}
.point h4 span.course-txt1{
    font-size: 18px;
    margin: 0 10px 0 0;
}
.point h4 span.course-txt2{
    font-size: 16px;
    margin: 0 0 0 10px;
}
.point p{
    text-align:  center;
    line-height:  1.2em;
    margin: 0 0 20px 0;
}
.course-list{
    margin: 40px auto 40px auto;
    width: 944px;
    overflow: hidden;
}
.course-list li{
	float:  left;
	margin: 0 10px 20px 10px;
}
.course-list li:nth-child(1){
	margin: 0 10px 20px 118px;
}
.course-list li a{
	display:inline-block;
	padding:0 0 0 0;
	background: #96822d;
	color:#fff;
	width:216px;
	height: 58px;
	padding: 10px 0 0px 0;
	border-radius: 5px;
	font-size: 24px;
	text-align:  center;
	position:  relative;
}
.course-list li a span{
	color:#FEE291;
	width:100%;
	display: block;
	font-size: 18px;
	margin: 5px 0 0 0;
}
.course-list li a:before{
	content:"";
	background: url(../img/common/arrow_icon1.png) no-repeat;
	display:  block;
	width: 13px;
	height: 23px;
	position:  absolute;
	right:  5px;
	top: 20px;
}
.course-list li a:hover{
	opacity: .6;
}

#lineup-tit{
	background: #aa922d;
}
#lineup-tit h2{
	text-align:center;
	color :#fff;
	padding:15px 0 5px 0;
	font-size: 50px;
}
#lineup-tit h3{
	font-size:14px;
    color: #fff;
    text-align:center;
    padding:0px 0 15px 0;
}

#lineup-food{
	background: url(../img/pr/top/pr_food_bg_pc.jpg) no-repeat top center #fff;
	/* background-size: cover; */
	color: #AA922D;
	text-align: center;
	padding-top: 353px;
	margin: 0 0 40px 0;
	/* height: 400px; */
	}
#lineup-lifestyle{
	background: url(../img/pr/top/pr_lifestyle_bg_pc.jpg) no-repeat top center #fff;
	/* background-size: cover; */
	color: #AA922D;
	text-align: center;
	padding-top: 353px;
	margin: 0 0 40px 0;
	/* height: 400px; */
	}
	
#lineup-food h2,
#lineup-lifestyle h2{
    font-size:  50px;
    margin: 20px 0 10px 0;
}
#lineup-food h2 span,
#lineup-lifestyle h2 span{
    font-size:  18px;
    margin: 0 0 0 10px;
}
#lineup-food h4,
#lineup-lifestyle h4{
    margin: 0 0 20px 0;
    color: #fff;
}

#prtop #lineup-food h4,
#prtop #lineup-lifestyle h4{
    color: #717071;
}

#lineup-food p.btn,
#lineup-lifestyle p.btn{}
#lineup-food p.btn img,
#lineup-lifestyle p.btn img{
    height:  40px;
}

.step-list{
	overflow:hidden;
}
.step-list li{
	float:left;
	width:464px;
	display:block;
	border-radius: 10px;
	border:2px solid #aa922d;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0 32px 60px 0;
}
.step-list li:nth-child(2n){
	margin: 0 0px 60px 0;
	position: relative;
}
.step-list li:nth-child(2n):before{
	content:"";
	background: url(../img/common/arrow_icon2.png) no-repeat;
	display:  block;
	width: 23px;
	height: 34px;
	position:  absolute;
	left: -29px;
	bottom: -50px;
}
.step-list li:nth-child(3){
	margin: 0 0px 60px 248px;
}
.step-list li:last-child:before{
	background:none;
}
.step-list li img{
	width:auto;
	height:196px;
}
.step-list li span{
	border-radius: 6px;
	background:#aa922d;
	margin: 0 40px 0 0;
	padding: 10px;
	display:  inline-block;
}

#lineup-main{
	background: #000;
	padding: 0 0 50px 0;
}
#lineup-main dl{
	overflow: hidden;
	margin: 0 0 20px 0;
}
#lineup-main dl dt{
	width: 480px;
	float: left;
}
#lineup-main dl dd{
	width: 480px;
	background: #AA922D;
	float: left;
	text-align:  center;
	height: 272px;
	color: #fff;
	position:relative;
}
#lineup-main dl dd h3{
	font-size: 34px;
	margin: 70px 0 10px 0;
}
#lineup-main dl dd h3 span{
	font-size: 23px;
	display:block;
}
#caution ul li,#caution p{
    font-size: 13px;
    color: #898989;
}

#title h4{
    color:#fff;
}
#lineup-main dl dd h4{
	
}
#lineup-main dl dd p{
	position:absolute;
	bottom: 10px;
	left:50%;
	margin: 0 0 0 -93px;
}
#lineup-main dl dd p img{
	height:40px;
}
#lineup-main dl:nth-child(2n) dt{
	float: right;
}
#lineup-main dl:nth-child(2n) dd{
	float: right;
}

#lineup-more{
	text-align:center;
	padding: 70px 0 50px 0;
}
#lineup-more h2{
	font-size:32px;
	margin:0 0 20px 0;
	color: #aa922d;
}
#lineup-more h2 span{
	font-size:21px;
	margin:0 0 0 10px;
}
#lineup-more ul{
	overflow:hidden;
	width:864px;
	margin:0 auto;
	text-align:  left;
}
#lineup-more ul li{
	width:  247px;
	float:  left;
	padding:0;
	margin: 0 55.5px 30px 0;
	vertical-align:  top;
}
#lineup-more ul li img{
	font-size:0;
	line-height:0;
	display:block;
}
#lineup-more ul li p{
	margin:8px 0 0 0;
}
#lineup-more ul li:nth-child(3n){
	margin:0 0 30px 0;
}
#lineup-more ul li a{
	color:#333;
	font-size:13px;
}

#lineup-food.bg-black{
	background: url(../img/pr/lifestyle/pr_food_bg_pc.jpg) no-repeat top center #000;
	/* background-size: cover; */
	color: #AA922D;
	text-align: center;
	padding-top: 353px;
	padding-bottom: 40px;
	margin:  0;
	/* height: 400px; */
	}
#lineup-lifestyle.bg-black{
	background: url(../img/pr/food/pr_lifestyle_bg_pc.jpg) no-repeat top center #000;
	/* background-size: cover; */
	color: #AA922D;
	text-align: center;
	padding-top: 353px;
	padding-bottom: 40px;
	margin:  0;
	/* height: 400px; */
	}

.grad-btn {
  /*.grad-btnのCSSは表示/非表示の動作には関係ないので、ご自由にどうぞ*/
  margin: 0 0 40px 0;
}
.grad-item {
  position: relative;
  overflow: hidden;
  height: 0px; /*隠した状態の高さ*/
}
.grad-item::before {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40px; /*グラデーションで隠す高さ*/
  background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 50%, rgba(255,255,255,0.9) 50%, #fff 100%);
  background: linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 50%, rgba(255,255,255,0.9) 50%, #fff 100%);
  content: "";
}
.grad-trigger {
  display: none; /*チェックボックスは常に非表示*/
}
.grad-trigger:checked + .grad-btn {
  display: none; /*チェックされていたら、grad-btnを非表示にする*/
}
.grad-trigger:checked ~ .grad-item {
  height: auto; /*チェックされていたら、高さを戻す*/
}
.grad-trigger:checked ~ .grad-item::before {
  display: none; /*チェックされていたら、grad-itemのbeforeを非表示にする*/
}


@media screen and (max-width: 640px) {
#navHead h1{
	width: 80%;
	margin: 1% 0 0 3%;
}
#title{
	background: url(../img/pr/top/pr_main_sp.jpg) no-repeat top center #000;
	background-size:100% auto;
	padding-top: 48vh;
	}
#title.food{
	background: url(../img/pr/food/pr_food_main_sp.jpg) no-repeat top center #000;
	background-size:100% auto;
	padding-top: 48vh;
	}
#title.lifestyle{
	background: url(../img/pr/lifestyle/pr_lifestyle_main_sp.jpg) no-repeat top center #000;
	background-size:100% auto;
	padding-top: 48vh;
	}
#title h2{
	font-size: 42px;
	margin-bottom: 4%;
	line-height:1em;
}
#title h2 span{
	width: 100%;
	display: block;
	margin: 2% 0 0 0;
}
#title h3{
	font-size: 14px;
	margin-bottom: 10px;
	padding:0 4%;
}
#title h4{font-size: 11px;padding:  0 4%;}


#pr_txt h2{
	font-size: 24px;
	margin-bottom: 4%;
	line-height:1em;
}
#pr_txt h2 span{
	font-size:13px;
	width:  100%;
	display:  block;
}
#pr_txt h3{
	font-size: 14px;
	margin-bottom: 10px;
	padding:0 4%;
}
#pr_txt h4{font-size: 11px;padding:  0 4%;}

#pr_img {
	width: 100%;
	background: url(../img/pr/top/pr_img_bg.jpg) repeat-x 0 0 #000;
	background-size:auto 100%;
	height: 24vh;
}
#description1{
	background: url(../img/description/description_bg1_sp.jpg) no-repeat top right #fff;
	background-size: 80% auto;
	height: 24vh;
}
#description1 h2{
	font-size:14px;
	width:40%;
	margin-left:5%;
	padding-top: 7vh;
}

#description2 {
	height: 20vh;
	background-size: auto 100%;
}


.point h2{
    font-size: 24px;
}
.point h3{
    text-align:  center;
    margin: 0px 0 20px 0;
    font-size: 18px;
}
.point h3 span{
	height: 40px;
	width: 40px;
	border-radius: 20px;
	line-height: 40px;
	margin: 0 0 0 10px;
	font-size: 26px;
}
.point h4{
	width:86%;
	margin:0 5% 5% 5%;
	font-size: 14px;
	padding:2% 2%;
}
.point h4 span.course-txt1{
    font-size: 13px;
    display: block;
    margin: 0;
}
.point h4 span.course-txt2{
    font-size: 10px;
    margin: 0 0 0 10px;
    display: inline;
}
.point p{
    font-size: 10px;
    padding: 0 4%;
}

.course-list{
    width: 90%;
    margin:0 auto;
}
.course-list li{
    width: 48%;
    margin:0 1% 2% 1% !important;
}
.course-list li{
	float:  left;
	margin: 0 10px 20px 10px;
}
.course-list li:nth-child(1){
	margin: 0 10px 20px 118px;
}
.course-list li a{
	display:inline-block;
	padding:0 0 0 0;
	background: #96822d;
	color:#fff;
	width: 100%;
	height: auto;
	padding: 10px 0 10px 0;
	border-radius: 5px;
	font-size: 20px;
	text-align:  center;
	position:  relative;
}
.course-list li a span{
	color:#FEE291;
	width:100%;
	display: block;
	font-size: 12px;
	margin: 5px 0 0 0;
}
.course-list li a:before{
	content:"";
	background: url(../img/common/arrow_icon1.png) no-repeat;
	background-size: 100% auto;
	display:  block;
	width: 3vw;
	height: 23px;
	position:  absolute;
	right:  5px;
	top: 20px;
}


#lineup-tit h2{
	text-align:center;
	color :#fff;
	padding:15px 0 5px 0;
	font-size: 50px;
}
#lineup-tit h3{
	font-size:14px;
    color: #fff;
    text-align:center;
    padding:0px 0 15px 0;
}

#lineup-food{
	background: url(../img/pr/top/pr_food_bg_sp.jpg) no-repeat top center #fff;
	background-size:100% auto;
	padding-top: 36vh;
	margin: 0 0 8% 0;
	}
#lineup-lifestyle{
	background: url(../img/pr/top/pr_lifestyle_bg_sp.jpg) no-repeat top center #fff;
	background-size:100% auto;
	padding-top: 36vh;
	margin: 0 0 8% 0;
}
#lineup-food.bg-black{
	background: url(../img/pr/lifestyle/pr_food_bg_sp.jpg) no-repeat top center #000;
	background-size:100% auto;
	padding-top: 36vh;
	margin: 0 0 8% 0;
	}
#lineup-lifestyle.bg-black{
	background: url(../img/pr/food/pr_lifestyle_bg_sp.jpg) no-repeat top center #000;
	background-size:100% auto;
	padding-top: 36vh;
	margin: 0 0 8% 0;
}

#lineup-food h2,
#lineup-lifestyle h2{
    font-size:  28px;
    margin: 20px 0 10px 0;
}
#lineup-food h2 span,
#lineup-lifestyle h2 span{
    font-size:  22px;
    margin: 0 0 0 10px;
}
#lineup-food h4,
#lineup-lifestyle h4{
	padding:0 4%;
	font-size:14px;
    margin: 0 0 20px 0;
}
#lineup-food p.btn,
#lineup-lifestyle p.btn{
	width:80%;
	margin:0 auto;
}
#lineup-food p.btn img,
#lineup-lifestyle p.btn img{
    height:auto;
}

#point1{
	background: url(../img/common/point1_bg_sp.jpg) no-repeat bottom center #000;
	padding-bottom: 21vh;
	background-size:100% auto;
}

#point2 #point2-img{
	height: 30vh;
	background-size:auto 100%;
}


#lineup-main dl{
	width: 90%;
	margin:0 auto 4% auto;
}
#lineup-main dl dt{
	width: 100%;
	float:none;
	font-size:  0;
	padding:  0;
	margin:  0;
}
#lineup-main dl dd{
	width: 100%;
	margin:0 auto;
	float:none;
	height:  auto;
}
#lineup-main dl dd h3{
	font-size: 21px;
	padding:4% 0 2% 0;
	margin: 0;
}
#lineup-main dl dd h3 span{
	font-size: 16px;
	display:block;
}
#lineup-main dl dd h4{
	font-size: 12px;
	padding:4% 2% 2% 2%;
}
#lineup-main dl dd p{
	position: relative;
	bottom: 10px;
	width:80%;
	margin: 5% auto 0 auto;
	left:  auto;
}
#lineup-main dl dd p img{
	height:auto;
}

.step-list{
	width:90%;
	margin:0 auto;
}
.step-list li{
	width:100%;
	height:auto;
	position: relative;
}
.step-list li img{
	height:20vh;
}
.step-list li:before,
.step-list li:nth-child(2n):before{
	content:"";
	background: url(../img/common/arrow_icon2.png) no-repeat;
	display:  block;
	background-size:100% auto;
	width: 5vw;
	height: 34px;
	position:  absolute;
	left: 50%;
	bottom: -32%;
	margin:0 0 0 -2.5vw;
}
.step-list li:last-child:before{
	content:none;
}
.step-list li:nth-child(3){
	margin: 0 0px 4% 0;
}


#lineup-more h2{
	font-size:28px;
	margin:0 0 20px 0;
	color: #aa922d;
}
#lineup-more h2 span{
	font-size:18px;
	margin:0 0 0 10px;
}
#lineup-more ul{
	overflow:hidden;
	width: 90%;
	margin:0 auto;
	text-align:  left;
}
#lineup-more ul li{
	width: 48%;
	display:  inline-block;
	padding:0;
	margin: 0 2% 4% 0!important;
	vertical-align:  top;
}
#lineup-more ul li:nth-child(2n){
	margin:0 0 4% 0!important;
}
#lineup-more ul li a{
	color:#333;
	font-size:13px;
}
#lineup-more p.btn{
	overflow:hidden;
	width: 80%;
	margin:0 auto;
}

.grad-btn p{
	width:80%;
	margin:0 auto;
}

}