/* *********************
 *
 *     CSS import 
 *
 ***********************/
@import url("../../webfonts/MADE_Evolve_Sans_Regular/stylesheet.css");
@import url("../../webfonts/AGaramondPro/stylesheet.css");


/* *********************
 *
 *     CSS Document 
 *
 ***********************/

html {
	font-size: 62.5%;
	word-wrap: break-word;
	overflow-wrap: break-word;
	height: 100%;
}
body {
	line-height: normal;
  font-family: "Hiragino Kaku Gothic Pro", Meiryo, Osaka, "MS PGothic", sans-serif;
	color: #222;
	letter-spacing: 1px;
	text-align: left;
	overflow-x: hidden;
	font-size: 1.6rem;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	-webkit-text-size-adjust: 100%;
	height: 100%;
}
body * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
a {
	margin: 0;
	padding: 0;
	text-decoration: none;
	color: #3a3a3a;
	display: block;
}
.link_item {
	padding-top: 100px;
	margin-top: -100px;
}
*:focus {
outline: none;
}
span { 
	white-space: nowrap;
}
img {
	width: 100%;
	height: auto;
	vertical-align: bottom;
}

#main_wrapper {
	position: relative;
	z-index: 1;
	background-color: #fff;
	overflow-y: hidden;
}
.container {
	width: 90%;
	max-width: 1000px;
	margin: 0 auto 40px;
}
.back_container {
	width: 100%;
	padding: 40px 0;
	margin-bottom: 40px;
}
.back_wrapper {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
}
.back_box {
	width: 90% !important;
	margin: 0 auto;
}
.inner1280 {
	margin-right: auto;
	margin-left: auto;
	width: 100%;
	max-width: 1280px;
}

.inner1000 {
	width: 90%;
	max-width: 1000px;
	margin-right: auto;
	margin-left: auto;
}
.inner750 {
	max-width: 750px;
	margin-right: auto;
	margin-left: auto;
}

/* *********************
 *
 *     font
 *
 ***********************/
.upper {
	text-transform: uppercase;
}
.garamond{
    font-family: AGaramondPro;
}
.made {
    font-family: MADE Evolve Sans Regular;
}
.mincho {
    font-family: "Hiragino Mincho Pro", "MS PMincho", "Sawarabi Mincho", serif;	
}
.bold {
	font-weight: bold;
}
.comment {
	font-size: 1.4rem;
	line-height: 1.8em;
}
.text_left{
	text-align: left;
}
.text_right{
	text-align: right;
}
/* *********************
 *
 *     flexbox
 *
 ***********************/
.flexbox {
	width:100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
			flex-wrap: wrap;
	-webkit-justify-content: space-between;
			justify-content: space-between;
	-webkit-align-content: flex-start; 
			align-content: flex-start;
	-webkit-align-items: stretch;
			align-items: stretch;
}
.flexcentering {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
}
/* *********************
 *
 *     grid
 *
 ***********************/
.grid {
	display: grid;
}
/* *********************
 *
 *     その他
 *
 ***********************/
h1.clear{
	text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    height: 0;
}
.centering {
	position: absolute;          
	top: 50%;                   
	left: 50%;                  
	transform: translateY(-50%) translateX(-50%); 
}
.mb_none {
	margin-bottom: 0 !important;
}
.limit {
	width: 100%;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.fit_image {
	position: relative;
}
.fit_image .pic {
	display: block;
	width: 100%;
	height: 100%;
	padding-top: 66.66%;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.fit_image .pic.item_02 {
	padding-top: 100%;
}
/* *********************
 *
 *     responsive
 *
 ***********************/
.pc_none {
	display: block;
}
.sp_none {
	display: none;
}
.sp_only {
	display: block;
}
.view_pc {
	display: none;
}
.view_mb {
	display: none;
}
.view_sp {
	display: block;
}

 
/* *********************
 *
 * CSS 共通header
 *
 ***********************/
#header .logo_box {
    width: 100%;
		height: 65px;
    margin: 0 auto;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 300;
    background-color: #ffffff;
    font-size: 1.2rem;
    padding: 10px 0;
}
#header .logo_box .logo {
    width: 100px;
    margin-left: auto;
    margin-right: auto;
}
.toggle_nav {
	position: fixed;
	top: 25px;
	right: 3%;
	z-index: 400;
}
.toggle_nav #button {
	position: relative;
	width: 25px;
	height: 20px;
	z-index: 500;
}
.toggle_nav #button span {
	width: 25px;
	height: 2px;
	background-color: #565656;
	-webkit-transition: all ease 0.3s;
	transition: all ease 0.3s;
}
.toggle_nav #button span:nth-child(1){
	position: absolute;
	top: 0;
	left: 0;
}
.toggle_nav #button span:nth-child(2){
	position: absolute;
	top: 45%;
	left: 0;
}
.toggle_nav #button span:nth-child(3){
	width: 60%;
	position: absolute;
	bottom: 0;
	right: 0;
}
.toggle_nav #button.open span:nth-child(1){
	transform: rotate(-45deg);
	top: 50%;
	background-color: #fff;
}
.toggle_nav #button.open span:nth-child(2){
	display: none;
}
.toggle_nav #button.open span:nth-child(3){
	width: 100%;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	bottom: 40%;
	background-color: #fff;
}

