@charset 'UTF-8';
/*----------追記----------*/
#page_header{
  border-top: 6px solid #f5f9f5;
  border-bottom: 6px solid #84b82c;
  padding: 20px 0;
}
#page_header h2{
  font-size: 40px;
  text-align: center;
  color: #3a291f;
}
#pankuzu {
  margin-top: 20px;
}
#pankuzu ul{
  display: flex;
}
#pankuzu ul li{
  font-size: 14px;
}
#pankuzu ul li + li{
  margin-left: 15px;
}
#pankuzu ul li a{
  color: #84b82c;
  font-weight: bold;
}
@media screen and (max-width: 768px){
  #page_header{
    padding: 24px 0;
    background-color: #84b82c;
    border-top: none;
    border-bottom: none;
  }
  #page_header h2{
    font-size: 26px;
    color: #fff;
  }
  #pankuzu{
    margin-top: 10px;
  }
  #pankuzu ul{
    padding: 6px 0 3px;
    overflow-x: auto;
    overflow-y: hidden;
    overflow-scrolling: touch;
    overflow: auto;
    white-space: nowrap;
    padding-right: 17px;
  }
  #pankuzu ul li{
    font-size: 12px;
  }
  #pankuzu ul li + li{
    margin-left: 5px;
  }
}
@media screen and (max-width: 480px){
  #page_header h2{
    font-size: 20px;
  }
}
/*----------追記----------*/
body {
  font-family: "-apple-system", "BlinkMacSystemFont", "Hiragino Sans",
    "Hiragino Kaku Gothic ProN", "segoe ui", "游ゴシック  Medium", "メイリオ",
    Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #231815;
  line-height: 1.6;
}
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}
a {
  box-sizing: border-box;
  transition: 0.3s;
  text-decoration: none;
}
img{
  max-width: 100%;
  width: auto;
  height: auto;
}
.btn a img {
  transition: 0.3s;
}
.btn a:hover img {
  opacity: 0.8;
  border-radius: 6px;
  background: #89c122;
}
.inner {
  position: relative;
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
}
.inner_800{
  width: 90%;
  max-width: 800px;
  margin: 0 auto;
}
.secTtl {
  display: block;
  width: 100%;
  height: 5vw;
  margin-bottom: 3vw;
}
.secTtl img {
  display: block;
  max-width: 1000px;
  height: 100%;
  margin: 0 auto;
}
.secSubTtl {
  font-size: 1.4vw;
  font-weight: normal;
  display: block;
  margin: -2% auto 4%;
  text-align: center;
}
.secSubTtl:after {
  display: block;
  clear: both;
  content: "";
}
.secSubTtl span {
  display: inline-block;
  letter-spacing: 0.075em;
}
.secSubTtl span:before {
  display: block;
  float: left;
  width: 2.2vw;
  height: 1px;
  margin-top: 0.5em;
  margin-right: 0.5em;
  content: "";
  background: #111;
}
.secSubTtl span:after {
  display: block;
  float: right;
  width: 2.2vw;
  height: 1px;
  margin-top: 0.5em;
  margin-left: 0.5em;
  content: "";
  background: #111;
}
.topPage header button {
  display: none !important;
}
@-moz-keyframes swing {
  0% {
    -moz-transform: rotate(0deg);
  }
  25% {
    -moz-transform: rotate(5deg);
  }
  50% {
    -moz-transform: rotate(0deg);
  }
  75% {
    -moz-transform: rotate(-5deg);
  }
  100% {
    -moz-transform: rotate(0deg);
  }
}
@-webkit-keyframes swing {
  0% {
    -webkit-transform: rotate(0deg);
  }
  25% {
    -webkit-transform: rotate(5deg);
  }
  50% {
    -webkit-transform: rotate(0deg);
  }
  75% {
    -webkit-transform: rotate(-5deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
  }
}
    @-o-keyframes swing {
  0% {
    -o-transform: rotate(0deg);
  }
  25% {
    -o-transform: rotate(5deg);
  }
  50% {
    -o-transform: rotate(0deg);
  }
  75% {
    -o-transform: rotate(-5deg);
  }
  100% {
    -o-transform: rotate(0deg);
  }
}
@-ms-keyframes swing {
  0% {
    -ms-transform: rotate(0deg);
  }
  25% {
    -ms-transform: rotate(5deg);
  }
  50% {
    -ms-transform: rotate(0deg);
  }
  75% {
    -ms-transform: rotate(-5deg);
  }
  100% {
    -ms-transform: rotate(0deg);
  }
}
@keyframes swing {
  0% {
    transform: rotate(0deg);
  }
  25% {
    transform: rotate(5deg);
  }
  50% {
    transform: rotate(0deg);
  }
  75% {
    transform: rotate(-5deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
header .utility {
  position: absolute;
  z-index: 100;
  right: 5%;
  padding-top: 1%;
}
header .utility li {
  float: right;
  width: 7%;
  height: auto;
  margin-left: 3%;
}
.topPage header .inside {
  position: absolute;
  z-index: 100;
  right: 5%;
  width: 35%;
  height: auto;
  padding-top: 6%;
  text-align: center;
}
.topPage header .inside h1 {
  padding-bottom: 25%;
}
.topPage header .inside nav ul {
  font-size: 1.2vw;
}
.topPage header .inside nav ul li {
  padding-bottom: 5%;
}
.topPage header .inside nav ul li a {
  padding: 1.2%;
  color: #fff;
}
.topPage header .inside nav ul li a:hover {
  color: #89c122;
  background: #fff;
}
.topPage .swiper-container {
  position: relative;
  /*z-index: -1;*/
  top: 0;
  left: 0;
  /*width: 70%;*/
  width:100%;
  max-width:2000px;
}
.topPage .swiper-container .catchCopy {
  width: 882px;
  margin: auto;
  position: absolute;
  z-index: 1;
  right: 0;
  bottom: 100px;
  left: 0;
}
.topPage .swiper-container .swiper-slide img {
  margin: auto;
}

.lower header.green:after {
  z-index: -1;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  padding-top: 11.333%;
  content: "";
  background: url(../images/bg_header_lower.svg) no-repeat;
  background-size: cover;
}
.lower header.green h1 {
  position: absolute;
  width: auto;
  height: 3.2vw;
  margin-top: 3.2vw;
}
.lower header.green h1 img {
  width: auto;
  height: 100%;
}
section#eventNews{
  padding: 40px 0;
}
section#eventNews .inner{
  border: 2px solid #cfcfcf;
  border-radius: 5px;
  padding: 20px 35px;
}
section#eventNews .event-titlearea{
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}
section#eventNews .event-titlearea .eventNews__title{
  font-size: 22px;
}
section#eventNews .event-titlearea .eventBtn a{
  color: #000;
  font-size: 14px;
  font-weight: bold;
  position: relative;
  padding-right: 15px;
}
section#eventNews .event-titlearea .eventBtn a:after{
  border-left: 5px solid #000;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  content: "";
  position: absolute;
  top: 50%;
  transform: translate(0,-50%);
  image-rendering: 0;
  right: 0;
}
section#eventNews ul li {
  width: 100%;
}
section#eventNews ul li a {
  display: block;
}
section#eventNews ul li a:hover {
  opacity: 0.6;
}
section#eventNews ul li .thumb {
  position: relative;
  width: 100%;
  padding-top: 58%;
}
section#eventNews ul li .thumb img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: auto;
}
section#eventNews ul li .box {
  align-items: center;
  display: flex;
  margin-top: -0.2%;
  padding: 10px 0;
  color: #231815;
}
section#eventNews ul li .box .box_inner{
  align-items: center;
  display: flex;
  /*width: 200px;*/
 width:250px;
}
section#eventNews ul li .box .date {
  font-size: 13px;
  display: inline-block;
}
section#eventNews ul li .box .cate {
  background-color: #e0e0e0;
  text-align: center;
  font-size: 13px;
  margin-right: 20px;
  /*width: 80px;*/
  width:10em;
}
section#eventNews ul li .box h2 {
  font-size: 13px;
  font-weight: normal;
  line-height: 1.6;
}
section#eventNews ul li .box h2 span{
  border-bottom: 1px solid #b8b8b8;
}
@media screen and (max-width: 768px){
  section#eventNews{
    padding: 0;
  }
  section#eventNews .inner{
   border: none;
   padding: 20px 10px; 
  }
}
@media screen and (max-width: 480px){
  section#eventNews .event-titlearea{
    margin-bottom: 0;
  }
  section#eventNews .inner{
    padding: 20px 0;
  }
  section#eventNews .event-titlearea .eventNews__title{
    font-size: 15px;
  }
  section#eventNews .event-titlearea .eventBtn a{
    font-size: 12px;
  }
  section#eventNews ul li .box .box_inner{
    margin-bottom: 5px;
  }
}
#contact #section10,
#event #section10{
    margin: 50px 0;
}


