@charset "UTF-8";
/*
*
* Copyright (c) 2016, AD Line Inc. All rights reserved.
* Data : 2016.04.20
*
*/
/* Googleフォント　Noto Sans,Robot,Open Sans */
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
@import url(https://fonts.googleapis.com/css?family=Roboto:400,100,100italic,300,300italic,400italic,500,500italic,700italic,700,900);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,400italic,600,600italic,700,700italic,800);
@import url(https://fonts.googleapis.com/css2?family=Shippori+Mincho:wght@600&display=swap);
/* アイコンフォント　Google Material,Font Awesome */
@import url(https://fonts.googleapis.com/icon?family=Material+Icons);
@import url(https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css);
/*****************************************************

 SCSS用
 
*****************************************************/
/*****************************************************

 Common - Layout
 
*****************************************************/
html {
  font-size: 10px;
}

body {
  position: relative;
  width: auto;
  height: auto;
  background: #FFF;
  z-index: 0;
  color: #333333;
  font-size: 1.4rem;
  font-family: 'Noto Sans Japanese', "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: normal;
  line-height: 1.65;
  letter-spacing: 0.5px;
}

.inner {
  width: 1008px;
  margin: 0 auto;
  position: relative;
}

#footer {
  width: 100%;
  height: 50px;
  text-align: center;
}

/*****************************************************

 Common - Parts
 
*****************************************************/
/*　リンク
----------------------------------------------------*/
a {
  text-decoration: none;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  color: #7C0013;
}
a:hover {
  opacity: 0.6;
}

/*----------------------------------------------------*/
/*  リンクボタン  */
.button {
  display: inline-block;
  text-align: center;
  text-decoration: none;
  outline: none;
}

.button:hover {
  opacity: 1.0;
}

.button::before,
.button::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}

.button,
.button::before,
.button::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}

/*　テーブル
----------------------------------------------------*/
/*　リスト
----------------------------------------------------*/
/* ページトップ
----------------------------------------------------*/
#page-top {
  position: fixed;
  bottom: 0px;
  right: 10px;
  font-size: 1.4rem;
  line-height: 1.4;
  font-family: "Shippori Mincho", serif;
}

#page-top a {
  background: #333333;
  text-decoration: none;
  color: #fff;
  width: 50px;
  padding: 5px 0 10px;
  text-align: center;
  display: block;
  -webkit-transition: all .3s;
  transition: all .3s;
}

#page-top a:hover {
  text-decoration: none;
  background: #fff;
  color: #333333;
}

/* トピックパス
----------------------------------------------------*/
.col2 {
  width: 100%;
}
.col2 .col2_L {
  float: left;
}
.col2 .col2_R {
  float: right;
}

hr {
  border-top: dotted 1px #ccc;
  border-bottom: 0;
  border-left: 0;
  border-right: 0;
}

/* ページャー
----------------------------------------------------*/
.pager .page-numbers {
  background: #fff;
  border: 1px solid #333;
  border-radius: 3px;
  padding: 4px 10px;
  color: #098ec9;
  text-decoration: none;
}

.pager {
  text-align: center;
  font-family: "Shippori Mincho", serif;
}

.pager a:hover {
  color: #fff !important;
  background: #098ec9 !important;
  border: 1px solid #098ec9;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.pager .current {
  background: #098ec9 !important;
  border: 1px solid #098ec9 !important;
  border-radius: 3px;
  padding: 4px 10px;
  color: #fff !important;
}

.pager .next, .pager .prev {
  color: #098ec9 !important;
  background: #fff !important;
  border: 1px solid #333 !important;
}

/*****************************************************

 Template - Header
 
*****************************************************/
.global_header h1 {
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  line-height: 0;
}
.global_header h1.local {
  overflow: visible;
  text-indent: 0;
  white-space: normal;
  line-height: 1;
  background: #e6faff;
  padding: 24px 20px;
  position: fixed;
  width: 100%;
  z-index: 1;
}

