@charset "UTF-8";
/*==========================================================================
　企業パビリオン
==========================================================================*/
/* header */
.pavilion-page .lower__ttl {
  background:url(/wonderland/assets/img/pavilion/bg-pavilion_header.png)no-repeat;
  background-position: center;
  position:relative;

}
.wonderland-logo {
  position:absolute;
  left:0;
  top: 0.5rem;
}
.pavilion-page .lower__ttl h1 ,
.pavilion-page .lower__ttl p{
  text-align:center;
  margin: 4rem auto 0;
  position:relative;
  z-index:1;
}
.pavilion-page .lower__ttl h1:before ,
.pavilion-page .lower__ttl p:before {
  content:"";
  background:url(/wonderland/assets/img/pavilion/img-ttl-hirahira.png)no-repeat;
  background-size:100%;
  width:162px;
  height:102px;
  position:absolute;
  top:-6rem;
  margin:auto;
  left:-12rem;
  z-index:1;
}
.pavilion-page .lower__ttl h1:after ,
.pavilion-page .lower__ttl p:after {
  content:"";
  background:url(/wonderland/assets/img/pavilion/img-ttl-hirahira.png)no-repeat;
  background-size:100%;
  width:162px;
  height:102px;
  position:absolute;
  top:0;
  margin:auto;
  right:-10rem;
  z-index:1;
  -webkit-transform: rotate(60deg);
  transform: rotate(60deg);
}
.back-event {
  position:absolute;
  bottom: 0;
  left: 8rem;
  z-index: 10;
}
.back-event-foot {
  position: relative;
  z-index: 10;
  max-width: 600px;
  margin: 0 auto;
}
.back-event-foot img {
  width:600px;
  height:300px;
}
/* footer */
#lower-footer.pavilion-footer {
  z-index:10;
  padding-top: 4rem;
  /* ワンダーランド終了後 padding-top: 14rem; */
}
body.fixed {
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
}
.pickup {
  background: #FEED2E;
}
.pavilion-page .pickup .sec-inner {
  padding:1.5rem 0 0;
}
.ball2:hover {
  animation-play-state: paused;
}
.ball2{
  animation: ball2 0.6s alternate infinite;
  -webkit-animation: ball2 0.6s alternate infinite;
  -moz-animation: ball2 0.6s alternate infinite;
}
@keyframes ball2{
  0%   { transform:translate(0%, 0%) rotateX(25deg); }
  100% { transform:translate(0%, -30px); }
}
@-webkit-keyframes ball2{
  0%   { -webkit-transform:translate(0%, 0%) rotateX(25deg); }
  100% { -webkit-transform:translate(0%, -30px); }
}

@-moz-keyframes ball2{
  0%   { -moz-transform:translate(0%, 0%) rotateX(25deg); }
  100% { -moz-transform:translate(0%, -30px); }
}
.lower__ttl .h1-ttl {
  margin-bottom: 1.5rem;
  font-family: 'Sawarabi Gothic', sans-serif;
  font-size: 42px;
  color: #0086d1;
  letter-spacing: 2px;
  font-weight: 400;
  margin: 0;
}
.pavilion-page h2 {
  font-size:18px;
  line-height:1.5;
  margin-bottom: 3.3rem!important;
}
.pavilion-page .lower__ttl .inner:after {
  content:"";
  background:url(/wonderland/assets/img/pavilion/icon-pavilion.png)no-repeat;
  background-size:100%;
  width:322px;
  height:200px;
  position:absolute;
  top:0;
  bottom:0;
  margin:auto;
  right:0;
  z-index:0;
}
.pavi01,
.pavi02 {
  position:relative;
}
.pavi01:before {
  content:"";
  background:url(/wonderland/assets/img/pavilion/illust-pavilion01.png)no-repeat;
  background-size:100%;
  width:286px;
  height:261px;
  position:absolute;
  top: 0;
  left: -15rem;
  z-index:5;
}
.pavi01:after ,
.pavi02:after {
  content:"";
  background:url(/wonderland/assets/img/pavilion/illust-pavilion02.png)no-repeat;
  background-size:100%;
  width:442px;
  height:261px;
  position:absolute;
  bottom: 0;
  right: -22rem;
  z-index:5;
}
.hirahira02:before {
  content:"";
  background:url(/wonderland/assets/img/booth/img-hirahira.png)no-repeat;
  background-size:100%;
  width:211px;
  height:221px;
  position:absolute;
  top: 0;
  left: -8rem;
  z-index:5;
}
.pavilion-page .bg-double {
  margin: 3rem 0 0;
  padding:3rem 1rem 1rem;
}
.pavilion-page .bg-double p {
  font-weight:normal;
  margin:1rem 0;
  text-align:left;
}
.pavilion-page .bg-double p.txt-center {
  text-align:center;
  line-height:1.5;
}
.howto dd ol.cp_clist li::before {
  top:32px;
}
.howto .illust {
  margin-bottom: .2rem;
}
.howto ,
.detail-area {
  padding: 0 0 1rem;
  margin:0 auto;
  width:1000px;
}
.pickup .sec-inner .detail-area {
  text-align:left;
}
.howto .accordion {
    background: #fff;
    border: 2px solid #f09dc1;
    border-radius: 4px;
    max-width: 1150px;
    width: 100%;
    margin: 3rem auto 2rem;
}
.howto .accordion > dt {
    position: relative;
    font-size: 20px;
    background: #f09dc1;
    padding:1.2rem 0;
    color: #000;
    cursor: pointer;
}
.howto .accordion > dd {
    display: block;
    font-size: 15px;
    margin: 0;
    padding: 2rem 1rem;
}
.howto .howto__txt {
  font-size: 18px;
  font-weight: 500;
}
.underline {
  text-decoration:underline;
}
.howto .accordion_icon,
.howto .accordion_icon span {
    display: inline-block;
    transition: all .3s;
    box-sizing: border-box;
}
.howto .accordion_icon {
    position: absolute;
    width: 25px;
    height: 25px;
    top: 0.6rem;
    right: 2rem;
}
.howto .accordion_icon span {
    position: absolute;
    width: 100%;
    height: 3px;
    background-color: #000;
}
.howto .accordion_icon span:nth-of-type(1) {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
}
.howto .accordion_icon span:nth-of-type(2) {
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
}
.howto .active .accordion_icon span:nth-of-type(1) {
    display:none;
}
.howto .active .accordion_icon span:nth-of-type(2) {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}

