@charset "utf-8";

* {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-o-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
}

.pconly {
	display: block;
}
.sponly {
	display: none;
}


/* HEADER
------------------------------------------------------------*/
.header {
	position: fixed;
	width: 100%;
	height: 62px;
	z-index: 100;
		-webkit-transition: all 0.2s;
		-moz-transition: all 0.2s;
		-ms-transition: all 0.2s;
		-o-transition: all 0.2s;
	transition: all 0.2s;
	background: #89c53f;
}
.lowdir .header {
	position: fixed;
	width: 100%;
	height: 62px;
	z-index: 100;
}
.header.fixed {
	height: 62px;
	background: #89c53f;
}
.drawer-open .header.fixed {
	background: none0000;
}
.header .inbox {
	position:relative;
	width: 100%;
	max-width: 100%;
	height: 62px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	z-index: 9 !important;
}
.header.fixed .inbox {
	height: 62px;
}
.header .logo {
	width: 30%;
	padding: 2px 0 0 3px;
		-webkit-transition: all 0.2s;
		-moz-transition: all 0.2s;
		-ms-transition: all 0.2s;
		-o-transition: all 0.2s;
	transition: all 0.2s;
}
.header .logo img {
	width: 276px;
	height: auto;
		-webkit-transition: all 0.2s;
		-moz-transition: all 0.2s;
		-ms-transition: all 0.2s;
		-o-transition: all 0.2s;
	transition: all 0.2s;
}
.header .logo .logoimg_bk {
	display : none;
}
.header .logo.logoChange .logoimg {
	display : none;
}
.header .logo.logoChange .logoimg_bk {
	display : block;
}
.drawer-open .header .logo .logoimg,
.drawer-open .header .logo.logoChange .logoimg_bk {
	display : none !important;
}


.header .logo .logowt {
	display: none;
}
.pgnews .header .logo .logowt {
	display: block;
}
.pgnews .header .logo .logobk {
	display: none;
}
.pgnews .header.fixed .logo .logowt {
	display: none;
}
.pgnews .header.fixed .logo .logobk {
	display: block;
}
.toptel {
	display: block !important;
	position: absolute;
	top: 19px;
	right: 148px;
	text-align: right;
	z-index: 101;
}
.toptel a {
	padding-left: 46px;
	font-size: 32px;
	letter-spacing: -0em;
	color: #fff;
	font-weight: 700;
	text-decoration: none;
}
.toptel a:before {
	content: '';
	display: block;
	position:absolute;
	top: -2px;
	left: 0;
	width: 36px;
	height: 29px;
	background-image: url(../images/icon_freedial_w.png);
	background-size: contain;
	background-repeat:no-repeat;
}
.telbtn {
	display: none !important;
}
.mailbtn {
	display: block !important;
	position: absolute;
	top: 0px;
	right: 68px;
	width: 68px;
	height: 62px;
	text-align: center;
	z-index: 99;
}
.mailbtn a {
	display: block !important;
	width: 68px;
	height: 62px;
	background-color: #89c53f !important;
		-webkit-transition: all 0.2s;
		-moz-transition: all 0.2s;
		-ms-transition: all 0.2s;
		-o-transition: all 0.2s;
	transition: all 0.2s;
}
.mailbtn a img {
	padding: 9px 0 0;
	width: 46px;
	height: auto;
}
.smpbtn {
	display: block !important;
	position: absolute;
	top: 0px;
	right: 0px;
	width: 62px;
	height: 62px;
	text-align: center;
	z-index: 9999;
}
.smpbtn img {
	padding: 5px 0 0;
		-webkit-transition: all 0.2s;
		-moz-transition: all 0.2s;
		-ms-transition: all 0.2s;
		-o-transition: all 0.2s;
	transition: all 0.2s;
}
.drawer-hamburger {
	top: 0 !important;
	margin: 0 -70px 0 0!important;
	width: 28px !important;
	padding: 30px 20px !important;
	background-color: #000 !important;
		-webkit-transition: all 0.2s;
		-moz-transition: all 0.2s;
		-ms-transition: all 0.2s;
		-o-transition: all 0.2s;
	transition: all 0.2s;
}
.smpbtn .drawer-hamburger {
	top: 0 !important;
	margin: 0 auto !important;
	width: 28px !important;
	padding: 30px 20px !important;
	background-color: #345308 !important;
	z-index: 101 !important;
}
.drawer-hamburger-icon {
	background: #fff !important;
	height: 2px !important;
}
.drawer-hamburger-icon::after,
.drawer-hamburger-icon::before {
	height: 2px !important;
	background: #fff !important;
}
.drawer-open .drawer-hamburger-icon::after,
.drawer-open .drawer-hamburger-icon::before {
	height: 2px !important;
	background: #fff !important;
}
.drawer-open .drawer-hamburger-icon {
	background-color:transparent !important;
	height: 2px !important;
}
.drawer-hamburger-icon {
	margin-top: 0px !important;
}
.drawer-nav {
	width: 544px !important;
	color: #FFF !important;
	background: #345308 !important;
	background-size: cover;
	z-index: 1000 !important;
}
.drawer--right .drawer-nav {
	right: -36.15rem !important;
		-webkit-transition: right .6s cubic-bezier(.19,1,.22,1);
	transition: right .6s cubic-bezier(.19,1,.22,1);
}
.drawer--right .drawer-hamburger,
.drawer--right.drawer-open .drawer-nav,
.drawer--right.drawer-open .drawer-navbar .drawer-hamburger {
	right: 0 !important;
}
.drawer--right.drawer-open .drawer-hamburger {
	right: 36.15rem !important;
}

ul.drawer-menu {
	width: 80%;
	height: auto;
	margin: 0 10%;
	padding: 40px 0;
}
ul.drawer-menu a.drawer-menu-item,
.drawer-menu-item a {
	padding: 5px 0 5px 20px !important;
	color: #fff !important;
	background: url(../images/icon_arrow_w.png) no-repeat left 14px;
	background-size: 6px 8px;
}
ul.drawer-menu a.drawer-menu-item.svcchd,
.drawer-menu-item.svcchd a {
	padding: 5px 0 5px 30px !important;
	color: #fff !important;
	background: url(../images/icon_arrow_w.png) no-repeat 10px 14px;
	background-size: 6px 8px;
}
ul.drawer-menu a.drawer-menu-item.pritem,
.drawer-menu-item.pritem a {
	padding: 5px 0 !important;
	color: #fff !important;
	background: none;
}
ul.drawer-menu a.drawer-menu-item.pritem img,
.drawer-menu-item.pritem a img {
	width: 100%;
	max-width: 240px;
	height: auto;
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
	border-radius: 3px;
}
ul.drawer-menu a.drawer-menu-item:hover {
	color: #d0131b;
	text-decoration: none;
}

