<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">header .head_content02 .link_list li .newstyle::before,
#sp_menu .link_list li .newstyle::before {
  background-color: #A27F25;
}

#container {
  padding-bottom: 0 !important;
}
#container h2 {
  font-size: 20px;
  font-weight: 500;
  color: #AA8420;
  text-align: center;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 1100px) {
  #container h2 {
    font-size: 1.8vw;
  }
}
@media screen and (max-width: 768px) {
  #container h2 {
    font-size: 6vw;
  }
}

.image_txt {
  position: absolute;
  left: 20px;
  bottom: 10px;
  font-size: 10px;
  color: #fff;
}
@media screen and (max-width: 1100px) {
  .image_txt {
    left: 1.8vw;
    bottom: 0.9vw;
    font-size: 0.9vw;
  }
}
@media screen and (max-width: 768px) {
  .image_txt {
    left: 1.4vw;
    bottom: 1.4vw;
    font-size: 2vw;
  }
}

.main_txt01 {
  font-size: 22px;
  line-height: 1.8em;
  text-align: center;
  letter-spacing: 0.05em;
  margin-top: 20px;
}
@media screen and (max-width: 1100px) {
  .main_txt01 {
    font-size: 2vw;
    margin-top: 1.8vw;
  }
}
@media screen and (max-width: 768px) {
  .main_txt01 {
    font-size: 5.3vw;
    margin-top: 3.7vw;
  }
}
.main_txt01 + .main_txt02 {
  margin-top: 30px;
}
@media screen and (max-width: 1100px) {
  .main_txt01 + .main_txt02 {
    margin-top: 2.7vw;
  }
}
@media screen and (max-width: 768px) {
  .main_txt01 + .main_txt02 {
    margin-top: 6vw;
  }
}

.main_txt02 {
  font-size: 15px;
  line-height: 2.7em;
  text-align: center;
}
@media screen and (max-width: 1100px) {
  .main_txt02 {
    font-size: 1.4vw;
  }
}
@media screen and (max-width: 768px) {
  .main_txt02 {
    font-size: 3.3vw;
    line-height: 2em;
  }
}

#mv {
  position: relative;
}
#mv .image_txt {
  color: #000000;
}

.head_contents .wrap01 {
  padding-top: 85px;
  padding-bottom: 90px;
}
@media screen and (max-width: 1100px) {
  .head_contents .wrap01 {
    padding-top: 7.7vw;
    padding-bottom: 8.2vw;
  }
}
@media screen and (max-width: 768px) {
  .head_contents .wrap01 {
    width: 100%;
  }
}

