@charset "UTF-8";

/*================================================
 *  一般・共通設定
 ================================================*/
html {
	font-size: 625%;
}


body {
	font-size: .18rem;
	font-family: Noto Sans JP,Futura,Century Gothic,"メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;*/
	line-height: 1.6;
	-webkit-text-size-adjust: 100%;
}

.contents {
	width: 1400px;
	margin: 0 auto;
}

header + .contents {
	padding-top: 50px;
}

.inner {
	position: relative;
	width: 1400px;
	margin: 0 auto;
}

a {
	color: #f00;
}
a:hover {
	color: #f00;
}

h1 {
	font-size: .28rem;
}

h2 {
	font-family: 'M PLUS Rounded 1c', sans-serif;
	margin-bottom: 1.0em;
	font-size: .36rem;
	font-weight: 500;
	color: #000;
	text-align: center;
	line-height: 1.0;
}

h2 span {
	position: relative;
	font-size: .24rem;
}

h3 {
	text-align: center;
	margin-bottom: 1.0em;
	font-size: .24rem;
	color:#000;
}

h3 span {
	position: relative;
	font-weight: 500;
}

h3 span:before {
	position: absolute;
	top: 50%;
	left: -30px;
	z-index: 1;
	content: '';
	display: block;
	width: 1em;
	margin-top: -1px;
	border-top: 2px solid #000;
}

h3 span:after {
	position: absolute;
	top: 50%;
	right: -30px;
	z-index: 1;
	content: '';
	display: block;
	width: 1em;
	margin-top: -1px;
	border-top: 2px solid #000;
}



h4 {
	text-align: center;
	margin-top: 0.25em;
	margin-bottom: 0.25em;
	font-size: .18rem;
	font-weight: 500;
	color:#000;
}

h5 {
	margin-bottom: 0.25em;
	padding-left: 25px;
	font-size: .16rem;
	background: url('../images/bg_arrow_black.png') 0 50% no-repeat;
}

h6 {
	margin-bottom: 0.25em;
	padding-left: 5px;
	font-size: .16rem;
	font-weight: bold;
}

p {
	font-size: .18rem;
	line-height:.36rem;
	margin:0 0 0 0;
	color:#000;
}

ul,ol {
	font-size: .18rem;
	margin:0 0 30px 50px;
	color:#000;
	line-height:.36rem;
}

li:last-child{
	margin-bottom:0px;

}

@media screen and (min-width: 768px) {
	a[href^="tel:"] {
		pointer-events: none;
		color: #000;
		text-decoration:none;
	}
}


img {
	max-width: 100%;
	vertical-align: bottom;
}

em {
	font-weight: bold;
}

strong ,
strong a{
	font-weight: bold;
	color: #f60;
	text-decoration: none;
}

pre {
	margin:1em 0;
	padding:1em;
}

blockquote {
	margin-bottom: 1em;
	padding: 1em;
	border: 1px dotted #ddd;
	border-left: 5px solid #ddd;
}

dt {
	margin-bottom: 0.5em;
}
dd {
	margin-bottom: 1em;
}

table {
	width: 100%;
	margin-top:20px;
	margin-bottom: 1em;
	border-collapse: collapse;
		font-size: .16rem;
}
th {
	padding: 10px;
	text-align: center;
	vertical-align: middle;
	border: 1px solid #47706b;
	background: #9fcac6;
}
td {
	padding: 10px;
	text-align: left;
	border: 1px solid #47706b;
	background: #fff;
}

table.companytable th{
width:30%;
}

table.maptable td{
width:35%;
}


/*================================================
 *  汎用クラス
 ================================================*/
.clear{
	margin: 0;
	padding: 0;
	clear: both;
}

.clearfix:after{
	content: "."; 
	display: block; 
	height: 0; 
	font-size:0;	
	clear: both; 
	visibility:hidden;
}

.clearfix{
	display: inline-block;
} 

.hiddentxt{
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
}

ul.lsdisc li{
	list-style: disc;
}

ol.lsdeci li{
	list-style: decimal;
}

/* 中央寄せ */
.center {
	text-align: center;
}

/* 左寄せ */
.left {
	text-align: left;
}

/* 右寄せ */
.right {
	text-align: right;
}

/* 写真中央寄せ */
.imgC {
	clear:both;
	overflow:hidden;
	margin: 0 auto 50px auto;
	margin-bottom:50px;
	text-align:center;
}
.imgC img {
	margin-bottom:10px;
}

