@charset "UTF-8";
/* 
font-family: "Noto Sans JP", sans-serif;
font-family: "Noto Serif JP", serif;
*/
.inner {
  width: 1080px;
  margin: 0 auto;
}

.biginner {
  width: 1280px;
  margin: 0 auto;
}

a[href^="tel:"] {
  pointer-events: none;
}

a,
button {
  display: block;
}

button {
  cursor: pointer;
}

img {
  max-width: 100%;
  width: auto;
}

/* default hover style */
a {
  transition: opacity 0.3s;
}

a {
  color: #442800;
}

a:hover {
  opacity: 0.7;
}

/* default hover style */
.inline {
  display: inline;
}

.inline_block {
  display: inline-block;
}

.sp_br {
  display: none;
}

.pc_br {
  display: block;
}

.pc-none {
  display: none;
}

.not_found_item_txt a {
  border-bottom: 1px solid #194fff;
  color: #194fff;
}

.border_privacy {
  border-bottom: 1px solid #194fff;
  color: #194fff;
}

.contactok a {
  border-bottom: 1px solid #194fff;
  color: #194fff;
}

/*----------cmn----------*/
.cmn_pd {
  padding-top: 130px;
  padding-bottom: 130px;
}

/*----------cmn----------*/
.pagenation {
  display: flex;
  justify-content: center;
  gap: 15px;
  margin-top: 50px;
}
.pagenation .current {
  width: 40px;
  height: 40px;
  display: block;
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0;
  font-weight: 700;
  color: #e16b61;
  border: 1px solid #e16b61;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pagenation li a {
  display: block;
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0;
  font-weight: 700;
  color: #fff;
  width: 40px;
  height: 40px;
  background: #e16b61;
  border: 1px solid #e16b61;
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  transition: 0.5s;
}
.pagenation li a:hover {
  background: #fff;
  color: #e16b61;
}

/*----------privacy----------*/
.privacy_polisy {
  width: 100%;
}

.privacy_wrapper {
  width: 100%;
}

.privacy_wrapper:not(:last-child) {
  margin-bottom: 45px;
}

.privacy_item_title {
  margin-bottom: 15px;
  font-size: 26px;
  padding: 5px 2% 5px 0.75em;
  border-left: 5px solid #e16b61;
  width: 100%;
  box-sizing: border-box;
  font-weight: bold;
}

.privacy_item_text_wrapper {
  width: 100%;
  padding: 0 0 0 2%;
  box-sizing: border-box;
}

.privacy_wrapper p {
  font-size: 16px;
}

.privacy_item_text:before {
  content: "・";
  margin-right: 0.5em;
}

.privacy_item_text {
  font-size: 16px;
}

/*----------privacy----------*/
/*----------sitemap----------*/
.site_map_ttl {
  text-align: center;
}

.site_map_list {
  width: 540px;
  margin: 0 auto 0;
}

.site_map_item {
  width: 100%;
  border-bottom: 1px solid #442800;
  box-sizing: border-box;
  transition: 0.5s;
}

.site_map_item a {
  display: block;
  font-size: 16px;
  position: relative;
  color: #442800;
  padding: 15px 5px;
  font-weight: 500;
  transition: 0.5s;
}

.site_map_item a::after {
  transition: 0.3s;
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  border: 0;
  border-top: solid 2px #442800;
  border-right: solid 2px #442800;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  right: 10px;
  bottom: 0;
  margin: auto;
}

.site_map_item:hover {
  border-bottom: 1px solid #e16b61;
}
.site_map_item:hover a {
  color: #e16b61;
}
.site_map_item:hover a::after {
  right: 0px;
  border-top: solid 2px #e16b61;
  border-right: solid 2px #e16b61;
}

/*----------sitemap----------*/
/*----------パンくず----------*/
#bread-clumb {
  position: absolute;
  z-index: 30;
  width: 1080px;
  left: 50%;
  transform: translate(-50%, 15px);
}

.bread-clumb__item {
  display: flex;
  align-items: center;
  font-size: 15px;
  letter-spacing: 0;
  line-height: 1;
  position: relative;
  white-space: nowrap;
  color: #442800;
}

.bread-clumb__item:not(:last-child) {
  padding-right: 7px;
}

.bread-clumb__item:not(:first-child) {
  padding-left: 2px;
}

.bread-clumb__item:not(:last-child)::after {
  content: ">";
  font-size: 15px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(120%, -60%);
}

.bread-clumb__list {
  display: flex;
  overflow: hidden;
  gap: 15px;
}

.bread-clumb__item:last-child {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: inline-block;
}

.bread-clumb__link {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: all 0.3s;
}

/*----------パンくず----------*/
/*----------404----------*/
.not_found {
  width: 100%;
  text-align: center;
}