ul.drawer-menu .drwbnr a.drawer-menu-item {
	padding: 20px 0 0 !important;
	background: none;
}
ul.drawer-menu .drwbnr a.drawer-menu-item img {
	width: 100%;
	max-width: 240px;
	height: auto;
}


.drawer-submenu {
	width: 70%;
	margin: 0 20% 0 10%;
}
.drawer-nav .gnvmail {
	padding: 8px 0 0;
	font-size: 0.8em;
}
.drawer-nav .gnvmail a {
	display: block;
	font-size: 1.2em;
	color: #fff;
	border-bottom: solid 1px #fff;
}
.drawer-nav .gnvmail a span  {
	padding: 0 20px 0 0;
	background:url(../images/icon_mail.png) no-repeat right center;
	background-size: 15px 10px;
}
.drawer-nav .gnvmail a:hover {
	color: #d0131b;
	border-bottom: solid 1px #d0131b;
}
.drawer-nav .gnvmail a:hover span  {
	padding: 0 20px 0 0;
	background:url(../images/icon_mail_ov.png) no-repeat right center;
	background-size: 15px 10px;
}
.drawer-nav .gnvtime {
	padding: 8px 0 0;
	font-size: 0.8em;
	color: #fff;
}
.drawer-overlay {
	position: fixed;
	z-index: 21 !important;
	top: 0;
	left: 0;
	display: none;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.8) !important;
}
.drawer-hamburger-icon,
.drawer-hamburger-icon::after,
.drawer-hamburger-icon::before {
	background-color: #fff;
}
.drawer-open .drawer-hamburger-icon::after,
.drawer-open .drawer-hamburger-icon::before {
	background-color: #222;
}
.onhnv .drawer-hamburger-icon,
.onhnv .drawer-hamburger-icon::after,
.onhnv .drawer-hamburger-icon::before {
	background-color: #222;
}
.drawer-open .onhnv .drawer-hamburger-icon {
	background-color: transparent !important;
}
.drawer-open .onhnv .drawer-hamburger-icon::after,
.drawer-open .onhnv .drawer-hamburger-icon::before {
	background-color: #222;
}


/* gnavi
------------------------------------------------------------*/

.gnavibox {
	position: fixed;
	width: 100%;
	top: 130px;
	background: #000;
	z-index: 1000;
		-webkit-transition: all 0.2s;
		-moz-transition: all 0.2s;
		-ms-transition: all 0.2s;
		-o-transition: all 0.2s;
	transition: all 0.2s;
}
.gnavibox.fixed {
	width: 100%;
	top: 60px;
	padding: 0 0 4px;
}
#scrolldmy {
	display: none;
	height: 0px;
}
#scrolldmy.fixed {
	display: block;
}
.lowdir #scrolldmy,
.lowdir #scrolldmy.fixed {
	display: block;
	height: 198px;
}


ul.gnavi {
	text-align: center;
	box-sizing: border-box;
}
ul.gnavi li {
	display: inline-block;
	margin: 0 5px;
}
.gnavi li a {
	position: relative;
	display: block;
	min-width: 90px;
	height: 54px;
	color: #fff;
	text-decoration: none;
	line-height: 54px;
	text-align: center;
}
.lowdir .gnavi li a {
	color: #444;
}
@media only screen and (max-width: 1100px){
ul.gnavi li {
	margin: 0 3px;
}
.gnavi li a {
	min-width: 80px;
}
}
.gnavi li a::after {
	position: absolute;
	bottom: -4px;
	left: 50%;
	margin-left: -35px;
	content: '';
	width: 70px;
	height: 5px;
	background: #d0131b;
	transform: scale(0, 1);
	transform-origin: center top;
	transition: transform .3s;
}
.gnavi li a:hover::after {
	transform: scale(1, 1);
}
.pgabout .gnavi li.gnv01 a::after,
.pgphalaenopsis .gnavi li.gnv02 a::after,
.pgcelebration .gnavi li.gnv03 a::after,
.pganniversary .gnavi li.gnv04 a::after,
.pgartflower .gnavi li.gnv05 a::after,
.pgsympathy .gnavi li.gnv06 a::after,
.pgplants .gnavi li.gnv07 a::after,
.pgartscrafts .gnavi li.gnv08 a::after,
.pgorder .gnavi li.gnv09 a::after {
	transform: scale(1, 1);
}



/* 全体
------------------------------------------------------------*/
.wrapper {
	width: 100%;
	margin: 0 auto;
	padding: 30px 0 0;
}
.lowdir .wrapper {
	width: 100%;
	margin: 0 auto;
	padding: 120px 0 0;
}
.pgancbox {
	padding: 50px 0 0 0;
	margin: -50px 0 0 0;
}
.box {
	width: 1100px;
	margin: 0 auto;
}
.widebox {
	width:100%;
	margin: 0;
}
.imgbox {
	overflow: hidden;
	width: 100%;
	clear: both;
	text-align: center;
}
.imgbox img {
	border: 0;
}
.wideimg {
	position: relative;
	width: 100%;
	height: 350px;
	text-align: center;
	overflow: hidden;
}
.wideimg img {
	width: 100%;
	height: auto;
	text-align: center;
}
.textbox {
	font-size: 12pt;
	color: #111;
	text-align: left;
	line-height: 1.8em;
}
ul.listtxt {
	padding: 0 0 0 16px;
	text-align: left;
	line-height: 1.4em;
	text-indent: -16px;
}
ul.listtxt li {
	padding: 0 0 14px;
	font-size: 1.0em;
	color: #444;
}

.widecolumn {
	float: left;
	width: 750px;
	padding: 0;
}
.sidecolumn {
	float: right;
	width: 210px;
	padding: 0;
}

/**************************
/* flexbox
**************************/

.flexbox {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
}



/**************************
/* グリッド
**************************/


.gridWrapper {
	display: block;
	width: 100%;
}
* html .gridWrapper{height:1%;}

.grid {
	float:left;
}
.rgrid {
	margin-left: 5%;
}
.recBox {
	margin: 0;
	background:url(../images/bg_recbox.jpg);
}
.recBox a {
	display: block;
	width: 100%;
	height: 100%;
}

.columnwrap {
	position: relative;
	width: 100%;
	margin: 0;
	z-index: 111;
}
.columnwrap .mgrid {
	width: 70%;
}
.columnwrap .sgrid {
	width: 25%;
	margin: -100px 0 0 5%;
}

