* {
    margin: 0;
    padding: 0;
    font-weight: normal;
}

body {
    color: #333333;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
    line-height: 1.6;
}

html.active, body.active {
    overflow: hidden;
}

a {
    color: #333333;
    text-decoration: none;
}

ul {
    list-style: none;
}

.Common_Container {
    margin-bottom: 150px;
}

.ContentWrap {
    max-width: 1024px;
    margin: 0 auto;
    padding: 0 20px;
}

.ContentTitle {
    font-size: 24px;
    text-align: center;
    position: relative;
    max-width: 350px;
    margin-left: auto;
    margin-right: auto;
    color: #00a693;
    margin-bottom: 40px;
}

.ContentTitle::before,
.ContentTitle::after {
    content: "";
    display: block;
    height: 1px;
    background-color: #00a693;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
}

.ContentTitle::before {
    left: 0;
}

.ContentTitle::after {
    right: 0;
}

.BaseBtn a {
    display: block;
    text-align: center;
    padding: 15px 0;
    max-width: 280px;
    color: #ffffff;
    background-color: #26c28c;
    margin: 0 auto;
    position: relative;
}

.BaseBtn a::after {
    content: "";
    display: block;
    width: 34px;
    height: 7px;
    background-image: url(../images/arrow.png);
    background-size: cover;
    background-position: right;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 5px;
    margin: auto;
}

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

.sp_only {
    display: none;
}

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

    .Common_Container {
        margin-bottom: 100px;
    }

    .ContentWrap {
        padding: 0 20px;
    }

    .ContentTitle {
        font-size: 20px;
    }

    .sp_only {
        display: block;
    }

}

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

    .ContentWrap {
        padding: 0 12px;
    }

}

/*===== animation ======*/

.fadein {
    opacity: 0;
    transform : translate(0, 50px);
    transition : all 1500ms;
}

.fadein02 {
    opacity: 0;
    transform : translate(50px, 0);
    transition : all 1500ms;
}

.fadein03 {
    opacity: 0;
    transform : translate(-50px, 0);
    transition : all 1500ms;
}
  
.fadein.scrollin, .fadein02.scrollin, .fadein03.scrollin{
    opacity: 1;
    transform: translate(0, 0);
}



/*===== header =====*/

.Header_Container {
    position: fixed;
    width: 100%;
    border-bottom: 1px solid #00a693;
    background-color: #ffffff;
    top: 0;
    left: 0;
    z-index: 9997;
}

.Header_Container .ContentWrap {
    padding: 15px 20px;
}

.Header_Container .TopUnit {
    margin-bottom: 15px;
}

.Header_Container .TopUnit .MainTitle {
    float: left;
}

.Header_Container .TopUnit .MainTitle a {
    display: block;
    font-size: 24px;
    position: relative;
    padding-left: 45px;
}

.Header_Container .TopUnit .MainTitle a::before {
    content: "";
    display: block;
    width: 40px;
    height: 38px;
    background-image: url(../images/mainlogo.png);
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
}

.Header_Container .TopUnit .MainTitle a span {
    display: block;
    font-size: 16px;
}

.Header_Container .TopUnit .IconWrap {
    display: none;
}

.Header_Container .TopUnit .BtnWrap {
    float: right;
}

.Header_Container .TopUnit .BtnWrap .BtnUnit {
    float: left;
    width: 230px;
}

.Header_Container .TopUnit .BtnWrap .BtnUnit a {
    display: block;
    text-align: center;
    padding: 14px 0;
    color: #ffffff;
    border-radius: 10px;
}

.Header_Container .TopUnit .BtnWrap .BtnUnit:first-child {
    margin-right: 15px;
}

.Header_Container .TopUnit .BtnWrap .ReserveBtn a {
    background-color: #14b590;
}

.Header_Container .TopUnit .BtnWrap .ReserveBtn a::before {
    content: "";
    display: inline-block;
    width: 27px;
    height: 25px;
    background-image: url(../images/reserve_icon.png);
    background-size: cover;
    vertical-align: middle;
    margin-right: 5px;
}

