@charset "UTF-8";
@import url('https://fonts.googleapis.com/css?family=Montserrat:700&display=swap');
/* CSS Document */

* {
}

body, html {
	margin: 0;
	padding: 0;
	width: 100%;
	color: #000000;
	font-family: 'Lucida Grande', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif ;
	font-size: 13px;
	font-weight: normal;
	background: #fbfaf5;
}

	.post-entry{
		margin: 0;
		text-align: center;
	}


	.news .post-entry img, .news .post-entry a img{
		margin: auto;
		display: block;
	}

	.post-entry p, .post-entry h3{
		text-align: left;
	}

	.news .post-entry ul {
		margin: 10px auto;
		width: auto;
		vertical-align: top;
		display: inline-block;
	}
	
	.news .post-entry ul li{
		margin: 0;
		text-align: left;
		font-weight: bold;
	}
	
	.date {
		text-align: right;
		display: block;
		font-size: 0.8em;
		color: #666;
		margin-bottom: 1.3em;
	}

a {
	color: #09C;
	outline: none;
	font-weight: bold;
}

a:link {
}

a:visited {
	color: #006699;
}

a:hover {
	color: #EFA0C2;
	transition: .4s;
}
a:active {
	color: #006699;
}

a[target="_blank"] {
	background: url(../images/15/icon_blank.png) no-repeat right center;
	  padding-right: 18px;
}

h1 {
}

h2 {
}

h3 {
	margin: 10px auto 5px auto;
	letter-spacing: 2px;
}

img, object, embed, video {
	max-width: 100%;
	transition: .5s;
}

hr.style1 {
	border-top: 1px #deeaea dotted;
	width: 100%;
	margin: 0 auto;
}


/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

.top {
	text-align: center;
	margin-top: 150px;
}

.top h1 {
	font-family: 'Montserrat', sans-serif;
	font-size: 80px;
	color: #300230;
}


header {
	width: 80%;
	margin: 0 auto;
	height: auto;
}

 #header h1 {
	font-size: 1.8em;
	margin: 0;
}

 #header h1 a {
	font-family: 'Montserrat', sans-serif;
	font-size: 1.8em;
	color: #300230;
	letter-spacing: 12px;
	text-decoration: none;
}

.logo {
	letter-spacing: 3px;
	font-family: 'Montserrat', sans-serif;
	font-weight:900;
}

#contents {
	margin: 0 auto;
	padding: 0;
	width: 80%;
	height: auto;
	text-align: left;
	background: none;
        font-weight:300;
}

#contents table,
#mainContent table {
	width:90%;
	text-align: left;
	margin-bottom: 20px;
	margin: 0 auto;
}

#contents .salonmenu {
	border-bottom: solid 5px rgba(199, 220, 221, 0.3);
	border-radius: 10px;
	position: relative;
	margin-top: 50px
}

#contents table tr td, 
#contents .salonmenu tr td {
	border-bottom: 1px #c7dcdd dotted;
	border-collapse:  collapse;
	padding: 3px 10px;
	vertical-align: top;
}

#contents .salonmenu tr td:last-child {
	text-align: right;
	white-space: nowrap;
}

#contents .salonmenu tr td p {
	margin: 0;
}

#contents .salonmenu tr td #menu1, 
#contents .salonmenu tr td #menu2, 
#contents .salonmenu tr td #menu3 {
	padding: 10px;
	border: dotted 1px #c7dcdd;
	margin: 5px auto 10px 10px;
	border-radius: 5px;
	background: #f7fafa;
}

#contents table caption {
	text-align: center;
	background: #deeaea;
	border: solid 1px #deeaea;
	border-radius: 10px;
	padding: 3px auto 8px auto;
	font-weight: 700;
	font-size: 16px;
	margin: 5px 0px;
}

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

.news .align-center img {
	width: 80%;
}


#contents #mainContent .align-left {
	position: relative;
	display: table;
	width: auto;
	margin: 10px auto;
}

.info-content {
	width: 300px;
	margin: 10px 5px;
	border: solid 1px #deeaea;
	border-radius: 40px 15px;
	background: #deeaea;
	padding: 20px;
	text-align: center;
        display: flex;
        justify-content: center;
        align-items: center;
}


