@charset "UTF-8";
/* CSS Document */

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;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
h2 {
    font-size: 21px;
}
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) {
}
/*************************************
*************************************
共通
*************************************
*************************************/
.clearfix::after{
  content: "";
  display: block;
  clear: both;
}
.wrapper {
    overflow: hidden;
    width: 100%;
    height: auto;
    background-color: #fff;
}
.container {
    max-width: 1000px;
    width: 100%;
    height: auto;
    margin: 0 auto;
}
.disp_pc {
    display: block;
}
.disp_tab {
    display: none;
}
.disp_sp {
    display: none;
}
.page_navi {
    margin: auto;
    position: relative;
    font-size: 15px;
    z-index: 20;
    margin-bottom: 40px;
}

#return_top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 500;
}
.contBox {
    width: 80%;
    height: auto;
    margin: 0 auto;
}
.title {
    margin-bottom: 30px;
}
.title h2 {
    text-align: center;
    margin-bottom: 15px;
}
.title img {
    display: block;
    margin: 0 auto;
}
.underPage_Title_h2 {
    text-align: center;
    background: url(../img/h2_back.png);
    color: #006cb8;
    font-size: 1.7em;
    font-weight: bold;
    padding-top: 15px;
    padding-bottom: 15px;
    margin-bottom: 10px;
}
.underPage_Title_h2 img {
    vertical-align: middle;
    padding-right: 20px;
}
.underPage_Title_h2 span {
    vertical-align: middle;
}
.underPage_Title_h3 {
    margin-bottom: 30px;
}
.underPage_Title_h3 h3 {
    text-align: center;
    margin-bottom: 15px;
    font-size: 1.2em;
    background: url(../img/h3_back.png);
    background-repeat: no-repeat;
    padding-top: 10px;
    padding-bottom: 10px;
}

.flexBox {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.flexBox_Center {
    display: flex;
    flex-wrap: wrap;
    justify-content: Center;
}
.flexCol3 li {
    width: 33%;
    margin-bottom: 30px;
}
.flexCol3 li img {
    width: 100%;
}
/*電話リンク無効*/
a[href^="tel:"] {
    pointer-events: none;
}
@media screen and (min-width:701px) and ( max-width:1024px){
    .container {
        width: auto;
        padding-left: 15px;
        padding-right: 15px;
    }
/*
    .disp_pc {
        display: none;
    }
    .disp_tab {
        display: block;
    }
*/
}
@media screen and (max-width: 700px) {
    .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;
            
    }
    .flexCol3 li {
        width: 100%;
    }
    .underPage_Title_h3 h3 {
        font-size: 1em;
    }
    /*電話リンク有効*/
    a[href^="tel:"] {
        pointer-events: auto;
    }
}
/*************************************
ヘッダー
*************************************/
.headerbox_Center {
    font-size: 12px;
    color: #fff;
    text-align: center;
    background: url(../img/header_line.png);
    padding-top: 9px;
    padding-bottom: 9px;
    padding-left: 10px;
    padding-right: 10px;
    box-sizing: border-box;
}
#headerBox {
    margin-top: 20px;
    margin-bottom: 20px;
}
.headerBox_Left {
    float: left;
}
.headerBox_Right {
    float: right;
}
#globalNavi_pc .container {
    position: relative;
}
/*
#globalNavi_pc .container img {
    position: absolute;
    top: 15px;
}
*/
nav {
    background-color: #006cb6;
}
nav ul {
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;
    background-image: url(../img/nav_line.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
nav ul li {
    width: 25%;
    text-align: center;
    border-right: 2px  dotted #fff;
}
nav ul li:first-child {
    border-left: 2px  dotted #fff;
}
nav ul li a {
    color: #fff;
    display: block;
    padding-top: 12px;
    padding-bottom: 12px;
}
.navBorder {
    border-bottom: 3px solid #006cb6;
}
.navBorder::after {
    content: '';
    display: block;
    border-bottom: 2px solid #95adba;
}
/*スクロール固定*/
.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;
    }
}
@media screen and (max-width: 700px) {
    .headerBox_Left {
        width: 100%;
        float: none;
        margin-bottom: 20px;
    }
    .headerbox_Center {
        padding-top: 2px;
        background-repeat: no-repeat;
    }
    .headerBox_Right {
/*        width: 80%;*/
        float: none;
        margin: 0 auto;
    }
    .headerBox_Left img {
        width: 100%;
    }
    .headerBox_Right img {
/*        width: 100%;*/
    }
    #globalNavi .uk-navbar-toggle {
        padding: 15px;
        color: #000;
    }
    #globalNavi {
        background-color: #006cb7;
        margin-bottom: 10px;
    }
    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;
    }
}