.contents_box {
  border-top: 5px solid #AA8420;
}
@media screen and (max-width: 1200px) {
  .contents_box {
    border-top-width: 0.4vw;
  }
}
.contents_box .contents_header {
  position: relative;
}
.contents_box .contents_header h3 {
  width: 100%;
}
.contents_box .contents_header .more {
  position: absolute;
  width: 48px;
  left: 50%;
  bottom: 20px;
  transform: translateX(-50%);
  cursor: pointer;
  transition: opacity 0.3s;
}
@media screen and (max-width: 1200px) {
  .contents_box .contents_header .more {
    width: 4vw;
    bottom: 1.7vw;
  }
}
@media screen and (max-width: 768px) {
  .contents_box .contents_header .more {
    width: 8.3vw;
    bottom: 1.7vw;
  }
}
.contents_box .contents_header .more:hover {
  opacity: 0.7;
}
.contents_box .contents_body {
  height: 0;
  overflow: hidden;
}
.contents_box .contents_body.is-open {
  height: auto;
}
.contents_box .contents_body .sub_section {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left center;
}
@media screen and (max-width: 768px) {
  .contents_box .contents_body .sub_section {
    background-size: 100% auto;
    background-position: center top;
  }
}
.contents_box .contents_body .sub_section .title_box {
  position: absolute;
  left: 0;
  top: 0;
  width: 40vw;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .contents_box .contents_body .sub_section .title_box {
    position: static;
    width: 100%;
    height: auto;
    padding-top: 12vw;
    padding-bottom: 7.3vw;
  }
}
@media screen and (max-width: 1200px) {
  .contents_box .contents_body .sub_section .wrap01 {
    max-width: none;
    width: 83.3vw;
  }
}
@media screen and (max-width: 768px) {
  .contents_box .contents_body .sub_section .wrap01 {
    width: 93.3%;
    padding-bottom: 6.7vw;
  }
}
.contents_box .contents_body .sub_section .wrap01 .content {
  position: relative;
  width: 640px;
  margin-left: auto;
  margin-right: 0;
  padding-top: 80px;
}
@media screen and (max-width: 1200px) {
  .contents_box .contents_body .sub_section .wrap01 .content {
    width: 53.3vw;
    padding-top: 6.7vw;
  }
}
@media screen and (max-width: 768px) {
  .contents_box .contents_body .sub_section .wrap01 .content {
    width: 100%;
    padding-top: 0;
  }
}
.contents_box .contents_body .sub_section .wrap01 .content .txt01 {
  font-size: 22px;
  font-weight: 500;
  color: #fff;
  letter-spacing: 0.05em;
  line-height: 1.8em;
}
@media screen and (max-width: 1200px) {
  .contents_box .contents_body .sub_section .wrap01 .content .txt01 {
    font-size: 1.8vw;
  }
}
@media screen and (max-width: 768px) {
  .contents_box .contents_body .sub_section .wrap01 .content .txt01 {
    width: 87.1%;
    margin-left: auto;
    margin-right: auto;
    font-size: 5.3vw;
    line-height: 1.6em;
    letter-spacing: 0;
  }
}
.contents_box .contents_body .sub_section .wrap01 .content .txt02 {
  font-size: 15px;
  color: #fff;
  line-height: 2em;
  margin-top: 30px;
}
@media screen and (max-width: 1200px) {
  .contents_box .contents_body .sub_section .wrap01 .content .txt02 {
    font-size: 1.3vw;
    margin-top: 2.5vw;
  }
}
@media screen and (max-width: 768px) {
  .contents_box .contents_body .sub_section .wrap01 .content .txt02 {
    width: 87.1%;
    margin-left: auto;
    margin-right: auto;
    font-size: 3.3vw;
    margin-top: 4.7vw;
    text-align: justify;
  }
}
.contents_box .contents_body .sub_section .wrap01 .content .ip_txt {
  display: none;
}
@media screen and (max-width: 768px) {
  .contents_box .contents_body .sub_section .wrap01 .content .ip_txt {
    display: block;
    width: 100%;
    font-size: 2vw;
    text-align: right;
    color: #fff;
    margin-top: 3vw;
  }
}
.contents_box .contents_body .sub_section .wrap01 .content .place_box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.contents_box .contents_body .sub_section .wrap01 .content .place_box .place_block {
  width: 23.9%;
}
@media screen and (max-width: 768px) {
  .contents_box .contents_body .sub_section .wrap01 .content .place_box .place_block {
    width: 48.6%;
  }
  .contents_box .contents_body .sub_section .wrap01 .content .place_box .place_block:nth-child(n+3) {
    margin-top: 2.6vw;
  }
}
.contents_box .contents_body .sub_section .wrap01 .content .place_box .place_block .p_txt01 {
  font-size: 12px;
  text-align: center;
  color: #fff;
  line-height: 1.3em;
  letter-spacing: 0;
  margin-top: 0.3em;
}
@media screen and (max-width: 1200px) {
  .contents_box .contents_body .sub_section .wrap01 .content .place_box .place_block .p_txt01 {
    font-size: 1vw;
  }
}
@media screen and (max-width: 768px) {
  .contents_box .contents_body .sub_section .wrap01 .content .place_box .place_block .p_txt01 {
    font-size: 2.6vw;
  }
}
.contents_box .contents_body .sub_section .wrap01 .content .place_box .place_block .p_txt01 .long {
  display: inline-block;
  width: 110%;
  margin-left: -10%;
  margin-right: -10%;
}
@media screen and (max-width: 768px) {
  .contents_box .contents_body .sub_section .wrap01 .content .place_box .place_block .p_txt01 .long {
    width: 108%;
    margin-left: 0%;
    margin-right: 0%;
  }
}
.contents_box .contents_body .close_box {
  position: relative;
  height: 112px;
}
@media screen and (max-width: 1200px) {
  .contents_box .contents_body .close_box {
    height: 9.3vw;
  }
}
@media screen and (max-width: 768px) {
  .contents_box .contents_body .close_box {
    height: 12vw;
  }
}
.contents_box .contents_body .close_box .close {
  position: absolute;
  width: 56px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
  transition: opacity 0.3s;
}
@media screen and (max-width: 1200px) {
  .contents_box .contents_body .close_box .close {
    width: 4.7vw;
  }
}
@media screen and (max-width: 768px) {
  .contents_box .contents_body .close_box .close {
    width: 9.6vw;
  }
}
.contents_box .contents_body .close_box .close:hover {
  opacity: 0.7;
}