/*----------ハンバーガーアイコン----------*/
.hamburger {
  position: fixed;
  top: 10px;
  right: 10px;
  display: block;
  width: 65px;
  height: 65px;
  z-index: 99999;
  box-sizing: border-box;
  background: #333333;
}
.hamburger span {
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box;
  position: absolute;
  left: 20px;
  width: 25px;
  height: 3px;
  background-color: #fff;
  margin: 0 auto;
}
.hamburger span:nth-of-type(1) {
  top: 12px;
}
.hamburger span:nth-of-type(2) {
  top: 21px;
}
.hamburger span:nth-of-type(3) {
  top: 30px;
}

.hamburger span:nth-of-type(1) {
  -webkit-animation: menu-ber01 .75s forwards;
  animation: menu-ber01 .75s forwards;
}

.hamburger span:nth-of-type(2) {
  transition: all .25s .25s;
  opacity: 1;
}

.hamburger span:nth-of-type(3) {
  -webkit-animation: menu-ber02 .75s forwards;
  animation: menu-ber02 .75s forwards;
}

.active span:nth-of-type(1) {
  -webkit-animation: active-menu-ber01 .75s forwards;
  animation: active-menu-ber01 .75s forwards;
}

.active span:nth-of-type(2) {
  opacity: 0;
}

.active span:nth-of-type(3) {
  -webkit-animation: active-menu-ber03 .75s forwards;
  animation: active-menu-ber03 .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(10px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(10px) rotate(45deg);
  }
}
@keyframes active-menu-ber01 {
  0% {
    transform: translateY(0) rotate(0);
  }
  50% {
    transform: translateY(10px) rotate(0);
  }
  100% {
    transform: translateY(10px) 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);
  }
}
@-webkit-keyframes skew {
  0% {
    -webkit-transform: skewX(-20deg);
    transform: skewX(-20deg);
  }
  100% {
    left: 0;
    -webkit-transform: skewX(0);
    transform: skewX(0);
  }
}
@keyframes skew {
  0% {
    -webkit-transform: skewX(-20deg);
    transform: skewX(-20deg);
  }
  100% {
    left: 0;
    -webkit-transform: skewX(0);
    transform: skewX(0);
  }
}
.hamburger p {
  color: #fff;
  position: absolute;
  bottom: 8px;
  left: 0;
  width: 100%;
  text-align: center;
  font-family: "Shippori Mincho", serif;
}

/*----------ナビゲーション----------*/
#navigation {
  position: fixed;
  display: none;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.9);
  z-index: 99998;
}

#navigation .navigation_inner {
  display: table;
  width: 100%;
  height: 100%;
}

#navigation .navigation_inner .navigation_menu {
  display: table-cell;
  vertical-align: middle;
}

#navigation .navigation_inner .navigation_menu .navigation_item {
  width: 300px;
  height: 40px;
  margin: 16px auto 0 auto;
}

#navigation .navigation_inner .navigation_menu .navigation_item:first-child {
  margin-top: 0;
}

#navigation .navigation_inner .navigation_menu .navigation_item a {
  display: block;
  position: relative;
  text-decoration: none;
  font-size: 2.4rem;
  color: #333;
  line-height: 40px;
  text-align: center;
  font-family: "Shippori Mincho", serif;
}

/*****************************************************

 Template - Footer
 
*****************************************************/
.footer {
  height: auto;
  padding: 16px;
  text-align: center;
  background-color: #333333;
  color: #ffffff;
}

/*****************************************************

 Page - Home
 
*****************************************************/
/*　見出し
----------------------------------------------------*/
p {
  font-size: 1.4rem;
  color: #333333;
  font-family: "Noto Sans Japanese";
}

h3.catch {
  font-family: "Shippori Mincho", serif;
  font-size: 2.4rem;
  line-height: 1.4;
  letter-spacing: 0;
}
h3.catch span {
  background: linear-gradient(transparent 65%, rgba(255, 243, 153, 0.5) 0%);
}

.notice {
  font-size: 1.2rem;
}

/* セクション共通
----------------------------------------------------*/
.midashi {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 200px;
  background: url(../images/home/img_mark.png) no-repeat;
  background-size: 25px 26px;
  background-position: center;
}

