@charset "utf-8";
#contents .mv {
	background: url(img/mv.jpg) no-repeat center top;
	height: 530px;
	width: 100%;
	display: block;
}
#contents .concept {
	background: #fdfbde url(img/concept_bg.png) no-repeat center top;
	width: 100%;
	padding: 30px 0;
	min-height: 310px;
}
#contents .concept h2 {
	font-family: 'Nunito', sans-serif;
	text-align: center;
	margin-top: 65px;
	font-size: 19px;
	font-weight: bold;
	letter-spacing: 0.15em;
	line-height: 36px;
}
#contents .concept h3 {
	font-family: 'Nunito', sans-serif;
	text-align: center;
	font-weight: normal;
	margin-top: 30px;
	font-size: 15px;
	line-height: 36px;
	letter-spacing: 0.1em;
}
#contents .salonblogBox {
	width: 100%;
	background-size: 100% auto;
}
#contents .salonblogBox section {
	width: 1000px;
	margin: 140px auto 0 auto;
}
#contents .salonblogBox_flex{
	display: flex;
	justify-content: center;
	margin: 30px auto;
}
#contents .salonblogBox_flex li{
	margin: 0 20px;
}
#contents .salonblogBox_flex img{
	width:490px;
}
#contents .menuBtn {
	background: url(img/menu_btn_pc.png) no-repeat center center;
	display: block;
	height: 127px;
	width: 1001px;
	margin: auto;
}
#contents .menuBtn:hover {
	opacity: 0.6;
}
#contents .menuBtn a {
	width: 100%;
	height: 100%;
	display: block;
}
#contents .coupon {
	width: 1000px;
	margin: auto;
}
#contents .reserveBox {
	background: url(img/reserve_bg.png);
	padding-top: 85px;
	padding-bottom: 95px;
}
#contents .reserveBox h2.ttl {
	font-family: 'Nunito', sans-serif;
	text-align: center;
	font-size: 24px;
	font-weight: normal;
	letter-spacing: 0.15em;
	line-height: 36px;
	background: url(img/reserve_h2.png) no-repeat center top;
	padding-top: 40px;
}
#contents .reserveBox h3 {
	font-weight: normal;
	font-size: 14px;
	text-align: center;
	margin-top: 25px;
}
#contents .reserveBox_flex{
	display: flex;
	justify-content: center;
	margin-top: 35px;
}
#contents .reserveBox_flex li{
	margin: 0 50px;
}
#contents .reserveBox_flex img{
	width:400px;
}
#contents .accessBox {
	background: url(img/access_bg.jpg);
	background-size: 100% auto;
	min-height: 510px;
	padding: 50px 0;
}
#contents .accessBox .accessInner {
	width: 920px;
	height: 440px;
	padding: 45px 40px;
	background-color: rgba(255,255,255,0.9);
	margin: auto;
}
#contents .accessBox .accessInner .infoBox {
	float: left;
	width: 450px;
}
#contents .accessBox .accessInner .infoBox h2, #contents .accessBox .accessInner .mapBox h2 {
	font-family: 'Nunito', sans-serif;
	font-size: 24px;
	font-weight: normal;
	letter-spacing: 0.15em;
	line-height: 36px;
}
#contents .accessBox .accessInner .infoBox h3 {
	font-size: 15px;
	line-height: 24px;
	font-weight: normal;
	margin-top: 35px;
}
#contents .accessBox .accessInner .infoBox p {
	font-size: 13px;
	line-height: 25px;
	margin-top: 5px;
}
#contents .accessBox .accessInner .mapBox {
	float: left;
	width: 470px;
}
#contents .accessBox .accessInner .mapBox iframe {
	width: 470px;
	height: 345px;
	margin-top: 35px;
}

