@charset "UTF-8";
/* Theme Name: wakafuji */
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

*, *::after, *::before {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

fieldset {
  background-color: transparent;
  border: 0;
  margin: 0;
  padding: 0;
}

legend {
  font-weight: 600;
  margin-bottom: 0.4em;
  padding: 0;
}

label {
  display: block;
  font-weight: 600;
  margin-bottom: 0.4em;
}

input,
select,
textarea {
  display: block;
  font-size: 16px;
}

[type='color'], [type='date'], [type='datetime'], [type='datetime-local'], [type='email'], [type='month'], [type='number'], [type='password'], [type='search'], [type='tel'], [type='text'], [type='time'], [type='url'], [type='week'], input:not([type]), textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #fff;
  border: 1px solid #ddd;
  -webkit-border-radius: 3px;
          border-radius: 3px;
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06);
          box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 0em;
  padding: 0.53333em;
  -webkit-transition: border-color 150ms ease;
  -o-transition: border-color 150ms ease;
  transition: border-color 150ms ease;
  width: 100%;
}

[type='color']:hover, [type='date']:hover, [type='datetime']:hover, [type='datetime-local']:hover, [type='email']:hover, [type='month']:hover, [type='number']:hover, [type='password']:hover, [type='search']:hover, [type='tel']:hover, [type='text']:hover, [type='time']:hover, [type='url']:hover, [type='week']:hover, input:not([type]):hover, textarea:hover {
  border-color: #b1b1b1;
}

[type='color']:focus, [type='date']:focus, [type='datetime']:focus, [type='datetime-local']:focus, [type='email']:focus, [type='month']:focus, [type='number']:focus, [type='password']:focus, [type='search']:focus, [type='tel']:focus, [type='text']:focus, [type='time']:focus, [type='url']:focus, [type='week']:focus, input:not([type]):focus, textarea:focus {
  border-color: #000;
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06), 0 0 5px rgba(0, 0, 0, 0.7);
          box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06), 0 0 5px rgba(0, 0, 0, 0.7);
  outline: none;
}

[type='color']:disabled, [type='date']:disabled, [type='datetime']:disabled, [type='datetime-local']:disabled, [type='email']:disabled, [type='month']:disabled, [type='number']:disabled, [type='password']:disabled, [type='search']:disabled, [type='tel']:disabled, [type='text']:disabled, [type='time']:disabled, [type='url']:disabled, [type='week']:disabled, input:not([type]):disabled, textarea:disabled {
  background-color: #f2f2f2;
  cursor: not-allowed;
}

[type='color']:disabled:hover, [type='date']:disabled:hover, [type='datetime']:disabled:hover, [type='datetime-local']:disabled:hover, [type='email']:disabled:hover, [type='month']:disabled:hover, [type='number']:disabled:hover, [type='password']:disabled:hover, [type='search']:disabled:hover, [type='tel']:disabled:hover, [type='text']:disabled:hover, [type='time']:disabled:hover, [type='url']:disabled:hover, [type='week']:disabled:hover, input:not([type]):disabled:hover, textarea:disabled:hover {
  border: 1px solid #ddd;
}

[type='color']::-webkit-input-placeholder, [type='date']::-webkit-input-placeholder, [type='datetime']::-webkit-input-placeholder, [type='datetime-local']::-webkit-input-placeholder, [type='email']::-webkit-input-placeholder, [type='month']::-webkit-input-placeholder, [type='number']::-webkit-input-placeholder, [type='password']::-webkit-input-placeholder, [type='search']::-webkit-input-placeholder, [type='tel']::-webkit-input-placeholder, [type='text']::-webkit-input-placeholder, [type='time']::-webkit-input-placeholder, [type='url']::-webkit-input-placeholder, [type='week']::-webkit-input-placeholder, input:not([type])::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #666666;
}

[type='color']::-ms-input-placeholder, [type='date']::-ms-input-placeholder, [type='datetime']::-ms-input-placeholder, [type='datetime-local']::-ms-input-placeholder, [type='email']::-ms-input-placeholder, [type='month']::-ms-input-placeholder, [type='number']::-ms-input-placeholder, [type='password']::-ms-input-placeholder, [type='search']::-ms-input-placeholder, [type='tel']::-ms-input-placeholder, [type='text']::-ms-input-placeholder, [type='time']::-ms-input-placeholder, [type='url']::-ms-input-placeholder, [type='week']::-ms-input-placeholder, input:not([type])::-ms-input-placeholder, textarea::-ms-input-placeholder {
  color: #666666;
}

[type='color']::placeholder, [type='date']::placeholder, [type='datetime']::placeholder, [type='datetime-local']::placeholder, [type='email']::placeholder, [type='month']::placeholder, [type='number']::placeholder, [type='password']::placeholder, [type='search']::placeholder, [type='tel']::placeholder, [type='text']::placeholder, [type='time']::placeholder, [type='url']::placeholder, [type='week']::placeholder, input:not([type])::placeholder, textarea::placeholder {
  color: #666666;
}

textarea {
  resize: vertical;
}

[type="checkbox"],
[type="radio"] {
  display: inline;
  margin-right: 0.4em;
}

