/*
Theme Name: SACHINET AUTO GROUP TEMPLATE
Theme URI: 
Description: サチネットオートグループテーマ
Author: Yuya Shibata
Version: 1.0.0

*/

@import url(common/css/about.css);
@import url(common/css/aiming.css);
@import url(common/css/autoinsurance.css);
@import url(common/css/autoleasing.css);
@import url(common/css/blog.css);
@import url(common/css/car-inspection.css);
@import url(common/css/coating.css);
@import url(common/css/company.css);
@import url(common/css/contact.css);
@import url(common/css/inhouse.css);
@import url(common/css/maintenance.css);
@import url(common/css/new-car.css);
@import url(common/css/old-car.css);
@import url(common/css/sheet-metal-paniting.css);
@import url(common/css/shop.css);
@import url(common/css/recruit.css);
@import url(common/css/benefits.css);


* {
  margin: 0;
  padding: 0;
  font-size : 100%;
  box-sizing:border-box;
}

html{
  scroll-behavior: smooth;
}

body{
color: #161616;
font-family: "Noto Sans JP", serif;
font-size: 110%;
line-height: 1;
}


@media (max-width: 959px) {
    body {
        font-size: 100%;
    }
}


table{
border-collapse: collapse;
}

td,th{
text-align: left;
vertical-align: top;
}

.clearfix{
zoom: 1;
}

.clearfix:after {
content: ".";
display: block;
clear: both;
height: 0;
visibility: hidden;
}

li{
list-style-type: none;
}

img{ 
display: block;
border:0;
max-width: 100%;
height: auto;
}

a:link{color: #5b657e;text-decoration: underline;}
a:visited{color: #5b657e;text-decoration: none;}
a:hover{color: #5b657e;text-decoration: none;}
a:active{color: #2177be;text-decoration: none;}


.img{
display: block;
width: 100%;
height: 100%;
object-fit: cover;
object-position: center center;
font-family: 'object-fit: cover; object-position: center center;'
}



a[href^="tel:"] {
    cursor: default;
    pointer-events: none;
color:#000;
text-decoration : none;
}


@media (max-width: 959px) {
    a[href^="tel:"] {
        cursor: pointer;
        pointer-events: auto;
    }
}





/* recapture */

.grecaptcha-badge {
    visibility: hidden;
}

.recaptcha_policy {
    padding-bottom: 35px;
    margin: 0;
    text-align: center;
    font-size: 11px !important;
    color: #444 !important;
}

.recaptcha_policy a {
    font-size: 11px !important;
    color: #111 !important;
}



/* blog_comment */

.comment-num,
#comment-area{
display: none;
}


header{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 90%;
    max-width: 1620px;
    margin: 0 auto;
    z-index: 1000000;
}

h1{
    position: fixed;
    right: 0;
    width: 90%;
    max-width: 1620px;
    top: 70px;
    z-index: 100;
}

h1.is-animation{
    top: -70px;
    -webkit-transition: .3s;
transition: .3s;
filter:alpha(opacity=0);
-moz-opacity: 0;
opacity: 0;
}

h1 img.pc{
    display: block;
}

h1 img.sp{
    display: none;
}

@media (max-width: 1600px) {
    h1{
        position: fixed;
        right: 0;
        width: 90%;
        max-width: 420px;
        top: 30px;
        left: 20px;
        z-index: 100;
        margin: 0;
    }
}

@media (max-width: 600px) {
    h1{
        padding-right: 60px;
    }
    h1 img.pc{
        display: none;
    }
    
    h1 img.sp{
        display: block;
    }
}

@media (max-width: 400px) {
    h1 img.sp{
        width: 150px;
    }
}


.menu-trigger_container{
    position: absolute;
    top: 30px;
    right: 0;
    width: 182px;
    height: 173px;
    background: url(img/menu-bg.png) no-repeat 0 0 / 100% auto;
    -webkit-transition: .3s;
transition: .3s;
}

.menu-trigger{
    display: block;
    width: 182px;
    height: 173px;
    transition: all .4s;
    cursor: pointer;
    position: absolute;
}

.menu-trigger::before{
    content: "MENU";
display: block;
bottom: 28px;
font-size: 120%;
left: 0;
width: 100%;
text-align: center;
height: 35px;
position: absolute;
z-index: 10;
font-family: "Darumadrop One", serif;
color: #fff;
}

.menu-trigger span {
    display: inline-block;
    transition: all .4s;
    box-sizing: border-box;
    position: fixed;
}

.menu-trigger div{
    width: 55px;
    height: 40px;
    margin: 56px auto 0;
    position: relative;
}


.menu-trigger span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #fff;
}

.menu-trigger span:nth-of-type(1) {
    top: 0;
}

.menu-trigger span:nth-of-type(2) {
    top: 20px;
}

.menu-trigger span:nth-of-type(3) {
    top: 38px;
}

.menu-trigger.active span{
    background-color: #fed600;
}

.menu-trigger.active span:nth-of-type(1) {
    width: 40%;
    -webkit-transform: translate3d(4px, 8px, 0) rotate(45deg);
    transform: translate3d(4px, 8px, 0) rotate(45deg);
}

.menu-trigger.active span:nth-of-type(2) {
    -webkit-transform: translate3d(0, 0, 0) rotate(-45deg);
    transform: translate3d(0, 0, 0) rotate(-45deg);
}

.menu-trigger.active span:nth-of-type(3) {
    width: 40%;
    -webkit-transform: translate3d(28px, -7px, 0) rotate(45deg);
    transform: translate3d(28px, -7px, 0) rotate(45deg);
}

/*

.is-animation

*/

header.is-animation .menu-trigger_container{
    width: 120px;
    height: 120px;
}

header.is-animation .menu-trigger{
    width: 120px;
    height: 120px;
}

header.is-animation .menu-trigger::before{
    height: 15px;
    bottom: 35px;
}

header.is-animation .menu-trigger div{
    width: 40px;
    height: 30px;
    margin: 32px auto 0;
}

header.is-animation .menu-trigger span:nth-of-type(2) {
    top: 15px;
}

header.is-animation .menu-trigger.active span:nth-of-type(1) {
    width: 40%;
    -webkit-transform: translate3d(3px, 7px, 0) rotate(45deg);
    transform: translate3d(3px, 7px, 0) rotate(45deg);
}

header.is-animation .menu-trigger span:nth-of-type(3) {
    top: 30px;
}

header.is-animation .menu-trigger.active span:nth-of-type(3) {
    width: 40%;
    -webkit-transform: translate3d(21px, -6px, 0) rotate(45deg);
    transform: translate3d(21px, -6px, 0) rotate(45deg);
}

@media (max-width: 1280px) {
    header .menu-trigger_container{
        width: 120px;
        height: 120px;
    }
    
    header .menu-trigger{
        width: 120px;
        height: 120px;
    }
    
    header .menu-trigger::before{
        height: 15px;
        bottom: 35px;
    }
    
    header .menu-trigger div{
        width: 40px;
        height: 30px;
        margin: 32px auto 0;
    }
    
    header .menu-trigger span:nth-of-type(2) {
        top: 15px;
    }
    
    header .menu-trigger.active span:nth-of-type(1) {
        width: 40%;
        -webkit-transform: translate3d(3px, 7px, 0) rotate(45deg);
        transform: translate3d(3px, 7px, 0) rotate(45deg);
    }
    
    header .menu-trigger span:nth-of-type(3) {
        top: 30px;
    }
    
    header .menu-trigger.active span:nth-of-type(3) {
        width: 40%;
        -webkit-transform: translate3d(21px, -6px, 0) rotate(45deg);
        transform: translate3d(21px, -6px, 0) rotate(45deg);
    }
}

@media (max-width: 479px) {
    header.is-animation .menu-trigger_container,
    header .menu-trigger_container{
        width: 90px;
        height: 90px;
    }
    header.is-animation .menu-trigger::before,
    .menu-trigger::before{
    bottom: 20px !important;
    }
    
    header.is-animation .menu-trigger,
    header .menu-trigger{
        width: 90px;
        height: 90px;
    }
    
    header.is-animation .menu-trigger::before,
    header .menu-trigger::before{
        height: 15px;
        bottom: 35px;
    }
    
    header.is-animation .menu-trigger div,
    header .menu-trigger div{
        width: 40px;
        margin: 25px auto 0;
    }
    
    header.is-animation .menu-trigger span:nth-of-type(2),
    header .menu-trigger span:nth-of-type(2) {
        top: 12px;
    }
    
    header.is-animation .menu-trigger.active span:nth-of-type(1),
    header .menu-trigger.active span:nth-of-type(1) {
        width: 40%;
        -webkit-transform: translate3d(3px, 5px, 0) rotate(45deg);
        transform: translate3d(3px, 5px, 0) rotate(45deg);
    }
    
    header.is-animation .menu-trigger span:nth-of-type(3),
    header .menu-trigger span:nth-of-type(3) {
        top: 25px;
    }
    
    header.is-animation .menu-trigger.active span:nth-of-type(3),
    header .menu-trigger.active span:nth-of-type(3) {
        width: 40%;
        -webkit-transform: translate3d(20px, -4px, 0) rotate(45deg);
        transform: translate3d(20px, -4px, 0) rotate(45deg);
    }
}


#main{
    width: 100%;
    height: 100svh;
    background: url(img/top/main-right-top.png) no-repeat right top / 671px auto, url(img/top/main-left-bottom.png) no-repeat left bottom  / 340px auto;
}

#main-catch{
    width: 500px;
    height: 570px;
    color: #013773;
    position: absolute;
    right: 15%;
    top: 50%;
    margin-top: -285px;
    z-index: 10;
}

