
0/**
 * 1.0 Body
 * ----------------------------------------------------------------------------
 */

html .mceContentBody {
	font-size: 100%;
	max-width: 474px;
}

body {
	color: #2b2b2b;
	font-weight: 400;
	font-family: 'Open Sans';
	width: 100%;
	background: url(/img/background.png)
}


/**
 * 2.0 Headings
 * ----------------------------------------------------------------------------
 */

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	font-weight: 700;
	margin: 25px 0 12px;
}

h1 {
	font-family: 'Open Sans';
	font-weight: 100;
	font-size: 3em;
	margin-top: 100px;
	margin-bottom: 40px;
}

.menudetail{
	margin-bottom: 100px;
}

.menudetail h1 {
	font-weight: 100;
	font-size: 3em;
	margin-top: 35px;
	margin-bottom: 40px;
	border-top: 1px solid #ccc;
	padding-top: 50px;
}

.menudetail h1:first-child{
	border-top: 0px solid #ccc;
}
h2 {
	font-family: 'Open Sans';
	padding-top: 30px;
	font-size: 32px;
	line-height: 36px;
	font-weight: 500;
}

h2 span {
	font-family: 'Open Sans';
	font-size: 22px;
	font-weight: 200;
}

.entry-header h2 {
	font-family: 'Open Sans';
	margin: 0px;
	font-size: 28px;
}

.menudetail h2{
	font-family: 'Open Sans';
	padding-top: 33px;
	margin: 0px;
	font-size: 32px;
	line-height: 0px;
}

h3 {
	font-family: 'Open Sans';
	text-transform: uppercase;
	letter-spacing: 0.25em;
	color:#333;
	font-size: 19px;
	padding-top: 24px;
}

.menudetail h3 {
	font-family: 'Open Sans';
	text-transform: uppercase;
	letter-spacing: 0.25em;
	color:#333;
	font-size: 1.2em;
}

.other h3 {
	margin: 0px;
	letter-spacing: 0.10em;	
	color:#333;
	font-size: 15px;
	text-align: left;
	vertical-align: top;
	line-height: 38px;
}

.other img{
	vertical-align: middle;
	width:10%;
	margin-right: 12px;
}

h4 {
	font-family: 'Open Sans';
	font-size: 18px;
	line-height: 1px;
	font-weight: 100;
	padding-bottom: 0px;
	margin-bottom: 0px;
	color: #9FA0A0;
}

.item h4 {
	font-family: 'Open Sans';
	font-size: 21px;
	line-height: 0px;
	font-weight: 100;
	padding-bottom: 0px;
	margin-bottom: 0px;
	color: #030303;
}


h5 {
	font-family: 'Open Sans';
	font-size: 18px;
	line-height: 1.3333333333;
}

h6 {
	font-family: 'Open Sans';
	font-size: 16px;
	line-height: 1.5;
}


p{
	font-family: 'Open Sans';
	color:#666;
	font-weight: 100;
	font-size: 16px;
	line-height: 30px; 	
}

.menudetail p{
	font-family: 'Open Sans';
	color:#666;
	font-weight: 100;
	font-size: 16px;
	line-height: 27px; 	
}

a{
	cursor:pointer;
	color: rgb(19, 113, 148);
	text-decoration: none;
}

.socialicons a:hover{
	color: white;
}

a:hover{
	color: #0d0754;
}

.link a {
  cursor: pointer;
  color: rgb(19, 113, 148);
  text-decoration: none;
}

.item a{
  color: rgb(160, 160, 160);
}

.socialicons a{
  color: rgb(160, 160, 160);
  font-size: larger;
  margin:0px 5px;
}

.navigation a{
  color: rgb(160, 160, 160);
}

.location .link a {
  cursor: pointer;
  color: rgb(255, 255, 255);
  text-decoration: none;
}

.link a:hover{
	color: black;
}

a.quote{
	font-size: 29px;
	color: black;
	margin-top: 50px;
	font-weight: 500;
}

a.name{
	font-size: 18px;
	line-height: 46px;
}


a.image{
	width: 50%;
	margin-top: 0px;
	padding-top: 0px;
}