[type="file"] {
  margin-bottom: 0.8em;
  width: 100%;
}

select {
  margin-bottom: 0.8em;
  width: 100%;
}

[type="checkbox"]:focus,
[type="radio"]:focus,
[type="file"]:focus,
select:focus {
  outline: 3px solid rgba(0, 0, 0, 0.6);
  outline-offset: 2px;
}

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

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

html,
body {
  height: 100%;
}

body {
  margin: 0;
  width: 100%
}

ul,
ol {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

dl {
  margin: 0;
}

dt {
  font-weight: 600;
  margin: 0;
}

dd {
  margin: 0;
}

figure {
  margin: 0;
}

img,
picture {
  margin: 0;
  max-width: 100%;
}

table {
  border-collapse: collapse;
  margin: 0.8em 0;
  table-layout: fixed;
  width: 100%;
}

th {
  border-bottom: 1px solid #a6a6a6;
  font-weight: 600;
  padding: 0.8em 0;
  text-align: left;
}

td {
  border-bottom: 1px solid #ddd;
  padding: 0.8em 0;
}

tr,
td,
th {
  vertical-align: middle;
}

@import url(http://fonts.googleapis.com/earlyaccess/notosansjp.css);

html {
  color: #000;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 15px;
  line-height: 1.8;
  font-weight: 400;
}

body {
  font-size: 14px;
  width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 22px;
  line-height: 1.5;
  margin: 0 0 0.8em;
}

@media screen and (max-width: 979px) {
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 18px;
}
}

p {
  margin: 0 0 0.8em;
}

a {
  color: #000;
  -webkit-text-decoration-skip: ink;
          text-decoration-skip: ink;
  -webkit-transition: color 150ms ease;
  -o-transition: color 150ms ease;
  transition: color 150ms ease;
  text-decoration: none;
}

a:hover {
  opacity: 0.8;
  -webkit-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

hr {
  border-bottom: 1px solid #ddd;
  border-left: 0;
  border-right: 0;
  border-top: 0;
  margin: 1.6em 0;
}

@media screen and (max-width: 979px) {
  hr {
    margin: 1.2em 0;
  }
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
  line-height: 1;
}

.m-t-1 {
  margin-top: 1em!important;
}

.m-t-2 {
  margin-top: 2em!important;
}

.m-t-3 {
  margin-top: 3em!important;
}

.m-b-1 {
  margin-bottom: 1em!important;
}

.m-b-2 {
  margin-bottom: 2em!important;
}

.m-b-3 {
  margin-bottom: 3em!important;
}

@media screen and (max-width: 979px) {
.m-t-1 {
  margin-top: 0.5em!important;
}

.m-t-2 {
  margin-top: 1em!important;
}

.m-t-3 {
  margin-top: 2em!important;
}

.m-b-1 {
  margin-bottom: 0.5em!important;
}

.m-b-2 {
  margin-bottom: 1em!important;
}

.m-b-3 {
  margin-bottom: 2em!important;
}
}

a.button_link {
  background: #000;
  color: #fff;
  padding: 1em 1.5em;
  margin-top: 2em;
  display: inline-block;
}

a.line {
  text-decoration: underline;
}

.anchor {
  display: block;
  padding-top: 70px;
  margin-top: -70px;
}

.clear {
  clear: both;
}

.max {
  width: 100%!important;
}

@media screen and (max-width: 979px) {
  .lower-container p {
    font-size: 14px;
    line-height: 1.7;
  }
}

@media screen and (min-width: 769px) {
.sp_img {
  display: none!important;
}
}

@media screen and (max-width: 768px) {
  .pc_img {
    display: none!important;
  }
}

.line {
  text-decoration: underline;
}

html {
  scroll-behavior: smooth;
}

/*--------------------------------------- 固定 ---------------------------------------*/

/*------------- header -------------*/

.header {
  z-index: 1111;
  height: 100px;
  position: fixed;
  width: 100%;
  padding: 15px;
  top: 0;
  background: rgba(0,0,0,0.1);
  border-top: 8px solid #49a7a8;
}

.header_heading {
  position: relative;
  z-index: 1111;
  float: left;
}

img.header_heading_logo {
  max-width: 180px;
  margin: 0 15px;
}

.header_navi {
  margin: 0;
}

ul.header_navi_list {
  font-size: 14px;
  float: right;
  text-align: center;
  margin-top: 10px;
  margin-right: 220px;
}


.header_navi_list_item {
  display: inline-block;
  margin: 0px;
  line-height: 1.5;
  padding-right: 15px;
  padding-left: 15px;
}

a.header_rsrv {
  right: 30px;
  top: 20px;
  display: inline-block;
  position: absolute;
  text-align: center;
  background: #49a7a8;
  line-height: 1.5;
  padding: 5px 15px;
  font-size: 12px;
  color: #fff;
  border-radius: 15px;
  line-height: 1;
  padding-bottom: 10px;
}

a.header_rsrv span {
  margin-top: 5px;
  display: inline-block;
}

a.header_rsrv::before{
  font-family: "Font Awesome 5 Free";
  content: '\f07a';
  font-size: 25px;
  font-weight: 600;
  margin-right: 10px;
  margin-top: 5px;
  color: #fff;
  float: left;
}

.header_rsrv-sp {
  right: 65px;
  top: 3px;
  position: absolute;
}

.header_rsrv-sp span {
  color: #fff;
  font-size: 10px;
  float: right;
}

.header_rsrv-sp::before{
  font-family: "Font Awesome 5 Free";
  content: '\f07a';
  font-size: 25px;
  font-weight: 600;
  margin-right: 12px;
  margin-top: 10px;
  color: #fff;
  position: absolute;
  right: 5px;
}

a.header_tel {
  font-size: 18px;
  font-weight: 600;
  float: right;
  position: absolute;
  right: 160px;
  top: 10px;
}

a.header_tel span {
  margin-top: 5px;
  display: inline-block;
}

a.header_tel::before{
  font-family: "Font Awesome 5 Free";
  content: '\f095';
  font-size: 20px;
  font-weight: 600;
  margin-right: 5px;
  color: #49a7a8;
  float: left;
}

.header .header_navi_list_item:last-child:after {
  display: none;
}

.header_navi_list_item a {
  color: #000;
  font-size: 13px;
}

.header_navi_list_item a span {
  color: #49a7a8;
  font-weight: 400;
}

.header_navi_list_item a:hover {
  color: #808080;
}

@media screen and (max-width: 979px) {
  .header {
    height: 70px;
    padding: 5px;
  }
  .header_heading {
     display: none;
  }
  img.drawer_logo_heading_img {
    max-width: 180px;
  }
  .header_navi {
    display: none !important;
  }
  .header .header_navi_list_item:after {
    margin: 0 5px;
  }
  img.header_heading_logo {
    max-width: 130px;
    margin: 3px 15px 10px 10px;
  }
}

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

.drawer-hamburger {
  display: none;
}

@media screen and (max-width: 979px) {
  .drawer-hamburger {
    display: block;
    width: 30px;
    padding: 17px 10px 25px 15px;
    margin: 10px;
  }
}

.drawer-hamburger-icon, .drawer-hamburger-icon::before, .drawer-hamburger-icon::after {
  background-color: #49a7a8;
}

.drawer-hamburger-icon, .drawer-hamburger-icon::after, .drawer-hamburger-icon::before {
  width: 100%;
  height: 3px!important;
}

.drawer-nav {
  width: 20rem;
}

.drawer--right .drawer-nav {
  right: -20rem;
  font-size: 1.4rem;
  padding: 15px 0;
}

.drawer--right.drawer-open .drawer-hamburger {
  right: 20rem;
}

.drawer-menu-item {
  color: #000;
  font-size: 13px;
}

ul.drawer-menu {
  margin: 10px;
}

ul.drawer-menu li {
  border-bottom: 1px solid #ccc;
}

ul.drawer-menu li::before {
  content: '\203A';
  position: relative;
  color: #49a7a8;
  float: left;
  padding-right: 5px;
  font-weight: 600;
}

ul.drawer-menu li::last-child {
  border: none;
}

.drawer-menu-item-2nd {
  padding-left: 25px;
}

.drawer_logo-img {
  width: 100%;
  padding: 15px 25px 0;
}

/*------------- footer -------------*/

.footer {
}

.footer_container {
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
  padding: 80px 0 80px;
}

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

img.footer_heading_logo {
  width: 100%;
  max-width: 200px;
  padding: 0 30px 30px;
  display: block;
  margin: 0 auto 30px;
}

.footer_txt {
  width: 40%;
  float: left;
}

.footer-name {
  font-size: 16px;
}

.footer_navi_list1, .footer_navi_list2 {
  width: 30%;
  float: left;
}

.footer_navi_list_item {
  margin-bottom: 5px;
}

.footer_navi_list_item a {
  font-size: 13px;
}

.footer_navi_list1 ul, .footer_navi_list2 ul {
  margin-bottom: 15px;
}

@media screen and (max-width: 979px) {
  .footer_container {
    padding: 45px 15px 0;
  }
  img.footer_heading_logo {
    max-width: 250px;
    display: block;
    margin: 0 auto;
    width: 100%;
    float: none;
  }
  .footer_txt, .footer_navi_list1, .footer_navi_list2 {
    width: 100%;
    float: none;
    margin-bottom: 30px;
  }

}

.footer_navi_list_item_h a {
  color: #49a7a8 !important;
  font-size: 16px;
}

.footer_navi_list_item a {
  color: #000;
}

.footer_navi_list_item::before {
  color: #000;
  content: '－';
  margin-right: 10px;
}

.footer_navi_list_item_h::before {
  display: none;
}

.copy {
  font-family: 'Noto Sans JP', sans-serif;
  color: #fff;
  padding: 45px 5px 45px;
  text-align: center;
  font-size: 14px;
  background: #49a7a8;
  font-weight: 600;
}

@media screen and (max-width: 979px) {
  .copy {
    padding: 30px 5px 30px;
    line-height: 1.2;
  }
}

.sp-fixed {
  width: 100%;
  font-size: 16;
  line-height: 1.3;
  z-index: 111;
  position: fixed;
  left: 0;
  bottom: 0;
  font-weight: 600;
}

@media screen and (min-width: 980px) {
  .sp-fixed {
    display: none !important;
  }
}

.sp-fixed_list {
  background: #49a7a8;
}

.sp-fixed_list::after {
  clear: both;
  content: "";
  display: block;
}

.sp-fixed_list_item {
  width: 50%;
  float: left;
  text-align: left;
  border-right: 1px solid #fff;
}

.sp-fixed_list_item:last-child {
  border-right: 0;
}

.sp-fixed_list_item a {
  color: #fff;
  display: block;
  padding: 15px;
}

.sp-fixed_list_item a p {
  margin-bottom: 0;
}

.sp-fixed_list_item-tel a p::before {
  font-family: "Font Awesome 5 Free";
  content: '\f095';
  font-size: 28px;
  font-weight: 600;
  margin-right: 10px;
  color: #fff;
  float: left;
}

.sp-fixed_list_item-rsv a p::before {
  font-family: "Font Awesome 5 Free";
  content: '\f073';
  font-size: 28px;
  font-weight: 400;
  margin-right: 10px;
  color: #fff;
  float: left;
}

/*--------------------------------------- 共通 ---------------------------------------*/

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
}

.aligncenter {
  display: block;
  margin: 0 auto;
}

.center {
  text-align: center;
}

.alignright {
  float: right;
}

.right {
  text-align: right;
}

.alignleft {
  float: left;
}

.left {
  text-align: left;
}

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

@media screen and (max-width: 979px) {
  .pc-none {
    display: block;
  }
}

@media screen and (min-width: 980px) {
  .sp-none {
    display: block;
  }
}

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

.btn-ptn-01 {
  line-height: 1.4;
}

.home .btn-ptn-01 {
  margin-top: 80px !important;
}

.btn-ptn-01 a {
  width: 100%;
  text-align: center;
  display: inline-block;
  padding: 20px 10px;
  max-width: 300px;
  background: #49a7a8;
  color: #fff;
  font-size: 14px;
}

@media screen and (max-width: 979px) {
  .home .btn-ptn-01 {
    margin-top: 30px !important;
  }
}

.btn-ptn-01--left {
  text-align: left;
}

.btn-ptn-01--center {
  text-align: center;
}

.btn-ptn-01--right {
  text-align: right;
}

.btn-ptn-01--white a {
  background: transparent;
  color: #fff;
  border: 1px solid #fff;
}

.heading-ptn-01 {
  position: relative;
  padding: 0 55px;
  text-align: center;
  margin-bottom: 30px;
  color: #000;
}

@media screen and (max-width: 979px) {
  .heading-ptn-01 {
    margin-bottom: 15px;
  }
}

.heading-ptn-01_txt {
  position: relative;
  z-index: 2;
  display: inline-block;
  background: #fff;
  padding: 0 60px;
  font-size: 1.3em;
  font-weight: 600;
}

@media screen and (max-width: 979px) {
  .heading-ptn-01_txt {
    padding: 0 15px;
    font-size: 1em;
    background: #fff;
    padding-bottom: 2px;
  }
}

.heading-ptn-02 {
  font-size: 24px;
  border-left: 10px solid #49a7a8;
  padding: 5px 0 5px 15px;
  margin-bottom: 2em;
}

.home .heading-ptn-02 {
  margin-bottom: 0;
}

@media screen and (max-width: 979px) {
  .heading-ptn-02 {
    border-left: 7px solid #49a7a8;
    font-size: 20px;
    padding: 5px 0 5px 10px;
  }
  .h2_bg .heading-ptn-02 {
    border-left: 0;
  }
}

.heading-ptn-03 {
  color: #49a7a8;
  font-size: 22px;
  margin-top: 1em;
  font-weight: 600;
  text-align: center;
  padding: 10px;
  background: #EFEFEF;
}

@media screen and (max-width: 979px) {
  .heading-ptn-03 {
    margin-top: 1em;
    padding: 10px 10px;
    font-size: 17px;
  }
}

/*--------------------------------------- トップページ ---------------------------------------*/

.top_container {
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
  padding: 80px 5px 90px;
}

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

.top_heading {
  color: #49a7a8;
  font-size: 65px;
  margin-bottom: 50px;
  font-weight: 600;
  line-height: 0.6;
}

.top_heading span.top_heading_ja {
  font-size: 18px;
  color: #000;
  font-weight: 400;
}

@media screen and (max-width: 979px) {
  .top_heading {
    margin-bottom: 25px;
    font-size: 36px;
    line-height: 0.8;
  }
  .top_heading span.top_heading_ja {
    font-size: 16px;
  }
  .top_container {
    padding: 45px 15px 45px;
  }
}

/*------------- トップ部分 -------------*/

.top .main-visual {
  position: relative;
  z-index: -2;
  width: 100%;
  height: 650px;
  background-image: url('./assets/img/top_bg.jpeg');
  background-size: cover;
  background-position: center bottom;
  background-repeat: no-repeat;
}

.top .main-visual::after {
  clear: both;
  content: "";
  display: block;
}

.main-visual-inner {
  margin: 0 auto;
  width: 100%;
  max-width: 900px;
  top: 200px;
  position: relative;
}

.main-visual-txt img {
  width: 100%;
  max-width: 200px;
  margin: 0 auto 50px;
  display: block;
}

.main-visual-txt h1 {
  text-align: center;
  color: #49a7a8;
  font-size: 55px;
  font-weight: 600;
  line-height: 1.2;
}

.main-visual-txt h1 span {
  font-size: 30px;
}

@media screen and (max-width: 979px) {
  .top .main-visual {
    height: 380px;
    background-size: 200%;
    background-position-x: 15%;
  }
  .main-visual-inner {
    top: 100px;
  }
 .main-visual-txt {
    margin-top: 5px;
    width: 100%;
    padding: 0 15px;
    text-align: center;
  }
  .main-visual-txt img {
    width: 100%;
    max-width: 120px;
    margin-bottom: 25px;
  }
  .main-visual-txt h1 {
    font-size: 32px;
    line-height: 1.3;
  }
  .main-visual-txt h1 span {
    font-size: 18px;
  }
}

@media screen and (max-width: 450px) {
   .main-visual-txt h1 {
    font-size: 24px;
    line-height: 1.2;
  }
   .main-visual-txt h1 span {
    font-size: 16px;
  }
}

/*------------- トップテキスト -------------*/

.top-txt {
  background: #DFDFDF;
  padding: 25px;
  text-align: center;
  font-size: 12px;
}

.top-txt p {
  margin-bottom: 0;
}

@media screen and (max-width: 979px) {
  .top-txt {
    padding: 15px;
    font-size: 11px;
  }
  .top-txt p {
    line-height: 1.5;
  }
}


/*------------- お知らせ -------------*/

@media screen and (max-width: 979px) {

}


/*------------- 代表みやげ -------------*/

.top-product {
  background: #49a7a8;
}

.top-product .top_heading, .top-product .top_heading span.top_heading_ja {
  color: #fff;
}

.top-product .top_heading {
  margin-bottom: 0;
}

.top-product1 {
  background-image: url('./assets/img/p-1_bg.jpg');
  background-size: cover;
}

.top-product2 {
  background-image: url('./assets/img/p-2_bg.jpg');
  background-size: cover;
}

.top-product3 {
  background-image: url('./assets/img/p-3_bg.jpg');
  background-size: cover;
}

.top-product4 {
  background-image: url('./assets/img/p-4_bg.jpg');
  background-size: cover;
}

.top-product5 {
  background-image: url('./assets/img/p-5_bg.jpg');
  background-size: cover;
}

.top-product-box {
  background: rgba(255,255,255,0.7);
  padding: 45px;
}

.top-product-box h3 {
  color: #49a7a8;
  text-align: center;
  font-size: 32px;
}

.top-product-box img {
  width: 50%;
  float: left;
  padding-right: 30px;
}

.top-product-box-r {
  width: 50%;
  float: right;
}

.top-product-box-r p {
  margin-top: 30px;
}

.top-product-box-r .btn-ptn-01 {
  margin-top: 30px !important;
}

@media screen and (max-width: 979px) {
  .top-product-box {
    padding: 25px;
    margin: 10px;
   }
  .top-product-box h3 {
    font-size: 28px;
    margin-bottom: 0;
  }
  .top-product-box img {
    width: 100%;
    float: none;
    padding-right: 0;
    max-width: 300px;
    margin: 0 auto;
    display: block;
  }
  .top-product-box-r {
    width: 100%;
    float: none;
  }
  .top-product-box-r p {
    margin-top: 10px;
  }
  .top-product-box-r .btn-ptn-01 {
    margin-top: 30px !important;
    text-align: center;
  }
  .top-product-box-r .btn-ptn-01 {
    margin-top: 15px !important;
    margin-bottom: 15px;
    text-align: center;
  }
}


/*------------- リンク１ -------------*/

.top-shop1 {
  width: 50%;
  float: left;
  padding-right: 10px;
}

.top-shop2 {
  width: 50%;
  float: right
  padding-left: 10px;
}

.top-shop1 h3, .top-shop2 h3 {
  border-left: 8px solid #49a7a8;
  padding-left: 8px;
  font-size: 26px;
  margin-bottom: 30px;
  margin-top: 30px;
}

.top-shop1 .btn-ptn-01, .top-shop2 .btn-ptn-01 {
  margin-top: 30px !important;
}

@media screen and (max-width: 979px) {
  .top-shop1 h3, .top-shop2 h3 {
    font-size: 22px;
    margin-bottom: 10px;
  }
  .top-shop1 {
    width: 100%;
    float: none;
    padding-right: 0;
  }
  .top-shop1 .btn-ptn-01, .top-shop2 .btn-ptn-01 {
    margin-top: 20px !important;
  }
  .top-shop1:nth-child(2) {
    margin-top: 35px;
  }
}


/*------------- 私たち -------------*/

.top-about .top_container {
  padding-bottom: 0;
}

.top_about_h {
  color: #49a7a8;
  font-size: 32px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 600;
}

.top-about p {
 text-align: center;
  line-height: 1.5;
}

@media screen and (max-width: 979px) {
  .top_about_h {
    font-size: 28px;
    line-height: 1.5;
  }
}

/*------------- リンク２ -------------*/

.top-about-link1 {
  width: 50%;
  float: left;
  text-align: center;
  color #fff;
  padding: 50px 30px;
  background-image: url('./assets/img/link-3.jpg');
  background-size: cover;
  background-position: center;
}

.top-about-link2 {
  width: 50%;
  float: right;
  text-align: center;
  color #fff;
  padding: 50px 30px;
  background-image: url('./assets/img/link-4.jpg');
  background-size: cover;
  background-position: center;
}

.top-about-link1 h3, .top-about-link2 h3 {
  color: #fff;
  font-size: 32px;
}

.top-about-link1 p, .top-about-link2 p {
  color: #fff;
}

.top-about-link1 .btn-ptn-01, .top-about-link2 .btn-ptn-01 {
  margin-top: 30px!important;
}

@media screen and (max-width: 979px) {
  .top-about-link1, .top-about-link2 {
    width: 100%;
    float: none;
  }
  .top-about-link1 h3, .top-about-link2 h3 {
    font-size: 28px;
  }
}


/*------------- お問合せ -------------*/

.top-contact {
  background: #49a7a8;
  color: #fff;
}

.top-contact .top_heading {
  color: #fff;
}

.top-contact .top_heading span.top_heading_ja {
  color: #fff;
}

.top-contact-left {
  width: 50%;
  float: left;
}

.top-contact-right {
  width: 50%;
  float: right;
}

.top-contact-right p {
  color: #fff;
}

.contact-btn a {
  background: #fff;
  color: #49a7a8;
  font-size: 18px;
  width: 250px;
  display: block;
  float: left;
  line-height: 1.2;
  padding: 10px 30px;
}

.contact-btn a span {
  margin-top: 15px;
  display: block;
  font-size: 15px;
}

.contact-btn a::before{
  font-family: "Font Awesome 5 Free";
  content: '\f0e0';
  font-size: 44px;
  font-weight: 400;
  margin-right: 20px;
  color: #49a7a8;
  float: left;
}


@media screen and (max-width: 979px) {
  .top-contact-left {
    width: 100%;
    float: none;
  }
  .top-contact-right {
    width: 100%;
    float: none;
    margin-top: 30px;
  }
}

/*--------------------------------------- 下層ページ ---------------------------------------*/

.lower-container {
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 160px;
}

@media screen and (min-width: 980px) {
  .lower-container {
    margin-top: 50px;
  }
}

.lower-container::after {
  clear: both;
  content: "";
  display: block;
}

@media screen and (max-width: 979px) {
  .lower-container {
    padding: 0 15px;
    margin-bottom: 60px;
    margin-top: -30px;
  }
}

#breadcrumb {
  padding: 20px 0;
  font-size: 13px;
  margin-bottom: 20px;
  border-bottom: 1px solid #ccc;
}

