

@charset "utf-8";
/*
Theme Name: stella_ver2
Theme URI: 
Template: lightning
Description: カナレールステラ用のテーマ
Author: okamuray
Tags: 
Version: 2
*/


html {
  /* ルートのフォントサイズを10pxと同サイズに設定 */
  font-size: 62.5% ; 
}
body {
  /* ベースのフォントサイズを16px相当に設定 */
  font-size: 1.6rem ; 
}
/*
body{
 background: url(../stella/_g3/assets/images/bg.png) ;
}
*/
/*-----------------------------

----------------------------*/
@media screen and (min-width: 768px){
    .sp{
        display: none;
    }
}
@media screen and (max-width: 1200px){
    .tab{
        display: none;
    }
}
@media screen and (max-width: 768px){
    .pc{
        display: none;
    }
}

.center{
    text-align: center;
}
/*-----------------------------
flexbox
----------------------------*/

.flexbox > *{
}
@media (min-width: 768px){
    .flexbox{
        display: flex;
        margin-bottom: 3rem;
    }
    .flexbox > *{
        margin-bottom: 0;
    }
    
    .flexbox.flexbox-col2 >*:first-child{
        padding-right:1rem;
    }
    .flexbox.flexbox-col2 >*:last-child{
        padding-left: 1rem;
    }
    
}
.flexbox >*{
    box-sizing: border-box;
}




/*-----------------------------
l-site-header
----------------------------*/
.l-site-header {
  position: fixed;
  top: 0;
  right: calc(100% - 70px);
  height: 100vh;
  margin: 0;
  padding: 0;
  z-index: 1001;
  cursor: pointer;
  white-space: nowrap;
  background: rgba(0,0,0,0.8);
  background: linear-gradient(0deg, rgba(140,36,11,1) 0%, rgba(163,108,41,1) 10%, rgba(111,107,98,1) 30%, rgb(20 33 60) 65%, rgb(4 16 30) 100%); 
}
.home .l-site-header {
    background: none;
}

    .l-site-header {
     max-width: 360px;
    }

.device-mobile .l-site-header {
    position: fixed;
    top: 0;
    left: -75vw;
background: rgb(140,36,11);
    background: linear-gradient(0deg, rgba(140,36,11,1) 0%, rgba(163,108,41,1) 10%, rgba(111,107,98,1) 30%, rgb(20 33 60) 65%, rgb(4 16 30) 100%);
    width: 75vw;
    height: 100%;
    margin: 0;
    padding: 0;
    z-index: 10000;
    
}
.home .l-site-header.active{
    background: rgba(0,0,0,0.8)
}
.l-site-header .header_inner{
    position: relative;
    padding: 4rem 0 0 0;

}
.l-site-header .inner {

}

.device-mobile .l-site-header .inner {
    bottom: auto;
    top: 70px;left: 0;
}
.device-mobile .global-nav-list>li{
    padding: 1rem 0;
    
}
.device-mobile .global-nav-list>li a{
    padding: .5rem;
}

.global-nav-list>li:before{
    content:none;
}

/*
.device-pc .l-site-container{
        margin-left: 70px;
}*/
.device-pc.home .l-site-container{
        margin-left:0px;
}
.l-container {
    margin: 0 auto;
}

@media (min-width: 1200px){
    .l-container {
    max-width: 100%;
    width: 100%;
  }
  
}

.device-mobile .btn-back {
    position: absolute;
    right: 20px;
    z-index: 1;
}
.btn-back a {
    position: relative;
    display: inline-block;
    padding: 5px 5px 5px 22px;
    font-size: 13px;
    letter-spacing: 0.13em;
}




/*========= ナビゲーションのためのCSS ===============*/
.l-site-header, .l-site-header  a {
    color: #FFFFFF;
}

