@charset "UTF-8";

/* -----------------------------------------------------------
  パンくずリスト
----------------------------------------------------------- */
.breadcrumb *, .breadcrumb *:after, .breadcrumb *:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.breadcrumb {
  margin: 1em auto;
  padding: 1em 2em;
}
.breadcrumb a {
  text-decoration: none;
}
.breadcrumb .breadcrumbs {
  padding-left: 0;
  margin-top: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
.breadcrumb li {
  display: inline-block;
  position: relative;
  padding-right: calc(16px + 8px);
  margin-right: 8px;
}
.breadcrumb li::before {
  content: '›';
  width: 1em;
  height: 1em;
  line-height: 1;
  text-align: center;
  font-size: 1em;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.breadcrumb li:last-child {
  margin-right: 0;
  padding-right: 0;
  color: #999999;
}
.breadcrumb li:last-child::before {
  content: normal;
}

/* -----------------------------------------------------------
  共通
----------------------------------------------------------- */
.site_id a{
  display: inline-block;
}
#page .contents-sec {
  padding: 150px 5% 200px;
}
@media screen and (max-width: 980px) {
  #page .contents-sec {
    padding: 60px 5%;
  }
}
#page .contents-sec__inner{
  max-width: 1440px;
  width: 100%;
}
/* -----------------------------------------------------------
  お知らせ
----------------------------------------------------------- */
.news_box .news_list {
  border-bottom: 1px dashed #b9b9b9;
  display: flex;
  flex-direction: row-reverse;
  margin-bottom: 5vw;
  padding-bottom: 5vw;
}
.news_box .news_list .new_txt {
  flex: 1 1;
  margin-left: 5vw;
}
.news_box .news_list .new_txt .news_head .news_heading {
  display: flex;
  align-items: center;
}
.news_box .news_list .new_txt .news_head .news_heading .news_cat {
  color: #8C4257;
  border: solid 1px #8C4257;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  margin-right: 20px;
  padding: 0.5em;
  height: 30px;
  width: 100px;
}
.news_box .news_list .new_txt .news_head .news_heading .news_date {
  color: #8a8a8a;
}
.news_box .news_list .new_txt .news_head .news_title {
  font-size: 2.2rem;
  font-weight: 500;
  margin-top: 1vw;
}
.news_box .news_list .new_txt .news_body {
  margin-top: 1.5vw;
}
.news_box .news_list .new_txt .news_body > p {
  line-height: 1.8;
}
.news_box .news_list .new_txt .news_body > p:not(:first-of-type) {
  margin-top: 1vw;
}
.news_box .news_list .news_img {
  flex: 0 1 35%;
}
.news_box .news_list .news_img img {
  aspect-ratio: 4/3;
  object-fit: cover;
}
.news_box .news_list .border {
  border: 1px solid #b9b9b9;
}
@media screen and (max-width: 980px) {
  .news_box .news_list {
    flex-direction: column;
    margin-bottom: 10vw;
    padding-bottom: 10vw;
  }
  .news_box .news_list .new_txt {
    flex: 0 1 auto;
    margin-left: 0;
    margin-bottom: 4vw;
  }
  .news_box .news_list .new_txt .news_head .news_title {
    font-size: 1.8rem;
    line-height: 1.4;
    margin-top: 4vw;
  }
  .news_box .news_list .new_txt .news_body {
    margin-top: 4vw;
  }
  .news_box .news_list .new_txt .news_body > p:not(:first-of-type) {
    margin-top: 3vw;
  }
}
.pager {
	font-weight: 700;
	display: flex;
	align-items: center;
	justify-content: center;
  gap: 20px;
}
.pager  li {
	background-color: #ffffff;
	border: 1px solid #ececec;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 35px;
	width: 35px;
}
.pager li.prev:before,
.pager li.next:before {
	font-family: FontAwesome;
	font-weight: normal;
}
.pager li.prev:before {
	content: "\f104";
}
.pager li.next:before {
	content: "\f105";
}
.pager li.current {
	background-color: #8C4257;
	/* border: 1px solid #8C4257; */
	color: #ffffff;
}
.pager li:hover {
	background-color: #f2f2f2;
	cursor: pointer;
}
.pager li.current:hover {
  background-color: #8C4257;
	cursor: default;
}
.pager li.invalid {
	color: #dcdcdc;
  pointer-events: none;
}
.pager li.ellipsis {
  pointer-events: none;
}
.pager li.ellipsis:hover {
	cursor: default;
}
@media screen and (max-width: 980px) {
  .pager {
    gap: 7px;
  }
  .pager  li {
    height: 33px;
    width: 33px;
  }
}
/* -----------------------------------------------------------
  お問い合わせ
----------------------------------------------------------- */
.tel_box {
  margin-top: calc(7.5vw / 2);
}
.tel_box > dl {
  border: 1px solid #8C4257;
  display: flex;
}
.tel_box > dl dt {
  background-color: #8C4257;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.4rem;
  font-weight: 500;
  padding: 1em 1.5em;
  text-align: center;
}
.tel_box > dl dd {
  display: flex;
  align-items: center;
  flex: 1 1;
  padding: 1em 1.75em;
}
.tel_box > dl dd .tel_num {
  font-size: 3.2rem;
  font-weight: 700;
  flex: 0 0 auto;
}
.tel_box > dl dd .tel_num a {
  display: flex;
  align-items: center;
}
.tel_box > dl dd .tel_num a:before {
  color: #8C4257;
  content: "\f095";
  font-family: FontAwesome;
  font-size: 85%;
  font-weight: normal;
  line-height: 1;
  margin-right: 0.25em;
}
.tel_box > dl dd .tel_num a:hover {
  color: #8C4257;
}
.tel_box > dl dd .tel_time {
  margin-left: 1.5vw;
}

