@charset "UTF-8";


h2 {
    line-height: 4.0rem;
    font-weight: 400;
    letter-spacing: 0.8rem;
}

h3 {
    font-weight: 400;
    letter-spacing: 0.6rem;
}

@media screen and (max-width: 640px) {
    h2 {
        font-weight: 400;
        line-height: 2.6rem;
        letter-spacing: 0.4rem;
    }

    h3 {
        font-weight: 400;
        letter-spacing: 0.4rem;
    }

    footer {
        padding-bottom: 40px;
    }
}

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

	main

-----------------------------------*/
#main {
    text-align: center;
}

@media screen and (max-width: 1160px) {
    #main {
        margin-top: 20px;
    }
}

@media screen and (max-width: 640px) {
    #main {
        margin-top: 10px;
    }
}

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

	main_line_wrap

-----------------------------------*/
#main_line_wrap {
    width: 100%;
    background: #eeebdd;
}

#main_line {
    width: 1160px;
    height: 25px;
    background: #5a8d65;
    margin: 0 auto;
}

@media screen and (max-width: 1160px) {
    #main_line {
        width: 95%;
        height: 20px;
    }
}

@media screen and (max-width: 640px) {
    #main_line {
        height: 10px;
    }
}

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

	line_img

-----------------------------------*/
.line_img_01 {
    width: 100%;
    /*height: 225px;*/
    height: 300px;
    background: url(../img/index/line_img_01.jpg?v=2) no-repeat;
    background-size: cover;
    background-position: center;
}

.line_img_02 {
    width: 100%;
    height: 225px;
    background: url(../img/index/line_img_02.jpg) no-repeat;
    background-size: cover;
    background-position: center;
}

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

    .line_img_01,
    line_img_02 {
        height: 150px;
    }
}

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

	about

-----------------------------------*/
#about {
    padding-top: 70px;
}

#about .contents_wrap {
    background: url(../img/index/bg_about.png) no-repeat;
    background-position: right bottom;
    padding-bottom: 70px;
}

#about .contents_inner {
    position: relative;
}

#about h2 {
    font-size: 48px;
    letter-spacing: 1.0rem;
    margin-left: 40px;
}

/*
#textbox_02{
	margin-top: 280px;
}
*/
#textbox_02 {
    margin-top: 320px;
}

#about_img_01 {
    position: absolute;
    left: 0;
    top: 0;
}

#about_img_02 {
    position: absolute;
    right: 80px;
    bottom: 0;
}

@media screen and (max-width: 1160px) {
    #about h2 {
        margin-right: 1%;
    }

    #about_img_01 {
        width: 40%;
    }

    #about_img_02 {
        width: 40%;
    }
}

@media screen and (max-width: 1035px) {
    #textbox_02 {
        margin-top: 0;
    }

    #about_img_01 {
        width: 33%;
    }

    #about_img_02 {
        width: 35%;
        right: 7%;
    }
}

@media screen and (max-width: 840px) {
    #textbox_02 {
        margin: 40px 0 30%;
    }

    #about_img_01 {
        width: 54%;
        top: unset;
        bottom: 0;
    }

    #about_img_02 {
        width: 45%;
        top: unset;
        bottom: 0;
        right: 0;
    }

}

@media screen and (min-width:641px) and (max-width: 840px) {

    #textbox_02 {
        margin-bottom: 35%;
    }

    #about_img_01 img,
    #about_img_02 img {
        width: 100%;
        height: 28.57vw;
        object-fit: cover;
        object-position: center center;
    }
}


@media screen and (max-width: 640px) {
    #about {
        text-align: center;
        padding-top: 40px;
    }

    #about .contents_wrap {
        background-position: center bottom;
        padding-bottom: 40px;
    }

    #about h2 {
        font-size: 24px;
        letter-spacing: 0.4rem;
        float: none !important;
        margin: 0 auto 20px;
    }

    #textbox_02 {
        margin: 0;
    }

    #about_img_01 {
        width: 80%;
        float: left;
        position: static;
        margin-bottom: 30px;
    }

    #about_img_02 {
        width: 80%;
        float: right;
        position: static;
        margin-bottom: 0;
    }

    #textbox_01 p,
    #textbox_02 p {
        width: 100%;
        text-align: left;
        text-indent: 1em;
        margin-bottom: 20px;
    }
}

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

	list

-----------------------------------*/
#list {
    text-align: center;
    background: url(../img/index/bg_circle_01.png), url(../img/common/bg_o.png);
    background-repeat: no-repeat, repeat;
    background-position: center;
    padding: 70px 0;
}

#list h2 {
    font-size: 36px;
    margin-bottom: 20px;
}

#list .list_type {
    width: 750px;
    height: 382px;
    margin: 40px auto 0;
}

#list ul {
    width: 795px;
}

#list ul li {
    width: 150px;
    height: 382px;
    position: relative;
    float: right;
}

#list ul li:first-child {
    background: url(../img/index/list_img_01.jpg), #fff;
    background-repeat: no-repeat;
    background-position: center bottom;
    margin-left: 65px;
    border-top: solid 12px #acc;
    box-sizing: border-box;
}

#list ul li:nth-child(2) {
    background: url(../img/index/list_img_04.jpg), #fff;
    background-repeat: no-repeat;
    background-position: center bottom;
    margin-left: 65px;
    border-top: solid 12px #bcd68a;
    box-sizing: border-box;
}

