@charset "utf-8";

header .rightTxt:before, 
.l-header__sitename:before, 
.l-header-sitename:before,
.sitename:before,
.siteName:before,
.l-siteinfo__sitename:before,
header .site_ttl a:before,
header .site_ttl h1:before,
#contents_header h1:before, 
#contents_header .title:before, 
.title-area h1:before, 
.title-maintext:before,
.headline h1:before, 
.headname:before,
.keyvisual h1:before, 
.keyvisual-txt:before,
.header_area_box h1:before, 
.header_area_box .texts a:before,
.H1Area h1:before, 
.H1Area_title:before {
    content: "PR";
    display: inline-block;
    background: #000;
    color: #fff;
    text-align: center;
    width: fit-content;
    margin-right: 1rem;
    font-size: 16px;
    padding: 0 1rem;
    line-height: 1.5;
    text-shadow: none;
}

footer p.copy a:before, 
.l-footer-bottom__copy a:before,
.l-footer-copy p:first-child a:before,
footer .copyright .left a:before,
.footer a:before,
.bottom-area a:before,
.copyright p a:before,
.copyright a:before,
#copyright a:before, 
.Footer a:before,
.foot a:before {
    content: "【PR】";
}

.bk-essay {
    background: #f3f7fa;
    margin-bottom: 40px;
    padding: 20px;
}

    /*---oki2022.04.13---*/
    .kanren {
        background: #fff;
        width: 80%;
        border: solid 1px #b4965c;
        margin: 4rem auto 0;
        padding: 2rem;
    }

    .midasi {
        font-size: 2.4rem;
        color: #b4965c;
        font-family: 'Sawarabi Mincho','Noto Serif JP', serif;
        border-bottom: solid 1px #dfe5e8;
        padding: 1rem 0 2rem 0;
    }
#index .age p {
    float: left;
    border: solid 1px #b4965c;
    background: #fff;
    padding: 1rem 3rem;
    display: block;
    width: calc((90% - 10px) / 4);
    margin: 0 10px;
}

.age{
    width:100%;
    display: inline-block;
    margin: 3rem 0;
}

/*----------------------------------------------------
    PCサイトcss
----------------------------------------------------*/

@media screen and (min-width: 769px) {
/*/////////////PC用のCSSをここに作成してください。/////////////*/
/*/////////////必ず中括弧の中に作成してください。/////////////*/
.t-o-contents {
  width: 90%;
  margin: 2em auto;
  display: block;
  position: relative;
  background: #ffeaea;
  box-shadow: 0px 0px 0px 10px #ffeaea;
  border: dashed 2px #ffc3c3;
  border-radius: 5px;
}
    .t-o-contents p {
    text-align: center;
    font-weight: bold;
}
    
#contents .intro .docName {
    color: #333333;
    font-size: 1.8rem;
    margin: 40px 0 10px;
    width: 730px;
    float: right;
    padding: 0 60px 0 0;
}   
    
    
.mokuji_wrap .mokuji_inner{
    border: 1px solid #7b7a7a;
    padding: 5px 0px 5px 30px;
    position: relative;
    margin: 20px 0;
    background: #fff;
  }
.mokuji{
    text-align: center;
    font-size: 18px; 
    font-weight: bold;
    color: #ef8323;
  }
.mokuji_left{
    float: left;
    width:40%;
  }
.mokuji_right{
    float: right;
    width:40%;
  }
.mokuji_left li a,
.mokuji_right li a{
    color: #333!important;
    text-decoration: none!important;
  }
.mokuji_left li a:hover,
.mokuji_right li a:hover{
    text-decoration: underline!important;
  }

}



/*----------------------------------------------------
    SPサイトcss
----------------------------------------------------*/

@media screen and (max-width: 768px) {
/*/////////////SP用のCSSをここに作成してください。/////////////*/
/*/////////////必ず中括弧の中に作成してください。/////////////*/
.t-o-contents {
  width: 90%;
  margin: 2em auto;
  display: block;
  position: relative;
  background: #ffeaea;
  box-shadow: 0px 0px 0px 10px #ffeaea;
  border: dashed 2px #ffc3c3;
  border-radius: 5px;
}
    .t-o-contents p {
    text-align: center;
    font-weight: bold;
}
    
.mokuji_wrap .mokuji_inner{
    border: 1px solid #7b7a7a;
    padding: 10px;
    position: relative;
    margin: 20px 0;
    background: #fff;
  }
.mokuji{
    text-align: center;
    font-size: 18px; 
    font-weight: bold;
    color: #ef8323;
  }
.mokuji_left{
    float: none;
    width:90%;
  }
.mokuji_right{
    float: none;
    width:90%;
  }
.mokuji_left li a,
.mokuji_right li a{
    color: #333!important;
    text-decoration: none!important;
  }
.mokuji_left li a:hover,
.mokuji_right li a:hover{
    text-decoration: underline!important;
  }

/*---oki2022.04.13---*/
.kanren {
        width: 100%;
    }
#contents .kanren ul{
    padding:0;
}
.midasi {
        text-align: center;
    }
