
/*--------------------------------------------------------------
# common
--------------------------------------------------------------*/
.wf-roundedmplus1c { font-family: "M PLUS Rounded 1c"; }
*{
    font-family: "M PLUS Rounded 1c"; 
}

.container-fluid .container{
/*    width: 1280px;*/
}




.header .logo img {
     max-height: 100%; 
    margin-right: 6px;
    margin-bottom: 10px;
}

.site-header.layout-3 .header-inner .wrap-content-header .header-logo {
    flex-grow: 1;
    flex-basis: 0;
    min-width: 150px;
    margin-left: -20px;
    padding-left: 20px;
    margin-bottom: -25px;
    padding-bottom: 25px;
    background-image: url(../img/common/logo-bg-03.webp);
    background-repeat: no-repeat;
    background-position: left bottom;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}



#navbar ul{
    margin-top: 10px;
}

#navbar ul ul{
    margin-top: -2px;
}

a .tc-icon {
    font-size: 22px;
    text-align: center;
    line-height: 1;
    position: absolute;
    bottom: 40px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
}

.featured-services .tc-icon {
    font-size: 52px;
    text-align: center;
    line-height: 1;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
}

.navbar{
/*    background-color: #FFFFFF;*/
}

@media (max-width: 980px){
        .navbar ul {
            background-color:#FFFFFF; 
        }
            .navbar ul ul {
            background-color:#2baae2;
        }
        a .tc-icon {
        font-size: 22px;
        text-align: left;
        line-height: 1;
        position: relative;
        bottom: -3px;
        left: 0;
        right: 0;
        margin-left: auto;
        margin-right: 10px;
            margin-top: 5px;
    }
        .navbar a, .navbar a:focus {
        display:block;
    }
}


#featured-services,
#featured-services a{
    color: #FFFFFF;
}
.fixed-top {
    top: 0px;
}

.footer .footer-content,
.footer .footer-legal{
    background-color: rgba(193,211,226,.5);
}


/*
.background-footer {
    width: 100%;
    min-width: 1900px;
    position: absolute;
    bottom: calc(100% - 58px);
    left: 50%;
    transform: translateX(-50%);
    margin: 0 auto;
    background-image: url(../img/common/bg-footer.png);
}
*/
.background-footer {
    width: 100%;
    height: 150px;
    position: absolute;
    margin: 0 auto;
    background-image: url(../img/common/bg-footer.png);
    background-position: center 0px;
    background-repeat: repeat-x;
    margin-top: -130px;
}





.footer {
    color:#666;
    background-position: center bottom;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: rgba(193,211,226,.5);
    position: relative;
    margin-top: 50px;
    background-image: url("../../assets/img/common/bg-footer-cloud.png");
    z-index: 1;
}



.footer .footer-content h4,
.footer .footer-content h5,
.footer .footer-content .footer-info p,
.footer .footer-content .footer-links ul a,
.footer .footer-content .footer-links ul i{
  color:#666;
}




.breadcrumbs {
    padding: 15px 0;
    min-height: 40px;
    margin-top: 0px;
}
.page-title .main-top h1{
    color: #FFFFFF;
}


.page-title .main-top .content {
    margin-top: 30px;
    padding-top: 50px;
/*    padding-bottom: 38px;*/
    text-align: center;
    height: 200px;
}
.page-title .main-top {
    /*    background-color:#56509f;*/
    background-color: #348BAD;
}

.page-title .main-top .content .wrap-breadcrumb {
    margin-top: 4px;
    margin-bottom: 4px;
    
}
.page-title .main-top .content .wrap-breadcrumb .breadcrumbs li {
    display: inline-block;
    font-weight: 600;
    font-size: 16px;
/*    line-height: 1.625;*/
    color: #fff;
    word-break: break-word;
    position: relative;
}


.text-right{
    text-align: right;
}





.line {
    width: 128px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    position: relative;
    background: 0 0;
    margin-top: -10px;
    height: auto;
    margin: 0 auto;
    margin-bottom: 25px;
}

.line::after, .line::before {
    content: '';
    display: block;
    height: 2px;
    flex-grow: 1;
    flex-basis: 0;
    background: rgba(249,106,154,.5);
}

