/*style_common*/
body{
	font-family: 'Noto Serif JP', serif;
	font-size: 22px;
	margin: 0;
   padding: 0;
}
html{scroll-behavior: smooth; overflow-x: hidden;}
img{image-rendering:-webkit-optimize-contrast; vertical-align:top;}
.inner{width: 90%; max-width: 1200px; margin: auto;}
.w960{display: block;}
.w960-2{display: none;}
.w768{display: block;}
.w768-2{display: none;}
.w600{display: block;}
.w600-2{display: none;}
.w428{display: block;}
.w428-2{display: none;}
.w320{display: block;}
.w320-2{display: none;}
a{color: #fff;text-decoration: none;}
a:hover{opacity: 0.5 ;}
p{text-align: justify;}
@media screen and (max-width: 960px){
	.w960{display: none;}
	.w960-2{display: block;}
}
@media screen and (max-width: 768px){
	body{font-size: 20px;}
	.w768{display: none;}
	.w768-2{display: block;}
}
@media screen and (max-width: 600px){
	.w600{display: none;}
	.w600-2{display: block;}
}
@media screen and (max-width: 428px){
	body{font-size: 16px;}
	.w428{display: none;}
	.w428-2{display: block;}
}
@media screen and (max-width: 320px){
	.w320{display: none;}
	.w320-2{display: block;}
}
/*header***************/
header{
	width: 100%;
	height: 100px;
	background-color: #523C2D;
	position: relative;
}
header h1{margin: 0;}
header img{
	position: absolute;
    top: 50%;
    left: 0%;
    transform: translate(20%,-50%);
}
header img:hover{opacity: 0.5;}
header ul{
	margin: 0;
	padding: 0;
	text-align: center;
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
}
header li{
	list-style: none;
	display: inline-block;
}
/*スクロール時に上から出てくるメニュー*/
.navbarCollapse{ display: -webkit-box;	display: -ms-flexbox; display: flex; -webkit-box-align: end; -ms-flex-align: end; align-items: flex-end;padding: 10px 0;}
.navbarCollapse li{list-style: none;}
.navbarCollapse li a{ font-size: 22px; color: #fff; text-decoration: none; display: block; padding: 10px 15px; cursor: pointer; position: relative;}
.navbarCollapse li a:hover::after { width: 100%;}
.clone-nav { width:100%; height: auto; transition: all 0.3s; transform: translateY(-100px); position: fixed; top: 0; left: 0; z-index: 999; background-color: rgba(82,60,45,0.8); -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center;}
.is-show { transform: translateY(0);margin: 0;}
@media screen and (max-width: 1366px){
	header ul {
    top: 50%;
    left: auto;
    transform: translate(-5%,-50%);
    right: 0;
}
}
@media screen and (max-width: 960px){
	.navbarCollapse{display: none;}
header ul{
	top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    right: initial;
}
/*　ハンバーガーボタン　*/
nav.NavMenu{
position: fixed;
z-index: 12;
top: 0;
right: 0;
background-color:rgba(77,50,50,0.9);
text-align: center;
width: 100%;
height: 100%;
display: none;
overflow: scroll;
}
.nav_contents{
    width: 80%;
    margin: 0 auto;
    padding: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    display: block;
}
.nav_contents ul li{
font-size: 24px;
list-style-type: none;
width: 100%;
padding: 0px;
	border-bottom: 1px solid #fff;
}
.nav_contents ul li:last-child{
padding-bottom: 0;
}
.nav_contents ul li a{
display: block;
color: #fff;
padding: 20px 0;
font-size: 20px;
}
	
/*ボタンのスタイル*/
.Toggle {
position: fixed;
right:25px;
top: 30px;
width: 45px;
height: 45px;
cursor: pointer;
z-index: 13;
display: block;
background-color: #523C2D;
border-radius: 5px;
}

.Toggle span {
display: block;
position: absolute;
width: 35px;
border-bottom: solid 4px #fff;
-webkit-transition: .35s ease-in-out;
-moz-transition: .35s ease-in-out;
transition: .35s ease-in-out;
left: 5px;
}

.Toggle span:nth-child(1) {
top: 9px;
}

.Toggle span:nth-child(2) {
top: 20px;
}

.Toggle span:nth-child(3) {
top: 31px;
}

.Toggle.active span:nth-child(1) {
top: 18px;
left: 6px;
-webkit-transform: rotate(-45deg);
-moz-transform: rotate(-45deg);
transform: rotate(-45deg);
border-bottom: solid 3px #fff;
}
.Toggle.active span:nth-child(2),
.Toggle.active span:nth-child(3) {
top: 18px;
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
transform: rotate(45deg);
border-bottom: solid 3px #fff;
}
}
@media screen and (max-width: 428px){
	header {height: 70px;}
	header img {transform: translate(10%,-50%);width: 40%;height: auto;}
	.Toggle {right: 10px;top: 15px;background-color: #523C2D;}
	header ul {width: 80%;}
}

/*トップページ-メインビジュアル***************/
#mainvisual{position: relative;overflow: hidden;}
#mainvisual .slider img{width: 100%;}
.slick-slider{padding: 0; margin: 0;}
.mv_ttl{
	position: absolute;
	top:50%;
	right:50%;
	transform: translate(50%,-50%);
}
@media screen and (max-width: 960px){
	.mv_ttl{width: 40%;height: auto;}
}

/*下層ページ-サブビジュアル***************/
#subvisual{
	background-image: url(../images/sub_moyou.png);
    background-repeat: no-repeat;
	width: 100%;
    height: 600px;
    background-size: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
	position: relative;
}
#subvisual h2{
	margin: 0;
	position: absolute;
    top: 20%;
}
@media screen and (max-width: 1920px){
	#subvisual {height: 420px;}
}
@media screen and (max-width: 1366px){
	#subvisual h2{top: 15%;}
}
@media screen and (max-width: 1024px){
	#subvisual {height: 300px;}
}
@media screen and (max-width: 960px){
	#subvisual{background-image: url(../images/sub_moyou-sp.png);}
	#subvisual h2 {top: 30%;}
}
@media screen and (max-width: 768px){
	#subvisual{height: 380px;}
}
@media screen and (max-width: 600px){
	#subvisual {height: 260px;}
}
@media screen and (max-width: 428px){
	#subvisual {height: 200px;}
	#subvisual h2 {top: 25%;}
}
@media screen and (max-width: 375px){
	#subvisual {height: 180px;}
}
@media screen and (max-width: 320px){
	#subvisual {height: 150px;}
}

/*top-フカミ美術について***************/
#fukami{
    background-image: url(../images/mv_moyou.png);
    background-repeat: no-repeat;
	width: 100%;
    height: 570px;
    background-size: 100%;
	margin-top: -5%;
	display: inline-block;
}
#fukami .fukami_midashi{position: relative;}
#fukami h2{
	letter-spacing: 0.12em;
	color: #523C2D;
	font-weight: bold;
	margin: 0 0 50px;
	text-align: center;
	padding-top: 500px;
	font-size: 43px;
}
#fukami .fukami_midashi .fukami_point1{position: absolute;top: 45%;left: 15%;}
#fukami .fukami_midashi .fukami_point2{position: absolute;bottom: 0%;right: 15%;}
#fukami .fukami_flex{
	display: flex;
	align-items: center;
	width: 90%;
	max-width: 1440px;
	margin: auto;
}
#fukami h3{font-size: 22px; font-weight: normal;}
#fukami p{line-height: 2.3;text-align: center;padding-bottom: 100px;}
#fukami .fukami_floor{text-align: center; width: 815px;position: relative;margin: 100px 0 40px;}
#fukami .fukami_floor img{border-radius: 10px;}
#fukami .fukami_kai{position: absolute;top: -8%;left: -5%;}
.btn{
	font-family: "游ゴシック Medium", "Yu Gothic Medium",YuGothic,"Yu Gothic M","游ゴシック体","ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN W3", HiraKakuProN-W3,"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN","ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	text-align: center;
	color: #fff;
	background-color: #523C2D;
	margin: auto;
    width: 555px;
    display: block;
	padding: 10px 0;
	border-radius: 30px;
}
@media screen and (max-width: 1920px){
	#fukami .fukami_midashi .fukami_point1 {top: 32%;}
}
@media screen and (max-width: 1560px){
	#fukami .fukami_kai {left: 0%;}
	#fukami .fukami_floor .fukami_floor_pic{width: 80%;height: auto;}
}
@media screen and (max-width: 1366px){
	#fukami .fukami_midashi .fukami_point1 {left: 5%;}
	#fukami .fukami_midashi .fukami_point2 {right: 10%;}
	#fukami h2{padding-top: 400px;}
	#fukami p{width: 90%;margin: auto;}
}
@media screen and (max-width: 1024px){
	#fukami .fukami_midashi .fukami_point1 {left: 1%;width: 20%;height: auto;}
	#fukami .fukami_midashi .fukami_point2 {right: 1%;width: 15%;height: auto;}
	#fukami h2 {padding-top: 250px;}
	#fukami p {padding-bottom: 50px;}
	#fukami .fukami_kai{width: 30%;height: auto}
}
@media screen and (max-width: 768px){
	#fukami .fukami_midashi .fukami_point1 {top: 25%;}
	#fukami h2 {font-size: 30px;padding-top: 200px;margin: 0 0 30px;}
	#fukami p {line-height: 2.0;text-align: justify;}
	#fukami .fukami_flex{display: block;margin-top: 50px;}
	#fukami .fukami_floor {width: 100%;margin: 0 auto 50px;}
	#fukami .fukami_floor .fukami_floor_pic {width: 100%;}
	#fukami .fukami_kai{width: 20%;top: -5%;left: 3%;}
	#fukami h3 {font-size: 18px;}
	.btn{width: 80%;}
}
@media screen and (max-width: 428px){
	.mv_ttl {width: 60%;}
	#fukami h2 {padding-top: 100px;font-size: 22px;margin: 0 0 15px;}
	#fukami p {padding-bottom: 20px;}
	#fukami .fukami_midashi .fukami_point1 {top: 8%;}
	#fukami .fukami_kai {width: 30%;}
	#fukami h3 {font-size: 16px;}
}