/* 写真左寄せ */
.imgL {
	clear:both;
	overflow:hidden;
	margin-bottom:0px;
}
.imgL img {
	float:left;
	margin:0 10px 0 0;
}


/* 写真右寄せ */
.imgR {
	clear:both;
	overflow:hidden;
	margin-bottom:0px;
}
.imgR img {
	float:right;
	margin:0 0 0 10px;
}


.imgR h2,
.imgL h2{
	margin-bottom: .5em;
	font-size: .36rem;
	font-weight: bold;
	color: #000;
	text-align: left;
	line-height: 1.0;
}

.imgR .priceinfo,
.imgL .priceinfo{
	border-top:1px dotted #066;
	text-align: right;
	margin-bottom:.2rem;
	font-size: .16rem;
}


.imgR p .smltxt,
.imgL p .smltxt{
	font-size:.14rem;
}



/* 写真ズーム */
.zoom {
	overflow: hidden;
}
.zoom img {
	display: block;
	-moz-transition: -moz-transform 0.2s linear;
	-webkit-transition: -webkit-transform 0.2s linear;
	-o-transition: -o-transform 0.2s linear;
	-ms-transition: -ms-transform 0.2s linear;
	transition: transform 0.2s linear;
}
.zoom img:hover {
	-webkit-transform: scale(1.5);
	-moz-transform: scale(1.5);
	-o-transform: scale(1.5);
	-ms-transform: scale(1.5);
	transform: scale(1.5);
}
.zoom img {
	margin-bottom: 0;
}

/* オーバーレイ */
.overlay {
	position: relative;
}
.overlay::after{
	background: rgba(0,0,0,.0);
	content: "　";
	display: block;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	transition: all .3s ease-out;
	pointer-events: none;
}
.overlay:hover::after {
	background: rgba(0,0,0,.2);
	transition: all .3s ease-out;
}
.overlay img {
	margin-bottom: 0;
}

/* SNS ICON */

.snsarea .grey{
	pointer-events:none;
}

.snsarea .grey img{
	-webkit-filter: grayscale(1); /* Webkit */
	filter: gray; /* IE6-9 */
	filter: grayscale(1); /* W3C */
	opacity:0.1;
}




/* ボタン */
.btn a {
	position: relative;
	display: inline-block;
	padding: 8px 40px 8px 40px;
	color: #fff !important;
	text-align: center;
	text-decoration: none;
	-moz-transition: 0.5s;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	transition: 0.5s;
	z-index: 1;
	background: #000;
}
.btn a:hover {
	color: #fff;
	background: #333;
}

/* フェード */
.fade {
	transition: all 2000ms;
	opacity: 0;
	visibility: hidden;
	transform: translate(0px, 50px);
}

.fadein {
	opacity: 1;
	visibility: visible;
	transform: translate(0px, 0px);
} 


/* 2カラム（スマートフォンでは1カラム) */
.twoCol {
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-ms-flex-pack: justify;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	position:relative;
	overflow:hidden;
	margin-bottom:0px;
}
.twoCol .inner {
	position: relative;
	overflow:hidden;
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
	-ms-flex-pack: justify;
	-webkit-box-pack: justify;
	-webkit-justify-content: center;
	justify-content: flex-start;
	-ms-flex-direction: column-reverse;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	flex-direction: column;
	width: 48.98%;
	width: calc((670 / 1400) *100%);
	height: auto;
	margin:0 0 30px 0;
}
.twoCol .inner div:nth-child(2n+1) {
	clear:both;
}

.twoColfirst{
	justify-content: center;
}


/* 3カラム（スマートフォンでは1カラム) */
.threeCol {
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-ms-flex-pack: justify;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	position: relative;
	overflow: hidden;
	margin-bottom:0px;
}
.threeCol .inner {
	position: relative;
	overflow: hidden;
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
	-ms-flex-pack: justify;
	-webkit-box-pack: justify;
	-webkit-justify-content: censpace-betweenter;
//	justify-content: space-between;
	-ms-flex-direction: normal;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	flex-direction: column;
	width: 32.14%;
	width: calc((454 / 1400) *100%);
	margin: 0 0 20px 0;
}


.threeCol .inner:nth-child(3n+1) {
	clear:both;
}

/* 4カラム（スマートフォンでは2カラム) */
.fourCol {
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-ms-flex-pack: justify;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	position: relative;
	overflow: hidden;
	margin-bottom: 0px;
}
.fourCol .inner {
	position: relative;
	overflow: hidden;
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
	-ms-flex-pack: justify;
	-webkit-box-pack: justify;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	-ms-flex-direction: column-reverse;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	flex-direction: column;
	width: 23.46%;
	width: calc((335 / 1400) *100%);
	margin: 0 0 20px 0;
}





