@charset "UTF-8";
/* CSS Document */
html {
	scroll-behavior: smooth;
}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,.luxbar-item a
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
    line-height: 1;
    font-size: 16px;
    font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
}
ol, ul {
	list-style: none;
    list-style-position: inside;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
    line-height: 1.7;
}
h2 {
/*    font-size: 21px;*/
    line-height: 1.7;
}
h3 {
    line-height: 1.7;
}
a {
    text-decoration: none;
    color: #000;
}
p {
    line-height: 1.7;
}
li {
/*    line-height: 1.7;*/
    
}
strong {
    font-weight: bold;
}
@media screen and (min-width:768px) and ( max-width:1024px){
}
@media screen and (max-width: 480px) {
}
/*************************************
*************************************
共通
*************************************
*************************************/
img {
    max-width: 100%;
}
section {
    padding-top: 50px;
    padding-bottom: 50px;
}
.clearfix::after{
  content: "";
  display: block;
  clear: both;
}
.wrapper {
    overflow: hidden;
    width: 100%;
    height: auto;
    background-color: #fff;
}
.container {
    max-width: 1200px;
    width: 100%;
    height: auto;
    margin: 0 auto;
}
.disp_pc {
    display: block;
}
.disp_tab {
    display: none;
}
.disp_sp {
    display: none;
}
#Crumbs {
/*    margin: auto;*/
    position: relative;
    font-size: 15px;
    z-index: 20;
    padding-top: 10px;
    padding-bottom: 10px;
    background: #E1E1E2;
    margin-bottom: 30px;
    margin-top: 0;
}
a:hover {
    transition: 0.7s;
}
#return_top {
    position: fixed;
    bottom: 45px;
    right: 20px;
    z-index: 500;
}
.contBox {
    width: 70%;
    height: auto;
    margin: 0 auto;
}
.flexBox {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
/*電話リンク無効*/
a[href^="tel:"] {
    pointer-events: none;
}
.back_Bk {
    background: #181617;
}
.back_Bl {
    background: #DBDBEA;
}
/*フェードイン*/
.fade-in {
  transition: opacity 2s;
  -moz-transition: opacity 2s;
  -webkit-transition: opacity 2s;
  -o-transition: opacity 2s;
}
#js-m
/*------------------------
下層ページタイトル
--------------------------*/
/*h2*/
.underPage_Title_h2 {
    margin-bottom: 30px;
}
.underPage_Title_h2 span {
    font-size: 0.6em;
    font-weight: normal;
    color: #FF7F13;
    
}
.underPage_Title_h2 h2 {
    color: #535362;
    text-align: center;
    font-size: 1.5em;
    font-weight: bold;
    padding-top: 5px;
    padding-bottom: 5px;
    line-height: 1;
/*    margin-top: 30px;*/
}
/*h3*/
.underPage_Title_h3 {
    margin-bottom: 30px;
}
.underPage_Title_h3 h3 {
    color: #535362;
    font-size: 1.5em;
    font-weight: bold;
    box-sizing: border-box;
    padding-top: 10px;
    padding-bottom: 10px;
    border-left: 5px solid #FCC324;
    padding-left: 10px;
    line-height: 1;
}
.underPage_Title_h3 span {
    font-size: 0.6em;
    font-weight: normal;
    color: #FF7F13;
    
}
.underPage_Title_h3_BgGreen01 {
    background: #5BB330;
    color: #fff;
}
.underPage_Title_h3_BgWhite {
    border: 2px solid #5BB330;
    color: #5BB330;
}
.btn_Wh a {
    color: #fff;
    border: 1px solid #fff;
    display: block;
    max-width: 300px;
    padding: 15px;
    box-sizing: border-box;
    background-image: url("../img/arrow_right_wh.png");
    background-repeat: no-repeat;
    background-position: 80%;
}
.btn_Wh a:hover {
    color: #000;
    border: 1px solid #fff;
    background-color: #fff;
    background-image: url("../img/arrow_right_bk.png");
}
.btn_Bk a {
    color: #000;
    border: 1px solid #000;
    display: block;
    max-width: 300px;
    padding: 15px;
    box-sizing: border-box;
    background-color: #fff;
    background-image: url("../img/arrow_right_bk.png");
    background-repeat: no-repeat;
    background-position: 80%;
}
.btn_Bk a:hover {
    color: #fff;
    border: 1px solid #000;
    background-color: #000;
    background-image: url("../img/arrow_right_wh.png");
}
@media screen and (min-width:701px) and ( max-width:1024px){
    .container {
        width: auto;
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media screen and (max-width: 700px) {
    section {
        padding-top: 25px;
        padding-bottom: 25px;
    }
    .container {
        width: auto;
        padding-left: 15px;
        padding-right: 15px;
    }
    .disp_tab {
        display: none;
    }
    .disp_pc {
        display: none;
    }
   .disp_sp {
        display: block;
    }
    .contBox {
        width: 100%;
    }
    .title img {
        max-width: 100%;
        width: auto;
            
    }
    .underPage_Title_h2 .container {
        padding-left: 0;
        padding-right: 0;
    }
    .underPage_Title_h2 h2 {
        padding-left: 0;
        text-align: center;
    }
    .underPage_Title_h3 h3 {
        font-size: 1em;
    }
    /*電話リンク有効*/
    a[href^="tel:"] {
        pointer-events: auto;
    }
    #return_top {
        bottom: 60px;
    }
}
/*************************************
ヘッダー
*************************************/
header {
    background: #181617;
}

.headerBox_Left {
    float: left;
    box-sizing: border-box;
    background: #181617;
}
.headerBox_Left img {
    padding-left: 50px;
    padding-right: 50px;
}
.headerBox_Right {
    float: right;
    box-sizing: border-box;
    max-width: 1000px;
    width: 100%;
}
.headerBox_Left img{
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
}

.headerBox_Right img{
    max-width: 100%;
}
.headerBox_Right_Tel {
    display: inline-block;
}
.headerBox_Left img {
}
#globalNavi_pc  {
    width: 80%;
/*    max-width: 600px;*/
    padding-top: 20px;
}

nav {
}
nav ul {
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;
}
nav ul li {
    width: 13%;
    text-align: center;
}
nav ul li a {
    display: block;
    font-size: 0.8em;
    color: #fff;
    padding-top: 12px;
    padding-bottom: 12px;
}
nav ul li a:hover {
    color: #F0BB24;
    border-bottom: 5px solid #F0BB24;
}
.headerBox_Right_Link {
    margin-right: 30px;
}
.headerBox_Right_Link img {
    width: 50px;
    margin-top: 15px;
    margin-right: 5px;
}
/*スクロール固定*/
.fixed {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10000;
}
@media screen and (min-width:701px) and ( max-width:1024px){

    #globalNavi_pc {
        display: block;
    }
    nav ul li {
        font-size: 0.8em;
        padding-left: 10px;
        padding-right: 10px;
        box-sizing: border-box;
    }
    .headerBox_Left {
        width: 100%;
        text-align: center;
    }
    .headerBox_Right {
        width: 100%;
        padding-top: 0;
    }

}
@media screen and (max-width: 700px) {
    nav {
        background-image: none;
        border-top: none;
        border-bottom: none;
    }
    #nav_sp {
        padding-top: 7px;
        padding-right: 10px;
    }
    .headerBox_Left {
        width: 38%;
        margin-bottom: 0;
    }
    .headerBox_Right {
        width: 20%;
    }
    .headerBox_Left img {
        width: 100%;
    }
    .headerBox_Right_Link {
        width: 70%;
    }
    .headerBox_Right_Link img {
        width: 45%;
    }
    #globalNavi .uk-navbar-toggle {
        padding: 15px;
        color: #000;
    }
    #globalNavi {
