/*============================
ヘッダー
============================*/
header {
	transition: transform 0.5s 0.3s;
	position: fixed;
	z-index: 10;
	left: 0;
	top: 0;
	width: 100%;
	box-sizing: border-box;
	padding: 0.30rem;
	background-color: rgba(255, 255, 255, 0.85);
	-webkit-backdrop-filter: blur(10px);
	backdrop-filter: blur(10px);
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
	min-width: 1080px;
}

@media screen and (max-width: 599px) {
	header {
		padding: 0.20rem;
		min-width: 100%;
		background-color: rgba(255, 255, 255, 0.9);
	}
}

/* ヘッダーが上に消える */
header.hide {
	transform: translateY(-1.50rem);
}

@media screen and (max-width: 599px) {
	header.hide {
		transform: translateY(0);
	}
}

/*
 スクロールで表示された状態 
header.scr {
	background-color: rgba(255, 255, 255, 0.85);
	-webkit-backdrop-filter: blur(10px);
	backdrop-filter: blur(10px);
}
*/

/* ロゴ */
header .logo {
	width: 100%;
	max-width: 4.30rem;
}

@media screen and (max-width: 599px) {
	header .logo {
		max-width: 2.50rem;
	}
}

header .logo.satsuyoku {
	max-width: 3.37rem;
}

@media screen and (max-width: 599px) {
	header .logo.satsuyoku {
		max-width: 2.50rem;
	}
}

/* ナビゲーション */
header .glo_navi {
	width: 7.40rem;
	padding-right: 0.10rem;
}

header .glo_navi .list {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

header .glo_navi .list .link a {
	font-size: 0.18rem;
	font-weight: 500;
	letter-spacing: 0.075em;
	color: #111;
	text-decoration: none;
	position: relative;
}

header .glo_navi .list .link a::after {
	position: absolute;
	bottom: -4px;
	left: 0;
	content: '';
	width: 100%;
	height: 2px;
	background: #333;
	transform: scale(0, 1);
	transform-origin: right top;
	transition: transform .3s;
}

header .glo_navi .list .link a:hover::after {
	transform-origin: left top;
	transform: scale(1, 1);
}

header .glo_navi .list .link.active a:after {
	transform-origin: left top;
	transform: scale(1, 1);
	background-color: #E62413;
}

/* SPナビ */
#sp_navi {
	position: fixed;
	width: 100%;
	top: 0.67rem;
	left: 0;
	z-index: 10;
	display: none;
}

#sp_navi .glo_navi {
	box-sizing: border-box;
	background-color: rgba(0, 0, 0, 0.8);
	-webkit-backdrop-filter: blur(10px);
	backdrop-filter: blur(10px);
	padding: 0.20rem 0.30rem 0.30rem;
}

#sp_navi .glo_navi .list .link {
	padding: 0.15rem 0;
}

#sp_navi .glo_navi .list .link a {
	font-size: 0.16rem;
	font-weight: 700;
	letter-spacing: 0.075em;
	color: #FFF;
	text-decoration: none;
}

#sp_navi .glo_navi .list .link a::before {
	content: "";
	display: inline-block;
	width: 0.06rem;
	height: 1px;
	background-color: #999;
	margin-right: 0.08rem;
	position: relative;
	top: -0.06rem;
}

/*==========================
共通
==========================*/
main {
	padding-top: 1.05rem;
}

@media screen and (max-width: 599px) {
	main {
		padding-top: 0.66rem;
	}
}

.sec_title {
	text-align: center;
	font-size: 0.36rem;
	letter-spacing: 0.10em;
	font-family: 'Shippori Mincho', serif;
	padding: 0.50rem 0;
	width: 100%;
}

@media screen and (max-width: 599px) {
	.sec_title {
		font-size: 0.24rem;
		letter-spacing: 0.05em;
		padding: 0.40rem 0;
		line-height: 1.40;
	}
}

.sec_title span {
	display: inline-block;
	position: relative;
	padding-bottom: 0.15rem;
}

@media screen and (max-width: 599px) {
	.sec_title span {
		padding-bottom: 0.10rem;
	}
}

.sec_title span::after {
	content: "";
	width: 100%;
	height: 3px;
	background-image: url(../common/img/title_wave.png);
	background-repeat: repeat-x;
	background-position: center center;
	background-size: auto 3px;
	position: absolute;
	bottom: 0;
	left: 0;
}

/*==========================
フッターリンク
==========================*/
#footer_link_wrap .list {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

#footer_link_wrap .list .detail {
	width: 49.9%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	z-index: 0;
}

@media screen and (max-width: 599px) {
	#footer_link_wrap .list .detail {
		width: 100%;
		margin-bottom: 1px;
	}
}

#footer_link_wrap .list .detail a {
	display: block;
	height: 3.00rem;
	position: relative;
	text-decoration: none;
	color: #FFF;
	z-index: 1;
}

@media screen and (max-width: 599px) {
	#footer_link_wrap .list .detail a {
		height: 2.00rem;
	}
}

#footer_link_wrap .list .detail a::before {
	content: "";
	background-color: rgba(0, 0, 0, 0.6);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	transition: all 0.5s;
}

#footer_link_wrap .list .detail a:hover::before {
	background-color: rgba(0, 0, 0, 0.3);
}

#footer_link_wrap .list .detail a .textbox {
	position: absolute;
	width: 100%;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	text-align: center;
}

#footer_link_wrap .list .detail a .textbox .text {
	font-size: 0.15rem;
	letter-spacing: 0.10em;
	padding-bottom: 0.15rem;
}

@media screen and (max-width: 599px) {
	#footer_link_wrap .list .detail a .textbox .text {
		font-size: 0.13rem;
		letter-spacing: 0.05em;
		line-height: 1.5;
	}
}