#main-catch-in{
    width: 357px;
    float: right;
    background-color: #fff;
    padding-left: 42px;
    padding-top: 20px;
}

#main-catch h2{
    font-size: 170%;
    font-weight: 800;
    line-height: 1.4;
}

#main-catch p{
    line-height: 1.8;
    padding-top: 20px;
    padding-bottom: 40px;
}

#main-catch figure{
    display: block;
    float: left;
}





#main-in{
    position: absolute;
    left: 5%;
    top:0;
    height: 100%;
}

#main1{
    width: 827px;
    height: 531px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -280px;
    margin-left: 300px;
}
#main2{
    width: 373px;
    height: 373px;
    position: absolute;
    left: 50%;
    top: 50%;
    border-top: 42px solid #fff;
    border-right: 42px solid #fff;
    margin-top: -50px;
}
#main3{
    width: 225px;
    height: 225px;
    position: absolute;
    left: 50%;
    top: 50%;
    border-top: 42px solid #fff;
    border-right: 42px solid #fff;
    margin-left: 373px;
    margin-top: 150px;
}

@media (max-width: 1720px) {
    #main1{
        width: 827px;
        height: 531px;
        margin-left: 150px;
    }
}
@media (max-width: 1600px) {
    #main1{
        width: 700px;
        height: 450px;
    }
    #main2{
        width: 280px;
        height: 280px;
        position: absolute;
        left: 50%;
        top: 50%;
        border-top: 20px solid #fff;
        border-right: 20px solid #fff;
        margin-top: -50px;
    }
    #main3{
        width: 225px;
        height: 225px;
        position: absolute;
        left: 50%;
        top: 50%;
        border-top: 20px solid #fff;
        border-right: 20px solid #fff;
        margin-left: 280px;
        margin-top: 100px;
    }
}

@media (max-width: 1380px) {
    #main1{
        width: 590px;
        height: 380px;
        margin-left: 100px;
    }
}

@media (max-width: 1280px) {
    #main-catch{
        width: 400px;
        height: 480px;
        color: #013773;
        position: absolute;
        right: 4%;
        top: 50%;
        margin-top: -250px;
        z-index: 10;
    }
    
    #main-catch-in{
        padding-top: 40px;
    }
    
    #main-catch h2{
        font-size: 140%;
    }
    
    #main-catch p{
        font-size: 90%;
        line-height: 1.8;
        padding-top: 20px;
        padding-bottom: 40px;
    }
}

@media (max-width: 1150px) {
    #main1{
        width: 590px;
        height: 380px;
        margin-left: 50px;
    }
    #main3{
        margin-top: 60px;
    }
}

@media (max-width: 1080px) {
    #main1{
        width: 500px;
        height: 380px;
        margin-left: 50px;
        margin-top: -180px;
    }
    #main2{
        width: 200px;
        height: 200px;
        position: absolute;
        left: 50%;
        top: 50%;
        border-top: 10px solid #fff;
        border-right: 10px solid #fff;
        margin-top: 20px;
    }
    #main3{
        width: 185px;
        height: 185px;
        position: absolute;
        left: 50%;
        top: 50%;
        border-top: 10px solid #fff;
        border-right: 10px solid #fff;
        margin-left: 200px;
        margin-top: 100px;
    }
}

@media (max-width: 959px) {
    #main{
        width: 100%;
        height: auto;
        position: relative;
        background: url(img/top/main-right-top.png) no-repeat right top / 671px auto, url(img/top/main-left-bottom.png) no-repeat left bottom  / 340px auto;
    }
    
    #main-catch{
        width: 100%;
        max-width: 400px;
        height: auto;
        color: #013773;
        position: relative;
        right: auto;
        top: auto;
        z-index: 10;
        margin: 0 auto;
        padding-top: 30px;
        padding-bottom: 100px;
    }
    
    #main-catch-in{
        width: 100%;
        margin: 0 auto;
        float: none;
        background-color: rgba(0, 0, 0, 0);
        padding-left: 0;
        padding-top: 0;
        text-align: center;
    }
    
    #main-catch h2{
        font-size: 170%;
        font-weight: 800;
        line-height: 1.4;
    }
    
    #main-catch p{
        font-size: 120%;
        line-height: 1.8;
        padding-top: 20px;
        padding-bottom: 40px;
    }
    
    #main-catch figure{
        display: block;
        float: none;
        margin: 0 auto;
        width: 80%;
    }
    
    #main-in{
        position: relative;
        left: auto;
        top:auto;
        height: auto;
        padding-top: 120px;
    }
    
    #main1{
        width: 90%;
        max-width: 800px;
        height: auto;
        position: relative;
        left: auto;
        top: auto;
        margin-top: 0;
        margin-left: 0;
        margin: 0 auto;
    }

    #main1 img{
        -moz-border-radius: 10px;
