@charset "UTF-8";
/* reset */
@import url("reset.css");
/* webfonts */
@import url('https://fonts.googleapis.com/css?family=Dancing+Script&display=swap');
@import url("../webfonts/fontawesome/css/all.css");
@import url("../webfonts/EvolveSans/stylesheet.css");
@import url("../webfonts/MADECanvas/stylesheet.css");
@import url("../webfonts/UtsukushiMincho/stylesheet.css");
/* CSS Document */
/***********************
 *
 *     基本
 *
 ***********************/
html{
    font-size: 55.5%;
}
body {
	width: 100%;
	height: 100%;
	font: 1.6rem/ 2 -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", Helvetica, "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", "メイリオ", Meiryo, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	color: #523d24;
	overflow-x: hidden;
	letter-spacing: 1px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
body * {
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
            box-sizing: border-box;
}
main{
    /*padding-top: 10%;*/
}
a {
	margin: 0;
	padding: 0;
	text-decoration: none;
	color: inherit;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}
a:hover{
    opacity: .5;
}
img {
	vertical-align: bottom;
    max-width: 100%;
    height: auto;
	-webkit-touch-callout:none;
    -webkit-user-select:none;
    -moz-touch-callout:none;
    -moz-user-select:none;
    user-select:none;
}

.lum-lightbox-inner img{
    max-width: 100%!important;
}
span.nw {
	white-space: nowrap;
}
section {
	position: relative;
	overflow: hidden;
}
.inner1280 {
	width: 100%;
	height: auto;
	max-width: 1280px;
	margin-right: auto;
	margin-left: auto;
}
.inner1150 {
	width: 90%;
	height: auto;
	max-width: 1150px;
	margin-right: auto;
	margin-left: auto;
}
.inner1000 {
	width: 90%;
	height: auto;
	max-width: 1000px;
	margin-right: auto;
	margin-left: auto;
}
.inner800 {
	width: 80%;
	height: auto;
	max-width: 800px;
	margin-right: auto;
	margin-left: auto;
}
.inner{
    width: 90%;
    margin: auto;
}
h1.clear{
    height: 0;
    font-size: 0;
    text-indent: 9999em;
}
/***********************
 *
 *     font
 *
 ***********************/
.serif{
    font-family: "游明朝体", YuMincho, "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", Georgia, Times, "Times New Roman", serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
.Geneva {
	font-family: "Geneva CY", sans-serif;
}
.Dancing{
    font-family: 'Dancing Script', cursive;
}
.EvolveSans {
  font-family: "EvolveSans", sans-serif;
}
.utsukushi {
	font-family: "UtsukushiMincho", serif;
}
.madecanvas{
    font-family: 'MADE Canvas', serif;
}
.hiramin {
	font-family: 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', "Sawarabi Mincho", 'ＭＳ Ｐ明朝', 'MS PMincho', 'serif';
}
.f60 {
	font-size: 60px;
	font-size: 6rem;
}
.f48 {
  font-size: 48px;
  font-size: 4.8rem;
}
.f40 {
  font-size: 40px;
  font-size: 4rem;
}
.f36 {
  font-size: 36px;
  font-size: 3.6rem;
}
.f30 {
  font-size: 30px;
  font-size: 3rem;
}
.f28 {
	font-size: 28px;
	font-size: 2.8rem;
}
.f24 {
	font-size: 24px;
	font-size: 2.4rem;
}
.f21 {
  font-size: 21px;
  font-size: 2.1rem;
}
.f18 {
	font-size: 18px;
	font-size: 1.8rem;
}
.f14 {
  font-size: 14px;
  font-size: 1.4rem;
}
.f13 {
  font-size: 13px;
  /*font-size: 1.3rem;*/
}
.f11 {
	font-size: 11px;
	/*font-size: 1.1rem;*/
}
.bold {
	font-weight: bold;
}

/***********************
 *
 *     配置　レイアウト
 *
 ***********************/
.sp_none{
    display: none;
}
.vertical {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}
.txt_horizon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
     -webkit-text-align: center;
    text-align: center; /* for no-flexbox browsers */
}
.txt_horizon::before,
.txt_horizon::after {
    border-top: 1px solid;
    content: "";
    display: inline; /* for IE */
    flex-grow: 1;
}
.txt_horizon::before {
    margin-right: 0.5em;
}
.txt_horizon::after {
    margin-left: 0.5em;
}
.text_center {
	text-align: center;
}
.text_right {
	text-align: right;
}
.centering {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
			transform: translate(-50%, -50%);
	z-index: 1;
}
.flexcentering {
  /* flex */
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
  /* flex-wrap */
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
  /* justify-content */
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
  /* align-items */
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

/***********************
 *
 *     grid
 *
 ***********************/
.grid{
    display: grid;
}
.grid.clm2{
    display: grid;
    gap: 1em;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
}
.grid.clm3{
    display: grid;
    gap: 1em;
    grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
}
/***********************
 *
 *     flex
 *
 ***********************/
.flex {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
  /* flex-wrap */
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
  /* justify-content */
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
  /* align-items */
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
  /* align-content */
	-ms-flex-line-pack: start;
	align-content: flex-start;
}
.flex.clm2 > * {
	width: calc(100% / 2 - 2%);
	margin-bottom: 20px;
}
.flex.clm3 > * {
	width: calc(100% / 3 - 2%);
	margin-bottom: 20px;
}
.flex.clm3::after {
	content: "";
	display: block;
	width: calc(100% / 3 - 2%);
}

.flex.clm4 > * {
	width: calc(100% / 4 - 2%);
	margin-bottom: 30px;
}

.flex.clm4::before,
.flex.clm4::after {
	content:"";
	display: block;
	width: calc(100% / 4 - 2%);
}
.flex.clm4::before {
	order:1;
}
.flex.clm4::after {
}
.flex.reverse {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}
.flex_clear {
	margin: 0;
	padding: 0;
	height: 0;
}
.inline-flex{
    display : -webkit-inline-box;
    display : -ms-inline-flexbox;
    display : -webkit-inline-flex;
    display: inline-flex;
    -webkit-align-items:center;
    align-items:center;
    -webkit-justify-content: center;
    justify-content: center;
}

/***********************
 *
 *     position
 *
 ***********************/
.relative {
	position: relative;
}
.absolute {
	position: absolute;
}
.hideAnchor {
	display: block;
	height: 0px;
	overflow: hidden;
	cursor: default;
	pointer-events: none;
	outline: none;
	font-size: 0px;
	text-indent: -9999px;
	padding-top: 80px;
	margin-top: -80px;
}
.clearfix:after {
    content:"";
    display:block;
    clear:both;
}
.svg-wrapper {
	height: 0px;
	width: 0px;
	display: block;
	overflow: hidden;
}

/***********************
 *
 *     SVG
 *
 ***********************/
svg {
	max-width: 100%;
	height: auto;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	opacity: 1;
}
/***********************
 *
 *     icon
 *
 ***********************/
.icon-arrow{
    width: 70px;
    height: 35px;
    fill:none;
    stroke:#000;
    vertical-align: bottom;
    margin-left: 1em;
}
.btn_arrow{
    background: #513B1F;
    width: 30px;
    height: 30px;
    border-radius: 50%;
}
.icon-btn_arrow{
    width: 15px;
    height: 15px;
    fill:none;
    stroke:#fff;
    stroke-width:2;
}
.icon-tiktok {
    width: 24px;
    height: 24px;
}
.icon-x {
    width: 22px;
    height: 22px;
}
@media screen and (max-width:768px){
    .icon-tiktok,
    .icon-x {
        width: 20px;
        height: 20px;
    }
}
/***********************
 *
 *     object-fit-images
 *
 ***********************/
.ofi-con {
    object-fit: contain;
    font-family: 'object-fit: contain;';
    height: 100%;
}
.ofi-cov {
    object-fit: cover;
    font-family: 'object-fit: cover;';
    width: 100%;
    height: 100%;
}
.top_img {
    height: 200px !important;
    width: 200px !important;
}
/***********************
 *
 *     pagenation
 *
 ***********************/
.pagenation{
    margin-top: 3em;
}
.pagenation .page_item.prev{
    background: url("../../assets/img/icon/arrow/arrow_btn_left.svg") center / contain no-repeat;
    width: 20px;
    height: 20px;
}
.pagenation .page_item.next{
    background: url("../../assets/img/icon/arrow/arrow_btn_right.svg") center / contain no-repeat;
    width: 20px;
    height: 20px;
}
.pagenation .page_item{
    margin:0 1em;
}
.pagenation .page_item a{
    display: block;
    padding: 5px;
    width: 100%;
    height: 100%;
}
/***********************
 *
 *     共通
 *
 ***********************/
section {
	width: 100%;
	height: auto;
    padding: 4em 0 ;
}
.sectiontitle {
	margin-bottom: 2em;
	letter-spacing: 3px;
    font-weight: nomal;
    text-align: center;
}
/*.sectiontitle::after{
    content: "";
    display: block;
    width: 60px;
    border-top: 3px solid;
}*/
.sectiontitle .sub{
	color: #a2a2a2;
    letter-spacing: 1px;
    line-height: 1;
}
.copy {
	width: 100%;
	margin-top: 30px;
    text-align: center;
	order: 3;
	font-size: 1.3rem;
	font-size: 13px;
}
.copy small{
    font-size: smaller;
}
/***********************
 *
 *     toggle
 *
 ***********************/
#toggle {
	display: none;
	overflow: hidden;
}
#toggle:checked ~ .header_inner {
    pointer-events: all;
}
#toggle:checked + .toggle_icon .header_button_inner div>span {
    background: #fff;
}
.toggle_icon{
    display: none;
}
.toggle_icon {
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    width: 60px;
    height: 60px;
    overflow: hidden;
    z-index: 100;
    transition: all .3s ease;
    cursor: pointer;
    background: rgba(75, 49, 20, 0.9);
}
.toggle_bg{
    fill: #1E100E;
    width: 140px;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 98;
    transition: all .3s ease;
}
#toggle:checked ~ .toggle_bg{
    transform: scale(7);
    transform-origin: top right;
}
.header_inner .header_menu li:nth-child(1),
.header_inner .header_menu li:nth-child(2),
.header_inner .header_menu li:nth-child(3),
.header_inner .header_menu li:nth-child(4),
.header_inner .header_menu li:nth-child(5),
.header_inner .header_menu li:nth-child(6),
.header_inner .header_menu li:nth-child(7),
.header_inner .header_menu li:nth-child(8),
.header_inner .header_menu li:nth-child(9),
.header_inner .header_menu li:nth-child(10),
.header_inner .header_menu li:nth-child(11),
.header_inner .header_menu li:nth-child(12),
.header_inner .sns_list li:nth-child(1),
.header_inner .sns_list li:nth-child(2),
.header_inner .sns_list li:nth-child(3),
.header_inner .sns_list li:nth-child(4),
.header_inner .sns_list li:nth-child(5){
    animation: menu_off .25s ease-in-out forwards;
    opacity: 0;
}
@keyframes menu_off{
    0%{opacity:1;transform:translate(0,0) scale(1)}
    100%{opacity:0;transform:translate(250px,0) scale(1.05)}
}
#toggle:checked ~ .header_inner .sns_list li:nth-child(1){animation: menu_on .7s ease-in-out .17s forwards;}
#toggle:checked ~ .header_inner .sns_list li:nth-child(2){animation: menu_on .7s ease-in-out .18s forwards;}
#toggle:checked ~ .header_inner .sns_list li:nth-child(3){animation: menu_on .7s ease-in-out .19s forwards;}
#toggle:checked ~ .header_inner .sns_list li:nth-child(4){animation: menu_on .7s ease-in-out .20s forwards;}
#toggle:checked ~ .header_inner .sns_list li:nth-child(5){animation: menu_on .7s ease-in-out .21s forwards;}
#toggle:checked ~ .header_inner .header_menu li:nth-child(1){animation: menu_on .7s ease-in-out .17s forwards;}
#toggle:checked ~ .header_inner .header_menu li:nth-child(2){animation: menu_on .7s ease-in-out .18s forwards;}
#toggle:checked ~ .header_inner .header_menu li:nth-child(3){animation: menu_on .7s ease-in-out .19s forwards;}
#toggle:checked ~ .header_inner .header_menu li:nth-child(4){animation: menu_on .7s ease-in-out .20s forwards;}
#toggle:checked ~ .header_inner .header_menu li:nth-child(5){animation: menu_on .7s ease-in-out .21s forwards;}
#toggle:checked ~ .header_inner .header_menu li:nth-child(6){animation: menu_on .7s ease-in-out .22s forwards;}
#toggle:checked ~ .header_inner .header_menu li:nth-child(7){animation: menu_on .7s ease-in-out .23s forwards;}
#toggle:checked ~ .header_inner .header_menu li:nth-child(8){animation: menu_on .7s ease-in-out .24s forwards;}
#toggle:checked ~ .header_inner .header_menu li:nth-child(9){animation: menu_on .7s ease-in-out .25s forwards;}
#toggle:checked ~ .header_inner .header_menu li:nth-child(10){animation: menu_on .7s ease-in-out .26s forwards;}
#toggle:checked ~ .header_inner .header_menu li:nth-child(11){animation: menu_on .7s ease-in-out .27s forwards;}
#toggle:checked ~ .header_inner .header_menu li:nth-child(12){animation: menu_on .7s ease-in-out .28s forwards;}
@keyframes menu_on{
    0%{opacity:0;transform:translate(25px,0) scale(1.05)}
    100%{opacity:1;transform:translate(0,0) scale(1)}
}
.header_button_inner {
    width: 50%;
    height: 19px;
    position: absolute;
    top: 50%;
    left: 50%;
    transition-duration: 375ms;
    transform: translate(-50%,-50%);
}
.header_button_inner div{
    height: 2px;
}
.header_button_inner div,
.header_button_inner div>span{
    left: 0;
    transition-duration: 375ms;
    width: 100%;
    position: absolute;
    overflow: hidden;
}
.header_button_inner div>span>span{
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    background: rgba(255,255,255,1);
}
.header_button_inner>div:nth-child(1)>span>span{
    right:-100%;
}
.header_button_inner>div:nth-child(3)>span>span {
    left: -100%;
}
.header_button_inner>div:nth-child(1) {
    top: 0;
}
.header_button_inner>div:nth-child(2) {
    top: 50%;
    margin: -1px 0 0;
}
.header_button_inner>div:nth-child(3) {
    top: 100%;
    margin: -1px 0 0;
}
.header_button_inner>div:nth-child(1)>span {
    animation: header_button_off0 2.5s ease-in-out 0s infinite;
}
.header_button_inner>div:nth-child(2)>span {
    animation: header_button_off0 2.5s ease-in-out .15s infinite;
}
.header_button_inner>div:nth-child(3)>span {
    animation: header_button_off0 2.5s ease-in-out .3s infinite;
}
.header_button_inner div>span{
    display: block;
    height: 100%;
    top: 0;
    background: #fff;
    /*background: rgba(111,199,226,1);*/
}
@keyframes header_button_off0{
    0%,100%,65%{left:0;opacity:1}
    80%{left:100%;opacity:0}
    85%{left:-100%;opacity:0}
}
.header .sns_list a{
    font-size: 2.5rem;
    padding: .5em;
    display: flex;
}
.header .sns_list .icon-line{
    width: 25px;
    height: 25px;
    fill: #523d24;
    vertical-align: text-bottom;
}
#toggle:checked ~ .close {
	pointer-events: auto;
	background-color: rgba(0,0,0,0.60);
}
.close {
	pointer-events: none;
	width: 100%;
	height: 100%;
	-webkit-transition: all .3s ease;
			transition: all .3s ease;
	z-index: 2;
    background: transparent;
}
/***********************
 *
 *     members
 *
 ***********************/
