/* ===================================
    Crafto - Architecture
====================================== */
/* font */
@import url('https://fonts.googleapis.com/css2?family=Antonio:wght@100;200;300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@200;300;400;500;600;700;800&display=swap');
/* variable */
:root {     
    --base-color: #BC8947;
    --dark-gray:#191919;
    --medium-gray:#454545;
    --extra-medium-gray:#707070;
    --alt-font: "Yu Mincho", "Hiragino Mincho ProN", "serif";
    --primary-font: 'Plus Jakarta Sans', sans-serif;
} 
html {
    overflow-x: hidden;
}
body{
    line-height: 1.8;
	font-size: 16px;
}
/* reset */
.word-break-normal {
    word-break: normal;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    margin-bottom: 25px;
}
h1, .h1 {
    line-height: 4.6rem;
}
h2 {
	font-size: 2rem;
	line-height: 3rem;
}
h3 {
	font-size: 2rem;
    line-height: 3rem;
}
h4 {
	font-size: 2rem;
    line-height: 3rem;
}
h5 {
    line-height: 2.5rem;
}
h6 {
    line-height: 2.3rem;
}

@media (max-width: 575px) {
	h2 {
	font-size: 1.8rem;
	line-height: 2.6rem;
}
}


.mincho-font{
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif"
}

/* header */ 
header .widget-text {
    font-size: 18px;
}
header .navbar-brand {
    padding: 28px 0;
}
header.sticky .disable-fixed .navbar-brand {
    padding: 18px 0;
}
header .navbar-brand img {
    max-height: 36px;
}
.hamburger-logo img {
    max-height: 85px;
}
.header-icon .header-social-icon a {
    font-size: 17px;
    padding-left: 15px;
    font-weight: 600;
}
header.sticky .navbar {
    min-height: 70px;
}
.hamburger-menu-simple .menu-item-list .nav-link {
    font-size: 55px;
    line-height: 50px;
}
header .elements-social ul li {
    margin-right: 25px;
    margin-left: 0;
}
header .elements-social ul li a {
    width: auto;
    height: auto;
}
/* revolution slider */
#architecture-slider .tp-splitted {
    text-align: inherit !important;
}
.magic-cursor-base-color #ball-cursor:before, .magic-cursor-base-color #ball-cursor:after {
    color: var(--dark-gray);  
}
/* tag */
.blog-comment li .btn-reply:hover {
    color: var(--dark-gray);
}
.tag-cloud a:hover, .tag-cloud a.active {
    border-color: var(--white);
}
.blog-comment li .btn-reply {
    border: 1px solid var(--extra-medium-gray);
    background-color: transparent;
}
.blog-comment li .btn-reply {
    padding: 6px 20px 7px;
}
.categories-btn {
    padding: 4px 18px;
    border-radius: 24px;
}
/* first letter block  */ 
.first-letter-block {
    line-height: 88px;
}
/* top right bottom left */
.top-25 {
    top: 25%;
}
.right-18 {
    right: 18%;
}
/* text color */ 
.text-nero-grey {
    color: #1F1F1F;
}
.text-charcoal {
    color: #282828;
}
/* bg color */ 
.bg-nero-grey {
    background-color: #1F1F1F;
}
.bg-dark-gray-transparent {
    background-color:rgba(25, 25, 25,.7);
}
.bg-charcoal-grey {
    background-color: #3E3E3E;
}
.bg-base-color-transparent {
    background-color: rgba(239, 255, 2,.2);
}
.bg-gradient-dark-transparent {
    background: -webkit-gradient(linear, left bottom, left top, color-stop(-4%, #101010), to(transparent));
    background: linear-gradient(to top, #101010 -4%, transparent 100%);
}
.bg-gradient-dark-gray-transparent {
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(25, 25, 25, 1)), to(transparent));
    background-image: linear-gradient(to top, rgba(25, 25, 25, .9) 20%, transparent 90%);
}
/* border color */
.border-color-charcoal-grey {
    border-color: #3E3E3E !important;
}
/* slider navigation*/
.slider-navigation-style-07 {
    left: 58.4%;
}
/* btn */ 
.btn.btn-base-color, .btn.btn-box-shadow.btn-base-color:hover {
    color: var(--dark-gray);  
}
.btn.btn-link {
    padding: 0 0 2px;
    font-weight: 600;
}
.btn { 
    font-family: var(--primary-font);
}
/* page title */
.page-title-extra-small h1 {
    font-size: 5.375rem;
    line-height: 5.5rem;
}
.page-title-extra-small h2 {
    font-size: 13px;
    line-height: 26px;
}
/* footer */
footer .footer-logo img {
    max-height: 70px;
}
footer .elements-social li {
    margin: 0 15px 0 0;
}
.video-icon-extra-large .video-icon {
    width: 170px;
    height: 170px;
    font-size: 16px;
}
/* magic cursor */
.magic-drag-cursor #ball-cursor:before {
  font-size: 15px;
}
/* media query responsive */
@media (max-width: 1430px) {
    .architecture-number {
        display: none !important;
    }
}
@media (orientation: landscape) and (max-width: 1080px) {
    .architecture-slider-text-row {
        margin-top: 200px !important;
    }
}
@media (orientation: landscape) and (max-width: 850px) {
    .architecture-slider-text-row { 
        margin-bottom: 200px !important;
    }
}
@media (orientation: landscape) and (max-width: 768px) {
    .architecture-slider-text-row {
        margin-top: 200px !important;
        margin-bottom: 200px !important; 
    }
}
@media (max-width: 991px) {
    .interactive-banner-style-06 .interactive-banners-content {
        transform: translateY(calc(100% - 100px));
    }
    .md-right-0 {
        right: 0;
    }
    header .navbar-brand {
        padding: 10px 0;
    }
}
@media (max-width: 767px) {
    .video-icon-extra-large .video-icon {
        width: 120px;
        height: 120px;
    }
    .slider-navigation-style-07 {
        left: 0;
    }
    .interactive-banner-style-06 .interactive-banners-content {
        transform: translateY(calc(100% - 110px));
    }
    .hamburger-menu-simple .menu-item-list .nav-link {
        font-size: 38px;
        line-height: 34px;
    }
}


