@import url('//fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700&display=swap');
@import url('//fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;1,100;1,300;1,400;1,500;1,700&display=swap');
@charset "UTF-8";

/* Contents Menu
-------------------------------------------------------------------------------------
【PC/SP】
	**:normalize
	**:icon
	**:reset
	**:base contents
		header/gnav/breadChumbs/mv/contents/footer/newslist/
	**:indent
	**:size
	**:wide
	**:section
	**:compo parts
		btn/box/list/head/table/float/column/topcontrol/roBtn/
	**:pager
	**:form
-------------------------------------------------------------------------------------*/



/* normalize
-------------------*/

/*! normalize.css v2.0.1 | MIT License | git.io/normalize */article,aside,details,figcaption,figure,footer,header,hgroup,nav,section,summary{display:block}audio,canvas,video{display:inline-block}audio:not([controls]){display:none;height:0}[hidden]{display:none}html{font-family:sans-serif;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}body{margin:0}h1{font-size:2em}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}mark{background:#ff0;color:#000}code,kbd,pre,samp{font-family:monospace,serif;font-size:1em}pre{white-space:pre;white-space:pre-wrap;word-wrap:break-word}q{quotes:"\201C" "\201D" "\2018" "\2019"}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:0}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}button,input,select,textarea{font-family:inherit;font-size:100%;margin:0}button,input{line-height:normal}button,html input[type="button"],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],input[disabled]{cursor:default}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=search]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}textarea{overflow:auto;vertical-align:top}table{border-collapse:collapse;border-spacing:0}



/* icon
-------------------*/

@font-face {
  font-family: 'icon';
  src:  url('fonts/icon.eot?f82yir');
  src:  url('fonts/icon.eot?f82yir#iefix') format('embedded-opentype'),
    url('fonts/icon.ttf?f82yir') format('truetype'),
    url('fonts/icon.woff?f82yir') format('woff'),
    url('fonts/icon.svg?f82yir#icon') format('svg');
  font-weight: normal;
  font-style: normal;
}
[class^="icon-"], [class*=" icon-"] {
	/* use !important to prevent issues with browser extensions that change fonts */
	font-family: 'icon' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.icon-warning:before {
	content: "\e91b";
}
.icon-chevron-small-down:before {
	content: "\e900";
}
.icon-chevron-small-left:before {
	content: "\e901";
}
.icon-chevron-small-right:before {
	content: "\e902";
}
.icon-chevron-small-up:before {
	content: "\e903";
}
.icon-open-book:before {
	content: "\e91c";
}
.icon-attachment:before {
	content: "\e91d";
}
.icon-calendar:before {
	content: "\e904";
}
.icon-camera:before {
	content: "\e905";
}
.icon-chat:before {
	content: "\e906";
}
.icon-check:before {
	content: "\e91e";
}
.icon-cog:before {
	content: "\e91f";
}
.icon-heart-outlined:before {
	content: "\e907";
}
.icon-heart:before {
	content: "\e908";
}
.icon-home:before {
	content: "\e909";
}
.icon-key:before {
	content: "\e90a";
}
.icon-light-up:before {
	content: "\e90b";
}
.icon-location-pin:before {
	content: "\e920";
}
.icon-location:before {
	content: "\e90c";
}
.icon-magnifying-glass:before {
	content: "\e90d";
}
.icon-mail:before {
	content: "\e90e";
}
.icon-message:before {
	content: "\e921";
}
.icon-mobile:before {
	content: "\e90f";
}
.icon-new-message:before {
	content: "\e922";
}
.icon-old-phone:before {
	content: "\e923";
}
.icon-pencil:before {
	content: "\e910";
}
.icon-phone:before {
	content: "\e911";
}
.icon-price-tag:before {
	content: "\e912";
}
.icon-signal:before {
	content: "\e913";
}
.icon-stopwatch:before {
	content: "\e914";
}
.icon-tablet:before {
	content: "\e915";
}
.icon-tv:before {
	content: "\e916";
}
.icon-typing:before {
	content: "\e924";
}
.icon-facebook:before {
	content: "\e917";
}
.icon-instagram:before {
	content: "\e918";
}
.icon-twitter:before {
	content: "\e919";
}
.icon-youtube:before {
	content: "\e91a";
}



/* reset
-------------------*/

html {
	background-color:#FFF;
	font-size: 62.5%; /* sets the base font to 10px for easier math */
}
body,h1,h2,h3,h4,h5,h6,pre,ul,ol,li,dl,dt,dd,p,img {
	margin: 0;
	padding: 0;
}
body {
	font-family: 'Noto Sans JP', sans-serif;
	color:#000;
	font-size: 16px;
	font-size: 1.6rem; /* sets the default sizing to make sure nothing is actually 10px */
	line-height: 1;
	letter-spacing: 0.01em;
/*	min-width:1000px;*/
}
body * {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
#fancybox-wrap,
#fancybox-wrap *,
#fancybox-tmp,
#fancybox-loading {
	-webkit-box-sizing: content-box!important;
	-moz-box-sizing: content-box!important;
	-o-box-sizing: content-box!important;
	-ms-box-sizing: content-box!important;
	box-sizing: content-box!important;
}
a,a:link,a:hover,a:focus {
	color: #333;
	text-decoration: none;
	cursor: pointer;
	outline: none;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
a:hover {
	text-decoration: underline;
}
ul,ol {
	list-style-type: none;
}
::selection {
	background-color: #888;
	color: #FFF; /* Safari */
}
::-moz-selection {
	background-color: #888;
	color: #FFF; /* Firefox */
}
#contents p{
	line-height: 1.7;
}
hr.ancHr{
	font-size: 0 !important;
    line-height: 0 !important;
    visibility: hidden !important;
	margin: 0;
	padding: 0;
}



/* base contents
-------------------*/

/*header*/

#header {
  height: 110px;
  position: fixed;
  top: 0;
  transition: .3s cubic-bezier(.4, 0, .2, 1);
  width: 100%;
  z-index: 199999;

  
}

#header .hdInr {
  display: flex;
  width: 90%;
  max-width: 1500px;
  margin: 0 auto;
  justify-content: space-between;
  align-items: center;
  margin-top: 30px;
}

