@charset "utf-8";
/* CSS Document */
/* スマホ用 画面サイズ480px以上 */
/*---------------------------------------------------------------------------*//*---------------------------------------------------------------------------*/
/*全体の設定*/
body {
	width: 100%;	/* smart style */
	color: #000;
	margin: 0;	/* smart style */
	padding: 0;
	font: 16px/2 "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro";
	background: none;
	overflow-y: scroll;
}
img {
	max-width: 100%;
	height: auto;
	width /***/: auto;
	border: none;
	padding: 0;
	margin: 0;
}
img.imgc {
	max-width: 100%;
	height: auto;
	width /***/: auto;
	border: none;
	text-align: center;
}
input,textarea,select {
	font-size: 1em;
}
form {
	margin: 0px;
}
table {
	border-collapse:collapse;
	font-size: 100%;
	border-spacing: 0;
}
p.img {
text-indent: 0;
width: auto;
text-align: center;
padding: 0;
margin: 0 5% 0;
}
main p.img img {
	width: auto;
	margin: 0;
	padding: 0;
}

/*------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*ヘッダー*/
/*------------------------------------------------------------------------------------------------------------------------------------------------------*/
header {
	width: 100%; /* smart style */
	
	margin: 70px 0 0; /* smart style */
	padding: 0;
	border-top: 20px solid #659632;
	border-bottom: 20px solid #659632;
	background: url("../images/back01.jpg") repeat-y;
	background-color: #432f2f;
	color: #ffffff;
}
header .toplogo {
	width: 100%;
	margin: 0 0 1em;	/* smart style */
	padding: 0;
	float: left;
}
header .toplogo p {
	font-size: 14px;
	line-height:1.2em;
	text-align: center;
}
header .toplogo img {
	width /***/: auto;
	max-width: 100%;
	height: auto;
	border: none;
	margin: 0;
	padding: 0;
}
header .info {
	width: 90%;
	margin: 0 auto 0;	/* smart style */
	padding: 0;
	float: none;
	text-align: right;
}
header.info ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: right;
}
header .info ul li {
	font-size: 14px;
	line-height:1.2em;
}
header .info ul li.yoyaku_yusen {
	color: #ffffff;
	background: #ac2124;
	font-weight: bold;
	text-align: center;
	padding: 3px 0 0;
	margin: 0 0 3px;
}
header .info ul li.telcall {
	color: #c3d825;
	font-weight: bold;
	font-size: 26px;
}
header .info ul li.telcall a {
	color: #c3d825;
	font-weight: bold;
	font-size: 26px;
}
/*------------------------------------------------------------------------------------------------------------------------------------------------------*/
/* picture */
/*------------------------------------------------------------------------------------------------------------------------------------------------------*/
picture {
	width: 100%;
	margin: 0;
	padding: 0;
}
picture img {
	width: 100%;
	max-width: 100%;
	margin: 0;
}
picture.toplink {
	width: 100%;
	margin: 0;
	text-align: center;
}
picture.toplink img {
	width: auto;
	max-width: 100%;
	margin: 0 auto 0;
}
picture.link {
	width: 90%;
	margin: 0 5% 0;
}
picture.link img {
	width: auto;
	max-width: 90%;
	margin: 0 auto 0;
}
picture.topimage {
	width: 100%;
	margin: 0;
}
picture.topimage img {
	width: auto;
	max-width: 100%;
	margin: 0 auto 0;
}
@media only screen and (min-width: 482px) {
	.toplink img,.link img,.topimage {
		width: 380px;
		margin: 0 auto 0;
	}
}
/*------------------------------------------------------------------------------------------------------------------------------------------------------*/
/* container */
/*------------------------------------------------------------------------------------------------------------------------------------------------------*/
#container {
	width: 100%; /* s*/

	height: auto;
	text-align: center;
	margin: 0;
	padding: 0;
}
/*------------------------------------------------------------------------------------------------------------------------------------------------------*/
/* main contents */
/*------------------------------------------------------------------------------------------------------------------------------------------------------*/
main {
	
	width: 100%;	/* smart style */

	text-align: left;
	margin: 0;
	padding: 0;
}
article {
	margin: 0;
	padding: 0;
}
section {
	margin: 0;
	padding: 0;
}
/* mainコンテンツのh1タグの設定 */
main h1 {
	color: #659632;
	text-align: center;
	font-weight: bold;
	font-size: 1.4em;	/* smart style */
	line-height: 1.25em;	/* smart style */
	padding: 32px 0;
	margin: 10px 0 30px;
	clear: both;
	background : rgba(101,150,50,0.10);
	/*-webkit-box-shadow: 0px 2px 5px #e0e0e0;*/
	box-shadow: 0px 2px 5px #e0e0e0;
	/*border: 3px double rgba(101,150,50,0.20);*/
	border-radius: 30% 10% 70% 50%;
}
main h1 span {
	font-size: 0.6em;
	line-height: 1;
}
/*mainコンテンツのh2タグの設定*/
section h2 {
	color: #659632;
	width: 88%;	/* smart style */
	text-align: center;
	font-weight: bold;
	font-size: 1.2em;	/* smart style */
	line-height: 1.25em;
	padding: 24px 5%;	/* smart style */
	margin:30px auto 40px;
	background : rgba(150,150,50,0.10);
	/*border: 3px double #ffffff;*/
	clear: both;
	-webkit-box-shadow: 0px 2px 5px #e0e0e0;
	/*box-shadow: 0px 2px 5px #e0e0e0;*/
	border-radius: 10% 30% 50% 70%;
}
/* mainコンテンツのh3タグの設定 */
section h3 {
	color: #659632;
	width: 86%;	/* smart style */
	text-align: center;
	font-weight: bold;
	font-size: 1.1em;
	line-height: 1.25em;	/* smart style */
	padding: 16px 5%;	/* smart style */
	margin:8px auto 20px;
	clear: both;
	background : rgba(50,150,134,0.10);
	-webkit-box-shadow: 0px 2px 5px #e0e0e0;
	/*box-shadow: 0px 2px 5px #e0e0e0;*/
	border-radius: 10% 30% 50% 70%;
}
/* mainコンテンツのh4タグの設定 */
section h4 {
	width: 84%;	/* smart style */
	text-align: center;
	font-weight: bold;
	font-size: 1em;
	line-height: 1.25em;
	margin:8px auto 20px;
	padding: 16px 5%;	/* smart style */
	clear: both;
	background: #ffffff;
	border: 1px solid #659632;
	-webkit-box-shadow: 0px 2px 5px #e0e0e0;
	box-shadow: 0px 2px 5px #e0e0e0;
}
main p {
	text-align:left;
	padding: 0.5em 5% 0.5em;
	text-indent: 1em;
}
main p.end {
	text-align:left;
	padding: 0.5em 5% 5em;
	text-indent: 1em;
}
main p.cent {
	text-align: center;
	padding: 0.5em 5% 0.5em;
	text-indent: 0;
}
main p.centend {
	text-align: center;
	padding: 0.5em 5% 3em;
	text-indent: 0;
}
main p span {
	color: #800b23;
	font-weight: bold;
}
main p strong {
	font-weight: bold;
}
main p.title {
	width: 90%;
	margin:8px auto 20px;
	padding: 1em 0;
	text-align: center;
	font-weight: bold;
	border-bottom: 3px double #659632;
}
main p.right {
	text-align: right;
	padding: 0.5em 5% 0.5em;
}
main p.endright {
	text-align: right;
	padding: 0.5em 5% 3em;
}
main p.annotation {
	text-align: left;
	font-size: 80%;
	font-weight: bold;
	padding: 0 5% 0;
	text-indent: -5em;
	margin: 1em 0 0em 5em;
}
main p.annotation span {
	margin-right: 1em
}
main p.annotation_end {
	text-align: left;
	font-size: 80%;
	font-weight: bold;
	padding: 0 5% 0;
	text-indent: -2em;
	margin: 1em 0 5em 2em;
}
main p.annotation_end span {
	margin-right: 1em
}
main p.imgend {
	text-indent: 0;
	width: auto;
	text-align: center;
	padding: 0!important;
	margin: 0 5% 3em!important;
}
main p.imgend img {
	width: auto;
	margin: 0;
	padding: 0;
}
main p.link {
	width: 40%;
	font-weight: bold;
	text-align: center;
	display: inline-block;
	padding: 0;
	margin: 1em 0 1em;
}
main p.link a {
	padding: 1em 10%;
	background: #ffb6c1;
	border: 3px solid #eee;
	border-radius: 10px;
	text-decoration: none;
}
main p.link a:hover {
	background: #fff;
}
main iframe {
	width: 80%;
	margin: 0.5em 10% 3em
}
main p.linkimages {
	text-align: center;
}
main p.linkimages a img {
	margin: 0 0 10px;
}
main p.linkimages a img:hover {
	margin: 10px 0 0;
}

