/* ===================================================================
   CONTENTS
=================================================================== */
/* トップページ */
.top_body {}

.main_area {
    position: relative;
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
}

.sp-mask {
    min-height: 850px;
}

@media screen and (max-width: 1025px) {
    .sp-mask {
        min-height: inherit;
    }
}

.sp-slide img {
    opacity: 0.7;
}

.sp-slide.sp-selected img {
    opacity: 1;
}

#slider {
    width: 100%;
    position: relative;
    z-index: 1;
}

#slider img {
    width: 100%;
    height: auto;
}

#slider .sp-arrows {
    left: 0;
    margin-top: 0;
    top: 0;
    width: 100%;
}

@media screen and (max-width: 1025px) {
    .main_area {
        margin: 52px auto 0;
        height: auto;
    }

    #slider {
        position: relative;
    }

    #slider .sp-arrows {
        top: 45%;
    }
}

@media screen and (max-width: 640px) {
    #slider .sp-arrows {
        top: 25%;
    }
}

#slider .sp-arrow {
    height: 60px;
    transition: all 0.2s ease 0s;
    width: 50%;
}

#slider .sp-arrow:hover {
    opacity: 0.6;
}

#slider .sp-arrow::before {
    background: rgba(0, 0, 0, 0) url(../img/slider_prev.png) no-repeat scroll 0 center;
    height: 100%;
    left: 100%;
    top: 0;
    transform: none;
    width: 50px;
}

#slider .sp-arrow::after {
    display: none;
}

#slider a {
    transition: all 0.2s ease 0s !important;
}

#slider .sp-previous-arrow {
    left: -500px;
    top: 200px;
}

#slider .sp-next-arrow {
    right: -500px;
    top: 200px;
}

@media screen and (max-width: 1025px) {
    #slider .sp-mask {
       
    }

    .sp-slide img {
        max-width: 100%;
        height: auto;
    }

    #slider .sp-next-arrow:before,
    #slider .sp-previous-arrow:before {
        background-size: 60%;
    }

    #slider .sp-next-arrow {
        right: -45%;
        top: 0;
    }

    #slider .sp-previous-arrow {
        left: -45%;
        top: 0;
    }
}









.top_catch_txt {
    position: absolute;
    top: 6%;
    left: 6%;
    z-index: 1;
    font-weight: bold;
    font-size: 5rem;
}

.top_catch_txt span {
  color: #fff;
  margin-bottom: 30px;
  font-size: 8.4rem;
  font-weight: 800;
  text-shadow:  2px  2px 10px #1a1814; ,
               -2px  2px 10px #1a1814; ,
                2px -2px 10px #1a1814; ,
               -2px -2px 10px #1a1814;
    
padding: 10px;
font-family:neue-haas-grotesk-display,sans-serif;
}



.top_catch_txt2 {
    position: absolute;
    top: 14%;
    left: 6%;
    z-index: 1;
    font-weight: bold;
    font-size: 5rem;
}

.top_catch_txt2 span {
  color: #fff;
  margin-bottom: 30px;
  font-size: 40px;
  font-weight: 800;
  text-shadow:  2px  2px 10px #1a1814; ,
               -2px  2px 10px #1a1814; ,
                2px -2px 10px #1a1814; ,
               -2px -2px 10px #1a1814;
    
padding: 10px;
}






@media screen and (max-width: 480px) {
	
	.top_catch_txt {
    position: absolute;
    top: 2%;
    left: 6%;
    z-index: 1;
    font-weight: bold;
    font-size: 5rem;
	line-height:30px;
}

.top_catch_txt span {
	display:block;
  color: #fff;
  margin-bottom: 30px;
  font-size: 8.4rem;
  font-weight: 800;
  text-shadow:  2px  2px 10px #1a1814; ,
               -2px  2px 10px #1a1814; ,
                2px -2px 10px #1a1814; ,
               -2px -2px 10px #1a1814;
    
padding: 10px;
font-family:neue-haas-grotesk-display,sans-serif;}



.top_catch_txt2 {
    position: absolute;
    top: 3.6%;
    left: 6%;
    z-index: 1;
    font-weight: bold;
    font-size: 5rem;
}

.top_catch_txt2 span {
  color: #fff;
  margin-bottom: 30px;
  font-size: 20px;
  font-weight: 800;
  text-shadow:  2px  2px 10px #1a1814; ,
               -2px  2px 10px #1a1814; ,
                2px -2px 10px #1a1814; ,
               -2px -2px 10px #1a1814;
    
padding: 10px;
}

}





