/* フロートサイドメニュー
--------------------------- */
/* サイトの一番上に戻る */
.pageup {
	position: fixed;
	bottom: 7.6rem;
	right: 6.4rem;
	z-index: 99;
	margin-bottom: 0;
}
.pageup a {
	display: block;
	width: 2rem;
	height: 16rem;
	text-align: center;
	transition: .3s;
	position: relative;
	color: #fff;
	padding-top: 9rem;
	font-family: 'Crimson Pro', serif;
	line-height: 1;
	font-size: 1.7rem;
	-webkit-filter: drop-shadow(0px 0px 2px rgba(165,165,165,0.75));
	        filter: drop-shadow(0px 0px 2px rgba(165,165,165,0.75));
}
.pageup a::before{
	content: " ";
	width: 0.5rem;
	height: 0.5rem;
	border-radius: 0.4rem;
	display: block;
	background-color: #fff;
	left: calc(50% - 0.2rem);
	position: absolute;
	animation: pageupani 3s ease infinite;
}
.pageup a::after{
	content: " ";
	width: 1px;
	height: 7.8rem;
	display: block;
	background-color: #fff;
	top: 0.2rem;
	left: 50%;
	position: absolute;
}
.pageup a:hover{
	opacity: 0.6;
}
.pageup a span{
	-webkit-writing-mode: vertical-rl;
	    -ms-writing-mode: tb-rl;
	        writing-mode: vertical-rl;
}
@keyframes pageupani {
  0% {
	  top: 8rem;
	  opacity: 0;
  }
  10% {
	  top: 8rem;
	  opacity: 1;
  }
  90% {
	  opacity: 1;
  }
  100% {
	  top: 0;
	  opacity: 0;
  }
}

/* page bnr
----------------------------------------------------------------------------------------------------*/
.pagebnr a img{
	transition: .3s;
}
.pagebnr a:hover img{
	opacity: 0.6;
}
/* Footer
----------------------------------------------------------------------------------------------------*/
#footer{
	width: 100%;
	position: relative;
	clear: both;
	display: block;
	background-color: #808080;
	color: #fff;
	padding: 5.6rem 0 5.4rem;
}
.footer_wrap{
	width: 86.668%;
	margin-right: auto;
	margin-left: auto;
	max-width: 1450px;
}
@media screen and (min-width: 992px){
	#footer{
		padding: 8.5rem 0 6rem;
	}
	.footer_wrap{
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}
}
@media screen and (min-width: 1200px){
	.footer_wrap{
		justify-content: flex-start;
	}
}
/****foot_add****/
.foot_logo{
	max-width: 278px;
	margin-right: auto;
}
.foot_logo a img{
	max-width: 100%;
	height: auto;
}
.foot_info a{
	color: #fff;
}
.foot_add .foot_sns li a span{
		width: 4.2rem;
	}
@media screen and (min-width: 768px){
	.foot_info{
		font-size: 1.6rem;
	}
	.finfo_add{
		font-size: 1.8rem;
	}
}
@media screen and (max-width: 991px){
.foot_add{
	text-align: center;
	padding-bottom: 2.2rem;
}
.foot_logo{
	width: 73.964%;
	margin-left: auto;
	margin-bottom: 2rem;
}
	.fi_spnone{
		display: none;
	}
	.foot_add .foot_sns{
		text-align: center;
		justify-content: center;
	}
}
@media screen and (min-width: 992px){
	.foot_add{
		width: 34.896%;
		order: 2;
		text-align: left;
		padding-left: 6.551%;
		padding-top: 0.5rem;
	}
	.finfo_add{
		padding-bottom: 1rem;
		display: inline-block;
	}
	.foot_logo{
		margin-bottom: 4rem;
	}
	.foot_info{
		line-height: 1.4;
		margin-bottom: 2rem;
	}
	.fi_pcnone{
		display: none;
	}
}
/****foot_contact****/
/*共通*/
.foot_tel{
	font-size: 1.4rem;
	text-align: center;
}
.foot_tel a{
	color: #d2d2d2;
	display: block;
	transition: .3s;
}
.foot_tel a:hover{
	text-decoration: none;
	opacity: 0.6;
}
.ft_no{
	color: #fff;
}
.foot_tel a .ft_no{
	font-size: 2.8rem;
	font-weight: 600;
	font-family: 'Crimson Pro', serif;
	line-height: 1.4;
}
.foot_tel a .ft_no span{
	font-size: 3.8rem;
}
/*sp*/
.ftel_sp{
	border-top: 1px #fff solid;
	border-bottom: 1px #fff solid;
	margin-bottom: 3.8rem;
}
.foot_tel.ftel_sp a{
	padding: 2rem 0 3rem;
}
@media screen and (min-width: 992px){
	.ftel_sp{
		order: 1;
	}
}
/*pc*/
.foot_contact{
	border-top: 1px #fff solid;
	border-bottom: 1px #fff solid;
	text-align: center;
	display: flex;
	width: 100%;
	margin-bottom: 6.4rem;
	flex-wrap: wrap;
}
.foot_contact li{
	position: relative;
	list-style: none;
}
.foot_contact li:nth-of-type(2)::before,.foot_contact li:nth-of-type(2)::after{
	content: " ";
	width: 1px;
	height: 10.2rem;
	display: block;
	position: absolute;
	top: 3.8rem;
	background-color: #fff;
}
.foot_contact li:nth-of-type(2)::before{
	left: 0;
}
.foot_contact li:nth-of-type(2)::after{
	right: 0;
}
.foot_contact li a{
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	min-height: 17.6rem;
	font-size: 1.4rem;
	color: #d4d4d4;
	transition: .3s;
	letter-spacing: 0;
}
.foot_contact li a:hover{
	text-decoration: none;
	opacity: 0.6;
}
.foot_contact li.f_contact_btn a span{
	font-family: 'Crimson Pro', serif;
	font-size: 2.7rem;
	color: #fff;
}
@media screen and (max-width: 991px){
	.foot_contact .foot_tel{
		width: 100%;
	}
	.foot_contact li.f_contact_btn{
		width: calc(100% / 2);
	}
	.foot_contact li:nth-of-type(2)::before{
		display: none;
	}
}
@media screen and (min-width: 992px){
	.foot_contact{
		order: 1;
	}
.foot_contact li{
	width: calc(100% / 3);
}
}

