@charset "UTF-8";
/*
    text
--------------------*/
/* ▼text */
.common-text-box {
  margin: calc((-1lh + 1em) / 2) 0;
}

/* ▼font */
.font-sub {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

.font-gothic {
  font-family: "NotoSans", "Noto Sans JP", sans-serif;
}

.font-mincho {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

.font-color {
  color: #ef7281;
}

.font-marker {
  background-color: #ef7281;
}

.font-line {
  background: linear-gradient(#ef7281, #ef7281) no-repeat bottom/100% 30%;
}

@media screen and (min-width: 768px) {
  .font-vertical {
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
  }
  .font-vertical .txt-num {
    text-combine-upright: all;
  }
}
.fa-external-link-alt {
  font-size: 0.8em;
  vertical-align: 0.1em;
  margin-left: 0.5em;
}

/*
    drawer
--------------------*/
/* ▼drawer */
.drawer-menu-item,
.level1,
.level1 a,
.level1 p,
.level2,
.level2 a,
.level2 p {
  font-size: inherit;
}

.drawer-menu-item:hover {
  color: inherit;
  text-decoration: none;
}

/*
    common-info
--------------------*/
/* ▼common-info */
.common-info {
  /* ▼common-info-item */
  /* ▼common-info-list */
  /* ▼common-info-tel */
}
.common-info.flex {
  align-items: center;
}
@media screen and (min-width: 768px) {
  .common-info-item:not(:last-child) {
    margin-right: 24px;
  }
}
@media screen and (max-width: 767px) {
  .common-info-item:not(:last-child) {
    margin-right: 15px;
  }
  .common-info-item img {
    height: 30px;
  }
}
.common-info-list {
  align-items: center;
  justify-content: center;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .common-info-list li:not(:last-child) {
    margin-right: 20px;
  }
}
@media screen and (max-width: 767px) {
  .common-info-list {
    width: 100%;
    justify-content: center;
  }
  .common-info-list li:not(:last-child) {
    margin-right: 15px;
  }
}
.common-info-tel {
  display: block;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-weight: 400;
  font-size: 3.6rem;
  line-height: 0.6;
  letter-spacing: 0.1em;
}
.common-info-tel::before {
  content: "";
  display: inline-block;
  width: 0.888889em;
  height: 0.888889em;
  margin: 0 0.416667em 0 0;
  background: url(../images/common/icon_tel.png) no-repeat center/contain;
  vertical-align: -0.05em;
}
.common-info-tel-note {
  display: block;
  margin: 0.5em 0 0;
  pointer-events: none;
  line-height: 0;
}
.common-info-tel-note img {
  height: 0.85em;
}
@media screen and (max-width: 767px) {
  .common-info-tel {
    font-size: 2.4rem;
  }
  .common-info-tel-note img {
    height: 11px;
  }
}
.common-info-time {
  justify-content: flex-start;
  flex-wrap: nowrap;
  letter-spacing: 0.12em;
}
.common-info-time dt {
  flex: 0 0 auto;
  color: #ef7281;
}

/*
    title
--------------------*/
/* ▼common-ttl */
.common-ttl {
  display: block;
  line-height: 1.3;
  letter-spacing: 0.1em;
  position: relative;
  text-align: center;
  z-index: 10;
}
.common-ttl .txt-en {
  display: block;
  margin: -0.15em 0 0;
  color: #ef7281;
  font-size: 1.875em;
}
.common-ttl .font-color {
  color: #ef7281;
}
.common-ttl br {
  display: block;
}
@media screen and (min-width: 768px) {
  .common-ttl {
    margin: 0 0 1.278571em;
    font-size: 3.2rem;
  }
}
@media screen and (max-width: 767px) {
  .common-ttl {
    margin: 0 0 30px;
    font-size: 1.9rem;
  }
}

/* ▼common-lead */
.common-lead {
  display: flex;
  width: 100%;
  border-bottom: 2px solid #ef7281;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.04em;
  position: relative;
  z-index: 10;
}

.common-lead span {
  display: inline-block;
}

@media screen and (min-width: 768px) {
  .common-lead {
    margin: -0.15em 0 40px;
    padding: 0 0 16px 20px;
    font-size: 3rem;
  }
  .common-lead.css-type span {
    padding: 0 40px 0 0;
  }
}
@media screen and (max-width: 767px) {
  .common-lead {
    margin: -0.15em 0 30px;
    padding: 0 0 8px 10px;
    font-size: 1.9rem;
  }
  .common-lead br {
    display: block;
  }
}
/* ▼common-head */
.common-head {
  width: 100%;
  color: #fff;
  background-color: #ef7281;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: 0.05em;
  position: relative;
  /* &::before {
      content: '';
      width: 14px;
      border-radius: 5px;
      background-color: $catch-color;
      position: absolute;
      top: 0; bottom: 0; right: calc(100% + 6px);
  } */
}
.common-head.css-type {
  text-align: center;
}
.common-head .font-sub {
  margin: 0 0 0 20px;
  font-size: 80%;
}
@media screen and (min-width: 768px) {
  .common-head {
    margin: 0 0 25px;
    padding: 14px 20px 14px;
    font-size: 2rem;
  }
  .common-head.css-type {
    margin: 0 0 40px;
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 767px) {
  .common-head {
    margin: 0 0 20px;
    padding: 9px 14px 9px 14px;
    font-size: 1.7rem;
    border-left-width: 10px;
  }
}

/*
    button
--------------------*/
.common-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 16.666667em;
  height: 2.777778em;
  margin: 0 auto 0;
  border: 1px solid #333333;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.5263;
  letter-spacing: 0.08em;
  position: relative;
  transition: all 0.2s;
}
.common-btn::after {
  content: "";
  width: 30px;
  height: 1px;
  background-color: #333333;
  position: absolute;
  right: -15px;
  transition: transform 0.2s;
}
.common-btn:hover {
  opacity: 1;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(51, 51, 51, 0.3);
}
.common-btn:hover::after {
  width: 20px;
  height: 30px;
  animation: slide-right 0.7s linear infinite;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  background-color: #ef7281;
}
.common-btn.cl-pink {
  border: none;
  color: #fff;
  background-color: #ef7281;
}
.common-btn.cl-pink:hover {
  color: #ef7281;
  background-color: #fff;
}
@keyframes slide-right {
  0% {
    transform: translateX(-40%);
  }
  100% {
    transform: translateX(0%);
  }
}
@keyframes slide-down {
  0% {
    transform: translateY(0%) rotate(135deg);
  }
  100% {
    transform: translateY(100%) rotate(135deg);
  }
}
@media screen and (max-width: 767px) {
  .common-btn {
    font-size: 1.5rem;
  }
}

/* ▼arrow-btn */
.arrow-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.6rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  color: #ef7281;
  position: relative;
}
.arrow-btn::after {
  content: "";
  width: 17px;
  height: 11px;
  margin: 0 0 0 15px;
  background: url(../images/common/arrow01.png) no-repeat center/contain;
  transition: all 0.3s;
}
.arrow-btn:hover::after {
  transform: translateX(5px);
}
.arrow-btn.css-fixed {
  color: #ef7281;
  height: 46px;
  border: 2px solid;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .arrow-btn {
    margin-top: 30px;
    font-size: 1.5rem;
  }
}

/*
    table
--------------------*/
/* ▼common-table type02 */
.common-table {
  width: 100%;
  line-height: 2;
  border: 1px solid #737373;
}
.common-table tr {
  display: flex;
}
.common-table tr:not(:last-of-type) {
  border-bottom: 1px solid #737373;
}
.common-table th {
  text-align: center;
  color: #ef7281;
  background-color: #ffcdcf;
}
.common-table td a {
  display: inline-block;
}
@media screen and (min-width: 768px) {
  .common-table {
    font-size: inherit;
  }
  .common-table tr {
    display: flex;
  }
  .common-table th {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 290px;
    padding: 10px 0;
    text-align: left;
  }
  .common-table td {
    display: block;
    padding: 10px 50px;
    flex: 1;
  }
}
@media screen and (max-width: 767px) {
  .common-table br {
    display: block;
  }
  .common-table tr {
    display: flex;
    width: 100%;
  }
  .common-table th {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 33%;
    max-width: 180px;
    padding: 15px 0;
    text-align: left;
    line-height: 1.5;
    word-break: break-word;
  }
  .common-table td {
    flex: 1;
    padding: 15px 0 15px 4%;
    word-break: break-word;
  }
}

/* ▼table-slide */
@media screen and (max-width: 767px) {
  .table-slide {
    overflow: auto;
  }
  .table-slide table {
    width: 1080px;
    text-align: center;
  }
  .table-slide table tr {
    display: table-row;
  }
  .table-slide table tr:not(:last-child) {
    margin-bottom: 0;
  }
  .table-slide table th,
  .table-slide table td {
    display: table-cell;
  }
  .table-slide table th {
    width: 240px;
  }
  .table-slide table td {
    width: auto;
  }
}
/*
    breadcrumbs-type01
---------------------*/
.breadcrumbs {
  width: 100%;
}

.breadcrumbs .bread_wrap {
  justify-content: flex-start;
}

.breadcrumbs li {
  position: relative;
}

.breadcrumbs li:not(:last-child)::before {
  content: " ";
  display: block;
  border-top: 2px solid #ef7281;
  border-right: 2px solid #ef7281;
  transform: rotate(45deg);
  position: absolute;
  top: calc(50% - 3px);
}

.breadcrumbs li:last-child {
  flex: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.breadcrumbs li,
.breadcrumbs a {
  font-size: 0.95em;
}

.breadcrumbs a {
  text-decoration: underline;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

@media screen and (min-width: 768px) {
  .breadcrumbs {
    display: flex;
    justify-content: flex-start;
    padding: 6px 0;
  }
  .breadcrumbs .bread_wrap {
    justify-content: flex-end;
    flex-direction: row;
    width: 1080px;
    margin: 0 auto;
  }
  .breadcrumbs li {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .breadcrumbs li:not(:last-child) {
    padding: 0 20px 0 0;
  }
  .breadcrumbs li:not(:last-child)::before {
    width: 7px;
    height: 7px;
    right: 8px;
  }
  .breadcrumbs a {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .breadcrumbs li:not(:last-child) a {
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .breadcrumbs {
    padding: 6px 0;
  }
  .breadcrumbs::after {
    height: 20px;
    background: url(../images/common/wave01.png) repeat-x bottom/auto 70px;
  }
  .bread_wrap {
    /*width: calc(100% - 40px);*/
    max-width: unset;
    margin: 0 auto;
    flex-direction: row;
  }
  .breadcrumbs li:not(:last-child) {
    padding: 0 30px 0 0;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .breadcrumbs li:not(:last-child)::before {
    width: 8px;
    height: 8px;
    right: 13px;
  }
  .breadcrumbs li:last-child {
    flex: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}
/*
news/blog
--------------------*/
/* ▼一覧 */
.common-news_cnt {
  width: 100%;
  margin: 0 auto;
}

.common-news_post {
  transition: all 0.1s;
  font-size: 1.9rem;
}
.common-news_post:not(:last-child) {
  margin-bottom: 2.105263em;
}
.common-news_post a {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  position: relative;
  font-weight: 500;
}
.common-news_post-img {
  width: 120px;
}
.common-news_post-img .c_ofi {
  padding-top: 100%;
}
.common-news_post-cnt {
  align-self: center;
  width: 100%;
}
.common-news_post-cnt.diff-style {
  width: calc(100% - 150px);
}
.common-news_post-detail {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 100%;
  line-height: 1;
}
.common-news_post-time {
  display: inline-block;
  margin: 0 15px 5px 0;
  line-height: 1.6;
}
.common-news_post-tag {
  display: flex;
  justify-content: flex-start;
  width: calc(100% - 130px);
  color: #ef7281;
}
.common-news_post-tag li {
  display: inline-block;
  flex-grow: 0;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  margin: 0.2em 0;
  padding: 0 1em;
  line-height: 1;
}
.common-news_post-tag li:nth-child(n+2) {
  border-left: 1px solid;
}
.common-news_post-txt {
  width: 100%;
  margin: calc(8px - 0.5em) 0 -0.5em;
  line-height: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .common-news_post {
    font-size: 1.4rem;
  }
  .common-news_post-img {
    width: 88px;
  }
  .common-news_post-time {
    margin-bottom: 6px;
  }
  .common-news_post-tag {
    width: calc(100% - 100px);
    margin-top: 0.1em;
  }
  .common-news_post-cnt.diff-style {
    display: flex;
    flex-direction: column;
    width: calc(100% - 100px);
  }
  .common-news_post-cnt.diff-style .common-news_post-detail {
    display: contents;
  }
  .common-news_post-cnt.diff-style .common-news_post-detail .common-news_post-time {
    order: 1;
    margin: 0;
  }
  .common-news_post-cnt.diff-style .common-news_post-detail .common-news_post-tag {
    order: 3;
    justify-content: flex-end;
    margin: 7px 0 0;
  }
  .common-news_post-cnt.diff-style .common-news_post-txt {
    order: 2;
    display: -webkit-box;
    white-space: wrap;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-height: 1.7;
    max-height: 45px;
  }
}

/*==========================================
一覧ぺージ用カテゴリ(セレクトボックス)
===========================================*/
.category-select {
  overflow: hidden;
  width: 300px;
  margin-left: auto;
  text-align: center;
  margin-bottom: 20px;
  position: relative;
  border-radius: 2px;
  border: 2px solid #ef7281;
  background: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.category-select::before {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  /* Safari用 */
  transform: translateY(-50%);
  z-index: 10;
  right: 0.8em;
  width: 0;
  height: 0;
  padding: 0;
  content: "";
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #ef7281;
  pointer-events: none;
}
.category-select select {
  width: 100%;
  cursor: pointer;
  text-indent: 0.01px;
  text-overflow: ellipsis;
  border: none;
  outline: none;
  background: transparent;
  background-image: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 5px 38px 5px 20px;
  color: #4c372c;
  font-family: "Noto Sans JP", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.category-select select::-ms-expand {
  display: none;
}
@media screen and (max-width: 767px) {
  .category-select {
    width: 60%;
    margin-bottom: 5%;
  }
  .category-select select {
    padding: 0.2em 2.1em 0.2em 0.6em;
  }
}

.post-category {
  margin: 0 0 20px;
}
.post-category ul li {
  margin: 10px;
}
.post-category ul li a {
  color: #ef7281;
  padding: 0 1em;
  border: 1px solid;
  border-radius: 8px;
}
.post-category ul li a:hover {
  opacity: 1;
  color: #fff;
  background-color: #ef7281;
}

/* ▼詳細 */
.news_post .c_head {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
  padding: 10px 20px;
  background-color: #eee;
  line-height: 1.5;
}

.news_post .c_ofi {
  padding-top: 100%;
}

.post_cnt {
  line-height: 1.5;
}

.news_post a {
  transition: all 0.3s;
}

.news_post a:hover {
  opacity: 0.8;
}

.news_post a:hover .c_ofi img {
  opacity: 1;
  transform: scale(1.1);
}

.story-head {
  display: block;
  width: 100%;
  color: #ef7281;
  font-weight: 500;
  line-height: 1.3;
}

.news_time {
  text-align: right;
  margin: 5px 0 0;
}

.news_body {
  border-top: 1px solid #ef7281;
}

@media screen and (min-width: 768px) {
  .news_post:not(:last-child) {
    margin: 0 0 50px;
  }
  .post_cnt {
    width: 860px;
  }
  .post_cnt .post_txt {
    padding: 20px;
  }
  .post_img {
    width: 200px;
  }
  .story-head {
    font-size: 3rem;
  }
  .news_body {
    min-height: 200px;
    margin: 15px 0 0;
    padding: 35px 0 0;
  }
}
@media screen and (max-width: 767px) {
  .news_post {
    flex-flow: column-reverse;
  }
  .news_post:not(:last-child) {
    margin: 0 0 30px;
  }
  .news_post .c_ofi {
    padding-top: 60%;
  }
  .news_post .c_head {
    font-size: 1.6rem;
    padding: 10px;
  }
  .post_cnt {
    width: 100%;
  }
  .post_img {
    width: 100%;
  }
  .detail_content .story-head {
    font-size: 1.8rem;
  }
  .news_body {
    margin: 20px 0 0;
    padding: 20px 0 0;
  }
}
/*
  pagenation
--------------------*/
/*▼pagenation*/
.pagenation {
  display: flex;
  justify-content: center;
  margin: 30px 0 0;
}

.pagenation li {
  width: 30px;
  line-height: 30px;
  color: #333333;
  background-color: #fff;
  font-size: 1.6rem;
  border: 1px solid #ef7281;
  border-radius: 50%;
}

.pagenation a,
.pagenation span {
  display: block;
  text-align: center;
}

.pagenation li:not(.current):hover {
  opacity: 0.8;
}

.pagenation span {
  padding: 0 10px;
}

.pagenation li:not(:last-child) {
  margin: 0 10px 0 0;
}

.pagenation .current {
  color: #fff;
  background-color: #ef7281;
}

/*▼page_btn*/
.page_btn {
  max-width: 320px;
  height: 35px;
  margin: auto;
  display: flex;
  flex-flow: row;
  align-items: center;
  position: relative;
}

.page_btn li {
  max-width: 30vw;
}

.page_btn a {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  position: relative;
  max-width: 30vw;
}

.page_btn li:not(.center) a:after {
  content: " ";
  width: 10px;
  height: 10px;
  margin: auto;
  border-left: 2px solid #333333;
  border-bottom: 2px solid #333333;
  position: absolute;
  top: 0;
  bottom: 0;
  transition: 0.3s all;
}

.prev {
  margin: 0 auto 0 0;
}

.prev a {
  padding: 0 0 0 20px;
}

.prev a:after {
  left: 8px;
  transform: rotate(45deg);
}

.prev a:hover:after {
  left: 3px;
}

.next {
  margin: 0 0 0 auto;
}

.next a {
  padding: 0 20px 0 0;
}

.next a:after {
  right: 8px;
  transform: rotate(225deg);
}

.next a:hover:after {
  right: 3px;
}

.center {
  width: 142px;
  margin: auto;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.center a {
  color: #fff;
  background-color: #ef7281;
  line-height: 2.5;
  font-weight: 500;
  box-shadow: inset 0 0 0 2px #ef7281, inset 0 0 0 3px #fff;
}

@media screen and (min-width: 768px) {
  .page_btn {
    margin: 100px auto 30px;
  }
}
@media screen and (max-width: 767px) {
  .page_btn {
    margin: 50px auto;
  }
}
/*
site_map
--------------------*/
.site-list li {
  width: 100%;
  border-bottom: 1px solid;
  transition: 0.2s all;
}

.site-list li a {
  line-height: 2;
}

.site-list li a:before {
  content: "";
  display: inline-block;
  width: 9px;
  height: 9px;
  margin: 0 10px 0 0;
  border-top: 2px solid #ef7281;
  border-right: 2px solid #ef7281;
  transform: rotate(45deg);
}

.site-list li a:hover {
  padding-left: 20px;
}

@media screen and (min-width: 768px) {
  .site-list ul {
    flex-flow: column wrap;
    height: 350px;
    justify-content: flex-start;
  }
  .site-list li {
    width: 49%;
  }
  .site-list li a {
    font-size: 1.8rem;
    padding: 10px;
  }
}
@media screen and (max-width: 767px) {
  .site-list li a {
    max-width: 400px;
    margin: 0 auto;
    font-size: 1.6rem;
    padding: 2vh 10px;
  }
}
.site-main .footer-nav {
  width: 100%;
  justify-content: flex-start;
}
.site-main .footer-nav ul {
  font-size: 120%;
}
.site-main .footer-nav-item {
  display: flex;
  align-items: center;
  border-bottom: 1px solid;
}
.site-main .footer-nav-item::before {
  content: "";
  width: 23px;
  height: 23px;
  margin: 0 10px 0 0;
  background: url(../images/common/common_head-ico01.png) no-repeat center/contain;
}
@media screen and (min-width: 768px) {
  .site-main .footer-nav ul {
    flex: 1;
  }
}
@media screen and (max-width: 767px) {
  .site-main .footer-nav ul {
    font-size: 1.6rem;
  }
}

/*
privacy
--------------------*/
.privacy-main_cnt {
  color: #333333;
  background-color: #fff;
  border: 2px solid #ef7281;
}

.privacy-main_cnt p:not(:last-of-type) {
  margin: 0 0 15px;
}

.privacy-main_cnt .objective_list {
  margin: 15px 0 0;
  list-style-type: square;
  list-style-position: inside;
}

.privacy-main_cnt .c_head {
  border-bottom: 1px solid;
  padding-bottom: 5px;
}

@media screen and (min-width: 768px) {
  .privacy-main_cnt {
    padding: 30px;
  }
  .privacy-main_cnt .c_head {
    margin: 0 0 30px;
  }
  .privacy-main_cnt:not(:last-child) {
    margin: 0 0 40px;
  }
}
@media screen and (max-width: 767px) {
  .privacy-main_cnt {
    padding: 20px;
  }
  .privacy-main_cnt .c_head {
    margin: 0 0 15px;
  }
  .privacy-main_cnt:not(:last-child) {
    margin: 0 0 30px;
  }
}
/*
contact
--------------------*/
/* ▼▼▼contact base▼▼▼ */
.contact-form-table select,
.contact-form-table textarea,
.contact-form-table input[type=tel],
.contact-form-table input[type=fax],
.contact-form-table input[type=num],
.contact-form-table input[type=text],
.contact-form-table input[type=email] {
  padding: 4px;
  font-size: 16px;
  border: 1px solid #dfdfdf;
  border-radius: 2px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
  box-sizing: border-box;
}

.contact-form-table textarea {
  resize: none;
}

/* ▼form */
.contact-form-table tr {
  transition: all 0.3s;
}

.contact-form-table td a {
  display: inline-block;
}

/* ▼mark */
.required-mark {
  width: 50px;
  color: #382c23;
  background-color: #fff;
  font-size: 15px;
  text-align: center;
}

.required-mark02 {
  display: inline-block;
  margin: 0 15px 0 0;
}

/* ▼button */
input[type=button]:hover,
input[type=submit]:hover {
  opacity: 0.8;
  cursor: pointer;
}

input[type=button][disabled],
input[type=submit][disabled] {
  opacity: 0.7;
  pointer-events: none;
  background-color: #ddd;
}

/* ▼checkbox&radio */
.contact-form-table input[type=radio],
.contact-form-table input[type=checkbox] {
  display: inline-block;
  margin-right: 6px;
}

.contact-form-table input[type=radio] + label,
.contact-form-table input[type=checkbox] + label {
  position: relative;
  display: inline-block;
  margin-right: 12px;
  line-height: 30px;
  cursor: pointer;
}

.contact-form-table input[type=radio],
.contact-form-table input[type=checkbox] {
  display: none;
  margin: 0;
}

.contact-form-table input[type=radio] + label,
.contact-form-table input[type=checkbox] + label {
  margin-bottom: 5px;
  padding: 0 0 0 24px;
}

.contact-form-table input[type=radio] + label::before,
.contact-form-table input[type=checkbox] + label::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  width: 18px;
  height: 18px;
  margin-top: -9px;
  background: #FFF;
}

.contact-form-table input[type=radio] + label::before {
  border: 2px solid #ccc;
  border-radius: 30px;
}

.contact-form-table input[type=checkbox] + label::before {
  border: 2px solid #ccc;
}

.contact-form-table input[type=radio]:checked + label::after,
.contact-form-table input[type=checkbox]:checked + label::after {
  content: "";
  position: absolute;
  top: 50%;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
}

.contact-form-table input[type=radio]:checked + label::after {
  left: 5px;
  width: 8px;
  height: 8px;
  margin-top: -4px;
  background: #e74c3c;
  border-radius: 8px;
}

.contact-form-table input[type=checkbox]:checked + label::after {
  left: 3px;
  width: 16px;
  height: 8px;
  margin-top: -8px;
  border-left: 3px solid #e74c3c;
  border-bottom: 3px solid #e74c3c;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.contact_submits {
  line-height: 1.5;
  text-align: center;
}

/* ▼error */
.error-text {
  font-size: 1.4rem;
  color: #d93732;
  margin: 0 0 5px;
}

/* ▼table */
.contact-form-table input[name="items[address]"] {
  margin-top: 8px;
}

.contact-form-table {
  width: 100%;
  margin-bottom: 50px;
}

/*recaptcha*/
.contact-recaptcha {
  width: 307px;
  margin: 0 auto 30px;
}

/*==================================================
画像アップロードフォーム
================================================== */
.upload-item-wrap,
.ancion-btn-wrap {
  width: auto;
  margin: auto;
}

.upload-item-wrap {
  font-size: 13px;
  overflow: hidden;
}

.upload-item-wrap input[type=file] {
  display: none;
}

/* アップされた画像のサムネイル */
.upload-item-wrap .thumb {
  width: 220px;
  height: 220px;
  margin: 0 8px 0 0;
  position: relative;
  overflow: hidden;
  float: left;
}

.upload-item-wrap .thumb img {
  max-width: none;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}

/*選択・削除ボタン  */
.upload-item-wrap .ancion-btn-wrap {
  float: left;
  margin: 10px;
}

.upload-item-wrap .ancion-btn {
  margin: 0 0 8px;
  width: 110px;
  line-height: 35px;
  text-align: center;
  color: #fff;
  border-radius: 4px;
  background: #e6e6e6;
  display: block;
}

.upload-item-wrap .select-file {
  background: #2ecc71;
}

.upload-item-wrap .deselect-file {
  background: #e74c3c;
}

.upload-item-wrap .ancion-btn:hover {
  cursor: pointer;
}

@media screen and (max-width: 767px) {
  .upload-item-wrap .thumb {
    width: 180px;
    height: 180px;
  }
}
/*
    contact-custom
--------------------*/
.input_big {
  width: 100%;
}

.input_mid {
  width: 70%;
}

.input_min {
  width: 28%;
  max-width: 85px;
}

.contact-form-table {
  color: #333333;
  line-height: 2;
  letter-spacing: 0;
}

.contact-form-table td,
.contact-form-table th {
  vertical-align: middle;
  font-weight: 500;
}

.contact-form-table th {
  font-weight: bold;
  text-align: left;
  background-color: #ffcdcf;
}

.contact-form-table td {
  background-color: #fff;
}

.contact-form-table td a {
  display: inline;
  text-decoration: underline;
}

/* ▼button */
.contact-privacy {
  width: 100%;
  height: 200px;
  margin: 0 auto 30px;
  border: 1px solid #ef7281;
}

.contact-privacy iframe {
  width: 100%;
  height: 100%;
}

.upload-notice {
  display: block;
  width: 100%;
  line-height: 1.5;
}

@media screen and (min-width: 768px) {
  .contact-form-table {
    border: 1px solid;
    font-size: 16px;
  }
  .contact-form-table tr {
    display: flex;
  }
  .contact-form-table td,
  .contact-form-table th {
    padding: 20px 30px;
    border-bottom: 1px solid;
  }
  .contact-form-table th {
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    width: 340px;
    border-bottom: 1px solid #333333;
    position: relative;
  }
  .contact-form-table td {
    display: block;
    flex: 1;
  }
  .required-mark {
    margin: 0 0 0 15px;
    padding: 4px 2px;
    line-height: 1;
    position: absolute;
    right: 25px;
  }
  .contact-privacy {
    height: 320px;
  }
  /* ▼file */
  .contact-form-table .upload-item {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    gap: 2%;
  }
  .contact-form-table .upload-item-wrap {
    width: 32%;
    font-size: 1.2rem;
    overflow: hidden;
  }
  .contact-form-table .upload-item input[type=file] {
    display: none;
  }
  .contact-form-table .upload-item .thumb {
    width: 100%;
    aspect-ratio: 1/1;
    margin: 0 0 10px;
    position: relative;
    overflow: hidden;
  }
  .contact-form-table .upload-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .contact-form-table .upload-item img.thumb {
    width: 32%;
    margin: 0;
  }
  .contact-form-table .upload-item .ancion-btn-wrap {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin: 0;
  }
  .contact-form-table .upload-item .ancion-btn {
    display: block;
    width: 48%;
    line-height: 35px;
    color: #fff;
    text-align: center;
    letter-spacing: 0;
    border-radius: 4px;
    background: #e6e6e6;
  }
  .contact-form-table .upload-item .ancion-btn + .upload-item .ancion-btn {
    margin-top: 10px;
  }
  .contact-form-table .upload-item .ancion-btn:hover {
    cursor: pointer;
  }
  .contact-form-table .upload-item .select-file {
    background: #2ecc71;
  }
  .contact-form-table .upload-item .deselect-file {
    background: #e74c3c;
  }
  .contact-form-table .upload-item-attention {
    width: 100%;
    font-size: 1.4rem;
  }
  .contact-form-table .upload-item-attention_item {
    display: flex;
    align-items: baseline;
  }
  .contact-form-table .upload-item-attention_item::before {
    content: "※";
    margin-right: 5px;
  }
}
@media screen and (max-width: 767px) {
  .contact-form-table {
    font-size: 14px;
  }
  .contact-form-table,
  .contact-form-table tbody,
  .contact-form-table tr,
  .contact-form-table th,
  .contact-form-table td {
    width: auto;
    display: block;
  }
  .contact-form-table tr {
    margin: 0 0 15px;
    border: 1px solid;
  }
  .contact-form-table th {
    padding: 0 0 0 20px;
    line-height: 40px;
  }
  .contact-form-table td {
    padding: 15px 15px;
  }
  .contact-form-table .input_table tr:last-child {
    text-align: center;
  }
  .required-mark {
    margin: 0 0 0 15px;
    padding: 2px 7px 3px;
    vertical-align: 2px;
  }
  .contact-form-table input[type=submit]:not(:last-child) {
    margin-bottom: 20px;
  }
  .contact_submits {
    font-size: 14px;
  }
  /* ▼file */
  .contact-form-table .upload-item {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
  }
  .contact-form-table .upload-item-wrap {
    order: 2;
    width: 48%;
    margin: 0;
    font-size: 85.71429%;
    overflow: hidden;
  }
  .contact-form-table .upload-item-wrap:nth-child(odd) {
    margin-right: 4%;
  }
  .contact-form-table .upload-item-wrap:nth-child(n+3) {
    margin-top: 5%;
  }
  .contact-form-table .upload-item input[type=file] {
    display: none;
  }
  .contact-form-table .upload-item .thumb {
    width: 100%;
    height: auto;
    aspect-ratio: 1/1;
    margin: 0 0 10px;
    position: relative;
    overflow: hidden;
  }
  .contact-form-table .upload-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .contact-form-table .upload-item img.thumb {
    width: 32%;
    margin: 0;
  }
  .contact-form-table .upload-item img.thumb:not(:last-child) {
    margin-right: 2%;
  }
  .contact-form-table .upload-item .ancion-btn-wrap {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    align-self: center;
    justify-content: space-between;
    width: 100%;
    margin: 0;
    float: none;
  }
  .contact-form-table .upload-item .ancion-btn {
    display: block;
    width: 100%;
    margin: 0 0 5px;
    line-height: 35px;
    color: #fff;
    text-align: center;
    letter-spacing: 0;
    border-radius: 4px;
    background: #e6e6e6;
  }
  .contact-form-table .upload-item .ancion-btn:hover {
    cursor: pointer;
  }
  .contact-form-table .upload-item .select-file {
    background: #2ecc71;
  }
  .contact-form-table .upload-item .deselect-file {
    background: #e74c3c;
  }
  .contact-form-table .upload-item-attention {
    width: 100%;
    margin: 0 0 10px;
    order: 1;
  }
  .contact-form-table .upload-item-attention_item {
    display: flex;
    align-items: baseline;
  }
  .contact-form-table .upload-item-attention_item::before {
    content: "※";
    margin-right: 5px;
  }
}