/*------------------------------
基本
--------------------------------*/
html{
	font-size:62.5%;
}
body{
	font-family: 'M PLUS 1',HiraMaruPro-W4,Meiryo,Osaka,sans-serif;
	font-size:1.8rem;
	line-height: 160%;
	color:#000000; /* 全体のテキストカラー */
	margin:0px;
	padding:0px;
}
a {
	text-decoration:none;
	color:#3a3a3a;
}
li {
	list-style:none;
}
.page_c{
    text-align: center;
}
.page_r{
    text-align: right;
    width: 100%;
}

/*------------------------------
フォーマット
--------------------------------*/
#wrapper{
    background: #008B62;
}
#contents{
    width: 100%;
    max-width: 768px;
    margin: 0 auto;
    background: #fff;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
	position:relative;
    overflow: auto;
}

.page_c{
    text-align: center !important;
}
.red{
    color: #B9272D;
}
.orange{
	color: #E95A24;
}
.blue{
    color: #0071B4;
}
.green{
	color: #009260;
}
.font_red{
	color: #e80001;
}
.bg_yellow{
    background: #FFF3BC;
}

/*------------------------------
LINEお問い合わせボタン
--------------------------------*/
.line_btn_box .hukidashi img{
    width: 95% !important;
}
.line_link_pc{
    display: block;
    width: 95%;
    margin: 0 auto;
}
.line_link_smp{
    display: none;
}
.line_link a,
.line_link_smp a{
    display: block;
    position:relative;
    overflow:hidden;
}
.line_link a:after,
.line_link_smp a:after{
    content:"";
    height:100%;
    width: 30px;
    position:absolute;
    top:-180px;
    left:0;
    background-color: #fff;
    opacity:0;
    -webkit-transform: rotate(45deg);
    -webkit-animation: reflection 2s ease-in-out infinite;
}


@keyframes reflection {
    0% { -webkit-transform: scale(0) rotate(45deg); opacity: 0; }
    80% { -webkit-transform: scale(0) rotate(45deg); opacity: 0.5; }
    81% { -webkit-transform: scale(4) rotate(45deg); opacity: 1; }
    100% { -webkit-transform: scale(50) rotate(45deg); opacity: 0; }
}




