


/* 
 * ------- 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: 45%;
}
.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:top;
	white-space:nowrap;
}

/*===========================
地図追加
===========================*/
#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-various1 .td_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:160%;
	line-height:1.5em;
	margin-bottom:80px;
	text-align:center;
	}
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:#603;
	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 #603;
	border-top:2px solid #603;
	-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: -4%;
 left: 77%;
}
 .after2::after {
 width:22%;
 height:22%;
 bottom: -4%;
 left: 77%;
}

/*----------------------------
freearea
-----------------------------*/


.pickupsecInner {
	padding-bottom:40px;
}
.freearea {
	width:100%;
	padding:8px 4%;
	box-sizing: border-box;
}
.freearea h1{
	font-size:1.9em;
	text-align:center;
	margin-bottom:1em;
}
.freearea p {
	margin-bottom:1.5em;
}
.freearea .btn {
	text-align:center;
	line-height:1;
}
.freearea .btn a{
	display:inline-block;
	border:1px solid #222;
	padding:8px 42px;
	text-decoration:none;
	box-sizing: border-box;
}
.freearea .btn a:hover {
	color:#FFF;
	background-color:#222;
}

.btn1 a{
	font-size:1.4em;
	padding:0.3em 1em;
	background:#000;
	color:#FFF;
	text-decoration:none;
}
.btn1 a:hover{
	opacity:0.6;
}


.btn-square {
  display: inline-block;
  padding: 0.5em 1em;
  text-decoration: none;
  background: #e6826e;/*ボタン色*/
  color: #FFF;
  border-bottom: solid 4px #8f6a5e;
  border-radius: 3px;
  font-size:1.4em;
}
.btn-square a{
	text-decoration:none;
	color:#f7ede9;
}

.btn-square:active {
  /*ボタンを押したとき*/
  -webkit-transform: translateY(4px);
  transform: translateY(10px);/*下に動く*/
  border-bottom: none;/*線を消す*/
}

.btn-square2 {
  display: inline-block;
  padding: 0.5em 1em;
  text-decoration: none;
  background: #e6826e;/*ボタン色*/
  color: #FFF;
  border-bottom: solid 4px #8f6a5e;
  border-radius: 3px;
}
.btn-square2 a{
	text-decoration:none;
	color:#f7ede9;
}

.btn-square2:active {
  /*ボタンを押したとき*/
  -webkit-transform: translateY(4px);
  transform: translateY(10px);/*下に動く*/
  border-bottom: none;/*線を消す*/
}


/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc { display: inline-block !important; }
.sp { display: none !important; }
/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 960px) {
.pc { display: none !important; }
.sp { display: block !important; }
}


/* wp */
.btn2 {
  margin-top: 5px;
}
.btn2 a {
  text-align: center;
  text-decoration: none;
  color: #FFF !important;
  position: relative;
  display: inline-block;
  padding: 0 1em;
  line-height: 30px;
  background: #D5BE9C;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  transition: all .3s;
  -webkit-transition: all .3s;
  box-shadow: 1px 1px 5px #333;
}
.btn2 a:hover {
    background-color: #D5BE9C;
}

.tx-center {
  text-align: center
}
.tx-left {
  text-align: left;
}
.tx-right {
  text-align: right;
}
.tx_marker {
  background: linear-gradient(transparent 75%, #fff799 75%);
  font-weight: bold;
  display: inline;
}
.titleWrap {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center; /* 縦方向中央揃え（Safari用） */
  align-items: center; /* 縦方向中央揃え */
}
.thumbnail {
    float: left;
}
.thumbnail img {
    width: 100px!important;
}
.data {
    margin-left: 20px;
    display: inline-block;
    float: left;
    font-weight: bold;
    font-size: 1.1em;
}
.title {
    margin-left: 20px;
    display: inline-block;
}
@media screen and (max-width: 480px) {
.thumbnail {
    float: none;
    text-align: center;
}
.data {
    float: none;
}
.title {
    margin-left: 20px;
    display: block;
}
}
.blog li {
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px dotted #CCCCCC;
}