.gray__bg {
  background: #f0f2f3;
  display: flex;
  padding: 1rem;
}
.gray__bg__child {
  width: 50%;
}
.gyousyu__label {
  display: flex;
  align-items: center;
}
.gyousyu__label:last-child {
  margin-bottom: 0;
}
.gyousyu__label dt {
  width: 160px;
  margin-right: 10px;
  font-size: 19px;
  font-weight: 500;
  padding:.5rem;
}
.gyousyu__label dd {
  margin-bottom:0;
  font-size: 19px
}
.gyousyu__label--nourin ,
.pavilion__detail__child--tag--nourin {
  background: #22b747;
  color: #fff;
}
.gyousyu__label--kensetsu ,
.pavilion__detail__child--tag--kensetsu {
  background: #c97827;
  color: #fff;
}
.gyousyu__label--seizou ,
.pavilion__detail__child--tag--seizou {
  background: #cc28cc;
  color: #fff;
}
.gyousyu__label--denga ,
.pavilion__detail__child--tag--denga {
  background: #71ee47;
  color: #fff;
}
.gyousyu__label--jyoho ,
.pavilion__detail__child--tag--jyoho {
  background: #28a3cc;
  color: #fff;
}
.gyousyu__label--unyuu ,
.pavilion__detail__child--tag--unyuu {
  background: #c40c2e;
  color: #fff;
}
.gyousyu__label--oroko ,
.pavilion__detail__child--tag--oroko {
  background: #eeb60d;
  color: #fff;
}
.gyousyu__label--kinho ,
.pavilion__detail__child--tag--kinho {
  background: #cccc28;
  color: #000;
}
.gyousyu__label--fubutsu ,
.pavilion__detail__child--tag--fubutsu {
  background: #c8c4c4;
  color: #000;
}
.gyousyu__label--sengi ,
.pavilion__detail__child--tag--sengi {
  background: #74e802;
  color: #fff;
}
.gyousyu__label--syukuin ,
.pavilion__detail__child--tag--syukuin {
  background: #b7ff70;
  color: #000;
}
.gyousyu__label--seikatsu ,
.pavilion__detail__child--tag--seikatsu {
  background: #eeb60d;
  color: #000;
}
.gyousyu__label--kyougaku ,
.pavilion__detail__child--tag--kyougaku {
  background: #ee097c;
  color: #fff;
}
.gyousyu__label--ifuku ,
.pavilion__detail__child--tag--ifuku {
  background: #f2aba9;
  color: #000;
}
.gyousyu__label--fukusa ,
.pavilion__detail__child--tag--fukusa {
  background: #eaf42e;
  color: #000;
}
.gyousyu__label--sa ,
.pavilion__detail__child--tag--sa {
  background: #fff176;
  color: #000;
}
.pavilion__detail {
  margin: 0 auto 2rem;
  max-width: 2000px;
}
.pavilion__detail__lists {
  display: flex;
  margin-bottom: 0;
  max-width: 2000px;
  padding-bottom: 20rem;
  flex-wrap: wrap;
}
.pavilion__detail__lists:nth-of-type(odd) {
  justify-content: flex-end;
}
.pavilion__detail__lists:nth-of-type(even) {
  justify-content: flex-start;
  margin-right: auto;
}
.pavilion__detail__child {
  max-width: 365px;
  width: 21%;
  margin-right:3%;
  position: relative;
}
.pavilion__detail__child.afternon{
  margin-bottom: 0;
}
.pavilion__detail__child.afternon:after{
  display: none;
}
.pavilion__detail__child:last-child {
  margin-right:0;
}
.pavilion__detail__lists:nth-of-type(odd) .pavilion__detail__child:last-child {
  margin-right:2%;
}
.pavilion__detail__lists:nth-of-type(even) .pavilion__detail__child:first-child {
  margin-left:2%;
}
.pavilion__detail__child:after {
  position: absolute;
  content:"";
  background:url(/wonderland/assets/img/pavilion/img_booth01.png)no-repeat;
  background-size:100%;
  width: 298px;
  height: 242px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: -1;
  margin-top: -20px;
}
.pavilion__detail__child:nth-of-type(even):after {
  background:url(/wonderland/assets/img/pavilion/img_booth02.png)no-repeat;
  background-size:100%;
}
.pavilion__detail__child--inner {
  border-radius: 25px;
  background: #fff;
  box-shadow: 10px 10px 1px #0086d1;
  position: relative;
  padding: 2.5rem 1.5rem 2rem;
}
.pavilion__detail__child--inner:after {
  position: absolute;
  content:"";
  background:url(/wonderland/assets/img/pavilion/icon_fukidashi.png)no-repeat;
  background-size:100%;
  width:95px;
  height:92px;
  right: 55px;
  bottom: -83px;
}
.pavilion__detail__child--tag {
  position: absolute;
  top: -15px;
  display: flex;
  justify-content: center;
  left: 0;
  right: 0;
  margin: auto;
}
.pavilion__detail__child--tag li {
  font-size: 17px;
  padding: .3rem 1.5rem;
  font-weight: 500;
  text-align: center;
  margin-right: 1rem;
}
.pavilion__detail__child--tag li:last-child {
  margin-right: 0;
}
.pavilion__detail__child--tag--city {
  background: #eee9e9;
  color: #000;
}
.pavilion__detail__child--catch {
  font-size: 21px;
  font-weight: 600;
  min-height: 45px;
  display: flex;
  align-items: center;
}
.pavilion__detail__child--img {
  text-align: center;
  margin-bottom: 1rem;
}
.pavilion__detail__child--img img {
  width: 268px;
  height: 161px;
  object-fit: contain;
}
.pavilion__detail__child--ttl {
  font-size:17px;
  font-weight: 600;
  margin-bottom:.5rem;
  min-height: 45px;
}
.pavilion__detail__child--txt {
  font-size: 15px;
  color: #555;
  margin-bottom:.5rem;
  min-height: 45px;
}
.pavilion__detail__child--hashtag {
  margin-bottom: 1rem;
  min-height: 68px;
}
.pavilion__detail__child--hashtag li{
  color: #0086d1;
  font-size: 15px;
}
.pavilion__detail__child--link {
  margin: 1.5rem auto 0;
  text-align: center;
}
.pavilion__detail__child--link a {
  padding: 0.3rem 3.5rem 0.3rem 1rem;
  border:2px solid #0086d1;
  background: #0086d1;
  color: #fff;
  font-size: 16px;
  position: relative;
}
.pavilion__detail__child--link a:after {
  position: absolute;
  content:"";
  background:url(/wonderland/assets/img/pavilion/icon_more.png)no-repeat;
  background-size:100%;
  width: 20px;
  height: 16px;
  right: 10px;
  bottom: 0;
  top:0;
  margin: auto;
}
.pavilion__detail__child--link a:hover {
  background: #fff;
  color: #0086d1;
  text-decoration: none;
}
.pavilion__detail__child--link a:hover:after {
  background:url(/wonderland/assets/img/pavilion/icon_more_hover.png)no-repeat;
  background-size:100%;
}
.howto .dotted-ttl {
  margin-bottom: 2.5rem;
}
.kurashimanet__search a {
  position:relative;
  display:block;
  border:2px solid #006bbb;
  background :#006bbb;
  color:#fff;
  margin:1.5rem auto;
  text-align:center;
  padding:1rem 1rem;
  font-weight:normal;
  padding-left:35px;
  font-size:30px;
  width: 670px;
  letter-spacing: 2px;
  line-height: 1.5;
  font-weight: 500;
}
.kurashimanet__search a .small__txt {
  font-size: 20px;
  display: block;
}
.kurashimanet__search a:hover {
  text-decoration:none;
  opacity:1;
  color:#006bbb;
  background:#fff;
}
.kurashimanet__search a:before {
  position: absolute;
  top: 20%;
  bottom:0;
  margin: auto;
  left:40px;
  font-family: 'FontAwesome';
  content: '\f002';
  cursor: pointer;
  font-size: 45px;
  font-weight: 400;
}
.kurashimanet__search a:after {
  position: absolute;
  top: 0;
  bottom:0;
  margin: auto;
  right:40px;
  content:"";
  background:url(/wonderland/assets/img/pavilion/icon_search.png)no-repeat;
  background-size: 100%;
  width: 36px;
  height: 28px;
}
.kurashimanet__search a:hover:after {
  background:url(/wonderland/assets/img/pavilion/icon_search_hover.png)no-repeat;
  background-size: 100%;
}
.mycardsend-btn {
  position:relative;
  display:block;
  border:2px solid #f09dc1;
  background :#f09dc1;
  color:#fff;
  margin:1.5rem auto;
  text-align:center;
  padding:1.5rem 1rem;
  font-weight:normal;
  padding-left: 3rem;
  font-size:20px;
}
.mycardsend-btn:before{
  position: absolute;
  top: 34%;
  bottom:0;
  margin: auto;
  left:20px;
  font-family: 'FontAwesome';
  content: '\f1d8';
  cursor: pointer;
}
.mycardsend-btn:hover {
  text-decoration:none;
  opacity:1;
  color:#f09dc1;
  background:#fff;
}
.card-link-area {
  display:flex;
  justify-content: center;
}
.card-link-area div:last-child {
  margin-left:1rem;
}
.border-bx {
  border:2px solid #0086d1;
  color:#0086d1;
  font-size:20px;
  padding:1rem;
  margin:3rem 0;
}
.pavilion-page .bg-double h4 {
  position:relative;
  background:none;
  text-align:left;
  display:block;
  font-size:22px;
  font-weight:normal
}
.icon-pavi-map:before {
  font-family: 'FontAwesome';
  content: '\f279';
  color:#0086d1;
  padding-right:10px;
}
.icon-pavi-tool:before {
  font-family: 'FontAwesome';
  content: '\f552';
  color:#0086d1;
  padding-right:10px;
}
.icon-pavi-pen:before {
  font-family: 'FontAwesome';
  content: '\f044';
  color:#0086d1;
  padding-right:10px;
}
.icon-pavi-search:before {
  font-family: 'FontAwesome';
  content: '\f002';
  color:#0086d1;
  padding-right:10px;
  color:#fff;
}
.pavilion-search-bx ,
.pavilion-result-bx {
  margin: 0 auto;
  width: 940px;
}
.pavilion-checkbox {
  display:flex;
  flex-wrap:wrap;

}
.pavilion-checkbox li {
  width:180px;
  display: flex;
}
.pavilion-checkbox.last li {
  width: auto;
}
.arrow-icon {
  position: relative;
}
.pavilion-search-bx .arrow-icon:before{
  content:"";
  background:url(/wonderland/assets/img/pavilion/icon-before-arrow.png)no-repeat;
  background-size:100%;
  width:18px;
  height:10px;
  position:absolute;
  top:0;
  bottom:0;
  left:10px;
  margin: auto;
  z-index:10;
}
.checkbox.disabled-checkbox::before {
  border-color: #aaa;
}
.checkbox.disabled-checkbox {
  color: #999;
  cursor: default;
}
.pavilion-search-bx .arrow-icon input {
  border:2px solid #0086d1;
  color:#0086d1;
  width:60%;
  padding:1rem;
  border-radius:5px;
  font-size:20px;
  padding-left:3rem;
  display: flex;
}
.icon-pavi-search {
  position: relative;
  display: block;
  border: 2px solid #006bbb;
  background: #006bbb;
  color: #fff;
  width: 370px;
  margin: 2rem auto;
  text-align: center;
  padding: 1.5rem 1rem;
  font-weight: normal;
  padding-left: 35px;
  font-size: 20px;
}
.icon-pavi-search input {
  background: #006bbb;
  color:#fff;
}
.icon-pavi-search:hover {
  background:#fff;
}
.icon-pavi-search:hover input  {
  background: #fff;
  color:#006bbb;
}
.icon-pavi-search:hover:before {
  color:#006bbb;
}
.result-list {
  display:flex;
  flex-wrap:wrap;
  justify-content: space-around;
  align-items: end;
}
.result-list > li {
  width:32%;
  border:2px solid #222;
  padding:1rem;
  text-align:left;
  margin-bottom:2%;
}
.result-list > li:nth-child(3n+2) {
  margin:0 2%;
}
.result-list > li figure {
  margin:0;
  width: 265px;
  height: 160px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #dedede;
}
.result-list > li h4 {
  line-height:1.5;
}
.result-list > li .pavilion-tag {
  border:2px solid #0086d1;
  background:#fff;
  color:#0086d1;
  display:block;
  padding:.5rem;
  text-align:center;
}
.pavilion-hashtag {
  color:#0086d1;
}
.pavilion-detail a {
  border:2px solid #0086d1;
  background:#0086d1;
  color:#fff;
  padding:.5rem;
  display: block;
  text-align:center;
  margin:1rem;
  position:relative;
}
.pavilion-detail a:after{
  font-family: 'FontAwesome';
  content: '\f061';
  color:#fff;
  position: absolute;
  right: 20px;
}
.pavilion-detail a:hover {
  background:#fff;
  color:#0086d1;
  opacity:1;
  text-decoration:none;
}
.pavilion-detail a:hover:after {
  color:#0086d1;
}
.pavi-ttl {
  border: 2px solid #f09dc1;
  color: #f09dc1;
  font-size: 20px;
  padding: 1rem;
  margin: 0 0 1rem;
  text-align:center;
}
#lower-main .detail-area h2 {
  text-align:left;
  font-size:23px;
  margin-bottom:1rem;
}
#lower-main .detail-area h2.pavilion-tag {
  background: #000;
  color:#fff;
  padding:.5rem 1rem;
  display:inline-block;
  text-align:left;
  margin-bottom:0;
}
.pavilion-txt {
  margin-bottom:2rem;
}
.pavilion-tag-area {
  display:flex;
  justify-content: space-between;
  align-items:center;
}
.iine-area a{
  background:#f09dc1;
  border:2px solid #f09dc1;
  position:relative;
  width:120px;
  border-radius:.5rem;
  font-size:14px;
  text-align:center;
  display: block;
  color:#fff;
  font-weight:bold;
  padding:10px;
}
.iine-area a:after {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: -15px;
  left: 10px;
  border: 7px solid transparent;
  border-left: 17px solid #f09dc1;
  -webkit-transform: rotate(100deg);
  transform: rotate(100deg);
  transition: all 0.3s ease;
}
.iine-area a:hover {
  color:#f09dc1;
  background:#c6e7f9;
  border:2px solid #c6e7f9;
  text-decoration: none;
}
.iine-area a:hover:after {
  border-left: 17px solid #c6e7f9;
}
.iine-area .iine-num:before {
  font-family: 'FontAwesome';
  content: '\f004';
  color:#fff;
  padding-right:10px;
  font-size:17px;
}
.iine-area a:hover .iine-num:before {
  color:#f09dc1;
}
.iine-area .iine-num {
  font-size:17px;
  display:block;
  position:relative;
}
.pavilion-location {
  display:inline-block;
  position:relative;
  margin:.5rem 0;
  font-size:16px;
}
.pavilion-location:before{
  font-family: 'FontAwesome';
  content: '\f3c5';
  color:#000;
  padding-right:10px;
  font-size:20px;
}
.reason-col.blue li {
  background:#006bbb;
  box-shadow:4px 6px 0px 0 rgba(0, 107, 187, 1);
}
.reason-col.blue li dl dd {
  color:#006bbb;
}
.reason-col.light-blue li {
  background :#66c1fd;
  box-shadow:4px 6px 0px 0 #66c1fd;
}
.reason-col.light-blue li dl dd {
  color:#66c1fd;
}
.detail-area .reason-col {
  margin-bottom:3rem;
}
.pavilion-contact {
  margin-bottom:2rem;
}
.detail-area h3 {
  margin:1rem 0 ;
  font-size:20px;
  position:relative;
}
.detail-area .morebtn {
  text-align:center;
}
.icon-pavi-forte{
  color:#006bbb;
  }
