@charset "utf-8";

/* ---------------------------------------------------
   File: shop.css
   Version: 1.0.0
   Update: 2016-02-01
   Author: http://flowlab.co.jp

   (c)2007-2016 Flowlab inc. All Rights Reserved.
--------------------------------------------------- */


/* ===================================================
    PC
=================================================== */

/* -------------------------------
		Main Image
------------------------------- */
#mainImg {
	background-image: url(../shop/images/bg_main.jpg);
}
#mainImg h2 img {

}


/* -------------------------------
		Catch Copy（1）
------------------------------- */
#catchCopy {
	font-family: "ヒラギノ明朝 Pro","Hiragino Mincho Pro","游明朝体","Yu Mincho","Sawarabi Mincho",YuMincho,self;

}
#catchCopy h2 {
	text-align: center;
	font-size: 1.6em;
	line-height: 1.8em;
	margin: 70px auto 50px;
}
#catchCopy p {
	/*font-size: 1.1em;*/
}
	

/* -------------------------------
		Concept（1）
------------------------------- */
#concept {
	margin-bottom: 70px;
}
#concept .box {
    padding: 0;
    text-align: left;
    display: block;
    margin-top: 60px;
}

/* Icon */
#concept .photo {
    display: table;
    /*width: 500px;
    height: 270px;*/
}
#concept .photo img {
	width: 100%;
	height: auto;
	display: block;
}
#concept .box-icon span {
    color: #fff;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}

/* Concept Title */
#concept .info h3 {
    font-size: 1.4em;
    letter-spacing: 2px;
	font-family: "ヒラギノ明朝 Pro","Hiragino Mincho Pro","游明朝体","Yu Mincho","Sawarabi Mincho",YuMincho,self;
	margin: 30px 0;
}

/* Concept Detail */
#concept .info > p {
    color: #000;
    font-size: 1em;
    padding-top: 10px;
    text-align: justify;
}



/* -------------------------------
		Information（1）
------------------------------- */
#information {
	padding-bottom: 50px;
}
/* Title */
#information h3 {
	font-family: "ヒラギノ明朝 Pro","Hiragino Mincho Pro","游明朝体","Yu Mincho","Sawarabi Mincho",YuMincho,self;
	margin: 40px 0 20px;
	font-size: 1.2em;
	letter-spacing: 0.1em;
}

#information .table {
	font-size: 0.9em;
	margin-bottom: 20px;
	display: table;
	border-bottom: 1px solid #e8e8e8;
}
	.table th {
		width: 14%;
		background: #170501;
		color: #fff;
		padding: 10px 15px;
	}
	.table td {
		padding: 10px 15px;
	}
	
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  border-top: 1px solid #e8e8e8;
}
	
	f
.widget.widget-table .table {
	margin-bottom: 0;
	border: none;
}
.widget.widget-table .widget-content {
	padding: 0;
}
.widget .widget-header + .widget-content {
	border-top: none;
	-webkit-border-top-left-radius: 0;
	-webkit-border-top-right-radius: 0;
	-moz-border-radius-topleft: 0;
	-moz-border-radius-topright: 0;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}
.widget .widget-content {
	padding: 20px 15px 15px;
	background: #FFF;
	/*border: 1px solid #D5D5D5;*/
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.widget .widget-header [class^="icon-"], .widget .widget-header [class*=" icon-"] {
	display: inline-block;
	margin-left: 13px;
	margin-right: -2px;
	color: #555;
	vertical-align: middle;
}

#information li span.icon_car img{
	display: inline-block;
	width: 20px;
	height: 12px;
	margin-right: 5px;
}


/* -------------------------------
		Shokudo
------------------------------- */
#shokudo {
	padding: 60px 0;
}
#shokudo img {
	width: 100%;
	height: auto;
}
#shokudo #setMenu img {
	margin-bottom: 40px;
}

#shokudo #singleItem img {
	margin-bottom:20px;
}


/* -------------------------------
		Spot
------------------------------- */
#spot {
	padding: 70px 0 50px;

}
#spot h2 {
	font-family: "ヒラギノ明朝 Pro","Hiragino Mincho Pro","游明朝体","Yu Mincho","Sawarabi Mincho",YuMincho,self;
	text-align: center;
	font-size: 1.5em;
	margin-bottom: 50px;
}
#spot .box {
    padding: 0;
    text-align: left;
    display: block;
}

/* Icon */
#spot .box-icon img {
	margin: 0 auto;
	width: 200px;
	display: block;
}

/* Spot Title */
#spot .info h3 {
    font-size: 1.2em;
    letter-spacing: 2px;
	font-family: "ヒラギノ明朝 Pro","Hiragino Mincho Pro","游明朝体","Yu Mincho","Sawarabi Mincho",YuMincho,self;
	margin: 30px 0;
}

/* Spot Detail */
#spot .info > p {
    color: #000;
    font-size: 1em;
    padding-top: 10px;
    text-align: justify;
}



/* ===================================================
    TABLET - LARGE
=================================================== */
@media screen and (min-width: 992px) and (max-width: 1199px) {
	

/* -------------------------------
		Concept（1）
------------------------------- */
/* Icon */
#concept .photo {
    display: table;
}
	
/* Concept Title */
#concept .info h3 {
	margin: 0 0 20px;
}
	

/* -------------------------------
		Spot
------------------------------- */
/* Icon */
#spot .photo {
    display: table;
}
	



}





/* ===================================================
    TABLET
=================================================== */
@media screen and (min-width: 768px) and (max-width: 991px) {

/* -------------------------------
		Catch Copy（1）
------------------------------- */
#catchCopy h2 {
	font-size: 1.8em;
}


/* -------------------------------
		Information（1）
------------------------------- */
#information .table {
	width: 100%;
}


/* -------------------------------
		Concept（1）
------------------------------- */
/* Icon */
#concept .photo {
    display: table;
	width: 100%;
	margin: 0 auto;
	float: none;
}
	
/* -------------------------------
		Spot
------------------------------- */
/* Icon */
#spot .photo {
    display: table;
	width: 100%;
	margin: 0 auto;
	float: none;
}
	
	
	
}










/* ===================================================
    SMART PHONE
=================================================== */
@media screen and (max-width: 767px) {
	
/* -------------------------------
		Catch Copy（1）
------------------------------- */
#catchCopy h2 {
	font-size: 1.5em;
}

/* -------------------------------
		Information（1）
------------------------------- */
#information .table {
	width: 100%;
}


/* -------------------------------
		Concept（1）
------------------------------- */
#concept .box {
    padding: 0;
}
/* Icon */
#concept .photo {
    display: table;
	width: 100%;
	margin: 0 auto;
	float: none;
}

	
/* -------------------------------
		Spot
------------------------------- */
#spot .box {
padding: 20px 0;
}

/* Icon */
#spot .photo {
    display: table;
	width: 100%;
	margin: 0 auto;
	float: none;
}