/*-------------------------------------------------------------------------*/
/* 患者さまの声 */
/*-------------------------------------------------------------------------*/
main .usersvoice {
	width: 90%;
	margin: 1em 5% 5em;
	padding: 35px 0;
	background-color: #fffaf0;
	background-image: linear-gradient( rgba(152,196,255,.3) .1em, transparent .1em );
	background-size: auto 2rem; /* line-heightと一致させる */
	line-height: 2rem; /* background-sizeと一致させる */
	border: 1px #7f4f21 solid
}
main .usersvoice p {
	text-align:left;
	padding: 0 5% 2rem;
	margin: 0;
	text-indent: 1em;
}
/*-------------------------------------------------------------------------*/
/* 原因別の対処法 */
/*-------------------------------------------------------------------------*/
main dl.case {
	width: 80%;
	padding: 0;
	margin: 0 auto 70px;
	text-align: left
}
main dl.case dt {
	padding: 0;
	margin: 0 20px;
	display: list-item;
	list-style: none;
	font-weight: bold
}
main dl.case dd {
	padding: 0;
	margin: 0 60px;
	display: list-item;
	list-style: disc;
}
main dl.case dd span {
	font-size: 14px;
	font-weight: bold
}
main dl.case dd.last {
	padding: 0;
	margin: 0 60px 50px;
	display: list-item;
	list-style: disc;
}
/*---------------------------------------------------------------------------*/
/* 治療の流れ */
/*---------------------------------------------------------------------------*/
main dl.step {
	width: 90%;
	margin:0 auto 3em;
	padding:0;
	display:-webkit-box;
	display:-moz-box;
	display:-ms-box;
	display:-webkit-flexbox;
	display:-moz-flexbox;
	display:-ms-flexbox;
	display:-webkit-flex;
	display:-moz-flex;
	display:-ms-flex;
	display:flex;
	-webkit-box-lines:multiple;
	-moz-box-lines:multiple;
	-webkit-flex-wrap:wrap;
	-moz-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
	clear: both
}
main dl.step dt {
	width: 100%;
	font-weight: bold;
	text-align: left;
	list-style: none;
	padding: 0 1em;
	margin: 0 0 1em;
	position: relative;
	border-bottom: 1px solid #66cdaa;
}
main dl.step dd {
	width: 100%;
	padding: 0 1em;
	margin: 0 0 3em;
	position: relative;
}
main dl.step dd img {
	float: right;
	max-width: 100%;
	margin: 0 0 2em 2em;
	padding: 0;
}
/*---------------------------------------------------------------------------*/
/* 手順 */
/*---------------------------------------------------------------------------*/
main ol.step {
	margin: 0 auto 0;
	padding: 0;
	width: 80%;
}
main ol.step li {
	list-style-type: decimal;
}
/*---------------------------------------------------------------------------*/
/* アクセス */
/*---------------------------------------------------------------------------*/
main dl.access {
	width: 90%;
	margin: 0 auto 3em;
}
main dl.access dt {
	font-weight: bold;
	float: left;
	padding-left: 0em;
	width: 10em;
}
main dl.access dd {
	text-align: left;
	padding-left: 1em;
}
main dl.access dd span {
	color: #ff0000;
	font-size: smaller;
	text-align: left;
	padding-left: 0;
}
main dl.access dd img {
	max-width: 100%;
}
/*---------------------------------------------------------------------------*/
/* スタッフ紹介 */
/*---------------------------------------------------------------------------*/
main dl.staff{
	width: 90%;
	margin: 0 auto 3em;
}
main dl.staff dt {
	font-weight: bold;	/*太字にする設定。標準がいいならこの行削除。*/
	float: left;
	width: 5em;
}
/*記事設定*/
main dl.staff dd {
	text-align: left;
	padding-left: 5em;
}
/*---------------------------------------------------------------------------*/
/* 症状 */
/*---------------------------------------------------------------------------*/
main .symptom dl{
	width: 90%;	/* smart style */
	margin: 0 auto 5em;	/* smart style */
	/*background: url("../images/symptom_bk.jpg") top right no-repeat;*/
}
main .symptom dt {
	width: 90%;	/* smart style */
	margin: 0 auto 0;	/* smart style */
	font-weight: bold;

	text-align: left;
}
/*記事設定*/
main .symptom dd {
	width: 80%;
	margin: 0 auto 0;
	padding-left: 0;/* smart style */
	text-align: left;
}
main .symptom dd strong {
	padding-right: 1em;
	font-weight: bold;
	color: #ff0000
}
main .symptom dd span {
	padding-left: 2em;
	font-weight: bold;
	font-size: 14px
}
/*---------------------------------------------------------------------------*/
/* 免許証欄 */
/*---------------------------------------------------------------------------*/
main ul.license {
	width:90%;	/* smart style */
	margin:0 auto 3em;
	padding:0;
	display:-webkit-box;
	display:-moz-box;
	display:-ms-box;
	display:-webkit-flexbox;
	display:-moz-flexbox;
	display:-ms-flexbox;
	display:-webkit-flex;
	display:-moz-flex;
	display:-ms-flex;
	display:flex;
	-webkit-box-lines:multiple;
	-moz-box-lines:multiple;
	-webkit-flex-wrap:wrap;
	-moz-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
}
main ul.license li {
	width: 100%;	/* smart style */
	background: #d5edd5;
	text-align: center;
	list-style: none;
	padding-bottom: 5px;
	margin: 0 0 1em;
	position: relative;
}
main ul.license li h4 {
	display: block;
	background: #ffffff;
	font-weight: normal;
	font-size: 1em;
	height: auto;
	text-align:center;
	margin: 0.5em auto 0.5em;
	padding: 1em 0;
}
main ul.license li img {
	background: #ffffff;
	width: 94%;
	margin:0;
	padding:0;
}
main ul.license li p {
	padding:0 9%;
	font-size:90%;
}
/*---------------------------------------------------------------------------*/
/* オススメのポイント */
/*---------------------------------------------------------------------------*/
main ul.checkpoint {
	width: 90%;
	margin: 0 5% 5em;
	padding: 0;
}
main ul.checkpoint li {
	text-align: left;
	font-weight: bold;
	list-style-type: none;
	margin: 0 20px 10px;
	padding: 0 0 0 40px;
	background: url("../images/check_mark.png") no-repeat left;
	border-bottom: 2px dotted #c7dc68
}
main ul.checkpoint li span {
	list-style-type: none;
	margin: 0 20px;
	color: #76943c;
	font-weight: bold
}
/*---------------------------------------------------------------------------*/
/* ご来院のポイント */
/*---------------------------------------------------------------------------*/
main ul.pickup {
	width: 90%;
	margin: 0 auto 3em;
	padding: 0;
}
main ul.pickup li {
	text-align: left;
	font-weight: bold;
	list-style-type: none;
	margin: 0 20px 10px;
	padding: 0 0 0 40px;
	background: url("../images/check_mark.png") no-repeat left top;
	border-bottom: 2px dotted #c7dc68
}
main ul.pickup li span {
	font-weight: normal;
	text-align:left;
	padding-left: 0px;
	margin: 0;
}
/*---------------------------------------------------------------------------*/
/* 接骨院のポイント */
/*---------------------------------------------------------------------------*/
main ul.point{
	list-style-type: none;
	text-align:left;
	margin:0 0 3em;
	padding:10px 0 10px 10px;
}
main ul.point li{
	color: orange;
	font-size:larger;
	line-height: 120%;
	text-align:left;
	text-indent: 0em;	/* smart style */
	padding:10px 0 10px 0em;	/* smart style */
	margin:10px 5% 10px;
	background:url("../images/top_point.png") no-repeat left top;
	border-bottom: 1px #99364e dotted;
	font-weight: bold;
}
main ul.point li span {
	display: block;	/* smart style */
	width: 100%;	/* smart style */
	text-indent: 1em;	/* smart style */
	margin: 0 0 1em;	/* smart style */
	color: black;
}
main ul.point li strong {
	line-height: 100%;
	padding: 0;
	color: #333;
	font-size: 80%;
}
/*---------------------------------------------------------------------------*/
/* 診療日 */
/*---------------------------------------------------------------------------*/
main ul.daytime {
	list-style-type: none;
	width: 90%;	/* smart style */
	margin: 2em 5% 5em;	/* smart style */
	padding: 0;
}
main ul.daytime li.tuujou {
	padding: 0 0 0 3em;
	margin: 0;
	background: url("../images/daytime_tuujou_bk.png") left top no-repeat;
}
main ul.daytime li.doyou {
	padding: 0 0 0 3em;
	margin: 0;
	background: url("../images/daytime_doyou_bk.png") left top no-repeat;
}
main ul.daytime li.yoyaku {
	padding: 0 0 0 3em;
	margin: 0;
	background: url("../images/daytime_yoyaku_bk.png") left top no-repeat;
}
main ul.daytime li.kanzen_yoyaku {
	padding: 0 0 0 3em;
	margin: 0;
	background: url("../images/daytime_yoyaku_bk1.png") left top no-repeat;
}
main ul.daytime li.kyuushin {
	padding: 0 0 0 3em;
	margin: 0;
	background: url("../images/daytime_kyuushin_bk.png") left top no-repeat;
}
main ul.daytime li strong {
	font-weight: bold;
	color: #534741;
}
main ul.daytime li span {
	font-size: 14px;
	font-weight: bold;
}
/*---------------------------------------------------------------------------*/
/* メニューエリア */
/*---------------------------------------------------------------------------*/
.suzuki_menu {
	width: 100%;
	padding: 0;
	margin: 0;
	display:-webkit-box;
	display:-ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.suzuki_menu1 {
	width: auto;
	margin: 0 auto 0;
	height: auto;
	margin: 5px;
	padding-bottom: 10px;
	border-radius: 10px;
	border: 1px #ccc solid;
}
.suzuki_menu1 p {
	font-size: 90%;
	line-height: 175%;
}
.suzuki_menu1 p.img01 {
	float: none;
	padding: 0;
	margin: 0 0 0 -14px;
	text-align: center;
	clear: both;
}
.suzuki_menu1 p.img01 img {
	float: none;
	width: 290px;
	max-width: 100%;
	padding: 0;
	margin: 0 auto 0;
}
.suzuki_menu1 p.link-btn {
	text-align:center;
	padding: 0;
	display: block;
	/*position: absolute;
	bottom: 10px;*/
	width: 100%;
}
.suzuki_menu1 p.link-btn a {
	width: 80%;
	text-align: center;
	padding: 1em 0;
	margin: 0 10%;
	display: block;
	/*position: absolute;
	bottom: 5px;*/
	background: #ddd;
	text-decoration: none;
}
.suzuki_menu1 p.link-btn a:hover {
	background: #fff;
}
.suzuki_menu1 img {
	text-align: center;
	width: 100%;
	margin: 0 auto 0;
	padding: 0;
}
.suzuki_menu1 img.icon {
	width: 30px;
	margin: 0;
	padding: 0;
}
.suzuki_menu1 dl{
	overflow: auto;	/*高さ指定を超えるとiframe風にスクロールが出る設定。全部表示させたいならこの行と下のheightの行を削除。*/
	height: 200px;	/*ブロックの高さ*/
	margin: 5px 15px 0px;
	padding: 0 20px;
	border: 1px #EEE solid;
}
/*日付設定*/
.suzuki_menu1 dt {
	font-weight: bold;	/*太字にする設定。標準がいいならこの行削除。*/
	float: left;
	width: 100%;
}
/*記事設定*/
.suzuki_menu1 dd {
	font-size: 80%;
	text-align: left;
	border-bottom: 1px solid #ccc;	/*下線の幅、線種、色*/
	padding-left: 0;
}
.suzuki_menu1 dd img {
	vertical-align: middle;
}
/*
.suzuki_menu2 {
	float: right;
	width: 300px;
	height: auto;
	margin: 5px;
	border-radius: 10px;
	border: 1px #ccc solid;
}
/*---------------------------------------------------------------------------*/
/* 診療・施術メニューボックス */
/*---------------------------------------------------------------------------*/
main ul.menu {
	width:90%;	/* smart style */
	margin:0 auto 3em;
	padding:0;
	display:-webkit-box;
	display:-moz-box;
	display:-ms-box;
	display:-webkit-flexbox;
	display:-moz-flexbox;
	display:-ms-flexbox;
	display:-webkit-flex;
	display:-moz-flex;
	display:-ms-flex;
	display:flex;
	-webkit-box-lines:multiple;
	-moz-box-lines:multiple;
	-webkit-flex-wrap:wrap;
	-moz-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
}
main ul.menu li {
	width: 100%;	/* smart style */
	min-width: 150px;
	background: #f5f0e5;
	text-align: center;
	list-style: none;
	padding-bottom: 100px;
	margin: 0 0 1em;	/* smart style */
	position: relative;
}
main ul.menu li img {
	width:100%;
	margin:0;
	padding:0;
}
main ul.menu li img.new {
	width: auto;
	margin: 0;
	padding: 0;
}
main ul.menu li h4 {
	display: block;
	background: #ffffff;
	font-weight:bold;
	font-size: 1em;
	height: auto;
	line-height: inherit;
	text-align:center;
	margin-bottom: 1em;
}
main ul.menu li h4 a {
	text-align: center;
	padding: 0.2em 0;	/* smart style */
	margin: 0;
	display: block;
	background: #ffffff;
	font-weight: bold;
	text-decoration: none;
}
main ul.menu li h4 a:hover {
	background: #e3babb;
}
main ul.menu li p {
	padding:0 9%;
	font-size:90%;
}
main ul.menu li p.link-button {
	text-align:center;
	padding: 0;
	display: block;
	position: absolute;
	bottom: 10px;
	width: 100%;
}
main ul.menu li p.link-button a {
	width: 80%;
	text-align: center;
	padding: 1em 0;
	margin: 0 10%;
	display: block;
	position: absolute;
	bottom: 5px;
	background: #ddd;
	text-decoration: none;
}
main ul.menu li p.link-button a:hover {
	background: #fff;
}
main ul.menu li ul {
	width: 80%;
	display: inherit;
	margin: 0 auto 0;
	padding: 0;
	flex-wrap: nowrap;
}
main ul.menu li ul li {
	width: 90%;
	text-align: left;
	background: url("../images/right_arrow1.png") left no-repeat;
	margin: 0;
	padding: 0 0 0 2em;
}
/*---------------------------------------------------------------------------*/
/* 診療・施術メニューボックス */
/*---------------------------------------------------------------------------*/
main ul.menu2 {
	width:90%;	/* smart style */
	margin:0 auto 3em;
	padding:0;
	display:-webkit-box;
	display:-moz-box;
	display:-ms-box;
	display:-webkit-flexbox;
	display:-moz-flexbox;
	display:-ms-flexbox;
	display:-webkit-flex;
	display:-moz-flex;
	display:-ms-flex;
	display:flex;
	-webkit-box-lines:multiple;
	-moz-box-lines:multiple;
	-webkit-flex-wrap:wrap;
	-moz-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
}
main ul.menu2 li {
	width: 100%;	/* smart style */
	min-width: 150px;
	background: #f8f8ff;
	text-align: center;
	list-style: none;
	padding-bottom: 100px;
	margin: 0 0 1em;	/* smart style */
	position: relative;
}
main ul.menu2 li img {
	width:100%;
	margin:0;
	padding:0;
}
main ul.menu2 li img.new {
	width: auto;
	margin: 0;
	padding: 0;
}
main ul.menu2 li h4 {
	display: block;
	background: #ffffff;
	font-weight:bold;
	font-size: 1em;
	height: auto;
	line-height: inherit;
	text-align:center;
	margin-bottom: 1em;
}
main ul.menu2 li h4 a {
	text-align: center;
	padding: 0.2em 0;	/* smart style */
	margin: 0;
	display: block;
	background: #ffffff;
	font-weight: bold;
	text-decoration: none;
}
main ul.menu2 li h4 a:hover {
	background: #e3babb;
}
main ul.menu2 li p {
	padding:0 9%;
	font-size:90%;
}
main ul.menu2 li p.link-button {
	text-align:center;
	padding: 0;
	display: block;
	position: absolute;
	bottom: 10px;
	width: 100%;
}
main ul.menu2 li p.link-button a {
	width: 80%;
	text-align: center;
	padding: 1em 0;
	margin: 0 10%;
	display: block;
	position: absolute;
	bottom: 5px;
	background: #ddd;
	text-decoration: none;
}
main ul.menu2 li p.link-button a:hover {
	background: #fff;
}
main ul.menu2 li ul {
	width: 80%;
	display: inherit;
	margin: 0 auto 0;
	padding: 0;
	flex-wrap: nowrap;
}
main ul.menu2 li ul li {
	width: 90%;
	text-align: left;
	background: url("../images/right_arrow1.png") left no-repeat;
	margin: 0;
	padding: 0 0 0 2em;
}
/*---------------------------------------------------------------------------*/
/* アクセスメニューボックス */
/*---------------------------------------------------------------------------*/
main ul.menu3 {
	width:90%;	/* smart style */
	margin:0 auto 3em;
	padding:0;
	display:-webkit-box;
	display:-moz-box;
	display:-ms-box;
	display:-webkit-flexbox;
	display:-moz-flexbox;
	display:-ms-flexbox;
	display:-webkit-flex;
	display:-moz-flex;
	display:-ms-flex;
	display:flex;
	-webkit-box-lines:multiple;
	-moz-box-lines:multiple;
	-webkit-flex-wrap:wrap;
	-moz-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
}
main ul.menu3 li {
	width: 100%;	/* smart style */
	min-width: 150px;
	background: #f8f8ff;
	text-align: center;
	list-style: none;
	padding-bottom: 200px;
	margin: 0 0 1em;	/* smart style */
	position: relative;
}
main ul.menu3 li img {
	width:100%;
	margin:0;
	padding:0;
}
main ul.menu3 li img.new {
	width: auto;
	margin: 0;
	padding: 0;
}
main ul.menu3 li h4 {
	display: block;
	background: #ffffff;
	font-weight:bold;
	font-size: 1em;
	height: auto;
	line-height: inherit;
	text-align:center;
	margin-bottom: 1em;
}
main ul.menu3 li h4 a {
	text-align: center;
	padding: 0.2em 0;	/* smart style */
	margin: 0;
	display: block;
	background: #ffffff;
	font-weight: bold;
	text-decoration: none;
}
main ul.menu3 li h4 a:hover {
	background: #e3babb;
}
main ul.menu3 li p {
	padding:0 9%;
	font-size:90%;
}
main ul.menu3 li p.link-button {
	text-align:center;
	padding: 0;
	display: block;
	position: absolute;
	bottom: 10px;
	width: 100%;
}
main ul.menu3 li p.link-button a {
	width: 80%;
	text-align: center;
	padding: 1em 0;
	margin: 0 10%;
	display: block;
	position: absolute;
	bottom: 5px;
	background: #ddd;
	text-decoration: none;
}
main ul.menu3 li p.link-button a:hover {
	background: #fff;
}
main ul.menu3 li p.link-button2 {
	text-align:center;
	padding: 0;
	display: block;
	position: absolute;
	bottom: 80px;
	width: 100%;
}
main ul.menu3 li p.link-button2 a {
	width: 80%;
	text-align: center;
	padding: 1em 0;
	margin: 0 10%;
	display: block;
	position: absolute;
	bottom: 5px;
	background: #ddd;
	text-decoration: none;
}
main ul.menu3 li p.link-button2 a:hover {
	background: #fff;
}
main ul.menu3 li ul {
	width: 80%;
	display: inherit;
	margin: 0 auto 0;
	padding: 0;
	flex-wrap: nowrap;
}
main ul.menu3 li ul li {
	width: 90%;
	text-align: left;
	background: url("../images/right_arrow1.png") left no-repeat;
	margin: 0;
	padding: 0 0 0 2em;
}
/*---------------------------------------------------------------------------*/
/* 診療・施術メニュー */
/*---------------------------------------------------------------------------*/
main ul.medical_menu {
	width:90%;	/* smart style */
	margin:0 auto 3em;
	padding:0;
	display:-webkit-box;
	display:-moz-box;
	display:-ms-box;
	display:-webkit-flexbox;
	display:-moz-flexbox;
	display:-ms-flexbox;
	display:-webkit-flex;
	display:-moz-flex;
	display:-ms-flex;
	display:flex;
	-webkit-box-lines:multiple;
	-moz-box-lines:multiple;
	-webkit-flex-wrap:wrap;
	-moz-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
}
main ul.medical_menu li {
	width: 100%;	/* smart style */
	background: #f1dddd;
	text-align: center;
	list-style: none;
	padding-bottom:1em;
	margin: 0 0 1em;	/* smart style */
	position: relative;
}
main ul.medical_menu li img {
	max-width:100%;
	margin:1em 0;
	padding:0;
}
main ul.medical_menu li h4 {
	display: block;
	background: #ffffff;
	font-weight:bold;
	font-size: 1em;
	height: auto;
	text-align:center;
	margin: 0.5em auto 0.5em;
	padding: 0;
}
main ul.medical_menu li h4 a {
	display: block;
	background: #ffffff;
	font-weight:bold;
	text-align:center;
	padding: 1em;
}
main ul.medical_menu li h4 a:hover {
	background: #e3babb;
}
main ul.medical_menu li p {
	padding:0 9%;
	font-size: 90%;
}
/*---------------------------------------------------------------------------*/
/* 電気治療器 */
/*---------------------------------------------------------------------------*/
main ul.therapeutic_device {
	width:90%;	/* smart style */
	margin:0 auto 3em;
	padding:0;
	display:-webkit-box;
	display:-moz-box;
	display:-ms-box;
	display:-webkit-flexbox;
	display:-moz-flexbox;
	display:-ms-flexbox;
	display:-webkit-flex;
	display:-moz-flex;
	display:-ms-flex;
	display:flex;
	-webkit-box-lines:multiple;
	-moz-box-lines:multiple;
	-webkit-flex-wrap:wrap;
	-moz-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
}
main ul.therapeutic_device li {
	width: 100%;	/* smart style */
	background: #ffffff;
	text-align: center;
	list-style: none;
	padding-bottom:1em;
	margin: 0 0 1em;	/* smart style */
	position: relative;
	border:  1px solid #ebf6f7;
	border-radius: 10px;
}
	main ul.therapeutic_device li img {
	max-width:90%;
	margin:1em 0;
	padding:0;
}
main ul.therapeutic_device li h4 {
	display: block;
	background: #ffffff;
	font-weight: normal;
	font-size: 1em;
	height: auto;
	text-align:center;
	margin: 0.5em auto 0.5em;
	padding: 1em 0;
	border:  1px solid #ebf6f7;
}
main ul.therapeutic_device li p {
	padding:0 9%;
	font-size:90%;
}
/*---------------------------------------------------------------------------*/
/* 箇条書き（ノーマル） */
/*---------------------------------------------------------------------------*/
main ul.normal {
	padding: 0;
	margin: 0 5% 3em 10%;
}
main ul.normal li {
	list-style-type: disc;
	font-weight: bold;
}
main ul.normal li span {
	font-weight: normal;
	text-align:left;
	padding-left: 0px;
	margin: 0;
}
/*---------------------------------------------------------------------------*/
/* 箇条書き（decimal） */
/*---------------------------------------------------------------------------*/
main ul.decimal {
	padding: 0;
	margin: 0 5% 50px 15%;
}
main ul.decimal li {
	list-style-type: decimal;
	text-align: left;
}
main ul.decimal li ul.comment {
	padding: 0;
	margin: 0;
	font-size: 80%;
	font-weight: bold;
}
main ul.decimal li ul.comment li {
	list-style-type: none;
	padding: 0;
	margin: 0 0 0 2em;
	text-indent: -2em;
}
main ul.decimal li ul.comment li span {
	list-style-type: none;
	padding: 0;
	margin: 0;
	text-indent: -2em;
	margin-right: 1em;
}
/*------------------------------------------------------------------------------------------------------------------------------------------------------*/
/* side contents */
/*------------------------------------------------------------------------------------------------------------------------------------------------------*/
aside {
	float: none;
	width: 100%;	/* smart style */

	text-align: center;
	margin: 0 auto 0;
	padding: 0 0 3px;
}
aside p.annotation {
	text-align: left;
	font-size: 80%;
	font-weight: bold;
	padding: 0 5% 0;
	margin: 1em 1em 5em 1em;
}
aside .sub_block {
	display: inline-block;
	vertical-align: top;
	width: 100%;
	min-width: initial;
	min-width: auto;
}
aside .sub_block ul.aside_link {
	width: 90%;
	text-align: center;
	margin: 0 5% 0;
	padding: 0;
	list-style-type: none;
}
aside .sub_block ul.aside_link li {
	display: inline-block;
	width: auto;
	padding: 0 2em 0 0;
}
/* mainコンテンツのh3タグの設定 */
aside h4 {
	font-size: large;
	background-color: #FFF;
	margin: 1em 10px 20px;
	padding: 7px 10px 5px;
	clear: both;
	line-height: 32px;
	-webkit-box-shadow: 0px 2px 5px #e0e0e0;
	box-shadow: 0px 2px 5px #e0e0e0;
	border-bottom: 1px solid #ccc;
}
aside p {
	text-align: left;
	padding: 0.5em 5% 0.5em;
}
aside p.usage_guide {
	font-size: 14px;
	text-align: left;
	text-indent: -10.5em;
	padding: 0 5% 0;
	margin-left: 10.5em;
}
aside p span.usual {
	background :#ffffff;
	margin: 0 5px 0 0;
	padding: 0;
	border: 1px solid #ccc;
}
aside p span.usual1 {
	background :#c1d8ac;
	margin: 0 5px 0 0;
	padding: 0;
	border: 1px solid #ccc;
}
aside p span.usual2 {
	background :#ffffff;
	margin: 0 5px 0 0;
	padding: 0;
	border: 1px solid #ccc;
}
aside p span.usual3 {
	background : #fffacd;
	margin: 0 5px 0 0;
	padding: 0;
	border: 1px solid #ccc;
}
aside p span.holyd {
	background : #ffc0cb;
	margin: 0 5px 0 0;
	padding: 0;
	border: 1px solid #ccc;
}
aside p span.sat {
	background : #d0e8ff;
	margin: 0 5px 0 0;
	padding: 0;
	border: 1px solid #ccc;
}
aside p span.spec1 {
	background : rgba(238,130,238,0.70);
	margin: 0 5px 0 0;
	padding: 0;
	border: 1px solid #ccc;
}
aside p span.spec3 {
	background : #ffd700!important;
	margin: 0 5px 0 0;
	padding: 0;
	border: 1px solid #ccc;
}
aside p span.every {
	background : #ffd280;
	margin: 0 5px 0 0;
	padding: 0;
	border: 1px solid #ccc;
}
aside p.img {
	text-align: center;
	padding: 0;
	margin: 2em 0;
}
.fortbsp {
	margin: 0 auto 0;
	width: 100%;
	max-width: 320px;
	padding: 0;
}
/*---------------------------------------------------------------------------*//*---------------------------------------------------------------------------*/
/* Navigation Area */
/*---------------------------------------------------------------------------*//*---------------------------------------------------------------------------*/
nav {
	position: relative;
	z-index: auto;
	width: 100%;
	/*min-width: 1000px;*/
	text-align: center;
	margin: 0 0 5px;
	padding: 0;
	background: #ffffff;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
/*---------------------------------------------------------------------------*//*---------------------------------------------------------------------------*/
/* menu button only css used */
/*---------------------------------------------------------------------------*//*---------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------*/
/* 三本線 */
/*---------------------------------------------------------------------------*/
.menu-btn {
    position: fixed;
    top: 10px;
    left: 10px;
    display: flex;
    height: 30px;
    width: 50px;
	border-radius: 10px;
    justify-content: center;
    /*align-items: center;*/
	padding-top: 20px;
    z-index: 90;
    background-color: rgba(255,255,255,0.80);
}
.menu-btn:after {
	display: block;
	content:"MENU";
	width:50px;
	margin-top:10px;
	font-size:8px;
	color:#000;
}
.menu-btn span,
.menu-btn span:before,
.menu-btn span:after {
    content: '';
    display: block;
    height: 3px;
    width: 25px;
    border-radius: 3px;
    background-color: #000;
    position: absolute;
}
.menu-btn span:before {
    bottom: 8px;
}
.menu-btn span:after {
    top: 8px;
}
/*---------------------------------------------------------------------------*/
/* 三本線 -> × */
/*---------------------------------------------------------------------------*/
#menu-btn-check:checked ~ .menu-btn span {
    background-color: rgba(255, 255, 255, 0);/*メニューオープン時は真ん中の線を透明にする*/
}
#menu-btn-check:checked ~ .menu-btn span::before {
    bottom: 0;
    transform: rotate(45deg);
}
#menu-btn-check:checked ~ .menu-btn span::after {
    top: 0;
    transform: rotate(-45deg);
}
#menu-btn-check {
    display: none;
}
/*---------------------------------------------------------------------------*/
/* メニューの装飾 */
/*---------------------------------------------------------------------------*/
.menu-content {
    width: 100%;
    height: 100%;
    position: fixed;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
    top: 0;
    right: 100%;/*leftの値を変更してメニューを画面外へ*/
    z-index: 80;
	color: #fff;
    background-color: rgba(0,0,0,0.95);
    transition: all 0.5s;/*アニメーション設定*/
}
.menu-content ul {
	margin: 10px 0;
    padding: 50px 10px 0;
}
.menu-content ul li {
    border-bottom: solid 1px #aaa;
    list-style: none;
	text-indent: 1em;
	text-align: left;
}
.menu-content ul li a {
    display: block;
    width: 100%;
    font-size: 16px;
    box-sizing: border-box;
    color: #fff;
    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 #fff; /*矢印*/
    border-right: solid 2px #fff; /*矢印*/
    transform: rotate(45deg);
    position: absolute;
    right: 11px;
    top: 16px;
}
/*---------------------------------------------------------------------------*/
/* 子階層 */
.menu-content li ul {
	margin: 0;
	padding: 0;
}
.menu-content li li {
    /*height: 0;*/
	width: 100%;

    border: none;

}
.menu-content li li a {
    border: none;
	border-top: 1px dashed #aaa;
	text-indent: 4em;
}
.menu-content li:hover > ul > li {
    /*height: 3rem;*/
    /*overflow: visible;*/
}