/*リストのレイアウト設定*/
.global-nav-list {
    display: block;
    margin-top: 10rem;
}
#g-nav.panelactive #g-nav-list{
    width: auto;
}
@media (max-width: 991.98px){
    .global-nav {
     display: block;   
    }
}
#g-nav li{
list-style: none;
    float: none;
}

#g-nav li a{
color: #fff;
text-decoration: none;
padding:10px;
display: block;
text-transform: uppercase;
letter-spacing: 0.1em;
font-weight: bold;
text-align: left;
}

/*========= ボタンのためのCSS ===============*/

.device-pc .btn-nav.sp{display: none}
.device-mobile .btn-nav.pc{display: none}

.device-pc .btn-nav{
    position: absolute;
    top: 26px;
    box-sizing: border-box;
    width: 50px;
    height: 50px;
    text-align: center;
    transition: .6s cubic-bezier(0.86, 0, 0.07, 1);
    cursor: pointer;
     z-index: 10002;
right: 10px;
}
.device-mobile .btn-nav{
    position: absolute;
    top: 26px;
    box-sizing: border-box;
    width: 50px;
    height: 50px;
    text-align: center;
    transition: .6s cubic-bezier(0.86, 0, 0.07, 1);
    cursor: pointer;
     z-index: 10002;
    left: 0;
}
.btn-nav b{
    font-size: 0.68rem;
}
.btn-nav img{
    width: 25px;
}

.btn-nav.active {

}

.btn-nav-center{
    top: 45%;
    width: 50px;
    height: 50px;
    right: 12px;
}
.btn-nav-center.active {
bottom: 40px;
    right: 30px;
    left: auto;
    transition: .15s ease-out;
    top: auto;
}
/*×に変化*/
.btn-nav span{
    display: inline-block;
    transition: all .4s;
    position: absolute;
    left: 14px;
    height: 1px;
    border-radius: 2px;
    background-color: #fff;
  width: 45%;
  }





.btn-nav span:nth-of-type(1) {
top:15px;
}

.btn-nav span:nth-of-type(2) {
top:23px;
}

.btn-nav span:nth-of-type(3) {
top:31px;
}

.btn-nav.active span:nth-of-type(1) {
    top: 18px;
    left: 18px;
    transform: translateY(6px) rotate(-45deg);
    width: 70%;
}

.btn-nav.active span:nth-of-type(2) {
opacity: 0;
}

.btn-nav.active span:nth-of-type(3){
    top: 30px;
    left: 18px;
    transform: translateY(-6px) rotate(45deg);
    width: 70%;
}



/*========= sns ===============*/
.l-site-header .sns {
position: absolute;
    bottom: 20px;
    right: 26px;
    text-align: center;
    transition: all 0.6s cubic-bezier(0.86, 0, 0.07, 1) 0s;
}

.l-site-header .sns span {
    display: block;
    margin: 0 0 8px 2px;
    font-size: 11px;
    letter-spacing: 0.1em;
}
.l-site-header .sns ul{
    margin: 0;
    padding: 0;
}
.l-site-header .sns li{
    list-style: none;
}
/*---------------------
.vk-mobile-nav
--------------------*/
.vk-mobile-nav-menu-btn {
	display: none;
}


/*---------------------
flex-container
--------------------*/
.flex-container{
       display: flex;
    flex-wrap: wrap; 
}


.fixed-container > *{
     width: 100%
}

@media (min-width: 768px){
    .fixed-container .fixed-left{
        width: 45%
    }
    .fixed-container .fixed-main{
        width: 55%
    }  
    
    .device-pc.single-post .fixed-container > *{
    width: 100%;
    margin-left: 70px;
    float: none;
    }
}
@media (min-width: 1600px){
    .fixed-container .fixed-left{
       
    }
    .fixed-container .fixed-main{
       
    }  
    
    .fixed-container .fixed-main #main{

    }
    
    .fixed-container .fixed-main .top_image_{
        display: flex;
    flex-wrap: wrap;
    background: #01010d;
    }
    .fixed-container .fixed-main .top_image_ li{
        
    }
}
.fixed-left{
    position: relative;;
    display: flex;
    align-items: center;
    overflow: hidden;
}

