@charset "UTF-8";
/* CSS Document */
/* 共通色 */
/* 背景+文字　組み合わせ */
.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap; }

#autumn_collection_2023 {
  padding-bottom: 100px; }

/* ボタン */
.btn {
  text-align: center; }
  .btn a {
    display: inline-block;
    font-weight: bold;
    text-align: center;
    width: 250px;
    padding-top: 15px;
    padding-bottom: 15px;
    text-decoration: none;
    border-radius: 50px;
    color: #fff;
    background-color: #D02E5B; }

/* リンク　反応無し */
.link_none {
  pointer-events: none; }

/* リスト　ドット */
.list_dot {
  line-height: 130%; }
  .list_dot li {
    margin-bottom: 10px;
    list-style-type: disc; }

/* 2行目以降　インデント　-1 */
.ind-1 {
  display: block;
  padding-left: 1em;
  text-indent: -1em; }

.red {
  color: #C94D00; }

.value_txt {
  margin-left: 10px;
  display: inline-block; }

.fs_14 {
  font-size: 14px;
  line-height: 150%; }

.line {
  border-top: 1px solid #707070;
  margin-top: 60px;
  margin-bottom: 40px; }

.flex-cont_date {
  flex-wrap: nowrap;
  align-items: flex-start; }
  .flex-cont_date dt {
    flex-shrink: 0;
    width: 80px;
    text-align: center;
    margin-right: 10px; }
    .flex-cont_date dt.pink {
      color: #fff;
      background-color: #D02E5B; }
    .flex-cont_date dt.green {
      color: #000;
      background-color: #C8D544; }

.title_green, #yoko dl dt {
  display: inline-block;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 5px;
  color: #000;
  background-color: #C8D544; }

#yoko h4 {
  text-align: center;
  font-weight: bold;
  margin-bottom: 40px; }
#yoko dl dd b {
  display: block; }
#yoko dl dd:not(:last-child) {
  margin-bottom: 30px; }
#yoko dl dd .flex-cont_place {
  flex-wrap: nowrap; }
  #yoko dl dd .flex-cont_place .box-left {
    flex-shrink: 0; }

.note {
  box-sizing: border-box;
  border: 1px solid #000;
  padding: 20px;
  margin-bottom: 70px; }
  .note b {
    display: block;
    margin-bottom: 5px; }

