body {
	font-family: '游ゴシック', YuGothic, 'ヒラギノ角ゴ Pro W3', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-weight: bold;
	font-size: 20px;
}



/* 共通 */
.navigation,
.concept,
.space,
.access,
.footer {
	padding: 60px 0 85px;
}

@media (max-width:1060px) {

	.header,
	.navigation,
	.concept,
	.space,
	.access,
	.footer {
		padding: 60px 0px 85px;
	}
}

@media (max-width:420px) {

	.header,
	.navigation,
	.concept,
	.space,
	.access,
	.footer {
		padding: 40px 0px 50px;
	}
}

.is-fixed {
	position: fixed;
	top: 0;
	z-index: 1;
	width: 100%;
}

.is-fixed + .concept {
	margin-top: 154px;
}

@media (max-width: 480px) {
	.is-fixed + .concept {
		margin-top: 152px;
	}
}

.fadein {
	opacity: 0;
	transform: translateY(20px);
	transition: all 1s;
}

.heading {
	margin-bottom: 40px;
	font-family: 'Walter Turncoat', cursive;
	letter-spacing: .1em;
	font-size: 56px;
	text-align: center;
}

.heading .famfamLogo {
	display: block;
	margin: 0 auto;
	width: 195px;
}

.heading::after,
.top_img::after {
	display: block;
	margin: 15px auto 0;
	max-width: 600px;
	content: "";
	border-bottom: 1px solid #777;
}

.concept .heading::after,
.space .heading::after,
.access .heading::after {
	border-color: #fff;
}

@media (max-width:420px) {
	.heading {
		margin-bottom: 20px;
		font-size: 32px;
	}

	.heading .famfamLogo {
		width: 120px;
	}
}


@media (min-width: 751px) {
a[href*="tel:"] {
pointer-events: none;
cursor: default;
text-decoration: none;
color: #000;
}
}

                .sns_table {
                    display: table;
                    table-layout: fixed;
                    text-align: center;
                    width: 20%;
                    margin: 0 auto 20px auto;
                }
                .sns_table li {
                    display: table-cell;
                    vertical-align: middle;
                }

                @media (max-width:768px) {
                    .sns_table {
                        width: 70%;
                    } 

                } 

               .js-animation {
                    opacity: 0;
                    visibility: hidden;
                    transform: translateY(40px);
                    transition: all 1s;
                }
                .js-animation.is-show {
                    opacity: 1;
                    visibility: visible;
                    transform: translateY(0px);
                }
                
 
                #page_top{
                    width: 50px;
                    height: 50px;
                    position: fixed;
                    right: 20px;
                    bottom: 120px;
                    background: #DACF10;
                    border-radius: 50%;
                    opacity: 0.6;
                }
                #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: -5px;
                    bottom: 0;
                    right: 0;
                    left: 0;
                    margin: auto;
                    text-align: center;
                }


/* Header
-----------------------------------------*/
.top_fixed {
	position: fixed;
	top: 0;
	right: 0;
	width: 100%;
	height: 0px;
}

.wrapper {
	height: 80%;
}

.header {
	position: absolute;
	width: 100%;
	height: 8rem;
	z-index: 9991;
	transition: all 1s;
}


/* Navigation
-----------------------------------------*/
.nav {
	text-align: center;
	background-color: #F78428;
	margin: 80px auto 0px;
	display: none;
	width: 100%;
	height: 100%;
	opacity: 0;
}

.nav table {
	margin: -24px auto 30px;
}

.nav th {
	margin-top: 2.4rem;
	padding: 0px 40px 0px 40px;
	font-size: 1.875rem;
	text-align: left;
}

.nav td {
	text-align: left;
	font-size: 0.7rem;
	font-weight: bold;
	line-height: 1.1rem;
	padding: 0px 40px 20px 40px;
}

.nav a {
	color: #ffffff;
	text-align: center;
	font-family: 'Walter Turncoat', cursive;
	letter-spacing: 3px;
}

.nav span {
	color: #FFFFFF;
	font-size: 12.5px;
	line-height: 0.8px;
	text-align: center;
	padding-top: 16px;
	display: block;
}

.nav dl {
	width: 20%;
        margin: 0 auto;
     }

.nav dd {
	display: flex;
        justify-content: space-between; 
}

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

