@charset "utf-8";
body {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -o-text-size-adjust: 100%;
    font-family: "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 16px;
    line-height: 160%;
    color: #FFFFFF;
    background-color: #000000;
}

/* General */

a[href^="tel:"] {
    cursor: default;
}

header,
section,
footer {
    width: 100%;
    height: auto;
}

.br_sp {
    display: none;
}

.wrap_lg {
    width: 100%;
    max-width: 1250px;
    height: auto;
    margin: 0 auto;
}

.wrap_xlg {
    width: 100%;
    max-width: 1150px;
    height: auto;
    margin: 0 auto;
}

.container01 {
    width: 100%;
    max-width: 1250px;
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box
}

/* End General */

/*Vu*/

.head_area {
    width: 100%;
    height: auto;
}

.head_area_bg {
    width: 100%;
    height: auto;
    background: url(../img/bg_header.jpg) top left repeat-y;
}
.head_area_bg2 {
    width: 100%;
    height: auto;
    background: url(../img/bgafter.png) top 600px right 200px no-repeat, url(../img/bg_header.jpg) top left repeat-y;
}
.head_wrap {
    width: 100%;
    max-width: 1250px;
    margin: 0 auto;
    position: relative;
}

.head_wrap_child {
    padding-bottom: 80px;
    box-sizing: border-box;
}

.logo01 {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 999;
}

.btn_ctact {
    position: absolute;
    top: 30px;
    right: 20px;
    z-index: 999;
}

.header_inner {
    width: 100%;
    max-width: 920px;
    height: auto;
    margin: 0 auto;
    position: relative;
}

.logo02 {
    width: 35%;
    float: left;
    box-sizing: border-box;
    padding: 20px 0 20px 20px;
}

/*main menu*/

.menu_main_wrap {
    width: 65%;
    float: left;
    padding: 30px 0;
    box-sizing: border-box;
}

.menu_main {
    width: 100%;
    height: auto;
}

.menu_main_item {
    float: left;
    display: inline-block;
    padding: 0 47px;
    border-left: 1px dashed #fff;
    position: relative;
}

.menu_main_item_plus {
    padding-right: 0px;
}

.menu_main_item_lnk {
    display: inline-block;
    text-align: center;
    font-size: 18px;
    color: #FFFFFF;
    position: relative;
}
.menu_main_item_plus .menu_main_item_lnk:first-child { padding-right: 20px;}

.dot_menu {
  position: absolute;
  bottom: -30px;
  left:50%;
  -webkit-transform: translate(-50%, 0%);
  -ms-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
    text-align: center;
    visibility: hidden;
    display: inline-block;
}

.menu_main_item.active .dot_menu {
    visibility: visible;
}

.menu_main_item:hover .dot_menu {
    visibility: visible;
}
.menu_main_item_plus:hover .dot_menu {
    visibility: hidden;
}

/*end main menu*/

.web_slogan {
    color: #FFFFFF;
    font-size: 12px;
    margin-bottom: 10px;
    line-height: 140%
}

/*Banner*/

.banner_child {
    width: 100%;
    max-width: 1150px;
    margin: 0 auto;
}

.banner_child img {
    max-width: 100%;
}

/*End Banner*/

.main_area {
    width: 100%;
    height: auto;
}


/*Slidẻ*/
/* Chrome, Safari, Opera */
@-webkit-keyframes zoom {
    0% {
    	-webkit-transform: scale(1.15,1.15);
    }
    100% {
    	-webkit-transform: scale(1,1);
    }
}

/* Standard syntax */
@keyframes zoom {
   from {
        transform: scale(1.15,1.15);
   }
	 to {
        transform: scale(1,1);
   }
}

.slide .slick-slide { overflow: hidden;}
.slide .slick-slide div { vertical-align: top;}
.slide .slick-slide.slick-active img {
    -webkit-animation: zoom 4s; /* Chrome, Safari, Opera */
    animation: zoom 4s;
}
.single-item img{
	width:100%;
	height:auto;
	max-width:100%;
}

/*Blog detail*/
.main-wrapper{
    width: 100%;
    height: auto;
    background: url(../../img/material/bg.png) center center no-repeat;
    padding-top: 10px;
    padding-bottom: 20px;
    box-sizing: border-box;

}

