@charset "utf-8";
/* CSS Document */

.sp {
	display: none;
}


html {
    font-size: 62.5%;
}

body.salon {
	background-color: #000;
	color: #fff;
	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", serif;
	margin: 0;
	padding: 0;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1;
}

a:link,
a:hover,
a:visited {
	color: #fff;
}

.container {
	width: 100%;
	text-align: center;
	margin: 0;
	padding: 0;
}

.wrap {
	width: 1000px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
}

p {
	margin: 0;
}

.txt-small {
	font-size: 70%;
}

.txt-right {
	text-align: right;
}

.txt-center {
	text-align: center;
}

header .sitelogo {
	padding: 15px 20px;
	text-align: left;
}

header .main-header h1 {
	text-align: center;
	width: 700px;
	height: 160px;
	margin: 0 auto;
	padding: 0;
	box-sizing: border-box;
	background-image: url(../img/main_lead.png);
	background-repeat: no-repeat;
	background-position: center top;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
}

.content {
	width: 100%;
}

.section_main_lead {
	width: 100%;
	height: 465px;
	margin-bottom: 50px;
	background-image: url(../img/main_caption_bg.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: contain;
}

.main_lead {
	width: 100%;
	height: 465px;
	background-image: url(../img/main_caption.png);
	background-repeat: no-repeat;
	background-position: center center;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
}

.section_outline {
	width: 830px;
	margin: 0 auto 0 auto;
}

.outline_image {
	text-align: center;
}

.outline_image img {
	margin-bottom: 25px;
}

.outline_header {
	width: 100%;
	height: 175px;
	background-image: url(../img/outline_header.png);
	background-repeat: no-repeat;
	background-position: center center;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
}

.outline_content {
	border-bottom: 1px dashed #666;
	padding-bottom: 35px;
	margin-bottom: 35px;
}

.no-margin {
	margin-bottom: 0;
}

.no-border {
	border-bottom-style: none;
}

.outline_content_panel {
	margin-bottom: 35px;
}

.outline_content_panel h3 {
	background-color: #666;
	padding: 15px 0;
	margin: 0 0 35px ;
	text-align: center;
	color: #fff;
	letter-spacing: 0.2em;
	font-size: 2rem;
}

.outline_content_panel p {
	line-height: 1.6em;
}

.outline_content_panel ul {
	margin: 0;
	padding: 0;
}

.outline_content_panel ul li {
	line-height: 1.6em;
	list-style-type: none;
}

.ouline_content_event h3 {
	margin: 0 0 35px;
}

.ouline_content_event h3.event_header_01 {
	width: 100%;
	height: 41px;
	background-image: url(../img/event_header_01.png);
	background-repeat: no-repeat;
	background-position: center center;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
}

.ouline_content_event h3.event_header_02 {
	width: 100%;
	height: 41px;
	background-image: url(../img/event_header_02.png);
	background-repeat: no-repeat;
	background-position: center center;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
}

.ouline_content_event p {
	margin-bottom: 2.5rem;
	line-height: 1.6em;
}

ul.event_card {
	margin: 0;
	padding: 0;
}

ul.event_card li {
	list-style-type: none;
	width: 100%;
	margin-bottom: 20px;
}

ul.event_notice {
	margin: 0;
	padding: 0;
	font-size: 1.3rem;
}

ul.event_notice li {
	margin: 0;
	padding: 0;
	line-height: 1.6em;
	list-style-type: none;
}

.ouline_content_event dl {
	line-height: 1.6em;
}

.ouline_content_event dd {
	margin: 0 0 2.5rem;
	padding: 0;
}

.outline_content_event_present {
	display: flex;
	justify-content: space-between;
}

.outline_content_event_present img {
	width: 47%;
	height: 47%;
}

.map {
	overflow: hidden;
	height: 300px;
	width: 100%;
	margin-bottom: 30px;
}

footer {
	padding: 60px 0;
	text-align: center;
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", YuGothic, Verdana, Meiryo, "M+ 1p", sans-serif;
	font-weight: 500;
}

.btn_gohome {
	margin-bottom: 7rem;
}

.btn_gohome:after {
	display: block;
	clear: both;
	content: " ";
}

.btn_gohome p {
	width: 480px;
	margin: 0 auto;
	position: relative;
}

.btn_gohome p a {
	width: 480px;
	display: block;
	text-decoration: none;
	padding: 15px;
	border: 1px solid #fff;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: 1.8rem;
}

.btn_gohome p i {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 10px;
}

.copyright {
	font-size: 1.3rem;
}



@media screen and (max-width:767px) {
	.pc {
		display: none;
	}
	.sp {
		display: inline-block;
	}
	
	body.salon {
		/* font-family: "Sawarabi Mincho", serif; */
		font-size: 1.4rem;
	}
	
	.wrap {
		width: 100%;
	}
	
	img {
		max-width: 100%;
	}
	
	header .sitelogo {
		text-align: center;
	}
	
	header .sitelogo img {
		width: 50%;
	}
	
	header .main-header h1 {
		width: 90%;
		height: 6rem;
		margin: 0 5% 5%;
		box-sizing: content-box;
		background-size: contain;
	}
	
	.section_main_lead {
		height: 40rem;
		background-image: url(../img/main_caption_bg_sp.png);
		background-size: cover;
	}
	
	.main_lead {
		width: 100%;
		height: 40rem;
		margin-bottom: 1.5rem;
		background-image: url(../img/main_caption_sp.png);
		box-sizing: content-box;
		background-size: contain;
	}
	
	.section_outline {
		width: 100%;
		box-sizing: border-box;
		padding: 0;
	}
	
	.outline_image img {
		margin-bottom: 1rem;
	}
	
	.outline_header {
		width: 100%;
		height: 15rem;
		margin-bottom: 1.5rem;
		background-image: url(../img/outline_header_sp.png);
		box-sizing: content-box;
		background-size: contain;
	}
	
	.outline_content {
		margin: 0 5%;
		padding-bottom: 2rem;
		margin-bottom: 2rem;
	}
	
	.outline_content_panel h3 {
		padding: 15px 0;
		margin-bottom: 1.5rem;
	}
	
	.outline_content_panel p span {
		display: block;
	}
	
	.ouline_content_event h3 {
		margin-bottom: 1.5rem;
	}

	.ouline_content_event h3.event_header_01 {
		width: 100%;
		height: 2.5em;
		background-image: url(../img/event_header_01_sp.png);
		background-size: cover;
	}
	
	.ouline_content_event h3.event_header_02 {
		width: 100%;
		height: 2.5em;
		background-image: url(../img/event_header_02_sp.png);
		background-size: cover;
	}
	
	.outline_content_event_present {
		display: block;
		justify-content: center;
	}
	
	.outline_content_event_present img {
		width: 100%;
		height: auto;
		margin-bottom: 2rem;
	}
	
	.outline_content_event_present img:nth-child(2) {
		margin-bottom: 0;
	}
	
	.map {
		overflow: hidden;
		width: 90%;
		height: 280px;
		margin: 0 5% 5%;
	}
	
	.btn_gohome p {
		width: 90%;
		margin: 0 auto;
		position: relative;
	}
	
	.btn_gohome p a {
		width: 100%;
		box-sizing: border-box;
		font-size: 1.2rem;
		padding: 15px 5px;
	}
	
	.btn_gohome p i {
		right: 5px;
	}
	
	.copyright {
		font-size: 1rem;
	}
}