/* 
 * ------- additional css elements  ---------------------
 */


/*----------------------------
free area
-----------------------------*/

.free-area {
	width:100%;
	border-top:1px solid #d7d7d7;
	padding: 50px 0;
	background-image:url(../img/top/bg_freearea.png);
	background-position: 2% bottom;
	background-repeat: no-repeat;
}

.free-area .inner {
	width: 90%;
	max-width: 1200px;
	margin: 0 auto;
}
.free-area .inner h2 {
	margin: 0;
	padding: 0;
	margin-bottom: 0.5em;
	width: 100%;
	background-color: #333;
	background-image: url(../img/top/bg_patten1.png);
	color: #fff;
	padding: 5px 10px;
	box-sizing: border-box;
	border-radius: 2px;
	line-height: 1;
}



/*----------------------------
table
-----------------------------*/




table.table-weekcalender th {
	text-align:center;
	background-color: rgba(160, 160, 160, 0.5);
}
table.table-weekcalender td {
	background-color: rgba(255, 255, 255, 0.8);
	text-align:center;
}
table.table-weekcalender td:first-child {
	text-align: center;
}

table.table-weekcalender {
	margin-bottom: 10px;
}


@media only screen and (max-width: 768px) {
	
table.table-weekcalender {
 display: block;
 border-top:none;
 width:100%;
}
table.table-weekcalender thead {
 display: block;
 float: left;
 border-bottom: 1px #ddd solid;
	width: 0%;
	box-sizing: border-box;
}
table.table-weekcalender tbody {
 display: block;
 width: 100%;
 position: relative;
 overflow-x: auto;
 white-space: nowrap;
	border-bottom: 1px #ddd solid;
}
table.table-weekcalender th {
 display: block;
 width:auto;
 border-top: 1px #ddd solid;
 border-bottom:none;
 border-right:1px #ddd solid;
 width:100%;
	padding: 8px 15px;
	box-sizing: border-box;
}
table.table-weekcalender tbody tr {
display: inline-block;
vertical-align: top;
margin: 0 0;
	width: 100%;
}
table.table-weekcalender td {
 display: block;
 border-bottom:none;
 text-align:center;
 border-left:none;
	padding: 8px 0;
	background: none;
	text-indent: 20px;
}
}




/* 
 * ------- additional css elements  ---------------------
 */


/*===========================
リスト
===========================*/
.content ul.nb_circle, .content ul.circle2, .content ul.circle3, .content ul.nb_check, .content ul.check2, .content ul.check3 {
	position: relative;
	transform: rotate(0.05deg);
}

.content ul.nb_circle li {
	padding: 0 0 0.5em 1.2em;
}
.content ul.nb_circle li:before {
	position: absolute;
	content: "";
	width: 6px;
	height: 6px;
	background-color: #222;
	border-radius: 50%;
	left: 0.5em;
	margin-top: 0.6em;
}
.content ul.nb_check li {
	padding: 0 0 0.5em 1.6em;
}
.content ul.nb_check li::before {
	position: absolute;
	content: "\f14a";
	font-family: FontAwesome;
	left: 0.3em;
	font-size: 1.3em;
}
.content ul.circle2 li, .content ul.check2 li {
	margin-bottom: 0.7em;
	border-bottom: 1px dashed #CCC;
	float: left;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0.5em;
	padding-left: 1.8em;
	margin-right: 1%;
	margin-left: 1%;
	width: 41%;
}
@media only screen and (max-width: 400px) {
	.content ul.circle2 li, .content ul.check2 li {
	width: 91%;
}
}
.content ul.circle2 li:before {
	position: absolute;
	content: "";
	width: 6px;
	height: 6px;
	background-color: #222;
	border-radius: 50%;
	/* [disabled]left: 0.5em; */
	margin-top: 0.6em;
	margin-left: -1em;
}
.content ul.check2 li::before {
	display: block;
	position: absolute;
	content: "\f14a";
	font-family: FontAwesome;
	font-size: 1.3em;
	margin-left: -1.2em;
}

.content ul.circle3 li {
	margin-bottom: 0.2em;
	margin-top: 0.2em;
	float: left;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0.5em;
	padding-left: 0;
	margin-right: 35px;
	width: 7.5em;	
}
.content ul.check3 li {
	margin-bottom: 0.2em;
	margin-top: 0.2em;
	float: left;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0.5em;
	padding-left: 1.8em;
	margin-right: 35px;
	
}
.content ul.circle3 li:before {
	position: absolute;
	content: "";
	width: 6px;
	height: 6px;
	background-color: #222;
	border-radius: 50%;
	/* [disabled]left: 0.5em; */
	margin-top: 0.6em;
	margin-left: -1em;
}
.content ul.check3 li::before {
	display: block;
	position: absolute;
	content: "\f14a";
	font-family: FontAwesome;
	font-size: 1.3em;
	margin-left: -1.2em;
}

