/*575 991*/
#sp-header .logo a, .logo-image {
    height: inherit !important;
}

.sp-megamenu-parent>li.active>a, .sp-megamenu-parent>li.active:hover>a {
    color: inherit !important;
    text-decoration: underline;
    text-underline-offset: 4px;
    text-decoration-color: #6d4210;
    text-decoration-thickness: 3px
}
.sp-megamenu-parent>li:hover>a {
    color: inherit !important;
    font-size: 1.1rem;
}

.offcanvas-menu .offcanvas-inner ul.menu li.active a{color: inherit !important;}


button {
  color: #000;
}


body,h1,h2,h3,h4{
	font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothicM, 游ゴシック体, "ヒラギノ角ゴ Pro W3", Meiryo, メイリオ, sans-serif !important;
}

/*smart Slider*/
div.glowBlack,a.glowBlack{text-shadow: 2px 2px 10px #000, -2px 2px 10px #000, 2px -2px 10px #000, -2px -2px 10px #000 !important;
}
#topPageSlider div.sppb-row-container{max-width:100% !important;padding:0 !important;}



/*sp page builder*/
section.myTitle .sppb-section-title{margin-bottom:10px !important;border-bottom: 4px solid #6d4210;}
section.myTitle .sppb-title-heading{margin-bottom: 0px !important;}
.sppb-panel-title{font-size: 18px !important;}
section.myAccordion .sppb-panel-custom{border-left: solid 8px #6d4210 !important;}
table tr th {
    line-height: 1.7em;
    padding: 15px 35px;
    background: #EFEFEF;
    border-right: solid 3px #FFF;
    border-bottom: solid 3px #FFF;
    vertical-align: top;
}

/*sp portfolio*/
.myPortfolioDescription h3 {  padding: 0.25em 0.5em;/*上下 左右の余白*/
  color: #494949;/*文字色*/
  background: transparent;/*背景透明に*/
  border-left: solid 5px #7db4e6;/*左線*/
font-size: 22px;
font-weight: 800;}
.sp-simpleportfolio .sp-simpleportfolio-meta {display: none; width:0%;} 
.sp-simpleportfolio .sp-simpleportfolio-description {width: 100%; float: none;}

.myPortfolioWrapper {display:flex;}
@media (max-width: 575px) {.myPortfolioWrapper{flex-direction: column !important;row-gap: 20px !important;}}
@media (max-width: 991px) {.myPortfolioWrapper{flex-direction: column !important;row-gap: 20px !important;}}
@media (min-width: 992px) {
    .myPortfolioWrapper{flex-direction: row;gap:20px 20px;}
    .myPortfolioWrapper .myPortfolioDescription{flex: 7;}
    .myPortfolioWrapper .myPortfolioLeft{flex:3;}
}

/* sp portfolio moal */
@media screen and (orientation: portrait) and (max-width: 991px){
    .speasyimagegallery-modal{height: unset !important;}
    .speasyimagegallery-image-content{position: relative !important;}
}

.sp-simpleportfolio .sp-simpleportfolio-description>h2{font-weight: 800 !important;}

.sp-simpleportfolio .sp-simpleportfolio-item a.myLink{
 position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    height:100% !important;
    width: 100% !important;
    border: 1px solid #fff; !important;
    opacity: 0 !important;
}

/*sp image gallery*/
.speasyimagegallery-image{background: #FFF;}

/*bootstrap orverride*/
.list-group{--bs-list-group-border-width:0px !important;}

/*sticy table*/
.sticky_tbl_container{
  width: 100%;
  max-width: 1600px;
/*  height: 600px;*/
  overflow-x: auto;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
div.sticky_tbl_container table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
sticky_tbl_container
}
div.sticky_tbl_container th, div.sticky_tbl_container td {
  vertical-align: middle;
  padding: 4px;
  border: 1px solid #000;
  color: #000;
  font-size: 14px;
  text-align: center;
  white-space: nowrap;
}
div.sticky_tbl_container th {
  background: #ccc;
}
div.sticky_tbl_container td {
  background: #fff;
}
.sticky_row {
  position: sticky;
  top: 0;
  left: 0;
  background: none;
  border-left: none;
  border-right: none;
}
.sticky_row::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /*border-left: 1px solid #000;
  border-right: 1px solid #000;
  background: #ccc;*/
  z-index: -1;
}
.sticky_col {
  position: sticky;
  top: 0;
  left: 0;
  background: none;
  border-top: none;
  border-bottom: none;
}
.sticky_col::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
/*  border-top: 1px solid #000;
  border-bottom: 1px solid #000;*/
  background: #ccc;
  z-index: -1;
}
.sticky_cross {
  position: sticky;
  top: 0;
  left: 0;
  background: none;
  border-top: none;
  border-bottom: none;
  border-left: none;
  border-right: none;
  z-index: 1;
}
.sticky_cross::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
/*  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  border-left: 1px solid #000;
  border-right: 1px solid #000;*/
  background: #ccc;
  z-index: -1;
}

a.btn_download {
  display: block;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  position: relative;
  width: 120px;
  margin: auto;
  padding: 1rem 4rem;
  font-weight: bold;
  border-radius: 0.3rem;
  border-bottom: 7px solid #0686b2;
  background: #27acd9;
  color: #fff;
}
a.btn_download:before {
    content: "\f0e0";
    position: relative;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 15px;
}
a.btn_download:hover {
  margin-top: 6px;
  border-bottom: 1px solid #0686b2;
  color: #fff;
}