/* =========================================================
   Source: style.css
   ========================================================= */
/*
Theme Name: Atsumeki
Description: Atsumeki
Version: 1.0 
Author: Atsumeki
*/

/* =========================================================
   Source: 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;
}

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

* common.css

*********************************************************************
*/
body {
  background: #ffffff;
  font-size:16px;
}
body .inner {
  display: block;
  width: 960px;
  margin: 0 auto;
}
body div.inner {
  padding:20px 0 0;
}
body img {
  max-width:100%;
  height: auto;
}
#site {
  margin: 0 auto;
  min-width: 960px;
}

header div.inner {
  padding:0 0 0;
}

@media screen and (max-width:600px) {
	#site {
	  min-width: 0;
	  width:100%;
	}
	body .inner {
		padding: 0 2%;
		width: auto;
	}
}

/*===================================================================
  global-header
===================================================================*/


#global-header {
  position: relative;
  line-height: 1.4;
}
#global-header .site-title {
	margin-bottom: 0;
	padding:5px 0;
	background: #f3d313;
	color: #333333;
	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: 62%;
}
#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: 0;
}
#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: 37%;
	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: -10px;
	font-size: 0;
	font-weight: bold;
}
#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: 30px;
	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: 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, #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 .reserve,
#global-footer #global-footer-main-pc #global-footer-main-pc-right .reserve,
#main #content-footer .reserve {
	display: inline-block;
	margin-bottom: 15px;
	padding: 10px 3%;
	border-radius: 4px;
	background: #9dd53a; /* Old browsers */
	background: -moz-linear-gradient(top,  #9dd53a 0%, #a1d54f 50%, #80c217 51%, #7cbc0a 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #9dd53a 0%,#a1d54f 50%,#80c217 51%,#7cbc0a 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #9dd53a 0%,#a1d54f 50%,#80c217 51%,#7cbc0a 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9dd53a', endColorstr='#7cbc0a',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 .reserve span,
#global-footer #global-footer-main-pc #global-footer-main-pc-right .reserve span,
#main #content-footer .reserve span {
	padding-left: 35px;
	background-image: url(../images/common/icon-booking.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;
}
#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:#FFFD00;
	font-weight: bold;
	text-align: center;
	color: #333;
}
#global-header #global-nav-pc {
	margin-top: 10px;
	background-color: #f3d313;
	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%;
}
#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: 0;
  text-decoration: none;
  color:#ffffff;
}
#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;
		width:100%;
	}
	#global-header #global-header-main-sp.fixed {
		position: fixed;
		top: 0;
		left: 0;
		background-color: #f2f7ec;
		z-index: 10;
	}
	#global-header #global-header-main-sp #global-header-main-sp-left {
		float: left;
		width: 67%;
		padding: 10px 0 0 10px;
	}
	#global-header #global-header-main-sp #global-header-main-sp-right {
		position: relative;
		float: right;
		width: 30%;
		display: flex;
		-webkit-justify-content: flex-end;
		justify-content: flex-end;
		-webkit-align-items: flex-end;
		align-items: flex-end;
}
	#global-header #global-header-main-sp #global-header-main-sp-right #sp-voice {
		position: absolute;
		top: 10px;
		right:70px;
		max-width: 60px;
		max-height: 60px;
		margin-right: 10px;
	}
	#global-header #global-header-main-sp #global-header-main-sp-right #sp-voice a {
		display: block;
		width:100%;
	}
	.sp_menu {
	  width: 60px;
	  height: 60px;
	}
	#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 {
		display: flex;
		align-items: flex-end;
	}
}
/*===================================================================
  contents
===================================================================*/
#contents {
  width: 960px;
  margin: 25px auto 0;
}
#contents .main-img {
  margin-bottom: 20px;
}
.main-img-pc {
	text-align: center;
}
.main-img-responsive {
	text-align: center;
	margin: 0;
	padding: 0;
}
.main-img-responsive picture,
.main-img-responsive img {
	display: block;
}
.main-img-responsive img {
	max-width: 100%;
	height: auto;
	margin: 0 auto;
}
body#top .main-img-responsive img {
	aspect-ratio: 966 / 541;
}
.atsumeki-symptom-main-img-sp {
	display: none;
}
.atsumeki-symptom-main-img-pc {
	display: block;
}
.main-img-sp {
  display: none;
  text-align: center;
  margin:10px 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 (max-width:600px) {
	#contents {
	  width: auto;
	  padding: 0;
	}
	.main-img-pc {
	  display: none;
	}
	.main-img-sp {
	  display: block;
	}
	.main-img-responsive {
	  margin: 10px 0;
	}
	body#top .main-img-responsive img {
	  aspect-ratio: 474 / 525;
	}
	.atsumeki-symptom-main-img-sp {
	  display: block;
	}
	.atsumeki-symptom-main-img-pc {
	  display: none;
	}
	#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: 660px;
  padding: 20px 20px;
  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;
}
body#top #main {
  width: 700px;
  padding:0;
}