/*************************************
フッター
*************************************/
.bottomContact {
    margin-bottom: 45px;
}
.bottomContact .container{
    background-color: #f3f2ee;
    text-align: center;
    padding-top: 30px;
    padding-bottom: 30px;
}
#bottomLogo {
    text-align: center;
    margin-bottom: 30px;
}
footer {
    background-color: #f3f2ee;
/*    border-bottom: 5px solid #75be3a;*/
}
.footerBox {
    padding-bottom: 20px;
}
.footerBox img {
    margin-bottom: 10px;
}
.footerBoxLeft {
    float: left;
    padding-top: 20px;
    width: 60%;
}
.footerBoxLeft img{
    max-width: 90%;
    width: auto;
}
.footerBoxRight {
    float: left;
    margin-top: 20px;
    width: 40%;
}
@media screen and (min-width:768px) and ( max-width:1024px){

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

}

/*************************************
コピーライト
*************************************/
.copyright {
    background-color: #006cb7;
    text-align: center;
    padding-top: 5px;
    padding-bottom: 5px;
}
@media screen and (min-width:768px) and ( max-width:1024px){
}
@media screen and (max-width: 700px) {
    .bottomContact img {
        width: 100%;
    }
    .footerBoxLeft {
        float: none;
        margin-top: 20px;
        width: 100%;
    }
    .footerBoxLeft img{
        max-width: 100%;
        width: auto;
    }
    .footerBoxRight {
        float: none;
        width: 100%;
    }
    .footerBoxRight ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        width: 100%;
    }
    .footerBoxRight li {
        width: 100%;
        font-size: 0.9em;
        padding-bottom: 10px;
    }
}
/*************************************
bxslider
*************************************/
.bx-wrapper {
/*  margin: 0 !important;*/
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border: none !important;
  background: none !important;
    padding-top: 10px;
}
.bxslider img{
  width: 100% !important;
  height: auto !important;
}
/*************************************
トップ
*************************************/
/*メイン*/
.top {
    margin-bottom: 30px;
    background: url(../img/top_main_back.png);
    border-bottom: 5px solid #e5e5e5;
}

/*新着情報*/
#news {
    margin-bottom: 30px;
}
#news .contBox {
    border: 3px solid #e5e5e5;
}
#news .title h2 {
    background: #e5e5e5;
    padding-top: 10px;
    padding-bottom: 10px;
}
#news ul {
    width: 90%;
    box-sizing: border-box;
    margin: 0 auto;
}
#news li {
    margin-bottom: 15px;
    padding-bottom: 5px;
}

/*東北労働金庫*/
#topParent {
    margin-bottom: 50px;
}
#topParent .contBox{
    margin-bottom: 30px;
}
.topParent_Box_Wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.topParent_Box {
    width: 48%;
    box-sizing: border-box;
    margin: 0 auto;
    border: 1px solid #006cb7;
    border-radius: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
}
.topParent_Left {
    float: left;
    padding-right: 15px;
    padding-left: 15px;
    box-sizing: border-box;
}
.topParent_Box2 p {
    padding-top: 15px;
}
/*賃貸物件情報*/
#topChintai {
    margin-bottom: 30px;
}
#topChintai .contBox {
    border: 3px solid #e5e5e5;
}
#topChintai .title h2 {
    background: #e5e5e5;
    padding-top: 10px;
    padding-bottom: 10px;
}
.topChintai_Box {
    width: 80%;
    margin: 0 auto;
}
/*お問い合わせ*/
#topFindMorioka {
    margin-bottom: 20px;
}
#topFindSendai {
    margin-bottom: 50px;
}
.topFind_Box {
    border: 2px solid rgba(0,108,182,0.5);
    line-height: 0;
}
.topFind_Box_Logo {
    float: left;
}
.topFind_Box_Text {
    padding-top: 5px;
    padding-left: 30%;
}
.topFind_Box_Text p {
    font-size: 1.3em;
}
.topFind_Box_Text img {
}
@media screen and (min-width:701px) and ( max-width:1024px){
    .topParent_Box {
        width: 70%;
        text-align: center;
        margin-bottom: 20px;
    }
}
@media screen and (max-width: 700px) {
    .top {
        width: 100%;
    }
    .top_slide img {
        width: 100%;
    }
    .topParent_Box {
        width: 90%;
        text-align: center;
        margin-bottom: 20px;
    }
    .topParent_Left {
        float: none;
        padding-bottom: 10px;
    }
    .topParent_Box2 p {
        padding-top: 0;
    }
    .topFind_Box {
        padding: 10px;
        box-sizing: border-box;
        text-align: center;
    }
    .topFind_Box_Logo {
        float: none;
    }
    .topFind_Box_Text {
        padding-top: 5px;
        padding-left: 0;
    }
    .topFind_Box_Text img {
        max-width: 100%;
    }
}

