<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
.btn_map {
  width: 30%;
  position: relative;
  margin-left: 1%;
}

.btn_map a {
  color: #fff;
  display: block;
  border-radius: 5px;
  text-align: center;
  padding: 10px;
  font-size: 16px;
  background-image: linear-gradient(90deg, #003936 0%, #025450 50.06%, #003936 100%);
}

.inner {
  box-sizing: content-box;
  max-width: 1200px;
  padding: 0 2%;
  position: relative;
  margin: 0 auto;
}

.preview_advertisement {
  display: flex;
  align-items: center;
  box-sizing: content-box;
  max-width: 1200px;
  padding: 0 2%;
  position: relative;
  margin: 0 auto;
  padding-top: 20px;
}
.preview_advertisement h2 {
  width: 80px;
  border: 1px solid #ccc;
  font-size: 19px;
  color: #ccc;
  margin-right: 10px;
  text-align: center;
}
.preview_advertisement p {
  text-align: left;
  font-size: 12px;
  line-height: 1.1;
  color: #ccc;
  margin-bottom: 0;
}

sup {
  font-size: 60%;
  vertical-align: top;
  position: relative;
  top: -0.1em;
}

@media screen and (max-width: 768px) {
  .preview_advertisement {
    display: block;
  }
  .preview_advertisement h2 {
    width: 80px;
    border: 1px solid #ccc;
    font-size: 19px;
    color: #ccc;
    margin: 0 0 10px;
  }
  .preview_advertisement p {
    text-align: left;
    font-size: 11px;
    line-height: 1.1;
    color: #ccc;
    margin-bottom: 0;
  }
}
/*----------------------------------------------------- */
/*  mv           */
/*----------------------------------------------------- */
.mv {
  position: relative;
  overflow: hidden;
}

.mv_ttl {
    position: absolute;
    bottom: 40px;
    right: 5%;
    max-width: 500px;
    z-index: 2;
}

.anm {
  opacity: 0;
}

.trigger {
  opacity: 0;
}

.trigger.appear {
  animation: appear 1s ease 1s 1 normal forwards;
}

@keyframes appear {
  0% {
    opacity: 0;
    transform: scale(1.5);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
#slide{
   opacity: 0;
    transition: 0.5s;
}
#slide.slick-initialized{ 
    opacity: 1
}
.read01 {
    background-color: #025450;
    text-align: center;
    padding: 20px 2%;
}
.read01 img {
  max-width: 700px;
  width: 100%;
}

.read02 {
  background: #93885c;
  text-align: center;
  padding: 20px 2%;
  margin-bottom: 60px;
}
.read02 img {
  max-width: 450px;
  width: 100%;
}

ul.lead_point {
    display: flex;
    justify-content: center;
    margin: 0 auto 60px;
    max-width: 1000px;
}
ul.lead_point li {
  width: 45%;
	margin: 0 1%;
}

.outline {
    max-width: 1000px;
    margin: 0 auto 100px;
    padding: 30px 20px;
    background-color: #FFFFFF;
}
.outline h3 {
    margin: 0 auto 30px;
    width: 60%;
}
.outline .bnr_sales{
    max-width: 700px;
    margin: 0 auto 30px;
}

@media screen and (max-width: 768px) {
  .mv_ttl {
    position: absolute;
    bottom: 10px;
    right: 3%;
    max-width: 50%;
  }
  .read01 {
    padding: 10px 5%;
  }
  .read01 img {
    max-width: 96%;
  }
  .read02 {
    padding: 10px 5%;
    margin-bottom: 30px;
  }
  .read02 img {
    max-width: 80%;
  }
  ul.lead_point {
    display: block;
    width: 80%;
    margin: 0 auto 30px;
  }
  ul.lead_point li {
    width: 100%;
    margin-bottom: 5px;
  }
  ul.lead_point li:nth-of-type(3) {
    width: 100%;
  }
  .outline {
    margin-bottom: 60px;
  }
}
/*----------------------------------------------------- */
/*  quality           */
/*----------------------------------------------------- */
.quality_ttl {
  font-size: 80px;
  color: #93885c;
  text-align: center;
  margin-bottom: 60px;
}

.quality_txt01 {
  text-align: center;
  font-size: 18px;
  line-height: 2.2;
  margin-bottom: 60px;
}

.quality_subttl {
  font-size: 40px;
  color: #93885c;
  text-align: center;
  line-height: 1.4;
  margin-bottom: 20px;
}

.quality_txt02 {
  display: inline-block;
  text-align: center;
  background: #93885c;
  color: #fff;
  font-size: 24px;
  padding: 0 20px;
  margin-bottom: 60px;
}

ul.quality_links {
    display: flex;
    justify-content: center;
    position: relative;
}
ul.quality_links li {
    margin: 0 0.5%;
    width: 32%;
}
ul.quality_links .new{
    position: relative;
}
ul.quality_links .new a::after{
    top: 0;
    z-index: 2;
}
ul.quality_links a {
  transition: 0.3s ease-in-out;
}
ul.quality_links a:hover {
  opacity: 0.7;
}

.quality ul.quality_links {
    /* [disabled]padding-bottom: 40px; */
    margin-bottom: 40px;
}
.quality ul.quality_links::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background: #fff;
    bottom: 0;
    left: 0;
    display: none;
}

