@charset "UTF-8";
.main-contents {
  position: relative;
}

/*====================================================
■01.main-visual
=======================================================*/
.main-visual {
  position: relative;
  background: url("../images/mv_img.jpg") no-repeat center bottom;
  background-size: cover;
  overflow: hidden;
  height: 635px;
  padding: 106px 0 0 0;
}

.main-visual .container {
  position: relative;
  max-width: 1366px;
}

/*====================================================
■02.sec-news
=======================================================*/
.sec01 {
  padding: 52px 0 60px;
}

.sec01 .block {
  background: url("../common_img/line01.png") no-repeat center top, url("../common_img/line01.png") no-repeat center bottom;
  background-size: 100% auto;
  position: relative;
  padding: 46px 0 55px;
}

.sec01 .block .btn {
  position: absolute;
  right: 0;
  top: 36px;
  width: 220px;
  z-index: 29;
}

.sec01 .cm-ttl01 {
  margin-bottom: 28px;
}

.sec01 .news-info .js-scrollbar {
  padding: 0 80px 0 0;
  max-height: 250px;
}

.sec01 .news-info dl {
  border-top: 1px dotted #cccccc;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 23px 0 24px;
}

.sec01 .news-info dl:last-child {
  border-bottom: 1px dotted #cccccc;
}

.sec01 .news-info dt {
  font-family: 'Noto Serif JP', serif;
  font-size: 18px;
  line-height: 30px;
  line-height: 1.66667;
  letter-spacing: 0.11em;
  font-weight: 400;
  width: 183px;
}

.sec01 .news-info dd {
  font-family: 'Noto Serif JP', serif;
  font-size: 16px;
  line-height: 30px;
  line-height: 1.875;
  letter-spacing: 0.06em;
  font-weight: 400;
  width: calc(100% - 183px);
}

.sec01 .news-info dd a:hover {
  color: #ab9450;
  text-decoration: underline;
}

/*====================================================
■03.sec02
=======================================================*/
.sec02 {
  padding: 75px 0 156px;
  position: relative;
  background: url("../images/bg01.jpg") no-repeat center center;
  background-size: cover;
}

.sec02 .sec02-per {
  position: absolute;
  left: 50%;
  top: -62px;
  z-index: 29;
  margin-left: -400px;
}

.sec02 .cm-ttl01 {
  margin-bottom: 35px;
}

.sec02 .list {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.sec02 .list .item {
  width: 50%;
  margin: 0 0 43px 0;
}

.sec02 .list .item .img {
  width: 50.5%;
}

.sec02 .list .item .info {
  width: 49.5%;
  text-align: center;
  padding: 0 23px 0 5px;
}

.sec02 .list .item .subttl {
  position: relative;
  text-align: center;
  color: #563412;
  font-family: 'Noto Serif JP', serif;
  font-size: 27px;
  line-height: 35px;
  line-height: 1.2963;
  letter-spacing: 0.16em;
  font-weight: 400;
  margin-bottom: 16px;
  padding-bottom: 15px;
}

.sec02 .list .item .subttl:before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  right: 0;
  width: 120px;
  margin: 0 auto;
  background: #ab9450;
  height: 1px;
}

.sec02 .list .item .desc {
  font-size: 16px;
  line-height: 30px;
  line-height: 1.875;
  letter-spacing: 0em;
  font-weight: 400;
  margin-bottom: 25px;
}

.sec02 .list .item a {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  position: relative;
}

.sec02 .list .item a:before {
  position: absolute;
  content: "";
  left: 20px;
  bottom: 20px;
  right: 10px;
  top: 20px;
  border: 5px solid #fff;
  z-index: 199;
}

.sec02 .list .item a:hover .cm-btn01 {
  opacity: 1;
}

.sec02 .list .item a:hover .cm-btn01:after {
  -webkit-transform: translateX(3px);
  -moz-transform: translateX(3px);
  -ms-transform: translateX(3px);
  -o-transform: translateX(3px);
  transform: translateX(3px);
}

.sec02 .list .item .cm-btn01 {
  max-width: 165px;
  padding: 16px 21px 16px 5px;
}

.sec02 .list .item .cm-btn01:after {
  right: 8px;
}

.sec02 .list .item:nth-child(2n) {
  margin-right: 0;
}

.sec02 .list .item:nth-child(2n) .img {
  order: 2;
}

.sec02 .list .item:nth-child(2n) .info {
  order: 1;
  padding: 0 5px 0 18px;
}

.sec02 .list .item:nth-child(2n) a:before {
  left: 10px;
  right: 20px;
}

/*====================================================
■04.sec03
=======================================================*/
.sec03 {
  padding: 111px 0 83px;
  position: relative;
  border-top: 1px solid #f8f3f2;
  background: #fff;
}

.sec03:before {
  position: absolute;
  content: "";
  top: -123px;
  left: 0;
  right: 0;
  margin: 0 auto;
  background: url("../images/bg02_top.png") no-repeat center top;
  background-size: 100% auto;
  width: 570px;
  height: 138px;
}