#contents .movBox {
	background: url(img/movie_bg.jpg);
	background-size: 100% auto;
	min-height: 330px;
	padding: 88px 0;
}
#contents .movBox h2 {
	font-family: 'Nunito', sans-serif;
	font-size: 24px;
	font-weight: normal;
	letter-spacing: 0.15em;
	line-height: 36px;
	color:#FFF;
	text-align: center;
}
#contents .movBox h3 {
	font-weight: normal;
	font-size: 14px;
	text-align: center;
	line-height:26px;
	margin-top: 10px;
	color:#FFF;
	letter-spacing: 0.1em;
}
#contents .movBox .CL3 div iframe{ width:100%; height:200px;}
#contents .wrap {
	width: 1000px;
	margin: auto;
	display: block;
	position: relative;
	min-height: 100px;
}
#contents .placeList-R {
	width: 450px;
	margin-right: 20px;
	float: left;
	margin-top: 30px;
}
#contents .placeList-L {
	width: 450px;
	float: left;
	margin-top: 30px;
}
#contents .placeList-R li, 
#contents .placeList-L li {
	padding: 7px;
	font-size: 13px;
	color: #666;
	border-bottom: #999 solid 1px;
}
#contents .placeList-R li:first-child,
 #contents .placeList-L li:first-child {
	border-top: #999 solid 1px;
}
#contents .placeList-R li span, .placeList-L li span {
	display: inline-block;
	float: right;
}
#contents .menu_contents{
  padding: 20px 0;
}
#contents .menu_contents_box{
  margin-bottom: 40px;
}
#contents .menu_contents table{
  width:100%;
  font-size: 15px;
  line-height: 1.2;
  color: #434343;
  margin-bottom: 5px;
}
#contents .menu_contents table th,
#contents .menu_contents table td{
  padding: 8px 3%;
  border: solid 1px #ddd;
  text-align: center;
  width:20%;
}
#contents .menu_contents table td span{
  font-size: 12px;
}
#contents .menu_contents .cell01{
  width: 40%;
  text-align: left;
}
#contents .menu_contents .cell02{
  width: 60%;
}
#contents .menu_contents_ttl{
  font-size: 18px;
  color: #f19149;
}
#contents .menu_contents_ttl02{
  font-size: 14px;
}
#contents .menu_contents_info{
  font-size: 12px;
  text-align: right;
}

 @media screen and (max-width: 480px) {
	 #contents .mv {
	background:url(img/mv.jpg) no-repeat center top;
	height:auto;
	width: 100%;
	background-size: 100% auto;
}
#contents .mv {
    content:"";
    display: block;
    padding-top: 44%; /* 縦横比の%に固定 */
}

#contents .concept {
	background: #fdfbde url(img/concept_bg_sp.png) no-repeat center top;
	width: 100%;
	padding: 20px 0;
	min-height: 200px;
	background-size: 100% auto;
}
#contents .concept h2 {
	margin-top: 35px;
	font-size: 17px;
	letter-spacing: 0.06em;
	line-height: 24px;
	padding:0 5%;
}
#contents .concept h3 {
	margin-top: 10px;
	font-size: 14px;
	line-height: 20px;
	letter-spacing: 0.03em;
	padding:0 5%;
	text-align:left;
}

#contents .salonblogBox {
	width: 100%;
	background-size: 100% auto;
}
#contents .salonblogBox section {
	width: 94%;
	margin: 0px auto 0 auto;
}
#contents .salonblogBox_flex{
	display: block;
	margin: 15px auto;
	text-align: center;
}
#contents .salonblogBox_flex li{
	margin: 15px auto;
}
#contents .salonblogBox_flex img{
	width:90%;
}
#contents .menuBtn {
	background:none;
	display: block;
	height: auto;
	width: 90%;
	margin: auto;
}
#contents .coupon {
	width: 98%;
	margin: auto;
}
#contents .coupon img{ width:100%; height:auto;}

