@charset "UTF-8";
/* CSS Document */
html {
    font-size: 62.5%;
}
body {
    width: 100%;
    height: 100%;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 1.6rem;
    letter-spacing: 0.05em;
    color: #333333;
}



/* ------------------------------------- /
/   header
/* ------------------------------------- */
.header {
    position: fixed;
    top: 0;
    width: 100%;
    height: 120px;
    background-color: rgba(255,255,255,1);
    z-index: 1999;
}
.header .nav_box {
    position: relative;
    max-width: 1080px;
    margin: 0 auto;
}
.header .header_logo {
    position: absolute;
    top: 12px;
    left: 0;
    max-width: 220px;
}
.header .header_logo2 {
    position: absolute;
    top: 12px;
    left: 0;
    max-width: 250px;
}
.header .header_logo3 {
    position: absolute;
    top: 12px;
    left: 0;
    max-width: 200px;
}
.header .header_logo img,
.header .header_logo2 img,
.header .header_logo3 img{
    width: 100%;
}
.header .sns_tel{
    position: absolute;
    top: 20px;
    right: 5%;
    z-index: 2000;
}
.header .sns_tel ul{
    padding-left: 20px;
    background-image: url(../img/top/icon_tel.png);
    background-repeat: no-repeat;
    background-size: 22px;
    background-position: left center;
}
.header .sns_tel li{
    position: relative;
    margin-left: 25px;
    display: inline-block;
    vertical-align: middle;
    font-size: 1.4rem;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    color: #eb6100;
}
.header .sns_tel li span{
    font-size: 1.2rem;
    font-family: 'Montserrat', sans-serif;
    color: #333333;
}
.header .sns_tel li:after{
    position: absolute;
    content: '';
    top: 2px;
    right: -15px;
    width: 1px;
    height: 15px;
    background-color: #eb6100;
}
.header .sns_tel li:last-child:after{
    content: none;
}
@media (max-width: 1024px){
.header .header_logo,
.header .header_logo2,
.header .header_logo3 {
    left: 20px;
}
}
@media (max-width: 768px){
.header {
    height: 80px;
}
.header .header_logo,
.header .header_logo2,
.header .header_logo3 {
    top: 17px;
    left: 20px;
}
.header .sns_tel{
    display: none;
}
}


.top_slide {
    margin-top: 120px;
    border-top: 7px solid #0068b7;
    border-bottom: 7px solid #0068b7;
}
.top_slide ul.slide li img{
    width: 100%;
}
@media (max-width: 768px){
.top_slide {
    margin-top: 80px;
}
}


/* ------------------------------------- /
/   Content
/* ------------------------------------- */
.inner {
    max-width: 1080px;
    margin: 0 auto;
}
.flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.flex3 {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
@media (max-width: 1024px){
.inner {
    padding: 0 20px;
}
}

.more_btn {
    width: 150px;
}
.more_btn a{
    position: relative;
    display: block;
    width: 100%;
    font-size: 1.8rem;
    font-weight: 700;
    color: #0068b7;
}
.more_btn a:before{
    position: absolute;
    content: '';
    right: 0;
    bottom: 5px;
    width: 33px;
    height: 8px;
    background-image: url(../img/top/arrow.png);
    background-size: 33px;
}
.more_btn a:hover{
    color: #eb6100;
    transition: 0.3s;
}
.more_btn a:hover:before{
    background-image: url(../img/top/arrow_on.png);
    transition: 0.3s;
}

/* --- タイトル --- */
.title p{
    font-size: 1.8rem;
    font-family: 'Montserrat', sans-serif;
    color: #eb6100;
}
.title h2{
    font-size: 3.6rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    color: #0068b7;
}
.title2 {
    margin-bottom: 80px;
}
.title2 p{
    margin-bottom: 5px;
    font-size: 1.8rem;
    font-family: 'Montserrat', sans-serif;
    color: #eb6100;
    text-align: center;
}
.title2 h2{
    font-size: 3.6rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    color: #0068b7;
    text-align: center;
}
.title3 {
    margin-bottom: 80px;
}
.title3 p{
    margin-bottom: 5px;
    font-size: 1.8rem;
    font-family: 'Montserrat', sans-serif;
    color: #eb6100;
}
.title3 h2{
    font-size: 3.6rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    color: #0068b7;
}
.title3 h2 br{
    display: none;
}
@media (max-width: 480px){
.title3 {
    margin-bottom: 50px;
}
.title3 h2 br{
    display: block;
}
}


/* ------------------------------------- /
/   top_news_area
/* ------------------------------------- */
.top_news_area {
    padding: 100px 0 50px;
}
.top_news_area .facebook_box{
    padding: 0 50px;
    width: 50%;
}
.top_news_area .news_box{
    padding: 0 50px;
    width: 50%;
}
.top_news_area .news_box .flex{
    margin-bottom: 60px;
    align-items: flex-end;
}
.top_news_area .news_box dl{
    margin-bottom: 30px;
    overflow: hidden;
}
.top_news_area .news_box dl dt{
    position: relative;
    margin-bottom: 5px;
    font-size: 1.2rem;
    font-family: 'Montserrat', sans-serif;
    color: #eb6100;
}
.top_news_area .news_box dl dd{
    font-size: 1.4rem;
    letter-spacing: 0.05em;
}
.top_news_area .news_box dl dd a:hover{
    color: #0068b7;
    transition: 0.3s;
}

/* トップ お知らせ tag */
.top_news_area .news_box dl dt span{
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    padding: 4px 0;
    width: 110px;
    font-size: 1rem;
    line-height: 1;
    color: #fff;
    text-align: center;
    border-radius: 5px;
}
.top_news_area .news_box dl dt span.lightbody{
    background-color: #0068b7;
}
.top_news_area .news_box dl dt span.lightbodyneo{
    background-color: #5E8DDD;
}
.top_news_area .news_box dl dt span.showtime{
    background-color: #EB6100;
}
/* トップ お知らせ tag */

@media (max-width: 768px){
.top_news_area .facebook_box{
    padding: 0 20px;
}
.top_news_area .news_box{
    padding: 0 20px;
}
}
@media (max-width: 480px){
.top_news_area .facebook_box{
    margin-bottom: 30px;
    padding: 0;
    width: 100%;
    overflow: auto;
}
.top_news_area .news_box{
    padding: 0;
    width: 100%;
}
}


/* ------------------------------------- /
/   youtube_area
/* ------------------------------------- */
.youtube_area {
    padding: 70px 0;
}
.youtube_area .youtube {
    max-width: 700px;
    margin: 0 auto;
}
.youtube_area .youtube .youtube_inner {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
}
.youtube_area .youtube .youtube_inner iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
}


