@charset "UTF-8";

/*================================================
 *  一般・共通設定
 ================================================*/
html {
	font-size: 625%;
}


body {
	font-size: .18rem;
	/*font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;*/
/*font-family:"Noto Serif JP", "Hiragino Mincho ProN", serif;*/
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: 1200px;
	margin: 0 auto;
}

.contents100 {
	width: 100%;
	margin: 0 auto;
}


header + .contents {
	padding-top: 50px;
}

.inner {
	position: relative;
	width: 1200px;
	margin: 0 auto;
}

a {
	color: #f00;
}
a:hover {
	color: #f00;
}

h1 {
	font-size: .28rem;
}

h2 {
	margin-bottom: .2em;
	font-size: .30rem;
	font-weight: 500;
	color: #000;
	text-align: center;
	line-height: 1.0;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

h2 span {
	position: relative;
	font-size: .24rem;
}


p.subtitle {
  display: flex;
  align-items: center;/* 縦位置の調整 */
  justify-content: center;/* 横位置の調整 */
	margin-bottom: 2.0em;
	font-weight:400;
}

p.subtitle::before,
p.subtitle::after {
  content: '';
  flex-grow: 0.03;/* 少数にする */
  height: 1px;
  background: black;
}

/* 見出しの文字と横棒の間隔を開ける */
p.subtitle::before {
  margin-right: 20px;
}

p.subtitle::after {
  margin-left: 20px;
}



h3 {
	text-align: center;
	margin-bottom: 1.0em;
	font-size: .24rem;
	color:#000;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

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;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

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;
	font-weight:300;
}

ul,ol {
	font-size: .18rem;
	margin:0 0 30px 50px;
	color:#000;
	line-height:.36rem;
	font-weight:300;
}

li:last-child{
	margin-bottom:0px;

}

@media screen and (min-width: 768px) {
	a[href^="tel:"] {

  &:hover {
		pointer-events: auto;
  }
  &:active {
    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;
}


.disptxt{
display:none;
}

.centermid{
	display: flex;
	justify-content: center;
	align-items: center;
}

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: 49%;
	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%;
	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: 24%;
	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: 19%;
	margin: 0 0 20px 0;
}




/*================================================
 *  ヘッダー
 ================================================*/
header {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	background: none;
	color: #fff;
}

header:after {
	content: ""; 
	display: block;
	clear: both;
}

header.underpage {
	background: #fff;
	color: #000;
}

header .headerlogoarea{
	display: none;
}

header .headfirst{
	background:#ff8021;
}

header .headfirst p{
	color:#fff;
	font-size:.12rem;
	line-height:1em;
	max-width:1400px;
	padding:5px;
	margin:0 auto;
}

header .headsecond {
	max-width:1400px;
	margin:0 auto;
}


header .headsecond ul{
	display:flex;
	justify-content: flex-end;
	margin:0;
}

header .headsecond li {
		margin: 0;
		padding: 0;
		list-style: none;
	}


header .headsecond ul li a {
		display: block;
		color: #fff;
		font-size: .14rem;
		font-weight:bold;
		line-height: 4em;
		font-weight: noemal;
		text-decoration: none;
	padding:0 13px 0 10px;
	position: relative;
}

header .headsecond ul li a:after{
	display: block;
	content: "";
	position: absolute;
	top: 24px;
	right: 0px;
	width: 0;
	height: 0;
	border: 5px solid transparent;
	border-left: 5px solid #fff;
}

header .headsecond ul li:hover > a {
	color: #fff;
}

header.underpage .headsecond ul li a {
		color: #000;
}

header.underpage .headsecond ul li a:after{
	border-left: 5px solid #000;
}

header.underpage .headsecond ul li:hover > a {
	color: #000;
}


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;
}

.navfix {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background-color:rgba(255,255,255,0.8);
	color:#000;
	animation: fadein .5s ease-out forwards;
	box-shadow: 0px 4px 4px -1px rgba(0,0,0,0.2);
}

@keyframes fadein {
  0% {opacity: 0}
  100% {opacity: 1}
}

.navshell{
	width:100%;
}

.navshellm{
	display:none;
}

.undernav{
		box-sizing: border-box;
	box-shadow: 0px 4px 4px -1px rgba(0,0,0,0.2);
}


/*================================================
 *  グローバルナビゲーション
 ================================================*/
/* PC用 */
@media print, screen and (min-width:769px) {
	nav.gnav:after {
		content: '';
		display: block;
		clear: both;
	}

	nav.gnav {
		max-width:1400px;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		border-radius: none;
		margin:0px auto;
		display:flex;
		justify-content: space-between;
	position:relative;
	}


	/* 共通 */
	nav.gnav .leftlogo,
	nav.gnav .leftlogounder{
		display:block;
}

	nav.gnav .leftlogo img,
	nav.gnav .leftlogounder img{
	position:absolute;
	bottom:0%;
	height:60px;
	transform: translateY(0%);
	display:block;
}


	nav.gnav ul {
		width:100%;
		display:flex;
		justify-content: flex-end;
		margin: 0;
		padding: 0;
		color: inherit;
		height:60px;
	}

	nav.gnav ul li {
		position:  relative;
		margin: 0;
		padding: 0;
		list-style: none;
		color: inherit;
	}


	nav.gnav ul li a {
		display: block;
		font-size: .16rem;
		font-weight: noemal;
		text-decoration: none;
		padding:0 10px;
		color: inherit;
		box-sizing: border-box;
	}


	nav.gnav ul li a i{
	margin-right:5px;
}


	nav.gnav > ul > li:hover > a {
	position: relative;
		color: inherit;
		box-sizing: border-box;
	}

nav.gnav > ul > li:hover > a:before{
	content: '';
	position: absolute;
	left: 50%;
	bottom: 0;
	width: 0;
	border-bottom: solid 2px #ff8021;
	transform: translateX(-50%);
	animation: border_anim .3s linear forwards;
}

@keyframes border_anim {
	0%{
		width: 0%;
	}
	100%{
		width: 100%;
	}
}


	/* 1段目 */
	nav.gnav > ul > li {
		position: relative;
		line-height:60px;
		margin: 0;
		padding: 0 10px;
		text-align: center;
		list-style: none;
	}
	nav.gnav > ul > li:nth-last-child(3){
		margin-right: 10px;

}

	nav.gnav > ul > li:nth-last-child(-n+2){
	width: 170px;
	background:#ff8021;
	margin-left:1px;
	color:#fff;
		padding: 0;
}

	nav.gnav > ul > li:nth-last-child(-n+2) a{
	font-size: .18rem !important;
}

	nav.gnav > ul > li:nth-last-child(2){
	background:#ffac6e;
	font-weight:bold;
	}

	nav.gnav > ul > li:nth-last-child(1){
	font-weight:bold;
	}

	nav.gnav > ul > li:nth-last-child(-n+2):hover >a{
		box-sizing: border-box;
}

	nav.gnav > ul > li:nth-last-child(-n+2):hover >a:before{
		content: '';
		position: absolute;
		left: 50%;
		bottom: 0;
		width: 0;
		border-bottom: solid 2px #fff;
		transform: translateX(-50%);
		animation: border_anim .3s linear forwards;
	}

	@keyframes border_anim {
		0%{
			width: 0%;
		}
		100%{
			width: 100%;
		}
	}



	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;
	}

	/* 2段目 */
	nav.gnav ul li ul {
display:block;
		position: absolute;
		z-index: 3;
		top: 100%;
		left: 50%;
		transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		width: 180px;
		margin: 0;
		padding: 0;
		color: #000;
	}
	nav.gnav ul li ul li {
		overflow: hidden;
		height: 0;
		transition: .2s;
	}
	nav.gnav ul li ul li a {
		color: #000;
		padding: 0 15px;
		text-align: left;
		background: #fff;
		font-weight: normal;
		font-size: .14rem;
		background: #eee;
	}
	nav.gnav ul li ul li a:hover {
		color: #000;
		background: #ddd;
	}
	nav.gnav ul li:hover > ul > li {
		overflow: visible;
		height: 40px;
		line-height:  40px;
	}
	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 {
	}
	#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:after {
  border-radius: 50%;
  width: 10em;
  height: 10em;
}
.loader {
  margin: 60px auto;
  font-size: 10px;
  position: relative;
  text-indent: -9999em;
  border-top: 1.1em solid rgba(255, 255, 255, 0.2);
  border-right: 1.1em solid rgba(255, 255, 255, 0.2);
  border-bottom: 1.1em solid rgba(255, 255, 255, 0.2);
  border-left: 1.1em solid #ffffff;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear;
}
@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}