.info-content1 {
	width: 300px;
	margin: 10px 5px;
	border: solid 2px #FFF;
	border-radius: 40px 15px;
	background: ;
	padding: 20px;
	text-align: center;
        display: flex;
        justify-content: center;
        align-items: center;
}

.info-content2 {
	width: 300px;
	margin: 10px 5px;
	border: solid 1px #deeaea;
	border-radius: 40px 15px;
	background: #FFF;
	padding: 20px;
        display: flex;
        justify-content: center;
        align-items: center;
}



.info-container {
  display: flex;
  justify-content:center
  margin: 50px auto;
}

.align-right {
	text-align: right;
/*	display: block;
	position: relative;
	width: auto;
	margin: 0 ;
	right: 0;
*/}

.title {
	color: #FFF;
	background: #c7dcdd;
	border: solid 1px #c7dcdd;
	border-radius: 5px;
	text-align: center;
	padding: 5px;
	letter-spacing: 2px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 900;
}

.border-white img {
	border: solid 10px #FFF;
	border-radius: 40px 15px;
	max-width: 300px;
        width: auto;
}

#mainContent {
}

.news, 
#mainContent {
	position: relative;
	background: #FFF;
	padding: 20px 50px;
	width: auto;
	height: auto;
	border: solid 1px #c7dcdd;
	margin: 5px auto 10px auto ;
	border-radius: 5px;
}

#contents .news img {
	border: solid 1px #c7dcdd;
}

#contents .news a:hover img {
	border: solid 1px #EFA0C2;
	transition: .4s;
}

.news H3::before, .news H3::after {
	content:'✹';	
}

.news H2 {
	padding: 5px 5px 5px 20px ;
	border-bottom: dotted 3px #c7dcdd;
	border-left: solid 10px #c7dcdd;
	border-radius: 8px;
	color: #300320;
	font-family: 'Montserrat', sans-serif;
	margin: 0px auto 2px auto ;
	letter-spacing: 2px;
}


.timePrice, .post-entry H4 {
	color: #000033;
	text-align: center;
	width: ;
	font-weight: 700;
	margin: 10px auto;
	background: #deeaea;
	border: solid 3px #deeaea;
	border-radius: 5px;
	padding:3px 8px;
	letter-spacing: 2px;
}

.holiday {
	/*overflow:auto*/;
}

dl.holiday {
	text-align: center;
	margin: 10px auto;
	width: auto;
	display: inline-block;
	vertical-align: top;
}

.holiday dd {
	text-align: left;
}

H4.holiday {
	text-decoration: underline;
	font-weight: 900;
}





.circle_bg0 {
	background: #FF9700;
	border: solid 1px #FF9700;
	border-radius: 50%;
	padding:3px 4px;
	color: #FFF;
}

.circle_bg1 {
	background: #EC77A3;
	border: solid 1px #EC77A3;
	border-radius: 50%;
	padding:3px;
}

.circle_bg2 {
	background: #56BFC6;
	border: solid 1px #56BFC6;
	border-radius: 50%;
	padding:3px;
}


.pc {
	display: inline;
}

.mobile {
	display: none;
}

.small {
	font-size: small;
}



/*************footer***************/
#footer {
	background: #c7dcdd;
	padding: 20px 10px 50px;
	text-align: center;
	border-top: dotted 2px #3A242F;
	position: relative;
}

#footer .sns a,
#footer .sns2 a {
	margin:0;
	padding:0;
	opacity: 0.4;
}

#footer .sns a:hover,
#footer .sns2 a:hover {
	opacity: 0.75;
	transition: 1.2s;
}

#footer .sns a[target="_blank"],
#footer .sns2 a[target="_blank"] {
	background: none;
	padding-right: 0;
}


