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

/*PC用*/
@media screen and (min-width: 767px) {

section {
	margin-top: 54px;
  padding-top: 10px;
}

/*ヘッダー*/
#header {
	width: 100%;
	border-top: 3px solid #f56d99;
	border-bottom: 1px solid #f56d99;
	background-color: #fff;
	position: fixed;
	top: 0;
	z-index: 1;
}

.s_header {
	position: relative;
	width: 100%;
	height: 115px;
	border-bottom: dotted 1px #f56d99;
}

.btn01 {
	width: 100px;
	height: 35px;
	margin-left: 10px;
	font-size: 1.6rem;
	text-align: center;
	line-height: 35px;
	color: #fff;
	background-color: #f56d99;
}

.btn01 a {
	display: inline-block;
	font-family: "Sawarabi Mincho";
	color: #fff;
}

.logo {
	width: 234.4px;
	height: 74.8px;
	background: url("../img/logo2.png") no-repeat;
	background-size: contain;
	position: absolute;
	top: 20px;
	left: 0;
	right: 0;
	margin: 0 auto;
}

.logo a {
	display: inline-block;
	width: 175.8px;
	height: 56.1px;
}

.logo a {
	width: 100%;
	height: 100%;
}

.f-logo {
	width: 124px;
	height: 175.4px;
	background: url("../img/logo.png") no-repeat;
	background-size: cover;
}

.f-logo {
	width: 37.4px;
	height: 117.2px;
}

.global-nav {
	width: 100%;
	white-space: nowrap;
	margin: 10px auto;
	text-align: center;
}

.global-nav .nav-item {
	display: inline-block;
	padding: 0 25px;
	font-family: 'Playfair Display', serif;
}

.global-nav .nav-item a {
	display: inline-block;
	width: 100%;
	height: 20px;
	line-height: 20px;
	text-align: center;
	font-size: 1.6rem;
	letter-spacing: 1px;
}

/*メイン領域*/
#main {
	display: block;
	margin: 24px auto;
	width: 65%;
	padding-top: 20px;
}

/*ネイル*/
#nail {
}

/*スタッフ*/
.flex-container {
	display: -webkit-flex;
	display: flex;
}

.flex-item {
	padding: 10px;
}

.staff_img {
	flex-grow: 1;
}

.staff_img img {
	width: 300px;
}

.staff_intro {
	flex-grow: 2;
}

.staff_table tr {
	text-align: left;
}

.staff_table th{
	font-weight: bold;
	width: 40%;
	padding: 15px;
	border-bottom: dotted 1px #f56d99;
}

.staff_table td {
	padding: 15px;
	border-bottom: dotted 1px #f56d99;
}

/*メニュー*/
.menu-item {
	border-radius: 5px;
	width: 50%;
}

.menu_table tr {
	text-align: left;
}

.menu_table th {
	padding: 3px;
}

.menu_table td {
	text-align: right;
}

.menu_table .even {
	background-color: #FAF3EF;
}

.menu-title {
	font-size: 2.0rem;
	padding: 10px 0;
	background-color: #F6E4DB;
	background-repeat: no-repeat;
	background-size: cover;
}

/*バナー*/
#banner {
	border-top: dotted 1px #C5AD9D;
	border-bottom: dotted 1px #C5AD9D;
}

#banner div {
	display: inline-block;
}

#banner img {
	width: 100%;
}

.banner_inner {
	width: 100%;
	padding: 50px;
	text-align: center;
	vertical-align: middle;
}

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

.top-img img {
	width: 100%;
}

.heading {
	padding: 15px 0;
	text-align: center;
	font-size: 3.0rem;
	font-family: 'Playfair Display', serif;
	background: url("../img/line.gif") repeat-x;
	letter-spacing: 2px;
	background-position: bottom;
}

.content {
	padding: 24px 0;
	text-align: center;
	font-size: 1.6rem;
	letter-spacing: 1px;
	line-height: 2.3rem;
}

.s_heading {
	position: relative;
	font-size: 2.5rem;
	padding-bottom: 10px;
	font-family: "Sawarabi Mincho";
	color: #f56d99;
}

.s_content {
	padding: 24px 0;
	color: #505050;
}

.icon_area {
	position: absolute;
	top: 30px;
	right: 0;
	left: 0;
	width: 75%;
	height: 35px;
	margin: 0 auto;
}

.icon {
	float: right;
}

.icon img {
	margin: 5px;
	width: 25px;
	height: 25px;
}

.icon02 {
	width: 180px;
	height: 39.06px;
	margin: 0 10px;
}

.icon03{
	width: 39.06px;
	height: 39.06px;
	margin: 0 10px;
}

.tel {
	position: absolute;
	top: 45px;
	font-size: 1.5rem;
	right: 0;
	font-family: "Sawarabi Mincho";
}

/*アクセス*/
.map {
	width: 100%;
}