/* 5カラム（スマートフォンでは2カラム) */
.fiveCol {
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-ms-flex-pack: justify;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	position: relative;
	overflow: hidden;
	margin-bottom: 0px;
}
.fiveCol .inner {
	position: relative;
	overflow: hidden;
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
	-ms-flex-pack: justify;
	-webkit-box-pack: justify;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	-ms-flex-direction: column-reverse;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	flex-direction: column;
	width: 23.46%;
	width: calc((264 / 1400) *100%);
	margin: 0 0 20px 0;
}




/*================================================
 *  ヘッダー
 ================================================*/
header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	background: none;
}

header:after {
	content: ""; 
	display: block;
	clear: both;
}




.headinfo{
	background: url(../images/wbk.png)  rgba(250,250,250,.95);
	 font-size:.16rem;
	color:#fff;
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-ms-flex-pack: justify;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	border-bottom:1px solid #060;
}

.headinfo a{
	text-decoration:none;
}

.headlogo{
	height:80px;
 }

.headlogo img{
	width:auto;
	height:80px;
 }




.headlogin{
	padding:0px 20px;
	height:30px;
	color: #fff;
	line-height:30px;
	vertical-align: middle;
	margin-right:25px;
	margin-top:25px;
	text-align:right;
	background:#060;
	border-radius: 25px;
	text-decoration:none;

}

.headlogin i{
	font-size:.16rem;
	padding-bottom:5px;
	padding-right:5px;
}

a.headlogin:hover{
	background:#f60;
	color:#fff;
}



header .headerlogoarea{
	display: none;
}



header h1 {
	display: none;
}

header #siteheader {
	width:100%;
	background: url(../images/siteheaderback.png) ;
}

header #siteheader h1{
	background: url(../images/siteheader.png) no-repeat;
	width:1400px;
	height:99px;
	margin:auto;
	position:relatibve;
}

header #siteheader .freedial{
	display:none;
}
header #siteheader .pcindex{
display:block;
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
}



/*================================================
 *  グローバルナビゲーション
 ================================================*/
/* PC用 */
@media print, screen and (min-width:769px) {
	nav.gnav:after {
		content: '';
		display: block;
		clear: both;
	}
	nav.gnav {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	border-radius: 15px;
	margin:20px;
	display:flex;
	justify-content: center;
	 background: rgba(0,30,0,.8);
	}

	/* 共通 */
	nav.gnav ul {
		margin: 0;
		padding: 0;
	}
	nav.gnav ul li {
		position:  relative;
		line-height: 50px;
		margin: 0;
		padding: 0;
		list-style: none;
	}
	nav.gnav ul li a {
		display: block;
		color: #fff;
		font-size: .14rem;
		font-weight: bold;
		text-decoration: none;
		padding:0 10px;
	}
	nav.gnav ul li:hover > a {
		color: #fff;
		background: #030;
	}

	/* 1段目 */
	nav.gnav > ul > li {
		position: relative;
		width: 140px;
		float: left;
		margin: 0;
		padding: 0;
		text-align: center;
		list-style: none;
		line-height: 50px;
	}

	nav.gnav > ul > li:last-child{
		width: 140px;

}

	nav.gnav > ul > li.subnav a {
		padding-right: 20px;
	}
	nav.gnav > ul > li.subnav > a:after {
		position: absolute;
		content: "";
		top: 50%;
		width: 0;
		height: 0;
		margin-top:  -2.5px;
		margin-left: 10px;
		border: 5px solid transparent;
		border-top-color: #fff;
	}

	/* 2段目 */
	nav.gnav ul li ul {
		position: absolute;
		z-index: 3;
		top: 100%;
		left: 0;
		width: 220px;
		margin: 0;
		padding: 0;
	}
	nav.gnav ul li ul li {
		overflow: hidden;
		height: 0;
		color: #fff;
		transition: .2s;
	}
	nav.gnav ul li ul li a {
		padding: 0 15px;
		text-align: left;
		background: #060;
		font-weight: normal;
		font-size: .14rem;
	}
	nav.gnav ul li ul li a:hover {
		background: #696;
	}
	nav.gnav ul li:hover > ul > li {
		overflow: visible;
		height: 40px;
		line-height:  40px;
		border-top: 1px solid #030;
	}
	nav.gnav ul li:hover ul li:last-child {
		border-bottom: none;
	}
	nav.gnav > ul > li:last-child > ul {
		left: 0px;
	}
	nav.gnav ul li ul li ul:before {
		position: absolute;
		content: "";
		top: 17.5px;
		left: -20px;
		width: 0;
		height: 0;
		border: 5px solid transparent;
		border-left-color: #fff;
	}
	nav.gnav > ul > li:last-child ul li ul:before {
		position: absolute;
		content: "";
		top: 17.5px;
		left: 200%;
		margin-left: -20px;
		border: 5px solid transparent;
		border-right-color: #fff;
	}

	/* 3段目 */
	nav.gnav ul li ul li ul {
		top: 0;
		left: 100%;
	}
	nav.gnav ul li ul li ul li {
		width: 100%;
	}
	nav.gnav ul li ul li:hover > ul > li {
		border-bottom: 1px solid #555;
	}
	nav.gnav > ul > li:last-child > ul li ul {
		left: -100%;
	}
	nav.gnav ul li ul li ul li a {
		background: #444;
	}
	nav.gnav ul li ul li ul li a:hover {
		background: #666;
	}

	/* 3段目 */
	nav.gnav > ul {
		display: block !important;
	}
	#spMenu {
		display: none;
	}
}


