
/* === style.css === */
/*
Theme Name: atsumeki
Description: atsumeki
Version: 1.2
Author: atsumeki
*/




/* === reset.css === */
@charset "utf-8";

/*
**********************************************************************

* reset.css

*********************************************************************
*/

/* reset
----------------------------------------------------------------------*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border:0;
	outline: 0;
	vertical-align: baseline;
	background:transparent;
}
html {
	height: 100%;
}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
	display:block;
}
body {
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","Meiryo",  Osaka, sans-serif;
	color: #333333;
	font-size: 14px;
    line-height: 1.6;
	letter-spacing:0;
	-webkit-text-size-adjust: 100%;
}
h1, h2, h3, h4, h5, h6, p, td, th, address {
    font-weight: normal;
    font-size:100%;
}
ol,ul {
	list-style: none;
}

fieldset,img {
	border: 0;
}
img {
	vertical-align:top;
}
table {
	width:100%;
	border-collapse: collapse;
	border-spacing: 0;
}
th, td {
	text-align:left;
	vertical-align:top;
}
caption,th {
	text-align: left;
}
address,caption,cite,code,dfn,em,th,var {
	font-style: normal;
	font-weight: normal;
}
sup {
	font-size:62.5%;
	vertical-align: text-top;
}

/* link
----------------------------------------------------------------------*/
a:link {
	color: #333333;
	text-decoration:underline;
}
a:visited {
	color: #333333;
	text-decoration:underline;
}	
a:hover {
	color: #333333;
	text-decoration:none;
}
a:active {
	color: #333333;
	text-decoration:none;
}



/* === layout.css === */
@charset "utf-8";
/*
**********************************************************************

* common.css

*********************************************************************


*/

td:nth-child(1) {
    width: 200px;
}
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 (max-width:600px) {
#site {
  min-width: 0;
}
body .inner {
	padding: 0 3%;
	width: auto;
}
}

/*===================================================================
  global-header
===================================================================*/
#global-header {
	position: relative;
  margin-bottom: 20px;
  line-height: 1.4;
}
#global-header .site-title {
	margin-bottom: 10px;
  padding:5px 0;
  background: #666666;
  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: 45%;
}
#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: 5px;
    margin-top: 20px;
}
#global-header #global-header-main-pc #global-header-main-pc-left .address,
#global-footer #global-footer-main-pc #global-footer-main-pc-left .address {
	word-break: break-all;
}
#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:55%;
	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;
	text-align: center;
	font-size: 42px;
	font-weight: bold;
	line-height: 1.2;
}
#global-header #global-header-main-pc #global-header-main-pc-right .tel .tel-text,
#global-footer #global-footer-main-pc #global-footer-main-pc-right .tel .tel-text,
#main #content-footer .tel .tel-number {
	display: block;
	width: 340px;
	padding-left: 30px;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	word-break: break-all;
}
#global-header #global-header-main-pc #global-header-main-pc-right .tel .tel-number,
#global-footer #global-footer-main-pc #global-footer-main-pc-right .tel .tel-number,
#main #content-footer .tel .tel-number {
	display: inline-block;
	padding-left: 30px;
	background-image: url(../images/common/tel-icon-pc.png);
	background-repeat: no-repeat;
	background-position: left center;
	word-break: break-word;
	color: #36b1b0;
}
#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: 340px;
	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, #f4a100 0%,#f4a100 48%,#f18c00 50%,#f18c00 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;
}
#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;
	word-break: break-word;
}
#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;
	word-break: break-all;
	color: #bb0f0f;
}
#global-header #global-nav-pc {
	margin-top: 10px;

	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:#000;
}
#global-header #global-nav-sp {
	display: none;
}




@media screen and (max-width:600px) {
#global-header .site-title {
	overflow: hidden;
}
#global-header #global-header-main-pc {
	display: none;
}

#global-header #global-header-main-sp {
	display: block;
}
#global-header #global-header-main-sp.fixed {
	position: fixed;
	top: 0;
	left: 0;
	padding: 5px 3%;
	width: 94%;
	border-top: solid 3px #666666;
	background-color: #FFF;
	box-shadow:rgba(0, 0, 0, 0.2) 2px 2px 3px 0px;
	z-index: 100;
}
#global-header #global-header-main-sp #global-header-main-sp-left {
	float: left;
	width: 50%;
}
#global-header #global-header-main-sp #global-header-main-sp-right {
	float: right;
	width: 45%;
}
#global-header #global-header-main-sp #global-header-main-sp-right .tel {
	display: block;
	padding: 5px 2%;
	border-radius: 4px;
	border: solid 1px #f18c00;
	background: #67d125; /* Old browsers */
	background: -moz-linear-gradient(top, #67d125 0%, #0c7f01 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#67d125), color-stop(100%,#0c7f01)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #67d125 0%,#0c7f01 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #67d125 0%,#0c7f01 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #67d125 0%,#0c7f01 100%); /* IE10+ */
	background: linear-gradient(to bottom, #f4a100 0%,#f18c00 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4a100', endColorstr='f18c00',GradientType=0 ); /* IE6-9 */
	text-align: center;
	font-size: 15px;
	font-weight: bold;
	text-decoration: none;
	text-shadow: 1px 1px 1px #6b552a;
	color: #FFF;
	line-height: 2;
}
#global-header #global-header-main-sp #global-header-main-sp-right .tel span {
	padding: 10px 10px 10px 20px;
	background-image: url(../images/common/tel-icon-sp.png);
	background-repeat: no-repeat;
	background-position: left center;
}
#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%;
	background-color: #666;
	z-index: 100
}
#global-header #global-nav-sp ul li {
  float: left;
  width: 20%;
}
#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: 50px 0 5px;
	background-repeat: no-repeat;
	background-position: center 5px;
	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: dotted 1px #FFF;
}
#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 */
}
#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);
}
}
/*===================================================================
  contents
===================================================================*/
#contents {
  width: 960px;
  margin: 0 auto;
}
#contents .main-img {
  margin-bottom: 20px;
}
.main-img-responsive {
	text-align: center;
	margin: 0;
	padding: 0;
}
.main-img-responsive img {
	max-width: 100%;
	height: auto;
	display: block;
	margin: 0 auto;
}
/* 旧クラス互換 */
.main-img-pc {
	text-align: center;
}
.main-img-sp {
	display: none;
	text-align: center;
	margin: 10px 0;
}
.main-img-sp img {
	width: 100%;
}
#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 (max-width:600px) {
#contents {
  width: auto;
  padding: 0;
}
/* pictureタグはブラウザ側でsource切り替えするのでCSS制御不要 */
/* 旧クラス互換 */
.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: 30px;
	padding: 10px 2%;
	border-top: solid 4px #333;
	background: #FFF;
	text-align: center;
}
#main #content-footer .tel-pc {
	width: 100%;
	margin-bottom: 10px;
	text-align: center;
}
#main #content-footer .tel-text {
	display: block;
	font-size: 24px;
	text-align: center;
	font-weight: bold;
	word-break: break-word;
}
#main #content-footer .tel-pc .tel-number {
	display: inline-block;
	width: auto;
	padding-left: 50px;
	text-align: center;
	font-size: 62px;
	line-height: 1.2;
  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;
}
#main #content-footer .address {
	word-break: break-all;
}
@media screen and (max-width: 600px) {
#main #content-footer .tel-text {
	font-size: 18px;
}
#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, #43b8b6 0%,#43b8b6 50%,#2ea6a4 51%,#2ea6a4 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 {
	padding-left: 25px;
	background-image: url(../images/common/tel-icon-sp-02.png);
	background-size: 18px auto;
	background-repeat: no-repeat;
}
#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 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;   
	background: url(../images/common/images_120.png) left top repeat-x;

}
#side .side-nav ul {
	background-color: #FFF;
}
#side .side-nav ul li {
  border-top: #dcdcdc 1px solid;
}
#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 25px 12px 30px;
	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;
}
@media screen and (max-width:600px) {
#side {
  width: auto;
}
#side .ekiten {
	margin-left: auto;
	margin-right: auto;
	width: 90%;
}
}
/*===================================================================
  global-footer
===================================================================*/
#global-footer {
	margin-top: 30px;
  min-width: 960px;
  border-top: #666 5px solid;
  background: #FFF;
}
/*#global-footer.fixed {
	padding-bottom: 135px;
}*/
#global-footer .inner {
  padding: 5px 0 4px;
}
#global-footer #global-footer-nav {
	overflow: hidden;
  width: 100%;
	    padding-top: 20px;
    padding-bottom: 20px;
}
#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: 37%;
}
#global-footer #global-footer-main-pc #global-footer-main-pc-left .logo {
	display: table;
	width: 80%;
	margin: 0;
}
#global-footer #global-footer-main-pc #global-footer-main-pc-left .logo a {
	display: table-cell;
	height: 55px;
	vertical-align: middle;
}
#global-footer #global-footer-main-pc #global-footer-main-pc-left .logo img {
	max-height: 55px;
}
#global-footer #global-footer-main-pc #global-footer-main-pc-right {
	width: 61%;
}
#global-footer #global-footer-main-pc #global-footer-main-pc-right .tel {
	display: inline-block;
	vertical-align: middle;
	font-size: 32px;
	min-height: 50px;
}
#global-footer #global-footer-main-pc #global-footer-main-pc-right .tel .tel-text {
	width: 260px;
	font-size: 13px;
}
#global-footer #global-footer-main-pc #global-footer-main-pc-right .tel .tel-number {
	font-size: 30px;
}
#global-footer #global-footer-main-pc #global-footer-main-pc-right .tel .tel-number:first-child {
	margin-top: 8px;
}
#global-footer #global-footer-main-pc #global-footer-main-pc-right .mail {
	display: inline-block;
	margin-left: 5px;
	margin-bottom: 0;
	padding: 8px 3%;
	min-width: inherit;
	vertical-align: middle;
	font-size: 16px;
}
#global-footer #global-footer-main-pc #global-footer-main-pc-left .address,
#global-footer #global-footer-main-pc #global-footer-main-pc-right .info {
	font-size: 12px;
}
#global-footer.fixed #global-footer-main-pc #global-footer-main-pc-left .address,
#global-footer.fixed #global-footer-main-pc #global-footer-main-pc-right .info {
	display: none;
}

