

/* 
 * ------- 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%;
}
.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 {
	vertical-align:top;
	white-space:nowrap;
	text-align:center;
}

/*===========================
地図追加
===========================*/
#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
===========================*/

.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;
	}
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:#7BB;
	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 #7BB;
	border-top:2px solid #7BB;
	-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: 4em;
    margin: 2em 0;
    border: double 3px #999;
	text-align:center;
}


.com_soon2 {
    padding: 4em;
	width:70%;
	margin:2em 0;
	margin-left:9%;
    border: double 3px #999;
	text-align:center;
	/*background-color:rgba(255, 255, 255, 0.5);*/
}

.box {
    padding: 4em;
    margin: 2em 0;
    border: double 3px #999;

}



table th.add_w{
	width:22%;
	}
 @media screen and (max-width: 768px) {
	 
table th.add_w{
	width:auto
	}
 }
 
 a.arrow_link{
	position:relative;
	display:inline-block;
	padding:0 32px 0 16px;
	color:#fff!important;
	text-decoration:none;
	height:30px;
	line-height:30px;
	border-radius:12px;
	background:#7BB;
	margin-bottom:2em;
	width:90%;
	text-align:center;
}

a.arrow_link:hover{
	filter:alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
}
a.arrow_link:before,
a.arrow_link:after{
	content:"";
	display:block;
	position:absolute;
}
/*a.arrow_mail:before{
	width:16px;
	height:16px;
	background:#fff;
	border-radius:50%;
	right:4px;
	top:4px;
}*/
a.arrow_link:after{
	width:8px;
	height:8px;
	border-right:2px solid #FFF;
	border-top:2px solid #FFF;
	-webkit-transform:rotate(45deg);
	transform:rotate(45deg);
	right:12px;
	top:9px;
}


 
 a.arrow_link2{
	position:relative;
	display:inline-block;
	padding:0 32px 0 16px;
	color:#fff!important;
	text-decoration:none;
	height:30px;
	line-height:30px;
	border-radius:12px;
	background:#7BB;
	margin-bottom:2em;
	width:50%;
	text-align:center;
	margin-left:21%;
}

a.arrow_link2:hover{
	filter:alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
}
a.arrow_link2:before,
a.arrow_link2:after{
	content:"";
	display:block;
	position:absolute;
}
/*a.arrow_mail:before{
	width:16px;
	height:16px;
	background:#fff;
	border-radius:50%;
	right:4px;
	top:4px;
}*/
a.arrow_link2:after{
	width:8px;
	height:8px;
	border-right:2px solid #FFF;
	border-top:2px solid #FFF;
	-webkit-transform:rotate(45deg);
	transform:rotate(45deg);
	right:12px;
	top:9px;
}




/*===========================
メールリンク
===========================*/
a.arrow_mail{
	position:relative;
	display:inline-block;
	padding:0 32px 0 16px;
	color:#fff!important;
	text-decoration:none;
	height:30px;
	line-height:30px;
	border-radius:12px;
	background:#7BB;
	margin-bottom:2px;
}

a.arrow_mail:hover{
	filter:alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
}
a.arrow_mail:before,
a.arrow_mail:after{
	content:"";
	display:block;
	position:absolute;
}
/*a.arrow_mail:before{
	width:16px;
	height:16px;
	background:#fff;
	border-radius:50%;
	right:4px;
	top:4px;
}*/
a.arrow_mail:after{
	width:8px;
	height:8px;
	border-right:2px solid #FFF;
	border-top:2px solid #FFF;
	-webkit-transform:rotate(45deg);
	transform:rotate(45deg);
	right:12px;
	top:9px;
}


.inquiry  th {
	padding: 8px;
	border: 1px #2d697c solid;
	font-weight: bold;
	text-align: left;
	background-color: #458396;
	color: #203335;
}
.w80{
	width:80%;
	margin:auto;
}

.tb th{
	width:30%;
}

/* Flexboxレイアウト */ 

.f-wrap {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: stretch; /* アイテムを上揃えで配置します */
}

.f-wrap-AC {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center; /* アイテムを上下中央で配置します */
}

.f-wrap-HU {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	 /* アイテムの高さを揃える */
}

.f-item1 {
	box-sizing: border-box;
	width: 100%;
	margin-bottom:30px;
}

