/* ==========================================================================

   01:HTML;

   ========================================================================== */


/* --------------- index.html ---------------*/
/* ----- Common ----- */
/* BG Color*/
.index .bodi{
background: url(../img/bg.png) ;}

.ikemen .bodi{
	background: #1eaafa;
}
.trend .bodi{
	background: url(../img/trend_bg.jpg) repeat-y top center;
	background-size: 100%;
}
.recipi .bodi{
	background: #fa961e;
}
.coupon .bodi{
	background: url(../img/coupon_bg.jpg) repeat top center;
}

.m-color2{
	color: #ff1496;
}
.m-color{
	background: #ff1496;
	color: #fff;
	display: inline-block;
	margin: 0 2px 0;
	padding: 0 3px;
	line-height: 1.4;
	border-radius: 2px;
}
.o-color{
	background: #ff6400;
	color: #fff;
	display: inline-block;
	margin: 0 2px 0;
	padding: 0 3px;
	line-height: 1.4;
	border-radius: 2px;
}
.b-color{
	background: #007dff;
	color: #fff;
	display: inline-block;
	margin: 0 2px 0;
	padding: 0 3px;
	line-height: 1.4;
	border-radius: 2px;
}
.f-color{
	background: #fff;
	color: #000;
	display: inline-block;
	margin: 0 2px 0;
	padding: 0 3px;
	line-height: 1.4;
	border-radius: 2px;
}

.page .bodi {
  padding-top: 0px !important;
}
.page-header {
	border-bottom: 0 none;
}
.page-header h1{
	margin-bottom: 15px;
	font-size: 34px;
	border-bottom: 3px solid #000;
	display: inline-block;
	color: #000;
}



body.index #header .first {
	margin-top: 15px;
}

#scrollUp {
height: 62px;
width: 62px;
}

/* ----- Header ----- */
#header{
	margin-bottom: 20px;
	padding-top: 20px;
}
.otherpage #header{
	background: #fff;
	padding-top: 20px;
}

figure { font-size: 12px;}

/* ----- Content ----- */
.index #content{
	background: url(../img/index_17.png) no-repeat bottom center;
	background-size:contain;
	padding-bottom: 120px;
}
.page-header a,#header a,.index #content a{
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
-ms-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
}
#header a:hover{
	opacity: 0.6;
}
.page-header a:hover,.index #content a:hover{
	opacity: 0.8;
}
.tabs + .tabs{
    margin-top: 00px;
}

.tabs a img{
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.events{
	margin-top: 30px;
	color: #0094d9;
}
.events .ev-date {
	width: 120px;
	max-width: 100%;
}
.events .inner-footer > a img{
 width: 80%;
}
.events .inner-footer > img{
 margin-top: 30px;
}


.links a img{
	max-height: 120px;
	margin: 0 10px;
}
.links p{
	padding-bottom: 30px;
}

/* ikemen */
.ikemen .row.item{
	padding-bottom: 30px;
}


/* trend */
.trend .page-header h1{
	color: #ffd700;
	border-color: #ffd700;
}
.trend .page-header p{
	padding-bottom: 60px;
}

.trend .page-header h2{
	padding-bottom: 4px;
	font-size: 22px;
	color: #ff5087;
	border-bottom: 3px dotted #ff5087;
	display: inline-block;
}
.trend .item{
	text-align: center;
}
.trend .item figure{
	position: relative;
}
.trend .item h4{
	font-size: 12px;
	border: 3px solid #ffdc20; 
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 5px 0;
}
.trend .item .lefticon{
	position: absolute;
	top: -15px;
	left: -15px;
}
.trend .item .righticon{
	position: absolute;
	top: -15px;
	right: -15px;
}
.trend .nangoku h2{
	padding-bottom: 4px;
	font-size: 22px;
	color: #41b400;
	border-bottom: 3px dotted #41b400;
	display: inline-block;
}
.trend .color-label {
	margin-bottom: 5px;
}

/* recipi */

.recipi .item figure{
	text-align: center;
}
.recipi .item h2{
	margin-bottom: 0;
	font-size: 24px;
	color: #000;
}
.recipi .item h2 span{
	display: inline-block;
	border-bottom: 3px solid #000;
	margin-bottom: 10px;
}

.recipilist h4 {
	margin: 0 0 5px;
	font-size: 16px;
	font-weight: bold;
}

.recipilist dl hr{
	margin: 1em 0;
	border-top:2px dotted #fff;
}
.recipilist dl dt{
	width: 30px;
	float: left;
}
.recipilist dl dd{
	text-align: left;
	margin-left: 40px;
}
.recipilist dl dt span{
	  border-radius: 50%;
	  height: 25px;
	  width: 25px;
	  background-color: #fff;
	  color: #fa961e;
	  display: block;
	  text-align: center;
	  font-size: 17px;
	  font-weight: normal;
}
.recipi .item h2,.recipi .item h2 small{
	color: #000;
}
.recipi .item .point{
	background-color: rgba(255,255,255,0.7);
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	padding: 5px 0;
}
.recipi .item .point h3{
	display: inline-block;
	border-bottom:3px dotted #fa961e;
	padding-bottom: 5px;
}

.tp { margin-top: 10px;font-size: 14px; line-height: 1.3;}

.tp .time {
	
}
.tp .place {
	display: block;
	margin-top: 0.5em;
}
.note { display: block; line-height: 1.3;}
/* coupon */


/* ==========================================================================

   02:Media Queries;

   ========================================================================== */
/* PC ONLY*/
@media (min-width: 992px) {

}
@media (min-width: 768px) {
	.tp {
		font-size: 16px;
	}
}


/* SMALL PC */
@media (max-width: 1200px) {

}

/* SMT */
@media (max-width: 992px) {	
	#header .col-sm-12{
		text-align: center;
		margin-bottom: 0;
	}
	.links a img {
	    max-height: 70px;
	    margin: 0 5px;
	}

}

