@charset "utf-8";

/***********************************************************************/

/* イズミ年賀状 */

/***********************************************************************/

/* フォント設定 */
body { font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; }
.win body { font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; }

/* clearfix */
.clearfix:after { content: ""; clear: both; display: block; }






/***********************************************************************/

/* ヘッダー */

/***********************************************************************/

.header {
	width: 100%;
	height: 70px;
	background-color: #FFF;
}
.header > div {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	box-sizing: border-box;
	padding: 0 20px;
}

p.header-logo {
	float: left;
	margin: 10px 0 0 0;
}
p.header-title {
	float: left;
	margin: 20px 0 0 15px;
}






/***********************************************************************/

/* フィーチャー */

/***********************************************************************/

.feature {
	width: 100%;
	height: 500px;
	background-color: #d9e9e8;
	position: relative;
	overflow: hidden;
}

.feature > div {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	text-align: center;
	z-index: 1;
	position: relative;
}

.feature > div .left,
.feature > div .right {
	position: absolute;
}
.feature > div .left  { top: 100px; left: 20px; z-index: 1; }
.feature > div .right { top: 65px; right: 20px; }

.feature > div .left img {
	margin-bottom: 30px;
}

img.feature-bg {
	width: 1000px;
	position: absolute;
	right: 0;
	bottom: 0;
}
@media screen and (max-width:1500px) {
img.feature-bg { right: -100px; }
}
@media screen and (max-width:1250px) {
img.feature-bg { right: -200px; }
}
@media screen and (max-width:1000px) {
img.feature-bg { right: -300px; }
}

@media screen and (max-width:770px) {
.feature {
	height: auto;
}

.feature > div {
	box-sizing: border-box;
	padding: 60px 20px;
}

.feature > div .left,
.feature > div .right {
	position: static;
}

img.feature-text-1 { width:  50%; max-width: 273px; }
img.feature-title  { width: 100%; max-width: 511px; }
img.feature-text-2 { width:  75%; max-width: 322px; }
img.feature-card   { width:  50%; max-width: 268px; }

img.feature-bg {
	width: 125%;
	right: 0;
	bottom: -10%;
}
}

@media screen and (max-width:420px) {
.feature > div .left img {
	margin-bottom: 20px;
}
}






/***********************************************************************/

/* 地図（PC）*/

/***********************************************************************/

.map-wide {
	width: 100%;
	background: #F2F2F2 url(../img/map-wide-bg.png) no-repeat center center;
	background-size: cover;
}

.map-wide > div {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
}

.map-wide > div img {
	display: block;
	float: left;
}
img.map-wide-1,
img.map-wide-2 {
	width: 50%;
}
img.map-wide-3,
img.map-wide-4 {
	width: 25%;
}

@media screen and (max-width:770px) {
.map-wide {
	display: none;
}
}





/***********************************************************************/

/* 地図（タブレット＆スマホ）*/

/***********************************************************************/

.map-narrow {
	width: 100%;
	background-color: #F2F2F2;
	display: none;
}

.map-narrow img {
	display: block;
	float: left;
	width: 33.33%;
}
.map-narrow img.map-narrow-1 {
	width: 100%;
}

@media screen and (max-width:770px) {
.map-narrow {
	display: block;
}
}






/***********************************************************************/

/* 喪中商材 */

/***********************************************************************/

.product-nenga {
	width: 100%;
	background-color: #d9e9e8;
	
	box-sizing: border-box;
	padding: 30px 0;
}

.product-nenga ul {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	
	text-align: center;
	font-size: 0;
}

.product-nenga ul li {
	display: inline-block;
	vertical-align: top;
	width: 25%;
	
	font-size: 15px;
	line-height: 1.5;
	color: #000;
	
	box-sizing: border-box;
	padding: 30px 0;
}

.product-nenga ul li img {
	margin-bottom: 10px;
}

@media screen and (max-width:770px) {
.product-nenga ul li { width: 33.33%; }
}
@media screen and (max-width:595px) {
.product-nenga ul li { width: 50%; }
}
@media screen and (max-width:420px) {
.product-nenga ul li { width: 100%; }
}






/***********************************************************************/

/* 通年商材 */

/***********************************************************************/

.product-other {
	width: 100%;
	background-color: #F2F2F2;
}

.product-other > div {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	
	box-sizing: border-box;
	padding: 60px 20px;
	
	text-align: center;
}

.product-other p.heading {
	font-size: 30px;
	line-height: 1.25;
	color: #000;
}

.product-other a.btn-order {
	display: block;
	width: 100%;
	max-width: 450px;
	margin: 20px auto;
	
	box-sizing: border-box;
	padding: 14px 0;
	
	font-size: 30px;
	line-height: 1.25;
	color: #FFF;
	text-decoration: none;
	
	background-color: #C00;
	border-radius: 33px;
}
.product-other a.btn-order:hover {
	background-color: #F00;
}
.product-other a.btn-order br { display: none; }
@media screen and (max-width:420px) {
.product-other a.btn-order br { display: block; }
}

.product-other img {
	width: 100%;
	margin: 30px auto;
}
img.product-other-01-wide   { max-width: 766px; display: block; }
img.product-other-01-narrow { max-width: 428px; display: none; }
@media screen and (max-width:770px) {
img.product-other-01-wide   { display: none; }
img.product-other-01-narrow { display: block; }
}

.product-other p.note {
	font-size: 16px;
	line-height: 1.5;
	color: #666;
}






/***********************************************************************/

/* フッター */

/***********************************************************************/

.footer {
	width: 100%;
	background-color: #FFF;
}

.footer > div {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	
	box-sizing: border-box;
	padding: 60px 20px;
}

.footer p.copyright {
	font-size: 13px;
	line-height: 1.5;
	color: #666;
	text-align: center;
}