@media screen and (max-width: 979px) {
  #breadcrumb {
    padding: 10px 0;
    margin-top: 2em;
    margin-bottom: 2em;
    border-bottom: 1px solid #ccc;
  }
}

#breadcrumb a, #breadcrumb span {
  display: inline-block;
}

#breadcrumb a:after {
  content: "/";
  color: #adadad;
  margin: 0 10px;
}

@media screen and (max-width: 979px) {
  #breadcrumb a:after {
    margin: 0 5px;
  }
}

.heading-ptn-04 {
  color: #49a7a8;
  padding: 5px 15px 5px 0;
  margin-top: 50px;
  font-size: 20px;
  margin-bottom: 0;
  margin-bottom: 10px;
}

.heading-ptn-04::before {
  content: '●';
  color: #49a7a8;
  margin-right: 10px;
}

@media screen and (max-width: 979px) {
  .heading-ptn-04 {
    font-size: 18px;
    }
}

.h2_bg {
  background-image: url('./assets/img/top_bg.jpg');
  background-size: cover;
  background-position: center 87%;
}

.h2_bg h1 {
  color: #fff;
  text-align: center;
  padding-top: 160px;
  padding-bottom: 50px;
  text-shadow: black 1px 1px 10px;
  font-size: 36px;
  border-left: 0;
}

