@charset "utf-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css?family=Sawarabi+Mincho&display=swap&subset=japanese');
@import url('https://fonts.googleapis.com/css?family=Cardo:400,700&display=swap');

html, body, header, nav, ul, li, p, a, div, img, dd, dt, dl, h1, h2, h3, h4, h5, h6 {
	padding: 0;
	margin: 0;
	list-style: none;
	text-decoration: none;
	box-sizing: border-box;
}

body{
	overflow-x: hidden;
}

.clearfix:before, .clearfix:after {
	content: ' ';
	display: table;
	clear: both;
}

#instagram {
	width: 100vw;
	margin:0 auto;
	padding:0;
	font-size:16px;
	line-height: 180%;
	font-weight:normal;
	font-family: 'Noto Sans JP', sans-serif;
	overflow: hidden;
	text-align: center;
}

#instagram .instagram_wrap{
	width: 100%;
	max-width: 900px;
	margin: 0 auto;
}

#instagram img {
	max-width:100%;
	height:auto;
	border: none;
}

#instagram h1,
#instagram h2,
#instagram h3,
#instagram h4,
#instagram h5{
	/*color: #ff1493;*/
	color: #000;
	text-align:center;
	font-weight:bold;
	border: none;
	background: none;
}

#instagram h1{
	font-size: 4.5em;
	line-height: 200%;
	margin: 0 auto 20px;
}

#instagram h1 span{
	display: block;
	font-size: 0.75em;
	line-height: 180%;
}

#instagram h3{
	font-size: 3em;
	margin-bottom: 50px;
}

#instagram .flex {
 display: -webkit-flex; /* Safari */
 display: flex;
 -webkit-flex-wrap: wrap; /* Safari */
 flex-wrap: wrap;
 width: 100%;
}

#instagram .main_text p{
	margin: 0px auto 0px!important;
	font-size: 1.3em;
	line-height: 230%;
	
}

#instagram .main_text p.mate{
	margin: 0px auto 10px!important;
    color: black;
    font-weight: 600;
    font-size: 1.5em!important;
	background: linear-gradient(transparent 30%, #ffd6ed 80%);
	display: inline-block;
	
}

#instagram section{
	padding: 100px 0;
}

#instagram section.present{
	width: 100%;
}

#instagram section.present h3{
	/*color: #ff1493;*/
	color: #000;
}

#instagram section.present .subtext{
	color: #ff1493;
	margin: 0px auto 0px;
	font-size: 2em;
}

#instagram section.present .flex div{
	flex-basis: calc(100% / 3 - 1%);
	margin: 1% 1% 0 0;
	background: #FFF;
}

#instagram section.present .flex div.listbox h4{
	background: #ff1493;
	color: #FFF;
	padding: 10px 0;
	font-size: 1.2em;
}

#instagram section.present .flex div.listbox div{
	padding: 5%;
}

#instagram section.present .flex div.listbox div p{
    line-height: 130%;
    margin: 10px auto;
}

#instagram section.howto .flex{
	width: 90%;
	max-width: 800px;
	margin: 20px auto 0;
}

#instagram button:focus{
  outline: 0;
}

#instagram button {
	font: 15px/24px sans-serif;
	box-sizing: border-box;
	width: 100%;
    max-width: 400px;
	margin: 8px 0;
	padding: 0.7em;
	transition: 0.3s;
	border: 1px solid #1b2538;
	border-radius: 4px;
	outline: none;
    color: #1b2538;
}

#instagram button:hover{
    background: #FFF;
}

#instagram .name .namelist {
	margin: 30px auto;
	width: 100%;
	max-width: 1000px;
}

#instagram .namelist div {
	flex-basis: calc(100% / 4);
	padding: 4% 2%;
	margin: auto;
}

#instagram .namelist{
	display: -webkit-flex;
	/* Safari */
	display: flex;
	-webkit-flex-wrap: wrap;
	/* Safari */
	flex-wrap: wrap;
	width: 100%;
}


#instagram .instagramlist {
	margin: 30px auto;
	width: 100%;
	max-width: 1000px;
}

#instagram .instagram .instagramlist div {
	flex-basis: calc(100% / 3);
	padding: 1%;
	margin: auto;
}

#instagram .instagramlist {
	display: -webkit-flex;
	/* Safari */
	display: flex;
	-webkit-flex-wrap: wrap;
	/* Safari */
	flex-wrap: wrap;
	width: 100%;
}




.img_wrap img{
  width: 100%;
  cursor: pointer;
  transition-duration: 0.3s;
	
}
.img_wrap:hover img{
  opacity: 0.6;
  transition-duration: 0.3s;
  box-shadow: 10px 10px 10px rgba(0,0,0,0.5);
  transform: translateY(-10px);	
}