.members_box{
    display: none;
    /* display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    right: 0;
    top: 60px;
    width: 60px;
    height: 60px;
    overflow: hidden;
    z-index: 100;
    transition: all .3s ease;
    cursor: pointer;
    background: rgba(107, 107, 107, 0.6);
    color: #fff;
    text-align: center;
    line-height: 1.6; */
}
.members_box .f11{
    transform: scale(0.7);
}
/***********************
 *
 *     pager
 *
 ***********************/
.pager .pager_item{
    margin: 0 .3em;
}
.pager .pager_item a{
    display: block;
    padding: .5em;
}
.pager .pager_item:first-child{
    margin-right: auto;
}
.pager .pager_item:last-child{
    margin-left: auto;
}
.pager .pager_item a.next,
.pager .pager_item a.prev{
    position: relative;
}
.pager .pager_item a.next::before,
.pager .pager_item a.prev::before{
    content: "";
    width: 15px;
    height: 15px;
    border-top: 1px solid;
    border-left: 1px solid;
    position: absolute;
}
.pager .pager_item a.next::before{
    transform: translate(-50%,-50%) rotate(-45deg);
}
.pager .pager_item a.prev::before{
    transform: translate(-50%,-50%) rotate(135deg);
}
/***********************
 *
 *     btn
 *
 ***********************/