#header .bgWh {
background: #fff;
border-radius: 8px;
display: flex;
justify-content: space-between;
align-items: center;
padding: 12px 15px;
width: 87%;
box-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
}

#header .bgWh .logo {
width: 200px;
}

#header .contactBtn {
width: 12%;
}

#header .contactBtn a {
background: #259944;
border-radius: 8px;
display: block;
text-align: center;
color: #fff;
padding: 28px 0;
box-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
}

#header .contactBtn a:hover {
background: #177c32;
text-decoration: none;
}


.head-animation {
  transform: translateY(-100%);
}



#spHeader, .spMenu{
	display: none;
}

/*gNav*/
#gNav {
width: 80%;
}

#gNav ul {
display: flex;
justify-content: flex-end;
}
#gNav ul li {
margin: 0 10px;
}

#gNav ul li a {
letter-spacing: 0;
}

#gNav ul li a:hover {
text-decoration: none;
color: #259944;
}



#spNav, #spFixed{
	display: none;
}

/*mv*/
#Mv .mvInr {
position: relative;
z-index: 0;
}
#Mv .mvImg{
line-height: 0;
}


#Mv .mvInr .mvFilter {
  background: -moz-linear-gradient(left, rgba(0, 0, 0, 0.4), transparent);
  background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.4), transparent);
  background: linear-gradient(to right, rgba(0, 0, 0, 0.4), transparent);
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 1;
}

#Mv .mvInfo {
color: #fff;
position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
  width: 90%;
  max-width: 1500px;
  font-size: 52px;
  font-size: 5.2rem;
  z-index: 3;
  font-weight: 400;
  letter-spacing: 0.04em;
  padding-top: 30px;
}

#Mv .mvInfo span {
display: block;
font-size: 20px;
font-size: 2.0rem;
padding-bottom: 10px;
}

#Mv.otherMv .mvInfo {
position: inherit;
top: inherit;
left: inherit;
text-align: center;
color: #000;
  transform: inherit;
  -webkit- transform: inherit;
width: 100%;
max-width: 100%;
  padding: 180px 0 70px;
  border-bottom: 1px solid #eeeeee;
  font-size: 50px;
  font-size: 5.0rem;
}






/*breadChumbs*/
#breadChumbs {
position: absolute;
  left: 50%;
  transform:translateX(-50%);
  -webkit- transform:translateX(-50%);
  width: 90%;
  max-width: 1500px;
  bottom: 15px;
  z-index: 3;
}
#breadChumbs p {
	font-size:1.4rem!important;
	margin:0 10px;
    color: #f1f1f1;
}
#breadChumbs p a{
	display: inline-block;
    color: #fff;
}
#breadChumbs p a:hover {
text-decoration: none;
color: #259944;
}
#breadChumbs p i{
	font-size: 120%;
	vertical-align: text-top;
}
.arrow {
position: relative;
padding: 0 10px;
}
.arrow:before {
content: '';
width: 8px;
height: 8px;
border: 0px;
    border-top-color: currentcolor;
    border-top-style: none;
    border-top-width: 0px;
    border-right-color: currentcolor;
    border-right-style: none;
    border-right-width: 0px;
border-top: solid 1px #fff;
border-right: solid 1px #fff;
-ms-transform: rotate(45deg);
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
position: absolute;
left: 0px;
top: 12px;
}
#Mv.otherMv #breadChumbs{
position: inherit;
  left: inherit;
  transform:none;
  -webkit- transform:none;
  bottom: inherit;
  margin: 0 auto;
  padding-top: 10px;
  
}
#Mv.otherMv #breadChumbs p {
color: #aaaaaa;
}
#Mv.otherMv #breadChumbs p a{
color: #000;
}
#Mv.otherMv .arrow:before {
border-top: solid 1px #ccc;
border-right: solid 1px #ccc;
}

