@charset "UTF-8";

header:after,
#globalNav:after,
#nav:after,
#crumb:after,
#info:after,
footer:after,
#contents:after,
#main:after,
#aside:after,
#visual:after{
	font-size:1px;
	content: "";
	display: block;
	height: 0;
	clear: both;
}
header,
#globalNav,
#nav,
#crumb,
#info,
footer,
#contents,
#main,
#aside,
#visual{
	zoom: 1;
}

.entry:after,
.entry ul:after,
ul.meta:after,
ul.boxSNS:after,
ul.horizon:after,
.well:after,
.boxSerch:after{
	font-size:1px;
	content: "";
	display: block;
	height: 0;
	clear: both;
}
.entry,
.entry ul,
ul.meta,
ul.boxSNS,
ul.horizon,
.well,
.boxSerch{
	zoom: 1;
}

.mm-navbar{
	display: none;
}

/* loading */
#loader {
	width: 32px;
	height: 32px;
	display: none;
	position: fixed;
	_position: absolute; /* IE6対策 */
	top: 50%;
	left: 50%;
	margin-top: -16px; /* heightの半分のマイナス値 */
	margin-left: -16px; /* widthの半分のマイナス値 */
	z-index: 9999999999;
}

#fade {
	width: 100%;
	height: 100%;
	display: none;
	background-color: #FFFFFF;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 999999999;
}

/* scroll Top */
#page-top{
	display: block;
	position: fixed;
	bottom: 5px;
	right: 5px;
	width: 50px;
	height: 50px;
	background: rgba(195,129,129,.7);
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	padding-top: 0px;
	font-size: 20px;
	color: #fff;
	line-height: 220%;
	text-align: center;
	text-decoration: none;
	cursor: pointer;
	z-index: 999999999999;
}
#page-top a{
	color: #fff;
}
#page-top:hover{
	background: rgba(195,129,129,.8);
}

#wrapper{
	text-align: left;
}

.pager:after {
	font-size: 1px;
	content: "";
	display: block;
	height: 0;
	clear: both;
}
.pager {
	zoom: 1;
}
.pager {
	width: 100% !important;
	text-align: center;
	padding: 0px 0 0px 0;
}
.pager .current,
.pager .pages{
	font-size: 1.0em;
	color: #666;
	padding: 10px 14px 10px 14px;
	border: #FFF solid 1px;
	margin-right: 6px;
	line-height: 500%;
}
@media screen and (max-width: 768px){
	.pager span.pages{
		display: block;
		line-height: 100% !important;
	}
}
.pager span.current{
	border: #3DA8EA solid 1px !important;
	background-color:#3DA8EA !important;
	color: #FFF;
}
.pager a{
	font-size: 1.0em;
	padding: 10px 14px 10px 14px;
	border: #DEDEDE solid 1px;
	margin-right: 6px;
}
.pager a:hover{
	color: #FFF;
	text-decoration: none;
	border: #3DA8EA solid 1px;
	background-color:#3DA8EA;
}

span.cursive{
	font-family: 'Alex Brush', cursive;
	font-weight: normal !important;
	color: #b2b1b1;
}
span.icon-title{
	background-color:#f2e5d6;
	padding: 6px 12px 6px 12px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-weight: 500;
	color: #5c422e;
	letter-spacing: 2px;
	margin-bottom: 5px;
}


span.icon_category{
	font-size: 0.750em;
	color: #FFF;
	background-color: rgba(0,0,0,0.4) !important;
	padding: 3px 5px; 
}
span.icon_post_type{
	font-size: 0.750em;
	color: #FFF;
	background-color: rgba(0,0,0,0.4) !important;
	padding: 3px 5px; 
}

span.icon_post_type a,
span.icon_category a{
	font-size: 0.750em;
	color: #FFF;
	text-decoration: none !important;
}

span.icon_post_type a:hover,
span.icon_category a:hover{
	font-size: 0.750em;
	color: #EFEFEF;
	text-decoration: none !important;
}
.image a,
.image a a:hover{
	text-decoration: none !important;
}