#visual{
       padding: 30px ;
       
    background: rgb(140,36,11);
    background: linear-gradient(0deg, rgba(140,36,11,1) 0%, rgba(163,108,41,1) 10%, rgba(111,107,98,1) 30%, rgb(20 33 60) 65%, rgb(4 16 30) 100%);
}


@media (min-width: 768px){
    .fixed-left{
    position: fixed;
    top: 0;
    left: 0;
    }
    .fixed-main{
        float:right;
    }
}

@media (max-width: 768px){
   .fixed-left{
        height: 55vh;
    }
}

@media (min-width: 768px){
   .fixed-left{
        height: 100vh;
    }
}


    .device-pc .fixed-main .container {
        max-width: 900px;
    }
    
@media (min-width: 768px){
    
    .device-pc.single-post .fixed-container .fixed-main .container {
        max-width:auto;
    }
}

/*---------------------
home
--------------------*/


.hello {
    position: relative;
    z-index: 5;
    color:#FFF;
    text-align: center;
        margin: 0 auto;

    }
.hello .logo{
    max-width: 200px;
    margin: 0 auto 30px;;
}
.hello h1{
    font-size: 1.6rem;
    letter-spacing: .25rem;
}
/*---------------------
hosi
--------------------*/

@keyframes move-twink-back {
    from {background-position:0 0;}
    to {background-position:-10000px 5000px;}
}
@-webkit-keyframes move-twink-back {
    from {background-position:0 0;}
    to {background-position:-10000px 5000px;}
}
@-moz-keyframes move-twink-back {
    from {background-position:0 0;}
    to {background-position:-10000px 5000px;}
}
@-ms-keyframes move-twink-back {
    from {background-position:0 0;}
    to {background-position:-10000px 5000px;}
}

@keyframes move-clouds-back {
    from {background-position:0 0;}
    to {background-position:10000px 0;}
}
@-webkit-keyframes move-clouds-back {
    from {background-position:0 0;}
    to {background-position:10000px 0;}
}
@-moz-keyframes move-clouds-back {
    from {background-position:0 0;}
    to {background-position:10000px 0;}
}
@-ms-keyframes move-clouds-back {
    from {background-position: 0;}
    to {background-position:10000px 0;}
}

.stars, .twinkling, .clouds {
  position:absolute;
  top:0;
  left:0;
  right:0;
  bottom:0;
  width:100%;
  height:100%;
  display:block;
}

.stars {
  background: url(./_g3/assets/images/stars.png) repeat-x top center;
  z-index:0;
}
/*
.twinkling{
     background-color: transparent;
  background-image:url(../stella/_g3/assets/images/twinkling.png) ;
background-blend-mode: overlay;
  z-index:1;

  -moz-animation:move-twink-back 200s linear infinite;
  -ms-animation:move-twink-back 200s linear infinite;
  -o-animation:move-twink-back 200s linear infinite;
  -webkit-animation:move-twink-back 200s linear infinite;
  animation:move-twink-back 200s linear infinite;
 background-size: cover;  opacity: 0.1;
}
*/
.clouds{
    background:transparent url(./_g3/assets/images/clouds.png) repeat top center;
    z-index:3;
    background-size: contain;
    -moz-animation:move-clouds-back 200s linear infinite;
    -ms-animation:move-clouds-back 200s linear infinite;
    -o-animation:move-clouds-back 200s linear infinite;
    -webkit-animation:move-clouds-back 200s linear infinite;
    animation:move-clouds-back 200s linear infinite;
    opacity: 0.3;
}



