@charset "utf-8";

a:hover {
    color: inherit;
    text-decoration: none;
}



img{
    width: 100%
}


/*test*/
.movie-wrap {
     position: relative;
     padding-bottom: 56.25%; /*アスペクト比 16:9の場合の縦幅*/
     height: 0;
     overflow: hidden;
}
 
.movie-wrap iframe {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
}

/**/
.Form_Header {
    background-image: url(https://takanoharabwr.com/bwr/wp-content/themes/blankslate/images/topimage.jpg);
    width: 100%;
    height: 100vw;
    background-position: center center;
    background-size: cover;
    position: relative;
}
.Form_Header h1 {
    position: absolute;
    width: 300px;
    top: 13%;
    left: 50%;
    transform: translate(-50%, 0);
}
.Form_Header img{
    width: 100%
}
.Form_Main_Heading{
    background-color: #0693e3;
    color: #fff;
    text-align: center;
    padding: 0.5em 0;
    width: 100%;
}
.Form_Main_Content{
    padding: 35px 7%;
    margin: 0 auto;
    max-width: 750px;
}
.Form_Main_Content_Emp{
    background-color: #0693e3;
    color: #fff;
    text-align: center;
    width: 320px;
    margin: 0 auto;
    padding: 19px 0;
    margin-bottom: 40px;

}
.Form_Main_Content_Emp span{
    color: #fff;
    font-size: 1.6rem;
    font-weight: 700;
}

h2.Form_Main_Content_Heading {
    color: #0693e3;
    margin-bottom: 13px;
}
.Form_Main_Content_Heading_Sub{
    margin-bottom: 8px
}
.Form_Main_Content_Heading_Sub_Txt{
    font-size: 1.6rem;
    font-weight: 700;
    margin-bottom: 16px;
}
.Form_Main_Content_Formheader_Subheading {
    color: #0693e3;
    margin: 20px 0 8px;
}
.Form_Main_Content_Formheader_Confirm .Contact_Form_Item__Attention{
    display: none;
}
.Form_Main_Content_Present_Wrap{
    display: flex;
    flex-wrap: wrap;
}
.Form_Main_Content_Present_Image{
    width: 50%;
}
.Form_Main_Content_Present_txt{
    width: 50%;
    padding-left: 16px
}
.Present_A {
    display: block;
    font-size: 1.6rem;
    font-weight: 700;
    color: #0693e3;
    margin-bottom: 5px;
}
.Present_B {
    display: block;
    font-size: 1.7rem;
    font-weight: 700;
    color: #0693e3;
    margin-bottom: 5px;
}





/*FORM*/
.Form_Form {
    padding: 0 7% 35px;
    margin: 0 auto;
    max-width: 1280px;
}
.Form_Main_Content_Formheader_text{
    padding: 20px 7% 0;
}
.Form__Grp__Label{
    background-color: #0693e3;
    color: #fff;
    text-align: left;
    padding: 12px;
    font-size: 1.3rem;
    width: 100%;
    margin: 2.3em 0 0;
    border-radius: 4px;
    position: relative;
}
.Form__Grp__Label p{
    position: absolute;
    top: -3px;
    left: 150px;
    white-space: nowrap;
    text-align: left;
    font-size: 1.2rem;
    letter-spacing: -.1em;
}
.Form__Grp__Item {
    width: 100%;
    position: relative;
    margin-bottom: 12px;
    padding: 18px 8px;
    background-color: #f3f5fb;
    border-radius: 4px;
}
.Form__Grp__Item input {
    height: 46px;
    width: 100%;
    font-size: 1.4rem;
    padding-left: 12px;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
    border-width: 1px;
    border-style: solid;
    border-color: #3a3a3a;
    border-image: initial;
    border-radius: 6px;
}

.Form__Grp__Item textarea{
    height: 100px;
    width: 100%;
    font-size: 1.4rem;
    padding-left: 12px;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
    border-width: 1px;
    border-style: solid;
    border-color: #3a3a3a;
    border-image: initial;
    border-radius: 6px;
}

select.SelectItem{
    width: 140px;
    height: 50px;
    padding: 10px;
    font-size: 1.5rem;
    font-weight: 500;
}
.Form__Label__Required{
    color: #fff;
    font-size: 1.2rem;
    display: inline-block;
    padding-left: 7px;

}
.Form__BtnWrap{
    width: 180px;
    margin: 40px auto;
}
.Form__BtnWrap input{
    width: 100%;
    height: 60px;
    background-color: #0693e3;
    border: none;
    color: #fff;
    font-size: 1.6rem;
    font-weight: 500;
    letter-spacing: .05em;
}
.Contact_Form_Item__Attention {
    border: 5px solid #0693e3;
    padding: 30px 16px;
    border-radius: 3px;
    margin: 30px auto
}
.Contact_Form_Item__Attention_Txt {
    text-align: center;
    font-size: 1.5rem;
    padding: 0 10px;
    color: #0693e3;
    font-weight: 500;
}
a.Contact_Form_Item__Attention_link {
    text-align: center;
    display: block;
    font-size: 2rem;
    margin: 20px 0 0;
    font-weight: 700;
}
a.Contact_Form_Item__Attention_link {
    text-align: center;
    display: block;
    font-size: 1.8rem;
    margin: 20px 0 0;
    font-weight: 700;
    color: #4a91ff;
    text-decoration: underline;
}
.Form_Footer {
    padding: 40px 7%;
    width: 100%;
    background-color: #f1f1f1;
    margin-top: 70px
}
h2.Form_Footer_heading {
    width: 230px;
    margin: 10px auto 40px;
}
.Form_Footer_content ul{
    margin-top: 30px;
}
.Form_Footer_content_SubTxt{
    margin-top: 10px;
}
.Form_Footer_UR{
        padding: 20px 7%;
}
.Form_Footer_UR a{
    width: 200px;
    display: block;
    margin: 0 auto;
}
h2.Form_Main_Content_Formheader_heading {
    background-color: #0693e3;
    color: #fff;
    text-align: center;
    padding: 0.5em 0;
    width: 100%;
}

.Form__Grp__Item_Wrap_Family{
    margin-top: 40px
}
















/*スマイルアップ*/
.SU_Header{
    background-image: url(https://takanoharabwr.com/bwr/wp-content/themes/blankslate/images/su_backimage.jpg);
    width: 100%;
    height: 150vw;
    background-position: center center;
    background-size: cover;
    position: relative;
}
.SU_Header_Heading{
    position: absolute;
    top: 20%;
    width: 80%;
    left: 50%;
    transform: translate(-50%, 0);
}
.SU_Header_Heading span{
    color: #fff;
    text-align: center;
    font-size: 1.8rem;
    display: block;
    margin-top: 16px
}
.SU_Header_Txt{
    position: absolute;
    top: 53%;
    text-align: center;
    width: 100%;
    font-size: 2.6rem;
    font-weight: 500;
    color: #fff;
}
.SU_Header_Cmp{
    width: 100%;
    padding: 20px;
    background-color: #0693e3;
}
.SU_Content{
    padding: 0 7%
}
.SU_Present_Item_Wrap{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.SU_Present_Items{
    width: 50%;
    padding: 0 8px;
    margin-bottom: 48px
}
.SU_Present_Items p{
    text-align: center;
    font-size: 1.2rem;
    min-height: 40px;
    font-weight: 500
}
.SU_Present_Items span{
    text-align: center;
    display: block;
    width: 90px;
    color: #fff;
    background-color: #0693e3;
    padding: 8px;
    margin: 8px auto
}
.SU_Header_Cmp_Heading{
    text-align: center;
    font-size: 1.8rem;
    font-weight: 700;
    color: #fff
}
.SU_Header_Cmp_Kikan{
    text-align: center;
    font-size: 1.6rem;
    font-weight: 500;
    color: #fff
}
.SU_Header_Cmp_Date{
    text-align: center;
    font-weight: 500;
    color: #fff
}
.SU_Header_Cmp_Strong{
    width: auto;
    max-width: 340px;
    background-color: #0693e3;
    color: #fff;
    text-align: center;
    margin: 20px auto 13px;
    font-size: 1.8rem;
    font-weight: 700
}
.SU_Header_Cmp_Semistrong{
    color: #0693e3;
    text-align: center;
    font-size: 1.8rem;
    font-weight: 700;
    margin-top: 20px;   
}
.SU_Outline_Content{
    margin-top: 30px
}
.SU_Outline_Heading{
    margin: 30px auto 20px;
    border-top: 1px solid #0693e3;
    border-bottom: 1px solid #0693e3;
    text-align: center;
    padding: 8px;
}
.SU_Outline_Link{
    width: auto;
    max-width: 260px;
    background-color: #0693e3;
    color: #fff;
    text-align: center;
    margin: 20px auto 40px;
    font-size: 1.8rem;
    font-weight: 700;
    display: block;
    padding: 18px
}
.SUForm_Fix{
    position: fixed;
    bottom: 10px;
    right: 10px;
}
.SUForm_Fix_Link{
    display: block;
    width: 128px;
    height: 128px;
    background-color: #FFFF00;
    border-radius: 64px;
    opacity: .9
}
.SUForm_Fix_IconA{
    position: absolute;
    top: 28px;
    left: 26px;
    font-size: 36px;
}
.SUForm_Fix_IconB{
    position: absolute;
    top: 28px;
    left: 64px;
    font-size: 39px;  
}
.SUForm_Fix_Txt{
    position: absolute;
    top: 67px;
    left: 50%;
    font-size: 20px;
    transform: translate(-50%, 0);
    font-weight: 700;
    white-space: nowrap;
}

.SU_Header_Form{
    height: 100vw;
}

.SU_Header_Form .SU_Header_Heading{
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.SU_Content_List{
    margin-top: 30px;

}
.SU_Content_List li{
    margin-top: 10px
}
.SU_Content_List p{
    margin-top: 8px
}
.SU_Content_List h2{
    margin-bottom: 16px
}   


.SU_Outline_Step_Wrap{
    display: flex;
    flex-wrap: wrap;
    max-width: 450px;
    margin: 20px auto
}
.SU_Outline_Step_Items{
    width: 50%;
    padding: 0 10px;
}
.SU_Outline_Step_Items img{
    padding: 20px
}
.SmileUp_PostItem{
    margin: 40px 0
}
.SmileUp_PostItem_Link{
        width: auto;
    max-width: 260px;
    background-color: #0693e3;
    color: #fff;
    text-align: center;
    margin: 20px auto 40px;
    font-size: 1.8rem;
    font-weight: 700;
    display: block;
    padding: 18px;
}
.SmileUp_Post_Wrap{
    margin-bottom: 70px
}
.SU_Archive_Wrap{
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 7%
}
.SU_CMP_LINK{
    display: block;
    width: 100%;
    max-width: 800px;
    margin: 40px auto;
    background-image: url(https://takanoharabwr.com/bwr/wp-content/themes/blankslate/images/su_backimage.jpg);
    background-size: cover;
    background-position: center center;
    padding: 40px;
}
.SU_CMP_LINK p{
    font-size: 2rem;
    font-weight: 700;
    text-align: center;
    margin-top: 16px;
    color: #fff
}
.SU_CMP_LINK img{
    max-width: 300px;
    text-align: center;
    display: block;
    margin: 0 auto
}
.Contact_Form_caution{
    text-align: center;
    margin-top: 30px;
    margin-bottom: -10px
}
.SU_Header_Cmp_Reg{
    margin-top: 10px
}
.SU_Movie_LINK{
    display: block;
    width: 100%;
    max-width: 800px;
    margin: 40px auto;
    padding: 40px;
    background-color: #fff700;
}
.SU_UR_LINK{
    max-width: 800px;
    margin: 40px auto;
    display: block;
}
.SU_Movie_LINK_Icon{
    font-size: 110px;
    text-align: center;
    display: block;
}
.SU_Movie_LINK p{
    font-size: 20px;
    font-weight: 700;
    text-align: center;
}

.Movie_Content{
    padding: 40px 7%
}
.Movie_Content h2{
    margin: 20px 0 10px;
}
.SU_Movie_LINK h2, .SU_Movie_LINK h3{
    text-align: center;
    margin-top: 20px;
    width: 100%
}
.SU_Movie_LINK h3{
    margin-top: 40px;
    margin-bottom: 7px;
}
.SU_Movie_LINK h2{
    font-size: 2.3rem

}
.SU_Movie_LINK span{
    text-align: center;
    display: block;
}
.SU_Movie_LINK h3 span{
    font-size: 1.3rem;
    line-height: 1.4
}
.SU_Movie_LINK a{
    text-align: center;
    display: block;
}
.SU_Movie_LINK img{
    display: block;
    max-width: 300px;
    margin: 16px auto 40px
}






.PrivModal{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    transform: translate(0, 110%);
    transition: .4s;
    opacity: 0;
    background-color: #000000b0;
    overflow-y: scroll;
}
.PrivModal.active{
    transform:none;
    transition: .4s;
    opacity: 1
}
.PrivModal_Inner {
    width: 90%;
    margin: 20px auto;
    padding: 20px;
    background-color: #fff;
}
.PrivModal_Inner ul{
    padding: 30px 0
}
.PrivModal_Inner li{
    font-size: 1.2rem;
    margin-top: 8px
}
.Caution_back {
    width: 100px;
    padding: 10px;
    margin: 0 auto 30px;
    text-align: center;
    background-color: #272727;
    color: #fff;
    font-weight: 700;
    cursor: pointer;
}
.error{
    text-align: center;
    display: block;
}
input.Form__BtnWrap__Btn {
    margin: 10px auto;
}
.Form_Main_Content_Formheader_Confirm .Form__BtnWrap .Form__BtnWrap__Btn:first-child{
    background-color: #929292
}
.Formcomplete_heading{
text-align: center;
    margin: 30px auto;
    font-size: 2.3rem;
    color: #0693e3;
}
.SmileUp_PostItem_text{
    font-size: 1.2rem
}
.SmileUp_PostItem_text_Title{
    font-weight: 700;
    padding: 6px 0
}
.SmileUp_PostItem_Img{
    border-bottom: 2px solid #0693e3;
    padding-bottom: 25px;
}
/**/




@media screen and (min-width: 768px) {
.SU_Header{
    width: 100vw
}
.SU_Header_Txt{
    top: 60%;
    font-size: 3.7rem;
}
.Form_Header h1 {
    width: 450px;
}
.SmileUp_Post_Wrap__ItemWrap{
    display: flex;
    flex-wrap: wrap;
}
.SmileUp_PostItem {
    width: 50%;
    padding: 0 10px;
}

.SU_Archive_Wrap{
    display: flex;
    flex-wrap: wrap;
}
.SU_Archive_Wrap .SU_Outline_Heading{
    width: 100%
}
.SmileUp_PostItem_Img{
    border-bottom: 0px;
    padding-bottom: 0;
}
}
@media screen and (min-width: 1024px) {
.SU_Header{
    height: 500px;
    background-image: url(https://takanoharabwr.com/bwr/wp-content/themes/blankslate/images/smileup_pcimage1.jpg);
}
.SU_CMP_LINK{
       background-image: url(https://takanoharabwr.com/bwr/wp-content/themes/blankslate/images/smileup_pcimage1.jpg); 
}
.SU_Header_Heading{
    width: 460px;
    top: 90px;
}
.SU_Header_Txt{
    top: 315px;
    font-size: 2.7rem;
}
.SU_Header_Cmp_Heading{
    font-size: 2.6rem;
}
.SU_Header_Cmp_Kikan{
    font-size: 2.4rem;
    margin-top: 10px;
}
.SU_Header_Cmp_Date{
        font-size: 2.5rem;
}
.SU_Header_Cmp_Strong {
    max-width: 500px;
    margin: 100px auto 40px;
    font-size: 2.7rem;
    padding: 20px;
}
.SU_Header_Cmp_Reg{
    font-size: 2.2rem;
    text-align: center;
    margin-top: 20px
}
.SU_Header_Cmp_Semistrong {
    font-size: 2.5rem;
    margin-top: 60px;
}
.SU_Present_Items {
    width: 33.3333%;
}
.SU_Present_Items p {
    font-size: 1.5rem;
}
.SU_Content{
    max-width: 1200px;
    margin-right: auto;
    margin-left: auto
}
.SU_Present_Content_Sub{
    margin-top: 30px;
    font-size: 1.8rem;
    text-align: center;

}
.SU_Present_Content_SSUB{
    font-size: 1.8rem;
    text-align: center;

}
.SU_Outline_Heading {
    font-size: 2.3rem;
    margin: 50px auto 30px;
}
.SU_Outline_Link {
    margin: 70px auto 100px;
}
.Form__Grp__Label{
    margin: 0 20px 0 0;
    height: 70px;
    width: 230px;
    padding: 22px 0;
    font-size: 1.7rem;
}
.Form__Grp__Item{
    margin: 0;
    height: 70px;
    padding: 13px;
        width: 460px;
}
.Contact_Form_Item{
    display: flex;
    margin: 40px auto;
    max-width: 700px;
}
.Contact_Form_Address{
    max-width: 700px;
    margin: 0 auto;
}
.Contact_Form_Address .Contact_Form_Item{
    max-width: 230px;
    margin-top: 0
}
.Form_Header{
    height: 390px;
    background-position: center bottom;
    background-size: cover;
    background-image: url(https://takanoharabwr.com/bwr/wp-content/themes/blankslate/images/topimage_pc.jpg);

}
.Form_Header h1 {
    top: 30px;
}
.Contact_Form_Address{
    display: flex;
    flex-wrap: nowrap;
}
.Contact_Form_Address .Form__Grp__Label-Address{
    width: 230px
}
.Form__Grp__Label{
    position: relative;
}
.Form__Grp__Label p{
    position: absolute;
    top: 80px;
    text-align: left;
    white-space: inherit;
    left: 0;
    font-size: 1.4rem;
}
.Form_Main_Content_Formheader_text{
    text-align: center;
    margin-top: 20px;
}
.Contact_Form_Item__Attention{
    max-width: 700px;
    margin: 50px auto;
}

.Contact_Form_Item__Attention label{
    display: block;
    margin: 0 auto;
    text-align: center;
    font-size: 1.6rem;
}
.Form_Footer_content{
    text-align: center;
    margin-bottom: 70px
}
.Form__Grp__Item_Wrap{
    margin-top: 0
}

.SmileUp_PostItem {
    width: 25%;
    padding: 0 10px;
}
.Form__Grp__Item_Txtarea{
    height: 128px
}

}
