/*================================================
 *  Body
 ================================================*/

.loader-wrap {
	position: fixed;
	display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    background: #ddd;
	z-index: 999;
}

.loader,
.loader:before,
.loader:after {
  background: #ffffff;
  -webkit-animation: load1 1s infinite ease-in-out;
  animation: load1 1s infinite ease-in-out;
  width: 1em;
  height: 4em;
}
.loader {
  color: #ffffff;
  text-indent: -9999em;
  margin: 88px auto;
  position: relative;
  font-size: 11px;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}
.loader:before,
.loader:after {
  position: absolute;
  top: 0;
  content: '';
}
.loader:before {
  left: -1.5em;
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
.loader:after {
  left: 1.5em;
}
@-webkit-keyframes load1 {
  0%,
  80%,
  100% {
    box-shadow: 0 0;
    height: 4em;
  }
  40% {
    box-shadow: 0 -2em;
    height: 5em;
  }
}
@keyframes load1 {
  0%,
  80%,
  100% {
    box-shadow: 0 0;
    height: 4em;
  }
  40% {
    box-shadow: 0 -2em;
    height: 5em;
  }
}




.contentcol-g{
	background:#e9ffe8;
	width:100%;
	padding-top:80px;
	padding-bottom:80px;
}

.contentcol-w{
	width:100%;
	padding-top:80px;
	padding-bottom:80px;
}


.contentcol-px {
	padding-top:100px;
	padding-bottom:100px;

    min-height: 400px;
    background-position: center top;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;    
	position:relative;
background-color:rgba(255,255,255,0.8);
background-blend-mode:lighten;
}



.contentcol-px.bg-01 {
    background-image: url(../images/bg01.png);
}
.contentcol-px.bg-02 {
    background-image: url(../images/coffeelink.png);
}





/*================================================
 *  フッター
 ================================================*/

#footnav{
	width:100%;
	background: url(../images/bkck.png)  rgba(245,245,245,1.00);
	margin:0 auto;
	border-top:1px solid #ddd;
}

#foot-ctrl{
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	color:#c03;
	margin:0 auto;
	text-align:left;
	zoom: 1;
	padding:50px 0;
	width: 1400px;
	margin: 0 auto;
	display:block;
}

#foot-ctrl h2{
	font-size: .2rem;
	line-height: .28rem;
	font-weight:nomal;
	border-bottom:dotted 1px #696;
	text-align:left;
	color:#696;
	font-weight:bold;
}

#foot-ctrl p{
	font-size: .12rem;
	line-height: .18rem;
	font-weight:nomal;
}
#foot-ctrl ul{
	margin-left:10px;
}

#foot-ctrl li{
	font-size: .14rem;
	line-height: .36rem;
	font-weight:nomal;
}

#foot-ctrl a,
#foot-ctrl a:visited{
	color: #aaa;
	text-decoration: none;
}

#foot-ctrl a:hover{
	color: #333;
	text-decoration: underline;
}

#footnav .ft01,
#footnav .ft02,
#footnav .ft03,
#footnav .ft04,
#footnav .ft05{
	width: calc((1 / 5) *100%);
	float: left;
	position:relative;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	padding: 20px 20px 0px 20px;
}

