@charset "UTF-8";
/*
    font
--------------------*/
/* ▼font-sub */
.font-sub {
  font-family: "Shippori Mincho B1", serif;
}

.font-sub02 {
  font-family: "Satisfy", cursive;
}

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

.font-mincho {
  font-family: "Noto Serif JP", serif;
}

/* ▼font-color */
.font-color {
  color: #edd228;
}

/* ▼font-marker */
.font-marker {
  display: inline-block;
  color: #111111;
  background-color: #edd228;
}

/* ▼font-vertical */
@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;
  }
}
/*
    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-list */
  /* ▼common-info-tel */
  /* ▼common-info-btn */
}
.common-info.flex {
  align-items: flex-start;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .common-info.flex {
    flex-flow: column;
    align-items: center;
  }
}
.common-info-list {
  align-items: center;
  justify-content: center;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .common-info-list {
    margin: 40px 0 0;
  }
  .common-info-list li:not(:last-child) {
    margin-right: 30px;
  }
}
@media screen and (max-width: 767px) {
  .common-info-list {
    width: 100%;
    margin: 25px 0 0;
    justify-content: center;
  }
  .common-info-list li {
    margin: 9px 10px;
  }
  .common-info-list li img {
    max-height: 40px;
  }
}
.common-info.flex .common-info-list {
  width: 100%;
}
.common-info-tel {
  display: block;
  font-weight: 600;
  font-size: 3.5rem;
  line-height: 0.6;
  letter-spacing: 0.03em;
}
.common-info-tel-note {
  display: block;
  margin: 18px 0 0;
  pointer-events: none;
  line-height: 0;
}
.common-info-tel .txt-size {
  font-size: 71.4286%;
}
@media screen and (max-width: 767px) {
  .common-info-tel {
    font-size: 2.4rem;
    text-align: center;
  }
  .common-info-tel-note {
    margin-top: 14px;
  }
  .common-info-tel-note img {
    height: 14px;
  }
}
.common-info-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 300px;
  height: 70px;
  margin: 0 auto;
  color: #fff;
  background-color: #111111;
  font-size: 1.8rem;
  font-weight: 500;
  border-radius: 40px;
  line-height: 1;
  letter-spacing: 0;
  position: relative;
  /* ▼btn-line */
  /* ▼btn-mail */
}
.common-info-btn span.font-size {
  font-size: 128.5714%;
  margin-bottom: 0.2em;
}
.common-info-btn.btn-line {
  color: #111111;
  background-color: #fff;
}
.common-info-btn.btn-line::before {
  content: "";
  width: 30px;
  height: 30px;
  margin: 0 14px 0 0;
  background: url(../images/common/ico-line.png) no-repeat center/contain;
}
.common-info-btn.btn-line::after {
  content: "";
  width: 17px;
  height: 17px;
  margin: 0 0 0 14px;
  background: url(../images/common/ico-other.png) no-repeat center/contain;
}
@media screen and (max-width: 767px) {
  .common-info-btn.btn-line {
    width: 250px;
    height: 50px;
    font-size: 1.5rem;
  }
}
.common-info-btn.btn-mail::before {
  content: "";
  width: 20px;
  height: 14px;
  margin: 0 12px 0 0;
  background: url(../images/common/ico-mail.png) no-repeat center/contain;
}
.common-info-btn.btn-mail.css-type {
  color: #111111;
  background-color: #edd228;
}
.common-info-btn.btn-mail.css-type::before {
  background-image: url(../images/common/ico-mail02.png);
}
@media screen and (max-width: 767px) {
  .common-info-btn.btn-mail {
    width: 200px;
    height: 50px;
    font-size: 1.5rem;
  }
}

/*
    title
--------------------*/
/* ▼common-ttl */
.common-ttl {
  display: block;
  line-height: 1.3;
  position: relative;
  font-family: "Shippori Mincho B1", serif;
  text-align: center;
  z-index: 10;
}
.common-ttl .txt-main {
  display: flex;
  align-items: center;
  justify-content: center;
  letter-spacing: 0;
  /* ▼deco-slash */
  /* ▼deco-bdr */
}
.common-ttl .txt-main::before, .common-ttl .txt-main::after {
  content: "";
  flex: 1;
  height: 6px;
  margin: 0 40px 0 0;
  background: url(../images/common/title01-deco02.png) repeat-x center;
}
.common-ttl .txt-main::after {
  margin: 0 0 0 40px;
}
.common-ttl .txt-main.deco-slash::before, .common-ttl .txt-main.deco-slash::after {
  flex: 0 0 auto;
  width: 105px;
  height: 31px;
  background: url(../images/common/title01-deco01.png) no-repeat center/contain;
}
.common-ttl .txt-main.deco-bdr::before, .common-ttl .txt-main.deco-bdr::after {
  height: 2px;
  background: url(../images/common/title01-deco03.png) repeat-x;
}
.common-ttl .txt-sub {
  display: block;
  color: #edd228;
  font-family: "Satisfy", cursive;
  line-height: 1;
  letter-spacing: 0.08em;
  font-weight: 400;
}
.common-ttl .font-color {
  color: #edd228;
}
.common-ttl br {
  display: block;
}
@media screen and (min-width: 768px) {
  .common-ttl {
    margin: 0 0 80px;
  }
  .common-ttl .txt-main {
    font-size: 5rem;
  }
  .common-ttl .txt-sub {
    margin: 0 0 15px;
    font-size: 4rem;
  }
}
@media screen and (max-width: 767px) {
  .common-ttl {
    margin: 0 0 30px;
  }
  .common-ttl .txt-main {
    font-size: 2.3rem;
    /* ▼deco-slash */
  }
  .common-ttl .txt-main::before, .common-ttl .txt-main::after {
    margin: 0 20px 0 0;
  }
  .common-ttl .txt-main::after {
    margin: 0 0 0 20px;
  }
  .common-ttl .txt-main.deco-slash::before, .common-ttl .txt-main.deco-slash::after {
    width: 53px;
    height: 16px;
  }
  .common-ttl .txt-sub {
    margin: 0 0 9px;
    font-size: 2rem;
  }
}

