@charset "UTF-8";

/*==================================
色定義
==================================*/
:root {
  --primary: #197d4b;
  --primarydeep: #194b19;
  --secondary: #ff1937;
  --text: #313131;
  --bg: #f5faeb;
}

/*==================================
管理画面のCasette
==================================*/
#cassette-content {
  line-height: 1.625;
  letter-spacing: 0.1em;
  font-size: 18px;
  max-width: 1000px;
  padding: 40px;
  border: 1px solid #e0e0e0;
  box-sizing: border-box;
}
#cassette-content .btn {
  font-family: initial;
  font-size: 16px;
  padding: 4px 15px;
  background: #5bc0de;
  border: 0;
}
#cassette-content .main-slider .slick-slide img {
  width: 90%;
}
/* 見出しレベル1 */
#cassette-content .c-secTtl02 {
  font-size: 32px;
}
/* 見出しレベル2 */
#cassette-content .c-secTtl03 {
  font-size: 28px;
}
/* 見出しレベル3 */
#cassette-content .c-secTtl04 {
  font-size: 24px;
}
/* 見出しレベル4 */
#cassette-content .c-secTtl05 {
  font-size: 20px;
}
/* リスト */
#cassette-content .c-simpleList > li:before {
  top: 2px;
}
#cassette-content .c-numList > li:before {
  font-size: 15px;
  top: 2px;
}
/* Form */
#cassette-content select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
#cassette-content .c-form input[type="text"],
#cassette-content .c-form select,
#cassette-content .c-form textarea {
  font-size: 16px;
}
#cassette-content .c-form .zip-search {
  font-size: 16px;
}
#cassette-content .c-form .c-form_btn_item .c-btn_label {
  font-size: 18px;
  color: #313131;
}
#form-content .c-inputList > li input[type="checkbox"]:checked + label:after {
  top: 2px;
}
#form-content .c-inputList > li input[type="radio"]:checked + label:after {
  top: 2px;
}

/*==================================
Casette
==================================*/
.cassette-item img {
  max-width: 100%;
}
.c-cassette_body > div:first-of-type > div > * {
  margin-top: 0;
}

/* 下層アンカーリンク用 */
.c-cassette_body > section {
  margin-top: 40px;
  padding-top: 40px;
}
@media screen and (max-width: 768px) {
  .c-cassette_body > section {
    margin-top: 20px;
    padding-top: 20px;
  }
}
.c-cassette_body > section > *:first-child {
  margin-top: 0;
}

/* 見出しレベル1（静的用アイコンなし） */
.c-secTtl {
  margin-top: 40px;
  font-size: 32px;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.5;

  border-bottom: 4px dotted #ccc;
  padding-bottom: 6px;
}
@media only screen and (max-width: 768px) {
  .c-secTtl {
    font-size: 2.4rem;
  }
}

/* 見出しレベル1 */
.c-secTtl02 {
  margin-top: 40px;
  font-size: 32px;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.5;

  position: relative;
  background: #f0f0f0;
  padding: 10px 30px;
}
.c-secTtl02:before {
}

@media only screen and (max-width: 768px) {
  .c-secTtl02 {
    font-size: 2.4rem;
    padding: 10px 20px;
  }
  .c-secTtl02:before {
  }
}

/* 見出しレベル2 */
.c-secTtl03 {
  margin-top: 40px;
  font-size: 28px;
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.5;

  position: relative;
  border-bottom: 2px solid #ccc;
  padding-bottom: 10px;
}
.c-secTtl03:before {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  z-index: 2;
  width: 20%;
  height: 2px;
  background: #197d4b;
}

@media only screen and (max-width: 768px) {
  .c-secTtl03 {
    font-size: 2.2rem;
  }
  .c-secTtl03:before {
  }
}

/* 見出しレベル3 */
.c-secTtl04 {
  margin-top: 40px;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.5;

  position: relative;
  padding-bottom: 10px;
  border-bottom: 4px double #ccc;
}
.c-secTtl04:before {
}

@media only screen and (max-width: 768px) {
  .c-secTtl04 {
    font-size: 2rem;
  }
  .c-secTtl04:before {
  }
}