.Header_Container .TopUnit .BtnWrap .RecruitBtn a {
    background-color: #26c28c;
}

.Header_Container .TopUnit .BtnWrap .RecruitBtn a::before {
    content: "";
    display: inline-block;
    width: 22px;
    height: 25px;
    background-image: url(../images/recruit_icon.png);
    background-size: cover;
    vertical-align: middle;
    margin-right: 5px;
}


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

    .Header_Container {
        border-bottom: 0;
        background-color: rgba(51, 51, 51, 0.6);
    }

    .Header_Container .ContentWrap {
        padding: 10px 20px;
    }

    .Header_Container .TopUnit {
        margin-bottom: 0;
    }

    .Header_Container .TopUnit .MainTitle a {
        font-size: 18px;
        color: #ffffff;
    }

    .Header_Container .TopUnit .MainTitle a span {
        font-size: 12px;
    }

    .Header_Container .TopUnit .IconWrap {
        display: block;
        float: right;
        padding-top: 4px;
        padding-right: 30px;
        font-size: 0;
    }

    .Header_Container .TopUnit .IconWrap .IconBox {
        display: inline-block;
        vertical-align: middle;
    }

    .Header_Container .TopUnit .IconWrap .IconBox:first-child {
        width: 32%;
        margin-right: 15px;
    }

    .Header_Container .TopUnit .IconWrap .IconBox:last-child {
        width: 28%;
    }

    .Header_Container .TopUnit .IconWrap .IconBox a {
        display: block;
    }

    .Header_Container .TopUnit .IconWrap .IconBox a img {
        width: 100%;
    }

    .Header_Container .TopUnit .BtnWrap {
        display: none;
    }
    
}

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

    .Header_Container .ContentWrap {
        padding: 10px 12px;
    }

    .Header_Container .TopUnit .MainTitle a {
        padding-left: 36px;
    }

    .Header_Container .TopUnit .MainTitle a::before {
        width: 34px;
        height: 32px;
    }

    .Header_Container .TopUnit .IconWrap {
        padding-right: 24px;
    }

    .Header_Container .TopUnit .IconWrap .IconBox:first-child {
        width: 28%;
    }

    .Header_Container .TopUnit .IconWrap .IconBox:last-child {
        width: 26%;
    }

}


/*===== main_navigation =====*/

.MainNav_Wrap ul li {
    float: left;
    width: 20%;
    text-align: center;
}


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

    .MainNav_Wrap {
        display: none;
    }

}

/*===== sp_navigation =====*/

