@charset "utf-8";

/************** 共通設定 **************/
body {
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "Meiryo UI", "メイリオ", Meiryo, sans-serif;
	font-size: 62.5%;
	color: #666;
}


.clearfix::after {
	content: "";
	display: block;
	clear: both;
}

.inner {
	width: 1000px;
	margin: 0 auto;
	text-align: center;
}



/************* header *************/

.headerinner {
	width: 75%;
	margin: 0 auto;
}


header {
	background-color: rgba(255,255,255,0.9);
	height: 130px;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1000; /*** 重ね順　1番上 ***/
}


header img {
	width: 100%;
	margin-top: -8px;
}

.dropmenu{
  *zoom: 1;
  list-style-type: none;
  width: 960px;
  margin: 5px auto 30px;
  padding: 0;
}


.dropmenu:before, .dropmenu:after{
  content: "";
  display: table;
}


.dropmenu:after{
  clear: both;
}


.dropmenu li{
  position: relative;
  width: 20%;
  float: left;
  margin: 0;
  padding: 0;
  text-align: center;
}


.dropmenu li a{
  display: block;
  margin: 0;
  padding: 15px 0 11px;
  color: #7d7d7d;
  font-size: 14px;
  line-height: 1;
  font-weight: bold;
  text-decoration: none;
}


.dropmenu li ul{
  list-style: none;
  position: absolute;
  z-index: 9999;
  top: 100%;
  left: 0;
  margin: 0;
  padding: 0;
}


.dropmenu li ul li{
  width: 100%;
  opacity: 0.9;
}


.dropmenu li ul li a{
  padding: 15px 10px;
  border-top: 1px solid #fff;
  background: #fff;
  text-align: center;
}


.dropmenu li:hover > a{
  background: rgba(255,255,255,0.9);
}


.dropmenu li a:hover{
  background: rgba(255,255,255,0.9);
  color: #CCC;
}



#fade-in2 li ul{
  opacity: 0;
  top: 50%;
  visibility: hidden;
  transition: .5s;
}


#fade-in2 li:hover ul{
  top: 100%;
  visibility: visible;
  opacity: 1;
}



#slider3 img {
	margin: auto;
	padding: 130px 0;
	width: 80%;
}


/************* home *************/



.home {
	margin: 130px 0 200px;
}


.home p {
	font-size: 1.8em;
	font-weight: bold;
	line-height: 4;
	letter-spacing: 0.5em;
	color: #7d7d7d;	
}

.home p a {
	text-decoration: none;
	color: #7d7d7d;
}

/************* menu *************/


.menu {
	width: 700px;
	margin: 0 auto;
}


.menu h2 {
	font-size: 1.8em;
	font-weight: bold;
	line-height: 3;
	letter-spacing: 0.5em;
	color: #7d7d7d;
	margin-bottom: 100px;
}


.menu h2 a {
	text-decoration: none;
	color: #7d7d7d;
}


.menu h2 a:hover {
	color: #CCC;
	text-decoration: none;
}




.cafe {
	float: left;
	width: 350px;

}

.cake {
	float: right;
	width: 350px;
}


.cafe figure,
.cake figure {
	margin-bottom: 30px;
}



.cafe figcaption,
.cake figcaption {
	color: #7d7d7d;
	font-size: 1.4em;
	font-weight: bold;
	line-height: 2;
	letter-spacing: 0.5em;
	margin-bottom: 80px;
}

.cafe figure a img:hover {
	opacity: 0.7;
}


.cake figure a img:hover {
	opacity: 0.7;
}

/************* center *************/


.center {
	text-align: center;
}

.shop {
	margin: 0 auto;	
	margin-bottom: 300px;
}

.shop p {
	font-size: 1.6em;
	font-weight: bold;
	letter-spacing: 0.5em;
	color: #7d7d7d;
}


.shop img {
	margin-left: 10px;
	margin-bottom: -10px;
}


.shop img:hover {
	opacity: 0.7;
}



.shop p,
.shop a {
	display: inline-block;
}




/************* access *************/


.access {
	width: 600px;
	margin: 0 auto;
	margin-top: 100px;
}



