
@charset 'utf-8';

body{
    color: #4B4E53;
    padding-top: 117px;
}
.fv-section video{
    width: 100%;
}
.header .container-m-30{
    padding-left: 20px;
    padding-right: 20px;
}
#header-left {
    position: fixed;
    margin-bottom: 0;
}
.side-content{
    margin-left: 0;
}
.header.no-transparent .header-wrapper{
    display: flex;
    flex-wrap: wrap;
}
.header.no-transparent .header-wrapper>.container-m-30{
    background-color: #fff;
}
.menu-btn-respons-container{
    display: none;
}
.side-header{
    position: initial;
    height: auto;
    width: auto;
    padding-bottom: 0;
}
#header-left .logo-row{
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    justify-content: space-between;
}
#header-left .sub-menu .text{
    text-align: right;
    margin-bottom: 0;
    font-weight: bold;
    color: #7D568A;
    font-size: 20px;
    letter-spacing: 0.1em;
}
#header-left .sub-menu ul{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 0;
}
#header-left .sub-menu ul li{
    list-style: none;
    margin-right: 2em;
}
#header-left .sub-menu ul li span{
    margin-right: 5px;
}
#header-left .sub-menu ul li:last-child{
    margin-right: 0;
}
#header-left .sub-menu ul a{
    color: #7D568A;
    font-weight: bold;
}
.header {
    position: initial;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
}
#header-left #main-menu .navbar .nav{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.side-header,
.header.no-transparent .header-wrapper{
    background: #7D568A;
}
.logo-img{
    height: 45px;
}
#header-left #main-menu .navbar .nav > li{
    margin-right: 2em;
}
#header-left #main-menu .navbar .nav > li > a{
    color: #fff;
    font-weight: bold;
    transition: .3s;
    padding: 11px 0 !important;
}
#header-left #main-menu .navbar .nav > li.current > a{
    color: #fff !important;
}
#header-left #main-menu .navbar .contact-link-item a:hover,
#header-left #main-menu .navbar .nav > li:hover > a{
    color: #fff;
    opacity: .6;
}
#header-left #main-menu .navbar .contact-link{
    margin-top: 30px;
    padding: 0 20px 0 0;
}
#header-left #main-menu .navbar .contact-link-item:first-child{
    margin-bottom: 1.5em;
}
#header-left #main-menu .navbar .contact-link-item img{
    width: 35px;
    margin-right: 10px;
}
#header-left #main-menu .navbar .contact-link-item a:hover{
    opacity: 1;
    background-color: #7D568A;
}
#header-left #main-menu .navbar .contact-link-item a{
    color: #7D568A;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    background-color: #fff;
    border: 1px solid #fff;
    padding: 10px;
    font-size: 16px;
}
#header-left .logo-2{
    margin: 0;
    padding: 15px 0;
}
#header-left #main-menu .navbar .nav{
    padding-top: 0;
}
.inline-content .mfp-content{
    padding: 0 40px;
}
.inline-content .popup-content{
    position: relative;
}
.inline-content .popup-inner{
    max-width: 100%;
    padding: 50px;
    margin: 0 auto;
    background-color: #fff;
    max-height: 90vh;
    overflow-y: scroll;
}
.inline-content .popup-inner h3{
    margin-top: 0;
}
.white-popup-block {
    background: #ccc;
    padding: 20px;
    max-width: 300px;
    margin: 0 auto;
    animation: open 1s;
}
.mfp-removing{
    animation: close 1s;
}
@keyframes open {
    0%   {opacity: 0;}
    100% {opacity: 1;}
}
@keyframes close {
    0%   {opacity: 1;}
    100% {opacity: 0;}
}
.port-title-cont p{
    margin: 0;
}
.port-title-cont{
    color: #fff;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    margin: 0;
}
.works-section .owl-prev{
    left: 15px !important;
    opacity: 1;
    box-shadow: none;
}
.works-section .owl-next{
    right: 13px !important;
    opacity: 1;
    box-shadow: none;
}