ul.specification_list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 80px;
  position: relative;
}
ul.specification_list li {
  width: 24%;
  margin-bottom: 10px;
  color: #000;
  font-size: 18px;
  line-height: 1.2;
  background: #fff;
  border: 4px solid #594d40;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
ul.specification_list::after {
  content: "";
  display: block;
  width: 31.5%;
}
.iframe_wrap {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    margin: 0 auto 50px;
}
.iframe_wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 768px) {
  .quality_ttl {
    font-size: 6.2vw;
    margin-bottom: 40px;
  }
  .quality_txt01 {
    font-size: 14px;
    margin-bottom: 30px;
  }
  .quality_subttl {
    font-size: 5vw;
    margin-bottom: 10px;
  }
  .quality_txt02 {
    font-size: 5vw;
    margin-bottom: 30px;
  }
  ul.quality_links {
    flex-wrap: wrap;
  }
  ul.quality_links li {
    width: 49%;
    margin-bottom: 10px;
  }
  .quality ul.quality_links {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  ul.specification_list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 40px;
  }
  ul.specification_list li {
    width: 49%;
    margin-bottom: 8px;
    font-size: 2.8vw;
    height: 35px;
    border: 2px solid #594d40;
  }
}
/*----------------------------------------------------- */
/*  top_location           */
/*----------------------------------------------------- */
.top_location {
  margin-bottom: 80px;
}

.top_location_bg {
  background: url(../images/top/bg_01.png);
  background-size: 50%;
  padding-top: 60px;
}

.top_location_ttl {
  text-align: center;
  font-size: 40px;
  color: #003936;
  margin-bottom: 40px;
}

.top_location_txt {
  text-align: center;
  font-size: 18px;
  color: #161519;
  margin-bottom: 40px;
}

.top_location_note {
  margin-top: 10px;
  font-size: 14px;
  text-align: left;
}
.top_location_note .area01 {
  width: 40px;
  height: 16px;
  border: 2px solid #9e1e23;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}
.top_location_note .area02 {
  width: 40px;
  height: 16px;
  background: #dce6de;
  border: 2px solid #dce6de;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}

@media screen and (max-width: 768px) {
  .top_location {
    margin-bottom: 80px;
  }
  .top_location_bg {
    background: url(../images/top/bg_01.png);
    background-size: 50%;
    padding-top: 60px;
  }
  .top_location_ttl {
    font-size: 4.5vw;
    margin-bottom: 30px;
  }
  .top_location_txt {
    font-size: 14px;
    margin-bottom: 30px;
  }
  .top_location_note {
    margin-top: 10px;
    font-size: 12px;
  }
}
/*----------------------------------------------------- */
/*  facilities           */
/*----------------------------------------------------- */
.top_facilities {
  margin-bottom: 120px;
}

ul.facilities_list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
ul.facilities_list li {
  width: 32%;
  margin-bottom: 30px;
}
ul.facilities_list li p {
  text-align: left;
  font-size: 16px;
  line-height: 1.4;
  margin-top: 10px;
}

.top_facilities_note {
  text-align: left;
  font-size: 16px;
  line-height: 1.4;
}

@media screen and (max-width: 768px) {
  .top_facilities {
    margin-bottom: 60px;
  }
  ul.facilities_list li {
    width: 48%;
    margin-bottom: 30px;
  }
  ul.facilities_list li p {
    font-size: 12px;
  }
  .top_facilities_note {
    font-size: 12px;
  }
}
/*----------------------------------------------------- */
/*  sub           */
/*----------------------------------------------------- */
.sub_ttl {
  background: #cccccc;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 220px;
  margin-bottom: 60px;
}
.sub_ttl h1 {
  font-size: 40px;
  color: #161519;
  line-height: 1.4;
}
.sub_ttl h1 span {
  display: block;
  text-align: center;
  font-size: 18px;
}

@media screen and (max-width: 768px) {
  .sub_ttl {
    height: 140px;
    margin-bottom: 40px;
  }
  .sub_ttl h1 {
    font-size: 6vw;
  }
  .sub_ttl h1 span {
    font-size: 14px;
  }
}
/*----------------------------------------------------- */
/*  section           */
/*----------------------------------------------------- */
.section {
  margin-bottom: 120px;
}

.section_ttl {
  font-size: 40px;
  color: #93885c;
  text-align: center;
  margin-bottom: 40px;
}

.section_txt {
  text-align: center;
  font-size: 18px;
  line-height: 2.2;
  margin-bottom: 60px;
}

.section_pic01 {
  background: #fff;
  padding: 50px;
  margin-bottom: 60px;
}

.section_table {
  background: #e2e2e1;
  padding: 50px;
  margin-bottom: 60px;
}

.section_table_ttl {
  text-align: center;
  color: #161519;
  margin-bottom: 40px;
}
.section_table_ttl em {
  display: inline-block;
  font-size: 32px;
  border-bottom: 2px solid #161519;
  padding-bottom: 5px;
  margin-bottom: 5px;
}
.section_table_ttl span {
  display: block;
  font-size: 20px;
}

@media screen and (max-width: 768px) {
  .section {
    margin-bottom: 60px;
  }
  .section_ttl {
    font-size: 5vw;
    margin-bottom: 30px;
  }
  .section_txt {
    font-size: 16px;
    margin-bottom: 40px;
  }
  .section_pic01 {
    background: #fff;
    padding: 20px 10px;
    margin-bottom: 40px;
  }
  .section_table {
    background: #e2e2e1;
    padding: 20px 10px;
    margin-bottom: 40px;
  }
  .section_table_ttl {
    margin-bottom: 20px;
  }
  .section_table_ttl em {
    font-size: 5vw;
  }
  .section_table_ttl span {
    font-size: 16px;
  }
}
/*----------------------------------------------------- */
/*  map           */
/*----------------------------------------------------- */
.map {
  margin-bottom: 120px;
}

.map_ttl {
  background: #74683e;
  text-align: center;
  padding: 5px 2%;
  color: #fff;
  font-size: 28px;
  margin-bottom: 40px;
}

.map_btn {
  max-width: 200px;
  margin: 60px auto 0;
}

@media screen and (max-width: 768px) {
  .map {
    margin-bottom: 60px;
  }
  .map_ttl {
    padding: 5px 2%;
    font-size: 4vw;
    margin-bottom: 20px;
  }
  .map_pic p {
    font-size: 12px;
  }
  .map_btn {
    max-width: 200px;
    margin: 40px auto 0;
  }
}
@media print {
  #map #headerArea,
  #map #pankuzu,
  #map header,
  #map .sub_ttl,
  #map .page_top,
  #map .foot_tel,
  #map #footerArea {
    display: none;
  }
  #map #page {
    width: 100%;
  }
}
.uc {
  pointer-events: none;
  opacity: 0.5 !important;
}