/* 見出しレベル4 */
.c-secTtl05 {
  margin-top: 40px;
  font-size: 20px;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;

  position: relative;
  padding-left: 1.5em;
}
.c-secTtl05:before {
  position: absolute;
  top: 0.4em;
  left: 0.4em;
  z-index: 2;
  content: "";
  width: 0.6em;
  height: 0.6em;
  background-color: #197d4b;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

@media only screen and (max-width: 768px) {
  .c-secTtl05 {
    font-size: 1.8rem;
  }
}

/* 画像配置 */
.c-pouring {
  overflow: hidden;
  margin-top: 40px;
}
.c-pouring .c-pouring_img {
  float: left;
  max-width: 430px;
  margin-right: 30px;
  margin-bottom: 20px;
}
.c-pouring.c-pouring__rev .c-pouring_img {
  float: right;
  margin-left: 20px;
  margin-right: 0;
}
@media only screen and (max-width: 768px) {
  .c-pouring .c-pouring_img,
  .c-pouring.c-pouring__rev .c-pouring_img {
    max-width: 100%;
    float: none;
    margin: 0 auto;
  }
  .c-pouring .c-pouring_img img {
    width: 100%;
  }
  .c-pouring .c-pouring_txt {
    margin-top: 10px;
  }
}

/* 囲み文章 */
.c-enclosureTxt {
  background: #f5faeb;
  margin-top: 40px;
  padding: 40px;
  white-space: break-spaces;
}
@media only screen and (max-width: 768px) {
  .c-enclosureTxt {
    padding: 20px;
  }
}

/* 文章 */
.c-sentenceTxt {
  margin-top: 20px;
}

/* HTML */
.c-free {
  margin-top: 40px;
}

/* 画像（1枚） */
.c-img02 {
  text-align: center;
  margin-top: 60px;
}
.c-img02 a {
  display: inline-block;
}
.c-img02 img {
  width: auto;
}
.c-img02 figcaption {
  text-align: left;
  margin-top: 0.25em;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .c-img02 {
    margin-top: 30px;
  }
  .c-img02 img {
    width: 100%;
  }
}

/* 画像（複数枚） */
.c-img02Unit {
  margin-top: 30px;
}
.c-img02Unit > * {
  width: 100%;
}
.c-img02Unit > .c-img02:first-child {
  margin-top: 0;
}
@media only screen and (min-width: 769px) {
  .c-img02Unit {
    margin-top: 60px;
  }
  .c-img02Unit {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .c-img02Unit.c-img02Unit__col2 > * {
    width: calc(100% / 2 - 20px);
  }
  .c-img02Unit.c-img02Unit__col3 > * {
    width: calc(100% / 3 - 20px);
  }
  .c-img02Unit > .c-img02 {
    margin-top: 0;
  }
}

/* リスト */
.c-simpleList {
  margin-top: 40px;
}
.c-simpleList > li {
  position: relative;
  padding-left: 26px;
}
.c-simpleList > li:not(:first-of-type) {
  margin-top: 0.5em;
}
.c-simpleList > li:before {
  content: "";
  position: absolute;
  top: 0.35em;
  left: 0;
  width: 18px;
  height: 18px;
  background: #197d4b;
  border-radius: 50%;
}

/* リスト（序列） */
.c-numList {
  margin-top: 40px;
}
.c-numList > li {
  position: relative;
  padding-left: 26px;
  counter-increment: num;
}
.c-numList > li:not(:first-of-type) {
  margin-top: 0.5em;
}
.c-numList > li:before {
  content: counter(num);
  position: absolute;
  top: 0.35em;
  left: 0;
  width: 20px;
  height: 20px;
  background: #197d4b;
  border-radius: 50%;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 0;
}

/* リスト（ファイル） */
.c-fileList {
  margin-top: 40px;
}
.c-fileList > li {
  position: relative;
}
.c-fileList > li:not(:first-of-type) {
  margin-top: 0.5em;
}
.c-fileList > li a {
  display: inline-block;
  padding-left: 36px;
}
.c-fileList > li a:before {
  content: " ";
  position: absolute;
  left: 0;
  top: 0;
  background-repeat: no-repeat;
  display: inline-block;
  width: 21px;
  height: 25px;
  background-image: url(/assets/images/i_other.svg);
}
.c-fileList li a[href$=".pdf"]:before {
  background-image: url(/assets/images/i_pdf.svg);
}
.c-fileList li a[href$=".xls"]:before,
.c-fileList li a[href$=".xlsx"]:before {
  background-image: url(/assets/images/i_xlsx.svg);
}
.c-fileList li a[href$=".doc"]:before,
.c-fileList li a[href$=".docx"]:before {
  background-image: url(/assets/images/i_docx.svg);
}
@media only screen and (min-width: 769px) {
  .c-fileList > li a:before {
    width: 24px;
    height: 28px;
  }
}

/* ボタンリスト */
.c-btnList {
  margin-top: 40px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: -10px;
}
.c-btnList > li {
  text-align: center;
  margin-right: 10px;
  margin-bottom: 10px;
}
.c-btnList > li a {
  display: inline-block;
  padding: 10px 2em;
  font-weight: 500;
  text-decoration: none;
  border: 3px solid #197d4b;
  background: #197d4b;
  color: #fff;
}
.c-btnList > li a:hover {
  border: 3px solid #197d4b;
  background: #fff;
  color: #197d4b;
}
.c-btnList li a:active,
.c-btnList li a:focus,
.c-btnList li a:hover {
  opacity: 1;
}

/* 定義リスト */
.c-def {
  margin-top: 40px;
}
.c-def dt {
  position: relative;
  padding-left: 24px;
  font-size: 110%;
  font-weight: 700;
}
.c-def dt:before {
  content: "";
  position: absolute;
  top: 0.5em;
  left: 0;
  width: 14px;
  height: 14px;
  background: #197d4b;
}
.c-def dd {
  margin-top: 0.25em;
}

/* 定義リスト（テーブル） */
.c-defTable {
  margin-top: 40px;
}
.c-defTable dl {
  width: 100%;
  display: table;
  border: 2px solid #197d4b;
}
.c-defTable dl:not(:first-of-type) {
  margin-top: 10px;
}
.c-defTable dl dd,
.c-defTable dl dt {
  display: table-cell;
  padding: 16px 20px;
  vertical-align: middle;
}
.c-defTable dl dt {
  width: 300px;
  background: #197d4b;
  color: #fff;
  font-weight: 500;
}

.c-defTable dl dd {
  background: #fff;
}

@media only screen and (max-width: 768px) {
  .c-defTable dl {
    display: block;
  }
  .c-defTable dl dd,
  .c-defTable dl dt {
    display: block;
    padding: 10px;
  }
  .c-defTable dl dt {
    width: 100%;
  }
}

/* 罫線 */
.c-hr {
  margin: 40px 0;
  border: none;
  border-top: 1px solid #197d4b;
}

/* テーブル */
.c-table {
  width: 100%;
  margin-top: 40px;
}
.c-table caption {
  margin-bottom: 10px;
  text-align: left;
}
.c-table tr {
  border-top: 2px solid #e0e0e0;
  border-right: 2px solid #e0e0e0;
}
.c-table th,
.c-table td {
  border-bottom: 2px solid #e0e0e0;
  border-left: 2px solid #e0e0e0;
  padding: 16px 20px;
  vertical-align: top;
}
.c-table th {
  width: 300px;
  min-width: 120px;
  font-weight: 700;
  background: #f5f5f5;
}
@media only screen and (max-width: 768px) {
  .c-table td,
  .c-table th {
    padding: 10px;
  }
  .c-table th {
    width: calc(100% / 3);
  }
}
.c-table.c-table__fixed {
  table-layout: fixed;
}
.c-table.c-table__fixed th {
  width: auto;
  text-align: center;
}

/* ギャラリー */
.c-gallery {
  margin-top: 60px;
  padding-bottom: 20px;
}
.c-gallery .c-gallery_list figure {
  width: 90%;
  height: auto;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
/*
@media only screen and (min-width: 769px) {
  .c-gallery .c-gallery_list figure {
    height: 400px;
  }
  .c-gallery .c-gallery_list figure img {
    max-height: 400px;
  }
}
*/

/* Google Map */
.c-map {
  margin-top: 40px;
}
.c-map iframe {
  width: 100%;
  height: 360px;
}
@media only screen and (min-width: 769px) {
  .c-map iframe {
    height: 500px;
  }
}

/* Youtuube */
.c-video {
  margin-top: 40px;
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.c-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* Form */

.c-form {
  margin-top: 40px;
}

.c-form .sup {
  color: #ec1292;
}

.c-form > :last-child {
  margin-bottom: 0 !important;
}

.c-form input[type="text"],
.c-form select,
.c-form textarea {
  border-radius: 4px;
  border: 1px solid #dedede;
  background-color: #fff;
  padding-left: 10px;
  padding-right: 30px;
  font-size: 16px;
  font-size: 1.6rem;
}

.c-form input[type="text"].c-form_short,
.c-form select.c-form_short,
.c-form textarea.c-form_short {
  width: 260px;
}

.c-form input[type="text"].zipcode,
.c-form select.zipcode {
  width: 10em;
  margin-bottom: 0;
}

.c-form input[type="text"],
.c-form select {
  height: 50px;
  line-height: 48px;
}

.c-form input[type="text"] {
  width: 100%;
}

.c-form textarea {
  padding: 10px;
  height: 9.5em;
  width: 100%;
}

.c-form select {
  width: 260px;
  background-image: url(/assets/images/select-arrow.svg);
  background-repeat: no-repeat;
  background-position: right 10px top 50%;
}

.c-form .zip-search {
  display: inline-block;
  background: #197d4b;
  color: #fff;
  width: auto;
  padding: 8px 2.5em;
  margin-left: 1em;
  vertical-align: middle;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 700;
}

@media only screen and (max-width: 768px) {
  .c-form .zip-search {
    padding: 8px 1em;
  }
}

.c-form .zip-search:active,
.c-form .zip-search:focus,
.c-form .zip-search:hover {
  opacity: 0.7;
}

.c-form_table {
  width: 100%;
  margin-top: 20px;
  border-top: 1px solid #dedede;
}

.c-form_table tr {
  border-bottom: 1px solid #dedede;
}

.c-form_table th,
.c-form_table td {
  padding: 15px 0;
}

.c-form_table th {
  width: 230px;
  font-weight: 500;
}

.c-form_table td > * {
  margin-bottom: 15px;
}
.c-form_table td > :last-child {
  margin-bottom: 0 !important;
}

@media only screen and (max-width: 768px) {
  .c-form_table tr {
    display: flex;
    flex-direction: column;
  }
  .c-form_table th,
  .c-form_table td {
    width: 100%;
  }
  .c-form_table td {
    padding-top: 0;
  }
}

/* Input */
.c-inputList > li input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
}

.c-inputList > li label {
  display: inline-block;
  position: relative;
  padding-left: 30px;
}

.c-inputList > li label:before {
  content: " ";
  position: absolute;
  width: 22px;
  height: 22px;
  background-color: #fff;
  border: 1px solid #dedede;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.c-inputList > li input[type="checkbox"] + label:before {
  border-radius: 2px;
}

.c-inputList > li input[type="radio"] + label:before {
  border-radius: 50%;
}

.c-inputList > li input[type="checkbox"]:checked + label:after {
  content: " ";
  position: absolute;
  top: 7.5px;
  left: 4px;
  width: 10px;
  height: 6px;
  border-left: 3px solid #197d4b;
  border-bottom: 3px solid #197d4b;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  border-radius: 3px;
}

.c-inputList > li input[type="radio"]:checked + label:after {
  content: " ";
  position: absolute;
  top: 7.5px;
  left: 4px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #197d4b;
}

.c-inputList > li:not(:last-child) {
  margin-bottom: 5px;
}

@media only screen and (max-width: 768px) {
  .c-inputList > li label:before {
    width: 18px;
    height: 18px;
  }
  .c-inputList > li input[type="checkbox"]:checked + label:after {
    width: 8px;
    height: 4px;
  }
  .c-inputList > li input[type="radio"]:checked + label:after {
    width: 10px;
    height: 10px;
  }
}

/* Button */
.c-form_btn {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-left: -30px;
  margin-top: 30px;
}

.c-form_btn_item {
  width: 270px;
  margin-right: 30px;
}

@media only screen and (max-width: 768px) {
  .c-form_btn {
    display: block;
    margin-left: 0;
  }
  .c-form_btn_item {
    width: 100%;
    text-align: center;
  }
  .c-form_btn_item:nth-child(n + 2) {
    margin-top: 10px;
  }
}

.c-btn {
  position: relative;
  width: 100%;
  max-width: 270px;
  background: #fff;
  border: 2px solid #1f995c;
  font-weight: 700;
  display: inline-flex;
  justify-content: center;
  padding: 15px;
  text-decoration: none;
}

.c-btn:before {
  content: " ";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #1f995c;
  z-index: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.c-btn:hover:before {
  -webkit-transform: scale(0);
  transform: scale(0);
  opacity: 0;
}

.c-btn_label {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  color: #fff;
  position: relative;
  z-index: 1;
}
.c-btn:hover .c-btn_label {
  color: #313131;
}

.c-btn.c-btn__gray {
  border: 2px solid #ccc;
}

.c-btn.c-btn__gray:before {
  background-color: #ccc;
}

/* 注釈、エラーメッセージ */
.c-form_comment {
  color: #6f6f6f;
}
.c-form_error_msg {
  color: #ec1292;
}