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

* common.css

*********************************************************************
*/
/* skip-to-content（フォーカス時のみ可視） */
.screen-reader-text {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	overflow: hidden;
	clip: rect(0 0 0 0);
	border: 0;
	white-space: nowrap;
}
.skip-link:focus {
	position: fixed;
	top: 8px;
	left: 8px;
	width: auto;
	height: auto;
	clip: auto;
	margin: 0;
	padding: 8px 16px;
	background: #000;
	color: #fff;
	z-index: 9999;
	text-decoration: none;
}
body {
  background: #eeeeee;
  font-size:16px;
}
body .inner {
	display: block;
  width: 960px;
  margin: 0 auto;
}
body img {
  max-width:100%;
  height: auto;
}
body iframe {
  max-width:100%;
}
#site {
  margin: 0 auto;
  min-width: 960px;
}
@media screen and (min-width:600px) {
#site {
	padding: 0 !important;
}
}
@media screen and (max-width:600px) {
#site {
  min-width: 0;
}
body .inner {
	padding: 0 3%;
	width: auto;
}
}

/*===================================================================
  global-header
===================================================================*/
#global-header {
  margin-bottom: 10px;
}
#global-header .site-title {
	margin-bottom: 10px;
  padding:5px 0;
  color: #ffffff;
  width: 100%;
  font-size:12px;
}
#global-header #global-header-main-pc #global-header-main-pc-left,
#global-footer #global-footer-main-pc #global-footer-main-pc-left {
	float: left;
	width: 55%;
	text-align:center;
	color:#FFFFFF;
}
#global-footer #global-footer-main-pc #global-footer-main-pc-left {
	float:none;
	width:100%;
	text-align:center!important;
	color:#FFFFFF!important;
}
#global-footer-main-pc .address a{
	color:#FFFFFF!important;
	text-decoration:none;
}
#global-header #global-header-main-pc #global-header-main-pc-left .logo,
#global-footer #global-footer-main-pc #global-footer-main-pc-left .logo {
	margin-bottom: 20px;
}
#global-header #global-header-main-pc #global-header-main-pc-right,
#global-footer #global-footer-main-pc #global-footer-main-pc-right {
	float: right;
	width: 40%;
	text-align: right;
}
#global-header #global-header-main-pc #global-header-main-pc-right .tel,
#global-footer #global-footer-main-pc #global-footer-main-pc-right .tel,
#main #content-footer .tel {
	display: inline-block;
	margin-top: -19px;
	font-size: 42px;
	font-weight: bold;
	color:#1b8300;
}
#content-footer .tel{
	margin-top:0!important;
}
#global-header #global-header-main-pc #global-header-main-pc-right .tel span,
#global-footer #global-footer-main-pc #global-footer-main-pc-right .tel span,
#main #content-footer .tel span {
	padding-left: 40px;
	background-image: url(../images/common/tel-icon-pc.png);
	background-repeat: no-repeat;
	background-position: left center;
}
#global-header #global-header-main-pc #global-header-main-pc-right .mail,
#global-footer #global-footer-main-pc #global-footer-main-pc-right .mail,
#main #content-footer .mail {
	display: inline-block;
	min-width: 354px;
	margin-bottom: 15px;
	padding: 10px 3%;
	border-radius: 4px;
	background: #e52429; /* Old browsers */
	background: -moz-linear-gradient(top, #e52429 0%, #e52429 48%, #bb0f0f 50%, #bb0f0f 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e52429), color-stop(48%,#e52429), color-stop(50%,#bb0f0f), color-stop(100%,#bb0f0f)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #e52429 0%,#e52429 48%,#bb0f0f 50%,#bb0f0f 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #e52429 0%,#e52429 48%,#bb0f0f 50%,#bb0f0f 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #e52429 0%,#e52429 48%,#bb0f0f 50%,#bb0f0f 100%); /* IE10+ */
	background: linear-gradient(to bottom, #e52429 0%,#e52429 48%,#bb0f0f 50%,#bb0f0f 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e52429', endColorstr='#bb0f0f',GradientType=0 ); /* IE6-9 */
	box-shadow:rgba(0, 0, 0, 0.3) 2px 2px 3px 0px;
	text-align: center;
	text-decoration: none;
	text-shadow: 1px 1px 2px #6B0000;
	font-size: 18px;
	font-weight: bold;
	color: #FFF;
}
#global-header #global-header-main-pc #global-header-main-pc-right .mail span,
#global-footer #global-footer-main-pc #global-footer-main-pc-right .mail span,
#main #content-footer .mail span {
	padding-left: 35px;
	background-image: url(../images/common/mail-icon.png);
	background-repeat: no-repeat;
	background-position: left center;
}
#global-header #global-header-main-pc #global-header-main-pc-right .info,
#global-footer #global-footer-main-pc #global-footer-main-pc-right .info,
#main #content-footer .info {
	display: inline-block;
	min-width: 370px;
	text-align: left;
}
#global-header #global-header-main-pc #global-header-main-pc-right .info dl dt,
#global-footer #global-footer-main-pc #global-footer-main-pc-right .info dl dt,
#main #content-footer .info dl dt {
	/*display: inline;*/
	position: relative;
	font-weight: bold;
	display: inline-block;
    width: 60px;
}
#global-header #global-header-main-pc #global-header-main-pc-right .info dl dt:after,
#global-footer #global-footer-main-pc #global-footer-main-pc-right .info dl dt:after {
	/*content: "→";*/
	padding-left: 5px;
	font-weight: normal;
}
#global-header #global-header-main-pc #global-header-main-pc-right .info dl dd,
#global-footer #global-footer-main-pc #global-footer-main-pc-right .info dl dd,
#main #content-footer .info dl dd {
	display: inline;
}