.icon-pavi-forte:before {
  font-family: 'FontAwesome';
  content: '\f080';
  padding-right:10px;
  font-size:20px;
  color:#006bbb;
}
.icon-pavi-seek {
  color:#66c1fd;
}
.icon-pavi-seek:before {
  font-family: 'FontAwesome';
  content: '\f2bd';
  padding-right:10px;
  font-size:20px;
  color:#66c1fd;
}
.icon-pavi-contact {
  color:#006bbb;
}
.icon-pavi-contact:before {
  font-family: 'FontAwesome';
  content: '\f573';
  color:#006bbb;
  padding-right:10px;
  font-size:20px;
}
.pavilion-contact {
  background:#c6e7f9;
  border-radius:5px;
  border:2px solid #006bbb;
  padding:1rem;
}
.pavilion-contact th {
  color:#006bbb;
}
.pavilion-contact h3.icon-pavi-contact {
  margin-top:0;
}
.detail-area .reason-col li dl dd {
  justify-content: space-between;
  font-size:17px;
}
.recruit-link a{
  display:inline-block;
  padding:.5rem 1.5rem .5rem 1rem;
  border:2px solid #66c1fd;
  background:#66c1fd;
  position:relative;
  font-size:13px;
  color:#fff;
  font-weight:normal;
  width:175px;
  margin-left:1rem;
}
.recruit-link a:hover {
  background:#fff;
  color:#66c1fd;
}
.recruit-link a:after{
  position: absolute;
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  border-radius: 2px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 0;
  bottom: 0;
  margin: auto;
  right: 5px;
}
.recruit-link a:hover:after {
  border-top: solid 2px #66c1fd;
  border-right: solid 2px #66c1fd;
}
.recruit-link a:hover {
  background:#fff;
  color:#66c1fd;
}
.pavilion-img {
  max-width:940px;
  text-align:center;
}
.mycard-bx {
  display:flex;
  width:560px;
  margin:0 auto;
  border:2px solid #ccc;
  padding:1rem;
}
.mycard-bx figure {
  width: 40%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem;
  margin-bottom:0;
}
.mycard-right-area {
  width:60%;
}
.mycard-right-area {
  border-left:2px solid #ccc;
  padding:1rem;
}
.mycard-right-area .small-txt {
  margin-bottom:0;
}
.mycard-name {
  font-size:20px;
  font-weight:bold;
}
.mycard-txt {
  font-size:12px;
}
.pickup__area {
  background:#FFE2EF;
  padding:2rem 0;
}
.movie__wrap {
  background: url(/wonderland/assets/img/pavilion/bg_ground.png)no-repeat center;
  background-size: 100%;
  padding-bottom: 21rem;
  position: relative;
}
.movie__wrap:after {
  position: absolute;
  content: "";
  background:url(/wonderland/assets/img/pavilion/img_gate.png)no-repeat;
  background-size:100%;
  width: 530px;
  height: 279px;
  left: 0;
  right:0;
  margin: auto;
}
.youtube__block {
  text-align: center;
  margin: 1rem auto 0;
  max-width: 800px;
  position: relative;
}
.youtube__block iframe {
  width: 800px;
  height: 450px;
  border: 5px solid #0076C9;
}
.youtube__block:before {
  position: absolute;
  content: "";
  background:url(/wonderland/assets/img/pavilion/left_parts.png)no-repeat;
  background-size:100%;
  width: 67px;
  height: 348px;
  left: -66px;
  top:0;
  margin: auto;
}
.youtube__block:after {
  position: absolute;
  content: "";
  background:url(/wonderland/assets/img/pavilion/right_parts.png)no-repeat;
  background-size:100%;
  width: 67px;
  height: 348px;
  right: -66px;
  top:0;
  margin: auto;
}
.bottom_parts {
  margin-top: -6px;
  text-align: center;
  position: relative;
}
/*.bottom_parts:before {
  content:"";
  background:url(/wonderland/assets/img/pavilion/mv_ill01.png)no-repeat;
  background-size:100%;
  width:493px;
  height:376px;
  position:absolute;
  top: 0;
  left: 0;
  z-index:5;
}
.bottom_parts:after ,
.bottom_parts:after {
  content:"";
  background:url(/wonderland/assets/img/pavilion/mv_ill02.png)no-repeat;
  background-size:100%;
  width:309px;
  height:420px;
  position:absolute;
  top: -3rem;
  right: 0;
  z-index:5;
} */
.pickup__inner {
  margin: auto;
  position: relative;
  max-width: 1575px;
  /*background: url(/wonderland/assets/img/pavilion/bg_ground.png)no-repeat;
  background-size: 100%;
  background-position: bottom;
  padding-bottom: 14%; */
  }
