﻿



/*スマホサイト**********************************************************************/
@media screen and (max-width:767px) {



h1 {
	text-align: center;
	font-size: 34px;
	line-height: 34px;
	font-family: "Cormorant Garamond", serif;
	font-weight: 600;
	letter-spacing: 0.01em;
	padding-top: 40px;
	text-shadow: 0 0 5px black, 0 0 10px black, 0 0 20px black;
}



#content {
	width: 98vw;
	margin: 40px auto 100px auto;
}

h2 {
	font-size: 24px;
	text-align: center;
	line-height: 24px;
	height: 24px;
	margin-bottom: 6px;
}
hr.under_st {
	width: 90vw;
	margin: 0px auto 0px auto;
	margin-bottom: 20px;
}



.fstc {
	width: 47vw;
	margin: 0vw 1vw 2vw 1vw;
	float: left;
}
.fstc_last {
	width: 47vw;
	margin: 0vw 1vw 0vw 1vw;
	float: left;
}

img.fst {
	width: 47vw;
}

p.fsc {
	font-size : 14px; /* 最後に消す */
	line-height : 14px;
	margin-top: 8px;
	margin-bottom: 0px;
}
p.fsc::after {
	content:url("");
	display: inline-block;
	background-image: url("../img/e_link.svg");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	width: 22px;
	height: 16px;
	vertical-align: top; /* テキストとの位置調整 */
	margin-top: -2px;
	margin-left: 2px;
}



}










/*PCサイト**************************************************************************/
@media screen and (min-width:768px) {



h1 {
	text-align: center;
	font-size: 80px;
	line-height: 80px;
	font-family: "Cormorant Garamond", serif;
	font-weight: 600;
	letter-spacing: 0.01em;
	padding-top: 70px;
	text-shadow: 0 0 5px black, 0 0 10px black, 0 0 20px black;
}



#content {
	width: 1280px;
	margin: 85px auto 80px auto;
}

h2 {
	font-size: 36px;
	text-align: center;
	line-height: 36px;
	height: 36px;
	margin-bottom: 6px;
}
hr.under_st {
	width: 1000px;
	margin-bottom: 20px;
}



.fstc {
	width: 595px;
	margin: 0px 20px 40px 20px;
	float: left;
}
.fstc_last {
	width: 595px;
	margin: 0px 20px 0px 20px;
	float: left;
}

img.fst {
	width: 595px;
}

p.fsc {
	line-height: 18px;
	margin-top: 12px;
	margin-bottom: 0px;
}
p.fsc::after {
	content:url("");
	display: inline-block;
	background-image: url("../img/e_link.svg");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	width: 28px;
	height: 20px;
	vertical-align: top; /* テキストとの位置調整 */
	margin-top: -2px;
	margin-left: 2px;
}



}