@media (max-width: 768px) {
	body.page .bodi .row > div {
		margin-bottom: 15px;
	}

	body.index #header {
		margin-bottom: 20px;
		padding-left: 0px;
		padding-right: 0px;
		overflow: hidden;
	}
	body #header {
		margin-bottom: 0;
	}
	.otherpage #header {
		padding-top: 10px;
		margin-bottom: 20px;
	}
	body #header .row div {
		margin-bottom: 10px;
		padding-left: 5px;
		padding-right: 5px;
	}
	.page-header {
		margin-top: 0;
		margin-bottom: 20px;
	}
	.page-header > div {
		margin-bottom: 0 !important;
	}
	.page-header h1 {
		margin-top: 0;
		font-size: 26px;
	}
	.index #content {
		padding-bottom: 40px;
	}
	.events {
		text-align: center;
	}
	.events .ev-date {
		width: 80px;
	}
	.events h3 {
		font-size: 18px;
		line-height: 1.4;
	}
	
	.trend .page-header p {
		padding-bottom: 20px;
	}
	
	.trend .page-header h2 {
		margin-top: 10px;
		margin-bottom: 15px;
	}
	
	.trend .icon-hand {
		width: 60px;
	}
	
	.recipi .item h2{
	font-size: 18px;
	color: #000;
	}
	.recipi .main-photo {
		padding-left: 0;
		padding-right: 0;
	}
	.tp { font-size: 12px; line-height: 1.5;}
	.smt-w100per{
		width: 100%;
	}
	.w90per { width: 100%;}

	.links a img{
		max-height: 46px;
	}
	li { margin: 0;}
	body.index #content .banner{
		margin-bottom: 10px !important;
	}
	.ikemen .row.item {
		margin-bottom: 0 !important;
		padding-bottom: 0 !important;
	}
	.ikemen .row.item div {
		margin-bottom: 20px !important;
		padding-bottom: 0 !important;
	}
	.ikemen .row + .row {
		margin-top: 0 !important;
	}
	
	.coupon .tit-coupon {
		padding-left: 0;
		padding-right: 0;
	}
}

@media (max-width: 640px) {
}

/* iPhone6plus */
@media (max-width: 420px) {
	.trend .item .lefticon {
	width: 40px;
	}
	.trend .item .righticon {
		width: 40px;
	}
	.text-nowrap {
	white-space: normal;
	}
	.events img.pull-right{
		float: none!important;
	}
	.events .inner-footer > a img {
    width: 100%;
	}
	
	.trend .contents-lead,
	.recipi .contents-lead {
		text-align: left;
	}
}

/* iPhone6 */
@media (max-width: 380px) {

}

/* iPhone4,5 */
@media (max-width: 320px) {
	.links a img {
	    max-height: 35px;
	    margin: 0 5px;
	}
}