-webkit-border-radius: 10px;
border-radius: 10px;
    }

    #main2{
        width: 26%;
        height: 250px;
        position: relative;
        left: auto;
        top: auto;
        border-top: 0;
        border-right: 0;
        border: 0;
        float: left;
        margin-right: 3%;
        margin-top: -35px;
        margin-left: 22.5%;
    }
    #main3{
        width: 26%;
        height: 250px;
        position: relative;
        left: auto;
        top: auto;
        border: 0;
        margin-left: 0;
        margin-top: -35px;
        float: left;
    }

    #main2 img,
    #main3 img{
        border: 5px solid #fff;
        -moz-border-radius: 10px;
        -webkit-border-radius: 10px;
        border-radius: 10px;
    }
}

@media (max-width: 759px) {
    #main2{
        width: 38%;
        height: 250px;
        margin-right: 3%;
        margin-top: -35px;
        margin-left: 10%;
        margin-bottom: 35px;
    }
    #main3{
        width: 38%;
        height: 250px;
        margin-top: -35px;
        margin-bottom: 35px;
    }
}

@media (max-width: 479px) {
    #main{
        width: 100%;
        height: auto;
        position: relative;
        background: url(img/top/main-right-top.png) no-repeat right top / 350px auto, url(img/top/main-left-bottom.png) no-repeat left bottom  / 180px auto;
    }
    #main2{
        margin-bottom: 0;
    }
    #main3{
        margin-bottom: 0;
    }
    #main-catch{
        padding-top: 0;
        margin-top: 0;
        font-size: 90%;
    }
}


.title1{
    font-family: "Darumadrop One", serif;
    text-align: center;
}

.title1 strong{
    display: inline-block;
    padding: 0 35px;
    position: relative;
    font-size: 280%;
    line-height: 1;
}

.title1 strong::before,
.title1 strong::after{
    content: "-";
display: block;
top: 3px;
position: absolute;
z-index: 10;
}

.title1 strong::before{
    left: 0;
}

.title1 strong::after{
    right: 0;
}

.w1{
    width: 90%;
    max-width: 1040px;
    margin: 0 auto;
}


#top #block1{
    width: 90%;
    max-width: 1160px;
    margin: 0 auto;
    position: relative;
}

#top #block1::before{
    content: " ";
display: block;
top: 145px;
left: 0;
width: 100%;
height: 4px;
background-color: #eeeeee;
position: absolute;
z-index: 1;
}


#top #block1-in{
    width: 100%;
    max-width: 1040px;
    margin: 40px auto 0;
}

#top .block1-content{
    width: 48%;
    float: left;
}

#top .block1-content:first-child{
    margin-right: 4%;
}

#top .block1-content h3{
    border-top: 4px solid #eee;
    border-left: 4px solid #eee;
    border-right: 4px solid #eee;
    -moz-border-radius: 30px 30px 0 0;
-webkit-border-radius: 30px 30px 0 0;
border-radius:30px 30px 0 0;
text-align: center;
background-color: #fff;
position: relative;
z-index: 10;
font-size: 130%;
line-height: 1;
padding-top: 28px;
height: 60px;
}

#top .block1-content figure{
    margin-top: 30px;
}

#top .block1-content p{
    width: 96%;
    margin: 0 auto;
    line-height: 1.6;
    padding-top: 28px;
}

#top .block1-content ul li a{
    display: block;
    width: 225px;
    height: 57px;
    background: url(img/arrow1.png) no-repeat right 22px center / 17px auto,url(img/bt-bg.png) no-repeat 0 0 / 100% auto;
    text-align: center;
    font-family: "Darumadrop One", serif;
    color: #fff;
    font-size: 120%;
    line-height: 1;
    text-decoration: none;
    margin: 28px auto 0;
    padding-top: 15px;
    -webkit-transition: .3s;
transition: .3s;
}

#top .block1-content ul li a:hover{
    background: url(img/arrow1.png) no-repeat right 15px center / 17px auto,url(img/bt-bg.png) no-repeat 0 0 / 100% auto;
}

@media (max-width: 959px) {
    #top #block1::before{
        display: none;
    }
}
@media (max-width: 599px) {
    #top .block1-content{
        width: 100%;
        float: none;
    }
    
    #top .block1-content:first-child{
        margin-right: 0;
        margin-bottom: 65px;
    }
}


#top #block2-top{
    text-align: center;
    padding-top: 105px;
}

#top #block2-top h3{
    font-size: 150%;
    line-height: 1;
    letter-spacing: .05em;
    font-weight: 800;
    padding-bottom: 25px;
}

#top #block2-top p{
    padding-bottom: 45px;
}

#top #block2-in a{
    display: block;
    width: 30%;
    margin-right: 5%;
    float: left;
    color: #161616;
    text-decoration: none;
}

#top #block2-in a:nth-child(3){
    margin-right: 0;
}

#top #block2-in a figure{
    display: block;
    margin-bottom: 25px;
    overflow: hidden;
    width: 100%;
    height: 210px;
    background-color: #000;
}

#top #block2-in a:hover figure img{
transform: scale(1.1);
transition-duration: 0.3s;
filter:alpha(opacity=50);
-moz-opacity: 0.5;
opacity: 0.5;
}

#top #block2-in a h4{
    background: url(img/arrow2.png) no-repeat right 14px center / 17px auto;
    padding-left: 14px;
}

#top #block2-in a:hover h4{
    background: url(img/arrow2.png) no-repeat right 0 center / 17px auto;
    -webkit-transition: .3s;
transition: .3s;
}

@media (max-width: 759px) {
    #top #block2-in a figure{
        height: 160px;
    }
}

@media (max-width: 599px) {
    #top #block2-in a{
        width: 48%;
        margin-right: 4%;
    }
    #top #block2-in a:nth-child(2){
        margin-right: 0;
        margin-bottom: 35px;
    }
    #top #block2-in a:nth-child(3){
        margin-right: 0;
        margin-left: 26%;
    }
}

@media (max-width: 479px) {
    #top #block2-top p{
        padding-bottom: 45px;
        width: 80%;
        margin: 0 auto;
        text-align: left;
    }
}

@media (max-width: 400px) {
    #top #block2-in a{
        width: 100%;
        margin-right: 0;
        margin-bottom: 35px;
    }
    #top #block2-in a:nth-child(2){
        margin-right: 0;
        margin-bottom: 35px;
    }
    #top #block2-in a:nth-child(3){
        margin-right: 0;
        margin-left: 0;
    }
}

#top #block3{
    width: 90%;
    max-width: 960px;
    margin: 0 auto;
}

#top #block3 h2{
    text-align: center;
    padding-top: 200px;
    padding-bottom: 60px;
}

#top #block3 h2 strong{
    font-size: 160%;
    display: block;
}

#top #block3 h2 span{
    font-family: "Darumadrop One", serif;
    display: block;
    font-size: 130%;
    font-weight: 400;
    padding-top: 10px;
}