.sec03 .cm-ttl01 {
  position: absolute;
  content: "";
  top: -173px;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.sec03 .list {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
}

.sec03 .list .item {
  width: 18%;
  margin: 0 2.5% 43px 0;
}

.sec03 .list .item:nth-child(5n) {
  margin-right: 0;
}

.sec03 .list .img {
  text-align: center;
}

.sec03 .list .img img {
  border-radius: 50%;
  border: 1px solid #ffdde5;
}

.sec03 .list .desc {
  font-size: 16px;
  line-height: 30px;
  line-height: 1.875;
  letter-spacing: 0.07em;
  font-weight: 400;
  text-align: center;
  max-width: 100%;
  margin: 14px auto 0;
}

.sec03 .btn {
  margin: 16px auto 0;
  text-align: center;
}

.sec03 .btn .cm-btn01 {
  max-width: 385px;
}

/*====================================================
■05.sec04
=======================================================*/
.sec04 {
  background: url("../images/bg03.jpg") no-repeat center center;
  background-size: cover;
  padding: 75px 0 53px;
  position: relative;
}

.sec04 .cm-ttl01 {
  margin-bottom: 44px;
}

.sec04 .inner {
  max-width: 895px;
  margin: 0 auto;
}

.sec04 .container {
  position: relative;
}

.sec04 .sec04-per01 {
  position: absolute;
  left: -54px;
  bottom: -98px;
  z-index: 29;
}

.sec04 .sec04-per02 {
  position: absolute;
  right: 27px;
  bottom: -54px;
  z-index: 29;
}

.sec04 .table01 {
  width: 100%;
  border: 1px solid #262626;
  /* margin-bottom: 40px; */
}

.sec04 .table01 th {
  background: #fff;
  text-align: center;
  font-size: 18px;
  line-height: 30px;
  line-height: 1.66667;
  letter-spacing: 0em;
  font-weight: bold;
  border-bottom: 1px solid #262626;
  padding: 20px 10px 22px;
  width: 56%;
}

.sec04 .table01 td {
  background: #fff0f5;
  text-align: center;
  font-size: 20px;
  line-height: 30px;
  line-height: 1.5;
  letter-spacing: 0em;
  font-weight: bold;
  border-bottom: 1px solid #262626;
  border-left: 1px solid #262626;
  color: #c96e70;
  padding: 20px 10px 22px;
}

.sec04 .box-bnr01 {
  position: relative;
  text-align: center;
  margin-bottom: 50px;
}

.sec04 .box-bnr01 a {
  position: relative;
  display: block;
}

.sec04 .box-bnr01 a .info {
  text-align: left;
  position: absolute;
  content: "";
  left: 6%;
  top: 9%;
  bottom: 16%;
  width: 589px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.sec04 .box-bnr01 .ttl01 {
  font-family: 'Noto Serif JP', serif;
  font-size: 27px;
  line-height: 39px;
  line-height: 1.44444;
  letter-spacing: 0.17em;
  font-weight: 400;
  margin-bottom: 7px;
  color: #c66465;
  border-left: 3px double #c66465;
  padding-left: 18px;
}

.sec04 .box-bnr01 .price {
  font-family: 'Noto Serif JP', serif;
  font-size: 24px;
  line-height: 40px;
  line-height: 1.66667;
  letter-spacing: 0.1em;
  font-weight: 400;
  color: #c66465;
  background: url("../images/bg01_bnr.png") no-repeat center center;
  background-size: 100% auto;
  padding: 25px 34px 37px;
  margin: 5px 0 0 -15px;
  text-align: center;
}

.sec04 .box-bnr01 .price span {
  display: inline-block;
  vertical-align: middle;
}

.sec04 .box-bnr01 .price strong {
  font-size: 40px;
  line-height: 40px;
  line-height: 1;
  letter-spacing: 0.1em;
  font-weight: 400;
  display: inline-block;
  vertical-align: middle;
}

.sec04 .txt01 {
  padding: 0 67px 0 0;
  font-size: 16px;
  line-height: 30px;
  line-height: 1.875;
  letter-spacing: 0em;
  font-weight: 400;
}

.sec04 .btn {
  margin: 2px auto 0;
  text-align: center;
}

.sec04 .btn .cm-btn01 {
  max-width: 508px;
  padding-right: 9px;
}

/*====================================================
■06.sec05
=======================================================*/
.sec05 {
  padding: 65px 0 63px;
  position: relative;
}

.sec05 .cm-ttl01 {
  margin-bottom: 44px;
}

.sec05 .cm-ttl01 .ttl-en {
  margin-right: 18px;
}

.sec05 .container {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
}

.sec05 .table01 {
  width: 100%;
  border: 1px solid #ab9450;
  margin-bottom: 43px;
}

.sec05 .table01 th {
  background: #fae7d4;
  text-align: center;
  color: #262626;
  font-size: 16px;
  line-height: 30px;
  line-height: 1.875;
  letter-spacing: 0em;
  font-weight: bold;
  border-bottom: 1px solid #ab9450;
  border-left: 1px solid #ab9450;
  padding: 7px 10px 7px;
}

.sec05 .table01 td {
  background: #fff;
  text-align: center;
  font-size: 16px;
  line-height: 30px;
  line-height: 1.875;
  letter-spacing: 0em;
  font-weight: 400;
  border-bottom: 1px solid #ab9450;
  border-left: 1px solid #ab9450;
  color: #262626;
  padding: 22px 10px 22px;
  vertical-align: middle;
}

.sec05 .table01 td .icn {
  line-height: 1;
  display: inline-block;
}

.sec05-block01 {
  width: 45.8%;
  background: url("../common_img/line02.png") no-repeat center top, url("../common_img/line02.png") no-repeat center bottom;
  background-size: 100% auto;
  position: relative;
  padding: 50px 0 56px;
}

.sec05-block01 .btn {
  margin: 0 auto;
  text-align: center;
}

.sec05-block01 .btn .cm-btn01 {
  max-width: 285px;
  padding-right: 12px;
}

.sec05-block02 {
  width: 45.8%;
  padding: 50px 0 56px;
  background: url("../common_img/line02.png") no-repeat center top, url("../common_img/line02.png") no-repeat center bottom;
  background-size: 100% auto;
}

.sec05-block02 .cm-ttl01 {
  margin-bottom: 20px;
}

.sec05 .map-box iframe {
  width: 100%;
  height: 240px;
}

/*# sourceMappingURL=maps/top.css.map */
