.pc {
  display: block;
}
.tab {
    display: block;
}
.tab2 {
    display: none;
}
.sp {
  display: none;
}
.font-pinyon {
font-family: 'Kaisei Opti', serif;
  font-weight: 700;
}
/* ヘッダー */
header {
  width: 100%;
  height: 980px;
  background: url("../img/bg_main.jpg") no-repeat;
  background-size: cover;
    background-position: center center;
  position: relative;
}
header .headInner {
  width: 1400px;
  margin: 0 auto;
  clear: both;
}
header .headInner .mainwood {
  width:58%;
  margin: 5% 0 0 0;
  float: left;
}
header .headInner .mainwood gif {
    width: 100%;
}
header .headInner .mainTit {
  width: 39%;
  margin: 0 3% 0 0;
  float: right;
}
header .headInner .mainTit h1 {
  width: 100%;
  margin: 0 auto;
  padding: 120px 0 0 0;
}
header .headInner .mainTit nav {
  width: 430px;
  text-align: center;
  margin: 16px auto 64px auto;
  background: url("../img/bg_mainmenu.png") no-repeat;
  background-size: 100%;
}
header .headInner .mainTit nav ul {
  text-align: center;
  margin: 0 auto;
  padding:56px 64px 64px 64px;
}
header .headInner .mainTit nav ul li {
  font-size: 20px;
}
header .headInner .mainTit nav ul li a {
  display: block;
  color: #6e4c2c;
  padding: 8px 0;
  font-weight: 600;
}
header .headInner .mainTit nav ul li span {
  font-size: 18px;
  margin: 0 8px 0 0;
}
header .headInner .mainTit nav ul li:nth-child(1) span {
  color: #bda018;
}
header .headInner .mainTit nav ul li:nth-child(2) span {
  color: #9b7b30;
}
header .headInner .mainTit nav ul li:nth-child(3) span {
  color: #8bc363;
}
header .headInner .mainTit nav ul li:nth-child(4) span {
  color: #b76658;
}
header .headInner .mainTit nav ul li:nth-child(5) span {
  color: #e588af;
}
header .headInner .mainTit nav ul li:nth-child(6) span {
  color: #61a0c9;
}
header .headInner .mainTit nav ul li:nth-child(7) span {
  color:#4869C1;
}
/* 沿革　*/
.set01 {
  position: relative;
  z-index: 0;
  padding: 0 0 64px 0;
  background: url("../img/bg_green.jpg");
}
.set01Inner {
  width: 1100px;
  margin: 0 auto;
  padding: 88px 0;
}
.underInner {
  width: 1100px;
  margin: -20px auto 0 auto;
  padding: 0;
}
.set01Inner .sectionTit01 h2 {
  font-size: 32px;
  margin: 0 0 64px 0;
  letter-spacing: 1.5px;
  color: #2d893f;
}
.set01Inner .sectionTit02, .set02Inner .sectionTit02  , .underInner .sectionTit03, .underInner .sectionTit04 {
  position: relative;
}
.set01Inner .sectionTit02 img {
  width: 300px;
  position: absolute;
  top: -140px;
  right: 3%;
}
.set01Inner .sectionTit02 h3 {
  display: flex;
  justify-content: flex-start;
  width: 90%;
  height: 48px;
  line-height: 44px;
  margin: 0 auto;
  padding: 0 5%;
  color: #6e4c2c;
  font-size: 22px;
}
.underInner .sectionTit03 h3 , .underInner .sectionTit04 h3 {
  display: flex;
  justify-content: flex-start;
  width: 90%;
  height: 48px;
  line-height: 44px;
  margin: 0 auto;
  padding: 0 5%;
  color: #fff;
  font-size: 22px;
}
.subpage h3 {
    font-size: 20px;
    font-weight: normal;
    margin: 0 0 8px 0;
    padding: 0 0 8px 0;
    color: #8F653C;
    border-bottom: 1px solid #8F653C;
}
.subpage p {
    color: #8F653C;
    margin: 4px 0 40px 0;
}
.set01Inner .sectionTit02 .box {
  background:
    linear-gradient(45deg, transparent 5px, #ddd84c 5px), linear-gradient(135deg, transparent 5px, #ddd84c 5px), linear-gradient(225deg, transparent 5px, #ddd84c 5px), linear-gradient(315deg, transparent 5px, #ddd84c 5px);
  background-position: bottom left, top left, top right, bottom right;
  background-size: 50% 50%;
  background-repeat: no-repeat;
}
.underInner .sectionTit03 .box , .underInner .sectionTit04 .box {
  background:
    linear-gradient(45deg, transparent 5px, #c4a000 5px), linear-gradient(135deg, transparent 5px, #c4a000 5px), linear-gradient(225deg, transparent 5px, #c4a000 5px), linear-gradient(315deg, transparent 5px, #c4a000 5px);
  background-position: bottom left, top left, top right, bottom right;
  background-size: 50% 50%;
  background-repeat: no-repeat;
}
.set01Inner .sectionTit02 h3:before , .underInner .sectionTit03 h3::before {
  content: "";
  display: inline-block;
  background: url("../img/icon_donguri01.png") no-repeat;
  background-size: cover;
  width: 35px;
  height: 35px;
  position: absolute;
  left: 16px;
  top: 5px;
}
.underInner .sectionTit04 h3::before {
  content: "";
  display: inline-block;
  background: url("../img/icon_donguri02.png") no-repeat;
  background-size: cover;
  width: 35px;
  height: 35px;
  position: absolute;
  left: 16px;
  top: 5px;
}
.set01Inner ul {
  position: relative;
  margin: 32px 24px;
}
.set01Inner ul li {
    display: inline-block;
    vertical-align: top;
  font-size: 16px;
}
.set01Inner ul li span {
  width: 100px;
  display: inline-block;
  text-align: right;
  margin: 0 24px 0 0;
  font-weight: 600;
  color: #d27900;
}
.set01Inner ul img.img_top01 {
  width: 600px;
  position: absolute;
  right: 0;
}
.set01Inner ul img.img_top02 {
  width: 550px;
  position: absolute;
  left: 0;
  top: 400px;
  opacity: .7;
}
.set01Inner ul img.img_top03 {
  position: absolute;
  right: 0;
  bottom: 0;
}
article {
  overflow: hidden;
}
/* ご挨拶 */
.set02 {
  position: relative;
  z-index: 1;
  background: url("../img/bg_green02.jpg");
  border-radius: 2000px 2000px 0 0 / 300px 300px 0 0;
  margin: -100px -200px 0 -200px;
  padding: 110px 280px;
}
.set02 .sectionTit02 {
  width: 1100px;
  margin: 0 auto;
}
.set02Inner .sectionTit02 h3 {
  display: flex;
  justify-content: flex-start;
  width: 90%;
  height: 48px;
  line-height: 44px;
  margin: 0 auto;
  padding: 0 5%;
  color: #6e4c2c;
  font-size: 22px;
}
.set02Inner .sectionTit02 .box {
  background:
    linear-gradient(45deg, transparent 5px, #c0d21f 5px), linear-gradient(135deg, transparent 5px, #c0d21f 5px), linear-gradient(225deg, transparent 5px, #c0d21f 5px), linear-gradient(315deg, transparent 5px, #c0d21f 5px);
  background-position: bottom left, top left, top right, bottom right;
  background-size: 50% 50%;
  background-repeat: no-repeat;
}
.set02Inner .sectionTit02 h3:before {
  content: "";
  display: inline-block;
  background: url("../img/icon_donguri02.png") no-repeat;
  background-size: cover;
  width: 35px;
  height: 35px;
  position: absolute;
  left: 16px;
  top: 5px;
}
.greetingSet {
  width: 1100px;
  margin: 40px auto 0 auto;
    display: flex;
    flex-flow:wrap;
    justify-content:space-around;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}


.greetingSet .greetingImg {
    text-align: center;
  width: 30%;
  margin: 0 2% 0 0;
}
.greetingSet .greetingImg img {
    width: 70%;
}
.greetingSet .greetingImg ul {
  text-align: center;
  margin: 8px 0 0 0;
}
.greetingSet .greetingImg ul li:first-child {
  font-size: 13px;
    margin: 0 0 8px 0;
    line-height: 1.6em;
}
.greetingSet .greetingImg ul li:first-child span {
  color: #cd8d8e;
  margin: 0 8px 0 0;
}
.greetingSet .greetingImg ul li:last-child {
  font-size: 22px;
    font-weight: 500;
}
.greetingSet .greetingTxt {
    width: 68%;
    margin: 0;
}
.greetingSet .greetingTxt p {
  line-height: 2.4em;
  margin: 0;
}
.greetingSet .greetingTxt02 {
    width: 86%;
    text-align: left;
    background: rgba(255,255,255,.3);
    border: 4px dotted #BFD21E;
    margin: 16px 0 0 0;
    padding:5% 6%;
    border-radius: 16px;
}
.greetingSet .greetingTxt02 h4 {
    font-size: 16px;
    margin: 0 0 8px 0;
    padding: 0 0 8px 0;
    border-bottom: 1px solid #391400;
}
.greetingSet .greetingTxt02 p {
    line-height: 1.6em;
    font-size: 12px;
}

/* 関係者のコメント */
.set03 {
  background: url("../img/bg_comment.jpg");
}
.set03 .set03Inner {
  width: 1100px;
  margin: 0 auto;
  padding: 80px 0;
}
.set03Inner .sectionTit02 h3 {
  width: 96%;
  height: 48px;
  line-height: 44px;
  margin: 0 auto;
  padding: 0 2%;
  color: #fff;
  font-size: 22px;
}
.set03Inner .sectionTit02 h3 span {
  color: #fff;
  font-size: 18px;
  margin: 0 8px 0 0;
  color: #ffcd03;
}
.set03Inner .sectionTit02 .box {
  background:
    linear-gradient(45deg, transparent 5px, #d27400 5px), linear-gradient(135deg, transparent 5px, #d27400 5px), linear-gradient(225deg, transparent 5px, #d27400 5px), linear-gradient(315deg, transparent 5px, #d27400 5px);
  background-position: bottom left, top left, top right, bottom right;
  background-size: 50% 50%;
  background-repeat: no-repeat;
}
.commentSet {
  margin: 40px 0 0 0;
  display: flex;
  justify-content: space-around;
  align-content: center;
  text-align: center;
}
.commentSet div {
  margin: 0 16px;
  width: calc(100%/3);
  position: relative;
    background: #FFFAEE;
}
.commentSet div img {
    width: 180px;
    margin: 24px 0 0 0;
}
.commentSet div .commentTit {
  position: absolute;
  right: -8%;
  top: 0%;
  border-radius: 50% 50% 50% 70%/50% 50% 70% 60%;
  width: 120px;
  height: 110px;
  text-align: center;
}
.commentSet div a {
    display: block;
}
.commentSet div .commentTit p {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  margin: 40px 0 0 0;
}
.commentSet .comment01 .commentTit {
  background: rgba(83, 155, 187, .8);
}
.commentSet .comment02 .commentTit {
  background: rgba(204, 113, 126, .8);
}
.commentSet .comment03 .commentTit {
  background: rgba(188, 157, 30, .8);
}
.commentSet div .commentTxt {
    width: 85%;
    margin: 0 auto 24px auto;
    text-align: center;
    
}
.commentSet div .commentTxt p {
    width: 100%;
    margin: 0 auto;
    font-size: 13px;
}
.commentSet div .commentTxt p span {
    display: block;
    margin: 8px 0;
    padding: 0 0 8px 0;
    font-size: 15px;
    font-weight: 600;
    border-bottom: 1px dotted #3E1A06;
    line-height: 1.4em;
}
.commentSet div:nth-child(1) .commentTxt p span {
    color: #75AEC8;
}
.commentSet div:nth-child(2) .commentTxt p span {
    color: #D58D96;
}
.commentSet div:nth-child(3) .commentTxt p span {
    color:#C9B04C;
}


/* 情報公開〜*/
.set04 {
  background: #fffbed;
  padding: 64px 0 150px 0;
}
.set04 .set04Inner {
  width: 1100px;
  margin: 0 auto 88px auto;
}
.set04Inner .sectionTit02 h3 {
  width: 96%;
  height: 48px;
  line-height: 44px;
  margin: 0 auto;
  padding: 0 2%;
  color: #fff;
  font-size: 22px;
}
.set04Inner .sectionTit02 h3 span {
  color: #fff;
  font-size: 18px;
  margin: 0 8px 0 0;
  color: #ffcd03;
}
.set04Inner .sectionTit02 .box {
  background:
    linear-gradient(45deg, transparent 5px, #d27400 5px), linear-gradient(135deg, transparent 5px, #d27400 5px), linear-gradient(225deg, transparent 5px, #d27400 5px), linear-gradient(315deg, transparent 5px, #d27400 5px);
  background-position: bottom left, top left, top right, bottom right;
  background-size: 50% 50%;
  background-repeat: no-repeat;
}
.infoSet {
  width: 1000px;
  margin: 32px auto 0 auto;
  padding: 0 0 24px 0;
}
.infoSet h3 {
  color: #2c993e;
  margin: 0 0 16px -2%;
  font-size: 20px;
    display: flex;
    line-height: 1.6em;
}
.infoSet h3 a {
    display: inline-block;
    text-align: right;
    margin: 0 0 0 auto;
    font-size: 14px;
    font-weight: 400;
    border: 1px solid #d27300;
    color: #d27300;
    border-radius: 100px;
    padding: 4px 24px;
}
.infoSet h4 {
  font-size: 17px;
  border-bottom: 1px solid #ddd;
  padding: 10px 0;
  margin: 0 0 10px 0;
  font-weight: 500;
}
.infoSet h4 span {
  color: #d16d00;
  font-size: 15px;
  margin: 0 8px 0 0;
}
.infoSet p {
  line-height: 1.8em;
  margin: 0 0 40px 0;
}
.infoSet ul {
  border: 2px solid #d38d22;
  border-radius: 10px;
}
.infoSet ul.houshin {
    display: flex;
  border: none;
  border-radius: 10px;
    margin: 0 0 32px 0;
}
.infoSet ul.houshin li {
   border-bottom:none;   
}
.infoSet ul.houshin li:first-child {
    width: 25%;
    border-right: 1px dotted #42200C;
    font-size: 14px;
    color: #D16C02;
}
.infoSet ul.houshin li:last-child {
    width: 75%;
    font-size: 15px;
    
}
.infoSet ul li {
  padding: 10px 16px;
  border-bottom: 1px solid #d38d22;
  line-height: 1.6em;
}
.infoSet ul li a {
  padding: 0;
  margin: 0;
  font-size: 14px;
  color: #D27402;
  text-decoration: underline;
}
.infoSet ul li a i {
  color: #cc717e;
  margin: 0 8px 0 0;
}
.infoSet ul li.infotable_head:first-child {
  border-radius: 10px 10px 0 0;
}
.infoSet ul li.infotable_head {
  background: #f6e7d0;
}
.infoSet ul li:last-child {
  border: none;
}
.infoSet ul li span {
  font-size: 12px;
  margin: 0;
  padding: 0;
  display: block;
}
.pr_thumb {
  background: #fbf2e0;
  padding: 32px 0;
  border-radius: 24px;
  margin: 8px 0 40px 0;
    text-align: center;
}
.pr_thumb img {
    width: 80%;
    margin: 0 auto;
}
.pr_thumb a {
  width: 80%;
  border-radius: 100px;
  margin: 16px auto 0 auto;
  padding: 10px 0;
  display: block;
  text-align: center;
  background: #278f39;
  color: #fff;
}
.set04Inner ul.backnumber {
    width: 1000px;
  background: none;
  border: none;
margin: 0 auto;
}
.set04Inner ul.backnumber li {
  border-bottom: 1px dotted #222222;
  padding: 8px;
}
.set04Inner ul.backnumber li a {
  display: block;
  padding: 1px 0;
  font-size: 15px;
  color: #D27402;
  text-decoration: underline;
}
.set04Inner ul.backnumber li a i {
  color: #cc717e;
  margin: 0 8px 0 0;
}
.infoSet table {
  border: 2px solid #d38d22;
  border-collapse: separate;
  border-spacing: 0;
  border-radius: 10px;
  margin: 0 0 64px 0;
}
.infoSet table tr:first-child td {
  border-radius: 10px 0 0 0;
}
.infoSet table tr:last-child td {
  border-radius: 0 0 0 10px;
}
.infoSet table td {
  padding: 10px 16px;
  border-bottom: 1px solid #d38d22;
}
.infoSet table td:first-child {
  width: 200px;
  background: #f6e7d0;
}
.infoSet table td a {
  padding: 0;
  margin: 0;
  color: #D27402;
  text-decoration: underline;
}
.infoSet table td span.red {
  font-size: 15px;
  color: #CC717E;
  font-weight: 600;
}
.infoSet table td span {
  font-size: 12px;
}
/* アクセス */
.mapSet {
  width: 1000px;
  margin: 40px auto;
  padding: 32px;
    border-radius: 10px;
  background:#fbf2e0;
}
.mapSet ul {
  display: flex;
}
.mapSet ul li {
  margin: 0 24px 0 0;
}
.mapSet ul li h4 {
  font-size: 20px;
  color: #2c993e;
}
.mapArea {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  margin: 32px 0 0 0;
  padding: 0;
}
.mapArea .map {
  width: 50%;
}
.mapArea .map a {
  display: block;
  text-align: right;
  font-size: 14px;
  color: #000;
  text-decoration: underline;
}
.mapArea ul {
  display: block;
  margin: 0;
  width: 45%;
}
.mapArea ul li {
  margin: 0 0 10px 0;
}
.mapArea ul li span {
  margin: 0 10px 0 0;
  font-size: 14px;
}
.mapArea ul li:nth-child(1) span {
  color: #cc717e;
}
.mapArea ul li:nth-child(2) span {
  color: #cc717e;
}
.mapArea ul li:nth-child(3) span {
  color: #cc717e;
}
.mapArea ul li:nth-child(4) span {
  color: #539bbb;
}
.mapArea ul li:nth-child(5) span {
  color: #539bbb;
}
.mapArea ul li:nth-child(6) span {
  color: #bc9d1e;
}
.mapInfo {
  margin: 40px 0 0 0;
  text-align: center;
}
.mapInfo div {
  display: inline-block;
  vertical-align: top;
  width: 42%;
  text-align: left;
  margin: 0 2%;
}
.mapInfo div h5 {
  font-size: 16px;
  margin: 0 0 10px 0;
}
.mapInfo div h5 span {
  color: #ffcd03;
}
.mapInfo div p {
  font-size: 14px;
  line-height: 2em;
  margin: 0 0 20px 0;
}
.mapInfo div p span {
  display: block;
  font-weight: 500;
  font-size: 15px;
}
/* フッター */
footer {
  background: url("../img/bg_footer.png") no-repeat;
  background-size: 100%;
  margin: -150px 0 0 0;
}
.footInner {
  width: 1100px;
  padding: 180px 0 0 0;
}
.footInner ul.snsArea {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.footInner ul.snsArea li {
  width: calc(94%/5);
}
.footInner .footnaviArea {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 56px 0 0 0;
  padding: 0 0 64px 0;
}
.footInner .footnaviArea ul {
  width: 17%;
}
.footInner .footnaviArea ul li a {
  display: block;
  padding: 0 0 5px 0;
  margin: 0 0 0 24px;
  color: #6e4c2c;
        font-weight: 500;
}
.footInner .footnaviArea ul li.first-child a {
  margin: 0;
}
.footInner .footnaviArea ul li:first-child, .footInner .footnaviArea ul li.first-child {
  font-size: 20px;
  margin: 0 0 8px 0;
  padding: 0 0 8px 0;
  border-bottom: 1px solid #6e4c2c;
  color: #6e4c2c;
}
.footInner .footnaviArea ul li.first-child {
  padding: 24px 0 8px 0;
}
.footInner .footnaviArea ul li:first-child span, .footInner .footnaviArea ul li.first-child span {
  font-size: 16px;
  margin: 0 10px 0 0;
}
.footInner .footnaviArea ul:nth-child(1) li span {
  color: #bda018;
}
.footInner .footnaviArea ul:nth-child(2) li span {
  color: #9b7b30;
}
.footInner .footnaviArea ul:nth-child(3) li span {
  color: #7bb150;
}
.footInner .footnaviArea ul:nth-child(4) li span {
  color: #c76e7c;
}
.footInner .footnaviArea ul li.first-child span {
  color: #549abb;
}
.footInner .footnaviArea ul:nth-child(5) li span {
  color: #cd8d8e;
}
.footInner p.copy {
  font-size: 14px;
  text-align: center;
  padding: 0 0 40px 0;
}


header.underhead {
    background: none;
    height: auto;
}
header.underhead .underheadInner {
    width: 1100px;
    margin: 0 auto;
    padding: 14px 0;
}
header.underhead .underheadInner h1 {
    width: 280px;
    margin: 0 auto 0 0;
}
header.underhead nav.underNav {
    background: #22943a;
}
header.underhead nav.underNav ul {
    width: 1100px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
header.underhead nav.underNav ul li a {
    display: block;
    color: #fff;
    padding: 14px 0;
}
header.underhead nav.underNav ul li a span {
    font-size: 14px;
    margin: 0 8px 0 0;
}
header.underhead nav.underNav ul li:nth-child(1) a span {
    color: #bda018;
}
header.underhead nav.underNav ul li:nth-child(2) a span {
    color: #9b7b30;
}
header.underhead nav.underNav ul li:nth-child(3) a span {
    color: #8bc363;
}
header.underhead nav.underNav ul li:nth-child(4) a span {
    color: #b76658;
}
header.underhead nav.underNav ul li:nth-child(5) a span {
    color: #e588af;
}
header.underhead nav.underNav ul li:nth-child(6) a span {
    color: #61a0c9;
}
header.underhead nav.underNav ul li:nth-child(7) a span {
    color:#4869C1;
}


.undertitInner {
    width: 100%;
    height: 340px;
    background: url("../img/bg_underTit.jpg") no-repeat;
    background-size: cover;
    background-position: center bottom;
}
.undertitInner p {
    width: 1100px;
    margin: 16px auto 0 auto;
    font-size: 14px;
    color: #8F653B;
}
.undertitInner ul {
    width: 1100px;
    margin: 0 auto;
    padding:0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.undertitInner ul li {
    color: #8f653c;
    margin: 0 16px 0 0;
    font-size: 18px;
    font-weight: 600;
    padding: 90px 0 0 0;
}
.undertitInner ul li h2 {
    font-size: 40px;
    color: #8f653c;
}
.undertitInner ul li h2 span {
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    margin: 0 8px 0 0;
}
.undertitInner ul li.titNews h2 span {
    color: #b76658;
}
.undertitInner ul li.titContact h2 span {
    color: #4769C2;
}
.undertitInner ul li.titArtgallery h2 span {
    color: #61a0c9;
}
.undertitInner ul li.titComment h2 span {
    color: #bda018;
}
.undertitInner ul li.titMessage h2 span {
    color: #ffcd03;
}
.undertitInner ul li.titRecruit h2 span {
    color: #8BC263;
}
.underContents {
    background: url("../img/bg_green.jpg") repeat;
    background-size:auto;
    padding: 0 0 240px 0;
}
.templateInner {
    width: 1100px;
    margin: -24px auto 0 auto;
    overflow: hidden;
}
.templateInner .leftContents {
    width: 70%;
    float: left;
}
.templateInner .leftContents ul {
    border-bottom: 1px dotted #8f663c;
    padding: 0 0 24px 0;
    margin: 0 0 24px 0;
    overflow: hidden;
    height: 100px;
}
.templateInner .leftContents ul.newsDetail {
    border-bottom: 1px dotted #8f663c;
    padding: 0 0 16px 0;
    margin: 0 0 32px 0;
    height: auto;
}
.templateInner .leftContents ul a {
    display: block;
}
.templateInner .leftContents ul a li:first-child , .templateInner .leftContents ul.newsDetail li:first-child {
    font-size: 15px;
    font-weight: 600;
    color: #b76658;
    margin: 0 0 8px 0;
}
.templateInner .leftContents ul a li:last-child {
    font-size: 17px;
    line-height: 2em;
    color: #6e4c2c;
    font-weight: 400;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.templateInner .leftContents ul.newsDetail li:last-child {
    font-size: 16px;
    line-height: 2em;
    color: #6e4c2c;
    font-weight: 600;
    overflow: auto;
}
.templateInner .leftContents .newsTxt {
    margin: 0 0 20px 0;
    padding: 0 0 40px 0;
    border-bottom: 1px dotted #6e4c2c;
}
.templateInner .leftContents .newsTxt p {
    font-size: 15px;
    color: #6e4c2c;
    line-height: 2em;
}

.templateInner .sideContents {
    float: right;
    width: 25%;
    margin: 0 0 0 5%;
}
.templateInner .sideContents .sideSet h3 {
    position: relative;
    display:flex;
background: #ddd95c;
    border-radius: 6px;
    font-size: 18px;
    padding: 16px 16px 16px 50px;
}
.templateInner .sideContents .sideSet:nth-child(2) {
    margin: 40px 0 0 0;
}
.templateInner .sideContents .sideSet h3:before {
    content: "";
    display: inline-block;
    background: url("../img/icon_donguri01.png") no-repeat;
    background-size: cover;
    width: 32px;
    height: 32px;
    position: absolute;
    left: 16px;
    top: 12px;
  }
.templateInner .sideContents .sideSet:nth-child(2) h3:before {
    content: "";
    display: inline-block;
    background: url("../img/icon_donguri02.png") no-repeat;
    background-size: cover;
    width: 32px;
    height: 32px;
    position: absolute;
    left: 16px;
    top: 12px;
  }

.templateInner .sideContents .sideSet ul li a {
    position: relative;
    width: 84%;
    display: inline-block;
    font-size: 15px;
    background: #fff;
    border-radius: 8px;
    color: #8f663c;
    padding: 16px 8%;
    margin: 10px 0 0 0;
}
.templateInner .sideContents .sideSet ul li a span {
    position: absolute;
    right: 8%;
   top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    color: #8f663c;
    font-size: 14px;
}

.templateInner .leftContents .pager ul.pagination , .templateInner .leftContents .pager2 ul.pagination {
  text-align: center;
    border-bottom: none;
    padding: 32px 0 0 0;
}

.templateInner .leftContents .pager ul.pagination li , .templateInner .leftContents .pager2 ul.pagination li  {
  display: inline;
  margin: 0 2px;
  padding: 0;
  display: inline-block;
  background:#fbfbe9;
  width: 50px;
  height: 50px;
  text-align: center;
  position: relative;
  border-radius: 50px;
}


.templateInner .leftContents .pager ul.pagination li a ,.templateInner .leftContents .pager2 ul.pagination li a{
  vertical-align: middle;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  display:table;
  color: #735331;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all  0.3s ease;
}

.templateInner .leftContents .pager ul.pagination a span , .templateInner .leftContents .pager2 ul.pagination li a span{
  display:table-cell;
  vertical-align:middle;
}

.templateInner .leftContents .pager ul.pagination a:hover,
.templateInner .leftContents .pager ul.pagination a.active{
  color: #735331;
  background: #ddd95a;
  border-radius: 50px;
}

    
.templateInner .leftContents .pager2 ul.pagination li.pre,
.templateInner .leftContents .pager2 ul.pagination li.next{
    display: inline-block;
    width: 40%;
    height: 50px;
    text-align: center;
  }

.templateInner .leftContents .pager2 ul.pagination li.pre a,
.templateInner .leftContents .pager2 ul.pagination li.next a{
    width: 100%;
    text-align: center;
  }

.templateInner .leftContents .pager2 ul.pagination li.pre span::after{
    content: "　Prev";
  }

.templateInner .leftContents .pager2 ul.pagination li.next span::before{
    content: "Next　";
  }    


.underInner p.phoneNumber {
    font-size: 32px;
    margin: 24px 0 64px 24px;
}
.underInner p.phoneNumber i {
    font-size:28px;
    color: #BDA018;
}
.underInner p.phoneNumber span {
    font-size: 16px;
}

.underInner iframe {
    width: 100%;
    height: 600px;
    margin: 32px 0 0 0;
    
}


.activityMv {
    height: 830px;
    background: url("../img/bg_activity.gif") #fff no-repeat;
    background-size:1024px;
    background-position: center bottom;
}
.activityMv .activityMvInner {
    width: 1100px;
    position: relative;
    margin:0 auto;
    padding:104px 0 0 0;
}
.activityMv .activityMvInner h2 {
    color: #22998d;
    font-size: 40px;
    line-height: 1.4em;
    letter-spacing: 1.5px;
}
.activityMv .activityMvInner p {
    font-size: 13px;
    margin: 40px 0 0 0;
    line-height: 2.2em;
    position: relative;
    z-index: 0;
}
.activityMv .activityMvInner ul {
    position: absolute;
    top:104px;
    right: 0;
    width: 250px;
}
.activityMv .activityMvInner ul li {
    margin: 0 0 12px 0;
}
.activityMv .activityMvInner ul li a {
    position: relative;
    display: block;
    padding: 20px 24px 20px 56px;
    background: #f1f4bc;
    border-radius: 4px;
    font-size: 18px;
    color: #92693d;
}
.activityMv .activityMvInner ul li:nth-child(odd) a:before {
    content: "";
    display: inline-block;
    background: url("../img/icon_donguri01.png") no-repeat;
    background-size: cover;
    width:34px;
    height: 34px;
    position: absolute;
    left: 16px;
    top: 14px;
  }
.activityMv .activityMvInner ul li:nth-child(even) a:before {
    content: "";
    display: inline-block;
    background: url("../img/icon_donguri02.png") no-repeat;
    background-size: cover;
    width:34px;
    height: 34px;
    position: absolute;
    left: 16px;
    top: 14px;
  }


.activityMv .activityMvInner .hoverArea {
    margin: 0 auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    margin: auto;
}
.activityMv .activityMvInner .hoverArea div {
    margin: 0 auto;
    position: relative;
        cursor: pointer;
    z-index: 1;
}
.activityMv .activityMvInner .hoverArea div a {
    width: 180px;
    display: block;
    text-align: center;
	position: absolute;
	padding: 16px 24px;
	font-size: 18px;
	border-radius: 8px;
	transition: 0.5s;
	opacity: 0;
    background: #fff;
}
.activityMv .activityMvInner .hoverArea div:hover a {
    opacity: 1;
}


.activityMv .activityMvInner .hoverArea div.activityHover01 {
    width:150px;
    height: 120px;
    position: absolute;
    left:-100px;
    top: -90px;
}
.activityMv .activityMvInner .hoverArea div.activityHover02 {
    width:120px;
    height: 120px;
    position: absolute;
    left:0px;
    top: -30px;
}

.activityMv .activityMvInner .hoverArea div.activityHover03 {
    width:110px;
    height: 200px;
    position: absolute;
    left: -140px;
    top: 40px;
}
.activityMv .activityMvInner .hoverArea div.activityHover04 {
    width:70px;
    height:100px;
    position: absolute;
    left: 30px;
    top: 50px;
}
.activityMv .activityMvInner .hoverArea div.activityHover05 {
    width:80px;
    height:135px;
    position: absolute;
    left: -90px;
    top: 210px;
}
.activityMv .activityMvInner .hoverArea div.activityHover06 {
    width:100px;
    height:105px;
    position: absolute;
    left: -0px;
    top: 220px;
}
.activityMv .activityMvInner .hoverArea div.activityHover01 a {
    color: #c79936;
    border:4px solid #c79936;
    left: -140px;
    top: -50px;
}
.activityMv .activityMvInner .hoverArea div.activityHover02 a {
    color: #9D4D24;
    border:4px solid #9D4D24;
    right: -150px;
    top: -90px;
}

.activityMv .activityMvInner .hoverArea div.activityHover03 a {
    color: #468db7;
    border:4px solid #468db7;
    left: -175px;
    top: 165px;
}
.activityMv .activityMvInner .hoverArea div.activityHover04 a {
    color: #b870a2;
    border:4px solid #b870a2;
    left: 20px;
    top: 90px;
}
.activityMv .activityMvInner .hoverArea div.activityHover05 a {
    color: #b96e30;
    border:4px solid #b96e30;
    left: -190px;
    top: 75px;
}
.activityMv .activityMvInner .hoverArea div.activityHover06 a {
    color: #B04777;
    border:4px solid #B04777;
    left: 50px;
    top: 80px;
}


.templateB , .templateC , .templateD {
    width:1036px;
    margin: 72px auto 32px auto;
    background: #fff;
    border-radius: 10px;
    padding: 32px 32px 48px 32px;
}
.templateB h3 , .templateC h3, .templateD h3 {
    position: relative;
  display: flex;
  justify-content: flex-start;
  width: 90%;
  height: 48px;
  line-height: 44px;
  margin: 0 auto 16px auto;
  padding: 0 5%;
  color: #6e4c2c;
  font-size: 22px;
}
.templateB .box , .templateC .box , .templateD .box {
  background:
    linear-gradient(45deg, transparent 5px, #ddd84c 5px), linear-gradient(135deg, transparent 5px, #dddb72 5px), linear-gradient(225deg, transparent 5px, #dddb72 5px), linear-gradient(315deg, transparent 5px, #dddb72 5px);
  background-position: bottom left, top left, top right, bottom right;
  background-size: 50% 50%;
  background-repeat: no-repeat;
}
.templateB:nth-child(even) h3:before , .templateC:nth-child(even) h3:before, .templateD:nth-child(even) h3:before {
    content: "";
    display: inline-block;
    background: url("../img/icon_donguri01.png") no-repeat;
    background-size: cover;
    width: 30px;
    height: 30px;
    position: absolute;
    left: 16px;
    top: 8px;
  }
.templateB:nth-child(odd) h3:before , .templateC:nth-child(odd) h3:before, .templateD:nth-child(odd) h3:before {
    content: "";
    display: inline-block;
    background: url("../img/icon_donguri02.png") no-repeat;
    background-size: cover;
    width: 30px;
    height: 30px;
    position: absolute;
    left: 16px;
    top: 8px;
  }

.templateB h4 , .templateC h4 , .templateD h4 {
    font-size: 20px;
    text-align: left;
    color: #ca4e70;
    border-bottom: 1px solid #ca4e70;
    padding: 24px 0 16px 8px;
    margin: 0 0 24px 0;
}
.templateC h5 {
    font-size: 18px;
    padding: 16px 0 24px 8px;
}
.templateB h4 span , .templateC h4 span , .templateD h4 span {
    font-size: 14px;
}
.templateB .templateBset  {
    margin: 24px 0 0 0;
    text-align: center;
}
.templateB .templateBset p  {
    width: 95%;
    font-size: 15px;
    line-height: 2.2em;
    margin: 0 auto 16px auto;
    text-align: left;
}
.templateB .templateBset img {
    width: 60%;
    margin: 40px auto 0 auto;
}
.templateB .templateBset a {
    display: block;
    text-align: left;
    margin: 24px 0 0 0;
    border: 1px solid #ca4e70;
    background: rgba(202,78,112,0.2);
    border-radius: 100px;
    color: #ca4e70;
    padding: 16px 24px;
}
.templateB .templateBset a:hover {
    opacity: .8;
}
.templateB .templateBset a i {
    color: #ca4e70;
    margin: 0 8px 0 0;
}

.voiceArea {
    background: #efefef;
    padding:32px;
    margin: 24px 0 0 0;
    border-radius: 8px;
}
.voiceArea h5 {
    font-size:18px;
    margin: 0 0 16px 0;
}
.voiceArea .voiceSet {
    display: flex;
    align-items:flex-start;
    justify-content: flex-start;
}
.voiceArea .voiceSet p {
    font-size: 14px;
    line-height: 2.2em;
}
.voiceArea .voiceSet img {
    width: 240px;
    margin: 0 0 0 24px;
}

.templateC .serviceMainimg {
    margin:32px 0 10px 0;
}
.templateCset {
    margin:0 0 8px 0;
    padding:0 0 16px 0;
}
.templateCset ul {
    display: flex;
    align-content: center;
    justify-content:space-between;
    margin: 16px 0 0 0;
    text-align: center;
}
.templateCset ul li {
    width: calc(95%/3);
    margin: 0 0 16px 0;
}
.templateCset ul li h6 {
    margin: 0 0 8px 0;
    font-weight: normal;
    font-size: 15px;
}
.templateCset ul li a {
    display: block;
    color: #CA4F70;
    border: 2px solid #CA4F70;
    padding: 10px 0;
    border-radius: 8px;
    font-weight: 500;
}

.templateCset table.serviceInfo {
    width: 100%;
    border: 3px solid #ddda70;
    border-radius: 16px;
    border-collapse: separate;
    margin: 0 0 8px 0;
}
.templateCset table.serviceInfo td {
    padding: 16px;
    border-bottom: 2px solid #ddda70;
}
.templateCset table.serviceInfo tr:last-child td {
    border-bottom: none;;
}
.templateCset table.serviceInfo tr td:first-child {
    background: #f6f4d2;
    font-size: 15px;
    font-weight: 600;
    width: 180px;
}
.templateCset table.serviceInfo tr:first-child td:first-child {
        border-radius: 13px 0 0 0;
}
.templateCset table.serviceInfo tr:last-child td:first-child {
        border-radius: 0 0 0 13px;
}
.templateCset table.serviceInfo ul {
    width: 85%;
    margin:32px auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    text-align: center;
}
.templateCset table.serviceInfo ul li {
    width: calc(95%/2);
}
.templateCset table.serviceInfo ul li p {
    font-size: 14px;
    margin: 0 0 8px 0;
}
.templateCset table.serviceInfo p {
    margin:8px 0;
}
.templateCset table.serviceInfo p span {
    font-size: 14px;
}

.arrow{
    position: relative;
    display: inline-block;
    text-align: center;
    padding: 0;
    margin: 0 auto;
    vertical-align: middle;
    text-decoration: none;
    font-size: 15px;
}
.arrow::before,
.arrow::after{
    position: absolute;
    top: -24px;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    margin: auto;
    content: "";
    vertical-align: middle;
}
.templateCset p.arrow {
    width: 95%;
    text-align: center;

}
.templateCset p.arrow::before{
    width: 20px;
    height:20px;
    border-top: 3px solid #C94F70;
    border-right: 3px solid #C94F70;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}
.templateCset ul.schedule {
    width: 99%;
    border: none;
    margin: 0 0 8px 0;
    text-align: left;
    border: 1px solid #CA4F70;
    border-radius: 8px;
    display: flex;
    align-items: stretch;
    background: #CA4F70;
}
.templateCset ul.schedule li {
    text-align: left;
    margin: 0 ;
    padding:16px 24px;
}
.templateCset ul.schedule li:first-child {
    width: 20%;
    color: #fff;
    border-radius: 4px 0 0 4px;
    font-weight: 600;
}
.templateCset ul.schedule li:last-child {
   width: 75%;
    text-align: left;
    background: #fff;
 vertical-align: middle;
    border-radius: 0 7px 7px 0;
}

.templateCset ul.schedule li span {
    color: #fff;
    display: block;
    font-weight: normal;
}

.kashinokiTokushoku {
    text-align: center;

}
.kashinokiTokushoku div {
    width: calc(86%/2);
    display:inline-block;
    vertical-align: top;
    padding: 24px;
    margin: 0 1% 2% 1%;
    border-radius: 16px;
}
.kashinokiTokushoku div h5 {
    font-size: 22px;
    margin: 0 0 8px 0;
}
.kashinokiTokushoku div p {
    margin: 8px 0 0 0;
    font-size: 14px;
}
.kashinokiTokushoku .tokushoku01 {
    background:#d98dae;
}
.kashinokiTokushoku .tokushoku02 {
    background:#98c16e;
}
.kashinokiTokushoku .tokushoku03 {
    background:#dfc657;
}
.kashinokiTokushoku .tokushoku04 {
    background:#88c5df;
}



.templateCset .katsudouList {
    display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
    text-align: center;
    align-items: stretch;
    margin: 0 0 48px 0;
}
.templateCset .katsudouList div {
    width: calc(75%/4);
    margin: 0;
}
.templateCset .katsudouList div a {
    display: block;
}
.templateCset .katsudouList div.katsudouList_cross01 {
    background: #e3f6e4;
    border-radius: 8px;
    padding: 24px;
}
.templateCset .katsudouList div.katsudouList_cross02 {
    background: #fbe5ea;
    border-radius: 8px;
    padding: 24px;
}
.templateCset .katsudouList div.katsudouList_cross03 {
    background: #f2efd0;
    border-radius: 8px;
    padding: 24px;
}
.templateCset .katsudouList div.katsudouList_cross04 {
    background: #e5f3ff;
    border-radius: 8px;
    padding: 24px;
}
.templateCset .katsudouList div.katsudouList_cross01 h5 {
    font-size: 18px;
    color: #37993c;
    margin: 0 0 10px 0;
}
.templateCset .katsudouList div.katsudouList_cross02 h5 {
    font-size: 18px;
    color: #eb6d8f;
    margin: 0 0 10px 0;
}
.templateCset .katsudouList div.katsudouList_cross03 h5 {
    font-size: 18px;
    color: #c39312;
    margin: 0 0 10px 0;
}
.templateCset .katsudouList div.katsudouList_cross04 h5 {
    font-size: 18px;
    color: #0087c9;
    margin: 0 0 10px 0;
}
.templateCset .katsudouList div p {
    background: rgba(255,255,255,.5);
    border-radius: 8px;
    font-size: 14px;
    padding: 16px 0;
    margin: 8px 0 16px 0;
}

.katsudouSet_cross01 {
    background: #e3f6e4;
    border-radius: 10px;
    margin:16px 0 32px 0;
    padding:32px 24px;
}
.katsudouSet_cross02 {
    background: #fbe5ea;
    border-radius: 10px;
    margin:16px 0 32px 0;
    padding:32px 24px;
}
.katsudouSet_cross03 {
    background: #f2efd0;
    border-radius: 10px;
    margin:16px 0 32px 0;
    padding:32px 24px;
}
.katsudouSet_cross04 {
    background: #e5f3ff;
    border-radius: 10px;
    margin:16px 0 32px 0;
    padding:32px 24px;
}
.katsudouSet_cross01 h5 {
    font-size: 24px;
    color: #37993c;
}
.katsudouSet_cross02 h5 {
    font-size: 24px;
    color: #eb6d8f;
}
.katsudouSet_cross03 h5 {
    font-size: 24px;
    color: #c39312;
}
.katsudouSet_cross04 h5 {
    font-size: 24px;
    color: #0087c9;
}
.katsudouSet_cross01 p , .katsudouSet_cross02 p , .katsudouSet_cross03 p , .katsudouSet_cross04 p {
    font-size: 15px;
    margin: 20px 0 24px 0;
    padding: 16px 32px;
    line-height: 2em;
    background: rgba(255,255,255,.5);
    border-radius: 10px;
}
.katsudouSet_cross01 p span , .katsudouSet_cross02 p span , .katsudouSet_cross03 p span , .katsudouSet_cross04 p span {
    font-weight: 600;
    display: inline-block;
    width: 200px;
}
.katsudouSet_cross01 ul , .katsudouSet_cross02 ul , .katsudouSet_cross03 ul , .katsudouSet_cross04 ul {
    width: 95%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}
.katsudouSet_cross01 ul li , .katsudouSet_cross02 ul li , .katsudouSet_cross03 ul li , .katsudouSet_cross04 ul li {
    width: calc(95%/2);
}


.gallerySet {
    text-align: left;
    display:-webkit-box;
    display:-moz-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
}
.gallerySet .gallery {
    display: inline-block;
    vertical-align: top;
    width: calc(83%/2);
    background: #fff;
    padding: 24px;
    margin: 0 1% 3% 1%;
    border-radius: 10px;
}
.gallerySet .gallery h3 {
    font-size: 18px;
    font-weight: 400;
    margin: 8px 0 16px 0;
}
.gallerySet .gallery h3 span {
    display: block;
    font-size: 14px;
    color: #61a0c9;
}
.gallerySet .gallery a.lb {
    padding: 0;
    text-align: center;
    display: block;
    border: none;
}
.gallerySet .gallery a {
    text-align: center;
    display: inline-block;
    font-size: 13px;
    padding:2px 16px;
    color: #825220;
    border: 1px solid #825220;
    border-radius: 100px;
}
.gallerySet .gallery a img {
    display: block;
  height: 240px;
   object-fit: cover;
    object-position: center;
}

/*タブ切り替え全体のスタイル*/
.tabs {
  padding-bottom: 40px;
  width: 1100px;
  margin: -20px auto 0 auto;
}

/*タブのスタイル*/
.tabs label.tab_item {
    width: calc(96.349%/3);
  height: 56px;
  background-color: #fff;
    border-radius: 4px;
  line-height: 56px;
  font-size: 20px;
  text-align: center;
  color: #565656;
    margin: 0 1% 0 0;
  display: inline-block;
  text-align: center;
  transition: all 0.2s ease;
    cursor: pointer;
}
.tabs label.tab_item:nth-child(3) {
    margin: 0;
}
.tab_item:hover {
  opacity: 0.9;
}

/*ラジオボタンを全て消す*/
input[name="tab_item"] {
  display: none;
}

/*タブ切り替えの中身のスタイル*/
.tab_content {
  display: none;
  padding: 40px 0;
  clear: both;
  overflow: hidden;
}


/*選択されているタブのコンテンツのみを表示*/
#comment01:checked ~ #comment01_content,
#comment02:checked ~ #comment02_content,
#comment03:checked ~ #comment03_content {
  display: block;
}

/*選択されているタブのスタイルを変える*/
.tabs input.tab01:checked + .tab_item {
  background-color: #539bbb;
  color: #fff;
}
.tabs input.tab02:checked + .tab_item {
  background-color: #cc717e;
  color: #fff;
}
.tabs input.tab03:checked + .tab_item {
  background-color: #bc9d1e;
  color: #fff;
}

#comment01_content h3 , #comment02_content h3 , #comment03_content h3 {
    position: relative;
  display: flex;
  justify-content: flex-start;
  width: 90%;
  height: 48px;
  line-height: 48px;
  margin: 0 auto;
  padding: 0 5%;
  color: #fff;
  font-size: 20px;
}
#comment01_content .box {
  background:
    linear-gradient(45deg, transparent 5px, #8db7b8 5px), linear-gradient(135deg, transparent 5px, #8db7b8 5px), linear-gradient(225deg, transparent 5px, #8db7b8 5px), linear-gradient(315deg, transparent 5px, #8db7b8 5px);
  background-position: bottom left, top left, top right, bottom right;
  background-size: 50% 50%;
  background-repeat: no-repeat;
}
#comment02_content .box {
  background:
    linear-gradient(45deg, transparent 5px, #e29372 5px), linear-gradient(135deg, transparent 5px, #e29372 5px), linear-gradient(225deg, transparent 5px, #e29372 5px), linear-gradient(315deg, transparent 5px, #e29372 5px);
  background-position: bottom left, top left, top right, bottom right;
  background-size: 50% 50%;
  background-repeat: no-repeat;
}
#comment03_content .box {
  background:
    linear-gradient(45deg, transparent 5px, #d9b81c 5px), linear-gradient(135deg, transparent 5px, #d9b81c 5px), linear-gradient(225deg, transparent 5px, #d9b81c 5px), linear-gradient(315deg, transparent 5px, #d9b81c 5px);
  background-position: bottom left, top left, top right, bottom right;
  background-size: 50% 50%;
  background-repeat: no-repeat;
}

#comment01_content h3::before , #comment02_content h3::before ,#comment03_content h3::before {
  content: "";
  display: inline-block;
  background: url("../img/icon_donguri01.png") no-repeat;
  background-size: cover;
  width: 35px;
  height: 35px;
  position: absolute;
  left: 16px;
  top: 5px;
}
/*
.commentSet {
    padding: 32px 0;
    margin: 0 0 0px 0;
    display: flex;
    flex-wrap: wrap;
    align-content:flex-start;
    border-bottom: 1px dotted #8f663c;
}
.commentSet p {
    width: 70%;
    font-size: 15px;
    margin: 0;
    line-height: 2.2em;
}
.commentSet p span {
    display: block;
    color: #b76658;
    font-weight: 600;
    margin: 0 0 8px 0;
}
.commentSet img {
    width: 25%;
}
*/

.serviceMv {
    height: 900px;
    position: relative;
    background: url("../img/service/bg_service02.png") #fff no-repeat;
    background-position: top right;
}
.serviceMv .serviceMvtree {
    width: 1005px;
    position: absolute;
    left: 0;
    top: 0;
}

.serviceMvtit {
    width: 1100px;
    margin: 0 auto;
    padding: 320px 0;
    position: relative;
}
.serviceMvtit h2 {
    position: relative;
    font-size: 30px;
    color: #92693d;
    line-height: 1.6em;
    padding: 0 0 0 140px;
    margin: 0;
}
.serviceMvtit h2 span {
    font-size: 50px;
    color: #92693d;
    display: block;
    margin: 0 0 24px 0;
}
.serviceMvtit h2 img {
    position: absolute;
    width: 240px;
    left: 260px;
    top: 200px;
}
.serviceMvtit .serviceMvnav {
    position: absolute;
    right: 0;
    bottom:8px;
    width: 75%;
}

.tooltip {
    cursor: pointer;
  width:calc(96%/3);
    height: 80px;
    display: flex;
    align-items: center;
    background: #f1f4bc;
    border-radius: 4px;
    margin: 0 0 1.5% 1%;
}
.tooltip a {
    position: relative;
    display: block;
        padding: 0 16px;
}
.tooltip p {
    margin:0;
    padding:0 0 0 28px;
    font-size: 16px;
    color: #92693d;
}
.serviceMvtit .serviceMvnav .description {
    display: none;
    position: absolute;
    right:8px;
    top: -340px;
    padding:48px 24px;
    font-size: 12px;
    text-align: center;
    line-height: 1.6em;
    border: 4px solid #d27500;
    border-radius: 16px;
    background: #fff;
    width: 360px;
    height: 160px;
}

.serviceMvtit .serviceMvnav .description h3 {
    font-size: 24px;
    color: #d27500;
    line-height: 1.4em;
    border-bottom: 1px solid #d27500;
    padding: 0 0 16px 0;
    margin: 0 0 16px 0;
}
.serviceMvtit .serviceMvnav .description h3 span {
    font-size: 14px;
    display: block;
    color: #d27500;
}
.serviceMvtit .serviceMvnav .description p {
    font-size: 16px;
    line-height: 1.5em;
    padding: 0;
    margin: 0;
}
.serviceMvtit .serviceMvnav .description p:before {
    display: none;
    
}
.serviceMvtit .serviceMvnav .serviceMvnavInner {
    display: flex;
    align-content:center;
}

.tooltip:hover .description {
    display: inline-block;
}

.serviceMvtit .serviceMvnav .serviceMvnavInner:first-child .tooltip:nth-child(1) a:before , .serviceMvtit .serviceMvnav .serviceMvnavInner:first-child .tooltip:nth-child(3) a:before , .serviceMvtit .serviceMvnav .serviceMvnavInner:last-child .tooltip:nth-child(2) a:before {
    content: "";
    display: inline-block;
    background: url("../img/icon_donguri01.png") no-repeat;
    background-size: cover;
    width: 34px;
    height: 34px;
    position: absolute;
    left:10px;
    top: -4px;
  }
.serviceMvtit .serviceMvnav .serviceMvnavInner:last-child .tooltip:nth-child(1) a:before , .serviceMvtit .serviceMvnav .serviceMvnavInner:last-child .tooltip:nth-child(3) a:before , .serviceMvtit .serviceMvnav .serviceMvnavInner:first-child .tooltip:nth-child(2) a:before   {
    content: "";
    display: inline-block;
    background: url("../img/icon_donguri02.png") no-repeat;
    background-size: cover;
    width: 34px;
    height: 34px;
    position: absolute;
    left:10px;
    top: -4px;
  }
.templateC .serviceMainimg {
    margin:24px 0 0 0;
}
    .templateCset p.templateLead {
        font-size: 15px;
        margin:0 0 16px 16px;
    } 
.templateCset p.templateLead span {
    display: block;
    font-weight: bold;
    font-size: 17px;
    padding: 8px 0 0 0;
    margin: 16px 8px 4px 8px;
}
.templateCset table.serviceInfo {
    width: 100%;
    border: 2px solid #ddda70;
    border-radius: 16px;
    border-collapse: separate;
    margin: 0 0 8px 0;
}
.templateCset table.serviceInfo td {
    padding: 16px;
    border-bottom: 1px solid #ddda70;
    vertical-align: middle;
}
.templateCset table.serviceInfo tr:last-child td {
    border-bottom: none;;
}
.templateCset table.serviceInfo tr td:first-child {
    background: #f6f4d2;
    font-size: 15px;
    font-weight: 600;
    width: 140px;
}

.templateCset table.serviceInfo ul {
    width: 85%;
    margin: 16px auto 32px auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: flex-end;
    text-align: center;
}
.templateCset table.serviceInfo ul li {
    width: calc(95%/2);
}
.templateCset table.serviceInfo ul li p {
    font-size: 14px;
    margin: 0 0 8px 0;
    line-height: 1.5em;
}
.templateCset table.serviceInfo p {
    margin:8px 0;
}
.templateCset table.serviceInfo p span {
    font-size: 14px;
}


.templateCset .katsudouList {
    display: flex;
    margin: 0 0 24px 0;
}
.templateCset .katsudouList div {
    display: inline-block;
    vertical-align: top;
    width: calc(79%/2);
    margin: 0 1% 3% 1%;
}
.templateCset .katsudouList div a {
    display: block;
}
.templateCset .katsudouList div.katsudouList_cross01 {
    background: #e3f6e4;
    border-radius: 8px;
    padding: 24px;
}
.templateCset .katsudouList div.katsudouList_cross02 {
    background: #fbe5ea;
    border-radius: 8px;
    padding: 24px;
}
.templateCset .katsudouList div.katsudouList_cross03 {
    background: #f2efd0;
    border-radius: 8px;
    padding: 24px;
}
.templateCset .katsudouList div.katsudouList_cross04 {
    background: #e5f3ff;
    border-radius: 8px;
    padding: 24px;
}
.templateCset .katsudouList div.katsudouList_cross01 h5 {
    font-size: 18px;
    color: #37993c;
    margin: 0 0 10px 0;
}
.templateCset .katsudouList div.katsudouList_cross02 h5 {
    font-size: 18px;
    color: #eb6d8f;
    margin: 0 0 10px 0;
}
.templateCset .katsudouList div.katsudouList_cross03 h5 {
    font-size: 18px;
    color: #c39312;
    margin: 0 0 10px 0;
}
.templateCset .katsudouList div.katsudouList_cross04 h5 {
    font-size: 18px;
    color: #0087c9;
    margin: 0 0 10px 0;
}
.templateCset .katsudouList div p {
    background: rgba(255,255,255,.5);
    border-radius: 8px;
    font-size: 14px;
    padding: 16px 0;
    margin: 8px 0 16px 0;
}
.templateCset p {
    font-size: 15px;
}

.katsudouSet_cross01 {
    background: #e3f6e4;
    border-radius: 10px;
    margin:0 0 32px 0;
    padding:24px;
}
.katsudouSet_cross02 {
    background: #fbe5ea;
    border-radius: 10px;
    margin:16px 0 32px 0;
    padding:24px;
}
.katsudouSet_cross03 {
    background: #f2efd0;
    border-radius: 10px;
    margin:16px 0 32px 0;
    padding:24px;
}
.katsudouSet_cross04 {
    background: #e5f3ff;
    border-radius: 10px;
    margin:16px 0 32px 0;
    padding:24px;
}

.katsudouSet_cross01 h5 , .katsudouSet_cross02 h5 , .katsudouSet_cross03 h5 ,.katsudouSet_cross04 h5 {
    font-size: 22px;
    line-height: 1.6em;
}
.katsudouSet_cross01 p , .katsudouSet_cross02 p , .katsudouSet_cross03 p , .katsudouSet_cross04 p {
    font-size: 15px;
    margin:0 0 24px 0;
    padding: 16px 32px 32px 32px;
    line-height: 1.8em;
    background: rgba(255,255,255,.5);
    border-radius: 10px;
}
.katsudouSet_cross01 p span , .katsudouSet_cross02 p span , .katsudouSet_cross03 p span , .katsudouSet_cross04 p span {
    font-weight: 600;
    display:block;
    width: auto;
    margin: 10px 0 0 0;
}
.katsudouSet_cross01 ul , .katsudouSet_cross02 ul , .katsudouSet_cross03 ul , .katsudouSet_cross04 ul {
    width: 95%;
    margin: 0 auto 16px auto;
    display: flex;
    justify-content: space-between;
}
.katsudouSet_cross01 ul li , .katsudouSet_cross02 ul li , .katsudouSet_cross03 ul li , .katsudouSet_cross04 ul li {
    width: calc(98%/2);
}
 

.mv_youtube {
  display: none;
  position: fixed;
    width: 320px;
    height: 180px;
  right: 1%;
  bottom: 2%;
  display: inline-block;
  text-decoration: none;
    z-index: 1000;
}

.recruitMv {
    position: relative;
  width: 100%;
  height:788px;
  overflow: hidden;
}
.recruitNav {
    display: none;
}
iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}
.recruitMv ul {
    position: absolute;
    bottom:0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    width: 1068px;
    margin: 0 auto;
    padding: 16px;
    display: flex;
    align-content: center;
    justify-content: space-between;
    text-align: center;
}
.recruitMv ul li {
    width: calc(95%/5);
}
.recruitMv ul li a {
    position: relative;
    display: block;
    background: #f1f4bc;
    padding: 16px 16px 16px 4px;
    border-radius: 4px;
    color: #825220;
    border: 4px solid #fff;
    border-radius: 4px;
}
.recruitMv ul li:nth-child(odd) a:before {
    content: "";
    display: inline-block;
    background: url("../img/icon_donguri01.png") no-repeat;
    background-size: cover;
    width: 34px;
    height: 34px;
    position: absolute;
    left: 16px;
    top: 10px;
  }
.recruitMv ul li:nth-child(even) a:before {
    content: "";
    display: inline-block;
    background: url("../img/icon_donguri02.png") no-repeat;
    background-size: cover;
    width: 34px;
    height: 34px;
    position: absolute;
    left: 16px;
    top: 10px;
}

.templateD {
    width:1036px;
    margin: 0 auto 32px auto;
    background: #fff;
    border-radius: 10px;
    padding: 32px;
}


.messageArea {
    width: 1100px;
    margin: -64px auto 48px auto;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.messageArea .messageTxt {
    width: 720px;
    margin: 0;
    text-align: center;
}
.messageArea .messageTxt img {
    width: 90%;
    margin: 0 auto;
}
.messageArea .messageTxt p {
    line-height: 2.2em;
    text-align: left;
}
.messageArea .messageImg {
    width:300px;
    text-align: center;
    margin: 0;
}
.messageArea .messageImg p {
    font-size: 18px;
    margin: 8px 0 0 0;
    letter-spacing: 2px;
}

.entryLink a {
    display: block;
    text-align: center;
    background:#C94E70;
    color: #fff;
    font-size: 18px;
    padding: 16px 0;
    border-radius: 8px;
}


@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }
  .sp {
    display: none;
  }
  .tab , .tab2 {
    display: block;
    }
  /*　ハンバーガーボタン　*/
  .hamburger {
    display: block;
    position: fixed;
    z-index: 3;
    right: 13px;
    bottom: 32px;
    width: 45px;
    height: 45px;
    border-radius: 4px;
    cursor: pointer;
    text-align: center;
    background: #29923d;
  }
  .hamburger span {
    display: block;
    position: absolute;
    width: 30px;
    height: 3px;
    top: 0;
    left: 8px;
    margin: 0 auto;
    background: #fff;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  .hamburger span:nth-child(1) {
    top: 11px;
  }
  .hamburger span:nth-child(2) {
    top: 21px;
  }
  .hamburger span:nth-child(3) {
    top: 31px;
  }
  .hamburger p {
    position: absolute;
    bottom: -22px;
    left: 0;
    right: 0;
    margin: auto;
    font-weight: 600;
    font-size: 13px;
    color: #29923d;
  }
  /* ナビ開いてる時のボタン */
  .hamburger.active span:nth-child(1) {
    top: 21px;
    left: 8px;
    background: #fff;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .hamburger.active span:nth-child(2), .hamburger.active span:nth-child(3) {
    top: 21px;
    background: #fff;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
  }
header nav.globalMenuSp {
    position: fixed;
    z-index: -1;
    top: 0;
    left: 0;
    color: #fff;
    background: #fffbed;
    text-align: center;
    width: 100%;
    height: 100vh;
    opacity: 0;
    transition: opacity .6s ease, visibility .6s ease;
  }
  nav.globalMenuSp ul  {
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    margin: 0 auto;
    padding: 0;
    width: 100%;
  }
  nav.globalMenuSp ul li {
    list-style-type: none;
    padding: 0;
    width: 100%;
    transition: .4s all;
  }
  nav.globalMenuSp ul li:last-child {
    padding-bottom: 0;
  }
  nav.globalMenuSp ul li a {
    display: block;
    color: #6e4c2c;
    font-size: 20px;
    padding: 1em 0;
    font-weight: 600;
    text-decoration: none;
  }
  nav.globalMenuSp ul li a span {
    font-size: 15px;
      margin: 0 8px 0 0;
  }
  nav.globalMenuSp ul li:nth-child(1) a span {
    color: #bda018;
  }
  nav.globalMenuSp ul li:nth-child(1) a span {
    color: #bda018;
  }
  nav.globalMenuSp ul li:nth-child(2) a span {
    color: #9b7b30;
  }
  nav.globalMenuSp ul li:nth-child(3) a span {
    color: #8bc363;
  }
  nav.globalMenuSp ul li:nth-child(4) a span {
    color: #b76658;
  }
  nav.globalMenuSp ul li:nth-child(5) a span {
    color: #e588af;
  }
  nav.globalMenuSp ul li:nth-child(6) a span {
    color: #61a0c9;
  }
  nav.globalMenuSp ul li:nth-child(7) a span {
    color: #4869C1;
  }
  /* このクラスを、jQueryで付与・削除する */
  nav.globalMenuSp.active {
    opacity: 100;
      z-index: 2;
  }
  /* ヘッダー */
  header {
    width: 100%;
    height: auto;
    background: url("../img/bg_main_sp.jpg") no-repeat;
    background-size: cover;
    background-position: center center;
    position: relative;
  }
  header .headInner {
    width: 80%;
    margin: 0 auto;
    clear: both;
  }
  header .headInner .mainwood {
    width: 100%;
    margin: 0 auto;
    padding: 0 0 40px 0;
    float: none;
  }
  header .headInner .mainTit {
    width: 80%;
    margin: 0 auto;
    padding: 50px 0 0 0;
    float: none;
  }
  header .headInner .mainTit h1 {
    width: 100%;
    margin: 0 auto;
    padding: 0;
  }
  header .headInner .mainTit nav {
    display: none;
  }
  /* 沿革　*/
  .set01 {
    position: relative;
    z-index: 0;
    padding: 0 0 64px 0;
    background: url("../img/bg_green.jpg");
  }
  .set01Inner {
    width: 90%;
    margin: 0 auto;
    padding: 72px 0;
  }
.underInner {
  width: 90%;
  margin:0 auto;
  padding: 0;
}
  .set01Inner .sectionTit01 h2 {
    font-size: 24px;
    margin: 0 0 64px 0;
    letter-spacing: 1.5px;
    color: #2d893f;
  }
  .set01Inner .sectionTit02 img {
    width: 180px;
    position: absolute;
    top: -140px;
    right: 0%;
  }
  .set01Inner .sectionTit02 h3 {
    display: flex;
    justify-content: flex-start;
    width: 84%;
    height: 48px;
    line-height: 48px;
    margin: 0 auto;
    padding: 0 8%;
    color: #6e4c2c;
    font-size: 20px;
  }
.underInner .sectionTit03 h3 , .underInner .sectionTit04 h3 {
    display: flex;
    justify-content: flex-start;
    width: 84%;
    height: 48px;
    line-height: 48px;
    margin: 0 auto;
    padding: 0 8%;
    font-size: 20px;
  }
  .set01Inner .sectionTit02 h3:before , .underInner .sectionTit03 h3:before {
    content: "";
    display: inline-block;
    background: url("../img/icon_donguri01.png") no-repeat;
    background-size: cover;
    width: 30px;
    height: 30px;
    position: absolute;
    left: 16px;
    top: 8px;
  }
.underInner .sectionTit04 h3:before {
    content: "";
    display: inline-block;
    background: url("../img/icon_donguri02.png") no-repeat;
    background-size: cover;
    width: 30px;
    height: 30px;
    position: absolute;
    left: 16px;
    top: 8px;
  }
  .set01Inner ul {
    position: relative;
    margin: 32px 0;
  }
  .set01Inner ul li {
    font-size: 16px;
    position: relative;
    z-index: 1;
  }
  .set01Inner ul li span {
    width: 100px;
    display: inline-block;
    text-align: right;
    margin: 0 24px 0 0;
    font-weight: 600;
    color: #d27900;
  }
  .set01Inner ul img.img_top01 {
    width: 60%;
    position: absolute;
    right: 0;
    z-index: 0;
  }
  .set01Inner ul img.img_top02 {
    width: 60%;
    position: absolute;
    left: 0;
    top: 400px;
    opacity: .7;
  }
  .set01Inner ul img.img_top03 {
    width: 70%;
    position: absolute;
    right: 0;
    bottom: 0;
  }
  /* ご挨拶 */
  .set02 .sectionTit02 {
    width: 90%;
    margin: 0 auto;
  }
  .set02 {
    position: relative;
    z-index: 1;
    background: url("../img/bg_green02.jpg");
    border-radius: 2000px 2000px 0 0 / 300px 300px 0 0;
    margin: -100px -5% 0 -5%;
    padding: 100px 5% 88px 5%;
  }
  .set02Inner .sectionTit02 h3 {
    display: flex;
    justify-content: flex-start;
    width: 84%;
    height: 48px;
    line-height: 48px;
    margin: 0 auto;
    padding: 0 8%;
    color: #6e4c2c;
    font-size: 22px;
  }
  .set02Inner .sectionTit02 h3:before {
    content: "";
    display: inline-block;
    background: url("../img/icon_donguri02.png") no-repeat;
    background-size: cover;
    width: 30px;
    height: 30px;
    position: absolute;
    left: 16px;
    top: 8px;
  }
  .greetingSet {
    width: 90%;
    margin: 24px auto 0 auto;
    display: block;
      text-align: center;
  }
  .greetingSet .greetingImg {
    width: 100%;
    margin: 0;
      text-align: center;
  }
    .greetingSet .greetingImg img {
        width: 240px;
    }
  .greetingSet .greetingImg ul {
    text-align: center;
    margin: 8px 0 0 0;
  }
  .greetingSet .greetingImg ul li:first-child {
    font-size: 14px;
  }
  .greetingSet .greetingImg ul li:first-child span {
    color: #cd8d8e;
    margin: 0 8px 0 0;
  }
  .greetingSet .greetingImg ul li:last-child {
    font-size: 18px;
  }
    .greetingSet .greetingTxt {
        text-align: left;
        width: 95%;
        margin: 0 auto 40px auto;
    }
  .greetingSet .greetingTxt p {
    line-height: 2em;
  }
  /* 関係者のコメント */
  .set03 .set03Inner {
    width: 90%;
    margin: 0 auto;
    padding: 80px 0 64px 0;
  }
  .set03Inner .sectionTit02 h3 {
    width: 92%;
    height: 48px;
    line-height: 48px;
    margin: 0 auto;
    padding: 0 4%;
    color: #fff;
    font-size: 20px;
  }
  .commentSet {
    margin: 40px 0 0 0;
    display: block;
    justify-content: space-around;
    align-content: center;
    text-align: center;
  }
  .commentSet div {
    margin: 0 auto 40px auto;
    width: calc(90%/1);
    position: relative;
  }
  .commentSet div .commentTit {
    position: absolute;
    right: -5%;
    top: -2%;
    border-radius: 50% 50% 50% 70%/50% 50% 70% 60%;
    width: 90px;
    height: 80px;
    text-align: center;
  }
  .commentSet div .commentTit p {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    margin: 26px 0 0 0;
  }
    .commentSet div .commentTxt {
        padding: 0 0 24px 0;
    }
    
    
  /* 情報公開〜*/
  .set04 {
    background: #fffbed;
    padding: 64px 0 150px 0;
  }
  .set04 .set04Inner {
    width: 90%;
    margin: 0 auto 64px auto;
  }
  .set04Inner .sectionTit02 h3 {
    width: 92%;
    height: 48px;
    line-height: 48px;
    margin: 0 auto;
    padding: 0 4%;
    color: #fff;
    font-size: 20px;
  }
  .infoSet {
    width: 95%;
    margin: 32px auto 0 auto;
    padding: 0 0 2px 0;
  }
  .infoSet h3 {
    color: #2c993e;
    margin: 0 0 16px -2%;
    font-size: 18px;
  }
  .infoSet h4 {
    font-size: 16px;
    border-bottom: 1px solid #ddd;
    padding: 10px 0;
    margin: 0 0 10px 0;
    font-weight: 400;
  }
  .infoSet h4 span {
    color: #d16d00;
    font-size: 15px;
    margin: 0 8px 0 0;
  }
  .infoSet p {
    line-height: 1.8em;
    margin: 0 0 40px 0;
  }
  .infoSet ul {
    border: 2px solid #d38d22;
    border-radius: 10px;

  }
  .infoSet ul li {
    padding: 10px 16px;
    border-bottom: 1px solid #d38d22;
  }
  .set04Inner ul.backnumber {
      width: 95%;
      margin: 0 auto;
    background: none;
    border: none;
  }
  .set04Inner ul.backnumber li {
    border-top: 1px dotted #222222;
    border-bottom: none;
  }
    .set04Inner ul.backnumber li:first-child {
        border-top: none;
        margin:10px 0 0 0;
    }
  .set04Inner ul.backnumber li a {
    display: block;
    padding: 1px 0;
    font-size: 15px;
    color: #D27402;
    text-decoration: underline;
  }
  /* アクセス */
  .mapSet {
    width: 89%;
    margin: 40px auto;
    padding: 32px 24px;
    background: #f6e7d0;
  }
  .mapSet ul {
    display: flex;
  }
  .mapSet ul li {
    margin: 0 24px 0 0;
  }
  .mapSet ul li h4 {
    font-size: 18px;
    color: #2c993e;
  }
  .mapArea {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    margin: 32px 0 0 0;
    padding: 0;
  }
  .mapArea .map {
    width: 50%;
  }
  .mapArea .map a {
    display: block;
    text-align: right;
    font-size: 13px;
    color: #000;
    text-decoration: underline;
  }
  .mapArea ul {
    display: block;
    margin: 0;
    width: 45%;
  }
  .mapArea ul li {
    margin: 0 0 8px 0;
    font-size: 14px;
  }
  .mapArea ul li span {
    margin: 0 10px 0 0;
    font-size: 14px;
  }
  .mapInfo {
    margin: 40px 0 0 0;
    text-align: center;
  }
  .mapInfo div {
    display: inline-block;
    vertical-align: top;
    width: 45%;
    text-align: left;
    margin: 0 2%;
  }
  .mapInfo div h5 {
    font-size: 15px;
    margin: 0 0 10px 0;
  }
  .mapInfo div h5 span {
    color: #ffcd03;
  }
  .mapInfo div p {
    font-size: 12px;
    line-height: 2em;
    margin: 0 0 20px 0;
  }
  .mapInfo div p span {
    display: block;
    font-weight: 500;
    font-size: 14px;
  }
  /* フッター */
  footer {
    background: url("../img/bg_footer.png") no-repeat;
    background-size: cover;
    background-position: center top;
    margin: -120px 0 0 0;
  }
  .footInner {
    width: 90%;
    padding: 120px 0 0 0;
  }
  .footInner ul.snsArea {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .footInner ul.snsArea li {
    width: calc(94%/5);
  }
  .footInner .footnaviArea {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 56px 0 0 0;
    padding: 0 0 56px 0;
  }
  .footInner .footnaviArea ul {
    width: 17%;
  }
  .footInner .footnaviArea ul li a {
    display: block;
    padding: 0 0 5px 0;
    margin: 0 0 0 24px;
    color: #6e4c2c;
  }
  .footInner .footnaviArea ul li.first-child a {
    margin: 0;
  }
  .footInner .footnaviArea ul li:first-child, .footInner .footnaviArea ul li.first-child {
    font-size: 16px;
    line-height: 1.2em;
    margin: 0 0 8px 0;
    padding: 0 0 8px 0;
    border-bottom: 1px solid #6e4c2c;
    color: #6e4c2c;
  }
  .footInner .footnaviArea ul li.first-child {
    padding: 24px 0 8px 0;
  }
  .footInner .footnaviArea ul li:first-child span, .footInner .footnaviArea ul li.first-child span {
    font-size: 14px;
    margin: 0 10px 0 0;
  }
  .footInner p.copy {
    font-size: 12px;
    text-align: center;
    padding: 0 0 40px 0;
  }
    
    
    
header.underhead .underheadInner {
    width: 90%;
    margin: 0 auto;
    padding: 8px 0;
}
header.underhead .underheadInner h1 {
    width: 240px;
    margin: 0 auto 0 0;
}
header.underhead nav.underNav {
    display: none;
}

.undertitInner {
    width: 100%;
    height: 220px;
    background: url("../img/bg_underTit.jpg") no-repeat;
    background-size: cover;
    background-position: left bottom;
}
.undertitInner p {
    width: 90%;
    margin: 8px auto 0 auto;
    font-size: 14px;
    color: #8F653B;
}
.undertitInner ul {
    width: 90%;
    margin: 0 auto;
    padding:0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.undertitInner ul li {
    color: #8f653c;
    margin: 0 16px 0 0;
    font-size: 16px;
    font-weight: 600;
    padding: 56px 0 0 0;
}
.undertitInner ul li h2 {
    font-size: 32px;
    color: #8f653c;
}
.undertitInner ul li h2 span {
    display: inline-block;
    vertical-align: middle;
    font-size: 15px;
    margin: 0 8px 0 0;
}

.underContents {
    background: url("../img/bg_green.jpg") repeat;
    background-size:auto;
    padding: 0 0 200px 0;
}
.templateInner {
    width: 90%;
    margin: -16px auto 0 auto;
}
.templateInner .leftContents {
    width: 65%;
}
.templateInner .leftContents ul {
    border-bottom: 1px dotted #8f663c;
    padding: 0 0 24px 0;
    margin: 0 0 24px 0;
    overflow: hidden;
    height: 100px;
}

.templateInner .leftContents ul a {
    display: block;
}
.templateInner .leftContents ul a li:first-child {
    font-size: 15px;
    font-weight: 600;
    color: #b76658;
    margin: 0 0 8px 0;
}
.templateInner .leftContents ul a li:last-child {
    font-size: 16px;
    line-height: 2em;
    color: #6e4c2c;
    font-weight: 400;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.templateInner .sideContents {
    width: 30%;
    margin: 0 0 0 5%;
}
.templateInner .sideContents .sideSet h3 {
    position: relative;
    display:flex;
background: #ddd95c;
    border-radius: 6px;
    font-size: 18px;
    padding: 16px 16px 16px 50px;
}
.templateInner .sideContents .sideSet:nth-child(2) {
    margin: 40px 0 0 0;
}
.templateInner .sideContents .sideSet h3:before {
    content: "";
    display: inline-block;
    background: url("../img/icon_donguri01.png") no-repeat;
    background-size: cover;
    width: 32px;
    height: 32px;
    position: absolute;
    left: 16px;
    top: 12px;
  }
.templateInner .sideContents .sideSet:nth-child(2) h3:before {
    content: "";
    display: inline-block;
    background: url("../img/icon_donguri02.png") no-repeat;
    background-size: cover;
    width: 32px;
    height: 32px;
    position: absolute;
    left: 16px;
    top: 12px;
  }

.templateInner .sideContents .sideSet ul li a {
    position: relative;
    width: 84%;
    display: inline-block;
    font-size: 15px;
    background: #fff;
    border-radius: 8px;
    color: #8f663c;
    padding: 16px 8%;
}
.templateInner .sideContents .sideSet ul li a span {
    position: absolute;
    right: 8%;
   top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    color: #8f663c;
    font-size: 14px;
}

.templateInner .leftContents .pager ul.pagination {
  text-align: center;
    border-bottom: none;
    padding: 32px 0 0 0;
}

.templateInner .leftContents .pager ul.pagination li {
  display: inline;
  margin: 0 2px;
  padding: 0;
  display: inline-block;
  background:#fbfbe9;
  width: 45px;
  height: 45px;
  text-align: center;
  position: relative;
  border-radius: 50px;
}


.templateInner .leftContents .pager ul.pagination li a{
  vertical-align: middle;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  display:table;
  color: #735331;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all  0.3s ease;
}

.templateInner .leftContents .pager ul.pagination li a span{
  display:table-cell;
  vertical-align:middle;
}

.templateInner .leftContents .pager ul.pagination li a:hover,
.templateInner .leftContents .pager ul.pagination li a.active{
  color: #735331;
  background: #ddd95a;
  border-radius: 50px;
}   
    
.kashinokiTokushoku div {
    width: calc(78%/2);
    display:inline-block;
    vertical-align: top;
    padding: 24px;
    margin: 0 1% 3% 1%;
    border-radius: 16px;
}
    .kashinokiTokushoku div img {
        width: 100%;
    }    
    
.kashinokiTokushoku div h5 {
    font-size: 18px;
    margin: 0 0 16px 0;
}
.kashinokiTokushoku div p {
    margin: 8px 0 0 0;
    font-size: 14px;
}

    
.underInner p.phoneNumber {
    font-size: 24px;
    margin: 24px 0 56px 24px;
}
.underInner p.phoneNumber span {
    font-size: 14px;
}

.underInner iframe {
    width: 100%;
    height: 600px;
    margin: 24px 0 0 0;
    
} 
    
    
.activityMv {
    height:800px;
    background: url("../img/bg_activity.gif") #fff no-repeat;
    background-size:95%;
    background-position: center bottom;
    border-top: 1px solid #28923D;
}
.activityMv .activityMvInner {
    width: 90%;
    position: relative;
    margin:0 auto;
    padding:40px 0 0 0;
}
.activityMv .activityMvInner h2 {
    color: #22998d;
    font-size: 32px;
    line-height: 1.4em;
    letter-spacing: 1.5px;
}
.activityMv .activityMvInner p {
    font-size: 13px;
    margin: 32px 0 0 0;
    line-height: 2.2em;
    position: relative;
    z-index: 0;
}
.activityMv .activityMvInner ul {
    position: absolute;
    top:40px;
    right: 0;
    width: 220px;
}
.activityMv .activityMvInner ul li {
    margin: 0 0 12px 0;
}
.activityMv .activityMvInner ul li a {
    position: relative;
    display: block;
    padding: 20px 24px 20px 48px;
    background: #f1f4bc;
    border-radius: 4px;
    font-size: 16px;
    color: #92693d;
}
.activityMv .activityMvInner ul li:nth-child(odd) a:before {
    content: "";
    display: inline-block;
    background: url("../img/icon_donguri01.png") no-repeat;
    background-size: cover;
    width:30px;
    height: 30px;
    position: absolute;
    left: 16px;
    top: 14px;
  }
.activityMv .activityMvInner ul li:nth-child(even) a:before {
    content: "";
    display: inline-block;
    background: url("../img/icon_donguri02.png") no-repeat;
    background-size: cover;
    width:30px;
    height: 30px;
    position: absolute;
    left: 16px;
    top: 14px;
  }


.activityMv .activityMvInner .hoverArea {
    display: none;
}


.templateB , .templateC {
    width:80%;
    margin: 56px auto 24px auto;
    background: #fff;
    border-radius: 10px;
    padding: 32px 5%;
}
.templateB h3 , .templateC h3, .templateD h3 {
    position: relative;
  display: flex;
  justify-content: flex-start;
  width: 86%;
  height: 48px;
  line-height: 48px;
  margin: 0 auto;
  padding: 0 5% 0 9%;
  color: #6e4c2c;
  font-size: 20px;
}

.templateB h4  {
    font-size: 18px;
    color: #ca4e70;
    border-bottom: 1px solid #ca4e70;
    padding: 32px 0 8px 10px;
}
.templateB .templateBset {
    display: block;
    align-items: flex-start;
    justify-content: center;
    margin: 24px 0 0 0;
    text-align: center;
}
.templateB .templateBset p {
    width: 100%;
    font-size: 15px;
    line-height: 2.2em;
    margin: 0 auto;
    text-align: left;
}
.templateB .templateBset img {
    width: 100%;
    margin: 40px auto 0 auto;
}      
    

.gallerySet .gallery {
    display: inline-block;
    vertical-align: middle;
    width: calc(83%/2);
    background: #fff;
    padding: 3%;
    margin: 0 1% 3% 1%;
    border-radius: 10px;
}
.gallerySet .gallery h3 {
    font-size: 17px;
    font-weight: 400;
    margin: 4px 0 10px 0;
}
.gallerySet .gallery a {
    text-align: center;
    display: inline-block;
    font-size: 13px;
    padding:1px 14px;
    color: #825220;
    border: 1px solid #825220;
    border-radius: 100px;
}
.gallerySet .gallery a img {
    width: 100%;
  height: 140px;
   object-fit: cover;
}   
    
    

/*タブ切り替え全体のスタイル*/
.tabs {
  padding-bottom: 40px;
  width: 90%;
  margin: 0 auto;
}

/*タブのスタイル*/
.tabs label.tab_item {
    width: calc(95.5%/3);
  height: 48px;
  background-color: #fff;
    border-radius: 4px;
  line-height: 48px;
  font-size: 18px;
  text-align: center;
  color: #565656;
    margin: 0 1% 0 0;
  display: inline-block;
  text-align: center;
  transition: all 0.2s ease;
    cursor: pointer;
}
.tabs label.tab_item:nth-child(3) {
    margin: 0;
}
.tab_item:hover {
  opacity: 0.9;
}

/*ラジオボタンを全て消す*/
input[name="tab_item"] {
  display: none;
}

/*タブ切り替えの中身のスタイル*/
.tab_content {
  display: none;
  padding:32px 0 40px 0;
  clear: both;
  overflow: hidden;
}

/*
#comment01_content h3 , #comment02_content h3 , #comment03_content h3 {
    position: relative;
  display: flex;
  justify-content: flex-start;
  width: 86%;
  height: 48px;
  line-height: 48px;
  margin: 0 auto;
  padding: 0 5% 0 8%;
  color: #fff;
  font-size: 20px;
    }

#comment01_content h3::before , #comment02_content h3::before ,#comment03_content h3::before {
  content: "";
  display: inline-block;
  background: url("../img/icon_donguri01.png") no-repeat;
  background-size: cover;
  width: 32px;
  height: 32px;
  position: absolute;
  left: 16px;
  top: 5px;
}

.commentSet {
    padding: 32px 0;
    margin: 0 0 0px 0;
    display: flex;
    flex-wrap: wrap;
    align-content:flex-start;
    border-bottom: 1px dotted #8f663c;
}
  */  
    
.serviceMv {
    max-height: 556px;
    position: relative;
    background: url("../img/service/bg_service02.png") #fff no-repeat;
    background-size:contain;
    background-position: top right;
}
.serviceMv .serviceMvtree {
    width: 100%;
    max-width:620px;
    position: absolute;
    left: 0;


}
.serviceMvtit {
    width: 100%;
    margin: 0 auto;
    padding: 240px 0 210px 0;
    position: relative;
}
.serviceMvtit h2 {
    position: relative;
    font-size: 20px;
    color: #92693d;
    line-height: 1.6em;
    padding: 0 0 0 15%;
    margin: 0;
}
.serviceMvtit h2 span {
    font-size:32px;
    color: #92693d;
    display: block;
    margin: 0 0 24px 0;
}
.serviceMvtit h2 img {
    position: absolute;
    width: 28%;
    left: 120px;
    top: 140px;
}
.serviceMvtit .serviceMvnav {
    position: absolute;
    right: 3%;
    bottom:5%;
    width: 35%;
    min-width: 240px;
    display: block;
}
.serviceMvtit .serviceMvnav .serviceMvnavInner {
    display: block;
}
.tooltip {
    cursor: pointer;
  width:calc(100%/1);
    height: 55px;
    background: #f1f4bc;
    border-radius: 4px;
    margin: 0 0 3% 0;
}
.tooltip a {
    display: block;
        padding: 16px 16px;

}
.tooltip p {
    margin:0;
    padding:0 0 0 28px;
    font-size: 14px;
    color: #92693d;
    position: relative;
    }

.tooltip:hover .description {
    display:none;
}

.serviceMvtit .serviceMvnav .serviceMvnavInner:first-child .tooltip:nth-child(1) a:before ,.serviceMvtit .serviceMvnav .serviceMvnavInner:first-child .tooltip:nth-child(3) a:before ,.serviceMvtit .serviceMvnav .serviceMvnavInner:last-child .tooltip:nth-child(2) a:before {
    content: "";
    display: inline-block;
    background: url("../img/icon_donguri01.png") no-repeat;
    background-size: cover;
    width: 34px;
    height: 34px;
    position: absolute;
    left:10px;
    top: 10%;
  }
.serviceMvtit .serviceMvnav .serviceMvnavInner:first-child .tooltip:nth-child(2) a:before , .serviceMvtit .serviceMvnav .serviceMvnavInner:last-child .tooltip:nth-child(1) a:before ,.serviceMvtit .serviceMvnav .serviceMvnavInner:last-child .tooltip:nth-child(3) a:before {
    content: "";
    display: inline-block;
    background: url("../img/icon_donguri02.png") no-repeat;
    background-size: cover;
    width: 34px;
    height: 34px;
    position: absolute;
    left:10px;
    top: 10%;
  }    
    
    
.mv_youtube {
    width: 280px;
    height: 160px;
}
.recruitMv {
    position: relative;
    height:394px;
}
.recruitNav {
    display: block;
    background: #fff;
    text-align: center;
    padding: 2% 0;
}
.recruitMv ul {
    display: none;
}
.recruitMv ul li , .recruitNav ul li {
    width: calc(91%/3);
    display: inline-block;
    margin:1%;
}
.recruitMv ul li a, .recruitNav ul li a {
    position: relative;
    display: block;
    background: #f1f4bc;
    padding: 12px 12px 12px 20px;
    border-radius: 4px;
    color: #825220;
    font-size: 15px;
}
.recruitMv ul li:nth-child(odd) a:before , .recruitNav ul li:nth-child(odd) a:before {
    content: "";
    display: inline-block;
    background: url("../img/icon_donguri01.png") no-repeat;
    background-size: cover;
    width: 32px;
    height: 32px;
    position: absolute;
    left: 16px;
    top: 8px;
  }
.recruitMv ul li:nth-child(even) a:before , .recruitNav ul li:nth-child(even) a:before {
    content: "";
    display: inline-block;
    background: url("../img/icon_donguri02.png") no-repeat;
    background-size: cover;
    width: 32px;
    height: 32px;
    position: absolute;
    left: 16px;
    top: 8px;
  }

.templateD {
    width:80%;
    margin: 0 auto 32px auto;
    background: #fff;
    border-radius: 10px;
    padding: 32px 5%;
}

.messageArea {
    width:90%;
    margin: -32px auto 48px auto;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.messageArea .messageTxt {
    width: 70%;
    margin: 0;
    text-align: center;
}
.messageArea .messageTxt img {
    width: 90%;
    margin: 0 auto;
}
.messageArea .messageTxt p {
    line-height: 2em;
    text-align: left;
}
.messageArea .messageImg {
    width:30%;
    text-align: center;
    margin: 0;
}
.messageArea .messageImg p {
    font-size: 16px;
    margin: 8px 0 0 0;
    letter-spacing: 2px;
}
    

}
@media screen and (max-width: 480px) {
 .tab {
        display: none;
    }
.sp , .tab2 {
  display: block;
}
  /* ヘッダー */
  header {
    width: 100%;
    height: auto;
    background: url("../img/bg_main_sp.jpg") no-repeat;
    background-size: cover;
    position: relative;
  }
  header .headInner {
    width: 90%;
    margin: 0 auto;
    clear: both;
  }
  header .headInner .mainwood {
    width: 80%;
    margin: 0 auto;
    padding: 0 0 32px 0;
    float: none;
  }
  header .headInner .mainTit {
    width: 100%;
    margin: 0 auto;
    padding: 30px 0 0 0;
    float: none;
  }
  header .headInner .mainTit nav {
    display: none;
  }
  /* 沿革　*/
  .set01 {
    position: relative;
    z-index: 0;
    padding: 0 0 64px 0;
    background: url("../img/bg_green.jpg");
  }
  .set01Inner {
    width: 90%;
    margin: 0 auto;
    padding: 64px 0;
  }
    .underInner {
        width: 90%;
        margin: 0 auto;
        padding:32px 0 0 0;
    }
  .set01Inner .sectionTit01 h2 {
    font-size: 24px;
    margin: 0 0 40px 0;
    letter-spacing: 1.5px;
    line-height: 1.6em;
    color: #2d893f;
  }

  .set01Inner .sectionTit02 img {
    width: 130px;
    position: absolute;
    top: -160px;
    right: 0%;
  }
  .set01Inner .sectionTit02 h3 , .underInner .sectionTit03 h3 , .underInner .sectionTit04 h3{
    display: flex;
    justify-content: flex-start;
    width: 82%;
    height: 48px;
    line-height: 48px;
    margin: 0 auto;
    padding: 0 2% 0 12%;
    font-size: 18px;
  }
  .set01Inner ul {
      width: 95%;
    position: relative;
    margin: 24px auto;
  }
  .set01Inner ul li {
    font-size: 13px;
      display: block;
    margin: 0;
    position: relative;
    z-index: 1;
  }
  .set01Inner ul li span {
      display: block;
      width: 100%;
    text-align: left;
    margin: 0 auto 8px auto;
      padding: 0 0 4px 0;
    font-size: 14px;
    font-weight: 600;
    color: #d27900;
      border-bottom: 1px solid  #d27900;
  }
  .set01Inner ul img.img_top01 {
    width: 90%;
    position: absolute;
    right: 0;
    z-index: 0;
  }
  .set01Inner ul img.img_top02 {
    width: 80%;
    position: absolute;
    left: 0;
    top: 400px;
    opacity: .7;
  }
  .set01Inner ul img.img_top03 {
    width: 100%;
    position: absolute;
    right: 0;
    bottom: 0;
  }
  /* ご挨拶 */
  .set02 {
    position: relative;
    z-index: 1;
    background: url("../img/bg_green02.jpg");
    border-radius: 2000px 2000px 0 0 / 300px 300px 0 0;
    margin: -100px -5% 0 -5%;
    padding: 72px 5% 64px 5%;
  }
  .set02Inner .sectionTit02 h3 {
    display: flex;
    justify-content: flex-start;
    width: 68%;
    height: 48px;
    line-height: 48px;
    margin: 0 auto;
    padding: 0 16%;
    color: #6e4c2c;
    font-size: 20px;
  }
  .set02Inner .sectionTit02 h3:before {
    content: "";
    display: inline-block;
    background: url("../img/icon_donguri02.png") no-repeat;
    background-size: cover;
    width: 30px;
    height: 30px;
    position: absolute;
    left: 16px;
    top: 8px;
  }
  .greetingSet {
    width: 90%;
    margin: 32px auto 0 auto;
    display: block;
  }
  .greetingSet .greetingImg {
    width: 95%;
    margin: 0 auto 24px auto;
  }
  .greetingSet .greetingImg ul {
    text-align: center;
    margin: 8px 0 0 0;
  }
  .greetingSet .greetingImg ul li:first-child {
    font-size: 14px;
  }
  .greetingSet .greetingImg ul li:first-child span {
    color: #cd8d8e;
    margin: 0 8px 0 0;
  }
  .greetingSet .greetingImg ul li:last-child {
    font-size: 16px;
  }
  .greetingSet .greetingTxt p {
    font-size: 15px;
    line-height: 2em;
  }
  /* 関係者のコメント */
  .set03 .set03Inner {
    width: 90%;
    margin: 0 auto;
    padding: 64px 0 48px 0;
  }
  .set03Inner .sectionTit02 h3 {
    width: 86%;
    height: 48px;
    line-height: 48px;
    margin: 0 auto;
    padding: 0 6%;
    color: #fff;
    font-size: 18px;
  }
  .commentSet {
    margin: 40px 0 0 0;
    display: block;
    justify-content: space-around;
    align-content: center;
    text-align: center;
  }
  .commentSet div {
    margin: 0 auto 32px auto;
    width: calc(95%/1);
    position: relative;
  }
  .commentSet div .commentTit {
    position: absolute;
    right: 0%;
    bottom: -15%;
    border-radius: 50% 50% 50% 70%/50% 50% 70% 60%;
    width: 100px;
    height: 90px;
    text-align: center;
  }
  .commentSet div .commentTit p {
    color: #fff;
    font-size: 17px;
    font-weight: 600;
    margin: 32px 0 0 0;
  }
  /* 情報公開〜*/
  .set04 {
    background: #fffbed;
    padding: 64px 0 150px 0;
  }
  .set04 .set04Inner {
    width: 90%;
    margin: 0 auto 56px auto;
  }
  .set04Inner .sectionTit02 h3 {
    width: 88%;
    height: 48px;
    line-height: 48px;
    margin: 0 auto;
    padding: 0 6%;
    color: #fff;
    font-size: 18px;
  }
  .infoSet {
    width: 95%;
    margin: 24px auto 0 auto;
    padding: 0 0 2px 0;
  }
  .infoSet h3 {
    color: #2c993e;
    margin: 0 0 16px -2%;
    font-size: 16px;
  }
  .infoSet h4 {
    font-size: 15px;
    border-bottom: 1px solid #ddd;
    padding: 10px 0;
    margin: 0 0 8px 0;
    font-weight: 400;
  }
  .infoSet h4 span {
    color: #d16d00;
    font-size: 15px;
    margin: 0 8px 0 0;
  }
  .infoSet p {
    font-size: 14px;
    line-height: 1.8em;
    margin: 0 0 24px 0;
  }
    .infoSet ul.houshin {
        display: block;
        background: none; 
    }
    .infoSet ul.houshin li:first-child {
        width: 100%;
        margin: 0 0 8px 0;
        padding: 0 0 8px 0;
        border-right: none;
        border-bottom: 1px dotted #DDDDDE;
}
    .infoSet ul.houshin li:last-child {
        width: 100%;
        margin: 0 auto;
        padding: 0;
        font-size: 15px;
        
    }
  .infoSet ul {
    border: 2px solid #d38d22;
    border-radius: 10px;
    background: #fff;
  }
  .infoSet ul li {
    font-size: 15px;
    padding: 8px 16px;
    border-bottom: 1px solid #d38d22;
  }
  .set04Inner ul.backnumber {
      width: 100%;
    background: none;
    border: none;
  }
  .set04Inner ul.backnumber li {
    border-top: 1px dotted #222222;
    border-bottom: none;
  }
  .set04Inner ul.backnumber li a {
    display: block;
    padding: 1px 0;
    font-size: 14px;
    color: #D27402;
    text-decoration: underline;
  }
  .infoSet table {
    border: 2px solid #d38d22;
    border-collapse: separate;
    border-spacing: 0;
    border-radius: 10px;
    margin: 0 0 48px 0;
    display: block;
  }
  .infoSet table tr:first-child td {
    border-radius: 10px 10px 0 0;
  }
  .infoSet table tr:last-child td {
    border-radius: 0;
  }
  .infoSet table td {
    display: block;
    width: 90%;
    padding: 10px 5%;
    font-size: 14px;
    border-bottom: 1px solid #d38d22;
  }
  .infoSet table td:first-child {
    width: 90%;
    font-size: 15px;
    background: #f6e7d0;
  }
  .infoSet table td a {
    padding: 0;
    margin: 0;
    color: #D27402;
    text-decoration: underline;
  }
  .infoSet table td span.red {
    font-size: 14px;
    color: #CC717E;
    font-weight: 600;
  }
  .infoSet table td span {
    font-size: 12px;
  }
  /* アクセス */
  .mapSet {
    width: 85%;
    margin: 40px auto 24px auto;
    padding: 24px 5% 0px 5%;
    background: #f6e7d0;
  }
  .mapSet ul {
    display: block;
  }
  .mapSet ul li {
    margin: 0;
    font-size: 15px;
  }
  .mapSet ul li h4 {
    font-size: 18px;
    margin: 0 0 4px 0;
    color: #2c993e;
  }
  .mapArea {
    display: block;
    justify-content: flex-start;
    align-items: flex-start;
    margin: 24px 0 0 0;
    padding: 0;
  }
  .mapArea .map {
    width: 100%;
  }
  .mapArea .map a {
    display: block;
    text-align: right;
    font-size: 13px;
    color: #000;
    text-decoration: underline;
  }
  .mapArea ul {
    display: block;
    margin: 16px 0 0 0;
    width: 100%;
  }
  .mapArea ul li {
    margin: 0 0 8px 0;
    font-size: 14px;
  }
  .mapArea ul li span {
    margin: 0 10px 0 0;
    font-size: 14px;
  }
  .mapInfo {
    margin: 40px 0 0 0;
      padding: 0 0 16px 0;
    text-align: center;
  }
  .mapInfo div {
    display: block;
    vertical-align: top;
    width: 100%;
    text-align: left;
    margin: 0 auto;
  }
  .mapInfo div h5 {
    font-size: 15px;
    margin: 0 0 10px 0;
  }
  .mapInfo div h5 span {
    color: #ffcd03;
  }
  .mapInfo div p {
    font-size: 12px;
    line-height: 2em;
    margin: 0 0 20px 0;
  }
  .mapInfo div p span {
    display: block;
    font-weight: 500;
    font-size: 14px;
  }
  /* フッター */
  footer {
    background: url("../img/bg_footer_sp.png") no-repeat;
    background-size: cover;
    background-position: center top;
    margin: -140px 0 0 0;
  }
  .footInner {
    width: 90%;
    padding: 110px 0 0 0;
  }
  .footInner ul.snsArea {
    display: block;
  }
  .footInner ul.snsArea li {
    width: calc(94%/2);
    margin: 0 1%;
    display: inline-block;
}
  .footInner .footnaviArea {
    display: block;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 40px 0 0 0;
    padding: 0 0 32px 0;
  }
  .footInner .footnaviArea ul {
    width: 40%;
    display: inline-block;
    width: calc(90%/2);
    margin: 0 2% 4% 2%;
    vertical-align: top;
  }
  .footInner .footnaviArea ul li a {
    display: block;
    padding: 0 0 5px 0;
    margin: 0 0 0 24px;
    color: #6e4c2c;
    font-size: 15px;
  }
  .footInner .footnaviArea ul li.first-child a {
    margin: 0;
  }
  .footInner .footnaviArea ul li:first-child, .footInner .footnaviArea ul li.first-child {
    font-size: 16px;
    line-height: 1.2em;
    margin: 0 0 8px 0;
    padding: 0 0 8px 0;
    border-bottom: 1px solid #6e4c2c;
    color: #6e4c2c;
  }
  .footInner .footnaviArea ul li.first-child {
    padding: 24px 0 8px 0;
  }
  .footInner .footnaviArea ul li:first-child span, .footInner .footnaviArea ul li.first-child span {
    font-size: 14px;
    margin: 0 10px 0 0;
  }
  .footInner p.copy {
    font-size: 12px;
    text-align: center;
    padding: 0 0 32px 0;
  }
   
header.underhead .underheadInner {
        padding: 0;
    }
header.underhead .underheadInner h1 {
    width: 200px;
    margin: 0 auto;
    text-align: center;
}  
.undertitInner {
    width: 100%;
    height: 130px;
    background: url("../img/bg_underTit.jpg") no-repeat;
    background-size: cover;
    background-position: left center;
}
.undertitInner ul {
    width: 90%;
    margin: 0 auto;
    padding:0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.undertitInner ul li {
    color: #8f653c;
    margin: 0 16px 0 0;
    font-size: 16px;
    font-weight: 600;
    padding: 40px 0 0 0;
}
.undertitInner ul li h2 {
    font-size: 24px;
    color: #8f653c;
}
.undertitInner ul li h2 span {
    display: inline-block;
    vertical-align: middle;
    font-size: 12px;
    margin: 0 4px 0 0;
}

.underContents {
    background: url("../img/bg_green.jpg") repeat;
    background-size:100%;
    padding: 0 0 200px 0;
}
.templateInner {
    width: 90%;
    margin: 0 auto;
    display: block;
    flex-wrap: wrap;
}
.templateInner .leftContents {
    float: none;
    width:95%;
}
.templateInner .leftContents ul {
    border-bottom: 1px dotted #8f663c;
    padding: 0 0 24px 0;
    margin: 0 0 20px 0;
    overflow: hidden;
    height: 90px;
}

.templateInner .leftContents ul a li:first-child {
    font-size: 15px;
    font-weight: 600;
    color: #b76658;
    margin: 0 0 8px 0;
}
.templateInner .leftContents ul a li:last-child {
    font-size: 16px;
    line-height: 2em;
    color: #6e4c2c;
    font-weight: 400;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.templateInner .sideContents {
    float: none;
    width: 95%;
    margin: 0 auto;
}
.templateInner .sideContents .sideSet h3 {
    position: relative;
    display:flex;
background: #ddd95c;
    border-radius: 6px;
    font-size: 17px;
    padding: 16px 16px 16px 50px;
}
.templateInner .sideContents .sideSet:nth-child(2) {
    margin: 40px 0 0 0;
}
.templateInner .sideContents .sideSet h3:before {
    content: "";
    display: inline-block;
    background: url("../img/icon_donguri01.png") no-repeat;
    background-size: cover;
    width: 32px;
    height: 32px;
    position: absolute;
    left: 16px;
    top: 12px;
  }
.templateInner .sideContents .sideSet:nth-child(2) h3:before {
    content: "";
    display: inline-block;
    background: url("../img/icon_donguri02.png") no-repeat;
    background-size: cover;
    width: 32px;
    height: 32px;
    position: absolute;
    left: 16px;
    top: 12px;
  }

.templateInner .sideContents .sideSet ul li a {
    position: relative;
    width: 84%;
    display: inline-block;
    font-size: 15px;
    background: #fff;
    border-radius: 8px;
    color: #8f663c;
    padding: 16px 8%;
    margin: 10px 0 0 0;
}
.templateInner .sideContents .sideSet ul li a span {
    position: absolute;
    right: 8%;
   top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    color: #8f663c;
    font-size: 14px;
}

.templateInner .leftContents .pager ul.pagination , .templateInner .leftContents .pager2 ul.pagination {
    padding:0 0 16px 0;
    margin: 32px auto 0 auto;
}    
.templateInner .leftContents .pager ul.pagination li , .templateInner .leftContents .pager2 ul.pagination li {
  display: inline;
  margin: 0 1%;
  padding: 0;
  display: inline-block;
  background:#fbfbe9;
  width: 35px;
  height: 35px;
  text-align: center;
  position: relative;
  border-radius: 50px;
} 

 .underInner p.phoneNumber {
    font-size: 24px;
    margin: 24px 0 40px 24px;
}

.underInner iframe {
    width: 100%;
    height: 400px;
    margin: 20px 0 0 0;
    
}  

.activityMv {
    height:700px;
    background: url("../img/bg_activity.gif") #fff no-repeat;
    background-size:100%;
    background-position: center bottom;
    border-top: 1px solid #28923D;
}
.activityMv .activityMvInner {
    width: 90%;
    position: relative;
    margin:0 auto;
    padding:32px 0 0 0;
}
.activityMv .activityMvInner h2 {
    color: #22998d;
    font-size: 22px;
    line-height: 1.4em;
    letter-spacing: 1.5px;
}
.activityMv .activityMvInner p {
    font-size: 13px;
    margin: 20px 0 0 0;
    line-height: 2em;
    position: relative;
    z-index: 0;
}
.activityMv .activityMvInner ul {
    position: absolute;
    top:240px;
    right: 0;
    left: 0;
    margin: auto;
    width:  100%;
}
.activityMv .activityMvInner ul li {
    width: calc(98.7%/2);
    display: inline-block;
    margin: 0 0 1% 0;
}
.activityMv .activityMvInner ul li a {
    width: auto;
    position: relative;
    display: block;
    padding: 12px 8px 12px 32px;
    background: #f1f4bc;
    border-radius: 4px;
    font-size: 14px;
    color: #92693d;
    letter-spacing: -1px;
}
.activityMv .activityMvInner ul li:nth-child(odd) a:before {
    content: "";
    display: inline-block;
    background: url("../img/icon_donguri01.png") no-repeat;
    background-size: cover;
    width:20px;
    height: 20px;
    position: absolute;
    left: 8px;
    top: 13px;
  }
.activityMv .activityMvInner ul li:nth-child(even) a:before {
    content: "";
    display: inline-block;
    background: url("../img/icon_donguri02.png") no-repeat;
    background-size: cover;
    width:20px;
    height: 20px;
    position: absolute;
    left: 8px;
    top: 13px;
  }


.activityMv .activityMvInner .hoverArea {
    display: none;
}

.templateB , .templateC {
    width:80%;
    margin: 40px auto 16px auto;
    background: #fff;
    border-radius: 10px;
    padding: 24px 5%;
}
.templateB h3 ,.templateC h3,.templateD h3 {
    position: relative;
  display: flex;
  justify-content: flex-start;
  width:  84%;
  height: 48px;
  line-height: 48px;
  margin: 0 auto;
  padding: 0 5% 0 11%;
  color: #6e4c2c;
  font-size: 14px;
}
.templateB:nth-child(even) h3:before , .templateC:nth-child(even) h3:before, .templateD:nth-child(even) h3:before {
    content: "";
    display: inline-block;
    background: url("../img/icon_donguri01.png") no-repeat;
    background-size: cover;
    width: 28px;
    height: 28px;
    position: absolute;
    left: 8px;
    top: 9px;
  }
.templateB:nth-child(odd) h3:before , .templateC:nth-child(odd) h3:before, .templateD:nth-child(odd) h3:before {
    content: "";
    display: inline-block;
    background: url("../img/icon_donguri02.png") no-repeat;
    background-size: cover;
    width: 28px;
    height: 28px;
    position: absolute;
    left: 8px;
    top: 9px;
  }
.templateB h4 , .templateC h4 , .templateD h4 {
    font-size: 17px;
    color: #ca4e70;
    border-bottom: 1px solid #ca4e70;
    padding: 16px 0 8px 10px;
    margin: 0 0 16px 0;
}
.templateB .templateBset {
    display: block;
    align-items: flex-start;
    justify-content: center;
    margin: 16px 0 0 0;
    text-align: center;
}
.templateB .templateBset p {
    width: 100%;
    font-size: 15px;
    line-height: 2em;
    margin: 0 auto;
    text-align: left;
}
.templateB .templateBset img {
    width: 100%;
    margin: 24px auto 16px auto;
}  
.voiceArea .voiceSet {
    display: block;
    align-items:flex-start;
    justify-content: flex-start;
}
    .voiceArea .voiceSet img {
        width: 100%;
        margin: 24px 0 0 0;
    }
    
.gallerySet .gallery {
    display:inline-block;
    vertical-align: middle;
    width: calc(82%/2);
    background: #fff;
    padding: 3%;
    margin:0 1% 6% 1%;
    border-radius: 10px;
}
.gallerySet .gallery h3 {
    font-size: 17px;
    font-weight: 400;
    margin: 4px 0 10px 0;
}
.gallerySet .gallery a {
    text-align: center;
    display: inline-block;
    font-size: 13px;
    padding:1px 14px;
    color: #825220;
    border: 1px solid #825220;
    border-radius: 100px;
}


/*タブ切り替え全体のスタイル*/
.tabs {
  padding-bottom: 0;
  width: 90%;
  margin: 0 auto;
}

/*タブのスタイル*/
.tabs label.tab_item {
    width: calc(100%/1);
  height: 48px;
  background-color: #fff;
    border-radius: 4px;
  line-height: 48px;
  font-size: 18px;
  text-align: center;
  color: #565656;
    margin: 0 auto 3% auto;
  display: inline-block;
  text-align: center;
  transition: all 0.2s ease;
    cursor: pointer;
}


/*タブ切り替えの中身のスタイル*/
.tab_content {
  display: none;
  padding:24px 0 24px 0;
  clear: both;
  overflow: hidden;
}

/*
#comment01_content h3 , #comment02_content h3 , #comment03_content h3 {
    position: relative;
  display: flex;
  justify-content: flex-start;
  width: 79%;
  height: 48px;
  line-height: 48px;
  margin: 0 auto;
  padding: 0 5% 0 16%;
  color: #fff;
  font-size: 18px;
    }

#comment01_content h3::before , #comment02_content h3::before ,#comment03_content h3::before {
  content: "";
  display: inline-block;
  background: url("../img/icon_donguri01.png") no-repeat;
  background-size: cover;
  width: 30px;
  height: 30px;
  position: absolute;
  left: 16px;
  top: 8px;
}

.commentSet {
    width: 90%;
    padding: 24px 0;
    margin: 0 auto;
    display: block;
    flex-wrap: wrap;
    align-content:flex-start;
    border-bottom: 1px dotted #8f663c;
}   
    .commentSet p {
        width: 100%;
        line-height: 2em;
    }
    .commentSet img {
        width: 100%;
        margin: 24px auto 8px auto;
    }
    
  */ 
    
  
.serviceMv {
    height: auto;
    max-height: 790px;
    position: relative;
    background: url("../img/service/bg_service02.png") #fff no-repeat;
    background-size:contain;
    background-position: top right -20px;
}
.serviceMv .serviceMvtree {
    width:90%;
    position: absolute;
    left: 0;
    top: 0;
}
.serviceMvtit {
    width: 100%;
    margin: 0 auto;
    padding: 90px 0 0 0;
    position: relative;
    text-align: right;
}
.serviceMvtit h2 {
    position: relative;
    font-size: 20px;
    color: #92693d;
    line-height: 1.6em;
    padding: 0 40px 0 0;
    margin: 0;
}
.serviceMvtit h2 span {
    font-size:32px;
    color: #92693d;
    display: block;
    margin: 0 0 24px 0;
}
.serviceMvtit h2 img {
    position: absolute;
    width: 40%;
    right: 3%;
    left: auto;
    top: 130px;
}
.serviceMvtit .serviceMvnav {
    display: block;
    position: relative;
    right:auto;
    left: auto;
    top:auto;
    bottom:auto;
    margin:26% auto 0px auto;
    padding: 14px 0 14px 0;
    width: 100%;
    text-align: center;
    background: #fff;
}

.tooltip {
    cursor: pointer;
  width:calc(85%/1);
    display: inline-block;
    background: #f1f4bc;
    border-radius: 4px;
    margin: 0 0 3% 0;
}
.tooltip a {
    display: block;
        padding: 16px 16px;
}
.tooltip p {
    margin:0;
    padding:0;
    font-size: 16px;
    color: #92693d;
    position: relative;
    }

.tooltip:hover .description {
    display:none;
}



    
    
.templateC .serviceMainimg {
    margin:16px 0 0 0;
}
    .templateCset {
        margin: 0 0 0 0;
        padding:0;
}
    .templateCset p.templateLead {
        display: inline-block;
        font-size: 15px;
        margin: 0 0 16px 0;
    } 
.templateCset p.templateLead span {
    display: block;
    font-weight: bold;
    font-size: 17px;
    padding: 0;
    margin: 8px 8px 4px 0;
}
.templateCset table.serviceInfo {
    width: 100%;
    border: 2px solid #ddda70;
    border-radius: 16px;
    border-collapse: separate;
    margin: 0 0 8px 0;
}
.templateCset table.serviceInfo td {
    display: block;
    padding:8px 16px;
    border-bottom: 1px solid #ddda70;
}

.templateCset table.serviceInfo tr td:first-child {
    background: #f6f4d2;
    font-size: 15px;
    font-weight: 600;
    width: 90%;
    margin: 0;
    padding:2% 5%;
}
    .templateCset table.serviceInfo tr:first-child td:first-child {
border-radius: 16px 16px 0 0;
}
    .templateCset table.serviceInfo tr:last-child td:first-child {
border-radius: 0;
        border-bottom: 1px solid #ddda70;
}

.templateCset table.serviceInfo ul {
    width: 92%;
    margin: 16px auto 24px auto;
    display:block;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: flex-end;
    text-align: center;
}
.templateCset table.serviceInfo ul li {
    width: calc(100%/1);
    margin: 0 0 20px 0;
}
.templateCset table.serviceInfo ul li p {
    font-size: 14px;
    margin: 0 0 8px 0;
    line-height: 1.5em;
}
.templateCset table.serviceInfo p {
    margin:4px 0;
    font-size: 15px;
}
.templateCset table.serviceInfo p span {
    font-size: 14px;
}



.templateCset .katsudouList {
    display: flex;
    margin: 24px 0 16px 0;
}
.templateCset .katsudouList div {
    display: inline-block;
    vertical-align: top;
    width: calc(75%/2);
    margin: 0 1% 3% 1%;
}
.templateCset .katsudouList div a {
    display: block;
}
.templateCset .katsudouList div.katsudouList_cross01 , .templateCset .katsudouList div.katsudouList_cross02 , .templateCset .katsudouList div.katsudouList_cross03 ,.templateCset .katsudouList div.katsudouList_cross04 {
    padding: 16px;
}

.templateCset .katsudouList div.katsudouList_cross01 h5 , .templateCset .katsudouList div.katsudouList_cross02 h5 , .templateCset .katsudouList div.katsudouList_cross03 h5 , .templateCset .katsudouList div.katsudouList_cross04 h5 {
    font-size: 18px;
    margin: 0;
}
.templateC h5 {
    font-size: 17px;
    padding: 16px 0 10px 0;
}
.templateCset .katsudouList div p , .templateCset .katsudouList div img {
    display: none;
}

.templateCset ul.schedule {
    width: 100%;
    border: none;
    margin: 0 0 8px 0;
    padding:0;
    text-align: left;
    border: 1px solid #CA4F70;
    border-radius: 8px;
    display: block;
    align-items: center;
}
.templateCset ul.schedule li {
    vertical-align: middle;
    text-align: center;
    margin: 0 ;
}

.templateCset ul.schedule li:first-child {
    background: #CA4F70;
    width: 90%;
    margin: 0 auto;
    padding:2% 5%;
    color: #fff;
    border-radius: 4px 4px 0 0;
    font-weight: 600;
}
    .templateCset ul.schedule li.borderRadius:first-child {
        border-radius: 4px;
    }
.templateCset ul.schedule li:last-child {
   width: 90%;
    margin: 0 auto;
    padding:0 5%;
    text-align: center;
 vertical-align: middle;
    border-radius: 0 0 7px 7px;
}
    .templateCset ul.schedule li:last-child p {
        padding: 2% 5%;
        font-size: 15px;
    }

    
    
    
.kashinokiTokushoku div {
    width: calc(90%/1);
    display:inline-block;
    vertical-align: top;
    padding:2% 5% 8% 5%;
    margin: 0 auto 5% auto;
    border-radius: 16px;
}    
.kashinokiTokushoku div h5 {
    font-size: 18px;
    margin: 0 0 8px 0;
}
.katsudouSet_cross01 , .katsudouSet_cross02 ,.katsudouSet_cross03 ,.katsudouSet_cross04 {
    margin:16px 0 24px 0;
    padding:8px 16px;
}


.katsudouSet_cross01 h5 , .katsudouSet_cross02 h5 , .katsudouSet_cross03 h5 ,.katsudouSet_cross04 h5 {
    font-size: 18px;
    padding: 0;
    margin: 16px 0 0 0;
}
.katsudouSet_cross01 p , .katsudouSet_cross02 p , .katsudouSet_cross03 p , .katsudouSet_cross04 p {
    font-size: 15px;
    margin: 16px 0 24px 0;
    padding:8px 16px 16px 16px;
    line-height: 1.8em;
    background: rgba(255,255,255,.5);
    border-radius: 10px;
}
.katsudouSet_cross01 p span , .katsudouSet_cross02 p span , .katsudouSet_cross03 p span , .katsudouSet_cross04 p span {
    font-weight: 600;
    display:block;
    width: auto;
    margin: 10px 0 0 0;
}
.katsudouSet_cross01 ul , .katsudouSet_cross02 ul , .katsudouSet_cross03 ul , .katsudouSet_cross04 ul {
    width: 100%;
    margin: 0 auto;
    display: block;
    justify-content: space-between;
}
.katsudouSet_cross01 ul li , .katsudouSet_cross02 ul li , .katsudouSet_cross03 ul li , .katsudouSet_cross04 ul li {
    width: calc(100%/1);
}
    
 .mv_youtube {
    width: 200px;
    height: 120px;
}   
.recruitMv {
    position: relative;
    padding: 0;
    height: 253px;
}

.recruitMv ul li , .recruitNav ul li {
    width: calc(93%/2);
    display:inline-block;
    margin:0.5% auto;
}
.recruitMv ul li a , .recruitNav ul li a {
    position: relative;
    display: block;
    background: #f1f4bc;
    padding: 12px 12px 12px 20px;
    border-radius: 4px;
    color: #825220;
    font-size: 15px;
}
.recruitMv ul li:nth-child(odd) a:before , .recruitNav ul li:nth-child(odd) a:before {
    content: "";
    display: inline-block;
    background: url("../img/icon_donguri01.png") no-repeat;
    background-size: cover;
    width: 30px;
    height: 30px;
    position: absolute;
    left: 16px;
    top: 8px;
  }
.recruitMv ul li:nth-child(even) a:before , .recruitNav ul li:nth-child(even) a:before {
    content: "";
    display: inline-block;
    background: url("../img/icon_donguri02.png") no-repeat;
    background-size: cover;
    width: 30px;
    height: 30px;
    position: absolute;
    left: 16px;
    top: 8px;
  }

.templateD {
    width:80%;
    margin: 0 auto 24px auto;
    background: #fff;
    border-radius: 10px;
    padding: 24px 5%;
}

.messageArea {
    width:90%;
    margin: -8px auto 40px auto;
    display: block;
    justify-content: space-between;
    align-items: flex-start;
}
.messageArea .messageTxt {
    width:95%;
    margin: 0 auto;
    text-align: center;
}
.messageArea .messageTxt img {
    width: 95%;
    margin: 0 auto;
}
.messageArea .messageTxt p {
    line-height: 2em;
    text-align: left;
}
.messageArea .messageImg {
    width:80%;
    text-align: center;
    margin: 24px auto 0 auto;
}

        

}

/* インスタプラグインの調整 */
.feed-area{
margin-bottom: 60px;
}
@media screen and (max-width: 768px){
  .feed-area{
margin-bottom: 40px;
}
}