@charset "UTF-8";
* {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased !important;
}

body {
  margin: 0;
  background: #F0ECE4;
  line-height: 2em;
  letter-spacing: .08rem;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ",sans-serif;
}

ul, ol {
  padding: 0;
  margin: 0;
}

li {
  list-style: none;
}

dl, dd {
  margin: 0;
}

a {
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}

figure {
  margin: 0;
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

table {
  border-collapse: collapse;
  width: 100%;
}

input:focus,
select:focus,
textarea:focus {
  outline: none;
}

button {
  cursor: pointer;
}

/* 共通 */
header {
  background: #C9B18B;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 100;
}
header .header-inner {
  width: 1024px;
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 60px;
}
header .header-logo {
  width: 325px;
}
header .gnav ul {
  display: flex;
}
header .gnav ul li {
  border-right: 1px solid rgba(240, 236, 228, 0.4);
}
header .gnav ul li a {
  color: #4E2613;
  display: block;
  text-align: center;
  padding: 5px 34px 5px 12px;
  font-size: 14px;
  font-weight: bold;
  background: url("../images/icon_angle_right.svg");
  background-repeat: no-repeat;
  background-size: 16px;
  background-position: right 12px center;
}
header .gnav ul li a:hover {
  opacity: .8;
  text-decoration: none;
}

main {
  margin-top: 100px;
}

footer {
  background: #C9B18B;
  text-align: center;
  padding: 40px 0;
  font-size: 14px;
  color: #4E2613;
}
footer .footer-logo {
  width: 325px;
  margin: 0 auto 20px;
}
footer p {
  margin: 0;
}
footer p a {
  color: #4E2613;
}
footer .sns-link ul {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 40px 0 24px;
}
footer .sns-link ul li {
  margin: 0 10px;
}

.more-btn {
  width: 328px;
}
.more-btn a {
  color: #fff;
  font-weight: bold;
  display: block;
  width: 100%;
  height: 100%;
  padding: 15px 20px;
  font-size: 16px;
  position: relative;
  background-color: #D36922;
  background-image: url("../images/bg_more_btn.svg");
  background-repeat: no-repeat;
  background-position: center right 20px;
  transition: all .4s;
}
.more-btn a:hover {
  text-decoration: none;
  background-position: center right 16px;
}

.breadcrumb {
  width: 850px;
  margin: 0 auto 40px;
}
.breadcrumb ol {
  display: flex;
}
.breadcrumb ol li {
  font-size: 14px;
  color: #4E2613;
}
.breadcrumb ol li a {
  color: #4E2613;
}
.breadcrumb ol li::after {
  content: '>';
  margin: 0 10px;
}
.breadcrumb ol li:last-child::after {
  content: '';
}

/* トップページ */
.area-mv {
  width: 1024px;
  margin: 0 auto 40px;
  position: relative;
}
.area-mv h1 {
  position: absolute;
  color: #fff;
  font-size: 28px;
  right: 100px;
  bottom: 0px;
  font-weight: normal;
  font-family: serif;
}

.area-news {
  width: 1024px;
  margin: 0 auto 80px;
  background: #fff;
  padding: 40px;
  display: flex;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1);
}
.area-news h2 {
  margin: 0;
  color: #969734;
  font-size: 28px;
  font-weight: bold;
}
.area-news dl {
  margin-left: 32px;
  border-left: 2px solid #969734;
  padding-left: 40px;
}
.area-news dl dt {
  font-size: 14px;
  color: #777777;
  margin-bottom: 5px;
}
.area-news dl dd {
  margin-bottom: 20px;
}
.area-news dl dd:last-child {
  margin-bottom: 0;
}

.area-about {
  width: 1024px;
  margin: 0 auto 80px;
}
.area-about h2 {
  margin: 0 0 32px;
  color: #969734;
  font-size: 28px;
  font-weight: bold;
  text-align: center;
}
.area-about h2::after {
  content: "";
  width: 40px;
  height: 2px;
  background: #969734;
  display: block;
  margin: 20px auto 0;
}
.area-about .about-box {
  display: flex;
  justify-content: space-between;
  margin-bottom: 80px;
}
.area-about .about-box .about-text {
  color: #4E2613;
}
.area-about .about-box .about-text h3 {
  margin: 0 0 24px;
  font-size: 24px;
}
.area-about .about-box .about-img {
  width: 450px;
}
.area-about .about-box:last-child {
  margin-bottom: 0;
}
.area-about .about-box:last-child .about-text {
  order: 2;
}
.area-about .about-box:last-child .about-text p {
  margin-top: 0;
}
.area-about .about-box:last-child .about-img {
  order: 1;
}