/* ▼common-lead */
.common-lead {
  display: flex;
  width: 100%;
  border-bottom: 2px solid #edd228;
  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 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 0 30px;
    padding: 0 0 8px 10px;
    font-size: 1.9rem;
  }
  .common-lead br {
    display: block;
  }
}
/* ▼common-head */
.common-head {
  width: 100%;
  background-color: #edd228;
  font-family: "Shippori Mincho B1", serif;
  font-weight: 800;
  line-height: 1.3;
  letter-spacing: 0.05em;
  position: relative;
}
.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 {
    padding: 9px 20px;
    margin: 0 0 40px;
    font-size: 4rem;
  }
}
@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: 300px;
  height: 80px;
  margin: 0 auto 0;
  border: 1px solid;
  background-color: #fff;
  box-shadow: 0 0 0 0 rgba(17, 17, 17, 0.4);
  text-align: center;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.04em;
  position: relative;
  transition: all 0.2s;
}
.common-btn.css-type {
  background-color: transparent;
  border: 1px solid;
}
.common-btn::after {
  content: "";
  width: 38px;
  height: 5px;
  margin: auto;
  background: url(../images/common/btn-arrow01.png) no-repeat center/contain;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 15px;
  z-index: 10;
  transition: all 0.2s;
}
.common-btn:hover {
  opacity: 1;
  box-shadow: 0 0 7px 0 rgba(17, 17, 17, 0.4);
}
.common-btn:hover::after {
  transform: translateX(7px);
}
@media screen and (max-width: 767px) {
  .common-btn {
    font-size: 1.4rem;
    width: 250px;
    height: 45px;
  }
  .common-btn::after {
    width: 27px;
    height: 4px;
    right: 15px;
  }
}

/* ▼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: #edd228;
  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: #edd228;
  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;
}
.common-table tr {
  padding-bottom: 11px;
  border-bottom: 1px solid;
}
.common-table tr:not(:last-child) {
  margin-bottom: 11px;
}
.common-table th {
  text-align: center;
  font-weight: 700;
}
.common-table td a {
  display: inline-block;
}
@media screen and (min-width: 768px) {
  .common-table {
    font-size: 1.8rem;
  }
  .common-table tr {
    display: flex;
  }
  .common-table th {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 200px;
    text-align: left;
  }
  .common-table td {
    display: block;
    flex: 1;
  }
  .common-table td span {
    display: block;
    font-size: 1rem;
    line-height: 1;
    font-weight: 600;
  }
}
@media screen and (max-width: 767px) {
  .common-table br {
    display: block;
  }
  .common-table tr {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
  }
  .common-table th {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    text-align: left;
    line-height: 1.5;
    word-break: break-word;
  }
  .common-table td {
    width: 100%;
    word-break: break-word;
    text-align: center;
  }
  .common-table td span {
    display: block;
    font-size: 1.3rem;
    line-height: 1;
  }
  .common-table td span img {
    height: 12px;
  }
}

/* ▼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%;
  position: absolute;
  z-index: 10;
  text-shadow: 0 0 3px #fff, 0 0 3px #fff;
}

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

.breadcrumbs li {
  position: relative;
}

.breadcrumbs li:not(:last-child)::before {
  content: " ";
  display: block;
  border-top: 2px solid #111111;
  border-right: 2px solid #111111;
  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: 1.2rem;
}

.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
--------------------*/
.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: #111111;
  font-weight: 500;
  line-height: 1.3;
}

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

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

@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: #111111;
  background-color: #fff;
  font-size: 1.6rem;
  border: 1px solid #edd228;
  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: #111111;
  background-color: #edd228;
}

/*▼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 #111111;
  border-bottom: 2px solid #111111;
  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: #111111;
  line-height: 2.5;
  font-weight: 500;
  box-shadow: inset 0 0 0 2px #111111, 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;
  border-right: 2px solid;
  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: 290px;
    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: #111111;
  background-color: #fff;
  border: 2px solid #edd228;
}

.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: #111111;
  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;
}

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

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

.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;
    background-color: #fff;
    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;
    background-color: #edd228;
    border-bottom: 1px solid #111111;
    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%;
    margin: 0 0;
    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: 64%;
    margin: 0 0 0 auto;
    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;
    background-color: #edd228;
  }
  .contact-form-table td {
    padding: 15px 15px;
    background-color: #fff;
  }
  .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: 60%;
    margin: 0 auto;
    font-size: 85.71429%;
    overflow: hidden;
  }
  .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;
  }
}/*# sourceMappingURL=common.css.map */