.nav th {
	margin-top: 2.4rem;
	padding: 10px 2px 0 2px;
	font-size: 0.8em;
}

.nav td {
	font-size: 0.6rem;
	font-weight: bold;
	line-height: 0.8rem;
	padding: 0 2px;
}

.nav dl {
	width: 60%;
        margin: 0 auto;
     }

.nav dd {
	display: flex;
        justify-content: space-between; 
}

}

/* Menu Button
-----------------------------------------*/
.menu_button {
	appearance: none;
	display: inline-block;
	z-index: 9992;
	position: fixed;
	top: 20px;
	right: 20px;
	width: 50px;
	height: 50px;
	overflow: hidden;
	border: none;
	background: none;
	background: #DACF10;
	border-radius: 50%;
}

.menu_button_line {
	display: inline-block;
	position: absolute;
	left: 0;
	width: 70%;
	height: .1rem;
	border-radius: .2rem;
	transition: all .4s;
	position: relative;
}

.menu_button_line {
	display: inline-block;
	position: absolute;
	left: 0;
	width: 45%;
	height: 4px;
	border-radius: 5px;
	transition: all .4s;
}

.menu_button_line.top {
	top: 16px;
	left: 14px;
	background: #fff;
}

.menu_button_line.mid {
	top: 50%;
	left: 14px;
	margin-top: -.1rem;
	background: #fff;
}

.menu_button_line.botm {
	bottom: 16px;
	left: 14px;
	background: #fff;
}

.menu_button_circle .back {
	bottom: 0;
}

/* Is Menu
-----------------------------------------*/
.is_menu .header {
	position: absolute;
	background: #F78428;
	height: 100%;
}

.is_menu .nav {
	display: block;
	animation: fadeIn 1s;
	opacity: 1;
}

.is_fade .nav {
	display: block;
	animation: fadeOut 1s;
	opacity: 0;
}

.is_menu .menu_button_line.top {
	top: 50%;
	transform: translate(0, -.1rem) rotate(-45deg);
}

.is_menu .menu_button_line.mid {
	display: none;
}

.is_menu .menu_button_line.botm {
	bottom: 50%;
	transform: translate(0, .1rem) rotate(45deg);
}

.is_menu .menu_button_circle .back {
	top: -13px;
}



/* top_img
-----------------------------------------*/
.top_img {
	padding-bottom: 0;
	background-color: #fff;
	text-align: center;
}

.top_img .famfamIcon {
	position: relative;
	overflow: hidden;
	margin-bottom: 35px;
	height: 500px;
}

.top_img .famfamIcon img {
	position: absolute;
	transform: translate(-50%, -50%);
	top: 50%;
	left: 50%;
	width: 100%;
	max-width: 1280px;
	min-width: 600px;
}

.top_img .famfamLogo img {
	width: 37%;
	max-width: 485px;
	min-width: 150px;
}

@media (max-width:1280px) {
	.top_img .famfamIcon {
		height: 40vw;
		min-height: 220px;
	}
}





/* navigation
-----------------------------------------*/
.navigation {
	padding: 25px 0;
	background-color: #fff;
	font-family: 'Walter Turncoat', cursive;
	letter-spacing: .1em;
	font-size: 24px;
}

.navigation a {
	text-decoration: none;
	color: #000;
}

