
#bxslider {
  width: 100%;
    position: relative;
    margin: 0 auto 0px;
    padding: 0;
	    left: 0;
}

#bxslider ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    text-align: left;
}

#bxslider .bx-controls-direction a {
    display: block;
    overflow: hidden;
    width: 40px;
    height: 0 !important;
    margin: 0;
    padding-top: 63px;
    outline: medium none;
}

#bxslider .bx-prev {
    position: absolute;
    z-index: 100;
    top: 50%;
    left: 1px;
    width: 40px;
    height: 63px;
    background: url(../img/arw_slide_l.png) no-repeat scroll 0 0;
}

#bxslider .bx-next {
    position: absolute;
    z-index: 100;
    top: 50%;
    right: 1px;
    width: 40px;
    height: 63px;
    background: url(../img/arw_slide_r.png) no-repeat scroll 0 0;
}

#bxslider .bx-controls .bx-pager {
    position: absolute;
    bottom: 20px;
    left: 0;
    width: 1920px;
    margin: 0;
    padding: 0;
    list-style: outside none none;
    text-align: center;
}

#bxslider .bx-controls .bx-pager-item {
    display: inline;
}

#bxslider .bx-controls .bx-pager-item a {
    display: inline-block;
    overflow: hidden;
    width: 40px;
    height: 0 !important;
    margin: 0 7px;
    padding-top: 5px;
    outline: medium none;
}

html.ie #bxslider .bx-controls .bx-pager-item a {
    display: inline;
}

#bxslider .bx-controls .bx-pager-item a {
    background: #ddd;
}

#bxslider .bx-controls .bx-pager-item a.active {
    background: #AC162C;
}


#bxslider ul li {
    position: relative;
}
#bxslider ul li img {
    height: 820px;
    width: auto;
    object-fit: cover;
}
#bxslider ul li .block div {
    position: absolute;
    top:380px;
    left: 330px;
}

#bxslider p {
   font-size: 4rem;
    line-height: 1.4em;
    text-align: left;
    font-family: 'Roboto', sans-serif;    font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", "Meiryo", "Roboto", sans-serif;
    letter-spacing: 0.15em;
    color: #ffffff;
    font-weight: bold;
    text-shadow: 0 0 5px rgba(0,0,0,0.5);
}
#bxslider span {
   font-size: 3rem;
    line-height: 1.5em;
    text-align: left;
     font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", "Meiryo", "Roboto", sans-serif;
    letter-spacing: 0.25em;
    color: #ffffff;
    font-weight: bold;
    text-shadow: 0 0 5px rgba(0,0,0,0.5);
}
#bxslider p:last-child {
    display: table;
    margin: 60px 0 0;
    padding: 0;
    background-color: initial;
}

#bxslider p:last-child > a {
    vertical-align: middle;
    font-size: 24px;
    font-size: 2.4rem;
    font-weight: bold;
    margin: 30px 0;
    text-decoration: none;
    color: #fff;
    border: solid 3px #c00;
    background: #c00 url("../img/arr_wihte.png") 40px 50% no-repeat;
    padding: 10px 50px 10px 70px;
    -webkit-transition: .2s;
    transition: .2s;    
}

#bxslider p:last-child > a:hover {
    background: #fff url("../img/arr_blue.png") 40px 50% no-repeat;;
    color: #c00;
}

#bxslider .bx-pager {
    z-index: 50;
}

@media (max-width: 1170px) {

/* トップスライドショースタイル設定
======================================================= */
.main {
    margin-bottom: 40px;
	    width: 100%;
    margin: 0 auto;
    position: relative;
}
	.block, #top_c .block {
    margin: 0 0 20px;
}
.main01 {
    background: url(../../img/main_img01.jpg) 0 0 no-repeat;
    background-size: 100% auto;
}

.main01 .catch {
    width: 65%;
    padding: 11% 0 11% 30px;
}

.main01 .txt,
.main01 .btn {
    display: none;
}

.main01 .btn a {
    display: inline-block;
    background: #fff;
    vertical-align: top;
    zoom: 1;
    *display: inline;
    border: 1px solid #ccc;
    padding: 19px 47px 18px;
}

.main01 .btn a span {
    padding: 0 0 0 16px;
    background: url(../img/sp/arw.png) no-repeat 0 50%;
    background-size: 13px auto;
}

#bxslider {
	    width: 100%;
    position: relative;
    margin: 0 auto 40px;
    padding: 0;
	    left: 0;
}

#bxslider ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    text-align: left;
	
}

#bxslider ul li {
    position: relative;
}

#bxslider ul li img {
    height: 500px;
    width: auto;
    object-fit: cover;
}

#bxslider ul li .block div {
    position: absolute;
    top: 245px;
    left: 10px;
    padding: 0 10px;
    width: calc(100% - 20px);
}

#bxslider p {
   font-size: 2rem;
    line-height: 1.2em;
    text-align: left;
    font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", "Meiryo", "Roboto", sans-serif;
    letter-spacing: 0.2em;
    color: #ffffff;
    font-weight: bold;
    text-shadow: 0 0 5px rgba(0,0,0,0.5);
}
#bxslider span {
   font-size: 1.2rem;
    line-height: 1em;
    text-align: left;
    font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", "Meiryo", "Roboto", sans-serif;
    letter-spacing: 0.2em;
    color: #ffffff;
    font-weight: bold;
    text-shadow: 0 0 5px rgba(0,0,0,0.5);
}	
}

#bxslider p:nth-last-child(2) {
    padding: 0;
}

#bxslider p:last-child {
    margin: 20px 0 0;
    padding: 0;
    background-color: initial;
    text-align: center;
}

#bxslider p:last-child > a:before {
    content: '';
    display: inline-block;
    width: 16px;
    height: 10px;
    background: url("../img/arr_wihte.png") no-repeat 50% 47% ;
    padding: 0 0 0 20px;
}

#bxslider p:last-child > a {
    display: block;
    vertical-align: middle;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: bold;
    text-decoration: none;
    color: #fff;
    border: solid 3px #c00;
    background: #c00;
    padding: 10px 0;  
}

#bxslider .bx-controls-direction {
    display: none;
}

#bxslider .bx-controls .bx-pager {
    position: absolute;
    bottom: 35px;
    left: 0;
    width: 100%;
    height: 12px;
    margin: 0;
    padding: 0;
    list-style: outside none none;
    text-align: center;
}

#bxslider .bx-controls .bx-pager-item {
    display: inline;
}

#bxslider .bx-controls .bx-pager-item a {
    display: inline-block;
    overflow: hidden;
    width: 20px;
    height: 0!important;
    margin: 0 5px;
    padding-top: 5px;
    outline: medium none;
}

html.ie #bxslider .bx-controls .bx-pager-item a {
    display: inline;
}

#bxslider .bx-controls .bx-pager-item a {
    background: #ddd;
}

#bxslider .bx-controls .bx-pager-item a.active {
    background: #AC162C;
}

}