/*ニュース*/

.scroll-list {
	max-height: 220px;
	overflow-y: auto;
	margin-bottom: 30px;
	list-style-type: none;
}

.scroll-list .scroll-item a {
	display: block;
	padding: 20px 45px 20px 15px;
	color: #333;
	font-size: 0;
	border-bottom: 1px #C5AD9D dotted;
	transition: background-color 0.1s;
}

.scroll-list .scroll-item a:hover {
	background-color: #fafaf8;
}

.scroll-list .date {
	display: inline-block;
	width: 18%;
	letter-spacing: 1px;
	font-weight: bold;
	font-size: 1.1rem;
}

.scroll-list .category {
	display: inline-block;
	width: 8%;
	border-radius: 5px;
	background-color: #FF8CB5;
	color: #fff;
	text-align: center;
	letter-spacing: 1px;
	font-size: 1.1rem;
	line-height: 16px;
}

.scroll-list .category.news {
	background-color: #89B6FF;
}

.scroll-list .title {
	display: inline-block;
	width: 74%;
	padding-left: 15px;
	vertical-align: bottom;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 1.3rem;
}


#footer {
	width: 100%;
	margin: 54px 0 0;
	background-color: #FF8CB5;
}

.f-content {
	margin: 0 auto;
	width: 75%;
	line-height: 25px;
}

.f-content div {
	font-size: 1.3rem;
}

.link-area {
	width: 100%;
	margin: 24px;
}

.link-area ul li {
	display: inline-block;
	width: 140px;
	text-align: center;
	border-right: 1px solid #fff;
}

.f-content ul li {
}

/*フレックス*/
.flex {
	display: flex;
}

/*ブロック*/
.block {
	display: table;
	width: 100%;
	border-collapse: separate;
	border-spacing: 24px;
	margin: 0 auto;
}

.block_element {
	display: table-cell;
	background-color: #D2ECE8;
	border-radius: 5px;
	width: 45%;
	background-image: url(../img/dot.png);
}

.block_element h3 {
	width: 100%;
	height: 50px;
	line-height: 50px;
	font-size: 1.6rem;
	font-weight: bold;
	color: #5F4C0B;
	border-radius: 5px 5px 0 0;
	background-color: #D0AFAA;
}

}

	.btn-square {
	  display: inline-block;
		float: right;
	  padding: 0.5em 1em;
	  text-decoration: none;
	  background: #FF8CB5;/*ボタン色*/
	  border-bottom: solid 4px #bbb;
	  border-radius: 3px;
	}
	.btn-square:active {
	  /*ボタンを押したとき*/
	  -webkit-transform: translateY(4px);
	  transform: translateY(4px);/*下に動く*/
	  border-bottom: none;/*線を消す*/
	}
/*PC用ここまで*/