@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;
}
}


/*===================================================================
  page-top
===================================================================*/
#page-top {
	display: none;
  position: fixed;
  bottom: 10px;
  right: 10px;
  font-size: 10px;
  z-index: 120;
}
#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;
}
@media screen and (max-width:600px) {
#page-top {
  bottom: 86px;
  right: 8px;
}
}
/*===================================================================
  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 {
}
}




/* === module.css === */
/*
Theme Name: CT
*/


/* ///////////////////////////////////////////////////////////////////

h1-h6,p

/////////////////////////////////////////////////////////////////// */
/* h1-h6

====================== */
.entry-header h1 {
  font-size: 160%;
  margin-bottom:20px;
  padding: 20px 10px;

  border-width: 5px 0 1px;
  line-height: 1.2;
}
.entry-header-min h1 {
  font-size: 100%;
  margin-bottom:10px;
  padding: 6px 10px;
	background: #FFFDF5;
  border-width: 1px 0 1px;
  line-height: 1;
}
.entry-content h2.style-title,
.entry-content .editor h2,
.type-single .entry-content h2 {
  border-left: #333 5px solid;
  border-bottom: #ccc 1px solid;
	background-color: #FFF;
  padding: 10px 0 10px 15px;
}
.entry-content h3.style-title,
.entry-content .editor h3,
.type-single .entry-content h3 {
  border-left: #999 5px solid;
  padding: 0 0 0 15px;
}
.entry-content h4.style-title,
.entry-content .editor h4,
.type-single .entry-content h4 {
	position:relative;
	padding-left: 15px;
}
/*.entry-content h4.style-title:after,
.entry-content .editor h4:after,
.type-single .entry-content h4:after {
	content: "";
	position: absolute;
	top: 8px;
	left: 0;
	width: 10px;
	height: 10px;
	background-color: #999;
}*/
.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
  margin:30px 0 15px;
}
.entry-content p {
  margin:0 0 10px;
}
.entry-content h2 {
  font-size: 140%;
}
.entry-content h3 {
  font-size: 120%;
}
.entry-content h4 {
  font-size: 110%;
}

/* table
====================== */
.entry-content table {
  border-bottom: 1px solid #ededed;
  margin: 0 0 15px;
}
.entry-content table caption {
  margin: 10px 0;
}
.entry-content table tr th,
.entry-content table tr td {
  padding: 8px 10px;
  border: 1px solid #CCC;
  vertical-align: middle;
}
.entry-content table th {
  font-weight: bold;
  text-align: center;
  background: #eeeeee;
}
.entry-content table td {
  background: #fff;
}
@media screen and (max-width: 600px) {
.entry-content table tr th,
 .entry-content table tr td {
  font-size: 80%;
  padding: 5px;
}
}

/* list
====================== */
.entry-content ol,
.entry-content ul {
  margin: 0 0 20px;
}
.entry-content ul ul,
.entry-content ol ol,
.entry-content ul ol,
.entry-content ol ul {
  margin-bottom: 0;
}
.entry-content ul,
.mu_register ul {
  list-style: disc outside;
}
.entry-content ol {
  list-style: decimal outside;
}
.entry-content li {
  margin: 0 0 0 20px;
}

/* form
====================== */
.entry-content .wpcf7 {
	margin-top: 50px; 
}

/* ///////////////////////////////////////////////////////////////////

float

/////////////////////////////////////////////////////////////////// */
.float-2-8 .left {
  float: left;
  width: 18%;
	margin-right: 2%;
}
.float-2-8 .right {
  float: right;
  width: 78%;
	margin-left: 2%;
}
.float-3-7 .left {
  float: left;
  width: 28%;
	margin-right: 2%;
}
.float-3-7 .right {
  float: right;
  width: 68%;
	margin-left: 2%;
}
.float-4-6 .left {
  float: left;
  width: 38%;
	margin-right: 2%;
}
.float-4-6 .right {
  float: right;
  width: 58%;
	margin-left: 2%;
}
.float-5-5 .left {
  float: left;
  width: 48%;
	margin-right: 2%;
}
.float-5-5 .right {
  float: right;
  width: 48%;
	margin-left: 2%;
}
.float-6-4 .left {
  float: left;
  width: 58%;
	margin-right: 2%;
}
.float-6-4 .right {
  float: right;
  width: 38%;
	margin-left: 2%;
}
.float-7-3 .left {
  float: left;
  width: 68%;
	margin-right: 2%;
}
.float-7-3 .right {
  float: right;
  width: 28%;
	margin-left: 2%;
}
.float-8-2 .left {
  float: left;
  width: 78%;
	margin-right: 2%;
}
.float-8-2 .right {
  float: right;
  width: 18%;
	margin-left: 2%;
}
.float-2-8:after,
.float-3-7:after,
.float-4-6:after,
.float-5-5:after,
.float-6-4:after,
.float-7-3:after,
.float-8-2:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
* html .float-2-8,
* html .float-3-7,
* html .float-4-6,
* html .float-5-5,
* html .float-6-4,
* html .float-7-3,
* html .float-8-2,
*:first-child+html .float-2-8,
*:first-child+html .float-3-7,
*:first-child+html .float-4-6,
*:first-child+html .float-5-5,
*:first-child+html .float-6-4,
*:first-child+html .float-7-3,
*:first-child+html .float-8-2 {
  zoom: 1;
}
 @media screen and (max-width: 600px) {
.float-2-8 .left,
 .float-2-8 .right,
 .float-3-7 .left,
 .float-3-7 .right,
 .float-4-6 .left,
 .float-4-6 .right,
 .float-5-5 .left,
 .float-5-5 .right,
 .float-6-4 .left,
 .float-6-4 .right,
 .float-7-3 .left,
 .float-7-3 .right,
 .float-8-2 .left,
 .float-8-2 .right {
  float: none;
	margin: 0 auto 10px;
  width: 100%;
}
}
/* ///////////////////////////////////////////////////////////////////

css-arrow

/////////////////////////////////////////////////////////////////// */
.css-arrow {
  width: 0;
  height: 0;
  border-top: 30px solid #f00;
  border-right: 80px solid transparent;
  border-bottom: 30px solid transparent;
  border-left: 80px solid transparent;
  margin: 10px auto;
}