/*---------------------------------------------------------------------------*/
/* ボタン押下で表示 */
/*---------------------------------------------------------------------------*/
#menu-btn-check:checked ~ .menu-content {
    right: 0;/*メニューを画面内へ*/
}

/*---------------------------------------------------------------------------*//*---------------------------------------------------------------------------*/
/* Navigation Area */
/*---------------------------------------------------------------------------*//*---------------------------------------------------------------------------*/

/* .top slide viewer */
/*---------------------------------------------------------------------------*/
/*.viewer {
	margin: 0 auto 20px;
	width: 100%;
	position: relative;
	overflow: hidden;
	text-align: center;
}
.viewer ul {
	width: 100%;
	overflow: hidden;
	position: relative;
}
.viewer ul li {
	top: 0;
	left: 0;
	width: 100%;
	position: absolute;
}
.viewer ul li img {
	width: 90%;


	height: auto;
	}*/
/* sideNavi
------------------------- */
/*.viewer .btnPrev,
.viewer .btnNext {
	margin-top: -25px;
	top: 50%;
	width: 50px;
	height: 50px;
	position: absolute;
	z-index: 101;
}
.viewer .btnPrev {
	left: 10px;
	background: #ccc url("../images/nav_next.png") no-repeat center center;
}
.viewer .btnNext {
	right: 10px;
	background: #ccc url("../images/nav_prev.png") no-repeat center center;
}*/
/* =======================================
		ClearFixElements
======================================= */
.viewer ul:after {
	content: ".";
	height: 0;
	clear: both;
	display: block;
	visibility: hidden;
}
.viewer ul {
	display: inline-block;
	overflow: hidden;
}
/*-------------------------------------------------------------------------*/
/* ページ内リンクメニュー */
/*-------------------------------------------------------------------------*/
main ul.linkmenu {
	width: 100%;
	margin: 0 0 5em;
	padding: 0;
	list-style-type: none;
}
main ul.linkmenu li {
	text-align: center;
	float: right;
	display: inline;
	height: 18px;
	line-height: 18px;
	padding: 0;
	margin: 0;
}
main ul.linkmenu li a {
	font-size: small;
	padding: 0.5em 2em;
	margin: 0;
	color: #000!important;
	background-color: #faaf3b;
	text-align: center;
	text-decoration: none
}
main ul.linkmenu li a:hover{
	line-height: 24px;
}
/*---------------------------------------------------------------------------*/
/* PAGE POSION設定 */
.pagepos {
	width: 90%;
	text-align: left;
	margin: 0 auto 0;
	padding: 5px 0;
	border-bottom: 1px solid #ddd;
}
.pagepos ul {
	list-style-type: none;
	margin: 0 5px;
	padding: 0 10px;
}
.pagepos li.home {
	font-size: 12px;	/*文字サイズ*/
	margin: 0;
	padding: 0 0 0 24px;
	background: url(../images/home.png) no-repeat;
	display: inline;
}
.pagepos li.and {
	font-size: 12px;	/*文字サイズ*/
	margin: 0;
	padding: 0 0 0 24px;
	background: url(../images/and.png) no-repeat;
	display: inline;
}
/*---------------------------------------------------------------------------*/
/* accordionn お知らせ/このページに掲載されている内容 */
/*---------------------------------------------------------------------------*/
dl.accordion {
	width: 94%;
	margin: 0 auto 3em;
	padding: 10px;
	font-size: 15px;
}
dl.accordion dt {
	/*background: center no-repeat,-webkit-linear-gradient(#FFFFFF, #cce7ff);*/
	/*background: center no-repeat,-o-linear-gradient(#FFFFFF, #cce7ff);*/
	/*background: center no-repeat,linear-gradient(#FFFFFF, #cce7ff);*/
	border: 1px solid #eee;
	text-indent: 0;
	cursor: pointer;
	padding: 8px 20px;
	font-weight: bold;
}
dl.accordion dt span {
	width: 100%;
	display: inline-block;
	font-size: 80%;
	margin-right: 1em;
}
dl.accordion dt.open {
	background: #e0e0e0;
	/*background: center no-repeat,-webkit-linear-gradient(#ffffff, #99cfff);*/
	/*background: center no-repeat,-o-linear-gradient(#ffffff, #99cfff);*/
	/*background: center no-repeat,linear-gradient(#ffffff, #99cfff);*/
}
dl.accordion dd {
	background: #fff;
	padding: 10px 30px;
	line-height: 1.5;
	text-align: left;
	display: none;
	font: 14px/2
}
dl.accordion dd span {
	margin-left: 2em;
}
dl.accordion dd ul {
	margin: 0;
	padding: 0;
}
dl.accordion dd ul li {
	list-style-type: none;
	padding: 0;
}
dl.accordion dd ul li.one {
	list-style-type: none;
	padding: 0 0 0 1em;
}
dl.accordion dd ul li.two {
	list-style-type: none;
	padding: 0 0 0 2em;
}
dl.accordion dd ul li.thr {
	list-style-type: none;
	padding: 0 0 0 3em;
}
/*---------------------------------------------------------------------------*/
/* accordionn2 このページに掲載されている内容 */
/*---------------------------------------------------------------------------*/
main dl.accordion2 {
	width: 90%;
	margin:1em auto 3em;
	padding:0;
}
main dl.accordion2 dt {
	background: #fff;
	border-bottom: 1px solid #ccc;
	border-left: 2px solid #ccc;
	color:#333;
	font-weight:bold;
	cursor:pointer;
	font-size: 16px;
	padding: 0.5em 5% 0.5em;
	margin: 0 0 3px;
}
main dl.accordion2 dt:hover {
	background: #eee;
}
main dl.accordion2 dt.open {
	background: #eee;
}
main dl.accordion2 dd {
	background:#FFF;
	padding:20px;
	line-height:2;
	text-align:left;
	display:none;
	border:1px solid #eee;
	font-size: 16px;
}
main dl.accordion2 dd span {
	margin-left: 0em;
}
main dl.accordion2 dd ul {
	margin: 0;
	padding: 0;
}
main dl.accordion2 dd ul li {
	list-style-type: none;
	padding: 0;
}
main dl.accordion2 dd ul li.one {
	list-style-type: none;
	padding: 0 0 0 1em;
}
main dl.accordion2 dd ul li.two {
	list-style-type: none;
	padding: 0 0 0 2em;
}
main dl.accordion2 dd ul li.thr {
	list-style-type: none;
	padding: 0 0 0 3em;
}
/*---------------------------------------------------------------------------*/
/* accordionn2 このページに掲載されている内容 */
/*---------------------------------------------------------------------------*/
main dl.accordion3 {
	width: 90%;
	margin:1em auto 3em;
	padding:0;
}
main dl.accordion3 dt {
	background: #fff;
	border-bottom: 1px solid #ccc;
	border-left: 2px solid #ccc;
	color:#333;
	font-weight:bold;
	cursor:pointer;
	font-size: 16px;
	padding: 0.5em 5% 0.5em;
	margin: 0 0 3px;
}
main dl.accordion3 dt:hover {
	background: #eee;
}
main dl.accordion3 dt.open {
	background: #eee;
}
main dl.accordion3 dd {
	background:#FFF;
	padding:20px;
	line-height:2;
	text-align:left;
	display:none;
	border:1px solid #eee;
	font-size: 16px;
}
main dl.accordion3 dd span {
	margin-left: 0em;
}
main dl.accordion3 dd ul {
	margin: 0;
	padding: 0;
}
main dl.accordion3 dd ul li {
	list-style-type: none;
	padding: 0;
}
main dl.accordion3 dd ul li.one {
	list-style-type: none;
	padding: 0 0 0 1em;
}
main dl.accordion3 dd ul li.two {
	list-style-type: none;
	padding: 0 0 0 2em;
}
main dl.accordion3 dd ul li.thr {
	list-style-type: none;
	padding: 0 0 0 3em;
}
/*---------------------------------------------------------------------------*/
/* calendar設定 */
/*---------------------------------------------------------------------------*/
div.cal_wrapper {
	padding: 0px;
	overflow-x: scroll;
}
div.schedule_wrapper {
	width: 90%;
	margin: 0 auto 20px;
	padding: 5px 0px;
	border: solid 1px #CCC;
	border-radius: 5px;
	box-shadow: 1px 1px 3px #666;
}
div.schedule_wrapper h3 {
	padding: 0px 10px;
	font-weight: normal;
	margin: 0px;
	font-size: 15px;
	color: #666;
}
div.schedule_wrapper div.schedule_list {
	text-align: left;
	padding: 0px 10px;
	margin: 0px;
}
div.schedule_wrapper div.schedule_list ol {
	text-align: left;
	list-style-type: decimal;
	padding: 0px;
	margin: 5px auto;
	border-top: solid 1px #CCC;
}
div.schedule_wrapper div.schedule_list ol li {
	padding: 5px 10px 0px 0px;
	margin: 0px 0px 0px 30px;
	font-size: 12px;
	line-height: 1.5em;
}
div.schedule_wrapper div.schedule_list ol li:hover {
	text-decoration: underline;
}
 