#main a {
  color:#0000ff;
}
@media screen and (max-width:600px) {
	#main,
	body#top #main {
	  float: none;
	  width: auto;
	  margin: 0 0 20px;
	}
}

/* content-footer
--------------------------*/
#main #content-footer {
  background: #fcede7;
  padding: 3%;
  margin: 40px 0 0 0;
}
#main #content-footer h2 {
	margin-bottom: 15px;
	padding: 10px 2%;
	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 {
	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;
}

#content-footer table{
	width:95%;
	margin:0 6%;
  border-bottom: 1px solid #ededed;
  margin: 0 0 15px;
}
#content-footer table tr th,
#content-footer table tr td {
  vertical-align: middle;
  text-align: center;
  padding: 3px 1px;
}
#content-footer table tr td {
  width: 10%;
}

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

@media screen and (max-width: 600px) {
	#main #content-footer .tel-pc {
		display: none;
	}
	
	#main #content-footer .tel-sp {
		display: block;
	}
	
	
	#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 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:#f3d313;
	color:#333;
	font-size:22px;
	padding:10px 20px;
}
#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: #f3d313 10px solid;
  background: #fff;
}
#global-footer.fixed {
	padding-bottom: 100px;
}
#global-footer .inner {
  padding: 10px 0;
}
#global-footer #global-footer-nav {
	overflow: hidden;
  width: 100%;
}
#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%;
	padding:10px 0;
    border-top: #f3d313 10px solid;
	background-color: #f9f2c1;
}
#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: 75%;
}
#global-footer #global-footer-main-pc #global-footer-main-pc-right {
	width: 25%;
}
#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;
}

p.copyright {
	padding:2px 0;
	background:#f3d313;
	font-weight:bold;
	color:#fff;
	text-align:center;
	font-size:80%;
}

	

@media screen and (max-width:600px) {
	#global-footer,
	#global-footer.fixed {
	  min-width: inherit;
		padding-bottom: 60px;
	}
	#global-footer #global-footer-nav {
	  display: none;
	}
	#global-footer #global-footer-main-pc {
		display: none;
	}

}


/*===================================================================
  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 {
	margin-top: 50px;
}
.sns .snsb li {
  float: left;
  margin-left: 10px;
  list-style-type: none;
}
.sns .snsb li:first-child {
  margin-left: 0px;
}
@media screen and (max-width: 600px) {
.sns {
}
}

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


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

h1-h6,p

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

====================== */
.entry-header h1 {
  font-size: 160%;
  margin-bottom:20px;
  padding: 20px 10px 20px 25px;
  border: #e14c18 solid;
  border-width: 1px 1px 1px 3px;
  line-height: 1.2;
  font-weight:bold;
  background:url(../images/0-h1-bg.png);
}
.entry-content h2.style-title,
.type-single .entry-content h2 {
  border-left: #f3d313 10px solid;
  border-bottom: #f3d313 2px solid;
  background-color: #FFF;
  margin:0 5px 15px;
  padding: 10px 0 10px 15px;
  font-weight:bold;
}
.entry-content h3.style-title,
.type-single .entry-content h3 {
  border-left: #f3d313 5px solid;
  margin:0 10px 15px;
  padding: 5px 0 5px 15px;
}
.entry-content h4.style-title,
.type-single .entry-content h4 {
  position:relative;
  margin:0 10px 15px;
  padding-left: 15px;
  border-bottom: #333 2px dotted;
  font-weight:bold;
}
.entry-content h4.style-title:after,
.type-single .entry-content h4:after {
	content: "";
	position: absolute;
	top: 8px;
	left: 0;
	width: 10px;
	height: 10px;
	background-color: #e14c18;
}
.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
  margin:0 0 15px;
}
.entry-content p {
  margin:0 0 10px;
  font-size:95%;
}
.entry-content h2 {
  font-size: 140%;
}
.entry-content h3 {
  font-size: 120%;
}
.entry-content h4 {
  font-size: 120%;
}