.foot_parent {font-size:18px;}


.foot_parent:before {
    content: '';
    display: inline-block;
    width: 0;
    height: 0;
    margin-right: 4px;
    margin-left: 4px;
    border: transparent solid 5px;
    border-left-color: #09C;
    vertical-align: 4px;
}

.foot_child {padding-left:50px;font-size:14px; }










.wrapper-fade .fade {
    transition: none;
}

.wrapper-fade .fade.show {
    transition: all .5s ease;

}


.fade {
    opacity: 0;
    transition: all .5s ease;
}

.fade.show {
    opacity: 1;
    transform: none;
}


.fade--up {
    transform: translate(0, 100px);
}

@media screen and (max-width: 767px) {
	.top_cat { width: 100% !important;}
	}
	
	
.top_cat {
    width: 1150px;
    margin: 0 auto 20px;
    border-bottom: 1px solid #e7e7e7;
	 padding: 0 20px 0 20px;
}



.top_cat li.onhover {
    opacity: 0.7;
    transition: opacity 0.3s;
}

.top_cat li {
    width: 24%;
    text-align: center;
    padding-bottom: 25px;
    transition: all 0.3s;
}

.top_cat li+li {
    /* border-left: 1px solid #e7e7e7; */
}

.top_cat li a {
   
    color: inherit;
    display: block;
    text-decoration: none;
}



.top_cat li.tc01 h2 {
    color: #333;
    font-size: 1.7rem;
    margin-bottom: 7px;
}



.top_cat li.tc02 h2 {
      color: #333;
    font-size: 1.7rem;
    margin-bottom: 7px;
}



.top_cat li.tc03 h2 {
    color: #333;
    font-size: 1.7rem;
    margin-bottom: 7px;
}



.top_cat li.tc04 h2 {
      color: #333;
    font-size: 1.7rem;
    margin-bottom: 7px;
}

.top_cat li.tc05 {
    border-top: 5px solid #ff9700;
}

.top_cat li.tc05 h2 {
    color: #ff9700;
    font-size: 2.0rem;
    margin-bottom: 7px;
}

.top_cat li.tc06 {
    border-top: 5px solid #8bc24a;
}

.top_cat li.tc06 h2 {
    color: #8bc24a;
    font-size: 2.0rem;
    margin-bottom: 7px;
}

.top_cat p {font-size:14px; min-height:100px;}

.wrap-top_cat {margin-top:36px;}

.fade.wrap-top_cat {
    opacity: 1;
}

.top_cat li.fade {
    position: relative;
}

.top_cat li.fade.tc01 *,
.top_cat li.fade.tc01::after {
    transition-delay: 0;
}

.top_cat li.fade.tc02 *,
.top_cat li.fade.tc02::after {
    transition-delay: 0.2s;

}

.top_cat li.fade.tc03 *,
.top_cat li.fade.tc03::after {
    transition-delay: 0.4s;
}

.top_cat li.fade.tc04 *,
.top_cat li.fade.tc04::after {
    transition-delay: 0.6s;
}

.top_cat li.fade.tc05 *,
.top_cat li.fade.tc05::after {
    transition-delay: 0.8s;
}


.top_cat li.fade.tc06 *,
.top_cat li.fade.tc06::after {
    transition-delay: 1s;
}