#footnav .ft01{
}

#footnav .ft01 .flogo{
	display:block;
	margin:0 auto 50px auto;
}

#footnav .ft01 .snsarea{
	margin:10px auto 50px auto;
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-ms-flex-pack: justify;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;


}

#footnav .ft01 .snsarea a img{
	margin-right:5px;
	width:30px;
}

#footnav .ft01 a.ftxtlink{
	display: block;
	margin:10px 0 ;
	font-size: .12rem;
	line-height: .18rem;
	font-weight:nomal;
}


#footnav .ft02{
}

#footnav .ft03{
}

#footnav .ft04{
}

footer {
	clear: both;
	margin-top: 0px;
	border-top:solid 1px #fff;
}


.copyright {
	padding: 45px 0;
	color: #fff;
	font-size: .11rem;
	text-align: center;
	background: #060;
}


/*================================================
 *  ページトップへの戻り
 ================================================*/
.totop {
	position:fixed;
	bottom:15px;
	right:15px;
	z-index:1;
}
.totop a {
	display:block;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background-color: rgba(0,153,0,0.8);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
}

	.totop a:before {
	display: block;
	content: "";
	position: absolute;
	top:21px;
	left: 17px;
	width: 16px;
	height: 16px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}


.totop a:hover{
background:#696;
}

/*================================================
 *  スライドショー
 ================================================*/
.swiper {
	width: 100%;
	height: 100%;
	}

.swiper-slide {
	position:relative;
	text-align: center;
	font-size: 18px;
	background: #fff;

	/* Center slide text vertically 
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;*/
}

.swiper-slide img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.topvideo{
	width: 100%;
	height: 100%;
}

.topvideo video{
	width: 100%;
	height: 100%;
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

#tophead{
	margin-top: 0px;
	position: relative;
	overflow: hidden;
	height:100vh;
	width:100%;
}

#tophead .topcatchshell{
	font-family: 'M PLUS Rounded 1c', sans-serif;
	width:80%;
	 top: 50vh;
	  left: 50%;
	  transform: translateY(-40%) translateX(-50%);
	  -webkit- transform: translateY(-50%) translateX(-50%);
	z-index:10;
	text-align: center;
	position:absolute;
}


.catchcopy{
	font-family: 'M PLUS Rounded 1c', sans-serif;
	font-size:.52rem;
	font-weight:bold;
	color:#fff;
	margin-bottom: 20px;
	line-height:1em;
	  text-shadow: 0px 0px 7px rgba(0,0,0,0.8);

}

.catchcopy .mini{
	font-size:.40rem;
	font-weight:bold;
	color:#fff;
}

.subcatchcopy{
	font-size:.24rem;
	font-weight:normal;
	color:#fff;
	margin-bottom: 20px;
	padding-left:10px;
	line-height:.32rem;
	  text-shadow: 0px 0px 7px rgba(0,0,0,0.8);
}


/*================================================
 *  FORM
 ================================================*/

.form form{ 
	padding:20px;
	}


.form {
	background-color: #fff;
}

.form dl {
	width: 100%;
	padding: 15px 0;
	border-bottom: 1px solid #dcdcdc;
	font-size: 0.16rem;
}
.form dl dt {
	width: 30%;
	float: left;
	padding: 5px 10px 10px 10px;
}
.form dl dd {
	text-align:right;
	width: 60%;
	float: right;
	padding-right: 10px;
}
.form dl dd textarea, .form dl dd .txt {
	background: #fff;
	padding: 0 10px;
	border: 1px solid #dcdcdc;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	width: 50%;
	height: 40px;
	line-height: 40px;
}
.form dl dd textarea {
	width: 90% !important;
	height: 200px;
}
.form dd .ina {
	ime-mode: disabled;
}
.chra li {
	position: relative;
	padding-left: 30px;
	line-height: 30px;
	font-size: 100%;
}
.chra li div {
	position: absolute;
	top: 5px;
	left: 0;
}
.ctSelect {
	background: url(../images/arrow.png) right center no-repeat;
	background-color: #fff;
	padding: 0 10px;
	border: 1px solid #dcdcdc;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	width: 50%;
	height: 40px;
	line-height: 40px;
}