div.cal_wrapper table.cal {
	width: 90%;
	margin: 0 auto 0;
	border-collapse: collapse;
}
div.cal_wrapper table.cal tr th p {
	float: left;
	padding: 5px;
	margin: 0px;
	color: #666;
	font-size: 15px;
}
div.cal_wrapper table.cal tr th div.cal_ui {
	float: right;
}
div.cal_wrapper table.cal tr th div.cal_ui input {
	border: solid 1px #CCC;
	background-color: #FFF;
	font-size: 15px;
	margin: 0px 1px;
	padding: 10px 15px;
	border-radius: 2px;
}
div.cal_wrapper table.cal td {;
	border: solid 1px #000;
}
div.cal_wrapper table.cal tr td {
	font-size: 15px;
	text-align: center;
	padding: 2px;
}
div.cal_wrapper table.cal tr.headline td {
	padding: 5px 0px;
}
div.cal_wrapper table.cal tr.headline {
	background-color: #EEE;
}
/*カレンダー表組の装飾*/
div.cal_wrapper table.cal tr td div {
	position: relative;
	padding: 8px;/*日付の幅*/
	font-size: 15px;
	text-align: center;
	background-color: #fff;
	border-radius: 3px;
}
div.cal_wrapper table.cal tr td div span {
	display: none;
	position: absolute;
	top: 20px;
	left: 0px;
	width: 180px;
	border: solid 1px #EEE;
	background-color: #fff;
	text-align: left;
	padding: 5px;
	z-index: 10;
	color: #000;
	font-weight: normal;
	line-height: 1.5em;
	box-shadow: 1px 1px 3px #666;
}