/*        background-color: #5BAF30;*/
/*        margin-bottom: 10px;*/
/*        width: 30%;*/
    }
    nav {
        background-color: transparent;
    }
    nav ul {
        display: block;
    }
    nav ul li {
        width: 100%;
        text-align: left;
        background-color: transparent;
        border-right: none;
        border-bottom: 1px solid #000;
    }
    nav ul li a {
        color: #000;
    }
    .uk-offcanvas-bar {
            background-color: #fff;
    }
    #globalNavi .uk-navbar-toggle {
        color: #fff;
    }
     svg {
        fill:#fff;
    }
    nav ul li:first-child {
        border-left: none;
    }

}

/*************************************
フッター
*************************************/
#footer {
    margin-top: auto;
}
.footer_Menu {
    margin-bottom: 30px;
}
.footer_Menu ul {
    width: 80%;
    margin: 0 auto;
}
.footer_Menu li {
    width: 12%;
    text-align: center;
}
.footer_Menu li a {
    font-size: 0.8em;
    font-weight: bold;
    color: #535362;
    padding-bottom: 5px;
}
.footer_Menu li a:hover {
    color: #FCC324;
    border-bottom: 5px solid #FCC324;
}
.footer_Text {
    text-align: center;
    margin-bottom: 30px;
}
@media screen and (min-width:768px) and ( max-width:1024px){

}
@media screen and (max-width: 480px) {
    .footer_Menu ul {
        width: 100%;
        margin: 0 auto;
    }
    .footer_Menu li {
        width: 50%;
        margin-bottom: 0;
        text-align: center;
        border: 1px solid #000;
        box-sizing: border-box;
        padding-top: 15px;
        padding-bottom: 15px;
    }

}
/*************************************
コピーライト
*************************************/
.copyright {
    background-color: #181617;
    text-align: center;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 0.8em;
}
.copyright p{
    display: inline-block;
    color: #fff;
}

