@charset "UTF-8";
/**
* Table of Contntens:
*
* 1.0 - Reset
* 2.0 - Basic Structure
* 3.0 - Header
* 4.0 - Page
*   4.1 - Top
*     4.1.1 - English
*   4.2 - Process
*   4.3 - Product
*   4.4 - Guide
*   4.5 - Company
*   4.6 - Recruit
*     4.6.1- Recruit Top
*     4.6.2- Interview
*   4.7 - News
*   4.8 - Recipe
*   4.9 - Contact
* 5.0 - Footer
* -----------------------------------------------------------------------------
*/
/* 1.0 - Reset
* -----------------------------------------------------------------------------
*/
/* List */
ul {
  list-style: none;
  margin: 0;
  padding: 0; }

/* Typography */
html {
  width: 100%;
  overflow-x: hidden; }

body {
  font-size: 14px;
  line-height: 1.8;
  font-style: normal;
  width: 100%;
  overflow-x: hidden;
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Original Yu Gothic", "Yu Gothic", YuGothic, Verdana, Meiryo, "M+ 1p", sans-serif;
  color: #080404;
  -webkit-text-size-adjust: 100%; }

h2 {
  font-size: 40px;
  font-weight: bold;
  text-align: center;
  margin-top: 0;
  margin-bottom: 40px; }

.mincho {
  font-family: "游明朝", YuMincho, "Yu Mincho", Georgia, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", serif;
  -webkit-text-size-adjust: 100%;
  transform: rotate(0.03deg); }