/*----------------------------------------------------- */
/*  sales           */
/*----------------------------------------------------- */
.sales {
  margin-bottom: 120px;
}

.sales_ttl {
  font-size: 40px;
  color: #93885c;
  text-align: center;
  margin-bottom: 40px;
}

.sales_txt {
  text-align: center;
  font-size: 18px;
  line-height: 2.2;
  margin-bottom: 60px;
}

.sales_pic {
  background: #fff;
  padding: 50px;
  margin-bottom: 60px;
}

ul.sales_list {
  display: flex;
  justify-content: center;
  max-width: 900px;
  margin: 0 auto 20px;
}

.sales_note {
  max-width: 900px;
  margin: 0 auto;
}
ul.sales_bnr {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 auto 20px;
}
ul.sales_bnr li{
    width: 49%;
    margin: 0 0 20px;
}

@media screen and (max-width: 768px) {
  .sales {
    margin-bottom: 60px;
  }
  .sales_ttl {
    font-size: 5vw;
    margin-bottom: 30px;
  }
  .sales_txt {
    font-size: 16px;
    margin-bottom: 40px;
  }
  .sales_pic {
    padding: 20px 10px;
    margin-bottom: 40px;
  }
  .sales_note {
    margin-top: 20px;
    font-size: 12px;
  }
  .sales_list li {
    width: 100%;
    margin-bottom: 10px;
  }
ul.sales_bnr li{
    width: 90%;
    margin: 0 auto 10px;
}
}
/*----------------------------------------------------- */
/*  sales           */
/*----------------------------------------------------- */
.sales_details {
  margin-bottom: 120px;
}

.sales_details h1 {
  margin-bottom: 60px;
}

.sales_details_ttl {
  font-size: 40px;
  color: #93885c;
  text-align: center;
  margin-bottom: 40px;
}

.sales_details_txt01 {
  text-align: center;
  font-size: 18px;
  line-height: 2.2;
  margin-bottom: 60px;
}

.sales_details_txt02 {
  text-align: center;
  background: #93885c;
  color: #fff;
  font-size: 28px;
  line-height: 1.4;
  padding: 5px 0;
  max-width: 860px;
  margin: 0 auto 60px;
}

.sales_details_pic01 {
  background: #fff;
  padding: 50px 100px;
  margin-bottom: 60px;
}

