@charset "utf-8";
/* CSS Document */

/* ==========================================================================//
//
//　PC
//
// ========================================================================== */


/* area_ttl
---------------------------------------------------------- */
.area_ttl.page_gachapin {
  background: url(/business/gachapin/img/mainimg_01.jpg) center no-repeat;
  background-size: cover;
  width: 100%;
  height: 650px;
  position: relative;
}

.area_ttl.page_gachapin .box_txt {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background-color:rgba(255, 255, 255, 0.9);
  width: 380px;
  height: 160px;
  padding: 10px 0 0;
}


/* area_pagenavi
---------------------------------------------------------- */
.area_pagenavi {
  background-color: #f0eccd;
  padding: 40px 0;
}
.area_pagenavi ul {
  display: flex;
  justify-content: center;
}
.area_pagenavi ul li {
  background-color: black;
  text-align: center;
  width: 220px;
  margin: 0 15px;
  position: relative;
  font-size: 18px;
}
.area_pagenavi ul li::before{
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
  right: 35px;
  width: 7px;
  height: 7px;
  border-bottom: 3px solid #fff;
  border-right: 3px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.area_pagenavi ul li a {
  color: #fff;
  display: block;
  padding: 28px 0 25px;
}



/* area_info
---------------------------------------------------------- */
.area_info {
  background: url(/business/gachapin/img/bg_info_01.jpg) center no-repeat;
  background-size: cover;
  height: 600px;
  position: relative;
}
.area_info .box_txt {
  background-color:rgba(255, 255, 255, 0.9);
  width: 430px;
  height: 180px;
  padding: 45px 30px 40px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.area_info .box_txt .ttl_01 {
  font-size: 24px;
}
.area_info .box_txt .txt_01 {
}



/* area_business
---------------------------------------------------------- */
.area_business {
}
.area_business .box_business_info {
  padding: 75px 0;
}
.area_business .box_business_info .ttl_01 {
  font-size: 28px;
  margin: 0 0 35px;
}
.area_business .box_business_info .txt_01 {
}
.area_business .box_business_info .ttl_01,
.area_business .box_business_info .txt_01 {
  text-align: center;
}

/*box*/
.area_business .box_business {
  display: flex;
  justify-content: space-between;
  width: 100%;
  min-width: 1140px;
  margin: 0 0 35px;
}
.area_business .box_business .box_img {
  width: 48%;
  min-width: 550px;
}
.area_business .box_business.reverse .box_img {
  order: 2;
}
.area_business .box_business .box_img img {
  width: 100%;
  height: auto;
}
.area_business .box_business .box_txt {
  width: 48%;
}
.area_business .box_business .box_txt_inner {
  margin:3% 0 0 0;
  width: 80%;
}
.area_business .box_business.reverse .box_txt {

}
.area_business .box_business.reverse .box_txt_inner {
  order: 1;
  margin: 3% 0 0 auto;
  width: 80%;
}
.area_business .box_business .box_txt .ttl_01 {
  font-size: 28px;
  margin-bottom: 20px;
  line-height: 1.4;
}



/* area_moririce
---------------------------------------------------------- */
.area_moririce {
  width: 890px;
  margin: 0 auto;
  padding: 0 0 70px;
}
.area_moririce .box_ttl {
  background: url(/business/gachapin/img/bg_moririce_01.png) center top no-repeat;
  padding: 20px 0 0;
  height:88px;
  margin: 0 0 40px;
}
.area_moririce .box_ttl .ttl_01 {
  text-align: center;
  font-size:28px ;
  line-height: 1.6;
}
.area_moririce .box_ttl .ttl_01 span {
  display: block;
  font-size: 16px;
}
.area_moririce .box_moririce {
}
.area_moririce .box_moririce .ttl_02 {
  text-align: center;
  font-size: 22px;
  margin: 0 0 38px;
}
.area_moririce .box_moririce .box_moririce_inner {
  display: flex;
  justify-content: space-between;
}
.area_moririce .box_moririce .box_moririce_inner .box_img {
  width:440px ;
}
.area_moririce .box_moririce .box_moririce_inner .box_txt {
  width: 420px;
}
.area_moririce .box_moririce .box_moririce_inner .box_txt dl {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 30px;
}
.area_moririce .box_moririce .box_moririce_inner .box_txt dl dt {
  color: #fff;
  background-color: #868f3c;
  width: 88px;
  text-align: center;
  margin: 0 10px 10px 0;
  padding: 9px 0 6px;
}
.area_moririce .box_moririce .box_moririce_inner .box_txt dl dd {
  width: 322px;
  margin: 0 0 10px 0;
  padding: 9px 0 6px;
}
.area_moririce .box_moririce .box_moririce_inner .btn_01 {
  background-color: black;
  width: 220px;
  text-align: center;
}
.area_moririce .box_moririce .box_moririce_inner .btn_01 a {
  color: #fff;
  display: block;
  padding: 12px 0;
}


/* area_menu
---------------------------------------------------------- */
.area_menu {
  background-color: #f0eccd;
  padding: 70px 0;
  text-align: center;
}
.area_menu .ttl_01 {
  font-size: 28px;
  margin: 0 0 30px;
  text-align: center;
}
.area_menu .txt_01 {
  margin: 0 0 35px;
  text-align: center;
}

.area_menu ul {
  display: flex;
  justify-content: center;
}
.area_menu ul li {
  background-color: #604c3f;
  text-align: center;
  width: 190px;
  margin: 0 15px;
  position: relative;
  font-size: 18px;
  padding: 0 0 0 30px;
}
.area_menu ul li::before{
  position: absolute;
  top: 50%;
  left: 15px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  content: '';
  display: inline-block;
  width: 29px;
  height: 36px;
  background-image: url(/assets/img/icon_pdf_01.png);
  background-size: contain;
  vertical-align: middle;
}
.area_menu ul li a {
  color: #fff;
  display: block;
  padding: 28px 0 25px;
}



/* area_access
---------------------------------------------------------- */
.area_access {
  padding: 70px 0 0;
}
.area_access p {
  text-align: center;
}
.area_access .ttl_01 {
  font-size: 28px;
  margin-bottom: 25px;
}
.area_access .gmap {
  width: 800px;
  height: 400px;
  margin: 0 auto 20px;
}
.area_access .tel_link {
  font-size: 22px;
  margin: 0 0 0;
}
.area_access .tel_link a {
  color: #112e8c;
}
.area_access .tel_link span {
  font-size: 16px;
  display: inline-block;
  margin: 0 10px 0 0;
}
.area_access dl {
  width: 600px;
  margin: 60px auto 20px;
  display: flex;
  flex-wrap: wrap;
}
.area_access dl dt {
  width: 110px;
}
.area_access dl dd {
  width: 490px;
}
.area_access dl dt,
.area_access dl dd {
  border-bottom: 1px solid #cacaca;
  padding: 15px 0;
  line-height: 1.7;
}