/***********---------*/
.top_image_{
    margin: 0;
    padding: 0;
}
.top_image_ li {
    list-style: none;
     margin: 0;
    padding: 0; 
    overflow: hidden;
}
.top_image_ li img{
    display: block;
    width: 100%;
    height: auto;
}
@media (min-width: 768px){
  .top_image_ li img{
    transition: 0.7s cubic-bezier(0.05, 0.6, 0.16, 1.03);
    object-fit: cover;
}  
    .top_image_ a:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
}




.top_image_ li a{
    display: block;
    position: relative;
    color:#FFF;
}
.top_image_ li p {
    position: absolute;
    bottom: 10px;
    left: 15px;
    font-size: .86rem;
    letter-spacing: 2px;
    margin: 0;
}



/* #top-mask
---------------------------------------------------------------------------*/
.device-pc #top-mask {
	overflow: hidden;
	position: fixed;
	top: 0;
	right: 0;
	background-color: #FFFFFF;
	width: 55%;
	height: 100vh;
	z-index: 100;
}
@media (min-width: 1600px){
 .device-pc #top-mask {   
width: 70%;
}
}
.device-pc #top-mask .logo {
	opacity: 0;
}

.device-pc #top-mask .logo,
.device-pc .top-main .logo {
	position: absolute;
	top: 42px;
	right: 53px;
	z-index: 2;width: 40px;
}

.device-pc #top-mask .logo img,
.device-pc .top-main .logo img {
	width: 220px;
	height: auto;
}

.device-pc #visual .mask {
    position: absolute;
    top: 0;
   right: 0;
    background-color: #FFFFFF;
    width: 100%;
    height: 100vh;
    z-index: 100;
}

.device-mobile #top-mask {
    display: none;
}

/* #TOPのtitle
---------------------------------------------------------------------------*/
.title-center{
    text-align: center;
}
.title-center b{
    display: block;
}


/* #TOPの新着
---------------------------------------------------------------------------*/
.post-list{
    display: flex;
    flex-wrap:wrap;
    margin-bottom: 2rem;
}
.post-list .vk_post {
    width: 50%;
    margin: 0;
    padding: 0 15px !important;
}
.entry-body>.vk_posts>.media.vk_post-col-sm-12:first-child, .main-section>.vk_posts>.media.vk_post-col-sm-12:first-child,
.vk_post.media{
    border: none;
    display: block;
}

@media (min-width: 1600px){
.post-list .vk_post {
    width: 33%;
}
    
    
}
.vk_post{

}
.vk_post .media-img,
.vk_post .media-body{
    width: 100%;
}
.vk_post-btn-display.media .vk_post_body{
    padding: 0;
    height: auto;
}

.vk_post_title_new,
.vk_post_imgOuter_singleTermLabel,
.vk_post_btnOuter{
    display: none;
}



/* CSS上書き
---------------------------------------------------------------------------*/
.entry-title--post-type--page, h2{
    border: none;
}
.site-footer{
    border: none;
}
.site-footer-title, .sub-section-title, h3{
       border: none; 
}
.site-footer-title:after, .sub-section-title:after, h3:after{
    content:none;
}
h4{
    background: none;
}

.author{
    display: none;
}

.page-header{
    background: none !important;
    color:#000 !important;
}


/* zoomer
---------------------------------------------------------------------------*/

.item_zoom-image{

}
.thmb-ChangePhoto{
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
        flex-wrap: wrap;
}
#subImg img,
.thmb-ChangePhoto li{
    width: 18%;
    margin: 1%;
}
.thmb-ChangePhoto li{
    cursor: pointer;
}
.thmb-ChangePhoto li img{
    display: block;border: 1px solid;
}
.thmb-ChangePhoto li:hover{
    box-shadow: rgb(143 46 15) 0px 0px 3px 2px;
    border: 1px solid #923713;
}
.thmb-ChangePhoto li.is-active{
    border: 1px solid #923713;
}
.thmb-ChangePhoto li.ChangeYoutube{
    position: relative;
}
.thmb-ChangePhoto li.ChangeYoutube::before{
content: "";
    background: rgba(0,0,0,0.6);
    height: 100%;
    width: 100%;
    display: block;
    position: absolute;
}
.thmb-ChangePhoto li.ChangeYoutube img{
        height: 100%;
    object-fit: cover;
}
.thmb-ChangePhoto li.ChangeYoutube i{
    position: absolute;
    top: 44%;
    left: 35%;
    color: #fff;
    opacity: 0.8;
}
@media (min-width: 768px){
    .flex_gallery > *{
        width:50%;
    }
    .flex_gallery .zoom_container{
    
    }
    .flex_gallery .zoom_right{
        padding: 0 0 0 3rem;
    }
    
}





