﻿.bg_color1, .hvr_bg_color1:hover {background-color: #192630;}
.bg_color2, .hvr_bg_color2:hover {background-color: #23cde5;}
.bg_color4, .hvr_bg_color4:hover {background-color: #d0be1f;}
.border_color2, .hvr_border_color2:hover {border-color: #cdb06c;}
.border_color3, .hvr_border_color3:hover {border-color: #23cde5;}
.border_color2, .hvr_border_color2:hover { border-color: #23cde5;}
.border_color4, .hvr_border_color4:hover {border-color: #cdb06c;}
.txt_color2, .hvr_txt_color2:hover {color: #23cde5; }
.txt_color4, .hvr_txt_color4:hover {color: #d0be1f;}
.bg_color3, .hvr_bg_color3:hover {background-color: #3d505f;}
/* ----------　all　---------- */

.linkStyle{
	color:#20a6e7;
}
.linkStyle:hover{
	color:#20a6e7;
	opacity: 0.7;
	transition: all 0.5s;
}
#loading_logo {
    max-width: 230px;
}
body,.liana,.patrima{
    font-family: "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic,"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-family: 'Noto Sans JP', sans-serif;
}
/* ヘッダー*/
header.scr_header {
    border: none;
}
header #logo img{
    max-width: 95px;
}

/* body*/
.blur {
    background: rgb(29 49 86 / 70%);
    background: #192630;
    background: -moz-linear-gradient(top left, #192630, #060b0f);
    background: -webkit-linear-gradient(top left, #192630, #060b0f);
    background: linear-gradient(to right, #192630, #060b0f);
}
.more .more_item:before {
    background-color: #23cde5!important;
}
.more .more_item{
    border: none;
}
#main_img .scroll, #page_title_img .scroll{
    display: none;
}
/* フッター*/
#footer_info{
    background-color: #0c1218;
}
.map {
    height: 550px;
}
footer #logo2 img{
    max-width: 180px;
}
#footer_info .tel_bt a,#footer_info .contact_bt a{
    background-color: #192630;
    background-color: #23cde5;
}
#footer_info .tel_bt a:hover, #footer_info .contact_bt a:hover{
        background-color: #192630;
}
#footer_info .tel_bt a i,#footer_info .contact_bt a i{
        
}
.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;
}
/* ----------　TOP　---------- */
.sns_links{
    bottom: -75px;
    z-index: 1;
}
.sns_links li{
    width: 20%;    
}
#point .box3 {
    background-color: #0c1218;
}
#point .box3 .con_box_item{
    padding: 10%;
}
#point .box3 .con_title{
    font-size: 35px;
    margin-bottom: 10px;
    color: #f8feff;
    font-weight: bold;
}
#point .box3 .con_sub_title{
    color:#23cde5;
    font-size: 20px;
    margin-bottom: 80px;
}
#point .box3 .title1 {
    position: relative;
    width: 20%;
    margin: 2%;
    line-height: 2.5;
    font-weight: bold;
}
#point .box3 .title1:before,#point .box3 .title1:after,#point .box3 .title1 h4:before,#point .box3 .title1 h4:after {
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;    
}
#point .box3 .title1:before {

    border-top: 1px solid #fff;
    border-left: 1px solid #fff;
    top: 0;
    left: 0px;
}
#point .box3 .title1:after {
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    top: 0;
    right: 0px;
}
#point .box3 .title1 h4{
    padding: 50px 20px;
    display: inline-block;
    color: #fff;
}
#point .box3 .title1 span{
        color: #d0be1f;
    font-size: 20px;
    font-weight: 600;
}
#point .box3 .title1 h4:before {
    border-bottom: 1px solid #fff;
    border-left: 1px solid #fff;
    bottom: 0;
    left: 0px;
}
#point .box3 .title1 h4:after {
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
    bottom: 0;
    right: 0px;
}
.filter.filter1{
    background-color: #23cde5;
}
#intro_wrap{
    position: relative;
}
#intro_wrap:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background-color: rgba(25 ,38 ,48 ,0.7);
    top: 0;
    left: 0;
}
#intro_wrap:after {
    content: '';
    position: absolute;
    border-top: 40px solid #0c1218;
    border-right: 50px solid transparent;
    border-left: 50px solid transparent;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}
#intro .intro_right {
    width: 90%;
    position: relative;
    margin: auto;
}
#intro .intro_title{
    font-size: 30px;
    font-weight: bold;
        color: #fff;
    letter-spacing: 4px;
}
#intro .intro_title span{
    color: #d0be1f;
    font-size: 60px;
        font-weight: 800;
}
#intro_wrap .intro_txt1{
    line-height: 3;
    font-weight: bold;
    background-color:rgba(255, 255 ,255 ,0.7);
    padding: 30px 30px;
    margin-bottom: 50px;
    font-size: 18px;
    letter-spacing: 2px;
    color: #192630;
}
#intro_wrap .intro_txt1 i{
    color: #ffe60c;
    font-size: 20px;
}
#intro .intro_img2{
        margin: auto;
    margin-top: 50px;
}
#contents #contents_wrap{
        padding-bottom: 150px;
}
#contents .con_title {
    font-size: 25px;
    margin-bottom: 20px;
    color: #23cde5;
}
#contents .con_txt{
    font-size: 40px;
    font-weight: bold;
}

