@charset "UTF-8";
/* CSS Document */

body {
    animation: fadeIn 1s ease 0s 1 normal;
    -webkit-animation: fadeIn 1s ease 0s 1 normal;
}
@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}
@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}


html, body, div, h1, h2, h3, h4, h5, h6,
p, blockquote, pre, address,
ul, ol, li, dl, dt, dd,
table, th, td,
form, fieldset {
	color: #3d3d3d;
	font-weight: 100;
	line-height: 1.7;
	margin: 0;
	padding: 0;
	font-size:16px;
	/*transform: rotate(.03deg);
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;*/
}


body{
	font-family: "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Noto Sans Japanese";
	font-weight: 700;
	*font-size:small;
	*font:x-small;
	-webkit-text-size-adjust: 100%;
	text-size-adjust: 100%;
	background: #fff;
}
/*IE7*/
*+html body  {
font-size:13px;
}
select,input,button,textarea{
	font: 99% "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Noto Sans Japanese";
}

img{
	border: none;
	max-width: 100%;
}

table{
	font-size: inherit;
	font: 100%;
	border: none;
	border-collapse: collapse;
	border-spacing: 0;
}

label{
	cursor: pointer;
}

input,
select,
textarea{
	padding: 5px;
}

ol,ul,li{
	list-style: none;
}


a,
input{
	outline: none;
}

/*	Basic Text Link	*/
a {
	color: #3d3d3d;
	text-decoration: none;
	transition-property: all;
	transition: 0.2s linear;
}

/*a:link {
	color: #141414;	text-decoration: none;
}
a:visited {
	color: #141414;	text-decoration: none;
}
a:hover {
	color: #141414;	text-decoration: none;
}
a:focus {
	color: #141414;	text-decoration: none;
}
a:active {
	color: #141414;	text-decoration: none;
}*/

em {
	color:#4c4c4c;
	font-style:normal;
}


/* common */
.obj_fit {
  object-fit: cover;
  font-family: 'object-fit: cover;'
}
.image {
	overflow: hidden;
}
.image a img {
	width: 100%;
	height: auto;
	display: block;
	transition-duration: .3s;
}
.image a img:hover {
	transform: scale(1.1);
	transition-duration: 0.3s;
}



.inner {
	max-width: 1200px;
	width: 95%;
	margin: 0 auto;
	box-sizing: border-box;
}

/* header */
header {
	width: 100%;
}
header .inner {
	display: flex;
	justify-content: space-between;
}
header nav,
header .head_add{
	margin: 30px 0;
}
header .site_title {
	padding: 15px 0;
}
header .site_title a {
	display: block;
}
header .site_title img.vertical {
	max-width: 55px;
}
header .site_title img.line {
	display: none;
}
header nav ul {
	display: flex;
	flex-direction: row-reverse;
}
header nav ul li {
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	border-right: 1px solid #999;
	font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	letter-spacing: .2em;
}
header nav ul li:first-child {
	border-right: none;
}
header nav ul li a {
	display: block;
	padding: 2px 8px;
	font-size: 16px;
	font-weight: bold;
	width: 100%;
	height: 100%;
    box-sizing: border-box;
}
header nav ul li a:hover {
	background: #eee;
}
header .head_add {
	border-left: 2px solid;
	border-right: 2px solid;
	padding: 5px 18px;
}
header .head_add p.tel {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 3px;
}
header .head_add p.tel span {
	font-size: 19px;
	margin-left: 5px;
}
header .head_add p.tel span:before {
	font-size: 22px;
}
header .head_add .shop_info {
	padding-left: 2.5em;
	font-size: 12px;
}
header .head_add .map_btn {
	margin: 10px 0 0; 
	display: flex;
	align-items: center;
}
header .head_add .map_btn span:before {
	font-size: 30px;
}
header .head_add .map_btn a {
	text-decoration: underline;
	font-size: 14px;
	margin-left: 10px;
}
header .head_add .map_btn a:hover {
	text-decoration: none;
}




.bxslider {
	width: 100%;
}
.bxslider li {
	background: #eeece3;
}
.bxslider img {
	width: 100%;
}



article {
	padding: 5% 0;
}
.bg {
	background: #eeece3;
}


.title_line {
	text-align: center;
	max-width: 1200px;
	width: 95%;
	margin: 0 auto;
}
.title_line .title {
	font-size: 3vw;
	font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	padding: 57px 0;
	background: url(images/title_bg.svg) no-repeat center center / 135px; 
	margin-bottom: 3%;
}
@media screen and ( min-width:1200px ) {
	.title_line .title {
		font-size: 36px;
	}
}



