@charset "UTF-8";
/* 設定
******************************************************************************************** */
/* txt-maker */
/* btn */
/* $width-pc: 1281px; */
/* $width-smartphone: 600px; */
/* $width-scrollbar: 20px; */
/* style CONFIG
******************************************************************************************** */
.breadcrumbs {
  max-width: 1000px;
  margin: 0 auto;
  /*  Smartphone */
  margin: 5px auto;
  font-size: 14px;
  font-size: 0.875rem;
}
@media only screen and (max-width: 640px) {
  .breadcrumbs {
    width: 100%;
  }
}

.main {
  max-width: 800px;
  margin: 0 auto;
  /*  Smartphone */
  padding: 60px 0;
}
@media only screen and (max-width: 640px) {
  .main {
    width: 100%;
  }
}
.main__ttl {
  text-align: center;
  margin-bottom: 40px;
  color: #b50014;
  font-size: 26px;
  font-size: 1.625rem;
  /*
  line-height: 1;
  &::before {
  	content: '';
  	display: inline-block;
  	background: transparent url("../img/common/ttl_left.png") no-repeat center left;
  	background-size: contain;
  	width: 7px;
  	height: 25px;
  	padding-right: 20px;
  	vertical-align: middle;
  }
  &::after {
  	content: '';
  	display: inline-block;
  	background: transparent url("../img/common/ttl_right.png") no-repeat center right;
  	background-size: contain;
  	width: 7px;
  	height: 25px;
  	padding-left: 20px;
  	vertical-align: middle;
  }
  */
}
.main__ttl img {
  width: auto;
  height: 25px;
}
.main .block {
  margin-bottom: 60px;
}

/* =================================
  プライバシーポリシー
================================= */
.privacy .upper__txt {
  text-align: center;
  color: #b50014;
  font-size: 20px;
  font-size: 1.25rem;
  margin-bottom: 40px;
}
.privacy .block__ttl {
  color: #b50014;
  font-size: 20px;
  font-size: 1.25rem;
  text-align: center;
  font-weight: normal;
}
.privacy .block__txt {
  font-size: 18px;
  font-size: 1.125rem;
}
.privacy .block__list {
  margin: 0;
  padding: 0 0 0 40px;
  list-style: none;
}
.privacy .block__list li {
  margin: 0 0 10px 0;
  padding: 0;
  list-style: none;
}

/* =================================
  サイトポリシー
================================= */
.sitepolicy .upper__txt {
  text-align: center;
  color: #b50014;
  font-size: 20px;
  font-size: 1.25rem;
  margin-bottom: 40px;
}
.sitepolicy .block__ttl {
  color: #b50014;
  font-size: 20px;
  font-size: 1.25rem;
  text-align: center;
  font-weight: normal;
}
.sitepolicy .block__txt {
  font-size: 18px;
  font-size: 1.125rem;
}

/* =================================
  サイトマップ
================================= */
.sitemap .wsp-container h2 {
  color: #b50014;
  font-size: 20px;
  font-size: 1.25rem;
  text-align: center;
  font-weight: normal;
}
.sitemap .wsp-pages-list, .sitemap .wsp-categories-list {
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px dotted #b50014;
}
.sitemap .wsp-pages-list li, .sitemap .wsp-categories-list li {
  margin-bottom: 10px;
  border-bottom: 1px dotted #b50014;
}
.sitemap .wsp-pages-list li a, .sitemap .wsp-categories-list li a {
  display: block;
  padding: 10px;
}