#top #block3-content{
    width: 100%;
    min-height: 199px;
    position: relative;
    padding-right: 450px;
}

#top #block3-content h3{
    padding-bottom: 25px;
}

#top #block3-content p{
    line-height: 1.6;
}

#top #block3-content figure{
    position: absolute;
    right: 0;
    bottom: 0;
}


#top #block3-content figure img.pc{
    display: block;
}

#top #block3-content figure img.sp{
    display: none;
}

@media (max-width: 759px) {
    #top #block3 h2{
        padding-top: 100px;
        padding-bottom: 35px;
    }
    #top #block3-content{
        width: 100%;
        max-width: 411px;
        margin: 0 auto;
        min-height: auto;
        position: relative;
        padding-right: 0;
    }

    #top #block3-content h3 img{
        margin: 0 auto;
    }

    #top #block3-content figure{
        position: relative;
        right: auto;
        bottom: auto;
        margin-top: 25px;
    }
    #top #block3-content figure img.pc{
        display: none;
    }
    
    #top #block3-content figure img.sp{
        display: block;
    }
    
}


#top #block3-content2{
    padding-top: 20px;
}

#top .block3-content2-in{
    margin-top: 65px;
    position: relative;
    min-height: 160px;
    padding-left: 205px;
}

#top .block3-content2-in.rspace{
    padding-right: 325px;
}

#top .block3-content2-in dt{
    font-size: 130%;
    font-weight: 600;
    letter-spacing: .1em;
    line-height: 1.4;
    padding-top: 20px;
    padding-bottom: 25px;
}

#top .block3-content2-in dd{
    line-height: 1.6;
}

#top .block3-content2-in figure{
    position: absolute;
    left: 0;
    top: 0;
}

#top .block3-content2-in figure.photo-right1{
    right: 0;
    left: auto;
    width: 303px;
}
#top .block3-content2-in figure.photo-right2{
    right: 0;
    left: auto;
    width: 311px;
}

@media (max-width: 959px) {
    #top .block3-content2-in.rspace{
        padding-right: 0;
    }
    #top .block3-content2-in figure.photo-right1,
    #top .block3-content2-in figure.photo-right2{
        position: relative;
        left: auto;
        top: auto;
        margin-top: 25px;
    }
    #top .block3-content2-in figure.photo-right1{
        right: auto;
        left: auto;
        width: 250px;
    }
    #top .block3-content2-in figure.photo-right2{
        right: auto;
        left: auto;
        width: 260px;
    }
}

@media (max-width: 759px) {
    #top .block3-content2-in dt{
        padding-top: 0;
    }
}

@media (max-width: 599px) {
    #top .block3-content2-in{
        margin-top: 65px;
        position: relative;
        min-height: auto;
        padding-left: 0;
    }
    #top .block3-content2-in figure{
        position: relative;
        left: auto;
        top: auto;
    }
    #top .block3-content2-in figure img{
        margin: 0 auto 25px;
    }

    #top .block3-content2-in dt{
        text-align: center;
        width: 80%;
        margin: 0 auto;
    }

    #top .block3-content2-in dd{
        width: 80%;
        margin: 0 auto;
    }
    #top .block3-content2-in figure.photo-right1,
    #top .block3-content2-in figure.photo-right2{
    margin: 25px auto 0;
    }
}

#top #block4>h2{
    font-size: 190%;
    text-align: center;
    margin-top: 90px;
    margin-bottom: 55px;
}

#top #block4 h2 img{
    display: inline-block;
    vertical-align: middle;
    padding-right: 15px;
}

#top .block4-content{
    width: 22%;
    float: left;
    margin-right: 4%;
}

#top .block4-content:last-child{
    margin-right: 0;
}

#top .block4-head{
    position: relative;
    width: 90%;
    height: 35px;
    margin: 0 auto;
}

#top .block4-head li{
    position: absolute;
    top: 0;
}

#top .block4-head li:first-child{
    width: 60px;
    height: 35px;
    -moz-border-radius: 15px 15px 0 0;
-webkit-border-radius: 15px 15px 0 0;
border-radius: 15px 15px 0 0;
background-color: #3d3d3d;
line-height: 1;
font-size: 120%;
font-weight: 800;
padding-top: 7px;
color: #fff;
text-align: center;
right: 0;
}

#top .block4-head li:last-child{
    left: 0;
}

#top .block4-content-in{
    width: 100%;
    -moz-border-radius: 15px;
-webkit-border-radius: 15px;
border-radius: 15px;
border: 4px solid #eee;
padding-bottom: 45px;
}

#top .block4-content-in figure{
    width: 90%;
    height: 200px;
    padding-top: 40px;
    margin: 0 auto;
}

#top .block4-content-in figure img{
    margin: 0 auto;
}

#top .block4-content-in h2{
    text-align: center;
    font-size: 100%;
}

#top .block4-content-in h2 span{
    display: block;
    font-size: 80%;
    padding-top: 5px;
    font-weight: 400;
}

#top .block4-content-in .plan{
    width: 94%;
    margin: 25px auto 0;
    border-top: 2px solid #eee;
}

#top .block4-content-in .plan h3{
    text-align: center;
    font-size: 90%;
    font-weight: 400;
    padding-top: 20px;
    padding-bottom: 15px;
}

#top .block4-content-in .plan h4{
    text-align: center;
}

#top .block4-content-in .plan h4 .tukiduki{
    font-size: 80%;
    line-height: 1;
    padding-right: 5px;
    display: inline-block;
}

#top .block4-content-in .plan h4 .price span{
    font-size: 170%;
    line-height: 1;
    letter-spacing: 0;
    padding-right: 5px;
    color: #e97318;
    font-weight: 800;
}

#top .block4-content-in .plan p{
    text-align: center;
    padding: 15px 0 25px;
    font-size: 90%;
}

#top .block4-content-in .plan ul{
    font-size: 90%;
    width: 86%;
    margin: 0 auto;
}

#top .block4-content-in .plan ul li{
    line-height: 1.2;
    padding-bottom: 5px;
}

@media (max-width: 1080px) {
#top .block4-content{
    width: 24%;
    float: left;
    margin-right: 1.3%;
}
}

@media (max-width: 959px) {
    #top .block4-content{
        width: 48%;
        float: left;
        margin-right: 4%;
        margin-bottom: 25px;
    }
    #top .block4-content:nth-child(even){
        margin-right: 0;
    }
}

@media (max-width: 479px) {
    #top #block4>h2{
        font-size: 160%;
        text-align: center;
        margin-top: 100px;
        margin-bottom: 35px;
    }
    
    #top #block4 h2 img{
        display: block;
        vertical-align: middle;
        padding-right: 0;
        margin: 0 auto;
    }
    
    #top .block4-content{
        width: 100%;
        float: none;
        margin-right: 0;
        margin-bottom: 25px;
    }
}


#top #block5 .title1{
    margin-top: 200px;
    padding-bottom: 70px;
}

#top #block5-in li{
    width: 25%;
    height: 490px;
    float: left;
    text-align: center;
}

