@charset "UTF-8";
/* ====================================================
reset style
==================================================== */
html {
  overflow-y: scroll;
  font-size: 10px;
  /* Base font size, change to 14px or 16px if needed */
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0; }

* {
  box-sizing: border-box; }

main {
  display: block; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

fieldset, img {
  border: 0; }

img {
  max-width: 100%;
  vertical-align: middle; }

address, caption, cite, code, dfn, em, th, var {
  font-style: normal;
  font-weight: normal; }

strong {
  font-weight: bold; }

ul li {
  list-style: none; }

ol {
  counter-reset: number; }
  ol li {
    display: list-item; }
    ol li:before {
      counter-increment: number;
      content: counter(number) ". "; }

caption, th {
  text-align: left; }

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal; }

q:before, q:after {
  content: ''; }

abbr, acronym {
  border: 0;
  font-variant: normal; }

sup {
  vertical-align: text-top; }

sub {
  vertical-align: text-bottom; }

input, textarea, select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit; }

a {
  text-decoration: none; }

/*to enable resizing for IE*/
input, textarea, select {
  *font-size: 100%; }

/*because legend doesn't inherit in IE */
legend {
  color: #000; }

del, ins {
  text-decoration: none; }

/* ====================================================
Font
==================================================== */
@font-face {
  src: url("../fonts/Esteban-Regular.ttf");
  font-family: Esteban, serif; }

@font-face {
  src: url("../fonts/Montserrat-Regular.ttf");
  font-family: Montserrat, sans-serif; }

/* ====================================================
Position & transform
==================================================== */
/* ====================================================
Color
==================================================== */
/* ====================================================
Misc
==================================================== */
/* ====================================================
Font
==================================================== */
@font-face {
  src: url("../fonts/Esteban-Regular.ttf");
  font-family: Esteban, serif; }

@font-face {
  src: url("../fonts/Montserrat-Regular.ttf");
  font-family: Montserrat, sans-serif; }

/* ====================================================
Position & transform
==================================================== */
/* ====================================================
Color
==================================================== */
/* ====================================================
Misc
==================================================== */
/* ====================================================
Base style & container
==================================================== */
body {
  color: #444444;
  font-size: 100%;
  line-height: 1.4;
  font-family: " 游ゴシック体", "Yu Gothic", "YuGothic", " ヒラギノ角ゴPro", "Hiragino Kaku Gothic Pro", Osaka, "Meiryo", " メイリオ", "MS P ゴシック", Arial, Helvetica, Verdana, sans-serif; }

.container {
  display: block;
  margin: 0 auto;
  width: 960px;
  padding: 0 20px; }

.bg-main {
  background-color: #ecf0e4; }

/* ====================================================
Float & clear
==================================================== */
.clearfix {
  *zoom: 1; }
  .clearfix:before {
    display: table;
    content: ''; }
  .clearfix:after {
    display: table;
    content: '';
    clear: both; }

/* ====================================================
Header & footer
==================================================== */
#main-header {
  display: block;
  height: 175px;
  background-color: #fff;
  position: relative;
  z-index: 10; }
  #main-header .tools-box {
    position: absolute;
    width: 100%;
    right: 0;
    top: 20px;
    z-index: 9999; }
    #main-header .tools-box .fa {
      color: #4d4d4d; }
    #main-header .tools-box a {
      display: inline-block;
      -webkit-transition: all 0.5s ease;
      transition: all 0.5s ease; }
      #main-header .tools-box a:hover {
        opacity: 0.7;
        filter: alpha(opacity=70);
        -ms-filter: "alpha(opacity=70)";
        -moz-opacity: 0.7;
        -khtml-opacity: 0.7;
        text-decoration: none; }
  #main-header .bottom-menu {
    display: flex;
    justify-content: space-between;
    position: relative;
    padding-top: 110px; }
    #main-header .bottom-menu .logo {
      position: absolute;
      left: 50%;
      -webkit-transform: translateX(-50%);
      -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      -o-transform: translateX(-50%);
      transform: translateX(-50%);
      bottom: -100px; }
      #main-header .bottom-menu .logo a img {
        -moz-transition: all 0.4s ease;
        -o-transition: all 0.4s ease;
        -webkit-transition: all 0.4s ease;
        -ms-transition: all 0.4s ease;
        transition: all 0.4s ease; }
        #main-header .bottom-menu .logo a img:hover {
          -moz-transform: translate(0, 2px);
          -o-transform: translate(0, 2px);
          -ms-transform: translate(0, 2px);
          -webkit-transform: translate(0, 2px);
          transform: translate(0, 2px); }
    #main-header .bottom-menu .page-links {
      display: flex;
      justify-content: space-around;
      width: calc(50% - 121px); }
      #main-header .bottom-menu .page-links li {
        text-align: center;
        position: relative; }
        #main-header .bottom-menu .page-links li:hover p {
          opacity: 0.7;
          filter: alpha(opacity=70);
          -ms-filter: "alpha(opacity=70)";
          -moz-opacity: 0.7;
          -khtml-opacity: 0.7;
          text-decoration: none; }
        #main-header .bottom-menu .page-links li p.lang-jp {
          color: #000000;
          font-weight: bold;
          font-family: " ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", 游明朝, YuMincho, HG 明朝 E, "ＭＳ Ｐ明朝 ", "ＭＳ 明朝 ", serif;
          letter-spacing: 3px;
          font-size: 16px;
          font-size: 1.6rem;
          -webkit-transition: all 0.5s ease;
          transition: all 0.5s ease; }
        #main-header .bottom-menu .page-links li p.lang-en {
          color: #789023;
          letter-spacing: 1px;
          text-transform: uppercase;
          font-size: 10px;
          font-size: 1rem;
          font-family: Esteban, serif;
          -webkit-transition: all 0.5s ease;
          transition: all 0.5s ease; }
        #main-header .bottom-menu .page-links li .child-menu {
          display: block;
          visibility: hidden;
          opacity: 0;
          -webkit-transition: all .3s ease;
          -moz-transition: all .3s ease;
          -ms-transition: all .3s ease;
          -o-transition: all .3s ease;
          transition: all .3s ease;
          -webkit-backface-visibility: hidden;
          background-color: #fff;
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
          border-radius: 10px;
          padding: 0 15px;
          position: absolute;
          top: calc(100% + 15px);
          left: 50%;
          -webkit-transform: translateX(-50%);
          -moz-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
          -o-transform: translateX(-50%);
          transform: translateX(-50%); }
          #main-header .bottom-menu .page-links li .child-menu li {
            border-bottom: 1px dotted #808080;
            padding: 10px 0; }
            #main-header .bottom-menu .page-links li .child-menu li:hover a {
              opacity: 0.7;
              filter: alpha(opacity=70);
              -ms-filter: "alpha(opacity=70)";
              -moz-opacity: 0.7;
              -khtml-opacity: 0.7;
              text-decoration: none; }
            #main-header .bottom-menu .page-links li .child-menu li:last-child {
              border-bottom: none; }
            #main-header .bottom-menu .page-links li .child-menu li a {
              font-weight: bold;
              font-size: 15px;
              font-size: 1.5rem;
              font-family: " ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", 游明朝, YuMincho, HG 明朝 E, "ＭＳ Ｐ明朝 ", "ＭＳ 明朝 ", serif;
              color: #000;
              letter-spacing: 2px;
              white-space: nowrap;
              -webkit-transition: all 0.5s ease;
              transition: all 0.5s ease; }
        #main-header .bottom-menu .page-links li:hover .child-menu {
          visibility: visible;
          opacity: 1;
          -webkit-transition: all .3s ease;
          -moz-transition: all .3s ease;
          -ms-transition: all .3s ease;
          -o-transition: all .3s ease;
          transition: all .3s ease;
          -webkit-backface-visibility: hidden; }
  #main-header.header-index {
    height: 190px; }
    #main-header.header-index .bottom-menu {
      padding-top: 30px; }
      #main-header.header-index .bottom-menu .logo {
        position: absolute;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%);
        top: -150px; }
        #main-header.header-index .bottom-menu .logo a img {
          -moz-transition: all 0.4s ease;
          -o-transition: all 0.4s ease;
          -webkit-transition: all 0.4s ease;
          -ms-transition: all 0.4s ease;
          transition: all 0.4s ease; }
          #main-header.header-index .bottom-menu .logo a img:hover {
            -moz-transform: translate(0, 2px);
            -o-transform: translate(0, 2px);
            -ms-transform: translate(0, 2px);
            -webkit-transform: translate(0, 2px);
            transform: translate(0, 2px); }

