@charset "UTF-8";

/* -----------------------------------------------------------------------------

トップページ

----------------------------------------------------------------------------- */
@media screen and (min-width: 641px) {
  .mod_header.pc_no_fix.fix > .wrap {
    position: relative;
  }
  .mod_header.pc_no_fix > .wrap {
    -webkit-transform: translateY(0) !important;
        -ms-transform: translateY(0) !important;
            transform: translateY(0) !important;
    -webkit-transition: none !important;
    transition: none !important;
  }
  .mod_header.pc_fix > .wrap {
    width: 100%;
    position: fixed;
    -webkit-transform: translateY(100%) !important;
        -ms-transform: translateY(100%) !important;
            transform: translateY(100%) !important;
  }
}

/* .mvArea */
.mvArea {
  background-color: #000;
}

@media screen and (max-width: 640px) {
  .mvArea {
    background-color: #ede9dc;
  }
}

.mvArea [data-slidearea02] {
  max-width: 1920px;
  position: relative;
  /*max-height: 620px;*/
  height: calc(100vh - 120px);
  padding-top: 0;
  margin: 0 auto;
  z-index: 0;
  overflow: hidden;
}

@media screen and (max-width: 640px) {
  .mvArea [data-slidearea02] {
    /*height: 370px;*/
    margin-left: -16px;
    margin-right: -16px;
  }
}


