@charset "UTF-8";
/*==================================
  Title - 見出し
==================================*/
/*
  title01 - 見出しレベル1
====================================*/
.c-secTtl02 {
  margin-top: 60px;
  font-size: 2.8rem;
  font-weight: 700;
  position: relative;
  color: #1C1C1C;
  z-index: 0;
}
.c-secTtl02 > span {
  display: block;
  padding: 0.4em 0.8em;
  position: relative;
}
.c-secTtl02 > span::before,
.c-secTtl02 > span::after {
  content: "";
  position: absolute;
  width: calc(100% - 6px);
  height: calc(100% - 6px);
}
.c-secTtl02 > span::before {
  background-color: #FC8E62;
  right: 0;
  bottom: 0;
  z-index: -1;
}
.c-secTtl02 > span::after {
  border: 1px solid #1c1c1c;
  left: 0;
  top: 0;
  z-index: -1;
}

@media only screen and (max-width: 767px) {
  .c-secTtl02 {
    margin-top: 30px;
    font-size: 2.4rem;
  }
}
/*
  title02 - 見出しレベル2
====================================*/
.c-secTtl03 {
  margin-top: 60px;
  font-size: 2.6rem;
  font-weight: 700;
  padding-bottom: 0.2em;
  border-bottom: 1px solid #1C1C1C;
  position: relative;
}
.c-secTtl03::before {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  z-index: 2;
  width: 8em;
  height: 1px;
  background: #FC8E62;
}

@media only screen and (max-width: 767px) {
  .c-secTtl03 {
    margin-top: 30px;
    font-size: 2.2rem;
  }
}
/*
  title03 - 見出しレベル3
====================================*/
.c-secTtl04 {
  margin-top: 60px;
  font-size: 2.4rem;
  font-weight: 700;
  padding-left: 1.6em;
  position: relative;
}
.c-secTtl04::before {
  content: "";
  position: absolute;
  top: 0.4em;
  left: 0;
  width: 1em;
  height: 1em;
  background-color: #FC8E62;
  border-radius: 0 10px 0 0;
}

@media only screen and (max-width: 767px) {
  .c-secTtl04 {
    margin-top: 30px;
    font-size: 2rem;
  }
}
/*
  title04 - 見出しレベル4
====================================*/
.c-secTtl05 {
  margin-top: 60px;
  font-size: 2.2rem;
  font-weight: 700;
}

@media only screen and (max-width: 767px) {
  .c-secTtl05 {
    margin-top: 30px;
    font-size: 1.8rem;
  }
}
/*==================================
  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;
  }
}
/*==================================
  Text - テキスト系
==================================*/
/*
  sentenceTxt - 文章
====================================*/
.c-sentenceTxt {
  margin-top: 40px;
}

@media only screen and (max-width: 767px) {
  .c-sentenceTxt {
    margin-top: 20px;
  }
}
/*
  enclosureTxt - 囲み文章
====================================*/
.c-enclosureTxt {
  margin-top: 40px;
  padding: 40px;
  background: #FAF0E6;
  color: #1c1c1c;
  border-radius: 0.6em;
}

@media only screen and (max-width: 767px) {
  .c-enclosureTxt {
    margin-top: 20px;
    padding: 20px;
  }
}
/*==================================
  HTML - html
==================================*/
.c-free {
  margin-top: 60px;
}

@media only screen and (max-width: 767px) {
  .c-free {
    margin-top: 30px;
  }
}
/*==================================
  Image - 画像
==================================*/
/*
  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%; */
  }
}
/*
  img02Unit - 画像（複数枚）
====================================*/
.c-img02Unit {
  margin-top: 60px;
  display: grid;
  gap: 30px;
  grid-template-columns: repeat(1, 1fr);
}
.c-img02Unit > .c-img02 {
  margin-top: 0;
}