.form input[type="radio"] {
	display: none;
}
.form input[type="radio"] + span {
	display: inline-block;
	position: relative;
	padding: 0 0 0 .36rem;
	margin: 10px .2rem 0 0;
	cursor: pointer;
}
.form input[type="radio"] + span::before {
	position: absolute;
	content: "";
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	background: #fff;
	border: 1px solid #000;
	border-radius: 50%;
	width: .24rem;
	height: .24rem;
	display: block;
}
.form input[type="radio"]:checked + span::after {
	position: absolute;
	content: "";
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	background: #000;
	border-radius: 50%;
	width: .24rem;
	height: .24rem;
	border: 1px solid #00ae7e;
	display: block;
}

.form input[type="checkbox"] {
	display: none;
}
.form input[type="checkbox"] + span {
	display: inline-block;
	position: relative;
	padding: 0 0 0 .36rem;
	margin: 10px .2rem 0 0;
	cursor: pointer;
}
.form input[type="checkbox"] + span::before {
	position: absolute;
	content: "";
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	background: #fff;
	border: 1px solid #000;
	border-radius: 2px;
	width: .24rem;
	height: .24rem;
	display: block;
}
.form input[type="checkbox"]:checked + span::after {
	position: absolute;
	content: "";
	top: 50%;
	left: 0;
	transform: translateY(-50%) rotate(-45deg);
	-webkit-transform: translateY(-50%) rotate(-45deg);
	-moz-transform: translateY(-50%) rotate(-45deg);
	width: .14rem;
	height: .07rem;
	margin-top: -.03rem;
margin-left:.05rem;
	display: block;
	border-left: 3px solid #000;
	border-bottom: 3px solid #000;
}




.forminfotxt{
padding:10px;
margin-bottom:10px;
background:#ddd;
text-align:center;
font-size:.24rem;
}



.kakunin {
    width: 100％;
    margin: 20px auto 20px auto;
  display : -webkit-box;     /* old Android */
  display : -webkit-flex;    /* Safari etc. */
  display : -ms-flexbox;     /* IE10        */
  display : flex;

  -webkit-justify-content: center;       /* Safari etc. */
  -ms-justify-content    : center;       /* IE10        */
  justify-content        : center;
}

.btn_submit {
	width: 150px;
	padding: 15px 0 13px 0;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	background: #666;
	color: #fff;
	text-align: center;
	font-size: 100%;
	font-weight: bold;
margin-left:20px;
}

.btn_submit:hover {
	opacity: 0.8;
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
 -o-transition: 0.s;
	transition: 0.5s;
	cursor: pointer;
}
.required {
	color: #ff0000;
}

.okmsg{
	display:block;
	width: 100%;
	text-align: center;
	padding: 50px 0;
	margin-bottom:20px;
	border-bottom: 1px solid #dcdcdc;
	font-size: .16rem;
}




/*================================================
 *  タブレット・スマートフォン向けデザイン
 ================================================*/
/* テンプレートより小さくなった場合に適用 */
@media screen and (max-width:1399px) {
	.inner {
		width: 100%;
	}

	.contents {
		box-sizing: border-box;
		width: 100%;
		padding: 0 10px;
	}

	footer {
		width: 100%;
	}

	#foot-ctrl{
		width: 100%;
	}

	.lock {
		overflow: hidden;
	}
}


.shortcontents{
	min-height:500px;
}

.gothf{
	font-family: "メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;

}

/*================================================
 *  TOP
 ================================================*/
h2#title01{
	width: 100%;
	height:52px;
	background: url(../images/title01.png) no-repeat;
	background-size:100% auto;
}

.infologo{
	height: 65px;
	text-align: center;
	margin-bottom:30px;
}

.infologo img{
	height: 65px;
}

p.centertxt{
	text-align: center;
	line-height:.3rem;
	margin-bottom:30px;
}

p.pfmenutxt{
	text-align: center;
	line-height:.2rem;
	margin-bottom:30px;
}

.hgatitle{
margin-top:0px !important;
}


.hgabox {
	box-sizing: border-box;
	width:100%;
	font-size:.18rem;
	line-height:.36rem;
	text-align:left;
	margin:40px auto;
    position: relative;
    padding:.3rem;
}

.hgabox:before,.hgabox:after{ 
    content:'';
    width: 40px;
    height: 40px;
    position: absolute;
    display: inline-block;
}

.hgabox:before{
    border-left: solid 1px #ccc;
    border-top: solid 1px #ccc;
    top:0;
    left: 0;
}

.hgabox:after{
    border-right: solid 1px #ccc;
    border-bottom: solid 1px #ccc;
    bottom:0;
    right: 0;
}

.hgatxt {
	font-size:.18rem;
    margin: 0; 
    padding: 0;
}


