@charset "utf-8";


@import url("https://unpkg.com/sanitize.css");

@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.2/css/all.min.css");

@import url("inview.css");

@import url('https://fonts.googleapis.com/css2family=M+PLUS+Rounded+1c:wght@100;300;400;500;700;800;900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..900&display=swap');
.noto-serif-jp-<uniquifier> {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}


.m-plus-rounded-1c-thin {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 100;
  font-style: normal;
}

.m-plus-rounded-1c-light {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.m-plus-rounded-1c-regular {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.m-plus-rounded-1c-medium {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.m-plus-rounded-1c-bold {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.m-plus-rounded-1c-extrabold {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 800;
  font-style: normal;
}

.m-plus-rounded-1c-black {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 900;
  font-style: normal;
}




html,body {
	font-size: 14px;
}

@media screen and (min-width:900px) {

html, body {
			font-size: 16px;
}

}


body {
	margin: 0;padding:0;
	font-family: "M PLUS Rounded 1c", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Meiryo, "メイリオ", "Osaka", "MS PGothic", "ＭＳ Ｐゴシック", sans-serif;
	-webkit-text-size-adjust: none;
	background: linear-gradient( #e4b7ad, #e4b7ad, #fff, #fff, #fff);
	color: #555;
	line-height: 2;	
	overflow-x: hidden;
}

figure {margin: 0;}
dd {margin: 0;}
nav {margin: 0;padding: 0;}


img {border: none;max-width: 100%;height: auto;vertical-align: middle;}

video {max-width: 100%;}

iframe {width: 100%;}

input {font-size: 1rem;}


a {
	color: #696a6a;	
	transition: 0.3s;
}

a:hover {
	opacity: 0.8;
}


#container {
	margin: 0 auto;
	overflow-x: hidden;
    width: 100%;
}




header {
		display: flex;
		justify-content: center;
		align-items: center;
	}


#logo img {
	display: block;
	margin: 0 auto;
	width: 250px;
}



#mainimg-box {
	width: 94%;
	height: 0;
	padding-top: 45%;
	position: relative;
    z-index: -1;
    margin: 0 auto;
    max-width: 1600px;
    overflow: hidden;
}
#mainimg {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
    border-radius: 20px;
}


#contents {
	width: 100%;
    margin: 40px auto 0;
    padding: 0;
    background-image: url("images/contents_bg1.png"), url("images/contents_bg2.png");
    background-position: top 16vw left -60px, top 6vw right -80px;
    background-size: 450px, 400px;
    overflow-y: hidden;
    position: relative;
}




/*-------NEWS-------*/

.news_area{
    width: 80%;
    margin: 20px auto;
    background-color: rgba(255,254,253,0.90);
    display: flex;
    justify-content: space-between;
    padding: 40px;
    border-radius: 12px;
    -webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, .15);
  box-shadow: 2px 2px 6px rgba(0, 0, 0, .15);
    max-width: 1200px;
}

.news_ttl{
  width: 18%;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  color:#696969;
  font-size: 2.5rem;

}