#top #block5-in li a{
    display: block;
    width: 100%;
    height: 100%;
    color: #fff;
    text-align: center;
    padding-top: 210px;
    line-height: 1;
    text-decoration: none;
    position: relative;
}

#top #block5-in li a::before{
    content: " ";
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 5;
    background-color: rgba(0, 0, 0, 0);
    -webkit-transition: .3s;
    transition: .3s;
}

#top #block5-in li a:hover::before{
    background-color: rgba(0, 0, 0, 0.5);
}


#top #block5-in li a strong{
    display: block;
    font-size: 170%;
    position: relative;
    z-index: 10;
}

#top #block5-in li a span{
    font-size: 130%;
    display: block;
    font-family: "Darumadrop One", serif;
    padding-top: 15px;
    position: relative;
    z-index: 10;
}

#top #block5-in li:nth-child(1) a{
    background: url(img/top/service-photo1.jpg) no-repeat center center / cover;
}
#top #block5-in li:nth-child(2) a{
    background: url(img/top/service-photo2.jpg) no-repeat center center / cover;
}
#top #block5-in li:nth-child(3) a{
    background: url(img/top/service-photo3.jpg) no-repeat center center / cover;
}
#top #block5-in li:nth-child(4) a{
    background: url(img/top/service-photo4.jpg) no-repeat center center / cover;
}

@media (max-width: 959px) {
    #top #block5-in li{
        width: 50%;
        height: 400px;
    }
    #top #block5-in li a{
    padding-top: 180px;
}
}

@media (max-width: 759px) {
    #top #block5 .title1{
        margin-top: 100px;
        padding-bottom: 35px;
    }
    
}

@media (max-width: 550px) {
    #top #block5-in li{
        width: 100%;
        height: 400px;
        margin-bottom: 5px;
    }
}

#top #block6 .title1{
    margin-top: 200px;
    padding-bottom: 70px;
}

#top .block6-in{
    width: 100%;
    margin-bottom: 80px;
}

#top .block6-in .block6-photo{
    width: 50.5%;
    float: left;
    margin-right: 5%;
}

#top .block6-in .block6-photo figure{
    width: 49.5%;
    float: left;
}

#top .block6-in .block6-photo figure:first-child{
    margin-right: 1%;
}

#top .block6-in .block6-content{
    width: 44.5%;
    float: left;
}

#top .block6-in .block6-content h3{
    font-size: 140%;
    line-height: 1;
    padding-top: 30px;
    padding-bottom: 45px;
}

#top .block6-in .block6-content .map a{
    display: inline-block;
    padding-left: 25px;
    background: url(img/ico-map.png) no-repeat left 5px top / 13px auto;
    min-height: 28px;
    border-bottom: 2px solid #0d6fb8;
    text-decoration: none;
    color: #161616;
}

#top .block6-in .block6-content .map a:hover{
    color: #0d6fb8;
}

#top .block6-in .block6-content .address{
    line-height: 1.6;
    padding-top: 20px;
    padding-bottom: 40px;
}

#top .block6-in .block6-content .bt-more a{
    display: block;
    width: 224px;
    height: 60px;
    background: url(img/arrow1.png) no-repeat right 20px center / 17px auto,url(img/bt-bg.png) no-repeat 0 0 / 100% auto;
    text-align: center;
    font-family: "Darumadrop One", serif;
    color: #fff;
    text-decoration: none;
    font-size: 120%;
    line-height: 1;
    padding-top: 14px;
    -webkit-transition: .3s;
transition: .3s;
}

#top .block6-in .block6-content .bt-more a:hover{
    background: url(img/arrow1.png) no-repeat right 10px center / 17px auto,url(img/bt-bg.png) no-repeat 0 0 / 100% auto;
}

@media (max-width: 1080px) {
    #top .block6-in .block6-content{
        font-size: 100%;
    }
    #top .block6-in .block6-content h3{
        padding-top: 0;
        padding-bottom: 25px;
    }
}
@media (max-width: 830px) {
    #top .block6-in .block6-photo{
        width: 100%;
        float: left;
        margin-right: 0;
    }
    #top .block6-in .block6-content{
        width: 100%;
        float: left;
    }
    #top .block6-in .block6-content h3{
        text-align: center;
        padding-top: 35px;
    }
    #top .block6-in .block6-content .map{
        text-align: center;
        font-size: 80%;
    }
    #top .block6-in .block6-content .address{
        text-align: center;
    }
    #top .block6-in .block6-content .bt-more a{
        margin: 0 auto;
    }
}

@media (max-width: 759px) {
    #top #block6 .title1{
    margin-top: 100px;
    padding-bottom: 30px;
}
}

@media (max-width: 479px) {
    #top .block6-in .block6-content h3{
        font-size: 120%;
    }
}

@media (max-width: 400px) {
    #top .block6-in .block6-content h3{
        font-size: 110%;
    }
}

#top #block7{
    margin-top: 180px;
    padding-bottom: 195px;
}

#top #block7-container{
    position: relative;
    padding-left: 210px;
}

#top #block7 h2{
    font-family: "Darumadrop One", serif;
    position: absolute;
    left: 0;
    top: 0;
    font-size: 280%;
    line-height: 1;
}

#top #block7-in dl{
    width: 100%;
    border-bottom: 2px solid #eee;
    position: relative;
    padding-left: 165px;
    line-height: 1.6;
}

#top #block7-in dl dt{
    position: absolute;
    left: 10px;
    top: 15px;
    font-weight: 800;
}

#top #block7-in dl dd a{
    display: inline-block;
    padding-left: 40px;
    padding-top: 15px;
    padding-bottom: 15px;
    min-height: 27px;
    background: url(img/arrow1.png) no-repeat left 8px top 18px / 12px auto,url(img/bg-arrow.png) no-repeat 0 10px / 27px auto;
    color: #161616;
    text-decoration: none;
    -webkit-transition: .3s;
transition: .3s;
}

#top #block7-in dl dd a:hover{
    background: url(img/arrow1.png) no-repeat left 15px top 18px / 12px auto,url(img/bg-arrow.png) no-repeat 0 10px / 27px auto;
}

#top #block7 .bt-more a{
    display: block;
    width: 224px;
    height: 60px;
    background: url(img/arrow1.png) no-repeat right 20px center / 17px auto,url(img/bt-bg.png) no-repeat 0 0 / 100% auto;
    text-align: center;
    font-family: "Darumadrop One", serif;
    color: #fff;
    text-decoration: none;
    font-size: 120%;
    line-height: 1;
    padding-top: 14px;
    -webkit-transition: .3s;
transition: .3s;
margin: 45px auto 0;
}

#top #block7 .bt-more a:hover{
    background: url(img/arrow1.png) no-repeat right 10px center / 17px auto,url(img/bt-bg.png) no-repeat 0 0 / 100% auto;
}

@media (max-width: 1080px) {
    #top #block7-container{
        position: relative;
        padding-left: 0;
    }
    
    #top #block7 h2{
        position: relative;
        left: auto;
        top: auto;
        font-size: 280%;
        line-height: 1;
        text-align: center;
        padding-bottom: 35px;
    }
}