#Mv.otherMv #breadChumbs p a:hover {
color: #259944;
}


/*contents*/
#contents {
	margin: 40px auto 0;
	width:100%;
	overflow: hidden;
}

.pages #contents {
	margin: 6% auto 0;
    padding-bottom: 6%;
}




/*footer*/
#footer {
background: #f5f5f2;
padding-bottom: 100px;
}
#footer .ftInr {
width: 90%;
max-width: 1500px;
margin: 0 auto;
display: flex;
justify-content: space-between;
padding: 60px 0 20px;
}

#footer .ftR {
width: 60%;
max-width: 750px;
}

#footer .ftL {
width: 40%;
}

#footer .ftL .logo {
width: 240px;
}
#footer .ftL .address {
font-size: 15px;
font-size: 1.5rem;
color: #a0a0a0;
padding: 20px 0;
line-height: 1.5;
}

#footer .ftL .gMapBtn a {
color: #5f5f5f;
font-size: 15px;
font-size: 1.5rem;
position: relative;
padding-right: 10px;
}

#footer .ftL .gMapBtn a:hover {
text-decoration: none;
color: #259944;
}


#footer .ftL .gMapBtn a:before {
  content: '';
  width: 8px;
  height: 8px;
  border: 0px;
  border-top: solid 1px #aaaaaa;
  border-right: solid 1px #aaaaaa;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -5px;
}

#footer .ftR ul {
display: flex;
justify-content: space-between;
}

#footer .ftR ul li {
width: 30%;
}

#footer .ftR ul li dl {
margin-bottom: 30px;
}

#footer .ftR ul li dt a {
font-size: 15px;
font-size: 1.5rem;
}
#footer .ftR ul li dd {
line-height: 1.7;
}

#footer .ftR ul li dd a {
font-size: 14px;
font-size: 1.4rem;
color: #5f5f5f;
}

#footer .ftR ul li dd.first {
padding-top: 10px;
}


small#copyright {
	color:#a0a0a0;
	display:block;
    font-size: 13px;
	font-size:1.3rem;
    font-family: 'Roboto', sans-serif;
	text-align:right;
	width: 90%;
    max-width: 1500px;
    margin: 0 auto;
}

#footer .ftR ul li dl a:hover {
text-decoration: none;
color: #259944;
}


/* indent
-------------------*/
.center{text-align:center!important;}
.left{text-align:left!important;}
.right{text-align:right!important;}
.top0{margin-top:0 !important;}
.top5{margin-top:5px !important;}
.top10{margin-top:10px !important;}
.top15{margin-top:15px !important;}
.top20{margin-top:20px !important;}
.top25{margin-top:25px !important;}
.top30{margin-top:30px !important;}
.top35{margin-top:35px !important;}
.top40{margin-top:40px !important;}
.btm0{margin-bottom:0 !important;}
.btm5{margin-bottom:5px !important;}
.btm10{margin-bottom:10px !important;}
.btm15{margin-bottom:15px !important;}
.btm20{margin-bottom:20px !important;}
.btm25{margin-bottom:25px !important;}
.btm30{margin-bottom:30px !important;}
.btm35{margin-bottom:35px !important;}
.btm40{margin-bottom:40px !important;}
.btm45{margin-bottom:45px !important;}
.btm50{margin-bottom:50px !important;}
.btm55{margin-bottom:55px !important;}
.btm60{margin-bottom:60px !important;}
.btm65{margin-bottom:65px !important;}
.btm70{margin-bottom:70px !important;}
.btm75{margin-bottom:75px !important;}
.btm80{margin-bottom:80px !important;}
.btm85{margin-bottom:85px !important;}
.btm90{margin-bottom:90px !important;}
.btm95{margin-bottom:90px !important;}
.pT0{padding-top:0!important;}
.pT5{padding-top:5px!important;}
.pT10{padding-top:10px!important;}
.pT15{padding-top:15px!important;}
.pT20{padding-top:20px!important;}
.pT25{padding-top:25px!important;}
.pT30{padding-top:30px!important;}
.pT35{padding-top:35px!important;}
.pT40{padding-top:40px!important;}
.pT45{padding-top:45px!important;}
.pB0{padding-bottom:0!important;}
.pB5{padding-bottom:5px!important;}
.pB10{padding-bottom:10px!important;}
.pB15{padding-bottom:15px!important;}
.pB20{padding-bottom:20px!important;}
.lm5{margin-left:5px !important;}
.lm10{margin-left:10px !important;}
.lm15{margin-left:15px !important;}
.lm20{margin-left:20px !important;}
.lm50{margin-left:50px !important;}
.lm60{margin-left:60px !important;}
.lm70{margin-left:70px !important;}
.rm5{margin-right:5px !important;}
.rm10{margin-right:10px !important;}
.rm15{margin-right:15px !important;}
.rm20{margin-right:20px !important;}
.vAT { vertical-align:top!important;}
.vAM { vertical-align:middle!important;}
.vAB { vertical-align:bottom!important;}