.shadow {
  text-shadow: 0 0 20px #000; }

/* img */
img {
  vertical-align: bottom; }

@media (max-width: 414px) {
  img {
    max-width: 100%;
    height: auto; } }

figure {
  margin: 0; }

/* link */
a {
  text-decoration: none;
  color: inherit; }

.opa {
  transition: .1s linear all; }
  .opa:hover {
    opacity: 0.8 !important; }

.btn_blue {
  background: #213541;
  color: #fff;
  text-align: center;
  width: 300px;
  margin-left: auto;
  margin-right: auto;
  padding: 5px;
  display: block;
  height: 100%;
  box-sizing: border-box;
  border: 1px solid #213541;
  transition: background 1s,color .1s; }
  .btn_blue:hover {
    background: none;
    color: #213541; }

@media (max-width: 414px) {
  .btn_blue {
    width: 100%; } }

/* align */
.center {
  display: block;
  margin-right: auto;
  margin-left: auto;
  text-align: center; }

/* table */
table {
  width: 100%;
  border-collapse: collapse; }

/* clearfix */
.cf:after {
  content: " ";
  display: block;
  clear: both; }

/* visibility */
.sp {
  display: none; }

@media (max-width: 414px) {
  .pc {
    display: none; }
  .sp {
    display: block; } }

/* 2.0 - Basic Structure
* -----------------------------------------------------------------------------
*/
body {
  font-size: 14px;
  background: url("../images/common/bg1.jpg");
  padding-top: 155px; }

.row1060 {
  background-image: url("../images/common/bg2.jpg");
  max-width: 1060px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 50px;
  padding-bottom: 50px; }

.inner {
  max-width: 960px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box; }

.bg1 {
  background-image: url("../images/common/bg1.jpg"); }

.bg2 {
  background-image: url("../images/common/bg2.jpg"); }

.bg3 {
  background-image: url("../images/common/bg3.jpg"); }

.bg4 {
  background-image: url("../images/common/bg4.jpg"); }

@media (max-width: 414px) {
  body {
    padding-top: 80px; } }

/* 3.0 - Header
* -----------------------------------------------------------------------------
*/
header {
  padding-top: 20px;
  padding-bottom: 16px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
  height: 119px;
  transition: all .4s linear; }
  header.bg_white {
    background-color: rgba(255, 255, 255, 0.9); }

.header_l {
  float: left;
  width: 30%;
  margin-left: 10px; }
  .header_l img {
    width: 100%;
    height: auto;
    max-width: 212px; }

.header_r {
  float: right;
  width: 65%;
  margin-right: 10px; }
  .header_r .header_nav_sub {
    text-align: right;
    margin-top: 5px; }
    .header_r .header_nav_sub ul li {
      display: inline;
      margin-left: 10px; }
      .header_r .header_nav_sub ul li a {
        font-size: 11px;
        background-image: url("../images/common/listmark2.png");
        background-repeat: no-repeat;
        background-position: 0 center;
        padding-left: 5px; }
        .header_r .header_nav_sub ul li a:hover {
          text-decoration: underline; }
      .header_r .header_nav_sub ul li:last-child a {
        background-image: none;
        border: solid 1px;
        padding: 4px 6px; }
        .header_r .header_nav_sub ul li:last-child a:hover {
          text-decoration: none; }
  .header_r .header_nav_main {
    margin-top: 15px; }
    .header_r .header_nav_main ul {
      display: flex;
      justify-content: space-between; }
      .header_r .header_nav_main ul li a {
        background-image: url("../images/common/listmark1.png");
        background-repeat: no-repeat;
        background-position: 0 center;
        padding-left: 10px;
        font-size: 15px;
        font-weight: bold;
        position: relative; }
        .header_r .header_nav_main ul li a:hover::after {
          height: 2px;
          background: #000;
          content: "";
          display: block;
          position: absolute;
          bottom: -10px;
          width: 100%; }

.nav_sp {
  z-index: 3; }

.drawer-overlay {
  z-index: 2; }

.drawer-menu-item:hover {
  text-decoration: none;
  color: #fff; }

.drawer-nav {
  background: #213541; }
  .drawer-nav > ul {
    padding: 60px 25px 400px 25px; }
    .drawer-nav > ul li {
      color: #fff;
      text-decoration: none;
      font-size: 14px;
      padding-left: 0;
      padding-right: 0;
      /*＋、－切り替え*/ }
      .drawer-nav > ul li a {
        color: #fff;
        font-size: 14px; }
      .drawer-nav > ul li .icon {
        position: relative;
        width: 40px;
        height: 40px;
        float: right;
        margin-top: 4px; }
      .drawer-nav > ul li .icon span {
        position: absolute;
        left: 6px;
        width: 50%;
        height: 1px;
        background-color: #fff;
        border-radius: 4px;
        -webkit-border-radius: 4px;
        -ms-border-radius: 4px;
        -moz-border-radius: 4px;
        -o-border-radius: 4px; }
      .drawer-nav > ul li .icon,
      .drawer-nav > ul li .icon span {
        display: inline-block;
        transition: all .4s;
        box-sizing: border-box; }
      .drawer-nav > ul li .icon span:nth-of-type(1) {
        top: 5px;
        transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg); }
      .drawer-nav > ul li .icon span:nth-of-type(2) {
        top: 5px;
        transform: rotate(90deg);
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        -o-transform: rotate(90deg); }
      .drawer-nav > ul li .icon.active span:nth-of-type(1) {
        display: none; }
      .drawer-nav > ul li .icon.active span:nth-of-type(2) {
        top: 5px;
        transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -o-transform: rotate(180deg); }
      .drawer-nav > ul li .sub {
        display: none; }
        .drawer-nav > ul li .sub li a {
          font-size: 12px; }
    .drawer-nav > ul .li_product span {
      font-size: 20px;
      margin-left: 10px; }
    .drawer-nav > ul .li_contact {
      background: #fff;
      margin-top: 12px;
      padding: 0; }
      .drawer-nav > ul .li_contact a {
        color: #213541;
        text-align: center;
        display: block;
        width: 100%;
        height: 100%;
        padding: 4px;
        box-sizing: border-box; }
    .drawer-nav > ul .li_english {
      border: solid 1px #fff;
      margin-top: 12px;
      padding: 0; }
      .drawer-nav > ul .li_english a {
        color: #fff;
        text-align: center;
        display: block;
        width: 100%;
        height: 100%;
        padding: 4px;
        box-sizing: border-box; }

.btn_toggle_open {
  position: absolute;
  top: 38px;
  right: 20px;
  z-index: 1; }

.drawer-open .btn_toggle_open {
  display: none; }

.btn_toggle_close {
  position: absolute;
  top: 25px;
  right: 25px; }

@media (max-width: 414px) {
  header {
    height: auto;
    background: rgba(255, 255, 255, 0.9);
    padding-top: 10px;
    padding-bottom: 10px; }
    header .inner {
      padding-left: 10px;
      padding-right: 10px; } }

/* 4.0 - Page
* -----------------------------------------------------------------------------
*/
.sec {
  padding: 45px 0;
  border-top: 1px solid #e9e5e2; }
  .sec h3 {
    position: relative;
    font-size: 30px;
    text-align: center;
    letter-spacing: .1em;
    margin-bottom: 70px; }
    .sec h3::before {
      content: '';
      display: block;
      position: absolute;
      top: -30px;
      left: 0;
      right: 0;
      width: 105px;
      height: 11px;
      background-image: url("../images/common/bg_h3_top.png");
      background-repeat: no-repeat;
      background-size: contain;
      margin: 0 auto; }
    .sec h3::after {
      content: url("../images/common/bg_h3_bottom.png");
      display: block;
      position: absolute;
      bottom: -45px;
      left: 0;
      right: 0; }
  .sec h4 {
    font-size: 24px;
    font-weight: normal;
    margin-top: 0; }

@media (max-width: 414px) {
  .sec {
    padding: 30px; }
    .sec h3 {
      font-size: 22px;
      margin-bottom: 60px; }
      .sec h3::before {
        top: -20px; }
    .sec h4 {
      font-size: 18px; } }

/* Float box */
.fl520 {
  float: left;
  width: 54.16%;
  margin-right: 9.39%;
  line-height: 2; }

.fr350 {
  float: left;
  width: 36.45%;
  text-align: right; }
  .fr350 img {
    max-width: 100%; }
    .fr350 img:not(:last-child) {
      margin-bottom: 15px; }

.fr520 {
  float: right;
  width: 54.16%;
  margin-left: 9.39%;
  line-height: 2; }

.fl350 {
  float: left;
  width: 36.45%; }
  .fl350 img {
    max-width: 100%; }
    .fl350 img:not(:last-child) {
      margin-bottom: 15px; }

@media (max-width: 414px) {
  .fl520,
  .fr350,
  .fl350,
  .fr520 {
    float: none;
    width: 100%;
    box-sizing: border-box;
    font-size: 12px;
    margin: 30px 0 0; }
    .fl520 p,
    .fr350 p,
    .fl350 p,
    .fr520 p {
      margin-bottom: 50px; }
      .fl520 p:last-of-type,
      .fr350 p:last-of-type,
      .fl350 p:last-of-type,
      .fr520 p:last-of-type {
        margin-bottom: 50px; } }

/*下層ページ共通 */
.main_image {
  position: relative; }
  .main_image h2 {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    letter-spacing: .1em;
    font-size: 36px; }
    .main_image h2::before {
      content: '';
      display: block;
      position: absolute;
      top: -30px;
      left: 0;
      right: 0;
      width: 105px;
      height: 11px;
      background-image: url("../images/common/bg_h3_top.png");
      background-repeat: no-repeat;
      background-size: contain;
      margin: 0 auto; }
    .main_image h2::after {
      content: url("../images/common/bg_h3_bottom.png");
      display: block;
      position: absolute;
      bottom: -45px;
      left: 0;
      right: 0; }
  .main_image .main_image_bg {
    height: 360px;
    background-size: cover;
    background-position: center center; }

.sec_line {
  border-top: 1px solid #e9e5e2; }

@media (max-width: 414px) {
  .main_image h2 {
    position: relative;
    transform: none;
    font-size: 24px;
    margin-top: 45px; }
    .main_image h2::before {
      top: -20px; }
    .main_image h2::after {
      bottom: -32px; } }

.breadcrumb {
  margin-bottom: 55px;
  margin-top: 5px; }
  .breadcrumb ul li {
    display: inline;
    margin-right: 25px;
    font-size: 12px; }
    .breadcrumb ul li:not(:first-child)::before {
      content: ">";
      margin-right: 25px; }
    .breadcrumb ul li a:hover {
      text-decoration: underline; }

/* 4.1 - Top
* -----------------------------------------------------------------------------
*/
.home {
  padding-top: 0; }

/* slider */
.slider {
  background-size: cover;
  background-position: center center;
  height: 640px; }
  .slider .wrap {
    margin-bottom: 40px;
    padding-top: 140px; }
    .slider .wrap > div {
      -ms-writing-mode: tb-rl;
      writing-mode: vertical-rl;
      font-size: 14px;
      line-height: 2;
      float: right; }
      .slider .wrap > div p {
        margin: 0 20px; }
      .slider .wrap > div:first-child {
        font-size: 40px;
        line-height: 1.5;
        font-weight: bold; }
      .slider .wrap > div:last-child {
        padding-top: 30px;
        padding-right: 70px;
        width: 23.95%; }
        .slider .wrap > div:last-child img {
          width: 100%; }

@media (min-width: 415px) and (max-width: 1100px) {
  .slider {
    background-size: cover;
    background-position: left center; }
  .slider .wrap .first {
    margin-right: 10%; }
  .slider .wrap > div:last-child {
    padding-right: 40px; } }

@media (max-width: 414px) {
  .slider {
    background-image: none;
    height: 450px;
    margin-top: 82px; }
    .slider .inner {
      height: 100%; }
    .slider .wrap {
      display: block;
      margin-bottom: 0;
      padding-top: 0;
      height: 100%;
      position: relative; }
      .slider .wrap > div {
        writing-mode: inherit; }
        .slider .wrap > div div {
          -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
          margin-right: auto;
          margin-left: auto; }
        .slider .wrap > div:last-child {
          padding-right: 0;
          background-image: url("../images/common/bg4.jpg");
          width: 100%;
          text-align: center;
          writing-mode: inherit;
          padding: 15px 0; }
          .slider .wrap > div:last-child img {
            max-width: 230px; }
      .slider .wrap .first {
        font-size: 30px;
        padding-top: 50px;
        background-size: cover;
        background-position: center center;
        width: 100%;
        height: 100%;
        box-sizing: border-box; }
      .slider .wrap .second {
        padding-top: 30px;
        padding-bottom: 20px;
        width: 100%;
        font-size: 13px !important; } }

/* index_top */
.index_top {
  display: flex; }

.index_top_l {
  width: 46.875%;
  position: relative; }
  .index_top_l .inner {
    width: 51.315%;
    float: right;
    min-width: 490px;
    text-align: center; }
  .index_top_l h3 {
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 50px;
    margin-top: 45px;
    text-align: center;
    display: inline-block; }
    .index_top_l h3:before {
      width: 108px;
      height: 11px;
      margin-right: auto;
      margin-left: auto;
      top: -28px; }
    .index_top_l h3:after {
      bottom: -25px; }
    .index_top_l h3 span {
      text-align: left; }
  .index_top_l p {
    margin-left: auto;
    margin-right: auto;
    line-height: 2; }
    .index_top_l p span {
      text-align: left;
      -ms-writing-mode: tb-rl;
      writing-mode: vertical-rl; }
  .index_top_l .index_top_l_btn a {
    margin-top: 45px; }

.index_top_r {
  width: 53.125%;
  height: 643px; }
  .index_top_r .bx-wrapper {
    height: 100%;
    border: none;
    box-shadow: none;
    background: none; }
  .index_top_r .bx-viewport {
    height: 100% !important; }
  .index_top_r .bxslider {
    height: 100%; }
    .index_top_r .bxslider div {
      background-size: cover;
      height: 100%;
      background-position: center center; }

@media (max-width: 414px) {
  .index_top {
    border-top: none;
    display: block;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0; }
    .index_top .index_top_l {
      width: 100%; }
      .index_top .index_top_l .inner {
        width: 100%;
        float: none;
        min-width: 100%;
        padding-right: 10%;
        padding-left: 10%; }
        .index_top .index_top_l .inner h3 {
          font-size: 30px; }
    .index_top .index_top_r {
      width: 100%;
      height: 300px;
      margin-top: 30px; }
      .index_top .index_top_r .bxslider {
        width: 100% !important; }
        .index_top .index_top_r .bxslider > div {
          width: 100% !important; } }

/* 商品紹介 */
.index_product .inner a:first-of-type img {
  margin-bottom: 35px; }

.index_product .inner .btn_blue {
  margin-top: 35px; }

.index_product .inner img {
  width: 100%; }

@media (max-width: 414px) {
  .index_product .inner {
    padding-left: 30px;
    padding-right: 30px; } }

/* 天鷹だより */
.index_news .inner {
  padding-right: 30px;
  padding-left: 30px; }

.index_news h3 {
  margin-bottom: 50px; }

.index_news ul {
  margin-bottom: 30px; }
  .index_news ul li {
    margin-bottom: 15px;
    background-image: url("../images/common/listmark3.png");
    background-repeat: no-repeat;
    background-position: 0 10px;
    padding-left: 15px; }
    .index_news ul li span {
      font-weight: bold;
      margin-right: 40px; }
    .index_news ul li a:hover {
      text-decoration: underline; }

@media (max-width: 414px) {
  .index_news ul li span {
    display: block; } }

/* index_bottom */
.index_bottom .sec {
  padding-top: 65px;
  padding-bottom: 75px; }
  .index_bottom .sec .wrap {
    display: flex;
    justify-content: space-between; }
    .index_bottom .sec .wrap .box .thum img {
      width: 100%; }
    .index_bottom .sec .wrap .box:nth-child(2) {
      margin-right: 1%;
      margin-left: 1%; }
  .index_bottom .sec .title {
    position: relative;
    text-align: center;
    font-size: 20px;
    margin-bottom: 20px; }
    .index_bottom .sec .title::before {
      content: '';
      display: block;
      position: absolute;
      top: -20px;
      left: 0;
      right: 0;
      width: 105px;
      height: 11px;
      background-image: url(../images/common/bg_h3_top.png);
      background-repeat: no-repeat;
      background-size: contain;
      margin: 0 auto; }

@media (max-width: 414px) {
  .index_bottom .sec {
    padding-bottom: 45px; }
    .index_bottom .sec .wrap {
      display: block; }
      .index_bottom .sec .wrap .box:not(:last-child) {
        margin-bottom: 60px; } }

/* 採用情報 */
.index_recruit img {
  width: 100%; }

.index_line {
  padding: 30px 0 50px 0;
  text-align: center; }
  .index_line .lg {
    font-size: 24px; }
  .index_line img {
    margin-top: 10px; }

@media (max-width: 414px) {
  .index_line {
    padding-left: 10%;
    padding-right: 10%;
    font-size: 12px; }
    .index_line .lg {
      font-size: 18px;
      text-align: center; }
    .index_line p {
      text-align: left; } }

/* 4.1.1 - English
* -----------------------------------------------------------------------------
*/
.header_en {
  text-align: right; }
  .header_en .header_en_nav {
    margin-top: 40px; }
    .header_en .header_en_nav ul {
      display: inline-block; }

.letter_spacing_en {
  letter-spacing: 0em !important;
  line-height: 1; }

.line-height_en {
  line-height: 1.8; }

.font_size_en {
  font-size: 16px;
  font-weight: bold; }

.margin_tb_en {
  margin: 40px 0; }

.vertical_en {
  padding-top: 110px !important; }
  .vertical_en .wrap_en {
    display: block; }
    .vertical_en .wrap_en div {
      padding-bottom: 60px; }
      .vertical_en .wrap_en div:first-child {
        font-size: 48px;
        font-weight: bold;
        line-height: 1; }
      .vertical_en .wrap_en div:nth-child(2) {
        padding-bottom: 40px; }

.contact_en {
  display: inline-flex; }
  .contact_en .contact_en_tel, .contact_en .contact_en_mail {
    margin: 0;
    font-size: 30px; }
    .contact_en .contact_en_tel:before, .contact_en .contact_en_mail:before {
      content: '';
      display: inline-block;
      background-repeat: no-repeat;
      background-size: contain;
      width: 30px;
      height: 30px;
      margin-right: 10px; }
  .contact_en .contact_en_tel {
    margin-right: 40px; }
    .contact_en .contact_en_tel:before {
      background-image: url(../images/common/icon_tel.png); }
  .contact_en .contact_en_mail:before {
    background-image: url(../images/common/icon_mail.png); }
  .contact_en .contact_en_mail a:hover {
    text-decoration: underline; }

@media (max-width: 414px) {
  .letter_spacing_en {
    line-height: 1.8; }
  .vertical_en {
    padding-top: 65px !important; }
    .vertical_en .wrap_en div:first-child {
      line-height: 1.8; }
  .contact_en {
    display: block;
    text-align: left; }
    .contact_en .contact_en_tel, .contact_en .contact_en_mail {
      font-size: 24px; }
    .contact_en .contact_en_tel {
      margin: 0; }
  .footer_en {
    font-size: 17px;
    line-height: 1.5; } }

/* 4.2 - Process
* -----------------------------------------------------------------------------
*/
.page-process .main_image_bg {
  background-image: url("../images/process/main_image.jpg"); }

.vertical {
  padding-top: 65px;
  border-top: none; }
  .vertical .wrap {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    margin-bottom: 40px;
    height: 370px; }
    .vertical .wrap div {
      -ms-writing-mode: tb-rl;
      writing-mode: vertical-rl;
      font-size: 16px;
      line-height: 2; }
      .vertical .wrap div:first-child {
        font-size: 48px;
        line-height: 1.5; }
  .vertical img {
    width: 100%; }

@media (max-width: 414px) {
  .vertical {
    padding-top: 65px; }
    .vertical .wrap {
      display: block;
      margin-bottom: 0;
      height: auto; }
      .vertical .wrap div {
        font-size: 12px;
        margin-left: auto;
        margin-right: auto; }
        .vertical .wrap div:not(:last-child) {
          margin-bottom: 30px; } }

@media (max-width: 414px) {
  .page-process .main_image_bg {
    background-image: url("../images/process/main_image_sp.jpg"); } }

/* 天鷹酒造のこだわり */
#kodawari .fr350 > div {
  margin-bottom: 10px; }

#kodawari .fr350 .thum_col1 {
  max-width: 350px;
  width: 100%; }
  #kodawari .fr350 .thum_col1 img {
    width: 100%; }

#kodawari .fr350 .thum_col2 {
  display: flex;
  justify-content: space-between; }
  #kodawari .fr350 .thum_col2 div:first-child {
    margin-right: 10px; }
  #kodawari .fr350 .thum_col2 div img {
    width: 100%; }