.owl-carousel .owl-item img{
	width: 200px;
	margin: 0px 0px 50px 0px;
}


.logo-container{
	width: 100%;
}

.logo-container a{
	width:100px;
	height: 100px;
	display: block;
	margin: 0 auto;
	margin-top: 20px;
	background: url("/img/logo.png") center center no-repeat; 
	background-size: 90%;
}

.mobilelogo{
	background: url("/img/logo.png") center center no-repeat; 
	background-size: 90%;
	width:100px;
	height: 100px;
	margin: 0 auto;
	clear: both;
	display: none;
}


#primary-navigation{
	float: none;
}
#primary-navigation ul{
	width: 100%;
	text-align: center;
}

#primary-navigation li a {
    padding: 0px 20px;
}

#primary-navigation ul li{
	display: inline-block;
	float: none;
}

#primary-navigation ul li a{
	text-decoration: none;
}

#primary-navigation ul li.current-menu-item a{
	color: #0d0754;
	text-decoration: none;
}

.content-a{
	max-width: 60%;
	text-align: center;
}

.content-b{
	max-width: 60%;
}

.content-c{
	max-width: 50%;
	text-align: center;	
}

.content-d{
	max-width: 60%;
	min-height: 90px;
}
/*miyamoto start
*/

.img_animationwrap{
	width: 100%;
	background-size: cover !important;
	background-position: center center;
	position: relative;
}

.img_animationwrap .img_overlay{
	position: absolute;
	width: 100%;
	height: 100%;
	top:0px;
	background: rgba(255,255,255,0.8);
	padding:22px;
	text-align: center;
	display: none;
}

.img_animationwrap .img_overlay h2{
	color: black;
	padding-top:30px;
	font-size: 24px;
}

.img_animationwrap .img_overlay p{
	color: black;

}

.img_animationwrap .img_overlay .tempura{
	display: block;
	width: 100%;
	height: 100%;
	border:1px solid black;
	padding:0px 20px;
	cursor: pointer;
}



.img_animationwrap .square_bg{
  position: absolute;
  bottom: 60px;
  width: calc(100% - 80px);
  margin: 0px 40px;
  background:none;
  border:1px solid white;
  height: 60px;
  padding: 7px;
}

.img_animationwrap .square_bg h2{
	margin: 0px;
	width: 100%;
	background:white;
	padding:0px;
  font-size: 20px;
  line-height: 44px;
}

.next img {
  position: absolute;
  bottom: 6%;
  right: 46%;
}


iframe{
	margin-top: 100px;
	margin-bottom: 50px;
}

.section.footer .container {
    padding: 10px 0px;
}

.navigation ul {
    padding: 0px;
}

/*miyamoto end
*/
@media screen and (max-width: 780px){
	.content-c{
		max-width: 80%;
		text-align: center;	
	}
	.menu .column.small-12 {
	  width: 100%;
	  padding: 0px 159px;
	}	

	.column.small-12{
		width:100%;
		padding:0px 15px;
	}
}

@media screen and (max-width: 640px){
	.menu .column.small-12 {
	  width: 100%;
	  padding: 0px 60px;
	}	
}

figure.column img {
  max-width:100%;
  display:block;
  float: left;
  margin-right: 10px;
}

.valign-parent {
  display: table;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position:relative;
}

.valign-child {
  display: table-cell;
  text-align: center;
  vertical-align: bottom;
  padding-bottom: 2%;
}
.valign-child .reserveol_bg{
	margin: 0px;
	border-color: rgba(255, 255, 255, 0.8);
}

.valign-child .reserveol_bg a.button{
	background: rgba(255, 255, 255, 0.8);
	color: #5C5C5C;
}


.homeslider{
	display: none;
	position:absolute;
	height: 100%;
	width: 100%;
	z-index: -1;
	background-size: cover;
	background-position: center center;
}

.homeslider#slide-1{
	display: block;
}

.topnews{
	margin: 15px 0px 10px 0px;
}

.topnews span{
	font-family: 'Open Sans';
    font-size: 14px;
    line-height: 1px;
    font-weight: 100;
    padding-bottom: 0px;
    margin-bottom: 0px;
    color: #9FA0A0;
}