.relateButton {
  margin-top:15px;
  text-align:center;
}
#main .relateButton a {
  display: block;
  color: #ffffff;
  padding: 10px 20px;
  text-decoration: none;
  font-weight: bold;
  background: #387ACC;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  border: 1px solid #834491;
  -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);
}




/* === page.css === */
/*
Theme Name: CT
*/
/* ///////////////////////////////////////////////////////////////////

top

/////////////////////////////////////////////////////////////////// */
.page-top .entry-content > h2:first-child,
.page-top .entry-content > h3:first-child,
.page-top .entry-content > h4:first-child {
	margin-top: 0;
}

/* ///////////////////////////////////////////////////////////////////

staff

/////////////////////////////////////////////////////////////////// */
#page-staff {
}
#page-staff .staffSect {
}
#page-staff .staffSect .staffBlock .left{
  text-align: center;
}
#page-staff .iview_photo {
  margin:0 10px 10px 10px;
  float:right;
}
#page-staff .iview_photo.left {
  float: left;
}
#page-staff .iview_photo img {
  width: 200px;
}
#page-staff .right dt {
  background: #dddddd;
  padding: 0 5px;
}
#page-staff .right dd {
  margin-bottom:5px;
}
@media screen and (max-width:600px) {
 #page-staff .iview_photo,
 #page-staff .iview_photo.left {
  float:none;
  text-align: center;
  margin-left: 0px;
}
#page-staff .iview_photo img {
  width: auto;
}
}

/* ///////////////////////////////////////////////////////////////////

faq

/////////////////////////////////////////////////////////////////// */
#page-faq {
}
#page-faq .more_photo {
  margin:0 0 10px 10px;
  float:right;
}

/* ///////////////////////////////////////////////////////////////////

voice

/////////////////////////////////////////////////////////////////// */
#page-voice {
}
#page-voice .other-voice,
#page-voice .other-voice th,
#page-voice .other-voice td {
  margin:0; 
  background: none transparent;
  border:0;
  border-bottom: 1px solid #cccccc;
  vertical-align: middle;
  padding: 15px 10px;
}
#page-voice .other-voice th {
  text-align: left;
}
#page-voice .other-voice td {
  width: 80px;
}

/* ///////////////////////////////////////////////////////////////////

time

/////////////////////////////////////////////////////////////////// */

#page-time {
}
#page-time p.announcement {
	margin-bottom: 30px;
	padding: 5px 3%;
	border: solid 1px #af779c;
	background-color: #fbe9f9;
	font-weight: bold;
	color: #bb0f0f;
}


/* ///////////////////////////////////////////////////////////////////

contact

/////////////////////////////////////////////////////////////////// */

#page-contact {
}
#page-contact input,
#page-contact textarea {
  padding: 8px 2%;
  display:block;
  width:95%;
  margin:0 auto;
	font-size: 18px;
}
#page-contact input[type="submit"]{
  padding:15px 0;
  font-size:16px;
  width:30%;
}


/* === block.css === */
/*
Theme Name: CT
*/

/* ///////////////////////////////////////////////////////////////////

.spBtnBlock(mobile-btn)

/////////////////////////////////////////////////////////////////// */
.spBtnBlock {
  display: none;
  text-align: center;
  margin: 0 10px 10px 10px;
}
@media screen and (max-width: 600px) {
.pcBtnBlock {
  display: none;
}
.spBtnBlock {
  display: block;
}
.callBtn {
}
.btnBox {
}
.callBtn a,
.btnBox a {
  display: block;
  padding: 15px 0px;
  background: #2acc0d;
  border: 1px solid #2acc0d;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -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);
  text-decoration: none;
  font-weight: bold;
  color: #ffffff;
  text-align: center;
}
.btnBox .mapBtn {
  float: left;
  width: 49%;
  margin-top: 5px;
}
.btnBox .mapBtn a {
  background: #1065E7;
  border: 1px solid #1065E7;
}
.btnBox .formBtn {
  float: right;
  width: 49%;
  margin-top: 5px;
}
.btnBox .formBtn a {
  background: #B60606;
  border: 1px solid #B60606;
}
}

/* ///////////////////////////////////////////////////////////////////

voice-block

/////////////////////////////////////////////////////////////////// */

.voice-block {
	background: #FFF;
	
  margin: 0 0 25px;
  padding:14px;
}
.voice-block h2 {
	position: relative;
	margin: 0 0 20px;
  padding: 2% 3%;
	border-radius: 4px;
	background: #666;
	font-size: 28px;
	color: #FFF;
}
.voice-block h2:after {
	content: "";
	position: absolute;
	left: 14%;
  bottom: -24px;
	border: 12px solid transparent;
	border-top: 12px solid #666;
}
#main .voice-block h2 a {
	color: #FFF;
}
.voice-block .catch-copy {
  margin: 0 0 10px 0;
  font-size: 150%;
  line-height: 1.5;
}
.voice-block .profile {
  margin-bottom: 15px;
}
.voice-block .photo {
  float: left;
  margin:0 20px 15px 0;
  width:200px;
}
.voice-block .photo div {
	margin-bottom: 10px;
}
.voice-block .photo div:last-child {
	margin: 0;
}
.voice-block .photo img {
  width: 100%;
}
.voice-block .staff-box {
  background: #FFF;
  margin: 0 0 25px;
  padding:15px;
	border: solid 1px #E6E6E6;
}
.voice-block .staff-box .staff-photo {
  margin:0 0 10px 10px;
  float:right;
}
.voice-block .youtube{
  text-align:center;
}
.voice-block .youtube iframe{
  width:100%;
	height: 410px;
}
.voice-block .addition {
	font-size: 12px;
}

@media screen and (max-width: 600px) {
.voice-block h2 {
	padding: 15px 3%;
	font-size: 24px;
	line-height: 1.2;
}
.voice-block .photo,
.voice-block .ansimg {
  margin-left: auto;
  margin-right: auto;
	width: auto;
  max-width: 260px;
  float: none;
  text-align:center;
}
.voice-block .youtube iframe {
	height: 200px;
}
}

/* ///////////////////////////////////////////////////////////////////

beforeafter-block

/////////////////////////////////////////////////////////////////// */

.beforeafter-block {
  background: #FFFFF3;
  border: #D4C09D 1px dotted;
  margin: 0 0 25px;
  padding:14px;
}
.beforeafter-block h2 {
	position: relative;
	margin: 0 0 20px;
  padding: 2% 3%;
	border-radius: 4px;
	background: #666;
	font-size: 28px;
	color: #FFF;
}
#main .beforeafter-block h2 a {
	color: #FFF;
}
.beforeafter-block .clearfix {
	background-image: url("../images/common/arrow-icon-01.png");
	background-repeat: no-repeat;
	background-position: center 40%;
}
.beforeafter-block .before {
	float: left;
	width: 45%;
	text-align: center;
}
.beforeafter-block .after {
	float: right;
	width: 45%;
	text-align: center;
}
.beforeafter-block .addition {
	font-size: 12px;
}


/* ///////////////////////////////////////////////////////////////////

comment-block-01

/////////////////////////////////////////////////////////////////// */
.comment-block-01 {
  background: #EEE;
  border: #CCC 1px solid;
  border-radius: 7px;
  margin: 0 0 24px;
  margin: 0 0 1.714285714rem;
  padding: 15px 20px;
}
.comment-block-01:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
* html .comment-block-01 {
  zoom: 1;
}
*:first-child+html .comment-block-01 {
  zoom: 1;
}
.comment-block-01 img {
  float: left;
  width: 24%;
}
.comment-block-01 div {
  float: right;
  width: 73%;
}
.comment-block-01 p {
}
.comment-block-01 p:last-of-type {
  margin-bottom: 0;
}
/* ///////////////////////////////////////////////////////////////////

comment-block-02

/////////////////////////////////////////////////////////////////// */