#toggle_box {
 	color: #222;
	position: fixed;
	width: 100%;
	margin: 0 0 0 auto;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: flex;
	flex-direction: column;
	padding: 20% 20% 5%;
	text-align: left;
	font-size: 1.8rem;
	-webkit-transition: opacity .6s ease, visibility .6s ease;
	transition: opacity .6s ease, visibility .6s ease;
	z-index: -1;
	opacity: 0;
	overflow-y: scroll;
	-ms-overflow-style: none;
 	scrollbar-width: none;
}
#toggle_box::-webkit-scrollbar {
	display:none;
}

#toggle_box .toggle_logo {
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: solid 1px #ffffff;
}
#toggle_box .toggle_logo a {
	display: inline-block;
}
#toggle_box .toggle_logo img {
	max-width: 130px;
}
#toggle_box .toggle_inner {
	margin-bottom: 10px;
}
#toggle_box li a {
	width: 100%;
	color: #ffffff;
	display: block;
	padding: 7px 0;
	margin: 10px 0;
}

#toggle_box.open {
	background-color: rgba(75,170,90,0.9);
	z-index: 	300;
	opacity: 1;
}
#toggle_box .toggle_shop {
	text-align: center;
	margin-bottom: 10px;
}
#toggle_box .toggle_shop a {
	color: #222222;
	padding: 15px 0;
	padding-left: 20px;
	border-top: solid 1px #565656;
	border-bottom: solid 1px #565656;
}
#toggle_box .toggle_shop i,
#toggle_box .toggle_sns_box li i {
	padding-right: .5em;
}
#toggle_box .toggle_sns_box {
	display: grid;
	grid-gap: 3px;
	grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
}
#toggle_box .toggle_sns_box li a {
	padding: 5px 0;
	margin: 0;
}

.main_nav {
	position: relative;
	margin-top: 60px;
	padding: 0 2%;
	padding-right: 6%;
	background-color: #f3f3f3;
	letter-spacing: 0.1em;	
}
.main_nav .nav_bar {
	width: 100%;
	overflow-x: auto;
	-ms-overflow-style: none;
	scrollbar-width: none;
	-webkit-overflow-scrolling: touch;
	font-size: 1.4rem;
}
.main_nav .nav_bar::-webkit-scrollbar {
	display:none;
}
.main_nav .nav_bar ul {
	max-width: 1000px;
	min-width: 430px;
	margin: 0 auto;
	display: inline-table;
}
.main_nav .nav_bar ul li {
	width: auto;
	display: table-cell;
	white-space: nowrap;
}
.main_nav .nav_bar ul li a {
	padding: 8px 10px;
}
.main_nav .nav_next {
	width: 5px;
	position: absolute;
	top: 50%;
	right: 2%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	color: #888888;
}

/* *********************
 *
 * CSS 共通footer
 *
 ***********************/
.footer-reserve-fix-btn {
    width: 240px;
    position: fixed;
    right: 10px;
    bottom: 20px;
    z-index: 1;
}
    @media screen and (max-width:480px){
        .footer-reserve-fix-btn {
            width: 100%;
            right: 0;
            bottom: 5px;
        }
    }
