@charset "utf-8";
/* ====================================
  fileName：style.css
  fileDate：2026/08/10
  石川県板金工業組合
==================================== */

* {
-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;
}
.mq850n {
	display: block !important;
}
.mq480 {
	display: none;
}
.mq420 {
	display: none;
}

#pageWrap {
	animation: loading 1s;
}
@keyframes loading {
	0% {opacity: 0;}
	100% {opacity: 1;}
}

#mnavi {
	position: fixed;
	top: 280px;
	left: 0;
	z-index: 999;
}
#mnavi .inbox {
	padding: 0;
}

.svg-defs {
	display: none;
}


#wrapper {
	z-index: 10;
}

.header {
	position: relative;
	z-index: 99;
}
.sidenav {
	height: 100vh;
	background-color: #e4f3ea;
	width: 200px;
	position: fixed;
	top: 0;
	z-index: 8;
}
.mainwrap {
	width: auto;
	margin-left: 200px;
}

.alogo {
	position: fixed;
	top: 30px;
	left: 10px;
	z-index: 101;
}
.alogo a {
	display: block;
	width: 150px;
	height: 200px;
}
.sidebnr {
	position: fixed;
	bottom: 100px;
	left: 0;
	width: 200px;
	height: 100px;
	z-index: 101;
}
@media (max-height: 700px) {
 .alogo {
	position: fixed;
	top: 10px;
	left: 10px;
 }
 .alogo a {
	display: block;
	width: 140px;
	height: 120px;
 }
 .sidebnr {
	position: fixed;
	bottom: 80px;
	left: 0;
 }
}
@media (max-height: 570px) {
  .sidebnr {
	display: none;
  }
}
.sbnrbox {
	padding: 0 0 6px;
}
.sidebnr .sbnrbox a {
	display: flex;
	position: relative;
	justify-content: center;
	align-items: center;
	font-size: 0.9rem;
	font-weight: 700;
	color: #fff;
	text-align: center;
	text-decoration: none;
	width: 170px;
	height: 44px;
	margin: 0 auto;
	padding: 0;
	background-color: #56742e;
	border-radius: 36px;
	box-sizing: border-box;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.sidebnr .sbnrbox a span {
	margin: 0 5px 0 0;
	line-height: 1;
}
.sidebnr .sbnrbox a span img {
	width: 38px;
	height: auto;
}
.sidebnr .sbnrbox a:hover {
	color: #fff;
	background-color: #666;
}
.snsbtnbox {
	padding: 30px 0 0;
	text-align: center;
}
@media (max-height: 700px) {
  .snsbtnbox {
	padding: 15px 0 0;
	text-align: center;
  }
}
.snsbtnbox span {
	padding: 0 6px;
}
.snsbtnbox span img {
	width: 32px;
	height: auto;
}
.snsbtnbox a {
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.snsbtnbox a:hover  {
	opacity: 0.5 !important;
}

.dmy {
	height: 1000px;
	background-color: #fff;

}
.sidenav .sidelogo {
	position: absolute;
	top: 0;
	left: 0;
	width: 200px;
	z-index: 1;
}
.sidenav .sidelogo::before {
	content: "";
	display: block;
	padding-top: 120%;
}
@media (max-height: 700px) {
  .sidenav .sidelogo::before {
	padding-top: 86%;
  }
}
.sidenav .sidelogo .slogo {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
.slogo div.slogobox {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.slogo .svglogoimage {
	margin: 20px auto 0 0;
	width: 100px;
	height: auto;
}
.slogo .slogoinbox {
	opacity: 1.0;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.slogo .slogoinbox.is-active {
	opacity: 0.6;
}
.slogoinbox {
	width: 160px;
	text-align: left;
}
.l-header .slogoinbox {
	align-items:center;
	display:flex
}
.slogotext {
	display: block;
	text-align: left;
}
.l-header .slogotext {
	margin-left: 10%;
}
.slogopref {
	display: block;
	margin: 6px 0 2px;
	font-size: 1.6rem;
	font-weight: 700;
	color: #56742e;
	letter-spacing: 0;
}
.slogoname {
	display: block;
	font-size: 1.4rem;
	color: #56742e;
	font-weight: 500;
	letter-spacing: 0.06em;
}
.l-header .slogo {
	font-size:calc(.77042vw + .21109rem)
}

@media only screen and (max-width: 1024px){

#wrapper {
	display: block;
}
.header99 {
	display: none;
}
.alogo,
.sidenav,
.sidebnr {
	display: none;
}
.mainwrap {
	width: auto;
	margin-left: 0;

}


}

/* anm
------------------------------------------------------------*/

.fadeOn {
	animation-name: fadeOnAnime;
	animation-duration: 0.6s;
	animation-fill-mode:forwards;
	opacity: 0;
}
@keyframes fadeOnAnime {
  0% {
	opacity: 0;
  }
  100% {
	opacity: 1;
  }
}
#menubox .fadeList li {
	animation-name: fadeInList;
	animation-duration: 0.6s;
	animation-fill-mode:forwards;
	opacity: 0;
}
@keyframes fadeInList {
  0% {
	opacity: 0;
	transform: translateX(10px);
  }
  100% {
	opacity: 1;
	transform: translateX(0);
  }
}

.fadeUp {
	animation-name: fadeUnAnime;
	animation-duration: 1.2s;
	animation-fill-mode:forwards;
	opacity: 0;
}
@keyframes fadeUnAnime {
  0% {
	opacity: 0;
	transform: translateY(20px);
  }
  100% {
	opacity: 1;
	transform: translateY(0);
  }
}

.inview {
	opacity: 0;
	transition: transform 1.6s, opacity 3.0s;
}
.inview_n {
	opacity: 0;
	transition: opacity 2.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;
	animation-delay: .2s;
}
.dly4 {
	transition-delay: .4s;
	animation-delay: .4s;
}
.dly6 {
	transition-delay: .6s;
	animation-delay: .6s;
}
.dly8 {
	transition-delay: .8s;
	animation-delay: .8s;
}
.dly10 {
	transition-delay: 1.0s;
	animation-delay: 1.0s;
}
.dly12 {
	transition-delay: 1.2s;
	animation-delay: 1.2s;
}
.dly14 {
	transition-delay: 1.4s;
	animation-delay: 1.4s;
}
.dly16 {
	transition-delay: 1.6s;
	animation-delay: 1.6s;
}
.dly18 {
	transition-delay: 1.8s;
	animation-delay: 1.8s;
}
.dly20 {
	transition-delay: 2.0s;
	animation-delay: 2.0s;
}



/* 全体
------------------------------------------------------------*/
.wrapper {
	width: 100%;
	margin: 0 auto;
	padding: 30px 0 0;
}
.pgform .wrapper {
	width: 100%;
	margin: 0 auto;
	padding: 212px 0 0;
}
.pgancbox {
	padding: 50px 0 0 0;
	margin: -50px 0 0 0;
}
.box {
	width:100%;
	max-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: 13pt;
	color: #444;
	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;
}

/**************************
/* pagetitle
**************************/

.subtitle {
	width: 100%;
	margin: 0 auto 100px;
}
.subtitle h2 {
	position: relative;
	font-size: 20pt;
	color: #111;
	text-align: center;
	letter-spacing: 0.1em;
}
.subtitle h2::before {
	position: absolute;
	content: "";
	width: 200px;
	height: 5px;
	left: 50%;
	bottom: -30px;
	border-radius: 5px;
	background-color: #87af52;
	transform: scale(0,1) translateX(-50%);
	transition: 1.6s;
	transform-origin: left top;
}
.subtitle.show h2::before {
	transform: scale(1,1) translateX(-50%); /* 線のx軸の長さを1 */
}

.pagett {
	position: relative;
	padding: 0 0 26px;
	font-size: 16pt;
	color: #3f5522;
	text-align: left;
	line-height: 1.5em;
	font-weight: 500;
	letter-spacing: 0.10em;
	overflow: hidden;
}
.pagett img {
	width: 100%;
	height: auto;
		-webkit-filter: brightness(0.6);
		-moz-filter: brightness(0.6);
		-o-filter: brightness(0.6);
		-ms-filter: brightness(0.6);
	filter: brightness(0.6);
}
.ctgimark {
	position: relative;
	padding: 0 0 20px;
	font-size: 16pt;
	color: #111;
	text-align: left;
	line-height: 1.5em;
	font-weight: 400;
	overflow: hidden;
}
.ctgimark i {
	padding: 0 9px 0 0;
	font-size: 0.9em;
	color: #56742e;
}
.pagett h1 {
	position: absolute;
	top: 138px;
	left: 50%;
	margin-left: -540px;
	font-size: 1.6em;
	color: #fff;
	letter-spacing: 0.3em;
}


#pgformtop .box {
	padding: 0 0 50px;
	border-top: solid 5px #d0131b;
}
#pgformtop .box .pagett {
	padding: 90px 0 50px;
	width: 100%;
	text-align: center;
}
#pgformtop .box .pagett h1 {
	padding: 0 0 20px;
	font-size: 30pt;
	color: #666;
	letter-spacing: 0.1em;
}
#pgformtop .box .pagett h6 {
	font-weight: 400;
	font-size: 13pt;
	color: #444;
	letter-spacing: 0.1em;
}
#pgformtop .box .textbox {
	font-size: 11pt;
	color: #444;
	line-height: 1.8em;
	letter-spacing: 0.1em;
	text-align: center;
}
#pgformtop .box .textatt {
	padding: 20px 0 0;
	font-size: 10pt;
	color: #444;
	line-height: 1.8em;
	text-align: center;
}
.textatt2 {
	padding: 0 0 50px;
	font-size: 13pt;
	color: #444;
	line-height: 1.8em;
	text-align: center;
}