#list ul li:nth-child(3) {
    background: url(../img/index/list_img_02.jpg), #fff;
    background-repeat: no-repeat;
    background-position: center bottom;
    margin-left: 65px;
    border-top: solid 12px #ffcac5;
    box-sizing: border-box;
}

#list ul li:nth-child(4) {
    background: url(../img/index/list_img_03.jpg?v=2), #fff;
    background-repeat: no-repeat;
    background-position: center bottom;
    border-top: solid 12px #dad259;
    box-sizing: border-box;
}

#list ul li a,
#list ul li div {
    width: 100%;
    text-align: left;
    display: block;
    padding: 20px 25px 0 0;
    box-sizing: border-box;
}

#list ul li a h3,
#list ul li div h3 {
    font-size: 36px;
    padding: 20px 10px 0 0;
}

#list ul li:nth-child(2) h3 {
    font-size: 30px;
    letter-spacing: 0.2rem;
}

#list ul li:nth-child(3) h3 {
    letter-spacing: 0.8rem;
}

#list ul li:nth-child(4) h3 {
    letter-spacing: 0.2rem;
}

#list ul li span.soldout {
    position: absolute;
    left: -5px;
    padding: 20px 0;
    background: #b72323;
    color: #fff;
}

#list ul li:first-child span.soldout,
#list ul li:nth-child(4) span.soldout {
    bottom: 90px;
}

#list ul li:nth-child(3) span.soldout {
    top: 35px;
}

@media screen and (max-width: 1160px) {
    #list .list_type {
        width: 95%;
    }

    #list ul {
        width: 100%;
    }

    #list ul li {
        width: 20%;
        max-width: 180px;
        height: 382px;
        float: right;
    }

    #list ul li:first-child,
    #list ul li:nth-child(2),
    #list ul li:nth-child(3) {
        margin-left: 15%;
    }

    #list ul li a {
        padding: 20px 7% 0 0;
    }
}

@media screen and (max-width: 840px) {
    #list .list_type {
        width: 95%;
    }

    #list ul li {
        width: 23%;
    }

    #list ul li:first-child,
    #list ul li:nth-child(2),
    #list ul li:nth-child(3) {
        margin-left: 5%;
    }

    #list ul li a {
        padding: 20px 3% 0 0;
    }

    #list ul li:first-child span.soldout {
        left: -15px;
    }
}

@media screen and (max-width: 640px) {
    #list {
        text-align: center;
        background: url(../img/index/bg_circle_01.png), url(../img/common/bg_o.png);
        background-repeat: no-repeat, repeat;
        background-position: center;
        background-size: cover;
        padding: 40px 0;
    }

    #list h2 {
        font-size: 21px;
        margin-bottom: 20px;
    }

    #list .list_type {
        width: 100%;
        height: auto;
    }

    #list ul {
        width: 100%;
        height: auto;
        margin: 20px auto 0;
    }

    #list ul li {
        width: 100%;
        max-width: 100%;
        height: auto;
        float: none;
    }

    #list ul li:first-child {
        background: url(../img/index/list_img_01.jpg), #fff;
        background-repeat: no-repeat;
        background-position: -70px bottom;
        border-top: solid 12px #acc;
        box-sizing: border-box;
    }

    #list ul li:nth-child(2) {
        background: url(../img/index/list_img_04.jpg), #fff;
        background-repeat: no-repeat;
        background-position: -70px bottom;
        border-top: solid 12px #bcd68a;
        box-sizing: border-box;
    }

    #list ul li:nth-child(3) {
        background: url(../img/index/list_img_02.jpg), #fff;
        background-repeat: no-repeat;
        background-position: -70px bottom;
        border-top: solid 12px #ffcac5;
        box-sizing: border-box;
    }

    #list ul li:nth-child(4) {
        background: url(../img/index/list_img_03.jpg?v=2), #fff;
        background-repeat: no-repeat;
        background-position: -70px bottom;
        border-top: solid 12px #dad259;
        box-sizing: border-box;
    }

    #list ul li:first-child,
    #list ul li:nth-child(2),
    #list ul li:nth-child(3) {
        margin-left: 0;
        margin-bottom: 20px;
    }

    .service_box {
        display: none;
    }

    #list ul li a,
    #list ul li div {
        padding: 10px 2.5% 12px 135px;
    }

    #list ul li a h3,
    #list ul li div h3 {
        font-size: 21px;
        padding: 5px 0 0 0;
    }

    #list ul li:nth-child(2) h3 {
        font-size: 21px;
        letter-spacing: 0.4rem;
    }

    #list ul li span.soldout {
        left: inherit;
        padding: 5px;
        bottom: inherit;
    }

    #list ul li:first-child span.soldout,
    #list ul li:nth-child(4) span.soldout {
        top: 0;
        text-align: center;
        left: 0;
        bottom: inherit;
        z-index: 999;
    }

    #list ul li:nth-child(3) span.soldout {
        top: 0;
        text-align: center;
        left: 0;
        bottom: inherit;
        z-index: 999;
    }
}

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

	service

-----------------------------------*/
.service {
    padding-bottom: 120px;
}

.service ul {
    width: 670px;
}

.service ul li {
    float: left;
}

.service ul li:first-child,
.service ul li:nth-child(2),
.service ul li:nth-child(3) {
    margin-bottom: 17px;
}

.service ul li:nth-child(3),
.service ul li:nth-child(5) {
    float: left;
    margin-left: 10px;
}

.service_inner {
    width: 400px;
    height: 500px;
}