.news {
	width: 80%;
    display: flex;
    flex-direction: column;
    padding:15px 0;
}
.news dl{
    width: 100%;
    padding: 0 0 10px;
    border-bottom: 2px dashed rgba(188,163,127,0.40);
    display: flex;
    align-items: center;
    margin: 5px 0;
}
.cat1{
    color: #fff;
    background: linear-gradient(90deg , #c99e3d, #ddc280, #d9b300);
    padding: 3px 10px;
    text-align: center;
    border-radius: 5px;
}
.cat2{
    color: #fff;
    background: linear-gradient(90deg , #81a980, #7cbd66, #21844a);
    padding: 3px 10px;
    text-align: center;
    border-radius: 5px;
}
.cat3{
    color: #fff;
    background: linear-gradient(90deg , #d59889, #dbb293, #c4744a);
    padding: 3px 10px;
    text-align: center;
    border-radius: 5px;
}


.news dt {
	width: 15em;
    color: #a56832;
}

.news dt span {
	margin-right: 10px
}


.news dd {
	width: calc(100% - 15em);	
}
.news dd a{
    color: #272727;
    text-decoration: none;
}
/*ーーーーーー空室情報ーーーーーーーーーーーー*/

.vacancy_area{
    width: 80%;
    margin: 40px auto;
    background-color: #FAE2FF;
	display: flex;
	flex-direction: column;
    padding: 40px;
    border-radius: 12px;
    -webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, .15);
  box-shadow: 2px 2px 6px rgba(0, 0, 0, .15);
    max-width: 1200px;
}
.vacancy_space{
	width: 100%;
	 display: flex;
    justify-content: space-between;
}
.vacancy_ttl{
  width: 25%;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 600;
  color:#7C368D;
  font-size: 2.5rem;
	line-height: 3.5rem;
	text-align: center;
	padding-top: 10px;
}
.vacancy_ttl span{
	font-size: 1.1rem;
	color: #666;
	padding-left: 30px;
	font-family:  "Noto Sans JP",  "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
	font-weight: 400;
}
.vacancy{
	width: 60%;
margin: 20px auto;
	font-size: 1.6rem;
}

.vacancy tr{
	border: 1px solid rgba(227,159,238,1.00);
}

.vacancy th{
	padding: 5px 30px;
	width: 50%;
	font-weight: 500;
}
.vacancy td{
	padding: 5px 30px;
	width: 50%;
	text-align: center;
	font-weight: 400;
}
.vacancy_area p{
	font-size: 1.1rem;
	padding: 0 5%;
}
.col_01{
	color: #DAB517;
}
.col_02{
	color: #28B327;
}
.col_03{
	color: #C67950;
}
.col_04{
	color: #C5080B;
}
@media screen and (max-width:1000px){
	.vacancy_space{
	width: 100%;
	 display: flex;
		flex-direction: column;
    justify-content: space-between;
}
	.vacancy_ttl{
  width: 100%;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 600;
  color:#7C368D;
  font-size: 2.2rem;
	line-height: 3.0rem;
	text-align: center;
	padding-top: 10px;
}
.vacancy_ttl span{
	font-size: 1.1rem;
	color: #666;
	padding-left: 30px;
	font-family:  "Noto Sans JP",  "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
	font-weight: 400;
}
.vacancy{
	width: 100%;
margin: 20px auto;
	font-size: 1.6rem;
}

.vacancy tr{
	border: 1px solid rgba(227,159,238,1.00);
}

.vacancy th{
	padding: 5px 30px;
	width: 50%;
	font-weight: 500;
}
.vacancy td{
	padding: 5px 30px;
	width: 50%;
	text-align: center;
	font-weight: 400;
}
.vacancy_area p{
	font-size: 1.1rem;
	padding: 0 5%;
}
}

@media screen and (max-width:480px){

.vacancy_area{
    width: 90%;
    margin: 30px auto;
    background-color: #FAE2FF;
	display: flex;
	flex-direction: column;
    padding: 20px;
    border-radius: 12px;
    -webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, .15);
  box-shadow: 2px 2px 6px rgba(0, 0, 0, .15);
    max-width: 1200px;
}
.vacancy_space{
	width: 100%;
	 display: flex;
    justify-content: space-between;
}
.vacancy_ttl{
  width: 100%;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 600;
  color:#7C368D;
  font-size: 1.5rem;
	line-height: 2.5rem;
	text-align: center;
	padding-top: 0;
}
.vacancy_ttl span{
	font-size: 1.1rem;
	color: #666;
	padding-left: 30px;
	font-family:  "Noto Sans JP",  "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
	font-weight: 400;
}
.vacancy{
	width: 100%;
margin: 10px auto;
	font-size: 1rem;
}

.vacancy tr{
	border: 1px solid rgba(227,159,238,1.00);
}

.vacancy th{
	padding: 5px 10px;
	width: 60%;
	font-weight: 500;
}
.vacancy td{
	padding: 5px 10px;
	width: 40%;
	text-align: center;
	font-weight: 400;
}
.vacancy_area p{
	font-size: 1.1rem;
	padding: 0 5%;
}
	
}
/*----service-----------*/
.service_area{
    width: 80%;
    margin: 60px auto;
    display: flex;
    justify-content: space-between;
    max-width: 1200px;
}
.service_1{
    font-size: 1.2rem;
    color:#272727;
    font-weight: 400;
    padding-top: 20px;

}
.service_1 h3{
    color: rgba(149,96,48,1.00);
    font-weight: 500;
    font-size: 2.5rem;
    line-height: 3.4rem;
    margin: 0 0 20px 0;
}

.service_logo{
    width: 320px;
    margin: 20px 30% 0 0;
}
.service_2{
    width: 55%;
}
/*------EST-------*/
.est_area{
    width: 80%;
    margin: 100px auto;
    max-width: 1200px;
}
.est_base1{
    width:85%;
    margin: 40px 15% 40px 0;
    padding: 30px;
    display: flex;
    justify-content: space-between;
    border: 1px solid #976e52;
    border-radius: 10px;
    background-color: rgba(255,255,255,0.40);
}
.est_base2{
    width:85%;
    margin: 40px 0 40px 15%;
    padding: 30px;
    display: flex;
    justify-content: space-between;
    border: 1px solid #976e52;
    border-radius: 10px;
    background-color: rgba(255,255,255,0.40);
}
.est_item_1{
    width: 55%;
    line-height: 1.6rem;
}
.est_ttl{
    font-size: 2.8rem;
    line-height: 3rem;
    font-weight: 500;
}
.est_ttl span{
    font-size: 1.6rem;
    line-height: 2rem;
    font-weight: 400;
}
.est_add{
    color: #272727;
    font-size: 1.3rem;
    line-height: 1.8rem;
    margin: 20px 0;
}
.ikuno{
    color: rgba(214,163,35,1.00);
}

.yao{
    color: rgba(0,131,74,1.00);
}

.hirano{
    color: rgba(202,120,79,1.00);
}
.est_item_2{
    width: 43%;
    border-radius: 10px;
}
.est_item_2 img{
    border-radius: 10px;
}

.est_btn_1{
    width: 350px;
    background: linear-gradient(90deg , #c99e3d, #ddc280, #d9b300);
    padding: 10px 10px;
    text-align: center;
    border-radius: 30px;
    margin: 20px 0 0;
}
.est_btn_2{
    background: linear-gradient(90deg , #81a980, #7cbd66, #21844a);
    padding: 10px;
    text-align: center;
    border-radius: 30px;
    width: 350px;
    margin: 20px 0 0;
}
.est_btn_3{
    background: linear-gradient(90deg , #d59889, #dbb293, #c4744a);
    padding: 10px;
    text-align: center;
    border-radius: 30px;
    width: 350px;
    margin: 20px 0 0;
}
.est_btn_1 a img:hover{
    -webkit-transform: translatex(2px);
	        transform: translatex(2px);
} 
.est_btn_2 a img:hover{
    -webkit-transform: translatex(2px);
	        transform: translatex(2px);
} 
.est_btn_3 a img:hover{
    -webkit-transform: translatex(2px);
	        transform: translatex(2px);
} 

/*------------Footer-----------*/
footer {
    width: 100%;
	background: #f0eae6;
	color: #905f2d;
    padding: 30px 0 40px;
    position: relative;
}
.footer_inner{
    width: 80%;
    margin: 0 auto;
    max-width: 1200px;
}
.company_info{
    color: #fff;
    font-family: "Noto Serif JP", serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-size: 3rem;
    line-height: 3rem;
}
footer p{
    font-size: 1.2rem;
}
footer dl{
    width: 30rem;
    display: flex;
    justify-content: space-between;
    padding:0 0 15px;
    border-bottom: 1px solid #ddd0c7;
    line-height: 1rem;
}
footer dt{
    width: 8rem;
    color: #905f2d;
}
footer dd{
    width: calc(100% - 8rem);
  color: #272727;  
}
footer > .copyright{
    position: absolute;
    bottom:20px;
    right:90px;
    font-size: 0.7rem;
    color: #272727;
}
.pagetop-show {display: block;}


.pagetop a {
	display: block;text-decoration: none;text-align: center;z-index: 99;
	position: fixed;
	right: 20px;
	bottom: 20px;
	background: rgba(224,140,140,0.5);
	width: 50px;
	line-height: 50px;
	color: #fff;
}
.pc { display:block; }
.tb { display:block;} 
.sp { display:none; }

@media screen and (max-width:900px){

#logo img {
	width: 240px;
}

#mainimg-box {
    max-width: 900px;
}
#mainimg {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
    border-radius: 20px;
}


#contents {
    background-position: top 20vw left -60px, top 6vw right -80px;
    background-size: 380px, 350px;

}




/*-------NEWS-------*/

.news_area{
    width: 90%;
    margin: 20px auto;
    padding: 20px 30px;
    max-width: 900px;
}
.news_ttl{
  width: 17%;
  font-size: 2.3rem;
}
.news {
	width: 82%;
}

/*----service-----------*/
.service_area{
    width: 90%;
    margin: 50px auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    max-width: 900px;
}
.service_1{
    width: 60%;
    margin: 0 auto;   
}
@media screen and (max-width:790px){ 
    .service_1{
    width: 70%;
    margin: 0 auto;   
    }
    .service_2{
    width: 80%;
    margin: 20px auto;
    }
}
@media screen and (max-width:670px){ 
    .service_1{
    width: 80%;
    margin: 0 auto;   
    }
    .service_2{
    width: 80%;
    margin: 20px auto;
    }
}
@media screen and (max-width:580px){ 
    .service_1{
    width: 90%;
    margin: 0 auto;   
    }
    .service_2{
    width: 90%;
    margin: 20px auto;
    }
}
.service_1 h3{
    line-height: 3.0rem;
    margin: 0 0 20px 0;
}

.service_logo{
    width: 320px;
    margin: 10px auto;
}
.service_2{
    width: 70%;
    margin: 20px auto;
}
/*------EST-------*/
.est_area{
    width: 90%;
    margin: 60px auto;
    max-width: 900px;
}
.est_base1{
    width:100%;
    margin: 40px auto;
    padding: 30px;
    display: flex;
    justify-content: space-between;
    border: 1px solid #976e52;
    border-radius: 10px;
    background-color: rgba(255,255,255,0.40);
}
.est_base2{
    width:100%;
    margin: 40px auto;
    padding: 30px;
    display: flex;
    justify-content: space-between;
    border: 1px solid #976e52;
    border-radius: 10px;
    background-color: rgba(255,255,255,0.40);
}
.est_item_1{
    width: 55%;
    line-height: 1.6rem;
}
.est_ttl{
    font-size: 2.8rem;
    line-height: 3rem;
    font-weight: 500;
}
.est_ttl span{
    font-size: 1.6rem;
    line-height: 2rem;
    font-weight: 400;
}
.est_add{
    color: #272727;
    font-size: 1.3rem;
    line-height: 1.8rem;
    margin: 20px 0;
}
.ikuno{
    color: rgba(214,163,35,1.00);
}

.yao{
    color: rgba(0,131,74,1.00);
}

.hirano{
    color: rgba(202,120,79,1.00);
}
.est_item_2{
    width: 43%;
    border-radius: 10px;
}
.est_item_2 img{
    border-radius: 10px;
}

.est_btn_1{
    width: 350px;
    background: linear-gradient(90deg , #c99e3d, #ddc280, #d9b300);
    padding: 10px 10px;
    text-align: center;
    border-radius: 30px;
    margin: 20px 0 0;
}
.est_btn_2{
    background: linear-gradient(90deg , #81a980, #7cbd66, #21844a);
    padding: 10px;
    text-align: center;
    border-radius: 30px;
    width: 350px;
    margin: 20px 0 0;
}
.est_btn_3{
    background: linear-gradient(90deg , #d59889, #dbb293, #c4744a);
    padding: 10px;
    text-align: center;
    border-radius: 30px;
    width: 350px;
    margin: 20px 0 0;
}


/*------------Footer-----------*/
footer {
    width: 100%;
	background: #f0eae6;
	color: #905f2d;
    padding: 30px 0 40px;
    position: relative;
}
.footer_inner{
    width: 80%;
    margin: 0 auto;
    max-width: 1200px;
}
.company_info{
    color: #fff;
    font-family: "Noto Serif JP", serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-size: 3rem;
    line-height: 3rem;
}
footer p{
    font-size: 1.2rem;
}
footer dl{
    width: 30rem;
    display: flex;
    justify-content: space-between;
    padding:0 0 15px;
    border-bottom: 1px solid #ddd0c7;
    line-height: 1rem;
}
footer dt{
    width: 8rem;
    color: #905f2d;
}
footer dd{
    width: calc(100% - 8rem);
  color: #272727;  
}
footer > .copyright{
    position: absolute;
    bottom:20px;
    right:90px;
    font-size: 0.7rem;
    color: #272727;
}
.pagetop-show {display: block;}


.pagetop a {
	display: block;text-decoration: none;text-align: center;z-index: 99;
	position: fixed;
	right: 20px;
	bottom: 20px;
	background: rgba(224,140,140,0.5);
	width: 50px;
	line-height: 50px;
	color: #fff;
}
.pc { display:none; }
.tb { display:block;}  
.sp { display:none; }
}


@media screen and (max-width:480px){
body {
	background: linear-gradient( #e4b7ad, #e4b7ad, #fff, #fff, #fff, #fff, #fff);
}

#logo img {
	display: block;
	margin: 0 auto;
	width: 220px;
}



#mainimg-box {
	width: 94%;
	height: 0;
	padding-top: 90%;
	position: relative;z-index: -1;
    margin: 0 auto;
    max-width: 500px;
}
#mainimg {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
    border-radius: 20px;
}


#contents {
	width: 100%;
    margin: 20px auto 0;
    padding: 0;
    background-image: url("images/contents_bg1.png"), url("images/contents_bg2.png");
    background-position: top 16vw left -60px, top 6vw right -80px;
    background-size: 200px, 180px;
    background-repeat: repeat-y, repeat-y;
    overflow-y: hidden;
    position: relative;
}




/*-------NEWS-------*/

.news_area{
    width: 90%;
    margin: 20px auto;
    background-color: rgba(255,254,253,0.90);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 10px;
    border-radius: 11px;
    -webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, .15);
  box-shadow: 2px 2px 6px rgba(0, 0, 0, .15);
    max-width: 1200px;
}

