@charset "utf-8";
/* トップ キャッチコピーエリア */
.he_top{
    background-image: url(../image/top01-01.jpg);
}
.conA{
    left: 25%;   
}
.sub-catch-copy{
    font-size: 0.9rem;
    letter-spacing: .1rem; 
}
.catch-copy{
    line-height: 2rem;
}
/* トップ キャッチコピーエリア ↑ここまで*/

/* 望月煌雅について*/
main{
    background-image: url(../image/moon03.png);
    background-size:  58%;
    background-position:  top -18% right -20%;
    background-repeat:  no-repeat;
}
.koshu-area01{
    width: 100vw;
    background-color: rgba(255,255,255,0.7);
}
.text-title01{
    font-size: 1.5rem;
    font-weight: bold;
    margin-bottom: 50px;
    /* padding-top: 10px; */
}
.text-title02{
    font-size: 1.5rem;
    font-weight: bold;
    margin-bottom: 80px;
    /* padding-top: 10px; */
}
.koshu-inner h3{
    margin-top: 2%;
    font-size: 1.35rem;
    letter-spacing: .25rem;
}
.koshu-inner h4{
    margin-top: 5%;
    font-size: 1.2rem;
    letter-spacing: .25rem;
}
.koshu-inner p{
    line-height: 2rem;
    margin: 3% auto;
}
.koshu-frame{
    width: 50vw;
    margin: 0 auto;
    border: solid 1.5px rgb(64, 34, 15);
}
.koshu-inner ol{
    padding: 3%;
}
.koshu-inner ol li{
    list-style-position: inside;
    line-height: 3;
    margin: 0 auto;
    padding-left: 1.5em;
	text-indent: -1.3em;
}
.koshu-inner p:last-of-type{
    margin-bottom: 0;
}

/* レイアウト変更　望月煌雅について */
.koshu-inner{
    width: 80vw;
    max-width: 1000px;
    padding: 120px 0;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 75% 25%;
    color: rgb(64, 34, 15);
}
.koshu-inner p{
    line-height: 2rem;
    margin-bottom: 30px;
}
.koshu-inner p:last-of-type{
    margin-bottom: 0;
}
.koga-name{
    -ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
    font-size: 1.35rem;
    letter-spacing: .5rem;
    line-height: 3rem;
}
.koga-name h3{
    margin-top: 2%;
}
.koga-namecap{
    font-size: 1.2rem;
    font-weight: normal;
}
/* ----------------　↑↑↑レイアウト変更　望月煌雅について  ここまで*/

/* イメージフォト */
.koga-area02{
    width: 100vw;
    background-image: url(../image/back-image02.png) , url(../image/back-image08.png);
    background-repeat:  no-repeat , no-repeat;
    background-position:  center , left -30%  top 55%;
    background-size: cover , 60%;
    background-color: rgba(255, 255, 255, 0.95);
}
/* 間の画像 */
.town{
    width: 100vw;
    height: 50vh;
    background-image: url(../image/top02_03.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
/* --------------間の画像 ここまで */

/* ================================0408加筆 */

/* 望月煌雅について　詳細 */

.koga-inner{
    width: 80vw;
    max-width: 1200px;
    margin: 0 auto;
    padding: 10rem 0;
    color: rgb(64, 34, 15);
}
.blog-link{
    color: rgb(64, 34, 15);
}
.koga-his-grid{
    display: grid;
    grid-template-columns: 40% 60%;
    grid-column-gap: 80px;
    align-items: center;
}
.koga-his-grid img{
    width: 100%;
    padding: 3%;
}
.koga-text{
    padding:  3%;
    line-height: 1.85;
}
.koga-text p{
    line-height: 1.85;
}
.koga-his01{
 margin-top: 50px;
}
.koga-his-grid02{
    display: grid;
    grid-template-columns: 60% 40%;
    grid-column-gap: 80px;
    margin-top: 8rem;
    align-items: center;
    /* background-image: url(../image/back-image08.png);
    background-repeat: no-repeat;
    background-position: left -20%;
    background-size: 80%; */
}
.koga-his-grid02 img{
    width: 100%;
    padding: 2%;
}