/* 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-transform: uppercase;
  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;
}


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

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

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

top

/////////////////////////////////////////////////////////////////// */
@media screen and (min-width: 601px) {

	div#main-img {
	  padding:20px 0;
	  background: #fbfaed;
	}
}

body#top .entry-content h2,
body#top .entry-content h3,
body#top .entry-content h4 {
  margin: 0 0 15px;
}

body#top div.point-section {
	background:#fbfaed;
	padding:20px;
}

body#top .voice-block h2 {
  margin: 0 0 25px;
}

body#top .entry-content .list-block ul {
  background: #f2f2f2;
  padding: 25px;
}
body#top .list-block ul li {
  background:url(../images/0-list-bg.png) no-repeat left top;
  margin: 0 0 15px;
  padding: 0 0 0 36px;
}

body#top .entry-content .list-block ol {
  background: #f2f2f2;
  border: #808080 1px solid;
  padding: 25px;
}
body#top .entry-content .list-block ul.check {
  list-style: none;
  background: #f2f2f2;
  border:none;
  padding: 25px;
}
body#top .list-block ul.check li {
  background:url(../images/0-list-bg.png) no-repeat left top;
  margin: 0 0 9px;
  padding: 0 0 0 38px;
}

@media screen and (max-width:600px) {
	body#top .entry-content h2 {
	  margin: 0 0 15px;
	}

	body#top div.point-section {
		background:#fbfaed;
		padding:10px;
	}
	body#top .entry-content .list-block ul {
	  background: #f2f2f2;
	  padding: 2%;
	  font-size:90%;
	}

}


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

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: url(../images/0-h1-bg.png);
  margin:0 0 5px;
  padding: 2px 5px;
}
#page-staff .right dd {
  padding:0 0 0 5px;
  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%;
}

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

common

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

.entry-content div.cta-pc {
	display:block;
}
.entry-content div.cta-sp {
	display:none;
}


@media screen and (max-width:600px) {
	.entry-content div.cta-pc {
		display:none;
	}
	.entry-content div.cta-sp {
		display:block;
	}
	.entry-content div.cta-sp ul li {
		float:left;
		width:45%;
		list-style-type:none;
		margin:0 0 0 5px;
	}

}

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


balloon（テスト版）

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


.balloon {
	margin-bottom: 40px;
}
.balloon figure {
	width: 60px;
	height: 60px;
}
.balloon-img-left {
	float: left;
}
.balloon-img-right {
	float: right;
}
.balloon-img-left figure {
	margin: 0 auto 0 0;
}
.balloon-img-right figure {
	margin: 0 0 0 auto;
}
.balloon img {
	width: 100%;
	height: 100%;
	margin: 0;
}
.balloon-img-caption {
	padding: 5px 0 0;
	white-space: nowrap;
	font-size: 12px;
}
div[class^="balloon-"] {
	padding: 10px;
	position: relative;
	border-radius: 12px;
}
div[class^="balloon-img"] {
	padding: 0;
	text-align: center;
}
div[class^="balloon-left"] {
	margin-left: 80px;
}
div[class^="balloon-right"] {
	margin-right: 80px;
}
.balloon p {
	margin: 0 0 20px;
}
.balloon p:last-child {
	margin-bottom: 0;
}
div[class^="balloon-left-"]::before,
div[class^="balloon-right-"]::before,
div[class^="balloon-left-"]::after,
div[class^="balloon-right-"]::after {
	position: absolute;
	content: '';
	border: 10px solid transparent;
	top: 12px;
}
div[class^="balloon-left-"]::before,
div[class^="balloon-left-"]::after {
	left: -20px;
}
div[class^="balloon-right-"]::before,
div[class^="balloon-right-"]::after {
	right: -20px;
}
div.balloon::after, div.balloon::before {
	clear: both;
	content: '';
	display: block;
}

