/* 
 * ------- 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.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%;
}

.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;
}
}


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:#F3AC56;
}

ul.liCircleDot {
	margin-left:0;
}

ul.liCircleDot li {
	padding:0 0 0.5em 20px;
	margin-bottom: 0.7em;
	font-size:110%;
	position: relative;
	border-bottom: 1px dashed #CCC;
}

ul.liCircleDot li::before {
	position: absolute;
    content: '';
    width: 10px;
    height: 10px;
    left: 3rem;
    margin-left: -3rem;
    top: 7px;
    padding: 0;
    border-radius: 5px;
	background:#F3AC56;
}

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.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 0.2em 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;
}


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

ul.liInline2Div li , ul.liInline3Div li , ul.liInline4Div li {
	width:100%;
}
}

ol.liFeature li {
	list-style-type: none;
	list-style-position: outside;
	padding:12px 0 12px 55px;
	margin-bottom:7px;
	background-position:0 0;
	background-repeat:no-repeat;
	line-height:1.2em;
	font-size:1.3em;
	position: relative;
}

ol.liFeature li::before {
	position: absolute;
	content:'';
	width: 2.7rem;
	height: 2.7rem;
	left: 3rem;
	margin-left: -2.7rem;
	top:0;
	border-radius: 2.7rem;
	font-size: 1.8rem;
	padding: 0.5rem 0.8rem 0;
	line-height: 1;
	box-sizing: border-box;
	color:#FFF;
	background-color:#ABC034;
}

ol.liFeature .no1::before {
	 content:'1';
}

ol.liFeature .no2::before {
	 content:'2';
}

ol.liFeature .no3::before {
	 content:'3';
}

ol.liFeature .no4::before {
	 content:'4';
}

ol.liFeature .no5::before {
	 content:'5';
}


.plusUnderLine {
	border-bottom:1px dotted #CCC;
	margin-bottom:12px;
}


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

table th {
	background-color: #705DA8;
	vertical-align:top;
	white-space:nowrap;
	color:#FFF;
}

.tdColor {
	background-color:#FEFBFF;
	text-align:center;
	vertical-align:middle;
}


.tdColorDo {
	background-color:#EAF1FD;
	text-align:center;
	vertical-align:middle;
}

.tdColorBlue {
	background-color:#EAF1FD;
	text-align:center;
	vertical-align:middle;
}

.tdColorYellow {
	background-color:#FCF7DC;
	text-align:center;
	vertical-align:middle;
}

.tdColorGreen {
	background-color:#F2FADA;
	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;
}
.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;
}
/* アンカーのずれを調整 */

#point01, #point02, #point03 {
	margin-top: -180px;
	padding-top:180px;
}
.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 {
    padding-bottom: 65px;
}

}
.no_link {
	
	color:#333 !important;
	font-weight:bold;
	margin-bottom:5px;
}


@media only screen and (min-width: 768px) {
.no_link {
	text-decoration: none ;
	
}

}

.secondaryNavArea .main-nav ul li.nav-home  {
	margin-left:10% !important;

}


@media only screen and (max-width: 768px) {
.secondaryNavArea .main-nav ul li.nav-home  {
	margin-left:0% !important;

}	
}

/*===========================
レスポ化対応
===========================*/

.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;
}



.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;
}

.fcGreen {
	color:#588031;
}



/*-------------------------
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 */

.contPad {
	padding:20px;
	box-sizing: border-box;
}


.contPad50p {
	width:50%;
	margin:0 auto 30px auto;
	box-sizing: border-box;
}

.contPad60p {
	width:60%;
	margin:0 auto 30px auto;
	box-sizing: border-box;
}

.contPad70p {
	width:70%;
	margin:0 auto 30px auto;
	box-sizing: border-box;
}

.contPad80p {
	width:80%;
	margin:0 auto 30px auto;
	box-sizing: border-box;
}

.contPad90p {
	width:90%;
	margin:0 auto 30px auto;
	box-sizing: border-box;
}




/* 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;
}





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

/*-------------------------
onOff
--------------------------*/


.pcONtabletOFF {
	display:none;
}

.pcOFFtabletON {
	display:block;
}

.pcOFFtabletONspOFF {
	display:block;
}

.pcONtabletOFFspON {
	display:none;
}


.txtPCcenterTabletLeft {
	text-align:left;
}
.contPad {
	padding:0;
}

.contPad50p , .contPad60p , .contPad70p , .contPad80p , .contPad90p {
	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;
}


}