/*お知らせ***************/
#top-news{margin-top: 100px;}
.top-news_bg{background-color: #F0EEEC;padding: 60px 0;}

.top-news_bg ul{
	padding-left: 0;
	display: flex;
	justify-content: space-between;
	margin: 100px 0;
}
.top-news_bg ul li{
    width: 30%;
    border-left: 1px solid #523C2D;
	padding: 10px 5%;
	display: flex;
    flex-direction: column;
}
.top-news_bg ul li:last-child{border-right: 1px solid #523C2D;}
.top_news_bg_img{width: 100%;}
#top-news h2{margin: 0;}
#top-news h2,#tenpo h2,#access h2,#contact h2,#subvisual h2{text-align: center; font-size: 43px; letter-spacing: 0.12em;}
#top-news h2 span,#tenpo h2 span,#access h2 span,#contact h2 span,#subvisual h2 span{
	background: 
	url(../images/top_ttl_point1.png) no-repeat center left,
	url(../images/top_ttl_point2.png) no-repeat center right;
	padding: 0px 100px;
	background-size: contain;
}
.top-news {
  padding: 80px 0 0;
}
.top-news .inner {
  border-top: solid 1px #2A2E58;
  border-bottom: solid 1px #2A2E58;
  padding: 35px 0;
  margin-bottom: 35px;
}
.top-news__title {
  color: #2A2E58;
  text-align: center;
  font-family: YuMincho, "Yu Mincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "serif";
  font-size: 32px;
  font-size: 3.2rem;
  margin-bottom: 35px;
}
.top-news__item {
  background-color: #EEEEEE;
  /*margin-bottom: 10px;*/
  display: -webkit-box;
  display: flex;
  display: -ms-flexbox;
  justify-content: flex-start;
  -webkit-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  /*align-items: center;*/
  -webkit-box-align: center;
  -ms-flex-align: center;
  /*padding: 20px;*/
	flex-flow: column;
}
.top-news__link {
  margin: 0px 0px 20px;
	font-size: 24px; font-weight: bold;color: #523C2D;
	flex-grow: 1;
}
.top-news__link a {
  color: #523C2D;
}
.top-news__img{
	width: 100%;
    height: 400px;
    position: relative;
    overflow: hidden;
}
.top-news__img img{
	position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: auto;
    height: 100%;
}
/*下層ページ*/
#news{padding-bottom: 200px;}
.news_midashi{
	color: #523C2D;
	font-size: 34px;
	font-weight: bold;
	text-align: center;
	letter-spacing: 0.12em;
	margin: -70px auto 0px;
}
.news__list {
	list-style-type: none;
    padding-left: 0;
	margin: 100px auto 130px;
}
.news__item {
  padding: 35px 0;
  border-top: solid 1px #707070;
	display: flex;
    align-items: center;
}
.news__item:last-child{
	border-bottom: solid 1px #707070;
}
.news__item a {
  color: #523C2D;
    font-size: 26px;
    font-weight: bold;
}
.news__item a:hover {
  text-decoration: none;
}
.news__link{padding-top: 10px;display: block;}
.pager{text-align: center;}
.pager a{
	color: #676767;
	border: 2px solid #CECECE;
    margin: 0 5px;
    padding: 0 10px 2px;
	border-radius: 2px;
}
.pager a:hover{opacity: 0.5;}
.current{background-color: #CECECE;pointer-events: none;}
.news__box{display: flex; align-items: center;margin-right: 20px;}
.news__title{
    color: #fff;
    background-color: #523C2D;
    border-radius: 5px;
	width: 100%;
	width: 96%;
    font-size: 24px;
    padding: 1% 2%;
}
.news__back {
  text-align: center;
	font-family: "游ゴシック Medium", "Yu Gothic Medium",YuGothic,"Yu Gothic M","游ゴシック体","ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN W3", HiraKakuProN-W3,"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN","ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
}
.news__back a{
	color: #676767;
	border: 2px solid #CECECE;
    padding: 5px 10px;
}
.news__back a:hover{
	opacity: 0.5;
}
.news__time{
	text-align: right;
	display: block;
	width: 94%;
    margin: 0 auto 80px;
}
.news__contentarea{
	width: 94%;
    margin: auto;
}
.detailText{text-align: left;line-height: 1.7;}
.detailUpfile{text-align: center;margin: 50px 0;}
.detailUpfile img{width: 60%;}
@media screen and (max-width: 1200px){
	.top-news__img {height: 350px;}
}
@media screen and (max-width: 1024px){
	.top-news__img {height: 250px;}
}
@media screen and (max-width: 960px){
	.news_midashi {margin: 0;}
}
@media screen and (max-width: 768px){
	#top-news h2,#tenpo h2,#access h2,#contact h2,#subvisual h2{font-size: 30px;}
	.top-news_bg ul {margin: 70px 0;}
	.news_midashi {font-size: 26px;}
}
@media screen and (max-width: 767px){
	.top-news_bg ul{display: block;}
	.top-news_bg ul li{width: 100%;border-top: 1px solid #523C2D;padding: 20px 0;border-left:none;}
	.top-news_bg ul li:last-child {border-right: none;border-bottom: 1px solid #523C2D;}
}
@media screen and (max-width: 428px){
	#top-news {margin-top: 80px;}
	#news {padding-bottom: 80px;}
	#top-news h2,#tenpo h2,#access h2,#contact h2,#subvisual h2{font-size: 22px;}
	.top-news_bg ul {margin: 50px 0;}
	.top-news__link {font-size: 20px;margin: 0px;}
	.top-news__img {position: static;overflow: auto;height: auto;}
	.top-news__img img{position: static;transform: none;width: 100%;}
	.top-news_bg ul li {padding: 20px 0 10px;}
	.news_midashi,.news__item a {font-size: 18px;}
	.news__list {margin: 40px auto;}
	.news__item {padding: 10px 0;}
	.news__link{padding-top: 0;}
	.news__img img{width: 100px!important;}
	.news__title {font-size: 18px;}
	.news__time {margin: 0 auto 20px;}
	.detailUpfile {margin: 20px 0 40px;}
	.detailUpfile img {width: 100%;}
}
@media screen and (max-width: 320px){
	#top-news h2 span, #tenpo h2 span, #access h2 span, #contact h2 span, #subvisual h2 span {padding: 0px 50px;}
}

/*店舗情報***************/
#tenpo{padding-top: 70px;}
#tenpo img{margin: 60px auto; display: block;}
#tenpo table{
	border-collapse: collapse;
    border-spacing: 0;
	border-top: 1px solid #000;
	width: 90%;
	max-width: 1200px;
	margin: auto;
}
#tenpo table th,#tenpo table td{border-bottom: 1px solid #000;}
#tenpo table th{padding: 30px 50px;position: relative;}
#tenpo table th:after{
  display: block;
  content: "";
  width: 1px;
  height: 60px;
  background-color: #000;
  position: absolute;
  top:50%;
  right:0px;
	transform: translate(50%,-50%);
}
#tenpo table td{padding: 30px 10px 30px 50px;}
@media screen and (max-width: 960px){
	#tenpo table th {padding: 30px;}
	#tenpo table td {padding: 10px 10px 10px 30px;}
}
@media screen and (max-width: 767px){
	#tenpo img {margin: 30px auto;width: 90%;height: auto;}
}
@media screen and (max-width: 428px){
	#tenpo table th,#tenpo table td{display: block;text-align: center;}
	#tenpo table th{border-bottom: none;padding: 20px 0 0;}
	#tenpo table th:after{display: none;}
	#tenpo table td {padding: 10px 10px 20px 10px;}
}

/*アクセス***************/
#access{padding-top: 150px;}
#access .access_txt{font-size: 30px;margin-top: 60px; text-align: center;}
#access p{text-align: center;line-height: 1.7;}
#access iframe{width: 100%; margin-top: 20px;margin-bottom: 150px;}
@media screen and (max-width: 960px){
	#access{padding-top: 70px;}
	#access iframe {margin-bottom: 0px;}
	#access p {width: 90%;margin: auto;}
	#access .access_txt {margin: 30px auto 10px;}
}
@media screen and (max-width: 768px){
	iframe{height: 400px;}
	#access .access_txt {font-size: 26px;}
}
@media screen and (max-width: 428px){
	#access{padding-top: 60px;}
	#access .access_txt {font-size: 20px;}
	#access p {text-align: justify;}
	iframe {height: 300px;}
}

/*お問い合わせ***************/
#contact,#business,#news{
	text-align: center;
	background-image: url(../images/footer_moyou.png);
    background-repeat: no-repeat;
	width: 100%;
    height: 356px;
    background-size: 100%;
	display: table;
	background-position: bottom;
}
#contact{padding-top: 50px;}
#contact .contact_tel{
	font-size: 50px;
	font-family: "游ゴシック Medium", "Yu Gothic Medium",YuGothic,"Yu Gothic M","游ゴシック体","ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN W3", HiraKakuProN-W3,"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN","ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	color: #8D1F1F;
	font-weight: bold;
}
#contact p{margin-top: 60px;text-align: center;line-height: 1.7;}
.powered{display: none;}
.formmailer-embed{margin-bottom: 500px;}
@media screen and (max-width: 1920px){
	.formmailer-embed {margin-bottom: 350px;}
}
@media screen and (max-width: 1366px){
	.formmailer-embed{margin-bottom: 250px;}
}
@media screen and (max-width: 960px){
	#contact{padding-top: 70px;}
	#contact p {margin-top: 30px;}
	.formmailer-embed {margin-bottom: 190px;}
}
@media screen and (max-width: 768px){
	.formmailer-embed {margin-bottom: 150px;}
}
@media screen and (max-width: 428px){
	#contact p {width: 90%;margin: 30px auto 10px;text-align: justify;}
	#contact .contact_tel {font-size: 36px;}
	.formmailer-embed {margin-bottom: 100px;}
}
@media (min-width: 428px){
	a[href*="tel:"] {
		pointer-events: none;
		cursor: default;
		text-decoration: none;
}
}