#global-header #global-header-main-pc #global-header-main-pc-right .mail {
	width: 43%;
	float: left;
	min-width: inherit;
}
#global-header #global-header-main-pc #global-header-main-pc-right .line,
#main #content-footer .line {
	float: right;
	display: inline-block;
	margin-bottom: 15px;
	padding: 10px 3%;
	border-radius: 4px;
	background: #39b12a; /* Old browsers */
	background: -moz-linear-gradient(top, #39b12a 0%, #39b12a 48%, #bb0f0f 50%, #0C9444 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#39b12a), color-stop(48%,#39b12a), color-stop(50%,#0C9444), color-stop(100%,#0C9444)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #39b12a 0%,#39b12a 48%,#0C9444 50%,#0C9444 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #39b12a 0%,#39b12a 48%,#0C9444 50%,#0C9444 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #39b12a 0%,#39b12a 48%,#0C9444 50%,#0C9444 100%); /* IE10+ */
	background: linear-gradient(to bottom, #39b12a 0%,#39b12a 48%,#0C9444 50%,#0C9444 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#39b12a', endColorstr='#0C9444',GradientType=0 ); /* IE6-9 */
	box-shadow:rgba(0, 0, 0, 0.3) 2px 2px 3px 0px;
	text-align: center;
	text-decoration: none;
	text-shadow: 1px 1px 2px #0e491e;
	font-size: 18px;
	font-weight: bold;
	color: #FFF;
}
#global-header #global-header-main-pc #global-header-main-pc-right .line {
	width: 43%;
}
#main #content-footer .line {
	display: inline-block;
	min-width: 330px!important;
	padding: 10px 0%;
}
#global-header #global-header-main-pc #global-header-main-pc-right .line span,
#main #content-footer .line span {
	padding: 5px 0 5px 35px;
	background-image: url(../images/common/line-icon.png);
	background-repeat: no-repeat;
	background-position: left center;
}
#global-header #global-nav-pc.fixed {
	position: fixed;
	top: 0;
	left: 0;
	margin: 0;
	width: 100%;
	box-shadow:rgba(0, 0, 0, 0.2) 2px 2px 3px 0px;
	z-index: 100;
}
#global-header #global-header-main-sp {
	display: none;
}
#global-header #announcement {
	margin-top: 10px;
	padding: 5px 3%;
	border: solid 1px #af779c;
	background-color: #fbe9f9;
	font-weight: bold;
	text-align: center;
	color: #bb0f0f;
}
#global-header #global-nav-pc {
	/*margin-top: 10px;*/
	/*background-color: #666;
	border-bottom: solid 1px #000;*/
	overflow: hidden;
}
#global-header #global-nav-pc ul {
  width: 960px;
  margin: 0 auto;
}
#global-header #global-nav-pc ul li {
	position: relative;
  float: left;
  width: 20%;
  text-align: center;
}
#global-header #global-nav-pc ul li a:after  {
	content: " ";
	position: absolute;
	top: 15%;
	right: 0;
	height: 70%;
	border-right: solid 1px #333;
}
#global-header #global-nav-pc ul li:nth-child(5) a:after,
#global-header #global-nav-pc ul li:nth-child(10) a:after,
#global-header #global-nav-pc ul li:nth-child(15) a:after {
	border: none;
}
#global-header #global-nav-pc ul li a {
  display: block;
  padding: 16px 5px;
  text-decoration: none;
  color:#3f3f3f;
  text-shadow: 2px 1px 0px #ffe7d6;
}
#global-header #global-nav-sp {
	display: none;
}
.info dl{
	width:374px;
	font-size: 88%;
	margin:5px;
}
.info dl:first-child{
	margin-top: 0;
}
.info dt{
	padding:0px 5px;
}

@media screen and (min-width:600px) {
#global-header #header-sp-menu {
	display: none !important;
}
}
@media screen and (max-width:600px) {
#global-header.fixed .site-title,
#global-header.fixed-on .site-title {
	display: none;
}
#global-header.fixed-off .site-title {
	display: block;
}
#global-header-inner {
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 300;
  background:url(../images/common/header-bg.png) !important;
  background-repeat:repeat-x !important;
	box-shadow: rgba(0, 0, 0, 0.2) 2px 2px 3px 0px;
}
#global-header .site-title {
	margin: 0;
	overflow: hidden;
	height: 10px;
}
#global-header #global-header-main {
	padding: 0;
}
#global-header #global-header-main-pc {
	display: none;
}