.bold { font-weight: bold;}
.normal { font-weight: normal;}

.is-pc { display: block;}
.is-sp { display: none;}
.is-spS { display: none;}

.spTel{ pointer-events: none; }

.mincho{
	font-family:"Roboto Slab" , Garamond , "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
}



/* size
-------------------*/
.size10 { font-size:1.0rem!important; }
.size11 { font-size:1.1rem!important; }
.size12 { font-size:1.2rem!important; }
.size13 { font-size:1.3rem!important; }
.size14 { font-size:1.4rem!important; }
.size15 { font-size:1.5rem!important; }
.size16 { font-size:1.6rem!important; }
.size17 { font-size:1.7rem!important; }
.size18 { font-size:1.8rem!important; }
.size19 { font-size:1.9rem!important; }
.size20 { font-size:2.0rem!important; }
.size21 { font-size:2.1rem!important; }
.size22 { font-size:2.2rem!important; }
.size23 { font-size:2.3rem!important; }
.size24 { font-size:2.4rem!important; }



/* wide
-------------------*/
.w5 {width:5%!important;}
.w10 {width:10%!important;}
.w15 {width:15%!important;}
.w18 {width:18%!important;}
.w20 {width:20%!important;}
.w25 {width:25%!important;}
.w30 {width:30%!important;}
.w35 {width:35%!important;}
.w40 {width:40%!important;}
.w45 {width:45%!important;}
.w50 {width:50%!important;}
.w55 {width:55%!important;}
.w60 {width:60%!important;}
.w65 {width:65%!important;}
.w70 {width:70%!important;}
.w75 {width:75%!important;}
.w80 {width:80%!important;}
.w85 {width:85%!important;}
.w90 {width:90%!important;}
.w95 {width:95%!important;}
.wFull {width:100%!important;}



/* section
-------------------*/
section {
	clear:both;
}

.scInr{
	margin: 0 auto;
	max-width: 1200px;
	width: 97%;
}
.scInrS{
	margin: 0 auto;
	max-width: 1000px;
	width: 97%;
}
.scInrW{
	margin: 0 auto;
	max-width: 1400px;
	width: 97%;
}
.aural span,
span.aural {
	display:none;
	visibility:hidden;
}



/* compo parts
-------------------*/

/*btn*/
.bscBtn01 a {
	background-color:#58ac2f;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	color:#FFF;
    border-radius: 5px;
	display: inline-block;
	padding: 20px 0 20px;
    width: 310px;
    text-align: center;
	text-decoration:none;
    position: relative;
    font-size: 18px;
    font-size: 1.8rem;
}
.bscBtn01 a:hover {
	background-color:#259944;
    text-decoration: none;
}