/*************
/* タイトル
*************/

.fs01 {
	font-size: 24pt;
}
.fs02 {
	font-size: 18pt;
}
.fs03 {
	font-size: 13pt;
}

.subtt {
	position: relative;
	display: inline-block;
	width: 100%;
	margin: 0 0 60px;
	padding: 10px 0 15px;
	color: #444;
	line-height: 1.0em;
	text-align: center;
}
.subtt h1 {
	padding: 0 0 30px;
	font-size: 22pt;
	color: #345308;
	font-weight: 500;
	letter-spacing: 0.2em;
}
.subtt h3 {
	font-weight: 400;
	font-size: 13pt;
	letter-spacing: 0.1em;
}




h1.csub .csubtt {
	color: #344e73;
	font-weight: bold;
}
h1.csub .csubmore {
	position: absolute;
	top: 0;
	right: 10px;
}

h1.csub .csubmore a {
	padding: 0 0 0 26px;
	font-size: 14pt;
	text-decoration: underline;
	background: url(../images/icon_ggmap.png) no-repeat 0 center;
}
h1.csub .csubmore a:hover {
	text-decoration: none;
}



h1.csub2 {
	width: 300px;
	margin: 0 0 30px -100px;
	padding: 50px 0 32px;
	font-size: 1.7em;
	color: #2c489d;
	font-weight: bold;
	text-align: right;
	border-bottom: solid 2px #2c489d;
}
h1.csub2b {
	width: 250px;
}

h1.csub2 img {
	margin: 0 10px 6px 0;
	vertical-align: middle;
}
h1.csub3 img {
	height: 40px;
	width: auto;
	padding: 0 0 0 40px;
}




/*************
ボタン
*************/


a.mainbtn {
	position: relative;
	display: inline-block;
	margin: 0;
	padding: 12px 82px 12px 62px;
	font-size: 1.0em;
	color: #fff;
	font-weight: 500;
	text-decoration: none;
	background: #89c53f;
	transition: all .3s;
}
a.mainbtn::after {
	content: '';
	position: absolute;
	top: 44%;
	right: 43px;
	width: 5px;
	height: 5px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	transform: rotate(45deg);
	transition: all .3s;
}
a.mainbtn:hover {
	background: #345308 !important;
}
a.mainbtn:hover::after {
	right: 36px;
}


.viewbtn {
	position: relative;
	display: inline-block;
	margin: 0;
	padding: 12px 82px 12px 62px;
	font-size: 1.0em;
	color: #fff;
	font-weight: 500;
	text-decoration: none;
	background: #89c53f;
	transition: all .3s;
}
.viewbtn::after {
	content: '';
	position: absolute;
	top: 44%;
	right: 43px;
	width: 5px;
	height: 5px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	transform: rotate(45deg);
	transition: all .3s;
}
.viewbtn:hover {
	background: #345308 !important;
}
.viewbtn:hover::after {
	right: 36px;
}


.blkbtn {
	position: relative;
	display: inline-block;
	margin: 0;
	padding: 6px 72px 9px 16px;
	font-size: 1.1em;
	color: #fff;
	font-weight: 500;
	text-decoration: none;
	background-color: #111 !important;
	transition: all .6s;
}
.blkbtn::after {
	content: '';
	position: absolute;
	top:46%;
	right: 20px;
	width: 5px;
	height: 5px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	transform: rotate(45deg);
	transition: all .3s;
}
.blkbtn:hover {
	color: #fff;
	background-color: #666 !important;
}

.blkbtn:hover::after {
	right: 15px;
}


.morebtn {
	position: relative !important;
	display: block;
	margin: 0 auto;
	width: 100%;
	height: 50px;
	font-size: 1.1em;
	color: #fff !important;
	line-height: 46px;
	text-decoration: none;
	text-align: center;
	overflow: hidden;
	transition: 0.4s;
	z-index: 1;
	background-color: #84721b !important;
		-moz-border-radius: 6px;
		-webkit-border-radius: 6px;
	border-radius: 6px;
}
.morebtn:before,
.morebtn_w:before {
	content: "";
	position: absolute !important;
	width: 100%;
	height: 100%;
	top: 0;
	left: -100%;
	background-color: #84721b;
	transition: 0.2s;
}
.morebtn:hover {
	color: #fff !important;
}
.morebtn:hover:before {
	z-index: -1;
	left: 0;
	background-color: #000;
}
.morebtn span {
	padding: 0 30px 0 10px;
	font-weight: 500;
	background: url(../images/icon_arrow_w.png) no-repeat right 0px center;
	background-size: 10px 12px;
	letter-spacing: 0.1em;
}
#ixcont04 .morebtn span {
	padding: 0 50px 0 10px;
	font-weight: 500;
	background: url(../images/icon_blank_white.png) no-repeat right 0px center;
	background-size: 20px 20px;
	letter-spacing: 0.1em;
}

.morebtn2 {
	display: block;
	margin: 0 auto;
	width: 100%;
	height: 60px;
	font-size: 1.1em;
	color: #fff !important;
	line-height: 59px;
	background: linear-gradient(90deg, rgba(243,88,132,1) 0%, rgba(201,104,161,1) 33%, rgba(148,118,215,1) 66%, rgba(123,133,249,1) 100%);
	text-decoration: none;
	text-align: center;
		-moz-border-radius: 6px;
		-webkit-border-radius: 6px;
	border-radius: 6px;
}
.morebtn2:hover {
	background: #111;
}


.btnbox {
	width: 100%;
	margin: 0 auto;
	text-align: center;
}

.btn01 {
	display: block;
	width: 100%;
	padding: 5px 0;
	background: #eee0cc;
	text-align: center;
}
.btn01 a {
	display: block;
	width: 100%;
	height: auto;
}

.btn01:hover {
	background: #eee;
}
.btn02 {
	display: block;
	width: 100%;
	padding: 5px 0;
	background: #c68992;
	border: 1px solid #ab4a64;
	text-align: center;
}
.btn02 a {
	display: block;
	width: 100%;
	height: auto;
}
.btn02:hover {
	background: #ab4a64;
}
.btn03 {
	display: block;
	width: 100%;
	padding: 5px 0;
	background: #fff;
	border: 1px solid #ab4a64;
	text-align: center;
}
.btn03 a {
	display: block;
	width: 100%;
	height: auto;
}
.btn03:hover {
	background: #c68992;
}



/*************
スクロールアニメ
*************/

