@charset "UTF-8";
/* CSS Document */
/*wrapper*/
#WRAPPER {
    padding-top: 150px;
}
footer {
    background: #E07E99;
}
/*色指定*/
.pink {
    color: #b83c7b;
}
.pink1 {
    color: #e07e99;
}
.gray {
    color: #595757;
}
.green {
    color: #8cb991;
}
.orenge {
    color: #e7b016;
}
.blue {
    color: #90b1c4;
}
.line_pink {
    border: 1px solid #da778f;
}
.line_green {
    border: 1px solid #8cb991;
}
.line_orenge {
    border: 1px solid #e7b016;
}
.line_blue {
    border: 1px solid #90b1c4;
}

/*catch*/
.catch {
    min-height: 600px;
    background-image: url(../images/zimu_header.jpg);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
}
.title_btn {
    width: 200px;
    margin: 0 auto;
    padding-top: 410px;
    padding-left: 200px;
}
.title_btn img {
    width: 100%;
}
/*section*/
.section::before {
    content: '';
    display: inline-block;
    background: url(../images/zimu_sec_head.png);
    width: 140px;
    height: 40px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    margin: 0 auto;
    margin-top: -40px;
    margin-left: 45%;
}
.icon_area {
    width: 5%;
    position: relative;
    margin-top: -1%;
    margin-left: 46.5%;
    border-bottom: 1px solid #231815;
    padding-bottom: 1em;
}
.icon_area img {
    width: 100%;
}
h2 {
    font-size: 44px;
    text-align: center;
    color: #221714;
    margin: 20px;
    letter-spacing: .1em;
    font-weight: 800;    
}
/*map_area*/
.map_area {
    width: 80%;
    margin: 0 auto;
    display: flex;
    justify-content: space-around;
}
.map_img {
    width: 65%;
}
.map_img img {
    width:100%;
}
.list_area li  {
    height: 36px;
    font-size: 20px;
    padding-left: 1em;
    padding-right: 7em;
    border-radius: 4px;
    line-height: 2.5;
    margin-bottom: 10px;
}
.line_pink p,.line_blue p,.line_green p,.line_orenge p {
    margin-top: -0.3em;
}
.nav_title {
    text-indent: -2em;
}
.nav_title::before {
    content: '▶︎';
    font-size: 14px;
}
/*section1*/
.section1 {
    border-top: 7px dotted #7e7f80;
    padding-top: 40px;
    margin-top: 80px;
    margin-bottom: 80px;
}
.toku_inner,.toku_menu ul {
    display: flex;
}
.toku_icon {
    width: 200px;
    margin-right: 8%;
    margin-top: -53px;
}
.toku_icon img {
    width: 100%;
}
.toku_inner {
    width: 70%;
    margin: 0 auto;
}
.toku_menu {
    width: 80%;
}
.toku_menu ul {
    justify-content: flex-start;
    flex-wrap: wrap;
}
.toku_menu li {
    width: 23%;
    margin: 1%;
}
.toku_menu li img {
    width: 100%;
}
/*section2*/
.section2::before {
    content: '';
    display: inline-block;
    background: url(../images/zimu_sec_head_g.png);
    width: 140px;
    height: 40px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    margin: 0 auto;
    margin-left: 45%;
    margin-top: -40px;
}
.section2 {
    background: #f5f3eb;
    padding-bottom: 60px;
}
.section2 h2 {
    font-size: 26px;
}
.section2 h2 .sm {
    display: inline-block;
    font-size: 14px;
    margin-bottom: 1em;
}
.section2 h2 .big {
    font-size: 37px;
}
.reason_inner {
    max-width: 1030px;
    width: 85%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}
