@charset "UTF-8";
/* CSS Document */

body{
    font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", YuMincho, "ＭＳ Ｐ明朝", "MS PMincho", serif;
    letter-spacing: 0.015em;
	color: #333;
    line-height: 1.5;
	background:url("../image/lp_bg.jpg");
	margin: 0;
}

img {
	max-width: 100%;
	margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: bottom;
	background: transparent;}

p {
	margin:0;
	text-decoration: none ;
}

a{
	color: #333;
}


/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc { display: block !important; }
.sp { display: none !important; }
/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 750px) {
.pc { display: none !important; }
.sp { display: block !important; }
}


/*header*/

.head_back{
	width: 100%;
	background: #222;
	height: 40px;
}

.head_inner{
	max-width: 1200px;
    margin: 0 auto;
	width: 98%;
	vertical-align: middle;
	display: flex;
	justify-content: space-between;
	padding: 10px;
	box-sizing: border-box;
}

.head_text{
	font-size: 13px;
	color: #fff;
}

.head_add{
	font-size: 14px;
	color: #fff;
}

.head{
 position: fixed;
 width: 100%;
 top: 0; 
z-index: 100;
}

/*メニュー*/

.menu{
 list-style: none;
}

.menu li:hover{
	opacity: 0.8;
}
.manu_nav{
    width: 100%;
    background-color: rgba(255,255,255,0.5);
    height: 100px;
    transition: .2s;    
}

.manu_main{
	padding-top: 14px;
	width: 98%;
    max-width: 1200px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.manu_item{
	margin: 10px;
	text-decoration: none;
}

.menu li{
	margin-left: 20px;
	text-decoration: none ;
}

.menu li a{
	text-decoration: none;
}


.res_btn{
 background-color: brown;
 padding: 14px 42px;
 border-radius: 3px;
 color: #fff;
}

.hero_image{
	padding-top:180px;
	margin: 0 auto;
	width: 98%;
    max-width: 1280px;
}

.background_1{
	background-image: url("../image/mv_bg_left.png");
	background-image: url("../image/mv_bg_right.png");
	background-size: cover;
	width: 100%;
	padding-top: 68px;
}


.tsubaki{
	padding-top: 60px;
	text-align: center;
	margin: 0 auto;
}
.section_1_text{
	text-align: center;
	font-size: 16px;
    padding: 0 20px 100px;
	line-height: 30px;
}


/*観光*/

.kanko_inner{
	width: 94%;
    max-width: 1200px;
    margin: 0 auto;	
}

.kanko_title{
    padding-top: 60px;
}

.kanko_title img{
	margin: 0 auto;
}

.kanko_air{
	padding-top: 60px;
	text-align: center;
	margin: 0 auto;
}

.kanko_text_1{
	padding-top: 20px;
	text-align: center;
}

.kanko_imageimage{
	margin: 0 auto;
}

.kanko_image{
	display: flex;
	padding: 60px;
	justify-content: center;
}

.kanko_yukata{
	margin: 20px;
}

.kanko_chizu{
	margin: 20px;
}

.kanko_back{
	background-image: url("../image/recommend_bg.png");
	background-size: cover;
}

/*４セクション*/

.inner_point{
	width: 94%;
    max-width: 1200px;
    margin: 0 auto;
	margin-top: 60px;
}

.point{
  	width: 100%;
    margin: 80px auto 100px;
    display: flex;
    justify-content: space-around;
}

.point li {
    width: calc( 25% - 20px );
	margin: 0 10px 10px;
    list-style: none;
}

.point li a{
	text-decoration: none;
}

.point li:hover{
	opacity: 0.8;
}

.point li a:before{
display: block;
    content: "";
    width: 8px;
    height: 8px;
    border: 0;
    border-top: solid 1px #fff;
    border-right: solid 1px #fff;
    -ms-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    position: absolute;
    bottom: 10px;
    left: calc( 50% - 4px );
}	
	
	
}