#global-header #global-header-main-sp {
	display: block;
	position: relative;
	padding: 10px 0 10px;
}
#global-header #global-header-main-sp #global-header-main-sp-left p {
	text-align: center;
}
#global-header #global-header-main-sp #global-header-main-sp-left p img {
	width: 55%;
}
#global-header #global-header-main-sp #global-header-main-sp-right {
	float: right;
	width: 45%;
}
#global-header #header-btn-list li {
	width: 33%;
	float: left;
	cursor: pointer;
}
#global-header #header-btn-list button {
	background: none;
	border: 0;
	padding: 0;
	margin: 0;
	width: 100%;
	cursor: pointer;
	display: block;
}
#global-header #header-btn-list button img {
	display: block;
	width: 100%;
	height: auto;
}
#global-header #header-btn-list li.tel {
	position: absolute;
	width: 20%;
	left: 0;
	top: 13px;
}
#global-header #header-btn-list li.menu,
#global-header #header-btn-list li.menu-close {
	position: absolute;
	width: 20%;
	right: 0;
	top: 13px;
}
#global-header #header-btn-list li.menu-close {
	display: none;
}
#global-header #announcement {
	text-align: left;
}
#global-header #global-nav-pc {
	display: none;
}
#global-header #global-nav-sp {
	display: block;
	margin-top: 10px;
}
#global-header #global-nav-sp.fixed {
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	z-index: 100;
}
#global-header #global-nav-sp ul li {
  float: left;
  width: 20%;
	background: #fea729;
	background: -moz-linear-gradient(top, #fea729 0%, #e68901 100%);
	background: -webkit-linear-gradient(top, #fea729 0%,#e68901 100%);
	background: linear-gradient(to bottom, #fea729 0%,#e68901 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fea729', endColorstr='#e68901',GradientType=0 );
	border-top: solid 1px #fea729;
}
#global-header #global-nav-sp ul li:first-child {
  box-shadow: none;
}
#global-header #global-nav-sp ul li a {
	position: relative;
	display: block;
  padding: 29px 0 1px;
	background-size: auto 29px;
	background-repeat: no-repeat;
	background-position: center 2px;
	border-top: solid 1px #f8bb63;
	text-align: center;
  font-size:10px;
	text-decoration: none;
	color: #FFF;
}
#global-header #global-nav-sp ul li a:after {
	content: " ";
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	border-right: solid 1px #f8bb63;
}
#global-header #global-nav-sp ul li.contact a:after {
	border-right: solid 1px #a45b5d;
}
#global-header #global-nav-sp ul li:last-child a:after {
	border: none;
}
#global-header #global-nav-sp ul li.contact {
	background: #e3191f; /* Old browsers */
	background: -moz-linear-gradient(top, #e3191f 0%, #bb0d0d 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e3191f), color-stop(100%,#bb0d0d)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #e3191f 0%,#bb0d0d 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #e3191f 0%,#bb0d0d 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #e3191f 0%,#bb0d0d 100%); /* IE10+ */
	background: linear-gradient(to bottom, #e3191f 0%,#bb0d0d 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e3191f', endColorstr='#bb0d0d',GradientType=0 ); /* IE6-9 */
	border-top: solid 1px #e31e23;
}
#global-header #global-nav-sp ul li.line {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#96ea77+1,2ca800+100 */
	background: #96ea77; /* Old browsers */
	background: -moz-linear-gradient(top, #20b333 1%, #2a800c 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #20b333 1%,#2a800c 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #20b333 1%,#2a800c 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#20b333', endColorstr='#2a800c',GradientType=0 ); /* IE6-9 */
	border-top: solid 1px #20b333;
}
#global-header #global-nav-sp ul li.tel {
	background: #d6332b;
	background: linear-gradient(to bottom, #ee4a3a 0%, #c2241c 100%);
	border-top: solid 1px #ee4a3a;
}
#global-header #global-nav-sp ul li.tel a {
	background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23ffffff'><path d='M6.62 10.79c1.44 2.83 3.76 5.14 6.59 6.59l2.2-2.2c.28-.28.67-.36 1.02-.25 1.12.37 2.33.57 3.57.57.55 0 1 .45 1 1V20c0 .55-.45 1-1 1-9.39 0-17-7.61-17-17 0-.55.45-1 1-1h3.5c.55 0 1 .45 1 1 0 1.25.2 2.45.57 3.57.11.35.03.74-.25 1.02l-2.2 2.2z'/></svg>");
	border-top: solid 1px #ee655a;
}
	
	

#global-header #global-nav-sp ul li.top a {
  background-image: url(../images/common/nav-icon-top.png);	
}
#global-header #global-nav-sp ul li.menu a {
  background-image: url(../images/common/nav-icon-menu.png);
}
#global-header #global-nav-sp ul li.time a {
  background-image: url(../images/common/nav-icon-time.png);
}
#global-header #global-nav-sp ul li.access a {
  background-image: url(../images/common/nav-icon-access.png);
}
#global-header #global-nav-sp ul li.contact a {
  background-image: url(../images/common/nav-icon-contact.png);
	border-top: solid 1px #e05a5e;
}
#global-header #global-nav-sp ul li.line a {
  background-image: url(../images/common/nav-icon-line.png);
	border-top: solid 1px #30b737;
}