div.cal_wrapper table.cal tr td div.Mon {
	background-color: #ffffff;/*日曜日の背景色。桃色にしてます。*/
}
div.cal_wrapper table.cal tr td div.Tue {
	background-color: #ffffff;/*日曜日の背景色。桃色にしてます。*/
}
div.cal_wrapper table.cal tr td div.Wed {
	background-color: #ffffff;/*日曜日の背景色。桃色にしてます。*/
}
div.cal_wrapper table.cal tr td div.Fri {
	background-color: #ffffff;/*日曜日の背景色。桃色にしてます。*/
}
div.cal_wrapper table.cal tr td div.Sat {
	color: black;
	background-color: #add8e6;/*日曜日の背景色。桃色にしてます。*/
}
div.cal_wrapper table.cal tr td div.Sun {
	font-weight: normal;
	color: red;/*祝日の文字色。赤色にしてます。*/
	background-color: #ffc0cb;/*日曜日の背景色。lemonchiffonにしてます。*/
}
div.cal_wrapper table.cal tr td div.Today {
	color: #333333;/*当日の文字色。見本では水色にしてます。*/
	font-weight: bolder;
}
.sat {
	color: black;
	background: #D0E8FF;/*「土曜日」見出し部分の背景色。水色にしてます。*/
	font-weight: bold;
}
.sun {
	color: red;
	background-color: #FDDFFC;/*「日曜日」見出し部分の背景色。ピンク色にしてます。*/
	font-weight: bold;
}
.Sun {
	color: red;/*日曜日の文字色。見本では赤色にしてます。*/
	font-weight: bold;
}
.Sat {
}
/* Holidayの装飾 */
div.cal_wrapper table.cal tr td div.Holiday {
	color: red;/*祝日の文字色。赤色にしてます。*/
	background-color: #ffc0cb!important;/*祝日の背景色。桃色にしてます。*/
}
/* Rinji1の装飾 */
div.cal_wrapper table.cal tr td div.Rinji1 {
	font-weight: normal;
	color: black;
	background-color: rgba(238,130,238,0.70);/*臨時１の背景色。緑色にしてます。*/
}
/* Rinji2の装飾 */
div.cal_wrapper table.cal tr td div.Rinji2 {
	/*color: red;臨時日２祝日の文字色。赤色にしてます。*/
	background-color: #fafad2!important;/*祝日の背景色。橙色にしてます。*/
}
div.cal_wrapper table.cal tr td div.Rinji3 {
	/*color: red;臨時日２祝日の文字色。赤色にしてます。*/
	background-color: #ffd700!important;/*祝日の背景色。橙色にしてます。*/
}
/*過去日付の装飾*/
div.cal_wrapper table.cal tr td div.backward {
	color: #CCC;
	font-weight: normal;
	background-color: #FFF!important;
	border-radius: 3px;
}