@media only screen and (min-width: 768px) {
  .c-img02Unit.c-img02Unit__col2 {
    grid-template-columns: repeat(2, 1fr);
  }
  .c-img02Unit.c-img02Unit__col3 {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (max-width: 767px) {
  .c-img02Unit {
    margin-top: 30px;
  }
}
/*==================================
  List - リスト系
==================================*/
/*
  simpleList - リスト
====================================*/
.c-simpleList {
  margin-top: 40px;
}
.c-simpleList > li {
  position: relative;
  padding-left: calc(0.6em + 16px);
}
.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: #FC8E62;
  border-radius: 50%;
}

@media only screen and (max-width: 767px) {
  .c-simpleList {
    margin-top: 20px;
  }
}
/*
  numList - リスト（序列）
====================================*/
.c-numList {
  margin-top: 40px;
}
.c-numList > li {
  position: relative;
  padding-left: calc(1.6em + 12px);
  counter-increment: num;
}
.c-numList > li:not(:first-of-type) {
  margin-top: 0.5em;
}
.c-numList > li::before, .c-numList > li::after {
  position: absolute;
  top: 0.1em;
  left: 0;
}
.c-numList > li::before {
  content: counter(num);
  width: 1.8em;
  height: 1.8em;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.6rem;
  font-weight: 700;
  color: #1c1c1c;
  letter-spacing: 0;
  z-index: 2;
}
.c-numList > li::after {
  content: "";
  width: 1.6em;
  height: 1.6em;
  background: #FC8E62;
  border-radius: 50%;
  z-index: 1;
}

@media only screen and (max-width: 767px) {
  .c-numList {
    margin-top: 20px;
  }
  .c-numList > li::before {
    font-size: 1.4rem;
  }
}
/*
  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: calc(1.4em + 14px);
}
.c-fileList > li a::before {
  content: "";
  position: absolute;
  top: 0.1em;
  left: 0;
  width: 1.4em;
  height: 1.6em;
  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;
  }
}
/*
  btnList - ボタンリスト
====================================*/
.c-btnList {
  margin-top: 60px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
}
.c-btnList > li a {
  display: inline-block;
  text-decoration: none;
  text-align: center;
  padding: 10px 30px;
  border: 1px solid #1c1c1c;
  border-radius: 9999px;
  background: #fff;
  color: #1c1c1c;
  font-weight: 700;
  transition: 0.3s ease;
}
.c-btnList > li a:hover, .c-btnList > li a:focus, .c-btnList > li a:active {
  background: #1c1c1c;
  color: #fff;
  opacity: 1;
}

@media only screen and (max-width: 767px) {
  .c-btnList {
    margin-top: 30px;
  }
}
/*==================================
  Definition - 定義系
==================================*/
/*
  def - 定義リスト
====================================*/
.c-def {
  margin-top: 40px;
}
.c-def dt {
  font-size: 110%;
  font-weight: 700;
  position: relative;
  padding-left: calc(1em + 16px);
  color: #696969;
}
.c-def dt::before {
  content: "";
  position: absolute;
  top: 0.8em;
  left: 0;
  width: 24px;
  height: 0.3em;
  background: #696969;
  border-radius: 2px;
}
.c-def dd {
  margin-top: 10px;
}

@media only screen and (max-width: 767px) {
  .c-def {
    margin-top: 20px;
  }
}
/*
  defTable - 定義リスト（テーブル）
====================================*/
.c-defTable {
  margin-top: 40px;
}
.c-defTable dl {
  width: 100%;
  display: table;
  word-break: break-word;
  overflow-wrap: anywhere;
  border: 1px solid #D1D1D1;
  border-radius: 10px;
  background: #fff;
  color: #1c1c1c;
}
.c-defTable dl:not(:first-of-type) {
  margin-top: 10px;
}
.c-defTable dl dd {
  display: table-cell;
  padding: 16px 20px;
  vertical-align: middle;
}
.c-defTable dl dt {
  display: table-cell;
  padding: 16px 20px;
  vertical-align: middle;
  width: 300px;
  font-weight: 700;
  background: #FAF0E6;
  color: #1c1c1c;
  border-radius: 10px 0 0 10px;
  border-right: 1px solid #D1D1D1;
}

@media only screen and (max-width: 767px) {
  .c-defTable {
    margin-top: 20px;
  }
  .c-defTable dl {
    display: block;
  }
  .c-defTable dl dd {
    display: block;
    padding: 10px 16px;
  }
  .c-defTable dl dt {
    display: block;
    padding: 10px 16px;
    width: 100%;
    border-radius: 10px 10px 0 0;
    border-right: none;
    border-bottom: 1px solid #D1D1D1;
  }
}
/*==================================
  Line - 罫線
==================================*/
.c-hr {
  margin: 60px 0;
  border-top: 1px solid #dedede;
}

@media only screen and (max-width: 767px) {
  .c-hr {
    margin: 30px 0;
  }
}
/*==================================
  Table - テーブル
==================================*/
.c-table {
  margin-top: 40px;
  width: 100%;
  word-break: break-word;
  overflow-wrap: anywhere;
  background: #fff;
  color: #3a423a;
}
.c-table caption {
  color: inherit;
  font-size: 110%;
  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 {
  color: #3a423a;
  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;
}
.c-table.c-table__fixed {
  table-layout: fixed;
}
.c-table.c-table__fixed th {
  width: auto;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .c-table {
    margin-top: 20px;
  }
  .c-table td {
    padding: 10px;
  }
  .c-table th {
    padding: 10px;
    width: 33.3333333333%;
  }
}
/*==================================
  Gallery - ギャラリー
==================================*/
.c-gallery {
  margin-top: 80px;
}

.c-splide_image figure {
  padding: 0 10%;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.c-splide_image figure img {
  /* 比率維持 */
  height: 100%;
  aspect-ratio: 3/2;
  -o-object-fit: contain;
  object-fit: contain;
}
.c-splide_image .splide__slide a {
  display: block;
}
.c-splide_image .splide__slide a:hover img {
  opacity: 1;
}

.c-splide_arrow {
  background: transparent;
  border-radius: 0;
}
.c-splide_arrow svg {
  fill: #1c1c1c;
  height: 2.2em;
  width: 2.2em;
}

.c-splide_control {
  margin-top: 0.6em;
  display: flex;
  justify-content: center;
}

.c-splide_pagination {
  position: initial;
  gap: 0.8em;
}
.c-splide_pagination .splide__pagination__page {
  background: #fff;
  box-shadow: 0 0 4px rgba(61, 61, 61, 0.7);
  opacity: 0.6;
}
.c-splide_pagination .splide__pagination__page.is-active {
  background: #1c1c1c;
}

@media only screen and (max-width: 767px) {
  .c-gallery {
    margin-top: 40px;
  }
  .c-splide_image .splide__slide figure {
    padding: 0 5%;
  }
}
/*==================================
  Embed - 埋め込み系
==================================*/
/*
  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;
  }
}
/*
  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;
  }
}
/*==================================
  Form - フォーム
==================================*/
.c-form {
  margin-top: 40px;
}
.c-form sup, .c-form .caution {
  color: #b60000;
}

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

/* 外枠 */
.c-form_table {
  border-top: 1px solid #dedede;
}
.c-form_table dl {
  display: flex;
  border-bottom: 1px solid #dedede;
  gap: 40px;
}
.c-form_table dl dd {
  padding: 15px 0;
}
.c-form_table dl dt {
  padding: 15px 0;
  width: 240px;
  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 #dedede;
  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: 2px 6px;
  background: #b60000;
  border: 1px solid #f00;
  color: #fff;
}

/* パーツ */
.c-form input, .c-form textarea, .c-form select {
  border: 1px solid #f5f5f5;
  background: #f5f5f5;
  color: #3a423a;
  padding: 10px;
  border-radius: 0.6em;
}
.c-form input, .c-form textarea {
  width: 100%;
}
.c-form select {
  -webkit-appearance: menulist;
  -moz-appearance: menulist;
  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 {
  margin-left: 10px;
  border: 1px solid;
  border-radius: 3em;
  font-size: 90%;
  font-weight: 700;
  padding: 0.2em 1.4em;
  background: #f5f5f5;
  color: #3a423a;
}
.zip-search:hover, .zip-search:focus {
  opacity: 0.7;
}

/* ラジオボタン・チェックボックス */
.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 #1c1c1c;
  border-bottom: 3px solid #1c1c1c;
  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: #1c1c1c;
}
.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;
  border-radius: 0;
  padding: 0;
  width: auto;
  font-size: 90%;
}

.file-box {
  margin-bottom: 20px;
}

.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 {
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
}

.c-form_btn_item {
  width: 240px;
}
.c-form_btn_item .c-btn03 {
  display: inline-block;
  text-decoration: none;
  font-weight: 700;
  text-align: center;
  width: 100%;
  max-width: 320px;
  padding: 10px 30px;
  border-radius: 9999px;
  border: 1px solid #1c1c1c;
  background: #1c1c1c;
  color: #fff;
}
.c-form_btn_item .c-btn03:hover, .c-form_btn_item .c-btn03:focus, .c-form_btn_item .c-btn03:active {
  background: #fff;
  color: #1c1c1c;
}

/*==================================
  Admin - 管理画面
==================================*/
.admin-wrapper .form_line .f-label + div {
  width: calc(100% - 240px - 2em - 10%);
}
.admin-wrapper fieldset {
  width: 90%;
  display: flex;
}
.admin-wrapper #cassette-content a {
  color: inherit;
  text-decoration: underline;
}
.admin-wrapper #cassette-content .c-btnList > li a {
  /* color: #fff; */
  text-decoration: none;
}