@charset "UTF-8";
/*------------------------------------------------------
 共通
-------------------------------------------------------*/
section {
  padding-top: 70px;
  padding-bottom: 70px; }

@media screen and (max-width: 768px) {
  section {
    padding-top: 30px;
    padding-bottom: 30px; }

  section.item {
    padding-top: 0px;
    padding-bottom: 0px; } }
.effect-fade {
  opacity: 0;
  transform: translate(0, 45px);
  transition: all 500ms; }

.effect-fade.right {
  transform: translate(60px, 0);
  transition: all 1000ms; }

.effect-fade.left {
  transform: translate(-60px, 0);
  transition: all 1000ms; }

.effect-fade.effect-scroll {
  opacity: 1;
  transform: translate(0, 0); }

.effect .effect-fadein:nth-of-type(2) {
  -moz-transition-delay: 200ms;
  -webkit-transition-delay: 200ms;
  -o-transition-delay: 200ms;
  -ms-transition-delay: 200ms; }

.effect .effect-fadein:nth-of-type(3) {
  -moz-transition-delay: 400ms;
  -webkit-transition-delay: 400ms;
  -o-transition-delay: 400ms;
  -ms-transition-delay: 400ms; }

.effect .effect-fadein:nth-of-type(4) {
  -moz-transition-delay: 600ms;
  -webkit-transition-delay: 600ms;
  -o-transition-delay: 600ms;
  -ms-transition-delay: 600ms; }

.effect .effect-fadein:nth-of-type(5) {
  -moz-transition-delay: 800ms;
  -webkit-transition-delay: 800ms;
  -o-transition-delay: 800ms;
  -ms-transition-delay: 800ms; }

.effect .effect-fadein:nth-of-type(6) {
  -moz-transition-delay: 1000ms;
  -webkit-transition-delay: 1000ms;
  -o-transition-delay: 1000ms;
  -ms-transition-delay: 1000ms; }

.effect .effect-fadein:nth-of-type(7) {
  -moz-transition-delay: 1200ms;
  -webkit-transition-delay: 1200ms;
  -o-transition-delay: 1200ms;
  -ms-transition-delay: 1200ms; }

.effect .effect-fadein:nth-of-type(8) {
  -moz-transition-delay: 1400ms;
  -webkit-transition-delay: 1400ms;
  -o-transition-delay: 1400ms;
  -ms-transition-delay: 1400ms; }

.effect .effect-fadein:nth-of-type(9) {
  -moz-transition-delay: 1600ms;
  -webkit-transition-delay: 1600ms;
  -o-transition-delay: 1600ms;
  -ms-transition-delay: 1600ms; }

.effect .effect-fadein:nth-of-type(10) {
  -moz-transition-delay: 1800ms;
  -webkit-transition-delay: 1800ms;
  -o-transition-delay: 1800ms;
  -ms-transition-delay: 1800ms; }

.effect .effect-fadein:nth-of-type(11) {
  -moz-transition-delay: 2000ms;
  -webkit-transition-delay: 2000ms;
  -o-transition-delay: 2000ms;
  -ms-transition-delay: 2000ms; }

/*------------------------------------------------------
メインビジュアル
-------------------------------------------------------*/
#visual {
  z-index: 0; }
  #visual .inner {
    position: relative;
    overflow: hidden;
    max-height: 800px;
    max-width: 1400px;
    margin: 0 auto; }
    #visual .inner img {
      width: 100%;
      vertical-align: bottom; }
    #visual .inner:after {
      content: "";
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }

@media screen and (min-width: 1400px) {
  #visual .inner:after {
    background: -moz-linear-gradient(left, #FFF, rgba(255, 255, 255, 0) 7%, rgba(255, 255, 255, 0) 93%, #fff);
    background: -webkit-linear-gradient(left, #FFF, rgba(255, 255, 255, 0) 7%, rgba(255, 255, 255, 0) 93%, #fff);
    background: linear-gradient(left right, #FFF, rgba(255, 255, 255, 0) 7%, rgba(255, 255, 255, 0) 93%, #fff); } }
/*------------------------------------------------------
お問合せ
-------------------------------------------------------*/
section.contact {
  background: #F2F2E9; }
  section.contact .c-menu {
    border-bottom: 2px solid #603813;
    border-top: 2px solid #603813;
    padding: 0.5em;
    text-align: center; }
    section.contact .c-menu a {
      display: inline-block;
      text-decoration: none;
      color: #603813;
      font-weight: bold;
      padding: 0.4em;
      font-size: 50px; }
      section.contact .c-menu a img {
        vertical-align: bottom;
        margin-right: 0.2em;
        margin-bottom: 0.2em; }
      @media screen and (max-width: 768px) {
        section.contact .c-menu a {
          font-size: 40px; }
          section.contact .c-menu a img {
            width: 40px; }
          section.contact .c-menu a span {
            display: none; } }
  section.contact nav a {
    display: block;
    font-weight: bold;
    color: #fff;
    background: #00AB95;
    text-decoration: none;
    font-size: 20px;
    border-radius: 0.6em;
    border: 2px solid #00AB95;
    padding: 2em 10px 3em 10px;
    height: 100%;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all  0.3s; }
    section.contact nav a.dark {
      border: 2px solid #008874;
      background: #008874; }
    section.contact nav a:after {
      content: "";
      display: inline-block;
      position: absolute;
      left: 50%;
      bottom: 2em;
      margin-left: -0.4em;
      width: 0.8em;
      height: 0.8em;
      border-top: 0.3em solid #FFF;
      border-right: 0.3em solid #FFF;
      -webkit-transform: rotate(135deg);
      transform: rotate(135deg);
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all  0.3s; }
    section.contact nav a:hover {
      background: #fff;
      color: #00AB95; }
      section.contact nav a:hover.dark {
        color: #008874; }
      section.contact nav a:hover:after {
        border-top: 0.3em solid #00AB95;
        border-right: 0.3em solid #00AB95; }
    @media screen and (max-width: 768px) {
      section.contact nav a {
        font-size: 14px;
        padding: 2em 5px 3em 5px; } }
  @media screen and (max-width: 768px) {
    section.contact nav .col-4 {
      padding: 5px; } }

/*------------------------------------------------------
さぬきのめざめのこと
-------------------------------------------------------*/
section.mezame {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  color: #fff;
  padding: 0; }
  section.mezame .inner {
    background: rgba(0, 0, 0, 0.2);
    padding: 8% 0 4% 0; }
  section.mezame h2 {
    font-size: 70px;
    margin-bottom: 30%; }
  section.mezame p {
    font-size: 28px;
    line-height: 1.8; }
  @media screen and (max-width: 768px) {
    section.mezame .inner {
      background: rgba(0, 0, 0, 0.3); }
    section.mezame h2 {
      font-size: 50px;
      margin-bottom: 20%; }
    section.mezame p {
      font-size: 16px; } }

section.mezame-about {
  background: #F2F2E9; }
  section.mezame-about .read p {
    margin: 0 1em; }
  section.mezame-about p.normal {
    line-height: 1.7; }
  section.mezame-about .aspara-frame {
    text-align: right;
    padding: 50px 0; }
    section.mezame-about .aspara-frame .a50 {
      width: 80%;
      display: inline-block;
      position: relative; }
    section.mezame-about .aspara-frame .a25 {
      width: 40%;
      display: inline-block;
      position: relative; }
    section.mezame-about .aspara-frame img {
      width: 100%; }
      section.mezame-about .aspara-frame img.a25cm {
        width: 120px;
        position: absolute;
        top: -30px;
        left: -140px; }
      section.mezame-about .aspara-frame img.a50cm {
        width: 120px;
        position: absolute;
        top: -30px;
        left: -140px; }

@media screen and (max-width: 768px) {
  section.mezame-about {
    position: relative; }
    section.mezame-about .read {
      position: relative;
      z-index: 1; }
      section.mezame-about .read p {
        margin-right: 70px;
        font-size: 14px;
        margin-left: 0; }
      section.mezame-about .read img.aspara {
        width: 150px;
        margin-bottom: 30px; }
    section.mezame-about .aspara-frame {
      position: absolute;
      top: 0;
      left: 0;
      text-align: right;
      z-index: 0;
      padding: 0;
      overflow: hidden;
      width: 100%;
      height: 100%; }
      section.mezame-about .aspara-frame .a50 {
        width: 600px;
        display: inline-block;
        position: absolute;
        top: 280px;
        right: -265px;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg); }
      section.mezame-about .aspara-frame .a25 {
        width: 350px;
        top: 280px;
        right: -110px;
        display: inline-block;
        position: relative;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg); }
      section.mezame-about .aspara-frame img.a25cm {
        width: 60px;
        position: absolute;
        top: 15px;
        left: -30px;
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg); }
      section.mezame-about .aspara-frame img.a50cm {
        width: 60px;
        position: absolute;
        top: 25px;
        left: 0px;
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg); } }
/*------------------------------------------------------
こだわりのアスパラの寝床
-------------------------------------------------------*/
section.kodawari {
  background: -webkit-gradient(radial, center center, 0, center center, 100, from(#F6DEB1), to(#F6CF9B));
  background: -webkit-radial-gradient(center, circle cover, #F6DEB1, #F6CF9B);
  background: -moz-radial-gradient(center, circle cover, #F6DEB1, #F6CF9B);
  background: -o-radial-gradient(center, circle cover, #F6DEB1, #F6CF9B);
  background: radial-gradient(#F6DEB1, #F6CF9B);
  position: relative; }
  section.kodawari:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-image: url("../img/top/bg.png"); }
  section.kodawari h2 {
    font-size: 50px; }
  section.kodawari h3 {
    font-size: 30px; }
  section.kodawari img {
    width: 90%;
    margin-bottom: 20px; }
  section.kodawari p {
    font-size: 18px;
    line-height: 1.8;
    letter-spacing: 0.2em; }
  @media screen and (max-width: 768px) {
    section.kodawari h2 {
      font-size: 30px; }
    section.kodawari h3 {
      font-size: 20px; }
    section.kodawari img {
      width: 70%; }
    section.kodawari p {
      font-size: 14px;
      line-height: 1.6;
      letter-spacing: 0; } }

/*------------------------------------------------------
あすぱら屋しげのこと
-------------------------------------------------------*/
section.about-shige {
  background: #F2F2E9; }
  section.about-shige img.face {
    max-width: 320px;
    width: 100%; }
  section.about-shige p {
    font-size: 18px;
    line-height: 1.8;
    letter-spacing: 0.1em; }
  @media screen and (max-width: 768px) {
    section.about-shige h2 {
      margin-top: 20px; }
    section.about-shige p {
      font-size: 14px;
      line-height: 1.6;
      letter-spacing: 0; }
    section.about-shige .col-md-4 {
      overflow: hidden;
      height: 200px;
      text-align: center; }
      section.about-shige .col-md-4 img {
        width: 200px; } }