@media screen and (max-width: 979px) {
  .h2_bg h1 {
    font-size: 32px;
    padding-top: 100px;
    padding-bottom: 30px;
  }
  table {
    font-size: 13px;
  }
}

/*------------- お知らせ -------------*/

.single-post .single_info {
  margin-bottom: 15px;
  display: inline-block;
}

.single_content figure img {
  margin-top: 30px;
  margin-bottom: 45px;
}

.post-archive_item_info {
  margin-bottom: 15px;
  width: 200px;
  float: left;
}

.pagination {
  text-align: center;
  font-size: 1.8rem;
}

.pagination .screen-reader-text {
  display: none;
}

.pagination a, .pagination span {
  display: inline-block;
  padding: 5px;
  margin: 0 5px;
}

.pagination a {
  border-bottom: 1px solid #000;
}

.post-archive_item {
  border-bottom: 1px solid #000;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.top_info .post-archive_item_info {
  float: left;
  width: 25%;
  margin: 0;
  text-align: left;
}

.post-archive_item::after {
  clear: both;
  content: "";
  display: block;
}

.post-archive_item_info_time {
  margin-right: 5px;
  color: #000;
  float: left;
}

.post-archive_item_info_category {
  margin-right: 10px;
  margin-left: 5px;
  float: left;
}