.navigation .navList {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

.navigation li {
	list-style: none;
}

.navigation ul li + li {
	margin-left: 20px;
}

@media (max-width:1060px) {
	.navigation {
		padding: 25px 40px;
	}
}

@media (max-width: 480px) {
	.navigation {
		margin: 0 auto;
		padding: 25px calc((100% - 330px + 40px) / 2);
	}

	.navigation li:last-child {
		width: 100%;
		text-align: center;
	}

	.navigation ul li + li {
		margin-left: 0;
	}

	.navigation ul li:nth-child(2n) {
		margin-left: 20px;
	}
}

/* concept
-----------------------------------------*/
.concept {
	position: relative;
	margin-top: 75px;
	padding-top: 75px;
	background-color: #F78428;
	color: #fff;
	text-align: center;
}

.concept::before {
	display: block;
	position: absolute;
	transform: translate(0, -100px);
	width: 100%;
	height: 670px;
	content: "";
	background-image:
		url(../img/concept/bg01.svg),
		url(../img/concept/bg02.svg),
		url(../img/concept/bg03.svg);
	background-position:
		top 0 right calc(50% - 350px),
		bottom 10px right calc(50% - 350px),
		top 200px left calc(50% - 450px);
}

.concept .message {
	line-height: 2.5;
	font-size: 16px;
}

@media (max-width:1060px) {
	.concept::before {
		display: none;
	}
}

@media (max-width:720px) {
	.concept .message br {
		display: none;
	}
}

@media (max-width:480px) {
	.concept {
		margin-top: 0;
	}
}



/* menu
-----------------------------------------*/
.menu {
	padding-top: 60px;
	padding-bottom: 120px;
}

.menu .lunch,
.menu .dinner,
.menu .dessert {
	display: flex;
	width: 100%;
	max-width: 1400px;
	margin: 0 auto;
}

.menu .photo,
.menu .menuList {
	flex: 0 0 50%;
	margin: 0;
}

.menu .photo {
	position: relative;
	overflow: hidden;
	height: 450px;
	width: 50%;
}

.menu .photo img {
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
}

.menu .menuList {
	padding: 60px;
}

.menu .menuList .menuTitle {
	padding-bottom: 30px;
	font-family: 'Walter Turncoat', cursive;
	letter-spacing: .1em;
	font-size: 48px;
}

.menu .menuList .menuItem {
	list-style: none;
	font-size: 15px;
}

.menu .menuList .menuItem + .menuItem,
.menu .menuList .more {
	padding-top: 15px;
}
.menu .menuList .menuItem + .menuCategory{
	padding-top: 25px;

}
.menu .menuList .menuCategory {
	list-style: none;
	font-size: 18px;
	padding-bottom: 15px;
}

@media (max-width:1200px) {
	.menu .photo img {
		width: auto;
		height: 100%;
	}
}

@media (max-width:800px) {
	.menu {
		padding-bottom: 60px;
	}

	.menu .heading {
		margin-bottom: 50px;
	}

	.menu .heading::after {
		margin: 15px 20px 0;
	}

	.menu .lunch,
	.menu .dinner,
	.menu .dessert {
		flex-direction: column;
	}

	.menu .dinner .photo,
	.menu .dessert .photo {
				margin: 40px 0;
	}

	.menu .photo,
	.menu .menuList {
		flex: 0 0 100%;
		margin: 0;
	}

	.menu .photo {
		position: static;
		overflow: visible;
		height: auto;
		width: 100%;
	}

	.menu .photo img {
		transform: none;
		position: static;
		top: auto;
		left: auto;
		width: 100%;
	}

	.menu .menuList {
		padding: 50px 50px 0 50px;
	}

	.menu .menuList .menuTitle {
		font-size: 32px;
	}
}



/* space
-----------------------------------------*/
.space {
	/*background: #000;*/
	color: #fff;
	text-align: center;
	background-image: url(../img/space/space_bg.jpg);
	background-size: cover;
	background-position: center;
	position: relative;
}

.space::before {
	background-color: rgba(0, 0, 0, 0.8);
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	content: "";
}

.space .caption {
	margin-bottom: 80px;
	line-height: 2.5;
	font-size: 16px;
}

.space .space_box {
	margin: 150px auto;
	max-width: 1200px;
	width: 90%;
	display: flex;
}

.space .space_img_main {
	max-width: 900px;
	width: 75%;
}

.space .space_img_sub {
	max-width: 400px;
	width: 33%;
	position: absolute;
	top: 5%;
}

.space .space_text {
	position: absolute;
	max-width: 270px;
	width: 22.5%;
	top: 57%;
	font-size: 12px;
}

.space .space_text p {
        font-family: "Times New Roman", "ヒラギノ明朝 Pro", "HiraginoMincho Pro", HiraMinProN-W3, "ＭＳ Ｐ明朝", "MS PMincho", serif;
	display: inline-block;
	text-align: left;
}

.space .space_box1 .space_img_main {
	margin-right: auto;
}

.space .space_box1 .space_img_sub {
	right: 0;
}

.space .space_box1 .space_text {
	right: 0;
}

.space .space_box2 .space_img_main {
	margin-left: auto;
}

.space .space_box2 .space_img_sub {
	left: 0;
}

.space .space_box2 .space_text {
	left: 0;
}

@media (max-width:1060px) {
	.space .space_box {
		display: block;
	}

	.space .space_img_main {
		max-width: 1200px;
		width: 90%;
		margin: 0 auto;
	}

	.space .space_img_sub {
		max-width: 400px;
		width: 33%;
		position: absolute;
		top: 5%;
	}

	.space .space_text {
		position: static;
		display: inline-block;
		max-width: 1200px;
		width: 90%;
		margin: 0 auto;
	}
}

/* news
-----------------------------------------*/
.news {
	padding-top: 60px;
	padding-bottom: 150px;
}

.news .heading {
	margin-bottom: 100px
}

.news #slides div {}

.news #slider1 img {
	width: 100%;
}

               .news_intro {
                display: flex;
                    width: 90%;
                    max-width: 1200px;
                margin: 0 auto 50px auto;
                }

                .news_box{
                    display: table-cell;
                    width : 33.33333% ;
                    width : -webkit-calc(100% / 3) ;
                    width : calc(100% / 3) ;
                    padding: 0 20px;

                }
                
                .news_intro h4 {
                    display:inline-block;
                    margin-top: 10px;
                    padding: .2em 1em;
                    background-color: #fff;
                    text-align: left;
                    font-size: 0.6em;
                    font-family: 'Walter Turncoat', cursive;
                }


                .news_title {
                    font-family: "Times New Roman", "ヒラギノ明朝 Pro", "HiraginoMincho Pro", HiraMinProN-W3, "ＭＳ Ｐ明朝", "MS PMincho", serif;
                    font-weight: bold;
                    text-align: left;
                    font-size: 16px;

                }
                
                .news_comment {
                    margin-top: 10px;
                    font-weight: normal;
                    text-align: left;
                    font-size: 0.8em;
                    display: -webkit-box;
                    -webkit-box-orient: vertical;
                    -webkit-line-clamp: 2;
                    overflow: hidden;
                    padding: 0 10px;
                }


                .news_photo {
                    text-align: center;
                    margin: 0 auto;
                    padding-bottom: 30px;
                    border-bottom: 1px solid #808080;
                }

                .news_photo p img{
                    max-width: 315px;
                    width: 100%;
                    height: auto;
                }
                
                .news_photo p a img:hover {
                    opacity: 0.6;
                    }
            
                .news_button {
                    display: inline-block;
                    float: left;
                    text-align: center;
                    margin: 5px 5px;
                    background-image: linear-gradient(#eaeaea 0%, #c6c6c6 100%);
                    box-shadow: inset 0 2px 0 rgba(255,255,255,0.5), 0 2px 2px rgba(0, 0, 0, 0.19);
                    color: #444;
                    font-size: 0.6em;
                    text-decoration: none;
                    font-weight: normal;
                    text-shadow: 1px 1px 1px rgba(255, 255, 255, 1);
                    padding: 2px 10px;
                    border-radius: 4px;
                }

                .news_button a {
                    text-decoration: none;
                }
                .news_button a:link { color: #666; }
                .news_button a:visited { color: #666; }
                .news_button a:hover {
                    opacity: 0.6;
                }


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

                    .news_intro {
                        display: block;

                        width: 100%;	
                        margin: 0 auto;
                    }
                    .news_box {
                        display: block;
                        width: 100%;	
                        padding: 20px 20px;
                    }
                    .news_day {
                        font-size: 0.8em;
                    }
                    .news_button {

                        margin: 10px 0 40px;


 
                    }
                    .news_photo {

                        padding-bottom: 0;
                        border-bottom: none;
                    }
                }

                .news_news {
                    border-top: 2px solid #f78427;
                    border-bottom: 2px solid #f78427;
                }
                
                .news_media {
                    border-top: 2px solid #ffc148;
                    border-bottom: 2px solid #ffc148;
                }

                .news_event {
                    border-top: 2px solid #e1d50e;
                    border-bottom: 2px solid #e1d50e;
                }
                
                .news_menu {
                    border-top: 2px solid #e1590e;
                    border-bottom: 2px solid #e1590e;
                }
                
                  .news_day {
                    margin-top: 10px;
                    color: #888;
                    text-align: left;
                    font-size: 0.6em;
                }

/* access */
.access {
	background-color: #F78428;
	color: #fff;
	;
}

.access .accessWrap {
	display: flex;
	margin: 0 auto;
	width: 90%;
	max-width: 1200px;
}

.access .map {
	width: 45%;
	height: auto;
}

.access .map img {
	width: 100%;
}

.access .information {
	width: 50%;
	margin-left: 5%;
}

.access .information dt {
	background-color: #FFF0EF;
	color: #603412;
	padding-left: 10px;
	font-size: 18px;
}

.access .information dd {
	margin: 10px 0;
	font-size: 16px;
	line-height: 1.5;
}

.access .information dd a{
	text-decoration: none;
}

.access .information dd a:link{
	color: #fff;
}
.access .information dd a:visited{
	color: #fff;
}


.access .information img {
	margin-right: 10px;
}

@media (max-width:1060px) {
	.access .accessWrap {
		flex-direction: column;
	}

	.access .map {
		width: 90%;
		margin: 0 auto;

	}

	.access .information {
		margin-left: 0;
		width: 90%;
		margin: 100px auto 0;
	}

	.access .information {
		font-size: 16px;
	}
}


/* partnership
-----------------------------------------*/
.partnership {
	padding-top: 60px;
	padding-bottom: 120px;
}

.partnership .partnershipWrap {
	margin: 0 auto;
	width: 90%;
	max-width: 1200px;
	margin-bottom: 0px;
}

.partner_lists {
	display: flex;
}

.partner_list {
	width: 50%;
  width: -webkit-calc(100% / 2);
  width: calc(100% / 2);
	margin: 150px 25px 0;
	text-align: center;
}

.partner_list .partner_logo {
	height: 30px;
	float: left;
	margin-left: 5%;
	margin-bottom: 5px;
}

.partner_list .partner_img {
	width: 90%;
	margin-bottom: 20px;
}

.partner_list p {
	font-size: 16px;
	font-weight: 300;
	margin: 30px auto 0;
}

.partner_list h3 {
	margin-top: 10px;
	font-weight: 300;
}

.partner_list .text {
	width: 90%;
	text-align: left;
}

@media (max-width:1060px) {
	.partner_lists {
		display: block;
	}

	.partner_list {
		width: 100%;
		margin: 150px auto;
	}

	.partner_list .partner_logo {
		height: 40px;
	}

	.partner_list .text {
		width: 90%;
		max-width: 400px;
		text-align: left;
	}
}



/* footer
-----------------------------------------*/
.footer {
font-family: 'Walter Turncoat', cursive;
	padding: 10px 0;
	background-color: #F78428;
	color: #fff;
	text-align: center;
	font-weight: normal;
}



@media (max-width: 414px) {
	.footer {
		font-size: 12px;
	}
	}



/* calender */
.calender {
	background-color: #FFF;
	text-align: center;
}

.calender img {
	width: 180px;
	margin: 100px auto 5px;
}

.calender .caption {
	margin-bottom: 80px;
	line-height: 2.5;
	font-size: 16px;
}

.google_calender {
	width: 100%;
	text-align: center;
}

iframe {
	width: 90vw;
	max-width: 900px;
	height: 80vw;
	max-height: 800px;
	margin: 50px auto 0px;
}

.boder {
	width: 90vw;
	max-width: 900px;
	height: 15px;
	background-color: #F27C3B;
	margin: -7px auto 100px;
	border: 1px solid #000000;
	border-top: none;
	color: #FFF;
	font-size: 10px;
	text-align: center;
}


/* NewsPage */

.heading_np {
  margin-bottom: 20px;
  font-family: 'Walter Turncoat', cursive;
  letter-spacing: .1em;
  font-size: 56px;
  text-align: center;
}

.heading_np .famfamLogo {
  display: block;
  margin: 0 auto;
  width: 195px;
}

.heading_np::after {
  display: block;
  margin: 15px auto 0;
  max-width: 600px;
  content: "";
  border-bottom: 1px solid #777;
}

@media (max-width:768px) {
  .heading_np {
    margin-bottom: 10px;
    font-size: 32px;
  }
  .heading_np .famfamLogo {
    width: 120px;
  }
}

#snsboxArea {
  margin-bottom: 3em;
  width: 100%;
  display: table;
  padding-left: 2px;
  vertical-align: top;
}

.snsboxfb {
  width: 84px;
  height: 22px;
  float: left;
}

.snsboxtw {
  width: 78px;
  height: 22px;
  float: left;
}

.line-it-button {
  width: 57px;
  height: 20px;
  float: left;
}

@media screen and (max-width: 768px) {
  #snsboxArea {
    margin-bottom: 3em;
    padding-left: 1em;
  }
  .snsboxfb, .snsboxtw,.line-it-button {
    width: 33%;
    height: auto;
    float: left;
  }
}