/*------------------------------
サイドメニュー
--------------------------------*/
#side{
    width: 150px;
    box-sizing: border-box;
    padding: 10px;
    position: fixed;
}
#side img{
    width: 100%;
}
.menu ul{
    border-bottom: #6F868E dashed 1.8px;
    font-size: 1.4rem;
    text-align: right;
    font-weight: 700;
    letter-spacing: 0.1rem;
    padding: 100px 0px 10px 0px;
    margin-bottom: 15px;
    line-height: 240%;
}
.menu ul a{
    pointer: cursor;
    transition: 0.1s;
}
.menu ul a:hover{
    background: linear-gradient(transparent 55%, #F1E58D 55%);
    padding: 0px 4px;
}

/*------------------------------
メインコンテンツ
--------------------------------*/
#contents_box{
    box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.75);
    max-width: 618px;
    width: 100%;
    margin-left: 150px;
}
header{
    border: 7px solid #008b62;
    box-sizing: border-box;
    /*position: relative;*/
}
h1{
    background: #008b62;
    color: #fff;
    text-align: center;
    padding: 0px 0px 7px 0px;
    font-size: 1.8rem;
    line-height: 23px;
    font-weight: 700;
    letter-spacing: 0.1rem;
}
.mainv{
    background: url("../images/mainv_bg.jpg") no-repeat center top;
    background-size: 100%;
	height: 415px;
    position: relative;
}
.mainv .mainv p{
    /*position: absolute;*/
    display: inline-block;
}
.mainv p.mv_zero{
    display: inline-block;
    margin-top: 5px;
    animation: poyon 5s infinite;
}
.mainv p.mv_zero img{
    max-width: 340px;
    width: 100%;
    height: auto;
    object-fit: contain;
}
@keyframes poyon {
  0%   { transform: scale(1.0, 1.0) translate(0%, 0%); }
  20%  { transform: scale(1.0, 1.0) translate(0%, 0%); }
  25%  { transform: scale(0.9, 0.9) translate(0%, 2%); }
  30%  { transform: scale(1.0, 0.85) translate(0%, 5%); }
  35%  { transform: scale(0.85, 1.0) translate(0%, -5%); }
  40%  { transform: scale(1.1, 0.9) translate(0%, 2%); }
  45%  { transform: scale(1.0, 1.0) translate(0%, 0%); }
  100% { transform: scale(1.0, 1.0) translate(0%, 0%); }
}
.mainv p.mv_text{
    display: inline-block;
    margin: -10px 0px 8px 22px;
}
.mainv p.mv_text img{
    max-width: 330px;
    width: 100%;
    height: auto;
    object-fit: contain;
}
.mainv p.mv_girl{
    display: inline-block;
    position: absolute;
    /*left: 410px;*/
    right: 0%;
    top: -7px;
    bottom: 0;
}
.mainv p.mv_girl img{
    max-width: 358px;
    width: 100%;
    height: auto;
    object-fit: contain;
}
.mainv p.mv_girl2{
    display: none;
}
.mv_support{
    text-align: center;
    font-size: 4rem;
    font-family: "HG創英角ｺﾞｼｯｸUB",'M PLUS 1',sans-serif;
    line-height: 150%;
    color: #fff;
    margin-bottom: 15px;
}
.mv_support span{
    padding: 7px 10px;
    color: #fff;
    display: inline-block;
}
.mv_s1{
    background: #333333;
}
.mv_s2{
    background: #E95A24;
}
.mv_line{
    margin-bottom: 10px;
}
.mv_line img{
    width: 92.5%;
    height: auto;
}
.mv_logo{
    margin-bottom: 20px;
}
.mv_logo img{
    width: 85%;
    height: auto;
}
/*よくあるお部屋探しの悩み*/
#nayami{
    text-align: center;
    margin-bottom: 50px;
}
#nayami div{
    background: #BAC4CA;
    position: relative;
    padding: 40px 0px 30px 0px;
}
#nayami div:after{
    border: solid transparent;
    content: '';
    height: 0;
    width: 0;
    pointer-events: none;
    position: absolute;
    border-color: rgba(186, 196, 202, 0);
    border-top-width: 28px;
    border-bottom-width: 20px;
    border-left-width: 40px;
    border-right-width: 40px;
    margin-left: -10px;
    border-top-color: #BAC4CA;
    top: 100%;
    left: 45%;
}
#nayami h2 img{
    width: 85%;
}
#nayami div .mi_ss{
    font-weight: 700;
    font-size: 1.8rem;
    letter-spacing: 0.2rem;
    background: #333;
    color: #fff;
    display: inline-block;
    padding: 0px 9px 0px 15px;
    line-height: 190%;
}
#nayami div p img{
    width: 90%;
}
.nayami_kaiketu{
    font-size: 3rem;
    font-weight: 600;
    margin-top: 45px;
    line-height: 150%;
}
.nayami_kaiketu small,
.nayami_kaiketu span{
    font-size: 2.6rem;
}
.nayami_kaiketu big.orange{
    font-size: 4.2rem;
}
.marker{
    background:linear-gradient(transparent 60%, #F1E58D 60%);
    padding: 0px 8px;
}
.nayami_kaiketu .si_block{
    display: inline-block;
}
/*選ばれる理由とLINE問い合わせの破線*/
#reason,
#point h2{
    max-width: 590px;
    width: 95%;
    border-top: #6F868E dashed 1.8px;
    margin: 0 auto;
    margin-top: 55px;
    padding-top: 55px;
    text-align: center;
}
/*選ばれる理由*/
#reason h2{
    background: #008B62;
    text-align: center;
    font-size: 2.8rem;
    color: #fff;
    line-height: 130%;
    padding: 15px 5px;
    letter-spacing: 0.3rem;
    margin-bottom: 25px;
}
.reason_able img{
    width: 100%;
    height: auto;
}
#reason h3{
    font-size: 2.8rem;
    line-height: 140%;
    text-align: center;
    letter-spacing: 0.4rem;
    color: #008b62;
    margin: 20px 0px;
}
#reason p{
    text-align: center;
    line-height: 180%;
    font-weight: 500;
    letter-spacing: 0.3rem;
    margin-bottom: 35px;
}
#reason ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
    width: 85%;
    margin: 0 auto;
}
#reason ul li{
    border: #008b62 6px solid;
    width: 48%;
    box-sizing: border-box;
    border-radius: 5px;
    background: #E5EFF5;
    margin-bottom: 20px;
}
#reason ul li h4{
    text-align: center;
    background: #008b62;
    color: #fff;
    line-height: 140%;
    padding-bottom: 7px;
}
#reason ul li p{
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    width: 90%;
    margin: 10px auto;
    justify-content: center;
}
#reason ul li p img{
    width: 32%;
    max-height: 66px;
    height: auto;
    object-fit: contain;
    margin: 5px 0px;
}
#reason ul li p span{
    width: 65%;
    text-align: center;
    font-weight: 600;
    line-height: 130%;
    font-size: 1.6rem;
}
#reason ul li p.img_only img{
    width: 100%;
    max-height: 90px;
    height: 100%;
    object-fit: contain;
}
.attention{
    font-size: 1.4rem;
    line-height: 140%;
    text-align: left !important;
    max-width: 500px;
    width: 90%;
    margin: 0 auto;
	letter-spacing: 0.2rem !important;
}
.attention small{
	
}
.sample_hiyo{
    margin-bottom: 30px;
}
.sample_hiyo p{
    font-size: 30px;
    line-height: 165% !important;
    margin-bottom: 20px !important;
    font-weight: 700 !important;
    letter-spacing: 1rem !important;
}
.sample_hiyo p .orange{
    font-size: 4rem;
}
.sample_hiyo img{
    width: 100%;
    height: auto;
}
/*ポイント*/
#point{
    overflow: hidden;
}
#point h2{
    margin-bottom: 25px !important;
}
#point h2 img{
    width: 95%;
}
#point h2 img.pc_img{
    display: block;
}
#point h2 img.smp_img{
    display: none;
}
.point_box{
    padding: 40px 30px;
}
.point_box h3{
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: flex-start;
    font-size: 2rem;
    line-height: 160%;
    letter-spacing: 0.25rem;
    margin-bottom: 20px;
}
.point_box h3 .orange{
    font-size: 2.6rem;
	display: inline-block;
}
.point_box h3 img{
    width: 80px;
    height: auto;
    margin-right: 20px;
}
.point_box p img{
    width: 100%;
    height: auto;
    margin-bottom: 10px;
}
.point_box p{
    line-height: 180%;
    letter-spacing: 0.2rem;
}
.point_box div{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
}
.point_box div .text{
    width: 60%;
}
.point_box div .image_photo{
    width: 35%;
    height: auto;
}
/*LINEで問い合わせ*/
#line_contact{
    max-width: 542px;
    width: 95%;
    margin: 60px auto 30px auto;
}
#line_contact h2{
    max-width: 300px;
    width: 100%;
    height: auto;
    margin: 0 auto 20px auto;
}
#line_contact h2 img{
    width: 100%;
    height: auto;
}
.line_step h3 img.pc_img{
    display: block;
}
.line_step h3 img.smp_img{
    display: none;
}
.line_step h3 img{
    width: 100%;
    height: auto;
}
.line_step_con{
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-evenly;
    margin-top: 15px;
    margin-bottom: 40px;
}
.line_step_btnset{
    width: 55%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: flex-start;
    height: 348px;
    justify-content: space-between;
}
.line_step_end{
    margin-top: 15px;
}
.line_step_con_img{
	display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
	width: 93%;
    margin: 15px auto 40px auto;
}
.line_step_img{
    width: 38%;
}
.line_step_con_img .line_step_img{
    width: 32%;
}
.line_step_img img{
    width: 100%;
    height: auto;
}
.line_step_text{
    width: 55%;
}
.line_step_end img,
.ls_text img{
    width: 100%;
    height: auto;
}
.ls_text{
    width: 90%;
    margin: 10px auto 35px auto;
}
.step3_p{
	width: 93%;
    margin: 15px auto -10px auto !important;
}

