@charset "UTF-8";

/*-----------------------------------

	base

-----------------------------------*/
#contents {
}
@media screen and (max-width: 640px) {
}
/*-----------------------------------

	mainvisual

-----------------------------------*/
#mainvisual {
    position: relative;
    margin-bottom: 50px;
}
#mainvisual img {
    width: 100%;
    height: 40vw;
    object-fit: cover;
}
#mainvisual p {
    position: absolute;
    height: 24px;
    font-size: 24px;
    line-height: 1;
    top: 60%;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
}
@media screen and (max-width: 1000px) {
    #mainvisual img {
        height: 50vw;
    }
}
@media screen and (max-width: 640px) {
    #mainvisual {
        margin-bottom: 30px;
    }
    #mainvisual img {
        height: 60vw;
    }
    #mainvisual p {
        height: 18px;
        font-size: 18px;
    }
}

/*-----------------------------------

	about_block

-----------------------------------*/
#about_block {
    padding-top: 110px;
    margin-top: -110px;
}
#about_block h2 {
    padding-top: 40px;
    text-align: center;
    font-size : 24px;
    font-weight: 500;
    color : #646A58;
    position: relative;
    margin-bottom: 30px;
}
#about_block h2::before {
    content: "";
    position: absolute;
    width: 123px;
    height: 28px;
    background: url(../img/index/about_titleimg.png) no-repeat;
    background-size: contain;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
}
@media screen and (max-width: 840px) {
    #about_block {
        padding-top: 70px;
        margin-top: -70px;
    }
}
@media screen and (max-width: 640px) {
    #about_block h2 {
        font-size : 20px;
        margin-bottom: 20px;
    }
}
/*-- about_box01 --*/
#about_block #about_box01 {
    padding: 80px 0;
    background: url(../img/index/about_box01_bg.jpg) no-repeat center;
    background-size: cover;
}
#about_block #about_box01 .left {
    width: 56%;
}
#about_block #about_box01 .left p {
    font-size: 20px;
    line-height: 2.4;
    margin-bottom: 1em;
}
#about_block #about_box01 .left p:last-child {
    margin-bottom: 0;
}
#about_block #about_box01 .left p span {
    font-size : 28px;
    color : #03596D;
    font-weight: 700;
}
#about_block #about_box01 .right {
    width: 43.5%;
}
@media screen and (max-width: 1000px) {
    #about_block #about_box01 .left p {
        font-size: 16px;
    }
    #about_block #about_box01 .left p span {
        font-size : 24px;
    }
}
@media screen and (max-width: 640px) {
    #about_block #about_box01 {
        padding: 40px 0;
    }
    #about_block #about_box01 .left {
        width: 100%;
        float: none !important;
        margin-bottom: 30px;
    }
    #about_block #about_box01 .left p {
        font-size: 14px;
    }
    #about_block #about_box01 .left p span {
        font-size : 20px;
    }
    #about_block #about_box01 .right {
        width: 100%;
        float: none !important;
    }
    #about_block #about_box01 .right img {
        display: block;
        margin: 0 auto;
        max-width: 435px;
        width: 100%;
    }
}
/*-- about_box02 --*/
#about_block #about_box02 {
    margin-bottom: 50px;
    position: relative;
}
#about_block #about_box02 .contents_inner {
    background-color: #EFF0ED;
    background-image: url(../img/index/about_box02_bg01.png), url(../img/index/about_box02_bg02.png);
    background-repeat: no-repeat, no-repeat;
    background-position: right top, left top;
    background-size: contain, contain;
    padding-top: 50px;
    height: 420px;
}
#about_block #about_box02 h3 {
    width: 248px;
    margin: 0 auto;
}
#about_block #about_box02 .box02_list {
    display: block;
    max-width: 614px;
    width: 90%;
    background: #fff;
    padding: 40px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -50px;
    margin: auto;
    box-shadow: 4px 4px 8px 0px rgba(71,63,32,0.7);
}
#about_block #about_box02 .box02_list::after {
    content: "";
    position: absolute;
    width: 9px;
    height: 89px;
    background: url(../img/index/about_box02_arrow.png) no-repeat;
    background-size: contain;
    left: 0;
    right: 0;
    bottom: -50px;
    margin: auto;
}
#about_block #about_box02 .box02_list ul li {
      font-size: 20px;
      line-height: 1.4;
      margin-bottom: 25px;
      margin-left: 19px;
      text-indent: -19px;
}
#about_block #about_box02 .box02_list ul li::before {
    content: "";
    width: 14px;
    height: 14px;
    background: url(../img/index/about_box02_listimg.png) no-repeat;
    background-size: contain;
    vertical-align: middle;
    display: inline-block;
    margin-right: 5px;
}
#about_block #about_box02 .box02_list p {
    font-size: 20px;
    line-height: 1;
    text-align: right;
}
@media screen and (max-width: 840px) {
    #about_block #about_box02 {
        margin-bottom: 100px;
    }
    #about_block #about_box02 .contents_inner {
        padding-top: 40px;
        height: 280px;
    }
    #about_block #about_box02 h3 {
        width: 200px;
    }
    #about_block #about_box02 .box02_list {
        display: block;
        padding: 30px;
        bottom: -100px;
    }
    #about_block #about_box02 .box02_list ul li {
          font-size: 18px;
          margin-bottom: 15px;
    }
    #about_block #about_box02 .box02_list p {
        font-size: 18px;
    }
}
@media screen and (max-width: 640px) {
    #about_block #about_box02 {
        margin-bottom: -50px;
    }
    #about_block #about_box02 .contents_inner {
        background-image: none;
        background:  #EFF0ED url(../img/index/about_box02_bg01.png) right no-repeat;
        background-size: contain;
        height: 150px;
        padding-top: 20px;
    }
    #about_block #about_box02 h3 {
        margin: 0 auto 0 20px;
    }
    #about_block #about_box02 .box02_list::after {
        width: 7px;
        height: 74px;
        bottom: -40px;
    }
    #about_block #about_box02 .box02_list {
        display: block;
        padding: 30px;
        position: relative;
        bottom: auto;
        top: -50px;
    }
    #about_block #about_box02 .box02_list ul li {
          font-size: 16px;
          margin-bottom: 10px;
    }
    #about_block #about_box02 .box02_list p {
        font-size: 16px;
    }
}
/*-- about_box03 --*/
#about_block #about_box03 {
    background: #FFFDF6;
    padding: 100px 0;
    margin-top: -50px;
    text-align: center;
}
#about_block #about_box03 .text01{
    font-size : 22px;
    font-weight: 700;
    letter-spacing: 0.06em;
    margin-bottom: 30px;
}
#about_block #about_box03 .text01 span{
    font-size : 30px;
    color : #FBC63C;
}
#about_block #about_box03 .text02{
    font-size : 22px;
    font-weight: 700;
    letter-spacing: 0.06em;
    margin-bottom: 30px;
    position: relative;
    padding: 0 40px;
    display: inline-block;
}
#about_block #about_box03 .text02::before,
#about_block #about_box03 .text02::after {
    content: "";
    width: 20px;
    height: 1px;
    background: #FBC63C;
    position: absolute;
    top: 50%;
}
#about_block #about_box03 .text02::before {
    left: 0;
    transform: rotate(60deg);
}
#about_block #about_box03 .text02::after {
    right: 0;
    transform: rotate(-60deg);
}
#about_block #about_box03 a {
    display: block;
    max-width: 380px;
    width: 100%;
    padding: 30px 0;
    text-align: center;
    background: #86BEB3;
    color: #fff;
    border-radius: 40px;
    margin: 0 auto 40px;
    line-height: 1;
    font-size: 18px;
    box-shadow: 0px 6px 0px 0px #719E95;
    position: relative;
    bottom: 0;
    transition: all 0.5s;
}
#about_block #about_box03 a::after {
    content: ">";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 20px;
    margin: auto;
    width: 18px;
    height: 18px;
}
#about_block #about_box03 a:hover {
    box-shadow: none;
    bottom: -6px;
    opacity: 1;
}
#about_block #about_box03 .text03 {
    font-size : 24px;
    color : #03596D;
    letter-spacing: 0.06em;
    font-weight: 700;
    position: relative;
    z-index: 0;
    display: inline-block;
}
#about_block #about_box03 .text03::before {
    content: "";
    position: absolute;
    z-index: -10;
    width: 100%;
    height: 15px;
    background: url(../img/index/about_box03_border.png) no-repeat center;
    background-size: contain;
    top: 65%;
    left: 0;
}
@media screen and (max-width: 840px) {
    #about_block #about_box03 {
        margin-top: -100px;
        padding-top: 150px;
    }
    #about_block #about_box03 .text01{
        font-size : 18px;
    }
    #about_block #about_box03 .text02{
        font-size : 18px;
    }
    #about_block #about_box03 .text03{
        font-size : 20px;
    }
}
@media screen and (max-width: 640px) {
    #about_block #about_box03 {
        margin-top: auto;
        padding: 50px 0;
    }
    #about_block #about_box03 .text01{
        font-size : 16px;
        line-height: 1.4;
        margin-bottom: 20px;
    }
    #about_block #about_box03 .text01 span{
        font-size : 24px;
        color : #FBC63C;
        margin-bottom: 20px;
    }
    #about_block #about_box03 .text02{
        font-size : 16px;
    }
    #about_block #about_box03 a {
        margin: 0 auto 30px;
        padding: 20px 0;
        font-size: 16px;
    }
    #about_block #about_box03 .text03{
        font-size : 16px;
        line-height: 1.4;
        background: linear-gradient(transparent 60%, #F7D384 0%);
        display: inline;
    }
    #about_block #about_box03 .text03::before{
        background: none;
    }
}
/*-----------------------------------

	merit_block

-----------------------------------*/
#merit_block {
    padding-bottom: 100px;
}
#merit_block h2 {
    background: #F2E8DF;
    padding: 30px 0;
    width: 100%;
    text-align: center;
    color: #646A58;
    font-size: 24px;
    font-weight: 400;
    line-height: 1;
    display: block;
    position: relative;
    z-index: 0;
    filter: drop-shadow(4px 4px 4px rgba(71,63,32,0.7));
}
#merit_block h2::before {
    content: "";
    width: 101px;
    height: 33px;
    background: url(../img/index/merit_titleimg.png) no-repeat;
    background-size: contain;
    position: absolute;
    z-index: 10;
    top: -10px;
    left: 0;
    right: 0;
    margin: auto;
}
#merit_block h2::after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 26px 34px 0 34px;
    border-color: #f2e8df transparent transparent transparent;
    position: absolute;
    z-index: -10;
    top: 100%;
    left: 0;
    right: 0;
    margin: auto;
}
#merit_block .contents_inner {
    background: url(../img/index/merit_img.jpg) no-repeat right top;
    background-size: 60% auto;
    position: relative;
    z-index: -10;
}
#merit_block h3 {
    width: 377px;
    position: absolute;
    top: 85px;
    left: 35px;
}
#merit_block ul {
    width: 95%;
    margin: 0 auto;
    padding-top: 220px;
}
#merit_block ul li {
    float: left;
    width: 33%;
    margin-right: 0.33%;
}
#merit_block ul li:last-child {
    margin-right: 0;
}
@media screen and (max-width: 1000px) {
    #merit_block h3 {
        width: 300px;
    }
    #merit_block ul {
        padding-top: 22vw;
    }
}
@media screen and (max-width: 840px) {
    #merit_block h3 {
        width: 260px;
        top: 50px;
        left: 30px;
    }
}
@media screen and (max-width: 640px) {
    #merit_block {
        padding-bottom: 50px;
    }
    #merit_block h2 {
        padding: 20px 0;
        font-size: 18px;
    }
    #merit_block h2::before {
        top: -15px;
    }
    #merit_block .contents_inner {
        background: url(../img/index/merit_img.jpg) no-repeat right top;
        background-size: 55% auto;
    }
    #merit_block h3 {
        width: 180px;
        top: 20px;
        left: 10px;
    }
    #merit_block ul {
        width: 100%;
    }
}
/*-----------------------------------

	cleaningfee_block

-----------------------------------*/
#cleaningfee_block {
    padding-top: 120px;
    margin-top: -120px;
}
#cleaningfee_block .cleaningfee_wrap{
    padding-bottom: 100px;
    background: url(../img/index/cleaningfee_bg.png);
}
#cleaningfee_block h2 {
    background: #F2E8DF;
    padding: 30px 0;
    width: 100%;
    text-align: center;
    color: #646A58;
    font-size: 24px;
    font-weight: 400;
    line-height: 1;
    display: block;
    position: relative;
    z-index: 0;
    filter: drop-shadow(4px 4px 4px rgba(71,63,32,0.7));
}
#cleaningfee_block h2::before {
    content: "";
    width: 155px;
    height: 33px;
    background: url(../img/index/cleaningfee_titleimg.png) no-repeat;
    background-size: contain;
    position: absolute;
    z-index: 10;
    top: -10px;
    left: 0;
    right: 0;
    margin: auto;
}
#cleaningfee_block h2::after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 26px 34px 0 34px;
    border-color: #f2e8df transparent transparent transparent;
    position: absolute;
    z-index: -10;
    top: 100%;
    left: 0;
    right: 0;
    margin: auto;
}
#cleaningfee_block .contents_inner {
    background: #fff;
    box-shadow: 7px 7px 5px 0px rgba(124,123,123,0.7);
    padding-bottom: 70px;
}
#cleaningfee_block h3 {
    text-align: center;
    font-weight : 700;
    font-size : 26px;
    letter-spacing : 0.08em;
    color : #03596D;
    border-bottom: 1px solid #03596D;
    max-width: 810px;
    width: 90%;
    margin: 0 auto 45px;
    padding-top: 50px;
}
#cleaningfee_block h3 span {
    font-size: 18px;
}
#cleaningfee_block table caption {
    text-align: left;
    border-bottom: 1px solid #03596D;
    margin-bottom: 15px;
}
#cleaningfee_block table caption span {
    display: inline-block;
    padding: 15px 20px;
    line-height: 1;
    border-radius: 10px 10px 0 0;
    font-size : 22px;
    font-weight: 700;
}
#cleaningfee_block table.kake caption span {
    background: #03596D;
    color: #fff;
}
#cleaningfee_block table.shiki caption span {
    background: #F2E8DF;
    color: #03596D;
}
#cleaningfee_block table {
    max-width: 810px;
    width: 90%;
    margin: 0 auto 45px;
}
#cleaningfee_block table th,
#cleaningfee_block table td {
    border: 1px solid #03596D;
    padding: 15px 0;
    text-align: center;
    font-weight: 400;
    width: 33.33%;
    font-size: 20px;
}
#cleaningfee_block table th.member,
#cleaningfee_block table td.member {
    padding: 5px;
}
#cleaningfee_block table th.member span,
#cleaningfee_block table td.member span {
    display: block;
    padding: 10px 0;
    width: 100%;
    font-weight: 700;
    background: #FFFDF6;
    font-size: 22px;
}
#cleaningfee_block a.more {
    display: block;
    max-width: 380px;
    width: 90%;
    padding: 20px 0;
    text-align: center;
    background: #03596D;
    color: #fff;
    border-radius: 40px;
    margin: 0 auto;
    line-height: 1;
    font-size: 18px;
    box-shadow: 0px 6px 0px 0px #04424C;
    position: relative;
    bottom: 0;
    transition: all 0.5s;
}
#cleaningfee_block a.more::after {
    content: ">";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 20px;
    margin: auto;
    width: 18px;
    height: 18px;
}
#cleaningfee_block a.more:hover {
    box-shadow: none;
    bottom: -6px;
    opacity: 1;
}
@media screen and (max-width: 840px) {
    #cleaningfee_block {
        padding-top: 80px;
        margin-top: -80px;
    }
}
@media screen and (max-width: 640px) {
    #cleaningfee_block .cleaningfee_wrap{
        padding-bottom: 50px;
    }
    #cleaningfee_block h2 {
        padding: 20px 0;
        font-size: 18px;
    }
    #cleaningfee_block h2::before {
        top: -15px;
    }
    #cleaningfee_block .contents_inner {
        padding-bottom: 50px;
    }
    #cleaningfee_block h3 {
        font-size : 22px;
        margin: 0 auto 30px;
    }
    #cleaningfee_block table {
        margin: 0 auto 30px;
    }
    #cleaningfee_block table caption span {
        font-size : 18px;
    }
    #cleaningfee_block table th,
    #cleaningfee_block table td {
        font-size: 16px;
    }
    #cleaningfee_block table th.member span,
    #cleaningfee_block table td.member span {
        font-size: 18px;
    }
    #cleaningfee_block a.more {
        font-size: 16px;
    }
}
/*-----------------------------------

	use_block

-----------------------------------*/
#use_block {
    background: url(../img/index/use_bg.jpg) no-repeat;
    background-size: cover;
    padding: 100px 0 70px;
    text-align: center;
}
#use_block p {
    font-weight : 700;
    font-size : 24px;
    color : #646A58;
    margin-bottom: 70px;
}
#use_block a {
    display: block;
    max-width: 380px;
    width: 90%;
    padding: 30px 0;
    text-align: center;
    background: #86BEB3;
    color: #fff;
    border-radius: 40px;
    margin: 0 auto;
    line-height: 1;
    font-size: 18px;
    box-shadow: 0px 6px 0px 0px #719E95;
    position: relative;
    bottom: 0;
    transition: all 0.5s;
}
#use_block a::after {
    content: ">";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 20px;
    margin: auto;
    width: 18px;
    height: 18px;
}
#use_block a:hover {
    box-shadow: none;
    bottom: -6px;
    opacity: 1;
}
@media screen and (max-width: 640px) {
    #use_block {
        padding: 50px 0 40px;
    }
    #use_block p {
        font-size : 18px;
        margin-bottom: 40px;
    }
    #use_block a {
        padding: 25px 0;
        font-size: 16px;
    }
}