#global-header #header-sp-menu-bg {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #FFF;
	z-index: 150;
}
#global-header #header-sp-menu {
	display: none;
	clear: both;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	background: #fff;
	border: none;
	box-shadow: rgb(156, 156, 156) 0px 2px 5px 0px;
	z-index: 200;
}
#global-header #header-sp-menu .close-btn span {
	display: block;
	margin: 10px 3%;
	padding: 8px 3%;
	border: solid 1px #c5c5c5;
	border-radius: 4px;
	background: #ececec;
	text-align: center;
	cursor: pointer;
}

#global-header #header-sp-menu  nav dl dt {
	margin-top: -1px;
	padding: 8px 3%;
	background: #f7a32a;
	color: #fff;
}
#global-header #header-sp-menu  nav dl dd.symptoms-list {
	background: #fff8ee;
	overflow: hidden;
}
#global-header #header-sp-menu  nav dl dd.symptoms-list ul {
	display: flex;
	flex-wrap: wrap;
	background: #fff8ee;
	overflow: hidden;
}
#global-header #header-sp-menu  nav dl dd ul li {
	border-bottom: solid 1px #e4c497;
}
#global-header #header-sp-menu  nav dl dd.symptoms-list ul li {
	position: relative;
}
#global-header #header-sp-menu  nav dl dd.symptoms-list ul li:after {
	position: absolute;
	right: -1px;
	top: 0;
	content: "";
	height: 100%;
	width: 1px;
	background: #e4c497;
}
#global-header #header-sp-menu  nav dl dd.symptoms-list ul li a span,
#global-header #header-sp-menu  nav dl dd.site-list ul li a {
	display: block;
	padding: 12px 3%;
	background-image: url('../images/common/header-sp-menu-icon-arrow.png');
	background-position: right center;
	background-repeat: no-repeat;
	background-size: 20px auto;
	text-decoration: none;
	font-size: 14px;
}
#global-header #header-sp-menu  nav dl dd.symptoms-list ul li a {
	display: block;
	text-decoration: none;
	margin-bottom: -3000px;
	padding-bottom: 3000px;
}
#global-header #header-sp-menu  nav dl dd.symptoms-list ul li {
	float: left;
	width: 50%;
}
#global-header #header-sp-menu  nav dl dd.symptoms-list ul li a span {
	padding: 12px 20px 12px 3%;
}
}
/*===================================================================
  contents
===================================================================*/
#contents {
  width: 960px;
  margin: 0 auto;
}
#contents .main-img {
  margin-bottom: 20px;
}
.main-img-pc {
	text-align: center;
}
.main-img-sp {
  display: none;
  text-align: center;
  margin: 0;
}
#contents .postWrap{
  margin-top:20px;
  margin-bottom:20px;
  padding:8px;
  background: #ffffff;
  font-size:90%;
}
#contents .postWrap .postBlock {
  padding:2px 0;
}
#contents .postWrap  .postBlock .newsTit {
  width: 100px;
  float: left;
  text-align: center;
  font-weight:bold;
  background:#CCC;
  display:inline-block;
  border-radius:8px;
  -webkit-border-radius:8px;
}
#contents .postWrap  .postBlock ul {
  width: 830px;
  float: right;
  word-break:break-all;
}
/* breadcrumb
--------------------------*/
#contents .breadcrumb {
  margin:0 0 15px;
  line-height:1.2;
  font-size: 14px;
}
@media screen and (min-width:600px) {
#contents {
	position: static !important;
  width: 960px !important;
}
}
@media screen and (max-width:600px) {
#contents {
  width: auto;
  padding: 0;
}
.main-img-pc {
  display: none;
}
.main-img-sp {
  display: block;
}
#contents .postWrap  .postBlock {
}
#contents .postWrap  .postBlock .newsTit {
  display: none;
}
#contents .postWrap  .postBlock ul {
  width: auto;
  float: none;
}
/* breadcrumb
--------------------------*/
.symptomscat #contents .breadcrumb {
	display: none;
}
}
/*===================================================================
  Main
===================================================================*/
#main {
  float: right;
  width: 640px;
  padding: 30px;
  background: #fff;
  word-wrap: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
	box-shadow:rgba(0, 0, 0, 0.0784314) 0px 0px 3px 2px;
}
#main a {
  color:#0000ff;
}
@media screen and (max-width:600px) {
#main {
  float: none;
  width: auto;
  padding: 3.15%;
  margin: 0 2% 20px;
}
}