.comment-block-02 {
  background: #EEE;
  border: #CCC 1px solid;
  border-radius: 7px;
  margin: 0 0 24px;
  margin: 0 0 1.714285714rem;
  padding: 15px 20px;
}
.comment-block-02:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
* html .comment-block-02 {
  zoom: 1;
}
*:first-child+html .comment-block-02 {
  zoom: 1;
}
.comment-block-02 img {
  float: right;
  width: 24%;
}
.comment-block-02 div {
  float: left;
  width: 73%;
}
.comment-block-02 p {
}
.comment-block-02 p:last-of-type {
  margin-bottom: 0;
}
@media screen and (max-width: 600px) {
.comment-block-02 div {
  font-size: 80%;
}
}
/* ///////////////////////////////////////////////////////////////////

float-pic-block-01

/////////////////////////////////////////////////////////////////// */

.float-pic-block-01 {
}
.float-pic-block-01:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
* html .float-pic-block-01 {
  zoom: 1;
}
*:first-child+html .float-pic-block-01 {
  zoom: 1;
}
.float-pic-block-01 .pic {
  float: left;
  width:320px;
  margin-right: 17px;
  text-align:center;
}
.float-pic-block-01 .txt {
}
@media screen and (max-width: 600px) {
.float-pic-block-01 .pic {
  float: none;
  width:auto;
  margin-right: 0;
}
}
/* ///////////////////////////////////////////////////////////////////

float-pic-block-02

/////////////////////////////////////////////////////////////////// */

.float-pic-block-02 {
}
.float-pic-block-02:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
* html .float-pic-block-02 {
  zoom: 1;
}
*:first-child+html .float-pic-block-02 {
  zoom: 1;
}
.float-pic-block-02 .pic {
  float: right;
  margin-left: 17px;
}
.float-pic-block-02 .txt {
}
@media screen and (max-width: 600px) {
.float-pic-block-02 .pic {
  float: none;
  margin-left: 0;
}
}
/* ///////////////////////////////////////////////////////////////////

list-block

/////////////////////////////////////////////////////////////////// */
.list-block {
}
.list-block h2,
.list-block h3,
.list-block h4 {
  margin-bottom: 0;
}
.entry-content .list-block ul {
  background: #fff;
  border: #808080 1px solid;
  padding: 25px;
}
.entry-content .list-block ol,
.entry-content .editor ol {
  background: #fff;
  border: #808080 1px solid;
  padding: 25px;
}
.entry-content .list-block ul.check,
.entry-content .editor ul  {
  list-style: none;
  background: #fff;
  border: #808080 1px solid;
  padding: 25px;
}
.list-block ul.check li,
.entry-content .editor ul li {
  background: url(../images/common/list-icon-01.png) no-repeat left 4px;
  margin: 0 0 6px;
  padding: 0 0 0 30px;
}

/* ///////////////////////////////////////////////////////////////////

user-list-block

/////////////////////////////////////////////////////////////////// */
.entry-content .text-block ul,
.entry-content .text-img-block ul {
	overflow: hidden;
  padding: 25px;
  background: #fff;
  border: #808080 1px solid;
  list-style: none;
}
.entry-content .text-block ul li,
.entry-content .text-img-block ul li {
  background: url(../images/common/list-icon-01.png) no-repeat left 4px;
  margin: 0 0 6px;
  padding: 0 0 0 30px;
}
.entry-content .text-block ol,
.entry-content .text-img-block ol {
	overflow: hidden;
  background: #fff;
  border: #808080 1px solid;
  padding: 25px;
}

/* ///////////////////////////////////////////////////////////////////

threepoint

/////////////////////////////////////////////////////////////////// */

.entry-content .threepoint li {
  width: 30%;
  float: left;
  text-align: center;
  list-style: none;
  padding: 10px;
  margin: 0;
}
.entry-content .threepoint:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;

  height: 0;
}
* html .entry-content .threepoint {
  zoom: 1;
}
*:first-child+html .entry-content .threepoint {
  zoom: 1;
}
@media screen and (max-width: 600px) {
.entry-content .threepoint li {
  width: 100%;
  float: none;
  padding: 0;
}
}
/* ///////////////////////////////////////////////////////////////////

dl-style-01

/////////////////////////////////////////////////////////////////// */

.entry-content .dl-style-01 dl dt {
  position: relative;
  top: 1em;
  display: inline-block;
  left: 1em;
  background: #FFF;
  padding: 0 1em;
  font-weight: bold;
}
.entry-content .dl-style-01 dl dd {
  border: 1px solid #808080;
  padding: 1.5em 1em 1em 1em;
  margin-bottom: 2em;
}
/* ///////////////////////////////////////////////////////////////////

video-block

/////////////////////////////////////////////////////////////////// */
.video-block {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.video-block iframe,
.video-block object,
.video-block embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}


/* ///////////////////////////////////////////////////////////////////

pagenav-block

/////////////////////////////////////////////////////////////////// */
.pagenav-block {
  text-align:right;

}
.pagenav-block .pagenav {
  list-style:none;
}
.pagenav-block .pagenav li {
  width:40px;
  display:inline-block;
  margin:0 0 5px 5px ;
  border:1px solid #CCC;
  line-height:1;
  text-align:center;
}
.pagenav-block .pagenav li.current {
  font-weight:bold;
  background:#cccccc;
  color:#ffffff;
}
.pagenav-block .pagenav li a ,
.pagenav-block .pagenav li span {
  padding:8px 0;
  display:block;
}
@media screen and (max-width: 600px) {
.pagenav-block .pagenav li a ,
.pagenav-block .pagenav li span {
  padding:16px 0;
}
}



/* ///////////////////////////////////////////////////////////////////

MorePost

/////////////////////////////////////////////////////////////////// */

#MorePost {
  padding-top: 10px;
}
#MorePost h2 {
  font-weight: bold;
}
#MorePost ul {
  overflow-y: auto;
  max-height:200px;
}

/* ///////////////////////////////////////////////////////////////////

youtube 

/////////////////////////////////////////////////////////////////// */
@media screen and (max-width: 600px) {
.youtube iframe{
  width: auto;
  height: auto;;
  max-width: 100%;
}
}

/* ///////////////////////////////////////////////////////////////////

iframe-block

/////////////////////////////////////////////////////////////////// */

.iframe-block iframe {
  max-width:100%;
}



/* ///////////////////////////////////////////////////////////////////

text-block

/////////////////////////////////////////////////////////////////// */
.text-block {
	margin-bottom: 30px;
}

/* ///////////////////////////////////////////////////////////////////

img-block

/////////////////////////////////////////////////////////////////// */
.img-block {
	margin-bottom: 30px !important;
}

/* ///////////////////////////////////////////////////////////////////

imgs-block

/////////////////////////////////////////////////////////////////// */
.imgs-block {
	margin-bottom: 30px !important;
	text-align: center;
}
.imgs-block li {
	display: inline-block;
	margin: 3%;
	width: 40%;
	list-style: none;
}
.imgs-block.set-3 li {
	margin: 2%;
	width: 26%;
}



/* ///////////////////////////////////////////////////////////////////

text-img-block


/////////////////////////////////////////////////////////////////// */
.text-img-block {
	margin-bottom: 30px !important;
}
@media screen and (max-width: 600px) {
.text-img-block .img {
	text-align: center;
}
}



/* ///////////////////////////////////////////////////////////////////

html-block

/////////////////////////////////////////////////////////////////// */
.html-block {
	margin-bottom: 30px;
}
.html-block iframe {
	width: 100%;
}

@media screen and (max-width: 600px) {
.html-block iframe {
	width: 100%;
  height: 200px;
}
}

/* ///////////////////////////////////////////////////////////////////

google-map

/////////////////////////////////////////////////////////////////// */

.google-map-block {
	margin-bottom: 30px;
}
.google-map-block .acf-map {
	width: 100%;
	height: 350px;
	border: #ccc solid 1px;
}
@media screen and (max-width: 600px) {
.google-map-block .acf-map {
  height: 200px;
}
}