.read {
	max-width: 900px;
	margin: 0 auto 4%;
}
.read p {
	line-height: 2;
	letter-spacing: .08em;
	margin-bottom: 2%;
}

.info {
	max-width: 900px;
	margin: 0 auto 4%;
	padding: 40px;
	background: #fff;
}
.info h2,
.page h2 {
	font-size: 24px;
	border-left: 6px solid;
	padding: 0 0 0 20px;
	font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	margin-bottom: 20px;
}
/*
.info li {
	display: flex;
}
.info li .date {
	flex: 1;
	margin-right: 15px;
	font-size: 12px;
}
.info li .info_title {
	flex: 7;
	font-size: 14px;
}*/

.fb_iframe_widget {
	display: block !important;
	width: 100%;
	max-width: 500px;
	margin: 0 auto;
}





.home nav ul {
	display: flex;
	flex-wrap: wrap;
}
.home nav li {
	width: 46%;
	margin: 2%;
	transition-property: all;
	transition: 0.2s linear;
}
.home nav .text {
	padding: 5%;
	position: relative;
}
.home nav li:nth-child(odd),
.home nav li:nth-child(odd) .image,
.home nav li:nth-child(odd) .text {
	background: url(images/homenav_bg_g.jpg) repeat left top;
}
.home nav li:nth-child(even),
.home nav li:nth-child(even) .image,
.home nav li:nth-child(even) .text {
	background: url(images/homenav_bg_s.jpg) repeat left top;
	
}
.home nav .text h3 {
	text-align: center;
	font-size: 24px;
	color: #fff;
	margin-bottom: 4%
}
.home nav .text h3 a,
.home nav .text p {
	color: #fff;
}
.home nav .text h3 a:after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.home nav li:hover {
	box-shadow: 0 4px 8px 4px rgba(0, 0, 0, .2);
}


.images_grid {
	max-width: 1200px;
	width: 95%;
	margin: 0 auto;
	display: grid;
	grid-template-columns: 2fr 1fr 1fr;
	grid-template-rows: 230px 230px;
}
.images_grid li:first-child {
	grid-column: 1;
	grid-row: 1 / span 2;
}
.images_grid img {
	width: 300px;
	height: 230px;
}
.images_grid li:first-child img {
	width: 600px;
	height: 456px;
}

.home .images_little {
	max-width: 1200px;
	width: 95%;
	margin: 0 auto;
	display: grid;
	grid-template-columns: 1fr 1fr;
}


.more_link {
	text-align: center;
	padding: 5% 0 0;
}
.more_link a {
	padding: 15px;
	border: 1px solid;
	border-radius: 5px;
	position: relative;
	font-size: 18px;
	font-weight: bold;
	display: block;
	width: 22%;
	margin: 0 auto;
}
.more_link a:before {
	content: '';
	position: absolute;
	top: 25px;
	right: 18px;
	width: 10px;
	height: 10px;
	border: 2px solid;
	border-color: #565656 #565656 transparent transparent;
	transform: rotate(45deg);
}
.more_link a:hover {
	background: #eee;
	box-shadow: 0 2px 8px 2px rgba(0, 0, 0, .2);
}



.map_line {
	display: flex;
	max-width: 1200px;
	width: 95%;
	margin: 0 auto;
}
.map_line div {
	flex: 1;
}
.map_line .map iframe {
	max-width: 600px;
	max-height: 490px;
	width: 100%;
	height: 100%;
}
.map_line .image img {
	max-width: 100%;
	width: auto;
}




.page {
	padding-top: 27.5%;
}
.page.menu {
	background: url(menu/images/main.jpg) no-repeat left top / 100%;
}
.page.party {
	background: url(party/images/main.jpg) no-repeat left top / 100%;
}
.page.lunch {
	background: url(lunch/images/main.jpg) no-repeat left top / 100%;
}
.page.delivery {
	background: url(delivery/images/main.jpg) no-repeat left top / 100%;
}
.page.room {
	background: url(room/images/main.jpg) no-repeat left top / 100%;
}
.page.gallery_cont {
	padding-top: 0;
}
.page.menu.delivery {
	background: url(delivery/images/main.jpg) no-repeat left top / 100%;
}






.gallery {
	display: grid;
	grid-gap: 30px;
}
.gallery li {
	text-align: center;
}
.gallery li p {
	padding: 10px 0;
}

.room .gallery {
	grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
}
.lunch .gallery {
	grid-template-columns: repeat(auto-fit, minmax(530px, 1fr));
}
.gallery_cont .gallery {
	grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
}


