@charset "UTF-8";
/* ===================================================================
CSS information

 file name  : homepage.css
 author     : Ability Consultant
 style info : トップページ
=================================================================== */
.con_bn ul {
  max-width: 1260px;
  margin: auto;
}

.con_point .box_point01 .box_bottom:after, .con_bn ul:after, .con_bn_group .col2:after, .con_bn_group .col3:after, .con_bn_group .col4:after {
  content: "";
  display: table;
  clear: both;
}

/* Hover animation */
#htlSide-A {
  top: 1110px;
}

/* -----------------------------------------------------------
	#cus_slide
----------------------------------------------------------- */
#cus_slide {
  width: 1190px;
  height: 670px;	/* 2022年3月スライド変倍エラーのため追加 */
}

/* ----------------------------------------------------------
	.con_intro
----------------------------------------------------------- */
.con_intro {
  margin-top: 60px;
  margin-bottom: 70px;
}

/* ----------------------------------------------------------
	.con_point
----------------------------------------------------------- */
.con_point {
  margin-bottom: 50px;
}
.con_point .st_po {
  text-align: center;
  margin-bottom: 40px;
}
.con_point .box_point01 {
  margin-bottom: 100px;
}
.con_point .box_point01 .box_top {
  position: relative;
  margin-bottom: 55px;
}
.con_point .box_point01 .box_top .btn {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 320px;
}
.con_point .box_point01 .box_top .btn a {
  display: inline-block;
  width: 100%;
  color: #fff;
  position: relative;
  text-decoration: none;
  border: solid 1px #84714c;
  padding-bottom: 1px;
  background: #796640;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  letter-spacing: 0.08em;
  color: #fff !important;
}
.con_point .box_point01 .box_top .btn a:hover {
  background: #4f4020;
  color: #fff;
}
.con_point .box_point01 .box_top .btn a:hover:before {
  right: 35px;
}
.con_point .box_point01 .box_top .btn a:hover span {
  background: none;
}
.con_point .box_point01 .box_top .btn a:hover span:before {
  width: 0;
}
.con_point .box_point01 .box_top .btn a:hover span:after {
  opacity: 0;
}
.con_point .box_point01 .box_top .btn a:before {
  content: '';
  position: absolute;
  top: 50%;
  right: 45px;
  width: 10px;
  height: 10px;
  background: url("../images/common/ic_btn_arrow_r.png") no-repeat;
  margin-top: -5px;
  background-size: contain;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  z-index: 10;
}
.con_point .box_point01 .box_top .btn a span {
  display: block;
  padding: 1.4em 15px;
  padding-left: 43px;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  position: relative;
  z-index: 5;
  text-align: left;
}
.con_point .box_point01 .box_top .btn a span:before {
  content: '';
  position: absolute;
  bottom: 1px;
  left: 0;
  width: 100%;
  height: 1px;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  background: #938464;
}
.con_point .box_point01 .box_top .btn a span:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/common/bg_btn_beige.png) center center repeat;
  z-index: -1;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.con_point .box_point01 .box_top .btn a:active, .con_point .box_point01 .box_top .btn a:link {
  text-decoration: none !important;
}
.con_point .box_point01 .box_bottom {
  width: 96%;
  margin: auto;
}
.con_point .box_point01 .box_bottom .box_l, .con_point .box_point01 .box_bottom .box_r {
  float: left;
  width: 50%;
  text-align: center;
}
.con_point .box_point01 .box_bottom .box_l .img, .con_point .box_point01 .box_bottom .box_r .img {
  margin-bottom: 20px;
}
.con_point .box_point01 .box_bottom .box_l .btn_normal_sm, .con_point .box_point01 .box_bottom .box_r .btn_normal_sm {
  text-align: left;
  padding-left: 17px;
}
.con_point .box_point01 .box_bottom .box_l .btn_normal_sm a, .con_point .box_point01 .box_bottom .box_r .btn_normal_sm a {
  display: inline-block;
  width: 100%;
  color: #000000;
  position: relative;
  text-decoration: none;
  border: solid 1px #1b1408;
  padding-bottom: 1px;
  background: transparent;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  letter-spacing: 0.08em;
  max-width: 295px;
}
.con_point .box_point01 .box_bottom .box_l .btn_normal_sm a:hover, .con_point .box_point01 .box_bottom .box_r .btn_normal_sm a:hover {
  background: rgba(255, 255, 255, 0.05);
  color: #000000;
}
.con_point .box_point01 .box_bottom .box_l .btn_normal_sm a:hover:before, .con_point .box_point01 .box_bottom .box_r .btn_normal_sm a:hover:before {
  right: 35px;
}
.con_point .box_point01 .box_bottom .box_l .btn_normal_sm a:hover span, .con_point .box_point01 .box_bottom .box_r .btn_normal_sm a:hover span {
  background: none;
}
.con_point .box_point01 .box_bottom .box_l .btn_normal_sm a:hover span:before, .con_point .box_point01 .box_bottom .box_r .btn_normal_sm a:hover span:before {
  width: 0;
}
.con_point .box_point01 .box_bottom .box_l .btn_normal_sm a:hover span:after, .con_point .box_point01 .box_bottom .box_r .btn_normal_sm a:hover span:after {
  opacity: 0;
}
.con_point .box_point01 .box_bottom .box_l .btn_normal_sm a:before, .con_point .box_point01 .box_bottom .box_r .btn_normal_sm a:before {
  content: '';
  position: absolute;
  top: 50%;
  right: 45px;
  width: 10px;
  height: 10px;
  background: url("../images/common/ic_btn_arrow_r_black.png") no-repeat;
  margin-top: -5px;
  background-size: contain;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  z-index: 10;
}
.con_point .box_point01 .box_bottom .box_l .btn_normal_sm a span, .con_point .box_point01 .box_bottom .box_r .btn_normal_sm a span {
  display: block;
  padding: 0.7em 15px;
  padding-left: 43px;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  position: relative;
  z-index: 5;
  text-align: left;
}
.con_point .box_point01 .box_bottom .box_l .btn_normal_sm a span:after, .con_point .box_point01 .box_bottom .box_r .btn_normal_sm a span:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  z-index: -1;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.con_point .box_point01 .box_bottom .box_l .btn_normal_sm a:active, .con_point .box_point01 .box_bottom .box_l .btn_normal_sm a:link, .con_point .box_point01 .box_bottom .box_r .btn_normal_sm a:active, .con_point .box_point01 .box_bottom .box_r .btn_normal_sm a:link {
  text-decoration: none !important;
}
.con_point .box_point02, .con_point .box_point03 {
  margin-bottom: 25px;
}
.con_point .box_point02 .box_bottom, .con_point .box_point03 .box_bottom {
  position: relative;
}
.con_point .box_point02 .box_bottom .btn, .con_point .box_point03 .box_bottom .btn {
  position: absolute;
  top: 0;
  right: 0;
  width: 320px;
}
.con_point .box_point02 .box_bottom .btn a, .con_point .box_point03 .box_bottom .btn a {
  display: inline-block;
  width: 100%;
  color: #fff;
  position: relative;
  text-decoration: none;
  border: solid 1px #84714c;
  padding-bottom: 1px;
  background: #796640;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  letter-spacing: 0.08em;
  color: #fff !important;
}
.con_point .box_point02 .box_bottom .btn a:hover, .con_point .box_point03 .box_bottom .btn a:hover {
  background: #4f4020;
  color: #fff;
}
.con_point .box_point02 .box_bottom .btn a:hover:before, .con_point .box_point03 .box_bottom .btn a:hover:before {
  right: 35px;
}
.con_point .box_point02 .box_bottom .btn a:hover span, .con_point .box_point03 .box_bottom .btn a:hover span {
  background: none;
}
.con_point .box_point02 .box_bottom .btn a:hover span:before, .con_point .box_point03 .box_bottom .btn a:hover span:before {
  width: 0;
}
.con_point .box_point02 .box_bottom .btn a:hover span:after, .con_point .box_point03 .box_bottom .btn a:hover span:after {
  opacity: 0;
}
.con_point .box_point02 .box_bottom .btn a:before, .con_point .box_point03 .box_bottom .btn a:before {
  content: '';
  position: absolute;
  top: 50%;
  right: 45px;
  width: 10px;
  height: 10px;
  background: url("../images/common/ic_btn_arrow_r.png") no-repeat;
  margin-top: -5px;
  background-size: contain;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  z-index: 10;
}
.con_point .box_point02 .box_bottom .btn a span, .con_point .box_point03 .box_bottom .btn a span {
  display: block;
  padding: 1.4em 15px;
  padding-left: 43px;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  position: relative;
  z-index: 5;
  text-align: left;
}
.con_point .box_point02 .box_bottom .btn a span:before, .con_point .box_point03 .box_bottom .btn a span:before {
  content: '';
  position: absolute;
  bottom: 1px;
  left: 0;
  width: 100%;
  height: 1px;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  background: #938464;
}
.con_point .box_point02 .box_bottom .btn a span:after, .con_point .box_point03 .box_bottom .btn a span:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/common/bg_btn_beige.png) center center repeat;
  z-index: -1;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.con_point .box_point02 .box_bottom .btn a:active, .con_point .box_point02 .box_bottom .btn a:link, .con_point .box_point03 .box_bottom .btn a:active, .con_point .box_point03 .box_bottom .btn a:link {
  text-decoration: none !important;
}