.banbox .baninner {
	font-family: 'M PLUS Rounded 1c', sans-serif;
	padding:15px;
	position:absolute;
	text-align:left;
	width:100%;
   -moz-box-sizing: border-box;
   -webkit-box-sizing: border-box;
   -o-box-sizing: border-box;
   -ms-box-sizing: border-box;
   box-sizing: border-box;

}

.banbox .baninner h3{
	color:#fff;	
	width:100%;
	text-align: left;
	font-size:.28rem;
	margin-bottom:10px;
}

.banbox .baninner p{
	color:#fff;	
	width:70%;
	text-align: left;
	line-height:.24rem;
}

.banbox .inner a{
	position:absolute;
	bottom:20px;
	right:20px;
}

.banbot{
	padding:0px 20px;
	height:30px;
	color: #fff;
	line-height:30px;
	vertical-align: middle;
	margin:0px;
	text-align:right;
	background:#060;
	border-radius: 25px;
	text-decoration:none;
}

.banbot i{
	font-size:.16rem;
	padding-bottom:5px;
	padding-right:5px;
}

a.banbot:hover{
	background:#f60;
	color:#fff;
}



.banbox .inner img{
	width:100%;
	height:auto;
}



.combot{
	display:block;
	width:40%;
	padding:0px 20px;
	height:40px;
	color: #fff;
	line-height:40px;
	vertical-align: middle;
	margin:30px auto 0px auto;
	text-align:center;
	background:#060;
	border-radius: 25px;
	text-decoration:none;
	font-size:18px;
}


a.combot:hover{
	background:#f60;
	color:#fff;
}



/*================================================
 *  PANNEl
 ================================================*/


.panelrel{
   -moz-box-sizing: border-box;
   -webkit-box-sizing: border-box;
   -o-box-sizing: border-box;
   -ms-box-sizing: border-box;
   box-sizing: border-box;
border:solid 1px #ddd;
}

.panelrel .square,
.panelrel .blank{
	position: rerative;
	width: 100%;
	height: 0;
	padding-bottom:100%;
}


.panelrel .blank{
	background: #eee;
}

.panelrel .image a{
  position: absolute;
	width: 100%;
  height: 80%;
}

.panelrel img {
  width: 100%;
  top: 0;
  right: 0;
  /*bottom: 0;*/
  left: 0;
  margin: auto;
  object-fit: cover;
  }

.panelrel .upart{
	text-align: center;
	position: absolute;
	width: 100%;
	height: 20%;
	bottom: 0;
	background:#696;
  display: flex;
  justify-content: center;
  align-items: center;

}
.panelrel .upart a{
margin:0 20px;
	color:#Fff;
	text-decoration:none;
}


.panelrel .text {
	width:100%;
	position: absolute;
	bottom: 0%;
	left: 50%;
	-webkit-transform: translateY(-15%) translateX(-50%);
	transform: translateY(-15%) translateX(-50%);
	color: #000;
	text-align: center;
	vertical-align: middle;
	pointer-events: none;

  text-shadow: 0px 0px 2px rgba(0,0,0,0.8);

}


.panelrel .under {
	position:absolute;
	top:40%;
	background:#5e6f9d;
	opacity:.7;
	width:100%;
	font-size: 0.16rem;
	font-weight: normal;
	text-align: center;
	line-height: .24rem;
	pointer-events: none;
padding:15px 5px;
  color: #fff;

}


.panelrel img.sq {
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
}


.panelrel .blk {
	width: 100%;
	min-height: 0%;
	padding:5px;
   -moz-box-sizing: border-box;
   -webkit-box-sizing: border-box;
   -o-box-sizing: border-box;
   -ms-box-sizing: border-box;
   box-sizing: border-box;
	border:1px #000 solid;
	background: #b2cbc6;
	font-size: .12rem;
}


.panelstf{
   -moz-box-sizing: border-box;
   -webkit-box-sizing: border-box;
   -o-box-sizing: border-box;
   -ms-box-sizing: border-box;
   box-sizing: border-box;
border:solid 1px #ddd;
}



.panelstf .staffpan,
.panelstf .blank{
	margin:auto;
	position: rerative;
	width: 100%;
	max-height: 250px;
	text-align:left;
  display: flex;
  justify-content: space-between;
  align-items: center;

}


.panelstf .blank{
	position: absolute;
	background: #eee;
	top:0;
	bottom:0;
}

.panelstf .stfimage {
width:30%;
}

.panelstf img {
  width: 100%;
  top: 0;
  right: 0;
  /*bottom: 0;*/
  left: 0;
  margin: auto;
  object-fit: cover;
  }

