@charset "UTF-8";
.hachiyama_header {
    background: #000b00;
}

.hachiyama-content {
    background: url(../img/background.jpg);
    background-size: cover;
}

.hachiyama-content-inner {
    width: 1024px;
    margin: 0 auto;
    padding-bottom: 8rem;
}
#main-introduction .contents-inner{
    margin: 0 -2rem;
}
#main-introduction h1{
    font-family: Georgia, 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
    font-weight: bold;
    color: #000;
    background: #FFF;
    font-size: 1.8rem;
    margin: 0;
}
.ichimonji-bokashi {
    height: 80px;
    margin-bottom: 1rem;
    background: rgb(0, 11, 0);
    background: linear-gradient(0deg, rgba(0, 11, 0, 0) 17%, rgba(0, 11, 0, 0.8) 78%, rgba(0, 11, 0, 1) 100%);
}
.hachiyama-content-main {
    display: flex;
    justify-content: space-between;
    margin-top: 48px;
}

.hachiyama-content-left {
    width: 752px;
}

.hachiyama-content-right {
    width: 250px;
}

.contents {
    margin: 20px auto;
    width: 100%;
    padding: 20px;
    border: 10px solid;
    border-image-source: url(../img/section-bg-min.png);
    border-image-slice: 33%;
    border-image-repeat: repeat;
    border-image-width: 30px;
}

.contents .contents-inner {
    background: #FFF;
    padding: 3rem 2rem;
}

.contents-inner figure {
    float: left;
    margin: 0 1.8rem 1rem 0;
}

/* 山田先生 */

#yamada {
    position: relative;
    margin-top: 60px;
}

#yamada .contents-inner {
    padding: 2rem 6rem 1rem 2rem;
    
}

#yamada .subtitle {
    position: absolute;
    right: 20px;
    top: -40px;
}

#hachiyama-zue {
    margin-top: 22px;
    position: relative;
}

#hachiyama-zue .subtitle {
    position: absolute;
    top: -50px;
    right: 20px;
}

#about-hachiyamaezu figure {
    max-width: 250px;
}

.ezu-title {
    margin-bottom: 2rem;
}

.ezu-title span {
    font-weight: bold;
    font-size: 2.0rem;
}
/* 鉢山展示 */
.hachiyama-bloc{
    position: relative;
    padding: 5rem 0 1rem;
}
.hachiyama-bloc-main-img{
    display: flex;
    justify-content: flex-start;
}
.hachiyama-bloc:nth-child(2n+1) .hachiyama-bloc-main-img{
    flex-direction: row-reverse;
}
.hachiyama-bloc .hachiyama-bloc-title{
    position: absolute;
    top: -8px;
    left: 8px;
    z-index: 1;
}
.hachiyama-bloc:nth-child(2n+1) .hachiyama-bloc-title{
    right: 8px;
    left: inherit;
}
.hachiyama-bloc-main-img figure{
    float: none;
    width: 50%;
    margin: 0;
}
/* サムネイル */
.hachiyama-bloc-other-img{
    display: flex;
    padding: 1rem 0;
    justify-content: around;
}
.hachiyama-bloc-other-img div {
    width: 100%;
    height: 120px;
    background-size: cover;
    background-position: center center;
    border-radius: 20px;
    /* 角丸の半径を50%に*/
    background-size: cover;
    /*背景画像の縦横比を保ったまま領域をカバー */
    margin: 0 1rem;
    position: relative;
}
.hachiyama-bloc-other-img div a{
    display: block;
    background: transparent;
    width: 100%;
    height: 100%;
    position: absolute;
}
.hachiyama-bloc-other-img div a:hover{
    background: rgba(255,255,255,0.2);
}
.hachiyama-bloc .hachiyama-desc h2{
    font-weight: bold;
}
.add-info{
    border: 1px solid #CCC;
    background: #eaeaea;
    padding: 1rem 2rem;
    font-size: 88%;
}
.add-info p{
    margin-bottom: 0.4rem;
}
.add-info ul{
    margin-bottom: 2rem;
    list-style-type: disc;
    margin-left: 2rem;
}
/* 右カラム展示情報 */
#event-info{
    position: relative;
}
#event-info .subtitle {
    position: absolute;
    top: -50px;
    right: 8px;
}
#event-info .contents-inner{
    padding: 80px 0;
    margin: 0 -2rem 0 -1rem;
    font-size: 1.3rem;
}
#event-info .contents-inner h2.event-title{
    font-weight: bold;
    font-size: 1.6rem;
    border: 1px solid #000b00;
    text-align: center;
    margin-bottom: 1rem;
    line-height: 1.3;
    padding: 0.4rem;
}
#event-info .contents-inner ul li{
    margin-bottom: 0.6rem;
}
#event-info .contents-inner h3{
    font-size: 1.4rem;
    margin-bottom: 0rem;
    margin-left: -1rem;
}
#main .link_nav .inner {
    display: flex;
    justify-content: space-around;
    font-size: 1.4rem;
    padding: 4rem 0;
}