@charset "UTF-8";

@media(min-width:768px){
    .sp{
        display: none !important;
    }
}
@media(max-width:767px){
    .pc{
        display: none !important;
    }
}


@media screen and (max-width:767px) {

body{
	background-size: cover;

}

h2 {
	margin-bottom: 1.0em;
	font-size: .24rem;
	font-weight: 500;
	color: #000;
	text-align: center;
	line-height: 1.0;
}



h3 {
	text-align: center;
	margin-bottom: 1.0em;
	font-size: .18rem;
	font-weight:500;
	color:#000;
}




h4 {
	text-align: center;
	margin-top: 0.25em;
	margin-bottom: 0.25em;
	font-size: .16rem;
	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: .16rem;
color:#000;
line-height:.36rem;
}

ul,ol {
	color:#000;
	font-size: .14rem;
line-height:.36rem;
}


table {
	font-size: .12rem;
}

/*================================================
 *  汎用クラス
 ================================================*/

.imgL {
	clear:both;
	overflow:hidden;
	margin-bottom:0px;
}
.imgL img {
	float:none;
	margin:0 0 10px 0;
}
.imgR {
	clear:both;
	overflow:hidden;
	margin-bottom:0px;
}
.imgR img {
	float:none;
	margin:0 0 10px 0;
}
.imgR h2,
.imgL h2{
	margin-bottom: .5em;
	font-size: .24rem;
	font-weight: bold;
	color: #000;
	text-align: center;
	line-height: .36rem;
}

.imgR .priceinfo{
	font-size: .14rem;
}


.twoCol {
	display: block;
	margin-bottom:0px;
}
.twoCol .inner {
	width :100%;
	margin:0 0 20px 0;
}
.threeCol {
	display: block;
	margin-bottom: 20px;
}
.threeCol .inner {
	width : 100%;
	margin: 0 0 30px 0;
}
.fourCol {
	margin-bottom: 0px;
}
.fourCol .inner {
	box-sizing: border-box;
	width: 49%;
	margin: 0;
	margin-bottom: 10px;
}

.fiveCol {
	margin-bottom: 0px;
}
.fiveCol .inner {
	box-sizing: border-box;
	width: 32%;
	margin: 0;
	margin-bottom: 10px;
}








/*================================================
 *  ヘッダー
 ================================================*/
header {
	background: #000;
}
.navshell{
	position:fixed;
	background:#fff;
	box-shadow: 0px 4px 4px -1px rgba(0,0,0,0.2);
}

.undernav{
}

.headinfo{
	display:none;
}

header .headerlogoarea{
	display:block;
	padding-left: 10px;
	height:50px;
}

header .headerlogoarea img{
	position:absolute;
	top:5px;
	height:40px;
}

header h1 {
	display: none;
}
header h1 img{
}

header .headfirst,
header .headsecond,
nav.gnav .leftlogo{
	display: none;
}


header #siteheader {
	width:100%;
	background: url(../images/siteheaderback.png) ;
}


header #siteheader h1{
	width:auto;
	height:50px;
	background: url(../images/siteheader_sp.png) no-repeat;
	background-position:10px 50% ;
	background-size:80%;
}

header #siteheader .freedial{
	display:block;
}

header #siteheader .pcindex{
	display:none;
}


/*================================================
 *  グローバルナビゲーション
 ================================================*/

/* タブレット・スマートフォン用 */


nav.gnav {
	display:  none;
}
nav.gnav ul {
	margin: 0;
	padding: 0;
}
nav.gnav > ul {
	z-index: 2;
/*		overflow: auto;2022バグ*/
/*		position: fixed;2022バグ*/
	top: 50px;
	right: 0;
	width: 100%;
	height: 88%;
	height: -webkit-calc(100% - 50px);
	height: calc(100% - 50px);
}
nav.gnav li {
	position: relative;
	width: 100%;
	float: none;
	margin: 0;
	text-align: left;
	list-style: none;
	border-top: 1px solid #222;
}
nav.gnav li:first-child {
}
nav.gnav li:last-child {
	border-bottom: 1px solid #333;
}
nav.gnav li a {
	display: block;
	padding: 10px 20px;
	color: #fff;
	text-decoration: none;
	background-color: rgba(0,0,0,0.8);


}
nav.gnav li a:hover {
	color: #fff;

}

nav.gnav li a:active {
	color: #fff;
	background: #222;
}


nav.gnav ul ul {
	display: none;
	position: relative;
}
nav.gnav li li a {
	box-sizing: border-box;
		width: 100%;
		padding: 10px 30px 10px 34px;
		text-align: left;
}
nav.gnav li li li a {
	padding: 10px 20px 10px 48px;
}


nav.gnav .subnav > a:before {
	display: block;
	content: "";
	position: absolute;
	top: 17px;
	right: 20px;
	width: 0;
	height: 0;
	border: 6px solid transparent;
	border-top: 6px solid #fff;
}