.content ul.circle4 li {
	margin-bottom: 0.2em;
	margin-top: 0.2em;
	float: left;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0.5em;
	padding-left: 1.8em;
	margin-right: 35px;
	transform: rotate(0.05deg);
}
.content ul.check4 li {
	margin-bottom: 0.2em;
	margin-top: 0.2em;
	float: left;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0.5em;
	padding-left: 1.8em;
	margin-right: 35px;
	
}
.content ul.circle4 li:before {
	position: absolute;
	content: "";
	width: 6px;
	height: 6px;
	background-color: #222;
	border-radius: 50%;
	/* [disabled]left: 0.5em; */
	margin-top: 0.6em;
	margin-left: -1em;
}
.content ul.check4 li::before {
	display: block;
	position: absolute;
	content: "\f14a";
	font-family: FontAwesome;
	font-size: 1.3em;
	margin-left: -1.2em;
}

ul.liReseter {
	line-height:1.8em;
	margin-left:20px;
	transform: rotate(0.05deg);
}
ul.liReseter li {
	display:list-item;
	list-style-type: disc;
	list-style-position: outside;
	padding-left:-10px;
}
ul.liReseter2 {
	line-height:1.8em;
	margin:0 0 12px 30px;
	transform: rotate(0.05deg);
}
ul.liReseter2 li {
	display:list-item;
	list-style-type: disc;
	list-style-position: outside;
	padding-left:-10px;
}
ul.liReseterFloat {
	line-height:1.8em;
	margin-left:20px;
	transform: rotate(0.05deg);
}
ul.liReseterFloat li {
	display:list-item;
	list-style-type: disc;
	list-style-position: outside;
	padding-left:-10px;
	float:left;
	padding-right:60px;
}

.content ol.number-list2 {
	display: block;
	list-style-position: outside;
}
.content ol.number-list2 li {
	list-style-type: decimal;
	padding: 0 0 0 10px;
	margin-left: 2em;
}

@media screen and (max-width: 768px) {
ul.circle2 li, ul.check2 li {
	width: 40%;
}
ul.liReseterFloat li {
	float:none;
	margin-bottom:10px;
}

}

@media screen and (max-width: 400px) {
ul.circle2 li, ul.check2 li {
	float: none;
	width: 90%;
	/* [disabled]overflow: hidden; */
}
}

/*===========================
テーブル
===========================*/

table th {
	padding: 8px;
	border: 1px #dadada solid;
	font-weight: bold;
	background-color: #EEE;
	font-weight: bold;
	vertical-align:middle;
	white-space:nowrap;
	text-align:center;
}

.add_c{
	background-color:#F8F8F8;}
/*===========================
地図追加
===========================*/
#map_canvas2, #map_canvas3, #map_canvas4, #map_canvas5, #map_canvas6, #map_canvas7 {
	height:300px;
	margin-bottom:1em;
}
 @media screen and (max-width: 768px) {
#map_canvas2, #map_canvas3, #map_canvas4, #map_canvas5, #map_canvas6, #map_canvas7 {
	width:100%;
}
}
/*===========================
other
===========================*/

h2 {
	color: #333;
	letter-spacing: 1px;
	font-weight: normal;
	font-family: 'Noto Sans Japanese', sans-serif;
}
h2 {
	font-size: 1.25em;
	margin: .75em 0;
	line-height:1.5em;
}
.indent-1 {
	text-indent: -1em;
	padding-left: 1em;
	display: block;
}
.transform {
	transform: rotate(0.05deg);
}
table.table-various5 {
	width:100%;
	padding-top:1.5em;
}
table.table-various5 caption {
	display:none;
}
table.table-various5 tr {
}
table.table-various5 th {
	padding:9px 5px;
	border:none;
	border-bottom: 1px #dadada solid;
	background-color:transparent;
	text-align:center!important;
}
table .table_center
{
		text-align:center!important;
	}
/*===========================
news
===========================*/