.topnews p{
    font-size: 20px;
	margin: 5px 0px;    
}
   
    
.section.circle_panel{
	height: 100%;
	width: 100%;
	background-size:cover;
	overflow: hidden;
}

.section.header {
  position: relative;
  background-color: white;
  z-index: 1;
}

.circlewrap{
	position: relative;
}

.circleol_bg {
    position: absolute;
    top: 55%;
    margin-top: -260px;
    right: 170px;
}

.circle_bg{
	background: url(/img/background.png);
	opacity: 0.9;
	width: 500px;
	height: 500px;
	text-align: center;
	margin: 13px;
}

.circle_panel:last-child a.next{
	display: none;
}	

.circleol_bg{
	float: right;
	width: 530px;
	height: 530px;
	text-align: center;
}

.welcome{
	padding-top: 135px;
	margin: 0px 50px;
	font-size: 21px;
	line-height: 50px;
}

.circle_text{
	padding-top: 40px;
}

.circle_text h3{
	text-align: center;
}

.circle_text p{
	text-align: center;
	margin: 0px 70px;
	font-size: 17px;

}
.site-content .post{
	border-top: 1px solid #ccc;
	 padding: 20px 0px 40px;
}

.site-content .post:first-child{
	border-top: 0px solid #ccc;
}

.hide{
	display: none;
}

/* Sen かえたー 0609*/
html{
	height: 100%;
}
body{
	height:100%;
}

.mainimage {
	height: calc(100% - (174px));
	background-position: center;
	background-size:cover;
	position:relative;
	overflow: hidden;
}
	.mainimage.hero {
		height: 500px;
	}

.top{
	height: calc(100% - (348px)) ;
	background-position: center;
	background-size:cove
}


/* Sen end*/

.column p{
	font-size: 15px;
    line-height: 22px;
}


.tempura{
	display: block;
	width: 100%;
	height: 200px;
}

.square_bg h2{
	color: gray;
}

/*--------------*/
/***** menu *****/
/*--------------*/

/* Common style */
.grid figure {
	display: block;
	position: relative;
	float: left;
	overflow: hidden;
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: auto;
	background: #3085a3;
	text-align: center;
	cursor: pointer;
}

.grid figure img {
	height: 100%;
	opacity: 0.8;
}

.grid figure figcaption {
	padding: 2em;
	color: #fff;
	text-transform: uppercase;
	font-size: 1.25em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}



.grid figure figcaption,
.grid figure figcaption > a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.grid .column {
  position: relative;
}


/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.grid figure figcaption > a {
	z-index: 1000;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
}

.grid figure h2 span {
	font-weight: 800;
}


.grid figure p {
	letter-spacing: 1px;
	font-size: 68.5%;
}

.relatedicon img {
  width: 27%;
}

/*---------------*/
/***** Ming *****/
/*---------------*/


figure.effect-ming {
	background: #030c17;
}

figure.effect-ming img {
	opacity: 0.9;
	-webkit-transition: opacity 0.35s;
	transition: opacity 0.35s;
}

figure.effect-ming figcaption::before {
	position: absolute;
	top: 30px;
	right: 30px;
	bottom: 30px;
	left: 30px;
	border: 1px solid #fff;
	box-shadow: 0px rgba(255,255,255,0.2);
	content: '';
	opacity: 1;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: scale3d(1.4,1.4,1);
	transform: scale3d(1.4,1.4,1);
}

figure.effect-ming h2 {
	margin: 20% 0 10px 0;
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
}

figure.effect-ming p {
	padding: 2em;
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: scale(1.5);
	transform: scale(1.5);
	color: #FFF;
	font-size: 12px;
	line-height: 20px;
}



figure.effect-ming:hover figcaption::before,
figure.effect-ming:hover p {
	opacity: 1;
	-webkit-transform: scale3d(1,1,1);
	transform: scale3d(1,1,1);
}

figure.effect-ming:hover figcaption {
	background-color: rgba(58,52,42,0);
}

figure.effect-ming:hover img {
	opacity: 0.4;
}