.service_title {
    width: 425px;
    height: 500px;
    position: relative;
    box-sizing: border-box;
    padding: 0;
}

.service_title .service_type {
    font-size: 24px;
    margin-right: 70px;
}

.service_title h2 {
    font-size: 72px;
    line-height: 9rem;
    font-weight: normal;
    margin-right: 30px;
}

.service_title .service_pet {
    font-size: 16px;
    background: #fff;
    display: inline-block;
    position: relative;
    margin: 0 20px 0 0;
    padding: 10px 5px;
}

.service_title .service_pet:before {
    content: url(../img/index/icon_pet.png);
    width: 48px;
    height: 48px;
    position: absolute;
    top: -60px;
    left: 1px;
}

.service_box {
    width: 120px;
    height: 125px;
}

.service_text {
    letter-spacing: 0.6rem;
    line-height: 3.6rem;
}

.service .soldout {
    display: block;
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
    padding: 3px 0;
    background: #b72323;
    color: #fff;
}

.pet_img {
    margin-top: -30px;
}

.pet_img img {
    display: block;
    margin: 0 auto;
}

#ft_coupon {
    padding: 30px 0;
}

#ft_coupon img {
    display: block;
    margin: 0 auto;
}

/*jumoku*/
#jumoku {
    padding-bottom: 70px !important;
    border-top: solid 20px #bcd68a;
}

#jumoku .service_title {
    padding-top: 80px;
    background: url(../img/index/bg_jumoku.png) no-repeat;
    background-position: center;
}

#jumoku .service_pet {
    margin-top: 110px;
}

#jumoku h2 .color {
    color: #92ba44;
}

#jumoku h2 .jumoku_h2 {
    padding-top: 90px;
}

#jumoku .service_box {
    background: rgba(220, 255, 185, 0.3);
    position: absolute;
    right: 25px;
    bottom: 100px;
}

/*sakura*/
#sakura {
    border-top: solid 20px #ffcac5;
}

#sakura .service_title {
    padding-top: 80px;
    background: url(../img/index/bg_sakura.png) no-repeat;
    background-position: center 70px;
}

#sakura .service_type {
    margin-right: 115px;
    margin-top: 10px;
}

#sakura h2 {
    margin-top: 40px;
}

#sakura h2 .color {
    color: #f77e7e;
}

#sakura .service_pet {
    margin-top: 110px;
}

#sakura .service_box {
    background: rgba(251, 205, 205, 0.3);
    position: absolute;
    right: 40px;
    bottom: 140px;
}

/*ume*/
#ume .service_title {
    padding-top: 80px;
    background: url(../img/index/bg_ume.png) no-repeat;
    background-position: center 15px;
}

#ume .service_type {
    margin-right: 115px;
    margin-top: 10px;
}

#ume h2 {
    margin-top: 40px;
}

#ume h2 .color {
    color: #de7b60;
}

#ume .service_pet {
    margin-top: 110px;
}

#ume .service_box {
    background: rgba(239, 212, 183, 0.3);
    position: absolute;
    right: 40px;
    bottom: 140px;
}

/*hanamizuki*/
#hanamizuki {
    background: url(../img/common/bg_g.png);
    border-top: solid 20px #dad259;
}

#hanamizuki .service_title {
    padding-top: 65px;
    background: url(../img/index/bg_hanamizuki.png) no-repeat;
    background-position: center;
}

#hanamizuki .service_type {
    margin-top: 165px;
    margin-right: 115px;
}

#hanamizuki .service_pet {
    margin-top: 110px;
}

#hanamizuki h2 {
    font-size: 60px;
    letter-spacing: 0.6rem;
    margin-top: 0;
}

#hanamizuki h2 .color {
    color: #ddb321;
}

#hanamizuki .service_box {
    width: 77px;
    height: 88px;
    background: rgba(241, 235, 161, 0.3);
    position: absolute;
    right: 80px;
    bottom: 110px;
}

/*sakuraso*/
#sakuraso {
    background: url(../img/common/bg_g.png);
    border-top: solid 20px #dad259;
}

#sakuraso .service_title {
    padding-top: 65px;
    background: url(../img/index/bg_hanamizuki.png) no-repeat;
    background-position: center;
}

#sakuraso .service_type {
    margin-top: 165px;
    margin-right: 115px;
}

#sakuraso .service_pet {
    margin-top: 110px;
}

#sakuraso h2 {
    font-size: 60px;
    letter-spacing: 0.6rem;
    margin-top: 0;
}

#sakuraso h2 .color {
    color: #ddb321;
}

#sakuraso .service_box {
    width: 77px;
    height: 88px;
    background: rgba(241, 235, 161, 0.3);
    position: absolute;
    right: 80px;
    bottom: 110px;
}

.service_bottom {
    display: none;
}