.res-blk02-wrap{
    width: 100%;
    max-width: 1150px;
    margin: 0 auto;
    padding-left: 5px;
    padding-right: 5px;
    box-sizing: border-box;
}

.detailText{
    color: #FFF!important;
    font-size: 16px;
    line-height: 160%;
}

.detailText span{
    color: #FFF!important;
    font-size: 16px;
    line-height: 160%;
}

.p-date{

    display:block;
    margin-bottom: 20px;
}

.res-blk02-cont-1{
    font-size: 14px;
    border-bottom: solid 1px #FFF;
}

.row-list ul li{
    padding: 10px 0px;
    box-sizing: border-box;
}

.p-txt1{
    display: inline-block;
    margin-right: 10px;
}

/*top*/

.blk01_area {
    width: 100%;
    height: auto;
    background: url(../../img/top/bg_cnt01.jpg) top center;
    padding-top: 100px;
    box-sizing: border-box;
}

.blk01_wrap {
    width: 100%;
    max-width: 1250px;
    margin: 0 auto;
}

.blk01_left {
    width: 58%;
    height: auto;
    float: right;
}

.blk01_right {
    width: 42%;
    float: left;
    height: auto;
    padding-left: 30px;
    padding-right: 30px;
    box-sizing: border-box;
    padding-top: 100px;
}

.blk01_text {
    font-size: 16px;
    color: #FFFFFF;
    line-height: 180%;
    letter-spacing: 1px;
}

.blk01_right .btn_img {
    text-align: center;
    padding-top: 60px;
}

.blk02_area {
    width: 100%;
    height: auto;
    background: url(../../img/top/top_sec07_bg.jpg) top center;
    /* padding-top: 100px;
    padding-bottom: 100px; */
    box-sizing: border-box;
}

.blk02_wrap {
    width: 100%;
    max-width: 1250px;
    margin: 0 auto;
}

.blk02_bg_top {
    width: 100%;
    height: 107px;
    background: url(../../img/top/top_sec02_img_bg01.png) top center;
    margin-top: -107px;
    position: relative;
    z-index: 1000;
}

.blk02_bg_bottom {
    width: 100%;
    height: 52px;
    background: url(../../img/top/top_sec02_img_bg02.png) top center;
    position: relative;
    z-index: 1000;
}

.blk02_wrap01 {
    width: 100%;
    height: auto;

    background: url(../../img/top/top_sec03_bg.jpg) top center no-repeat;
    position: relative;
    background-color: #1A1A1A;
    z-index: 1000;

}

.blk02_wrap01_inner {
    width: 100%;
    max-width: 1150px;
    margin: 0 auto;
    padding-top: 3%;
}

.blk02_wrap01_title {
    width: 100%;
    text-align: center;
    margin-bottom: 4%;
}

.blk02_wrap01_title img {
    max-width: 294px;
}

.blk02_wrap01_item {
    padding-left: 40px;
    padding-right: 40px;
    box-sizing: border-box;
    text-align: center;
}

.blk02_wrap01_cnt {
    text-align: center;
    font-size: 16px;
    line-height: 160%;
    color: #FFFFFF;
    padding-top: 3%;
    padding-bottom: 5%;
}

.blk03_wrap {
    width: 100%;
    margin-top: -52px;
    background: #FFFFFF;
}

.blk03_wrap_inner {
    width: 100%;
    max-width: 1250px;
    margin: 0 auto;
}

.blk04_wrap01 {
    width: 100%;
    height: auto;
    background: url(../../img/top/top_sec06_bg.jpg) top center;
    position: relative;
    z-index: 1000;
}

.blk04_wrap01_inner {
    width: 100%;
    max-width: 1150px;
    margin: 0 auto;
    padding-top: 3%;
    padding-bottom: 10%;
}

.blk04_wrap01_title {
    width: 100%;
    text-align: center;
    margin-bottom: 4%;
}

.blk04_wrap01_title img {
    max-width: 175px;
}

.blk04_wrap01_title_txt {
    width: 100%;
    padding-top: 3%;
    text-align: center;
    font-size: 16px;
    line-height: 160%;
    color: #FFFFFF;
}

.blk04_wrap01_item {
    box-sizing: border-box;
    text-align: center;
}