/*-----------------------------

-----------
　PC
-------------------------------------------*/
@media print, screen and (min-width: 769px){

#gallery-2 .gallery-item {
	margin-bottom: 1.2em;
}
#gallery-2 .gallery-item .gallery-icon,
#gallery-2 .gallery-item .gallery-caption{
	padding-right: 4.5% !important;
}
#gallery-2 img {
	width: 100%;
	height: auto;
	border: none !important;
}
#gallery-2 .gallery-caption {
	font-size: 0.750em !important;
	color: #888;
	line-height: 170%;
	text-align: left;
}

.inner{
	width: 1060px;
	margin:auto;
}

.tel-tap{
	pointer-events:none;
}

header{
	border-top:6px solid #cde7df;
	padding:0 0 20px 0;
}
header h1{
	font-size: 0.625em;
	font-weight: 400;
	text-align: right;
	letter-spacing: 1px;
	padding-top: 6px;
}
header .logo{
	float: left;
	width: 110px;
	margin-top: -6px; 
	margin-right: 60px;
}
header .info{
	float: right;
	padding-top: 20px;
}
header .info p.tel{
	font-size: 1.625em;
	font-weight: 500;
	color: #c38181;
}
header .info p.open{
	font-size: 0.750em;
	text-align: right;
}

#globalNav{
	float: left;
	margin-top: 38px;
	position: relative;
	z-index: 99999999;
}

footer{
	background-color: #fff6ec;
	padding:40px 0 0 0;
}
footer .boxLogo{
	float: left;
	width: 270px;
	padding-top: 12px;
}
footer .boxLogo .logo{
	width: 145px;
	margin: auto;
}
footer .boxLogo .logo img{
	width: 100%;
	height: auto;
}
footer .boxInfo{
	float: left;
	width: 340px;
	color: #666;
}
footer .boxInfo .info{
	background-color: #FFF;
	padding: 6px 24px 12px 24px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	box-sizing: border-box;
	margin-bottom: 10px;
}
footer .boxInfo .info p.tel{
	font-size: 1.625em;
	font-weight: 500;
	color: #c38181;
}
footer .boxTable{
	float: right;
	color: #666;
}
footer .boxTable .box{
	background-color: #FFF;
	padding: 8px 18px;
	margin-bottom: 10px;
}
footer .boxTable table{
	border: none;
	border-collapse: collapse;
	border-spacing: 0;
	box-sizing: border-box;
}
footer .boxTable table th{
	padding: 10px 10px 10px 10px;
	font-size: 1.0em;
	line-height:170%;
	vertical-align: middle;
	text-align: center;
	border-bottom: 1px solid #ddd;
}
footer .boxTable table td{
	padding: 10px 10px 10px 10px;
	font-size: 1.0em;
	line-height:170%;
	vertical-align: middle;
	text-align: center;
}
footer .boxTable table td.time{
	font-size: 0.875em;
}
footer .boxMap{
	clear: both;
	padding: 26px 0 30px 0; 
}

footer .copy{
	background-color: #cde7df;
	 padding:16px 0; 
}
footer .copy address{
	width: 1060px;
	margin: auto; 
 	font-style: normal;
	font-size: 0.625em;
	letter-spacing: 1px;
	color: #999;
}

#visual {
	position: relative;
	z-index: 0;
}
#visual .sign{
	text-align: center
}
#visual .sign img{
/*          display:none;*/
	width: 139px;
	margin: auto;
	position: absolute;
	left: 0;
	right: 0;
	bottom:-30px;
	z-index: 99999;
}

#visual .news{
	position: absolute;
	bottom: 0;
	right: 10%;
	z-index: 1;
}
#visual .news{
	position: absolute;
	bottom: 16px;
	right: 3%;
	z-index: 1;
	width: 380px;
}
#visual .news .sw-well{
	padding: 24px 24px 20px 24px !important;
}

#visual .news .well-white-alpha {
	background-color: rgba(255,255,255,0.95) !important;
	border: none;
}

#home .intro p.title,
#home .reception p.title,
#home .menu p.title{
	font-size: 1.125em;
	font-weight: bold;
	letter-spacing: 1px;
	color:#c38181;
	margin-bottom: 18px !important;	
}
#home .intro span.underline,
#home .reception span.underline,
#home .menu span.underline{
	padding-bottom: 6px;
	border-bottom:1px solid #c38181;
}
#home .intro p.title a,
#home .reception p.title a,
#home .menu p.title a{
	color:#c38181 !important;
	text-decoration: none !important;
}
#home .intro p.title a:hover,
#home .intro p.title a:hover,
#home .menu p.title a:hover{
	color:#c38181 !important;
	text-decoration: none !important;
}


