@charset "UTF-8";
/*=======================================
ABOUT
=========================================*/
.p-about__message {
  padding: 0 0 100px;
}
.p-about__message .inner {
  display: table;
  width: 100%;
  margin-top: 40px;
}
.p-about__message .inner .ph {
  display: table-cell;
  width: 300px;
}
.p-about__message .inner .ph .in {
  -webkit-border-radius: 30px;
  border-radius: 30px;
  overflow: hidden;
}
.p-about__message .inner .txt {
  display: table-cell;
  width: calc(100% - 300px);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 40px;
  vertical-align: middle;
}
.p-about__message .inner .txt p {
  margin-bottom: 1em;
}
.p-about__message .inner .txt .name {
  text-align: right;
  font-weight: bold;
  font-size: 18px;
}
.p-about__rinen {
  padding: 0 0 100px;
}
.p-about__rinen .inner .c-title1 {
  margin-bottom: 40px;
}
.p-about__rinen .inner .detail {
  text-align: center;
}
.p-about__rinen .inner .detail .ct {
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 20px;
  margin-bottom: 20px;
}
.p-about__outline {
  padding: 0 0 100px;
}
.p-about__history {
  background-color: #F0EADE;
  padding: 100px 0 200px;
}
.p-about__pride {
  padding: 100px 0;
}
.p-about__pride ul {
  margin-top: 40px;
  /*			display: flex;
  			-webkit-justify-content: space-between;
  			        justify-content: space-between;
  			-webkit-flex-wrap: wrap;
  			    -ms-flex-wrap: wrap;
  			        flex-wrap: wrap;*/
}
.p-about__pride ul:before, .p-about__pride ul:after {
  content: none;
}
.p-about__pride ul li {
  width: 100%;
  margin-bottom: 30px;
  /*				width: 49%;
  				background-color: #FFF;
  				-webkit-border-radius: 30px;
  				        border-radius: 30px;
  				padding: 30px;
  				margin-top: 2%;
  				-webkit-box-sizing: border-box;
  				   -moz-box-sizing: border-box;
  				        box-sizing: border-box;*/
}
.p-about__pride ul li:last-child {
  margin-bottom: 0;
}
.p-about__pride ul li h4 {
  color: #C38200;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 20px;
  margin-bottom: 10px;
  letter-spacing: 0.1em;
}
.p-about__pride ul li h4:before {
  content: "⚫︎";
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
  position: relative;
  top: -2px;
}
.p-about__pride ul li p {
  font-size: 14px;
  padding-left: 2em;
}

.table-wrapper {
  position: relative;
  max-width: 100%;
}
.table-wrapper .table-container {
  max-height: 200px;
  overflow: hidden;
  transition: max-height 0.5s ease;
  position: relative;
}
.table-wrapper .table-container.expanded {
  max-height: none;
}
.table-wrapper .fade-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 80px;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0), #F0EADE);
  pointer-events: none;
  transition: opacity 0.3s ease;
}
.table-wrapper .fade-bottom.hidden {
  display: none;
}
.table-wrapper .read-more-btn {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -100px;
  width: 300px;
  margin: 0 auto;
  -webkit-border-radius: 33px;
  border-radius: 33px;
  border: solid 1px #2f4f4f;
  color: #2f4f4f;
  padding: 20px 30px;
  text-decoration: none;
  font-size: 1em;
}

/* ----------------------------- スマホ（～767px） */
@media screen and (max-width: 767px) {
  .p-about__message {
    padding: 0 0 60px;
  }
  .p-about__message .inner {
    display: block;
    width: 100%;
    margin-top: 40px;
  }
  .p-about__message .inner .ph {
    display: block;
    width: 100%;
    text-align: center;
  }
  .p-about__message .inner .ph .in {
    width: 60%;
    margin: 0 auto;
    -webkit-border-radius: 30px;
    border-radius: 30px;
    overflow: hidden;
  }
  .p-about__message .inner .txt {
    display: block;
    width: 100%;
    margin-top: 20px;
    padding-left: 0;
  }
  .p-about__rinen {
    padding: 0 0 60px;
  }
  .p-about__rinen .inner .c-title1 {
    margin-bottom: 30px;
  }
  .p-about__rinen .inner .detail .ct {
    font-family: "Zen Maru Gothic", sans-serif;
    font-size: 18px;
  }
  .p-about__rinen .inner .detail p {
    text-align: left;
  }
  .p-about__outline {
    padding: 0 0 60px;
  }
  .p-about__history {
    background-color: #F0EADE;
    padding: 60px 0 150px;
  }
  .p-about__pride {
    padding: 60px 0;
  }
  .p-about__pride ul {
    display: block;
    margin-top: 30px;
  }
  .p-about__pride ul li {
    width: 100%;
    margin-bottom: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
  }
  .p-about__pride ul li h4 {
    padding-left: 1em;
    text-indent: -0.7em;
    font-size: 16px;
  }
  .p-about__pride ul li p {
    font-size: 14px;
  }

  .table-wrapper {
    position: relative;
    max-width: 100%;
  }
  .table-wrapper .table-container {
    max-height: 200px;
    overflow: hidden;
    transition: max-height 0.5s ease;
    position: relative;
  }
  .table-wrapper .table-container.expanded {
    max-height: none;
  }
  .table-wrapper .fade-bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 80px;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0), #F0EADE);
    pointer-events: none;
    transition: opacity 0.3s ease;
  }
  .table-wrapper .fade-bottom.hidden {
    display: none;
  }
  .table-wrapper .read-more-btn {
    background-color: transparent;
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0;
    appearance: none;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -100px;
    width: 300px;
    margin: 0 auto;
    -webkit-border-radius: 33px;
    border-radius: 33px;
    border: solid 1px #2f4f4f;
    color: #2f4f4f;
    padding: 20px 30px;
    text-decoration: none;
    font-size: 1em;
  }
}