.works-section2 .owl-prev{
    left: 15px !important;
    opacity: 1;
    box-shadow: none;
}
.works-section2 .owl-next{
    right: 13px !important;
    opacity: 1;
    box-shadow: none;
}
.equipment-section .row{
    display: flex;
    flex-wrap: wrap;
}
.equipment-section .row>div{
    float: initial;
    padding-bottom: 20px;
}
.news-section dl{
    display: flex;
    flex-wrap: wrap;
    padding: 20px;
    border-top: 1px solid rgba(125,86,138,.3);
}
.news-section dl dt{
    font-weight: bold;
    width: 107px;
    min-width: 107px;
    margin-right: 40px;
}
.news-section dl dd{
    width: calc(100% - 147px);
}
.container{
    padding-right: 30px;
    padding-left: 30px;
}
.news-section .news-box{
    height: 240px;
    padding-right: 20px;
    overflow-y: scroll;
}
.news-section .news-box::-webkit-scrollbar{ 
    width: 5px;
}
.news-section .news-box::-webkit-scrollbar-thumb{ 
    background: #c1c1c1;
}
.news-section .news-box::-webkit-scrollbar-track-piece:start{
    background: #f1f1f1;
}
.news-section .news-box::-webkit-scrollbar-track-piece:end{
    background: #f1f1f1;
}
.table table{
    width: 80%;
    margin: 0 auto;
}
@media screen and (max-width:768px) {
    .table table{
        width: 100%;
    }
}
.table table th,
.table table td{
    border-bottom: 1px solid rgba(125,86,138,.3);
    vertical-align: top;
    padding: 15px 20px;
}
.recruit-popup .table table tr:first-child th,
.recruit-popup .table table tr:first-child td,
.company-section .table table tr:first-child th,
.company-section .table table tr:first-child td{
    border-top: 1px solid rgba(125,86,138,.3);
}
.company-section .table table tr:last-child th,
.company-section .table table tr:last-child td{
    border-bottom: 1px solid rgba(125,86,138,.3);
}
.table table tr:last-child th,
.table table tr:last-child td{
    border-bottom: none;
}
.table table th{
    font-weight: bold;
}
.table table td .map{
    margin-top: 20px;
}
.company-section .table table td img{
    width: 200px;
    margin-right: 20px;
}
.table table td .map iframe{
    vertical-align: bottom;
    width: 100%;
    height: 25vw;
}
.common-btn a{
    cursor: pointer;
    transition: .3s;
    display: inline-block;
    padding: 10px 100px;
    color: #fff;
    font-weight: bold;
    background-color: #7D568A;
    border: 1px solid #7D568A;
}
.common-btn a:hover{
    background-color: #fff;
    color: #7D568A;
}
.recruit-section .row .common-btn a{
    width: 100%;
    padding: 15px 0;
    text-align: center;
}
.recruit-section{
    text-align: center;
}
.recruit-section .text{
    margin: 70px 0 40px;
}
hr{
    margin: 50px 0 0;
}
hr.mt0{
    margin-top: 0;
}
.page-section.works-section{
    background-color: #fcf9ff;
    padding: 50px 0px 0px 0px;
}
.page-section.works-section2{
    background-color: #fcf9ff;
    padding: 0px 0px 50px 0px;
}