.inview {
	opacity: 0;
	transition: transform 1.6s, opacity 3.0s;
}
.inview_n {
	opacity: 0;
	transition: opacity 1.2s;
}
.inview_l {
	transform: translateX(-100px);
}
.inview_r {
	transform: translateX(100px);
}
.inview_b {
	transform: translateY(60px);
}
.inview_n.inview.show {
	opacity: 1;
}
.inview_l.inview.show,
.inview_r.inview.show {
	transform: translateX(0);
	opacity: 1;
}
.inview_b.inview.show {
	transform: translateY(0);
	opacity: 1;
}

.dly2 {
	transition-delay: .2s;
}
.dly4 {
	transition-delay: .4s;
}
.dly6 {
	transition-delay: .6s;
}
.dly8 {
	transition-delay: .8s;
}

/*************
メイン コンテンツ
*************/
section.content{
	margin-bottom:20px;
	font-size:14px;
	overflow:hidden;
}
* html section.content{height:1%;}




input[type="text"], input[type="password"], textarea, select {
	border: 1px solid #ccc;
	margin: 0px;
	background: none repeat scroll 0% 0% #f9f9f9);
}
select, input, textarea, button {
	font: 99% arial,helvetica,clean,sans-serif;
}
.required_asterisk {
	color: #eb1c30;
	margin-left: 3px;
}
.ipt01 {
	width: 60%;
	padding: 5px;
	border: 1px solid #ccc;
}
.ipt02 {
	width: 90%;
	padding: 5px;
	border: 1px solid #ccc;
}
.ipt03 {
	width: 40%;
	padding: 5px;
	border: 1px solid #ccc;
}
.ipt04 {
	width: 10%;
	padding: 5px;
	border: 1px solid #ccc;
}
.ipt05 {
	width:400px;
	padding:5px;
	border:1px solid #ccc;
}
.sel01 {
	padding:5px;
}

.ime_on {
	ime-mode:active;
}
.ime_off {
	ime-mode:disabled;
}
.recformbox .rectable td {
	line-height: 2.2em;
}
.optgroup {
    font-style: normal;
}
.hissu {
	vertical-align: middle;
	margin: 0 0 2px 8px;
	color: #cc0000;
}