/**************************
/* パンくずリスト
**************************/


#breadcrumb li {
	display: inline;
	list-style-type: none;
}
#breadcrumb li::after {
	padding: 0 6px;
	content:" > ";
}
#breadcrumb li:last-child::after {
	padding: 0 0 0 6px;
	content:"";
}
#breadcrumb li a {
	color: #fff;
	text-decoration: underline;
}
#breadcrumb li a:hover {
	color: #eee;
	text-decoration: none;
}

/**************************
/* 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:before {
	content: '';
	position: absolute;
	left: 50%;
	bottom: -10px;
	display: inline-block;
	width: 60px;
	height: 2px;
		-moz-transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
	transform: translate(-50%);
	background: #111;
}
.subtt h1 {
	font-family: 'Crimson Text', serif !important;
	padding: 0 0 22px;
	font-size: 30pt;
	letter-spacing: 0.1em;
}
.subtt h1.fsjp {
	padding: 0;
	font-size: 20pt;
	letter-spacing: 0.1em;
	line-height: 1.3em;
}
.subtt h3 {
	font-weight: 400;
	font-size: 13pt;
	letter-spacing: 0.1em;
}

.subtt_s {
	position: relative;
	display: inline-block;
	width: 100%;
	margin: 0 0 60px;
	color: #444;
	line-height: 1.2em;
	text-align: left;
}
.subtt_s:before {
	content: '';
	position: absolute;
	left: 0%;
	bottom: -20px;
	display: inline-block;
	width: 60px;
	height: 5px;
	background: rgb(243,88,132);
	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%);
}
.subtt_s h3 {
	font-size: 18pt;
	font-weight: 700;
}
.subtt_s .nbtnbox {
	position: absolute;
	right: 0;
}
.subtt_s .nbtnbox a {
	color: #444;
	text-decoration: none;
}
.subtt_s .nbtnbox a:hover {
	color: #ccc;
	text-decoration: underline;
}


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;
}
h1.csub4 {
	width: 100%;
	padding: 4px 0 20px;
	font-size: 1.7em;
	color: #444;
	text-align: center;
}
h1.csub4 img {
	height: 40px;
	width: auto;
}
h1.csub5 {
	margin: 0 0 20px;
	padding: 4px 0 20px;
	font-size: 1.8em;
	color: #444;
	line-height: 1.0em;
	border-bottom: 1px dotted #ccc;
	text-align: center;
}
h1.csub5 img {
	height: 40px;
	width: auto;
}
h1.csub6 {
	margin: 0 0 10px;
	padding: 5px 50px 5px 78px;
	font-size: 1.8em;
	color: #444;
	line-height: 1.0em;
	text-align: left;
	text-indent: -30px;
}
h1.csub6 span {
	font-size: 0.8em;
	color: #444;
	line-height: 1.0em;
}
h1.csub7 {
	margin: 0 0 10px;
	padding: 5px 50px 5px 48px;
	font-size: 1.8em;
	color: #444;
	line-height: 1.2em;
	text-align: left;
}
.icsub01 {
	width: 100%;
	padding: 0 0 0 30px;
	font-family: "ヒラギノ角ゴ Pro W3", "HiraKakuPro-W3", "ＭＳ Ｐゴシック", "メイリオ", Meiryo, Osaka, sans-serif;
	font-size: 1.8em;
	color: #444;
	text-align: left;
	text-indent: -30px;
}
.icsub01 img {
	margin: 0 10px 8px 0;
	vertical-align: middle;
}
.bodersub {
	width: 40%;
	margin: 0 0 20px;
	padding: 10px;
	font-size: 1.1em;
	color: #444;
	text-align: center;
	border: 1px solid #ccc;
}
.bodersub img {
	margin: 0 10px 8px 0;
	vertical-align: middle;
}

.penline01 {
	background:linear-gradient(transparent 70%, #ffd0d8 70%);
}


/*************
ボタン
*************/