.copy_seisaku {
    padding-bottom: 10px;
    display: inline-block;
    text-align: right;
    float: right;
    padding-right: 10px;
}
.copy_seisaku p {
    font-size: 0.6em;
}
.copy_seisaku p a{
    color: #fff;
}
@media screen and (min-width:768px) and ( max-width:1024px){
}
@media screen and (max-width: 700px) {
/*
    .copyright {
        margin-bottom: 70px;
    }
*/
}
/*************************************
bxslider
*************************************/
.bx-wrapper {
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border: none !important;
  background: none !important;
    margin-bottom: 0;
}

.bx-wrapper img {
    width: 100%;
    max-width: 100%;
    display: block;
}

.slider li {
    width: 100%;
    height: 100vh;
    background: center / cover no-repeat;
}

#main {
    position: relative;
}
@media screen and (min-width:701px) and ( max-width:1024px){
.slider li {
    height: 50vh;
}
}
@media screen and (max-width: 700px) {
.slider li {
    width: 100%;
    height: auto;
}
}
/*************************************
トップ
*************************************/
.top {
    position: relative;
}
.slideshow {
  position: relative;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
}
.slideshow .item {
  width: 100%;
  height: 90%;
  position: absolute;
  top: 0;
  display: none;
  background-size: cover;
/*  background-position: center center;*/
  background-position: bottom;
}
.in {
  -webkit-transform: scale(1);
  transform: scale(1);
  z-index: 2; 
}
.out {
  -webkit-transform: scale(1.25);
  transform: scale(1.25);
  -webkit-transition: 4s;
  transition: 4s;
  z-index: 1;
}
.wrap {
  position: relative;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}
.title {
  position: absolute;
  transform: translate(calc(50vw - 50%),calc(50vh - 50%));
  z-index: 10;
  color: rgba(102, 102, 102, 0.70);
}   
#top_Scroll {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    z-index: 1000;
}
#top_Scroll a {
    padding-top: 20px;
    color: #fff;
    position: absolute;
    bottom: 100px;
    left: 0;
    right: 0;
}
#top_Scroll a span {
  position: absolute;
    bottom: 20px;
  left: 50%;
  width: 46px;
  height: 46px;
  margin-left: -23px;
  border: 1px solid #000;
    background: #fff;
  border-radius: 100%;
  box-sizing: border-box;
}
#top_Scroll a span::after {
  position: absolute;
  top: 50%;
  left: 50%;
  content: '';
  width: 16px;
  height: 16px;
  margin: -12px 0 0 -8px;
  border-left: 1px solid #000;
  border-bottom: 1px solid #000;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  box-sizing: border-box;
}
.top_H2 {
    text-align: center;
    font-size: 1.8em;
    font-weight: bold;
    box-sizing: border-box;
    padding-top: 3px;
    padding-bottom: 3px;
    border-radius: 15px;
    margin-bottom: 40px;
}
.top_News_Box {
    width: 70%;
    margin: 0 auto;
}
#top_News .top_H2 {
    color: #535362;
}
#top_Calender .top_H2 {
    color: #fff;
}
.top_Calender_Box {
    padding: 50px 10px;
}
.top_Calender_Month {
    text-align: center;
    font-size: 1.5em;
    font-weight: bold;
    margin-bottom: 30px;
}
.top_Calender_Box table {
    max-width: 900px;
    width: 100%;
    margin: 0 auto;
}
.top_Calender_Box th {
    border: 1px solid #000;
    background: #ccc;
    font-weight: bold;
}
.top_Calender_Box th.sunday {
    color: red
}
.top_Calender_Box th.satday {
    color: royalblue
}
.top_Calender_Box td {
    padding-top: 5px;
    padding-bottom: 5px;
    text-align: center;
    border: 1px solid #000;
    width: 14%;
    height: 80px;
}
.top_Calender_Box td .scheduleLink  {
    line-height: 1
}
.top_Calender_Box td .scheduleLink a {
    color: blue;
}
#top_Profile .top_H2 {
    color: #535362;
}
#top_Gallery .top_H2 {
    color: #fff;
}
#top_Sponsor .top_H2 {
    color: #535362;
}
#top_Renpa {
    background: #181617;
    margin-top: -130px;
    padding-top: 200px;
}
.top_Renpa_Box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    color: #fff;
}
.top_Renpa_Box_Img {
    width: 58%;
    margin-bottom: 15px;
}
.top_Renpa_Box_Text {
    width: 38%;
}
.top_Renpa_Box_Text p {
    margin-bottom: 15px;
}
.top_Renpa_Box_Text_Btn {
    margin-bottom: 15px;
}
#top_Calender {
}
#top_Calender .container {
    background: #fff;
}
#top_Profile {
    
}
#top_Profile ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
/*    flex-direction : row-reverse;*/
    margin-bottom: 30px;
}
#top_Profile li {
    width: 25%;
}

