@import url("https://use.typekit.net/gdf1fdf.css");
@import url("https://fonts.googleapis.com/css2?family=EB+Garamond:ital@1&display=swap");
html {
  overflow-y: scroll; }

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

fieldset, img {
  border: 0; }

img {
  vertical-align: bottom; }

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
  font-weight: normal; }

li {
  list-style: none; }

caption, th {
  text-align: left; }

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal; }

q:before, q:after {
  content: ''; }

abbr, acronym {
  border: 0;
  font-variant: normal; }

input, textarea, select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit; }

/*to enable resizing for IE*/
input, textarea, select {
  *font-size: 100%; }

/*because legend doesn't inherit in IE */
legend {
  color: #000; }

del, ins {
  text-decoration: none; }

.dummy-head,
.dummy-footer {
  background: #888;
  text-align: center;
  color: #bbb;
  font-size: 20px;
  line-height: 1.5; }

.dummy-head {
  padding: 40px 0; }

.dummy-footer {
  padding: 500px 0; }

/*$color1: #41889e;*/
/*$color1: #0094e3;*/
/******************************************************

common

******************************************************/
.container .caption {
  padding: 10px; }

.photo01 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  .photo01 li {
    width: 49.6%; }
  @media screen and (max-width: 600px) {
    .photo01 li {
      width: 100%; }
      .photo01 li:nth-child(2) {
        margin-top: 1.5%; } }

.photo-l {
  margin-top: 120px; }
  .photo-l .p-base img {
    width: 100%;
    height: auto; }
  @media screen and (max-width: 600px) {
    .photo-l {
      margin-top: 60px;
      position: relative;
      overflow: hidden; }
      .photo-l .p-base {
        width: 140% !important;
        margin-left: -20% !important;
        margin-right: -20% !important;
        display: block; } }

.en-text {
  text-align: center;
  font-family: eb-garamond,serif;
  font-weight: 400;
  font-style: normal;
  font-size: 30px;
  line-height: 1.5;
  color: #9b825a;
  letter-spacing: 5px;
  margin-top: 20px; }
  @media screen and (max-width: 600px) {
    .en-text {
      margin-top: 10px;
      letter-spacing: 4px;
      font-size: 25px; } }

.life-list {
  padding: 0 20px; }
  .life-list .life-l-copy {
    padding-top: 10px; }
    .life-list .life-l-copy .life-name {
      display: block;
      text-align: center;
      color: #9b825a;
      font-size: 18px;
      padding: 5px;
      line-height: 1.5;
      border-bottom: 1px solid #cccccc;
      margin-bottom: 10px; }
    .life-list .life-l-copy .life-kyori {
      font-size: 14px;
      text-align: center;
      line-height: 1.5; }
    .life-list .life-l-copy .lead {
      text-align: left;
      line-height: 2;
      margin-top: 10px;
      font-size: 15px; }
    @media screen and (max-width: 1200px) {
      .life-list .life-l-copy .life-name {
        font-size: 1.2vw;
        margin-bottom: 1vw; }
      .life-list .life-l-copy .life-kyori {
        font-size: 1vw; }
      .life-list .life-l-copy .lead {
        font-size: 1.2vw; } }
    @media screen and (max-width: 900px) {
      .life-list .life-l-copy .life-name {
        font-size: 2vw; }
      .life-list .life-l-copy .life-kyori {
        font-size: 1.6vw; }
      .life-list .life-l-copy .lead {
        font-size: 1.7vw; } }
    @media screen and (max-width: 600px) {
      .life-list .life-l-copy .life-name {
        font-size: 3.8vw; }
      .life-list .life-l-copy .life-kyori {
        font-size: 2.5vw; }
      .life-list .life-l-copy .lead {
        font-size: 3vw; } }

.lifestyle-slide .slick-prev,
.lifestyle-slide .slick-next {
  position: absolute;
  z-index: 10;
  width: 20px;
  height: 20px;
  top: 8vw; }
  .lifestyle-slide .slick-prev::before,
  .lifestyle-slide .slick-next::before {
    content: ''; }
.lifestyle-slide .slick-prev {
  left: 12.5%;
  border-top: 3px solid #9b825a;
  border-left: 3px solid #9b825a;
  transform: translateY(-50%) rotate(-45deg); }
.lifestyle-slide .slick-next {
  right: 12.5%;
  border-bottom: 3px solid #9b825a;
  border-right: 3px solid #9b825a;
  transform: translateY(-50%) rotate(-45deg); }
@media screen and (max-width: 900px) {
  .lifestyle-slide .slick-prev,
  .lifestyle-slide .slick-next {
    top: 10.5vw; }
  .lifestyle-slide .slick-prev {
    left: 14.5%; }
  .lifestyle-slide .slick-next {
    right: 14.5%; } }
@media screen and (max-width: 600px) {
  .lifestyle-slide .slick-prev,
  .lifestyle-slide .slick-next {
    top: 21.5vw; } }

#lifeinformation {
  padding: 60px 0 30px; }
  #lifeinformation .inner {
    max-width: 1000px; }
  #lifeinformation .life-map {
    margin-top: 40px; }
  #lifeinformation .info-photo {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-top: 30px; }
    #lifeinformation .info-photo li {
      width: 24%;
      margin-top: 1.5%; }
    @media screen and (max-width: 600px) {
      #lifeinformation .info-photo li {
        width: 49%;
        margin-top: 2%; } }
  #lifeinformation .info-section {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start; }
    #lifeinformation .info-section .info-con {
      width: 47%;
      margin-right: 6%; }
      #lifeinformation .info-section .info-con:nth-child(2n) {
        margin-right: 0; }
      #lifeinformation .info-section .info-con .info-midashi {
        color: #9b825a;
        font-size: 20px;
        letter-spacing: 3px;
        margin-top: 60px; }
      #lifeinformation .info-section .info-con table {
        width: 100%;
        border-top: 1px solid #ccc;
        margin-top: 15px; }
        #lifeinformation .info-section .info-con table tr th, #lifeinformation .info-section .info-con table tr td {
          border-bottom: 1px solid #ccc;
          padding: 8px 0; }
        #lifeinformation .info-section .info-con table tr th {
          font-size: 16px;
          line-height: 1.5;
          vertical-align: middle;
          width: auto; }
        #lifeinformation .info-section .info-con table tr td {
          white-space: nowrap;
          width: 140px;
          font-size: 13px;
          line-height: 1.5;
          vertical-align: middle; }
    @media screen and (max-width: 600px) {
      #lifeinformation .info-section .info-con {
        width: 100%;
        margin-right: 0%; }
        #lifeinformation .info-section .info-con .info-midashi {
          font-size: 16px;
          letter-spacing: 2px;
          margin-top: 40px; }
        #lifeinformation .info-section .info-con table {
          margin-top: 10px; }
          #lifeinformation .info-section .info-con table tr th, #lifeinformation .info-section .info-con table tr td {
            padding: 7px 0; }
          #lifeinformation .info-section .info-con table tr th {
            font-size: 13px; }
          #lifeinformation .info-section .info-con table tr td {
            width: 110px;
            font-size: 11px; } }