li.point_text{
    width: calc( 25% - 20px );
    margin: 0 10px 10px;
}
.point li a{
    display: block;
    width: 100%;
    padding: 30px 0;
    border: 1px solid #222;
    background: #222;
    font-size: 18px;
    color: #fff;
    text-align: center;
	position: relative;}

	
.point_text{
 background-color: #333;
 padding: 20px 60px 6px;
 color: #fff;
 text-decoration: none;
 margin: 20px;
 text-align: center;
}
	

.btn{
	color: #fff;
	text-decoration: none;
}

.arrow-bottom {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 10px;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg);
}

/*--観光01--*/

.title_01{
	text-align: center;
	margin-top: 100px;
}

.dogo_title{
	font-size: 50px;
}

.dogo_sabu{
	font-size: 20px;
}

/*--徒歩５分--*/

.toho{
    display: inline-block;
    padding: 5px 50px 7px;
    background: #fff;
	margin: 26px 0 26px;
}

.toho p{
display: inline-block;
    padding: 0 0 0 25px;
    background: url(../image/human.png) no-repeat 0 0;
    background-size: 16px auto;
    font-size: 15px;
    text-align: center;
}

/*---道後温泉--*/


.dogodo{
    max-width: 1200px;
    margin: 0 auto;
}

.dogo_text{
margin: 30px;
	width: 70%;
}

.dogo_text2{
margin-top: 40px;
	font-size: 14px;
}

.dogo_image{
	margin: 30px;
	text-align: center;
}


.dogo_img{
	display: block;
    margin: 0 auto;
    margin-bottom: 45px;
}


/*--あかすのゆ---*/

.inner_akasuno_text{
	max-width: 1200px;
	margin: 0 auto;
	width: 94%;
}


.akasuno_text{
margin: 30px 40px;
font-size: 15px;
	line-height: 1.8;
}

.asuka_img{
	text-align: center;
}

.akasu_img{
	display: block;
    margin: 0 auto;
}

/*--パワースポット--*/

.inner_power{
    max-width: 1200px;
    margin: 0 auto;
}

.power_text{
	margin: 30px 40px;
	font-size: 15px;
	line-height: 1.8;
}

.power_text2{
	margin: 30px 40px;
 font-size: 14px;
	line-height: 1.8;
}

.power_img{
	text-align: center;
}

.power_img02{
	text-align: center;
}

/*--うめのや--*/

.umenoya_line{
	margin: 0 auto 50px;
    padding-bottom: 40px;
    background: url(../image/umenoya_ttl_bg.png) no-repeat center bottom;
    font-size: 50px;
    font-weight: normal;
    text-align: center;
    position: relative;
    z-index: 10;
}

.umenoya_text{
	font-size: 50px;
	font-weight: normal;
}

.dogo_title_2{
	font-size: 25px;
	font-weight: normal;
}

.dogo_title_2:after{
	display: block;
    content: "";
    position: absolute;
    top: -50px;
    right: 0px;
    width: 100%;
    height: 1100px;
    background: url(../image/umenoya_bg_right.png) no-repeat right 0;
    z-index: -1;
}

.dogo_sabu_2{
	font-size: 16px;
	line-height: 2.2;
	margin-bottom: 46px;
}

.umenoya_back{
	background-image: url("");
	width: 100%;
}


    .flex_test-box {
        display: flex;              /* フレックスボックスにする */
        flex-wrap: wrap;            /* 折り返し指定 */
		width: 100%;
		text-align: center;
		margin: 0 auto;
		padding-top: 60px;
    }
     
    .flex_test-item {
		
        width: 50%;
        text-align:  center;        /* 文字中央揃え */
    }
     
    .flex_test-item:nth-child(1) {
        width: 50%;
    }
     
    .flex_test-item:nth-child(2) {
         width: 50%;
    }
     
    .flex_test-item:nth-child(3) {
         width: 50%;
    }
     
    .flex_test-item:nth-child(4) {
         width: 50%;
    }
     

.ume_text{
    text-align: center;
    margin: 48px auto 30px;
    line-height: 2.5;
}

.ume_tanoshimi_title{
    margin: 0 auto 55px;
    padding-top: 70px;
    background: url(../image/umenoya_ttl_bg02.png) no-repeat center top;
    font-size: 35px;
    font-weight: normal;
    text-align: center;
}