#home .intro{
	margin-top: 60px !important;	
	margin-bottom: 60px !important;	
}
#home .intro .sw-entry .image{
	width: 62%;
	margin: auto;
}
#home .intro .sw-entry .image img{
	width: 100%;
	height: auto;
}
#home .intro .sw-entry .text{
	width: 85%;
	margin: auto;
	background-color: #fff6ec;
	border-radius: 10px;
	padding: 28px 30px 30px 30px;
}


#home .reception{
	margin-bottom: 60px;
}
#home .reception .image{
	float: right;
	width: 56%;
}
#home .reception .sw-entry .image img{
	width: 100%;
	height: auto;
}

#home .reception .sw-entry .text{
	float: left;
	width: 39%;
	background-color: #fff6ec;
	border-radius: 10px;
	padding: 28px 30px 30px 30px;
	position: absolute;
	left: 0;
	bottom: 0;
}

#home .examination h3{
	font-weight: 500;
	color:#FFF !important;
	text-align: center;
	letter-spacing: 2px;
	text-shadow: 0 0 4px #6a8c58,0 0 4px #6a8c58,0 0 4px #6a8c58;
}

#home .news-line{
	width: 100%;
	text-align: center;
	margin-bottom: 30px;
}
#home .news-line ul.boxNews{
	width: 100%;
	text-align: center;
	margin: auto;
}
#home .news-line .boxNews li.title{
	display: inline-block;
	font-size: 0.875em !important;
}
#home .news-line .boxNews li.title span{
	background-color: #c38181;
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
	padding: 12px 18px;
	font-size: 1.0em !important;
	color: #FFF;
}
#home .news-line .boxNews li.text{
	display: inline-block;
	font-size: 1.125em !important;
}
#home .news-line .boxNews li.text span{
	background-color: #FFF;
	padding: 12px 24px;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
}

#menu .hgroup .mark img{
	width: 40px;
	height: auto;
}
#menu .sw-box .icon {
	margin-bottom: 14px;
	margin-bottom: 6px;
}
#menu .sw-box .icon a{
	display: inline-block;
	background: rgba(255,255,255, 1.0);
	text-align: center;
	width: 110px;
	height: 82px;
	border-radius: 110px;
	-webkit-border-radius: 110px;
	-moz-border-radius: 110px;
	padding-top: 28px; 
	text-decoration: none;
	-webkit-transition: 0.6s ease-in-out;
	-moz-transition: 0.6s ease-in-out;
	-o-transition: 0.6s ease-in-out;
	transition: 0.6s ease-in-out;
}
#menu .sw-box .icon a:hover{
	display: inline-block;
	background: rgba(155,208,191, 1.0);
	text-align: center;
	width: 110px;
	height: 82px;
	border-radius: 110px;
	-webkit-border-radius: 110px;
	-moz-border-radius: 110px;
	padding-top: 28px; 
	text-decoration: none;
	-webkit-transition: 0.6s ease-in-out;
	-moz-transition: 0.6s ease-in-out;
	-o-transition: 0.6s ease-in-out;
	transition: 0.6s ease-in-out;
}
#menu .sw-box .icon img{
	width: 45%;
	height: auto;
}
#menu .sw-box .icon a.img{
	filter: invert(100%);
}
#menu .sw-entry-image-l-50{
}
#menu .sw-entry-image-l-50 .image{
	float: left;
	width: 460px !important;
}
#menu .sw-entry-image-l-50 .text{
	float: right;
	width: 545px !important;
}
#menu .sw-entry-image-r-50{
}
#menu .sw-entry-image-r-50 .image{
	float: right;
	width: 460px !important;
}
#menu .sw-entry-image-r-50 .text{
	float: left;
	width: 545px !important;
}

#access .sw-entry table{
	border: none;
	border-collapse: collapse;
	border-spacing: 0;
	box-sizing: border-box;
}
#access .sw-entry table th{
	padding: 8px 10px 8px 10px;
	font-size: 1.0em;
	line-height:170%;
	vertical-align: middle;
	border-bottom: 1px solid #EFEFEF;
}
#access .sw-entry table td{
	padding: 8px 10px 8px 10px;
	font-size: 1.0em;
	line-height:170%;
	vertical-align: middle;
	border-bottom: 1px solid #EFEFEF;
}