.youtube {
  width: 100%;
  aspect-ratio: 16 / 9;
}
.youtube iframe {
  width: 100%;
  height: 100%;
}

.products_spec{
    font-size: 1.4rem;
    
}
.products_spec dt{
    margin: 0;
}
.products_spec dd{
    margin: 0 0 2rem 0;
}

.zoom_info{
    font-size: 1.2rem;
}

/*----------*/

.mainV .item_image{
background-repeat: no-repeat;
    background-position: top center;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    /* width: 100%; */
    /* height: 100%; */
    display: block;
    background-size: cover;
}
.device-mobile .mainV .item_image{
background-size:140% ;
background-position:center center;
}
/*
.device-mobile .mainV img{
height: 100%;
    max-height: 100%;
    width: auto;
    max-width: none;
    
}
.device-pc .mainV {
      height: 100vh; 
}

.device-pc .mainV img{
height: 100%;
    max-height: 100%;
    width: auto;
    max-width: none;
    
}
*/
.t-item-image img{
    margin: 0 auto;
    display: block;
}
@media (min-width: 1024px){
   .t-item-image img{
    max-width: 500px;
    
   }
}

.mainV_txt{

    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
    font-weight: normal;

    z-index: 1;
    margin: 0;
    padding: 0 1rem 1rem;
}

.mainV_txt h1{
        letter-spacing: 0.25rem;
        margin: 0 0 .5rem;color: #FFF;
}
.mainV_txt p{
    font-size: 1.0rem;
    font-weight: normal;
    margin: 0;
    padding: 0;
    text-align: right;color: #8f8f8f;
}

.mainV h1 strong{
    display: block;
}

.mainV_txt::after{
    display: block;
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(0,0,0,0)), color-stop(1, rgba(0,0,0,1)));
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
    width: 100%;
    height: 400px;
    z-index: -1;

    }

@media (max-width: 768px){
    .mainV_txt::after{
        height: 60px;
    }
}
    
/*----六角フレーム------*/

.oct {
    position: relative;
}
.oct .octin {
    height: 100%;
}

.oct::before, .oct::after {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    z-index: 10;
    background-color:#f1c390;
    transform: rotate(-45deg);
    pointer-events: none;
}
.oct .octin::before, .oct .octin::after {
    content: "";
    display: block;
    position: absolute;
    z-index: 10;
    background-color:#f1c390;
    transform: rotate(-45deg);
    pointer-events: none;
}


.oct::before {
    top: -10px;
    left: -10px;
}
.oct::after {
    top: -10px;
    right: -10px;
}
@media screen and (min-width: 767px){
    .oct::before, .oct::after {
    width: 20px;
    height: 20px;
}



    .oct::before {
    top: -10px;
    left: -10px;
    }
    
    .oct::after {
    top: -10px;
    right: -10px;
}

.oct .octin::before {
    bottom: -10px;
    left: -10px;
}
    .oct .octin::before, .oct .octin::after {
    width: 20px;
    height: 20px;
}
.oct .octin::after {
    bottom: -10px;
    right: -10px;
}



}





/*products*/
.single-products .entry-title{
    font-size: 3rem;
}

@media screen and (max-width: 768px){
    .single-products .entry-title{
    font-size: 2rem;
}
}


