/*
 * -- BASE STYLES --
 * Most of these are inherited from Base, but I want to change a few.
 */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

body {
  line-height: 1.5em;
  color: #555555;
  background: url(../img/back.png); }

h1,
h2,
h3,
h4,
h5,
h6,
label {
  color: #003f96; }

.mgt3em {
  margin: 3em 0 0 0; }

.clearfix:after {
  content: "";
  display: block;
  clear: both; }

.center {
  display: block;
  margin: 0 auto; }

.text-right {
  text-align: right; }

.hidden {
  display: none; }

.header {
  position: fixed;
  display: block;
  width: 100%;
  background: #fff;
  z-index: 9;
  text-align: center;
  padding: 0;
  top: 0;
  border-bottom: 1px solid #eeeeee; }
  .logo {
    float: left;
    margin: 10px 0 0 0; }

  .menu {
    float: right;
    z-index: 70;
    padding: 0;
    margin: 0; }
/*------------------------------------*\
    Flaunt JS Navigation
\*------------------------------------*/
    .nav {
      float: right;
      display: inline-block; }

    .nav-list {
      text-align: left; }

    .nav-item {
      float: left;
      *display: inline;
      zoom: 1;
      position: relative; }
      .nav-item a {
        display: block;
        padding: 15px 20px;
        color: #003f96;
        text-decoration: none;
        font-weight: bold; }
      .nav-item > a:hover {
        color: #fff;
        background: #003f96; }
      .nav-item:hover .nav-submenu {
        display: block; }

/* Mobile navigation */
    .nav-mobile {
      display: none;
      /* Hide from browsers that don't support media queries */
      cursor: pointer;
      position: absolute;
      top: 0;
      right: 0;
      background: #003f96 url(../img/nav.gif) no-repeat center center;
      background-size: 18px;
      height: 53px;
      width: 53px; }

/* Mobile navigation, clickable area for revealing <ul> */
    .nav-click {
      position: absolute;
      top: 0;
      right: 0;
      display: none;
      border-left: 1px solid #8B2870;
      height: 49px;
      width: 50px;
      cursor: pointer; }
      .nav-click i {
        display: block;
        height: 48px;
        width: 48px;
        background: url(../img/drop.svg) no-repeat center center;
        background-size: 20px; }
      .nav-click:hover {
        background-color: #6E1656; }

    .nav-rotate {
      -webkit-transform: rotate(180deg);
      -moz-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
      -o-transform: rotate(180deg);
      transform: rotate(180deg); }



.pdt40{
  padding-top: 40px;
}
.left-box{
	float:left;
}
.right-box{
	float:right;
}
.mgL20{
	margin:0 0 0 20px;
}
	
.block{
	margin:0 0 30px 0;
	}
.block--maguro{
	position:relative;
}
.block--hot-soup{
	background:url(../../yasaiwomotto/img/hot-soup__back.gif);
}


.text-up{
    z-index: 100;
}
.block--maguro__img-3{
	position: absolute;
	right: 0px;
	bottom: -1px;
  z-index: 0;
}

.block--op{
	background:#FFFBEC;
	padding:15px 0;
	border:solid 1px #FFEFBF;
}

.product__title1{
  text-align:center;
  border-bottom:solid 1px #ccc;
}
iframe{
width:100% !important;
}
.iframeBox{
position:relative;
width:100%;
}
.iframeBox iframe{
position:absolute;
top:0;
left:0;
width:100% !important;
height:100% !important
}

/*------------------------------------*\
    Media Queries
\*------------------------------------*/
    @media only screen and (max-width: 48em) {
      .nav-mobile {
        display: block; }
.top-btn{
  display: none;
}
      .nav {
        width: 100%; }

      .nav-list {
        display: none; }

      .nav-item {
        width: 100%;
        float: none;
        text-align: center; }
        .nav-item > a {
          padding: 15px; }

      .nav-click {
        display: block; }

      .nav-mobile-open {
        border-radius: 5px 5px 0 0;
        -webkit-border-radius: 5px 5px 0 0;
        -moz-border-radius: 5px 5px 0 0; }

      .nav-item:hover .nav-submenu {
        display: none; }

      .nav-submenu {
        position: static;
        width: 100%; } }

.section {
  padding: 1em; }
  .section--toppage {
    padding: 60% 0 0 0;
	position:relative;
    background: url(../../img/intro-back.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover; }
	.section--toppage__btn{
	position: absolute;
	top: 135px;
	right: 124px;
	width: 517px;
	height: 559px;
}
  .section--first {
    margin: 100px 0 0 0; }

.info {
  margin: 0 1em 3em 1em;
  padding: 1em;
  background: #fff;
  border: 1px solid #003f96;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px; }

#brand {
  background: url(../../img/brand-back.png) no-repeat bottom right;
  background-size: contain;
  bottom: 0;
  right: 0; }
  #brand .op-title {
    padding: 5px 0; }

.inner {
  width: 100%;
  max-width: 1200px;
  overflow: hidden;
  margin: 0 auto;
  position: relative; }
  .inner--section2 {
    padding-top: 50px; }
.l-box {
  padding: 1em; }

.title-home {
  font-size: 50px;
  text-align: center;
  line-height: 80%;
  font-family: 'Overlock', cursive; }
  .title-home--small {
    font-family: 'Hiragino Mincho ProN', serif;
    font-weight: bold;
    font-size: 18px;
    letter-spacing: 0.4em;
    color: #e2007e; }

.photoframe {
  background: #fff;
  padding: 6px;
  border: 1px solid #eeeeee;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px; }

.future-list {
  list-style: none;
  font-weight: bold; }

.timetable {
  text-align: left;
  vertical-align: top; }
  .timetable th {
    padding: 0 1em 0 0; }
.obaS{
	display:none;
	}
.photoframe {
  background: #fff;
  padding: 6px;
  border: 1px solid #eeeeee;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px; }
.media{
  background:#fff;
  border: 3px solid #C3A67C;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}

.t-l-border{
  border-right: 2px solid #C3A67C;
  border-bottom: 2px solid #C3A67C;
}
.b-r-border{
  border-left: 2px solid #C3A67C;
  border-top: 2px solid #C3A67C;
}
/*
 * -- PURE BUTTON STYLES --
 * I want my pure-button elements to look a little different
 */
.pure-table {
  width: 100%; }

.footer {
  border-top: 1px solid #eeeeee;
  background: #fff;
  margin: 50px 0 0 0; }
  .copyright {
    text-align: right; }
@media screen and (max-width: 48em) {
  .embed-container {
    display: none !important; }

  .pure-button {
    text-align: center; }

  h3 {
    text-align: center; }

  .mgt3em {
    margin: 0; }

  #brand {
    background: none; }

  .section--toppage {
    background: none;
    padding: 30px 0 0 0; }

  .hidden {
    display: block; } 
.obaL{
	display:none;
}
.obaS{
	display:block;
	}

	}
@media screen and (min-width: 768px) {
  #shop .pure-g{
    display: flex;
  }
}