.news_ttl{
  width: 100%;
    text-align: center;
  font-style: normal;
  font-size: 2.0rem;
}

.news {
	width:94%;
    display: flex;
    flex-direction: column;
    padding:15px 0;
    margin: 0 auto;
}
.news dl{
    width: 100%;
    padding: 0 10px 10px;
    border-bottom: 2px dashed rgba(188,163,127,0.40);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin: 5px auto;
}

.news dt {
	width: 100%;
}

.news dt span {
	margin-right: 15px;
}


.news dd {
	width: 100%;
    padding: 10px 0 0 10px;
    line-height: 1.5rem;
}
.news dd a{
    color: #272727;
    text-decoration: none;
}

/*----service-----------*/
.service_area{
    width: 90%;
    margin: 30px auto 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    max-width: 500px;
}
.service_1{
    font-size: 1rem;
    line-height: 1.8rem;
    color:#272727;
    font-weight: 400;
    padding-top: 20px;

}
.service_1 h3{
    color: rgba(149,96,48,1.00);
    font-weight: 500;
    font-size: 1.6rem;
    line-height: 2.4rem;
    margin: 0 0 20px 0;
}

.service_logo{
    width: 90%;
    margin: 20px auto;
}
.service_2{
    width: 90%;
    margin: 10px auto 0;
}
/*------EST-------*/
.est_area{
    width: 90%;
    margin: 30px auto;
    max-width: 500px;
}
.est_base1{
    width:100%;
    margin: 30px auto;
    padding: 10px 15px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    border: 1px solid #976e52;
    border-radius: 10px;
    background-color: rgba(255,255,255,0.40);
}
.est_base2{
    width:100%;
    margin: 30px auto;
    padding: 10px 15px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    border: 1px solid #976e52;
    border-radius: 10px;
    background-color: rgba(255,255,255,0.40);
}
.est_item_1{
    width: 100%;
    line-height: 1.6rem;
}
.est_ttl{
    font-size: 2.5rem;
    line-height: 3rem;
    font-weight: 500;
}
.est_ttl span{
    font-size: 1.4rem;
    line-height: 2rem;
    font-weight: 400;
}
.est_add{
    color: #272727;
    font-size: 1.3rem;
    line-height: 1.8rem;
    margin: 20px 0;
}

