@charset "euc-jp";
/* CSS Document    (johannagullichsen.jp)*/

/*reset*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}

table {
	border-collapse:collapse;
	border-spacing:0;
}

fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}

ol,ul {
	list-style:none;
}

caption,th {
	text-align:left;
}

h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}

q:before,q:after {
	content:'';
}

abbr,acronym { 
	border:0;
}

img {
	border:none;
}

*, *::before, *::after {
	-webkit-box-sizing: inherit;
	box-sizing: inherit;
}

/* +++ common +++ */


/* common */

body{
	margin: 0;
	padding: 0;
	background: #ffffff;
	font-family: 'caecilia','Merriweather',  serif;
	font-weight: normal;
	line-height: 1.5;
	color: #000000;
	-webkit-font-smoothing: antialiased;
}

a, a:link, a:active, a:visited, a:focus {
	text-decoration: none;
	outline: none;
	color:#000000;
}

a:hover {
	text-decoration: none;
}


a img {
	border: none;
}

.uppercase {
	text-transform: uppercase;
}

.fl_left {
	float: left;
}

.fl_right {
	float: right;
}

.fl_clear {
	clear: both;
}

.sp{
	display: none;
}
	
.pc{
	display: block;
}

h1, .h1 {
	 font-size: 1.75rem; 
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
   font-family: caecilia, "Merriweather", serif;
	font-style: normal;
	font-weight: bold;
	color: inherit;
	text-rendering: optimizeLegibility;
}

/*wrapper*/

#wrapper{
	width: 100%;
	/* padding: 0 20px; */
	background-color:#FFFFFF;
}

/* header */
header{
	width: 100%;
	background: rgba(255, 255, 255, 0.95);
	border-bottom: 2px dotted #000000;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;	
}


header #inner{
	max-width: 1040px;
	margin: 0 auto;
	text-align: left;
}

@media screen and (max-width:1079.98px){
	header #inner{
		padding: 0 20px;
	}
}

/* pc menu */

nav{
	width: 100%;
}

header a {
	color: #000000;
	display: inline-block;
	padding: 0;
}

header #inner .home_link{
	width: 252px;
	padding: 20px 0;
	float: left;
}

@media screen and (max-width:639.98px){
  header #inner .home_link{
	width: 150px;
	padding: 10px 0;
  }
  header #inner{
	padding: 0 10px;
  }
  
}

#top_menu{
	float: right;
	margin:15px 10px 0 0;
}

#top_menu .small_menu{
	display: flex;
	flex-direction:row-reverse;
}

#top_menu .small_menu div.item{
	padding: 0 8px;
}

#top_menu ul.dropdown{
	float: right;
	width: 100%;
	display: flex; 
}

#top_menu .menu{
	margin: 0;
	padding: 0;
	position: relative; 
	flex-wrap: wrap;
	flex-direction: row;
}

#top_menu li.menu_item{
	font-weight: 700;
	margin: 1px 8px;
	display: list-item;
}

h2{
	max-width: 1040px;
}


/*sp menu*/
@media screen and (max-width:1023.98px) {
	.sp{
		display: block;
	}
	
	.pc{
		display: none;
	}
}

@media screen and (max-width:639.98px){
	.sp{
		display: block;
	}
	
	.pc{
		display: none;
	}
}

/*sp menu 1000 > 640 */
#sp_menu{
	padding: 0 0 0 20px;
}


#sp_menu_pop .small_menu{
	display: flex;
}


#sp_menu_pop .small_menu .item{
	margin: 0 16px 0 0;
}

#humberger {
	position: absolute;
	width: 41px;
	height: 36px;
	right:23px;
	top:23px;
	display: inline-block;
	box-sizing: border-box;
	background-color: #000000;
}	

#close{
	position: absolute;
	width: 41px;
	height: 36px;
	right:23px;
	top:-54px;
	display: inline-block;
	box-sizing: border-box;
	background-color: #000000;
	z-index: 1000;
}

#humberger div {
  position: absolute;
  left: 0;
  height: 2px;
  width: 23px;
  background-color: #ffffff;
  border-radius: 1px;
  display: inline-block;
  box-sizing: border-box;
}

#humberger div:nth-of-type(1) {
  top: 9px;
  left: 9px;
}

#humberger div:nth-of-type(2) {
  top: 17px;
  left: 9px;
}

#humberger div:nth-of-type(3) {
  top: 24px;
  left: 9px;
}

#sp_menu_pop{
	display: none;
	position: absolute;
	left: 0;
	top:77px;
	background: rgba(255, 255, 255, 0.95);
	width: 100%;
}

#sp_menu_pop .inner{
	padding: 0 0 0 20px;
}

#sp_menu_pop ul.dropdown li{
	margin: 10px 0;
}

