@charset "utf-8";


header,nav,footer,article,section{
  display: block;
}
*{
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}
html{
  height: 100%;
}
body{
  height: 100%;
}
* html div#container{
  height: 100%;
}
div#container{
  position: relative;
  min-height: 100%;
}
body > #container{
  height: auto;
}
footer{
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 0;
}

ul,p,h1,h2,h3,h4,h5,dl,dt,dd,address{
  padding: 0px;
  margin: 0px;
}
h1,h2,h3,h4,h5{
  font-size: 14px;
  font-weight: normal;
}
address{
  font-style: normal;
}
ul,ol{
  list-style-type: none;
  font-size: 0px;
}
li{
  font-size: 1rem;
}
img{
  width: auto;
  max-width: 100%;
  vertical-align: middle;
  border: 0;
}
table,th,td{
  border: 0;
  padding: 0;
}
a{
  color: #333;
  text-decoration: none;
  -webkit-transition: 0.5s ease-in-out;
  -ms-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
a:hover{
  opacity: 0.6;
  filter: alpha(opacity=60);
  text-decoration: none;
}
/*
a img{
  -webkit-transition: 0.5s ease-in-out;
  -ms-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}*/
map area{
  border: 0;
  outline: 0;
}


/* Layout */
div#container{
  min-width: 980px;
  margin: 0 auto;
  padding-bottom: 800px;
}
.boxContents{
  min-width: 980px;
  /*max-width: 1560px;*/
  margin: 0 auto;
}
.boxMain{
}
/* /Layout */



/* Base Design */
body{
  min-width: 980px;
  background-color: #fff;
  color: #000;
  line-height: normal;
  letter-spacing: 0.03em;
  /*font-size: 1rem;*/
  /*font-size: 0.875rem;*/
  font-size: 1em;
  font-family: "Hiragino Kaku Gothic Pro","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,"Meiryo UI","MS PGothic","ＭＳ Ｐゴシック", sans-serif;
  -webkit-animation: dispBody 5s ease normal;
  animation: dispBody 5s ease normal;
}
/*body.pageKomesho,
body.pageMaimu,
body.pageMatsuya,
body.pageService{
  background-repeat: no-repeat;
  background-position: fixed;
  background-size: cover;
  background-position: left top;
  background-attachment: fixed;
}*/
body.pageKomesho::before,
body.pageMaimu::before,
body.pageMatsuya::before,
body.pageService::before {
  content:"";
  display:block;
  position:fixed;
  top:0;
  left:0;
  z-index:-1;
  width:100%;
  height:100vh;
  -webkit-background-size:cover;/*Android4*/
  }
body.pageKomesho::before{
  background: url('/images/service/komesho-para-bg.jpg') center/cover no-repeat;
}
body.pageMaimu::before{
  background: url('/images/service/maimu-para-bg.jpg' )center/cover no-repeat;
}
body.pageMatsuya::before{
  background: url('/images/service/matsuya-para-bg.jpg') center/cover no-repeat;
}
body.pageService::before{
  background: url('/images/service/service-bg00.jpg') center/cover no-repeat;
}
@-webkit-keyframes dispBody{
  0% { opacity: 0; }
  100% { opacity: 1; }
}
@keyframes dispBody{
  from{ opacity: 0; }
  to{ opacity: 1; }
}
a{
  color: #000;
}
li{
  font-size: 0.875rem;
}
.ttlMin{
  font-family: "A1明朝 A1","A1 Mincho","ヒラギノ明朝 ProN W3","Hiragino Mincho ProN","ＭＳ 明朝","ＭＳ Ｐ明朝",serif;
}
.ttlMin2{
  font-family: "解ミン 宙 B";
}
/* /Base Design */



