@charset "UTF-8";

/*
    cmn-tel
---------------------*/
.cmn-tel {
  width: 300px;
  margin-bottom: 20px;
  padding-bottom: 15px;
  border-bottom: 2px solid #7dae48;
  font-size: 36px;
  letter-spacing: 0em;
  line-height: 1;
}

.cmn-tel::before {
  content: "";
  display: inline-block;
  margin-right: 5px;
  width: 26px;
  height: 26px;
  background: url(/images/common/tel-icon.png) no-repeat center right / contain;
}

.cmn-tel::after {
  content: "";
  display: block;
  width: 215px;
  height: 12px;
  margin: 8px auto 0;
  background: url(/images/common/txt.svg) no-repeat center top / contain;
}

/*
    sns_list
---------------------*/
.sns_list {
  display: flex;
  gap: 20px;
}

/*
    info_list
---------------------*/
.info_list {
  margin-bottom: 30px;
}

.info_item {
  font-size: 16px;
  font-weight: 400px;
  line-height: 1;
}

.info_item:not(:last-child) {
  margin-bottom: 20px;
}

.info_item .title {
  display: inline-block;
  width: 82px;
  height: 24px;
  margin-right: 15px;
  background-color: #fff;
  font-size: 15px;
  line-height: 24px;
  color: #fb9d38;
  text-align: center;
}

/*
    cmn-title
---------------------*/
.cmn-title {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-content: flex-start;
  margin-bottom: 60px;
  font-family: "Zen Maru Gothic", serif;
  font-size: 42px;
  font-weight: 500;
  letter-spacing: 0em;
  line-height: 1;
  position: relative;
}

.cmn-title .en {
  width: 100%;
  text-align: center;
}

/*
    cmn-btn
---------------------*/
.cmn-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 460px;
  height: 80px;
  margin: 0 auto;
  background-color: #fb9d38;
  border-radius: 10px;
  font-family: "Zen Maru Gothic", serif;
  font-size: 18px;
  letter-spacing: 0em;
  color: #fff;
}

/*
    cmn-table
---------------------*/
.cmn-table {
  width: 100%;
}

.cmn-table tr {
  display: block;
  padding: 25px 0;
}

.cmn-table tr:nth-child(odd) {
  border-radius: 4px;
  background-color: #fef6de;
}

.cmn-table th {
  width: 200px;
  text-align: right;
}

.cmn-table td {
  padding: 0 60px;
}

.cmn-table .tel::after {
  content: "";
  display: inline-block;
  width: 215px;
  height: 12px;
  margin-left: 30px;
  background: url(/images/common/txt.svg) no-repeat left / contain;
}


/*
    breadcrumbs
---------------------*/
.breadcrumbs {
  width: 100%;
  text-shadow: 0 0 3px #fff, 0 0 3px #fff;
  font-weight: 600;
}

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

.breadcrumbs li {
  position: relative;
}

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

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

.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;
}

/*-----------------------------------------------------------------------

    news

-----------------------------------------------------------------------*/
.news_list_item {
  position: relative;
}

.news_list_item a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}

.news_list_item a::after {
  content: "";
  background: url(/images/common/arw_dark-blue.png) no-repeat center / contain;
  width: 25px;
  height: 25px;
  position: absolute;
  top: 50%;
  transform: translateY(-15%);
  right: 20px;
}

.news_list_item:not(:last-child) {
  margin-bottom: 20px;
}

.news_wrap {
  display: flex;
  gap: 30px;
}

.news_content {
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  width: 710px;
}

.news_time {
  width: 115px;
  height: 70px;
  border-right: 2px solid #ffd008;
  font-size: 18px;
  letter-spacing: 0em;
  line-height: 70px;
  color: #fb9d38;
}

.news_tag_list {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.news_tag_list_item {
  margin-bottom: 10px;
  margin-right: 15px;
  padding-right: 15px;
  font-size: 15px;
  font-weight: 400;
  line-height: 1;
  position: relative;
}

.news_tag_list_item:not(:last-child)::after {
  content: "/";
  position: absolute;
  right: -2px;
}

.news_list_title {
  width: 100%;
  font-weight: 500;
  letter-spacing: 0.05em;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.thumb {
  width: 200px;
  height: auto;
  aspect-ratio: 4 / 3;
}

.thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}


/*
select-box
--------------------*/
.category-select {
  overflow: hidden;
  width: 300px;
  margin-left: auto;
  text-align: center;
  margin-bottom: 20px;
  position: relative;
  border-radius: 2px;
  border: 2px solid #fb9d38;
  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 #fb9d38;
  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;
}


/*
news-detail
--------------------*/
.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%;
  margin-bottom: 10px;
  font-size: 26px;
  font-weight: 500;
  line-height: 1.3;
}

.news_body {
  border-top: 1px solid rgba(51, 51, 51, 0.2);
}

.news_post:not(:last-child) {
  margin: 0 0 50px;
}

.post_cnt {
  width: 860px;
}

.post_cnt .post_txt {
  padding: 20px;
}

.post_img {
  width: 200px;
}

.post_time {
  color: #fb9d38;
  text-align: right;
}

.news_body {
  min-height: 200px;
  margin: 15px 0 0;
  padding: 35px 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: 16px;
  border: 1px solid #fb9d38;
}

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

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

.pagenation span {
  padding: 0 10px;
}

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

.pagenation .page_current {
  color: #fff;
  background-color: #fb9d38;
}

/*▼page_btn*/
.page_btn {
  max-width: 320px;
  height: 40px;
  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;
  border-bottom: 2px solid;
  position: absolute;
  top: 2px;
  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: #fb9d38;
  line-height: 2.5;
  font-weight: 500;
  box-shadow: inset 0 0 0 2px #fb9d38, inset 0 0 0 3px #fff;
}

.page_btn {
  margin: 100px auto 30px;
}


/*-----------------------------------------------------------------------

    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 #fb9d38;
  border-right: 2px solid #fb9d38;
  transform: rotate(45deg) translateY(-2px);
}

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

.site-list ul {
  flex-flow: column wrap;
  height: 400px;
  justify-content: flex-start;
}

.site-list li {
  width: 49%;
}

.site-list li a {
  font-size: 18px;
  padding: 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;
}

.site-main .footer-nav ul {
  flex: 1;
}


/*-----------------------------------------------------------------------

    privacy

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

.common-head {
  font-size: 18px;
  margin-bottom: 20px;
  font-weight: 600;
  padding-left: 10px;
  border-left: 4px solid #fb9d38;
}

.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;
}

.privacy-main_cnt {
  padding: 30px;
}

.privacy-main_cnt .c_head {
  margin: 0 0 30px;
}

.privacy-main_cnt:not(:last-child) {
  margin: 0 0 40px;
}


/*-----------------------------------------------------------------------

    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;
}

/*
    contact-custom
--------------------*/
.input_big {
  width: 100%;
}

.input_mid {
  width: 70%;
}

.input_min {
  width: 20%;
  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;
}

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

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

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

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

.contact-form-table {
  border-top: 1px solid;
  border-left: 1px solid;
  border-right: 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: #fef6de;
  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;
}


/*# sourceMappingURL=common.css.map */