.party .flex {
	display: flex;
	margin: 0 0 5%;
}
.party .flex .text,
.party .flex .image {
	flex: 1;
}
.party .flex .text {
	padding: 0 2%;
}
.party .flex .text .price {
	padding: 15px 0;
	border-bottom: 1px solid #ccc;
	margin-bottom: 2%;
}
.party .flex li {
	padding: 3px 0;
}
.party .flex li,
.party .flex dt,
.party .flex dd {
	font-size: 14px;
}
.party .flex ul.note {
	margin-bottom: 5%;
}
.party .flex ul.note li:before {
	content: '※';
	margin-right: 3px;
}

.party .flex ul.type li {
	display: flex;
}
.party .flex ul.type li:before {
	content: '●';
	margin-right: 3px;
}
.party .flex ul.type dl {
	display: flex;
}
.party .flex ul.type dt:after {
	content: '：';
}
p.note:before {
	content: '※';
	margin-right: 3px;
}
p.note {
	font-size: 90%;
	margin-bottom: 0;
}


.menu_line {
	display: flex;
	margin-bottom: 10%;
}
.menu_line:last-child {
	margin-bottom: 0;
}
.menu_line .text,
.menu_line .image {
	flex: 1;
}
.menu_line .text {
	padding: 0 4%;
}
.menu_line.text_l .text {
	order: 1;
}
.menu_line.text_l .image {
	order: 2;
}
.menu_line.text_r .text {
	order: 2;
}
.menu_line.text_r .image {
	order: 1;
}
.menu_line .text .box {
	margin-bottom: 8%;
}
.menu_line .text .box:last-child {
	margin-bottom: 0;
}
.menu_line .text p {
	margin-bottom: 2%;
}
.menu_line .text dl {
	padding: 5px;
	border-bottom: 1px solid #ccc;
	display: flex;
	justify-content: space-between;
}
.menu_line .text ul {
	display: flex;
	flex-wrap: wrap;
}
.menu_line .text li {
	width: 48%;
	padding: 5px;
	border-bottom: 1px solid #ccc;
}
.image {
	text-align: center;
}
.image .caption {
	font-size: 14px;
	margin-bottom: 15px;
}



.gallery_cont .gallery img {
	width: 250px;
	height: 250px;
	object-fit: cover;
	font-family: 'object-fit: cover;';
	margin: 0 auto;
}
.gallery_cont .gallery .image {
	width: 250px;
}



.notfound {
	padding: 10% 0;
	text-align: center;
	margin-bottom: 5%;
}
.notfound h2 {
	font-size: 2.5vw;
	margin-bottom: 2%;
	font-weight: bold;
}
.notfound a {
	text-decoration: underline;
	display: inline-block;
	padding: 2%;
}



footer {
	max-width: 1200px;
	width: 95%;
	margin: 0 auto;
	text-align: center;
}
footer p.tel {
	font-weight: bold;
	margin-bottom: 2%;
}
footer p.tel span {
	font-size: 22px;
	margin-left: 15px;
	font-weight: bold;
}
footer p.infotext em {
	color: #8e0b0b;
}
footer p.copyright {
	padding: 5% 0 1%;
}
footer p.copyright small {
	font-size: 16px;
	font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
footer a {
	text-decoration: underline;
}
footer a:hover {
	text-decoration: none;
}


.tax_info {
    margin-bottom: 5%;
}
.tax_info p {
    text-align: center;
    color: #f00;
}



/* TOPへボタン */
#page-top{
	display: block;
	position: fixed;
	z-index: 9999;
	bottom: 5%;
	right: 3%;
	background: rgba(154, 162, 185,.5);

	height: 30px;
	width: 50px;

	text-align: center;
	text-decoration: none; 
	overflow: hidden;
	padding-top: 8px;
	padding-bottom: 12px;
	font-size: 150%;
}
#page-top:hover{
	background: rgba(154, 162, 185,1);
}

#page-top:after {
	content: '';
	position: absolute;
	top: 40%;
	right: 26%;
	width: 20px;
	height: 20px;
	border-right: 2px solid #fff;
	border-top: 2px solid #fff;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}





@media screen and ( max-width:1040px ) {
	
	header nav ul li a {
		font-size: 1.8vw;
		padding: 3% 4%;
	}
	header .site_title {
	}
	header .head_add {
		padding: 1%;
	}
	header .head_add p {
		font-size: 14px;
	}
}