/* ///////////////////////////////////////////////////////////////////

html-block

/////////////////////////////////////////////////////////////////// */
.html-block {
	margin-bottom: 30px;
}



/* ///////////////////////////////////////////////////////////////////

surround-block

/////////////////////////////////////////////////////////////////// */

.surround-block {
	margin-bottom: 30px;
	padding: 20px 3%
}
.surround-block.surround-color-red {
	border: solid 1px #E84F4F;
	background-color: #FFF5F5;
}
.surround-block.surround-color-yellow {
	border: solid 1px #D6D003;
	background-color: #FFFEE6;
}
.surround-block.surround-color-orange {
	border: solid 1px #FF9900;
	background-color: #FFF8EE;
}
.surround-block.surround-color-green {
	border: solid 1px #6CA265;
	background-color: #F7FFF1;
}
.surround-block.surround-color-blue {
	border: solid 1px #2082BB;
	background-color: #EDF9FF;
}
.surround-block.surround-border-color-red {
	border-color: #E84F4F !important;
}
.surround-block.surround-border-color-yellow {
	border-color: #D6D003 !important;
}
.surround-block.surround-border-color-orange {
	border-color: #FF9900 !important;
}
.surround-block.surround-border-color-green {
	border-color: #6CA265 !important;
}
.surround-block.surround-border-color-blue {
	border-color: #2082BB !important;
}
.surround-block.surround-border-color-black {
	border-color: #000000 !important;
}
.surround-block.surround-background-color-red {
	background-color: #FFF5F5;
}
.surround-block.surround-background-color-yellow {
	background-color: #FFFEE6;
}
.surround-block.surround-background-color-orange {
	background-color: #FFF8EE;
}
.surround-block.surround-background-color-green {
	background-color: #F7FFF1;
}
.surround-block.surround-background-color-blue {
	background-color: #EDF9FF;
}
.surround-block.surround-background-color-white  {
	background-color: #FFFFFF;
}

/* === important.css === */
@charset "utf-8";

/*
**********************************************************************

* .css

*********************************************************************
*/

/* ///////////////////////////////////////////////////////////////////

width

/////////////////////////////////////////////////////////////////// */

.whalf{
	width: 50%;
}

/* ///////////////////////////////////////////////////////////////////

a:ov img

/////////////////////////////////////////////////////////////////// */

a.ov:hover img {
	opacity: 0.8;
	filter:alpha(opacity=80);  /* IE7 */
	-ms-filter: "alpha(opacity=80)"; /* IE8 */
}


/* ///////////////////////////////////////////////////////////////////

Text

/////////////////////////////////////////////////////////////////// */

.size01 {
	font-size: 80%;
}
.size02 {
	font-size: 141%;
	line-height: 1.7;
}
.size03 {
	font-size: 180%;
	line-height: 1.5;
}
.size04 {
	font-size: 210%;
	line-height: 1.5;
}
.color01 {
	color: #CC0000;
	font-weight: bold;
}
.color02 {
	color: #2182ad;
	font-weight: bold;
}
.color03 {
	color: #ff8c00;
	font-weight: bold;
}
.color04 {
	color: #8757AB;
	font-weight: bold;
}
.color05 {
	color: #009700;
	font-weight: bold;
}
.color06 {
	color: #E5D627;
	font-weight: bold;
}
.color07 {
	color: #2CB7B3;
	font-weight: bold;
}
.color08 {
	color: #FF8705;
	font-weight: bold;
}
.color09 {
	color: #FB50A1;
	font-weight: bold;
}
.marker01 {
	font-weight: bold;
	background: #FF6;
	padding: 0 3px;
}
.marker02 {
	font-weight: bold;
	background: #DAE49F;
	padding: 0 3px;
}
.marker03 {
	font-weight: bold;
	background: #A6D4E3;
	padding: 0 3px;
}
.marker04 {
	font-weight: bold;
	background: #F5CAD1;
	padding: 0 3px;
}


/* ///////////////////////////////////////////////////////////////////

text-align

/////////////////////////////////////////////////////////////////// */

.txt-c {text-align: center !important;}
.txt-l {text-align: left !important;}
.txt-r {text-align: right !important;}


/* ///////////////////////////////////////////////////////////////////

float

/////////////////////////////////////////////////////////////////// */
.fl {
	float:left !important;
	display:inline !important;
}
.fr {
	float:right !important;
	display:inline !important;
}
.clear {
  clear:both;
}
/* ///////////////////////////////////////////////////////////////////

clearfix

/////////////////////////////////////////////////////////////////// */
.clearfix:after {
	content: ".";
	display: block;
	visibility: hidden;
	height: 0;
	clear: both;
}
/* WinIE7 only */
*:first-child+html .clearfix {
	height: 1%;
}
/* WinIE6 and below */
/* hide \*/
* html .clearfix {
	height: 1%;
}


/* ///////////////////////////////////////////////////////////////////

circle

/////////////////////////////////////////////////////////////////// */
.circle img {
	border-radius: 1000px;
}

/* ///////////////////////////////////////////////////////////////////

margin

/////////////////////////////////////////////////////////////////// */

.mt-0 {margin-top: 0 !important;}
.mt-5 {margin-top: 5px !important;}
.mt-10 {margin-top: 10px !important;}
.mt-15 {margin-top: 15px !important;}
.mt-20 {margin-top: 20px !important;}
.mt-30 {margin-top: 30px !important;}
.mt-40 {margin-top: 40px !important;}
.mt-50 {margin-top: 50px !important;}
.mt-60 {margin-top: 60px !important;}
.mt-70 {margin-top: 70px !important;}
.mt-80 {margin-top: 80px !important;}
.mt-90 {margin-top: 90px !important;}
.mt-100 {margin-top: 100px !important;}

.mr-0 {margin-right: 0 !important;}
.mr-5 {margin-right: 5px !important;}
.mr-10 {margin-right: 10px !important;}
.mr-15 {margin-right: 15px !important;}
.mr-20 {margin-right: 20px !important;}
.mr-30 {margin-right: 30px !important;}
.mr-40 {margin-right: 40px !important;}
.mr-50 {margin-right: 50px !important;}
.mr-60 {margin-right: 60px !important;}
.mr-70 {margin-right: 70px !important;}
.mr-80 {margin-right: 80px !important;}
.mr-90 {margin-right: 90px !important;}
.mr-100 {margin-right: 100px !important;}

.mb-0 {margin-bottom: 0 !important;}
.mb-5 {margin-bottom: 5px !important;}
.mb-10 {margin-bottom: 10px !important;}
.mb-15 {margin-bottom: 15px !important;}
.mb-20 {margin-bottom: 20px !important;}
.mb-30 {margin-bottom: 30px !important;}
.mb-40 {margin-bottom: 40px !important;}
.mb-50 {margin-bottom: 50px !important;}
.mb-60 {margin-bottom: 60px !important;}
.mb-70 {margin-bottom: 70px !important;}
.mb-80 {margin-bottom: 80px !important;}
.mb-90 {margin-bottom: 90px !important;}
.mb-100 {margin-bottom: 100px !important;}

.ml-0 {margin-left: 0 !important;}
.ml-5 {margin-left: 5px !important;}
.ml-10 {margin-left: 10px !important;}
.ml-15 {margin-left: 15px !important;}
.ml-20 {margin-left: 20px !important;}
.ml-30 {margin-left: 30px !important;}
.ml-40 {margin-left: 40px !important;}
.ml-50 {margin-left: 50px !important;}
.ml-60 {margin-left: 60px !important;}
.ml-70 {margin-left: 70px !important;}
.ml-80 {margin-left: 80px !important;}
.ml-90 {margin-left: 90px !important;}
.ml-100 {margin-left: 100px !important;}

.m-0 {margin: 0 !important;}





/* ///////////////////////////////////////////////////////////////////

padding

/////////////////////////////////////////////////////////////////// */