.est_item_2{
    width: 100%;
    border-radius: 10px;
    margin: 20px auto;
}
.est_item_2 img{
    border-radius: 10px;
}

.est_btn_1{
    background: linear-gradient(90deg , #c99e3d, #ddc280, #d9b300);
    padding: 10px 10px;
    text-align: center;
    border-radius: 30px;
    width: 80%;
    margin: 20px 0;
}
.est_btn_2{
    background: linear-gradient(90deg , #81a980, #7cbd66, #21844a);
    padding: 10px;
    text-align: center;
    border-radius: 30px;
     width: 80%;
    margin: 20px 0;
}
.est_btn_3{
    background: linear-gradient(90deg , #d59889, #dbb293, #c4744a);
    padding: 10px;
    text-align: center;
    border-radius: 30px;
    width: 80%;
    margin: 20px 0;
}


/*------------Footer-----------*/
footer {
    width: 100%;
	background: #f0eae6;
	color: #905f2d;
    padding: 30px 0 40px;
    position: relative;
}
.footer_inner{
    width: 90%;
    margin: 0 auto;
    max-width: 500px;
}
.company_info{
    color: #fff;
    font-family: "Noto Serif JP", serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-size: 2.5rem;
    line-height: 3rem;
}
footer p{
    font-size: 1.1rem;
}
footer dl{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding:0 0 15px;
    border-bottom: 1px solid #ddd0c7;
    line-height: 1rem;
}
footer dt{
    width: 100%;
    color: #905f2d;
    margin: 10px 0;
}
footer dd{
    width: 100%;
  color: #272727;  
}
footer > .copyright{
    position: absolute;
    bottom:20px;
    right:90px;
    font-size: 0.7rem;
    color: #272727;
}
.pagetop-show {display: block;}


.pagetop a {
	display: block;text-decoration: none;text-align: center;z-index: 99;
	position: fixed;
	right: 20px;
	bottom: 20px;
	background: rgba(224,140,140,0.5);
	width: 50px;
	line-height: 50px;
	color: #fff;
}
  .pc { display:none; }
  .tb { display:none;} 
  .sp { display:block; }
}