/* 吹き出しの背景色 (左) */
div.balloon-left-line {
	background: #e4e8eb;
}
div.balloon-left-line::before,
div.balloon-left-line::after {
	border-right: 12px solid #e4e8eb;
}

/* 吹き出しの背景色 (右) */
div.balloon-right-line {
	background: #bef18c;
}
div.balloon-right-line::before,
div.balloon-right-line::after {
	border-left: 12px solid #bef18c;
}


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

sp-menu-2023

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

@media screen and (max-width:600px) {
	.menu-btn {
		position: absolute;
		top: 10px;
		right: 10px;
		display: flex;
		height: 58px;
		width: 60px;
		justify-content: center;
		align-items: center;
		z-index: 90;
		background-color: #e3b600;
		border-radius: 5px;
	}
	.menu-btn span.h_line {
		content: '';
		display: block;
		height: 3px;
		width: 25px;
		border-radius: 3px;
		background-color: #ffffff;
		position: absolute;
		top: 21px;
	}
	.menu-btn span.h_line:before,
	.menu-btn span.h_line:after {
		content: '';
		display: block;
		height: 3px;
		width: 25px;
		border-radius: 3px;
		background-color: #ffffff;
		position: absolute;
	}
	.menu-btn span.h_line:before {
		bottom: 8px;
	}
	.menu-btn span.h_line:after {
		top: 8px;
	}
	#menu-btn-check:checked ~ .menu-btn span.h_line {
		background-color: rgba(255, 255, 255, 0);/*メニューオープン時は真ん中の線を透明にする*/
	}
	#menu-btn-check:checked ~ .menu-btn span.h_line::before {
		bottom: 0;
		transform: rotate(45deg);
	}
	#menu-btn-check:checked ~ .menu-btn span.h_line::after {
		top: 0;
		transform: rotate(-45deg);
	}
	.menu-btn span.h_text {
		position: absolute;
		bottom: 5px;
		left: 65%;
		transform: translateX(-50%);
		width: 100%;
	}
	.menu-btn span.h_text:before {
		content: 'メニュー';
		text-align: center;
		color: #fff;
		font-size: 10px;
		font-weight: 900;
	}
	.menu-content {
		width: 100%;
		height: 100vh;
		position: fixed;
		top: 0;
		left: 100%;/*leftの値を変更してメニューを画面外へ*/
		z-index: 80;
		background-color: #FFFEE6;
		transition: all 0.5s;/*アニメーション設定*/
		overflow: scroll;
	}
	#menu-btn-check:checked ~ .menu-content {
		left: 0;/*メニューを画面内へ*/
	}
	.menu-content h1.logo {
		width: 70%;
		margin: 15px 0 20px 15px;
	}
	.menu-content h2 {
		padding: 10px;
		background: #e3b600;
		color: #fff;
	}
	.menu-content ul {
		display: flex;
		justify-content: start;
		flex-wrap: wrap;
		padding: 0 0 30px;
	}
	.menu-content ul.shop {
		display: block;
	}
	.menu-content ul li {
		width: calc(50% - 11px);
		padding: 0 0 0 10px;
		border-bottom: solid 1px #b9b0a7;
		border-right: solid 1px #b9b0a7;
		list-style: none;
	}
	.menu-content ul li a {
		display: block;
		width: 100%;
		font-size: 15px;
		box-sizing: border-box;
		color:#333;
		text-decoration: none;
		padding: 9px 15px 10px 0;
		position: relative;
	}
	.menu-content ul li a::before {
		content: "";
		width: 7px;
		height: 7px;
		border-top: solid 2px #695234;
		border-right: solid 2px #695234;
		transform: rotate(45deg);
		position: absolute;
		right: 11px;
		top: 16px;
	}
	.menu-content ul.shop li {
		width: 92%;
		padding: 10px;
		border-bottom: dotted 1px #b9b0a7;
		border-right: none;
		list-style: none;
	}
	.menu-content ul.shop li span {
		font-weight: bold;
	}
	#menu-btn-check {
		display: none;
	}
}


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


balloon

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