ul.sales_details_list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 60px;
}
ul.sales_details_list li {
  width: 48%;
  margin-bottom: 20px;
}
ul.sales_details_list li h3 {
  font-size: 24px;
  padding-left: 15px;
  position: relative;
  margin-bottom: 10px;
}
ul.sales_details_list li h3::before {
  content: "";
  position: absolute;
  top: 5px;
  left: 0;
  width: 6px;
  height: 30px;
  background: #594d40;
}
ul.sales_details_list li p {
  padding-left: 15px;
}
.sales_photo .img_item {
    position: relative;
    overflow: hidden;
}
.sales_photo .img_item img {
  transition: 1s all;
    width: 100%;
    max-width: none;
}
.sales_photo .img_item img:hover {
    transform: scale(1.1, 1.1);
    transition: 0.8s all;
    opacity: 1;
}
.sales_photo .img_item::after {
  content: "";
  background-image: url("../images/sales/icon_zoom.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 20px;
  height: 20px;
  position: absolute;
  right: 5px;
  bottom: 5px;
}
.sales_photo {
  margin: 30px 0;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
    padding-bottom: 20px;
    border-bottom: 1px solid #231f20;
}
.sales_photo .img_item {
    width: 32%;
    margin: 0 2% 20px 0;
    -webkit-box-shadow: 0px 0px 0px 1px #53504C;
    box-shadow: 0px 0px 0px 1px #53504C;
}
.sales_photo.no09 .img_item,
.sales_photo.no09 .img_item:nth-child(3n){
    width: 48%;
    margin: 0 2% 20px 0;
}
.sales_photo .img_item:nth-child(3n){
    margin-right: 0;
}
.sales_photo .img_item figcaption {
    position: absolute;
    bottom: -60px;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 60px;
    background: rgba(0,0,0,.6);
    -webkit-transition: .3s;
    transition: .3s;
    padding: 5px;
    color: #fff;
    font-size: 1.2rem;
}
.sales_photo .img_item figure:hover figcaption {
    bottom: 0;
}

@media screen and (max-width: 768px) {
  .sales_details {
    margin-bottom: 60px;
  }
  .sales_details_ttl {
    font-size: 5vw;
    margin-bottom: 30px;
  }
  .sales_details_txt01 {
    font-size: 16px;
    margin-bottom: 40px;
  }
  .sales_details_txt02 {
    font-size: 3.1vw;
    margin-bottom: 30px;
  }
  .sales_details_pic01 {
    padding: 20px 10px;
    margin-bottom: 40px;
  }
  .sales_details_note {
    margin-top: 20px;
    font-size: 12px;
  }
  ul.sales_details_list {
    margin-bottom: 40px;
  }
  ul.sales_details_list li {
    width: 100%;
    margin-bottom: 10px;
  }
  ul.sales_details_list li h3 {
    font-size: 5.4vw;
    padding-left: 12px;
    margin-bottom: 0px;
  }
  ul.sales_details_list li h3::before {
    top: 5px;
    left: 0;
    width: 4px;
    height: 25px;
  }
  ul.sales_details_list li p {
    padding-left: 12px;
  }
.sales_photo .img_item,
.sales_photo .img_item:nth-child(3n) {
    width: 49%;
    margin: 0 2% 20px 0;
    }
.sales_photo .img_item:nth-child(2n) {
    margin-right: 0;
    }
}
/*----------------------------------------------------- */
/*  location           */
/*----------------------------------------------------- */
.location {
  margin-bottom: 120px;
}

ul.location_tab {
  display: flex;
  justify-content: center;
  margin-bottom: 80px;
}
ul.location_tab li {
  width: 430px;
  margin: 0 10px;
}

.location_tab_btn {
  display: block;
  border: 1px solid #fff;
  color: #fff;
  text-align: center;
  height: 50px;
  line-height: 50px;
}

.is-active .location_tab_btn {
  background: #93885c;
  color: #fff;
}

.location_panel {
  display: none;
}

.location_panel.is-show {
  display: block;
}

.location_ttl {
  font-size: 40px;
  color: #93885c;
  text-align: center;
  margin-bottom: 40px;
}

.location_txt {
  text-align: center;
  font-size: 18px;
  line-height: 2.2;
  margin-bottom: 40px;
}

ul.location_list {
    display: flex;
    margin-bottom: 60px;
    justify-content: center;
}
ul.location_list li {
    width: 32%;
    margin-right: 2%;
}
ul.location_list li:nth-child(3n) {
    margin-right: 0px;
}
ul.location_list p {
  text-align: left;
  font-size: 16px;
  line-height: 1.4;
  margin: 10px 0 0;
}

.location_pic01 {
  margin-bottom: 60px;
}

.location_map {
  margin-bottom: 60px;
}

.location_box {
  border: 1px solid #fff;
  padding: 40px 60px;
  margin-bottom: 60px;
}
.location_box h3 {
  text-align: center;
  font-size: 40px;
  margin-bottom: 40px;
}
.location_box p {
  text-align: center;
  font-size: 18px;
  line-height: 2.2;
  margin-bottom: 40px;
}
.location_box ul.location_list {
  margin-bottom: 0;
}
.location_box ul.location_list p {
  text-align: left;
  font-size: 16px;
  line-height: 1.4;
  margin: 10px 0 0;
}
.location_box .pic {
  margin-bottom: 15px;
}

.location_pic_cap {
  position: relative;
}
.location_pic_cap p {
  position: absolute;
  bottom: 10px;
  right: 10px;
  text-align: left;
  font-size: 16px;
  margin-bottom: 0;
  line-height: 1.4;
  text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.7);
}