.area-newblog {
  margin: 0;
  padding: 80px 0;
  background: url("../images/bg_newblog.jpg");
}
.area-newblog h2 {
  margin: 0 0 32px;
  color: #969734;
  font-size: 28px;
  font-weight: bold;
  text-align: center;
}
.area-newblog h2::after {
  content: "";
  width: 40px;
  height: 2px;
  background: #969734;
  display: block;
  margin: 20px auto 0;
}
.area-newblog p {
  text-align: center;
  color: #fff;
  margin: 0 0 40px;
}
.area-newblog ol {
  display: flex;
  width: 1024px;
  margin: 0 auto 60px;
  justify-content: space-between;
}
.area-newblog ol li {
  background: #fff;
  width: 32%;
  transition: all .4s;
}
.area-newblog ol li a {
  display: block;
  color: #4E2613;
}
.area-newblog ol li a p {
  text-align: left;
  margin-bottom: 0;
  color: #4E2613;
  padding: 5px 10px 0;
  font-size: 14px;
}
.area-newblog ol li a h3 {
  margin: 0;
  padding: 0 10px 6px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  font-size: 18px;
}
.area-newblog ol li a:hover {
  text-decoration: none;
}
.area-newblog ol li:hover {
  transform: translateY(-4px);
}
.area-newblog .more-btn {
  margin: auto;
}

/* 下層ページ */
.page article {
  width: 850px;
  margin: 0 auto 120px;
}
.page h1 {
  margin: 0 0 36px;
  font-size: 28px;
  color: #4E2613;
}
.page h1::after {
  content: "";
  display: block;
  width: 40px;
  height: 2px;
  background: #4E2613;
  margin-top: 20px;
}
.page .page-body {
  background: #fff;
  padding: 80px 87px;
}
.page .contact h2 {
  text-align: center;
  margin: 0 0 30px;
  padding-bottom: 24px;
  font-weight: bold;
  color: #4E2613;
  font-size: 24px;
  background-image: url("../images/page_heading.svg");
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 90px;
}
.page .contact label {
  display: block;
  margin-bottom: 20px;
  color: #4E2613;
}
.page .contact label p {
  margin: 0 0 5px;
  font-weight: bold;
}
.page .contact label div {
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: bold;
}
.page .contact input,
.page .contact select,
.page .contact textarea {
  width: 100%;
  display: block;
  font-size: 16px;
  padding: 15px;
  border: 1px solid #E0DDDD;
}
.page .contact select {
  -webkit-appearance: none;
  appearance: none;
  background-image: url("../images/icon_angle_bottom.svg");
  background-repeat: no-repeat;
  background-position: right 20px center;
  cursor: pointer;
}
.page .contact select::-ms-expand {
  display: none;
}
.page .contact button {
  width: 328px;
  text-align: left;
  margin: 40px auto 0;
  color: #fff;
  font-weight: bold;
  display: block;
  padding: 15px 20px;
  font-size: 16px;
  position: relative;
  background-color: #D36922;
  border: none;
  background-image: url("../images/bg_more_btn.svg");
  background-repeat: no-repeat;
  background-position: center right 20px;
  transition: all .4s;
}
.page .contact button:hover {
  text-decoration: none;
  background-position: center right 16px;
}
.page .about .page-body {
  text-align: center;
}
.page .about .page-body section {
  margin-bottom: 80px;
}
.page .about h2 {
  margin: 0 0 30px;
  padding-bottom: 24px;
  font-weight: bold;
  color: #4E2613;
  font-size: 24px;
  background-image: url("../images/page_heading.svg");
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 90px;
}
.page .about h3 {
  font-size: 20px;
  margin: 0 0 30px;
}
.page .about table {
  background: #F0ECE4;
  text-align: left;
}
.page .about table th {
  width: 180px;
  padding-left: 80px;
  padding-top: 20px;
  padding-bottom: 20px;
  vertical-align: top;
  border-bottom: 1px solid rgba(78, 38, 19, 0.2);
  color: #4E2613;
  font-weight: bold;
  font-size: 16px;
}
.page .about table td {
  width: calc(100% - 180px);
  padding-top: 20px;
  padding-bottom: 20px;
  vertical-align: top;
  border-bottom: 1px solid rgba(78, 38, 19, 0.2);
  font-size: 18px;
}
.page .about table td ol {
  padding-left: 26px;
}
.page .about table td ol li {
  list-style: decimal;
}
.page .about table tr:last-child th,
.page .about table tr:last-child td {
  border: none;
}

/*# sourceMappingURL=style.css.map */