.grid figure h2 {
	font-size: 18px;
	text-align: center;
	margin: 0px;
	padding: 5px;
	color: #7D7D7D;	
}

.square_bg{
	background: #FFF;
	width: 248px;
	height: 44px;
	text-align: center;
	margin: 6px;
}

.squareol_bg{
	border: solid 1px;
	border-color: #FFF;
	height: 58px;
	text-align: center;
	position: absolute;
	bottom: 50px;
	width: calc(100% - 4em);
}

figure:hover .squareol_bg{
	border: solid 0px;
		position: static;
}

figure:hover .square_bg{
	background: transparent;
}

figure:hover h2{
	color: #FFF;
	width: 100%;
	text-align: center;
}
figure:hover .squareol_bg
figure:hover .square_bg{
	width: 100%;
}



/*--------------*/



/*---------------------*/
/***** reservation *****/
/*---------------------*/
.button{
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  color: #ffffff;
  font-size: 18px;
  background: #AEA7AB;
  padding: 20px 60px 20px 60px;
  text-decoration: none;
  letter-spacing: 1px;
}


.button:hover {
  text-decoration: none;
}

.reserveol_bg{
	border: solid 1px;
	border-color: #AEA7AB;
	text-align: center;
	padding: 28px 0px;
	margin: 50px 0px 100px 0px;
	width: 315px;
}

.mapwrap{
	position:relative;
}

.mapwrap .location{
	/*--position:absolute;--*/
	z-index:100;
	padding:50px;
	background: #999;
	top: 80px;
	right: 60px;
}

.location{
	text-align: center;

}

.location h3{
	color: #FFF;
	font-size: 20px;
	letter-spacing: 2px;
	font-weight: 200;
	line-height: 10px;
	margin-bottom: 30px;
	margin-top: 0px;
}

.location p{
	color: #FFF;
	font-size: 15px;
	letter-spacing: 2px;
	line-height: 20px;
	margin-bottom: 5px;
	margin-top: 5px;
}

.close{
	float: right;
	font-family: sans-serif;
	font-size: 26px;
	margin: -25px;
	color: #C7C7C7;
	font-weight: 100;
}


.copyright p{
	font-size: 12px;
	float: left;
}

.copyright{
	margin-top: 7px;
}

.copyright img{
	width: 8%;
	float: left;
	margin-right: 11px;
}
/*---------------------*/

#map {
	width: 100%;
	height: 300px;
	margin-top: 60px;
}

.nav {
	position:fixed;
	top: 0;
	background-color: whtie;
}
.section.header.fixed{
	position: fixed;
	display: none;
	z-index: 1000;
}

@media screen and (max-width: 1070px){
	.copyright p{
	font-size: 10px;
	}
}

@media screen and (max-width: 920px){
	.copyright p{
	font-size: 9px;
	}
	.copyright img{
	width: 8%;
	}
}

@media screen and (max-width: 3000px){
	.welcome h3 {
	  font-family: 'Open Sans';
	  font-weight: 600;
	  text-transform: uppercase;
	  letter-spacing: 0.2em;
	  color: #333;
	  font-size: 24px;
	  line-height: 39px;
	  margin-top: 8px;
	  padding-top: 0px
	}
}