.viewall_wrap{
    text-align: center;
    margin: 1em 0;
}
.viewall{
    display : -webkit-inline-box;
    display : -ms-inline-flexbox;
    display : -webkit-inline-flex;
    display: inline-flex;
    -webkit-align-items:center;
    align-items:center;
    -webkit-justify-content: center;
    justify-content: center;
    padding: .5em 1em;
    background: #EEECEA;
}
.mapbtn{
    background: #fff;
    color: #2D2D2D;
    display: block;
    text-align: center;
    padding: 5px 0;
}
.mapbtn i{
    margin-right: .5em;
}
.search_salon {
    display: block;
    margin-top: 3em;
    max-width: 500px;
    margin: auto;
}
.search_salon .search_salon_box .icon_house{
    width: 30px;
}
.search_salon .search_salon_box span{
    display: block;
}
.search_salon .search_salon_box{
    text-align: center;
    background: #EEECEA;
    padding: 1em;
}
/***********************
 *
 *     layer
 *
 ***********************/
.view_layer{
    position: relative;
}
.view_layer::before,
.view_layer::after{
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    transition-property: width;
    transition-duration: .75s;
    transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
}
.view_layer::before{
    background-color: rgba(255,255,255,0.6);
    z-index: 2;
    transition-delay: .85s;
}
.view_layer::after{
    background-color: #fff;
    z-index: 3;
    transition-delay: .15s;
}
.view_layer.active::before,
.view_layer.active::after{
    width: 0;
}
/***********************
 *
 *     header
 *
 ***********************/