#footer_link_wrap .list .detail a .textbox .title {
	font-size: 0.30rem;
	font-family: 'Shippori Mincho', serif;
	padding-bottom: 0.20rem;
}

@media screen and (max-width: 599px) {
	#footer_link_wrap .list .detail a .textbox .title {
		font-size: 0.20rem;
		font-family: 'Shippori Mincho', serif;
		padding-bottom: 0.20rem;
	}
}

#footer_link_wrap .list .detail a .textbox .more_btn {
	width: 100%;
	max-width: 2.60rem;
	margin: auto;
	line-height: 0;
	border: 1px solid #FFF;
	border-radius: 0.25rem;
	padding: 0.20rem 0 0.22rem;
	font-size: 0.15rem;
	letter-spacing: 0.10em;
	position: relative;
}

@media screen and (max-width: 599px) {
	#footer_link_wrap .list .detail a .textbox .more_btn {
		max-width: 2.00rem;
		padding: 0.17rem 0 0.19rem;
		font-size: 0.14rem;
	}
}

#footer_link_wrap .list .detail a .textbox .more_btn::after {
	content: "";
	width: 0.22rem;
	height: 0.10rem;
	background-image: url(../common/img/link_arrow_white.svg);
	background-position: right center;
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	right: 0.15rem;
	top: 48%;
	transform: translateY(-50%);
	transition: all 0.3s;
}

#footer_link_wrap .list .detail a:hover .textbox .more_btn::after {
	right: 0.10rem;
}

#footer_link_wrap .list .detail.voice {
	background-image: url(../common/img/footer_voice_bg.jpg);
}

#footer_link_wrap .list .detail.gallery {
	background-image: url(../common/img/footer_gallery_bg.jpg);
}


/*==========================
フッター
==========================*/
footer {
	padding: 0.50rem 0;
}

@media screen and (max-width: 599px) {
footer {
	padding: 0.30rem 0;
}
}

footer .in {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

footer .in .logo_wrap {
	width: 50%;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

@media screen and (max-width: 599px) {
	footer .in .logo_wrap {
		width: 100%;
		display: block;
		text-align: center;
	}
}

footer .in .logo_wrap .logo {
	width: 0.62rem;
}

@media screen and (max-width: 599px) {
	footer .in .logo_wrap .logo {
		width: 0.36rem;
		margin: 0 auto 0.10rem;
	}
}

footer .in .logo_wrap .textbox {
	padding-left: 0.20rem;
	line-height: 1.55;
}

@media screen and (max-width: 599px) {
	footer .in .logo_wrap .textbox {
		padding-left: 0;
		line-height: 1.85;
	}
}

footer .in .logo_wrap .textbox .title {
	font-size: 0.20rem;
	font-weight: 700;
}

@media screen and (max-width: 599px) {
	footer .in .logo_wrap .textbox .title {
		font-size: 0.16rem;
		padding-bottom: 0.30rem;
	}
}

footer .in .logo_wrap .textbox .address {
	font-size: 0.14rem;
}

@media screen and (max-width: 599px) {
	footer .in .logo_wrap .textbox .address {
		font-size: 0.13rem;
	}
}

footer .in .logo_wrap .textbox .tel {
	font-size: 0.15rem;
	font-family: 'Poppins', sans-serif;
}

@media screen and (max-width: 599px) {
	footer .in .logo_wrap .textbox .tel {
		font-size: 0.14rem;
	}
}

footer .in .logo_wrap .textbox .tel a {
	text-decoration: none;
	color: #111;
}

@media screen and (max-width: 599px) {
footer .in .logo_wrap .textbox .tel a {
	text-decoration: underline;
	font-weight: 500;
}
}

footer .in .sitemap_wrap {
	width: 50%;
	padding-top: 0.20rem;
}

@media screen and (max-width: 599px) {
	footer .in .sitemap_wrap {
		width: 100%;
		padding-top: 0.30rem;
	}
}

footer .in .sitemap_wrap .list {
	display: flex;
	flex-wrap: wrap;
}

@media screen and (max-width: 599px) {
	footer .in .sitemap_wrap .list {
		padding: 0 0.20rem;
	}
}

footer .in .sitemap_wrap .list .link {
	width: 33.3%;
	padding-bottom: 0.15rem;
}

@media screen and (max-width: 599px) {
	footer .in .sitemap_wrap .list .link {
		width: 50%;
	}
}

footer .in .sitemap_wrap .list .link a {
	font-size: 0.15rem;
	letter-spacing: 0.10em;
	text-decoration: none;
	color: #111;
}

@media screen and (max-width: 599px) {
	footer .in .sitemap_wrap .list .link a {
		font-size: 0.14rem;
		letter-spacing: 0.05em;
	}

	footer .in .sitemap_wrap .list .link a::before {
		content: "";
		width: 0.05rem;
		height: 1px;
		background-color: #666;
		display: inline-block;
		margin-right: 0.08rem;
		position: relative;
		top: -0.04rem;
	}
}

footer .in .sitemap_wrap .list .link a:hover {
	text-decoration: underline;
}


/* コピーライト */
.copyright {
	background-image: url(../common/img/footer_copyright_bg.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}

.copyright::before {
	content: "";
	background-color: rgba(0, 0, 0, 0.3);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
}

.copyright .text {
	font-size: 0.12rem;
	letter-spacing: 0.10em;
	text-align: center;
	padding: 0.80rem 0;
	color: #FFF;
	position: relative;
	z-index: 1;
}

@media screen and (max-width: 599px) {
	.copyright .text {
		font-size: 0.10rem;
		letter-spacing: 0.05em;
		padding: 0.60rem 0;
		line-height: 1.65;
	}
}