.area-title{
  font-size: 36px;
  text-align: center;
  margin-bottom: 60px;
  font-weight: 500;
}
.btnMore {
  display: block;
  margin-top: 2%;
  text-align: right;
}
.btnMore a {
  display: inline-block;
  padding: 1% 2%;
  text-align: center;
  color: #fff;
  border-radius: 3px;
  background: #3a291f;
}
.btnMore a:hover {
  background: #8bb83a;
}
section#search{
  padding: 0 0 100px;
}
section#search .search-area{
  display: flex;
  justify-content: space-between;
}
section#search .search-area .search-area__left{
  margin-right: 20px;
}
section#search .search-area p{
  color: #333333;
  text-align: center;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.8;
  margin-bottom: 20px;
}
section#search .search-area p span{
  color: #ff6701;
  font-weight: 700;
}
@media screen and (max-width: 768px){
  section#search{
    padding-bottom: 50px;
  }
  section#search .search-area{
    flex-direction: column;
  }
  section#search .search-area .search-area__left{
    margin-right: 0;
  }
  section#search .search-area .search-area__right{
    margin-top: 30px;
  }
  section#search .search-area .search-area__left a img,
  section#search .search-area .search-area__right a img{
    margin: 0 auto;
  }
}
@media screen and (max-width: 480px){
  section#search .search-area p{
    font-size: 16px;
  }
}
section#workContents{
  padding: 0;
}
section#workContents .workContents_bg{
  background-color: #e4e6e4;
  padding: 80px 0;
}
section#workContents .workContents-area{
  display: flex;
  justify-content: space-between;
}
section#workContents .workContents-area__left{
  width: 41%;
}
section#workContents .workContents-area__right{
  width: 54%;
}
section#workContents .workContents-area__right p{
  font-size: 18px;
  font-weight: 400;
  text-align: center;
  margin-bottom: 12px;
}
section#workContents .right_btnarea{
  display: flex;
  justify-content: space-between;
  margin-bottom: 35px;
}
section#workContents .right_btnarea .btn01{
  border-radius: 5px;
  padding: 15px 0;
  font-size: 18px;
  font-weight: 500;
  margin: 0;
}
section#workContents .right_btnarea .btn01 + .btn01{
  margin-left: 10px;
} 
section#workContents .workContents-btn{
  background-color: #8bb83a;
  border-radius: 5px;
  margin: 0 auto;
  display: block;
  text-align: center;
  padding: 25px 0;
  width: 540px;
  max-width: 100%;
  position: relative;
}
section#workContents .workContents-btn span{
  color: #fff;
  font-size: 28px;
  font-weight: 500;
  position: relative;
  padding-left: 60px;
}
section#workContents .workContents-btn span:before{
  background-image: url(../images/top/btn-icon.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  content: "";
  position: absolute;
  top: 50%;
  transform: translate(0,-50%);
  left: 0;
  height: 50px;
  width: 50px;
}
section#workContents .workContents-btn:after{
  border-left: 5px solid #fff;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  content: "";
  position: absolute;
  top: 50%;
  transform: translate(0,-50%);
  image-rendering: 0;
  right: 20px;
}
@media screen and (max-width: 480px){
  section#workContents{
    padding-bottom: 0;
  }
  section#workContents .workContents_bg{
    padding: 40px 0;
  }
}
section#helloHellouse {
  /*padding: 0 0 5vw;*/
}
section#helloHellouse .imgHellouse {
  display: block;
  width: 100%;
}
section#afterSupport{
  padding: 0 0 5vw;
}
section#afterSupport .support-area{
  align-items: center;
  display: flex;
  justify-content: space-between;
}
section#afterSupport .support-title{
  font-size: 24px;
  font-weight: 500;
  text-align: center;
  line-height: 2;
}
section#afterSupport .support-title span{
  align-items: center;
  display: flex;
  justify-content: center;
}
section#afterSupport .support-title span img{
  height: 20px;
  object-fit: contain;
  width: auto;
  margin: 0 5px;
}
section#afterSupport .support-title span + h2.area-title{
  margin-bottom: 30px;
  font-weight: 500;
}
section#afterSupport .support-title .btn01{
  font-size: 16px;
  font-weight: normal;
}
section#afterSupport .support-area .support-left{
  width: calc(100% - 400px);
}
section#afterSupport .support-area .support-right{
  width: 400px;
}
@media screen and (max-width: 1024px){
  section#afterSupport .support-title{
    font-size: 14px;
  }
  section#afterSupport .support-title span img{
    height: 14px;
  }
  section#afterSupport .support-title span + h2.area-title{
    font-size: 30px;
    margin-bottom: 15px;
  }
  section#afterSupport .support-area .support-left{
    width: calc(100% - 340px);
  }
  section#afterSupport .support-area .support-right{
    width: 340px;
  }
}
@media screen and (max-width: 768px){
  section#afterSupport .support-area{
    flex-direction: column;
  }
  section#afterSupport .support-area .support-left{
    width: 100%;
  }
  section#afterSupport .support-area .support-left img{
    margin: 0 auto;
  }
  section#afterSupport .support-area .support-right{
    margin-top: 30px;
    width: 100%;
  }
  section#afterSupport .support-title span + h2.area-title{
    font-size: 24px;
  }
  section#afterSupport .support-title .btn01{
    font-size: 15px;
  }
}
@media screen and (max-width: 480px){
  section#afterSupport{
    padding-bottom: 15vw;
  }
}
section#voice{
  padding: 0 0 60px;
}
section#voice .voice_bg{
  background-color: #f5f9f5;
  padding: 80px 0;
}
section#voice .voice-area{
  align-items: center;
  display: flex;
  justify-content: space-between;
}
section#voice .voice-area__left{
  width: 50%;
  text-align: center;
}
section#voice .voice-title span{
  align-items: center;
  display: flex;
  justify-content: center;
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 20px;
}
section#voice .voice-title span img{
  height: 20px;
  object-fit: contain;
  width: auto;
  margin: 0 5px;
}
section#voice .voice-title span + h2.area-title{
  margin-bottom: 40px;
}
@media screen and (max-width: 768px){
  section#voice .voice_bg{
    padding: 40px 0;
  }
  section#voice .voice-area{
    flex-direction: column-reverse;
  }
  section#voice .voice-title span{
    margin-bottom: 5px;
  }
  section#voice .voice-area__left{
    margin-top: 30px;
    width: 100%;
  }
}
@media screen and (max-width: 480px){
  section#voice .voice-title span{
    font-size: 14px;
  }
  section#voice .voice-title span img{
    height: 16px;
  }
  section#voice .voice-area__right img{
    width: 60%;
    margin: 0 auto;
  }
}
section#about{
  padding: 0 0 30px;
}
section#about .about-area{
  align-items: center;
  display: flex;
  justify-content: space-between;
}
section#about .about-area__left,
section#about .about-area__right{
  width: 50%;
  text-align: center;
}
section#about .about-area__left img{
  margin: 0 auto;
}
section#about .about-area__right p{
  text-align: left;
  display: inline-block;
  font-size: 18px;
  font-weight: 400;
  line-height: 2;
  margin-top: 50px;
}
@media screen and (max-width: 768px){
  section#about .about-area{
    flex-direction: column;
  }
  section#about .about-area__left,
  section#about .about-area__right{
    width: 100%;
  }
  section#about .about-area__left img{
    margin: 0 auto;
  }
  section#about .about-area__right p{
    font-size: 16px;
  }
}
@media screen and (max-width: 480px){
  section#about .about-area__right p{
    font-size: 13px;
    margin-top: 20px;
  }
}
section#plan{
  padding: 9vw 0 5vw;
}
section#plan #planslide{
  margin-bottom: 30px;
}
section#plan .plan-btn{
  margin-top: 40px;
}
section#plan .slick-prev,
section#plan .slick-next{
  z-index: 2;
  height: 25px;
  width: 25px;
}
section#plan .slick-prev{
  left: 24vw;
} 
section#plan .slick-next{
  right: 24vw;
}
section#plan .slick-prev:before,
section#plan .slick-next:before{
  border-top: 2px solid #6c6c6c;
  border-right: 2px solid #6c6c6c;
  position: absolute;
  content: "";
  top: 0;
  width: 25px;
  height: 25px;
}
section#plan .slick-prev:before{
  transform: rotate(-135deg);
  left: 5px;
}
section#plan .slick-next:before{
  transform: rotate(45deg);
  right: 10px;
}
section#plan #planslide .slick-slide {
  padding: 0 10px;
  opacity: .4;
  transition-duration: 0.3s;
}
section#plan #planslide .slick-slide.slick-current {
  opacity: 1;
}
section#plan #plan_thumb .thumb-item,
section#plan #plan_thumb .thumb-item.slick-current{
  position: relative;
  padding-bottom: 10px;
}
section#plan #plan_thumb .thumb-item:hover:after,
section#plan #plan_thumb .thumb-item.slick-current:after{
    position: absolute;
    right: 0;
    left: 0;
    display: block;
    width: 50px;
    height: 2px;
    margin: 10px auto 0;
    content: "";
    background: #111;
    bottom: 0;
}
section#plan #plan_thumb .slick-nav-img {
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: auto !important;
}
section#plan #plan_thumb .thumb-item {
  margin-bottom: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  margin: 0 10px;
}
section#plan #planslide .slick-slide:not(.slick-center) {
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
}
@media screen and (max-width: 768px){
  section#plan{
    padding: 5vw 0 20vw;
  }
  section#plan .slick-prev{
    left: 17vw;
  }
  section#plan .slick-next{
    right: 17vw;
  }
  section#plan .plan-btn{
    margin-top: 35px;
  }
}
@media screen and (max-width: 480px){
  section#plan .slick-prev{
    left: 3vw;
  }
  section#plan .slick-next{
    right: 3vw;
  }
  section#plan .slick-prev::before,
  section#plan .slick-next::before{
    height: 15px;
    width: 15px;
  }
}

/*タブの中身を初期非表示に*/
.ChangeElem_Panel {
  display: none;
}
/*タブを横並べに*/
.ChangeElem_Btn_Content {
  display: flex;
  box-sizing: border-box;
  padding: 3% 10% 0;
  justify-content: space-around;
}
/*通常時のタブ装飾*/
.ChangeElem_Btn,
.ChangeElem_Btn2 {
  position: relative;
  display: inline-block !important;
  box-sizing: border-box;
  padding: 0 3%;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  vertical-align: middle;
  border: none;
  outline: none;
  background: none;
  flex: 1;
}
/*カレントとホバー時のタブ装飾*/
.ChangeElem_Btn:hover,
.ChangeElem_Btn.active,
.ChangeElem_Btn2:hover,
.ChangeElem_Btn2.active {
  position: relative;
  opacity: 0.4;
}
.ChangeElem_Btn:hover:after,
.ChangeElem_Btn.active:after,
.ChangeElem_Btn2:hover:after,
.ChangeElem_Btn.active2:after {
  position: absolute;
  right: 0;
  left: 0;
  display: block;
  width: 50px;
  height: 2px;
  margin: 10px auto 0;
  content: "";
  background: #111;
}
.popup-container {
  display: block;
  margin: 0 auto;
  text-align: center;
}
.popup-container a {
  position: relative;
  display: inline-block;
  width: 10%;
  margin: 1em 0.4em;
  padding-top: 7.5%;
  text-align: center;
}
.popup-container a img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  margin: auto;
  border-radius: 4px;
}
.mfp-counter {
  display: none;
}
.btn01{
  background-color: #3a291f;
  border-radius: 5px;
  color: #fff;
  display: block;
  text-align: center;
  font-weight: 500;
  padding: 15px 0;
  position: relative;
  margin: 0 auto;
  width: 250px;
}
.btn01:after{
  border-left: 5px solid #fff;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  content: "";
  position: absolute;
  top: 50%;
  transform: translate(0,-50%);
  image-rendering: 0;
  right: 20px;
}
.btn02{
  background-color: #84b82c;
  border-radius: 5px;
  color: #fff;
  display: block;
  text-align: center;
  padding: 15px 0;
  position: relative;
  margin: 0 auto;
  width: 260px;
}
.btn02:after{
  border-left: 5px solid #fff;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  content: "";
  position: absolute;
  top: 50%;
  transform: translate(0,-50%);
  image-rendering: 0;
  right: 20px;
}
@media screen and (max-width: 480px){
  .btn02:after{
    right: 10px;
  }
}
section#works{
  padding: 0 0 120px;
}
section#works .works_bg{
  background-color: #f5f9f5;
}
section#works .works-area{
  align-items: center;
  display: flex;
  justify-content: flex-end;
}
section#works .works-area .works-area__left{
  padding-left: 12%;
  text-align: center;
  width: 50%;
}
section#works .works-area .works-area__left div{
  font-size: 36px;
  font-weight: 500;
}
section#works .works-area .works-area__left span{
  align-items: center;
  display: flex;
  justify-content: center;
}
section#works .works-area .works-area__left span img{
  height: 40px;
  object-fit: contain;
  width: auto;
  margin: 0 5px 5px;
}
section#works .works-area .works-area__right{
  width: 50%;
}
section#works .works-area .works-area__right img{
  width: 100%;
}
section#works .works-area .works-btn{
  margin: 30px auto 0; 
}
@media screen and (max-width: 768px){
  section#works .works-area{
    flex-direction: column-reverse;
  }
  section#works .works-area .works-area__left{
    padding-left: 0;
    padding-bottom: 30px;
    margin-right: 0;
    width: 100%;
  }
  section#works .works-area .works-area__left div{
    font-size: 26px;
  }
  section#works .works-area .works-area__left span img{
    height: 30px;
  }
  section#works .works-area .works-area__right{
    margin-bottom: 30px;
    width: 100%;
  }
  section#works .works-area .works-btn{
    margin-top: 20px;
  }
}
@media screen and (max-width: 480px){
  section#works{
    padding-bottom: 60px;
  }
  section#works .works-area .works-area__left div{
    font-size: 21px;
  }
  section#works .works-area .works-area__left span img{
    height: 24px;
  }
}