#dinks .contents_body {
  background-color: #99AFBD;
}
#dinks .contents_body #dinks01 {
  background-image: url(../images/newstyle/dinks_bg01_pc.jpg);
  background-position: left top;
}
@media screen and (max-width: 768px) {
  #dinks .contents_body #dinks01 {
    background-image: url(../images/newstyle/dinks_bg01_sp.jpg);
    background-position: center top;
  }
}
#dinks .contents_body #dinks01 .title_box h4 {
  width: 143px;
}
@media screen and (max-width: 1200px) {
  #dinks .contents_body #dinks01 .title_box h4 {
    width: 11.9vw;
  }
}
@media screen and (max-width: 768px) {
  #dinks .contents_body #dinks01 .title_box h4 {
    width: 24.8vw;
  }
}
#dinks .contents_body #dinks01 .img_box01 {
  margin-top: 50px;
}
@media screen and (max-width: 1200px) {
  #dinks .contents_body #dinks01 .img_box01 {
    margin-top: 4.2vw;
  }
}
@media screen and (max-width: 768px) {
  #dinks .contents_body #dinks01 .img_box01 {
    margin-top: 1.3vw;
  }
}
#dinks .contents_body #dinks02 {
  background-image: url(../images/newstyle/dinks_bg02_pc.jpg);
  background-position: left top;
}
@media screen and (max-width: 768px) {
  #dinks .contents_body #dinks02 {
    background-image: url(../images/newstyle/dinks_bg02_sp.jpg);
    background-position: center top;
  }
}
#dinks .contents_body #dinks02 .title_box h4 {
  width: 162px;
}
@media screen and (max-width: 1200px) {
  #dinks .contents_body #dinks02 .title_box h4 {
    width: 13.5vw;
  }
}
@media screen and (max-width: 768px) {
  #dinks .contents_body #dinks02 .title_box h4 {
    width: 28vw;
  }
}
#dinks .contents_body #dinks02 .img_box01 {
  margin-top: 50px;
}
@media screen and (max-width: 1200px) {
  #dinks .contents_body #dinks02 .img_box01 {
    margin-top: 4.2vw;
  }
}
@media screen and (max-width: 768px) {
  #dinks .contents_body #dinks02 .img_box01 {
    margin-top: 1.3vw;
  }
}
#dinks .contents_body #dinks03 {
  background-image: url(../images/newstyle/dinks_bg03_pc.jpg);
  background-position: left top;
}
@media screen and (max-width: 768px) {
  #dinks .contents_body #dinks03 {
    background-image: url(../images/newstyle/dinks_bg03_sp.jpg);
    background-position: center top;
  }
}
#dinks .contents_body #dinks03 .title_box h4 {
  width: 196px;
}
@media screen and (max-width: 1200px) {
  #dinks .contents_body #dinks03 .title_box h4 {
    width: 16.3vw;
  }
}
@media screen and (max-width: 768px) {
  #dinks .contents_body #dinks03 .title_box h4 {
    width: 33.9vw;
  }
}
#dinks .contents_body #dinks03 .img_box01 {
  margin-top: 50px;
}
@media screen and (max-width: 1200px) {
  #dinks .contents_body #dinks03 .img_box01 {
    margin-top: 4.2vw;
  }
}
@media screen and (max-width: 768px) {
  #dinks .contents_body #dinks03 .img_box01 {
    margin-top: 1.3vw;
  }
}