/*	nav.gnav .subnav > a:before {
	display: block;
	content: "";
	position: absolute;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 20px;
	right: 20px;
	width: 10px;
	height: 10px;
	margin-top: -5px;
	background: #f1f1f1;
}
nav.gnav .subnav > a:after {
	display: block;
	content: "";
	position: absolute;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 20px;
	right: 20px;
	width: 10px;
	height: 10px;
	margin-top: -10px;
	background: #000;
}*/

nav.gnav .subnav a:hover:after {
	background: #222;
}

nav.gnav .subnav.active > a:before {
	border: 6px solid transparent;
	border-bottom: 6px solid #fff;
	margin-top: -6px;
}

/*	nav.gnav .subnav.active > a:before {
	margin-top: 0;
}
nav.gnav .subnav.active > a:after {
	margin-top: 5px;
}*/

.spMenuWrap {
	display: block;
	position: fixed;
	top: 0;
	right: 0;
	-webkit-transition:  all 1s;
	-moz-transition:  all 1s;
	-ms-transition:  all 1s;
	-o-transition:  all 1s;
	transition:  all 1s;
	background: transparent;
}

#spMenu {
	position: absolute;
	top: 10px;
	right: 10px;
}

#spMenu:hover {
	cursor: pointer;
}

#navBtn {
	display: inline-block;
	position: relative;
	width: 30px;
	height: 30px;
	border-radius: 5%;
	background: #000;
}

#navBtnIcon {
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 14px;
	height: 2px;
	margin: -1px 0 0 -7px;
	background: #f1f1f1;
	transition: .2s;
}
#navBtnIcon:before,
#navBtnIcon:after {
	display: block;
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	width: 14px;
	height: 2px;
	background: #f1f1f1;
	transition: 0.3s;
}
#navBtnIcon:before {
	margin-top: -6px;
}
#navBtnIcon:after {
	margin-top: 4px;
}
#navBtn .close {
	background: transparent;
}
#navBtn .close:before,
#navBtn .close:after {
	margin-top: 0;
}

#navBtn .close:before {
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
}
#navBtn .close:after {
	transform: rotate(-135deg);
	-webkit-transform: rotate(-135deg);
}


/*================================================
 *  Body
 ================================================*/


.contentcol-g{
	background:#eee;
	width:100%;
	padding-top:40px;
	padding-bottom:40px;
}

.contentcol-w{
	width:100%;
	padding-top:40px;
	padding-bottom:40px;
}


/*================================================
 *  フッター
 ================================================*/
.subfoot{
	width:100%;
	text-align: center;
}

.subfoot img{
	width:80%;
}

.subfootbtnarea{
	margin:20px 0;
	display: block;
}

.subfootbtnarea a{
   min-width: initial;
    max-width: initial;
	margin:0 auto 20px auto;
	width: 80%;
}

#foot-ctrl{
	width:100%;
	padding:30px 20px;
}

#footnav .ft01,
#footnav .ft02,
#footnav .ft03,
#footnav .ft04,
#footnav .ft05{
	border:none;
	width:100%;
	padding:10px;
}


#footnav .ft01 .flogo{
	width:70%;
	margin:0 auto 20px auto;
}

#footnav .ft01 .snsarea{
}

#footnav .ft01 .snsarea a img{
	margin-right:5px;
	width:50px;
}



footer {
	margin-top: 0px;
}

.fnav {
	display: block;
	margin: 0;
}
.fnav > ul {
	width: 100%;
}

#footerfig{
	position: static;
}




/*================================================
 *  スライドショー
 ================================================*/
#tophead .topcatchshell{
	width:100%;
}


.topcatchshell img.catchimg {
	display:none;
}

.topcatchshell .awdtop{
	flex-wrap:wrap;
}

.awdimg{
	width:140px;
}

.catchcopy{
	font-size:.45rem;
	margin-bottom: 15px;
	line-height:1em;
}

.catchcopy .mini{
	font-size:.30rem;
}

.subcatchcopy{
}



/*================================================
 *  TOP
 ================================================*/




h2#title01{
	width: 100%;
	height:.22rem;
	background: url(../images/title01.png) no-repeat;
	background-size:100% auto;
}

.plantop{
	width:100%;
}

.plantoptxt{
	width:100%;
}


.companycard{
	width:90%;
	transform: translateY(-50%) translateX(-50%);
}

.topwithbkarea{
	display:block;
}
.topwithbkpart{
	margin: auto;
	width:90%;
}

.topwithbkpart:last-child{
	margin-top: 50px;
}

.panelrel .under {
	font-size: 0.12rem;
	font-weight: normal;
	line-height: .18rem;
	padding:10px 5px;
}



	#companyhead{
		float:none;
		width:100%;
		position:relative;
	}

	.accesslocation{
		float:none;
		width:100%;

	}

	.accesslocation h3{
		font-size:.18rem;
	}

	.reclist {
		margin-bottom: 40px;
	font-size:.14rem;
	}

	.reclist dt {
		float: none;
		margin: 0;
		padding: 10px 0 5px 0;
		vertical-align: top;
		border-bottom: none;
		font-weight:bold;
	}

	.reclist dd {
		margin: 0;
		padding: 0 0 10px 0;
		vertical-align: top;
		border-bottom: 1px dotted #333;
	}