@media screen and (max-width: 1160px) {
    .service {
        padding-bottom: 40px;
    }

    .service ul {
        width: 58%;
    }

    .service ul li:nth-child(2),
    .service ul li:nth-child(4) {
        width: 49%;
    }

    .service ul li:nth-child(3),
    .service ul li:nth-child(5) {
        width: 49%;
        margin-left: 2%;
    }

    .service_inner {
        width: 40%;
        height: auto;
    }

    .service_title {
        width: 100%;
        /*height: auto;*/
        height: 370px;
        position: relative;
        box-sizing: border-box;
        padding: 0;
    }

    .service_title h2 {
        font-size: 64px;
        line-height: 8rem;
        margin-right: 2%;
    }

    .service_title .service_type {
        margin-right: 2%;
    }

    .service_title .service_pet {
        margin: 0 2% 0 0;
    }

    #jumoku .service_title {
        padding-top: 40px;
        margin-bottom: 20px;
    }

    #jumoku .service_pet {
        margin-top: 60px;
    }

    #jumoku .service_box {
        right: 5%;
        bottom: 0;
    }

    #sakura .service_type,
    #ume .service_type {
        margin-right: 35%;
        margin-top: 0;
    }

    #sakura .service_title,
    #ume .service_title {
        padding-top: 40px;
    }

    #sakura h2,
    #ume h2 {
        margin-top: 0;
    }

    #sakura .service_pet,
    #ume .service_pet {
        margin-top: 60px;
    }

    #sakura .service_box,
    #ume .service_box {
        right: 5%;
        bottom: 0;
    }

    #hanamizuki .service_pet {
        margin-top: 60px;
    }

    #hanamizuki .service_title {
        height: 500px;
    }

    #sakuraso .service_pet {
        margin-top: 60px;
    }

    #sakuraso .service_title {
        height: 500px;
    }
}

@media screen and (max-width: 840px) {
    .service_inner {
        width: 100%;
        height: auto;
    }

    .service ul.tab {
        display: none !important;
    }

    .service ul {
        width: 100%;
        float: none !important;
    }

    .service_bottom {
        display: block;
    }

    .service ul {
        width: 90%;
        margin: 20px auto 0;
    }

    .service ul li:first-child {
        width: 100%;
        margin-bottom: 15px;
    }

    .service ul li:nth-child(2) {
        width: 49%;
    }

    .service ul li:nth-child(3) {
        width: 49%;
    }

    .service_title {
        width: 60%;
        /*height:auto;*/
        max-height: 9999px;
        /*margin:0 auto 20px auto;*/
        margin-left: 15%;
        margin-bottom: 20px;

    }

    .service_title .service_type {
        margin-right: 10%;
    }

    .service_text {
        letter-spacing: 0.4rem;
        line-height: 3.0rem;
    }

    #sakura .service_type,
    #ume .service_type {
        margin-right: 30%;
    }

    #hanamizuki .service_type {
        margin-top: 0;
        margin-right: 30%;
    }

    #sakuraso .service_type {
        margin-top: 0;
        margin-right: 30%;
    }

    #jumoku .service_title,
    #sakura .service_title,
    #ume .service_title,
    #hanamizuki .service_title,
    #sakuraso .service_title {
        background-size: contain;
        background-position: center;
    }

}

@media screen and (max-width: 640px) {
    .service_title {
        width: 100%;
        height: auto;
        text-align: center;
        margin: 0 auto 20px auto;
    }

    .service_title .service_type {
        font-size: 16px;
        margin-right: 0;
        margin-bottom: 10px;
    }

    .service_title h2 {
        font-size: 36px;
        line-height: 4.0rem;
        margin-right: 0;
    }

    .service_title .service_pet {
        font-size: 14px;
        margin: 15px auto 0;
        padding: 5px 2.5%;
    }

    .service_title .service_pet:before {
        content: "";
        width: auto;
        height: auto;
        position: static;
    }

    .service_box {
        width: 60px;
        height: 60px;
        bottom: none;
        top: 5%;
    }

    .service_text {
        letter-spacing: 0.4rem;
        line-height: 2.4rem;
    }

    #jumoku .service_pet {
        margin-top: 15px;
    }

    #sakura .service_type,
    #ume .service_type {
        margin-right: 0;
        margin-top: 0;
    }

    #sakura .service_pet,
    #ume .service_pet {
        margin-top: 15px;
    }

    #hanamizuki .service_type {
        margin-top: 0;
        margin-right: 0;
    }

    #hanamizuki h2 {
        font-size: 36px;
        letter-spacing: 0rem;
        margin-top: 0;
    }

    #hanamizuki .service_pet {
        margin-top: 15px;
    }

    #hanamizuki .service_box {
        width: 60px;
        height: 60px;
        bottom: none;
        right: 5%;
        top: 5%;
    }

    #hanamizuki .service_title {
        height: auto;
    }

    #sakuraso .service_type {
        margin-top: 0;
        margin-right: 0;
    }

    #sakuraso h2 {
        font-size: 36px;
        letter-spacing: 0rem;
        margin-top: 0;
    }

    #sakuraso .service_pet {
        margin-top: 15px;
    }

    #sakuraso .service_box {
        width: 60px;
        height: 60px;
        bottom: none;
        right: 5%;
        top: 5%;
    }

    #sakuraso .service_title {
        height: auto;
    }

    .pet_img {
        margin: 0 0 15px;
    }

    .pet_img img {
        width: 150px;
    }

    .service .soldout {
        width: 140px;
        margin: 0 auto 10px;
    }
}

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

	safely

-----------------------------------*/
#safely {
    text-align: center;
    padding-bottom: 70px;
}

#safely .contents_wrap {
    background: url(../img/index/bg_safely_01.png), url(../img/index/bg_safely_02.png);
    background-position: left top, right top;
    background-repeat: no-repeat;
    padding-top: 70px;
}

#safely h2 {
    font-size: 36px;
    margin-bottom: 20px;
}

#safely ul {
    margin-top: 40px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

#safely ul li {
    float: left;
    text-align: left;
    background: #fff;
    padding: 30px 20px;
    border: solid 3px #f0f3e0;
    box-sizing: border-box;
}