#index .age p {
    float: left;
    border: solid 1px #b4965c;
    background: #fff;
    padding: 1rem 3rem;
    display: block;
    width: calc((90% - 10px) / 2);
    margin: 10px;
}

}

/*----------------------------------------------------
    PCサイトcss
----------------------------------------------------*/

@media screen and (min-width: 769px) {
/*/////////////PC用のCSSをここに作成してください。/////////////*/
/*/////////////必ず中括弧の中に作成してください。/////////////*/
#index .sec06 .itemBox .tit {
    margin-top: 28px;
}
    
/*20210419*/
.table-layout table {
    width: 100%;
    table-layout: fixed;
    border-collapse: collapse;
    margin: 30px auto 30px;
    border: solid 1px #bbc6ce;
}
    

.table-layout table tr {
    display: table-row;
    vertical-align: inherit;
    border-color: inherit;
}

.table-layout table th {
    width: 30%;
    padding: 15px 14px;
    background: #f4f7fa;
    line-height: 1.6;
    text-align: center;
    font-size: 1.4rem;
    font-weight: normal;
    word-wrap: break-word;
    border: solid 1px #bbc6ce;
}   

.table-layout table td {
    line-height: 1.6;
    padding: 15px 12px;
    font-size: 1.4rem;
    text-align: left;
    word-wrap: break-word;
    border: solid 1px #bbc6ce;
    background: #fff;
}   
#contents .intro .docName {
    color: #333333;
}
#contents .intro .docName span.bold {
    font-size: 1.8rem;
}
#contents .intro .docName span.small {
    font-size: 1.4rem;
}
    









}



/*----------------------------------------------------
    SPサイトcss
----------------------------------------------------*/

@media screen and (max-width: 768px) {
/*/////////////SP用のCSSをここに作成してください。/////////////*/
/*/////////////必ず中括弧の中に作成してください。/////////////*/

    
    
    
    
#index .sec02 .wtWrap:before {
    background: unset;
}

#index .sec02 .wtBox {
    padding: 10px;
    width: auto;
    background: unset;
}

#index .sec02 .causeBox {
    width: 100%;
    float: none;
    margin: 3rem auto;
}

#index .sec02 .sheet.reverse .causeBox .talkBox {
    margin: 2rem auto;
    width: 100%;
    padding: 0;
}

.talkBox.reverse.cf {}

#index .sec02 .reverse > .txt {
    margin: 0 auto;
    width: 100%;
}

#index .sec02 .talkBox {
    padding: 0;
}

#index .sec03 .befoafWrap .txt {
    width: 100%;
}

#index .sec03 .wtBox {
    padding: 0;
}

#index .sec03 {
    background: no-repeat;
}

#index .sec03 .wtBox .txt {
    padding: 0;
}

#index .sec03 .wtBox .photo {
    padding: 0;
}

#index .sec06 .inner:before {
    background: no-repeat;
}

#index .sec07 {
    padding: 10px;
}

#index .sec07 .itemBox {
    padding: 20px 0 0;
}

#index .sec07 .itemBox .tit {
    text-align: center;
}

#index .sec06 .itemBox {
    padding-top: 1rem;
}

#index .sec02 .sheet {
    background: #fff;
}
.talkBox.cf {}

/*#contents .talkBox .imgBox .img img {
    display: none;
}*/

#contents .talkBox .imgBox .img {
    background: url(https://www.love-myface.net/wp/wp-content/themes/wp001j/img/img_presented_man.jpg);
    background-size: 100%;
}

#contents .fixFoot:before {
    background: url(https://www.love-myface.net/wp/wp-content/themes/wp001j/img/img_presented_man.jpg);
    background-size: 100%;
    left: 1rem;
    width: 20vw;
    height: 86px;
    display: none;
}

#index .sec02 .wtBox.wtBox02 .txt {
    margin: 1rem 0;
    padding: 0;
    line-height: 1.8;
}

#contents .intro .docPic {left: -20px;}

#index .sec01 {padding: 2rem 3% 5rem 7%;}

#index .sec02 .reverse > .txt, #index .sec02 .reverse .causeBox > .txt, #index .sec02 .reverse .befoafWrap > .txt, #index .img-float-r .txt {
    line-height: 1.8;
}

#index .sec02 .photo-wrap--double .photo__caption, .befoafWrap__caption, #index .sec02 .photo__caption {
    line-height: 1.1;
    color: #888;
    font-size: 10px;
    margin-bottom: 1rem;
}

#index .sec02 .wtBox {
    padding: 0;
}

#index .sec02 .photo-wrap .photo img, .sec02 .photo--center img {
    border: solid 1px #eee;
    width: 75%;
}

#index .sec02 .wtWrap + .sheet.reverse {
    padding: 0;
}