/* content-footer
--------------------------*/
#main #content-footer {
	background: #EEE;
  padding: 3%;
  margin: 40px 0 0 0;
}
#main #content-footer h2 {
	margin-bottom: 15px;
	padding: 10px 0%;
	/*border-top: solid 4px #333;*/
	background: #FFF;
}
#main #content-footer .tel-pc {
	display: block;
	margin: 0;
	text-align: center;
	font-size: 62px;
}
#main #content-footer .tel-pc span {
	padding-left: 50px;
  background-image: url(../images/common/tel-icon-pc-02.png);
}
#main #content-footer .tel-sp {
	display: none;
}
#main #content-footer .contact {
	margin: 15px 0 25px;
	padding-bottom: 15px;
	text-align: center;
	border-bottom: dotted 1px #333;
}
#main #content-footer .contact .mail {
	float: right;
	width: 45%;
	min-width: 0;
	padding: 15px 3%;;
	font-size: 16px;
}
#main #content-footer .contact .info {
	float: left;
	width: 45%;
	margin-bottom: 10px;
	min-width: 0;
}
#main #content-footer .info dl dt {
	display: block;
	margin-top: 15px;
}
#main #content-footer .info dl:first-child dt {
	margin: 0;
}
#main #content-footer .address span {
	margin-right: 10px;
}
#main #content-footer .googlemap iframe {
  max-width:100%;
	height: 350px;
}
@media screen and (max-width: 600px) {
#main #content-footer .tel-pc {
	display: none;
}
#main #content-footer .tel-sp {
	display: block;
	margin: 0 0 05px;
	padding: 10px 3%;
	border-radius: 4px;
	background: #2eb10b; /* Old browsers */
	background: -moz-linear-gradient(top, #2eb10b 0%, #2eb10b 50%, #1e9000 51%, #1e9000 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2eb10b), color-stop(50%,#2eb10b), color-stop(51%,#1e9000), color-stop(100%,#1e9000)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #2eb10b 0%,#2eb10b 50%,#1e9000 51%,#1e9000 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #2eb10b 0%,#2eb10b 50%,#1e9000 51%,#1e9000 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #2eb10b 0%,#2eb10b 50%,#1e9000 51%,#1e9000 100%); /* IE10+ */
	background: linear-gradient(to bottom, #2eb10b 0%,#2eb10b 50%,#1e9000 51%,#1e9000 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2eb10b', endColorstr='#1e9000',GradientType=0 ); /* IE6-9 */
	box-shadow:rgba(0, 0, 0, 0.3) 2px 2px 3px 0px;
	text-decoration: none;
	text-shadow: 1px 1px 2px #075A1D;
	text-align: center;
	font-size: 26px;
	color: #FFF;
}
#main #content-footer .tel-sp span {
	background-image: url(../images/common/tel-icon-sp-02.png);
	background-size: 18px auto;
}
#main #content-footer .contact {
	margin: 0;
	padding: 10px 0 0;
	border: none;
	width: 100%;
}
#main #content-footer .contact .mail {
	width: 94%;
	padding: 8px 3%;
	font-size: 16px;
}
#main #content-footer .contact .info {
	width: 100%;
}
#main #content-footer .info dl dd {
	display: block;
}
#main #content-footer .address span {
	display: block;
	margin: 0;
}

#main #content-footer .googlemap iframe {
	height: 220px;
}
}


/*===================================================================
  side
===================================================================*/
#side {
  width: 25%;
}
#side .side-bnr {
	margin-bottom: 20px;
	text-align: center;
}
#side .side-bnr li {
	margin-bottom: 10px;
}
#side .side-bnr li last:child{
	border-bottom:none;
}
#side .side-bnr li img {
  max-width:100%;
  height:auto;
}
#side .side-free {
	margin-bottom: 20px;
}
#side .side-nav {
	margin-bottom: 20px;
	box-shadow:rgba(0, 0, 0, 0.0784314) 0px 0px 3px 2px;
	
}
#side .side-nav .side-nav-title {
	border-radius: 4px 4px 0 0;
	background:#7f7f7f;
	color:#fff;
	font-size:22px;
	padding:10px 20px;
}
#side .side-nav ul li:after {
    content: "";
    position: absolute;
    /*bottom: 0;*/
    left: 5%;
    width: 90%;
    height: 1px;
    background: #ffa364;
}
#side .side-nav ul {
	background-color: #FFF;
	border: 1px solid #ffa364;
}
#side .side-nav ul li {
  /*border-top: #dcdcdc 1px solid;*/
  position: relative;
}
#side .side-nav ul li.hide {
  display:none;
}
#side .side-nav ul li:first-child {
  border-top:0px;
}
#side .side-nav ul li a {
  display: block;
  padding:12px 30px 12px 25px;
	/*background-image: url(../images/common/side-icon-arrow.png);*/
	background-position:15px center;
	background-repeat: no-repeat;
  text-decoration: none;
}
#side .side-nav ul li a:hover {
  text-indent: 0.1rem;
}
#side .fb_iframe_widget {
	display: block;
  margin: 0 auto 20px;
	text-align: center;
}
#side .fb_iframe_widget span {
  display: inline-block;
}
#side .ekiten {
  overflow: hidden;
  width: auto;
	margin-bottom: 20px;
  padding: 5px;
  background: #F99;
  border-radius: 5px;
}
#side .ekiten .ekiten-title {
  margin: 0 5px 5px;
}
#side .ekiten iframe {
}
#side .ekiten .ekiten-logo {
}
#side .ekiten .ekiten-logo img {
  width: 120px;
}

