/*
Theme Name: MEN'S salon loob
Description: 
Author:
Author URI: 
*/


@charset "UTF-8";

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
	font-weight: normal;
}
img {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:bottom;
    background:transparent;
	} 
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

ol, ul {
	list-style: none;
}

blockquote, q {
    quotes:none;
}

a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
	text-decoration:none;
}

ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
 
.clearfix {
    display: inline-table;
    min-height: 1%;
}
 
/* Hides from IE-mac */
* html .clearfix {
    height: 1%;
}
.clearfix {
    display: block;
}
/* End hide from IE-mac */

.clear {
	clear:both;
}




/* iOSでのデフォルトスタイルをリセット */
input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}
input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}



/* CSS Document */

/*////////////////////////////////////

PC用レイアウト

////////////////////////////////////*/

/*----------------------
共通設定
----------------------*/
html{
	font-size: 62.5%;
	scroll-behavior: smooth;
}

body{
	color: #333;
	font-family: YakuHanJP, "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", Meiryo, sans-serif;
	font-feature-settings: "palt";
	letter-spacing: -0.05em;
		white-space: nowrap;
	-webkit-font-smoothing:antialiased;
	-moz-osx-font-smoothing:grayscale;
	background-color: #f2f2f2;
}

a:hover{
	cursor: pointer;
}

h2 img{
	width: 100%;
	height: auto;
}

.img_w100{
	width: 100%;
	height: auto;
	display: block;
	margin: 0 auto;
}

/*----------------------
ブラウザのCSSをリセット
----------------------*/
p{
	margin: 0 !important;
	padding: 0 !important;
}


/*----------------------
セクションエリア共通設定
----------------------*/
section{
	clear: both;
	overflow: auto;
}


/**********************************

全体レイアウト、共通設定

**********************************/

/*----------------------
全体エリアの背景設定
----------------------*/
.main{
	background-color: #f2f2f2;
}

/*----------------------
記事エリアの設定
----------------------*/
.article{
	background-color: #f2f2f2;
	font-size: 1.8rem;
}

.article p{
	line-height: 1.8;
}

.sp_view{
	display: none !important;
}



/**********************************

上部固定ヘッダー設定

**********************************/

/*----------------------
上部固定ヘッダー全体
----------------------*/
.header{
	display: none;
}





/*----------------------------------
sp用下部cv
----------------------------------------*/
.sp_bottom_cv{
	display: flex;
	width: 100%;
	height: auto;
	position: fixed;
	bottom: 0;
	z-index: 5000;
}

.sp_bottom_cv_under{
	display: flex;
	justify-content: space-between;
	width: 620px;
	margin: 0 auto;
	background-color: rgba(51,51,51,0.90);
	padding: 18px 20px;
	box-sizing: border-box;
}

.fix_btn1,.fix_btn2,.fix_btn3{
	width: 48.5%;
	height: 60px;
	display: flex;
	align-items: center;
	border-radius: 5000px;
}