@media screen and (max-width: 1080px){
  .tel_box > dl {
    display: block;
  }
  .tel_box > dl dd .tel_num {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 980px){
  .tel_box > dl dt {
    font-size: 1.7rem;
    padding: 0.75em 1em;
  }
  .tel_box > dl dd {
    flex-direction: column;
    padding: 0.75em 1.25em;
  }
  .tel_box > dl dd .tel_num {
    font-size: 2.4rem;
  }
  .tel_box > dl dd .tel_time {
    text-align: center;
    font-size: 1.5rem;
    margin-left: 0;
    margin-top: 0.5vw;
  }
  .tel_box > dl dd .tel_time > span {
    display: block;
  }
}

p.attention{
  margin: calc(7.5vw / 2.5) 0;
}
.form_box .form_wrap {
  border-bottom: 1px solid #b9b9b9;
  border-top: 1px solid #b9b9b9;
  padding-bottom: 3vw;
  padding-top: 3vw;
}
.form_box .form_wrap > dl:not(:first-of-type) {
  margin-top: 2vw;
}
.form_box .form_wrap > dl dt {
  display: flex;
  align-items: center;
  font-weight: 500;
}
.form_box .form_wrap > dl dt .required {
  background-color: #dc0000;
  border-radius: 2px;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  height: 20px;
  margin-right: 1em;
  padding: 0.25em 0.5em;
}
.form_box .form_wrap > dl dt span.optional {
  display: none;
}
.form_box .form_wrap > dl dd {
  margin-top: 0.5vw;
}
.horizontal {
  display: flex;
}
.horizontal > *:not(:first-of-type) {
  margin-left: 1vw;
}
.horizontal_flx1 {
  flex: 1 1;
}
.horizontal.equal > li {
  flex: 1 1;
}
.add li.postal {
  width: 9em;
}
select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: none;
  cursor: pointer;
  height: 50px;
  width: 100%;
  padding-left: 1em;
  padding-right: 3em;
}
select::-ms-expand {
  display: none;
}
select option {
  color: #151515;
}
.select-wrapper {
  position: relative;
  z-index: 0;
}
.select-wrapper:after {
  position: absolute;
  content: "";
  font-family: "Font Awesome 5 Free";
  content: '\f107';
  font-weight: 900;
  top: 50%;
  right: 1em;
  transform: scale(1, 1) translateY(-50%);
}
input[type="text"],
input[type="email"],
input[type="tel"],
input[type="password"],
input[type="date"],
textarea,
select {
  width: 100%;
}
input[type="text"],
input[type="number"],
input[type="email"],
input[type="tel"],
input[type="password"],
input[type="date"],
input[type="button"],
textarea,
select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  line-height: 1.5;
}
input[type="text"],
input[type="number"],
input[type="email"],
input[type="tel"],
input[type="password"],
input[type="date"],
textarea,
select {
  border: 1px solid #c5c5c5;
  border-radius: 3px;
}
input[type="text"],
input[type="number"],
input[type="email"],
input[type="tel"],
input[type="date"],
input[type="password"] {
  height: 50px;
  padding: 0 1em;
}
input[type="email"] {
  width: 100%;
}
input[type="tel"] {
  width: 100%;
}
input[type="checkbox"] {
  border-radius: 0;
  height: 20px;
  width: 20px;
  margin-right: 0.5em;
  position: relative;
  top: 0.1em;
}
input[type="radio"] {
  height: 20px;
  width: 20px;
  margin-right: 0.5em;
  position: relative;
  top: 0.15em;
}
textarea {
  padding: 0.75em 1em;
  width: 100%;
}
input:focus,
input:hover,
textarea:focus,
textarea:hover,
select:focus,
select:hover {
  border-color: #656565 !important;
}
.form_box .send_wrap .agree {
  margin-bottom: 3vw;
  margin-top: 2vw;
}
.agree_check[disabled] {
  opacity: 0.3;
  pointer-events: none;
}
.agree_check.btn{
  width: 250px !important;
  height: 60px !important;
  font-weight: 500 !important;
  color: #ffffff !important;
  background-color: #8C4257 !important;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 0.25em 1.5em;
  position: relative;
  z-index: 0;
  word-break: keep-all;
  text-align: center;
}
span.error_blank,
span.error_format,
span.error_match {
  color: #be1a21;
  display: block;
  line-height: 2.5;
}
span.error_check {
  display: none;
  color: #be1a21;
}
div.loading-layer {
	width: 100vw;
	height: 100vh;
	background: rgba( 0, 0, 0, 0.7 );
	position: fixed;
	left: 0px;
	top: 0px;
	z-index: 10000;
}
span.loading {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	border-top: 5px solid rgba( 255, 255, 255, 0.2 );
	border-right: 5px solid rgba( 255, 255, 255, 0.2 );
	border-bottom: 5px solid rgba( 255, 255, 255, 0.2 );
	border-left: 5px solid #ffffff;
	-webkit-transform: translateZ( 0 );
	-ms-transform: translateZ( 0 );
	transform: translateZ( 0 );
	-webkit-animation: load-circle 1.0s linear infinite;
	animation: load-circle 1.0s linear infinite;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -30px;
	margin-left: -30px;
}
@-webkit-keyframes load-circle {
	0% {
		-webkit-transform: rotate( 0deg );
		transform: rotate( 0deg );
	}
	100% {
		-webkit-transform: rotate( 360deg );
		transform: rotate( 360deg );
	}
}
@keyframes load-circle {
	0% {
		-webkit-transform: rotate( 0deg );
		transform: rotate( 0deg );
	}
	100% {
		-webkit-transform: rotate( 360deg );
		transform: rotate( 360deg );
	}
}

