@charset "UTF-8";
/*--------------------------
リセット
---------------------------- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/*--------------------------
基本：基本タグ
---------------------------- */
.pcOFF {
  display: none !important;
}

html {
  overflow-y: scroll;
}

body {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  line-height: 1.5;
  color: #1F1F1F;
}

.fw {
  font-weight: bold;
}

.exLnk {
  background: url(../img/lnk_target.png) no-repeat right 2px;
  padding-right: 1.1em;
}

.txt01 {
  font-size: 1.0625em;
  line-height: 2;
}

.imgCenter {
  text-align: center;
  margin-bottom: 30px;
}

.imgCenter img {
  max-width: 960px;
}

.tit01 {
  z-index: 1;
  margin-bottom: 90px;
}

.tit01__icon {
  display: block;
  text-align: center;
  margin-bottom: 0px;
}

.tit01__en {
  font-size: 1em;
  color: #999999;
  display: block;
  text-align: center;
  margin-bottom: 0px;
}

.tit01__ja {
  text-align: center;
  display: block;
  font-size: 2.1875em;
  color: #222222;
  margin-bottom: 10px;
}

.tit01:after {
  content: "";
  width: 95px;
  height: 1px;
  border-bottom: solid 1px #9E9E9E;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
}

.tit02 {
  margin-bottom: 90px;
  text-align: center;
  display: block;
  font-size: 2.1875em;
  color: #222222;
}

.tit03 {
  font-size: 1.25em;
  font-weight: bold;
  border-left: solid #111111 5px;
  padding-left: 15px;
  margin-bottom: 40px;
}

.tit04 {
  margin-bottom: 30px;
  font-weight: bold;
  font-size: 1.25em;
}

.tit05 {
  font-size: 1.25em;
  background: #EEEEEE;
  border: solid 1px #111111;
  padding: 20px;
  text-align: center;
  margin-bottom: 40px;
  font-weight: bold;
}

.tit05 span {
  font-size: 0.9375em !important;
}

.tit06 {
  font-weight: bold;
  font-size: 1.25em;
  margin-bottom: 30px;
  border-left: solid 5px #111111;
  padding-left: 20px;
}

.tit06 span {
  color: #006734;
}

.box01 {
  width: 100%;
  max-width: 950px;
  margin: 0 auto 80px;
  position: relative;
  z-index: 2;
}

.gmap iframe {
  width: 100%;
  height: 600px;
  vertical-align: bottom;
}

/* -- */
.diagonal01 {
  position: relative;
  margin-bottom: 200px;
}

.diagonal01:before {
  content: "";
  background: #EBF1DE;
  width: 200vw;
  height: 100%;
  margin-bottom: 100px;
  padding: 0px 0 90px;
  transform: rotate(2deg) translate3d(0, 0, 0);
  -webkit-transform: rotate(2deg) translate3d(0, 0, 0);
  position: absolute;
  left: -10vw;
  top: 0;
  margin: auto;
  z-index: 1;
}

.diagonal01 .inner {
  padding-top: 50px;
  min-height: 330px;
}

/* -- */
.diagonal02 {
  position: relative;
  margin-bottom: 200px;
}

.diagonal02:before {
  content: "";
  background: #EBF1DE;
  width: 200vw;
  height: 100%;
  margin-bottom: 100px;
  padding: 50px 0 0;
  transform: rotate(-2deg) translate3d(0, 0, 0);
  -webkit-transform: rotate(-2deg) translate3d(0, 0, 0);
  position: absolute;
  left: -10vw;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 1;
}

.diagonal02 .inner {
  padding-top: 50px;
  min-height: 330px;
}