.contentcol-y{
	background:#ffffee;
	width:100%;
	padding-top:80px;
	padding-bottom:80px;
}

.contentcol-w{
	width:100%;
	padding-top:80px;
	padding-bottom:80px;
}

.contentcol-ty{
	background:#fffdf9;
	width:100%;
	padding-top:80px;
	padding-bottom:80px;
}

.withborder{
	border-top:dashed 1px #ffcc99;
}

.contentcol-px {
	padding-top:100px;
	padding-bottom:100px;

    background-position: center top;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;    
	position:relative;
}



.contentcol-px.bg-01 {
    background-image: url(../images/withbk.png);
}

.contentcol-px.bg-form {
    background-image: url(../images/withbkform.png);
	background-color: rgba(255,255,255,0.5);
	background-blend-mode:lighten;
}

.contentcol-px.bg-01::before{
	/* 透過した黒を重ねる */
	background-color: rgba(0,0,0,0.5);
	/* どの範囲に重ねるかを指定 */
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	content: ' ';
}



/*================================================
 *  ボタン
 ================================================*/

a.shadowbtn {
	font-family: Noto Sans JP,Futura,Century Gothic,"メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;;
	font-size:.18rem;
	text-decoration:none;
	background-color: rgba(255,255,255,0);
	border-radius: 0px;
	border:1px solid #ff8022;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 auto;
	padding: 15px 25px;
	color: #ff8022;
	transition: 0.3s ease-in-out;
	font-weight: normal;
	box-shadow: 5px 5px 0 #ff8022;
	box-sizing: border-box;
}

a.shadowbtn:hover {
	color: #fff;
	background-color: #ffac6e;
	box-shadow: 2px 2px 0 #ff8022;
	transform: translate(3px, 3px);
}

a.shadowbtn small,
a.shutttbtn small{
	font-size:.16rem;
}

a.shadowbtn i,
a.shutttbtn i{
	display:block;
	font-size:.36rem;
	padding-right:10px;
}

a.shutttbtn {
	font-family: Noto Sans JP,Futura,Century Gothic,"メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;;
	font-size:.18rem;
	text-decoration:none;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 10px 0px;
	cursor: pointer;
	user-select: none;
	transition: all 0.3s;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	letter-spacing: 0.1em;
	overflow: hidden;
	color: #fff;
	border-radius: 0;
	background: #ffac6e;
}

a.shutttbtn > div,
a.shutttbtn > i{
  position: relative;
}