.fix_btn1{
	background-color: #85DB47;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.fix_btn2{
	background: linear-gradient(to right,#EA3566,#E654E9);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}




.fix_btn1 a,.fix_btn2 a,.fix_btn3 a{
	width: 100%;
	height: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
}


.sp_bottom_cv a p{
	font-size: 255%;
	color: #fff;
}


/*--------------------------------
ヘッダー内の画像が常に100%になるように
---------------------------------*/
.top_logo_flame img,.top_tel_flame img,.top_cv_btn img{
	width: 100%;
}



/**********************************

ファーストビュー設定

**********************************/

.top_img_in{
	width: 620px;
	border-right: solid 1px #ccc;
	border-left: solid 1px #ccc;
	margin: 0 auto;
}

.top_img_in img{
	width: 100%;
	height: auto;
}


/**********************************

section設定

**********************************/
.section_over_flame{
	width: 620px;
	height: auto;
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	margin: 0 auto;
	border-right: solid 1px #ccc;
	border-left: solid 1px #ccc;
	background-color: #fff;
}

.section_under_flame{
	width: 580px;
	height: auto;
	margin: 0 auto;
	padding: 55px 0;
}





.otoiawase_text{
	text-align: center;
	font-size: 160%;
	line-height: 1 !important;
}


.btn{
	width: 90%;
	height: 90px;
	border-radius: 900px;
	margin: 0 auto;
	margin-top: 4.5%;
}

.btn:hover{
	opacity: 0.7;
}

.btn a{
	color: #fff;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 230%;
}

.line_btn{
	background-color: #85DB47;
}

.insta_btn{
	background: linear-gradient(to right,#EA3566,#E654E9);
}


/**********************************

スライダー

**********************************/

.slider-wrapper {
  position: relative;
  width: 100%;      /* 画像幅+マージン+左右の見切れ分より広めに */
  height: 540px;
  overflow: hidden;
}

.slider-track {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  height: 100%;
}

.slide {
  width: 382px;        /* 画像自体の幅 */
  height: 413px;
  flex-shrink: 0;
  margin: 0 10px;      /* 左右のスペース */
  box-sizing: border-box;
}

.slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 12px;
  margin-bottom: 7px;
}

.slide p{
	font-weight: bold;
	font-size: 160%;
}

.last_img{
	padding-bottom: 96px;
}




/* CSS Document */

/*////////////////////////////////////

SP用レイアウト

////////////////////////////////////*/

@media screen and (max-width:768px){
	/**********************************
	
	全体レイアウト、共通設定
	
	**********************************/

	/*----------------------
	記事エリアの設定
	----------------------*/
	.article{
		font-size: 4.2vw;
	}

	.article p{
		line-height: 7vw;
	}
	
	
	.pc_view{
		display: none !important;
	}
	
	.sp_view{
		display: block !important;
	}
	/**********************************
	
	上部固定ヘッダー設定
	
	**********************************/
	
	/*----------------------
	上部固定ヘッダー全体
	----------------------*/
	.header{
		height: 11vw;
		width: 100%;
		border-right:  none !important;
		border-left:  none !important;
	}

	/*----------------------
	ヘッダー内部をカラム幅にする
	----------------------*/
	.header_inner{
		height: 11vw;
		width: 94.7%;
	}

	/*----------------------------------
	sp用下部cv 3つボタン
	----------------------------------------*/

	.sp_bottom_cv{
		width: 100%;
		height: 10vw;
		padding-top: 3vw;
		padding-bottom: 3vw;
		background-color: rgba(51,51,51,0.90);
	}
	
	.sp_bottom_cv_under{
		width: 94.7%;
		padding: 0;
		background: none;
	}
	
	.fix_btn1,.fix_btn2,.fix_btn3{
		height: 10vw;
	}

	.fix_btn1 a,.fix_btn2 a,.fix_btn3 a{
		width: 100%;
		height: 10vw;
	}
	
	
	.sp_bottom_cv a p{
		font-size: 4.6vw;
	}
	
	
	
	
	/**********************************
	
	ファーストビュー設定
	
	**********************************/
	.top_img_flame{
		height: auto;
	}
	
	.top_img_in{
		width: 100%;
		border-right: none !important;
		border-left: none !important;
	}
	
	.top_img_in img{
		height: auto;
	}
	
	
	
	/**********************************

	section設定

	**********************************/
	.section_over_flame{
		width: 100%;
		height: auto;
		border-right: none !important;
		border-left: none !important;
	}

	.section_under_flame{
		width: 94.7%;
		padding: 10vw 0;
	}
	
	
	.btn{
		height: 18vw;
		margin-top: 4.5%;
	}

	.btn a{
		font-size: 180%;
	}

	/**********************************

	スライダー

	**********************************/

	.slider-wrapper {
		height: 97vw;
	}

	.slide {
		width: 69.4vw;        /* 画像自体の幅 */
		height: 75vw;
		margin: 0 1vw;      /* 左右のスペース */
	}

	.slide img {
		border-radius: 2vw;
		margin-bottom: 3vw;
	}

	.slide p{
		font-size: 130%;
	}
	
	
	
	

	.last_img{
		padding-bottom: 16vw;
	}
	
	
}