/* Header */
header{
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  width: 100%;
  min-width: 980px;
}
.boxHeader{
  position: relative;
  min-height: 71px;
  background-color: rgba( 255, 255, 255, 0.90);
  border-bottom:1px solid #8bb024;
}
/*.boxHeader.statusOpen{
  background-color: none;
  border-bottom: 1px #d8bb024 solid;
}*/
.boxHeader .btnHmbMenu{
  position: absolute;
  z-index: 1001;
  top: 25px;
  left: 25px;
}
.boxHeaderLR{
  position: absolute;
  z-index: 1001;
  bottom: 15px;
  right: 10px;
  display: table;
  width: 350px;
  font-family: "A1明朝 A1","A1 Mincho","ヒラギノ明朝 ProN W3","Hiragino Mincho ProN","ＭＳ 明朝","ＭＳ Ｐ明朝",serif;
}
.boxHeaderLR.forSp{
  display: none;
}
.boxHeaderLR img{
  margin-right: 10px;
}
.boxHeaderL,
.boxHeaderR{
  display: table-cell;
  width: 50%;
  vertical-align: middle;
}
.boxHeaderL{
  font-size: 1.07rem;
  text-shadow: 2px 2px 5px rgba(225,225,225,1.0);
}
.boxHeaderR{
  border-left: 1px #d0bfae solid;
  font-size: 1.0rem;
  text-shadow: 2px 2px 5px rgba(225,225,225,1.0);
}
.boxHeaderR img{
  margin-left: 17px;
}
.logoHeader01{
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: none;
  margin: auto;
}
.boxHeaderMenu{
  position: absolute;
  bottom: 0;
  left: 70px;
  display: none;
}
.boxHeaderMenu ul{
  display: inline-block;
  width: 330px;
  height: 190px;
  margin: 0 auto;
}
.boxHeaderMenu li{
  display: inline-block;
  float: left;
  width: 16.666666%;
  height: 100%;
  padding-top: 23px;
  line-height: 1.0;
  text-align: center;
  font-size: 0.98rem;
  font-family: "A1明朝 A1","A1 Mincho","ヒラギノ明朝 ProN W3","Hiragino Mincho ProN","ＭＳ 明朝","ＭＳ Ｐ明朝",serif;
}
body.modeTest .boxHeaderMenu ul > li {
  width: calc((100% - 10%) / 9);
  padding-top: 1.0em;
}
body.modeTest .boxHeaderMenu ul > li.liType02 {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  width: calc((100% - 10%) / 9 + 10% / 3);
}
.boxHeaderMenu li:first-child {
  display: none;
}

.boxHeaderMenu li > span {
  display: inline-block;
  writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  padding-right: 8px;
}
.boxHeaderMenu li > span:hover,
.boxHeaderMenu li > span.current {
  border-right: 2px #8bb024 solid;
  padding-right: 6px;
}

body.modeTest .boxHeaderMenu ul > li.liType02 > span.txtMain {
  padding-right: 0.3em;
}
body.modeTest .boxHeaderMenu ul > li.liType02 > span.txtMain:hover,
body.modeTest .boxHeaderMenu ul > li.liType02 > span.txtMain.current {
  border-right: 0;
  padding-right: 5px;
}
body.modeTest .boxHeaderMenu ul > li.liType02 > span.txtSub {
  padding-top: 0.6em;
  letter-spacing: -0.08em;
  font-size: 0.75rem;
}

body.modeTest .boxHeaderMenu ul > li > span .txtShort {
  letter-spacing: -0.08em;
}
/* /Header */



/* Bottom */
.boxBottom{
  background-image: url('/images/common/bottom-bg01.png');
  background-repeat: no-repeat;
  background-position: left top;
  background-size: cover;
}
.boxBottom.typeService{
  margin-bottom: 200px;
}
.boxBottomIn{
  width: 980px;
  margin: 0 auto;
  padding: 85px 0;
  text-align: center;
  color: #fff;
}
.boxBottomIn > .ttlMin{
  margin-bottom: 38px;
  font-size: 1.95rem;
}
.boxBottomIn > .boxCont{
  margin-bottom: 58px;
  font-family: "A1明朝 A1","A1 Mincho","ヒラギノ明朝 ProN W3","Hiragino Mincho ProN","ＭＳ 明朝","ＭＳ Ｐ明朝",serif;
  font-size: 1.15rem;
  line-height: 1.8;
}
.boxBottomIn > .ttlMin.no2{
  margin-bottom: 18px;
  font-size: 0.9rem;
}
.boxBottomLR{
  display: table;
  width: 600px;
  margin: 0 auto;
  font-family: "A1明朝 A1","A1 Mincho","ヒラギノ明朝 ProN W3","Hiragino Mincho ProN","ＭＳ 明朝","ＭＳ Ｐ明朝",serif;
}
.boxBottomLR img{
  margin-right: 10px;
}
.boxBottomL,
.boxBottomR{
  display: table-cell;
  width: 50%;
  vertical-align: middle;
}
.boxBottomL{
  font-size: 1.45rem;
}
.boxBottomL img{
  margin-right: 17px;
}
.boxBottomR{
  background-image: url('/images/common/bottom-border.png');
  background-repeat: no-repeat;
  background-position: left center;
  font-size: 1.4rem;
  color: #fff;
}
.boxBottomR a{
  color: #fff;
}
.boxBottomR img{
  margin-right: 17px;
}
/* Bottom */



/* Footer */
footer {
  background-color: #fff;
}
.boxFooterBn {
  text-align: center;
}

body:not(.modeTest) .boxFooterBn ul {
  display: inline-block;
  width: 100%;
  padding: 0 0.5%;
}
body.modeTest .boxFooterBn ul {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  padding: 0 0.5%;
}

body:not(.modeTest) .boxFooterBn li {
  display: inline-block;
  float: left;
  width: 25%;
  max-width: 475px;
  padding: 1% 0.5%;
  text-align: center;
}
body.modeTest .boxFooterBn li {
  padding: 1% 0.5%;
  text-align: center;
}

body:not(.modeTest) .boxFooterBn li.half {
  width: 12.5%;
}

