@charset "UTF-8";

/*==================================
  1. General - 共通
==================================*/
.c-contents_body > *:first-child {
  margin-top: 0;
}

.c-cassette_body > div:first-of-type > div > * {
  margin-top: 0;
}

.c-cassette_body a {
  text-decoration: underline;
}

.c-cassette_body a:hover,
.c-cassette_body a:focus {
  text-decoration: none;
}

/*==================================
  2. Title - 見出し
==================================*/

/*
 	2.1 title01 - 見出しレベル1
====================================*/
.c-secTtl02 {
  margin-top: 60px;
  font-size: 2.8rem;
  font-weight: 700;

  padding: 10px 20px;
  background: #287f62;
  border-radius: 0.6em;
  color: #fff;
}
.c-secTtl02 > span:not(.orange) {
  display: inline-block;
  position: relative;
  padding-left: 1em;
}

.c-secTtl02 > span::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 10px;
  height: 100%;
  background: #fff;
  border-radius: 5px;
}

@media only screen and (max-width: 767px) {
  .c-secTtl02 {
    margin-top: 30px;
    font-size: 2.4rem;
  }
}

/*
 	2.2 title02 - 見出しレベル2
====================================*/
.c-secTtl03 {
  margin-top: 60px;
  font-size: 2.6rem;
  font-weight: 700;

  padding-bottom: 0.2em;
  position: relative;
  border-bottom: 4px solid #c0e8d8;
}
.c-secTtl03::before,
.c-secTtl03::after {
  content: "";
  position: absolute;
  bottom: -4px;
  z-index: 2;
  width: 1em;
  height: 4px;
  background: #287f62;
}

.c-secTtl03::before {
  left: 0;
}
.c-secTtl03::after {
  right: 0;
}

@media only screen and (max-width: 767px) {
  .c-secTtl03 {
    margin-top: 30px;
    font-size: 2.2rem;
  }
}

/*
 	2.3 title03 - 見出しレベル3
====================================*/
.c-secTtl04 {
  margin-top: 60px;
  font-size: 2.4rem;
  font-weight: 700;

  position: relative;
  padding-left: 1em;
}
.c-secTtl04::before {
  content: "";
  position: absolute;
  top: -0.2em;
  left: 0;
  width: 2.2em;
  height: 2.2em;
  border-radius: 50%;
  background: #c0e8d8;
}
.c-secTtl04 > span {
  position: relative;
}

@media only screen and (max-width: 767px) {
  .c-secTtl04 {
    margin-top: 30px;
    font-size: 2rem;
  }
}

/*
 	2.4 title04 - 見出しレベル4
====================================*/
.c-secTtl05 {
  margin-top: 60px;
  font-size: 2.2rem;
  font-weight: 700;

  color: #287f62;
}

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

/*==================================
  3. Pouring - 画像配置
==================================*/
.c-pouring {
  margin-top: 40px;
  overflow: hidden;
}
.c-pouring .c-pouring_img {
  max-width: 430px;
  float: left;
  margin-right: 30px;
  margin-bottom: 20px;
}
.c-pouring.c-pouring__rev .c-pouring_img {
  float: right;
  margin-right: 0;
  margin-left: 30px;
}

@media only screen and (max-width: 767px) {
  .c-pouring {
    margin-top: 20px;
  }
  .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;
  }
}

/*==================================
  4. Text - テキスト系
==================================*/

/*
 	4.1 sentenceTxt - 文章
====================================*/
.c-sentenceTxt {
  margin-top: 40px;
}

@media only screen and (max-width: 767px) {
  .c-sentenceTxt {
    margin-top: 20px;
  }
}

/*
 	4.2 enclosureTxt - 囲み文章
====================================*/
.c-enclosureTxt {
  margin-top: 40px;
  padding: 40px;

  background: #faf5f0;
  border-radius: 0.6em;
}

@media only screen and (max-width: 767px) {
  .c-enclosureTxt {
    margin-top: 20px;
    padding: 20px;
  }
}

/*==================================
  5. HTML - html
==================================*/
.c-free {
  margin-top: 60px;
}

@media only screen and (max-width: 767px) {
  .c-free {
    margin-top: 30px;
  }
}

/*==================================
  6. Image - 画像
==================================*/

/*
 	6.1 img02 - 画像（1枚）
====================================*/
/* 画像（1枚） */
.c-img02 {
  margin-top: 60px;
  text-align: center;
}
.c-img02 a {
  display: inline-block;
}
.c-img02 img {
  width: auto;
}
.c-img02 figcaption {
  margin-top: 0.2em;
  font-size: 90%;
}