.news_s-page {
  width: 1200px;
  margin: 0 auto 50px auto;
}

.news_s-page h4 {
  display: inline-block;
  margin-top: 10px;
  padding: .2em 1em;
  background-color: #fff;
  text-align: left;
  font-size: 1em;
  font-family: 'Walter Turncoat', cursive;
}

.newss_day {
  margin-top: 10px;
  color: #888;
  text-align: center;
  font-size: 1em;
}

.newss_title {
  font-family: "Times New Roman", "ヒラギノ明朝 Pro", "HiraginoMincho Pro", HiraMinProN-W3, "ＭＳ Ｐ明朝", "MS PMincho", serif;
  margin: 20px auto;
  font-weight: bold;
  text-align: center;
  font-size: 1.5em;
  padding-bottom: 30px;
  border-bottom: 1px solid #aaa;
}

.newss_comment {
  margin-top: 10px;
  margin-bottom: 30px;
  font-weight: normal;
  text-align: left;
  font-size: 0.8em;
  line-height: 2em;
  padding: 0 20px;
}

.newss_photo {
  text-align: center;
  margin: 20px auto 0;
  padding-bottom: 30px;
}

.newss_photo figcaption {
  margin-bottom: 30px;
  color: #888;
  text-align: center;
  font-size: 0.7em;
}