/*=========================================================================================
カスタマイズ
=========================================================================================*/


/*topへもどる*/
#page-top-new {
  position: fixed;
  bottom: 20px;
  right: 20px;
  font-size: 14px;
  line-height: 1;
  z-index: 99;
}
#page-top-new a {
  background: #BC8947;
  text-decoration: none;
  color: #fff;
  width: 60px;
  padding: 24px 5px;
  text-align: center;
  display: block;
  border-radius: 90px;
  opacity: 0.9;
  transition: all .3s ease;
}
#page-top-new a:hover {
  text-decoration: none;
  opacity: .5;
}


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


.SP-none{display:block;}
.SP-only{display:none;}

@media (max-width: 767px) {
	.SP-none{display: none;}
	.SP-only{display: block;}
	
  .sm-mb-minus-70px {margin-bottom: -70px !important;}
}

@media (max-width: 575px) {
  .xs-mb-minus-100px {margin-bottom: -100px !important;}
}



.Slider-title{
	font-size: 40px;
	line-height: 1.5;
	font-weight: 500;
}
.Slider-title-sub{
		font-size: 22px;
	font-family: "Yu Mincho", "Hiragino Mincho ProN", "serif";
}
@media (max-width: 767px) {
	.Slider-title{	font-size: 26px;}
	.Slider-title-sub{	font-size: 18px;}
}
@media (max-width: 575px) {
	.Slider-title{	font-size: 22px;}
	.Slider-title-sub{	font-size: 14px;}
}


.course-menu-title{
	font-size: 20px;
	font-weight: 600;
	line-height: 1.4;
	margin-bottom: 10px;
	color: var(--dark-gray); 
}
.course-menu-text{
	color: var(--dark-gray); 
	line-height: 1.4;
	margin-top: 20px;
}


.bg-white-80{
	--bs-bg-opacity: 0.85;
	background-color: rgba(var(--bs-white-rgb),var(--bs-bg-opacity)) !important;
}