@media screen and ( max-width:860px ) {
	header {
		background: rgba(255, 255, 255, .9);
		width: 100%;
		box-shadow: 0 2px 2px rgba(0, 0, 0, .2);
		position: fixed;
		top: 0;
		height: 45px;
		z-index: 10000;
	}
	header .inner {
		align-items: center;
	}
	header .site_title {
		width: 30%;
		padding: 5px;
	}
	header .site_title img.vertical {
		display: none;
	}
	header .site_title img.line {
		display: inherit;
		height: 35px;
	}
	header nav,
	header .head_add .shop_info,
	header .head_add .map_btn {
		display: none;
	}
	header .head_add {
		border-left: none;
		border-right: none;
		width: 70%;
		text-align: right;
		margin: 0;
		padding: 0 70px 0 0;
	}
	header .head_add p.tel {
		margin-bottom: 0;
	}
	header .head_add p.tel span {
		font-size: 16px;
	}
	
	.bx-wrapper,
	.contents.page {
		margin-top: 45px !important;
	}

}



/* sp main-size */
@media screen and ( max-width:680px ) {
	html, body, div, h1, h2, h3, h4, h5, h6, p, blockquote, pre, address, ul, ol, li, dl, dt, dd, table, th, td, form, fieldset {
		font-size: 14px;
	}
	footer .inner {
		flex-direction: column;
	}
	footer p.copyright {
		padding: 10% 0 0;
	}
	
	.side-menu .contact_btn {
		padding: 0;
	}
	.side-menu .contact_btn p {
		padding: 10px 0;
		border-bottom: 1px dotted #ccc;
	}
	.side-menu .contact_btn p:last-of-type {
		border-bottom: none;
	}
	
	article {
		padding: 10% 0;
	}
	.title_line .title {
		font-size: 22px;
		background-size: 80px;
		padding: 25px 0;
	}
	.read {
		width: 90%;
		margin: 0 auto 10%
	}
	.info {
		padding: 20px;
	}
	.info h2, .page h2 {
		font-size: 18px;
		padding: 0 0 0 10px;
	}
	.info li,
	.home nav ul {
		flex-direction: column;
	}
	.home nav li {
		width: 100%;
		display: flex;
		margin: 4% 0;
	}
	.home nav li .image {
		flex: 1;
	}
	.home nav .text {
		flex: 2;
		padding: 15px;
	}
	.home nav li .image img {
		object-fit: cover;
		font-family: 'object-fit: cover;';
		width: 150px;
		height: 100%;
	}
	.home nav .text h3 {
		font-size: 18px;
		font-weight: bold;
		position: relative;
	}
	.home nav .text h3:before {
		content: '';
		position: absolute;
		top: 5px;
		right: 0;
		width: 12px;
		height: 12px;
		border: 2px solid;
		border-color: #fff #fff transparent transparent;
		transform: rotate(45deg);
	}
	
	.images_grid {
		grid-template-rows: 100px 100px;
		width: 100%;
	}
	.images_grid img {
		height: 100px;
	}
	.images_grid li:first-child img {
		height: 200px;
	}
	
	.more_link a {
		width: 90%;
		box-sizing: border-box;
		font-size: 16px;
		padding: 10px;
	}
	.more_link a:before {
		top: 15px;
	}
	
	
	.map_line {
		flex-direction: column;
	}
	.map_line .map iframe {
		height: 230px;
	}
	.map_line .image img {
		object-position :center bottom;
	}
	
	
	.page {
		padding-top: 45%;
	}
	.page.menu,
	.page.party,
	.page.lunch,
	.page.menu.delivery,
	.page.room {
		background-position: center top;
		background-size: 180%;
	}
	
	.menu_line {
		flex-direction: column;
	}
	.menu_line .text .box,
	.menu_line .text .box:last-child {
		margin-bottom: 10%;
	}
	.menu_line .text li {
		width: 46%;
	}
	.menu_line.text_r .text {
		order: 1;
	}
	.menu_line.text_r .image {
		order: 2;
	}
	
	
	
	.party .flex,
	.party .flex ul.type dl {
		flex-direction: column;
	}
	.party .flex .text {
		padding: 0 2% 10%;
	}
	.party .flex ul.type dt:after {
		content: none;
	}
	
	.gallery {
		grid-gap: 20px;
	}
	.lunch .gallery,
	.room .gallery{
		grid-template-columns: 1fr 1fr;
	}
	.gallery_cont .gallery {
		grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
	}
	.gallery_cont .gallery .image {
		width: 100px;
	}
	.gallery_cont .gallery img {
		height: 100px;
	}
	
	footer img {
		width: 100px;
	}
	footer p.tel span {
		font-size: 20px;
	}
	
}