.post-archive_item_info_category a {
  display: block;
  background: #49a7a8;
  color: #fff;
  padding: 3px 10px;
  margin-left: 5px;
  float: left;
}

.single-post h3 {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 10px 5px;
  margin-top: 30px;
}

.single-post h4 {
  margin-top: 30px;
}

@media screen and (max-width: 979px) {
  .post-archive_item_info_category {
    float: none;
  }
  .post-archive_item_info {
    float: none;
    width: 100%;
  }
  .post-archive_item_heading {
    margin-bottom: 0px;
  }
  .post-archive_item_info {
    margin-bottom: 10px;
  }
}

/*------------- 会社紹介 -------------*/

.about-link-box {
  width: 33.33333333333333333333333%;
  padding: 0.5%;
  float: left;
}

.about-link-box p {
  background: #49a7a8;
  color: #fff;
  text-align: center;
  padding: 10px;
}

/* 代表挨拶 */

.ceo-img {
  width: 100%;
  max-width: 200px;
  margin-bottom: 10px;
}

/* 経営理念 */

p.rinen-a {
  color: #000;
  font-size: 20px;
/*    font-family: 'Noto Sans JP', sans-serif;*/
  font-weight: 600;
}

p.rinen-m {
  line-height: 2.5;
}

p.rinen-m span {
  background: #49a7a8;
  color: #fff;
  margin-right: 8px;
  padding: 3px 10px;
}