.page-section.company-section{
    background-color: #fcf9ff;
    padding: 50px 0;
}
.label-text{
    margin-top: 0;
    position: relative;
    padding-bottom: 20px;
    letter-spacing: 0.1em;
    text-align: center;
}
.label-text::before{
    content: "";
    height: 2px;
    width: 60px;
    position: absolute;
    transform: translateX(-50%);
    bottom: 0;
    left: 50%;
    background-color: #7D568A;
}
.page-section{
    padding-top: 50px;
}
.col-md-offset-6 {
    margin-left: 45%;
}
.message-section h2{
    font-size: 18px;
    margin: 0 0 10px;
}
.inline-content .popup-inner h3{
    margin-bottom: 20px;
    font-weight: bold;
    font-size: 18px;
}
.inline-content .popup-inner p{
    margin-top: 20px;
}
.popup-content .common-btn{
    text-align: center;
    margin-top: 30px;
}
.page-section.fv-section{
    padding-top: 0;
    margin-top: 0;
}
.item {
    margin: 0 7px 30px 8px;
}
.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9{
    padding-right: 7px;
    padding-left: 8px;
}
.news-popup.popup-content .text.top{
    font-size: 18px;
    font-weight: bold;
    margin: 0 0 10px;
}
.message-section .img img{
    width: 100%;
}
.message-section .container{
    padding: 0;
}
.message-section .text-box{
    padding: 0 30px 0 20px;
}
.port-filter{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
body.overlay-fixed{
    width: 100%;
}
.post-prev-info, .post-prev-info a{
    color: #4B4E53;
}
.company-section .common-btn{
    text-align: center;
    margin-top: 30px;
}
.company-section .common-btn a{
    background-color: #fff;
    color: #7D568A;
}
.company-section .common-btn a:hover{
    background-color: #7D568A;
    color: #fff;
}
.recruit-popup .popup-inner .label-text{
    margin-bottom: 50px;
}
.recruit-popup .table th{
    width: 20%;
}
.recruit-popup .table td{
    width: 80%;
}
.recruit-section .container>.common-btn a{
    padding: 15px 100px;
}
::selection {
    background-color:#ecdbff;
}
.fes7-img{
    height: 17vw;
}
.equipment-section .box .flex{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 25px;
}
.equipment-section .box .flex:nth-of-type(1),
.equipment-section .box .flex:nth-of-type(3){
    flex-direction: row-reverse;
}
.equipment-section .box .flex>div{
    width: 48%;
}
.equipment-section .box .flex>div h2{
    font-size: 20px;
    font-weight: bold;
    padding-left: 20px;
    margin-bottom: 30px;
    border-left: 4px solid #7D568A;
}
.equipment-section .box .flex>div .text b{
    font-size: 16px;
}
#header-left #main-menu .navbar .nav > li.adjust{
    display: none;
}
.fv-section .img img{
    width: 100%;
}
.inline-content .popup-content{
    max-width: 1200px;
    margin: 0 auto;
}
.port-filter a{
    border: 1px solid  #7D568A;
    background-color: #fff;
    color: #7D568A;
    margin: 0 5px;
    width: 170px;
    padding: 7px 0;
    font-weight: bold;
    text-align: center;
    font-size: 18px;
}
.port-filter a:hover{
    background-color: #fff;
    border-color: #7D568A;
    background-color: #7D568A;
    color: #fff !important;
}
.port-filter a.active{
    background-color: #fff;
    border-color: #7D568A;
    background-color: #7D568A;
    color: #fff !important;
    pointer-events: none;
}

.news-popup .text-box .text img{
    margin: 20px 0;
}
.img-flex{
    display: flex;
    flex-wrap: wrap;
    margin: 30px 0;
}
.img-flex .img{
    width: 48%;
    margin: 1%;
}
.img-flex.adjust .img{
    width: 98%;
    text-align: center;
}
p.mb-0 + .img-flex{
    margin-top: 0;
}
.company-section .table{
    max-width: 800px;
    margin: 0 auto;
}


@media (min-width: 1025px){
    .side-content .container {
        max-width: 1200px;
    }
}