.single-products section{
    margin-bottom: 5rem;
}
.products_h3{
    font-style: italic;
    font-size: 5rem;
    letter-spacing: .25rem;
    margin: 0 0 3rem;
    padding: 0;
    color: #13203a;font-weight: normal;

	text-align: center;
	border-bottom: 5px solid;
}



.products_h3::before {
}
.products_h3:after {
	content: '';
	position: absolute;
	bottom: -5px;
	left: 50%;
	transform: translateX(-50%);
	width: 70px;
	height: 5px;
	background-color: #903010;border: none;
}
@media (max-width: 768px){
    .products_h3{
      font-size: 3rem;  
    } 
}
.products_h4{
    margin: 0;
    padding: 0;
    font-size: 1.6rem;
}

/*---page---*/
.products_h3.page_h3{
font-style: normal;
    font-size: 2.2rem;
    line-height: 1.6;
}

/*products_info*/
.spec_tag{
    list-style: none;
    margin: 0 ;
    padding: 0;
    font-size: 1.2rem;
}

.spec_tag li{
    display: inline-block;
    border: 1px solid;
    padding: 0 0.5rem;
}
.products_info p{
    margin: 0;
    padding: 0;
}


.products_info .price{
    font-size: 1.3rem;
}
.products_info .price strong{
    font-size: 2rem;
}

.products_info img.block-img{
    display: block;
}
.link-ec{
    margin: 5rem 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.link-ec > li{

    margin: 0;
}



.ec-kago-button a{
background: #fff;
    box-shadow: 0px 2px 2px rgb(0 0 0 / 50%);
    color: #000;
    font-size: 15px;
    font-weight: bold;
    transition: .15s ease-out;
    padding: 1.5rem;
    display: block;
    text-align: center;
    /* font-family: Noto Sans,sans-serif; */
    font-weight: 700;
    font-size: 16px;
    margin: 0 10px 8px 0;
    white-space: nowrap;
    cursor: pointer;
    outline: none;
    border-radius: 3px;
    border: 1px solid #626262;
     min-width: 25rem;

}

@media (max-width: 1062px){
    .link-ec{
        display: block;
    }
    .ec-kago-button a{
        display: block;
    }
}



@media (min-width: 1600px){
   .ec-kago-button a{
   min-width: 20rem;
    }
}



.ec-kago-button a:before{
    content: '';
    display: inline-block;
    background: no-repeat;
    background-size: 25px 25px;
    width: 25px;
    height: 25px;
    vertical-align: middle;
    margin-right: 1rem;
}
.ec-kago-button a[data-gtm-click="base"]:before {
    background-image: url(./_g3/assets/images/cart.png);
}  


.ec-kago-button a[data-gtm-click="rakuten"]:before {
    background-image: url(./_g3/assets/images/rakuten.png);
}  

.ec-kago-button a[data-gtm-click="yahoo"]:before {
    background-image: url(./_g3/assets/images/yahoo.png);

}  
 .ec-kago-button a[data-gtm-click="amazon"]:before {
    background-image: url(./_g3/assets/images/amazon.png);
}     
 .ec-kago-button a[data-gtm-click="jre"]:before {
    background-image: url(./_g3/assets/images/jre.png);
} 
.ec-kago-button a:hover{
background: rgb(11 24 44);
    color :#FFF;
}
.products_info #gallery-1 .gallery-item{
  margin:0;padding: 0 0.5rem;
}
.products_info #gallery-1 .gallery-item img {
    border:none;
}
@media (max-width: 768px){
    .products_info #gallery-1 .gallery-item{
    width:50%;
}
}

.youtube {
  width: 100%;
  aspect-ratio: 16 / 9;
}
.youtube iframe {
  width: 100%;
  height: 100%;
}



/**/
.products_intro h2{
    margin: 0;
    padding: 0;
 
}