.facility_prof { border:1px #999999 solid; padding:10px;  background-color:#F5F5EB;  text-align:left; font-size:12px; margin-top:10px;}

.wlkb {margin-top:10px;}




.top_cat li.fade *,
.top_cat li.fade::after {
    transition: all 0.5s cubic-bezier(.39, .575, .565, 1);
}

.top_cat li.fade.show::after {
    left: 100%;
}

.top_cat li.fade.show img {
    transform: translateX(0px);
    opacity: 1;
	
}

.top_cat li.fade.show:hover img {
    transform: translateX(0px);
    opacity: 0.6;
	
}

.top_cat li.fade img {
    opacity: 0;
    transform: translateX(-50px);
}


.top_cat li.fade::after {
    opacity: 1;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    background-color: #ffffff;
}

@media screen and (max-width: 1300px) {
    .top_cat li a {
        font-size: 18px;
    }
}
@media screen and (max-width: 1025px) {
    .top_cat li {
        width: 100%;
        text-align: center;
        padding-bottom: 25px;
    }

    .top_cat li+li {
        border-left: 0px solid #e7e7e7;
    }

    .top_cat li.fade *,
    .top_cat li.fade::after {
        transition-delay: 0s !important;
    }
    .top_cat li a {
        font-size:inherit;
    }


    
}

.top_works {
    margin-bottom: 110px;
	margin-top:40px;
}

.slider {
    margin: 0 auto;
}

.slider li {
    margin: 0 18px;
}

.slider img {
    height: auto;
    max-width: 100%;
    margin: 0 auto;
}

/*slick setting*/
.slick-prev::before {
    content: '';
    background-image: url(../img/slider_prev.png);
    background-size: 19px 30px;
    width: 19px;
    height: 30px;
    opacity: 1 !important;
}

@media screen and (max-width: 1025px) {
    .top_works {
        margin-bottom: 50px;
    }

    .slider {
        margin: 0 auto;
        width: 100%;
    }
}


.top_impress {
    width: 94%;
    margin: 0 auto 80px;
}

.top_im_left {
    width: 50%;
}

.top_im_right {
    width: 46%;
}

.top_im_left img {
    max-width: 100%;
    height: auto;
    box-shadow: -10px 10px 0 0 #313131;
}

.top_im_right h2 {
    color: #252525;
    font-size: 2.6rem;
    margin-bottom: 30px;
}

@media screen and (max-width: 1025px) {
    .top_impress {
        margin: 0 auto 50px;
    }

    .top_im_left {
        width: 90%;
        text-align: center;
        margin: 0 auto 35px;
    }

    .top_im_right {
        width: 100%;
    }

    .top_im_right h2 {
        font-size: 2.2rem;
        margin-bottom: 30px;
    }
}



.top_works ul li {
    margin: 0 1px 0 0;
}

.top_works ul li img {
 
    margin: 0 auto;
}



.top_works ul li {
    transition: all 0.3s;
}

.top_works ul li:hover {
    opacity: 0.8;
}

.top_works ul li a:hover {
    opacity: 1;
}

.top_works ul li a {
    display: block;
    text-align: center;
    color: #FFF;
    text-decoration: none !important;
}

.link01 p a {
    background-color: #323641;
    padding: 25px 0;
}

.link02 p a {
    background-color: #36344a;
    padding: 25px 0;
}

.link03 p a {
    background-color: #075ba4;
    padding: 25px 0;
}

.link04 p a {
    background-color: #077e78;
    padding: 25px 0;
}

.link05 p a {
    background-color: #1d5041;
    padding: 25px 0;
}

.link06 p a {
    background-color: #aa242f;
    padding: 25px 0;
}

.link07 p a {
    background-color: #63262d;
    padding: 25px 0;
}

.link08 p a {
    background-color: #8e8371;
    padding: 25px 0;
}


.top_newsArea {
    margin: 0 auto 80px;
}

.top_newstitle {
    width: 80%;
    border-bottom: 1px solid #068cad;
    margin: 0 auto 35px;
    font-weight: bold;
}

.top_newstitle span {
    font-weight: bold;
    font-size: 3.0rem;
    display: inline-block;
    margin-right: 15px;
    color: #1fad58;
	margin-top:30px;
}

.top_news {
    width: 100%;
    padding: 12px 15px;
}

.top_news:nth-child(even) {
    background: #f2f2f2;
}

.top_news a {
    color: #313131;
    text-decoration: none;
}

.top_news dt {
    float: left;
}

.top_news dd {
    padding-left: 240px;
}

.top_news dt span {
    border: 1px solid #c5c5c5;
    margin-left: 10px;
    padding: 1px 5px;
    font-size: 1.4rem;
    line-height: 120%;
    display: inline-block;
}


.top-newslist__item--new dt::after {
    content: "NEW";
    display: inline-block;
    margin-left: 10px;
    font-size: 12px;
    color: #da5094;

}

@media screen and (max-width: 1025px) {
    .top_newsArea {
        margin: 0 auto 40px;
    }

    .top_newstitle {
        width: 100%;
        padding: 0 15px 0;
    }

    .top_news dt {
        float: none;
        width: 100%;
        display: block;
    }

    .top_news dd {
        padding-left: 0;
    }
}
/*コンタクト用*/
.form-notice{
    color:#dc143c;
}
.form-notice.is-hidden{
    display: none;
}
/*一覧ぺージ用*/

.newslist {
    display: flex;
    flex-wrap: nowrap;
    margin-bottom: 30px;
    justify-content: space-between;
}

.newslist__right {
    width: 25%;
}

.newslist__left {
    width: 72%;
}

.newslist__list {
    margin: 0 auto 80px;
}

.newslist__item {

    width: 100%;
    padding: 12px 15px;
}

.newslist__item--new dt::after {
    content: "NEW";
    display: inline-block;
    margin-left: 10px;
    font-size: 12px;
    color: #da5094;
}

.newslist__item:nth-child(even) {
    background: #f2f2f2;
}

.newslist__item dt {
    float: left;
}

.newslist__item dd {
    padding-left: 240px;
}

.newslist__title a {
    color: #313131;
    text-decoration: none;
}


.newslist__pagers {
    margin-bottom: 30px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.newslist__pager:hover {
    opacity: 0.8;
}

.newslist__pager {
    outline: none;
    margin: 0 10px 10px 0;
    background-color: #175eb0;
    padding: 5px;
    border-radius: 50%;
    border: none;
    width: 50px;
    height: 50px;
    color: #ffffff;
    transition: all 0.3s;
}

.newslist__pager.current {
    background-color: #999999;
}

.newslist__year {
    margin-bottom: 10px;
}

.newslist__year a::after {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 10px;
    border-top: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
    transform: rotate(45deg);
    content: "";
    width: 7px;
    height: 7px;
    margin: auto 0;
}

.newslist__year a {
    width: 100%;
    color: #ffffff;
    display: block;
    padding: 10px;
    text-decoration: none;
    margin-bottom: 10px;
    position: relative;
}

@media screen and (max-width: 1025px) {
    .newslist {
        display: block;
    }

    .newslist__left,
    .newslist__right {
        width: 100%;
    }

    .newslist__list {
        margin: 0 auto 40px;
    }
    .newslist__pagers {
        justify-content: flex-start;
    }


    .newslist__item dt {
        float: none;
        width: 100%;
        display: block;
    }

    .newslist__item dd {
        padding-left: 0;
    }

    .newslist .newslist__year a {
        margin: 0;
        width: 100%;
    }
}



.line-hr hr {
    height: 1px;
    margin-bottom: 40px;
    overflow: hidden;
    border: none;
    border-bottom: solid 4px #eee;
}

.noline-hr hr {
    height: 1px;
    margin-bottom: 40px;
    overflow: hidden;
    border: none;
}

body.wcedit_860096001602 {}


body.wcselect_860096001602 {
    width: 1150px;
}

body.wcarea_860096001602 {
    width: 1150px;
}

body.wcedit_860096001602 .sp-slides,
.wcselect_860096001602 .sp-slides,
.wcarea_860096001602 .sp-slides {
    background-image: url(common/img/001.jpg);
    background-repeat: no-repeat;

}

body.wcedit_860096001602 .sp-slide,
.wcselect_860096001602 .sp-slide,
.wcarea_860096001602 .sp-slide {
    display: block;
    height: 410px;
    position: relative;
    background-color: #FFF;
}

body[class*='wcedit_'] .sp-slides,
body[class*='wcselect_'] .sp-slides {
    max-height: 500px;
    overflow: auto;
}

body[class*='wcedit_'] .sp-slide img,
body[class*='wcarea_'] .sp-slide img,
body[class*='wcselect_'] .sp-slide img {
    opacity: 1 !important;
}


.wcselect_860096001602 .layout_horizon div {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    text-align: center;
    justify-content: space-between;
    width: 100%;
}

.wcselect_860096001602 .layout_horizon .hor02,
.wcselect_860096001602 .layout_horizon .hor03,
.wcselect_860096001602 .layout_horizon .hor04 {
    width: 100%;
}

.wcselect_860096001602 .layout_horizon.hor02 div div {
    width: 48%;
}

.wcselect_860096001602 .layout_horizon.hor03 div div {
    width: 31%;
}

.wcselect_860096001602 .layout_horizon.hor04 div div {
    width: 23%;
}

.wcselect_860096001602 .month_list>div {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    -moz-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    -o-flex-flow: row wrap;
    flex-flow: row wrap;
    justify-content: space-between;
}



body.wcedit_860096001602 .header_bt span {
    font-size: 14px;
    font-weight: normal;
    background: none;
}

body[class*='wcedit_'] .fade,
body[class*='wcarea_'] .fade,
body[class*='wcselect_'] .fade {
    opacity: 1 !important;
    transform: translate(0) !important;
}

.top_catch_txt p {
    /* text-shadow: 0px 0px 10px white; */
}



body[class*='wcedit_'] .top_cat li.fade img,
body[class*='wcarea_'] .top_cat li.fade img,
body[class*='wcselect_'] .top_cat li.fade img {
    transform: translateX(0) !important;
    opacity: 1 !important;
}

body[class*='wcedit_'] .top_cat li.fade::after,
body[class*='wcarea_'] .top_cat li.fade::after,
body[class*='wcselect_'] .top_cat li.fade::after {
    display: none !important;
}

body[class*='wcedit_'] .top_works ul li body[class*='wcselect_'] .top_works ul li {
    flex: 0 0 auto;
}

body[class*='wcedit_'] .top_works ul,
body[class*='wcselect_'] .top_works ul>div {
    display: flex;
    overflow: auto;
}



/**お知らせシステム用*/


body[class*="wcedit"] #detapick-block {
    margin-bottom: 20px;
}

body[class*='wcedit'] *[entry-date]::before {
    display: block;
    padding: 5px;
    color: #333;
    content: "設定したい日付をクリックするだけで、正しい形式の日付をコピーすることができます。テキスト編集画面が開きますのでそのまま右クリックで貼り付けボタンを押してください。";
}

body[class*='wcedit'] .entry-options,
body[class*='wcarea'] .entry-options,
body[class*='wcselect'] .entry-options {
    display: block !important;
    border: 1px solid #cccccc;
    background-color: #ffffff;
    padding: 20px;
    margin-bottom: 20px;
}

body[class*='wcedit'] .entry-options::before,
body[class*='wcarea'] .entry-options::before,
body[class*='wcselect'] .entry-options::before {
    position: relative;
    display: block;
    content: "エリア編集画面で、下のブロックを表示,非表示を切り替えることでTOPぺージのお知らせに表示する際のオプションを設定できます。";
    margin-bottom: 40px;
    padding-bottom: 10px;
    line-height: 1.6;
    font-weight: bold;
    font-size: 20px;
    border-bottom: 2px solid #07609c;

}



body[class*='wcedit_'] .entry-category,
body[class*='wcarea_'] .entry-category {
    display: block;
    color: #07609c;
    font-size: 14px;
    font-weight: bold;
    margin: 20px 0;
}

body[class*='wcedit_'] .entry-category::before,
body[class*='wcarea_'] .entry-category::before {
    display: inline;
    content: "カテゴリー名(基本的には変更しない):  ";
    font-size: 12px;
    color: #999999;

}



body[class*='wcedit'] *[entry-option*="display"],
body[class*='wcarea'] *[entry-option*="display"],
body[class*='wcselect'] *[entry-option*="display"],
body[class*='wcedit'] *[entry-option="link"],
body[class*='wcarea'] *[entry-option="link"],
body[class*='wcselect'] *[entry-option="link"] {
    display: block !important;
    margin-bottom: 30px;
}

body[class*='wcedit'] *[entry-option*="display"]::before,
body[class*='wcarea'] *[entry-option*="display"]::before,
body[class*='wcselect'] *[entry-option*="display"]::before,
body[class*='wcedit'] *[entry-option="link"]::before,
body[class*='wcarea'] *[entry-option="link"]::before,
body[class*='wcselect'] *[entry-option="link"]::before {
    color: #07609c;
    font-weight: bold;
    font-weight: bold;
    display: block;
    position: relative;
    white-space: pre;
    font-size: 16px;
    margin-bottom: 5px;
}

body[class*='wcedit'] *[entry-option*="display"]::after,
body[class*='wcarea'] *[entry-option*="display"]::after,
body[class*='wcselect'] *[entry-option*="display"]::after,
body[class*='wcedit'] *[entry-option="link"]::after,
body[class*='wcarea'] *[entry-option="link"]::after,
body[class*='wcselect'] *[entry-option="link"]::after {
    padding: 20px;
    font-size: 14px;
    font-weight: bold;
    display: block;
    position: relative;
    white-space: pre;
    background-color: #07609c;
    border-radius: 4px;
    color: #ffffff;
    box-shadow: 0 0 3px #333;
}

body[class*='wcedit'] *[entry-option*="display"]::before,
body[class*='wcarea'] *[entry-option*="display"]::before,
body[class*='wcselect'] *[entry-option*="display"]::before {
    content: "表示,非表示";
}

body[class*='wcedit'] *[entry-option="link"]::before,
body[class*='wcarea'] *[entry-option="link"]::before,
body[class*='wcselect'] *[entry-option="link"]::before {
    content: "リンクの有無";
}

body[class*='wcedit'] *[entry-option*="display"]::after,
body[class*='wcarea'] *[entry-option*="display"]::after,
body[class*='wcselect'] *[entry-option*="display"]::after {
    content: "□ 表示にすると、TOPのお知らせ欄に、この記事が表示されます";
}

body[class*='wcedit'] *[entry-option="link"]::after,
body[class*='wcarea'] *[entry-option="link"]::after,
body[class*='wcselect'] *[entry-option="link"]::after {
    content: "□ 表示にすると、TOPのお知らせ欄に、この記事へのリンクがつきます。";
	
}








.tpcatch01 { font-size:36px;}
.tpcatch02 { font-size:60px;}
.tpcatch03 { font-size:20px;}


@media screen and (max-width: 480px) {
.tpcatch01 { font-size:18px !important;} 
.tpcatch03 { font-size:12px !important; line-height:50%;}

}




@media screen and (max-width: 1025px) {
.youtube iframe { height:200px;}
 
 .privacy {display:none !important;}
 
 .top_works {margin-top:20px;}
 
 
 
}


.foottit {font-size:18px; margin-bottom:20px;}


.topcatalog {background-image:url(../img/mv.jpg);  background-size: cover;
  background-position: center; height:336px; margin-bottom:40px;
  text-align: center;margin: 0 auto;}
  
 .topcatalog_txt {
	color: #ffffff;
	background-color: rgba(0,113,187,0.8);
	padding:20px;
}
  
.topcatalog img {max-width: 765px;text-align: center;margin: 0 auto;display: block;padding-top: 50px;}
  
  .topcatalog_botan
  {
    display: flex;
    justify-content: center;
	 flex-wrap: wrap;
    align-items: center;
    width: 220px;
    height: 50px;
    margin: 10px auto 0;
    font-size: 14px;
    color: #7b828e;
    background-color: #fff;
    transition: .4s ease-in-out;
	
	 padding: 8px 19px;
     
    background: #ffffff;
    border: solid 1px #7b828e;
    }
	
	
	.topcatalog_botan a {text-decoration:none; color:#333;}
	



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

.topcatalog { height:230px;}
.topcatalog img {max-width:340px; padding-top:0px;}
.topcatalog_txt {font-size:11px; padding:10px;}
.topcatalog_botan {margin-top:15px;}
}

/* .header_bt li { padding-right:26px; border-right:solid 1px #CCCCCC;} */

.head_contact {  background-color: #8cc63f;}
.head_blog {background-color:#1fad58;text-align: center; color:#FFF;}
.head_contact a {color:#FFF !important; display:table-cell;}
.head_blog a {color:#FFF !important;}




@media(max-width: 480px){
.background2 {display:none;}
iframe {width:100%;}

}




.header_bt_menu {
	list-style-type:none;
}
.header_bt_menu > li {
	display:inline-block;
	
	position:relative;
}
.header_bt_menu > li > ul {
	display:none;
}
.header_bt_menu > li:hover ul {
	display:block;
	position:absolute;
	padding:0;
	margin:0;
	left:0;
	list-style-type:none;
	z-index:1000;
	width:450px;
	line-height:40px;
	background:#FFF;
	padding-bottom:20px;
	
	
}



.header_bt_menu > li:hover ul li { font-size:14px;}


.header_bt_menu > li:hover ul li{
position:relative;
}
.header_bt_menu > li:hover ul li::before {
background: #8cc63f;
content: "";
z-index: 1;
height: 2px;
position: absolute;
left: 0;
right: 0;
bottom: -5px;
transform: scale(0, 1);
transform-origin: right center 0;
-webkit-transform: 1s cubic-bezier(0.23, 1, 0.32, 1);
transition: transform 1s cubic-bezier(0.23, 1, 0.32, 1);
}
.header_bt_menu > li:hover ul li:hover::before{
transform: scale(1, 1);
transform-origin: left center 0;
}





#newsArea dt{
	background:url(../img/arrow_gray.png) no-repeat 12px center;
	float:left;
	padding:0 0 0 28px;
}
#newsArea dd{
	border-bottom:1px #cccccc dotted;
	padding:0 0 10px 30px;
	margin:0 0 12px 0;
}
#newsArea dd .txt{
	display:inline-block;
	margin-bottom:10px;

}


@media screen and (max-width: 767px) {
		#newsArea dt{ display: contents;}
	#newsArea dd { padding-left:50px;}
	
	}

.f01 {
	color: #FFF;
	font-size: 12px;
	
	line-height: 1;
	padding: 0.4em 1.4em 0.3em;
	top: 5px;
	right: 25px;
	border-radius: 16px;
	background-color:#f44236;
}

.f02 {
	color: #FFF;
	font-size: 12px;
	
	line-height: 1;
	padding: 0.4em 1.4em 0.3em;
	top: 5px;
	right: 25px;
	border-radius: 16px;
	background-color:#009788;
}

.f03 {
	color: #FFF;
	font-size: 12px;
	
	line-height: 1;
	padding: 0.4em 1.4em 0.3em;
	top: 5px;
	right: 25px;
	border-radius: 16px;
	background-color:#2196f3;
}

.f04 {
	color: #FFF;
	font-size: 12px;
	
	line-height: 1;
	padding: 0.4em 1.4em 0.3em;
	top: 5px;
	right: 25px;
	border-radius: 16px;
	background-color:#ea1e63;
}

.f05 {
	color: #FFF;
	font-size: 12px;
	
	line-height: 1;
	padding: 0.4em 1.4em 0.3em;
	top: 5px;
	right: 25px;
	border-radius: 16px;
	background-color:#ff9700;
}

.f06 {
	color: #FFF;
	font-size: 12px;
	
	line-height: 1;
	padding: 0.4em 1.4em 0.3em;
	top: 5px;
	right: 25px;
	border-radius: 16px;
	background-color:#8bc24a;
}
.f07 {
	color: #FFF;
	font-size: 12px;
	
	line-height: 1;
	padding: 0.4em 1.4em 0.3em;
	top: 5px;
	right: 25px;
	border-radius: 16px;
	background-color:#66C;
}

.newstxt01 { position:relative;left:200x;}

@media screen and (max-width: 1025px) {
	.spnone { display:none;}
	.head_contact { line-height:20px;}
	.head_blog { line-height:20px;}
	.header_bt_menu > li:hover ul {width:110%; font-size:11px; line-height:20px; padding-left:1px;}
	.topcome {padding:20px;}
	.mt100 {padding-bottom:10px;}
	 }


.mt30 { padding-top:30px;}


.mt100 { padding-top:50px; padding-bottom:30px;}


@media screen and (max-width: 1025px) {
	
	.mt100 {padding-bottom:10px;}
	 }
	 
	 
.top_seo_maintitle {
    display: block;
    font-size: 35px;
    font-weight: normal;
    color: #1fad58;
   font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
    letter-spacing: 8px;
    line-height: 1;
    margin-bottom: 18px;
}



.top_seo_subtitle {
    display: block;
    font-size: 16px;
    color: #6A78B2;
    font-weight: bold;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
    line-height: 1;
}





.top_seo_maintitle2 {
    display: block;
    font-size: 35px;
    font-weight: normal;
    color:#333;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
    letter-spacing: 8px;
    line-height: 1;
    margin-bottom: 18px;
}



.top_seo_subtitle2 {
    display: block;
    font-size: 18px;
    color: #666;
    font-weight: bold;
   font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
    line-height: 1;
	padding-bottom:30px;
}



.design01 {padding:10px; background-color:#F2EEDF;}

.design02 {padding:10px; background-color:rgba(1,159,232,0.55);}


.box-018 {
    position: relative;
    max-width: 1025px;
    margin: 0 auto;
    padding: 1em calc(1.5em + 9px);
    border-top: 1px solid #2589d0;
    border-bottom: 1px solid #2589d0;
    color: #333;
   
    background-color: rgb(250 252 255 / 55%);
}
@media screen and (max-width: 480px) {
 .box-018 {margin-bottom: 20px;} }

@media screen and (min-width: 1001px) {
 .box-018 {margin-bottom: 80px;} }

.box-018::before,
.box-018::after {
    position: absolute;
    width: 1px;
    top: 50%;
    transform: translateY(-50%);
    height: calc(100% + 20px);
    background-color: #2589d0;
    content: '';
}

.box-018::before {
    left: 9px;
}

.box-018::after {
    right: 9px;
}




.line {text-align:center; width:1150px;}

@media screen and (min-width: 1000px) {

.w1000 {width:90%; margin:0 auto;}
.mt150 {margin-top:100px; margin-bottom:100px;}
}

@media screen and (max-width: 480px) {
	.sp14px {font-size:14px;}
}

.lineuppac {margin-bottom:50px;} 

.kouryaku { text-align:center;}


.background {
  background-image: url(../img/fixed-image.jpg);
   background-repeat:no-repeat;
  background-position: center;
   background-size: cover;
  position: relative;
   height:500px;
  margin-top:50px;
  margin-bottom:150px;
    padding-left: 20px;

}






.background::before {
  content: "";
  position: absolute;
  top: 0;  bottom: 0;
  left: 0;  right: 0;
 /* background:black ;*/
    opacity:0.5;
}

@media screen and (min-width: 1001px) {
	
	
.background .rec01 {
  color: #fff;
  position: absolute;
  top: 45%;
  left: 30%;
  transform: translate(-50%,-50%);
}

}

.rec01 {width:800px; margin:0 auto; color:#FFF;}
.rectit { padding-top:20px;font-size:40px; font-weight:bold; padding-bottom:30px; }
.rectxt {font-size:16px; padding-bottom:70px;}



@media screen and (max-width: 480px) {
.rec01 {width:80%; position:relative;}
.recbotan {padding-left: 10px }

.background::before {

 background:black ;}
 
 
 .background{ background-position: 80%; }
}


.background2 {
  background-image: url(../img/fixed-image2.jpg);
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
  height:400px;
  margin-top:50px;
  margin-bottom:50px;
}




.kouryakubg {background-image:url(../img/kouryakubg.png);background-position: top;background-repeat:no-repeat;padding-top:100px; padding-bottom:100px;margin-top:100px;left: 10px;}



.aboutcatch {padding:50px;font-size: 5rem;margin-bottom: 50px;}

.aboutus { width:1000px; margin:0 auto;}


.sp-slides-container {
    position: relative;
}
.sp-slides-container:before {
    background: rgba(140,198,63,0.8);
    content: "";
    display: block;
    width: 35.5%;
    height: 100%;
    margin: auto;
    position: absolute;
    left: 0;
    right: 10;
    top: 0;
    z-index: 10;
    transform: skewX(-24.6deg);
}


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

	
.kouryakubg .aboutus { width:100%;}
.kouryakubg {padding-top:50px; margin-top:20px;left: 10px; padding-bottom:50px;}




.aboutcatch {padding:0px;font-size: 20px;margin-bottom: 10px;;padding:10px;}

.aboutus { margin:0 auto; padding:10px;}
}



 hr {margin-bottom:40px;}
	

.foot_contact {background-color:#8cc63f;padding: 100px 50px 100px 50px;}

.foot_contact_inner { width:1100px; margin:0 auto;}

.foot_inner_title { padding:50px; text-align:center;}

.foot_inner_title_img {width:400px;text-align:center;margin: 0 auto; color:#FFF;}

.sp2024 {font-size:30px; font-weight:bold;}

@media screen and (max-width: 480px) {
.top_seo_maintitle { font-size:24px;}

.sp2024 {font-size:18px; font-weight:bold;}

.bt_flex {margin-bottom:40px; margin-top:40px;}



.foot_contact {background-color:#8cc63f;padding: 20px 20px 20px 20px;}

.foot_contact_inner { width:100%; margin:0 auto;}

.foot_inner_title { padding:20px; text-align:center;}

.foot_inner_title_img {width:100%;text-align:center;margin: 0 auto; color:#FFF;}
.layout_t_img {width:100% !important;}

.sprivive {margin-bottom: -100px;}




}

.boxSimple2 {
	margin-top:50px;
	border: solid 1px #CCC;	
	padding:1.5em;
	background: rgba(255,255,255,.9);
	border-radius: 10px;
	-webkit-border-radius: 10px; 
	-moz-border-radius:10px;
}

@media screen and (max-width: 480px) {
.boxSimple2 { 	margin-top:20px;}
}



.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}