/*よくある質問*/
#qa{
    border: 8px solid #0071B4;
    box-sizing: border-box;
    padding: 60px 10px;
    width: 100%;
    margin: 60px auto 50px auto;
}
.f_qa{
    width: 80%;
    max-width: 468px;
    margin: 0 auto;
}
.f_qa img{
    width: 100%;
    height: auto;
}
#qa h2{
    text-align: center;
    font-size: 3rem;
    margin: 0 auto;
    max-width: 490px;
    width:     90%;
    line-height: 170%;
}
#qa h2 span.img{
    background: url(../images/text_underline.png) no-repeat center bottom;
    background-position-y: 40px;
    padding-bottom: 20px;
    background-size: 100%;
}
#qa h2 span.si_block{
    display: inline-block;
}
.qa_support_text{
    padding: 30px 0px 0px 0px;
    text-align: center;
    line-height: 180%;
}
.qa_box{
    width: 90%;
    margin: 0 auto;
}
.qa_innerbox{
    border-bottom: 1px dashed;
    padding: 20px 0px;
}
.qa_innerbox label{
    pointer: cursor;
}
.qa_box .Label{
    background: url("../images/icon_q.png") no-repeat left center;
    background-size: 34px auto;
    color: #E95A24;
    font-size: 2rem;
    font-weight: 500;
    letter-spacing: 0.1rem;
    line-height: 160%;
    display: inline-block;
    padding: 20px 0px 20px 50px;
}
.qa_box .Label span{
    border-bottom: 2.5px solid #E95A24;
    padding-bottom: 1px;
}
.toggle {
	display: none;
}
.Label,
.content {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transform: translateZ(0);
	transition: all 0.3s;
}
.content {/*本文*/
    height: auto;
    /*margin-bottom: 25px;*/
    padding: 0px 0px 20px 0px;
    line-height: 180%;
    letter-spacing: 0.2rem;
}
.qa_box .content p{
    background: url("../images/icon_a.png") no-repeat left top;
    background-size: 34px auto;
    background-position-y: 5px;
    padding-left: 50px;
}
.qa_box .content p .blue{
    font-weight: 800;
}
.qa_box .content p.last{
    padding-bottom: 20px;
}
.toggle:checked + .Label + .content {	/*開閉時*/
	padding:0px ;
	transition: all .3s;
    height: 0;
    overflow: hidden;
}
.toggle:checked + .content p{
    display: none;
}
.toggle:checked + .Label::before {
	transform: rotate(-45deg) !important;
}
.qa_box p img{
    width: 100%;
    height: auto;
}
.area_box{
    border-radius: 10px;
    padding: 20px;
    line-height: 160%;
    margin-top: 10px;
}
/*お客様満足度*/
#satisfaction{
    padding-bottom: 20px;
    margin-bottom: 50px;
    overflow: auto;
}
#satisfaction img{
    width: 100%;
    height: auto;
}
.thanks{
    width: 85%;
    margin: 40px auto;
}
.thanks h2 img{
    width: 100%;
    height: auto;
    margin-bottom: 6px;
}
.thanks p img{
    width: 100% !important;
    height: 200px !important;
    object-fit: contain;
}
.review_comment{
    background: #fff;
    box-sizing: border-box;
    border-radius: 6px;
    box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.75);
    margin-top: 6px;
}
.review_comment h3{
    background: #008b62;
    color: #fff;
    text-align: center;
    padding: 5px;
}
.review_comment p{
    padding: 16px;
    line-height: 170%;
    letter-spacing: 0.1rem;
}
.keisai_thanks{
    text-align: center;
    font-size: 1.6rem;
    max-width: 90%;
    margin: -15px auto 10px auto;
}
/*プライバシーポリシー*/
.privacy{
    width: 90%;
    margin: 50px auto;
}
.privacy h2{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    font-size: 2.2rem;
    text-align: center;
}
.privacy h2 img{
    margin-top: 10px;
    height: 28px;
}
.privacy h2 .mi{
    padding: 0px 10px;
}
.privacy p img{
    width: 100%;
    height: auto;
}
.privacy .text{
    width: 90%;
    margin: 0 auto;
    font-size: 1.4rem;
}