@media only screen and (max-width: 767px) {
  .c-img02 {
    margin-top: 30px;
  }
  .c-img02 img {
    width: 100%;
  }
}

/*
 	6.2 img02Unit - 画像（複数枚）
====================================*/
.c-img02Unit {
  margin-top: 60px;
  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;
}

@media only screen and (max-width: 767px) {
  .c-img02Unit {
    margin-top: 30px;
    flex-direction: column;
  }
  .c-img02Unit.c-img02Unit__col2 > *,
  .c-img02Unit.c-img02Unit__col3 > * {
    width: 100%;
  }
  .c-img02Unit.c-img02Unit__col2 > *:not(:first-of-type),
  .c-img02Unit.c-img02Unit__col3 > *:not(:first-of-type) {
    margin-top: 30px;
  }
}

/*==================================
  7. List - リスト系
==================================*/

/*
 	7.1 simpleList - リスト
====================================*/
.c-simpleList {
  margin-top: 40px;
}
.c-simpleList > li {
  position: relative;
  padding-left: 2.4rem;
}
.c-simpleList > li:not(:first-of-type) {
  margin-top: 0.5em;
}
.c-simpleList > li::before {
  content: "";
  position: absolute;
  top: 0.6em;
  left: 0;
  width: 0.6em;
  height: 0.6em;

  background: #287f62;
  border-radius: 50%;
}

@media only screen and (max-width: 767px) {
  .c-simpleList {
    margin-top: 20px;
  }
}

/*
 	7.2 numList - リスト（序列）
====================================*/
.c-numList {
  margin-top: 40px;
}
.c-numList > li {
  position: relative;
  padding-left: 2em;
  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;
  left: 0;
  width: 1.4em;
  height: 1.4em;

  display: inline-block;
  font-size: 94%;
  text-align: center;
  letter-spacing: 0;
  z-index: 2;
}

.c-numList > li::after {
  content: "";
  position: absolute;
  top: 0.2em;
  left: 0;
  width: 1.4em;
  height: 1.4em;

  border-radius: 50%;
  background: #c0e8d8;
  z-index: 1;
}

@media only screen and (max-width: 767px) {
  .c-numList {
    margin-top: 20px;
  }
  .c-numList > li:before {
    top: 0;
  }
}

/*
 	7.3 fileList - リスト（ファイル）
====================================*/
.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: 2em;
}
.c-fileList > li a::before {
  content: "";
  position: absolute;
  top: 0.2em;
  left: 0;
  width: 1.2em;
  height: 1.4em;
  background: url(/assets/images/common/i_other.svg) no-repeat;
}
.c-fileList li a[href$=".pdf"]::before {
  background-image: url(/assets/images/common/i_pdf.svg);
}
.c-fileList li a[href$=".xls"]::before,
.c-fileList li a[href$=".xlsx"]::before {
  background-image: url(/assets/images/common/i_xlsx.svg);
}
.c-fileList li a[href$=".doc"]::before,
.c-fileList li a[href$=".docx"]::before {
  background-image: url(/assets/images/common/i_docx.svg);
}

@media only screen and (max-width: 767px) {
  .c-fileList {
    margin-top: 20px;
  }
}

/*
 	7.4 btnList - ボタンリスト
====================================*/
.c-btnList {
  margin-top: 60px;
  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;
  color: inherit;
  text-decoration: none;

  padding: 10px 30px;
  background: #fff;
  border: 2px solid #287f62;
  border-radius: 3em;
  color: #287f62;
}
.c-btnList li a:active,
.c-btnList li a:focus,
.c-btnList li a:hover {
  opacity: 1;

  background: #287f62;
  color: #fff;
}

@media only screen and (max-width: 767px) {
  .c-btnList {
    margin-top: 30px;
  }
}

/*==================================
  8. Definition - 定義系
==================================*/

/*
 	8.1 def - 定義リスト
====================================*/
.c-def {
  margin-top: 40px;

  background: #c0e8d8;
  border-radius: 0.6em;
  padding: 20px;
}
.c-def dt {
  font-size: 110%;
  font-weight: 700;
  padding: 0 10px;
}
.c-def dd {
  margin-top: 20px;
  background: #fff;
  border-radius: 0.6em;
  padding: 10px 20px;
}

@media only screen and (max-width: 767px) {
  .c-def {
    margin-top: 20px;
    padding: 10px;
  }
  .c-def dt {
    padding: 0 6px;
  }
  .c-def dd {
    margin-top: 10px;
    padding: 10px;
  }
}