a.shutttbtn:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
  transition: all .5s ease-in-out;
  transform: translateX(-96%);
  background: #ff8022;
}

a.shutttbtn:hover:before {
	color: #fff;
	text-decoration:none;
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
}


a.normalbtn{
	margin:30px auto 0px auto;
}

a.normalbtn i{
	font-size:.24rem;
	margin-left:10px;
}



/*================================================
 *  フッター
 ================================================*/
.subfoot{
	width:100%;
	text-align: center;
	margin:0 auto;
}
.subfoot img{
	width:300px;
}
.subfoot h3{
	margin-bottom:50px;
}

.subfoot p.mini{
	font-size:.12rem;
	line-height:1em;
}

.subfootbtnarea{
	margin:20px 0;
	display: flex;
	justify-content: space-between;
}

.subfootbtnarea a{
width:40%;
}



#footnav{
	width:100%;
	background: #fff8e9;
	margin:0 auto;
	border-top:1px solid #ffac6e;
}

#foot-ctrl{
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	margin:0 auto;
	text-align:left;
	zoom: 1;
	padding:50px 0;
	max-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:#000;
	font-weight:nomal;
	margin-bottom: 20px;
}

#foot-ctrl p{
	font-size: .12rem;
	line-height: .18rem;
	font-weight:nomal;
}
#foot-ctrl ul{
	margin-left:0px;
}

#foot-ctrl li{
	font-size: .14rem;
	line-height: .36rem;
	font-weight:nomal;
}

#foot-ctrl a,
#foot-ctrl a:visited{
}

#foot-ctrl a:hover{
}

#foot-ctrl .ft01,
#foot-ctrl .ft02,
#foot-ctrl .ft03{
	width: calc((1 / 3) *99%);
	float: left;
	position:relative;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	padding: 20px 20px 0px 20px;
}

#foot-ctrl .ft01{
}

#foot-ctrl .ft01 .flogo{
	width:90%;
	display:block;
	margin:0 auto 20px auto;
}

#foot-ctrl .ft01 .footrbtnarea{
	width:100%;
	margin:0;
}

#foot-ctrl .ft01 .footrbtnarea a{
	margin:0 auto 20px auto;
	width:90%;
}



#foot-ctrl .ft01 .snsarea{
	margin:10px auto 50px auto;
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

#foot-ctrl .ft01 .snsarea a{
	font-size:.3rem;
	display:block;
	margin:0 10px;
	color: #aaa;
	text-decoration: none;
}

#foot-ctrl .ft01 .snsarea a:hover{
	color: #ff8022;
}

#foot-ctrl .ft01 .snsarea a img{
}

#foot-ctrl .ft01 a.ftxtlink{
	display: block;
	margin:10px 0 ;
	font-size: .12rem;
	line-height: .18rem;
	font-weight:nomal;
}

#foot-ctrl .ft02 ul li a{
	display:block;
	border-bottom:1px dotted #ccc;
	text-decoration: none;
	color:#000;
	}

#foot-ctrl .ft02 ul li a:hover{
	background:#ffac6e;
}


#foot-ctrl .fnav-open{
	position: relative;
	cursor:pointer;
	border-bottom:1px dotted #ccc;
}

#foot-ctrl .fnav-open::before{/* 閉じている時 */
	content: "\f0fe";
	font:var(--fa-font-regular);
	position: absolute;
	right:20px;
	font-size:.18rem;
	line-height:2em;
	color:#aaa;
}

#foot-ctrl .fnav-open.active::before{/* 開いている時 */
	content: "\f146";
}
#foot-ctrl .fnav-open:hover{
	background:#ffac6e;
}

#foot-ctrl .fnav-open +ul{
	display:none;
	margin-left:10px;
}

#foot-ctrl .ft03 h4{
	text-align: left;
	font-size: .16rem;;
}

#foot-ctrl .ft03 p{
	font-size: .12rem;;
	line-height:1.5em;
	margin-bottom:10px;
}

#foot-ctrl .ft03 iframe{
	box-sizing: border-box;
	border:1px solid #000;
	width:100%;
	height:250px;
}


footer {
	clear: both;
	margin-top: 0px;
	border-top:solid 1px #fff;
}


.copyright {
	padding: 25px 0;
	color: #fff;
	font-size: .11rem;
	text-align: center;
	background: #000;
}

.copyright small{
	margin:0;
}

.copyright ul{
	display:flex;
	justify-content: center;
	color:#fff;
	font-size:.11rem;
	margin:0 0 15px 0;
	line-height:1.5em;
}

.copyright ul li{
	border-left:1px solid #fff;
}

.copyright ul li:last-child{
	border-right:1px solid #fff;
}

.copyright ul li a {
	padding:0 10px;
	text-decoration:none;
	color:#fff;
}


/*================================================
 *  ページトップへの戻り
 ================================================*/