#kodawari .fr350 .center {
  font-size: 11px; }

#kodawari .fl520 p {
  margin-bottom: 80px;
  margin-top: 0;
  line-height: 2; }
  #kodawari .fl520 p:last-of-type {
    margin-bottom: 0; }

/* 「有機日本酒」について */
#img_about {
  margin-bottom: 50px;
  width: 100%; }

#about .fr520 p {
  margin-bottom: 45px;
  margin-top: 0; }

#about .fl350 img {
  margin-bottom: 7px; }

.about_bottom {
  border: 1px solid #eaeaea;
  padding: 35px 45px;
  margin-top: 38px; }
  .about_bottom h5 {
    font-size: 16px;
    margin-top: 0;
    margin-bottom: 10px; }
  .about_bottom p {
    margin-top: 0; }
  .about_bottom .to_product {
    background: #213541;
    color: #fff;
    text-align: center;
    font-size: 15px;
    padding: 5px 0; }
    .about_bottom .to_product a {
      display: block;
      width: 100%;
      height: 100%; }

@media (max-width: 414px) {
  #img_about {
    width: 78.68%;
    margin-left: auto;
    margin-right: auto;
    display: block; }
  .about_bottom {
    width: 78.68%;
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    font-size: 12px;
    padding: 25px 30px; }
    .about_bottom .to_product {
      font-size: 12px; } }