#contact_form {
  /* iOSでのデフォルトスタイルをリセット */ }
  #contact_form input[type="file"],
  #contact_form input[type="submit"],
  #contact_form input[type="button"],
  #contact_form button[type="button"] {
    -webkit-box-sizing: content-box;
    -webkit-appearance: button;
    appearance: button;
    border: none;
    box-sizing: border-box;
    cursor: pointer;
    font-size: 16px; }
    #contact_form input[type="file"]::-webkit-search-decoration,
    #contact_form input[type="submit"]::-webkit-search-decoration,
    #contact_form input[type="button"]::-webkit-search-decoration,
    #contact_form button[type="button"]::-webkit-search-decoration {
      display: none; }
    #contact_form input[type="file"]::focus,
    #contact_form input[type="submit"]::focus,
    #contact_form input[type="button"]::focus,
    #contact_form button[type="button"]::focus {
      outline-offset: -2px; }
  #contact_form input[type="file"] {
    color: #000; }
  #contact_form .flex-cont_submit {
    justify-content: space-around; }
  #contact_form .btn-box {
    display: flex;
    justify-content: center; }
  #contact_form .btn_common {
    box-sizing: border-box;
    display: inline-block;
    font-weight: bold; }
    #contact_form .btn_common.add_btn {
      display: block;
      margin-top: 10px; }
    #contact_form .btn_common input,
    #contact_form .btn_common button {
      box-sizing: border-box;
      display: block;
      border-radius: 0;
      border-radius: 50px;
      color: #fff;
      background-color: #D02E5B; }
    #contact_form .btn_common input {
      font-weight: bold;
      width: 250px;
      padding-top: 15px;
      padding-bottom: 15px; }
    #contact_form .btn_common button {
      width: 150px;
      padding-top: 10px;
      padding-bottom: 10px; }
    #contact_form .btn_common input[type="submit"],
    #contact_form .btn_common input[type="button"] {
      text-align: center;
      appearance: none;
      -webkit-appearance: none; }
  #contact_form .kakunin {
    flex-direction: column;
    justify-content: center; }
    #contact_form .kakunin .btn_common {
      margin-left: auto;
      margin-right: auto;
      margin-bottom: 30px; }
  #contact_form label {
    display: block; }
  #contact_form table,
  #contact_form tbody,
  #contact_form tr,
  #contact_form th,
  #contact_form td {
    display: block;
    box-sizing: border-box;
    width: 100%; }
    #contact_form table input[type=text],
    #contact_form tbody input[type=text],
    #contact_form tr input[type=text],
    #contact_form th input[type=text],
    #contact_form td input[type=text] {
      width: 100%; }
    #contact_form table input,
    #contact_form table textarea,
    #contact_form tbody input,
    #contact_form tbody textarea,
    #contact_form tr input,
    #contact_form tr textarea,
    #contact_form th input,
    #contact_form th textarea,
    #contact_form td input,
    #contact_form td textarea {
      box-sizing: border-box;
      background: white;
      border: none;
      font-size: 18px;
      padding: 10px 5px; }
    #contact_form table input[type="text"],
    #contact_form table textarea,
    #contact_form table select,
    #contact_form tbody input[type="text"],
    #contact_form tbody textarea,
    #contact_form tbody select,
    #contact_form tr input[type="text"],
    #contact_form tr textarea,
    #contact_form tr select,
    #contact_form th input[type="text"],
    #contact_form th textarea,
    #contact_form th select,
    #contact_form td input[type="text"],
    #contact_form td textarea,
    #contact_form td select {
      outline: none;
      border: 1px solid #CCC;
      background-color: #F8F8F8;
      border-radius: 5px; }
    #contact_form table .select-box,
    #contact_form tbody .select-box,
    #contact_form tr .select-box,
    #contact_form th .select-box,
    #contact_form td .select-box {
      display: inline-block; }
      #contact_form table .select-box select,
      #contact_form tbody .select-box select,
      #contact_form tr .select-box select,
      #contact_form th .select-box select,
      #contact_form td .select-box select {
        padding: 10px 10px 10px 15px;
        font-weight: 500;
        cursor: pointer;
        color: #000;
        font-size: 16px; }
    #contact_form table textarea,
    #contact_form tbody textarea,
    #contact_form tr textarea,
    #contact_form th textarea,
    #contact_form td textarea {
      width: 100%; }
  #contact_form table {
    width: 100%;
    border-collapse: separate;
    margin-bottom: 30px; }
    #contact_form table tr.sub-cont {
      box-sizing: border-box;
      padding-left: 20px;
      border-left: 5px solid #CCC; }
      #contact_form table tr.sub-cont td {
        padding-bottom: 0;
        margin-bottom: 40px; }
    #contact_form table tr th {
      width: 100%;
      text-align: left;
      font-weight: bold;
      margin-bottom: 10px; }
      #contact_form table tr th span {
        font-weight: normal; }
    #contact_form table tr td {
      padding: 0 0 30px 0;
      width: 100%; }
      #contact_form table tr td.check_date label {
        display: inline-block;
        width: 120px;
        margin-bottom: 5px; }
      #contact_form table tr td.check_error {
        position: relative; }
        #contact_form table tr td.check_error label .formError {
          position: absolute !important;
          z-index: 0;
          top: inherit !important;
          bottom: 0;
          height: 35px; }
      #contact_form table tr td.td_ma10 {
        padding-bottom: 10px;
        margin-bottom: 10px; }
      #contact_form table tr td textarea {
        width: 100%;
        resize: vertical;
        height: 150px; }
      #contact_form table tr td input.w100 {
        max-width: 100px; }
      #contact_form table tr td input.w150 {
        max-width: 150px; }
      #contact_form table tr td input.w250 {
        max-width: 250px; }
      #contact_form table tr td input.w500 {
        max-width: 500px; }
      #contact_form table tr td .con-box {
        border: 1px solid #ccc;
        padding: 30px;
        box-sizing: border-box;
        border-radius: 5px;
        margin-top: 30px;
        margin-bottom: 30px; }
      #contact_form table tr td p {
        font-size: 14px; }
    #contact_form table input[type="checkbox"],
    #contact_form table input[type="radio"] {
      margin-right: 10px;
      transform: scale(1.5); }
  #contact_form .scroll-box_y {
    height: 200px;
    box-sizing: border-box;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    overflow: scroll;
    margin-bottom: 20px; }

#formWrap {
  padding-top: 30px; }
  #formWrap h3 {
    text-align: center;
    font-size: 20px;
    font-weight: bold; }
  #formWrap .formTable {
    margin-bottom: 40px; }
  #formWrap table tr th,
  #formWrap table tr td {
    display: block;
    text-align: left;
    width: 100%; }
  #formWrap table tr th {
    padding-left: 0;
    margin-bottom: 10px; }
  #formWrap table tr td {
    padding: 10px 5px;
    margin-bottom: 30px;
    background-color: #F8F8F8; }

#thanks {
  padding-top: 50px;
  text-align: center; }
  #thanks h4 {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 30px; }
  #thanks b {
    font-size: 20px;
    display: block;
    margin-bottom: 50px; }
  #thanks .btn {
    margin-top: 80px; }

/* =============================================
mobile
================================================ */
@media screen and (max-width: 940px) {
  .cont {
    overflow-x: hidden !important; }

  #contact_form table input,
  #contact_form table textarea,
  #contact_form tbody input,
  #contact_form tbody textarea,
  #contact_form tr input,
  #contact_form tr textarea,
  #contact_form th input,
  #contact_form th textarea,
  #contact_form td input,
  #contact_form td textarea {
    font-size: 16px;
    padding: 10px; }
  #contact_form table {
    margin-bottom: 70px; }
    #contact_form table tr td {
      width: 100%;
      padding: 5px;
      margin-bottom: 30px; }
      #contact_form table tr td.check_error label .formError {
        bottom: -28px; }
      #contact_form table tr td .con-box {
        padding: 25px 30px; }
    #contact_form table input[type="checkbox"],
    #contact_form table input[type="radio"] {
      transform: scale(1.2); } }