#news.single #contents{
	margin-top: 40px;
}

#cover{
	width: 100%;
	padding-bottom: 50px;
}
#menu #cover{
	width: 100%;
	padding-bottom: 50px;
	background-color: #fff6ec;
}
#cover .bg{
	width: 100%;
	min-height: 200px;
	position: relative;
}
#cover .about{
	background-image: url(/images/about/cover.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
}
#cover .menu{
	background: #d9e3e2;
	background-image: url(/images/menu/cover.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
}
#cover .staff{
	background: #d9e3e2;
	background-image: url(/images/staff/cover.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
}
#cover .access{
	background: #d9e3e2;
	background-image: url(/images/access/cover.jpg);
	background-position: center -350px;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
}
#cover .news{
	background: #d9e3e2;
	background-image: url(/images/news/cover.jpg);
	background-position: center -350px;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
}

#cover .innerLeadbox{
	padding:60px 0 0 0;
}
#cover .innerLeadbox .box{
	width: 1060px;
	margin: auto;
}
#cover .innerLeadbox .box p.catch{
	font-size: 3.438em;
	font-family: 'Alex Brush', cursive;
	color: #808080;
	line-height:100%;
}
#staff #cover .innerLeadbox .box p.catch,
#access #cover .innerLeadbox .box p.catch{
	color: #DEDEDE;
	text-shadow: 0 0 4px #555;
}
#cover .innerLeadbox .box h2{
	font-size:1.250em;
	font-weight: 500;
	color: #c38181;
	line-height:160%;
	letter-spacing:3px;
}
#access #cover .innerLeadbox .box h2,
	#staff #cover .innerLeadbox .box h2{
	color: #FFF;
	text-shadow: 0 0 4px #555;
}
#cover .sign{
	text-align: center
}
#cover .sign img{
	width: 139px;
	margin: auto;
	position: absolute;
	left: 0;
	right: 0;
	bottom:-24px;
	z-index: 99999;
}

.bg-wall {
	background:url(/images/common/bg_wall.jpg);
	width: 100%;
	margin: auto;
	position: relative;
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 0px 0; 
}
.bg-staff {
	background:url(/images/common/bg_staff2024.jpg);
	background-color: #ecedef;
	width: 100%;
	height: 320px;
	margin: auto;
	position: relative;
	background-position: center top;
	background-repeat: no-repeat;
	padding: 80px 0 0 0;

}

.sw-post .sw-box{
	margin-bottom: 35px;
}
.sw-post .sw-box:nth-child(n+3) {
	margin-bottom: 0px !important;
}

.sw-post .sw-entry-text-liquid p.title{
	font-size: 1.0em !important;
	font-weight: bold;
	line-height: 170% !important;
	margin-bottom: 6px !important;
}
.sw-post .sw-entry-text-liquid div.text p{
	font-size: 0.875em !important;
	line-height: 170% !important;
	margin-bottom: 6px !important;
}

.sw-post .sw-entry-text-liquid .image{
	float: left;
	width: 80px;
	margin-right: 16px;
	margin-bottom: 10px;
}
.sw-post .sw-entry-text-liquid .image img{
	width: 100%;
	height: auto;
}

/* サイドカラム
-------------------------------------------- */
#aside {
	float: right;
	width: 280px;
}

#aside h3{
	font-size: 0.938em;
	letter-spacing: 1px;
	padding: 0.6em 0.7em;
	border-top: 2px solid #c38181;
	border-bottom: 1px solid #DDD;
	margin-bottom: 18px;
	background-color: #F8F8F8;
}

#aside .boxNews{
	margin-bottom: 30px;
}
#aside .boxNews .entry{
	padding: 0 2px 0 2px;
	margin-bottom: 14px;
	padding-bottom: 12px;
	border-bottom:1px solid #EFEFEF;
}
#aside .boxNews .entry .image {
	float: left;
	margin-right: 16px;
}
#aside .boxNews .entry .image img{
	max-width: 50px;
	height:auto;
}
#aside .boxNews .entry h4{
	font-size: 0.750em !important;
	font-weight: 500
	line-height: 160%;
}
#aside .boxNews .entry .date{
	font-size: 0.75em;
	color: #999;
	margin-bottom: 2px;
}