#index .sec02 .wtWrap + .sheet.reverse {
    padding: 0;
}

#index .sec02 .wtBox .txt {
    padding: 0;
}

#index .sec04 .itemBox .txtBody p {
    padding: 0;
}

#index .sec04 .itemBox .txtBody {
    padding: 2rem;
}

#index .sec06 .itemBox .tit {
    padding: 1rem;
}

#index .sec06 .itemBox .txtBody {
    padding: 0;
}

#index .sec02 .wtBox .wtTit {
    margin-top: 4rem;
}

#index .sec02 .wtBox.wtBox02 .talkBox .fukiBox {
}

#index .sec02 .wtBox.wtBox02 .talkBox {
    margin: 2rem 0;
}

.photo-wrap--double img {
    width: 80%;
    border: solid 1px #eee;
}

#index .sec02 .causeBox .txtBox p {
    line-height: 1.8;
}

#index .sec02 .reverse > .txt + .txt, #index .sec02 .reverse .causeBox > .txt + .txt, #index .sec02 .reverse .befoafWrap > .txt, #index .sec02 .reverse .talkBox + .txt, #index .sec02 .photo--center + .txt, #index .img-float-r .txt + .txt {
    margin: 0 0 1rem;
}

#contents .fixFoot {
    padding: 1rem 0;
}

#index .sec02 .sheet {
    margin-bottom: 0;
}

#contents .talkBox .imgBox p {
    margin: 0;
}

#index .sec02 .befoafWrap .cf {
    margin-bottom: 1rem;
    width: 90%;
}

#index .sec02 .causeBox .img-float-r .photo {
    width: 70%;
}

#index .sec03 .befoafWrap {
    padding: 0;
}

#index .sec03 .befoafWrap .cf, #index .sec03 .wtBox .photo {
    width: 80%;
    margin: 0 auto;
}

#contents .intro .btn-web, #contents .intro .btn-tel {
    width: 90%;
}

#index .sec08 {
    padding: 3rem 3% 3rem 8%;
}

#mv .inner {
    padding: 0;
}

#mv {
    margin: 0;
}

header.lower .sitenameArea {
    margin: 0;
}

header .sitenameArea > div {
}

#index .sec02 .wtBox .cf .txt {
    line-height: 1.8;
}

.sec02 .photo--center {
    margin: 2rem 0;
}

#index .sec02 .wtBox.wtBox02 .txt--bg {
    padding: 1rem 2rem;
}

#index .sec06 .itemBox .photo {
    margin: 0;
}

#index .sec06 .itemBox .txtBody p {
    padding-top: 1rem;
    line-height: 1.8;
}
#index .sec02 .wtWrap {
    padding-bottom: 0;
}
#page-top {
    bottom: 11%;
    width: 50px;
    box-shadow: 0 4px 8px #0000002b;
    border-radius: 40px;
}
#contents .fixFoot .txtBox .btnArea {
    display: flex;
}
#contents .fixFoot .txtBox .btnArea a {
    margin: 0 0 0 1rem;
}   
#index .sec02 .causeBox .subTitBox {
    margin: 4rem 0 2rem;
}   
    
/*20210419*/

.table-layout table {
    width: 95%;
    table-layout: fixed;
    margin: 30px auto 30px;
    border-bottom: none;
    border-collapse: collapse;
    border: solid 1px #bbc6ce;
}   
.table-layout table tr {
    display: table-row;
    vertical-align: inherit;
    border-color: inherit;
}
.table-layout table th {
    width: 100%;
    padding: 1rem 8% 1rem;
    line-height: 1.6;
    text-align: center;
    font-size: 1.5rem;
    display: block;
    border: none;
    border-bottom: solid 1px #bbc6ce;
    background: #f4f7fa;
}   
.table-layout table td {
    width: 100%;
    display: block;
    line-height: 1.6;
    padding: 1.2rem 8% 1.3rem;
    background: #FFF;
    font-size: 1.5rem;
    text-align: left;
    word-wrap: break-word;
    border: none;
    border-bottom: solid 1px #bbc6ce;
}   
    
    .btn-tel>span:before {content: "＼";}

.btn-tel>span:after {
    content: "／";
}

.btn-tel>span {
    font-size: 13px;
}
footer {
    bottom: 10px;
}   

#contents .intro .docName {
    padding: 0 0 0 10rem;
}
#contents .intro .docName {
    color: #333333;
}
#contents .intro .docName span.bold {
    font-size: 1.8rem;
}
#contents .intro .docName span.small {
    font-size: 1.1rem;
}
#contents .intro p.catch {
    padding: 3rem 1rem 0 1rem;
    font-size: 1.6rem;
}

.titBoxcl{
	border: solid 1px #c5af82;
    border-radius: 15px;
    text-align: center;
    padding: 1rem;
    width: 30%;
    margin: auto;
    color: #c5af82;
}




}