.lifeinfo {
  padding: 40px 30px;
  background: #fff;
  margin-bottom: 60px;
}

ul.lifeinfo_tab_wrap {
  display: flex;
  justify-content: space-between;
}
ul.lifeinfo_tab_wrap li {
  width: 19%;
}
ul.lifeinfo_tab_wrap .lifeinfo_tab_btn {
  display: block;
  text-align: center;
  font-size: 18px;
  line-height: 1.2;
  padding: 12px 0;
}
ul.lifeinfo_tab_wrap .lifeinfo_tab_btn span {
  font-size: 12px;
  display: block;
}
ul.lifeinfo_tab_wrap li:nth-child(1) .lifeinfo_tab_btn {
  border: 2px solid #5a1e20;
  color: #5a1e20;
  transition: 0.3s ease-in-out;
}
ul.lifeinfo_tab_wrap li:nth-child(1) .lifeinfo_tab_btn:hover {
  background: #5a1e20;
  color: #fff;
}
ul.lifeinfo_tab_wrap li:nth-child(2) .lifeinfo_tab_btn {
  border: 2px solid #22485a;
  color: #22485a;
  transition: 0.3s ease-in-out;
}
ul.lifeinfo_tab_wrap li:nth-child(2) .lifeinfo_tab_btn:hover {
  background: #22485a;
  color: #fff;
}
ul.lifeinfo_tab_wrap li:nth-child(3) .lifeinfo_tab_btn {
  border: 2px solid #253e17;
  color: #253e17;
  transition: 0.3s ease-in-out;
}
ul.lifeinfo_tab_wrap li:nth-child(3) .lifeinfo_tab_btn:hover {
  background: #253e17;
  color: #fff;
}
ul.lifeinfo_tab_wrap li:nth-child(4) .lifeinfo_tab_btn {
  border: 2px solid #60521d;
  color: #60521d;
  transition: 0.3s ease-in-out;
}
ul.lifeinfo_tab_wrap li:nth-child(4) .lifeinfo_tab_btn:hover {
  background: #60521d;
  color: #fff;
}
ul.lifeinfo_tab_wrap li:nth-child(5) .lifeinfo_tab_btn {
  border: 2px solid #2b2a29;
  color: #2b2a29;
  transition: 0.3s ease-in-out;
}
ul.lifeinfo_tab_wrap li:nth-child(5) .lifeinfo_tab_btn:hover {
  background: #2b2a29;
  color: #fff;
}
ul.lifeinfo_tab_wrap li:nth-child(1).is-active02 .lifeinfo_tab_btn {
  background: #5a1e20;
  color: #fff;
  transition: 0.3s ease-in-out;
}
ul.lifeinfo_tab_wrap li:nth-child(2).is-active02 .lifeinfo_tab_btn {
  background: #22485a;
  color: #fff;
  transition: 0.3s ease-in-out;
}
ul.lifeinfo_tab_wrap li:nth-child(3).is-active02 .lifeinfo_tab_btn {
  background: #253e17;
  color: #fff;
  transition: 0.3s ease-in-out;
}
ul.lifeinfo_tab_wrap li:nth-child(4).is-active02 .lifeinfo_tab_btn {
  background: #60521d;
  color: #fff;
  transition: 0.3s ease-in-out;
}
ul.lifeinfo_tab_wrap li:nth-child(5).is-active02 .lifeinfo_tab_btn {
  background: #2b2a29;
  color: #fff;
  transition: 0.3s ease-in-out;
}

ul.lifeinfo_tab_wrap01 {
  margin-bottom: 20px;
}

ul.lifeinfo_tab_wrap02 {
  margin-top: 10px;
}

.lifeinfo_panel {
  display: none;
}

.lifeinfo_panel.is-show02 {
  display: block;
}

ul.lifeinfo_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 30px;
}
ul.lifeinfo_list::after {
  content: "";
  display: block;
  width: 31%;
}
ul.lifeinfo_list li {
  width: 31%;
  color: #000;
  border-bottom: 1px solid #000;
  margin-bottom: 30px;
}
ul.lifeinfo_list li h3 {
  font-size: 20px;
  font-weight: bold;
}
ul.lifeinfo_list li p {
  font-size: 14px;
  margin-left: 26px;
}

.lifeinfo_panel01 h3 {
  color: #5a1e20;
}

.lifeinfo_panel02 h3 {
  color: #22485a;
}

.lifeinfo_panel03 h3 {
  color: #253e17;
}

.lifeinfo_panel04 h3 {
  color: #60521d;
}

.lifeinfo_panel05 h3 {
  color: #2b2a29;
}