/* === 営業日カレンダー（旧 Biz Calendar 相当） === */
#side #biz_calendar {
	max-width: 250px;
	margin: 0 auto 20px;
	font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, sans-serif;
}
#side #biz_calendar p {
	margin: 0;
	line-height: 170%;
}
#side #biz_calendar p span.boxholiday {
	background-color: #FF6E6E;
	padding-left: 25px;
	margin-right: 10px;
}
#side #biz_calendar table.bizcal {
	width: 100%;
	margin: 10px 0 0;
	background-color: #fff;
	table-layout: fixed;
	border: 1px solid #FF9A09;
	line-height: 1.6;
	vertical-align: middle;
}
#side #biz_calendar table.bizcal th {
	text-align: center;
	border: 0;
	padding: 2px;
	color: #000;
	background-color: #DEDEDE;
}
#side #biz_calendar table.bizcal th:first-child { color: red; }
#side #biz_calendar table.bizcal th:nth-last-of-type(1) { color: blue; }
#side #biz_calendar table.bizcal td {
	text-align: center;
	border: 0;
	padding: 2px;
	color: #000;
}
#side #biz_calendar table.bizcal .calmonth {
	text-align: center;
	font-weight: bold;
	padding: 4px 7px;
	border: 0;
	background: #a04600;
	color: #fff;
}
#side #biz_calendar table.bizcal .calbtn {
	border: 0;
	background: #FF9A09;
}
#side #biz_calendar table.bizcal .calbtn a {
	color: #fff;
	text-decoration: none;
	display: block;
	padding: 4px 0;
}
#side #biz_calendar table.bizcal .holiday {
	background-color: #c0392b;
	color: #fff;
}
#side #biz_calendar table.bizcal .today {
	font-weight: bold;
	background: #D0D0D0;
}
@media screen and (max-width:600px) {
#side {
	width: 300px!important;
    margin: 0 auto!important;
}
#side .ekiten {
	margin-left: auto;
	margin-right: auto;
	width: 90%;
}
.voice-box-01 p img{
	width:100%;
}
#side .side-bnr {
    margin-bottom: 20px;
    text-align: center;
    width: 100%!important;
    margin: 0 auto!important;
}
}

/*===================================================================
  ekiten
===================================================================*/
#ekiten-area {
	background: #fff;
}
div.review_show_widget_iframe > a:hover {
	background: #ffface;
}
div.review_show_widget_iframe_review{
border-bottom:1px solid #CCC;
padding:5px 2px;
text-align: center;
}
div.review_show_widget_iframe_review td{
vertical-align:top;
}
div.review_show_widget_iframe_review img{
margin:0 5px 0 0;
width:50px;
vertical-align:top;
}
div.review_show_widget_iframe_review p{
margin-top:0;
}
p.review_show_widget_iframe_review_grading{
margin:0;
padding:0;
color:#F70832;
font-weight:bold;
font-size:18px;
}
p.review_show_widget_iframe_review_grading img{
margin:0 8px 0 0;
width:100px;
}
p.review_show_widget_iframe_review_content{
margin:0;
padding:0;
font-size:12px;
text-align:left;
}
div.review_show_widget_iframe a, div.review_show_widget_iframe a:link, div.review_show_widget_iframe a:visited {
    display: block;
    text-decoration: none;
    cursor: pointer;
    color: #333;
}
.grading_star_00_big, .grading_star_10_big, .grading_star_15_big, .grading_star_20_big, .grading_star_25_big, .grading_star_30_big, .grading_star_35_big, .grading_star_40_big, .grading_star_45_big, .grading_star_50_big {
    background: url(../images/common/ekiten-star.png) no-repeat;
    background-position: 0 0;
    display: inline-block;
    vertical-align: -10%;
    width: 100px;
    height: 19px;
    margin-right: 8px;
}
.grading_star_10_big{
background-position:0 -21px; 
}
.grading_star_15_big{
background-position:0 -41px;
}
.grading_star_20_big{
background-position:0 -61px;
}
.grading_star_25_big{
background-position:0 -81px;
}
.grading_star_30_big{
background-position:0 -101px;
}
.grading_star_35_big{
background-position:0 -121px;
}
.grading_star_40_big{
background-position:0 -141px;
}
.grading_star_45_big{
background-position:0 -161px;
}
.grading_star_50_big{
background-position:0 -181px;
}