.square_btn {
  display: inline-block;
  margin-top: 24px;
  padding: 0.5em 1em;
  text-decoration: none;
  background: #668ad8;
  /*ボタン色*/
  color: #FFF;
  border-bottom: solid 4px #627295;
  border-radius: 3px;
}

.square_btn:active {
  /*ボタンを押したとき*/
  -ms-transform: translateY(4px);
  -webkit-transform: translateY(4px);
  transform: translateY(4px);
  /*下に動く*/
  border-bottom: none;
  /*線を消す*/
}

/* mainimage
----------------------------------------------------*/
.mainimage {
  background: #e6faff;
  height: 880px;
}
.mainimage .col2_L {
  width: 50%;
  background: url(../images/home/top_mainimage.jpg);
  background-size: cover;
  background-position: center;
  height: 780px;
}
.mainimage .col2_R {
  width: 50%;
}
.mainimage .col2_R .inner {
  float: left;
  width: 350px;
  margin: 10% 0 0 10%;
}
.mainimage h2 {
  background: url(../images/home/title_logo.png) no-repeat;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  line-height: 3;
}
.mainimage h3.catch {
  margin-top: 74px;
  width: 315px;
}
.mainimage p {
  margin-top: 51px;
  font-family: "Shippori Mincho", serif;
  font-size: 1.8rem;
  letter-spacing: 0;
  line-height: 1.8;
}
.mainimage:after {
  content: "";
  position: absolute;
  top: 560px;
  left: 0;
  width: 100%;
  height: auto;
  min-height: 326px;
  background: url(../images/home/bg_cover_mainvidual.png) no-repeat;
  background-position: center;
  background-size: cover;
}

/* index_news
----------------------------------------------------*/
.index_news .wrap_title {
  width: 1080px;
  margin: 0 auto;
  background: url(../images/home/bg_title_news.png) no-repeat center left;
  height: 100px;
}
.index_news h2 {
  width: 1008px;
  margin: 0 auto;
  font-family: "Shippori Mincho", serif;
  font-size: 3.0rem;
  line-height: 1.8;
  padding-top: 65px;
}
.index_news .button {
  width: 316px;
  line-height: 3.0;
  background-color: #fff;
  border: solid 1px #333;
  color: #098ec9;
  font-size: 1.8rem;
  font-family: "Shippori Mincho", serif;
  letter-spacing: 0;
}
.index_news .button:hover {
  background-color: #098ec9;
  color: #fff;
}
.index_news .index_news_list {
  margin-top: 25px;
}
.index_news .index_news_list li {
  width: 316px;
  float: left;
  margin: 0 0 30px 30px;
}
.index_news .index_news_list li:nth-child(3n+1) {
  margin-left: 0;
}
.index_news .index_news_list li dl .date {
  margin-top: 5px;
  color: #999999;
}
.index_news .index_news_list li dl .title, .index_news .index_news_list li dl .title a {
  margin-top: 5px;
  color: #333333;
}

/* index_production
----------------------------------------------------*/
.index_production {
  margin-top: 40px;
  background: url(../images/home/bg_colum.jpg);
  height: 752px;
}
.index_production h2 {
  background: url(../images/home/bg_title_production.png) no-repeat top center;
  height: 100px;
  margin: 0 auto 0;
  font-family: "Shippori Mincho", serif;
  font-size: 3.0rem;
  line-height: 1.8;
  text-align: center;
  padding-top: 50px;
}
.index_production .col2_L {
  width: 50%;
}
.index_production .col2_L .inner {
  width: 450px;
  float: right;
  margin: 74px 54px 0 0;
}
.index_production .col2_R {
  width: 50%;
  background: url(../images/home/bg_production.jpg);
  background-size: cover;
  background-position: left;
  height: 752px;
}
.index_production table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0 10px;
}
.index_production table tr th {
  width: 25%;
  vertical-align: top;
}
.index_production table tr td {
  width: 70%;
}
.index_production table tr td .border {
  background: linear-gradient(transparent 65%, rgba(255, 243, 153, 0.5) 0%);
}
.index_production table tr td .hosoku {
  display: block;
  margin-top: 20px;
  font-size: 1.2rem;
}