/* サイドオープン時にメインコンテンツを覆う部分 */
.overlay {
  content: '';
  visibility: hidden;
  position: fixed;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0);
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  z-index: 3;
}
.overlay::after {
  visibility: hidden;
  position: fixed;
  top: 40%;
  left: 0;
  display: block;
  width: 100%;
  height: 50px;
  color: rgba(255,255,255,0);
  font-size: 40px;
  font-weight: bold;
  text-align: center;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}
.side-open .overlay {
  visibility: visible;
  cursor: pointer;
  background: rgba(0,0,0,.7);
}
.side-open .overlay::after {
  visibility: visible;
  color: rgba(255,255,255,.8);
}

/* サイドメニュー */
.side-menu {
	display: none;
	position: fixed;
	top: 0;
	right: 0;
	width: 60%;
	height: 100%;
	padding: 3%;
	text-align: left;
	font-size: 13px;
	z-index: 4;
	background: #fff;
	padding-top: 50px;
}
.side-open .side-menu {
	display: inherit;
    animation: fadeIn 1s ease 0s 1 normal;
    -webkit-animation: fadeIn 1s ease 0s 1 normal;
}
.side-open .home .main_logo {
	display: none;
}

.side-menu li {
	border-bottom: 1px dotted #ccc;
	padding: 10px 0;
}
.side-menu li a {
	color:#333;
	display: block;
	text-decoration: none;
}

/* 開閉用ボタン */
.side-menu-btn {
	display: none;
	position: fixed;
	top: 12px;
	right: 15px;
	width: 28px;
	height: 20px;
	padding: 5px;
	cursor: pointer;
	z-index: 4;
}
@media screen and ( max-width:860px ) {
	.side-menu-btn {
		display: inherit;
	}
}
 /*ボタンのスタイル */
.side-menu-btn,
.side-menu-btn span {
	transition: all .4s;
	box-sizing: border-box;
}
.side-menu-btn span {
	position: absolute;
	left: 0;
	width: 100%;
	height: 2px;
	background-color: #000;
	border-radius: 4px;
}
.side-menu-btn span:nth-of-type(1) {
	top: 0;
}
.side-menu-btn span:nth-of-type(2) {
	top: 9px;
}
.side-menu-btn span:nth-of-type(3) {
	bottom: 0;
}

.side-open .side-menu-btn span:nth-of-type(1) {
  -webkit-transform: translateY(9px) rotate(-45deg);
  transform: translateY(9px) rotate(-45deg);
}
.side-open .side-menu-btn span:nth-of-type(2) {
  opacity: 0;
}
.side-open .side-menu-btn span:nth-of-type(3) {
  -webkit-transform: translateY(-9px) rotate(45deg);
  transform: translateY(-9px) rotate(45deg);
}


/* メインコンテンツ */
.wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  background: #fff;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  z-index: 2;
}

/* サイドメニューオープン */
.side-open .wrapper,
.side-open .overlay {
  -webkit-transform: translate3d(-66%, 0, 0);
  transform: translate3d(-66%, 0, 0);
}


.side-menu li.menu-item a {
	color: #133c86;
	font-weight: bold;
}
.side-menu .sub-menu {
	padding-left: 5%;
}
.side-menu .sub-menu li {
	border-bottom: none;
	position: relative;
	padding: 1% 0;
}
.side-menu .sub-menu li:before {
	position: absolute;
	top: 35%;
	left: -10px;
	content: ' ';
	display: block;
	width: 0;
	height: 0;
	border-top: 4px solid transparent;
	border-left: 5px solid #133c86;
	border-bottom: 4px solid transparent;
}
.side-menu .sub-menu li a {
	font-size: 14px;
	color: #333;
	font-weight: normal;
}



/* 印刷時の余白幅指定 */
@page {
	margin: 12.7mm 9.7mm;
}
/* IE6で印刷時の倍率を指定 */
@media print {
	body {
        overflow: visible !important;
	  _zoom: 0.75;
		width: 1020px;
		margin: 0 auto;
	}
	.col_box {
		overflow: visible !important;
	}
}




/* icon font */
@font-face {
  font-family: 'icomoon';
  src:  url('fonts/icomoon.eot?2id5m2');
  src:  url('fonts/icomoon.eot?2id5m2#iefix') format('embedded-opentype'),
    url('fonts/icomoon.ttf?2id5m2') format('truetype'),
    url('fonts/icomoon.woff?2id5m2') format('woff'),
    url('fonts/icomoon.svg?2id5m2#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-pin:before {
  content: "\e901";
}
.icon-mail:before {
  content: "\e900";
}
.icon-phone:before {
  content: "\e942";
}
.icon-facebook:before {
  content: "\ea90";
}
.icon-instagram:before {
  content: "\ea92";
}
.icon-twitter:before {
  content: "\ea96";
}