@media screen and (max-width: 768px) {
  .location {
    margin-bottom: 60px;
  }
  ul.location_tab {
    display: flex;
    justify-content: center;
    margin-bottom: 40px;
  }
  ul.location_tab li {
    width: 430px;
    margin: 0 5px;
  }
  .location_tab_btn {
    height: 40px;
    line-height: 40px;
    font-size: 12px;
  }
  .location_ttl {
    font-size: 5vw;
    margin-bottom: 30px;
  }
  .location_txt {
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 40px;
  }
  ul.location_list {
    display: block;
    margin-bottom: 40px;
  }
  ul.location_list li,ul.location_list li:nth-child(3n) {
    width: 80%;
    margin: 0 auto;
  }
  ul.location_list li + li,ul.location_list li:nth-child(3n){
    margin-top: 20px;
  }
  .location_pic01 {
    margin-bottom: 40px;
  }
  .location_map {
    margin-bottom: 40px;
  }
  .location_box {
    padding: 20px 10px;
    margin-bottom: 20px;
  }
  .location_box h3 {
    font-size: 5vw;
    margin-bottom: 20px;
  }
  .location_box p {
    font-size: 14px;
    margin-bottom: 20px;
  }
  .location_box ul.location_list {
    margin-bottom: 0;
  }
  .location_box ul.location_list p {
    font-size: 12px;
    line-height: 1.4;
  }
  .location_box ul.location_list02 {
    display: block;
    width: 80%;
    margin: 0 auto;
  }
  .location_box ul.location_list02 li {
    width: 100%;
  }
  .location_box ul.location_list02 li + li {
    margin-top: 20px;
  }
  .location_box .pic {
    margin-bottom: 10px;
  }
  .location_pic_cap {
    position: relative;
    width: 80%;
    margin: 0 auto 20px !important;
  }
  .location_pic_cap p {
    bottom: 5px;
    right: 5px;
    font-size: 12px;
    margin-bottom: 0;
  }
  .lifeinfo {
    padding: 20px 10px;
    margin-bottom: 20px;
  }
  ul.lifeinfo_tab_wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  ul.lifeinfo_tab_wrap li {
    width: 31%;
    margin: 0 1% 10px;
  }
  ul.lifeinfo_tab_wrap .lifeinfo_tab_btn {
    font-size: 15px;
    padding: 8px 0;
  }
  ul.lifeinfo_tab_wrap .lifeinfo_tab_btn span {
    font-size: 10px;
    display: block;
  }
  ul.lifeinfo_tab_wrap01 {
    margin-bottom: 10px;
  }
  ul.lifeinfo_tab_wrap02 {
    margin-top: 0px;
  }
  ul.lifeinfo_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 30px;
  }
  ul.lifeinfo_list::after {
    content: "";
    display: block;
    width: 100%;
  }
  ul.lifeinfo_list li {
    width: 100%;
    margin-bottom: 15px;
  }
  ul.lifeinfo_list li h3 {
    font-size: 16px;
    font-weight: bold;
  }
  ul.lifeinfo_list li p {
    font-size: 12px;
    margin-left: 22px;
  }
  .lifeinfo_panel01 h3 {
    color: #5a1e20;
  }
  .lifeinfo_panel02 h3 {
    color: #22485a;
  }
  .lifeinfo_panel03 h3 {
    color: #253e17;
  }
  .lifeinfo_panel04 h3 {
    color: #60521d;
  }
  .lifeinfo_panel05 h3 {
    color: #2b2a29;
  }
}
/*----------------------------------------------------- */
/*  access           */
/*----------------------------------------------------- */
.access {
  margin-bottom: 120px;
}

.access_ttl {
  font-size: 40px;
  color: #93885c;
  text-align: center;
  margin-bottom: 40px;
}

.access_list01 {
  display: flex;
  justify-content: space-between;
}
.access_list01 li {
  width: 33.3%;
}

.access_pic01 {
  margin-bottom: 10px;
}

.access_pic02 {
  margin-bottom: 20px;
}

.access_pic03 {
  margin-bottom: 60px;
}

.access_subttl {
  text-align: center;
  font-size: 32px;
  margin-bottom: 40px;
}

ul.access_list02 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 60px;
}
ul.access_list02 li {
  width: 32.5%;
  margin-bottom: 10px;
}

.access_txt {
  margin-bottom: 60px;
  font-size: 18px;
}

.access_note {
  font-size: 14px;
  margin-top: 10px;
}

.access_note02 {
  margin-bottom: 60px;
}

.access_sec02 {
  background: #025450;
  margin-top: 60px;
  padding: 60px 0;
}

.c-tab-group {
  position: relative;
  padding: 40px;
  background: #fff;
}
.c-tab-group .ttl {
  font-weight: bold;
  text-align: center;
  position: absolute;
  top: 8px;
  right: 240px;
  color: #000;
}

.c-tab__wrap {
  display: flex;
  justify-content: space-between;
  width: 545px;
  position: absolute;
  top: 40px;
  right: 40px;
}

.c-tab {
  width: 260px;
  height: 54px;
}
.c-tab a {
  display: block;
  font-size: 20px;
  background: #fff;
  border-radius: 5px;
  text-align: center;
  line-height: 54px;
  position: relative;
}