.mvArea [data-slidearea02]:before {
  content: '';
  display: block;
  position: absolute;
  height: 30%;
  width: 100%;
  bottom: 0;
  z-index: 2;
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(80%, #000055));
  background: linear-gradient(transparent 0%, #000055 80%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(#000055,0)', endColorstr='#000055',GradientType=0 );
}



@media screen and (max-width: 640px) {
  .mvArea [data-slidearea02]:before {
    height: 50%;
    z-index: 2;
  }
}

.mvArea [data-slidearea02] .mod_wrap02 {
  max-width: 1440px;
  position: relative;
  height: 100%;
}

.mvArea [data-slidearea02] .imgs {
  /*max-height: 620px;*/
  height: calc(100vh - 120px);
  z-index: -1;
}

@media screen and (max-width: 640px) {
  .mvArea [data-slidearea02] .imgs {
    height: 70vh;
  }
}

.mvArea [data-slidearea02] .imgs .img {
  background-position: center 0;
}

.mvArea [data-slidearea02] .btns01 {
  max-width: 1920px;
  width: 100%;
}

@media screen and (max-width: 640px) {
  .mvArea [data-slidearea02] .btns01 {
    height: 185px;
    top: -50%;
  }
}

.mvArea [data-slidearea02] .catch {
  position: absolute;
  left: 20px;
  bottom: 15%;
  z-index: 2;
}

@media screen and (max-width: 640px) {
  .mvArea [data-slidearea02] .catch {
    text-align: center;
    left: 0;
    right: 0;
    bottom: 51%;
    /*top: 143px;*/
  }
  .mvArea [data-slidearea02] .catch img {
    height: auto;
    width: 84.7%;
    max-width: 305px;
    padding-right: 35px;
  }
}

.mvArea [data-slidearea02] .petan {
  position: absolute;
  right: 20px;
  bottom: 15%;
  z-index: 2;
}


.mvArea [data-slidearea02] .petan img {
  width: 100%;
  height: auto;
  -webkit-transition: 0.7s;
  transition: 0.7s;
}

.main_slide .slide-item-sp{
  height: 140%;
  max-width: unset;
  position: absolute;
  top: -20%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  display: none;
}



@media screen and (max-width: 1279px) {
  .mvArea [data-slidearea02] .petan {
    text-align: right;
  }
  .mvArea [data-slidearea02] .petan img {
    width: 85%;
    height: auto;
  }
}

@media screen and (max-width: 640px) {
  .mvArea [data-slidearea02] .petan {
    left: 0;
    right: 0;
    bottom: 30%;
    text-align: center;
  }
  .mvArea [data-slidearea02] .petan img {
    width: 90%;
    max-width: 360px;
    height: auto;
  }
}

@media screen and (max-width: 640px) {
  .mvArea [data-slidearea02] .pager {
    display: none;
  }
}

/* .sec_party */
.sec_party header {
  padding-top: 35px;
}

.sec_party header .sec_tit > .alt {
  width: 492px;
  background-image: url(../img/party_tit.png);
  background-size: auto 77px;
}

@media screen and (max-width: 640px) {
  .sec_party header .sec_tit > .alt {
    width: 100%;
    background-size: auto 38px;
  }
}

@media screen and (max-width: 640px) {
  .sec_party header {
    padding-top: 4px;
  }
}

.sec_party > .in {
  background-color: #f6f4ed;
  position: relative;
}

.sec_party > .in:before {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  height: 6px;
  width: 100%;
  background: #7f0e2c;
  background: -webkit-gradient(linear, left top, right top, from(#7f0e2c), to(#490515));
  background: linear-gradient(to right, #7f0e2c 0%, #490515 100%);
}

@media screen and (max-width: 640px) {
  .sec_party > .in:before {
    content: none;
  }
}

.sec_party > .in > .mod_wrap01 {
  padding: 30px 0 20px;
  position: relative;
  font-size: 0;
  letter-spacing: 0;
  text-align: center;
}

@media screen and (max-width: 640px) {
  .sec_party > .in > .mod_wrap01 {
    padding: 16px 0 0;
  }
}

.sec_party .left, .sec_party .right {
  display: inline-block;
  vertical-align: top;
  max-width: 630px;
  width: 100%;
  padding: 10px 24px 10px 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: left;
}

.sec_party .left {
  position: relative;
}

.sec_party .left:before {
  content: '';
  position: absolute;
  right: 0;
  top: 10px;
  bottom: 0;
  width: 2px;
  background-color: #fff;
}

@media screen and (max-width: 640px) {
  .sec_party .left {
    border-right: none;
    padding: 0 0 15px;
  }
}

.sec_party .right {
  max-width: 570px;
  padding: 10px 30px 10px 24px;
}

@media screen and (max-width: 640px) {
  .sec_party .right {
    padding: 0;
  }
}

.sec_party .link {
  text-align: center;
}

.sec_party .link .mod_btn04 {
  position: relative;
  width: 300px;
  height: 50px;
  margin: 0 auto;
}

.sec_party .link .mod_btn04 > * {
  min-width: 0;
  font-size: 18px;
  font-size: 1.8rem;
  font-family: 'noto_serif';
  font-weight: 700;
}

@media screen and (max-width: 640px) {
  .sec_party .link .mod_btn04 > * {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 640px) {
  .sec_party .link {
    margin: 0 16px 20px;
    text-align: center;
  }
  .sec_party .link a {
    max-width: 262px;
    margin: 0 auto;
  }
}

.sec_party .search_tit {
  margin-bottom: 20px;
  height: 48px;
  width: 100%;
  background-color: #000095;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-bottom: 2px solid #c8b16c;
  padding-left: 50px;
  position: relative;
}

.sec_party .search_tit:before, .sec_party .search_tit:after {
  position: absolute;
  content: '';
  display: inline-block;
}

.sec_party .search_tit:before {
  left: 18px;
  top: 50%;
  margin-top: -10px;
  width: 23px;
  height: 23px;
  background-image: url(../img/party_tit_deco.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: auto 100%;
}

@media screen and (max-width: 640px) {
  .sec_party .search_tit:before {
    left: 10px;
    margin-top: -8px;
    height: 17px;
    width: 17px;
  }
}

@media screen and (max-width: 640px) {
  .sec_party .search_tit {
    height: 35px;
    padding-left: 35px;
    margin-bottom: 10px;
  }
}

.sec_party .search_tit > span {
  font-size: 20px;
  font-size: 2rem;
  font-family: 'noto_sans';
  font-weight: 400;
  color: #fff;
  line-height: 2.2;
  letter-spacing: 0.04em;
}

.sec_party .search_tit > span:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

@media screen and (max-width: 640px) {
  .sec_party .search_tit > span {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 2;
  }
}

.areaList {
  max-width: 383px;
  width: 100%;
  font-size: 0;
  letter-spacing: 0;
}

.areaList li {
  width: 80px;
  height: 30px;
  border-radius: 3px;
  display: inline-block;
  text-align: center;
  line-height: 1.4;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 7px;
  margin-left: 20px;
  position: relative;
  z-index: 1;
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
}

.areaList li:before, .areaList li:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.areaList li:before {
  background-color: #71593a;
  border-radius: 3px;
  top: 2px;
}

.areaList li:after {
  border-radius: 3px;
  background: #ffffff;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlOGQ5YzYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#e8d9c6));
  background: linear-gradient(to bottom, #ffffff 0%, #e8d9c6 100%);
}

.areaList li:nth-child(4n + 1) {
  margin-left: 0;
}

.areaList li a {
  position: relative;
  display: block;
  height: 100%;
  color: #331a08;
  font-size: 16px;
  font-size: 1.6rem;
  font-family: 'noto_serif';
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.04em;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.areaList li a:before {
  content: '';
  position: absolute;
  left: 6px;
  top: 50%;
  margin-top: -2px;
  display: block;
  width: 4px;
  height: 6px;
  background-image: url(../img/link_arrow_bw.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 4px 6px;
}

.no-touchevents .areaList li a:hover {
  color: #7f0e2c;
  text-decoration: none;
}

.areaList li a > span {
  display: inline;
  line-height: 1.8;
  padding-left: 7px;
}
.areaList li a > span.txt-small {
  display: inline-block;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 2.3;
}


.areaList li a > span:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.searchArea .search_tit:after {
  right: 18px;
  top: 16px;
  width: 121px;
  height: 18px;
  background-image: url(../img/party_area_txt.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: auto 100%;
}

@media screen and (max-width: 640px) {
  .searchArea .search_tit:after {
    height: 14px;
    width: 96px;
    right: 10px;
    top: 12px;
  }
}

.searchArea .detail + .detail {
  margin-top: 20px;
}

.searchArea .detail > dl {
  font-size: 0;
  letter-spacing: 0;
}

.searchArea .detail > dl dt {
  display: inline-block;
  vertical-align: top;
}

.searchArea .detail > dl dd {
  display: inline-block;
  vertical-align: top;
  padding-left: 25px;
}

@media screen and (max-width: 640px) {
  .searchArea .detail .areaLarge {
    padding: 0 16px;
    margin-bottom: 10px;
    font-size: 0;
    letter-spacing: 0;
  }
  .searchArea .detail .areaLarge > li {
    display: inline-block;
    width: 48.5%;
    margin-bottom: 10px;
  }
  .searchArea .detail .areaLarge > li:nth-child(even) {
    margin-left: 3%;
  }
  /*.searchArea .detail .areaLarge > li a span {*/
    /*color: #ffee7e;*/
  /*}*/
}

.searchArea .single {
  padding-top: 11px;
}

@media screen and (max-width: 640px) {
  .searchMap .search_tit:after {
    height: 13px;
    width: 102px;
    right: 10px;
    top: 12px;
    background-image: url(../img/party_area_txt.png);
    background-position: right center;
    background-repeat: no-repeat;
    background-size: auto 100%;
  }
}

@media screen and (max-width: 640px) {
  .searchMap .detail .map {
    position: relative;
    background-color: #f6f4ed;
  }
  .searchMap .detail .areaMap {
    position: relative;
    z-index: 1;
    display: block;
    height: 160px;
    max-width: 320px;
    width: 100%;
    margin: 0 auto;
    background-image: url(../img/area_searchmap_sp.png);
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center top;
  }
  .searchMap .detail .areaMap > li {
    width: 68px;
    height: 34px;
    border-radius: 3px;
    display: inline-block;
    text-align: center;
    line-height: 1.4;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: absolute;
    z-index: 1;
    -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
            box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
  }
  .searchMap .detail .areaMap > li.w02 {
    width: 92px;
  }
  .searchMap .detail .areaMap > li.w03 {
    width: 110px;
  }
  .searchMap .detail .areaMap > li:before, .searchMap .detail .areaMap > li:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
  }
  .searchMap .detail .areaMap > li:before {
    background-color: #000;
    border-radius: 3px;
    top: 2px;
  }
  .searchMap .detail .areaMap > li:after {
    background: #fff;
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#e8d9c6));
    background: linear-gradient(#fff 0%, #e8d9c6 100%);
    border-radius: 3px;
  }
  .searchMap .detail .areaMap > li a {
    display: block;
    height: 100%;
    color: #331a08;
    font-size: 14px;
    font-size: 1.4rem;
    font-family: 'noto_serif';
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.04em;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .searchMap .detail .areaMap > li a > span {
    display: inline;
    line-height: 2.4;
  }
  .searchMap .detail .areaMap > li a > span:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
  }
  .no-touchevents .searchMap .detail .areaMap > li a:hover {
    text-decoration: none;
    opacity: 0.7;
  }
  .searchMap .detail .areaMap .p01 {
    top: 5px;
    left: 53%;
  }
  .searchMap .detail .areaMap .p02 {
    top: 50px;
    left: 105px;
  }
  .searchMap .detail .areaMap .p03 {
    top: 80px;
    left: 5px;
  }
  .searchMap .detail .areaMap .p04 {
    top: 120px;
    left: 200px;
  }
  .searchMap .detail .areaMap .p05 {
    top: 120px;
    left: 120px;
  }
  .searchMap .detail .areaMap .p06 {
    top: 120px;
    left: 40px;
  }
}

.searchMap .single {
  padding-top: 11px;
}

.searchDate {
  padding-bottom: 5px;
  margin-bottom: 40px;
}

.searchDate .search_tit:after {
  right: 18px;
  top: 16px;
  width: 145px;
  height: 18px;
  background-image: url(../img/party_date_txt.png);
  background-position: right center;
  background-repeat: no-repeat;
  background-size: auto 100%;
}

@media screen and (max-width: 640px) {
  .searchDate .search_tit:after {
    right: 10px;
    top: 12px;
    width: 104px;
    height: 12px;
  }
}

@media screen and (max-width: 640px) {
  .searchDate .detail {
    padding-left: 16px;
    padding-right: 16px;
  }
}

.searchDate .detail .element {
  letter-spacing: 0;
  font-size: 0;
  margin-bottom: 15px;
}

.searchDate .detail .element > dt {
  display: inline-block;
  vertical-align: middle;
  width: 60px;
  font-size: 16px;
  font-size: 1.6rem;
  font-family: 'noto_sans';
  font-weight: 400;
  letter-spacing: 0.04em;
}

@media screen and (max-width: 640px) {
  .searchDate .detail .element > dt {
    font-size: 14px;
    font-size: 1.4rem;
    display: block;
    width: 100%;
    margin-bottom: 5px;
  }
}

.searchDate .detail .element > dd {
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 60px);
}

.searchDate .detail .element > dd > div {
  display: inline-block;
  letter-spacing: 0;
  font-size: 0;
}

@media screen and (max-width: 640px) {
  .searchDate .detail .element > dd {
    display: block;
    width: 100%;
  }
  .searchDate .detail .element > dd > div {
    display: block;
    width: 100%;
  }
  .searchDate .detail .element > dd > div .select {
    width: 100%;
  }

  .searchDate .detail .element > dt.inline {
    display: inline-block;
    width: auto;
    min-width: 1em;
    max-width: 8em;
    margin-right: 1em;
    margin-bottom: 0;
  }
  .searchDate .detail .element.selectArea > dt.inline + dd {
    width: calc(100% - 5em);
  }
  .searchDate .detail .element > dt.inline + dd {
    display: inline-block;
    width: calc(100% - 4em);
  }
}

@media screen and (max-width: 640px) {
  .searchDate .detail .element > dd .calender01_wrap,
  .searchDate .detail .element > dd .calender02_wrap {
    display: inline-block;
    vertical-align: top;
    width: 32.27vw;
  }
}

.searchDate .detail .element > dd .calender01_wrap label,
.searchDate .detail .element > dd .calender02_wrap label {
  display: block;
  padding-right: 30px;
  height: 40px;
  background-image: url(../img/icon_cal.png);
  background-size: 25px auto;
  background-position: right center;
  background-repeat: no-repeat;
}

@media screen and (max-width: 640px) {
  .searchDate .detail .element > dd .calender01_wrap label,
  .searchDate .detail .element > dd .calender02_wrap label {
    display: inline-block;
    vertical-align: top;
    height: 40px;
    padding-right: 0;
    background-image: none;
  }
}

.searchDate .detail .element > dd .calender02_wrap {
  padding-left: 20px;
  position: relative;
}

@media screen and (max-width: 640px) {
  .searchDate .detail .element > dd .calender02_wrap {
    float: right;
    padding-left: 10vw;
  }
}

.searchDate .detail .element > dd .calender02_wrap:before {
  position: absolute;
  left: 0px;
  top: 10px;
  content: '～';
  display: inline-block;
  font-size: 15px;
  font-size: 1.5rem;
}

@media screen and (max-width: 640px) {
  .searchDate .detail .element > dd .calender02_wrap:before {
    top: 10px;
    width: 9vw;
    text-align: center;
  }
}

@media screen and (max-width: 320px) {
  .searchDate .detail .element > dd .calender02_wrap {
    padding-left: 9vw;
  }
}

.searchDate .detail .mod_btn01 {
  width: 250px;
  height: 40px;
  display: inline-block;
  position: relative;
  margin-left: 0;
  top: 5px;
}

@media screen and (max-width: 640px) {
  .searchDate .detail .mod_btn01 {
    margin: 0 auto;
    top: 0;
    /*left: 50%;*/
    /*margin-left: -52px;*/
    /*width: 105px;*/
    /*height: 37px;*/
  }
}

.searchDate .detail .mod_btn01 > * {
  height: 40px;
  min-width: 0;
  padding: 10px 10px 10px 30px;
  font-size: 20px;
  font-size: 2rem;
  font-family: 'noto_serif';
  font-weight: 400;
  border-radius: 3px;
}

@media screen and (max-width: 640px) {
  .searchDate .detail .mod_btn01 > * {
    max-width: 100%;
    font-size: 18px;
    font-size: 1.8rem;
  }
}

.searchDate .detail .mod_btn01:before {
  content: '';
  width: 30px;
  height: 30px;
  position: absolute;
  z-index: 2;
  left: 48px;
  top: 50%;
  margin-top: -15px;
  display: block;
  background-image: url(../img/search_icon_large.png);
  background-size: 100% auto;
  background-repeat: no-repeat;
}

@media screen and (max-width: 640px) {
  .searchDate .detail .mod_btn01:before {
    margin-left: 30px;
  }
}

.searchDate .detail .mod_btn01:after {
  content: '';
  position: absolute;
  top: 2px;
  bottom: 1px;
  left: 2px;
  right: 2px;
  border-radius: 2px;
  border: 1px solid;
  border-top-color: rgba(0, 0, 0, 0.6);
  border-left-color: rgba(0, 0, 0, 0.1);
  border-right-color: rgba(0, 0, 0, 0.2);
  border-bottom-color: rgba(255, 255, 255, 0.4);
}
.searchDate_searchBtnArea {
  text-align: center;
}

.searchEvent {
  padding-bottom: 5px;
}

@media screen and (max-width: 640px) {
  .searchEvent {
    margin-bottom: 0;
  }
}

.searchEvent .search_tit:after {
  right: 18px;
  top: 16px;
  width: 158px;
  height: 18px;
  background-image: url(../img/party_event_txt.png);
  background-position: right center;
  background-repeat: no-repeat;
  background-size: auto 100%;
}

@media screen and (max-width: 640px) {
  .searchEvent .search_tit:after {
    right: 10px;
    top: 12px;
    width: 114px;
    height: 12px;
  }
}

.searchEvent .detail > ul {
  font-size: 0;
  letter-spacing: 0;
}

@media screen and (max-width: 640px) {
  .searchEvent .detail > ul {
    padding: 0 16px;
  }
}

.searchEvent .detail > ul li {
  display: inline-block;
  vertical-align: top;
  margin-bottom: 20px;
}

.searchEvent .detail > ul li + li {
  margin-left: 20px;
}

.searchEvent .detail > ul li .mod_btn04 {
  max-width: 158px;
}

@media screen and (max-width: 640px) {
  .searchEvent .detail > ul li .mod_btn04 {
    max-width: 100%;
  }
}

@media screen and (min-width: 641px) {
  .searchEvent .detail > ul li:nth-child(3n + 1) {
    margin-left: 0;
  }
}

@media screen and (max-width: 640px) {
  .searchEvent .detail > ul li {
    width: 48.5%;
    margin-bottom: 10px;
  }
  .searchEvent .detail > ul li + li {
    margin-left: auto;
  }
  .searchEvent .detail > ul li:nth-child(even) {
    margin-left: 3%;
  }
}

.searchDetail {
  padding-bottom: 5px;
}

@media screen and (max-width: 640px) {
  .searchDetail {
    margin-bottom: 0;
  }
}

.searchDetail .search_tit {
  margin-bottom: 10px;
}

.searchDetail .search_tit:after {
  right: 18px;
  top: 16px;
  width: 136px;
  height: 18px;
  background-image: url(../img/party_detail_txt.png);
  background-position: right center;
  background-repeat: no-repeat;
  background-size: auto 100%;
}

@media screen and (max-width: 640px) {
  .searchDetail .search_tit:after {
    right: 10px;
    top: 12px;
    width: 114px;
    height: 12px;
  }
}

/* .sec_voice */
.sec_voice {
  padding: 75px 0 95px;
}

@media screen and (max-width: 640px) {
  .sec_voice {
    padding: 0;
  }
}

.sec_voice header {
  text-align: center;
  margin-bottom: 50px;
}

@media screen and (max-width: 640px) {
  .sec_voice header {
    margin-bottom: 20px;
  }
}

.sec_voice header .sec_tit {
  margin-bottom: 40px;
}

@media screen and (max-width: 640px) {
  .sec_voice header .sec_tit {
    margin-bottom: 20px;
  }
}

.sec_voice header .sec_tit > .alt {
  width: 682px;
  background-image: url(../img/voice_tit.png);
  background-size: auto 74px;
}

@media screen and (max-width: 640px) {
  .sec_voice header .sec_tit > .alt {
    width: 100%;
    background-size: auto 38px;
  }
}

@media screen and (max-width: 640px) {
  .sec_voice header .read {
    text-align: left;
    padding: 0 16px;
  }
}

.sec_voice > .mod_wrap02 > .in {
  background-image: url(../img/voice_bg.png);
  background-size: 160px auto;
  background-repeat: repeat;
  background-position: center center;
  background-color: rgba(236, 232, 219, 0.5);
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
  padding: 35px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  z-index: 0;
  text-align: center;
  font-size: 0;
  letter-spacing: 0;
}

.sec_voice > .mod_wrap02 > .in:before {
  content: '';
  display: block;
  position: absolute;
  top: 4px;
  bottom: 4px;
  left: 4px;
  right: 4px;
  border: 1px solid #e8e6df;
  z-index: 0;
}

@media screen and (max-width: 640px) {
  .sec_voice > .mod_wrap02 > .in {
    width: calc(100% + 32px);
    margin-left: -16px;
    margin-right: -16px;
    padding: 35px 16px;
  }
}

.sec_voice .voice_box {
  display: inline-block;
  vertical-align: top;
  position: relative;
  margin: 35px;
  max-width: 535px;
  width: 100%;
  min-height: 504px;
  background-color: #fff;
  text-align: center;
}

@media screen and (max-width: 1280px) {
  .sec_voice .voice_box {
    margin: 35px 10px;
  }
}

@media screen and (max-width: 640px) {
  .sec_voice .voice_box {
    margin-left: 0;
    margin-right: 0;
    margin-top: 5px;
    margin-bottom: 10px;
    width: 48%;
    min-height: 0;
    background-color: transparent;
  }
}

@media screen and (max-width: 640px) {
  .sec_voice .voice_box:nth-child(even) {
    margin-left: 4%;
  }
}

.sec_voice .voice_box:before, .sec_voice .voice_box:after {
  content: '';
  display: block;
  position: absolute;
}

.sec_voice .voice_box.interview:before {
  z-index: 1;
  top: -21px;
  left: -1px;
  width: 167px;
  height: 102px;
  background-image: url(../img/voice_icon_interview.png);
  background-size: 100%	auto;
  background-repeat: no-repeat;
  background-position: center center;
}

@media screen and (max-width: 640px) {
  .sec_voice .voice_box.interview:before {
    top: -11px;
    width: calc(165px / 2);
    height: calc(102px / 2);
  }
}

.sec_voice .voice_box.fashion:before {
  z-index: 1;
  top: -25px;
  left: -2px;
  width: 168px;
  height: 106px;
  background-image: url(../img/voice_icon_fashion.png);
  background-size: 100%	auto;
  background-repeat: no-repeat;
  background-position: center center;
}

@media screen and (max-width: 640px) {
  .sec_voice .voice_box.fashion:before {
    top: -13px;
    width: calc(168px / 2);
    height: calc(106px / 2);
  }
}

.sec_voice .voice_box.report:before {
  z-index: 1;
  top: -28px;
  left: -1px;
  width: 167px;
  height: 109px;
  background-image: url(../img/voice_icon_report.png);
  background-size: 100%	auto;
  background-repeat: no-repeat;
  background-position: center center;
}

@media screen and (max-width: 640px) {
  .sec_voice .voice_box.report:before {
    top: -13px;
    width: calc(168px / 2);
    height: calc(106px / 2);
  }
}

.sec_voice .voice_box:after {
  border-radius: 35%;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  top: 50%;
  bottom: 0px;
  left: 20px;
  right: 20px;
  z-index: -1;
}

@media screen and (max-width: 640px) {
  .sec_voice .voice_box:after {
    content: none;
  }
}

.sec_voice .voice_box figure {
  width: 100%;
  height: 0;
  padding-top: 65.4%;
  display: block;
}

.sec_voice .voice_box .detail {
  padding: 25px 10px;
}

@media screen and (max-width: 640px) {
  .sec_voice .voice_box .detail {
    padding: 5px;
  }
}

.sec_voice .voice_box .detail dt {
  font-size: 18px;
  font-size: 1.8rem;
  font-family: 'noto_sans';
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.04em;
  margin-bottom: 5px;
}
.sec_voice .voice_box .detail dt .post_date {
  font-weight: normal;
  font-size: 14px;
  font-size: 1.4rem;
}

@media screen and (max-width: 640px) {
  .sec_voice .voice_box .detail dt {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.5;
    text-align: left;
  }
  .sec_voice .voice_box .detail dt .post_date {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

.sec_voice .voice_box .detail dd {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.75;
  letter-spacing: 0.04em;
}

@media screen and (max-width: 640px) {
  .sec_voice .voice_box .detail dd p {
    display: block;
    height: 0;
    overflow: hidden;
  }
}

.sec_voice .voice_box .wrapLink {
  display: block;
  position: absolute;
  z-index: 2;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.sec_voice .voice_box .wrapLink ~ * {
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.no-touchevents .sec_voice .voice_box .wrapLink:hover ~ * {
  opacity: 0.5;
}

/* .sec_about */
.sec_about > .in {
  position: relative;
  overflow: hidden;
  padding-top: 160px;
}

@media screen and (max-width: 640px) {
  .sec_about > .in {
    padding-top: 35px;
  }
}

.sec_about > .in:before {
  content: '';
  display: block;
  position: absolute;
  z-index: -1;
  top: 0;
  width: 100%;
  height: 780px;
  background-image: url(../img/about_bg_ph.jpg);
  background-position: center 0;
  background-repeat: no-repeat;
  background-size: cover;
}

@media screen and (max-width: 640px) {
  .sec_about > .in:before {
    height: 725px;
    background-image: url(../img/about_bg_ph_sp.jpg);
  }
}

.sec_about > .in:after {
  content: '';
  display: block;
  position: absolute;
  z-index: -1;
  top: 500px;
  width: 100%;
  height: 280px;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjcwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjgiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(70%, rgba(255, 255, 255, 0.8)), to(white));
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 70%, white 100%);
}

@media screen and (max-width: 640px) {
  .sec_about > .in:after {
    top: 530px;
    height: 195px;
  }
}

.sec_about header {
  display: block;
  width: 670px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto 100px;
  background-image: url(../img/about_bg.png);
  background-size: 380px auto;
  background-repeat: repeat;
  background-position: 0 bottom;
  position: relative;
}

@media screen and (max-width: 640px) {
  .sec_about header {
    width: 88.8%;
    margin: 0 auto 70px;
    background-position: 70px 100px;
  }
}

.sec_about header > .wrap {
  padding: 50px;
}

@media screen and (max-width: 640px) {
  .sec_about header > .wrap {
    padding: 25px 15px;
  }
}

.sec_about header .sec_tit .alt {
  width: 642px;
  background-image: url(../img/about_tit.png);
  background-size: auto 74px;
}

@media screen and (max-width: 640px) {
  .sec_about header .sec_tit .alt {
    width: 100%;
    background-size: auto 38px;
  }
}

.sec_about header .read {
  text-align: center;
  font-size: 28px;
  font-size: 2.8rem;
  font-family: 'noto_sans';
  font-weight: 400;
  line-height: 1.3;
}

@media screen and (max-width: 640px) {
  .sec_about header .read {
    font-size: 15px;
    font-size: 1.5rem;
    margin-left: -15px;
    margin-right: -15px;
  }
}

.sec_about header .txt {
  margin-top: 30px;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 2;
  letter-spacing: 0.04em;
}

@media screen and (max-width: 640px) {
  .sec_about header .txt {
    margin-top: 20px;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.75;
    margin-left: 0;
    margin-right: 0;
  }
}

.sec_about header figure {
  position: absolute;
  right: 15px;
  bottom: -20px;
}

@media screen and (max-width: 640px) {
  .sec_about header figure {
    right: 5px;
    bottom: -60px;
  }
  .sec_about header figure img {
    height: 83px;
    width: auto;
  }
}

.sec_about .point_box dt {
  text-align: center;
}

.sec_about .point_box dt picture {
  display: inline-block;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media screen and (max-width: 640px) {
  .sec_about .point_box dt picture {
    display: block;
    position: static;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
}

.sec_about .point_box dt .petan {
  height: 218px;
  display: inline-block;
  vertical-align: middle;
  padding-left: 260px;
  background-image: url(../img/point_petan.png);
  background-position: 0 center;
  background-size: 216px auto;
  background-repeat: no-repeat;
}

@media screen and (max-width: 640px) {
  .sec_about .point_box dt .petan {
    display: block;
    height: 80px;
    padding-left: 0;
    padding-top: 180px;
    background-position: center 0;
    background-size: 162px auto;
  }
}

.sec_about .point_box dd {
  font-size: 0;
  letter-spacing: 0;
  text-align: center;
  margin-left: -16px;
  margin-right: -16px;
}

.sec_about .detail_box {
  max-width: 276px;
  width: 100%;
  display: inline-block;
  vertical-align: top;
  margin-left: 30px;
  margin-top: 40px;
}

.sec_about .detail_box:nth-child(4n + 1) {
  margin-left: 0;
}

@media screen and (max-width: 1280px) {
  .sec_about .detail_box {
    max-width: 260px;
  }
}

@media screen and (max-width: 640px) {
  .sec_about .detail_box {
    display: block;
    max-width: 100%;
    margin-bottom: 20px;
    margin-left: 0;
    margin-top: 0;
  }
  .sec_about .detail_box:nth-child(even) .ph {
    position: absolute;
    left: 0;
  }
  .sec_about .detail_box:nth-child(even) .title {
    margin-left: 50%;
  }
}

.sec_about .detail_box .ph {
  width: 100%;
  height: 0;
  padding-top: 61.5%;
  margin-top: 15px;
  margin-bottom: 10px;
}

@media screen and (max-width: 640px) {
  .sec_about .detail_box .ph {
    display: inline-block;
    width: 50%;
    padding-top: calc(61.5% / 2);
    margin-top: 0;
    margin-bottom: 0;
  }
}

.sec_about .detail_box .title {
  display: inline-block;
  font-size: 23px;
  font-size: 2.3rem;
  font-family: 'noto_sans';
  font-weight: 400;
  line-height: 1.5;
  text-align: center;
  padding-top: 70px;
  background-position: center 0;
  background-repeat: no-repeat;
  background-size: auto 63px;
}

@media screen and (max-width: 1280px) {
  .sec_about .detail_box .title {
    font-size: 20px;
    font-size: 2rem;
  }
}

@media screen and (max-width: 640px) {
  .sec_about .detail_box .title {
    width: 50%;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.7;
    letter-spacing: 0;
    padding-top: 50px;
    background-size: auto 45px;
    vertical-align: top;
  }
}

@media screen and (max-width: 640px) and (min-width: 360px) {
  .sec_about .detail_box .title {
    font-size: 15px;
    font-size: 1.5rem;
    letter-spacing: 0.04em;
    padding-top: 55px;
  }
}

.sec_about .detail_box .txt {
  text-align: left;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.75;
  letter-spacing: 0.04em;
  word-break: break-all;
}

@media screen and (max-width: 640px) {
  .sec_about .detail_box .txt {
    display: none;
  }
}

.sec_about .detail_box.p01 .title {
  background-image: url(../img/point_subtit_01.png);
}

.sec_about .detail_box.p02 .title {
  background-image: url(../img/point_subtit_02.png);
}

.sec_about .detail_box.p03 .title {
  background-image: url(../img/point_subtit_03.png);
}

.sec_about .detail_box.p04 .title {
  background-image: url(../img/point_subtit_04.png);
}

.sec_about .detail_box.p05 .title {
  background-image: url(../img/point_subtit_05.png);
}

.sec_about .detail_box.p06 .title {
  background-image: url(../img/point_subtit_06.png);
}

.sec_about .detail_box.p07 .title {
  background-image: url(../img/point_subtit_07.png);
}

.sec_about .detail_box.p08 .title {
  background-image: url(../img/point_subtit_08.png);
}

.sec_about .link {
  text-align: center;
  margin: 35px 0 90px;
}

@media screen and (max-width: 640px) {
  .sec_about .link {
    margin: 25px 0 45px;
  }
}

/* .sec_recommend */
.sec_recommend header {
  text-align: center;
  margin-bottom: 50px;
}

@media screen and (max-width: 640px) {
  .sec_recommend header {
    margin-bottom: 35px;
  }
}

.sec_recommend header .sec_tit {
  margin-bottom: 40px;
}

@media screen and (max-width: 640px) {
  .sec_recommend header .sec_tit {
    margin-bottom: 15px;
  }
  .sec_recommend header .sec_tit + .read {
    padding: 0 16px;
    text-align: left;
  }
}

.sec_recommend header .sec_tit > .alt {
  width: 532px;
  background-image: url(../img/recommend_tit.png);
  background-size: auto 74px;
}

@media screen and (max-width: 640px) {
  .sec_recommend header .sec_tit > .alt {
    width: 100%;
    background-size: auto 38px;
  }
}

.sec_recommend > .in {
  padding: 0 0 80px;
  position: relative;
  height: 710px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

@media screen and (max-width: 640px) {
  .sec_recommend > .in {
    height: 100%;
    padding: 0 0 45px;
  }
}

.sec_recommend > .in .mod_wrap01 {
  text-align: center;
  font-size: 0;
  letter-spacing: 0;
  margin-top: 30px;
}

.sec_recommend .recommend_box {
  display: inline-block;
  position: relative;
  max-width: 380px;
  width: 100%;
  min-height: 330px;
  padding: 50px 10px 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #fff;
  overflow: hidden;
}

@media screen and (max-width: 640px) {
  .sec_recommend .recommend_box {
    min-height: 0;
    height: auto !important;
    padding: 50px 10px 10px;
    margin-bottom: 10px;
  }
  .sec_recommend > .in .mod_wrap01 {
    margin-top: 0;
  }
}

.sec_recommend .recommend_box + .recommend_box {
  margin-left: 30px;
}

@media screen and (max-width: 640px) {
  .sec_recommend .recommend_box + .recommend_box {
    margin-left: 0;
  }
}

.sec_recommend .recommend_box:before {
  position: absolute;
  left: 0;
  top: 0;
  content: '';
  display: block;
  background-color: #7e0d2b;
  width: 100%;
  height: 40px;
}

@media screen and (max-width: 640px) {
  .sec_recommend .recommend_box:before {
    height: 35px;
  }
}

.sec_recommend .recommend_box .area {
  position: absolute;
  display: block;
  width: 100%;
  text-align: center;
  left: 0;
  top: 10px;
  color: #fff;
  font-size: 20px;
  font-size: 2rem;
  font-family: 'noto_sans';
  font-weight: 700;
  line-height: 1;
}

@media screen and (max-width: 640px) {
  .sec_recommend .recommend_box .area {
    font-size: 16px;
    font-size: 1.6rem;
    top: 9px;
  }
}

.sec_recommend .recommend_box .area .alex {
  font-size: 22px;
  font-size: 2.2rem;
  color: rgba(255, 255, 255, 0.8);
  margin-left: 13px;
}

@media screen and (max-width: 640px) {
  .sec_recommend .recommend_box .area .alex {
    font-size: 17px;
    font-size: 1.7rem;
    margin-left: 8px;
  }
}

.sec_recommend .recommend_box .detail {
  position: relative;
  z-index: 1;
  margin-bottom: 15px;
  text-align: center;
}

.sec_recommend .recommend_box .detail dt {
  font-family: 'noto_sans';
  font-weight: 700;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.4;
  letter-spacing: 0.04em;
  margin-bottom: 5px;
}
.sec_recommend .recommend_box .detail dt .sub-title {
  font-weight:  normal;
  font-size: 15px;
  font-size: 1.5rem;
  padding: 0 1em;
}

@media screen and (max-width: 640px) {
  .sec_recommend .recommend_box .detail dt {
    font-size: 15px;
    font-size: 1.5rem;
  }
  .sec_recommend .recommend_box .detail dt .sub-title {
    font-size: 13px;
    font-size: 1.3rem;
  }
}

.sec_recommend .recommend_box .detail dd {
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: 0.04em;
  text-align: center;
}

@media screen and (max-width: 640px) {
  .sec_recommend .recommend_box .detail dd {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.sec_recommend .recommend_box figure {
  width: 100%;
  height: 0;
  padding-top: 44.4%;
}

.sec_recommend .recommend_box .wrapLink {
  display: block;
  position: absolute;
  z-index: 2;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.sec_recommend .recommend_box .wrapLink ~ * {
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.no-touchevents .sec_recommend .recommend_box .wrapLink:hover ~ * {
  opacity: 0.5;
}

.sec_recommend .link {
  text-align: center;
  margin: 30px 0 0;
}

@media screen and (max-width: 1280px) {
  .sec_recommend .recommend_box {
    max-width: 350px;
  }
}

/* .info_block */
.info_block {
  background-color: rgba(236, 232, 219, 0.7);
}

.info_block > .mod_wrap01 {
  margin: 0 auto;
  padding: 85px 0;
  font-size: 0;
  letter-spacing: 0;
  text-align: center;
}

@media screen and (max-width: 640px) {
  .info_block > .mod_wrap01 {
    padding: 30px 0 0;
  }
}

.info_block header {
  display: table;
  width: 100%;
  margin-bottom: 45px;
}

@media screen and (max-width: 640px) {
  .info_block header {
    margin-bottom: 5px;
  }
}

.info_block header .sec_tit {
  display: table-cell;
  text-align: left;
  vertical-align: middle;
}

@media screen and (max-width: 640px) {
  .info_block header .sec_tit {
    padding: 0;
  }
  .info_block header .sec_tit img {
    height: 19px;
    width: auto;
  }
}

.info_block header .link {
  display: table-cell;
  text-align: right;
  vertical-align: middle;
}

.info_block header .link a {
  display: inline-block;
  vertical-align: middle;
}

.info_block .regist_box {
  position: absolute;
  bottom: 0;
  width: 100%;
  max-width: 535px;
  text-align: center;
}

@media screen and (max-width: 640px) {
  .info_block .regist_box {
    position: static;
    width: calc(100% + 32px);
    max-width: calc(100% + 32px);
    margin-left: -16px;
    margin-right: -16px;
    padding-bottom: 10px;
    background-color: #000;
  }
}

.info_block .regist_box dt {
  line-height: 1;
  height: 18px;
  padding: 11px 0;
  display: block;
  vertical-align: middle;
  background-color: #000;
}

@media screen and (max-width: 640px) {
  .info_block .regist_box dt {
    height: auto;
    padding: 10px 0;
  }
  .info_block .regist_box dt img {
    height: 12px;
    width: auto;
  }
}

.info_block .regist_box dd {
  background-color: #fff;
  padding: 15px 0;
  font-size: 0;
  letter-spacing: 0;
}

.info_block .regist_box dd .cp {
  font-size: 16px;
  font-size: 1.6rem;
  font-family: 'noto_sans';
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.04em;
  margin-bottom: 15px;
}

@media screen and (max-width: 640px) {
  .info_block .regist_box dd .cp {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

.info_block .regist_box dd .store {
  display: inline-block;
  vertical-align: middle;
}

.info_block .regist_box dd .store + .store {
  margin-left: 5px;
}

.info_block .regist_box dd .qr {
  vertical-align: middle;
  display: inline-block;
  margin-left: 10px;
}

.info_block .regist_box dd .line {
  vertical-align: middle;
  display: inline-block;
  margin-left: 10px;
}

@media screen and (max-width: 640px) {
  .info_block .regist_box dd {
    margin-left: 0;
    margin-right: 0;
    padding-left: 10px;
    padding-right: 10px;
  }
  .info_block .regist_box dd .qr {
    display: none;
  }
  .info_block .regist_box dd .store img {
    height: 44px;
    width: auto;
  }
  .info_block .regist_box dd .line {
    margin-left: 0;
    margin-top: 10px;
    display: block;
  }
  .info_block .regist_box dd .line img {
    height: 44px;
    width: auto;
  }
}

.info_block .regist_box dd a {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.no-touchevents .info_block .regist_box dd a:hover {
  opacity: 0.5;
}

.sec_blog, .sec_news {
  display: inline-block;
  vertical-align: top;
  max-width: 600px;
  width: 100%;
  padding: 0 32px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: left;
}

@media screen and (max-width: 640px) {
  .sec_blog, .sec_news {
    padding: 0 16px;
    margin-bottom: 35px;
  }
}

.sec_blog .read, .sec_news .read {
  font-size: 16px;
  font-size: 1.6rem;
  font-family: 'noto_sans';
  font-weight: 700;
  line-height: 1.75;
  letter-spacing: 0.04em;
  margin-bottom: 10px;
}

@media screen and (max-width: 640px) {
  .sec_blog .read, .sec_news .read {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.sec_blog .loop_wrap, .sec_news .loop_wrap {
  border-top: 1px solid #3d3935;
}

.sec_blog .sec_tit .alt {
  width: 342px;
  background-image: url(../img/blog_tit.png);
  background-size: auto 41px;
}

@media screen and (max-width: 640px) {
  .sec_blog .sec_tit .alt {
    width: 265px;
    padding-top: 25px;
    background-size: auto 25px;
  }
}

.sec_blog .info_box {
  position: relative;
  border-bottom: 1px solid #3d3935;
  padding: 18px 0;
  padding-left: 195px;
  min-height: 113px;
}

@media screen and (max-width: 640px) {
  .sec_blog .info_box {
    padding: 13px 0;
    padding-left: 145px;
    min-height: 85px;
  }
}

.sec_blog .info_box figure {
  position: absolute;
  left: 0;
  top: 18px;
  max-width: 170px;
  width: 100%;
  height: 113px;
  opacity: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media screen and (max-width: 640px) {
  .sec_blog .info_box figure {
    max-width: 128px;
    height: 85px;
  }
}

.sec_blog .info_box .category {
  margin-bottom: 5px;
}

.sec_blog .info_box .category span {
  background-color: #2b2b2b;
  display: inline-block;
  text-align: center;
  font-size: 15px;
  font-size: 1.5rem;
  font-family: 'noto_sans';
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.04em;
  color: #fff;
  padding: 3px 10px;
}

@media screen and (max-width: 640px) {
  .sec_blog .info_box .category span {
    font-size: 11px;
    font-size: 1.1rem;
  }
}

.sec_blog .info_box .title {
  font-size: 16px;
  font-size: 1.6rem;
  font-family: 'noto_sans';
  font-weight: 700;
  line-height: 1.75;
  letter-spacing: 0;
  margin-bottom: 5px;
  word-break: break-all;
}

@media screen and (max-width: 640px) {
  .sec_blog .info_box .title {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

.sec_blog .info_box .date {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.6;
  letter-spacing: 0.04em;
}

@media screen and (max-width: 640px) {
  .sec_blog .info_box .date {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

.sec_blog .info_box .wrapLink {
  display: none;
  position: absolute;
  z-index: 2;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.no-touchevents .sec_blog .info_box .wrapLink:hover ~ .title {
  text-decoration: underline;
}

.no-touchevents .sec_blog .info_box .wrapLink:hover ~ figure {
  opacity: 0.5;
}

.sec_news {
  position: relative;
  padding-bottom: 196px;
}

@media screen and (max-width: 640px) {
  .sec_news {
    margin-bottom: 0;
    padding-bottom: 0;
  }
}

.sec_news .sec_tit .alt {
  width: 242px;
  background-image: url(../img/news_tit.png);
  background-size: auto 36px;
}

@media screen and (max-width: 640px) {
  .sec_news .sec_tit .alt {
    width: 265px;
    padding-top: 25px;
    background-size: auto 25px;
  }
}

.sec_news .loop_wrap {
  margin-bottom: 25px;
  max-height: 288px;
  overflow-y: auto;
}

.sec_news .info_box {
  position: relative;
  padding: 18px 0;
  border-bottom: 1px solid #3d3935;
  text-align: left;
}

@media screen and (max-width: 640px) {
  .sec_news .info_box {
    padding: 13px 0;
  }
}

.sec_news .info_box .date {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.6;
  letter-spacing: 0.04em;
  margin-bottom: 5px;
}

@media screen and (max-width: 640px) {
  .sec_news .info_box .date {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

.sec_news .info_box .date span {
  background-color: #7e0d2b;
  display: inline-block;
  text-align: center;
  font-size: 15px;
  font-size: 1.5rem;
  font-family: 'noto_sans';
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.04em;
  color: #fff;
  padding: 3px 10px;
}

@media screen and (max-width: 640px) {
  .sec_news .info_box .date span {
    font-size: 11px;
    font-size: 1.1rem;
  }
}

.sec_news .info_box .title {
  font-size: 16px;
  font-size: 1.6rem;
  font-family: 'noto_sans';
  font-weight: 700;
  line-height: 1.75;
  letter-spacing: 0.04em;
  word-break: break-all;
}

@media screen and (max-width: 640px) {
  .sec_news .info_box .title {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

.sec_news .info_box .wrapLink {
  display: block;
  position: absolute;
  z-index: 2;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.no-touchevents .sec_news .info_box .wrapLink:hover ~ .title {
  text-decoration: underline;
}

/* sec_insta */
.sns_block > .mod_wrap01 {
  margin: 0 auto;
  padding: 85px 0;
  font-size: 0;
  letter-spacing: 0;
  text-align: center;
}

@media screen and (max-width: 640px) {
  .sns_block > .mod_wrap01 {
    padding: 0;
  }
}

.sec_insta {
  display: inline-block;
  vertical-align: top;
  max-width: 535px;
  padding: 0;
  text-align: center;
}

@media screen and (max-width: 640px) {
  .sec_insta {
    max-width: 100%;
    padding: 16px 0;
    display: block;
  }
}

.sec_insta header {
  display: table;
  max-width: 1140px;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 20px;
  position: relative;
}

@media screen and (max-width: 640px) {
  .sec_insta header {
    width: calc(100% - 32px);
    padding: 0 16px;
    margin-bottom: 12px;
  }
}

.sec_insta header > * {
  display: table-cell;
  vertical-align: middle;
}

@media screen and (max-width: 640px) {
  .sec_insta header > * {
    vertical-align: top;
  }
}

.sec_insta header .sec_tit {
  text-align: left;
  margin: 0;
  line-height: 1;
}

@media screen and (max-width: 640px) {
  .sec_insta header .sec_tit {
    padding: 0;
    height: 25px;
  }
  .sec_insta header .sec_tit img {
    height: 25px;
    width: auto;
  }
}

.sec_insta header .sec_tit .alt {
  width: 188px;
  background-image: url(../img/insta_tit.png);
  background-size: auto 34px;
}

@media screen and (max-width: 640px) {
  .sec_insta header .sec_tit .alt {
    width: 265px;
    padding-top: 25px;
    background-size: auto 25px;
  }
}

.sec_insta header .link {
  text-align: right;
}

.sec_insta header .link a {
  vertical-align: middle;
  display: inline-block;
}

.sec_insta [data-instagram01] {
  padding: 0;
  max-width: 535px;
  height: 356px;
  overflow: hidden;
  background-color: #fff;
  font-size: 0;
  position: relative;
}

@media screen and (max-width: 640px) {
  .sec_insta [data-instagram01] {
    margin: 0 auto;
  }
}

.sec_insta [data-instagram01] .load_anim {
  -webkit-transition: opacity .5s;
  transition: opacity .5s;
}

.sec_insta [data-instagram01].view .load_anim {
  opacity: 0;
}

.not-ie .sec_insta [data-instagram01] .contentWrap {
  -webkit-filter: opacity(0);
          filter: opacity(0);
  -webkit-transition: -webkit-filter 1s;
  transition: -webkit-filter 1s;
  transition: filter 1s;
  transition: filter 1s, -webkit-filter 1s;
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}

.not-ie .sec_insta [data-instagram01].view .contentWrap {
  -webkit-filter: opacity(1);
          filter: opacity(1);
}

.ie .sec_insta [data-instagram01] .contentWrap {
  opacity: 0;
  -webkit-transition: opacity 1s;
  transition: opacity 1s;
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}

.ie .sec_insta [data-instagram01].view .contentWrap {
  opacity: 1;
}

.sec_insta [data-instagram01] .contentWrap {
  width: 10000%;
}

.sec_insta [data-instagram01] .contentWrap + .contentWrap {
  margin-top: 179px;
}

.sec_insta [data-instagram01] .contentWrap .content {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 1770px;
  height: 177px;
  float: left;
}

.sec_insta [data-instagram01] .contentWrap .content li {
  position: absolute;
  top: 0;
  width: 10%;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.sec_insta [data-instagram01] .contentWrap .content li:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  background-color: #fff;
}

.sec_insta [data-instagram01] .contentWrap .content li a {
  display: block;
  width: 100%;
  height: 100%;
  border: 2px solid #fff;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-transition: opacity .5s,-webkit-filter .5s;
  transition: opacity .5s,-webkit-filter .5s;
  transition: opacity .5s,filter .5s;
  transition: opacity .5s,filter .5s,-webkit-filter .5s;
}

.no-touchevents .sec_insta [data-instagram01] .contentWrap .content li a:hover {
  opacity: .7;
}

@media screen and (max-width: 640px) {
  .sec_insta [data-instagram01] {
    height: 67.2vw;
  }
  .sec_insta [data-instagram01] .contentWrap .content {
    width: 330vw;
    height: 33vw;
  }
  .sec_insta [data-instagram01] .contentWrap + .contentWrap {
    margin-top: 33.61vw;
  }
}

.sec_insta .txt {
  text-align: left;
  font-size: 16px;
  font-size: 1.6rem;
  font-family: 'noto_sans';
  font-weight: 300;
  line-height: 1.75;
  letter-spacing: 0.04em;
  margin-top: 25px;
}

@media screen and (max-width: 640px) {
  .sec_insta .txt {
    font-family: 'noto_sans';
    font-weight: 400;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.8;
    margin-top: 10px;
    padding: 0 16px;
    display: block;
  }
}

.sec_fb {
  display: inline-block;
  vertical-align: top;
  max-width: 535px;
  padding: 0;
  margin-left: 70px;
  text-align: center;
}

@media screen and (max-width: 640px) {
  .sec_fb {
    max-width: 100%;
    padding: 16px 0;
    margin-left: 0;
    display: block;
  }
}

.sec_fb header {
  display: table;
  max-width: 1140px;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 20px;
  position: relative;
}

@media screen and (max-width: 640px) {
  .sec_fb header {
    width: calc(100% - 32px);
    padding: 0 16px;
    margin-bottom: 12px;
  }
}

.sec_fb header > * {
  display: table-cell;
  vertical-align: middle;
}

@media screen and (max-width: 640px) {
  .sec_fb header > * {
    vertical-align: top;
  }
}

.sec_fb header .sec_tit {
  text-align: left;
  margin: 0;
  line-height: 1;
}

@media screen and (max-width: 640px) {
  .sec_fb header .sec_tit {
    padding: 0;
    height: 25px;
  }
  .sec_fb header .sec_tit img {
    height: 25px;
    width: auto;
  }
}

.sec_fb header .sec_tit .alt {
  width: 188px;
  background-image: url(../img/fb_tit.png);
  background-size: auto 34px;
}

@media screen and (max-width: 640px) {
  .sec_fb header .sec_tit .alt {
    width: 265px;
    padding-top: 25px;
    background-size: auto 25px;
  }
}

.sec_fb header .link {
  text-align: right;
}

.sec_fb header .link a {
  vertical-align: middle;
  display: inline-block;
}

.sec_fb .fb-page {
  height: 355px;
}

.sec_fb .txt {
  text-align: left;
  font-size: 16px;
  font-size: 1.6rem;
  font-family: 'noto_sans';
  font-weight: 300;
  line-height: 1.75;
  letter-spacing: 0.04em;
  margin-top: 25px;
}

@media screen and (max-width: 640px) {
  .sec_fb .txt {
    font-size: 12px;
    font-size: 1.2rem;
    font-family: 'noto_sans';
    font-weight: 400;
    line-height: 1.8;
    margin-top: 10px;
    padding: 0 16px;
    display: block;
  }
}

/* regist box */
@media screen and (max-width: 640px) {
  .regist_box {
    text-align: center;
    position: static;
    padding-bottom: 10px;
  }
}

@media screen and (max-width: 640px) {
  .regist_box dt {
    display: block;
    vertical-align: middle;
    background-color: #000;
    line-height: 1;
    height: auto;
    padding: 10px 0;
  }
  .regist_box dt img {
    height: 12px;
    width: auto;
  }
}

@media screen and (max-width: 640px) {
  .regist_box dd {
    background-color: #fff;
    padding: 15px 0;
    margin-left: 10px;
    margin-right: 10px;
    font-size: 0;
    letter-spacing: 0;
  }
  .regist_box dd .cp {
    font-size: 12px;
    font-size: 1.2rem;
    font-family: 'noto_sans';
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.04em;
    margin-bottom: 15px;
  }
  .regist_box dd .store {
    display: inline-block;
    vertical-align: middle;
  }
  .regist_box dd .store img {
    height: 44px;
    width: auto;
  }
  .regist_box dd .store + .store {
    margin-left: 5px;
  }
  .regist_box dd .qr {
    display: none;
  }
  .regist_box dd .line {
    vertical-align: middle;
    display: block;
    margin-left: 0;
    margin-top: 10px;
  }
  .regist_box dd .line img {
    height: 44px;
    width: auto;
  }
}

/* フォームパート */
/* リセットCSS */
[disabled] {
  cursor: default;
}

textarea {
  overflow: auto;
}

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: .35em .625em .75em;
}

legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  -webkit-appearance: textfield;
}

[type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/* 単一行テキスト */
.ui-datepicker {
  width: auto;
}

.formArea input[type="text"],
.formArea input[type="tel"],
.formArea input[type="email"] {
  font-size: 1.3rem;
  border: 1px solid #bababa;
  border-radius: 4px;
  padding: 8px 13px;
  color: #3d3935;
  background-color: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0px 0px 6px transparent;
  box-shadow: 0px 0px 6px transparent;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  width: 126px;
}

.formArea input[type="text"].cal,
.formArea input[type="tel"].cal,
.formArea input[type="email"].cal {
  width: 145px;
  padding: 8px 13px;
}

@media (max-width: 640px) {
  .formArea input[type="text"],
  .formArea input[type="tel"],
  .formArea input[type="email"] {
    width: 100%;
    padding: 6px 13px;
    font-size: 1.6rem;
  }
  .formArea input[type="text"].cal,
  .formArea input[type="tel"].cal,
  .formArea input[type="email"].cal {
    width: 100%;
    line-height: auto;
    padding: 6px 13px;
  }
}

.formArea input[type="text"]:focus,
.formArea input[type="tel"]:focus,
.formArea input[type="email"]:focus {
  background-color: #FFF;
  -webkit-box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.4);
}

.formArea input[type="text"][data-input-disabled],
.formArea input[type="tel"][data-input-disabled],
.formArea input[type="email"][data-input-disabled] {
  opacity: .5;
  cursor: default;
}

.formArea input[type="text"][data-need-ok],
.formArea input[type="tel"][data-need-ok],
.formArea input[type="email"][data-need-ok] {
  background-color: #FFFFFF;
}

.formArea .checkbox {
  display: inline-block;
  margin-right: 0;
  vertical-align: middle;
}

@media (max-width: 850px) {
  .formArea .checkbox {
    display: inline-block;
    margin-right: 0;
    width: calc(100% / 7);
  }
}

.formArea .checkbox[data-input-disabled] {
  opacity: .5;
  cursor: default;
}

.formArea .checkbox[data-input-checked] {
  position: relative;
}

.formArea .checkbox[data-input-checked]:after {
  content: '';
  display: block;
  position: absolute;
  top: -2px;
  bottom: -2px;
  left: -2px;
  right: -2px;
  background-color: transparent;
}

.formArea .checkbox[data-subtxt01]:after {
  content: attr(data-subtxt01);
  font-size: 1.2rem;
  display: inline-block;
  margin-left: 5px;
  color: #D71F22;
  vertical-align: middle;
}

.formArea .checkbox > input[type] {
  width: 0;
  height: 0;
  opacity: 0;
}

html.no-csstransitions .formArea .checkbox > input[type] {
  display: inline-block;
  vertical-align: middle;
}

.formArea .checkbox > input[type]:checked ~ label:after {
  opacity: 1;
  -webkit-transform: rotate(-37deg) scale(1);
  -ms-transform: rotate(-37deg) scale(1);
  transform: rotate(-37deg) scale(1);
}

.formArea .checkbox > input[data-need-ok] + label:before {
  background-color: #FFFFFF;
}

.formArea .checkbox > label {
  position: relative;
  cursor: pointer;
  display: inline-block;
  padding: 10px 0;
  vertical-align: middle;
}

@media screen and (max-width: 640px) {
  .formArea .checkbox > label {
    text-align: center;
    padding: 0 0 1px;
  }
}

.formArea .checkbox > label:before {
  content: '';
  display: block;
  width: 18px;
  height: 18px;
  border: 1px solid #D0D0D0;
  background-color: #FFFFFF;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -10px;
  color: #656563;
  -webkit-box-shadow: 0px 0px 6px transparent;
  box-shadow: 0px 0px 6px transparent;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.formArea .checkbox > label:after {
  content: "";
  display: block;
  position: absolute;
  width: 9px;
  height: 3px;
  border-bottom: 2px solid #000;
  border-left: 2px solid #000;
  top: 0;
  bottom: 0px;
  left: 4px;
  margin: auto;
  opacity: 0;
  -webkit-transform: rotate(-37deg) scale(1.4);
      -ms-transform: rotate(-37deg) scale(1.4);
          transform: rotate(-37deg) scale(1.4);
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.formArea .checkbox > label > span {
  font-size: 16px;
  font-size: 1.6rem;
  font-family: 'noto_sans';
  font-weight: 400;
  letter-spacing: 0.04em;
  display: inline-block;
  padding-left: 24px;
  margin-right: 10px;
  position: relative;
  -webkit-transition: .2s;
  transition: .2s;
}

@media screen and (max-width: 640px) {
  .formArea .checkbox > label > span {
    font-size: 14px;
    font-size: 1.4rem;
    margin-right: 8px;
  }
}

.no-touchevents .formArea .checkbox > label:hover:before {
  -webkit-box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.4);
}

.formArea .checkbox-btn,
.formArea .radio-btn {
  display: inline-block;
  margin: 5px 4px 2px 0;
  vertical-align: middle;
}

.formArea .checkbox-btn[data-input-disabled],
.formArea .radio-btn[data-input-disabled] {
  opacity: .5;
  cursor: default;
}

.formArea .checkbox-btn[data-subtxt01]:after,
.formArea .radio-btn[data-subtxt01]:after {
  content: attr(data-subtxt01);
  font-size: 1.2rem;
  display: inline-block;
  margin-left: 5px;
  color: #D71F22;
  vertical-align: middle;
}

.formArea .checkbox-btn > input[type],
.formArea .radio-btn > input[type] {
  width: 0;
  height: 0;
  opacity: 0;
}

html.no-csstransitions .formArea .checkbox-btn > input[type],
html.no-csstransitions .formArea .radio-btn > input[type] {
  display: inline-block;
  vertical-align: middle;
}

.formArea .checkbox-btn > input[type]:checked ~ label,
.formArea .radio-btn > input[type]:checked ~ label {
  background-color: #8a7155;
}
.formArea .checkbox-btn > input[type]:checked ~ label > span,
.formArea .radio-btn > input[type]:checked ~ label > span {
  color: #ffffff;
}
.formArea .selectPartyStyleWrap .checkbox-btn > input[type]:checked ~ label,
.formArea .radio-btn > input[type]:checked ~ label {
  color: #ffffff;
}

.formArea .checkbox-btn > label,
.formArea .radio-btn > label {
  position: relative;
  cursor: pointer;
  display: inline-block;
  padding: 8px 9px;
  vertical-align: middle;

  border: 1px solid #D0D0D0;
  border-radius: 4px;
  background-color: #FFFFFF;
}

.formArea .checkbox-btn > label > span,
.formArea .radio-btn > label > span {
  font-size: 16px;
  font-size: 1.6rem;
  font-family: 'noto_sans';
  font-weight: 400;
  letter-spacing: 0.04em;
  display: inline-block;
  position: relative;
  -webkit-transition: .2s;
  transition: .2s;
}

.formArea .selectPartyStyleWrap .radio-btn > label {
  font-size: 16px;
  font-size: 1.6rem;
  font-family: 'noto_sans';
  font-weight: 400;
  letter-spacing: 0.04em;
  display: inline-block;
  position: relative;
  -webkit-transition: .2s;
  transition: .2s;
}
.formArea .radioSearchCategory .radio-btn > label {
  /*background: #c6b175;*/
  /*color: #fff;*/
  border-radius: 5px;
}
.formArea .radioSearchCategory .radio-btn > label {
  border: 1px solid #a08663;
  border-radius: 3px;
  background-color: #fff;
  background: #fbfaf8;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZiZmFmOCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlOGUxZDkiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -webkit-gradient(linear, left top, left bottom, from(#fbfaf8), to(#e8e1d9));
  background: linear-gradient(to bottom, #fbfaf8 0%, #e8e1d9 100%);
  min-width: 117px;
  text-align: center;
}
.formArea .radioSearchCategory .radio-btn > input[type]:checked ~ label {
  background: #916e4d;
}


@media screen and (max-width: 640px) {
  .formArea .radio-btn > label > span {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .formArea .selectPartyStyleWrap .radio-btn > label {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .formArea .radioSearchCategory .radio-btn > label {
    min-width: 85px;
    padding: 7px 2px;
  }
  .formArea .radioSearchCategory .radio-btn > label > span {
    font-size: 13px;
    font-size: 1.3rem;
  }
}

.no-touchevents .formArea .radio-btn > label:hover:before {
  -webkit-box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.4);
}


.formArea .select {
  color: #3d3935;
  display: inline-block;
  background-color: #fff;
  position: relative;
  border-radius: 4px;
  border: 1px solid #bababa;
  -webkit-box-shadow: 0px 0px 6px transparent;
  box-shadow: 0px 0px 6px transparent;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  max-width: 124px;
  overflow: hidden;
}

.formArea .select:before {
  content: '';
  display: block;
  position: absolute;
  right: 11px;
  top: 50%;
  margin-top: -2px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  border-color: #3d3935 transparent transparent transparent;
  -webkit-transition: .2s;
  transition: .2s;
}

html.no-csstransitions .formArea .select:before {
  display: none;
}

.formArea .select[data-input-disabled] {
  opacity: .5;
  cursor: default;
}

.formArea .select[data-need-ok] {
  background-color: #FFFFFF;
}

.formArea .select > select {
  width: 150%;
  font-size: 1.4rem;
  padding: 8px 27px 8px 13px;
  position: relative;
  z-index: 1;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media (max-width: 640px) {
  .formArea .select > select {
    width: 100%;
    padding: 6px 27px 6px 13px;
    font-size: 1.6rem;
  }
}

html.no-csstransforms .formArea .select > select {
  padding: 7px 7px 7px 13px;
}

.formArea .select > select option {
  width: 100%;
  white-space: normal;
}

.no-touchevents .formArea .select:hover {
  -webkit-box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.4);
}

/*# sourceMappingURL=maps/index.css.map */
.special_modal__mask {
  position: fixed; top: 0; left: 0;
  width: 100%; height: 100%;
  z-index: 1000;
  background: rgba(0, 0, 0, .7);
  transform: translate3d(0, 0, 0);
  display: table;
}
.special_modal__wrapper {
  display: table-cell;
  vertical-align: middle;
}
.special_modal__container {
  width: 500px;
  text-align: center;
  margin: 0 auto;
  background-color: #fff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, .33);
}
.special_modal__header {
  background-color: #7e0d2b;
  color: #fff;
}
.special_modal__header h3 {
  padding: 10px 0;
}
.special_modal__content {
  padding: 10px 20px;
}
.special_modal__footer {
  padding-bottom: 10px;
}
.searchEvent .detail .special_modal__content > ul li:nth-child(3n+1) {
  margin-left: 20px;
}
.searchEvent .detail .special_modal__content > ul li:nth-child(1),
.searchEvent .detail .special_modal__content > ul li:nth-child(2n+1) {
  margin-left: 0;
}
@media (max-width: 640px) {
  .special_modal__container {
    width: 98%;
  }
  .special_modal__content {
    width: 100%;
    padding: 20px 0;
  }
  .special_modal__content > ul {
    margin: 0 10px
  }
  .special_modal__content > ul > li {
    display: inline-block;
    width: 48.5%;
    margin-bottom: 10px;
    margin-left: 0 !important;
  }
}

.btn {
  cursor: pointer;
}
/* 往路のアニメーション全体に対して設定をするためのクラス */
.modal-enter-active {transition: opacity .2s;}
/* 往路の開始状態を設定するためのクラス */
.modal-enter        {opacity: 0;}
/* 往路の終了状態を設定するためのクラス */
.modal-enter-to     {opacity: 1;}
/* 復路のアニメーション全体に対して設定をするためのクラス */
.modal-leave-active {transition: opacity .6s;}
/* 復路の開始状態を設定するためのクラス */
.modal-leave        {opacity: 1;}
/* 復路の終了状態を設定するためのクラス */
.modal-leave-to     {opacity: 0;}

/* 大エリアのリスト表示調整用 */
.area-modal-large-areas {
  float:left;
  margin: 0px 10px 20px 10px;
}

/* ここからelemtn-uiのモーダルスタイルをオーバーライド */
.el-button:focus, .el-button:hover {
  color: inherit;
  border-color: #D0D0D0;
  background-color: #fff;
}

.el-dialog--center .el-dialog__body {
  text-align: initial;
  padding: 30px 20px 30px 20px;
}

.el-dialog--center .areaList li:nth-child(4n + 1) {
  margin-left: 20px;
}

.el-dialog__body .areaList {
  max-width: 100%;
  width: 100%;
  font-size: 0;
  letter-spacing: 0;
}

@media screen and (max-width:480px) {
  .el-dialog {
    width: 100% !important;
  }

  .el-dialog--center .el-dialog__body {
    text-align: initial;
    padding: 30px 20px 30px 20px;
  }

  .areaList li {
    float:left;
    margin: 0px 10px 20px 0px;
  }

  .el-dialog--center .areaList li:nth-child(4n + 1) {
    margin-left: 0px;
  }
}

.detailSearchArea {
  margin: 10px 0 20px;
}
.mod_btn_detail_search {
  cursor: pointer;
  background: #c6b175;
  background: -webkit-gradient(linear, left top, left bottom, from(#c6b175), to(#a38664));
  background: linear-gradient(#c6b175 0%, #a38664 100%);
  padding: 3px 50px;
  margin: 0 auto;
}
.mod_btn_detail_search.mod_btn03 > span {
  font-size: 1.3em;
  line-height: 1.6;
}



  /* エリア絞り込み */
.selectArea .area-reset {
  font-size: 0.9em;
  text-decoration: underline;
  cursor: pointer;
}
.selectArea .area-modal-large-areas {
  float:left;
  margin: 0px 10px 20px 10px;
}

.selectArea .el-dialog--center .el-dialog__body {
  text-align: initial;
  padding: 30px 20px 30px 20px;
}

.selectArea .el-dialog__body .areaList {
  max-width: 100%;
  width: 100%;
  font-size: 0;
  letter-spacing: 0;
}

.selectArea .el-dialog__header {
  padding: 10px;
  background-color: #7e0d2b;
}
.selectArea .el-dialog__title {
  color: #fff;
  font-weight: bold;
}

.selectArea .el-dialog__body .area_modal_list__large_area li {
  display: inline-block;
  width: 32%;
  margin: 5px 0;
}
.selectArea .el-dialog__body .area_modal_list__large_area li:nth-child(3n + 2) {
  margin-left: 2%;
  margin-right: 2%;
}
.selectArea .el-dialog__body .area_modal_list__large_area li .mod_btn04 {
  width: 100%;
}
.selectArea .el-dialog__body .areaList li {
  width: 32%;
  margin: 5px 0;
}
.selectArea .el-dialog__body .areaList li.areaList_all_item {
  width: 100%;
}
.selectArea .el-dialog__body .areaList li:nth-child(3n) {
  margin-left: 2%;
  margin-right: 2%;
}

@media screen and (max-width:480px) {
  .selectArea .el-dialog {
    width: 100% !important;
  }

  .selectArea .el-dialog--center .el-dialog__body {
    text-align: initial;
    padding: 30px 20px 30px 20px;
  }

  .selectArea .areaList li {
    float:left;
    margin: 0px 10px 20px 0px;
  }
  .selectArea .el-dialog__body .area_modal_list__large_area li .mod_btn04 {
    height: 50px;
  }
}



#tmp-info {
  background: #fff;
  color: #333 !important;
  border: 3px solid #c69c23 !important;
  text-align: center !important;
  font-size: 1.6em !important;
  width: 550px !important;
  padding: 10px 5px !important;
  margin: 10px auto -10px !important;
  position: static !important;
}
#tmp-info-title {
  font-weight: bold !important;
  text-align: center !important;
}
.hidden-xs {
  display:block !important;
}
@media screen and (max-width: 768px) {
  #tmp-info {
    position: static !important;
    width: auto !important;
    border: none !important;
    text-align: left !important;
    margin: 0 auto !important;
  }
  .hidden-xs {
    display:none !important;
  }
}

#search h2 {
  font-size: 2.5rem;
  font-weight: bold;
  line-height: 1.3em;
  color: #000000;
  position: relative;
  font-family: "游明朝", "YuMincho", serif;
}
#search h2 span {
  color: #C1272D;
}
#search h2:after {
  display: block;
  content: url(./img/title_bar.svg);
}
#search #form {
  padding-top: 10px;
}
#search #form form#area_search {
  max-width: 400px;
  margin: 0 auto;
  padding: 20px 0 0 0;
}

#search .select-wrap {
  width: 100%;
  position: relative;
  background: #FFF;
  cursor: pointer;
  vertical-align: middle;
  display: inline-block;
  margin: 5px 0;
  border-radius: 10px;
}
#search .select {  
  display: block;
  cursor: pointer;
  width: 100%;
  border: none;
  position: relative;
  z-index: 2;
  padding: 10px 8px;
  vertical-align: middle;
  border: 1px solid #B3B3B3;
  border-radius: 10px;
  font-size: 1.7rem;
  text-align: center;
  appearance: menulist-button;
}

#search .submit {
  max-width: 100%;
  border: 0;
  font-size: 1.2rem;
  margin: 20px 0;
}
@media(max-width: 768px) {
  #search {
    background: #FFF;
    padding: 30px 0 0 0;
  }
  #search .select {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
}


#info{
  background-color: #000055;
  margin-top: -74px;
  margin-bottom: 70px;
  padding-top: 50px;
  padding-bottom: 50px;
  color: #fff;
}
#info .mod_wrap01{
  overflow: hidden;
  padding: 0px;
}
#info .detail_box{
  display: block;
  margin: 30px 15px;
  float: left;
  width: calc(25% - 30px);
}
#info .detail_box img{
  max-width: 100%;
}
#info h3 {
  font-weight: normal;
  text-align: center;
  font-size: 20px;
  line-height: 1.6;
  margin-bottom: 1em;
}
#info h3 em {
  font-style: normal;
  color: #857d5e;
}
#info h3 span {
  font-size: 18px;
}

@media(max-width: 768px) {
  #info{
    margin-top: 50px;
    margin-bottom: 50px;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  #info .detail_box{
    display: block;
    margin: 30px 15px;
    float: left;
    width: calc(50% - 30px);
  }
}

#new_search {
  position: absolute;
  width: 100%;
  bottom: 5%;
  text-align: center;  
  z-index: 2
}
#new_search .select {
    display: inline-block;
    cursor: pointer;
    position: relative;
    padding: 10px 8px;
    border: 1px solid #B3B3B3;
    border-radius: 10px;
    font-size: 1.7rem;
    background-color: #fff;
    width: 300px;
    vertical-align: top;
    margin-top: 10px;
}
#new_search input[type="image"]{
  vertical-align: top;
  height: 65px;
  margin-left: 30px;
}

@media(max-width: 768px) {
  #new_search input[type="image"]{
    margin-left: 0px;
    height: 61px;
  }
}

.main_slide{
  height: 100%;
  top: 0px;
  left: 0px;
  z-index: 0;
}
.main_slide .slide-item{
  height: 140%;
  position: absolute;
  top: -20%;
  left: -20%;
  z-index: 1;
  display: none;
}
.main_slide .slide-item:first-of-type{
  display: block;
}








.main_slide .slide-item-sp:first-of-type{
  display: block;
}