#top_Profile li img {
    width: 100%;
}
.top_Profile_Btn a {
    margin: 0 auto;
}
.top_Profile_Btn {
    margin-top: 30px;
}

#top_Gallery li img {
    width: 100%;
}
#top_Sponsor ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 30px;
}
#top_Sponsor li {
    width: 25%;
}
#top_Sponsor p {
    text-align: center;
}
@media screen and (min-width:701px) and ( max-width:1024px){
    .slideshow {
      position: relative;
      width: 100vw;
      height: 500px;
      overflow: hidden;
    }
    #top_Scroll a {
        bottom: 50px;
    }
}
@media screen and (max-width: 700px) {
    .top_News_Box {
        width: 100%;
    }
    .top_Calender_Box td .scheduleLink a {
        font-size: 0.7em;
    }
    .top_Renpa_Box_Img {
        width: 100%;
        margin-bottom: 15px;
    }
    .top_Renpa_Box_Text {
        width: 100%;
    }
    .top_Renpa_Box_Text_Btn a {
        margin-left: auto;
        margin-right: auto;
    }
    #top_Profile li {
        width: 48%;
        margin-bottom: 10px;
    }
    #top_Sponsor li {
        width: 48%;
        margin-bottom: 20px;
    }
}

/*************************************
チーム
*************************************/
.team_underPage_Title_h2 h2 {
    text-align: left;
    margin-bottom: 20px;
}
.team_Top_Top {
    width: 100%;
    margin-bottom: 50px;
}
.team_Top_Box_Img {
    width: 48%;
}
.team_Top_Box_Text {
    width: 48%;
}
.team_Top_Box_Text p {
    margin-bottom: 30px;
}
.team_Top_Box_Text_Img li {
    width: 48%;
}
.team_Top_Box_Bottom li {
    width: 48%;
}
#team_History th {
    width: 30%;
    text-align: right;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 20px;
}
#team_History td {
    width: 70%;
    padding-top: 10px;
    padding-bottom: 10px;
}
#team_History td p {
    border-left: 5px solid #FCC324;
    padding-left: 15px;
}
#team_History tr:nth-child(odd) {
background: #F2F2F2;
}

@media screen and (min-width:701px) and ( max-width:1024px){
    #team_History th {
        width: 20%;
    }
    #team_History td {
        width: 80%;
    }
}
@media screen and (max-width: 700px) {
    .team_Top_Box_Img {
        width: 100%;
        margin-bottom: 20px;
    }
    .team_Top_Box_Text {
        width: 100%;
    }
    .team_Top_Box_Bottom li {
        width: 100%;
        margin-bottom: 20px;
    }
}