@media only screen and (max-width: 600px) {
/*-------------------------
onOff
--------------------------*/

.pcOFFspON {
	display:block;
}

.pcONspOFF {
	display:none !important;
}

.pcONtabletOFFspON {
	display:block;
}

.pcOFFtabletONspOFF {
	display:none;
}


.txtPCcenterSPLeft {
	text-align:left;
}


.txtPCLeftSPcenter  {
	text-align:center;
}


}


/* 特別 */


.clear {
	clear:both;
}

div.clear {
	height:0px;
	line-height:0;
	font-size:0;
}


/* footer_tel footer_mail */ 

@media only screen and (min-width: 480px) {
.footer_tel a, .footer_mail a {
 display: none !important;
}
}

@media only screen and (max-width: 736px) {
footer .footerInner #totop a {
	bottom: 30vw;
}
footer .copyright2 {
	width: 150px;
	margin: 20px auto 80px;
}


.footer_tel a {
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 50px;
    background-color:#705DA8;
    padding: 5px;
    position: fixed;
    z-index: 9999;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    font-size: 2em;
    font-weight: 700;
    color: #FFF !important;
    text-align: center;
	text-decoration: none;
	font-family: 'Noto Sans Japanese';

}
/*
.footer_tel a {
	background-color:#7ab85f;
	padding: 5px;
	position: fixed;
	bottom: 0px;
	width: 50%!important;
	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 #FBE6EC;
	text-decoration: none;
}

*/

.footer_mail a {
	background-color:#7ab85f;
	padding: 5px;
	position: fixed;
	bottom: 0px;
	width: 50%!important;
	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 #FBE6EC;
	text-decoration: none;
}
}

.imgFloatLeft {
	float:left;
	margin:0 2em 1em 0;
}

.imgFloatLeftTabletCenter {
	float:left;
	margin:0 2em 1em 0;
}

.imgFloatRight {
	float:right;
	margin:0 0 1em 2em;
}

.imgFloatRightTabletCenter {
	float:right;
	margin:0 0 1em 2em;
}

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

.imgFloatRightTabletCenter , .imgFloatLeftTabletCenter {
	float:none;
	text-align:center;
}
}

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

.imgFloatRight , .imgFloatLeft {
	float:none;
	margin:0 0 1em 0;
	text-align:center;
}

}

/* 2カラム　複数 */

.lay2Inline {
	width:45%;
	display:inline-block;
	margin:0 2% 1em 2%;
	vertical-align:top;
	box-sizing: border-box;
}


/* 3カラム　複数 */

.lay3Inline {
	width:28%;
	display:inline-block;
	margin:0 2% 30px 2%;
	vertical-align:top;
	box-sizing: border-box;
}

/* 2:1 1:2 */

.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;
}


.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;
}





.txtCenter {
	text-align:center !important;
}

.txtRight {
	text-align:right !important;
}

.txtLeft {
	text-align:left !important;
}

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


/* インラインレイアウト */ 
.lay2Inline , .lay3Inline , .lay4Inline  {
	 width:100%;
	 margin:0 0 2em 0;
}

.layInline2-1_1 , .layInline2-1_2 , .layInline1-2_1 , .layInline1-2_2 {
	float:none;
	width:100%;
	 margin:0 0 2em 0;
}


}

.boxFrame {
	padding:2em 2.5em;
	border:3px double #AFB4DB;
	border-radius: 10px;
	-webkit-border-radius: 10px; 
	-moz-border-radius:10px;
	margin-bottom:40px;
	background: rgba(255,255,255,.5);
}

.boxFrame2 {
	padding:1.5em 1em;
	border:3px double #AFB4DB;
	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 , .boxFrame2 {
	box-sizing: border-box;
	width:100%;
	padding:1em 1em;
}
}


/* contactBtn */

.contactBtnWrap {
	clear:both;
	padding:0 0 0 0;
	text-align:center;
}

.contactBtn {
	display:inline-block;
	vertical-align:top;
	line-height:1;
	margin:0 10px 15px 10px;
}

.txtContacBnr a {
	display:block;
	text-align:center;
	text-decoration:none;
	line-height:normal;
	padding:0.5em 1.5em 0.5em 1em;
	width:190px;
	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;
	color:#FFF !important;
	background-color:#705DA8;
}

.txtContacBnrPC {
	display:block;
	text-align:center;
	text-decoration:none;
	line-height:normal;
	padding:0.5em 1em 0.5em 1em;
	width:190px;
	box-sizing: border-box;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	color:#FFF;
	background-color:#705DA8;
}

.hoverTrans a:hover {
	cursor:pointer;
    filter: alpha(opacity=70);
    -ms-filter: "alpha(opacity=70)"; 
    -moz-opacity:0.7; 
    -khtml-opacity: 0.7; 
    opacity:0.7;
    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;
}