/* layoutBox */
.layoutBox {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.layoutBox__cnt {
  flex-basis: 48%;
  box-sizing: border-box;
}

.layoutBox__pic {
  flex-basis: 48%;
  text-align: center;
  box-sizing: border-box;
}

.layoutBox__pic img {
  width: 100%;
  height: auto;
}

.layoutBox.centerItem {
  align-items: center;
  /* 子要素をflexboxにより中央に配置する */
}

.layoutBox.picLeft .layoutBox__cnt {
  order: 2;
}

.layoutBox.picLeft .layoutBox__pic {
  order: 1;
}

.tbl01 {
  width: 100%;
  margin-bottom: 30px;
}

.tbl01 tr {
  border-bottom: solid 1px #CCCCCC;
}

.tbl01 tr:first-child {
  border-top: solid 1px #CCCCCC;
}

.tbl01 th {
  background: #DDDDDD;
  padding: 20px;
  box-sizing: border-box;
  font-weight: bold;
  line-height: 1.6;
  vertical-align: top;
  font-size: 1.125em;
}

.tbl01 td {
  padding: 20px;
  box-sizing: border-box;
  color: #3D2C45;
  line-height: 1.6;
  vertical-align: top;
  font-size: 1.125em;
}

.tbl01 a {
  color: #002CB2;
}

.tbl01 a:hover {
  color: #f00;
}

/* -- */
.tbl02 {
  width: 100%;
  margin-bottom: 30px;
}

.tbl02 th {
  padding: 5px;
  box-sizing: border-box;
  font-weight: bold;
  line-height: 1.6;
  vertical-align: top;
  font-size: 1.25em;
}

.tbl02 td {
  padding: 5px;
  box-sizing: border-box;
  color: #3D2C45;
  line-height: 1.6;
  vertical-align: top;
  font-size: 1.125em;
}

.tblOhaka {
  width: 100%;
  color: #3D2C45;
  margin-bottom: 20px;
}

.tblOhaka thead th {
  font-weight: bold;
  font-size: 1.125em;
  padding: 20px 5px;
  box-sizing: border-box;
  text-align: center;
  border: solid 1px #CCCCCC;
}

.tblOhaka thead th:first-child {
  background: #EBF1DE;
}

.tblOhaka thead td {
  font-weight: bold;
  font-size: 1.125em;
  padding: 20px 15px;
  box-sizing: border-box;
  text-align: center;
  border: solid 1px #CCCCCC;
}

.tblOhaka tbody th {
  font-weight: bold;
  font-size: 1.125em;
  background: #EBF1DE;
  padding: 20px 15px;
  box-sizing: border-box;
  text-align: center;
  border: solid 1px #CCCCCC;
}

.tblOhaka tbody td {
  font-size: 1.125em;
  padding: 20px 15px;
  box-sizing: border-box;
  text-align: center;
  border: solid 1px #CCCCCC;
}

.tblOhaka__info {
  text-align: right;
  margin-bottom: 20px;
}

.tblOhaka__info2 {
  text-align: left;
  margin-bottom: 20px;
}

.tblOhaka__info2 span {
  font-weight: bold;
}

/* -- */
.atent01 {
  padding: 20px;
  margin-bottom: 30px;
  box-sizing: border-box;
  background: #F1FFE3;
}

/* -- */
.atent01__txt {
  color: #3D2C45;
  font-size: 1.125em;
  line-height: 1.6;
}

.btnBox {
  text-align: left;
}

.btnBox a {
  color: #000;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  border: solid 1px #000;
  border-radius: 5px;
  width: 100%;
  max-width: 240px;
  padding: 10px;
  text-align: center;
  transition: .5s;
  font-weight: bold;
}

.btnBox a:hover {
  background: #f6f1ff;
  box-shadow: 0px 0px 16px -6px rgba(0, 0, 0, 0.6);
}

/* -- */
.leadArea {
  width: 100%;
  max-width: 1130px;
  margin: 0 auto 80px;
}

.leadArea__txt {
  font-size: 1.125em;
  line-height: 2;
  color: #3D2C45;
}

.leadArea__txt a {
  color: #002CB2;
}

.leadArea__txt a:hover {
  color: #f00;
}

/* */
.leadArea__facility {
  position: relative;
  padding-right: 350px;
  box-sizing: border-box;
  min-height: 165px;
}

.leadArea__facility:before {
  position: absolute;
  right: 0;
  top: 0;
  content: "";
  background: url(../img/obj02.png) no-repeat center center;
  width: 292px;
  height: 165px;
  box-sizing: border-box;
}

.leadArea__landscape {
  position: relative;
  padding-right: 350px;
  box-sizing: border-box;
  min-height: 165px;
}

.leadArea__landscape:before {
  position: absolute;
  right: 0;
  top: 0;
  content: "";
  background: url(../img/obj03.png) no-repeat center center;
  width: 292px;
  height: 165px;
  box-sizing: border-box;
}

/* -- */
.pageNavs {
  width: 100%;
  max-width: 1130px;
  margin: 0 auto 80px;
}

.pageNavs__lst {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.pageNavs__lst__item {
  flex-basis: 24%;
  margin-bottom: 20px;
}

@media screen and (max-width: 970px) {
	.pageNavs {
		  width: calc(100% - 20px);
	}
	.pageNavs__lst__item {
		flex-basis:49%
	}
}
.pageNavs__lst__item a {
  text-decoration: none;
  display: block;
  background: #00661A url(../img/marker03.png) no-repeat calc(100% - 7px) center;
  color: #fff;
  font-size: 1.0625em;
  padding: 15px 20px 15px 15px;
  box-sizing: border-box;
  font-weight: bold;
}

.pageNavs__lst__item a:hover {
  background-color: #07250f;
}

body.flow .pageNavs {
  width: 560px;
}

body.flow .pageNavs__lst__item {
  flex-basis: 48%;
}

body.ohaka .pageNavs {
  width: 850px;
}

body.ohaka .pageNavs__lst__item {
  flex-basis: 32.22%;
}

body.access .pageNavs {
  width: 850px;
}

body.access .pageNavs__lst__item {
  flex-basis: 32.22%;
}

/*  */
.footerNextLnk {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.footerNextLnk li {
  flex-basis: 48%;
}

.footerNextLnk li a {
  display: block;
  background: #26512D;
  border-radius: 10px;
  text-decoration: none;
  color: #fff;
  font-size: 1.3125em;
  font-weight: bold;
  letter-spacing: 0.5em;
  background-repeat: no-repeat, no-repeat;
  background-position: 18px center , 95% center;
  padding: 25px 25px 25px 85px;
}

.footerNextLnk li a:hover {
  background-color: #15381a;
  box-shadow: 0px 0px 16px -6px rgba(0, 0, 0, 0.85);
}

.footerNextLnk li.icon-ohaka a {
  background-image: url(../img/icon_ohaka.png), url(../img/marker02.png);
}

.footerNextLnk li.icon-landscape a {
  background-image: url(../img/icon_landscape.png), url(../img/marker02.png);
}

.footerNextLnk li.icon-qa a {
  background-image: url(../img/icon_qa.png), url(../img/marker02.png);
}

.footerNextLnk li.icon-access a {
  background-image: url(../img/icon_access.png), url(../img/marker02.png);
}

.footerNextLnk li.icon-facility a {
  background-image: url(../img/icon_facility.png), url(../img/marker02.png);
}

.footerNextLnk li.icon-flow a {
  background-image: url(../img/icon_flow.png), url(../img/marker02.png);
}

/*--------------------------
header
---------------------------- */
.header {
  background: #fff;
  padding: 15px 0;
  position: fixed;
  z-index: 10;
  width: 100%;
  top: 0;
  left: 0;
}

.header .inner {
  width: 100%;
  max-width: 1460px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  /* 子要素をflexboxにより中央に配置する */
  box-sizing:border-box;
}

@media screen and (max-width: 1500px) {
  /* 1300pxまでの幅の場合に適応される */
  .header .inner {
    width: 1275px;
	padding:0 10px;
  }
}
/*--------------------------
nav
---------------------------- */
#navigation {
  width: 100%;
  min-width:900px;
  max-width: 1000px;
  position: relative;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  box-sizing:border-box;
}

#navigation .mainNav {
  flex-basis: 755px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  box-sizing: border-box;
}

.navBtns {
  flex-basis: 180px;
  box-sizing: border-box;
}

#navigation .mainNav li:nth-child(1) {
  flex-basis: 75px;
}

#navigation .mainNav li:nth-child(2) {
  flex-basis: 115px;
}

#navigation .mainNav li:nth-child(3) {
  flex-basis: 120px;
}

#navigation .mainNav li:nth-child(4) {
  flex-basis: 155px;
}

#navigation .mainNav li:nth-child(5) {
  flex-basis: 130px;
}

#navigation .mainNav li:nth-child(6) {
  flex-basis: 70px;
}

#navigation .mainNav li:nth-child(7) {
  flex-basis: 90px;
}

#navigation .mainNav a {
  color: #000;
  display: block;
  text-align: center;
  text-decoration: none;
  padding: 10px 0;
  font-weight: bold;
  /* font-size: 1em; */
  font-size: 16px;
}