#main-footer {
  position: relative; }
  #main-footer .top {
    background-color: #789023;
    position: relative;
    padding: 45px 0 30px; }
    #main-footer .top:before {
      display: block;
      content: '';
      background: url("../images/others/wavve.png") repeat-x;
      height: 20px;
      width: 100%;
      background-size: 98px 100%;
      position: absolute;
      left: 0;
      top: -19px; }
    #main-footer .top .sitemap {
      display: flex;
      justify-content: center;
      padding-bottom: 80px; }
      #main-footer .top .sitemap li {
        display: block;
        text-align: center;
        border-left: 2px solid white;
        padding: 0 35px;
        position: relative; }
        #main-footer .top .sitemap li:last-child {
          border-right: 2px solid white; }
        #main-footer .top .sitemap li a {
          color: white;
          font-weight: bold;
          font-size: 13px;
          font-size: 1.3rem;
          -webkit-transition: all 0.5s ease;
          transition: all 0.5s ease; }
          #main-footer .top .sitemap li a:hover {
            opacity: 0.7;
            filter: alpha(opacity=70);
            -ms-filter: "alpha(opacity=70)";
            -moz-opacity: 0.7;
            -khtml-opacity: 0.7;
            text-decoration: none; }
        #main-footer .top .sitemap li .child-menu {
          display: block;
          position: absolute;
          left: 0;
          top: 100%;
          padding-top: 10px; }
          #main-footer .top .sitemap li .child-menu li {
            border: none;
            padding: 0 0 5px 35px;
            text-align: left; }
            #main-footer .top .sitemap li .child-menu li a {
              font-size: 11px;
              font-size: 1.1rem; }
    #main-footer .top .contact-info {
      display: flex; }
      #main-footer .top .contact-info .box {
        display: block; }
        #main-footer .top .contact-info .box.boxL {
          width: 65%; }
          #main-footer .top .contact-info .box.boxL .logo {
            float: left;
            padding-left: 50px;
            -webkit-transition: all 0.5s ease;
            transition: all 0.5s ease; }
            #main-footer .top .contact-info .box.boxL .logo:hover {
              opacity: 0.7;
              filter: alpha(opacity=70);
              -ms-filter: "alpha(opacity=70)";
              -moz-opacity: 0.7;
              -khtml-opacity: 0.7;
              text-decoration: none; }
          #main-footer .top .contact-info .box.boxL .info {
            float: left;
            padding-left: 50px; }
            #main-footer .top .contact-info .box.boxL .info .row {
              margin-bottom: 10px; }
              #main-footer .top .contact-info .box.boxL .info .row p {
                color: white !important;
                text-decoration: none;
                font-size: 12px;
                font-size: 1.2rem; }
                #main-footer .top .contact-info .box.boxL .info .row p strong {
                  line-height: 1.8;
                  font-size: 14px;
                  font-size: 1.4rem; }
        #main-footer .top .contact-info .box.boxR {
          width: 35%;
          display: flex;
          align-items: flex-end;
          justify-content: flex-end;
          padding-bottom: 15px; }
  #main-footer .bottom {
    padding: 20px 0; }
    #main-footer .bottom p {
      text-align: center;
      font-family: Esteban, serif;
      line-height: 40px;
      font-size: 13px;
      font-size: 1.3rem; }
      #main-footer .bottom p strong {
        font-family: " 游ゴシック体", "Yu Gothic", "YuGothic", " ヒラギノ角ゴPro", "Hiragino Kaku Gothic Pro", Osaka, "Meiryo", " メイリオ", "MS P ゴシック", Arial, Helvetica, Verdana, sans-serif;
        color: #000; }

/* ====================================================
Components
==================================================== */
#back-to-top {
  display: block;
  position: fixed;
  bottom: 15px;
  right: 15px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  -webkit-backface-visibility: hidden; }
  #back-to-top.display {
    visibility: visible;
    opacity: 1;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    -webkit-backface-visibility: hidden; }
  #back-to-top.remove-fixed {
    position: absolute;
    right: 15px;
    top: -100px; }
    #back-to-top.remove-fixed img {
      position: relative;
      bottom: 20px; }