.not_found_item_txt {
  margin-top: 50px;
}

/*----------404----------*/
/*----------ニュース記事スタイル----------*/
.news_post_flex {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 30px;
}
.news_post_flex_box {
  width: calc(100% - 180px);
}
.news_post_flex_inbox {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 15px;
  margin-bottom: 15px;
}
.news_post figure {
  width: 150px;
  height: 150px;
}
.news_post figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.news_post article:not(:last-child) {
  margin-bottom: 20px;
}
.news_post_item {
  width: 100%;
  background: #fff;
  padding: 22px 20px;
}
.news_post_ttl {
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 18px;
  letter-spacing: 0.1em;
  font-weight: 500;
  line-height: 1;
}

.tag_list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 5px 0;
  width: calc(100% - 110px);
}
.tag_list li {
  font-size: 13px;
  letter-spacing: 0.1em;
  line-height: 1;
  font-weight: 500;
  padding-left: 20px;
  border-left: 1px solid #bc9b40;
  padding-right: 20px;
  color: #bc9b40;
}
.tag_list li:last-child {
  border-right: 1px solid #bc9b40;
}

.news_time {
  width: 95px;
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0.1;
  font-weight: 400;
  font-family: "Cinzel", serif;
}

/*----------ニュース記事スタイル----------*/
/*--------------------news--------------------*/
.news {
  width: 100%;
}

.news {
  /*--------------------トップと下層で色違う用--------------------*/
  /*--------------------トップと下層で色違う用--------------------*/
}

.tag-change {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 15px;
  margin-bottom: 30px;
}
.tag-change li a {
  font-size: 14px;
  line-height: 1;
  color: #fff;
  padding: 11px 25px;
  transition: 0.5s;
  border: 1px solid #e16b61;
  background: #e16b61;
}
.tag-change li a:hover {
  background: #fff;
  color: #e16b61;
  opacity: 1;
}
.tag-change .current a {
  font-size: 14px;
  line-height: 1;
  padding: 11px 25px;
  background: #fff;
  color: #e16b61;
  border: 1px solid #e16b61;
}

/*-----------------------innews-----------------------*/
.in_news {
  padding: 200px 0;
}

.in_news_box {
  margin-bottom: 75px;
}

.in_news_ttl {
  font-size: 30px;
  line-height: 1.4;
  font-weight: 700;
  margin-bottom: 75px;
  position: relative;
  padding-left: 15px;
}
.in_news_ttl::before {
  content: "";
  display: block;
  position: absolute;
  width: 0.1666666667em;
  height: 1em;
  margin-top: 0.2em;
  left: 0;
  top: 0;
  background: #e16b61;
}

.page-btn {
  text-align: center;
  display: flex;
  justify-content: center;
}

.in_news_subflex {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 15px;
  gap: 5px;
}

/*-----------------------contact-----------------------*/
#contact-form {
  margin: 0 auto;
  width: 1080px;
}

.contact-form-table {
  width: 1000px;
  margin: 0 auto;
}

.vitae_attention {
  font-size: 12px;
}

.contact-form-table_box {
  margin: 0 auto;
  box-sizing: border-box;
}

.contact-form-table tr:not(:last-child) {
  border-bottom: 1px solid #cccccc;
}
.contact-form-table th {
  min-width: 300px;
  padding: 20px 30px 20px 12px;
  vertical-align: middle;
}
.contact-form-table th label {
  font-size: 15px;
  line-height: 1;
  font-weight: 400;
  letter-spacing: 0.04em;
  font-family: "Noto Sans JP", sans-serif;
}
.contact-form-table td {
  width: calc(100% - 300px);
  box-sizing: border-box;
  padding: 20px 12px 20px 0;
}

textarea {
  width: 100%;
  border: none;
  font-family: "Noto Sans JP", sans-serif;
}

.inline-privacy-policy_box {
  background: white;
}

.inline-privacy-policy {
  width: 1080px;
  margin: 0 auto;
  border: 1px solid #cccccc;
  background: white;
}

.inline-privacy-policy-inner {
  width: 100%;
  height: 260px;
  margin: 0 auto;
}
.inline-privacy-policy-inner iframe {
  width: 100%;
  height: 100%;
}

.submit {
  width: 250px;
  padding: 18px 85px;
  background: #e16b61;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.2em;
  font-weight: 500;
  color: white;
}
.submit:disabled {
  background: #cccccc;
}

input[type=submit] {
  font-family: "Noto Sans JP", sans-serif;
}

/*-----------------------contact-----------------------*/
/*-----------------------complete-----------------------*/
.contactok {
  text-align: center;
}

.complete-box {
  margin-bottom: 45px;
}

/*-----------------------complete-----------------------*/
.w-100 {
  width: 100%;
}/*# sourceMappingURL=common.css.map */