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

/* あら竹の歴史 */
#history .main {
    padding: 190px 0 0;
}
#history .main .read {
    text-align: center;
    font-size: 19px;
}
#history .main h2 {
    font-size: 40px;
    font-weight: bold;
    text-align: center;
    padding-bottom: 70px;
}
#history .main .main-deko1 {
    position: absolute;
    z-index: 2;
    left: -24px;
    top: 57px;
    width: 150px;
}
#history .main .main-deko2 {
    position: absolute;
    z-index: 2;
    right: 0;
    top: 276px;
    width: 100px;
}
#history .sl_2 li {
    margin: 0 5px;
    width: 250px;
}
#history #memory_travel ul li img {
    width: 250px;
    height: auto;
    object-fit: cover;
}
#history .inner {
    padding: 80px 0 0;
    width: 100%;
    margin: 0 auto;
}
#history h3 {
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    padding-bottom: 30px;
}
#history .history-list {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
    padding: 0 15px 70px;
}
#history .history-list li {
    width: 100%;
}
#history .history-list li a {
    border: solid 1px;
    border-radius: 13px;
    padding: 17px;
    display: block;
    font-size: 14px;
    width: 100%;
    position: relative;
    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;
}
#history .history-list li a:after {
    content: "";
    background: url("https://www.ekiben-aratake.com/cms/wp-content/themes/aratake/images/history/i-arrow.png") no-repeat;
    background-size: contain;
    width: 26px;
    height: 26px;
    position: absolute;
    right: 15px;
    top: 14px;
}
#history .comic {
    background-color: #FDEBCE;
    padding: 80px 15px;
}
#history .comic .catch {
    text-align: center;
    font-size: 18px;
    padding-bottom: 7px;
}
#history .comic h2 {
    text-align: center;
    font-size: 29px;
    letter-spacing: 0px;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
}
#history .comic h2:before {
    content: "";
    color: #FF6101;
    border-top: solid 1px;
    transform: rotate(60deg);
    width: 40px;
}
#history .comic h2:after {
    content: "";
    color: #FF6101;
    border-top: solid 1px;
    transform: rotate(	300deg);
    width: 40px;
}
#history .comic .comic-list {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin: 60px auto 0;
    justify-content: space-between;
    gap: 50px 0;
}
#history .comic .comic-list li {
    width: 48%;
    text-align: center;
}
#history .comic .comic-list .comic-title {
    background-color: #fff;
    padding: 35px 10px;
    border-radius: 15px;
    text-align: center;
    font-size: 15px;
    letter-spacing: 2px;
    line-height: 25px;
    font-family: "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "Noto Sans JP", "Yu Gothic", "Yu Gothic Medium", "Meiryo", sans-serif !important;
}
#history .comic .comic-list a {
    display: inline-block;
    position: relative;
    padding: 10px 40px;
    border-radius: 5px;
    background: #FFCC23;
    margin: 20px 0 0;
    border-bottom: solid 4px #FF6101;
    border-right: solid 3px #FF6101;
}
#history .comic .comic-list a:after {
    content: "▶";
    display: inline-block;
    position: absolute;
    font-size: 12px;
    top: 11px;
    right: 13px;
}
#history .comic .comic-list a:active {
  /*ボタンを押したとき*/
  border:none;
  -webkit-transform: translate(3px,3px);
  transform: translate(3px,3px);
}