*, *:before, *:after {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.breadcrumbs{
    background: none;
    
}


/* リンク */
.footer .footer-legal .social-links a {
    color: #0ea2bd;
}
.footer .footer-legal .social-links a:hover {
    color: #FFFFFF;
}


/*テーブル*/

.table-light{
    
}
.table th{
    background-color: #F4FAFE;
    padding: 20px;
    white-space: nowrap;
    color: #666;
    
}
.table td{
    background-color: #FFF;
    padding: 20px;
    color: #666;
}
.table-striped>tbody>tr:nth-of-type(odd)>*{
    color: #666;
}

.table.w20 th{
    width: 20%;
}
.table.w25 th{
    width: 25%;
}


/* カラー設定 */
.btn-info {
    --bs-btn-bg: #68B9D8;
    --bs-btn-border-color: #68B9D8;
}


.navbar .dropdown ul a {
    color: rgba(var(--color-white-rgb), 0.8);
}


/*--------------------------------------------------------------
# index
--------------------------------------------------------------*/
#index-image{
    margin-top: 25px;
    position: relative;
}
#index-image img.main-cloud{

    position: absolute;
    
    width: 100%;
    min-width: 1900px;

    bottom: calc(100% - 58px);
    left: 50%;
    transform: translateX(-50%);
}



.index-mainimage{
    background-image:url("../../assets/img/index/bg_main.jpg");
    background-position: center top;
    background-color: #FFFFFF;
    background-size:2000px 750px;
    background-repeat: no-repeat;
    min-height: 750px;
}



.index-mainimage h2{
      margin: 0 0 10px 0;
      font-size: 36px;
      font-weight: 300;
      color: #68B9D8;
    margin-bottom: 25px;    
}
.index-mainimage p{
      font-size: 14px;
}
.index-mainimage .text-box{
    margin-top: 100px;
}

.bannerBL{
    margin-bottom: 0;
}

.bannerBL a img{
    height: 91px;
    width: auto;
}
.bannerBL a {
/*    text-align: center;*/
    display: block;
}


section.bannerBL {
    background-image:url("../../assets/img/index/bg-class-home3.jpg");
    background-position: center top;
    background-color: #FFFFFF;
}

@media (max-width: 980px){
    section.bannerBL {
        background-position: center bottom;
        background-repeat: no-repeat;
    }

    #bannerBL{
        text-align: center;
    }
    
}



section.bannerBL .voiceBL  {
    text-align: center;
    background-color: #FFFFFF;
}

.voiceBL h3 {
  font-family: var(--font-secondary);
  font-weight: 300;
  font-size: 32px;
  margin-bottom: 20px;
    color: #68B9D8;
}


.newsBL h5{
    color: #68B9D8;
}
.newsBL dt{
    font-weight: normal;
}



/*--------------------------------------------------------------
# studio
--------------------------------------------------------------*/
#studio  h2,
#studio  h3,
#studio  h6{
    color: #68B9D8;
}


/*--------------------------------------------------------------
# kyousitu
--------------------------------------------------------------*/

.price{
    display: block;
}

.text-detail a{
    display: block;
    text-align: center;
}

.attention-content{
    
}

/*--------------------------------------------------------------
# contacts
--------------------------------------------------------------*/

.contact .php-email-form textarea.privacy{
    width: 100%;
    height: 150px;;
    color: #666;
    border: #ced4da 1px solid;
}

.radioBox{
    font-size: 20px;
    text-align: center;
}


.contact .php-email-form input[type=tel] {
    border-radius: 0px;
    box-shadow: none;
    font-size: 14px;
}

.contact .php-email-form input[type=tel] {
    height: 48px;
    padding: 10px 15px;
}

/*--------------------------------------------------------------
# price
--------------------------------------------------------------*/


@media (max-width: 980px){
body#price .table th,body#price .table td{
    white-space: nowrap;
    width: 1080px;

    }
}


/*--------------------------------------------------------------
# 動画用
--------------------------------------------------------------*/

/* ウィンドウ幅が767px以上の場合に適用 デスクトップ用 */
@media screen and (min-width: 767px) { 
 body{
/*   padding-left:10px;*/
  }

 #yt21x9{
   width:1000px;
    }
 #yt16x9{
   width:900px;

    }
 #yt4x3{
   width:640px;

    }
 #yt1x1{
   width:600px;
    }
 h3{
   color:naby;
  }
 
}


/* 959px以下に適用されるCSS（タブレット用） */
@media screen and (max-width: 959px) {

 /*ここにタブレット用CSSを記述*/
 
}

/* 480px以下に適用されるCSS（スマホ用） */
@media screen and (max-width: 480px) { 	


/* youtubeサイズ指定 */
  #yt21x9{
   width:100%; display:none;
    }
 #yt16x9{
   width:100%; display:none;
    }
 #yt4x3{
   width:100%;  display:none;
    }
 #yt1x1{
   width:100%;
    }
 #yt16x9-2{
   width:100%;  display:none;
    }

 h3{
   color:blue; 
  }

}