/*
 	8.2 defTable - 定義リスト（テーブル）
====================================*/
.c-defTable {
  margin-top: 40px;

  background: #fff;
}
.c-defTable dl {
  width: 100%;
  display: table;
  word-break: break-word;
  border: 1px solid #c1c1c1;
  border-radius: 0.6em;
}
.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;
  font-weight: 700;

  background: #faf5f0;
  border-radius: 0.6em 0 0 0.6em;
  border-right: 1px solid #c1c1c1;
}

@media only screen and (max-width: 767px) {
  .c-defTable {
    margin-top: 20px;
  }
  .c-defTable dl {
    display: block;
  }
  .c-defTable dl dd,
  .c-defTable dl dt {
    display: block;
    padding: 10px 16px;
  }
  .c-defTable dl dt {
    width: 100%;
    border-radius: 0.6em 0.6em 0 0;
    border-right: none;
    border-bottom: 1px solid #c1c1c1;
  }
}

/*==================================
  9. Line - 罫線
==================================*/
.c-hr {
  margin: 60px 0;
  border: none;
  border-top: 1px solid #c1c1c1;
}

@media only screen and (max-width: 767px) {
  .c-hr {
    margin: 30px 0;
  }
}

/*==================================
  10. Table - テーブル
==================================*/
.c-table {
  margin-top: 40px;
  width: 100%;
  word-break: break-word;
  background: #fff;
}
.c-table caption {
  font-weight: 700;
  margin-bottom: 6px;
}
.c-table tr {
  border-top: 1px solid #e0e0e0;
  border-right: 1px solid #e0e0e0;
}
.c-table th,
.c-table td {
  border-bottom: 1px solid #e0e0e0;
  border-left: 1px solid #e0e0e0;
  padding: 16px 20px;
  vertical-align: top;
}
.c-table th {
  width: 300px;
  min-width: 120px;
  font-weight: 700;
  background: #f5f5f5;
  text-align: left;
}

@media only screen and (max-width: 767px) {
  .c-table {
    margin-top: 20px;
  }
  .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;
}

/*==================================
  11. Gallery - ギャラリー
==================================*/
.c-gallery {
  margin-top: 60px;
}
.c-gallery .c-gallery_list {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}
.c-gallery .c-gallery_list figure {
  width: 100%;
  height: auto;
  padding: 0 7%;
}
.c-gallery .c-gallery_list figure img {
  max-width: 100%;
  /* 比率維持 */
  /* aspect-ratio: 3 / 2;
  object-fit: cover; */
}

@media only screen and (max-width: 767px) {
  .c-gallery {
    margin-top: 30px;
  }
}

/* slick-adjustment */
.c-gallery .slick-dots {
  position: static;
}

@media only screen and (max-width: 767px) {
  /* SP none */
  .c-gallery .slick-arrow {
    display: none !important;
  }
}

/*==================================
  12. Embed - 埋め込み系
==================================*/

/*
 	12.1 map - Googleマップ
====================================*/
.c-map {
  margin-top: 60px;
}
.c-map iframe {
  width: 100%;
  height: 500px;
}

@media only screen and (max-width: 767px) {
  .c-map {
    margin-top: 30px;
  }
  .c-map iframe {
    height: 360px;
  }
}

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

@media only screen and (max-width: 767px) {
  .c-video {
    margin-top: 30px;
  }
}

/*==================================
  13. Form - フォーム
==================================*/
.c-form {
  margin-top: 40px;
}

.c-form sup,
.c-form .caution {
  color: #b60000;
}

.c-form_notes {
  display: block;
  margin-top: 5px;
  color: #707070;
}

/* 外枠 */
.c-form_table {
  border-top: 1px solid #b1b1b1;
}

.c-form_table dl {
  display: flex;
  border-bottom: 1px solid #b1b1b1;
}

.c-form_table dl dd,
.c-form_table dl dt {
  padding: 15px 0;
}

.c-form_table dl dt {
  width: 230px;
  font-weight: 700;
}

.c-form_table dl dd {
  flex: 1;
}

@media only screen and (max-width: 767px) {
  .c-form_table dl {
    display: block;
  }
  .c-form_table dl dt {
    width: 100%;
    padding-bottom: 0;
  }
}

/* form_parts */
.form_line {
  display: flex;
  border-bottom: 1px solid #b1b1b1;
  padding: 16px 0;
}

.form_line .f-label {
  float: left;
  width: 240px;
}

.form_line .f-label + div {
  float: right;
  width: calc(100% - 240px - 2em);
  margin-left: 2em;
}