#navigation .navBtns a {
  color: #000;
  display: block;
  text-align: center;
  text-decoration: none;
  border: solid 1px #000;
  border-radius: 5px;
  padding: 10px 0;
  text-align: center;
  transition: .5s;
  font-weight: bold;
  font-size: 16px;
  box-sizing:border-box;
}

#navigation .navBtns a:hover {
  background: #f6f1ff;
  box-shadow: 0px 0px 16px -6px rgba(0, 0, 0, 0.6);
}

/* ドロップダウンメニュー */
#navigation .mainNav li.nav__lst {
  position: static;
}

#navigation .mainNav li.nav__lst ul.child_menu {
  position: absolute;
  z-index: 99999;
  height: 0;
  overflow: hidden;
  transition: .5s;
  border: solid 1px  transparent;
  border-top: 2px solid transparent;
  box-sizing: border-box;
}

#navigation .mainNav li.nav__lst:hover > ul.child_menu {
  overflow: visible;
  background: #fff;
  width: 200px;
  height: auto;
  position: absolute;
  left: 35px;
  border: solid 1px  #40019E;
  border-top: solid 2px #40019E;
  box-shadow: 0px 6px 16px -6px rgba(0, 0, 0, 0.6);
}

ul.child_menu li {
  border-bottom: solid 1px #ccc;
}

ul.child_menu li:last-child {
  border: none;
}

ul.child_menu li a {
  display: block;
  padding: 5px;
  box-sizing: border-box;
  background: #f6f1ff;
}

ul.child_menu li a:hover {
  background: #fff;
}

/* ナビゲーションに追従する下線 */
#slide-line {
  position: absolute;
  bottom: 0;
  height: 2px;
  background-color: #40019E;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

@media screen and (max-width: 1500px) {
  /* 1300pxまでの幅の場合に適応される */
  #navigation {
  }
  .mainNav{
	  margin-left:30px;
  }
}
/*--------------------------
fontSize__lst
文字 拡大縮小
---------------------------- */
.fontSize__lst {
  padding: 10px;
  background: #fff;
  border-radius: 10px 0 0 10px;
  box-shadow: 0px 0px 16px -6px rgba(0, 0, 0, 0.6);
  position: fixed;
  z-index: 99999;
  top: 100px;
  /*top:calc(50% - 50px/2);*/
  top: 300px;
  right: 0;
}

.fontSize__lst li.fontSize__lst__tit {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  line-height: 0;
  padding: 10px 13px;
}

.fontSize__lst li.fontSize__lst__item {
  margin-bottom: 5px;
}

.fontSize__lst li.fontSize__lst__item a {
  display: block;
  width: 29px;
  height: 29px;
}

/*--------------------------
wrapper
---------------------------- */
#wrapper {
  margin-top: 97px;
}

/*--------------------------
column-two
---------------------------- */
.column-two .mainInner {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  max-width: 1130px;
  margin: 0 auto 80px;
}

.column-two .mainInner .mContent {
  flex-basis: 740px;
}

.column-two .mainInner > .sContent {
  flex-basis: 300px;
  min-height: 100px;
  box-sizing: border-box;
}

/*--------------------------
sContent
---------------------------- */
.sContent h3 {
  color: #fff;
  background: #152F1A;
  padding: 10px;
  margin-bottom: 15px;
  font-size: 1.25em;
}

.sContent ul {
  margin-bottom: 15px;
}

.sContent ul li {
  font-size: 90%;
  border-bottom: dotted 1px #ccc;
  padding-bottom: 8px;
  margin-bottom: 8px;
}

.sContent ul li:last-child {
  border: none;
}

.sContent ul li span.post-date {
  display: block;
  font-size: 0.8125em;
  color: #aaa;
}

.sContent a {
  color: #1F1F1F;
  font-size: 1.125em;
  text-decoration: none;
}

.sContent a:hover {
  color: #f00;
}

.sContent .sContent__banner {
  margin-bottom: 15px;
}

.sContent .sContent__banner a {
  display: block;
  border: solid 1px #000;
  border-radius: 4px;
  padding: 8px 0 5px;
  width: 100%;
  text-align: center;
}

/*--------------------------
mainVisual
---------------------------- */
.mainVisual {
  margin-bottom: 150px;
}

#video-area {
  position: relative;
  overflow: hidden;
  z-index: 1;
}

#video {
  display: block;
  height: 100%;
  width: 100%;
  min-width: 1200px;
  margin: 0 auto;
}

@media screen and (min-width: 1400px) {
  #video {
    height: calc(100vh - 65px) !important;
  }
}
/*--------------------------
pageTit
---------------------------- */
.pageTit {
  padding: 40px 0;
  background: #3D2E45 url(../img/pageTitbk.png) no-repeat center center;
  margin-bottom: 10px;
}

.pageTit__txt {
  display: block;
  color: #fff;
  width: 1130px;
  margin: 0 auto;
  font-size: 1.4375em;
  font-weight: bold;
  background: url(../img/marker01.png) no-repeat left center;
  padding-left: 20px;
}

body.about .pageTit {
  background: #fff url(../img/pageTitbk_about.jpg) no-repeat center center;
  height: 800px;
  padding: 0;
  display: flex;
  /* 子要素をflexboxで揃える */
  flex-direction: column;
  /* 子要素をflexboxにより縦方向に揃える */
  justify-content: center;
  /* 子要素をflexboxにより中央に配置する */
  align-items: center;
  /* 子要素をflexboxにより中央に配置する */
}

body.about .pageTit__txt {
  background: rgba(255, 255, 255, 0.7);
  width: 500px;
  text-align: center;
  font-size: 2.1875em;
  color: #202020;
  padding: 5px;
  box-sizing: border-box;
}

body.about .pageTit__txt span {
  display: block;
  padding: 40px 0;
  width: 100%;
  margin: 0 auto;
  border: solid 1px #202020;
  box-sizing: border-box;
}

/* ------------------ */
.wp-pagenavi {
  margin: 0 auto 20px;
  text-align: center;
  border-top: solid 1px #eee;
  padding-top: 30px;
}

.wp-pagenavi span,
.wp-pagenavi a {
  margin: 0 3px;
  text-decoration: none;
}

.wp-pagenavi span,
.wp-pagenavi a {
  background: #333;
  padding: 5px;
  border-radius: 3px;
  color: #fff;
}