/* ------------------------------------- /
/   concept_area
/* ------------------------------------- */
.concept_area {
    padding: 100px 0 70px;
    background-image: url(../img/top/concept_bk2.jpg);
    background-repeat: repeat;
    background-size: 31px;
}
.concept_area .txt {
    max-width: 800px;
    margin: 0 auto;
}
.concept_area .txt h3{
    margin-bottom: 80px;
    font-size: 2.8rem;
    text-align: center;
}
.concept_area .txt p{
    font-size: 1.5rem;
    line-height: 1.8;
}
.concept_area .down{
    width: 136px;
    margin: 80px auto 0;
}
.concept_area .down img{
    width: 100%;
}


/* ------------------------------------- /
/   shopinfo_area
/* ------------------------------------- */
.shopinfo_area {
    padding: 100px 0;
}
.shopinfo_area .shopinfo_box {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.shopinfo_area .shopinfo_box .shop {
    position: relative;
    width: 31%;
    padding-bottom: 80px;
}
.shopinfo_area .shopinfo_box .shop > img{
    width: 100%;
    margin-bottom: 30px;
}
.shopinfo_area .shopinfo_box .shop > a.shop_img_sp {
	display: none;
}

.shopinfo_area .shopinfo_box .shop > a > img{
    width: 100%;
    margin-top: 30px;
}
.shopinfo_area .shopinfo_box .shop h3{
    margin-bottom: 20px;
    padding-bottom: 20px;
    font-size: 2.1rem;
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
    color: #eb6100;
    text-align: center;
    border-bottom: 7px double #0068b7;
}
.shopinfo_area .shopinfo_box .shop p{
    font-size: 1.5rem;
    line-height: 2;
    text-align: center;
}
.shopinfo_area .shopinfo_box .shop p span{
    color: #0068b7;
}
.shopinfo_area .shopinfo_box .shop a.shop_button{
    position: absolute;
    bottom: 0;
    display: block;
    width: 100%;
    padding: 15px 0;
    font-size: 1.5rem;
    color: #fff;
    text-align: center;
    background-color: #eb6100;
    border-radius: 5px;
}
.shopinfo_area .shopinfo_box .shop a:hover{
    background-color: #0068b7;
    transition: 0.3s;
}
@media (max-width: 480px){
.shopinfo_area .shopinfo_box .shop {
    width: 100%;
    margin-bottom: 50px;
}

.shopinfo_area .shopinfo_box .shop > a.shop_img_pc {
	display: none;
}
.shopinfo_area .shopinfo_box .shop > a.shop_img_sp {
	display: block;
	width: 100%;
}
}




/* ------------------------------------- /
/   image
/* ------------------------------------- */
.image {
    height: 300px;
    background-image: url(../img/top/image1_bk.jpg);
    background-size: cover;
    background-position: center;
}
.image2 {
    height: 300px;
    background-image: url(../img/top/image2_bk.jpg);
    background-size: cover;
    background-position: center;
}
.image3 {
    height: 300px;
    background-image: url(../img/top/image3_bk.jpg);
    background-size: cover;
    background-position: center;
}
.image4 {
    height: 300px;
    background-image: url(../img/top/image4_bk.jpg);
    background-size: cover;
    background-position: center;
}
.image5 {
    height: 300px;
    background-image: url(../img/top/image5_bk.jpg);
    background-size: cover;
    background-position: center;
}
@media (max-width: 768px){
.image,
.image2,
.image3,
.image4,
.image5 {
    height: 150px;
}
}


/* ------------------------------------- /
/   equipment_area
/* ------------------------------------- */
.equipment_area {
    padding: 100px 0 70px;
}
.equipment_area .txt {
    max-width: 800px;
    margin: 0 auto 80px;
}
.equipment_area .txt h3{
    margin-bottom: 80px;
    font-size: 2.8rem;
    text-align: center;
}
.equipment_area .txt p{
    font-size: 1.5rem;
    line-height: 1.8;
}
.equipment_area .gallery {
}
.equipment_area .gallery h4 {
    margin-bottom: 50px;
    display: flex;
    align-items: center;
    font-size: 2.8rem;
    font-weight: 700;
}
.equipment_area .gallery h4:before,
.equipment_area .gallery h4:after {
    content: "";
    height: 7px;
    flex-grow: 1;
    border-top: 7px double #0068b7;
}
.equipment_area .gallery h4:before {
    margin-right: 5rem;
}
.equipment_area .gallery h4:after {
    margin-left: 5rem;
}
.equipment_area .gallery h5 {
    position: relative;
    margin-bottom: 50px;
    padding-bottom: 20px;
    font-size: 1.8rem;
    font-weight: 700;
    text-align: center;
}
.equipment_area .gallery h5:before {
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 50px;
    height: 2px;
    background-color: #eb6100;
}
.equipment_area .gallery ul,
.equipment_area .gallery ul.clm4{
    margin-bottom: 60px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.equipment_area .gallery ul li{
    width: 32%;
}
.equipment_area .gallery ul.clm4:before,
.equipment_area .gallery ul.clm4:after{
    content: '';
    display: block;
    width: 23.5%;
    height: 0;
}
.equipment_area .gallery ul.clm4:before{
    order: 1;
}
.equipment_area .gallery ul.clm4 li{
    width: 23.5%;
    margin-bottom: 30px;
}
.equipment_area .gallery ul li img{
    width: 100%;
    height: auto;
}
.equipment_area .gallery ul.oter li{
    width: 32%;
    margin-bottom: 30px;
}
.equipment_area .gallery ul li p{
    font-size: 1.5rem;
    line-height: 1.8;
    text-align: center;
}
@media (max-width: 480px){
.equipment_area .gallery h4:before {
    margin-right: 1rem;
}
.equipment_area .gallery h4:after {
    margin-left: 1rem;
}
.equipment_area .gallery ul li{
    width: 48%;
    margin-bottom: 20px;
}
.equipment_area .gallery ul.clm4 li{
    width: 48%;
    margin-bottom: 20px;
}
.equipment_area .gallery ul.oter li{
    width: 48%;
    margin-bottom: 20px;
}
}
@media (max-width: 320px){
.equipment_area .gallery h4 {
    margin-bottom: 50px;
    display: flex;
    align-items: center;
    font-size: 2.4rem;
    font-weight: 700;
}
}


/* ------------------------------------- /
/   price_area
/* ------------------------------------- */
.price_area {
    padding: 100px 0 70px;
    background-image: url(../img/top/concept_bk2.jpg);
    background-repeat: repeat;
    background-size: 31px;
}
.price_area .txt {
    max-width: 800px;
    margin: 0 auto 80px;
}
.price_area .txt p{
    font-size: 1.5rem;
    line-height: 1.8;
    text-align: center;
}
.price_area .txt img{
    margin: 20px auto 0;
}
.price_area p.note{
    margin-top: 30px;
    font-size: 1.5rem;
    line-height: 1.8;
    text-align: center;
}
.price_area .box{
    padding: 55px;
    width: 48%;
    background-color: #fff;
    border-radius: 5px;
    -moz-box-shadow: 5px 5px 10px 1px rgba(0, 0, 0, 0.18);
    -webkit-box-shadow: 5px 5px 10px 1px rgba(0, 0, 0, 0.18);
    -ms-box-shadow: 5px 5px 10px 1px rgba(0, 0, 0, 0.18);
    box-shadow: 5px 5px 10px 1px rgba(0, 0, 0, 0.18);
}
.price_area .box2,
.price_area .box3{
    padding: 55px;
    width: 100%;
    background-color: #fff;
    border-radius: 5px;
    -moz-box-shadow: 5px 5px 10px 1px rgba(0, 0, 0, 0.18);
    -webkit-box-shadow: 5px 5px 10px 1px rgba(0, 0, 0, 0.18);
    -ms-box-shadow: 5px 5px 10px 1px rgba(0, 0, 0, 0.18);
    box-shadow: 5px 5px 10px 1px rgba(0, 0, 0, 0.18);
}
.price_area .box2 ul li{
    width: 32%;
    font-size: 1.5rem;
    text-align: center;
}
.price_area .box3 ul li{
    width: 22%;
    font-size: 1.5rem;
    text-align: center;
}
.price_area .box2 ul li span.big,
.price_area .box3 ul li span.big{
    font-size: 2.4rem;
    font-weight: 700;
    color: #0068b7;
}
.price_area .box2 ul li span.small,
.price_area .box3 ul li span.small{
    font-size: 1.5rem;
    color: #0068b7;
}
.price_area .box2 ul li span.small2,
.price_area .box3 ul li span.small2{
    font-size: 1.3rem;
}
.price_area .box .sub_title,
.price_area .box2 .sub_title,
.price_area .box3 .sub_title{
    margin-bottom: 30px;
}
.price_area .box .sub_title p,
.price_area .box2 .sub_title p,
.price_area .box3 .sub_title p{
    margin-bottom: 5px;
    font-size: 1.4rem;
    font-family: 'Montserrat', sans-serif;
    color: #eb6100;
    text-align: center;
}
.price_area .box .sub_title h3,
.price_area .box2 .sub_title h3,
.price_area .box3 .sub_title h3{
    font-size: 2.5rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-align: center;
}
.price_area .box table.price01,
.price_area .box table.price02{
    width: 100%;
}
.price_area .box table.price01 th{
    width: 50%;
    padding: 5px 0;
    font-size: 1.5rem;
}
.price_area .box table.price02 th{
    width: 50%;
    padding: 20px 0;
    font-size: 1.5rem;
}
.price_area .box table.price01 th span,
.price_area .box table.price02 th span{
    font-size: 1.3rem;
}
.price_area .box table.price01 td,
.price_area .box table.price02 td{
    width: 50%;
    padding: 5px 0;
    font-size: 1.5rem;
}
.price_area .box table.price01 td span,
.price_area .box table.price02 td span{
    font-size: 2.4rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    color: #0068b7;
}

.price_area .plan_box{
    margin-top: 50px;
    padding: 60px 55px;
    width: 100%;
    background-color: #fff;
    border-radius: 5px;
    -moz-box-shadow: 5px 5px 10px 1px rgba(0, 0, 0, 0.18);
    -webkit-box-shadow: 5px 5px 10px 1px rgba(0, 0, 0, 0.18);
    -ms-box-shadow: 5px 5px 10px 1px rgba(0, 0, 0, 0.18);
    box-shadow: 5px 5px 10px 1px rgba(0, 0, 0, 0.18);
}
.price_area .plan_box .sub_title{
    margin-bottom: 50px;
}
.price_area .plan_box .sub_title p{
    margin-bottom: 5px;
    font-size: 1.4rem;
    font-family: 'Montserrat', sans-serif;
    color: #eb6100;
    text-align: center;
}
.price_area .plan_box .sub_title h3{
    font-size: 2.8rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-align: center;
}
.price_area .plan_box .txtbox{
    width: 32%;
}
.price_area .plan_box .txtbox h4{
    margin-bottom: 20px;
    padding-bottom: 20px;
    font-size: 1.8rem;
    font-weight: 700;
    text-align: center;
    border-bottom: 7px double #0068b7;
}
.price_area .plan_box .txtbox p{
    padding: 0 10px;
    font-size: 1.5rem;
    line-height: 1.8;
}
.price_area .plan_box .txt {
    margin-bottom: 0;
}
.price_area .plan_box .txt p{
    font-size: 1.5rem;
    line-height: 1.8;
    text-align: left;
}


.price_area .box2 .tBox,
.price_area .box3 .tBox {
    width: 48%;
}
.price_area .box2 .tBox table,
.price_area .box3 .tBox table {
    width: 100%;
}
.price_area .box2 .tBox table th,
.price_area .box3 .tBox table th{
    width: 50%;
    padding: 20px 0;
    font-size: 1.5rem;
}
.price_area .box2 .tBox table span,
.price_area .box3 .tBox table span{
    font-size: 1.3rem;
}
.price_area .box2 .tBox table td,
.price_area .box3 .tBox table td{
    width: 50%;
    padding: 5px 0;
    font-size: 1.5rem;
}
.price_area .box2 .tBox table td span,
.price_area .box3 .tBox table td span{
    font-size: 2.4rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    color: #0068b7;
}
.price_area .box2 .tBox p,
.price_area .box3 .tBox p{
    font-size: 1.3rem;
    line-height: 1.8;
}


@media (max-width: 768px){
.price_area .box{
    margin-bottom: 30px;
    padding: 30px 20px;
    width: 100%;
}
.price_area .box2,
.price_area .box3{
    padding: 30px 20px;
    width: 100%;
}
.price_area .plan_box .txtbox h4{
    font-size: 1.6rem;
}
.price_area .box2 .tBox,
.price_area .box3 .tBox {
    width: 100%;
}
}
@media (max-width: 480px){
.price_area .box table.price01 th,
.price_area .box table.price02 th{
    display: block;
    width: 100%;
    padding: 20px 0 0;
}
.price_area .box table.price01 td,
.price_area .box table.price02 td{
    display: block;
    width: 100%;
    padding: 5px 0 10px;
    text-align: right;
    border-bottom: 1px solid #eb6100;
}
.price_area p.note{
    text-align: left;
}
.price_area .box2 ul li,
.price_area .box3 ul li{
    width: 100%;
    padding: 15px 0;
    border-bottom: 1px solid #eb6100;
}
.price_area .box2 .tBox table th,
.price_area .box3 .tBox table th{
    display: block;
    width: 100%;
    padding: 20px 0 0;
}
.price_area .box2 .tBox table td,
.price_area .box3 .tBox table td{
    display: block;
    width: 100%;
    padding: 5px 0 10px;
    text-align: right;
    border-bottom: 1px solid #eb6100;
}
.price_area .plan_box{
    margin-top: 50px;
    padding: 30px 20px;
    width: 100%;
    background-color: #fff;
    border-radius: 5px;
    -moz-box-shadow: 5px 5px 10px 1px rgba(0, 0, 0, 0.18);
    -webkit-box-shadow: 5px 5px 10px 1px rgba(0, 0, 0, 0.18);
    -ms-box-shadow: 5px 5px 10px 1px rgba(0, 0, 0, 0.18);
    box-shadow: 5px 5px 10px 1px rgba(0, 0, 0, 0.18);
}
.price_area .plan_box .txtbox{
    width: 100%;
    margin-bottom: 30px;
}
}


/* ------------------------------------- /
/   staff_area
/* ------------------------------------- */
.staff_area {
    padding: 100px 0 70px;
}
.staff1_bk {
    background-image: url(../img/top/staff_bk.jpg);
    background-size: cover;
    background-position: center;
}
.staff2_bk {
    background-image: url(../img/top/staff2_bk.jpg);
    background-size: cover;
    background-position: center;
}
.staff3_bk {
    background-image: url(../img/top/staff3_bk.jpg);
    background-size: cover;
    background-position: center;
}
.staff_area .flex{
    max-width: 700px;
    margin: 0 auto;
}
.staff_area .flex2{
    max-width: 1080px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.staff_area .box{
    width: 320px;
    background-color: #fff;
    border-radius: 10px;
    overflow: hidden;
}
.staff_area .box2,
.staff_area .box3{
    width: 320px;
    background-color: #fff;
    border-radius: 10px;
    overflow: hidden;
}
.staff_area .box img,
.staff_area .box2 img,
.staff_area .box3 img{
    width: 100%;
}
.staff_area .box .txt,
.staff_area .box2 .txt,
.staff_area .box3 .txt{
    padding: 30px 20px;
}
.staff_area .box .txt h3,
.staff_area .box2 .txt h3,
.staff_area .box3 .txt h3{
    margin-bottom: 20px;
    font-size: 2.1rem;
}
.staff_area .box .txt h3 span,
.staff_area .box2 .txt h3 span,
.staff_area .box3 .txt h3 span{
    font-size: 1.5rem;
    line-height: 1.8;
    color: #eb6100;
}
.staff_area .box .txt p,
.staff_area .box2 .txt p,
.staff_area .box3 .txt p{
    font-size: 1.5rem;
    line-height: 1.8em;
}
@media (max-width: 480px){
.staff_area .box,
.staff_area .box2,
.staff_area .box3{
    width: 100%;
    margin-bottom: 30px;
}
}


/* ------------------------------------- /
/   access_area
/* ------------------------------------- */
.access_area {
    padding: 100px 0 0;
}
.access_area .flex{
    margin-bottom: 80px;
}
.access_area .img{
    width: 60%;
}
.access_area .img img{
    width: 100%;
}
.access_area .add{
    width: 36%;
}
.access_area .add h3{
    margin-bottom: 50px;
    font-size: 1.8rem;
    color: #0068b7;
}
.access_area .add dl{
    margin-bottom: 20px;
    overflow: hidden;
}
.access_area .add dl dt{
    font-size: 1.3rem;
    color: #0068b7;
}
.access_area .add dl dd{
    font-size: 1.5rem;
    line-height: 1.8;
}
.access_area .add dl dd a{
    color: #333333;
}
.access_area .gmap iframe{
    vertical-align: bottom;
}
@media (max-width: 768px){
.access_area .flex{
    margin-bottom: 50px;
}
.access_area .img{
    width: 100%;
    margin-bottom: 30px;
}
.access_area .add{
    width: 100%;
}
}


/* ------------------------------------- /
/   parking_area    22.04.04 update
/* ------------------------------------- */
.parking_area {
    padding: 0px 0 10px;
}
.parking_area .txt {
    max-width: 800px;
    margin: 0 auto 80px;
}
.parking_area .txt p{
    font-size: 1.5rem;
    line-height: 1.8;
}
.parking_area .gallery {
}
.parking_area .gallery h5 {
    position: relative;
    margin-bottom: 50px;
    padding-bottom: 20px;
    font-size: 1.8rem;
    font-weight: 700;
    text-align: center;
}
.parking_area .gallery h5:before {
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 50px;
    height: 2px;
    background-color: #eb6100;
}
.parking_area .gallery ul,
.parking_area .gallery ul.clm4{
    margin-bottom: 60px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.parking_area .gallery ul li{
    width: 32%;
}
.parking_area .gallery ul.clm4:before,
.parking_area .gallery ul.clm4:after{
    content: '';
    display: block;
    width: 23.5%;
    height: 0;
}
.parking_area .gallery ul.clm4:before{
    order: 1;
}
.parking_area .gallery ul.clm4 li{
    width: 23.5%;
    margin-bottom: 30px;
}
.parking_area .gallery ul li img{
    width: 100%;
    height: auto;
}
.parking_area .gallery ul.oter li{
    width: 32%;
    margin-bottom: 30px;
}
.parking_area .gallery ul li p{
    font-size: 1.5rem;
    line-height: 1.8;
    text-align: center;
}
@media (max-width: 480px){
.parking_area .gallery ul li{
    width: 90%;
    margin-bottom: 20px;
}
.parking_area .gallery ul.clm4 li{
    width: 90%;
    margin-bottom: 20px;
}
.parking_area .gallery ul.oter li{
    width: 90%;
    margin-bottom: 20px;
}
}


/* ------------------------------------- /
/   top_contact_area
/* ------------------------------------- */
.top_contact_area {
    padding: 100px 0 70px;
}
.contact_bk {
    background-image: url(../img/top/contact_bk.jpg);
    background-size: cover;
    background-position: center;
}
.contact2_bk {
    background-image: url(../img/top/contact2_bk.jpg);
    background-size: cover;
    background-position: center;
}
.contact3_bk {
    background-image: url(../img/top/contact3_bk.jpg);
    background-size: cover;
    background-position: center;
}
.top_contact_area .contact_box{
    padding: 75px 0;
    background-color: #fff;
    border-radius: 10px;
}
.top_contact_area .contact_box p{
    font-size: 1.5rem;
    line-height: 1.8;
    text-align: center;
}
.top_contact_area .contact_box p.tel{
    padding-left: 40px;
    width: 350px;
    margin: 0 auto 50px;
    font-size: 3.6rem;
    font-weight: 700;
    line-height: 1.8;
    text-align: center;
    color: #eb6100;
    background-image: url(../img/top/icon_tel2.png);
    background-repeat: no-repeat;
    background-size: 40px;
    background-position: left center;
}
.top_contact_area .contact_box p.tel a{
    font-size: 3.6rem;
    font-weight: 700;
    line-height: 1.8;
    text-align: center;
    color: #eb6100;
    background-color: none;
}
.top_contact_area .contact_box .contact_btn a{
    display: block;
    max-width: 550px;
    padding: 20px 0;
    margin: 0 auto 40px;
    font-size: 2.1rem;
    color: #fff;
    text-align: center;
    background-color: #eb6100;
    border-radius: 10px;
}
.top_contact_area .contact_box .contact_btn a:hover{
    background-color: #0068b7;
    transition: 0.3s;
}
.top_contact_area .contact_box .contact_btn2 a{
    display: block;
    max-width: 550px;
    padding: 20px 0;
    margin: 0 auto 5px;
    font-size: 1.6rem;
    color: #fff;
    text-align: center;
    background-color: #eb6100;
    border-radius: 10px;
}
.top_contact_area .contact_box .contact_btn2 a:hover{
    background-color: #0068b7;
    transition: 0.3s;
}
@media (max-width: 480px){
.top_contact_area .contact_box{
    padding: 30px 20px;
}
.top_contact_area .contact_box p{
    text-align: left;
}
.top_contact_area .contact_box p.tel{
    width: 250px;
    font-size: 2.6rem;
}
.top_contact_area .contact_box p.tel a{
    font-size: 2.6rem;
}
}
@media (max-width: 320px){
.top_contact_area .contact_box .contact_btn a{
    font-size: 1.6rem;
}
.top_contact_area .contact_box p.tel{
    width: 250px;
    font-size: 2.6rem;
}
.top_contact_area .contact_box p.tel a{
    font-size: 2.6rem;
}
}


/* ------------------------------------- /
/   お知らせ
/* ------------------------------------- */
.news_mainimg {
    margin-top: 120px;
    height: 300px;
    background-image: url(../img/lower/news_mainimg.jpg);
    background-size: cover;
    background-position: center;
    border-top: 7px solid #0068b7;
    border-bottom: 7px solid #0068b7;
}
@media (max-width: 768px){
.news_mainimg {
    height: 150px;
}
}

/*  news_area
/* ------------------------------------- */
.news_area {
    padding: 100px 0 70px;
}
.news_area .news_box table{
    width: 100%;
}
.news_area .news_box tr{
    border-bottom: 1px dashed #cccccc;
}
.news_area .news_box th{
    padding: 30px 0;
    font-size: 1.2rem;
    font-family: 'Montserrat', sans-serif;
    color: #eb6100;
    vertical-align: middle;
}
.news_area .news_box td{
    padding-left: 1em;
    vertical-align: middle;
}
.news_area .news_box td a{
    font-size: 1.3rem;
    line-height: 1.8;
    color: #333333;
}
.news_area .news_box td a:hover{
    color: #0068b7;
}
.news_area .news_box td img{
    width: 33px;
}

.news_area .news_box .pagination{
    margin-top: 50px;
    width: 100%;
}
.news_area .news_box .pagination ul{
    text-align: center;
}
.news_area .news_box .pagination ul li{
    display: inline-block;
    margin: 0 5px;
}
.news_area .news_box .pagination ul li a{
    display: block;
    padding: 15px 0;
    width: 46px;
    height: 46px;
    font-size: 1.4rem;
    line-height: 1;
    color: #fff;
    background-color: #b6d4ff;
    border-radius: 50%;
}
.news_area .news_box .pagination ul li a:hover{
    background-color: #eb6100;
    transition: 0.3s;
}
.news_area .news_box .pagination ul li.active a{
    background-color: #0068b7;
}

/* お知らせ　tag */
.news_area .news_box td.tag{
    width: 200px;
    text-align: center;
}
.news_area .news_box td.tag span{
    display: inline-block;
    width: 110px;
    padding: 5px 0;
    font-size: 1rem;
    line-height: 1;
    font-family: 'Montserrat', sans-serif;
    color: #fff;
    text-align: center;
    border-radius: 5px;
}
.news_area .news_box td span.lightbody{
    background-color: #0068B7;
}
.news_area .news_box td span.lightbodyneo{
    background-color: #5E8DDD;
}
.news_area .news_box td span.showtime{
    background-color: #EB6100;
}
@media (max-width: 768px){
.news_area .news_box td.tag{
    padding: 20px 0 5px;
    width: 50%;
    text-align: right;
}
}
/* お知らせ　tag */

@media (max-width: 768px){
.news_area .news_box th{
    display: inline-block;
    padding: 30px 0 0;
    width: 100%;
}
.news_area .news_box td{
    display: inline-block;
    padding: 0 0 10px;
    width: 100%;
}
.news_area .news_box td:last-child{
    padding: 0 0 30px;
}
.news_area .news_box td img{
    margin-left: auto;
}
}


/*  news_details_area
/* ------------------------------------- */
.news_details_area {
    padding: 100px 0 70px;
}
.news_details_area .news_box{
    max-width: 800px;
    margin: 0 auto;
}
.news_details_area .news_box img{
    margin-bottom: 90px;
    width: 100%;
    border-radius: 10px;
}
.news_details_area .title2 {
    margin-bottom: 80px;
}
.news_details_area .title2 h1{
    font-size: 3.6rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    color: #0068b7;
    text-align: center;
}
.news_details_area .news_box h2{
    margin-bottom: 40px;
    padding: 3px 0 3px 30px;
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 1;
    border-left: 7px solid #0068b7;
}
.news_details_area .news_box h3{
    margin-bottom: 40px;
    padding: 3px 0 10px;
    font-size: 1.8rem;
    color: #0068b7;
    border-bottom: 1px dashed #cccccc;
}
.news_details_area .news_box p{
//    margin-bottom: 70px;
    font-size: 1.5rem;
    line-height: 1.8;
}
.news_details_area .news_box p a{
    color: #0068b7;
    text-decoration: underline;
}
.news_details_area .news_box p a:hover{
    color: #eb6100;
    transition: 0.3s;
}

.news_details_area .previousnext {
    width: 100%;
}
.news_details_area .previousnext ul{
    display: flex;
    justify-content: space-between;
    text-align: center;
}
.news_details_area .previousnext ul li:nth-child(1) a,
.news_details_area .previousnext ul li:nth-child(3) a{
    display: block;
    padding: 15px 0;
    width: 46px;
    height: 46px;
    font-size: 1.4rem;
    line-height: 1;
    color: #fff;
    background-color: #0068b7;
    border-radius: 50%;
}
.news_details_area .previousnext ul li:nth-child(2) a{
    display: block;
    padding: 15px 30px;
    font-size: 1.8rem;
    line-height: 1;
    color: #fff;
    background-color: #0068b7;
    border-radius: 30px;
}
.news_details_area .previousnext ul li a:hover{
    background-color: #eb6100;
    transition: 0.3s;
}

.news_details_area .relation_box {
    max-width: 800px;
    margin: 0 auto 80px;
}
.news_details_area .relation_box .box{
    width: 48%;
}
.news_details_area .relation_box .box .sub_title{
    margin-bottom: 50px;
}
.news_details_area .relation_box .box .sub_title h3{
    padding-bottom: 5px;
    font-size: 2.8rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-align: center;
    border-bottom: 1px solid #0068b7;
}
.news_details_area .relation_box .box ul li{
    padding: 10px 0;
    border-bottom: 1px dashed #ccc;
}
.news_details_area .relation_box .box ul li a{
    position: relative;
    padding-left: 20px;
    font-size: 1.5rem;
    color: #0068b7;
}
.news_details_area .relation_box .box ul li a:hover{
    color: #eb6100;
    transition: 0.3s;
}
.news_details_area .relation_box .box ul li a:before{
    position: absolute;
    content: '▶';
    top: 0;
    left: 0;
    font-size: 1.5rem;
    color: #333;
}
@media (max-width: 480px){
.news_details_area .relation_box .box{
    width: 100%;
    margin-bottom: 50px;
}
.news_details_area .relation_box .box:last-child{
    margin-bottom: 0;
}
}


/* ------------------------------------- /
/   ライトボディ
/* ------------------------------------- */
.lower_mainimg_1,
.lower_mainimg_2,
.lower_mainimg_3 {
    position: relative;
    margin-top: 120px;
    height: 300px;
    background-size: cover;
    background-position: center;
    border-top: 7px solid #0068b7;
    border-bottom: 7px solid #0068b7;
}
.lower_mainimg_1 {
    background-image: url(../img/lower/lower_mainimg_1.jpg);
}
.lower_mainimg_2 {
    background-image: url(../img/lower/lower_mainimg_2.jpg);
}
.lower_mainimg_3 {
    background-image: url(../img/lower/lower_mainimg_3.jpg);
}
.lower_mainimg_1 h2,
.lower_mainimg_2 h2,
.lower_mainimg_3 h2{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    width: 450px;
    font-size: 4.8rem;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    line-height: 1.2;
    color: #fff;
    text-align: center;
}
.lower_mainimg_1 h2 span,
.lower_mainimg_2 h2 span,
.lower_mainimg_3 h2 span{
    font-size: 2.1rem;
    font-weight: 400;
}
@media (max-width: 768px){
.lower_mainimg_1,
.lower_mainimg_2,
.lower_mainimg_3 {
    margin-top: 80px;
    height: 150px;
}
}
@media (max-width: 480px){
.lower_mainimg_1 h2,
.lower_mainimg_2 h2,
.lower_mainimg_3 h2{
    max-width: 450px;
    width: 100%;
    font-size: 3.8rem;
}
}


/* ------------------------------------- /
/   ショータイム
/* ------------------------------------- */
.show_time {
    padding: 100px 0 0;
}
.show_time .img {
    width: 48%;
}
.show_time .img img{
    width: 100%;
    border-radius: 10px;
}
.show_time .txt {
    width: 48%;
    padding-top: 50px;
}
.show_time .txt h3{
    margin-bottom: 50px;
    font-size: 1.8rem;
    font-weight: 700;
    color: #0068b7;
}
.show_time .txt p{
    font-size: 1.5rem;
    line-height: 1.8;
}

.show_time_bk {
    padding: 100px 0;
    background-image: url(../img/top/concept_bk2.jpg);
    background-repeat: repeat;
    background-size: 31px;
}
.show_time_bk h4 {
    margin-bottom: 50px;
    display: flex;
    align-items: center;
    font-size: 2.8rem;
    font-weight: 700;
}
.show_time_bk h4:before,
.show_time_bk h4:after {
    content: "";
    height: 7px;
    flex-grow: 1;
    border-top: 7px double #0068b7;
}
.show_time_bk h4:before {
    margin-right: 5rem;
}
.show_time_bk h4:after {
    margin-left: 5rem;
}

.show_time_bk .txt {
    max-width: 800px;
    margin: 0 auto;
}
.show_time_bk .txt h3{
    margin-bottom: 50px;
    font-size: 2.4rem;
    font-weight: 700;
    color: #eb6100;
    text-align: center;
}
.show_time_bk .txt p{
    font-size: 1.5rem;
    line-height: 1.8;

}
.show_time_bk ul{
    max-width: 800px;
    margin: 0 auto;
}
.show_time_bk ul li{
    max-width: 300px;
    margin: 0 auto 30px;
}
.show_time_bk ul li img{
    width: 100%;
    border-radius: 10px;
}
.show_time_bk ul li p{
    margin-top: 10px;
    font-size: 1.5rem;
    text-align: center;
}

@media (max-width: 480px){
.show_time .img {
    width: 100%;
    order: 2;
}
.show_time .txt {
    padding-top: 0;
    margin-bottom: 30px;
    width: 100%;
    order: 1;
}
.show_time_bk .txt h3{
    margin-bottom: 30px;
    font-size: 2.2rem;
    text-align: left;
}
}




/* ------------------------------------- /
/   お問合わせ
/* ------------------------------------- */
.contact_mainimg {
    margin-top: 120px;
    height: 300px;
    background-image: url(../img/lower/contact_mainimg.jpg);
    background-size: cover;
    background-position: center;
    border-top: 7px solid #0068b7;
    border-bottom: 7px solid #0068b7;
}
@media (max-width: 768px){
.contact_mainimg {
    height: 150px;
}
}


/*  contact_area
/* ------------------------------------- */
.contact_area {
    padding: 100px 0 70px;
}
.contact_area .txt {
    margin-bottom: 70px;
}
.contact_area .txt p{
    font-size: 1.5rem;
    line-height: 1.8;
    text-align: center;
}
.contact_area .txt p.tel{
    padding-left: 40px;
    width: 400px;
    margin: 40px auto 0;
    font-size: 3.6rem;
    font-weight: 700;
    line-height: 1.8;
    text-align: center;
    color: #eb6100;
    background-image: url(../img/top/icon_tel2.png);
    background-repeat: no-repeat;
    background-size: 40px;
    background-position: left center;
}
.contact_area .txt p.tel a{
    font-size: 3.6rem;
    font-weight: 700;
    line-height: 1.8;
    text-align: center;
    color: #eb6100;
    background-color: none;
}

.contact_area .contact_block{

}
.contact_area .contact_block table{
    width: 100%;
}
.contact_area .contact_block th{
    padding: 15px 0;
    vertical-align: top;
}
.contact_area .contact_block th:nth-child(1){
    width: 150px;
    font-size: 1.3rem;
}
.contact_area .contact_block th:nth-child(2){
    width: 50px;
    font-size: 1.3rem;
    color: #0068b7;
}
.contact_area .contact_block td{
    padding: 15px 0;
}
.contact_area .contact_block td input{
    padding: 3px 5px;
    width: 100%;
    font-size: 1.5rem;
    background-color: #e6e6e6;
    border: 1px solid #e6e6e6;
}
.contact_area .contact_block td textarea{
    padding: 3px 5px;
    width: 100%;
    font-size: 1.5rem;
    background-color: #e6e6e6;
    border: 1px solid #e6e6e6;
}
.contact_area .contact_block .submit_button{
    display: block;
    padding: 10px 0;
    margin: 50px auto 0;
    width: 200px;
    font-size: 1.8rem;
    font-weight: 700;
    color: #fff;
    text-align: center;
    background-color: #0068b7;
    border: 1px solid #0068b7;
    border-radius: 30px;
}
.contact_area .contact_block .submit_button:hover{
    background-color: #eb6100;
    border: 1px solid #eb6100;
    transition: 0.3s;
}
@media (max-width: 480px){
.contact_area .txt p{
    text-align: left;
}
.contact_area .txt p.tel{
    width: 300px;
    font-size: 3.0rem;
}
.contact_area .txt p.tel a{
    font-size: 3.0rem;
}
.contact_area .contact_block th{
    display: inline-block;
    padding: 15px 0 0;
}
.contact_area .contact_block td{
    display: inline-block;
    width: 100%;
}
}


/*  完了ページ
/* ------------------------------------- */
.thankyou {
    padding: 100px 0 70px;
    max-width: 800px;
    margin: 0 auto;
}
.thankyou .thankyou_title h2{
    margin-bottom: 30px;
    font-size: 2.4rem;
    font-weight: 700;
    color: #0068b7;
    text-align: center;
}
.thankyou .thankyou_txt p{
    font-size: 1.5rem;
    line-height: 1.8;
    text-align: center;
}
.thankyou .thankyou_txt a{
    display: block;
    font-size: 1.5rem;
    line-height: 1.8;
    text-align: center;
    text-decoration: underline;
    color: #0068b7;
}
.thankyou .thankyou_txt a:hover{
    color: #eb6100;
    transition: 0.3s;
}
@media (max-width: 480px){
.thankyou {
    padding: 100px 20px 70px;
}
.thankyou .thankyou_title h2{
    line-height: 1.3;
    text-align: left;
}
.thankyou .thankyou_txt p{
    text-align: left;
}
}


/* ------------------------------------- /
/   footer
/* ------------------------------------- */
.footer {
    padding: 70px 0 0;
    border-top: 7px solid #0068b7;
}
.footer .logo{
    width: 70px;
    margin: 0 auto 40px;
}
.footer .logo img{
    width: 100%;
}
.footer .sns{
    width: 80px;
    margin: 0 auto 40px;
}
.footer .sns ul{
    display: flex;
    justify-content: space-between;
}
.footer .sns ul li{
    width: 32px;
}
.footer .sns ul li img{
    width: 100%;
}
.footer .add {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 40px;
}
.footer .add p{
    font-size: 1.5rem;
    line-height: 1.8;
    text-align: center;
}
.footer .footer_menu {
    margin-bottom: 40px;
}
.footer .footer_menu ul{
    text-align: center;
}
.footer .footer_menu ul li{
    display: inline-block;
    padding: 0 25px;
    line-height: 1;
    border-right: 1px solid #0068b7;
}
.footer .footer_menu ul li:last-child{
    border-right: none;
}
.footer .footer_menu ul li a{
    font-size: 1.6rem;
    text-align: center;
    color: #333333;
}
.footer .footer_menu ul li a:hover{
    color: #0068b7;
    transition: 0.3s;
}
.footer .copy {
    margin-bottom: 10px;
}
.footer .copy p{
    font-size: 1.3rem;
    text-align: center;
    color: #999999;
}
.footer .copy p a{
    color: #999999;
}
.footer .copy p a:hover{
    color: #0068b7;
}
@media (max-width: 768px){
.footer .add {
    justify-content: center;
}
.footer .add p{
    margin-bottom: 30px;
}
.footer .footer_menu ul li{
    padding: 0 15px;
}
}
@media (max-width: 480px){
.footer .footer_menu ul li{
    padding: 0 20px;
    margin: 8px 0;
}
}


/*---------------------------------  /
/*  page-top
/*--------------------------------- */
#page-top{
    width: 44px;
    display: none;
    position: fixed;
    right: 0;
    bottom: 30px;
    z-index: 9999;
}
#page-top img{
    width: 100%;
}
#move-page-top{
    display: block;
    cursor: pointer;
}
#move-page-top:hover{
    opacity: 0.7;
    transition: 0.3s;
}
@media (max-width: 480px){
#page-top{
    bottom: 50px;
    width: 30px;
}
}

.youtube_wrap_m{
	max-width:760px;
	width:100%;
	margin: 40px auto 20px;
}
.youtube_wrap{
	background-color:white;
	margin: 5px 5px 0;
	border-radius: 10px;
	
	padding-top: 56.25%;
	width: 100%;
	position: relative;
}

.youtube_wrap iframe{
    padding: 20px;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
}


.cla1 {
	border-radius: 10px 0px 0px 10px !important;
}
.cla2 {
	border-radius: 0 10px 10px 0 !important;
}

@media (max-width: 680px){
	.cla1 {
		border-radius: 10px !important;
		margin-bottom: 30px;
	}
	.cla2 {
		border-radius: 10px !important;
	}
}