#safely ul li h3 {
    font-size: 28px;
    letter-spacing: 0.2rem;
    background: linear-gradient(transparent 70%, #f2ffe5 40%);
}

#safely ul li h3:before {
    content: url(../img/index/icon_check.png);
    width: 43px;
    height: 31px;
    display: inline-block;
}

#safely ul li h3 span {
    color: #e79339;
}

#safely ul li:first-child {
    width: 100%;
}

#safely ul li:nth-child(2),
#safely ul li:nth-child(3),
#safely ul li:nth-child(4),
#safely ul li:nth-child(5) {
    width: 500px;
    margin-top: 15px;
}

#safely ul li:nth-child(6),
#safely ul li:nth-child(7),
#safely ul li:nth-child(8) {
    width: 327px;
    margin-top: 15px;
    padding: 20px;
}

#safely ul li:nth-child(3),
#safely ul li:nth-child(5),
#safely ul li:nth-child(7),
#safely ul li:nth-child(8) {
    margin-left: 19px;
}

#safely ul li:first-child h3,
#safely ul li:nth-child(2) h3,
#safely ul li:nth-child(3) h3,
#safely ul li:nth-child(4) h3,
#safely ul li:nth-child(5) h3 {
    margin-bottom: 15px;
}

#safely ul li:nth-child(6) h3,
#safely ul li:nth-child(7) h3,
#safely ul li:nth-child(8) h3 {
    font-size: 21px;
}

#safely ul li p {
    letter-spacing: 0.2rem;
}

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

    #safely ul li:nth-child(2),
    #safely ul li:nth-child(3),
    #safely ul li:nth-child(4),
    #safely ul li:nth-child(5) {
        width: 49%;
    }

    #safely ul li:nth-child(6),
    #safely ul li:nth-child(7),
    #safely ul li:nth-child(8) {
        width: 32%;
    }

    #safely ul li:nth-child(3),
    #safely ul li:nth-child(5),
    #safely ul li:nth-child(7),
    #safely ul li:nth-child(8) {
        margin-left: 2%;
    }
}

@media screen and (max-width: 840px) {
    #safely ul {
        width: 95%;
        margin: 20px auto 0;
    }

    #safely ul li:nth-child(2),
    #safely ul li:nth-child(3),
    #safely ul li:nth-child(4),
    #safely ul li:nth-child(5) {
        width: 100%;
    }

    #safely ul li:nth-child(6),
    #safely ul li:nth-child(7),
    #safely ul li:nth-child(8) {
        width: 100%;
    }

    #safely ul li:nth-child(3),
    #safely ul li:nth-child(5),
    #safely ul li:nth-child(7),
    #safely ul li:nth-child(8) {
        margin-left: 0;
    }

    #safely ul li:nth-child(6) h3,
    #safely ul li:nth-child(7) h3,
    #safely ul li:nth-child(8) h3 {
        font-size: 28px;
    }
}

@media screen and (max-width: 640px) {
    #safely {
        padding-bottom: 40px;
    }

    #safely .contents_wrap {
        background-size: 20%;
        padding-top: 40px;
    }

    #safely h2 {
        font-size: 24px;
        margin-bottom: 20px;
    }

    #safely ul li {
        float: none;
        padding: 20px 2.5%;
    }

    #safely ul li h3 {
        font-size: 18px;
        letter-spacing: 0.2rem;
    }

    #safely ul li h3:before {
        content: url(../img/index/sp/icon_check.png);
        width: 20px;
        height: 14px;
    }

    #safely ul li:nth-child(6) h3,
    #safely ul li:nth-child(7) h3,
    #safely ul li:nth-child(8) h3 {
        font-size: 18px;
    }

    #safely ul li:nth-child(6),
    #safely ul li:nth-child(7),
    #safely ul li:nth-child(8) {
        padding: 20px 2.5%;
    }
}

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

	faq

-----------------------------------*/
#faq {
    text-align: center;
}

#faq .contents_wrap {
    background: url(../img/index/bg_circle_01.png), url(../img/index/bg_circle_02.png);
    background-position: right -90px, left 600px;
    background-repeat: no-repeat;
    padding: 70px 0;
}

#faq h2 {
    font-size: 36px;
    margin-bottom: 20px;
}

#faq dl {
    text-align: left;
    background: #fff;
    margin-top: 30px;
    padding: 30px;
}

#faq dl dt {
    font-size: 24px;
    margin-bottom: 15px;
    padding-bottom: 10px;
    border-bottom: solid 2px #efebde;
}

#faq dl dt:before {
    content: "?";
    width: 38px;
    height: 38px;
    text-align: center;
    color: #fff;
    background: #bcd68a;
    display: inline-block;
    margin-right: 10px;
    padding-top: 5px;
    padding-left: 5px;
    box-sizing: border-box;
    border-radius: 20px;
}

#faq dl dd {
    font-size: 16px;
    margin-left: 50px;
}

@media screen and (max-width: 640px) {
    #faq .contents_wrap {
        padding: 40px 0;
    }

    #faq h2 {
        font-size: 24px;
        margin-bottom: 20px;
    }

    #faq dl {
        margin-top: 20px;
        padding: 20px 2.5%;
    }

    #faq dl dt {
        font-size: 16px;
        line-height: 2.6rem;
        border-bottom: solid 2px #efebde;
    }

    #faq dl dt:before {
        content: "?";
        width: 25px;
        height: 25px;
        text-align: center;
        color: #fff;
        background: #bcd68a;
        display: inline-block;
        margin-right: 10px;
        padding-top: 3px;
        padding-left: 4px;
        box-sizing: border-box;
        border-radius: 20px;
    }

    #faq dl dd {
        font-size: 14px;
        margin-left: 0;
    }
}

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

	expense