.wp-pagenavi span.current {
  color: #333;
  border: solid 1px #333;
  background: #fff;
}

.wp-pagenavi span.pages {
  color: #333;
  border: none;
  background: #fff;
}

/*--------------------------
breadcrumb
---------------------------- */
.breadcrumb__lst {
  width: 1130px;
  margin: 0 auto 80px;
}

.breadcrumb__lst__item {
  display: inline;
  font-size: 0.8125em;
  font-weight: bold;
  color: #222222;
}

.breadcrumb__lst__item a {
  text-decoration: none;
  color: #222222;
}

.breadcrumb__lst__item a:hover {
  color: #f00;
}

.breadcrumb__lst__item:after {
  content: " ≫";
  margin-right: 10px;
}

.breadcrumb__lst__item:last-child:after {
  content: "";
}

/* ===========================

blogList

   =========================== */
.blogList__item {
  border-bottom: dashed 1px #ccc;
  padding-bottom: 15px;
  margin-bottom: 15px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  color: #000;
  text-decoration: none;
}

.blogList__item a:hover .blogList__item__cnt__tit {
  color: #f00;
}

.blogList__item a:hover .blogList__item__cnt__txt {
  color: #aaa;
}

.blogList__item__pic {
  flex-basis: 200px;
  box-sizing: border-box;
}

.blogList__item__pic img {
  width: 100%;
  height: auto;
}

.blogCntentFirstImage img {
  width: 200px;
  height: 150px;
  object-fit: cover;
}

.blogList__item__cnt {
  flex-basis: calc(100% - 200px);
  box-sizing: border-box;
  padding-left: 30px;
}

.blogList__item__cnt__label {
  width: 100%;
  margin-bottom: 15px;
}

.blogList__item__cnt__label li {
  display: inline-block;
}

.blogList__item__cnt__label li a {
  text-decoration: none;
  background: #eee;
  padding: 5px;
  border-radius: 4px;
  margin-bottom: 11px;
  font-size: 14px;
  box-sizing: brder-box;
}

.blogList__item__cnt__tit {
  font-weight: bold;
  margin-bottom: 10px;
}

.blogList__item__cnt__tit a {
  color: #1F1F1F;
  font-size: 1.25em;
  text-decoration: none;
}

.blogList__item__cnt__tit a:hover {
  color: #f00;
}

/* prevNext */
.prevNext {
  margin-bottom: 80px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  border: dashed 1px #ccc;
  padding: 10px;
  box-sizing: border-box;
  border-radius: 5px;
  background: #eee;
}

.prevNext a {
  color: #000;
  text-decoration: none;
  font-weight: bold;
  font-size: 14px;
}

.prevNext a:hover {
  color: #f00;
}

.prevNext p:first-child {
  flex-basis: 50%;
  text-align: left;
  box-sizing: border-box;
  border-right: dashed 1px #ccc;
}

.prevNext p:last-child {
  flex-basis: 50%;
  text-align: right;
  box-sizing: border-box;
}

/* ===========================

otherInfoList

   =========================== */
.otherInfoList {
  border: solid 1px #ccc;
  padding: 30px;
  border-radius: 5px;
  box-sizing: border-box;
}

.otherInfoList__tit {
  background: #152F1A;
  color: #fff;
  padding: 15px;
  text-align: center;
  font-size: 1.25em;
  margin-bottom: 25px;
}

/* ===========================

blogDetail

   =========================== */
.blogDate {
  width: 970px;
  margin: 0 auto 20px;
  text-align: right;
}

.blogDetail {
  width: 970px;
  margin: 0 auto 50px;
}

.column-two .blogDate,
.column-two .blogDetail {
  width: 100% !important;
}

.blogDetail p {
  overflow: hidden;
  margin-bottom: 15px;
  font-size: 1em;
  line-height: 2;
}

.blogDetail ul {
  list-style: disc;
  font-size: 1em;
  margin-left: 15px;
}

.blogDetail ol {
  list-style: decimal;
  font-size: 1em;
  margin-left: 15px;
}

.blogDetail a {
  color: #00f;
  text-decoration: none;
}

.blogDetail a:hover {
  text-decoration: underline;
}

.blogDetail hr {
  border: none;
  border-bottom: solid 1px #ddd;
  margin-bottom: 30px;
}

.blogDetail strong {
  font-weight: bold;
}

.blogDetail img {
  border: solid 1px #ccc;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 690px;
  height: auto;
}

.blogDetail img.aligncenter {
  display: block;
  text-align: center;
  margin: 15px auto;
}

.blogDetail img.alignleft {
  float: left;
  margin-top: 15px;
  margin-right: 15px;
  margin-bottom: 15px;
  max-width: 45%;
  height: auto;
}

.blogDetail img.alignright {
  float: right;
  margin-top: 15px;
  margin-left: 15px;
  margin-bottom: 15px;
}

.blogDetail img.alignnone {
  margin: 15px 0;
}

.blogDetail img.size-full {
  display: block !important;
  float: none !important;
  width: 95%;
  height: auto;
  margin: 0 auto 30px;
}

.blogDetail img.size-large {
  display: block;
  width: 80%;
  height: auto;
  margin: 0 auto 30px;
}

.blogDetail .news-photo {
  text-align: center;
  margin-bottom: 15px;
}

.blogDetail .news-photo img {
  width: 70%;
  height: auto;
}

.blogcat {
  background: #eee;
  padding: 5px;
  border-radius: 4px;
  text-decoration: none;
  color: #000;
}

/*--------------------------
footer
---------------------------- */
.footer {
  background: url(../img/bk01.jpg);
  padding: 80px 0;
}

.footer .inner {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
}