.c-tab01 a {
  border: 2px solid #0e3593;
  color: #0e3593;
}
.c-tab01.is-active a {
  background: #0e3593;
  color: #fff;
}
.c-tab01.is-active a:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -18px;
  left: 0;
  width: 0px;
  height: 0px;
  margin: auto;
  border-style: solid;
  border-color: #0e3593 transparent transparent transparent;
  border-width: 18px 18px 0 18px;
}

.c-tab02 a {
  border: 2px solid #f1b354;
  color: #f1b354;
}
.c-tab02.is-active a {
  background: #f1b354;
  color: #fff;
}
.c-tab02.is-active a:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -18px;
  left: 0;
  width: 0px;
  height: 0px;
  margin: auto;
  border-style: solid;
  border-color: #f1b354 transparent transparent transparent;
  border-width: 18px 18px 0 18px;
}

.c-panel {
  display: none;
}

.c-panel.is-show {
  display: block;
}

@media screen and (max-width: 768px) {
  .access {
    margin-bottom: 60px;
  }
  .access_ttl {
    font-size: 5vw;
    margin-bottom: 30px;
  }
  .access_pic01 {
    margin-bottom: 10px;
  }
  .access_pic03 {
    margin-bottom: 40px;
  }
  .access_subttl {
    font-size: 16px;
    margin-bottom: 20px;
  }
  ul.access_list02 {
    margin-bottom: 40px;
  }
  ul.access_list02 li {
    width: 49%;
    margin-bottom: 10px;
  }
  .access_txt {
    margin-bottom: 40px;
    font-size: 16px;
  }
  .access_note {
    font-size: 12px;
    margin-top: 10px;
  }
  .access_note02 {
    margin-bottom: 40px;
  }
  .access_sec02 {
    margin-top: 40px;
    padding: 40px 0;
  }
  .c-tab-group {
    padding: 20px;
    margin-top: 220px;
  }
  .c-tab-group .ttl {
    font-weight: bold;
    text-align: center;
    position: absolute;
    top: -200px;
    right: 0;
    left: 0;
    color: #fff;
  }
  .c-tab__wrap {
    display: block;
    width: 100%;
    position: absolute;
    top: -160px;
    right: 0;
  }
  .c-tab {
    width: 100%;
    height: 40px;
  }
  .c-tab a {
    display: block;
    font-size: 20px;
    background: #fff;
    border-radius: 5px;
    text-align: center;
    line-height: 54px;
    position: relative;
  }
  .c-tab01 {
    margin-bottom: 40px;
  }
  .c-tab01 a {
    border: 2px solid #0e3593;
    color: #0e3593;
  }
  .c-tab01.is-active a {
    background: #0e3593;
    color: #fff;
  }
  .c-tab01.is-active a:after {
    content: "";
    position: absolute;
    right: 0;
    bottom: -12px;
    left: 0;
    width: 0px;
    height: 0px;
    margin: auto;
    border-style: solid;
    border-color: #0e3593 transparent transparent transparent;
    border-width: 12px 12px 0 12px;
  }
  .c-tab02 a {
    border: 2px solid #f1b354;
    color: #f1b354;
  }
  .c-tab02.is-active a {
    background: #f1b354;
    color: #fff;
  }
  .c-tab02.is-active a:after {
    content: "";
    position: absolute;
    right: 0;
    bottom: -12px;
    left: 0;
    width: 0px;
    height: 0px;
    margin: auto;
    border-style: solid;
    border-color: #f1b354 transparent transparent transparent;
    border-width: 12px 12px 0 12px;
  }
}
/*----------------------------------------------------- */
/*  page_top           */
/*----------------------------------------------------- */
.page_top {
  position: fixed;
  bottom: 3%;
  right: 3%;
  transition: 0.3s ease-in-out;
}

.page_top a {
  display: block;
  width: 60px;
  height: 60px;
  background: #93885c;
  border-radius: 60px;
  position: relative;
  transition: 0.3s ease-in-out;
}

.page_top a:hover {
  opacity: 0.7;
}

.page_top::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 50%;
  width: 12px;
  height: 12px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  transform: translateX(50%) translateY(-25%) rotate(-45deg);
}

@media screen and (max-width: 768px) {
  .page_top {
    position: fixed;
    bottom: 2%;
    right: 2%;
  }
  .page_top a {
    width: 40px;
    height: 40px;
  }
  .page_top::after {
    width: 10px;
    height: 10px;
  }
}
/*----------------------------------------------------- */
/*  side_btn           */
/*----------------------------------------------------- */
.pbAreaWrapper1 .b-o-main_content.b-is-wide, .pbAreaWrapper1 .b-o-main_content.b-m-tooltipInText {
  width: 100%;
  position: relative;
}