.lower #eventTopics ul {
  padding: 0 0 2vw;
}
.lower #eventTopics ul li a {
  line-height: 1.4;
  display: block;
  padding: 1.5vw 0 0.5vw;
  color: #231815;
  border-bottom: solid 1px #231815;
}
.lower #eventTopics ul li a:hover {
  background: #f3f3f3;
}
.lower #eventTopics ul li a dl {
  display: flex;
}
.lower #eventTopics ul li a dl dt img {
  max-width: 200px;
  margin-right: 20px;
  margin-bottom: 13px;
}
.lower #eventTopics ul li a dl dd {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-bottom: 13px;
}
.lower #eventTopics ul li a dl dd strong {
  font-size: 2vw;
  font-weight: normal;
  display: inline;
}
.lower #eventTopics ul li a dl dd span {
  font-size: 1.4vw;
  display: inline;
}
.lower #eventDetail {
  line-height: 1.8;
}
.lower #eventDetail h1 {
  font-size: 2.8vw;
  font-weight: normal;
  display: inline-block;
  padding: 3vw 0 1vw;
}
.lower #eventDetail .date {
  font-size: 1.6vw;
  display: inline-block;
  padding-left: 2vw;
  letter-spacing: 0.07em;
}
.lower #eventDetail .editor {
  font-size: 1.4vw;
  padding-bottom: 30px;
}
.lower #eventDetail .editor .thumb {
  overflow: hidden;
  border-radius: 10px;
}
/*20220929　追加*/
.lower #eventDetail .editor .wp-caption{
	max-width:100%;
}
.lower #eventDetail .editor iframe{
	max-width:100%;
}/*追加END*/
.lower .eventNavi {
  display: block;
  padding-bottom: 4%;
  text-align: center;
}
.lower .eventNavi li {
  font-size: 1.6vw;
  display: inline-block;
}
.lower .eventNavi li.center {
  font-size: 1.5vw;
  padding: 0 0.5em;
}
.lower .eventNavi li a {
  color: #231815;
}
.lower .eventNavi li a:hover {
  color: #89c122;
}
.contact header nav ul {
  display: table;
  margin: 0 auto;
  padding-top: 2%;
  text-align: center;
}
.contact header nav ul li {
  display: table-cell;
  text-align: center;
}
.contact header nav ul li a {
  display: block;
  padding: 1em 0.6em;
  color: #231815;
  border-radius: 3px;
}
.contact header nav ul li a:hover {
  color: #fff;
  background: #231815;
}
.contact .pageTtl {
  display: block;
  width: auto;
  height: 36px;
  margin-bottom: 5%;
  text-align: center;
}
.contact .pageTtl img {
  display: inline-block;
  width: auto;
  height: 100%;
}
.contact table {
  line-height: 1.4;
  width: 100%;
  margin: 6% 0 6%;
  text-align: left;
}
.contact table th {
  font-weight: normal;
  width: 22%;
  padding: 3% 0;
  vertical-align: middle;
}
.contact table td {
  width: 78%;
  padding: 3% 0;
  vertical-align: middle;
}
.docreq header nav ul {
  display: table;
  margin: 0 auto;
  padding-top: 2%;
  text-align: center;
}
.docreq header nav ul li {
  display: table-cell;
  text-align: center;
}
.docreq header nav ul li a {
  display: block;
  padding: 1em 0.6em;
  color: #231815;
  border-radius: 3px;
}
.docreq header nav ul li a:hover {
  color: #fff;
  background: #231815;
}
.docreq .pageTtl {
  display: block;
  width: auto;
  height: 36px;
  margin-bottom: 5%;
  text-align: center;
  font-size: 36px;
}
.docreq .pageTtl img {
  display: inline-block;
  width: auto;
  height: 100%;
}
/*-- 2021.06.11 追記 --*/
#docreq .flex{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#docreq .flex a{
  box-shadow: 2px 2px 5px rgba(0,0,0,0.5);
  margin-right: 10px;
}
#docreq .flex a:first-of-type{
  box-shadow: none;
}
#docreq #section10 {
  margin: 45px 0 80px;
}
#docreq #section10 .form-top{
  padding: 50px 70px;
  border: 1px solid #d8cdbf;
}
#docreq #section10 .form-top .form-title{
  text-align: center;
  font-weight: bold;
  margin-bottom: 30px;
  letter-spacing: 0.18em;
}
#docreq #section10 .form-top .form-title p{
  font-size: 18px;
}
#docreq #section10 .form-top .form-title h2{
  font-size: 30px;
  color: #8fb546;
}
#docreq #section10 .form-top .form-title + p{
  margin-bottom: 30px;
  line-height: 2.15;
}
#docreq #section20 .note{
  text-align: center;
  font-size: 16px;
}
#docreq #section20 .note p{
  display: inline-block;
  text-align: left;
}
#docreq #section20 .note p span{
  font-size: 18px;
  font-weight: bold;
}
#docreq input[type="text"],
#docreq input[type="email"],
#docreq input[type="tel"]{
  border: 1px solid #cccccc;
  background-color: #fff;
  padding: 15px 20px;
  font-size: 16px;
}
#docreq input[type="text"].name{
  margin-right: 20px;
  width: 340px;
}
#docreq .wpcf7-form-control-wrap + .wpcf7-form-control-wrap input[type="text"].name{
  margin-right: 0;
}
#docreq input[name="post"]{
  margin-bottom: 20px;
  margin-left: 10px;
}
#docreq textarea{
  border: 1px solid #ccc;
}
#docreq span.wpcf7-list-item{
  display: block;
}
#docreq span.wpcf7-list-item.first.last{
  margin: 0 0 0 1em;
}
#docreq input[type="checkbox"]{
  display: none;
}
#docreq span.wpcf7-list-item-label{
  position: relative;
  padding-left: 20px;
  cursor: pointer;
}
#docreq span.wpcf7-list-item-label:before{
  content: "";
  position: absolute;
  display: block;
  border: 1px solid #ccc;
  top: 50%;
  transform: translate(0,-50%);
  left: 0;
  height: 15px;
  width: 15px;
}
#docreq input[type="checkbox"]:checked + span.wpcf7-list-item-label::after{
  border-top: 2px solid #e60113;
  border-right: 2px solid #e60113;
  width: 11px;
  height: 7px;
  top: 11px;
  left: 2px;
  transform: translate(0,-50%) rotate(135deg);
  position: absolute;
  content: "";
}

/*-- 2021.06.11 追記 --*/
.docreq table {
  line-height: 1.4;
  width: 100%;
  margin: 6% 0;
  text-align: left;
}
.docreq table tr{
  border-bottom: 1px solid #cccccc;
}
.docreq table tr:first-of-type{
  border-top: 1px solid #cccccc;
}
.docreq table th {
  font-weight: bold;
  width: 25%;
  padding: 3% 0;
  vertical-align: middle;
  text-align: left;
}
.docreq table tr:first-of-type th{
  width: 30%;
  vertical-align: top;
}
.docreq table td {
  width: 75%;
  padding: 3% 0;
  vertical-align: middle;
}

input[type="text"],
input[type="email"],
input[type="tel"] {
  font-size: 1.3vw;
  width: 100%;
  padding: 6px 0;
  border: none;
  border-bottom: solid 1px #231815;
}

#contact input[type="text"].name {
  width: 95%;
}

textarea {
  font-size: 1.3vw;
  width: 100%;
  padding: 6px;
  border: none;
  border: solid 1px #231815;
  font-family: YakuHanJP, 'Noto Sans JP', sans-serif;
}

select {
  font-size: 1.4vw;
  line-height: 1.8;
  box-sizing: border-box;
  width: 100%;
  padding: 6px 10px;
  border: solid 1px #231815;
}
textarea {
  height: 10em;
  resize: none;
}
input:active,
textarea:active,
input:focus,
textarea:focus,
input:visited,
textarea:visited,
select:active,
select:focus,
select:visited {
  outline: none;
}
.contact .caution {
  border: 1px solid #ccc;
  font-size: 13px;
  line-height: 1.8;
  padding: 20px 30px;
  margin: 0 auto;
  overflow-y: scroll;
  height: 250px;
  width: 850px;
}
.contact .caution dl {
  display: table;
  width: 100%;
}
.contact .caution dl:first-of-type {
  margin-top: 4%;
}
.contact .caution dl dt {
  display: table-cell;
  width: 7em;
  vertical-align: top;
  text-indent: -0.5em;
}
.contact .caution dl dd {
  display: table-cell;
  vertical-align: top;
}
.contact .lastCheck {
  padding: 5% 0;
  text-align: center;
}
.docreq .caution {
  border: 1px solid #ccc;
  font-size: 13px;
  line-height: 1.8;
  padding: 20px 30px;
  margin: 0 auto;
  overflow-y: scroll;
  height: 250px;
  width: 850px;
}
.docreq .caution dl {
  display: table;
  width: 100%;
}
.docreq .caution dl:first-of-type {
  margin-top: 4%;
}
.docreq .caution dl dt {
  display: table-cell;
  width: 7em;
  vertical-align: top;
  text-indent: -0.5em;
}
.docreq .caution dl dd {
  display: table-cell;
  vertical-align: top;
}
.docreq .lastCheck {
  text-align: center;
  padding-bottom: 40px;
}