-----------------------------------*/
#expense {
    text-align: center;
    padding: 70px 0;
}

#expense h2 {
    font-size: 36px;
    margin-bottom: 45px;
}

#expense h3 {
    font-size: 26px;
    text-align: left;
    margin-bottom: 10px;
    padding-left: 10px;
    border-left: solid 8px #587f52;
}

#expense table {
    width: 100%;
    font-size: 18px;
    background: #fff;
}

#expense table span {
    font-size: 24px;
}

#expense table span.point {
    font-size: 14px;
    margin-left: 20px;
}

#expense table tr:first-child {
    height: 50px;
    color: #fff;
    vertical-align: middle;
}

#expense table tr:nth-child(4) {
    border-top: solid 5px #efecde;
}

#expense table tr:first-child th {
    font-weight: 500;
    vertical-align: middle;
}

#expense table tr:first-child th:first-child {
    width: 130px;
}

#expense table tr:first-child th:nth-child(2) {
    width: 100px;
}

#expense table tr:first-child th:nth-child(3) {
    width: 185px;
}

#expense table tr:first-child th:nth-child(4) {
    width: 170px;
}

#expense table tr:first-child th:nth-child(5) {
    width: 275px;
}

#expense table tr:first-child th:nth-child(6) {
    width: 160px;
}

#expense table td {
    padding: 10px 0;
}

#expense table tr:nth-child(2) td {
    padding-top: 20px;
}

#expense table#jumoku_list,
#expense table#sakura_list {
    margin-bottom: 30px;
}

#expense table#jumoku_list tr:first-child {
    background: url(../img/index/bg_expense_01.png), #587f52;
    background-repeat: no-repeat;
    background-position: left bottom;
}

#expense table#sakura_list tr:first-child {
    background: url(../img/index/bg_expense_02.png), #587f52;
    background-repeat: no-repeat;
    background-position: left bottom;
}

#expense table#hanamizuki_list tr:first-child {
    background: url(../img/index/bg_expense_03.png), #587f52;
    background-repeat: no-repeat;
    background-position: left bottom;
}

@media screen and (max-width: 1160px) {
    #expense table#jumoku_list tr:first-child th:first-child {
        width: 11%;
    }

    #expense table#jumoku_list tr:first-child th:nth-child(2) {
        width: 33%;
    }

    #expense table#jumoku_list tr:first-child th:nth-child(3) {
        width: 20%;
    }

    #expense table#sakura_list tr:first-child th:first-child {
        width: 7%;
    }

    #expense table#sakura_list tr:first-child th:nth-child(2) {
        width: 33%;
    }

    #expense table#hanamizuki_list tr:first-child th:first-child {
        width: 4%;
    }

    #expense table#hanamizuki_list tr:first-child th:nth-child(2) {
        width: 19%;
    }

    #expense table tr:nth-child(4) {
        border-top: none;
    }

    #expense table tr td:nth-child(1) {
        border-right: solid 5px #efecde;
    }

    #expense table tr th:nth-child(3) {
        border-left: solid 5px #efecde;
    }

    #expense table tr td:nth-child(4) {
        border-left: solid 5px #efecde;
    }
}

@media screen and (max-width: 640px) {
    #expense {
        padding: 40px 0;
    }

    #expense h2 {
        font-size: 24px;
        margin-bottom: 20px;
    }

    #expense h3 {
        font-size: 18px;
        margin-bottom: 8px;
        padding-left: 8px;
        border-left: solid 4px #587f52;
    }

    #expense table {
        font-size: 14px;
    }

    #expense table th {
        font-size: 16px;
    }

    #expense table span {
        font-size: 18px;
    }

    #expense table tr td:nth-child(1) {
        border-right: solid 2px #efecde;
    }

    #expense table tr:nth-child(2) td {
        padding-top: 10px;
    }

    #expense table td {
        padding: 6px 0;
    }

    #expense table.jumoku_list,
    #expense table.sakura_list {
        margin-bottom: 30px;
    }

    #expense table.jumoku_list tr:first-child {
        background: url(../img/index/bg_expense_01.png), #587f52;
        background-repeat: no-repeat;
        background-position: -150px bottom;
    }

    #expense table.sakura_list tr:first-child {
        background: url(../img/index/bg_expense_02.png), #587f52;
        background-repeat: no-repeat;
        background-position: -150px bottom;
    }

    #expense table#hanamizuki_list tr:first-child {
        background: url(../img/index/bg_expense_03.png), #587f52;
        background-repeat: no-repeat;
        background-position: -150px bottom;
    }

    #expense table.jumoku_list tr:first-child th:first-child,
    #expense table.sakura_list tr:first-child th:first-child,
    #expense table#hanamizuki_list tr:first-child th:first-child {
        width: 10%;
    }

    #expense table.jumoku_list tr:first-child th:nth-child(2),
    #expense table.sakura_list tr:first-child th:nth-child(2),
    #expense table#hanamizuki_list tr:first-child th:nth-child(2) {
        width: 35%;
    }

}

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

	type

-----------------------------------*/
#type {
    text-align: center;
    padding: 0 0 70px;
}