.top_title {
    height: 350px;
    background-image: none!important;
    background-color: rgba(87, 109 ,125,0.8);
    font-style: italic;
}
.top_title h2{
    top: inherit;
    position: absolute;
    top: 50%;
    left: 50%!important;
    transform: translate(-50%,-50%);
    right: initial!important;
        font-weight: bold;
    letter-spacing: 10px;
}
.top_title .rotate_txt span {
    transform: initial;
    display: initial;
}
.top_title h2 > span {
    padding-top: 0px;
}
.top_title .right > span:before,.top_title .left > span:before{
    display: none;
}

#top_cms .top_cms_box{
    background-color: rgba(61, 80, 95 ,0.3);
    border: none;
}
#top_cms .top_cms_box .cms_title h3{
    font-weight: bold;
    letter-spacing: 10px;
    margin-bottom: 15px;
}
/* ----------　下層ページ　---------- */
.cate_list li a{
    background-color: #23cde5;
}

/* ブログ */
.pager li a {
    background-color: #23cde5!important;
}
.pager li a:hover {
    background-color: rgba(35 ,205 ,229 ,0.5)!important;
}
/* 当店について */
#cms_2-a .cate_box {
    padding-bottom: 0px;
}
#cms_2-a .box_title1 {
    padding-top: 0px;
}
#cms_2-a .box_txt1 {
    padding-bottom: 0%;
    opacity: 1;
}
/* 施術/料金表 */
#cms_3-b .cate_box {
    background-color: rgba(61, 80, 95,0.45);
    border: none;
}
#cms_3-b .box_title1{
    color: #fff;
        padding-bottom: 10px;
}
/* 初めての方へ */
.flow_type3 .cate{counter-reset: box;}
.flow_type3 .cate_box{counter-increment: box;}
.flow_type3 .box_item{padding-top: 60px;}
.flow_type3 .box_title1{z-index: 0}
.flow_type3 .box_title1::before, .flow_type3 .box_title1::after{
	position: absolute;
	content: "";
	display: block;
	pointer-events: none
}
.flow_type3 .box_title1::before {
	content: "0"counter(box);
	font-size: 86px;
	color: rgba(61, 80 ,95 ,0.6);
	left: 0;
	top: -70px;
	z-index: -1;
}
.flow_type3 .box_title1::after{
	width: 100%;
	height: 1px;
	bottom: 0;
	
	left: 0;
	background-color: #23cde5;
}
/* よくある質問 */
.cms_5-c .box_txt1::before,#cms_5-c .box_txt1::before {
    color: #20a6e7;
}
.cms_5-c .box_title1 ,#cms_5-c .box_title1{
    border-color: #3d505f;
}
/* 会社情報 */
/* お問い合わせ */
/* プライバシーポリシー */
/* サイトマップ */
#page10 .con_box {
    max-width: 850px;
}
/*-------------------------------------------------------
			            IE
-------------------------------------------------------*/

@media all and (-ms-high-contrast: none){
  .sample{

  }
}

/*-------------------------------------------------------
			          タブレット
-------------------------------------------------------*/
@media screen and (max-width: 768px){
header #logo img {
    max-width: 75px;
}
#loading #loading_text .progressbar-text {
    top: 65%;
}
footer #logo2 img {
    max-width: 150px;
}
/* ----------　TOP　---------- */
#main_img .main_img1{
    padding-top: 95px;
    background: -moz-linear-gradient(top left, #192630, #060b0f);
    background: -webkit-linear-gradient(top left, #192630, #060b0f);
    background: linear-gradient(to right, #192630, #060b0f);
}
.sns_links {
    left: 25px;
}    
#point .box3 .con_box_item {
    padding-top: 120px;
}
#intro .intro_title span {
    font-size: 50px;
}
.top_title {
    height: 220px;
}
.top_title h2 {
    font-size: 50px;
        width: 80%;
    text-align: center;
}
#contents .con_txt {
    font-size: 33px;
}
#top_cms .top_cms_box .cms_title h3 {
    font-size: 40px;
}
/* ----------　下層ページ　---------- */
#page_title_img {
    background-attachment: initial;
}
}

/*-------------------------------------------------------
		            	スマホ
-------------------------------------------------------*/
@media screen and (max-width: 667px){
#loading .kvArea .img_box img {
    max-width: 65%;
}
header #logo img {
    max-width: 60px;
}
.sns_links {
    bottom: -55px;
    z-index: 1;
}
.map {
    height: 300px;
}
.banner_fix{
    right: 0px;
    left: 0;
    margin: auto;
}
/* ----------　TOP　---------- */
.sns_links li {
    width: 16%;
}
#main_img .main_img1 {
    padding-top: 80px;
}
#point .box3 .con_box_item {
    padding-top: 100px;
}
#intro .intro_title {
    font-size: 25px;
    letter-spacing: 2px;
}
#intro .intro_title span {
    font-size: 40px;
}
#intro_wrap .intro_txt1 {
    line-height: 2.2;
    font-size: 16px;
}
#intro .intro_img2 {
    width: 90%!important;
}
.top_title h2 {
    font-size: 40px;
        letter-spacing: 6px;
}
#top_cms .top_cms_box .cms_title h3 {
    font-size: 35px;
    letter-spacing: 5px;
}
/* 初めての方へ */    
.flow_type3 .box_title1::before{
	left: auto;
	right: 0;
	top: -50px
}
.flow_type3 .box_item {
    padding-top: 36px;
}
}