.header .header_logo{
    line-height: 1;
    margin-top: 2em;
    margin-bottom: 2em;
    text-align: center;
}
.header .header_logo .logo-img{
    width: 100px;
    fill:#513B1F;
}
.header .header_navi span{
    margin-left: 1em;
}
.header_inner{
    position: fixed;
    top: 0;
    left: 0;
    /*right: -100%;*/
    z-index: 99;
    transition: all .3s ease;
    pointer-events: none;
}
.header_inner{
    width: 100%;
    height: 100%;
    display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
			flex-wrap: wrap;
	-webkit-box-pack: justify;
		-ms-flex-pack: justify;
	-webkit-justify-content: center;
			justify-content: center;
	-webkit-align-items: center;
			align-items: center;
	-webkit-align-content:center;
			align-content:center;
}
.header_inner .header_wrap{
    background: #fff;
    height: 0;
    width: 90%;
    overflow: hidden;
    transition: all .3s ease;
}

#toggle:checked ~ .header_inner .header_wrap{
    height: 90vh;
    overflow: scroll;
}
.header_inner .header_navi{
    font-size: 18px;
    text-align: center;
    margin-bottom: 3em;
}
.header_inner .header_navi .header_menu{
    text-align: left;
    display: inline-block;
}
.header_inner .header_navi .header_menu li{
    margin-bottom: .5em;
}
/***********************
 *
 *     main
 *
 ***********************/