.button {
	font-size: 13px;
	color: #333333;
	padding: 10px 30px;
	background: -moz-linear-gradient( top, #ffffff 0%, #ffffff 50%, #d6d6d6);
	background: -webkit-gradient( linear, left top, left bottom, from(#ffffff), color-stop(0.50, #ffffff), to(#d6d6d6));
		-moz-border-radius: 10px;
		-webkit-border-radius: 10px;
	border-radius: 10px;
	border: 3px solid #999;
	cursor: pointer;
}
.button:hover {
	border: 3px solid #333;
}

/* news list
----------------------------------------------------- */

.topicsbox {
	margin-bottom: 100px;
}
.topicsbox table {
	width: 100%;
	color: #333;
	line-height: 2.0em;
	border-bottom: solid 1px #ddd;
}
.topicsbox table td {
	border-top: solid 1px #ddd;
	text-align: left;
	vertical-align: top;
}
.topicsbox table td.td_date {
	padding: 20px 0 19px;
	width: 20%;
	font-weight: bold;
	text-align: center;
}
.topicsbox table td.td_sub {
	width: 76%;
	line-height: 1.5em;
}
.topicsbox table td.td_sub a {
	display: block;
	padding: 24px 20px !important;
	color: #111;
	text-decoration: underline;
}
.topicsbox table td.td_sub a:hover {
	color: #345308;
	text-decoration: none;
}

.topicsbox td.nohit {
	padding: 100px 0;
	text-align: center;
}

.pgmove {
	position: relative;
	overflow: hidden;
	margin: 30px 0 20px;
	padding: 10px;
}
.pgmove ul {
	position: relative;
	left: 50%;
	float: left;
}

.pgmove ul li {
	position: relative;
	left: -50%;
	float: left;
	margin: 0;
}

.pgmove li span {
	display: inline-block;
	margin: 0 1px 1px 0;
	padding: 1px 8px;
	color: #fff;
	background: #345308;
	border: 1px solid #345308;
	text-decoration: none;
	vertical-align: middle;
}
.pgmove li a {
	display: inline-block;
	margin: 0 1px 1px 0;
	padding: 1px 8px;
	color: #345308;
	background: #fff;
	border: 1px solid #345308;
	text-decoration: none;
	vertical-align: middle;
}
.pgmove li a:hover {
	color: #fff;
	text-decoration: none;
	background: #345308;
	border: 1px solid #345308;
}

.topicsbox h2.date {
	font-size: 1.1em;
	padding: 0 0 6px 0;
}
.topicsbox h2 img {
	padding: 0 0 3px 10px;
	vertical-align: middle;
}
.topicsbox h3.title {
	font-size: 1.3em;
	margin-bottom: 16px;
	padding: 0 0 12px 0;
	line-height: 1.5em;
	border-bottom: dotted 1px #999;
}
.topicsbox p.newsdays {
	font-size: 1.0em;
	padding: 4px 0 4px 10px;
	line-height: 1.8em;
	border-left: solid 4px #eee;
}
.topicsbox p.newsplace {
	font-size: 1.0em;
	padding: 0 0 0 10px;
	line-height: 1.8em;
	border-left: solid 4px #eee;
}
.topicsbox p.newscomm {
	font-size: 1.1em;
	padding: 20px 0;
	line-height: 1.8em;
}
.topicsbox div.img {
	width: 100%;
	text-align: center;
}
.topicsbox div.img img {
	padding: 20px 0;
	width: 80%;
	height: auto;
}
.topicsbox a.pdf {
	display: inline;;
	padding: 5px 12px;
	color: #666;
	text-decoration: underline;
	background-color: #fff;
	border: solid 2px #e0edcf;
}

.topicsbox a.pdf:hover {
	background-color: #e0edcf;
	border: solid 2px #fff;
	text-decoration: none;
}

.newslinkbox ul {
	width: 100%;
	text-align: center;
}
.newslinkbox ul li {
	display: inline-block;
	width: 40%;
	/ display: inline;
	padding: 30px 0;
	text-align: center;
}
.newslinkbox ul li a {
	display: block;
	width: 70%;
	margin: 0 15%;
	padding: 7px 30px 8px 60px;
	color: #fff;
		-moz-border-radius: 24px;
		-webkit-border-radius: 24px;
	border-radius: 24px;
	background: #345308;
	text-align: center;
	transition:.3s ease;
}
.newslinkbox ul li.pdfbtn a {
	background: #345308 url(../images/icon_pdf.png) no-repeat 20px center;
}
.newslinkbox ul li.urlbtn a {
	background: #345308 url(../images/icon_url.png) no-repeat 20px center;
}
.newslinkbox ul li.pdfbtn a:hover {
	background: #111 url(../images/icon_pdf.png) no-repeat 20px center;
}
.newslinkbox ul li.urlbtn a:hover {
	background: #111 url(../images/icon_url.png) no-repeat 20px center;
}

h6.backbtn {
	width: 30%;
	margin: 0 auto 20px;
	text-align: center;
}
h6.backbtn .btnLink {
	overflow: hidden;
	display: block;
	margin: 0 auto;
	font-size: 1.0em;
	color: #fff !important;
	text-align: center;
	background: #000;
	transition: all 0.3s ease 0s;
	text-align: center;
		-moz-border-radius: 6px;
		-webkit-border-radius: 6px;
	border-radius: 6px;
}
h6.backbtn .btnLink span {
	display: inline-block;
	position: relative;
	padding: 10px 20px 12px 14px;
	color: #fff !important;
	vertical-align: middle;
}
h6.backbtn .btnLink span::after{
	content: '';
	position: absolute;
	top: 45%;
	right: 0px;
	width: 5px;
	height: 5px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	transform: rotate(45deg);
	transition: all .3s;
}
h6.backbtn .btnLink:hover {
	background: #666;
}
h6.backbtn .btnLink:hover span::after{
	right: -8px;
}

.newsbtnbox {
	width: 100%;
	max-width: 1100px;
	margin: 0 auto;
}
.mvlinkbox {
	display: flex;
	justify-content: space-between;
	text-decoration: none;
	padding: 14px 20px;
}
.mvlinkbox li {
	flex: 1;
	margin: 0;
}
.mvlinkbox li.mvnext {
	text-align: right;
	margin-left: auto;
}
.mvlinkbox li a {
	overflow: hidden;
	display: block;
	width: 160px;
	margin: 0;
	padding: 4px 2px 6px;
	font-size: 1.0em;
	color: #fff !important;
	text-align: center;
	background: #89c53f;
	transition: all 0.3s ease 0s;
	text-align: center;
		-moz-border-radius: 6px;
		-webkit-border-radius: 6px;
	border-radius: 6px;
}
.mvlinkbox li span {
	overflow: hidden;
	display: block;
	width: 160px;
	margin: 0;
	padding: 6px 2px;
	font-size: 1.0em;
	color: #fff !important;
	text-align: center;
	background: #ccc;
	transition: all 0.3s ease 0s;
	text-align: center;
		-moz-border-radius: 6px;
		-webkit-border-radius: 6px;
	border-radius: 6px;
}
.mvlinkbox li a:hover {
	background: #345308;
}
.mvlinkbox li.mvnext a,
.mvlinkbox li.mvnext span {
	margin-left: auto;
}


/* contactbox
------------------------------------------------------------*/


.contactbox .inbox {
	position: relative;
	padding: 50px 0;
	text-align: left;
}
.contactbox .ct_tel {
	width: 90%;
	max-width: 960px;
	margin: 0 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: center;
	padding-top: 0;
}
.contactbox div.ctitem_mail {
	width: 76px;
	margin: 0;
}
.contactbox div.ctitem_mail a {
	display: block;
	padding: 14px;
	text-align: center;
	background: #345308;
}
.contactbox div.ctitem_logo img {
	width: auto;
	height: 76px;
}
.contactbox div.ctitem_mail img {
	width: 48px;
	height: auto;
}
.contactbox div.ctitem_tel {
	width: 54%;
	margin: 0 2%;
	font-weight: 400;
	text-align: center;
	line-height: 1.0em;
}
.contactbox div.ctitem_tel .teltime {
	padding: 14px 0 10px;
	line-height: 1;
	font-size: 19px;
	letter-spacing: 0.01em;
	color: #345308;
	font-weight: 500;
	text-align: center;
}
.contactbox div.ctitem_tel .telbody {
	position:relative;
	display: inline-block;
	padding: 14px 0 0 50px;
	font-size: 46px;
	letter-spacing: 0em;
	color: #345308;
	font-weight: 700;
	text-align: left;
}
.contactbox div.ctitem_tel .telbody span {
	padding: 0px;
	font-size: 0.8em;
	font-weight: 700;
}

.contactbox div.ctitem_tel .telbody:before {
	content: '';
	display: block;
	position:absolute;
	top: 14px;
	left: 0;
	width: 43px;
	height: 28px;
	background-image: url(../images/icon_freedial.png);
	background-size: contain;
	background-repeat:no-repeat;
}
.contactbox div.ctitem_tel .telbody a {
	margin: 0;
	text-decoration: none;
	color: #345308;
	font-weight: 700;
	line-height: 0em;
}


/* pagetop
------------------------------------------------------------*/

#pageTop {
	position: fixed;
	right: 6px;
	bottom: 100px;
	z-index: 13;
}
#pageTop a {
	width: 56px;
	height: 53px;
	display: block;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	background-image: url(../images/pagetop.png);
	background-size: 112px 53px;
		-moz-border-radius: 6px;
		-webkit-border-radius: 6px;
	border-radius: 6px;
}
a.pageTopBtn {
	background-position: 0px 0px;
}
a.pageTopBtn:hover{ background-position:-56px 0;}



/* FOOTER
------------------------------------------------------------*/

.footer {
	width: 100%;
	margin: 0;
	background: #89c53f;
}
.footer .ftinbox {
	position: relative;
	width: 94%;
	max-width: 1460px;
	margin: 0 auto;
	padding: 30px 0 20px;
}
#footnavi {
	position: relative;
	width: 100%;
	margin: 0 auto;
	color: #444;
	text-align: center;
	overflow: hidden;
}
#footnavi .fnav {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	padding-right: 5%;
	padding-top: 0;
}
#footnavi .fnv {
	position: relative;
	text-align: center;
	vertical-align: middle;
	margin: 0 5px 5px 0;
	padding: 0 15px 0 10px;
	border-right: 1px solid #fff;
	line-height: 1.0em;
}
#footnavi .fnv:last-child {
	border-right: none;
}
.fnv a {
	color: #fff;
	line-height: 1.0em;
}
.fnv a:hover {
	color: #ccc;
}

#footitem {
	width: 100%;
	padding: 50px 0 0;
}
#footitem ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
}
#footitem ul li {
	font-size: 1.1em;
	color: #fff;
	letter-spacing: 0.2em;
}
#footitem .flogo02 {
	width: 90px;
	text-align: center;
}
#footitem .flogo02 img {
	width: 80%;
	height: auto;
}
.flogo04 {
	padding: 0px 0 50px;
	font-size: 1.2em;
	color: #fff;
	letter-spacing: 0.2em;
	text-align: center;
}