@media (max-width: 767px) {
.bg-white-80{
	--bs-bg-opacity: 1;
	background-color: rgba(var(--bs-white-rgb),var(--bs-bg-opacity)) !important;
}
}


/*------------------------------------------------------------------コースメニュー　----*/
.Seciton-Course{}
@media (max-width: 575px) {
	
.Seciton-Course	.slider-navigation-style-07{
	top: 100%;
	}
	.SP-block-auto{
		display: block!important;
		margin-left: auto;
		margin-right: auto;
		
	}
}



/*------------------------------------------------------------------salon de K.　カスタマイズ　----*/


.navbar .navbar-nav .nav-link {
	font-size: 18px;
}
	
.border-radius-rtrb-50px {
  border-radius: 0 50px 50px 0;
}
.border-radius-ltlb-50px {
  border-radius: 50px 0 0 50px;
}

.border-radius-rb-50px {
  border-radius: 0 0 50px 0;
}
.border-radius-lb-50px {
  border-radius: 0 0 0 50px;
}


#k-about [data-shadow-animation].shadow-in {
  box-shadow: none;
}



@media (min-width: 1700px) {
	.about2-text{
		width: 75%;
	}
}

@media (max-width: 991px) {
	.about2-text{
		text-align: left;}
}



/*----------------システム---*/


.System-table table,
.Recruit-table table{
 width: 100%; 
}
.System-table th,
.System-table td,
.Recruit-table th,
.Recruit-table td{ 
 padding: 10px; border: 1px solid #ddd;
}
.System-table th,
.Recruit-table th{
 background: #f4f4f4; 
}
 
.System-table table em{
font-style: normal;
	padding-right: 10px;
	font-size: 14px;
}

.demo01 th  { width: 30%; text-align: left; }
 
@media handheld, only screen and (max-width:767px) {
 .demo01 { margin: 0; }
 .demo01 th,
 .demo01 td{
   width: 100%;
   display: block;
   border-top: none;
		text-align: center;
 }
	
.Recruit-table .demo01 td{		text-align: left; }
	
 .demo01 tr:first-child th   { border-top: 1px solid #ddd; }
}

ul.Caution-list{
 font-size: 14px;
 text-align: left;
 list-style: none;
 padding-left:16px;
 text-indent: -14px;
	margin-top: 20px;
}
ul.Caution-list li{
 text-align: left;
 line-height: 1.8;
}


/*----------------求人---*/
.System-table .accordion-style-01 .accordion-item .accordion-body ,
.Recruit-table .accordion-style-01 .accordion-item .accordion-body {
  padding: 12px 0px 10px 0px;
}

@media (max-width: 575px) {
.System-table .accordion-style-01 .accordion-item,
.Recruit-table .accordion-style-01 .accordion-item{
  margin-bottom: 20px;
  overflow: inherit;
  padding: 20px 15px;
  -webkit-border-radius: 4px !important;
  border-radius: 4px !important;
  -webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-box-shadow: 0px 0px 20px 0px rgba(111, 111, 111, 0.15);
  box-shadow: 0px 0px 20px 0px rgba(111, 111, 111, 0.15);
}
}

/**************News **/
.oshiraseNews{
}

.oshiraseNews dl{
 margin-bottom: 45px;
 border-bottom: 1px dotted #999;
}

.oshiraseNews dl dt{
 margin-bottom: 15px;
}
.oshiraseNews dl dt a{
 text-decoration: underline;
color: var(--base-color);
}
.oshiraseNews dl dt a:hover{
 text-decoration: underline;
	color: #152833;
}
.oshiraseNews dl dt span{
	color: #152833;
}

.oshiraseNews dl dt span.title-text{
	color: var(--base-color);
}

.oshiraseNews dl dd{
 display: flex;
}
.oshiraseNews dl dd figure{

}

.oshiraseNews dl dd p{
  padding: 0 ;
}


@media (max-width: 767px) {
 .oshiraseNews dl dt span{display: block;}
 
 .oshiraseNews dl dd{  flex-flow: column;}
 
}



.k_access{
	background-image: url("../../images/_salondek/_k-access-01.jpg")
}