a.anmtxtlink {
	position: relative;
	display: inline-block;
	margin: 0 2px;
	padding: 0 0 2px;
	color: #87af52;
	text-decoration: none;
	line-height: 1.3em;
	transition: .3s;
}
a.anmtxtlink:hover {
	color: #fff;
	background-color: #87af52;
}
a.anmtxtlink::after{
	position: absolute;
	bottom: -1px;
	left: 0;
	content: '';
	width: 100%;
	height: 1px;
	background-color: #87af52;
}
a.anmtxtlink:hover::after {
	height: 0px;
}


.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;
}


/*************
メイン コンテンツ
*************/
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: 80%;
}
.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;
}


.weblink  {
	display: flex;
	position: relative;
	justify-content: center;
	align-items: center;
	width: 100%;
	margin: 0 auto;
}
.weblink a {
	display: flex;
	position: relative;
	justify-content: flex-end;
	align-items: center;
	font-size: 1.0rem;
	font-weight: 700;
	color: #fff;
	text-align: center;
	text-decoration: none;
	width: 300px;
	height: 44px;
	padding: 0;
	background-color: #87af52;
		-moz-border-radius: 36px;
		-webkit-border-radius: 36px;
	border-radius: 36px;
	box-sizing: border-box;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	overflow: hidden;
}
.weblink a span {
	margin: 0 40px 0 0;
	line-height: 1;
}
.weblink a span img {
	width: 58px;
	height: auto;
}
.weblink a:hover {
	color: #fff;
	background-color: #666;
}

