@charset "utf-8";
/*

サイト全体共通スタイル

*/

/*======================================

	header

=======================================*/
header {
	padding-top: 25px;
	padding-bottom: 18px;
	position: relative;
	min-width: 960px;
}
header h1 {
	display: none;
}
.logo {
	font-size: 0;
	line-height: 0;
	text-align: center;
	position: relative;
	z-index: 20;
}
header nav {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	min-width: 960px;
	height: 100px;
	overflow: hidden;
}
.gnav {
	text-align: center;
	font-size: 0;
	padding: 30px 0 0 0;
	position: relative;
	z-index: 2;
	margin: 0 auto;
	width: 960px;
}
.gnav li {
	line-height: 0;
	display: inline-block;
	background: url(../img/common/bg_nav.gif) no-repeat left center;
	padding: 0 25px;
}
.gnav li:first-child {
	background: none;
	padding-left: 0;
}
.gnav li:last-child {
	padding-right: 0;
}
.gnav li span {
	opacity: .5;
}
.sns {
	position: absolute;
	top: 0;
	left: 50%;
	width: 1280px;
	margin: 0 0 0 -640px;
	z-index: 9999;
}
.sns ul {
	float: right;
	padding: 30px 25px 0 0;
}
.sns li {
	font-size: 0;
	line-height: 0;
	float: left;
	margin-left: 30px;
}
/*======================================

	main

=======================================*/
.inner {
	width: 960px;
	margin: 0 auto;
}
.topicpath {
	width: 960px;
	margin: 0 auto 45px;
}
.topicpath ol {
	overflow: hidden;
}
.topicpath li {
	display: inline;
	font-size: 12px;
}
.topicpath li:before {
	content:">";
	margin: 0 10px;
}
.topicpath li:first-child:before {
	content: none;
}
.topicpath a {
  color: #c17a63;
  border-bottom: 1px solid #c17a63;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.topicpath a:hover {
	border-bottom: 0;
}
/*======================================

	footer

=======================================*/
footer {
	min-width: 960px;
}
.bnrs {
	padding-top: 50px;
	width: 470px;
	margin: 0 auto 55px;
}
.bnrs ul {
	overflow: hidden;
}
.bnrs li {
	float: left;
	margin-left: 20px;
	position: relative;
	width: 225px;
	height: 170px;
	overflow: hidden;
}
.bnrs li:first-child {
	margin-left: 0;
}
.bnrs li img {
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}
.bnrs li img:hover {
	-webkit-transition: scale(1.05);
	transform: scale(1.05);
}

.pagetop {
	padding: 40px 0;
	font-size: 0;
	line-height: 0;
	position: relative;
	text-align: center;
}
.pagetop img {
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	cursor: pointer;
}
.pagetop img:hover {
	-webkit-transition: scale(1.05);
	transform: scale(1.05);
}
.copyright {
	background: #000;
	text-align: center;
	font-size: 0;
	line-height: 0;
	padding: 26px 0 23px;
}
/*======================================

	.class

=======================================*/

/* カスタムプルダウン */
.img-float{
	float: left;
	margin: 0 20px 20px 0;
}
.img-full{
	display: block;
	width: 100%;
}
.img-full img{
	display: block;
	width: 100%;
}
.video-wrapper {
	width: 100%;
	max-width: 560px;
	margin: 0 auto 20px;
}
.video-wrapper iframe {
	width: 100%;
	height: 100%;
	aspect-ratio: 560 / 315;
}

.img-flex-start{
	display: flex;
	align-items: start;
	gap: 20px;
}
.img-flex-center{
	display: flex;
	align-items: center;
	gap: 20px;
}
.img-flex-end{
	display: flex;
	align-items: end;
	gap: 20px;
}
.img-flex-start-pc-only{
	display: flex;
	align-items: start;
	gap: 20px;
}
.img-flex-center-pc-only{
	display: flex;
	align-items: center;
	gap: 20px;
}
.img-flex-end-pc-only{
	display: flex;
	align-items: end;
	gap: 20px;
}