.bscBtn01 a:after {
  content: '';
  width: 8px;
  height: 8px;
  border: 0px;
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -4px;
  	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.bscBtn01 a:hover:after {
  right: 10px;
}


.bscBtn02 a {
	background-color:#fff;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	color:#000;
    border: 1px solid #ccc;
    border-radius: 5px;
	display: inline-block;
	padding: 20px 0 20px;
    width: 310px;
    text-align: center;
	text-decoration:none;
    position: relative;
    font-size: 18px;
    font-size: 1.8rem;
}
.bscBtn02 a:hover {
	background-color:#ccc;
    text-decoration: none;
}

.bscBtn02 a:after {
  content: '';
  width: 8px;
  height: 8px;
  border: 0px;
  border-top: solid 1px #333;
  border-right: solid 1px #333;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -4px;
  	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.bscBtn02 a:hover:after {
  right: 10px;
}



/*box*/
.bscBox01{
	border: 1px solid #CCC;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	padding:30px;
}
.bscBox02{
	background-color: #EEE;
	border: 1px solid #CCC;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	padding:30px;
}

/*list*/
.indList,
.indListS {
	margin-bottom:15px;
}
.indList li,
.indListS li {
	line-height:170%;
	text-indent:-1em;
	padding-left:1em;
	margin-bottom:5px;
}
.indListS li {
	font-size: 1.1rem !important;
	line-height:130%;
}
.indList li::before,
.indListS li::before {
	content: '・';
	font-size: 50%;
	margin-right: 5px;
	vertical-align: middle;
}
.numList,
.numListS {
	margin-bottom:15px;
	padding-left:1.6em;
}
.numList li,
.numListS li {
	line-height:150%;
	list-style: decimal outside none;
	margin-bottom: 5px;
}
.numListS li {
	font-size: 1.1rem !important;
	line-height: 130%;
}

.circleList li {
  position: relative;
  text-indent:-1.3em;
  padding-left: 1.3em;
  margin-bottom: 5px;
  line-height: 1.5;
  vertical-align: middle;
}

.circleList li:before{ 
  display:inline-block; 
  vertical-align: middle;
  content:'';
  width:0.8em;
  height: 0.8em;
  background: #259944;
  border-radius: 50%;
  margin-right: 8px;
}


/*table*/
.bscTbl01 table{
	border-collapse:collapse;
	border-top:1px solid #DDD;
	width:100%;
}
.bscTbl01 table th,
.bscTbl01 table td{
	background-color:#FFF;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-bottom:1px solid #DDD;
	line-height:1.7;
	padding:27px 30px 24px;
	text-align:left;
}
.bscTbl01 table th{
	background-color:#ededec;
    font-size: 17px;
    font-weight: 400;
}
.bscTbl01 table tr.head th{
	background-color:#448CBC;
	color:#FFF;
}
.tblScroll {
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
}
.tblScroll table {
	-webkit-overflow-scrolling: touch;
	margin-bottom: 0;
	width: 1000px!important;
}

/*head*/
.head01 {
font-size: 30px;
font-size: 3.0rem;
border-bottom: 4px solid #259944;
padding-bottom: 20px;
margin-bottom: 30px;
font-weight: 400;
}



/*float*/
.fltImgL {
	float:left;
	margin:0 25px 20px 0;
}
.fltImgR {
	float:right;
	margin:0 0 20px 25px;
}
.fltL {
	float:left;
}
.fltR {
	float:right;
}
.w100 { width:100px;}
.w200 { width:200px;}
.w300 { width:300px;}
.w400 { width:400px;}
.w450 { width:450px;}
.w500 { width:500px;}
.w600 { width:600px;}

/*float-clear*/
.cf:before,
.cf:after {
    content:"";
    display:table;
}
.cf:after {
    clear:both;
}
.cf {
    zoom:1;
}
br.clear, .clear {
	display:inline !important;
	display:none;
	clear:both;
	line-height:0px;
}
br.clear {
	clear:both;
	line-height:0px;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
	br.clear  {
		display:block!important;
		content: " ";
	}
}


/* pager
-------------------*/
.pager {
	padding-top:60px;
	text-align:center;
}
.pager a {
	border:1px solid #ccc;
	color:#000;
	display:inline-block;
	line-height:1;
	margin:0 2px;
	padding:18px 22px;
	text-decoration:none;
	position: relative;
    vertical-align: middle;
}
.pager a:hover,
.pager a.current {
	background-color:#ccc;
	border:1px solid #ccc;
	color:#FFF;
}
.pager a::after {
	content: attr(data-text);
}
.pager a:last-child::after {
	display: none;
}
.pager a:last-child::before {
	content: attr(data-text);
}
.pager a.num {
font-family: 'Roboto', sans-serif;
}
.pager a i {
font-size: 2.4rem !important;
line-height: 0;
display: inline-block;
vertical-align: middle;
    margin-top: -2px;
}
}

/*topcontrol*/
#topcontrol{
	z-index: 900;
}
#topcontrol a {
	background:url(../cmn_img/scrollup.png) center center no-repeat #000;
	background : url(../cmn_img/scrollup.gif) center center no-repeat\9 #000; /* IE8 */
	*background : url(../cmn_img/scrollup.gif) center center no-repeat #000; /* IE7 */
	_background : url(../cmn_img/scrollup.gif) center center no-repeat #000; /* IE6 */
	display:block;
	height:60px;
	width:60px;
	filter: alpha(opacity=70) !important;
	opacity:0.7 !important;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
#topcontrol a:hover {
	filter: alpha(opacity=10) !important;
	opacity:1 !important;
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
 	-ms-transform: scale(1.2);
 	-o-transform: scale(1.2);
 	transform: scale(1.2);
}

/*roBtn*/
.roBtn:hover {
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
}
/* IE8 */
html>/**/body .roBtn:hover {
	display /*\**/: inline-block\9;
	zoom /*\**/: 1\9;
}

/* 新旧Firefox */
.roBtn:hover, x:-moz-any-link {
	background: #fff;
}
.roBtn:hover, x:-moz-any-link, x:default {
	background: #fff;
}