/* ----------------------------------------------------------
	.con_moment_r
----------------------------------------------------------- */
.con_moment_r {
  width: 950px;
  margin-bottom: 75px;
  position: relative;
}
.con_moment_r .btn {
  position: absolute;
  bottom: 120px;
  right: 0px;
  max-width: 300px;
  display: inline-block;
  width: 100%;
  color: #000000;
  position: relative;
  text-decoration: none;
  border: solid 1px #1b1408;
  padding-bottom: 1px;
  background: transparent;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  letter-spacing: 0.08em;
}
.con_moment_r .btn:hover {
  background: rgba(255, 255, 255, 0.05);
  color: #000000;
}
.con_moment_r .btn:hover:before {
  right: 35px;
}
.con_moment_r .btn:hover span {
  background: none;
}
.con_moment_r .btn:hover span:before {
  width: 0;
}
.con_moment_r .btn:hover span:after {
  opacity: 0;
}
.con_moment_r .btn:before {
  content: '';
  position: absolute;
  top: 50%;
  right: 45px;
  width: 10px;
  height: 10px;
  background: url("../images/common/ic_btn_arrow_r_black.png") no-repeat;
  margin-top: -5px;
  background-size: contain;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  z-index: 10;
}
.con_moment_r .btn span {
  display: block;
  padding: 0.7em 15px;
  padding-left: 43px;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  position: relative;
  z-index: 5;
  text-align: left;
}
.con_moment_r .btn span:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  z-index: -1;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.con_moment_r .btn:active, .con_moment_r .btn:link {
  text-decoration: none !important;
}
.con_moment_r .btn a:active, .con_moment_r .btn a:link {
  text-decoration: none !important;
}
.con_moment_r .btn.btn_top {
  right: -550px;
  bottom: 160px;
}
.con_moment_r .box_act {
  margin-bottom: 45px;
}