/* 有機認証を得ています */
#auth {
  background-image: url("../images/common/bg2.jpg"); }
  #auth h3 {
    text-align: left;
    font-size: 24px;
    margin-bottom: 22px; }
    #auth h3::before, #auth h3::after {
      content: "";
      background: none; }
  #auth dl {
    margin-top: 30px; }
  #auth dt {
    margin-bottom: 5px; }
  #auth dd {
    margin: 0;
    padding: 0;
    list-style: disc;
    display: list-item;
    list-style-position: inside;
    padding-left: 2em;
    text-indent: -1.4em;
    line-height: 2.2; }
    #auth dd a {
      text-decoration: underline;
      word-break: break-all; }

@media (max-width: 414px) {
  #auth {
    padding: 50px 10.66%; }
    #auth h3 {
      font-size: 20px;
      margin-top: 0; }
    #auth dt {
      font-size: 12px; }
    #auth dd {
      font-size: 12px;
      text-indent: 0;
      padding-left: 0; } }

/* 酒造りの技術を生かして */
@media (max-width: 414px) {
  #makeuse {
    padding-bottom: 60px; }
  .makeuse_l p {
    margin-bottom: 35px; } }

/* 4.3 - Product
* -----------------------------------------------------------------------------
*/
.page-product .main_image_bg {
  background-image: url("../images/product/main_image.jpg"); }

.page-product .product_list .sec {
  position: relative; }
  .page-product .product_list .sec .anchor {
    position: absolute;
    top: -155px; }

.nav_category {
  padding-top: 35px;
  padding-bottom: 25px; }

.nav_category_l {
  font-size: 24px;
  float: left;
  width: 240px; }

.nav_category_r {
  float: left;
  width: 100%;
  margin-left: -240px;
  padding-left: 240px;
  box-sizing: border-box; }
  .nav_category_r ul li {
    display: inline-block;
    margin-right: 30px;
    margin-bottom: 10px; }
    .nav_category_r ul li a {
      white-space: nowrap; }
      .nav_category_r ul li a::before {
        content: url("../images/common/listmark1.png");
        margin-right: 5px; }
      .nav_category_r ul li a:hover {
        text-decoration: underline; }

@media (max-width: 414px) {
  .page-product .main_image_bg {
    background-image: url("../images/product/main_image_sp.jpg"); }
  .page-product .product_list .sec .anchor {
    top: -84px; }
  .nav_category_r {
    float: none;
    margin-left: 0;
    padding: 0 40px; }
    .nav_category_r ul li {
      display: block; }
  .nav_category_l {
    float: none;
    width: 100%;
    text-align: center;
    margin-bottom: 30px; } }