/*------------------------------
フッター
--------------------------------*/
footer p img{
    width: 80%;
    height: auto;
    max-height: 84px;
    object-fit: contain;
}
.shop_name {
    letter-spacing: 0.2rem;
    font-size: 2.4rem;
    line-height: 150%;
    font-weight: 700;
}
.shop_name span{
    display: inline-block;
}
footer .si_block{
	display: inline-block;
}




.copyright{
    background: #008b62;
    display: block;
    text-align: center;
    color: #fff;
    font-size: 1.3rem;
}


/*------------------------------
テーブル
--------------------------------*/
table , td, th {
	border: 1px solid #595959;
	border-collapse: collapse;
}
table{
    table-layout: fixed;
    margin: 25px auto 35px auto;
	max-width: 490px;
    width: 90%;
}
td, th {
    font-size: 1.4rem;
    font-weight: 400;
    vertical-align: middle;
}
th {
	background: #EAEAEA;
    width: 80px;
    letter-spacing: 0.1rem;
}
td{
    padding: 10px 10px;
    line-height: 120%;
    letter-spacing: 0.1rem;
    text-align: left;
}
td span.fb{
    font-size: 2.2rem;
    font-weight: 700;
}
td span.newyear{
	font-size: 1.2rem;
	font-weight: 600;
}