.boxContact {
	padding: 2em 2em 1.6em 2em;
	margin-bottom:2em;
	background: rgba(252,254,242,.9);
	border: double 5px #DAE270;
}

.txtIcon {
	display:inline-block;
	color:#FFF;
	text-align:center;
	line-height:normal;
	padding:0.3em 1em 0.4em 1em;
	background-color:#705DA8;
	margin-bottom:10px;
	border-radius: 5px;
	-webkit-border-radius: 5px; 
	-moz-border-radius: 5px;
}

.txtIcon2 {
	display:block;
	color:#FFF;
	text-align:center;
	line-height:normal;
	padding:0.3em 1em 0.4em 1em;
	background-color:#76A929;
	margin:0 auto 10px auto;
	border-radius: 5px;
	-webkit-border-radius: 5px; 
	-moz-border-radius: 5px;
	width:50%;
	box-sizing: border-box;
}

.txtIcon3 {
	display:block;
	color:#FFF;
	text-align:center;
	line-height:normal;
	padding:0.3em 1em 0.4em 1em;
	background-color:#76A929;
	margin:0 auto 10px auto;
	border-radius: 5px;
	-webkit-border-radius: 5px; 
	-moz-border-radius: 5px;
	width:35%;
	box-sizing: border-box;
	font-size:1.2em;
}

.txtIconMidashi {
	display:block;
	color:#FFF;
	text-align:center;
	line-height:normal;
	padding:0.3em 1em 0.3em 1em;
	background-color:#AFB4DB;
	margin-bottom:10px;
	border-radius: 5px;
	font-size:1.2em;
	box-sizing: border-box;
}

.txtIconMenu {
	display:block;
	color:#FFF;
	text-align:center;
	line-height:normal;
	padding:0.2em 1em 0.2em 1em;
	background-color:#705DA8;
	margin:0 auto 15px auto;
	border-radius: 5px;
	-webkit-border-radius: 5px; 
	-moz-border-radius: 5px;
	box-sizing: border-box;
	font-size:1.1em;
	width:60%;
}

@media only screen and (max-width: 600px) {
	
.txtIcon3 {
	width:100%;
	font-size:1.1em;
}

.txtIconMenu {
	width:100%;
	font-size:1em;
}
}

.boxSimple {
	border: solid 1px #CCC;	
	padding:1em;
}

.boxSimple2 {
	border: solid 1px #CCC;	
	padding:1em;
	background: rgba(250,250,250,.85);
}

.boxSimple3 {
	border: solid 1px #CCC;	
	padding:2em;
	background: rgba(250,250,250,.85);
}

.fcRed {
	color:#BF1C13;
}

.fcOrange {
	color:#ED7614;
}

.fcYellow {
	color:#E9AE25;
}

.fcGreen {
	color:#5BA732;
}

/*///////////////////////////////////////////////
写真を隙間なく交互に配置
///////////////////////////////////////////////*/
.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: #d98b17;
	width: 240px;
	margin-left: -120px;
}
.content_full h3 {/* 要調整 */
	font-weight: 900;
	line-height: 1.3em;
	text-align: center;
	margin-bottom: 1.5em;
	color:#333;
}


.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: #F2FADA;
  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/10.jpg");
}
.photo02{
	background-image:url("../img/content/11.jpg");
}
.photo03{
	background-image:url("../img/content/12.jpg");
}
.photo04{
	background-image:url("../img/content/13.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%;
}
}


/* ここまで */



/* comingsoon */

.comingsoon {
	font-size:3em;
	text-align:center;
	padding:20% 0;
	line-height:normal;
	margin-bottom:2em;
}

.comingsoon2 {
	font-size:2em;
	text-align:center;
	padding:20% 1em;
	line-height:normal;
	margin-bottom:2em;
	border:#ececec 1px solid;
	color:#999;
	background: rgba(255,255,255,.70);
}

@media screen and (max-width: 600px) {
.comingsoon2 {
	padding:10% 0.5em;
	font-size:1.2em;
}
}

.contentCatch {
	font-family: 'Noto Serif JP', serif;
	font-size:180%;
	color:#832973;
	line-height:1.8em;
}

.contentCatchOra {
	font-family: 'Noto Serif JP', serif;
	font-size:180%;
	color:#F3860E;
	line-height:1.8em;
}

@media screen and (max-width: 600px) {
.contentCatch , .contentCatchOra  {
	font-size:120%;
}
}

.txtBnrInline {
	display:inline-block;
	margin-bottom:5px;
}

.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:#705DA8;
	color:#FFF !important;
}