/****foot_menu****/
.fm_list{
	display: flex;
	flex-wrap: wrap;
}
.fm_list dl{
	margin-bottom: 2.8rem;
}
.fm_list dl dt{
	font-family: 'Crimson Pro', serif;
	color: #fff;
	font-weight: 600;
	font-size: 2.2rem;
}
.fm_list dl dd{
	margin-bottom: 0;
	line-height: 1.6;
	font-size: 1.6rem;
}
.fm_list dl dd a{
	color: #fff;
	padding-left: 1rem;
	transition: .3s;
	position: relative;
}
.fm_list dl dd a:hover{
	text-decoration: none;
	opacity: 0.6;
}
.fm_list dl dd a::before{
	content: " ";
	width: 0.5rem;
	height: 0.1rem;
	background-color: #fff;
	display: block;
	position: absolute;
	top: 1.4rem;
	left: 0.3rem;
	transition: .3s;
}
.fm_list dl dd a:hover::before{
	opacity: 0;
}
@media screen and (max-width: 767px){
.fm_list dl{
	width: 56.084%;
}
.fm_list dl:nth-of-type(even){
	width: 43.916%;
}
}
@media screen and (min-width: 768px){
	.fm_list dl{
		width: calc(100% / 4);
	}
	.fm_list dl dd a{
		font-size: 1.7rem;
	}
	.fm_list dl dd a::before{
		top: 1rem;
	}
}
@media screen and (max-width: 991px){
.foot_menu{
	padding-bottom: 1.8rem;
}
.fm_list dl dt{
	margin-bottom: 1.4rem;
}
}
@media screen and (min-width: 992px){
	.foot_menu{
		width: 65.104%;
		order: 3;
		max-width: 812px;
	}
	.fm_list dl,.fm_list dl:nth-of-type(even){
		width: calc(100% / 4);
	}
	.fm_list dl dd a{
		font-size: 1.5rem;
	}
}
/****foot_otherbox****/
/*共通*/
.foot_otherbox{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
@media screen and (min-width: 992px){
.foot_otherbox{
	order: 4;
}
}
/*共通foot_policy*/
.foot_policy{
	margin-bottom: 0;
	font-family: 'Crimson Pro', serif;
	font-weight: 600;
}
.foot_policy a{
	color: #fff;
	transition: .3s;
}
.foot_policy a:hover{
	opacity: 0.6;
	text-decoration: none;
}
@media screen and (max-width: 767px){
.foot_policy{
	font-size: 1.4rem;
}
}
@media screen and (min-width: 768px){
.foot_policy{
	font-size: 1.8rem;
}
}
/*共通foot_sns*/
.foot_sns{
	font-size: 1.8rem;
	margin-bottom: 0;
	display: flex;
	align-items: center;
}
.foot_sns li{
	list-style: none;
	display: inline-block;
}
.foot_sns li a{
	color: #fff;
	transition: .3s;
}
.foot_sns li a:hover{
	text-decoration: none;
	opacity: 0.6;
}
.foot_sns li a span{
	display: inline-block;
}
.foot_sns li:first-of-type a span{
	font-size: 2.4rem;
}
.foot_sns li:nth-of-type(2) a span{
	font-size: 2rem;
}
.foot_sns li a span .fa-facebook-f:before{
	content: "\f39e";
}
@media screen and (max-width: 991px){
.foot_sns li a span{
	text-align: center;
}
}
/*共通foot_copy*/
.foot_copy{
	color: #fff;
	font-family: 'Crimson Pro', serif;
	font-weight: 600;
	margin-bottom: 0;
}
@media screen and (max-width: 767px){
.foot_copy{
	font-size: 1.1rem;
}
}
@media screen and (min-width: 768px){
.foot_copy{
	font-size: 1.4rem;
}
}
/*sp*/
.fob_sp{
	padding-top: 4rem;
	border-top: 1px #fff solid;
}
.fob_sp .foot_sns{
	width: 8rem;
	text-align: right;
	justify-content: flex-end;
}
.fob_sp .foot_sns li a{
	padding-left: 2rem;
}
.fob_sp .foot_policy{
	width: calc(100% - 8rem);
}
.fob_sp .foot_copy{
	padding-top: 4rem;
	width: 100%;
}
/*pc*/
.fob_pc{
	width: 81.310%;
	margin-left: 6.551%;
	justify-content: space-between;
	padding-top: 12rem;
}