.single-products .intro_pic{
    text-align: center;
    margin-bottom: 3rem;
    max-width: 400px;
    margin: 0 auto 2rem;
}
.detail_image{
    align-items: flex-start;
}

.detail_image > *{
    width: 100%;
}
@media (min-width: 768px){
    
  .detail_image > *{
    width: 50%;
}  
}

/*---------------footer--------------------*/

footer{
background: #2d374a;
padding: 3rem; color:#FFF;
}
.nav li a, nav li a,
footer a{
    color:#FFF;
}
footer p{
    text-align: center;
}
footer .sns-list li{
    list-style: none;
    display: inline;
    margin: 0 5px;
}
/*-----------------------------
entry
----------------------------*/
.entry-body{
    margin: 5rem 0;
}
.vk_post_imgOuter{
    margin-bottom: 1rem;
}
.media-img{
    border: 1px solid #000;
}
/*-----------------------------
contact
----------------------------*/

.dl_table {
    flex-wrap: wrap;
    margin: 0 auto;
}
.dl_table > *{
margin: 0;
    border-left: none;
      font-size: 1.6rem;
}
.dl_table dt{
     
    font-weight: bold;
}
.dl_table dt span.caption{
    font-weight: bold;
    letter-spacing: 0.3rem;
    font-size: 1.4rem;
   color: #8f2f10;
}
.dl_table dd{
    margin-bottom: .5rem;
}
.dl_table dd .form-control{
    width:100%;
    font-size: 1.6rem;
    padding: 0.5rem;
    border: none;
    background: #Efefef;
}
.dl_table dd textarea.form-control{
    width:100%;
    height: 15rem;
}
@media screen and (min-width: 768px){
    .dl_table dd{
        margin-bottom: 0;
    }
    .dl_table dd .form-control{
         width: 30rem;
    }
    .dl_table dd textarea.form-control{

        height: 15rem;
    }   
}
.dl_table input[type=checkbox]{
        border: none;
    background: #Efefef;
}
.required{
    display: inline-block;
    margin: 0 0 0 10px;
    padding: 2px 5px;
    background-color: #000000;
    color: #fff;
    font-size: 1.4rem;
    line-height: 1.5em;
    border-radius: .75rem;
}
.acceptance{
font-size: 1.4rem;
    padding: 1rem;
    text-align: center;
    font-weight: bold;
}
.notice{
    font-size: 1.4rem;
}
@media screen and (min-width: 768px){
    .dl_table > *{
        padding: 2.5rem 0;
    }
    .dl_table dt{
        width: 20%; 
        border-bottom: 1px dotted #2d374a;
    }
    .dl_table dd{
        width: 65%; 
        border-bottom: 1px dotted #2d374a;
    }
}

.contact-form input, .contact-form textarea {
    width: 100%;
    height: 70px;
    background: #FFF;
    font-size: 14px;
    border: 2px solid #979797;
    border-radius: 8px;
    padding: 0 10px;
}


 .contact-form textarea {
    height: 200px;
    padding: 10px;
}

/*----*/
.blog-card{
    background: #FFF;
}
/*----*/
@media (min-width: 1200px){

}
.site-body {
    padding-bottom:0;
}  
.instagram_post ul{
    list-style: none;
    margin: 0;
    padding: 0;
 display: flex;
 justify-content: flex-start;
  flex-wrap: wrap;
}
    .instagram_post ul li{
      width: calc(100% / 3);
     margin: 0;
      padding: 0;
    }
    .instagram_post ul li a{
        display: block;
    }
.instagram_post ul li img{
    width: 100%;
    height:30vw;
    object-fit: cover;
object-position: 0 100%;
  vertical-align: bottom;
}


@media screen and (min-width: 768px){
   .instagram_post ul li img{
    height: 15vw;
   }
}

@media screen and (min-width: 1200px){
        .instagram_post ul li{
      width: calc(100% / 4);
      
        }
        .instagram_post ul li img{
          height: 12vw;  
        }
    
}

