@charset "UTF-8";
/*
Theme Name : 芝寿し 冷凍事業部
Theme URI :
Author: SCARAMANGA INC.
Author URI: http://scaramanga.jp
Description:
Version: 1.0
*/
/*---base------------------------------------------------------------------*/
/* reset
========================================================================== */
blockquote,
body,
dd,
div,
dl,
dt,
fieldset,
figcaption,
figure,
form,
h1,
h2,
h3,
h4,
h5,
h6,
li,
ol,
p,
pre,
td,
th,
ul {
  margin: 0;
  padding: 0;
  font: inherit;
  vertical-align: baseline;
}

input,
textarea {
  margin: 0;
  font-size: 100%;
}

label {
  cursor: pointer;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 100%;
}

fieldset,
img {
  border: 0;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

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

ol,
ul {
  list-style: none;
}

caption,
th {
  text-align: left;
}

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

a,
input {
  outline: none;
}

input,
textarea {
  border-radius: 0;
}

input[type="button"],
input[type="submit"] {
  -webkit-appearance: none;
  border: none;
  cursor: pointer;
}

abbr,
acronym {
  border: 0;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  width: 100%;
  height: 100%;
}

body {
  font-family: "Noto Serif JP", "游明朝", "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", "HGS明朝E", "メイリオ", "Meiryo", serif;
  font-size: 1.4rem;
  letter-spacing: 0.15em;
  line-height: 1.78;
  color: #232323;
  background: #fafafa;
  font-weight: 500;
  position: relative;
}

@media screen and (max-width: 767px) {
  body {
    font-size: 1.3rem;
  }
}

a {
  color: #232323;
  text-decoration: none;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}

a img {
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}

a:hover {
  text-decoration: none;
}

a:hover img {
  opacity: 0.6;
}

a:active {
  text-decoration: none;
}

a:visited {
  text-decoration: none;
}

.en {
  font-family: "Nanum Myeongjo", serif;
}

/* all
---------------------------------------------------------------------------------------*/
.text_center {
  text-align: center;
}

.text_right {
  text-align: right;
}

.text_left {
  text-align: left;
}

@media screen and (max-width: 767px) {
  .pc_only {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .sp_only {
    display: none;
  }
}

/* animate
---------------------------------------------------------------------------------------*/
.fadein,
.fadein_up {
  opacity: 0;
}

.animated {
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

/*!------------------------------------*
fadeIn
\*!------------------------------------*/
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

/*!------------------------------------*
fadeInUp
\*!------------------------------------*/
@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 15px, 0);
    transform: translate3d(0, 15px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 15px, 0);
    transform: translate3d(0, 15px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

/* _header
---------------------------------------------------------------------------------------*/
@media screen and (min-width: 768px) {
  .header {
    position: relative;
    margin-bottom: 59px;
  }
  .header .description {
    font-size: 1.1rem;
    background: #0C2E1C;
    color: #fafafa;
    padding: 3px 20px 3px 70px;
  }
  .header .header_logo {
    margin: 42px 0 15px 70px;
  }
  .header .header_logo img {
    width: 210px;
  }
  .header .header_nav {
    margin: 25px 0 0 110px;
  }
  .header .header_nav li {
    float: left;
    margin: 5px 35px;
    position: relative;
  }
  .header .header_nav li:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -12px;
    display: block;
    width: 0;
    height: 1px;
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
  }
  .header .header_nav li:after {
    background: #0C2E1C;
  }
  .header .header_nav li:hover {
    opacity: 1;
  }
  .header .header_nav li:hover:after {
    width: 100%;
  }
  .header .header_nav li a {
    font-size: 1.6rem;
    display: block;
  }
  .header .header_nav li a span {
    display: block;
    font-size: 1rem;
    text-align: center;
  }
  .header .header_nav li.nav_active:after {
    width: 100%;
  }
  .header .btn_contact {
    position: absolute;
    top: 0;
    right: 0;
  }
  .header .btn_contact a {
    width: 210px;
    height: 105px;
    display: block;
    background: #0C2E1C;
    color: #ffffff;
    text-align: center;
    padding: 32px 25px;
  }
  .header .btn_contact a span {
    display: block;
    margin-top: 5px;
    font-size: 1rem;
    text-align: center;
  }
  .header .btn_contact a:hover {
    background: #175635;
  }
  .header .btn_cart {
    position: absolute;
    top: 0;
    right: 210px;
  }
  .header .btn_cart a {
    width: 210px;
    height: 105px;
    padding: 22px;
    display: block;
    background: #eda544;
    color: #fff;
    text-align: center;
    font-size: 1.2rem;
  }
  .header .btn_cart a:hover {
    background: #feba5e;
  }
  .header .btn_cart a svg {
    display: block;
    margin: 0 auto 6px;
    width: 32px;
    fill: #fff;
  }
  .hamburger {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .header {
    padding: 10px 15px 12px;
  }
  .header .description {
    font-size: 0.5rem;
  }
  .header .header_logo {
    width: 155px;
    margin: 5px 0 8px;
  }
  .g_nav {
    position: fixed;
    display: none;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    background-color: #fafafa;
    z-index: 99997;
    overflow: scroll;
  }
  .g_nav .nav_logo {
    width: 155px;
    margin: 15px auto;
  }
  .g_nav .header_nav li {
    position: relative;
    width: 100%;
    text-align: center;
    border-bottom: 1px solid #dcdcdc;
    padding: 13px 0;
  }
  .g_nav .header_nav li a {
    font-size: 1.6rem;
    display: block;
  }
  .g_nav .header_nav li a span {
    display: block;
    font-size: 1rem;
    text-align: center;
  }
  .g_nav .header_nav li.nav_active:after {
    width: 100%;
  }
  .g_nav .btn_contact a {
    width: 100%;
    height: 105px;
    display: block;
    background: #0C2E1C;
    color: #ffffff;
    text-align: center;
    padding: 32px 25px;
  }
  .g_nav .btn_contact a span {
    display: block;
    margin-top: 5px;
    font-size: 1rem;
    text-align: center;
  }
  .g_nav .btn_contact a:hover {
    background: #175635;
  }
  .g_nav .btn_cart {
    padding-bottom: 100px;
  }
  .g_nav .btn_cart a {
    width: 100%;
    height: 105px;
    padding: 22px;
    display: block;
    background: #eda544;
    color: #fff;
    text-align: center;
    font-size: 1.2rem;
  }
  .g_nav .btn_cart a:hover {
    background: #feba5e;
  }
  .g_nav .btn_cart a svg {
    display: block;
    margin: 0 auto 6px;
    width: 32px;
    fill: #fff;
  }
  /*----------ハンバーガーアイコン----------*/
  .hamburger_area {
    background: #0C2E1C;
    position: fixed;
    z-index: 99999;
    top: 0;
    right: 0;
    width: 70px;
    height: 70px;
  }
  .hamburger_area:hover {
    cursor: pointer;
  }
  .hamburger {
    display: block;
    position: absolute;
    top: 17px;
    left: 14px;
    display: block;
    width: 45px;
    height: 19px;
    z-index: 9999;
  }
  .hamburger span {
    display: inline-block;
    transition: all 0.4s;
    box-sizing: border-box;
    position: absolute;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #eda544;
  }
  .hamburger span:nth-of-type(1) {
    top: 0;
  }
  .hamburger span:nth-of-type(2) {
    top: 9px;
  }
  .hamburger span:nth-of-type(3) {
    bottom: 0;
  }
  .hamburger p {
    margin-top: 25px;
    font-size: 0.5rem;
    text-align: center;
    letter-spacing: 0.2rem;
    font-weight: bold;
    color: #ffffff;
  }
  .active:hover {
    cursor: pointer;
  }
  .active:hover span:nth-of-type(1) {
    top: 1px;
  }
  .active:hover span:nth-of-type(3) {
    bottom: 1px !important;
  }
  .active span {
    background-color: #eda544;
  }
  .active span:nth-of-type(1) {
    top: 1px;
  }
  .active span:nth-of-type(3) {
    bottom: 1px !important;
  }
  .hamburger span:nth-of-type(1) {
    -webkit-animation: menu-ber01 0.75s forwards;
    animation: menu-ber01 0.75s forwards;
  }
  .hamburger span:nth-of-type(2) {
    transition: all 0.25s 0.25s;
    opacity: 1;
  }
  .hamburger span:nth-of-type(3) {
    -webkit-animation: menu-ber02 0.75s forwards;
    animation: menu-ber02 0.75s forwards;
  }
  .active span:nth-of-type(1) {
    -webkit-animation: active-menu-ber01 0.75s forwards;
    animation: active-menu-ber01 0.75s forwards;
  }
  .active span:nth-of-type(2) {
    opacity: 0;
  }
  .active span:nth-of-type(3) {
    -webkit-animation: active-menu-ber03 0.75s forwards;
    animation: active-menu-ber03 0.75s forwards;
  }
  @-webkit-keyframes menu-ber01 {
    0% {
      -webkit-transform: translateY(8px) rotate(45deg);
    }
    50% {
      -webkit-transform: translateY(8px) rotate(0);
    }
    100% {
      -webkit-transform: translateY(0) rotate(0);
    }
  }
  @keyframes menu-ber01 {
    0% {
      transform: translateY(8px) rotate(45deg);
    }
    50% {
      transform: translateY(8px) rotate(0);
    }
    100% {
      transform: translateY(0) rotate(0);
    }
  }
  @-webkit-keyframes menu-ber02 {
    0% {
      -webkit-transform: translateY(-8px) rotate(-45deg);
    }
    50% {
      -webkit-transform: translateY(-8px) rotate(0);
    }
    100% {
      -webkit-transform: translateY(0) rotate(0);
    }
  }
  @keyframes menu-ber02 {
    0% {
      transform: translateY(-8px) rotate(-45deg);
    }
    50% {
      transform: translateY(-8px) rotate(0);
    }
    100% {
      transform: translateY(0) rotate(0);
    }
  }
  @-webkit-keyframes active-menu-ber01 {
    0% {
      -webkit-transform: translateY(0) rotate(0);
    }
    50% {
      -webkit-transform: translateY(8px) rotate(0);
    }
    100% {
      -webkit-transform: translateY(8px) rotate(45deg);
    }
  }
  @keyframes active-menu-ber01 {
    0% {
      transform: translateY(0) rotate(0);
    }
    50% {
      transform: translateY(8px) rotate(0);
    }
    100% {
      transform: translateY(8px) rotate(45deg);
    }
  }
  @-webkit-keyframes active-menu-ber03 {
    0% {
      -webkit-transform: translateY(0) rotate(0);
    }
    50% {
      -webkit-transform: translateY(-8px) rotate(0);
    }
    100% {
      -webkit-transform: translateY(-8px) rotate(-45deg);
    }
  }
  @keyframes active-menu-ber03 {
    0% {
      transform: translateY(0) rotate(0);
    }
    50% {
      transform: translateY(-8px) rotate(0);
    }
    100% {
      transform: translateY(-8px) rotate(-45deg);
    }
  }
}

/* _page
---------------------------------------------------------------------------------------*/
.container {
  max-width: 1250px;
  margin: auto;
  padding: 0 25px;
}

.page_title {
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: 70px;
}

@media screen and (max-width: 767px) {
  .page_title {
    margin: 0;
  }
}

.page_title .page_title_bg {
  width: -webkit-calc(100% - 390px);
  width: calc(100% - 390px);
  margin-left: -10%;
  height: 390px;
  position: relative;
  z-index: 1;
  margin-top: 115px;
}

@media screen and (max-width: 767px) {
  .page_title .page_title_bg {
    display: none;
  }
}

.page_title .page_title_inr {
  width: -webkit-calc(390px + 10%);
  width: calc(390px + 10%);
  height: 100%;
  background: #ebf3eb;
  position: relative;
  z-index: 0;
  padding: 90px 50px 90px 70px;
}

@media screen and (max-width: 767px) {
  .page_title .page_title_inr {
    width: 100%;
    padding: 25px;
  }
}

.page_title .page_title_inr .jp {
  font-size: 4.7rem;
  letter-spacing: 0.15em;
}

@media screen and (max-width: 767px) {
  .page_title .page_title_inr .jp {
    font-size: 2.9rem;
  }
}

.page_title .page_title_inr .en {
  font-size: 1.4rem;
  color: #232323;
}

@media screen and (max-width: 767px) {
  .page_title .page_title_inr .en {
    font-size: 1.2rem;
  }
}

.page_title .page_title_inr .en:after {
  content: '';
  display: block;
  width: 38px;
  height: 1px;
  margin: 35px 0;
  background: #232323;
}

@media screen and (max-width: 767px) {
  .page_title .page_title_inr .en:after {
    margin: 12px 0;
  }
}

.page_title .breadcrumb {
  position: absolute;
  top: 45px;
  right: 30px;
}

@media screen and (max-width: 767px) {
  .page_title .breadcrumb {
    display: none;
  }
}

.page_title .breadcrumb ul li {
  display: inline-block;
  font-size: 1.2rem;
  line-height: 1.4;
}

.page_title .breadcrumb ul li a {
  display: inline-block;
  position: relative;
  margin-right: 14px;
  padding-right: 15px;
}

.page_title .breadcrumb ul li a:hover {
  color: #1f7547;
}

.page_title .breadcrumb ul li a:after {
  display: block;
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  width: 4px;
  height: 4px;
  margin-top: -2px;
  border: 0;
  border-top: solid 1px #232323;
  border-right: solid 1px #232323;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.section_features {
  margin: 90px 0;
}

.btn {
  position: relative;
  display: inline-block;
  background: #0C2E1C;
  text-align: center;
  text-decoration: none;
  outline: none;
}

.btn a {
  display: block;
  position: relative;
  z-index: 3;
  padding: 21px 57px;
  color: #ffffff;
}

@media screen and (max-width: 767px) {
  .btn a {
    background: #0C2E1C;
    padding: 14px 20px;
  }
}

@media screen and (max-width: 767px) {
  .btn a:hover {
    opacity: 1;
    background: #eda544;
  }
}

@media screen and (min-width: 768px) {
  .btn:after, .btn:before {
    position: absolute;
    z-index: 2;
    content: '';
    width: 0;
    height: 0;
    border: 1px solid transparent;
  }
  .btn:before {
    top: -1px;
    left: -1px;
  }
  .btn:after {
    bottom: -1px;
    right: -1px;
  }
  .btn .animated-btn {
    cursor: pointer;
    display: block;
    position: relative;
    transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1);
  }
  .btn .animated-btn:hover {
    opacity: 1;
  }
  .btn .animated-btn:hover:before {
    left: 0;
    right: auto;
    width: 100%;
  }
  .btn .animated-btn:before {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 0;
    z-index: -1;
    content: '';
    background: #eda544;
    transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1);
  }
  .btn .animated-btn:link, .btn .animated-btn:visited {
    position: relative;
    display: block;
    text-align: center;
    overflow: hidden;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
  }
  .btn .animated-btn:link:after, .btn .animated-btn:visited:after {
    content: "";
    position: absolute;
    height: 0;
    left: 50%;
    top: 50%;
    width: 150%;
    z-index: -1;
    -webkit-transition: all 0.75s ease 0s;
    -moz-transition: all 0.75s ease 0s;
    -o-transition: all 0.75s ease 0s;
    transition: all 0.75s ease 0s;
  }
  .btn .animated-btn:link:hover:after, .btn .animated-btn:visited:hover:after {
    height: 450%;
  }
  .btn .animated-btn:link, .btn .animated-btn:visited {
    position: relative;
    display: block;
    font-size: 14px;
    text-align: center;
    overflow: hidden;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
  }
}

/* _footer
---------------------------------------------------------------------------------------*/
.section_contact {
  margin-top: 120px;
  padding: 100px 25px 120px;
  background: linear-gradient(135deg, #1f7547 0%, #0C2E1C 100%);
}

@media screen and (max-width: 767px) {
  .section_contact {
    padding: 35px 0px;
  }
}

.section_contact .section_contact_inr {
  background: #fafafa;
  padding: 50px 0;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .section_contact .section_contact_inr {
    padding: 25px 0;
  }
}

.section_contact .section_contact_inr .section_contact_inr_left {
  width: 45%;
  border-right: 1px solid #dcdcdc;
  padding: 20px 25px 10px;
}

@media screen and (max-width: 767px) {
  .section_contact .section_contact_inr .section_contact_inr_left {
    width: 100%;
    border-right: none;
    border-bottom: 1px solid #dcdcdc;
    padding: 20px 0;
    margin-bottom: 25px;
  }
}

.section_contact .section_contact_inr .section_contact_inr_left h2 {
  font-size: 3.2rem;
}

.section_contact .section_contact_inr .section_contact_inr_left h2:after {
  content: '';
  display: block;
  width: 10%;
  height: 1px;
  margin: 35px auto;
  background: #0C2E1C;
}

.section_contact .section_contact_inr .section_contact_inr_left h2 span {
  display: block;
  font-size: 1.2rem;
}

.section_contact .section_contact_inr .section_contact_inr_left p {
  line-height: 2.2;
}

.section_contact .section_contact_inr .section_contact_inr_right {
  width: 55%;
  padding: 20px 25px 10px;
}

@media screen and (max-width: 767px) {
  .section_contact .section_contact_inr .section_contact_inr_right {
    width: 100%;
    border-right: none;
    padding: 20px 0;
  }
}

.section_contact .section_contact_inr .section_contact_inr_right .phone {
  margin-bottom: 55px;
}

.section_contact .section_contact_inr .section_contact_inr_right .phone .phone_number {
  font-size: 4rem;
}

@media screen and (max-width: 767px) {
  .section_contact .section_contact_inr .section_contact_inr_right .phone .phone_number {
    font-size: 2.2rem;
  }
}

.section_contact .section_contact_inr .section_contact_inr_right .phone .business_hours {
  font-size: 1.2rem;
}

.section_contact .section_contact_inr .section_contact_inr_right .btn_contact_form a {
  max-width: 400px;
  margin: auto;
  font-size: 1.6rem;
  display: block;
}

footer {
  background: #e9e9e9;
  padding: 60px 25px;
  text-align: center;
}

footer .footer_logo {
  text-align: center;
  width: 190px;
  margin: 0 auto 60px;
}

footer .app_area .app_area_title {
  margin-bottom: 1.5em;
  text-align: center;
}

footer .app_area .app_area_title h2 {
  font-size: 3.2rem;
  letter-spacing: 0.4rem;
  margin-bottom: 0.6em;
}

footer .app_area .app_area_title p {
  opacity: 0.7;
  font-size: 1.2rem;
  letter-spacing: 0.1rem;
}

footer .app_area ul {
  text-align: center;
}

footer .app_area ul li {
  display: inline-block;
  width: 160px;
  margin: 10px;
}

footer .footer_nav {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 980px;
  margin: 60px auto;
}

footer .footer_nav > li {
  width: -webkit-calc(16.66666666% - 20px);
  width: calc(16.66666666% - 20px);
  padding: 0;
  margin: 0 0 0 20px;
}

footer .footer_nav > li > ul > li {
  margin-bottom: 7px;
}

footer .footer_nav > li > ul > li a {
  letter-spacing: 0.3rem;
  font-size: 1.1rem;
}

footer .footer_nav > li > ul > li a:hover {
  color: #1f7547;
}

footer .footer_nav > li > a {
  color: #232323;
  letter-spacing: 0.5rem;
  position: relative;
  font-size: 1.3rem;
}

footer .footer_nav > li > a:after {
  content: '';
  display: block;
  width: 32px;
  height: 1px;
  margin: 10px 0 15px;
  background: #232323;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  opacity: .6;
}

footer .footer_nav > li > a:hover {
  opacity: 1;
}

footer .footer_nav > li > a:hover:after {
  width: 80%;
}

footer .footer_nav > li > a span {
  display: none;
  font-size: 1.2rem;
  letter-spacing: 0.1rem;
  color: #232323;
  margin-top: 0.4em;
  opacity: 0.6;
}

footer .footer_address {
  margin: 60px auto;
  text-align: center;
}

footer .footer_address h3 {
  font-size: 2rem;
  margin-bottom: .4em;
}

footer .footer_address p {
  line-height: 2.2;
}

footer .copyright {
  text-align: center;
}

footer .copyright p {
  letter-spacing: 0.075em;
  font-size: 1.2rem;
  color: #232323;
}

/* clearfix
---------------------------------------------------------------------------------------*/
.clr:after {
  content: " ";
  display: block;
  height: 0;
  line-height: 0;
  clear: both;
  visibility: hidden;
}

.clr {
  display: inline-block;
  min-height: 1%;
}

/* Hides from IE-mac \*/
* html .clr {
  height: 1%;
}

.clr {
  display: block;
}
