@charset "UTF-8";
@import url(reset.css);
@import url(common.css);
/*** function ***/
/* ###################### */
/* ######## 変数 ######## */
/* ###################### */
/* カラー */
/* 書式 */
/* ###################### */
/* ######## 関数 ######## */
/* ###################### */
/* ###################### */
/* ######## 共通 ######## */
/* ###################### */
/* ボタン */
.btn {
  width: 211px;
  height: 63px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  margin: 0 auto;
}

.btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #42af00;
  font-weight: 500;
  color: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
  z-index: 0;
}

.btn a::after {
  content: "";
  background: url(../image/common/arrow.png) no-repeat center/contain;
  width: 6px;
  height: 8px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 11px;
}

.btn a:hover {
  text-decoration: none;
  background-color: #502916;
}

/*******/
html {
  /* 1rem = 10px にする*/
  font-size: 62.5%;
  _font-size: 62.5%;
  *font-size: 62.5%;
  /*ウェブフォント用*/
  text-rendering: optimizeLegibility;
}

.face_book .fbcomments,
.face_book iframe,
.face_book .fb_iframe_widget,
.face_book .fb_iframe_widget[style],
.face_book .fb_iframe_widget iframe[style],
.face_book .fbcomments iframe[style],
.face_book .fb_iframe_widget span,
.face_book ._2p3a {
  width: 100% !important;
}

#wrapper {
  overflow: hidden;
}

/********共通********/
.cont {
  margin: 0 auto;
}

.ofi img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  font-family: "object-fit: cover; object-position: center;";
}

.fle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.tel a {
  text-decoration: none;
  color: #502916;
}

.table table {
  width: 100%;
}

.table table tr th {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #f06c21;
  color: #fff;
}

.table table tr td {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #fff;
}

.h2_1 {
  text-align: center;
  font-size: 1rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  color: #502916;
  line-height: 1;
  letter-spacing: 0;
}

.h2_1::before {
  content: "";
  display: block;
  width: 100%;
  background: url(../image/common/ttlicon.png) no-repeat center/contain;
}

.h2_1 div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.h2_1 div > span {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.h2_1 div::before {
  content: "";
  display: inline-block;
  background: url(../image/common/waa.png) no-repeat center/contain;
}

.h2_1 div::after {
  content: "";
  display: inline-block;
  background: url(../image/common/waa.png) no-repeat center/contain;
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}

/*********information***********/
.information .contents1 {
  background: #ffcf84;
}

.information .contents1 figure figcaption span {
  display: inline-block;
  text-align: center;
  background: #42af00;
  color: #fff;
}

.information .contents1 .text p:last-of-type {
  margin-bottom: 0;
}

.information .contents2 {
  background: #ffcf84;
}

.information .contents2 .imgs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.information .contents2 .map iframe {
  width: 100%;
  height: 100%;
}

/*********faq***********/
.faq .contents1 {
  background: #ffcf84;
}

.faq .contents1 .list dl:last-of-type {
  margin-bottom: 0;
}

.faq .contents1 .list dl dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  background: #fff;
}

.faq .contents1 .list dl dt span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 700;
  line-height: 1;
  background: #ffcf84;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 50%;
}

.faq .contents1 .list dl dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.faq .contents1 .list dl dd span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  background: #f06c21;
  border-radius: 50%;
}

/*********goods***********/
.goods .contents1 {
  background: #ffcf84;
}

.goods .contents1 .box {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #fff;
  border: solid 2px #f06c21;
}

.goods .contents1 .box:last-of-type {
  margin-bottom: 0;
}

.goods .contents1 .box h3 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0;
  background: #f06c21;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.goods .contents1 .box .text dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.goods .contents1 .box .text dl dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #f06c21;
}

.goods .contents1 .box .text dl dt::after {
  content: "";
  display: inline-block;
  width: 1px;
  background: #f06c21;
}

/*********about***********/
.about .contents1 .box:last-of-type {
  margin-bottom: 0;
}

.about .contents1 .box .text h3 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  color: #502916;
  letter-spacing: 0;
}

.about .contents1 .box .text h3 .num {
  display: inline-block;
  background: #f06c21;
  text-align: center;
  color: #fff;
}

.about .contents2 ul li {
  position: relative;
  z-index: 0;
}

.about .contents2 ul li::before {
  content: "";
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  z-index: -1;
}

.about .contents2 ul li div {
  width: 100%;
  text-align: center;
  font-weight: 700;
  color: #fff;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  z-index: 1;
}

.about .contents2 ul li div::before {
  content: "";
  background: #fff;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 0;
}

.about .contents2 ul li:nth-of-type(1) {
  background: url(../image/about/linkBg01.png) no-repeat center/cover;
}

.about .contents2 ul li:nth-of-type(2) {
  background: url(../image/about/linkBg02.png) no-repeat center/cover;
}

.about .contents2 ul li:nth-of-type(3) {
  background: url(../image/about/linkBg03.png) no-repeat center/cover;
}

.about .contents3 {
  background: #ffcf84;
}