@media (max-width: 1024px){
    .cd-header-buttons img{
        width: 30px;
    }
    #header-left #main-menu .navbar .contact-link{
        display: none;
    }
    .cd-header-buttons{
        top: 24px;
    }
    .cd-header-buttons li{
        margin-right: .5em;
    }
    .main-menu-container{
        background-color: #7D568A;
    }
    .fes7-img-cont{
        width: 100%;
        margin-bottom: 50px;
        padding: 0;
    }
    .message-section .col-md-offset-6{
        width: 100%;
        margin-left: 0;
    }
    .inline-content .mfp-content{
        padding-left: 40px;
    }
    .header{
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
    }
    body{
        padding-top: 85px;
    }
    .navbar-toggle .icon_menu:before{
        color: #fff;
    }
    #main-menu .navbar .nav > li > a{
        color: #fff !important;
    }
    #main-menu .navbar .nav{
        padding-bottom: 20px;
    }
    .page-section {
        padding-top: 50px; 
        margin-top: 0;
    }
    .message-section{
        margin-top: 0;
    }
    .message-section .row{
        margin: 0;
    }
    .message-section .pb-80{
        padding-bottom: 40px;
    }
    .message-section .text-box{
        width: 100%;
    }
    .fes7-img{
        height: 50vw;
    }
    .message-section .img{
        margin-bottom: 30px;
    }
    .message-section .container{
        padding-right: 30px;
        padding-left: 30px;
    }
    .message-section .text-box{
        padding: 0;
    }
    .logo-2, .header.no-transparent .logo-2{
        padding: 17px 0;
    }
    .hamb-mob-icon{
        padding-right: 0;
    }
    .logo-img {
        height: 55px;
    }
    #header-left .logo-2{
        margin-top: 0;
    }
    .header.no-transparent .header-wrapper>.container-m-30{
        background-color: transparent;
    }
    #header-left{
        position: fixed;
    }
    #header-left .sub-menu{
        display: none;
    }
    .menu-btn-respons-container{
        display: block;
    }
    #header-left #main-menu .navbar .nav{
        display: block;
        padding-top: 10px;
    }
    #header-left #main-menu .navbar .nav > li.adjust{
        display: block;
    }
    #header-left #main-menu .navbar .nav > li{
        margin-right: 0;
    }
    #header-left #main-menu .navbar .nav > li span{
        margin-right: 5px;
    }
    .equipment-section .box .flex{
        display: block;
    }
    .equipment-section .box .flex>div{
        width: 100%;
    }
    .equipment-section .box .flex>div.img{
        margin-bottom: 25px;
    }
}
@media (max-width: 991px){
    .equipment-section .row>div.col-md-12{
        width: 100%;
    }
    .recruit-section .row .col-md-3{
        margin-bottom: 10px;
    }
    .mobile .port-overlay-cont {
        display: block;
        visibility: visible;
        opacity: 1;
    }
    .port-title-cont{
        height: auto;
    }
    .port-item:hover .port-overlay-cont, .lightbox-item:hover .port-overlay-cont{
        padding: 5px 0;
    }
    .port-grid-gut li:first-child .port-overlay-cont{
        padding-right: 0;
    }
    .port-overlay-cont{
        right: 0;
        top: auto;
        bottom: 15px;
        left: auto;
        padding: 5px 0;
        width: calc(100% - 15px);
        height: auto;
        background: rgba(16,16,16, .55);
    }
    .port-item .port-img-overlay:after, .lightbox-item .port-img-overlay:after{
        display: none;
    }
    .port-item:hover .port-main-img, .lightbox-item:hover .port-main-img{
        -webkit-transform: scale(1) translateZ(0);
        -ms-transform: scale(1) translateZ(0);
        transform: scale(1) translateZ(0);
    }
    .port-item:hover .port-title-cont, .lightbox-item:hover .port-title-cont{
        margin-bottom: 0;
    }
    .port-filter a{
        width: 115px;
    }
}
@media (max-width: 767px){
    .logo-img{
        height: 30px;
    }
    .hamb-mob-icon{
        padding-top: 16px;
        padding-bottom: 15px;
    }
    .cd-header-buttons{
        top: 15px;
    }
    .label-text{
        font-size: 24px;
        padding-bottom: 10px;
        margin-bottom: 30px;
    }
    .label-text::before{
        width: 40px;
        height: 1px;
    }
    .container {
        padding-right: 20px;
        padding-left: 20px;
    }
    .news-section dl{
        display: block;
        padding: 13px;
    }
    .news-section dl dt,
    .news-section dl dd{
        width: 100%;
    }
    .news-section dl dt{
        padding-bottom: 5px;
    }
    .news-section .news-box{
        height: 280px;
        padding-right: 10px;
    }
    .inline-content .popup-inner{
        padding: 20px;
    }
    .inline-content .popup-inner h3,
    .inline-content .popup-inner .label-text{
        font-size: 16px;
        margin-bottom: 15px;
    }
    .common-btn a{
        padding: 10px 0;
        text-align: center;
        width: 100%;
    }
    .inline-content .mfp-content{
        padding: 0 20px;
    }
    .table table th, .table table td{
        padding: 14px 0;
        display: block;
        width: 100%;
    }
    .table table th{
        border-bottom: none;
        padding-bottom: 0;
    }
    .table table td{
        padding-top: 5px;
    }
    .table table td .map iframe{
        height: 60vw;
    }
    .recruit-popup .popup-inner .label-text{
        margin-bottom: 30px;
    }
    .recruit-popup .table table tr:first-child td,
    .company-section .table table tr:first-child td{
        border-top: none;
    }
    .company-section .table table tr:last-child th{
        border: none;
    }
    .recruit-popup .table th,
    .recruit-popup .table td{
        width: 100%;
    }
    .recruit-section .container>.common-btn a{
        padding: 15px 0;
    }
    .recruit-section .row{
        margin: 0;
    }
    .recruit-section .row .col-md-3{
        padding: 0;
    }
    .recruit-section .text{
        text-align: left;
        margin: 40px 0;
    }
    .recruit-section .text br{
        display: none;
    }
    .message-section .container{
        padding-right: 20px;
        padding-left: 20px;
    }
    .message-section .col-md-5,
    .message-section .col-md-7{
        padding: 0;
    }
    .message-section{
        padding-bottom: 40px;
    }
    body{
        padding-top: 60px;
    }
    .equipment-section .box .flex>div h2 {
        font-size: 18px;
        padding-left: 15px;
        border-left: 3px solid #4B4E53;
    }
    .equipment-section .box .flex>div.img{
        margin-bottom: 20px;
    }
    .recruit-section .row>div{
        margin-bottom: 10px;
    }
    .equipment-section .box .flex>div h2{
        margin-bottom: 20px;
    }
    .port-filter a{
        display: block;
        padding: 5px 0;
        text-align: center;
        width: 48%;
        margin: 1%;
    }
    .port-filter a:last-child{
        width: 98%;
    }
    .port-filter{
        margin-bottom: 15px;
    }
    .port-filter a{
        font-size: 15px;
    }
    .company-section .table table td img{
        width: 150px;
    }
}