.blk04_wrap01_item img {
    max-width: 245px;
}

.blk05_wrap {
    width: 100%;
    margin-top: -52px;
}

.blk05_wrap_inner {
    width: 100%;
    max-width: 1250px;
    margin: 0 auto;
}

.blk06_wrap {
    width: 100%;

    background: url(../../img/top/top_sec08_bg.jpg) bottom center no-repeat;
    background-color: #F5F5F5;
    padding-top: 5%;
    padding-bottom: 8%;
}

.blk06_wrap_inner {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

.blk06_wrap_title {
    width: 100%;
    text-align: center;
    padding-bottom: 4%;
}

.blk06_wrap_title img {
    max-width: 118px;
}

.blk06_wrap01_item {
    padding-left: 25px;
    padding-right: 25px;
}

.blk06_wrap01_item a {
    display: block
}

.blk06_wrap01_item {
    padding-left: 25px;
    padding-right: 25px;
    margin-bottom: 20px;
}

.img_blog img {
    max-width: 228px;
}

.date_blog {
    width: 100%;
    display: block;
    font-size: 16px;
    line-height: 160%;
    color: #000000;
    padding-top: 10px;
    font-weight: 600;
    text-align: left;
}

.title_blog {
    width: 100%;
    display: block;
    font-size: 16px;
    line-height: 160%;
    color: #76612C;
    font-weight: 600;
    text-align: left;
}

.blk06_btn {
    width: 100%;
    text-align: center;
    padding-top: 5%;
}

.blk06_btn img {
    max-width: 351px;
}

/*End Top*/

/*Footer*/

.footer_area {
    width: 100%;
    height: auto;
    background: #000000;
}

.footer_wrap {
    width: 100%;
    max-width: 1250px;
    margin: 0 auto;
    padding-top: 100px;
    padding-bottom: 40px;
    box-sizing: border-box;
    position: relative;
}
.footer_wrap_pdt0 { padding-top: 0;}

.ft_info {
    width: 100%;
    height: auto;
}

.ft_left {
    width: 37%;
    float: right;
    height: auto;
}

.ft_right {
    width: 63%;
    height: auto;
    float: left;
}

.ft_logo {
    width: 100%;
    margin-bottom: 30px;
}

.ft_img {
    width: 100%;
}

.ft_contact {
    width: 100%;
    height: auto;
    margin-top: 35px;
}
.ft_map { margin: 55px 0;}
.ft_map iframe { width: 100%; height:450px;}

.ft_contact_title { font-size: 18px; font-weight: bold;}
.ft_contact_content { margin-top: 20px; font-size: 0; letter-spacing: 0;}
.ft_contact_content_50 { width: 46%; display: inline-block; vertical-align: top; margin-right: 8%;}
.ft_contact_content_50:nth-child(2n) { margin-right: 0;}
.ft_contact_content_50 table { width: 100%;}
.ft_contact_content_50 table tr.mh {
    height: 68px;
}
.ft_contact_content_50 table tr td { font-size: 14px; line-height: 180%; padding: 10px 0; border-top: 1px solid #fff;  border-bottom: 1px solid #fff; color: #fff;}

.ft_contact_item {
    padding-right: 40px;
    box-sizing: border-box;
}

.ft_contact_add {
    width: 100%;
    color: #FFFFFF;
    font-size: 14px;
    border-top: solid 2px #404040;
    padding-top: 10px;
    box-sizing: border-box;
    letter-spacing: 1px;
}

.copyright {
    width: 100%;
    height: auto;
    text-align: center;
    font-size: 12px;
    line-height: 160%;
    color: #FFF;
    padding-top: 50px;
    box-sizing: border-box;
    letter-spacing: 1px;
}

.scrolltop {
    text-decoration: none;
    position: fixed;
    bottom: 30px;
    right: 20px;
    z-index: 999999;
}

/*End Footer*/

/*End Vu*/

.news-file img { max-width: 50%;}

@media screen and (max-width:767px) {
    /*Vu*/
    .img_f {
        width: 100%;
    }
    .al_mid_sp {
        text-align: center
    }
    .br_sp {
        display: block;
    }
    .logo02 {
        width: 100%;
        padding-top: 20px;
        padding-left: 10px;
        padding-bottom: 20px;
    }
    .btn_menu_sp_wrap {
        position: absolute;
        top: 20px;
        right: 10px;
    }
    .menu_main_wrap {
        position: absolute;
        top: 90px;
        left: 0px;
        padding-top: 0px;
        width: 100%;
        padding-left: 0px;
        display: none;
        z-index: 9999;
    }
    .menu_main {
        width: 100%;
        background: #000000;
    }
    .menu_main_item {
      padding: 0 10px; border-left: none;
        float: none;
        display: block;
        margin-right: 0px !important;
    }
    .menu_main_item.active a {
        color: #E7B25A;
    }
    .menu_main_item_lnk {
        width: 100%;
        display: block;
        text-align: left;
        padding: 10px;
        box-sizing: border-box;
        border-top: solid 1px #FFFFFF;
    }
    .dot_menu {
        display: none;
    }
    .btn_menu_sp_wrap .fa-bars {
        font-size: 40px;
    }

    .head_wrap_child {
        padding-bottom: 0px;

    }

    /*TOP*/
    .blk01_area {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .blk01_left {
        width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }
    .blk01_right {
        width: 100%;
        padding-top: 20px;
        padding-left: 15px;
        padding-right: 15px;
    }
    .blk01_right .btn_img img {
        max-width: 351px
    }
    .blk01_right .btn_img {
        padding-top: 20px;
    }
    .blk02_wrap01_item {
        padding-top: 3%;
        padding-left: 3%;
        padding-right: 3%;
    }
    .blk02_wrap01_item img {
        max-width: 291px;
    }
    .blk02_bg_top {
        width: 100%;
        height: auto;
        background: none;
        margin-top: 0px;
    }
    .blk02_wrap01_title {
        padding-top: 5%;
    }
    .blk02_bg_bottom {
        width: 100%;
        height: auto;
        background: none;
        position: relative;
        z-index: 1000;
    }
    .blk03_wrap {
        width: 100%;
        margin-top: 0px;
        background: #FFFFFF;
    }
    .blk04_wrap01_title {
        padding-top: 5%;
    }
    .blk04_wrap01_item {
        margin-bottom: 4%;
    }
    .blk05_wrap {
        margin-top: 0px;
    }
    .blk06_wrap01_item {
        margin-top: 5%;
    }
    .blk06_btn {
        padding-left: 10%;
        padding-right: 10%;
        box-sizing: border-box;
    }
    /*End TOP*/

    /*Blog*/
    .p-txt1{
        width: 100%;
        display: block;
    }

    .p-txt{
        width: 100%;
        display: block;
    }


    /*Footer*/
    .ft_logo img {
        max-width: 379px;
    }
    .ft_contact img {
        max-width: 410px;
    }
    .footer_wrap {
        padding-top: 30px;
        padding-left: 15px;
        padding-right: 15px;
    }
    .ft_left {
        width: 100%;
    }
    .ft_right {
        width: 100%;
    }
    .ft_contact_item {
        padding-right: 15px;
    }
    .ft_img {
        padding-top: 30px;
    }
    .ft_contact_add {
        margin-bottom: 10px;
    }

    .ft_map { margin: 25px 0;}
    .ft_map iframe { width: 100%; height:300px;}

    .ft_contact_title { font-size: 16px;}
    .ft_contact_content { margin-top: 5px;}
    .ft_contact_content_50 { width: 100%; margin-right: 0%;}
    .ft_contact_content_50 table tr.mh {
        height: auto;
    }
    .ft_contact_content_50 table tr td { width: 100%; display: inline-block; border-top: none; padding: 0;}
    .ft_contact_content_50 table tr td:first-child { border-bottom: none; font-weight: bold;}
    .scrolltop { max-width: 40px;}
    .scrolltop img { max-width: 100%; height: auto;}
    /*End footer*/
    /*End Vu*/
}

@media screen and (max-width:570px) {}

@media screen and (max-width:480px) {}

@media screen and (max-width:420px) {}

@media screen and (max-width:360px) {}

@media screen and (min-width:768px) {
    /*Vu*/
    .menu_main_wrap {
        display: block !important;
    }
    /*End Vu*/
}

.five-photo_bana {
	width: 1150px;
	margin: -70px auto 30px;
	
}