@media screen and (max-width: 980px){
  .form_box .form_wrap {
    padding-bottom: 5vw;
    padding-top: 5vw;
  }
  .form_box .form_wrap > dl:not(:first-of-type) {
    margin-top: 5vw;
  }
  .horizontal > *:not(:first-of-type) {
    margin-left: 2vw;
  }
  .add li.postal {
    width: 8.5em;
  }
  input[type="checkbox"] {
    height: 16px;
    width: 16px;
  }
  input[type="text"],
  input[type="number"],
  input[type="email"],
  input[type="tel"],
  input[type="date"],
  input[type="password"] {
    padding: 0 0.75em;
  }
  .form_box .send_wrap .agree {
    margin-bottom: 5vw;
    margin-top: 4vw;
  }
  #form_submit #form_submit_button {
    height: 50px !important;
    width: 100% !important;
  }
}

/* -----------------------------------------------------------
  お問い合わせ完了
----------------------------------------------------------- */
.complete_box {
  text-align: center;
}
.complete_box .complete_ttl {
  font-size: 3.0rem;
  font-weight: 700;
}
.complete_box .complete_content {
  font-size: 1.8rem;
  margin-top: 3vw;
}
.complete_box .complete_content p:not(:first-of-type) {
  margin-top: 0.75em;
}
.complete_box .complete_btn {
  margin-top: 3vw;
  width: 250px !important;
  height: 60px !important;
  font-weight: 500 !important;
  background-color: #8C4257 !important;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 0.25em 1.5em;
  position: relative;
  z-index: 0;
  word-break: keep-all;
  text-align: center;
}
.complete_box .complete_btn a{
  color: #ffffff !important;
}
@media screen and (max-width: 980px){
  .complete_box .complete_ttl {
    font-size: 2.8rem;
  }
  .complete_box .complete_content {
    font-size: 1.6rem;
    margin-top: 5vw;
  }
  .complete_box .complete_ttl {
    font-size: 2.4rem;
  }
  .complete_box .complete_content > p > span {
    display: block;
  }
  .complete_box .complete_btn {
    margin-top: 5vw;
  }
}

/* -----------------------------------------------------------
  個人情報保護方針
----------------------------------------------------------- */
.privacy-list{
  margin-top: 80px;
}
.privacy-list dt{
  margin-bottom: 1em;
}
.privacy-list dd{
  margin-bottom: 2em;
}
.privacy-list ul{
  margin: 1em 0;
}
.privacy-list li{
  line-height: 1.8;
}