@charset "utf-8";


/* 基本レイアウト
******************************/
.wrapper {
	width: 620px;
}


/* ヘッダー部分
******************************/
/* ナビゲーションメニュー */
.navigation li{
	float:left;
	line-height:1.6em;	
}
.navigation li a{
  margin-left: 10px;
}
.navigation li span{
  font-size: 15px;
}
/* スライド設定
******************************/
.main_image img {
	width: 620px;
}
#slideshow {
	position: relative;
	height: 260px;
}


/* コンテンツ部分
******************************/
.item {
  display: flex;
	flex-wrap:wrap;
  justify-content: space-around;
  margin-top: 150px;
}
.item_box {
	width: 300px;
  height: 355px;
}
.item_box img {
	width: 300px;
}
.item_box h2 {
	font-size: 16px;
}
.item_box p {
	font-size: 14px;
}


/* 詳細ページ用
******************************/
.content{
	width: 620px;
	margin-bottom:25px;
}
.content p{
	margin-right:0;
}
.content img{
	width:300px;
	height:300px;
}
.content_txt_box{
  width: 100%;
	text-align:center;
}
.content_img_box{
  width: 100%;
  box-sizing: padding-box;
	margin-left:90px;
	padding-left:80px;
}
.content_img_box img{
  padding-left: 10px;
  margin: 3px 0 10px;
}

.snip1361 {
  font-family: 'Quattrocento', Arial, sans-serif;
  position: relative;
  float: left;
  overflow: hidden;
  margin: 10px 1%;
  min-width: 230px;
  max-width: 315px;
  width: 100%;
  color: #141414;
  text-align: left;
  line-height:10em;
  font-size: 16px;
}
.snip1361 figcaption {
  position: absolute;
  top: calc(85%);
  width: 100%;
  background-color: #ffffff;
  padding: 105px 45px 65px;
}
/*フッダー*/
.footer_navigation ul{
  margin: 0;
}