.about .contents3 .list .box h3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0;
  line-height: 1;
  background: #f06c21;
  border-radius: 50%;
  margin: 0 auto;
}

/*********index***********/
.index .contents1 {
  background: #ffcf84;
  position: relative;
  z-index: 0;
}

.index .contents1::before {
  content: "";
  background: url(../image/index/bg01.png) no-repeat left bottom/contain;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: -1;
}

.index .contents1 h2 {
  text-align: center;
  font-size: 1rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  color: #502916;
  letter-spacing: 0;
}

.index .contents1 h2::before {
  content: "";
  display: block;
  width: 100%;
  background: url(../image/index/ttlicon01.png) no-repeat center/contain;
}

.index .contents1 h2 div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.index .contents1 h2 div > span {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.index .contents1 h2 div::before {
  content: "";
  display: inline-block;
  background: url(../image/index/waa.png) no-repeat center/contain;
}

.index .contents1 h2 div::after {
  content: "";
  display: inline-block;
  background: url(../image/index/waa.png) no-repeat center/contain;
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}

.index .contents1 .txt p:last-of-type {
  margin-bottom: 0;
}

.index .contents1 .mv p {
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  position: relative;
  z-index: 0;
}

.index .contents1 .mv p iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.index .contents2 {
  background: url(../image/index/bg02.png) no-repeat center/cover;
}

.index .contents2 h2 {
  text-align: center;
  font-size: 1rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  color: #502916;
  line-height: 1;
  letter-spacing: 0;
}

.index .contents2 h2::before {
  content: "";
  display: block;
  width: 100%;
  background: url(../image/index/ttlicon02.png) no-repeat center/contain;
}

.index .contents2 h2 div {
  display: inline-block;
}

.index .contents2 .list .box h3 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  color: #fff;
  line-height: 1;
  letter-spacing: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.index .contents2 .list .box p {
  font-weight: 500;
}

.index .contents2 .list .box:nth-of-type(1) h3 {
  background: url(../image/index/ttlbg01.png) no-repeat center/cover;
}

.index .contents2 .list .box:nth-of-type(2) h3 {
  background: url(../image/index/ttlbg02.png) no-repeat center/cover;
}

.index .contents2 .list .box:nth-of-type(3) h3 {
  background: url(../image/index/ttlbg03.png) no-repeat center/cover;
}

.index .contents2 .list .box:nth-of-type(4) h3 {
  background: url(../image/index/ttlbg04.png) no-repeat center/cover;
}

.index .contents2 .list .box:nth-of-type(5) h3 {
  background: url(../image/index/ttlbg05.png) no-repeat center/cover;
}

.index .contents2 .list .box:nth-of-type(6) h3 {
  background: url(../image/index/ttlbg06.png) no-repeat center/cover;
}

.index .contents3 {
  padding: 0;
}

.index .contents3 ul li {
  position: relative;
  z-index: 0;
}

.index .contents3 ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.index .contents3 ul li a::before {
  content: "";
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  z-index: -1;
}

.index .contents3 ul li a::after {
  content: "";
  background: url(../image/index/linkBtn.png) no-repeat center/contain;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: -1;
}

.index .contents3 ul li a:hover {
  background: rgba(255, 255, 255, 0.24);
}

.index .contents3 ul li a span {
  display: inline-block;
  font-weight: 700;
  color: #fff;
  position: relative;
  z-index: 0;
}

.index .contents3 ul li a span::before {
  content: "";
  background: #fff;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 0;
}

.index .contents3 ul li:nth-of-type(1) {
  background: url(../image/index/linkBg01.png) no-repeat center/cover;
}

.index .contents3 ul li:nth-of-type(2) {
  background: url(../image/index/linkBg02.png) no-repeat center/cover;
}

.index .contents3 ul li:nth-of-type(3) {
  background: url(../image/index/linkBg03.png) no-repeat center/cover;
}

.index .contents4 figure {
  text-align: center;
}

.index .contents4 figure a {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.index .contents4 figure a:hover {
  opacity: 0.72;
}

.index .contents4 figure img {
  max-width: 100%;
}

.index .contents5 {
  background: url(../image/index/bg03.png) no-repeat center/cover;
}

.index .contents5 h2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  color: #502916;
  letter-spacing: 0;
  line-height: 1;
}

.index .contents5 h2::before {
  content: "";
  display: inline-block;
  background: url(../image/common/shop.png) no-repeat center;
  background-color: #f06c21;
  border-radius: 50%;
}

.index .contents5 h2 div {
  position: relative;
  z-index: 0;
}

.index .contents5 h2 div::after {
  content: "";
  width: 100%;
  position: absolute;
  left: 0;
  z-index: -1;
}

.index .contents5 .box .tels p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 500;
  line-height: 1;
}

.index .contents5 .box .tels p::before {
  content: "";
  display: inline-block;
  background: url(../image/common/tel.png) no-repeat center/contain;
}

.index .contents5 .box .tels p a {
  color: #502916;
  text-decoration: none;
}

.index .contents5 .box .tels dl dt {
  text-align: center;
  color: #fff;
  background-color: #42af00;
}