.top.techno-logo-wrap{
    position: absolute;
    top: 0;
    left: 30px;
    z-index: 10;
}
.top.techno-logo-wrap .techno-logo{
    width: 120px;
    height:20px;
    vertical-align: bottom;
    fill:#807F7F;
}
main .keyV{
    padding: 0;
}
main .keyV {
    height: 60vh;
    overflow: hidden;
}
main .keyV .img_wrap{
    height: 100%;
}
main .keyV .img_wrap img{
    width: 100%;
}
.pans li:not(:last-child)::after{
    margin: 0 .5em;
    content: "";
    display: inline-block;
    width: 7px;
    height: 7px;
    border-top: 1px solid #aaa;
    border-right: 1px solid #aaa;
    transform:translate(-50% , -25%) rotate(45deg);
}
.pans {
    margin-top: .5em;
}
.pans a{
    color: #aaa;
}
.sec_title_wrap{
    text-align: center;
    margin-bottom: 3em;
}
.sec_title_wrap .sectiontitle{
    margin-bottom: 0;
}
.main .mainV{
    height: 40vh;
    padding: 0;
    position: relative;
}
.main .main_logo{
    max-width: 130px;
    position: absolute;
    top: 1em;
    left: 1em;
}
.main .main_logo .logo-img{
    fill:#270000;
}
/***********************
 *
 *     footer
 *
 ***********************/
.footer{
    color: #807F7F;
    /*padding: 5% 0;*/
}
.footer .footer_logo span{
    display: block;
}
.footer .footer_logo{
    text-align: center;
    line-height: 1;
}
.footer .footer_logo .jp{
    margin-bottom: 10px;
}
.footer .footer_logo_wrap{
    text-align: left;
    display: inline-block;
}
.footer .footer_logo{
    text-align: center;
}

