@charset "utf-8";

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

インスタスタイル

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

@media print, screen and (min-width: 768px) {

/* ▼インスタPC */
#insta {
	background: #ffe9e5;
	padding: 50px 0 80px 0;
}

#insta h2 {
	font-size: 26px; font-size: 2.6rem;
	font-feature-settings: "palt" 1;
	font-weight: bold;
	font-family: 'Noto Serif JP', serif;
	text-align: center;
	width: 500px;
	margin: 0 auto 45px auto;
	background: url("../new_img/h2_kazari_left_index.png") no-repeat, url("../new_img/h2_kazari_right_index.png") no-repeat;
	background-size: 111px 21px;
	background-position: left center, right center;
}

#insta h2 span {
	display: block;
	font-size: 15px; font-size: 1.5rem;
	font-weight: normal;
	font-family: 'Noto Serif JP', serif;
	margin-bottom: 18px;
}

.instatxt {
	text-align: center;
	margin: 0 auto;
	font-size: 18px; font-size: 1.8rem;
	font-feature-settings: "palt" 1;
	font-weight: bold;
	line-height: 2;
	font-family: 'Noto Serif JP', serif;
}

.instalink {
	margin: 25px 0 35px 0;
	text-align: center;
}

.instalink a {
	color: #000;
	text-decoration: none;
}

.instalink a:hover {text-decoration: underline;}

.instalink a > img {
	width: 296px;
	image-rendering: -webkit-optimize-contrast;
	margin-bottom: 15px;
}

.instalink a > span {
	display: block;
	font-size: 24px; font-size: 2.4rem;
	font-feature-settings: "palt" 1;
	font-weight: bold;
	font-family: 'Noto Serif JP', serif;
}

.instaqr {
	width: 123px;
	margin: 0 auto;
}

.instaqr img {
	width: 100%;
	image-rendering: -webkit-optimize-contrast;
}

}

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

/* ▼インスタSP */
#insta {
	background: #ffe9e5;
	padding: 8% 0 18% 0;
}

#insta h2 {
	font-size: 6.5vw;
	font-feature-settings: "palt" 1;
	font-family: 'Noto Serif JP', serif;
	font-weight: bold;
	text-align: center;
	margin-bottom: 7%;
}

#insta h2 span {
	display: block;
	font-size: 3.6vw;
	font-weight: normal;
	font-family: 'Noto Serif JP', serif;
	margin-bottom: 3%;
}

.instatxt {
	text-align: center;
	margin: 0 auto;
	font-size: 3.6vw;
	font-feature-settings: "palt" 1;
	font-weight: bold;
	line-height: 2;
	font-family: 'Noto Serif JP', serif;
}

.instalink {
	margin: 7% 0 8% 0;
	text-align: center;
}

.instalink a {
	color: #000;
	text-decoration: none;
}

.instalink a:hover {text-decoration: underline;}

.instalink a > img {
	width: 50%;
	image-rendering: -webkit-optimize-contrast;
	margin-bottom: 3%;
}

.instalink a > span {
	display: block;
	font-size: 4vw;
	font-feature-settings: "palt" 1;
	font-weight: bold;
	font-family: 'Noto Serif JP', serif;
}

.instaqr {
	width: 30%;
	margin: 0 auto;
}

.instaqr img {
	width: 100%;
	image-rendering: -webkit-optimize-contrast;
}

}