.ume_tanoshimi_title p{
	margin-top: 18px;
}

/*画像をマスクして文字を表示*/

.sample1 {
	width: 100%;
    height: 250px;
	overflow:		hidden;
	position:		relative;	/* 相対位置指定 */
}
.sample1 .caption {
	font-size: 15px;
	text-align: 		center;
	padding-top:	60px;
	color:			#fff;
	align-items: center;
    margin: 42px;
}

.sample1 .mask {
    width: 100%;
	min-height: 250px;
	position:		absolute;	/* 絶対位置指定 */
	top:			0;
	left:			0;
	opacity:		0;	/* マスクを表示しない */
	background-color:	rgba(13,17,70,0.85);	/* マスクは半透明 */
	-webkit-transition:	all 0.2s ease;
	transition:		all 0.2s ease;
}
.sample1:hover .mask {
	opacity:		1;	/* マスクを表示する */
}



.inner_flex{
	max-width: 1200px;
	margin: 0 auto;
}




/*---うめのやの楽しみ方---*/

.ume_box
.ume_do:before{
	display: block;
	content: " ";
	width: 40px;
	height: 3px;
	background: #2c275f;
	position: absolute;
	top: 0;
	left: 0;
}

.ume_tanoshimi_title{
	font-size: 35px;
	text-align: center;
margin: 50px auto 10px;
	padding-top: 40px;
}

.inner_umebox{
    max-width: 1200px;
    margin: 0 auto;
}


.ume_box{
	position: relative;
	width: 30%;
	padding: 0px 40px;
	
}
.ume_do{
	font-size: 22px;
	line-height: 1.7;
	text-align: left;
	position: relative;
}

.ume_do p{
	font-size: 20px;
	margin-bottom: 40px;
	padding-top: 40px;
}

.box-img{
	display: inline-block;
	width:70%;
}
.box{
	display: flex;
	justify-content: space-between;
	padding: 40px 20px;
}

.ume_text01{
	font-size: 14px;
}

/*---おすすめプラン---*/

.reccomend img{
max-width: 100%;
	text-align: center;
}

.seto_text{
	text-align: center;
	margin: 40px 0 40px;
}

.rec_ul{
	display: flex;
	justify-content: space-around;
}

.rec_ul li{
	justify-content: space-between;
	list-style: none;
	width: 29%;
    padding: 0 0 25px 0;
}

.plan_img:hover{
	opacity: 0.7;
}

.rec_ul a:hover{
	opacity: 0.7;
}

.inner_plan{
	max-width: 1200px;
	margin: 0 auto;
}

.inner_plan:before{
	display: block;
    content: "";
    width: 365px;
    height: 245px;
    background: url(../image/kobachi.png) no-repeat 0 0;
    position: absolute;
    top: -30px;
	right: 40px;}


.inner_line{
	max-width: 1200px;
	padding: 4px;
	border: 1px solid #e0dcc3;
}

.rec_ul li a{
	width: 200px;
}

.rec_ul ul li img {
    max-width: 100%;
	width: 100%;
}

.rec_ul ul li p {
    text-align: center;
	line-height: 24px;
	color: #333;
}

.plan_img{
	margin-bottom: 20px;
}


p.price{
	padding: 10px 0;
    border-top: 1px dotted #ffffff;
    border-bottom: 1px dotted #ffffff;
    text-align: center;
    text-decoration: none;
	margin-top: 20px;
	font-size: 16px;
}

p.price span{
	font-size: 24px;
}

	
.plan_btn{
	text-align: center;
	margin-bottom: 24px;
}

.reco_background{
    margin-bottom: 80px;
    padding: 16px;
    background: url(../image/recommend_bg.png) repeat 0 0;
    position: relative;
	max-width: 1200px;
    margin: 0 auto;
	margin-top: 60px;
}