.polbox{
	width:90%;
}

.ceophoto{
	width: 100%;
	height:auto;
	float:none;
	display:block;
	margin:0 0px 20px 0;
}

	.topix {
		margin-bottom: 40px;
	width:95%;
	}

	.topix dt {
	text-align:center;
		float: none;
		vertical-align: top;
		border-bottom: none;
		font-weight:bold;
	}

	.topix dd {
		margin: 0;
		padding: 0 0 10px 0;
		vertical-align: top;
		border-bottom: 1px dotted #333;
	}

.topixreadmore{
	text-align:center;
	width:95%;
}

/*================================================
 *  UNDER
 ================================================*/
#underhead{
	margin-top:50px;
	height:180px;

}

#underhead h2{
	margin-left:20px;
}

/*================================================
 *  PANNEl TOP
 ================================================*/
.panelplantop .upart{
	height: 15%;
}

.panelplantop img {
	height: 55%;
}

.panelplantop .dpart{

	height: 45%;
}

.panelplantop .dpart p.kind{
	font-size:.14rem;
	padding:0px 5px;
	line-height:1.5em;
	border-radius: 100px;
	margin-left:10px;
	color:#fff;
}

/*================================================
 *  FORM
 ================================================*/

.form dl {
	width: 100%;
	padding: 0;
	border: none;
}
.form dl dt {
	float: none;
	position: static;
	width: 100%;
	text-align:center;
}
.form dl dd {
	float: none;
	width: 100%;
	text-align:center;

	margin-left: 10px;
}
.form dl dd .txt, .ctSelect {
	width: 90%;
	height: 30px;
	line-height: 30px;
}

.msgarea{
	display:block;
	width: 100%;
	font-size: .16rem;
}

.formphoneshell{
}

.formphoneshell .shutttbtn{
	width: 70%;
}

/*================================================
 *  plan
 ================================================*/
.planpage{
	width:100%;
	margin: 0 auto;
}
.planpage .panelplanpage .square80{
	height: auto;
	padding:initial;
	position:static;
}

.panelplanpage .image{
	position:static;
	height: 200px;
	bottom: initial;
}

.panelplanpage .upart{
	height: 30px;
}


.panelplanpage .indexshell {
	position:relative;
	margin-top:50px;
	bottom:initial;
}


.planinfo{
	width:100%;
	margin:0 auto 50px auto;
}

.plansv{
	width: 100%;
	margin: 0 auto 30px auto;
}

.plankd{
	width: 100%;
	margin: 0 auto 30px auto;
}

.panelplankd .kdtxt{
	display:block;
text-align: center;
}

.plancivil{
	width: 100%;
	margin: 0 auto 30px auto;
}


/*================================================
 *  flower
 ================================================*/


.flowerinfoshell{
	width:100%;
	box-sizing: border-box;
	display:block;
}

.flowerinfo{
	width:100%;
}

.flowerpdf{
	width:70%;
	margin:20px auto;
}

.panelflower .kdtxt{
}


.flowerkd{
	width: 100%;
}



.panelflower .kdtxt p.tit{
}

.panelflower .kdtxt p.plz{
}

.panelflower .kdtxt p span.sml{
}

/*================================================
 *  faq
 ================================================*/

	dl.faq{
		margin-bottom:40px;
		font-size: .16rem;
		overflow: hidden;
		_zoom: 1;
	}

	.faq dd,
	.faq dt{
		text-indent: -0.5rem;   
		padding: 0 0px 0px 50px;
	}

	.faq dt{
		margin:15px 0 0 0;
		padding-bottom:5px;
		border-bottom: 1px dotted #ddd;
	}

	.faq dd:first-letter,
	.faq dt:first-letter{
		font-size: .32rem;
		font-weight: bold;
		margin-right:10px;
		padding:5px;
	}


	.faq dd{
		margin: 0px 0 -1px 0;
		padding-bottom:15px;
		border-bottom: 1px #033 dashed;
	}


	.faq dt:first-letter{
			color: ##033;
		}
	.faq dd:first-letter{
		color: #f60;
		}

/*================================================
 *  Voice
 ================================================*/
	dl.custm{
		font-size: .16rem;
	}

	.custm dt{
		font-size: .18rem;
	text-align:center;
	border-image: linear-gradient(to right,#fff ,#ff8022, #fff) 1;

	}



	.custm dd{
	}

.custm .initial{
	margin:0 0 20px 0;
	padding-right:1em;
	text-align:center;
	font-weight:300;
}

/*================================================
 * TOPIX
 ================================================*/

h3.topixtitle{
	width:100%;
}

h4.topixsub{
	font-size:.18rem;
}

.topixdate{
	width:100%;
}

.topixtxt{
	width:100%;
}

.topixpics{
	width:100%;
}

.topixbt{
	width: 100%;
}


}/*=============================================max-width