.img__block1 ,
.img__block2 {
  position: absolute;
  display: flex;
  flex-direction: column;
  width:  320px;
  z-index: 2;
  top: 0;
}
.img__block1 > div ,
.img__block2 > div {
  margin-bottom: 34px;
}
.img__block1 {
  left: 0;
}
.img__block2 {
  right: 0;
}
#box01 , #box02 , #box03 , #box04 {
  content:"";
  width: 320px;
  height: 180px;
  border-radius: 10px;
  border: 5px solid #003288;
  background: #fff;
  position: relative;
}
#box01 p , #box02 p , #box03 p , #box04 p {
  position: absolute;
  bottom:0;
  background: #BF9C50;
  padding: 15px 30px 15px 15px;
  color: #191919;
  margin: 0;
  width: 100%;
  font-size: 20px;
  font-weight: bold;
}
#box01 p:after , #box02 p:after , #box03 p:after , #box04 p:after {
  position: absolute;
  content: "";
  background:url(/wonderland/assets/img/pavilion/icon_arrow.svg)no-repeat;
  background-size:100%;
  width: 30px;
  height: 30px;
  right: 5px;
  top:0;
  bottom:0;
  margin: auto;
}
.bottom10 {
  margin-bottom: 10rem;
}
.detail_logo {
  width: 100%;
  height: 119px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
}
@media screen and (max-width: 1500px) {
  .youtube__block {
    width: 570px;
  }
  .youtube__block iframe {
    width: 570px;
    height: 350px
  }
  .bottom_parts {
    max-width: 570px;
    margin-inline: auto;
  }
}
@media screen and (max-width: 1300px) {
  .pavilion__detail__lists {
    max-width: 1200px;
  }
  .pavilion__detail__child:after {
    width:250px;
  }
    .pickup__inner {
      display: flex;
      flex-direction: column;
    }
    .img__block1 {
      order:2;
      margin-top: 0;
    }
    .img__block2 {
      order:3;
    }
    .youtube__block {
      width: 100%;
      order:1;
      margin-top: 0;
    }
    .youtube__block iframe {
      width: 800px;
      height: 450px;
    }
    .img__block1, .img__block2 {
      position: relative;
      align-items: center;
      justify-content: center;
      margin-inline: auto;
      flex-direction: initial;
      width: 100%;
    }
    .img__block1 > div, .img__block2 > div {
      margin-right: 20px;
      margin-bottom: 15px;
    }
  }
