@charset "UTF-8";

/* -------------------------------- 

	base

-------------------------------- */

.section ,
#content section {
	width:800px;
	margin:0 auto 7rem;;
}

#content p {
	font-size:1.4rem;
	letter-spacing:0.1rem;
	line-height:1.8;
	padding:0 3rem;
	margin-bottom:2.8rem;
}

section h1 {
	margin-bottom:3rem;
	margin-left:3.5rem;
	line-height:3.5rem;
}
section.cafe {
/*	background: url("../images/food/img_cafe.jpg") no-repeat right 3rem ; */
}

section.cafe h1 {
	background-image: url("../images/food/tx_isamakitchen.png") ;
	background-size: contain;
}
section.marche h1 {
	background-image: url("../images/food/tx_marche.png") ;
	background-size: contain;
}

section h2 {
	line-height:2.3rem;
	margin-bottom:3rem;
	font-weight:bold;
}


/* -------------------------------- 

Link

-------------------------------- */
section.cafe p a,
section.marche p a {
	color: #e45384;
	white-space: nowrap;
}

section.cafe p a:hover,
section.marche p a:hover {opacity: 0.6}



/* -------------------------------- 

Cafe
section.cafe ul {
	margin: 0 auto 3rem;
}
section.cafe ul li {
	display:inline-block;
	margin:0 .1rem .1rem 0;
	padding: 0;
	width: 26.6rem;
	height: 18rem;
}
section.cafe ul li:first-of-type { width: 100%;}
section.cafe ul li:nth-of-type(3n) { margin-right:0;}


-------------------------------- */

section.cafe h2 {
	display: inline-block;
	font-size: 1.4rem;
	font-weight: normal;
	color: #fff;
	background: #000;
	border-radius: 0.5rem;
	padding: .25rem 1.5rem;
	margin-left: 3.5rem;
}

section.cafe h3 {
	font-weight: bold;
	margin-bottom:  .5rem;
	padding: 0 3rem;
}



section.cafe ul {
	margin: 0 auto 3rem;
}
section.cafe ul li {
	width: 26.6rem;
	height: 18rem;
	margin-bottom: .1rem;
}

section.cafe ul li:first-of-type { width: 100%; height: 46rem}


section.cafe ul { color:#333;padding:10px 0 0;
	display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  -webkit-box-pack: justify;
     -ms-flex-pack: justify;
   justify-content: space-between;
 }
 
section.cafe ul li {
  -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
}


/* -------------------------------- 

Marche

-------------------------------- */



section.marche iframe {
	width:100%;
	height: 650px;
	margin-bottom: 3rem;
}



@media only screen and (max-width: 767px) {
section.marche iframe {
	height: 800px;
	margin:0 1% 1%;
}
}