/*業務内容***************/
#business{padding-bottom: 400px;padding-top: 0;}
#business img{border-radius: 10px;}
#business .business_box{margin-bottom: 100px;}
#business .business_ttl{display: block; margin: 0 auto -70px;position: relative;}
#business .business_flex{display: flex;justify-content: space-between; align-items: center;}
#business p{line-height: 1.9;margin: 20px 20px 0;}
#business .business_event{text-align: center;color: #523C2D; font-weight: bold;font-size: 26px;}
@media screen and (max-width: 1366px){
	#business .business_flex img{width: 49%; height: auto;}
}
@media screen and (max-width: 960px){
	#business {padding-bottom: 200px;}
}
@media screen and (max-width: 768px){
	#business .business_ttl{width: 30%;height: auto;}
}
@media screen and (max-width: 600px){
	#business .business_ttl{margin: 0 auto -40px;width: 40%;}
	#business .business_box {margin-bottom: 60px;}
}
@media screen and (max-width: 428px){
	#business {padding-bottom: 100px;}
	#business .business_event {font-size: 20px;}
	#business .business_box {margin-bottom: 40px;}
}
/*footer***************/
footer{background-color: #523C2D;padding: 50px 0px;}
footer p{text-align: center;color: #fff;}
footer .footer_flex{display: flex;align-items: center;justify-content: center;color: #fff;}
footer .footer_industry{font-size: 16px;}
footer .footer_flex img{padding: 0 20px;}
footer .footer_access{
	text-align: center;
	color: #fff;
	font-family: "游ゴシック Medium", "Yu Gothic Medium",YuGothic,"Yu Gothic M","游ゴシック体","ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN W3", HiraKakuProN-W3,"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN","ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	margin-top: -10px;
}
footer .footer_point{
    background-image: url(../images/footer_point.png);
    background-repeat: no-repeat;
	width: 100%;
    height: 130px;
    background-size: contain;
	background-position: left;
	margin-top: -110px;
    margin-bottom: -20px
}
footer .footer_tel{
	font-size: 38px;
	font-family: "游ゴシック Medium", "Yu Gothic Medium",YuGothic,"Yu Gothic M","游ゴシック体","ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN W3", HiraKakuProN-W3,"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN","ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	font-weight: bold;
	text-align: center;
    margin-top: 20px;
}
footer .footer_time{
	font-size: 16px;
	font-family: "游ゴシック Medium", "Yu Gothic Medium",YuGothic,"Yu Gothic M","游ゴシック体","ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN W3", HiraKakuProN-W3,"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN","ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	text-align: center;
	margin-top: 0px;
}
footer .siteMap ul{
	margin: 50px 0 0;
    padding: 0;
    text-align: center;
    font-size: 16px;
}
footer .siteMap li {list-style: none;display: inline-block; margin-right: 15px;}
@media screen and (max-width: 1600px){
	footer .footer_point {margin-top: -90px;margin-bottom: -30px;}
}
@media screen and (max-width: 960px){
	footer {padding: 30px 0;}
}
@media screen and (max-width: 768px){
	footer .footer_point {margin-top: -80px;margin-bottom: -50px;}
}
@media screen and (max-width: 600px){
	footer {padding: 30px 0;}
	footer .footer_flex {flex-flow: column;}
	footer .footer_flex p{margin: 10px 0;}
	footer .footer_point {margin-top: -70px;margin-bottom: -60px;}
	footer .footer_tel {font-size: 22px;}
}

/*ページトップ*/
#page-top a{
	display: flex;
	justify-content:center;
	align-items:center;
	background:#523C2D;
	border-radius: 5px;
	width: 60px;
	height: 60px;
	color: #fff;
	text-align: center;
	text-transform: uppercase; 
	text-decoration: none;
	font-size:0.6rem;
	transition:all 0.3s;
}
#page-top a:hover{
	background: #777;
}
/*リンクを右下に固定*/
#page-top {
	position: fixed;
	right: 10px;
	bottom:0;
	z-index: 2;
    /*はじめは非表示*/
	opacity: 0;
	transform: translateY(100px);
}
/*　上に上がる動き　*/
#page-top.UpMove{
	animation: UpAnime 0.5s forwards;
}
@keyframes UpAnime{
  from {
    opacity: 0;
	transform: translateY(100px);
  }
  to {
    opacity: 1;
	transform: translateY(0);
  }
}
/*　下に下がる動き　*/
#page-top.DownMove{
	animation: DownAnime 0.5s forwards;
}
@keyframes DownAnime{
  from {
  	opacity: 1;
	transform: translateY(0);
  }
  to {
  	opacity: 1;
	transform: translateY(100px);
  }
}
@media screen and (max-width: 960px){
	#page-top a{width: 50px;height: 50px;}
	#page-top img{width: 30%;}
}