#footer .sns2 {
	display: none;
}
	


	  /********menu********/
	  
	  
	  
	  @import url(https://fonts.googleapis.com/css?family=Montserrat:400,900);
	  nav,
	  nav ul,
	  nav ul li,
	  nav ul li a,
	  nav #menu-button {
		margin: 0;
		padding: 0;
		border: 0;
		list-style: none;
		line-height: 1;
		display: block;
		position: relative;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		top: 0;
		text-align:left;
	  }
	  nav:after,
	  nav > ul:after {
		content: ".";
		display: block;
		clear: both;
		visibility: hidden;
		line-height: 0;
		height: 0;
	  }
	  nav #menu-button {
		display: none;
	  }
		  
	  nav {
		  width: auto;
		  height: auto;
		  position: fixed;
		  top: 0px;
		  right: 0px;
		  margin: 0;
		  opacity: 0.95;
		  padding: 0;
		  z-index: 1000;
	  }

	  nav::after {
		height: 60px;
	  }

	  nav > ul {
		  margin: 5px;
	  }
	  nav.align-right > ul > li {
		float: right;
	  }
	  nav > ul > li {
		float: left;
		display: inline-block;
		  background: #fbfaf5;
		border: solid 1px #fbfaf5;
		border-radius: 5px;
	  }
	  
	  nav.align-center > ul {
		float: none;
		text-align: center;
	  }
	  nav.align-center > ul > li {
		float: none;
	  }
	  nav.align-center ul ul {
		text-align: left;
	  }
	  nav > ul > li > a {
		padding: 15px 23px 19px 23px;
	  /*  border-right: 1px solid rgba(80, 80, 80, 0.12);*/
		  border: solid 1px #deeaea;
		  border-radius: 5px;
		font-size: 15px;
		font-weight: 700;
		letter-spacing: 1px;
	  }
	  
	  nav ul li a,
	  nav ul li a:visited {
		color: #85a8aa;
		text-decoration: none;
	  }
	  
	  
	  nav > ul > li:hover {
		  background: none;
	  }
	  
	  nav > ul > li:hover > a,
	  nav > ul > li > a:hover,
	  nav > ul > li.active > a {
		color: #ffffff;
		  border: solid 1px #c7dcdd;
		  border-radius: 5px;
		  background: rgba(133, 168, 170, 0.8);
	  }
	  
	  nav > ul > li.has-sub > a {
		padding-right: 30px;
	  }
	  nav > ul > li.has-sub {
		border: solid 1px #fbfaf5;
	  }
	  nav > ul > li.has-sub > a::after {
		content: "";
		position: absolute;
		width: 0;
		height: 0;
		border: 6px solid transparent;
		border-top-color: #c7dcdd;
		right: 10px;
		top: 20px;
	  }
	  nav > ul > li.has-sub:hover > a::after {
		border-top-color: #FFF;
	  }
	  
	  nav > ul > li.has-sub.active > a::after,
	  nav > ul > li.has-sub:hover > a {
	  /*  border-top-color: #ffffff;*/
	  }
	  nav ul ul {
		position: absolute;
		left: -9999px;
		top: 60px;
		padding-top: 0px;
		padding-left: 10px;
		font-size: 14px;
		opacity: 1.0;
		-webkit-transition: top 0.2s ease, opacity 0.2s ease-in;
		-moz-transition: top 0.2s ease, opacity 0.2s ease-in;
		-ms-transition: top 0.2s ease, opacity 0.2s ease-in;
		-o-transition: top 0.2s ease, opacity 0.2s ease-in;
		transition: top 0.2s ease, opacity 0.2s ease-in;
		color: #ccc;
	  }
	  
	  nav.align-right ul ul {
		text-align: right;
	  }
	  nav > ul > li > ul::after {
		content: "";
		position: absolute;
		width: 0;
		height: 0;
		border: 5px solid transparent;
		border-bottom-color: #ffffff;
		top: -10px;
		left: 20px;
	  }
	  nav.align-right > ul > li > ul::after {
		left: auto;
		right: 20px;
	  }
	  nav ul ul ul::after {
		content: "";
		position: absolute;
		width: 0;
		height: 0;
		border: 5px solid transparent;
		border-right-color: #ffffff;
		top: 11px;
		left: -4px;
	  }
	  nav.align-right ul ul ul::after {
		border-right-color: transparent;
		border-left-color: #ffffff;
		left: auto;
		right: -4px;
	  }
	  nav > ul > li > ul {
		top: 120px;
	  }
	  
	  
	  nav > ul > li:hover > ul {
		top: 52px;
		left: 0;
		opacity: 1.0;
		
	  }
	  nav.align-right > ul > li:hover > ul {
		left: auto;
		right: 0;
	  }
	  nav ul ul ul {
		padding-top: 0;
		padding-left: 6px;
	  }
	  nav.align-right ul ul ul {
		padding-right: 6px;
	  }
	  nav ul ul > li:hover > ul {
		left: 180px;
		top: 0;
		opacity: 1.0;
	  }
	  nav.align-right ul ul > li:hover > ul {
		left: auto;
		right: 100%;
		opacity: 1.0;
	  }
	  nav ul ul li a,
	  nav ul ul li a:visited {
		text-decoration: none;
		font-weight: 700;
		padding: 11px 50px;
		width: auto;
		color: #777777;
		background: #FFF;
		box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1), 1px 1px 1px rgba(0, 0, 0, 0.1), -1px 1px 1px rgba(0, 0, 0, 0.1);
	  }
	  
	  nav ul ul li:hover > a,
	  nav ul ul li.active > a {
		color: #000;
		  background: rgba(133, 168, 170, 0.9);
	  }
	  	  
	  nav ul ul li:first-child > a {
		border-top-left-radius: 3px;
		border-top-right-radius: 3px;
	  }
	  nav ul ul li:last-child > a {
		border-bottom-left-radius: 3px;
		border-bottom-right-radius: 3px;
	  }
	  nav > ul > li > ul::after {
		position: absolute;
		display: block;
	  }
	  nav ul ul li.has-sub > a::after {
		content: "";
		position: absolute;
		width: 0;
		height: 0;
		border: 4px solid transparent;
		border-left-color: #777777;
		right: 17px;
		top: 14px;
	  }
	  nav.align-right ul ul li.has-sub > a::after {
		border-left-color: transparent;
		border-right-color: #777777;
		right: auto;
		left: 17px;
	  }
	  nav ul ul li.has-sub.active > a::after,
	  nav ul ul li.has-sub:hover > a::after {
		border-left-color: #333333;
	  }
	  nav.align-right ul ul li.has-sub.active > a::after,
	  nav.align-right ul ul li.has-sub:hover > a::after {
		border-right-color: #333333;
		border-left-color: transparent;
	  }

	  nav ul ul  {
	  }

  
	  