.totop {
	position:fixed;
	bottom:15px;
	right:15px;
	z-index:1;
}
.totop a {
	display:block;
	width: 50px;
	height: 50px;
	border-radius: 10%;
	border: 1px solid #ff7308;
	background-color: rgba(255,255,255,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 #ff7308;
	border-right: 1px solid #ff7308;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}


.totop a:hover{
background:#ff7308;
}
.totop a:hover::before {
	border-top: 1px solid #fff;
	border-right: 1px solid #ffF;
}

/*================================================
 *  スライドショー
 ================================================*/
.swiper {
	width: 100%;
	height: 700px;
	}

.swiper .swiper-slide {
	position:relative;
	text-align: center;
	font-size: 18px;
	background: #000;

	/* 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 .swiper-slide img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	opacity: .5;
}

.swip_gal_shell{
	width:100%;
	overflow:hidden;
}


.swiperscrl {
	width: 100%;
	height: 400px;
	}

.swiperscrl .swiper-wrapper {
 transition-timing-function: linear;
}

.swiperscrl .swiper-slide {
	position:relative;
	text-align: center;
	font-size: 18px;
	background: #000;
}

.swiperscrl .swiper-slide img {
	display: block;
	width: 100%;
	height: 400px;
	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:700px;
	width:100%;
}

#tophead .topcatchshell{
	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;
}

.catchimg{
	width:400px;
}

.catchcopy{
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size:.52rem;
	font-weight:bold;
	color:#fff;
	margin-bottom: 20px;
	line-height:1.5em;
	  text-shadow: 0px 0px 7px rgba(0,0,0,0.8);

}

.catchcopy .mini{
	font-size:.40rem;
	font-weight:bold;
	color:#fff;
}

.subcatchcopy{
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size:.36rem;
	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);
}

.awdtop{
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top:40px;
	width:100%;
}

.awdimg{
	width:240px;
}

.awdimg:nth-child(2){
	margin:0 20px;
}





/*================================================
 *  タブレット・スマートフォン向けデザイン
 ================================================*/
/* テンプレートより小さくなった場合に適用 */
@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;
}


.plantoptxt{
	width: 900px;
	margin: 0 auto 40px auto;
}

.plantop{
	width: 900px;
	margin: 0 auto;
}

.companytop{
	position:relative;
	width:100%;
}

.companycard{
	box-sizing: border-box;
	padding:30px;
	z-index:100;
	background:rgba(255,255,255,0.9);
	position:absolute;
	width:48%;
	max-width:600px;
	top:50%;
	left:50%;
	transform: translateY(-50%) translateX(0%);
	border-radius:20px;
	border:solid 1px #ddd;
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
	overflow:hidden;
}

.companycard h3{
	font-size:.24rem;
	line-height:1.5em;
	font-weight:700;
	margin:0 0 10px 0;
}
.companycard p{
	font-size:.16rem;
	line-height:1.5em;

}



.topwithbkarea{
	display: flex;
	justify-content: space-between;
	height:100%;
	width:100%;
	margin:auto;
}


.topwithbkpart{
	margin: 0 auto;

	width:40%;
}

.topwithbkpart h3{
	color:#fff;
	border-bottom:2px solid #f00;
	border-image: linear-gradient(to right, #777, #ff8022, #777) 1;

}

.topwithbkpart p{
	color:#fff;
	font-size:.16rem;
}

.topwithbkpart p small{
	color:#fff;
	font-size:.12rem;
	font-weight:300;
}

.topwithbkpart a{
}


.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;
}


/* お知らせ */


.topix {
	margin:auto ;
	width:900px;
	font-size: .18rem;
	line-height:.3rem;
}

.topix dt {
	clear: both;
	float: left;
	margin-top: 15px;
	line-height: 1em;
	vertical-align: middle;
	border-bottom: none;
}

.topix dt a{
	padding: 5px 15px;
	display:block;
	border-radius: 20px;
	background:#ffcc99;
	color:#fff;
}

.topix dd {
	margin: 0;
	padding: 10px 0 10px 1.6rem;
	vertical-align: top;
	border-bottom: 1px dotted #ff8022;
}

.topix dt a,
.topix dd a{
	text-decoration:none;
}

.topix dt a:hover{
	text-decoration:none;
}

.topix dd a{
	color:#000;
}

.topix dd a:hover{
	font-weight:bold;
}

.topixcol{
	widt:100%;
	height:300px;
	object-fit:cover;
}

.topixcoltxt{
	font-size:12px;
	margin:10px 0;
}

.topixreadmore{
	text-align: right;
	width:900px;
	margin:0px auto 0 auto;
}
.topixreadmore a{
	text-decoration:none;
	padding: 5px 15px;
	display:inline-block;
	border-radius: 20px;
	background:#ff8022;
	color:#fff;
	font-size:.12rem;
	line-height: 1em;
}

.topixreadmore a i{
	margin-left:7px;
}

/*================================================
 *  UNDER
 ================================================*/
#underhead{
	margin-top:130px;
	width:100%;
	height:240px;
	background:url("../images/undertop.png");
	background-size:cover;
	display: flex;
	justify-content: start;
	align-items: center;

}

#underhead h2{
	max-width:1200px;
	width:100%;
	margin:auto;
	text-align:left;
}

/*================================================
 *  PANNEl TOP
 ================================================*/

 .square,
 .blank{
	position: rerative;
	width: 100%;
	height: 0;
	padding-bottom:100%;
}

.panelplantop{
	box-sizing: border-box;
	border:solid 1px #ddd;
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
	overflow:hidden;
}

.panelplantop .blank{
	background: #eee;
}

.panelplantop .image a{
  position: absolute;
	width: 100%;
  height: 100%;
	top: 0%;
}

.panelplantop img {
	width: 100%;
	height: 70%;
	margin: auto;
	object-fit: cover;
}

.panelplantop .upart{
	color:#fff;
	text-align: left;
	padding:0 10px;
	position: absolute;
	width: 100%;
	height: 10%;
	top: 0;
	background:#f00;
	display: flex;
	justify-content: start;
	align-items: center;
}

.panelplantop .color1{
	background:#eb96a5;
}

.panelplantop .color2{
	background:#ffcc00;
}

.panelplantop .color3{
	background:#3f9bb5;
}

.panelplantop .color4{
	background:#9ec557;
}

.panelplantop .color5{
	background:#ff8022;
}