/*************************************
プロフィール
*************************************/
.player_Box li {
    width: 24%;
    box-sizing: border-box;
}
.player_Box li img {
    margin-bottom: 20px;
}
.player_List_Bottom_No {
    font-size: 4em;
    font-weight: bold;
    width: 35%;
}
.player_List_Bottom_Text {
    width: 65%;
}
.player_List_Bottom_Text p {
    font-size: 1.3em;
}
.player_List_Bottom_Text p span{
    font-size: 0.6em;
}
.player_List_Bottom_Text span {
    font-size: 0.8em;
}
.player_List_Bottom_Text span {
    line-height: 1.3;
}
.player_List_Bottom_Btn {
    margin-top: 15px;
}
.player_List_Bottom_Btn ul.flexBox {
    justify-content: inherit;
}
.player_List_Bottom_Btn li {
    width: 33%;
    margin-bottom: 30px;
}
.player_List_Bottom_Btn li span {
    background: #E1E1E2;
    color: #fff;
    padding-top: 8px;
    padding-bottom: 8px;
    width: 50px;
    text-align: center;
    display: block;
    font-size: 0.8em;
}
.player_List_Bottom_Btn li a:hover{
    opacity: 0.7;
}
.player_HpOn {
    background: #00B3FF;
    color: #fff;
    padding-top: 10px;
    padding-bottom: 10px;
    width: 50px;
    text-align: center;
    display: block;
    font-size: 0.8em;
}
.player_FbOn {
    background: #395485;
    color: #fff;
    padding-top: 10px;
    padding-bottom: 10px;
    display: block;
    width: 50px;
    text-align: center;
    font-size: 0.8em;
}
.player_BlogOn {
    background: #00B987;
    color: #fff;
    display: block;
    padding-top: 10px;
    padding-bottom: 10px;
    width: 50px;
    text-align: center;
    font-size: 0.8em;
}
.staff_Box img {
    margin-bottom: 20px;
}
.staff_Box_Text {
    line-height: 1.3;
    font-size: 1.3em;
}
.staff_Box_Text span {
    font-size: 0.6em;
}
.staff_Box li {
    width: 24%;
    box-sizing: border-box;
    margin-bottom: 30px;
}
.staff_Box li img {
    margin-bottom: 20px;
}
@media screen and (min-width:701px) and ( max-width:1024px){
    .player_Box li {
        width: 32%;
    }
    .player_List_Bottom_No {
        font-size: 2.5em;
    }
    .player_List_Bottom_Btn li span {
            width: 45px;
    }
    .player_HpOn {
        width: 45px;
    }
    .player_FbOn {
            width: 45px;
    }
    .player_BlogOn {
            width: 45px;
    }
    .staff_Box li {
        width: 32%;
    }
}
@media screen and (max-width: 700px) {
    .player_Box li {
        width: 48%;
    }
    .player_List_Bottom_No {
        width: 100%;
    }
    .player_List_Bottom_Text {
        width: 100%;
    }
    .player_List_Bottom_Btn li {
        width: 30%;
    }
    .player_List_Bottom_Btn li span {
        width: 42px;
    }
    .player_HpOn {
        width: 42px;
    }
    .player_FbOn {
        width: 42px;
    }
    .player_BlogOn {
        width: 42px;
    }
    .staff_Box li {
        width: 48%;
    }
}

/*************************************
戦績
*************************************/
#result_Top table {
    width: 100%;
}
#result_Top th {
    width: 20%;
    text-align: right;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 20px;
    font-size: 3em;
    font-weight: bold;
    color: #535362;
}
#result_Top td {
    width: 80%;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 15px;
}
#result_Top td li {
    padding-bottom: 15px;
}
#result_Top tr:nth-child(odd) {
background: #F2F2F2;
}
#result_Bottom .container{
    background: #FFEED0;
    padding-bottom: 50px;
}
#result_Bottom h3 {
    text-align: center;
    padding-top: 30px;
    padding-bottom: 10px;
    margin-bottom: 20px;
    border-bottom: 1px solid #535362;
    font-size: 1.5em;
    font-weight: bold;
    color: #535362;
}
.result_Bottom_Box {
    width: 80%;
    margin: 0 auto;
}
.result_Bottom_Box ul {
    padding-left: 30px;
}
.result_Bottom_Box li {
    line-height: 1.7;
}
@media screen and (min-width:701px) and ( max-width:1024px){

}
@media screen and (max-width: 700px) {
    #result_Top th {
        width: 100%;
        text-align: center;
        font-size: 1.5em;
        display: block;
        background: #F2F2F2;
        padding-right: 0;
    }
    #result_Top td {
        width: 100%;
        padding-top: 10px;
        padding-left: 0;
        display: block;
    }
    #result_Top tr:nth-child(odd) {
    background: initial;
    }
    .result_Bottom_Box {
        width: 100%;
    }
    .result_Bottom_Box ul {
        padding-left: 0;
    }
    .result_Bottom_Box li {
        padding-bottom: 15px;
    }
}
/*************************************
リンク
*************************************/
#link section{
    padding-top: 167px;
    margin-top: -100px;
}
.link_h3 {
    padding-left: 60px;
    background-color: #000;
}
/*
.link_h3::before {
    content: 'a';
    background: #000;
    width: 100px;
    height: 100px;
}
*/
.link_h3 h3 {
    font-size: 1.3em;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 15px;
    background-color: #F0BB24;
    border-left: 2px solid #fff;
    margin-bottom: 20px;
}
#link_Top li {
    width: 23%;
}
#link_Top li a {
    background-color: #F0BB24;
    background-image: url("../img/link_btn.png");
    background-repeat: no-repeat;
    background-position: 95%;
    display: block;
    text-align: center;
    padding-top: 15px;
    padding-bottom: 15px;
    font-weight: bold;
}
#link_Top li a:hover {
    opacity: 0.7;
}
#link_01 {
    
}
.link_Box {
    margin-left: 100px;
    margin-bottom: 20px;
}
.link_Box ul.flexBox {
    justify-content: normal;
}
.link_Box li {
    line-height: 1.7;
    width: 33%;
    margin-bottom: 20px;
}
.link_Box li a {
    color: blue;
    padding-left: 15px;
}
.link_Box li a:hover {
    border-bottom: 1px solid blue;
}
.link_Box h4 {
    color: #005BE7;
    font-size: 1.2em;
    font-weight: bold;
    padding-bottom: 10px;
}
@media screen and (min-width:701px) and ( max-width:1024px){
    #link_Top li {
        width: 45%;
        margin-bottom: 20px;
    }
    .link_Box li {
        width: 50%;
    }}