#type .contents_inner {
    padding: 70px 0 0;
    border-top: solid 2px #2eab35;
}

#type h2 {
    font-size: 36px;
    margin-bottom: 45px;
}

#type ul {
    width: 500px;
    float: left;
}

#type ul li {
    background: #fff;
    padding: 10px;
    height: 10em;
}

#type ul li:first-child {
    margin-bottom: 20px;
}

#type ul:last-child {
    margin-left: 20px;
}

#type ul li .left {
    width: 260px;
}

#type ul li .right {
    width: 220px;
}

#type ul li h3 {
    font-size: 24px;
    margin: 15px 0 10px;
}

#type ul li .text_01 {
    font-size: 14px;
    margin-bottom: 5px;
}

#type ul li .text_02 {
    font-size: 16px;
    line-height: 1.8rem;
}

@media screen and (max-width: 1160px) {
    #type h2 {
        font-size: 36px;
        margin-bottom: 45px;
    }

    #type ul {
        width: 49%;
        float: left;
    }

    #type ul li {
        background: #fff;
        padding: 10px 2.5%;
        box-sizing: border-box;
    }

    #type ul:last-child {
        margin-left: 2%;
    }

    #type ul li .left {
        width: 40%;
    }

    #type ul li .right {
        width: 60%;
    }

    #type ul li h3 {
        font-size: 24px;
        margin: 15px 0 10px;
    }

    #type ul li .text_01 {
        font-size: 14px;
        margin-bottom: 5px;
    }

    #type ul li .text_02 {
        font-size: 16px;
        line-height: 1.8rem;
    }
}

@media screen and (max-width: 840px) {
    #type ul {
        width: 80%;
        float: none;
        margin: 0 auto;
    }

    #type ul:last-child {
        margin: 20px auto 0;
    }
}

@media screen and (max-width: 640px) {
    #type {
        padding: 0 0 40px;
    }

    #type .contents_inner {
        padding: 40px 0 0;
    }

    #type h2 {
        font-size: 24px;
        margin-bottom: 20px;
    }

    #type ul {
        width: 95%;
        float: none;
        margin: 0 auto;
    }

    #type ul li {
        height: auto;
    }

    #type ul li .left {
        width: 100%;
        float: none;
    }

    #type ul li .right {
        width: 100%;
        float: none;
    }

    #type ul li h3 {
        font-size: 18px;
        margin: 15px 0 10px;
    }
}

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

	access

-----------------------------------*/
#access {
    padding: 70px 0;
}

#access h2 {
    font-size: 36px;
}

#access dl {
    font-size: 21px;
    margin: 10px 0;
}

#access dl dt {
    color: #5a8d65;
    float: left;
}

#access dl dd {
    padding-left: 90px;
}

#access ul {
    margin: 20px 0;
    border-bottom: solid 2px #efebde;
}

#access ul li {
    float: left;
    margin-left: 20px;
}

#access ul li:first-child {
    position: relative;
    margin-left: 50px;
}

#access ul li:first-child:before {
    content: url(../img/index/icon_train.png);
    width: 35px;
    height: 55px;
    position: absolute;
    top: -15px;
    left: -50px;
}

#access ul li:nth-child(2) {
    position: relative;
    margin-left: 100px;
}

#access ul li:nth-child(2):before {
    content: url(../img/index/icon_car.png);
    width: 37px;
    height: 32px;
    position: absolute;
    top: -0;
    left: -50px;
}

#access_parking {
    position: relative;
    margin-left: 50px;
}

#access_parking:before {
    content: url(../img/index/icon_parking.png);
    width: 40px;
    height: 40px;
    display: block;
    position: absolute;
    top: 10px;
    left: -50px;
}

@media screen and (max-width: 1160px) {
    #access h2 {
        font-size: 36px;
        margin-right: 1%;
    }

    #access .left {
        width: 90%;
    }

    #access .left iframe {
        width: 100%;
    }
}

@media screen and (max-width: 840px) {
    #access ul li {
        float: none !important;
        margin-left: 0;
        margin-bottom: 20px;
    }

    #access ul li:nth-child(2) {
        margin-left: 50px;
    }

    #access ul li:nth-child(2):before {
        top: 10px;
    }
}

@media screen and (max-width: 640px) {
    #access {
        padding: 40px 0;
    }

    #access h2 {
        font-size: 24px;
        text-align: center;
        float: none !important;
        margin: 0 0 20px;
    }

    #access dl {
        font-size: 16px;
    }

    #access dl dd {
        padding-left: 70px;
    }

    #access ul li:first-child {
        margin-left: 30px;
    }

    #access ul li:first-child:before {
        content: url(../img/index/sp/icon_train.png);
        width: 20px;
        height: 31px;
        position: absolute;
        top: -5px;
        left: -30px;
    }

    #access ul li:nth-child(2) {
        margin-left: 30px;
    }

    #access ul li:nth-child(2):before {
        content: url(../img/index/sp/icon_car.png);
        width: 20px;
        height: 17px;
        position: absolute;
        top: 15px;
        left: -30px;
    }

    #access_parking {
        margin-left: 30px;
    }

    #access_parking:before {
        content: url(../img/index/sp/icon_parking.png);
        width: 20px;
        height: 20px;
        display: block;
        position: absolute;
        top: 10px;
        left: -30px;
    }

    #access .left {
        width: 100%;
        float: none !important;
    }

    #access .left iframe {
        height: 200px !important;
    }
}

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

	contact