.selectDesign {
  overflow: hidden;
}
.selectDesign select {
  z-index: 2;
  width: 100%;
  cursor: pointer;
  text-overflow: ellipsis;
}
.selectDesign select::-ms-expand {
  display: none;
}
.selectDesign {
  position: relative;
}
.selectDesign::before {
  position: absolute;
  z-index: 1;
  top: 1.2em;
  right: 0.9em;
  width: 0;
  height: 0;
  padding: 0;
  content: "";
  pointer-events: none;
  border-top: 8px solid #fff;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
}
.selectDesign:after {
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  bottom: 0;
  width: 47px;
  content: "";
  background: #5a2e00;
}
/*20210612 追記*/
.docreq .lastbtn{
  text-align: center;
}
.docreq .lastbtn span{
  position: relative;
}
.docreq .lastbtn span:after{
  border-left: 7px solid #fff;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  content: "";
  position: absolute;
  top: 50%;
  transform: translate(0,-50%);
  image-rendering: 0;
  right: 40px;

}
.docreq .lastbtn input[type="submit"] {
  border: none;
  font-size: 24px;
  display: inline-block;
  width: 470px;
  margin: 0 auto;
  padding: 20px 0;
  cursor: pointer;
  transition: 0.3s;
  text-align: center;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.2em;
  border-radius: 10px;
  background: #3a291f;
  font-family: YakuHanJP, 'Noto Sans JP', sans-serif;
}
/*20210612 追記*/
input[type="submit"] {
  font-size: 1.5vw;
  line-height: 1;
  display: inline-block;
  width: 40%;
  margin: 0 30%;
  padding: 15px 0;
  cursor: pointer;
  transition: 0.3s;
  text-align: center;
  color: #fff;
  border-radius: 4px;
  background: #5a2e00;
}
input[type="submit"]:hover {
  background: #89c122;
}
.contact footer .cr {
  padding-top: 0;
}
.docreq footer .cr {
  padding-top: 0;
}
@media screen and (max-width: 1024px){
  #docreq #section10{
    margin: 25px 0 40px;
  }
  #docreq #section10 .form-top{
    padding: 30px 40px;
  }
  #docreq #section20{
    margin-bottom: 45px;
  }
  #docreq input[type="text"].name{
    width: 45%;
  }
  .docreq .caution{
    padding: 20px 40px;
    width: 90%;
  }
  .contact .caution{
    padding: 20px 40px;
    width: 90%;
  }
}
@media screen and (max-width: 768px) {
  .area-title{
    font-size: 28px;
    margin-bottom: 30px;
  }
  .secTtl {
    height: 12vw;
    margin-bottom: 8px;
  }
  .secSubTtl {
    font-size: 14px;
    margin: 0 auto 15px;
  }
  .topPage header:after {
    bottom: -1.3em;
  }
  .topPage header button {
    display: block !important;
  }
  header .utility {
    display: none;
  }
  .topPage header .inside {
    width: 33%;
    padding-top: 22%;
  }
  .topPage header .inside h1 {
    padding-bottom: 0;
  }
  .topPage header .inside nav {
    display: none;
  }
  .lower header.green:after {
    padding-top: 20%;
  }

  .topPage header .swiper-container .catchCopy {
    width: 300px;
    margin: auto;
    position: absolute;
    z-index: 1;
    right: 0;
    bottom: 50px;
    left: 0;
  }

  .lower header.green h1 {
    position: absolute;
    left: 15px;
    width: auto;
    height: 5vw;
    margin-top: 7%;
  }
  section#eventNews ul {
    display: block;
    margin-top: 15px;
  }
  section#eventNews ul li {
    width: 100%;
    margin-bottom: 2px;
    border-radius: 0;
  }
  section#eventNews ul li:nth-child(3n-1) {
    margin: 0 0 2px;
  }
  section#eventNews ul li a {
    display: table;
    width: 100%;
  }
  section#eventNews ul li .thumb {
    display: table-cell;
    box-sizing: border-box;
    width: 40%;
    height: auto;
    padding: 5px;
    vertical-align: middle;
    background: #eee7df;
  }
  section#eventNews ul li .thumb img {
    position: relative;
    height: auto;
  }
  section#eventNews ul li .thumb:before {
    display: none;
  }
  section#eventNews ul li .box {
    display: table-cell;
    margin-top: 0;
    padding: 10px;
    vertical-align: middle;
  }
  section#eventNews ul li .box .date {
    font-size: 11px;
  }
  section#eventNews ul li .box .cate {
    font-size: 12px;
  }
  section#eventNews ul li .box h2 {
    font-size: 15px;
  }
  section#eventNews ul li .box .txt {
    font-size: 11px;
  }
  .btnMore {
    display: block;
    margin: 15px 10px 0;
    text-align: center;
  }
  .btnMore a {
    display: block;
    padding: 15px;
  }
  .ChangeElem_Btn_Content {
    padding: 3% 0 30px;
  }
  .ChangeElem_Btn {
    padding: 0 1%;
  }
  #plan .ChangeElem_Panel {
    box-sizing: border-box;
    padding: 0 15px;
  }
  
  .popup-container a {
    position: relative;
    width: 20%;
    margin: 1em 0.3em 0;
    padding-top: 14%;
  }
  section#workContents{
    background-color: #e4e6e4;
  }
  #workContents.footer-workContents{
    padding: 40px 0;
  }
  section#workContents .workContents-area{
    display: block;
  }
  section#workContents .workContents-area__left{
    width: 100%;
    margin-bottom: 30px;
    text-align: center;
  }
  section#workContents .workContents-area__left img{
    margin: auto;
  }
  section#workContents .workContents-area__right{
    width: 100%;
  }
  section#workContents .right_btnarea{
    margin-bottom: 30px;
  }
  section#workContents .workContents-area__right p{
    font-size: 14px;
    letter-spacing: 0.03em;
  }
  section#workContents .right_btnarea .btn01{
    width: 48%;
    font-size: 14px;
    padding: 10px 0;
  }
  section#workContents .workContents-btn{
    padding: 15px 0;
  }
  section#workContents .workContents-btn span{
    font-size: 18px;
    padding-left: 45px;
  }
  section#workContents .workContents-btn span:before{
    height: 35px;
    width: 35px;
  }
  .lower #eventTopics ul {
    box-sizing: border-box;
    padding: 0 15px 2vw;
  }
  .lower #eventTopics ul li a {
    line-height: 1.4;
    display: block;
    padding: 1.5vw 0 0.5vw;
    color: #231815;
    border-bottom: solid 1px #231815;
  }
  .lower #eventTopics ul li a:hover {
    background: #f3f3f3;
  }
  .lower #eventTopics ul li a dl dt img {
    max-width: 100px;
    margin-right: 10px;
    margin-bottom: 8px;
    margin-top: 5px;
  }
  .lower #eventTopics ul li a dl dd {
    overflow: inherit;
    white-space: normal;
    text-overflow: inherit;
    margin-bottom: 5px;
  }
  .lower #eventTopics ul li a dl dd strong {
    font-size: 16px;
  }
  .lower #eventTopics ul li a dl dd span {
    display: none;
  }
  .lower #eventDetail h1 {
    font-size: 18px;
    box-sizing: border-box;
    padding: 15px;
  }
  .lower #eventDetail .date {
    font-size: 13px;
  }
  .lower #eventDetail .editor {
    font-size: 14px;
    padding: 0 15px;
  }
  .lower .eventNavi li {
    font-size: 6vw;
  }
  .lower .eventNavi li.center {
    font-size: 6vw;
  }
  .contact header nav {
    display: none;
  }
  .contact .pageTtl {
    height: 28px;
    margin: 25px 0 20px;
  }
  .contact form {
    padding: 0 5px;
  }
  .contact form p {
    line-height: 1.4;
    box-sizing: border-box;
  }
  .contact table {
    margin: 15px 0 0;
  }
  .contact table th {
    display: block;
    width: 100%;
    padding: 15px 0 6px;
  }
  .contact table td {
    display: block;
    width: 100%;
    padding: 8px 0;
  }
  .docreq header nav {
    display: none;
  }
  .docreq .pageTtl {
    height: 28px;
    margin: 25px 0 20px;
  }
  .docreq form {
    padding: 0 15px;
  }
  .docreq form p {
    line-height: 1.4;
    box-sizing: border-box;
  }
  .docreq table {
    margin: 15px 0 0;
  }
  .docreq table th {
    display: block;
    width: 100%;
    padding: 20px 0 10px;
  }
  .docreq table td {
    display: block;
    width: 100%;
    padding: 10px 0 20px;
  }
  /*-- 追記 20210616 --*/
  #docreq input[type="text"].name{
    margin-right: 10px;
    width: 48%;
  }
  #docreq input[name="post"].name{
    width: 95%;
    margin: 0 auto 10px 10px;
  }
  #docreq span.wpcf7-list-item{
    margin-left: 0;
  }
  .docreq table tr:first-of-type th{
    width: 100%;
  }
  #docreq #section10 .form-top .form-title{
    margin-bottom: 20px;
  }
  #docreq #section10 .form-top .form-title + p{
    font-size: 14px;
  }
  /*-- 追記 20210616 --*/
  input[type="text"],
  input[type="email"],
  input[type="tel"],
  textarea {
    font-size: 16px;
    padding: 8px;
    border-radius: 0;
    -webkit-appearance: none;
  }
  select {
    font-size: 16px;
    padding: 8px 10px;
  }
  .contact .caution {
    font-size: 13px;
    width: 100%;
    margin-top: 15px;
  }
  .docreq .caution {
    font-size: 13px;
    width: 100%;
    margin-top: 15px;
  }
  .selectDesign::before {
    top: 1.1em;
  }
  input[type="submit"] {
    font-size: 16px;
    width: 80%;
    margin: 0 10%;
    border-radius: 0;
    -webkit-appearance: none;
  }
  .docreq .lastbtn input[type="submit"]{
    width: 80%;
    font-size: 16px;
  }
}
@media screen and (max-width: 480px){
  .area-title{
    font-size: 21px;
    margin-bottom: 15px;
  }
  section#eventNews ul li .box{
    padding: 10px 0;
  }
  section#eventNews ul li .box .cate{
    padding: 0;
    /*width: 70px;*/
  }
  /*-- 追記 20210616 --*/
  .docreq form{
    padding: 0;
  }
  .docreq .caution{
    padding: 20px;
  }
  #docreq #section10 .form-top{
    padding: 20px;
  }
  #docreq #section10 .form-top .form-title p{
    font-size: 14px;
  }
  #docreq #section10 .form-top .form-title h2{
    font-size: 25px;
    line-height: 1.4;
  }
  #docreq input[name="post"].name{
    width: 91%;
  }
  #docreq .slick-prev{
    left: 0;
    z-index: 2;
  }
  #docreq .slick-next{
    right: 0;
    z-index: 2;
  }
  #docreq .slick-prev:before,
  #docreq .slick-next:before{
    content: "";
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    height: 30px;
    position: absolute;
    top: 50%;
    transform: translate(0,-50%);
    width: 30px;
    opacity: 1;
  }
  #docreq .slick-prev:before{
    background-image: url(../images/docreq/prev@2x.png);
    left: 0;
  }
  #docreq .slick-next:before{
    background-image: url(../images/docreq/next@2x.png); 
    right: 0;
  }
  .docreq .lastCheck{
    text-align: left;
    margin-bottom: 20px;
    padding: 10% 0;
  }
  #docreq span.wpcf7-list-item-label{
    display: block;
  }
  #docreq span.wpcf7-list-item-label::before{
    top: 5px;
    transform: translate(0,0);
  }
  #docreq span.wpcf7-list-item.first.last{
    margin: 0;
  }

  .contact .caution{
    padding: 20px;
  }

  /*-- 追記 20210616 --*/
}
/*==============================
	トップページリニューアル追加分20190817
==============================*/
body {
  color: #000;
  /*font-size:12px;*/
  font-family: YakuHanJP, 'Noto Sans JP', sans-serif;
  margin: 0;
  padding: 0;
  text-align: left;
  background: #fff;
  -webkit-text-size-adjust: 100%;
  position: relative;
  font-weight: 400;
  letter-spacing: 0.08em;
}
body *,
body *::before,
body *::after {
  box-sizing: border-box;
}
@media only screen and (max-width: 768px) {
  body {
    min-width: 0;
  }
}