@media screen and (max-width: 1400px){
	.logo-container a {
	  width: 90px;
	  height: 90px;
	  display: block;
	  margin: 0px auto;
	  margin-top: 5px;
	  background: url("/img/logo.png") center center no-repeat;
	  background-size: 80%;
	}
	.section.footer .container {
	padding: 5px;
	}
	.top {
	  height: calc(100% - (284px));
	  background-position: center;
	  background-size: cover;
	}
	.relatedicon img{
		width: 18%;
	}
	.relatedrestaurant {
	  text-align: center;
	  padding-top: 7px;
	}
	.navigation ul{
	  padding: 0px;
	}	
	.mainimage.hero {
		height: 450px;
	}
	.mainimage {
	  height: calc(100% - (127px));
	  background-position: center;
	  background-size: cover;
	}
	.circle_bg {
	  background: url(/test/img/background.png);
	  opacity: 0.9;
	  width: 410px;
	  height: 410px;
	  text-align: center;
	  margin: 11px;
	}	
	.circleol_bg {
	  float: right;
	  width: 435px;
	  height: 435px;
	  text-align: center;
	}
	.circleol_bg {
	  position: absolute;
	  top: 50%;
	  margin-top: -218px;
	  right: 124px;
	}		

	.circle_text h3 {
	  font-family: 'Open Sans';
	  font-weight: 500;
	  text-transform: uppercase;
	  letter-spacing: 0.15em;
	  color: #333;
	  font-size: 18px;
	  line-height: 35px;
	  margin-top: -20px;
	}	
	.nav-menu{
	  margin-top: 0px;
	  margin-bottom: 10px;
	}
	.circle_text {
	  padding-top: 50px;
	}
	.circle_text p {
      font-family: 'Open Sans';
	  text-align: center;
	  margin: 0px 42px;
	  font-size: 15px;
	  line-height: 28px;
	}

}


@media screen and (max-width: 900px){
	.copyright p{
		font-size: 10px;
	}
	
	.top{
	height: calc(100% - (284px)) ;
	background-position: center;
	background-size:cove
}

}

@media (max-width: 3000px) {
	.socialicons{
		padding: 15px 0px;
	}
}

/* Media queries */
@media screen and (max-width: 50em) {
	.content {
		padding: 0 10px;
		text-align: center;
	}
	.grid figure {
		display: inline-block;
		float: none;
		margin: 10px auto;
		width: 100%;
	}
}


@media screen and (min-width: 781px){
	.section.header.fixed .logo-container{
		display: none;
	}
}




@media screen and (max-width: 780px){
	.navigation.display .mobilelogo{
		display: block;
	}

	.other h3 {
	    letter-spacing: 0.05em;
	    font-size: 11px;
	    line-height: 25px;
	}

	.circle_bg{
		background: url(/img/background.png);
		opacity: 0.7;
		width: 100%;
		height: 500px;
		text-align: center;
		margin: 0px;
	}

	.circleol_bg{
		float: right;
		width: 100%;
		height: 530px;
		text-align: center;
	    margin-right: -0px;
	    position: absolute;
	    right: 0%;
	    top: 80%;
	}

	.next img {
	  position: absolute;
	  bottom: 42%;
	  right: 48%;
	}	

	.welcome h3 {
	font-family: 'Open Sans';
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.2em;
	color: #333;
	font-size: 21px;
	line-height: 39px;
	margin-top: -30px;
	margin-bottom: 0px; 
	}

	.column p{
	font-size: 12px;
    line-height: 18px;
	}


	.circle_text p {
	text-align: center;
	margin: 15px 40px;
	font-size: 11px;
	line-height: 20px;
    color: #000;
	}

	.reserveol_bg{
		width: 70%;
		height: 70px;
		padding:5px;
	}

	.relatedicon img{
		width: 5%;
	}	

	.relatedrestaurant {
	  text-align: center;
	  padding-top: 0;
	}	

	.reserveol_bg .button{
		display: block;
		padding: 18px 0;
	}
	.mapwrap .location{
		position: static;
	}

	h1 {
	font-weight: 100;
	font-size: 2.1em;
	margin-top: 50px;
	margin-bottom: 5px;
	}

	.menudetail h1 {
	font-weight: 100;
	font-size: 26px;
	margin-top: -34px;
	margin-bottom: 20px;
	}

	.menudetail h2 {
	padding-top: 11px;
	font-size: 24px;
	line-height: 0px;
	}

	.menudetail h3 {
	font-size: 15px;
	}
	
	h2 {
	padding-top: 11px;
	font-size: 24px;
	line-height: 26px;
	}

	.logo-container a{
	width: 80px;
	height: 60px;
	display: block;
	margin: 0 auto;
	background: url("/img/logo_sm.png") center center no-repeat;
	background-size: 71%;
	}

	.mobile-nav-wrapper {
	padding-top: 0;}

	.mobile-nav, .mobile-nav:after, .mobile-nav:before {
  	width: 30px;
  	height: 3px;
  	display: block;
  	background: black;}

  	/* たした0608 */
  	.relatedrestaurant {
 		text-align: center;
 		padding: 0px;
 	}
	.socialicons{
		text-align: center;
		padding: 7px;
	}
	.copyright img{
	float: none;
	width: 6%;
	}
	.copyright{
	text-align: center;
	}
	.copyright p{
	text-align: center;
	float: none;
	font-size: 9px;
	}
	/* たした0608 */

	.mainimage {
	height: calc(100% - (60px)) ;
	overflow: hidden;
	}


	.top {
	height: calc(100% - (290px)) ;
	background-position: center;
	background-size:cover;
}

	.button{
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	color: #ffffff;
	font-size: 16px;
	background: #AEA7AB;
/*	padding: 20px 20px 20px 20px;
*/	text-decoration: none;
	letter-spacing: 1px;}

	.topnews p{
		font-size: 12px;
		margin:10px 0px;
	}

	p{
	font-size: 12px;
	line-height: 18px;
	}

	.menudetail p{
	font-size: 12px;
	line-height: 18px;
	}

	h3{
	margin:0 0 15px 0;
    font-size: 16px;
	}

	.entry-header h2 {
	padding-top: 28px;
	margin: 0px;
	font-size: 24px;
	line-height: 32px;}

	a.quote{
	font-size: 18px;
	color: black;
	margin-top: 50px;
	font-weight: 500;
	}

	.item h4 {
	    font-size: 16px;
	}

	a.name {
	font-size: 13px;
	line-height: 24px;}

	.owl-carousel .owl-item img {
	margin: 0 0 50px;
	width: 150px;}

	h2 span {
	    font-size: 17px;
	}
  	#map {
	width: 100%;
	height: 300px;}

	.copyright .column.small-12 {
	  width: 100%;
	  padding: 0px 25px;
	}

	.mainimage {
	  height: calc(100% - (60px));
	  background-position: center;
	  background-size: cover;
	  background-attachment: scroll;
	}
	
	.mainimage.hero{
	height:250px;
	}
	
	.section.circle_panel {
	height: 100%;
  	width: 100%;
  	background-size: cover;
  	background-attachment: scroll;
  	overflow: hidden;
  	}

  	.socialicons a{
  	color: rgb(160, 160, 160);
  	margin:0px 5px;
	}
}

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

	.top {
	height: calc(100% - (60px));
	background-position: center;
	background-size:cover;}
}