#instagram img.shopname {
    max-width: 30%;
}


/* 購入ボタン */

#instagram  .link a{
	display: block;
	width: 100%;
	max-width: 200px;
	padding: 8px 0;
	text-align: center;
	border: 1px solid #6f172f;
	background: #6f172f;
	color: #FFF;
	/*-webkit-transition: 5s;
	-moz-transition: 5s;
	-o-transition: 5s;
	-ms-transition: 5s;*/
	transition: 0.6s;
	margin: 0 auto;
	text-align: center;
}

#instagram  .link a:hover{
	background: #FFF;
	text-align: center;
	border: 1px solid #6f172f;
	color: #6f172f;
}

#instagram section.howto .howto_inner{
	margin: 15px auto;
	width: 30px;
}

/* 回遊リンク */

#instagram .Banner4 {
	text-align: center;
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
}

#instagram .Banner4 h3 {
	font-size: 30px !important;
	margin: 50px auto;
	padding: 20px 0;
	border-top: double #000;
	border-bottom: 1px solid #000;
	color: #000;
	width: 100%;
}

#instagram .Banner4 ul {
	display:inline;
}

#instagram .Banner4 ul li {
	display:inline-block;
	width: 80% !important;
	margin: 1% 1% 2% 1%;
}

@media only screen and (min-width:749px){

.pc_none{
	display: none!important;
}

#instagram section.howto .flex div:first-child{
	width: 20%;
}

#instagram section.howto .flex div:last-child{
	width: 80%;
	text-align: left;
	padding-left: 5%;
	margin: auto;
}

/* ヘッダー・フッターの崩れを直す */

#news_detail .detail{
	width:100%!important;
}

#news_detail .detail .head{
	width: 1000px!important;
	margin: 0 auto 50px!important;
}

#news_detail .detail .content p:first-child{
	margin: 0 auto!important;
	max-width: 1000px!important;
}
	
#topicpath{
	width: 1168px;
	margin: 0 auto;
}

.paging{
	width: 1000px;
	margin: 0 auto;
}
.item_category_links{
	width: 1168px;
	margin: 100px auto 0;
}

}

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

.sp_none {
	display:none;
}

#instagram p,
#instagram div{
	font-size: 3.35vw!important;
	line-height: 180%;
	/*height: 105vw;*/
}

#instagram h1{
	font-size: 10vw!important;
	margin: 0vw auto!important;
}

#instagram h1 span{
	display: block;
	font-size: 5.2vw;
	line-height: 180%;
}

#instagram h3{
	font-size: 5vw!important;
	margin-bottom: 0.5vw!important;
}

	
#instagram .main_text p.mate{
	margin: 0px auto 10px!important;
    color: black;
    font-weight: 600;
    font-size: 1.5em!important;
	background: linear-gradient(transparent 30%, #ffd6ed 80%);
	display: inline-block;
	
}	
		
#instagram .main_text p{
	width: 90%;
	/*margin: 5.5vw auto!important;*/
	text-align: left;
}
	
#instagram section{
	padding: 8vw 0;
}

#instagram section.present{
	margin: 0 auto;
}

#instagram section.present .flex{
	width: 95%;
	margin: 0 auto;
}

#instagram section.present .flex div{
	flex-basis: calc(100% / 2 - 1%);
	margin: 1% 2% 1% 0;
}

#instagram section.present .flex div:nth-child(2n){
	margin-right: 0;
}

#instagram section.howto .flex div:first-child{
	width: 70%;
	margin: 0 auto 5.5vw;
}

#instagram section.howto .flex div:first-child img{
	max-width: 120px;
}

#instagram section.howto .flex div:last-child{
	width: 100%;
	margin: auto;
}

#instagram .namelist div {
		padding: 4% 6%;
	    flex-basis: calc(100% / 2);
	}
	
#instagram img.shopname {
    max-width: 55%;
}
	
	
	
#instagram .instagramlist div {
		padding: 1% 2%;
	}
	
#instagram .instagram .instagramlist div {
	flex-basis: calc(100% / 2);
	padding: 2% 2%;
	margin: auto;
}	

#instagram section.present .subtext{
	color: #ff1493;
	margin: 0px auto 0px;
	font-size: 4vw!important;
}	
	

/* 回遊リンク */

#instagram .Banner4 {
	text-align: center;
	width: 100%;
}

#instagram .Banner4 ul{
	margin: 0 auto;
}

#instagram .Banner4 ul li {
	width: 95% !important;
	margin: 0 0 5% 0 !important;
}

/* 100%表示用 */

#news_detail .detail{
	margin: 0 auto!important;
}

/* ヘッダー */

#news_detail .detail .content p:first-child img{
	display: none;
}


}