@charset "utf-8";
/* CSS Document */
#wrapper{
	text-align: center;
	margin:auto;

}
#header{
	padding: 1.5em 0;
}
/*------------------------------------------------------------*/
.header_img{
	width: 100%;
	height: 0;
	padding-top: calc(330 / 900 * 100%);
	background-image: url(../pct/top_img/top_main.jpg) ;
	background-size: contain;

}
/*----------------------スライド------------*/
/* -----------------------------------------------------------
	container
----------------------------------------------------------- */


	.inner {
		width: 100%;
		max-width: 100%;
		margin: 0 auto;
	}
	.container, 
	.content {
		background: #fff;
	}
	.main-gallery {
	}

	.main-gallery img {
		width: 100%;
		height: auto;
	}
	button:hover {
		cursor: pointer;
	}	
/*------------------------------------------------------------*/
#navi{
	background: #ffffff;
	line-height: 30px;


}
.nav a {
  margin: 1px;
  margin-left: 15px;
  background: #ffffff;
  color: #3E3A39;
  display: block;
  padding: 5px;
  text-decoration: none;
  height: 30px;  
  width: 100%;
}

.nav{
	display: flex;
  justify-content: center; /* 子要素をflexboxにより中央に配置する */
  align-items: center;  /* 子要素をflexboxにより中央に配置する */
}
/*------------------------------------------------------------*/
.p_shop_img{
	background-image: url(../pct/pausavi/pausavi_top_pic.jpg);
	width: 100%;
	height: 0;
	padding-top: calc(439 / 800 * 100%);
	background-size: contain;


}
/*------------------------------------------------------------*/
.c_shop_img{
	background-image: url(../pct/chouchouna/chouchouna_top_pic.jpg);
	width: 100%;
	height: 0;
	padding-top: calc(439 / 800 * 100%);
	background-size: contain;


}

/*------------------------------------------------------------*/
.shop_content h1{
	font-weight: bolder;
	padding: 0.4em 0.5em;/*文字の上下 左右の余白*/
	color: #3E3A39;
	text-align: center;
	font-size: 1.8rem;
	margin: 30px auto;
	line-height: 50px;
}
.shop_content p{
	line-height: 25px;
	color: #3E3A39;
}
/*------------------------------------------------------------*/
.shop_howto{
	background: #DCDDDD;
	padding-top: 50px;
	padding-bottom: 70px;
}
.c_shop_howto{
	background: #F9D4AA;
	padding-top: 50px;
	padding-bottom: 70px;
}

.shop_howto h1{
	font-weight: bolder;
	color: #3E3A39;
	text-align: center;
	font-size: 1.8rem;
	margin: 0px auto;
}
.shop_howto h2{
	font-weight: bolder;
	padding: 1.4em 0.5em;/*文字の上下 左右の余白*/
	color: #3E3A39;
	text-align: center;
	margin-top: 30px;
	font-size: 1.5rem;
	line-height: 1.4em;
}
.shop_howto p{
	line-height: 25px;
	margin-bottom: 70px;
	color: #3E3A39;
}

.howto_menu{
	display: flex;
	justify-content: center; /* 子要素をflexboxにより中央に配置する */
    align-items: center;  /* 子要素をflexboxにより中央に配置する */
}
.howto_menu a{
	text-decoration: none;
	color: #3E3A39;
	margin: 0 50px;
	font-weight: bolder;
	font-size: 1.3rem;
}
.c_shop_howto h1{
	font-weight: bolder;
	color: #3E3A39;
	text-align: center;
	font-size: 1.8rem;
	margin: 0px auto;
}
.c_shop_howto h2{
	font-weight: bolder;
	padding: 1.4em 0.5em;/*文字の上下 左右の余白*/
	color: #3E3A39;
	text-align: center;
	margin-top: 30px;
	font-size: 1.5rem;
	line-height: 1.4em;
}
.c_shop_howto p{
	line-height: 25px;
	margin-bottom: 70px;
	color: #3E3A39;
}

.c_howto_menu{
	display: flex;
	justify-content: center; /* 子要素をflexboxにより中央に配置する */
    align-items: center;  /* 子要素をflexboxにより中央に配置する */
}
.c_howto_menu a{
	text-decoration: none;
	color: #3E3A39;
	margin: 0 50px;
	font-weight: bolder;
	font-size: 1.3rem;
}

/*------------------------------------------------------------*/
.thumb{
	padding: 70px 0;
}
.thumb li{
	margin: 10px;
}
.col3 {
    display: flex;
    justify-content: center; /* 子要素をflexboxにより中央に配置する */
    align-items: center;  /* 子要素をflexboxにより中央に配置する */
}

.col3 li {
}
/*------------------------------------------------------------*/
h5{
	font-weight: bolder;
	padding: 0.4em 0.5em;/*文字の上下 左右の余白*/
	color: #3E3A39;
	text-align: center;
	font-size: 1.2em;
	margin-bottom: 30px;
}


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

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

#footer{

	background: #ffffff;
	padding-top: 20px;
	padding-bottom: 30px;
	color: #3E3A39;
	
}
#footer p{
	font-size: 0.8em;
}

#footer hr{
}

.footer_navi{
	margin-bottom: 20px;
}
.footer_navi_m a {
    margin: 1px;
    border-radius: 5px;
    background: #40220F;
	color: #3E3A39;
    display: block;
    padding: 15px;
    text-decoration: none;
	width: 70px;
	height: 8px;
}

.footer_navi_m{
	display: flex;
    justify-content: center; /* 子要素をflexboxにより中央に配置する */
    align-items: center;  /* 子要素をflexboxにより中央に配置する */
}

.picture img{
    cursor: -moz-zoom-in; 
    cursor: -webkit-zoom-in; 
    cursor: zoom-in;
}