.news dl {
}
.news dl dt {
	clear:both;
	float:left;
	width: 5em;
	line-height:1.2em;
	padding:0.2em 0;
}
.news dl dd {
	float:left;
	line-height:1.2em;
	padding:0.2em 0;
	width:22em;
}
.tx-em {
	background: linear-gradient(transparent 62%, rgba(255, 250, 137, 0.71) 0%);
}
.tx_green{
	font-size:130%;
	line-height:1.5em;
	color:#00B300;
	}
	
.fream{
	border: 1px solid #CCC;
	}

.tx_name{
	font-size:180%;
	line-height:1.5em;
	margin-bottom:20px;
	text-align:center;
	}
@media screen and (max-width: 768px) {
.tx_name{
	font-size:130%;
	line-height:1.5em;
	margin-bottom:20px;
	text-align:left;
	}
	 }
table td .midiam{
		
}
a.arrow3{
	position:relative;
	display:inline-block;
	padding:0 32px 0 16px;
	color:#fff;
	text-decoration:none;
	height:24px;
	line-height:24px;
	border-radius:12px;
	background:#408080;
	margin-bottom:2px;
}
a.arrow3:before,
a.arrow3:after{
	content:"";
	display:block;
	position:absolute;
}
a.arrow3:before{
	width:16px;
	height:16px;
	background:#fff;
	border-radius:50%;
	right:4px;
	top:4px;
}
a.arrow3:after{
	width:4px;
	height:4px;
	border-right:2px solid #408080;
	border-top:2px solid #408080;
	-webkit-transform:rotate(45deg);
	transform:rotate(45deg);
	right:10px;
	top:9px;
}
.tx-red {
	background: linear-gradient(transparent 62%, rgba(255, 100, 100, 0.71) 0%);
}

/*===========================
縦写真
===========================*/

.before2, .after2 {
	position: relative;
}
 .before2::after {
 position: absolute;
 content:" ";
 display:inline-block;
 background:url(../img/common/watermark_before.png);
 background-repeat: no-repeat;
 background-size:contain;
 z-index: 1;
}
 .after2::after {
 position: absolute;
 content:" ";
 display:inline-block;
 background:url(../img/common/watermark_after.png);
 background-repeat: no-repeat;
 background-size:contain;
 z-index: 1;
}
.before2::after {
 width:22%;
 height:22%;
 bottom:2%;
 left: 77%;
}
 .after2::after {
 width:22%;
 height:22%;
 bottom:2%;
 left: 77%;
}
.tx_s{
	font-size:0.92em;}
.tx_dot{
	margin-bottom:20px;
	border-bottom:dashed #666 1px;
	font-size:1.2em;
	font-weight:bold;
	padding-bottom:5px;}


.com_soon {
    padding: 0.5em 1em;
    margin: 2em 0;
    border: double 3px #999;
	text-align:center;
}
.com_soon p {
    margin: 0; 
    padding: 50px;
	font-size:1.3em;
	color:#808080;
}
/*===========================
link box
===========================*/



.cont p a {
	color: #FFF;
	text-decoration: none;
	text-align: center;
	height: 100%;
	width: 50%;
	display: block;
	line-height: 45px;/*ボックスの高さ1*/
	background-color:#408080;/*ボックスのカラー*/
	margin-left:25%;
}
.cont p a:hover{
	filter:alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
}
.cont p {
	height: 45px;/*ボックスの高さ2*/
}

.cont02 p a {
	color: #FFF;
	text-decoration: none;
	text-align: center;
	height: 100%;
	width: 100%;
	display: block;
	line-height: 45px;/*ボックスの高さ1*/
	background-color:#408080;/*ボックスのカラー*/
	
}
.cont02 p a:hover{
	filter:alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
}
.cont02 p {
	height: 45px;/*ボックスの高さ2*/
}

 @media screen and (max-width: 768px) {
	 .cont p a {

	width: 100%;
	margin-left:0;
}
 }
/*===========================
フォントオーサムのリスト
===========================*/

ul.list2{
	position:relative;
}
ul.list2 li {
	list-style-type:none !important;
	padding:0 0 0.3em 1.4em;
	margin-bottom:0.7em;
	border-bottom:1px dashed #CCC;
}
ul.list2 li:before {
	position:absolute;
	font-family: 'FontAwesome';
	content:"\f001";/*ここを変える*/
	left:0;
	color:#A9D3D3;
	font-size:1.1em;
}
[href^="tel"] {
    text-decoration: none;
    color: #333;
    cursor: default;
    pointer-events: none;
}
@media screen and (max-width: 768px) {
    [href^="tel"] {
        pointer-events: auto;
    }
}
/*===========================
wp
===========================*/
ul.blog li{
   margin-bottom:20px;
   padding-bottom:10px;
   border-bottom:1px dotted #999;
}
.tx-right {
	text-align:right;
}
.titleWrap {
	display: flex;
  align-items: center;
}
.data {
    margin-left: 15px;
    display: inline-block;
}
.title {
    margin-left: 15px;
	display: inline-block;
}

