@charset "UTF-8";
/*** function ***/
/* ###################### */
/* ######## 変数 ######## */
/* ###################### */
/* カラー */
/* 書式 */
/* ###################### */
/* ######## 関数 ######## */
/* ###################### */
/* ###################### */
/* ######## 共通 ######## */
/* ###################### */
/* ボタン */
/*===============================================
  画面の横幅が767px以下に適用
===============================================*/
/************/
/*切り替え用*/
/************/
.sp {
  display: block;
}

.pc {
  display: none;
}

/****パンくず****/
.bread {
  height: 36px;
}

.bread .breadcrumbs {
  width: 90%;
}

.bread .breadcrumbs li {
  font-size: 1.3rem;
}

/**100%**/
header,
address div,
.container img,
footer img,
#wrapper {
  width: 100%;
}

#wrapper {
  overflow: hidden;
}

/****header*****/
header {
  min-width: 320px;
  height: auto;
}

header .header {
  width: 90%;
  padding: 13px 0;
  margin: 0 auto;
}

header .ri {
  display: none;
}

/***************footer***************/
footer {
  padding: 32px 0 20px;
}

footer .footer {
  width: 90%;
  padding: 0;
}

footer .logo {
  width: 87px;
  margin: 0 auto 24px;
}

footer .box {
  display: block;
}

footer .box .tels {
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 17px;
}

footer .box .tel {
  width: 100%;
  font-size: 2.4rem;
  margin-bottom: 12px;
}

footer .box .tel::before {
  width: 16px;
  height: 21px;
  margin-right: 8px;
}

footer .box dl {
  font-size: 1.3rem;
  line-height: 1.84616;
  margin: 3px 6px !important;
}

footer .box dl dt {
  width: inherit;
  padding: 0 4px;
  margin-right: 4px;
}

footer .box .links {
  width: 100%;
  max-width: 378px;
  margin: -2% auto 16px;
}

footer .box .links li {
  width: 49%;
  height: 40px;
  margin-top: 2%;
}

footer .box .links li a {
  text-decoration: none;
}

footer .box .links li a::after {
  right: 4px;
}

footer .sns {
  position: relative;
  top: inherit;
  left: inherit;
}

footer .f-nav {
  display: none;
}

/********トップページメイン画像********/
.main_bg {
  padding-top: 440px;
  margin-top: 56px;
}

@media screen and (max-width: 520px) {
  .main_bg {
    padding-top: 84.616%;
  }
}

.main_bg::before {
  height: calc(100% - 100px);
  padding-top: 0;
}

.main_bg .catch {
  padding-bottom: 32px;
}

@media screen and (max-width: 520px) {
  .main_bg .catch {
    padding-bottom: 6.154%;
  }
}

.main_bg .catch dt {
  width: 340px;
  font-size: 2.4rem;
  padding: 12px 0;
  margin-bottom: 8px;
}

@media screen and (max-width: 520px) {
  .main_bg .catch dt {
    width: 69.559%;
    font-size: 4.616vw;
    padding: 2.455% 0;
    margin-bottom: 1.637%;
  }
}

.main_bg .catch dt .min {
  font-size: 1.8rem;
}

@media screen and (max-width: 520px) {
  .main_bg .catch dt .min {
    font-size: 3.462vw;
  }
}

.main_bg .catch dt .ki {
  font-size: 2.8rem;
}

@media screen and (max-width: 520px) {
  .main_bg .catch dt .ki {
    font-size: 5.385vw;
  }
}

.main_bg .catch dt div {
  padding-bottom: 2px;
}

.main_bg .catch dd {
  font-size: 3rem;
  line-height: 1.33334;
}

@media screen and (max-width: 520px) {
  .main_bg .catch dd {
    font-size: 5.77vw;
  }
}

/********サブページメイン画像********/
.main_bgs {
  padding-top: 160px;
  margin-top: 56px;
}

.main_bgs .box {
  width: 90%;
  max-width: 360px;
  height: 88px;
}

.main_bgs .box::before {
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  border: dashed 2px #fff;
  top: 5px;
  left: 5px;
}

.main_bgs .box p {
  font-size: 2.4rem;
  line-height: 1.25;
}

