﻿.bg_color1, .hvr_bg_color1:hover {background-color: #479ee2;}
.bg_color2, .hvr_bg_color2:hover {background-color: #181617;}
.bg_color3, .hvr_bg_color3:hover{background-color: #181717;}
.bg_color4, .hvr_bg_color4:hover {    background-color: #181617;}
.border_color2, .hvr_border_color2:hover {border-color:#479ee2;}
.border_color3, .hvr_border_color3:hover {border-color: #479ee2;}
.border_color4, .hvr_border_color4:hover { border-color: #181617;}
.txt_color2, .hvr_txt_color2:hover{color: #479ee2;}
.txt_color4, .hvr_txt_color4:hover {color: #aaa;}
.bg_black, .hvr_bg_black:hover {
    background-color: #181617;
}
/* ----------　all　---------- */

.linkStyle{
	color:#479ee2;
}
.linkStyle:hover{
	color:#479ee2;
	opacity: 0.7;
	transition: all 0.5s;
}
#loading {
    background-color: #479ee2;
}
#loading_logo {
    max-width: 200px;
}
.liana,.patrima{
    font-family: 'Khula', sans-serif;
    font-weight: 700;
}
#contents_wrap .con_txt,#intro .intro_title,.cate_title,.qa_type2 .box_txt1::before, .box2 .box_txt1::before,.qa_type2 .box_txt2::before, .box2 .box_txt2::before{
    font-family: "游明朝", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Sawarabi Mincho", "serif";
}
#footer_info{
    background-color: rgb(43 31 27 / 95%);
    /* background-color: rgb(46 31 31 / 94%); */
    background-color: rgb(44 37 35 / 95%);
}
.map {
    height: 600px;
}
header.scr_header {
    border: none;
}

#footer_info #logo2 img{
        max-width: 200px;
}
.blur {
    background: rgba(46, 31 ,31 ,0.7);
}
.more .more_item {
    border-color: #181717;
}
.more .more_item:after {
    background: #479ee2;
}
.banner_fix {
    position: fixed;
    bottom: 20px;
    right: 65px;
    z-index: 2;
    width: 80%;
    max-width: 350px;
    transition: 0.3s;
}
.banner_fix:hover{
    opacity: 0.6;
}
.sns_links {
    z-index: 3;
}

/* ----------　TOP　---------- */
#video:before {
    background-color: rgba(255, 255, 255 ,0.22);
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 2;
    content: '';
    mix-blend-mode: screen;
}
#video:after {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 0;
    content: '';
    background: linear-gradient(39deg, rgba(0 ,113, 153,0.7) , rgba(0 ,113 ,153 ,0.3) , rgba(0 ,113 ,153 ,0.0));
}
#video:after {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 0;
    content: '';
    background: linear-gradient(219deg, rgba(58 ,47 ,15 ,0.7) , rgba(58 ,47, 15,0.3) , rgba(58 ,47 ,15 ,0.0));
}
#main_img .catch{
    position: absolute;
    z-index: 1;
    bottom: 150px;
    left: 50px;
    max-width: 900px;
    width: 60%;
    opacity: 0.9;
}
#intro .intro_title {
    font-size: 21px;
    font-weight: bold;
    color: #fff;
    border-bottom: 1px solid #fff;
    padding-bottom: 10px;
}
#top_cms .top_cms_box{
    background-color: rgba(51 ,42 ,42 ,0.5);
        border: none;
}
.top_title {
    height: 300px;
}
.top_title h2{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    opacity: 0.8;
    letter-spacing: 5px;
}
.top_title h2 > span {
    padding-top: 0px;
}
.top_title h2 > span:before{
    display: none;
}
#intro .con_title {
    margin-bottom: 10px;
}
#contents .box3 .con_box_item .con_txt{
    font-size: 23px;
    font-weight: bold;
    color: #aaa;
    margin-bottom: 20px;
}
#contents .box3 .con_box_item{
    width: 100%;
    padding-right: 0%;
}
#contents .box3 .con_box_item .point {
    width: 25%;
    max-width: 180px;
    margin: 30px 3%;
}
/* ----------　下層ページ　---------- */
#page_title .en{
    letter-spacing: 8px;
}
#page_title_img:before{
        background-color: rgba(255, 255, 255 ,0.22);
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 2;
    content: '';
    mix-blend-mode: screen;
}
/* メニュー*/

#cms_3-b .cate_box{
    background-color: rgba(51 ,42 ,42 ,0.5);
    border: none;
}
#cms_3-b .cate_box .box_title2,.cms_3-b .box_title2{
    color: #fff;
}
#cms_3-b .cate_box .box_txt1 {
    background-color: rgba(170, 170, 170 ,0.1);
    padding: 10px;
}
/* BEFORE AFTER */
.BA_type1 .box_item, .BA_type1 .box_img1, .BA_type1 .box_img2 {position: relative;}
.BA_type1 .box_item::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50.3%;
    transform: translate(-50%,-50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 17px 0 17px 20px;
    border-color: transparent transparent transparent #479ee2;
}
.BA_type1 .box_img1 {margin-right: 40px;}
.BA_type1 .box_img2 {margin-left: 40px;}
.BA_type1 .box_img1::after, .BA_type1 .box_img2::after {
    position: absolute;
    height: 33px;
    width: 87px;
        background-color: rgba(51 ,42 ,42 ,0.7);
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
}
.BA_type1 .box_img1::after {content: "before";}
.BA_type1 .box_img2::after {content: "after";}