#aside .boxCategory{
	margin-bottom: 30px;
}
#aside .boxCategory ul{
	padding-left: 10px;
	margin: 6px 0 10px 0;
}
#aside .boxCategory ul li{
	font-size: 0.875em;
	margin-bottom: 6px;
	background:url("/images/common/arrow_right.png") left 0.6em / 5px no-repeat;
	padding-left:12px;
	margin-bottom: 6px;
}
#aside .boxCategory ul li a{
	color: #333;
	text-decoration: none;
}
#aside .boxCategory ul li a:hover{
	color: #c38181;
	text-decoration: underline;
}
#aside .boxCategory ul li li{
	font-size: 1.0em;
}

#aside .boxArchive{
	margin-bottom: 30px;
}





}

/*----------------------------------------
　Mobile
-------------------------------------------*/
@media screen and (max-width: 768px){

#gallery-2 .gallery-item {
	margin-bottom: 1.2em;
}
#gallery-2 .gallery-item .gallery-icon,
#gallery-2 .gallery-item .gallery-caption{
	padding-right: 4.0% !important;
}
#gallery-2 img {
	width: 100%;
	height: auto;
	border: none !important;
}
#gallery-2 .gallery-caption {
	font-size: 0.688em !important;
	color: #888;
	line-height: 160%;
	text-align: left;
}


.sw-inner-sp{
	width: 90%;
	margin:auto;
}

header{
	background-color: none;
	position: relative;
	margin-bottom: 12px;
}
header h1{
	font-size: 0.688em;
	font-weight: 400;
	color: #FFF !important;
	position: absolute;
	top: 8px;
	left: 10px;
	z-index: 10;
	width: 80%;
}
header .logo{
	float: left;
	width: 170px;
	padding-top: 12px;
}
header .info{
	float: right;
	padding-top: 12px;
}
header .info p.tel{
	font-size: 1.188em;
	font-weight: 600;
	color: #c38181;
}
header .info p.open{
	font-size: 0.688em;
	text-align: right;
}

#globalNav{
	margin: auto;
	position: relative;
	z-index: 1;
}

#visual {
	position: relative;
	z-index: 0;
}
#visual .sign{
	text-align: center
}
#visual .sign img{
	width: 90px;
	margin: auto;
	position: absolute;
	left: 0;
	right: 0;
	bottom:-25px;
	z-index: 99999;
}


#visual .news{
	position: absolute;
	bottom: 0;
	right: 10%;
	z-index: 1;
}
#visual .news{
	position: absolute;
	bottom: 2%;
	right: 2%;
	z-index: 1;
	width: 350px;
}
#visual .news .sw-entry{
	margin: 0;
}
#visual .news .sw-well{
	padding: 18px 16px 0px 18px !important;
}

#visual .news .well-white-alpha {
	background-color: rgba(255,255,255,0.9) !important;
	border: none;
}



footer{
	background-color: #fff6ec;
	padding:30px 0 0 0;
}
footer .boxInfo{
	color: #666;
	margin-bottom: 30px;
}
footer .boxInfo p.lead{
	text-align: center;
}
footer .boxInfo .info{
	background-color: #FFF;
	padding: 6px 24px 12px 24px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	box-sizing: border-box;
	margin-bottom: 10px;
}
footer .boxInfo .info p.tel{
	font-size: 1.625em;
	font-weight: 500;
	color: #c38181;
}
footer .boxTable{
	color: #666;
}
footer .boxTable .box{
	background-color: #FFF;
	padding: 8px 6px;
	margin-bottom: 8px;
}
footer .boxTable table{
	border: none;
	border-collapse: collapse;
	border-spacing: 0;
	box-sizing: border-box;
	width: 100%;
	margin: auto; 
}
footer .boxTable table th{
	padding: 10px 7px 10px 7px;
	font-size: 1.0em;
	line-height:170%;
	vertical-align: middle;
	text-align: center;
	border-bottom: 1px solid #ddd;
}
footer .boxTable table td{
	padding: 10px 7px 10px 7px;
	font-size: 1.0em;
	line-height:170%;
	vertical-align: middle;
	text-align: center;
}
footer .boxTable table td.time{
	font-size: 0.875em;
}
footer .boxMap{
	clear: both;
	padding: 26px 0 34px 0; 
}