.f-item1-2 {
	box-sizing: border-box;
	width: 47%;
	margin-bottom:30px;
}

.f-item1-2-t1 {
	box-sizing: border-box;
	width: 47%;
	margin-bottom:30px;
}

.f-item1-3 {
	box-sizing: border-box;
	width: 31%;
	margin-bottom:30px;
}

.f-item1-3-t1 {
	box-sizing: border-box;
	width: 31%;
	margin-bottom:30px;
}

.f-item1-3n2 {
	box-sizing: border-box;
	width: 30%;
}

.f-item2-3 {
	box-sizing: border-box;
	width: 64%;
	margin-bottom:30px;
}

.f-item2-3-t1 {
	box-sizing: border-box;
	width: 64%;
	margin-bottom:30px;
}


.f-item1-4 {
	box-sizing: border-box;
	width: 23%;
	margin-bottom:30px;
}

.f-item3-4 {
	box-sizing: border-box;
	width: 72%;
	margin-bottom:30px;
}

.f-item1-4-t1 {
	box-sizing: border-box;
	width: 23%;
	margin-bottom:30px;
}

.f-item3-4-t1 {
	box-sizing: border-box;
	width: 72%;
	margin-bottom:30px;
}

.f-item1-5 {
	box-sizing: border-box;
	width: 19%;
	margin-bottom:30px;
}

.f-item1-5-t1 {
	box-sizing: border-box;
	width: 19%;
	margin-bottom:30px;
}

.f-item2-5 {
	box-sizing: border-box;
	width: 38%;
	margin-bottom:30px;
}

.f-item2-5-t1 {
	box-sizing: border-box;
	width: 38%;
	margin-bottom:30px;
}

.f-item3-5 {
	box-sizing: border-box;
	width: 57%;
	margin-bottom:30px;
}

.f-item3-5-t1 {
	box-sizing: border-box;
	width: 57%;
	margin-bottom:30px;
}

.f-item1-6 {
	box-sizing: border-box;
	width: 15%;
	margin-bottom:30px;
}

.f-item1-6-t1 {
	box-sizing: border-box;
	width: 15%;
	margin-bottom:30px;
}

.f-Vcenter {
	display:flex;
	justify-content:center;
	align-items:center;
	text-align:center;
	box-sizing: border-box;
}

.f-row-reverse {
	flex-flow: row-reverse wrap;
}

/* 最後のコンテンツを左寄せにする指定 */
.f-wrap:after {
    content: "";
    display: block;
    width: 24%;  /* f-itemに指定したwidthと同じ幅を指定する */
    height: 0;
}

.boxDummy {
	text-align:center;
	background-color: #CCC;
	width:100%;
	height:100%;
	display:flex;
	justify-content:center;
	align-items:center;
	text-align:center;
	box-sizing: border-box;
	padding:1em;
}

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

.f-item1-2-t1 , .f-item1-3-t1 , .f-item2-3-t1 , .f-item1-4-t1 , .f-item3-4-t1 , .f-item1-5-t1 , .f-item2-5-t1 , .f-item3-5-t1 , .f-item1-6-t1 {
	width: 100%;
}

.f-item1-4 , .f-item1-5 , .f-item1-6 {
	width: 49%;
}
}

@media only screen and (max-width: 600px) {
.f-item1-2 , .f-item1-3 , .f-item1-3n2 , .f-item2-3 , .f-item1-4 , .f-item3-4 , .f-item1-5 , .f-item2-5, .f-item3-5 , .f-item1-6 {
	width: 100%;
	margin-bottom:30px;
}

.spOrder1 {
	order:1;
}

.spOrder2 {
	order:2;
}

}

.h2DivLine h2 {
	position: relative;
	display: inline-block;
	background-image: url(../img/top/line_pickup.png);
	background-position: center center;
	background-repeat: repeat-x;
	width: 100%;
	text-align: center;
	z-index: 1;
	font-weight: normal;
	font-size: 1.3rem;
	margin-bottom: 1.3em;
}
.h2DivLine h2:before {
	content: '';
	position: absolute;
	display: inline-block;
	width: 70%;
	height: 1em;
	left: 50%;
	top: 0%;
	-moz-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	background-color: #FFF;
	z-index: -1;
}

