/* 
 * ------- additional css elements  ---------------------
 */

.content ul.check li {
	padding: 0 0 0.5em 2em;
}


/*===========================
content
===========================*/

.facility-name {
	width: 90px;
	margin: 30px auto;
}
.pic-adjust1 {
	width: 100%;
	height: 450px;
	position: relative;
	overflow: hidden;
}
.pic-adjust1 img {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%); /* Safari用 */
	transform: translate(-50%, -50%);
	-moz-transition: -moz-transform 0.5s linear;
	-webkit-transition: -webkit-transform 0.5s linear;
	-o-transition: -o-transform 0.5s linear;
	-ms-transition: -ms-transform 0.5s linear;
	transition: transform 0.5s linear;
}
.pic-adjust1 img {
	width: 400%;
	max-width: none;
}
/* 
 * ------- 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.circle_nomal li {
	margin-bottom: 0.7em;
	border-bottom: 1px dashed #CCC;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0.5em;
	padding-left: 1.8em;
	margin-right: 1%;
	margin-left: 1%;
	width: 100%;
	box-sizing: border-box;
}
.content ul.circle_nomal 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.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: 44%;
}
.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;
	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;
}
ul.liReseterFloat li {
	display:list-item;
	list-style-type: disc;
	list-style-position: outside;
	padding-left:-10px;
	float:left;
	padding-right:50px;
}
ul.liReseterFloat2 {
	line-height:1.8em;
	margin-left:20px;
}
ul.liReseterFloat2 li {
	display:list-item;
	list-style-type: disc;
	list-style-position: outside;
	padding-left:-10px;
	float:left;
	margin:0 6%;
}

ol.liReseter {
	line-height:1.8em;
	margin-left:20px;
}

ol.liReseter li {
	display:list-item;
	list-style-type:decimal;
	list-style-position: outside;
	padding-left:-10px;
}

ol.liReseter2 {
	line-height:1.8em;
	margin:0 0 20px 50px;
}

ol.liReseter2 li {
	display:list-item;
	list-style-type:decimal;
	list-style-position: outside;
	padding-left:-10px;
}

.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 {
 float: none !important;
 width:  auto!important;
	/* [disabled]overflow: hidden;
*/
}

ul.liReseterFloat li,ul.liReseterFloat2 li {
 float:none;
 margin-bottom:10px;
}
}
 
/*===========================
テーブル
===========================*/

table th {
	background-color: #da4f4f;
	vertical-align:top;
	color:#FFF;
	white-space: nowrap;
}

.tdColor {
	background-color:#FFFBF4;
	text-align:center;
	vertical-align:middle;
}

@media screen and (max-width: 768px) {
	 .noChangeTable table th {
	width:auto;
	display:table-cell;
	vertical-align:middle;
	border-top: 1px #ccc solid;
	border-bottom: 1px #ccc solid;
	box-sizing: border-box;
}
.noChangeTable table td {
	width:auto;
	display:table-cell;
}
 }
/*===========================
地図追加
===========================*/
#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;
}

.tx_redpink {
	color:#EB4E75;
}

.tx_red{
	color:#1e3582;
}

.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:#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: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:1em;
	margin: 2em 0;
	border: double 3px #999;
}
/*===========================
メールリンク
===========================*/
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: #488A64;
	margin-bottom:2px;
	margin-top:5px;
}
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;
}