@media (max-width: 759px) {
    #top #block7{
        margin-top: 100px;
        padding-bottom: 100px;
    }
    #top #block7-in dl{
        width: 100%;
        border-bottom: 2px solid #eee;
        position: relative;
        padding-left: 0;
        line-height: 1.6;
        padding-top: 10px;
    }
    
    #top #block7-in dl dt{
        position: relative;
        left: auto;
        top: auto;
        font-weight: 800;
    }
}


footer{
    position: relative;
}

#foot-link{
    width: 100%;
    background: url(img/foot-top-down1.png) repeat-x top #fed600;
}

@media (max-width: 959px) {
    #foot-link{
        display: none;
    }
}

#foot-link-in{
    width: 98%;
    max-width: 1370px;
    margin: 0 auto;
    background: url(img/foot-top-left1.png) no-repeat 0 0,url(img/foot-top-right1.png) no-repeat right top,url(img/foot-top-top1.png) repeat-x top;
    padding-top: 110px;
}


#foot-link1,
#foot-link2,
#foot-link3,
#foot-link4,
#foot-link5{
    float: left;
}

#foot-link1{
    width: 10%;
}

#foot-link2{
    width: 30%;
}

#foot-link3{
    width: 17%;
}

#foot-link4{
    width: 18%;
}

#foot-link5{
    width: 25%;
}

#foot-link-container ul{
    padding-bottom: 35px;
}

#foot-link-container ul li:first-child{
    font-family: "Darumadrop One", serif;
    font-size: 150%;
    padding-bottom: 15px;
}
#foot-link-container ul li a{
    display: inline-block;
    color: #161616;
    text-decoration: none;
    font-size: 90%;
    padding: 8px 0 6px;
    border-bottom: 2px solid #fed600;
}

#foot-link-container ul li a:hover{
    color: #023773;
    border-bottom: 2px solid #023773;
}

#foot-link-contact li{
    padding-left: 30px;
    background: url(img/ico-contact.png) no-repeat left top 16px / 20px auto;
}

#ico-sns{
    width: 40px;
    margin: -65px auto 0;
    padding-bottom: 60px;
}

#foot-bn{
    font-size: 0;
    text-align: center;
    padding-bottom: 113px;
}

#foot-bn ul li{
    display: inline-block;
    padding: 7px;
}

#foot-bn ul li a img{
    display: block;
}

#foot-bn ul li a:hover img{
    box-shadow: 0 0 5px 0 rgba(0,0,0,0.5);
}

#foot-shop{
    width: 100%;
    background: url(img/foot-top-down2.png) repeat-x top #fff;
}

#foot-shop-in{
    width: 98%;
    max-width: 1370px;
    margin: 0 auto;
    background: url(img/foot-top-left2.png) no-repeat 0 0,url(img/foot-top-right2.png) no-repeat right top,url(img/foot-top-top2.png) repeat-x top;
}

@media (max-width: 959px) {
    #foot-shop,
    #foot-shop-in{
        background: none;
    }
}



#foot-shop-title{
    width: 90%;
    max-width: 1040px;
    margin: 0 auto;
    position: relative;
    padding-top: 90px;
    margin-bottom: 45px;
}

#foot-shop-title strong{
    position: absolute;
    top: 95px;
    right: 0;
}

#foot-shop-title span{
    font-family: "Darumadrop One", serif;
    color: #023773;
    display: inline-block;
    padding: 0 18px;
    position: relative;
    font-size: 140%;
    line-height: 1;
}

#foot-shop-title span::before,
#foot-shop-title span::after{
    content: "-";
display: block;
top: 0px;
position: absolute;
z-index: 10;
}

#foot-shop-title span::before{
    left: 0;
}

#foot-shop-title span::after{
    right: 0;
}

.foot-shop-content{
    width: 30%;
    float: left;
    margin-right: 5%;
}

.foot-shop-content:last-child{
    margin-right: 0;
}

@media (max-width: 759px) {
    #foot-shop-title{
        width: 90%;
        max-width: 1040px;
        margin: 0 auto;
        position: relative;
        padding-top: 90px;
        margin-bottom: 45px;
        text-align: center;
    }

    #foot-shop-title img{
        margin: 0 auto 25px;
    }
    
    #foot-shop-title strong{
        position: relative;
        top: auto;
        right: auto;
        display: inline-block;
    }
    
    #foot-shop-title span{
        font-family: "Darumadrop One", serif;
        color: #023773;
        display: inline-block;
        padding: 0 18px;
        position: relative;
        font-size: 160%;
        line-height: 1;
    }
    
    #foot-shop-title span::before,
    #foot-shop-title span::after{
        content: "-";
    display: block;
    top: 0px;
    position: absolute;
    z-index: 10;
    }
    
    #foot-shop-title span::before{
        left: 0;
    }
    
    #foot-shop-title span::after{
        right: 0;
    }

    
    .foot-shop-content{
        width: 48%;
        float: left;
        margin-right: 0;
    }

    .foot-shop-content:first-child{
        margin-right: 4%;
    }
    
    .foot-shop-content:last-child{
        margin-left: 26%;
        margin-top: 45px;
    }
}

@media (max-width: 479px) {
    .foot-shop-content{
        width: 100%;
        float: none;
        margin-right: 0;
        margin-top: 45px;
    }

    .foot-shop-content:first-child{
        margin-right: 0;
    }
    
    .foot-shop-content:last-child{
        margin-left: 0;
        margin-top: 45px;
    }
}


.foot-shop-content h3{
    text-align: center;
}

.foot-shop-content h3 strong{
    display: block;
    font-size: 90%;
    font-weight: 600;
    padding-top: 25px;
}

.foot-shop-content h3 span{
    display: block;
    font-size: 115%;
    font-weight: 600;
    padding-top: 5px;
    padding-bottom: 15px;
}

.foot-shop-content figure{
    width: 100%;
    height: 195px;
    position: relative;
    overflow: hidden;
    background-color: #000;
}

.foot-shop-content figure a{
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
}

.foot-shop-content figure a:hover img{
    transform: scale(1.1);
transition-duration: 0.3s;
filter:alpha(opacity=50);
-moz-opacity: 0.5;
opacity: 0.5;
}

.foot-shop-content figure a::before{
    content: " ";
display: block;
bottom: 18px;
right: 18px;
width: 28px;
height: 28px;
position: absolute;
z-index: 10;
background: url(img/arrow1.png) no-repeat left 8px top 9px / 12px auto , url(img/bg-arrow.png) no-repeat 0 0 / 100% auto;
}

.foot-shop-content figure a:hover::before{
    background: url(img/arrow1.png) no-repeat left 14px top 9px / 12px auto , url(img/bg-arrow.png) no-repeat 0 0 / 100% auto;
    -webkit-transition: .3s;
transition: .3s;
}


.foot-shop-content li{
    line-height: 1.6;
    padding-bottom: 10px;
    font-size: 95%;
}

#foot-copy{
    width: 100%;
    background: url(img/bg-foot.png) repeat-x top #3d3d3d;
    color: #fff;
    font-family: "Darumadrop One", serif;
    padding: 40px 0;
    margin-top: 135px
}