footer .copy{
	background-color: #cde7df;
	 padding:12px 0; 
}
footer .copy address{
	width: 94%;
	margin: auto; 
 	font-style: normal;
	font-size: 0.625em;
	line-height: 170%;
	color: #999;
}

#home .intro{
	padding-top: 50px;
	padding-bottom: 40px;
}
#home .intro .sw-entry .text{

	background-color: #fff6ec;
	border-radius: 10px;
	padding: 24px 24px 24px 24px;
}
#home .intro p.title,
#home .reception p.title,
#home .menu p.title{
	font-size: 1.125em;
	font-weight: bold;
	letter-spacing: 1px;
	color:#c38181;
	margin-bottom: 18px !important;
}
#home .intro span.underline,
#home .reception span.underline,
#home .menu span.underline{
	padding-bottom: 6px;
	border-bottom:1px solid #c38181;
}
#home .intro p.title a,
#home .reception p.title a,
#home .menu p.title a{
	color:#c38181 !important;
	text-decoration: none !important;
}
#home .intro p.title a:hover,
#home .reception p.title a:hover,
#home .menu p.title a:hover{
	color:#c38181 !important;
	text-decoration: none !important;
}

#home .reception{
	padding-bottom: 40px;
}

#home .reception .sw-entry .text{
	background-color: #fff6ec;
	border-radius: 10px;
	padding: 24px 24px 24px 24px;
}

#home .case p{
	line-height: 160% !important;
}

#home .news-line{
	width: 96%;
	text-align: center;
	margin-top: 20px;
	margin-bottom: 10px;
}
#home .news-line ul.boxNews{
	width: 100%;
	text-align: center;
	margin: auto;
	white-space: nowrap;
}
#home .news-line .boxNews li.title{
	display: inline-block;
	font-size: 0.75em !important;
}
#home .news-line .boxNews li.title span{
	background-color: #c38181;
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
	padding: 12px 10px;
	color: #FFF;
}
#home .news-line .boxNews li.text{
	display: inline-block;
	font-size: 0.875em !important;
}
#home .news-line .boxNews li.text span{
	background-color: #FFF;
	padding: 12px 18px;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
}

#menu .hgroup .mark img{
	width: 50px;
	height: auto;
}
#menu .sw-box .icon {
	margin-bottom: 14px;
	margin-bottom: 6px;
}
#menu .sw-box .icon a{
	display: inline-block;
	background: rgba(255,255,255, 1.0);
	text-align: center;
	width: 65px;
	height: 50px;
	border-radius: 65px;
	-webkit-border-radius: 65px;
	-moz-border-radius: 65px;
	padding-top: 10px; 
	text-decoration: none;

}
#menu .sw-box .icon a:hover{
	display: inline-block;
	background: rgba(155,208,191, 1.0);
	text-align: center;
	width: 65px;
	height: 50px;
	border-radius: 65px;
	-webkit-border-radius: 65px;
	-moz-border-radius: 65px;
	padding-top: 15px; 
	text-decoration: none;

}
#menu .sw-box .icon img{
	width: 60%;
	height: auto;
}
#menu .sw-box .icon a.img{
	filter: invert(100%);
}
#menu .sw-box h6{
	font-size: 0.750em;
}

#menu .p-menu{

}
#menu .p-menu.sw-block5-sp .sw-box{
	float: left;
	width: 19.5%;
	margin-right: 0.5%;
}
#menu .p-menu.sw-block5-sp .sw-box:nth-child(5n) {
	float: right;
	margin-right: 0;
}
#menu .p-menu.sw-block5-sp .sw-box:nth-child(5n+1) {
	clear: both;
}


#access .sw-entry table{
	border: none;
	border-collapse: collapse;
	border-spacing: 0;
	box-sizing: border-box;
}
#access .sw-entry table th{
	padding: 8px 10px 8px 10px;
	font-size: 1.0em;
	line-height:170%;
	vertical-align: middle;
	border-bottom: 1px solid #EFEFEF;
}
#access .sw-entry table td{
	padding: 8px 10px 8px 10px;
	font-size: 1.0em;
	line-height:170%;
	vertical-align: middle;
	border-bottom: 1px solid #EFEFEF;
}