.add_box {
	border:solid 1px #333;
	padding:3em;
	margin-bottom:2em;
	background-color:#FFF;
}
.add_box table.table-various1 th {
	width:50%;
	text-align:center;
}
.add_box table.table-various1 td {
	width:50%;
	text-align:center;
}
ol.add_num {
	counter-reset:number; /*数字をリセット*/
	list-style-type: none!important; /*数字を一旦消す*/
	padding: 2em;
	border: solid 2px #69A35A;
}
ol.add_num li {
	border-bottom: dashed 1px #69A35A;
	position: relative;
	padding: 0.5em 0.5em 0.5em 30px;
	line-height: 1.5em;
	font-size:1.4em;
	width:42%;
	float: left;
	margin-right:10px;
	margin-left:10px;
}
ol.add_num li:before {
	/* 以下数字をつける */
  position: absolute;
	counter-increment: number;
	content: counter(number);
	/*数字のデザイン変える*/
  display:inline-block;
	background: #69A35A;
	color: white;
	font-family: 'Avenir', 'Arial Black', 'Arial', sans-serif;
	font-weight:bold;
	font-size: 15px;
	border-radius: 50%;
	left: 0;
	width: 25px;
	height: 25px;
	line-height: 25px;
	text-align:center;
	/*以下 上下中央寄せのため*/
  top: 50%;
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.add_linebox {
	border:3px double #416538;
	padding:3em;
	margin-bottom:2em;
}
ul.list1 {
	position:relative;
}
ul.list1 li {
	list-style-type:none !important;
	padding:0 0 0.3em 2.0em;
	margin-bottom:0.7em;
	border-bottom:1px dashed #CCC;
}
ul.list1 li:before {
	position:absolute;
	font-family: 'FontAwesome';
	content:"\f0a4";/*ここを変える*/
	left:0;
	font-size:1.1em;
}
ul.list2 {
	position:relative;
}
ul.list2 li {
	list-style-type:none !important;
	padding:0 0 0.3em 2.0em;
	margin-bottom:0.7em;
}
ul.list2 li:before {
	position:absolute;
	font-family: 'FontAwesome';
	content:"\f0a4";/*ここを変える*/
	left:0;
	font-size:1.1em;
}
ul.list3 {
	position:relative;
}
ul.list3 li {
	list-style-type:none !important;
	padding:0 0 0.3em 1.0em;
	margin-bottom:0.7em;
	float:left;
	width:46%;
	border-bottom:1px dashed #CCC;
}

.mincho{
	font-family:font-family: 'Yu Mincho Light','YuMincho','Yu Mincho','游明朝体','ヒラギノ明朝 ProN','Hiragino Mincho ProN','ＭＳ 明朝', 'MS Mincho',sans-serif;
}

.tx120{
	font-size:120%;
}

@media only screen and (min-width: 480px) {
.footer_tel a, .footer_mail a {
    display: none;
}
}

@media only screen and (max-width: 768px) {
	
ul.list3 li, ol.add_num li{
	
	float: none;
	width: auto;
	
}
.add_box table.table-various1 th {
	width: auto;
	text-align:center;
}
.add_box table.table-various1 td {
	width: auto;
	text-align:center;
}	
	
footer {
	margin-bottom: 65px;
}
.footer_tel a {
    background-color: #000;
    padding: 5px;
    position: fixed;
    bottom: 0px;
   width: 50%;
	/*  width: 100%; */
	box-sizing: border-box;
    font-weight: 700;
    color: #FFF !important;
    left: 0px;
    text-align: center;
    z-index: 9999;
    height: 50px;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    font-size: 2em;
    border-right: 1px solid #ccc;
　　text-decoration: none;
}
.footer_mail a {
	background-color: #000;
   /* padding: 5px; */
    position: fixed;
    bottom: 0px;
    width: 50%;
    font-weight: 700;
    color: #FFF !important;
    text-align: center;
    z-index: 10000;
    height: 50px;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    font-size: 2em;
    right: 0px;
    border-left: 1px solid  #ccc;
　　text-decoration: none;
}
}
.no_link {
	
	color:#333 !important;
	font-weight:bold;
	margin-bottom:5px;
}


@media only screen and (min-width: 768px) {
.no_link {
	text-decoration: none ;
	
}

}



/*===========================
レスポ化対応
===========================*/

.telNoDeco a {
	text-decoration:none !important;
	color:#333 !important;
}

.telNoDeco a:hover {
	filter: alpha(opacity=100) !important;
	-moz-opacity: 1 !important;
	opacity: 1 !important;
}

.telNoDecoWhite a {
	text-decoration:none !important;
	color:#fff !important;
}

.telNoDecoWhite a:hover {
	filter: alpha(opacity=100) !important;
	-moz-opacity: 1 !important;
	opacity: 1 !important;
}

.hoverTrans a:hover {
    cursor:pointer;
    filter: alpha(opacity=50);
    -ms-filter: "alpha(opacity=50)"; 
    -moz-opacity:0.5; 
    -khtml-opacity: 0.5; 
    opacity:0.5;
    zoom:1;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.txtCenter {
	text-align:center !important;
}

.txtRight {
	text-align:right !important;
}

.txtLeft {
	text-align:left !important;
}

.txtSUP {
	font-size: 75.5%;
	vertical-align: top;
	position: relative;
	top: -0.1em;
}

.txtSUP2 {
	font-size: 65%;
	vertical-align: top;
	position: relative;
	top: -0.4em;
}


.txtSUB {
	font-size: 75.5%;
	vertical-align: bottom;
	position: relative;
	top: 0.1em;
}

.fs60p {
	font-size:60% !important;
}

.fs70p {
	font-size:70% !important;
}

.fs80p {
	font-size:80% !important;
}

.fs90p {
	font-size:90% !important;
}

.fs110p {
	font-size:110% !important;
}

.fs120p {
	font-size:120% !important;
	line-height:1.4em !important;
}

.fs130p {
	font-size:130% !important;
	line-height:1.4em !important;
}

.fs140p {
	font-size:140% !important;
	line-height:1.4em !important;
}

.fs140pM {
	font-size:140% !important;
	line-height:1.8em !important;
}

.fs150p {
	font-size:150% !important;
	line-height:1.4em !important;
}

.fs200p {
	font-size:200% !important;
	line-height:1.4em !important;
}

.fcRed {
	color:#E92D05;
}

.fcRedOrange {
	color:#F44806;
}

.fcOrange {
	color:#F57312;
}

.fcYellow {
	color:#F3AB25;
}

.fcYG {
	color:#A7B82C;
}

.fcGreen {
	color:#c21818;
}

.fcSkyB {
	color:#6ABDE6;
}

.fcBlue {
	color:#408BD0;
}

.fcBlueP {
	color:#8B5FCF;
}

.fcRedP {
	color:#AF41B8;
}

.fcWineR {
	color:#C62B71;
}

.fcNavy {
	color:#24276A;
}


.halfIndent {
	text-indent:-0.5em !important;
}



/*-------------------------
onOff
-------------------------*/

.pcOFFtabletON
 {
	display:none;
}

.pcONtabletOFF {
}

.pcONtabletOFFspON {
}


.pcOFFspON {
	display:none;
}

.pcOFFtabletONspOFF {
	display:none;
}


.pcONspOFF {
}

.txtPCcenterSPLeft {
	text-align:center;
}

.txtPCLeftSPcenter {
	text-align:left;
}


.txtPCcenterTabletLeft {
	text-align:center;
}


/* content */


.contPadW50p {
	width:50%;
	margin:0 auto 30px auto;
	box-sizing: border-box;
}

.contPadW60p {
	width:60%;
	margin:0 auto 30px auto;
	box-sizing: border-box;
}

.contPadW70p {
	width:70%;
	margin:0 auto 30px auto;
	box-sizing: border-box;
}

.contPadW80p {
	width:80%;
	margin:0 auto 30px auto;
	box-sizing: border-box;
}

.contPadW90p {
	width:90%;
	margin:0 auto 30px auto;
	box-sizing: border-box;
}

.contPad {
	padding:0 10px;
	margin-bottom:2em;
}


.contPad2 {
	padding:0 1.8em;
	margin-bottom:2em;
}




/* table */

.nowrap {
	white-space: nowrap;
}

.tdW90p {
	width:90%;
	box-sizing: border-box;
}

.tdW80p {
	width:80%;
	box-sizing: border-box;
}

.tdW70p {
	width:70%;
	box-sizing: border-box;
}

.tdW60p {
	width:60%;
	box-sizing: border-box;
}

.tdW50p {
	width:50%;
	box-sizing: border-box;
}

.tdW40p {
	width:40%;
	box-sizing: border-box;
}


.tdW30p {
	width:30%;
	box-sizing: border-box;
}

.tdW20p {
	width:20%;
	box-sizing: border-box;
}

.tdW10p {
	width:10%;
	box-sizing: border-box;
}


.tdCenter {
	text-align:center;
	vertical-align:middle;
}

/*tableをスクロールさせる*/
/* 	スクロール用テーブル  */

.scroll table th {
	text-align:center;
	vertical-align:middle;
}




/*tableにスクロールバーを追加*/
.scroll::-webkit-scrollbar {
 height: 5px;
}

/*tableにスクロールバーを追加*/
.scroll::-webkit-scrollbar-track {
 border-radius: 5px;
 background: #F1F1F1;
}

/*tableにスクロールバーを追加*/
.scroll::-webkit-scrollbar-thumb {
 border-radius: 5px;
 background: #BCBCBC;
}


/* imgFloat */

.imgFloatRight {
	float:right;
	margin:0 0 1em 2em;
}

.imgFloatRightTabletCenter {
	float:right;
	margin:0 0 1em 2em;
}

.imgFloatLeft {
	float:left;
	margin:0 2em 1em 0;
}

.imgFloatLeftTabletCenter {
	float:left;
	margin:0 2em 1em 0;
}



@media screen and (max-width: 768px) {

/*-------------------------
onOff
--------------------------*/


.pcONtabletOFF {
	display:none;
}

.pcOFFtabletON {
	display:block;
}

.pcOFFtabletONspOFF {
	display:block;
}

.pcONtabletOFFspON {
	display:none;
}


.txtPCcenterTabletLeft {
	text-align:left;
}

.contPadW50p , .contPadW60p , .contPadW70p , .contPadW80p , .contPadW90p {
	width:100%;
}

.tdW90p , .tdW80p , .tdW70p , .tdW60p , .tdW50p , .tdW40p , .tdW30p , .tdW20p {
	width:100%;
}

/*tableのセル内にある文字の折り返しを禁止*/
.scroll {
	overflow: auto;
	white-space: nowrap;
	width:100% !important;
	box-sizing: border-box;
}


/*table右に線*/

.scroll {
	border-right: 2px solid #4f4d47;
	overflow-x: scroll;
}

/*tableにスクロールバーを追加*/

.scroll table {
	overflow:scroll;
}
.scroll table th {
	width:auto;
	display:table-cell;
	vertical-align:middle;
	border-top: 1px #ccc solid;
	border-bottom: 1px #ccc solid;
	box-sizing: border-box;
}


.scroll table td {
	width:auto;
	display:table-cell;
}

/* imgFloat */

.imgFloatRightTabletCenter , .imgFloatLeftTabletCenter {
	float:none;
	text-align:center;
}


}

@media only screen and (max-width: 600px) {
/*-------------------------
onOff
--------------------------*/

.pcOFFspON {
	display:block;
}

.pcONspOFF {
	display:none;
}

.pcONtabletOFFspON {
	display:block;
}

.pcOFFtabletONspOFF {
	display:none;
}


.txtPCcenterSPLeft {
	text-align:left;
}


.txtPCLeftSPcenter  {
	text-align:center;
}

/* imgFloat */

.imgFloatRight , .imgFloatLeft {
	float:none;
	margin:0 0 1em 0;
	text-align:center;
}



}


/* 特別 */


.clear {
	clear:both;
}

div.clear {
	height:0px;
	line-height:0;
	font-size:0;
}

.txtIcon {
	display:inline-block;
	color:#FFF;
	background-color:#2F3D73;
	text-align:center;
	line-height:normal;
	padding:0.2em 1em 0.2em 1em;
	margin:0 0 0.4em 0;
	border-radius: 5px;
	-webkit-border-radius: 5px; 
	-moz-border-radius: 5px;
	font-size:1.1em;
}

.txtCap {
	display:inline-block;
	color:#FFF;
	background-color:#333;
	text-align:center;
	line-height:normal;
	padding:0.2em 1em 0.2em 1em;
	border-radius: 5px;
	-webkit-border-radius: 5px; 
	-moz-border-radius: 5px;
	font-size:1em;
}

.txtIcon2 {
	display:inline-block;
	color:#FFF;
	background-color:#2F3D73;
	text-align:left;
	line-height:normal;
	padding:0.2em 1em 0.2em 1em;
	margin:0 0 0.4em 0;
	border-radius: 5px;
	-webkit-border-radius: 5px; 
	-moz-border-radius: 5px;
	font-size:1.1em;
	width:50%;
	box-sizing: border-box;
}

.txtIcon2Block {
	display:block;
	color:#FFF;
	background-color:#2F3D73;
	text-align:left;
	line-height:normal;
	padding:0.2em 1em 0.2em 1em;
	margin:0 0 0.4em 0;
	border-radius: 5px;
	-webkit-border-radius: 5px; 
	-moz-border-radius: 5px;
	font-size:1.1em;
	box-sizing: border-box;
}

@media screen and (max-width: 600px) {
	.txtIcon2 {
	font-size:1em;
	width:100%;
}
}


/*///////////////////////////////////////////////
写真を隙間なく交互に配置
///////////////////////////////////////////////*/
.content_full {
	width: 100% !important;
	margin-left: auto;
	margin-right: auto;
	padding: 2.8em 0;
}


.content_full h2 {
	font-weight: 900;
	line-height: 1.3em;
	text-align: center;
	margin-bottom: 2em;
	position: relative;
	
}

}

.content_full h2::after {
	position: absolute;
	bottom: -16px;
	left: 50%;
	z-index: 1;
	content: '';
	display: block;
	height: 2px;
	background: #1e3582;
	width: 240px;
	margin-left: -120px;
}
.content_full h3 {/* 要調整 */
	font-weight: 900;
	line-height: 1.3em;
	text-align: center;
	margin-bottom: 1.5em;
	color:#00a349;
	font-family: 'Rounded Mplus 1c';
}




.content_full h4 {
	font-weight: 700;
	line-height: 1.3em;
	text-align: left;
	margin-bottom: 1em;
	padding-bottom: 0.5em;
}
/* h3左寄せ */
.content_full h3.tx-left {/* 要調整 */
	text-align: left;
}

.flex_box{
	display: flex;
	justify-content: space-between;
}
.flex_box.row_reverse{
	flex-flow: row-reverse wrap;
}
.item{
	width: 50%;
	min-height: 18em;/* 要調整 */
}
.txt_area{
	background-color: #F8F8F8;
  padding: 60px 0;
}
.txt_box{
	width: 70%;
	margin: 0 auto;
}
.photo_area{
	background-position: 50% 50%;
	background-size: cover;
}
.photo01{
	background-image:url("../img/content/full1.jpg");
}
.photo02{
	background-image:url("../img/content/full2.jpg");
}
.photo03{
	background-image:url("../img/content/full3.jpg");
}
.photo04{
	background-image:url("../img/content/full4.jpg");
}
@media screen and (max-width: 768px) {
.content_full {
	width: 100%;
}
/*
.content_full h2 {
	width: 85%;
	font-size: 2.0em;
}
*/
.flex_box{
	flex-flow: column wrap;
}
.item{
	width: 100%;
}
.txt_area{
	padding: 40px 0;
}
.txt_box{
	width: 85%;
}
.photo_area{
	min-height: 50vh;
}
}

@media screen and (max-width: 420px) {
	
.content_full {
	padding: 1.2em 0;
}

.content_full h2::after {
	width: 40%;
	margin-left: -20%;
}
}


/* ここまで */


/* インラインレイアウト */

.txtCenter {
	text-align:center !important;
}

.txtRight {
	text-align:right !important;
}

.txtLeft {
	text-align:left !important;lay2}

.lay2Inline {
	width:45%;
	display:inline-block;
	margin:0 2% 1em 2%;
	vertical-align:top;
	box-sizing: border-box;
}

.lay3Inline {
	width:28%;
	display:inline-block;
	margin:0 2% 30px 2%;
	vertical-align:top;
	box-sizing: border-box;
}

.lay4Inline {
	width: 21.25%;
	display:inline-block;
	margin:0 1.5% 1em 1.5%;
	vertical-align:top;
	box-sizing: border-box;
}

/*　1：2　*/

.layInline1-2_1 {
	display:inline-block;
	width:32%;
	margin:0 2% 1em 2%;
	vertical-align:top;
}

.layInline1-2_2 {
	display:inline-block;
	width:58%;
	margin:0 2% 1em 2%;
	vertical-align:top;
}


/*　2：1　*/

.layInline2-1_1 {
	display:inline-block;
	width:58%;
	margin:0 2% 1em 2%;
	vertical-align:top;
}

.layInline2-1_2 {
	display:inline-block;
	width:32%;
	margin:0 2% 1em 2%;
	vertical-align:top;
}

/*　1：3　*/

.layInline1-3_1 {
	display:inline-block;
	width:22%;
	margin:0 1.5% 1em 1.5%;
	vertical-align:top;
}

.layInline1-3_2 {
	display:inline-block;
	width:71%;
	margin:0 1.5% 1em 1.5%;
	vertical-align:top;
}

/* autoカラム　複数 */ 


.layAuto {
	display:inline-block;
	margin:0 10px 10px 4px;
	vertical-align:top;
}



@media only screen and (max-width: 600px) {
 
.lay2Inline , .lay3Inline , .lay4Inline , .layInline2-1_1 , .layInline2-1_2 , .layInline1-2_1 , .layInline1-2_2  , .layInline3-1_1 , .layInline3-1_2 , .layInline1-3_1 , .layInline1-3_2  {
	 width:100%;
	 margin:0 0 2em 0;
}

}

/*　追加フレームなど　*/

.frame_crcl_1 {
	border:dotted 6px #F2BC3E;
	padding:2em;
	box-sizing: border-box;
	border-radius: 12px;
	-webkit-border-radius: 12px; 
	-moz-border-radius: 12px;
}

.txtIcon_crcl_1 {
	display:inline-block;
	color:#FFF;
	text-align:center;
	line-height:normal;
	padding:0.2em 3em 0.1em 3em;
	background-color:#F2BC3E;
	margin:0 0 1em 0;
	border-radius: 5px;
	-webkit-border-radius: 1.2em; 
	-moz-border-radius: 1.2em;
	font-size:1.2em;
	letter-spacing:0.5em;
	text-indent:0.5em;
}

.frame_crcl_2 {
	border:dotted 6px #85BB2B;
	padding:2em;
	box-sizing: border-box;
	border-radius: 12px;
	-webkit-border-radius: 12px; 
	-moz-border-radius: 12px;
}

.txtIcon_crcl_2 {
	display:inline-block;
	color:#FFF;
	text-align:center;
	line-height:normal;
	padding:0.2em 3em 0.1em 3em;
	background-color:#85BB2B;
	margin:0 0 1em 0;
	border-radius: 5px;
	-webkit-border-radius: 1.2em; 
	-moz-border-radius: 1.2em;
	font-size:1.2em;
	letter-spacing:0.5em;
	text-indent:0.5em;
}

.frame_crcl_3 {
	border:dotted 6px #6B9FDE;
	padding:2em;
	box-sizing: border-box;
	border-radius: 12px;
	-webkit-border-radius: 12px; 
	-moz-border-radius: 12px;
}

.txtIcon_crcl_3 {
	display:inline-block;
	color:#FFF;
	text-align:center;
	line-height:normal;
	padding:0.2em 3em 0.1em 3em;
	background-color:#6B9FDE;
	margin:0 0 1em 0;
	border-radius: 5px;
	-webkit-border-radius: 1.2em; 
	-moz-border-radius: 1.2em;
	font-size:1.2em;
	letter-spacing:0.5em;
	text-indent:0.5em;
}

.frame_crcl_4 {
	border:solid 3px #FDD7DD;
	padding:2em;
	box-sizing: border-box;
	border-radius: 12px;
	-webkit-border-radius: 12px; 
	-moz-border-radius: 12px;
}

.txtIcon_crcl_4 {
	display:inline-block;
	color:#FFF;
	text-align:center;
	line-height:normal;
	padding:0.2em 3em 0.1em 3em;
	background-color:#F898B7;
	margin:0 0 0.6em 0;
	border-radius: 5px;
	-webkit-border-radius: 1.2em; 
	-moz-border-radius: 1.2em;
	font-size:1.1em;
}

.frame_double {
	border:double 3px #B5CCEE;
	padding:2em 1.5em;
	box-sizing: border-box;
	border-radius: 10px;
	-webkit-border-radius: 10px; 
	-moz-border-radius: 10px;
}

.txtIconMidashi {
	display:inline-block;
	color:#FFF;
	text-align:center;
	line-height:normal;
	padding:0.2em 3em 0.1em 3em;
	background-color:#C72412;
	margin:0 0 0.6em 0;
	border-radius: 5px;
	-webkit-border-radius: 1.2em; 
	-moz-border-radius: 1.2em;
	font-size:1.4em;
}

.frame_recommend {
	border:dotted 1px #FCA576;
	padding:2em;
	box-sizing: border-box;
	border-radius: 10px;
	-webkit-border-radius: 10px; 
	-moz-border-radius: 10px;
	background: rgba(255,255,255,.7);
	margin-bottom:1.5em;
}

.txtIconRecommend {
	display:inline-block;
	color:#FFF;
	text-align:center;
	line-height:normal;
	padding:0.2em 3em 0.1em 3em;
	background-color:#F2892B;
	margin:0 0 0.6em 0;
	border-radius: 10px;
	-webkit-border-radius: 10px; 
	-moz-border-radius: 10px;
	font-size:1.2em;
}

.txtIconBlock {
	display:block;
	color:#FFF;
	text-align:center;
	line-height:normal;
	padding:0.2em 1em 0.1em 1em;
	background-color:#000;
	margin:0 0 0.6em 0;
	border-radius: 10px;
	-webkit-border-radius: 10px; 
	-moz-border-radius: 10px;
	font-size:1.1em;
}

.txtDotMidashi {
	font-size:1.1em;
	border-bottom:1px dotted #ccc;
	margin-bottom:15px;
	padding:0 0.5em;
	box-sizing: border-box;
}

@media screen and (max-width: 600px) {

/*　追加フレームなど　*/
.frame_crcl_1  , .frame_crcl_2  , .frame_crcl_3 , .frame_crcl_4 , .frame_double , .frame_recommend {
	padding:1.5em 1em;
}

.txtIconMidashi {
	text-align:left;
	line-height:normal;
	padding:0.2em 0.5em 0.1em 0.5em;
	border-radius: 5px;
	-webkit-border-radius: 5px; 
	-moz-border-radius: 5px;
	font-size:1.1em;
}
	
.txtIconRecommend {
	padding:0.2em 1em 0.1em 1em;
	background-color:#F2892B;
	margin:0 0 0.4em 0;
	border-radius: 10px;
	-webkit-border-radius: 10px; 
	-moz-border-radius: 10px;
	font-size:1.1em;
}

}

/* インラインリスト　*/

ul.liInline {
}

ul.liInline li {
	display:inline-block;
	padding:0 1.5em 0 20px;
	position: relative;
}

ul.liInline li::before {
	position: absolute;
    content: '';
    width: 10px;
    height: 10px;
    left: 3rem;
    margin-left: -3rem;
    top: 7px;
    padding: 0;
    border-radius: 5px;
	background:#F3AC56;
}

ul.liInline120p {
}

ul.liInline120p li {
	display:inline-block;
	padding:0 1.5em 0 20px;
	position: relative;
	font-size:120%;
}

ul.liInline120p li::before {
	position: absolute;
    content: '';
    width: 10px;
    height: 10px;
    left: 3rem;
    margin-left: -3rem;
    top: 7px;
    padding: 0;
    border-radius: 5px;
	background:#F3AC56;
}

ul.liCircle {
	margin-left:0;
}

ul.liCircle li {
	padding:0 0 0 20px;
	font-size:110%;
	position: relative;
}

ul.liCircle li::before {
	position: absolute;
    content: '';
    width: 10px;
    height: 10px;
    left: 3rem;
    margin-left: -3rem;
    top: 7px;
    padding: 0;
    border-radius: 5px;
	background:#666;
}

ul.liCircle120p {
	margin-left:0;
}

ul.liCircle120p li {
	padding:0 0 0 20px;
	font-size:120%;
	position: relative;
}

ul.liCircle120p li::before {
	position: absolute;
    content: '';
    width: 10px;
    height: 10px;
    left: 3rem;
    margin-left: -3rem;
    top: 7px;
    padding: 0;
    border-radius: 5px;
	background:#F3AC56;
}

.txtBnrInline {
	display:inline-block;
}

.txtBnrInline a {
	display:inline-block;
	text-decoration:none;
	line-height:normal;
	padding:0.2em 2.5em 0.2em 2em;
	margin:0;
	background-image:url(../img/common/btn_arrow.png);
	background-position:right 0.5em center;
	background-repeat:no-repeat;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	background-color:#F75C22;
	color:#FFF !important;
}

ul.liInline2Div {
}

ul.liInline2Div li {
	display:inline-block;
	padding:0 1.5em 0 20px;
	position: relative;
	width:48%;
	box-sizing: border-box;
}

ul.liInline2Div li::before {
	position: absolute;
    content: '';
    width: 10px;
    height: 10px;
    left: 3rem;
    margin-left: -3rem;
    top: 7px;
    padding: 0;
    border-radius: 5px;
	background:#F3AC56;
}

ul.liInline3Div {
}

ul.liInline3Div li {
	display:inline-block;
	padding:0 1.5em 0 20px;
	position: relative;
	width:31%;
	box-sizing: border-box;
}

ul.liInline3Div li::before {
	position: absolute;
    content: '';
    width: 10px;
    height: 10px;
    left: 3rem;
    margin-left: -3rem;
    top: 7px;
    padding: 0;
    border-radius: 5px;
	background:#F3AC56;
}

ul.liInline4Div {
}

ul.liInline4Div li {
	display:inline-block;
	padding:0 1.5em 0 20px;
	position: relative;
	width:24%;
	box-sizing: border-box;
}

ul.liInline4Div li::before {
	position: absolute;
    content: '';
    width: 10px;
    height: 10px;
    left: 3rem;
    margin-left: -3rem;
    top: 7px;
    padding: 0;
    border-radius: 5px;
	background:#F3AC56;
}

ul.liInline120p {
}

ul.liInline120p li {
	display:inline-block;
	padding:0 1.5em 0 20px;
	position: relative;
	font-size:120%;
}

ul.liInline120p li::before {
	position: absolute;
    content: '';
    width: 10px;
    height: 10px;
    left: 3rem;
    margin-left: -3rem;
    top: 7px;
    padding: 0;
    border-radius: 5px;
	background:#2BA7BD;
}

ul.liInline120p2Div li {
	display:inline-block;
	padding:0 1.5em 0 20px;
	position: relative;
	font-size:120%;
	width:48%;
	box-sizing: border-box;
}

ul.liInline120p2Div li::before {
	position: absolute;
    content: '';
    width: 10px;
    height: 10px;
    left: 3rem;
    margin-left: -3rem;
    top: 7px;
    padding: 0;
    border-radius: 5px;
	background:#2BA7BD;
}

@media only screen and (max-width: 600px) {

ul.liInline2Div li , ul.liInline3Div li , ul.liInline4Div li , ul.liInline120p2Div li {
	width:100%;
}
}



	
/* 「※」付きなど用の文字インデント */

.txtInd {
	padding-left:1em;  
	text-indent:-1em; 
}


.goodsWrap {
	margin-bottom:100px;
	background: rgba(252,252,252,1);
	padding:15px;
}

@media screen and (max-width: 600px) {
	
	.goodsWrap {
	margin-bottom:70px;
	padding:10px 5px;
}
}

/* contactBtn */

.contactBtnWrap {
	clear:both;
	padding:0;
	text-align:center;
}

.contactBtn {
	display:inline-block;
	vertical-align:top;
	line-height:1;
	margin:0 10px;
}

.txtContacBnr a {
	display:block;
	text-align:center;
	color:#FFF !important;
	text-decoration:none;
	line-height:normal;
	padding:0.5em 1.5em 0.5em 1em;
	background-color:#da4f4f;
	width:250px;
	box-sizing: border-box;
	background-image:url(../img/common/btn_arrow.png);
	background-position:right 0.5em center;
	background-repeat:no-repeat;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

.txtContacBnrPC {
	display:block;
	text-align:center;
	color:#FFF;
	text-decoration:none;
	line-height:normal;
	padding:0.5em 1em 0.5em 1em;
	background-color:#da4f4f;
	width:250px;;
	box-sizing: border-box;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

@media screen and (max-width: 600px) {
	
/* contactBtn */

.contactBtnWrap {
}

.contactBtn {
	margin:0 10px 10px 0;
}


}

/* 囲み */

.boxSimple {
	border: solid 1px #CCC;	
	padding:1em;
}

.boxSimple2 {
	border: solid 1px #CCC;	
	padding:1em;
	background: rgba(250,250,250,.85);
}

.boxFrame {
	padding:2em;
	border:3px solid #333;
	border-radius: 10px;
	-webkit-border-radius: 10px; 
	-moz-border-radius:10px;
	margin-bottom:40px;
	background: rgba(255,255,255,.85);
}

.boxFrameDouble {
	padding:2em;
	border:3px double #F1C03F;
	border-radius: 10px;
	-webkit-border-radius: 10px; 
	-moz-border-radius:10px;
	margin-bottom:40px;
	background: rgba(255,255,255,.85);
}

@media only screen and (max-width: 600px) {

.boxFrame {
	box-sizing: border-box;
	width:100%;
	padding:1em 1em;
}

.boxFrameDouble {
	box-sizing: border-box;
	width:100%;
	padding:1em 1em;
}

}

ol.liNum {
	counter-reset:number;
	list-style-type: none;
}
ol.liNum li {
	border-bottom: dotted 1px #ccc;
	position: relative;
	padding: 0.5em 0.5em 0.5em 34px;
	line-height: 1.5em;
	font-size:1.2em;
}
ol.liNum li:before{
	position: absolute;
	counter-increment: number;
	content: counter(number);
	display:inline-block;
	background: #293165;
	color: white;
	font-size: 15px;
	border-radius: 50%;
	left: 0;
	width: 25px;
	height: 25px;
	line-height: 25px;
	text-align: center;
	top:17%;
	/*以下 上下中央寄せのため
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);*/
}

ol li:last-of-type {
	border-bottom: none; /*最後のliの線だけ消す*/
}

.fontWB {
	font-weight:bold;
}