/*---タブの切り替え---*/
.tab_wrap{width:1000px; margin:80px auto;}
input[type="radio"]{display:none;}
.tab_area{font-size:0; margin:0 10px;text-align: center;}
.tab_area label{ display: inline-block;
    margin: 0 10px;
    padding: 20px 0;
    width: 22%;
    background: #9d9d9d;
    -webkit-border-top-left-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    -moz-border-radius-topleft: 3px;
    -moz-border-radius-topright: 3px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    font-size: 20px;
    color: #fff;
    text-align: center;
    cursor: pointer;
    transition: ease 0.2s opacity;}
.tab_area label:hover{opacity:0.5;}
.panel_area{background:#fff;}
.tab_panel{width:80%; padding:80px 0; display:none; margin: 0 auto;}
.tab_panel p{font-size:14px; letter-spacing:1px; text-align:center;}
 
#tab1:checked ~ .tab_area .tab1_label{background:#fff; color:#9d9d9d;}
#tab1:checked ~ .panel_area #panel1{display:block;}
#tab2:checked ~ .tab_area .tab2_label{background:#fff; color:#9d9d9d;}
#tab2:checked ~ .panel_area #panel2{display:block;}
#tab3:checked ~ .tab_area .tab3_label{background:#fff; color:#9d9d9d;}
#tab3:checked ~ .panel_area #panel3{display:block;}
#tab4:checked ~ .tab_area .tab4_label{background:#fff; color:#9d9d9d;}
#tab4:checked ~ .panel_area #panel4{display:block;}



/*footer*/

.foot{
	max-width: 100%;
    background: url(../image/footer_bg.jpg) repeat 0 0;
	padding-bottom: 20px;
}

.ume_foot{
	text-align: center;
	margin: 0 auto;
	padding: 60px 0 0;
}

.ume_text04{
	text-align: center;
	margin: 0 auto;
	color: #fff;
	font-size: 14px;
}


.ume_text03{
	text-align: center;
	margin: 0 auto;
	color: #fff;
	font-size: 14px;
	line-height: 1.8;
	padding: 40px 0 40px;
}

.ume_text03 span{
	color: #C68C8C;
}

.ume_text02{
	padding: 40px 0 40px;
}

.dogo_subsub{
	display: flex;
}


@media screen and (max-width: 800px) { 

	
	body{
		margin: inherit;
	}
	
	
/*ヘッダー*/
	.head {
		position: inherit;
	}

	.head_back {
		display: none;
	}

	.menu li{
		display: none;
	}
	
	.manu_nav{
		height: 63px;
		position: fixed;
    top: 0;
	z-index: 1000;
}
	.manu_main img{
    width: 62%;
    margin-left: 10px;
	}
	
	.manu_main{
		position: absolute;
	}

	.hero_image{
		padding-top: 0;
	}

	.dogo_title_2::after{
		background-image:none;}
	
/*タブ*/
	.tab_wrap{
		width: 100%;
	}

	.dogo_subsub{
		display: contents;
	}
	
	.point_text{
    padding: 20px 0px 6px;
	}
	
	
/*観光*/
	
	.kanko_image{
	display: inherit;
	}

	.kanko_image{
		padding: 10px;
	}
	
/*4タブ*/
.point{
display: flex;
flex-wrap: wrap;
margin: inherit;
width: 100%;
	}
	
.point ul li{
width: calc( 50% - 10px );
margin: 0 5px 10px;	
	}

/*道後温泉*/
	
.title_01 img{
		width: 60%;
	}
.dogo_title{
font-size: 25px;
	}
	
.dogo_text{
	margin: 20px;
	width: 90%;
	}

.dogo_image {
	margin: 10px;
	}

.dogo_sabu p{
	font-size: 16px;	
	}

.dogo_img img{
		width: 100%;
	}
	
.akasu_img img{
		width: 100%;
	}
	
.power_img img{
		width: 100%;
	}

.akasuno_text{
		margin: 30px 10px 60px;;
	}	

.power_text{
margin: 30px 15px 0px;		
	}
	
.power_text2{
	margin: 40px 15px 60px;
	}
	
/*温泉を楽しむならうめの屋*/

	.dogo_title_2{
		font-size: 16px;
	}
	.umenoya_text{
    font-size: 30px;
	}
	.umenoya_line{
	margin: 0 auto 30px;
    padding-bottom: 20px;
    font-size: 30px;
}
	.dogo_sabu_2 {
		font-size: 14px;
		margin: 20px 10px 5px;
	}
	
	.title_01 img{
		width: 100%;
	}
	
	.flex_test-box{
		display: inherit;
	}
	.flex_test-item:nth-child(1){
		width: 100%;
	}
	
	.flex_test-item:nth-child(2){
		width: 100%;
	}
	.flex_test-item:nth-child(3){
		width: 100%;
	}
	.flex_test-item:nth-child(4){
		width: 100%;
	}
	
	.sample1 .mask {
		min-height: inherit;
	}
	.sample1{
		height: inherit;
	}
	.sample1 .caption{
		font-size: 12px;
		text-align: center;
padding-top: 21px;
padding-bottom: 20px;
	}
	
	
	
	p.ume_text {
    font-size: 15px;
    line-height: 2;
		margin: 20px 10px 20px;}
	
/*うめのやの楽しみ方*/	
	
	.ume_tanoshimi_title{
		font-size: 25px;
	}
	
	.box{
		display: inherit;
	}

	.ume_box {
		width: 100%;
		padding: 0;
	}
	.box-img{
		width: 100%;
	}

	/*おすすめプラン*/
	
	.inner_plan::before{
		display: none;
	}

	.rec_ul{
		display: inherit;
		padding-inline-start: 0px;
	}

	.rec_ul li {
		width: 100%;
	}
	
	/*タブエリア*/

	.tab_area{
    font-size: 0;
    text-align: center;
	}
	
	.tab_wrap{
		width: 100%;
	}
	
	.tab1_label{
		display: inherit;
		margin: 0;
		width: 20px;
	}

	.ume_text02{
		margin: 20px;
	}
	
.label.tab1_label{
	width: 17%;	
	}
	

	
	
	.point li{
	width: 44%;
	padding: 0;
	}
	
	.point li a{
	    padding: 14px 0;
		font-size: 14px;
	}
	
	.inner_point{
width: 99%;
margin: 20px auto 20px;
	}
	
	.tab_area label{ display: inline-block;
    margin: 0 4px;
    padding: 22px 0;
    width: 22%;
    background: #9d9d9d;
    -webkit-border-top-left-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    -moz-border-radius-topleft: 3px;
    -moz-border-radius-topright: 3px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
	font-size: 15px;
    color: #fff;
    text-align: center;
    cursor: pointer;
    transition: ease 0.2s opacity;	
}
	
.title_sp{
	width: 70%;
	margin: 0 auto;
	}
	
	
#fixed {
position: fixed; /* 要素の位置を固定する */
bottom: 0;
left: 0; /* 基準の位置を画面の一番左に指定する */
margin: 0; /* 要素の余白を０にする */
padding: 11px; /* 要素内側の余白を指定する */
height:44px; /* 高さを指定する */
width: 100%; /* 幅を指定する */
background: #a3292a; /* 背景色を指定する */
color:white; /* フォントの色を指定する */
	}

#fixed p{
	text-align: center;
	text-decoration: none;
	}
	