/* form
-------------------*/
.subscribeBtn{
	text-align: center;
	margin-bottom: 40px;
}
.subscribeBtn input{
	background-color:#000;
	border:1px solid #000;
	color:#FFF;
	display:inline-block;
	padding:15px 100px 13px;
	line-height:140%;
	text-decoration:none;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.subscribeBtn input:hover{
	background-color:#FFF;
	color:#000;
}
.subscribeBtn input.gray{
	background-color: #666;
	border:1px solid #666;
	color:#FFF;
}
.subscribeBtn input.gray:hover{
	background-color:#ddd;
	color:#000;
}
input.textFocus {
	color:#333;
}
input.wSS,
input.wS,
input.wM,
input.wL,
input.wLL {
	background-color:#FCFBF8;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border:1px solid #CCC;
	font-size:1.3rem;
	line-height: 140%;
	padding:8px 10px;
}
input {
	vertical-align:middle;
}

.wSS { width: 85px;}
.wS { width: 170px;}
.wM { width: 270px;}
.wL { width: 470px;}
.wLL { width: 340px;}
.imeOn { ime-mode: active;}
.imeOff { ime-mode: disabled;}

textarea.txtarea {
	background-color:#FCFBF8;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border:1px solid #CCC;
	height: 200px;
	padding:10px;
	width: 100%;
}
option {
	font-size:1.4rem!important;
}
label {
	cursor: pointer;
}
label:hover {
	color:#999;
}
input[type="checkbox"], input[type="radio"] {
	margin-right:3px;
}
.formErr {
	color:#E54E52;
	font-weight:bold;
}
select.slctArea{
	background-color:#FCFBF8;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border:1px solid #CCC;
	margin-bottom: 5px;
	padding:8px;
}
input.inputErr,
textarea.inputErr {
	background-color:#FADFDE;
}
input:focus,
select:focus,
textarea:focus{
	background-color: #EEE;

}
.req {
	background-color:#a40000;
	color:#FFF;
	font-size:1.1rem;
	margin-left:3px;
	padding:2px 5px;
	margin-right: 5px;
	vertical-align:middle;
}
.errText{
	background-color: #fee8e6;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
    color: #db584b;
    font-size: 1.1rem;
    padding: 3px 5px;
    margin-top: 5px;
}
.cauText{
	color: #333;
	font-size: 1.1rem;
	line-height: 1.4!important;
	margin-top: 5px;
}


/* for pc resize
-------------------------------------------------------------------------------------*/

/* base contents
-------------------*/
/*header*/


@media only screen and (max-width: 1450px) {
#header .hdInr {
    width: 95%;
}
#gNav ul li {
    margin: 0 9px;
    font-size: 15px;
    font-size: 1.5rem;
}
}
@media only screen and (max-width: 1280px) {
#header .bgWh .logo {
    width: 150px;
}
#gNav ul li {
    margin: 0 5px;
    font-size: 14px;
    font-size: 1.4rem;
}
#header .contactBtn a {
    padding: 23px 0;

}
#gNav {
    width: 90%;
}
#Mv .mvInfo{
font-size: 42px;
font-size: 4.2rem;
padding-top: 35px;
}

#Mv .mvInfo span {
font-size: 18px;
font-size: 1.8rem;
}
#breadChumbs p {
font-size: 1.2rem!important;
}
.arrow::before {
    left: 1px;
    top: 9px;
}
}

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


#header, #gNav{
	display: none;
}
#spHeader{
	height: 60px;
	padding: 15px 3%;
	display: block;
	width: 100%;
    position: absolute;
	left: 0;
	top: 0;
	z-index: 980;
}

#spHeader .path01 {
fill: #fff!important;
}

#spHeader .logo img{
	height: 45px;
	width: auto;
}

#spHeader .logo img.is-main {
display: block;
}
#spHeader .logo img.is-other {
display: none;
}

.others #spHeader .logo img.is-main {
display: none;
}
.others #spHeader .logo img.is-other {
display: block;
}


#spHeader ul{
	overflow: hidden;
	zoom: 1;
	position: absolute;
	right: 55px;
	top: 16px;
}
#spHeader li{
	float: left;
	margin: 0 5px;
	text-align: center;
}
#spHeader li a{
	color: #FFF;
	font-size:2.6rem;
	line-height: 1;
}
#spHeader li a i{
}
.spMenu{
background: #217f3a;
cursor: pointer;
display: block;
height: 60px;
width: 60px;
position: fixed;
right: 15px;
top: 15px;
z-index: 1010;
border-radius: 6px;
}
.spMenu span {
	background-color: #fff;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	display: inline-block;
	vertical-align: top;
	zoom: 1; /* Fix for IE7 */
	*display: inline; /* Fix for IE7 */
    height: 2px;
    width: 30px;
    position: absolute;
    left: 15px;
	-webkit-transition: all 600ms cubic-bezier(0.19, 1, 0.22, 1);
	transition: all 600ms cubic-bezier(0.19, 1, 0.22, 1);
}
.spMenu small{
	display: block;
	color: #fff;
	font-family: 'Roboto', sans-serif;
	width: 100%;
	text-align: center;
	position: absolute;
	left: 0;
	bottom: 10px;
}
.spMenu span:nth-of-type(1) { top: 13px; }
.spMenu span:nth-of-type(2) { top: 23px; }
.spMenu span:nth-of-type(3) { top: 33px; }
.spMenu.active{
	height:60px;
	width: 60px;
}
.spMenu.active span{
	background-color: #fff;
}
.spMenu.active span:nth-of-type(1) {
	-webkit-transform: translateY(10px) rotate(-45deg);
	transform: translateY(10px) rotate(-45deg);
}
.spMenu.active span:nth-of-type(2) {
	opacity: 0;
}
.spMenu.active span:nth-of-type(3) {
	-webkit-transform: translateY(-10px) rotate(45deg);
	transform: translateY(-10px) rotate(45deg);
}
.spMenu.active small{
	color: #fff;
}