/*---------------------------------------------------------------------------*/
/* fadein matrix text */
.matrix {
	margin: 20px 0px 20px;
	padding-top: 30px;
	text-align: center;
}
.matrix .bg-wrap,
.matrix .bg-wrap .inn {
	display: block;
}
.matrix .bg-wrap {
	overflow: hidden;
	opacity: 0;
}
.matrix .bg-wrap + .bg-wrap {
	margin-top: 0px;
}
.matrix .bg-wrap .inn.large {
	font-size: 120%;
	font-weight: bold;
	padding: 20px 0;
}
.matrix .bg-wrap .inn.large_end {
	font-size: 120%;
	font-weight: bold;
	padding: 20px 0;
	margin: 0 auto 70px
}
.matrix .bg-wrap .inn.small {
	font-size: 100%;
	width: 100%;
	margin: 0 auto 0
}
.matrix .bg-wrap .inn.small_end {
	font-size: 100%;
	width: 100%;
	margin: 0 auto 70px
}
.matrix .bg-wrap .inn {
	opacity: 0;
	transform: matrix(1, 0, 0, 1, 0, 100);
	transition: 2.5s cubic-bezier(0.22, 1, 0.36, 1);
}
.matrix.is-animated .bg-wrap {
	opacity: 1;
}
.matrix.is-animated .bg-wrap .inn {
	opacity: 1;
	transform: matrix(1, 0, 0, 1, 0, 0);
}