.nsphoto_f  {
  max-width: 1200px;
  width: 100%;
  height: auto;
}

.nsphoto_h  {
  max-width: 600px;
  width: 100%;
  height: auto;
}


.newss_btn {
  display: block;
  position: relative;
  width: 240px;
  padding: 1em;
  margin: 40px auto 0 auto;
  text-align: center;
  text-decoration: none;
  color: #1B1B1B;
  background: #fff;
  border: 1px solid #fff;
  font-size: 0.8em;
}

.newss_btn:hover {
  background: #F2F2F2;
  cursor: pointer;
  text-decoration: none;
}
@media screen and (min-width:769px) and ( max-width:1024px) {
.news_s-page{
  width: 100%;
}

.nsphoto_f  {
  max-width: 90%;
  width: 100%;
  height: auto;
}
}

@media only screen and (max-width: 768px) {
  .news_s-page {
    display: block;
    width: 100%;
  }
  .newss_day {
    font-size: 0.8em;
  }
  .newss_title {
    font-size: 1em;
  }

.news_s-page h4 {
  font-size: 0.6em;
  margin-left: 1em;
}

.nsphoto_f,.nsphoto_h {
  max-width: 90%;
  width: 100%;
  height: auto;
}
}

            .news_more {
                width: 100%;
                text-align: center;
                padding-top: 2em;
                margin: 0 auto;
            }

            .more_btn {
                display: inline-block;
                text-align: center;
                background-image: linear-gradient(#f78427 0%, #dacf0f 100%);
                box-shadow: inset 0 2px 0 rgba(255,255,255,0.5), 0 2px 2px rgba(0, 0, 0, 0.19);
                color: #888;
                font-size: 1.2em;
                text-decoration: none;
                font-weight: bold;
                text-shadow: 1px 1px 1px rgba(255, 255, 255, 1);
                padding: 1em 5em;
                border-radius: 4px;
                font-size: 16px;
            }

            .more_btn:hover {
                color: #444;
                opacity: 0.6;
            }

@media only screen and (max-width: 768px) {
            .news_more {
                width: 40%;
}
            .more_btn {
                display: block;
                font-size: 0.8em;
                padding: 0.5em 1em;
}
}


.js-fadeIn {
  transform: translate3d(0, -10px, 0);
  transition: 1s;
  opacity: 0;
}

.js-fadeIn.animated {
  transform: translate3d(0, 0, 0);
  opacity: 1;
}