/*************************************
会社案内
*************************************/
#about01 {
    
}
.about01_Top_Box {
    margin-bottom: 30px;
    text-align: center;
}
.about01_Top_Box img {
    max-width: 100%;
}
#about01_Gaiyou {
    margin-bottom:50px;
}
#about01_Gaiyou table {
    width: 100%;
}
#about01_Gaiyou tr {
    border: 1px solid #b2b2b2;
    width: 100%;
    line-height: 1.7;
}
#about01_Gaiyou th {
    border-right: 1px solid #b2b2b2;
    width: 20%;
    box-sizing: border-box;
    padding-top: 10px;
    padding-bottom: 10px;
    font-weight: bold;
    background: #eeece4;
}
#about01_Gaiyou td {
    width: 80%;
    box-sizing: border-box;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
}
#about01_Gaiyou td p{
  padding-left: 1em;
  text-indent: -1em;
}
#about01_Enkaku {
    margin-bottom:50px;
}

#about01_Enkaku table {
    width: 100%;
}
#about01_Enkaku tr {
    border: 1px solid #b2b2b2;
    width: 100%;
    line-height: 1.7;
}
#about01_Enkaku th {
    width: 20%;
    box-sizing: border-box;
    padding-top: 10px;
    padding-bottom: 10px;
    font-weight: bold;
    background: #eeece4;
}
#about01_Enkaku td {
    width: 80%;
    box-sizing: border-box;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
}
#about01_Enkaku td p{
  padding-left: 1em;
  text-indent: -1em;
}
#about01_Enkaku td .about01_Enkaku_TableIndent p{
    padding-left: 3em;
    text-indent: 0em;
}
#about01_Sosiki {
    margin-bottom: 50px;
}
.about01_Sosiki_Box img {
    max-width: 100%;
}
#about01_Shozai {
    
}
.about01_Shozai_Box {
    margin-bottom: 30px;
}
.about01_Shozai_Box_Left {
    float: left;
    padding-right: 30px;
    width: 30%;
    box-sizing: border-box;
    
}
.about01_Shozai_Box_Left img {
    max-width: 100%;
}
.about01_Shozai_Box_Right {
    float: left;
    width: 70%;
    box-sizing: border-box;
}
.about01_Shozai_Box_Right p {
    padding-left: 1em;
    margin-bottom: 20px;
}
.about01_Shozai_Box_Right img {
    padding-left: 1em;
}
.about01_Shozai_Box_Right h4 span {
    color: #006cb8;
}
@media screen and (min-width:701px) and ( max-width:1024px){

}
@media screen and (max-width: 700px) {
    #about01_Gaiyou th {
        display: block;
        width: 100%;
    }
    #about01_Gaiyou td {
        display: block;
        width: 100%;
    }
    #about01_Enkaku th {
        display: block;
        width: 100%;
    }
    #about01_Enkaku td {
        display: block;
        width: 100%;
    }
    .about01_Shozai_Box_Left {
        width: 100%;
        float: none;
        padding-right: 0;
        margin-bottom: 20px;
        text-align: center;
    }
    .about01_Shozai_Box_Right {
        float: none;
        width: 100%;
    }
}
/*************************************
業務案内
*************************************/
#about02 {
    padding-bottom: 50px;
}
.about02_Box{
    margin-bottom: 50px;
}
.about02_Box_Right {
    float: right;
    width: 57%;
    box-sizing: border-box;
}
.about02_Box_Right img {
    max-width: 100%;
}
.about02_Box_Left {
    float: left;
    width: 43%;
    box-sizing: border-box;
    padding-right: 20px;
}
.about02_Box_Left_Box {
    margin-bottom: 20px;
}
.about02_Box_Left_Box h4 {
    color: #006cb8;
    font-size: 1em;
    margin-bottom: 10px;
    padding-left: 1em;
    text-indent: -1em;
}
.about02_Box_Left_Box ul {
    padding-left: 1em;
    list-style-position: inside;
}
.about02_Box_Left_Box li {
    line-height: 1.7;
    padding-left: 1em;
    text-indent: -1em;
}
.about02_Box_Bottom {
    text-align: center;
}
.about02_Box_Bottom img {
    max-width: 100%;
}
@media screen and (min-width:701px) and ( max-width:1024px){

}
@media screen and (max-width: 700px) {
    .about02_Box_Right {
        float: none;
        width: 100%;
    }
    .about02_Box_Left {
        float: none;
        width: 100%;
    }
    .about02_Box_Right img {
        margin-bottom: 20px;
    }
}
/*************************************
貸事務所・月極駐車場（タワーパーキング）
*************************************/
#chintai h4 {
    font-size: 1.2em;
    color: #006cb8;
    border-bottom: 1px solid #006cb8;
    padding-bottom: 10px;
    margin-bottom: 20px;
}
.chintai_Box {
    margin-bottom: 40px;
}
.chintai_Box_Left {
    float: left;
    width: 40%;
    box-sizing: border-box;
    padding-right: 5%;
}
.chintai_Box_Left img{
    max-width: 100%;
}
.chintai_Box_Right {
    float: left;
    width: 55%;
    box-sizing: border-box;
}
.chintai_Box_Right_Aki {
    margin-bottom: 20px;
}
.chintai_Box_Right_Address {
    margin-bottom: 20px;
}
.chintai_Box_Right_Floor {
    margin-bottom: 40px;
}
.chintai_Box_Right_Floor img {
    max-width: 100%;
}
.chintai_Box_Right_Map {
    margin-bottom: 40px;
}
.chintai_Box_Right_Details {
}
.chintai_Box_Right_Details span{
    color: #d07500;
}
.chintai_Box_Center {
    text-align: center;
    margin-bottom: 100px;
}
.chintai_Box_Center img {
    max-width: 100%;
}
@media screen and (min-width:701px) and ( max-width:1024px){

}
@media screen and (max-width: 700px) {
    .chintai_Box_Left {
        float: none;
        width: 100%;
        padding-right: 0;
        text-align: center;
    }
    .chintai_Box_Left img {
        margin-bottom: 20px;
    }
    .chintai_Box_Right {
        float: none;
        width: 100%;
    }
    .chintai_Box_Right_Aki {
        text-align: center;
    }
    .chintai_Box_Right_Map {
        text-align: center;
    }
}

