@charset "UTF-8";
html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  font-family: 'Zen Maru Gothic', sans-serif;
  font-weight: normal;
  font-size: 1.6rem;
  color: #000;
}

a {
  text-decoration: none;
}

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

span.under_line {
  font-weight:bold;
  background: linear-gradient(transparent 60%, #ffd687 60%);
  text-shadow:1px 1px 1px #fff;
}

ul {
  list-style: none;
}

/* 
Header
font-family: 'Josefin Sans', sans-serif;
font-family: 'Zen Kaku Gothic Antique', sans-serif;
font-family: 'Zen Kaku Gothic New', sans-serif;
font-family: 'Zen Maru Gothic', sans-serif;
*/


/*-------
Header
---------*/

header {
  width: 100%;
  height: auto;
  background-image:url("../img/bg/header_bg.jpg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom;
  margin: 0;
  padding-top: 20px;
}
header .header_inner {
  width: 960px;
  margin: 0 auto;
  position: relative;
}
header h1 img {
  width: 300px;
  height: auto;
  filter: drop-shadow(0px 0px 4px #fff);
}
header .header_inner img.catch {
  width: 100%;
}
header nav {
  position: absolute;
  top: 20px;
  right: 20px;
}
header nav li {
  margin: 0;
  padding: 0 2.0rem 0 0;
  font-size: 2.0rem;
  float: left;
  font-family: 'Josefin Sans', sans-serif;
  font-style: italic;
  color: #42210b;
}
header nav li a {
  color: #42210b;
}
header nav li span {
  display: block;
  font-size: 1.2rem;
  font-family: 'Zen Maru Gothic', sans-serif;
  font-style: normal;
  color: #eda800;
}


.fade-in {
  opacity: 0;
  transition-duration: 500ms;
  transition-property: opacity, transform;
}

.fade-in-up {
  transform: translate(0, 50px);
}

.fade-in-down {
  transform: translate(0, -50px);
}

.fade-in-left {
  transform: translate(-50px, 0);
}

.fade-in-right {
  transform: translate(50px, 0);
}

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

/* pc用表示 */
.header-pc {
  display: block;
}
/* sp用非表示 */
.header-sp {
  display: none;
}


/*---------- 
料理ギャラリー
------------*/

article.contents .slider {
  width:100%;
  background-image:url("../img/bg/film.jpg");
  background-repeat: repeat-x;
  background-size: auto 120px;
}
article.contents .slider div img {
  width: 100px;
  height: auto;
  margin: 22px 5px 25px !important;
  border-radius: 5px;
  border: 2px solid #754c24;
}


/*--------- 
リード文
-----------*/

section.lead_block {
  width: 960px;
  margin: 20px auto 0;
}
section.lead_block .left_box {
  float: left;
  margin-right: 20px;
  width: 650px;
}
section.lead_block img.right_img {
  width: 250px;
  height: auto;
}
section.lead_block h2 img {
  width: 650px;
}

section.lead_block p {
  padding: 25px;
  line-height: 2.0;
}


/*--------- 
サポート内容
-----------*/

article.contents.note {
  background-size: auto auto;
  background-color: rgba(255, 255, 255, 1);
  background-image: repeating-linear-gradient(135deg, transparent, transparent 10px, rgba(250, 245, 245, 1) 10px, rgba(250, 245, 245, 1) 18px );
  padding: 20px;
  margin: 0;
  border-top: 2px solid #ddd;
  border-bottom: 2px solid #ddd;
}
.support_block {
  max-width: 960px;
  margin: 0 auto;
}
.support_block h3 {
  text-align: center;
  margin-bottom: 20px;
}
.support_block h3 img {
  width: 850px;
  height: auto;
}
.support_block .grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.grid .grid-item {
  margin: 0 1rem 1rem 0;
  border: 1px solid #a99b92;
  padding: 0 0 13px;
  background-color: #fff;
  width: 32%;
  height: 180px;
}

.grid .grid-item img {
  float: right;
  width: 18%;
  height: auto;
  margin: 3.5rem 0.5rem 0 0.5rem;
  padding: 0 .3rem 0 .1rem;
}

.grid .grid-item p {
  margin: 0;
  padding: 0 1rem 0 1rem;
  color: #41210a;
  line-height: 1.8;
  font-size: 1.5rem;
}

.grid .grid-item .grid-headline {
  display: block;
  text-align: left;
  margin: 0 auto 0.8rem;
  padding: 1.4rem 1rem 0.5rem;
  font-size: 1.7rem;
  font-weight: bold;
  color: #43200a;
  position: relative;
}


/* タグ */
.support_block .tag01::after {
  content: url("../img/support/number/1.png");
  display: inline-block;
  transform: scale(0.5);
  position: absolute;
  top: -40px;
  right: -38px;
} 
.support_block .tag02::after {
  content: url("../img/support/number/2.png");
  display: inline-block;
  transform: scale(0.5);
  position: absolute;
  top: -40px;
  right: -38px;
} 
.support_block .tag03::after {
  content: url("../img/support/number/3.png");
  display: inline-block;
  transform: scale(0.5);
  position: absolute;
  top: -40px;
  right: -38px;
}
.support_block .tag04::after {
  content: url("../img/support/number/4.png");
  display: inline-block;
  transform: scale(0.5);
  position: absolute;
  top: -40px;
  right: -38px;
} 
.support_block .tag05::after {
  content: url("../img/support/number/5.png");
  display: inline-block;
  transform: scale(0.5);
  position: absolute;
  top: -40px;
  right: -38px;
}  
.support_block .tag06::after {
  content: url("../img/support/number/6.png");
  display: inline-block;
  transform: scale(0.5);
  position: absolute;
  top: -40px;
  right: -38px;
} 


/*------------
 マップコンテンツ
--------------*/

.map-contents {
  width: 100%;
  text-align: center;
  padding: 3.5rem 0 0 0;
  margin: 0 auto;
  background: #fff;
  background-image: radial-gradient(#efdfdf 20%, transparent 0), radial-gradient(#efdfdf 20%, transparent 0);
  background-position: 0 0, 10px 10px;
  background-size: 10px 10px;
}
.map-image {
  width: 800px;
  height: auto;
  box-shadow: 5px 5px 5px #797979;
}
.description {
  width: 960px;
  margin: -100px auto 0;
}
.description-image {
  float: left;
  width: 580px;
  height: auto;
  margin-top: 140px;
}
.description-image02 {
  width: 380px;
  height: auto;
  filter: drop-shadow(1px 1px 2px #797979);
}


/*----------- 
お問合せボックス
------------*/

.contact-pc {
  display: block;
  width: 960px;
  height: auto;
  margin: 0 auto;
  text-align: center;
  position: relative;
}
.contact-image {
  display: inline-block;
  width: 100%;
}
.contact-inner {
  display: flex;
  align-items: center;
  position: absolute;
  top: 48%;
  left: 50%;
  transform: translate(-50%, 0%);
}
.inner-image {
  display: inline-block;
  margin: 0;
}

.inner-image.telephone img {
  width: 450px;
  height: auto;
}
.inner-image.inquiry img {
  width: 400px;
  height: auto;
  margin-left: 20px;
}
/* SP非表示 */
.contact-sp {
  display: none;
}

/*
jsと組み合わせ
2秒掛けてふわっとアニメーション実装
*/
.animate__animated {
/*水平二次元操作*/
  transform: translateY(20px);/*Y軸を20px下げる*/
  transition: all 2s;/*2秒かけて*/
}


/*-----
media
-------*/

article.contents.note.media-article {
  padding-bottom: 5.0rem;
}
h3 .media-image {
  display: block;
  margin: 1.5rem auto 1.5rem;
  width: 600px;
  height: auto;
}
.media-box {
  margin: 0 auto;
  padding: 1.3rem 0 0 1.8rem;
  width: 960px;
  max-height: 30rem;
  height: auto;
  background-color: #f2f2f2;
  border: 1px solid #b1b1b1;
}
.scrolly {
  margin: 0 auto;
  overflow: hidden;
  overflow-y: scroll;
}
.article-item {
  padding: 0 0 .8rem 0;
}
.article-time {
  display: inline-block;
  margin: 0 1.5rem 0 0;
  font-style: italic;
  color: #aaa;
}
.article-text {
  border-bottom: 1px dashed #ccc;
}

/*
ボタン
*/
.media-box .article-button {
  width: 5.0rem;
  font-size: 1.3rem;
  display: inline-block;
  color: #fff;
  font-weight: bold;
  text-align: center;
  padding: .5rem .5rem .5rem;
  border-radius: 3px;
  margin: 0 1.5rem 0 0;
}
.button__red {
  background-color: #bf282d;
}
.button__blue {
  background-color: #1b1464;
}
.button__green {
  background-color: #006837;
}
.button__daidai {
  background-color: #fd7e00;
}


/*-----------
mediaギャラリー
-------------*/

.slider.media {
  margin: 0 0 3.5rem 0;
  width:100%;
  height: 180px;
  background-image: url("../img/bg/film_media.jpg");
  background-repeat: repeat-x;
  background-size: auto 180px;
  overflow: hidden;
}
.slider.media div img {
  width: auto;
  height: 136px;
  margin: 20px 5px 20px;
  border-radius: 5px; 
  border: 2px solid #754c24;
}



@media screen and (max-width: 460px) {
  .lum-lightbox-inner img {
    max-width: 160vw !important;  /* 軽くスワイプで左端から右端まで動かせる量 */
    max-height: 75vh !important;  /* 上下に適度に余白 */
  }
}

.slider.media a.zoom{
  position: relative;
  display: block;
}

.slider.media a.zoom::after{
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 1.5em;
  height: 1.5em;
  background-color: rgba(0,0,0,0.5);
  background-image: url("../img/media/zoom.png");
  background-size: 1em 1em;
  background-position: center center;
  background-repeat: no-repeat;
  border-radius: 50%; 
}


/*----- 
step
-------*/

.step-content {
  width: 960px;
  height: auto;
  margin: 0 auto;
}
h3.step-title {
  margin: 0 auto 2.6rem;
  text-align: center;
}
h3.step-title img {
  width: 450px;
  height: auto;
}
.step-col-3 {
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.step-col-3 > .step-item {
  width: 30%;
  height: 200px;
}
.step-item {
  margin: 0 3rem 2rem 0;
  background-size: 170px;
  background-position: right;
  background-repeat: no-repeat;
}

/*
background画像
*/
.step-item.back-color01 {
  background-image: url("../img/bg/flow/1.png");
}
.step-item.back-color02 {
  background-image: url("../img/bg/flow/2.png");
}
.step-item.back-color03 {
  background-image: url("../img/bg/flow/3.png");
}
.step-item.back-color04 {
  background-image: url("../img/bg/flow/4.png");
}
.step-item.back-color05 {
  background-image: url("../img/bg/flow/5.png");
}
.step-item.back-color06 {
  background-image: url("../img/bg/flow/6.png");
}

/* 
テキストカラー指定
*/
.step-item.back-color01 p.step-inner,
.step-item.back-color01 h4 {
  color: #c8264d;
}
.step-item.back-color02 p.step-inner,
.step-item.back-color02 h4 {
  color: #d79012;
}
.step-item.back-color03 p.step-inner,
.step-item.back-color03 h4 {
  color: #9fae1d;
}
.step-item.back-color04 p.step-inner,
.step-item.back-color04 h4 {
  color: #008780;
}
.step-item.back-color05 p.step-inner,
.step-item.back-color05 h4 {
  color: #0f589d;
}
.step-item.back-color06 p.step-inner,
.step-item.back-color06 h4 {
  color: #71478f;
}


.step-inner {
  display: flex;
  align-items: center;
  padding: 0;
}
p.step-inner {
  font-family: 'Josefin Sans', sans-serif;
  font-style: italic;
}

.step-headline {
  display: inline-block;
  padding: 0 1.2rem 0 0; 
  font-size: 2.2rem;
}
.step-num {
  display: inline-block;
  padding: 0;
  font-size: 2.9rem;
}
.step-sbinner {
  display: inline-block;
  padding: 0;
  font-size: 2rem;
  font-weight: bold;
}
.step-description {
  width: 100%;
  margin: 0;
  padding: .5rem 0 0 0;
  font-size: 1.6rem;
  line-height: 1.5;
}
.step-icon {
  margin: 0 3rem 0 0;
}
.step-icon img {
  margin: 0;
  width: 75%;
  max-width: 300px;
  height: auto;
  padding: 5px 0 5px 5px;
}


/*------ 
自販機一覧
--------*/

article.contents.note.products-article {
  margin-top: 5.0rem;
}
.product-content {
  max-width: 1080px;
  height: auto;
  margin: 0 auto;
}
h3.product-title {
  text-align: center;
  margin: 0 auto 2.2rem;
}
.product-title img {
  width: 380px;
  height: auto;
}
.product-col-3 {
  margin: 0;
  padding: 0;
  display: flex;
  /* align-items: center; */
  justify-content: center;
  flex-wrap: wrap;
}
.product-item {
  margin: 1.0rem .5rem;
  padding: 1.0rem 0;
  border: 1px solid #a99b92;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 31%;
}
.product-item img {
  width: 130px;
  height: auto;
}
.button {
  display: flex;
  align-items: center;
  margin: 0 auto 0.4rem;
}
.product-content .article-button {
  font-size: 1.3rem;
  display: inline-block;
  color: #fff;
  font-weight: bold;
  text-align: center;
  padding: .5rem .5rem .5rem;
  border-radius: 3px;
  margin: 0 .5rem 0 0;
}
.product-name {
  font-size: 3rem;
  font-weight: bold;
  letter-spacing: .1em;
  margin: 0 0 .2rem 0;
}
.lot-number {
  font-size: 1.5rem;
  /* font-weight: bold; */
  margin: 0 0 .4rem 0;
  letter-spacing: .1em;
}
.lot-size {
  font-size: 1.5rem;
  /* font-weight: bold; */
  margin: 0 0 .2rem 0;
}
.lot-type {
  font-size: 1.5rem;
  /* font-weight: bold; */
  letter-spacing: 0em;
  margin: 0;
}
.lot-size span {
  background: #555;
  color: #fff;
  padding: 0 .3rem .2rem;
  font-size: 90%;
  margin:0 .5rem;
  border-radius: 50%;
}

.product-content .inner-image.inquiry {
  text-align: center;
  margin: 0 auto 50px;
  width: 100%;

}
.product-content .inner-image.inquiry img {
  margin: 0 auto;
}
/* 
ボタンカラー
*/
.button__darkbrown {
  background-color: #534842;
}
.button__lightgreen {
  background-color: #00aa9a;
}
.button__sienna {
  background-color: #736356;
}
.button__powderblue {
  background-color: #428dd8;
}
.button__tan {
  background-color: #998675;
}
.button__seagreen {
  background-color: #377a71;
}
.button__saddlebrown {
  background-color: #41210a;
}
.button__orange {
  background-color: #e38734;
}
.button__pink {
  background-color: #f05454;
}

.product-content h5 {
  text-align: center;
  margin: 30px 0;
}
.product-content h5 img {
  width: 600px;
  height: auto;
}


/*----- 
売上事例
-------*/

.sales-contents {
  width: 100%;
  margin: 0 auto;
  height: 700px; /*スライダーの高さ変動によりガクガクしちゃうため仕方なく設定。もっとスマートな方法あったらいいな。*/ 
  padding: 3rem 2rem 5rem;
}
.sales-title {
  text-align: center;
  margin: 0 auto 0.5rem;
}
.sales-sbtitle {
  text-align: center;
  margin-bottom: 2.0rem;
}
.sales-title img {
  width: 550px;
  height: auto;
}

.slider_item {
  width: 250px;
  margin: 20px;
}
.slider_item h4 {
  font-size: 1.2em;
  margin: 10px 0;
}
.sales-image {
  width: 100%;
  height: auto;
  display: inline-block;
  border-radius: 10px;
}
.sales-list {
  display: flex;
  align-self: center;
  margin: 0 0 1rem;
}
.sales-button {
  width: 8.6rem;
  display: inline-block;
  text-align: center;
  margin: 0 1rem 0 0 ;
  padding: .2rem .8rem;
  color: #fff;
  font-size: 80%;
  font-weight: bold;
  border-radius: 3px;
}
.sales-text {
  width: 75%;
}


/*-----------スライドショー矢印やドット関連----------*/

.slick-slide {
  height:auto!important;
}

.slick-next {
  right:0!important;
}

.slick-prev {
  left:0!important;
}

.slick-arrow {
  z-index:2!important;
}


/*-------- 
他社との比較
----------*/

.comparison-contents {
  width: 960px;
  height: auto;
  margin: 0 auto;
  padding: 2rem 0 8rem;
  font-size: 130%;
}
.comparison-title {
  text-align: center;
  margin: 0 auto 2.2rem;
}
.comparison-title img {
  width: 300px;
  height: auto;
}
.table {
  margin: 0 auto;
  text-align: center;
  width: 90%;
}
/* .table-thead {} */
.th-padding {
  padding: 1rem;
}
.table-td {
  width: 40%;
  text-align: left;
  font-size: 1.8rem;
  font-weight: bold;
  padding: 2rem;
  border: 1px solid #787d80;
}
.border-tr {
  border: 1px solid #787d80;
  background-color: #fff;
}
.no-color {
  border: 1px solid #787d80;
}
/* 
タグ・フォントカラー指定
*/
.th-red {
  width: 12rem;
  background-color:#c02630;
  color: #fff;
  font-size: 1.5rem;
  font-weight: bold;
  border-right: 3px solid #c02630;
  border-left: 3px solid #c02630;
}
.th-darkgreen {
  width: 12rem;
  background-color: #385624;
  color: #fff;
  font-size: 1.5rem;
  font-weight: bold;
 
}
.th-coral {
  background-color: #c55911;
  width: 12rem;
  color: #fff;
  font-size: 1.5rem;
  font-weight: bold;
}
.th-purple {
  background-color: #7030a0;
  width: 12rem;
  color: #fff;
  font-size: 1.5rem;
  font-weight: bold;
}
.red-color {
  color: #c02630;
  border-right: 3px solid #c02630;
  border-left: 3px solid #c02630;
}
.line-color {
  background-color: #f0f9fa;
}
.th-red-height {
  height: 2.6rem;
  border: 3px solid #c02630;
  border-radius: 10px 10px 0 0;
}
.th-red-height-topnone {
  height: 1rem;
  border-right: 3px solid #c02630;
  border-bottom: 3px solid #c02630;
  border-left: 3px solid #c02630;
  border-radius: 10px 10px 0 0;
}

/*
手厚さNo.1
*/
.position-button {
  position: relative;
}
.button__goldenrod {
  font-size: 1.5rem;
  transform: rotate(-10deg);
  width: 80%;
  background: linear-gradient(45deg, #B67B03 0%, #DAAF08 45%, #FEE9A0 70%, #DAAF08 85%, #B67B03 90% 100%);
  position: absolute;
  top: 1rem;
  left: -15%;
  margin-right: 0;
  text-shadow: 1px 1px 3px #000;
}

/*------- 
お客様の声
---------*/

.voice-contents {
  margin: 0 auto;
  padding: 2rem 2rem 5rem;
  background-color: #f3efee;
}
.voice-wrap {
  width: 960px;
  height: auto;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  padding: 0 2rem;
}
.voice-title {
  text-align: center;
  margin: 0 auto 2.2rem;
}
.voice-title img {
  width: 260px;
  height: auto;
}
.voice-sbtitle {
  text-align: center;
  margin: 0 auto 3.8rem;
}
.voice-item {
  width: 32%;
  background-color: #fff;
  padding: 2rem;
}
.voice-headline {
  font-size: 2rem;
  font-weight: bold;
  color: #43200a;
  margin: 0 0 1rem 0;
}
.voice-text {
  text-decoration: underline dotted #e8e3df;
  color: #654b3a;
  line-height: 2;
}
.marker {
  background: linear-gradient(transparent 60%, #ffff01 60%);
  text-shadow:1px 1px 1px #fff;
}


/*--------- 
よくある質問
-----------*/

.question-contents {
  background-image:url("../img/bg/note.jpg");
  background-repeat: repeat;
  border-top: 2px solid #ddd;
  border-bottom: 2px solid #ddd;
  margin: 0 auto;
  padding: 2rem;
}
.question-title {
  text-align: center;
  margin: 0 auto 2.2rem;
}
.question-title img {
  width: 300px;
  height: auto;
}
.question-wrap {
  width: 960px;
  height: auto;
  margin: 0 auto;
}
.question-item {
  padding: 2rem;
  margin: 0 0 1.5rem;
  background-color: #f2f2f2;
  border-radius: 20px;
}
.q-list,
.a-list {
  display: flex;
  align-items: center;
  margin: 0;
  line-height: 2.5rem;
}
.q-list {
  margin-bottom: 2.0rem;
}
.question-icon  {
  display: inline-block;
  margin: 0 2rem 0 0;
  
}
.question-icon > img {
  width: 3rem;
  height: auto;
  border-radius: 3px;
}
.question-text {
  padding: 0;
  font-size: 1.5rem;
}


/*----------------- 
無料相談・お問い合わせ
------------------*/

.form-contents {
  width: 960px;
  height: auto;
  margin: 0 auto;
  padding: 2rem;
}
.form-title {
  text-align: center;
  margin: 0 auto 2.2rem;
}
.form-title img {
  width: 700px;
  height: auto;
}
.form-table {
  margin: 0 auto;
}
.border {
  width: 80rem;
  border-bottom: 1px solid #ececec;
}
.button-icon {
  width: 5rem;
  display: inline-block;
  text-align: center;
  margin: 0 1rem 0 0 ;
  padding: .2rem .8rem;
  color: #fff;
  font-weight: bold;
  border-radius: 3px;
}
.input, .checkbox, .textarea, .button-submission {
  cursor: pointer;
  font-family: 'Zen Maru Gothic', sans-serif;
}
.column {
  margin: 0 0 0 5.5rem;
  font-size: .5rem;
}
.input {
  border-radius: 5px;
  padding: 1rem;
  border: 1px solid #ccc;
  min-width: 500px;
}
.checkbox {
  display: block;
  margin: 0 1rem;
}
.textarea {
  border-radius: 5px;
  padding: 1rem;
  border: 1px solid #ccc;
  min-width: 500px;
  min-height: 100px;
}
.form-table th {
  padding: 2rem 0;
  text-align: left;
}
.form-table td {
  width: 39.3rem;
  height: auto;
  padding: 2rem 1rem;
}
.privacy {
  text-align: center;
  margin: 3rem 0 6rem;
}
.form-button {
  margin: 0rem 0 4rem;
  padding: 0 0 10px;
  text-align: center;
}
/* 
ボタン
*/
 .button-submission {
  display: inline-block;
  color: #fff;
  font-size: 4rem;
  font-weight: bold;
  background-color: #c2272d;
  text-align: center;
  padding: 1rem 5rem;
  text-decoration: none;
  border-color: #f38286;
  border-radius: 12px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.7s ease-out;
  transition: all 0.7s ease-out;
  background: -webkit-linear-gradient(180deg,#c2272d,#f38286,#c2272d,#c2272d);
  background: -webkit-linear-gradient(right,#c2272d,#f38286,#c2272d,#c2272d);
  background: linear-gradient(270deg,#c2272d,#f38286,#c2272d,#c2272d);
  background-position: 1% 50%;
  background-size: 300% 300%;
}


/*
マウスオーバー時指定
*/
 .button-submission:hover {
    background-position: 99% 50%;
    cursor: pointer;
}

.form-has {
  font-size: 1.5rem;
  padding: 0 12rem;
  text-align: center;
}

/*
必須、任意
*/
.button__gray {
  background-color: #808080;
}
.button__crimson {
  background-color: #c0272c;
}


/*----- 
Footer
-------*/

.footer {
  width: 100%;
  height: auto;
  margin: 0 0 3rem 0;
  padding: 2rem;
  background-color: #ccc;
}
.footer-wrap {
  width: 960px;
  height: auto;
  margin: 0 auto;
  text-align: center;
}
.company {
  margin: 0 auto 1.8rem;
  font-size: 2rem;
  letter-spacing: 0em;
}
.footer-address {
  margin: 0 auto 1rem;
  font-style: normal;
}
.address {
  display: inline-block;
  padding: 0 1rem 0 0;
}
/* .telnom {} */
.instagram {
  margin: 0 0 3rem 0;
  font-size: wrem;
}
.instagram  a {
  display: inline-block;
}
.footer-copy {
  letter-spacing: .2em;
}


/*----------
ふわふわボタン 
------------*/

.floatBtn {
  display: block;
}
.floatBtn a img {
  margin: 1rem 0 !important;
  filter: drop-shadow(1px 1px 1px rgba(0,0,0,0.6));
  width: 100px;
  height: 100px;
  animation-name: fuwafuwa;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-duration: 1.5s;
}
.floatBtn a:hover img{
  transform: scale(1.2) rotate(9deg);
  transition-duration: 0.5s;
}
@keyframes fuwafuwa {
    0% {
        transform: translate(0,0px);
    }

    100% {
        transform: translate(0,-15px)
    }
}
.floatBtn a img#MailForm {
  position: fixed;
  bottom: 20px;
  right: 20px;
}
.floatBtn a img#LineBtn {
  position: fixed;
  bottom: 140px;
  right: 20px;
}
.floatBtn a img#TelBtn {
  position: fixed;
  bottom: 260px;
  right: 20px;
}


/*----------
SP用固定ページ
------------*/
.fixed-sp {
  display: none;
}


/*----------
送信完了ページ
------------*/

.thanks_block {
  text-align: center;
  max-width: 960px;
  margin: 20px auto 50px;
}
.thanks_block img {
  width: 75%;
  height: auto;
}


/*-------------------
プライバシーポリシーページ
---------------------*/

.privacy_block {
  text-align: left;
  max-width: 960px;
  margin: 40px auto 50px;
  line-height: 2.2;
}
.privacy_block h2 {
  margin-top: 40px;
}
.privacy_block ol {
  counter-reset:num;
  list-style-type: none!important;
  padding:0;
  margin:0;
}
.privacy_block ol li {
  position: relative;
  padding-left: 30px;
  line-height: 1.5em;
  padding: 0.5em 0.5em 0.5em 30px;
}
.privacy_block ol li:before {
  position: absolute;
  counter-increment: num;
  content: counter(num);
  display:inline-block;
  background: #555;
  color: #FFF;
  font-family: 'Arial',sans-serif;
  font-weight:bold;
  font-size: 14px;
  border-radius: 50%;
  left: 0;
  width: 22px;
  height: 22px;
  line-height: 22px;
  text-align: center;
  top: 10px;
}


@media screen and (max-width: 959px) {
  html {
    font-size: 1.042752vw; /* 100vw/959*10 */
  }
  img {
    width: 100%;
  }
  .section-content {
    width: 100%;
  }
}





/*-----------------ここからSP表示---------------------*/

.sp_show_img {
  display: none !important;
}

@media screen and (max-width: 768px) {
  img {
    width: 100%;
  }

.sp_show_img {
  display: inline-block !important;
}
.pc_show_img {
  display: none !important;
}

  .section-content {
    width: 100%;
  }
  a {
    text-decoration: none;
  }
  /*--------
  header
  ---------*/
  /* pc用非表示 */
  .header-pc {
    display: none;
  } 

  /* sp用表示 */
  .header-sp {
    display: block;
    width: 100%;
    height: auto;
    background-image:url("../img/sp/sp_main_bg.jpg");
    background-size: cover;
    background-position: 25% 75%;
    padding: 10px;
  }

  .header-sp .flex {
    display: inline-block;
  }

  .sp-title img {
    width: 65%;
    margin: 1rem auto 0rem;
    transform: rotate(-4deg);
  }
  
  /* inner画像 */
  .header_inner-sp {
    max-width: 100%;
    text-align: right;
  }
  img.catch {
    display: block;
    width: 98%;
    margin: 0 auto 1rem;
    transform: rotate(-4deg);
  }
  img.catch-icon {
    display: inline-block;
    width: 55%;
    height: auto;
    margin: 0 auto 0;
    filter: drop-shadow(0px 0px 10px #fff);
  }

  /*-------------
  スライダー&リード文
  ---------------*/
  section.lead_block {
    width: 90rem;
    display: block;
    margin: 10px auto;
  }
  section.lead_block .left_box {
    text-align: left;
    font-size: 14px;
    float: none;
    margin: 0 auto;
    width: 100%;
  }
  section.lead_block h2 img.sp_show_img {
    width: 100%;
    display: block;
    margin: 0 auto 15px;
  }
  section.lead_block p {
    padding: 0;
    margin: 0 auto 5px;
  }
  section.lead_block img.sp_show_img {
    display: block;
    width: 100%;
    height: auto;
    margin: 0 auto 20px;
  }

  /*--------
  サポート内容
  ----------*/
  article.contents.note {
    padding: 10px;
  }
  .support_block {
    width: 90rem;
    padding: 0;
    margin: 0 auto;
  }
  .support_block h3 img.sp_show_img {
    display: block;
    width: 90%;
    margin: 10px auto 0;
  }
  .support_block .grid {
    justify-content: space-around;
    align-items: center;
  }
  .grid .grid-item {
    width: 90%;
    height: auto;
    margin: 0 0 4rem;
  }
  .grid .grid-item .grid-headline {
    font-size: 18px;
    font-weight: bold;
    padding: 2rem 0 0 2rem;
  }
  .grid .grid-item img {
    width: 15%;
    height: auto;
    padding-left: 2rem;
    margin-left: 0rem;
  }
  .grid .grid-item p {
    font-size: 14px;
    padding-left: 2rem;
  }
  /* タグ */
  .support_block .tag01::after,
  .support_block .tag02::after,
  .support_block .tag03::after,
  .support_block .tag04::after,
  .support_block .tag05::after,
  .support_block .tag06::after {
    transform: scale(0.3);
    top: -55px;
    right: -53px;
  }

  /*-----------
  マップコンテンツ
  ------------*/
  .map-image {
    width: 98%;
    height: auto;
  }
  .description {
    display: flex;
    padding: 0 10px;
  }
  .description-image {
    width: 100%;
    margin: 110px 0 10px 0;
  }
  img.description-image02 {
  display: none;
}


  /*-----------
  お問合せボックス
  ------------*/
  /* pc非表示 */
  .contact-pc {
    display: none;
  }
  .contact-sp {
    display: block;
    margin-bottom: 5rem;
    padding: 0 1rem;
  }
  .contact-image {
    display: block;
    margin: 0 auto;
    width: 100%;
    height: auto;
  }
  .contact-inner {
    display: flex;
    flex-direction: column;
    position: relative;
  }
  .inner-image.telephone img {
    width: 80%;
    height: auto;
    display: block;
    position: absolute;
    top: -20rem;
    left: 14rem;
  }
  .inner-image.inquiry {
    margin-top: 8rem;
  }
  .inner-image.inquiry img {
    width: 90%;
    height: auto;
    display: block;
  }
  /*------
  media
  --------*/
  h3 img.sp_show_img {
    width: 100%;
    height: auto;
  }
  .media-box {
    width: 90rem;
    font-size: 14px;
    max-height: 50rem;
    height: auto;
  }
  .product-item img {
    width: 70px;
  }
  .media-box .article-button {
    width: 9rem;
    padding: .3rem;
  }
  li.article-item {
    line-height: 2.0;
    margin-bottom: 3rem;
  }

  /*------
  step
  --------*/
  .step-content {
    width: 100%;
    height: auto;
    margin: 0 auto;
    background: #fff;
    background-image: radial-gradient(#efdfdf 10%, transparent 0), radial-gradient(#efdfdf 10%, transparent 0);
    background-position: 0 0, 10px 10px;
    background-size: 10px 10px;
  }

  h3.step-title img {
    width: 90%;
  }
  .step-col-3 > .step-item {
    width: 95%;
    font-size: 14px !important;
    background-position: bottom center;
    margin: 0;
    padding-left: 5%;
  }
  .step-col-3 > .back-color01,
  .step-col-3 > .back-color03,
  .step-col-3 > .back-color05,
  .step-col-3 > .back-color02,
  .step-col-3 > .back-color04,
  .step-col-3 > .back-color06 {
    margin: 0;
  }

  h4.step-sbinner {
    font-size: 18px;
  }

  .step-col-3 {
    margin: 0;
    padding: 0;
    display: block;
    flex-wrap: unset;
  }

  .step-item span.step-headline {
  font-size: 25px;
  }  
  .step-item span.step-num {
  font-size: 30px;
  }

  .step-inner .step-description {
  font-size: 14px;
  }

  .step-icon {
  margin: 0 0rem 0 0;
  }
  .step-icon img {
  margin: 0;
  width: 100%;
  max-width: 100px;
  height: auto;
  padding: 5px 0 5px 15px;
  }


/*
background画像
*/
.step-item.back-color01 {
  background-image: url("../img/bg/flow/1u.png");
}
.step-item.back-color02 {
  background-image: url("../img/bg/flow/2u.png");
}
.step-item.back-color03 {
  background-image: url("../img/bg/flow/3u.png");
}
.step-item.back-color04 {
  background-image: url("../img/bg/flow/4u.png");
}
.step-item.back-color05 {
  background-image: url("../img/bg/flow/5u.png");
}
.step-item.back-color06 {
  background-image: none;
}


  /*--------
  自販機一覧
  ----------*/

article.contents.note.products-article {
  margin-top: 0rem;
}

.product-title img {
  width: 70%;
  height: auto;
}
.product-item {
  width: 88%;
  margin-bottom: 5rem;
}
.product-item img {
  width: 38%;
  height: auto;
  margin-right: 3%;
}
.product-content .article-button {
  font-size: 3.3rem;
  padding: .5rem .5rem .5rem;
  border-radius: 3px;
  margin: 0 1.5rem 0 0;
}
.product-name {
  font-size: 5.5rem;
  margin: 0 0 .2rem 0;
}
.lot-number {
  font-size: 3rem;
  /* font-weight: bold; */
  margin: 0 0 .8rem 0;
  letter-spacing: .1em;
}
.lot-size {
  font-size: 3.5rem;
  /* font-weight: bold; */
  margin: 0 0 .4rem 0;
}
.lot-type {
  font-size: 3.5rem;
  /* font-weight: bold; */
  letter-spacing: 0em;
  margin: 0;
}
.lot-size span {
  background: #555;
  color: #fff;
  padding: 0 1.0rem .5rem;
  font-size: 90%;
  margin:0 .5rem;
  border-radius: 50%;
}

.product-content .inner-image.inquiry {
  text-align: center;
  margin: 0 auto 50px;
  width: 100%;
}
.product-content .inner-image.inquiry img {
  margin: 0 auto;
  width: 80%;
  height: auto;
}

  .product-content h5 img {
    width: 100%;
  }


  /*-------
  売上事例
  ---------*/
.sales-contents {
    height: 520px; /*スライダーの高さ変動によりガクガクしちゃうため仕方なく設定。もっとスマートな方法あったらいいな。*/ 
}

.sales-title {
  text-align: center;
  margin: 0 auto 0.5rem;
}

.sales-sbtitle {
  text-align: center;
  margin-bottom: 2.0rem;
  font-size: 3.2rem;
}
.sales-title img {
  width: 96%;
  height: auto;
}

.slider2 {
  width: 100%;
}
.slider_item {
  width: 180px;
  margin: 20px 5px;
}
.slider_item h4 {
  font-size: 2.2em;
  margin: 10px 0;
}
.sales-image {
  width: 100%;
  height: auto;
  display: inline-block;
  border-radius: 10px;
}
.sales-list {
  display: flex;
  align-self: center;
  margin: 0 0 1rem;
  font-size: 3.4rem;
}
.sales-button {
  width: 15rem;
  font-size: 80%;
}
.sales-text {
  width: 75%;
}


/*-----------スライドショー矢印やドット関連----------*/

.slick-slide {
  height:auto!important;
}

.slick-next {
  right:0!important;
}

.slick-prev {
  left:0!important;
}

.slick-arrow {
  z-index:2!important;
}


/*-------- 
他社との比較
----------*/

.comparison-contents {
  height: auto;
  margin: 0 auto;
  padding: 2rem 2rem 8rem;
  font-size: 130%;
}
.comparison-title {
  text-align: center;
  margin: 0 auto 2.2rem;
}
.comparison-title img {
  width: 60%;
  height: auto;
}
.comparison-contents .table {
  margin: 0 auto;
  text-align: center;
  width: 800px;
}
/* .table-thead {} */
.th-padding {
  padding: 1rem;
  width: 10%;
  font-size: 3.5rem;
}
.table-td {
  width: 13%;
  text-align: left;
  font-size: 3.5rem;
  font-weight: bold;
  padding: 2rem;
  border: 1px solid #787d80;
}
.border-tr {
  border: 1px solid #787d80;
  background-color: #fff;
}
.no-color {
  border: 1px solid #787d80;
  font-size: 3.0rem;
}
/* 
タグ・フォントカラー指定
*/
.th-red {
  background-color:#c02630;
  color: #fff;
  font-weight: bold;
  border-right: 3px solid #c02630;
  border-left: 3px solid #c02630;
}
.th-darkgreen {
  background-color: #385624;
  color: #fff;
  font-weight: bold;
 
}
.th-coral {
  background-color: #c55911;
  color: #fff;
  font-weight: bold;
}
.th-purple {
  background-color: #7030a0;
  color: #fff;
  font-weight: bold;
}
.red-color {
  color: #c02630;
  border-right: 3px solid #c02630;
  border-left: 3px solid #c02630;
  font-size: 3.0rem;
}
.line-color {
  background-color: #f0f9fa;
}
.th-red-height {
  height: 2.6rem;
  border: 3px solid #c02630;
  border-radius: 10px 10px 0 0;
}
.th-red-height-topnone {
  height: 1rem;
  border-right: 3px solid #c02630;
  border-bottom: 3px solid #c02630;
  border-left: 3px solid #c02630;
  border-radius: 10px 10px 0 0;
}

/*
手厚さNo.1
*/
.position-button {
  position: relative;
}
.button__goldenrod {
  font-size: 3.0rem;
  transform: rotate(-10deg);
  width: 50%;
  background: linear-gradient(45deg, #B67B03 0%, #DAAF08 45%, #FEE9A0 70%, #DAAF08 85%, #B67B03 90% 100%);
  position: absolute;
  top: 1rem;
  left: -10%;
  margin-right: 0;
  text-shadow: 1px 1px 3px #000;
}


  /*--------
  お客様の声
  ----------*/

.voice-contents {
  margin: 0 auto;
  padding: 2rem 2rem 5rem;
  background-color: #f3efee;
}
.voice-wrap {
  width: 100%;
  height: auto;
  margin: 0 auto;
  display: block;
  justify-content: space-between;
  padding: 0 2rem;
}
.voice-title {
  text-align: center;
  margin: 0 auto 2.2rem;
}
.voice-title img {
  width: 50%;
  height: auto;
}
.voice-sbtitle {
  text-align: left;
  margin: 0 5% 3.8rem;
  font-size: 3.2rem;
  line-height: 2.0;
}
.voice-item {
  width: 100%;
  background-color: #fff;
  padding: 3rem;
  margin-bottom: 2rem;
  font-size: 3.5rem;
}
.voice-headline {
  font-size: 4rem;
  font-weight: bold;
  color: #43200a;
  margin: 0 0 1rem 0;
}
.voice-text {
  text-decoration: underline dotted #e8e3df;
  color: #654b3a;
  line-height: 2;
}
.marker {
  background: linear-gradient(transparent 60%, #ffff01 60%);
  text-shadow:1px 1px 1px #fff;
}


/*--------- 
よくある質問
-----------*/
.question-title img {
  width: 55%;
  height: auto;
}
.question-wrap {
  width: 100%;
  height: auto;
  margin: 0 auto;
}
.question-item {
  padding: 2rem;
  margin: 2.0rem 1.0rem;
  background-color: #f2f2f2;
  border-radius: 20px;
  border: 1px solid #bbb;
}
.q-list,
.a-list {
  display: flex;
  align-items: center;
  margin: 0;
  line-height: 2.5rem;
}
.q-list {
  margin-bottom: 2.0rem;
  padding-bottom: 2.0rem;
  border-bottom: 1px dashed #bbb;
}
.question-icon  {
  display: inline-block;
  margin: 0 2rem 0 0;
  
}
.question-icon > img {
  width: 5rem;
  height: auto;
  border-radius: 3px;
}
.question-text {
  padding: 0;
  font-size: 3.5rem;
  line-height: 2.0;
}


  /*-----------------
  無料相談・お問い合わせ
  ------------------*/
  .form-contents {
    width: 90%;
    margin: 0 auto;
    padding: 2rem;
  }
  .form-title img {
    width: 100%;
  }
  form#mailformpro {
    width: 100%;
  }
  .form-table {
    display: block;
    width: 100%;
  }
  tbody {
    display: block;
  }
  .border {
    display: block;
    width: 100%;
  }
  .form-table th {
    display: block;
    padding: 2rem 0;
    text-align: left;
    font-size: 3.8rem;
  }
  .form-table td {
    display: block;
    width: 100%;
    height: auto;
    padding: 2rem 1rem;
    font-size: 3.2rem;
  }
  .button-icon {
    width: 8rem;
    font-size: 2.5rem;
  }
  .column {
    margin: 0 0 0 5.5rem;
    font-size: .5rem;
    display: inline;
  }
  .checkbox {
    display: block;
    margin: 0 1rem;
  }
  .textarea {
    border-radius: 5px;
    padding: 1rem;
    border: 1px solid #ccc;
    width: 100%;
    min-width: 85rem;
    min-height: auto;
  }
  .input {
    width: 100%;
    min-width: 85rem;
  }
  .privacy {
    text-align: center;
    margin-top: 30px;
    font-size: 3.2rem;
  }
  .privacy a {
    color: #990000;
  }
  .form-button {
    margin: 2rem 0 0;
    padding: 0 0 10px;
    text-align: center;
    font-size: 5.2rem;
  }

/* 
ボタン
*/
 .button-submission {
  font-size: 7rem;
}

  /*---------
  footer
  -----------*/
  .footer {
    margin: 0;
    padding:10px 0 30px;
  }
  .footer-wrap {
    width: 90rem;
    margin: 0 0 8rem;
  }

  .company {
  font-size: 3rem;
}

  /*--------------
  ふわふわボタン非表示
  ----------------*/
  .floatBtn {
    display: none;
  }

  /*----------
  SP用固定ページ
  ------------*/
  .fixed-sp {
    display: block;
    width: 100%;
    position: fixed;
    bottom: 0;
    background-color: #fff;
  }
  .fixed-wrap {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
    padding: 0;
  }
  .fixed-item01,
  .fixed-item02,
  .fixed-item03 {
    width: 33%;
    text-align: center;
    font-size: 4rem;
    padding: 3rem 0;
  }
  .fixed-item01 {
    background-color: #00ac9a;
  }
  .fixed-item02 {
    background-color: #06c755;
  }
  .fixed-item03 {
    background-color: #ff9001;
  }
  a {
    color: #fff;
  }
}