/********************************************************************768***********************************************************************/
			@media all and (max-width: 768px)
			{
			
			body, html, #header {
				width: 100%;
				margin: 0;
				padding: 0;
				font-size: 14px;
			}

			.top {
				margin-top: 80px;
			}

			.top h1 {
				font-size: 4.5em;
			}
			
			#header {
				margin: 0;
				height: auto;
			}

			#header h1 {
				margin-top: 10px;
			}
			
			#header h1 a  {
				font-size: 1.5em;
				margin-left: 10px;
				font-weight: 900;
			}
			
			#contents {
				width: 98%;
				height: auto;
				margin: 0 auto;
				padding: 0;
				font-size: 14px;
				font-weight: normal;
			}
			
			#contents table {
				width: 100%;
				padding: 0;
				margin-bottom: 10px;
			}
			
			#contents table tr td, 
			#contents .salonmenu tr td {
				padding: 2px 5px;
				vertical-align: top;
			}

			#contents .salonmenu tr td #menu1, 
			#contents .salonmenu tr td #menu2, 
			#contents .salonmenu tr td #menu3 {
				padding: 2px 5px;
				margin: 3px auto 5px 5px;
				border-radius: 3px;
			}

			#contents table caption {
				border-radius: 7px;
				padding: 2px auto 5px auto;
				font-weight: 700;
				font-size: 18px;
				margin: 3px 0px;
			}

			.news, 
			#mainContent {
				width: auto;
				padding: 8px;
			}
			
			.news, .title {
			}
			
			.news H2 {
				border-bottom: dotted 2px #c7dcdd;
				margin: 5px auto ;

			}
			
			.news img, .news .align-center img {
				width: 100%;
			}
			
			
			.timePrice, .post-entry H4 {
			margin: 10px auto 5px auto;
			width: auto;
			font-weight: 700;
			padding: 3px 5px;
			}
			
	.news .post-entry ul {
		margin: 10px auto;
		width: auto;
		vertical-align: top;
		display: block;
	}
	
	.news .post-entry ul li{
		margin: 0;
		text-align: left;
	}