@media screen and (max-width: 1200px) {
}

  /*==========================================================================
    企業パビリオン　SP
  ==========================================================================*/
  @media screen and (max-width: 425px) {
    .hedernone {
      padding-top:0;
    }
    .pavilion-page .lower__ttl .inner {
      overflow: inherit;
      height:88px;
    }
    .wonderland-logo img {
      width: 75px;
      height: 70px;
    }
    .pavilion-page .lower__ttl h1 ,
    .pavilion-page .lower__ttl p {
      margin:0 auto;
    }
    .pavilion-page .lower__ttl h1 img ,
    .pavilion-page .lower__ttl p img{
      width:200px;
    }
    .pavilion-page .lower__ttl h1:before ,
    .pavilion-page .lower__ttl h1:after ,
    .pavilion-page .lower__ttl p:before ,
    .pavilion-page .lower__ttl p:after {
      display:none;
    }
    .back-event {
      left: 0;
      right: 0;
      margin: auto;
      width: 288px;
      bottom: -10rem;
    }
    .back-event img {
      width:100%;
      height:auto;
    }
    .lower__ttl .h1-ttl {
      font-size: 23px;
    }
    #lower-footer.pavilion-footer {
      /* ワンダーランド終了後 padding-top: 10rem;*/
    }
    .pavilion-page .bg-double {
      margin: 3rem auto;
      /* ワンダーランド終了後　margin: 0 auto; */
      padding: 3rem 1rem 1rem;
    }
    .pavilion-page .lower__ttl .inner:after {
      width: 150px;
      height: 90px;
    }
    .howto ,
    .pavilion-search-bx ,
    .pavilion-result-bx ,
    .pavilion-search-bx .arrow-icon input ,
    .detail-area {
      width:100%;
    }
    .result-list > li {
      width:100%;
      margin-bottom:2rem;
    }
    .result-list > li:nth-child(3n+2) {
      margin:0 auto 2rem;
    }
    .howto dl {
      margin-bottom:2rem;
    }
    .howto dd {
      padding:.5rem;
    }
    .howto dt:before {
      top: -2.1rem;
      left: 0;
    }
    .pavilion-checkbox li {
      width:auto;
    }
    .pavilion-search-bx .checkbox{
      font-size: 18px;
    }
    .pavi01:before ,
    .pavi01:after, .pavi02:after{
      display:none;
    }
    .card-link-area {
      flex-direction: column;
    }
    .mycardsend-btn ,
    .mycard-btn {
      margin:1rem auto 0;
      width:100%;
      padding:1rem .5rem;
      font-size:16px;
    }
    .detail-area .reason-col li dl dd {
      flex-direction: column;
    }
    .recruit-link a {
      margin-left:0;
      margin:1rem auto .5rem;
    }
    .pavilion-contact th ,
    .pavilion-contact td {
      display:block;
      width:100%;
    }
    .mycard-bx {
      width:100%;
      padding:.5rem;
      flex-direction:column;
    }
    .mycard-bx figure ,
    .mycard-right-area {
      width:100%;
    }
    .mycard-bx figure img {
      width:99px;
      height:92px;
    }
    .mycard-right-area {
      border-left:none;
      border-top:2px solid #ccc;
      padding:1rem 0;
    }
    .mycard-txt ,
    .mycard-right-area >ul {
      text-align:left;
    }
    .modal {
      padding:15px!important;
    }
    .card-link-area div:last-child {
      margin-left:0;
    }
    #lower-main .detail-area h2.pavilion-tag {
      font-size:13px;
    }
    .iine-area a {
      width:100px;
    }
    .back-event-foot img {
      width:300px;
      height:150px;
    }
    .result-list > li figure {
      width:100%;
      height:auto;
    }
    .kurashimanet__search {
      padding:0 1rem;
    }
    .kurashimanet__search a {
      width: 100%;
      font-size: 18px;
    }
    .kurashimanet__search a .small__txt {
      font-size: 12px;
    }
    .kurashimanet__search a:before {
      font-size: 28px;
      left: 16px;
    }
    .kurashimanet__search a:after {
      display: none;
    }
    .pavilion__detail__lists {
      width:98%;
      margin: 0 auto!important;
      padding-bottom: 0;
    }
    .pavilion__detail__child {
      width: 48%;
      margin-right:0;
      margin-bottom: 10rem;
    }
    .pavilion__detail__lists:nth-of-type(odd) .pavilion__detail__child:last-child {
      margin-right: 0;
    }
    .pavilion__detail__lists:nth-of-type(even) .pavilion__detail__child:first-child {
      margin-left: 0;
    }
    .pavilion__detail__child:nth-of-type(odd) {
      margin-right:3%;
    }
    .pavilion__detail__child:after  {
      width: 100%;
      height: 242px;
    }
    .pavilion__detail__child--inner {
      box-shadow: 5px 5px 1px #0086d1;
      padding:2rem 6px 1.5rem;
    }
    .pavilion__detail__child--tag {
      top: -9px;
    }
    .pavilion__detail__child--tag li {
      font-size: 13px;
      margin-right: .5rem;
      padding: 5px 10px;
    }
    .pavilion__detail__child--catch {
      font-size: 15px;
      margin-bottom: 0.5rem;
      min-height: 45px;
    }
    .pavilion__detail__child--img {
      margin-bottom:.5rem;
    }
    .pavilion__detail__child--ttl {
      font-size: 14px;
      min-height: auto;
    }
    .pavilion__detail__child--txt {
      font-size: 12px;
      margin-bottom:.5rem;
    }
    .pavilion__detail__child--hashtag li {
      font-size: 12px;
    }
    .pavilion__detail__child--link {
      margin-top: 1rem;
    }
    .pavilion__detail__child--link a {
      font-size: 14px;
    }
    .pavilion__detail__child--link a:after {
      width: 13px;
      height: 10px;
    }
    .pavilion__detail__child--inner:after {
      width: 50px;
      height: 88px;
    }
    .pavilion__detail__child:after {
      width: 160px;
      height: 130px;
    }
    .pavilion__detail__child--img ,
    .pavilion__detail__child--img img {
      width: auto;
      height: 115px;
    }
    .gray__bg {
      flex-direction: column;
    }
    .howto dl.gyousyu__label {
      margin-bottom:.5rem;
    }
    .gray__bg__child {
      width: 100%;
    }
    .gyousyu__label dt {
      width: 50px;
      margin-right: 0px;
      font-size: 15px;
      padding: 0.2rem;
    }
    .gyousyu__label dd {
      font-size: 15px;
    }
    .pavilion-page h2 {
      margin-top: 8rem;
      width:80%;
      margin-inline: auto;
    }
    .pavilion-page h2.dotted-ttl {
      margin-block: 0 1rem;
    }
    .bottom10 {
      margin-bottom: 5rem;
    }
    .pickup__inner {
      display: flex;
      flex-direction: column;
    }
    .img__block1 {
      order:2;
    }
    .img__block2 {
      order:3;
    }
    .youtube__block {
      width: 80%;
      order:1;
    }
    .youtube__block iframe {
      width: 100%;
      height: 200px;
    }
    .img__block1, .img__block2 {
      position: relative;
      align-items: center;
      justify-content: center;
      flex-direction: column;
      margin-inline: auto;
    }
    .img__block1 {
      margin-top:-6rem;
    }
    .img__block1 > div, .img__block2 > div {
      margin-bottom: 15px;
      margin-right: 0;
    }
    .youtube__block:before {
      width: 35px;
      height: 224px;
      left: -35px;
    }
    .youtube__block:after {
      width: 35px;
      height: 224px;
      right: -35px;
    }
    .bottom_parts {
      width: 80%;
      margin-inline: auto;
    }
    .movie__wrap {
      padding-bottom: 16rem;
    }
    .movie__wrap:after {
      width: 80%;
      height: 182px;
      bottom: 7rem;
    }

  }