#page-top{
    position: absolute;
    right:5%;
    bottom: 35px;
    width: 80px;
    height: 100px;
    font-family: "Darumadrop One", serif;
    z-index: 1000;
    text-align: center;
}

#page-top a{
    display: block;
    width: 100%;
    height: 100%;
    padding-top: 80px;
    background: url(img/arrow3.png) no-repeat top 28px left 32px / 16px auto,url(img/bg-pagetop.png) no-repeat top center / 73px auto;
    color: #fff;
    text-decoration: none;
}

#page-top a:hover{
    background: url(img/arrow3.png) no-repeat top 18px left 32px / 16px auto,url(img/bg-pagetop.png) no-repeat top center / 73px auto;
    -webkit-transition: .3s;
transition: .3s;
}

@media (max-width: 479px) {
    #page-top{
        position: absolute;
        right:50%;
        margin-right: -40px;
        bottom: 75px;
        width: 80px;
        height: 100px;
        font-family: "Darumadrop One", serif;
        z-index: 1000;
        text-align: center;
    }
    #foot-copy{
        width: 100%;
        background: url(img/bg-foot.png) repeat-x top #3d3d3d;
        color: #fed600;
        padding: 90px 0 40px;
        margin-top: 100px;
        text-align: center;
    }
}

#over-menu{
    width: 100%;
    height: 100svh;
    background-color: #fed600;
    padding-top: 50px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    display: none;
    overflow-y: auto;
}

#over-menu-in{
    width: 90%;
    max-width: 1110px;
    margin: 0 auto;
}

.sp-menu2{
    display: none;
}

#over-menu-left ul,
.sp-menu2 ul{
    padding-bottom: 35px;
}

#over-menu ul li:first-child,
.sp-menu2 ul li:first-child{
    font-family: "Darumadrop One", serif;
    font-size: 150%;
    padding-bottom: 15px;
}

#over-menu-left-top li:first-child{
    padding-bottom: 0 !important;
    padding-top: 35px;
}

#over-menu-left ul li a,
.sp-menu2 ul li a{
    display: inline-block;
    color: #161616;
    text-decoration: none;
    font-size: 90%;
    padding: 8px 0 6px;
    border-bottom: 2px solid #fed600;
}

#over-menu-left ul li a:hover,
.sp-menu2 ul li a:hover{
    color: #023773;
    border-bottom: 2px solid #023773;
}

.over-menu-contact li a{
    display: block;
    padding-left: 30px !important;
    background: url(img/ico-contact.png) no-repeat left top 16px / 20px auto;
}


#over-menu-right a{
    text-decoration: none;
    color: #161616;
}

#over-menu-right a:hover{
    color: #023773;
}

#over-menu-left{
    width: 19%;
    float: left;
}

#over-menu-right{
    width: 81%;
    float: left;
    background-color: #fff;
    -moz-border-radius: 15px;
-webkit-border-radius: 15px;
border-radius: 15px;
padding: 50px;
}

.over-menu-content{
    width: 48%;
    float: left;
}

.over-menu-content:nth-child(odd){
    margin-right: 4%;
}

.over-menu-content:nth-child(1),
.over-menu-content:nth-child(2){
    margin-bottom: 35px;
}


.over-menu-content figure img{
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    border-radius: 15px;
    overflow: hidden;
    margin-bottom: 25px;
}

.over-menu-content ul{
    width: 90%;
    margin: 0 auto;
    font-size: 90%;
}

.over-menu-content li:not(:first-child) a{
    display: inline-block;
    padding-left: 22px;
    padding-top: 6px;
    padding-bottom: 6px;
    background: url(img/arrow2.png) no-repeat left center / 12px auto;
}

.over-menu-content li:not(:first-child) a:hover{
    background: url(img/arrow2.png) no-repeat left 5px center / 12px auto;
    -webkit-transition: .3s;
    transition: .3s;
}

.over-menu-content ul.no3 li:first-child{
    width: 100%;
    float: left;
}

.over-menu-content ul.no3 li:not(:first-child){
    width: 50%;
    float: left;
}

#menu-ico-sns1{
    display: block;
}
#menu-ico-sns2{
    display: none;
}

@media (max-width: 1280px) {
    .over-menu-content ul.no3 li:not(:first-child){
        width: 100%;
    }
    
}

@media (max-width: 959px) {
    #over-menu-in{
        font-size: 120%;
    }
}

@media (max-width: 859px) {
    #over-menu-right{
    padding: 50px 50px 15px 50px;
    }
    
#over-menu-left{
    width: 30%;
    float: left;
}

#over-menu-right{
    width: 70%;
    float: left;
}

.over-menu-content{
    width: 100%;
    float: left;
    margin-bottom: 35px;
}

.over-menu-content:nth-child(odd){
    margin-right: 0;
}

}

@media (max-width: 599px) {
    #over-menu-right{
        padding: 20px 20px 0 20px;
        }
}
@media (max-width: 520px) {
    #over-menu{
        width: 100%;
        height: 100svh;
        background-color: #fed600;
        padding-top: 0;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 1000;
        display: none;
        overflow-y: auto;
    }
    #over-menu-left{
        width: 80%;
        float: none;
        margin: 0 auto;
    }
    
    #over-menu-right{
        width: 100%;
        float: left;
        margin-bottom: 35px;
    }
    .sp-menu1{
        display: none;
    }
    .sp-menu2{
        display: block;
        width: 80%;
        margin: 0 auto;
    }
    #menu-ico-sns1{
        display: none;
    }
    #menu-ico-sns2{
        display: block;
        width: 40px;
        margin: 0 auto 25px;
    }
}

/*

contents

*/


.read1{
    font-size: 110%;
    line-height: 1.6;
    letter-spacing: .05em;
}

#contents{
    background: url(img/top/main-right-top.png) no-repeat right top / 671px auto,url(img/top/main-left-bottom.png) no-repeat left top 1020px / 340px auto;
}

@media (max-width: 959px) {
    #contents{
        background: url(img/top/main-right-top.png) no-repeat right top / 330px auto,url(img/top/main-left-bottom.png) no-repeat left top 1020px / 170px auto;
    }
}




#c-main{
    width: 90%;
    max-width: 920px;
    height: 533px;
    margin: 0 auto;
    padding-top: 220px;
    position: relative;
    color: #023773;
}

#c-main h2 strong{
    font-family: "Darumadrop One", serif;
    display: block;
    font-size: 400%;
    line-height: 1;
    padding-top: 55px;
    position: relative;
    z-index: 10;
}

#c-main h2 span{
    display: block;
    font-size: 130%;
    line-height: 1;
    letter-spacing: .05em;
    padding-top: 20px;
    position: relative;
    z-index: 10;
}

#c-main figure{
    position: absolute;
    right: 0;
    top: 220px;
    z-index: 1;
}

@media (max-width: 1280px) {
    #c-main{
        width: 80%;
        max-width: 800px;
        height: 350px;
        padding-top: 120px;
    }
    #c-main figure{
        top: 130px;
        width: 400px;
    }
}

@media (max-width: 830px) {
    #c-main{
        height: 300px;
        padding-top: 120px;
    }
    #c-main figure{
        width: 330px;
    }
}