.footerCnt {
  width: 1100px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.footerCnt__info {
  flex-basis: 360px;
}

.footerCnt__info__logo {
  margin-bottom: 15px;
}

.footerCnt__info__cnt__txt01 {
  color: #282B29;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 15px;
}

.footerCnt__info__cnt__txt02 {
  color: #282B29;
  font-size: 13px;
  font-weight: bold;
}

/* */
.footerCnt__contact {
  flex-basis: 260px;
}

.footerCnt__contact__tit {
  color: #282B29;
  font-size: 19px;
  margin-bottom: 15px;
  letter-spacing: -1px;
  font-weight: bold;
}

.footerCnt__contact__tel {
  color: #282B29;
  font-size: 33px;
  margin-bottom: 15px;
}

.footerCnt__contact__tel a {
  color: #000;
  text-decoration: none;
  letter-spacing: -1px;
  font-weight: bold;
  background: url(../img/icon_tel01.png) no-repeat left center;
  padding-left: 45px;
  padding-top: 4px;
}

.footerCnt__contact__btn a {
  display: block;
  width: 100%;
  border-radius: 3px;
  color: #fff;
  text-align: center;
  padding: 10px 0;
  box-sizing: border-box;
  background: #26512D;
  font-weight: bold;
  text-decoration: none;
  font-size: 15px;
}

.footerCnt__contact__btn a span {
  background: url(../img/icon_mail01.png) no-repeat left center;
  padding-top: 2px;
  padding-left: 30px;
  display: inline-block;
}

.footerCnt__contact__btn a:hover {
  background: #000;
}

/* fLnkBox*/
.fLnkBox {
  padding: 25px 0;
}

.fLnkBox__lst {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.fLnkBox__lst__item {
  flex-basis: 12.5%;
  text-align: center;
  border-left: dashed 1px #BBBBBB;
  box-sizing: border-box;
}

.fLnkBox__lst__item:last-child {
  border-right: dashed 1px #BBBBBB;
}

.fLnkBox__lst__item a {
  text-decoration: none;
  font-size: 15px;
  color: #000;
}

.fLnkBox__lst__item a:hover {
  color: #f00;
}

/* fBottom__main*/
.fBottom__main {
  background: #152F1A;
  padding: 30px 0;
}

.fBottom__main .inner {
  width: 100%;
  max-width: 1135px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  /* 子要素をflexboxにより中央に配置する */
}

.fBottom__lnk__item {
  display: inline-block;
  background: url(../img/marker01.png) no-repeat left center;
  padding-left: 15px;
  margin-right: 20px;
}

.fBottom__lnk__item:last-child {
  margin: 0;
}

.fBottom__lnk__item a {
  color: #fff;
  text-decoration: none;
  font-size: 13px;
}

.fBottom__address {
  color: #fff;
  font-size: 14px;
}

/* fBottom__sub*/
.fBottom__sub {
  padding: 30px 0;
  width: 100%;
  max-width: 1135px;
  margin: 0 auto;
}

.fBottom__sub__lnk {
  text-align: right;
}

.fBottom__sub__lnk__item {
  display: inline-block;
  margin-left: 20px;
}

/*--------------------------
aboutBox
---------------------------- */
.aboutBox__lst {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  max-width: 1140px;
  margin: 0 auto 150px;
}

.aboutBox__lst__item {
  margin-bottom: 30px;
}

.aboutBox__lst__item a {
  display: block;
  background: url(../img/aboutBox__lst__item_cemetery.png) no-repeat center center;
  height: 300px;
  width: 557px;
  text-decoration: none;
  display: flex;
  /* 子要素をflexboxで揃える */
  flex-direction: column;
  /* 子要素をflexboxにより縦方向に揃える */
  justify-content: center;
  /* 子要素をflexboxにより中央に配置する */
  align-items: center;
  /* 子要素をflexboxにより中央に配置する */
  transition: .5s;
}

.aboutBox__lst__item:nth-child(1) a {
  background-image: url(../img/aboutBox__lst__item_cemetery.png);
}

.aboutBox__lst__item:nth-child(2) a {
  background-image: url(../img/aboutBox__lst__item_facility.png);
}

.aboutBox__lst__item:nth-child(3) a {
  background-image: url(../img/aboutBox__lst__item_overview.png);
}

.aboutBox__lst__item:nth-child(4) a {
  background-image: url(../img/aboutBox__lst__item_landscape.png);
}

.aboutBox__lst__item__cnt {
  background: rgba(255, 255, 255, 0.8);
  width: 400px;
  height: 180px;
  border-radius: 9px;
  box-shadow: 0px 0px 16px -6px rgba(0, 0, 0, 0.85);
  display: flex;
  /* 子要素をflexboxで揃える */
  flex-direction: column;
  /* 子要素をflexboxにより縦方向に揃える */
  justify-content: center;
  /* 子要素をflexboxにより中央に配置する */
  align-items: center;
  /* 子要素をflexboxにより中央に配置する */
  transition: .5s;
}

.aboutBox__lst__item__cnt p {
  width: 240px;
}

.aboutBox__lst__item__cnt span {
  display: block;
}

.aboutBox__label {
  font-size: 1.75em;
  color: #1F1F1F;
  margin-bottom: 15px;
  text-align: center;
  font-weight: bold;
}

.aboutBox__btn {
  font-size: 0.9375em;
  background: #40019E url(../img/marker02.png) no-repeat 95% center;
  color: #fff;
  border-radius: 4px;
  padding: 15px 0;
  box-sizing: border-box;
  text-align: center;
  transition: .5s;
}

.aboutBox__lst__item:nth-child(1) span.aboutBox__btn {
  background-color: #40019E;
}

.aboutBox__lst__item:nth-child(2) span.aboutBox__btn {
  background-color: #00809F;
}

.aboutBox__lst__item:nth-child(3) span.aboutBox__btn {
  background-color: #9E015B;
}

.aboutBox__lst__item:nth-child(4) span.aboutBox__btn {
  background-color: #749F00;
}

/* hover時動作 */
.aboutBox__lst__item:nth-child(1) a:hover {
  background-color: rgba(0, 0, 0, 0.3);
  background-blend-mode: darken;
  box-shadow: 0px 0px 16px -6px rgba(0, 0, 0, 0.5);
}

.aboutBox__lst__item:nth-child(2) a:hover {
  background-color: rgba(0, 0, 0, 0.3);
  background-blend-mode: darken;
  box-shadow: 0px 0px 16px -6px rgba(0, 0, 0, 0.5);
}

.aboutBox__lst__item:nth-child(3) a:hover {
  background-color: rgba(0, 0, 0, 0.3);
  background-blend-mode: darken;
  box-shadow: 0px 0px 16px -6px rgba(0, 0, 0, 0.5);
}

.aboutBox__lst__item:nth-child(4) a:hover {
  background-color: rgba(0, 0, 0, 0.3);
  background-blend-mode: darken;
  box-shadow: 0px 0px 16px -6px rgba(0, 0, 0, 0.5);
}

.aboutBox__lst__item:nth-child(1) a:hover span.aboutBox__btn {
  background-color: #25015A;
}

.aboutBox__lst__item:nth-child(2) a:hover span.aboutBox__btn {
  background-color: #004D60;
}

.aboutBox__lst__item:nth-child(3) a:hover span.aboutBox__btn {
  background-color: #6D0140;
}

.aboutBox__lst__item:nth-child(4) a:hover span.aboutBox__btn {
  background-color: #5B7D00;
}

.aboutBox__lst__item:nth-child(1) a:hover .aboutBox__lst__item__cnt {
  background: white;
  box-shadow: 0px 0px 16px -6px #000000;
}

.aboutBox__lst__item:nth-child(2) a:hover .aboutBox__lst__item__cnt {
  background: white;
  box-shadow: 0px 0px 16px -6px #000000;
}

.aboutBox__lst__item:nth-child(3) a:hover .aboutBox__lst__item__cnt {
  background: white;
  box-shadow: 0px 0px 16px -6px #000000;
}

.aboutBox__lst__item:nth-child(4) a:hover .aboutBox__lst__item__cnt {
  background: white;
  box-shadow: 0px 0px 16px -6px #000000;
}

body.about .aboutBox {
  background: url(../img/bk01.jpg) repeat;
  padding: 80px 0;
  margin-bottom: 100px;
}

/*--------------------------
topLead
---------------------------- */
.layoutBox.topLead {
  width: 100%;
  max-width: 1110px;
  margin: 0 auto 150px;
}

.layoutBox.topLead .layoutBox__cnt {
  flex-basis: calc(100% - 600px);
}

.layoutBox.topLead .layoutBox__cnt h2 {
  font-size: 1.25em;
  font-weight: bold;
  margin-bottom: 30px;
  line-height: 2;
}

.layoutBox.topLead .layoutBox__cnt p {
  font-size: 1.125em;
  line-height: 2;
  color: #3D2C45;
}

.layoutBox.topLead .layoutBox__pic {
  flex-basis: 550px;
}

/*--------------------------
newsBox
---------------------------- */
.newsBox {
  margin-bottom: 150px;
}

.newsBox .inner {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
}

/* お知らせ */
.newsBox__cnt {
  flex-basis: 680px;
}

.newsBox__cnt__lst {
  margin-bottom: 50px;
}

.newsBox__cnt__lst__item {
  border-bottom: solid 1px #CCCCCC;
  margin-bottom: 15px;
  padding-bottom: 15px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.newsBox__cnt__lst__item__pic {
  flex-basis: 115px;
}

.newsBox__cnt__lst__item__pic img {
  width: 112px;
  height: 112px;
  object-fit: cover;
}

.newsBox__cnt__lst__item__info {
  flex-basis: 510px;
}

.newsBox__cnt__lst__item__info__date {
  color: #1F1F1F;
  font-size: 0.875em;
}

.newsBox__cnt__lst__item__info__tit a {
  text-decoration: none;
  color: #1F1F1F;
  font-size: 1.25em;
  font-weight: bold;
}

.newsBox__cnt__lst__item__info__tit a:hover {
  color: #f00;
}

.newsBox__cnt__lst__item__info__cat {
  margin-bottom: 15px;
}

.newsBox__cnt__lst__item__info__cat li {
  display: inline-block;
}

.newsBox__cnt__lst__item__info__cat li a {
  font-size: 0.8125em;
  font-weight: bold;
  display: inline-block;
  background: #000;
  border-radius: 4px;
  padding: 1px 4px;
  color: #fff;
  text-decoration: none;
}

.newsBox__cnt__btn {
  text-align: center;
}

.newsBox__cnt__btn a {
  color: #000;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  border: solid 1px #000;
  border-radius: 5px;
  width: 100%;
  max-width: 240px;
  padding: 10px;
  text-align: center;
  transition: .5s;
  font-weight: bold;
}

.newsBox__cnt__btn a:hover {
  background: #f6f1ff;
  box-shadow: 0px 0px 16px -6px rgba(0, 0, 0, 0.6);
}

/* sns */
.newsBox__sns {
  flex-basis: 400px;
}

/*--------------------------
features
---------------------------- */
.features {
  width: 100%;
  max-width: 1135px;
  margin: 0 auto;
  margin-bottom: 150px;
}

.features__lst {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.features__lst__item {
  flex-basis: 350px;
}

.features__lst__item__pic {
  text-align: center;
  margin-bottom: 30px;
}

.features__lst__item__tit {
  font-size: 1.25em;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
}

.features__lst__item__txt {
  color: #3D2C45;
  font-size: 1em;
  line-height: 1.6;
}

/*--------------------------
facility
---------------------------- */
.otherFacilitys {
  margin-bottom: 100px;
}

.otherFacilitys__lst {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 100px;
}

.otherFacilitys__lst__item {
  flex-basis: 295px;
}

.otherFacilitys__lst__item__pic {
  margin-bottom: 20px;
}

.otherFacilitys__lst__item__pic img {
  width: 100%;
  height: auto;
}

.otherFacilitys__lst__item__tit {
  font-weight: bold;
  font-size: 1.25em;
  margin-bottom: 20px;
}

.otherFacilitys__lst__item__txt {
  color: #3D2C45;
  font-size: 0.9375em;
}

.otherFacilitys__lst2 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.otherFacilitys__lst2__item {
  flex-basis: 45%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.otherFacilitys__lst2__item__pic {
  flex-basis: 180px;
}

.otherFacilitys__lst2__item__pic img {
  width: 100%;
  height: auto;
}

.otherFacilitys__lst2__item div {
  flex-basis: calc(100% - 180px);
  box-sizing: border-box;
  padding-left: 15px;
}

.otherFacilitys__lst2__item__tit {
  font-weight: bold;
  font-size: 1.25em;
  margin-bottom: 20px;
}

.otherFacilitys__lst2__item__txt {
  color: #3D2C45;
  font-size: 0.9375em;
}

/*--------------------------
seasons
---------------------------- */
.seasons {
  background: #F1FFE3;
  padding: 60px 0;
  box-sizing: border-box;
  margin-bottom: 150px;
}

.seasons .inner {
  width: 1185px;
  margin: 0 auto;
}

.seasons__tit {
  z-index: 1;
  margin-bottom: 90px;
  text-align: center;
  display: block;
  font-size: 2.1875em;
  color: #222222;
  margin-bottom: 40px;
  position: relative;
}

.seasons__tit:after {
  content: "";
  width: 95px;
  height: 1px;
  border-bottom: solid 1px #9E9E9E;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.seasons__tit span:nth-child(1) {
  color: #CC5953;
}

.seasons__tit span:nth-child(2) {
  color: #0085B2;
}

.seasons__tit span:nth-child(3) {
  color: #FF7F00;
}

.seasons__tit span:nth-child(4) {
  color: #339B64;
}

.seasons__box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.seasons__box__item {
  flex-basis: 280px;
  box-sizing: border-box;
}

.seasons__box__item__mark {
  text-align: center;
  margin-bottom: 20px;
}

.seasons__box__item__pic {
  margin-bottom: 20px;
}

.seasons__box__item__pic img {
  width: 100%;
  height: out;
}

.seasons__box__item__txt {
  font-size: 0.9375em;
  line-height: 1.6;
}

/*--------------------------
flowerBox
---------------------------- */
.flowerBox {
  width: 1130px;
  margin: 0 auto 80px;
}

.flowerBox .tit01__ja {
  color: #339C64;
}

.flowerBox__lst {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.flowerBox__lst__item {
  flex-basis: 20%;
  box-sizing: border-box;
  padding: 0 5px;
  margin-bottom: 20px;
}

.flowerBox__lst__item__pic img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

.flowerBox__lst__item__pic {
  border: solid 1px #ccc;
}

/*--------------------------
stepBox
---------------------------- */
body.flow #eitai {
  margin-bottom: 100px;
}

body.flow #ippan {
  margin-bottom: 100px;
}

.stepTit {
  background-color: #000;
  background-repeat: no-repeat;
  background-position: 0 center;
  color: #fff;
  font-size: 2.1875em;
  padding: 23px 10px 23px 215px;
  margin-bottom: 60px;
}

#eitai .stepTit {
  background-image: url(../img/stepTit__eitai.jpg);
  background-color: #00661A;
}

#ippan .stepTit {
  background-image: url(../img/stepTit__ippan.jpg);
  background-color: #045FA2;
}

.stepBox__item {
  color: #3D2C45;
  margin-bottom: 65px;
  padding-left: 150px;
  background-repeat: no-repeat;
  background-position: left top;
}

#eitai .stepBox__item:nth-child(1) {
  background-image: url(../img/step_1_g.png);
}

#eitai .stepBox__item:nth-child(2) {
  background-image: url(../img/step_2_g.png);
}