.fitem .fitemsub {
	width: 160px;
	font-size: 1.1em;
	color: #fff;
	font-weight: 500;
	line-height: 1.0em;
	text-align: right;
}
.fitem .fitemlist {
	flex: 1;
	text-align: left;
}
.fitem .fitemlist .fitemnav {
	display: flex;
	flex-wrap: wrap;
	width: 90%;
	margin: 0 0 0 10%;
	padding: 0;
}
.fitem .fitemlist .fitemnav li {
	position: relative;
	width: 30%;
	margin: 0;
	padding: 0 0 16px;
	line-height: 1.0em;
	text-align: left;
}
.fitem .fitemlist .fitemnav li a {
	position: relative;
	display: inline-block;
	margin: 0;
	padding: 0 0 0 22px;
	font-size: 1.0em;
	color: #fff;
	font-weight: 500;
	text-decoration: none;
}
.fitem .fitemlist .fitemnav li a::before {
	content: '';
	position: absolute;
	top: 30%;
	left: 3px;
	width: 5px;
	height: 5px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	transform: rotate(45deg);
	transition: all .3s;
}
.fitem .fitemlist .fitemnav li a:hover {
	color: #ccc;
}

.footer .copyright {
	padding: 20px 0 10px;
	font-size: 0.9em;
	color: #fff;
	text-align: center;
}
@media only screen and (max-width: 1064px){

.fitem .fitemlist .fitemnav li {
	position: relative;
	width: 50%;
	margin: 0;
	padding: 0 0 16px;
	line-height: 1.0em;
	text-align: left;
}

}


.foottag {
	display: none !important;
	position: fixed;
	height: 78px;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 91111;
	transform: translateY(76px);
		-webkit-transition: all 0.2s;
		-moz-transition: all 0.2s;
		-ms-transition: all 0.2s;
		-o-transition: all 0.2s;
	transition: all 0.2s;
	background: rgba(0,24,40,.5);
	background: #fff;
	box-shadow: 0 -1px 6px #999;
	border-bottom: solid 1px #ccc;
}
#ftnavi.ftfixed {
	animation: UpAnimeft 0.5s forwards;
}

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

.footer .ftinbox {
	padding: 30px 0 80px;
}
.foottag {
	display: block !important;
}

}
@keyframes UpAnimeft {
  from {
	opacity: 0;
	transform: translateY(78px);
  }
  to {
	opacity: 1;
	transform: translateY(0);
  }
}
#ftnavi.fotPos {
	animation: DownAnimeft 0.5s forwards;
}
@keyframes DownAnimeft {
  from {
	opacity: 1;
	transform: translateY(0);
  }
  to {
	opacity: 0;
	transform: translateY(78px);
  }
}

.foottag h4 {
	width: 100%;
	height: 14px;
	font-size: 13px;
	color: #fff;
	line-height: 2.3em;

	font-weight: 700;
	letter-spacing: 0.4em;
	text-align: center;
}
.foottag .foottag_inbox {
	height: 70px;
	margin: 4px 0;
	padding: 0 20px;
	display: -webkit-flex;
	display: flex;
		-webkit-justify-content: center;
	justify-content: center;
		-webkit-align-items: center;
	align-items: center;
}
.foottag .nav_list {
	width: 100%;
	max-width: 1000px;
	margin: 0;
	display: -webkit-flex;
	display: flex;
		-webkit-justify-content: space-between;
	justify-content: center;
	align-content: center;
}
.foottag .nav_list li {
	width: 100%;
	margin: 0 2%;
	text-align: center;
}
.foottag .nav_list li a {
	display: block;
	margin: 0 auto;
	padding: 40px 0 18px;
	font-size: 14px;
	color: #111;
}
.foottag .nav_list.listone li a {
	width: 100%;
	margin: 0 auto;
	padding: 0;
	text-align: center;
}
.foottag .nav_list li.ftel a {
	background: url(../images/icon_freedial.png) no-repeat top 20px center;
	background-size: 26px 20px;
	text-decoration: none;
}
.foottag .nav_list li.fmail a {
	background: url(../images/icon_email.png) no-repeat top 20px center;
	background-size: 26px 20px;
	text-decoration: none;
}
.foottag .nav_list li.ftel a {
}
.foottag .nav_list li a span {
	font-weight: 700;
}
.foottag .nav_list li a span.fs2 {
	padding: 0;
	font-size: 13px;
}



/* ------------------------------------------------------------------------------------------------------------------------ */

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

.header.fixed .smplogo {
	position: fixed;
	width: 96%;
	margin: 0 4% 0 0;
	padding: 20px 0 0;
	z-index: 100;
}
.header.fixed .smplogo img {
	width: 170px;
	height: auto;
}


.box {
	width: 100%;
	margin: 0 auto;
}

.wideimg {
	height: auto;
}



}

/* ------------------------------------------------------------------------------------------------------------------------ */

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


.contactbox .ct_tel {
	width: 96%;
	max-width: auto;
	margin: 0 auto;
}
.contactbox div.ctitem_logo {
	width: 46%;
}
.contactbox div.ctitem_mail {
	width: 68px;
	margin: 0;
}
.contactbox div.ctitem_mail a {
	display: block;
	padding: 12px;
	text-align: center;
	background: #345308;
}
.contactbox div.ctitem_logo img {
	width: auto;
	height: 68px;
}
.contactbox div.ctitem_mail img {
	width: 44px;
	height: auto;
}
.contactbox div.ctitem_tel {
	flex: 1;
	width: 40%;
	margin: 0 2%;
	font-weight: 400;
	text-align: center;
	line-height: 1.0em;
}
.contactbox div.ctitem_tel .teltime {
	padding: 14px 0 10px;
	line-height: 1;
	font-size: 16px;
	letter-spacing: 0em;
	color: #345308;
	font-weight: 500;
	text-align: center;
}
.contactbox div.ctitem_tel .telbody {
	position:relative;
	display: inline-block;
	padding: 14px 0 0 44px;
	font-size: 39px;
	letter-spacing: 0em;
	color: #345308;
	font-weight: 700;
	text-align: left;
}
.contactbox div.ctitem_tel .telbody span {
	padding: 0px;
	font-size: 0.8em;
	font-weight: 700;
}