/* ----------------------------------------------------------
	.con_news
----------------------------------------------------------- */
.con_news {
  margin-bottom: 45px;
}
.con_news .st {
  text-align: center;
}
.con_news .btn {
  text-align: right;
  padding-right: 1em;
  margin-bottom: 10px;
}
.con_news .btn a span:hover {
  color: #663814;
}
.con_news ul {
  padding: 45px 35px;
  border: 1px solid #ccc1a7;
  background: url(../images/common/bg_washi_whitetea.png) repeat;
}
.con_news ul li {
  padding: 20px 15px;
  border-bottom: 1px solid #626262;
  position: relative;
}
.con_news ul li:first-child {
  border-top: 1px solid #626262;
}
.con_news ul li:after {
  position: absolute;
  top: 50%;
  right: 10px;
  height: 12px;
  width: 11px;
  margin-top: -3px;
  content: "";
  background: url(../images/common/ic_btn_arrow_r_nomal.png) no-repeat;
}
.con_news ul li a:link {
  text-decoration: none !important;
}
.con_news ul li a:hover {
  color: #663814;
}
.con_news ul li a > * {
  display: table-cell;
}
.con_news ul li a .date {
  width: 8em;
  padding-right: 30px;
}
.con_news ul li a .title {
  font-weight: normal;
}

/* ----------------------------------------------------------
	.con_bn
----------------------------------------------------------- */
.con_bn {
  margin-bottom: 30px;
}
.con_bn ul li {
  float: left;
  width: 32%;
  margin-right: 1.7%;
}
.con_bn ul li:nth-child(3n) {
  margin-right: 0%;
}
.con_bn ul li a:hover {
  opacity: 0.8;
}

/* ----------------------------------------------------------
	.con_bn_group
----------------------------------------------------------- */
.con_bn_group {
  background: #a79679;
  padding: 30px 35px;
}
.con_bn_group .col1 {
  margin-bottom: 18px;
}
.con_bn_group .col1 a:hover {
  opacity: 0.8;
}
.con_bn_group .col2 {
  width: 880px;
}
.con_bn_group .col2 li {
  float: left;
  width: 48.5%;
  margin-right: 3%;
  margin-bottom: 18px;
}
.con_bn_group .col2 li:nth-child(2n) {
  margin-right: 0%;
}
.con_bn_group .col2 li a:hover {
  opacity: 0.8;
}
.con_bn_group .col3 {
  width: 880px;
}
.con_bn_group .col3 li {
  float: left;
  margin-right: 2.95%;
  margin-bottom: 18px;
}
.con_bn_group .col3 li:last-child {
  margin-right: 0%;
}
.con_bn_group .col3 li a:hover {
  opacity: 0.8;
}
.con_bn_group .col4 {
  width: 880px;
  padding: 0 12px;
}
.con_bn_group .col4 li {
  float: left;
  width: 23%;
  margin-right: 2.6%;
}
.con_bn_group .col4 li:last-child {
  margin-right: 0%;
}
.con_bn_group .col4 li a:hover {
  opacity: 0.8;
}
