@charset "UTF-8";

/* --- What's New --- */
section.whatsnew {
	background: #f9f9f9;
	padding: 60px 0;
}

section.whatsnew h2 {
	font-family: "Noto Serif JP", serif;
	font-weight: 500;
	font-size: 36px;
	text-align: center;
	margin-bottom: 60px;
}

section.whatsnew div.photo {
	margin-bottom: 30px;
}

section.whatsnew div.photo img {
	width: 100%;
	max-width: 635px;
	height: auto;
	margin: 0 auto;
	display: block;
}

section.whatsnew div.text h3 {
	font-weight: 500;
	font-size: 18px;
	margin-bottom: 30px;
}

section.whatsnew div.text p {
	margin-bottom: 30px;
}

section.whatsnew div.text p.more {
	margin-bottom: 0px;
	display: flex;
	align-items: center;
}

section.whatsnew div.text p.more img,
section.whatsnew div.text p.more a {
	display: block;
}

section.whatsnew div.text p.more img {
	width: 20px;
	height: 24px;
}

section.whatsnew div.text p.more a {
	margin-left: 6px;
}

/* --- About --- */
section.about {
	padding: 60px 0;
}

section.about h2 {
	text-align: center;
	margin-bottom: 60px;
}

section.about h2 span {
	background: #f3f3f3;
	font-family: "Noto Serif JP", serif;
	font-weight: 500;
	font-size: 36px;
	padding: 16px;
}

section.about div.photo {
	margin-bottom: 30px;
}

section.about div.photo img {
	width: 100%;
	max-width: 700px;
	height: auto;
	margin: 0 auto;
	display: block;
}

section.about div.text h3 {
	font-weight: 500;
	font-size: 18px;
	margin-bottom: 30px;
}

section.about div.text p {
	margin-bottom: 30px;
}

section.about div.text p.more {
	margin-bottom: 0px;
	display: flex;
	align-items: center;
}

section.about div.text p.more img,
section.about div.text p.more a {
	display: block;
}

section.about div.text p.more img {
	width: 20px;
	height: 24px;
}

section.about div.text p.more a {
	margin-left: 6px;
}

/* --- Tour --- */
section.tour {
	background: #f9f9f9;
}

section.tour div.container {
	padding: 60px 15px;
	background-image: url("../img/bg-front3.png");
	background-repeat: no-repeat;
	background-position: right center;
}

section.tour h2 {
	font-family: "Noto Serif JP", serif;
	font-weight: 500;
	font-size: 36px;
	text-align: center;
	margin-bottom: 80px;
}

section.tour h2 span {
	font-family: "Noto Serif JP", serif;
	font-weight: 400;
	font-size: 16px;
}

section.tour article {
	width: 100%;
	max-width: 450px;
	height: auto;
	margin: 0 auto 30px;
	background: #FFF;
	box-shadow: 0px 0px 5px 0px #999;
	padding-bottom: 30px;
}

section.tour article:last-child {
	margin: 0 auto 0;
}

section.tour article img {
	width: 100%;
	height: auto;
	display: block;
	margin-bottom: 30px;
}

section.tour article p {
	text-align: center;
	margin-bottom: 30px;
}

section.tour article a {
	display: block;
	width: 180px;
	background: #c59c8b;
	color: #FFF;
	text-align: center;
	margin: 0 auto;
	padding: 16px 0;
	box-shadow: 0px 0px 5px 0px #999;
}

/* --- StaffBlog --- */
section.blog {
	padding: 60px 0;
}

section.blog h2 {
	font-family: "Noto Serif JP", serif;
	font-weight: 500;
	font-size: 36px;
	text-align: center;
	margin-bottom: 60px;
}

section.blog div.photo {
	margin-bottom: 30px;
}

section.blog div.photo img {
	width: 100%;
	height: auto;
	margin: 0 auto;
}

section.blog div.photo img.sp {
	max-width: 640px;
}

section.blog div.photo img.pc {
	max-width: 682px;
}

section.blog div.text article {
	margin-bottom: 45px;
}

section.blog div.text article:last-child {
	margin-bottom: 0;
}

section.blog div.text article h3 {
	font-weight: 500;
	font-size: 18px;
	margin-bottom: 1em;
}

section.blog div.text article p {
	margin-bottom: 1em;
}

/* デスクトップ用 */
@media(min-width:700px) {
	/* --- What's New --- */
	section.whatsnew {
	padding: 0;
	}
	section.whatsnew div.container {
	padding: 180px 10px 0px;
	}
	section.whatsnew h2 {
	text-align: left;
	margin-bottom: 30px;
	}
	section.whatsnew div.box {
	display: flex;
	}
	section.whatsnew div.photo {
	flex: 2;
	margin-bottom: 0px;
	margin-right: 30px;
	}
	section.whatsnew div.text {
	flex: 3;
	}
	/* --- About --- */
	section.about {
	padding: 0;
	padding: 120px 0 130px;
	}
	section.about h2 {
	text-align: left;
	margin-bottom: 60px;
	}
	section.about h2 span {
	font-size: 32px;
	}
	section.about div.box {
	display: flex;
	align-items: center;
	flex-direction: row-reverse;
	}
	section.about div.photo {
	flex: 3;
	margin-bottom: 0px;
	margin-left: 30px;
	}
	section.about div.text {
	flex: 2;
	}
	/* --- Tour --- */
	section.tour div.container {
	padding: 120px 10px 130px;
	}
	/* --- StaffBlog --- */
	section.blog {
	padding: 130px 0 150px;
	}
	section.blog h2 {
	text-align: left;
	}
	section.blog div.box {
	display: flex;
	align-items: center;
	}
	section.blog div.photo {
	flex: 1;
	margin-bottom: 0px;
	margin-right: 15px;
	}
	section.blog div.text {
	flex: 1;
	}
	section.blog div.photo img.pc {
	display: block !important ;
	}
	section.blog div.photo img.sp {
	display: none;
	}
}

@media(min-width:1000px) {
	/* --- Tour --- */
	section.tour div.box {
	display: flex;
	}
	section.tour article {
	margin: 0 15px 0 0;
	}
	section.tour article:last-child {
	margin: 0;
	}
}

/* スマートフォン用 */
@media(max-width:699px) {
	section.blog div.photo img.pc {
	display: none;
	}
	section.blog div.photo img.sp {
	display: block;
	}
}