.boxFooterMenu {
  position: relative;
  z-index: 2;
}
@media all and (max-width: 640px){
  body.modeTest .boxFooterMenu {
    padding-top: 2vw;
  }
}

.boxFooterMenuBtn {
  display: none;
}

body:not(.modeTest) .boxFooterMenu ul {
  display: block;
  width: 440px;
  height: 240px;
  margin: 0 auto;
}
body.modeTest .boxFooterMenu ul {
  display: block;
  width: 540px;
  height: 240px;
  margin: 0 auto;
}
@media all and (max-width: 640px){
  body.modeTest .boxFooterMenu ul {
    width: 100%;
  }
}

.boxFooterMenu li {
  display: inline-block;
  float: left;
  width: 12.5%;
  height: 100%;
  padding-top: 32px;
  text-align: center;
  font-family: "A1明朝 A1","A1 Mincho","ヒラギノ明朝 ProN W3","Hiragino Mincho ProN","ＭＳ 明朝","ＭＳ Ｐ明朝",serif;
  font-size: 1.0rem;
}
body.modeTest .boxFooterMenu ul > li {
  width: calc((100% - 5%) / 10);
  transition: margin-top 0.2s linear;
}
body.modeTest .boxFooterMenu ul > li.liType02 {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  width: calc((100% - 5%) / 10 + 5% / 3);
}
body.modeTest .boxFooterMenu ul > li:hover {
  margin-top: -5px;
}

.boxFooterMenu ul > li > span {
  display: inline-block;
  writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  transition: margin-top 0.2s linear;
}

.boxFooterMenu li > span:hover {
  margin-top: -5px;
}
body.modeTest .boxFooterMenu ul > li > span:hover {
  margin-top: 0;
}

body.modeTest .boxFooterMenu ul > li.liType02 > span.txtMain {
  padding-right: 0.1em;
}
body.modeTest .boxFooterMenu ul > li.liType02 > span.txtMain:hover,
body.modeTest .boxFooterMenu ul > li.liType02 > span.txtMain.current {
  border-right: 0;
  padding-right: 0.1em;
}
body.modeTest .boxFooterMenu ul > li.liType02 > span.txtSub {
  padding-top: 0.6em;
  letter-spacing: -0.08em;
  font-size: 0.75rem;
}

body.modeTest .boxFooterMenu ul > li > span .txtShort {
  letter-spacing: -0.08em;
}

.boxUpToTop{
  position: relative;
  z-index: 3;
  width: 100%;
  background-color: #d3c4b4;
  text-align: center;
}
.boxUpToTop.btnUpToFixed{
  position: fixed;
  z-index: 1000;
  bottom: -63px;
  transition: bottom 0.5s linear;
}
.boxUpToTop.btnUpToFixed:hover{
  bottom: 0;
}
.boxUpToTop .btnUpToTop{
  margin-top: -25px;
  padding-bottom: 25px;
  cursor: pointer;
}
.boxFooterInfo{
  width: 980px;
  margin: 0 auto;
  padding: 87px 0;
  text-align: center;
  font-size: 0.9rem;
}
.boxFooterInfo span{
  display: inline-block;
}
.boxFooterInfo .txtCompanyName{
  font-weight: bold;
  margin-right: 30px;
  font-size: 1.0rem;
}
.boxFooterInfo .txtZipcode{
  margin-right: 10px;
}
.boxFooterInfo .txtAddress a{
  text-decoration: underline;
}
.boxFooterInfo .txtPartition{
  margin: 0 20px;
}
.boxFooterBottom{
  height: 475px;
  background-image: url('/images/common/footer-bg01.jpg');
  background-repeat: no-repeat;
  background-position: left top;
  background-size: cover;
}
.boxFooterCom01{
  padding: 53px 0 35px 0;
  text-align: center;
  line-height: 1.4;
  font-family: "A1明朝 A1","A1 Mincho","ヒラギノ明朝 ProN W3","Hiragino Mincho ProN","ＭＳ 明朝","ＭＳ Ｐ明朝",serif;
  font-size: 2.0rem;
}
.boxFooterCom02{
  margin-bottom: 65px;
  text-align: center;
  letter-spacing: 0.1em;
  font-family: "A1明朝 A1","A1 Mincho","ヒラギノ明朝 ProN W3","Hiragino Mincho ProN","ＭＳ 明朝","ＭＳ Ｐ明朝",serif;
  font-size: 0.98rem;
}
.boxFooterCom02 p{
  margin-bottom: 10px;
}
.boxFooterLogo{
  text-align: center;
}
.boxCopyright{
  margin-top: -45px;
  text-align: center;
  font-size: 0.7rem;
  /*padding: 110px 0 115px 0;*/
}
.boxCopyright .markCopy{
	font-family:"UD新ゴ R", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif
  /*padding: 110px 0 115px 0;*/
}
/* /Footer */
@media screen and  (min-width: 641px){
	.pc_none{
		display:none;
	}
}

@media print{
  header{ display:none;}
}