.main-banner {
  position: relative; }
  .main-banner .slideshow {
    position: relative; }
    .main-banner .slideshow li .img img {
      width: 100%; }
    .main-banner .slideshow li .slide-text {
      display: block;
      position: absolute;
      left: 50%;
      top: 50%;
      -webkit-transform: translate(-50%, -50%);
      -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      -o-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      text-align: center; }
      .main-banner .slideshow li .slide-text p {
        display: inline-block;
        color: white;
        font-family: " ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", 游明朝, YuMincho, HG 明朝 E, "ＭＳ Ｐ明朝 ", "ＭＳ 明朝 ", serif;
        text-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
        letter-spacing: 5px; }
        .main-banner .slideshow li .slide-text p.top {
          font-size: 48px;
          font-size: 4.8rem;
          margin-bottom: 10px; }
        .main-banner .slideshow li .slide-text p.bottom {
          font-size: 20px;
          font-size: 2rem; }
  .main-banner.index-banner:after {
    display: block;
    content: '';
    background: url("../images/others/banner-overlay.png") no-repeat left bottom;
    height: 54px;
    width: 100%;
    background-size: 100% 100%;
    position: absolute;
    bottom: 0;
    left: 0; }
  .main-banner.index-banner .tools-box {
    position: absolute;
    width: 100%;
    z-index: 1;
    top: 20px; }
  .main-banner.index-banner li .slide-text {
    position: absolute;
    width: 100%;
    top: 35%;
    -webkit-transform: translateY(-35%);
    -moz-transform: translateY(-35%);
    -ms-transform: translateY(-35%);
    -o-transform: translateY(-35%);
    transform: translateY(-35%);
    left: 0;
    text-align: left; }
    .main-banner.index-banner li .slide-text p {
      display: inline-block;
      color: white;
      font-family: " ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", 游明朝, YuMincho, HG 明朝 E, "ＭＳ Ｐ明朝 ", "ＭＳ 明朝 ", serif;
      text-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
      border-bottom: 1px solid white; }
      .main-banner.index-banner li .slide-text p.top {
        font-size: 42px;
        font-size: 4.2rem;
        margin-bottom: 30px; }
      .main-banner.index-banner li .slide-text p.bottom {
        font-size: 30px;
        font-size: 3rem; }

.tools-box {
  text-align: right; }
  .tools-box .fa {
    font-size: 28px;
    font-size: 2.8rem;
    margin-left: 10px; }
  .tools-box a {
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease; }
    .tools-box a:hover {
      opacity: 0.7;
      filter: alpha(opacity=70);
      -ms-filter: "alpha(opacity=70)";
      -moz-opacity: 0.7;
      -khtml-opacity: 0.7;
      text-decoration: none; }

.intro.intro-index {
  background: url("../images/photos/intro-bg.png") no-repeat;
  background-size: cover;
  padding: 120px 0 90px; }
  .intro.intro-index .intro-ttl {
    position: relative; }
    .intro.intro-index .intro-ttl:before {
      display: block;
      content: '';
      background: url("../images/icons/heart-shape-white.png") no-repeat;
      width: 22px;
      height: 17px;
      background-size: 100% 100%;
      position: absolute;
      left: 50%;
      -webkit-transform: translateX(-50%);
      -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      -o-transform: translateX(-50%);
      transform: translateX(-50%);
      top: -50px; }
  .intro.intro-index .intro-content {
    padding-top: 40px; }
    .intro.intro-index .intro-content p {
      color: white;
      text-align: center;
      margin-bottom: 30px;
      font-size: 15px;
      font-size: 1.5rem;
      letter-spacing: 1px; }
  .intro.intro-index .btn-container {
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    padding-top: 40px; }
    .intro.intro-index .btn-container:hover {
      opacity: 0.7;
      filter: alpha(opacity=70);
      -ms-filter: "alpha(opacity=70)";
      -moz-opacity: 0.7;
      -khtml-opacity: 0.7;
      text-decoration: none; }

.images-slideshow {
  height: 270px; }
  .images-slideshow li {
    display: block;
    margin: 0 7px; }
    .images-slideshow li .img img {
      width: 100%; }
    .images-slideshow li .desc {
      padding-top: 5px;
      padding-left: 10px; }
      .images-slideshow li .desc p {
        font-weight: bold;
        font-size: 15px;
        font-size: 1.5rem; }