#eitai .stepBox__item:nth-child(3) {
  background-image: url(../img/step_3_g.png);
}

#eitai .stepBox__item:nth-child(4) {
  background-image: url(../img/step_4_g.png);
}

#eitai .stepBox__item:nth-child(5) {
  background-image: url(../img/step_5_g.png);
}

#eitai .stepBox__item:nth-child(6) {
  background-image: url(../img/step_6_g.png);
}

#ippan .stepBox__item:nth-child(1) {
  background-image: url(../img/step_1_b.png);
}

#ippan .stepBox__item:nth-child(2) {
  background-image: url(../img/step_2_b.png);
}

#ippan .stepBox__item:nth-child(3) {
  background-image: url(../img/step_3_b.png);
}

#ippan .stepBox__item:nth-child(4) {
  background-image: url(../img/step_4_b.png);
}

#ippan .stepBox__item:nth-child(5) {
  background-image: url(../img/step_5_b.png);
}

#ippan .stepBox__item:nth-child(6) {
  background-image: url(../img/step_6_b.png);
}

.stepBox__item:last-child {
  margin-bottom: 0;
}

.stepBox__item__tit {
  font-size: 1.25em;
  font-weight: bold;
  color: #000;
  margin-bottom: 20px;
}

.stepBox__item__txt {
  margin-bottom: 20px;
}