/*20241024_photo2段組*/
.helper_shousai_photo_2dan {
  width: 262px;
  display: grid;
  grid-template-columns: repeat(2, 1fr); /* 2列 */
  gap: 10px; /* 写真間の間隔 */
}

/* 各写真 */
.helper_shousai_photo_2dan img {
  width: 100%;
  height: auto;
}
/* スマホ表示時には1列にする */
@media (max-width: 1024px) {
  .helper_shousai_photo_2dan {
  width: 100%;
  }
}
/* スマホ表示時には1列にする */
@media (max-width: 700px) {
  .helper_shousai_photo_2dan {
      width: 262px;
      grid-template-columns: 1fr; /* 1列に変更 */
      margin: auto;
  }
}

/*************************************
決算公告
*************************************/
#kessan {
    
}
.kessan_Box {
    margin-bottom: 80px;
}
.kessan_Box li {
    line-height: 1.7;
    padding-left: 1em;
    text-indent: -1em;
    padding-bottom: 10px;
}
.kessan_Box li span {
    color: #006cb8;
}
.kessan_Box_Bottom {
    text-align: center;
    margin-bottom: 80px;
}
.kessan_Box_Bottom img {
    max-width: 100%;
}
@media screen and (min-width:701px) and ( max-width:1024px){

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

}
/*************************************
プライバシーポリシー
*************************************/
#privacy {
    padding-bottom: 80px;
}
.privacy_Box ul {

}
.privacy_Box li {
    line-height: 1.7;
    padding-bottom: 10px;
    padding-left: 1em;
    text-indent: -1em;
}
ul.privacy_Box_ListSecond li{
    counter-increment: cnt;
}
ul.privacy_Box_ListSecond li:before{
    content: "(" counter(cnt) ") ";
}
.privacy_Contact {
    line-height: 1.7;
    margin-bottom: 20px;
}
.privacy_Contact_01 {
    
}
.privacy_Contact_02 {
    padding-left: 30px;
}
.privacy_Contact_03 {
    padding-left: 60px;
}
.privacy_Name {
    text-align: right;
}
@media screen and (min-width:701px) and ( max-width:1024px){

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

}
/*************************************
反社会的勢力等に対する基本方針
*************************************/
#housin01 {
    padding-bottom: 80px;
}
.housin01_Top {
    margin-bottom: 20px;
}
#housin01 ul{
    list-style-type: decimal;
    list-style-position: inside;