/*===================================================================
  global-footer
===================================================================*/
#global-footer {
	margin-top: 30px;
  min-width: 960px;
  border-top: #666 3px solid;
  background: #FFF;
}
#global-footer.fixed {
	padding-bottom: 180px;
}
#global-footer .inner {
  padding: 10px 0;
}
#global-footer #global-footer-nav {
	overflow: hidden;
  width: 100%;
    background:#ffe7cc;
	padding: 10px 0 20px 0px;
}
#global-footer #global-footer-nav li {
  float: left;
  width: 20%;
  margin-right: 3%;
  padding: 0 1%;
  list-style: circle inside;
}
#global-footer #global-footer-nav li a {
  text-decoration: none;
}
#global-footer #global-footer-main-pc {
	/*margin-top: 20px;*/
	overflow: hidden;
	width: 100%;
	background-color: #E4E4E4;
}
#global-footer.fixed #global-footer-main-pc {
	position: fixed;
	left: 0;
	bottom: 0;
}
#global-footer #global-footer-main-pc #global-footer-main-pc-left {
	/*width: 38%;*/
}
#global-footer #global-footer-main-pc #global-footer-main-pc-left .logo {
	width: 80%;
}
#global-footer #global-footer-main-pc #global-footer-main-pc-left .address {
	font-size: 12px;
}
#global-footer #global-footer-main-pc #global-footer-main-pc-right {
	width: 60%;
}
#global-footer #global-footer-main-pc #global-footer-main-pc-right .tel {
	display: inline-block;
	vertical-align: middle;
	font-size: 32px;
}
#global-footer #global-footer-main-pc #global-footer-main-pc-right .mail {
	display: inline-block;
	margin-left: 5px;
	padding: 8px 3%;
	min-width: inherit;
	vertical-align: middle;
	font-size: 16px;
}
#global-footer #global-footer-main-pc #global-footer-main-pc-right .info {
	font-size: 12px;
}
.float-img-left{
	float:left;
	width:40%;
}
.float-txt-right{
	float:right;
	width:55%;
}
.float-txt-right>p{
	margin-bottom:15px;
}
.float-txt-right p{
	font-size:88%;
	font-weight:bold;
	line-height:1.2;
}
.float-txt-right p .font-bold{
	font-size:150%;
}
#main #content-footer .float-txt-right .tel{
	font-size: 36px;
}
#main #content-footer .mail{
	display: inline-block;
	min-width:330px!important;
	padding: 10px 0%;
}

#content-footer table tr th {
    background-color: #efefef;
    border: solid 1px #ccc;
	font-weight:bold;
}
#content-footer table tr td {
    border: solid 1px #ccc;
    width: 10%;
}
#content-footer table tr th, #content-footer table tr td {
    vertical-align: middle;
    text-align: center;
    padding: 10px 1px;
}
.holiday{
	margin-top:10px;
}
.content-footer-link{
	margin-top:30px;
}
.table-ul {
  display: flex;
  flex-wrap: wrap;
  text-align: center;
  width: 100%;
  margin:10px 0 0 0 !important;
  padding: 0;
}
.table-ul li {
	width: 50%;
	vertical-align: middle;
	margin: 0 !important;
	padding-right: 10px;
	box-sizing: border-box;
	list-style: none;
}
.table-ul li:last-child {
	/*padding-right:0;*/
}
.map h2{
	background:url(../images/common/20150215-index-2_35.png) left center no-repeat!important;
	background-position:8px 10px!important;
	margin-top:30px;
	margin-bottom:5px;
	border-bottom:1px solid #dbcec6;
	padding-left:20px!important;
}
.map .address{
	margin-bottom:15px;
}
.map .content-footer-maps{
	margin-top:25px;
}
#content-footer .map small a {
    display: block;
    color: #ffffff;
    padding: 10px 20px;
    text-decoration: none;
    font-weight: bold;
    background: #a04600;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    border: 1px solid #7a3600;
    -moz-box-shadow: 1px 1px 1px rgba(000,000,000,0.3), inset 0px 1px 0px rgba(255,255,255,0.4);
    -webkit-box-shadow: 1px 1px 1px rgba(000,000,000,0.3), inset 0px 1px 0px rgba(255,255,255,0.4);
    box-shadow: 1px 1px 1px rgba(000,000,000,0.3), inset 0px 1px 0px rgba(255,255,255,0.4);
    text-shadow: 0px 1px 1px rgba(000,000,000,0.5), 0px 1px 2px rgba(255,255,255,0.3);
}
#content-footer .map small {
    display: block;
    text-align: center;
    margin: 10px 0 0 0;
    font-size: 100%;
}
@media screen and (max-width:600px) {
#global-footer {
  min-width: inherit;
	padding-bottom: 60px;
}
#global-footer #global-footer-nav {
  display: none;
}
#global-footer #global-footer-main-pc {
	display: none;
}
.sp-gnav-fixed-none {
	display: none;
}
.float-img-left {
    width: 100%;
    margin-bottom: 10px;
}
.float-img-left p{
	text-align:center;
}
.float-txt-right{
	clear:both;
	width:100%;
}
.float-txt-right p{
	display:block;
}
#main #content-footer .float-txt-right .tel{
	font-size:39px;
}
#main #content-footer .mail {
	min-width:100%!important;
}
#main #content-footer .line {
	min-width:100%!important;
}
.table-ul .sp {
	display:inline-block;
	width:100%;
}
.table-ul{
	margin-top:0;
}
.table-ul li{
	width:50%;
}
}


/*===================================================================
  page-top
===================================================================*/
#page-top {
	display: none;
  position: fixed;
  bottom: 10px;
  right: 10px;
  font-size: 10px;
}
#page-top a {
  display: block;
  width: 80px;
  padding: 10px 5px;
  background: #333;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  text-decoration: none;
  text-align: center;
  color: #ffffff;
}
#page-top a:hover {
  background: #dddddd;
  text-decoration: none;
  color: #666666;
}
/*===================================================================
  SNS
===================================================================*/

