@charset "UTF-8";

/* ================= main ================= */
.site_main{
	margin-top: -125px;
}
/* ==== mv ==== */
.mv{
	position: relative;
}
.mv_imglist{
	height: 100vh;
}
.mv_imgitem{
	width: 100%;
	height: 100vh;
	background-image: url("../img/top/pic_mv_01.jpg");
	background-repeat: no-repeat;
	background-position:center center;
	background-size: cover;
}
.mv_imgitem:nth-child(2){
	background-image: url("../img/top/pic_mv_02.jpg");
}
.mv_imgitem:nth-child(3){
	background-image: url("../img/top/pic_mv_03.jpg");
}
.mv .logo{
	padding: 0;
	width: 22.7%;
	position: absolute;
	top: 50%;
	right: 50%;
	-webkit-transform: translate(50%,-50%);
	-moz-transform: translate(50%,-50%);
	-ms-transform: translate(50%,-50%);
	-o-transform: translate(50%,-50%);
	transform: translate(50%,-50%);
	z-index: 2;
}
.mv .inner{
	width: 72%;
	position: relative;
}
.mv .info{
	width: 36%;
	padding: 40px 0px 30px 50px;
	box-sizing: border-box;
	position: absolute;
	bottom: -150px;
	right: 0;
	background-color: #eee;
	font-size: 1.6rem;
}
.mv .info_item{
	margin-bottom: 10px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.mv .info_item .txt a{
	color: #333;
}
.mv .info_item .icon{
	width: 16px;
	margin-right: 5px;
}
.mv .info_item .icon img{
	vertical-align: middle;
}
.mv .info_item .link{
	margin-left: 17px;
}
.mv .info_item .link a{
	display: inline-block;
	padding: 1px 20px 5px;
	font-size: 1.4rem;
	color: #fff;
	background-color: #333;
	border-radius: 20px;
	font-family: brandon-grotesque, sans-serif;
	white-space: nowrap;
}
.mv .info_item .period{
	width: 100%;
	margin-bottom: 8px;
}
@media (max-width: 1700px){
	.mv .info{
		bottom: -130px;
		padding: 30px 0px 20px 30px;
		font-size: 1.4rem;
	}
}
@media (max-width: 1500px){
	.mv .info{
		padding: 30px 0px 20px 30px;
		font-size: 1.2rem;
	}
	.mv .info_item{
		margin-bottom: 8px;
	}
	.mv .info_item .icon{
		width: 11px;
	}
	.mv .info_item .link a{
		padding: 1px 15px 5px;
		font-size: 1.3rem;
	}
}
@media (max-width: 1300px){
	.mv .info{
		padding: 30px 0px 15px 20px;
		font-size: 1.0rem;
	}
	.mv .info_item .link a{
		padding: 1px 13px 5px;
		font-size: 1.1rem;
	}
}
@media (max-width: 1100px){
	.mv .inner{
		width: 82%;
	}
	.mv .info{
		bottom: -80px;
	}
}
@media (max-width: 1050px){
	.mv .info{
		font-size: 1.0rem;
	}
}
@media (max-width: 1024px){
	.mv .info{
		width: 40%;
	}
}
@media (max-width: 850px){
	.mv .info{
		width: 41%;
		padding: 20px 0px 10px 15px;
	}
	.mv .info_item .icon{
		width: 9px;
	}
	.mv .info_item .link a{
		padding: 1px 10px 5px;
		font-size: 1.0rem;
	}
}
@media (max-width: 770px){
	.mv_imgitem{
		background-image: url("../img/top/sp/pic_mv_01.jpg");
	}
	.mv_imgitem:nth-child(2){
		background-image: url("../img/top/sp/pic_mv_02.jpg");
	}
	.mv_imgitem:nth-child(3){
		background-image: url("../img/top/sp/pic_mv_03.jpg");
	}
	.mv .logo{
		top: 45%;
		width: 45%;
	}
	.mv .inner{
		width: 100%;
	}
	.mv .info{
		position: static;
		width: 100%;
		padding: 50px 5% 20px 5%;
		font-size: 2.6rem;
	}
	.mv .info_item{
		margin-bottom: 20px;
	}
	.mv .info_item .icon{
		width: 25px;
	}
	.mv .info_item .link a{
		padding: 1px 40px 5px;
		font-size: 2.6rem;
	}
	.mv .info_item .period{
		margin-bottom: 20px;
	}
}
@media screen and (max-width: 767px){
	.mv .logo{
		width: 200px;
	}
	.mv .info{
		padding: 25px 5% 10px;
		font-size: 1.4rem;
	}
	.mv .info_item .icon{
		width: 14px;
	}
	.mv .info_item .link a{
		padding: 1px 15px 5px;
		font-size: 1.4rem;
	}
	.mv .info_item,
	.mv .info_item .period{
		margin-bottom: 10px;
	}
}
@media (max-width: 320px){
	.mv .logo{
		width: 130px;
	}
	.mv .info_item{
		font-size: 1.2rem;
	}
	.mv .info_item .icon{
		width: 10px;
	}
	.mv .info_item .link a{
		font-size: 1.3rem;
		padding: 1px 7px 5px;
	}
}

/* ==== under mv ==== */
.un_mv{
	height: 500px;
	background-image: url("../img/news/pic_mv_01.jpg");
	background-repeat: no-repeat;
	background-position:center center;
	background-size: cover;
}

@media (max-width: 1500px){
	.un_mv{
		height: 370px;
	}
}
@media (max-width: 1300px){
	.un_mv{
		height: 340px;
	}
}
@media (max-width: 1200px){
	.un_mv{
		height: 312px;
	}
}
@media (max-width: 1100px){
	.un_mv{
		height: 285px;
	}
}
@media (max-width: 1000px){
	.un_mv{
		height: 260px;
	}
}
@media (max-width: 900px){
	.un_mv{
		height: 230px;
	}
}
@media (max-width: 770px){
	.un_mv{
		height: 195px;
	}
}
@media screen and (max-width: 767px){
	.un_mv{
		height: 110px;
	}
}


/* ==== NEWS ==== */
.top_news{
	padding: 35px 0 35px;
}
.top_news .inner{
	width: 72%;
}
.top_news .con_tit{
	text-align: left;
	margin-bottom: 30px;
	font-size: 3.0rem;
}
.top_news .wrap{
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.top_news .news_list{
	width: 34%;
}
.top_news .news_item{
	margin-bottom: 15px;
}
.top_news .news_item a{
	display: flex;
	color: #333;
}
.top_news .news_item a time{
	margin-right: 20px;
}
.top_news .more_btn{
	padding: 10px 0 10px 40px;
	border-left: #333 1px solid;
}
.top_news .more_btn a{
	display: inline-block;
	padding: 8px 23px;
	font-size: 1.8rem;
	border: #333 1px solid;
	color: #333;
	border-radius: 20px;
	font-family: brandon-grotesque, sans-serif;
}
@media (max-width: 1620px){
	.top_news .con_tit{
		font-size: 2.6rem;
	}
}
@media (max-width: 1500px){
	.top_news .con_tit{
		font-size: 2.4rem;
	}
	.top_news .news_list{
		width: 36%;
	}
	.top_news .news_item a{
		font-size: 1.2rem;
	}
	.top_news .news_item a time{
		margin-right: 15px;
	}
	.top_news .more_btn{
		padding: 10px 0 10px 30px;
	}
	.top_news .more_btn a{
		padding: 7px 18px;
		font-size: 1.3rem;
	}
}
@media (max-width: 1300px){
	.top_news .con_tit{
		font-size: 2.0rem;
	}
}
@media (max-width: 1200px){
	.top_news .news_item a{
		font-size: 1.1rem;
	}
}
@media (max-width: 1100px){
	.top_news .inner{
		width: 82%;
	}
}
@media (max-width: 1050px){
	.top_news .news_item a{
		font-size: 1.0rem;
	}
}
@media (max-width: 1024px){
	.top_news .news_list{
		width: 50%;
	}
}
@media (max-width: 770px){
	.top_news{
		padding: 60px 0;
	}
	.top_news .inner {
	    width: 90%;
	}
	.top_news .con_tit{
		margin-bottom: 60px;
		font-size: 4.0rem;
		text-align: center;
	}
	.top_news .news_list{
		width: 100%;
		margin-bottom: 30px;
	}
	.top_news .news_item{
		margin-bottom: 0;
	}
	.top_news .news_item a{
		font-size: 2.4rem;
		display: block;
		line-height: 1.7;
	}
	.top_news .more_btn{
		width: 100%;
		padding: 10px 0;
		border-left: none;
		text-align: center;
	}
	.top_news .more_btn a{
		position: relative;
		padding: 15px 50px;
		font-size: 2.4rem;
		border-radius: 50px;
	}
	.top_news .more_btn a::before{
		content: '';
		position: absolute;
		top: 30px;
	    right: 15px;
	    width: 20px;
		height: 1px;
		background-color: #333;
	}
}

@media screen and (max-width: 767px){
	.top_news{
		padding: 30px 0;
	}
	.top_news .con_tit{
		font-size: 2.4rem;
		margin-bottom: 30px;
	}
	.top_news .news_item a{
		font-size: 1.4rem;
	}
	.top_news .news_item a time{
		margin-bottom: 5px;
		display: block;
	}
	.top_news .more_btn a {
		padding: 7px 25px;
	    font-size: 1.6rem;
	}
	.top_news .more_btn a::before {
	    top: 15px;
	    right: 10px;
	    width: 10px;
	}
	.top_news .news_list{
		margin-bottom: 0px;
	}
}

/* ==== MESSAGE ==== */
.top_mess{
	padding: 100px 0;
	position: relative;
}
.top_mess::before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 540px;
	background-color: #eee;
	z-index: -1;
}
.top_mess .lead{
	width: 72%;
	font-size: 1.8rem;
	line-height: 2.0;
	margin: 0 auto 50px;
}
.top_mess .wrap a{
	display: flex;
	color: #333;
}
.top_mess .wrap a .img{
	width: 58%;
}
.top_mess .wrap a .txtbox{
	width: 52%;
	padding: 80px 0 0;
	box-sizing: border-box;
	text-align: center;
	background-color: #ccc;
	letter-spacing: .2em;
}
.top_mess .wrap a .txtbox .name{
	margin-bottom: 30px;
	font-size: 4.0rem;
	line-height: 1.35;
	letter-spacing: .25em;
}
.top_mess .wrap a .txtbox .ob{
	margin-bottom: 55px;
	font-size: 2.0rem;
}
.top_mess .wrap a .txtbox .txt{
	display: inline-block;
	padding-bottom: 5px;
	font-size: 2.4rem;
	border-bottom: #333 2px solid;
	font-family: 'Barlow', sans-serif;
}
@media (max-width: 1700px){
	.top_mess .wrap a .txtbox{
		padding: 70px 0 0;
	}
}
@media (max-width: 1620px){
	.top_mess .lead{
		width: 75%;
		font-size: 1.5rem;
	}
	.top_mess .wrap a .txtbox .name{
		font-size: 3.4rem;
	}
	.top_mess .wrap a .txtbox .ob{
		margin-bottom: 40px;
		font-size: 1.7rem;
	}
	.top_mess .wrap a .txtbox .txt{
		font-size: 2.04rem;
	}
}
@media (max-width: 1500px){
	.top_mess::before{
		height: 500px;
	}
	.top_mess .wrap a .txtbox{
		padding: 50px 0 0;
	}
	.top_mess .lead{
		font-size: 1.3rem;
	}
	.top_mess .wrap a .txtbox .name{
		margin-bottom: 20px;
		line-height: 1.3;
	}
	.top_mess .wrap a .txtbox .ob{
		margin-bottom: 40px;
	}
	.top_mess .wrap a .txtbox .txt{
	}
}
@media (max-width: 1300px){
	.top_mess .lead{
		width: 75%;
		font-size: 1.2rem;
	}
	.top_mess .wrap a .txtbox{
		padding: 50px 0 0;
	}
	.top_mess .wrap a .txtbox .name{
		font-size: 3.0rem;
	}
	.top_mess .wrap a .txtbox .ob{
		margin-bottom: 30px;
		font-size: 1.6rem;
	}
	.top_mess .wrap a .txtbox .txt{
		font-size: 2.0rem;
	}
}
@media (max-width: 1200px){
	.top_mess .wrap a .txtbox{
		padding: 40px 0 0;
	}
	.top_mess .wrap a .txtbox .name{
		font-size: 2.8rem;
	}
	.top_mess .wrap a .txtbox .ob{
		font-size: 1.4rem;
	}
	.top_mess .wrap a .txtbox .txt{
		font-size: 1.8rem;
	}
}
@media (max-width: 1024px){
	.top_mess .lead{
		font-size: 1.1rem;
		margin: 0 auto 40px;
	}
}
@media (max-width: 770px){
	.top_mess::before{
		height: 800px;
	}
	.top_mess{
		padding: 60px 0;
	}
	.top_mess .lead{
		width: 100%;
		font-size: 2.4rem;
	}
	.top_mess .wrap{
		width: 90%;
		margin: 0 auto;
	}
	.top_mess .wrap a{
		display: block;
	}
	.top_mess .wrap a .img{
		width: 100%;
	}
	.top_mess .wrap a .txtbox{
		width: 100%;
		padding: 60px 0 70px;
	}
	.top_mess .wrap a .txtbox .name{
		font-size: 4.0rem;
		margin-bottom: 40px;
	}
	.top_mess .wrap a .txtbox .ob{
		font-size: 2.2rem;
		margin-bottom: 45px;
	}
	.top_mess .wrap a .txtbox .txt{
		font-size: 2.4rem;
	}
}
@media screen and (max-width: 767px){
	.top_mess{
		padding: 30px 0;
	}
	.top_mess::before{
		height: 400px;
	}
	.top_mess .inner{
		width: 90%;
	}
	.top_mess .lead{
		font-size: 1.4rem;
		margin-bottom: 25px;
		line-height: 1.75;
	}
	.top_mess .wrap a .txtbox{
		padding: 30px 0 35px;
	}
	.top_mess .wrap a .txtbox .name{
		margin-bottom: 15px;
		font-size: 2.4rem;
	}
	.top_mess .wrap a .txtbox .ob{
		margin-bottom: 25px;
		font-size: 1.5rem;
	}
	.top_mess .wrap a .txtbox .txt{
		font-size: 1.7rem;
	}
}
@media (max-width: 400px){
	.top_mess .lead{
		font-size: 1.4rem;
	}
}

/* ==== STYLE BOOK ==== */
.top_style{
	padding: 0 0 95px;
}
.top_style_list{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.top_style_item{
	margin-bottom: 30px;
	width: 18.4%;
}
@media (max-width: 1024px){

}
@media screen and (max-width: 770px){
	.top_style{
		padding: 0 0 30px;
	}
	.top_style_item{
		margin-bottom: 20px;
		width: 47%;
	}
}

/* ==== MENU ==== */
.top_menu{
	padding: 0 0 48px;
}
.top_menu_list{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
}
.top_menu_item{
	width: 46.5%;
	margin-bottom: 42px;
}
.top_menu_item a{
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	height: 370px;
	font-size: 3.0rem;
	color: #fff;
	font-family: 'Barlow', sans-serif;
	line-height: 1.1;
	background-image: url("../img/top/pic_menu_01.jpg");
	background-repeat: no-repeat;
	background-position:center center;
	background-size: cover;
}
.top_menu_item a .txt{
	display: inline-block;
	padding-bottom: 10px;
	border-bottom: #fff 2px solid;
}
.top_menu_item:nth-child(2) a{
	background-image: url("../img/top/pic_menu_02.jpg");
}
.top_menu_item:nth-child(3) a{
	background-image: url("../img/top/pic_menu_03.jpg");
}
.top_menu_item:nth-child(4) a{
	background-image: url("../img/top/pic_menu_04.jpg");
}
.top_menu_item:nth-child(5) a{
	background-image: url("../img/top/pic_menu_05.jpg");
}
.top_menu_item:nth-child(6) a{
	background-image: url("../img/top/pic_menu_06.jpg");
}
@media (max-width: 1620px){
	.top_menu_item a{
		height: 300px;
		font-size: 2.55rem;
	}
}
@media (max-width: 1500px){
	.top_menu{
		padding: 0 0 70px;
	}
	.top_menu_item{
		margin-bottom: 32px;
	}
	.top_menu_item a{
		height: 280px;
		font-size: 2.4rem;
	}
}
@media (max-width: 1300px){
	.top_menu_item{
		margin-bottom: 25px;
	}
	.top_menu_item a{
		height: 240px;
		font-size: 2.5rem;
	}
}
@media (max-width: 1200px){
	.top_menu_item a{
		height: 220px;
		font-size: 2.2rem;
	}
}
@media (max-width: 1024px){

}
@media (max-width: 770px){
	.top_menu{
		padding: 0 0 20px;
	}
	.top_menu_item{
		width: 100%;
		margin-bottom: 40px;
	}
	.top_menu_item a {
	    height: 400px;
	    font-size: 3.0rem;
	}
}
@media screen and (max-width: 767px){
	.top_menu {
	    padding: 0 0 10px;
	}
	.top_menu_item{
		margin-bottom: 20px;
	}
	.top_menu_item a{
		height: 200px;
		font-size: 1.5rem;
	}
}

/* ==== SALON ==== */
.top_salon{
	padding: 0 0 85px;
}
.top_salon .p-access_map{
	margin: 0 0 60px;
}
.top_salon .wrap{
	width: 90%;
	margin: 0 auto;
	display: flex;
}
.top_salon .wrap .btn_gr{
	order: 2;
	margin-top: 0;
}
.top_salon .wrap .txtbox{
	width: 77.5%;
	order: 1;
	margin-right: 30px;
	line-height: 1.8;
	font-size: 1.6rem;
}
.top_salon .wrap .txtbox .txt:nth-child(2){
	margin: 15px 0;
	padding: 15px 0;
	border-top: #333 1px dashed;
	border-bottom: #333 1px dashed;
}
@media (max-width: 1620px){
	.top_salon .wrap .txtbox{
		font-size: 1.4rem;
	}
}
@media (max-width: 1500px){
	.top_salon .wrap .txtbox{
		font-size: 1.2rem;
	}
}
@media (max-width: 1024px){

}
@media (max-width: 770px){
	.top_salon .wrap{
		display: block;
		width: 100%;
	}
	.top_salon .wrap .btn_gr{
		margin: 40px 0;
	}
	.top_salon .wrap .txtbox{
		width: 100%;
		font-size: 2.2rem;
	}
}

@media screen and (max-width: 767px){
	.top_salon{
		padding: 0 0 30px;
	}
	.top_salon .inner{
		width: 90%;
	}
	.top_salon .wrap .btn_gr{
		margin: 20px 0;
	}
	.top_salon .wrap .txtbox{
		font-size: 1.4rem;
	}
}
@media (max-width: 320px){
	.top_salon .wrap .txtbox{
		font-size: 1.3rem;
	}
}

/* ================= un page ================= */
.un_page{
	margin: 0 0 100px;
}
@media (max-width: 1500px){
	.un_page{
		margin: 0 0 80px;
	}
}
@media (max-width: 770px){
	.un_page{
		margin: 0 0 60px;
	}
}
@media screen and (max-width: 767px){
	.un_page{
		margin: 0 0 30px;
	}
}
/* ==== news_page_list ==== */
.news_page_list{
	margin: 100px 0 0;
}
.news_page_item{
	padding: 0 0 50px;
}
.news_page_item time{
	display: block;
	margin-bottom: 20px;
	font-size: 1.8rem;
}
.news_page_item .ar_tit{
	margin-bottom: 50px;
	font-size: 3.0rem;
	line-height: 1.6;
}
.news_page_content{
	font-size: 1.8rem;
	line-height: 2.0;
}
.news_page_content p{
	margin-bottom: 40px;
}
.page-load-status{
	margin: 10px 0 0;
	text-align: center;
}
@media (max-width: 1620px){
	.news_page_item time{
		font-size: 1.7rem;
	}
	.news_page_item .ar_tit{
		font-size: 2.4rem;
	}
	.news_page_content{
		font-size: 1.7rem;
	}
}
@media (max-width: 1500px){
	.news_page_item time{
		margin-bottom: 15px;
		font-size: 1.4rem;
	}
	.news_page_item .ar_tit{
		margin-bottom: 30px;
		font-size: 2.3rem;
	}
	.news_page_content{
		font-size: 1.4rem;
	}
	.news_page_content p{
		margin-bottom: 30px;
	}
}
@media (max-width: 1300px){
	.news_page_list{
		margin: 70px 0 0;
	}
	.news_page_item{
		padding: 0 0 20px;
	}
	.news_page_item .ar_tit{
		margin-bottom: 25px;
		font-size: 2.0rem;
	}
}
@media (max-width: 1200px){
	.news_page_item time{
		margin-bottom: 15px;
		font-size: 1.3rem;
	}
	.news_page_item .ar_tit{
		font-size: 1.8rem;
	}
	.news_page_content{
		font-size: 1.3rem;
	}
}
@media (max-width: 770px){
	.news_page_list{
		margin: 0;
	}
	.news_page_item{
		padding: 60px 0 30px;
	}
	.news_page_item:nth-child(2n){
		background-color: #eee;
	}
	.news_page_item time{
		margin-bottom: 20px;
		font-size: 3.0rem;
	}
	.news_page_item .ar_tit{
		margin-bottom: 20px;
		font-size: 3.0rem;
	}
	.news_page_content{
		font-size: 3.0rem;
	}
	.news_page_content p{
		margin-bottom: 30px;
	}
}
@media screen and (max-width: 767px){
	.news_page_item{
		padding: 30px 0 15px;
	}
	.news_page_item time{
		margin-bottom: 10px;
		font-size: 1.5rem;
	}
	.news_page_item .ar_tit{
		margin-bottom: 10px;
		font-size: 1.6rem;
	}
	.news_page_content{
		font-size: 1.5rem;
	}
	.news_page_content p{
		margin-bottom: 15px;
	}
}

/* ==== content 固定ページ ==== */
.un_page_content{
	margin: 100px 0 0;
}
.un_page_content h2{
	margin-bottom: 50px;
	font-size: 3.0rem;
	line-height: 1.6;
}
.un_page_content{
	font-size: 1.8rem;
	line-height: 2.0;
}
.un_page_content p{
	margin-bottom: 40px;
}
.un_page_content img{
	width: auto;
}
@media (max-width: 1620px){
	.un_page_content h2{
		font-size: 2.4rem;
	}
	.un_page_content{
		font-size: 1.7rem;
	}
}
@media (max-width: 1500px){
	.un_page_content{
		margin: 80px 0 0;
	}
	.un_page_content h2{
		margin-bottom: 37px;
		font-size: 2.3rem;
	}
	.un_page_content{
		font-size: 1.4rem;
	}
	.un_page_content p{
		margin-bottom: 30px;
	}
}
@media (max-width: 1300px){
	.un_page_content{
		margin: 70px 0 0;
	}
	.un_page_content h2{
		margin-bottom: 30px;
		font-size: 2.0rem;
	}
}
@media (max-width: 1200px){
	.un_page_content h2{
		font-size: 1.8rem;
	}
	.un_page_content{
		font-size: 1.3rem;
	}
}
@media (max-width: 770px){
	.un_page_content{
		margin: 60px 0 0;
		font-size: 3.0rem;
	}
	.un_page_content h2{
		margin-bottom: 20px;
		font-size: 3.0rem;
	}
	.un_page_content p{
		margin-bottom: 30px;
	}
}
@media screen and (max-width: 767px){
	.un_page_content{
		margin: 30px 0 0;
		font-size: 1.5rem;
	}
	.un_page_content h2{
		margin-bottom: 10px;
		font-size: 1.6rem;
	}
	.un_page_content p{
		margin-bottom: 15px;
	}
}