.panelplantop .color0{
	background:#ccc;
}

.panelplantop .dpart{
	box-sizing: border-box;
	text-align: left;
	position: absolute;
	width: 100%;
	height: 30%;
	bottom: 0;
	background:#f3f3f3 url("../images/wbk.png");
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap:wrap;
	padding:10px;
}

.panelplantop .dpart .udshell{
	box-sizing: border-box;
	width: 100%;
}
.panelplantop .dpart .udshell h4{
	font-size:.24rem;
	margin:0 0 10px 0;
}

.panelplantop .dpart .upper {
	width:100%;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom:10px;
}

.panelplantop .dpart .upper2 {
	width:100%;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom:10px;
}

.panelplantop .dpart p.user{
	font-size:.14rem;
	margin-right:20px;
	line-height:1.5em;
	color:#000;
}

.panelplantop .dpart p.user i{
	margin-right:10px;
}

.panelplantop .dpart p.kind{
	font-size:.14rem;
	padding:0px 15px;
	line-height:1.5em;
	border-radius: 100px;
	margin-left:10px;
	color:#fff;
}

.panelplantop .dpart .under {
	width:100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin:0;
	border-top:dashed 1px #ccc;
	padding-top:10px;

}

.panelplantop .dpart .under2 {
	width:100%;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	margin:0;
	border-top:dashed 1px #ccc;
	padding-top:10px;
}

.panelplantop .dpart .pricearea{
	display: flex;
	justify-content: center;
	align-items: center;
	line-height:0em;
}

.panelplantop .dpart span.totaltag{
	border-radius: 5px;
	font-size:.14rem;
	line-height:2em;
	padding:0 10px;
	color:#fff;
	font-weight:bold;
	margin-right:10px;
}

.panelplantop .dpart span.price{
	font-size:.23rem;
	font-weight:bold;
}

.panelplantop .dpart .pricearea .small{
	font-size:.14rem;
	font-weight:normal;
}

.panelplantop .dpart a.goto{
	padding:0px 10px;
	font-size:.16rem;
	line-height:1.5em;
	border-radius: 100px;
	margin:0 ;
	color:#fff;
	text-decoration:none;
}

.panelplantop .dpart a.goto i{
	margin-left:10px;
}

.panelplantop .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);
}

.panelplantop img.sq {
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
}

.panelplantop .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;
}

.panelres{
	box-sizing: border-box;
	position:relative;
}

.panelres .circleno{
	position:absolute;
	width:60px;
	height:60px;
	background:#ff8022;
	color:#fff;
	top: -30px;
	left: 50%;
	transform: translateY(0%) translateX(-50%);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size:.36rem;
	font-weight:bold;
}

.panelres .image{
	width:70%;
	margin:0 auto 20px auto;

}

.panelres .image img{
	width:100%;
}