.stepBox__item__txt a {
  color: #000;
}

.stepBox__item__txt a:hover {
  color: #f00;
}

.stepBox__item__atent {
  background: #EEEEEE;
  padding: 20px;
  box-sizing: border-box;
  font-size: 1.125em;
  margin-bottom: 25px;
}

.stepBox__item__num dt {
  font-weight: bold;
  margin-bottom: 10px;
}

.stepBox__item__num dd {
  margin-bottom: 20px;
}

/*--------------------------
ohaka
---------------------------- */
body.access .tit06 + .txt01 {
  margin-bottom: 30px;
}

.ohakaExplain {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 80px;
}

.ohakaExplain li {
  background: #EEEEEE;
  border: solid 2px #111111;
  box-sizing: border-box;
  padding: 20px;
}

.ohakaExplain.col03 li {
  flex-basis: 300px;
}

.ohakaExplain.col02 li {
  flex-basis: 460px;
  color: #3D2C45;
}

.ohakaExplain__tit {
  font-size: 1.125em;
  font-weight: bold;
  text-align: center;
  line-height: 2em;
  display: block;
  min-height: 65px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  /* 子要素をflexboxにより中央に配置する */
}

.ohakaExplain__tit span {
  display: block;
  width: 100%;
}

.ohakaExplain__txt {
  font-size: 1em;
  line-height: 2em;
}

.ohakaAtent {
  padding: 30px;
  background: #FFEEEE;
}

.ohakaAtent p {
  font-size: 1.0625em;
  line-height: 2;
  margin-bottom: 20px;
}

.ohakaAtent p:last-child {
  margin-bottom: 0;
}

/**/
.boshi {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  border: solid 1px #CCCCCC;
  padding: 20px;
  box-sizing: border-box;
}

.boshi__pic {
  flex-basis: 175px;
  box-sizing: border-box;
}

.boshi__pic img {
  width: 100%;
  height: auto;
}

.boshi__cnt {
  flex-basis: calc(100% - 175px);
  padding-left: 30px;
  box-sizing: border-box;
}

.boshi__cnt__tit {
  font-size: 2.1875em;
  margin-bototm: 15px;
}

.boshi__cnt__txt {
  font-size: 1.0625em;
  line-height: 2;
}

.mainMap {
  width: 100%;
  max-width: 1140px;
  margin: 0 auto 80px;
}

.mainMap img {
  width: 100%;
  height: auto;
}

.accessTbl {
  border-top: solid 1px #CCCCCC;
  width: 100%;
}

.accessTbl tr {
  border-bottom: solid 1px #CCCCCC;
}

.accessTbl th {
  padding: 30px;
  box-sizing: border-box;
  font-weight: bold;
  font-size: 1.25em;
  background: #EBF1DE;
}

.accessTbl td {
  padding: 30px;
  box-sizing: border-box;
  font-size: 1.25em;
}