/* index_store
----------------------------------------------------*/
.index_store {
  margin-top: 129px;
}
.index_store h2 {
  background: url(../images/home/bg_title_store.png) no-repeat top center;
  height: 100px;
  margin: 0 auto 0;
  font-family: "Shippori Mincho", serif;
  font-size: 3.0rem;
  line-height: 1.8;
  text-align: center;
  padding-top: 50px;
}
.index_store .store_photo {
  background: url(../images/home/img_store001.jpg) no-repeat;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  height: 184px;
}
.index_store .button {
  width: 316px;
  line-height: 3.0;
  background-color: #fff;
  border: solid 1px #333;
  color: #098ec9;
  font-size: 1.8rem;
  font-family: "Shippori Mincho", serif;
  letter-spacing: 0;
}
.index_store .button:hover {
  background-color: #098ec9;
  color: #fff;
}

.index_store_intro .col2 .col2_L {
  width: 660px;
}
.index_store_intro h3.catch {
  margin-top: 0;
  width: 360px;
}
.index_store_intro .openclose {
  width: 100%;
  background: #098ec9;
  color: #fff;
  text-align: center;
  padding: 15px 0;
}
.index_store_intro figure img {
  border: solid 1px #ccc;
}

.index_store_item .store_item {
  width: 316px;
  height: 500px;
  float: left;
  margin: 0 0 30px 30px;
  position: relative;
}
.index_store_item .store_item:nth-child(3n+1) {
  margin-left: 0;
}
.index_store_item .store_item dl {
  width: 265px;
  margin: 0 auto;
  background: rgba(255, 255, 255, 0.8);
  position: absolute;
  bottom: 15px;
  left: 15px;
  padding: 10px;
}
.index_store_item .store_item dl .title {
  font-family: "Shippori Mincho", serif;
  font-size: 2.4rem;
  line-height: 1.4;
  letter-spacing: 0;
  text-align: center;
}
.index_store_item .store_item dl .title span {
  background: linear-gradient(transparent 65%, rgba(255, 243, 153, 0.5) 0%);
}
.index_store_item .store_item dl .detail {
  font-size: 1.4rem;
}
.index_store_item .content001 {
  background: url(../images/home/img_store_item001.jpg) no-repeat #e6faff;
}
.index_store_item .content002 {
  background: url(../images/home/img_store_item002.jpg) no-repeat #e6faff;
}
.index_store_item .content003 {
  background: url(../images/home/img_store_item003.jpg) no-repeat #e6faff;
}

/* 2024/03/12　追加
----------------------------------------------------*/
.instagram_feed_area {
  margin: 80px 0 0 0;
}

/* index_processing
----------------------------------------------------*/
.index_processing {
  margin-top: 129px;
  background: url(../images/home/bg_colum.jpg);
  height: 752px;
}
.index_processing h2 {
  background: url(../images/home/bg_title_processing.png) no-repeat top left;
  height: 100px;
  margin: 0 auto 0;
  font-family: "Shippori Mincho", serif;
  font-size: 3.0rem;
  line-height: 1.8;
  text-align: center;
  padding-top: 70px;
}
.index_processing .col2_L {
  width: 50%;
  background: url(../images/home/bg_processing.jpg);
  background-size: cover;
  background-position: right;
  height: 752px;
}
.index_processing .col2_R {
  width: 50%;
}
.index_processing .col2_R .inner {
  width: 450px;
  float: left;
  margin: 74px 0 0 54px;
}
.index_processing .makaino h3 {
  width: 100%;
  background: #098ec9;
  color: #fff;
  text-align: center;
  padding: 15px 0;
}
.index_processing .makaino ul {
  width: 100%;
}
.index_processing .makaino ul li {
  width: 212px;
  float: left;
  margin: 0 0 24px 24px;
}
.index_processing .makaino ul li:nth-child(2n+1) {
  margin-left: 0;
}
.index_processing .makaino ul li img {
  width: 100%;
}
.index_processing .makaino ul li p {
  text-align: center;
}