#fixed span{
	color: #fff;
	text-decoration: none;
	vertical-align: middle;
	margin-left: 50px;
	}

	#fixed img{
	width: 22px;
	margin-right: 2px;
	position: absolute;
	margin-left: 118px;
	}

	#fixed a{
		text-decoration: none;
	}
	
	
/*fixed ご宿泊プラン
	
	.footer_btn{
	width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 999999;
	}
	
	.footer_btn a {
    display: block;
    width: 100%;
    height: 60px;
    background: #a3292a;
    text-align: center;
	}

	.footer_btn span{
	color: #fff;
	text-decoration: none;
	}
	
	.footer_btn_text{
		position: relative;
	}*/

	
	
	
/*ハンバーガーメニュー追加*/
	
#nav-open {
  display: inline-block;
  width: 37px;
  height: 22px;
  vertical-align: middle;
  position: absolute;
 top: 20px;
 right: 12px;
}

/*ハンバーガーアイコンをCSSだけで表現*/
#nav-open span, #nav-open span:before, #nav-open span:after {
  position: absolute;
  transition: all 0.4s;
  height: 3px;/*線の太さ*/
  width: 25px;/*長さ*/
  border-radius: 3px;
  background: #333;
  display: block;
  content: '';
  cursor: pointer;
  z-index: 9999;/*最前面*/
}