.page-template-page-rinen ol {
  list-style: disclosure-closed;
  margin-left: 15px;
}

.page-template-page-rinen ol li::marker {
  color: #49a7a8;
}

/* 会社情報 */

.company table tr th {
  width: 200px;
}

.company ul {
  list-style: disclosure-closed;
  margin-left: 15px;
}

.company ul li::marker {
  color: #49a7a8;
}

/* 各営業所 */

.bs table tr th {
  width: 200px;
}

/* 関連会社 */

.affiliate ul {
  list-style: disclosure-closed;
  margin-left: 15px;
  line-height: 3;
}

.affiliate ul li::marker {
  color: #49a7a8;
}

.affiliate ul li a {
  background: #49a7a8;
  color: #fff;
  padding: 5px 10px;
  border-radius: 8px;
  margin-left: 5px;
}

@media screen and (max-width: 979px) {
  .lower-container p.top_about_h {
    font-size: 24px;
    text-align: center;
  }
  .about-link-box {
    width: 50%;
  }
  .company table tr th, .bs table tr th {
    width: 110px;
  }
  .affiliate ul li a {
    margin-left: 0;
    font-size: 11px;
  }
  .affiliate ul li {
    line-height: 2;
    margin-bottom: 15px;
  }
}

/*------------- 店舗紹介 -------------*/