/*------------------------------
スマホ
--------------------------------*/
@media screen and (max-width:768px){
    h1{
        font-size: 1.2rem;
        line-height: 16px;
    }
    #side{
        display: none;
    }
    #contents_box{
        margin-left: 0;
        box-shadow: none;
        width: 100% !important;
        overflow: auto;
    }
    .mainv{
        background-size: 100% 100% !important;
		height: auto;
    }
    .mainv p.mv_zero{
        width: 100%;
    }
    .mainv p.mv_zero img {
        max-width: 330px;
        width: 80%;
        height: auto;
        object-fit: contain;
    }
    .mainv p.mv_text {
        margin: -10px 0px 8px 10px;
        width: 70%;
    }
    .mainv p.mv_text img {
        max-width: 330px;
        width: 90%;
    }
    .mv_girl{
        display: none !important;
    }
    .mainv p.mv_girl2{
        display: inline-block;
        position: absolute;
        right: 0px;
        top: 0%;
        text-align: right;
    }
    .mainv p.mv_girl2 img{
        width: 49%;
        height: auto;
        object-fit: contain;
    }
    .mv_support{
        font-size: 2.4rem;
        position: sticky;
        font-weight: 600;
    }
    .mv_support span{
        padding: 2px 10px;
    }
    #nayami h2{
        margin-bottom: 12px;
    }
    #nayami h2 img {
        width: 98%;
    }
    #nayami div p img{
        width: 100%;
    }
    #reason ul li{
        width: 100%;
    }
    #reason h3{
        letter-spacing: 0.2rem;
    }
    .sample_hiyo p{
        letter-spacing: 0.5rem !important;
    }
    #point h2 img.pc_img{
        display: none;
    }
    #point h2 img.smp_img{
        display: block;
    }
    #point h2,
    #point h2 img{
        width: 100% !important;
    }
    .point_box h3{
        flex-direction: column;
    }
    .point_box h3 img{
        margin-bottom: 10px;
    }
    .point_box div{
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
        flex-wrap: wrap;
        flex-direction: column-reverse;
    }
    .point_box div .text{
        width: 100%;
    }
    .point_box div .image_photo{
        width: 100%;
        height: auto;
        max-height: 200px;
        padding-bottom: 15px;
    }
    .point_box p img {
        width: 100%;
        max-height: 200px;
        height: auto;
        object-fit: cover;
    }
    .area_box{
        font-size: 1.4rem;
    }
    .line_step_btnset{
        height: auto !important;
    }
    .line_step h3 img.pc_img{
        display: none;
    }
    .line_step h3 img.smp_img{
        display: block;
    }
	.line_step_end{
		width: 93%;
		margin: 15px auto 0px auto;
	}
    .privacy h2 img{
        height: 18px;
    }
    .privacy .text{
        margin: 25px auto 5px auto;
    }
    footer{
        width: 90%;
        margin: 0 auto;
    }
    .line_link_pc{
        display: none;
    }
    .line_link_smp,
    .line_link_smp a{
        display: block !important;
		position:relative;
		overflow:hidden;
    }
    .end_btm_f{
        padding: 10px 0px 5px 0px;
        box-sizing: border-box;
        width: 100%;
        height: 80px;
        position: fixed;
        bottom: 0px;
        box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.75);
        background: #fff;
        display: flex !important;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        border-top: 7px solid #008a61;
    }
    .end_btm_f p{
        width: 38%;
        max-height: 65px;
    }
    .end_btm_f p img{
        max-width: 100% !important;
        max-height: 65px !important;
        object-fit: contain;
    }
    .copyright{
        padding-bottom: 85px;
    }
}


/*------------------------------
ふわっと表示させる
--------------------------------*/
/*下から上へ出現*/
.fade {
  transition: 0.8s ease-in-out;
  transform: translateY(30px);
  opacity: 0;
}
.fade.on {
  transform: translateY(0);
  opacity: 1.0;
}
.timing02 {transition-delay: .2s;}
.timing03 {transition-delay: .4s;}
.timing04 {transition-delay: .6s;}
.timing05 {transition-delay: .8s;}
/*左から出現*/
.fade_left {
    -webkit-transition: 0.8s ease-in-out;
    -moz-transition: 0.8s ease-in-out;
    -o-transition: 0.8s ease-in-out;
    transition: 0.8s ease-in-out;
    transform: translateX(-30px);
    opacity: 0;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
}
.fade_left.on {
    opacity: 1.0;
    filter: alpha(opacity=100);
    -moz-opacity: 1.0;
    transform: translateX(0);
}
/*右から出現*/
.fade_right {
    -webkit-transition: 0.8s ease-in-out;
    -moz-transition: 0.8s ease-in-out;
    -o-transition: 0.8s ease-in-out;
    transition: 0.8s ease-in-out;
    transform: translateX(30px);
    opacity: 0;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
}
.fade_right.on {
    opacity: 1.0;
    filter: alpha(opacity=100);
    -moz-opacity: 1.0;
    transform: translateX(0);
}


/*------------------------------
レスポンシブ
--------------------------------*/

@media screen and (max-width:1024px){

}

@media screen and (max-width:599px){

}