@media screen and (max-width: 700px) {
    #link_Top li {
        width: 100%;
        margin-bottom: 20px;
    }
        .link_Box {
        margin-left: 0;
    }
    .link_Box li {
        width: 100%;
    }
}

/*************************************
コンタクト
*************************************/

#Contact .wrap {
    min-height: 0;
}
@media screen and (min-width:701px) and ( max-width:1024px){

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


}



/*************************************
スライドショー
*************************************/
/*
#header{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
}
*/
.container-mv {
  position: relative;
  top: 0;
  left: 0;
	
  width: 100%;
  height: 100vh;
  margin: 0 auto 0px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media all and (max-width:1110px){
	.container-mv {
	  margin: 148px auto 40px;
	  height: 60vh;
	}
}
/*510以下 92%*/
@media all and (max-width:576px){
	.container-mv {
	  margin: 86px auto 0;
	  height: 30vh;
	}
}
.slideshow {
  width: 100%; /* ←追加 */
  height: 100%;
  position: relative;
  overflow: hidden;
}

.slideshow img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transform: scale(1); /* ← 初期は等倍 */
  opacity: 0;
  transition: opacity 1.5s ease, transform 7s ease; /* ← 拡大もトランジション対象に追加 */
  z-index: 0;
  object-fit: cover;
}

.slideshow img.active {
  opacity: 1;
  transform: scale(1.1); /* ← ゆっくり拡大 */
  z-index: 1;
}


/*************************************
Colorbox 対応
*************************************/
.lightbox-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	background: rgba(0, 0, 0, 0.9);
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 1000;
	cursor: zoom-out;
}

.lightbox-img {
	max-width: 90%;
	max-height: 90%;
	box-shadow: 0 0 20px rgba(255, 255, 255, 0.3);
	border-radius: 10px;
	border: 8px solid #fff;
}
/*************************************
横スクロール 対応
*************************************/
.scroll-gallery {
  overflow: hidden;
  width: 100%;
}

#conveyor_Img {
  display: flex;
  animation: scroll-left 40s linear infinite;
}

#conveyor_Img li {
  flex: 0 0 auto;
  margin-right: 0px;
}

#conveyor_Img img {
  height: 320px; /* 適宜調整 */
  width: auto;
  display: block;
  border-radius: 0px;
}

@keyframes scroll-left {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
/*************************************
フェードインアニメーション
*************************************/
.fade-in {
  opacity: 0;
  transform: translateY(0px); /* 下から少し浮いて出てくる */
  transition: opacity 1.8s ease, transform 1.8s ease;
}

.fade-in.show {
  opacity: 1;
  transform: translateY(0);
}

/*************************************
カレンダー
*************************************/
.custom-calendar {
  width: 100%;
  border-collapse: collapse;
}
.custom-calendar th,
.custom-calendar td {
  border: 1px solid #ccc;
  text-align: left;
  vertical-align: top;
  padding: 5px;
  height: 100px;
}
.custom-calendar td strong {
  display: block;
  margin-bottom: 5px;
}