-----------------------------------*/
.contact {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    width: 100%;
    min-height: 400px;
    background: url(../img/index/bg_contact.jpg?v=2) no-repeat;
    background-position: center bottom;
    background-size: cover;
    text-align: center;
    box-sizing: border-box;
    z-index: 1;
}

.contact::before {
    content: "";
    position: absolute;
    margin: auto;
    width: 100%;
    height: 100%;
    background: rgb(88, 127, 82, .5);
    z-index: -1;
}

.contact .contact_text {
    font-size: 30px;
    color: #fff;
    letter-spacing: 0.8rem;
    margin-bottom: 25px;
}

.contact_box {
    width: 700px;
    background: rgba(255, 255, 255, 0.95);
    position: relative;
    margin: 0 auto;
    padding: 25px 25px 15px 25px;
    box-sizing: border-box;
}

.contact_box h2 {
    letter-spacing: 0.4rem;
    margin-bottom: 10px;
}

.contact_box h2:before {
    content: url(../img/index/contact_title_right.png);
    width: 215px;
    height: 25px;
    position: absolute;
    top: 30px;
    left: -20px;
}

.contact_box h2:after {
    content: url(../img/index/contact_title_left.png);
    width: 215px;
    height: 25px;
    position: absolute;
    top: 30px;
    right: -20px;
}

.contact_box .contact_tel {
    text-align: left;
    margin-left: 20px;
}

.contact_box .contact_tel span {
    font-size: 42px;
    display: inline-block;
    margin-top: 6px;
}

.contact_box .contact_tel p {
    line-height: 2.8rem;
}

.contact_box .contact_mail {
    width: 280px;
    font-size: 21px;
    line-height: 2.4rem;
    color: #fff;
    background: #e79339;
    display: inline-block;
    position: relative;
    z-index: 999;
    margin: 5px 20px 0 0;
    padding: 13px 0;
    box-shadow: 0px 6px 0px 0px #c27a2d;
    border-radius: 5px;
}

.contact_box .contact_mail:hover {
    top: 6px;
    box-shadow: none;
}

.contact_shuttle {
    font-size: 21px;
    margin-top: 20px;
}

/*
#contact_01 {
    height: 320px;
    padding-top: 70px;
}

#contact_02 {
    height: 400px;
    padding-top: 55px;
}
*/
.tvcm {
    text-align: center;
    padding-bottom: 100px;
}

.tvcm h2 {
    margin-bottom: 50px;
}

.tvcm figure a {
    position: relative;
    display: inline-block;
}

.tvcm figure a:after {
    background: url(/img/common/video.png) no-repeat left 10px top 10px rgba(255, 255, 255, 0.2);
    background-size: 15% auto;
    content: "";
    width: 100%;
    height: 100%;
    /*z-index: 999;*/
    z-index: 1;
    position: absolute;
    left: 0;
    top: 0;
}

@media screen and (max-width: 1160px) {
    .contact {
        min-height: 0;
    }

    .contact .contact_text {
        font-size: 24px;
        letter-spacing: 0.6rem;
        margin-bottom: 20px;
    }

    .contact_shuttle {
        font-size: 18px;
    }

    #contact_01,
    #contact_02 {
        height: auto;
        padding: 60px 0;
    }
}

@media screen and (max-width: 840px) {
    .contact_box {
        width: 90%;
        margin: 0 auto;
        padding: 25px 2.5% 15px;
    }

    .contact_box h2:before {
        content: url(../img/index/contact_title_right.png);
        width: 215px;
        height: 25px;
        position: absolute;
        top: 30px;
        left: -15%;
    }

    .contact_box h2:after {
        content: url(../img/index/contact_title_left.png);
        width: 215px;
        height: 25px;
        position: absolute;
        top: 30px;
        right: -15%;
    }

    .contact_box .contact_tel {
        text-align: center;
        margin-left: 0;
        float: none !important;
    }

    .contact_box .contact_mail {
        width: 60%;
        float: none !important;
        margin: 0 auto 20px;
    }
}

@media screen and (max-width: 670px) {
    .contact .contact_text {
        font-size: 18px;
        letter-spacing: 0.4rem;
        margin-bottom: 20px;
    }

    .contact_shuttle {
        font-size: 14px;
        letter-spacing: 0.3rem;
        margin: 0 auto 5px;
    }

    .contact_box h2:before,
    .contact_box h2:after {
        content: "";
        width: auto;
        height: auto;
        position: static;
    }

    .contact_box h2 {
        letter-spacing: 0.2rem;
    }

    .contact_box .contact_tel span {
        display: none;
    }

    .contact_box .contact_tel a {
        width: 90%;
        font-size: 21px;
        letter-spacing: 0.2rem;
        line-height: 2.4rem;
        color: #fff;
        background: #e79339;
        display: inline-block;
        position: relative;
        z-index: 999;
        margin: 0 auto 10px;
        padding: 13px 0;
        box-shadow: 0px 6px 0px 0px #c27a2d;
        border-radius: 5px;
    }

    .contact_box .contact_tel a:hover {
        top: 6px;
        box-shadow: none;
    }

    .contact_box .contact_tel p {
        line-height: 2.0rem;
    }

    .contact_box .contact_mail {
        width: 90%;
        line-height: 2.1rem;
        font-size: 18px;
        margin-top: 10px;
    }

    #contact_01,
    #contact_02 {
        height: auto;
        padding: 40px 0;
    }
}
