@charset "utf-8";

html {
    overflow-x: hidden;
}

img {
    max-width: 100%;
}

body {
    letter-spacing: 0.03em;
}

/* コンテンツ幅 */
.wrapper_2 {
    max-width: 987px;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}


/* ハレノヒについて */
.harenohi_mv {
    width: 100%;
    margin-top: 123px;
}

/* 下層共通見出しタイトル */
.title_container {
    margin-top: 60px;
    display: flex;
    max-width: 300px;
    justify-content: center;
}

.title {
    display: flex;
    flex-direction: column;
    text-align: center;
    justify-content: center;
    margin: 0px 15px;
}

.title_container::before,
.title_container::after {
    content: "";
    display: block;
    width: 8px;
    height: 71px;
    background: rgb(237, 231, 221,0.5);
}

.title_en {
    color: #D18553;
}

.title_ja {
    font-size: 30px;
    position: relative;
}


.harenohi_container {
    display: flex;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 120px;
}

.harenohi_box {
    margin-left: 35px;
    width: 51%;
}

.about-sp-only {
    display: none;
}




.harenohi_title {
    font-size: 45px;
    border-bottom: 1px solid #463625;
    padding-bottom: 6px;
    font-family: "Marcellus";
    
}


.harenohi_subtitle1 {
    font-size: 24px;
    margin-top: 6px;
}

.harenohi_subtitle2{
font-size: 28px;
}


.harenohi_name {
    margin-top: 15px;
    margin-bottom: 8px;
}

.harenohi_text1 {
    margin-top: 16px;
    line-height: 1.6em;
    letter-spacing: 0.03em;
}

.harenohi_text2 {
    margin-top: 20px;
    line-height: 1.8em;
}

.harenohi_text3 {
    margin-top: 20px;
    line-height: 1.6em;
}



.area_box {
    padding: 0.5em 1em;
    margin: 72px 0 23px 0;;
    border: solid 0.6px #463625;
    display: inline-block;
}

.area_ex {
    line-height: 1.6em;
}

.area_about {
padding: 0.5em 1em;
    margin: 72px 0 23px 0;
    border: solid 0.6px  #EDE7DD;
    margin: 14px 0;
    background-color: rgba(237, 231, 221, 0.5);
    line-height: 1.9em;
}

.area_notes {
    padding: 1em 0;
}

/* ここからタブレッド */
@media(max-width: 1100px) {
.harenohi_mv {
    margin-top: 120px;
}
}


/* ここからSP */
@media(max-width: 768px){
body {
font-size: 14px;   
}

.harenohi_mv {
    margin-top: 66px;
}

/* ヘッダー SP*/
.header_logo {
position: relative;
z-index: 100;
width: 100px;
}

/* 下層共通見出しタイトルSP */
.title_en {
    font-size: 10px;
}

.title_ja {
    font-size: 18px;
}

.title_container {
    margin-top: 40px;
    max-width: 200px;
}


.title_container::before,
.title_container::after {
    height: 54px;
}

/* ハレノヒとは */
.harenohi_container {
    display: flex;
    flex-direction: column;
    margin-top: 40px;
}

.harenohi_title {
    width: 120px;
    padding-bottom: 1px;
}

.harenohi_subtitle1 {
    font-size: 10px;
    margin-top: 4px;
}

.harenohi_text1 {
    line-height: 1.8em;
}


.harenohi_subtitle2 {
    font-size: 16px;
}

.harenohi_name {
    margin-top: 4px;
}

.about-sp-only {
    display: inline-flex;
}

.pc-only {
display: none;
}

.harenohi_box {
    width: 100%;
}

.harenohi_title {
    font-size: 18px;
    display: block;
    padding-right: 100px;
    margin-bottom: -2px;
}

.harenohi_title h2 {
    margin: 0;
    line-height: 1.2;
}

.harenohi_subtitle {
    font-size: 10px;
}

.area_box {
    margin: 40px 0 20px 0;
}



/* フォトグラファー */
.harenohi_name {
    font-size: 10px;
    line-height: 1.3px;
    margin-top: 10px;
}

.harenohi_subtitle {
    font-size: 16px;
}

.harenohi_image{
    width: 100%;
    /* max-width: 300px; */
    height: auto;
    display: block;
    margin: 30px 0 20px 0;
}

















}