#news.single #contents{
	margin-top: 40px;
}

#cover{
	width: 100%;
	padding-bottom: 50px;
}
#menu #cover{
	width: 100%;
	padding-bottom: 50px;
	background-color: #fff6ec;
}
#cover .bg{
	width: 100%;
	position: relative;
}
#cover .about{
	background-image: url(/images/about/cover.jpg);
	background-position: right top;
	background-repeat: no-repeat;
	background-size: cover;
}
#cover .menu{
	background-image: url(/images/menu/cover.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
}
#cover .staff{
	background-image: url(/images/staff/cover.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
}
#cover .access{
	background-image: url(/images/access/cover.jpg);
	background-position: center -80px;
	background-repeat: no-repeat;
	background-size: cover;
}
#cover .news{
	background-image: url(/images/news/cover.jpg);
	background-position: center -80px;
	background-repeat: no-repeat;
	background-size: cover;
}



#cover .innerLeadbox{
	padding:26px 0 26px 0;
}
#cover .innerLeadbox .box{
	width: 90%;
	margin: auto;
}
#cover .innerLeadbox .box p.catch{
	font-size: 2.25em;
	font-family: 'Alex Brush', cursive;
	color: #808080;
	line-height:100%;
}
#staff #cover .innerLeadbox .box p.catch,
#access #cover .innerLeadbox .box p.catch{
	color: #DEDEDE;
	text-shadow: 0 0 4px #555;
}
#cover .innerLeadbox .box h2{
	font-size:1.125em;
	font-weight: 500;
	color: #c38181;
	line-height:160%;
	letter-spacing:1px;
}
#access #cover .innerLeadbox .box h2,
	#staff #cover .innerLeadbox .box h2{
	color: #FFF;
	text-shadow: 0 0 4px #555;
}
#cover .sign{
	text-align: center
}
#cover .sign img{
	width: 90px;
	margin: auto;
	position: absolute;
	left: 0;
	right: 0;
	bottom:-24px;
	z-index: 99999;
}


.bg-wall {
	background:url(/images/common/bg_wall.jpg);
	width: 100%;
	margin: auto;
	position: relative;
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 0 0; 
}





/* サイドカラム
-------------------------------------------- */
#aside {
	width: 90%;
	margin: auto;
}

#aside h3{
	font-size: 1.0em;
	letter-spacing: 1px;
	padding: 0.6em 0.7em;
	border-top: 2px solid #c38181;
	border-bottom: 1px solid #DDD;
	margin-bottom: 18px;
	background-color: #F8F8F8;
}

#aside .boxNews{
	margin-bottom: 30px;
}
#aside .boxNews .entry{
	padding: 0 2px 0 2px;
	margin-bottom: 14px;
	padding-bottom: 12px;
	border-bottom:1px solid #EFEFEF;
}
#aside .boxNews .entry .image {
	float: left;
	margin-right: 16px;
}
#aside .boxNews .entry .image img{
	max-width: 45px;
	height:auto;
}
#aside .boxNews .entry h4{
	font-size: 0.875em !important;
	font-weight: 500
	line-height: 160%;
}
#aside .boxNews .entry .date{
	font-size: 0.875em;
	color: #999;
	margin-bottom: 2px;
}

#aside .boxCategory{
	margin-bottom: 30px;
}
#aside .boxCategory ul{
	padding-left: 10px;
	margin: 6px 0 10px 0;
}
#aside .boxCategory ul li{
	font-size: 1.0em;
	margin-bottom: 6px;
	background:url("/images/common/arrow_right.png") left 0.6em / 5px no-repeat;
	padding-left:12px;
	margin-bottom: 6px;
}
#aside .boxCategory ul li a{
	color: #333;
	text-decoration: none;
}
#aside .boxCategory ul li a:hover{
	color: #c38181;
	text-decoration: underline;
}
#aside .boxCategory ul li li{
	font-size: 1.0em;
}

#aside .boxArchive{
	margin-bottom: 30px;
}

#aside .boxSearch{
	padding-left: 10px;
	margin-bottom: 36px;
}



}