.pt-0 {padding-top: 0 !important;}
.pt-5 {padding-top: 5px !important;}
.pt-10 {padding-top: 10px !important;}
.pt-15 {padding-top: 15px !important;}
.pt-20 {padding-top: 20px !important;}
.pt-30 {padding-top: 30px !important;}
.pt-40 {padding-top: 40px !important;}
.pt-50 {padding-top: 50px !important;}
.pt-60 {padding-top: 60px !important;}
.pt-70 {padding-top: 70px !important;}
.pt-80 {padding-top: 80px !important;}
.pt-90 {padding-top: 90px !important;}
.pt-100 {padding-top: 100px !important;}

.pr-0 {padding-right: 0 !important;}
.pr-5 {padding-right: 5px !important;}
.pr-10 {padding-right: 10px !important;}
.pr-15 {padding-right: 15px !important;}
.pr-20 {padding-right: 20px !important;}
.pr-30 {padding-right: 30px !important;}
.pr-40 {padding-right: 40px !important;}
.pr-50 {padding-right: 50px !important;}
.pr-60 {padding-right: 60px !important;}
.pr-70 {padding-right: 70px !important;}
.pr-80 {padding-right: 80px !important;}
.pr-90 {padding-right: 90px !important;}
.pr-100 {padding-right: 100px !important;}

.pb-0 {padding-bottom: 0 !important;}
.pb-5 {padding-bottom: 5px !important;}
.pb-10 {padding-bottom: 10px !important;}
.pb-15 {padding-bottom: 15px !important;}
.pb-20 {padding-bottom: 20px !important;}
.pb-30 {padding-bottom: 30px !important;}
.pb-40 {padding-bottom: 40px !important;}
.pb-50 {padding-bottom: 50px !important;}
.pb-60 {padding-bottom: 60px !important;}
.pb-70 {padding-bottom: 70px !important;}
.pb-80 {padding-bottom: 80px !important;}
.pb-90 {padding-bottom: 90px !important;}
.pb-100 {padding-bottom: 100px !important;}

.pl-0 {padding-left: 0 !important;}
.pl-5 {padding-left: 5px !important;}
.pl-10 {padding-left: 10px !important;}
.pl-15 {padding-left: 15px !important;}
.pl-20 {padding-left: 20px !important;}
.pl-30 {padding-left: 30px !important;}
.pl-40 {padding-left: 40px !important;}
.pl-50 {padding-left: 50px !important;}
.pl-60 {padding-left: 60px !important;}
.pl-70 {padding-left: 70px !important;}
.pl-80 {padding-left: 80px !important;}
.pl-90 {padding-left: 90px !important;}
.pl-100 {padding-left: 100px !important;}

.p-0 {padding: 0 !important;}


/* ///////////////////////////////////////////////////////////////////

display

/////////////////////////////////////////////////////////////////// */

.disp-none{
  display:none;
}
.disp-inline{
  display:inline;
}

/* ///////////////////////////////////////////////////////////////////

box

/////////////////////////////////////////////////////////////////// */

.box-01 {
	background: #EEE;
	border: #CCC 1px solid;
	padding: 15px 20px;
	margin: 0 0 24px;
	margin: 0 0 1.714285714rem;
}
.box-02 {
	background: #EEE;
	padding: 15px 20px;
	margin: 0 0 24px;
	margin: 0 0 1.714285714rem;
}
.box-03 {
	background: #EEE;
	padding: 15px 20px;
	margin: 0 0 24px;
	margin: 0 0 1.714285714rem;
}





/* === site-color.css === */
/* ///////////////////////////////////////////////////////////////////

blue

/////////////////////////////////////////////////////////////////// */
#site-color-blue {
	background: #edf6f9;
}
#site-color-blue #global-header .site-title {
	background: #0098dd;
}
#site-color-blue #global-header #global-nav-pc,
#site-color-blue #global-header #global-nav-sp {
	border-bottom-color: #006e9d;
	background: #00afff; /* Old browsers */
	background: -moz-linear-gradient(top, #00afff 0%, #0081bc 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#00afff), color-stop(100%,#0081bc)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #00afff 0%,#0081bc 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #00afff 0%,#0081bc 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #00afff 0%,#0081bc 100%); /* IE10+ */
	background: linear-gradient(to bottom, #00afff 0%,#0081bc 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00afff', endColorstr='#0081bc',GradientType=0 ); /* IE6-9 */
}
#site-color-blue #global-header #global-header-main-sp.fixed {
	border-top-color: #0098dd;
	background-color: #edf6f9;
}
#site-color-blue #global-header #global-nav-pc ul li a:after  {
	border-right-color: #0073a5;
}
#site-color-blue #global-header #global-header-main-pc #global-header-main-pc-right .info dl dt, 
#site-color-blue #global-footer #global-footer-main-pc #global-footer-main-pc-right .info dl dt,
#site-color-blue #main #content-footer .info dl dt {
	color: #0098dd;
}
#site-color-blue #main #content-footer {
	background: #cee1f3;
}
#site-color-blue #main #content-footer h2 {
	border-color: #0098dd;
}
#site-color-blue #main #content-footer .contact {
	border-color: #0098dd;
}
#site-color-blue #side .side-nav .side-nav-title {
	background: #0098dd;
}
#site-color-blue #side .side-nav ul li a {
	background-image: url(../images/blue/side-icon-arrow.png);
}
#site-color-blue #global-footer {
	border-top-color: #0098dd;
}
#site-color-blue #global-footer #global-footer-nav li {
	color: #0098dd;
}
#site-color-blue #global-footer #global-footer-main-pc {
	background: #cee1f3;
}
#site-color-blue .entry-header h1 {
	border-color: #0098dd;
	background: #EDF9FF;
}
#site-color-blue .entry-content h2.style-title,
#site-color-blue .entry-content .editor h2,
#site-color-blue .type-single .entry-content h2 {
  border-left-color: #0098dd;
}
#site-color-blue .entry-content h3.style-title,
#site-color-blue .entry-content .editor h3,
#site-color-blue .type-single .entry-content h3 {
  border-left-color: #86C8E6;
}
#site-color-blue .entry-content h4.style-title:after,
#site-color-blue .entry-content .editor h4:after,
#site-color-blue .type-single .entry-content h4:after {
	background-color: #0098dd;
}
#site-color-blue #page-staff .right dt {
    background: #EDF9FF;
}
#site-color-blue .voice-block h2,
#site-color-blue .beforeafter-block h2 {
	background: #0098dd;
}
#site-color-blue .voice-block h2:after {
	border-top-color: #0098dd;
}