.pdflink a {
	display: flex;
	position: relative;
	justify-content: flex-end;
	align-items: center;
	font-size: 1.0rem;
	font-weight: 700;
	color: #fff;
	text-align: center;
	text-decoration: none;
	width: 240px;
	height: 44px;
	padding: 0;
	background-color: #87af52;
		-moz-border-radius: 36px;
		-webkit-border-radius: 36px;
	border-radius: 36px;
	box-sizing: border-box;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	overflow: hidden;
}
.pdflink a span {
	margin: 0 30px 0 0;
	line-height: 1;
}
.pdflink a span img {
	width: 58px;
	height: auto;
}
.pdflink a:hover {
	color: #fff;
	background-color: #666;
}


/* contactbox
------------------------------------------------------------*/



/* 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
------------------------------------------------------------*/

.mftbox {
	position: relative;
	width: 100%;
	height: calc(25vw + 280px);
	margin: 0;
	overflow: hidden;
	background-color: #e4f3ea;
}
.foot_topline {
	position: absolute;
	width: 100%;
}
.foot_topline img {
	width: 100%;
	height: auto;
}
.mftbox .bgph {
	width: 100%;
}
.mftbox .bgph img {
	width: 100%;
	height: auto;
}
.ftsearchbox {
	position: absolute;
	width: 100%;
	bottom: 0;
}
.ftschinbox {
	width: 90%;
	margin: 0 auto 30px;
	padding: 40px 40px;
	background-color: #fff;
		-moz-border-radius: 16px;
		-webkit-border-radius: 16px;
	border-radius: 16px;
}
.ftschinbox .ftschparent {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: nowwrap;
	justify-content: center;
}
.ftsch_item {
	width: 48%;
	margin: 0 auto;
}
.ftsch_item:nth-child(2) {
	width: 32%;
	padding: 0 0 0 30px;
}
.ftsch_item.jsfstcord {
	width: 64% !important;
	border-right: solid 1px #eee;
}
.ftsch_item.jscdcord {
	width: 32% !important;
	border-right: solid 1px #eee;
}
.ftsch_item dt {
	padding: 0 0 10px;
	font-size: 1.0rem;
	font-family: 'Noto Sans JP', sans-serif;
	color: #111;
	font-weight: 600;
}
.ftsch_item dl div{
	padding: 0 6px;
}
.ftsch_item dd {
	padding: 0 3px;
	line-height: 2.0em;
}
.ftsch_item dd a {
	float: left;
	display: inline-block;
	margin-right: 20px;
	font-size: 15px;
	font-family: 'Noto Sans JP', sans-serif;
	color: #555;
	text-decoration: none;
}
.ftsch_item:nth-child(2) dd a {
	min-width: 80px;
}
.ftsch_item.jscdcord dd a {
	min-width: 80px !important;
}
.ftsch_item dd a:hover {
	color: #56742e;
	text-decoration: underline;
}