.imghover:hover{
	opacity:0.6;
	transition:0.6s;
}
@media only screen and (max-width: 480px) {
ul.blog li{
   margin-bottom:40px;
}
.titleWrap {
    display: block;
    align-items: center;
}
span.txtCenter {
    display: block;
    text-align:center;
	margin:20px auto;
}	
.data {
    margin-left: 0;
	display: block;
    text-align:center;
	margin:10px auto;
}
.title {
    margin-left: 0;
	display: block;
    text-align:center;
	margin:10px auto 30px;
}	
}



.emergencyWrap {
  position: fixed;
  right: 1%;
  bottom: 5%;
  z-index: 1000;
  padding: 10px 30px;
  background-color: #20993b;
  border-bottom: 6px solid #3fb75a;
  border-radius: 12px;
}

@media screen and (max-width: 768px) {
  .emergencyWrap {
    right: 0px;
    bottom: 0;
    width: 100%;
    border-radius: 0;
    border: none;
    background-color: #20993b;
  }
}

.emergencyWrap > span {
  display: block;
  margin-bottom: 8px;
  margin-top: 3px;
  color: #fff;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
}

.emergencyWrap .emergencyBtnWrap {
  display: block;
}

@media screen and (max-width: 768px) {
  .emergencyWrap .emergencyBtnWrap {
    /*display: flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;*/
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
  }
}

.emergencyWrap a {
  display: block;
  margin-bottom: 0px;
  margin-top: 8px;
  padding: 2px;
  color: #fff;
  background-color: #38b153;
  border-radius: 5px;
  text-align: left;
  font-size: 14px;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .emergencyWrap a {
    margin: 3px 8px;
  }
}

.emergencyWrap a.tel {
  display: block;
  padding: 8px 8px;
  color: #fff;
  text-align: center;
  font-size: 14px;
  letter-spacing: 1px;
  font-weight: bold;
}

.emergencyWrap a.tel .fa-phone-volume {
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  font-size: 20px;
}

.emergencyWrap a.tel span {
  display: inline-block;
  vertical-align: middle;
  margin-left: 2px;
}

.emergencyWrap a.tel:hover {
  background-color: #69d782;
  text-decoration:none;
}

.emergencyWrap a.contact {
  display: block;
  padding: 8px 8px;
  color: #fff;
  text-align: left;
  font-size: 14px;
  letter-spacing: 1px;
  font-weight: bold;
}
.emergencyWrap a.contact .fa-envelope {
  color: #fff;
  font-size: 20px;
  display: inline-block;
  vertical-align: middle;
}

.emergencyWrap a.contact span {
  display: inline-block;
  margin-left: 35px;
  display: inline-block;
  vertical-align: middle;
}

.emergencyWrap a.contact:hover {
  background-color: #69d782;
  text-decoration:none;
}

@media screen and (max-width: 768px) {
  .emergencyWrap a.contact {
    text-align: center;
	    padding: 8px 0px 8px 8px;
  }
  .emergencyWrap a.tel span {
    font-size:14px;
	font-weight:900;
}
  .emergencyWrap a.contact span {
  display: block;
  margin-left: 15px;
  text-align:center;
  margin:auto;
}
.emergencyWrap a.contact .fa-envelope {
  color: #fff;
  font-size: 20px;
  display: block;
  text-align:center;
   margin:auto;
}
}

@media screen and (max-width: 340px) {
.emergencyWrap a.tel span {
    font-size:13px;
	font-weight:900;
}
}/*　addに追加　*/
.emergencyWrap {
    box-sizing: border-box;
}
@media screen and (max-width: 768px) {
	    .emergencyWrap .emergencyBtnWrap {
       
        display: flex;
        justify-content: center;
    }
    .emergencyWrap a.tel {
        display: inline-block;
        padding: 8px 8px;
        color: #fff;
        text-align: center;
        font-size: 14px;
        letter-spacing: 1px;
        font-weight: bold;
        box-sizing: border-box;
    }
	footer {
	padding-bottom: 150px;
}

}