@media screen and (max-width: 350px) {
  .main_bgs .box p {
    font-size: 6.858vw;
  }
}

/******共通*****/
#container {
  font-size: 1.5rem;
  line-height: 1.66667;
}

/*******/
.g-nav,
.h1_bg {
  display: none;
}

.table table,
.table table tbody,
.table table th,
.table table tr,
.table table td {
  display: block !important;
  width: 100% !important;
}

/********共通********/
.cont {
  width: 90%;
}

.btn {
  width: 180px;
  height: 46px;
}

.btn a {
  text-decoration: none !important;
}

.fle {
  display: block;
}

div[class^="contents"],
article[class^="contents"] {
  padding: 50px 0;
}

div.contents1,
article.contents1 {
  padding-top: 72px;
}

.h2_1::before {
  height: 32px;
  margin-bottom: 8px;
}

.h2_1 div {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  font-size: 2.2rem;
  line-height: 1.27273;
}

.h2_1 div > span {
  max-width: calc(100% - 48px);
  min-width: 200px;
  padding: 0 8px;
}

.h2_1 div > span span {
  display: inline-block;
}

.h2_1 div::before, .h2_1 div::after {
  width: 24px;
  height: 35px;
}

/*********information***********/
.information .contents1 {
  padding-bottom: 0;
}

.information .contents1 h2 {
  margin-bottom: 32px;
}

.information .contents1 figure {
  margin-bottom: 20px;
}

.information .contents1 figure div {
  width: 100%;
  height: 0;
  padding-top: 64%;
  overflow: hidden;
  margin-bottom: 12px;
  position: relative;
  z-index: 0;
}