.footer-reserve-fix-btn_initial {
    display: block;
    font-size: 14px;
    text-align: center;
    background-color: #a0a0a0;
    padding: 1.5em 16%;
    color: #fff;
    border-radius: 6px;
    position: relative;
    cursor: pointer;
    transition: .5s;
}
.footer-reserve-fix-btn_initial:after {
    content: "";
    width: 94%;
    height: 76%;
    border-radius: 4px;
    position: absolute;
    border: 1px solid #fff;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
    @media screen and (max-width:480px){
        .footer-reserve-fix-btn_initial:after {
            width: 96%;
        }
    }  
.footer-reserve-fix-btn_initial .img {
    display: inline-block;
    width: 14px;
    margin-right: .5em;
    vertical-align: middle;
}
.footer-reserve-fix-btn_initial .text {
    vertical-align: middle;
}
.footer-reserve-fix-btn_initial.is-open { /*open時*/
    border-radius: 8px 8px 0 0;
}
.footer-reserve-fix-btn_initial.is-open .img{
    /*display: none;*/
}
.footer-reserve-fix-btn .list {
    background-color: rgba(228,228,228,0.7);
    padding: 1em 5%;
    border-radius: 0 0 8px 8px;
    display: none;
}
.footer-reserve-fix-btn .list_item { 
    width: 100%;
}
.footer-reserve-fix-btn .list_item:not(:last-of-type) {
    margin-bottom: 1em;
}
.footer-reserve-fix-btn .list_item a {
    display: block;
    background-color: #332e2e;
    color: #fff;
    text-align: center;
    padding: 1em 5%;
    border-radius: 8px;
    font-size: 12px;
}
.footer-reserve-fix-btn .list_item_jp {
    display: block;
    font-size: .75em;
}
#footer {
    background-color: #F5F5F5;
    padding: 20px 0;
    text-align: center;
    position: relative;
    z-index: 1;
}
#footer .foot_list {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
#footer .foot_list li {
	margin-bottom: 5%;
}
#footer .foot_list a {
    display: inline-block;
    border-right: 1px solid #090909;
    font-size: 1.6rem;
    padding-left: 10px;
    padding-right: 10px;
}
#footer .foot_list li:last-child a {
    border-right: none;
}
#footer .foot_logo {
    max-width: 50px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    margin-bottom: 20px;
}
copy {
	font-size: 1.2rem;
}
/* *********************
 *
 *     css 共通
 *
 ***********************/
 .global {
 	padding-top: 40px !important;
 }
 .section_title {
	font-size: 3.4rem;
	margin-bottom: 20px;
	line-height: 0.9em;
	letter-spacing: 0.1em;
}
.section_title .add {
	font-size: 1.4rem;
	color: #6b6b6b;
	letter-spacing: 0.1em;
}

/* 続きを見るボタン */

.more_btn {
	width: 100%;
	text-align: right;
}
.v_more_btn {
	text-align: right;
	font-size: 1.6rem;
}
.v_more_btn a {
	display: inline-block;
	background:-webkit-linear-gradient(transparent 50%, #bababa 50%);
	background:-o-linear-gradient(transparent 50%, #bababa 50%);
	background:linear-gradient(transparent 50%, #bababa 50%);
	padding: 0 2px;
}

/* 予約ボタン */

.r_btn {
	text-align: center;
	background: #4bab5a;
	color: #ffffff;
	padding: 10px;
	letter-spacing: 0.1em;
}
.r_btn a {
	color: #fff;
}
.r_btn a .time {
	background: #fff;
	color: #4bab5a;
	padding: 1px 4px;
	border-radius: 5px;
	margin-right: .5em;
	background-color: #fff;
}

/* Pagination */

.pager .pagination {
	width: 100%;
	margin: 0 auto 40px;
  text-align: center;
	-webkit-align-items: center;
	align-items: center;
}
.pager .pagination li {
  display: inline;
  margin: 0 2px;
  padding: 5px;
  text-align: center;
}
.pager .pagination li a{
  vertical-align: middle;
  width: 100%;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all  0.3s ease;
}
.pager .pagination li:hover,
.pager .pagination li.active{
  background: #f3f3f3;
}
.pager .pagination .prev,
.pager .pagination .next {
	width: 28%;
	line-height: 0.8em;
}
.pager .pagination .prev_btn dt {
	width: 20%;
	text-align: left;
}
.pager .pagination .prev_btn dd {
	width: 80%;
	letter-spacing: 0.1em;
}
.pager .pagination .prev_btn dt + dd {
	border-left: solid 1px #565656;
}
.pager .pagination .prev_btn .fas {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}
.pager .pagination .next_btn .fas {
	line-height: 0.8em !important;
}
.pager .pagination .next_btn dt {
	width: 80%;
	letter-spacing: 0.1em;
}
.pager .pagination .next_btn dd {
	width: 20%;
	text-align: right;
}
.pager .pagination .next_btn dt + dd {
	border-left: solid 1px #565656;
}

/* キーワード検索 */

.search #keyword {
	position: relative;
	margin-bottom: 20px;	
}
.search #form_text {
	width: 100%;
	height: 50px;
	padding: 0 55px 0 20px;
	border-radius: 0 0 2px 2px;
	border: none;
	background: #f3f3f3;
	outline: 0;
	font-size: 1.4rem;
}
.search #search_btn {
	height: 50px;
	position: absolute; 
	right: 10px; 
	top: 0;
	background: none;
	color: #3a3a3a;
	border: none;
	font-size: 2.0rem;
}
.search .add_search {
	text-align: left;
	font-size: 1.2rem;
	margin-bottom: 10px;
}
.search .search_box {
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
}
.search .search_box li {
	padding: 2px 15px;
	margin-bottom: 5px;
	margin-right: 5px;
	background-color: #3a3a3a;
	color: #ffffff;
	font-size: 1.4rem;
}