.contactbox div.ctitem_tel .telbody:before {
	content: '';
	display: block;
	position:absolute;
	top: 14px;
	left: 0;
	width: 43px;
	height: 28px;
	background-image: url(../images/icon_freedial.png);
	background-size: contain;
	background-repeat:no-repeat;
}
.contactbox div.ctitem_tel .telbody a {
	margin: 0;
	text-decoration: none;
	color: #345308;
	font-weight: 700;
	line-height: 0em;
}


/* news
----------------------------------------------------- */

.newslinkbox ul {
	width: 100%;
	padding: 20px 0 0;
	text-align: center;
}
.newslinkbox ul li {
	display: block;
	width: 60%;
	margin: 0 auto;
	padding: 10px 0;
	text-align: center;
}
.newslinkbox ul li a {
	display: block;
	width: 100%;
	margin: 0;
	padding: 7px 30px 8px 60px;
	color: #fff;
		-moz-border-radius: 24px;
		-webkit-border-radius: 24px;
	border-radius: 24px;
	background: #345308;
	text-align: center;
	transition:.3s ease;
}


}



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

/* ------------------------------------------------------------------------------------------------------------------------ */

.pconly {
	display: none;
}
.sponly {
	display: block;
}

/* HEADER
------------------------------------------------------------*/
.header,
.lowdir .header {
	position: fixed;
	width: 100%;
	height: 62px;
}
.header.fixed {
	height: 62px;
}
.header .inbox,
.header.fixed .inbox {
	position:relative;
	height: 62px;
}
.header h1.logo .topcopy,
.header .topnv,
.header .toptel,
.header .topmail {
	display: none;
}
.header .logo img,
.header.fixed .logo img {
	width: 276px;
	height: auto;
}
.header .topnvbox .topcontact {
	padding: 14px 66px 10px 0;
}
.header .topnvbox .topcontact .toptel a {
	color: #444;
}

.toptel {
	display: none !important;
}
.header .topmail a {
	color: #444;
	border: solid 1px #111;
}
.pgnews .header .topmail a {
	color: #fff;
	border: solid 1px #fff;
}
.pgnews .header.fixed .topmail a {
	color: #444;
	border: solid 1px #111;
}

.telbtn {
	display: block !important;
	position: absolute;
	top: 0px;
	right: 68px;
	width: 68px;
	height: 62px;
	text-align: center;
	z-index: 99;
}
.telbtn a {
	display: block !important;
	width: 68px;
	height: 62px;
	background-color: #89c53f !important;
		-webkit-transition: all 0.2s;
		-moz-transition: all 0.2s;
		-ms-transition: all 0.2s;
		-o-transition: all 0.2s;
	transition: all 0.2s;
}
.telbtn a img {
	padding: 9px 0 0;
	width: 46px;
	height: auto;
}
.mailbtn {
	display: none !important;
}
.smpbtn {
	display: block;
	position: absolute;
	top: 0px;
	right: 0px;
	width: 62px;
	height: 62px;
	text-align: center;
	z-index: 102;
}
.header.fixed .smpbtn {
	height: 62px;
}
.smpbtn img {
	padding: 5px 0 0;
		-webkit-transition: all 0.2s;
		-moz-transition: all 0.2s;
		-ms-transition: all 0.2s;
		-o-transition: all 0.2s;
	transition: all 0.2s;
}
.smpbtn .drawer-hamburger {
	top: 0 !important;
	margin: 0 auto !important;
}


#pagetitle .breadbox {
	display: none;
}
#pagetitle h1 {
	position: absolute;
	top: 58%;
	left: 5%;
	margin-left: 0;
	font-size: 1.4em;
}

.box {
	width: 94%;
	margin: 0 3%;
	padding: 0;
}


.subtt {
	width: 100%;
	margin: 0 0 30px;
	padding: 10px 0 15px;
}
.subtt h1 {
	font-size: 20pt;
	color: #345308;
	font-weight: 500;
	letter-spacing: 0.1em;
}




.btn01,
.btn02,
.btn03  {
	width: 100%;
	padding: 2px 0;
}
.btn01 img,
.btn02 img,
.btn02 img {
	width: 80%;
	max-width: 280px;
	height: auto;
}

.wrapper {
	width: 100%;
	overflow: hidden;
}
.lowdir .wrapper {
	width: 100%;
	margin: 0 auto;
	padding: 90px 0 0;
}
.lowdir .wrapper .inbox {
	width: 90%;
	margin: 0px auto;
}
.pgproduct .wrapper {
	width: 100% !important;
	margin: 0;
}
.grid {
	float: none !important;
	margin: 0;
}

.columnwrap {
	position: relative;
	width: 100%;
	margin: 0;
	z-index: 111;
}
.columnwrap .mgrid {
	float: none;
	width: 100%;
}
.columnwrap .sgrid {
	float: none;
	width: 100%;
	margin: 15% 0 0;
}



/* contactbox
------------------------------------------------------------*/


.contactbox {
	display: none;
}



/* pagetop
------------------------------------------------------------*/

#pageTop {
}


/* FOOTER
------------------------------------------------------------*/


.footer .ftinbox {
	width: 94%;
	margin: 0 auto;
}
.footer .ftinbox .ftitem {
	display: inline-block;
	width: 80%;
	margin: 0 0 0 2%;
	vertical-align: top;
}
.footer .ftinbox .ftitem:first-child {
	width: 16%;
	margin: 0;
}
.footer .ftinbox .ftitem ul li br {
	display: block;
}

.foottag .foottag_inbox {
	padding: 0 6px;
}
.foottag .nav_list {
	margin: 0;
}
.foottag .nav_list li a {

}


}

/* --------------------------------------------------------------------------------------------------*/

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

.wrapper {
}
.lowdir .wrapper {
}
.box {
	width: 92%;
	margin: 0 4%;
	padding: 0;
}

.header h1.logo,
.header.fixed h1.logo {
	padding: 2px 0 0 3px;
}

.header .topnvbox .topcontact .toptel,
.header .topnvbox .topcontact .topmail {
	display: none;
}

.drawer-nav {
	width: 364px !important;
	color: #FFF !important;
	background: #345308 !important;
	background-size: cover;
	z-index: 1000 !important;
}
.drawer--right .drawer-nav {
	right: -24.20rem !important;
		-webkit-transition: right .6s cubic-bezier(.19,1,.22,1);
	transition: right .6s cubic-bezier(.19,1,.22,1);
}
.drawer--right .drawer-hamburger,
.drawer--right.drawer-open .drawer-nav,
.drawer--right.drawer-open .drawer-navbar .drawer-hamburger {
	right: 0 !important;
}
.drawer--right.drawer-open .drawer-hamburger {
	right: 24.20rem !important;
}