.SpNav_Wrap {
    display: none;
}


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

    .toggle {
        width: 67px;
        height: 67px;
        background-color: #14b590;
        position: fixed;
        top: 0;
        right: 0;
        z-index: 9999;
    }

    .toggle span {
        width: 38px;
        height: 2px;
        background-color: #ffffff;
        position: absolute;
        left: 0;
        right: 0;
        margin: auto;
        top: 22px;
        transition: 0.7s;
    }

    .toggle span:nth-child(2) {
        top: 32.5px;
    }

    .toggle span:nth-child(3) {
        top: 43.5px;
    }

    .toggle.active span:nth-child(1) {
        transform: translateY(8px) rotate(-45deg);
    }
    
    .toggle.active span:nth-child(2) {
        opacity: 0;
    }
    
    .toggle.active span:nth-child(3) {
        transform: translateY(-12px) rotate(45deg);
    }

    .SpNav_Wrap {
        width: 100%;
        height: 100%;
        position: fixed;
        top: 0;
        left: 0;
        background-color: #ffffff;
        z-index: 9998;
		overflow: scroll;
    	-ms-overflow-style: none;
    }
	
	.SpNav_Wrap::-webkit-scrollbar {
		display: none;
		-webkit-appearance: none;
	}

    .SpNav_Wrap .MainTitle {
        max-width: 170px;
        margin: 0 auto;
        padding: 25px 0 30px;
    }

    .SpNav_Wrap .MainTitle a {
        display: block;
        font-size: 18px;
        position: relative;
        padding-left: 45px;
    }
    
    .SpNav_Wrap .MainTitle a::before {
        content: "";
        display: block;
        width: 40px;
        height: 38px;
        background-image: url(../images/mainlogo.png);
        background-size: cover;
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        margin: auto;
    }
    
    .SpNav_Wrap .MainTitle a span {
        display: block;
        font-size: 12px;
    }

    .SpNav_Wrap ul {
        padding: 0 20px;
        text-align: center;
        margin-bottom: 20px;
    }

    .SpNav_Wrap ul li {
        margin-bottom: 20px;
    }

    .SpNav_Wrap ul li a {
        display: block;
        font-size: 16px;
        padding: 15px 0;
        color: #00a693;
        border-bottom: 1px solid #00a693;
        position: relative;
    }

    .SpNav_Wrap ul li:nth-child(2) a::before,
    .SpNav_Wrap ul li:nth-child(3) a::before,
    .SpNav_Wrap ul li:nth-child(4) a::before,
    .SpNav_Wrap ul li:nth-child(5) a::before {
        content: "";
        display: block;
        width: 0;
        height: 0;
        border-left: 5px solid #00a693;
        border-top: 6px solid transparent;
        border-bottom: 5px solid transparent;
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        margin: auto;
    }

    .SpNav_Wrap ul li:nth-child(1) a {
        display: block;
        padding: 20px 0;
        color: #ffffff;
        background-color: #00a693;
        border-bottom: 0;
        border-radius: 15px;
        position: relative;
    }

    .SpNav_Wrap ul li:nth-child(1) a::before {
        content: "";
        display: inline-block;
        width: 35px;
        height: 32px;
        background-image: url(../images/reserve_icon.png);
        background-size: cover;
        vertical-align: middle;
        margin-right: 5px;
    }

    .SpNav_Wrap ul li:nth-child(4),
    .SpNav_Wrap ul li:nth-child(6) {
        float: left;
        width: 48%;
    }

    .SpNav_Wrap ul li:nth-child(5),
    .SpNav_Wrap ul li:nth-child(7) {
        float: right;
        width: 48%;
    }

    .SpNav_Wrap ul li:nth-child(4),
    .SpNav_Wrap ul li:nth-child(5) {
        margin-bottom: 30px;
    }

    .SpNav_Wrap ul li:nth-child(4) a,
    .SpNav_Wrap ul li:nth-child(5) a {
        color: #26c28c;
        border-bottom: 1px solid #26c28c;
    }

    .SpNav_Wrap ul li:nth-child(6) {
        clear: both;
    }

    .SpNav_Wrap ul li:nth-child(6) a,
    .SpNav_Wrap ul li:nth-child(7) a {
        font-size: 14px;
        padding: 20px 0;
        color: #ffffff;
        background-color: #00a693;
        border-radius: 15px;
    }

    .SpNav_Wrap ul li:nth-child(6) a {
        background-color: #26c28c;
    }

    .SpNav_Wrap ul li:nth-child(6) a::before {
        content: "";
        display: block;
        width: 22px;
        height: 25px;
        background-image: url(../images/recruit_icon.png);
        background-size: cover;
        vertical-align: middle;
        margin-bottom: 10px;
        margin: 0 auto 10px;
    }

    .SpNav_Wrap ul li:nth-child(7) a {
        padding: 22px 0;
    }

    .SpNav_Wrap ul li:nth-child(7) a::before {
        content: "";
        display: block;
        width: 29px;
        height: 21px;
        background-image: url(../images/mail_icon.png);
        background-size: cover;
        vertical-align: middle;
        margin: 0 auto 10px;
    }

    .SpNav_Wrap .TelWrap {
        padding: 0 20px 40px;
		clear: both;
    }

    .SpNav_Wrap .TelWrap dt {
        display: block;
        color: #00a693;
    }

    .SpNav_Wrap .TelWrap dt span {
        display: block;
        font-size: 14px;
    }

    .SpNav_Wrap .TelWrap dt a {
        font-size: 24px;
        color: #00a693;
    }

    .SpNav_Wrap .TelWrap dd {
        font-size: 14px;
        color: #00a693;
    }
    
}