/*sp menu 640 > */
@media screen and (max-width:639.98px){
  #humberger {
	position: absolute;
	width: 36px;
	height: 32px;
	right:10px;
	top:8px;
	display: inline-block;
	box-sizing: border-box;
	background-color: #000000;
  }
  
  #close {
	position: absolute;
	width: 36px;
	height: 32px;
	right:10px;
	top:-40px;
	display: inline-block;
	box-sizing: border-box;
	background-color: #000000;
	z-index: 1000;
  }
  
  #humberger div {
	position: absolute;
	left: 0;
	height: 2px;
	width: 20px;
	background-color: #ffffff;
	border-radius: 1px;
	display: inline-block;
	box-sizing: border-box;
  }

  #humberger div:nth-of-type(1) {
	top: 8px;
	left: 8px;
  }

  #humberger div:nth-of-type(2) {
	top: 15px;
	left: 8px;
  }

  #humberger div:nth-of-type(3) {
	top: 22px;
	left: 8px;
  }
  
  #sp_menu_pop{
	display: none;
	position: absolute;
	left: 0;
	top:48px;
	background: rgba(255, 255, 255, 0.95);
	width: 100%;
    font-size: 1.125rem;
    font-weight: 700;
  }

  #sp_menu_pop .inner{
	padding: 0 0 0 10px;
  }

  #sp_menu_pop ul.dropdown li{
	margin: 10px 0;
  }
}

/* content */
#content {
	
}

#main_bnr{
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	display: table;
	height: 52vw;
	max-height: 95vh;
	padding-top: 80px;
	box-sizing: border-box;
}

.full_width{
	width: 100%;
}



/* footer */
footer{
	background-color: #000000;
}

footer .container{
	max-width: 1040px;
	color: #FFFFFF;
}

footer .container a{
	color: #FFFFFF;
}

.row div{
}



/* common design */
#header, #contents, #footer {
	clear: both;
}

h1 {
  font-weight:700;
}

h2{
  font-weight:700;
}

h3{
  font-weight:700;
}


/*table*/
table {
	
}

table th {
	background-color: #f6f6f6;
}

table td {

}

/*clearfix*/
	.clearfix {zoom:1;}
	.clearfix:after {
	content: ""; 
	display: block; 
	clear: both;
}





/*item_list, freepage*/
div.title_part{
	width:479px;
	padding:28px 74px 0 29px;
	margin:0 0 36px;
	top:449px;left:295px;
	position:absolute;
	z-index:1;
	background-color:#ffffff;
}

div.title_part h1{
	font-size:24px;
	margin: 0 0 24px;
}

div.title_part p{
	display: block;
	width: 522px;
	font-size: 13px;
}

div#side{
	background-color:#eaeaea;
	float: left;
	width:204px;
	  top:449px;left:0px;
	position:absolute;
	  z-index:2;
	padding:35px 53px 36px 25px;
}

div#side h2{
	font-size: 20px;
	margin: 0 0 24px;
	padding:24px 0 0;
	border-top: 2px dotted #000000;
}

ul#menu_list{
}

ul#menu_list li{
  font-size:12px;
	padding: 0 0 4px;
}



/*top*/

/*product*/



#category_detail{
  max-width:1024px;
  margin:0 auto 3rem;
  padding:0 1rem;
}

#category_detail h2{
  max-width:1024px;
  font-size:1.8rem;
}

/*category*/

/*detail*/

/*freepage*/

/*
div#content{
	float: right;
	width:905px;
	background-color: #FFFFFF;

}
*/

/*ul#item_list{
	display: block; 
	width: 885px;
	padding: 0 0 30px 15px;
}

ul#item_list li{
	float: left;	
	width: 290px;
	height: 254px;
}

ul#item_list li a{
	display: block;
	width: 260px;
	height: 224px;
	padding: 15px;
}


ul#item_list li a:hover {
	background-color: #f1f1f1;
}

ul#item_list li a:hover .item_price span {
	  color:#f1f1f1;
	background-color: #000000;
}

ul#item_list li img{
	width: 260px; 
	height: 195px;
}

.item_img{
	width: 260px; 
	height: 195px;
}

.item_price{
	position: relative;
	top: -27px;
	width: 261px;
	text-align: right;
}

.item_price span{
	background-color: #eaeaea;
	padding: 10px;
}

p.item_name{
	display: block;
	width: 290px;
	padding: 6px 0 0;
	text-align: left;
}
*/
.pagenavi{
	text-align: center;
}

/*freepage*/

#content .event{
	margin: 100px 0 0;
}

#content.about .container{
	display: flex;
 flex-direction: row;
 flex-wrap: wrap;
}

#content.about .item{
	width: 46%;
}

#content.about .item:nth-child(1){
	margin: 0 2rem 0 0;
}