.intro-block {
  display: block;
  background: url("../images/others/intro-pig-bg.png") no-repeat center 80px; }
  .intro-block .desc {
    display: block;
    float: left;
    width: 62%;
    padding-top: 55px; }
    .intro-block .desc .intro-ttl h2 {
      text-align: left;
      line-height: 1.2;
      font-weight: bold;
      color: #000000; }
    .intro-block .desc .intro-content {
      padding-top: 40px; }
      .intro-block .desc .intro-content p {
        color: #444444;
        margin-bottom: 30px;
        font-size: 15px;
        font-size: 1.5rem; }
  .intro-block .img {
    display: block;
    float: right;
    width: 38%; }
    .intro-block .img img {
      width: 100%; }

.items-block {
  padding: 0 35px; }
  .items-block li {
    display: block;
    float: left;
    background-color: #fff;
    border-radius: 15px;
    width: 30%;
    margin-right: 5%;
    position: relative;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease; }
    .items-block li:hover {
      opacity: 0.7;
      filter: alpha(opacity=70);
      -ms-filter: "alpha(opacity=70)";
      -moz-opacity: 0.7;
      -khtml-opacity: 0.7;
      text-decoration: none; }
    .items-block li:after {
      display: block;
      content: '';
      width: calc(100% - 50px);
      height: 2px;
      background-color: #444444;
      position: absolute;
      left: 50%;
      -webkit-transform: translateX(-50%);
      -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      -o-transform: translateX(-50%);
      transform: translateX(-50%);
      bottom: 0; }
    .items-block li:nth-child(3n) {
      margin-right: 0; }
    .items-block li.ranking:before {
      display: block;
      content: '';
      position: absolute;
      top: -30px;
      left: -20px;
      z-index: 1; }
    .items-block li.ranking.rank-1:before {
      background: url("../images/icons/rank-01.png") no-repeat;
      background-size: 100% 100%;
      width: 89px;
      height: 61px; }
    .items-block li.ranking.rank-2:before {
      background: url("../images/icons/rank-02.png") no-repeat;
      background-size: 100% 100%;
      width: 89px;
      height: 61px; }
    .items-block li.ranking.rank-3:before {
      background: url("../images/icons/rank-03.png") no-repeat;
      background-size: 100% 100%;
      width: 89px;
      height: 61px; }
    .items-block li .img {
      text-align: center;
      padding: 35px; }
      .items-block li .img img {
        width: 100%; }
    .items-block li .desc {
      text-align: center;
      padding-bottom: 35px; }
      .items-block li .desc span {
        display: inline-block;
        font-family: " ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", 游明朝, YuMincho, HG 明朝 E, "ＭＳ Ｐ明朝 ", "ＭＳ 明朝 ", serif;
        color: #000000;
        font-size: 23px;
        font-size: 2.3rem;
        font-weight: bold;
        border-bottom: 5px solid #f7de21;
        line-height: 0.5;
        padding: 0 5px;
        letter-spacing: 3px; }

/* ====================================================
Typography
==================================================== */
.intro-ttl h2 {
  color: #444444;
  font-family: " ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", 游明朝, YuMincho, HG 明朝 E, "ＭＳ Ｐ明朝 ", "ＭＳ 明朝 ", serif;
  font-size: 40px;
  font-size: 4rem;
  text-align: center;
  letter-spacing: 3px; }

.intro-ttl.txt-white h2 {
  color: white; }
  .intro-ttl.txt-white h2 span {
    color: white; }

.intro-ttl.style-02 h2 {
  display: flex;
  align-items: center;
  font-family: Esteban, serif;
  font-size: 55px;
  font-size: 5.5rem;
  letter-spacing: 6px;
  color: #000000; }
  .intro-ttl.style-02 h2 span {
    font-family: " 游ゴシック体", "Yu Gothic", "YuGothic", " ヒラギノ角ゴPro", "Hiragino Kaku Gothic Pro", Osaka, "Meiryo", " メイリオ", "MS P ゴシック", Arial, Helvetica, Verdana, sans-serif;
    color: #789023;
    font-size: 15px;
    font-size: 1.5rem;
    padding-left: 45px;
    letter-spacing: 3px; }

.intro-ttl.style-02.txt-white h2 {
  color: white; }
  .intro-ttl.style-02.txt-white h2 span {
    color: white; }

.company-and-new .boxL .intro-ttl.style-02 h2 span {
  padding-left: 45px; }

.txt-white {
  color: white; }

.txt-center {
  text-align: center; }

/* ====================================================
Buttons, input, .etc
==================================================== */
/* ====================================================
Font
==================================================== */
@font-face {
  src: url("../fonts/Esteban-Regular.ttf");
  font-family: Esteban, serif; }

@font-face {
  src: url("../fonts/Montserrat-Regular.ttf");
  font-family: Montserrat, sans-serif; }

/* ====================================================
Position & transform
==================================================== */
/* ====================================================
Color
==================================================== */
/* ====================================================
Misc
==================================================== */
.dummy-slideshows {
  padding: 80px 0; }

.points {
  padding: 0 0 35px;
  margin-top: 90px;
  position: relative; }
  .points:before {
    display: block;
    content: '';
    background: url(../images/others/points-before.png) no-repeat;
    width: 60px;
    height: 40px;
    background-size: 100% 100%;
    position: absolute;
    top: 25px;
    left: 50%;
    transform: translateX(650%); }
  .points:after {
    display: block;
    content: '';
    background: url(../images/others/points-after.png) no-repeat;
    width: 60px;
    height: 40px;
    background-size: 100% 100%;
    position: absolute;
    right: 50%;
    bottom: -13px;
    transform: translateX(-650%); }
  .points .intro-ttl {
    position: relative;
    transform: translateY(-50%); }
  .points .btn-container {
    padding-top: 55px;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease; }
    .points .btn-container:hover {
      opacity: 0.7;
      filter: alpha(opacity=70);
      -ms-filter: "alpha(opacity=70)";
      -moz-opacity: 0.7;
      -khtml-opacity: 0.7;
      text-decoration: none; }

.company-and-new {
  padding: 130px 0 90px;
  position: relative; }
  .company-and-new:before {
    display: block;
    content: '';
    background: url("../images/others/company-news-stamp.png") no-repeat;
    width: 185px;
    height: 187px;
    background-size: 100% 100%;
    position: absolute;
    right: 50%;
    top: 0;
    transform: translate(250%, -40%); }
  .company-and-new .box {
    display: block;
    width: 48%; }
    .company-and-new .box.boxL {
      float: left; }
      .company-and-new .box.boxL .img {
        margin-bottom: 10px;
        -webkit-transition: all 0.5s ease;
        transition: all 0.5s ease; }
        .company-and-new .box.boxL .img:hover {
          opacity: 0.7;
          filter: alpha(opacity=70);
          -ms-filter: "alpha(opacity=70)";
          -moz-opacity: 0.7;
          -khtml-opacity: 0.7;
          text-decoration: none; }
    .company-and-new .box.boxR {
      float: right;
      -webkit-transition: all 0.5s ease;
      transition: all 0.5s ease; }
      .company-and-new .box.boxR:hover {
        opacity: 0.7;
        filter: alpha(opacity=70);
        -ms-filter: "alpha(opacity=70)";
        -moz-opacity: 0.7;
        -khtml-opacity: 0.7;
        text-decoration: none; }

.contact-block {
  padding: 60px 0;
  background: url("../images/photos/bg-contact.png") no-repeat;
  background-size: cover;
  margin-bottom: 140px; }
  .contact-block .intro-ttl {
    float: left; }
  .contact-block .btn-container {
    float: right;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease; }
    .contact-block .btn-container:hover {
      opacity: 0.7;
      filter: alpha(opacity=70);
      -ms-filter: "alpha(opacity=70)";
      -moz-opacity: 0.7;
      -khtml-opacity: 0.7;
      text-decoration: none; }

.red {
  color: #789022; }

.table-page table {
  width: 100%;
  background: #f8f9f9; }
  .table-page table tr {
    border-bottom: 1px solid #ccc; }
    .table-page table tr.bd-none {
      border-bottom: none; }
      .table-page table tr.bd-none th, .table-page table tr.bd-none td {
        padding-bottom: 0; }
    .table-page table tr:last-child.bd-none th, .table-page table tr:last-child.bd-none td {
      padding-bottom: 30px; }
    .table-page table tr:nth-child(4) td {
      width: 40%; }
    .table-page table tr th {
      background: #e1e2e2;
      font-weight: bold;
      padding: 30px 25px;
      width: 180px;
      vertical-align: top;
      letter-spacing: 2.6px;
      font-family: " 游ゴシック体", "Yu Gothic", "YuGothic", " ヒラギノ角ゴPro", "Hiragino Kaku Gothic Pro", Osaka, "Meiryo", " メイリオ", "MS P ゴシック", Arial, Helvetica, Verdana, sans-serif; }
    .table-page table tr td {
      padding: 30px 20px;
      padding-right: 0px;
      vertical-align: top;
      line-height: 1.5;
      letter-spacing: 2px;
      font-family: " 游ゴシック体", "Yu Gothic", "YuGothic", " ヒラギノ角ゴPro", "Hiragino Kaku Gothic Pro", Osaka, "Meiryo", " メイリオ", "MS P ゴシック", Arial, Helvetica, Verdana, sans-serif; }
      .table-page table tr td.pd-t {
        padding-top: 15px; }
      .table-page table tr td span.red {
        font-weight: bold; }
      .table-page table tr td.bd-left {
        border-left: 1px solid #ccc; }

.google-map {
  margin: 0 -20px; }
  .google-map .item {
    float: left;
    padding: 0 20px;
    width: 50%; }
    .google-map .item h3 {
      font-size: 20px;
      font-size: 2rem;
      font-weight: bold;
      margin-bottom: 10px; }
  .google-map .map_cavans {
    height: 330px !important;
    width: 100% !important;
    margin-top: 10px; }

.google-maps .item {
  float: left;
  padding: 0 20px;
  width: 50%; }
  .google-maps .item h3 {
    font-size: 20px;
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 10px; }

.google-maps .map_cavans_2 {
  height: 330px !important;
  width: 100% !important;
  margin-top: 10px; }

.page-company {
  font-size: 15px;
  font-size: 1.5rem; }
  .page-company .container {
    width: 1040px;
    padding: 0 20px; }
  .page-company section {
    padding: 50px 0; }
    .page-company section.main-banner {
      padding: 0; }
  .page-company .intro-block {
    background: none;
    padding-top: 30px; }
    .page-company .intro-block .container {
      background: url(../images/others/intro-pig-bg.png) no-repeat right 80px; }
      .page-company .intro-block .container .desc {
        width: 100%;
        padding-bottom: 60px;
        padding-top: 80px; }
        .page-company .intro-block .container .desc h2 {
          font-weight: bold;
          letter-spacing: 2px;
          color: #000000; }
  .page-company .page-banner {
    height: 375px;
    background: url("../images/company/bg_section.png") no-repeat;
    background-size: cover;
    margin: 50px 0; }
  .page-company .intro-ttl.style-02 h2 {
    margin-bottom: 30px; }
  .page-company .history h2 {
    margin-bottom: 50px !important; }
  .page-company .history table tr th {
    width: 90px;
    font-weight: bold;
    padding: 13px 0; }
  .page-company .history table tr td {
    padding: 13px 0; }
  .page-company .history .container {
    position: relative;
    margin-top: -90px; }
    .page-company .history .container:after {
      content: "";
      width: 520px;
      height: 540px;
      background: url(../images/company/bg_hitory.png) no-repeat right;
      background-size: 100%;
      position: absolute;
      top: -90px;
      right: 0; }
  .page-company .award .bg-award {
    background: url(../images/company/bg_award.jpg) no-repeat right;
    background-size: cover;
    padding: 45px 0px 30px;
    margin-top: 50px; }
    .page-company .award .bg-award table {
      margin-bottom: 30px; }
      .page-company .award .bg-award table:nth-child(3) {
        margin-bottom: 15px; }
      .page-company .award .bg-award table tr td {
        padding: 10px 0; }
        .page-company .award .bg-award table tr td:nth-child(1) {
          width: 125px; }
  .page-company .shop {
    margin-bottom: 87px; }
    .page-company .shop .bg-main {
      padding: 0 20px;
      background: #ecf0e4 url(../images/company/points-before.png) no-repeat right bottom 5px; }
      .page-company .shop .bg-main h3 {
        line-height: 1;
        margin-bottom: 30px;
        font-size: 22px;
        font-size: 2.2rem;
        color: #000;
        font-family: " ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", 游明朝, YuMincho, HG 明朝 E, "ＭＳ Ｐ明朝 ", "ＭＳ 明朝 ", serif;
        font-weight: bold;
        margin-top: -10px; }
      .page-company .shop .bg-main p {
        margin-bottom: 30px; }
  .page-company .maps-block {
    margin-bottom: 180px; }

.link-shop {
  margin-bottom: 40px; }
  .link-shop .item {
    width: 50%;
    float: left; }
    .link-shop .item ul li {
      font-size: 16px;
      font-size: 1.6rem;
      color: #444444;
      font-weight: bold;
      margin-bottom: 30px; }
      .link-shop .item ul li a {
        font-weight: 400;
        font-size: 14px;
        font-size: 1.4rem;
        color: #789023;
        -webkit-transition: all 0.5s ease;
        transition: all 0.5s ease; }
        .link-shop .item ul li a:hover {
          opacity: 0.7;
          filter: alpha(opacity=70);
          -ms-filter: "alpha(opacity=70)";
          -moz-opacity: 0.7;
          -khtml-opacity: 0.7;
          text-decoration: none; }
  .link-shop .img {
    width: 50%;
    float: left;
    margin-top: -100px; }

.page-contact {
  font-size: 15px;
  font-size: 1.5rem; }
  .page-contact .contact-form ul {
    margin: 50px 0 65px; }
    .page-contact .contact-form ul li {
      margin-bottom: 7px; }
  .page-contact .section-form {
    padding: 65px 0 85px; }
  .page-contact .privacy-policy {
    padding: 100px 0 160px; }
    .page-contact .privacy-policy .container {
      background: url(../images/company/intro-pig-bg.png) no-repeat right top 180px;
      padding-bottom: 10px; }
      .page-contact .privacy-policy .container h2 {
        margin-bottom: 40px; }
      .page-contact .privacy-policy .container p {
        margin-bottom: 12px;
        line-height: 1.6; }
      .page-contact .privacy-policy .container strong {
        font-size: 16px;
        font-size: 1.6rem; }
      .page-contact .privacy-policy .container ul {
        margin-bottom: 33px;
        margin-top: 20px; }

.list-contact {
  text-align: center;
  padding: 80px 0 65px;
  line-height: 1.8; }

.form-control {
  display: block;
  width: 100%;
  height: 55px;
  padding: 17px 12px;
  line-height: 1.42857143;
  background-color: #fff;
  background-image: none;
  border: none;
  border-radius: 4px; }
  .form-control::-webkit-input-placeholder {
    color: #ccc; }
  .form-control:-moz-placeholder {
    color: #ccc; }
  .form-control::-moz-placeholder {
    color: #ccc; }
  .form-control:-ms-input-placeholder {
    color: #ccc; }
  .form-control.mw350 {
    max-width: 350px; }
  @media screen and (min-width: 0\0) {
    .form-control {
      padding: 20px 12px; } }

.btn-sub {
  background: #789023;
  color: white;
  font-size: 20px;
  font-size: 2rem;
  padding: 25px 0;
  line-height: 1;
  border-radius: 5px;
  border: none;
  display: block;
  text-align: center;
  width: 100%;
  max-width: 480px;
  cursor: pointer;
  -moz-transition: ease 0.5s;
  -o-transition: ease 0.5s;
  -webkit-transition: ease 0.5s;
  transition: ease 0.5s;
  margin-top: 35px;
  font-weight: bold;
  font-family: " 游ゴシック体", "Yu Gothic", "YuGothic", " ヒラギノ角ゴPro", "Hiragino Kaku Gothic Pro", Osaka, "Meiryo", " メイリオ", "MS P ゴシック", Arial, Helvetica, Verdana, sans-serif; }
  .btn-sub:hover {
    opacity: 0.7; }

.show-form {
  width: 775px; }
  .show-form .item {
    margin-bottom: 35px; }
    .show-form .item:last-child {
      margin-bottom: 0; }
    .show-form .item .title-form {
      width: 190px;
      float: left;
      font-weight: bold; }
      .show-form .item .title-form span {
        display: block;
        font-size: 15px;
        font-size: 1.5rem;
        margin-top: 20px;
        line-height: 1.4; }
        .show-form .item .title-form span.pt-t {
          margin-top: 10px; }
    .show-form .item .list-form {
      width: calc(100% - 190px);
      float: right; }
      .show-form .item .list-form textarea {
        height: 270px; }
  .show-form span.error_blank:not(:empty), .show-form span.error_format:not(:empty), .show-form span.error_match:not(:empty) {
    display: block;
    color: #ff0000;
    margin-top: 5px;
    margin-bottom: -15px; }

.page-about .points {
  margin-top: 150px; }
  .page-about .points::before, .page-about .points::after {
    display: none; }
  .page-about .points.bg-main {
    background: none; }
  .page-about .points .intro-ttl {
    text-align: center; }
    .page-about .points .intro-ttl h2 {
      margin-top: 10px;
      display: block; }
      .page-about .points .intro-ttl h2 span {
        padding: 0;
        font-family: " ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", 游明朝, YuMincho, HG 明朝 E, "ＭＳ Ｐ明朝 ", "ＭＳ 明朝 ", serif;
        text-align: center;
        font-size: 40px;
        font-size: 4rem;
        color: #789023;
        font-weight: bold;
        position: relative;
        letter-spacing: 3px; }
        .page-about .points .intro-ttl h2 span::before {
          display: block;
          position: absolute;
          right: -30px;
          top: -3px;
          width: 3px;
          height: 54px;
          background: #78913A;
          transform: rotate(20deg);
          content: ''; }
        .page-about .points .intro-ttl h2 span::after {
          display: block;
          position: absolute;
          left: -30px;
          top: -3px;
          width: 3px;
          height: 54px;
          background: #78913A;
          transform: rotate(-20deg);
          content: ''; }
    .page-about .points .intro-ttl .ico-ttl {
      margin: 0 auto; }
  .page-about .points .items-block .ranking {
    background: #ECEFE3; }
    .page-about .points .items-block .ranking .desc {
      padding-bottom: 53px; }
    .page-about .points .items-block .ranking::before {
      display: none; }
    .page-about .points .items-block .ranking:after {
      display: block;
      content: '';
      width: 20px;
      height: 12px;
      background: url(../images/icons/ico-arrow-dow.png);
      background-size: cover;
      position: absolute;
      left: 50%;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%);
      bottom: 24px; }

.page-about .page-banner {
  height: 340px;
  background: url(../images/photos/about/banner-about.jpg) center bottom no-repeat;
  background-size: cover; }
  .page-about .page-banner img {
    width: 100%; }

.point-detail {
  padding: 90px 0 0; }
  .point-detail .container {
    width: 1040px; }
  .point-detail .point-box {
    padding-bottom: 100px; }
    .point-detail .point-box .content-point .head_point .ttl_point {
      float: left;
      width: 180px;
      height: 190px;
      background: url(../images/photos/about/bg-point-ttl.png);
      background-size: cover;
      text-align: center; }
      .point-detail .point-box .content-point .head_point .ttl_point .point {
        padding-top: 50px;
        padding-bottom: 20px;
        color: #789023;
        font-size: 15px;
        font-size: 1.5rem; }
        .point-detail .point-box .content-point .head_point .ttl_point .point span {
          font-size: 20px;
          font-size: 2rem; }
      .point-detail .point-box .content-point .head_point .ttl_point .txt {
        display: inline-block;
        font-family: " ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", 游明朝, YuMincho, HG 明朝 E, "ＭＳ Ｐ明朝 ", "ＭＳ 明朝 ", serif;
        color: #444;
        font-size: 40px;
        font-size: 4rem;
        font-weight: 700;
        border-bottom: 5px solid #f7de21;
        line-height: .5;
        padding: 0 5px; }
    .point-detail .point-box .content-point .head_point .txt_ttl_point {
      float: right;
      width: calc(100% - 210px);
      padding-top: 55px;
      color: #000000;
      font-size: 28px;
      font-size: 2.8rem;
      font-weight: 700;
      font-family: " ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", 游明朝, YuMincho, HG 明朝 E, "ＭＳ Ｐ明朝 ", "ＭＳ 明朝 ", serif;
      line-height: 1.8; }
    .point-detail .point-box .content-point .desc_point {
      padding-top: 30px; }
      .point-detail .point-box .content-point .desc_point p {
        font-size: 14px;
        font-size: 1.4rem;
        line-height: 1.8; }
    .point-detail .point-box.point-1 .content-point {
      float: left;
      width: 60%; }
    .point-detail .point-box.point-1 .img {
      float: right;
      width: 40%; }
    .point-detail .point-box.point-2 .content-point {
      float: right;
      width: 56%; }
      .point-detail .point-box.point-2 .content-point .head_point .ttl_point .point {
        padding-top: 26px;
        padding-bottom: 17px; }
      .point-detail .point-box.point-2 .content-point .head_point .ttl_point .txt {
        color: #000000;
        font-size: 28px;
        font-size: 2.8rem; }
        .point-detail .point-box.point-2 .content-point .head_point .ttl_point .txt.noBr {
          margin-bottom: 22px; }
      .point-detail .point-box.point-2 .content-point .head_point .txt_ttl_point {
        padding-top: 65px;
        font-size: 28px;
        font-size: 2.8rem; }
        .point-detail .point-box.point-2 .content-point .head_point .txt_ttl_point .point-pig {
          float: right;
          margin-top: -10px; }
      .point-detail .point-box.point-2 .content-point .desc_point {
        padding-top: 0; }
        .point-detail .point-box.point-2 .content-point .desc_point p {
          line-height: 1.7; }
    .point-detail .point-box.point-2 .img {
      float: left;
      width: 40%; }
      .point-detail .point-box.point-2 .img ul li {
        float: left;
        width: 49%;
        margin-right: 2%;
        margin-bottom: 6px; }
        .point-detail .point-box.point-2 .img ul li:nth-child(2n) {
          margin-right: 0; }
      .point-detail .point-box.point-2 .img .img_caption p {
        font-size: 12px;
        font-size: 1.2rem; }
      .point-detail .point-box.point-2 .img .img_caption .left {
        display: inline-block;
        width: 194px;
        margin: 0 10px 0 0; }
      .point-detail .point-box.point-2 .img .img_caption .right {
        display: inline-block;
        width: 174px; }
    .point-detail .point-box.point-3 .content-point {
      width: 100%; }
      .point-detail .point-box.point-3 .content-point .head_point .txt_ttl_point {
        padding-top: 65px;
        font-size: 28px;
        font-size: 2.8rem; }
      .point-detail .point-box.point-3 .content-point .head_point .img-ttl {
        float: right;
        margin-top: -65px; }
      .point-detail .point-box.point-3 .content-point .desc_point {
        position: relative;
        padding-top: 60px; }
        .point-detail .point-box.point-3 .content-point .desc_point .img-point-3 {
          position: absolute;
          top: 100px;
          right: 0; }
        .point-detail .point-box.point-3 .content-point .desc_point h3 {
          font-weight: bold;
          font-size: 20px;
          font-size: 2rem;
          padding-top: 20px;
          padding-bottom: 20px; }
        .point-detail .point-box.point-3 .content-point .desc_point p {
          position: relative;
          padding-bottom: 30px;
          line-height: 1.8; }
  .point-detail .txt-point {
    padding: 70px 20px 0; }
    .point-detail .txt-point p {
      font-size: 20px;
      font-size: 2rem;
      color: #78913A;
      padding: 20px 0;
      font-weight: bold;
      text-align: center;
      border-top: 1px solid #789023;
      border-bottom: 1px solid #789023;
      font-family: " ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", 游明朝, YuMincho, HG 明朝 E, "ＭＳ Ｐ明朝 ", "ＭＳ 明朝 ", serif; }

.about {
  padding: 100px 0 140px; }
  .about .intro-ttl {
    text-align: center; }
    .about .intro-ttl h2 {
      position: relative;
      text-align: center;
      z-index: 1;
      margin: 0 auto;
      color: #000000;
      font-weight: bold; }
      .about .intro-ttl h2 span {
        z-index: 2;
        padding: 0 32px;
        background: #ffffff;
        position: relative; }
      .about .intro-ttl h2:after {
        display: block;
        background: #000000;
        position: absolute;
        left: 0;
        top: 26px;
        content: '';
        width: 100%;
        height: 2px;
        z-index: 1; }
  .about .desc p {
    padding: 40px 0;
    text-align: center;
    color: #454545;
    line-height: 2.5;
    font-size: 14px;
    font-size: 1.4rem; }
  .about .box-btn {
    text-align: center;
    padding-top: 35px; }
    .about .box-btn .btn {
      display: inline-block;
      width: 475px;
      padding-top: 14px;
      border: 1px solid #010101;
      border-radius: 10px;
      height: 60px;
      text-align: center;
      color: #010101;
      font-family: " ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", 游明朝, YuMincho, HG 明朝 E, "ＭＳ Ｐ明朝 ", "ＭＳ 明朝 ", serif;
      font-size: 20px;
      font-size: 2rem;
      font-weight: bold;
      cursor: pointer;
      -webkit-transition: all 0.5s ease;
      transition: all 0.5s ease; }
      .about .box-btn .btn:hover {
        opacity: 0.7;
        filter: alpha(opacity=70);
        -ms-filter: "alpha(opacity=70)";
        -moz-opacity: 0.7;
        -khtml-opacity: 0.7;
        text-decoration: none; }

.intro-thought {
  margin: 115px 0 0;
  padding-top: 50px;
  height: 854px;
  background: url(../images/photos/thought/bg-info.png) center no-repeat;
  background-size: cover; }
  .intro-thought .container {
    width: 620px;
    height: 741px;
    padding: 50px 54px;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.9); }
    .intro-thought .container .ttl-info {
      color: #000000;
      font-size: 28px;
      font-size: 2.8rem;
      font-weight: bold;
      font-family: " ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", 游明朝, YuMincho, HG 明朝 E, "ＭＳ Ｐ明朝 ", "ＭＳ 明朝 ", serif;
      line-height: 2;
      letter-spacing: 3px; }
      .intro-thought .container .ttl-info span {
        font-size: 40px;
        font-size: 4rem;
        border-bottom: 5px solid #f7de21;
        line-height: .6;
        display: inline-block;
        letter-spacing: 2.4px; }
    .intro-thought .container .desc {
      padding: 20px 0;
      line-height: 2.4;
      font-size: 14px;
      font-size: 1.4rem; }
    .intro-thought .container .sign {
      text-align: right;
      padding-right: 20px; }

.oishii-steps {
  margin-top: 80px; }
  .oishii-steps .container {
    width: 1000px; }
    .oishii-steps .container .intro-ttl {
      text-align: center; }
      .oishii-steps .container .intro-ttl h2 {
        margin-top: 10px;
        display: block; }
        .oishii-steps .container .intro-ttl h2 span {
          padding: 0;
          font-family: " ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", 游明朝, YuMincho, HG 明朝 E, "ＭＳ Ｐ明朝 ", "ＭＳ 明朝 ", serif;
          text-align: center;
          font-size: 40px;
          font-size: 4rem;
          color: #789023;
          font-weight: bold;
          position: relative;
          letter-spacing: 3px; }
          .oishii-steps .container .intro-ttl h2 span::before {
            display: block;
            position: absolute;
            right: -30px;
            top: -3px;
            width: 3px;
            height: 54px;
            background: #78913A;
            transform: rotate(20deg);
            content: ''; }
          .oishii-steps .container .intro-ttl h2 span::after {
            display: block;
            position: absolute;
            left: -30px;
            top: -3px;
            width: 3px;
            height: 54px;
            background: #78913A;
            transform: rotate(-20deg);
            content: ''; }
    .oishii-steps .container .box-steps {
      margin: 54px 0 40px; }
      .oishii-steps .container .box-steps .step {
        float: left;
        position: relative;
        width: 320px;
        margin-bottom: 40px; }
        .oishii-steps .container .box-steps .step:after {
          content: url(../images/icons/arrow-next-step-01.png);
          position: absolute;
          right: 10px;
          top: 48%; }
        .oishii-steps .container .box-steps .step.step-3:after {
          content: url(../images/icons/arrow-next-step-02.png); }
        .oishii-steps .container .box-steps .step.step-4 {
          margin-left: 155px; }
          .oishii-steps .container .box-steps .step.step-4:before {
            content: url(../images/icons/arrow-next-step-03.png);
            position: absolute;
            left: -70px;
            top: 43%; }
        .oishii-steps .container .box-steps .step.step-5:after {
          content: ''; }
        .oishii-steps .container .box-steps .step .step-content {
          width: 243px; }
          .oishii-steps .container .box-steps .step .step-content .ttl-step {
            width: 100%;
            height: 54px;
            border: 1px solid #454545;
            display: -webkit-box;
            display: -moz-box;
            display: -ms-flexbox;
            display: -webkit-flex;
            display: flex;
            -webkit-align-items: center;
            -moz-align-items: center;
            -ms-align-items: center;
            align-items: center; }
            @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
              .oishii-steps .container .box-steps .step .step-content .ttl-step {
                padding-top: 10px; } }
            .oishii-steps .container .box-steps .step .step-content .ttl-step .ttl-01 {
              font-size: 32px;
              font-size: 3.2rem;
              padding: 0 20px 0 15px;
              font-family: Esteban, serif;
              letter-spacing: 4px;
              color: #000000; }
            .oishii-steps .container .box-steps .step .step-content .ttl-step .ttl-02 {
              font-size: 14px;
              font-size: 1.4rem;
              font-weight: bold;
              font-family: " ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", 游明朝, YuMincho, HG 明朝 E, "ＭＳ Ｐ明朝 ", "ＭＳ 明朝 ", serif; }
          .oishii-steps .container .box-steps .step .step-content .txt {
            font-size: 14px;
            font-size: 1.4rem; }

.everyday-communication {
  padding: 60px 0 60px; }
  .everyday-communication .container {
    width: 1040px;
    position: relative; }
    .everyday-communication .container .content-every {
      position: absolute;
      top: 0;
      right: 20px;
      border-radius: 10px;
      padding: 40px 30px 25px 35px;
      background: rgba(236, 239, 227, 0.9);
      width: 766px;
      z-index: 2; }
      .everyday-communication .container .content-every .intro-ttl h2 {
        color: #000000;
        font-weight: bold;
        text-align: left;
        padding-bottom: 20px;
        letter-spacing: 2px; }
      .everyday-communication .container .content-every .desc {
        font-size: 14px;
        font-size: 1.4rem;
        line-height: 2.4; }
      .everyday-communication .container .content-every .btn-container {
        text-align: right;
        -webkit-transition: all 0.5s ease;
        transition: all 0.5s ease; }
        .everyday-communication .container .content-every .btn-container:hover {
          opacity: 0.7;
          filter: alpha(opacity=70);
          -ms-filter: "alpha(opacity=70)";
          -moz-opacity: 0.7;
          -khtml-opacity: 0.7;
          text-decoration: none; }
    .everyday-communication .container .img {
      padding-top: 145px;
      top: 145px;
      z-index: 1; }

.pork-amazing {
  padding: 50px 0 180px; }
  .pork-amazing .container {
    position: relative;
    width: 1000px;
    padding: 50px 60px;
    border: 3px solid #010101;
    border-radius: 20px; }
    .pork-amazing .container:before {
      position: absolute;
      top: -20px;
      right: 68px;
      width: 221px;
      height: 220px;
      background: url(../images/photos/thought/ico-pork.png) center no-repeat;
      background-size: cover;
      content: ""; }
    .pork-amazing .container:after {
      position: absolute;
      bottom: -34px;
      right: 25px;
      width: 100px;
      height: 66px;
      content: "";
      background: url(../images/photos/thought/ico-pork-02.png) center no-repeat;
      background-size: cover; }
    .pork-amazing .container .intro-ttl h2 {
      color: #000000;
      font-weight: bold;
      text-align: left;
      letter-spacing: 2px; }
    .pork-amazing .container .desc {
      padding: 20px 0;
      line-height: 1.8;
      font-size: 14px;
      font-size: 1.4rem; }
    .pork-amazing .container .img-pork {
      padding: 20px 0 0; }
      .pork-amazing .container .img-pork .left {
        float: left;
        width: 381px;
        margin-right: 30px; }
      .pork-amazing .container .img-pork .right {
        float: left;
        width: 381px; }

/*# sourceMappingURL=styles.css.map */