/* =================================
  お問い合わせ
================================= */
.contact .upper__txt {
  text-align: center;
  color: #b50014;
  font-size: 20px;
  font-size: 1.25rem;
  margin-bottom: 40px;
}
.contact .form__ttl {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: normal;
}
.contact .form__txt {
  font-size: 18px;
  font-size: 1.125rem;
}
.contact .form__red {
  color: #b50014;
}
.contact .form__table {
  border-top: 1px solid #b50014;
  margin-bottom: 40px;
}
.contact .form__table .small {
  display: block;
  font-size: 18px;
  font-size: 1.125rem;
  margin: 5px 0;
}
.contact .form__table th {
  width: 37%;
  font-size: 22px;
  font-size: 1.375rem;
  padding: 20px 0;
  border-bottom: 1px solid #b50014;
  text-align: left;
  font-weight: normal;
}
.contact .form__table th .must {
  color: #b50014;
  font-size: 18px;
  font-size: 1.125rem;
}
.contact .form__table td {
  padding: 10px 0;
  border-bottom: 1px solid #b50014;
}
.contact .form__table td .inner {
  background: #fff;
}
.contact .form__table td input[type=text] {
  border: 0;
  font-size: 18px;
  font-size: 1.125rem;
  padding: 10px;
  width: 100%;
}
.contact .form__table td .radio {
  padding: 15px;
}
.contact .form__table td .radio label {
  display: block;
  margin-bottom: 10px;
}
.contact .form__table td .radio label:last-child {
  margin: 0;
}
.contact .form__table td input[type=radio] {
  font-size: 18px;
  font-size: 1.125rem;
  padding: 10px;
}
.contact .form__table td textarea {
  width: 100%;
  padding: 10px;
  font-size: 18px;
  font-size: 1.125rem;
  border: 0;
}
.contact .form__table td .check {
  padding: 15px;
  display: flex;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
}
.contact .form__table td .check::after {
  content: "";
  width: 32%;
}
.contact .form__table td .check .horizontal-item {
  font-size: 16px;
  font-size: 1rem;
  width: 32%;
  margin: 0;
}
.contact .form__table td .time {
  padding: 15px;
  display: flex;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
}
.contact .form__table td .time .small {
  font-size: 17px;
  font-size: 1.0625rem;
  text-align: center;
}
.contact .form__table td .time__left {
  width: 20%;
  font-size: 18px;
  font-size: 1.125rem;
}
.contact .form__table td .time__right {
  width: 78%;
  display: flex;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
}
.contact .form__table td .time__select {
  position: relative;
  border: 1px solid #b50014;
  background: #fff;
  width: 48%;
}
.contact .form__table td .time__select::after {
  position: absolute;
  top: 0.5em;
  right: 0.8em;
  width: 0;
  height: 0;
  padding: 0;
  content: "";
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 8px solid #b50014;
  pointer-events: none;
}
.contact .form__table td .time select {
  width: 100%;
  padding-right: 1em;
  padding-left: 5px;
  cursor: pointer;
  text-indent: 0.01px;
  text-overflow: ellipsis;
  border: none;
  outline: none;
  background: transparent;
  background-image: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  font-size: 18px;
  font-size: 1.125rem;
}
.contact .form__table td .time select::-ms-expand {
  display: none;
}
.contact .form__table td .time textarea {
  border: 1px solid #b50014;
}
.contact .form__bottom {
  text-align: center;
  font-size: 18px;
  font-size: 1.125rem;
}
.contact .form .submit {
  text-align: center;
}
.contact .form .submit input {
  border: 0;
  color: #b50014;
  background: #fff;
  border: 1px solid #b50014;
  border-radius: 30px;
  display: inline-block;
  padding: 10px 30px;
  text-shadow: none;
  position: relative;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: bold;
  background: #b50014;
  color: #fff;
  cursor: pointer;
}
.contact .form .submit input i {
  margin-right: 1em;
}
.contact .form .submit input:hover {
  transition: 0.5s ease-in-out;
  color: #fff;
  background: #b50014;
  border: 1px solid #fff;
  text-decoration: none;
}
.contact .form .submit input:hover i {
  transition: 0.5s ease-in-out;
  transform: scale(1.5);
}
.contact .form .submit input--arrow {
  padding: 3px 20px 3px 40px;
}
.contact .form .submit input--arrow::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f0da";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  left: 20px;
}
.contact .form .submit input:hover {
  background: #fff;
  color: #b50014;
  border: 1px solid #b50014;
}

/* =================================
  お知らせ
================================= */
.category .container {
  width: 100%;
  display: flex;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
}
.category .left {
  width: 80%;
}
.category .left .entry__img img {
  width: 100%;
  height: 160px;
  -o-object-fit: cover;
     object-fit: cover;
}
.category .aside {
  width: 10%;
}
.category .aside__list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.category .aside__list li {
  margin: 0 0 10px 0;
  padding: 0 0 10px 0;
  list-style: none;
  border-bottom: 1px solid #b50014;
  text-align: center;
  font-size: 20px;
  font-size: 1.25rem;
}
.category .aside__list li a:hover {
  text-decoration: none;
}
.category .upper__txt {
  text-align: center;
  color: #b50014;
  font-size: 20px;
  font-size: 1.25rem;
  margin-bottom: 40px;
}
.category .entry {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #b50014;
  display: flex;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
}
.category .entry__img {
  width: 30%;
}
.category .entry__data {
  width: 65%;
}
.category .entry__title {
  font-size: 20px;
  font-size: 1.25rem;
  margin-bottom: 5px;
}
.category .entry__date {
  font-size: 16px;
  font-size: 1rem;
  margin: 0 0 10px 0;
}
.category .entry__exp {
  font-size: 16px;
  font-size: 1rem;
  margin: 0;
}

/* =================================
  お知らせ詳細
================================= */
.single .entry__ttl {
  color: #b50014;
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: normal;
}
.single .entry__date {
  text-align: right;
}/*# sourceMappingURL=style.css.map */