@charset "utf-8";

/* ==============================
Smartphone home layout
Site Name: PHOTOSTUDIO MONICA
Date: 2017.06
================================= */

/* header
--------------------------------- */
#hero,
.header__slider,
.header__slider li {
	width: 100%;
	height: 100vw;
}
#header__slider01 {
	background: url(../img/home/photo_hero01.jpg) center 0 no-repeat;
	background-size: cover;
}
#header__slider02 {
	background: url(../img/home/photo_hero02.jpg) center 0 no-repeat;
	background-size: cover;
}
#header__slider03 {
	background: url(../img/home/photo_hero03.jpg) center 0 no-repeat;
	background-size: cover;
}
#header__slider04 {
	background: url(../img/home/photo_hero04.jpg) center 0 no-repeat;
	background-size: cover;
}
#header__slider05 {
	background: url(../img/home/photo_hero05.jpg) center 0 no-repeat;
	background-size: cover;
}
#flower__r,
#flower__l {
	position: absolute;
	top: calc(100vw + 157px);
	z-index: 10000;
}

/* intro
--------------------------------- */
#intro {
	background: url(../img/bg_brown.jpg) 0 0 repeat;
	background-size: 102px;
	color: white;
	line-height: 1.6;
	text-align: center;
	padding: 30px 0;
}
#intro .l4,
#intro .l3 {
	font-size: 16px;
}

/* news
--------------------------------- */
#news {
	padding-bottom: 0;
}
/* lead */
#news__lead {
	margin-bottom: 30px;
}
/* gallery */
#news__gallery {
	margin-bottom: 50px;
}
#news__gallery h3 {
	display: flex;
	align-items: center;
	letter-spacing: .05em;
	margin-bottom: 20px;
}
#news__gallery h3::before,
#news__gallery h3::after {
	border-top: 1px solid #ff7c7a;
	content: "";
	flex-grow: 1;
}
#news__gallery h3::before {
	margin-right: 20px;
}
#news__gallery h3::after {
	margin-left: 20px;
}
/* list */
#news__list {
	display: flex;
	justify-content: space-between;
}
#news__list li {
	width: calc(50% - 5px);
}
#news__list li:nth-child(3) {
	display: none;
}
#news__list a {
	display: block;
}
#news__list h4 {
	color: #401f1f;
	font: 13px/1.6 "Libre Baskerville", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", serif;
	margin-bottom: 6px;
}
#news__list .date {
	font-size: 10px;
}
#news__list .photo {
	background-size: 60px 40px, 160px 224px;
	display: block;
	margin-bottom: 10px;
	width: 100%;
	height: calc(50vw - 27px);
}
#news__list img {
	width: 100%;
}
/* slider */
.news__slider img {
	width: 100%;
}

/* over40
--------------------------------- */
#over40 {
	background: url(../img/bg_brown.jpg) 0 0 repeat;
	color: white;
	padding-top: 10px;
	padding-bottom: 10px;
}
#over40 h3 {
	line-height: 1.4;
}
#over40 .l5 {
	padding: 0 4px;
}
#over40 .txt {
	text-align: center;
}

/* caution
--------------------------------- */
#caution {
	background: url(../img/home/bg_caution.jpg) center center no-repeat;
	background-size: cover;
	color: white;
	text-align: center;
	padding-top: 50px;
	padding-bottom: 50px;
}
#caution h2 {
	margin-bottom: 20px;
}
#caution h2 i {
	display: block;
	margin-bottom: 14px;
}
#caution h2 sup {
	font-size: 10px;
	display: inline-block;
	vertical-align: top;
	padding-top: 4px;
	padding-left: 2px;
}
#caution .l5 {
	font-size: 20px;
	line-height: 1.6;
}
#caution .l2 {
	font-size: 15px;
	line-height: 1.6;
}

/* reason
--------------------------------- */
/* list */
#reason__list {
	text-align: center;
	justify-content: center;
	padding: 0 10px;
}
#reason__list dl {
	background: url(../img/home/bg_reason.png) 0 0 no-repeat;
	background-size: 140px;
	margin: 0 5px 15px;
	width: 140px;
}
#reason__list dt {
	font: 16px/1.4 "Libre Baskerville", "Hannari", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", serif;
	text-shadow: 0 1px 2px rgba(0,0,0,.2);
}
#reason__list dt a {
	box-sizing: border-box;
	color: white;
	display: block;
	padding-top: 35px;
	width: 140px;
	height: 152px;
}
#reason__list dd a {
	color: #b11c3c;
}
#reason__list i {
	display: block;
	font-size: 24px;
	margin-top: 6px;
}
#reason__list dd {
	font-size: 12px;
	line-height: 1.6;
	margin-top: 10px;
}

/* gallery
--------------------------------- */
#gallery__list {
	margin-bottom: 40px;
}
#gallery__list li {
	background: url(../img/ttl_gallery.svg) center center no-repeat #e2345a;
	background-size: 60px 40px;
	list-style: none;
	width: 33.333%;
}
#gallery__list a {
	display: block;
}
#gallery__list img {
	width: 100%;
}