/* ///////////////////////////////////////////////////////////////////

red

/////////////////////////////////////////////////////////////////// */
#site-color-red {
	background: #fbf8f0;
}
#site-color-red #global-header .site-title {
	background: #e50011;
}
#site-color-red #global-header #global-nav-pc,
#site-color-red #global-header #global-nav-sp {
	border-bottom-color: #a6000c;
	background: #f60013; /* Old browsers */
	background: -moz-linear-gradient(top, #f60013 0%, #c3000f 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f60013), color-stop(100%,#c3000f)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #f60013 0%,#c3000f 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #f60013 0%,#c3000f 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #f60013 0%,#c3000f 100%); /* IE10+ */
	background: linear-gradient(to bottom, #f60013 0%,#c3000f 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f60013', endColorstr='#c3000f',GradientType=0 ); /* IE6-9 */
}
#site-color-red #global-header #global-header-main-sp.fixed {
	border-top-color: #e50011;
	background-color: #fbf8f0;
}
#site-color-red #global-header #global-nav-pc ul li a:after  {
	border-right-color: #ae000d;
}
#site-color-red #global-header #global-header-main-pc #global-header-main-pc-right .info dl dt, 
#site-color-red #global-footer #global-footer-main-pc #global-footer-main-pc-right .info dl dt,
#site-color-red #main #content-footer .info dl dt {
	color: #e50011;
}
#site-color-red #main #content-footer {
	background: #ffe5d2;
}
#site-color-red #main #content-footer h2 {
	border-color: #e50011;
}
#site-color-red #main #content-footer .contact {
	border-color: #e50011;
}
#site-color-red #side .side-nav .side-nav-title {
	background: #e50011;
}
#site-color-red #side .side-nav ul li a {
	background-image: url(../images/red/side-icon-arrow.png);
}
#site-color-red #global-footer {
	border-top-color: #e50011;
}
#site-color-red #global-footer #global-footer-nav li {
	color: #e50011;
}
#site-color-red #global-footer #global-footer-main-pc {
	background: #ffe5d2;
}
#site-color-red .entry-header h1 {
	border-color: #e50011;
	background: #FFF1F2;
}
#site-color-red .entry-content h2.style-title,
#site-color-red .entry-content .editor h2,
#site-color-red .type-single .entry-content h2 {
  border-left-color: #e50011;
}
#site-color-red .entry-content h3.style-title,
#site-color-red .entry-content .editor h3,
#site-color-red .type-single .entry-content h3 {
  border-left-color: #FFC8CE;
}
#site-color-red .entry-content h4.style-title:after,
#site-color-red .entry-content .editor h4:after,
#site-color-red .type-single .entry-content h4:after {
	background-color: #e50011;
}
#site-color-red #page-staff .right dt {
    background: #FFF1F2;
}
#site-color-red .voice-block h2,
#site-color-red .beforeafter-block h2 {
	background: #e50011;
}
#site-color-red .voice-block h2:after {
	border-top-color: #e50011;
}
#site-color-red #global-header #global-header-main-pc #global-header-main-pc-right .mail,
#site-color-red #global-footer #global-footer-main-pc #global-footer-main-pc-right .mail {
	color: #f60013;
	background: #fff100; /* Old browsers */
	background: -moz-linear-gradient(top, #fff100 0%, #fff100 50%, #eee100 51%, #eee100 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fff100), color-stop(50%,#fff100), color-stop(51%,#eee100), color-stop(100%,#eee100)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #fff100 0%,#fff100 50%,#eee100 51%,#eee100 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #fff100 0%,#fff100 50%,#eee100 51%,#eee100 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #fff100 0%,#fff100 50%,#eee100 51%,#eee100 100%); /* IE10+ */
	background: linear-gradient(to bottom, #fff100 0%,#fff100 50%,#eee100 51%,#eee100 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff100', endColorstr='#eee100',GradientType=0 ); /* IE6-9 */;
	text-shadow: 1px 1px 0px #FFF;
}
#site-color-red #global-header #global-header-main-pc #global-header-main-pc-right .mail span, 
#site-color-red #global-footer #global-footer-main-pc #global-footer-main-pc-right .mail span {
	background-image: url(../images/red/mail-icon.png);
}


/* ///////////////////////////////////////////////////////////////////

orange

/////////////////////////////////////////////////////////////////// */
#site-color-orange {
	background: #fff5ec;
}
#site-color-orange #global-header .site-title {
	background: #ff9a09;
}
#site-color-orange #global-header #global-nav-pc,
#site-color-orange #global-header #global-nav-sp {
	border-bottom-color: #ca7800;
	background: #ffa82b; /* Old browsers */
	background: -moz-linear-gradient(top, #ffa82b 0%, #f79200 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffa82b), color-stop(100%,#f79200)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ffa82b 0%,#f79200 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ffa82b 0%,#f79200 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ffa82b 0%,#f79200 100%); /* IE10+ */
	background: linear-gradient(to bottom, #ffa82b 0%,#f79200 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffa82b', endColorstr='#f79200',GradientType=0 ); /* IE6-9 */
}
#site-color-orange #global-header #global-header-main-sp.fixed {
	border-top-color: #ff9a09;
	background-color: #fff5ec;
}
#site-color-orange #global-header #global-nav-pc ul li a:after  {
	border-right-color: #cd7b02;
}
#site-color-orange #global-header #global-header-main-pc #global-header-main-pc-right .info dl dt, 
#site-color-orange #global-footer #global-footer-main-pc #global-footer-main-pc-right .info dl dt,
#site-color-orange #main #content-footer .info dl dt {
	color: #ff9a09;
}
#site-color-orange #main #content-footer {
	background: #ffe0b3;
}
#site-color-orange #main #content-footer h2 {
	border-color: #ff9a09;
}
#site-color-orange #main #content-footer .contact {
	border-color: #ff9a09;
}
#site-color-orange #side .side-nav .side-nav-title {
	background: #ff9a09;
}
#site-color-orange #side .side-nav ul li a {
	background-image: url(../images/orange/side-icon-arrow.png);
}
#site-color-orange #global-footer {
	border-top-color: #ff9a09;
}
#site-color-orange #global-footer #global-footer-nav li {
	color: #ff9a09;
}
#site-color-orange #global-footer #global-footer-main-pc {
	background: #ffe0b3;
}
#site-color-orange .entry-header h1 {
	border-color: #ff9a09;
	background: #FFF7E7;
}
#site-color-orange .entry-content h2.style-title,
#site-color-orange .entry-content .editor h2,
#site-color-orange .type-single .entry-content h2 {
  border-left-color: #ff9a09;
}
#site-color-orange .entry-content h3.style-title,
#site-color-orange .entry-content .editor h3,
#site-color-orange .type-single .entry-content h3 {
  border-left-color: #F3C371;
}
#site-color-orange .entry-content h4.style-title:after,
#site-color-orange .entry-content .editor h4:after,
#site-color-orange .type-single .entry-content h4:after {
	background-color: #ff9a09;
}
#site-color-orange #page-staff .right dt {
	background: #FFF7E7;
}
#site-color-orange .voice-block h2,
#site-color-orange .beforeafter-block h2 {
	background: #ff9a09;
}
#site-color-orange .voice-block h2:after {
	border-top-color: #ff9a09;
}


/* ///////////////////////////////////////////////////////////////////

green

/////////////////////////////////////////////////////////////////// */
#site-color-green {
	background: #fff;
}
#site-color-green #global-header .site-title {
	background: #41b1b0;
}
/*#site-color-green #global-header #global-nav-pc,
#site-color-green #global-header #global-nav-sp {
	border-bottom-color: #639c19;
	background: #88c936; /* Old browsers */
	background: -moz-linear-gradient(top, #88c936 0%, #76af2e 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#88c936), color-stop(100%,#76af2e)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #88c936 0%,#76af2e 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #88c936 0%,#76af2e 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #88c936 0%,#76af2e 100%); /* IE10+ */
	background: linear-gradient(to bottom, #88c936 0%,#76af2e 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#88c936', endColorstr='#76af2e',GradientType=0 ); /* IE6-9 */
}*/
#site-color-green #global-header #global-header-main-sp.fixed {
	border-top-color: #7fbc32;
	background-color: #f8fbed;
}
#site-color-green #global-header #global-nav-pc ul li a:after  {
	border-right-color: #000;
}
#site-color-green #global-header #global-header-main-pc #global-header-main-pc-right .info dl dt, 
#site-color-green #global-footer #global-footer-main-pc #global-footer-main-pc-right .info dl dt,
#site-color-green #main #content-footer .info dl dt {
	color: #36b1b0;
}
#site-color-green #main #content-footer {
	background: #fff;
}
#site-color-green #main #content-footer h2 {
	border-color: #36b1b0;
}
#site-color-green #main #content-footer .contact {
	border-color: #c2eaeb;
}
/*#site-color-green #side .side-nav .side-nav-title {
	background: #7fbc32;
}*/
#site-color-green #side .side-nav ul li a {
	background-image: url(../images/green/side-icon-arrow.png);
}
#site-color-green #global-footer {
	border-top-color: #36b1b0;
}
#site-color-green #global-footer #global-footer-nav li {
	color: #714a1a;
}
#site-color-green #global-footer #global-footer-main-pc {
	background: #36b1b0;
}
#site-color-green .entry-header h1 {
	
    background: #41b1b0;
	color:#fff;
}
#site-color-green .entry-content h2.style-title,
#site-color-green .entry-content .editor h2,
#site-color-green .type-single .entry-content h2 {
  border-left-color: #41B1BC;
}
#site-color-green .entry-content h3.style-title,
#site-color-green .entry-content .editor h3,
#site-color-green .type-single .entry-content h3 {
  border-left-color: #41B1BC;
	    
	    
}
/*#site-color-green .entry-content h4.style-title:after,
#site-color-green .entry-content .editor h4:after,
#site-color-green .type-single .entry-content h4:after {
	background-color: #7fbc32;
}*/
#site-color-green #page-staff .right dt {
	background: #c2eaeb;
}
#site-color-green .voice-block h2,
#site-color-green .beforeafter-block h2 {
	background: #f7c675;
}
#site-color-green .voice-block h2:after {
	border-top-color: #f7c675;
}