@media (max-width: 759px) {
    #c-main{
        height: 280px;
        padding-top: 120px;
    }
    #c-main figure{
        width: 280px;
    }
}

@media (max-width: 659px) {
    #c-main figure{
        width: 240px;
    }
}


@media (max-width: 599px) {
    #c-main{
        height: 240px;
        padding-top: 100px;
    }
    #c-main figure{
        top: 140px;
        width: 200px;
    }
    #c-main h2 strong{
        font-size: 300%;
        padding-top: 55px;
    }
    #c-main h2 span{
        font-size: 120%;
        padding-top: 10px;
    }
}

@media (max-width: 479px) {
    #c-main{
        height: 290px;
        padding-top: 100px;
    }
    #c-main figure{
        top: 250px;
        width: 150px;
    }
}



#c-main-menu{
    width: 90%;
    max-width: 840px;
    margin: 65px auto 80px;
    background-color: #eee;
    -moz-border-radius: 15px;
-webkit-border-radius: 15px;
border-radius: 15px;
}

#c-main-menu li{
    float: left;
    text-align: center;
    background: url(img/line.png) no-repeat right center / 4px auto;
}

#c-main-menu.menu2 li{
    width: 50%;
}

#c-main-menu.menu2.recruit li a br{
    display: none;
}

#c-main-menu.menu3 li,
#c-main-menu.menu6 li{
    width: 33.3%;
}


#c-main-menu.menu4 li{
    width: 25%;
}

#c-main-menu.menu2 li:last-child,
#c-main-menu.menu3 li:last-child,
#c-main-menu.menu4 li:last-child,
#c-main-menu.menu6 li:nth-child(3n){
    background: none;
}

#c-main-menu.menu6 li:nth-child(1),
#c-main-menu.menu6 li:nth-child(2),
#c-main-menu.menu6 li:nth-child(3){
    border-bottom: 4px solid #fff;
}



@media (max-width: 640px) {
    #c-main-menu.menu4 li{
        width: 50%;
    }
    #c-main-menu.menu4 li:nth-child(1){
        border-bottom: 4px solid #fff;
    }
    #c-main-menu.menu4 li:nth-child(2){
        background: none;
        border-bottom: 4px solid #fff;
    }

    #c-main-menu.menu3 li,
    #c-main-menu.menu6 li{
        width: 50%;
    }
    #c-main-menu.menu6 li:nth-child(3n){
        background: url(img/line.png) no-repeat right center / 4px auto;
    }
    #c-main-menu.menu3 li:first-child,
    #c-main-menu.menu6 li:nth-child(even){
        background: none;
    }

    #c-main-menu.menu3 li:first-child{
        width: 100%;
    }

    #c-main-menu.menu3 li:nth-child(1),
    #c-main-menu.menu6 li:nth-child(1),
    #c-main-menu.menu6 li:nth-child(2),
    #c-main-menu.menu6 li:nth-child(3),
    #c-main-menu.menu6 li:nth-child(4){
        border-bottom: 4px solid #fff;
    }
}



#c-main-menu li a{
    display: block;
    width: 100%;
    font-size: 110%;
    line-height: 1;
    font-weight: 600;
    padding: 25px 0;
    text-decoration: none;
    color: #707070;
    position: relative;
}

#c-main-menu li.now a,
#c-main-menu li a:hover{
    color: #023773;
}

#c-main-menu li.now a::before,
#c-main-menu li a:hover:before{
    content: "-";
display: block;
bottom: -25px;
left: 0;
width: 100%;
text-align: center;
position: absolute;
z-index: 10;
font-family: "Darumadrop One", serif;
font-size: 400%;
}

@media (max-width: 959px) {
    
#c-main-menu li a{
    font-size: 100%;
}
    #c-main-menu li.now a::before,
    #c-main-menu li a:hover:before{
    bottom: -22px;
    }
}

@media (max-width: 479px) {
    #c-main-menu.menu2.recruit li:last-child a{
        padding: 18px 0 20px;
    }

    #c-main-menu.menu2.recruit li a br{
        display: inline;
    }
    #c-main-menu.menu2.recruit li a span{
        display: none;
    }
}



.ta,
.ta2,
.ta3{
    width: 90%;
    max-width: 1040px;
    margin: 0 auto;
    font-size: 90%;
    line-height: 1.4;
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    background-color: #fff;
}

.ta2,
.ta3{
    max-width: 860px;
    margin: 0 auto 50px;
}

.ta2 thead th{
    text-align: left;
    background-color: #eee;
}

.ta thead td{
    text-align: center;
    font-weight: 800;
}

.ta th,
.ta td,
.ta2 th,
.ta2 td,
.ta3 th,
.ta3 td{
    width: 16.6%;
    padding: 15px;
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
    text-align: center;
    vertical-align: middle;
}

.ta2 th,
.ta2 td,
.ta3 th,
.ta3 td{
    text-align: left;
}

.ta3 th{
    width: 30%;
}

.ta3 td{
    width: 70%;
}

.ta th{
    text-align: left;
}

.ta td img{
    margin: 0 auto;
    padding-top: 15px;
}

.ta td span{
    display: block;
    font-size: 90%;
}

.ta tr.last td{
    color: #FF6C1E;
    font-size: 120%;
    font-weight: 800;
}

@media (max-width: 479px) {
    .ta th,
    .ta td,
    .ta2 th,
    .ta2 td,
    .ta3 th,
    .ta3 td{
        padding: 5px;
    }
}

.tyui{
    width: 90%;
    max-width: 860px;
    margin: 0 auto;
}

.tyui li{
    position: relative;
    padding-left: 1.5em;
    padding-bottom: 25px;
    line-height: 1.4;
}

.tyui li::before{
    content: "※";
display: block;
top: 0;
left: 0;
position: absolute;
z-index: 10;
color: #023B7B;
}

.tyui li img{
    padding-top: 25px;
}

.catch1{
    text-align: center;
    padding-top: 50px;
    padding-bottom: 50px;
}

.catch1 span{
    display: inline-block;
    padding-left: 40px;
    padding-right: 40px;
    position: relative;
    color: #151515;
    font-size: 170%;
    letter-spacing: .1em;
    line-height: 1;
}

.catch1 span::before,
.catch1 span::after{
    content: "-";
display: block;
top: -25px;
position: absolute;
z-index: 10;
font-family: "Darumadrop One", serif;
color: #151515;
font-size: 220%;
}

.catch1 span::before{left: 0;}
.catch1 span::after{right: 0;}

@media (max-width: 759px) {
    .catch1{
        padding-bottom: 30px;
    }
    .catch1 span{
        font-size: 150%;
    }
    .catch1 span::before,
    .catch1 span::after{
        top: -20px;
    }
}

@media (max-width: 479px) {
    .catch1 span{
        font-size: 130%;
        padding-left: 30px;
        padding-right: 30px;
    }
}

.photo{
    width: 90%;
    max-width: 1160px;
    margin: 0 auto;
    -moz-border-radius: 15px;
-webkit-border-radius: 15px;
border-radius: 15px;
overflow: hidden;
display: block;
}

.w1{
width: 90%;
max-width: 1040px;
}