/*    margin-bottom: 30px;*/
}
#housin01 li {
    line-height: 1.7;
    padding-bottom: 30px;
    padding-left: 1em;
    text-indent: -1em;
}
.housin01_BottomName {
    line-height: 1.7;
    text-align: right;
}
@media screen and (min-width:701px) and ( max-width:1024px){

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

}
/*************************************
特定個人情報等の適正な取扱いに関する基本方針
*************************************/
#housin02 {
    padding-bottom: 80px;
}
.housin02_Top {
    margin-bottom: 20px;
}
#housin02 ul{
    list-style-type: decimal;
    list-style-position: inside;
/*    margin-bottom: 30px;*/
}
#housin02 li {
    line-height: 1.7;
    padding-bottom: 30px;
}
#housin02 li p {
    padding-left: 1em;;
}
.housin02_Contact {
    line-height: 1.7;
    padding-bottom: 30px;
}
.housin02_BottomText {
    line-height: 1.7;
    padding-bottom: 30px;
}
.housin02_BottomName {
    line-height: 1.7;
    text-align: right;
}
@media screen and (min-width:701px) and ( max-width:1024px){

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

}
/*************************************
お問い合わせ
*************************************/
.contact_Tel {
    margin-bottom: 50px;
}
.contact_Tel_Text {
    margin-bottom: 30px;
}
.contact_Tel_Img {
    text-align: center;
    border: 3px solid #006cb6;
    border-radius: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;;
}
.contact_Tel_Img img {
    max-width: 100%;
}
.contact_Mail {
    margin-bottom: 50px;
}
.contact_Mail_TopText {
    margin-bottom: 20px;
}
.contact_Mail_TopText span {
    color: #FFFFFF;
    background-color: #FF7070;
    padding: 5px;
    font-size: 0.8em;
}
.contact_Mail_Box {
    border: 1px solid #524c50;
}
.contact_Mail_Box_Inner {
    width: 75%;
    margin: 0 auto;
    padding-top: 30px;
    padding-bottom: 30px;
    color: #524c50;
}
.contact_Mail_Box_Inner h4 {
    text-align: center;
    font-weight: bold;
    padding-bottom: 20px;
}
@media screen and (min-width:701px) and ( max-width:1024px){

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

}
/*************************************
サンクス
*************************************/
.thanks_Box {
    
}
.thanks_Box_Text {
    margin-bottom: 60px;
}
.thanks_Box_Btn {
    text-align: center;
    margin-bottom: 60px;
}
.thanks_Box_Logo {
    text-align: center;
    margin-bottom: 30px;
}
.thanks_Box_Btn img{
    max-width: 100%;
}
.thanks_Box_Logo img {
    max-width: 100%;
}
.thanks_Box_Address {
    text-align: center;
    line-height: 1.7;
}
@media screen and (min-width:701px) and ( max-width:1024px){

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

}


/*************************************
スライドショー
*************************************/
.container-mv{
	width: 1000px;
	margin: auto;
	padding:  20px 0;
}
@media screen and ( max-width:1024px){
	.container-mv{
		width: 100%;
		margin: auto;
	}
}
.slideshow {
  position: relative;
  width: 100%;
  overflow: hidden;
}

/* 横幅100%、高さは自動。中央重ね＆フェード対応 */
.slideshow img {
  width: 100%;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity 1.5s ease;
  z-index: 0;
}

/* 表示中のスライド */
.slideshow img.active {
  opacity: 1;
  z-index: 1;
  position: relative; /* 表示画像だけ flow に乗せると高さが反映される */
}