.access h2 {
	font-size: 1.8em;
	font-weight: bold;
	line-height: 3;
	letter-spacing: 0.5em;
	color: #7d7d7d;
	margin-bottom: 90px;
}


.access h2 a {
	text-decoration: none;
	color: #7d7d7d;
}



.access h2 a:hover {
	color: #CCC;
	text-decoration: none;
}




.access nav {
	float: left;
	margin-top: 60px;
}
	




.access nav ul li {
	font-size: 1.2em;
	font-weight: bold;
	line-height: 3;
	letter-spacing: 0.5em;
	text-align: left;
}


.access img {
	float: right;
	margin-bottom: 200px;
}



/************* news *************/



.news {
	width: 600px;
	margin: 0 auto;
	margin-bottom: 300px;
	margin-top: 150px;
}


.news p {
	font-size: 1.6em;
	font-weight: bold;
	letter-spacing: 0.5em;
	line-height: 4;
	color: #7d7d7d;
	float: left;
	width: 600px;
	margin-bottom: 30px;
}
	

.news nav ul li {
	display: inline-block;
}


.news nav ul li a {
	margin-right: 5px;
}



.news nav ul li a img:hover {
	opacity: 0.7;
}




/************* footer *************/


footer {
	height: 70px;
	line-height: 70px;
	text-align: center;
}




footer small {
	font-size: 1.5em;
	color: #7d7d7d;
	font-weight: bold;
}




/******************** @media ***********************/


@media screen and (max-width: 768px) {

	.inner {
		width: 400px;
		margin: 0 auto;
		text-align: center;
	}

	.headerinner {
		width: 360px;
	}
	
	
	header {
		height: 70px;
	}
	
	header li a img {
		margin-left: -10px;
	}
	
	header li a {
		width: 50%;
	}
	
	.dropmenu li ul {
		width: 50%;
	}
	
	.dropmenu li ul li a {
		font-size: 0.5em;
	}
	
	
	#slider3 {
		margin-top: -50px;
		
	}

	#slider3 img {
		width: 307px;
		padding-bottom: 0px;
	}



	.home {
		width: 300px;
		margin: 0;
		margin: 0 auto;
		margin-bottom: 70px;	
	}


	.home p {
		font-size: 0.8em;
		font-weight: bold;
		line-: 3;
		letter-spacing: 0.5em;
		color: #7d7d7d;
	
	}

	
	.menu {
		width: 300px;
		text-align:center;
	}
	

	h2 a {
		font-size: 0.6em;
		font-weight: bold;
		line-height: 3;
		letter-spacing: 0.5em;
		color: #636060;
	}


	.cafe figure a img {
		width: 30%;
	}
	
	

	.cafe figcaption {
		font-size: 0.2em;
		letter-spacing: 0.2em;
	}


	
	.cake figure a img {
		width: 25%;
	}


	.cake figcaption {
		font-size: 0.2em;
		letter-spacing: 0.2em;
	}

	
	.cafe {
		float: left;
		width: 130px;
		margin-top: -20px;
	}
	
	
	.cake {
		float: right;
		width: 130px;
		margin-top: -20px;
	}
	
	
	
	.shop {
		margin-bottom: 0;
	}
	
	
	
	.shop p {
		font-size: 1.0em;
	}


	.shop a img {
		width: 27px;
		
	}



	.access {
		width: 280px;
		text-align:center;
	}
	

	h2 a {
		font-size: 0.9em;
		font-weight: bold;
		line-height: 3;
		letter-spacing: 0.5em;
		color: #636060;
	}
	
	
	.access img {
		width: 40%;
		margin-bottom: 0;
		
	}
	
	
	
	.access nav {
		margin-top: -8px;
	}
	
	
	
	.access nav ul li {
		font-size: 0.2em;
		letter-spacing: 0.2em;
	}
	
	
	
	.news {
		width: 300px;
		text-align:center;
		margin-bottom: 100px;
	}
	
	
	.news p {
		width: 300px;
		text-align:center;
		font-size: 0.6em;
	}
	
	
	.news nav ul li a img {
		width: 35px;
	}
	
	
	footer {
		width: 400px;
		margin: 0 auto;
	}
	
	
	footer small {
		font-size: 0.7em;
	}
	
	
	
	
}




















































