@charset "utf-8";

.main-image {
  position: relative;
}

.main-image img {
  width: 100%;
}

.main-image-text {
  position: absolute;
  top: 50%;
  left: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 500px;
  height: 500px;
  color: #fff;
  font-size: 38px;
  font-weight: 800;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  writing-mode: vertical-rl;
  background: rgba(92, 38, 9, 0.8);
  transform: translate(-50%, -50%);
  font-feature-settings: normal;
}

.home-banner li img {
  display: block;
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.3);
}

.home-news .heading-section {
  margin-top: -76px;
}

.home-news-list li {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: dashed 1px #767676;
}

.home-news-list li:last-child {
  border-bottom: none;
}

.home-news-list li a {
  display: flex;
  color: #464646;
  text-decoration: none;
}

.home-news-list li a .date {
  margin-right: 30px;
  font-size: 16px;
  color: #464646;
}

.home-policy {
  background: 50% url(../images/top_bg_policy.jpg) no-repeat;
  background-size: cover;
}

.home-policy .box-fill {
  background: rgba(255, 255, 255, 0.9);
}

.home-greeting {
  position: relative;
  background: left bottom url(../images/top_bg_greeting.jpg) no-repeat;
  background-size: cover;
}

.home-greeting-name {
  position: absolute;
  bottom: 60px;
  left: 7.5%;
  padding: 10px 30px;
  width: 100%;
  max-width: 330px;
  background: #fff;
}

.home-features {
  background: top url(../images/top_bg_feauture.jpg) no-repeat;
  background-size: 100% auto;
}

.home-features-list {
  margin-left: -13px;
  margin-right: -13px;
}

.home-features-list li {
  flex: 1;
  position: relative;
  margin: 0 13px;
  padding: 40px 40px 50px 40px;
  background: #fff;
  box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.2);
}

.home-features-list li:before {
  content: "";
  position: absolute;
  top: -82px;
  left: 50%;
  display: block;
  margin-left: -28px;
  width: 55px;
  height: 102px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.home-features-list li:nth-child(1):before { background-image: url(../images/top_features_01.png); }
.home-features-list li:nth-child(2):before { background-image: url(../images/top_features_02.png); }
.home-features-list li:nth-child(3):before { background-image: url(../images/top_features_03.png); }
.home-features-list li:nth-child(4):before { background-image: url(../images/top_features_04.png); }

.home-features-list li h4:after {
  content: "";
  display: block;
  margin-top: 15px;
  margin-left: auto;
  margin-right: auto;
  width: 40px;
  height: 3px;
  background: #6E0819;
}

.home-info-time {
  width: 100%;
}

.home-info-time th {
  padding: 10px;
  color: #4D2E30;
  background: #E5DCD8;
  border: solid 1px #75472E;
}

.home-info-time td {
  padding: 15px 10px;
  color: #4D2E30;
  background: #fff;
  border: solid 1px #75472E;
}

.home-info-time td.mark {
  color: #6E0819;
}

.home-info-left {
  flex-basis: 55.3%;
}

.home-info-right {
  flex-basis: 38.3%;
}

.home-post-row {
  display: flex;
}

.home-post-title {
  flex-basis: 330px;
  margin-right: 65px;
  border-right: solid 1px #845C46;
}

.home-post-content {
  flex-grow: 1;
}

.home-post-list li {
  margin-bottom: 20px;
  padding: 0 0 20px 0;
  border-bottom: dashed 1px #767676;
}

.home-post-list li:last-child {
  margin-bottom: 0;
  border-bottom: none;
}

.home-post-list li a {
  display: block;
  text-decoration: none;
}

.home-post-list li a .date {
  margin-bottom: 5px;
  color: #767676;
}

.home-blog h2 {
  padding-left: 100px;
  background: left url(../images/top_blog_icon.png) no-repeat;
}

.home-faq h2 {
  padding-left: 100px;
  background: left url(../images/top_faq_icon.png) no-repeat;
}

.home-faq .home-post-list li a h4 {
  display: flex;
  align-items: center;
}

.home-faq .home-post-list li a h4:before {
  content: "Q";
  display: block;
  margin-top: -4px;
  margin-right: 30px;
  font-size: 36px;
  font-weight: 400;
  color: #031D3D;
  font-family: 'Judson', serif;
}