#pgbtmabout .map {
	position: relative;
	width: 100%;
	padding: 400px 0 0;
}
.nav input[type="checkbox"],
.nav label {
	font-size: 1.0em;
}

.subtt h1 {
	padding: 0 0 15px;
	font-size: 20pt;
	letter-spacing: 0.1em;
}
.subtt h1.fsjp {
	font-size: 18pt;
}




/* news list
----------------------------------------------------- */


/* news
----------------------------------------------------- */


.newslinkbox ul li {
	display: block;
	width: 70%;
	margin: 0 auto;
	padding: 10px 0;
	text-align: center;
}


h6.backbtn {
	width: 60%;
	margin: 0 auto 20px;
	text-align: center;
}
h6.backbtn .btnLink {
	overflow: hidden;
	display: block;
	margin: 0 auto;
	font-size: 1.0em;
	color: #fff !important;
	text-align: center;
	background: #000;
	transition: all 0.3s ease 0s;
	text-align: center;
		-moz-border-radius: 6px;
		-webkit-border-radius: 6px;
	border-radius: 6px;
}

.mvlinkbox li a,
.mvlinkbox li span {
	overflow: hidden;
	display: block;
	width: 120px;
	padding: 6px 2px;
	font-size: 1.0em;
	color: #fff !important;
}


/* pageTop
------------------------------------------------------------*/

#pageTop {
	position: fixed;
	right: 6px;
	bottom: 120px;
	z-index: 13;
}
#pageTop a {
	width: 38px;
	height: 36px;
	display: block;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	background-image: url(../images/pagetop.png);
	background-size: 76px 36px;
		-moz-border-radius: 6px;
		-webkit-border-radius: 6px;
	border-radius: 6px;
}
a.pageTopBtn:hover{ background-position:-38px 0;}


/* FOOTER
------------------------------------------------------------*/



}


/* --------------------------------------------------------------------------------------------------*/

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


/* 全体
------------------------------------------------------------*/
.wrapper {
	width: 100%;
	margin: 0 auto;
	padding: 60px 0 0;
}
.lowdir .wrapper {
	width: 100%;
	margin: 0;
	padding: 90px 0 0;
}



/* HEADER
------------------------------------------------------------*/
.header,
.lowdir .header {
	position: fixed;
	width: 100%;
}
.header .inbox {
	position:relative;
}
.header h1.logo,
.header.fixed h1.logo {
	padding: 5px 0 0 3px;
}
.header h1.logo img,
.header.fixed h1.logo img {
	width: 250px;
	height: auto;
}


.drawer-nav {
	width: 244px !important;
	color: #FFF !important;
	background: #345308 !important;
	background-size: cover;
	z-index: 1000 !important;
}
.drawer--right .drawer-nav {
	right: -16.25rem;
		-webkit-transition: right .6s cubic-bezier(.19,1,.22,1);
	transition: right .6s cubic-bezier(.19,1,.22,1);
}
.drawer-hamburger {
	position: fixed;
		-webkit-transition: right .78s cubic-bezier(.19,1,.22,1) !important;
	transition: right .78s cubic-bezier(.19,1,.22,1) !important;
}
.drawer--right.drawer-open .drawer-hamburger {
	right: 16.25rem !important;
}


.subtitle {
	width: 100%;
	margin: 0 auto 40px;
}
.subtitle h1 {
	font-size: 2.0em;
	letter-spacing: 0.1em;
}

#pagetitle {
	position: relative;
	width: 100%;
	height: 220px;
	margin-top: -30px;
	overflow: hidden;
}
#pagetitle h1 {
	top: 40%;
}




/* pageTop
------------------------------------------------------------*/

#pageTop {
	position: fixed;
	right: 6px;
	bottom: 240px;
	z-index: 13;
}


/* FOOTER
------------------------------------------------------------*/


.fitem .fitemlist .fitemnav {
	display: block;
	width: 94%;
	margin: 0 3%;
	padding: 0;
}
.fitem .fitemlist .fitemnav li {
	position: relative;
	width: 100%;
	margin: 0;
	padding: 0 0 6px;
	line-height: 1.0em;
	text-align: left;
}

.foottag .nav_list li {
}
.foottag .nav_list li a {
}
.foottag .nav_list.listthree li.ftel a {
}
.foottag .nav_list.listthree li.fmail a {
}




/* --------------------------------------------------------------------------------------------------*/

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


/* HEADER
------------------------------------------------------------*/
.header,
.lowdir .header {
	position: fixed;
	width: 100%;
	height: 52px;
}
.header.fixed {
	height: 52px;
}
.header .inbox,
.header.fixed .inbox {
	position:relative;
	height: 52px;
}


.header .inbox {
	position:relative;
}
.header h1.logo img,
.header.fixed h1.logo img {
	width: 220px;
	height: auto;
}

.telbtn {
	display: block !important;
	position: absolute;
	top: 0px;
	right: 52px;
	width: 52px;
	height: 52px;
	text-align: center;
	z-index: 99;
}
.telbtn a {
	display: block !important;
	width: 52px;
	height: 52px;
}
.telbtn a img {
	padding: 7px 0 0;
	width: 40px;
	height: auto;
}
.smpbtn {
	display: block !important;
	position: absolute;
	top: 0px;
	right: 0px;
	width: 52px;
	height: 52px;
	text-align: center;
	z-index: 9999;
}
.smpbtn img {
	padding: 3px 0 0;
		-webkit-transition: all 0.2s;
		-moz-transition: all 0.2s;
		-ms-transition: all 0.2s;
		-o-transition: all 0.2s;
	transition: all 0.2s;
}

.smpbtn .drawer-hamburger {
	top: 0 !important;
	margin: 0 auto !important;
	width: 24px !important;
	padding: 26px 14px 24px!important;
	z-index: 101 !important;
}
.drawer-hamburger-icon {
	background: #fff !important;
	height: 2px !important;
}
.drawer-hamburger-icon::after,
.drawer-hamburger-icon::before {
	height: 2px !important;
	background: #fff !important;
}
.drawer-open .drawer-hamburger-icon::after,
.drawer-open .drawer-hamburger-icon::before {
	height: 2px !important;
	background: #fff !important;
}
.drawer-open .drawer-hamburger-icon {
	background-color:transparent !important;
	height: 2px !important;
}
.drawer-hamburger-icon {
	margin-top: 0px !important;
}



}

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


/* HEADER
------------------------------------------------------------*/

.header h1.logo img,
.header.fixed h1.logo img {
	width: 190px;
	height: auto;
}

}