/*=====  Footer =====*/

.Footer_Container {
    background-color: #f3f9f9;
	clear: both;
}

.Footer_Container .ContentWrap {
    padding: 40px 20px;
}

.Footer_Container .TopUnit {
    margin-bottom: 30px;
}


.Footer_Container .TopUnit .MainTitle {
    float: left;
    font-size: 20px;
    margin-right: 20px;
    padding-left: 45px;
    position: relative;
}

.Footer_Container .TopUnit .MainTitle::before {
    content: "";
    display: block;
    width: 40px;
    height: 38px;
    background-image: url(../images/mainlogo.png);
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
}

.Footer_Container .TopUnit .MainTitle span {
    display: block;
    font-size: 12px;
}

.Footer_Container .TopUnit .SnsIconWrap {
    float: left;
    font-size: 0;
}

.Footer_Container .TopUnit .SnsIconWrap .IconUnit {
    width: 20%;
    display: inline-block;
    font-size: 0;
    margin-right: 15px;
}

.Footer_Container .TopUnit .SnsIconWrap .IconUnit img {
    width: 100%;
}

.Footer_Container .UnderUnit .LeftBox {
    float: left;
}

.Footer_Container .UnderUnit .LeftBox .AddressWrap {
    margin-bottom: 30px;
}

.Footer_Container .UnderUnit .LeftBox .AddressWrap dt {
    font-size: 16px;
    margin-bottom: 10px;
}

.Footer_Container .UnderUnit .LeftBox .AddressWrap dt::before {
    content: "■";
}

.Footer_Container .UnderUnit .LeftBox .AddressWrap dd {
    font-size: 14px;
}

.Footer_Container .UnderUnit .LeftBox .AddressWrap dd span {
    font-size: 18px;
}

.Footer_Container .UnderUnit .RightBox {
    float: right;
    width: 65%;
}

.Footer_Container .UnderUnit .RightBox .FootNav li {
    float: left;
    font-size: 14px;
    width: 30%;
    margin-right: 2%;
    padding-left: 2%;
    margin-bottom: 10px;
    position: relative;
}

.Footer_Container .UnderUnit .RightBox .FootNav li::before {
    content: "・";
    position: absolute;
    top: 0;
    left: 0;
}

.Footer_Container .UnderUnit .RightBox .FootNav li:nth-child(3n) {
    margin-right: 0;
}

.CopyTxt {
    text-align: center;
    font-size: 12px;
    padding: 5px 0;
    color: #ffffff;
    background-color: #00a693;
}


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

    .Footer_Container .ContentWrap {
        padding: 40px 20px;
    }

    .Footer_Container .TopUnit .MainTitle {
        float: none;
        max-width: 130px;
        margin: 0 auto 20px;
    }

    .Footer_Container .TopUnit .SnsIconWrap {
        float: none;
        text-align: center;
    }

    .Footer_Container .TopUnit .SnsIconWrap .IconUnit {
        width: 10%;
    }

    .Footer_Container .UnderUnit .LeftBox .AddressWrap:last-child {
        margin-bottom: 60px;
    }

    .Footer_Container .UnderUnit .RightBox {
        width: 100%;
    }

    .Footer_Container .UnderUnit .RightBox .FootNav li {
        width: 44%;
        margin-bottom: 20px;
        padding-left: 4%;
    }

    .Footer_Container .UnderUnit .RightBox .FootNav li:nth-child(3n) {
        margin-left: 2%;
        margin-left: 0;
    }

    .Footer_Container .UnderUnit .RightBox .FootNav li:nth-child(3n) {
        margin-right: 2%;
    }

}