@media screen and (max-width: 479px) {

	section {
		margin-top: 24px;
	  padding-top: 10px;
	}

	#header {
		width: 100%;
		border-top: 3px solid #f56d99;
		border-bottom: 1px solid #f56d99;
		background-color: #fff;
		position: fixed;
		top: 0;
		z-index: 1;
	}

	.s_header {
		position: relative;
		width: 95%;
		margin: 0 auto;
		height: 75px;
		border-bottom: dotted 1px #f56d99;
	}

	.btn01 {
		width: 100px;
		height: 35px;
		margin-left: 10px;
		font-size: 1.6rem;
		text-align: center;
		line-height: 35px;
		color: #fff;
		background-color: #f56d99;
	}

	.btn01 a {
		display: inline-block;
		font-family: "Sawarabi Mincho";
		color: #fff;
	}

	.logo {
		width: 180px;
		height: 65px;
		background: url("../img/logo2.png") no-repeat;
		background-size: contain;
		position: absolute;
		top: 10px;
		margin: 0;
		left: 0;
		right: 0;
	}

	.logo a {
		display: inline-block;
		width: 150px;
		height: 60px;
	}

	.logo a {
		width: 100%;
		height: 100%;
	}

	.f-logo {
		width: 124px;
		height: 175.4px;
		background: url("../img/logo.png") no-repeat;
		background-size: cover;
	}

	.f-logo {
		width: 37.4px;
		height: 117.2px;
	}

	.icon_area {
		position: absolute;
		right: 0;
		left: 0;
		width: 100%;
		height: 35px;
		margin: 0 auto;
	}

	.icon {
		text-align: right;
	}

	.icon_s {
		display:inline-block;
		float: right;
	}

	.icon img {
		margin: 5px;
		width: 25px;
		height: 25px;
	}

	.icon02 {
		display: inline-block;
		width: 180px;
		height: 39.06px;
	}

	.icon03{
		display: inline-block;
		margin-left: 5px;
		width: 39.06px;
		height: 39.06px;
	}

	.tel {
		display: none;
	}

	.global-nav {
		width: 100%;
		margin: 5px auto;
		text-align: center;
	}

	.global-nav .nav-item {
		display: inline-block;
		width: 40%;
		font-family: 'Playfair Display', serif;
	}

	.global-nav .nav-item a {
		display: inline-block;
		width: 100%;
		height: 20px;
		line-height: 20px;
		text-align: center;
		font-size: 1.6rem;
		letter-spacing: 1px;
	}

	.btn01 {
		width: 100px;
		height: 35px;
		margin-left: auto;
		font-size: 1.6rem;
		text-align: center;
		line-height: 35px;
		color: #fff;
		background-color: #f56d99;
	}

	.btn01 a {
		display: inline-block;
		font-family: "Sawarabi Mincho";
		color: #fff;
	}

	/*メイン領域*/
	#main {
		display: block;
		margin: 24px auto;
		width: 95%;
		padding-top: 20px;
	}

	.heading {
		padding: 15px 0;
		text-align: center;
		font-size: 2.0rem;
		font-family: 'Playfair Display', serif;
		background: url("../img/line.gif") repeat-x;
		letter-spacing: 2px;
		background-position: bottom;
	}

	.content {
		padding: 24px 0;
		text-align: center;
		font-size: 1.3rem;
		letter-spacing: 0.5px;
		line-height: 2.3rem;
	}

	.s_heading {
		position: relative;
		font-size: 1.5rem;
		padding-bottom: 0.5px;
		font-family: "Sawarabi Mincho";
		color: #f56d99;
	}

	img {
		width: 100%;
	}

	/*ネイル*/
	#nail {
	}

	#nail .snapwidget-widget {
		height: auto !important;
	}

	/*スタッフ*/

	.staff_img {
		text-align: center;
	}

	.staff_img img {
		width: 50%;
	}

	.staff_table tr {
		text-align: left;
	}

	.staff_table th{
		font-weight: bold;
		width: 40%;
		padding: 15px;
		border-bottom: dotted 1px #f56d99;
	}

	.staff_table td {
		padding: 15px;
		border-bottom: dotted 1px #f56d99;
	}

	/*メニュー*/
	.menu-item {
		border-radius: 5px;
		width: 100%;
	}

	.menu_table tr {
		text-align: left;
	}

	.menu_table th {
		padding: 3px;
	}

	.menu_table td {
		text-align: right;
	}

	.menu_table .even {
		background-color: #FAF3EF;
	}

	.menu-title {
		font-size: 1.3rem;
		padding: 10px 0;
		background-color: #F6E4DB;
		background-repeat: no-repeat;
		background-size: cover;
	}
	/*アクセス*/
	.map {
		width: 100%;
	}
	/*ニュース*/

	.scroll-list {
		max-height: 220px;
		overflow-y: auto;
		margin-bottom: 30px;
		list-style-type: none;
	}

	.scroll-list .scroll-item a {
		display: block;
		padding: 10px 0px;
		color: #333;
		font-size: 0;
		border-bottom: 1px #C5AD9D dotted;
		transition: background-color 0.1s;
	}

	.scroll-list .scroll-item a:hover {
		background-color: #fafaf8;
	}

	.scroll-list .date {
		display: block;
		padding-bottom: 5px;
		letter-spacing: 1px;
		font-weight: bold;
		font-size: 1.1rem;
	}

	.scroll-list .category {
		display: inline-block;
		width: 20%;
		border-radius: 5px;
		background-color: #FF8CB5;
		color: #fff;
		text-align: center;
		letter-spacing: 1px;
		font-size: 1.1rem;
		line-height: 16px;
	}

	.scroll-list .category.news {
		background-color: #89B6FF;
	}

	.scroll-list .title {
		display: inline-block;
		width: 74%;
		padding-left: 15px;
		vertical-align: bottom;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
		font-size: 1.3rem;
	}


	#footer {
		width: 100%;
		margin: 54px 0 0;
		background-color: #FF8CB5;
	}

	.link-area {
		width: 100%;
		text-align: center;
	}

	.link-area ul {
		padding: 10px 0;
	}

	.link-area ul li {
		display: inline-block;
		width: 40%;
		padding: 3px;
		text-align: center;
	}

	.link-area ul li:nth-child(1) {
		display: none;
	}

	/*ブロック*/
	.block {
		display: table;
		width: 100%;
		border-collapse: separate;
		border-spacing: 24px;
		margin: 0 auto;
	}

	.block_element {
		display: table-cell;
		background-color: #D2ECE8;
		border-radius: 5px;
		width: 45%;
		background-image: url(../img/dot.png);
	}

	.block_element h3 {
		width: 100%;
		height: 50px;
		line-height: 50px;
		font-size: 1.6rem;
		font-weight: bold;
		color: #5F4C0B;
		border-radius: 5px 5px 0 0;
		background-color: #D0AFAA;
	}
}