.reason_list {
    width: 31%;
    margin: 0% 1.5%;
}
.reason_list img {
    width: 100%;
}
.arrow {
    width: 10%;
    margin: 0 auto;
    margin-top: 10px;
    margin-bottom: 10px;
}
.mt30 {
    margin-top: 31px;
}
@media screen and (max-width:850px){
    .mt30 {
        margin-top: 10px;
    }
}
h3 {
    text-align: center;
    font-size: 16px;
    font-weight: 800;
    margin: 10px 0px;
}
.section2 p {
    line-height: 1.8;
    font-size: 12px;
}
.btn_pink p {
    font-size: 15px !important;
    background: #e07e99;
    color: #fff;
    text-align: center;
    padding: 0.5em 2em;
    border-radius: 12px;
}
.btn_pink::after {
    content: '＞';
    display: inline-block;
    position: relative;
    float: right;
    color: #fff;
    margin-right: 1em;
    margin-top: -1.8em;
}
/*section3*/
.section3 {
    background-image: url(../images/zimu_btnbg.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 60px 0px;
}
.btn_area {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 40px;
}
.btn_main {
    width: 36%;
    margin: 0% 3%;
}
.btn_main img {
    width: 100%;
}
/*section4*/
.section4 {
    background-image: url(../images/zimu_voice_bg.png);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: -50px;
}
.section4 h2 {
    color: #fff;
    font-weight: normal;
    letter-spacing: .5em;
    font-size: 26px;
}
.section4 .icon_area {
    margin: 0;
    margin-left: 46.7%;
    border-bottom-color: #fff;
    padding-top: 60px;
}
.voice {
    width: 70%;
    margin: 0 auto;
    margin-top: 60px;
    display: flex;
    justify-content: space-between;
}
.voice_img:nth-child(2){
    margin: 0px 40px;
}
.voice img {
    width: 100%;
}
/*section5*/
.section5 {
    background-image: url(../images/zimu_regi_bg.png);
     background-position: top center;
     background-repeat: no-repeat;
     background-size: cover;
     margin-top: -50px;
     position: relative;
     z-index: 1;
    padding-bottom: 80px;
}
.section5 h2 {
    position: relative;
    font-size: 26px;
    font-weight: normal;
    text-shadow: 0 0 10px #fff;
}
.section5 .icon_area {
    width: 7%;
    padding-top: 40px;
    margin: 0;
    margin-left: 46%;    
}
.regi_menu {
    width: 60%;
    margin: 0 auto;
    margin-top: 60px;
    position: relative;
}
.regi_menu img {
    width: 100%;
}
.regi1,.regi2,.regi3 {
    background: #fff;
    border: 2px solid #e07e99;
    border-radius: 12px;
    padding: 20px;
    text-align: center;
    color: #e07e99;    
}
.regi1 h5 {
    font-size: 40px;
    margin-bottom: 20px;
}
.regi1 span {
    color: #767676;
    font-size: 15px;
}
.contact_area {
    display: flex;
    justify-content: space-between;
}
.contact_area figure {
    margin: 0 20px;
}
.regi2 p,.regi3 p {
    font-size: 27px;
}
.under_arrow {
    width: 40px;
    margin: auto;
    margin-top: 10px;
    margin-bottom: 10px;
}
@media screen and (min-width:1440px){
    .catch{
        min-height: 700px;
    }
    .title_btn {
        padding-top: 500px;
    }
    .section5::after {
        margin-top: 6%;
    }
}
@media screen and (max-width:1280px){
    #WRAPPER{
        padding-top: 140px;
    }
    .icon_area {
        margin: 0;
        margin: 0 auto;
    }
    .map::before {
        width: 128px;
    }
}
@media screen and (max-width:1024px){
    .regi_menu {
        margin-top: 30px;
    }
    .map::before {
        margin-left: 44%;
    }
}
@media screen and (max-width:850px){
    .map_img {
        width: 60%;
    }
    .list_area li {
        font-size: 14px;
        height: 28px;
    }
    .reason_inner {
        display: block;
    }
    .reason_list {
        width: 60%;
        margin: 0 auto;
        margin-bottom: 20px;
    }
    .section::before {
        margin-left: 42%;
    }
    .section2::before {
        margin-left: 42%;
    }    
   .section5::after {
        width: 90px;
        height: 25px;
        margin-top: 21px;
    }
    .section5 h2 {
        font-size: 20px;
    }
    .map::before {
        margin-left: 42%;
    }    
}
@media screen and (max-width:768px){
    .regi_menu {
        width: 85%;
    }
    .contact_area {
        display: block;
    }
    .contact_area figure {
        width: 250px;
        margin: auto;
        margin-bottom: 20px;
    }
    .regi2 p,.regi3 p {
        font-size: 24px;
    }
}

@media screen and (max-width:640px){
    .catch {
        min-height: 300px;
        background-size: cover;
    }
    .title_btn {
        width: 100px;
        padding-top: 190px;
        padding-left: 70px;
    }    
    #WRAPPER {
        padding-top: 100px;
    }
    .section::before {
        width: 95px;
        height: 45px;
        margin-top: -14px;
    }
    .icon_area {
        width: 10%;
        margin-top: -30px;
    }
    h2 {
        font-size: 24px;
    }
    .map_area {
        display: block;
    }
    .map_img {
        width: 80%;
        margin: 0 auto;
    }
    .toku_inner {
        display: block;
    }
    .toku_icon {
        width: 80px;
        margin: 0;
        margin: 0 auto;
        margin-top: -53px;
    }
    .toku_menu {
        width: 100%;
    }
    .toku_menu li {
        width: 47%;
    }
    .section1 {
        margin-bottom: 40px;
    }
    .section2::before {
        margin-left: 29%;
    }
    .section2 .icon_area {
        margin-top: -10px;
    }
    .reason_list {
        width: 100%;
    }
    .btn_pink p {
        font-size: 12px !important;
    }
    .section2 {
        padding-bottom: 30px;
    }
    .section3 {
        padding:  30px 0px;
    }
    .btn_area {
        display: block;
    }
    .btn_main {
        width: 75%;
        margin: 0;
        margin: 0 auto;
        margin-bottom: 20px;
    }
    .section4 .icon_area {
        padding-top: 30px;
        margin-left: 43.7%;
    }
    .section4 .icon_area img {
        margin-top: 0;
    }
    .section4 h2 {
        font-size: 16px;
    }
    .voice {
        position: relative;
        z-index: 0;
        margin-top: 30px;
        margin-bottom: 35px;
        display: block;
    }
    .voice_img {
        width: 250px;
        margin: auto;
    }
    .voice_img:nth-child(2){
        margin: 0;
    }
    .section5 {
        margin-top: -80px;
    }    
    .section5_bg {
        display: none;
    }
    .section5 .icon_area {
        position: relative;
        margin-top: -30px;
    }
    .section5 .icon_area {
        width: 12%;
        margin-left: 43%;
        padding-top: 20px;
    }
    .section5 h2 {
        margin: 8px 0px;
        font-size: 14px;
    }
    .map::before {
        margin-left: 39%;
    }
    .map .icon_area {
        position: relative;
        z-index: 1;
        margin-top: -20px;
    }
    .gmap p {
        font-size: 12px;
    }
    .gmap iframe {
        min-height: 270px;
    }
    .regi_menu {
        width: 94%;
    }
    .regi_menu h5 {
        font-size: 32px;
    }
    .regi2 p,.regi3 p {
        font-size: 18px;
    }    
}
@media screen and (max-width:414px){
    .catch {
        min-height: 220px;
    }
    .title_btn {
        padding-top: 150px;
    }    
}