/*spNav*/
#spNav{
	height: 100%;
	display: block;
	transition: all 550ms ease 0.25s;
	visibility: hidden;
	padding-top: 59px;
	width: 80%;
    position: fixed;
	right: -100%;
    top: 0;
	z-index: 990;
}
#spNav.active{
	visibility: visible;
	right: 0;
}
#spNav #spBg{
	background: rgba(0,0,0,0.5);
    height: 100%;
    width: 500%;
    position: fixed;
	right: -50%;
    top: 0;
    z-index: -1;
    opacity: 0;
	transition: all 550ms ease 0.25s;
	pointer-events: none;
}
#spNav.active #spBg{
	right: 0;
    opacity: 1;
	pointer-events: auto;
}
#spNav::after {
	background: rgba(255,255,255,0.8);
	background-color: #f9f9f9;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}
#spNav::before,
#spNav::after {
    opacity: 0;
	transition: all 550ms ease 0.25s;
}
#spNav.active::before,
#spNav.active::after {
    opacity: 1;
}
#spNav .closeBtn{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 15px 3%;
	text-align: right;
}
#spNav nav{
padding-top: 10px;
width: 90%;
margin: 0 auto;

}

#spNav nav ul {
display: flex;
justify-content: flex-start;
flex-wrap: wrap;
}

#spNav nav ul li {
width: 50%;
font-size: 22px;
font-size: 2.2rem;
margin-bottom: 40px;
}

#spNav nav ul li a:hover {
text-decoration: none;
color: #259944;
}

#spNav .addressBox {
width: 90%;
margin: 0 auto;
text-align: right;
}

#spNav .addressBox .logo {
width: 100%;
display: flex;
flex-direction:row-reverse;
}

#spNav .addressBox .logo img {
height: auto;
width: 200px;
}

#spNav .addressBox .address {
padding-top: 10px;
color: #999;
line-height: 1.5;
font-size: 14px;
font-size: 1.4rem;
}

#Mv.otherMv .mvInfo{
font-size: 42px;
font-size: 4.2rem;
padding: 100px 0 40px;
}

}


/*footer*/


@media only screen and (max-width: 1150px) {
footer .ftL {
    width: 32%;
}
#footer .ftR {
    width: 65%;
    max-width: 750px;
}
}
@media only screen and (max-width: 1100px) {
#footer .ftR ul li dd a {
    font-size: 13px;
    font-size: 1.3rem;
}
#footer .ftL .address {
    font-size: 14px;
    font-size: 1.4rem;
}
}

@media only screen and (max-width: 1024px) {
#footer {
    padding-bottom: 20px;
}
#footer .ftInr{
display: block;
}
#footer .ftL {
    width: 100%;
    text-align: center;
    margin-bottom: 60px;
}
#footer .ftL .logo {
    margin: 0 auto;
}

#footer .ftR {
    width: 100%;
    max-width: 100%;
}
small#copyright {
text-align: center;
}
}


/* for SP
-------------------------------------------------------------------------------------*/

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


/* base contents
-------------------*/

/*breadChumbs*/
#breadChumbs {
	display: none;
}

/*contents*/
#contents {
	margin:0 auto;
	padding-top: 40px;
	width:100%;
}
/*Mv*/
#Mv .mvInfo {
    font-size: 32px;
    font-size: 3.2rem;
}
#Mv .mvInfo span {
    font-size: 16px;
    font-size: 1.6rem;
}
#Mv .mvImg img {
  width: 100%;
  height: 250px;
  object-fit: cover;
}

#Mv.otherMv .mvInfo{
    font-size: 32px;
    font-size: 3.2rem;
}

/*spNav*/

#spNav nav ul li {
    font-size: 18px;
    font-size: 1.8rem;
}

@media only screen and (max-width: 640px) {
#spNav {
width: 90%;
}
#spNav nav ul li {
    font-size: 15px;
    font-size: 1.5rem;
}

#spNav .addressBox {
padding-top: 40px;
}
#spNav .addressBox .logo {
    display: block;
}
#spNav .addressBox .address {
text-align: center;
}

#spNav .addressBox .logo {
text-align: center;
}
}

@media only screen and (max-width: 480px) {
body {
	font-size: 14px;
	font-size: 1.4rem; 
}

.is-spS{ display: block!important;}
#spNav nav ul li {
    font-size: 12px;
    font-size: 1.2rem;
    text-align: center;
}
#spNav nav ul li {
display: block;
}
#spNav nav {
    padding-top: 50px;
}
#spNav .addressBox {
    padding-top: 10px;
}

/*Mv*/
#Mv .mvInfo {
    font-size: 24px;
    font-size: 2.4rem;
}
#Mv .mvInfo span {
    font-size: 14px;
    font-size: 1.4rem;
}