#nav-open span:before {
  bottom: -8px;
}

#nav-open span:after {
  bottom: -16px;
}


/*中身*/
#nav-content {
  display: none;
  position: fixed;
  width: 100%;
  height: 43%;
  top: 0;
  right: 0;
  transition: .2s ease-in-out;
}

#nav-content.open {
  display: block;
  opacity: 1;
  overflow: auto;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 9998;
  width: 100%;
  height: 50%;
  background: rgba(255, 255, 255, 0.9);/*背景色*/
  overflow: hidden;/*ブラー効果でボヤけた部分を非表示*/
  margin-top: 63px;
}


/*:beforeにぼかし効果を設定する*/
#nav-content.open:before {
  content: '';
  overflow: hidden;
  -webkit-filter: blur(10px);
  -moz-filter: blur(10px);
  -o-filter: blur(10px);
  -ms-filter: blur(10px);
  filter: blur(10px);
  z-index: -1;/*重なり順序を一番下にしておく*/
}


/*チェックが入ったら表示する内容*/

.hamburger-top {
  height: 40px;/*×ボタンと被らないように*/
}

.category {
  text-align: center;
  margin-top: 2rem;
  margin: 20px 54px 20px;
}

.category-title {
  padding: 0.5rem;
}

.category-title a {
  color: #333;
  text-decoration: none;
}


/*三本線を動かす*/
#nav-open.active span {
  -webkit-transform: translateY(8px) rotate(-45deg);
  transform: translateY(8px) rotate(-45deg);
}

#nav-open.active span:before {
  -webkit-transform: translateY(-8px) rotate(45deg);/*打ち消す*/
  transform: translateY(-8px) rotate(45deg);/*打ち消す*/
  opacity: 0;
}

#nav-open.active span:after {
  -webkit-transform: translateY(-16px) rotate(45deg);
  transform: translateY(-16px) rotate(90deg);
}
	
/*メニュー中身*/

.category li{
float: left;
width: 50%;
border-bottom: 1px solid #d2d2d2;
margin-bottom: 20px;
	}

.plan_ptn{
text-align: center;
padding-top: 30px;
clear: both;
bottom: 0;
left: 0;
padding: 10px;
height: 48px;
width: 74%;
background:#a3292a;
border-radius: 6px;
margin: 0 auto;
color:#fff;
text-decoration: none;
}
	
	.plan_ptn a{
	color:#fff;
text-decoration: none;	
	}
	
	
	.close{	
	border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    padding: 10px;
    width: 60%;
    max-width: 350px;
    margin: 15px auto 5px;
    text-align: center;
    background: #666;
    color: #fff;
    cursor: pointer;
    box-shadow: 0px 0px 5px -3px #7e7f7f;
	text-align: center;
	margin-top: 20px;
	}
	
	.close a{
		color: #fff;
		text-decoration: none;	
	}

	.category-title a{
		position: relative;
	}
.category-title a:before{
	position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
    left: -13px;
    width: 5px;
    height: 5px;
    border-top: 1px solid #333;
    border-right: 1px solid #333;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
	z-index: 10000;
	}
	
	
}

/*ページトップ*/

#page_top{
  width: 50px;
  height: 50px;
  position: fixed;
	bottom: 50px;
    right: 25px;
  background: #a3292a;
  opacity: 0.6;
  border-radius: 50%;
}
#page_top a{
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  text-decoration: none;
}
#page_top a::before{
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f106';
  font-size: 25px;
  color: #fff;
  position: absolute;
  width: 25px;
  height: 25px;
  top: -12px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}

@media screen and (max-width: 800px) {
	#page_top{
	bottom: 50px;
    right: 5px;
}
	
}