.footer .footer_navi a.techno-logo-wrap{
    display: inline-block;
}
.footer .techno-logo{
    width: 140px;
    height: 30px;
    margin: auto;
    vertical-align: bottom;
    fill: #807F7F;
}
.footer .footer_menu li{
    width: 25%;
    text-align: center;
    position: relative;
}
.footer .footer_navi {
    text-align: center;
}
.footer .footer_navi a{
    display: block;
}
.footer .footer_navi .contents_list_wrap{
    background: #A89C8F;
    padding: 1em 0;
    margin-bottom: 6em;
}
.footer .footer_navi .contents_list .contents_item{
    background: #fff;
    margin-bottom: .5em;
}
.footer .footer_navi .contents_list .navi_inner{
    text-align: center;
    line-height: 1.4;
    position: relative;
    color: #513B1F;
}
.footer .footer_navi .contents_list .navi_inner span{
    display: block;
    color: #9A8B78;
}
.footer .footer_navi .contents_list .navi_inner .icon-arrow{
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.footer .footer_menu li:not(:first-child)::before{
    content: "";
    height: 10px;
    border-left: 1px solid #fff;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.footer .sns_list a{
    font-size: 2.5rem;
    padding:0 .5em;
    display: flex;
    margin-top: 20px;
}
.footer .sns_list .icon-line{
    width: 25px;
    height: 25px;
    fill: #807F7F;
    vertical-align: text-bottom;
}
@media screen and (min-width:768px){
    .inner{
        max-width: 1000px;
    }
    .grid.clm2{
        grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    }
    .top.techno-logo-wrap{
        top: 1em;
        left: 60px;
    }
    .header .header_logo .logo-img{
        width: 150px;
    }
    .header_inner .header_wrap{
        width: 500px;
        margin-left: auto;
        margin-right: 2em;
        background: rgba(255,255,255,.9);
    }
    .header_inner .header_navi .header_menu{
        /*max-width: 800px;*/
       display: inline-block;
        /*display: grid;
        grid-template-columns:1fr 1fr 1fr;
        grid-row-gap: 1em;*/
    }
    .header_inner .header_menu li span{
        display: block;
        margin: 0;
    }
    .top.techno-logo-wrap .techno-logo{
        width: 180px;
        height: 30px;
    }
    .footer .sns_list a{
        font-size: 3rem;
    }
    .footer .sns_list .icon-line{
        width: 30px;
        height: 30px;
        fill: #807F7F;
        vertical-align: text-bottom;
    }
    .footer .techno-logo{
        width: 190px;
        height: 50px;
    }
}

@media screen and (min-width:1280px){
    html{
        font-size:62.5%;
    }
    main{
        padding-top: 0%;
    }
    .header_inner .header_menu li span{
        display: inline-block;
        margin: 0;
        margin-left: 5px;
    }
    .main .mainV{
        height: 45vh;
    }
    .header_inner{
        width: 100%;
    }
    .pc_none{
        display: none;
    }
    .sp_none{
        display: block;
    }
    .toggle_icon,
    .members_box{
        width: 80px;
        height: 80px;
    }
    .members_box{
        top: 0;
        right: 80px;
    }
    .members_box .f11{
        transform: none;
    }
}

.details strong {
    font-weight: bold !important;
}

@media screen and (max-width:768px){
    .column_img img {
        height: 33vw;
        object-fit: cover;
    }
    /* .info .ofi-cov {
        height: 33vw;
    } */
    .top_img img {
        height: 100% !important;
    }
    .top_img {
        height: 100% !important;
        width: 100% !important;
    }
}
@media screen and (max-width:1279px){
    .info_img {
        padding: 62.5% 0 0 !important;
    }
    .search_salon .search_salon_box.flex{
        -webkit-justify-content: space-around;
        justify-content: space-around;
    }
    .search_salon .search_salon_box{
        max-width: 500px;
    }
}


.column_img {
    position: relative;
}
.column_new {
    position: absolute;
    background-color: #b5002b;
    color: white;
    font-weight: bold;
    padding: 0 15px;
    bottom: 10px;
}
.info_new {
    background-color: #b5002b;
    color: white;
    font-weight: bold;
    padding: 0 15px;
    bottom: 10px;
    width: intrinsic;
    float: left;
    margin-right: 1em;
}
.info_img {
    position: relative;
    width: 100%;
    height: 0;
    padding: 62% 0 0;
}
.info_img .ofi-cov {
    position: absolute;
    top: 0;
    left: 0;
}