.accessTbl__address span {
  background: url(../img/accessTbl__address_icon.png) no-repeat left center;
  display: inline-block;
  padding: 3px;
  padding-left: 35px;
}

.accessTbl__time span {
  background: url(../img/accessTbl__time_icon.png) no-repeat left center;
  display: inline-block;
  padding: 3px;
  padding-left: 35px;
}

/* accessInfo*/
.accessInfo {
  border: solid 1px #006835;
  padding: 30px;
  padding-left: 140px;
  margin-bottom: 80px;
  line-height: 2;
  font-size: 1em;
  background: url(../img/access_info.png) no-repeat 30px center;
}

/*--------------------------
アコーディオン機能
---------------------------- */
.acd-check {
  display: none;
}

.acd-label {
  background: #eee;
  color: #000;
  display: block;
  margin-bottom: 1px;
  padding: 15px;
  padding-left: 40px;
  position: relative;
  overflow: hidden;
  padding-right: 70px;
}

.acd-label:after {
  background: #DDDDDD;
  box-sizing: border-box;
  content: '＋';
  color: #3D2C45;
  display: block;
  font-family: "Font Awesome 5 Free";
  height: 150px;
  padding: 10px 15px;
  position: absolute;
  margin: auto;
  right: 0;
  top: 0;
  bottom: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  /* 子要素をflexboxにより中央に配置する */
}

.acd-label .Qlabel {
  content: "";
  width: 30px;
  height: auto;
  background: #00661A url(../img/q.png) no-repeat center center;
  color: #fff;
  font-size: 22px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
  padding: 0;
  height: 300px;
}

.acd-content {
  display: block;
  height: 0;
  opacity: 0;
  padding: 0 10px;
  transition: .5s;
  visibility: hidden;
  margin-bottom: 15px;
  overflow: hidden;
}

.acd-check + .acd-label + .acd-content.qaBox__content {
  padding-left: 40px;
}

.acd-check:checked + .acd-label:after {
  content: '－';
}

.acd-check:checked + .acd-label + .acd-content {
  height: auto;
  opacity: 1;
  visibility: visible;
}

.acd-check:checked + .acd-label + .acd-content.qaBox__content {
  padding: 30px;
  padding-left: 40px;
}

/*--------------------------
よくある質問
---------------------------- */
.qaCatList {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  max-width: 1130px;
  margin: 0 auto 80px;
}

.qaCatList__item {
  flex-basis: 275px;
}

.qaCatList__item a {
  display: block;
  text-decoration: none;
}

.qaCatList__item__pic {
  display: block;
}

.qaCatList__item__pic img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

.qaCatList__item__txt {
  display: block;
  text-align: left;
  color: #fff;
  padding: 10px 10px;
  font-size: 1.0625em;
  background: #00661a url(../img/marker02.png) no-repeat 95% center;
}

/*--------------------------
お問い合わせ
---------------------------- */
.contactLead {
  margin-bottom: 30px;
}

.contactInfo {
  background: #EEEEEE;
  padding: 15px;
  box-sizing: border-box;
  font-size: 1.125em;
  line-height: 2;
  margin-bottom: 30px;
}

.formTbl {
  width: 100%;
  margin-bottom: 30px;
}

.formTbl tr {
  border-bottom: solid 1px #CCCCCC;
}

.formTbl tr:first-child {
  border-top: solid 1px #CCCCCC;
}

.formTbl th {
  background: #EBF1DE;
  padding: 20px;
  box-sizing: border-box;
  font-weight: bold;
  line-height: 1.6;
  vertical-align: top;
  font-size: 1.125em;
  position: relative;
  width: 30%;
}

.formTbl th .hissu {
  background: #8C0000;
  color: #fff;
  font-size: 14px;
  border-radius: 5px;
  padding: 3px 10px;
  display: inline-block;
  position: absolute;
  right: 10px;
  top: 10px;
}

.formTbl th .nini {
  background: #eee;
  color: #fff;
  font-size: 14px;
  border-radius: 5px;
  padding: 3px 10px;
  display: inline-block;
  position: absolute;
  right: 10px;
  top: 10px;
}

.formTbl td {
  padding: 20px;
  box-sizing: border-box;
  color: #3D2C45;
  line-height: 1.6;
  vertical-align: top;
  font-size: 1.125em;
  width: 70%;
}

/* --- */
.formTbl input[type="text"],
.formTbl input[type="email"],
.formTbl input[type="tel"],
.formTbl textarea {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif !important;
  padding: 15px 10px;
  font-size: 1em;
  border: solid 1px #BBBBBB;
  border-radius: 4px;
  display: block;
  width: 100%;
  box-sizing: border-box;
  letter-spacing: 2px;
}

.formTbl input::placeholder {
  color: #AAAAAA;
}

.formTbl input[type=radio], input[type=checkbox] {
  width: 2em;
  height: 2em;
}

.formTbl .mwform-radio-field label {
  display: flex;
  align-items: center;
}

.formTbl .mwform-radio-field {
  margin-bottom: 5px;
}

.mw_wp_form .horizontal-item + .horizontal-item {
  margin-left: 0 !important;
}

input[type="submit"] {
  background: #26512D;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  display: block;
  width: 100%;
  max-width: 640px;
  margin: 0 auto;
  padding: 15px;
  border: none;
  border-radius: 5px;
}

body.confirm .submitArea {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

body.confirm .submitArea input[type="submit"] {
  flex-basis: 45%;
}

/*--------------------------
個人情報保護について
---------------------------- */
.policy dt {
  font-size: 1.2em;
  margin-bottom: 20px;
  font-weight: bold;
}

.policy dd {
  font-size: 1em;
  line-height: 1.7;
  margin-bottom: 40px;
  padding: 0 20px;
  box-sizing: border-box;
}

.policy dd p {
  margin-bottom: 15px;
}

.policy dd ul {
  margin-bottom: 15px;
}

.policy dd ul li {
  list-style: disc;
  margin-left: 1em;
}

/*--------------------------
サイトマップ
---------------------------- */
.sitemap > li {
  border-bottom: dashed 1px #eee;
  padding-bottom: 10px;
  margin-bottom: 10px;
  list-style: disc;
  margin-left: 2em;
}

.sitemap li > a {
  color: #00f;
  display: block;
  padding: 10px 0;
}

.sitemap li > a:hover {
  color: #f00;
}