.text-left h2, .text-left p{
    text-align: left;
}

.jirei-siryo{
    display: flex;
  flex-direction: row;  
  width: 100%;
  justify-content: flex-end;
  margin-bottom: 20px;
}

.popup-movie-3m{
    list-style: none;
    padding-left: 0;
}
.popup-movie-3m li{
    margin-bottom: 15px;
}

.jirei-siryo .catalog-3m a, .jirei-siryo .movie-3m a{
  cursor: pointer;
    transition: .3s;
    display: inline-block;
    font-weight: bold;
    background-color: #fff;
    color: #7D568A;
    border: 1px solid #7D568A;
    padding: 3px;
    margin-left: 10px;
    text-align: center;
    width: 170px;
}

.jirei-siryo .catalog-3m a:hover, .jirei-siryo .movie-3m a:hover{
  cursor: pointer;
    transition: .3s;
    display: inline-block;
    color: #fff;
    font-weight: bold;
    background-color: #7D568A;
    border: 1px solid #7D568A;
    padding: 3px;
    margin-left: 10px;
    text-align: center;
    width: 170px;
}

@media(max-width:767px){
 
.popup-movie2-3m{
    overflow-wrap: break-word!important;
}

.jirei-siryo{
    justify-content: center;
}
}

.sab-title{
    font-size: 20px;
    font-weight: bold;
    padding-left: 20px;
    margin-bottom: 30px;
    border-left: 4px solid #7D568A;
}


#staff-contact{
width: 50%;
}
.staff-address{
    list-style: none;
    padding-inline-start:initial;
}

.staff-address a{
border-bottom: 1px solid #3872b8;
color: #3872b8;
}
.staff-address a:hover{
border-bottom: 1px solid #7D568A;
color: #7D568A;
}
.staff-address li{
    padding: 10px 10px 10px 30px;
    border-bottom: 1px solid lightgray;
}

.hospital-address{
    list-style: none;
    padding-inline-start:initial;
}
.hospital-address a{
border-bottom: 1px solid #3872b8;
color: #3872b8;
}
.hospital-address a:hover{
border-bottom: 1px solid #7D568A;
color: #7D568A;
}
.hospital-address li{
    padding: 10px 10px 10px 30px;
}

@media(max-width:767px){
.staff-address li{
    padding: 5px 0px 5px 0px;
} 
.staff-address li{
    padding: 5px 0px 5px 0px;
} 
#staff-contact{
width: 100%!important;
}
}