@media screen and (min-width:481px){
	.pc_none {
		display: none !important;
	}
	.sp_none {
		display: none !important;
	}
	.view_pc {
		display: none !important;
	}
	.view_mb {
		display: block !important;
	}
	.view_sp {
		display: none !important;
	}

	/* *********************
	 *
	 * CSS 共通header
	 *
	 ***********************/
	#header .logo_box {
		padding: 15px 0;
		height: 85px;
	}
	#header .logo_box .logo {
		width: 130px;
	}
	#header .logo_box .head_btn a {
		padding: 5px 15px;
	}
	#toggle_box {
		padding: 15% 10% 5%;
	}
	.toggle_nav {
		top: 35px;
	}
	
	/* *********************
	 *
	 * CSS 共通
	 *
	 ***********************/	
	.salon_contents {
		padding: 10px 20px;
	}
	.salon_contents .salon_box_inner {
		width: 60%;
	}
	.salon_contents .salon_link_icon {
		right: 10px;
	}
	
	.pager .pagination {
		width: 80%;
	}


}
@media screen and (min-width:769px){
/*.pc_none {
	display: none !important;
}*/
.sp_none {
	display: block !important;
}
.view_pc {
	display: none !important;
}
.view_mb {
	display: none !important;
}
.view_sp {
	display: block !important;
}
.sp_only {
	display: block;
}

	/* *********************
	 *
	 * CSS 共通header
	 *
	 ***********************/
	#header .logo_box {
		height: 80px;
		padding: 15px 0;
	}
	#header .logo_box .logo {
		width: 125px;
	}
	#header .logo_box .head_btn.reserve a {
		padding-right: 0;
	}
	.toggle_nav {
		top: 30px;
	}
	#toggle_box {
		width: 30%;
		padding: 5% 40px;
		margin: 0 0 0 auto;
	}
	#footer .foot_list a {
		font-size: 1.8rem;
		padding-left: 20px;
		padding-right: 20px;
	}


	/* *********************
	 *
	 * CSS 共通
	 *
	 ***********************/
	 .global {
		padding-top: 80px !important;
	 }
	 .container {
		margin-bottom: 80px;
	 }
	.back_container {
		width: 100%;
		padding: 80px 0;
		margin-bottom: 80px;
	}
	.back_wrapper {
		width: 90%;
		max-width: 1000px;
		margin: 0 auto;
	}
	 .section_title {
			font-size: 2.8rem;
		}
		.section_title .add_title {
			font-size: 1.4rem;
		}
		
		.salon_tab .tab_btn_03 {
			width: calc(25% - 5px);
			cursor: pointer;
		}
		.salon_box li {
			margin-bottom: 10px;
			width: calc(50% - 5px);
		}
		
		.salon.secondary {
			padding: 0;
			margin-bottom: 80px;
		}
		.salon.secondary .salon_box li {
			margin-bottom: 10px;
			border: solid 1px #dedede;
		}
		
		.pager .pagination {
			width: 50%;
		}



}
