@charset "UTF-8";
/* CSS Document */
.shimeiWrap h3 {
    padding: 0 0 30px;
}
.shimeiWrap ul {
    text-align: center;
    -js-display: flex;
	display: -webkit-flex;
    display: flex;
	flex-wrap: wrap;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: flex-start;
    align-items: flex-start;
	margin: 0 auto;
    padding: 0;
	width: 100%;
}
.shimeiWrap ul li {
    background: url("../images/about/bg_marumado.png") no-repeat center top;
    background-size: 350px auto;
    box-sizing: border-box;
    height: 350px;
    text-align: center;
    vertical-align: top;
    width: 50%;
}
.shimeiWrap ul li.shimeiLong {
    width: 100%;
}
.shimeiWrap ul li p {
    text-align: center;
}
.shimeiWrap ul li img {
    height: auto;
    margin: 30px 0 10px;
    width: 65px;
}
.shimeiBigTxt {
    font-size:34px;
}
section.shimeiWrap div.wrapper ul li p span.shimeiMediumTxt {
    font-size:28px;
}
section.shimeiWrap div.wrapper ul li p span.shimeiSmallTxt {
    font-size:22px;
}
.menuListSpace {
    margin: 70px 0 0;
}
.bokinSpace {
    margin: 30px 0;
}
.btnSpace {
    margin: 30px 0;
}
.outLine {
    width: 100%;
}
section.aboutOhara div.outLine div.left {
    background: url("../images/about/oharabijyutsukan.jpg") no-repeat;
    background-size: cover;
    height: 540px;
    width: 100%;
}
section.aboutOhara div.outLine div.right {
    width: 100%;
}
section.aboutOhara h3 {
    padding: 0 0 30px;
}
.aboutOhara dl {
    border-bottom: 1px solid #b2b2b2;
    max-width: 100%;
    margin: 0 30px;
}
.aboutOhara dt {
    border-top: 1px solid #b2b2b2;
    box-sizing: border-box;
    clear: left;
    float: left;
    line-height: 1.6em;
    padding: 25px 0 15px 15px;
    width: 120px;
}
.aboutOhara dd {
    border-top: 1px solid #b2b2b2;
    box-sizing: border-box;
    line-height: 1.6em;
    margin: 0 0 0 120px;
    padding: 25px 0 15px;
}
.aboutOhara dl dt:first-child { border-top:none;}
.aboutOhara dl dt:first-child + dd { border-top:none;}
.aboutOharaWrap {
    margin: 70px 0 0;
}
.aboutOharaWrap h3 {
    font-size: 36px;
    font-weight: normal;
    margin: 54px 0 35px;
}
.aboutOharaWrap h3 span {
    font-size:18px;
    vertical-align: 0.5em;
    margin-right: 10px;
}
#line1 {
    margin-top: -30px;
    padding-top: 30px;
}
.linePink {
    background: url("../images/about/bg_pink_line.png") repeat-x left 24px;
    background-size: auto 30px;
}
#line2 {
    margin-top: -30px;
    padding-top: 30px;
    margin-bottom: 80px;
}
.lineGreen {
    background: url("../images/about/bg_green_line.png") repeat-x left 24px;
    background-size: auto 30px;
}
#about02 {
    margin-top: -80px;
    padding-top: 80px;
}
#shimei{
    margin-top: -80px;
    padding-top: 80px;
}
/* ------------------------------------------
  pc1000pxSTYLE
--------------------------------------------- */
@media all and (min-width: 1000px) {
    /* @content */
    .outLine {
    display:table;
}
  section.aboutOhara div.outLine div.left {
        display:table-cell;
        width: 50%;
    }
    section.aboutOhara div.outLine div.right {
        display:table-cell;
        width: 50%;
    }
    .aboutOhara dl {
        max-width: 500px;
        margin: 0 30px 0 30px;
    }
    .shimeiWrap ul li {
        background-size: 380px auto;
        height: 380px;
    } 
}
/* ------------------------------------------
  smp767pxSTYLE
--------------------------------------------- */
@media all and (max-width: 767px) {
    /* @content */
    section.aboutOhara div.outLine div.left {
        height: 400px;
    }
    .shimeiWrap ul li {
        background-size: 280px auto;
        height: 280px;
        margin: 10px 0;
        width: 100%;
    }
    .shimeiWrap ul li img {
        margin: 20px 0 10px;
        width: 45px;
    }
    .shimeiBigTxt {
        font-size:28px;
    }
    section.shimeiWrap div.wrapper ul li p span.shimeiMediumTxt {
        color:#c0272d;
        font-size:24px;
    }
    section.shimeiWrap div.wrapper ul li p span.shimeiSmallTxt {
        font-size:20px;
    }
    .aboutOhara dt {
        clear: both;
        float: none;
        padding: 15px 5px 10px;
        width: 100%;
    }
    .aboutOhara dd {
        border-top: none;
        margin: 0;
        padding: 0 5px 15px;
    }
}