/* index_profile
----------------------------------------------------*/
.index_profile {
  margin-top: 129px;
}
.index_profile h2 {
  background: url(../images/home/bg_title_profile.png) no-repeat top center;
  height: 100px;
  margin: 0 auto 0;
  font-family: "Shippori Mincho", serif;
  font-size: 3.0rem;
  line-height: 1.8;
  text-align: center;
  padding-top: 90px;
}
.index_profile ul {
  width: 100%;
}
.index_profile ul li {
  width: 316px;
  float: left;
  margin: 0 0 30px 30px;
}
.index_profile ul li:nth-child(3n+1) {
  margin-left: 0;
}
.index_profile .button {
  width: 316px;
  line-height: 3.0;
  background-color: #fff;
  border: solid 1px #333;
  color: #098ec9;
  font-size: 1.4rem;
  /*font-family: $shippori_m;*/
  letter-spacing: 0;
}
.index_profile .button:hover {
  background-color: #098ec9;
  color: #fff;
}
.index_profile dl .title {
  font-family: "Shippori Mincho", serif;
  font-size: 2.4rem;
  line-height: 1.4;
  letter-spacing: 0;
  text-align: center;
}
.index_profile dl .title span {
  background: linear-gradient(transparent 65%, rgba(255, 243, 153, 0.5) 0%);
}
.index_profile dl .detail {
  font-size: 1.4rem;
  text-align: center;
}
.index_profile .googlemaps {
  width: 100%;
  height: 470px;
  position: relative;
}

/*****************************************************

 Page - Local
 
*****************************************************/
/* index_news
----------------------------------------------------*/
.local_news h2 {
  background: url(../images/home/bg_title_news.png) no-repeat 55% 10px;
  height: 100px;
  margin: 0 auto 0;
  font-family: "Shippori Mincho", serif;
  font-size: 3.0rem;
  line-height: 1.8;
  text-align: center;
  padding-top: 50px;
}
.local_news .inner {
  padding: 129px 0;
}
.local_news .button {
  width: 316px;
  line-height: 3.0;
  background-color: #fff;
  border: solid 1px #333;
  color: #098ec9;
  font-size: 1.8rem;
  font-family: "Shippori Mincho", serif;
  letter-spacing: 0;
}
.local_news .button:hover {
  background-color: #098ec9;
  color: #fff;
}
.local_news .index_news_list {
  margin-top: 25px;
}
.local_news .index_news_list li {
  width: 316px;
  float: left;
  margin: 0 0 60px 30px;
}
.local_news .index_news_list li:nth-child(3n+1) {
  margin-left: 0;
}
.local_news .index_news_list li dl .date {
  margin-top: 5px;
  color: #999999;
}
.local_news .index_news_list li dl .title, .local_news .index_news_list li dl .title a {
  margin-top: 5px;
  color: #333333;
}

.news_text h3 {
  margin: 0 auto 10px;
  font-family: "Shippori Mincho", serif;
  font-size: 2.4rem;
  line-height: 1.2;
  text-align: left;
  /*background: linear-gradient(transparent 75%, rgba(255,243,153,0.5) 0%);*/
  background: url(../images/home/bg_blogtitle.gif) repeat-x 0 bottom;
}
.news_text time {
  margin-top: 10px;
  color: #999999;
}
.news_text h4 {
  margin-top: 40px;
  font-family: "Shippori Mincho", serif;
  font-size: 1.8rem;
  line-height: 1.4;
  letter-spacing: 0;
  text-align: left;
}
.news_text p {
  margin-top: 20px;
}
.news_text img {
  border: 0;
  margin: 20px 0;
}
.news_text strong {
  font-weight: 700;
}
.news_text em {
  font-style: italic;
}
.news_text #gallery-1 img, .news_text #gallery-2 img, .news_text #gallery-3 img, .news_text #gallery-4 img, .news_text #gallery-5 img {
  border: 0;
}

.twitter_icon {
  position: fixed;
  bottom: 40vh;
  right: 10px;
  z-index: 1;
}