/*---------------------------------------------------------------------------*/
/* テーブル定義 */
/*---------------------------------------------------------------------------*/
.tablearea {
	font-size: 16px;
	text-align: center;
	width: 90%;
	margin: 2em auto 0;
	padding: 0;
	overflow-x: scroll;
}
.ta0 {
	width: 100%;
	min-width: 680px;
	margin: 0 auto 0;
	padding: 0px;
	table-layout: fixed
}
/*テーブルのキャプション設定*/
.ta0 caption {
	font-weight: bold;	/*文字を太字にする設定*/
}
.ta0, .ta0 td, .ta0 th {
	border-bottom: 1px solid #ccc;	/*テーブルの枠線の幅、線種、色*/
	border-right: 1px solid #ccc;
	line-height: 2;
}
.ta0 th {
	width: 25%;
	padding: 10px;
	text-align: center;
}
/*テーブル１行目に入った見出し部分*/
.ta0 th.tamidashi {
	font-weight: bold;
	text-align: center;
	background-color: #eeeeee	/*背景色*/
}
.ta0 th.midashi {
	background: #f2f2f2
}
.ta0 th span {
	font-size: 80%
}
/*テーブル内の右側*/
.ta0 td {
	text-align: center;
	padding: 10px;
}
.ta0 td.campaign {
	font-weight: bold;
	line-height: 1.2em;
	color: #ff0000;
}
.ta0 td.campaign span {
	color: #000000;
	text-decoration: line-through;
}
.ta0 td.campaign strong {
	font-size: 50%;
}
.ta0 td.l {
	text-align: left;
}
/*---------------------------------------------------------------------------*/
/* PAGE TOP設定 */
/*---------------------------------------------------------------------------*/
#page-top {
	position: fixed;
	bottom: 5px;
	right: 5px;
	font-size: 77%;
}
#page-top a {
	background: #666;
	text-decoration: none;
	color: #fff;
	width: 45px;
	padding: 10px 0;
	text-align: center;
	display: block;
	border-radius: 45px;
	opacity: 0.75;
}
#page-top a:hover {
	text-decoration: none;
	background: #999;
}
/*---------------------------------------------------------------------------*/
/* other */
/*---------------------------------------------------------------------------*/
hr {
	width: 100%;
	height: 1px;
	border-top: 1px #ccc solid;
}
.clear { clear:both; }
.clearplus { clear:both; margin-bottom: 5em; }
.clear hr { display:none; }
.c {
	text-align: center;
}
/*---------------------------------------------------------------------------*/
/* css for images */
/*---------------------------------------------------------------------------*/
img.left {
	float: none;	/* smart style */
	padding: 0.5em 5% 0.5em 0!important;	/*左から、上、左右、下への余白*/
	max-width: 250px;
	height: auto;
	width /***/: auto;
	border: none;
}
img.right {
	float: none;	/* smart style */
	padding: 0.5em 0 0.5em 5%;	/*左から、上、左右、下への余白*/
	max-width: 250px;
	height: auto;
	width /***/: auto;
	border: none;
}
img.per25 {
	width: 25%;
}
img.per23 {
	width: 23%;
}
img.per30 {
	width: 30%;
}
/*------------------------------------------------------------------------------------------------------------------------------------------------------*/
/* yoyaku 固定設定 */
/*------------------------------------------------------------------------------------------------------------------------------------------------------*/
.hero_cta {
	position: fixed;
	bottom: 0;
	background-color: rgba(0,0,0,0.5);
	width: 100%;
	height: 60px;
	text-align: center;
}
.hero_cta p {
	text-align: center;
	line-height: 1.0;
	margin: 0;
	padding: 0;
}
.hero_cta p img {
	width: 100px;
	padding: 10px;
}
/*------------------------------------------------------------------------------------------------------------------------------------------------------*/
/* footer設定 */
/*------------------------------------------------------------------------------------------------------------------------------------------------------*/
footer {
	color: #fff;
	width: 100%;
	clear: both;
	text-align: center;
	padding-top: 15px;
	padding-bottom: 15px;
	margin-bottom: 80px;
	background: #808080;
}
footer h4 {
	font-size: 15px;
	color: #fff;
	background: #333333;
	border-bottom: 1px solid #fff;
	margin: 0 0 10px;
	padding: 0 0 5px
}
footer .pr {
	display: block;
	font-size: 80%;
}
footer a {
	text-decoration: none;
	color: #fff;
}
/*---------------------------------------------------------------------------*/
/* widgets */
footer .widgets {
	color: #ffffff;
	background: #333333;
	margin: 35px 0 10px
}
footer .widgets .sub {
	text-align: center;
	width: 90%;	/*ボックス幅*/

	padding: 0;
	margin: 0 auto 0px;
}
/* information */
footer .widgets .sub .information {
	vertical-align: top;
	font-size: 14px;
	font-weight: normal;
	position: relative;
	display: inline-block;
	width: 100%;	/* smart style */

	height: auto;
	margin: 5px;
	padding: 0;
}
footer .widgets .sub .information ul {
	padding: 0;
	list-style: none;
}
footer .widgets .sub .information ul li.home {
	text-align: left;
	list-style: none;
	background: url("../images/icon_home.png") no-repeat top left;
	margin: 0;
	padding: 0 0 20px 40px;
}
footer .widgets .sub .information ul li.addr {
	text-align: left;
	list-style: none;
	background: url("../images/icon_addr.png") no-repeat top left;
	margin: 0;
	padding: 0 0 20px 40px;
}
footer .widgets .sub .information ul li.addr strong {
	color: #ffffff;
}
footer .widgets .sub .information ul li.tel {
	text-align: left;
	list-style: none;
	background: url("../images/icon_tel.png") no-repeat top left;
	margin: 0;
	padding: 0 0 20px 40px;
}
footer .widgets .sub .information ul li.tel strong {
	color: #ffffff;
}
footer .widgets .sub .information ul li.tel a {
	color: #fff;
}
footer .widgets .sub .information ul li.tel a:hover {
	color: #f8b62d;
	text-decoration: underline
}
footer .widgets .sub .information ul li.director {
	text-align: left;
	list-style: none;
	background: url("../images/icon_director.png") no-repeat top left;
	margin: 0;
	padding: 0 0 20px 40px;
}
footer .widgets .sub .information ul li.director strong {
	color: #ffffff;
}
/* roadmap */
footer .widgets .sub .roadmap {
	vertical-align: top;
	font-size: 14px;
	font-weight: normal;
	position: relative;
	display: inline-block;
	width: 100%;	/* smart style */

	height: auto;
	margin: 5px;
}
footer .widgets .sub .roadmap iframe {
	margin: 0 0 3em;
	border: 0;
}
footer .widgets .sub .roadmap ul li.train {
	text-align: left;
	list-style: none;
	background: url("../images/icon_train.png") no-repeat top left;
	margin: 0;
	padding: 0 0 20px 40px;
}
footer .widgets .sub .roadmap ul li.train strong {
	color: #ffffff;
}
footer .widgets .sub .roadmap ul li.parking {
	font-size: 14px;
	text-align: left;
	list-style: none;
	background: url("../images/icon_parking.png") no-repeat top left;
	margin: 0;
	padding: 0 0 20px 40px;
}
footer .widgets .sub .roadmap ul li.parking strong {
	color: #ffffff;
}
footer .widgets .sub .roadmap iframe {
	width: 90%;
}
/* sitemap */
footer .widgets .sub .sitemap {
	vertical-align: top;
	font-size: 14px;
	font-weight: normal;
	position: relative;
	display: inline-block;
	width: 100%;	/* smart style */

	height: auto;
	margin: 5px;
}
footer .widgets .sub .sitemap ul {
	padding: 0;
	list-style: none;
}
footer .widgets .sub .sitemap ul li {
	text-align: left;
	list-style: disc;
	margin: 0 0 0 30px;
	padding: 0;
}
footer .widgets .sub .sitemap ul li span {
	margin: 0 0 0 1em;
}
footer .widgets .sub .sitemap ul li a {
	color: #fff;
}
footer .widgets .sub .sitemap ul li a:hover {
	color: #f8b62d;
	text-decoration: underline
}
/*!
 * Viewer.js v1.11.7
 * https://fengyuanchen.github.io/viewerjs
 *
 * Copyright 2015-present Chen Fengyuan
 * Released under the MIT license
 *
 * Date: 2024-11-24T04:32:14.526Z
 */.viewer-close:before,.viewer-flip-horizontal:before,.viewer-flip-vertical:before,.viewer-fullscreen-exit:before,.viewer-fullscreen:before,.viewer-next:before,.viewer-one-to-one:before,.viewer-play:before,.viewer-prev:before,.viewer-reset:before,.viewer-rotate-left:before,.viewer-rotate-right:before,.viewer-zoom-in:before,.viewer-zoom-out:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 560 40'%3E%3Cpath fill='%23fff' d='M49.6 17.9h20.2v3.9H49.6zm123.1 2 10.9-11 2.7 2.8-8.2 8.2 8.2 8.2-2.7 2.7-10.9-10.9zm94 0-10.8-11-2.7 2.8 8.1 8.2-8.1 8.2 2.7 2.7 10.8-10.9zM212 9.3l20.1 10.6L212 30.5V9.3zm161.5 4.6-7.2 6 7.2 5.9v-4h12.4v4l7.3-5.9-7.3-6v4h-12.4v-4zm40.2 12.3 5.9 7.2 5.9-7.2h-4V13.6h4l-5.9-7.3-5.9 7.3h4v12.6h-4zm35.9-16.5h6.3v2h-4.3V16h-2V9.7Zm14 0h6.2V16h-2v-4.3h-4.2v-2Zm6.2 14V30h-6.2v-2h4.2v-4.3h2Zm-14 6.3h-6.2v-6.3h2v4.4h4.3v2Zm-438 .1v-8.3H9.6v-3.9h8.2V9.7h3.9v8.2h8.1v3.9h-8.1v8.3h-3.9zM93.6 9.7h-5.8v3.9h2V30h3.8V9.7zm16.1 0h-5.8v3.9h1.9V30h3.9V9.7zm-11.9 4.1h3.9v3.9h-3.9zm0 8.2h3.9v3.9h-3.9zm244.6-11.7 7.2 5.9-7.2 6v-3.6c-5.4-.4-7.8.8-8.7 2.8-.8 1.7-1.8 4.9 2.8 8.2-6.3-2-7.5-6.9-6-11.3 1.6-4.4 8-5 11.9-4.9v-3.1Zm147.2 13.4h6.3V30h-2v-4.3h-4.3v-2zm14 6.3v-6.3h6.2v2h-4.3V30h-1.9zm6.2-14h-6.2V9.7h1.9V14h4.3v2zm-13.9 0h-6.3v-2h4.3V9.7h2V16zm33.3 12.5 8.6-8.6-8.6-8.7 1.9-1.9 8.6 8.7 8.6-8.7 1.9 1.9-8.6 8.7 8.6 8.6-1.9 2-8.6-8.7-8.6 8.7-1.9-2zM297 10.3l-7.1 5.9 7.2 6v-3.6c5.3-.4 7.7.8 8.7 2.8.8 1.7 1.7 4.9-2.9 8.2 6.3-2 7.5-6.9 6-11.3-1.6-4.4-7.9-5-11.8-4.9v-3.1Zm-157.3-.6c2.3 0 4.4.7 6 2l2.5-3 1.9 9.2h-9.3l2.6-3.1a6.2 6.2 0 0 0-9.9 5.1c0 3.4 2.8 6.3 6.2 6.3 2.8 0 5.1-1.9 6-4.4h4c-1 4.7-5 8.3-10 8.3a10 10 0 0 1-10-10.2 10 10 0 0 1 10-10.2Z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-size:280px;color:transparent;display:block;font-size:0;height:20px;line-height:0;width:20px}.viewer-zoom-in:before{background-position:0 0;content:"Zoom In"}.viewer-zoom-out:before{background-position:-20px 0;content:"Zoom Out"}.viewer-one-to-one:before{background-position:-40px 0;content:"One to One"}.viewer-reset:before{background-position:-60px 0;content:"Reset"}.viewer-prev:before{background-position:-80px 0;content:"Previous"}.viewer-play:before{background-position:-100px 0;content:"Play"}.viewer-next:before{background-position:-120px 0;content:"Next"}.viewer-rotate-left:before{background-position:-140px 0;content:"Rotate Left"}.viewer-rotate-right:before{background-position:-160px 0;content:"Rotate Right"}.viewer-flip-horizontal:before{background-position:-180px 0;content:"Flip Horizontal"}.viewer-flip-vertical:before{background-position:-200px 0;content:"Flip Vertical"}.viewer-fullscreen:before{background-position:-220px 0;content:"Enter Full Screen"}.viewer-fullscreen-exit:before{background-position:-240px 0;content:"Exit Full Screen"}.viewer-close:before{background-position:-260px 0;content:"Close"}.viewer-container{-webkit-tap-highlight-color:transparent;-webkit-touch-callout:none;bottom:0;direction:ltr;font-size:0;left:0;line-height:0;overflow:hidden;position:absolute;right:0;top:0;-ms-touch-action:none;touch-action:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.viewer-container ::-moz-selection,.viewer-container::-moz-selection{background-color:transparent}.viewer-container ::selection,.viewer-container::selection{background-color:transparent}.viewer-container:focus{outline:0}.viewer-container img{display:block;height:auto;max-height:none!important;max-width:none!important;min-height:0!important;min-width:0!important;width:100%}.viewer-canvas{bottom:0;left:0;overflow:hidden;position:absolute;right:0;top:0}.viewer-canvas>img{height:auto;margin:15px auto;max-width:90%!important;width:auto}.viewer-footer{bottom:0;left:0;overflow:hidden;position:absolute;right:0;text-align:center}.viewer-navbar{background-color:rgba(0,0,0,.5);overflow:hidden}.viewer-list{box-sizing:content-box;height:50px;margin:0;overflow:hidden;padding:1px 0}.viewer-list>li{color:transparent;cursor:pointer;float:left;font-size:0;height:50px;line-height:0;opacity:.5;overflow:hidden;transition:opacity .15s;width:30px}.viewer-list>li:focus,.viewer-list>li:hover{opacity:.75}.viewer-list>li:focus{outline:0}.viewer-list>li+li{margin-left:1px}.viewer-list>.viewer-loading{position:relative}.viewer-list>.viewer-loading:after{border-width:2px;height:20px;margin-left:-10px;margin-top:-10px;width:20px}.viewer-list>.viewer-active,.viewer-list>.viewer-active:focus,.viewer-list>.viewer-active:hover{opacity:1}.viewer-player{background-color:#000;bottom:0;cursor:none;display:none;right:0;z-index:1}.viewer-player,.viewer-player>img{left:0;position:absolute;top:0}.viewer-toolbar>ul{display:inline-block;margin:0 auto 5px;overflow:hidden;padding:6px 3px}.viewer-toolbar>ul>li{background-color:rgba(0,0,0,.5);border-radius:50%;cursor:pointer;float:left;height:24px;overflow:hidden;transition:background-color .15s;width:24px}.viewer-toolbar>ul>li:focus,.viewer-toolbar>ul>li:hover{background-color:rgba(0,0,0,.8)}.viewer-toolbar>ul>li:focus{box-shadow:0 0 3px #fff;outline:0;position:relative;z-index:1}.viewer-toolbar>ul>li:before{margin:2px}.viewer-toolbar>ul>li+li{margin-left:1px}.viewer-toolbar>ul>.viewer-small{height:18px;margin-bottom:3px;margin-top:3px;width:18px}.viewer-toolbar>ul>.viewer-small:before{margin:-1px}.viewer-toolbar>ul>.viewer-large{height:30px;margin-bottom:-3px;margin-top:-3px;width:30px}.viewer-toolbar>ul>.viewer-large:before{margin:5px}.viewer-tooltip{background-color:rgba(0,0,0,.8);border-radius:10px;color:#fff;display:none;font-size:12px;height:20px;left:50%;line-height:20px;margin-left:-25px;margin-top:-10px;position:absolute;text-align:center;top:50%;width:50px}.viewer-title{color:#ccc;display:inline-block;font-size:12px;line-height:1.2;margin:5px 5%;max-width:90%;min-height:14px;opacity:.8;overflow:hidden;text-overflow:ellipsis;transition:opacity .15s;white-space:nowrap}.viewer-title:hover{opacity:1}.viewer-button{-webkit-app-region:no-drag;background-color:rgba(0,0,0,.5);border-radius:50%;cursor:pointer;height:80px;overflow:hidden;position:absolute;right:-40px;top:-40px;transition:background-color .15s;width:80px}.viewer-button:focus,.viewer-button:hover{background-color:rgba(0,0,0,.8)}.viewer-button:focus{box-shadow:0 0 3px #fff;outline:0}.viewer-button:before{bottom:15px;left:15px;position:absolute}.viewer-fixed{position:fixed}.viewer-open{overflow:hidden}.viewer-show{display:block}.viewer-hide{display:none}.viewer-backdrop{background-color:rgba(0,0,0,.5)}.viewer-invisible{visibility:hidden}.viewer-move{cursor:move;cursor:grab}.viewer-fade{opacity:0}.viewer-in{opacity:1}.viewer-transition{transition:all .3s}@keyframes viewer-spinner{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.viewer-loading:after{animation:viewer-spinner 1s linear infinite;border:4px solid hsla(0,0%,100%,.1);border-left-color:hsla(0,0%,100%,.5);border-radius:50%;content:"";display:inline-block;height:40px;left:50%;margin-left:-20px;margin-top:-20px;position:absolute;top:50%;width:40px;z-index:1}@media (max-width:767px){.viewer-hide-xs-down{display:none}}@media (max-width:991px){.viewer-hide-sm-down{display:none}}@media (max-width:1199px){.viewer-hide-md-down{display:none}}