.panelres .texpart{
	box-sizing: border-box;
	width:100%;
	border-top:2px solid #f00;
	border-image: linear-gradient(to right, #fff, #ff8022, #fff) 1;
	margin:0 auto;
	padding:10px;
}

.panelres .texpart h3{
	font-size:.20rem;
	line-height:1.5em;
	font-weight:700;
	margin:0;
}

.panelres .texpart p{
	font-size:.16rem;
	line-height:1.5em;
}






/*================================================
 *  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;
}

.msgarea{
	box-sizing: border-box;
	display:block;
	width: 70%;
	text-align: center;
	padding: 20px;
	margin:0 auto 20px auto;
	border: 1px solid #dcdcdc;
	font-size: .16rem;
	background:#ffffee;

}

.formphoneshell{
	max-width:900px;
	margin: auto;
}

.formphoneshell .shutttbtn{
	width: 70%;
	min-width:300px;
	margin:30px auto 10px auto;
}

.formphoneshell .telmini{
	text-align: center;
	font-size:.12rem;
	margin:0px auto 30px auto;
}

/*================================================
 *  flow
 ================================================*/
.flowstepshell{
	max-width:900px;
	margin:100px auto 100px auto;
	border-top: dotted 1px #ddd;
	text-align:center;
}


.stepno{
	width:60px;
	height:60px;
	background:#ff8022;
	color:#fff;
	border-radius: 50%;
	display: flex;
	flex-flow: column;
	align-items: center;
	justify-content: center;
	margin: -30px auto 20px auto;
}

/*
.stepno ::before,
.stepno ::after{
	content: '';
	position: absolute;
	top: 50%;
	display: inline-block;
	width: 200%;
	height: 1px;
	border-top: 1px dotted #ff8022;
}

.stepno ::after{
	left:60px;
}

.stepno ::before{
	right:60px;
}
*/

.stepno .stepsml{
	font-size:.12rem;
	line-height:1em;
}

.stepno .stepbig{
	font-size:.36rem;
	line-height:1em;
	font-weight:bold;
}

.flowstepshell h3 {
  font-weight: bold;
  padding-bottom: 0.5em;
  text-align: center;
  position: relative;
}
.flowstepshell h3:before, .flowstepshell h3:after {
  content: '';
  position: absolute;
  margin:auto;
  left: 0;
  bottom: 0;
  width: 2em;
  background-color: #e3e3e3;
  height: 5px;
  right: 2em; 
}
.flowstepshell h3:before {
  background-color:#ff8022;
  left:2em;
  width:4em;
}
.flowstepshell h3:after {
}


.flowstepshell .flowpic{
	object-fit: cover;
	display:block;
	width:70%;
	height:200px;
	margin:0 auto 50px auto;
}

.flowstepshell .shutttbtn{
	width:30%;
	min-width:300px;
	margin:0 auto 50px auto;
}

.flowstepshell p{
	text-align:left;
	margin-bottom:55px;
}

.stepindexshell {
	max-width:900px;
	margin: 20px auto 50px auto;
	padding: 20px;
	text-align: left;
	border: 1px solid #ff8022;
	position: relative;
	box-sizing: border-box;
	background:#fff;
}
.stepindexshell ol {
	margin:1em 0 0 1em;
	font-weight:400;
}

.stepindexshell p {
	margin:1em 0 0 0;
	font-weight:400;
}

.stepindexshell span {
	transform: translate(0, -50%);
	overflow: hidden;
	position: absolute;
	font-size: 0.16rem;
	left: 5%;
	top: 0px;
	margin: 0 auto;
	padding:5px 20px;
	background: #ff8022;
	color:#fff;
}

.stepindexshell span:before,.stepindexshell span:after {
	content: "";
	position: absolute;
	width: 35%;
	top: 50%;
}
.stepindexshell span:before {
	transform: translate(-100%, 0);
	margin-left: -30px;
}
.stepindexshell span:after {
	margin-left: 30px;
}

.stepindexshell span i{
	margin-right:5px;
}

/*================================================
 *  plan
 ================================================*/
.planinfo{
	width:900px;
	margin:0 auto 50px auto;
}

.planpage{
	width: 900px;
	margin: 0 auto;
}

h3.svkind{
	font-size:.24rem;
	margin-top:50px;
}

.square80{
	position: relative;
	width: 100%;
	height: 0;
	padding-bottom:80%;
}

.square70{
	position: relative;
	width: 100%;
	height: 0;
	padding-bottom:60%;
}

.square60{
	position: relative;
	width: 100%;
	height: 0;
	padding-bottom:60%;
}


.panelplanpage{
	box-sizing: border-box;
	overflow:hidden;
	position: relative;
}

.panelplanpage .image{
	position: absolute;
	width: 100%;
	height: 100%;
	margin: auto;
	bottom: 0%;
	overflow:hidden;
}

.panelplanpage .image04{
	position: absolute;
	width: 100%;
	height: 100%;
	margin: auto;
	bottom: 0%;
	overflow:hidden;
}

.panelplanpage .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.panelplanpage .image04 img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.panelplanpage .upart{
	color:#fff;
	text-align: left;
	padding:0 10px;
	position: absolute;
	width: 100%;
	height: 10%;
	top: 0;
	background:#f00;
	display: flex;
	justify-content: start;
	align-items: center;
}


.panelplanpage .color1{
	background:#eb96a5;
}

.panelplanpage .color2{
	background:#ffcc00;
}

.panelplanpage .color3{
	background:#3f9bb5;
}

.panelplanpage .color4{
	background:#9ec557;
}

.panelplanpage .color5{
	background:#ff8022;
}

.panelplanpage .color0{
	background:#ccc;
}


.panelplanpage .dpart{
	box-sizing: border-box;
	text-align: left;
	position: absolute;
	width: 100%;
	height: 15%;
	top: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap:wrap;
	padding:10px;
}


.panelplanpage .dpart .upper {
	width:100%;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom:10px;
	padding-bottom:10px;
}

.panelplanpage .dpart p.user{
	font-size:.16rem;
	margin-right:20px;
	line-height:1.5em;
	color:#000;
}

.panelplanpage .dpart p.user i{
	margin-right:10px;
}

.panelplanpage .dpart p.kind{
	font-size:.16rem;
	padding:0px 15px;
	line-height:1.5em;
	border-radius: 100px;
	margin-left:10px;
	color:#fff;
}


.panelplanpage .pricearea{
	display: flex;
	justify-content: center;
	align-items: center;
	line-height:0em;
}

.panelplanpage span.totaltag{
	border-radius: 5px;
	font-size:.14rem;
	line-height:2em;
	padding:0 10px;
	color:#fff;
	font-weight:bold;
	margin-right:10px;
}

.panelplanpage span.price{
	font-size:.36rem;
	font-weight:bold;
}

.panelplanpage .pricearea .small{
	font-size:.14rem;
	font-weight:normal;
}




.panelplanpage h4{
	font-size: .24rem;
}

.panelplanpage .indexshell {
	width:100%;
	margin: 20px auto 0px auto;
	padding: 20px 10px 0px 10px;
	text-align: left;
	border: 1px solid #ff8022;
	position: absolute;
	box-sizing: border-box;
	background:#fff;
	bottom:0;
}
.panelplanpage .indexshell ul {
	margin:1em 0 0 1em;
	font-weight:300;
	font-size: 0.14rem;
  position: relative;
}
.panelplanpage .indexshell li {
	padding-left:1.2em;
	line-height:1.5em;
	margin-bottom:10px;
}

.panelplanpage .indexshell ul li.o::before,
.panelplanpage .indexshell ul li.x::before,
.panelplanpage .indexshell ul li.t::before{
  position: absolute;
  left: 0;
}

.panelplanpage .indexshell ul li.o::before{
  content: '○';
  color: #00ACDB;
}

.panelplanpage .indexshell ul li.x::before{
  content: '×';
  color: #00ACDB;
}

.panelplanpage .indexshell ul li.t::before{
  content: '△';
  color: #00ACDB;
}

.panelplanpage .indexshell p {
	margin:1em 0 1em 0;
	font-size: 0.14rem;
	line-height:1.7em;
	font-weight:300;
}

.panelplanpage .indexshell span {
	transform: translate(0, -50%);
	overflow: hidden;
	position: absolute;
	font-size: 0.14rem;
	left: 5%;
	top: 0px;
	margin: 0 auto;
	padding:5px 20px;
	background: #ff8022;
	color:#fff;
}

.panelplanpage .indexshell span:before,.stepindexshell span:after {
	content: "";
	position: absolute;
	width: 35%;
	top: 50%;
}
.panelplanpage .indexshell span:before {
	transform: translate(-100%, 0);
	margin-left: -30px;
}
.panelplanpage .indexshell span:after {
	margin-left: 30px;
}

.panelplanpage .indexshell span i{
	margin-right:5px;
}

.plansv{
	width: 900px;
	margin: 0 auto 30px auto;
}

.panelplansv{
	box-sizing: border-box;
	position: relative;
	background:#ffffee;
	border:1px solid #ffcc99;
}

.panelplansvblk{
	box-sizing: border-box;
	position: relative;
	background:#eee;
}

.panelplansv .svimg{
	position: absolute;
	top:0;
	width: 100%;
	height: 100%;
}

.panelplansv .svimg img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.panelplansv .svtxt{
	position: absolute;
	bottom:0;
	text-align:center;
	width:100%;
	box-sizing: border-box;
	font-size:.14rem;
	font-weight: 400;
	padding:2px 2px 5px 2px;
	color: #000;
	line-height:1.2em;
	text-shadow:1px 1px 0 #FFF, -1px -1px 0 #FFF,
		-1px 1px 0 #FFF, 1px -1px 0 #FFF,
		0px 1px 0 #FFF,  0-1px 0 #FFF,
		-1px 0 0 #FFF, 1px 0 0 #FFF;
}

.plankd{
	width: 1200px;
	margin: 0 auto 30px auto;
}

.plankdtxt{
	max-width: 100%;
	text-align:center;
	margin: 0 auto 40px auto;
}

.panelplankd{
	box-sizing: border-box;
	position: relative;
	background:#ffffee;
	border:1px solid #ffcc99;
}

.panelplankd .kdimg{
	position: absolute;
	top:0;
	width: 100%;
	height: 100%;
}

.panelplankd .kdimg img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.panelplankd .kdtxt{
	position: absolute;
	bottom:0;
	width:100%;
	box-sizing: border-box;
	padding:5px;
	background:#ffcc99;
	display:flex;
	justify-content: space-between;
	align-items:end;
}



.panelplankd .kdtxt p.tit{
	font-size:.14rem;
	font-weight: 400;
	line-height:1.2em;
}

.panelplankd .kdtxt p.plz{
	font-size:.16rem;
	font-weight: 700;
	line-height:1.2em;
}

.panelplankd .kdtxt p span.sml{
	font-size:.12rem;
	font-weight: 400;
	line-height:1.2em;
}



.plancivil{
	width: 900px;
	margin: 0 auto 30px auto;
}

.plancivil .kdtxt{
	position: absolute;
	bottom:0;
	width:100%;
	box-sizing: border-box;
	padding:5px;
	background:#ffcc99;
	display:flex;
	justify-content: center;
	align-items:end;
}

.plan05 {
	max-width:900px;
	margin: auto;
}

.plan05 h3{
	text-align:left;
	margin-top:50px ;
	font-weight: 400;
}

.plan05 p,
.plan05 ol,
.plan05 ul{
	margin-bottom:20px;
	font-weight:;
}

.plan05 li{
	font-weight:300;
}
.plan05 ol{
	padding-left:1em;
}

.plan05 h4{
	text-align:left;
	font-size:.18rem;
	font-weight: 400;
	font-family: Noto Sans JP,Futura,Century Gothic,"メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;;
	color:#000;
}

.plan05 h5{
	font-size:.18rem;
	font-weight: 400;
	color:#033;
	background: url('../images/bg_arrow_black.png') 0 50% no-repeat;
}


/*================================================
 *  flower
 ================================================*/


.flowerinfoshell{
	width:100%;
	box-sizing: border-box;
	display:flex;
	justify-content: space-between;
	margin-bottom:30px;
}

.flowerinfo{
	width:45%;
}

.flowerpdf{
	width:45%;
}

.flowerkd{
	width: 1200px;
	margin: 0 auto 30px auto;
}


.panelflower{
	box-sizing: border-box;
	position: relative;
	background:#ffffee;
	border:1px solid #ffcc99;
}

.panelflower .kdimg{
	position: absolute;
	top:0;
	width: 100%;
	height: 100%;
}

.panelflower .kdimg img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.panelflower .kdtxt{
	position: absolute;
	bottom:0;
	width:100%;
	box-sizing: border-box;
	padding:5px;
	background:#ffcc99;
}

.panelflower .kdtxt p.tit{
	font-size:.14rem;
	font-weight: 400;
	line-height:1.2em;
	text-align:left;
	padding-bottom:5px;
	border-bottom:dotted #fff 1px;
}

.panelflower .kdtxt p.plz{
	font-size:.16rem;
	font-weight: 700;
	line-height:1.2em;
	text-align:right;
	padding-top:5px;
}

.panelflower .kdtxt p span.sml{
	font-size:.12rem;
	font-weight: 400;
	line-height:1.2em;
}




/*================================================
 *  about
 ================================================*/



.accesstitle{
	margin-bottom:50px;
	width:100%;
}

#companyhead{
float:left;
width:25%;
}