/* よくある質問 */
.qa_type2 .cate_box{
	overflow: hidden;
	background-color: rgba(51 ,42 ,42 ,0.5);
}
.qa_type2 .cate_box, .qa_type2 .box_txt1, .qa_type2 .box_txt2{
	border-color: rgba(111 ,95 ,95 ,0.5);
}
.qa_type2 .box_txt1, .box2 .box_txt1{
	border-color: rgba(0,0,0,0.05)
}
.qa_type2 .box_txt1{
	color: #fff;
	font-size: 16px;
}
.qa_type2 .box_txt1, .qa_type2 .box_txt2,
.box2 .box_txt1, .box2 .box_txt2{
	position:relative;
	z-index: +1;
}
.qa_type2 .box_txt1::before, .box2 .box_txt1::before{
	content: "Q.";
	position: absolute;
	top: 19px;
	transform: translateY(-50%);
	left: -26px;
	font-size: 5em;
	color: rgba(170, 170 ,170 ,0.2);
	z-index: -1;
}
.qa_type2 .box_txt2::before, .box2 .box_txt2::before{
	content: "A.";
	position: absolute;
	top: 19px;
	transform: translateY(-50%);
	left: 5px;
	font-size: 7em;
	color: rgba(0, 113, 153 ,0.2);
	z-index: -1;
}
/* サロン情報 */
#page7 .box_title1{
        color: #479ee2;
}
/* お問い合わせ */
#page8 .banner_box{
    margin-top: 50px;
}
#page8 .banner{
    width: 30%;
    margin: 0 1.5%;
    max-width: 300px;
}
#page8 #tel_txt p,#page8 #tel_txt div.d_flex{
        border-color: #aaa;
}
#page8 #tel_txt h3{
    font-weight: bold;
}

/*-------------------------------------------------------
			            IE
-------------------------------------------------------*/

@media all and (-ms-high-contrast: none){
  .sample{

  }
}

/*-------------------------------------------------------
			          タブレット
-------------------------------------------------------*/
@media screen and (max-width: 768px){
#loading #loading_text .progressbar-text {
    top: 66%;
}
/* ----------　all　---------- */
header #logo img{
    max-width: 280px;
}
.map {
    height: 750px;
}
/* ----------　TOP　---------- */
#main_img .catch {
    transform: translateY(50%);
        bottom: 50%;
    left: 50px;
}
.top_title {
    height: 200px;
}
.top_title h2 {
    font-size: 50px;
}
/* ----------　下層ページ　---------- */
#page_title .en {
    font-size: 60px;
}
/* BEFORE AFTER */
.BA_type1 .box_img1 {
    margin-right: 30px;
    margin-left: 0px;
}
.BA_type1 .box_img2 {
    margin-left: 30px;
    margin-right: 0px;
}
/* よくある質問 */

.qa_type2 .cate_box{
	width: 95%!important;
}
/* お問い合わせ */
#page8 .banner {
    width: 80%;
    margin: 0 2% 25px;
    max-width: 400px;
} 
#page8 #contact_tel a{
    padding: 40px 20px;
}    
}

/*-------------------------------------------------------
		            	スマホ
-------------------------------------------------------*/

@media screen and (max-width: 667px){
/* ----------　all　---------- */
#loading_logo {
    max-width: 180px;
}
#loading #loading_text .progressbar-text {
    top: 73%;
}
header #logo img {
    max-width: 200px;
}
.banner_fix{
    right: 0px;
    left: 0;
    margin: auto;
}
.map {
    height: 250px;
}

/* ----------　TOP　---------- */
#video {
    height:28vh;
    top: 80px;
}
#main_img .catch {
    bottom: -100px;
    width: 85%;
    left: 7%;
}
#intro #intro_wrap{
    padding-top: 200px;
}
.top_title h2 {

    width: 80%;
}
#contents .box3 .con_box_item .point {
    width: 45%;
    max-width: 180px;
    margin: 15px 2%;
}
/* ----------　下層ページ　---------- */
#page_title .en {
    font-size: 30px;
    letter-spacing: 3px;
    top: -15px;
    padding-left: 19px;
}
/* メニュー */
#cms_3-b .cate_box {
    border: none;
    padding: 20px 15px 1px;
}
/* BEFORE AFTER */
    .BA_type1 .box_img1 {margin-right: 0%;margin-bottom: 50px;}
.BA_type1 .box_img2 {margin-left: 0%;}
.BA_type1 .box_img1::after, .BA_type1 .box_img2::after {height: 30px;font-size: 15px;}
.BA_type1 .box_item::after {transform: translate(-50%,-60%) rotate( 90deg);border-width: 20px 0 20px 23px;}
/* よくある質問 */
.qa_type2 .box_txt2 {
    padding-left: 20px;
}
.qa_type2 .box_txt1::before, .box2 .box_txt1::before {
	top: 3px;
	left: -26px;
	font-size: 18vw;
}
.qa_type2 .box_txt2::before, .box2 .box_txt2::before {
	top: 16px;
	left: 5px;
	font-size: 18vw;
}
/* お問い合わせ */
#page8 .banner {
    width: 100%;
    margin: 0 0% 25px;
}
#page8 #contact_tel a {
    padding: 30px 20px;
}
.video_box{
    background: rgba(46, 31 ,31 ,0.7);
    backdrop-filter: blur( 10px );
    -webkit-backdrop-filter: blur( 10px );
    height: 50vh;
}
.sns_links {
    left: 50%;
    transform: translateX(-50%);
}
}