.ac-red {
  color: #C1272D;
  font-weight: 600;
}

.shop-img img {
  width: 50%;
  float: left;
}

.shop-img1 {
  padding-right: 2.5px;
  padding-bottom: 5px;
}

.shop-img2 {
  padding-left: 2.5px;
  padding-bottom: 5px;
}

.shop-right-txt {
  width: 60%;
  float: right;
  padding-left:30px;
  padding-top: 30px;
}

.shop-left-img {
  width: 40%;
  float: left;
}

.shop-left-txt {
  width: 60%;
  float: left;
  padding-right:30px;
  padding-top: 30px;
}

.shop-right-img {
  width: 40%;
  float: right;
}

.shop table tr th {
  width: 200px;
}
.shop table a {
  background: #49a7a8;
  color: #fff;
  padding: 5px 10px;
  border-radius: 8px;
  margin-left: 5px;
}

@media screen and (max-width: 979px) {
  .shop-img img {
    width: 100%;
    float: none;
  }
  .shop-img1 {
    padding-right: 0;
  }
  .shop-img2 {
    padding-left: 0;
  }
  .shop-left-img, .shop-right-img {
    width: 100%;
    float: none;
    padding-bottom: 15px;
  }
  .shop-right-txt, .shop-left-txt {
    width: 100%;
    float: none;
    padding-left: 0;
    padding-right: 0;
    padding-top: 15px;
  }
  .shop table tr th {
    width: 110px;
  }
  .shop table a {
    font-size: 11px;
  }
}


/*------------- 事業内容 -------------*/

.works .top_about_h {
  line-height: 1.5;
}

.works-shop-img img {
  width: 25%;
  padding: 0.5%;
  float: left;
}

.works1 ul {
  list-style: disclosure-closed;
  margin-left: 15px;
  line-height: 2;
}