#family .contents_body {
  background-color: #D5BAAF;
}
#family .contents_body #family01 {
  background-image: url(../images/newstyle/family_bg01_pc.jpg);
}
@media screen and (max-width: 768px) {
  #family .contents_body #family01 {
    background-image: url(../images/newstyle/family_bg01_sp.jpg);
  }
}
#family .contents_body #family01 .title_box h4 {
  width: 139px;
}
@media screen and (max-width: 1200px) {
  #family .contents_body #family01 .title_box h4 {
    width: 11.6vw;
  }
}
@media screen and (max-width: 768px) {
  #family .contents_body #family01 .title_box h4 {
    width: 24.1vw;
  }
}
#family .contents_body #family01 .img_box01 {
  margin-top: 45px;
}
@media screen and (max-width: 1200px) {
  #family .contents_body #family01 .img_box01 {
    margin-top: 3.8vw;
  }
}
@media screen and (max-width: 768px) {
  #family .contents_body #family01 .img_box01 {
    margin-top: 1.3vw;
  }
}
#family .contents_body #family01 .img_box02 {
  margin-top: 50px;
}
@media screen and (max-width: 1200px) {
  #family .contents_body #family01 .img_box02 {
    margin-top: 4.2vw;
  }
}
@media screen and (max-width: 768px) {
  #family .contents_body #family01 .img_box02 {
    margin-top: 4vw;
  }
}
#family .contents_body #family01 .img_box03 {
  margin-top: 30px;
}
@media screen and (max-width: 1200px) {
  #family .contents_body #family01 .img_box03 {
    margin-top: 2.5vw;
  }
}
@media screen and (max-width: 768px) {
  #family .contents_body #family01 .img_box03 {
    margin-top: 4vw;
  }
}
#family .contents_body #family02 {
  background-image: url(../images/newstyle/family_bg02_pc.jpg);
}
@media screen and (max-width: 768px) {
  #family .contents_body #family02 {
    background-image: url(../images/newstyle/family_bg02_sp.jpg);
  }
}
#family .contents_body #family02 .title_box h4 {
  width: 148px;
}
@media screen and (max-width: 1200px) {
  #family .contents_body #family02 .title_box h4 {
    width: 12.3vw;
  }
}
@media screen and (max-width: 768px) {
  #family .contents_body #family02 .title_box h4 {
    width: 25.6vw;
  }
}
@media screen and (max-width: 768px) {
  #family .contents_body #family02 .txt01 .sp_txt01 {
    display: inline-block;
    width: 108%;
  }
}
#family .contents_body #family02 .img_box01 {
  margin-top: 45px;
  padding-bottom: 8px;
}
@media screen and (max-width: 1200px) {
  #family .contents_body #family02 .img_box01 {
    margin-top: 3.8vw;
    padding-bottom: 0.7vw;
  }
}
@media screen and (max-width: 768px) {
  #family .contents_body #family02 .img_box01 {
    margin-top: 1.3vw;
  }
}
#family .contents_body #family03 {
  background-image: url(../images/newstyle/family_bg03_pc.jpg);
  background-position: left top;
}
@media screen and (max-width: 768px) {
  #family .contents_body #family03 {
    background-image: url(../images/newstyle/family_bg03_sp.jpg);
    background-position: center top;
  }
}
#family .contents_body #family03 .title_box h4 {
  width: 139px;
}
@media screen and (max-width: 1200px) {
  #family .contents_body #family03 .title_box h4 {
    width: 11.6vw;
  }
}
@media screen and (max-width: 768px) {
  #family .contents_body #family03 .title_box h4 {
    width: 24.1vw;
  }
}
#family .contents_body #family03 .img_box01 {
  margin-top: 50px;
}
@media screen and (max-width: 1200px) {
  #family .contents_body #family03 .img_box01 {
    margin-top: 4.2vw;
  }
}
@media screen and (max-width: 768px) {
  #family .contents_body #family03 .img_box01 {
    margin-top: 1.3vw;
  }
}
#family .contents_body #family03 .img_box02 {
  margin-top: 45px;
}
@media screen and (max-width: 1200px) {
  #family .contents_body #family03 .img_box02 {
    margin-top: 3.8vw;
  }
}
@media screen and (max-width: 768px) {
  #family .contents_body #family03 .img_box02 {
    margin-top: 3.3vw;
  }
}

