@charset "UTF-8";
/* 
font-family: "Noto Sans JP", sans-serif;
font-family: "Noto Serif JP", serif;
*/
html {
  font-size: 4vw;
}

.inner {
  width: 90vw;
  margin: 0 auto;
}

.inline {
  display: inline;
}

.inline_block {
  display: inline-block;
}

a,
button {
  display: block;
}

button {
  cursor: pointer;
}

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

.sp_br {
  display: block;
}

.pc_br {
  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: 20vw;
  padding-bottom: 20vw;
}

/*----------cmn----------*/
.pagenation {
  display: flex;
  justify-content: center;
  gap: 4vw;
  margin-top: 13.3333333333vw;
}
.pagenation .current {
  width: 10.6666666667vw;
  height: 10.6666666667vw;
  display: block;
  font-size: 4vw;
  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: 4vw;
  line-height: 1;
  letter-spacing: 0;
  font-weight: 700;
  color: #fff;
  width: 10.6666666667vw;
  height: 10.6666666667vw;
  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_page {
  background: white;
}

.privacy_polisy {
  width: 100%;
}

.privacy_wrapper {
  width: 100%;
}

.privacy_wrapper:not(:last-child) {
  margin-bottom: 12vw;
}

.privacy_item_title {
  margin-bottom: 4vw;
  font-size: 5vw;
  padding: 1.4vw 2% 1.4vw 0.75em;
  border-left: 0.5333333333vw 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: 3.6vw;
}

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

.privacy_item_text {
  font-size: 3.6vw;
}

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

.site_map_list {
  width: 90vw;
  margin: 0 auto;
}

.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: 4vw;
  position: relative;
  color: #442800;
  padding: 4vw 1.3333333333vw;
  font-weight: 500;
  transition: 0.5s;
}

.site_map_item a::after {
  content: "";
  transition: 0.5s;
  position: absolute;
  width: 1.6vw;
  height: 1.6vw;
  border: 0;
  border-top: solid 2px #442800;
  border-right: solid 2px #442800;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  right: 2.6666666667vw;
  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: 0;
  border-top: solid 2px #e16b61;
  border-right: solid 2px #e16b61;
}

/*----------sitemap----------*/
/*----------404----------*/
.not_found_page .sub_visual_catch {
  font-size: 6.3vw;
}

.not_found {
  width: 100%;
  text-align: center;
}

.not_found_wrapper {
  margin-top: 8vw;
}

/*----------404----------*/
.news_post article:not(:last-child) {
  margin-bottom: 4vw;
}
.news_post_flex {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 2%;
}
.news_post_flex_box {
  width: 73%;
}
.news_post_flex_inbox {
  display: block;
}
.news_post figure {
  width: 25%;
  height: 25%;
}
.news_post figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.news_post_item {
  width: 100%;
  background: #fff;
  padding: 4vw;
}
.news_post_ttl {
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 4vw;
  font-weight: 700;
  color: #442800;
  margin-top: 1.33vw;
}

.tag_list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1.3333333333vw 0;
  width: 100%;
}
.tag_list li {
  font-size: 3.4666666667vw;
  letter-spacing: 0.1em;
  line-height: 1;
  font-weight: 500;
  padding-left: 2.6666666667vw;
  border-left: 1px solid #bc9b40;
  padding-right: 2.6666666667vw;
  color: #bc9b40;
}
.tag_list li:last-child {
  border-right: 0.2666666667vw solid #bc9b40;
}

.news_time {
  width: 100%;
  font-size: 4vw;
  line-height: 1;
  letter-spacing: 0.1;
  font-weight: 400;
  font-family: "Cinzel", serif;
  margin-bottom: 1.3333333333vw;
  color: #442800;
}

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

.news {
  width: 100%;
}

.tag-change {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2vw;
  margin-bottom: 8vw;
}
.tag-change li a {
  font-size: 3.7333333333vw;
  line-height: 1;
  color: #fff;
  padding: 2.6666666667vw 6.6666666667vw;
  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: 3.7333333333vw;
  line-height: 1;
  padding: 2.6666666667vw 6.6666666667vw;
  background: #fff;
  color: #e16b61;
  border: 1px solid #e16b61;
}

/*-----------------------innews-----------------------*/
.in_news_box {
  margin-bottom: 12vw;
}

.in_news_ttl {
  font-size: 5.5vw;
  line-height: 1.4;
  font-weight: 700;
  margin-bottom: 8vw;
  position: relative;
  padding-left: 4vw;
}
.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;
}
.page-btn p a {
  color: #442800 !important;
}

.in_news_subflex {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 3vw;
  gap: 1.5vw;
}
.tag_list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 5px 0;
  width: 100%;
}
.tag_list li {
  font-size: 3.4666666667vw;
  letter-spacing: 0.1em;
  line-height: 1;
  font-weight: 500;
  padding-left: 2.6666666667vw;
  border-left: 1px solid #bc9b40;
  padding-right: 2.6666666667vw;
  color: #bc9b40;
}
.tag_list li:last-child {
  border-right: 0.2666666667vw solid #bc9b40;
}

/*-----------------------contact-----------------------*/
#contact-form {
  margin: 0 auto;
  width: 90vw;
}

.contact-form-table {
  width: 100%;
  margin: 0 auto;
}

.contact_ttl {
  margin: 0;
}

.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 {
  width: 100%;
  padding: 4.6vw 0;
  vertical-align: middle;
}
.contact-form-table th label {
  font-size: 4vw;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.04em;
  font-family: "Noto Sans JP", sans-serif;
}
.contact-form-table td {
  width: 100%;
  box-sizing: border-box;
  padding: 0 0 5.3333333333vw 0;
}

input::-moz-placeholder {
  font-size: 3vw;
}

input::placeholder {
  font-size: 3vw;
}

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

.inline-privacy-policy_box {
  width: 100%;
  background: white;
}

#inline-privacy-policy {
  margin: 0 auto;
}

.inline-privacy-policy-inner {
  width: 90vw;
  height: 260px;
  margin: 0 auto;
  border: 1px solid #cccccc;
}
.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: #fff;
}
.submit:disabled {
  background: #cccccc;
}

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

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

.complete-box {
  margin-bottom: 8vw;
}

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