.information .contents1 figure div img {
  width: 100;
  position: absolute;
  top: 72%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.information .contents1 figure figcaption {
  text-align: center;
  font-size: 1.6rem;
  line-height: 1.75;
  padding-right: 12px;
}

.information .contents1 figure figcaption span {
  padding: 0 8px;
  margin-right: 8px;
}

.information .contents1 .text p {
  margin-bottom: 15px;
}

.information .contents1 .text p br {
  display: none;
}

.information .contents2 {
  padding-bottom: 0;
}

.information .contents2 h2 {
  margin-bottom: 24px;
}

.information .contents2 .table {
  margin: 0 auto;
  letter-spacing: 0.04em;
}

.information .contents2 .table th {
  padding: 10px 5.556%;
}

.information .contents2 .table td {
  padding: 10px 5.556%;
}

.information .contents2 .imgs {
  margin: 16px 0;
}

.information .contents2 .imgs li {
  width: 49%;
}

.information .contents2 .map {
  height: 240px;
}

/*********faq***********/
.faq .contents1 {
  padding-bottom: 64px;
}

.faq .contents1 h2 {
  margin-bottom: 32px;
}

.faq .contents1 .list dl {
  margin-bottom: 32px;
}

.faq .contents1 .list dl dt {
  padding: 8px 2.778%;
  margin-bottom: 12px;
}

.faq .contents1 .list dl dt span {
  width: 32px;
  height: 32px;
  font-size: 1.8rem;
  padding-bottom: 4px;
}

.faq .contents1 .list dl dt div {
  width: calc(100% - 40px);
  padding-top: 5px;
  font-size: 1.6rem;
  line-height: 1.375;
}

.faq .contents1 .list dl dd {
  padding: 0 2.778%;
}

.faq .contents1 .list dl dd span {
  width: 32px;
  height: 32px;
  font-size: 1.8rem;
  padding-bottom: 2px;
}

.faq .contents1 .list dl dd div {
  width: calc(100% - 40px);
  padding-top: 5px;
  font-size: 1.6rem;
  line-height: 1.375;
}

/*********goods***********/
.goods .contents1 {
  padding-bottom: 64px;
}

.goods .contents1 h2 {
  margin-bottom: 32px;
}

.goods .contents1 .box {
  padding: 16px;
  margin-bottom: 24px;
}

.goods .contents1 .box h3 {
  font-size: 1.8rem;
  line-height: 1.33334;
  padding: 10px 12px;
}

.goods .contents1 .box figure {
  width: 100%;
  height: 0;
  padding-top: 56%;
  margin-bottom: 16px;
  position: relative;
  z-index: 0;
}

.goods .contents1 .box figure img {
  position: absolute;
  top: 0;
  left: 0;
}

.goods .contents1 .box .text dl {
  font-size: 1.6rem;
  line-height: 1.125;
  margin-bottom: 8px;
}

.goods .contents1 .box .text dl dt::after {
  height: 16px;
  margin: 0 8px;
}

.goods .contents1 .box .text .btn {
  width: 140px;
  height: 40px;
  margin: 15px auto 0;
}

.goods .contents1 .box .text .btn a {
  font-size: 1.4rem;
}

.goods .contents1 .box .text .btn a::after {
  right: 4px;
}

/*********about***********/
.about .contents1 {
  padding-bottom: 32px;
}

.about .contents1 h2 {
  margin-bottom: 32px;
}

.about .contents1 .box {
  margin-bottom: 40px;
}

.about .contents1 .box figure {
  width: 100%;
  height: 0;
  padding-top: 56%;
  overflow: hidden;
  position: relative;
  z-index: 0;
  margin-bottom: 20px;
}

.about .contents1 .box figure img {
  width: 100%;
  position: absolute;
  top: 56%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.about .contents1 .box .text {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.about .contents1 .box .text h3 {
  text-align: center;
  font-size: 1.8rem;
  line-height: 1.33334;
  margin-bottom: 16px;
}

.about .contents1 .box .text h3 .num {
  display: block;
  width: 80px;
  font-size: 1.6rem;
  line-height: 1.25;
  padding: 3px 0;
  margin: 0 auto 8px;
}

.about .contents1 .box .text h3 div span {
  display: inline-block;
}

.about .contents1 .box .text p br {
  display: none;
}

.about .contents2 {
  padding-bottom: 0;
}

.about .contents2 h2 {
  width: 90%;
  margin: 0 auto 32px;
}

.about .contents2 ul li {
  width: 100%;
  height: 0;
  padding-top: 156px;
}

@media screen and (max-width: 500px) {
  .about .contents2 ul li {
    padding-top: 31.2%;
  }
}

.about .contents2 ul li::before {
  width: calc(100% - 16px);
  height: calc(100% - 16px);
  border: dashed 2px #fff;
  top: 8px;
  left: 8px;
}

.about .contents2 ul li div {
  font-size: 2.4rem;
  line-height: 1.33334;
  padding-bottom: 16px;
}

@media screen and (max-width: 420px) {
  .about .contents2 ul li div {
    font-size: 5.715vw;
  }
}

.about .contents2 ul li div span {
  display: block;
}

.about .contents2 ul li div::before {
  width: 40px;
  height: 2px;
}

.about .contents3 {
  padding-bottom: 64px;
}

.about .contents3 h2 {
  margin-bottom: 50px;
}

.about .contents3 .list .box {
  text-align: center;
  margin-bottom: 16px;
}

.about .contents3 .list .box:last-of-type {
  margin-bottom: 0;
}

.about .contents3 .list .box h3 {
  width: 40px;
  height: 40px;
  font-size: 2.2rem;
  margin-bottom: 6px;
}

/*********index***********/
.index .contents1 {
  padding: 32px 0 50px;
}

.index .contents1::before {
  width: 94%;
  min-width: 420px;
  height: 120px;
  bottom: 12px;
}

.index .contents1 h2 {
  margin-bottom: 24px;
}

.index .contents1 h2::before {
  height: 32px;
  margin-bottom: 8px;
}

.index .contents1 h2 div {
  font-size: 2.2rem;
  line-height: 1.33334;
}

.index .contents1 h2 div > span {
  max-width: calc(100% - 48px);
  padding: 0 8px;
}

@media screen and (max-width: 490px) {
  .index .contents1 h2 div > span span {
    display: block;
  }
}

.index .contents1 h2 div::before, .index .contents1 h2 div::after {
  width: 24px;
  height: 35px;
  margin-bottom: 4px;
}

.index .contents1 .txt {
  margin-bottom: 32px;
}

.index .contents1 .txt p {
  margin-bottom: 15px;
}

.index .contents1 .txt p br {
  display: none;
}

.index .contents1 .mv {
  margin-bottom: 16px;
}

.index .contents2 h2 {
  margin-bottom: 24px;
}

.index .contents2 h2::before {
  height: 34px;
  margin-bottom: 12px;
}

.index .contents2 h2 div {
  font-size: 2.2rem;
  background: linear-gradient(to right, #42af00 8px, transparent 8px, transparent 12px);
  background-size: 12px 2px;
  background-repeat: repeat-x;
  background-position: bottom left;
  padding-bottom: 14px;
}

.index .contents2 .list {
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: -6%;
}

.index .contents2 .list .box {
  width: 48%;
  margin-top: 6%;
}

@media screen and (max-width: 500px) {
  .index .contents2 .list .box {
    width: 100%;
  }
}

.index .contents2 .list .box h3 {
  font-size: 1.8rem;
  border-radius: 8px 8px 0 0;
  padding: 11px 12px;
}

.index .contents2 .list .box p {
  padding-top: 12px;
  line-height: 1.26667;
}

.index .contents3 ul li {
  width: 100%;
  height: 0;
  padding-top: 156px;
}

@media screen and (max-width: 500px) {
  .index .contents3 ul li {
    padding-top: 31.2%;
  }
}

.index .contents3 ul li a {
  text-decoration: none;
}

.index .contents3 ul li a::before {
  width: calc(100% - 16px);
  height: calc(100% - 16px);
  border: dashed 2px #fff;
  top: 8px;
  left: 8px;
}

.index .contents3 ul li a::after {
  width: 56px;
  height: 0;
  padding-top: 56px;
  right: 24px;
}

@media screen and (max-width: 500px) {
  .index .contents3 ul li a::after {
    width: 11.2%;
    padding-top: 11.2%;
    right: 4.8%;
  }
}

.index .contents3 ul li a span {
  font-size: 2.4rem;
  line-height: 1;
  padding-bottom: 16px;
}

@media screen and (max-width: 380px) {
  .index .contents3 ul li a span {
    font-size: 6.316vw;
  }
}

.index .contents3 ul li a span::before {
  width: 40px;
  height: 2px;
}

.index .contents4 {
  padding: 32px 0;
}

.index .contents4 .cont {
  width: 94%;
}

.index .contents5 {
  padding-bottom: 64px;
}

.index .contents5 h2 {
  margin-bottom: 32px;
}

.index .contents5 h2::before {
  width: 36px;
  height: 36px;
  background-size: 22px;
  margin-right: 8px;
}

.index .contents5 h2 div {
  text-align: center;
  font-size: 2.2rem;
  line-height: 1.18182;
  max-width: calc(100% - 44px);
}

.index .contents5 h2 div::after {
  height: 3px;
  background: linear-gradient(to right, #f06c21 8px, transparent 8px, transparent 12px);
  background-size: 12px 2px;
  background-repeat: repeat-x;
  background-position: bottom left;
  bottom: -12px;
}

.index .contents5 .box .tels {
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 20px;
}

.index .contents5 .box .tels p {
  width: 100%;
  font-size: 3rem;
  margin-bottom: 12px;
}

.index .contents5 .box .tels p::before {
  width: 20px;
  height: 26px;
  margin-right: 8px;
}

.index .contents5 .box .tels dl {
  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: 1.4rem;
  line-height: 1.71429;
  margin: 4px 6px;
}

.index .contents5 .box .tels dl dt {
  padding: 0 6px;
  margin-right: 8px;
}

.index .contents5 .box .links {
  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;
  max-width: 450px;
  margin: 0 auto;
}

.index .contents5 .box .links li {
  width: 48%;
  height: 48px;
}

.index .contents5 .box .links li a {
  padding-right: 8px;
  font-size: 1.6rem;
  text-decoration: none;
}

.index .contents5 .box .links li a::after {
  width: 6px;
  height: 8px;
  right: 4px;
}

.index .contents5 .box .links li:nth-of-type(2) a {
  padding-right: 10px;
}

.index .contents5 .box .links li:nth-of-type(2) a::before {
  width: 16px;
  height: 12px;
  margin-right: 4px;
}

/****エラーページ*****/
.error .contents1 {
  padding-bottom: 64px;
}

/*==================================================
プライバシーポリシー
================================================== */
.privacy .contents1 {
  padding-bottom: 64px;
}

.privacy .contents1 h2 {
  margin-bottom: 32px;
}

.privacy .contents1 .h3_1 {
  font-size: 1.8rem;
  line-height: 1.33334;
  background: linear-gradient(to right, #f06c21 8px, transparent 8px, transparent 12px);
  background-size: 12px 2px;
  background-repeat: repeat-x;
  background-position: bottom left;
  padding-bottom: 10px;
  margin-bottom: 12px;
}

.privacy .contents1 .item-box {
  margin-bottom: 32px;
}

.privacy .contents1 .item-box:last-child {
  margin-bottom: 0;
}

/*==================================================
 サイトマップ
================================================== */
.site .contents1 {
  padding-bottom: 64px;
}

.site .contents1 h2 {
  margin-bottom: 24px;
}

.site .contents1 .site_list {
  width: 100%;
}

.site .contents1 .site_list ul {
  padding: 16px 5.556%;
}

.site .contents1 .site_list ul li a {
  padding: 8px 12px;
}

/*==================================================
 ニュース
================================================== */
.news .contents1 {
  padding-bottom: 64px;
}

.news .contents1 .list-box dl {
  padding: 8px 5.556%;
  margin-bottom: 16px;
}

.news .contents1 .list-box dl dt {
  margin-bottom: 4px;
}

/*==================================================
 news詳細
================================================== */
.news_detail .contents1 {
  padding-bottom: 64px;
}

.news_detail .contents1 .h3_1 {
  font-size: 1.8rem;
  line-height: 1.33334;
  background: linear-gradient(to right, #f06c21 8px, transparent 8px, transparent 12px);
  background-size: 12px 2px;
  background-repeat: repeat-x;
  background-position: bottom left;
  padding-bottom: 10px;
  margin-bottom: 12px;
}

.news_detail .contents1 .sec1 {
  width: 90%;
}

.news_detail .contents1 .sec1 .post-data {
  margin-bottom: 8px;
}

.news_detail .contents1 .sec1 .item-box {
  padding: 24px 5.556%;
}

/*==================================================
 お問い合わせ
================================================== */
.contact .contents1 {
  padding-bottom: 64px;
}

.contact .contents1 h2 {
  margin-bottom: 24px;
}

.contact .contents1 table {
  margin-bottom: 24px;
}

.contact .contents1 table th {
  padding: 10px 3.473%;
}

.contact .contents1 table td {
  padding: 10px 3.473%;
}

.input-mid {
  width: 100%;
}

.input-min {
  width: 62px;
}

.contact form input {
  font-size: 1.5rem;
  line-height: 1.33334;
}

.contact form textarea {
  font-size: 1.5rem;
  line-height: 1.33334;
  height: 150px;
}

.contact .contact-recaptcha-wrap {
  margin-bottom: 24px;
}

/* 必須マーク
-------------------------------------------------- */
.required-mark {
  font-size: 1.2rem;
  line-height: 1.33334;
  margin-left: 6px;
}

/* 確認、バック、送信ボタン
-------------------------------------------------- */
.contact-submits input,
.contact-submits button {
  font-size: 1.5rem;
  line-height: 1.66667;
  padding: 12px 15px;
  margin: 0 5px;
}

.contact-submits-wrap input {
  font-size: 1.5rem;
  line-height: 1.66667;
  padding: 12px 35px;
}

/**************************/
/*--------------------------------------
		common
	--------------------------------------*/
html {
  font-size: 62.5%;
}

a:link {
  text-decoration: underline;
}

/* box-sizing */
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

img {
  max-width: 100%;
}

body,
#wrapper,
footer {
  width: auto;
  min-width: 320px;
}

body {
  background: #fff;
}

#wrapper {
  font-size: 1rem;
  padding: 0;
}

/* #pagetop */
.pagetop {
  width: 48px;
  height: 48px;
  right: 8px;
  bottom: 8px;
}

.pagetop a {
  border-width: 2px;
}

.pagetop a::after {
  display: none;
}

.pagetop img {
  width: 56%;
}

/*IEハック*/
@media screen\0 {
  /**ここに書く**/
}