img {
  vertical-align: bottom;
}

/*rollover*/

.ro a:hover,
a.ro:hover,
a .ro:hover {
  filter: alpha(opacity=80);
  opacity: 0.8;
}
.brt a:hover,
a.brt:hover,
a .brt:hover {
  -webkit-filter: brightness(1.1);
  filter: brightness(1.1);
}
.ro a,
a.ro,
a .ro,
.brt a,
a.brt,
a .brt {
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.ro .no_ro a:hover,
.ro a.no_ro:hover {
  filter: alpha(opacity=100);
  opacity: 1;
}

a:focus {
  outline: none;
}

a {
  text-decoration: none;
}

@media only screen and (max-width: 768px) {
  .imgR {
    width: 100%;
    height: auto;
  }
  .ro .slick-slide a:hover {
    filter: alpha(opacity=100);
    opacity: 1;
  }
}

/*-----------------------------------------------
	contents
-----------------------------------------------*/
#container {
  width: 100%;
  /*position:relative;*/
}
.wrapper1200 {
  max-width: 1200px;
  width: 90%;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .wrapper1200 {
    width: 100%;
  }
}

/*-----------------------------------------------
	header
-----------------------------------------------*/
#header {
  text-align: center;
}

.header_wrap{
  padding: 20px 0 0;
  height: 121px;
  position: relative;
  z-index: 2;
  background-color: #fff;
}

/*追加*/
#header.header_home{
	position:absolute;
	width:100%;
}
.header_wrap_home{
	background:none;
}
.header_inner{
	display:flex;
	justify-content: space-between;
}
.header_inner .exhibitionLink{
	margin-right:40px;
	background:#fff;
	border-radius:5px;
	width:250px;
	height:62px;
	border:1px solid #ccc;
}
.header_inner .exhibitionLink a{
	display:block;
	line-height:60px;
	color:#000;
	font-weight:500;
	position:relative;
	text-align:left;
	padding-left:1em;
}
.header_inner .exhibitionLink a::after{
	content:"";
	position:absolute;
	top:2px;
	right:2px;
	background:url(../images/head_exhibition.png) no-repeat left center;
	background-size:cover;
	height:56px;
	width:100px;
	border-radius:0 3px 3px 0;
}

.titHeader {
  width: 180px;
  display: block;
  margin: 0 auto;
  z-index: 50;
  position: relative;
}
@media only screen and (max-width: 768px) {
  #header {
  }
  .header_wrap {
    padding: 10px 0 0 10px;
    height: 55px;
  }
  .titHeader {
    width: 100px;
    display: block;
    margin: 0 auto;
  }

.header_inner .exhibitionLink{
	margin-right:55px;
	max-width:calc(4em + 48px);
	height:40px;
}
.header_inner .exhibitionLink a{
	display:flex;
	flex-direction: column;
	justify-content: center;
	height:100%;
	line-height:1.0;
	font-size:clamp(8px,1.2vw,12px);
	padding-left:0.5em;
	padding-right:50px;
}
.header_inner .exhibitionLink a span{
	display:inline-block;
}
.header_inner .exhibitionLink a::after{
	height:34px;
	width:48px;
}
}


/*-----------------------------------------------
	sideOpen
-----------------------------------------------*/
.menu_wrapper1200 {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}
#sideOpen {
  position: absolute;
  top: 30px;
  right: 32px;
  z-index: 100;
}
#sideOpen .boxMenu {
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  width: 42px;
  height: 40px;
  cursor: pointer;
  position: fixed;

  /*追記*/
  background-color: #fff;
  padding: 10px;
}
#sideOpen .boxMenu span:nth-child(-n + 3) {
  position: absolute;
  right: 5px;
  width: 32px;
  height: 4px;
  background: #3a291f;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
#sideOpen .boxMenu span:nth-of-type(1) {
  top: 7px;
}
#sideOpen .boxMenu span:nth-of-type(2) {
  top: 18px;
}
#sideOpen .boxMenu span:nth-of-type(3) {
  top: 29px;
}

.menuOpen #sideOpen {
  background: none;
}
.menuOpen #sideOpen .boxMenu {
  width: 42px;
  height: 40px;
  margin: 0 auto;
  background-color: transparent;
}
.menuOpen #sideOpen .boxMenu span:nth-child(-n + 3) {
  height: 4px;
}
.menuOpen #sideOpen .boxMenu span:nth-of-type(1) {
  -webkit-transform: translateY(9px) rotate(-45deg);
  transform: translateY(9px) rotate(-45deg);
  top: 5px;
  width: 32px;
}
.menuOpen #sideOpen .boxMenu span:nth-of-type(3) {
  -webkit-transform: translateY(9px) rotate(45deg);
  transform: translateY(9px) rotate(45deg);
  top: 5px;
  width: 32px;
}
.menuOpen #sideOpen .boxMenu span:nth-of-type(2) {
  opacity: 0;
}

/*追加 トップページ*/
#sideOpen .boxMenu.boxMenu_home{
	background:none;
}
.menuOpen #sideOpen .boxMenu.boxMenu_home{
	background:#fff;
}
#sideOpen .boxMenu.boxMenu_home span{
	background:#fff;
}
.menuOpen #sideOpen .boxMenu.boxMenu_home span{
	background:#3a291f;
}

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

  #sideOpen {
    width: 28px;
    top: 8px;
    /*right: 15px;*/
	right:0;
  }
  #sideOpen .boxMenu {
    float: none;
  }
  #sideOpen .boxMenu span:nth-child(-n + 3) {
    width: 28px;
    height: 3px;
    right: 7px;
  }
  #sideOpen .boxMenu span:nth-of-type(1) {
    top: 10px;
  }
  #sideOpen .boxMenu span:nth-of-type(2) {
    top: 20px;
  }
  #sideOpen .boxMenu span:nth-of-type(3) {
    top: 30px;
  }
  .menuOpen #sideOpen .boxMenu span:nth-child(-n + 3) {
    height: 3px;
  }
  .menuOpen #sideOpen .boxMenu span:nth-of-type(1) {
    width: 28px;
  }
  .menuOpen #sideOpen .boxMenu span:nth-of-type(3) {
    width: 28px;
  }
}

/*-----------------------------------------------
	spMenu
-----------------------------------------------*/
#spMenu {
  position: fixed;
  width: 100%;
  height: 100vh;
  overflow-y: auto;
  background: #f1f4f1;
  top: 0;
  left: 0;
  display: none;
  z-index: 100;
  padding: 0;
  -webkit-overflow-scrolling: touch;
}
#spMenu .wrapper1200 {
  padding: 100px 100px 20px;
  overflow: hidden;
}
#spMenu .spMenu-top{
  margin-bottom: 20px;
}
#spMenu .spMenu-top a{
  background-color: #fff;
  color: #333;
  display: block;
  font-size: 18px;
  text-align: center;
  padding: 30px 0;
}
#spMenu .spMenu-top a span{
  padding-left: 60px;
  position: relative;
}
#spMenu .spMenu-top a span:before{
  content: "";
  position: absolute;
  background-image: url(../images/top/btn-icon.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  top: 50%;
  transform: translate(0,-50%);
  left: 0;
  width: 50px;
  height: 50px;
}
#spMenu .spMenu-top a + div{
  display: flex;
  justify-content: space-between;
  margin-top: 5px;
}
#spMenu .spMenu-top div a{
  width: calc(100% / 3 - 3px);
}
#spMenu .spMenu-top div a:nth-child(1) span,
#spMenu .spMenu-top div a:nth-child(2) span,
#spMenu .spMenu-top div a:nth-child(3) span{
  padding-left: 40px;
}
#spMenu .spMenu-top div a:nth-child(1) span:before{
  background-image: url(../images/top/head-icon1.png);
  height: 29px;
  width: 31px;
}
#spMenu .spMenu-top div a:nth-child(2) span:before{
  background-image: url(../images/top/head-icon2.png);
  height: 28px;
  width: 29px;
}
#spMenu .spMenu-top div a:nth-child(3) span:before{
  background-image: url(../images/top/head-icon3.png);
  height: 27px;
  width: 30px;
}

#spMenu .btnList {
  display: flex;
  flex-wrap: wrap;
  background-color: #fff;
  padding: 25px 45px;
}
#spMenu .btnList ul{
  width: calc(100% / 3 - 30px);
  margin: 0 15px;
}
#spMenu .btnList li{
  border-bottom: 1px solid #e4e4e4;
}
#spMenu .btnList .btnNav {
  padding: 20px;
  display: block;
  color: #000;
  font-size: 16px;
  letter-spacing: 1px;
}
#spMenu .btnList .btnNav span{
  position: relative;
  padding-left: 15px;
}
#spMenu .btnList .btnNav span:before{
  position: absolute;
  content: "";
  background-image: url(../images/top/icon_window.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  height: 6px;
  top: 50%;
  transform: translate(0,-50%);
  left: 0;
  width: 6px;
}
#spMenu .btnList .btn {
  border-radius: 3px;
  background: #3a291f;
  color: #fff;
  text-align: center;
  width: 100%;
  height: 70px;
  line-height: 70px;
  font-size: 16px;
  letter-spacing: 2px;
  padding: 0;
  display: block;
}

#spMenu .btnList .btnMember {
  background: #86bf21;
  margin-top: 15px;
}
#spMenu .btnList .btnSearch {
  background: #ff6701;
  margin-top: 15px;
}

@media only screen and (max-width: 768px) {
  #spMenu {
  }
  #spMenu .wrapper1200 {
    background: none;
    padding: 20px 0 50px;
    width: 90%;
  }
  #spMenu .spMenu-top{
    margin-bottom: 5px;
  }
  #spMenu .btnList {
    text-align: left;
    display: block;
    padding: 0;
  }
  #spMenu .btnList ul {
    margin: 0;
    width: 100%;
  }/*
  #spMenu .btnList li {
  }*/
  #spMenu .btnList .btnNav {
    padding: 10px 20px;
    font-size: 14px;
    letter-spacing: 1px;
  }
  #spMenu .btnList2 .cmnBtn {
    margin: 10px auto 0;
  }
  #spMenu .spMenu-top a{
    font-size: 14px;
  }
  #spMenu .spMenu-top div a{
    padding: 15px 0;
  }
  #spMenu .spMenu-top div a span{
    padding: 20px 0;
  }
  #spMenu .spMenu-top div a:nth-child(1) span,
  #spMenu .spMenu-top div a:nth-child(2) span,
  #spMenu .spMenu-top div a:nth-child(3) span{
    padding-left: 0;
  }
  #spMenu .spMenu-top div a:nth-child(1) span:before,
  #spMenu .spMenu-top div a:nth-child(2) span:before,
  #spMenu .spMenu-top div a:nth-child(3) span:before{
    display: block;
    width: 100%;
    position: relative;
    transform: none;
    top: 0;
    margin-bottom: 5px;
  }
}
@media screen and (max-width: 480px){
  #spMenu .wrapper1200 {
    padding: 20px 0 70px;
  }
}