.catalog-area {
    display: flex;
    flex-direction: row;
    width: 100%;
  }
  .catalog-area img{
      width: 8%;
  }
  .catalog-area a:hover{
      color: #7D568A;
  }
  .catalog-area .catalog1{
      width: 33%;
      border-top: 1px solid #333;
      border-left: 1px solid #333;
      border-bottom: 1px solid #333;
      padding: 10px;
  }
  .catalog-area .catalog1-last{
      width: 33%;
      border: 1px solid #333;
      padding: 10px;
  }
  .catalog-area .catalog2{
      width: 33%;
      border-left: 1px solid #333;
      padding: 10px;
  }
  .catalog-area .catalog2-last{
      width: 33%;
      border-left: 1px solid #333;
      border-right: 1px solid #333;
      padding: 10px;
  }
  .catalog-area .catalog3{
      width: 33%;
      border-left: 1px solid #333;
      border-bottom: 1px solid #333;
      border-top: 1px solid #333;
      padding: 10px;
  }
  .catalog-area .catalog3-last{
      width: 33%;
      border: 1px solid #333;
      padding: 10px;
  }
  @media(max-width:767px){
  .catalog-area {
    flex-direction: column ;
  }
  
  .catalog-area .catalog1{
      width: 100%;
      border: none;
  }
  .catalog-area .catalog1-last{
      width: 100%;
      border: none;
  }
  .catalog-area .catalog2{
      width: 100%;
      border: none;
  }
  .catalog-area .catalog2-last{
      width: 100%;
      border: none;
  }
  .catalog-area .catalog3{
      width: 100%;
      border: none;
  }
  .catalog-area .catalog3-last{
      width: 100%;
      border: none;
  }
  }
  
  
  
  
  
  .movie-area {
    display: flex;
    flex-direction: row;
    width: 100%;
  }
  .movie-area img{
      width: 6%;
  }
  .movie-area a:hover{
      color: #7D568A;
  }
  .movie-area .movie1{
      width: 33%;
      border-top: 1px solid #333;
      border-left: 1px solid #333;
      border-bottom: 1px solid #333;
      padding: 10px;
  }
  .movie-area .movie1-last{
      width: 33%;
      border: 1px solid #333;
      padding: 10px;
  }
  .movie-area .movie2{
      width: 33%;
      border-left: 1px solid #333;
      padding: 10px;
  }
  .movie-area .movie2-last{
      width: 33%;
      border-left: 1px solid #333;
      border-right: 1px solid #333;
      padding: 10px;
  }
  .movie-area .movie3{
      width: 33%;
      border-left: 1px solid #333;
      border-bottom: 1px solid #333;
      /*border-top: 1px solid #333;*/
      padding: 10px;
  }
  .movie-area .movie3-last{
      width: 33%;
      border-left: 1px solid #333;
      border-right: 1px solid #333;
      border-bottom: 1px solid #333;
      /*border-top: 1px solid #333;*/
      padding: 10px;
  }
  @media(max-width:767px){
  .movie-area {
    flex-direction: column ;
  }
  
  .movie-area .movie1{
      width: 100%;
      border: none;
  }
  .movie-area .movie1-last{
      width: 100%;
      border: none;
  }
  .movie-area .movie2{
      width: 100%;
      border: none;
  }
  .movie-area .movie2-last{
      width: 100%;
      border: none;
  }
  .movie-area .movie3{
      width: 100%;
      border: none;
  }
  .movie-area .movie3-last{
      width: 100%;
      border: none;
  }
  }

  .line-mitumori-bunner{
    border: 2px solid #7D568A;
    padding: 10px;
    border-radius: 5px;
    text-align: center;
    font-weight: bold;
    width: 70%;
    margin: 0 auto;
    margin-top: 30px;
}

.line-mitumori-bunner a{
    color: #7D568A;
    display: block;
}

.line-mitumori-bunner:hover{
    border: 2px solid #7D568A;
    padding: 10px;
    border-radius: 5px;
    text-align: center;
    font-weight: bold;
    background-color: #7D568A;
    width: 70%;
    margin: 0 auto;
    margin-top: 30px;
}

.line-mitumori-bunner a:hover{
    color: #fff;
    display: block;
}

.lineQR{
    text-align: center;
}

.lineQR img{
    width: 50%;
}

.line-mitumori-bunner2{
    margin: 0 auto;
}

.line-mitumori-bunner2{
    width: 40%;
}

@media(max-width:767px){
    .line-mitumori-bunner2{
        width: 100%;
    }
    
}