.accesslocation{
	border-left:solid 5px #000;
	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 dd ul{
	margin:0;
	font-weight:300;
	position: relative;
}

.reclist dd li{
	padding-left:1.2em;
}

.reclist dd li:before{
  position: absolute;
  left: 0;
	content:"◆";
}

.ceoarea{
	display:flex;
	justify-content: center;
	align-items:start;
}

.ceophoto{
	width:30%;
	margin:0 50px 0 0;
	overflow:hidden;
}
.ceophoto img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	margin-bottom:20px;
}

.ceoinfo{
	width:70%;
}

.ceoinfo h3{
	color:#000;
	border-bottom:2px solid #f00;
	border-image: linear-gradient(to right, #ff8022, #fff) 1;
text-align:left;
}

.ceoinfo p{
}


.ceoname{
	display:block;
	text-align: right;
}

.facilityshell{
	width: 100%;
	margin: 0 auto 30px auto;
}

.facilityshell .kdtxt{
	position: absolute;
	bottom:0;
	width:100%;
	box-sizing: border-box;
	padding:5px;
	background:#ffcc99;
	display:flex;
	justify-content: center;
	align-items:end;
}


/*================================================
 *  faq
 ================================================*/



dl.faq{
	max-width:900px;
	margin:0 auto 0px auto;
	font-size: .18rem;
	overflow: hidden;
	_zoom: 1;
}

.faq dd,
.faq dt{
	text-indent: -0.5rem;   
	padding: 0 0 0 50px;
	font-weight: 300;
}

.faq dt{
	margin:30px 0 0 0;
	padding-bottom:10px;
	border-bottom: 1px dotted #ddd;
}

.faq dd:first-letter,
.faq dt:first-letter{
	font-size: .36rem;
	font-weight: bold;
	margin-right:10px;
	padding:5px;
}


.faq dd{
	margin: 10px 0 -1px 0;
	padding-bottom:30px;
	border-bottom: 1px #033 dashed;
}


.faq dt:first-letter{
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	color: #036;
}
.faq dd:first-letter{
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	color: #f60;
}

.faqinfo{
	max-width: 900px;
	text-align:left;
	margin: 0 auto 40px auto;
}
.faqinfo p{
	margin: 0 auto 40px auto;
}

.faqinfo .shutttbtn{
	width:30%;
	min-width:300px;
	margin:0 auto 50px auto;
}



/*================================================
 *  Voice
 ================================================*/

dl.custm{
	max-width:900px;
	margin:auto;
	font-size: .18rem;
	overflow: hidden;
	_zoom: 1;
}

.custm dt{
	margin:0px 0 5px 0;
	border-bottom:2px solid #f00;
	border-image: linear-gradient(to right, #ff8022, #fff) 1;
	color:#ff8022;
	font-size: .24rem;
	font-weight: 400;
}



.custm dd{
	color:#000;
	position: relative;
	font-weight: 300;
}

.hr-dots {
  border: 0;
  margin: 2em 0;
  display: flex;
  align-items: center;
  justify-content: center;

  &::before {
    content: '•••';
    font-size: 1.25em;
    letter-spacing: .75em;
   opacity: .2;
  }
}

.custm .initial{
	margin:0 0 20px 0;
	padding-right:1em;
	text-align:right;
	font-weight:300;
}


/*================================================
 *  neighbor
 ================================================*/
.neigh{
	width: 900px;
	margin: 0 auto 30px auto;
}


.panelneigh{
	box-sizing: border-box;
	position: relative;
	background:#ffffee;
	border:1px solid #ffcc99;
}

.panelneighblk{
	box-sizing: border-box;
	position: relative;
	background:#eee;
}

.panelneigh h4{
	margin:0 0 0 0;
	width:100%;
	background:#ffcc99;
	color:#fff;
	padding:10px;
	box-sizing: border-box;
}

.locinfo{
	width:100%;
	padding:10px;
	box-sizing: border-box;
}

.locinfo .map{
	margin-top:5px;
	border-top:1px dashed #ffcc99;
	text-align: right;	
}

.locinfo .map a{
	font-size:.16rem;
	font-weight:400;
	text-decoration: none;
}
.locinfo .map i{
	margin-right:.3em;
}

/*================================================
 * TOPIX
 ================================================*/


h3.topixtitle{
	font-size:.24rem;
	margin: 50px auto 5px auto;
	text-align:left;
	width: 900px;
}

h4.topixsub{
  display: flex;
  align-items: center;/* 縦位置の調整 */
  justify-content: center;/* 横位置の調整 */
	font-size:.24rem;
	margin: 70px auto 5px auto;
	position:relative;
}


h4.topixsub:before,
h4.topixsub:after {
	line-height: 1;
	content: '◆';
	color:#ff8022;
}
h4.topixsub::before {
  margin-right: 20px;
}

h4.topixsub::after {
  margin-left: 20px;
}

.topixdate{
	margin: 5px auto 20px auto;
	border-top:1px solid #ff8022;
	width: 900px;
	text-align:right;
}

.topixtxt{
	width: 900px;
	margin: 0 auto 40px auto;
}


.topixpics{
	width: 900px;
	margin: 0 auto 30px auto;
}

.paneltopix{
	box-sizing: border-box;
	position: relative;
	background:#ffffee;
	border:1px solid #ffcc99;
}

.paneltopix .kdimg{
	position: absolute;
	top:0;
	width: 100%;
	height: 100%;
}

.paneltopix .kdimg img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.paneltopix .kdtxt{
	position: absolute;
	bottom:0;
	width:100%;
	box-sizing: border-box;
	padding:5px;
	background:#ffcc99;
}



.paneltopix .kdtxt p{
	font-size:.14rem;
	font-weight: 400;
	line-height:1.2em;
	text-align:center;
}

.topixbt{
	width: 50%;
	margin:0px auto 40px auto;
	text-align:center;
}