@media only screen and (max-width: 767px) {
  .form_line {
    flex-direction: column;
  }
  .form_line .f-label {
    float: none;
    width: auto;
  }
  .form_line .f-label + div {
    float: none;
    width: 100%;
    margin-left: 0;
    margin-top: 0.5em;
  }
}

/* name */
.f-name {
  font-weight: 700;
}

.f-required {
  letter-spacing: 0;
  font-size: 80%;
  margin-left: 1em;
  padding: 0 6px;
  background: #b60000;
  border: 1px solid #f00;
  color: #fff;
}

/* パーツ */
.c-form input,
.c-form textarea,
.c-form select {
  border: 1px solid #f5f5f5;
  background-color: #f5f5f5;
  padding: 10px;
}

.c-form input,
.c-form textarea {
  width: 100%;
}

.c-form select {
  appearance: menulist;
}

.c-form select + select {
  margin-left: 10px;
}

.c-form .c-form_short {
  width: 248px;
}

.c-form .zipcode {
  width: 8em;
}

.c-form textarea {
  height: 10em;
}

@media only screen and (max-width: 767px) {
  .c-form select {
    width: 100%;
  }
  .c-form select + select {
    margin-left: auto;
    margin-top: 0.5em;
  }
}

/* 郵便番号 */
.zip-search {
  font-size: 90%;
  margin-left: 10px;
  border: 2px solid #287f62;
  border-radius: 3em;
  color: #287f62;
  font-weight: 700;
  padding: 0.2em 1.4em;
}

.zip-search:hover,
.zip-search:focus {
  background: #287f62;
  color: #fff;
}

/* ラジオボタン・チェックボックス */
.c-inputList > li {
  position: relative;
}

.c-inputList > li input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

.c-inputList > li input:focus + label::before {
  border: 2px solid;
}

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

.c-inputList > li label:before {
  content: "";
  position: absolute;
  top: 16px;
  left: 0;
  width: 20px;
  height: 20px;
  background-color: #f5f5f5;
  border: 1px solid #dedede;
  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: 10px;
  left: 4px;
  width: 12px;
  height: 8px;
  border-left: 3px solid #287f62;
  border-bottom: 3px solid #287f62;
  transform: rotate(-45deg);
  border-radius: 3px;
}

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

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

@media only screen and (max-width: 767px) {
  .c-inputList > li label:before {
    top: 14px;
  }
  .c-inputList > li input[type="checkbox"]:checked + label:after,
  .c-inputList > li input[type="radio"]:checked + label:after {
    top: 8px;
  }
}

/* 日付入力パレット */
.ui-widget {
  font-size: 1.6rem;
}

.ui-datepicker td span,
.ui-datepicker td a {
  display: block;
  font-size: 1.4rem; /*任意な値を追加して調整*/
  padding: 0.2em;
  text-align: right;
  text-decoration: none;
}

/* ファイルアップロード */
.c-fileLabel input {
  background: none;
  border-color: transparent;
  padding: 0;
  width: auto;
  font-size: 90%;
}

.file-box {
  margin-bottom: 20px;
}
#list02 .file-box {
  margin-bottom: 0;
}
.form_parts dd .file-box {
  margin-bottom: 0; /* confirm */
}
.file-del-btn {
  margin-top: 5px;
}
.file-del-btn button {
  border: 1px solid #363636;
  border-radius: 3px;
  padding: 0 0.4em;
}

/* submitボタン */
.c-form_btn {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 20px;
}

.c-form_btn_item {
  width: 240px;
}

.c-form_btn_item:not(:first-of-type) {
  margin-left: 10px;
}

.c-form_btn_item .c-btn03 {
  width: 100%;
  font-weight: 700;
  text-align: center;
  padding: 0.8em 1.5em;

  border: 2px solid #287f62;
  background: #fff;
  border-radius: 3em;
  color: #287f62;
}

.c-form_btn_item .c-btn03:hover,
.c-form_btn_item .c-btn03:focus {
  background: #287f62;
  color: #fff;
  cursor: pointer;
}

@media only screen and (max-width: 767px) {
  .c-form_btn_item:not(:first-of-type) {
    margin-left: 0;
    margin-top: 10px;
  }
}

/* ----- for-admin ----- */
.admin-wrapper .form_line .f-label + div {
  width: calc(100% - 240px - 2em - 10%);
}

.admin-wrapper fieldset {
  width: calc(100% - 10%);
  display: flex;
}

.admin-wrapper #cassette-content a {
  color: #1558d6;
  text-decoration: underline;
}

.admin-wrapper #cassette-content .c-btnList > li a {
  text-decoration: none;
  color: #287f62;
}