#Mv .mvImg img {
  height: 200px;
  object-fit: cover;
}

#Mv.otherMv .mvInfo{
    font-size: 28px;
    font-size: 2.8rem;
}

.pages #contents {
margin: 0 auto;
padding-bottom: 60px;
}




}


/*footer*/
@media only screen and (max-width: 700px) {
#footer .ftR {
display: none;
}
#footer {
    padding-bottom: 60px;
}
}

/* indent
-------------------*/

.is-sp{ display: block!important;}
.is-pc{ display: none!important;}
.spImg{ max-width: 100%;}
a.spTel{
	color: #448cbc;
	pointer-events: auto;
	text-decoration: underline;
}


/* section
-------------------*/

.scInr, .scInrS, .scInrW{
	float:none;
	margin: 0 3%;
	width:auto;
}



/* compo parts
-------------------*/

/*btn*/
.bscBtn01 a,.bscBtn02 a {
	display: block;
	padding: 20px 5%;
	margin-bottom: 10px;
	text-align: center;
	width: 100%;
}

/*box*/
.bscBox01{
	padding:5%;
}
.bscBox02{
	padding:5%;
}

/*table*/
.bscTbl01 table th {
    font-size: 15px;
	font-size: 1.5rem;
}

.bscTbl01 table th,
.bscTbl01 table td {
	display: block;
    font-size: 14px;
	font-size: 1.4rem;
	padding:20px 3%;
	width: 100%!important;
}
.bscTbl01.scroll th,
.bscTbl01.scroll td {
	display: table-cell;
}
.tblScroll {
	padding-bottom: 5px;
}
.tblScroll::before {
	content: '※横スクロールができます。';
	display: block;
	margin-bottom: 10px;
}

/*float*/
.fltL, .fltR{
	float: none;
}
.fltImgL,
.fltImgR {
	float:none;
	margin:0;
	text-align: center;
}
.fltImgL img,
.fltImgR img{
	max-width: 100%;
	margin-bottom: 5px;
}
br.clear_noie.spHide,
div.clear_noie.spHide{
	display: none!important;
}

/*column*/
.clm4 li{
	float: left;
	margin-right: 0;
	width: 48.5%;
}
.clm4 li.even,
.clm4 li:nth-child(2n){
	float: right;
}
.clm4 li:nth-child(4n){
	margin-right: 0;
}

.clm3 li{
	float: left;
	margin-right: 0;
	width: 48.5%;
}
.clm3 li.even,
.clm3 li:nth-child(2n){
	float: right;
}

.clm4 li .img,
.clm3 li .img,
.clm2 li .img{
	height: 100px;
}
.clm4 li .img span img,
.clm3 li .img span img,
.clm2 li .img span img{
	max-height: 100px;
}

/*topcontrol*/
#topcontrol{
	left: 0!important;
	bottom: 0!important;
	height: 40px;
	width: 100%;
}
#topcontrol a{
	display: block;
	height: 100%;
	padding: 10px 0;
	width: 100%;
}



/* pager
-------------------*/

.pager a::before,
.pager a::after {
	display: none;
}
.pager a {
    padding: 13px 15px;
    vertical-align: middle;
}


/* form
-------------------*/

.subscribeBtn input{
	padding:15px 0 13px;
	margin-top: 5px;
	width: 100%;
}
input.wSS,
input.wS,
input.wM,
input.wL,
input.wLL {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.wSS { width: 30%;}
.wS { width: 50%;}
.wM { width: 100%;}
.wL { width: 100%;}
.wLL { width: 100%;}
.imeOn { ime-mode: active;}
.imeOff { ime-mode: disabled;}
textarea.txtarea {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	height: 200px;
	width: 100%;
}
select.timearea{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 50%;

}
option {
	font-size:1.4rem!important;
}
label {
	cursor: pointer;
}
label:hover {
	color:#999;
}
input[type="checkbox"], input[type="radio"] {
	margin-right:3px;
}
.formErr {
	color:#E54E52;
	font-weight:bold;
}
input.inputErr,
textarea.inputErr {
	background-color:#FADFDE;
}
.req {
	color:#FFF;
	font-size:10px;
	line-height:100%;
	margin-left:3px;
	padding:2px 5px;
	margin-right: 5px;
	vertical-align:middle;
}
.cauText{
	display: block;
}

.head01 {
font-size: 24px;
font-size: 2.4rem;
border-bottom: 3px solid #259944;
padding-bottom: 10px;
}
@media only screen and (max-width: 480px) {
.head01 {
font-size: 20px;
font-size: 2.0rem;
border-bottom: 2px solid #259944;
padding-bottom: 8px;
margin-bottom: 15px;
}
}

}
/*SP END*/



/* animation
-------------------*/
.fadein {
	opacity : 0;
	transform : translate(0, 50px);
	transition : all 1000ms;
	}

.fadein.scrollin {
	opacity : 1;
	transform : translate(0, 0);
}