.works1 ul li::marker {
  color: #49a7a8;
}

@media screen and (max-width: 979px) {
}


/*------------- 卸・販売 -------------*/

.works1-m-img {
  width: 50%;
  float: left;
}

.works1-m-txt {
  width: 50%;
  float: right;
  padding-left: 15px;
}

.m-name {
/*    font-family: 'Noto Sans JP', sans-serif;*/
  color: #49a7a8;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 5px;
}

a.shop-link {
  background: #49a7a8;
  color: #fff;
  padding: 5px 10px;
  border-radius: 8px;
  margin-left: 5px;
}

.shop-online {
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
  display: block;
}

.shop-link-box {
  width: 50%;
  padding: 0.5%;
  float: left;
}

.shop-link-box p {
  background: #49a7a8;
  color: #fff;
  text-align: center;
  padding: 10px;
}

.shop-link-toshop {
  margin-top: 80px;
  background: #ededed;
  padding: 30px;
}

p.omi-ac {
  color: #49a7a8;
  font-size: 32px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 600;
}

img.pro-img {
  width: 100%;
  max-width: 450px;
}

a.omi-link {
  background: #49a7a8;
  color: #fff;
  padding: 5px 10px;
  border-radius: 8px;
  margin-left: 10px;
  margin-right: 10px;
}

.omi-point {
  background: #49a7a8;
  color: #fff;
  text-align: center;
  border-radius: 15px;
  width: 32.33333333333333%;
  float: left;
  margin: 0.5%;
  padding: 10px;
}

.omipoi-ac {
  font-size: 24px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 600;
  margin-bottom: 10px;
}

@media screen and (max-width: 979px) {
  .works1-m-img {
    width: 100%;
    float: none;
  }
  .works1-m-txt {
    width: 100%;
    float: none;
    padding-left: 0;
    margin-top: 15px;
  }
  .lower-container p.m-name {
    font-size: 16px;
  }
  .shop-link-box {
    width: 100%;
    padding: 0;
    float: none;
  }
  .omi-point {
    width: 100%;
    float: none;
    margin: 0;
    margin-bottom:10px;
  }
  .lower-container p.omipoi-ac {
    font-size: 22px;
  }
  p.omi-ac {
    font-size: 28px;
    margin-bottom: 15px;
    line-height: 1.5;
  }
  .shop-link-toshop {
    padding: 20px 15px;
  }
}


/*------------- 製造 -------------*/

.works2 table tr th {
  width: 110px;
}

.works2-link-box {
  width: 32.3333333333333333333333%;
  padding: 0.5%;
  float: left;
}

.works2-link-box p {
  background: #49a7a8;
  color: #fff;
  text-align: center;
  padding: 10px;
}

.fac-img img {
  width: 32.33333333333333%;
  padding: 0.5%;
}

.works2-1-img img {
  width: 24.5%;
  padding: 0.25%;
  margin-bottom: 5px;
}

@media screen and (max-width: 979px) {
  .works2-link-box {
  width: 50%;
  }
  .works2-1-img img {
    width: 49%;
  }
}


/*------------- お問合せ -------------*/

.works2 .company ul {
  margin-left: 0;
}

.tel-link {
  line-height: 3!important;
}

.tel-link a {
  background: #49a7a8;
  color: #fff;
  padding: 5px 10px;
  border-radius: 8px;
  margin-left: 5px;
}

.tel-link span {
  border-top: 1px solid #ccc;
  padding-top: 6px;
}

input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}
input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}

dl.cf dd.name {
  float: left;
  width: auto;
}

dl.cf dd.know {
  margin-top: 0.5em;
}

dl.cf dd.know span.wpcf7-list-item {
  display: block;
}

dl.cf dt {
  font-size: 1em;
  padding-top: 1em;
  margin-bottom: 0.5em;
}

form.wpcf7-form input.wpcf7-submit, form.wpcf7-form input.wpcf7-confirm, form.wpcf7-form input.wpcf7-back {
  background: #49a7a8;
  font-family: 'Noto Sans JP', sans-serif;
  color: #fff;
  padding: 15px;
  margin-top: 30px;
  width: 200px;
}

input, select, textarea {
    font-family: 'Noto Sans JP', sans-serif;}
}

form.wpcf7-form input.wpcf7-submit:hover {
  background: #ccc;
}

form.wpcf7-form .required {
  color: #fff;
  background: #c1272d;
  font-size: 0.8em;
  padding: 2px 5px;
  margin-right: 8px;
}

.wpcf7-mail-sent-ok {
  border: 2px solid #999!important;
}

.wpcf7 form.sent .wpcf7-response-output {
  border-color: #999!important;
}

.ui-widget {
  font-size: 1.1em;
  font-family: 'Noto Sans JP', sans-serif;}

.ui-widget-header {
  border: 0!important;
  background: none!important;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
  background: none!important;
}

.wpcf7-response-output {
  display: none;
}

.page-template-page-contact .company ul {
  margin-left: 0!important;
}

/*-------------  -------------*/


@media screen and (max-width: 979px) {
}