.mftabout {
	position: relative;
	display: block;
	padding: 20px 0 10px;
	background-color: #e4f3ea;
}
.grovalfooter {
	position: relative;
	display: block;
	width: 94%;
	margin: 0 auto;
}
.ftprofile {
	position: relative;
	display: block;
	width:  66%;
	margin: 0;
}
.ftcontact {
	position: absolute;
	right: 0;
	top: 0;
	text-align: right;
}
.ftcontact a {
	display: block;
	padding: 4px 40px;
	color: #fff;
	letter-spacing: 0.4em;
	text-align: center;
	background: #56742e;
		-moz-border-radius: 6px;
		-webkit-border-radius: 6px;
	border-radius: 6px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.ftcontact a:hover {
	color: #56742e;
	background: #fff;
}
.footlogo {
	display: inline-block;
	vertical-align: top;
	margin-right: 10px;
}
.ftlogobox ul {
	display: inline-block;
	width: auto;
}
.blogo-foot {
	display: inline-block;
	width: 80px;
	height: 80px;
}
@media (max-width: 850px) {
.blogo-foot {
	display: inline-block;
	width: 60px;
	height: 60px;
}
}
.ftlogobox ul {
	margin: 20px 0 0;
	font-size: 14px;
	font-family: 'Noto Sans JP', sans-serif;
	color: #555;
	line-height: 1.6em;
}
.ftlogobox ul li:nth-child(1) {
	margin: 0 0 6px;
	font-size: 18px;
	font-family: 'Noto Sans JP', sans-serif;
	color: #555;
	font-weight: 600;
}
.ftlogobox ul li:nth-child(2) {
	margin: 0 0 20px;
	font-size: 12px;
	font-family: 'Noto Sans JP', sans-serif;
	color: #555;
}

.copyright {
	padding: 20px 20px 6px;
	font-size: 0.9em;
	color: #666;
	text-align: right;
}
.copyright a{
	color: #666;
	text-decoration: none;
}
.footer {
	background-color: #e4f3ea;
}


/* SHOP PKUP
------------------------------------------------------------*/

.pkspitem {
	position: relative;
	width: 47%;
	height: auto;
	display: flex;
	flex-direction: column;
	margin-bottom: 30px;
	padding: 10px;
	box-sizing: border-box;
	background: #fff;
}
.pkspitem .pkspimg {
	width: 100%;
	margin-bottom: 30px;
}
.pkspitem .pkspimg img {
	width: 96%;
	height: auto;
		-moz-border-radius: 12px;
		-webkit-border-radius: 12px;
	border-radius: 12px;
	box-shadow: 15px 15px 0px 0 rgb(135, 175, 82);
}
.pkspitem .pkspname {
	font-size: 16pt;
	color: #111;
}
.pkspitem .pksplink {
	text-align: right;
	margin: -2px 8px 6px 0;
}
.pkspitem .pksplink a {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	font-size: 13pt;
	color: #87af52;
	font-weight: 600;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	text-decoration: none;
}
.pkspitem .pksplink a i {
	margin: 0 0 0 4px;
	width: 20px;
	height: auto;
	transform: translateX(-3px);
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	text-decoration: none;
}
.fa-arrow-right:before {
	content: "\f061";
}
.pkspitem .pksplink a:hover {
	color: #227ca3;
	text-decoration: none;
}
.pkspitem .pksplink a:hover i {
	color: #227ca3;
	transform: translateX(0);
	text-decoration: none;
}

.pkspitem .pkspcomm {
	padding: 5px 0 10px;
	font-size: 1.0em;
	font-weight: 400;
	line-height: 1.3em;
}
.pkspitem table tr {
	border-bottom: dotted 1px #ccc;
	line-height: 1.5em;
}
.pkspitem table tr th {
	padding: 5px 0;
	min-width: 90px;
}
.pkspitem table tr td {
	padding: 5px 0;
}
.pkspitem ul.pkupsvclist {
	width: 100%;
	margin: 0;
	padding: 16px 0 0 0;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.pkspitem ul.pkupsvclist li {
	margin: 0 1% 1.2%;
	padding: 0;
	list-style-type: none;
}
.pksvicon {
	display: block;
	width: 100px;
	height: auto;
	padding: 5px 1px;
	border: solid 1px #ccc;
	text-align: center;
}
.pksvicon img {
	margin: 4px auto 4px;
	width: 80px;
	height: 80px;
	opacity: 0.2;
}
.pksvicon.svchold img {
	opacity: 1.0;
}
.pksvicon p {
	font-size: 11px;
	font-weight: 400;
	line-height: 1.3em;
	letter-spacing: -0.05em;
}



@media only screen and (max-width: 1024px){
/* ------------------------------------------------------------------------------------------------------------------------ */


.box {
	width: 100%;
	margin: 0 auto;
}

.wideimg {
	height: auto;
}



.pconly {
	display: none;
}
.sponly {
	display: block;
}

/* HEADER
------------------------------------------------------------*/

.wrapper {
	width: 100%;
	overflow: hidden;
}




/* contactbox
------------------------------------------------------------*/


/* pagetop
------------------------------------------------------------*/

#pageTop {
}

/* FOOTER
------------------------------------------------------------*/
.copyright {
	text-align: center;
}


}



@media only screen and (max-width: 850px){
/* ------------------------------------------------------------------------------------------------------------------------ */


.mq850n {
	display: none !important;
}


.pdflink {
	display: flex;
	justify-content: flex-end;
	text-align: right;
}
.pdflink a {
	display: flex;
	position: relative;
	justify-content: flex-end;
	align-items: center;
	font-size: 1.0rem;
	font-weight: 700;
	color: #fff;
	text-align: center;
	text-decoration: none;
	width: 240px;
	height: 44px;
	padding: 0;
	background-color: #87af52;
	border-radius: 36px;
	box-sizing: border-box;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	overflow: hidden;
}
.pdflink a span {
	margin: 0 30px 0 0;
	line-height: 1;
}
.pdflink a span img {
	width: 58px;
	height: auto;
}
.pdflink a:hover {
	color: #fff;
	background-color: #666;
}

/* SHOP PKUP
------------------------------------------------------------*/

.pkspitem {
	position: relative;
	width: 100%;
	height: auto;
	display: flex;
	flex-direction: column;
	padding: 10px;
	box-sizing: border-box;
	background: #fff;
}
.pkspitem:first-child {
}


/* FOOTER
------------------------------------------------------------*/

.mftbox {
	position: relative;
	width: 100%;
	height: calc(25vw + 280px);
	margin: 0;
	overflow: hidden;
	background-color: #e4f3ea;
}
.ftsearchbox {
	position: absolute;
	width: 100%;
	bottom: 0;
}
.ftschinbox {
	width: 94%;
	margin: 0 auto 30px;
	padding: 30px;
}
.ftschinbox .ftschparent {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.ftsch_item,
.ftsch_item:nth-child(1),
.ftsch_item:nth-child(2),
.ftsch_item.jsfstcord,
.ftsch_item.jscdcord {
	display: block;
	width: 100% !important;
	margin: 0 auto;
	padding: 0;
	border: none;
}
.ftsch_item:nth-child(1),
.ftsch_item.jsfstcord {
	margin-bottom: 20px;
}
.ftsch_item dt {
	padding: 0 0 10px;
	font-size: 1.0rem;
	font-family: 'Noto Sans JP', sans-serif;
	color: #111;
	font-weight: 600;
}
.ftsch_item dl div{
	padding: 0 6px;
}
.ftsch_item dd {
	padding: 0 3px;
	line-height: 2.0em;
}
.ftsch_item dd a {
	float: left;
	display: inline-block;
	margin-right: 20px;
	font-size: 15px;
	font-family: 'Noto Sans JP', sans-serif;
	color: #555;
	text-decoration: none;
}
.ftsch_item dd a:hover {
	color: #56742e;
	text-decoration: underline;
}


.ftprofile {
	position: relative;
	display: block;
	width:  100%;
	margin: 0;
}
.ftcontact {
	position: relative;
	width:  80%;
	margin: 10px auto 0;
	text-align: center;
}
.footlogo {
	display: inline-block;
	vertical-align: top;
}
.ftlogobox ul {
	display: inline-block;
	width: auto;
	margin-left: 15px;
}
.blogo-foot {
	display: inline-block;
	width: 60px;
	height: 60px;
}
.ftlogobox ul {
	margin: 20px 0 0;
	font-size: 14px;
	font-family: 'Noto Sans JP', sans-serif;
	color: #555;
	line-height: 1.6em;
}
.ftlogobox ul li:nth-child(1) {
	margin: 0 0 6px;
	font-size: 18px;
	font-family: 'Noto Sans JP', sans-serif;
	color: #555;
	font-weight: 600;
}
.ftlogobox ul li:nth-child(2) {
	margin: 0 0 20px;
	font-size: 12px;
	font-family: 'Noto Sans JP', sans-serif;
	color: #555;
}

.copyright {
	padding: 30px 10px 6px;
	line-height: 1.4em;
}



}

/* --------------------------------------------------------------------------------------------------*/

@media only screen and (max-width: 640px){

.wrapper {
}
.lowdir .wrapper {
}
.box {
	width: 92%;
	margin: 0 4%;
	padding: 0;
}



/* 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
------------------------------------------------------------*/

.mftbox {
	position: relative;
	width: 100%;
	height: calc(10vw + 380px);
	margin: 0;
	overflow: hidden;
	background-color: #e4f3ea;
}
.ftsch_item dd {
	padding: 0 3px;
	line-height: 1.6em;
}
.ftsch_item dd a {
	float: left;
	display: inline-block;
	margin-right: 20px;
	font-size: 14px;
}




}


/* --------------------------------------------------------------------------------------------------*/

@media only screen and (max-width: 480px){


/* 全体
------------------------------------------------------------*/

.mq480 {
	display: block !important;
}
.subtitle {
	width: 100%;
	margin: 0 auto 100px;
}
.subtitle h2 {
	line-height: 1.6em;
}

/* SHOP PKUP
------------------------------------------------------------*/

.pkspitem table tr th {
	display: block;
	min-width: 90px;
	padding: 5px 0 0;
	font-weight: 600;
}
.pkspitem table tr td {
	display: block;
	padding: 0 5px 5px;
	border-bottom: solid 1px #ccc;
}

.pkspitem ul.pkupsvclist li {
	margin: 0 0.8% 1%;
	padding: 0;
	list-style-type: none;
}
.pksvicon {
	display: block;
	width: 76px;
	height: auto;
	padding: 5px 1px;
	border: solid 1px #ccc;
	text-align: center;
}
.pksvicon img {
	margin: 4px auto 4px;
	width: 60px;
	height: 60px;
	opacity: 0.2;
}
.pksvicon.svchold img {
	opacity: 1.0;
}

/* HEADER
------------------------------------------------------------*/


/* FOOTER
------------------------------------------------------------*/


.footlogo {
	display: inline-block;
	width: 92%;
	margin: 0 4%;
	text-align: center;
}
.ftlogobox ul {
	width: 100%;
	margin: 3px 0 0;
	font-size: 14px;
	font-family: 'Noto Sans JP', sans-serif;
	color: #555;
	line-height: 1.6em;
}
.ftlogobox ul li {
	text-align: center;
}


/* pageTop
------------------------------------------------------------*/

#pageTop {
	position: fixed;
	right: 6px;
	bottom: 240px;
	z-index: 13;
}




}

/* --------------------------------------------------------------------------------------------------*/

@media only screen and (max-width: 420px){

.mq420 {
	display: block;
}

/* HEADER
------------------------------------------------------------*/

/* FOOTER
------------------------------------------------------------*/


.mftbox {
	position: relative;
	width: 100%;
	height: calc(10vw + 100px);
}
.mftbox .ftsearchbox {
	display: none;
}



}