/*-----------------------------------------------
  cb-header
-----------------------------------------------*/
.cb-header {
  display: none;
}
@media only screen and (max-width: 600px) {
  .cb-header {
    position: fixed;
    z-index: 99;
    bottom: 0;
    left: 0;
    right: 0;
    display: block;
    width: 100%;
    transition: 0.3s;
  }
  .cb-header ul {
    display: flex;
	background:#fff;
  }
  .cb-header ul a {
    width: 100%;
    height: 100%;
  }
  .cb-header .cb-docreq {
    width: calc(100% - 200px);
  }
  .cb-header .cb-docreq a {
    /*background: linear-gradient(-135deg, #4492dd, #6bfbc5);*/
	background:#F1F4F1;
	box-shadow:inset 0 1px 0 0 #ccc;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .cb-header .cb-docreq a img {
    /*width: 80px;*/
	width:clamp(120px, 65%, 134px);
    /*margin-right: 15px;*/
  }
  .cb-header .cb-reserve {
    width: 200px;
  }
}
/*-----------------------------------------------
	swiper-main
-----------------------------------------------*/
#swiper-main h2.catchCopy {
  width: 882px;
  margin: 0 auto;
  position: absolute;
  bottom: 140px;
  left: 0;
  right: 0;
  z-index: 2;
}

/*追加*/
.topPage .main-flame{
	position:relative;
}
.topPage .main-flame .main-tx-wrapper{
	width:100%;
	position:absolute;
	bottom:0;
	z-index:3;
}
.topPage .main-flame .main-tx{
	width:96%;
	max-width:1200px;
	margin:0 auto;
	font-size:4vw;
	font-size:clamp(26px,4vw,60px);
	color:#fff;
	display:flex;
	justify-content: flex-end;
}
.topPage .main-flame .main-tx p{
	display:inline-flex;
	flex-direction: column;
	align-items: flex-start;
	background:url(../images/top/mv/mv_tx_bg.png) no-repeat center bottom 0.2em;
	background-size: 90% auto;
	padding-bottom:3.2em;
}
.topPage .main-flame .main-tx p span{
	display:inline-block;
	border-bottom:1px solid #fff;	
}

@media only screen and (max-width: 768px) {
  .topPage .swiper-container{
    width: 100%;
  }
  .topPage .main-flame{
    overflow-y: hidden;
    width: 100%;
    height: 378px;
  }
  .topPage .swiper-container li img{
    width: 100%;
    height: 378px;
    object-fit: cover;
  }
  #swiper-main h2.catchCopy {
    width: 90%;
    margin: 0 auto;
    position: absolute;
    bottom: 10%;
    left: 0;
    right: 0;
    z-index: 2;
  }
}
@media screen and (max-width: 480px){
  .topPage .main-flame,
  .topPage .swiper-container li img{
    /*height: 56vw;*/
	height: calc(100vh - 200px);
	min-height:520px;
  }
	
	.topPage .main-flame .main-tx{
		justify-content: flex-start;
		font-size:7.2vw;
		font-size:clamp(26px,7.2vw,60px);
	}
	.topPage .main-flame .main-tx p{
		display:flex;
		margin:0 auto;
		background-size:100% auto;
	}
}

/*-----------------------------------------------
  topTx
-----------------------------------------------*/
#topTx.top-tx{
  margin: 80px 0;
  text-align: center;
}
#topTx.top-tx h2{
  font-size: 36px;
  margin-bottom: 40px;
  font-weight: 500;
}
#topTx.top-tx p{
  margin-bottom: 50px;
  font-size: 20px;
}
#topTx.top-tx img{
  height: 113px;
  object-fit: contain;
  margin: 0 auto;
}
@media screen and (max-width: 768px){
  #topTx.top-tx h2{
    font-size: 30px;
    margin-bottom: 20px;
  }
  #topTx.top-tx p{
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 480px){
  #topTx.top-tx{
    margin: 40px 0;
  }
  #topTx.top-tx h2{
    font-size: 23px;
  }
  #topTx.top-tx p{
    font-size: 14px;
  }
  #topTx.top-tx img{
    height: 60px;
  }
}
/*-----------------------------------------------
	nav#topNav
-----------------------------------------------*/
nav#topNav ul {
  text-align: center;
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  border-radius: 6px 6px 0 0;
}
nav#topNav ul:after{
  content: none;
}
nav#topNav ul li {
  margin-right: 5px;
}
nav#topNav ul li:last-of-type{
  margin-right: 0;
}
nav#topNav ul li a {
  display: block;
}
nav#topNav ul li img {
  width: auto;
}

@media only screen and (max-width: 768px) {
  nav#topNav ul {
    width: 90%;
    margin: 0 auto;
    border-radius: 6px 6px 0 0;
  }
  nav#topNav ul li{
    margin-right: 0;
  }
  nav#topNav ul li img {
    margin: 0 auto;
  }
  nav#topNav ul li a:hover img {
    margin: 0 auto;
  }
}
@media screen and (max-width: 480px){
  nav#topNav ul{
    flex-wrap: wrap;
    border-radius: 0;
    width: 100%;
  }
  nav#topNav ul li{
    width: calc(100% / 3);
    border: 1px solid #cfcfcf;
  }

}

/*-----------------------------------------------
	pcOnly、spOnly
-----------------------------------------------*/
.pcOnly {
  display: block !important;
}
.spOnly {
  display: none !important;
}

@media only screen and (max-width: 768px) {
  .pcOnly {
    display: none !important;
  }
  .spOnly {
    display: block !important;
  }
  .brPc {
    display: none;
  }
}

/*-----------------------------------------------
	ページタイトル
-----------------------------------------------*/
.cmnTitTop {
  text-align: center;
  color: #85bf20;
  font-size: 26px;
  letter-spacing: 6px;
  font-weight: 500;
  margin: -22px auto 58px;
  width: 1000px;
  line-height: 1.4;
}

@media only screen and (max-width: 768px) {
  .cmnTitTop {
    width: 95%;
    font-size: 18px;
    letter-spacing: 2px;
    margin: 20px auto 25px;
  }
}

/*-----------------------------------------------
  ページ内ナビ(下層)
-----------------------------------------------*/
.lower-navi{
  background-color: #F5F9F5;
  padding: 80px 0 60px;
}
.lower-navi__inner{
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.lower-navi__btn{
  font-size: 18px;
  background-color: #84B82C;
  border-radius: 10px;
  color: #fff;
  padding: 10px 0px;
  margin-bottom: 20px;
  text-align: center;
  width: 49%;
  position: relative;
}
.lower-navi__btn::after{
  content: "";
  background: url(../images/voice/lower-btn-arrow.png) right 10px center no-repeat;
  background-size: 5px 8px;
  width: 30px;
  height: 6px;
  position: absolute;
  background-size: contain;
  right: 10px;
  top: 22px;
}
@media only screen and (max-width: 768px) {
  .lower-navi{
    padding: 40px 0 10px;
  }
  .lower-navi__inner{
    flex-direction: column;
  }
  .lower-navi__btn{
    font-size: 18px;
    padding: 10px 0;
    width: 100%;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 480px){
  .lower-navi__btn{
    font-size: 14px;
    margin-bottom: 15px;
  }
}

/*-----------------------------------------------
  キャッチコピー(下層)
-----------------------------------------------*/
.lower-cp{
  margin-top: 50px;
  margin-bottom: 60px;
  text-align: center;
  font-size: 50px;
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 768px) {
.lower-cp{
  font-size: 25px;
  margin-top: 25px;
  margin-bottom: 30px;
}
}

/*-----------------------------------------------
	資料請求
-----------------------------------------------*/
section#docreq {
  padding: 0;
}

section#docreq .your-Lname,
section#docreq .your-Fname,
section#docreq .your-Lname-kana,
section#docreq .your-Fname-kana {
  width: 50%;
  display: inline-block;
}

section#docreq span.wpcf7-not-valid-tip {
  font-size: 72% !important;
}

/*-----------------------------------------------
	お問い合わせ
-----------------------------------------------*/
section#contact {
  padding: 0;
}

section#contact .your-Lname,
section#contact .your-Fname,
section#contact .your-Lname-kana,
section#contact .your-Fname-kana {
  width: 50%;
  display: inline-block;
}

section#contact span.wpcf7-not-valid-tip {
  font-size: 72% !important;
}