#sns-box {
	margin-top: 50px;
}
#sns-box ul li {
  float: left;
  margin-left: 10px;
  list-style-type: none;
}
#ns-box ul li:first-child {
  margin-left: 0px;
}
#sns-box ul li.facebook .fb_iframe_widget span {
	vertical-align: top 	!important;
}
#sns-box ul li.googleplus {
	width: 70px;
}
#sns-box ul li iframe {
	max-width: none;
}
@media screen and (max-width: 600px) {
#sns-box {
}
}
/*===================================================================
  main-content
===================================================================*/
/*.voice-table{
	
.voice-table td{
	width:33.3333333333333%;
}
.voice-table .name{
	padding:5px!important;
	font-size: 14px!important;
}
.voice-table .name td{
	background-color:#ffe7cc!important;
}
	
.voice-table .center-margin{
	border-spacing: 5;
}*/

.voice-content{
	
}
.voice-content .voice-box-01{
	float:left!important;
	margin-right:32px!important;
	width:30%!important;
}
.voice-content .voice-box-01 .voice-name{
	font-size:12px;
	background-color:#ffe7cc;
	text-align:center;
	padding:3px!important;
}
.voice-content .margin-right-0{
	margin-right:0!important;
}
.voice-content .voice-title{
	color:#be0016;
	font-weight:bold;
	margin-bottom:10px;
}
@media screen and (max-width: 600px) {
.voice-content .voice-box-01 {
	width: 100%!important;
}
}

.surround-block table td{
	/*border:0!important;*/
	
}
.html-block p img{
	padding:right:20px;
}
.html-block table{
	border:0!important;
}

.merit-box .img-block{
	margin-bottom:15px!important;
	margin-top:30px!important;
}
.merit-box .img-block:first-child{
	margin-top:0!important;
}
.cta .img-block{
	margin-bottom:15px!important;
}
.geiin h2{
	background: #fff;
    border: 1px solid #ffa364;
    border-left: 4px solid #ff6700;
    font-weight: bold;
    padding: 12px 0 12px 12px;
    font-size: 150%;
}
.geiin .text-block{
	clear:both;
}
.geiin-box-01{
	padding:0!important;
}

.geiin-box-01 .geiin-box-01{
	width: 48%;
    float: left;
}
.geiin-box-01 .geiin-box-02{
	float:right;
	width:48%;
}
.geiin-box-01 .geiin-box-01 ul,
.geiin-box-01 .geiin-box-02 ul{
	background:#ffe9c4;
	padding:15px 0 15px 25px;
}
.geiin-box-01 .geiin-box-01 ul li{
	list-style-image:url(../images/common/20150219-index-1_16.png)!important;
}
.geiin-box-01 .geiin-box-02 ul li{
	list-style-image:url(../images/common/20150219-index-1_15.png)!important;
	    height: 26px;
}
.tokucyou{
	padding:0!important;
}
.cost-box .html-block{
	margin:10px;!important;
}

.cost-box p.img-block{
	margin-bottom:10px;!important;
}
.cost-box .font-color{
	padding: 5px;
    background: #a04600;
    width: 30%;
    text-align: center;
    font-size: 120%;
    font-weight: bold;
    color: #fff;
	margin:0;
}
.cost-box table,{
	margin:0px!important;
}
.cost-box .cost-box-01{
	margin-bottom:10px!important;
}
.cost-box th{
	background: #fff!important;
    text-align: left!important;
    border: none!important;
	font-size:150%!important;
	font-weight: normal!important;
    border-bottom: 1px solid #dbcec6!important;
    color: #525252!important;
}
.cost-box td{
	background: #fff!important;
    text-align: right!important;
    border: none!important;
    border-bottom: 1px solid #dbcec6!important;
	font-weight:bold!important;
	font-size:150%!important;
    color: #be0016!important;
}
@media screen and (max-width: 600px) {
.geiin .img-block{
	margin-bottom:10px!important;
}
.geiin-box-01 .geiin-box-01,
.geiin-box-01 .geiin-box-02{
	width: 100%;
	display:block;
}
.cost-box th,
.cost-box td{
	font-size:100%!important;
}
.cost-box .font-color{
	width:80%;
}

}
.text-block h3,
h3.style-title{
    border-left: 5px solid #ff9a09!important;
    border-bottom: 1px solid #cccccc!important;
    padding: 10px 0 10px 15px!important;
    font-size: 150%!important;
}
h2.txt-c{
	margin-top:10px;
}
.type-page .img-block.txt-c{
	margin-bottom:30px!important;
}
.content-title-p{
	padding-top:0!important;
}
.content-title-p .text-block{
	margin-bottom:0px!important;
}
.content-title-p .text-block p{
	margin-bottom:0px!important;
}
.sp-block,
.sp-block .imgs-block {
	margin-bottom:0px!important;
}
@media screen and (max-width: 600px) {
.sp-block ul.imgs-block li{
	display:block;
	margin-left:0!important;
	margin-right:0!important;
	width: 100%!important;
}
}

#side .bnr-fixed-set.fixed {
	position:fixed;
	top:20px;/*固定させたい位置*/
	width:238px;
}
@media screen and (max-width: 600px) {
#side .bnr-fixed-set {
	position: static;
	width: 100%;
	margin: 0 auto;
}
}