#senior .contents_body {
  background-color: #CCBCA2;
}
#senior .contents_body #senior01 {
  background-image: url(../images/newstyle/senior_bg01_pc.jpg);
}
@media screen and (max-width: 768px) {
  #senior .contents_body #senior01 {
    background-image: url(../images/newstyle/senior_bg01_sp.jpg);
  }
}
#senior .contents_body #senior01 .title_box h4 {
  width: 139px;
}
@media screen and (max-width: 1200px) {
  #senior .contents_body #senior01 .title_box h4 {
    width: 11.6vw;
  }
}
@media screen and (max-width: 768px) {
  #senior .contents_body #senior01 .title_box h4 {
    width: 24.1vw;
  }
}
#senior .contents_body #senior01 .img_box01 {
  margin-top: 40px;
}
@media screen and (max-width: 1200px) {
  #senior .contents_body #senior01 .img_box01 {
    margin-top: 3.3vw;
  }
}
@media screen and (max-width: 768px) {
  #senior .contents_body #senior01 .img_box01 {
    margin-top: 1.3vw;
  }
}
#senior .contents_body #senior02 {
  background-image: url(../images/newstyle/senior_bg02_pc.jpg);
}
@media screen and (max-width: 768px) {
  #senior .contents_body #senior02 {
    background-image: url(../images/newstyle/senior_bg02_sp.jpg);
  }
}
#senior .contents_body #senior02 .title_box h4 {
  width: 139px;
}
@media screen and (max-width: 1200px) {
  #senior .contents_body #senior02 .title_box h4 {
    width: 11.6vw;
  }
}
@media screen and (max-width: 768px) {
  #senior .contents_body #senior02 .title_box h4 {
    width: 24.1vw;
  }
}
#senior .contents_body #senior02 .img_box01 {
  margin-top: 40px;
}
@media screen and (max-width: 1200px) {
  #senior .contents_body #senior02 .img_box01 {
    margin-top: 3.3vw;
  }
}
@media screen and (max-width: 768px) {
  #senior .contents_body #senior02 .img_box01 {
    margin-top: 1.3vw;
  }
}
#senior .contents_body #senior03 {
  background-image: url(../images/newstyle/senior_bg03_pc.jpg);
}
@media screen and (max-width: 768px) {
  #senior .contents_body #senior03 {
    background-image: url(../images/newstyle/senior_bg03_sp.jpg);
  }
}
#senior .contents_body #senior03 .title_box h4 {
  width: 139px;
}
@media screen and (max-width: 1200px) {
  #senior .contents_body #senior03 .title_box h4 {
    width: 11.6vw;
  }
}
@media screen and (max-width: 768px) {
  #senior .contents_body #senior03 .title_box h4 {
    width: 24.1vw;
  }
}
@media screen and (max-width: 768px) {
  #senior .contents_body #senior03 .content .txt01 .sp_txt01 {
    display: inline-block;
    width: 108%;
  }
}/*# sourceMappingURL=style_newstyle.css.map */</pre></body></html>