.index .contents5 .box .links li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #42af00;
  font-weight: 500;
  color: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
  z-index: 0;
}

.index .contents5 .box .links li a::after {
  content: "";
  background: url(../image/common/arrow.png) no-repeat center/contain;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.index .contents5 .box .links li a:hover {
  text-decoration: none;
  background: #502916 !important;
}

.index .contents5 .box .links li:nth-of-type(2) a {
  background: #f06c21;
}

.index .contents5 .box .links li:nth-of-type(2) a::before {
  content: "";
  display: inline-block;
  background: url(../image/common/mail.png) no-repeat center/contain;
}

/****エラーページ*****/
.error .contents1 {
  overflow: hidden;
  background: #ffcf84;
}

.error .contents1 a {
  color: #502916;
}

.error .contents1 a:hover {
  text-decoration: underline;
}

/*==================================================
プライバシーポリシー
================================================== */
.privacy .contents1 {
  background: #ffcf84;
}

.privacy .contents1 .h3_1 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  color: #502916;
}

.privacy .contents1 .item-box:last-child {
  margin-bottom: 0;
}

/*==================================================
 サイトマップ
================================================== */
.site .contents1 {
  background: #ffcf84;
}

.site .contents1 .site_list {
  margin: 0 auto;
}

.site .contents1 .site_list ul {
  background: #fff;
  border: solid 2px #f06c21;
}

.site .contents1 .site_list ul li {
  border-bottom: dashed 2px #ffc19e;
}

.site .contents1 .site_list ul li:last-of-type {
  border-bottom: none;
}

.site .contents1 .site_list ul li a {
  display: block;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.site .contents1 .site_list ul li a:hover {
  text-decoration: none;
  color: #f06c21;
}

/*==================================================
 ニュース
================================================== */
.news .contents1 {
  overflow: hidden;
  background: #ffcf84;
}

.news .contents1 img {
  max-width: 100%;
}

.news .contents1 .list-box dl {
  background: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: solid 2px #f06c21;
}

.news .contents1 .list-box dl:last-of-type {
  margin-bottom: 0;
}

.news .contents1 .list-box dl dt {
  color: #f06c21;
}

.news .contents1 .list-box dl dd a {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #502916;
}

.news .contents1 .list-box dl dd a:hover {
  text-decoration: underline;
}

/*==================================================
 news詳細
================================================== */
.news_detail .contents1 {
  overflow: hidden;
  background: #ffcf84;
}

.news_detail .contents1 .h3_1 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  color: #502916;
}

.news_detail .contents1 .sec1 {
  margin: 0 auto;
}

.news_detail .contents1 .sec1 img {
  max-width: 100%;
}

.news_detail .contents1 .sec1 .post-data {
  color: #f06c21;
  text-align: right;
}

.news_detail .contents1 .sec1 .item-box {
  min-height: 230px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #fff;
  border: solid 2px #f06c21;
  zoom: 1;
}

/*==================================================
 お問い合わせ
================================================== */
.contact .contents1 {
  background: #ffcf84;
}

/* input設定 */
.input-mid {
  width: 60%;
  padding: 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.input-min {
  padding: 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.input-big {
  padding: 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
}

.contact form input {
  font-family: "Noto Sans JP", sans-serif;
}

.contact form textarea {
  display: block;
  width: 100%;
  padding: 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: "Noto Sans JP", sans-serif;
}

.contact .clrred {
  color: #c00;
}

.contact .contact-recaptcha-wrap {
  text-align: center;
  margin: 0 auto;
  width: 304px;
}

.contact .contact-recaptcha-wrap input {
  text-align: center;
}

.mt5 {
  margin-top: 5px;
}

/* 必須マーク
-------------------------------------------------- */
.required-mark {
  display: inline-block;
  color: #fff;
}

/* 未記入エラー文
-------------------------------------------------- */
.error-text {
  margin: 0 0 5px;
  color: #f00;
}

/* 確認、バック、送信ボタン
-------------------------------------------------- */
.contact-submits {
  text-align: center;
}

.contact-submits input,
.contact-submits button {
  display: inline-block;
  border: none;
  background: #42af00;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.contact-submits input:hover,
.contact-submits button:hover {
  background: #502916;
  cursor: pointer;
}

.contact-submits-wrap {
  text-align: center;
  margin: 0 auto;
}

.contact-submits-wrap input {
  display: inline-block;
  border: none;
  background: #42af00;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.contact-submits-wrap input:hover {
  background: #502916;
  cursor: pointer;
}

.contact-submits-wrap input:disabled {
  border-color: #aaa;
  background: #aaa;
  color: #fff;
}

.contact-submits-wrap input:disabled:hover {
  background: #aaa;
  color: #fff;
  cursor: default;
}

/* セキュリティエラー
-------------------------------------------------- */
.sec-error-text {
  line-height: 50px;
  text-align: center;
  color: #f00;
  font-size: 16px;
  border: 2px solid #f00;
}

/*IEハック*/
@media screen\0 {
  /**ここに書く**/
}