#contents .reserveBox {
	min-height: 410px;
	background-size: 30px 30px;
	padding: 20px 5% 5px 5%;
}
#contents .reserveBox h2.ttl {
	font-size: 20px;
	letter-spacing: 0.15em;
	line-height: 26px;
	padding-top: 40px;
}
#contents .reserveBox h3 {
	font-weight: normal;
	font-size: 14px;
	text-align: center;
	margin-top: 10px;
}

#contents .reserveBox_flex{
	display:block;
	margin-top: 15px;
	text-align: center;
}
#contents .reserveBox_flex li{
	margin:0px auto 15px;
	width:90%;
}
#contents .reserveBox_flex img{
	max-width: 100%;
}
#contents .accessBox {
	background: url(img/access_bg.jpg);
	background-size: auto 100%;
	min-height: 510px;
	padding: 20px 0;
	width:100%;
}
#contents .accessBox .accessInner {
	width: 86%;
	height: auto;
	padding: 10px 5%;
	margin: auto;
}
#contents .accessBox .accessInner .infoBox {
	float: none;
	width: 100%;
}
#contents .accessBox .accessInner .infoBox h2, #contents .accessBox .accessInner .mapBox h2 {
	font-size: 20px;
	font-weight: normal;
	letter-spacing: 0.15em;
	line-height: 26px;
}
#contents .accessBox .accessInner .infoBox h3 {
	font-size: 15px;
	line-height: 24px;
	font-weight: normal;
	margin-top: 8px;
}
#contents .accessBox .accessInner .infoBox p {
	font-size: 13px;
	line-height: 20px;
	margin-top: 5px;
}
#contents .accessBox .accessInner .mapBox {
	float: none;
	width: 100%;
	margin-top: 20px;
	border-top:1px dotted #999999;
	padding-top:10px;
}
#contents .accessBox .accessInner .mapBox iframe {
	width: 100%;
	height: 300px;
	margin-top: 5px;
}

#contents .movBox {
	background-size: auto 100%;
	min-height: 300px;
	padding: 30px 0;
}
#contents .movBox h2 {
	font-size: 20px;
	line-height: 26px;
}
#contents .movBox h3 {
	font-size: 14px;
	text-align: center;
	line-height:24px;
	margin-top: 10px;
	padding:0 10px;
}
#contents .movBox .CL3 div{ text-align:center;}
#contents .movBox .CL3 div iframe{ width:300px; height:169px; margin:auto;}
#contents .wrap {
	width: 100%;
	margin: auto;
	display: block;
	position: relative;
	min-height: 100px;
}
#contents .placeList-R{ width:96%;; margin-right: auto; margin-left:auto; float:none; margin-top:20px;}

#contents .placeList-L{ width:96%;; margin-right: auto; margin-left:auto; float:none; margin-top:0px;}
#contents .placeList-L li:first-child{border-top: none;}

#contents .placeList-R li{ padding:5px; font-size:13px; color:#666;
border-bottom:#999 solid 1px;}
#contents .placeList-L li{ padding:5px; font-size:13px; color:#666;
border-bottom:#999 solid 1px;}

#contents .placeList-R li span{ display:block; float:none;}
#contents .placeList-L li span{ display:block; float:none;}

#contents .menu_contents{
  padding: 20px 0;
}
#contents .menu_contents_ttl02{
  font-size: 10px;
}
#contents .menu_contents table{
  font-size: 13px;
}
#contents .menu_contents table th,
#contents .menu_contents table td{
  padding: 8px 1%;
  width: 17%;
}
#contents .menu_contents table td span{
  font-size: 10px;
}
#contents .menu_contents .cell01{
  width: 49%;
  font-size: 13px;
}
#contents .menu_contents .cell02{
  width: 51%;
}
#contents .menu_contents_ttl{
  font-size: 18px;
  color: #f19149;
}
#contents .menu_contents_ttl02{
  font-size: 10px;
}
#contents .menu_contents_info{
  font-size: 11px;
  text-align: center;
}

}