.kaizen h2 {
    margin: 0;
}

.surround-block.kaizen {
    padding: 0px;
	    margin-bottom: 0px;
}

.surround-block.naze h3 {
    background-color: #36b1b0;
    padding: 5px;
    border-left: none;
    text-align: center;
    color: #fff;
    font-size: 22px;
    font-weight: bold;
}


.surround-block.naze h4 {
    font-weight: bold;
    font-size: 20px;
}
.naze {
    padding: 0px;
	    padding-bottom: 20px;
}

.naze .text-img-block {
    padding-left: 20px;
    padding-right: 20px;
}

.surround-block.media h3 {
    border-left: none;
	 font-weight: bold;
	text-align: center;
	font-size: 26px;
}

.suisen h2 {

	padding-bottom: 20px;
}


.suisen {
    padding: 0px;
	padding-bottom: 20px;
}

.text-img-block.text-img-block {
    padding-left: 20px;
    padding-right: 20px;
}


.main-img {
    background: url(../images/common/images_09.png) no-repeat center top;
    padding-bottom: 30px;
}

div#global-footer-info {
    text-align: center;
	 
    background-color: #41b1b0;
    padding-top: 20px;
    padding-bottom: 20px;
}

p.address {
    color: #000;
}

p.copyRight {
    color: #000;
}


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

.main-img-pc {
  display: none;
}
	
	}

.surround-block.sijyutu h3 {
    background-color: #fff;
	border-bottom: #ccc 1px solid;
}

/* ///////////////////////////////////////////////////////////////////

pink

/////////////////////////////////////////////////////////////////// */
#site-color-pink {
	background: #fef6f8;
}
#site-color-pink #global-header .site-title {
	background: #f77c8b;
}
#site-color-pink #global-header #global-nav-pc,
#site-color-pink #global-header #global-nav-sp {
	border-bottom-color: #ff73a2;
	background: #f88c99; /* Old browsers */
	background: -moz-linear-gradient(top, #f88c99 0%, #ea5768 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f88c99), color-stop(100%,#ea5768)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #f88c99 0%,#ea5768 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #f88c99 0%,#ea5768 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #f88c99 0%,#ea5768 100%); /* IE10+ */
	background: linear-gradient(to bottom, #f88c99 0%,#ea5768 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f88c99', endColorstr='#ea5768',GradientType=0 ); /* IE6-9 */
}
#site-color-pink #global-header #global-header-main-sp.fixed {
	border-top-color: #f77c8b;
	background-color: #fef6f8;
}
#site-color-pink #global-header #global-nav-pc ul li a:after  {
	border-right-color: #d54d5d;
}
#site-color-pink #global-header #global-header-main-pc #global-header-main-pc-right .info dl dt, 
#site-color-pink #global-footer #global-footer-main-pc #global-footer-main-pc-right .info dl dt,
#site-color-pink #main #content-footer .info dl dt {
	color: #ff73a2;
}
#site-color-pink #main #content-footer {
	background: #ffd9e6;
}
#site-color-pink #main #content-footer h2 {
	border-color: #ff73a2;
}
#site-color-pink #main #content-footer .contact {
	border-color: #ff73a2;
}
#site-color-pink #side .side-nav .side-nav-title {
	background: #f77c8b;
}
#site-color-pink #side .side-nav ul li a {
	background-image: url(../images/pink/side-icon-arrow.png);
}
#site-color-pink #global-footer {
	border-top-color: #f77c8b;
}
#site-color-pink #global-footer #global-footer-nav li {
	color: #f77c8b;
}
#site-color-pink #global-footer #global-footer-main-pc {
	background: #ffd9e6;
}
#site-color-pink .entry-header h1 {
	border-color: #f77c8b;
	background: #FFF3F4;
}
#site-color-pink .entry-content h2.style-title,
#site-color-pink .entry-content .editor h2,
#site-color-pink .type-single .entry-content h2 {
  border-left-color: #f77c8b;
}
#site-color-pink .entry-content h3.style-title,
#site-color-pink .entry-content .editor h3,
#site-color-pink .type-single .entry-content h3 {
  border-left-color: #FFC8CE;
}
#site-color-pink .entry-content h4.style-title:after,
#site-color-pink .entry-content .editor h4:after,
#site-color-pink .type-single .entry-content h4:after {
	background-color: #f77c8b;
}
#site-color-pink #page-staff .right dt {
    background: #FFF3F4;
}
#site-color-pink .voice-block h2,
#site-color-pink .beforeafter-block h2 {
	background: #f77c8b;
}
#site-color-pink .voice-block h2:after {
	border-top-color: #f77c8b;
}


/* ///////////////////////////////////////////////////////////////////

brown

/////////////////////////////////////////////////////////////////// */
#site-color-brown {
	background: #f9f4f0;
}
#site-color-brown #global-header .site-title {
	background: #714a1a;
}
#site-color-brown #global-header #global-nav-pc,
#site-color-brown #global-header #global-nav-sp {
	border-bottom-color: #a77d00;
	background: #eeb200; /* Old browsers */
	background: -moz-linear-gradient(top, #eeb200 0%, #bb8c00 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eeb200), color-stop(100%,#bb8c00)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #eeb200 0%,#bb8c00 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #eeb200 0%,#bb8c00 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #eeb200 0%,#bb8c00 100%); /* IE10+ */
	background: linear-gradient(to bottom, #eeb200 0%,#bb8c00 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeb200', endColorstr='#bb8c00',GradientType=0 ); /* IE6-9 */
}
#site-color-brown #global-header #global-header-main-sp.fixed {
	border-top-color: #714a1a;
	background-color: #f9f4f0;
}
#site-color-brown #global-header #global-nav-pc ul li a:after  {
	border-right-color: #a77d00;
}
#site-color-brown #global-header #global-header-main-pc #global-header-main-pc-right .info dl dt, 
#site-color-brown #global-footer #global-footer-main-pc #global-footer-main-pc-right .info dl dt,
#site-color-brown #main #content-footer .info dl dt {
	color: #996633;
}
#site-color-brown #main #content-footer {
	background: #fff1ca;
}
#site-color-brown #main #content-footer h2 {
	border-color: #996633;
}
#site-color-brown #main #content-footer .contact {
	border-color: #996633;
}
#site-color-brown #side .side-nav .side-nav-title {
	background: #714a1a;
}
#site-color-brown #side .side-nav ul li a {
	background-image: url(../images/brown/side-icon-arrow.png);
}
#site-color-brown #global-footer {
	border-top-color: #714a1a;
}
#site-color-brown #global-footer #global-footer-nav li {
	color: #714a1a;
}
#site-color-brown #global-footer #global-footer-main-pc {
	background: #fff1ca;
}
#site-color-brown .entry-header h1 {
	border-color: #714a1a;
	background: #FFF6EE;
}
#site-color-brown .entry-content h2.style-title,
#site-color-brown .entry-content .editor h2,
#site-color-brown .type-single .entry-content h2 {
  border-left-color: #714a1a;
}
#site-color-brown .entry-content h3.style-title,
#site-color-brown .entry-content .editor h3,
#site-color-brown .type-single .entry-content h3 {
  border-left-color: #C19F63;
}
#site-color-brown .entry-content h4.style-title:after,
#site-color-brown .entry-content .editor h4:after,
#site-color-brown .type-single .entry-content h4:after {
	background-color: #714a1a;
}
#site-color-brown #page-staff .right dt {
    background: #FFF6EE;
}
#site-color-brown .voice-block h2,
#site-color-brown .beforeafter-block h2 {
	background: #714a1a;
}
#site-color-brown .voice-block h2:after {
	border-top-color: #714a1a;
}