.product_wrap .product {
  width: 31.25%;
  vertical-align: top;
  display: inline-block;
  position: relative;
  margin-bottom: 45px; }
  .product_wrap .product:nth-child(3n-1) {
    margin-right: 3.125%;
    margin-left: 3.125%; }
  .product_wrap .product .title {
    font-size: 18px;
    margin: 20px 0px;
    line-height: 1.3; }
    .product_wrap .product .title .prize {
      font-size: 12px;
      color: #818181;
      display: block;
      margin-top: 5px; }
  .product_wrap .product .text {
    font-size: 12px; }
  .product_wrap .product .thum {
    text-align: center;
    height: 400px;
    position: relative;
    margin-bottom: 30px; }
    .product_wrap .product .thum img {
      max-width: 100%;
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      left: 0;
      right: 0;
      margin-right: auto;
      margin-left: auto; }
  .product_wrap .product .spec {
    background: #fff;
    padding: 15px;
    margin-top: 15px;
    font-size: 12px;
    margin-bottom: 15px; }
  .product_wrap .product .btn_buy a {
    cursor: pointer;
    display: block;
    width: 100%;
    height: 100%;
    padding: 5px 0;
    color: #fff;
    text-align: center;
    background: #213541; }
    .product_wrap .product .btn_buy a::before {
      content: url("../images/common/icon_cart.png");
      margin-right: 10px;
      display: inline-block;
      position: relative;
      top: 2px; }
  .product_wrap .product .btn_plan {
    background: #cacaca;
    color: #fff;
    text-align: center;
    padding: 5px 0; }
  .product_wrap .product .new {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 0;
    left: 0;
    background: #213541;
    color: #fff;
    text-align: center;
    line-height: 40px;
    font-size: 10px; }

@media (max-width: 414px) {
  .product_wrap .product {
    width: 100%; } }

/* 4.4 - Guide
* -----------------------------------------------------------------------------
*/
.page-guide .main_image_bg {
  background-image: url("../images/guide/main_image.jpg"); }

.page-guide .sec {
  border: none; }

.page-guide .white {
  background: #fff;
  border: 1px solid #e2e2e2;
  padding: 30px;
  margin: 20px 0; }
  .page-guide .white .sm {
    font-size: 12px;
    margin: 0; }

.page-guide .inspection {
  border-bottom: 1px solid #f1f1f1; }
  .page-guide .inspection .white {
    text-align: justify;
    text-justify: inter-ideograph; }
    .page-guide .inspection .white .tel {
      font-size: 24px;
      text-align: center;
      line-height: 1;
      letter-spacing: .05em;
      text-indent: .05em;
      margin: 0 0 20px; }
      .page-guide .inspection .white .tel span {
        font-size: 12px; }
      .page-guide .inspection .white .tel img {
        margin: 0 10px 0 0; }

.page-guide .direct {
  border-bottom: 1px solid #f1f1f1; }
  .page-guide .direct .white table th {
    vertical-align: top;
    white-space: nowrap;
    text-align: left;
    padding: 0;
    width: 105px; }
  .page-guide .direct .white table td {
    font-size: 14px;
    padding: 0 0 20px; }
    .page-guide .direct .white table td .tel {
      margin: 0; }
      .page-guide .direct .white table td .tel img {
        margin: 0 6px 7px 0; }
  .page-guide .direct .white .card {
    margin: 10px 0 0;
    width: 100%;
    height: auto; }

.page-guide .calender_box {
  margin: 0 auto;
  width: 50%; }

.page-guide .wpsbc-container[data-columns] .wpsbc-calendars {
  margin: 0; }
  .page-guide .wpsbc-container[data-columns] .wpsbc-calendars .wpsbc-calendar {
    float: none;
    margin: 0 auto;
    width: 100%;
    min-width: 100% !important;
    max-width: 100% !important; }

.page-guide .wpsbc-container .wpsbc-calendars .wpsbc-calendar .wpsbc-calendar-header .wpsbc-calendar-header-navigation {
  padding: 0; }

.page-guide .wpsbc-container .wpsbc-calendars .wpsbc-calendar .wpsbc-calendar-header .wpsbc-calendar-header-navigation .wpsbc-prev,
.page-guide .wpsbc-container .wpsbc-calendars .wpsbc-calendar .wpsbc-calendar-header .wpsbc-calendar-header-navigation .wpsbc-next {
  display: none; }

@media (max-width: 414px) {
  .page-guide .main_image_bg {
    background-image: url("../images/guide/main_image_sp.jpg"); }
  .page-guide .direct .white table th {
    width: 75px; }
  .page-guide .calender_box {
    width: 100%; } }

/* map */
.map {
  position: relative;
  height: 0;
  overflow: hidden;
  height: 400px; }

.map iframe,
.map object,
.map embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.to_gmap {
  margin-bottom: 80px; }
  .to_gmap a {
    text-decoration: underline;
    font-size: 12px; }

/* 4.5 - Company
* -----------------------------------------------------------------------------
*/
.page-company {
  /* 蔵元からのごあいさつ */
  /* 酒造り理念・酒造り五観・会社概要・沿革 */ }
  .page-company .main_image_bg {
    background-image: url("../images/company/main_image.jpg"); }
  .page-company .company_l {
    width: 32.29%;
    float: left;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl; }
    .page-company .company_l h3 {
      font-size: 33px;
      margin-right: 75px; }
  .page-company .company_r {
    width: 54.16%;
    margin-left: 13.55%;
    float: left; }
    .page-company .company_r p {
      margin: 0 0 45px 0;
      line-height: 2; }
      .page-company .company_r p:last-of-type {
        margin-bottom: 0; }
    .page-company .company_r figure {
      text-align: right; }
      .page-company .company_r figure figcaption {
        margin-top: 10px; }
        .page-company .company_r figure figcaption .lg {
          font-size: 18px;
          margin-left: 10px; }
    .page-company .company_r h4 {
      font-size: 24px;
      margin: 0 0 10px 0; }
  .page-company .greeting {
    padding-bottom: 45px; }
  .page-company .philosophy,
  .page-company .profile,
  .page-company .history {
    padding: 45px 0; }
  .page-company .profile {
    border-bottom: 1px solid #f1f1f1; }
  .page-company .profile table th,
  .page-company .history table th {
    text-align: left;
    width: 100px;
    vertical-align: top; }
  .page-company .profile table th, .page-company .profile table td,
  .page-company .history table th,
  .page-company .history table td {
    padding: 5px 0; }

@media (max-width: 414px) {
  .page-company .company_l,
  .page-company .company_r {
    float: none;
    width: 100%;
    padding-left: 10%;
    padding-right: 10%;
    box-sizing: border-box; }
  .page-company .company_l {
    writing-mode: inherit; }
    .page-company .company_l h3 {
      font-size: 22px;
      text-align: center;
      margin-right: 0;
      margin-top: 80px;
      margin-bottom: 50px;
      position: relative; }
      .page-company .company_l h3::before {
        content: url("../images/common/bg_h3_top.png");
        display: block;
        position: absolute;
        top: -52px;
        left: 0;
        right: 0; }
      .page-company .company_l h3::after {
        content: url("../images/common/bg_h3_bottom.png");
        display: block;
        position: absolute;
        bottom: -45px;
        left: 0;
        right: 0; }
  .page-company .company_r {
    margin-left: 0; }
    .page-company .company_r table th, .page-company .company_r table td {
      display: block; }
    .page-company .company_r table th {
      margin-bottom: 10px; } }

/* 4.6 - Recruit
* -----------------------------------------------------------------------------
*/
/* 4.6.1 - Recruit Top
* -----------------------------------------------------------------------------
*/
.page-recruit .main_image p {
  position: absolute;
  top: 300px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  color: #fff;
  font-size: 24px;
  margin-top: 0;
  letter-spacing: .1em; }

.page-recruit .main_image .lg {
  font-size: 24px;
  font-weight: bold;
  margin-top: 50px;
  line-height: 1.4;
  font-size: 43px; }
  .page-recruit .main_image .lg span {
    font-size: 67px; }
  .page-recruit .main_image .lg::before {
    content: url("../images/recruit/bg_h2_l.png");
    position: absolute;
    top: 80px;
    left: calc( 50% - 384px); }
  .page-recruit .main_image .lg::after {
    content: url("../images/recruit/bg_h2_r.png");
    position: absolute;
    top: 30px;
    right: calc( 50% - 300px); }

.page-recruit .main_image h2 {
  top: 133px;
  transform: none; }

.page-recruit .main_image_bg {
  background-image: url("../images/recruit/main_image.jpg");
  height: 736px; }

.recruit_top {
  padding-bottom: 76px; }
  .recruit_top .catch {
    text-align: center;
    font-size: 30px; }
    .recruit_top .catch span {
      border-bottom: 2px solid #213541;
      padding-bottom: 4px; }
  .recruit_top .fr350 p {
    font-size: 14px;
    text-align: right;
    margin-bottom: 0; }
    .recruit_top .fr350 p span {
      font-size: 18px;
      font-weight: bold;
      margin-left: 10px; }
  .recruit_top .cf {
    margin-bottom: 80px; }

@media (max-width: 414px) {
  .page-recruit .main_image p {
    font-size: 12px;
    top: 170px; }
  .page-recruit .main_image h2 {
    top: 0; }
  .page-recruit .main_image .lg {
    font-size: 16px; }
    .page-recruit .main_image .lg span {
      font-size: 24px; }
    .page-recruit .main_image .lg::after {
      display: none; }
  .page-recruit .main_image_bg {
    background-image: url("../images/recruit/main_image_sp.jpg");
    height: 303px;
    margin-bottom: 40px; }
  .recruit_top .inner {
    padding-left: 10%;
    padding-right: 10%; }
  .recruit_top .cf {
    margin-bottom: 20px; }
  .recruit_top .catch {
    font-size: 18px;
    line-height: 2.3;
    margin-bottom: 50px; }
  .recruit_top .fr350 p {
    text-align: center; } }

/* インタビューページ共通 */
.recruit_nav {
  background: url("../images/common/bg4.jpg");
  padding: 76px 0 56px 0;
  margin-bottom: 75px; }
  .recruit_nav .inner {
    padding-left: 10%;
    padding-right: 10%; }
  .recruit_nav .wrap {
    display: flex;
    justify-content: space-between; }
    .recruit_nav .wrap .box {
      text-align: center;
      max-width: 33.33%; }
      .recruit_nav .wrap .box .title {
        position: relative;
        font-size: 20px;
        margin-bottom: 10px; }
        .recruit_nav .wrap .box .title::before {
          content: '';
          display: inline-block;
          position: absolute;
          top: -20px;
          left: 0;
          right: 0;
          width: 105px;
          height: 11px;
          background-image: url(../images/recruit/txt_tentaka_interview.png);
          background-repeat: no-repeat;
          background-size: contain;
          margin: 0 auto; }
      .recruit_nav .wrap .box .thum img {
        width: 100%; }
      .recruit_nav .wrap .box .name {
        font-size: 16px;
        margin-top: 10px; }
        .recruit_nav .wrap .box .name span {
          font-size: 14px;
          margin-right: 15px; }
      .recruit_nav .wrap .box .entry {
        font-size: 12px;
        line-height: 1; }

@media (max-width: 414px) {
  .recruit_nav {
    padding: 60px 0px;
    margin-bottom: 0; }
    .recruit_nav .wrap {
      display: block; }
      .recruit_nav .wrap .box {
        max-width: 100%; }
        .recruit_nav .wrap .box:not(:last-child) {
          margin-bottom: 60px; } }

/* パンフレット */
.pamphlet_wrap {
  display: table; }

.pamphlet_l {
  display: table-cell;
  vertical-align: middle; }
  .pamphlet_l > div {
    width: 200px;
    height: 200px;
    background: #f7ee34;
    border-radius: 100px;
    position: relative; }
    .pamphlet_l > div p {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      text-align: center;
      left: 0;
      right: 0;
      margin: 0 auto;
      font-weight: bold; }
      .pamphlet_l > div p span {
        font-size: 12px;
        font-weight: normal; }

.pamphlet_r {
  display: table-cell;
  vertical-align: middle;
  padding-left: 40px; }
  .pamphlet_r img {
    width: 100%;
    max-width: 579px; }

@media (max-width: 414px) {
  .pamphlet .inner {
    padding-left: 0;
    padding-right: 0; }
  .pamphlet_r,
  .pamphlet_l {
    display: block; }
  .pamphlet_l {
    margin-bottom: 30px; }
    .pamphlet_l > div {
      margin-left: auto;
      margin-right: auto; }
  .pamphlet_r {
    padding-left: 0; } }

/* 新卒採用／募集要項 */
.banner_area {
  display: flex;
  justify-content: center;
  margin: 35px 0; }
  .banner_area div {
    margin: 0 7px; }

.summary_new {
  border-bottom: 1px solid #ebebeb;
  padding-bottom: 70px; }

.summary_career {
  border-bottom: 1px solid #ebebeb;
  padding-bottom: 50px; }
  .summary_career .tb_summary {
    margin-top: 45px; }

.tb_summary tr {
  border-bottom: 1px solid #ebebeb; }
  .tb_summary tr:first-child th, .tb_summary tr:first-child td {
    padding-top: 30px;
    padding-bottom: 30px; }
  .tb_summary tr:last-child th, .tb_summary tr:last-child td {
    padding-bottom: 75px; }

.tb_summary th, .tb_summary td {
  background: #fff;
  padding-top: 10px;
  padding-bottom: 10px; }
  .tb_summary th a, .tb_summary td a {
    text-decoration: underline; }

.tb_summary th {
  white-space: nowrap;
  text-align: left;
  padding-left: 55px;
  padding-right: 70px;
  vertical-align: top; }

.tb_summary td {
  padding-right: 75px; }

@media (max-width: 414px) {
  .summary_new .inner {
    padding-right: 0;
    padding-left: 0; }
  .tb_summary th, .tb_summary td {
    display: block;
    padding-left: 30px !important;
    padding-right: 30px !important;
    padding-top: 10px !important;
    padding-bottom: 10px !important; } }

/* 4.6.2 - Interview
* -----------------------------------------------------------------------------
*/
.page-interview .sec {
  border: none; }

.page-interview .recruit_nav {
  margin-bottom: 0; }

.interview_top {
  height: 630px;
  padding: 130px 0;
  box-sizing: border-box;
  color: #fff;
  background-size: cover;
  background-position: center center; }
  .interview_top .catch {
    font-size: 28px;
    letter-spacing: 0.1em; }
  .interview_top .name {
    font-size: 24px;
    line-height: 1.2; }
    .interview_top .name span {
      font-size: 12px; }
    .interview_top .name .entry {
      margin-left: 15px; }

.about_work {
  display: table;
  border: 1px solid #f3f3f3;
  background: #fff;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-top: 40px; }
  .about_work div {
    display: table-cell;
    padding: 15px 40px;
    vertical-align: middle; }
    .about_work div:first-child {
      font-size: 18px;
      white-space: nowrap;
      border-right: 1px solid #e5e5e5; }
      .about_work div:first-child span {
        font-size: 24px; }

.interview_bottom {
  padding-top: 80px;
  padding-bottom: 90px; }
  .interview_bottom .inner {
    background-size: cover;
    background-position: center center;
    height: 370px;
    position: relative; }
    .interview_bottom .inner .inner_content {
      position: absolute;
      background: #fff;
      right: 20px;
      top: 25px;
      max-width: 465px;
      width: 100%;
      padding-top: 40px;
      padding-bottom: 40px;
      box-sizing: border-box; }
    .interview_bottom .inner .inner_l {
      float: left;
      width: 330px; }
      .interview_bottom .inner .inner_l .title {
        font-size: 18px;
        border-bottom: 1px solid #000;
        margin-bottom: 20px;
        font-weight: bold;
        padding-left: 85px;
        position: relative; }
        .interview_bottom .inner .inner_l .title::before {
          content: url("../images/common/icon_intervew1.png");
          position: absolute;
          top: -16px;
          left: 40px; }
      .interview_bottom .inner .inner_l .name {
        font-size: 22px;
        padding-left: 40px;
        margin-bottom: 15px;
        letter-spacing: 0.2em; }
      .interview_bottom .inner .inner_l .text {
        font-size: 12px;
        padding-left: 40px; }
    .interview_bottom .inner .inner_r {
      float: right;
      width: 135px;
      text-align: center;
      padding-top: 40px; }

@media (max-width: 414px) {
  .page-interview .interview_top {
    background-image: none !important;
    padding: 0;
    color: #080404;
    height: auto; }
    .page-interview .interview_top img {
      width: 100%; }
    .page-interview .interview_top .inner {
      padding-left: 30px;
      padding-right: 30px; }
    .page-interview .interview_top .catch {
      font-size: 20px; }
    .page-interview .interview_top .name {
      font-size: 20px; }
  .page-interview .about_work_wrap {
    padding-right: 30px;
    padding-left: 30px;
    display: block; }
    .page-interview .about_work_wrap > div > div {
      display: block;
      font-size: 12px;
      padding: 10px 40px; }
      .page-interview .about_work_wrap > div > div:first-child {
        font-size: 14px;
        border: none; }
        .page-interview .about_work_wrap > div > div:first-child span {
          font-size: 20px; }
  .page-interview .interview_bottom {
    padding-bottom: 40px; }
    .page-interview .interview_bottom .inner {
      background: none !important;
      height: auto; }
      .page-interview .interview_bottom .inner .inner_content {
        position: static;
        padding-bottom: 0; }
      .page-interview .interview_bottom .inner .inner_l {
        float: none;
        width: 100%;
        padding-right: 30px;
        box-sizing: border-box; }
      .page-interview .interview_bottom .inner .inner_r {
        float: none;
        width: 100%; }
        .page-interview .interview_bottom .inner .inner_r img {
          width: 100%; } }

/* Interview1 */
.page-interview1 .main_image_bg {
  background-image: url("../images/interview1/main_image.jpg"); }

.page-interview1 .interview_top {
  background-image: url("../images/interview1/img_person.jpg"); }

.page-interview1 .interview_bottom .inner {
  background-image: url("../images/interview1/bg_interview_bottom.jpg"); }

/* Interview2 */
.page-interview2 .main_image_bg {
  background-image: url("../images/interview2/main_image.jpg"); }

.page-interview2 .interview_top {
  background-image: url("../images/interview2/img_person.jpg"); }

.page-interview2 .interview_bottom .inner {
  background-image: url("../images/interview2/bg_interview_bottom.jpg"); }

/* Interview2 */
.page-interview3 .main_image_bg {
  background-image: url("../images/interview3/main_image.jpg"); }

.page-interview3 .interview_top {
  background-image: url("../images/interview3/img_person.jpg"); }

.page-interview3 .interview_bottom .inner {
  background-image: url("../images/interview3/bg_interview_bottom.jpg"); }

/* 4.7 - News
* -----------------------------------------------------------------------------
*/
.page-news {
  /* スマホ表示でヘッダーがタイトルを隠してしまう。
	.inner{
		padding-bottom: 80px;
	}
*/ }
  .page-news .main_image .main_image_bg {
    background-image: url("../images/news/main_image.jpg"); }
  .page-news .main_image h2 {
    color: #fff; }
    .page-news .main_image h2::before {
      content: '';
      background-image: url("../images/common/bg_h3_top_w.png"); }
    .page-news .main_image h2::after {
      content: url("../images/common/bg_h3_bottom_w.png"); }
  .page-news .news_main {
    width: 100%;
    margin-right: -45.31%;
    padding-right: 45.31%;
    box-sizing: border-box;
    float: left;
    padding-bottom: 60px; }
    .page-news .news_main .post {
      margin-bottom: 30px; }
      .page-news .news_main .post:not(:last-child) {
        border-bottom: 1px solid #f1f1f1; }
      .page-news .news_main .post .post_head {
        margin-bottom: 40px; }
        .page-news .news_main .post .post_head h2 {
          font-size: 24px;
          text-align: left;
          margin-bottom: 5px; }
      .page-news .news_main .post .content img {
        margin: 20px 0;
        max-width: 100%;
        height: auto; }
      .page-news .news_main .post .content p {
        margin: 0 0 40px 0; }
      .page-news .news_main .post .content a {
        text-decoration: underline; }
  .page-news .wp-pagenavi {
    margin: 40px 0;
    text-align: center; }
    .page-news .wp-pagenavi .page {
      border: 1px solid #ccc;
      padding: 3px 8px;
      margin: 3px;
      display: inline-block;
      line-height: 1; }
      .page-news .wp-pagenavi .page:hover {
        text-decoration: none;
        background: #213541;
        color: #fff; }
    .page-news .wp-pagenavi .pages {
      margin-right: 10px; }
    .page-news .wp-pagenavi .current {
      margin: 0 5px;
      font-weight: bold; }
    .page-news .wp-pagenavi .last {
      margin-left: 10px; }
    .page-news .wp-pagenavi .first {
      margin-right: 10px; }
  .page-news .next {
    float: right; }
  .page-news .previous {
    float: left; }
  .page-news .sidebar {
    width: 235px;
    float: right; }
    .page-news .sidebar .widget:not(:last-child) {
      margin-bottom: 70px; }
    .page-news .sidebar .widget h3 {
      letter-spacing: .2em;
      border: 1px solid #dbdbdb;
      font-size: 15px;
      padding: 2px 10px;
      font-family: "游明朝", YuMincho, "Yu Mincho", Georgia, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", serif;
      -webkit-text-size-adjust: 100%; }
    .page-news .sidebar .widget ul li {
      border-bottom: 1px solid #dbdbdb;
      padding: 5px 10px; }
      .page-news .sidebar .widget ul li a:hover {
        text-decoration: underline; }

@media (max-width: 414px) {
  .page-news .main_image .main_image_bg {
    background-image: url("../images/news/main_image_sp.jpg"); }
  .page-news .main_image h2 {
    color: inherit; }
    .page-news .main_image h2::before {
      content: '';
      background-image: url("../images/common/bg_h3_top.png"); }
    .page-news .main_image h2::after {
      content: url("../images/common/bg_h3_bottom.png"); }
  .page-news .news_main {
    float: none;
    padding: 0 10%;
    margin-right: 0; }
    .page-news .news_main .post_head {
      margin-top: 30px; }
  .page-news .sidebar {
    width: 100%;
    float: none;
    padding: 0 10%;
    box-sizing: border-box;
    margin-bottom: 30px; } }

/* 4.8 - Recipe
* -----------------------------------------------------------------------------
*/
.page-recipe .main_image .main_image_bg {
  background-image: url("../images/recipe/main_image.jpg"); }

.recipe_catch {
  font-size: 24px;
  text-align: center; }
  .recipe_catch::after {
    content: url("../images/common/bg_h3_bottom.png");
    display: block; }

.recipe_top {
  padding-bottom: 65px; }
  .recipe_top .recipe_top_l {
    float: left;
    width: 54.16%;
    margin-right: 4.18%; }
    .recipe_top .recipe_top_l .lg {
      font-size: 24px;
      font-weight: bold;
      margin: 0; }
    .recipe_top .recipe_top_l p {
      margin: 40px 0; }
  .recipe_top .recipe_top_r {
    float: left;
    width: 41.66%;
    padding-top: 80px; }
    .recipe_top .recipe_top_r img {
      width: 100%; }

@media (max-width: 414px) {
  .recipe_top .recipe_top_l,
  .recipe_top .recipe_top_r {
    float: none;
    width: 100%;
    padding-left: 10%;
    padding-right: 10%;
    box-sizing: border-box; }
  .recipe_top .recipe_top_r {
    padding-top: 20px; } }

/* 天鷹新酒粕を使用したレシピ・辛みもろみを使用したレシピ */
.recipe_osake,
.recipe_food {
  padding: 55px 0;
  border-top: 1px solid #f1f1f1; }
  .recipe_osake h3,
  .recipe_food h3 {
    text-align: center;
    font-size: 24px;
    font-weight: normal;
    line-height: 1;
    letter-spacing: .2em;
    margin-top: 0; }
    .recipe_osake h3 span,
    .recipe_food h3 span {
      font-size: 16px; }
  .recipe_osake .wrap,
  .recipe_food .wrap {
    display: flex;
    flex-wrap: wrap; }
    .recipe_osake .wrap .box,
    .recipe_food .wrap .box {
      max-width: 300px;
      width: 31.25%;
      display: block;
      float: left;
      margin: 0 1% 50px; }
      .recipe_osake .wrap .box .thum img,
      .recipe_food .wrap .box .thum img {
        width: 100%; }
      .recipe_osake .wrap .box .text,
      .recipe_food .wrap .box .text {
        font-size: 18px;
        text-align: center;
        margin-top: 15px; }
        .recipe_osake .wrap .box .text a:hover,
        .recipe_food .wrap .box .text a:hover {
          text-decoration: underline; }
        .recipe_osake .wrap .box .text .sm,
        .recipe_food .wrap .box .text .sm {
          font-size: 14px; }

@media (max-width: 414px) {
  .recipe_osake,
  .recipe_food {
    padding-right: 10%;
    padding-left: 10%;
    box-sizing: border-box;
    padding-bottom: 20px; }
    .recipe_osake h3,
    .recipe_food h3 {
      font-size: 20px; }
    .recipe_osake .wrap .box,
    .recipe_food .wrap .box {
      float: none;
      width: 100%;
      max-width: 100%; } }

/* 4.8.1 - Recipe Single
* -----------------------------------------------------------------------------
*/
.page-recipe-single {
  /* Ingredient */
  /* 作り方 */ }
  .page-recipe-single .recipe_single_top {
    padding: 0 0 45px 0; }
  .page-recipe-single .recipe_single_top_l {
    float: left;
    width: 54.16%; }
    .page-recipe-single .recipe_single_top_l img {
      width: 100%; }
    .page-recipe-single .recipe_single_top_l .wrap {
      margin-top: 20px;
      display: flex;
      justify-content: space-between; }
      .page-recipe-single .recipe_single_top_l .wrap .box img {
        width: 100%;
        max-width: 160px; }
  .page-recipe-single .recipe_single_top_r {
    float: left;
    width: 45.83%;
    padding-left: 5.2%;
    box-sizing: border-box; }
    .page-recipe-single .recipe_single_top_r p {
      margin: 0; }
    .page-recipe-single .recipe_single_top_r .recipe_name {
      font-size: 26px;
      margin-bottom: 45px;
      font-weight: bold; }
    .page-recipe-single .recipe_single_top_r .btn_blue {
      font-size: 11px;
      margin: inherit;
      margin-top: 70px;
      margin-bottom: 15px; }
  .page-recipe-single .ingredient {
    padding-top: 45px;
    padding-bottom: 45px; }
    .page-recipe-single .ingredient .inner {
      padding-right: 180px; }
      .page-recipe-single .ingredient .inner h3 {
        margin-top: 0;
        font-size: 18px; }
        .page-recipe-single .ingredient .inner h3 span {
          font-size: 14px;
          font-weight: normal; }
    .page-recipe-single .ingredient ul {
      margin: 20px 0; }
      .page-recipe-single .ingredient ul li {
        border-bottom: 1px solid #dfdfdf;
        padding: 3px 0; }
      .page-recipe-single .ingredient ul:last-child {
        margin-bottom: 0; }
    .page-recipe-single .ingredient .mt0 {
      margin-top: 0; }
  .page-recipe-single .detail {
    padding-bottom: 75px;
    padding-top: 50px; }
    .page-recipe-single .detail .inner {
      padding-right: 180px; }
      .page-recipe-single .detail .inner h3 {
        font-size: 18px;
        margin-top: 0; }
    .page-recipe-single .detail ul li {
      position: relative;
      padding-left: 60px;
      border-bottom: 1px solid #dfdfdf;
      padding-bottom: 25px;
      padding-top: 20px; }
      .page-recipe-single .detail ul li span {
        display: block;
        width: 40px;
        height: 40px;
        position: absolute;
        background: #213541;
        color: #fff;
        text-align: center;
        line-height: 40px;
        left: 0;
        top: 20px; }

@media (max-width: 414px) {
  .page-recipe-single .recipe_single_top_l,
  .page-recipe-single .recipe_single_top_r {
    float: none;
    width: 100%;
    padding-right: 10%;
    padding-left: 10%;
    box-sizing: border-box; }
  .page-recipe-single .recipe_single_top_l {
    margin-bottom: 30px; }
  .page-recipe-single .recipe_single_top_r .recipe_name {
    margin-bottom: 20px; }
  .page-recipe-single .recipe_single_top_r .btn_blue {
    margin-top: 20px; }
  .page-recipe-single .recipe_single_top_r img {
    display: block;
    margin-right: auto;
    margin-left: auto; }
  .page-recipe-single .ingredient,
  .page-recipe-single .detail {
    padding-left: 10%;
    padding-right: 10%; }
    .page-recipe-single .ingredient .inner,
    .page-recipe-single .detail .inner {
      padding-right: 0; } }

/* 4.9 - Contact
* -----------------------------------------------------------------------------
*/
.page-contact .main_image .main_image_bg {
  background-image: url("../images/contact/main_image.jpg"); }

.page-contact .main_image h2 {
  color: #fff; }
  .page-contact .main_image h2::before {
    content: '';
    background-image: url("../images/common/bg_h3_top_w.png"); }
  .page-contact .main_image h2::after {
    content: url("../images/common/bg_h3_bottom_w.png"); }

.page-contact .sec {
  text-align: center;
  line-height: 1; }
  .page-contact .sec h3 {
    margin-bottom: 70px; }

.page-contact .number {
  letter-spacing: .2em; }
  .page-contact .number::before {
    content: "";
    background-image: url("../images/common/icon_tel.png");
    margin-right: 10px;
    background-size: cover;
    display: inline-block; }

.page-contact .tel {
  font-size: 42px;
  margin-bottom: 10px; }
  .page-contact .tel .number::before {
    width: 37px;
    height: 37px; }

.page-contact .mobile {
  margin-bottom: 30px; }
  .page-contact .mobile .number {
    font-size: 30px; }
    .page-contact .mobile .number::before {
      width: 23px;
      height: 23px; }
  .page-contact .mobile .sm {
    font-size: 12px;
    vertical-align: super;
    margin-right: 10px; }

.page-contact form {
  max-width: 524px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  margin-top: 50px; }
  .page-contact form dt {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px; }
  .page-contact form dd {
    margin-left: 0; }
  .page-contact form label {
    display: block;
    margin-left: 20px; }
    .page-contact form label:first-child {
      margin-top: 20px; }
    .page-contact form label:last-child {
      margin-bottom: 20px; }
  .page-contact form input[type="text"],
  .page-contact form textarea {
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
    margin-bottom: 30px;
    border: 1px solid #e4e4e4; }
  .page-contact form input,
  .page-contact form textarea {
    margin-bottom: 20px; }
  .page-contact form textarea {
    height: 400px; }

.page-contact button[type="submit"] {
  font-size: 15px;
  cursor: pointer; }

@media (max-width: 414px) {
  .page-contact .sec h3 {
    line-height: 1.4; }
  .page-contact .sec p {
    line-height: 1.4;
    text-align: left; }
  .page-contact .main_image .main_image_bg {
    background-image: url("../images/contact/main_image_sp.jpg"); }
  .page-contact .main_image h2 {
    color: inherit; }
    .page-contact .main_image h2::before {
      content: '';
      background-image: url("../images/common/bg_h3_top.png"); }
    .page-contact .main_image h2::after {
      content: url("../images/common/bg_h3_bottom.png"); }
  .page-contact .tel {
    font-size: 32px; }
    .page-contact .tel .number::before {
      width: 27px;
      height: 27px; }
  .page-contact .mobile .sm {
    display: block;
    margin-right: 0;
    margin-bottom: 5px; }
  .page-contact .mobile + p {
    font-size: 11px; } }

/* 5.0 - Footer
* -----------------------------------------------------------------------------
*/
.footer_top {
  height: 165px;
  background: url("../images/common/bg3.jpg");
  margin-bottom: 10px; }

.footer_bottom {
  background: #213541;
  padding: 70px 10px;
  color: #fff;
  letter-spacing: .1em; }
  .footer_bottom .footer_bottom_l {
    float: left;
    width: 41.83%; }
    .footer_bottom .footer_bottom_l img {
      float: left;
      margin-right: 40px;
      width: 88px;
      height: 131px; }
    .footer_bottom .footer_bottom_l ul li {
      font-size: 12px; }
    .footer_bottom .footer_bottom_l ul .name {
      font-size: 20px;
      margin-bottom: 10px; }
  .footer_bottom .footer_bottom_r {
    float: left;
    width: 58.17%;
    text-align: right; }
    .footer_bottom .footer_bottom_r ul {
      margin-bottom: 10px; }
      .footer_bottom .footer_bottom_r ul li {
        display: inline;
        margin-left: 20px; }
        .footer_bottom .footer_bottom_r ul li a {
          font-size: 12px; }
          .footer_bottom .footer_bottom_r ul li a:hover {
            text-decoration: underline; }
          .footer_bottom .footer_bottom_r ul li a img {
            vertical-align: text-top; }
  .footer_bottom .copyright {
    font-size: 11px;
    text-align: right;
    margin-top: 70px; }

#btn_contact {
  position: fixed;
  right: 0;
  top: 120px;
  z-index: 100; }
  #btn_contact img {
    width: 90px;
    height: auto; }

#totop {
  position: fixed;
  bottom: 50px;
  right: 50px;
  z-index: 2; }
  #totop img {
    width: 40px; }

@media (max-width: 414px) {
  .footer_bottom {
    padding-left: 10.66%;
    padding-right: 10.66%;
    padding-bottom: 50px;
    padding-top: 45px; }
    .footer_bottom .footer_bottom_l {
      float: none;
      width: 100%; }
      .footer_bottom .footer_bottom_l img {
        margin-right: 24px;
        margin-bottom: 40px; }
      .footer_bottom .footer_bottom_l ul .name {
        font-size: 19px; }
    .footer_bottom .footer_bottom_r {
      float: none;
      width: 100%; }
      .footer_bottom .footer_bottom_r ul {
        text-align: center;
        margin-top: 10px; }
        .footer_bottom .footer_bottom_r ul li {
          margin: 0 5px; }
      .footer_bottom .footer_bottom_r .copyright {
        text-align: center;
        margin-top: 40px; }
  #totop {
    position: fixed;
    bottom: 10px;
    right: 10px;
    z-index: 2; }
    #totop img {
      width: 40px; } }

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