.side_btn_list {
  position: -webkit-fixed;
  position: fixed;
  right: 0;
  top: calc(50% - 136px);
}
.side_btn_list .side_btn_li {
  position: relative;
}
.side_btn_list .side_btn_li + .side_btn_li {
  margin-top: 10px;
}
.side_btn_list .side_btn_01 {
  width: 49px;
  writing-mode: vertical-rl;
  color: #fff;
  display: block;
  text-align: center;
  padding: 50px 10px;
  font-size: 16px;
  background-image: linear-gradient(0deg, rgb(145, 62, 67) 0%, rgb(184, 86, 95) 50.06%, rgb(145, 62, 67) 100%);
}
.side_btn_list .side_btn_02 {
  width: 49px;
  writing-mode: vertical-rl;
  color: #fff;
  display: block;
  text-align: center;
  padding: 50px 10px;
  font-size: 16px;
  background-image: linear-gradient(0deg, rgb(137, 125, 78) 0%, rgb(167, 157, 107) 50.17%, rgb(137, 125, 78) 100%);
}

.side_drop_menu {
  position: absolute;
  left: -113px;
  top: 0;
  display: flex;
  height: 100%;
  visibility: hidden;
  opacity: 0;
}
.side_drop_menu li {
  background-color: hsla(0, 0%, 100%, 0.8);
  display: flex;
  justify-content: center;
  align-items: center;
}
.side_drop_menu li + li {
  margin-left: 1px;
}
.side_drop_menu a {
  writing-mode: vertical-rl;
  padding: 15px;
}

.side_btn:hover &gt; .side_drop_menu {
  visibility: visible;
  opacity: 1;
}

@media screen and (max-width: 768px) {
  .side_btn_list {
    display: none !important;
  }
}
/*----------------------------------------------------- */
/*  pft           */
/*----------------------------------------------------- */
.pfh {
  background: #F6AB00;
  text-align: center;
  color: #000;
  padding-bottom: 60px;
}

.pfh_mainttl {
  padding: 70px 0 40px;
}
.pfh_mainttl h4 {
  text-align: center;
  font-size: 28px;
}

.pfh_mv {
  height: 800px;
  width: 100%;
  background: url(../images/concept/visual.png) center center no-repeat;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 100px;
}
.pfh_mv h2 {
  text-align: center;
  margin-bottom: 60px;
}
.pfh_mv p {
  text-align: center;
}

.pfh_ttl {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 80px;
}

.pfh_txt01 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 80px;
}

.pfh_txt02 {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 40px;
}

ul.pfh_list {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 40px;
  text-align: left;
  max-width: 780px;
  margin: 80px auto;
}
ul.pfh_list li {
  position: relative;
  padding-left: 18px;
}
ul.pfh_list li::before {
  content: "●";
  position: absolute;
  top: 3px;
  left: 2px;
  font-size: 10px;
}

@media screen and (max-width: 768px) {
  .pfh {
    padding-bottom: 60px;
  }
  .pfh_mainttl {
    padding: 50px 0 30px;
  }
  .pfh_mainttl h4 {
    font-size: 20px;
  }
  .pfh_mv {
    height: 400px;
    background: url(../images/concept/visual_sp.png) center center no-repeat;
    background-size: cover;
    margin-bottom: 60px;
  }
  .pfh_mv h2 {
    width: 53%;
    margin: 0 auto 40px;
  }
  .pfh_mv p {
    width: 78%;
    margin: 0 auto;
  }
  .pfh_ttl {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 40px;
  }
  .pfh_txt01 {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 40px;
  }
  .pfh_txt02 {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 20px;
  }
  ul.pfh_list {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 20px;
    text-align: left;
    max-width: 780px;
    margin: 40px auto;
  }
  ul.pfh_list li {
    position: relative;
    padding-left: 18px;
  }
  ul.pfh_list li::before {
    content: "●";
    position: absolute;
    top: 3px;
    left: 2px;
    font-size: 10px;
  }
}
/*----------------------------------------------------- */
/*  ca           */
/*----------------------------------------------------- */
.ca {
  padding-bottom: 80px;
}

.ca_mv {
  height: 640px;
  width: 100%;
  background: url(../images/concept/visual.png) center center no-repeat;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 100px;
}
.ca_mv h2 {
  width: 452px;
}

.ca_txt01 {
  font-size: 20px;
  text-align: center;
  margin-bottom: 80px;
}

.ca_txt02 {
  font-size: 20px;
  text-align: center;
  margin-bottom: 80px;
}

.ca_pic {
  max-width: 702px;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .ca {
    padding-bottom: 40px;
  }
  .ca_mv {
    height: 320px;
    width: 100%;
    background: url(../images/concept/visual_sp.png) center center no-repeat;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 50px;
  }
  .ca_mv h2 {
    width: 300px;
  }
  .ca_txt01 {
    font-size: 16px;
    text-align: center;
    margin-bottom: 40px;
  }
  .ca_txt02 {
    font-size: 16px;
    text-align: center;
    margin-bottom: 40px;
  }
  .ca_pic {
    max-width: 65%;
    margin: 0 auto;
  }
}/*# sourceMappingURL=style.css.map */
</pre></body></html>