.panelstf .upart{
	text-align: left;
	width: 65%;
	background:#fff;
	padding:10px;
}

.panelstf .upart .stfname{
	padding-bottom:10px;
	border-bottom:dotted 1px #696;
	font-size:20px;
}

.panelstf .upart .stflicense{
	padding-top:5px;
	font-size:12px;
	display: flex;
	flex-wrap: wrap;
	line-height:1.5em;
}

.panelstf .upart .stflicense dt {
	width: 12%;
	margin:3px 0 3px 0;
}
.panelstf .upart .stflicense dd {
	width: 88%;
	margin:3px 0 3px 0;
}

.accesstitle{
	margin-bottom:50px;
	width:100%;
}

#companyhead{
float:left;
width:25%;
}

.accesslocation{
	border-left:solid 5px #060;
	width:75%;
	float:right;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	padding-left:20px;
}


.accesslocation h3{
	font-size:.24rem;
	font-weight:bold;
	color:#696;
	text-align:left;
	margin-bottom:10px;
}

.accesslocation p{
	font-size:.18rem;
	text-align:left;
	line-height:.3rem;
	margin-bottom:10px;
}

.reclist {
	font-size:.18rem;
	line-height:.3rem;
}

.reclist dt {
	clear: both;
	float: left;
	margin: 0;
	padding: 10px 0;
	vertical-align: top;
	border-bottom: none;
}

.reclist dd {
	margin: 0;
	padding: 10px 0 10px 1.8rem;
	vertical-align: top;
	border-bottom: 1px dotted #333;
}

.reclist .inlist{
  justify-content        : left;
	display: flex;
}

.reclist span{
	display:block;
}

.reclist span.intitle {
width:15%;
}


.snsshell{
	margin:20px 0;
}

.twarea{
	width:49%;
	float:left;
	height:400px;
	margin:auto;
	border:1px solid #060;
	text-align:center !important;
}

.fbarea{
	width:49%;
	float:right;
	height:400px;
	text-align:center !important;
	border:1px solid #060;

}

@media screen and (max-width:767px) {
	.twarea{
		width:100%;
		float:none;
		height:400px;
	}

	.fbarea{
		width:100%;
		float:none;
		height:400px;
	text-align:center;
	margin-top:30px;
}

}




#subtophead{
	margin-top: 80px;
	position: relative;
	overflow: hidden;
	height:500px;
	width:100%;
}

#subtophead .topcatchshell{
	font-family: 'M PLUS Rounded 1c', sans-serif;
	width:80%;
	 top: 50%;
	  left: 50%;
	  transform: translateY(-40%) translateX(-50%);
	  -webkit- transform: translateY(-50%) translateX(-50%);
	z-index:10;
	text-align: center;
	position:absolute;
}


#subtophead img {
	width:100%;
	display: block;
	object-fit: cover;
}



h2.areatitle {
  position: relative;
  color: #333;
  margin: 47px 0 94px 0;
  text-shadow: 0 0 2px white;
}
h2.areatitle:before {
  content: "";
  position: absolute;
  background: #9c9;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  z-index: -1;
}

.ceophoto{
	height:320px;
	float:left;
	display:block;
	margin:0 50px 20px 0;
}

.ceoname{
	display:block;
	text-align: right;
}

.plstxt{
	width:70%;
	margin:50px auto;
	text-align: center;
}

.plsline {
	margin:auto;
	width:40%;
	position: relative;
	height: 1px;
	border-width: 0;
	background-image: -webkit-linear-gradient(left,
	transparent 0%,#090 50%,transparent 100%);
	background-image:         linear-gradient(90deg,
	transparent 0%,#090 50%,transparent 100%);
}

.custbox{
	margin-top:80px;
}

.custtitle{
}

.custtitle {
margin-top:40px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	width:100%;
	text-align: left;
	position: relative;
	padding: .1em .3em .1em 1.5em;
}
.custtitle::before,.custtitle::after {
	position: absolute;
	content: "□";
	width:4px;
	height: 4px;
	color: #393;
}
.custtitle::before {
	left:0;
	top:0;
}
.custtitle::after {
	left: 5.5px;
	top: 7.5px;
}

.polbox{
	margin:80px auto 0 auto;
	width:80%;
}

.pollist li{
	list-style: disc;
	margin:0 0 30px 50px;
}

.polbox h4{
	width:100%;
	text-align: left;
	font-weight:bold;
}

