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

/* あら竹の大部屋 */
#about-us .inner {
    padding: 100px 0 0;
    width: 100%;
}
#about-us .sub-title {
    text-align: center;
    font-size: 25px;
}
#about-us h2 {
    font-size: 50px;
    font-weight: bold;
    text-align: center;
    padding-bottom: 40px;
}
#about-us .contents-list {
    display: flex;
    justify-content: space-between;
    width: 980px;
    margin: 0 auto;
}
#about-us .contents-list li {
    width: 23%;
}
#about-us .contents-list li a {
    display: block;
    text-align: center;
    position: relative;
    padding: 10px 40px;
    border-radius: 25px;
    background: #FFCC23;
    border-bottom: solid 4px #FF6101;
    border-right: solid 3px #FF6101;
}
#about-us .contents-list li a:after {
    content: "▶";
    display: inline-block;
    position: absolute;
    font-size: 13px;
    top: 13px;
    right: 13px;
}
#about-us .contents-list li a:active {
  /*ボタンを押したとき*/
  border:none;
  -webkit-transform: translate(3px,3px);
  transform: translate(3px,3px);
}
#about-us #staff .inner {
    width: 980px;
    margin: 0 auto;
}
#about-us #staff h3 {
    text-align: center;
    font-size: 40px;
    font-weight: bold;
    padding-bottom: 30px;
}
#about-us #staff .read {
    text-align: center;
    font-size: 18px;
    line-height: 30px;
    font-family: "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "Noto Sans JP", "Yu Gothic", "Yu Gothic Medium", "Meiryo", sans-serif !important;
    letter-spacing: 1px;
}
#about-us #staff .staff-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 90px 0;
    width: 100%;
    gap: 70px 5px;
}
#about-us #staff .staff-list li {
    width: 32%;
    text-align: center;
    position: relative;
    padding-bottom: 40px;
}
#about-us #staff .staff-list li:nth-child(1),
#about-us #staff .staff-list li:nth-child(2),
#about-us #staff .staff-list li:nth-child(3) {
    border-bottom: dotted 4px #FFB78B;
}
#about-us #staff .staff-list li .family-label {
    position: absolute;
    right: 40px;
    background-color: #2BA8ED;
    color: #fff;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    font-family: "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "Noto Sans JP", "Yu Gothic", "Yu Gothic Medium", "Meiryo", sans-serif !important;
}
#about-us #staff .staff-list li .female {
    background-color: #ED2B32;
}
#about-us #staff .staff-list li .katagaki {
    color: #FF6101;
    font-family: "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "Noto Sans JP", "Yu Gothic", "Yu Gothic Medium", "Meiryo", sans-serif !important;
    font-size: 16px;
    font-weight: bold;
    border-radius: 25px;
    border: solid 2px;
    padding: 5px 30px;
    display: inline-block;
    min-width: 120px;
    margin: 20px 0 15px;
}
#about-us #staff .staff-list li .name {
    color: #FF6101;
    font-family: "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "Noto Sans JP", "Yu Gothic", "Yu Gothic Medium", "Meiryo", sans-serif !important;
    font-size: 25px;
    font-weight: bold;
}
#about-us #staff .staff-list li .catch {
    color: #FF6101;
    font-family: "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "Noto Sans JP", "Yu Gothic", "Yu Gothic Medium", "Meiryo", sans-serif !important;
    font-size: 16px;
    font-weight: bold;
    margin: 15px 0;
}
#about-us #staff .staff-list li .comment {
    font-family: "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "Noto Sans JP", "Yu Gothic", "Yu Gothic Medium", "Meiryo", sans-serif !important;
    font-size: 15px;
    line-height: 28px;
}

#about-us #feature {
    background-color: #FDEBCE;
    position: relative;
}
#about-us #feature .inner {
    width: 980px;
    margin: 0 auto;
    padding: 100px 0;
}
#about-us #feature .title-img {
    position: absolute;
    top: -35px;
    left: 50%;
    transform: translate(-50%);
}
#about-us #feature h2 {
    text-align: center;
    font-size: 40px;
    font-weight: bold;
    padding: 50px 0 35px;
    display: flex;
    justify-content: center;
    align-items: center;
}
#about-us #feature h2:before {
    content: "";
    color: #FF6101;
    border-top: solid 1px;
    transform: rotate(60deg);
    width: 50px;
}
#about-us #feature h2:after {
    content: "";
    color: #FF6101;
    border-top: solid 1px;
    transform: rotate(	300deg);
    width: 50px;
}
#about-us #feature ul {
    display: flex;
    justify-content: center;
    gap: 30px;
    margin: 0 0 30px;
}
#about-us #feature ul img {
    width: 100%;
}
.history {
    background: url("https://www.ekiben-aratake.com/cms/wp-content/themes/aratake/images/about-us/bg.jpg") no-repeat;
    background-size: cover;
}
#about-us .history .inner {
    padding: 100px 0;
    margin: 0 auto;
    text-align: center;
}
#about-us .history h3 {
    color: #B29146;
    font-size: 30px;
    letter-spacing: 2px;
    font-weight: bold;
    border-bottom: solid 3px;
    border-top: solid 3px;
    padding: 15px 0;
    margin-bottom: 30px;
    display: inline-block;
    width: 700px;
}
#about-us .history p {
    font-size: 18px;
    padding: 30px 0 0;
    font-family: "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "Noto Sans JP", "Yu Gothic", "Yu Gothic Medium", "Meiryo", sans-serif !important;
    letter-spacing: 2px;
}