@media screen and (max-width: 400px){
	.entry-header h2 {
	font-size: 18px;
	line-height: 27px;}

	h2 {
	padding-top: 26px;
    margin: 0px;
    font-size: 18px;
    line-height: 30px;}

    .relatedicon img{
		width: 8%;
	}

	.content-d {
	max-width: 60%;
	min-height: 100px;
	}

	.topnews{
	margin: 15px 0px;
	}

	.top {
	height:calc(100% - (60px));
	background-position: center;
	background-size:cover;
	}
}
/* end Media queries */


/* footer */
.socialicons a{
	text-align: center;
	padding: 0px 3px;
}

.relatedrestaurant {
	text-align: center;
}


/* end footer */


.tempura img {
  width:100%;
}

.tempura .column {
  position: relative;
}
.tempura .column .client-logo {
  display:block;
  position: absolute;
  width:100%;
  height:100%;
  z-index: 9;
  background-size: 60%;
  background-repeat: no-repeat;
  background-position:  center center;
  background-color: rgba(0,0,0,0.8);
	-ms-transform: all .35s ease-out;
  -webkit-transition: all .35s ease-out;
  /* Safari<=6 Android<=4.3 */
  transition: all .35s ease-out;    
  opacity:0;
}



.fa {
  display: inline-block;
  font: normal normal normal 20px/1 FontAwesome;
  font-size: 22px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  padding: 0px;
}

.grid figure{
	margin: 0px;
}

.arrow{
	text-align: center;
	padding-top:50%;
	bottom:0;
}

.content-a{
	max-width: 80%;
}
.squareol_bg{
	width: calc(100% - 4em);
}
.square_bg{
	width: auto;
}


}