/*-----------------------------------------------
	展示場
-----------------------------------------------*/
#exhibitionHall {
  background: #f5f9f5;
  padding: 100px 0;
  overflow: hidden;
}
#exhibitionHall .area-title{
  margin-bottom: 70px;
}
#exhibitionHall a {
  color: #231815;
}
#exhibitionHall .exhibitionHall_wide {
  background: #fff;
  margin: 70px 10px 0;
}
#exhibitionHall .exhibitionHall_narrow {
  background: #fbfaf2;
  border: 1px #c1c6b9 solid;
  width: 470px;
  margin: 40px 10px;
}
#exhibitionHall .exhibitionHall_narrow:nth-child(odd) {
  float: left;
}
#exhibitionHall .exhibitionHall_narrow:nth-child(even) {
  float: right;
}
#exhibitionHall .frame_top {
  margin: -11px;
}
#exhibitionHall .frame_bottom {
  padding: 30px 30px 10px;
}
#exhibitionHall .openText {
  text-align: center;
  font-size: 20px;
  color: #FF5F17;
}
#exhibitionHall h2 {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 24px;
  font-weight: 400;
  letter-spacing: 0.5px;
  margin: 0 0 20px;
  padding: 10px;
  /*追加*/
  flex-wrap: wrap;
}
#exhibitionHall h2 img{
  height: 20px;
  object-fit: contain;
  width: auto;
}
#exhibitionHall h2 em {
  font-size: 18px;
}
#exhibitionHall .photo_area {
  width: 430px;
  margin: 0 0 20px;
  float: left;
}
#exhibitionHall .main_photo {
  width: 430px;
}
#exhibitionHall ul.thumbnail_photo {
  margin: 5px 0 0;
}
#exhibitionHall ul.thumbnail_photo li {
  width: 140px;
  margin: 0 5px 0 0;
  float: left;
}
#exhibitionHall ul.thumbnail_photo li:last-child {
  margin: 0;
}
#exhibitionHall ul.thumbnail_photo li img {
  transition: 0.3s;
}
#exhibitionHall ul.thumbnail_photo li img:hover {
  cursor: pointer;
  opacity: 0.5;
}
#exhibitionHall .detail_area {
  float: right;
  width: calc(100% - 450px);
}
#exhibitionHall .detail_area dl {
  display: table;
}
#exhibitionHall .detail_area dl:last-child {
  margin: 0 0 20px;
}
#exhibitionHall .detail_area dl dt {
  color: #333;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.5px;
  width: 130px;
  height: 51px;
  padding: 0px 20px;
  display: table-cell;
  vertical-align: middle;
}
#exhibitionHall .detail_area dl dd {
  font-size: 15px;
  letter-spacing: 0.5px;
  width: 360px;
  height: 51px;
  padding: 0px 20px 0 0;
  display: table-cell;
  vertical-align: middle;
}
#exhibitionHall .detail_area dl dd span{
  font-size: 13px;
}
#exhibitionHall .detail_area dl:nth-child(odd) {
  background: #f5f9f5;
}
#exhibitionHall .detail_area img.icon {
  width: 28px;
}
#exhibitionHall .detail_area .notes1 {
  font-size: 12px;
  margin: 0 0 0 10px;
}
#exhibitionHall .detail_area .notes2 {
  font-size: 12px;
}
#exhibitionHall .exhibitionHall_wide .clearfix:last-of-type{
  display: flex;
  justify-content: center;
}
#exhibitionHall .btn {
  margin: 10px 30px 30px;
}
#exhibitionHall .btn.type2 {
  position: relative;
}
#exhibitionHall .btn.type2 .icon {
  position: absolute;
  top: -20px;
  left: -10px;
  width: 50px;
  z-index: 10;
}
#exhibitionHall .btn a {
  background: #3a291f;
  background-size: 14px 14px;
  color: #fff;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  width: 250px;
  height: 50px;
  display: table-cell;
  vertical-align: middle;
  border-radius: 5px;
  position: relative;
}
#exhibitionHall .btn a:after{
  position: absolute;
  content: "";
  border-left: 5px solid #fff;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  top: 50%;
  transform: translate(0,-50%);
  right: 20px;
}
#exhibitionHall .btn .large {
  font-size: 16px;
}
#exhibitionHall .btn.type2 a {
  background: #fff;
  background-size: 14px 14px;
  color: #3a291f;
  border: 2px solid #3a291f;
  position: relative;
}
#exhibitionHall .btn.type2 a:after{
  position: absolute;
  content: "";
  border-left: 5px solid #3a291f;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  top: 50%;
  transform: translate(0,-50%);
  right: 20px;
}
#exhibitionHall .btn.type2 a:hover {
  background: #3a291f;
  background-size: 14px 14px;
  color: #fff;
  opacity: 1;
}
#exhibitionHall .btn.type2 a:hover:after{
  border-left: 5px solid #fff;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
}
@media screen and (max-width: 1024px){
  #exhibitionHall .photo_area,
  #exhibitionHall .main_photo{
    width: 400px;
  }
  #exhibitionHall .detail_area{
    width: calc(100% - 420px);
  }
}
@media only screen and (max-width: 768px) {
  #exhibitionHall {
    /*padding: 50px 0;*/
  }
  #exhibitionHall .area-title{
    margin-bottom: 35px;
  }
  #exhibitionHall .exhibitionHall_wide {
    width: 94%;
    margin: 20px auto 0;
  }
  #exhibitionHall .exhibitionHall_wide .clearfix + .clearfix{
    flex-direction: column;
  }
  #exhibitionHall .exhibitionHall_narrow {
    width: 94%;
    margin: 20px auto;
  }
  #exhibitionHall .exhibitionHall_narrow:nth-child(odd) {
    float: none;
  }
  #exhibitionHall .exhibitionHall_narrow:nth-child(even) {
    float: none;
  }
  #exhibitionHall h2 {
    font-size: 14px;
    margin: 0 0 7px;
  }
  #exhibitionHall h2 em {
    font-size: 10px;
    margin: 5px 0 0;
    display: block;
  }
  #exhibitionHall .photo_area {
    width: 100%;
    margin: 0 0 17px;
    float: none;
  }
  #exhibitionHall .main_photo {
    width: 100%;
  }
  #exhibitionHall ul.thumbnail_photo li {
    width: 33.33%;
    margin: 0;
    padding: 0 5px 0 0;
  }
  #exhibitionHall ul.thumbnail_photo li:last-child {
    padding: 0;
  }
  #exhibitionHall .detail_area {
    float: none;
    width: 100%;
  }
  #exhibitionHall .detail_area dl {
    width: 100%;
  }
  #exhibitionHall .detail_area dl:last-child {
    margin: 0 0 17px;
  }
  #exhibitionHall .detail_area dl dt {
    white-space: nowrap;
    font-size: 12px;
    width: 60px;
    height: auto;
    padding: 3px;
  }
  #exhibitionHall .detail_area dl dd {
    font-size: 11px;
    letter-spacing: 0.5px;
    width: auto;
    height: auto;
    padding: 3px;
  }
  #exhibitionHall .detail_area dl dd.freedial {
    font-size: 14px;
    font-weight: 600;
  }
  #exhibitionHall .detail_area dl:nth-child(odd) {
    background: none;
  }
  #exhibitionHall .detail_area img.icon {
    width: 28px;
  }
  #exhibitionHall .detail_area .notes1 {
    font-size: 9px;
    margin: 0 0 0 5px;
  }
  #exhibitionHall .detail_area .notes2 {
    font-size: 10px;
  }
  #exhibitionHall .btn {
    width: 100%;
    margin: 0 auto 20px;
  }
  #exhibitionHall .btn a,
  #exhibitionHall .btn.type2 a {
    background-image: none;
    font-size: 14px;
    width: 100%;
    height: auto;
    padding: 15px 0;
    display: block;
    border-radius: 5px;
  }
  #exhibitionHall .btn img {
    width: 20px;
    margin: 0 5px 0 0;
    display: inline !important;
    vertical-align: middle;
  }
  #exhibitionHall .btn a:hover,
  #exhibitionHall .btn.type2 a:hover {
    background: none;
    color: #781d29;
  }
  #exhibitionHall .btn.fl {
    float: none;
  }
  #exhibitionHall .btn.type2 {
    position: relative;
  }
  #exhibitionHall .btn.type2 .icon {
    position: absolute;
    top: -10px;
    left: -5px;
    width: 55px;
  }
  #exhibitionHall .btn.type2 .icon img {
    width: 100%;
  }
  #exhibitionHall .btn.type2 a {
    padding: 15px 0 15px 40px;
  }
  #exhibitionHall .btn .large {
    font-size: 18px;
    position: relative;
    top: 3px;
  }
  #exhibitionHall .btn.type2 .large {
    position: static;
    top: auto;
  }
}

@media screen and (max-width: 480px){
  #exhibitionHall .inner{
    width: 100%;
  }
  #exhibitionHall .frame_top{
    margin: 0;
  }
  #exhibitionHall .exhibitionHall_wide{
    width: 100%;
  }
  #exhibitionHall h2 img{
    height: 14px;
  }
  #exhibitionHall h2{
    font-size: 14px;
  }
  #exhibitionHall .detail_area dl dd span{
    font-size: 10px;
  }
  #exhibitionHall .btn.type2 a{
    padding: 10px 0;
  }
  #exhibitionHall .btn .large{
    font-size: 16px;
  }
  #exhibitionHall .btn a:after,
  #exhibitionHall .btn.type2 a:after{
    content: none;
  }
}

/*-----------------------------------------------
	footer
-----------------------------------------------*/
#workContents.footer-workContents{
  padding: 50px 0;
}
footer {
  text-align: center;
  padding: 80px 0 60px;
}
footer a {
  color: #333333;
}
footer img {
  width: 100%;
}
footer .logo {
  width: 180px;
  margin: 0 auto;
}
footer .footerLink {
  text-align: left;
  width: 100%;
  margin: 40px auto;
  overflow: hidden;
  border: none;
}
footer .menuLink {
  width: 100%;
  margin-bottom: 50px;
}
footer .adrLink {
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
footer address {
  font-style: normal;
  margin: 20px 0;
}
footer address:first-child {
  margin-top: 0;
}
footer address h2 {
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.5px;
  height:2em;
  line-height:1.2;
}
footer address .freedial {
  background: url(../images/icon_freedial2.png) left center no-repeat;
  background-size: 28px 18px;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0.5px;
  margin: 10px 0 0 0;
  padding: 0 0 0 40px;
}
footer address .address {
  font-size: 14px;
  letter-spacing: 0.5px;
  margin: 10px 0 0 0;
}
footer address .tel {
  font-size: 14px;
  letter-spacing: 0.5px;
  margin: 5px 0 0 0;
}
footer address .notes1 {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.5px;
  margin: 5px 0 0 0;
}
footer address .notes2 {
  font-size: 10px;
  letter-spacing: 0.5px;
  margin: 5px 0 0 0;
}
footer nav .menuList{
	display:flex;
	flex-wrap: nowrap;
	justify-content: space-around;
}
footer nav ul.textLink {
  overflow: hidden;
  float: left;
}
@media all and (-ms-high-contrast: none) {
  footer nav ul.textLink {
    padding-top: 10px; /* IE10以上 */
  }
}
footer nav {
  overflow: hidden;
}
footer nav ul.textLink li {
  background: url(../images/icon_arrow1.png) left center no-repeat;
  background-size: 7px 9px;
  font-size: 14px;
  margin: 20px 0 0 0;
  padding: 0 0 0 15px;
}
footer nav ul.textLink li.sns {
  background: url(../images/icon_window.png) left center no-repeat;
  background-size: 10px 15px;
}
footer nav ul.btnLink {
  display:flex;
  flex-wrap: nowrap;
  justify-content: center;
  margin: 30px 0 0;
  overflow: hidden;
}
footer nav ul.btnLink li {
  margin: 0 40px 0 0;
  overflow: hidden;
  float: left;
}
footer nav ul.btnLink li a {
  background: #3a291f url(../images/icon_arrow2.png) right 10px center no-repeat;
  background-size: 5px 8px;
  color: #fff;
  text-align: center;
  font-size: 14px;
  width: 170px;
  height: 46px;
  margin: 0 10px 0 0;
  display: table-cell;
  vertical-align: middle;
  border-radius: 5px;
}
footer .footerMap {
  max-width: 1000px;
  width: 100%;
  height: 303px;
}
footer .logoHH {
  width: 223px;
  margin: 60px auto;
  transition: 0.3s;
}
footer .logoHH:hover {
  opacity: 0.6;
}
footer .cr {
  text-align: center;
  font-size: 10px;
  font-weight: normal;
}

@media only screen and (max-width: 768px) {
  footer {
    padding: 30px 10px 60px;
  }
  footer .inner {
    width: 100%;
  }
  footer .footerLink {
    margin: 30px auto 40px;
  }
  footer .menuLink {
    display: none;
  }
  footer .footerMap {
    width: 100%;
    height: 303px;
  }
  footer .logoHH {
    width: 180px;
    margin: 30px auto;
  }

  footer .adrLink ul {
    margin: 15px auto;
  }

  footer address .freedial {
    margin: 0;
  }
  footer address .address {
    margin: 0;
  }
  footer address .tel {
    margin: 0;
  }

}
@media only screen and (max-width: 600px) {
  footer {
    padding: 30px 10px 160px;
  }
}

/*-----------------------------------------------
	重要なお知らせ
-----------------------------------------------*/
.secEmergencyNotice {
  margin: 0 auto ;
}
.secEmergencyNotice .popBtn {
  background-color: #f5f5f5;
  text-align: center;
  max-width: 1000px;
  margin: 0 auto;
  padding: 20px 0;
  width: 100%;
  display: block;
  border: 2px solid #cfcfcf;
  border-radius: 5px;
}
.secEmergencyNotice h2 span {
  background: url(../images/icon_notice.svg) left center no-repeat;
  background-size: 26px 24px;
  color: #737373;
  line-height: 1.2;
  font-size: 16px;
  font-weight: 400;
  padding: 0 0 0 36px;
}
.secEmergencyNotice .wrapper {
  text-align: center;
  width: 1000px;
  margin: 0 auto;
  padding: 30px;
  border: 1px #595959 solid;
  overflow: hidden;
}
.secEmergencyNotice h3 {
  line-height: 1.2;
  font-size: 24px;
  font-weight: bold;
  margin: 0 auto 30px;
}
.secEmergencyNotice p {
  font-size: 16px;
  line-height: 1.6;
  margin: 30px auto;
}
.secEmergencyNotice .brSp {
  display: none;
}


@media only screen and (max-width: 768px) {
  .secEmergencyNotice {
    width: 90%;
    margin: 0 auto 35px;
    padding: 0;
  }
  .secEmergencyNotice .wrapper {
    text-align: center;
    width: 100%;
    padding: 15px;
  }
  .secEmergencyNotice .popBtn {
    width: 100%;
  }
  .secEmergencyNotice h2 span {
    background-size: auto 13px;
    padding: 0 0 0 24px;
    font-size: 12px;
  }
}
@media screen and (max-width: 480px){
  .secEmergencyNotice .popBtn{
    padding: 15px 0;
  }
}
/*-----------------------------------------------
	オンライン商談TOP
-----------------------------------------------*/
#online_negotiations {
  text-align: center;
  width: 1000px;
  margin: 0 auto 50px;
}
#online_negotiations a img {
  transition: 0.3s;
}
#online_negotiations a:hover img {
  opacity: 0.8;
}
@media only screen and (max-width: 768px) {
  #online_negotiations {
    width: 94%;
    margin: 10px auto 25px;
  }
}
/*-----------------------------------------------
	新規会員登録バナー
-----------------------------------------------*/
/* secMembership */
.secMembership {
  margin: 0 0 80px;
}
.secMembership .img {
  width: 1200px;
  margin: 0 auto;
}
.secMembership .img img {
  width: 100%;
}
.secMembership dl {
  font-size: 13px;
  line-height: 1.5em;
  width: 1200px;
  margin: 10px auto 0;
  overflow: hidden;
}
.secMembership dl dt {
  font-weight: bold;
}
.secMembership dl dd {
  text-indent: -1em;
  margin-left: 1em;
}