.info-content, .info-content1, .info-content2 {
	width: auto;
	margin: 10px auto;
	border-radius: 20px 5px;
}

.info-container {
  display: block;
  align-content:
		text-align: center;
}
						
			
			.pc {
				display: none;
			}

			.mobile {
				display: inline;
			}

			#footer .sns img {
				width: 40px;
			}

			#footer {
				padding: 20px 10px 50px;
			}
			


			
/********** nav  (max-width: 768px)**********/
			
			  nav {
				  position: fixed;
				  opacity: 0.95;
				  width: auto;
				  height: auto;
			  }
			  
			  #top nav {
				  position: fixed;
				  opacity: 0.95;
				  width: auto;
				  height: auto;
			  }
			  
			  nav a,
			  nav ul li a {
				  font-size: 16px;
			  }
			  nav > ul {
				  width: auto;
				display: none;
				background: #fbfaf5;
		border-top: solid 1px #c7dcdd;
		border-right: solid 1px #c7dcdd;
			  border-bottom: solid 2px rgba(133, 168, 170, 0.5);
		border-left: solid 1px #c7dcdd;
		  background: #fbfaf5;
		border-radius: 3px;
			  }

			  nav > ul.open {
				display: block;
			  }
			  nav.align-right > ul {
				float: none;
			  }
			  nav.align-center > ul {
				text-align: left;
			  }
			  nav > ul > li,
			  nav.align-right > ul > li {
				float: none;
				display: block;
			  }
			  nav > ul > li > a {
				padding: 14px 25px 14px 50px;
				border: 0;
				background: none;
			  }

	  nav ul li a,
	  nav ul li a:visited {
		color: #43595b;
		text-decoration: none;
	  }
			  nav > ul > li:hover > a,
			  nav > ul > li.active > a {
				background: #85a8aa;
				border: none;
				border-radius: 2px;
				color: #FFF;
				transition: .4s;
			  }
			  nav #menu-button {
				font-family: 'Montserrat', sans-serif;
				display: block;
				text-decoration: none;
				font-size: 30px;
				font-weight:900;
				color: #300203;
				padding: 5px 10px;
				letter-spacing: 1px;
				cursor: pointer;
				opacity: 1.0;
				border: solid 1px #c7dcdd;
				background: #fbfaf5;
				border-radius: 3px;
				margin: 10px 10px 0px 10px;
			  }
			  
			  nav ul ul,
			  nav ul li:hover > ul,
			  nav > ul > li > ul,
			  nav ul ul ul,
			  nav ul ul li:hover > ul,
			  nav.align-right ul ul,
			  nav.align-right ul li:hover > ul,
			  nav.align-right > ul > li > ul,
			  nav.align-right ul ul ul,
			  nav.align-right ul ul li:hover > ul {
				left: 0;
				right: 0;
				top: 0;
				opacity: 1.0;
				width: 100%;
				padding: 0;
				position: relative;
				text-align: left;
			  }
			  nav ul ul li {
				width: 100%;
			  }
			  nav ul ul li a {
				padding: 14px 80px;
				box-shadow: none;
			  }
			
			  nav ul ul li:hover a {
				  color: #000;
				  background: rgba(133, 168, 170, 0.7);
			  }
			
			  nav ul ul ul li a {
				padding-left: 45px;
			  }
			  nav ul ul li:first-child > a,
			  nav ul ul li:last-child > a {
				border-radius: 0;
			  }
			  nav #menu-button::after {
				display: block;
				content: '';
				position: absolute;
				height: 4px;
				width: 30px;
				border-top: 3px solid #85a8aa;
				border-bottom: 3px solid #85a8aa;
				right: 10px;
				top: 10px;
			  }
			  nav #menu-button::before {
				display: block;
				content: '';
				position: absolute;
				height: 4px;
				width: 30px;
				border-top: 3px solid #85a8aa;
				right: 10px;
				top: 24px;
			  }
			  nav > ul > li.has-sub > a::after,
			  nav ul ul li.has-sub > a::after {
				display: none;
			  }
			  
			  			  
			  
			}
			