.spbl-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 1em 0;
}
.spbl-type-r {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}
.spbl-name,
.spbl-content,
.spbl-content p {
    padding: 0;
    margin: 0;
}
.spbl-content p {
    margin-top: .5em;
}
.spbl-content p:first-child {
    margin-top: 0;
}
.spbl-icon {
    min-width: 50px;
    max-width: 50px;
    height: auto;
}
.spbl-image {
    margin:0;
    padding:0;
    border-radius: 50%;
    overflow: hidden;
}
.spbl-image img {
    vertical-align: middle;
}
.spbl-name {
    margin-top: .3em;
    font-size: .7em;
    text-align: center;
}

.spbl-balloon {
    position: relative;
    padding: .5em 1em;
    border-radius: 4px;
}

.spbl-balloon:after,
.spbl-balloon:before {
    top: 15px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}
.spbl-balloon:after {
    border-width: 0px;
    margin-top: -6px;
}
.spbl-balloon:before {
    border-width: 7px;
    margin-top: -7px;
}

/**
 * type : right
 */
.spbl-type-r .spbl-balloon {
    margin-right: 1em;
    background-color: #bef18c;
}
.spbl-type-r .spbl-balloon:after,
.spbl-type-r .spbl-balloon:before {
    left: 100%;
    border-right: none;
}
.spbl-type-r .spbl-balloon:after {
    border-color: transparent #fff;
}
.spbl-type-r .spbl-balloon:before {
    border-color: transparent #bef18c;
}
/**
 * type : left
 */
.spbl-type-l .spbl-balloon {
    margin-left: 1em;
    background-color: #e4e8eb;
}
.spbl-type-l .spbl-balloon:after,
.spbl-type-l .spbl-balloon:before {
    right: 100%;
    border-left: none;
}
.spbl-type-l .spbl-balloon:after {
    border-color: transparent #fff;
}
.spbl-type-l .spbl-balloon:before {
    border-color: transparent #e4e8eb;
}

/* =========================================================
   Source: print.css
   ========================================================= */
/*
Theme Name: CT
*/


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

print

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


@media print {
	body {
		background: none !important;
		color: #000000;
	}
	#site {
		background: none !important;
	}
	a {
		text-decoration: none;
	}
}

/* =========================================================
   Source: 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: #FFFFF3;
  border: #D4C09D 1px dotted;
  margin: 0 0 25px;
  padding:14px;
}
.voice-block h2 {
  position: relative;
  margin: 0 0 30px;
  padding: 1.5% 3%;
  border-radius: 4px;
  background: #e14c18;
  font-size: 28px;
  color: #FFF;
  line-height:1.3;
}
.voice-block h2:after {
  content: "";
  position: absolute;
  left: 14%;
  bottom: -24px;
  border: 12px solid transparent;
  border-top: 12px solid #e14c18;
}
#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 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: #f2f2f2;
  padding: 25px;
}
.entry-content .list-block ul li {
  background:url(../images/0-list-bg.png) no-repeat left top;
  margin: 0 0 15px;
  padding: 0 0 0 36px;
  list-style:none;
}
.entry-content .list-block ol {
  background: #fff;
  border: #808080 1px solid;
  padding: 25px;
}
.entry-content .list-block ul.check {
  list-style: none;
  background: #fff;
  border: #808080 1px solid;
  padding: 25px;
}
.list-block ul.check li {
  background: url(../images/common/list-icon-01.png) no-repeat left 4px;
  margin: 0 0 6px;
  padding: 0 0 0 30px;
}

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

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:0 0 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;
}


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

html-block

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

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

/* =========================================================
   Source: 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;
}

/* GoogleMap facade */
#main #content-footer .googlemap-facade {
	width: 100%;
	max-width: 100%;
	height: 350px;
	background: #f4f4f4;
}

@media screen and (max-width: 600px) {
	#main #content-footer .googlemap-facade {
		height: 220px;
	}
}

/* LCP 4-11 */
body#top #main .entry-content > *:nth-child(n+4),
body:not(#top) #main .entry-content > *:nth-child(n+3),
#main #content-footer,
#side,
#global-footer {
	content-visibility: auto;
}

body#top #main .entry-content > *:nth-child(n+4),
body:not(#top) #main .entry-content > *:nth-child(n+3) {
	contain-intrinsic-size: auto 900px;
}

#main #content-footer {
	contain-intrinsic-size: auto 900px;
}

#side {
	contain-intrinsic-size: auto 1200px;
}

#global-footer {
	contain-intrinsic-size: auto 260px;
}