@media only screen and (max-width: 768px) {
  .secMembership {
    margin: 0 0 40px;
  }
  .secMembership .img {
    width: 95%;
    margin: 0 auto;
  }
  .secMembership dl {
    font-size: 12px;
    width: 95%;
    margin: 10px auto 0;
  }
}

/*-----------------------------------------------
	グループサイト
-----------------------------------------------*/
/*secGroup*/
.secGroup {
	/*margin: 80px auto 0;*/
}
.secGroup .boxLink {
	margin: 80px 0 0;
	padding: 45px 0;
	text-align: center;
	overflow: hidden;
}
.secGroup .boxLink {
	background: url(../images/top/bgIndex02_pc.jpg) center top no-repeat;
	background-size: cover;
}
.secGroup .boxLink .boxList {
	max-width: 1200px;
	margin: 0 auto;
	font-size: 0;
}
.secGroup .boxLink .boxList {
	margin-bottom: 0px;
}
.secGroup .boxLink ul:nth-child(2).boxList {
	margin-bottom: 0;
}
.secGroup .boxLink .boxList li {
	display: inline-block;
	width: 30%;
	margin: 0 3%;
	background: #fff;
}
.secGroup .boxLink .boxList li a {
	display: block;
	padding: 50px 0 40px;
	background: #fff;
	color: #000;
	position: relative;
}
.secGroup .boxLink .boxList li a {
	padding-top: 25px;
}
.secGroup .boxLink .tit {
	line-height: 30px;
	margin: 20px 0 0;
	padding: 0 40px;
}
.secGroup .boxLink .tit .imgR {
	width: 100%;
	object-fit: contain;
	object-position: center;
}
.secGroup .boxLink .txtTop {
	width: 90%;
	max-width: 260px;
	min-width: 210px;
	position: absolute;
	top: -23px;
	left: 0;
	right: 0;
	margin: 0 auto;
	color: #fff;
	background: #99cc00;
	font-size: 22px;
	letter-spacing: 1px;
	padding: 13px 0 12px;
}
.secGroup .boxLink .txtTop::after {
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 10px 7px 0 7px;
	border-color: #99cc00 transparent transparent transparent;
	position: absolute;
	bottom: -10px;
	left: 0;
	right: 0;
	margin: 0 auto;
}
.secGroup .boxLink li:nth-child(2) .txtTop {
	background: #5bc3ef;
}
.secGroup .boxLink li:nth-child(2) .txtTop::after {
	border-color: #5bc3ef transparent transparent transparent;
}
.secGroup .boxLink li:nth-child(3) .txtTop {
	background: #006699;
}
.secGroup .boxLink li:nth-child(3) .txtTop::after {
	border-color: #006699 transparent transparent transparent;
}
.secGroup .boxLink .txt {
	margin: 20px 0;
	font-weight: 500;
	font-size: 14px;
	line-height: 1.8;
	letter-spacing: 2px;
	font-feature-settings: 'palt';
	white-space: nowrap;
}
.secGroup .secSale01 .boxLink .txt {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 10px;
}
.secGroup .boxLink .txt .brTb {
	display: none;
}
.secGroup .boxLink .img {
	position: relative;
	margin: 0 40px;
}
.secGroup .boxLink .img::after {
	display: block;
	position: absolute;
	right: 0;
	bottom: 0;
	width: 30px;
	height: 30px;
	background: url(../images/top/iconLink01.png) center center / contain no-repeat;
	content: '';
}
.secGroup .boxLink .img img {
	width: 100%;
	height: auto;
}
.secGroup ul:nth-child(2).boxList .img::after {
	background-image: url(../images/top/iconLink02.png);
}
.secGroup .boxLink .btn {
	width: 180px;
	margin: 0 auto;
	padding: 10px 0 11px 25px;
	text-align: left;
	border: solid 1px #999;
	position: relative;
	font-size: 13px;
}
.secGroup .boxLink .btn::after {
	content: '';
	width: 82px;
	height: 8px;
	background: url('../images/top/arrow.gif') left top no-repeat;
	position: absolute;
	right: -18px;
	top: 13px;
}
.secGroup .boxLinks .boxBnr {
	background: #fff;
}
@media only screen and (max-width: 768px) {
	.secGroup {
		/*margin: 30px auto 0;*/
	}
	.secGroup .boxLink {
		/*margin: 30px auto 0;*/
		margin: 0 auto;
		padding: 0 0 10px;
		overflow: hidden;
	}
	.secGroup .boxLink {
		background: url(../images/top/bgIndex01_sp.jpg) center top no-repeat;
		background-size: cover;
	}
	.secGroup .boxLink .boxList {
		margin: 35px auto 0;
		width: 90%;
	}
	.secGroup .boxLink .boxList li {
		float: none;
		width: 100%;
		margin: 0 auto 20px;
		display: table;
	}
	#secGroup .boxLink .boxList li {
		margin-bottom: 24px;
	}
	.secGroup .boxLink .boxList li:nth-child(3n) {
		margin: 0 auto 10px;
	}
	.secGroup .boxLink .boxList li a {
		display: table-cell;
		vertical-align: middle;
		position: relative;
		width: 100%;
		height: 80px;
		padding: 15px 0px 15px 20px;
	}
	.secGroup .boxLink .boxList li a::after {
		display: block;
		position: absolute;
		right: 0;
		bottom: 0;
		width: 30px;
		height: 30px;
		background: url(../images/top/iconLink01.png) center center / contain no-repeat;
		content: '';
	}
	.secGroup .boxLink ul:nth-child(2).boxList li a::after {
		background-image: url(../images/top/iconLink02.png);
	}
	.secGroup .boxLink .tit {
		display: table-cell;
		position: relative;
		vertical-align: middle;
		width: 120px;
		height: auto;
		line-height: inherit;
		text-align: center;
		padding: 0;
		line-height: normal;
	}
	.secGroup .boxLink .tit::after {
		position: absolute;
		top: calc(50% - 25px);
		right: 0;
		width: 1px;
		height: 50px;
		background: rgba(0, 0, 0, 0.22);
		content: '';
	}
	.secGroup .boxLink .txtTop {
		width: 170px;
		top: -14px;
		font-size: 12px;
		letter-spacing: 0.5px;
		padding: 8px 0;
	}
	.secGroup .boxLink .txtTop::after {
		display: none;
	}
	.secGroup .boxLink .txt {
		display: table-cell;
		vertical-align: middle;
		margin: 0;
		padding-left: 18px;
		font-size: 10px;
		line-height: 1.4;
		letter-spacing: 0px;
		font-family: 'Noto Sans JP', sans-serif;
		white-space: normal;
		text-align: left;
	}
	.secGroup .boxLink .txt {
		height: auto;
		display: table-cell;
		margin-top: 0;
	}
	.secGroup .boxList li:nth-child(1) .tit img {
		width: 100px;
	}
	.secGroup .boxList li:nth-child(2) .tit img {
		width: 80px;
	}
	.secGroup .boxList li:nth-child(3) .tit img {
		width: 90px;
	}
	.secGroup ul:nth-child(2).boxList li:nth-child(1) .tit img {
		width: 80px;
	}
	.secGroup ul:nth-child(2).boxList li:nth-child(2) .tit img {
		width: 69px;
	}
	.secGroup ul:nth-child(2).boxList li:nth-child(3) .tit img {
		width: 73px;
	}
}


/****************/
/*  ディスプレイ幅表示制御  */
/****************/
@media screen and (max-width: 1024px) {
  .spc__hide{
    display: none !important;
  }
}
@media screen and (min-width: 1025px) {
  .spc__show{
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  .ipad__hide{
    display: none !important;
  }
}
@media screen and (min-width: 769px) {
  .ipad__show{
    display: none !important;
  }
}
@media screen and (max-width: 480px) {
  .smp__hide{
    display: none !important;
  }
}
@media screen and (min-width: 481px) {
  .smp__show{
    display: none !important;
  }
}